Class SecretManagerSecret (3.46.0)

public final class SecretManagerSecret extends GeneratedMessageV3 implements SecretManagerSecretOrBuilder

Pairs a secret environment variable with a SecretVersion in Secret Manager.

Protobuf type google.devtools.cloudbuild.v1.SecretManagerSecret

Static Fields

ENV_FIELD_NUMBER

public static final int ENV_FIELD_NUMBER
Field Value
Type Description
int

VERSION_NAME_FIELD_NUMBER

public static final int VERSION_NAME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SecretManagerSecret getDefaultInstance()
Returns
Type Description
SecretManagerSecret

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static SecretManagerSecret.Builder newBuilder()
Returns
Type Description
SecretManagerSecret.Builder

newBuilder(SecretManagerSecret prototype)

public static SecretManagerSecret.Builder newBuilder(SecretManagerSecret prototype)
Parameter
Name Description
prototype SecretManagerSecret
Returns
Type Description
SecretManagerSecret.Builder

parseDelimitedFrom(InputStream input)

public static SecretManagerSecret parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SecretManagerSecret
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SecretManagerSecret parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SecretManagerSecret
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static SecretManagerSecret parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
SecretManagerSecret
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SecretManagerSecret parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SecretManagerSecret
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SecretManagerSecret parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
SecretManagerSecret
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SecretManagerSecret parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SecretManagerSecret
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SecretManagerSecret parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
SecretManagerSecret
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SecretManagerSecret parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SecretManagerSecret
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static SecretManagerSecret parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SecretManagerSecret
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SecretManagerSecret parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SecretManagerSecret
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static SecretManagerSecret parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
SecretManagerSecret
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SecretManagerSecret parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SecretManagerSecret
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<SecretManagerSecret> parser()
Returns
Type Description
Parser<SecretManagerSecret>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public SecretManagerSecret getDefaultInstanceForType()
Returns
Type Description
SecretManagerSecret

getEnv()

public String getEnv()

Environment variable name to associate with the secret. Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step.

string env = 2;

Returns
Type Description
String

The env.

getEnvBytes()

public ByteString getEnvBytes()

Environment variable name to associate with the secret. Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step.

string env = 2;

Returns
Type Description
ByteString

The bytes for env.

getParserForType()

public Parser<SecretManagerSecret> getParserForType()
Returns
Type Description
Parser<SecretManagerSecret>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getVersionName()

public String getVersionName()

Resource name of the SecretVersion. In format: projects/*/secrets/*/versions/*

string version_name = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The versionName.

getVersionNameBytes()

public ByteString getVersionNameBytes()

Resource name of the SecretVersion. In format: projects/*/secrets/*/versions/*

string version_name = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for versionName.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public SecretManagerSecret.Builder newBuilderForType()
Returns
Type Description
SecretManagerSecret.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SecretManagerSecret.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
SecretManagerSecret.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public SecretManagerSecret.Builder toBuilder()
Returns
Type Description
SecretManagerSecret.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException