Interface InsertShippingSettingsRequestOrBuilder (1.0.0)

public interface InsertShippingSettingsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The account for which this shipping setting will be inserted. If you are using an advanced account, you must specify the unique identifier of the sub-account for which you want to insert the shipping setting. Format: accounts/{ACCOUNT_ID}

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 account for which this shipping setting will be inserted. If you are using an advanced account, you must specify the unique identifier of the sub-account for which you want to insert the shipping setting. Format: accounts/{ACCOUNT_ID}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getShippingSetting()

public abstract ShippingSettings getShippingSetting()

Required. The new version of the account.

.google.shopping.merchant.accounts.v1.ShippingSettings shipping_setting = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ShippingSettings

The shippingSetting.

getShippingSettingOrBuilder()

public abstract ShippingSettingsOrBuilder getShippingSettingOrBuilder()

Required. The new version of the account.

.google.shopping.merchant.accounts.v1.ShippingSettings shipping_setting = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ShippingSettingsOrBuilder

hasShippingSetting()

public abstract boolean hasShippingSetting()

Required. The new version of the account.

.google.shopping.merchant.accounts.v1.ShippingSettings shipping_setting = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the shippingSetting field is set.