Class ImportConsumerOverridesRequest
Request message for ImportConsumerOverrides
Implements
Inherited Members
Namespace: Google.Apis.ServiceUsage.v1beta1.Data
Assembly: Google.Apis.ServiceUsage.v1beta1.dll
Syntax
public class ImportConsumerOverridesRequest : 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 creation of the quota overrides. Setting the force parameter to 'true' ignores all quota safety checks that would fail the request. QuotaSafetyCheck lists all such validations. If force is set to true, it is recommended to include a case id in "X-Goog-Request-Reason" header when sending the request.
Declaration
[JsonProperty("force")]
public virtual bool? Force { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ForceOnly
The list of quota safety checks to ignore before the override mutation. Unlike 'force' field that ignores all the quota safety checks, the 'force_only' field ignores only the specified checks; other checks are still enforced. The 'force' and 'force_only' fields cannot both be set. If force_only is specified, it is recommended to include a case id in "X-Goog-Request-Reason" header when sending the request.
Declaration
[JsonProperty("forceOnly")]
public virtual IList<string> ForceOnly { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
InlineSource
The import data is specified in the request message itself
Declaration
[JsonProperty("inlineSource")]
public virtual OverrideInlineSource InlineSource { get; set; }
Property Value
Type | Description |
---|---|
OverrideInlineSource |