sdkHarnessContainerImages property

  1. @TagNumber(22)
List<SdkHarnessContainerImage> get sdkHarnessContainerImages

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

@$pb.TagNumber(22)
$core.List<SdkHarnessContainerImage> get sdkHarnessContainerImages => $_getList(18);