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.v1.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.v1.AccountAggregation account_aggregation = 103;
Returns | |
---|---|
Type | Description |
AccountAggregationOrBuilder |
getProvider()
public abstract String getProvider()
Required. The provider of the service. Either the reference to an account
such as providers/123
or a well-known service provider (one of
providers/GOOGLE_ADS
or providers/GOOGLE_BUSINESS_PROFILE
).
optional string provider = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The provider. |
getProviderBytes()
public abstract ByteString getProviderBytes()
Required. The provider of the service. Either the reference to an account
such as providers/123
or a well-known service provider (one of
providers/GOOGLE_ADS
or providers/GOOGLE_BUSINESS_PROFILE
).
optional string provider = 1 [(.google.api.field_behavior) = REQUIRED];
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.v1.AccountAggregation account_aggregation = 103;
Returns | |
---|---|
Type | Description |
boolean |
Whether the accountAggregation field is set. |
hasProvider()
public abstract boolean hasProvider()
Required. The provider of the service. Either the reference to an account
such as providers/123
or a well-known service provider (one of
providers/GOOGLE_ADS
or providers/GOOGLE_BUSINESS_PROFILE
).
optional string provider = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the provider field is set. |