Class QuestionOptions.FactoidOptions
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<QuestionOptions.FactoidOptions,QuestionOptions.FactoidOptions.Builder>
-
- com.streamlayer.interactive.common.QuestionOptions.FactoidOptions
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,QuestionOptions.FactoidOptionsOrBuilder
- Enclosing class:
- QuestionOptions
public static final class QuestionOptions.FactoidOptions extends com.google.protobuf.GeneratedMessageLite<QuestionOptions.FactoidOptions,QuestionOptions.FactoidOptions.Builder> implements QuestionOptions.FactoidOptionsOrBuilder
Protobuf typestreamlayer.interactive.QuestionOptions.FactoidOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQuestionOptions.FactoidOptions.BuilderProtobuf typestreamlayer.interactive.QuestionOptions.FactoidOptions-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type extends java.lang.Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm
-
-
Field Summary
Fields Modifier and Type Field Description static intBODY_FIELD_NUMBERstatic intIMAGE_FIELD_NUMBERstatic intVIDEO_FIELD_NUMBERstatic intWEB_LINK_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)java.lang.StringgetBody()string body = 2 [json_name = "body"];com.google.protobuf.ByteStringgetBodyBytes()string body = 2 [json_name = "body"];static QuestionOptions.FactoidOptionsgetDefaultInstance()java.lang.StringgetImage()string image = 1 [json_name = "image"];com.google.protobuf.ByteStringgetImageBytes()string image = 1 [json_name = "image"];FileLinkgetVideo().streamlayer.interactive.FileLink video = 3 [json_name = "video"];WebLinkgetWebLink().streamlayer.interactive.WebLink web_link = 4 [json_name = "webLink"];booleanhasVideo().streamlayer.interactive.FileLink video = 3 [json_name = "video"];booleanhasWebLink().streamlayer.interactive.WebLink web_link = 4 [json_name = "webLink"];static QuestionOptions.FactoidOptions.BuildernewBuilder()static QuestionOptions.FactoidOptions.BuildernewBuilder(QuestionOptions.FactoidOptions prototype)static QuestionOptions.FactoidOptionsparseDelimitedFrom(java.io.InputStream input)static QuestionOptions.FactoidOptionsparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuestionOptions.FactoidOptionsparseFrom(byte[] data)static QuestionOptions.FactoidOptionsparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuestionOptions.FactoidOptionsparseFrom(com.google.protobuf.ByteString data)static QuestionOptions.FactoidOptionsparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuestionOptions.FactoidOptionsparseFrom(com.google.protobuf.CodedInputStream input)static QuestionOptions.FactoidOptionsparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuestionOptions.FactoidOptionsparseFrom(java.io.InputStream input)static QuestionOptions.FactoidOptionsparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuestionOptions.FactoidOptionsparseFrom(java.nio.ByteBuffer data)static QuestionOptions.FactoidOptionsparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<QuestionOptions.FactoidOptions>parser()-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
-
-
-
Field Detail
-
IMAGE_FIELD_NUMBER
public static final int IMAGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BODY_FIELD_NUMBER
public static final int BODY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VIDEO_FIELD_NUMBER
public static final int VIDEO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
WEB_LINK_FIELD_NUMBER
public static final int WEB_LINK_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getImage
public java.lang.String getImage()
string image = 1 [json_name = "image"];- Specified by:
getImagein interfaceQuestionOptions.FactoidOptionsOrBuilder- Returns:
- The image.
-
getImageBytes
public com.google.protobuf.ByteString getImageBytes()
string image = 1 [json_name = "image"];- Specified by:
getImageBytesin interfaceQuestionOptions.FactoidOptionsOrBuilder- Returns:
- The bytes for image.
-
getBody
public java.lang.String getBody()
string body = 2 [json_name = "body"];- Specified by:
getBodyin interfaceQuestionOptions.FactoidOptionsOrBuilder- Returns:
- The body.
-
getBodyBytes
public com.google.protobuf.ByteString getBodyBytes()
string body = 2 [json_name = "body"];- Specified by:
getBodyBytesin interfaceQuestionOptions.FactoidOptionsOrBuilder- Returns:
- The bytes for body.
-
hasVideo
public boolean hasVideo()
.streamlayer.interactive.FileLink video = 3 [json_name = "video"];- Specified by:
hasVideoin interfaceQuestionOptions.FactoidOptionsOrBuilder- Returns:
- Whether the video field is set.
-
getVideo
public FileLink getVideo()
.streamlayer.interactive.FileLink video = 3 [json_name = "video"];- Specified by:
getVideoin interfaceQuestionOptions.FactoidOptionsOrBuilder- Returns:
- The video.
-
hasWebLink
public boolean hasWebLink()
.streamlayer.interactive.WebLink web_link = 4 [json_name = "webLink"];- Specified by:
hasWebLinkin interfaceQuestionOptions.FactoidOptionsOrBuilder- Returns:
- Whether the webLink field is set.
-
getWebLink
public WebLink getWebLink()
.streamlayer.interactive.WebLink web_link = 4 [json_name = "webLink"];- Specified by:
getWebLinkin interfaceQuestionOptions.FactoidOptionsOrBuilder- Returns:
- The webLink.
-
parseFrom
public static QuestionOptions.FactoidOptions parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static QuestionOptions.FactoidOptions parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static QuestionOptions.FactoidOptions parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static QuestionOptions.FactoidOptions parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static QuestionOptions.FactoidOptions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static QuestionOptions.FactoidOptions parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static QuestionOptions.FactoidOptions parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static QuestionOptions.FactoidOptions parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static QuestionOptions.FactoidOptions parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static QuestionOptions.FactoidOptions parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static QuestionOptions.FactoidOptions parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static QuestionOptions.FactoidOptions parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static QuestionOptions.FactoidOptions.Builder newBuilder()
-
newBuilder
public static QuestionOptions.FactoidOptions.Builder newBuilder(QuestionOptions.FactoidOptions prototype)
-
dynamicMethod
protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)- Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<QuestionOptions.FactoidOptions,QuestionOptions.FactoidOptions.Builder>
-
getDefaultInstance
public static QuestionOptions.FactoidOptions getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<QuestionOptions.FactoidOptions> parser()
-
-