Class: Google::Cloud::Asset::V1::ListAssetsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::ListAssetsResponse
- 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
-
#assets ⇒ ::Array<::Google::Cloud::Asset::V1::Asset>
Assets.
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results.
-
#read_time ⇒ ::Google::Protobuf::Timestamp
Time the snapshot was taken.
Instance Attribute Details
#assets ⇒ ::Array<::Google::Cloud::Asset::V1::Asset>
Returns Assets.
199 200 201 202 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 199 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.
199 200 201 202 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 199 class ListAssetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#read_time ⇒ ::Google::Protobuf::Timestamp
Returns Time the snapshot was taken.
199 200 201 202 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 199 class ListAssetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |