// Generated by the protocol buffer compiler. DO NOT EDIT! // source: src/main/protobuf/AccessProto.proto package de.huxhorn.lilith.data.access.protobuf.generated; public final class AccessProto { private AccessProto() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface EventWrapperOrBuilder extends // @@protoc_insertion_point(interface_extends:de.huxhorn.lilith.access.EventWrapper) com.google.protobuf.MessageOrBuilder { /** * <code>optional .de.huxhorn.lilith.access.EventIdentifier event_identifier = 1;</code> */ boolean hasEventIdentifier(); /** * <code>optional .de.huxhorn.lilith.access.EventIdentifier event_identifier = 1;</code> */ de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier getEventIdentifier(); /** * <code>optional .de.huxhorn.lilith.access.EventIdentifier event_identifier = 1;</code> */ de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifierOrBuilder getEventIdentifierOrBuilder(); /** * <code>optional .de.huxhorn.lilith.access.AccessEvent event = 2;</code> */ boolean hasEvent(); /** * <code>optional .de.huxhorn.lilith.access.AccessEvent event = 2;</code> */ de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent getEvent(); /** * <code>optional .de.huxhorn.lilith.access.AccessEvent event = 2;</code> */ de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEventOrBuilder getEventOrBuilder(); } /** * Protobuf type {@code de.huxhorn.lilith.access.EventWrapper} */ public static final class EventWrapper extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:de.huxhorn.lilith.access.EventWrapper) EventWrapperOrBuilder { // Use EventWrapper.newBuilder() to construct. private EventWrapper(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { super(builder); } private EventWrapper() { } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private EventWrapper( 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: { de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier.Builder subBuilder = null; if (((bitField0_ & 0x00000001) == 0x00000001)) { subBuilder = eventIdentifier_.toBuilder(); } eventIdentifier_ = input.readMessage(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(eventIdentifier_); eventIdentifier_ = subBuilder.buildPartial(); } bitField0_ |= 0x00000001; break; } case 18: { de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent.Builder subBuilder = null; if (((bitField0_ & 0x00000002) == 0x00000002)) { subBuilder = event_.toBuilder(); } event_ = input.readMessage(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(event_); event_ = subBuilder.buildPartial(); } bitField0_ |= 0x00000002; 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.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_EventWrapper_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_EventWrapper_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper.class, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper.Builder.class); } private int bitField0_; public static final int EVENT_IDENTIFIER_FIELD_NUMBER = 1; private de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier eventIdentifier_; /** * <code>optional .de.huxhorn.lilith.access.EventIdentifier event_identifier = 1;</code> */ public boolean hasEventIdentifier() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional .de.huxhorn.lilith.access.EventIdentifier event_identifier = 1;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier getEventIdentifier() { return eventIdentifier_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier.getDefaultInstance() : eventIdentifier_; } /** * <code>optional .de.huxhorn.lilith.access.EventIdentifier event_identifier = 1;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifierOrBuilder getEventIdentifierOrBuilder() { return eventIdentifier_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier.getDefaultInstance() : eventIdentifier_; } public static final int EVENT_FIELD_NUMBER = 2; private de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent event_; /** * <code>optional .de.huxhorn.lilith.access.AccessEvent event = 2;</code> */ public boolean hasEvent() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional .de.huxhorn.lilith.access.AccessEvent event = 2;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent getEvent() { return event_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent.getDefaultInstance() : event_; } /** * <code>optional .de.huxhorn.lilith.access.AccessEvent event = 2;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEventOrBuilder getEventOrBuilder() { return event_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent.getDefaultInstance() : event_; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (hasEvent()) { if (!getEvent().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, getEventIdentifier()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeMessage(2, getEvent()); } 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, getEventIdentifier()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getEvent()); } 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.data.access.protobuf.generated.AccessProto.EventWrapper)) { return super.equals(obj); } de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper other = (de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper) obj; boolean result = true; result = result && (hasEventIdentifier() == other.hasEventIdentifier()); if (hasEventIdentifier()) { result = result && getEventIdentifier() .equals(other.getEventIdentifier()); } result = result && (hasEvent() == other.hasEvent()); if (hasEvent()) { result = result && getEvent() .equals(other.getEvent()); } 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 (hasEventIdentifier()) { hash = (37 * hash) + EVENT_IDENTIFIER_FIELD_NUMBER; hash = (53 * hash) + getEventIdentifier().hashCode(); } if (hasEvent()) { hash = (37 * hash) + EVENT_FIELD_NUMBER; hash = (53 * hash) + getEvent().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper 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.data.access.protobuf.generated.AccessProto.EventWrapper parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper 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.data.access.protobuf.generated.AccessProto.EventWrapper parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper 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.data.access.protobuf.generated.AccessProto.EventWrapper parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper 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.data.access.protobuf.generated.AccessProto.EventWrapper parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper 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.data.access.protobuf.generated.AccessProto.EventWrapper 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.access.EventWrapper} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements // @@protoc_insertion_point(builder_implements:de.huxhorn.lilith.access.EventWrapper) de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapperOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_EventWrapper_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_EventWrapper_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper.class, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper.Builder.class); } // Construct using de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getEventIdentifierFieldBuilder(); getEventFieldBuilder(); } } public Builder clear() { super.clear(); if (eventIdentifierBuilder_ == null) { eventIdentifier_ = null; } else { eventIdentifierBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000001); if (eventBuilder_ == null) { event_ = null; } else { eventBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000002); return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_EventWrapper_descriptor; } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper getDefaultInstanceForType() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper.getDefaultInstance(); } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper build() { de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper buildPartial() { de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper result = new de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } if (eventIdentifierBuilder_ == null) { result.eventIdentifier_ = eventIdentifier_; } else { result.eventIdentifier_ = eventIdentifierBuilder_.build(); } if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } if (eventBuilder_ == null) { result.event_ = event_; } else { result.event_ = eventBuilder_.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.data.access.protobuf.generated.AccessProto.EventWrapper) { return mergeFrom((de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper other) { if (other == de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper.getDefaultInstance()) return this; if (other.hasEventIdentifier()) { mergeEventIdentifier(other.getEventIdentifier()); } if (other.hasEvent()) { mergeEvent(other.getEvent()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { if (hasEvent()) { if (!getEvent().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.data.access.protobuf.generated.AccessProto.EventWrapper parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier eventIdentifier_ = null; private com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifierOrBuilder> eventIdentifierBuilder_; /** * <code>optional .de.huxhorn.lilith.access.EventIdentifier event_identifier = 1;</code> */ public boolean hasEventIdentifier() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional .de.huxhorn.lilith.access.EventIdentifier event_identifier = 1;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier getEventIdentifier() { if (eventIdentifierBuilder_ == null) { return eventIdentifier_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier.getDefaultInstance() : eventIdentifier_; } else { return eventIdentifierBuilder_.getMessage(); } } /** * <code>optional .de.huxhorn.lilith.access.EventIdentifier event_identifier = 1;</code> */ public Builder setEventIdentifier(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier value) { if (eventIdentifierBuilder_ == null) { if (value == null) { throw new NullPointerException(); } eventIdentifier_ = value; onChanged(); } else { eventIdentifierBuilder_.setMessage(value); } bitField0_ |= 0x00000001; return this; } /** * <code>optional .de.huxhorn.lilith.access.EventIdentifier event_identifier = 1;</code> */ public Builder setEventIdentifier( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier.Builder builderForValue) { if (eventIdentifierBuilder_ == null) { eventIdentifier_ = builderForValue.build(); onChanged(); } else { eventIdentifierBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; return this; } /** * <code>optional .de.huxhorn.lilith.access.EventIdentifier event_identifier = 1;</code> */ public Builder mergeEventIdentifier(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier value) { if (eventIdentifierBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001) && eventIdentifier_ != null && eventIdentifier_ != de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier.getDefaultInstance()) { eventIdentifier_ = de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier.newBuilder(eventIdentifier_).mergeFrom(value).buildPartial(); } else { eventIdentifier_ = value; } onChanged(); } else { eventIdentifierBuilder_.mergeFrom(value); } bitField0_ |= 0x00000001; return this; } /** * <code>optional .de.huxhorn.lilith.access.EventIdentifier event_identifier = 1;</code> */ public Builder clearEventIdentifier() { if (eventIdentifierBuilder_ == null) { eventIdentifier_ = null; onChanged(); } else { eventIdentifierBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000001); return this; } /** * <code>optional .de.huxhorn.lilith.access.EventIdentifier event_identifier = 1;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier.Builder getEventIdentifierBuilder() { bitField0_ |= 0x00000001; onChanged(); return getEventIdentifierFieldBuilder().getBuilder(); } /** * <code>optional .de.huxhorn.lilith.access.EventIdentifier event_identifier = 1;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifierOrBuilder getEventIdentifierOrBuilder() { if (eventIdentifierBuilder_ != null) { return eventIdentifierBuilder_.getMessageOrBuilder(); } else { return eventIdentifier_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier.getDefaultInstance() : eventIdentifier_; } } /** * <code>optional .de.huxhorn.lilith.access.EventIdentifier event_identifier = 1;</code> */ private com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifierOrBuilder> getEventIdentifierFieldBuilder() { if (eventIdentifierBuilder_ == null) { eventIdentifierBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifierOrBuilder>( getEventIdentifier(), getParentForChildren(), isClean()); eventIdentifier_ = null; } return eventIdentifierBuilder_; } private de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent event_ = null; private com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEventOrBuilder> eventBuilder_; /** * <code>optional .de.huxhorn.lilith.access.AccessEvent event = 2;</code> */ public boolean hasEvent() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional .de.huxhorn.lilith.access.AccessEvent event = 2;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent getEvent() { if (eventBuilder_ == null) { return event_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent.getDefaultInstance() : event_; } else { return eventBuilder_.getMessage(); } } /** * <code>optional .de.huxhorn.lilith.access.AccessEvent event = 2;</code> */ public Builder setEvent(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent value) { if (eventBuilder_ == null) { if (value == null) { throw new NullPointerException(); } event_ = value; onChanged(); } else { eventBuilder_.setMessage(value); } bitField0_ |= 0x00000002; return this; } /** * <code>optional .de.huxhorn.lilith.access.AccessEvent event = 2;</code> */ public Builder setEvent( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent.Builder builderForValue) { if (eventBuilder_ == null) { event_ = builderForValue.build(); onChanged(); } else { eventBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000002; return this; } /** * <code>optional .de.huxhorn.lilith.access.AccessEvent event = 2;</code> */ public Builder mergeEvent(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent value) { if (eventBuilder_ == null) { if (((bitField0_ & 0x00000002) == 0x00000002) && event_ != null && event_ != de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent.getDefaultInstance()) { event_ = de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent.newBuilder(event_).mergeFrom(value).buildPartial(); } else { event_ = value; } onChanged(); } else { eventBuilder_.mergeFrom(value); } bitField0_ |= 0x00000002; return this; } /** * <code>optional .de.huxhorn.lilith.access.AccessEvent event = 2;</code> */ public Builder clearEvent() { if (eventBuilder_ == null) { event_ = null; onChanged(); } else { eventBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000002); return this; } /** * <code>optional .de.huxhorn.lilith.access.AccessEvent event = 2;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent.Builder getEventBuilder() { bitField0_ |= 0x00000002; onChanged(); return getEventFieldBuilder().getBuilder(); } /** * <code>optional .de.huxhorn.lilith.access.AccessEvent event = 2;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEventOrBuilder getEventOrBuilder() { if (eventBuilder_ != null) { return eventBuilder_.getMessageOrBuilder(); } else { return event_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent.getDefaultInstance() : event_; } } /** * <code>optional .de.huxhorn.lilith.access.AccessEvent event = 2;</code> */ private com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEventOrBuilder> getEventFieldBuilder() { if (eventBuilder_ == null) { eventBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEventOrBuilder>( getEvent(), getParentForChildren(), isClean()); event_ = null; } return eventBuilder_; } 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.access.EventWrapper) } // @@protoc_insertion_point(class_scope:de.huxhorn.lilith.access.EventWrapper) private static final de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper(); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser<EventWrapper> PARSER = new com.google.protobuf.AbstractParser<EventWrapper>() { public EventWrapper parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new EventWrapper(input, extensionRegistry); } }; public static com.google.protobuf.Parser<EventWrapper> parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser<EventWrapper> getParserForType() { return PARSER; } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventWrapper getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface EventIdentifierOrBuilder extends // @@protoc_insertion_point(interface_extends:de.huxhorn.lilith.access.EventIdentifier) com.google.protobuf.MessageOrBuilder { /** * <code>optional int64 local_id = 1;</code> */ boolean hasLocalId(); /** * <code>optional int64 local_id = 1;</code> */ long getLocalId(); /** * <code>optional .de.huxhorn.lilith.access.SourceIdentifier source_identifier = 2;</code> */ boolean hasSourceIdentifier(); /** * <code>optional .de.huxhorn.lilith.access.SourceIdentifier source_identifier = 2;</code> */ de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier getSourceIdentifier(); /** * <code>optional .de.huxhorn.lilith.access.SourceIdentifier source_identifier = 2;</code> */ de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifierOrBuilder getSourceIdentifierOrBuilder(); } /** * Protobuf type {@code de.huxhorn.lilith.access.EventIdentifier} */ public static final class EventIdentifier extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:de.huxhorn.lilith.access.EventIdentifier) EventIdentifierOrBuilder { // Use EventIdentifier.newBuilder() to construct. private EventIdentifier(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { super(builder); } private EventIdentifier() { localId_ = 0L; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private EventIdentifier( 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 8: { bitField0_ |= 0x00000001; localId_ = input.readInt64(); break; } case 18: { de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier.Builder subBuilder = null; if (((bitField0_ & 0x00000002) == 0x00000002)) { subBuilder = sourceIdentifier_.toBuilder(); } sourceIdentifier_ = input.readMessage(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(sourceIdentifier_); sourceIdentifier_ = subBuilder.buildPartial(); } bitField0_ |= 0x00000002; 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.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_EventIdentifier_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_EventIdentifier_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier.class, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier.Builder.class); } private int bitField0_; public static final int LOCAL_ID_FIELD_NUMBER = 1; private long localId_; /** * <code>optional int64 local_id = 1;</code> */ public boolean hasLocalId() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional int64 local_id = 1;</code> */ public long getLocalId() { return localId_; } public static final int SOURCE_IDENTIFIER_FIELD_NUMBER = 2; private de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier sourceIdentifier_; /** * <code>optional .de.huxhorn.lilith.access.SourceIdentifier source_identifier = 2;</code> */ public boolean hasSourceIdentifier() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional .de.huxhorn.lilith.access.SourceIdentifier source_identifier = 2;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier getSourceIdentifier() { return sourceIdentifier_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier.getDefaultInstance() : sourceIdentifier_; } /** * <code>optional .de.huxhorn.lilith.access.SourceIdentifier source_identifier = 2;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifierOrBuilder getSourceIdentifierOrBuilder() { return sourceIdentifier_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier.getDefaultInstance() : sourceIdentifier_; } 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)) { output.writeInt64(1, localId_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeMessage(2, getSourceIdentifier()); } 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 .computeInt64Size(1, localId_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getSourceIdentifier()); } 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.data.access.protobuf.generated.AccessProto.EventIdentifier)) { return super.equals(obj); } de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier other = (de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier) obj; boolean result = true; result = result && (hasLocalId() == other.hasLocalId()); if (hasLocalId()) { result = result && (getLocalId() == other.getLocalId()); } result = result && (hasSourceIdentifier() == other.hasSourceIdentifier()); if (hasSourceIdentifier()) { result = result && getSourceIdentifier() .equals(other.getSourceIdentifier()); } 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 (hasLocalId()) { hash = (37 * hash) + LOCAL_ID_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getLocalId()); } if (hasSourceIdentifier()) { hash = (37 * hash) + SOURCE_IDENTIFIER_FIELD_NUMBER; hash = (53 * hash) + getSourceIdentifier().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier 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.data.access.protobuf.generated.AccessProto.EventIdentifier parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier 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.data.access.protobuf.generated.AccessProto.EventIdentifier parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier 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.data.access.protobuf.generated.AccessProto.EventIdentifier parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier 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.data.access.protobuf.generated.AccessProto.EventIdentifier parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier 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.data.access.protobuf.generated.AccessProto.EventIdentifier 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.access.EventIdentifier} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements // @@protoc_insertion_point(builder_implements:de.huxhorn.lilith.access.EventIdentifier) de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifierOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_EventIdentifier_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_EventIdentifier_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier.class, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier.Builder.class); } // Construct using de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getSourceIdentifierFieldBuilder(); } } public Builder clear() { super.clear(); localId_ = 0L; bitField0_ = (bitField0_ & ~0x00000001); if (sourceIdentifierBuilder_ == null) { sourceIdentifier_ = null; } else { sourceIdentifierBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000002); return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_EventIdentifier_descriptor; } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier getDefaultInstanceForType() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier.getDefaultInstance(); } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier build() { de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier buildPartial() { de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier result = new de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.localId_ = localId_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } if (sourceIdentifierBuilder_ == null) { result.sourceIdentifier_ = sourceIdentifier_; } else { result.sourceIdentifier_ = sourceIdentifierBuilder_.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.data.access.protobuf.generated.AccessProto.EventIdentifier) { return mergeFrom((de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier other) { if (other == de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier.getDefaultInstance()) return this; if (other.hasLocalId()) { setLocalId(other.getLocalId()); } if (other.hasSourceIdentifier()) { mergeSourceIdentifier(other.getSourceIdentifier()); } 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.data.access.protobuf.generated.AccessProto.EventIdentifier parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private long localId_ ; /** * <code>optional int64 local_id = 1;</code> */ public boolean hasLocalId() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional int64 local_id = 1;</code> */ public long getLocalId() { return localId_; } /** * <code>optional int64 local_id = 1;</code> */ public Builder setLocalId(long value) { bitField0_ |= 0x00000001; localId_ = value; onChanged(); return this; } /** * <code>optional int64 local_id = 1;</code> */ public Builder clearLocalId() { bitField0_ = (bitField0_ & ~0x00000001); localId_ = 0L; onChanged(); return this; } private de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier sourceIdentifier_ = null; private com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifierOrBuilder> sourceIdentifierBuilder_; /** * <code>optional .de.huxhorn.lilith.access.SourceIdentifier source_identifier = 2;</code> */ public boolean hasSourceIdentifier() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional .de.huxhorn.lilith.access.SourceIdentifier source_identifier = 2;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier getSourceIdentifier() { if (sourceIdentifierBuilder_ == null) { return sourceIdentifier_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier.getDefaultInstance() : sourceIdentifier_; } else { return sourceIdentifierBuilder_.getMessage(); } } /** * <code>optional .de.huxhorn.lilith.access.SourceIdentifier source_identifier = 2;</code> */ public Builder setSourceIdentifier(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier value) { if (sourceIdentifierBuilder_ == null) { if (value == null) { throw new NullPointerException(); } sourceIdentifier_ = value; onChanged(); } else { sourceIdentifierBuilder_.setMessage(value); } bitField0_ |= 0x00000002; return this; } /** * <code>optional .de.huxhorn.lilith.access.SourceIdentifier source_identifier = 2;</code> */ public Builder setSourceIdentifier( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier.Builder builderForValue) { if (sourceIdentifierBuilder_ == null) { sourceIdentifier_ = builderForValue.build(); onChanged(); } else { sourceIdentifierBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000002; return this; } /** * <code>optional .de.huxhorn.lilith.access.SourceIdentifier source_identifier = 2;</code> */ public Builder mergeSourceIdentifier(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier value) { if (sourceIdentifierBuilder_ == null) { if (((bitField0_ & 0x00000002) == 0x00000002) && sourceIdentifier_ != null && sourceIdentifier_ != de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier.getDefaultInstance()) { sourceIdentifier_ = de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier.newBuilder(sourceIdentifier_).mergeFrom(value).buildPartial(); } else { sourceIdentifier_ = value; } onChanged(); } else { sourceIdentifierBuilder_.mergeFrom(value); } bitField0_ |= 0x00000002; return this; } /** * <code>optional .de.huxhorn.lilith.access.SourceIdentifier source_identifier = 2;</code> */ public Builder clearSourceIdentifier() { if (sourceIdentifierBuilder_ == null) { sourceIdentifier_ = null; onChanged(); } else { sourceIdentifierBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000002); return this; } /** * <code>optional .de.huxhorn.lilith.access.SourceIdentifier source_identifier = 2;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier.Builder getSourceIdentifierBuilder() { bitField0_ |= 0x00000002; onChanged(); return getSourceIdentifierFieldBuilder().getBuilder(); } /** * <code>optional .de.huxhorn.lilith.access.SourceIdentifier source_identifier = 2;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifierOrBuilder getSourceIdentifierOrBuilder() { if (sourceIdentifierBuilder_ != null) { return sourceIdentifierBuilder_.getMessageOrBuilder(); } else { return sourceIdentifier_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier.getDefaultInstance() : sourceIdentifier_; } } /** * <code>optional .de.huxhorn.lilith.access.SourceIdentifier source_identifier = 2;</code> */ private com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifierOrBuilder> getSourceIdentifierFieldBuilder() { if (sourceIdentifierBuilder_ == null) { sourceIdentifierBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifierOrBuilder>( getSourceIdentifier(), getParentForChildren(), isClean()); sourceIdentifier_ = null; } return sourceIdentifierBuilder_; } 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.access.EventIdentifier) } // @@protoc_insertion_point(class_scope:de.huxhorn.lilith.access.EventIdentifier) private static final de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier(); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser<EventIdentifier> PARSER = new com.google.protobuf.AbstractParser<EventIdentifier>() { public EventIdentifier parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new EventIdentifier(input, extensionRegistry); } }; public static com.google.protobuf.Parser<EventIdentifier> parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser<EventIdentifier> getParserForType() { return PARSER; } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.EventIdentifier getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface SourceIdentifierOrBuilder extends // @@protoc_insertion_point(interface_extends:de.huxhorn.lilith.access.SourceIdentifier) com.google.protobuf.MessageOrBuilder { /** * <code>optional string identifier = 1;</code> */ boolean hasIdentifier(); /** * <code>optional string identifier = 1;</code> */ java.lang.String getIdentifier(); /** * <code>optional string identifier = 1;</code> */ com.google.protobuf.ByteString getIdentifierBytes(); /** * <code>optional string secondary_identifier = 2;</code> */ boolean hasSecondaryIdentifier(); /** * <code>optional string secondary_identifier = 2;</code> */ java.lang.String getSecondaryIdentifier(); /** * <code>optional string secondary_identifier = 2;</code> */ com.google.protobuf.ByteString getSecondaryIdentifierBytes(); } /** * Protobuf type {@code de.huxhorn.lilith.access.SourceIdentifier} */ public static final class SourceIdentifier extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:de.huxhorn.lilith.access.SourceIdentifier) SourceIdentifierOrBuilder { // Use SourceIdentifier.newBuilder() to construct. private SourceIdentifier(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { super(builder); } private SourceIdentifier() { identifier_ = ""; secondaryIdentifier_ = ""; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private SourceIdentifier( 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; identifier_ = bs; break; } case 18: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00000002; secondaryIdentifier_ = 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.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_SourceIdentifier_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_SourceIdentifier_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier.class, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier.Builder.class); } private int bitField0_; public static final int IDENTIFIER_FIELD_NUMBER = 1; private volatile java.lang.Object identifier_; /** * <code>optional string identifier = 1;</code> */ public boolean hasIdentifier() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional string identifier = 1;</code> */ public java.lang.String getIdentifier() { java.lang.Object ref = identifier_; 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()) { identifier_ = s; } return s; } } /** * <code>optional string identifier = 1;</code> */ public com.google.protobuf.ByteString getIdentifierBytes() { java.lang.Object ref = identifier_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); identifier_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int SECONDARY_IDENTIFIER_FIELD_NUMBER = 2; private volatile java.lang.Object secondaryIdentifier_; /** * <code>optional string secondary_identifier = 2;</code> */ public boolean hasSecondaryIdentifier() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional string secondary_identifier = 2;</code> */ public java.lang.String getSecondaryIdentifier() { java.lang.Object ref = secondaryIdentifier_; 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()) { secondaryIdentifier_ = s; } return s; } } /** * <code>optional string secondary_identifier = 2;</code> */ public com.google.protobuf.ByteString getSecondaryIdentifierBytes() { java.lang.Object ref = secondaryIdentifier_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); secondaryIdentifier_ = 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, identifier_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, secondaryIdentifier_); } 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, identifier_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, secondaryIdentifier_); } 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.data.access.protobuf.generated.AccessProto.SourceIdentifier)) { return super.equals(obj); } de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier other = (de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier) obj; boolean result = true; result = result && (hasIdentifier() == other.hasIdentifier()); if (hasIdentifier()) { result = result && getIdentifier() .equals(other.getIdentifier()); } result = result && (hasSecondaryIdentifier() == other.hasSecondaryIdentifier()); if (hasSecondaryIdentifier()) { result = result && getSecondaryIdentifier() .equals(other.getSecondaryIdentifier()); } 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 (hasIdentifier()) { hash = (37 * hash) + IDENTIFIER_FIELD_NUMBER; hash = (53 * hash) + getIdentifier().hashCode(); } if (hasSecondaryIdentifier()) { hash = (37 * hash) + SECONDARY_IDENTIFIER_FIELD_NUMBER; hash = (53 * hash) + getSecondaryIdentifier().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier 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.data.access.protobuf.generated.AccessProto.SourceIdentifier parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier 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.data.access.protobuf.generated.AccessProto.SourceIdentifier parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier 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.data.access.protobuf.generated.AccessProto.SourceIdentifier parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier 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.data.access.protobuf.generated.AccessProto.SourceIdentifier parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier 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.data.access.protobuf.generated.AccessProto.SourceIdentifier 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.access.SourceIdentifier} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements // @@protoc_insertion_point(builder_implements:de.huxhorn.lilith.access.SourceIdentifier) de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifierOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_SourceIdentifier_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_SourceIdentifier_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier.class, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier.Builder.class); } // Construct using de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier.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(); identifier_ = ""; bitField0_ = (bitField0_ & ~0x00000001); secondaryIdentifier_ = ""; bitField0_ = (bitField0_ & ~0x00000002); return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_SourceIdentifier_descriptor; } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier getDefaultInstanceForType() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier.getDefaultInstance(); } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier build() { de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier buildPartial() { de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier result = new de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.identifier_ = identifier_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.secondaryIdentifier_ = secondaryIdentifier_; 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.data.access.protobuf.generated.AccessProto.SourceIdentifier) { return mergeFrom((de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier other) { if (other == de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier.getDefaultInstance()) return this; if (other.hasIdentifier()) { bitField0_ |= 0x00000001; identifier_ = other.identifier_; onChanged(); } if (other.hasSecondaryIdentifier()) { bitField0_ |= 0x00000002; secondaryIdentifier_ = other.secondaryIdentifier_; 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.data.access.protobuf.generated.AccessProto.SourceIdentifier parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object identifier_ = ""; /** * <code>optional string identifier = 1;</code> */ public boolean hasIdentifier() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional string identifier = 1;</code> */ public java.lang.String getIdentifier() { java.lang.Object ref = identifier_; 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()) { identifier_ = s; } return s; } else { return (java.lang.String) ref; } } /** * <code>optional string identifier = 1;</code> */ public com.google.protobuf.ByteString getIdentifierBytes() { java.lang.Object ref = identifier_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); identifier_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string identifier = 1;</code> */ public Builder setIdentifier( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; identifier_ = value; onChanged(); return this; } /** * <code>optional string identifier = 1;</code> */ public Builder clearIdentifier() { bitField0_ = (bitField0_ & ~0x00000001); identifier_ = getDefaultInstance().getIdentifier(); onChanged(); return this; } /** * <code>optional string identifier = 1;</code> */ public Builder setIdentifierBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; identifier_ = value; onChanged(); return this; } private java.lang.Object secondaryIdentifier_ = ""; /** * <code>optional string secondary_identifier = 2;</code> */ public boolean hasSecondaryIdentifier() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional string secondary_identifier = 2;</code> */ public java.lang.String getSecondaryIdentifier() { java.lang.Object ref = secondaryIdentifier_; 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()) { secondaryIdentifier_ = s; } return s; } else { return (java.lang.String) ref; } } /** * <code>optional string secondary_identifier = 2;</code> */ public com.google.protobuf.ByteString getSecondaryIdentifierBytes() { java.lang.Object ref = secondaryIdentifier_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); secondaryIdentifier_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string secondary_identifier = 2;</code> */ public Builder setSecondaryIdentifier( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; secondaryIdentifier_ = value; onChanged(); return this; } /** * <code>optional string secondary_identifier = 2;</code> */ public Builder clearSecondaryIdentifier() { bitField0_ = (bitField0_ & ~0x00000002); secondaryIdentifier_ = getDefaultInstance().getSecondaryIdentifier(); onChanged(); return this; } /** * <code>optional string secondary_identifier = 2;</code> */ public Builder setSecondaryIdentifierBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; secondaryIdentifier_ = 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.access.SourceIdentifier) } // @@protoc_insertion_point(class_scope:de.huxhorn.lilith.access.SourceIdentifier) private static final de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier(); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser<SourceIdentifier> PARSER = new com.google.protobuf.AbstractParser<SourceIdentifier>() { public SourceIdentifier parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new SourceIdentifier(input, extensionRegistry); } }; public static com.google.protobuf.Parser<SourceIdentifier> parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser<SourceIdentifier> getParserForType() { return PARSER; } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.SourceIdentifier getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface AccessEventOrBuilder extends // @@protoc_insertion_point(interface_extends:de.huxhorn.lilith.access.AccessEvent) com.google.protobuf.MessageOrBuilder { /** * <code>optional string method = 1;</code> */ boolean hasMethod(); /** * <code>optional string method = 1;</code> */ java.lang.String getMethod(); /** * <code>optional string method = 1;</code> */ com.google.protobuf.ByteString getMethodBytes(); /** * <code>optional string protocol = 2;</code> */ boolean hasProtocol(); /** * <code>optional string protocol = 2;</code> */ java.lang.String getProtocol(); /** * <code>optional string protocol = 2;</code> */ com.google.protobuf.ByteString getProtocolBytes(); /** * <code>optional string remote_address = 3;</code> */ boolean hasRemoteAddress(); /** * <code>optional string remote_address = 3;</code> */ java.lang.String getRemoteAddress(); /** * <code>optional string remote_address = 3;</code> */ com.google.protobuf.ByteString getRemoteAddressBytes(); /** * <code>optional string remote_host = 4;</code> */ boolean hasRemoteHost(); /** * <code>optional string remote_host = 4;</code> */ java.lang.String getRemoteHost(); /** * <code>optional string remote_host = 4;</code> */ com.google.protobuf.ByteString getRemoteHostBytes(); /** * <code>optional string remote_user = 5;</code> */ boolean hasRemoteUser(); /** * <code>optional string remote_user = 5;</code> */ java.lang.String getRemoteUser(); /** * <code>optional string remote_user = 5;</code> */ com.google.protobuf.ByteString getRemoteUserBytes(); /** * <code>optional int64 time_stamp = 6;</code> */ boolean hasTimeStamp(); /** * <code>optional int64 time_stamp = 6;</code> */ long getTimeStamp(); /** * <code>optional string request_uri = 7;</code> */ boolean hasRequestUri(); /** * <code>optional string request_uri = 7;</code> */ java.lang.String getRequestUri(); /** * <code>optional string request_uri = 7;</code> */ com.google.protobuf.ByteString getRequestUriBytes(); /** * <code>optional string request_url = 8;</code> */ boolean hasRequestUrl(); /** * <code>optional string request_url = 8;</code> */ java.lang.String getRequestUrl(); /** * <code>optional string request_url = 8;</code> */ com.google.protobuf.ByteString getRequestUrlBytes(); /** * <code>optional int32 status_code = 9;</code> */ boolean hasStatusCode(); /** * <code>optional int32 status_code = 9;</code> */ int getStatusCode(); /** * <code>optional int32 local_port = 10;</code> */ boolean hasLocalPort(); /** * <code>optional int32 local_port = 10;</code> */ int getLocalPort(); /** * <code>optional string server_name = 11;</code> */ boolean hasServerName(); /** * <code>optional string server_name = 11;</code> */ java.lang.String getServerName(); /** * <code>optional string server_name = 11;</code> */ com.google.protobuf.ByteString getServerNameBytes(); /** * <code>optional .de.huxhorn.lilith.access.StringMap request_headers = 12;</code> */ boolean hasRequestHeaders(); /** * <code>optional .de.huxhorn.lilith.access.StringMap request_headers = 12;</code> */ de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap getRequestHeaders(); /** * <code>optional .de.huxhorn.lilith.access.StringMap request_headers = 12;</code> */ de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapOrBuilder getRequestHeadersOrBuilder(); /** * <code>optional .de.huxhorn.lilith.access.StringArrayMap request_parameters = 13;</code> */ boolean hasRequestParameters(); /** * <code>optional .de.huxhorn.lilith.access.StringArrayMap request_parameters = 13;</code> */ de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap getRequestParameters(); /** * <code>optional .de.huxhorn.lilith.access.StringArrayMap request_parameters = 13;</code> */ de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapOrBuilder getRequestParametersOrBuilder(); /** * <code>optional .de.huxhorn.lilith.access.StringMap response_headers = 14;</code> */ boolean hasResponseHeaders(); /** * <code>optional .de.huxhorn.lilith.access.StringMap response_headers = 14;</code> */ de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap getResponseHeaders(); /** * <code>optional .de.huxhorn.lilith.access.StringMap response_headers = 14;</code> */ de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapOrBuilder getResponseHeadersOrBuilder(); /** * <code>optional .de.huxhorn.lilith.access.LoggerContext logger_context = 15;</code> */ boolean hasLoggerContext(); /** * <code>optional .de.huxhorn.lilith.access.LoggerContext logger_context = 15;</code> */ de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext getLoggerContext(); /** * <code>optional .de.huxhorn.lilith.access.LoggerContext logger_context = 15;</code> */ de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContextOrBuilder getLoggerContextOrBuilder(); /** * <code>optional int64 elapsed_time = 16;</code> */ boolean hasElapsedTime(); /** * <code>optional int64 elapsed_time = 16;</code> */ long getElapsedTime(); } /** * Protobuf type {@code de.huxhorn.lilith.access.AccessEvent} */ public static final class AccessEvent extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:de.huxhorn.lilith.access.AccessEvent) AccessEventOrBuilder { // Use AccessEvent.newBuilder() to construct. private AccessEvent(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { super(builder); } private AccessEvent() { method_ = ""; protocol_ = ""; remoteAddress_ = ""; remoteHost_ = ""; remoteUser_ = ""; timeStamp_ = 0L; requestUri_ = ""; requestUrl_ = ""; statusCode_ = 0; localPort_ = 0; serverName_ = ""; elapsedTime_ = 0L; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private AccessEvent( 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; method_ = bs; break; } case 18: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00000002; protocol_ = bs; break; } case 26: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00000004; remoteAddress_ = bs; break; } case 34: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00000008; remoteHost_ = bs; break; } case 42: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00000010; remoteUser_ = bs; break; } case 48: { bitField0_ |= 0x00000020; timeStamp_ = input.readInt64(); break; } case 58: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00000040; requestUri_ = bs; break; } case 66: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00000080; requestUrl_ = bs; break; } case 72: { bitField0_ |= 0x00000100; statusCode_ = input.readInt32(); break; } case 80: { bitField0_ |= 0x00000200; localPort_ = input.readInt32(); break; } case 90: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00000400; serverName_ = bs; break; } case 98: { de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.Builder subBuilder = null; if (((bitField0_ & 0x00000800) == 0x00000800)) { subBuilder = requestHeaders_.toBuilder(); } requestHeaders_ = input.readMessage(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(requestHeaders_); requestHeaders_ = subBuilder.buildPartial(); } bitField0_ |= 0x00000800; break; } case 106: { de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap.Builder subBuilder = null; if (((bitField0_ & 0x00001000) == 0x00001000)) { subBuilder = requestParameters_.toBuilder(); } requestParameters_ = input.readMessage(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(requestParameters_); requestParameters_ = subBuilder.buildPartial(); } bitField0_ |= 0x00001000; break; } case 114: { de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.Builder subBuilder = null; if (((bitField0_ & 0x00002000) == 0x00002000)) { subBuilder = responseHeaders_.toBuilder(); } responseHeaders_ = input.readMessage(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(responseHeaders_); responseHeaders_ = subBuilder.buildPartial(); } bitField0_ |= 0x00002000; break; } case 122: { de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext.Builder subBuilder = null; if (((bitField0_ & 0x00004000) == 0x00004000)) { subBuilder = loggerContext_.toBuilder(); } loggerContext_ = input.readMessage(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(loggerContext_); loggerContext_ = subBuilder.buildPartial(); } bitField0_ |= 0x00004000; break; } case 128: { bitField0_ |= 0x00008000; elapsedTime_ = input.readInt64(); 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.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_AccessEvent_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_AccessEvent_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent.class, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent.Builder.class); } private int bitField0_; public static final int METHOD_FIELD_NUMBER = 1; private volatile java.lang.Object method_; /** * <code>optional string method = 1;</code> */ public boolean hasMethod() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional string method = 1;</code> */ public java.lang.String getMethod() { java.lang.Object ref = method_; 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()) { method_ = s; } return s; } } /** * <code>optional string method = 1;</code> */ public com.google.protobuf.ByteString getMethodBytes() { java.lang.Object ref = method_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); method_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int PROTOCOL_FIELD_NUMBER = 2; private volatile java.lang.Object protocol_; /** * <code>optional string protocol = 2;</code> */ public boolean hasProtocol() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional string protocol = 2;</code> */ public java.lang.String getProtocol() { java.lang.Object ref = protocol_; 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()) { protocol_ = s; } return s; } } /** * <code>optional string protocol = 2;</code> */ public com.google.protobuf.ByteString getProtocolBytes() { java.lang.Object ref = protocol_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); protocol_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int REMOTE_ADDRESS_FIELD_NUMBER = 3; private volatile java.lang.Object remoteAddress_; /** * <code>optional string remote_address = 3;</code> */ public boolean hasRemoteAddress() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * <code>optional string remote_address = 3;</code> */ public java.lang.String getRemoteAddress() { java.lang.Object ref = remoteAddress_; 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()) { remoteAddress_ = s; } return s; } } /** * <code>optional string remote_address = 3;</code> */ public com.google.protobuf.ByteString getRemoteAddressBytes() { java.lang.Object ref = remoteAddress_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); remoteAddress_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int REMOTE_HOST_FIELD_NUMBER = 4; private volatile java.lang.Object remoteHost_; /** * <code>optional string remote_host = 4;</code> */ public boolean hasRemoteHost() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * <code>optional string remote_host = 4;</code> */ public java.lang.String getRemoteHost() { java.lang.Object ref = remoteHost_; 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()) { remoteHost_ = s; } return s; } } /** * <code>optional string remote_host = 4;</code> */ public com.google.protobuf.ByteString getRemoteHostBytes() { java.lang.Object ref = remoteHost_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); remoteHost_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int REMOTE_USER_FIELD_NUMBER = 5; private volatile java.lang.Object remoteUser_; /** * <code>optional string remote_user = 5;</code> */ public boolean hasRemoteUser() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * <code>optional string remote_user = 5;</code> */ public java.lang.String getRemoteUser() { java.lang.Object ref = remoteUser_; 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()) { remoteUser_ = s; } return s; } } /** * <code>optional string remote_user = 5;</code> */ public com.google.protobuf.ByteString getRemoteUserBytes() { java.lang.Object ref = remoteUser_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); remoteUser_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int TIME_STAMP_FIELD_NUMBER = 6; private long timeStamp_; /** * <code>optional int64 time_stamp = 6;</code> */ public boolean hasTimeStamp() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * <code>optional int64 time_stamp = 6;</code> */ public long getTimeStamp() { return timeStamp_; } public static final int REQUEST_URI_FIELD_NUMBER = 7; private volatile java.lang.Object requestUri_; /** * <code>optional string request_uri = 7;</code> */ public boolean hasRequestUri() { return ((bitField0_ & 0x00000040) == 0x00000040); } /** * <code>optional string request_uri = 7;</code> */ public java.lang.String getRequestUri() { java.lang.Object ref = requestUri_; 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()) { requestUri_ = s; } return s; } } /** * <code>optional string request_uri = 7;</code> */ public com.google.protobuf.ByteString getRequestUriBytes() { java.lang.Object ref = requestUri_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); requestUri_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int REQUEST_URL_FIELD_NUMBER = 8; private volatile java.lang.Object requestUrl_; /** * <code>optional string request_url = 8;</code> */ public boolean hasRequestUrl() { return ((bitField0_ & 0x00000080) == 0x00000080); } /** * <code>optional string request_url = 8;</code> */ public java.lang.String getRequestUrl() { java.lang.Object ref = requestUrl_; 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()) { requestUrl_ = s; } return s; } } /** * <code>optional string request_url = 8;</code> */ public com.google.protobuf.ByteString getRequestUrlBytes() { java.lang.Object ref = requestUrl_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); requestUrl_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int STATUS_CODE_FIELD_NUMBER = 9; private int statusCode_; /** * <code>optional int32 status_code = 9;</code> */ public boolean hasStatusCode() { return ((bitField0_ & 0x00000100) == 0x00000100); } /** * <code>optional int32 status_code = 9;</code> */ public int getStatusCode() { return statusCode_; } public static final int LOCAL_PORT_FIELD_NUMBER = 10; private int localPort_; /** * <code>optional int32 local_port = 10;</code> */ public boolean hasLocalPort() { return ((bitField0_ & 0x00000200) == 0x00000200); } /** * <code>optional int32 local_port = 10;</code> */ public int getLocalPort() { return localPort_; } public static final int SERVER_NAME_FIELD_NUMBER = 11; private volatile java.lang.Object serverName_; /** * <code>optional string server_name = 11;</code> */ public boolean hasServerName() { return ((bitField0_ & 0x00000400) == 0x00000400); } /** * <code>optional string server_name = 11;</code> */ public java.lang.String getServerName() { java.lang.Object ref = serverName_; 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()) { serverName_ = s; } return s; } } /** * <code>optional string server_name = 11;</code> */ public com.google.protobuf.ByteString getServerNameBytes() { java.lang.Object ref = serverName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); serverName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int REQUEST_HEADERS_FIELD_NUMBER = 12; private de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap requestHeaders_; /** * <code>optional .de.huxhorn.lilith.access.StringMap request_headers = 12;</code> */ public boolean hasRequestHeaders() { return ((bitField0_ & 0x00000800) == 0x00000800); } /** * <code>optional .de.huxhorn.lilith.access.StringMap request_headers = 12;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap getRequestHeaders() { return requestHeaders_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.getDefaultInstance() : requestHeaders_; } /** * <code>optional .de.huxhorn.lilith.access.StringMap request_headers = 12;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapOrBuilder getRequestHeadersOrBuilder() { return requestHeaders_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.getDefaultInstance() : requestHeaders_; } public static final int REQUEST_PARAMETERS_FIELD_NUMBER = 13; private de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap requestParameters_; /** * <code>optional .de.huxhorn.lilith.access.StringArrayMap request_parameters = 13;</code> */ public boolean hasRequestParameters() { return ((bitField0_ & 0x00001000) == 0x00001000); } /** * <code>optional .de.huxhorn.lilith.access.StringArrayMap request_parameters = 13;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap getRequestParameters() { return requestParameters_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap.getDefaultInstance() : requestParameters_; } /** * <code>optional .de.huxhorn.lilith.access.StringArrayMap request_parameters = 13;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapOrBuilder getRequestParametersOrBuilder() { return requestParameters_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap.getDefaultInstance() : requestParameters_; } public static final int RESPONSE_HEADERS_FIELD_NUMBER = 14; private de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap responseHeaders_; /** * <code>optional .de.huxhorn.lilith.access.StringMap response_headers = 14;</code> */ public boolean hasResponseHeaders() { return ((bitField0_ & 0x00002000) == 0x00002000); } /** * <code>optional .de.huxhorn.lilith.access.StringMap response_headers = 14;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap getResponseHeaders() { return responseHeaders_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.getDefaultInstance() : responseHeaders_; } /** * <code>optional .de.huxhorn.lilith.access.StringMap response_headers = 14;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapOrBuilder getResponseHeadersOrBuilder() { return responseHeaders_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.getDefaultInstance() : responseHeaders_; } public static final int LOGGER_CONTEXT_FIELD_NUMBER = 15; private de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext loggerContext_; /** * <code>optional .de.huxhorn.lilith.access.LoggerContext logger_context = 15;</code> */ public boolean hasLoggerContext() { return ((bitField0_ & 0x00004000) == 0x00004000); } /** * <code>optional .de.huxhorn.lilith.access.LoggerContext logger_context = 15;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext getLoggerContext() { return loggerContext_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext.getDefaultInstance() : loggerContext_; } /** * <code>optional .de.huxhorn.lilith.access.LoggerContext logger_context = 15;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContextOrBuilder getLoggerContextOrBuilder() { return loggerContext_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext.getDefaultInstance() : loggerContext_; } public static final int ELAPSED_TIME_FIELD_NUMBER = 16; private long elapsedTime_; /** * <code>optional int64 elapsed_time = 16;</code> */ public boolean hasElapsedTime() { return ((bitField0_ & 0x00008000) == 0x00008000); } /** * <code>optional int64 elapsed_time = 16;</code> */ public long getElapsedTime() { return elapsedTime_; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (hasRequestHeaders()) { if (!getRequestHeaders().isInitialized()) { memoizedIsInitialized = 0; return false; } } if (hasRequestParameters()) { if (!getRequestParameters().isInitialized()) { memoizedIsInitialized = 0; return false; } } if (hasResponseHeaders()) { if (!getResponseHeaders().isInitialized()) { memoizedIsInitialized = 0; return false; } } if (hasLoggerContext()) { if (!getLoggerContext().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, method_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, protocol_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, remoteAddress_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, remoteHost_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 5, remoteUser_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { output.writeInt64(6, timeStamp_); } if (((bitField0_ & 0x00000040) == 0x00000040)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 7, requestUri_); } if (((bitField0_ & 0x00000080) == 0x00000080)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 8, requestUrl_); } if (((bitField0_ & 0x00000100) == 0x00000100)) { output.writeInt32(9, statusCode_); } if (((bitField0_ & 0x00000200) == 0x00000200)) { output.writeInt32(10, localPort_); } if (((bitField0_ & 0x00000400) == 0x00000400)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 11, serverName_); } if (((bitField0_ & 0x00000800) == 0x00000800)) { output.writeMessage(12, getRequestHeaders()); } if (((bitField0_ & 0x00001000) == 0x00001000)) { output.writeMessage(13, getRequestParameters()); } if (((bitField0_ & 0x00002000) == 0x00002000)) { output.writeMessage(14, getResponseHeaders()); } if (((bitField0_ & 0x00004000) == 0x00004000)) { output.writeMessage(15, getLoggerContext()); } if (((bitField0_ & 0x00008000) == 0x00008000)) { output.writeInt64(16, elapsedTime_); } 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, method_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, protocol_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, remoteAddress_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, remoteHost_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, remoteUser_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(6, timeStamp_); } if (((bitField0_ & 0x00000040) == 0x00000040)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, requestUri_); } if (((bitField0_ & 0x00000080) == 0x00000080)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, requestUrl_); } if (((bitField0_ & 0x00000100) == 0x00000100)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(9, statusCode_); } if (((bitField0_ & 0x00000200) == 0x00000200)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(10, localPort_); } if (((bitField0_ & 0x00000400) == 0x00000400)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, serverName_); } if (((bitField0_ & 0x00000800) == 0x00000800)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(12, getRequestHeaders()); } if (((bitField0_ & 0x00001000) == 0x00001000)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(13, getRequestParameters()); } if (((bitField0_ & 0x00002000) == 0x00002000)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(14, getResponseHeaders()); } if (((bitField0_ & 0x00004000) == 0x00004000)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(15, getLoggerContext()); } if (((bitField0_ & 0x00008000) == 0x00008000)) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(16, elapsedTime_); } 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.data.access.protobuf.generated.AccessProto.AccessEvent)) { return super.equals(obj); } de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent other = (de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent) obj; boolean result = true; result = result && (hasMethod() == other.hasMethod()); if (hasMethod()) { result = result && getMethod() .equals(other.getMethod()); } result = result && (hasProtocol() == other.hasProtocol()); if (hasProtocol()) { result = result && getProtocol() .equals(other.getProtocol()); } result = result && (hasRemoteAddress() == other.hasRemoteAddress()); if (hasRemoteAddress()) { result = result && getRemoteAddress() .equals(other.getRemoteAddress()); } result = result && (hasRemoteHost() == other.hasRemoteHost()); if (hasRemoteHost()) { result = result && getRemoteHost() .equals(other.getRemoteHost()); } result = result && (hasRemoteUser() == other.hasRemoteUser()); if (hasRemoteUser()) { result = result && getRemoteUser() .equals(other.getRemoteUser()); } result = result && (hasTimeStamp() == other.hasTimeStamp()); if (hasTimeStamp()) { result = result && (getTimeStamp() == other.getTimeStamp()); } result = result && (hasRequestUri() == other.hasRequestUri()); if (hasRequestUri()) { result = result && getRequestUri() .equals(other.getRequestUri()); } result = result && (hasRequestUrl() == other.hasRequestUrl()); if (hasRequestUrl()) { result = result && getRequestUrl() .equals(other.getRequestUrl()); } result = result && (hasStatusCode() == other.hasStatusCode()); if (hasStatusCode()) { result = result && (getStatusCode() == other.getStatusCode()); } result = result && (hasLocalPort() == other.hasLocalPort()); if (hasLocalPort()) { result = result && (getLocalPort() == other.getLocalPort()); } result = result && (hasServerName() == other.hasServerName()); if (hasServerName()) { result = result && getServerName() .equals(other.getServerName()); } result = result && (hasRequestHeaders() == other.hasRequestHeaders()); if (hasRequestHeaders()) { result = result && getRequestHeaders() .equals(other.getRequestHeaders()); } result = result && (hasRequestParameters() == other.hasRequestParameters()); if (hasRequestParameters()) { result = result && getRequestParameters() .equals(other.getRequestParameters()); } result = result && (hasResponseHeaders() == other.hasResponseHeaders()); if (hasResponseHeaders()) { result = result && getResponseHeaders() .equals(other.getResponseHeaders()); } result = result && (hasLoggerContext() == other.hasLoggerContext()); if (hasLoggerContext()) { result = result && getLoggerContext() .equals(other.getLoggerContext()); } result = result && (hasElapsedTime() == other.hasElapsedTime()); if (hasElapsedTime()) { result = result && (getElapsedTime() == other.getElapsedTime()); } 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 (hasMethod()) { hash = (37 * hash) + METHOD_FIELD_NUMBER; hash = (53 * hash) + getMethod().hashCode(); } if (hasProtocol()) { hash = (37 * hash) + PROTOCOL_FIELD_NUMBER; hash = (53 * hash) + getProtocol().hashCode(); } if (hasRemoteAddress()) { hash = (37 * hash) + REMOTE_ADDRESS_FIELD_NUMBER; hash = (53 * hash) + getRemoteAddress().hashCode(); } if (hasRemoteHost()) { hash = (37 * hash) + REMOTE_HOST_FIELD_NUMBER; hash = (53 * hash) + getRemoteHost().hashCode(); } if (hasRemoteUser()) { hash = (37 * hash) + REMOTE_USER_FIELD_NUMBER; hash = (53 * hash) + getRemoteUser().hashCode(); } if (hasTimeStamp()) { hash = (37 * hash) + TIME_STAMP_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getTimeStamp()); } if (hasRequestUri()) { hash = (37 * hash) + REQUEST_URI_FIELD_NUMBER; hash = (53 * hash) + getRequestUri().hashCode(); } if (hasRequestUrl()) { hash = (37 * hash) + REQUEST_URL_FIELD_NUMBER; hash = (53 * hash) + getRequestUrl().hashCode(); } if (hasStatusCode()) { hash = (37 * hash) + STATUS_CODE_FIELD_NUMBER; hash = (53 * hash) + getStatusCode(); } if (hasLocalPort()) { hash = (37 * hash) + LOCAL_PORT_FIELD_NUMBER; hash = (53 * hash) + getLocalPort(); } if (hasServerName()) { hash = (37 * hash) + SERVER_NAME_FIELD_NUMBER; hash = (53 * hash) + getServerName().hashCode(); } if (hasRequestHeaders()) { hash = (37 * hash) + REQUEST_HEADERS_FIELD_NUMBER; hash = (53 * hash) + getRequestHeaders().hashCode(); } if (hasRequestParameters()) { hash = (37 * hash) + REQUEST_PARAMETERS_FIELD_NUMBER; hash = (53 * hash) + getRequestParameters().hashCode(); } if (hasResponseHeaders()) { hash = (37 * hash) + RESPONSE_HEADERS_FIELD_NUMBER; hash = (53 * hash) + getResponseHeaders().hashCode(); } if (hasLoggerContext()) { hash = (37 * hash) + LOGGER_CONTEXT_FIELD_NUMBER; hash = (53 * hash) + getLoggerContext().hashCode(); } if (hasElapsedTime()) { hash = (37 * hash) + ELAPSED_TIME_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getElapsedTime()); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent 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.data.access.protobuf.generated.AccessProto.AccessEvent parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent 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.data.access.protobuf.generated.AccessProto.AccessEvent parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent 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.data.access.protobuf.generated.AccessProto.AccessEvent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent 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.data.access.protobuf.generated.AccessProto.AccessEvent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent 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.data.access.protobuf.generated.AccessProto.AccessEvent 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.access.AccessEvent} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements // @@protoc_insertion_point(builder_implements:de.huxhorn.lilith.access.AccessEvent) de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEventOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_AccessEvent_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_AccessEvent_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent.class, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent.Builder.class); } // Construct using de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getRequestHeadersFieldBuilder(); getRequestParametersFieldBuilder(); getResponseHeadersFieldBuilder(); getLoggerContextFieldBuilder(); } } public Builder clear() { super.clear(); method_ = ""; bitField0_ = (bitField0_ & ~0x00000001); protocol_ = ""; bitField0_ = (bitField0_ & ~0x00000002); remoteAddress_ = ""; bitField0_ = (bitField0_ & ~0x00000004); remoteHost_ = ""; bitField0_ = (bitField0_ & ~0x00000008); remoteUser_ = ""; bitField0_ = (bitField0_ & ~0x00000010); timeStamp_ = 0L; bitField0_ = (bitField0_ & ~0x00000020); requestUri_ = ""; bitField0_ = (bitField0_ & ~0x00000040); requestUrl_ = ""; bitField0_ = (bitField0_ & ~0x00000080); statusCode_ = 0; bitField0_ = (bitField0_ & ~0x00000100); localPort_ = 0; bitField0_ = (bitField0_ & ~0x00000200); serverName_ = ""; bitField0_ = (bitField0_ & ~0x00000400); if (requestHeadersBuilder_ == null) { requestHeaders_ = null; } else { requestHeadersBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000800); if (requestParametersBuilder_ == null) { requestParameters_ = null; } else { requestParametersBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00001000); if (responseHeadersBuilder_ == null) { responseHeaders_ = null; } else { responseHeadersBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00002000); if (loggerContextBuilder_ == null) { loggerContext_ = null; } else { loggerContextBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00004000); elapsedTime_ = 0L; bitField0_ = (bitField0_ & ~0x00008000); return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_AccessEvent_descriptor; } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent getDefaultInstanceForType() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent.getDefaultInstance(); } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent build() { de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent buildPartial() { de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent result = new de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.method_ = method_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.protocol_ = protocol_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.remoteAddress_ = remoteAddress_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.remoteHost_ = remoteHost_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.remoteUser_ = remoteUser_; if (((from_bitField0_ & 0x00000020) == 0x00000020)) { to_bitField0_ |= 0x00000020; } result.timeStamp_ = timeStamp_; if (((from_bitField0_ & 0x00000040) == 0x00000040)) { to_bitField0_ |= 0x00000040; } result.requestUri_ = requestUri_; if (((from_bitField0_ & 0x00000080) == 0x00000080)) { to_bitField0_ |= 0x00000080; } result.requestUrl_ = requestUrl_; if (((from_bitField0_ & 0x00000100) == 0x00000100)) { to_bitField0_ |= 0x00000100; } result.statusCode_ = statusCode_; if (((from_bitField0_ & 0x00000200) == 0x00000200)) { to_bitField0_ |= 0x00000200; } result.localPort_ = localPort_; if (((from_bitField0_ & 0x00000400) == 0x00000400)) { to_bitField0_ |= 0x00000400; } result.serverName_ = serverName_; if (((from_bitField0_ & 0x00000800) == 0x00000800)) { to_bitField0_ |= 0x00000800; } if (requestHeadersBuilder_ == null) { result.requestHeaders_ = requestHeaders_; } else { result.requestHeaders_ = requestHeadersBuilder_.build(); } if (((from_bitField0_ & 0x00001000) == 0x00001000)) { to_bitField0_ |= 0x00001000; } if (requestParametersBuilder_ == null) { result.requestParameters_ = requestParameters_; } else { result.requestParameters_ = requestParametersBuilder_.build(); } if (((from_bitField0_ & 0x00002000) == 0x00002000)) { to_bitField0_ |= 0x00002000; } if (responseHeadersBuilder_ == null) { result.responseHeaders_ = responseHeaders_; } else { result.responseHeaders_ = responseHeadersBuilder_.build(); } if (((from_bitField0_ & 0x00004000) == 0x00004000)) { to_bitField0_ |= 0x00004000; } if (loggerContextBuilder_ == null) { result.loggerContext_ = loggerContext_; } else { result.loggerContext_ = loggerContextBuilder_.build(); } if (((from_bitField0_ & 0x00008000) == 0x00008000)) { to_bitField0_ |= 0x00008000; } result.elapsedTime_ = elapsedTime_; 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.data.access.protobuf.generated.AccessProto.AccessEvent) { return mergeFrom((de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent other) { if (other == de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent.getDefaultInstance()) return this; if (other.hasMethod()) { bitField0_ |= 0x00000001; method_ = other.method_; onChanged(); } if (other.hasProtocol()) { bitField0_ |= 0x00000002; protocol_ = other.protocol_; onChanged(); } if (other.hasRemoteAddress()) { bitField0_ |= 0x00000004; remoteAddress_ = other.remoteAddress_; onChanged(); } if (other.hasRemoteHost()) { bitField0_ |= 0x00000008; remoteHost_ = other.remoteHost_; onChanged(); } if (other.hasRemoteUser()) { bitField0_ |= 0x00000010; remoteUser_ = other.remoteUser_; onChanged(); } if (other.hasTimeStamp()) { setTimeStamp(other.getTimeStamp()); } if (other.hasRequestUri()) { bitField0_ |= 0x00000040; requestUri_ = other.requestUri_; onChanged(); } if (other.hasRequestUrl()) { bitField0_ |= 0x00000080; requestUrl_ = other.requestUrl_; onChanged(); } if (other.hasStatusCode()) { setStatusCode(other.getStatusCode()); } if (other.hasLocalPort()) { setLocalPort(other.getLocalPort()); } if (other.hasServerName()) { bitField0_ |= 0x00000400; serverName_ = other.serverName_; onChanged(); } if (other.hasRequestHeaders()) { mergeRequestHeaders(other.getRequestHeaders()); } if (other.hasRequestParameters()) { mergeRequestParameters(other.getRequestParameters()); } if (other.hasResponseHeaders()) { mergeResponseHeaders(other.getResponseHeaders()); } if (other.hasLoggerContext()) { mergeLoggerContext(other.getLoggerContext()); } if (other.hasElapsedTime()) { setElapsedTime(other.getElapsedTime()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { if (hasRequestHeaders()) { if (!getRequestHeaders().isInitialized()) { return false; } } if (hasRequestParameters()) { if (!getRequestParameters().isInitialized()) { return false; } } if (hasResponseHeaders()) { if (!getResponseHeaders().isInitialized()) { return false; } } if (hasLoggerContext()) { if (!getLoggerContext().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.data.access.protobuf.generated.AccessProto.AccessEvent parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object method_ = ""; /** * <code>optional string method = 1;</code> */ public boolean hasMethod() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional string method = 1;</code> */ public java.lang.String getMethod() { java.lang.Object ref = method_; 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()) { method_ = s; } return s; } else { return (java.lang.String) ref; } } /** * <code>optional string method = 1;</code> */ public com.google.protobuf.ByteString getMethodBytes() { java.lang.Object ref = method_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); method_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string method = 1;</code> */ public Builder setMethod( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; method_ = value; onChanged(); return this; } /** * <code>optional string method = 1;</code> */ public Builder clearMethod() { bitField0_ = (bitField0_ & ~0x00000001); method_ = getDefaultInstance().getMethod(); onChanged(); return this; } /** * <code>optional string method = 1;</code> */ public Builder setMethodBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; method_ = value; onChanged(); return this; } private java.lang.Object protocol_ = ""; /** * <code>optional string protocol = 2;</code> */ public boolean hasProtocol() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional string protocol = 2;</code> */ public java.lang.String getProtocol() { java.lang.Object ref = protocol_; 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()) { protocol_ = s; } return s; } else { return (java.lang.String) ref; } } /** * <code>optional string protocol = 2;</code> */ public com.google.protobuf.ByteString getProtocolBytes() { java.lang.Object ref = protocol_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); protocol_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string protocol = 2;</code> */ public Builder setProtocol( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; protocol_ = value; onChanged(); return this; } /** * <code>optional string protocol = 2;</code> */ public Builder clearProtocol() { bitField0_ = (bitField0_ & ~0x00000002); protocol_ = getDefaultInstance().getProtocol(); onChanged(); return this; } /** * <code>optional string protocol = 2;</code> */ public Builder setProtocolBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; protocol_ = value; onChanged(); return this; } private java.lang.Object remoteAddress_ = ""; /** * <code>optional string remote_address = 3;</code> */ public boolean hasRemoteAddress() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * <code>optional string remote_address = 3;</code> */ public java.lang.String getRemoteAddress() { java.lang.Object ref = remoteAddress_; 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()) { remoteAddress_ = s; } return s; } else { return (java.lang.String) ref; } } /** * <code>optional string remote_address = 3;</code> */ public com.google.protobuf.ByteString getRemoteAddressBytes() { java.lang.Object ref = remoteAddress_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); remoteAddress_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string remote_address = 3;</code> */ public Builder setRemoteAddress( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000004; remoteAddress_ = value; onChanged(); return this; } /** * <code>optional string remote_address = 3;</code> */ public Builder clearRemoteAddress() { bitField0_ = (bitField0_ & ~0x00000004); remoteAddress_ = getDefaultInstance().getRemoteAddress(); onChanged(); return this; } /** * <code>optional string remote_address = 3;</code> */ public Builder setRemoteAddressBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000004; remoteAddress_ = value; onChanged(); return this; } private java.lang.Object remoteHost_ = ""; /** * <code>optional string remote_host = 4;</code> */ public boolean hasRemoteHost() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * <code>optional string remote_host = 4;</code> */ public java.lang.String getRemoteHost() { java.lang.Object ref = remoteHost_; 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()) { remoteHost_ = s; } return s; } else { return (java.lang.String) ref; } } /** * <code>optional string remote_host = 4;</code> */ public com.google.protobuf.ByteString getRemoteHostBytes() { java.lang.Object ref = remoteHost_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); remoteHost_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string remote_host = 4;</code> */ public Builder setRemoteHost( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000008; remoteHost_ = value; onChanged(); return this; } /** * <code>optional string remote_host = 4;</code> */ public Builder clearRemoteHost() { bitField0_ = (bitField0_ & ~0x00000008); remoteHost_ = getDefaultInstance().getRemoteHost(); onChanged(); return this; } /** * <code>optional string remote_host = 4;</code> */ public Builder setRemoteHostBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000008; remoteHost_ = value; onChanged(); return this; } private java.lang.Object remoteUser_ = ""; /** * <code>optional string remote_user = 5;</code> */ public boolean hasRemoteUser() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * <code>optional string remote_user = 5;</code> */ public java.lang.String getRemoteUser() { java.lang.Object ref = remoteUser_; 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()) { remoteUser_ = s; } return s; } else { return (java.lang.String) ref; } } /** * <code>optional string remote_user = 5;</code> */ public com.google.protobuf.ByteString getRemoteUserBytes() { java.lang.Object ref = remoteUser_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); remoteUser_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string remote_user = 5;</code> */ public Builder setRemoteUser( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000010; remoteUser_ = value; onChanged(); return this; } /** * <code>optional string remote_user = 5;</code> */ public Builder clearRemoteUser() { bitField0_ = (bitField0_ & ~0x00000010); remoteUser_ = getDefaultInstance().getRemoteUser(); onChanged(); return this; } /** * <code>optional string remote_user = 5;</code> */ public Builder setRemoteUserBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000010; remoteUser_ = value; onChanged(); return this; } private long timeStamp_ ; /** * <code>optional int64 time_stamp = 6;</code> */ public boolean hasTimeStamp() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * <code>optional int64 time_stamp = 6;</code> */ public long getTimeStamp() { return timeStamp_; } /** * <code>optional int64 time_stamp = 6;</code> */ public Builder setTimeStamp(long value) { bitField0_ |= 0x00000020; timeStamp_ = value; onChanged(); return this; } /** * <code>optional int64 time_stamp = 6;</code> */ public Builder clearTimeStamp() { bitField0_ = (bitField0_ & ~0x00000020); timeStamp_ = 0L; onChanged(); return this; } private java.lang.Object requestUri_ = ""; /** * <code>optional string request_uri = 7;</code> */ public boolean hasRequestUri() { return ((bitField0_ & 0x00000040) == 0x00000040); } /** * <code>optional string request_uri = 7;</code> */ public java.lang.String getRequestUri() { java.lang.Object ref = requestUri_; 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()) { requestUri_ = s; } return s; } else { return (java.lang.String) ref; } } /** * <code>optional string request_uri = 7;</code> */ public com.google.protobuf.ByteString getRequestUriBytes() { java.lang.Object ref = requestUri_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); requestUri_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string request_uri = 7;</code> */ public Builder setRequestUri( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000040; requestUri_ = value; onChanged(); return this; } /** * <code>optional string request_uri = 7;</code> */ public Builder clearRequestUri() { bitField0_ = (bitField0_ & ~0x00000040); requestUri_ = getDefaultInstance().getRequestUri(); onChanged(); return this; } /** * <code>optional string request_uri = 7;</code> */ public Builder setRequestUriBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000040; requestUri_ = value; onChanged(); return this; } private java.lang.Object requestUrl_ = ""; /** * <code>optional string request_url = 8;</code> */ public boolean hasRequestUrl() { return ((bitField0_ & 0x00000080) == 0x00000080); } /** * <code>optional string request_url = 8;</code> */ public java.lang.String getRequestUrl() { java.lang.Object ref = requestUrl_; 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()) { requestUrl_ = s; } return s; } else { return (java.lang.String) ref; } } /** * <code>optional string request_url = 8;</code> */ public com.google.protobuf.ByteString getRequestUrlBytes() { java.lang.Object ref = requestUrl_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); requestUrl_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string request_url = 8;</code> */ public Builder setRequestUrl( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000080; requestUrl_ = value; onChanged(); return this; } /** * <code>optional string request_url = 8;</code> */ public Builder clearRequestUrl() { bitField0_ = (bitField0_ & ~0x00000080); requestUrl_ = getDefaultInstance().getRequestUrl(); onChanged(); return this; } /** * <code>optional string request_url = 8;</code> */ public Builder setRequestUrlBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000080; requestUrl_ = value; onChanged(); return this; } private int statusCode_ ; /** * <code>optional int32 status_code = 9;</code> */ public boolean hasStatusCode() { return ((bitField0_ & 0x00000100) == 0x00000100); } /** * <code>optional int32 status_code = 9;</code> */ public int getStatusCode() { return statusCode_; } /** * <code>optional int32 status_code = 9;</code> */ public Builder setStatusCode(int value) { bitField0_ |= 0x00000100; statusCode_ = value; onChanged(); return this; } /** * <code>optional int32 status_code = 9;</code> */ public Builder clearStatusCode() { bitField0_ = (bitField0_ & ~0x00000100); statusCode_ = 0; onChanged(); return this; } private int localPort_ ; /** * <code>optional int32 local_port = 10;</code> */ public boolean hasLocalPort() { return ((bitField0_ & 0x00000200) == 0x00000200); } /** * <code>optional int32 local_port = 10;</code> */ public int getLocalPort() { return localPort_; } /** * <code>optional int32 local_port = 10;</code> */ public Builder setLocalPort(int value) { bitField0_ |= 0x00000200; localPort_ = value; onChanged(); return this; } /** * <code>optional int32 local_port = 10;</code> */ public Builder clearLocalPort() { bitField0_ = (bitField0_ & ~0x00000200); localPort_ = 0; onChanged(); return this; } private java.lang.Object serverName_ = ""; /** * <code>optional string server_name = 11;</code> */ public boolean hasServerName() { return ((bitField0_ & 0x00000400) == 0x00000400); } /** * <code>optional string server_name = 11;</code> */ public java.lang.String getServerName() { java.lang.Object ref = serverName_; 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()) { serverName_ = s; } return s; } else { return (java.lang.String) ref; } } /** * <code>optional string server_name = 11;</code> */ public com.google.protobuf.ByteString getServerNameBytes() { java.lang.Object ref = serverName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); serverName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string server_name = 11;</code> */ public Builder setServerName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000400; serverName_ = value; onChanged(); return this; } /** * <code>optional string server_name = 11;</code> */ public Builder clearServerName() { bitField0_ = (bitField0_ & ~0x00000400); serverName_ = getDefaultInstance().getServerName(); onChanged(); return this; } /** * <code>optional string server_name = 11;</code> */ public Builder setServerNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000400; serverName_ = value; onChanged(); return this; } private de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap requestHeaders_ = null; private com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapOrBuilder> requestHeadersBuilder_; /** * <code>optional .de.huxhorn.lilith.access.StringMap request_headers = 12;</code> */ public boolean hasRequestHeaders() { return ((bitField0_ & 0x00000800) == 0x00000800); } /** * <code>optional .de.huxhorn.lilith.access.StringMap request_headers = 12;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap getRequestHeaders() { if (requestHeadersBuilder_ == null) { return requestHeaders_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.getDefaultInstance() : requestHeaders_; } else { return requestHeadersBuilder_.getMessage(); } } /** * <code>optional .de.huxhorn.lilith.access.StringMap request_headers = 12;</code> */ public Builder setRequestHeaders(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap value) { if (requestHeadersBuilder_ == null) { if (value == null) { throw new NullPointerException(); } requestHeaders_ = value; onChanged(); } else { requestHeadersBuilder_.setMessage(value); } bitField0_ |= 0x00000800; return this; } /** * <code>optional .de.huxhorn.lilith.access.StringMap request_headers = 12;</code> */ public Builder setRequestHeaders( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.Builder builderForValue) { if (requestHeadersBuilder_ == null) { requestHeaders_ = builderForValue.build(); onChanged(); } else { requestHeadersBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000800; return this; } /** * <code>optional .de.huxhorn.lilith.access.StringMap request_headers = 12;</code> */ public Builder mergeRequestHeaders(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap value) { if (requestHeadersBuilder_ == null) { if (((bitField0_ & 0x00000800) == 0x00000800) && requestHeaders_ != null && requestHeaders_ != de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.getDefaultInstance()) { requestHeaders_ = de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.newBuilder(requestHeaders_).mergeFrom(value).buildPartial(); } else { requestHeaders_ = value; } onChanged(); } else { requestHeadersBuilder_.mergeFrom(value); } bitField0_ |= 0x00000800; return this; } /** * <code>optional .de.huxhorn.lilith.access.StringMap request_headers = 12;</code> */ public Builder clearRequestHeaders() { if (requestHeadersBuilder_ == null) { requestHeaders_ = null; onChanged(); } else { requestHeadersBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000800); return this; } /** * <code>optional .de.huxhorn.lilith.access.StringMap request_headers = 12;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.Builder getRequestHeadersBuilder() { bitField0_ |= 0x00000800; onChanged(); return getRequestHeadersFieldBuilder().getBuilder(); } /** * <code>optional .de.huxhorn.lilith.access.StringMap request_headers = 12;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapOrBuilder getRequestHeadersOrBuilder() { if (requestHeadersBuilder_ != null) { return requestHeadersBuilder_.getMessageOrBuilder(); } else { return requestHeaders_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.getDefaultInstance() : requestHeaders_; } } /** * <code>optional .de.huxhorn.lilith.access.StringMap request_headers = 12;</code> */ private com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapOrBuilder> getRequestHeadersFieldBuilder() { if (requestHeadersBuilder_ == null) { requestHeadersBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapOrBuilder>( getRequestHeaders(), getParentForChildren(), isClean()); requestHeaders_ = null; } return requestHeadersBuilder_; } private de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap requestParameters_ = null; private com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapOrBuilder> requestParametersBuilder_; /** * <code>optional .de.huxhorn.lilith.access.StringArrayMap request_parameters = 13;</code> */ public boolean hasRequestParameters() { return ((bitField0_ & 0x00001000) == 0x00001000); } /** * <code>optional .de.huxhorn.lilith.access.StringArrayMap request_parameters = 13;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap getRequestParameters() { if (requestParametersBuilder_ == null) { return requestParameters_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap.getDefaultInstance() : requestParameters_; } else { return requestParametersBuilder_.getMessage(); } } /** * <code>optional .de.huxhorn.lilith.access.StringArrayMap request_parameters = 13;</code> */ public Builder setRequestParameters(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap value) { if (requestParametersBuilder_ == null) { if (value == null) { throw new NullPointerException(); } requestParameters_ = value; onChanged(); } else { requestParametersBuilder_.setMessage(value); } bitField0_ |= 0x00001000; return this; } /** * <code>optional .de.huxhorn.lilith.access.StringArrayMap request_parameters = 13;</code> */ public Builder setRequestParameters( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap.Builder builderForValue) { if (requestParametersBuilder_ == null) { requestParameters_ = builderForValue.build(); onChanged(); } else { requestParametersBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00001000; return this; } /** * <code>optional .de.huxhorn.lilith.access.StringArrayMap request_parameters = 13;</code> */ public Builder mergeRequestParameters(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap value) { if (requestParametersBuilder_ == null) { if (((bitField0_ & 0x00001000) == 0x00001000) && requestParameters_ != null && requestParameters_ != de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap.getDefaultInstance()) { requestParameters_ = de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap.newBuilder(requestParameters_).mergeFrom(value).buildPartial(); } else { requestParameters_ = value; } onChanged(); } else { requestParametersBuilder_.mergeFrom(value); } bitField0_ |= 0x00001000; return this; } /** * <code>optional .de.huxhorn.lilith.access.StringArrayMap request_parameters = 13;</code> */ public Builder clearRequestParameters() { if (requestParametersBuilder_ == null) { requestParameters_ = null; onChanged(); } else { requestParametersBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00001000); return this; } /** * <code>optional .de.huxhorn.lilith.access.StringArrayMap request_parameters = 13;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap.Builder getRequestParametersBuilder() { bitField0_ |= 0x00001000; onChanged(); return getRequestParametersFieldBuilder().getBuilder(); } /** * <code>optional .de.huxhorn.lilith.access.StringArrayMap request_parameters = 13;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapOrBuilder getRequestParametersOrBuilder() { if (requestParametersBuilder_ != null) { return requestParametersBuilder_.getMessageOrBuilder(); } else { return requestParameters_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap.getDefaultInstance() : requestParameters_; } } /** * <code>optional .de.huxhorn.lilith.access.StringArrayMap request_parameters = 13;</code> */ private com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapOrBuilder> getRequestParametersFieldBuilder() { if (requestParametersBuilder_ == null) { requestParametersBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapOrBuilder>( getRequestParameters(), getParentForChildren(), isClean()); requestParameters_ = null; } return requestParametersBuilder_; } private de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap responseHeaders_ = null; private com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapOrBuilder> responseHeadersBuilder_; /** * <code>optional .de.huxhorn.lilith.access.StringMap response_headers = 14;</code> */ public boolean hasResponseHeaders() { return ((bitField0_ & 0x00002000) == 0x00002000); } /** * <code>optional .de.huxhorn.lilith.access.StringMap response_headers = 14;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap getResponseHeaders() { if (responseHeadersBuilder_ == null) { return responseHeaders_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.getDefaultInstance() : responseHeaders_; } else { return responseHeadersBuilder_.getMessage(); } } /** * <code>optional .de.huxhorn.lilith.access.StringMap response_headers = 14;</code> */ public Builder setResponseHeaders(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap value) { if (responseHeadersBuilder_ == null) { if (value == null) { throw new NullPointerException(); } responseHeaders_ = value; onChanged(); } else { responseHeadersBuilder_.setMessage(value); } bitField0_ |= 0x00002000; return this; } /** * <code>optional .de.huxhorn.lilith.access.StringMap response_headers = 14;</code> */ public Builder setResponseHeaders( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.Builder builderForValue) { if (responseHeadersBuilder_ == null) { responseHeaders_ = builderForValue.build(); onChanged(); } else { responseHeadersBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00002000; return this; } /** * <code>optional .de.huxhorn.lilith.access.StringMap response_headers = 14;</code> */ public Builder mergeResponseHeaders(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap value) { if (responseHeadersBuilder_ == null) { if (((bitField0_ & 0x00002000) == 0x00002000) && responseHeaders_ != null && responseHeaders_ != de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.getDefaultInstance()) { responseHeaders_ = de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.newBuilder(responseHeaders_).mergeFrom(value).buildPartial(); } else { responseHeaders_ = value; } onChanged(); } else { responseHeadersBuilder_.mergeFrom(value); } bitField0_ |= 0x00002000; return this; } /** * <code>optional .de.huxhorn.lilith.access.StringMap response_headers = 14;</code> */ public Builder clearResponseHeaders() { if (responseHeadersBuilder_ == null) { responseHeaders_ = null; onChanged(); } else { responseHeadersBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00002000); return this; } /** * <code>optional .de.huxhorn.lilith.access.StringMap response_headers = 14;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.Builder getResponseHeadersBuilder() { bitField0_ |= 0x00002000; onChanged(); return getResponseHeadersFieldBuilder().getBuilder(); } /** * <code>optional .de.huxhorn.lilith.access.StringMap response_headers = 14;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapOrBuilder getResponseHeadersOrBuilder() { if (responseHeadersBuilder_ != null) { return responseHeadersBuilder_.getMessageOrBuilder(); } else { return responseHeaders_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.getDefaultInstance() : responseHeaders_; } } /** * <code>optional .de.huxhorn.lilith.access.StringMap response_headers = 14;</code> */ private com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapOrBuilder> getResponseHeadersFieldBuilder() { if (responseHeadersBuilder_ == null) { responseHeadersBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapOrBuilder>( getResponseHeaders(), getParentForChildren(), isClean()); responseHeaders_ = null; } return responseHeadersBuilder_; } private de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext loggerContext_ = null; private com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContextOrBuilder> loggerContextBuilder_; /** * <code>optional .de.huxhorn.lilith.access.LoggerContext logger_context = 15;</code> */ public boolean hasLoggerContext() { return ((bitField0_ & 0x00004000) == 0x00004000); } /** * <code>optional .de.huxhorn.lilith.access.LoggerContext logger_context = 15;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext getLoggerContext() { if (loggerContextBuilder_ == null) { return loggerContext_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext.getDefaultInstance() : loggerContext_; } else { return loggerContextBuilder_.getMessage(); } } /** * <code>optional .de.huxhorn.lilith.access.LoggerContext logger_context = 15;</code> */ public Builder setLoggerContext(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext value) { if (loggerContextBuilder_ == null) { if (value == null) { throw new NullPointerException(); } loggerContext_ = value; onChanged(); } else { loggerContextBuilder_.setMessage(value); } bitField0_ |= 0x00004000; return this; } /** * <code>optional .de.huxhorn.lilith.access.LoggerContext logger_context = 15;</code> */ public Builder setLoggerContext( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext.Builder builderForValue) { if (loggerContextBuilder_ == null) { loggerContext_ = builderForValue.build(); onChanged(); } else { loggerContextBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00004000; return this; } /** * <code>optional .de.huxhorn.lilith.access.LoggerContext logger_context = 15;</code> */ public Builder mergeLoggerContext(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext value) { if (loggerContextBuilder_ == null) { if (((bitField0_ & 0x00004000) == 0x00004000) && loggerContext_ != null && loggerContext_ != de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext.getDefaultInstance()) { loggerContext_ = de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext.newBuilder(loggerContext_).mergeFrom(value).buildPartial(); } else { loggerContext_ = value; } onChanged(); } else { loggerContextBuilder_.mergeFrom(value); } bitField0_ |= 0x00004000; return this; } /** * <code>optional .de.huxhorn.lilith.access.LoggerContext logger_context = 15;</code> */ public Builder clearLoggerContext() { if (loggerContextBuilder_ == null) { loggerContext_ = null; onChanged(); } else { loggerContextBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00004000); return this; } /** * <code>optional .de.huxhorn.lilith.access.LoggerContext logger_context = 15;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext.Builder getLoggerContextBuilder() { bitField0_ |= 0x00004000; onChanged(); return getLoggerContextFieldBuilder().getBuilder(); } /** * <code>optional .de.huxhorn.lilith.access.LoggerContext logger_context = 15;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContextOrBuilder getLoggerContextOrBuilder() { if (loggerContextBuilder_ != null) { return loggerContextBuilder_.getMessageOrBuilder(); } else { return loggerContext_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext.getDefaultInstance() : loggerContext_; } } /** * <code>optional .de.huxhorn.lilith.access.LoggerContext logger_context = 15;</code> */ private com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContextOrBuilder> getLoggerContextFieldBuilder() { if (loggerContextBuilder_ == null) { loggerContextBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContextOrBuilder>( getLoggerContext(), getParentForChildren(), isClean()); loggerContext_ = null; } return loggerContextBuilder_; } private long elapsedTime_ ; /** * <code>optional int64 elapsed_time = 16;</code> */ public boolean hasElapsedTime() { return ((bitField0_ & 0x00008000) == 0x00008000); } /** * <code>optional int64 elapsed_time = 16;</code> */ public long getElapsedTime() { return elapsedTime_; } /** * <code>optional int64 elapsed_time = 16;</code> */ public Builder setElapsedTime(long value) { bitField0_ |= 0x00008000; elapsedTime_ = value; onChanged(); return this; } /** * <code>optional int64 elapsed_time = 16;</code> */ public Builder clearElapsedTime() { bitField0_ = (bitField0_ & ~0x00008000); elapsedTime_ = 0L; 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.access.AccessEvent) } // @@protoc_insertion_point(class_scope:de.huxhorn.lilith.access.AccessEvent) private static final de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent(); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser<AccessEvent> PARSER = new com.google.protobuf.AbstractParser<AccessEvent>() { public AccessEvent parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new AccessEvent(input, extensionRegistry); } }; public static com.google.protobuf.Parser<AccessEvent> parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser<AccessEvent> getParserForType() { return PARSER; } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.AccessEvent getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface LoggerContextOrBuilder extends // @@protoc_insertion_point(interface_extends:de.huxhorn.lilith.access.LoggerContext) com.google.protobuf.MessageOrBuilder { /** * <code>optional int64 birth_time = 1;</code> */ boolean hasBirthTime(); /** * <code>optional int64 birth_time = 1;</code> */ long getBirthTime(); /** * <code>optional string name = 2;</code> */ boolean hasName(); /** * <code>optional string name = 2;</code> */ java.lang.String getName(); /** * <code>optional string name = 2;</code> */ com.google.protobuf.ByteString getNameBytes(); /** * <code>optional .de.huxhorn.lilith.access.StringMap properties = 3;</code> */ boolean hasProperties(); /** * <code>optional .de.huxhorn.lilith.access.StringMap properties = 3;</code> */ de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap getProperties(); /** * <code>optional .de.huxhorn.lilith.access.StringMap properties = 3;</code> */ de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapOrBuilder getPropertiesOrBuilder(); } /** * Protobuf type {@code de.huxhorn.lilith.access.LoggerContext} */ public static final class LoggerContext extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:de.huxhorn.lilith.access.LoggerContext) LoggerContextOrBuilder { // Use LoggerContext.newBuilder() to construct. private LoggerContext(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { super(builder); } private LoggerContext() { birthTime_ = 0L; name_ = ""; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private LoggerContext( 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 8: { bitField0_ |= 0x00000001; birthTime_ = input.readInt64(); break; } case 18: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00000002; name_ = bs; break; } case 26: { de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.Builder subBuilder = null; if (((bitField0_ & 0x00000004) == 0x00000004)) { subBuilder = properties_.toBuilder(); } properties_ = input.readMessage(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(properties_); properties_ = subBuilder.buildPartial(); } bitField0_ |= 0x00000004; 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.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_LoggerContext_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_LoggerContext_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext.class, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext.Builder.class); } private int bitField0_; public static final int BIRTH_TIME_FIELD_NUMBER = 1; private long birthTime_; /** * <code>optional int64 birth_time = 1;</code> */ public boolean hasBirthTime() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional int64 birth_time = 1;</code> */ public long getBirthTime() { return birthTime_; } public static final int NAME_FIELD_NUMBER = 2; private volatile java.lang.Object name_; /** * <code>optional string name = 2;</code> */ public boolean hasName() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional string name = 2;</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 = 2;</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 PROPERTIES_FIELD_NUMBER = 3; private de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap properties_; /** * <code>optional .de.huxhorn.lilith.access.StringMap properties = 3;</code> */ public boolean hasProperties() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * <code>optional .de.huxhorn.lilith.access.StringMap properties = 3;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap getProperties() { return properties_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.getDefaultInstance() : properties_; } /** * <code>optional .de.huxhorn.lilith.access.StringMap properties = 3;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapOrBuilder getPropertiesOrBuilder() { return properties_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.getDefaultInstance() : properties_; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (hasProperties()) { if (!getProperties().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.writeInt64(1, birthTime_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, name_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeMessage(3, getProperties()); } 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 .computeInt64Size(1, birthTime_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, name_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, getProperties()); } 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.data.access.protobuf.generated.AccessProto.LoggerContext)) { return super.equals(obj); } de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext other = (de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext) obj; boolean result = true; result = result && (hasBirthTime() == other.hasBirthTime()); if (hasBirthTime()) { result = result && (getBirthTime() == other.getBirthTime()); } result = result && (hasName() == other.hasName()); if (hasName()) { result = result && getName() .equals(other.getName()); } result = result && (hasProperties() == other.hasProperties()); if (hasProperties()) { result = result && getProperties() .equals(other.getProperties()); } 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 (hasBirthTime()) { hash = (37 * hash) + BIRTH_TIME_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getBirthTime()); } if (hasName()) { hash = (37 * hash) + NAME_FIELD_NUMBER; hash = (53 * hash) + getName().hashCode(); } if (hasProperties()) { hash = (37 * hash) + PROPERTIES_FIELD_NUMBER; hash = (53 * hash) + getProperties().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext 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.data.access.protobuf.generated.AccessProto.LoggerContext parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext 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.data.access.protobuf.generated.AccessProto.LoggerContext parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext 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.data.access.protobuf.generated.AccessProto.LoggerContext parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext 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.data.access.protobuf.generated.AccessProto.LoggerContext parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext 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.data.access.protobuf.generated.AccessProto.LoggerContext 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.access.LoggerContext} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements // @@protoc_insertion_point(builder_implements:de.huxhorn.lilith.access.LoggerContext) de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContextOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_LoggerContext_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_LoggerContext_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext.class, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext.Builder.class); } // Construct using de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getPropertiesFieldBuilder(); } } public Builder clear() { super.clear(); birthTime_ = 0L; bitField0_ = (bitField0_ & ~0x00000001); name_ = ""; bitField0_ = (bitField0_ & ~0x00000002); if (propertiesBuilder_ == null) { properties_ = null; } else { propertiesBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000004); return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_LoggerContext_descriptor; } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext getDefaultInstanceForType() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext.getDefaultInstance(); } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext build() { de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext buildPartial() { de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext result = new de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.birthTime_ = birthTime_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.name_ = name_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } if (propertiesBuilder_ == null) { result.properties_ = properties_; } else { result.properties_ = propertiesBuilder_.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.data.access.protobuf.generated.AccessProto.LoggerContext) { return mergeFrom((de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext other) { if (other == de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext.getDefaultInstance()) return this; if (other.hasBirthTime()) { setBirthTime(other.getBirthTime()); } if (other.hasName()) { bitField0_ |= 0x00000002; name_ = other.name_; onChanged(); } if (other.hasProperties()) { mergeProperties(other.getProperties()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { if (hasProperties()) { if (!getProperties().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.data.access.protobuf.generated.AccessProto.LoggerContext parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private long birthTime_ ; /** * <code>optional int64 birth_time = 1;</code> */ public boolean hasBirthTime() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional int64 birth_time = 1;</code> */ public long getBirthTime() { return birthTime_; } /** * <code>optional int64 birth_time = 1;</code> */ public Builder setBirthTime(long value) { bitField0_ |= 0x00000001; birthTime_ = value; onChanged(); return this; } /** * <code>optional int64 birth_time = 1;</code> */ public Builder clearBirthTime() { bitField0_ = (bitField0_ & ~0x00000001); birthTime_ = 0L; onChanged(); return this; } private java.lang.Object name_ = ""; /** * <code>optional string name = 2;</code> */ public boolean hasName() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional string name = 2;</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 = 2;</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 = 2;</code> */ public Builder setName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; name_ = value; onChanged(); return this; } /** * <code>optional string name = 2;</code> */ public Builder clearName() { bitField0_ = (bitField0_ & ~0x00000002); name_ = getDefaultInstance().getName(); onChanged(); return this; } /** * <code>optional string name = 2;</code> */ public Builder setNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; name_ = value; onChanged(); return this; } private de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap properties_ = null; private com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapOrBuilder> propertiesBuilder_; /** * <code>optional .de.huxhorn.lilith.access.StringMap properties = 3;</code> */ public boolean hasProperties() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * <code>optional .de.huxhorn.lilith.access.StringMap properties = 3;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap getProperties() { if (propertiesBuilder_ == null) { return properties_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.getDefaultInstance() : properties_; } else { return propertiesBuilder_.getMessage(); } } /** * <code>optional .de.huxhorn.lilith.access.StringMap properties = 3;</code> */ public Builder setProperties(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap value) { if (propertiesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } properties_ = value; onChanged(); } else { propertiesBuilder_.setMessage(value); } bitField0_ |= 0x00000004; return this; } /** * <code>optional .de.huxhorn.lilith.access.StringMap properties = 3;</code> */ public Builder setProperties( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.Builder builderForValue) { if (propertiesBuilder_ == null) { properties_ = builderForValue.build(); onChanged(); } else { propertiesBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000004; return this; } /** * <code>optional .de.huxhorn.lilith.access.StringMap properties = 3;</code> */ public Builder mergeProperties(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap value) { if (propertiesBuilder_ == null) { if (((bitField0_ & 0x00000004) == 0x00000004) && properties_ != null && properties_ != de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.getDefaultInstance()) { properties_ = de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.newBuilder(properties_).mergeFrom(value).buildPartial(); } else { properties_ = value; } onChanged(); } else { propertiesBuilder_.mergeFrom(value); } bitField0_ |= 0x00000004; return this; } /** * <code>optional .de.huxhorn.lilith.access.StringMap properties = 3;</code> */ public Builder clearProperties() { if (propertiesBuilder_ == null) { properties_ = null; onChanged(); } else { propertiesBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000004); return this; } /** * <code>optional .de.huxhorn.lilith.access.StringMap properties = 3;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.Builder getPropertiesBuilder() { bitField0_ |= 0x00000004; onChanged(); return getPropertiesFieldBuilder().getBuilder(); } /** * <code>optional .de.huxhorn.lilith.access.StringMap properties = 3;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapOrBuilder getPropertiesOrBuilder() { if (propertiesBuilder_ != null) { return propertiesBuilder_.getMessageOrBuilder(); } else { return properties_ == null ? de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.getDefaultInstance() : properties_; } } /** * <code>optional .de.huxhorn.lilith.access.StringMap properties = 3;</code> */ private com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapOrBuilder> getPropertiesFieldBuilder() { if (propertiesBuilder_ == null) { propertiesBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapOrBuilder>( getProperties(), getParentForChildren(), isClean()); properties_ = null; } return propertiesBuilder_; } 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.access.LoggerContext) } // @@protoc_insertion_point(class_scope:de.huxhorn.lilith.access.LoggerContext) private static final de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext(); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser<LoggerContext> PARSER = new com.google.protobuf.AbstractParser<LoggerContext>() { public LoggerContext parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new LoggerContext(input, extensionRegistry); } }; public static com.google.protobuf.Parser<LoggerContext> parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser<LoggerContext> getParserForType() { return PARSER; } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.LoggerContext getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface StringMapOrBuilder extends // @@protoc_insertion_point(interface_extends:de.huxhorn.lilith.access.StringMap) com.google.protobuf.MessageOrBuilder { /** * <code>repeated .de.huxhorn.lilith.access.StringMapEntry entry = 1;</code> */ java.util.List<de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry> getEntryList(); /** * <code>repeated .de.huxhorn.lilith.access.StringMapEntry entry = 1;</code> */ de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry getEntry(int index); /** * <code>repeated .de.huxhorn.lilith.access.StringMapEntry entry = 1;</code> */ int getEntryCount(); /** * <code>repeated .de.huxhorn.lilith.access.StringMapEntry entry = 1;</code> */ java.util.List<? extends de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntryOrBuilder> getEntryOrBuilderList(); /** * <code>repeated .de.huxhorn.lilith.access.StringMapEntry entry = 1;</code> */ de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntryOrBuilder getEntryOrBuilder( int index); } /** * Protobuf type {@code de.huxhorn.lilith.access.StringMap} */ public static final class StringMap extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:de.huxhorn.lilith.access.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.data.access.protobuf.generated.AccessProto.StringMapEntry>(); mutable_bitField0_ |= 0x00000001; } entry_.add( input.readMessage(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_StringMap_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_StringMap_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.class, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.Builder.class); } public static final int ENTRY_FIELD_NUMBER = 1; private java.util.List<de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry> entry_; /** * <code>repeated .de.huxhorn.lilith.access.StringMapEntry entry = 1;</code> */ public java.util.List<de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry> getEntryList() { return entry_; } /** * <code>repeated .de.huxhorn.lilith.access.StringMapEntry entry = 1;</code> */ public java.util.List<? extends de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntryOrBuilder> getEntryOrBuilderList() { return entry_; } /** * <code>repeated .de.huxhorn.lilith.access.StringMapEntry entry = 1;</code> */ public int getEntryCount() { return entry_.size(); } /** * <code>repeated .de.huxhorn.lilith.access.StringMapEntry entry = 1;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry getEntry(int index) { return entry_.get(index); } /** * <code>repeated .de.huxhorn.lilith.access.StringMapEntry entry = 1;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringMap)) { return super.equals(obj); } de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap other = (de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringMap parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringMap parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringMap parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringMap parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringMap parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.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.access.StringMap} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements // @@protoc_insertion_point(builder_implements:de.huxhorn.lilith.access.StringMap) de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_StringMap_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_StringMap_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.class, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.Builder.class); } // Construct using de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_StringMap_descriptor; } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap getDefaultInstanceForType() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap.getDefaultInstance(); } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap build() { de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap buildPartial() { de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap result = new de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringMap) { return mergeFrom((de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap other) { if (other == de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringMap parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List<de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry> entry_ = java.util.Collections.emptyList(); private void ensureEntryIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { entry_ = new java.util.ArrayList<de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry>(entry_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntryOrBuilder> entryBuilder_; /** * <code>repeated .de.huxhorn.lilith.access.StringMapEntry entry = 1;</code> */ public java.util.List<de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry> getEntryList() { if (entryBuilder_ == null) { return java.util.Collections.unmodifiableList(entry_); } else { return entryBuilder_.getMessageList(); } } /** * <code>repeated .de.huxhorn.lilith.access.StringMapEntry entry = 1;</code> */ public int getEntryCount() { if (entryBuilder_ == null) { return entry_.size(); } else { return entryBuilder_.getCount(); } } /** * <code>repeated .de.huxhorn.lilith.access.StringMapEntry entry = 1;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry getEntry(int index) { if (entryBuilder_ == null) { return entry_.get(index); } else { return entryBuilder_.getMessage(index); } } /** * <code>repeated .de.huxhorn.lilith.access.StringMapEntry entry = 1;</code> */ public Builder setEntry( int index, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.access.StringMapEntry entry = 1;</code> */ public Builder setEntry( int index, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.access.StringMapEntry entry = 1;</code> */ public Builder addEntry(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.access.StringMapEntry entry = 1;</code> */ public Builder addEntry( int index, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.access.StringMapEntry entry = 1;</code> */ public Builder addEntry( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry.Builder builderForValue) { if (entryBuilder_ == null) { ensureEntryIsMutable(); entry_.add(builderForValue.build()); onChanged(); } else { entryBuilder_.addMessage(builderForValue.build()); } return this; } /** * <code>repeated .de.huxhorn.lilith.access.StringMapEntry entry = 1;</code> */ public Builder addEntry( int index, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.access.StringMapEntry entry = 1;</code> */ public Builder addAllEntry( java.lang.Iterable<? extends de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.access.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.access.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.access.StringMapEntry entry = 1;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry.Builder getEntryBuilder( int index) { return getEntryFieldBuilder().getBuilder(index); } /** * <code>repeated .de.huxhorn.lilith.access.StringMapEntry entry = 1;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntryOrBuilder getEntryOrBuilder( int index) { if (entryBuilder_ == null) { return entry_.get(index); } else { return entryBuilder_.getMessageOrBuilder(index); } } /** * <code>repeated .de.huxhorn.lilith.access.StringMapEntry entry = 1;</code> */ public java.util.List<? extends de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntryOrBuilder> getEntryOrBuilderList() { if (entryBuilder_ != null) { return entryBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(entry_); } } /** * <code>repeated .de.huxhorn.lilith.access.StringMapEntry entry = 1;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry.Builder addEntryBuilder() { return getEntryFieldBuilder().addBuilder( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry.getDefaultInstance()); } /** * <code>repeated .de.huxhorn.lilith.access.StringMapEntry entry = 1;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry.Builder addEntryBuilder( int index) { return getEntryFieldBuilder().addBuilder( index, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry.getDefaultInstance()); } /** * <code>repeated .de.huxhorn.lilith.access.StringMapEntry entry = 1;</code> */ public java.util.List<de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry.Builder> getEntryBuilderList() { return getEntryFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntryOrBuilder> getEntryFieldBuilder() { if (entryBuilder_ == null) { entryBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.access.StringMap) } // @@protoc_insertion_point(class_scope:de.huxhorn.lilith.access.StringMap) private static final de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMap(); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringMap getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface StringMapEntryOrBuilder extends // @@protoc_insertion_point(interface_extends:de.huxhorn.lilith.access.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.access.StringMapEntry} */ public static final class StringMapEntry extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:de.huxhorn.lilith.access.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.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_StringMapEntry_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_StringMapEntry_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry.class, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringMapEntry)) { return super.equals(obj); } de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry other = (de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringMapEntry parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringMapEntry parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringMapEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringMapEntry parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringMapEntry parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.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.access.StringMapEntry} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements // @@protoc_insertion_point(builder_implements:de.huxhorn.lilith.access.StringMapEntry) de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntryOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_StringMapEntry_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_StringMapEntry_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry.class, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry.Builder.class); } // Construct using de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_StringMapEntry_descriptor; } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry getDefaultInstanceForType() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry.getDefaultInstance(); } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry build() { de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry buildPartial() { de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry result = new de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringMapEntry) { return mergeFrom((de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry other) { if (other == de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringMapEntry parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.access.StringMapEntry) } // @@protoc_insertion_point(class_scope:de.huxhorn.lilith.access.StringMapEntry) private static final de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringMapEntry(); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringMapEntry getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface StringArrayMapOrBuilder extends // @@protoc_insertion_point(interface_extends:de.huxhorn.lilith.access.StringArrayMap) com.google.protobuf.MessageOrBuilder { /** * <code>repeated .de.huxhorn.lilith.access.StringArrayMapEntry entry = 1;</code> */ java.util.List<de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry> getEntryList(); /** * <code>repeated .de.huxhorn.lilith.access.StringArrayMapEntry entry = 1;</code> */ de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry getEntry(int index); /** * <code>repeated .de.huxhorn.lilith.access.StringArrayMapEntry entry = 1;</code> */ int getEntryCount(); /** * <code>repeated .de.huxhorn.lilith.access.StringArrayMapEntry entry = 1;</code> */ java.util.List<? extends de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntryOrBuilder> getEntryOrBuilderList(); /** * <code>repeated .de.huxhorn.lilith.access.StringArrayMapEntry entry = 1;</code> */ de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntryOrBuilder getEntryOrBuilder( int index); } /** * Protobuf type {@code de.huxhorn.lilith.access.StringArrayMap} */ public static final class StringArrayMap extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:de.huxhorn.lilith.access.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.data.access.protobuf.generated.AccessProto.StringArrayMapEntry>(); mutable_bitField0_ |= 0x00000001; } entry_.add( input.readMessage(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_StringArrayMap_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_StringArrayMap_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap.class, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap.Builder.class); } public static final int ENTRY_FIELD_NUMBER = 1; private java.util.List<de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry> entry_; /** * <code>repeated .de.huxhorn.lilith.access.StringArrayMapEntry entry = 1;</code> */ public java.util.List<de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry> getEntryList() { return entry_; } /** * <code>repeated .de.huxhorn.lilith.access.StringArrayMapEntry entry = 1;</code> */ public java.util.List<? extends de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntryOrBuilder> getEntryOrBuilderList() { return entry_; } /** * <code>repeated .de.huxhorn.lilith.access.StringArrayMapEntry entry = 1;</code> */ public int getEntryCount() { return entry_.size(); } /** * <code>repeated .de.huxhorn.lilith.access.StringArrayMapEntry entry = 1;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry getEntry(int index) { return entry_.get(index); } /** * <code>repeated .de.huxhorn.lilith.access.StringArrayMapEntry entry = 1;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringArrayMap)) { return super.equals(obj); } de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap other = (de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringArrayMap parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringArrayMap parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringArrayMap parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringArrayMap parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringArrayMap parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.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.access.StringArrayMap} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements // @@protoc_insertion_point(builder_implements:de.huxhorn.lilith.access.StringArrayMap) de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_StringArrayMap_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_StringArrayMap_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap.class, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap.Builder.class); } // Construct using de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_StringArrayMap_descriptor; } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap getDefaultInstanceForType() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap.getDefaultInstance(); } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap build() { de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap buildPartial() { de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap result = new de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringArrayMap) { return mergeFrom((de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap other) { if (other == de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringArrayMap parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List<de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry> entry_ = java.util.Collections.emptyList(); private void ensureEntryIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { entry_ = new java.util.ArrayList<de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry>(entry_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntryOrBuilder> entryBuilder_; /** * <code>repeated .de.huxhorn.lilith.access.StringArrayMapEntry entry = 1;</code> */ public java.util.List<de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry> getEntryList() { if (entryBuilder_ == null) { return java.util.Collections.unmodifiableList(entry_); } else { return entryBuilder_.getMessageList(); } } /** * <code>repeated .de.huxhorn.lilith.access.StringArrayMapEntry entry = 1;</code> */ public int getEntryCount() { if (entryBuilder_ == null) { return entry_.size(); } else { return entryBuilder_.getCount(); } } /** * <code>repeated .de.huxhorn.lilith.access.StringArrayMapEntry entry = 1;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry getEntry(int index) { if (entryBuilder_ == null) { return entry_.get(index); } else { return entryBuilder_.getMessage(index); } } /** * <code>repeated .de.huxhorn.lilith.access.StringArrayMapEntry entry = 1;</code> */ public Builder setEntry( int index, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.access.StringArrayMapEntry entry = 1;</code> */ public Builder setEntry( int index, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.access.StringArrayMapEntry entry = 1;</code> */ public Builder addEntry(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.access.StringArrayMapEntry entry = 1;</code> */ public Builder addEntry( int index, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.access.StringArrayMapEntry entry = 1;</code> */ public Builder addEntry( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry.Builder builderForValue) { if (entryBuilder_ == null) { ensureEntryIsMutable(); entry_.add(builderForValue.build()); onChanged(); } else { entryBuilder_.addMessage(builderForValue.build()); } return this; } /** * <code>repeated .de.huxhorn.lilith.access.StringArrayMapEntry entry = 1;</code> */ public Builder addEntry( int index, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.access.StringArrayMapEntry entry = 1;</code> */ public Builder addAllEntry( java.lang.Iterable<? extends de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.access.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.access.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.access.StringArrayMapEntry entry = 1;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry.Builder getEntryBuilder( int index) { return getEntryFieldBuilder().getBuilder(index); } /** * <code>repeated .de.huxhorn.lilith.access.StringArrayMapEntry entry = 1;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntryOrBuilder getEntryOrBuilder( int index) { if (entryBuilder_ == null) { return entry_.get(index); } else { return entryBuilder_.getMessageOrBuilder(index); } } /** * <code>repeated .de.huxhorn.lilith.access.StringArrayMapEntry entry = 1;</code> */ public java.util.List<? extends de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntryOrBuilder> getEntryOrBuilderList() { if (entryBuilder_ != null) { return entryBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(entry_); } } /** * <code>repeated .de.huxhorn.lilith.access.StringArrayMapEntry entry = 1;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry.Builder addEntryBuilder() { return getEntryFieldBuilder().addBuilder( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry.getDefaultInstance()); } /** * <code>repeated .de.huxhorn.lilith.access.StringArrayMapEntry entry = 1;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry.Builder addEntryBuilder( int index) { return getEntryFieldBuilder().addBuilder( index, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry.getDefaultInstance()); } /** * <code>repeated .de.huxhorn.lilith.access.StringArrayMapEntry entry = 1;</code> */ public java.util.List<de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry.Builder> getEntryBuilderList() { return getEntryFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntryOrBuilder> getEntryFieldBuilder() { if (entryBuilder_ == null) { entryBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.access.StringArrayMap) } // @@protoc_insertion_point(class_scope:de.huxhorn.lilith.access.StringArrayMap) private static final de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMap(); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringArrayMap getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface StringArrayMapEntryOrBuilder extends // @@protoc_insertion_point(interface_extends:de.huxhorn.lilith.access.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.access.StringArrayValue value = 2;</code> */ java.util.List<de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue> getValueList(); /** * <code>repeated .de.huxhorn.lilith.access.StringArrayValue value = 2;</code> */ de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue getValue(int index); /** * <code>repeated .de.huxhorn.lilith.access.StringArrayValue value = 2;</code> */ int getValueCount(); /** * <code>repeated .de.huxhorn.lilith.access.StringArrayValue value = 2;</code> */ java.util.List<? extends de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValueOrBuilder> getValueOrBuilderList(); /** * <code>repeated .de.huxhorn.lilith.access.StringArrayValue value = 2;</code> */ de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValueOrBuilder getValueOrBuilder( int index); } /** * Protobuf type {@code de.huxhorn.lilith.access.StringArrayMapEntry} */ public static final class StringArrayMapEntry extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:de.huxhorn.lilith.access.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.data.access.protobuf.generated.AccessProto.StringArrayValue>(); mutable_bitField0_ |= 0x00000002; } value_.add( input.readMessage(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_StringArrayMapEntry_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_StringArrayMapEntry_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry.class, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringArrayValue> value_; /** * <code>repeated .de.huxhorn.lilith.access.StringArrayValue value = 2;</code> */ public java.util.List<de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue> getValueList() { return value_; } /** * <code>repeated .de.huxhorn.lilith.access.StringArrayValue value = 2;</code> */ public java.util.List<? extends de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValueOrBuilder> getValueOrBuilderList() { return value_; } /** * <code>repeated .de.huxhorn.lilith.access.StringArrayValue value = 2;</code> */ public int getValueCount() { return value_.size(); } /** * <code>repeated .de.huxhorn.lilith.access.StringArrayValue value = 2;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue getValue(int index) { return value_.get(index); } /** * <code>repeated .de.huxhorn.lilith.access.StringArrayValue value = 2;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringArrayMapEntry)) { return super.equals(obj); } de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry other = (de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringArrayMapEntry parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringArrayMapEntry parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringArrayMapEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringArrayMapEntry parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringArrayMapEntry parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.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.access.StringArrayMapEntry} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements // @@protoc_insertion_point(builder_implements:de.huxhorn.lilith.access.StringArrayMapEntry) de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntryOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_StringArrayMapEntry_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_StringArrayMapEntry_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry.class, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry.Builder.class); } // Construct using de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_StringArrayMapEntry_descriptor; } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry getDefaultInstanceForType() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry.getDefaultInstance(); } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry build() { de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry buildPartial() { de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry result = new de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringArrayMapEntry) { return mergeFrom((de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry other) { if (other == de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringArrayMapEntry parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringArrayValue> value_ = java.util.Collections.emptyList(); private void ensureValueIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { value_ = new java.util.ArrayList<de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue>(value_); bitField0_ |= 0x00000002; } } private com.google.protobuf.RepeatedFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValueOrBuilder> valueBuilder_; /** * <code>repeated .de.huxhorn.lilith.access.StringArrayValue value = 2;</code> */ public java.util.List<de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue> getValueList() { if (valueBuilder_ == null) { return java.util.Collections.unmodifiableList(value_); } else { return valueBuilder_.getMessageList(); } } /** * <code>repeated .de.huxhorn.lilith.access.StringArrayValue value = 2;</code> */ public int getValueCount() { if (valueBuilder_ == null) { return value_.size(); } else { return valueBuilder_.getCount(); } } /** * <code>repeated .de.huxhorn.lilith.access.StringArrayValue value = 2;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue getValue(int index) { if (valueBuilder_ == null) { return value_.get(index); } else { return valueBuilder_.getMessage(index); } } /** * <code>repeated .de.huxhorn.lilith.access.StringArrayValue value = 2;</code> */ public Builder setValue( int index, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.access.StringArrayValue value = 2;</code> */ public Builder setValue( int index, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.access.StringArrayValue value = 2;</code> */ public Builder addValue(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.access.StringArrayValue value = 2;</code> */ public Builder addValue( int index, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.access.StringArrayValue value = 2;</code> */ public Builder addValue( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue.Builder builderForValue) { if (valueBuilder_ == null) { ensureValueIsMutable(); value_.add(builderForValue.build()); onChanged(); } else { valueBuilder_.addMessage(builderForValue.build()); } return this; } /** * <code>repeated .de.huxhorn.lilith.access.StringArrayValue value = 2;</code> */ public Builder addValue( int index, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.access.StringArrayValue value = 2;</code> */ public Builder addAllValue( java.lang.Iterable<? extends de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.access.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.access.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.access.StringArrayValue value = 2;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue.Builder getValueBuilder( int index) { return getValueFieldBuilder().getBuilder(index); } /** * <code>repeated .de.huxhorn.lilith.access.StringArrayValue value = 2;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValueOrBuilder getValueOrBuilder( int index) { if (valueBuilder_ == null) { return value_.get(index); } else { return valueBuilder_.getMessageOrBuilder(index); } } /** * <code>repeated .de.huxhorn.lilith.access.StringArrayValue value = 2;</code> */ public java.util.List<? extends de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValueOrBuilder> getValueOrBuilderList() { if (valueBuilder_ != null) { return valueBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(value_); } } /** * <code>repeated .de.huxhorn.lilith.access.StringArrayValue value = 2;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue.Builder addValueBuilder() { return getValueFieldBuilder().addBuilder( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue.getDefaultInstance()); } /** * <code>repeated .de.huxhorn.lilith.access.StringArrayValue value = 2;</code> */ public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue.Builder addValueBuilder( int index) { return getValueFieldBuilder().addBuilder( index, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue.getDefaultInstance()); } /** * <code>repeated .de.huxhorn.lilith.access.StringArrayValue value = 2;</code> */ public java.util.List<de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue.Builder> getValueBuilderList() { return getValueFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValueOrBuilder> getValueFieldBuilder() { if (valueBuilder_ == null) { valueBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue.Builder, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.access.StringArrayMapEntry) } // @@protoc_insertion_point(class_scope:de.huxhorn.lilith.access.StringArrayMapEntry) private static final de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayMapEntry(); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringArrayMapEntry getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface StringArrayValueOrBuilder extends // @@protoc_insertion_point(interface_extends:de.huxhorn.lilith.access.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.access.StringArrayValue} */ public static final class StringArrayValue extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:de.huxhorn.lilith.access.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.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_StringArrayValue_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_StringArrayValue_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue.class, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringArrayValue)) { return super.equals(obj); } de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue other = (de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringArrayValue parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringArrayValue parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringArrayValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringArrayValue parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringArrayValue parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.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.access.StringArrayValue} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements // @@protoc_insertion_point(builder_implements:de.huxhorn.lilith.access.StringArrayValue) de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValueOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_StringArrayValue_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_StringArrayValue_fieldAccessorTable .ensureFieldAccessorsInitialized( de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue.class, de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue.Builder.class); } // Construct using de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.internal_static_de_huxhorn_lilith_access_StringArrayValue_descriptor; } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue getDefaultInstanceForType() { return de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue.getDefaultInstance(); } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue build() { de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue buildPartial() { de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue result = new de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringArrayValue) { return mergeFrom((de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue other) { if (other == de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringArrayValue parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.access.StringArrayValue) } // @@protoc_insertion_point(class_scope:de.huxhorn.lilith.access.StringArrayValue) private static final de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.StringArrayValue(); } public static de.huxhorn.lilith.data.access.protobuf.generated.AccessProto.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.data.access.protobuf.generated.AccessProto.StringArrayValue getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_de_huxhorn_lilith_access_EventWrapper_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_de_huxhorn_lilith_access_EventWrapper_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_de_huxhorn_lilith_access_EventIdentifier_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_de_huxhorn_lilith_access_EventIdentifier_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_de_huxhorn_lilith_access_SourceIdentifier_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_de_huxhorn_lilith_access_SourceIdentifier_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_de_huxhorn_lilith_access_AccessEvent_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_de_huxhorn_lilith_access_AccessEvent_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_de_huxhorn_lilith_access_LoggerContext_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_de_huxhorn_lilith_access_LoggerContext_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_de_huxhorn_lilith_access_StringMap_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_de_huxhorn_lilith_access_StringMap_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_de_huxhorn_lilith_access_StringMapEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_de_huxhorn_lilith_access_StringMapEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_de_huxhorn_lilith_access_StringArrayMap_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_de_huxhorn_lilith_access_StringArrayMap_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_de_huxhorn_lilith_access_StringArrayMapEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_de_huxhorn_lilith_access_StringArrayMapEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_de_huxhorn_lilith_access_StringArrayValue_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_de_huxhorn_lilith_access_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/AccessProto.proto\022\030d" + "e.huxhorn.lilith.access\"\211\001\n\014EventWrapper" + "\022C\n\020event_identifier\030\001 \001(\0132).de.huxhorn." + "lilith.access.EventIdentifier\0224\n\005event\030\002" + " \001(\0132%.de.huxhorn.lilith.access.AccessEv" + "ent\"j\n\017EventIdentifier\022\020\n\010local_id\030\001 \001(\003" + "\022E\n\021source_identifier\030\002 \001(\0132*.de.huxhorn" + ".lilith.access.SourceIdentifier\"D\n\020Sourc" + "eIdentifier\022\022\n\nidentifier\030\001 \001(\t\022\034\n\024secon" + "dary_identifier\030\002 \001(\t\"\207\004\n\013AccessEvent\022\016\n", "\006method\030\001 \001(\t\022\020\n\010protocol\030\002 \001(\t\022\026\n\016remot" + "e_address\030\003 \001(\t\022\023\n\013remote_host\030\004 \001(\t\022\023\n\013" + "remote_user\030\005 \001(\t\022\022\n\ntime_stamp\030\006 \001(\003\022\023\n" + "\013request_uri\030\007 \001(\t\022\023\n\013request_url\030\010 \001(\t\022" + "\023\n\013status_code\030\t \001(\005\022\022\n\nlocal_port\030\n \001(\005" + "\022\023\n\013server_name\030\013 \001(\t\022<\n\017request_headers" + "\030\014 \001(\0132#.de.huxhorn.lilith.access.String" + "Map\022D\n\022request_parameters\030\r \001(\0132(.de.hux" + "horn.lilith.access.StringArrayMap\022=\n\020res" + "ponse_headers\030\016 \001(\0132#.de.huxhorn.lilith.", "access.StringMap\022?\n\016logger_context\030\017 \001(\013" + "2\'.de.huxhorn.lilith.access.LoggerContex" + "t\022\024\n\014elapsed_time\030\020 \001(\003\"j\n\rLoggerContext" + "\022\022\n\nbirth_time\030\001 \001(\003\022\014\n\004name\030\002 \001(\t\0227\n\npr" + "operties\030\003 \001(\0132#.de.huxhorn.lilith.acces" + "s.StringMap\"D\n\tStringMap\0227\n\005entry\030\001 \003(\0132" + "(.de.huxhorn.lilith.access.StringMapEntr" + "y\",\n\016StringMapEntry\022\013\n\003key\030\001 \002(\t\022\r\n\005valu" + "e\030\002 \001(\t\"N\n\016StringArrayMap\022<\n\005entry\030\001 \003(\013" + "2-.de.huxhorn.lilith.access.StringArrayM", "apEntry\"]\n\023StringArrayMapEntry\022\013\n\003key\030\001 " + "\002(\t\0229\n\005value\030\002 \003(\0132*.de.huxhorn.lilith.a" + "ccess.StringArrayValue\"!\n\020StringArrayVal" + "ue\022\r\n\005value\030\001 \001(\tB4\n0de.huxhorn.lilith.d" + "ata.access.protobuf.generatedH\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_access_EventWrapper_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_de_huxhorn_lilith_access_EventWrapper_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_de_huxhorn_lilith_access_EventWrapper_descriptor, new java.lang.String[] { "EventIdentifier", "Event", }); internal_static_de_huxhorn_lilith_access_EventIdentifier_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_de_huxhorn_lilith_access_EventIdentifier_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_de_huxhorn_lilith_access_EventIdentifier_descriptor, new java.lang.String[] { "LocalId", "SourceIdentifier", }); internal_static_de_huxhorn_lilith_access_SourceIdentifier_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_de_huxhorn_lilith_access_SourceIdentifier_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_de_huxhorn_lilith_access_SourceIdentifier_descriptor, new java.lang.String[] { "Identifier", "SecondaryIdentifier", }); internal_static_de_huxhorn_lilith_access_AccessEvent_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_de_huxhorn_lilith_access_AccessEvent_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_de_huxhorn_lilith_access_AccessEvent_descriptor, new java.lang.String[] { "Method", "Protocol", "RemoteAddress", "RemoteHost", "RemoteUser", "TimeStamp", "RequestUri", "RequestUrl", "StatusCode", "LocalPort", "ServerName", "RequestHeaders", "RequestParameters", "ResponseHeaders", "LoggerContext", "ElapsedTime", }); internal_static_de_huxhorn_lilith_access_LoggerContext_descriptor = getDescriptor().getMessageTypes().get(4); internal_static_de_huxhorn_lilith_access_LoggerContext_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_de_huxhorn_lilith_access_LoggerContext_descriptor, new java.lang.String[] { "BirthTime", "Name", "Properties", }); internal_static_de_huxhorn_lilith_access_StringMap_descriptor = getDescriptor().getMessageTypes().get(5); internal_static_de_huxhorn_lilith_access_StringMap_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_de_huxhorn_lilith_access_StringMap_descriptor, new java.lang.String[] { "Entry", }); internal_static_de_huxhorn_lilith_access_StringMapEntry_descriptor = getDescriptor().getMessageTypes().get(6); internal_static_de_huxhorn_lilith_access_StringMapEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_de_huxhorn_lilith_access_StringMapEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_de_huxhorn_lilith_access_StringArrayMap_descriptor = getDescriptor().getMessageTypes().get(7); internal_static_de_huxhorn_lilith_access_StringArrayMap_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_de_huxhorn_lilith_access_StringArrayMap_descriptor, new java.lang.String[] { "Entry", }); internal_static_de_huxhorn_lilith_access_StringArrayMapEntry_descriptor = getDescriptor().getMessageTypes().get(8); internal_static_de_huxhorn_lilith_access_StringArrayMapEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_de_huxhorn_lilith_access_StringArrayMapEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_de_huxhorn_lilith_access_StringArrayValue_descriptor = getDescriptor().getMessageTypes().get(9); internal_static_de_huxhorn_lilith_access_StringArrayValue_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_de_huxhorn_lilith_access_StringArrayValue_descriptor, new java.lang.String[] { "Value", }); } // @@protoc_insertion_point(outer_class_scope) }