Class: Google::Apis::DatafusionV1beta1::ServiceData

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/datafusion_v1beta1/classes.rb,
lib/google/apis/datafusion_v1beta1/representations.rb,
lib/google/apis/datafusion_v1beta1/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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ServiceData

Returns a new instance of ServiceData.



1393
1394
1395
# File 'lib/google/apis/datafusion_v1beta1/classes.rb', line 1393

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

Instance Attribute Details

#pdGoogle::Apis::DatafusionV1beta1::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



1391
1392
1393
# File 'lib/google/apis/datafusion_v1beta1/classes.rb', line 1391

def pd
  @pd
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1398
1399
1400
# File 'lib/google/apis/datafusion_v1beta1/classes.rb', line 1398

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