Class: Google::Apis::ServiceusageV1beta1::Experimental
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ServiceusageV1beta1::Experimental
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/serviceusage_v1beta1/classes.rb,
 generated/google/apis/serviceusage_v1beta1/representations.rb,
 generated/google/apis/serviceusage_v1beta1/representations.rb
Overview
Experimental service configuration. These configuration options can only be used by whitelisted users.
Instance Attribute Summary collapse
- 
  
    
      #authorization  ⇒ Google::Apis::ServiceusageV1beta1::AuthorizationConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Configuration of authorization. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ Experimental 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of Experimental. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Experimental
Returns a new instance of Experimental
| 1195 1196 1197 | # File 'generated/google/apis/serviceusage_v1beta1/classes.rb', line 1195 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#authorization ⇒ Google::Apis::ServiceusageV1beta1::AuthorizationConfig
Configuration of authorization.
This section determines the authorization provider, if unspecified, then no
authorization check will be done.
Example:
experimental:
authorization:
provider: firebaserules.googleapis.com
Corresponds to the JSON property authorization
| 1193 1194 1195 | # File 'generated/google/apis/serviceusage_v1beta1/classes.rb', line 1193 def @authorization end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1200 1201 1202 | # File 'generated/google/apis/serviceusage_v1beta1/classes.rb', line 1200 def update!(**args) @authorization = args[:authorization] if args.key?(:authorization) end |