Interface ToolUseExample.ExtensionOperationOrBuilder (3.42.0)

public static interface ToolUseExample.ExtensionOperationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExtension()

public abstract String getExtension()

Resource name of the extension.

string extension = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The extension.

getExtensionBytes()

public abstract ByteString getExtensionBytes()

Resource name of the extension.

string extension = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
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
TypeDescription
String

The operationId.

getOperationIdBytes()

public abstract ByteString getOperationIdBytes()

Required. Operation ID of the extension.

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

Returns
TypeDescription
ByteString

The bytes for operationId.