API Keys v2 API - Class LookupKeyResponse (1.0.0)

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

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

Response message for LookupKey method.

Inheritance

Object > LookupKeyResponse

Namespace

Google.Cloud.ApiKeys.V2

Assembly

Google.Cloud.ApiKeys.V2.dll

Constructors

LookupKeyResponse()

public LookupKeyResponse()

LookupKeyResponse(LookupKeyResponse)

public LookupKeyResponse(LookupKeyResponse other)
Parameter
NameDescription
otherLookupKeyResponse

Properties

Name

public string Name { get; set; }

The resource name of the API key. If the API key has been purged, resource name is empty.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

The project that owns the key with the value specified in the request.

Property Value
TypeDescription
String