public static final class UpdateModelRequest.Builder extends GeneratedMessage.Builder<UpdateModelRequest.Builder> implements UpdateModelRequestOrBuilderRequest for updating an existing model.
Protobuf type google.cloud.retail.v2beta.UpdateModelRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateModelRequest.BuilderImplements
UpdateModelRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateModelRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateModelRequest |
|
buildPartial()
public UpdateModelRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateModelRequest |
|
clear()
public UpdateModelRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateModelRequest.Builder |
|
clearModel()
public UpdateModelRequest.Builder clearModel()Required. The body of the updated Model.
.google.cloud.retail.v2beta.Model model = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateModelRequest.Builder |
|
clearUpdateMask()
public UpdateModelRequest.Builder clearUpdateMask()Optional. Indicates which fields in the provided 'model' to update. If not set, by default updates all fields.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UpdateModelRequest.Builder |
|
getDefaultInstanceForType()
public UpdateModelRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateModelRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getModel()
public Model getModel()Required. The body of the updated Model.
.google.cloud.retail.v2beta.Model model = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Model |
The model. |
getModelBuilder()
public Model.Builder getModelBuilder()Required. The body of the updated Model.
.google.cloud.retail.v2beta.Model model = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Model.Builder |
|
getModelOrBuilder()
public ModelOrBuilder getModelOrBuilder()Required. The body of the updated Model.
.google.cloud.retail.v2beta.Model model = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ModelOrBuilder |
|
getUpdateMask()
public FieldMask getUpdateMask()Optional. Indicates which fields in the provided 'model' to update. If not set, by default updates all fields.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()Optional. Indicates which fields in the provided 'model' to update. If not set, by default updates all fields.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()Optional. Indicates which fields in the provided 'model' to update. If not set, by default updates all fields.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasModel()
public boolean hasModel()Required. The body of the updated Model.
.google.cloud.retail.v2beta.Model model = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the model field is set. |
hasUpdateMask()
public boolean hasUpdateMask()Optional. Indicates which fields in the provided 'model' to update. If not set, by default updates all fields.
.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(UpdateModelRequest other)
public UpdateModelRequest.Builder mergeFrom(UpdateModelRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateModelRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateModelRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateModelRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateModelRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateModelRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateModelRequest.Builder |
|
mergeModel(Model value)
public UpdateModelRequest.Builder mergeModel(Model value)Required. The body of the updated Model.
.google.cloud.retail.v2beta.Model model = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Model |
| Returns | |
|---|---|
| Type | Description |
UpdateModelRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateModelRequest.Builder mergeUpdateMask(FieldMask value)Optional. Indicates which fields in the provided 'model' to update. If not set, by default updates all fields.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateModelRequest.Builder |
|
setModel(Model value)
public UpdateModelRequest.Builder setModel(Model value)Required. The body of the updated Model.
.google.cloud.retail.v2beta.Model model = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Model |
| Returns | |
|---|---|
| Type | Description |
UpdateModelRequest.Builder |
|
setModel(Model.Builder builderForValue)
public UpdateModelRequest.Builder setModel(Model.Builder builderForValue)Required. The body of the updated Model.
.google.cloud.retail.v2beta.Model model = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Model.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateModelRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateModelRequest.Builder setUpdateMask(FieldMask value)Optional. Indicates which fields in the provided 'model' to update. If not set, by default updates all fields.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateModelRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateModelRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)Optional. Indicates which fields in the provided 'model' to update. If not set, by default updates all fields.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateModelRequest.Builder |
|