Interface SearchAllResourcesResponseOrBuilder (3.45.0)

public interface SearchAllResourcesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

If there are more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

If there are more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getResults(int index)

public abstract ResourceSearchResult getResults(int index)

A list of Resources that match the search query. It contains the resource standard metadata information.

repeated .google.cloud.asset.v1.ResourceSearchResult results = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ResourceSearchResult

getResultsCount()

public abstract int getResultsCount()

A list of Resources that match the search query. It contains the resource standard metadata information.

repeated .google.cloud.asset.v1.ResourceSearchResult results = 1;

Returns
TypeDescription
int

getResultsList()

public abstract List<ResourceSearchResult> getResultsList()

A list of Resources that match the search query. It contains the resource standard metadata information.

repeated .google.cloud.asset.v1.ResourceSearchResult results = 1;

Returns
TypeDescription
List<ResourceSearchResult>

getResultsOrBuilder(int index)

public abstract ResourceSearchResultOrBuilder getResultsOrBuilder(int index)

A list of Resources that match the search query. It contains the resource standard metadata information.

repeated .google.cloud.asset.v1.ResourceSearchResult results = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ResourceSearchResultOrBuilder

getResultsOrBuilderList()

public abstract List<? extends ResourceSearchResultOrBuilder> getResultsOrBuilderList()

A list of Resources that match the search query. It contains the resource standard metadata information.

repeated .google.cloud.asset.v1.ResourceSearchResult results = 1;

Returns
TypeDescription
List<? extends com.google.cloud.asset.v1.ResourceSearchResultOrBuilder>