public static final class UpdateOmnichannelSettingRequest.Builder extends GeneratedMessageV3.Builder<UpdateOmnichannelSettingRequest.Builder> implements UpdateOmnichannelSettingRequestOrBuilderRequest message for the UpdateOmnichannelSetting method.
Protobuf type google.shopping.merchant.accounts.v1.UpdateOmnichannelSettingRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > UpdateOmnichannelSettingRequest.BuilderImplements
UpdateOmnichannelSettingRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateOmnichannelSettingRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
UpdateOmnichannelSettingRequest.Builder |
|
build()
public UpdateOmnichannelSettingRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateOmnichannelSettingRequest |
|
buildPartial()
public UpdateOmnichannelSettingRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateOmnichannelSettingRequest |
|
clear()
public UpdateOmnichannelSettingRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateOmnichannelSettingRequest.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public UpdateOmnichannelSettingRequest.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
UpdateOmnichannelSettingRequest.Builder |
|
clearOmnichannelSetting()
public UpdateOmnichannelSettingRequest.Builder clearOmnichannelSetting()Required. The omnichannel setting to update.
The omnichannel setting's name field is used to identify the
omnichannel setting to be updated.
.google.shopping.merchant.accounts.v1.OmnichannelSetting omnichannel_setting = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateOmnichannelSettingRequest.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateOmnichannelSettingRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
UpdateOmnichannelSettingRequest.Builder |
|
clearUpdateMask()
public UpdateOmnichannelSettingRequest.Builder clearUpdateMask()Required. The list of fields to be updated.
The following fields are supported in snake_case only:
lsf_typein_stockpickupodoaboutinventory_verificationFull replacement with wildcard
*is supported, while empty/implied update mask is not.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateOmnichannelSettingRequest.Builder |
|
clone()
public UpdateOmnichannelSettingRequest.Builder clone()| Returns | |
|---|---|
| Type | Description |
UpdateOmnichannelSettingRequest.Builder |
|
getDefaultInstanceForType()
public UpdateOmnichannelSettingRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateOmnichannelSettingRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getOmnichannelSetting()
public OmnichannelSetting getOmnichannelSetting()Required. The omnichannel setting to update.
The omnichannel setting's name field is used to identify the
omnichannel setting to be updated.
.google.shopping.merchant.accounts.v1.OmnichannelSetting omnichannel_setting = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
OmnichannelSetting |
The omnichannelSetting. |
getOmnichannelSettingBuilder()
public OmnichannelSetting.Builder getOmnichannelSettingBuilder()Required. The omnichannel setting to update.
The omnichannel setting's name field is used to identify the
omnichannel setting to be updated.
.google.shopping.merchant.accounts.v1.OmnichannelSetting omnichannel_setting = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
OmnichannelSetting.Builder |
|
getOmnichannelSettingOrBuilder()
public OmnichannelSettingOrBuilder getOmnichannelSettingOrBuilder()Required. The omnichannel setting to update.
The omnichannel setting's name field is used to identify the
omnichannel setting to be updated.
.google.shopping.merchant.accounts.v1.OmnichannelSetting omnichannel_setting = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
OmnichannelSettingOrBuilder |
|
getUpdateMask()
public FieldMask getUpdateMask()Required. The list of fields to be updated.
The following fields are supported in snake_case only:
lsf_typein_stockpickupodoaboutinventory_verificationFull replacement with wildcard
*is supported, while empty/implied update mask is not.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()Required. The list of fields to be updated.
The following fields are supported in snake_case only:
lsf_typein_stockpickupodoaboutinventory_verificationFull replacement with wildcard
*is supported, while empty/implied update mask is not.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. The list of fields to be updated.
The following fields are supported in snake_case only:
lsf_typein_stockpickupodoaboutinventory_verificationFull replacement with wildcard
*is supported, while empty/implied update mask is not.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasOmnichannelSetting()
public boolean hasOmnichannelSetting()Required. The omnichannel setting to update.
The omnichannel setting's name field is used to identify the
omnichannel setting to be updated.
.google.shopping.merchant.accounts.v1.OmnichannelSetting omnichannel_setting = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the omnichannelSetting field is set. |
hasUpdateMask()
public boolean hasUpdateMask()Required. The list of fields to be updated.
The following fields are supported in snake_case only:
lsf_typein_stockpickupodoaboutinventory_verificationFull replacement with wildcard
*is supported, while empty/implied update mask is not.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateOmnichannelSettingRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateOmnichannelSettingRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateOmnichannelSettingRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateOmnichannelSettingRequest.Builder |
|
mergeFrom(UpdateOmnichannelSettingRequest other)
public UpdateOmnichannelSettingRequest.Builder mergeFrom(UpdateOmnichannelSettingRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateOmnichannelSettingRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateOmnichannelSettingRequest.Builder |
|
mergeOmnichannelSetting(OmnichannelSetting value)
public UpdateOmnichannelSettingRequest.Builder mergeOmnichannelSetting(OmnichannelSetting value)Required. The omnichannel setting to update.
The omnichannel setting's name field is used to identify the
omnichannel setting to be updated.
.google.shopping.merchant.accounts.v1.OmnichannelSetting omnichannel_setting = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
OmnichannelSetting |
| Returns | |
|---|---|
| Type | Description |
UpdateOmnichannelSettingRequest.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateOmnichannelSettingRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
UpdateOmnichannelSettingRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateOmnichannelSettingRequest.Builder mergeUpdateMask(FieldMask value)Required. The list of fields to be updated.
The following fields are supported in snake_case only:
lsf_typein_stockpickupodoaboutinventory_verificationFull replacement with wildcard
*is supported, while empty/implied update mask is not.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateOmnichannelSettingRequest.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateOmnichannelSettingRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
UpdateOmnichannelSettingRequest.Builder |
|
setOmnichannelSetting(OmnichannelSetting value)
public UpdateOmnichannelSettingRequest.Builder setOmnichannelSetting(OmnichannelSetting value)Required. The omnichannel setting to update.
The omnichannel setting's name field is used to identify the
omnichannel setting to be updated.
.google.shopping.merchant.accounts.v1.OmnichannelSetting omnichannel_setting = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
OmnichannelSetting |
| Returns | |
|---|---|
| Type | Description |
UpdateOmnichannelSettingRequest.Builder |
|
setOmnichannelSetting(OmnichannelSetting.Builder builderForValue)
public UpdateOmnichannelSettingRequest.Builder setOmnichannelSetting(OmnichannelSetting.Builder builderForValue)Required. The omnichannel setting to update.
The omnichannel setting's name field is used to identify the
omnichannel setting to be updated.
.google.shopping.merchant.accounts.v1.OmnichannelSetting omnichannel_setting = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
OmnichannelSetting.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateOmnichannelSettingRequest.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateOmnichannelSettingRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
UpdateOmnichannelSettingRequest.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateOmnichannelSettingRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
UpdateOmnichannelSettingRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateOmnichannelSettingRequest.Builder setUpdateMask(FieldMask value)Required. The list of fields to be updated.
The following fields are supported in snake_case only:
lsf_typein_stockpickupodoaboutinventory_verificationFull replacement with wildcard
*is supported, while empty/implied update mask is not.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateOmnichannelSettingRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateOmnichannelSettingRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)Required. The list of fields to be updated.
The following fields are supported in snake_case only:
lsf_typein_stockpickupodoaboutinventory_verificationFull replacement with wildcard
*is supported, while empty/implied update mask is not.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateOmnichannelSettingRequest.Builder |
|