Interface LookupKeyRequestOrBuilder (0.12.0)

public interface LookupKeyRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKeyString()

public abstract String getKeyString()

Required. Finds the project that owns the key string value.

string key_string = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The keyString.

getKeyStringBytes()

public abstract ByteString getKeyStringBytes()

Required. Finds the project that owns the key string value.

string key_string = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for keyString.