secretEnv property

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

A list of environment variables which are encrypted using a Cloud Key Management Service crypto key. These values must be specified in the build's Secret.

Implementation

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