Send feedback
Class Secret (3.53.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latest keyboard_arrow_down
public final class Secret extends GeneratedMessageV3 implements SecretOrBuilder
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
KMS_KEY_NAME_FIELD_NUMBER
public static final int KMS_KEY_NAME_FIELD_NUMBER
Field Value
Type
Description
int
SECRET_ENV_FIELD_NUMBER
public static final int SECRET_ENV_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static Secret getDefaultInstance ()
Returns
Type
Description
Secret
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Secret . Builder newBuilder ()
newBuilder(Secret prototype)
public static Secret . Builder newBuilder ( Secret prototype )
Parameter
Name
Description
prototype
Secret
public static Secret parseDelimitedFrom ( InputStream input )
Returns
Type
Description
Secret
public static Secret parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Secret
parseFrom(byte[] data)
public static Secret parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Type
Description
Secret
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Secret parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Secret
parseFrom(ByteString data)
public static Secret parseFrom ( ByteString data )
Returns
Type
Description
Secret
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Secret parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Secret
public static Secret parseFrom ( CodedInputStream input )
Returns
Type
Description
Secret
public static Secret parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Secret
public static Secret parseFrom ( InputStream input )
Returns
Type
Description
Secret
public static Secret parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Secret
parseFrom(ByteBuffer data)
public static Secret parseFrom ( ByteBuffer data )
Returns
Type
Description
Secret
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Secret parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Secret
parser()
public static Parser<Secret> parser ()
Methods
containsSecretEnv(String key)
public boolean containsSecretEnv ( String key )
Map of environment variable name to its encrypted value.
Secret environment variables must be unique across all of a build's
secrets, and must be used by at least one build step. Values can be at most
64 KB in size. There can be at most 100 secret values across all of a
build's secrets.
map<string, bytes> secret_env = 3;
Parameter
Name
Description
key
String
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public Secret getDefaultInstanceForType ()
Returns
Type
Description
Secret
getKmsKeyName()
public String getKmsKeyName ()
Cloud KMS key name to use to decrypt these envs.
string kms_key_name = 1;
Returns
Type
Description
String
The kmsKeyName.
getKmsKeyNameBytes()
public ByteString getKmsKeyNameBytes ()
Cloud KMS key name to use to decrypt these envs.
string kms_key_name = 1;
Returns
Type
Description
ByteString
The bytes for kmsKeyName.
getParserForType()
public Parser<Secret> getParserForType ()
Overrides
getSecretEnv() (deprecated)
public Map<String , ByteString> getSecretEnv ()
getSecretEnvCount()
public int getSecretEnvCount ()
Map of environment variable name to its encrypted value.
Secret environment variables must be unique across all of a build's
secrets, and must be used by at least one build step. Values can be at most
64 KB in size. There can be at most 100 secret values across all of a
build's secrets.
map<string, bytes> secret_env = 3;
Returns
Type
Description
int
getSecretEnvMap()
public Map<String , ByteString> getSecretEnvMap ()
Map of environment variable name to its encrypted value.
Secret environment variables must be unique across all of a build's
secrets, and must be used by at least one build step. Values can be at most
64 KB in size. There can be at most 100 secret values across all of a
build's secrets.
map<string, bytes> secret_env = 3;
getSecretEnvOrDefault(String key, ByteString defaultValue)
public ByteString getSecretEnvOrDefault ( String key , ByteString defaultValue )
Map of environment variable name to its encrypted value.
Secret environment variables must be unique across all of a build's
secrets, and must be used by at least one build step. Values can be at most
64 KB in size. There can be at most 100 secret values across all of a
build's secrets.
map<string, bytes> secret_env = 3;
getSecretEnvOrThrow(String key)
public ByteString getSecretEnvOrThrow ( String key )
Map of environment variable name to its encrypted value.
Secret environment variables must be unique across all of a build's
secrets, and must be used by at least one build step. Values can be at most
64 KB in size. There can be at most 100 secret values across all of a
build's secrets.
map<string, bytes> secret_env = 3;
Parameter
Name
Description
key
String
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection ( int number )
Parameter
Name
Description
number
int
Returns
Type
Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Secret . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Secret . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Secret . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-04 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{"lastModified": "Last updated 2024-10-04 UTC."}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-04 UTC."]]