public interface PartnerCustomerAccountOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccountId()
public abstract String getAccountId()Required. The identifier of the customer account in the partner's ID space.
string account_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The accountId. |
getAccountIdBytes()
public abstract ByteString getAccountIdBytes()Required. The identifier of the customer account in the partner's ID space.
string account_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for accountId. |
getAccountName()
public abstract String getAccountName()Optional. The name of the account.
string account_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The accountName. |
getAccountNameBytes()
public abstract ByteString getAccountNameBytes()Optional. The name of the account.
string account_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for accountName. |
getAccountType()
public abstract String getAccountType()Optional. The type of the account. Can be used to distinguish between advertiser accounts and business level accounts, for example.
string account_type = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The accountType. |
getAccountTypeBytes()
public abstract ByteString getAccountTypeBytes()Optional. The type of the account. Can be used to distinguish between advertiser accounts and business level accounts, for example.
string account_type = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for accountType. |