Class: Google::Apis::RedisV1::InputConfig
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::RedisV1::InputConfig
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/redis_v1/classes.rb,
lib/google/apis/redis_v1/representations.rb,
lib/google/apis/redis_v1/representations.rb 
Overview
The input content
Instance Attribute Summary collapse
- 
  
    
      #gcs_source  ⇒ Google::Apis::RedisV1::GcsSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Cloud Storage location for the input content Corresponds to the JSON property
gcsSource. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ InputConfig 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of InputConfig.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ InputConfig
Returns a new instance of InputConfig.
      1452 1453 1454  | 
    
      # File 'lib/google/apis/redis_v1/classes.rb', line 1452 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#gcs_source ⇒ Google::Apis::RedisV1::GcsSource
The Cloud Storage location for the input content
Corresponds to the JSON property gcsSource
      1450 1451 1452  | 
    
      # File 'lib/google/apis/redis_v1/classes.rb', line 1450 def gcs_source @gcs_source end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1457 1458 1459  | 
    
      # File 'lib/google/apis/redis_v1/classes.rb', line 1457 def update!(**args) @gcs_source = args[:gcs_source] if args.key?(:gcs_source) end  |