Class CheckRequest
Request message for the Check method.
Implements
Inherited Members
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? |