Interface UpdateSpecialistPoolOperationMetadataOrBuilder (3.42.0)

public interface UpdateSpecialistPoolOperationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGenericMetadata()

public abstract GenericOperationMetadata getGenericMetadata()

The operation generic information.

.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 2;

Returns
TypeDescription
GenericOperationMetadata

The genericMetadata.

getGenericMetadataOrBuilder()

public abstract GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()

The operation generic information.

.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 2;

Returns
TypeDescription
GenericOperationMetadataOrBuilder

getSpecialistPool()

public abstract 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
TypeDescription
String

The specialistPool.

getSpecialistPoolBytes()

public abstract 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
TypeDescription
ByteString

The bytes for specialistPool.

hasGenericMetadata()

public abstract boolean hasGenericMetadata()

The operation generic information.

.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 2;

Returns
TypeDescription
boolean

Whether the genericMetadata field is set.