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
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>)
Static Fields
SECRET_KEY_REF_FIELD_NUMBER
public static final int SECRET_KEY_REF_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static EnvVarSource getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static EnvVarSource.Builder newBuilder()
newBuilder(EnvVarSource prototype)
public static EnvVarSource.Builder newBuilder(EnvVarSource prototype)
public static EnvVarSource parseDelimitedFrom(InputStream input)
public static EnvVarSource parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static EnvVarSource parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static EnvVarSource parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static EnvVarSource parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static EnvVarSource parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static EnvVarSource parseFrom(CodedInputStream input)
public static EnvVarSource parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static EnvVarSource parseFrom(InputStream input)
public static EnvVarSource parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static EnvVarSource parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static EnvVarSource parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<EnvVarSource> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public EnvVarSource getDefaultInstanceForType()
getParserForType()
public Parser<EnvVarSource> getParserForType()
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;
getSecretKeyRefOrBuilder()
public SecretKeySelectorOrBuilder getSecretKeyRefOrBuilder()
Selects a secret and a specific version from Cloud Secret Manager.
.google.cloud.run.v2.SecretKeySelector secret_key_ref = 1;
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
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 |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public EnvVarSource.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected EnvVarSource.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public EnvVarSource.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides