Class: Google::Apis::HealthcareV1beta1::SetBlobStorageSettingsRequest

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

Request message for SetBlobStorageSettings method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SetBlobStorageSettingsRequest

Returns a new instance of SetBlobStorageSettingsRequest.



6568
6569
6570
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6568

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

Instance Attribute Details

#blob_storage_settingsGoogle::Apis::HealthcareV1beta1::BlobStorageSettings

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



6561
6562
6563
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6561

def blob_storage_settings
  @blob_storage_settings
end

#filter_configGoogle::Apis::HealthcareV1beta1::DicomFilterConfig

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



6566
6567
6568
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6566

def filter_config
  @filter_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6573
6574
6575
6576
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6573

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