public sealed class CheckInfo : IMessage<CheckResponse.Types.CheckInfo>, IEquatable<CheckResponse.Types.CheckInfo>, IDeepCloneable<CheckResponse.Types.CheckInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Control v1 API class CheckResponse.Types.CheckInfo.
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 documentation covers the `CheckInfo` class, part of the Service Control v1 API, and specifically version 2.1.0, which is used to provide extra details about check operations."],["The `CheckInfo` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management within the API."],["There are multiple versions of the Service Control v1 API available, with the latest version being 2.4.0, and the page containing direct links to versions ranging from 1.0.0 up to the latest."],["The class includes a `ConsumerInfo` property, which offers details about the consumer associated with the check, and a `UnusedArguments` property, which lists the fields and label keys ignored by the server."]]],[]]