public interface EnvVarOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
String |
getValue()
Literal value of the environment variable.
|
com.google.protobuf.ByteString |
getValueBytes()
Literal value of the environment variable.
|
EnvVar.ValuesCase |
getValuesCase() |
EnvVarSource |
getValueSource()
Source for the environment variable's value.
|
EnvVarSourceOrBuilder |
getValueSourceOrBuilder()
Source for the environment variable's value.
|
boolean |
hasValue()
Literal value of the environment variable.
|
boolean |
hasValueSource()
Source for the environment variable's value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. Name of the environment variable. Must not exceed 32768 characters.
string name = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getNameBytes()
Required. Name of the environment variable. Must not exceed 32768 characters.
string name = 1 [(.google.api.field_behavior) = REQUIRED];boolean hasValue()
Literal value of the environment variable. Defaults to "", and the maximum length is 32768 bytes. Variable references are not supported in Cloud Run.
string value = 2;String getValue()
Literal value of the environment variable. Defaults to "", and the maximum length is 32768 bytes. Variable references are not supported in Cloud Run.
string value = 2;com.google.protobuf.ByteString getValueBytes()
Literal value of the environment variable. Defaults to "", and the maximum length is 32768 bytes. Variable references are not supported in Cloud Run.
string value = 2;boolean hasValueSource()
Source for the environment variable's value.
.google.cloud.run.v2.EnvVarSource value_source = 3;EnvVarSource getValueSource()
Source for the environment variable's value.
.google.cloud.run.v2.EnvVarSource value_source = 3;EnvVarSourceOrBuilder getValueSourceOrBuilder()
Source for the environment variable's value.
.google.cloud.run.v2.EnvVarSource value_source = 3;EnvVar.ValuesCase getValuesCase()
Copyright © 2025 Google LLC. All rights reserved.