Interface LookupKeyResponseOrBuilder (0.39.0)

public interface LookupKeyResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

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

string name = 2;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

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

string name = 2;

Returns
TypeDescription
ByteString

The bytes for name.

getParent()

public abstract String getParent()

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

string parent = 1;

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

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

string parent = 1;

Returns
TypeDescription
ByteString

The bytes for parent.