Class: Google::Apis::DatafusionV1::ServiceData
- Inherits:
-
Object
- Object
- Google::Apis::DatafusionV1::ServiceData
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datafusion_v1/classes.rb,
lib/google/apis/datafusion_v1/representations.rb,
lib/google/apis/datafusion_v1/representations.rb
Overview
This message defines service-specific data that certain service teams must provide as part of the Data Residency Augmented View for a resource. Next ID: 2
Instance Attribute Summary collapse
-
#pd ⇒ Google::Apis::DatafusionV1::PersistentDiskData
Persistent Disk service-specific Data.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ServiceData
constructor
A new instance of ServiceData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ServiceData
Returns a new instance of ServiceData.
1256 1257 1258 |
# File 'lib/google/apis/datafusion_v1/classes.rb', line 1256 def initialize(**args) update!(**args) end |
Instance Attribute Details
#pd ⇒ Google::Apis::DatafusionV1::PersistentDiskData
Persistent Disk service-specific Data. Contains information that may not be
appropriate for the generic DRZ Augmented View. This currently includes LSV
Colossus Roots and GCS Buckets.
Corresponds to the JSON property pd
1254 1255 1256 |
# File 'lib/google/apis/datafusion_v1/classes.rb', line 1254 def pd @pd end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1261 1262 1263 |
# File 'lib/google/apis/datafusion_v1/classes.rb', line 1261 def update!(**args) @pd = args[:pd] if args.key?(:pd) end |