public interface SearchAllResourcesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getResults(int index)
public abstract StandardResourceMetadata getResults(int index)A list of resource that match the search query.
repeated .google.cloud.asset.v1p1beta1.StandardResourceMetadata results = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StandardResourceMetadata |
|
getResultsCount()
public abstract int getResultsCount()A list of resource that match the search query.
repeated .google.cloud.asset.v1p1beta1.StandardResourceMetadata results = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getResultsList()
public abstract List<StandardResourceMetadata> getResultsList()A list of resource that match the search query.
repeated .google.cloud.asset.v1p1beta1.StandardResourceMetadata results = 1;
| Returns | |
|---|---|
| Type | Description |
List<StandardResourceMetadata> |
|
getResultsOrBuilder(int index)
public abstract StandardResourceMetadataOrBuilder getResultsOrBuilder(int index)A list of resource that match the search query.
repeated .google.cloud.asset.v1p1beta1.StandardResourceMetadata results = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StandardResourceMetadataOrBuilder |
|
getResultsOrBuilderList()
public abstract List<? extends StandardResourceMetadataOrBuilder> getResultsOrBuilderList()A list of resource that match the search query.
repeated .google.cloud.asset.v1p1beta1.StandardResourceMetadata results = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.asset.v1p1beta1.StandardResourceMetadataOrBuilder> |
|