public interface SchemaQueryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |