public sealed class CheckInfo : IMessage<CheckResponse.Types.CheckInfo>, IEquatable<CheckResponse.Types.CheckInfo>, IDeepCloneable<CheckResponse.Types.CheckInfo>, IBufferMessage, IMessageContains additional information about the check operation.
Implements
IMessage<CheckResponse.Types.CheckInfo>, IEquatable<CheckResponse.Types.CheckInfo>, IDeepCloneable<CheckResponse.Types.CheckInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceControl.V1Assembly
Google.Cloud.ServiceControl.V1.dll
Constructors
CheckInfo()
public CheckInfo()CheckInfo(CheckResponse.Types.CheckInfo)
public CheckInfo(CheckResponse.Types.CheckInfo other)| Parameter | |
|---|---|
| Name | Description | 
| other | CheckResponse.Types.CheckInfo | 
Properties
ConsumerInfo
public CheckResponse.Types.ConsumerInfo ConsumerInfo { get; set; }Consumer info of this check.
| Property Value | |
|---|---|
| Type | Description | 
| CheckResponse.Types.ConsumerInfo | |
UnusedArguments
public RepeatedField<string> UnusedArguments { get; }A list of fields and label keys that are ignored by the server. The client doesn't need to send them for following requests to improve performance and allow better aggregation.
| Property Value | |
|---|---|
| Type | Description | 
| RepeatedField<String> | |