secretEnv property

  1. @TagNumber(13)
List<String> get secretEnv

A list of global environment variables, which are encrypted using a Cloud Key Management Service crypto key. These values must be specified in the build's Secret. These variables will be available to all build steps in this build.

Implementation

@$pb.TagNumber(13)
$core.List<$core.String> get secretEnv => $_getList(9);