Class SecretEnvVar (3.64.0)

public final class SecretEnvVar extends GeneratedMessageV3 implements SecretEnvVarOrBuilder

Represents an environment variable where the value is a secret in Cloud Secret Manager.

Protobuf type google.cloud.aiplatform.v1.SecretEnvVar

Static Fields

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

SECRET_REF_FIELD_NUMBER

public static final int SECRET_REF_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SecretEnvVar getDefaultInstance()
Returns
Type Description
SecretEnvVar

getDescriptor()

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

newBuilder()

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

newBuilder(SecretEnvVar prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public SecretEnvVar getDefaultInstanceForType()
Returns
Type Description
SecretEnvVar

getName()

public String getName()

Required. Name of the secret environment variable.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Name of the secret environment variable.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

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

getSecretRef()

public SecretRef getSecretRef()

Required. Reference to a secret stored in the Cloud Secret Manager that will provide the value for this environment variable.

.google.cloud.aiplatform.v1.SecretRef secret_ref = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SecretRef

The secretRef.

getSecretRefOrBuilder()

public SecretRefOrBuilder getSecretRefOrBuilder()

Required. Reference to a secret stored in the Cloud Secret Manager that will provide the value for this environment variable.

.google.cloud.aiplatform.v1.SecretRef secret_ref = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SecretRefOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasSecretRef()

public boolean hasSecretRef()

Required. Reference to a secret stored in the Cloud Secret Manager that will provide the value for this environment variable.

.google.cloud.aiplatform.v1.SecretRef secret_ref = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the secretRef field is set.

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 SecretEnvVar.Builder newBuilderForType()
Returns
Type Description
SecretEnvVar.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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