Interface SearchAllResourcesResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SearchAllResourcesResponse, SearchAllResourcesResponse.Builder

@Generated public interface SearchAllResourcesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    If there are more results than those appearing in this response, then `next_page_token` is included.
    com.google.protobuf.ByteString
    If there are more results than those appearing in this response, then `next_page_token` is included.
    getResults(int index)
    A list of resource that match the search query.
    int
    A list of resource that match the search query.
    A list of resource that match the search query.
    A list of resource that match the search query.
    A list of resource that match the search query.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getResultsList

      List<StandardResourceMetadata> getResultsList()
       A list of resource that match the search query.
       
      repeated .google.cloud.asset.v1p1beta1.StandardResourceMetadata results = 1;
    • getResults

      StandardResourceMetadata getResults(int index)
       A list of resource that match the search query.
       
      repeated .google.cloud.asset.v1p1beta1.StandardResourceMetadata results = 1;
    • getResultsCount

      int getResultsCount()
       A list of resource that match the search query.
       
      repeated .google.cloud.asset.v1p1beta1.StandardResourceMetadata results = 1;
    • getResultsOrBuilderList

      List<? extends StandardResourceMetadataOrBuilder> getResultsOrBuilderList()
       A list of resource that match the search query.
       
      repeated .google.cloud.asset.v1p1beta1.StandardResourceMetadata results = 1;
    • getResultsOrBuilder

      StandardResourceMetadataOrBuilder getResultsOrBuilder(int index)
       A list of resource that match the search query.
       
      repeated .google.cloud.asset.v1p1beta1.StandardResourceMetadata results = 1;
    • getNextPageToken

      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:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.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:
      The bytes for nextPageToken.