Class V1Beta1ImportProducerQuotaPoliciesRequest
Request message for ImportProducerQuotaPolicies
Implements
Inherited Members
Namespace: Google.Apis.ServiceConsumerManagement.v1beta1.Data
Assembly: Google.Apis.ServiceConsumerManagement.v1beta1.dll
Syntax
public class V1Beta1ImportProducerQuotaPoliciesRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Force
Whether quota policy can result in a decrease of effective limit. Don't allow any decreases if force is not specified. If force is specified, then don't allow any decreases below 120% of the 7d quota usage, or for cases where usage cannot be examined (custom dimensions/ per user/per resource), only allow a 10% decrease.
Declaration
[JsonProperty("force")]
public virtual bool? Force { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ForceJustification
If force or force_skip_quota_usage_check option is set to true, force_justification is suggested to be set to log the reason in audit logs.
Declaration
[JsonProperty("forceJustification")]
public virtual string ForceJustification { get; set; }
Property Value
Type | Description |
---|---|
string |
ForceSkipQuotaUsageCheck
If set to true, skip the quota usage check. This field is only used when the effective limit can be decreased. If the force field is not set, this field will be ignored.
Declaration
[JsonProperty("forceSkipQuotaUsageCheck")]
public virtual bool? ForceSkipQuotaUsageCheck { get; set; }
Property Value
Type | Description |
---|---|
bool? |
InlineSource
The import data is specified in the request message itself
Declaration
[JsonProperty("inlineSource")]
public virtual V1Beta1PolicyInlineSource InlineSource { get; set; }
Property Value
Type | Description |
---|---|
V1Beta1PolicyInlineSource |
ValidateOnly
If set to true, validate the request, but do not actually update.
Declaration
[JsonProperty("validateOnly")]
public virtual bool? ValidateOnly { get; set; }
Property Value
Type | Description |
---|---|
bool? |