Class: Google::Apis::HealthcareV1::SetBlobStorageSettingsRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/healthcare_v1/classes.rb,
lib/google/apis/healthcare_v1/representations.rb,
lib/google/apis/healthcare_v1/representations.rb

Overview

Request message for SetBlobStorageSettings method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SetBlobStorageSettingsRequest

Returns a new instance of SetBlobStorageSettingsRequest.



5590
5591
5592
# File 'lib/google/apis/healthcare_v1/classes.rb', line 5590

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

Instance Attribute Details

#blob_storage_settingsGoogle::Apis::HealthcareV1::BlobStorageSettings

Settings for data stored in Blob storage. Corresponds to the JSON property blobStorageSettings



5583
5584
5585
# File 'lib/google/apis/healthcare_v1/classes.rb', line 5583

def blob_storage_settings
  @blob_storage_settings
end

#filter_configGoogle::Apis::HealthcareV1::DicomFilterConfig

Specifies the filter configuration for DICOM resources. Corresponds to the JSON property filterConfig



5588
5589
5590
# File 'lib/google/apis/healthcare_v1/classes.rb', line 5588

def filter_config
  @filter_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5595
5596
5597
5598
# File 'lib/google/apis/healthcare_v1/classes.rb', line 5595

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