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.



4927
4928
4929
# File 'lib/google/apis/healthcare_v1/classes.rb', line 4927

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



4920
4921
4922
# File 'lib/google/apis/healthcare_v1/classes.rb', line 4920

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



4925
4926
4927
# File 'lib/google/apis/healthcare_v1/classes.rb', line 4925

def filter_config
  @filter_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4932
4933
4934
4935
# File 'lib/google/apis/healthcare_v1/classes.rb', line 4932

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