public static final class UpdateAutomaticImprovementsRequest.Builder extends GeneratedMessage.Builder<UpdateAutomaticImprovementsRequest.Builder> implements UpdateAutomaticImprovementsRequestOrBuilder Request message for the UpdateAutomaticImprovements method.
Protobuf type google.shopping.merchant.accounts.v1.UpdateAutomaticImprovementsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateAutomaticImprovementsRequest.BuilderImplements
UpdateAutomaticImprovementsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateAutomaticImprovementsRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateAutomaticImprovementsRequest |
|
buildPartial()
public UpdateAutomaticImprovementsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateAutomaticImprovementsRequest |
|
clear()
public UpdateAutomaticImprovementsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateAutomaticImprovementsRequest.Builder |
|
clearAutomaticImprovements()
public UpdateAutomaticImprovementsRequest.Builder clearAutomaticImprovements()Required. The new version of the automatic imrovements.
.google.shopping.merchant.accounts.v1.AutomaticImprovements automatic_improvements = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateAutomaticImprovementsRequest.Builder |
|
clearUpdateMask()
public UpdateAutomaticImprovementsRequest.Builder clearUpdateMask() Required. List of fields being updated.
The following fields are supported (in both snake_case and
lowerCamelCase):
item_updatesitem_updates.account_level_settingsimage_improvementsimage_improvements.account_level_settingsshipping_improvementsshipping_improvements.allow_shipping_improvements
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateAutomaticImprovementsRequest.Builder |
|
getAutomaticImprovements()
public AutomaticImprovements getAutomaticImprovements()Required. The new version of the automatic imrovements.
.google.shopping.merchant.accounts.v1.AutomaticImprovements automatic_improvements = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AutomaticImprovements |
The automaticImprovements. |
getAutomaticImprovementsBuilder()
public AutomaticImprovements.Builder getAutomaticImprovementsBuilder()Required. The new version of the automatic imrovements.
.google.shopping.merchant.accounts.v1.AutomaticImprovements automatic_improvements = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AutomaticImprovements.Builder |
|
getAutomaticImprovementsOrBuilder()
public AutomaticImprovementsOrBuilder getAutomaticImprovementsOrBuilder()Required. The new version of the automatic imrovements.
.google.shopping.merchant.accounts.v1.AutomaticImprovements automatic_improvements = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AutomaticImprovementsOrBuilder |
|
getDefaultInstanceForType()
public UpdateAutomaticImprovementsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateAutomaticImprovementsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getUpdateMask()
public FieldMask getUpdateMask() Required. List of fields being updated.
The following fields are supported (in both snake_case and
lowerCamelCase):
item_updatesitem_updates.account_level_settingsimage_improvementsimage_improvements.account_level_settingsshipping_improvementsshipping_improvements.allow_shipping_improvements
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder() Required. List of fields being updated.
The following fields are supported (in both snake_case and
lowerCamelCase):
item_updatesitem_updates.account_level_settingsimage_improvementsimage_improvements.account_level_settingsshipping_improvementsshipping_improvements.allow_shipping_improvements
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder() Required. List of fields being updated.
The following fields are supported (in both snake_case and
lowerCamelCase):
item_updatesitem_updates.account_level_settingsimage_improvementsimage_improvements.account_level_settingsshipping_improvementsshipping_improvements.allow_shipping_improvements
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasAutomaticImprovements()
public boolean hasAutomaticImprovements()Required. The new version of the automatic imrovements.
.google.shopping.merchant.accounts.v1.AutomaticImprovements automatic_improvements = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the automaticImprovements field is set. |
hasUpdateMask()
public boolean hasUpdateMask() Required. List of fields being updated.
The following fields are supported (in both snake_case and
lowerCamelCase):
item_updatesitem_updates.account_level_settingsimage_improvementsimage_improvements.account_level_settingsshipping_improvementsshipping_improvements.allow_shipping_improvements
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| 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 |
|
mergeAutomaticImprovements(AutomaticImprovements value)
public UpdateAutomaticImprovementsRequest.Builder mergeAutomaticImprovements(AutomaticImprovements value)Required. The new version of the automatic imrovements.
.google.shopping.merchant.accounts.v1.AutomaticImprovements automatic_improvements = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
AutomaticImprovements |
| Returns | |
|---|---|
| Type | Description |
UpdateAutomaticImprovementsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateAutomaticImprovementsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateAutomaticImprovementsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateAutomaticImprovementsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateAutomaticImprovementsRequest.Builder |
|
mergeFrom(UpdateAutomaticImprovementsRequest other)
public UpdateAutomaticImprovementsRequest.Builder mergeFrom(UpdateAutomaticImprovementsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateAutomaticImprovementsRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateAutomaticImprovementsRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateAutomaticImprovementsRequest.Builder mergeUpdateMask(FieldMask value) Required. List of fields being updated.
The following fields are supported (in both snake_case and
lowerCamelCase):
item_updatesitem_updates.account_level_settingsimage_improvementsimage_improvements.account_level_settingsshipping_improvementsshipping_improvements.allow_shipping_improvements
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateAutomaticImprovementsRequest.Builder |
|
setAutomaticImprovements(AutomaticImprovements value)
public UpdateAutomaticImprovementsRequest.Builder setAutomaticImprovements(AutomaticImprovements value)Required. The new version of the automatic imrovements.
.google.shopping.merchant.accounts.v1.AutomaticImprovements automatic_improvements = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
AutomaticImprovements |
| Returns | |
|---|---|
| Type | Description |
UpdateAutomaticImprovementsRequest.Builder |
|
setAutomaticImprovements(AutomaticImprovements.Builder builderForValue)
public UpdateAutomaticImprovementsRequest.Builder setAutomaticImprovements(AutomaticImprovements.Builder builderForValue)Required. The new version of the automatic imrovements.
.google.shopping.merchant.accounts.v1.AutomaticImprovements automatic_improvements = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
AutomaticImprovements.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateAutomaticImprovementsRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateAutomaticImprovementsRequest.Builder setUpdateMask(FieldMask value) Required. List of fields being updated.
The following fields are supported (in both snake_case and
lowerCamelCase):
item_updatesitem_updates.account_level_settingsimage_improvementsimage_improvements.account_level_settingsshipping_improvementsshipping_improvements.allow_shipping_improvements
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateAutomaticImprovementsRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateAutomaticImprovementsRequest.Builder setUpdateMask(FieldMask.Builder builderForValue) Required. List of fields being updated.
The following fields are supported (in both snake_case and
lowerCamelCase):
item_updatesitem_updates.account_level_settingsimage_improvementsimage_improvements.account_level_settingsshipping_improvementsshipping_improvements.allow_shipping_improvements
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateAutomaticImprovementsRequest.Builder |
|