public sealed class CheckInfo : IMessage<CheckResponse.Types.CheckInfo>, IEquatable<CheckResponse.Types.CheckInfo>, IDeepCloneable<CheckResponse.Types.CheckInfo>, IBufferMessage, IMessage
Contains 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)
Name | Description |
other | CheckResponse.Types.CheckInfo |
Properties
ConsumerInfo
public CheckResponse.Types.ConsumerInfo ConsumerInfo { get; set; }
Consumer info of this check.
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.
Type | Description |
RepeatedField<String> |