Class: Google::Cloud::Asset::V1::ListAssetsResponse

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

ListAssets response.

Instance Attribute Summary collapse

Instance Attribute Details

#assets::Array<::Google::Cloud::Asset::V1::Asset>

Returns Assets.

Returns:



203
204
205
206
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 203

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

#next_page_token::String

Returns Token to retrieve the next page of results. It expires 72 hours after the page token for the first page is generated. Set to empty if there are no remaining results.

Returns:

  • (::String)

    Token to retrieve the next page of results. It expires 72 hours after the page token for the first page is generated. Set to empty if there are no remaining results.



203
204
205
206
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 203

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

#read_time::Google::Protobuf::Timestamp

Returns Time the snapshot was taken.

Returns:



203
204
205
206
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 203

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