All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.bigquery.model.RemoteFunctionOptions.html Maven / Gradle / Ivy

There is a newer version: v2-rev20241027-2.0.0
Show newest version






RemoteFunctionOptions (BigQuery API v2-rev20240727-2.0.0)












com.google.api.services.bigquery.model

Class RemoteFunctionOptions

    • Constructor Detail

      • RemoteFunctionOptions

        public RemoteFunctionOptions()
    • Method Detail

      • getConnection

        public String getConnection()
        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}"```
        Returns:
        value or null for none
      • setConnection

        public RemoteFunctionOptions setConnection(String connection)
        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}"```
        Parameters:
        connection - connection or null for none
      • getEndpoint

        public String getEndpoint()
        Endpoint of the user-provided remote service, e.g. ```https://us- east1-my_gcf_project.cloudfunctions.net/remote_add```
        Returns:
        value or null for none
      • setEndpoint

        public RemoteFunctionOptions setEndpoint(String endpoint)
        Endpoint of the user-provided remote service, e.g. ```https://us- east1-my_gcf_project.cloudfunctions.net/remote_add```
        Parameters:
        endpoint - endpoint or null for none
      • getMaxBatchingRows

        public Long getMaxBatchingRows()
        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.
        Returns:
        value or null for none
      • setMaxBatchingRows

        public RemoteFunctionOptions setMaxBatchingRows(Long maxBatchingRows)
        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.
        Parameters:
        maxBatchingRows - maxBatchingRows or null for none
      • getUserDefinedContext

        public Map<String,String> getUserDefinedContext()
        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.
        Returns:
        value or null for none
      • setUserDefinedContext

        public RemoteFunctionOptions setUserDefinedContext(Map<String,String> userDefinedContext)
        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.
        Parameters:
        userDefinedContext - userDefinedContext or null for none
      • clone

        public RemoteFunctionOptions clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy