Interface ListRelatedAccountGroupsResponseOrBuilder (3.38.0)

public interface ListRelatedAccountGroupsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.recaptchaenterprise.v1.RelatedAccountGroupOrBuilder>