Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1StorageAccess
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DataplexV1::GoogleCloudDataplexV1StorageAccess
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/dataplex_v1/classes.rb,
lib/google/apis/dataplex_v1/representations.rb,
lib/google/apis/dataplex_v1/representations.rb 
Overview
Describes the access mechanism of the data within its storage location.
Instance Attribute Summary collapse
- 
  
    
      #read  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Output only.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GoogleCloudDataplexV1StorageAccess 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GoogleCloudDataplexV1StorageAccess.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1StorageAccess
Returns a new instance of GoogleCloudDataplexV1StorageAccess.
      6690 6691 6692  | 
    
      # File 'lib/google/apis/dataplex_v1/classes.rb', line 6690 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#read ⇒ String
Output only. Describes the read access mechanism of the data. Not user
settable.
Corresponds to the JSON property read
      6688 6689 6690  | 
    
      # File 'lib/google/apis/dataplex_v1/classes.rb', line 6688 def read @read end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      6695 6696 6697  | 
    
      # File 'lib/google/apis/dataplex_v1/classes.rb', line 6695 def update!(**args) @read = args[:read] if args.key?(:read) end  |