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 document outlines the `CheckInfo` class, which provides additional details about a check operation within the `Google.Cloud.ServiceControl.V1` namespace."],["The latest version of the `CheckInfo` class is 2.4.0, and multiple previous versions are documented, ranging back to version 1.0.0."],["The `CheckInfo` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`CheckInfo` includes properties such as `ConsumerInfo`, which details consumer-related information, and `UnusedArguments`, which lists ignored fields and label keys for optimization."],["`CheckInfo` has two constructors, one empty and the other taking a parameter of `CheckResponse.Types.CheckInfo`."]]],[]]