Interface SearchOrganizationsResponseOrBuilder (1.36.0)

public interface SearchOrganizationsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A pagination token to be used to retrieve the next page of results. If the result is too large to fit within the page size specified in the request, this field will be set with a token that can be used to fetch the next page of results. If this field is empty, it indicates that this response contains the last page of results.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A pagination token to be used to retrieve the next page of results. If the result is too large to fit within the page size specified in the request, this field will be set with a token that can be used to fetch the next page of results. If this field is empty, it indicates that this response contains the last page of results.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getOrganizations(int index)

public abstract Organization getOrganizations(int index)

The list of Organizations that matched the search query, possibly paginated.

repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Organization

getOrganizationsCount()

public abstract int getOrganizationsCount()

The list of Organizations that matched the search query, possibly paginated.

repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;

Returns
TypeDescription
int

getOrganizationsList()

public abstract List<Organization> getOrganizationsList()

The list of Organizations that matched the search query, possibly paginated.

repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;

Returns
TypeDescription
List<Organization>

getOrganizationsOrBuilder(int index)

public abstract OrganizationOrBuilder getOrganizationsOrBuilder(int index)

The list of Organizations that matched the search query, possibly paginated.

repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
OrganizationOrBuilder

getOrganizationsOrBuilderList()

public abstract List<? extends OrganizationOrBuilder> getOrganizationsOrBuilderList()

The list of Organizations that matched the search query, possibly paginated.

repeated .google.cloud.resourcemanager.v3.Organization organizations = 1;

Returns
TypeDescription
List<? extends com.google.cloud.resourcemanager.v3.OrganizationOrBuilder>