Show / Hide Table of Contents

Class Control

Selects and configures the service controller used by the service. Example: control: environment: servicecontrol.googleapis.com

Inheritance
object
Control
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ServiceConsumerManagement.v1beta1.Data
Assembly: Google.Apis.ServiceConsumerManagement.v1beta1.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX