Interface ExtensionOperationOrBuilder

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

@Generated public interface ExtensionOperationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Output only.
    Output only.
    Operation ID that uniquely identifies the operations among the extension.
    com.google.protobuf.ByteString
    Operation ID that uniquely identifies the operations among the extension.
    boolean
    Output only.

    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

    • getOperationId

      String getOperationId()
       Operation ID that uniquely identifies the operations among the extension.
       See: "Operation Object" in https://swagger.io/specification/.
      
       This field is parsed from the OpenAPI spec. For HTTP extensions, if it does
       not exist in the spec, we will generate one from the HTTP method and path.
       
      string operation_id = 1;
      Returns:
      The operationId.
    • getOperationIdBytes

      com.google.protobuf.ByteString getOperationIdBytes()
       Operation ID that uniquely identifies the operations among the extension.
       See: "Operation Object" in https://swagger.io/specification/.
      
       This field is parsed from the OpenAPI spec. For HTTP extensions, if it does
       not exist in the spec, we will generate one from the HTTP method and path.
       
      string operation_id = 1;
      Returns:
      The bytes for operationId.
    • hasFunctionDeclaration

      boolean hasFunctionDeclaration()
       Output only. Structured representation of a function declaration as defined
       by the OpenAPI Spec.
       
      .google.cloud.aiplatform.v1beta1.FunctionDeclaration function_declaration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the functionDeclaration field is set.
    • getFunctionDeclaration

      FunctionDeclaration getFunctionDeclaration()
       Output only. Structured representation of a function declaration as defined
       by the OpenAPI Spec.
       
      .google.cloud.aiplatform.v1beta1.FunctionDeclaration function_declaration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The functionDeclaration.
    • getFunctionDeclarationOrBuilder

      FunctionDeclarationOrBuilder getFunctionDeclarationOrBuilder()
       Output only. Structured representation of a function declaration as defined
       by the OpenAPI Spec.
       
      .google.cloud.aiplatform.v1beta1.FunctionDeclaration function_declaration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];