View Source GoogleApi.BigQuery.V2.Model.RemoteFunctionOptions (google_api_big_query v0.79.0)

Options for a remote user-defined function.

Attributes

  • connection (type: String.t, default: nil) - Fully qualified name of the user-provided connection object which holds the authentication information to send requests to the remote service. Format: "projects/{projectId}/locations/{locationId}/connections/{connectionId}"
  • endpoint (type: String.t, default: nil) - Endpoint of the user-provided remote service, e.g. https://us-east1-my_gcf_project.cloudfunctions.net/remote_add
  • maxBatchingRows (type: String.t, default: nil) - Max number of rows in each batch sent to the remote service. If absent or if 0, BigQuery dynamically decides the number of rows in a batch.
  • userDefinedContext (type: map(), default: nil) - User-defined context as a set of key/value pairs, which will be sent as function invocation context together with batched arguments in the requests to the remote service. The total number of bytes of keys and values must be less than 8KB.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.RemoteFunctionOptions{
  connection: String.t() | nil,
  endpoint: String.t() | nil,
  maxBatchingRows: String.t() | nil,
  userDefinedContext: map() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.