Class: Google::Apis::VaultV1::CloudStorageSink
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::VaultV1::CloudStorageSink
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/vault_v1/classes.rb,
generated/google/apis/vault_v1/representations.rb,
generated/google/apis/vault_v1/representations.rb 
Overview
Export sink for cloud storage files.
Instance Attribute Summary collapse
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ CloudStorageSink 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of CloudStorageSink.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ CloudStorageSink
Returns a new instance of CloudStorageSink
      275 276 277  | 
    
      # File 'generated/google/apis/vault_v1/classes.rb', line 275 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#files ⇒ Array<Google::Apis::VaultV1::CloudStorageFile>
Output only. The exported files on cloud storage.
Corresponds to the JSON property files
      273 274 275  | 
    
      # File 'generated/google/apis/vault_v1/classes.rb', line 273 def files @files end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      280 281 282  | 
    
      # File 'generated/google/apis/vault_v1/classes.rb', line 280 def update!(**args) @files = args[:files] if args.key?(:files) end  |