Class: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DicomStreamConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/healthcare_v1beta1/classes.rb,
generated/google/apis/healthcare_v1beta1/representations.rb,
generated/google/apis/healthcare_v1beta1/representations.rb

Overview

StreamConfig specifies configuration for a streaming DICOM export.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudHealthcareV1beta1DicomStreamConfig

Returns a new instance of GoogleCloudHealthcareV1beta1DicomStreamConfig.



2527
2528
2529
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 2527

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#bigquery_destinationGoogle::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DicomBigQueryDestination

The BigQuery table where the server writes output. Corresponds to the JSON property bigqueryDestination



2525
2526
2527
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 2525

def bigquery_destination
  @bigquery_destination
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2532
2533
2534
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 2532

def update!(**args)
  @bigquery_destination = args[:bigquery_destination] if args.key?(:bigquery_destination)
end