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.



6739
6740
6741
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6739

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



6732
6733
6734
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6732

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



6737
6738
6739
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6737

def filter_config
  @filter_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6744
6745
6746
6747
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6744

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