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.
Implements
IMessage<LookupKeyResponse>, IEquatable<LookupKeyResponse>, IDeepCloneable<LookupKeyResponse>, 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 |