Class: Google::Apis::HealthcareV1beta1::BlobStorageSettings
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1beta1::BlobStorageSettings
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/healthcare_v1beta1/classes.rb,
lib/google/apis/healthcare_v1beta1/representations.rb,
lib/google/apis/healthcare_v1beta1/representations.rb
Overview
Settings for data stored in Blob storage.
Instance Attribute Summary collapse
-
#blob_storage_class ⇒ String
The Storage class in which the Blob data is stored.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BlobStorageSettings
constructor
A new instance of BlobStorageSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BlobStorageSettings
Returns a new instance of BlobStorageSettings.
933 934 935 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 933 def initialize(**args) update!(**args) end |
Instance Attribute Details
#blob_storage_class ⇒ String
The Storage class in which the Blob data is stored.
Corresponds to the JSON property blobStorageClass
931 932 933 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 931 def blob_storage_class @blob_storage_class end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
938 939 940 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 938 def update!(**args) @blob_storage_class = args[:blob_storage_class] if args.key?(:blob_storage_class) end |