public static interface ProductAttributes.QuestionAndAnswerOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAnswer()
public abstract String getAnswer()Required. The answer text.
string answer = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The answer. |
getAnswerBytes()
public abstract ByteString getAnswerBytes()Required. The answer text.
string answer = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for answer. |
getQuestion()
public abstract String getQuestion()Required. The question text.
string question = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The question. |
getQuestionBytes()
public abstract ByteString getQuestionBytes()Required. The question text.
string question = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for question. |