Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1StorageAccess

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1StorageAccess

Returns a new instance of GoogleCloudDataplexV1StorageAccess.



5060
5061
5062
# File 'lib/google/apis/dataplex_v1/classes.rb', line 5060

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#readString

Output only. Describes the read access mechanism of the data. Not user settable. Corresponds to the JSON property read

Returns:

  • (String)


5058
5059
5060
# File 'lib/google/apis/dataplex_v1/classes.rb', line 5058

def read
  @read
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5065
5066
5067
# File 'lib/google/apis/dataplex_v1/classes.rb', line 5065

def update!(**args)
  @read = args[:read] if args.key?(:read)
end