Class DialogInput
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.soulfiremc.grpc.generated.DialogInput
- All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DialogInputOrBuilder, Serializable
@Generated
public final class DialogInput
extends com.google.protobuf.GeneratedMessage
implements DialogInputOrBuilder
Input control that can appear in a dialog. Allows dialogs to gather user input before submission.Protobuf type
soulfire.v1.DialogInput- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classInput control that can appear in a dialog.static enumNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT, T>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessage
com.google.protobuf.AbstractMessage.BuilderParentNested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders, loggedPre22TypeNames, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleanBoolean checkbox input.Boolean checkbox input.static DialogInputstatic final com.google.protobuf.Descriptors.DescriptorSlider for selecting a number in a range.Slider for selecting a number in a range.com.google.protobuf.Parser<DialogInput> intDropdown/combo box for selecting one option.Dropdown/combo box for selecting one option.getText()Text input field (single or multi-line).Text input field (single or multi-line).booleanBoolean checkbox input.inthashCode()booleanSlider for selecting a number in a range.booleanDropdown/combo box for selecting one option.booleanhasText()Text input field (single or multi-line).protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanstatic DialogInput.Builderstatic DialogInput.BuildernewBuilder(DialogInput prototype) protected DialogInput.BuildernewBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) static DialogInputparseDelimitedFrom(InputStream input) static DialogInputparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DialogInputparseFrom(byte[] data) static DialogInputparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DialogInputparseFrom(com.google.protobuf.ByteString data) static DialogInputparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DialogInputparseFrom(com.google.protobuf.CodedInputStream input) static DialogInputparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DialogInputparseFrom(InputStream input) static DialogInputparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DialogInputparseFrom(ByteBuffer data) static DialogInputparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<DialogInput> parser()voidwriteTo(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
TEXT_FIELD_NUMBER
public static final int TEXT_FIELD_NUMBER- See Also:
-
BOOLEAN_FIELD_NUMBER
public static final int BOOLEAN_FIELD_NUMBER- See Also:
-
SINGLE_OPTION_FIELD_NUMBER
public static final int SINGLE_OPTION_FIELD_NUMBER- See Also:
-
NUMBER_RANGE_FIELD_NUMBER
public static final int NUMBER_RANGE_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage
-
getInputCase
- Specified by:
getInputCasein interfaceDialogInputOrBuilder
-
hasText
public boolean hasText()Text input field (single or multi-line).
.soulfire.v1.DialogTextInput text = 1;- Specified by:
hasTextin interfaceDialogInputOrBuilder- Returns:
- Whether the text field is set.
-
getText
Text input field (single or multi-line).
.soulfire.v1.DialogTextInput text = 1;- Specified by:
getTextin interfaceDialogInputOrBuilder- Returns:
- The text.
-
getTextOrBuilder
Text input field (single or multi-line).
.soulfire.v1.DialogTextInput text = 1;- Specified by:
getTextOrBuilderin interfaceDialogInputOrBuilder
-
hasBoolean
public boolean hasBoolean()Boolean checkbox input.
.soulfire.v1.DialogBooleanInput boolean = 2;- Specified by:
hasBooleanin interfaceDialogInputOrBuilder- Returns:
- Whether the boolean field is set.
-
getBoolean
Boolean checkbox input.
.soulfire.v1.DialogBooleanInput boolean = 2;- Specified by:
getBooleanin interfaceDialogInputOrBuilder- Returns:
- The boolean.
-
getBooleanOrBuilder
Boolean checkbox input.
.soulfire.v1.DialogBooleanInput boolean = 2;- Specified by:
getBooleanOrBuilderin interfaceDialogInputOrBuilder
-
hasSingleOption
public boolean hasSingleOption()Dropdown/combo box for selecting one option.
.soulfire.v1.DialogSingleOptionInput single_option = 3;- Specified by:
hasSingleOptionin interfaceDialogInputOrBuilder- Returns:
- Whether the singleOption field is set.
-
getSingleOption
Dropdown/combo box for selecting one option.
.soulfire.v1.DialogSingleOptionInput single_option = 3;- Specified by:
getSingleOptionin interfaceDialogInputOrBuilder- Returns:
- The singleOption.
-
getSingleOptionOrBuilder
Dropdown/combo box for selecting one option.
.soulfire.v1.DialogSingleOptionInput single_option = 3;- Specified by:
getSingleOptionOrBuilderin interfaceDialogInputOrBuilder
-
hasNumberRange
public boolean hasNumberRange()Slider for selecting a number in a range.
.soulfire.v1.DialogNumberRangeInput number_range = 4;- Specified by:
hasNumberRangein interfaceDialogInputOrBuilder- Returns:
- Whether the numberRange field is set.
-
getNumberRange
Slider for selecting a number in a range.
.soulfire.v1.DialogNumberRangeInput number_range = 4;- Specified by:
getNumberRangein interfaceDialogInputOrBuilder- Returns:
- The numberRange.
-
getNumberRangeOrBuilder
Slider for selecting a number in a range.
.soulfire.v1.DialogNumberRangeInput number_range = 4;- Specified by:
getNumberRangeOrBuilderin interfaceDialogInputOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessage- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessage
-
equals
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static DialogInput parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DialogInput parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DialogInput parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DialogInput parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DialogInput parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DialogInput parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static DialogInput parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static DialogInput parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static DialogInput parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected DialogInput.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) - Overrides:
newBuilderForTypein classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-