Interface ControlOrBuilder (2.9.0)

public interface ControlOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnvironment()

public abstract String getEnvironment()

The service control environment to use. If empty, no control plane feature (like quota and billing) will be enabled.

string environment = 1;

Returns
TypeDescription
String

The environment.

getEnvironmentBytes()

public abstract ByteString getEnvironmentBytes()

The service control environment to use. If empty, no control plane feature (like quota and billing) will be enabled.

string environment = 1;

Returns
TypeDescription
ByteString

The bytes for environment.