password property

  1. @TagNumber(11)
String get password

Optional password for logging in to a docker registry. If password matches projects/*/secrets/*/versions/* then Batch will read the password from the Secret Manager;

Implementation

@$pb.TagNumber(11)
$core.String get password => $_getSZ(7);
  1. @TagNumber(11)
set password (String v)

Implementation

@$pb.TagNumber(11)
set password($core.String v) { $_setString(7, v); }