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