public abstract RemoteFunctionOptions.Builder 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:
<code><code>"projects/{projectId}/locations/{locationId}/connections/{connectionId}"</code></code>
public abstract RemoteFunctionOptions.Builder setEndpoint(String endpoint)
Sets Endpoint argument Endpoint of the user-provided remote service, e.g.
<code><code>https://us-east1-my_gcf_project.cloudfunctions.net/remote_add</code></code>
public abstract RemoteFunctionOptions.Builder 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-02 UTC."],[],[]]