API Keys v2 API - Class LookupKeyRequest (1.1.0)

public sealed class LookupKeyRequest : IMessage<LookupKeyRequest>, IEquatable<LookupKeyRequest>, IDeepCloneable<LookupKeyRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the API Keys v2 API class LookupKeyRequest.

Request message for LookupKey method.

Inheritance

Object > LookupKeyRequest

Namespace

Google.Cloud.ApiKeys.V2

Assembly

Google.Cloud.ApiKeys.V2.dll

Constructors

LookupKeyRequest()

public LookupKeyRequest()

LookupKeyRequest(LookupKeyRequest)

public LookupKeyRequest(LookupKeyRequest other)
Parameter
NameDescription
otherLookupKeyRequest

Properties

KeyString

public string KeyString { get; set; }

Required. Finds the project that owns the key string value.

Property Value
TypeDescription
String