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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page details the `CheckInfo` class within the `Google.Cloud.ServiceControl.V1` namespace, found in the `Google.Cloud.ServiceControl.V1.dll` assembly."],["The `CheckInfo` class, which contains additional information about the check operation, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CheckInfo` class provides properties such as `ConsumerInfo`, which holds consumer information related to the check, and `UnusedArguments`, a list of fields and label keys that can be ignored."],["The document lists various versions of the `CheckInfo` class, ranging from the latest version `2.4.0` down to `1.0.0`, each with its corresponding documentation link."]]],[]]