public interface GbpAccountOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getGbpAccountId()
public abstract String getGbpAccountId()
The id of the GBP account.
string gbp_account_id = 2;
Returns | |
---|---|
Type | Description |
String |
The gbpAccountId. |
getGbpAccountIdBytes()
public abstract ByteString getGbpAccountIdBytes()
The id of the GBP account.
string gbp_account_id = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for gbpAccountId. |
getGbpAccountName()
public abstract String getGbpAccountName()
The name of the Business Profile. For personal accounts: Email id of the owner. For Business accounts: Name of the Business Account.
string gbp_account_name = 5;
Returns | |
---|---|
Type | Description |
String |
The gbpAccountName. |
getGbpAccountNameBytes()
public abstract ByteString getGbpAccountNameBytes()
The name of the Business Profile. For personal accounts: Email id of the owner. For Business accounts: Name of the Business Account.
string gbp_account_name = 5;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for gbpAccountName. |
getListingCount()
public abstract long getListingCount()
Number of listings under this account.
int64 listing_count = 6;
Returns | |
---|---|
Type | Description |
long |
The listingCount. |
getName()
public abstract String getName()
Identifier. The resource name of the GBP account. Format:
accounts/{account}/gbpAccount/{gbp_account}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Identifier. The resource name of the GBP account. Format:
accounts/{account}/gbpAccount/{gbp_account}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getType()
public abstract GbpAccount.Type getType()
The type of the Business Profile.
.google.shopping.merchant.accounts.v1beta.GbpAccount.Type type = 3;
Returns | |
---|---|
Type | Description |
GbpAccount.Type |
The type. |
getTypeValue()
public abstract int getTypeValue()
The type of the Business Profile.
.google.shopping.merchant.accounts.v1beta.GbpAccount.Type type = 3;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for type. |