Class: Google::Api::SystemParameterRule
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Api::SystemParameterRule
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/api/system_parameter.rb
 
Overview
Define a system parameter rule mapping system parameter definitions to methods.
Instance Attribute Summary collapse
- 
  
    
      #parameters  ⇒ ::Array<::Google::Api::SystemParameter> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Define parameters.
 - 
  
    
      #selector  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Selects the methods to which this rule applies.
 
Instance Attribute Details
#parameters ⇒ ::Array<::Google::Api::SystemParameter>
Returns Define parameters. Multiple names may be defined for a parameter. For a given method call, only one of them should be used. If multiple names are used the behavior is implementation-dependent. If none of the specified names are present the behavior is parameter-dependent.
      80 81 82 83  | 
    
      # File 'proto_docs/google/api/system_parameter.rb', line 80 class SystemParameterRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#selector ⇒ ::String
Returns Selects the methods to which this rule applies. Use '*' to indicate all methods in all APIs.
Refer to selector for syntax details.
      80 81 82 83  | 
    
      # File 'proto_docs/google/api/system_parameter.rb', line 80 class SystemParameterRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |