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.
Implements
IMessageCheckResponseTypesCheckInfo, IEquatableCheckResponseTypesCheckInfo, IDeepCloneableCheckResponseTypesCheckInfo, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceControl.V1Assembly
Google.Cloud.ServiceControl.V1.dll
Constructors
CheckInfo()
public CheckInfo()
CheckInfo(CheckInfo)
public CheckInfo(CheckResponse.Types.CheckInfo other)
Parameter | |
---|---|
Name | Description |
other | CheckResponseTypesCheckInfo |
Properties
ApiKeyUid
public string ApiKeyUid { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
ConsumerInfo
public CheckResponse.Types.ConsumerInfo ConsumerInfo { get; set; }
Consumer info of this check.
Property Value | |
---|---|
Type | Description |
CheckResponseTypesConsumerInfo |
UnusedArguments
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.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |