Interface ToolUseExample.ExtensionOperationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ToolUseExample.ExtensionOperation, ToolUseExample.ExtensionOperation.Builder
Enclosing class:
ToolUseExample

public static interface ToolUseExample.ExtensionOperationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Resource name of the extension.
    com.google.protobuf.ByteString
    Resource name of the extension.
    Required.
    com.google.protobuf.ByteString
    Required.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getExtension

      String getExtension()
       Resource name of the extension.
       
      string extension = 1 [(.google.api.resource_reference) = { ... }
      Returns:
      The extension.
    • getExtensionBytes

      com.google.protobuf.ByteString getExtensionBytes()
       Resource name of the extension.
       
      string extension = 1 [(.google.api.resource_reference) = { ... }
      Returns:
      The bytes for extension.
    • getOperationId

      String getOperationId()
       Required. Operation ID of the extension.
       
      string operation_id = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The operationId.
    • getOperationIdBytes

      com.google.protobuf.ByteString getOperationIdBytes()
       Required. Operation ID of the extension.
       
      string operation_id = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for operationId.