Service Control v1 API - Class CheckResponse.Types.CheckInfo (2.3.0)

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.

Inheritance

object > CheckResponse.Types.CheckInfo

Namespace

Google.Cloud.ServiceControl.V1

Assembly

Google.Cloud.ServiceControl.V1.dll

Constructors

CheckInfo()

public CheckInfo()

CheckInfo(CheckInfo)

public CheckInfo(CheckResponse.Types.CheckInfo other)
Parameter
NameDescription
otherCheckResponseTypesCheckInfo

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
TypeDescription
string

ConsumerInfo

public CheckResponse.Types.ConsumerInfo ConsumerInfo { get; set; }

Consumer info of this check.

Property Value
TypeDescription
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
TypeDescription
RepeatedFieldstring