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 to force the import of the quota policies. If the policy import would decrease the default limit of any consumer tier by more than 10 percent, the call is rejected, as a safety measure to avoid accidentally decreasing quota too quickly. Setting the force parameter to true ignores this restriction.
Declaration
[JsonProperty("force")]
public virtual bool? Force { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ForceJustification
If force 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 |
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? |