Selects and configures the service controller used by the service.
Example: control: environment: servicecontrol.googleapis.com
Generated from protobuf message google.api.Control
Methods |
public __construct( $data = NULL) Constructor.
|
public getEnvironment() The service controller environment to use. If empty, no control plane feature (like quota and billing) will be enabled. The recommended value for most services is servicecontrol.googleapis.com Generated from protobuf field string environment = 1;
|
public getMethodPolicies() Defines policies applying to the API methods of the service. Generated from protobuf field repeated .google.api.MethodPolicy method_policies = 4;
|
public setEnvironment( $var) The service controller environment to use. If empty, no control plane feature (like quota and billing) will be enabled. The recommended value for most services is servicecontrol.googleapis.com Generated from protobuf field string environment = 1;
|
public setMethodPolicies( $var) Defines policies applying to the API methods of the service. Generated from protobuf field repeated .google.api.MethodPolicy method_policies = 4;
|
Properties |
protected $environment = '' The service controller environment to use. If empty, no control plane feature (like quota and billing) will be enabled. The recommended value for most services is servicecontrol.googleapis.com Generated from protobuf field string environment = 1; |
Methods |
Properties |
private $method_policies = NULL Defines policies applying to the API methods of the service. Generated from protobuf field repeated .google.api.MethodPolicy method_policies = 4; |