public static final class UpdateOnlineEvaluatorRequest.Builder extends GeneratedMessage.Builder<UpdateOnlineEvaluatorRequest.Builder> implements UpdateOnlineEvaluatorRequestOrBuilderRequest message for UpdateOnlineEvaluator.
Protobuf type google.cloud.aiplatform.v1beta1.UpdateOnlineEvaluatorRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateOnlineEvaluatorRequest.BuilderImplements
UpdateOnlineEvaluatorRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateOnlineEvaluatorRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateOnlineEvaluatorRequest |
|
buildPartial()
public UpdateOnlineEvaluatorRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateOnlineEvaluatorRequest |
|
clear()
public UpdateOnlineEvaluatorRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateOnlineEvaluatorRequest.Builder |
|
clearOnlineEvaluator()
public UpdateOnlineEvaluatorRequest.Builder clearOnlineEvaluator()Required. The OnlineEvaluator to update. Format: projects/{project}/locations/{location}/onlineEvaluators/{id}.
.google.cloud.aiplatform.v1beta1.OnlineEvaluator online_evaluator = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateOnlineEvaluatorRequest.Builder |
|
clearUpdateMask()
public UpdateOnlineEvaluatorRequest.Builder clearUpdateMask()Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UpdateOnlineEvaluatorRequest.Builder |
|
getDefaultInstanceForType()
public UpdateOnlineEvaluatorRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateOnlineEvaluatorRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getOnlineEvaluator()
public OnlineEvaluator getOnlineEvaluator()Required. The OnlineEvaluator to update. Format: projects/{project}/locations/{location}/onlineEvaluators/{id}.
.google.cloud.aiplatform.v1beta1.OnlineEvaluator online_evaluator = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
OnlineEvaluator |
The onlineEvaluator. |
getOnlineEvaluatorBuilder()
public OnlineEvaluator.Builder getOnlineEvaluatorBuilder()Required. The OnlineEvaluator to update. Format: projects/{project}/locations/{location}/onlineEvaluators/{id}.
.google.cloud.aiplatform.v1beta1.OnlineEvaluator online_evaluator = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
OnlineEvaluator.Builder |
|
getOnlineEvaluatorOrBuilder()
public OnlineEvaluatorOrBuilder getOnlineEvaluatorOrBuilder()Required. The OnlineEvaluator to update. Format: projects/{project}/locations/{location}/onlineEvaluators/{id}.
.google.cloud.aiplatform.v1beta1.OnlineEvaluator online_evaluator = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
OnlineEvaluatorOrBuilder |
|
getUpdateMask()
public FieldMask getUpdateMask()Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasOnlineEvaluator()
public boolean hasOnlineEvaluator()Required. The OnlineEvaluator to update. Format: projects/{project}/locations/{location}/onlineEvaluators/{id}.
.google.cloud.aiplatform.v1beta1.OnlineEvaluator online_evaluator = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the onlineEvaluator field is set. |
hasUpdateMask()
public boolean hasUpdateMask()Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UpdateOnlineEvaluatorRequest other)
public UpdateOnlineEvaluatorRequest.Builder mergeFrom(UpdateOnlineEvaluatorRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateOnlineEvaluatorRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateOnlineEvaluatorRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateOnlineEvaluatorRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateOnlineEvaluatorRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateOnlineEvaluatorRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateOnlineEvaluatorRequest.Builder |
|
mergeOnlineEvaluator(OnlineEvaluator value)
public UpdateOnlineEvaluatorRequest.Builder mergeOnlineEvaluator(OnlineEvaluator value)Required. The OnlineEvaluator to update. Format: projects/{project}/locations/{location}/onlineEvaluators/{id}.
.google.cloud.aiplatform.v1beta1.OnlineEvaluator online_evaluator = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
OnlineEvaluator |
| Returns | |
|---|---|
| Type | Description |
UpdateOnlineEvaluatorRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateOnlineEvaluatorRequest.Builder mergeUpdateMask(FieldMask value)Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateOnlineEvaluatorRequest.Builder |
|
setOnlineEvaluator(OnlineEvaluator value)
public UpdateOnlineEvaluatorRequest.Builder setOnlineEvaluator(OnlineEvaluator value)Required. The OnlineEvaluator to update. Format: projects/{project}/locations/{location}/onlineEvaluators/{id}.
.google.cloud.aiplatform.v1beta1.OnlineEvaluator online_evaluator = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
OnlineEvaluator |
| Returns | |
|---|---|
| Type | Description |
UpdateOnlineEvaluatorRequest.Builder |
|
setOnlineEvaluator(OnlineEvaluator.Builder builderForValue)
public UpdateOnlineEvaluatorRequest.Builder setOnlineEvaluator(OnlineEvaluator.Builder builderForValue)Required. The OnlineEvaluator to update. Format: projects/{project}/locations/{location}/onlineEvaluators/{id}.
.google.cloud.aiplatform.v1beta1.OnlineEvaluator online_evaluator = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
OnlineEvaluator.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateOnlineEvaluatorRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateOnlineEvaluatorRequest.Builder setUpdateMask(FieldMask value)Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateOnlineEvaluatorRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateOnlineEvaluatorRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateOnlineEvaluatorRequest.Builder |
|