public interface UpdateSpecialistPoolOperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
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) = { ... }
boolean hasGenericMetadata()
The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 2;GenericOperationMetadata getGenericMetadata()
The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 2;GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()
The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 2;Copyright © 2022 Google LLC. All rights reserved.