Class: Google::Cloud::OsConfig::V1::ListInventoriesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::ListInventoriesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/inventory.rb
Overview
A response message for listing inventory data for all VMs in a specified location.
Instance Attribute Summary collapse
-
#inventories ⇒ ::Array<::Google::Cloud::OsConfig::V1::Inventory>
List of inventory objects.
-
#next_page_token ⇒ ::String
The pagination token to retrieve the next page of inventory objects.
Instance Attribute Details
#inventories ⇒ ::Array<::Google::Cloud::OsConfig::V1::Inventory>
Returns List of inventory objects.
383 384 385 386 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 383 class ListInventoriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The pagination token to retrieve the next page of inventory objects.
383 384 385 386 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 383 class ListInventoriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |