Interface ProductAttributes.QuestionAndAnswerOrBuilder (1.23.0)

public static interface ProductAttributes.QuestionAndAnswerOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.