Class AllocateQuotaRequest (1.0.0)

public sealed class AllocateQuotaRequest : IMessage<AllocateQuotaRequest>, IEquatable<AllocateQuotaRequest>, IDeepCloneable<AllocateQuotaRequest>, IBufferMessage, IMessage

Request message for the AllocateQuota method.

Inheritance

System.Object > AllocateQuotaRequest

Implements

Google.Protobuf.IMessage<AllocateQuotaRequest>, System.IEquatable<AllocateQuotaRequest>, Google.Protobuf.IDeepCloneable<AllocateQuotaRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.ServiceControl.V1

Assembly

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
System.String

ServiceName

public string ServiceName { get; set; }

Name of the service as specified in the service configuration. For example, &quot;pubsub.googleapis.com&quot;.

See [google.api.Service][google.api.Service] for the definition of a service name.

Property Value
Type Description
System.String