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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of the `CheckInfo` class is 2.4.0, with a list of previous versions available, ranging back to version 1.0.0."],["The `CheckInfo` class, found within the `Google.Cloud.ServiceControl.V1` namespace, provides additional information regarding check operations."],["The `CheckInfo` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `CheckInfo` class has two constructors, one default constructor and one that takes another `CheckInfo` object as a parameter, and contains properties `ConsumerInfo` and `UnusedArguments`."],["The `UnusedArguments` property is of type `RepeatedField\u003cstring\u003e` and contains a list of fields and labels that are ignored by the server."]]],[]]