public sealed class LookupKeyResponse : IMessage<LookupKeyResponse>, IEquatable<LookupKeyResponse>, IDeepCloneable<LookupKeyResponse>, IBufferMessage, IMessageReference documentation and code samples for the API Keys v2 API class LookupKeyResponse.
Response message for LookupKey method.
Implements
IMessageLookupKeyResponse, IEquatableLookupKeyResponse, IDeepCloneableLookupKeyResponse, IBufferMessage, IMessageNamespace
Google.Cloud.ApiKeys.V2Assembly
Google.Cloud.ApiKeys.V2.dll
Constructors
LookupKeyResponse()
public LookupKeyResponse()LookupKeyResponse(LookupKeyResponse)
public LookupKeyResponse(LookupKeyResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
LookupKeyResponse |
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 | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }The project that owns the key with the value specified in the request.
| Property Value | |
|---|---|
| Type | Description |
string |
|