Package org.webswing.server.model.proto
Class Webswing.FileDialogEventMsgProto
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- org.webswing.server.model.proto.Webswing.FileDialogEventMsgProto
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable,Webswing.FileDialogEventMsgProtoOrBuilder
- Enclosing class:
- Webswing
public static final class Webswing.FileDialogEventMsgProto extends com.google.protobuf.GeneratedMessageV3 implements Webswing.FileDialogEventMsgProtoOrBuilder
Protobuf typeorg.webswing.server.model.proto.FileDialogEventMsgProto- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebswing.FileDialogEventMsgProto.BuilderProtobuf typeorg.webswing.server.model.proto.FileDialogEventMsgProtostatic classWebswing.FileDialogEventMsgProto.FileDialogEventTypeProtoProtobuf enumorg.webswing.server.model.proto.FileDialogEventMsgProto.FileDialogEventTypeProto-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intALLOWDELETE_FIELD_NUMBERstatic intALLOWDOWNLOAD_FIELD_NUMBERstatic intALLOWUPLOAD_FIELD_NUMBERstatic intCUSTOMDIALOG_FIELD_NUMBERstatic intEVENTTYPE_FIELD_NUMBERstatic intFILTER_FIELD_NUMBERstatic intISMULTISELECTION_FIELD_NUMBERstatic com.google.protobuf.Parser<Webswing.FileDialogEventMsgProto>PARSERDeprecated.static intSELECTION_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)booleangetAllowDelete()optional bool allowDelete = 4;booleangetAllowDownload()optional bool allowDownload = 2;booleangetAllowUpload()optional bool allowUpload = 3;booleangetCustomDialog()optional bool customDialog = 8;static Webswing.FileDialogEventMsgProtogetDefaultInstance()Webswing.FileDialogEventMsgProtogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()Webswing.FileDialogEventMsgProto.FileDialogEventTypeProtogetEventType()required .org.webswing.server.model.proto.FileDialogEventMsgProto.FileDialogEventTypeProto eventType = 1;StringgetFilter()optional string filter = 5;com.google.protobuf.ByteStringgetFilterBytes()optional string filter = 5;booleangetIsMultiSelection()optional bool isMultiSelection = 6;com.google.protobuf.Parser<Webswing.FileDialogEventMsgProto>getParserForType()StringgetSelection()optional string selection = 7;com.google.protobuf.ByteStringgetSelectionBytes()optional string selection = 7;intgetSerializedSize()com.google.protobuf.UnknownFieldSetgetUnknownFields()booleanhasAllowDelete()optional bool allowDelete = 4;booleanhasAllowDownload()optional bool allowDownload = 2;booleanhasAllowUpload()optional bool allowUpload = 3;booleanhasCustomDialog()optional bool customDialog = 8;booleanhasEventType()required .org.webswing.server.model.proto.FileDialogEventMsgProto.FileDialogEventTypeProto eventType = 1;booleanhasFilter()optional string filter = 5;inthashCode()booleanhasIsMultiSelection()optional bool isMultiSelection = 6;booleanhasSelection()optional string selection = 7;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Webswing.FileDialogEventMsgProto.BuildernewBuilder()static Webswing.FileDialogEventMsgProto.BuildernewBuilder(Webswing.FileDialogEventMsgProto prototype)Webswing.FileDialogEventMsgProto.BuildernewBuilderForType()protected Webswing.FileDialogEventMsgProto.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)static Webswing.FileDialogEventMsgProtoparseDelimitedFrom(InputStream input)static Webswing.FileDialogEventMsgProtoparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Webswing.FileDialogEventMsgProtoparseFrom(byte[] data)static Webswing.FileDialogEventMsgProtoparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Webswing.FileDialogEventMsgProtoparseFrom(com.google.protobuf.ByteString data)static Webswing.FileDialogEventMsgProtoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Webswing.FileDialogEventMsgProtoparseFrom(com.google.protobuf.CodedInputStream input)static Webswing.FileDialogEventMsgProtoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Webswing.FileDialogEventMsgProtoparseFrom(InputStream input)static Webswing.FileDialogEventMsgProtoparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Webswing.FileDialogEventMsgProtoparseFrom(ByteBuffer data)static Webswing.FileDialogEventMsgProtoparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Webswing.FileDialogEventMsgProto>parser()Webswing.FileDialogEventMsgProto.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
EVENTTYPE_FIELD_NUMBER
public static final int EVENTTYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ALLOWDOWNLOAD_FIELD_NUMBER
public static final int ALLOWDOWNLOAD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ALLOWUPLOAD_FIELD_NUMBER
public static final int ALLOWUPLOAD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ALLOWDELETE_FIELD_NUMBER
public static final int ALLOWDELETE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FILTER_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ISMULTISELECTION_FIELD_NUMBER
public static final int ISMULTISELECTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SELECTION_FIELD_NUMBER
public static final int SELECTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CUSTOMDIALOG_FIELD_NUMBER
public static final int CUSTOMDIALOG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARSER
@Deprecated public static final com.google.protobuf.Parser<Webswing.FileDialogEventMsgProto> PARSER
Deprecated.
-
-
Method Detail
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
hasEventType
public boolean hasEventType()
required .org.webswing.server.model.proto.FileDialogEventMsgProto.FileDialogEventTypeProto eventType = 1;- Specified by:
hasEventTypein interfaceWebswing.FileDialogEventMsgProtoOrBuilder
-
getEventType
public Webswing.FileDialogEventMsgProto.FileDialogEventTypeProto getEventType()
required .org.webswing.server.model.proto.FileDialogEventMsgProto.FileDialogEventTypeProto eventType = 1;- Specified by:
getEventTypein interfaceWebswing.FileDialogEventMsgProtoOrBuilder
-
hasAllowDownload
public boolean hasAllowDownload()
optional bool allowDownload = 2;- Specified by:
hasAllowDownloadin interfaceWebswing.FileDialogEventMsgProtoOrBuilder
-
getAllowDownload
public boolean getAllowDownload()
optional bool allowDownload = 2;- Specified by:
getAllowDownloadin interfaceWebswing.FileDialogEventMsgProtoOrBuilder
-
hasAllowUpload
public boolean hasAllowUpload()
optional bool allowUpload = 3;- Specified by:
hasAllowUploadin interfaceWebswing.FileDialogEventMsgProtoOrBuilder
-
getAllowUpload
public boolean getAllowUpload()
optional bool allowUpload = 3;- Specified by:
getAllowUploadin interfaceWebswing.FileDialogEventMsgProtoOrBuilder
-
hasAllowDelete
public boolean hasAllowDelete()
optional bool allowDelete = 4;- Specified by:
hasAllowDeletein interfaceWebswing.FileDialogEventMsgProtoOrBuilder
-
getAllowDelete
public boolean getAllowDelete()
optional bool allowDelete = 4;- Specified by:
getAllowDeletein interfaceWebswing.FileDialogEventMsgProtoOrBuilder
-
hasFilter
public boolean hasFilter()
optional string filter = 5;- Specified by:
hasFilterin interfaceWebswing.FileDialogEventMsgProtoOrBuilder
-
getFilter
public String getFilter()
optional string filter = 5;- Specified by:
getFilterin interfaceWebswing.FileDialogEventMsgProtoOrBuilder
-
getFilterBytes
public com.google.protobuf.ByteString getFilterBytes()
optional string filter = 5;- Specified by:
getFilterBytesin interfaceWebswing.FileDialogEventMsgProtoOrBuilder
-
hasIsMultiSelection
public boolean hasIsMultiSelection()
optional bool isMultiSelection = 6;- Specified by:
hasIsMultiSelectionin interfaceWebswing.FileDialogEventMsgProtoOrBuilder
-
getIsMultiSelection
public boolean getIsMultiSelection()
optional bool isMultiSelection = 6;- Specified by:
getIsMultiSelectionin interfaceWebswing.FileDialogEventMsgProtoOrBuilder
-
hasSelection
public boolean hasSelection()
optional string selection = 7;- Specified by:
hasSelectionin interfaceWebswing.FileDialogEventMsgProtoOrBuilder
-
getSelection
public String getSelection()
optional string selection = 7;- Specified by:
getSelectionin interfaceWebswing.FileDialogEventMsgProtoOrBuilder
-
getSelectionBytes
public com.google.protobuf.ByteString getSelectionBytes()
optional string selection = 7;- Specified by:
getSelectionBytesin interfaceWebswing.FileDialogEventMsgProtoOrBuilder
-
hasCustomDialog
public boolean hasCustomDialog()
optional bool customDialog = 8;- Specified by:
hasCustomDialogin interfaceWebswing.FileDialogEventMsgProtoOrBuilder
-
getCustomDialog
public boolean getCustomDialog()
optional bool customDialog = 8;- Specified by:
getCustomDialogin interfaceWebswing.FileDialogEventMsgProtoOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- 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 Webswing.FileDialogEventMsgProto parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Webswing.FileDialogEventMsgProto parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Webswing.FileDialogEventMsgProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Webswing.FileDialogEventMsgProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Webswing.FileDialogEventMsgProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Webswing.FileDialogEventMsgProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Webswing.FileDialogEventMsgProto parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Webswing.FileDialogEventMsgProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Webswing.FileDialogEventMsgProto parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Webswing.FileDialogEventMsgProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Webswing.FileDialogEventMsgProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Webswing.FileDialogEventMsgProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Webswing.FileDialogEventMsgProto.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Webswing.FileDialogEventMsgProto.Builder newBuilder()
-
newBuilder
public static Webswing.FileDialogEventMsgProto.Builder newBuilder(Webswing.FileDialogEventMsgProto prototype)
-
toBuilder
public Webswing.FileDialogEventMsgProto.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Webswing.FileDialogEventMsgProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Webswing.FileDialogEventMsgProto getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Webswing.FileDialogEventMsgProto> parser()
-
getParserForType
public com.google.protobuf.Parser<Webswing.FileDialogEventMsgProto> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Webswing.FileDialogEventMsgProto getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-