Reference documentation and code samples for the Cloud Asset V1 API class Google::Cloud::OsConfig::V1::ListInventoriesResponse.
A response message for listing inventory data for all VMs in a specified location.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#inventories
def inventories() -> ::Array<::Google::Cloud::OsConfig::V1::Inventory>
    Returns
    
  - (::Array<::Google::Cloud::OsConfig::V1::Inventory>) — List of inventory objects.
#inventories=
def inventories=(value) -> ::Array<::Google::Cloud::OsConfig::V1::Inventory>
    Parameter
    
  - value (::Array<::Google::Cloud::OsConfig::V1::Inventory>) — List of inventory objects.
    Returns
    
  - (::Array<::Google::Cloud::OsConfig::V1::Inventory>) — List of inventory objects.
#next_page_token
def next_page_token() -> ::String
    Returns
    
  - (::String) — The pagination token to retrieve the next page of inventory objects.
#next_page_token=
def next_page_token=(value) -> ::String
    Parameter
    
  - value (::String) — The pagination token to retrieve the next page of inventory objects.
    Returns
    
- (::String) — The pagination token to retrieve the next page of inventory objects.