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