Control
class Control extends Message
Selects and configures the service controller used by the service. The service controller handles features like abuse, quota, billing, logging, monitoring, etc.
Protobuf type Google\Api\Control
Methods
No description
The service control environment to use. If empty, no control plane feature (like quota and billing) will be enabled.
The service control environment to use. If empty, no control plane feature (like quota and billing) will be enabled.
Details
at line 28
__construct()
at line 40
string
getEnvironment()
The service control environment to use. If empty, no control plane feature (like quota and billing) will be enabled.
Generated from protobuf field string environment = 1;
at line 52
setEnvironment(string $var)
The service control environment to use. If empty, no control plane feature (like quota and billing) will be enabled.
Generated from protobuf field string environment = 1;