Show / Hide Table of Contents

Class V1Beta1ImportProducerOverridesRequest

Request message for ImportProducerOverrides

Inheritance
object
V1Beta1ImportProducerOverridesRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ServiceConsumerManagement.v1beta1.Data
Assembly: Google.Apis.ServiceConsumerManagement.v1beta1.dll
Syntax
public class V1Beta1ImportProducerOverridesRequest : 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.

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

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.

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 V1Beta1OverrideInlineSource InlineSource { get; set; }
Property Value
Type Description
V1Beta1OverrideInlineSource

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX