Class: Google::Apis::HealthcareV1beta1::SetBlobStorageSettingsRequest
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1beta1::SetBlobStorageSettingsRequest
- 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
Request message for SetBlobStorageSettings
method.
Instance Attribute Summary collapse
-
#blob_storage_settings ⇒ Google::Apis::HealthcareV1beta1::BlobStorageSettings
Settings for data stored in Blob storage.
-
#filter_config ⇒ Google::Apis::HealthcareV1beta1::DicomFilterConfig
Specifies the filter configuration for DICOM resources.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SetBlobStorageSettingsRequest
constructor
A new instance of SetBlobStorageSettingsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SetBlobStorageSettingsRequest
Returns a new instance of SetBlobStorageSettingsRequest.
6851 6852 6853 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6851 def initialize(**args) update!(**args) end |
Instance Attribute Details
#blob_storage_settings ⇒ Google::Apis::HealthcareV1beta1::BlobStorageSettings
Settings for data stored in Blob storage.
Corresponds to the JSON property blobStorageSettings
6844 6845 6846 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6844 def blob_storage_settings @blob_storage_settings end |
#filter_config ⇒ Google::Apis::HealthcareV1beta1::DicomFilterConfig
Specifies the filter configuration for DICOM resources.
Corresponds to the JSON property filterConfig
6849 6850 6851 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6849 def filter_config @filter_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6856 6857 6858 6859 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6856 def update!(**args) @blob_storage_settings = args[:blob_storage_settings] if args.key?(:blob_storage_settings) @filter_config = args[:filter_config] if args.key?(:filter_config) end |