public sealed class AllocateQuotaRequest : IMessage<AllocateQuotaRequest>, IEquatable<AllocateQuotaRequest>, IDeepCloneable<AllocateQuotaRequest>, IBufferMessage, IMessage
Specifies which version of service configuration should be used to process
the request. If unspecified or no matching version can be found, the latest
one will be used.
Property Value
Type
Description
System.String
ServiceName
public string ServiceName { get; set; }
Name of the service as specified in the service configuration. For example,
"pubsub.googleapis.com".
See [google.api.Service][google.api.Service] for the definition of a service name.
[[["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-03-21 UTC."],[[["The `AllocateQuotaRequest` class is a request message used for the `AllocateQuota` method within the `Google.Cloud.ServiceControl.V1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work within the Google Protocol Buffers framework."],["`AllocateQuotaRequest` has constructors that allow for the creation of new instances either as a default object or as a copy of an existing `AllocateQuotaRequest`."],["It contains properties like `AllocateOperation`, `ServiceConfigId`, and `ServiceName` to define the specifics of the quota allocation, which are essential for the request process."],["Multiple versions of the AllocateQuotaRequest class are available in the provided documentation, with 2.4.0 being the latest."]]],[]]