Service Control v1 API - Class CheckRequest (2.3.0)

public sealed class CheckRequest : IMessage<CheckRequest>, IEquatable<CheckRequest>, IDeepCloneable<CheckRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Service Control v1 API class CheckRequest.

Request message for the Check method.

Inheritance

object > CheckRequest

Namespace

Google.Cloud.ServiceControl.V1

Assembly

Google.Cloud.ServiceControl.V1.dll

Constructors

CheckRequest()

public CheckRequest()

CheckRequest(CheckRequest)

public CheckRequest(CheckRequest other)
Parameter
NameDescription
otherCheckRequest

Properties

Operation

public Operation Operation { get; set; }

The operation to be checked.

Property Value
TypeDescription
Operation

ServiceConfigId

public string ServiceConfigId { get; set; }

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.

Property Value
TypeDescription
string

ServiceName

public string ServiceName { get; set; }

The service name as specified in its service configuration. For example, "pubsub.googleapis.com".

See google.api.Service for the definition of a service name.

Property Value
TypeDescription
string