public interface ControlOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEnvironment()
The service control environment to use.
|
ByteString |
getEnvironmentBytes()
The service control environment to use.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getEnvironment()
The service control environment to use. If empty, no control plane feature (like quota and billing) will be enabled.
string environment = 1;
ByteString getEnvironmentBytes()
The service control environment to use. If empty, no control plane feature (like quota and billing) will be enabled.
string environment = 1;