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."],[[["This webpage details the `CheckInfo` class within the `Google.Cloud.ServiceControl.V1` namespace, which provides additional details about a check operation."],["The `CheckInfo` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling message data and object equality."],["The class has two constructors, one default and another that takes an existing `CheckResponse.Types.CheckInfo` object for creating a new instance."],["`CheckInfo` contains properties such as `ConsumerInfo`, which stores information about the consumer of the check, and `UnusedArguments`, a list of fields that are not needed for requests."],["The latest version available for this specific class is 2.4.0, with versions ranging back to 1.0.0, showing the history of different releases."]]],[]]