public interface UpdateAccountTaxRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAccountTax()
public abstract AccountTax getAccountTax()
Required. The tax setting that will be updated
.google.shopping.merchant.accounts.v1beta.AccountTax account_tax = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
AccountTax |
The accountTax. |
getAccountTaxOrBuilder()
public abstract AccountTaxOrBuilder getAccountTaxOrBuilder()
Required. The tax setting that will be updated
.google.shopping.merchant.accounts.v1beta.AccountTax account_tax = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
AccountTaxOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
The list of fields to be updated
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
The list of fields to be updated
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasAccountTax()
public abstract boolean hasAccountTax()
Required. The tax setting that will be updated
.google.shopping.merchant.accounts.v1beta.AccountTax account_tax = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the accountTax field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
The list of fields to be updated
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |