Class: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DicomStreamConfig
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DicomStreamConfig
- 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
StreamConfig specifies configuration for a streaming DICOM export.
Instance Attribute Summary collapse
-
#bigquery_destination ⇒ Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DicomBigQueryDestination
The BigQuery table where the server writes output.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudHealthcareV1beta1DicomStreamConfig
constructor
A new instance of GoogleCloudHealthcareV1beta1DicomStreamConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudHealthcareV1beta1DicomStreamConfig
Returns a new instance of GoogleCloudHealthcareV1beta1DicomStreamConfig.
3858 3859 3860 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 3858 def initialize(**args) update!(**args) end |
Instance Attribute Details
#bigquery_destination ⇒ Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DicomBigQueryDestination
The BigQuery table where the server writes output.
Corresponds to the JSON property bigqueryDestination
3856 3857 3858 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 3856 def bigquery_destination @bigquery_destination end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3863 3864 3865 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 3863 def update!(**args) @bigquery_destination = args[:bigquery_destination] if args.key?(:bigquery_destination) end |