public interface EnvironmentVariableOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Environment variable name as a JSON encoded string.
|
com.google.protobuf.ByteString |
getNameBytes()
Environment variable name as a JSON encoded string.
|
String |
getVal()
Environment variable value as a JSON encoded string.
|
com.google.protobuf.ByteString |
getValBytes()
Environment variable value as a JSON encoded string.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Environment variable name as a JSON encoded string.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Environment variable name as a JSON encoded string.
string name = 1;String getVal()
Environment variable value as a JSON encoded string.
string val = 2;com.google.protobuf.ByteString getValBytes()
Environment variable value as a JSON encoded string.
string val = 2;Copyright © 2023 Google LLC. All rights reserved.