public interface CreateCheckoutSettingsRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCheckoutSettings()
public abstract CheckoutSettings getCheckoutSettings()
Required. The CheckoutSettings
object to create.
.google.shopping.merchant.accounts.v1beta.CheckoutSettings checkout_settings = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
CheckoutSettings |
The checkoutSettings. |
getCheckoutSettingsOrBuilder()
public abstract CheckoutSettingsOrBuilder getCheckoutSettingsOrBuilder()
Required. The CheckoutSettings
object to create.
.google.shopping.merchant.accounts.v1beta.CheckoutSettings checkout_settings = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
CheckoutSettingsOrBuilder |
getParent()
public abstract String getParent()
Required. The merchant account for which the CheckoutSettings
will be
created.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. The merchant account for which the CheckoutSettings
will be
created.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
hasCheckoutSettings()
public abstract boolean hasCheckoutSettings()
Required. The CheckoutSettings
object to create.
.google.shopping.merchant.accounts.v1beta.CheckoutSettings checkout_settings = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the checkoutSettings field is set. |