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

main.java.com.streamlayer.triggers.EssentialConditionData 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.EssentialConditionData}
 */
public  final class EssentialConditionData extends
    com.google.protobuf.GeneratedMessageLite<
        EssentialConditionData, EssentialConditionData.Builder> implements
    // @@protoc_insertion_point(message_implements:streamlayer.triggers.EssentialConditionData)
    EssentialConditionDataOrBuilder {
  private EssentialConditionData() {
    event_ = "";
    compare_ = "";
    chainOperation_ = "";
    targets_ = com.google.protobuf.GeneratedMessageLite.emptyProtobufList();
    options_ = emptyProtobufList();
  }
  public static final int EVENT_FIELD_NUMBER = 1;
  private java.lang.String event_;
  /**
   * string event = 1 [json_name = "event"];
   * @return The event.
   */
  @java.lang.Override
  public java.lang.String getEvent() {
    return event_;
  }
  /**
   * string event = 1 [json_name = "event"];
   * @return The bytes for event.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getEventBytes() {
    return com.google.protobuf.ByteString.copyFromUtf8(event_);
  }
  /**
   * string event = 1 [json_name = "event"];
   * @param value The event to set.
   */
  private void setEvent(
      java.lang.String value) {
    java.lang.Class valueClass = value.getClass();
  
    event_ = value;
  }
  /**
   * string event = 1 [json_name = "event"];
   */
  private void clearEvent() {

    event_ = getDefaultInstance().getEvent();
  }
  /**
   * string event = 1 [json_name = "event"];
   * @param value The bytes for event to set.
   */
  private void setEventBytes(
      com.google.protobuf.ByteString value) {
    checkByteStringIsUtf8(value);
    event_ = value.toStringUtf8();

  }

  public static final int COMPARE_FIELD_NUMBER = 2;
  private java.lang.String compare_;
  /**
   * string compare = 2 [json_name = "compare"];
   * @return The compare.
   */
  @java.lang.Override
  public java.lang.String getCompare() {
    return compare_;
  }
  /**
   * string compare = 2 [json_name = "compare"];
   * @return The bytes for compare.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getCompareBytes() {
    return com.google.protobuf.ByteString.copyFromUtf8(compare_);
  }
  /**
   * string compare = 2 [json_name = "compare"];
   * @param value The compare to set.
   */
  private void setCompare(
      java.lang.String value) {
    java.lang.Class valueClass = value.getClass();
  
    compare_ = value;
  }
  /**
   * string compare = 2 [json_name = "compare"];
   */
  private void clearCompare() {

    compare_ = getDefaultInstance().getCompare();
  }
  /**
   * string compare = 2 [json_name = "compare"];
   * @param value The bytes for compare to set.
   */
  private void setCompareBytes(
      com.google.protobuf.ByteString value) {
    checkByteStringIsUtf8(value);
    compare_ = value.toStringUtf8();

  }

  public static final int CHAIN_OPERATION_FIELD_NUMBER = 3;
  private java.lang.String chainOperation_;
  /**
   * string chain_operation = 3 [json_name = "chainOperation"];
   * @return The chainOperation.
   */
  @java.lang.Override
  public java.lang.String getChainOperation() {
    return chainOperation_;
  }
  /**
   * string chain_operation = 3 [json_name = "chainOperation"];
   * @return The bytes for chainOperation.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getChainOperationBytes() {
    return com.google.protobuf.ByteString.copyFromUtf8(chainOperation_);
  }
  /**
   * string chain_operation = 3 [json_name = "chainOperation"];
   * @param value The chainOperation to set.
   */
  private void setChainOperation(
      java.lang.String value) {
    java.lang.Class valueClass = value.getClass();
  
    chainOperation_ = value;
  }
  /**
   * string chain_operation = 3 [json_name = "chainOperation"];
   */
  private void clearChainOperation() {

    chainOperation_ = getDefaultInstance().getChainOperation();
  }
  /**
   * string chain_operation = 3 [json_name = "chainOperation"];
   * @param value The bytes for chainOperation to set.
   */
  private void setChainOperationBytes(
      com.google.protobuf.ByteString value) {
    checkByteStringIsUtf8(value);
    chainOperation_ = value.toStringUtf8();

  }

  public static final int TARGETS_FIELD_NUMBER = 4;
  private com.google.protobuf.Internal.ProtobufList targets_;
  /**
   * repeated string targets = 4 [json_name = "targets"];
   * @return A list containing the targets.
   */
  @java.lang.Override
  public java.util.List getTargetsList() {
    return targets_;
  }
  /**
   * repeated string targets = 4 [json_name = "targets"];
   * @return The count of targets.
   */
  @java.lang.Override
  public int getTargetsCount() {
    return targets_.size();
  }
  /**
   * repeated string targets = 4 [json_name = "targets"];
   * @param index The index of the element to return.
   * @return The targets at the given index.
   */
  @java.lang.Override
  public java.lang.String getTargets(int index) {
    return targets_.get(index);
  }
  /**
   * repeated string targets = 4 [json_name = "targets"];
   * @param index The index of the value to return.
   * @return The bytes of the targets at the given index.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getTargetsBytes(int index) {
    return com.google.protobuf.ByteString.copyFromUtf8(
        targets_.get(index));
  }
  private void ensureTargetsIsMutable() {
    com.google.protobuf.Internal.ProtobufList tmp =
        targets_;  if (!tmp.isModifiable()) {
      targets_ =
          com.google.protobuf.GeneratedMessageLite.mutableCopy(tmp);
     }
  }
  /**
   * repeated string targets = 4 [json_name = "targets"];
   * @param index The index to set the value at.
   * @param value The targets to set.
   */
  private void setTargets(
      int index, java.lang.String value) {
    java.lang.Class valueClass = value.getClass();
  ensureTargetsIsMutable();
    targets_.set(index, value);
  }
  /**
   * repeated string targets = 4 [json_name = "targets"];
   * @param value The targets to add.
   */
  private void addTargets(
      java.lang.String value) {
    java.lang.Class valueClass = value.getClass();
  ensureTargetsIsMutable();
    targets_.add(value);
  }
  /**
   * repeated string targets = 4 [json_name = "targets"];
   * @param values The targets to add.
   */
  private void addAllTargets(
      java.lang.Iterable values) {
    ensureTargetsIsMutable();
    com.google.protobuf.AbstractMessageLite.addAll(
        values, targets_);
  }
  /**
   * repeated string targets = 4 [json_name = "targets"];
   */
  private void clearTargets() {
    targets_ = com.google.protobuf.GeneratedMessageLite.emptyProtobufList();
  }
  /**
   * repeated string targets = 4 [json_name = "targets"];
   * @param value The bytes of the targets to add.
   */
  private void addTargetsBytes(
      com.google.protobuf.ByteString value) {
    checkByteStringIsUtf8(value);
    ensureTargetsIsMutable();
    targets_.add(value.toStringUtf8());
  }

  public static final int OPTIONS_FIELD_NUMBER = 5;
  private com.google.protobuf.Internal.ProtobufList options_;
  /**
   * repeated .streamlayer.triggers.TriggerConditionOption options = 5 [json_name = "options"];
   */
  @java.lang.Override
  public java.util.List getOptionsList() {
    return options_;
  }
  /**
   * repeated .streamlayer.triggers.TriggerConditionOption options = 5 [json_name = "options"];
   */
  public java.util.List 
      getOptionsOrBuilderList() {
    return options_;
  }
  /**
   * repeated .streamlayer.triggers.TriggerConditionOption options = 5 [json_name = "options"];
   */
  @java.lang.Override
  public int getOptionsCount() {
    return options_.size();
  }
  /**
   * repeated .streamlayer.triggers.TriggerConditionOption options = 5 [json_name = "options"];
   */
  @java.lang.Override
  public com.streamlayer.triggers.TriggerConditionOption getOptions(int index) {
    return options_.get(index);
  }
  /**
   * repeated .streamlayer.triggers.TriggerConditionOption options = 5 [json_name = "options"];
   */
  public com.streamlayer.triggers.TriggerConditionOptionOrBuilder getOptionsOrBuilder(
      int index) {
    return options_.get(index);
  }
  private void ensureOptionsIsMutable() {
    com.google.protobuf.Internal.ProtobufList tmp = options_;
    if (!tmp.isModifiable()) {
      options_ =
          com.google.protobuf.GeneratedMessageLite.mutableCopy(tmp);
     }
  }

  /**
   * repeated .streamlayer.triggers.TriggerConditionOption options = 5 [json_name = "options"];
   */
  private void setOptions(
      int index, com.streamlayer.triggers.TriggerConditionOption value) {
    value.getClass();
  ensureOptionsIsMutable();
    options_.set(index, value);
  }
  /**
   * repeated .streamlayer.triggers.TriggerConditionOption options = 5 [json_name = "options"];
   */
  private void addOptions(com.streamlayer.triggers.TriggerConditionOption value) {
    value.getClass();
  ensureOptionsIsMutable();
    options_.add(value);
  }
  /**
   * repeated .streamlayer.triggers.TriggerConditionOption options = 5 [json_name = "options"];
   */
  private void addOptions(
      int index, com.streamlayer.triggers.TriggerConditionOption value) {
    value.getClass();
  ensureOptionsIsMutable();
    options_.add(index, value);
  }
  /**
   * repeated .streamlayer.triggers.TriggerConditionOption options = 5 [json_name = "options"];
   */
  private void addAllOptions(
      java.lang.Iterable values) {
    ensureOptionsIsMutable();
    com.google.protobuf.AbstractMessageLite.addAll(
        values, options_);
  }
  /**
   * repeated .streamlayer.triggers.TriggerConditionOption options = 5 [json_name = "options"];
   */
  private void clearOptions() {
    options_ = emptyProtobufList();
  }
  /**
   * repeated .streamlayer.triggers.TriggerConditionOption options = 5 [json_name = "options"];
   */
  private void removeOptions(int index) {
    ensureOptionsIsMutable();
    options_.remove(index);
  }

  public static com.streamlayer.triggers.EssentialConditionData parseFrom(
      java.nio.ByteBuffer data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, data);
  }
  public static com.streamlayer.triggers.EssentialConditionData 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.EssentialConditionData 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.EssentialConditionData 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.EssentialConditionData parseFrom(byte[] data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, data);
  }
  public static com.streamlayer.triggers.EssentialConditionData 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.EssentialConditionData parseFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, input);
  }
  public static com.streamlayer.triggers.EssentialConditionData 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.EssentialConditionData parseDelimitedFrom(java.io.InputStream input)
      throws java.io.IOException {
    return parseDelimitedFrom(DEFAULT_INSTANCE, input);
  }

  public static com.streamlayer.triggers.EssentialConditionData 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.EssentialConditionData parseFrom(
      com.google.protobuf.CodedInputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, input);
  }
  public static com.streamlayer.triggers.EssentialConditionData 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.EssentialConditionData prototype) {
    return DEFAULT_INSTANCE.createBuilder(prototype);
  }

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


    /**
     * string event = 1 [json_name = "event"];
     * @return The event.
     */
    @java.lang.Override
    public java.lang.String getEvent() {
      return instance.getEvent();
    }
    /**
     * string event = 1 [json_name = "event"];
     * @return The bytes for event.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getEventBytes() {
      return instance.getEventBytes();
    }
    /**
     * string event = 1 [json_name = "event"];
     * @param value The event to set.
     * @return This builder for chaining.
     */
    public Builder setEvent(
        java.lang.String value) {
      copyOnWrite();
      instance.setEvent(value);
      return this;
    }
    /**
     * string event = 1 [json_name = "event"];
     * @return This builder for chaining.
     */
    public Builder clearEvent() {
      copyOnWrite();
      instance.clearEvent();
      return this;
    }
    /**
     * string event = 1 [json_name = "event"];
     * @param value The bytes for event to set.
     * @return This builder for chaining.
     */
    public Builder setEventBytes(
        com.google.protobuf.ByteString value) {
      copyOnWrite();
      instance.setEventBytes(value);
      return this;
    }

    /**
     * string compare = 2 [json_name = "compare"];
     * @return The compare.
     */
    @java.lang.Override
    public java.lang.String getCompare() {
      return instance.getCompare();
    }
    /**
     * string compare = 2 [json_name = "compare"];
     * @return The bytes for compare.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getCompareBytes() {
      return instance.getCompareBytes();
    }
    /**
     * string compare = 2 [json_name = "compare"];
     * @param value The compare to set.
     * @return This builder for chaining.
     */
    public Builder setCompare(
        java.lang.String value) {
      copyOnWrite();
      instance.setCompare(value);
      return this;
    }
    /**
     * string compare = 2 [json_name = "compare"];
     * @return This builder for chaining.
     */
    public Builder clearCompare() {
      copyOnWrite();
      instance.clearCompare();
      return this;
    }
    /**
     * string compare = 2 [json_name = "compare"];
     * @param value The bytes for compare to set.
     * @return This builder for chaining.
     */
    public Builder setCompareBytes(
        com.google.protobuf.ByteString value) {
      copyOnWrite();
      instance.setCompareBytes(value);
      return this;
    }

    /**
     * string chain_operation = 3 [json_name = "chainOperation"];
     * @return The chainOperation.
     */
    @java.lang.Override
    public java.lang.String getChainOperation() {
      return instance.getChainOperation();
    }
    /**
     * string chain_operation = 3 [json_name = "chainOperation"];
     * @return The bytes for chainOperation.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getChainOperationBytes() {
      return instance.getChainOperationBytes();
    }
    /**
     * string chain_operation = 3 [json_name = "chainOperation"];
     * @param value The chainOperation to set.
     * @return This builder for chaining.
     */
    public Builder setChainOperation(
        java.lang.String value) {
      copyOnWrite();
      instance.setChainOperation(value);
      return this;
    }
    /**
     * string chain_operation = 3 [json_name = "chainOperation"];
     * @return This builder for chaining.
     */
    public Builder clearChainOperation() {
      copyOnWrite();
      instance.clearChainOperation();
      return this;
    }
    /**
     * string chain_operation = 3 [json_name = "chainOperation"];
     * @param value The bytes for chainOperation to set.
     * @return This builder for chaining.
     */
    public Builder setChainOperationBytes(
        com.google.protobuf.ByteString value) {
      copyOnWrite();
      instance.setChainOperationBytes(value);
      return this;
    }

    /**
     * repeated string targets = 4 [json_name = "targets"];
     * @return A list containing the targets.
     */
    @java.lang.Override
    public java.util.List
        getTargetsList() {
      return java.util.Collections.unmodifiableList(
          instance.getTargetsList());
    }
    /**
     * repeated string targets = 4 [json_name = "targets"];
     * @return The count of targets.
     */
    @java.lang.Override
    public int getTargetsCount() {
      return instance.getTargetsCount();
    }
    /**
     * repeated string targets = 4 [json_name = "targets"];
     * @param index The index of the element to return.
     * @return The targets at the given index.
     */
    @java.lang.Override
    public java.lang.String getTargets(int index) {
      return instance.getTargets(index);
    }
    /**
     * repeated string targets = 4 [json_name = "targets"];
     * @param index The index of the value to return.
     * @return The bytes of the targets at the given index.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getTargetsBytes(int index) {
      return instance.getTargetsBytes(index);
    }
    /**
     * repeated string targets = 4 [json_name = "targets"];
     * @param index The index to set the value at.
     * @param value The targets to set.
     * @return This builder for chaining.
     */
    public Builder setTargets(
        int index, java.lang.String value) {
      copyOnWrite();
      instance.setTargets(index, value);
      return this;
    }
    /**
     * repeated string targets = 4 [json_name = "targets"];
     * @param value The targets to add.
     * @return This builder for chaining.
     */
    public Builder addTargets(
        java.lang.String value) {
      copyOnWrite();
      instance.addTargets(value);
      return this;
    }
    /**
     * repeated string targets = 4 [json_name = "targets"];
     * @param values The targets to add.
     * @return This builder for chaining.
     */
    public Builder addAllTargets(
        java.lang.Iterable values) {
      copyOnWrite();
      instance.addAllTargets(values);
      return this;
    }
    /**
     * repeated string targets = 4 [json_name = "targets"];
     * @return This builder for chaining.
     */
    public Builder clearTargets() {
      copyOnWrite();
      instance.clearTargets();
      return this;
    }
    /**
     * repeated string targets = 4 [json_name = "targets"];
     * @param value The bytes of the targets to add.
     * @return This builder for chaining.
     */
    public Builder addTargetsBytes(
        com.google.protobuf.ByteString value) {
      copyOnWrite();
      instance.addTargetsBytes(value);
      return this;
    }

    /**
     * repeated .streamlayer.triggers.TriggerConditionOption options = 5 [json_name = "options"];
     */
    @java.lang.Override
    public java.util.List getOptionsList() {
      return java.util.Collections.unmodifiableList(
          instance.getOptionsList());
    }
    /**
     * repeated .streamlayer.triggers.TriggerConditionOption options = 5 [json_name = "options"];
     */
    @java.lang.Override
    public int getOptionsCount() {
      return instance.getOptionsCount();
    }/**
     * repeated .streamlayer.triggers.TriggerConditionOption options = 5 [json_name = "options"];
     */
    @java.lang.Override
    public com.streamlayer.triggers.TriggerConditionOption getOptions(int index) {
      return instance.getOptions(index);
    }
    /**
     * repeated .streamlayer.triggers.TriggerConditionOption options = 5 [json_name = "options"];
     */
    public Builder setOptions(
        int index, com.streamlayer.triggers.TriggerConditionOption value) {
      copyOnWrite();
      instance.setOptions(index, value);
      return this;
    }
    /**
     * repeated .streamlayer.triggers.TriggerConditionOption options = 5 [json_name = "options"];
     */
    public Builder setOptions(
        int index, com.streamlayer.triggers.TriggerConditionOption.Builder builderForValue) {
      copyOnWrite();
      instance.setOptions(index,
          builderForValue.build());
      return this;
    }
    /**
     * repeated .streamlayer.triggers.TriggerConditionOption options = 5 [json_name = "options"];
     */
    public Builder addOptions(com.streamlayer.triggers.TriggerConditionOption value) {
      copyOnWrite();
      instance.addOptions(value);
      return this;
    }
    /**
     * repeated .streamlayer.triggers.TriggerConditionOption options = 5 [json_name = "options"];
     */
    public Builder addOptions(
        int index, com.streamlayer.triggers.TriggerConditionOption value) {
      copyOnWrite();
      instance.addOptions(index, value);
      return this;
    }
    /**
     * repeated .streamlayer.triggers.TriggerConditionOption options = 5 [json_name = "options"];
     */
    public Builder addOptions(
        com.streamlayer.triggers.TriggerConditionOption.Builder builderForValue) {
      copyOnWrite();
      instance.addOptions(builderForValue.build());
      return this;
    }
    /**
     * repeated .streamlayer.triggers.TriggerConditionOption options = 5 [json_name = "options"];
     */
    public Builder addOptions(
        int index, com.streamlayer.triggers.TriggerConditionOption.Builder builderForValue) {
      copyOnWrite();
      instance.addOptions(index,
          builderForValue.build());
      return this;
    }
    /**
     * repeated .streamlayer.triggers.TriggerConditionOption options = 5 [json_name = "options"];
     */
    public Builder addAllOptions(
        java.lang.Iterable values) {
      copyOnWrite();
      instance.addAllOptions(values);
      return this;
    }
    /**
     * repeated .streamlayer.triggers.TriggerConditionOption options = 5 [json_name = "options"];
     */
    public Builder clearOptions() {
      copyOnWrite();
      instance.clearOptions();
      return this;
    }
    /**
     * repeated .streamlayer.triggers.TriggerConditionOption options = 5 [json_name = "options"];
     */
    public Builder removeOptions(int index) {
      copyOnWrite();
      instance.removeOptions(index);
      return this;
    }

    // @@protoc_insertion_point(builder_scope:streamlayer.triggers.EssentialConditionData)
  }
  @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.EssentialConditionData();
      }
      case NEW_BUILDER: {
        return new Builder();
      }
      case BUILD_MESSAGE_INFO: {
          java.lang.Object[] objects = new java.lang.Object[] {
            "event_",
            "compare_",
            "chainOperation_",
            "targets_",
            "options_",
            com.streamlayer.triggers.TriggerConditionOption.class,
          };
          java.lang.String info =
              "\u0000\u0005\u0000\u0000\u0001\u0005\u0005\u0000\u0002\u0000\u0001\u0208\u0002\u0208" +
              "\u0003\u0208\u0004\u021a\u0005\u001b";
          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.EssentialConditionData.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.EssentialConditionData)
  private static final com.streamlayer.triggers.EssentialConditionData DEFAULT_INSTANCE;
  static {
    EssentialConditionData defaultInstance = new EssentialConditionData();
    // New instances are implicitly immutable so no need to make
    // immutable.
    DEFAULT_INSTANCE = defaultInstance;
    com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
      EssentialConditionData.class, defaultInstance);
  }

  public static com.streamlayer.triggers.EssentialConditionData 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