public interface UpdateSpecialistPoolRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getSpecialistPool()
public abstract SpecialistPool getSpecialistPool()
Required. The SpecialistPool which replaces the resource on the server.
.google.cloud.aiplatform.v1.SpecialistPool specialist_pool = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
SpecialistPool |
The specialistPool. |
getSpecialistPoolOrBuilder()
public abstract SpecialistPoolOrBuilder getSpecialistPoolOrBuilder()
Required. The SpecialistPool which replaces the resource on the server.
.google.cloud.aiplatform.v1.SpecialistPool specialist_pool = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasSpecialistPool()
public abstract boolean hasSpecialistPool()
Required. The SpecialistPool which replaces the resource on the server.
.google.cloud.aiplatform.v1.SpecialistPool specialist_pool = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |