public static interface ToolUseExample.ExtensionOperationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getExtension()
Resource name of the extension.
|
com.google.protobuf.ByteString |
getExtensionBytes()
Resource name of the extension.
|
String |
getOperationId()
Required.
|
com.google.protobuf.ByteString |
getOperationIdBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getExtension()
Resource name of the extension.
string extension = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getExtensionBytes()
Resource name of the extension.
string extension = 1 [(.google.api.resource_reference) = { ... }String getOperationId()
Required. Operation ID of the extension.
string operation_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getOperationIdBytes()
Required. Operation ID of the extension.
string operation_id = 2 [(.google.api.field_behavior) = REQUIRED];Copyright © 2024 Google LLC. All rights reserved.