Interface ProposeAccountServiceRequestOrBuilder (1.0.0)

public interface ProposeAccountServiceRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccountService()

public abstract AccountService getAccountService()

Required. The account service to propose.

.google.shopping.merchant.accounts.v1.AccountService account_service = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
AccountService

The accountService.

getAccountServiceOrBuilder()

public abstract AccountServiceOrBuilder getAccountServiceOrBuilder()

Required. The account service to propose.

.google.shopping.merchant.accounts.v1.AccountService account_service = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
AccountServiceOrBuilder

getParent()

public abstract String getParent()

Required. The resource name of the parent account for the service. Format: accounts/{account}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The resource name of the parent account for the service. Format: accounts/{account}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

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).

string provider = 2 [(.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).

string provider = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for provider.

hasAccountService()

public abstract boolean hasAccountService()

Required. The account service to propose.

.google.shopping.merchant.accounts.v1.AccountService account_service = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the accountService field is set.