password property
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);
Implementation
@$pb.TagNumber(11)
set password($core.String v) {
$_setString(7, v);
}