public interface ListRelatedAccountGroupsResponseOrBuilder 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. |
getRelatedAccountGroups(int index)
public abstract RelatedAccountGroup getRelatedAccountGroups(int index)The groups of related accounts listed by the query.
repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RelatedAccountGroup |
|
getRelatedAccountGroupsCount()
public abstract int getRelatedAccountGroupsCount()The groups of related accounts listed by the query.
repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getRelatedAccountGroupsList()
public abstract List<RelatedAccountGroup> getRelatedAccountGroupsList()The groups of related accounts listed by the query.
repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1;
| Returns | |
|---|---|
| Type | Description |
List<RelatedAccountGroup> |
|
getRelatedAccountGroupsOrBuilder(int index)
public abstract RelatedAccountGroupOrBuilder getRelatedAccountGroupsOrBuilder(int index)The groups of related accounts listed by the query.
repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RelatedAccountGroupOrBuilder |
|
getRelatedAccountGroupsOrBuilderList()
public abstract List<? extends RelatedAccountGroupOrBuilder> getRelatedAccountGroupsOrBuilderList()The groups of related accounts listed by the query.
repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.recaptchaenterprise.v1.RelatedAccountGroupOrBuilder> |
|