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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `Control` class, part of the `Google.Api.CommonProtos` library, is used to select and configure the service controller for features such as abuse, quota, billing, logging, and monitoring."],["The `Control` class inherits from `Object` and implements the `Protobuf.IBufferMessage` interface, and has constructors for creating new instances."],["The `Environment` property of the `Control` class is a string that determines the service control environment, and if left empty, no control plane features will be enabled."],["The `Control` class provides methods for calculating size, cloning, comparing equality, merging data, converting to a string, and writing data to an output stream."],["The `Parser` property, which is of type `Protobuf.MessageParser\u003cControl\u003e`, is used to parse messages."]]],[]]