streamConfigs

@JvmName(name = "qikdhxsnvljmbodt")
suspend fun streamConfigs(value: Output<List<GoogleCloudHealthcareV1beta1DicomStreamConfigArgs>>)
@JvmName(name = "fcvvalvfmpugxhuf")
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 = "igkaibjchgcurxgk")
suspend fun streamConfigs(vararg values: Output<GoogleCloudHealthcareV1beta1DicomStreamConfigArgs>)


@JvmName(name = "npmnaqnmdoijeoqj")
suspend fun streamConfigs(values: List<Output<GoogleCloudHealthcareV1beta1DicomStreamConfigArgs>>)
@JvmName(name = "rtotfcrmpvjmgqcw")
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 = "pevdeqsvlrxefcst")
suspend fun streamConfigs(argument: List<suspend GoogleCloudHealthcareV1beta1DicomStreamConfigArgsBuilder.() -> Unit>)
@JvmName(name = "kmehaqxcedxcdtfn")
suspend fun streamConfigs(vararg argument: suspend GoogleCloudHealthcareV1beta1DicomStreamConfigArgsBuilder.() -> Unit)
@JvmName(name = "pgiqtptgprpwxigp")
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.