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.



6821
6822
6823
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6821

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



6814
6815
6816
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6814

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



6819
6820
6821
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6819

def filter_config
  @filter_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6826
6827
6828
6829
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6826

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