Show / Hide Table of Contents

Class CheckRequest

Request message for the Check method.

Inheritance
object
CheckRequest
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.ServiceControl.v1.Data
Assembly: Google.Apis.ServiceControl.v1.dll
Syntax
public class CheckRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Operation

The operation to be checked.

Declaration
[JsonProperty("operation")]
public virtual Operation Operation { get; set; }
Property Value
Type Description
Operation

RequestProjectSettings

Requests the project settings to be returned as part of the check response.

Declaration
[JsonProperty("requestProjectSettings")]
public virtual bool? RequestProjectSettings { get; set; }
Property Value
Type Description
bool?

ServiceConfigId

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.

Declaration
[JsonProperty("serviceConfigId")]
public virtual string ServiceConfigId { get; set; }
Property Value
Type Description
string

SkipActivationCheck

Indicates if service activation check should be skipped for this request. Default behavior is to perform the check and apply relevant quota. WARNING: Setting this flag to "true" will disable quota enforcement.

Declaration
[JsonProperty("skipActivationCheck")]
public virtual bool? SkipActivationCheck { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX