public sealed class CheckRequest : IMessage<CheckRequest>, IEquatable<CheckRequest>, IDeepCloneable<CheckRequest>, IBufferMessage, IMessageRequest message for the Check method.
Inheritance
System.Object > CheckRequestImplements
Google.Protobuf.IMessage<CheckRequest>, System.IEquatable<CheckRequest>, Google.Protobuf.IDeepCloneable<CheckRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.ServiceControl.V1Assembly
Google.Cloud.ServiceControl.V1.dll
Constructors
CheckRequest()
public CheckRequest()CheckRequest(CheckRequest)
public CheckRequest(CheckRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        CheckRequest | 
      
Properties
Operation
public Operation Operation { get; set; }The operation to be checked.
| Property Value | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
System.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 | |
|---|---|
| Type | Description | 
System.String | 
        |