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

main.java.com.streamlayer.triggers.SubscribeRequest Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/triggers/triggers.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.triggers;

/**
 * Protobuf type {@code streamlayer.triggers.SubscribeRequest}
 */
public  final class SubscribeRequest extends
    com.google.protobuf.GeneratedMessageLite<
        SubscribeRequest, SubscribeRequest.Builder> implements
    // @@protoc_insertion_point(message_implements:streamlayer.triggers.SubscribeRequest)
    SubscribeRequestOrBuilder {
  private SubscribeRequest() {
    triggerId_ = "";
  }
  private int bitField0_;
  public static final int TRIGGER_ID_FIELD_NUMBER = 1;
  private java.lang.String triggerId_;
  /**
   * string trigger_id = 1 [json_name = "triggerId"];
   * @return The triggerId.
   */
  @java.lang.Override
  public java.lang.String getTriggerId() {
    return triggerId_;
  }
  /**
   * string trigger_id = 1 [json_name = "triggerId"];
   * @return The bytes for triggerId.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getTriggerIdBytes() {
    return com.google.protobuf.ByteString.copyFromUtf8(triggerId_);
  }
  /**
   * string trigger_id = 1 [json_name = "triggerId"];
   * @param value The triggerId to set.
   */
  private void setTriggerId(
      java.lang.String value) {
    java.lang.Class valueClass = value.getClass();
  
    triggerId_ = value;
  }
  /**
   * string trigger_id = 1 [json_name = "triggerId"];
   */
  private void clearTriggerId() {

    triggerId_ = getDefaultInstance().getTriggerId();
  }
  /**
   * string trigger_id = 1 [json_name = "triggerId"];
   * @param value The bytes for triggerId to set.
   */
  private void setTriggerIdBytes(
      com.google.protobuf.ByteString value) {
    checkByteStringIsUtf8(value);
    triggerId_ = value.toStringUtf8();

  }

  public static final int SUBSCRIPTION_FIELD_NUMBER = 2;
  private com.streamlayer.triggers.EssentialSubscriptionData subscription_;
  /**
   * .streamlayer.triggers.EssentialSubscriptionData subscription = 2 [json_name = "subscription"];
   */
  @java.lang.Override
  public boolean hasSubscription() {
    return ((bitField0_ & 0x00000001) != 0);
  }
  /**
   * .streamlayer.triggers.EssentialSubscriptionData subscription = 2 [json_name = "subscription"];
   */
  @java.lang.Override
  public com.streamlayer.triggers.EssentialSubscriptionData getSubscription() {
    return subscription_ == null ? com.streamlayer.triggers.EssentialSubscriptionData.getDefaultInstance() : subscription_;
  }
  /**
   * .streamlayer.triggers.EssentialSubscriptionData subscription = 2 [json_name = "subscription"];
   */
  private void setSubscription(com.streamlayer.triggers.EssentialSubscriptionData value) {
    value.getClass();
  subscription_ = value;
    bitField0_ |= 0x00000001;
    }
  /**
   * .streamlayer.triggers.EssentialSubscriptionData subscription = 2 [json_name = "subscription"];
   */
  @java.lang.SuppressWarnings({"ReferenceEquality"})
  private void mergeSubscription(com.streamlayer.triggers.EssentialSubscriptionData value) {
    value.getClass();
  if (subscription_ != null &&
        subscription_ != com.streamlayer.triggers.EssentialSubscriptionData.getDefaultInstance()) {
      subscription_ =
        com.streamlayer.triggers.EssentialSubscriptionData.newBuilder(subscription_).mergeFrom(value).buildPartial();
    } else {
      subscription_ = value;
    }
    bitField0_ |= 0x00000001;
  }
  /**
   * .streamlayer.triggers.EssentialSubscriptionData subscription = 2 [json_name = "subscription"];
   */
  private void clearSubscription() {  subscription_ = null;
    bitField0_ = (bitField0_ & ~0x00000001);
  }

  public static com.streamlayer.triggers.SubscribeRequest parseFrom(
      java.nio.ByteBuffer data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, data);
  }
  public static com.streamlayer.triggers.SubscribeRequest parseFrom(
      java.nio.ByteBuffer data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, data, extensionRegistry);
  }
  public static com.streamlayer.triggers.SubscribeRequest parseFrom(
      com.google.protobuf.ByteString data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, data);
  }
  public static com.streamlayer.triggers.SubscribeRequest parseFrom(
      com.google.protobuf.ByteString data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, data, extensionRegistry);
  }
  public static com.streamlayer.triggers.SubscribeRequest parseFrom(byte[] data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, data);
  }
  public static com.streamlayer.triggers.SubscribeRequest parseFrom(
      byte[] data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, data, extensionRegistry);
  }
  public static com.streamlayer.triggers.SubscribeRequest parseFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, input);
  }
  public static com.streamlayer.triggers.SubscribeRequest parseFrom(
      java.io.InputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, input, extensionRegistry);
  }

  public static com.streamlayer.triggers.SubscribeRequest parseDelimitedFrom(java.io.InputStream input)
      throws java.io.IOException {
    return parseDelimitedFrom(DEFAULT_INSTANCE, input);
  }

  public static com.streamlayer.triggers.SubscribeRequest parseDelimitedFrom(
      java.io.InputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry);
  }
  public static com.streamlayer.triggers.SubscribeRequest parseFrom(
      com.google.protobuf.CodedInputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, input);
  }
  public static com.streamlayer.triggers.SubscribeRequest parseFrom(
      com.google.protobuf.CodedInputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, input, extensionRegistry);
  }

  public static Builder newBuilder() {
    return (Builder) DEFAULT_INSTANCE.createBuilder();
  }
  public static Builder newBuilder(com.streamlayer.triggers.SubscribeRequest prototype) {
    return DEFAULT_INSTANCE.createBuilder(prototype);
  }

  /**
   * Protobuf type {@code streamlayer.triggers.SubscribeRequest}
   */
  public static final class Builder extends
      com.google.protobuf.GeneratedMessageLite.Builder<
        com.streamlayer.triggers.SubscribeRequest, Builder> implements
      // @@protoc_insertion_point(builder_implements:streamlayer.triggers.SubscribeRequest)
      com.streamlayer.triggers.SubscribeRequestOrBuilder {
    // Construct using com.streamlayer.triggers.SubscribeRequest.newBuilder()
    private Builder() {
      super(DEFAULT_INSTANCE);
    }


    /**
     * string trigger_id = 1 [json_name = "triggerId"];
     * @return The triggerId.
     */
    @java.lang.Override
    public java.lang.String getTriggerId() {
      return instance.getTriggerId();
    }
    /**
     * string trigger_id = 1 [json_name = "triggerId"];
     * @return The bytes for triggerId.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getTriggerIdBytes() {
      return instance.getTriggerIdBytes();
    }
    /**
     * string trigger_id = 1 [json_name = "triggerId"];
     * @param value The triggerId to set.
     * @return This builder for chaining.
     */
    public Builder setTriggerId(
        java.lang.String value) {
      copyOnWrite();
      instance.setTriggerId(value);
      return this;
    }
    /**
     * string trigger_id = 1 [json_name = "triggerId"];
     * @return This builder for chaining.
     */
    public Builder clearTriggerId() {
      copyOnWrite();
      instance.clearTriggerId();
      return this;
    }
    /**
     * string trigger_id = 1 [json_name = "triggerId"];
     * @param value The bytes for triggerId to set.
     * @return This builder for chaining.
     */
    public Builder setTriggerIdBytes(
        com.google.protobuf.ByteString value) {
      copyOnWrite();
      instance.setTriggerIdBytes(value);
      return this;
    }

    /**
     * .streamlayer.triggers.EssentialSubscriptionData subscription = 2 [json_name = "subscription"];
     */
    @java.lang.Override
    public boolean hasSubscription() {
      return instance.hasSubscription();
    }
    /**
     * .streamlayer.triggers.EssentialSubscriptionData subscription = 2 [json_name = "subscription"];
     */
    @java.lang.Override
    public com.streamlayer.triggers.EssentialSubscriptionData getSubscription() {
      return instance.getSubscription();
    }
    /**
     * .streamlayer.triggers.EssentialSubscriptionData subscription = 2 [json_name = "subscription"];
     */
    public Builder setSubscription(com.streamlayer.triggers.EssentialSubscriptionData value) {
      copyOnWrite();
      instance.setSubscription(value);
      return this;
      }
    /**
     * .streamlayer.triggers.EssentialSubscriptionData subscription = 2 [json_name = "subscription"];
     */
    public Builder setSubscription(
        com.streamlayer.triggers.EssentialSubscriptionData.Builder builderForValue) {
      copyOnWrite();
      instance.setSubscription(builderForValue.build());
      return this;
    }
    /**
     * .streamlayer.triggers.EssentialSubscriptionData subscription = 2 [json_name = "subscription"];
     */
    public Builder mergeSubscription(com.streamlayer.triggers.EssentialSubscriptionData value) {
      copyOnWrite();
      instance.mergeSubscription(value);
      return this;
    }
    /**
     * .streamlayer.triggers.EssentialSubscriptionData subscription = 2 [json_name = "subscription"];
     */
    public Builder clearSubscription() {  copyOnWrite();
      instance.clearSubscription();
      return this;
    }

    // @@protoc_insertion_point(builder_scope:streamlayer.triggers.SubscribeRequest)
  }
  @java.lang.Override
  @java.lang.SuppressWarnings({"unchecked", "fallthrough"})
  protected final java.lang.Object dynamicMethod(
      com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
      java.lang.Object arg0, java.lang.Object arg1) {
    switch (method) {
      case NEW_MUTABLE_INSTANCE: {
        return new com.streamlayer.triggers.SubscribeRequest();
      }
      case NEW_BUILDER: {
        return new Builder();
      }
      case BUILD_MESSAGE_INFO: {
          java.lang.Object[] objects = new java.lang.Object[] {
            "bitField0_",
            "triggerId_",
            "subscription_",
          };
          java.lang.String info =
              "\u0000\u0002\u0000\u0001\u0001\u0002\u0002\u0000\u0000\u0000\u0001\u0208\u0002\u1009" +
              "\u0000";
          return newMessageInfo(DEFAULT_INSTANCE, info, objects);
      }
      // fall through
      case GET_DEFAULT_INSTANCE: {
        return DEFAULT_INSTANCE;
      }
      case GET_PARSER: {
        com.google.protobuf.Parser parser = PARSER;
        if (parser == null) {
          synchronized (com.streamlayer.triggers.SubscribeRequest.class) {
            parser = PARSER;
            if (parser == null) {
              parser =
                  new DefaultInstanceBasedParser(
                      DEFAULT_INSTANCE);
              PARSER = parser;
            }
          }
        }
        return parser;
    }
    case GET_MEMOIZED_IS_INITIALIZED: {
      return (byte) 1;
    }
    case SET_MEMOIZED_IS_INITIALIZED: {
      return null;
    }
    }
    throw new UnsupportedOperationException();
  }


  // @@protoc_insertion_point(class_scope:streamlayer.triggers.SubscribeRequest)
  private static final com.streamlayer.triggers.SubscribeRequest DEFAULT_INSTANCE;
  static {
    SubscribeRequest defaultInstance = new SubscribeRequest();
    // New instances are implicitly immutable so no need to make
    // immutable.
    DEFAULT_INSTANCE = defaultInstance;
    com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
      SubscribeRequest.class, defaultInstance);
  }

  public static com.streamlayer.triggers.SubscribeRequest getDefaultInstance() {
    return DEFAULT_INSTANCE;
  }

  private static volatile com.google.protobuf.Parser PARSER;

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy