Class: Google::Cloud::OsConfig::V1::ListInventoriesResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#inventories::Array<::Google::Cloud::OsConfig::V1::Inventory>

Returns List of inventory objects.

Returns:



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.

Returns:

  • (::String)

    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