public interface ListUsersResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getUsers(int index)
public abstract User getUsers(int index)The users from the specified account.
repeated .google.shopping.merchant.accounts.v1.User users = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
User |
|
getUsersCount()
public abstract int getUsersCount()The users from the specified account.
repeated .google.shopping.merchant.accounts.v1.User users = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getUsersList()
public abstract List<User> getUsersList()The users from the specified account.
repeated .google.shopping.merchant.accounts.v1.User users = 1;
| Returns | |
|---|---|
| Type | Description |
List<User> |
|
getUsersOrBuilder(int index)
public abstract UserOrBuilder getUsersOrBuilder(int index)The users from the specified account.
repeated .google.shopping.merchant.accounts.v1.User users = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
UserOrBuilder |
|
getUsersOrBuilderList()
public abstract List<? extends UserOrBuilder> getUsersOrBuilderList()The users from the specified account.
repeated .google.shopping.merchant.accounts.v1.User users = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.shopping.merchant.accounts.v1.UserOrBuilder> |
|