public sealed class CheckResponse.Types.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.
The unique id of the api key in the format of "apikey:<UID>".
This field will be populated when the consumer passed to Service Control
is an API key and all the API key related validations are successful.
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 webpage provides reference documentation for the `CheckResponse.Types.CheckInfo` class within the Service Control v1 API, detailing its properties, constructors, and inheritance."],["The `CheckResponse.Types.CheckInfo` class is designed to contain additional information about a check operation and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor (`CheckInfo()`) and a copy constructor (`CheckInfo(CheckResponse.Types.CheckInfo other)`) that allows for creating a new instance based on an existing `CheckInfo` object."],["Key properties of `CheckResponse.Types.CheckInfo` include `ApiKeyUid`, which stores the unique ID of an API key, `ConsumerInfo`, which holds consumer-related information, and `UnusedArguments`, which lists fields ignored by the server."],["Multiple versions of the documentation are available for this API, ranging from version 1.0.0 to the latest version 2.4.0, allowing users to access documentation specific to their needs."]]],[]]