Interface SchemaQueryOrBuilder (0.1.0)

public interface SchemaQueryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getQuestion()

public abstract String getQuestion()

Optional. The question to send to the system for schema resolution.

string question = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The question.

getQuestionBytes()

public abstract ByteString getQuestionBytes()

Optional. The question to send to the system for schema resolution.

string question = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for question.