public final class EnvVarSource extends GeneratedMessageV3 implements EnvVarSourceOrBuilder
EnvVarSource represents a source for the value of an EnvVar.
Protobuf type google.cloud.run.v2.EnvVarSource
Static Fields
SECRET_KEY_REF_FIELD_NUMBER
public static final int SECRET_KEY_REF_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static EnvVarSource getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static EnvVarSource.Builder newBuilder()
Returns
newBuilder(EnvVarSource prototype)
public static EnvVarSource.Builder newBuilder(EnvVarSource prototype)
Parameter
Returns
public static EnvVarSource parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static EnvVarSource parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static EnvVarSource parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static EnvVarSource parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static EnvVarSource parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static EnvVarSource parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static EnvVarSource parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static EnvVarSource parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static EnvVarSource parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static EnvVarSource parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static EnvVarSource parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static EnvVarSource parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<EnvVarSource> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public EnvVarSource getDefaultInstanceForType()
Returns
getParserForType()
public Parser<EnvVarSource> getParserForType()
Returns
Overrides
getSecretKeyRef()
public SecretKeySelector getSecretKeyRef()
Selects a secret and a specific version from Cloud Secret Manager.
.google.cloud.run.v2.SecretKeySelector secret_key_ref = 1;
Returns
getSecretKeyRefOrBuilder()
public SecretKeySelectorOrBuilder getSecretKeyRefOrBuilder()
Selects a secret and a specific version from Cloud Secret Manager.
.google.cloud.run.v2.SecretKeySelector secret_key_ref = 1;
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasSecretKeyRef()
public boolean hasSecretKeyRef()
Selects a secret and a specific version from Cloud Secret Manager.
.google.cloud.run.v2.SecretKeySelector secret_key_ref = 1;
Returns
Type | Description |
boolean | Whether the secretKeyRef field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public EnvVarSource.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected EnvVarSource.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public EnvVarSource.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions