Interface QualifyingQuestionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QualifyingQuestion,QualifyingQuestion.Builder
public interface QualifyingQuestionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLocale()Output only.com.google.protobuf.ByteStringgetLocaleBytes()Output only.longgetQualifyingQuestionId()Output only.java.lang.StringgetResourceName()Output only.com.google.protobuf.ByteStringgetResourceNameBytes()Output only.java.lang.StringgetText()Output only.com.google.protobuf.ByteStringgetTextBytes()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourceName
java.lang.String getResourceName()
Output only. The resource name of the qualifying question. 'qualifyingQuestions/{qualifyingQuestionId}'string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()
Output only. The resource name of the qualifying question. 'qualifyingQuestions/{qualifyingQuestionId}'string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for resourceName.
-
getQualifyingQuestionId
long getQualifyingQuestionId()
Output only. The id of the qualifying question.
int64 qualifying_question_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The qualifyingQuestionId.
-
getLocale
java.lang.String getLocale()
Output only. The locale of the qualifying question.
string locale = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The locale.
-
getLocaleBytes
com.google.protobuf.ByteString getLocaleBytes()
Output only. The locale of the qualifying question.
string locale = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for locale.
-
getText
java.lang.String getText()
Output only. The qualifying question.
string text = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The text.
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()
Output only. The qualifying question.
string text = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for text.
-
-