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

com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages Maven / Gradle / Ivy

There is a newer version: 3.0.0-dev
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: th2_grpc_hand/rhactionsmessages_win.proto

package com.exactpro.th2.act.grpc.hand.rhactions;

public final class RhWinActionsMessages {
  private RhWinActionsMessages() {}
  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 WinLocatorOrBuilder extends
      // @@protoc_insertion_point(interface_extends:WinLocator)
      com.google.protobuf.MessageOrBuilder {

    /**
     * string locator = 1;
     * @return The locator.
     */
    java.lang.String getLocator();
    /**
     * string locator = 1;
     * @return The bytes for locator.
     */
    com.google.protobuf.ByteString
        getLocatorBytes();

    /**
     * string matcher = 2;
     * @return The matcher.
     */
    java.lang.String getMatcher();
    /**
     * string matcher = 2;
     * @return The bytes for matcher.
     */
    com.google.protobuf.ByteString
        getMatcherBytes();

    /**
     * .google.protobuf.Int32Value matcherIndex = 3;
     * @return Whether the matcherIndex field is set.
     */
    boolean hasMatcherIndex();
    /**
     * .google.protobuf.Int32Value matcherIndex = 3;
     * @return The matcherIndex.
     */
    com.google.protobuf.Int32Value getMatcherIndex();
    /**
     * .google.protobuf.Int32Value matcherIndex = 3;
     */
    com.google.protobuf.Int32ValueOrBuilder getMatcherIndexOrBuilder();
  }
  /**
   * Protobuf type {@code WinLocator}
   */
  public static final class WinLocator extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:WinLocator)
      WinLocatorOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use WinLocator.newBuilder() to construct.
    private WinLocator(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private WinLocator() {
      locator_ = "";
      matcher_ = "";
    }

    @java.lang.Override
    @SuppressWarnings({"unused"})
    protected java.lang.Object newInstance(
        UnusedPrivateParameter unused) {
      return new WinLocator();
    }

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private WinLocator(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      this();
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      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;
            case 10: {
              java.lang.String s = input.readStringRequireUtf8();

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

              matcher_ = s;
              break;
            }
            case 26: {
              com.google.protobuf.Int32Value.Builder subBuilder = null;
              if (matcherIndex_ != null) {
                subBuilder = matcherIndex_.toBuilder();
              }
              matcherIndex_ = input.readMessage(com.google.protobuf.Int32Value.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(matcherIndex_);
                matcherIndex_ = subBuilder.buildPartial();
              }

              break;
            }
            default: {
              if (!parseUnknownField(
                  input, unknownFields, extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (com.google.protobuf.UninitializedMessageException e) {
        throw e.asInvalidProtocolBufferException().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 com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.internal_static_WinLocator_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.internal_static_WinLocator_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator.class, com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator.Builder.class);
    }

    public static final int LOCATOR_FIELD_NUMBER = 1;
    private volatile java.lang.Object locator_;
    /**
     * string locator = 1;
     * @return The locator.
     */
    @java.lang.Override
    public java.lang.String getLocator() {
      java.lang.Object ref = locator_;
      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();
        locator_ = s;
        return s;
      }
    }
    /**
     * string locator = 1;
     * @return The bytes for locator.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getLocatorBytes() {
      java.lang.Object ref = locator_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        locator_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int MATCHER_FIELD_NUMBER = 2;
    private volatile java.lang.Object matcher_;
    /**
     * string matcher = 2;
     * @return The matcher.
     */
    @java.lang.Override
    public java.lang.String getMatcher() {
      java.lang.Object ref = matcher_;
      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();
        matcher_ = s;
        return s;
      }
    }
    /**
     * string matcher = 2;
     * @return The bytes for matcher.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getMatcherBytes() {
      java.lang.Object ref = matcher_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        matcher_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int MATCHERINDEX_FIELD_NUMBER = 3;
    private com.google.protobuf.Int32Value matcherIndex_;
    /**
     * .google.protobuf.Int32Value matcherIndex = 3;
     * @return Whether the matcherIndex field is set.
     */
    @java.lang.Override
    public boolean hasMatcherIndex() {
      return matcherIndex_ != null;
    }
    /**
     * .google.protobuf.Int32Value matcherIndex = 3;
     * @return The matcherIndex.
     */
    @java.lang.Override
    public com.google.protobuf.Int32Value getMatcherIndex() {
      return matcherIndex_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : matcherIndex_;
    }
    /**
     * .google.protobuf.Int32Value matcherIndex = 3;
     */
    @java.lang.Override
    public com.google.protobuf.Int32ValueOrBuilder getMatcherIndexOrBuilder() {
      return getMatcherIndex();
    }

    private byte memoizedIsInitialized = -1;
    @java.lang.Override
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    @java.lang.Override
    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(locator_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 1, locator_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(matcher_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 2, matcher_);
      }
      if (matcherIndex_ != null) {
        output.writeMessage(3, getMatcherIndex());
      }
      unknownFields.writeTo(output);
    }

    @java.lang.Override
    public int getSerializedSize() {
      int size = memoizedSize;
      if (size != -1) return size;

      size = 0;
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(locator_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, locator_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(matcher_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, matcher_);
      }
      if (matcherIndex_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(3, getMatcherIndex());
      }
      size += unknownFields.getSerializedSize();
      memoizedSize = size;
      return size;
    }

    @java.lang.Override
    public boolean equals(final java.lang.Object obj) {
      if (obj == this) {
       return true;
      }
      if (!(obj instanceof com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator)) {
        return super.equals(obj);
      }
      com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator other = (com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator) obj;

      if (!getLocator()
          .equals(other.getLocator())) return false;
      if (!getMatcher()
          .equals(other.getMatcher())) return false;
      if (hasMatcherIndex() != other.hasMatcherIndex()) return false;
      if (hasMatcherIndex()) {
        if (!getMatcherIndex()
            .equals(other.getMatcherIndex())) return false;
      }
      if (!unknownFields.equals(other.unknownFields)) return false;
      return true;
    }

    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptor().hashCode();
      hash = (37 * hash) + LOCATOR_FIELD_NUMBER;
      hash = (53 * hash) + getLocator().hashCode();
      hash = (37 * hash) + MATCHER_FIELD_NUMBER;
      hash = (53 * hash) + getMatcher().hashCode();
      if (hasMatcherIndex()) {
        hash = (37 * hash) + MATCHERINDEX_FIELD_NUMBER;
        hash = (53 * hash) + getMatcherIndex().hashCode();
      }
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator 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 com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }
    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator 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 com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }

    @java.lang.Override
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder() {
      return DEFAULT_INSTANCE.toBuilder();
    }
    public static Builder newBuilder(com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator prototype) {
      return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
    }
    @java.lang.Override
    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 WinLocator}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder implements
        // @@protoc_insertion_point(builder_implements:WinLocator)
        com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocatorOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.internal_static_WinLocator_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.internal_static_WinLocator_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator.class, com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator.Builder.class);
      }

      // Construct using com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessageV3
                .alwaysUseFieldBuilders) {
        }
      }
      @java.lang.Override
      public Builder clear() {
        super.clear();
        locator_ = "";

        matcher_ = "";

        if (matcherIndexBuilder_ == null) {
          matcherIndex_ = null;
        } else {
          matcherIndex_ = null;
          matcherIndexBuilder_ = null;
        }
        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.internal_static_WinLocator_descriptor;
      }

      @java.lang.Override
      public com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator getDefaultInstanceForType() {
        return com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator.getDefaultInstance();
      }

      @java.lang.Override
      public com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator build() {
        com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator buildPartial() {
        com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator result = new com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator(this);
        result.locator_ = locator_;
        result.matcher_ = matcher_;
        if (matcherIndexBuilder_ == null) {
          result.matcherIndex_ = matcherIndex_;
        } else {
          result.matcherIndex_ = matcherIndexBuilder_.build();
        }
        onBuilt();
        return result;
      }

      @java.lang.Override
      public Builder clone() {
        return super.clone();
      }
      @java.lang.Override
      public Builder setField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.setField(field, value);
      }
      @java.lang.Override
      public Builder clearField(
          com.google.protobuf.Descriptors.FieldDescriptor field) {
        return super.clearField(field);
      }
      @java.lang.Override
      public Builder clearOneof(
          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
        return super.clearOneof(oneof);
      }
      @java.lang.Override
      public Builder setRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          int index, java.lang.Object value) {
        return super.setRepeatedField(field, index, value);
      }
      @java.lang.Override
      public Builder addRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.addRepeatedField(field, value);
      }
      @java.lang.Override
      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator) {
          return mergeFrom((com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator other) {
        if (other == com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator.getDefaultInstance()) return this;
        if (!other.getLocator().isEmpty()) {
          locator_ = other.locator_;
          onChanged();
        }
        if (!other.getMatcher().isEmpty()) {
          matcher_ = other.matcher_;
          onChanged();
        }
        if (other.hasMatcherIndex()) {
          mergeMatcherIndex(other.getMatcherIndex());
        }
        this.mergeUnknownFields(other.unknownFields);
        onChanged();
        return this;
      }

      @java.lang.Override
      public final boolean isInitialized() {
        return true;
      }

      @java.lang.Override
      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

      private java.lang.Object locator_ = "";
      /**
       * string locator = 1;
       * @return The locator.
       */
      public java.lang.String getLocator() {
        java.lang.Object ref = locator_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          locator_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string locator = 1;
       * @return The bytes for locator.
       */
      public com.google.protobuf.ByteString
          getLocatorBytes() {
        java.lang.Object ref = locator_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          locator_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string locator = 1;
       * @param value The locator to set.
       * @return This builder for chaining.
       */
      public Builder setLocator(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        locator_ = value;
        onChanged();
        return this;
      }
      /**
       * string locator = 1;
       * @return This builder for chaining.
       */
      public Builder clearLocator() {
        
        locator_ = getDefaultInstance().getLocator();
        onChanged();
        return this;
      }
      /**
       * string locator = 1;
       * @param value The bytes for locator to set.
       * @return This builder for chaining.
       */
      public Builder setLocatorBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        locator_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object matcher_ = "";
      /**
       * string matcher = 2;
       * @return The matcher.
       */
      public java.lang.String getMatcher() {
        java.lang.Object ref = matcher_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          matcher_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string matcher = 2;
       * @return The bytes for matcher.
       */
      public com.google.protobuf.ByteString
          getMatcherBytes() {
        java.lang.Object ref = matcher_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          matcher_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string matcher = 2;
       * @param value The matcher to set.
       * @return This builder for chaining.
       */
      public Builder setMatcher(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        matcher_ = value;
        onChanged();
        return this;
      }
      /**
       * string matcher = 2;
       * @return This builder for chaining.
       */
      public Builder clearMatcher() {
        
        matcher_ = getDefaultInstance().getMatcher();
        onChanged();
        return this;
      }
      /**
       * string matcher = 2;
       * @param value The bytes for matcher to set.
       * @return This builder for chaining.
       */
      public Builder setMatcherBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        matcher_ = value;
        onChanged();
        return this;
      }

      private com.google.protobuf.Int32Value matcherIndex_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder> matcherIndexBuilder_;
      /**
       * .google.protobuf.Int32Value matcherIndex = 3;
       * @return Whether the matcherIndex field is set.
       */
      public boolean hasMatcherIndex() {
        return matcherIndexBuilder_ != null || matcherIndex_ != null;
      }
      /**
       * .google.protobuf.Int32Value matcherIndex = 3;
       * @return The matcherIndex.
       */
      public com.google.protobuf.Int32Value getMatcherIndex() {
        if (matcherIndexBuilder_ == null) {
          return matcherIndex_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : matcherIndex_;
        } else {
          return matcherIndexBuilder_.getMessage();
        }
      }
      /**
       * .google.protobuf.Int32Value matcherIndex = 3;
       */
      public Builder setMatcherIndex(com.google.protobuf.Int32Value value) {
        if (matcherIndexBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          matcherIndex_ = value;
          onChanged();
        } else {
          matcherIndexBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * .google.protobuf.Int32Value matcherIndex = 3;
       */
      public Builder setMatcherIndex(
          com.google.protobuf.Int32Value.Builder builderForValue) {
        if (matcherIndexBuilder_ == null) {
          matcherIndex_ = builderForValue.build();
          onChanged();
        } else {
          matcherIndexBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * .google.protobuf.Int32Value matcherIndex = 3;
       */
      public Builder mergeMatcherIndex(com.google.protobuf.Int32Value value) {
        if (matcherIndexBuilder_ == null) {
          if (matcherIndex_ != null) {
            matcherIndex_ =
              com.google.protobuf.Int32Value.newBuilder(matcherIndex_).mergeFrom(value).buildPartial();
          } else {
            matcherIndex_ = value;
          }
          onChanged();
        } else {
          matcherIndexBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * .google.protobuf.Int32Value matcherIndex = 3;
       */
      public Builder clearMatcherIndex() {
        if (matcherIndexBuilder_ == null) {
          matcherIndex_ = null;
          onChanged();
        } else {
          matcherIndex_ = null;
          matcherIndexBuilder_ = null;
        }

        return this;
      }
      /**
       * .google.protobuf.Int32Value matcherIndex = 3;
       */
      public com.google.protobuf.Int32Value.Builder getMatcherIndexBuilder() {
        
        onChanged();
        return getMatcherIndexFieldBuilder().getBuilder();
      }
      /**
       * .google.protobuf.Int32Value matcherIndex = 3;
       */
      public com.google.protobuf.Int32ValueOrBuilder getMatcherIndexOrBuilder() {
        if (matcherIndexBuilder_ != null) {
          return matcherIndexBuilder_.getMessageOrBuilder();
        } else {
          return matcherIndex_ == null ?
              com.google.protobuf.Int32Value.getDefaultInstance() : matcherIndex_;
        }
      }
      /**
       * .google.protobuf.Int32Value matcherIndex = 3;
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder> 
          getMatcherIndexFieldBuilder() {
        if (matcherIndexBuilder_ == null) {
          matcherIndexBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>(
                  getMatcherIndex(),
                  getParentForChildren(),
                  isClean());
          matcherIndex_ = null;
        }
        return matcherIndexBuilder_;
      }
      @java.lang.Override
      public final Builder setUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.setUnknownFields(unknownFields);
      }

      @java.lang.Override
      public final Builder mergeUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.mergeUnknownFields(unknownFields);
      }


      // @@protoc_insertion_point(builder_scope:WinLocator)
    }

    // @@protoc_insertion_point(class_scope:WinLocator)
    private static final com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator();
    }

    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

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

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

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

    @java.lang.Override
    public com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  public interface BaseWinParamsOrBuilder extends
      // @@protoc_insertion_point(interface_extends:BaseWinParams)
      com.google.protobuf.MessageOrBuilder {

    /**
     * string id = 1;
     * @return The id.
     */
    java.lang.String getId();
    /**
     * string id = 1;
     * @return The bytes for id.
     */
    com.google.protobuf.ByteString
        getIdBytes();

    /**
     * string execute = 2;
     * @return The execute.
     */
    java.lang.String getExecute();
    /**
     * string execute = 2;
     * @return The bytes for execute.
     */
    com.google.protobuf.ByteString
        getExecuteBytes();

    /**
     * bool fromRoot = 3;
     * @return The fromRoot.
     */
    boolean getFromRoot();

    /**
     * bool experimentalDriver = 4;
     * @return The experimentalDriver.
     */
    boolean getExperimentalDriver();
  }
  /**
   * Protobuf type {@code BaseWinParams}
   */
  public static final class BaseWinParams extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:BaseWinParams)
      BaseWinParamsOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use BaseWinParams.newBuilder() to construct.
    private BaseWinParams(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private BaseWinParams() {
      id_ = "";
      execute_ = "";
    }

    @java.lang.Override
    @SuppressWarnings({"unused"})
    protected java.lang.Object newInstance(
        UnusedPrivateParameter unused) {
      return new BaseWinParams();
    }

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private BaseWinParams(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      this();
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      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;
            case 10: {
              java.lang.String s = input.readStringRequireUtf8();

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

              execute_ = s;
              break;
            }
            case 24: {

              fromRoot_ = input.readBool();
              break;
            }
            case 32: {

              experimentalDriver_ = input.readBool();
              break;
            }
            default: {
              if (!parseUnknownField(
                  input, unknownFields, extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (com.google.protobuf.UninitializedMessageException e) {
        throw e.asInvalidProtocolBufferException().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 com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.internal_static_BaseWinParams_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.internal_static_BaseWinParams_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams.class, com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams.Builder.class);
    }

    public static final int ID_FIELD_NUMBER = 1;
    private volatile java.lang.Object id_;
    /**
     * string id = 1;
     * @return The id.
     */
    @java.lang.Override
    public java.lang.String getId() {
      java.lang.Object ref = id_;
      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();
        id_ = s;
        return s;
      }
    }
    /**
     * string id = 1;
     * @return The bytes for id.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getIdBytes() {
      java.lang.Object ref = id_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        id_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int EXECUTE_FIELD_NUMBER = 2;
    private volatile java.lang.Object execute_;
    /**
     * string execute = 2;
     * @return The execute.
     */
    @java.lang.Override
    public java.lang.String getExecute() {
      java.lang.Object ref = execute_;
      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();
        execute_ = s;
        return s;
      }
    }
    /**
     * string execute = 2;
     * @return The bytes for execute.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getExecuteBytes() {
      java.lang.Object ref = execute_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        execute_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int FROMROOT_FIELD_NUMBER = 3;
    private boolean fromRoot_;
    /**
     * bool fromRoot = 3;
     * @return The fromRoot.
     */
    @java.lang.Override
    public boolean getFromRoot() {
      return fromRoot_;
    }

    public static final int EXPERIMENTALDRIVER_FIELD_NUMBER = 4;
    private boolean experimentalDriver_;
    /**
     * bool experimentalDriver = 4;
     * @return The experimentalDriver.
     */
    @java.lang.Override
    public boolean getExperimentalDriver() {
      return experimentalDriver_;
    }

    private byte memoizedIsInitialized = -1;
    @java.lang.Override
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    @java.lang.Override
    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(id_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 1, id_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(execute_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 2, execute_);
      }
      if (fromRoot_ != false) {
        output.writeBool(3, fromRoot_);
      }
      if (experimentalDriver_ != false) {
        output.writeBool(4, experimentalDriver_);
      }
      unknownFields.writeTo(output);
    }

    @java.lang.Override
    public int getSerializedSize() {
      int size = memoizedSize;
      if (size != -1) return size;

      size = 0;
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(id_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, id_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(execute_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, execute_);
      }
      if (fromRoot_ != false) {
        size += com.google.protobuf.CodedOutputStream
          .computeBoolSize(3, fromRoot_);
      }
      if (experimentalDriver_ != false) {
        size += com.google.protobuf.CodedOutputStream
          .computeBoolSize(4, experimentalDriver_);
      }
      size += unknownFields.getSerializedSize();
      memoizedSize = size;
      return size;
    }

    @java.lang.Override
    public boolean equals(final java.lang.Object obj) {
      if (obj == this) {
       return true;
      }
      if (!(obj instanceof com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams)) {
        return super.equals(obj);
      }
      com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams other = (com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams) obj;

      if (!getId()
          .equals(other.getId())) return false;
      if (!getExecute()
          .equals(other.getExecute())) return false;
      if (getFromRoot()
          != other.getFromRoot()) return false;
      if (getExperimentalDriver()
          != other.getExperimentalDriver()) return false;
      if (!unknownFields.equals(other.unknownFields)) return false;
      return true;
    }

    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptor().hashCode();
      hash = (37 * hash) + ID_FIELD_NUMBER;
      hash = (53 * hash) + getId().hashCode();
      hash = (37 * hash) + EXECUTE_FIELD_NUMBER;
      hash = (53 * hash) + getExecute().hashCode();
      hash = (37 * hash) + FROMROOT_FIELD_NUMBER;
      hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
          getFromRoot());
      hash = (37 * hash) + EXPERIMENTALDRIVER_FIELD_NUMBER;
      hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
          getExperimentalDriver());
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams 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 com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }
    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams 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 com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }

    @java.lang.Override
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder() {
      return DEFAULT_INSTANCE.toBuilder();
    }
    public static Builder newBuilder(com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams prototype) {
      return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
    }
    @java.lang.Override
    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 BaseWinParams}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder implements
        // @@protoc_insertion_point(builder_implements:BaseWinParams)
        com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParamsOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.internal_static_BaseWinParams_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.internal_static_BaseWinParams_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams.class, com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams.Builder.class);
      }

      // Construct using com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessageV3
                .alwaysUseFieldBuilders) {
        }
      }
      @java.lang.Override
      public Builder clear() {
        super.clear();
        id_ = "";

        execute_ = "";

        fromRoot_ = false;

        experimentalDriver_ = false;

        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.internal_static_BaseWinParams_descriptor;
      }

      @java.lang.Override
      public com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams getDefaultInstanceForType() {
        return com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams.getDefaultInstance();
      }

      @java.lang.Override
      public com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams build() {
        com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams buildPartial() {
        com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams result = new com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams(this);
        result.id_ = id_;
        result.execute_ = execute_;
        result.fromRoot_ = fromRoot_;
        result.experimentalDriver_ = experimentalDriver_;
        onBuilt();
        return result;
      }

      @java.lang.Override
      public Builder clone() {
        return super.clone();
      }
      @java.lang.Override
      public Builder setField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.setField(field, value);
      }
      @java.lang.Override
      public Builder clearField(
          com.google.protobuf.Descriptors.FieldDescriptor field) {
        return super.clearField(field);
      }
      @java.lang.Override
      public Builder clearOneof(
          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
        return super.clearOneof(oneof);
      }
      @java.lang.Override
      public Builder setRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          int index, java.lang.Object value) {
        return super.setRepeatedField(field, index, value);
      }
      @java.lang.Override
      public Builder addRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.addRepeatedField(field, value);
      }
      @java.lang.Override
      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams) {
          return mergeFrom((com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams other) {
        if (other == com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams.getDefaultInstance()) return this;
        if (!other.getId().isEmpty()) {
          id_ = other.id_;
          onChanged();
        }
        if (!other.getExecute().isEmpty()) {
          execute_ = other.execute_;
          onChanged();
        }
        if (other.getFromRoot() != false) {
          setFromRoot(other.getFromRoot());
        }
        if (other.getExperimentalDriver() != false) {
          setExperimentalDriver(other.getExperimentalDriver());
        }
        this.mergeUnknownFields(other.unknownFields);
        onChanged();
        return this;
      }

      @java.lang.Override
      public final boolean isInitialized() {
        return true;
      }

      @java.lang.Override
      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

      private java.lang.Object id_ = "";
      /**
       * string id = 1;
       * @return The id.
       */
      public java.lang.String getId() {
        java.lang.Object ref = id_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          id_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string id = 1;
       * @return The bytes for id.
       */
      public com.google.protobuf.ByteString
          getIdBytes() {
        java.lang.Object ref = id_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          id_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string id = 1;
       * @param value The id to set.
       * @return This builder for chaining.
       */
      public Builder setId(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        id_ = value;
        onChanged();
        return this;
      }
      /**
       * string id = 1;
       * @return This builder for chaining.
       */
      public Builder clearId() {
        
        id_ = getDefaultInstance().getId();
        onChanged();
        return this;
      }
      /**
       * string id = 1;
       * @param value The bytes for id to set.
       * @return This builder for chaining.
       */
      public Builder setIdBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        id_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object execute_ = "";
      /**
       * string execute = 2;
       * @return The execute.
       */
      public java.lang.String getExecute() {
        java.lang.Object ref = execute_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          execute_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string execute = 2;
       * @return The bytes for execute.
       */
      public com.google.protobuf.ByteString
          getExecuteBytes() {
        java.lang.Object ref = execute_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          execute_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string execute = 2;
       * @param value The execute to set.
       * @return This builder for chaining.
       */
      public Builder setExecute(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        execute_ = value;
        onChanged();
        return this;
      }
      /**
       * string execute = 2;
       * @return This builder for chaining.
       */
      public Builder clearExecute() {
        
        execute_ = getDefaultInstance().getExecute();
        onChanged();
        return this;
      }
      /**
       * string execute = 2;
       * @param value The bytes for execute to set.
       * @return This builder for chaining.
       */
      public Builder setExecuteBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        execute_ = value;
        onChanged();
        return this;
      }

      private boolean fromRoot_ ;
      /**
       * bool fromRoot = 3;
       * @return The fromRoot.
       */
      @java.lang.Override
      public boolean getFromRoot() {
        return fromRoot_;
      }
      /**
       * bool fromRoot = 3;
       * @param value The fromRoot to set.
       * @return This builder for chaining.
       */
      public Builder setFromRoot(boolean value) {
        
        fromRoot_ = value;
        onChanged();
        return this;
      }
      /**
       * bool fromRoot = 3;
       * @return This builder for chaining.
       */
      public Builder clearFromRoot() {
        
        fromRoot_ = false;
        onChanged();
        return this;
      }

      private boolean experimentalDriver_ ;
      /**
       * bool experimentalDriver = 4;
       * @return The experimentalDriver.
       */
      @java.lang.Override
      public boolean getExperimentalDriver() {
        return experimentalDriver_;
      }
      /**
       * bool experimentalDriver = 4;
       * @param value The experimentalDriver to set.
       * @return This builder for chaining.
       */
      public Builder setExperimentalDriver(boolean value) {
        
        experimentalDriver_ = value;
        onChanged();
        return this;
      }
      /**
       * bool experimentalDriver = 4;
       * @return This builder for chaining.
       */
      public Builder clearExperimentalDriver() {
        
        experimentalDriver_ = false;
        onChanged();
        return this;
      }
      @java.lang.Override
      public final Builder setUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.setUnknownFields(unknownFields);
      }

      @java.lang.Override
      public final Builder mergeUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.mergeUnknownFields(unknownFields);
      }


      // @@protoc_insertion_point(builder_scope:BaseWinParams)
    }

    // @@protoc_insertion_point(class_scope:BaseWinParams)
    private static final com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams();
    }

    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

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

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

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

    @java.lang.Override
    public com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  public interface WinOpenOrBuilder extends
      // @@protoc_insertion_point(interface_extends:WinOpen)
      com.google.protobuf.MessageOrBuilder {

    /**
     * string workDir = 4;
     * @return The workDir.
     */
    java.lang.String getWorkDir();
    /**
     * string workDir = 4;
     * @return The bytes for workDir.
     */
    com.google.protobuf.ByteString
        getWorkDirBytes();

    /**
     * string appFile = 5;
     * @return The appFile.
     */
    java.lang.String getAppFile();
    /**
     * string appFile = 5;
     * @return The bytes for appFile.
     */
    com.google.protobuf.ByteString
        getAppFileBytes();

    /**
     * string appArgs = 6;
     * @return The appArgs.
     */
    java.lang.String getAppArgs();
    /**
     * string appArgs = 6;
     * @return The bytes for appArgs.
     */
    com.google.protobuf.ByteString
        getAppArgsBytes();

    /**
     * .BaseWinParams baseParams = 7;
     * @return Whether the baseParams field is set.
     */
    boolean hasBaseParams();
    /**
     * .BaseWinParams baseParams = 7;
     * @return The baseParams.
     */
    com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams getBaseParams();
    /**
     * .BaseWinParams baseParams = 7;
     */
    com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParamsOrBuilder getBaseParamsOrBuilder();
  }
  /**
   * Protobuf type {@code WinOpen}
   */
  public static final class WinOpen extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:WinOpen)
      WinOpenOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use WinOpen.newBuilder() to construct.
    private WinOpen(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private WinOpen() {
      workDir_ = "";
      appFile_ = "";
      appArgs_ = "";
    }

    @java.lang.Override
    @SuppressWarnings({"unused"})
    protected java.lang.Object newInstance(
        UnusedPrivateParameter unused) {
      return new WinOpen();
    }

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private WinOpen(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      this();
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      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;
            case 34: {
              java.lang.String s = input.readStringRequireUtf8();

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

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

              appArgs_ = s;
              break;
            }
            case 58: {
              com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams.Builder subBuilder = null;
              if (baseParams_ != null) {
                subBuilder = baseParams_.toBuilder();
              }
              baseParams_ = input.readMessage(com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(baseParams_);
                baseParams_ = subBuilder.buildPartial();
              }

              break;
            }
            default: {
              if (!parseUnknownField(
                  input, unknownFields, extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (com.google.protobuf.UninitializedMessageException e) {
        throw e.asInvalidProtocolBufferException().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 com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.internal_static_WinOpen_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.internal_static_WinOpen_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen.class, com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen.Builder.class);
    }

    public static final int WORKDIR_FIELD_NUMBER = 4;
    private volatile java.lang.Object workDir_;
    /**
     * string workDir = 4;
     * @return The workDir.
     */
    @java.lang.Override
    public java.lang.String getWorkDir() {
      java.lang.Object ref = workDir_;
      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();
        workDir_ = s;
        return s;
      }
    }
    /**
     * string workDir = 4;
     * @return The bytes for workDir.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getWorkDirBytes() {
      java.lang.Object ref = workDir_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        workDir_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int APPFILE_FIELD_NUMBER = 5;
    private volatile java.lang.Object appFile_;
    /**
     * string appFile = 5;
     * @return The appFile.
     */
    @java.lang.Override
    public java.lang.String getAppFile() {
      java.lang.Object ref = appFile_;
      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();
        appFile_ = s;
        return s;
      }
    }
    /**
     * string appFile = 5;
     * @return The bytes for appFile.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getAppFileBytes() {
      java.lang.Object ref = appFile_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        appFile_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int APPARGS_FIELD_NUMBER = 6;
    private volatile java.lang.Object appArgs_;
    /**
     * string appArgs = 6;
     * @return The appArgs.
     */
    @java.lang.Override
    public java.lang.String getAppArgs() {
      java.lang.Object ref = appArgs_;
      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();
        appArgs_ = s;
        return s;
      }
    }
    /**
     * string appArgs = 6;
     * @return The bytes for appArgs.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getAppArgsBytes() {
      java.lang.Object ref = appArgs_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        appArgs_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int BASEPARAMS_FIELD_NUMBER = 7;
    private com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams baseParams_;
    /**
     * .BaseWinParams baseParams = 7;
     * @return Whether the baseParams field is set.
     */
    @java.lang.Override
    public boolean hasBaseParams() {
      return baseParams_ != null;
    }
    /**
     * .BaseWinParams baseParams = 7;
     * @return The baseParams.
     */
    @java.lang.Override
    public com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams getBaseParams() {
      return baseParams_ == null ? com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams.getDefaultInstance() : baseParams_;
    }
    /**
     * .BaseWinParams baseParams = 7;
     */
    @java.lang.Override
    public com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParamsOrBuilder getBaseParamsOrBuilder() {
      return getBaseParams();
    }

    private byte memoizedIsInitialized = -1;
    @java.lang.Override
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    @java.lang.Override
    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(workDir_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 4, workDir_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(appFile_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 5, appFile_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(appArgs_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 6, appArgs_);
      }
      if (baseParams_ != null) {
        output.writeMessage(7, getBaseParams());
      }
      unknownFields.writeTo(output);
    }

    @java.lang.Override
    public int getSerializedSize() {
      int size = memoizedSize;
      if (size != -1) return size;

      size = 0;
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(workDir_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, workDir_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(appFile_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, appFile_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(appArgs_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, appArgs_);
      }
      if (baseParams_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(7, getBaseParams());
      }
      size += unknownFields.getSerializedSize();
      memoizedSize = size;
      return size;
    }

    @java.lang.Override
    public boolean equals(final java.lang.Object obj) {
      if (obj == this) {
       return true;
      }
      if (!(obj instanceof com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen)) {
        return super.equals(obj);
      }
      com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen other = (com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen) obj;

      if (!getWorkDir()
          .equals(other.getWorkDir())) return false;
      if (!getAppFile()
          .equals(other.getAppFile())) return false;
      if (!getAppArgs()
          .equals(other.getAppArgs())) return false;
      if (hasBaseParams() != other.hasBaseParams()) return false;
      if (hasBaseParams()) {
        if (!getBaseParams()
            .equals(other.getBaseParams())) return false;
      }
      if (!unknownFields.equals(other.unknownFields)) return false;
      return true;
    }

    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptor().hashCode();
      hash = (37 * hash) + WORKDIR_FIELD_NUMBER;
      hash = (53 * hash) + getWorkDir().hashCode();
      hash = (37 * hash) + APPFILE_FIELD_NUMBER;
      hash = (53 * hash) + getAppFile().hashCode();
      hash = (37 * hash) + APPARGS_FIELD_NUMBER;
      hash = (53 * hash) + getAppArgs().hashCode();
      if (hasBaseParams()) {
        hash = (37 * hash) + BASEPARAMS_FIELD_NUMBER;
        hash = (53 * hash) + getBaseParams().hashCode();
      }
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen 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 com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }
    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen 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 com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }

    @java.lang.Override
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder() {
      return DEFAULT_INSTANCE.toBuilder();
    }
    public static Builder newBuilder(com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen prototype) {
      return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
    }
    @java.lang.Override
    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 WinOpen}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder implements
        // @@protoc_insertion_point(builder_implements:WinOpen)
        com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpenOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.internal_static_WinOpen_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.internal_static_WinOpen_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen.class, com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen.Builder.class);
      }

      // Construct using com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessageV3
                .alwaysUseFieldBuilders) {
        }
      }
      @java.lang.Override
      public Builder clear() {
        super.clear();
        workDir_ = "";

        appFile_ = "";

        appArgs_ = "";

        if (baseParamsBuilder_ == null) {
          baseParams_ = null;
        } else {
          baseParams_ = null;
          baseParamsBuilder_ = null;
        }
        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.internal_static_WinOpen_descriptor;
      }

      @java.lang.Override
      public com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen getDefaultInstanceForType() {
        return com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen.getDefaultInstance();
      }

      @java.lang.Override
      public com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen build() {
        com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen buildPartial() {
        com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen result = new com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen(this);
        result.workDir_ = workDir_;
        result.appFile_ = appFile_;
        result.appArgs_ = appArgs_;
        if (baseParamsBuilder_ == null) {
          result.baseParams_ = baseParams_;
        } else {
          result.baseParams_ = baseParamsBuilder_.build();
        }
        onBuilt();
        return result;
      }

      @java.lang.Override
      public Builder clone() {
        return super.clone();
      }
      @java.lang.Override
      public Builder setField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.setField(field, value);
      }
      @java.lang.Override
      public Builder clearField(
          com.google.protobuf.Descriptors.FieldDescriptor field) {
        return super.clearField(field);
      }
      @java.lang.Override
      public Builder clearOneof(
          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
        return super.clearOneof(oneof);
      }
      @java.lang.Override
      public Builder setRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          int index, java.lang.Object value) {
        return super.setRepeatedField(field, index, value);
      }
      @java.lang.Override
      public Builder addRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.addRepeatedField(field, value);
      }
      @java.lang.Override
      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen) {
          return mergeFrom((com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen other) {
        if (other == com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen.getDefaultInstance()) return this;
        if (!other.getWorkDir().isEmpty()) {
          workDir_ = other.workDir_;
          onChanged();
        }
        if (!other.getAppFile().isEmpty()) {
          appFile_ = other.appFile_;
          onChanged();
        }
        if (!other.getAppArgs().isEmpty()) {
          appArgs_ = other.appArgs_;
          onChanged();
        }
        if (other.hasBaseParams()) {
          mergeBaseParams(other.getBaseParams());
        }
        this.mergeUnknownFields(other.unknownFields);
        onChanged();
        return this;
      }

      @java.lang.Override
      public final boolean isInitialized() {
        return true;
      }

      @java.lang.Override
      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

      private java.lang.Object workDir_ = "";
      /**
       * string workDir = 4;
       * @return The workDir.
       */
      public java.lang.String getWorkDir() {
        java.lang.Object ref = workDir_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          workDir_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string workDir = 4;
       * @return The bytes for workDir.
       */
      public com.google.protobuf.ByteString
          getWorkDirBytes() {
        java.lang.Object ref = workDir_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          workDir_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string workDir = 4;
       * @param value The workDir to set.
       * @return This builder for chaining.
       */
      public Builder setWorkDir(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        workDir_ = value;
        onChanged();
        return this;
      }
      /**
       * string workDir = 4;
       * @return This builder for chaining.
       */
      public Builder clearWorkDir() {
        
        workDir_ = getDefaultInstance().getWorkDir();
        onChanged();
        return this;
      }
      /**
       * string workDir = 4;
       * @param value The bytes for workDir to set.
       * @return This builder for chaining.
       */
      public Builder setWorkDirBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        workDir_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object appFile_ = "";
      /**
       * string appFile = 5;
       * @return The appFile.
       */
      public java.lang.String getAppFile() {
        java.lang.Object ref = appFile_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          appFile_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string appFile = 5;
       * @return The bytes for appFile.
       */
      public com.google.protobuf.ByteString
          getAppFileBytes() {
        java.lang.Object ref = appFile_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          appFile_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string appFile = 5;
       * @param value The appFile to set.
       * @return This builder for chaining.
       */
      public Builder setAppFile(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        appFile_ = value;
        onChanged();
        return this;
      }
      /**
       * string appFile = 5;
       * @return This builder for chaining.
       */
      public Builder clearAppFile() {
        
        appFile_ = getDefaultInstance().getAppFile();
        onChanged();
        return this;
      }
      /**
       * string appFile = 5;
       * @param value The bytes for appFile to set.
       * @return This builder for chaining.
       */
      public Builder setAppFileBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        appFile_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object appArgs_ = "";
      /**
       * string appArgs = 6;
       * @return The appArgs.
       */
      public java.lang.String getAppArgs() {
        java.lang.Object ref = appArgs_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          appArgs_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string appArgs = 6;
       * @return The bytes for appArgs.
       */
      public com.google.protobuf.ByteString
          getAppArgsBytes() {
        java.lang.Object ref = appArgs_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          appArgs_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string appArgs = 6;
       * @param value The appArgs to set.
       * @return This builder for chaining.
       */
      public Builder setAppArgs(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        appArgs_ = value;
        onChanged();
        return this;
      }
      /**
       * string appArgs = 6;
       * @return This builder for chaining.
       */
      public Builder clearAppArgs() {
        
        appArgs_ = getDefaultInstance().getAppArgs();
        onChanged();
        return this;
      }
      /**
       * string appArgs = 6;
       * @param value The bytes for appArgs to set.
       * @return This builder for chaining.
       */
      public Builder setAppArgsBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        appArgs_ = value;
        onChanged();
        return this;
      }

      private com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams baseParams_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams, com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams.Builder, com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParamsOrBuilder> baseParamsBuilder_;
      /**
       * .BaseWinParams baseParams = 7;
       * @return Whether the baseParams field is set.
       */
      public boolean hasBaseParams() {
        return baseParamsBuilder_ != null || baseParams_ != null;
      }
      /**
       * .BaseWinParams baseParams = 7;
       * @return The baseParams.
       */
      public com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams getBaseParams() {
        if (baseParamsBuilder_ == null) {
          return baseParams_ == null ? com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams.getDefaultInstance() : baseParams_;
        } else {
          return baseParamsBuilder_.getMessage();
        }
      }
      /**
       * .BaseWinParams baseParams = 7;
       */
      public Builder setBaseParams(com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams value) {
        if (baseParamsBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          baseParams_ = value;
          onChanged();
        } else {
          baseParamsBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * .BaseWinParams baseParams = 7;
       */
      public Builder setBaseParams(
          com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams.Builder builderForValue) {
        if (baseParamsBuilder_ == null) {
          baseParams_ = builderForValue.build();
          onChanged();
        } else {
          baseParamsBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * .BaseWinParams baseParams = 7;
       */
      public Builder mergeBaseParams(com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams value) {
        if (baseParamsBuilder_ == null) {
          if (baseParams_ != null) {
            baseParams_ =
              com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams.newBuilder(baseParams_).mergeFrom(value).buildPartial();
          } else {
            baseParams_ = value;
          }
          onChanged();
        } else {
          baseParamsBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * .BaseWinParams baseParams = 7;
       */
      public Builder clearBaseParams() {
        if (baseParamsBuilder_ == null) {
          baseParams_ = null;
          onChanged();
        } else {
          baseParams_ = null;
          baseParamsBuilder_ = null;
        }

        return this;
      }
      /**
       * .BaseWinParams baseParams = 7;
       */
      public com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams.Builder getBaseParamsBuilder() {
        
        onChanged();
        return getBaseParamsFieldBuilder().getBuilder();
      }
      /**
       * .BaseWinParams baseParams = 7;
       */
      public com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParamsOrBuilder getBaseParamsOrBuilder() {
        if (baseParamsBuilder_ != null) {
          return baseParamsBuilder_.getMessageOrBuilder();
        } else {
          return baseParams_ == null ?
              com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams.getDefaultInstance() : baseParams_;
        }
      }
      /**
       * .BaseWinParams baseParams = 7;
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams, com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams.Builder, com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParamsOrBuilder> 
          getBaseParamsFieldBuilder() {
        if (baseParamsBuilder_ == null) {
          baseParamsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams, com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams.Builder, com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParamsOrBuilder>(
                  getBaseParams(),
                  getParentForChildren(),
                  isClean());
          baseParams_ = null;
        }
        return baseParamsBuilder_;
      }
      @java.lang.Override
      public final Builder setUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.setUnknownFields(unknownFields);
      }

      @java.lang.Override
      public final Builder mergeUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.mergeUnknownFields(unknownFields);
      }


      // @@protoc_insertion_point(builder_scope:WinOpen)
    }

    // @@protoc_insertion_point(class_scope:WinOpen)
    private static final com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen();
    }

    public static com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

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

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

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

    @java.lang.Override
    public com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinOpen getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  public interface WinClickOrBuilder extends
      // @@protoc_insertion_point(interface_extends:WinClick)
      com.google.protobuf.MessageOrBuilder {

    /**
     * repeated .WinLocator locators = 1;
     */
    java.util.List 
        getLocatorsList();
    /**
     * repeated .WinLocator locators = 1;
     */
    com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator getLocators(int index);
    /**
     * repeated .WinLocator locators = 1;
     */
    int getLocatorsCount();
    /**
     * repeated .WinLocator locators = 1;
     */
    java.util.List 
        getLocatorsOrBuilderList();
    /**
     * repeated .WinLocator locators = 1;
     */
    com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocatorOrBuilder getLocatorsOrBuilder(
        int index);

    /**
     * .WinClick.Button button = 4;
     * @return The enum numeric value on the wire for button.
     */
    int getButtonValue();
    /**
     * .WinClick.Button button = 4;
     * @return The button.
     */
    com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinClick.Button getButton();

    /**
     * string xOffset = 5;
     * @return The xOffset.
     */
    java.lang.String getXOffset();
    /**
     * string xOffset = 5;
     * @return The bytes for xOffset.
     */
    com.google.protobuf.ByteString
        getXOffsetBytes();

    /**
     * string yOffset = 6;
     * @return The yOffset.
     */
    java.lang.String getYOffset();
    /**
     * string yOffset = 6;
     * @return The bytes for yOffset.
     */
    com.google.protobuf.ByteString
        getYOffsetBytes();

    /**
     * .BaseWinParams baseParams = 8;
     * @return Whether the baseParams field is set.
     */
    boolean hasBaseParams();
    /**
     * .BaseWinParams baseParams = 8;
     * @return The baseParams.
     */
    com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams getBaseParams();
    /**
     * .BaseWinParams baseParams = 8;
     */
    com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParamsOrBuilder getBaseParamsOrBuilder();

    /**
     * string modifiers = 9;
     * @return The modifiers.
     */
    java.lang.String getModifiers();
    /**
     * string modifiers = 9;
     * @return The bytes for modifiers.
     */
    com.google.protobuf.ByteString
        getModifiersBytes();
  }
  /**
   * Protobuf type {@code WinClick}
   */
  public static final class WinClick extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:WinClick)
      WinClickOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use WinClick.newBuilder() to construct.
    private WinClick(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private WinClick() {
      locators_ = java.util.Collections.emptyList();
      button_ = 0;
      xOffset_ = "";
      yOffset_ = "";
      modifiers_ = "";
    }

    @java.lang.Override
    @SuppressWarnings({"unused"})
    protected java.lang.Object newInstance(
        UnusedPrivateParameter unused) {
      return new WinClick();
    }

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private WinClick(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      this();
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      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;
            case 10: {
              if (!((mutable_bitField0_ & 0x00000001) != 0)) {
                locators_ = new java.util.ArrayList();
                mutable_bitField0_ |= 0x00000001;
              }
              locators_.add(
                  input.readMessage(com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinLocator.parser(), extensionRegistry));
              break;
            }
            case 32: {
              int rawValue = input.readEnum();

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

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

              yOffset_ = s;
              break;
            }
            case 66: {
              com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams.Builder subBuilder = null;
              if (baseParams_ != null) {
                subBuilder = baseParams_.toBuilder();
              }
              baseParams_ = input.readMessage(com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.BaseWinParams.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(baseParams_);
                baseParams_ = subBuilder.buildPartial();
              }

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

              modifiers_ = s;
              break;
            }
            default: {
              if (!parseUnknownField(
                  input, unknownFields, extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (com.google.protobuf.UninitializedMessageException e) {
        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e).setUnfinishedMessage(this);
      } finally {
        if (((mutable_bitField0_ & 0x00000001) != 0)) {
          locators_ = java.util.Collections.unmodifiableList(locators_);
        }
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.internal_static_WinClick_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.internal_static_WinClick_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinClick.class, com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.WinClick.Builder.class);
    }

    /**
     * Protobuf enum {@code WinClick.Button}
     */
    public enum Button
        implements com.google.protobuf.ProtocolMessageEnum {
      /**
       * LEFT = 0;
       */
      LEFT(0),
      /**
       * RIGHT = 1;
       */
      RIGHT(1),
      /**
       * MIDDLE = 2;
       */
      MIDDLE(2),
      /**
       * DOUBLE = 3;
       */
      DOUBLE(3),
      UNRECOGNIZED(-1),
      ;

      /**
       * LEFT = 0;
       */
      public static final int LEFT_VALUE = 0;
      /**
       * RIGHT = 1;
       */
      public static final int RIGHT_VALUE = 1;
      /**
       * MIDDLE = 2;
       */
      public static final int MIDDLE_VALUE = 2;
      /**
       * DOUBLE = 3;
       */
      public static final int DOUBLE_VALUE = 3;


      public final int getNumber() {
        if (this == UNRECOGNIZED) {
          throw new java.lang.IllegalArgumentException(
              "Can't get the number of an unknown enum value.");
        }
        return value;
      }

      /**
       * @param value The numeric wire value of the corresponding enum entry.
       * @return The enum associated with the given numeric wire value.
       * @deprecated Use {@link #forNumber(int)} instead.
       */
      @java.lang.Deprecated
      public static Button valueOf(int value) {
        return forNumber(value);
      }

      /**
       * @param value The numeric wire value of the corresponding enum entry.
       * @return The enum associated with the given numeric wire value.
       */
      public static Button forNumber(int value) {
        switch (value) {
          case 0: return LEFT;
          case 1: return RIGHT;
          case 2: return MIDDLE;
          case 3: return DOUBLE;
          default: return null;
        }
      }

      public static com.google.protobuf.Internal.EnumLiteMap




© 2015 - 2025 Weber Informatics LLC | Privacy Policy