public interface UpdateCheckoutSettingsRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCheckoutSettings()
public abstract 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.v1beta.CheckoutSettings checkout_settings = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
CheckoutSettings |
The checkoutSettings. |
getCheckoutSettingsOrBuilder()
public abstract 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.v1beta.CheckoutSettings checkout_settings = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
CheckoutSettingsOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
Required. List of fields being updated.
The following fields are supported (in both snake_case
and
lowerCamelCase
):
eligible_destinations
uri_settings
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. List of fields being updated.
The following fields are supported (in both snake_case
and
lowerCamelCase
):
eligible_destinations
uri_settings
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasCheckoutSettings()
public abstract 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.v1beta.CheckoutSettings checkout_settings = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the checkoutSettings field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
Required. List of fields being updated.
The following fields are supported (in both snake_case
and
lowerCamelCase
):
eligible_destinations
uri_settings
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |