public static final class EnvironmentVariable.Builder extends GeneratedMessage.Builder<EnvironmentVariable.Builder> implements EnvironmentVariableOrBuilderA name-value pair representing an environment variable used in an operating system process.
Protobuf type google.cloud.securitycenter.v1.EnvironmentVariable
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > EnvironmentVariable.BuilderImplements
EnvironmentVariableOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public EnvironmentVariable build()| Returns | |
|---|---|
| Type | Description |
EnvironmentVariable |
|
buildPartial()
public EnvironmentVariable buildPartial()| Returns | |
|---|---|
| Type | Description |
EnvironmentVariable |
|
clear()
public EnvironmentVariable.Builder clear()| Returns | |
|---|---|
| Type | Description |
EnvironmentVariable.Builder |
|
clearName()
public EnvironmentVariable.Builder clearName()Environment variable name as a JSON encoded string.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
EnvironmentVariable.Builder |
This builder for chaining. |
clearVal()
public EnvironmentVariable.Builder clearVal()Environment variable value as a JSON encoded string.
string val = 2;
| Returns | |
|---|---|
| Type | Description |
EnvironmentVariable.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public EnvironmentVariable getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
EnvironmentVariable |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()Environment variable name as a JSON encoded string.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Environment variable name as a JSON encoded string.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getVal()
public String getVal()Environment variable value as a JSON encoded string.
string val = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The val. |
getValBytes()
public ByteString getValBytes()Environment variable value as a JSON encoded string.
string val = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for val. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(EnvironmentVariable other)
public EnvironmentVariable.Builder mergeFrom(EnvironmentVariable other)| Parameter | |
|---|---|
| Name | Description |
other |
EnvironmentVariable |
| Returns | |
|---|---|
| Type | Description |
EnvironmentVariable.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public EnvironmentVariable.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EnvironmentVariable.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public EnvironmentVariable.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
EnvironmentVariable.Builder |
|
setName(String value)
public EnvironmentVariable.Builder setName(String value)Environment variable name as a JSON encoded string.
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
EnvironmentVariable.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public EnvironmentVariable.Builder setNameBytes(ByteString value)Environment variable name as a JSON encoded string.
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
EnvironmentVariable.Builder |
This builder for chaining. |
setVal(String value)
public EnvironmentVariable.Builder setVal(String value)Environment variable value as a JSON encoded string.
string val = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe val to set. |
| Returns | |
|---|---|
| Type | Description |
EnvironmentVariable.Builder |
This builder for chaining. |
setValBytes(ByteString value)
public EnvironmentVariable.Builder setValBytes(ByteString value)Environment variable value as a JSON encoded string.
string val = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for val to set. |
| Returns | |
|---|---|
| Type | Description |
EnvironmentVariable.Builder |
This builder for chaining. |