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 `CheckInfo` class, part of the `Google.Cloud.ServiceControl.V1` namespace, provides additional details about the check operation within Google Cloud's Service Control API."],["This class, `CheckInfo`, is a sealed class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data integrity."],["The `CheckInfo` class has two constructors: a default constructor and one that accepts another `CheckInfo` object as a parameter for copying, along with two properties namely `ConsumerInfo`, and `UnusedArguments`."],["The latest version of the API is `2.4.0` but this page is displaying the information for version `1.0.0`, which is also the oldest version listed."]]],[]]