public interface InsertShippingSettingsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent()Required. The account where this product will be inserted. Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The account where this product will be inserted. Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getShippingSetting()
public abstract ShippingSettings getShippingSetting()Required. The new version of the account.
.google.shopping.merchant.accounts.v1beta.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.v1beta.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.v1beta.ShippingSettings shipping_setting = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the shippingSetting field is set. |