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

Properties

Attributes

Describes attributes about the operation being executed by the service.

Declaration
[JsonProperty("attributes")]
public virtual AttributeContext Attributes { get; set; }
Property Value
Type Description
AttributeContext

ETag

The ETag of the item.

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

Flags

Optional. Contains a comma-separated list of flags.

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

Resources

Describes the resources and the policies applied to each resource.

Declaration
[JsonProperty("resources")]
public virtual IList<ResourceInfo> Resources { get; set; }
Property Value
Type Description
IList<ResourceInfo>

ServiceConfigId

Specifies the version of the service configuration that should be used to process the request. Must not be empty. Set this field to 'latest' to specify using the latest configuration.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX