Class: Google::Cloud::OsConfig::V1::ListInventoriesRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::OsConfig::V1::ListInventoriesRequest
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/osconfig/v1/inventory.rb
 
Overview
A request message for listing inventory data for all VMs in the specified location.
Instance Attribute Summary collapse
- 
  
    
      #filter  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If provided, this field specifies the criteria that must be met by a
InventoryAPI resource to be included in the response. - 
  
    
      #page_size  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum number of results to return.
 - 
  
    
      #page_token  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A pagination token returned from a previous call to
ListInventoriesthat indicates where this listing should continue from. - 
  
    
      #parent  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #view  ⇒ ::Google::Cloud::OsConfig::V1::InventoryView 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Inventory view indicating what information should be included in the inventory resource.
 
Instance Attribute Details
#filter ⇒ ::String
Returns If provided, this field specifies the criteria that must be met by a
Inventory API resource to be included in the response.
      370 371 372 373  | 
    
      # File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 370 class ListInventoriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#page_size ⇒ ::Integer
Returns The maximum number of results to return.
      370 371 372 373  | 
    
      # File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 370 class ListInventoriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#page_token ⇒ ::String
Returns A pagination token returned from a previous call to
ListInventories that indicates where this listing
should continue from.
      370 371 372 373  | 
    
      # File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 370 class ListInventoriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#parent ⇒ ::String
Returns Required. The parent resource name.
Format: projects/{project}/locations/{location}/instances/-
For {project}, either project-number or project-id can be provided.
      370 371 372 373  | 
    
      # File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 370 class ListInventoriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#view ⇒ ::Google::Cloud::OsConfig::V1::InventoryView
Returns Inventory view indicating what information should be included in the inventory resource. If unspecified, the default view is BASIC.
      370 371 372 373  | 
    
      # File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 370 class ListInventoriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |