Interface UpdateSpecialistPoolRequestOrBuilder (3.7.0)

public interface UpdateSpecialistPoolRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSpecialistPool()

public abstract SpecialistPool getSpecialistPool()

Required. The SpecialistPool which replaces the resource on the server.

.google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pool = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SpecialistPool

The specialistPool.

getSpecialistPoolOrBuilder()

public abstract SpecialistPoolOrBuilder getSpecialistPoolOrBuilder()

Required. The SpecialistPool which replaces the resource on the server.

.google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pool = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SpecialistPoolOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Required. The update mask applies to the resource.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. The update mask applies to the resource.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FieldMaskOrBuilder

hasSpecialistPool()

public abstract boolean hasSpecialistPool()

Required. The SpecialistPool which replaces the resource on the server.

.google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pool = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the specialistPool field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Required. The update mask applies to the resource.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the updateMask field is set.