public interface FunctionResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getName()
public abstract String getName()
Required. The name of the function to call. Matches [FunctionDeclaration.name] and [FunctionCall.name].
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Required. The name of the function to call. Matches [FunctionDeclaration.name] and [FunctionCall.name].
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getResponse()
public abstract Struct getResponse()
Required. The function response in JSON object format.
.google.protobuf.Struct response = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Struct |
The response. |
getResponseOrBuilder()
public abstract StructOrBuilder getResponseOrBuilder()
Required. The function response in JSON object format.
.google.protobuf.Struct response = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
StructOrBuilder |
hasResponse()
public abstract boolean hasResponse()
Required. The function response in JSON object format.
.google.protobuf.Struct response = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the response field is set. |