Class: Google::Cloud::ServiceManagement::V1::ListServicesRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::ServiceManagement::V1::ListServicesRequest
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/api/servicemanagement/v1/servicemanager.rb
 
Overview
Request message for ListServices method.
Instance Attribute Summary collapse
- 
  
    
      #consumer_id  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  deprecated
  
  
    Deprecated. 
This field is deprecated and may be removed in the next major version update.
 - 
  
    
      #page_size  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The max number of items to include in the response list.
 - 
  
    
      #page_token  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Token identifying which result to start with; returned by a previous list call.
 - 
  
    
      #producer_project_id  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Include services produced by the specified project.
 
Instance Attribute Details
#consumer_id ⇒ ::String
This field is deprecated and may be removed in the next major version update.
Returns Include services consumed by the specified consumer.
The Google Service Management implementation accepts the following forms:
- project:
.  
      44 45 46 47  | 
    
      # File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 44 class ListServicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#page_size ⇒ ::Integer
Returns The max number of items to include in the response list. Page size is 50 if not specified. Maximum value is 500.
      44 45 46 47  | 
    
      # File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 44 class ListServicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#page_token ⇒ ::String
Returns Token identifying which result to start with; returned by a previous list call.
      44 45 46 47  | 
    
      # File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 44 class ListServicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#producer_project_id ⇒ ::String
Returns Include services produced by the specified project.
      44 45 46 47  | 
    
      # File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 44 class ListServicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |