public sealed class AllocateQuotaRequest : IMessage<AllocateQuotaRequest>, IEquatable<AllocateQuotaRequest>, IDeepCloneable<AllocateQuotaRequest>, IBufferMessage, IMessageRequest message for the AllocateQuota method.
Implements
IMessage<AllocateQuotaRequest>, IEquatable<AllocateQuotaRequest>, IDeepCloneable<AllocateQuotaRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceControl.V1Assembly
Google.Cloud.ServiceControl.V1.dll
Constructors
AllocateQuotaRequest()
public AllocateQuotaRequest()AllocateQuotaRequest(AllocateQuotaRequest)
public AllocateQuotaRequest(AllocateQuotaRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
AllocateQuotaRequest |
Properties
AllocateOperation
public QuotaOperation AllocateOperation { get; set; }Operation that describes the quota allocation.
| Property Value | |
|---|---|
| Type | Description |
QuotaOperation |
|
ServiceConfigId
public string ServiceConfigId { get; set; }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 |
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.
| Property Value | |
|---|---|
| Type | Description |
String |
|