sdkHarnessContainerImages property

List<SdkHarnessContainerImage>? sdkHarnessContainerImages
getter/setter pair

Set of SDK harness containers needed to execute this pipeline.

This will only be set in the Fn API path. For non-cross-language pipelines this should have only one entry. Cross-language pipelines will have two or more entries.

Implementation

core.List<SdkHarnessContainerImage>? sdkHarnessContainerImages;