Class Control
Selects and configures the service controller used by the service. Example: control: environment: servicecontrol.googleapis.com
Implements
Inherited Members
Namespace: Google.Apis.ServiceConsumerManagement.v1.Data
Assembly: Google.Apis.ServiceConsumerManagement.v1.dll
Syntax
public class Control : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
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
Declaration
[JsonProperty("environment")]
public virtual string Environment { get; set; }
Property Value
Type | Description |
---|---|
string |
MethodPolicies
Defines policies applying to the API methods of the service.
Declaration
[JsonProperty("methodPolicies")]
public virtual IList<MethodPolicy> MethodPolicies { get; set; }
Property Value
Type | Description |
---|---|
IList<MethodPolicy> |