public sealed class CheckRequest : IMessage<CheckRequest>, IEquatable<CheckRequest>, IDeepCloneable<CheckRequest>, IBufferMessage, IMessage
Request message for the Check method.
Implements
IMessage<CheckRequest>, IEquatable<CheckRequest>, IDeepCloneable<CheckRequest>, IBufferMessage, 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 |
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 |
String |