Interface CallFunctionRequestOrBuilder (2.62.0)

publicinterfaceCallFunctionRequestOrBuilderextendsMessageOrBuilder

Methods

getData()

publicabstractStringgetData()

Required. Input to be passed to the function.

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

Returns
TypeDescription
String

The data.

getDataBytes()

publicabstractByteStringgetDataBytes()

Required. Input to be passed to the function.

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

Returns
TypeDescription
ByteString

The bytes for data.

getName()

publicabstractStringgetName()

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()

publicabstractByteStringgetNameBytes()

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.