public interface SearchAllResourcesResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getNextPageToken()
If there are more results than those appearing in this response, then
`next_page_token` is included.
|
ByteString |
getNextPageTokenBytes()
If there are more results than those appearing in this response, then
`next_page_token` is included.
|
ResourceSearchResult |
getResults(int index)
A list of Resources that match the search query.
|
int |
getResultsCount()
A list of Resources that match the search query.
|
List<ResourceSearchResult> |
getResultsList()
A list of Resources that match the search query.
|
ResourceSearchResultOrBuilder |
getResultsOrBuilder(int index)
A list of Resources that match the search query.
|
List<? extends ResourceSearchResultOrBuilder> |
getResultsOrBuilderList()
A list of Resources that match the search query.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
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;
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;
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;
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;
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;
Copyright © 2022 Google LLC. All rights reserved.