Package com.google.cloud.aiplatform.v1
Interface UpdateSpecialistPoolOperationMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateSpecialistPoolOperationMetadata
,UpdateSpecialistPoolOperationMetadata.Builder
public interface UpdateSpecialistPoolOperationMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GenericOperationMetadata
getGenericMetadata()
The operation generic information.GenericOperationMetadataOrBuilder
getGenericMetadataOrBuilder()
The operation generic information.String
getSpecialistPool()
Output only.com.google.protobuf.ByteString
getSpecialistPoolBytes()
Output only.boolean
hasGenericMetadata()
The operation generic information.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.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;
-
-