public interface LookupKeyResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |