public static interface CreateAndConfigureAccountRequest.AddAccountServiceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAccountAggregation()
public abstract AccountAggregation getAccountAggregation()
The provider is an aggregator for the account. Payload for service type Account Aggregation.
.google.shopping.merchant.accounts.v1beta.AccountAggregation account_aggregation = 103;
Returns | |
---|---|
Type | Description |
AccountAggregation |
The accountAggregation. |
getAccountAggregationOrBuilder()
public abstract AccountAggregationOrBuilder getAccountAggregationOrBuilder()
The provider is an aggregator for the account. Payload for service type Account Aggregation.
.google.shopping.merchant.accounts.v1beta.AccountAggregation account_aggregation = 103;
Returns | |
---|---|
Type | Description |
AccountAggregationOrBuilder |
getProvider()
public abstract String getProvider()
Optional. The provider of the service.
Format: accounts/{account}
optional string provider = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The provider. |
getProviderBytes()
public abstract ByteString getProviderBytes()
Optional. The provider of the service.
Format: accounts/{account}
optional string provider = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for provider. |
getServiceTypeCase()
public abstract CreateAndConfigureAccountRequest.AddAccountService.ServiceTypeCase getServiceTypeCase()
Returns | |
---|---|
Type | Description |
CreateAndConfigureAccountRequest.AddAccountService.ServiceTypeCase |
hasAccountAggregation()
public abstract boolean hasAccountAggregation()
The provider is an aggregator for the account. Payload for service type Account Aggregation.
.google.shopping.merchant.accounts.v1beta.AccountAggregation account_aggregation = 103;
Returns | |
---|---|
Type | Description |
boolean |
Whether the accountAggregation field is set. |
hasProvider()
public abstract boolean hasProvider()
Optional. The provider of the service.
Format: accounts/{account}
optional string provider = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
boolean |
Whether the provider field is set. |