Package | Description |
---|---|
com.google.api.services.cloudbuild.v1.model |
Modifier and Type | Method and Description |
---|---|
Secret |
Secret.clone() |
Secret |
Secret.set(java.lang.String fieldName,
java.lang.Object value) |
Secret |
Secret.setKmsKeyName(java.lang.String kmsKeyName)
Cloud KMS key name to use to decrypt these envs.
|
Secret |
Secret.setSecretEnv(java.util.Map<java.lang.String,java.lang.String> secretEnv)
Map of environment variable name to its encrypted value.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Secret> |
Build.getSecrets()
Secrets to decrypt using Cloud Key Management Service.
|
Modifier and Type | Method and Description |
---|---|
Build |
Build.setSecrets(java.util.List<Secret> secrets)
Secrets to decrypt using Cloud Key Management Service.
|