Interface CreateAndConfigureAccountRequest.AddAccountServiceOrBuilder (0.1.0)

public static interface CreateAndConfigureAccountRequest.AddAccountServiceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccountAggregation()

public abstract Empty getAccountAggregation()

The provider is an aggregator for the account.

.google.protobuf.Empty account_aggregation = 2;

Returns
Type Description
Empty

The accountAggregation.

getAccountAggregationOrBuilder()

public abstract EmptyOrBuilder getAccountAggregationOrBuilder()

The provider is an aggregator for the account.

.google.protobuf.Empty account_aggregation = 2;

Returns
Type Description
EmptyOrBuilder

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.

.google.protobuf.Empty account_aggregation = 2;

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.