Class: Google::Cloud::Asset::V1::SearchAllResourcesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/asset/v1/asset_service.rb

Overview

Search all resources response.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns 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.

Returns:

  • (::String)

    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.



771
772
773
774
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 771

class SearchAllResourcesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#results::Array<::Google::Cloud::Asset::V1::ResourceSearchResult>

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

Returns:



771
772
773
774
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 771

class SearchAllResourcesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end