Show / Hide Table of Contents

Class CheckResponse

Response message for the Check method.

Inheritance
object
CheckResponse
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 CheckResponse : IDirectResponseSchema

Properties

CheckErrors

Indicate the decision of the check. If no check errors are present, the service should process the operation. Otherwise the service should use the list of errors to determine the appropriate action.

Declaration
[JsonProperty("checkErrors")]
public virtual IList<CheckError> CheckErrors { get; set; }
Property Value
Type Description
IList<CheckError>

CheckInfo

Feedback data returned from the server during processing a Check request.

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

ETag

The ETag of the item.

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

OperationId

The same operation_id value used in the CheckRequest. Used for logging and diagnostics purposes.

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

QuotaInfo

Quota information for the check request associated with this response.

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

ServiceConfigId

The actual config id used to process the request.

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

ServiceRolloutId

The current service rollout id used to process the request.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX