public static final class EnvVar.Builder extends GeneratedMessageV3.Builder<EnvVar.Builder> implements EnvVarOrBuilder
EnvVar represents an environment variable present in a Container.
Protobuf type google.cloud.run.v2.EnvVar
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public EnvVar.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
buildPartial()
public EnvVar buildPartial()
clear()
public EnvVar.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public EnvVar.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearName()
public EnvVar.Builder clearName()
Required. Name of the environment variable. Must be a C_IDENTIFIER, and
mnay not exceed 32768 characters.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
clearOneof(Descriptors.OneofDescriptor oneof)
public EnvVar.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearValue()
public EnvVar.Builder clearValue()
Variable references $(VAR_NAME) are expanded
using the previous defined environment variables in the container and
any route environment variables. If a variable cannot be resolved,
the reference in the input string will be unchanged. The $(VAR_NAME)
syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped
references will never be expanded, regardless of whether the variable
exists or not.
Defaults to "", and the maximum length is 32768 bytes.
string value = 2;
clearValueSource()
public EnvVar.Builder clearValueSource()
Source for the environment variable's value.
.google.cloud.run.v2.EnvVarSource value_source = 3;
clearValues()
public EnvVar.Builder clearValues()
clone()
public EnvVar.Builder clone()
Overrides
getDefaultInstanceForType()
public EnvVar getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getName()
Required. Name of the environment variable. Must be a C_IDENTIFIER, and
mnay not exceed 32768 characters.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
String | The name.
|
getNameBytes()
public ByteString getNameBytes()
Required. Name of the environment variable. Must be a C_IDENTIFIER, and
mnay not exceed 32768 characters.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
ByteString | The bytes for name.
|
getValue()
Variable references $(VAR_NAME) are expanded
using the previous defined environment variables in the container and
any route environment variables. If a variable cannot be resolved,
the reference in the input string will be unchanged. The $(VAR_NAME)
syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped
references will never be expanded, regardless of whether the variable
exists or not.
Defaults to "", and the maximum length is 32768 bytes.
string value = 2;
Returns |
---|
Type | Description |
String | The value.
|
getValueBytes()
public ByteString getValueBytes()
Variable references $(VAR_NAME) are expanded
using the previous defined environment variables in the container and
any route environment variables. If a variable cannot be resolved,
the reference in the input string will be unchanged. The $(VAR_NAME)
syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped
references will never be expanded, regardless of whether the variable
exists or not.
Defaults to "", and the maximum length is 32768 bytes.
string value = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for value.
|
getValueSource()
public EnvVarSource getValueSource()
Source for the environment variable's value.
.google.cloud.run.v2.EnvVarSource value_source = 3;
getValueSourceBuilder()
public EnvVarSource.Builder getValueSourceBuilder()
Source for the environment variable's value.
.google.cloud.run.v2.EnvVarSource value_source = 3;
getValueSourceOrBuilder()
public EnvVarSourceOrBuilder getValueSourceOrBuilder()
Source for the environment variable's value.
.google.cloud.run.v2.EnvVarSource value_source = 3;
getValuesCase()
public EnvVar.ValuesCase getValuesCase()
hasValue()
public boolean hasValue()
Variable references $(VAR_NAME) are expanded
using the previous defined environment variables in the container and
any route environment variables. If a variable cannot be resolved,
the reference in the input string will be unchanged. The $(VAR_NAME)
syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped
references will never be expanded, regardless of whether the variable
exists or not.
Defaults to "", and the maximum length is 32768 bytes.
string value = 2;
Returns |
---|
Type | Description |
boolean | Whether the value field is set.
|
hasValueSource()
public boolean hasValueSource()
Source for the environment variable's value.
.google.cloud.run.v2.EnvVarSource value_source = 3;
Returns |
---|
Type | Description |
boolean | Whether the valueSource field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(EnvVar other)
public EnvVar.Builder mergeFrom(EnvVar other)
Parameter |
---|
Name | Description |
other | EnvVar
|
public EnvVar.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public EnvVar.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final EnvVar.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
mergeValueSource(EnvVarSource value)
public EnvVar.Builder mergeValueSource(EnvVarSource value)
Source for the environment variable's value.
.google.cloud.run.v2.EnvVarSource value_source = 3;
setField(Descriptors.FieldDescriptor field, Object value)
public EnvVar.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setName(String value)
public EnvVar.Builder setName(String value)
Required. Name of the environment variable. Must be a C_IDENTIFIER, and
mnay not exceed 32768 characters.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | String
The name to set.
|
setNameBytes(ByteString value)
public EnvVar.Builder setNameBytes(ByteString value)
Required. Name of the environment variable. Must be a C_IDENTIFIER, and
mnay not exceed 32768 characters.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | ByteString
The bytes for name to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public EnvVar.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final EnvVar.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setValue(String value)
public EnvVar.Builder setValue(String value)
Variable references $(VAR_NAME) are expanded
using the previous defined environment variables in the container and
any route environment variables. If a variable cannot be resolved,
the reference in the input string will be unchanged. The $(VAR_NAME)
syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped
references will never be expanded, regardless of whether the variable
exists or not.
Defaults to "", and the maximum length is 32768 bytes.
string value = 2;
Parameter |
---|
Name | Description |
value | String
The value to set.
|
setValueBytes(ByteString value)
public EnvVar.Builder setValueBytes(ByteString value)
Variable references $(VAR_NAME) are expanded
using the previous defined environment variables in the container and
any route environment variables. If a variable cannot be resolved,
the reference in the input string will be unchanged. The $(VAR_NAME)
syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped
references will never be expanded, regardless of whether the variable
exists or not.
Defaults to "", and the maximum length is 32768 bytes.
string value = 2;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for value to set.
|
setValueSource(EnvVarSource value)
public EnvVar.Builder setValueSource(EnvVarSource value)
Source for the environment variable's value.
.google.cloud.run.v2.EnvVarSource value_source = 3;
setValueSource(EnvVarSource.Builder builderForValue)
public EnvVar.Builder setValueSource(EnvVarSource.Builder builderForValue)
Source for the environment variable's value.
.google.cloud.run.v2.EnvVarSource value_source = 3;