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.
Implements
IMessageCheckRequest, IEquatableCheckRequest, IDeepCloneableCheckRequest, 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 |