public sealed class Control : Protobuf.IMessage<Control>, Protobuf.IBufferMessage
Selects and configures the service controller used by the service. The service controller handles features like abuse, quota, billing, logging, monitoring, etc.
Implements
Protobuf.IBufferMessageNamespace
Google.ApiAssembly
Google.Api.CommonProtos.dll
Constructors
Control()
public Control()
Control(Control)
public Control(Control other)
Fields
EnvironmentFieldNumber
public
const
int
EnvironmentFieldNumber
=
1
Field number for the "environment" field.
Properties
Descriptor
public static Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Environment
public string Environment { get; set; }
The service control environment to use. If empty, no control plane feature (like quota and billing) will be enabled.
Parser
public static Protobuf.MessageParser<Control> Parser { get; }
Methods
CalculateSize()
public int CalculateSize()
Clone()
public Control Clone()
Equals(Control)
public bool Equals(Control other)
Equals(Object)
public override bool Equals(object other)
GetHashCode()
public override int GetHashCode()
MergeFrom(Control)
public void MergeFrom(Control other)
MergeFrom(Protobuf.CodedInputStream)
public void MergeFrom(Protobuf.CodedInputStream input)
ToString()
public override string ToString()
WriteTo(Protobuf.CodedOutputStream)
public void WriteTo(Protobuf.CodedOutputStream output)

