public interface ListAccountRelationshipsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAccountRelationships(int index)
public abstract AccountRelationship getAccountRelationships(int index)
The account relationships that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountRelationship account_relationships = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AccountRelationship |
getAccountRelationshipsCount()
public abstract int getAccountRelationshipsCount()
The account relationships that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountRelationship account_relationships = 1;
Returns | |
---|---|
Type | Description |
int |
getAccountRelationshipsList()
public abstract List<AccountRelationship> getAccountRelationshipsList()
The account relationships that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountRelationship account_relationships = 1;
Returns | |
---|---|
Type | Description |
List<AccountRelationship> |
getAccountRelationshipsOrBuilder(int index)
public abstract AccountRelationshipOrBuilder getAccountRelationshipsOrBuilder(int index)
The account relationships that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountRelationship account_relationships = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AccountRelationshipOrBuilder |
getAccountRelationshipsOrBuilderList()
public abstract List<? extends AccountRelationshipOrBuilder> getAccountRelationshipsOrBuilderList()
The account relationships that match your filter.
repeated .google.shopping.merchant.accounts.v1.AccountRelationship account_relationships = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.shopping.merchant.accounts.v1.AccountRelationshipOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()
A page token. You can send the page_token
to get the next page.
Only included in the list
response if there are more pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
A page token. You can send the page_token
to get the next page.
Only included in the list
response if there are more pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |