Interface LookupKeyRequestOrBuilder (0.52.0)

public interface LookupKeyRequestOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract String getKeyString()

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

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

Returns
Type Description
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
Type Description
ByteString

The bytes for keyString.