Interface LookupContextResponseOrBuilder (1.91.0)

public interface LookupContextResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContext()

public abstract String getContext()

Pre-formatted block of text containing the context for the requested resources.

string context = 1;

Returns
Type Description
String

The context.

getContextBytes()

public abstract ByteString getContextBytes()

Pre-formatted block of text containing the context for the requested resources.

string context = 1;

Returns
Type Description
ByteString

The bytes for context.