public static final class UpdateCheckoutSettingsRequest.Builder extends GeneratedMessage.Builder<UpdateCheckoutSettingsRequest.Builder> implements UpdateCheckoutSettingsRequestOrBuilder Request message for the UpdateCheckoutSettings method.
Protobuf type google.shopping.merchant.accounts.v1.UpdateCheckoutSettingsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateCheckoutSettingsRequest.BuilderImplements
UpdateCheckoutSettingsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateCheckoutSettingsRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateCheckoutSettingsRequest |
|
buildPartial()
public UpdateCheckoutSettingsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateCheckoutSettingsRequest |
|
clear()
public UpdateCheckoutSettingsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateCheckoutSettingsRequest.Builder |
|
clearCheckoutSettings()
public UpdateCheckoutSettingsRequest.Builder clearCheckoutSettings() Required. The updated version of the CheckoutSettings.
The name field is used to identify the CheckoutSettings.
Format: accounts/{account}/programs/{program}/checkoutSettings
.google.shopping.merchant.accounts.v1.CheckoutSettings checkout_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateCheckoutSettingsRequest.Builder |
|
clearUpdateMask()
public UpdateCheckoutSettingsRequest.Builder clearUpdateMask() Required. List of fields being updated.
The following fields are supported (in both snake_case and
lowerCamelCase):
eligible_destinationsuri_settings
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateCheckoutSettingsRequest.Builder |
|
getCheckoutSettings()
public CheckoutSettings getCheckoutSettings() Required. The updated version of the CheckoutSettings.
The name field is used to identify the CheckoutSettings.
Format: accounts/{account}/programs/{program}/checkoutSettings
.google.shopping.merchant.accounts.v1.CheckoutSettings checkout_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CheckoutSettings |
The checkoutSettings. |
getCheckoutSettingsBuilder()
public CheckoutSettings.Builder getCheckoutSettingsBuilder() Required. The updated version of the CheckoutSettings.
The name field is used to identify the CheckoutSettings.
Format: accounts/{account}/programs/{program}/checkoutSettings
.google.shopping.merchant.accounts.v1.CheckoutSettings checkout_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CheckoutSettings.Builder |
|
getCheckoutSettingsOrBuilder()
public CheckoutSettingsOrBuilder getCheckoutSettingsOrBuilder() Required. The updated version of the CheckoutSettings.
The name field is used to identify the CheckoutSettings.
Format: accounts/{account}/programs/{program}/checkoutSettings
.google.shopping.merchant.accounts.v1.CheckoutSettings checkout_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CheckoutSettingsOrBuilder |
|
getDefaultInstanceForType()
public UpdateCheckoutSettingsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateCheckoutSettingsRequest |
|
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):
eligible_destinationsuri_settings
.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):
eligible_destinationsuri_settings
.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):
eligible_destinationsuri_settings
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasCheckoutSettings()
public boolean hasCheckoutSettings() Required. The updated version of the CheckoutSettings.
The name field is used to identify the CheckoutSettings.
Format: accounts/{account}/programs/{program}/checkoutSettings
.google.shopping.merchant.accounts.v1.CheckoutSettings checkout_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the checkoutSettings field is set. |
hasUpdateMask()
public boolean hasUpdateMask() Required. List of fields being updated.
The following fields are supported (in both snake_case and
lowerCamelCase):
eligible_destinationsuri_settings
.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 |
|
mergeCheckoutSettings(CheckoutSettings value)
public UpdateCheckoutSettingsRequest.Builder mergeCheckoutSettings(CheckoutSettings value) Required. The updated version of the CheckoutSettings.
The name field is used to identify the CheckoutSettings.
Format: accounts/{account}/programs/{program}/checkoutSettings
.google.shopping.merchant.accounts.v1.CheckoutSettings checkout_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
CheckoutSettings |
| Returns | |
|---|---|
| Type | Description |
UpdateCheckoutSettingsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateCheckoutSettingsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateCheckoutSettingsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateCheckoutSettingsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateCheckoutSettingsRequest.Builder |
|
mergeFrom(UpdateCheckoutSettingsRequest other)
public UpdateCheckoutSettingsRequest.Builder mergeFrom(UpdateCheckoutSettingsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateCheckoutSettingsRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateCheckoutSettingsRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateCheckoutSettingsRequest.Builder mergeUpdateMask(FieldMask value) Required. List of fields being updated.
The following fields are supported (in both snake_case and
lowerCamelCase):
eligible_destinationsuri_settings
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateCheckoutSettingsRequest.Builder |
|
setCheckoutSettings(CheckoutSettings value)
public UpdateCheckoutSettingsRequest.Builder setCheckoutSettings(CheckoutSettings value) Required. The updated version of the CheckoutSettings.
The name field is used to identify the CheckoutSettings.
Format: accounts/{account}/programs/{program}/checkoutSettings
.google.shopping.merchant.accounts.v1.CheckoutSettings checkout_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
CheckoutSettings |
| Returns | |
|---|---|
| Type | Description |
UpdateCheckoutSettingsRequest.Builder |
|
setCheckoutSettings(CheckoutSettings.Builder builderForValue)
public UpdateCheckoutSettingsRequest.Builder setCheckoutSettings(CheckoutSettings.Builder builderForValue) Required. The updated version of the CheckoutSettings.
The name field is used to identify the CheckoutSettings.
Format: accounts/{account}/programs/{program}/checkoutSettings
.google.shopping.merchant.accounts.v1.CheckoutSettings checkout_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
CheckoutSettings.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateCheckoutSettingsRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateCheckoutSettingsRequest.Builder setUpdateMask(FieldMask value) Required. List of fields being updated.
The following fields are supported (in both snake_case and
lowerCamelCase):
eligible_destinationsuri_settings
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateCheckoutSettingsRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateCheckoutSettingsRequest.Builder setUpdateMask(FieldMask.Builder builderForValue) Required. List of fields being updated.
The following fields are supported (in both snake_case and
lowerCamelCase):
eligible_destinationsuri_settings
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateCheckoutSettingsRequest.Builder |
|