Send feedback
Class InlineSecret (3.46.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.46.0 keyboard_arrow_down
public final class InlineSecret extends GeneratedMessageV3 implements InlineSecretOrBuilder
Pairs a set of secret environment variables mapped to encrypted
values with the Cloud KMS key to use to decrypt the value.
Protobuf type google.devtools.cloudbuild.v1.InlineSecret
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
ENV_MAP_FIELD_NUMBER
public static final int ENV_MAP_FIELD_NUMBER
Field Value
Type
Description
int
KMS_KEY_NAME_FIELD_NUMBER
public static final int KMS_KEY_NAME_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static InlineSecret getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static InlineSecret . Builder newBuilder ()
newBuilder(InlineSecret prototype)
public static InlineSecret . Builder newBuilder ( InlineSecret prototype )
public static InlineSecret parseDelimitedFrom ( InputStream input )
public static InlineSecret parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static InlineSecret parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static InlineSecret parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static InlineSecret parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InlineSecret parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static InlineSecret parseFrom ( CodedInputStream input )
public static InlineSecret parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static InlineSecret parseFrom ( InputStream input )
public static InlineSecret parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static InlineSecret parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static InlineSecret parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<InlineSecret> parser ()
Methods
containsEnvMap(String key)
public boolean containsEnvMap ( 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> env_map = 2;
Parameter
Name
Description
key
String
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public InlineSecret getDefaultInstanceForType ()
getEnvMap() (deprecated)
public Map<String , ByteString > getEnvMap ()
getEnvMapCount()
public int getEnvMapCount ()
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> env_map = 2;
Returns
Type
Description
int
getEnvMapMap()
public Map<String , ByteString > getEnvMapMap ()
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> env_map = 2;
getEnvMapOrDefault(String key, ByteString defaultValue)
public ByteString getEnvMapOrDefault ( 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> env_map = 2;
getEnvMapOrThrow(String key)
public ByteString getEnvMapOrThrow ( 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> env_map = 2;
Parameter
Name
Description
key
String
getKmsKeyName()
public String getKmsKeyName ()
Resource name of Cloud KMS crypto key to decrypt the encrypted value.
In format: projects/*/locations/*/keyRings/*/cryptoKeys/*
string kms_key_name = 1 [(.google.api.resource_reference) = { ... }
Returns
Type
Description
String
The kmsKeyName.
getKmsKeyNameBytes()
public ByteString getKmsKeyNameBytes ()
Resource name of Cloud KMS crypto key to decrypt the encrypted value.
In format: projects/*/locations/*/keyRings/*/cryptoKeys/*
string kms_key_name = 1 [(.google.api.resource_reference) = { ... }
Returns
Type
Description
ByteString
The bytes for kmsKeyName.
getParserForType()
public Parser<InlineSecret> getParserForType ()
Overrides
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 InlineSecret . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected InlineSecret . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public InlineSecret . 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 2025-01-28 UTC.
Need to tell us more?
[[["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 2025-01-28 UTC."],[],[]]