Interface UpdateSpecialistPoolOperationMetadataOrBuilder

    • Method Detail

      • 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.v1beta1.GenericOperationMetadata generic_metadata = 2;
        Returns:
        Whether the genericMetadata field is set.
      • getGenericMetadata

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

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