Class: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1DicomStreamConfig
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1::GoogleCloudHealthcareV1DicomStreamConfig
- 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
StreamConfig specifies configuration for a streaming DICOM export.
Instance Attribute Summary collapse
-
#bigquery_destination ⇒ Google::Apis::HealthcareV1::GoogleCloudHealthcareV1DicomBigQueryDestination
The BigQuery table where the server writes the output.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudHealthcareV1DicomStreamConfig
constructor
A new instance of GoogleCloudHealthcareV1DicomStreamConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudHealthcareV1DicomStreamConfig
Returns a new instance of GoogleCloudHealthcareV1DicomStreamConfig.
2415 2416 2417 |
# File 'lib/google/apis/healthcare_v1/classes.rb', line 2415 def initialize(**args) update!(**args) end |
Instance Attribute Details
#bigquery_destination ⇒ Google::Apis::HealthcareV1::GoogleCloudHealthcareV1DicomBigQueryDestination
The BigQuery table where the server writes the output.
Corresponds to the JSON property bigqueryDestination
2413 2414 2415 |
# File 'lib/google/apis/healthcare_v1/classes.rb', line 2413 def bigquery_destination @bigquery_destination end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2420 2421 2422 |
# File 'lib/google/apis/healthcare_v1/classes.rb', line 2420 def update!(**args) @bigquery_destination = args[:bigquery_destination] if args.key?(:bigquery_destination) end |