Interface UpdateSpecialistPoolOperationMetadataOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The operation generic information.
    The operation generic information.
    Output only.
    com.google.protobuf.ByteString
    Output only.
    boolean
    The operation generic information.

    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

    • getSpecialistPool

      String getSpecialistPool()
       Output only. The name of the SpecialistPool to which the specialists are
       being added. Format:
       `projects/{project_id}/locations/{location_id}/specialistPools/{specialist_pool}`
       
      string specialist_pool = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      The specialistPool.
    • getSpecialistPoolBytes

      com.google.protobuf.ByteString getSpecialistPoolBytes()
       Output only. The name of the SpecialistPool to which the specialists are
       being added. Format:
       `projects/{project_id}/locations/{location_id}/specialistPools/{specialist_pool}`
       
      string specialist_pool = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for specialistPool.
    • hasGenericMetadata

      boolean hasGenericMetadata()
       The operation generic information.
       
      .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 2;
      Returns:
      Whether the genericMetadata field is set.
    • getGenericMetadata

      GenericOperationMetadata getGenericMetadata()
       The operation generic information.
       
      .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 2;
      Returns:
      The genericMetadata.
    • getGenericMetadataOrBuilder

      GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()
       The operation generic information.
       
      .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 2;