streamConfigs

@JvmName(name = "bciinjkirucvubdr")
suspend fun streamConfigs(value: Output<List<GoogleCloudHealthcareV1beta1DicomStreamConfigArgs>>)
@JvmName(name = "etdprcmwnspeblhw")
suspend fun streamConfigs(value: List<GoogleCloudHealthcareV1beta1DicomStreamConfigArgs>?)

Parameters

value

A list of streaming configs used to configure the destination of streaming exports for every DICOM instance insertion in this DICOM store. After a new config is added to stream_configs, DICOM instance insertions are streamed to the new destination. When a config is removed from stream_configs, the server stops streaming to that destination. Each config must contain a unique destination.


@JvmName(name = "rdlhqwvseoporlie")
suspend fun streamConfigs(vararg values: Output<GoogleCloudHealthcareV1beta1DicomStreamConfigArgs>)


@JvmName(name = "wtrvfronvhrcfgat")
suspend fun streamConfigs(values: List<Output<GoogleCloudHealthcareV1beta1DicomStreamConfigArgs>>)
@JvmName(name = "lefbrgfjqyqldauv")
suspend fun streamConfigs(vararg values: GoogleCloudHealthcareV1beta1DicomStreamConfigArgs)

Parameters

values

A list of streaming configs used to configure the destination of streaming exports for every DICOM instance insertion in this DICOM store. After a new config is added to stream_configs, DICOM instance insertions are streamed to the new destination. When a config is removed from stream_configs, the server stops streaming to that destination. Each config must contain a unique destination.


@JvmName(name = "gvxodcnubvfpobpu")
suspend fun streamConfigs(argument: List<suspend GoogleCloudHealthcareV1beta1DicomStreamConfigArgsBuilder.() -> Unit>)
@JvmName(name = "esonltgbkjgsymfd")
suspend fun streamConfigs(vararg argument: suspend GoogleCloudHealthcareV1beta1DicomStreamConfigArgsBuilder.() -> Unit)
@JvmName(name = "yipxuglvjrfguqkg")
suspend fun streamConfigs(argument: suspend GoogleCloudHealthcareV1beta1DicomStreamConfigArgsBuilder.() -> Unit)

Parameters

argument

A list of streaming configs used to configure the destination of streaming exports for every DICOM instance insertion in this DICOM store. After a new config is added to stream_configs, DICOM instance insertions are streamed to the new destination. When a config is removed from stream_configs, the server stops streaming to that destination. Each config must contain a unique destination.