public static interface ToolUseExample.ExtensionOperationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getExtension()
public abstract String getExtension()
Resource name of the extension.
string extension = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The extension. |
getExtensionBytes()
public abstract ByteString getExtensionBytes()
Resource name of the extension.
string extension = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for extension. |
getOperationId()
public abstract String getOperationId()
Required. Operation ID of the extension.
string operation_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The operationId. |
getOperationIdBytes()
public abstract ByteString getOperationIdBytes()
Required. Operation ID of the extension.
string operation_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for operationId. |