Class: Google::Apis::HealthcareV1beta1::BlobStorageSettings

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BlobStorageSettings

Returns a new instance of BlobStorageSettings.



905
906
907
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 905

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

Instance Attribute Details

#blob_storage_classString

The Storage class in which the Blob data is stored. Corresponds to the JSON property blobStorageClass

Returns:

  • (String)


903
904
905
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 903

def blob_storage_class
  @blob_storage_class
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



910
911
912
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 910

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