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







RemoteFunctionOptions (BigQuery API v2-rev20220422-1.32.1)












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. projects/{project_id}/locations/{location_id}/connections/{connection_id}
        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. projects/{project_id}/locations/{location_id}/connections/{connection_id}
        Parameters:
        connection - connection or null for none
      • getEndpoint

        public String getEndpoint()
        Endpoint of the user-provided remote service (e.g. a function url in Google Cloud Functions).
        Returns:
        value or null for none
      • setEndpoint

        public RemoteFunctionOptions setEndpoint(String endpoint)
        Endpoint of the user-provided remote service (e.g. a function url in Google Cloud Functions).
        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, it means no limit.
        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, it means no limit.
        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

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy