All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.axoniq.eventstore.grpc.GetEventsRequest Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: eventstore_api.proto

package io.axoniq.eventstore.grpc;

/**
 * Protobuf type {@code io.axoniq.eventstore.grpc.GetEventsRequest}
 */
public  final class GetEventsRequest extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:io.axoniq.eventstore.grpc.GetEventsRequest)
    GetEventsRequestOrBuilder {
  // Use GetEventsRequest.newBuilder() to construct.
  private GetEventsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private GetEventsRequest() {
    trackingToken_ = 0L;
    numberOfPermits_ = 0L;
    client_ = "";
    component_ = "";
    processor_ = "";
  }

  @java.lang.Override
  public final com.google.protobuf.UnknownFieldSet
  getUnknownFields() {
    return com.google.protobuf.UnknownFieldSet.getDefaultInstance();
  }
  private GetEventsRequest(
      com.google.protobuf.CodedInputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    this();
    int mutable_bitField0_ = 0;
    try {
      boolean done = false;
      while (!done) {
        int tag = input.readTag();
        switch (tag) {
          case 0:
            done = true;
            break;
          default: {
            if (!input.skipField(tag)) {
              done = true;
            }
            break;
          }
          case 8: {

            trackingToken_ = input.readInt64();
            break;
          }
          case 16: {

            numberOfPermits_ = input.readInt64();
            break;
          }
          case 26: {
            java.lang.String s = input.readStringRequireUtf8();

            client_ = s;
            break;
          }
          case 34: {
            java.lang.String s = input.readStringRequireUtf8();

            component_ = s;
            break;
          }
          case 42: {
            java.lang.String s = input.readStringRequireUtf8();

            processor_ = s;
            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 {
      makeExtensionsImmutable();
    }
  }
  public static final com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return io.axoniq.eventstore.grpc.EventstoreApi.internal_static_io_axoniq_eventstore_grpc_GetEventsRequest_descriptor;
  }

  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return io.axoniq.eventstore.grpc.EventstoreApi.internal_static_io_axoniq_eventstore_grpc_GetEventsRequest_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            io.axoniq.eventstore.grpc.GetEventsRequest.class, io.axoniq.eventstore.grpc.GetEventsRequest.Builder.class);
  }

  public static final int TRACKING_TOKEN_FIELD_NUMBER = 1;
  private long trackingToken_;
  /**
   * optional int64 tracking_token = 1;
   */
  public long getTrackingToken() {
    return trackingToken_;
  }

  public static final int NUMBER_OF_PERMITS_FIELD_NUMBER = 2;
  private long numberOfPermits_;
  /**
   * optional int64 number_of_permits = 2;
   */
  public long getNumberOfPermits() {
    return numberOfPermits_;
  }

  public static final int CLIENT_FIELD_NUMBER = 3;
  private volatile java.lang.Object client_;
  /**
   * optional string client = 3;
   */
  public java.lang.String getClient() {
    java.lang.Object ref = client_;
    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();
      client_ = s;
      return s;
    }
  }
  /**
   * optional string client = 3;
   */
  public com.google.protobuf.ByteString
      getClientBytes() {
    java.lang.Object ref = client_;
    if (ref instanceof java.lang.String) {
      com.google.protobuf.ByteString b = 
          com.google.protobuf.ByteString.copyFromUtf8(
              (java.lang.String) ref);
      client_ = b;
      return b;
    } else {
      return (com.google.protobuf.ByteString) ref;
    }
  }

  public static final int COMPONENT_FIELD_NUMBER = 4;
  private volatile java.lang.Object component_;
  /**
   * optional string component = 4;
   */
  public java.lang.String getComponent() {
    java.lang.Object ref = component_;
    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();
      component_ = s;
      return s;
    }
  }
  /**
   * optional string component = 4;
   */
  public com.google.protobuf.ByteString
      getComponentBytes() {
    java.lang.Object ref = component_;
    if (ref instanceof java.lang.String) {
      com.google.protobuf.ByteString b = 
          com.google.protobuf.ByteString.copyFromUtf8(
              (java.lang.String) ref);
      component_ = b;
      return b;
    } else {
      return (com.google.protobuf.ByteString) ref;
    }
  }

  public static final int PROCESSOR_FIELD_NUMBER = 5;
  private volatile java.lang.Object processor_;
  /**
   * optional string processor = 5;
   */
  public java.lang.String getProcessor() {
    java.lang.Object ref = processor_;
    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();
      processor_ = s;
      return s;
    }
  }
  /**
   * optional string processor = 5;
   */
  public com.google.protobuf.ByteString
      getProcessorBytes() {
    java.lang.Object ref = processor_;
    if (ref instanceof java.lang.String) {
      com.google.protobuf.ByteString b = 
          com.google.protobuf.ByteString.copyFromUtf8(
              (java.lang.String) ref);
      processor_ = 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 (trackingToken_ != 0L) {
      output.writeInt64(1, trackingToken_);
    }
    if (numberOfPermits_ != 0L) {
      output.writeInt64(2, numberOfPermits_);
    }
    if (!getClientBytes().isEmpty()) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 3, client_);
    }
    if (!getComponentBytes().isEmpty()) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 4, component_);
    }
    if (!getProcessorBytes().isEmpty()) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 5, processor_);
    }
  }

  public int getSerializedSize() {
    int size = memoizedSize;
    if (size != -1) return size;

    size = 0;
    if (trackingToken_ != 0L) {
      size += com.google.protobuf.CodedOutputStream
        .computeInt64Size(1, trackingToken_);
    }
    if (numberOfPermits_ != 0L) {
      size += com.google.protobuf.CodedOutputStream
        .computeInt64Size(2, numberOfPermits_);
    }
    if (!getClientBytes().isEmpty()) {
      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, client_);
    }
    if (!getComponentBytes().isEmpty()) {
      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, component_);
    }
    if (!getProcessorBytes().isEmpty()) {
      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, processor_);
    }
    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 io.axoniq.eventstore.grpc.GetEventsRequest)) {
      return super.equals(obj);
    }
    io.axoniq.eventstore.grpc.GetEventsRequest other = (io.axoniq.eventstore.grpc.GetEventsRequest) obj;

    boolean result = true;
    result = result && (getTrackingToken()
        == other.getTrackingToken());
    result = result && (getNumberOfPermits()
        == other.getNumberOfPermits());
    result = result && getClient()
        .equals(other.getClient());
    result = result && getComponent()
        .equals(other.getComponent());
    result = result && getProcessor()
        .equals(other.getProcessor());
    return result;
  }

  @java.lang.Override
  public int hashCode() {
    if (memoizedHashCode != 0) {
      return memoizedHashCode;
    }
    int hash = 41;
    hash = (19 * hash) + getDescriptorForType().hashCode();
    hash = (37 * hash) + TRACKING_TOKEN_FIELD_NUMBER;
    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
        getTrackingToken());
    hash = (37 * hash) + NUMBER_OF_PERMITS_FIELD_NUMBER;
    hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
        getNumberOfPermits());
    hash = (37 * hash) + CLIENT_FIELD_NUMBER;
    hash = (53 * hash) + getClient().hashCode();
    hash = (37 * hash) + COMPONENT_FIELD_NUMBER;
    hash = (53 * hash) + getComponent().hashCode();
    hash = (37 * hash) + PROCESSOR_FIELD_NUMBER;
    hash = (53 * hash) + getProcessor().hashCode();
    hash = (29 * hash) + unknownFields.hashCode();
    memoizedHashCode = hash;
    return hash;
  }

  public static io.axoniq.eventstore.grpc.GetEventsRequest parseFrom(
      com.google.protobuf.ByteString data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static io.axoniq.eventstore.grpc.GetEventsRequest parseFrom(
      com.google.protobuf.ByteString data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static io.axoniq.eventstore.grpc.GetEventsRequest parseFrom(byte[] data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static io.axoniq.eventstore.grpc.GetEventsRequest parseFrom(
      byte[] data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static io.axoniq.eventstore.grpc.GetEventsRequest parseFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static io.axoniq.eventstore.grpc.GetEventsRequest 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 io.axoniq.eventstore.grpc.GetEventsRequest parseDelimitedFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseDelimitedWithIOException(PARSER, input);
  }
  public static io.axoniq.eventstore.grpc.GetEventsRequest 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 io.axoniq.eventstore.grpc.GetEventsRequest parseFrom(
      com.google.protobuf.CodedInputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static io.axoniq.eventstore.grpc.GetEventsRequest 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(io.axoniq.eventstore.grpc.GetEventsRequest 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 io.axoniq.eventstore.grpc.GetEventsRequest}
   */
  public static final class Builder extends
      com.google.protobuf.GeneratedMessageV3.Builder implements
      // @@protoc_insertion_point(builder_implements:io.axoniq.eventstore.grpc.GetEventsRequest)
      io.axoniq.eventstore.grpc.GetEventsRequestOrBuilder {
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return io.axoniq.eventstore.grpc.EventstoreApi.internal_static_io_axoniq_eventstore_grpc_GetEventsRequest_descriptor;
    }

    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return io.axoniq.eventstore.grpc.EventstoreApi.internal_static_io_axoniq_eventstore_grpc_GetEventsRequest_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              io.axoniq.eventstore.grpc.GetEventsRequest.class, io.axoniq.eventstore.grpc.GetEventsRequest.Builder.class);
    }

    // Construct using io.axoniq.eventstore.grpc.GetEventsRequest.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();
      trackingToken_ = 0L;

      numberOfPermits_ = 0L;

      client_ = "";

      component_ = "";

      processor_ = "";

      return this;
    }

    public com.google.protobuf.Descriptors.Descriptor
        getDescriptorForType() {
      return io.axoniq.eventstore.grpc.EventstoreApi.internal_static_io_axoniq_eventstore_grpc_GetEventsRequest_descriptor;
    }

    public io.axoniq.eventstore.grpc.GetEventsRequest getDefaultInstanceForType() {
      return io.axoniq.eventstore.grpc.GetEventsRequest.getDefaultInstance();
    }

    public io.axoniq.eventstore.grpc.GetEventsRequest build() {
      io.axoniq.eventstore.grpc.GetEventsRequest result = buildPartial();
      if (!result.isInitialized()) {
        throw newUninitializedMessageException(result);
      }
      return result;
    }

    public io.axoniq.eventstore.grpc.GetEventsRequest buildPartial() {
      io.axoniq.eventstore.grpc.GetEventsRequest result = new io.axoniq.eventstore.grpc.GetEventsRequest(this);
      result.trackingToken_ = trackingToken_;
      result.numberOfPermits_ = numberOfPermits_;
      result.client_ = client_;
      result.component_ = component_;
      result.processor_ = processor_;
      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 io.axoniq.eventstore.grpc.GetEventsRequest) {
        return mergeFrom((io.axoniq.eventstore.grpc.GetEventsRequest)other);
      } else {
        super.mergeFrom(other);
        return this;
      }
    }

    public Builder mergeFrom(io.axoniq.eventstore.grpc.GetEventsRequest other) {
      if (other == io.axoniq.eventstore.grpc.GetEventsRequest.getDefaultInstance()) return this;
      if (other.getTrackingToken() != 0L) {
        setTrackingToken(other.getTrackingToken());
      }
      if (other.getNumberOfPermits() != 0L) {
        setNumberOfPermits(other.getNumberOfPermits());
      }
      if (!other.getClient().isEmpty()) {
        client_ = other.client_;
        onChanged();
      }
      if (!other.getComponent().isEmpty()) {
        component_ = other.component_;
        onChanged();
      }
      if (!other.getProcessor().isEmpty()) {
        processor_ = other.processor_;
        onChanged();
      }
      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 {
      io.axoniq.eventstore.grpc.GetEventsRequest parsedMessage = null;
      try {
        parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        parsedMessage = (io.axoniq.eventstore.grpc.GetEventsRequest) e.getUnfinishedMessage();
        throw e.unwrapIOException();
      } finally {
        if (parsedMessage != null) {
          mergeFrom(parsedMessage);
        }
      }
      return this;
    }

    private long trackingToken_ ;
    /**
     * optional int64 tracking_token = 1;
     */
    public long getTrackingToken() {
      return trackingToken_;
    }
    /**
     * optional int64 tracking_token = 1;
     */
    public Builder setTrackingToken(long value) {
      
      trackingToken_ = value;
      onChanged();
      return this;
    }
    /**
     * optional int64 tracking_token = 1;
     */
    public Builder clearTrackingToken() {
      
      trackingToken_ = 0L;
      onChanged();
      return this;
    }

    private long numberOfPermits_ ;
    /**
     * optional int64 number_of_permits = 2;
     */
    public long getNumberOfPermits() {
      return numberOfPermits_;
    }
    /**
     * optional int64 number_of_permits = 2;
     */
    public Builder setNumberOfPermits(long value) {
      
      numberOfPermits_ = value;
      onChanged();
      return this;
    }
    /**
     * optional int64 number_of_permits = 2;
     */
    public Builder clearNumberOfPermits() {
      
      numberOfPermits_ = 0L;
      onChanged();
      return this;
    }

    private java.lang.Object client_ = "";
    /**
     * optional string client = 3;
     */
    public java.lang.String getClient() {
      java.lang.Object ref = client_;
      if (!(ref instanceof java.lang.String)) {
        com.google.protobuf.ByteString bs =
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        client_ = s;
        return s;
      } else {
        return (java.lang.String) ref;
      }
    }
    /**
     * optional string client = 3;
     */
    public com.google.protobuf.ByteString
        getClientBytes() {
      java.lang.Object ref = client_;
      if (ref instanceof String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        client_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }
    /**
     * optional string client = 3;
     */
    public Builder setClient(
        java.lang.String value) {
      if (value == null) {
    throw new NullPointerException();
  }
  
      client_ = value;
      onChanged();
      return this;
    }
    /**
     * optional string client = 3;
     */
    public Builder clearClient() {
      
      client_ = getDefaultInstance().getClient();
      onChanged();
      return this;
    }
    /**
     * optional string client = 3;
     */
    public Builder setClientBytes(
        com.google.protobuf.ByteString value) {
      if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
      
      client_ = value;
      onChanged();
      return this;
    }

    private java.lang.Object component_ = "";
    /**
     * optional string component = 4;
     */
    public java.lang.String getComponent() {
      java.lang.Object ref = component_;
      if (!(ref instanceof java.lang.String)) {
        com.google.protobuf.ByteString bs =
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        component_ = s;
        return s;
      } else {
        return (java.lang.String) ref;
      }
    }
    /**
     * optional string component = 4;
     */
    public com.google.protobuf.ByteString
        getComponentBytes() {
      java.lang.Object ref = component_;
      if (ref instanceof String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        component_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }
    /**
     * optional string component = 4;
     */
    public Builder setComponent(
        java.lang.String value) {
      if (value == null) {
    throw new NullPointerException();
  }
  
      component_ = value;
      onChanged();
      return this;
    }
    /**
     * optional string component = 4;
     */
    public Builder clearComponent() {
      
      component_ = getDefaultInstance().getComponent();
      onChanged();
      return this;
    }
    /**
     * optional string component = 4;
     */
    public Builder setComponentBytes(
        com.google.protobuf.ByteString value) {
      if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
      
      component_ = value;
      onChanged();
      return this;
    }

    private java.lang.Object processor_ = "";
    /**
     * optional string processor = 5;
     */
    public java.lang.String getProcessor() {
      java.lang.Object ref = processor_;
      if (!(ref instanceof java.lang.String)) {
        com.google.protobuf.ByteString bs =
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        processor_ = s;
        return s;
      } else {
        return (java.lang.String) ref;
      }
    }
    /**
     * optional string processor = 5;
     */
    public com.google.protobuf.ByteString
        getProcessorBytes() {
      java.lang.Object ref = processor_;
      if (ref instanceof String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        processor_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }
    /**
     * optional string processor = 5;
     */
    public Builder setProcessor(
        java.lang.String value) {
      if (value == null) {
    throw new NullPointerException();
  }
  
      processor_ = value;
      onChanged();
      return this;
    }
    /**
     * optional string processor = 5;
     */
    public Builder clearProcessor() {
      
      processor_ = getDefaultInstance().getProcessor();
      onChanged();
      return this;
    }
    /**
     * optional string processor = 5;
     */
    public Builder setProcessorBytes(
        com.google.protobuf.ByteString value) {
      if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
      
      processor_ = value;
      onChanged();
      return this;
    }
    public final Builder setUnknownFields(
        final com.google.protobuf.UnknownFieldSet unknownFields) {
      return this;
    }

    public final Builder mergeUnknownFields(
        final com.google.protobuf.UnknownFieldSet unknownFields) {
      return this;
    }


    // @@protoc_insertion_point(builder_scope:io.axoniq.eventstore.grpc.GetEventsRequest)
  }

  // @@protoc_insertion_point(class_scope:io.axoniq.eventstore.grpc.GetEventsRequest)
  private static final io.axoniq.eventstore.grpc.GetEventsRequest DEFAULT_INSTANCE;
  static {
    DEFAULT_INSTANCE = new io.axoniq.eventstore.grpc.GetEventsRequest();
  }

  public static io.axoniq.eventstore.grpc.GetEventsRequest getDefaultInstance() {
    return DEFAULT_INSTANCE;
  }

  private static final com.google.protobuf.Parser
      PARSER = new com.google.protobuf.AbstractParser() {
    public GetEventsRequest parsePartialFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
        return new GetEventsRequest(input, extensionRegistry);
    }
  };

  public static com.google.protobuf.Parser parser() {
    return PARSER;
  }

  @java.lang.Override
  public com.google.protobuf.Parser getParserForType() {
    return PARSER;
  }

  public io.axoniq.eventstore.grpc.GetEventsRequest getDefaultInstanceForType() {
    return DEFAULT_INSTANCE;
  }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy