public sealed class AllocateQuotaRequest : IMessage<AllocateQuotaRequest>, IEquatable<AllocateQuotaRequest>, IDeepCloneable<AllocateQuotaRequest>, IBufferMessage, IMessage
Request message for the AllocateQuota method.
Inheritance
System.Object > AllocateQuotaRequestImplements
Google.Protobuf.IMessage < AllocateQuotaRequest >, System.IEquatable < AllocateQuotaRequest >, Google.Protobuf.IDeepCloneable < AllocateQuotaRequest >, Google.Protobuf.IBufferMessage , Google.Protobuf.IMessageNamespace
Google.Cloud.ServiceControl.V1Assembly
Google.Cloud.ServiceControl.V1.dll
Constructors
AllocateQuotaRequest()
public AllocateQuotaRequest()
AllocateQuotaRequest(AllocateQuotaRequest)
public AllocateQuotaRequest(AllocateQuotaRequest other)
Properties
AllocateOperation
public QuotaOperation AllocateOperation { get; set; }
Operation that describes the quota allocation.
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.
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.
System.String

