Interface CallFunctionRequestOrBuilder (2.17.0)

public interface CallFunctionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getData()

public abstract String getData()

Required. Input to be passed to the function.

string data = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The data.

getDataBytes()

public abstract ByteString getDataBytes()

Required. Input to be passed to the function.

string data = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for data.

getName()

public abstract String getName()

Required. The name of the function to be called.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The name of the function to be called.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.