Class CheckResponse.Types.CheckInfo (1.1.0)

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.

Inheritance

Object > CheckResponse.Types.CheckInfo

Namespace

Google.Cloud.ServiceControl.V1

Assembly

Google.Cloud.ServiceControl.V1.dll

Constructors

CheckInfo()

public CheckInfo()

CheckInfo(CheckResponse.Types.CheckInfo)

public CheckInfo(CheckResponse.Types.CheckInfo other)
Parameter
NameDescription
otherCheckResponse.Types.CheckInfo

Properties

ConsumerInfo

public CheckResponse.Types.ConsumerInfo ConsumerInfo { get; set; }

Consumer info of this check.

Property Value
TypeDescription
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
TypeDescription
RepeatedField<String>