// Generated by the protocol buffer compiler. DO NOT EDIT! // source: src/main/protobuf/PrefsProto.proto package de.huxhorn.lilith.prefs.protobuf.generated; public final class PrefsProto { private PrefsProto() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } /** * Protobuf enum {@code de.huxhorn.lilith.prefs.SourceFiltering} */ public enum SourceFiltering implements com.google.protobuf.ProtocolMessageEnum { /** * <code>NONE = 0;</code> */ NONE(0), /** * <code>BLACKLIST = 1;</code> */ BLACKLIST(1), /** * <code>WHITELIST = 2;</code> */ WHITELIST(2), ; /** * <code>NONE = 0;</code> */ public static final int NONE_VALUE = 0; /** * <code>BLACKLIST = 1;</code> */ public static final int BLACKLIST_VALUE = 1; /** * <code>WHITELIST = 2;</code> */ public static final int WHITELIST_VALUE = 2; public final int getNumber() { return value; } /** * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static SourceFiltering valueOf(int value) { return forNumber(value); } public static SourceFiltering forNumber(int value) { switch (value) { case 0: return NONE; case 1: return BLACKLIST; case 2: return WHITELIST; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap<SourceFiltering> internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< SourceFiltering> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap<SourceFiltering>() { public SourceFiltering findValueByNumber(int number) { return SourceFiltering.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.getDescriptor().getEnumTypes().get(0); } private static final SourceFiltering[] VALUES = values(); public static SourceFiltering valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } return VALUES[desc.getIndex()]; } private final int value; private SourceFiltering(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:de.huxhorn.lilith.prefs.SourceFiltering) } public interface LilithPreferencesOrBuilder extends // @@protoc_insertion_point(interface_extends:de.huxhorn.lilith.prefs.LilithPreferences) com.google.protobuf.MessageOrBuilder { /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_conditions = 1;</code> */ boolean hasGroovyConditions(); /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_conditions = 1;</code> */ de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent getGroovyConditions(); /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_conditions = 1;</code> */ de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder getGroovyConditionsOrBuilder(); /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent details_view = 2;</code> */ boolean hasDetailsView(); /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent details_view = 2;</code> */ de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent getDetailsView(); /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent details_view = 2;</code> */ de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder getDetailsViewOrBuilder(); /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent root_files = 3;</code> */ boolean hasRootFiles(); /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent root_files = 3;</code> */ de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent getRootFiles(); /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent root_files = 3;</code> */ de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder getRootFilesOrBuilder(); /** * <code>optional string blacklist_name = 4;</code> */ boolean hasBlacklistName(); /** * <code>optional string blacklist_name = 4;</code> */ java.lang.String getBlacklistName(); /** * <code>optional string blacklist_name = 4;</code> */ com.google.protobuf.ByteString getBlacklistNameBytes(); /** * <code>optional string whitelist_name = 5;</code> */ boolean hasWhitelistName(); /** * <code>optional string whitelist_name = 5;</code> */ java.lang.String getWhitelistName(); /** * <code>optional string whitelist_name = 5;</code> */ com.google.protobuf.ByteString getWhitelistNameBytes(); /** * <code>optional string look_and_feel = 6;</code> */ boolean hasLookAndFeel(); /** * <code>optional string look_and_feel = 6;</code> */ java.lang.String getLookAndFeel(); /** * <code>optional string look_and_feel = 6;</code> */ com.google.protobuf.ByteString getLookAndFeelBytes(); /** * <code>optional bool asking_before_quit = 7;</code> */ boolean hasAskingBeforeQuit(); /** * <code>optional bool asking_before_quit = 7;</code> */ boolean getAskingBeforeQuit(); /** * <code>optional bool auto_closing = 8;</code> */ boolean hasAutoClosing(); /** * <code>optional bool auto_closing = 8;</code> */ boolean getAutoClosing(); /** * <code>optional bool auto_focusing_window = 9;</code> */ boolean hasAutoFocusingWindow(); /** * <code>optional bool auto_focusing_window = 9;</code> */ boolean getAutoFocusingWindow(); /** * <code>optional bool auto_opening = 10;</code> */ boolean hasAutoOpening(); /** * <code>optional bool auto_opening = 10;</code> */ boolean getAutoOpening(); /** * <code>optional bool checking_for_update = 11;</code> */ boolean hasCheckingForUpdate(); /** * <code>optional bool checking_for_update = 11;</code> */ boolean getCheckingForUpdate(); /** * <code>optional bool cleaning_logs_on_exit = 12;</code> */ boolean hasCleaningLogsOnExit(); /** * <code>optional bool cleaning_logs_on_exit = 12;</code> */ boolean getCleaningLogsOnExit(); /** * <code>optional bool coloring_whole_row = 13;</code> */ boolean hasColoringWholeRow(); /** * <code>optional bool coloring_whole_row = 13;</code> */ boolean getColoringWholeRow(); /** * <code>optional bool global_logging_enabled = 14;</code> */ boolean hasGlobalLoggingEnabled(); /** * <code>optional bool global_logging_enabled = 14;</code> */ boolean getGlobalLoggingEnabled(); /** * <code>optional bool maximizing_internal_frames = 17;</code> */ boolean hasMaximizingInternalFrames(); /** * <code>optional bool maximizing_internal_frames = 17;</code> */ boolean getMaximizingInternalFrames(); /** * <code>optional bool mute = 18;</code> */ boolean hasMute(); /** * <code>optional bool mute = 18;</code> */ boolean getMute(); /** * <code>optional bool scrolling_to_bottom = 19;</code> */ boolean hasScrollingToBottom(); /** * <code>optional bool scrolling_to_bottom = 19;</code> */ boolean getScrollingToBottom(); /** * <code>optional bool showing_full_call_stack = 20;</code> */ boolean hasShowingFullCallStack(); /** * <code>optional bool showing_full_call_stack = 20;</code> */ boolean getShowingFullCallStack(); /** * <code>optional bool showing_status_bar = 22;</code> */ boolean hasShowingStatusBar(); /** * <code>optional bool showing_status_bar = 22;</code> */ boolean getShowingStatusBar(); /** * <code>optional bool showing_stacktrace = 23;</code> */ boolean hasShowingStacktrace(); /** * <code>optional bool showing_stacktrace = 23;</code> */ boolean getShowingStacktrace(); /** * <code>optional bool showing_tip_of_the_day = 24;</code> */ boolean hasShowingTipOfTheDay(); /** * <code>optional bool showing_tip_of_the_day = 24;</code> */ boolean getShowingTipOfTheDay(); /** * <code>optional bool showing_toolbar = 25;</code> */ boolean hasShowingToolbar(); /** * <code>optional bool showing_toolbar = 25;</code> */ boolean getShowingToolbar(); /** * <code>optional bool splash_screen_disabled = 26;</code> */ boolean hasSplashScreenDisabled(); /** * <code>optional bool splash_screen_disabled = 26;</code> */ boolean getSplashScreenDisabled(); /** * <code>optional bool using_internal_frames = 27;</code> */ boolean hasUsingInternalFrames(); /** * <code>optional bool using_internal_frames = 27;</code> */ boolean getUsingInternalFrames(); /** * <code>optional .de.huxhorn.lilith.prefs.SourceFiltering source_filtering = 28;</code> */ boolean hasSourceFiltering(); /** * <code>optional .de.huxhorn.lilith.prefs.SourceFiltering source_filtering = 28;</code> */ de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.SourceFiltering getSourceFiltering(); /** * <code>optional string default_condition_name = 29;</code> */ boolean hasDefaultConditionName(); /** * <code>optional string default_condition_name = 29;</code> */ java.lang.String getDefaultConditionName(); /** * <code>optional string default_condition_name = 29;</code> */ com.google.protobuf.ByteString getDefaultConditionNameBytes(); /** * <code>optional bool checking_for_snapshot = 30;</code> */ boolean hasCheckingForSnapshot(); /** * <code>optional bool checking_for_snapshot = 30;</code> */ boolean getCheckingForSnapshot(); /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_clipboard_formatters = 31;</code> */ boolean hasGroovyClipboardFormatters(); /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_clipboard_formatters = 31;</code> */ de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent getGroovyClipboardFormatters(); /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_clipboard_formatters = 31;</code> */ de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder getGroovyClipboardFormattersOrBuilder(); /** * <code>optional bool tray_active = 32;</code> */ boolean hasTrayActive(); /** * <code>optional bool tray_active = 32;</code> */ boolean getTrayActive(); /** * <code>optional bool showing_full_recent_path = 33;</code> */ boolean hasShowingFullRecentPath(); /** * <code>optional bool showing_full_recent_path = 33;</code> */ boolean getShowingFullRecentPath(); /** * <code>optional bool hiding_on_close = 34;</code> */ boolean hasHidingOnClose(); /** * <code>optional bool hiding_on_close = 34;</code> */ boolean getHidingOnClose(); /** * <code>optional bool using_wrapped_exception_style = 35;</code> */ boolean hasUsingWrappedExceptionStyle(); /** * <code>optional bool using_wrapped_exception_style = 35;</code> */ boolean getUsingWrappedExceptionStyle(); /** * <code>optional bool showing_primary_identifier = 36;</code> */ boolean hasShowingPrimaryIdentifier(); /** * <code>optional bool showing_primary_identifier = 36;</code> */ boolean getShowingPrimaryIdentifier(); /** * <code>optional bool showing_secondary_identifier = 37;</code> */ boolean hasShowingSecondaryIdentifier(); /** * <code>optional bool showing_secondary_identifier = 37;</code> */ boolean getShowingSecondaryIdentifier(); /** * <code>optional bool scrolling_smoothly = 38;</code> */ boolean hasScrollingSmoothly(); /** * <code>optional bool scrolling_smoothly = 38;</code> */ boolean getScrollingSmoothly(); } /** * Protobuf type {@code de.huxhorn.lilith.prefs.LilithPreferences} */ public static final class LilithPreferences extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:de.huxhorn.lilith.prefs.LilithPreferences) LilithPreferencesOrBuilder { // Use LilithPreferences.newBuilder() to construct. private LilithPreferences(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { super(builder); } private LilithPreferences() { blacklistName_ = ""; whitelistName_ = ""; lookAndFeel_ = ""; askingBeforeQuit_ = false; autoClosing_ = false; autoFocusingWindow_ = false; autoOpening_ = false; checkingForUpdate_ = false; cleaningLogsOnExit_ = false; coloringWholeRow_ = false; globalLoggingEnabled_ = false; maximizingInternalFrames_ = false; mute_ = false; scrollingToBottom_ = false; showingFullCallStack_ = false; showingStatusBar_ = false; showingStacktrace_ = false; showingTipOfTheDay_ = false; showingToolbar_ = false; splashScreenDisabled_ = false; usingInternalFrames_ = false; sourceFiltering_ = 0; defaultConditionName_ = ""; checkingForSnapshot_ = false; trayActive_ = false; showingFullRecentPath_ = false; hidingOnClose_ = false; usingWrappedExceptionStyle_ = false; showingPrimaryIdentifier_ = false; showingSecondaryIdentifier_ = false; scrollingSmoothly_ = false; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private LilithPreferences( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); int mutable_bitField0_ = 0; int mutable_bitField1_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder subBuilder = null; if (((bitField0_ & 0x00000001) == 0x00000001)) { subBuilder = groovyConditions_.toBuilder(); } groovyConditions_ = input.readMessage(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(groovyConditions_); groovyConditions_ = subBuilder.buildPartial(); } bitField0_ |= 0x00000001; break; } case 18: { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder subBuilder = null; if (((bitField0_ & 0x00000002) == 0x00000002)) { subBuilder = detailsView_.toBuilder(); } detailsView_ = input.readMessage(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(detailsView_); detailsView_ = subBuilder.buildPartial(); } bitField0_ |= 0x00000002; break; } case 26: { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder subBuilder = null; if (((bitField0_ & 0x00000004) == 0x00000004)) { subBuilder = rootFiles_.toBuilder(); } rootFiles_ = input.readMessage(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(rootFiles_); rootFiles_ = subBuilder.buildPartial(); } bitField0_ |= 0x00000004; break; } case 34: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00000008; blacklistName_ = bs; break; } case 42: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00000010; whitelistName_ = bs; break; } case 50: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00000020; lookAndFeel_ = bs; break; } case 56: { bitField0_ |= 0x00000040; askingBeforeQuit_ = input.readBool(); break; } case 64: { bitField0_ |= 0x00000080; autoClosing_ = input.readBool(); break; } case 72: { bitField0_ |= 0x00000100; autoFocusingWindow_ = input.readBool(); break; } case 80: { bitField0_ |= 0x00000200; autoOpening_ = input.readBool(); break; } case 88: { bitField0_ |= 0x00000400; checkingForUpdate_ = input.readBool(); break; } case 96: { bitField0_ |= 0x00000800; cleaningLogsOnExit_ = input.readBool(); break; } case 104: { bitField0_ |= 0x00001000; coloringWholeRow_ = input.readBool(); break; } case 112: { bitField0_ |= 0x00002000; globalLoggingEnabled_ = input.readBool(); break; } case 136: { bitField0_ |= 0x00004000; maximizingInternalFrames_ = input.readBool(); break; } case 144: { bitField0_ |= 0x00008000; mute_ = input.readBool(); break; } case 152: { bitField0_ |= 0x00010000; scrollingToBottom_ = input.readBool(); break; } case 160: { bitField0_ |= 0x00020000; showingFullCallStack_ = input.readBool(); break; } case 176: { bitField0_ |= 0x00040000; showingStatusBar_ = input.readBool(); break; } case 184: { bitField0_ |= 0x00080000; showingStacktrace_ = input.readBool(); break; } case 192: { bitField0_ |= 0x00100000; showingTipOfTheDay_ = input.readBool(); break; } case 200: { bitField0_ |= 0x00200000; showingToolbar_ = input.readBool(); break; } case 208: { bitField0_ |= 0x00400000; splashScreenDisabled_ = input.readBool(); break; } case 216: { bitField0_ |= 0x00800000; usingInternalFrames_ = input.readBool(); break; } case 224: { int rawValue = input.readEnum(); de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.SourceFiltering value = de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.SourceFiltering.valueOf(rawValue); if (value == null) { unknownFields.mergeVarintField(28, rawValue); } else { bitField0_ |= 0x01000000; sourceFiltering_ = rawValue; } break; } case 234: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x02000000; defaultConditionName_ = bs; break; } case 240: { bitField0_ |= 0x04000000; checkingForSnapshot_ = input.readBool(); break; } case 250: { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder subBuilder = null; if (((bitField0_ & 0x08000000) == 0x08000000)) { subBuilder = groovyClipboardFormatters_.toBuilder(); } groovyClipboardFormatters_ = input.readMessage(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(groovyClipboardFormatters_); groovyClipboardFormatters_ = subBuilder.buildPartial(); } bitField0_ |= 0x08000000; break; } case 256: { bitField0_ |= 0x10000000; trayActive_ = input.readBool(); break; } case 264: { bitField0_ |= 0x20000000; showingFullRecentPath_ = input.readBool(); break; } case 272: { bitField0_ |= 0x40000000; hidingOnClose_ = input.readBool(); break; } case 280: { bitField0_ |= 0x80000000; usingWrappedExceptionStyle_ = input.readBool(); break; } case 288: { bitField1_ |= 0x00000001; showingPrimaryIdentifier_ = input.readBool(); break; } case 296: { bitField1_ |= 0x00000002; showingSecondaryIdentifier_ = input.readBool(); break; } case 304: { bitField1_ |= 0x00000004; scrollingSmoothly_ = input.readBool(); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_LilithPreferences_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_LilithPreferences_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences.class, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences.Builder.class); } private int bitField0_; private int bitField1_; public static final int GROOVY_CONDITIONS_FIELD_NUMBER = 1; private de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent groovyConditions_; /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_conditions = 1;</code> */ public boolean hasGroovyConditions() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_conditions = 1;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent getGroovyConditions() { return groovyConditions_ == null ? de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.getDefaultInstance() : groovyConditions_; } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_conditions = 1;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder getGroovyConditionsOrBuilder() { return groovyConditions_ == null ? de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.getDefaultInstance() : groovyConditions_; } public static final int DETAILS_VIEW_FIELD_NUMBER = 2; private de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent detailsView_; /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent details_view = 2;</code> */ public boolean hasDetailsView() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent details_view = 2;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent getDetailsView() { return detailsView_ == null ? de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.getDefaultInstance() : detailsView_; } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent details_view = 2;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder getDetailsViewOrBuilder() { return detailsView_ == null ? de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.getDefaultInstance() : detailsView_; } public static final int ROOT_FILES_FIELD_NUMBER = 3; private de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent rootFiles_; /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent root_files = 3;</code> */ public boolean hasRootFiles() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent root_files = 3;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent getRootFiles() { return rootFiles_ == null ? de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.getDefaultInstance() : rootFiles_; } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent root_files = 3;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder getRootFilesOrBuilder() { return rootFiles_ == null ? de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.getDefaultInstance() : rootFiles_; } public static final int BLACKLIST_NAME_FIELD_NUMBER = 4; private volatile java.lang.Object blacklistName_; /** * <code>optional string blacklist_name = 4;</code> */ public boolean hasBlacklistName() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * <code>optional string blacklist_name = 4;</code> */ public java.lang.String getBlacklistName() { java.lang.Object ref = blacklistName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { blacklistName_ = s; } return s; } } /** * <code>optional string blacklist_name = 4;</code> */ public com.google.protobuf.ByteString getBlacklistNameBytes() { java.lang.Object ref = blacklistName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); blacklistName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int WHITELIST_NAME_FIELD_NUMBER = 5; private volatile java.lang.Object whitelistName_; /** * <code>optional string whitelist_name = 5;</code> */ public boolean hasWhitelistName() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * <code>optional string whitelist_name = 5;</code> */ public java.lang.String getWhitelistName() { java.lang.Object ref = whitelistName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { whitelistName_ = s; } return s; } } /** * <code>optional string whitelist_name = 5;</code> */ public com.google.protobuf.ByteString getWhitelistNameBytes() { java.lang.Object ref = whitelistName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); whitelistName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int LOOK_AND_FEEL_FIELD_NUMBER = 6; private volatile java.lang.Object lookAndFeel_; /** * <code>optional string look_and_feel = 6;</code> */ public boolean hasLookAndFeel() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * <code>optional string look_and_feel = 6;</code> */ public java.lang.String getLookAndFeel() { java.lang.Object ref = lookAndFeel_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { lookAndFeel_ = s; } return s; } } /** * <code>optional string look_and_feel = 6;</code> */ public com.google.protobuf.ByteString getLookAndFeelBytes() { java.lang.Object ref = lookAndFeel_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); lookAndFeel_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int ASKING_BEFORE_QUIT_FIELD_NUMBER = 7; private boolean askingBeforeQuit_; /** * <code>optional bool asking_before_quit = 7;</code> */ public boolean hasAskingBeforeQuit() { return ((bitField0_ & 0x00000040) == 0x00000040); } /** * <code>optional bool asking_before_quit = 7;</code> */ public boolean getAskingBeforeQuit() { return askingBeforeQuit_; } public static final int AUTO_CLOSING_FIELD_NUMBER = 8; private boolean autoClosing_; /** * <code>optional bool auto_closing = 8;</code> */ public boolean hasAutoClosing() { return ((bitField0_ & 0x00000080) == 0x00000080); } /** * <code>optional bool auto_closing = 8;</code> */ public boolean getAutoClosing() { return autoClosing_; } public static final int AUTO_FOCUSING_WINDOW_FIELD_NUMBER = 9; private boolean autoFocusingWindow_; /** * <code>optional bool auto_focusing_window = 9;</code> */ public boolean hasAutoFocusingWindow() { return ((bitField0_ & 0x00000100) == 0x00000100); } /** * <code>optional bool auto_focusing_window = 9;</code> */ public boolean getAutoFocusingWindow() { return autoFocusingWindow_; } public static final int AUTO_OPENING_FIELD_NUMBER = 10; private boolean autoOpening_; /** * <code>optional bool auto_opening = 10;</code> */ public boolean hasAutoOpening() { return ((bitField0_ & 0x00000200) == 0x00000200); } /** * <code>optional bool auto_opening = 10;</code> */ public boolean getAutoOpening() { return autoOpening_; } public static final int CHECKING_FOR_UPDATE_FIELD_NUMBER = 11; private boolean checkingForUpdate_; /** * <code>optional bool checking_for_update = 11;</code> */ public boolean hasCheckingForUpdate() { return ((bitField0_ & 0x00000400) == 0x00000400); } /** * <code>optional bool checking_for_update = 11;</code> */ public boolean getCheckingForUpdate() { return checkingForUpdate_; } public static final int CLEANING_LOGS_ON_EXIT_FIELD_NUMBER = 12; private boolean cleaningLogsOnExit_; /** * <code>optional bool cleaning_logs_on_exit = 12;</code> */ public boolean hasCleaningLogsOnExit() { return ((bitField0_ & 0x00000800) == 0x00000800); } /** * <code>optional bool cleaning_logs_on_exit = 12;</code> */ public boolean getCleaningLogsOnExit() { return cleaningLogsOnExit_; } public static final int COLORING_WHOLE_ROW_FIELD_NUMBER = 13; private boolean coloringWholeRow_; /** * <code>optional bool coloring_whole_row = 13;</code> */ public boolean hasColoringWholeRow() { return ((bitField0_ & 0x00001000) == 0x00001000); } /** * <code>optional bool coloring_whole_row = 13;</code> */ public boolean getColoringWholeRow() { return coloringWholeRow_; } public static final int GLOBAL_LOGGING_ENABLED_FIELD_NUMBER = 14; private boolean globalLoggingEnabled_; /** * <code>optional bool global_logging_enabled = 14;</code> */ public boolean hasGlobalLoggingEnabled() { return ((bitField0_ & 0x00002000) == 0x00002000); } /** * <code>optional bool global_logging_enabled = 14;</code> */ public boolean getGlobalLoggingEnabled() { return globalLoggingEnabled_; } public static final int MAXIMIZING_INTERNAL_FRAMES_FIELD_NUMBER = 17; private boolean maximizingInternalFrames_; /** * <code>optional bool maximizing_internal_frames = 17;</code> */ public boolean hasMaximizingInternalFrames() { return ((bitField0_ & 0x00004000) == 0x00004000); } /** * <code>optional bool maximizing_internal_frames = 17;</code> */ public boolean getMaximizingInternalFrames() { return maximizingInternalFrames_; } public static final int MUTE_FIELD_NUMBER = 18; private boolean mute_; /** * <code>optional bool mute = 18;</code> */ public boolean hasMute() { return ((bitField0_ & 0x00008000) == 0x00008000); } /** * <code>optional bool mute = 18;</code> */ public boolean getMute() { return mute_; } public static final int SCROLLING_TO_BOTTOM_FIELD_NUMBER = 19; private boolean scrollingToBottom_; /** * <code>optional bool scrolling_to_bottom = 19;</code> */ public boolean hasScrollingToBottom() { return ((bitField0_ & 0x00010000) == 0x00010000); } /** * <code>optional bool scrolling_to_bottom = 19;</code> */ public boolean getScrollingToBottom() { return scrollingToBottom_; } public static final int SHOWING_FULL_CALL_STACK_FIELD_NUMBER = 20; private boolean showingFullCallStack_; /** * <code>optional bool showing_full_call_stack = 20;</code> */ public boolean hasShowingFullCallStack() { return ((bitField0_ & 0x00020000) == 0x00020000); } /** * <code>optional bool showing_full_call_stack = 20;</code> */ public boolean getShowingFullCallStack() { return showingFullCallStack_; } public static final int SHOWING_STATUS_BAR_FIELD_NUMBER = 22; private boolean showingStatusBar_; /** * <code>optional bool showing_status_bar = 22;</code> */ public boolean hasShowingStatusBar() { return ((bitField0_ & 0x00040000) == 0x00040000); } /** * <code>optional bool showing_status_bar = 22;</code> */ public boolean getShowingStatusBar() { return showingStatusBar_; } public static final int SHOWING_STACKTRACE_FIELD_NUMBER = 23; private boolean showingStacktrace_; /** * <code>optional bool showing_stacktrace = 23;</code> */ public boolean hasShowingStacktrace() { return ((bitField0_ & 0x00080000) == 0x00080000); } /** * <code>optional bool showing_stacktrace = 23;</code> */ public boolean getShowingStacktrace() { return showingStacktrace_; } public static final int SHOWING_TIP_OF_THE_DAY_FIELD_NUMBER = 24; private boolean showingTipOfTheDay_; /** * <code>optional bool showing_tip_of_the_day = 24;</code> */ public boolean hasShowingTipOfTheDay() { return ((bitField0_ & 0x00100000) == 0x00100000); } /** * <code>optional bool showing_tip_of_the_day = 24;</code> */ public boolean getShowingTipOfTheDay() { return showingTipOfTheDay_; } public static final int SHOWING_TOOLBAR_FIELD_NUMBER = 25; private boolean showingToolbar_; /** * <code>optional bool showing_toolbar = 25;</code> */ public boolean hasShowingToolbar() { return ((bitField0_ & 0x00200000) == 0x00200000); } /** * <code>optional bool showing_toolbar = 25;</code> */ public boolean getShowingToolbar() { return showingToolbar_; } public static final int SPLASH_SCREEN_DISABLED_FIELD_NUMBER = 26; private boolean splashScreenDisabled_; /** * <code>optional bool splash_screen_disabled = 26;</code> */ public boolean hasSplashScreenDisabled() { return ((bitField0_ & 0x00400000) == 0x00400000); } /** * <code>optional bool splash_screen_disabled = 26;</code> */ public boolean getSplashScreenDisabled() { return splashScreenDisabled_; } public static final int USING_INTERNAL_FRAMES_FIELD_NUMBER = 27; private boolean usingInternalFrames_; /** * <code>optional bool using_internal_frames = 27;</code> */ public boolean hasUsingInternalFrames() { return ((bitField0_ & 0x00800000) == 0x00800000); } /** * <code>optional bool using_internal_frames = 27;</code> */ public boolean getUsingInternalFrames() { return usingInternalFrames_; } public static final int SOURCE_FILTERING_FIELD_NUMBER = 28; private int sourceFiltering_; /** * <code>optional .de.huxhorn.lilith.prefs.SourceFiltering source_filtering = 28;</code> */ public boolean hasSourceFiltering() { return ((bitField0_ & 0x01000000) == 0x01000000); } /** * <code>optional .de.huxhorn.lilith.prefs.SourceFiltering source_filtering = 28;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.SourceFiltering getSourceFiltering() { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.SourceFiltering result = de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.SourceFiltering.valueOf(sourceFiltering_); return result == null ? de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.SourceFiltering.NONE : result; } public static final int DEFAULT_CONDITION_NAME_FIELD_NUMBER = 29; private volatile java.lang.Object defaultConditionName_; /** * <code>optional string default_condition_name = 29;</code> */ public boolean hasDefaultConditionName() { return ((bitField0_ & 0x02000000) == 0x02000000); } /** * <code>optional string default_condition_name = 29;</code> */ public java.lang.String getDefaultConditionName() { java.lang.Object ref = defaultConditionName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { defaultConditionName_ = s; } return s; } } /** * <code>optional string default_condition_name = 29;</code> */ public com.google.protobuf.ByteString getDefaultConditionNameBytes() { java.lang.Object ref = defaultConditionName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); defaultConditionName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int CHECKING_FOR_SNAPSHOT_FIELD_NUMBER = 30; private boolean checkingForSnapshot_; /** * <code>optional bool checking_for_snapshot = 30;</code> */ public boolean hasCheckingForSnapshot() { return ((bitField0_ & 0x04000000) == 0x04000000); } /** * <code>optional bool checking_for_snapshot = 30;</code> */ public boolean getCheckingForSnapshot() { return checkingForSnapshot_; } public static final int GROOVY_CLIPBOARD_FORMATTERS_FIELD_NUMBER = 31; private de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent groovyClipboardFormatters_; /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_clipboard_formatters = 31;</code> */ public boolean hasGroovyClipboardFormatters() { return ((bitField0_ & 0x08000000) == 0x08000000); } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_clipboard_formatters = 31;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent getGroovyClipboardFormatters() { return groovyClipboardFormatters_ == null ? de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.getDefaultInstance() : groovyClipboardFormatters_; } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_clipboard_formatters = 31;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder getGroovyClipboardFormattersOrBuilder() { return groovyClipboardFormatters_ == null ? de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.getDefaultInstance() : groovyClipboardFormatters_; } public static final int TRAY_ACTIVE_FIELD_NUMBER = 32; private boolean trayActive_; /** * <code>optional bool tray_active = 32;</code> */ public boolean hasTrayActive() { return ((bitField0_ & 0x10000000) == 0x10000000); } /** * <code>optional bool tray_active = 32;</code> */ public boolean getTrayActive() { return trayActive_; } public static final int SHOWING_FULL_RECENT_PATH_FIELD_NUMBER = 33; private boolean showingFullRecentPath_; /** * <code>optional bool showing_full_recent_path = 33;</code> */ public boolean hasShowingFullRecentPath() { return ((bitField0_ & 0x20000000) == 0x20000000); } /** * <code>optional bool showing_full_recent_path = 33;</code> */ public boolean getShowingFullRecentPath() { return showingFullRecentPath_; } public static final int HIDING_ON_CLOSE_FIELD_NUMBER = 34; private boolean hidingOnClose_; /** * <code>optional bool hiding_on_close = 34;</code> */ public boolean hasHidingOnClose() { return ((bitField0_ & 0x40000000) == 0x40000000); } /** * <code>optional bool hiding_on_close = 34;</code> */ public boolean getHidingOnClose() { return hidingOnClose_; } public static final int USING_WRAPPED_EXCEPTION_STYLE_FIELD_NUMBER = 35; private boolean usingWrappedExceptionStyle_; /** * <code>optional bool using_wrapped_exception_style = 35;</code> */ public boolean hasUsingWrappedExceptionStyle() { return ((bitField0_ & 0x80000000) == 0x80000000); } /** * <code>optional bool using_wrapped_exception_style = 35;</code> */ public boolean getUsingWrappedExceptionStyle() { return usingWrappedExceptionStyle_; } public static final int SHOWING_PRIMARY_IDENTIFIER_FIELD_NUMBER = 36; private boolean showingPrimaryIdentifier_; /** * <code>optional bool showing_primary_identifier = 36;</code> */ public boolean hasShowingPrimaryIdentifier() { return ((bitField1_ & 0x00000001) == 0x00000001); } /** * <code>optional bool showing_primary_identifier = 36;</code> */ public boolean getShowingPrimaryIdentifier() { return showingPrimaryIdentifier_; } public static final int SHOWING_SECONDARY_IDENTIFIER_FIELD_NUMBER = 37; private boolean showingSecondaryIdentifier_; /** * <code>optional bool showing_secondary_identifier = 37;</code> */ public boolean hasShowingSecondaryIdentifier() { return ((bitField1_ & 0x00000002) == 0x00000002); } /** * <code>optional bool showing_secondary_identifier = 37;</code> */ public boolean getShowingSecondaryIdentifier() { return showingSecondaryIdentifier_; } public static final int SCROLLING_SMOOTHLY_FIELD_NUMBER = 38; private boolean scrollingSmoothly_; /** * <code>optional bool scrolling_smoothly = 38;</code> */ public boolean hasScrollingSmoothly() { return ((bitField1_ & 0x00000004) == 0x00000004); } /** * <code>optional bool scrolling_smoothly = 38;</code> */ public boolean getScrollingSmoothly() { return scrollingSmoothly_; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (hasGroovyConditions()) { if (!getGroovyConditions().isInitialized()) { memoizedIsInitialized = 0; return false; } } if (hasDetailsView()) { if (!getDetailsView().isInitialized()) { memoizedIsInitialized = 0; return false; } } if (hasRootFiles()) { if (!getRootFiles().isInitialized()) { memoizedIsInitialized = 0; return false; } } if (hasGroovyClipboardFormatters()) { if (!getGroovyClipboardFormatters().isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeMessage(1, getGroovyConditions()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeMessage(2, getDetailsView()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeMessage(3, getRootFiles()); } if (((bitField0_ & 0x00000008) == 0x00000008)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, blacklistName_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 5, whitelistName_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 6, lookAndFeel_); } if (((bitField0_ & 0x00000040) == 0x00000040)) { output.writeBool(7, askingBeforeQuit_); } if (((bitField0_ & 0x00000080) == 0x00000080)) { output.writeBool(8, autoClosing_); } if (((bitField0_ & 0x00000100) == 0x00000100)) { output.writeBool(9, autoFocusingWindow_); } if (((bitField0_ & 0x00000200) == 0x00000200)) { output.writeBool(10, autoOpening_); } if (((bitField0_ & 0x00000400) == 0x00000400)) { output.writeBool(11, checkingForUpdate_); } if (((bitField0_ & 0x00000800) == 0x00000800)) { output.writeBool(12, cleaningLogsOnExit_); } if (((bitField0_ & 0x00001000) == 0x00001000)) { output.writeBool(13, coloringWholeRow_); } if (((bitField0_ & 0x00002000) == 0x00002000)) { output.writeBool(14, globalLoggingEnabled_); } if (((bitField0_ & 0x00004000) == 0x00004000)) { output.writeBool(17, maximizingInternalFrames_); } if (((bitField0_ & 0x00008000) == 0x00008000)) { output.writeBool(18, mute_); } if (((bitField0_ & 0x00010000) == 0x00010000)) { output.writeBool(19, scrollingToBottom_); } if (((bitField0_ & 0x00020000) == 0x00020000)) { output.writeBool(20, showingFullCallStack_); } if (((bitField0_ & 0x00040000) == 0x00040000)) { output.writeBool(22, showingStatusBar_); } if (((bitField0_ & 0x00080000) == 0x00080000)) { output.writeBool(23, showingStacktrace_); } if (((bitField0_ & 0x00100000) == 0x00100000)) { output.writeBool(24, showingTipOfTheDay_); } if (((bitField0_ & 0x00200000) == 0x00200000)) { output.writeBool(25, showingToolbar_); } if (((bitField0_ & 0x00400000) == 0x00400000)) { output.writeBool(26, splashScreenDisabled_); } if (((bitField0_ & 0x00800000) == 0x00800000)) { output.writeBool(27, usingInternalFrames_); } if (((bitField0_ & 0x01000000) == 0x01000000)) { output.writeEnum(28, sourceFiltering_); } if (((bitField0_ & 0x02000000) == 0x02000000)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 29, defaultConditionName_); } if (((bitField0_ & 0x04000000) == 0x04000000)) { output.writeBool(30, checkingForSnapshot_); } if (((bitField0_ & 0x08000000) == 0x08000000)) { output.writeMessage(31, getGroovyClipboardFormatters()); } if (((bitField0_ & 0x10000000) == 0x10000000)) { output.writeBool(32, trayActive_); } if (((bitField0_ & 0x20000000) == 0x20000000)) { output.writeBool(33, showingFullRecentPath_); } if (((bitField0_ & 0x40000000) == 0x40000000)) { output.writeBool(34, hidingOnClose_); } if (((bitField0_ & 0x80000000) == 0x80000000)) { output.writeBool(35, usingWrappedExceptionStyle_); } if (((bitField1_ & 0x00000001) == 0x00000001)) { output.writeBool(36, showingPrimaryIdentifier_); } if (((bitField1_ & 0x00000002) == 0x00000002)) { output.writeBool(37, showingSecondaryIdentifier_); } if (((bitField1_ & 0x00000004) == 0x00000004)) { output.writeBool(38, scrollingSmoothly_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getGroovyConditions()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getDetailsView()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, getRootFiles()); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, blacklistName_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, whitelistName_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, lookAndFeel_); } if (((bitField0_ & 0x00000040) == 0x00000040)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(7, askingBeforeQuit_); } if (((bitField0_ & 0x00000080) == 0x00000080)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(8, autoClosing_); } if (((bitField0_ & 0x00000100) == 0x00000100)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(9, autoFocusingWindow_); } if (((bitField0_ & 0x00000200) == 0x00000200)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(10, autoOpening_); } if (((bitField0_ & 0x00000400) == 0x00000400)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(11, checkingForUpdate_); } if (((bitField0_ & 0x00000800) == 0x00000800)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(12, cleaningLogsOnExit_); } if (((bitField0_ & 0x00001000) == 0x00001000)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(13, coloringWholeRow_); } if (((bitField0_ & 0x00002000) == 0x00002000)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(14, globalLoggingEnabled_); } if (((bitField0_ & 0x00004000) == 0x00004000)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(17, maximizingInternalFrames_); } if (((bitField0_ & 0x00008000) == 0x00008000)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(18, mute_); } if (((bitField0_ & 0x00010000) == 0x00010000)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(19, scrollingToBottom_); } if (((bitField0_ & 0x00020000) == 0x00020000)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(20, showingFullCallStack_); } if (((bitField0_ & 0x00040000) == 0x00040000)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(22, showingStatusBar_); } if (((bitField0_ & 0x00080000) == 0x00080000)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(23, showingStacktrace_); } if (((bitField0_ & 0x00100000) == 0x00100000)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(24, showingTipOfTheDay_); } if (((bitField0_ & 0x00200000) == 0x00200000)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(25, showingToolbar_); } if (((bitField0_ & 0x00400000) == 0x00400000)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(26, splashScreenDisabled_); } if (((bitField0_ & 0x00800000) == 0x00800000)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(27, usingInternalFrames_); } if (((bitField0_ & 0x01000000) == 0x01000000)) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(28, sourceFiltering_); } if (((bitField0_ & 0x02000000) == 0x02000000)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(29, defaultConditionName_); } if (((bitField0_ & 0x04000000) == 0x04000000)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(30, checkingForSnapshot_); } if (((bitField0_ & 0x08000000) == 0x08000000)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(31, getGroovyClipboardFormatters()); } if (((bitField0_ & 0x10000000) == 0x10000000)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(32, trayActive_); } if (((bitField0_ & 0x20000000) == 0x20000000)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(33, showingFullRecentPath_); } if (((bitField0_ & 0x40000000) == 0x40000000)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(34, hidingOnClose_); } if (((bitField0_ & 0x80000000) == 0x80000000)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(35, usingWrappedExceptionStyle_); } if (((bitField1_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(36, showingPrimaryIdentifier_); } if (((bitField1_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(37, showingSecondaryIdentifier_); } if (((bitField1_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(38, scrollingSmoothly_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences)) { return super.equals(obj); } de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences other = (de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences) obj; boolean result = true; result = result && (hasGroovyConditions() == other.hasGroovyConditions()); if (hasGroovyConditions()) { result = result && getGroovyConditions() .equals(other.getGroovyConditions()); } result = result && (hasDetailsView() == other.hasDetailsView()); if (hasDetailsView()) { result = result && getDetailsView() .equals(other.getDetailsView()); } result = result && (hasRootFiles() == other.hasRootFiles()); if (hasRootFiles()) { result = result && getRootFiles() .equals(other.getRootFiles()); } result = result && (hasBlacklistName() == other.hasBlacklistName()); if (hasBlacklistName()) { result = result && getBlacklistName() .equals(other.getBlacklistName()); } result = result && (hasWhitelistName() == other.hasWhitelistName()); if (hasWhitelistName()) { result = result && getWhitelistName() .equals(other.getWhitelistName()); } result = result && (hasLookAndFeel() == other.hasLookAndFeel()); if (hasLookAndFeel()) { result = result && getLookAndFeel() .equals(other.getLookAndFeel()); } result = result && (hasAskingBeforeQuit() == other.hasAskingBeforeQuit()); if (hasAskingBeforeQuit()) { result = result && (getAskingBeforeQuit() == other.getAskingBeforeQuit()); } result = result && (hasAutoClosing() == other.hasAutoClosing()); if (hasAutoClosing()) { result = result && (getAutoClosing() == other.getAutoClosing()); } result = result && (hasAutoFocusingWindow() == other.hasAutoFocusingWindow()); if (hasAutoFocusingWindow()) { result = result && (getAutoFocusingWindow() == other.getAutoFocusingWindow()); } result = result && (hasAutoOpening() == other.hasAutoOpening()); if (hasAutoOpening()) { result = result && (getAutoOpening() == other.getAutoOpening()); } result = result && (hasCheckingForUpdate() == other.hasCheckingForUpdate()); if (hasCheckingForUpdate()) { result = result && (getCheckingForUpdate() == other.getCheckingForUpdate()); } result = result && (hasCleaningLogsOnExit() == other.hasCleaningLogsOnExit()); if (hasCleaningLogsOnExit()) { result = result && (getCleaningLogsOnExit() == other.getCleaningLogsOnExit()); } result = result && (hasColoringWholeRow() == other.hasColoringWholeRow()); if (hasColoringWholeRow()) { result = result && (getColoringWholeRow() == other.getColoringWholeRow()); } result = result && (hasGlobalLoggingEnabled() == other.hasGlobalLoggingEnabled()); if (hasGlobalLoggingEnabled()) { result = result && (getGlobalLoggingEnabled() == other.getGlobalLoggingEnabled()); } result = result && (hasMaximizingInternalFrames() == other.hasMaximizingInternalFrames()); if (hasMaximizingInternalFrames()) { result = result && (getMaximizingInternalFrames() == other.getMaximizingInternalFrames()); } result = result && (hasMute() == other.hasMute()); if (hasMute()) { result = result && (getMute() == other.getMute()); } result = result && (hasScrollingToBottom() == other.hasScrollingToBottom()); if (hasScrollingToBottom()) { result = result && (getScrollingToBottom() == other.getScrollingToBottom()); } result = result && (hasShowingFullCallStack() == other.hasShowingFullCallStack()); if (hasShowingFullCallStack()) { result = result && (getShowingFullCallStack() == other.getShowingFullCallStack()); } result = result && (hasShowingStatusBar() == other.hasShowingStatusBar()); if (hasShowingStatusBar()) { result = result && (getShowingStatusBar() == other.getShowingStatusBar()); } result = result && (hasShowingStacktrace() == other.hasShowingStacktrace()); if (hasShowingStacktrace()) { result = result && (getShowingStacktrace() == other.getShowingStacktrace()); } result = result && (hasShowingTipOfTheDay() == other.hasShowingTipOfTheDay()); if (hasShowingTipOfTheDay()) { result = result && (getShowingTipOfTheDay() == other.getShowingTipOfTheDay()); } result = result && (hasShowingToolbar() == other.hasShowingToolbar()); if (hasShowingToolbar()) { result = result && (getShowingToolbar() == other.getShowingToolbar()); } result = result && (hasSplashScreenDisabled() == other.hasSplashScreenDisabled()); if (hasSplashScreenDisabled()) { result = result && (getSplashScreenDisabled() == other.getSplashScreenDisabled()); } result = result && (hasUsingInternalFrames() == other.hasUsingInternalFrames()); if (hasUsingInternalFrames()) { result = result && (getUsingInternalFrames() == other.getUsingInternalFrames()); } result = result && (hasSourceFiltering() == other.hasSourceFiltering()); if (hasSourceFiltering()) { result = result && sourceFiltering_ == other.sourceFiltering_; } result = result && (hasDefaultConditionName() == other.hasDefaultConditionName()); if (hasDefaultConditionName()) { result = result && getDefaultConditionName() .equals(other.getDefaultConditionName()); } result = result && (hasCheckingForSnapshot() == other.hasCheckingForSnapshot()); if (hasCheckingForSnapshot()) { result = result && (getCheckingForSnapshot() == other.getCheckingForSnapshot()); } result = result && (hasGroovyClipboardFormatters() == other.hasGroovyClipboardFormatters()); if (hasGroovyClipboardFormatters()) { result = result && getGroovyClipboardFormatters() .equals(other.getGroovyClipboardFormatters()); } result = result && (hasTrayActive() == other.hasTrayActive()); if (hasTrayActive()) { result = result && (getTrayActive() == other.getTrayActive()); } result = result && (hasShowingFullRecentPath() == other.hasShowingFullRecentPath()); if (hasShowingFullRecentPath()) { result = result && (getShowingFullRecentPath() == other.getShowingFullRecentPath()); } result = result && (hasHidingOnClose() == other.hasHidingOnClose()); if (hasHidingOnClose()) { result = result && (getHidingOnClose() == other.getHidingOnClose()); } result = result && (hasUsingWrappedExceptionStyle() == other.hasUsingWrappedExceptionStyle()); if (hasUsingWrappedExceptionStyle()) { result = result && (getUsingWrappedExceptionStyle() == other.getUsingWrappedExceptionStyle()); } result = result && (hasShowingPrimaryIdentifier() == other.hasShowingPrimaryIdentifier()); if (hasShowingPrimaryIdentifier()) { result = result && (getShowingPrimaryIdentifier() == other.getShowingPrimaryIdentifier()); } result = result && (hasShowingSecondaryIdentifier() == other.hasShowingSecondaryIdentifier()); if (hasShowingSecondaryIdentifier()) { result = result && (getShowingSecondaryIdentifier() == other.getShowingSecondaryIdentifier()); } result = result && (hasScrollingSmoothly() == other.hasScrollingSmoothly()); if (hasScrollingSmoothly()) { result = result && (getScrollingSmoothly() == other.getScrollingSmoothly()); } result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasGroovyConditions()) { hash = (37 * hash) + GROOVY_CONDITIONS_FIELD_NUMBER; hash = (53 * hash) + getGroovyConditions().hashCode(); } if (hasDetailsView()) { hash = (37 * hash) + DETAILS_VIEW_FIELD_NUMBER; hash = (53 * hash) + getDetailsView().hashCode(); } if (hasRootFiles()) { hash = (37 * hash) + ROOT_FILES_FIELD_NUMBER; hash = (53 * hash) + getRootFiles().hashCode(); } if (hasBlacklistName()) { hash = (37 * hash) + BLACKLIST_NAME_FIELD_NUMBER; hash = (53 * hash) + getBlacklistName().hashCode(); } if (hasWhitelistName()) { hash = (37 * hash) + WHITELIST_NAME_FIELD_NUMBER; hash = (53 * hash) + getWhitelistName().hashCode(); } if (hasLookAndFeel()) { hash = (37 * hash) + LOOK_AND_FEEL_FIELD_NUMBER; hash = (53 * hash) + getLookAndFeel().hashCode(); } if (hasAskingBeforeQuit()) { hash = (37 * hash) + ASKING_BEFORE_QUIT_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getAskingBeforeQuit()); } if (hasAutoClosing()) { hash = (37 * hash) + AUTO_CLOSING_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getAutoClosing()); } if (hasAutoFocusingWindow()) { hash = (37 * hash) + AUTO_FOCUSING_WINDOW_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getAutoFocusingWindow()); } if (hasAutoOpening()) { hash = (37 * hash) + AUTO_OPENING_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getAutoOpening()); } if (hasCheckingForUpdate()) { hash = (37 * hash) + CHECKING_FOR_UPDATE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getCheckingForUpdate()); } if (hasCleaningLogsOnExit()) { hash = (37 * hash) + CLEANING_LOGS_ON_EXIT_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getCleaningLogsOnExit()); } if (hasColoringWholeRow()) { hash = (37 * hash) + COLORING_WHOLE_ROW_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getColoringWholeRow()); } if (hasGlobalLoggingEnabled()) { hash = (37 * hash) + GLOBAL_LOGGING_ENABLED_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getGlobalLoggingEnabled()); } if (hasMaximizingInternalFrames()) { hash = (37 * hash) + MAXIMIZING_INTERNAL_FRAMES_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getMaximizingInternalFrames()); } if (hasMute()) { hash = (37 * hash) + MUTE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getMute()); } if (hasScrollingToBottom()) { hash = (37 * hash) + SCROLLING_TO_BOTTOM_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getScrollingToBottom()); } if (hasShowingFullCallStack()) { hash = (37 * hash) + SHOWING_FULL_CALL_STACK_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getShowingFullCallStack()); } if (hasShowingStatusBar()) { hash = (37 * hash) + SHOWING_STATUS_BAR_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getShowingStatusBar()); } if (hasShowingStacktrace()) { hash = (37 * hash) + SHOWING_STACKTRACE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getShowingStacktrace()); } if (hasShowingTipOfTheDay()) { hash = (37 * hash) + SHOWING_TIP_OF_THE_DAY_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getShowingTipOfTheDay()); } if (hasShowingToolbar()) { hash = (37 * hash) + SHOWING_TOOLBAR_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getShowingToolbar()); } if (hasSplashScreenDisabled()) { hash = (37 * hash) + SPLASH_SCREEN_DISABLED_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getSplashScreenDisabled()); } if (hasUsingInternalFrames()) { hash = (37 * hash) + USING_INTERNAL_FRAMES_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getUsingInternalFrames()); } if (hasSourceFiltering()) { hash = (37 * hash) + SOURCE_FILTERING_FIELD_NUMBER; hash = (53 * hash) + sourceFiltering_; } if (hasDefaultConditionName()) { hash = (37 * hash) + DEFAULT_CONDITION_NAME_FIELD_NUMBER; hash = (53 * hash) + getDefaultConditionName().hashCode(); } if (hasCheckingForSnapshot()) { hash = (37 * hash) + CHECKING_FOR_SNAPSHOT_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getCheckingForSnapshot()); } if (hasGroovyClipboardFormatters()) { hash = (37 * hash) + GROOVY_CLIPBOARD_FORMATTERS_FIELD_NUMBER; hash = (53 * hash) + getGroovyClipboardFormatters().hashCode(); } if (hasTrayActive()) { hash = (37 * hash) + TRAY_ACTIVE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getTrayActive()); } if (hasShowingFullRecentPath()) { hash = (37 * hash) + SHOWING_FULL_RECENT_PATH_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getShowingFullRecentPath()); } if (hasHidingOnClose()) { hash = (37 * hash) + HIDING_ON_CLOSE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getHidingOnClose()); } if (hasUsingWrappedExceptionStyle()) { hash = (37 * hash) + USING_WRAPPED_EXCEPTION_STYLE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getUsingWrappedExceptionStyle()); } if (hasShowingPrimaryIdentifier()) { hash = (37 * hash) + SHOWING_PRIMARY_IDENTIFIER_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getShowingPrimaryIdentifier()); } if (hasShowingSecondaryIdentifier()) { hash = (37 * hash) + SHOWING_SECONDARY_IDENTIFIER_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getShowingSecondaryIdentifier()); } if (hasScrollingSmoothly()) { hash = (37 * hash) + SCROLLING_SMOOTHLY_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getScrollingSmoothly()); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code de.huxhorn.lilith.prefs.LilithPreferences} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements // @@protoc_insertion_point(builder_implements:de.huxhorn.lilith.prefs.LilithPreferences) de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferencesOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_LilithPreferences_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_LilithPreferences_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences.class, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences.Builder.class); } // Construct using de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getGroovyConditionsFieldBuilder(); getDetailsViewFieldBuilder(); getRootFilesFieldBuilder(); getGroovyClipboardFormattersFieldBuilder(); } } public Builder clear() { super.clear(); if (groovyConditionsBuilder_ == null) { groovyConditions_ = null; } else { groovyConditionsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000001); if (detailsViewBuilder_ == null) { detailsView_ = null; } else { detailsViewBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000002); if (rootFilesBuilder_ == null) { rootFiles_ = null; } else { rootFilesBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000004); blacklistName_ = ""; bitField0_ = (bitField0_ & ~0x00000008); whitelistName_ = ""; bitField0_ = (bitField0_ & ~0x00000010); lookAndFeel_ = ""; bitField0_ = (bitField0_ & ~0x00000020); askingBeforeQuit_ = false; bitField0_ = (bitField0_ & ~0x00000040); autoClosing_ = false; bitField0_ = (bitField0_ & ~0x00000080); autoFocusingWindow_ = false; bitField0_ = (bitField0_ & ~0x00000100); autoOpening_ = false; bitField0_ = (bitField0_ & ~0x00000200); checkingForUpdate_ = false; bitField0_ = (bitField0_ & ~0x00000400); cleaningLogsOnExit_ = false; bitField0_ = (bitField0_ & ~0x00000800); coloringWholeRow_ = false; bitField0_ = (bitField0_ & ~0x00001000); globalLoggingEnabled_ = false; bitField0_ = (bitField0_ & ~0x00002000); maximizingInternalFrames_ = false; bitField0_ = (bitField0_ & ~0x00004000); mute_ = false; bitField0_ = (bitField0_ & ~0x00008000); scrollingToBottom_ = false; bitField0_ = (bitField0_ & ~0x00010000); showingFullCallStack_ = false; bitField0_ = (bitField0_ & ~0x00020000); showingStatusBar_ = false; bitField0_ = (bitField0_ & ~0x00040000); showingStacktrace_ = false; bitField0_ = (bitField0_ & ~0x00080000); showingTipOfTheDay_ = false; bitField0_ = (bitField0_ & ~0x00100000); showingToolbar_ = false; bitField0_ = (bitField0_ & ~0x00200000); splashScreenDisabled_ = false; bitField0_ = (bitField0_ & ~0x00400000); usingInternalFrames_ = false; bitField0_ = (bitField0_ & ~0x00800000); sourceFiltering_ = 0; bitField0_ = (bitField0_ & ~0x01000000); defaultConditionName_ = ""; bitField0_ = (bitField0_ & ~0x02000000); checkingForSnapshot_ = false; bitField0_ = (bitField0_ & ~0x04000000); if (groovyClipboardFormattersBuilder_ == null) { groovyClipboardFormatters_ = null; } else { groovyClipboardFormattersBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x08000000); trayActive_ = false; bitField0_ = (bitField0_ & ~0x10000000); showingFullRecentPath_ = false; bitField0_ = (bitField0_ & ~0x20000000); hidingOnClose_ = false; bitField0_ = (bitField0_ & ~0x40000000); usingWrappedExceptionStyle_ = false; bitField0_ = (bitField0_ & ~0x80000000); showingPrimaryIdentifier_ = false; bitField1_ = (bitField1_ & ~0x00000001); showingSecondaryIdentifier_ = false; bitField1_ = (bitField1_ & ~0x00000002); scrollingSmoothly_ = false; bitField1_ = (bitField1_ & ~0x00000004); return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_LilithPreferences_descriptor; } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences getDefaultInstanceForType() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences.getDefaultInstance(); } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences build() { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences buildPartial() { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences result = new de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences(this); int from_bitField0_ = bitField0_; int from_bitField1_ = bitField1_; int to_bitField0_ = 0; int to_bitField1_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } if (groovyConditionsBuilder_ == null) { result.groovyConditions_ = groovyConditions_; } else { result.groovyConditions_ = groovyConditionsBuilder_.build(); } if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } if (detailsViewBuilder_ == null) { result.detailsView_ = detailsView_; } else { result.detailsView_ = detailsViewBuilder_.build(); } if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } if (rootFilesBuilder_ == null) { result.rootFiles_ = rootFiles_; } else { result.rootFiles_ = rootFilesBuilder_.build(); } if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.blacklistName_ = blacklistName_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.whitelistName_ = whitelistName_; if (((from_bitField0_ & 0x00000020) == 0x00000020)) { to_bitField0_ |= 0x00000020; } result.lookAndFeel_ = lookAndFeel_; if (((from_bitField0_ & 0x00000040) == 0x00000040)) { to_bitField0_ |= 0x00000040; } result.askingBeforeQuit_ = askingBeforeQuit_; if (((from_bitField0_ & 0x00000080) == 0x00000080)) { to_bitField0_ |= 0x00000080; } result.autoClosing_ = autoClosing_; if (((from_bitField0_ & 0x00000100) == 0x00000100)) { to_bitField0_ |= 0x00000100; } result.autoFocusingWindow_ = autoFocusingWindow_; if (((from_bitField0_ & 0x00000200) == 0x00000200)) { to_bitField0_ |= 0x00000200; } result.autoOpening_ = autoOpening_; if (((from_bitField0_ & 0x00000400) == 0x00000400)) { to_bitField0_ |= 0x00000400; } result.checkingForUpdate_ = checkingForUpdate_; if (((from_bitField0_ & 0x00000800) == 0x00000800)) { to_bitField0_ |= 0x00000800; } result.cleaningLogsOnExit_ = cleaningLogsOnExit_; if (((from_bitField0_ & 0x00001000) == 0x00001000)) { to_bitField0_ |= 0x00001000; } result.coloringWholeRow_ = coloringWholeRow_; if (((from_bitField0_ & 0x00002000) == 0x00002000)) { to_bitField0_ |= 0x00002000; } result.globalLoggingEnabled_ = globalLoggingEnabled_; if (((from_bitField0_ & 0x00004000) == 0x00004000)) { to_bitField0_ |= 0x00004000; } result.maximizingInternalFrames_ = maximizingInternalFrames_; if (((from_bitField0_ & 0x00008000) == 0x00008000)) { to_bitField0_ |= 0x00008000; } result.mute_ = mute_; if (((from_bitField0_ & 0x00010000) == 0x00010000)) { to_bitField0_ |= 0x00010000; } result.scrollingToBottom_ = scrollingToBottom_; if (((from_bitField0_ & 0x00020000) == 0x00020000)) { to_bitField0_ |= 0x00020000; } result.showingFullCallStack_ = showingFullCallStack_; if (((from_bitField0_ & 0x00040000) == 0x00040000)) { to_bitField0_ |= 0x00040000; } result.showingStatusBar_ = showingStatusBar_; if (((from_bitField0_ & 0x00080000) == 0x00080000)) { to_bitField0_ |= 0x00080000; } result.showingStacktrace_ = showingStacktrace_; if (((from_bitField0_ & 0x00100000) == 0x00100000)) { to_bitField0_ |= 0x00100000; } result.showingTipOfTheDay_ = showingTipOfTheDay_; if (((from_bitField0_ & 0x00200000) == 0x00200000)) { to_bitField0_ |= 0x00200000; } result.showingToolbar_ = showingToolbar_; if (((from_bitField0_ & 0x00400000) == 0x00400000)) { to_bitField0_ |= 0x00400000; } result.splashScreenDisabled_ = splashScreenDisabled_; if (((from_bitField0_ & 0x00800000) == 0x00800000)) { to_bitField0_ |= 0x00800000; } result.usingInternalFrames_ = usingInternalFrames_; if (((from_bitField0_ & 0x01000000) == 0x01000000)) { to_bitField0_ |= 0x01000000; } result.sourceFiltering_ = sourceFiltering_; if (((from_bitField0_ & 0x02000000) == 0x02000000)) { to_bitField0_ |= 0x02000000; } result.defaultConditionName_ = defaultConditionName_; if (((from_bitField0_ & 0x04000000) == 0x04000000)) { to_bitField0_ |= 0x04000000; } result.checkingForSnapshot_ = checkingForSnapshot_; if (((from_bitField0_ & 0x08000000) == 0x08000000)) { to_bitField0_ |= 0x08000000; } if (groovyClipboardFormattersBuilder_ == null) { result.groovyClipboardFormatters_ = groovyClipboardFormatters_; } else { result.groovyClipboardFormatters_ = groovyClipboardFormattersBuilder_.build(); } if (((from_bitField0_ & 0x10000000) == 0x10000000)) { to_bitField0_ |= 0x10000000; } result.trayActive_ = trayActive_; if (((from_bitField0_ & 0x20000000) == 0x20000000)) { to_bitField0_ |= 0x20000000; } result.showingFullRecentPath_ = showingFullRecentPath_; if (((from_bitField0_ & 0x40000000) == 0x40000000)) { to_bitField0_ |= 0x40000000; } result.hidingOnClose_ = hidingOnClose_; if (((from_bitField0_ & 0x80000000) == 0x80000000)) { to_bitField0_ |= 0x80000000; } result.usingWrappedExceptionStyle_ = usingWrappedExceptionStyle_; if (((from_bitField1_ & 0x00000001) == 0x00000001)) { to_bitField1_ |= 0x00000001; } result.showingPrimaryIdentifier_ = showingPrimaryIdentifier_; if (((from_bitField1_ & 0x00000002) == 0x00000002)) { to_bitField1_ |= 0x00000002; } result.showingSecondaryIdentifier_ = showingSecondaryIdentifier_; if (((from_bitField1_ & 0x00000004) == 0x00000004)) { to_bitField1_ |= 0x00000004; } result.scrollingSmoothly_ = scrollingSmoothly_; result.bitField0_ = to_bitField0_; result.bitField1_ = to_bitField1_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences) { return mergeFrom((de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences other) { if (other == de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences.getDefaultInstance()) return this; if (other.hasGroovyConditions()) { mergeGroovyConditions(other.getGroovyConditions()); } if (other.hasDetailsView()) { mergeDetailsView(other.getDetailsView()); } if (other.hasRootFiles()) { mergeRootFiles(other.getRootFiles()); } if (other.hasBlacklistName()) { bitField0_ |= 0x00000008; blacklistName_ = other.blacklistName_; onChanged(); } if (other.hasWhitelistName()) { bitField0_ |= 0x00000010; whitelistName_ = other.whitelistName_; onChanged(); } if (other.hasLookAndFeel()) { bitField0_ |= 0x00000020; lookAndFeel_ = other.lookAndFeel_; onChanged(); } if (other.hasAskingBeforeQuit()) { setAskingBeforeQuit(other.getAskingBeforeQuit()); } if (other.hasAutoClosing()) { setAutoClosing(other.getAutoClosing()); } if (other.hasAutoFocusingWindow()) { setAutoFocusingWindow(other.getAutoFocusingWindow()); } if (other.hasAutoOpening()) { setAutoOpening(other.getAutoOpening()); } if (other.hasCheckingForUpdate()) { setCheckingForUpdate(other.getCheckingForUpdate()); } if (other.hasCleaningLogsOnExit()) { setCleaningLogsOnExit(other.getCleaningLogsOnExit()); } if (other.hasColoringWholeRow()) { setColoringWholeRow(other.getColoringWholeRow()); } if (other.hasGlobalLoggingEnabled()) { setGlobalLoggingEnabled(other.getGlobalLoggingEnabled()); } if (other.hasMaximizingInternalFrames()) { setMaximizingInternalFrames(other.getMaximizingInternalFrames()); } if (other.hasMute()) { setMute(other.getMute()); } if (other.hasScrollingToBottom()) { setScrollingToBottom(other.getScrollingToBottom()); } if (other.hasShowingFullCallStack()) { setShowingFullCallStack(other.getShowingFullCallStack()); } if (other.hasShowingStatusBar()) { setShowingStatusBar(other.getShowingStatusBar()); } if (other.hasShowingStacktrace()) { setShowingStacktrace(other.getShowingStacktrace()); } if (other.hasShowingTipOfTheDay()) { setShowingTipOfTheDay(other.getShowingTipOfTheDay()); } if (other.hasShowingToolbar()) { setShowingToolbar(other.getShowingToolbar()); } if (other.hasSplashScreenDisabled()) { setSplashScreenDisabled(other.getSplashScreenDisabled()); } if (other.hasUsingInternalFrames()) { setUsingInternalFrames(other.getUsingInternalFrames()); } if (other.hasSourceFiltering()) { setSourceFiltering(other.getSourceFiltering()); } if (other.hasDefaultConditionName()) { bitField0_ |= 0x02000000; defaultConditionName_ = other.defaultConditionName_; onChanged(); } if (other.hasCheckingForSnapshot()) { setCheckingForSnapshot(other.getCheckingForSnapshot()); } if (other.hasGroovyClipboardFormatters()) { mergeGroovyClipboardFormatters(other.getGroovyClipboardFormatters()); } if (other.hasTrayActive()) { setTrayActive(other.getTrayActive()); } if (other.hasShowingFullRecentPath()) { setShowingFullRecentPath(other.getShowingFullRecentPath()); } if (other.hasHidingOnClose()) { setHidingOnClose(other.getHidingOnClose()); } if (other.hasUsingWrappedExceptionStyle()) { setUsingWrappedExceptionStyle(other.getUsingWrappedExceptionStyle()); } if (other.hasShowingPrimaryIdentifier()) { setShowingPrimaryIdentifier(other.getShowingPrimaryIdentifier()); } if (other.hasShowingSecondaryIdentifier()) { setShowingSecondaryIdentifier(other.getShowingSecondaryIdentifier()); } if (other.hasScrollingSmoothly()) { setScrollingSmoothly(other.getScrollingSmoothly()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { if (hasGroovyConditions()) { if (!getGroovyConditions().isInitialized()) { return false; } } if (hasDetailsView()) { if (!getDetailsView().isInitialized()) { return false; } } if (hasRootFiles()) { if (!getRootFiles().isInitialized()) { return false; } } if (hasGroovyClipboardFormatters()) { if (!getGroovyClipboardFormatters().isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private int bitField1_; private de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent groovyConditions_ = null; private com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder> groovyConditionsBuilder_; /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_conditions = 1;</code> */ public boolean hasGroovyConditions() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_conditions = 1;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent getGroovyConditions() { if (groovyConditionsBuilder_ == null) { return groovyConditions_ == null ? de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.getDefaultInstance() : groovyConditions_; } else { return groovyConditionsBuilder_.getMessage(); } } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_conditions = 1;</code> */ public Builder setGroovyConditions(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent value) { if (groovyConditionsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } groovyConditions_ = value; onChanged(); } else { groovyConditionsBuilder_.setMessage(value); } bitField0_ |= 0x00000001; return this; } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_conditions = 1;</code> */ public Builder setGroovyConditions( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder builderForValue) { if (groovyConditionsBuilder_ == null) { groovyConditions_ = builderForValue.build(); onChanged(); } else { groovyConditionsBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; return this; } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_conditions = 1;</code> */ public Builder mergeGroovyConditions(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent value) { if (groovyConditionsBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001) && groovyConditions_ != null && groovyConditions_ != de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.getDefaultInstance()) { groovyConditions_ = de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.newBuilder(groovyConditions_).mergeFrom(value).buildPartial(); } else { groovyConditions_ = value; } onChanged(); } else { groovyConditionsBuilder_.mergeFrom(value); } bitField0_ |= 0x00000001; return this; } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_conditions = 1;</code> */ public Builder clearGroovyConditions() { if (groovyConditionsBuilder_ == null) { groovyConditions_ = null; onChanged(); } else { groovyConditionsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000001); return this; } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_conditions = 1;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder getGroovyConditionsBuilder() { bitField0_ |= 0x00000001; onChanged(); return getGroovyConditionsFieldBuilder().getBuilder(); } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_conditions = 1;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder getGroovyConditionsOrBuilder() { if (groovyConditionsBuilder_ != null) { return groovyConditionsBuilder_.getMessageOrBuilder(); } else { return groovyConditions_ == null ? de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.getDefaultInstance() : groovyConditions_; } } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_conditions = 1;</code> */ private com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder> getGroovyConditionsFieldBuilder() { if (groovyConditionsBuilder_ == null) { groovyConditionsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder>( getGroovyConditions(), getParentForChildren(), isClean()); groovyConditions_ = null; } return groovyConditionsBuilder_; } private de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent detailsView_ = null; private com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder> detailsViewBuilder_; /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent details_view = 2;</code> */ public boolean hasDetailsView() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent details_view = 2;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent getDetailsView() { if (detailsViewBuilder_ == null) { return detailsView_ == null ? de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.getDefaultInstance() : detailsView_; } else { return detailsViewBuilder_.getMessage(); } } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent details_view = 2;</code> */ public Builder setDetailsView(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent value) { if (detailsViewBuilder_ == null) { if (value == null) { throw new NullPointerException(); } detailsView_ = value; onChanged(); } else { detailsViewBuilder_.setMessage(value); } bitField0_ |= 0x00000002; return this; } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent details_view = 2;</code> */ public Builder setDetailsView( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder builderForValue) { if (detailsViewBuilder_ == null) { detailsView_ = builderForValue.build(); onChanged(); } else { detailsViewBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000002; return this; } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent details_view = 2;</code> */ public Builder mergeDetailsView(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent value) { if (detailsViewBuilder_ == null) { if (((bitField0_ & 0x00000002) == 0x00000002) && detailsView_ != null && detailsView_ != de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.getDefaultInstance()) { detailsView_ = de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.newBuilder(detailsView_).mergeFrom(value).buildPartial(); } else { detailsView_ = value; } onChanged(); } else { detailsViewBuilder_.mergeFrom(value); } bitField0_ |= 0x00000002; return this; } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent details_view = 2;</code> */ public Builder clearDetailsView() { if (detailsViewBuilder_ == null) { detailsView_ = null; onChanged(); } else { detailsViewBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000002); return this; } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent details_view = 2;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder getDetailsViewBuilder() { bitField0_ |= 0x00000002; onChanged(); return getDetailsViewFieldBuilder().getBuilder(); } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent details_view = 2;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder getDetailsViewOrBuilder() { if (detailsViewBuilder_ != null) { return detailsViewBuilder_.getMessageOrBuilder(); } else { return detailsView_ == null ? de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.getDefaultInstance() : detailsView_; } } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent details_view = 2;</code> */ private com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder> getDetailsViewFieldBuilder() { if (detailsViewBuilder_ == null) { detailsViewBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder>( getDetailsView(), getParentForChildren(), isClean()); detailsView_ = null; } return detailsViewBuilder_; } private de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent rootFiles_ = null; private com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder> rootFilesBuilder_; /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent root_files = 3;</code> */ public boolean hasRootFiles() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent root_files = 3;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent getRootFiles() { if (rootFilesBuilder_ == null) { return rootFiles_ == null ? de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.getDefaultInstance() : rootFiles_; } else { return rootFilesBuilder_.getMessage(); } } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent root_files = 3;</code> */ public Builder setRootFiles(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent value) { if (rootFilesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } rootFiles_ = value; onChanged(); } else { rootFilesBuilder_.setMessage(value); } bitField0_ |= 0x00000004; return this; } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent root_files = 3;</code> */ public Builder setRootFiles( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder builderForValue) { if (rootFilesBuilder_ == null) { rootFiles_ = builderForValue.build(); onChanged(); } else { rootFilesBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000004; return this; } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent root_files = 3;</code> */ public Builder mergeRootFiles(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent value) { if (rootFilesBuilder_ == null) { if (((bitField0_ & 0x00000004) == 0x00000004) && rootFiles_ != null && rootFiles_ != de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.getDefaultInstance()) { rootFiles_ = de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.newBuilder(rootFiles_).mergeFrom(value).buildPartial(); } else { rootFiles_ = value; } onChanged(); } else { rootFilesBuilder_.mergeFrom(value); } bitField0_ |= 0x00000004; return this; } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent root_files = 3;</code> */ public Builder clearRootFiles() { if (rootFilesBuilder_ == null) { rootFiles_ = null; onChanged(); } else { rootFilesBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000004); return this; } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent root_files = 3;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder getRootFilesBuilder() { bitField0_ |= 0x00000004; onChanged(); return getRootFilesFieldBuilder().getBuilder(); } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent root_files = 3;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder getRootFilesOrBuilder() { if (rootFilesBuilder_ != null) { return rootFilesBuilder_.getMessageOrBuilder(); } else { return rootFiles_ == null ? de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.getDefaultInstance() : rootFiles_; } } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent root_files = 3;</code> */ private com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder> getRootFilesFieldBuilder() { if (rootFilesBuilder_ == null) { rootFilesBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder>( getRootFiles(), getParentForChildren(), isClean()); rootFiles_ = null; } return rootFilesBuilder_; } private java.lang.Object blacklistName_ = ""; /** * <code>optional string blacklist_name = 4;</code> */ public boolean hasBlacklistName() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * <code>optional string blacklist_name = 4;</code> */ public java.lang.String getBlacklistName() { java.lang.Object ref = blacklistName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { blacklistName_ = s; } return s; } else { return (java.lang.String) ref; } } /** * <code>optional string blacklist_name = 4;</code> */ public com.google.protobuf.ByteString getBlacklistNameBytes() { java.lang.Object ref = blacklistName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); blacklistName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string blacklist_name = 4;</code> */ public Builder setBlacklistName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000008; blacklistName_ = value; onChanged(); return this; } /** * <code>optional string blacklist_name = 4;</code> */ public Builder clearBlacklistName() { bitField0_ = (bitField0_ & ~0x00000008); blacklistName_ = getDefaultInstance().getBlacklistName(); onChanged(); return this; } /** * <code>optional string blacklist_name = 4;</code> */ public Builder setBlacklistNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000008; blacklistName_ = value; onChanged(); return this; } private java.lang.Object whitelistName_ = ""; /** * <code>optional string whitelist_name = 5;</code> */ public boolean hasWhitelistName() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * <code>optional string whitelist_name = 5;</code> */ public java.lang.String getWhitelistName() { java.lang.Object ref = whitelistName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { whitelistName_ = s; } return s; } else { return (java.lang.String) ref; } } /** * <code>optional string whitelist_name = 5;</code> */ public com.google.protobuf.ByteString getWhitelistNameBytes() { java.lang.Object ref = whitelistName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); whitelistName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string whitelist_name = 5;</code> */ public Builder setWhitelistName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000010; whitelistName_ = value; onChanged(); return this; } /** * <code>optional string whitelist_name = 5;</code> */ public Builder clearWhitelistName() { bitField0_ = (bitField0_ & ~0x00000010); whitelistName_ = getDefaultInstance().getWhitelistName(); onChanged(); return this; } /** * <code>optional string whitelist_name = 5;</code> */ public Builder setWhitelistNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000010; whitelistName_ = value; onChanged(); return this; } private java.lang.Object lookAndFeel_ = ""; /** * <code>optional string look_and_feel = 6;</code> */ public boolean hasLookAndFeel() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * <code>optional string look_and_feel = 6;</code> */ public java.lang.String getLookAndFeel() { java.lang.Object ref = lookAndFeel_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { lookAndFeel_ = s; } return s; } else { return (java.lang.String) ref; } } /** * <code>optional string look_and_feel = 6;</code> */ public com.google.protobuf.ByteString getLookAndFeelBytes() { java.lang.Object ref = lookAndFeel_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); lookAndFeel_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string look_and_feel = 6;</code> */ public Builder setLookAndFeel( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000020; lookAndFeel_ = value; onChanged(); return this; } /** * <code>optional string look_and_feel = 6;</code> */ public Builder clearLookAndFeel() { bitField0_ = (bitField0_ & ~0x00000020); lookAndFeel_ = getDefaultInstance().getLookAndFeel(); onChanged(); return this; } /** * <code>optional string look_and_feel = 6;</code> */ public Builder setLookAndFeelBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000020; lookAndFeel_ = value; onChanged(); return this; } private boolean askingBeforeQuit_ ; /** * <code>optional bool asking_before_quit = 7;</code> */ public boolean hasAskingBeforeQuit() { return ((bitField0_ & 0x00000040) == 0x00000040); } /** * <code>optional bool asking_before_quit = 7;</code> */ public boolean getAskingBeforeQuit() { return askingBeforeQuit_; } /** * <code>optional bool asking_before_quit = 7;</code> */ public Builder setAskingBeforeQuit(boolean value) { bitField0_ |= 0x00000040; askingBeforeQuit_ = value; onChanged(); return this; } /** * <code>optional bool asking_before_quit = 7;</code> */ public Builder clearAskingBeforeQuit() { bitField0_ = (bitField0_ & ~0x00000040); askingBeforeQuit_ = false; onChanged(); return this; } private boolean autoClosing_ ; /** * <code>optional bool auto_closing = 8;</code> */ public boolean hasAutoClosing() { return ((bitField0_ & 0x00000080) == 0x00000080); } /** * <code>optional bool auto_closing = 8;</code> */ public boolean getAutoClosing() { return autoClosing_; } /** * <code>optional bool auto_closing = 8;</code> */ public Builder setAutoClosing(boolean value) { bitField0_ |= 0x00000080; autoClosing_ = value; onChanged(); return this; } /** * <code>optional bool auto_closing = 8;</code> */ public Builder clearAutoClosing() { bitField0_ = (bitField0_ & ~0x00000080); autoClosing_ = false; onChanged(); return this; } private boolean autoFocusingWindow_ ; /** * <code>optional bool auto_focusing_window = 9;</code> */ public boolean hasAutoFocusingWindow() { return ((bitField0_ & 0x00000100) == 0x00000100); } /** * <code>optional bool auto_focusing_window = 9;</code> */ public boolean getAutoFocusingWindow() { return autoFocusingWindow_; } /** * <code>optional bool auto_focusing_window = 9;</code> */ public Builder setAutoFocusingWindow(boolean value) { bitField0_ |= 0x00000100; autoFocusingWindow_ = value; onChanged(); return this; } /** * <code>optional bool auto_focusing_window = 9;</code> */ public Builder clearAutoFocusingWindow() { bitField0_ = (bitField0_ & ~0x00000100); autoFocusingWindow_ = false; onChanged(); return this; } private boolean autoOpening_ ; /** * <code>optional bool auto_opening = 10;</code> */ public boolean hasAutoOpening() { return ((bitField0_ & 0x00000200) == 0x00000200); } /** * <code>optional bool auto_opening = 10;</code> */ public boolean getAutoOpening() { return autoOpening_; } /** * <code>optional bool auto_opening = 10;</code> */ public Builder setAutoOpening(boolean value) { bitField0_ |= 0x00000200; autoOpening_ = value; onChanged(); return this; } /** * <code>optional bool auto_opening = 10;</code> */ public Builder clearAutoOpening() { bitField0_ = (bitField0_ & ~0x00000200); autoOpening_ = false; onChanged(); return this; } private boolean checkingForUpdate_ ; /** * <code>optional bool checking_for_update = 11;</code> */ public boolean hasCheckingForUpdate() { return ((bitField0_ & 0x00000400) == 0x00000400); } /** * <code>optional bool checking_for_update = 11;</code> */ public boolean getCheckingForUpdate() { return checkingForUpdate_; } /** * <code>optional bool checking_for_update = 11;</code> */ public Builder setCheckingForUpdate(boolean value) { bitField0_ |= 0x00000400; checkingForUpdate_ = value; onChanged(); return this; } /** * <code>optional bool checking_for_update = 11;</code> */ public Builder clearCheckingForUpdate() { bitField0_ = (bitField0_ & ~0x00000400); checkingForUpdate_ = false; onChanged(); return this; } private boolean cleaningLogsOnExit_ ; /** * <code>optional bool cleaning_logs_on_exit = 12;</code> */ public boolean hasCleaningLogsOnExit() { return ((bitField0_ & 0x00000800) == 0x00000800); } /** * <code>optional bool cleaning_logs_on_exit = 12;</code> */ public boolean getCleaningLogsOnExit() { return cleaningLogsOnExit_; } /** * <code>optional bool cleaning_logs_on_exit = 12;</code> */ public Builder setCleaningLogsOnExit(boolean value) { bitField0_ |= 0x00000800; cleaningLogsOnExit_ = value; onChanged(); return this; } /** * <code>optional bool cleaning_logs_on_exit = 12;</code> */ public Builder clearCleaningLogsOnExit() { bitField0_ = (bitField0_ & ~0x00000800); cleaningLogsOnExit_ = false; onChanged(); return this; } private boolean coloringWholeRow_ ; /** * <code>optional bool coloring_whole_row = 13;</code> */ public boolean hasColoringWholeRow() { return ((bitField0_ & 0x00001000) == 0x00001000); } /** * <code>optional bool coloring_whole_row = 13;</code> */ public boolean getColoringWholeRow() { return coloringWholeRow_; } /** * <code>optional bool coloring_whole_row = 13;</code> */ public Builder setColoringWholeRow(boolean value) { bitField0_ |= 0x00001000; coloringWholeRow_ = value; onChanged(); return this; } /** * <code>optional bool coloring_whole_row = 13;</code> */ public Builder clearColoringWholeRow() { bitField0_ = (bitField0_ & ~0x00001000); coloringWholeRow_ = false; onChanged(); return this; } private boolean globalLoggingEnabled_ ; /** * <code>optional bool global_logging_enabled = 14;</code> */ public boolean hasGlobalLoggingEnabled() { return ((bitField0_ & 0x00002000) == 0x00002000); } /** * <code>optional bool global_logging_enabled = 14;</code> */ public boolean getGlobalLoggingEnabled() { return globalLoggingEnabled_; } /** * <code>optional bool global_logging_enabled = 14;</code> */ public Builder setGlobalLoggingEnabled(boolean value) { bitField0_ |= 0x00002000; globalLoggingEnabled_ = value; onChanged(); return this; } /** * <code>optional bool global_logging_enabled = 14;</code> */ public Builder clearGlobalLoggingEnabled() { bitField0_ = (bitField0_ & ~0x00002000); globalLoggingEnabled_ = false; onChanged(); return this; } private boolean maximizingInternalFrames_ ; /** * <code>optional bool maximizing_internal_frames = 17;</code> */ public boolean hasMaximizingInternalFrames() { return ((bitField0_ & 0x00004000) == 0x00004000); } /** * <code>optional bool maximizing_internal_frames = 17;</code> */ public boolean getMaximizingInternalFrames() { return maximizingInternalFrames_; } /** * <code>optional bool maximizing_internal_frames = 17;</code> */ public Builder setMaximizingInternalFrames(boolean value) { bitField0_ |= 0x00004000; maximizingInternalFrames_ = value; onChanged(); return this; } /** * <code>optional bool maximizing_internal_frames = 17;</code> */ public Builder clearMaximizingInternalFrames() { bitField0_ = (bitField0_ & ~0x00004000); maximizingInternalFrames_ = false; onChanged(); return this; } private boolean mute_ ; /** * <code>optional bool mute = 18;</code> */ public boolean hasMute() { return ((bitField0_ & 0x00008000) == 0x00008000); } /** * <code>optional bool mute = 18;</code> */ public boolean getMute() { return mute_; } /** * <code>optional bool mute = 18;</code> */ public Builder setMute(boolean value) { bitField0_ |= 0x00008000; mute_ = value; onChanged(); return this; } /** * <code>optional bool mute = 18;</code> */ public Builder clearMute() { bitField0_ = (bitField0_ & ~0x00008000); mute_ = false; onChanged(); return this; } private boolean scrollingToBottom_ ; /** * <code>optional bool scrolling_to_bottom = 19;</code> */ public boolean hasScrollingToBottom() { return ((bitField0_ & 0x00010000) == 0x00010000); } /** * <code>optional bool scrolling_to_bottom = 19;</code> */ public boolean getScrollingToBottom() { return scrollingToBottom_; } /** * <code>optional bool scrolling_to_bottom = 19;</code> */ public Builder setScrollingToBottom(boolean value) { bitField0_ |= 0x00010000; scrollingToBottom_ = value; onChanged(); return this; } /** * <code>optional bool scrolling_to_bottom = 19;</code> */ public Builder clearScrollingToBottom() { bitField0_ = (bitField0_ & ~0x00010000); scrollingToBottom_ = false; onChanged(); return this; } private boolean showingFullCallStack_ ; /** * <code>optional bool showing_full_call_stack = 20;</code> */ public boolean hasShowingFullCallStack() { return ((bitField0_ & 0x00020000) == 0x00020000); } /** * <code>optional bool showing_full_call_stack = 20;</code> */ public boolean getShowingFullCallStack() { return showingFullCallStack_; } /** * <code>optional bool showing_full_call_stack = 20;</code> */ public Builder setShowingFullCallStack(boolean value) { bitField0_ |= 0x00020000; showingFullCallStack_ = value; onChanged(); return this; } /** * <code>optional bool showing_full_call_stack = 20;</code> */ public Builder clearShowingFullCallStack() { bitField0_ = (bitField0_ & ~0x00020000); showingFullCallStack_ = false; onChanged(); return this; } private boolean showingStatusBar_ ; /** * <code>optional bool showing_status_bar = 22;</code> */ public boolean hasShowingStatusBar() { return ((bitField0_ & 0x00040000) == 0x00040000); } /** * <code>optional bool showing_status_bar = 22;</code> */ public boolean getShowingStatusBar() { return showingStatusBar_; } /** * <code>optional bool showing_status_bar = 22;</code> */ public Builder setShowingStatusBar(boolean value) { bitField0_ |= 0x00040000; showingStatusBar_ = value; onChanged(); return this; } /** * <code>optional bool showing_status_bar = 22;</code> */ public Builder clearShowingStatusBar() { bitField0_ = (bitField0_ & ~0x00040000); showingStatusBar_ = false; onChanged(); return this; } private boolean showingStacktrace_ ; /** * <code>optional bool showing_stacktrace = 23;</code> */ public boolean hasShowingStacktrace() { return ((bitField0_ & 0x00080000) == 0x00080000); } /** * <code>optional bool showing_stacktrace = 23;</code> */ public boolean getShowingStacktrace() { return showingStacktrace_; } /** * <code>optional bool showing_stacktrace = 23;</code> */ public Builder setShowingStacktrace(boolean value) { bitField0_ |= 0x00080000; showingStacktrace_ = value; onChanged(); return this; } /** * <code>optional bool showing_stacktrace = 23;</code> */ public Builder clearShowingStacktrace() { bitField0_ = (bitField0_ & ~0x00080000); showingStacktrace_ = false; onChanged(); return this; } private boolean showingTipOfTheDay_ ; /** * <code>optional bool showing_tip_of_the_day = 24;</code> */ public boolean hasShowingTipOfTheDay() { return ((bitField0_ & 0x00100000) == 0x00100000); } /** * <code>optional bool showing_tip_of_the_day = 24;</code> */ public boolean getShowingTipOfTheDay() { return showingTipOfTheDay_; } /** * <code>optional bool showing_tip_of_the_day = 24;</code> */ public Builder setShowingTipOfTheDay(boolean value) { bitField0_ |= 0x00100000; showingTipOfTheDay_ = value; onChanged(); return this; } /** * <code>optional bool showing_tip_of_the_day = 24;</code> */ public Builder clearShowingTipOfTheDay() { bitField0_ = (bitField0_ & ~0x00100000); showingTipOfTheDay_ = false; onChanged(); return this; } private boolean showingToolbar_ ; /** * <code>optional bool showing_toolbar = 25;</code> */ public boolean hasShowingToolbar() { return ((bitField0_ & 0x00200000) == 0x00200000); } /** * <code>optional bool showing_toolbar = 25;</code> */ public boolean getShowingToolbar() { return showingToolbar_; } /** * <code>optional bool showing_toolbar = 25;</code> */ public Builder setShowingToolbar(boolean value) { bitField0_ |= 0x00200000; showingToolbar_ = value; onChanged(); return this; } /** * <code>optional bool showing_toolbar = 25;</code> */ public Builder clearShowingToolbar() { bitField0_ = (bitField0_ & ~0x00200000); showingToolbar_ = false; onChanged(); return this; } private boolean splashScreenDisabled_ ; /** * <code>optional bool splash_screen_disabled = 26;</code> */ public boolean hasSplashScreenDisabled() { return ((bitField0_ & 0x00400000) == 0x00400000); } /** * <code>optional bool splash_screen_disabled = 26;</code> */ public boolean getSplashScreenDisabled() { return splashScreenDisabled_; } /** * <code>optional bool splash_screen_disabled = 26;</code> */ public Builder setSplashScreenDisabled(boolean value) { bitField0_ |= 0x00400000; splashScreenDisabled_ = value; onChanged(); return this; } /** * <code>optional bool splash_screen_disabled = 26;</code> */ public Builder clearSplashScreenDisabled() { bitField0_ = (bitField0_ & ~0x00400000); splashScreenDisabled_ = false; onChanged(); return this; } private boolean usingInternalFrames_ ; /** * <code>optional bool using_internal_frames = 27;</code> */ public boolean hasUsingInternalFrames() { return ((bitField0_ & 0x00800000) == 0x00800000); } /** * <code>optional bool using_internal_frames = 27;</code> */ public boolean getUsingInternalFrames() { return usingInternalFrames_; } /** * <code>optional bool using_internal_frames = 27;</code> */ public Builder setUsingInternalFrames(boolean value) { bitField0_ |= 0x00800000; usingInternalFrames_ = value; onChanged(); return this; } /** * <code>optional bool using_internal_frames = 27;</code> */ public Builder clearUsingInternalFrames() { bitField0_ = (bitField0_ & ~0x00800000); usingInternalFrames_ = false; onChanged(); return this; } private int sourceFiltering_ = 0; /** * <code>optional .de.huxhorn.lilith.prefs.SourceFiltering source_filtering = 28;</code> */ public boolean hasSourceFiltering() { return ((bitField0_ & 0x01000000) == 0x01000000); } /** * <code>optional .de.huxhorn.lilith.prefs.SourceFiltering source_filtering = 28;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.SourceFiltering getSourceFiltering() { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.SourceFiltering result = de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.SourceFiltering.valueOf(sourceFiltering_); return result == null ? de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.SourceFiltering.NONE : result; } /** * <code>optional .de.huxhorn.lilith.prefs.SourceFiltering source_filtering = 28;</code> */ public Builder setSourceFiltering(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.SourceFiltering value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x01000000; sourceFiltering_ = value.getNumber(); onChanged(); return this; } /** * <code>optional .de.huxhorn.lilith.prefs.SourceFiltering source_filtering = 28;</code> */ public Builder clearSourceFiltering() { bitField0_ = (bitField0_ & ~0x01000000); sourceFiltering_ = 0; onChanged(); return this; } private java.lang.Object defaultConditionName_ = ""; /** * <code>optional string default_condition_name = 29;</code> */ public boolean hasDefaultConditionName() { return ((bitField0_ & 0x02000000) == 0x02000000); } /** * <code>optional string default_condition_name = 29;</code> */ public java.lang.String getDefaultConditionName() { java.lang.Object ref = defaultConditionName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { defaultConditionName_ = s; } return s; } else { return (java.lang.String) ref; } } /** * <code>optional string default_condition_name = 29;</code> */ public com.google.protobuf.ByteString getDefaultConditionNameBytes() { java.lang.Object ref = defaultConditionName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); defaultConditionName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string default_condition_name = 29;</code> */ public Builder setDefaultConditionName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x02000000; defaultConditionName_ = value; onChanged(); return this; } /** * <code>optional string default_condition_name = 29;</code> */ public Builder clearDefaultConditionName() { bitField0_ = (bitField0_ & ~0x02000000); defaultConditionName_ = getDefaultInstance().getDefaultConditionName(); onChanged(); return this; } /** * <code>optional string default_condition_name = 29;</code> */ public Builder setDefaultConditionNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x02000000; defaultConditionName_ = value; onChanged(); return this; } private boolean checkingForSnapshot_ ; /** * <code>optional bool checking_for_snapshot = 30;</code> */ public boolean hasCheckingForSnapshot() { return ((bitField0_ & 0x04000000) == 0x04000000); } /** * <code>optional bool checking_for_snapshot = 30;</code> */ public boolean getCheckingForSnapshot() { return checkingForSnapshot_; } /** * <code>optional bool checking_for_snapshot = 30;</code> */ public Builder setCheckingForSnapshot(boolean value) { bitField0_ |= 0x04000000; checkingForSnapshot_ = value; onChanged(); return this; } /** * <code>optional bool checking_for_snapshot = 30;</code> */ public Builder clearCheckingForSnapshot() { bitField0_ = (bitField0_ & ~0x04000000); checkingForSnapshot_ = false; onChanged(); return this; } private de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent groovyClipboardFormatters_ = null; private com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder> groovyClipboardFormattersBuilder_; /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_clipboard_formatters = 31;</code> */ public boolean hasGroovyClipboardFormatters() { return ((bitField0_ & 0x08000000) == 0x08000000); } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_clipboard_formatters = 31;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent getGroovyClipboardFormatters() { if (groovyClipboardFormattersBuilder_ == null) { return groovyClipboardFormatters_ == null ? de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.getDefaultInstance() : groovyClipboardFormatters_; } else { return groovyClipboardFormattersBuilder_.getMessage(); } } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_clipboard_formatters = 31;</code> */ public Builder setGroovyClipboardFormatters(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent value) { if (groovyClipboardFormattersBuilder_ == null) { if (value == null) { throw new NullPointerException(); } groovyClipboardFormatters_ = value; onChanged(); } else { groovyClipboardFormattersBuilder_.setMessage(value); } bitField0_ |= 0x08000000; return this; } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_clipboard_formatters = 31;</code> */ public Builder setGroovyClipboardFormatters( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder builderForValue) { if (groovyClipboardFormattersBuilder_ == null) { groovyClipboardFormatters_ = builderForValue.build(); onChanged(); } else { groovyClipboardFormattersBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x08000000; return this; } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_clipboard_formatters = 31;</code> */ public Builder mergeGroovyClipboardFormatters(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent value) { if (groovyClipboardFormattersBuilder_ == null) { if (((bitField0_ & 0x08000000) == 0x08000000) && groovyClipboardFormatters_ != null && groovyClipboardFormatters_ != de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.getDefaultInstance()) { groovyClipboardFormatters_ = de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.newBuilder(groovyClipboardFormatters_).mergeFrom(value).buildPartial(); } else { groovyClipboardFormatters_ = value; } onChanged(); } else { groovyClipboardFormattersBuilder_.mergeFrom(value); } bitField0_ |= 0x08000000; return this; } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_clipboard_formatters = 31;</code> */ public Builder clearGroovyClipboardFormatters() { if (groovyClipboardFormattersBuilder_ == null) { groovyClipboardFormatters_ = null; onChanged(); } else { groovyClipboardFormattersBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x08000000); return this; } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_clipboard_formatters = 31;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder getGroovyClipboardFormattersBuilder() { bitField0_ |= 0x08000000; onChanged(); return getGroovyClipboardFormattersFieldBuilder().getBuilder(); } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_clipboard_formatters = 31;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder getGroovyClipboardFormattersOrBuilder() { if (groovyClipboardFormattersBuilder_ != null) { return groovyClipboardFormattersBuilder_.getMessageOrBuilder(); } else { return groovyClipboardFormatters_ == null ? de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.getDefaultInstance() : groovyClipboardFormatters_; } } /** * <code>optional .de.huxhorn.lilith.prefs.DirectoryContent groovy_clipboard_formatters = 31;</code> */ private com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder> getGroovyClipboardFormattersFieldBuilder() { if (groovyClipboardFormattersBuilder_ == null) { groovyClipboardFormattersBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder>( getGroovyClipboardFormatters(), getParentForChildren(), isClean()); groovyClipboardFormatters_ = null; } return groovyClipboardFormattersBuilder_; } private boolean trayActive_ ; /** * <code>optional bool tray_active = 32;</code> */ public boolean hasTrayActive() { return ((bitField0_ & 0x10000000) == 0x10000000); } /** * <code>optional bool tray_active = 32;</code> */ public boolean getTrayActive() { return trayActive_; } /** * <code>optional bool tray_active = 32;</code> */ public Builder setTrayActive(boolean value) { bitField0_ |= 0x10000000; trayActive_ = value; onChanged(); return this; } /** * <code>optional bool tray_active = 32;</code> */ public Builder clearTrayActive() { bitField0_ = (bitField0_ & ~0x10000000); trayActive_ = false; onChanged(); return this; } private boolean showingFullRecentPath_ ; /** * <code>optional bool showing_full_recent_path = 33;</code> */ public boolean hasShowingFullRecentPath() { return ((bitField0_ & 0x20000000) == 0x20000000); } /** * <code>optional bool showing_full_recent_path = 33;</code> */ public boolean getShowingFullRecentPath() { return showingFullRecentPath_; } /** * <code>optional bool showing_full_recent_path = 33;</code> */ public Builder setShowingFullRecentPath(boolean value) { bitField0_ |= 0x20000000; showingFullRecentPath_ = value; onChanged(); return this; } /** * <code>optional bool showing_full_recent_path = 33;</code> */ public Builder clearShowingFullRecentPath() { bitField0_ = (bitField0_ & ~0x20000000); showingFullRecentPath_ = false; onChanged(); return this; } private boolean hidingOnClose_ ; /** * <code>optional bool hiding_on_close = 34;</code> */ public boolean hasHidingOnClose() { return ((bitField0_ & 0x40000000) == 0x40000000); } /** * <code>optional bool hiding_on_close = 34;</code> */ public boolean getHidingOnClose() { return hidingOnClose_; } /** * <code>optional bool hiding_on_close = 34;</code> */ public Builder setHidingOnClose(boolean value) { bitField0_ |= 0x40000000; hidingOnClose_ = value; onChanged(); return this; } /** * <code>optional bool hiding_on_close = 34;</code> */ public Builder clearHidingOnClose() { bitField0_ = (bitField0_ & ~0x40000000); hidingOnClose_ = false; onChanged(); return this; } private boolean usingWrappedExceptionStyle_ ; /** * <code>optional bool using_wrapped_exception_style = 35;</code> */ public boolean hasUsingWrappedExceptionStyle() { return ((bitField0_ & 0x80000000) == 0x80000000); } /** * <code>optional bool using_wrapped_exception_style = 35;</code> */ public boolean getUsingWrappedExceptionStyle() { return usingWrappedExceptionStyle_; } /** * <code>optional bool using_wrapped_exception_style = 35;</code> */ public Builder setUsingWrappedExceptionStyle(boolean value) { bitField0_ |= 0x80000000; usingWrappedExceptionStyle_ = value; onChanged(); return this; } /** * <code>optional bool using_wrapped_exception_style = 35;</code> */ public Builder clearUsingWrappedExceptionStyle() { bitField0_ = (bitField0_ & ~0x80000000); usingWrappedExceptionStyle_ = false; onChanged(); return this; } private boolean showingPrimaryIdentifier_ ; /** * <code>optional bool showing_primary_identifier = 36;</code> */ public boolean hasShowingPrimaryIdentifier() { return ((bitField1_ & 0x00000001) == 0x00000001); } /** * <code>optional bool showing_primary_identifier = 36;</code> */ public boolean getShowingPrimaryIdentifier() { return showingPrimaryIdentifier_; } /** * <code>optional bool showing_primary_identifier = 36;</code> */ public Builder setShowingPrimaryIdentifier(boolean value) { bitField1_ |= 0x00000001; showingPrimaryIdentifier_ = value; onChanged(); return this; } /** * <code>optional bool showing_primary_identifier = 36;</code> */ public Builder clearShowingPrimaryIdentifier() { bitField1_ = (bitField1_ & ~0x00000001); showingPrimaryIdentifier_ = false; onChanged(); return this; } private boolean showingSecondaryIdentifier_ ; /** * <code>optional bool showing_secondary_identifier = 37;</code> */ public boolean hasShowingSecondaryIdentifier() { return ((bitField1_ & 0x00000002) == 0x00000002); } /** * <code>optional bool showing_secondary_identifier = 37;</code> */ public boolean getShowingSecondaryIdentifier() { return showingSecondaryIdentifier_; } /** * <code>optional bool showing_secondary_identifier = 37;</code> */ public Builder setShowingSecondaryIdentifier(boolean value) { bitField1_ |= 0x00000002; showingSecondaryIdentifier_ = value; onChanged(); return this; } /** * <code>optional bool showing_secondary_identifier = 37;</code> */ public Builder clearShowingSecondaryIdentifier() { bitField1_ = (bitField1_ & ~0x00000002); showingSecondaryIdentifier_ = false; onChanged(); return this; } private boolean scrollingSmoothly_ ; /** * <code>optional bool scrolling_smoothly = 38;</code> */ public boolean hasScrollingSmoothly() { return ((bitField1_ & 0x00000004) == 0x00000004); } /** * <code>optional bool scrolling_smoothly = 38;</code> */ public boolean getScrollingSmoothly() { return scrollingSmoothly_; } /** * <code>optional bool scrolling_smoothly = 38;</code> */ public Builder setScrollingSmoothly(boolean value) { bitField1_ |= 0x00000004; scrollingSmoothly_ = value; onChanged(); return this; } /** * <code>optional bool scrolling_smoothly = 38;</code> */ public Builder clearScrollingSmoothly() { bitField1_ = (bitField1_ & ~0x00000004); scrollingSmoothly_ = false; onChanged(); return this; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:de.huxhorn.lilith.prefs.LilithPreferences) } // @@protoc_insertion_point(class_scope:de.huxhorn.lilith.prefs.LilithPreferences) private static final de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences(); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser<LilithPreferences> PARSER = new com.google.protobuf.AbstractParser<LilithPreferences>() { public LilithPreferences parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new LilithPreferences(input, extensionRegistry); } }; public static com.google.protobuf.Parser<LilithPreferences> parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser<LilithPreferences> getParserForType() { return PARSER; } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.LilithPreferences getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface DirectoryContentOrBuilder extends // @@protoc_insertion_point(interface_extends:de.huxhorn.lilith.prefs.DirectoryContent) com.google.protobuf.MessageOrBuilder { /** * <code>optional string name = 1;</code> */ boolean hasName(); /** * <code>optional string name = 1;</code> */ java.lang.String getName(); /** * <code>optional string name = 1;</code> */ com.google.protobuf.ByteString getNameBytes(); /** * <code>repeated .de.huxhorn.lilith.prefs.ByteArrayMapEntry entry = 2;</code> */ java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry> getEntryList(); /** * <code>repeated .de.huxhorn.lilith.prefs.ByteArrayMapEntry entry = 2;</code> */ de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry getEntry(int index); /** * <code>repeated .de.huxhorn.lilith.prefs.ByteArrayMapEntry entry = 2;</code> */ int getEntryCount(); /** * <code>repeated .de.huxhorn.lilith.prefs.ByteArrayMapEntry entry = 2;</code> */ java.util.List<? extends de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntryOrBuilder> getEntryOrBuilderList(); /** * <code>repeated .de.huxhorn.lilith.prefs.ByteArrayMapEntry entry = 2;</code> */ de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntryOrBuilder getEntryOrBuilder( int index); /** * <pre> * supporting sub-dirs, unused * </pre> * * <code>repeated .de.huxhorn.lilith.prefs.DirectoryContent directory = 3;</code> */ java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent> getDirectoryList(); /** * <pre> * supporting sub-dirs, unused * </pre> * * <code>repeated .de.huxhorn.lilith.prefs.DirectoryContent directory = 3;</code> */ de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent getDirectory(int index); /** * <pre> * supporting sub-dirs, unused * </pre> * * <code>repeated .de.huxhorn.lilith.prefs.DirectoryContent directory = 3;</code> */ int getDirectoryCount(); /** * <pre> * supporting sub-dirs, unused * </pre> * * <code>repeated .de.huxhorn.lilith.prefs.DirectoryContent directory = 3;</code> */ java.util.List<? extends de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder> getDirectoryOrBuilderList(); /** * <pre> * supporting sub-dirs, unused * </pre> * * <code>repeated .de.huxhorn.lilith.prefs.DirectoryContent directory = 3;</code> */ de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder getDirectoryOrBuilder( int index); } /** * Protobuf type {@code de.huxhorn.lilith.prefs.DirectoryContent} */ public static final class DirectoryContent extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:de.huxhorn.lilith.prefs.DirectoryContent) DirectoryContentOrBuilder { // Use DirectoryContent.newBuilder() to construct. private DirectoryContent(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { super(builder); } private DirectoryContent() { name_ = ""; entry_ = java.util.Collections.emptyList(); directory_ = java.util.Collections.emptyList(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private DirectoryContent( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00000001; name_ = bs; break; } case 18: { if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { entry_ = new java.util.ArrayList<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry>(); mutable_bitField0_ |= 0x00000002; } entry_.add( input.readMessage(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry.PARSER, extensionRegistry)); break; } case 26: { if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) { directory_ = new java.util.ArrayList<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent>(); mutable_bitField0_ |= 0x00000004; } directory_.add( input.readMessage(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.PARSER, extensionRegistry)); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { entry_ = java.util.Collections.unmodifiableList(entry_); } if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) { directory_ = java.util.Collections.unmodifiableList(directory_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_DirectoryContent_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_DirectoryContent_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.class, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder.class); } private int bitField0_; public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** * <code>optional string name = 1;</code> */ public boolean hasName() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional string name = 1;</code> */ public java.lang.String getName() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { name_ = s; } return s; } } /** * <code>optional string name = 1;</code> */ public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int ENTRY_FIELD_NUMBER = 2; private java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry> entry_; /** * <code>repeated .de.huxhorn.lilith.prefs.ByteArrayMapEntry entry = 2;</code> */ public java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry> getEntryList() { return entry_; } /** * <code>repeated .de.huxhorn.lilith.prefs.ByteArrayMapEntry entry = 2;</code> */ public java.util.List<? extends de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntryOrBuilder> getEntryOrBuilderList() { return entry_; } /** * <code>repeated .de.huxhorn.lilith.prefs.ByteArrayMapEntry entry = 2;</code> */ public int getEntryCount() { return entry_.size(); } /** * <code>repeated .de.huxhorn.lilith.prefs.ByteArrayMapEntry entry = 2;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry getEntry(int index) { return entry_.get(index); } /** * <code>repeated .de.huxhorn.lilith.prefs.ByteArrayMapEntry entry = 2;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntryOrBuilder getEntryOrBuilder( int index) { return entry_.get(index); } public static final int DIRECTORY_FIELD_NUMBER = 3; private java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent> directory_; /** * <pre> * supporting sub-dirs, unused * </pre> * * <code>repeated .de.huxhorn.lilith.prefs.DirectoryContent directory = 3;</code> */ public java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent> getDirectoryList() { return directory_; } /** * <pre> * supporting sub-dirs, unused * </pre> * * <code>repeated .de.huxhorn.lilith.prefs.DirectoryContent directory = 3;</code> */ public java.util.List<? extends de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder> getDirectoryOrBuilderList() { return directory_; } /** * <pre> * supporting sub-dirs, unused * </pre> * * <code>repeated .de.huxhorn.lilith.prefs.DirectoryContent directory = 3;</code> */ public int getDirectoryCount() { return directory_.size(); } /** * <pre> * supporting sub-dirs, unused * </pre> * * <code>repeated .de.huxhorn.lilith.prefs.DirectoryContent directory = 3;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent getDirectory(int index) { return directory_.get(index); } /** * <pre> * supporting sub-dirs, unused * </pre> * * <code>repeated .de.huxhorn.lilith.prefs.DirectoryContent directory = 3;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder getDirectoryOrBuilder( int index) { return directory_.get(index); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; for (int i = 0; i < getEntryCount(); i++) { if (!getEntry(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } for (int i = 0; i < getDirectoryCount(); i++) { if (!getDirectory(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) == 0x00000001)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } for (int i = 0; i < entry_.size(); i++) { output.writeMessage(2, entry_.get(i)); } for (int i = 0; i < directory_.size(); i++) { output.writeMessage(3, directory_.get(i)); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } for (int i = 0; i < entry_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, entry_.get(i)); } for (int i = 0; i < directory_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, directory_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent)) { return super.equals(obj); } de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent other = (de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent) obj; boolean result = true; result = result && (hasName() == other.hasName()); if (hasName()) { result = result && getName() .equals(other.getName()); } result = result && getEntryList() .equals(other.getEntryList()); result = result && getDirectoryList() .equals(other.getDirectoryList()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasName()) { hash = (37 * hash) + NAME_FIELD_NUMBER; hash = (53 * hash) + getName().hashCode(); } if (getEntryCount() > 0) { hash = (37 * hash) + ENTRY_FIELD_NUMBER; hash = (53 * hash) + getEntryList().hashCode(); } if (getDirectoryCount() > 0) { hash = (37 * hash) + DIRECTORY_FIELD_NUMBER; hash = (53 * hash) + getDirectoryList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code de.huxhorn.lilith.prefs.DirectoryContent} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements // @@protoc_insertion_point(builder_implements:de.huxhorn.lilith.prefs.DirectoryContent) de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_DirectoryContent_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_DirectoryContent_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.class, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder.class); } // Construct using de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getEntryFieldBuilder(); getDirectoryFieldBuilder(); } } public Builder clear() { super.clear(); name_ = ""; bitField0_ = (bitField0_ & ~0x00000001); if (entryBuilder_ == null) { entry_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); } else { entryBuilder_.clear(); } if (directoryBuilder_ == null) { directory_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000004); } else { directoryBuilder_.clear(); } return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_DirectoryContent_descriptor; } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent getDefaultInstanceForType() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.getDefaultInstance(); } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent build() { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent buildPartial() { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent result = new de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.name_ = name_; if (entryBuilder_ == null) { if (((bitField0_ & 0x00000002) == 0x00000002)) { entry_ = java.util.Collections.unmodifiableList(entry_); bitField0_ = (bitField0_ & ~0x00000002); } result.entry_ = entry_; } else { result.entry_ = entryBuilder_.build(); } if (directoryBuilder_ == null) { if (((bitField0_ & 0x00000004) == 0x00000004)) { directory_ = java.util.Collections.unmodifiableList(directory_); bitField0_ = (bitField0_ & ~0x00000004); } result.directory_ = directory_; } else { result.directory_ = directoryBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent) { return mergeFrom((de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent other) { if (other == de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.getDefaultInstance()) return this; if (other.hasName()) { bitField0_ |= 0x00000001; name_ = other.name_; onChanged(); } if (entryBuilder_ == null) { if (!other.entry_.isEmpty()) { if (entry_.isEmpty()) { entry_ = other.entry_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureEntryIsMutable(); entry_.addAll(other.entry_); } onChanged(); } } else { if (!other.entry_.isEmpty()) { if (entryBuilder_.isEmpty()) { entryBuilder_.dispose(); entryBuilder_ = null; entry_ = other.entry_; bitField0_ = (bitField0_ & ~0x00000002); entryBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getEntryFieldBuilder() : null; } else { entryBuilder_.addAllMessages(other.entry_); } } } if (directoryBuilder_ == null) { if (!other.directory_.isEmpty()) { if (directory_.isEmpty()) { directory_ = other.directory_; bitField0_ = (bitField0_ & ~0x00000004); } else { ensureDirectoryIsMutable(); directory_.addAll(other.directory_); } onChanged(); } } else { if (!other.directory_.isEmpty()) { if (directoryBuilder_.isEmpty()) { directoryBuilder_.dispose(); directoryBuilder_ = null; directory_ = other.directory_; bitField0_ = (bitField0_ & ~0x00000004); directoryBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getDirectoryFieldBuilder() : null; } else { directoryBuilder_.addAllMessages(other.directory_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { for (int i = 0; i < getEntryCount(); i++) { if (!getEntry(i).isInitialized()) { return false; } } for (int i = 0; i < getDirectoryCount(); i++) { if (!getDirectory(i).isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object name_ = ""; /** * <code>optional string name = 1;</code> */ public boolean hasName() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional string name = 1;</code> */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { name_ = s; } return s; } else { return (java.lang.String) ref; } } /** * <code>optional string name = 1;</code> */ public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string name = 1;</code> */ public Builder setName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; name_ = value; onChanged(); return this; } /** * <code>optional string name = 1;</code> */ public Builder clearName() { bitField0_ = (bitField0_ & ~0x00000001); name_ = getDefaultInstance().getName(); onChanged(); return this; } /** * <code>optional string name = 1;</code> */ public Builder setNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; name_ = value; onChanged(); return this; } private java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry> entry_ = java.util.Collections.emptyList(); private void ensureEntryIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { entry_ = new java.util.ArrayList<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry>(entry_); bitField0_ |= 0x00000002; } } private com.google.protobuf.RepeatedFieldBuilderV3< de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry.Builder, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntryOrBuilder> entryBuilder_; /** * <code>repeated .de.huxhorn.lilith.prefs.ByteArrayMapEntry entry = 2;</code> */ public java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry> getEntryList() { if (entryBuilder_ == null) { return java.util.Collections.unmodifiableList(entry_); } else { return entryBuilder_.getMessageList(); } } /** * <code>repeated .de.huxhorn.lilith.prefs.ByteArrayMapEntry entry = 2;</code> */ public int getEntryCount() { if (entryBuilder_ == null) { return entry_.size(); } else { return entryBuilder_.getCount(); } } /** * <code>repeated .de.huxhorn.lilith.prefs.ByteArrayMapEntry entry = 2;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry getEntry(int index) { if (entryBuilder_ == null) { return entry_.get(index); } else { return entryBuilder_.getMessage(index); } } /** * <code>repeated .de.huxhorn.lilith.prefs.ByteArrayMapEntry entry = 2;</code> */ public Builder setEntry( int index, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry value) { if (entryBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureEntryIsMutable(); entry_.set(index, value); onChanged(); } else { entryBuilder_.setMessage(index, value); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.ByteArrayMapEntry entry = 2;</code> */ public Builder setEntry( int index, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry.Builder builderForValue) { if (entryBuilder_ == null) { ensureEntryIsMutable(); entry_.set(index, builderForValue.build()); onChanged(); } else { entryBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.ByteArrayMapEntry entry = 2;</code> */ public Builder addEntry(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry value) { if (entryBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureEntryIsMutable(); entry_.add(value); onChanged(); } else { entryBuilder_.addMessage(value); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.ByteArrayMapEntry entry = 2;</code> */ public Builder addEntry( int index, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry value) { if (entryBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureEntryIsMutable(); entry_.add(index, value); onChanged(); } else { entryBuilder_.addMessage(index, value); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.ByteArrayMapEntry entry = 2;</code> */ public Builder addEntry( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry.Builder builderForValue) { if (entryBuilder_ == null) { ensureEntryIsMutable(); entry_.add(builderForValue.build()); onChanged(); } else { entryBuilder_.addMessage(builderForValue.build()); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.ByteArrayMapEntry entry = 2;</code> */ public Builder addEntry( int index, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry.Builder builderForValue) { if (entryBuilder_ == null) { ensureEntryIsMutable(); entry_.add(index, builderForValue.build()); onChanged(); } else { entryBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.ByteArrayMapEntry entry = 2;</code> */ public Builder addAllEntry( java.lang.Iterable<? extends de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry> values) { if (entryBuilder_ == null) { ensureEntryIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, entry_); onChanged(); } else { entryBuilder_.addAllMessages(values); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.ByteArrayMapEntry entry = 2;</code> */ public Builder clearEntry() { if (entryBuilder_ == null) { entry_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); } else { entryBuilder_.clear(); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.ByteArrayMapEntry entry = 2;</code> */ public Builder removeEntry(int index) { if (entryBuilder_ == null) { ensureEntryIsMutable(); entry_.remove(index); onChanged(); } else { entryBuilder_.remove(index); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.ByteArrayMapEntry entry = 2;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry.Builder getEntryBuilder( int index) { return getEntryFieldBuilder().getBuilder(index); } /** * <code>repeated .de.huxhorn.lilith.prefs.ByteArrayMapEntry entry = 2;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntryOrBuilder getEntryOrBuilder( int index) { if (entryBuilder_ == null) { return entry_.get(index); } else { return entryBuilder_.getMessageOrBuilder(index); } } /** * <code>repeated .de.huxhorn.lilith.prefs.ByteArrayMapEntry entry = 2;</code> */ public java.util.List<? extends de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntryOrBuilder> getEntryOrBuilderList() { if (entryBuilder_ != null) { return entryBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(entry_); } } /** * <code>repeated .de.huxhorn.lilith.prefs.ByteArrayMapEntry entry = 2;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry.Builder addEntryBuilder() { return getEntryFieldBuilder().addBuilder( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry.getDefaultInstance()); } /** * <code>repeated .de.huxhorn.lilith.prefs.ByteArrayMapEntry entry = 2;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry.Builder addEntryBuilder( int index) { return getEntryFieldBuilder().addBuilder( index, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry.getDefaultInstance()); } /** * <code>repeated .de.huxhorn.lilith.prefs.ByteArrayMapEntry entry = 2;</code> */ public java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry.Builder> getEntryBuilderList() { return getEntryFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry.Builder, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntryOrBuilder> getEntryFieldBuilder() { if (entryBuilder_ == null) { entryBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry.Builder, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntryOrBuilder>( entry_, ((bitField0_ & 0x00000002) == 0x00000002), getParentForChildren(), isClean()); entry_ = null; } return entryBuilder_; } private java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent> directory_ = java.util.Collections.emptyList(); private void ensureDirectoryIsMutable() { if (!((bitField0_ & 0x00000004) == 0x00000004)) { directory_ = new java.util.ArrayList<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent>(directory_); bitField0_ |= 0x00000004; } } private com.google.protobuf.RepeatedFieldBuilderV3< de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder> directoryBuilder_; /** * <pre> * supporting sub-dirs, unused * </pre> * * <code>repeated .de.huxhorn.lilith.prefs.DirectoryContent directory = 3;</code> */ public java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent> getDirectoryList() { if (directoryBuilder_ == null) { return java.util.Collections.unmodifiableList(directory_); } else { return directoryBuilder_.getMessageList(); } } /** * <pre> * supporting sub-dirs, unused * </pre> * * <code>repeated .de.huxhorn.lilith.prefs.DirectoryContent directory = 3;</code> */ public int getDirectoryCount() { if (directoryBuilder_ == null) { return directory_.size(); } else { return directoryBuilder_.getCount(); } } /** * <pre> * supporting sub-dirs, unused * </pre> * * <code>repeated .de.huxhorn.lilith.prefs.DirectoryContent directory = 3;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent getDirectory(int index) { if (directoryBuilder_ == null) { return directory_.get(index); } else { return directoryBuilder_.getMessage(index); } } /** * <pre> * supporting sub-dirs, unused * </pre> * * <code>repeated .de.huxhorn.lilith.prefs.DirectoryContent directory = 3;</code> */ public Builder setDirectory( int index, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent value) { if (directoryBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureDirectoryIsMutable(); directory_.set(index, value); onChanged(); } else { directoryBuilder_.setMessage(index, value); } return this; } /** * <pre> * supporting sub-dirs, unused * </pre> * * <code>repeated .de.huxhorn.lilith.prefs.DirectoryContent directory = 3;</code> */ public Builder setDirectory( int index, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder builderForValue) { if (directoryBuilder_ == null) { ensureDirectoryIsMutable(); directory_.set(index, builderForValue.build()); onChanged(); } else { directoryBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * <pre> * supporting sub-dirs, unused * </pre> * * <code>repeated .de.huxhorn.lilith.prefs.DirectoryContent directory = 3;</code> */ public Builder addDirectory(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent value) { if (directoryBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureDirectoryIsMutable(); directory_.add(value); onChanged(); } else { directoryBuilder_.addMessage(value); } return this; } /** * <pre> * supporting sub-dirs, unused * </pre> * * <code>repeated .de.huxhorn.lilith.prefs.DirectoryContent directory = 3;</code> */ public Builder addDirectory( int index, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent value) { if (directoryBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureDirectoryIsMutable(); directory_.add(index, value); onChanged(); } else { directoryBuilder_.addMessage(index, value); } return this; } /** * <pre> * supporting sub-dirs, unused * </pre> * * <code>repeated .de.huxhorn.lilith.prefs.DirectoryContent directory = 3;</code> */ public Builder addDirectory( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder builderForValue) { if (directoryBuilder_ == null) { ensureDirectoryIsMutable(); directory_.add(builderForValue.build()); onChanged(); } else { directoryBuilder_.addMessage(builderForValue.build()); } return this; } /** * <pre> * supporting sub-dirs, unused * </pre> * * <code>repeated .de.huxhorn.lilith.prefs.DirectoryContent directory = 3;</code> */ public Builder addDirectory( int index, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder builderForValue) { if (directoryBuilder_ == null) { ensureDirectoryIsMutable(); directory_.add(index, builderForValue.build()); onChanged(); } else { directoryBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * <pre> * supporting sub-dirs, unused * </pre> * * <code>repeated .de.huxhorn.lilith.prefs.DirectoryContent directory = 3;</code> */ public Builder addAllDirectory( java.lang.Iterable<? extends de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent> values) { if (directoryBuilder_ == null) { ensureDirectoryIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, directory_); onChanged(); } else { directoryBuilder_.addAllMessages(values); } return this; } /** * <pre> * supporting sub-dirs, unused * </pre> * * <code>repeated .de.huxhorn.lilith.prefs.DirectoryContent directory = 3;</code> */ public Builder clearDirectory() { if (directoryBuilder_ == null) { directory_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); } else { directoryBuilder_.clear(); } return this; } /** * <pre> * supporting sub-dirs, unused * </pre> * * <code>repeated .de.huxhorn.lilith.prefs.DirectoryContent directory = 3;</code> */ public Builder removeDirectory(int index) { if (directoryBuilder_ == null) { ensureDirectoryIsMutable(); directory_.remove(index); onChanged(); } else { directoryBuilder_.remove(index); } return this; } /** * <pre> * supporting sub-dirs, unused * </pre> * * <code>repeated .de.huxhorn.lilith.prefs.DirectoryContent directory = 3;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder getDirectoryBuilder( int index) { return getDirectoryFieldBuilder().getBuilder(index); } /** * <pre> * supporting sub-dirs, unused * </pre> * * <code>repeated .de.huxhorn.lilith.prefs.DirectoryContent directory = 3;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder getDirectoryOrBuilder( int index) { if (directoryBuilder_ == null) { return directory_.get(index); } else { return directoryBuilder_.getMessageOrBuilder(index); } } /** * <pre> * supporting sub-dirs, unused * </pre> * * <code>repeated .de.huxhorn.lilith.prefs.DirectoryContent directory = 3;</code> */ public java.util.List<? extends de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder> getDirectoryOrBuilderList() { if (directoryBuilder_ != null) { return directoryBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(directory_); } } /** * <pre> * supporting sub-dirs, unused * </pre> * * <code>repeated .de.huxhorn.lilith.prefs.DirectoryContent directory = 3;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder addDirectoryBuilder() { return getDirectoryFieldBuilder().addBuilder( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.getDefaultInstance()); } /** * <pre> * supporting sub-dirs, unused * </pre> * * <code>repeated .de.huxhorn.lilith.prefs.DirectoryContent directory = 3;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder addDirectoryBuilder( int index) { return getDirectoryFieldBuilder().addBuilder( index, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.getDefaultInstance()); } /** * <pre> * supporting sub-dirs, unused * </pre> * * <code>repeated .de.huxhorn.lilith.prefs.DirectoryContent directory = 3;</code> */ public java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder> getDirectoryBuilderList() { return getDirectoryFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder> getDirectoryFieldBuilder() { if (directoryBuilder_ == null) { directoryBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent.Builder, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContentOrBuilder>( directory_, ((bitField0_ & 0x00000004) == 0x00000004), getParentForChildren(), isClean()); directory_ = null; } return directoryBuilder_; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:de.huxhorn.lilith.prefs.DirectoryContent) } // @@protoc_insertion_point(class_scope:de.huxhorn.lilith.prefs.DirectoryContent) private static final de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent(); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser<DirectoryContent> PARSER = new com.google.protobuf.AbstractParser<DirectoryContent>() { public DirectoryContent parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new DirectoryContent(input, extensionRegistry); } }; public static com.google.protobuf.Parser<DirectoryContent> parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser<DirectoryContent> getParserForType() { return PARSER; } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.DirectoryContent getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ByteArrayMapEntryOrBuilder extends // @@protoc_insertion_point(interface_extends:de.huxhorn.lilith.prefs.ByteArrayMapEntry) com.google.protobuf.MessageOrBuilder { /** * <code>required string key = 1;</code> */ boolean hasKey(); /** * <code>required string key = 1;</code> */ java.lang.String getKey(); /** * <code>required string key = 1;</code> */ com.google.protobuf.ByteString getKeyBytes(); /** * <code>optional bytes value = 2;</code> */ boolean hasValue(); /** * <code>optional bytes value = 2;</code> */ com.google.protobuf.ByteString getValue(); } /** * Protobuf type {@code de.huxhorn.lilith.prefs.ByteArrayMapEntry} */ public static final class ByteArrayMapEntry extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:de.huxhorn.lilith.prefs.ByteArrayMapEntry) ByteArrayMapEntryOrBuilder { // Use ByteArrayMapEntry.newBuilder() to construct. private ByteArrayMapEntry(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { super(builder); } private ByteArrayMapEntry() { key_ = ""; value_ = com.google.protobuf.ByteString.EMPTY; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ByteArrayMapEntry( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00000001; key_ = bs; break; } case 18: { bitField0_ |= 0x00000002; value_ = input.readBytes(); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_ByteArrayMapEntry_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_ByteArrayMapEntry_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry.class, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry.Builder.class); } private int bitField0_; public static final int KEY_FIELD_NUMBER = 1; private volatile java.lang.Object key_; /** * <code>required string key = 1;</code> */ public boolean hasKey() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>required string key = 1;</code> */ public java.lang.String getKey() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { key_ = s; } return s; } } /** * <code>required string key = 1;</code> */ public com.google.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); key_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int VALUE_FIELD_NUMBER = 2; private com.google.protobuf.ByteString value_; /** * <code>optional bytes value = 2;</code> */ public boolean hasValue() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional bytes value = 2;</code> */ public com.google.protobuf.ByteString getValue() { return value_; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (!hasKey()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) == 0x00000001)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, key_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeBytes(2, value_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, key_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(2, value_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry)) { return super.equals(obj); } de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry other = (de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry) obj; boolean result = true; result = result && (hasKey() == other.hasKey()); if (hasKey()) { result = result && getKey() .equals(other.getKey()); } result = result && (hasValue() == other.hasValue()); if (hasValue()) { result = result && getValue() .equals(other.getValue()); } result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasKey()) { hash = (37 * hash) + KEY_FIELD_NUMBER; hash = (53 * hash) + getKey().hashCode(); } if (hasValue()) { hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + getValue().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code de.huxhorn.lilith.prefs.ByteArrayMapEntry} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements // @@protoc_insertion_point(builder_implements:de.huxhorn.lilith.prefs.ByteArrayMapEntry) de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntryOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_ByteArrayMapEntry_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_ByteArrayMapEntry_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry.class, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry.Builder.class); } // Construct using de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); key_ = ""; bitField0_ = (bitField0_ & ~0x00000001); value_ = com.google.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_ByteArrayMapEntry_descriptor; } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry getDefaultInstanceForType() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry.getDefaultInstance(); } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry build() { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry buildPartial() { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry result = new de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.key_ = key_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.value_ = value_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry) { return mergeFrom((de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry other) { if (other == de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry.getDefaultInstance()) return this; if (other.hasKey()) { bitField0_ |= 0x00000001; key_ = other.key_; onChanged(); } if (other.hasValue()) { setValue(other.getValue()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { if (!hasKey()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object key_ = ""; /** * <code>required string key = 1;</code> */ public boolean hasKey() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>required string key = 1;</code> */ public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { key_ = s; } return s; } else { return (java.lang.String) ref; } } /** * <code>required string key = 1;</code> */ public com.google.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); key_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>required string key = 1;</code> */ public Builder setKey( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; key_ = value; onChanged(); return this; } /** * <code>required string key = 1;</code> */ public Builder clearKey() { bitField0_ = (bitField0_ & ~0x00000001); key_ = getDefaultInstance().getKey(); onChanged(); return this; } /** * <code>required string key = 1;</code> */ public Builder setKeyBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; key_ = value; onChanged(); return this; } private com.google.protobuf.ByteString value_ = com.google.protobuf.ByteString.EMPTY; /** * <code>optional bytes value = 2;</code> */ public boolean hasValue() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional bytes value = 2;</code> */ public com.google.protobuf.ByteString getValue() { return value_; } /** * <code>optional bytes value = 2;</code> */ public Builder setValue(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; value_ = value; onChanged(); return this; } /** * <code>optional bytes value = 2;</code> */ public Builder clearValue() { bitField0_ = (bitField0_ & ~0x00000002); value_ = getDefaultInstance().getValue(); onChanged(); return this; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:de.huxhorn.lilith.prefs.ByteArrayMapEntry) } // @@protoc_insertion_point(class_scope:de.huxhorn.lilith.prefs.ByteArrayMapEntry) private static final de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry(); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser<ByteArrayMapEntry> PARSER = new com.google.protobuf.AbstractParser<ByteArrayMapEntry>() { public ByteArrayMapEntry parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new ByteArrayMapEntry(input, extensionRegistry); } }; public static com.google.protobuf.Parser<ByteArrayMapEntry> parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser<ByteArrayMapEntry> getParserForType() { return PARSER; } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.ByteArrayMapEntry getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface StringMapOrBuilder extends // @@protoc_insertion_point(interface_extends:de.huxhorn.lilith.prefs.StringMap) com.google.protobuf.MessageOrBuilder { /** * <code>repeated .de.huxhorn.lilith.prefs.StringMapEntry entry = 1;</code> */ java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry> getEntryList(); /** * <code>repeated .de.huxhorn.lilith.prefs.StringMapEntry entry = 1;</code> */ de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry getEntry(int index); /** * <code>repeated .de.huxhorn.lilith.prefs.StringMapEntry entry = 1;</code> */ int getEntryCount(); /** * <code>repeated .de.huxhorn.lilith.prefs.StringMapEntry entry = 1;</code> */ java.util.List<? extends de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntryOrBuilder> getEntryOrBuilderList(); /** * <code>repeated .de.huxhorn.lilith.prefs.StringMapEntry entry = 1;</code> */ de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntryOrBuilder getEntryOrBuilder( int index); } /** * Protobuf type {@code de.huxhorn.lilith.prefs.StringMap} */ public static final class StringMap extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:de.huxhorn.lilith.prefs.StringMap) StringMapOrBuilder { // Use StringMap.newBuilder() to construct. private StringMap(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { super(builder); } private StringMap() { entry_ = java.util.Collections.emptyList(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private StringMap( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { entry_ = new java.util.ArrayList<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry>(); mutable_bitField0_ |= 0x00000001; } entry_.add( input.readMessage(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry.PARSER, extensionRegistry)); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { entry_ = java.util.Collections.unmodifiableList(entry_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_StringMap_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_StringMap_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap.class, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap.Builder.class); } public static final int ENTRY_FIELD_NUMBER = 1; private java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry> entry_; /** * <code>repeated .de.huxhorn.lilith.prefs.StringMapEntry entry = 1;</code> */ public java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry> getEntryList() { return entry_; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringMapEntry entry = 1;</code> */ public java.util.List<? extends de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntryOrBuilder> getEntryOrBuilderList() { return entry_; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringMapEntry entry = 1;</code> */ public int getEntryCount() { return entry_.size(); } /** * <code>repeated .de.huxhorn.lilith.prefs.StringMapEntry entry = 1;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry getEntry(int index) { return entry_.get(index); } /** * <code>repeated .de.huxhorn.lilith.prefs.StringMapEntry entry = 1;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntryOrBuilder getEntryOrBuilder( int index) { return entry_.get(index); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; for (int i = 0; i < getEntryCount(); i++) { if (!getEntry(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < entry_.size(); i++) { output.writeMessage(1, entry_.get(i)); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (int i = 0; i < entry_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, entry_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap)) { return super.equals(obj); } de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap other = (de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap) obj; boolean result = true; result = result && getEntryList() .equals(other.getEntryList()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getEntryCount() > 0) { hash = (37 * hash) + ENTRY_FIELD_NUMBER; hash = (53 * hash) + getEntryList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code de.huxhorn.lilith.prefs.StringMap} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements // @@protoc_insertion_point(builder_implements:de.huxhorn.lilith.prefs.StringMap) de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_StringMap_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_StringMap_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap.class, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap.Builder.class); } // Construct using de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getEntryFieldBuilder(); } } public Builder clear() { super.clear(); if (entryBuilder_ == null) { entry_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { entryBuilder_.clear(); } return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_StringMap_descriptor; } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap getDefaultInstanceForType() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap.getDefaultInstance(); } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap build() { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap buildPartial() { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap result = new de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap(this); int from_bitField0_ = bitField0_; if (entryBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001)) { entry_ = java.util.Collections.unmodifiableList(entry_); bitField0_ = (bitField0_ & ~0x00000001); } result.entry_ = entry_; } else { result.entry_ = entryBuilder_.build(); } onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap) { return mergeFrom((de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap other) { if (other == de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap.getDefaultInstance()) return this; if (entryBuilder_ == null) { if (!other.entry_.isEmpty()) { if (entry_.isEmpty()) { entry_ = other.entry_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureEntryIsMutable(); entry_.addAll(other.entry_); } onChanged(); } } else { if (!other.entry_.isEmpty()) { if (entryBuilder_.isEmpty()) { entryBuilder_.dispose(); entryBuilder_ = null; entry_ = other.entry_; bitField0_ = (bitField0_ & ~0x00000001); entryBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getEntryFieldBuilder() : null; } else { entryBuilder_.addAllMessages(other.entry_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { for (int i = 0; i < getEntryCount(); i++) { if (!getEntry(i).isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry> entry_ = java.util.Collections.emptyList(); private void ensureEntryIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { entry_ = new java.util.ArrayList<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry>(entry_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry.Builder, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntryOrBuilder> entryBuilder_; /** * <code>repeated .de.huxhorn.lilith.prefs.StringMapEntry entry = 1;</code> */ public java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry> getEntryList() { if (entryBuilder_ == null) { return java.util.Collections.unmodifiableList(entry_); } else { return entryBuilder_.getMessageList(); } } /** * <code>repeated .de.huxhorn.lilith.prefs.StringMapEntry entry = 1;</code> */ public int getEntryCount() { if (entryBuilder_ == null) { return entry_.size(); } else { return entryBuilder_.getCount(); } } /** * <code>repeated .de.huxhorn.lilith.prefs.StringMapEntry entry = 1;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry getEntry(int index) { if (entryBuilder_ == null) { return entry_.get(index); } else { return entryBuilder_.getMessage(index); } } /** * <code>repeated .de.huxhorn.lilith.prefs.StringMapEntry entry = 1;</code> */ public Builder setEntry( int index, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry value) { if (entryBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureEntryIsMutable(); entry_.set(index, value); onChanged(); } else { entryBuilder_.setMessage(index, value); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringMapEntry entry = 1;</code> */ public Builder setEntry( int index, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry.Builder builderForValue) { if (entryBuilder_ == null) { ensureEntryIsMutable(); entry_.set(index, builderForValue.build()); onChanged(); } else { entryBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringMapEntry entry = 1;</code> */ public Builder addEntry(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry value) { if (entryBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureEntryIsMutable(); entry_.add(value); onChanged(); } else { entryBuilder_.addMessage(value); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringMapEntry entry = 1;</code> */ public Builder addEntry( int index, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry value) { if (entryBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureEntryIsMutable(); entry_.add(index, value); onChanged(); } else { entryBuilder_.addMessage(index, value); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringMapEntry entry = 1;</code> */ public Builder addEntry( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry.Builder builderForValue) { if (entryBuilder_ == null) { ensureEntryIsMutable(); entry_.add(builderForValue.build()); onChanged(); } else { entryBuilder_.addMessage(builderForValue.build()); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringMapEntry entry = 1;</code> */ public Builder addEntry( int index, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry.Builder builderForValue) { if (entryBuilder_ == null) { ensureEntryIsMutable(); entry_.add(index, builderForValue.build()); onChanged(); } else { entryBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringMapEntry entry = 1;</code> */ public Builder addAllEntry( java.lang.Iterable<? extends de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry> values) { if (entryBuilder_ == null) { ensureEntryIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, entry_); onChanged(); } else { entryBuilder_.addAllMessages(values); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringMapEntry entry = 1;</code> */ public Builder clearEntry() { if (entryBuilder_ == null) { entry_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { entryBuilder_.clear(); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringMapEntry entry = 1;</code> */ public Builder removeEntry(int index) { if (entryBuilder_ == null) { ensureEntryIsMutable(); entry_.remove(index); onChanged(); } else { entryBuilder_.remove(index); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringMapEntry entry = 1;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry.Builder getEntryBuilder( int index) { return getEntryFieldBuilder().getBuilder(index); } /** * <code>repeated .de.huxhorn.lilith.prefs.StringMapEntry entry = 1;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntryOrBuilder getEntryOrBuilder( int index) { if (entryBuilder_ == null) { return entry_.get(index); } else { return entryBuilder_.getMessageOrBuilder(index); } } /** * <code>repeated .de.huxhorn.lilith.prefs.StringMapEntry entry = 1;</code> */ public java.util.List<? extends de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntryOrBuilder> getEntryOrBuilderList() { if (entryBuilder_ != null) { return entryBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(entry_); } } /** * <code>repeated .de.huxhorn.lilith.prefs.StringMapEntry entry = 1;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry.Builder addEntryBuilder() { return getEntryFieldBuilder().addBuilder( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry.getDefaultInstance()); } /** * <code>repeated .de.huxhorn.lilith.prefs.StringMapEntry entry = 1;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry.Builder addEntryBuilder( int index) { return getEntryFieldBuilder().addBuilder( index, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry.getDefaultInstance()); } /** * <code>repeated .de.huxhorn.lilith.prefs.StringMapEntry entry = 1;</code> */ public java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry.Builder> getEntryBuilderList() { return getEntryFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry.Builder, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntryOrBuilder> getEntryFieldBuilder() { if (entryBuilder_ == null) { entryBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry.Builder, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntryOrBuilder>( entry_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); entry_ = null; } return entryBuilder_; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:de.huxhorn.lilith.prefs.StringMap) } // @@protoc_insertion_point(class_scope:de.huxhorn.lilith.prefs.StringMap) private static final de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap(); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser<StringMap> PARSER = new com.google.protobuf.AbstractParser<StringMap>() { public StringMap parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new StringMap(input, extensionRegistry); } }; public static com.google.protobuf.Parser<StringMap> parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser<StringMap> getParserForType() { return PARSER; } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMap getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface StringMapEntryOrBuilder extends // @@protoc_insertion_point(interface_extends:de.huxhorn.lilith.prefs.StringMapEntry) com.google.protobuf.MessageOrBuilder { /** * <code>required string key = 1;</code> */ boolean hasKey(); /** * <code>required string key = 1;</code> */ java.lang.String getKey(); /** * <code>required string key = 1;</code> */ com.google.protobuf.ByteString getKeyBytes(); /** * <code>optional string value = 2;</code> */ boolean hasValue(); /** * <code>optional string value = 2;</code> */ java.lang.String getValue(); /** * <code>optional string value = 2;</code> */ com.google.protobuf.ByteString getValueBytes(); } /** * Protobuf type {@code de.huxhorn.lilith.prefs.StringMapEntry} */ public static final class StringMapEntry extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:de.huxhorn.lilith.prefs.StringMapEntry) StringMapEntryOrBuilder { // Use StringMapEntry.newBuilder() to construct. private StringMapEntry(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { super(builder); } private StringMapEntry() { key_ = ""; value_ = ""; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private StringMapEntry( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00000001; key_ = bs; break; } case 18: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00000002; value_ = bs; break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_StringMapEntry_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_StringMapEntry_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry.class, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry.Builder.class); } private int bitField0_; public static final int KEY_FIELD_NUMBER = 1; private volatile java.lang.Object key_; /** * <code>required string key = 1;</code> */ public boolean hasKey() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>required string key = 1;</code> */ public java.lang.String getKey() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { key_ = s; } return s; } } /** * <code>required string key = 1;</code> */ public com.google.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); key_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int VALUE_FIELD_NUMBER = 2; private volatile java.lang.Object value_; /** * <code>optional string value = 2;</code> */ public boolean hasValue() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional string value = 2;</code> */ public java.lang.String getValue() { java.lang.Object ref = value_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { value_ = s; } return s; } } /** * <code>optional string value = 2;</code> */ public com.google.protobuf.ByteString getValueBytes() { java.lang.Object ref = value_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); value_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (!hasKey()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) == 0x00000001)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, key_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, value_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, key_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, value_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry)) { return super.equals(obj); } de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry other = (de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry) obj; boolean result = true; result = result && (hasKey() == other.hasKey()); if (hasKey()) { result = result && getKey() .equals(other.getKey()); } result = result && (hasValue() == other.hasValue()); if (hasValue()) { result = result && getValue() .equals(other.getValue()); } result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasKey()) { hash = (37 * hash) + KEY_FIELD_NUMBER; hash = (53 * hash) + getKey().hashCode(); } if (hasValue()) { hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + getValue().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code de.huxhorn.lilith.prefs.StringMapEntry} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements // @@protoc_insertion_point(builder_implements:de.huxhorn.lilith.prefs.StringMapEntry) de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntryOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_StringMapEntry_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_StringMapEntry_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry.class, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry.Builder.class); } // Construct using de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); key_ = ""; bitField0_ = (bitField0_ & ~0x00000001); value_ = ""; bitField0_ = (bitField0_ & ~0x00000002); return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_StringMapEntry_descriptor; } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry getDefaultInstanceForType() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry.getDefaultInstance(); } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry build() { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry buildPartial() { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry result = new de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.key_ = key_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.value_ = value_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry) { return mergeFrom((de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry other) { if (other == de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry.getDefaultInstance()) return this; if (other.hasKey()) { bitField0_ |= 0x00000001; key_ = other.key_; onChanged(); } if (other.hasValue()) { bitField0_ |= 0x00000002; value_ = other.value_; onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { if (!hasKey()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object key_ = ""; /** * <code>required string key = 1;</code> */ public boolean hasKey() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>required string key = 1;</code> */ public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { key_ = s; } return s; } else { return (java.lang.String) ref; } } /** * <code>required string key = 1;</code> */ public com.google.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); key_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>required string key = 1;</code> */ public Builder setKey( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; key_ = value; onChanged(); return this; } /** * <code>required string key = 1;</code> */ public Builder clearKey() { bitField0_ = (bitField0_ & ~0x00000001); key_ = getDefaultInstance().getKey(); onChanged(); return this; } /** * <code>required string key = 1;</code> */ public Builder setKeyBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; key_ = value; onChanged(); return this; } private java.lang.Object value_ = ""; /** * <code>optional string value = 2;</code> */ public boolean hasValue() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional string value = 2;</code> */ public java.lang.String getValue() { java.lang.Object ref = value_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { value_ = s; } return s; } else { return (java.lang.String) ref; } } /** * <code>optional string value = 2;</code> */ public com.google.protobuf.ByteString getValueBytes() { java.lang.Object ref = value_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); value_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string value = 2;</code> */ public Builder setValue( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; value_ = value; onChanged(); return this; } /** * <code>optional string value = 2;</code> */ public Builder clearValue() { bitField0_ = (bitField0_ & ~0x00000002); value_ = getDefaultInstance().getValue(); onChanged(); return this; } /** * <code>optional string value = 2;</code> */ public Builder setValueBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; value_ = value; onChanged(); return this; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:de.huxhorn.lilith.prefs.StringMapEntry) } // @@protoc_insertion_point(class_scope:de.huxhorn.lilith.prefs.StringMapEntry) private static final de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry(); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser<StringMapEntry> PARSER = new com.google.protobuf.AbstractParser<StringMapEntry>() { public StringMapEntry parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new StringMapEntry(input, extensionRegistry); } }; public static com.google.protobuf.Parser<StringMapEntry> parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser<StringMapEntry> getParserForType() { return PARSER; } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringMapEntry getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface StringArrayMapOrBuilder extends // @@protoc_insertion_point(interface_extends:de.huxhorn.lilith.prefs.StringArrayMap) com.google.protobuf.MessageOrBuilder { /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayMapEntry entry = 1;</code> */ java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry> getEntryList(); /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayMapEntry entry = 1;</code> */ de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry getEntry(int index); /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayMapEntry entry = 1;</code> */ int getEntryCount(); /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayMapEntry entry = 1;</code> */ java.util.List<? extends de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntryOrBuilder> getEntryOrBuilderList(); /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayMapEntry entry = 1;</code> */ de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntryOrBuilder getEntryOrBuilder( int index); } /** * Protobuf type {@code de.huxhorn.lilith.prefs.StringArrayMap} */ public static final class StringArrayMap extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:de.huxhorn.lilith.prefs.StringArrayMap) StringArrayMapOrBuilder { // Use StringArrayMap.newBuilder() to construct. private StringArrayMap(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { super(builder); } private StringArrayMap() { entry_ = java.util.Collections.emptyList(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private StringArrayMap( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { entry_ = new java.util.ArrayList<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry>(); mutable_bitField0_ |= 0x00000001; } entry_.add( input.readMessage(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry.PARSER, extensionRegistry)); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { entry_ = java.util.Collections.unmodifiableList(entry_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_StringArrayMap_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_StringArrayMap_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap.class, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap.Builder.class); } public static final int ENTRY_FIELD_NUMBER = 1; private java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry> entry_; /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayMapEntry entry = 1;</code> */ public java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry> getEntryList() { return entry_; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayMapEntry entry = 1;</code> */ public java.util.List<? extends de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntryOrBuilder> getEntryOrBuilderList() { return entry_; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayMapEntry entry = 1;</code> */ public int getEntryCount() { return entry_.size(); } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayMapEntry entry = 1;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry getEntry(int index) { return entry_.get(index); } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayMapEntry entry = 1;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntryOrBuilder getEntryOrBuilder( int index) { return entry_.get(index); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; for (int i = 0; i < getEntryCount(); i++) { if (!getEntry(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < entry_.size(); i++) { output.writeMessage(1, entry_.get(i)); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (int i = 0; i < entry_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, entry_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap)) { return super.equals(obj); } de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap other = (de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap) obj; boolean result = true; result = result && getEntryList() .equals(other.getEntryList()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getEntryCount() > 0) { hash = (37 * hash) + ENTRY_FIELD_NUMBER; hash = (53 * hash) + getEntryList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code de.huxhorn.lilith.prefs.StringArrayMap} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements // @@protoc_insertion_point(builder_implements:de.huxhorn.lilith.prefs.StringArrayMap) de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_StringArrayMap_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_StringArrayMap_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap.class, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap.Builder.class); } // Construct using de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getEntryFieldBuilder(); } } public Builder clear() { super.clear(); if (entryBuilder_ == null) { entry_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { entryBuilder_.clear(); } return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_StringArrayMap_descriptor; } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap getDefaultInstanceForType() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap.getDefaultInstance(); } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap build() { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap buildPartial() { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap result = new de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap(this); int from_bitField0_ = bitField0_; if (entryBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001)) { entry_ = java.util.Collections.unmodifiableList(entry_); bitField0_ = (bitField0_ & ~0x00000001); } result.entry_ = entry_; } else { result.entry_ = entryBuilder_.build(); } onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap) { return mergeFrom((de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap other) { if (other == de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap.getDefaultInstance()) return this; if (entryBuilder_ == null) { if (!other.entry_.isEmpty()) { if (entry_.isEmpty()) { entry_ = other.entry_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureEntryIsMutable(); entry_.addAll(other.entry_); } onChanged(); } } else { if (!other.entry_.isEmpty()) { if (entryBuilder_.isEmpty()) { entryBuilder_.dispose(); entryBuilder_ = null; entry_ = other.entry_; bitField0_ = (bitField0_ & ~0x00000001); entryBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getEntryFieldBuilder() : null; } else { entryBuilder_.addAllMessages(other.entry_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { for (int i = 0; i < getEntryCount(); i++) { if (!getEntry(i).isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry> entry_ = java.util.Collections.emptyList(); private void ensureEntryIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { entry_ = new java.util.ArrayList<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry>(entry_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry.Builder, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntryOrBuilder> entryBuilder_; /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayMapEntry entry = 1;</code> */ public java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry> getEntryList() { if (entryBuilder_ == null) { return java.util.Collections.unmodifiableList(entry_); } else { return entryBuilder_.getMessageList(); } } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayMapEntry entry = 1;</code> */ public int getEntryCount() { if (entryBuilder_ == null) { return entry_.size(); } else { return entryBuilder_.getCount(); } } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayMapEntry entry = 1;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry getEntry(int index) { if (entryBuilder_ == null) { return entry_.get(index); } else { return entryBuilder_.getMessage(index); } } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayMapEntry entry = 1;</code> */ public Builder setEntry( int index, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry value) { if (entryBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureEntryIsMutable(); entry_.set(index, value); onChanged(); } else { entryBuilder_.setMessage(index, value); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayMapEntry entry = 1;</code> */ public Builder setEntry( int index, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry.Builder builderForValue) { if (entryBuilder_ == null) { ensureEntryIsMutable(); entry_.set(index, builderForValue.build()); onChanged(); } else { entryBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayMapEntry entry = 1;</code> */ public Builder addEntry(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry value) { if (entryBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureEntryIsMutable(); entry_.add(value); onChanged(); } else { entryBuilder_.addMessage(value); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayMapEntry entry = 1;</code> */ public Builder addEntry( int index, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry value) { if (entryBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureEntryIsMutable(); entry_.add(index, value); onChanged(); } else { entryBuilder_.addMessage(index, value); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayMapEntry entry = 1;</code> */ public Builder addEntry( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry.Builder builderForValue) { if (entryBuilder_ == null) { ensureEntryIsMutable(); entry_.add(builderForValue.build()); onChanged(); } else { entryBuilder_.addMessage(builderForValue.build()); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayMapEntry entry = 1;</code> */ public Builder addEntry( int index, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry.Builder builderForValue) { if (entryBuilder_ == null) { ensureEntryIsMutable(); entry_.add(index, builderForValue.build()); onChanged(); } else { entryBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayMapEntry entry = 1;</code> */ public Builder addAllEntry( java.lang.Iterable<? extends de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry> values) { if (entryBuilder_ == null) { ensureEntryIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, entry_); onChanged(); } else { entryBuilder_.addAllMessages(values); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayMapEntry entry = 1;</code> */ public Builder clearEntry() { if (entryBuilder_ == null) { entry_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { entryBuilder_.clear(); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayMapEntry entry = 1;</code> */ public Builder removeEntry(int index) { if (entryBuilder_ == null) { ensureEntryIsMutable(); entry_.remove(index); onChanged(); } else { entryBuilder_.remove(index); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayMapEntry entry = 1;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry.Builder getEntryBuilder( int index) { return getEntryFieldBuilder().getBuilder(index); } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayMapEntry entry = 1;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntryOrBuilder getEntryOrBuilder( int index) { if (entryBuilder_ == null) { return entry_.get(index); } else { return entryBuilder_.getMessageOrBuilder(index); } } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayMapEntry entry = 1;</code> */ public java.util.List<? extends de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntryOrBuilder> getEntryOrBuilderList() { if (entryBuilder_ != null) { return entryBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(entry_); } } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayMapEntry entry = 1;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry.Builder addEntryBuilder() { return getEntryFieldBuilder().addBuilder( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry.getDefaultInstance()); } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayMapEntry entry = 1;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry.Builder addEntryBuilder( int index) { return getEntryFieldBuilder().addBuilder( index, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry.getDefaultInstance()); } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayMapEntry entry = 1;</code> */ public java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry.Builder> getEntryBuilderList() { return getEntryFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry.Builder, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntryOrBuilder> getEntryFieldBuilder() { if (entryBuilder_ == null) { entryBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry.Builder, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntryOrBuilder>( entry_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); entry_ = null; } return entryBuilder_; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:de.huxhorn.lilith.prefs.StringArrayMap) } // @@protoc_insertion_point(class_scope:de.huxhorn.lilith.prefs.StringArrayMap) private static final de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap(); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser<StringArrayMap> PARSER = new com.google.protobuf.AbstractParser<StringArrayMap>() { public StringArrayMap parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new StringArrayMap(input, extensionRegistry); } }; public static com.google.protobuf.Parser<StringArrayMap> parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser<StringArrayMap> getParserForType() { return PARSER; } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMap getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface StringArrayMapEntryOrBuilder extends // @@protoc_insertion_point(interface_extends:de.huxhorn.lilith.prefs.StringArrayMapEntry) com.google.protobuf.MessageOrBuilder { /** * <code>required string key = 1;</code> */ boolean hasKey(); /** * <code>required string key = 1;</code> */ java.lang.String getKey(); /** * <code>required string key = 1;</code> */ com.google.protobuf.ByteString getKeyBytes(); /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;</code> */ java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue> getValueList(); /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;</code> */ de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue getValue(int index); /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;</code> */ int getValueCount(); /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;</code> */ java.util.List<? extends de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValueOrBuilder> getValueOrBuilderList(); /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;</code> */ de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValueOrBuilder getValueOrBuilder( int index); } /** * Protobuf type {@code de.huxhorn.lilith.prefs.StringArrayMapEntry} */ public static final class StringArrayMapEntry extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:de.huxhorn.lilith.prefs.StringArrayMapEntry) StringArrayMapEntryOrBuilder { // Use StringArrayMapEntry.newBuilder() to construct. private StringArrayMapEntry(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { super(builder); } private StringArrayMapEntry() { key_ = ""; value_ = java.util.Collections.emptyList(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private StringArrayMapEntry( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00000001; key_ = bs; break; } case 18: { if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { value_ = new java.util.ArrayList<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue>(); mutable_bitField0_ |= 0x00000002; } value_.add( input.readMessage(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue.PARSER, extensionRegistry)); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { value_ = java.util.Collections.unmodifiableList(value_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_StringArrayMapEntry_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_StringArrayMapEntry_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry.class, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry.Builder.class); } private int bitField0_; public static final int KEY_FIELD_NUMBER = 1; private volatile java.lang.Object key_; /** * <code>required string key = 1;</code> */ public boolean hasKey() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>required string key = 1;</code> */ public java.lang.String getKey() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { key_ = s; } return s; } } /** * <code>required string key = 1;</code> */ public com.google.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); key_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int VALUE_FIELD_NUMBER = 2; private java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue> value_; /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;</code> */ public java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue> getValueList() { return value_; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;</code> */ public java.util.List<? extends de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValueOrBuilder> getValueOrBuilderList() { return value_; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;</code> */ public int getValueCount() { return value_.size(); } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue getValue(int index) { return value_.get(index); } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValueOrBuilder getValueOrBuilder( int index) { return value_.get(index); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (!hasKey()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) == 0x00000001)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, key_); } for (int i = 0; i < value_.size(); i++) { output.writeMessage(2, value_.get(i)); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, key_); } for (int i = 0; i < value_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, value_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry)) { return super.equals(obj); } de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry other = (de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry) obj; boolean result = true; result = result && (hasKey() == other.hasKey()); if (hasKey()) { result = result && getKey() .equals(other.getKey()); } result = result && getValueList() .equals(other.getValueList()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasKey()) { hash = (37 * hash) + KEY_FIELD_NUMBER; hash = (53 * hash) + getKey().hashCode(); } if (getValueCount() > 0) { hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + getValueList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code de.huxhorn.lilith.prefs.StringArrayMapEntry} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements // @@protoc_insertion_point(builder_implements:de.huxhorn.lilith.prefs.StringArrayMapEntry) de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntryOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_StringArrayMapEntry_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_StringArrayMapEntry_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry.class, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry.Builder.class); } // Construct using de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getValueFieldBuilder(); } } public Builder clear() { super.clear(); key_ = ""; bitField0_ = (bitField0_ & ~0x00000001); if (valueBuilder_ == null) { value_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); } else { valueBuilder_.clear(); } return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_StringArrayMapEntry_descriptor; } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry getDefaultInstanceForType() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry.getDefaultInstance(); } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry build() { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry buildPartial() { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry result = new de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.key_ = key_; if (valueBuilder_ == null) { if (((bitField0_ & 0x00000002) == 0x00000002)) { value_ = java.util.Collections.unmodifiableList(value_); bitField0_ = (bitField0_ & ~0x00000002); } result.value_ = value_; } else { result.value_ = valueBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry) { return mergeFrom((de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry other) { if (other == de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry.getDefaultInstance()) return this; if (other.hasKey()) { bitField0_ |= 0x00000001; key_ = other.key_; onChanged(); } if (valueBuilder_ == null) { if (!other.value_.isEmpty()) { if (value_.isEmpty()) { value_ = other.value_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureValueIsMutable(); value_.addAll(other.value_); } onChanged(); } } else { if (!other.value_.isEmpty()) { if (valueBuilder_.isEmpty()) { valueBuilder_.dispose(); valueBuilder_ = null; value_ = other.value_; bitField0_ = (bitField0_ & ~0x00000002); valueBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getValueFieldBuilder() : null; } else { valueBuilder_.addAllMessages(other.value_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { if (!hasKey()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object key_ = ""; /** * <code>required string key = 1;</code> */ public boolean hasKey() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>required string key = 1;</code> */ public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { key_ = s; } return s; } else { return (java.lang.String) ref; } } /** * <code>required string key = 1;</code> */ public com.google.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); key_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>required string key = 1;</code> */ public Builder setKey( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; key_ = value; onChanged(); return this; } /** * <code>required string key = 1;</code> */ public Builder clearKey() { bitField0_ = (bitField0_ & ~0x00000001); key_ = getDefaultInstance().getKey(); onChanged(); return this; } /** * <code>required string key = 1;</code> */ public Builder setKeyBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; key_ = value; onChanged(); return this; } private java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue> value_ = java.util.Collections.emptyList(); private void ensureValueIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { value_ = new java.util.ArrayList<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue>(value_); bitField0_ |= 0x00000002; } } private com.google.protobuf.RepeatedFieldBuilderV3< de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue.Builder, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValueOrBuilder> valueBuilder_; /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;</code> */ public java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue> getValueList() { if (valueBuilder_ == null) { return java.util.Collections.unmodifiableList(value_); } else { return valueBuilder_.getMessageList(); } } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;</code> */ public int getValueCount() { if (valueBuilder_ == null) { return value_.size(); } else { return valueBuilder_.getCount(); } } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue getValue(int index) { if (valueBuilder_ == null) { return value_.get(index); } else { return valueBuilder_.getMessage(index); } } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;</code> */ public Builder setValue( int index, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue value) { if (valueBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureValueIsMutable(); value_.set(index, value); onChanged(); } else { valueBuilder_.setMessage(index, value); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;</code> */ public Builder setValue( int index, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue.Builder builderForValue) { if (valueBuilder_ == null) { ensureValueIsMutable(); value_.set(index, builderForValue.build()); onChanged(); } else { valueBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;</code> */ public Builder addValue(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue value) { if (valueBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureValueIsMutable(); value_.add(value); onChanged(); } else { valueBuilder_.addMessage(value); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;</code> */ public Builder addValue( int index, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue value) { if (valueBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureValueIsMutable(); value_.add(index, value); onChanged(); } else { valueBuilder_.addMessage(index, value); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;</code> */ public Builder addValue( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue.Builder builderForValue) { if (valueBuilder_ == null) { ensureValueIsMutable(); value_.add(builderForValue.build()); onChanged(); } else { valueBuilder_.addMessage(builderForValue.build()); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;</code> */ public Builder addValue( int index, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue.Builder builderForValue) { if (valueBuilder_ == null) { ensureValueIsMutable(); value_.add(index, builderForValue.build()); onChanged(); } else { valueBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;</code> */ public Builder addAllValue( java.lang.Iterable<? extends de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue> values) { if (valueBuilder_ == null) { ensureValueIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, value_); onChanged(); } else { valueBuilder_.addAllMessages(values); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;</code> */ public Builder clearValue() { if (valueBuilder_ == null) { value_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); } else { valueBuilder_.clear(); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;</code> */ public Builder removeValue(int index) { if (valueBuilder_ == null) { ensureValueIsMutable(); value_.remove(index); onChanged(); } else { valueBuilder_.remove(index); } return this; } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue.Builder getValueBuilder( int index) { return getValueFieldBuilder().getBuilder(index); } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValueOrBuilder getValueOrBuilder( int index) { if (valueBuilder_ == null) { return value_.get(index); } else { return valueBuilder_.getMessageOrBuilder(index); } } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;</code> */ public java.util.List<? extends de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValueOrBuilder> getValueOrBuilderList() { if (valueBuilder_ != null) { return valueBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(value_); } } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue.Builder addValueBuilder() { return getValueFieldBuilder().addBuilder( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue.getDefaultInstance()); } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;</code> */ public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue.Builder addValueBuilder( int index) { return getValueFieldBuilder().addBuilder( index, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue.getDefaultInstance()); } /** * <code>repeated .de.huxhorn.lilith.prefs.StringArrayValue value = 2;</code> */ public java.util.List<de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue.Builder> getValueBuilderList() { return getValueFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue.Builder, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValueOrBuilder> getValueFieldBuilder() { if (valueBuilder_ == null) { valueBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue.Builder, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValueOrBuilder>( value_, ((bitField0_ & 0x00000002) == 0x00000002), getParentForChildren(), isClean()); value_ = null; } return valueBuilder_; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:de.huxhorn.lilith.prefs.StringArrayMapEntry) } // @@protoc_insertion_point(class_scope:de.huxhorn.lilith.prefs.StringArrayMapEntry) private static final de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry(); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser<StringArrayMapEntry> PARSER = new com.google.protobuf.AbstractParser<StringArrayMapEntry>() { public StringArrayMapEntry parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new StringArrayMapEntry(input, extensionRegistry); } }; public static com.google.protobuf.Parser<StringArrayMapEntry> parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser<StringArrayMapEntry> getParserForType() { return PARSER; } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayMapEntry getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface StringArrayValueOrBuilder extends // @@protoc_insertion_point(interface_extends:de.huxhorn.lilith.prefs.StringArrayValue) com.google.protobuf.MessageOrBuilder { /** * <code>optional string value = 1;</code> */ boolean hasValue(); /** * <code>optional string value = 1;</code> */ java.lang.String getValue(); /** * <code>optional string value = 1;</code> */ com.google.protobuf.ByteString getValueBytes(); } /** * <pre> * this is necessary to support null values * </pre> * * Protobuf type {@code de.huxhorn.lilith.prefs.StringArrayValue} */ public static final class StringArrayValue extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:de.huxhorn.lilith.prefs.StringArrayValue) StringArrayValueOrBuilder { // Use StringArrayValue.newBuilder() to construct. private StringArrayValue(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { super(builder); } private StringArrayValue() { value_ = ""; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private StringArrayValue( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00000001; value_ = bs; break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_StringArrayValue_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_StringArrayValue_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue.class, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue.Builder.class); } private int bitField0_; public static final int VALUE_FIELD_NUMBER = 1; private volatile java.lang.Object value_; /** * <code>optional string value = 1;</code> */ public boolean hasValue() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional string value = 1;</code> */ public java.lang.String getValue() { java.lang.Object ref = value_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { value_ = s; } return s; } } /** * <code>optional string value = 1;</code> */ public com.google.protobuf.ByteString getValueBytes() { java.lang.Object ref = value_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); value_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) == 0x00000001)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, value_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, value_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue)) { return super.equals(obj); } de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue other = (de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue) obj; boolean result = true; result = result && (hasValue() == other.hasValue()); if (hasValue()) { result = result && getValue() .equals(other.getValue()); } result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasValue()) { hash = (37 * hash) + VALUE_FIELD_NUMBER; hash = (53 * hash) + getValue().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * <pre> * this is necessary to support null values * </pre> * * Protobuf type {@code de.huxhorn.lilith.prefs.StringArrayValue} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements // @@protoc_insertion_point(builder_implements:de.huxhorn.lilith.prefs.StringArrayValue) de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValueOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_StringArrayValue_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_StringArrayValue_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue.class, de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue.Builder.class); } // Construct using de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); value_ = ""; bitField0_ = (bitField0_ & ~0x00000001); return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.internal_static_de_huxhorn_lilith_prefs_StringArrayValue_descriptor; } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue getDefaultInstanceForType() { return de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue.getDefaultInstance(); } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue build() { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue buildPartial() { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue result = new de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.value_ = value_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue) { return mergeFrom((de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue other) { if (other == de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue.getDefaultInstance()) return this; if (other.hasValue()) { bitField0_ |= 0x00000001; value_ = other.value_; onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object value_ = ""; /** * <code>optional string value = 1;</code> */ public boolean hasValue() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional string value = 1;</code> */ public java.lang.String getValue() { java.lang.Object ref = value_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { value_ = s; } return s; } else { return (java.lang.String) ref; } } /** * <code>optional string value = 1;</code> */ public com.google.protobuf.ByteString getValueBytes() { java.lang.Object ref = value_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); value_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string value = 1;</code> */ public Builder setValue( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; value_ = value; onChanged(); return this; } /** * <code>optional string value = 1;</code> */ public Builder clearValue() { bitField0_ = (bitField0_ & ~0x00000001); value_ = getDefaultInstance().getValue(); onChanged(); return this; } /** * <code>optional string value = 1;</code> */ public Builder setValueBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; value_ = value; onChanged(); return this; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:de.huxhorn.lilith.prefs.StringArrayValue) } // @@protoc_insertion_point(class_scope:de.huxhorn.lilith.prefs.StringArrayValue) private static final de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue(); } public static de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser<StringArrayValue> PARSER = new com.google.protobuf.AbstractParser<StringArrayValue>() { public StringArrayValue parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new StringArrayValue(input, extensionRegistry); } }; public static com.google.protobuf.Parser<StringArrayValue> parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser<StringArrayValue> getParserForType() { return PARSER; } public de.huxhorn.lilith.prefs.protobuf.generated.PrefsProto.StringArrayValue getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_de_huxhorn_lilith_prefs_LilithPreferences_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_de_huxhorn_lilith_prefs_LilithPreferences_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_de_huxhorn_lilith_prefs_DirectoryContent_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_de_huxhorn_lilith_prefs_DirectoryContent_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_de_huxhorn_lilith_prefs_ByteArrayMapEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_de_huxhorn_lilith_prefs_ByteArrayMapEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_de_huxhorn_lilith_prefs_StringMap_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_de_huxhorn_lilith_prefs_StringMap_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_de_huxhorn_lilith_prefs_StringMapEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_de_huxhorn_lilith_prefs_StringMapEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_de_huxhorn_lilith_prefs_StringArrayMap_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_de_huxhorn_lilith_prefs_StringArrayMap_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_de_huxhorn_lilith_prefs_StringArrayMapEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_de_huxhorn_lilith_prefs_StringArrayMapEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_de_huxhorn_lilith_prefs_StringArrayValue_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_de_huxhorn_lilith_prefs_StringArrayValue_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n\"src/main/protobuf/PrefsProto.proto\022\027de" + ".huxhorn.lilith.prefs\"\231\n\n\021LilithPreferen" + "ces\022D\n\021groovy_conditions\030\001 \001(\0132).de.huxh" + "orn.lilith.prefs.DirectoryContent\022?\n\014det" + "ails_view\030\002 \001(\0132).de.huxhorn.lilith.pref" + "s.DirectoryContent\022=\n\nroot_files\030\003 \001(\0132)" + ".de.huxhorn.lilith.prefs.DirectoryConten" + "t\022\026\n\016blacklist_name\030\004 \001(\t\022\026\n\016whitelist_n" + "ame\030\005 \001(\t\022\025\n\rlook_and_feel\030\006 \001(\t\022\032\n\022aski" + "ng_before_quit\030\007 \001(\010\022\024\n\014auto_closing\030\010 \001", "(\010\022\034\n\024auto_focusing_window\030\t \001(\010\022\024\n\014auto" + "_opening\030\n \001(\010\022\033\n\023checking_for_update\030\013 " + "\001(\010\022\035\n\025cleaning_logs_on_exit\030\014 \001(\010\022\032\n\022co" + "loring_whole_row\030\r \001(\010\022\036\n\026global_logging" + "_enabled\030\016 \001(\010\022\"\n\032maximizing_internal_fr" + "ames\030\021 \001(\010\022\014\n\004mute\030\022 \001(\010\022\033\n\023scrolling_to" + "_bottom\030\023 \001(\010\022\037\n\027showing_full_call_stack" + "\030\024 \001(\010\022\032\n\022showing_status_bar\030\026 \001(\010\022\032\n\022sh" + "owing_stacktrace\030\027 \001(\010\022\036\n\026showing_tip_of" + "_the_day\030\030 \001(\010\022\027\n\017showing_toolbar\030\031 \001(\010\022", "\036\n\026splash_screen_disabled\030\032 \001(\010\022\035\n\025using" + "_internal_frames\030\033 \001(\010\022B\n\020source_filteri" + "ng\030\034 \001(\0162(.de.huxhorn.lilith.prefs.Sourc" + "eFiltering\022\036\n\026default_condition_name\030\035 \001" + "(\t\022\035\n\025checking_for_snapshot\030\036 \001(\010\022N\n\033gro" + "ovy_clipboard_formatters\030\037 \001(\0132).de.huxh" + "orn.lilith.prefs.DirectoryContent\022\023\n\013tra" + "y_active\030 \001(\010\022 \n\030showing_full_recent_pa" + "th\030! \001(\010\022\027\n\017hiding_on_close\030\" \001(\010\022%\n\035usi" + "ng_wrapped_exception_style\030# \001(\010\022\"\n\032show", "ing_primary_identifier\030$ \001(\010\022$\n\034showing_" + "secondary_identifier\030% \001(\010\022\032\n\022scrolling_" + "smoothly\030& \001(\010J\004\010\017\020\020J\004\010\020\020\021J\004\010\025\020\026R\010licens" + "edR\031logging_statistic_enabledR\022showing_i" + "dentifier\"\231\001\n\020DirectoryContent\022\014\n\004name\030\001" + " \001(\t\0229\n\005entry\030\002 \003(\0132*.de.huxhorn.lilith." + "prefs.ByteArrayMapEntry\022<\n\tdirectory\030\003 \003" + "(\0132).de.huxhorn.lilith.prefs.DirectoryCo" + "ntent\"/\n\021ByteArrayMapEntry\022\013\n\003key\030\001 \002(\t\022" + "\r\n\005value\030\002 \001(\014\"C\n\tStringMap\0226\n\005entry\030\001 \003", "(\0132\'.de.huxhorn.lilith.prefs.StringMapEn" + "try\",\n\016StringMapEntry\022\013\n\003key\030\001 \002(\t\022\r\n\005va" + "lue\030\002 \001(\t\"M\n\016StringArrayMap\022;\n\005entry\030\001 \003" + "(\0132,.de.huxhorn.lilith.prefs.StringArray" + "MapEntry\"\\\n\023StringArrayMapEntry\022\013\n\003key\030\001" + " \002(\t\0228\n\005value\030\002 \003(\0132).de.huxhorn.lilith." + "prefs.StringArrayValue\"!\n\020StringArrayVal" + "ue\022\r\n\005value\030\001 \001(\t*9\n\017SourceFiltering\022\010\n\004" + "NONE\020\000\022\r\n\tBLACKLIST\020\001\022\r\n\tWHITELIST\020\002B.\n*" + "de.huxhorn.lilith.prefs.protobuf.generat", "edH\001" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { public com.google.protobuf.ExtensionRegistry assignDescriptors( com.google.protobuf.Descriptors.FileDescriptor root) { descriptor = root; return null; } }; com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }, assigner); internal_static_de_huxhorn_lilith_prefs_LilithPreferences_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_de_huxhorn_lilith_prefs_LilithPreferences_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_de_huxhorn_lilith_prefs_LilithPreferences_descriptor, new java.lang.String[] { "GroovyConditions", "DetailsView", "RootFiles", "BlacklistName", "WhitelistName", "LookAndFeel", "AskingBeforeQuit", "AutoClosing", "AutoFocusingWindow", "AutoOpening", "CheckingForUpdate", "CleaningLogsOnExit", "ColoringWholeRow", "GlobalLoggingEnabled", "MaximizingInternalFrames", "Mute", "ScrollingToBottom", "ShowingFullCallStack", "ShowingStatusBar", "ShowingStacktrace", "ShowingTipOfTheDay", "ShowingToolbar", "SplashScreenDisabled", "UsingInternalFrames", "SourceFiltering", "DefaultConditionName", "CheckingForSnapshot", "GroovyClipboardFormatters", "TrayActive", "ShowingFullRecentPath", "HidingOnClose", "UsingWrappedExceptionStyle", "ShowingPrimaryIdentifier", "ShowingSecondaryIdentifier", "ScrollingSmoothly", }); internal_static_de_huxhorn_lilith_prefs_DirectoryContent_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_de_huxhorn_lilith_prefs_DirectoryContent_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_de_huxhorn_lilith_prefs_DirectoryContent_descriptor, new java.lang.String[] { "Name", "Entry", "Directory", }); internal_static_de_huxhorn_lilith_prefs_ByteArrayMapEntry_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_de_huxhorn_lilith_prefs_ByteArrayMapEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_de_huxhorn_lilith_prefs_ByteArrayMapEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_de_huxhorn_lilith_prefs_StringMap_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_de_huxhorn_lilith_prefs_StringMap_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_de_huxhorn_lilith_prefs_StringMap_descriptor, new java.lang.String[] { "Entry", }); internal_static_de_huxhorn_lilith_prefs_StringMapEntry_descriptor = getDescriptor().getMessageTypes().get(4); internal_static_de_huxhorn_lilith_prefs_StringMapEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_de_huxhorn_lilith_prefs_StringMapEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_de_huxhorn_lilith_prefs_StringArrayMap_descriptor = getDescriptor().getMessageTypes().get(5); internal_static_de_huxhorn_lilith_prefs_StringArrayMap_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_de_huxhorn_lilith_prefs_StringArrayMap_descriptor, new java.lang.String[] { "Entry", }); internal_static_de_huxhorn_lilith_prefs_StringArrayMapEntry_descriptor = getDescriptor().getMessageTypes().get(6); internal_static_de_huxhorn_lilith_prefs_StringArrayMapEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_de_huxhorn_lilith_prefs_StringArrayMapEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_de_huxhorn_lilith_prefs_StringArrayValue_descriptor = getDescriptor().getMessageTypes().get(7); internal_static_de_huxhorn_lilith_prefs_StringArrayValue_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_de_huxhorn_lilith_prefs_StringArrayValue_descriptor, new java.lang.String[] { "Value", }); } // @@protoc_insertion_point(outer_class_scope) }