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

gauge.messages.Messages Maven / Gradle / Ivy

There is a newer version: 0.11.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: messages.proto
// Protobuf Java Version: 4.27.1

package gauge.messages;

public final class Messages {
  private Messages() {}
  static {
    com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
      com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
      /* major= */ 4,
      /* minor= */ 27,
      /* patch= */ 1,
      /* suffix= */ "",
      Messages.class.getName());
  }
  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 KillProcessRequestOrBuilder extends
      // @@protoc_insertion_point(interface_extends:gauge.messages.KillProcessRequest)
      com.google.protobuf.MessageOrBuilder {
  }
  /**
   * 
   * / Default request. Tells the runner to shutdown.
   * 
* * Protobuf type {@code gauge.messages.KillProcessRequest} */ public static final class KillProcessRequest extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.KillProcessRequest) KillProcessRequestOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", KillProcessRequest.class.getName()); } // Use KillProcessRequest.newBuilder() to construct. private KillProcessRequest(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private KillProcessRequest() { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_KillProcessRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_KillProcessRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.KillProcessRequest.class, gauge.messages.Messages.KillProcessRequest.Builder.class); } 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 { getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.KillProcessRequest)) { return super.equals(obj); } gauge.messages.Messages.KillProcessRequest other = (gauge.messages.Messages.KillProcessRequest) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.KillProcessRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.KillProcessRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.KillProcessRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.KillProcessRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.KillProcessRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.KillProcessRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.KillProcessRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.KillProcessRequest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.KillProcessRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.KillProcessRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.KillProcessRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.KillProcessRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.KillProcessRequest 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Default request. Tells the runner to shutdown.
     * 
* * Protobuf type {@code gauge.messages.KillProcessRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.KillProcessRequest) gauge.messages.Messages.KillProcessRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_KillProcessRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_KillProcessRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.KillProcessRequest.class, gauge.messages.Messages.KillProcessRequest.Builder.class); } // Construct using gauge.messages.Messages.KillProcessRequest.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_KillProcessRequest_descriptor; } @java.lang.Override public gauge.messages.Messages.KillProcessRequest getDefaultInstanceForType() { return gauge.messages.Messages.KillProcessRequest.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.KillProcessRequest build() { gauge.messages.Messages.KillProcessRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.KillProcessRequest buildPartial() { gauge.messages.Messages.KillProcessRequest result = new gauge.messages.Messages.KillProcessRequest(this); onBuilt(); return result; } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.KillProcessRequest) { return mergeFrom((gauge.messages.Messages.KillProcessRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.KillProcessRequest other) { if (other == gauge.messages.Messages.KillProcessRequest.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.KillProcessRequest) } // @@protoc_insertion_point(class_scope:gauge.messages.KillProcessRequest) private static final gauge.messages.Messages.KillProcessRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.KillProcessRequest(); } public static gauge.messages.Messages.KillProcessRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public KillProcessRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.KillProcessRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ExecutionStatusResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.ExecutionStatusResponse) com.google.protobuf.MessageOrBuilder { /** *
     * / Holds the suite result after suite execution done.
     * 
* * .gauge.messages.ProtoExecutionResult executionResult = 1; * @return Whether the executionResult field is set. */ boolean hasExecutionResult(); /** *
     * / Holds the suite result after suite execution done.
     * 
* * .gauge.messages.ProtoExecutionResult executionResult = 1; * @return The executionResult. */ gauge.messages.Spec.ProtoExecutionResult getExecutionResult(); /** *
     * / Holds the suite result after suite execution done.
     * 
* * .gauge.messages.ProtoExecutionResult executionResult = 1; */ gauge.messages.Spec.ProtoExecutionResultOrBuilder getExecutionResultOrBuilder(); } /** *
   * / Sends to any request which needs a execution status as response
   * / usually step execution, hooks etc will return this
   * 
* * Protobuf type {@code gauge.messages.ExecutionStatusResponse} */ public static final class ExecutionStatusResponse extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.ExecutionStatusResponse) ExecutionStatusResponseOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", ExecutionStatusResponse.class.getName()); } // Use ExecutionStatusResponse.newBuilder() to construct. private ExecutionStatusResponse(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private ExecutionStatusResponse() { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ExecutionStatusResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ExecutionStatusResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ExecutionStatusResponse.class, gauge.messages.Messages.ExecutionStatusResponse.Builder.class); } private int bitField0_; public static final int EXECUTIONRESULT_FIELD_NUMBER = 1; private gauge.messages.Spec.ProtoExecutionResult executionResult_; /** *
     * / Holds the suite result after suite execution done.
     * 
* * .gauge.messages.ProtoExecutionResult executionResult = 1; * @return Whether the executionResult field is set. */ @java.lang.Override public boolean hasExecutionResult() { return ((bitField0_ & 0x00000001) != 0); } /** *
     * / Holds the suite result after suite execution done.
     * 
* * .gauge.messages.ProtoExecutionResult executionResult = 1; * @return The executionResult. */ @java.lang.Override public gauge.messages.Spec.ProtoExecutionResult getExecutionResult() { return executionResult_ == null ? gauge.messages.Spec.ProtoExecutionResult.getDefaultInstance() : executionResult_; } /** *
     * / Holds the suite result after suite execution done.
     * 
* * .gauge.messages.ProtoExecutionResult executionResult = 1; */ @java.lang.Override public gauge.messages.Spec.ProtoExecutionResultOrBuilder getExecutionResultOrBuilder() { return executionResult_ == null ? gauge.messages.Spec.ProtoExecutionResult.getDefaultInstance() : executionResult_; } 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 (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getExecutionResult()); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getExecutionResult()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ExecutionStatusResponse)) { return super.equals(obj); } gauge.messages.Messages.ExecutionStatusResponse other = (gauge.messages.Messages.ExecutionStatusResponse) obj; if (hasExecutionResult() != other.hasExecutionResult()) return false; if (hasExecutionResult()) { if (!getExecutionResult() .equals(other.getExecutionResult())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasExecutionResult()) { hash = (37 * hash) + EXECUTIONRESULT_FIELD_NUMBER; hash = (53 * hash) + getExecutionResult().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.ExecutionStatusResponse parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ExecutionStatusResponse parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ExecutionStatusResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ExecutionStatusResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ExecutionStatusResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ExecutionStatusResponse parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ExecutionStatusResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ExecutionStatusResponse parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ExecutionStatusResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.ExecutionStatusResponse parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ExecutionStatusResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ExecutionStatusResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.ExecutionStatusResponse 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Sends to any request which needs a execution status as response
     * / usually step execution, hooks etc will return this
     * 
* * Protobuf type {@code gauge.messages.ExecutionStatusResponse} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.ExecutionStatusResponse) gauge.messages.Messages.ExecutionStatusResponseOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ExecutionStatusResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ExecutionStatusResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ExecutionStatusResponse.class, gauge.messages.Messages.ExecutionStatusResponse.Builder.class); } // Construct using gauge.messages.Messages.ExecutionStatusResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getExecutionResultFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; executionResult_ = null; if (executionResultBuilder_ != null) { executionResultBuilder_.dispose(); executionResultBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_ExecutionStatusResponse_descriptor; } @java.lang.Override public gauge.messages.Messages.ExecutionStatusResponse getDefaultInstanceForType() { return gauge.messages.Messages.ExecutionStatusResponse.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.ExecutionStatusResponse build() { gauge.messages.Messages.ExecutionStatusResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.ExecutionStatusResponse buildPartial() { gauge.messages.Messages.ExecutionStatusResponse result = new gauge.messages.Messages.ExecutionStatusResponse(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.ExecutionStatusResponse result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.executionResult_ = executionResultBuilder_ == null ? executionResult_ : executionResultBuilder_.build(); to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.ExecutionStatusResponse) { return mergeFrom((gauge.messages.Messages.ExecutionStatusResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.ExecutionStatusResponse other) { if (other == gauge.messages.Messages.ExecutionStatusResponse.getDefaultInstance()) return this; if (other.hasExecutionResult()) { mergeExecutionResult(other.getExecutionResult()); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { input.readMessage( getExecutionResultFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private gauge.messages.Spec.ProtoExecutionResult executionResult_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoExecutionResult, gauge.messages.Spec.ProtoExecutionResult.Builder, gauge.messages.Spec.ProtoExecutionResultOrBuilder> executionResultBuilder_; /** *
       * / Holds the suite result after suite execution done.
       * 
* * .gauge.messages.ProtoExecutionResult executionResult = 1; * @return Whether the executionResult field is set. */ public boolean hasExecutionResult() { return ((bitField0_ & 0x00000001) != 0); } /** *
       * / Holds the suite result after suite execution done.
       * 
* * .gauge.messages.ProtoExecutionResult executionResult = 1; * @return The executionResult. */ public gauge.messages.Spec.ProtoExecutionResult getExecutionResult() { if (executionResultBuilder_ == null) { return executionResult_ == null ? gauge.messages.Spec.ProtoExecutionResult.getDefaultInstance() : executionResult_; } else { return executionResultBuilder_.getMessage(); } } /** *
       * / Holds the suite result after suite execution done.
       * 
* * .gauge.messages.ProtoExecutionResult executionResult = 1; */ public Builder setExecutionResult(gauge.messages.Spec.ProtoExecutionResult value) { if (executionResultBuilder_ == null) { if (value == null) { throw new NullPointerException(); } executionResult_ = value; } else { executionResultBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Holds the suite result after suite execution done.
       * 
* * .gauge.messages.ProtoExecutionResult executionResult = 1; */ public Builder setExecutionResult( gauge.messages.Spec.ProtoExecutionResult.Builder builderForValue) { if (executionResultBuilder_ == null) { executionResult_ = builderForValue.build(); } else { executionResultBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Holds the suite result after suite execution done.
       * 
* * .gauge.messages.ProtoExecutionResult executionResult = 1; */ public Builder mergeExecutionResult(gauge.messages.Spec.ProtoExecutionResult value) { if (executionResultBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && executionResult_ != null && executionResult_ != gauge.messages.Spec.ProtoExecutionResult.getDefaultInstance()) { getExecutionResultBuilder().mergeFrom(value); } else { executionResult_ = value; } } else { executionResultBuilder_.mergeFrom(value); } if (executionResult_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** *
       * / Holds the suite result after suite execution done.
       * 
* * .gauge.messages.ProtoExecutionResult executionResult = 1; */ public Builder clearExecutionResult() { bitField0_ = (bitField0_ & ~0x00000001); executionResult_ = null; if (executionResultBuilder_ != null) { executionResultBuilder_.dispose(); executionResultBuilder_ = null; } onChanged(); return this; } /** *
       * / Holds the suite result after suite execution done.
       * 
* * .gauge.messages.ProtoExecutionResult executionResult = 1; */ public gauge.messages.Spec.ProtoExecutionResult.Builder getExecutionResultBuilder() { bitField0_ |= 0x00000001; onChanged(); return getExecutionResultFieldBuilder().getBuilder(); } /** *
       * / Holds the suite result after suite execution done.
       * 
* * .gauge.messages.ProtoExecutionResult executionResult = 1; */ public gauge.messages.Spec.ProtoExecutionResultOrBuilder getExecutionResultOrBuilder() { if (executionResultBuilder_ != null) { return executionResultBuilder_.getMessageOrBuilder(); } else { return executionResult_ == null ? gauge.messages.Spec.ProtoExecutionResult.getDefaultInstance() : executionResult_; } } /** *
       * / Holds the suite result after suite execution done.
       * 
* * .gauge.messages.ProtoExecutionResult executionResult = 1; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoExecutionResult, gauge.messages.Spec.ProtoExecutionResult.Builder, gauge.messages.Spec.ProtoExecutionResultOrBuilder> getExecutionResultFieldBuilder() { if (executionResultBuilder_ == null) { executionResultBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoExecutionResult, gauge.messages.Spec.ProtoExecutionResult.Builder, gauge.messages.Spec.ProtoExecutionResultOrBuilder>( getExecutionResult(), getParentForChildren(), isClean()); executionResult_ = null; } return executionResultBuilder_; } // @@protoc_insertion_point(builder_scope:gauge.messages.ExecutionStatusResponse) } // @@protoc_insertion_point(class_scope:gauge.messages.ExecutionStatusResponse) private static final gauge.messages.Messages.ExecutionStatusResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.ExecutionStatusResponse(); } public static gauge.messages.Messages.ExecutionStatusResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ExecutionStatusResponse parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.ExecutionStatusResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ExecutionStartingRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.ExecutionStartingRequest) com.google.protobuf.MessageOrBuilder { /** *
     * / Holds the current suite execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return Whether the currentExecutionInfo field is set. */ boolean hasCurrentExecutionInfo(); /** *
     * / Holds the current suite execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return The currentExecutionInfo. */ gauge.messages.Messages.ExecutionInfo getCurrentExecutionInfo(); /** *
     * / Holds the current suite execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder(); /** *
     * / Holds the suite result in execution starting.
     * / Some fields will not be populated before execution.
     * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; * @return Whether the suiteResult field is set. */ boolean hasSuiteResult(); /** *
     * / Holds the suite result in execution starting.
     * / Some fields will not be populated before execution.
     * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; * @return The suiteResult. */ gauge.messages.Spec.ProtoSuiteResult getSuiteResult(); /** *
     * / Holds the suite result in execution starting.
     * / Some fields will not be populated before execution.
     * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; */ gauge.messages.Spec.ProtoSuiteResultOrBuilder getSuiteResultOrBuilder(); /** * int32 stream = 3; * @return The stream. */ int getStream(); } /** *
   * / Sent at start of Suite Execution. Tells the runner to execute `before_suite` hook.
   * 
* * Protobuf type {@code gauge.messages.ExecutionStartingRequest} */ public static final class ExecutionStartingRequest extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.ExecutionStartingRequest) ExecutionStartingRequestOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", ExecutionStartingRequest.class.getName()); } // Use ExecutionStartingRequest.newBuilder() to construct. private ExecutionStartingRequest(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private ExecutionStartingRequest() { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ExecutionStartingRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ExecutionStartingRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ExecutionStartingRequest.class, gauge.messages.Messages.ExecutionStartingRequest.Builder.class); } private int bitField0_; public static final int CURRENTEXECUTIONINFO_FIELD_NUMBER = 1; private gauge.messages.Messages.ExecutionInfo currentExecutionInfo_; /** *
     * / Holds the current suite execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return Whether the currentExecutionInfo field is set. */ @java.lang.Override public boolean hasCurrentExecutionInfo() { return ((bitField0_ & 0x00000001) != 0); } /** *
     * / Holds the current suite execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return The currentExecutionInfo. */ @java.lang.Override public gauge.messages.Messages.ExecutionInfo getCurrentExecutionInfo() { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } /** *
     * / Holds the current suite execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ @java.lang.Override public gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder() { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } public static final int SUITERESULT_FIELD_NUMBER = 2; private gauge.messages.Spec.ProtoSuiteResult suiteResult_; /** *
     * / Holds the suite result in execution starting.
     * / Some fields will not be populated before execution.
     * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; * @return Whether the suiteResult field is set. */ @java.lang.Override public boolean hasSuiteResult() { return ((bitField0_ & 0x00000002) != 0); } /** *
     * / Holds the suite result in execution starting.
     * / Some fields will not be populated before execution.
     * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; * @return The suiteResult. */ @java.lang.Override public gauge.messages.Spec.ProtoSuiteResult getSuiteResult() { return suiteResult_ == null ? gauge.messages.Spec.ProtoSuiteResult.getDefaultInstance() : suiteResult_; } /** *
     * / Holds the suite result in execution starting.
     * / Some fields will not be populated before execution.
     * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; */ @java.lang.Override public gauge.messages.Spec.ProtoSuiteResultOrBuilder getSuiteResultOrBuilder() { return suiteResult_ == null ? gauge.messages.Spec.ProtoSuiteResult.getDefaultInstance() : suiteResult_; } public static final int STREAM_FIELD_NUMBER = 3; private int stream_ = 0; /** * int32 stream = 3; * @return The stream. */ @java.lang.Override public int getStream() { return stream_; } 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 (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getCurrentExecutionInfo()); } if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(2, getSuiteResult()); } if (stream_ != 0) { output.writeInt32(3, stream_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getCurrentExecutionInfo()); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getSuiteResult()); } if (stream_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(3, stream_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ExecutionStartingRequest)) { return super.equals(obj); } gauge.messages.Messages.ExecutionStartingRequest other = (gauge.messages.Messages.ExecutionStartingRequest) obj; if (hasCurrentExecutionInfo() != other.hasCurrentExecutionInfo()) return false; if (hasCurrentExecutionInfo()) { if (!getCurrentExecutionInfo() .equals(other.getCurrentExecutionInfo())) return false; } if (hasSuiteResult() != other.hasSuiteResult()) return false; if (hasSuiteResult()) { if (!getSuiteResult() .equals(other.getSuiteResult())) return false; } if (getStream() != other.getStream()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasCurrentExecutionInfo()) { hash = (37 * hash) + CURRENTEXECUTIONINFO_FIELD_NUMBER; hash = (53 * hash) + getCurrentExecutionInfo().hashCode(); } if (hasSuiteResult()) { hash = (37 * hash) + SUITERESULT_FIELD_NUMBER; hash = (53 * hash) + getSuiteResult().hashCode(); } hash = (37 * hash) + STREAM_FIELD_NUMBER; hash = (53 * hash) + getStream(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.ExecutionStartingRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ExecutionStartingRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ExecutionStartingRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ExecutionStartingRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ExecutionStartingRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ExecutionStartingRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ExecutionStartingRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ExecutionStartingRequest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ExecutionStartingRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.ExecutionStartingRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ExecutionStartingRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ExecutionStartingRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.ExecutionStartingRequest 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Sent at start of Suite Execution. Tells the runner to execute `before_suite` hook.
     * 
* * Protobuf type {@code gauge.messages.ExecutionStartingRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.ExecutionStartingRequest) gauge.messages.Messages.ExecutionStartingRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ExecutionStartingRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ExecutionStartingRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ExecutionStartingRequest.class, gauge.messages.Messages.ExecutionStartingRequest.Builder.class); } // Construct using gauge.messages.Messages.ExecutionStartingRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCurrentExecutionInfoFieldBuilder(); getSuiteResultFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; currentExecutionInfo_ = null; if (currentExecutionInfoBuilder_ != null) { currentExecutionInfoBuilder_.dispose(); currentExecutionInfoBuilder_ = null; } suiteResult_ = null; if (suiteResultBuilder_ != null) { suiteResultBuilder_.dispose(); suiteResultBuilder_ = null; } stream_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_ExecutionStartingRequest_descriptor; } @java.lang.Override public gauge.messages.Messages.ExecutionStartingRequest getDefaultInstanceForType() { return gauge.messages.Messages.ExecutionStartingRequest.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.ExecutionStartingRequest build() { gauge.messages.Messages.ExecutionStartingRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.ExecutionStartingRequest buildPartial() { gauge.messages.Messages.ExecutionStartingRequest result = new gauge.messages.Messages.ExecutionStartingRequest(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.ExecutionStartingRequest result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.currentExecutionInfo_ = currentExecutionInfoBuilder_ == null ? currentExecutionInfo_ : currentExecutionInfoBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.suiteResult_ = suiteResultBuilder_ == null ? suiteResult_ : suiteResultBuilder_.build(); to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000004) != 0)) { result.stream_ = stream_; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.ExecutionStartingRequest) { return mergeFrom((gauge.messages.Messages.ExecutionStartingRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.ExecutionStartingRequest other) { if (other == gauge.messages.Messages.ExecutionStartingRequest.getDefaultInstance()) return this; if (other.hasCurrentExecutionInfo()) { mergeCurrentExecutionInfo(other.getCurrentExecutionInfo()); } if (other.hasSuiteResult()) { mergeSuiteResult(other.getSuiteResult()); } if (other.getStream() != 0) { setStream(other.getStream()); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { input.readMessage( getCurrentExecutionInfoFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 case 18: { input.readMessage( getSuiteResultFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000002; break; } // case 18 case 24: { stream_ = input.readInt32(); bitField0_ |= 0x00000004; break; } // case 24 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private gauge.messages.Messages.ExecutionInfo currentExecutionInfo_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder> currentExecutionInfoBuilder_; /** *
       * / Holds the current suite execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return Whether the currentExecutionInfo field is set. */ public boolean hasCurrentExecutionInfo() { return ((bitField0_ & 0x00000001) != 0); } /** *
       * / Holds the current suite execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return The currentExecutionInfo. */ public gauge.messages.Messages.ExecutionInfo getCurrentExecutionInfo() { if (currentExecutionInfoBuilder_ == null) { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } else { return currentExecutionInfoBuilder_.getMessage(); } } /** *
       * / Holds the current suite execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder setCurrentExecutionInfo(gauge.messages.Messages.ExecutionInfo value) { if (currentExecutionInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } currentExecutionInfo_ = value; } else { currentExecutionInfoBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Holds the current suite execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder setCurrentExecutionInfo( gauge.messages.Messages.ExecutionInfo.Builder builderForValue) { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfo_ = builderForValue.build(); } else { currentExecutionInfoBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Holds the current suite execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder mergeCurrentExecutionInfo(gauge.messages.Messages.ExecutionInfo value) { if (currentExecutionInfoBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && currentExecutionInfo_ != null && currentExecutionInfo_ != gauge.messages.Messages.ExecutionInfo.getDefaultInstance()) { getCurrentExecutionInfoBuilder().mergeFrom(value); } else { currentExecutionInfo_ = value; } } else { currentExecutionInfoBuilder_.mergeFrom(value); } if (currentExecutionInfo_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** *
       * / Holds the current suite execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder clearCurrentExecutionInfo() { bitField0_ = (bitField0_ & ~0x00000001); currentExecutionInfo_ = null; if (currentExecutionInfoBuilder_ != null) { currentExecutionInfoBuilder_.dispose(); currentExecutionInfoBuilder_ = null; } onChanged(); return this; } /** *
       * / Holds the current suite execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public gauge.messages.Messages.ExecutionInfo.Builder getCurrentExecutionInfoBuilder() { bitField0_ |= 0x00000001; onChanged(); return getCurrentExecutionInfoFieldBuilder().getBuilder(); } /** *
       * / Holds the current suite execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder() { if (currentExecutionInfoBuilder_ != null) { return currentExecutionInfoBuilder_.getMessageOrBuilder(); } else { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } } /** *
       * / Holds the current suite execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder> getCurrentExecutionInfoFieldBuilder() { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfoBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder>( getCurrentExecutionInfo(), getParentForChildren(), isClean()); currentExecutionInfo_ = null; } return currentExecutionInfoBuilder_; } private gauge.messages.Spec.ProtoSuiteResult suiteResult_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoSuiteResult, gauge.messages.Spec.ProtoSuiteResult.Builder, gauge.messages.Spec.ProtoSuiteResultOrBuilder> suiteResultBuilder_; /** *
       * / Holds the suite result in execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; * @return Whether the suiteResult field is set. */ public boolean hasSuiteResult() { return ((bitField0_ & 0x00000002) != 0); } /** *
       * / Holds the suite result in execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; * @return The suiteResult. */ public gauge.messages.Spec.ProtoSuiteResult getSuiteResult() { if (suiteResultBuilder_ == null) { return suiteResult_ == null ? gauge.messages.Spec.ProtoSuiteResult.getDefaultInstance() : suiteResult_; } else { return suiteResultBuilder_.getMessage(); } } /** *
       * / Holds the suite result in execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; */ public Builder setSuiteResult(gauge.messages.Spec.ProtoSuiteResult value) { if (suiteResultBuilder_ == null) { if (value == null) { throw new NullPointerException(); } suiteResult_ = value; } else { suiteResultBuilder_.setMessage(value); } bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / Holds the suite result in execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; */ public Builder setSuiteResult( gauge.messages.Spec.ProtoSuiteResult.Builder builderForValue) { if (suiteResultBuilder_ == null) { suiteResult_ = builderForValue.build(); } else { suiteResultBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / Holds the suite result in execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; */ public Builder mergeSuiteResult(gauge.messages.Spec.ProtoSuiteResult value) { if (suiteResultBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0) && suiteResult_ != null && suiteResult_ != gauge.messages.Spec.ProtoSuiteResult.getDefaultInstance()) { getSuiteResultBuilder().mergeFrom(value); } else { suiteResult_ = value; } } else { suiteResultBuilder_.mergeFrom(value); } if (suiteResult_ != null) { bitField0_ |= 0x00000002; onChanged(); } return this; } /** *
       * / Holds the suite result in execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; */ public Builder clearSuiteResult() { bitField0_ = (bitField0_ & ~0x00000002); suiteResult_ = null; if (suiteResultBuilder_ != null) { suiteResultBuilder_.dispose(); suiteResultBuilder_ = null; } onChanged(); return this; } /** *
       * / Holds the suite result in execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; */ public gauge.messages.Spec.ProtoSuiteResult.Builder getSuiteResultBuilder() { bitField0_ |= 0x00000002; onChanged(); return getSuiteResultFieldBuilder().getBuilder(); } /** *
       * / Holds the suite result in execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; */ public gauge.messages.Spec.ProtoSuiteResultOrBuilder getSuiteResultOrBuilder() { if (suiteResultBuilder_ != null) { return suiteResultBuilder_.getMessageOrBuilder(); } else { return suiteResult_ == null ? gauge.messages.Spec.ProtoSuiteResult.getDefaultInstance() : suiteResult_; } } /** *
       * / Holds the suite result in execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoSuiteResult, gauge.messages.Spec.ProtoSuiteResult.Builder, gauge.messages.Spec.ProtoSuiteResultOrBuilder> getSuiteResultFieldBuilder() { if (suiteResultBuilder_ == null) { suiteResultBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoSuiteResult, gauge.messages.Spec.ProtoSuiteResult.Builder, gauge.messages.Spec.ProtoSuiteResultOrBuilder>( getSuiteResult(), getParentForChildren(), isClean()); suiteResult_ = null; } return suiteResultBuilder_; } private int stream_ ; /** * int32 stream = 3; * @return The stream. */ @java.lang.Override public int getStream() { return stream_; } /** * int32 stream = 3; * @param value The stream to set. * @return This builder for chaining. */ public Builder setStream(int value) { stream_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** * int32 stream = 3; * @return This builder for chaining. */ public Builder clearStream() { bitField0_ = (bitField0_ & ~0x00000004); stream_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.ExecutionStartingRequest) } // @@protoc_insertion_point(class_scope:gauge.messages.ExecutionStartingRequest) private static final gauge.messages.Messages.ExecutionStartingRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.ExecutionStartingRequest(); } public static gauge.messages.Messages.ExecutionStartingRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ExecutionStartingRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.ExecutionStartingRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ExecutionEndingRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.ExecutionEndingRequest) com.google.protobuf.MessageOrBuilder { /** *
     * / Holds the current suite execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return Whether the currentExecutionInfo field is set. */ boolean hasCurrentExecutionInfo(); /** *
     * / Holds the current suite execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return The currentExecutionInfo. */ gauge.messages.Messages.ExecutionInfo getCurrentExecutionInfo(); /** *
     * / Holds the current suite execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder(); /** *
     * / Holds the suite result in execution ending.
     * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; * @return Whether the suiteResult field is set. */ boolean hasSuiteResult(); /** *
     * / Holds the suite result in execution ending.
     * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; * @return The suiteResult. */ gauge.messages.Spec.ProtoSuiteResult getSuiteResult(); /** *
     * / Holds the suite result in execution ending.
     * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; */ gauge.messages.Spec.ProtoSuiteResultOrBuilder getSuiteResultOrBuilder(); /** * int32 stream = 3; * @return The stream. */ int getStream(); } /** *
   * / Sent at end of Suite Execution. Tells the runner to execute `after_suite` hook.
   * 
* * Protobuf type {@code gauge.messages.ExecutionEndingRequest} */ public static final class ExecutionEndingRequest extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.ExecutionEndingRequest) ExecutionEndingRequestOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", ExecutionEndingRequest.class.getName()); } // Use ExecutionEndingRequest.newBuilder() to construct. private ExecutionEndingRequest(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private ExecutionEndingRequest() { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ExecutionEndingRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ExecutionEndingRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ExecutionEndingRequest.class, gauge.messages.Messages.ExecutionEndingRequest.Builder.class); } private int bitField0_; public static final int CURRENTEXECUTIONINFO_FIELD_NUMBER = 1; private gauge.messages.Messages.ExecutionInfo currentExecutionInfo_; /** *
     * / Holds the current suite execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return Whether the currentExecutionInfo field is set. */ @java.lang.Override public boolean hasCurrentExecutionInfo() { return ((bitField0_ & 0x00000001) != 0); } /** *
     * / Holds the current suite execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return The currentExecutionInfo. */ @java.lang.Override public gauge.messages.Messages.ExecutionInfo getCurrentExecutionInfo() { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } /** *
     * / Holds the current suite execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ @java.lang.Override public gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder() { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } public static final int SUITERESULT_FIELD_NUMBER = 2; private gauge.messages.Spec.ProtoSuiteResult suiteResult_; /** *
     * / Holds the suite result in execution ending.
     * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; * @return Whether the suiteResult field is set. */ @java.lang.Override public boolean hasSuiteResult() { return ((bitField0_ & 0x00000002) != 0); } /** *
     * / Holds the suite result in execution ending.
     * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; * @return The suiteResult. */ @java.lang.Override public gauge.messages.Spec.ProtoSuiteResult getSuiteResult() { return suiteResult_ == null ? gauge.messages.Spec.ProtoSuiteResult.getDefaultInstance() : suiteResult_; } /** *
     * / Holds the suite result in execution ending.
     * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; */ @java.lang.Override public gauge.messages.Spec.ProtoSuiteResultOrBuilder getSuiteResultOrBuilder() { return suiteResult_ == null ? gauge.messages.Spec.ProtoSuiteResult.getDefaultInstance() : suiteResult_; } public static final int STREAM_FIELD_NUMBER = 3; private int stream_ = 0; /** * int32 stream = 3; * @return The stream. */ @java.lang.Override public int getStream() { return stream_; } 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 (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getCurrentExecutionInfo()); } if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(2, getSuiteResult()); } if (stream_ != 0) { output.writeInt32(3, stream_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getCurrentExecutionInfo()); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getSuiteResult()); } if (stream_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(3, stream_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ExecutionEndingRequest)) { return super.equals(obj); } gauge.messages.Messages.ExecutionEndingRequest other = (gauge.messages.Messages.ExecutionEndingRequest) obj; if (hasCurrentExecutionInfo() != other.hasCurrentExecutionInfo()) return false; if (hasCurrentExecutionInfo()) { if (!getCurrentExecutionInfo() .equals(other.getCurrentExecutionInfo())) return false; } if (hasSuiteResult() != other.hasSuiteResult()) return false; if (hasSuiteResult()) { if (!getSuiteResult() .equals(other.getSuiteResult())) return false; } if (getStream() != other.getStream()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasCurrentExecutionInfo()) { hash = (37 * hash) + CURRENTEXECUTIONINFO_FIELD_NUMBER; hash = (53 * hash) + getCurrentExecutionInfo().hashCode(); } if (hasSuiteResult()) { hash = (37 * hash) + SUITERESULT_FIELD_NUMBER; hash = (53 * hash) + getSuiteResult().hashCode(); } hash = (37 * hash) + STREAM_FIELD_NUMBER; hash = (53 * hash) + getStream(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.ExecutionEndingRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ExecutionEndingRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ExecutionEndingRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ExecutionEndingRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ExecutionEndingRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ExecutionEndingRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ExecutionEndingRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ExecutionEndingRequest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ExecutionEndingRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.ExecutionEndingRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ExecutionEndingRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ExecutionEndingRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.ExecutionEndingRequest 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Sent at end of Suite Execution. Tells the runner to execute `after_suite` hook.
     * 
* * Protobuf type {@code gauge.messages.ExecutionEndingRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.ExecutionEndingRequest) gauge.messages.Messages.ExecutionEndingRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ExecutionEndingRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ExecutionEndingRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ExecutionEndingRequest.class, gauge.messages.Messages.ExecutionEndingRequest.Builder.class); } // Construct using gauge.messages.Messages.ExecutionEndingRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCurrentExecutionInfoFieldBuilder(); getSuiteResultFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; currentExecutionInfo_ = null; if (currentExecutionInfoBuilder_ != null) { currentExecutionInfoBuilder_.dispose(); currentExecutionInfoBuilder_ = null; } suiteResult_ = null; if (suiteResultBuilder_ != null) { suiteResultBuilder_.dispose(); suiteResultBuilder_ = null; } stream_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_ExecutionEndingRequest_descriptor; } @java.lang.Override public gauge.messages.Messages.ExecutionEndingRequest getDefaultInstanceForType() { return gauge.messages.Messages.ExecutionEndingRequest.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.ExecutionEndingRequest build() { gauge.messages.Messages.ExecutionEndingRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.ExecutionEndingRequest buildPartial() { gauge.messages.Messages.ExecutionEndingRequest result = new gauge.messages.Messages.ExecutionEndingRequest(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.ExecutionEndingRequest result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.currentExecutionInfo_ = currentExecutionInfoBuilder_ == null ? currentExecutionInfo_ : currentExecutionInfoBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.suiteResult_ = suiteResultBuilder_ == null ? suiteResult_ : suiteResultBuilder_.build(); to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000004) != 0)) { result.stream_ = stream_; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.ExecutionEndingRequest) { return mergeFrom((gauge.messages.Messages.ExecutionEndingRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.ExecutionEndingRequest other) { if (other == gauge.messages.Messages.ExecutionEndingRequest.getDefaultInstance()) return this; if (other.hasCurrentExecutionInfo()) { mergeCurrentExecutionInfo(other.getCurrentExecutionInfo()); } if (other.hasSuiteResult()) { mergeSuiteResult(other.getSuiteResult()); } if (other.getStream() != 0) { setStream(other.getStream()); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { input.readMessage( getCurrentExecutionInfoFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 case 18: { input.readMessage( getSuiteResultFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000002; break; } // case 18 case 24: { stream_ = input.readInt32(); bitField0_ |= 0x00000004; break; } // case 24 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private gauge.messages.Messages.ExecutionInfo currentExecutionInfo_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder> currentExecutionInfoBuilder_; /** *
       * / Holds the current suite execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return Whether the currentExecutionInfo field is set. */ public boolean hasCurrentExecutionInfo() { return ((bitField0_ & 0x00000001) != 0); } /** *
       * / Holds the current suite execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return The currentExecutionInfo. */ public gauge.messages.Messages.ExecutionInfo getCurrentExecutionInfo() { if (currentExecutionInfoBuilder_ == null) { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } else { return currentExecutionInfoBuilder_.getMessage(); } } /** *
       * / Holds the current suite execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder setCurrentExecutionInfo(gauge.messages.Messages.ExecutionInfo value) { if (currentExecutionInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } currentExecutionInfo_ = value; } else { currentExecutionInfoBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Holds the current suite execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder setCurrentExecutionInfo( gauge.messages.Messages.ExecutionInfo.Builder builderForValue) { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfo_ = builderForValue.build(); } else { currentExecutionInfoBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Holds the current suite execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder mergeCurrentExecutionInfo(gauge.messages.Messages.ExecutionInfo value) { if (currentExecutionInfoBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && currentExecutionInfo_ != null && currentExecutionInfo_ != gauge.messages.Messages.ExecutionInfo.getDefaultInstance()) { getCurrentExecutionInfoBuilder().mergeFrom(value); } else { currentExecutionInfo_ = value; } } else { currentExecutionInfoBuilder_.mergeFrom(value); } if (currentExecutionInfo_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** *
       * / Holds the current suite execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder clearCurrentExecutionInfo() { bitField0_ = (bitField0_ & ~0x00000001); currentExecutionInfo_ = null; if (currentExecutionInfoBuilder_ != null) { currentExecutionInfoBuilder_.dispose(); currentExecutionInfoBuilder_ = null; } onChanged(); return this; } /** *
       * / Holds the current suite execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public gauge.messages.Messages.ExecutionInfo.Builder getCurrentExecutionInfoBuilder() { bitField0_ |= 0x00000001; onChanged(); return getCurrentExecutionInfoFieldBuilder().getBuilder(); } /** *
       * / Holds the current suite execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder() { if (currentExecutionInfoBuilder_ != null) { return currentExecutionInfoBuilder_.getMessageOrBuilder(); } else { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } } /** *
       * / Holds the current suite execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder> getCurrentExecutionInfoFieldBuilder() { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfoBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder>( getCurrentExecutionInfo(), getParentForChildren(), isClean()); currentExecutionInfo_ = null; } return currentExecutionInfoBuilder_; } private gauge.messages.Spec.ProtoSuiteResult suiteResult_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoSuiteResult, gauge.messages.Spec.ProtoSuiteResult.Builder, gauge.messages.Spec.ProtoSuiteResultOrBuilder> suiteResultBuilder_; /** *
       * / Holds the suite result in execution ending.
       * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; * @return Whether the suiteResult field is set. */ public boolean hasSuiteResult() { return ((bitField0_ & 0x00000002) != 0); } /** *
       * / Holds the suite result in execution ending.
       * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; * @return The suiteResult. */ public gauge.messages.Spec.ProtoSuiteResult getSuiteResult() { if (suiteResultBuilder_ == null) { return suiteResult_ == null ? gauge.messages.Spec.ProtoSuiteResult.getDefaultInstance() : suiteResult_; } else { return suiteResultBuilder_.getMessage(); } } /** *
       * / Holds the suite result in execution ending.
       * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; */ public Builder setSuiteResult(gauge.messages.Spec.ProtoSuiteResult value) { if (suiteResultBuilder_ == null) { if (value == null) { throw new NullPointerException(); } suiteResult_ = value; } else { suiteResultBuilder_.setMessage(value); } bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / Holds the suite result in execution ending.
       * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; */ public Builder setSuiteResult( gauge.messages.Spec.ProtoSuiteResult.Builder builderForValue) { if (suiteResultBuilder_ == null) { suiteResult_ = builderForValue.build(); } else { suiteResultBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / Holds the suite result in execution ending.
       * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; */ public Builder mergeSuiteResult(gauge.messages.Spec.ProtoSuiteResult value) { if (suiteResultBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0) && suiteResult_ != null && suiteResult_ != gauge.messages.Spec.ProtoSuiteResult.getDefaultInstance()) { getSuiteResultBuilder().mergeFrom(value); } else { suiteResult_ = value; } } else { suiteResultBuilder_.mergeFrom(value); } if (suiteResult_ != null) { bitField0_ |= 0x00000002; onChanged(); } return this; } /** *
       * / Holds the suite result in execution ending.
       * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; */ public Builder clearSuiteResult() { bitField0_ = (bitField0_ & ~0x00000002); suiteResult_ = null; if (suiteResultBuilder_ != null) { suiteResultBuilder_.dispose(); suiteResultBuilder_ = null; } onChanged(); return this; } /** *
       * / Holds the suite result in execution ending.
       * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; */ public gauge.messages.Spec.ProtoSuiteResult.Builder getSuiteResultBuilder() { bitField0_ |= 0x00000002; onChanged(); return getSuiteResultFieldBuilder().getBuilder(); } /** *
       * / Holds the suite result in execution ending.
       * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; */ public gauge.messages.Spec.ProtoSuiteResultOrBuilder getSuiteResultOrBuilder() { if (suiteResultBuilder_ != null) { return suiteResultBuilder_.getMessageOrBuilder(); } else { return suiteResult_ == null ? gauge.messages.Spec.ProtoSuiteResult.getDefaultInstance() : suiteResult_; } } /** *
       * / Holds the suite result in execution ending.
       * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoSuiteResult, gauge.messages.Spec.ProtoSuiteResult.Builder, gauge.messages.Spec.ProtoSuiteResultOrBuilder> getSuiteResultFieldBuilder() { if (suiteResultBuilder_ == null) { suiteResultBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoSuiteResult, gauge.messages.Spec.ProtoSuiteResult.Builder, gauge.messages.Spec.ProtoSuiteResultOrBuilder>( getSuiteResult(), getParentForChildren(), isClean()); suiteResult_ = null; } return suiteResultBuilder_; } private int stream_ ; /** * int32 stream = 3; * @return The stream. */ @java.lang.Override public int getStream() { return stream_; } /** * int32 stream = 3; * @param value The stream to set. * @return This builder for chaining. */ public Builder setStream(int value) { stream_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** * int32 stream = 3; * @return This builder for chaining. */ public Builder clearStream() { bitField0_ = (bitField0_ & ~0x00000004); stream_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.ExecutionEndingRequest) } // @@protoc_insertion_point(class_scope:gauge.messages.ExecutionEndingRequest) private static final gauge.messages.Messages.ExecutionEndingRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.ExecutionEndingRequest(); } public static gauge.messages.Messages.ExecutionEndingRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ExecutionEndingRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.ExecutionEndingRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface SpecExecutionStartingRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.SpecExecutionStartingRequest) com.google.protobuf.MessageOrBuilder { /** *
     * / Holds the current spec execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return Whether the currentExecutionInfo field is set. */ boolean hasCurrentExecutionInfo(); /** *
     * / Holds the current spec execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return The currentExecutionInfo. */ gauge.messages.Messages.ExecutionInfo getCurrentExecutionInfo(); /** *
     * / Holds the current spec execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder(); /** *
     * / Holds the specs result in spec execution starting.
     * / Some fields will not be populated before execution.
     * 
* * .gauge.messages.ProtoSpecResult specResult = 2; * @return Whether the specResult field is set. */ boolean hasSpecResult(); /** *
     * / Holds the specs result in spec execution starting.
     * / Some fields will not be populated before execution.
     * 
* * .gauge.messages.ProtoSpecResult specResult = 2; * @return The specResult. */ gauge.messages.Spec.ProtoSpecResult getSpecResult(); /** *
     * / Holds the specs result in spec execution starting.
     * / Some fields will not be populated before execution.
     * 
* * .gauge.messages.ProtoSpecResult specResult = 2; */ gauge.messages.Spec.ProtoSpecResultOrBuilder getSpecResultOrBuilder(); /** * int32 stream = 3; * @return The stream. */ int getStream(); } /** *
   * / Sent at start of Spec Execution. Tells the runner to execute `before_spec` hook.
   * 
* * Protobuf type {@code gauge.messages.SpecExecutionStartingRequest} */ public static final class SpecExecutionStartingRequest extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.SpecExecutionStartingRequest) SpecExecutionStartingRequestOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", SpecExecutionStartingRequest.class.getName()); } // Use SpecExecutionStartingRequest.newBuilder() to construct. private SpecExecutionStartingRequest(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private SpecExecutionStartingRequest() { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_SpecExecutionStartingRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_SpecExecutionStartingRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.SpecExecutionStartingRequest.class, gauge.messages.Messages.SpecExecutionStartingRequest.Builder.class); } private int bitField0_; public static final int CURRENTEXECUTIONINFO_FIELD_NUMBER = 1; private gauge.messages.Messages.ExecutionInfo currentExecutionInfo_; /** *
     * / Holds the current spec execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return Whether the currentExecutionInfo field is set. */ @java.lang.Override public boolean hasCurrentExecutionInfo() { return ((bitField0_ & 0x00000001) != 0); } /** *
     * / Holds the current spec execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return The currentExecutionInfo. */ @java.lang.Override public gauge.messages.Messages.ExecutionInfo getCurrentExecutionInfo() { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } /** *
     * / Holds the current spec execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ @java.lang.Override public gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder() { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } public static final int SPECRESULT_FIELD_NUMBER = 2; private gauge.messages.Spec.ProtoSpecResult specResult_; /** *
     * / Holds the specs result in spec execution starting.
     * / Some fields will not be populated before execution.
     * 
* * .gauge.messages.ProtoSpecResult specResult = 2; * @return Whether the specResult field is set. */ @java.lang.Override public boolean hasSpecResult() { return ((bitField0_ & 0x00000002) != 0); } /** *
     * / Holds the specs result in spec execution starting.
     * / Some fields will not be populated before execution.
     * 
* * .gauge.messages.ProtoSpecResult specResult = 2; * @return The specResult. */ @java.lang.Override public gauge.messages.Spec.ProtoSpecResult getSpecResult() { return specResult_ == null ? gauge.messages.Spec.ProtoSpecResult.getDefaultInstance() : specResult_; } /** *
     * / Holds the specs result in spec execution starting.
     * / Some fields will not be populated before execution.
     * 
* * .gauge.messages.ProtoSpecResult specResult = 2; */ @java.lang.Override public gauge.messages.Spec.ProtoSpecResultOrBuilder getSpecResultOrBuilder() { return specResult_ == null ? gauge.messages.Spec.ProtoSpecResult.getDefaultInstance() : specResult_; } public static final int STREAM_FIELD_NUMBER = 3; private int stream_ = 0; /** * int32 stream = 3; * @return The stream. */ @java.lang.Override public int getStream() { return stream_; } 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 (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getCurrentExecutionInfo()); } if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(2, getSpecResult()); } if (stream_ != 0) { output.writeInt32(3, stream_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getCurrentExecutionInfo()); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getSpecResult()); } if (stream_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(3, stream_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.SpecExecutionStartingRequest)) { return super.equals(obj); } gauge.messages.Messages.SpecExecutionStartingRequest other = (gauge.messages.Messages.SpecExecutionStartingRequest) obj; if (hasCurrentExecutionInfo() != other.hasCurrentExecutionInfo()) return false; if (hasCurrentExecutionInfo()) { if (!getCurrentExecutionInfo() .equals(other.getCurrentExecutionInfo())) return false; } if (hasSpecResult() != other.hasSpecResult()) return false; if (hasSpecResult()) { if (!getSpecResult() .equals(other.getSpecResult())) return false; } if (getStream() != other.getStream()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasCurrentExecutionInfo()) { hash = (37 * hash) + CURRENTEXECUTIONINFO_FIELD_NUMBER; hash = (53 * hash) + getCurrentExecutionInfo().hashCode(); } if (hasSpecResult()) { hash = (37 * hash) + SPECRESULT_FIELD_NUMBER; hash = (53 * hash) + getSpecResult().hashCode(); } hash = (37 * hash) + STREAM_FIELD_NUMBER; hash = (53 * hash) + getStream(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.SpecExecutionStartingRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.SpecExecutionStartingRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.SpecExecutionStartingRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.SpecExecutionStartingRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.SpecExecutionStartingRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.SpecExecutionStartingRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.SpecExecutionStartingRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.SpecExecutionStartingRequest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SpecExecutionStartingRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.SpecExecutionStartingRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SpecExecutionStartingRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.SpecExecutionStartingRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.SpecExecutionStartingRequest 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Sent at start of Spec Execution. Tells the runner to execute `before_spec` hook.
     * 
* * Protobuf type {@code gauge.messages.SpecExecutionStartingRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.SpecExecutionStartingRequest) gauge.messages.Messages.SpecExecutionStartingRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_SpecExecutionStartingRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_SpecExecutionStartingRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.SpecExecutionStartingRequest.class, gauge.messages.Messages.SpecExecutionStartingRequest.Builder.class); } // Construct using gauge.messages.Messages.SpecExecutionStartingRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCurrentExecutionInfoFieldBuilder(); getSpecResultFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; currentExecutionInfo_ = null; if (currentExecutionInfoBuilder_ != null) { currentExecutionInfoBuilder_.dispose(); currentExecutionInfoBuilder_ = null; } specResult_ = null; if (specResultBuilder_ != null) { specResultBuilder_.dispose(); specResultBuilder_ = null; } stream_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_SpecExecutionStartingRequest_descriptor; } @java.lang.Override public gauge.messages.Messages.SpecExecutionStartingRequest getDefaultInstanceForType() { return gauge.messages.Messages.SpecExecutionStartingRequest.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.SpecExecutionStartingRequest build() { gauge.messages.Messages.SpecExecutionStartingRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.SpecExecutionStartingRequest buildPartial() { gauge.messages.Messages.SpecExecutionStartingRequest result = new gauge.messages.Messages.SpecExecutionStartingRequest(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.SpecExecutionStartingRequest result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.currentExecutionInfo_ = currentExecutionInfoBuilder_ == null ? currentExecutionInfo_ : currentExecutionInfoBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.specResult_ = specResultBuilder_ == null ? specResult_ : specResultBuilder_.build(); to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000004) != 0)) { result.stream_ = stream_; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.SpecExecutionStartingRequest) { return mergeFrom((gauge.messages.Messages.SpecExecutionStartingRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.SpecExecutionStartingRequest other) { if (other == gauge.messages.Messages.SpecExecutionStartingRequest.getDefaultInstance()) return this; if (other.hasCurrentExecutionInfo()) { mergeCurrentExecutionInfo(other.getCurrentExecutionInfo()); } if (other.hasSpecResult()) { mergeSpecResult(other.getSpecResult()); } if (other.getStream() != 0) { setStream(other.getStream()); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { input.readMessage( getCurrentExecutionInfoFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 case 18: { input.readMessage( getSpecResultFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000002; break; } // case 18 case 24: { stream_ = input.readInt32(); bitField0_ |= 0x00000004; break; } // case 24 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private gauge.messages.Messages.ExecutionInfo currentExecutionInfo_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder> currentExecutionInfoBuilder_; /** *
       * / Holds the current spec execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return Whether the currentExecutionInfo field is set. */ public boolean hasCurrentExecutionInfo() { return ((bitField0_ & 0x00000001) != 0); } /** *
       * / Holds the current spec execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return The currentExecutionInfo. */ public gauge.messages.Messages.ExecutionInfo getCurrentExecutionInfo() { if (currentExecutionInfoBuilder_ == null) { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } else { return currentExecutionInfoBuilder_.getMessage(); } } /** *
       * / Holds the current spec execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder setCurrentExecutionInfo(gauge.messages.Messages.ExecutionInfo value) { if (currentExecutionInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } currentExecutionInfo_ = value; } else { currentExecutionInfoBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Holds the current spec execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder setCurrentExecutionInfo( gauge.messages.Messages.ExecutionInfo.Builder builderForValue) { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfo_ = builderForValue.build(); } else { currentExecutionInfoBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Holds the current spec execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder mergeCurrentExecutionInfo(gauge.messages.Messages.ExecutionInfo value) { if (currentExecutionInfoBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && currentExecutionInfo_ != null && currentExecutionInfo_ != gauge.messages.Messages.ExecutionInfo.getDefaultInstance()) { getCurrentExecutionInfoBuilder().mergeFrom(value); } else { currentExecutionInfo_ = value; } } else { currentExecutionInfoBuilder_.mergeFrom(value); } if (currentExecutionInfo_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** *
       * / Holds the current spec execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder clearCurrentExecutionInfo() { bitField0_ = (bitField0_ & ~0x00000001); currentExecutionInfo_ = null; if (currentExecutionInfoBuilder_ != null) { currentExecutionInfoBuilder_.dispose(); currentExecutionInfoBuilder_ = null; } onChanged(); return this; } /** *
       * / Holds the current spec execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public gauge.messages.Messages.ExecutionInfo.Builder getCurrentExecutionInfoBuilder() { bitField0_ |= 0x00000001; onChanged(); return getCurrentExecutionInfoFieldBuilder().getBuilder(); } /** *
       * / Holds the current spec execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder() { if (currentExecutionInfoBuilder_ != null) { return currentExecutionInfoBuilder_.getMessageOrBuilder(); } else { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } } /** *
       * / Holds the current spec execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder> getCurrentExecutionInfoFieldBuilder() { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfoBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder>( getCurrentExecutionInfo(), getParentForChildren(), isClean()); currentExecutionInfo_ = null; } return currentExecutionInfoBuilder_; } private gauge.messages.Spec.ProtoSpecResult specResult_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoSpecResult, gauge.messages.Spec.ProtoSpecResult.Builder, gauge.messages.Spec.ProtoSpecResultOrBuilder> specResultBuilder_; /** *
       * / Holds the specs result in spec execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoSpecResult specResult = 2; * @return Whether the specResult field is set. */ public boolean hasSpecResult() { return ((bitField0_ & 0x00000002) != 0); } /** *
       * / Holds the specs result in spec execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoSpecResult specResult = 2; * @return The specResult. */ public gauge.messages.Spec.ProtoSpecResult getSpecResult() { if (specResultBuilder_ == null) { return specResult_ == null ? gauge.messages.Spec.ProtoSpecResult.getDefaultInstance() : specResult_; } else { return specResultBuilder_.getMessage(); } } /** *
       * / Holds the specs result in spec execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoSpecResult specResult = 2; */ public Builder setSpecResult(gauge.messages.Spec.ProtoSpecResult value) { if (specResultBuilder_ == null) { if (value == null) { throw new NullPointerException(); } specResult_ = value; } else { specResultBuilder_.setMessage(value); } bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / Holds the specs result in spec execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoSpecResult specResult = 2; */ public Builder setSpecResult( gauge.messages.Spec.ProtoSpecResult.Builder builderForValue) { if (specResultBuilder_ == null) { specResult_ = builderForValue.build(); } else { specResultBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / Holds the specs result in spec execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoSpecResult specResult = 2; */ public Builder mergeSpecResult(gauge.messages.Spec.ProtoSpecResult value) { if (specResultBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0) && specResult_ != null && specResult_ != gauge.messages.Spec.ProtoSpecResult.getDefaultInstance()) { getSpecResultBuilder().mergeFrom(value); } else { specResult_ = value; } } else { specResultBuilder_.mergeFrom(value); } if (specResult_ != null) { bitField0_ |= 0x00000002; onChanged(); } return this; } /** *
       * / Holds the specs result in spec execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoSpecResult specResult = 2; */ public Builder clearSpecResult() { bitField0_ = (bitField0_ & ~0x00000002); specResult_ = null; if (specResultBuilder_ != null) { specResultBuilder_.dispose(); specResultBuilder_ = null; } onChanged(); return this; } /** *
       * / Holds the specs result in spec execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoSpecResult specResult = 2; */ public gauge.messages.Spec.ProtoSpecResult.Builder getSpecResultBuilder() { bitField0_ |= 0x00000002; onChanged(); return getSpecResultFieldBuilder().getBuilder(); } /** *
       * / Holds the specs result in spec execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoSpecResult specResult = 2; */ public gauge.messages.Spec.ProtoSpecResultOrBuilder getSpecResultOrBuilder() { if (specResultBuilder_ != null) { return specResultBuilder_.getMessageOrBuilder(); } else { return specResult_ == null ? gauge.messages.Spec.ProtoSpecResult.getDefaultInstance() : specResult_; } } /** *
       * / Holds the specs result in spec execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoSpecResult specResult = 2; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoSpecResult, gauge.messages.Spec.ProtoSpecResult.Builder, gauge.messages.Spec.ProtoSpecResultOrBuilder> getSpecResultFieldBuilder() { if (specResultBuilder_ == null) { specResultBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoSpecResult, gauge.messages.Spec.ProtoSpecResult.Builder, gauge.messages.Spec.ProtoSpecResultOrBuilder>( getSpecResult(), getParentForChildren(), isClean()); specResult_ = null; } return specResultBuilder_; } private int stream_ ; /** * int32 stream = 3; * @return The stream. */ @java.lang.Override public int getStream() { return stream_; } /** * int32 stream = 3; * @param value The stream to set. * @return This builder for chaining. */ public Builder setStream(int value) { stream_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** * int32 stream = 3; * @return This builder for chaining. */ public Builder clearStream() { bitField0_ = (bitField0_ & ~0x00000004); stream_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.SpecExecutionStartingRequest) } // @@protoc_insertion_point(class_scope:gauge.messages.SpecExecutionStartingRequest) private static final gauge.messages.Messages.SpecExecutionStartingRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.SpecExecutionStartingRequest(); } public static gauge.messages.Messages.SpecExecutionStartingRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public SpecExecutionStartingRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.SpecExecutionStartingRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface SpecExecutionEndingRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.SpecExecutionEndingRequest) com.google.protobuf.MessageOrBuilder { /** *
     * / Holds the current spec execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return Whether the currentExecutionInfo field is set. */ boolean hasCurrentExecutionInfo(); /** *
     * / Holds the current spec execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return The currentExecutionInfo. */ gauge.messages.Messages.ExecutionInfo getCurrentExecutionInfo(); /** *
     * / Holds the current spec execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder(); /** *
     * / Holds the specs result in spec execution ending.
     * 
* * .gauge.messages.ProtoSpecResult specResult = 2; * @return Whether the specResult field is set. */ boolean hasSpecResult(); /** *
     * / Holds the specs result in spec execution ending.
     * 
* * .gauge.messages.ProtoSpecResult specResult = 2; * @return The specResult. */ gauge.messages.Spec.ProtoSpecResult getSpecResult(); /** *
     * / Holds the specs result in spec execution ending.
     * 
* * .gauge.messages.ProtoSpecResult specResult = 2; */ gauge.messages.Spec.ProtoSpecResultOrBuilder getSpecResultOrBuilder(); /** * int32 stream = 3; * @return The stream. */ int getStream(); } /** *
   * / Sent at end of Spec Execution. Tells the runner to execute `after_spec` hook.
   * 
* * Protobuf type {@code gauge.messages.SpecExecutionEndingRequest} */ public static final class SpecExecutionEndingRequest extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.SpecExecutionEndingRequest) SpecExecutionEndingRequestOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", SpecExecutionEndingRequest.class.getName()); } // Use SpecExecutionEndingRequest.newBuilder() to construct. private SpecExecutionEndingRequest(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private SpecExecutionEndingRequest() { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_SpecExecutionEndingRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_SpecExecutionEndingRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.SpecExecutionEndingRequest.class, gauge.messages.Messages.SpecExecutionEndingRequest.Builder.class); } private int bitField0_; public static final int CURRENTEXECUTIONINFO_FIELD_NUMBER = 1; private gauge.messages.Messages.ExecutionInfo currentExecutionInfo_; /** *
     * / Holds the current spec execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return Whether the currentExecutionInfo field is set. */ @java.lang.Override public boolean hasCurrentExecutionInfo() { return ((bitField0_ & 0x00000001) != 0); } /** *
     * / Holds the current spec execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return The currentExecutionInfo. */ @java.lang.Override public gauge.messages.Messages.ExecutionInfo getCurrentExecutionInfo() { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } /** *
     * / Holds the current spec execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ @java.lang.Override public gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder() { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } public static final int SPECRESULT_FIELD_NUMBER = 2; private gauge.messages.Spec.ProtoSpecResult specResult_; /** *
     * / Holds the specs result in spec execution ending.
     * 
* * .gauge.messages.ProtoSpecResult specResult = 2; * @return Whether the specResult field is set. */ @java.lang.Override public boolean hasSpecResult() { return ((bitField0_ & 0x00000002) != 0); } /** *
     * / Holds the specs result in spec execution ending.
     * 
* * .gauge.messages.ProtoSpecResult specResult = 2; * @return The specResult. */ @java.lang.Override public gauge.messages.Spec.ProtoSpecResult getSpecResult() { return specResult_ == null ? gauge.messages.Spec.ProtoSpecResult.getDefaultInstance() : specResult_; } /** *
     * / Holds the specs result in spec execution ending.
     * 
* * .gauge.messages.ProtoSpecResult specResult = 2; */ @java.lang.Override public gauge.messages.Spec.ProtoSpecResultOrBuilder getSpecResultOrBuilder() { return specResult_ == null ? gauge.messages.Spec.ProtoSpecResult.getDefaultInstance() : specResult_; } public static final int STREAM_FIELD_NUMBER = 3; private int stream_ = 0; /** * int32 stream = 3; * @return The stream. */ @java.lang.Override public int getStream() { return stream_; } 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 (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getCurrentExecutionInfo()); } if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(2, getSpecResult()); } if (stream_ != 0) { output.writeInt32(3, stream_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getCurrentExecutionInfo()); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getSpecResult()); } if (stream_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(3, stream_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.SpecExecutionEndingRequest)) { return super.equals(obj); } gauge.messages.Messages.SpecExecutionEndingRequest other = (gauge.messages.Messages.SpecExecutionEndingRequest) obj; if (hasCurrentExecutionInfo() != other.hasCurrentExecutionInfo()) return false; if (hasCurrentExecutionInfo()) { if (!getCurrentExecutionInfo() .equals(other.getCurrentExecutionInfo())) return false; } if (hasSpecResult() != other.hasSpecResult()) return false; if (hasSpecResult()) { if (!getSpecResult() .equals(other.getSpecResult())) return false; } if (getStream() != other.getStream()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasCurrentExecutionInfo()) { hash = (37 * hash) + CURRENTEXECUTIONINFO_FIELD_NUMBER; hash = (53 * hash) + getCurrentExecutionInfo().hashCode(); } if (hasSpecResult()) { hash = (37 * hash) + SPECRESULT_FIELD_NUMBER; hash = (53 * hash) + getSpecResult().hashCode(); } hash = (37 * hash) + STREAM_FIELD_NUMBER; hash = (53 * hash) + getStream(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.SpecExecutionEndingRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.SpecExecutionEndingRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.SpecExecutionEndingRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.SpecExecutionEndingRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.SpecExecutionEndingRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.SpecExecutionEndingRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.SpecExecutionEndingRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.SpecExecutionEndingRequest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SpecExecutionEndingRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.SpecExecutionEndingRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SpecExecutionEndingRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.SpecExecutionEndingRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.SpecExecutionEndingRequest 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Sent at end of Spec Execution. Tells the runner to execute `after_spec` hook.
     * 
* * Protobuf type {@code gauge.messages.SpecExecutionEndingRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.SpecExecutionEndingRequest) gauge.messages.Messages.SpecExecutionEndingRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_SpecExecutionEndingRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_SpecExecutionEndingRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.SpecExecutionEndingRequest.class, gauge.messages.Messages.SpecExecutionEndingRequest.Builder.class); } // Construct using gauge.messages.Messages.SpecExecutionEndingRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCurrentExecutionInfoFieldBuilder(); getSpecResultFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; currentExecutionInfo_ = null; if (currentExecutionInfoBuilder_ != null) { currentExecutionInfoBuilder_.dispose(); currentExecutionInfoBuilder_ = null; } specResult_ = null; if (specResultBuilder_ != null) { specResultBuilder_.dispose(); specResultBuilder_ = null; } stream_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_SpecExecutionEndingRequest_descriptor; } @java.lang.Override public gauge.messages.Messages.SpecExecutionEndingRequest getDefaultInstanceForType() { return gauge.messages.Messages.SpecExecutionEndingRequest.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.SpecExecutionEndingRequest build() { gauge.messages.Messages.SpecExecutionEndingRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.SpecExecutionEndingRequest buildPartial() { gauge.messages.Messages.SpecExecutionEndingRequest result = new gauge.messages.Messages.SpecExecutionEndingRequest(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.SpecExecutionEndingRequest result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.currentExecutionInfo_ = currentExecutionInfoBuilder_ == null ? currentExecutionInfo_ : currentExecutionInfoBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.specResult_ = specResultBuilder_ == null ? specResult_ : specResultBuilder_.build(); to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000004) != 0)) { result.stream_ = stream_; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.SpecExecutionEndingRequest) { return mergeFrom((gauge.messages.Messages.SpecExecutionEndingRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.SpecExecutionEndingRequest other) { if (other == gauge.messages.Messages.SpecExecutionEndingRequest.getDefaultInstance()) return this; if (other.hasCurrentExecutionInfo()) { mergeCurrentExecutionInfo(other.getCurrentExecutionInfo()); } if (other.hasSpecResult()) { mergeSpecResult(other.getSpecResult()); } if (other.getStream() != 0) { setStream(other.getStream()); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { input.readMessage( getCurrentExecutionInfoFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 case 18: { input.readMessage( getSpecResultFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000002; break; } // case 18 case 24: { stream_ = input.readInt32(); bitField0_ |= 0x00000004; break; } // case 24 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private gauge.messages.Messages.ExecutionInfo currentExecutionInfo_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder> currentExecutionInfoBuilder_; /** *
       * / Holds the current spec execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return Whether the currentExecutionInfo field is set. */ public boolean hasCurrentExecutionInfo() { return ((bitField0_ & 0x00000001) != 0); } /** *
       * / Holds the current spec execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return The currentExecutionInfo. */ public gauge.messages.Messages.ExecutionInfo getCurrentExecutionInfo() { if (currentExecutionInfoBuilder_ == null) { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } else { return currentExecutionInfoBuilder_.getMessage(); } } /** *
       * / Holds the current spec execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder setCurrentExecutionInfo(gauge.messages.Messages.ExecutionInfo value) { if (currentExecutionInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } currentExecutionInfo_ = value; } else { currentExecutionInfoBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Holds the current spec execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder setCurrentExecutionInfo( gauge.messages.Messages.ExecutionInfo.Builder builderForValue) { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfo_ = builderForValue.build(); } else { currentExecutionInfoBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Holds the current spec execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder mergeCurrentExecutionInfo(gauge.messages.Messages.ExecutionInfo value) { if (currentExecutionInfoBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && currentExecutionInfo_ != null && currentExecutionInfo_ != gauge.messages.Messages.ExecutionInfo.getDefaultInstance()) { getCurrentExecutionInfoBuilder().mergeFrom(value); } else { currentExecutionInfo_ = value; } } else { currentExecutionInfoBuilder_.mergeFrom(value); } if (currentExecutionInfo_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** *
       * / Holds the current spec execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder clearCurrentExecutionInfo() { bitField0_ = (bitField0_ & ~0x00000001); currentExecutionInfo_ = null; if (currentExecutionInfoBuilder_ != null) { currentExecutionInfoBuilder_.dispose(); currentExecutionInfoBuilder_ = null; } onChanged(); return this; } /** *
       * / Holds the current spec execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public gauge.messages.Messages.ExecutionInfo.Builder getCurrentExecutionInfoBuilder() { bitField0_ |= 0x00000001; onChanged(); return getCurrentExecutionInfoFieldBuilder().getBuilder(); } /** *
       * / Holds the current spec execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder() { if (currentExecutionInfoBuilder_ != null) { return currentExecutionInfoBuilder_.getMessageOrBuilder(); } else { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } } /** *
       * / Holds the current spec execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder> getCurrentExecutionInfoFieldBuilder() { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfoBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder>( getCurrentExecutionInfo(), getParentForChildren(), isClean()); currentExecutionInfo_ = null; } return currentExecutionInfoBuilder_; } private gauge.messages.Spec.ProtoSpecResult specResult_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoSpecResult, gauge.messages.Spec.ProtoSpecResult.Builder, gauge.messages.Spec.ProtoSpecResultOrBuilder> specResultBuilder_; /** *
       * / Holds the specs result in spec execution ending.
       * 
* * .gauge.messages.ProtoSpecResult specResult = 2; * @return Whether the specResult field is set. */ public boolean hasSpecResult() { return ((bitField0_ & 0x00000002) != 0); } /** *
       * / Holds the specs result in spec execution ending.
       * 
* * .gauge.messages.ProtoSpecResult specResult = 2; * @return The specResult. */ public gauge.messages.Spec.ProtoSpecResult getSpecResult() { if (specResultBuilder_ == null) { return specResult_ == null ? gauge.messages.Spec.ProtoSpecResult.getDefaultInstance() : specResult_; } else { return specResultBuilder_.getMessage(); } } /** *
       * / Holds the specs result in spec execution ending.
       * 
* * .gauge.messages.ProtoSpecResult specResult = 2; */ public Builder setSpecResult(gauge.messages.Spec.ProtoSpecResult value) { if (specResultBuilder_ == null) { if (value == null) { throw new NullPointerException(); } specResult_ = value; } else { specResultBuilder_.setMessage(value); } bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / Holds the specs result in spec execution ending.
       * 
* * .gauge.messages.ProtoSpecResult specResult = 2; */ public Builder setSpecResult( gauge.messages.Spec.ProtoSpecResult.Builder builderForValue) { if (specResultBuilder_ == null) { specResult_ = builderForValue.build(); } else { specResultBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / Holds the specs result in spec execution ending.
       * 
* * .gauge.messages.ProtoSpecResult specResult = 2; */ public Builder mergeSpecResult(gauge.messages.Spec.ProtoSpecResult value) { if (specResultBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0) && specResult_ != null && specResult_ != gauge.messages.Spec.ProtoSpecResult.getDefaultInstance()) { getSpecResultBuilder().mergeFrom(value); } else { specResult_ = value; } } else { specResultBuilder_.mergeFrom(value); } if (specResult_ != null) { bitField0_ |= 0x00000002; onChanged(); } return this; } /** *
       * / Holds the specs result in spec execution ending.
       * 
* * .gauge.messages.ProtoSpecResult specResult = 2; */ public Builder clearSpecResult() { bitField0_ = (bitField0_ & ~0x00000002); specResult_ = null; if (specResultBuilder_ != null) { specResultBuilder_.dispose(); specResultBuilder_ = null; } onChanged(); return this; } /** *
       * / Holds the specs result in spec execution ending.
       * 
* * .gauge.messages.ProtoSpecResult specResult = 2; */ public gauge.messages.Spec.ProtoSpecResult.Builder getSpecResultBuilder() { bitField0_ |= 0x00000002; onChanged(); return getSpecResultFieldBuilder().getBuilder(); } /** *
       * / Holds the specs result in spec execution ending.
       * 
* * .gauge.messages.ProtoSpecResult specResult = 2; */ public gauge.messages.Spec.ProtoSpecResultOrBuilder getSpecResultOrBuilder() { if (specResultBuilder_ != null) { return specResultBuilder_.getMessageOrBuilder(); } else { return specResult_ == null ? gauge.messages.Spec.ProtoSpecResult.getDefaultInstance() : specResult_; } } /** *
       * / Holds the specs result in spec execution ending.
       * 
* * .gauge.messages.ProtoSpecResult specResult = 2; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoSpecResult, gauge.messages.Spec.ProtoSpecResult.Builder, gauge.messages.Spec.ProtoSpecResultOrBuilder> getSpecResultFieldBuilder() { if (specResultBuilder_ == null) { specResultBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoSpecResult, gauge.messages.Spec.ProtoSpecResult.Builder, gauge.messages.Spec.ProtoSpecResultOrBuilder>( getSpecResult(), getParentForChildren(), isClean()); specResult_ = null; } return specResultBuilder_; } private int stream_ ; /** * int32 stream = 3; * @return The stream. */ @java.lang.Override public int getStream() { return stream_; } /** * int32 stream = 3; * @param value The stream to set. * @return This builder for chaining. */ public Builder setStream(int value) { stream_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** * int32 stream = 3; * @return This builder for chaining. */ public Builder clearStream() { bitField0_ = (bitField0_ & ~0x00000004); stream_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.SpecExecutionEndingRequest) } // @@protoc_insertion_point(class_scope:gauge.messages.SpecExecutionEndingRequest) private static final gauge.messages.Messages.SpecExecutionEndingRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.SpecExecutionEndingRequest(); } public static gauge.messages.Messages.SpecExecutionEndingRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public SpecExecutionEndingRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.SpecExecutionEndingRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ScenarioExecutionStartingRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.ScenarioExecutionStartingRequest) com.google.protobuf.MessageOrBuilder { /** *
     * / Holds the current sceanrio execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return Whether the currentExecutionInfo field is set. */ boolean hasCurrentExecutionInfo(); /** *
     * / Holds the current sceanrio execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return The currentExecutionInfo. */ gauge.messages.Messages.ExecutionInfo getCurrentExecutionInfo(); /** *
     * / Holds the current sceanrio execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder(); /** *
     * / Holds the scenarion result in scenarion execution starting.
     * / Some fields will not be populated before execution.
     * 
* * .gauge.messages.ProtoScenarioResult scenarioResult = 2; * @return Whether the scenarioResult field is set. */ boolean hasScenarioResult(); /** *
     * / Holds the scenarion result in scenarion execution starting.
     * / Some fields will not be populated before execution.
     * 
* * .gauge.messages.ProtoScenarioResult scenarioResult = 2; * @return The scenarioResult. */ gauge.messages.Spec.ProtoScenarioResult getScenarioResult(); /** *
     * / Holds the scenarion result in scenarion execution starting.
     * / Some fields will not be populated before execution.
     * 
* * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ gauge.messages.Spec.ProtoScenarioResultOrBuilder getScenarioResultOrBuilder(); /** * int32 stream = 3; * @return The stream. */ int getStream(); } /** *
   * / Sent at start of Scenario Execution. Tells the runner to execute `before_scenario` hook.
   * 
* * Protobuf type {@code gauge.messages.ScenarioExecutionStartingRequest} */ public static final class ScenarioExecutionStartingRequest extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.ScenarioExecutionStartingRequest) ScenarioExecutionStartingRequestOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", ScenarioExecutionStartingRequest.class.getName()); } // Use ScenarioExecutionStartingRequest.newBuilder() to construct. private ScenarioExecutionStartingRequest(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private ScenarioExecutionStartingRequest() { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ScenarioExecutionStartingRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ScenarioExecutionStartingRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ScenarioExecutionStartingRequest.class, gauge.messages.Messages.ScenarioExecutionStartingRequest.Builder.class); } private int bitField0_; public static final int CURRENTEXECUTIONINFO_FIELD_NUMBER = 1; private gauge.messages.Messages.ExecutionInfo currentExecutionInfo_; /** *
     * / Holds the current sceanrio execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return Whether the currentExecutionInfo field is set. */ @java.lang.Override public boolean hasCurrentExecutionInfo() { return ((bitField0_ & 0x00000001) != 0); } /** *
     * / Holds the current sceanrio execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return The currentExecutionInfo. */ @java.lang.Override public gauge.messages.Messages.ExecutionInfo getCurrentExecutionInfo() { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } /** *
     * / Holds the current sceanrio execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ @java.lang.Override public gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder() { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } public static final int SCENARIORESULT_FIELD_NUMBER = 2; private gauge.messages.Spec.ProtoScenarioResult scenarioResult_; /** *
     * / Holds the scenarion result in scenarion execution starting.
     * / Some fields will not be populated before execution.
     * 
* * .gauge.messages.ProtoScenarioResult scenarioResult = 2; * @return Whether the scenarioResult field is set. */ @java.lang.Override public boolean hasScenarioResult() { return ((bitField0_ & 0x00000002) != 0); } /** *
     * / Holds the scenarion result in scenarion execution starting.
     * / Some fields will not be populated before execution.
     * 
* * .gauge.messages.ProtoScenarioResult scenarioResult = 2; * @return The scenarioResult. */ @java.lang.Override public gauge.messages.Spec.ProtoScenarioResult getScenarioResult() { return scenarioResult_ == null ? gauge.messages.Spec.ProtoScenarioResult.getDefaultInstance() : scenarioResult_; } /** *
     * / Holds the scenarion result in scenarion execution starting.
     * / Some fields will not be populated before execution.
     * 
* * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ @java.lang.Override public gauge.messages.Spec.ProtoScenarioResultOrBuilder getScenarioResultOrBuilder() { return scenarioResult_ == null ? gauge.messages.Spec.ProtoScenarioResult.getDefaultInstance() : scenarioResult_; } public static final int STREAM_FIELD_NUMBER = 3; private int stream_ = 0; /** * int32 stream = 3; * @return The stream. */ @java.lang.Override public int getStream() { return stream_; } 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 (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getCurrentExecutionInfo()); } if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(2, getScenarioResult()); } if (stream_ != 0) { output.writeInt32(3, stream_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getCurrentExecutionInfo()); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getScenarioResult()); } if (stream_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(3, stream_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ScenarioExecutionStartingRequest)) { return super.equals(obj); } gauge.messages.Messages.ScenarioExecutionStartingRequest other = (gauge.messages.Messages.ScenarioExecutionStartingRequest) obj; if (hasCurrentExecutionInfo() != other.hasCurrentExecutionInfo()) return false; if (hasCurrentExecutionInfo()) { if (!getCurrentExecutionInfo() .equals(other.getCurrentExecutionInfo())) return false; } if (hasScenarioResult() != other.hasScenarioResult()) return false; if (hasScenarioResult()) { if (!getScenarioResult() .equals(other.getScenarioResult())) return false; } if (getStream() != other.getStream()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasCurrentExecutionInfo()) { hash = (37 * hash) + CURRENTEXECUTIONINFO_FIELD_NUMBER; hash = (53 * hash) + getCurrentExecutionInfo().hashCode(); } if (hasScenarioResult()) { hash = (37 * hash) + SCENARIORESULT_FIELD_NUMBER; hash = (53 * hash) + getScenarioResult().hashCode(); } hash = (37 * hash) + STREAM_FIELD_NUMBER; hash = (53 * hash) + getStream(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.ScenarioExecutionStartingRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ScenarioExecutionStartingRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ScenarioExecutionStartingRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ScenarioExecutionStartingRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ScenarioExecutionStartingRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ScenarioExecutionStartingRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ScenarioExecutionStartingRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ScenarioExecutionStartingRequest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ScenarioExecutionStartingRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.ScenarioExecutionStartingRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ScenarioExecutionStartingRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ScenarioExecutionStartingRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.ScenarioExecutionStartingRequest 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Sent at start of Scenario Execution. Tells the runner to execute `before_scenario` hook.
     * 
* * Protobuf type {@code gauge.messages.ScenarioExecutionStartingRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.ScenarioExecutionStartingRequest) gauge.messages.Messages.ScenarioExecutionStartingRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ScenarioExecutionStartingRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ScenarioExecutionStartingRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ScenarioExecutionStartingRequest.class, gauge.messages.Messages.ScenarioExecutionStartingRequest.Builder.class); } // Construct using gauge.messages.Messages.ScenarioExecutionStartingRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCurrentExecutionInfoFieldBuilder(); getScenarioResultFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; currentExecutionInfo_ = null; if (currentExecutionInfoBuilder_ != null) { currentExecutionInfoBuilder_.dispose(); currentExecutionInfoBuilder_ = null; } scenarioResult_ = null; if (scenarioResultBuilder_ != null) { scenarioResultBuilder_.dispose(); scenarioResultBuilder_ = null; } stream_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_ScenarioExecutionStartingRequest_descriptor; } @java.lang.Override public gauge.messages.Messages.ScenarioExecutionStartingRequest getDefaultInstanceForType() { return gauge.messages.Messages.ScenarioExecutionStartingRequest.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.ScenarioExecutionStartingRequest build() { gauge.messages.Messages.ScenarioExecutionStartingRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.ScenarioExecutionStartingRequest buildPartial() { gauge.messages.Messages.ScenarioExecutionStartingRequest result = new gauge.messages.Messages.ScenarioExecutionStartingRequest(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.ScenarioExecutionStartingRequest result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.currentExecutionInfo_ = currentExecutionInfoBuilder_ == null ? currentExecutionInfo_ : currentExecutionInfoBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.scenarioResult_ = scenarioResultBuilder_ == null ? scenarioResult_ : scenarioResultBuilder_.build(); to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000004) != 0)) { result.stream_ = stream_; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.ScenarioExecutionStartingRequest) { return mergeFrom((gauge.messages.Messages.ScenarioExecutionStartingRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.ScenarioExecutionStartingRequest other) { if (other == gauge.messages.Messages.ScenarioExecutionStartingRequest.getDefaultInstance()) return this; if (other.hasCurrentExecutionInfo()) { mergeCurrentExecutionInfo(other.getCurrentExecutionInfo()); } if (other.hasScenarioResult()) { mergeScenarioResult(other.getScenarioResult()); } if (other.getStream() != 0) { setStream(other.getStream()); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { input.readMessage( getCurrentExecutionInfoFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 case 18: { input.readMessage( getScenarioResultFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000002; break; } // case 18 case 24: { stream_ = input.readInt32(); bitField0_ |= 0x00000004; break; } // case 24 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private gauge.messages.Messages.ExecutionInfo currentExecutionInfo_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder> currentExecutionInfoBuilder_; /** *
       * / Holds the current sceanrio execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return Whether the currentExecutionInfo field is set. */ public boolean hasCurrentExecutionInfo() { return ((bitField0_ & 0x00000001) != 0); } /** *
       * / Holds the current sceanrio execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return The currentExecutionInfo. */ public gauge.messages.Messages.ExecutionInfo getCurrentExecutionInfo() { if (currentExecutionInfoBuilder_ == null) { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } else { return currentExecutionInfoBuilder_.getMessage(); } } /** *
       * / Holds the current sceanrio execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder setCurrentExecutionInfo(gauge.messages.Messages.ExecutionInfo value) { if (currentExecutionInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } currentExecutionInfo_ = value; } else { currentExecutionInfoBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Holds the current sceanrio execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder setCurrentExecutionInfo( gauge.messages.Messages.ExecutionInfo.Builder builderForValue) { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfo_ = builderForValue.build(); } else { currentExecutionInfoBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Holds the current sceanrio execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder mergeCurrentExecutionInfo(gauge.messages.Messages.ExecutionInfo value) { if (currentExecutionInfoBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && currentExecutionInfo_ != null && currentExecutionInfo_ != gauge.messages.Messages.ExecutionInfo.getDefaultInstance()) { getCurrentExecutionInfoBuilder().mergeFrom(value); } else { currentExecutionInfo_ = value; } } else { currentExecutionInfoBuilder_.mergeFrom(value); } if (currentExecutionInfo_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** *
       * / Holds the current sceanrio execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder clearCurrentExecutionInfo() { bitField0_ = (bitField0_ & ~0x00000001); currentExecutionInfo_ = null; if (currentExecutionInfoBuilder_ != null) { currentExecutionInfoBuilder_.dispose(); currentExecutionInfoBuilder_ = null; } onChanged(); return this; } /** *
       * / Holds the current sceanrio execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public gauge.messages.Messages.ExecutionInfo.Builder getCurrentExecutionInfoBuilder() { bitField0_ |= 0x00000001; onChanged(); return getCurrentExecutionInfoFieldBuilder().getBuilder(); } /** *
       * / Holds the current sceanrio execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder() { if (currentExecutionInfoBuilder_ != null) { return currentExecutionInfoBuilder_.getMessageOrBuilder(); } else { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } } /** *
       * / Holds the current sceanrio execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder> getCurrentExecutionInfoFieldBuilder() { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfoBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder>( getCurrentExecutionInfo(), getParentForChildren(), isClean()); currentExecutionInfo_ = null; } return currentExecutionInfoBuilder_; } private gauge.messages.Spec.ProtoScenarioResult scenarioResult_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoScenarioResult, gauge.messages.Spec.ProtoScenarioResult.Builder, gauge.messages.Spec.ProtoScenarioResultOrBuilder> scenarioResultBuilder_; /** *
       * / Holds the scenarion result in scenarion execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoScenarioResult scenarioResult = 2; * @return Whether the scenarioResult field is set. */ public boolean hasScenarioResult() { return ((bitField0_ & 0x00000002) != 0); } /** *
       * / Holds the scenarion result in scenarion execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoScenarioResult scenarioResult = 2; * @return The scenarioResult. */ public gauge.messages.Spec.ProtoScenarioResult getScenarioResult() { if (scenarioResultBuilder_ == null) { return scenarioResult_ == null ? gauge.messages.Spec.ProtoScenarioResult.getDefaultInstance() : scenarioResult_; } else { return scenarioResultBuilder_.getMessage(); } } /** *
       * / Holds the scenarion result in scenarion execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ public Builder setScenarioResult(gauge.messages.Spec.ProtoScenarioResult value) { if (scenarioResultBuilder_ == null) { if (value == null) { throw new NullPointerException(); } scenarioResult_ = value; } else { scenarioResultBuilder_.setMessage(value); } bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / Holds the scenarion result in scenarion execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ public Builder setScenarioResult( gauge.messages.Spec.ProtoScenarioResult.Builder builderForValue) { if (scenarioResultBuilder_ == null) { scenarioResult_ = builderForValue.build(); } else { scenarioResultBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / Holds the scenarion result in scenarion execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ public Builder mergeScenarioResult(gauge.messages.Spec.ProtoScenarioResult value) { if (scenarioResultBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0) && scenarioResult_ != null && scenarioResult_ != gauge.messages.Spec.ProtoScenarioResult.getDefaultInstance()) { getScenarioResultBuilder().mergeFrom(value); } else { scenarioResult_ = value; } } else { scenarioResultBuilder_.mergeFrom(value); } if (scenarioResult_ != null) { bitField0_ |= 0x00000002; onChanged(); } return this; } /** *
       * / Holds the scenarion result in scenarion execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ public Builder clearScenarioResult() { bitField0_ = (bitField0_ & ~0x00000002); scenarioResult_ = null; if (scenarioResultBuilder_ != null) { scenarioResultBuilder_.dispose(); scenarioResultBuilder_ = null; } onChanged(); return this; } /** *
       * / Holds the scenarion result in scenarion execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ public gauge.messages.Spec.ProtoScenarioResult.Builder getScenarioResultBuilder() { bitField0_ |= 0x00000002; onChanged(); return getScenarioResultFieldBuilder().getBuilder(); } /** *
       * / Holds the scenarion result in scenarion execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ public gauge.messages.Spec.ProtoScenarioResultOrBuilder getScenarioResultOrBuilder() { if (scenarioResultBuilder_ != null) { return scenarioResultBuilder_.getMessageOrBuilder(); } else { return scenarioResult_ == null ? gauge.messages.Spec.ProtoScenarioResult.getDefaultInstance() : scenarioResult_; } } /** *
       * / Holds the scenarion result in scenarion execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoScenarioResult, gauge.messages.Spec.ProtoScenarioResult.Builder, gauge.messages.Spec.ProtoScenarioResultOrBuilder> getScenarioResultFieldBuilder() { if (scenarioResultBuilder_ == null) { scenarioResultBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoScenarioResult, gauge.messages.Spec.ProtoScenarioResult.Builder, gauge.messages.Spec.ProtoScenarioResultOrBuilder>( getScenarioResult(), getParentForChildren(), isClean()); scenarioResult_ = null; } return scenarioResultBuilder_; } private int stream_ ; /** * int32 stream = 3; * @return The stream. */ @java.lang.Override public int getStream() { return stream_; } /** * int32 stream = 3; * @param value The stream to set. * @return This builder for chaining. */ public Builder setStream(int value) { stream_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** * int32 stream = 3; * @return This builder for chaining. */ public Builder clearStream() { bitField0_ = (bitField0_ & ~0x00000004); stream_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.ScenarioExecutionStartingRequest) } // @@protoc_insertion_point(class_scope:gauge.messages.ScenarioExecutionStartingRequest) private static final gauge.messages.Messages.ScenarioExecutionStartingRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.ScenarioExecutionStartingRequest(); } public static gauge.messages.Messages.ScenarioExecutionStartingRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ScenarioExecutionStartingRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.ScenarioExecutionStartingRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ScenarioExecutionEndingRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.ScenarioExecutionEndingRequest) com.google.protobuf.MessageOrBuilder { /** *
     * / Holds the current scenario execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return Whether the currentExecutionInfo field is set. */ boolean hasCurrentExecutionInfo(); /** *
     * / Holds the current scenario execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return The currentExecutionInfo. */ gauge.messages.Messages.ExecutionInfo getCurrentExecutionInfo(); /** *
     * / Holds the current scenario execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder(); /** * .gauge.messages.ProtoScenarioResult scenarioResult = 2; * @return Whether the scenarioResult field is set. */ boolean hasScenarioResult(); /** * .gauge.messages.ProtoScenarioResult scenarioResult = 2; * @return The scenarioResult. */ gauge.messages.Spec.ProtoScenarioResult getScenarioResult(); /** * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ gauge.messages.Spec.ProtoScenarioResultOrBuilder getScenarioResultOrBuilder(); /** * int32 stream = 3; * @return The stream. */ int getStream(); } /** *
   * / Sent at end of Scenario Execution. Tells the runner to execute `after_scenario` hook.
   * 
* * Protobuf type {@code gauge.messages.ScenarioExecutionEndingRequest} */ public static final class ScenarioExecutionEndingRequest extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.ScenarioExecutionEndingRequest) ScenarioExecutionEndingRequestOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", ScenarioExecutionEndingRequest.class.getName()); } // Use ScenarioExecutionEndingRequest.newBuilder() to construct. private ScenarioExecutionEndingRequest(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private ScenarioExecutionEndingRequest() { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ScenarioExecutionEndingRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ScenarioExecutionEndingRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ScenarioExecutionEndingRequest.class, gauge.messages.Messages.ScenarioExecutionEndingRequest.Builder.class); } private int bitField0_; public static final int CURRENTEXECUTIONINFO_FIELD_NUMBER = 1; private gauge.messages.Messages.ExecutionInfo currentExecutionInfo_; /** *
     * / Holds the current scenario execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return Whether the currentExecutionInfo field is set. */ @java.lang.Override public boolean hasCurrentExecutionInfo() { return ((bitField0_ & 0x00000001) != 0); } /** *
     * / Holds the current scenario execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return The currentExecutionInfo. */ @java.lang.Override public gauge.messages.Messages.ExecutionInfo getCurrentExecutionInfo() { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } /** *
     * / Holds the current scenario execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ @java.lang.Override public gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder() { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } public static final int SCENARIORESULT_FIELD_NUMBER = 2; private gauge.messages.Spec.ProtoScenarioResult scenarioResult_; /** * .gauge.messages.ProtoScenarioResult scenarioResult = 2; * @return Whether the scenarioResult field is set. */ @java.lang.Override public boolean hasScenarioResult() { return ((bitField0_ & 0x00000002) != 0); } /** * .gauge.messages.ProtoScenarioResult scenarioResult = 2; * @return The scenarioResult. */ @java.lang.Override public gauge.messages.Spec.ProtoScenarioResult getScenarioResult() { return scenarioResult_ == null ? gauge.messages.Spec.ProtoScenarioResult.getDefaultInstance() : scenarioResult_; } /** * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ @java.lang.Override public gauge.messages.Spec.ProtoScenarioResultOrBuilder getScenarioResultOrBuilder() { return scenarioResult_ == null ? gauge.messages.Spec.ProtoScenarioResult.getDefaultInstance() : scenarioResult_; } public static final int STREAM_FIELD_NUMBER = 3; private int stream_ = 0; /** * int32 stream = 3; * @return The stream. */ @java.lang.Override public int getStream() { return stream_; } 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 (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getCurrentExecutionInfo()); } if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(2, getScenarioResult()); } if (stream_ != 0) { output.writeInt32(3, stream_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getCurrentExecutionInfo()); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getScenarioResult()); } if (stream_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(3, stream_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ScenarioExecutionEndingRequest)) { return super.equals(obj); } gauge.messages.Messages.ScenarioExecutionEndingRequest other = (gauge.messages.Messages.ScenarioExecutionEndingRequest) obj; if (hasCurrentExecutionInfo() != other.hasCurrentExecutionInfo()) return false; if (hasCurrentExecutionInfo()) { if (!getCurrentExecutionInfo() .equals(other.getCurrentExecutionInfo())) return false; } if (hasScenarioResult() != other.hasScenarioResult()) return false; if (hasScenarioResult()) { if (!getScenarioResult() .equals(other.getScenarioResult())) return false; } if (getStream() != other.getStream()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasCurrentExecutionInfo()) { hash = (37 * hash) + CURRENTEXECUTIONINFO_FIELD_NUMBER; hash = (53 * hash) + getCurrentExecutionInfo().hashCode(); } if (hasScenarioResult()) { hash = (37 * hash) + SCENARIORESULT_FIELD_NUMBER; hash = (53 * hash) + getScenarioResult().hashCode(); } hash = (37 * hash) + STREAM_FIELD_NUMBER; hash = (53 * hash) + getStream(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.ScenarioExecutionEndingRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ScenarioExecutionEndingRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ScenarioExecutionEndingRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ScenarioExecutionEndingRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ScenarioExecutionEndingRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ScenarioExecutionEndingRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ScenarioExecutionEndingRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ScenarioExecutionEndingRequest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ScenarioExecutionEndingRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.ScenarioExecutionEndingRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ScenarioExecutionEndingRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ScenarioExecutionEndingRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.ScenarioExecutionEndingRequest 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Sent at end of Scenario Execution. Tells the runner to execute `after_scenario` hook.
     * 
* * Protobuf type {@code gauge.messages.ScenarioExecutionEndingRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.ScenarioExecutionEndingRequest) gauge.messages.Messages.ScenarioExecutionEndingRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ScenarioExecutionEndingRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ScenarioExecutionEndingRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ScenarioExecutionEndingRequest.class, gauge.messages.Messages.ScenarioExecutionEndingRequest.Builder.class); } // Construct using gauge.messages.Messages.ScenarioExecutionEndingRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCurrentExecutionInfoFieldBuilder(); getScenarioResultFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; currentExecutionInfo_ = null; if (currentExecutionInfoBuilder_ != null) { currentExecutionInfoBuilder_.dispose(); currentExecutionInfoBuilder_ = null; } scenarioResult_ = null; if (scenarioResultBuilder_ != null) { scenarioResultBuilder_.dispose(); scenarioResultBuilder_ = null; } stream_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_ScenarioExecutionEndingRequest_descriptor; } @java.lang.Override public gauge.messages.Messages.ScenarioExecutionEndingRequest getDefaultInstanceForType() { return gauge.messages.Messages.ScenarioExecutionEndingRequest.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.ScenarioExecutionEndingRequest build() { gauge.messages.Messages.ScenarioExecutionEndingRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.ScenarioExecutionEndingRequest buildPartial() { gauge.messages.Messages.ScenarioExecutionEndingRequest result = new gauge.messages.Messages.ScenarioExecutionEndingRequest(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.ScenarioExecutionEndingRequest result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.currentExecutionInfo_ = currentExecutionInfoBuilder_ == null ? currentExecutionInfo_ : currentExecutionInfoBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.scenarioResult_ = scenarioResultBuilder_ == null ? scenarioResult_ : scenarioResultBuilder_.build(); to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000004) != 0)) { result.stream_ = stream_; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.ScenarioExecutionEndingRequest) { return mergeFrom((gauge.messages.Messages.ScenarioExecutionEndingRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.ScenarioExecutionEndingRequest other) { if (other == gauge.messages.Messages.ScenarioExecutionEndingRequest.getDefaultInstance()) return this; if (other.hasCurrentExecutionInfo()) { mergeCurrentExecutionInfo(other.getCurrentExecutionInfo()); } if (other.hasScenarioResult()) { mergeScenarioResult(other.getScenarioResult()); } if (other.getStream() != 0) { setStream(other.getStream()); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { input.readMessage( getCurrentExecutionInfoFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 case 18: { input.readMessage( getScenarioResultFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000002; break; } // case 18 case 24: { stream_ = input.readInt32(); bitField0_ |= 0x00000004; break; } // case 24 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private gauge.messages.Messages.ExecutionInfo currentExecutionInfo_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder> currentExecutionInfoBuilder_; /** *
       * / Holds the current scenario execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return Whether the currentExecutionInfo field is set. */ public boolean hasCurrentExecutionInfo() { return ((bitField0_ & 0x00000001) != 0); } /** *
       * / Holds the current scenario execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return The currentExecutionInfo. */ public gauge.messages.Messages.ExecutionInfo getCurrentExecutionInfo() { if (currentExecutionInfoBuilder_ == null) { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } else { return currentExecutionInfoBuilder_.getMessage(); } } /** *
       * / Holds the current scenario execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder setCurrentExecutionInfo(gauge.messages.Messages.ExecutionInfo value) { if (currentExecutionInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } currentExecutionInfo_ = value; } else { currentExecutionInfoBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Holds the current scenario execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder setCurrentExecutionInfo( gauge.messages.Messages.ExecutionInfo.Builder builderForValue) { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfo_ = builderForValue.build(); } else { currentExecutionInfoBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Holds the current scenario execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder mergeCurrentExecutionInfo(gauge.messages.Messages.ExecutionInfo value) { if (currentExecutionInfoBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && currentExecutionInfo_ != null && currentExecutionInfo_ != gauge.messages.Messages.ExecutionInfo.getDefaultInstance()) { getCurrentExecutionInfoBuilder().mergeFrom(value); } else { currentExecutionInfo_ = value; } } else { currentExecutionInfoBuilder_.mergeFrom(value); } if (currentExecutionInfo_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** *
       * / Holds the current scenario execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder clearCurrentExecutionInfo() { bitField0_ = (bitField0_ & ~0x00000001); currentExecutionInfo_ = null; if (currentExecutionInfoBuilder_ != null) { currentExecutionInfoBuilder_.dispose(); currentExecutionInfoBuilder_ = null; } onChanged(); return this; } /** *
       * / Holds the current scenario execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public gauge.messages.Messages.ExecutionInfo.Builder getCurrentExecutionInfoBuilder() { bitField0_ |= 0x00000001; onChanged(); return getCurrentExecutionInfoFieldBuilder().getBuilder(); } /** *
       * / Holds the current scenario execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder() { if (currentExecutionInfoBuilder_ != null) { return currentExecutionInfoBuilder_.getMessageOrBuilder(); } else { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } } /** *
       * / Holds the current scenario execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder> getCurrentExecutionInfoFieldBuilder() { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfoBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder>( getCurrentExecutionInfo(), getParentForChildren(), isClean()); currentExecutionInfo_ = null; } return currentExecutionInfoBuilder_; } private gauge.messages.Spec.ProtoScenarioResult scenarioResult_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoScenarioResult, gauge.messages.Spec.ProtoScenarioResult.Builder, gauge.messages.Spec.ProtoScenarioResultOrBuilder> scenarioResultBuilder_; /** * .gauge.messages.ProtoScenarioResult scenarioResult = 2; * @return Whether the scenarioResult field is set. */ public boolean hasScenarioResult() { return ((bitField0_ & 0x00000002) != 0); } /** * .gauge.messages.ProtoScenarioResult scenarioResult = 2; * @return The scenarioResult. */ public gauge.messages.Spec.ProtoScenarioResult getScenarioResult() { if (scenarioResultBuilder_ == null) { return scenarioResult_ == null ? gauge.messages.Spec.ProtoScenarioResult.getDefaultInstance() : scenarioResult_; } else { return scenarioResultBuilder_.getMessage(); } } /** * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ public Builder setScenarioResult(gauge.messages.Spec.ProtoScenarioResult value) { if (scenarioResultBuilder_ == null) { if (value == null) { throw new NullPointerException(); } scenarioResult_ = value; } else { scenarioResultBuilder_.setMessage(value); } bitField0_ |= 0x00000002; onChanged(); return this; } /** * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ public Builder setScenarioResult( gauge.messages.Spec.ProtoScenarioResult.Builder builderForValue) { if (scenarioResultBuilder_ == null) { scenarioResult_ = builderForValue.build(); } else { scenarioResultBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000002; onChanged(); return this; } /** * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ public Builder mergeScenarioResult(gauge.messages.Spec.ProtoScenarioResult value) { if (scenarioResultBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0) && scenarioResult_ != null && scenarioResult_ != gauge.messages.Spec.ProtoScenarioResult.getDefaultInstance()) { getScenarioResultBuilder().mergeFrom(value); } else { scenarioResult_ = value; } } else { scenarioResultBuilder_.mergeFrom(value); } if (scenarioResult_ != null) { bitField0_ |= 0x00000002; onChanged(); } return this; } /** * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ public Builder clearScenarioResult() { bitField0_ = (bitField0_ & ~0x00000002); scenarioResult_ = null; if (scenarioResultBuilder_ != null) { scenarioResultBuilder_.dispose(); scenarioResultBuilder_ = null; } onChanged(); return this; } /** * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ public gauge.messages.Spec.ProtoScenarioResult.Builder getScenarioResultBuilder() { bitField0_ |= 0x00000002; onChanged(); return getScenarioResultFieldBuilder().getBuilder(); } /** * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ public gauge.messages.Spec.ProtoScenarioResultOrBuilder getScenarioResultOrBuilder() { if (scenarioResultBuilder_ != null) { return scenarioResultBuilder_.getMessageOrBuilder(); } else { return scenarioResult_ == null ? gauge.messages.Spec.ProtoScenarioResult.getDefaultInstance() : scenarioResult_; } } /** * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoScenarioResult, gauge.messages.Spec.ProtoScenarioResult.Builder, gauge.messages.Spec.ProtoScenarioResultOrBuilder> getScenarioResultFieldBuilder() { if (scenarioResultBuilder_ == null) { scenarioResultBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoScenarioResult, gauge.messages.Spec.ProtoScenarioResult.Builder, gauge.messages.Spec.ProtoScenarioResultOrBuilder>( getScenarioResult(), getParentForChildren(), isClean()); scenarioResult_ = null; } return scenarioResultBuilder_; } private int stream_ ; /** * int32 stream = 3; * @return The stream. */ @java.lang.Override public int getStream() { return stream_; } /** * int32 stream = 3; * @param value The stream to set. * @return This builder for chaining. */ public Builder setStream(int value) { stream_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** * int32 stream = 3; * @return This builder for chaining. */ public Builder clearStream() { bitField0_ = (bitField0_ & ~0x00000004); stream_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.ScenarioExecutionEndingRequest) } // @@protoc_insertion_point(class_scope:gauge.messages.ScenarioExecutionEndingRequest) private static final gauge.messages.Messages.ScenarioExecutionEndingRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.ScenarioExecutionEndingRequest(); } public static gauge.messages.Messages.ScenarioExecutionEndingRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ScenarioExecutionEndingRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.ScenarioExecutionEndingRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface StepExecutionStartingRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.StepExecutionStartingRequest) com.google.protobuf.MessageOrBuilder { /** *
     * / Holds the current step execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return Whether the currentExecutionInfo field is set. */ boolean hasCurrentExecutionInfo(); /** *
     * / Holds the current step execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return The currentExecutionInfo. */ gauge.messages.Messages.ExecutionInfo getCurrentExecutionInfo(); /** *
     * / Holds the current step execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder(); /** *
     * / Holds step result in step execution starting.
     * / Some fields will not be populated before execution.
     * 
* * .gauge.messages.ProtoStepResult stepResult = 2; * @return Whether the stepResult field is set. */ boolean hasStepResult(); /** *
     * / Holds step result in step execution starting.
     * / Some fields will not be populated before execution.
     * 
* * .gauge.messages.ProtoStepResult stepResult = 2; * @return The stepResult. */ gauge.messages.Spec.ProtoStepResult getStepResult(); /** *
     * / Holds step result in step execution starting.
     * / Some fields will not be populated before execution.
     * 
* * .gauge.messages.ProtoStepResult stepResult = 2; */ gauge.messages.Spec.ProtoStepResultOrBuilder getStepResultOrBuilder(); /** * int32 stream = 3; * @return The stream. */ int getStream(); } /** *
   * / Sent at start of Step Execution. Tells the runner to execute `before_step` hook.
   * 
* * Protobuf type {@code gauge.messages.StepExecutionStartingRequest} */ public static final class StepExecutionStartingRequest extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.StepExecutionStartingRequest) StepExecutionStartingRequestOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", StepExecutionStartingRequest.class.getName()); } // Use StepExecutionStartingRequest.newBuilder() to construct. private StepExecutionStartingRequest(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private StepExecutionStartingRequest() { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_StepExecutionStartingRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StepExecutionStartingRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StepExecutionStartingRequest.class, gauge.messages.Messages.StepExecutionStartingRequest.Builder.class); } private int bitField0_; public static final int CURRENTEXECUTIONINFO_FIELD_NUMBER = 1; private gauge.messages.Messages.ExecutionInfo currentExecutionInfo_; /** *
     * / Holds the current step execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return Whether the currentExecutionInfo field is set. */ @java.lang.Override public boolean hasCurrentExecutionInfo() { return ((bitField0_ & 0x00000001) != 0); } /** *
     * / Holds the current step execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return The currentExecutionInfo. */ @java.lang.Override public gauge.messages.Messages.ExecutionInfo getCurrentExecutionInfo() { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } /** *
     * / Holds the current step execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ @java.lang.Override public gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder() { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } public static final int STEPRESULT_FIELD_NUMBER = 2; private gauge.messages.Spec.ProtoStepResult stepResult_; /** *
     * / Holds step result in step execution starting.
     * / Some fields will not be populated before execution.
     * 
* * .gauge.messages.ProtoStepResult stepResult = 2; * @return Whether the stepResult field is set. */ @java.lang.Override public boolean hasStepResult() { return ((bitField0_ & 0x00000002) != 0); } /** *
     * / Holds step result in step execution starting.
     * / Some fields will not be populated before execution.
     * 
* * .gauge.messages.ProtoStepResult stepResult = 2; * @return The stepResult. */ @java.lang.Override public gauge.messages.Spec.ProtoStepResult getStepResult() { return stepResult_ == null ? gauge.messages.Spec.ProtoStepResult.getDefaultInstance() : stepResult_; } /** *
     * / Holds step result in step execution starting.
     * / Some fields will not be populated before execution.
     * 
* * .gauge.messages.ProtoStepResult stepResult = 2; */ @java.lang.Override public gauge.messages.Spec.ProtoStepResultOrBuilder getStepResultOrBuilder() { return stepResult_ == null ? gauge.messages.Spec.ProtoStepResult.getDefaultInstance() : stepResult_; } public static final int STREAM_FIELD_NUMBER = 3; private int stream_ = 0; /** * int32 stream = 3; * @return The stream. */ @java.lang.Override public int getStream() { return stream_; } 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 (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getCurrentExecutionInfo()); } if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(2, getStepResult()); } if (stream_ != 0) { output.writeInt32(3, stream_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getCurrentExecutionInfo()); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getStepResult()); } if (stream_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(3, stream_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.StepExecutionStartingRequest)) { return super.equals(obj); } gauge.messages.Messages.StepExecutionStartingRequest other = (gauge.messages.Messages.StepExecutionStartingRequest) obj; if (hasCurrentExecutionInfo() != other.hasCurrentExecutionInfo()) return false; if (hasCurrentExecutionInfo()) { if (!getCurrentExecutionInfo() .equals(other.getCurrentExecutionInfo())) return false; } if (hasStepResult() != other.hasStepResult()) return false; if (hasStepResult()) { if (!getStepResult() .equals(other.getStepResult())) return false; } if (getStream() != other.getStream()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasCurrentExecutionInfo()) { hash = (37 * hash) + CURRENTEXECUTIONINFO_FIELD_NUMBER; hash = (53 * hash) + getCurrentExecutionInfo().hashCode(); } if (hasStepResult()) { hash = (37 * hash) + STEPRESULT_FIELD_NUMBER; hash = (53 * hash) + getStepResult().hashCode(); } hash = (37 * hash) + STREAM_FIELD_NUMBER; hash = (53 * hash) + getStream(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.StepExecutionStartingRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepExecutionStartingRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepExecutionStartingRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepExecutionStartingRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepExecutionStartingRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepExecutionStartingRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepExecutionStartingRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.StepExecutionStartingRequest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepExecutionStartingRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.StepExecutionStartingRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepExecutionStartingRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.StepExecutionStartingRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.StepExecutionStartingRequest 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Sent at start of Step Execution. Tells the runner to execute `before_step` hook.
     * 
* * Protobuf type {@code gauge.messages.StepExecutionStartingRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.StepExecutionStartingRequest) gauge.messages.Messages.StepExecutionStartingRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_StepExecutionStartingRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StepExecutionStartingRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StepExecutionStartingRequest.class, gauge.messages.Messages.StepExecutionStartingRequest.Builder.class); } // Construct using gauge.messages.Messages.StepExecutionStartingRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCurrentExecutionInfoFieldBuilder(); getStepResultFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; currentExecutionInfo_ = null; if (currentExecutionInfoBuilder_ != null) { currentExecutionInfoBuilder_.dispose(); currentExecutionInfoBuilder_ = null; } stepResult_ = null; if (stepResultBuilder_ != null) { stepResultBuilder_.dispose(); stepResultBuilder_ = null; } stream_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_StepExecutionStartingRequest_descriptor; } @java.lang.Override public gauge.messages.Messages.StepExecutionStartingRequest getDefaultInstanceForType() { return gauge.messages.Messages.StepExecutionStartingRequest.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.StepExecutionStartingRequest build() { gauge.messages.Messages.StepExecutionStartingRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.StepExecutionStartingRequest buildPartial() { gauge.messages.Messages.StepExecutionStartingRequest result = new gauge.messages.Messages.StepExecutionStartingRequest(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.StepExecutionStartingRequest result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.currentExecutionInfo_ = currentExecutionInfoBuilder_ == null ? currentExecutionInfo_ : currentExecutionInfoBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.stepResult_ = stepResultBuilder_ == null ? stepResult_ : stepResultBuilder_.build(); to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000004) != 0)) { result.stream_ = stream_; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.StepExecutionStartingRequest) { return mergeFrom((gauge.messages.Messages.StepExecutionStartingRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.StepExecutionStartingRequest other) { if (other == gauge.messages.Messages.StepExecutionStartingRequest.getDefaultInstance()) return this; if (other.hasCurrentExecutionInfo()) { mergeCurrentExecutionInfo(other.getCurrentExecutionInfo()); } if (other.hasStepResult()) { mergeStepResult(other.getStepResult()); } if (other.getStream() != 0) { setStream(other.getStream()); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { input.readMessage( getCurrentExecutionInfoFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 case 18: { input.readMessage( getStepResultFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000002; break; } // case 18 case 24: { stream_ = input.readInt32(); bitField0_ |= 0x00000004; break; } // case 24 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private gauge.messages.Messages.ExecutionInfo currentExecutionInfo_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder> currentExecutionInfoBuilder_; /** *
       * / Holds the current step execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return Whether the currentExecutionInfo field is set. */ public boolean hasCurrentExecutionInfo() { return ((bitField0_ & 0x00000001) != 0); } /** *
       * / Holds the current step execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return The currentExecutionInfo. */ public gauge.messages.Messages.ExecutionInfo getCurrentExecutionInfo() { if (currentExecutionInfoBuilder_ == null) { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } else { return currentExecutionInfoBuilder_.getMessage(); } } /** *
       * / Holds the current step execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder setCurrentExecutionInfo(gauge.messages.Messages.ExecutionInfo value) { if (currentExecutionInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } currentExecutionInfo_ = value; } else { currentExecutionInfoBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Holds the current step execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder setCurrentExecutionInfo( gauge.messages.Messages.ExecutionInfo.Builder builderForValue) { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfo_ = builderForValue.build(); } else { currentExecutionInfoBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Holds the current step execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder mergeCurrentExecutionInfo(gauge.messages.Messages.ExecutionInfo value) { if (currentExecutionInfoBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && currentExecutionInfo_ != null && currentExecutionInfo_ != gauge.messages.Messages.ExecutionInfo.getDefaultInstance()) { getCurrentExecutionInfoBuilder().mergeFrom(value); } else { currentExecutionInfo_ = value; } } else { currentExecutionInfoBuilder_.mergeFrom(value); } if (currentExecutionInfo_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** *
       * / Holds the current step execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder clearCurrentExecutionInfo() { bitField0_ = (bitField0_ & ~0x00000001); currentExecutionInfo_ = null; if (currentExecutionInfoBuilder_ != null) { currentExecutionInfoBuilder_.dispose(); currentExecutionInfoBuilder_ = null; } onChanged(); return this; } /** *
       * / Holds the current step execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public gauge.messages.Messages.ExecutionInfo.Builder getCurrentExecutionInfoBuilder() { bitField0_ |= 0x00000001; onChanged(); return getCurrentExecutionInfoFieldBuilder().getBuilder(); } /** *
       * / Holds the current step execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder() { if (currentExecutionInfoBuilder_ != null) { return currentExecutionInfoBuilder_.getMessageOrBuilder(); } else { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } } /** *
       * / Holds the current step execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder> getCurrentExecutionInfoFieldBuilder() { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfoBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder>( getCurrentExecutionInfo(), getParentForChildren(), isClean()); currentExecutionInfo_ = null; } return currentExecutionInfoBuilder_; } private gauge.messages.Spec.ProtoStepResult stepResult_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoStepResult, gauge.messages.Spec.ProtoStepResult.Builder, gauge.messages.Spec.ProtoStepResultOrBuilder> stepResultBuilder_; /** *
       * / Holds step result in step execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoStepResult stepResult = 2; * @return Whether the stepResult field is set. */ public boolean hasStepResult() { return ((bitField0_ & 0x00000002) != 0); } /** *
       * / Holds step result in step execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoStepResult stepResult = 2; * @return The stepResult. */ public gauge.messages.Spec.ProtoStepResult getStepResult() { if (stepResultBuilder_ == null) { return stepResult_ == null ? gauge.messages.Spec.ProtoStepResult.getDefaultInstance() : stepResult_; } else { return stepResultBuilder_.getMessage(); } } /** *
       * / Holds step result in step execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoStepResult stepResult = 2; */ public Builder setStepResult(gauge.messages.Spec.ProtoStepResult value) { if (stepResultBuilder_ == null) { if (value == null) { throw new NullPointerException(); } stepResult_ = value; } else { stepResultBuilder_.setMessage(value); } bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / Holds step result in step execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoStepResult stepResult = 2; */ public Builder setStepResult( gauge.messages.Spec.ProtoStepResult.Builder builderForValue) { if (stepResultBuilder_ == null) { stepResult_ = builderForValue.build(); } else { stepResultBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / Holds step result in step execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoStepResult stepResult = 2; */ public Builder mergeStepResult(gauge.messages.Spec.ProtoStepResult value) { if (stepResultBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0) && stepResult_ != null && stepResult_ != gauge.messages.Spec.ProtoStepResult.getDefaultInstance()) { getStepResultBuilder().mergeFrom(value); } else { stepResult_ = value; } } else { stepResultBuilder_.mergeFrom(value); } if (stepResult_ != null) { bitField0_ |= 0x00000002; onChanged(); } return this; } /** *
       * / Holds step result in step execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoStepResult stepResult = 2; */ public Builder clearStepResult() { bitField0_ = (bitField0_ & ~0x00000002); stepResult_ = null; if (stepResultBuilder_ != null) { stepResultBuilder_.dispose(); stepResultBuilder_ = null; } onChanged(); return this; } /** *
       * / Holds step result in step execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoStepResult stepResult = 2; */ public gauge.messages.Spec.ProtoStepResult.Builder getStepResultBuilder() { bitField0_ |= 0x00000002; onChanged(); return getStepResultFieldBuilder().getBuilder(); } /** *
       * / Holds step result in step execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoStepResult stepResult = 2; */ public gauge.messages.Spec.ProtoStepResultOrBuilder getStepResultOrBuilder() { if (stepResultBuilder_ != null) { return stepResultBuilder_.getMessageOrBuilder(); } else { return stepResult_ == null ? gauge.messages.Spec.ProtoStepResult.getDefaultInstance() : stepResult_; } } /** *
       * / Holds step result in step execution starting.
       * / Some fields will not be populated before execution.
       * 
* * .gauge.messages.ProtoStepResult stepResult = 2; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoStepResult, gauge.messages.Spec.ProtoStepResult.Builder, gauge.messages.Spec.ProtoStepResultOrBuilder> getStepResultFieldBuilder() { if (stepResultBuilder_ == null) { stepResultBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoStepResult, gauge.messages.Spec.ProtoStepResult.Builder, gauge.messages.Spec.ProtoStepResultOrBuilder>( getStepResult(), getParentForChildren(), isClean()); stepResult_ = null; } return stepResultBuilder_; } private int stream_ ; /** * int32 stream = 3; * @return The stream. */ @java.lang.Override public int getStream() { return stream_; } /** * int32 stream = 3; * @param value The stream to set. * @return This builder for chaining. */ public Builder setStream(int value) { stream_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** * int32 stream = 3; * @return This builder for chaining. */ public Builder clearStream() { bitField0_ = (bitField0_ & ~0x00000004); stream_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.StepExecutionStartingRequest) } // @@protoc_insertion_point(class_scope:gauge.messages.StepExecutionStartingRequest) private static final gauge.messages.Messages.StepExecutionStartingRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.StepExecutionStartingRequest(); } public static gauge.messages.Messages.StepExecutionStartingRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public StepExecutionStartingRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.StepExecutionStartingRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface StepExecutionEndingRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.StepExecutionEndingRequest) com.google.protobuf.MessageOrBuilder { /** *
     * / Holds the current step execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return Whether the currentExecutionInfo field is set. */ boolean hasCurrentExecutionInfo(); /** *
     * / Holds the current step execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return The currentExecutionInfo. */ gauge.messages.Messages.ExecutionInfo getCurrentExecutionInfo(); /** *
     * / Holds the current step execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder(); /** *
     * / Holds step result in step execution ending.
     * 
* * .gauge.messages.ProtoStepResult stepResult = 2; * @return Whether the stepResult field is set. */ boolean hasStepResult(); /** *
     * / Holds step result in step execution ending.
     * 
* * .gauge.messages.ProtoStepResult stepResult = 2; * @return The stepResult. */ gauge.messages.Spec.ProtoStepResult getStepResult(); /** *
     * / Holds step result in step execution ending.
     * 
* * .gauge.messages.ProtoStepResult stepResult = 2; */ gauge.messages.Spec.ProtoStepResultOrBuilder getStepResultOrBuilder(); /** * int32 stream = 3; * @return The stream. */ int getStream(); } /** *
   * / Sent at end of Step Execution. Tells the runner to execute `after_step` hook.
   * 
* * Protobuf type {@code gauge.messages.StepExecutionEndingRequest} */ public static final class StepExecutionEndingRequest extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.StepExecutionEndingRequest) StepExecutionEndingRequestOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", StepExecutionEndingRequest.class.getName()); } // Use StepExecutionEndingRequest.newBuilder() to construct. private StepExecutionEndingRequest(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private StepExecutionEndingRequest() { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_StepExecutionEndingRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StepExecutionEndingRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StepExecutionEndingRequest.class, gauge.messages.Messages.StepExecutionEndingRequest.Builder.class); } private int bitField0_; public static final int CURRENTEXECUTIONINFO_FIELD_NUMBER = 1; private gauge.messages.Messages.ExecutionInfo currentExecutionInfo_; /** *
     * / Holds the current step execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return Whether the currentExecutionInfo field is set. */ @java.lang.Override public boolean hasCurrentExecutionInfo() { return ((bitField0_ & 0x00000001) != 0); } /** *
     * / Holds the current step execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return The currentExecutionInfo. */ @java.lang.Override public gauge.messages.Messages.ExecutionInfo getCurrentExecutionInfo() { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } /** *
     * / Holds the current step execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ @java.lang.Override public gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder() { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } public static final int STEPRESULT_FIELD_NUMBER = 2; private gauge.messages.Spec.ProtoStepResult stepResult_; /** *
     * / Holds step result in step execution ending.
     * 
* * .gauge.messages.ProtoStepResult stepResult = 2; * @return Whether the stepResult field is set. */ @java.lang.Override public boolean hasStepResult() { return ((bitField0_ & 0x00000002) != 0); } /** *
     * / Holds step result in step execution ending.
     * 
* * .gauge.messages.ProtoStepResult stepResult = 2; * @return The stepResult. */ @java.lang.Override public gauge.messages.Spec.ProtoStepResult getStepResult() { return stepResult_ == null ? gauge.messages.Spec.ProtoStepResult.getDefaultInstance() : stepResult_; } /** *
     * / Holds step result in step execution ending.
     * 
* * .gauge.messages.ProtoStepResult stepResult = 2; */ @java.lang.Override public gauge.messages.Spec.ProtoStepResultOrBuilder getStepResultOrBuilder() { return stepResult_ == null ? gauge.messages.Spec.ProtoStepResult.getDefaultInstance() : stepResult_; } public static final int STREAM_FIELD_NUMBER = 3; private int stream_ = 0; /** * int32 stream = 3; * @return The stream. */ @java.lang.Override public int getStream() { return stream_; } 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 (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getCurrentExecutionInfo()); } if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(2, getStepResult()); } if (stream_ != 0) { output.writeInt32(3, stream_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getCurrentExecutionInfo()); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getStepResult()); } if (stream_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(3, stream_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.StepExecutionEndingRequest)) { return super.equals(obj); } gauge.messages.Messages.StepExecutionEndingRequest other = (gauge.messages.Messages.StepExecutionEndingRequest) obj; if (hasCurrentExecutionInfo() != other.hasCurrentExecutionInfo()) return false; if (hasCurrentExecutionInfo()) { if (!getCurrentExecutionInfo() .equals(other.getCurrentExecutionInfo())) return false; } if (hasStepResult() != other.hasStepResult()) return false; if (hasStepResult()) { if (!getStepResult() .equals(other.getStepResult())) return false; } if (getStream() != other.getStream()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasCurrentExecutionInfo()) { hash = (37 * hash) + CURRENTEXECUTIONINFO_FIELD_NUMBER; hash = (53 * hash) + getCurrentExecutionInfo().hashCode(); } if (hasStepResult()) { hash = (37 * hash) + STEPRESULT_FIELD_NUMBER; hash = (53 * hash) + getStepResult().hashCode(); } hash = (37 * hash) + STREAM_FIELD_NUMBER; hash = (53 * hash) + getStream(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.StepExecutionEndingRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepExecutionEndingRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepExecutionEndingRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepExecutionEndingRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepExecutionEndingRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepExecutionEndingRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepExecutionEndingRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.StepExecutionEndingRequest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepExecutionEndingRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.StepExecutionEndingRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepExecutionEndingRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.StepExecutionEndingRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.StepExecutionEndingRequest 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Sent at end of Step Execution. Tells the runner to execute `after_step` hook.
     * 
* * Protobuf type {@code gauge.messages.StepExecutionEndingRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.StepExecutionEndingRequest) gauge.messages.Messages.StepExecutionEndingRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_StepExecutionEndingRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StepExecutionEndingRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StepExecutionEndingRequest.class, gauge.messages.Messages.StepExecutionEndingRequest.Builder.class); } // Construct using gauge.messages.Messages.StepExecutionEndingRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCurrentExecutionInfoFieldBuilder(); getStepResultFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; currentExecutionInfo_ = null; if (currentExecutionInfoBuilder_ != null) { currentExecutionInfoBuilder_.dispose(); currentExecutionInfoBuilder_ = null; } stepResult_ = null; if (stepResultBuilder_ != null) { stepResultBuilder_.dispose(); stepResultBuilder_ = null; } stream_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_StepExecutionEndingRequest_descriptor; } @java.lang.Override public gauge.messages.Messages.StepExecutionEndingRequest getDefaultInstanceForType() { return gauge.messages.Messages.StepExecutionEndingRequest.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.StepExecutionEndingRequest build() { gauge.messages.Messages.StepExecutionEndingRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.StepExecutionEndingRequest buildPartial() { gauge.messages.Messages.StepExecutionEndingRequest result = new gauge.messages.Messages.StepExecutionEndingRequest(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.StepExecutionEndingRequest result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.currentExecutionInfo_ = currentExecutionInfoBuilder_ == null ? currentExecutionInfo_ : currentExecutionInfoBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.stepResult_ = stepResultBuilder_ == null ? stepResult_ : stepResultBuilder_.build(); to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000004) != 0)) { result.stream_ = stream_; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.StepExecutionEndingRequest) { return mergeFrom((gauge.messages.Messages.StepExecutionEndingRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.StepExecutionEndingRequest other) { if (other == gauge.messages.Messages.StepExecutionEndingRequest.getDefaultInstance()) return this; if (other.hasCurrentExecutionInfo()) { mergeCurrentExecutionInfo(other.getCurrentExecutionInfo()); } if (other.hasStepResult()) { mergeStepResult(other.getStepResult()); } if (other.getStream() != 0) { setStream(other.getStream()); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { input.readMessage( getCurrentExecutionInfoFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 case 18: { input.readMessage( getStepResultFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000002; break; } // case 18 case 24: { stream_ = input.readInt32(); bitField0_ |= 0x00000004; break; } // case 24 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private gauge.messages.Messages.ExecutionInfo currentExecutionInfo_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder> currentExecutionInfoBuilder_; /** *
       * / Holds the current step execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return Whether the currentExecutionInfo field is set. */ public boolean hasCurrentExecutionInfo() { return ((bitField0_ & 0x00000001) != 0); } /** *
       * / Holds the current step execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; * @return The currentExecutionInfo. */ public gauge.messages.Messages.ExecutionInfo getCurrentExecutionInfo() { if (currentExecutionInfoBuilder_ == null) { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } else { return currentExecutionInfoBuilder_.getMessage(); } } /** *
       * / Holds the current step execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder setCurrentExecutionInfo(gauge.messages.Messages.ExecutionInfo value) { if (currentExecutionInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } currentExecutionInfo_ = value; } else { currentExecutionInfoBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Holds the current step execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder setCurrentExecutionInfo( gauge.messages.Messages.ExecutionInfo.Builder builderForValue) { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfo_ = builderForValue.build(); } else { currentExecutionInfoBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Holds the current step execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder mergeCurrentExecutionInfo(gauge.messages.Messages.ExecutionInfo value) { if (currentExecutionInfoBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && currentExecutionInfo_ != null && currentExecutionInfo_ != gauge.messages.Messages.ExecutionInfo.getDefaultInstance()) { getCurrentExecutionInfoBuilder().mergeFrom(value); } else { currentExecutionInfo_ = value; } } else { currentExecutionInfoBuilder_.mergeFrom(value); } if (currentExecutionInfo_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** *
       * / Holds the current step execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder clearCurrentExecutionInfo() { bitField0_ = (bitField0_ & ~0x00000001); currentExecutionInfo_ = null; if (currentExecutionInfoBuilder_ != null) { currentExecutionInfoBuilder_.dispose(); currentExecutionInfoBuilder_ = null; } onChanged(); return this; } /** *
       * / Holds the current step execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public gauge.messages.Messages.ExecutionInfo.Builder getCurrentExecutionInfoBuilder() { bitField0_ |= 0x00000001; onChanged(); return getCurrentExecutionInfoFieldBuilder().getBuilder(); } /** *
       * / Holds the current step execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder() { if (currentExecutionInfoBuilder_ != null) { return currentExecutionInfoBuilder_.getMessageOrBuilder(); } else { return currentExecutionInfo_ == null ? gauge.messages.Messages.ExecutionInfo.getDefaultInstance() : currentExecutionInfo_; } } /** *
       * / Holds the current step execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder> getCurrentExecutionInfoFieldBuilder() { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfoBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder>( getCurrentExecutionInfo(), getParentForChildren(), isClean()); currentExecutionInfo_ = null; } return currentExecutionInfoBuilder_; } private gauge.messages.Spec.ProtoStepResult stepResult_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoStepResult, gauge.messages.Spec.ProtoStepResult.Builder, gauge.messages.Spec.ProtoStepResultOrBuilder> stepResultBuilder_; /** *
       * / Holds step result in step execution ending.
       * 
* * .gauge.messages.ProtoStepResult stepResult = 2; * @return Whether the stepResult field is set. */ public boolean hasStepResult() { return ((bitField0_ & 0x00000002) != 0); } /** *
       * / Holds step result in step execution ending.
       * 
* * .gauge.messages.ProtoStepResult stepResult = 2; * @return The stepResult. */ public gauge.messages.Spec.ProtoStepResult getStepResult() { if (stepResultBuilder_ == null) { return stepResult_ == null ? gauge.messages.Spec.ProtoStepResult.getDefaultInstance() : stepResult_; } else { return stepResultBuilder_.getMessage(); } } /** *
       * / Holds step result in step execution ending.
       * 
* * .gauge.messages.ProtoStepResult stepResult = 2; */ public Builder setStepResult(gauge.messages.Spec.ProtoStepResult value) { if (stepResultBuilder_ == null) { if (value == null) { throw new NullPointerException(); } stepResult_ = value; } else { stepResultBuilder_.setMessage(value); } bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / Holds step result in step execution ending.
       * 
* * .gauge.messages.ProtoStepResult stepResult = 2; */ public Builder setStepResult( gauge.messages.Spec.ProtoStepResult.Builder builderForValue) { if (stepResultBuilder_ == null) { stepResult_ = builderForValue.build(); } else { stepResultBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / Holds step result in step execution ending.
       * 
* * .gauge.messages.ProtoStepResult stepResult = 2; */ public Builder mergeStepResult(gauge.messages.Spec.ProtoStepResult value) { if (stepResultBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0) && stepResult_ != null && stepResult_ != gauge.messages.Spec.ProtoStepResult.getDefaultInstance()) { getStepResultBuilder().mergeFrom(value); } else { stepResult_ = value; } } else { stepResultBuilder_.mergeFrom(value); } if (stepResult_ != null) { bitField0_ |= 0x00000002; onChanged(); } return this; } /** *
       * / Holds step result in step execution ending.
       * 
* * .gauge.messages.ProtoStepResult stepResult = 2; */ public Builder clearStepResult() { bitField0_ = (bitField0_ & ~0x00000002); stepResult_ = null; if (stepResultBuilder_ != null) { stepResultBuilder_.dispose(); stepResultBuilder_ = null; } onChanged(); return this; } /** *
       * / Holds step result in step execution ending.
       * 
* * .gauge.messages.ProtoStepResult stepResult = 2; */ public gauge.messages.Spec.ProtoStepResult.Builder getStepResultBuilder() { bitField0_ |= 0x00000002; onChanged(); return getStepResultFieldBuilder().getBuilder(); } /** *
       * / Holds step result in step execution ending.
       * 
* * .gauge.messages.ProtoStepResult stepResult = 2; */ public gauge.messages.Spec.ProtoStepResultOrBuilder getStepResultOrBuilder() { if (stepResultBuilder_ != null) { return stepResultBuilder_.getMessageOrBuilder(); } else { return stepResult_ == null ? gauge.messages.Spec.ProtoStepResult.getDefaultInstance() : stepResult_; } } /** *
       * / Holds step result in step execution ending.
       * 
* * .gauge.messages.ProtoStepResult stepResult = 2; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoStepResult, gauge.messages.Spec.ProtoStepResult.Builder, gauge.messages.Spec.ProtoStepResultOrBuilder> getStepResultFieldBuilder() { if (stepResultBuilder_ == null) { stepResultBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoStepResult, gauge.messages.Spec.ProtoStepResult.Builder, gauge.messages.Spec.ProtoStepResultOrBuilder>( getStepResult(), getParentForChildren(), isClean()); stepResult_ = null; } return stepResultBuilder_; } private int stream_ ; /** * int32 stream = 3; * @return The stream. */ @java.lang.Override public int getStream() { return stream_; } /** * int32 stream = 3; * @param value The stream to set. * @return This builder for chaining. */ public Builder setStream(int value) { stream_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** * int32 stream = 3; * @return This builder for chaining. */ public Builder clearStream() { bitField0_ = (bitField0_ & ~0x00000004); stream_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.StepExecutionEndingRequest) } // @@protoc_insertion_point(class_scope:gauge.messages.StepExecutionEndingRequest) private static final gauge.messages.Messages.StepExecutionEndingRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.StepExecutionEndingRequest(); } public static gauge.messages.Messages.StepExecutionEndingRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public StepExecutionEndingRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.StepExecutionEndingRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ExecutionArgOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.ExecutionArg) com.google.protobuf.MessageOrBuilder { /** *
     * / Holds the flag name passed from command line.
     * 
* * string flagName = 1; * @return The flagName. */ java.lang.String getFlagName(); /** *
     * / Holds the flag name passed from command line.
     * 
* * string flagName = 1; * @return The bytes for flagName. */ com.google.protobuf.ByteString getFlagNameBytes(); /** *
     * / Holds the flag value passed from command line.
     * 
* * repeated string flagValue = 2; * @return A list containing the flagValue. */ java.util.List getFlagValueList(); /** *
     * / Holds the flag value passed from command line.
     * 
* * repeated string flagValue = 2; * @return The count of flagValue. */ int getFlagValueCount(); /** *
     * / Holds the flag value passed from command line.
     * 
* * repeated string flagValue = 2; * @param index The index of the element to return. * @return The flagValue at the given index. */ java.lang.String getFlagValue(int index); /** *
     * / Holds the flag value passed from command line.
     * 
* * repeated string flagValue = 2; * @param index The index of the value to return. * @return The bytes of the flagValue at the given index. */ com.google.protobuf.ByteString getFlagValueBytes(int index); } /** *
   * / Contains command line arguments which passed by user during execution.
   * 
* * Protobuf type {@code gauge.messages.ExecutionArg} */ public static final class ExecutionArg extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.ExecutionArg) ExecutionArgOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", ExecutionArg.class.getName()); } // Use ExecutionArg.newBuilder() to construct. private ExecutionArg(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private ExecutionArg() { flagName_ = ""; flagValue_ = com.google.protobuf.LazyStringArrayList.emptyList(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ExecutionArg_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ExecutionArg_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ExecutionArg.class, gauge.messages.Messages.ExecutionArg.Builder.class); } public static final int FLAGNAME_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object flagName_ = ""; /** *
     * / Holds the flag name passed from command line.
     * 
* * string flagName = 1; * @return The flagName. */ @java.lang.Override public java.lang.String getFlagName() { java.lang.Object ref = flagName_; 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(); flagName_ = s; return s; } } /** *
     * / Holds the flag name passed from command line.
     * 
* * string flagName = 1; * @return The bytes for flagName. */ @java.lang.Override public com.google.protobuf.ByteString getFlagNameBytes() { java.lang.Object ref = flagName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); flagName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int FLAGVALUE_FIELD_NUMBER = 2; @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList flagValue_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** *
     * / Holds the flag value passed from command line.
     * 
* * repeated string flagValue = 2; * @return A list containing the flagValue. */ public com.google.protobuf.ProtocolStringList getFlagValueList() { return flagValue_; } /** *
     * / Holds the flag value passed from command line.
     * 
* * repeated string flagValue = 2; * @return The count of flagValue. */ public int getFlagValueCount() { return flagValue_.size(); } /** *
     * / Holds the flag value passed from command line.
     * 
* * repeated string flagValue = 2; * @param index The index of the element to return. * @return The flagValue at the given index. */ public java.lang.String getFlagValue(int index) { return flagValue_.get(index); } /** *
     * / Holds the flag value passed from command line.
     * 
* * repeated string flagValue = 2; * @param index The index of the value to return. * @return The bytes of the flagValue at the given index. */ public com.google.protobuf.ByteString getFlagValueBytes(int index) { return flagValue_.getByteString(index); } 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.GeneratedMessage.isStringEmpty(flagName_)) { com.google.protobuf.GeneratedMessage.writeString(output, 1, flagName_); } for (int i = 0; i < flagValue_.size(); i++) { com.google.protobuf.GeneratedMessage.writeString(output, 2, flagValue_.getRaw(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessage.isStringEmpty(flagName_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(1, flagName_); } { int dataSize = 0; for (int i = 0; i < flagValue_.size(); i++) { dataSize += computeStringSizeNoTag(flagValue_.getRaw(i)); } size += dataSize; size += 1 * getFlagValueList().size(); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ExecutionArg)) { return super.equals(obj); } gauge.messages.Messages.ExecutionArg other = (gauge.messages.Messages.ExecutionArg) obj; if (!getFlagName() .equals(other.getFlagName())) return false; if (!getFlagValueList() .equals(other.getFlagValueList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) 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) + FLAGNAME_FIELD_NUMBER; hash = (53 * hash) + getFlagName().hashCode(); if (getFlagValueCount() > 0) { hash = (37 * hash) + FLAGVALUE_FIELD_NUMBER; hash = (53 * hash) + getFlagValueList().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.ExecutionArg parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ExecutionArg parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ExecutionArg parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ExecutionArg parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ExecutionArg parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ExecutionArg parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ExecutionArg parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ExecutionArg parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ExecutionArg parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.ExecutionArg parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ExecutionArg parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ExecutionArg parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.ExecutionArg 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Contains command line arguments which passed by user during execution.
     * 
* * Protobuf type {@code gauge.messages.ExecutionArg} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.ExecutionArg) gauge.messages.Messages.ExecutionArgOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ExecutionArg_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ExecutionArg_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ExecutionArg.class, gauge.messages.Messages.ExecutionArg.Builder.class); } // Construct using gauge.messages.Messages.ExecutionArg.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; flagName_ = ""; flagValue_ = com.google.protobuf.LazyStringArrayList.emptyList(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_ExecutionArg_descriptor; } @java.lang.Override public gauge.messages.Messages.ExecutionArg getDefaultInstanceForType() { return gauge.messages.Messages.ExecutionArg.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.ExecutionArg build() { gauge.messages.Messages.ExecutionArg result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.ExecutionArg buildPartial() { gauge.messages.Messages.ExecutionArg result = new gauge.messages.Messages.ExecutionArg(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.ExecutionArg result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.flagName_ = flagName_; } if (((from_bitField0_ & 0x00000002) != 0)) { flagValue_.makeImmutable(); result.flagValue_ = flagValue_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.ExecutionArg) { return mergeFrom((gauge.messages.Messages.ExecutionArg)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.ExecutionArg other) { if (other == gauge.messages.Messages.ExecutionArg.getDefaultInstance()) return this; if (!other.getFlagName().isEmpty()) { flagName_ = other.flagName_; bitField0_ |= 0x00000001; onChanged(); } if (!other.flagValue_.isEmpty()) { if (flagValue_.isEmpty()) { flagValue_ = other.flagValue_; bitField0_ |= 0x00000002; } else { ensureFlagValueIsMutable(); flagValue_.addAll(other.flagValue_); } onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { flagName_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 case 18: { java.lang.String s = input.readStringRequireUtf8(); ensureFlagValueIsMutable(); flagValue_.add(s); break; } // case 18 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object flagName_ = ""; /** *
       * / Holds the flag name passed from command line.
       * 
* * string flagName = 1; * @return The flagName. */ public java.lang.String getFlagName() { java.lang.Object ref = flagName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); flagName_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * / Holds the flag name passed from command line.
       * 
* * string flagName = 1; * @return The bytes for flagName. */ public com.google.protobuf.ByteString getFlagNameBytes() { java.lang.Object ref = flagName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); flagName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * / Holds the flag name passed from command line.
       * 
* * string flagName = 1; * @param value The flagName to set. * @return This builder for chaining. */ public Builder setFlagName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } flagName_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Holds the flag name passed from command line.
       * 
* * string flagName = 1; * @return This builder for chaining. */ public Builder clearFlagName() { flagName_ = getDefaultInstance().getFlagName(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
       * / Holds the flag name passed from command line.
       * 
* * string flagName = 1; * @param value The bytes for flagName to set. * @return This builder for chaining. */ public Builder setFlagNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); flagName_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private com.google.protobuf.LazyStringArrayList flagValue_ = com.google.protobuf.LazyStringArrayList.emptyList(); private void ensureFlagValueIsMutable() { if (!flagValue_.isModifiable()) { flagValue_ = new com.google.protobuf.LazyStringArrayList(flagValue_); } bitField0_ |= 0x00000002; } /** *
       * / Holds the flag value passed from command line.
       * 
* * repeated string flagValue = 2; * @return A list containing the flagValue. */ public com.google.protobuf.ProtocolStringList getFlagValueList() { flagValue_.makeImmutable(); return flagValue_; } /** *
       * / Holds the flag value passed from command line.
       * 
* * repeated string flagValue = 2; * @return The count of flagValue. */ public int getFlagValueCount() { return flagValue_.size(); } /** *
       * / Holds the flag value passed from command line.
       * 
* * repeated string flagValue = 2; * @param index The index of the element to return. * @return The flagValue at the given index. */ public java.lang.String getFlagValue(int index) { return flagValue_.get(index); } /** *
       * / Holds the flag value passed from command line.
       * 
* * repeated string flagValue = 2; * @param index The index of the value to return. * @return The bytes of the flagValue at the given index. */ public com.google.protobuf.ByteString getFlagValueBytes(int index) { return flagValue_.getByteString(index); } /** *
       * / Holds the flag value passed from command line.
       * 
* * repeated string flagValue = 2; * @param index The index to set the value at. * @param value The flagValue to set. * @return This builder for chaining. */ public Builder setFlagValue( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureFlagValueIsMutable(); flagValue_.set(index, value); bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / Holds the flag value passed from command line.
       * 
* * repeated string flagValue = 2; * @param value The flagValue to add. * @return This builder for chaining. */ public Builder addFlagValue( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureFlagValueIsMutable(); flagValue_.add(value); bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / Holds the flag value passed from command line.
       * 
* * repeated string flagValue = 2; * @param values The flagValue to add. * @return This builder for chaining. */ public Builder addAllFlagValue( java.lang.Iterable values) { ensureFlagValueIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, flagValue_); bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / Holds the flag value passed from command line.
       * 
* * repeated string flagValue = 2; * @return This builder for chaining. */ public Builder clearFlagValue() { flagValue_ = com.google.protobuf.LazyStringArrayList.emptyList(); bitField0_ = (bitField0_ & ~0x00000002);; onChanged(); return this; } /** *
       * / Holds the flag value passed from command line.
       * 
* * repeated string flagValue = 2; * @param value The bytes of the flagValue to add. * @return This builder for chaining. */ public Builder addFlagValueBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureFlagValueIsMutable(); flagValue_.add(value); bitField0_ |= 0x00000002; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.ExecutionArg) } // @@protoc_insertion_point(class_scope:gauge.messages.ExecutionArg) private static final gauge.messages.Messages.ExecutionArg DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.ExecutionArg(); } public static gauge.messages.Messages.ExecutionArg getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ExecutionArg parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.ExecutionArg getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ExecutionInfoOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.ExecutionInfo) com.google.protobuf.MessageOrBuilder { /** *
     * / Holds the information of the current Spec. Valid in context of Spec execution.
     * 
* * .gauge.messages.SpecInfo currentSpec = 1; * @return Whether the currentSpec field is set. */ boolean hasCurrentSpec(); /** *
     * / Holds the information of the current Spec. Valid in context of Spec execution.
     * 
* * .gauge.messages.SpecInfo currentSpec = 1; * @return The currentSpec. */ gauge.messages.Messages.SpecInfo getCurrentSpec(); /** *
     * / Holds the information of the current Spec. Valid in context of Spec execution.
     * 
* * .gauge.messages.SpecInfo currentSpec = 1; */ gauge.messages.Messages.SpecInfoOrBuilder getCurrentSpecOrBuilder(); /** *
     * / Holds the information of the current Scenario. Valid in context of Scenario execution.
     * 
* * .gauge.messages.ScenarioInfo currentScenario = 2; * @return Whether the currentScenario field is set. */ boolean hasCurrentScenario(); /** *
     * / Holds the information of the current Scenario. Valid in context of Scenario execution.
     * 
* * .gauge.messages.ScenarioInfo currentScenario = 2; * @return The currentScenario. */ gauge.messages.Messages.ScenarioInfo getCurrentScenario(); /** *
     * / Holds the information of the current Scenario. Valid in context of Scenario execution.
     * 
* * .gauge.messages.ScenarioInfo currentScenario = 2; */ gauge.messages.Messages.ScenarioInfoOrBuilder getCurrentScenarioOrBuilder(); /** *
     * / Holds the information of the current Step. Valid in context of Step execution.
     * 
* * .gauge.messages.StepInfo currentStep = 3; * @return Whether the currentStep field is set. */ boolean hasCurrentStep(); /** *
     * / Holds the information of the current Step. Valid in context of Step execution.
     * 
* * .gauge.messages.StepInfo currentStep = 3; * @return The currentStep. */ gauge.messages.Messages.StepInfo getCurrentStep(); /** *
     * / Holds the information of the current Step. Valid in context of Step execution.
     * 
* * .gauge.messages.StepInfo currentStep = 3; */ gauge.messages.Messages.StepInfoOrBuilder getCurrentStepOrBuilder(); /** *
     * / Stacktrace of the execution. Valid only if there is an error in execution.
     * 
* * string stacktrace = 4; * @return The stacktrace. */ java.lang.String getStacktrace(); /** *
     * / Stacktrace of the execution. Valid only if there is an error in execution.
     * 
* * string stacktrace = 4; * @return The bytes for stacktrace. */ com.google.protobuf.ByteString getStacktraceBytes(); /** *
     * / Holds the project name
     * 
* * string projectName = 5; * @return The projectName. */ java.lang.String getProjectName(); /** *
     * / Holds the project name
     * 
* * string projectName = 5; * @return The bytes for projectName. */ com.google.protobuf.ByteString getProjectNameBytes(); /** *
     * / Holds the command line arguments.
     * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ java.util.List getExecutionArgsList(); /** *
     * / Holds the command line arguments.
     * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ gauge.messages.Messages.ExecutionArg getExecutionArgs(int index); /** *
     * / Holds the command line arguments.
     * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ int getExecutionArgsCount(); /** *
     * / Holds the command line arguments.
     * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ java.util.List getExecutionArgsOrBuilderList(); /** *
     * / Holds the command line arguments.
     * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ gauge.messages.Messages.ExecutionArgOrBuilder getExecutionArgsOrBuilder( int index); /** *
     * / Holds the number of running execution streams.
     * 
* * int32 numberOfExecutionStreams = 7; * @return The numberOfExecutionStreams. */ int getNumberOfExecutionStreams(); /** *
     * / Holds the runner id for parallel execution.
     * 
* * int32 runnerId = 8; * @return The runnerId. */ int getRunnerId(); } /** *
   * / Contains details of the execution.
   * / Depending on the context (Step, Scenario, Spec or Suite), the respective fields are set.
   * 
* * Protobuf type {@code gauge.messages.ExecutionInfo} */ public static final class ExecutionInfo extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.ExecutionInfo) ExecutionInfoOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", ExecutionInfo.class.getName()); } // Use ExecutionInfo.newBuilder() to construct. private ExecutionInfo(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private ExecutionInfo() { stacktrace_ = ""; projectName_ = ""; executionArgs_ = java.util.Collections.emptyList(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ExecutionInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ExecutionInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ExecutionInfo.class, gauge.messages.Messages.ExecutionInfo.Builder.class); } private int bitField0_; public static final int CURRENTSPEC_FIELD_NUMBER = 1; private gauge.messages.Messages.SpecInfo currentSpec_; /** *
     * / Holds the information of the current Spec. Valid in context of Spec execution.
     * 
* * .gauge.messages.SpecInfo currentSpec = 1; * @return Whether the currentSpec field is set. */ @java.lang.Override public boolean hasCurrentSpec() { return ((bitField0_ & 0x00000001) != 0); } /** *
     * / Holds the information of the current Spec. Valid in context of Spec execution.
     * 
* * .gauge.messages.SpecInfo currentSpec = 1; * @return The currentSpec. */ @java.lang.Override public gauge.messages.Messages.SpecInfo getCurrentSpec() { return currentSpec_ == null ? gauge.messages.Messages.SpecInfo.getDefaultInstance() : currentSpec_; } /** *
     * / Holds the information of the current Spec. Valid in context of Spec execution.
     * 
* * .gauge.messages.SpecInfo currentSpec = 1; */ @java.lang.Override public gauge.messages.Messages.SpecInfoOrBuilder getCurrentSpecOrBuilder() { return currentSpec_ == null ? gauge.messages.Messages.SpecInfo.getDefaultInstance() : currentSpec_; } public static final int CURRENTSCENARIO_FIELD_NUMBER = 2; private gauge.messages.Messages.ScenarioInfo currentScenario_; /** *
     * / Holds the information of the current Scenario. Valid in context of Scenario execution.
     * 
* * .gauge.messages.ScenarioInfo currentScenario = 2; * @return Whether the currentScenario field is set. */ @java.lang.Override public boolean hasCurrentScenario() { return ((bitField0_ & 0x00000002) != 0); } /** *
     * / Holds the information of the current Scenario. Valid in context of Scenario execution.
     * 
* * .gauge.messages.ScenarioInfo currentScenario = 2; * @return The currentScenario. */ @java.lang.Override public gauge.messages.Messages.ScenarioInfo getCurrentScenario() { return currentScenario_ == null ? gauge.messages.Messages.ScenarioInfo.getDefaultInstance() : currentScenario_; } /** *
     * / Holds the information of the current Scenario. Valid in context of Scenario execution.
     * 
* * .gauge.messages.ScenarioInfo currentScenario = 2; */ @java.lang.Override public gauge.messages.Messages.ScenarioInfoOrBuilder getCurrentScenarioOrBuilder() { return currentScenario_ == null ? gauge.messages.Messages.ScenarioInfo.getDefaultInstance() : currentScenario_; } public static final int CURRENTSTEP_FIELD_NUMBER = 3; private gauge.messages.Messages.StepInfo currentStep_; /** *
     * / Holds the information of the current Step. Valid in context of Step execution.
     * 
* * .gauge.messages.StepInfo currentStep = 3; * @return Whether the currentStep field is set. */ @java.lang.Override public boolean hasCurrentStep() { return ((bitField0_ & 0x00000004) != 0); } /** *
     * / Holds the information of the current Step. Valid in context of Step execution.
     * 
* * .gauge.messages.StepInfo currentStep = 3; * @return The currentStep. */ @java.lang.Override public gauge.messages.Messages.StepInfo getCurrentStep() { return currentStep_ == null ? gauge.messages.Messages.StepInfo.getDefaultInstance() : currentStep_; } /** *
     * / Holds the information of the current Step. Valid in context of Step execution.
     * 
* * .gauge.messages.StepInfo currentStep = 3; */ @java.lang.Override public gauge.messages.Messages.StepInfoOrBuilder getCurrentStepOrBuilder() { return currentStep_ == null ? gauge.messages.Messages.StepInfo.getDefaultInstance() : currentStep_; } public static final int STACKTRACE_FIELD_NUMBER = 4; @SuppressWarnings("serial") private volatile java.lang.Object stacktrace_ = ""; /** *
     * / Stacktrace of the execution. Valid only if there is an error in execution.
     * 
* * string stacktrace = 4; * @return The stacktrace. */ @java.lang.Override public java.lang.String getStacktrace() { java.lang.Object ref = stacktrace_; 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(); stacktrace_ = s; return s; } } /** *
     * / Stacktrace of the execution. Valid only if there is an error in execution.
     * 
* * string stacktrace = 4; * @return The bytes for stacktrace. */ @java.lang.Override public com.google.protobuf.ByteString getStacktraceBytes() { java.lang.Object ref = stacktrace_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); stacktrace_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int PROJECTNAME_FIELD_NUMBER = 5; @SuppressWarnings("serial") private volatile java.lang.Object projectName_ = ""; /** *
     * / Holds the project name
     * 
* * string projectName = 5; * @return The projectName. */ @java.lang.Override public java.lang.String getProjectName() { java.lang.Object ref = projectName_; 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(); projectName_ = s; return s; } } /** *
     * / Holds the project name
     * 
* * string projectName = 5; * @return The bytes for projectName. */ @java.lang.Override public com.google.protobuf.ByteString getProjectNameBytes() { java.lang.Object ref = projectName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); projectName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int EXECUTIONARGS_FIELD_NUMBER = 6; @SuppressWarnings("serial") private java.util.List executionArgs_; /** *
     * / Holds the command line arguments.
     * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ @java.lang.Override public java.util.List getExecutionArgsList() { return executionArgs_; } /** *
     * / Holds the command line arguments.
     * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ @java.lang.Override public java.util.List getExecutionArgsOrBuilderList() { return executionArgs_; } /** *
     * / Holds the command line arguments.
     * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ @java.lang.Override public int getExecutionArgsCount() { return executionArgs_.size(); } /** *
     * / Holds the command line arguments.
     * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ @java.lang.Override public gauge.messages.Messages.ExecutionArg getExecutionArgs(int index) { return executionArgs_.get(index); } /** *
     * / Holds the command line arguments.
     * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ @java.lang.Override public gauge.messages.Messages.ExecutionArgOrBuilder getExecutionArgsOrBuilder( int index) { return executionArgs_.get(index); } public static final int NUMBEROFEXECUTIONSTREAMS_FIELD_NUMBER = 7; private int numberOfExecutionStreams_ = 0; /** *
     * / Holds the number of running execution streams.
     * 
* * int32 numberOfExecutionStreams = 7; * @return The numberOfExecutionStreams. */ @java.lang.Override public int getNumberOfExecutionStreams() { return numberOfExecutionStreams_; } public static final int RUNNERID_FIELD_NUMBER = 8; private int runnerId_ = 0; /** *
     * / Holds the runner id for parallel execution.
     * 
* * int32 runnerId = 8; * @return The runnerId. */ @java.lang.Override public int getRunnerId() { return runnerId_; } 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 (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getCurrentSpec()); } if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(2, getCurrentScenario()); } if (((bitField0_ & 0x00000004) != 0)) { output.writeMessage(3, getCurrentStep()); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(stacktrace_)) { com.google.protobuf.GeneratedMessage.writeString(output, 4, stacktrace_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(projectName_)) { com.google.protobuf.GeneratedMessage.writeString(output, 5, projectName_); } for (int i = 0; i < executionArgs_.size(); i++) { output.writeMessage(6, executionArgs_.get(i)); } if (numberOfExecutionStreams_ != 0) { output.writeInt32(7, numberOfExecutionStreams_); } if (runnerId_ != 0) { output.writeInt32(8, runnerId_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getCurrentSpec()); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getCurrentScenario()); } if (((bitField0_ & 0x00000004) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, getCurrentStep()); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(stacktrace_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(4, stacktrace_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(projectName_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(5, projectName_); } for (int i = 0; i < executionArgs_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, executionArgs_.get(i)); } if (numberOfExecutionStreams_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(7, numberOfExecutionStreams_); } if (runnerId_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(8, runnerId_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ExecutionInfo)) { return super.equals(obj); } gauge.messages.Messages.ExecutionInfo other = (gauge.messages.Messages.ExecutionInfo) obj; if (hasCurrentSpec() != other.hasCurrentSpec()) return false; if (hasCurrentSpec()) { if (!getCurrentSpec() .equals(other.getCurrentSpec())) return false; } if (hasCurrentScenario() != other.hasCurrentScenario()) return false; if (hasCurrentScenario()) { if (!getCurrentScenario() .equals(other.getCurrentScenario())) return false; } if (hasCurrentStep() != other.hasCurrentStep()) return false; if (hasCurrentStep()) { if (!getCurrentStep() .equals(other.getCurrentStep())) return false; } if (!getStacktrace() .equals(other.getStacktrace())) return false; if (!getProjectName() .equals(other.getProjectName())) return false; if (!getExecutionArgsList() .equals(other.getExecutionArgsList())) return false; if (getNumberOfExecutionStreams() != other.getNumberOfExecutionStreams()) return false; if (getRunnerId() != other.getRunnerId()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasCurrentSpec()) { hash = (37 * hash) + CURRENTSPEC_FIELD_NUMBER; hash = (53 * hash) + getCurrentSpec().hashCode(); } if (hasCurrentScenario()) { hash = (37 * hash) + CURRENTSCENARIO_FIELD_NUMBER; hash = (53 * hash) + getCurrentScenario().hashCode(); } if (hasCurrentStep()) { hash = (37 * hash) + CURRENTSTEP_FIELD_NUMBER; hash = (53 * hash) + getCurrentStep().hashCode(); } hash = (37 * hash) + STACKTRACE_FIELD_NUMBER; hash = (53 * hash) + getStacktrace().hashCode(); hash = (37 * hash) + PROJECTNAME_FIELD_NUMBER; hash = (53 * hash) + getProjectName().hashCode(); if (getExecutionArgsCount() > 0) { hash = (37 * hash) + EXECUTIONARGS_FIELD_NUMBER; hash = (53 * hash) + getExecutionArgsList().hashCode(); } hash = (37 * hash) + NUMBEROFEXECUTIONSTREAMS_FIELD_NUMBER; hash = (53 * hash) + getNumberOfExecutionStreams(); hash = (37 * hash) + RUNNERID_FIELD_NUMBER; hash = (53 * hash) + getRunnerId(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.ExecutionInfo parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ExecutionInfo parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ExecutionInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ExecutionInfo parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ExecutionInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ExecutionInfo parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ExecutionInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ExecutionInfo parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ExecutionInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.ExecutionInfo parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ExecutionInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ExecutionInfo parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.ExecutionInfo 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Contains details of the execution.
     * / Depending on the context (Step, Scenario, Spec or Suite), the respective fields are set.
     * 
* * Protobuf type {@code gauge.messages.ExecutionInfo} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.ExecutionInfo) gauge.messages.Messages.ExecutionInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ExecutionInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ExecutionInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ExecutionInfo.class, gauge.messages.Messages.ExecutionInfo.Builder.class); } // Construct using gauge.messages.Messages.ExecutionInfo.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCurrentSpecFieldBuilder(); getCurrentScenarioFieldBuilder(); getCurrentStepFieldBuilder(); getExecutionArgsFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; currentSpec_ = null; if (currentSpecBuilder_ != null) { currentSpecBuilder_.dispose(); currentSpecBuilder_ = null; } currentScenario_ = null; if (currentScenarioBuilder_ != null) { currentScenarioBuilder_.dispose(); currentScenarioBuilder_ = null; } currentStep_ = null; if (currentStepBuilder_ != null) { currentStepBuilder_.dispose(); currentStepBuilder_ = null; } stacktrace_ = ""; projectName_ = ""; if (executionArgsBuilder_ == null) { executionArgs_ = java.util.Collections.emptyList(); } else { executionArgs_ = null; executionArgsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000020); numberOfExecutionStreams_ = 0; runnerId_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_ExecutionInfo_descriptor; } @java.lang.Override public gauge.messages.Messages.ExecutionInfo getDefaultInstanceForType() { return gauge.messages.Messages.ExecutionInfo.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.ExecutionInfo build() { gauge.messages.Messages.ExecutionInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.ExecutionInfo buildPartial() { gauge.messages.Messages.ExecutionInfo result = new gauge.messages.Messages.ExecutionInfo(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartialRepeatedFields(gauge.messages.Messages.ExecutionInfo result) { if (executionArgsBuilder_ == null) { if (((bitField0_ & 0x00000020) != 0)) { executionArgs_ = java.util.Collections.unmodifiableList(executionArgs_); bitField0_ = (bitField0_ & ~0x00000020); } result.executionArgs_ = executionArgs_; } else { result.executionArgs_ = executionArgsBuilder_.build(); } } private void buildPartial0(gauge.messages.Messages.ExecutionInfo result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.currentSpec_ = currentSpecBuilder_ == null ? currentSpec_ : currentSpecBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.currentScenario_ = currentScenarioBuilder_ == null ? currentScenario_ : currentScenarioBuilder_.build(); to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000004) != 0)) { result.currentStep_ = currentStepBuilder_ == null ? currentStep_ : currentStepBuilder_.build(); to_bitField0_ |= 0x00000004; } if (((from_bitField0_ & 0x00000008) != 0)) { result.stacktrace_ = stacktrace_; } if (((from_bitField0_ & 0x00000010) != 0)) { result.projectName_ = projectName_; } if (((from_bitField0_ & 0x00000040) != 0)) { result.numberOfExecutionStreams_ = numberOfExecutionStreams_; } if (((from_bitField0_ & 0x00000080) != 0)) { result.runnerId_ = runnerId_; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.ExecutionInfo) { return mergeFrom((gauge.messages.Messages.ExecutionInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.ExecutionInfo other) { if (other == gauge.messages.Messages.ExecutionInfo.getDefaultInstance()) return this; if (other.hasCurrentSpec()) { mergeCurrentSpec(other.getCurrentSpec()); } if (other.hasCurrentScenario()) { mergeCurrentScenario(other.getCurrentScenario()); } if (other.hasCurrentStep()) { mergeCurrentStep(other.getCurrentStep()); } if (!other.getStacktrace().isEmpty()) { stacktrace_ = other.stacktrace_; bitField0_ |= 0x00000008; onChanged(); } if (!other.getProjectName().isEmpty()) { projectName_ = other.projectName_; bitField0_ |= 0x00000010; onChanged(); } if (executionArgsBuilder_ == null) { if (!other.executionArgs_.isEmpty()) { if (executionArgs_.isEmpty()) { executionArgs_ = other.executionArgs_; bitField0_ = (bitField0_ & ~0x00000020); } else { ensureExecutionArgsIsMutable(); executionArgs_.addAll(other.executionArgs_); } onChanged(); } } else { if (!other.executionArgs_.isEmpty()) { if (executionArgsBuilder_.isEmpty()) { executionArgsBuilder_.dispose(); executionArgsBuilder_ = null; executionArgs_ = other.executionArgs_; bitField0_ = (bitField0_ & ~0x00000020); executionArgsBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getExecutionArgsFieldBuilder() : null; } else { executionArgsBuilder_.addAllMessages(other.executionArgs_); } } } if (other.getNumberOfExecutionStreams() != 0) { setNumberOfExecutionStreams(other.getNumberOfExecutionStreams()); } if (other.getRunnerId() != 0) { setRunnerId(other.getRunnerId()); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { input.readMessage( getCurrentSpecFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 case 18: { input.readMessage( getCurrentScenarioFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000002; break; } // case 18 case 26: { input.readMessage( getCurrentStepFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000004; break; } // case 26 case 34: { stacktrace_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000008; break; } // case 34 case 42: { projectName_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000010; break; } // case 42 case 50: { gauge.messages.Messages.ExecutionArg m = input.readMessage( gauge.messages.Messages.ExecutionArg.parser(), extensionRegistry); if (executionArgsBuilder_ == null) { ensureExecutionArgsIsMutable(); executionArgs_.add(m); } else { executionArgsBuilder_.addMessage(m); } break; } // case 50 case 56: { numberOfExecutionStreams_ = input.readInt32(); bitField0_ |= 0x00000040; break; } // case 56 case 64: { runnerId_ = input.readInt32(); bitField0_ |= 0x00000080; break; } // case 64 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private gauge.messages.Messages.SpecInfo currentSpec_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.SpecInfo, gauge.messages.Messages.SpecInfo.Builder, gauge.messages.Messages.SpecInfoOrBuilder> currentSpecBuilder_; /** *
       * / Holds the information of the current Spec. Valid in context of Spec execution.
       * 
* * .gauge.messages.SpecInfo currentSpec = 1; * @return Whether the currentSpec field is set. */ public boolean hasCurrentSpec() { return ((bitField0_ & 0x00000001) != 0); } /** *
       * / Holds the information of the current Spec. Valid in context of Spec execution.
       * 
* * .gauge.messages.SpecInfo currentSpec = 1; * @return The currentSpec. */ public gauge.messages.Messages.SpecInfo getCurrentSpec() { if (currentSpecBuilder_ == null) { return currentSpec_ == null ? gauge.messages.Messages.SpecInfo.getDefaultInstance() : currentSpec_; } else { return currentSpecBuilder_.getMessage(); } } /** *
       * / Holds the information of the current Spec. Valid in context of Spec execution.
       * 
* * .gauge.messages.SpecInfo currentSpec = 1; */ public Builder setCurrentSpec(gauge.messages.Messages.SpecInfo value) { if (currentSpecBuilder_ == null) { if (value == null) { throw new NullPointerException(); } currentSpec_ = value; } else { currentSpecBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Holds the information of the current Spec. Valid in context of Spec execution.
       * 
* * .gauge.messages.SpecInfo currentSpec = 1; */ public Builder setCurrentSpec( gauge.messages.Messages.SpecInfo.Builder builderForValue) { if (currentSpecBuilder_ == null) { currentSpec_ = builderForValue.build(); } else { currentSpecBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Holds the information of the current Spec. Valid in context of Spec execution.
       * 
* * .gauge.messages.SpecInfo currentSpec = 1; */ public Builder mergeCurrentSpec(gauge.messages.Messages.SpecInfo value) { if (currentSpecBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && currentSpec_ != null && currentSpec_ != gauge.messages.Messages.SpecInfo.getDefaultInstance()) { getCurrentSpecBuilder().mergeFrom(value); } else { currentSpec_ = value; } } else { currentSpecBuilder_.mergeFrom(value); } if (currentSpec_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** *
       * / Holds the information of the current Spec. Valid in context of Spec execution.
       * 
* * .gauge.messages.SpecInfo currentSpec = 1; */ public Builder clearCurrentSpec() { bitField0_ = (bitField0_ & ~0x00000001); currentSpec_ = null; if (currentSpecBuilder_ != null) { currentSpecBuilder_.dispose(); currentSpecBuilder_ = null; } onChanged(); return this; } /** *
       * / Holds the information of the current Spec. Valid in context of Spec execution.
       * 
* * .gauge.messages.SpecInfo currentSpec = 1; */ public gauge.messages.Messages.SpecInfo.Builder getCurrentSpecBuilder() { bitField0_ |= 0x00000001; onChanged(); return getCurrentSpecFieldBuilder().getBuilder(); } /** *
       * / Holds the information of the current Spec. Valid in context of Spec execution.
       * 
* * .gauge.messages.SpecInfo currentSpec = 1; */ public gauge.messages.Messages.SpecInfoOrBuilder getCurrentSpecOrBuilder() { if (currentSpecBuilder_ != null) { return currentSpecBuilder_.getMessageOrBuilder(); } else { return currentSpec_ == null ? gauge.messages.Messages.SpecInfo.getDefaultInstance() : currentSpec_; } } /** *
       * / Holds the information of the current Spec. Valid in context of Spec execution.
       * 
* * .gauge.messages.SpecInfo currentSpec = 1; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.SpecInfo, gauge.messages.Messages.SpecInfo.Builder, gauge.messages.Messages.SpecInfoOrBuilder> getCurrentSpecFieldBuilder() { if (currentSpecBuilder_ == null) { currentSpecBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.SpecInfo, gauge.messages.Messages.SpecInfo.Builder, gauge.messages.Messages.SpecInfoOrBuilder>( getCurrentSpec(), getParentForChildren(), isClean()); currentSpec_ = null; } return currentSpecBuilder_; } private gauge.messages.Messages.ScenarioInfo currentScenario_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ScenarioInfo, gauge.messages.Messages.ScenarioInfo.Builder, gauge.messages.Messages.ScenarioInfoOrBuilder> currentScenarioBuilder_; /** *
       * / Holds the information of the current Scenario. Valid in context of Scenario execution.
       * 
* * .gauge.messages.ScenarioInfo currentScenario = 2; * @return Whether the currentScenario field is set. */ public boolean hasCurrentScenario() { return ((bitField0_ & 0x00000002) != 0); } /** *
       * / Holds the information of the current Scenario. Valid in context of Scenario execution.
       * 
* * .gauge.messages.ScenarioInfo currentScenario = 2; * @return The currentScenario. */ public gauge.messages.Messages.ScenarioInfo getCurrentScenario() { if (currentScenarioBuilder_ == null) { return currentScenario_ == null ? gauge.messages.Messages.ScenarioInfo.getDefaultInstance() : currentScenario_; } else { return currentScenarioBuilder_.getMessage(); } } /** *
       * / Holds the information of the current Scenario. Valid in context of Scenario execution.
       * 
* * .gauge.messages.ScenarioInfo currentScenario = 2; */ public Builder setCurrentScenario(gauge.messages.Messages.ScenarioInfo value) { if (currentScenarioBuilder_ == null) { if (value == null) { throw new NullPointerException(); } currentScenario_ = value; } else { currentScenarioBuilder_.setMessage(value); } bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / Holds the information of the current Scenario. Valid in context of Scenario execution.
       * 
* * .gauge.messages.ScenarioInfo currentScenario = 2; */ public Builder setCurrentScenario( gauge.messages.Messages.ScenarioInfo.Builder builderForValue) { if (currentScenarioBuilder_ == null) { currentScenario_ = builderForValue.build(); } else { currentScenarioBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / Holds the information of the current Scenario. Valid in context of Scenario execution.
       * 
* * .gauge.messages.ScenarioInfo currentScenario = 2; */ public Builder mergeCurrentScenario(gauge.messages.Messages.ScenarioInfo value) { if (currentScenarioBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0) && currentScenario_ != null && currentScenario_ != gauge.messages.Messages.ScenarioInfo.getDefaultInstance()) { getCurrentScenarioBuilder().mergeFrom(value); } else { currentScenario_ = value; } } else { currentScenarioBuilder_.mergeFrom(value); } if (currentScenario_ != null) { bitField0_ |= 0x00000002; onChanged(); } return this; } /** *
       * / Holds the information of the current Scenario. Valid in context of Scenario execution.
       * 
* * .gauge.messages.ScenarioInfo currentScenario = 2; */ public Builder clearCurrentScenario() { bitField0_ = (bitField0_ & ~0x00000002); currentScenario_ = null; if (currentScenarioBuilder_ != null) { currentScenarioBuilder_.dispose(); currentScenarioBuilder_ = null; } onChanged(); return this; } /** *
       * / Holds the information of the current Scenario. Valid in context of Scenario execution.
       * 
* * .gauge.messages.ScenarioInfo currentScenario = 2; */ public gauge.messages.Messages.ScenarioInfo.Builder getCurrentScenarioBuilder() { bitField0_ |= 0x00000002; onChanged(); return getCurrentScenarioFieldBuilder().getBuilder(); } /** *
       * / Holds the information of the current Scenario. Valid in context of Scenario execution.
       * 
* * .gauge.messages.ScenarioInfo currentScenario = 2; */ public gauge.messages.Messages.ScenarioInfoOrBuilder getCurrentScenarioOrBuilder() { if (currentScenarioBuilder_ != null) { return currentScenarioBuilder_.getMessageOrBuilder(); } else { return currentScenario_ == null ? gauge.messages.Messages.ScenarioInfo.getDefaultInstance() : currentScenario_; } } /** *
       * / Holds the information of the current Scenario. Valid in context of Scenario execution.
       * 
* * .gauge.messages.ScenarioInfo currentScenario = 2; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ScenarioInfo, gauge.messages.Messages.ScenarioInfo.Builder, gauge.messages.Messages.ScenarioInfoOrBuilder> getCurrentScenarioFieldBuilder() { if (currentScenarioBuilder_ == null) { currentScenarioBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ScenarioInfo, gauge.messages.Messages.ScenarioInfo.Builder, gauge.messages.Messages.ScenarioInfoOrBuilder>( getCurrentScenario(), getParentForChildren(), isClean()); currentScenario_ = null; } return currentScenarioBuilder_; } private gauge.messages.Messages.StepInfo currentStep_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepInfo, gauge.messages.Messages.StepInfo.Builder, gauge.messages.Messages.StepInfoOrBuilder> currentStepBuilder_; /** *
       * / Holds the information of the current Step. Valid in context of Step execution.
       * 
* * .gauge.messages.StepInfo currentStep = 3; * @return Whether the currentStep field is set. */ public boolean hasCurrentStep() { return ((bitField0_ & 0x00000004) != 0); } /** *
       * / Holds the information of the current Step. Valid in context of Step execution.
       * 
* * .gauge.messages.StepInfo currentStep = 3; * @return The currentStep. */ public gauge.messages.Messages.StepInfo getCurrentStep() { if (currentStepBuilder_ == null) { return currentStep_ == null ? gauge.messages.Messages.StepInfo.getDefaultInstance() : currentStep_; } else { return currentStepBuilder_.getMessage(); } } /** *
       * / Holds the information of the current Step. Valid in context of Step execution.
       * 
* * .gauge.messages.StepInfo currentStep = 3; */ public Builder setCurrentStep(gauge.messages.Messages.StepInfo value) { if (currentStepBuilder_ == null) { if (value == null) { throw new NullPointerException(); } currentStep_ = value; } else { currentStepBuilder_.setMessage(value); } bitField0_ |= 0x00000004; onChanged(); return this; } /** *
       * / Holds the information of the current Step. Valid in context of Step execution.
       * 
* * .gauge.messages.StepInfo currentStep = 3; */ public Builder setCurrentStep( gauge.messages.Messages.StepInfo.Builder builderForValue) { if (currentStepBuilder_ == null) { currentStep_ = builderForValue.build(); } else { currentStepBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000004; onChanged(); return this; } /** *
       * / Holds the information of the current Step. Valid in context of Step execution.
       * 
* * .gauge.messages.StepInfo currentStep = 3; */ public Builder mergeCurrentStep(gauge.messages.Messages.StepInfo value) { if (currentStepBuilder_ == null) { if (((bitField0_ & 0x00000004) != 0) && currentStep_ != null && currentStep_ != gauge.messages.Messages.StepInfo.getDefaultInstance()) { getCurrentStepBuilder().mergeFrom(value); } else { currentStep_ = value; } } else { currentStepBuilder_.mergeFrom(value); } if (currentStep_ != null) { bitField0_ |= 0x00000004; onChanged(); } return this; } /** *
       * / Holds the information of the current Step. Valid in context of Step execution.
       * 
* * .gauge.messages.StepInfo currentStep = 3; */ public Builder clearCurrentStep() { bitField0_ = (bitField0_ & ~0x00000004); currentStep_ = null; if (currentStepBuilder_ != null) { currentStepBuilder_.dispose(); currentStepBuilder_ = null; } onChanged(); return this; } /** *
       * / Holds the information of the current Step. Valid in context of Step execution.
       * 
* * .gauge.messages.StepInfo currentStep = 3; */ public gauge.messages.Messages.StepInfo.Builder getCurrentStepBuilder() { bitField0_ |= 0x00000004; onChanged(); return getCurrentStepFieldBuilder().getBuilder(); } /** *
       * / Holds the information of the current Step. Valid in context of Step execution.
       * 
* * .gauge.messages.StepInfo currentStep = 3; */ public gauge.messages.Messages.StepInfoOrBuilder getCurrentStepOrBuilder() { if (currentStepBuilder_ != null) { return currentStepBuilder_.getMessageOrBuilder(); } else { return currentStep_ == null ? gauge.messages.Messages.StepInfo.getDefaultInstance() : currentStep_; } } /** *
       * / Holds the information of the current Step. Valid in context of Step execution.
       * 
* * .gauge.messages.StepInfo currentStep = 3; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepInfo, gauge.messages.Messages.StepInfo.Builder, gauge.messages.Messages.StepInfoOrBuilder> getCurrentStepFieldBuilder() { if (currentStepBuilder_ == null) { currentStepBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepInfo, gauge.messages.Messages.StepInfo.Builder, gauge.messages.Messages.StepInfoOrBuilder>( getCurrentStep(), getParentForChildren(), isClean()); currentStep_ = null; } return currentStepBuilder_; } private java.lang.Object stacktrace_ = ""; /** *
       * / Stacktrace of the execution. Valid only if there is an error in execution.
       * 
* * string stacktrace = 4; * @return The stacktrace. */ public java.lang.String getStacktrace() { java.lang.Object ref = stacktrace_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); stacktrace_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * / Stacktrace of the execution. Valid only if there is an error in execution.
       * 
* * string stacktrace = 4; * @return The bytes for stacktrace. */ public com.google.protobuf.ByteString getStacktraceBytes() { java.lang.Object ref = stacktrace_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); stacktrace_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * / Stacktrace of the execution. Valid only if there is an error in execution.
       * 
* * string stacktrace = 4; * @param value The stacktrace to set. * @return This builder for chaining. */ public Builder setStacktrace( java.lang.String value) { if (value == null) { throw new NullPointerException(); } stacktrace_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** *
       * / Stacktrace of the execution. Valid only if there is an error in execution.
       * 
* * string stacktrace = 4; * @return This builder for chaining. */ public Builder clearStacktrace() { stacktrace_ = getDefaultInstance().getStacktrace(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); return this; } /** *
       * / Stacktrace of the execution. Valid only if there is an error in execution.
       * 
* * string stacktrace = 4; * @param value The bytes for stacktrace to set. * @return This builder for chaining. */ public Builder setStacktraceBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); stacktrace_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } private java.lang.Object projectName_ = ""; /** *
       * / Holds the project name
       * 
* * string projectName = 5; * @return The projectName. */ public java.lang.String getProjectName() { java.lang.Object ref = projectName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); projectName_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * / Holds the project name
       * 
* * string projectName = 5; * @return The bytes for projectName. */ public com.google.protobuf.ByteString getProjectNameBytes() { java.lang.Object ref = projectName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); projectName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * / Holds the project name
       * 
* * string projectName = 5; * @param value The projectName to set. * @return This builder for chaining. */ public Builder setProjectName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } projectName_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } /** *
       * / Holds the project name
       * 
* * string projectName = 5; * @return This builder for chaining. */ public Builder clearProjectName() { projectName_ = getDefaultInstance().getProjectName(); bitField0_ = (bitField0_ & ~0x00000010); onChanged(); return this; } /** *
       * / Holds the project name
       * 
* * string projectName = 5; * @param value The bytes for projectName to set. * @return This builder for chaining. */ public Builder setProjectNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); projectName_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } private java.util.List executionArgs_ = java.util.Collections.emptyList(); private void ensureExecutionArgsIsMutable() { if (!((bitField0_ & 0x00000020) != 0)) { executionArgs_ = new java.util.ArrayList(executionArgs_); bitField0_ |= 0x00000020; } } private com.google.protobuf.RepeatedFieldBuilder< gauge.messages.Messages.ExecutionArg, gauge.messages.Messages.ExecutionArg.Builder, gauge.messages.Messages.ExecutionArgOrBuilder> executionArgsBuilder_; /** *
       * / Holds the command line arguments.
       * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ public java.util.List getExecutionArgsList() { if (executionArgsBuilder_ == null) { return java.util.Collections.unmodifiableList(executionArgs_); } else { return executionArgsBuilder_.getMessageList(); } } /** *
       * / Holds the command line arguments.
       * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ public int getExecutionArgsCount() { if (executionArgsBuilder_ == null) { return executionArgs_.size(); } else { return executionArgsBuilder_.getCount(); } } /** *
       * / Holds the command line arguments.
       * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ public gauge.messages.Messages.ExecutionArg getExecutionArgs(int index) { if (executionArgsBuilder_ == null) { return executionArgs_.get(index); } else { return executionArgsBuilder_.getMessage(index); } } /** *
       * / Holds the command line arguments.
       * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ public Builder setExecutionArgs( int index, gauge.messages.Messages.ExecutionArg value) { if (executionArgsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureExecutionArgsIsMutable(); executionArgs_.set(index, value); onChanged(); } else { executionArgsBuilder_.setMessage(index, value); } return this; } /** *
       * / Holds the command line arguments.
       * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ public Builder setExecutionArgs( int index, gauge.messages.Messages.ExecutionArg.Builder builderForValue) { if (executionArgsBuilder_ == null) { ensureExecutionArgsIsMutable(); executionArgs_.set(index, builderForValue.build()); onChanged(); } else { executionArgsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
       * / Holds the command line arguments.
       * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ public Builder addExecutionArgs(gauge.messages.Messages.ExecutionArg value) { if (executionArgsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureExecutionArgsIsMutable(); executionArgs_.add(value); onChanged(); } else { executionArgsBuilder_.addMessage(value); } return this; } /** *
       * / Holds the command line arguments.
       * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ public Builder addExecutionArgs( int index, gauge.messages.Messages.ExecutionArg value) { if (executionArgsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureExecutionArgsIsMutable(); executionArgs_.add(index, value); onChanged(); } else { executionArgsBuilder_.addMessage(index, value); } return this; } /** *
       * / Holds the command line arguments.
       * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ public Builder addExecutionArgs( gauge.messages.Messages.ExecutionArg.Builder builderForValue) { if (executionArgsBuilder_ == null) { ensureExecutionArgsIsMutable(); executionArgs_.add(builderForValue.build()); onChanged(); } else { executionArgsBuilder_.addMessage(builderForValue.build()); } return this; } /** *
       * / Holds the command line arguments.
       * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ public Builder addExecutionArgs( int index, gauge.messages.Messages.ExecutionArg.Builder builderForValue) { if (executionArgsBuilder_ == null) { ensureExecutionArgsIsMutable(); executionArgs_.add(index, builderForValue.build()); onChanged(); } else { executionArgsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
       * / Holds the command line arguments.
       * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ public Builder addAllExecutionArgs( java.lang.Iterable values) { if (executionArgsBuilder_ == null) { ensureExecutionArgsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, executionArgs_); onChanged(); } else { executionArgsBuilder_.addAllMessages(values); } return this; } /** *
       * / Holds the command line arguments.
       * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ public Builder clearExecutionArgs() { if (executionArgsBuilder_ == null) { executionArgs_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000020); onChanged(); } else { executionArgsBuilder_.clear(); } return this; } /** *
       * / Holds the command line arguments.
       * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ public Builder removeExecutionArgs(int index) { if (executionArgsBuilder_ == null) { ensureExecutionArgsIsMutable(); executionArgs_.remove(index); onChanged(); } else { executionArgsBuilder_.remove(index); } return this; } /** *
       * / Holds the command line arguments.
       * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ public gauge.messages.Messages.ExecutionArg.Builder getExecutionArgsBuilder( int index) { return getExecutionArgsFieldBuilder().getBuilder(index); } /** *
       * / Holds the command line arguments.
       * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ public gauge.messages.Messages.ExecutionArgOrBuilder getExecutionArgsOrBuilder( int index) { if (executionArgsBuilder_ == null) { return executionArgs_.get(index); } else { return executionArgsBuilder_.getMessageOrBuilder(index); } } /** *
       * / Holds the command line arguments.
       * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ public java.util.List getExecutionArgsOrBuilderList() { if (executionArgsBuilder_ != null) { return executionArgsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(executionArgs_); } } /** *
       * / Holds the command line arguments.
       * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ public gauge.messages.Messages.ExecutionArg.Builder addExecutionArgsBuilder() { return getExecutionArgsFieldBuilder().addBuilder( gauge.messages.Messages.ExecutionArg.getDefaultInstance()); } /** *
       * / Holds the command line arguments.
       * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ public gauge.messages.Messages.ExecutionArg.Builder addExecutionArgsBuilder( int index) { return getExecutionArgsFieldBuilder().addBuilder( index, gauge.messages.Messages.ExecutionArg.getDefaultInstance()); } /** *
       * / Holds the command line arguments.
       * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ public java.util.List getExecutionArgsBuilderList() { return getExecutionArgsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< gauge.messages.Messages.ExecutionArg, gauge.messages.Messages.ExecutionArg.Builder, gauge.messages.Messages.ExecutionArgOrBuilder> getExecutionArgsFieldBuilder() { if (executionArgsBuilder_ == null) { executionArgsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< gauge.messages.Messages.ExecutionArg, gauge.messages.Messages.ExecutionArg.Builder, gauge.messages.Messages.ExecutionArgOrBuilder>( executionArgs_, ((bitField0_ & 0x00000020) != 0), getParentForChildren(), isClean()); executionArgs_ = null; } return executionArgsBuilder_; } private int numberOfExecutionStreams_ ; /** *
       * / Holds the number of running execution streams.
       * 
* * int32 numberOfExecutionStreams = 7; * @return The numberOfExecutionStreams. */ @java.lang.Override public int getNumberOfExecutionStreams() { return numberOfExecutionStreams_; } /** *
       * / Holds the number of running execution streams.
       * 
* * int32 numberOfExecutionStreams = 7; * @param value The numberOfExecutionStreams to set. * @return This builder for chaining. */ public Builder setNumberOfExecutionStreams(int value) { numberOfExecutionStreams_ = value; bitField0_ |= 0x00000040; onChanged(); return this; } /** *
       * / Holds the number of running execution streams.
       * 
* * int32 numberOfExecutionStreams = 7; * @return This builder for chaining. */ public Builder clearNumberOfExecutionStreams() { bitField0_ = (bitField0_ & ~0x00000040); numberOfExecutionStreams_ = 0; onChanged(); return this; } private int runnerId_ ; /** *
       * / Holds the runner id for parallel execution.
       * 
* * int32 runnerId = 8; * @return The runnerId. */ @java.lang.Override public int getRunnerId() { return runnerId_; } /** *
       * / Holds the runner id for parallel execution.
       * 
* * int32 runnerId = 8; * @param value The runnerId to set. * @return This builder for chaining. */ public Builder setRunnerId(int value) { runnerId_ = value; bitField0_ |= 0x00000080; onChanged(); return this; } /** *
       * / Holds the runner id for parallel execution.
       * 
* * int32 runnerId = 8; * @return This builder for chaining. */ public Builder clearRunnerId() { bitField0_ = (bitField0_ & ~0x00000080); runnerId_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.ExecutionInfo) } // @@protoc_insertion_point(class_scope:gauge.messages.ExecutionInfo) private static final gauge.messages.Messages.ExecutionInfo DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.ExecutionInfo(); } public static gauge.messages.Messages.ExecutionInfo getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ExecutionInfo parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.ExecutionInfo getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface SpecInfoOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.SpecInfo) com.google.protobuf.MessageOrBuilder { /** *
     * / Name of the current Spec being executed.
     * 
* * string name = 1; * @return The name. */ java.lang.String getName(); /** *
     * / Name of the current Spec being executed.
     * 
* * string name = 1; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
     * / Full File path containing the current Spec being executed.
     * 
* * string fileName = 2; * @return The fileName. */ java.lang.String getFileName(); /** *
     * / Full File path containing the current Spec being executed.
     * 
* * string fileName = 2; * @return The bytes for fileName. */ com.google.protobuf.ByteString getFileNameBytes(); /** *
     * / Flag to indicate if the current Spec execution failed.
     * 
* * bool isFailed = 3; * @return The isFailed. */ boolean getIsFailed(); /** *
     * / Tags relevant to the current Spec execution.
     * 
* * repeated string tags = 4; * @return A list containing the tags. */ java.util.List getTagsList(); /** *
     * / Tags relevant to the current Spec execution.
     * 
* * repeated string tags = 4; * @return The count of tags. */ int getTagsCount(); /** *
     * / Tags relevant to the current Spec execution.
     * 
* * repeated string tags = 4; * @param index The index of the element to return. * @return The tags at the given index. */ java.lang.String getTags(int index); /** *
     * / Tags relevant to the current Spec execution.
     * 
* * repeated string tags = 4; * @param index The index of the value to return. * @return The bytes of the tags at the given index. */ com.google.protobuf.ByteString getTagsBytes(int index); } /** *
   * / Contains details of the Spec execution.
   * 
* * Protobuf type {@code gauge.messages.SpecInfo} */ public static final class SpecInfo extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.SpecInfo) SpecInfoOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", SpecInfo.class.getName()); } // Use SpecInfo.newBuilder() to construct. private SpecInfo(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private SpecInfo() { name_ = ""; fileName_ = ""; tags_ = com.google.protobuf.LazyStringArrayList.emptyList(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_SpecInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_SpecInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.SpecInfo.class, gauge.messages.Messages.SpecInfo.Builder.class); } public static final int NAME_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; /** *
     * / Name of the current Spec being executed.
     * 
* * string name = 1; * @return The name. */ @java.lang.Override public java.lang.String getName() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** *
     * / Name of the current Spec being executed.
     * 
* * string name = 1; * @return The bytes for name. */ @java.lang.Override public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int FILENAME_FIELD_NUMBER = 2; @SuppressWarnings("serial") private volatile java.lang.Object fileName_ = ""; /** *
     * / Full File path containing the current Spec being executed.
     * 
* * string fileName = 2; * @return The fileName. */ @java.lang.Override public java.lang.String getFileName() { java.lang.Object ref = fileName_; 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(); fileName_ = s; return s; } } /** *
     * / Full File path containing the current Spec being executed.
     * 
* * string fileName = 2; * @return The bytes for fileName. */ @java.lang.Override public com.google.protobuf.ByteString getFileNameBytes() { java.lang.Object ref = fileName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fileName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int ISFAILED_FIELD_NUMBER = 3; private boolean isFailed_ = false; /** *
     * / Flag to indicate if the current Spec execution failed.
     * 
* * bool isFailed = 3; * @return The isFailed. */ @java.lang.Override public boolean getIsFailed() { return isFailed_; } public static final int TAGS_FIELD_NUMBER = 4; @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList tags_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** *
     * / Tags relevant to the current Spec execution.
     * 
* * repeated string tags = 4; * @return A list containing the tags. */ public com.google.protobuf.ProtocolStringList getTagsList() { return tags_; } /** *
     * / Tags relevant to the current Spec execution.
     * 
* * repeated string tags = 4; * @return The count of tags. */ public int getTagsCount() { return tags_.size(); } /** *
     * / Tags relevant to the current Spec execution.
     * 
* * repeated string tags = 4; * @param index The index of the element to return. * @return The tags at the given index. */ public java.lang.String getTags(int index) { return tags_.get(index); } /** *
     * / Tags relevant to the current Spec execution.
     * 
* * repeated string tags = 4; * @param index The index of the value to return. * @return The bytes of the tags at the given index. */ public com.google.protobuf.ByteString getTagsBytes(int index) { return tags_.getByteString(index); } 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.GeneratedMessage.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessage.writeString(output, 1, name_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(fileName_)) { com.google.protobuf.GeneratedMessage.writeString(output, 2, fileName_); } if (isFailed_ != false) { output.writeBool(3, isFailed_); } for (int i = 0; i < tags_.size(); i++) { com.google.protobuf.GeneratedMessage.writeString(output, 4, tags_.getRaw(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessage.isStringEmpty(name_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(1, name_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(fileName_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(2, fileName_); } if (isFailed_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(3, isFailed_); } { int dataSize = 0; for (int i = 0; i < tags_.size(); i++) { dataSize += computeStringSizeNoTag(tags_.getRaw(i)); } size += dataSize; size += 1 * getTagsList().size(); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.SpecInfo)) { return super.equals(obj); } gauge.messages.Messages.SpecInfo other = (gauge.messages.Messages.SpecInfo) obj; if (!getName() .equals(other.getName())) return false; if (!getFileName() .equals(other.getFileName())) return false; if (getIsFailed() != other.getIsFailed()) return false; if (!getTagsList() .equals(other.getTagsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) 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) + NAME_FIELD_NUMBER; hash = (53 * hash) + getName().hashCode(); hash = (37 * hash) + FILENAME_FIELD_NUMBER; hash = (53 * hash) + getFileName().hashCode(); hash = (37 * hash) + ISFAILED_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getIsFailed()); if (getTagsCount() > 0) { hash = (37 * hash) + TAGS_FIELD_NUMBER; hash = (53 * hash) + getTagsList().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.SpecInfo parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.SpecInfo parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.SpecInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.SpecInfo parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.SpecInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.SpecInfo parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.SpecInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.SpecInfo parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SpecInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.SpecInfo parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SpecInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.SpecInfo parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.SpecInfo 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Contains details of the Spec execution.
     * 
* * Protobuf type {@code gauge.messages.SpecInfo} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.SpecInfo) gauge.messages.Messages.SpecInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_SpecInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_SpecInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.SpecInfo.class, gauge.messages.Messages.SpecInfo.Builder.class); } // Construct using gauge.messages.Messages.SpecInfo.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; name_ = ""; fileName_ = ""; isFailed_ = false; tags_ = com.google.protobuf.LazyStringArrayList.emptyList(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_SpecInfo_descriptor; } @java.lang.Override public gauge.messages.Messages.SpecInfo getDefaultInstanceForType() { return gauge.messages.Messages.SpecInfo.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.SpecInfo build() { gauge.messages.Messages.SpecInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.SpecInfo buildPartial() { gauge.messages.Messages.SpecInfo result = new gauge.messages.Messages.SpecInfo(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.SpecInfo result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.name_ = name_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.fileName_ = fileName_; } if (((from_bitField0_ & 0x00000004) != 0)) { result.isFailed_ = isFailed_; } if (((from_bitField0_ & 0x00000008) != 0)) { tags_.makeImmutable(); result.tags_ = tags_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.SpecInfo) { return mergeFrom((gauge.messages.Messages.SpecInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.SpecInfo other) { if (other == gauge.messages.Messages.SpecInfo.getDefaultInstance()) return this; if (!other.getName().isEmpty()) { name_ = other.name_; bitField0_ |= 0x00000001; onChanged(); } if (!other.getFileName().isEmpty()) { fileName_ = other.fileName_; bitField0_ |= 0x00000002; onChanged(); } if (other.getIsFailed() != false) { setIsFailed(other.getIsFailed()); } if (!other.tags_.isEmpty()) { if (tags_.isEmpty()) { tags_ = other.tags_; bitField0_ |= 0x00000008; } else { ensureTagsIsMutable(); tags_.addAll(other.tags_); } onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { name_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 case 18: { fileName_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000002; break; } // case 18 case 24: { isFailed_ = input.readBool(); bitField0_ |= 0x00000004; break; } // case 24 case 34: { java.lang.String s = input.readStringRequireUtf8(); ensureTagsIsMutable(); tags_.add(s); break; } // case 34 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object name_ = ""; /** *
       * / Name of the current Spec being executed.
       * 
* * string name = 1; * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * / Name of the current Spec being executed.
       * 
* * string name = 1; * @return The bytes for name. */ public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * / Name of the current Spec being executed.
       * 
* * string name = 1; * @param value The name to set. * @return This builder for chaining. */ public Builder setName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Name of the current Spec being executed.
       * 
* * string name = 1; * @return This builder for chaining. */ public Builder clearName() { name_ = getDefaultInstance().getName(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
       * / Name of the current Spec being executed.
       * 
* * string name = 1; * @param value The bytes for name to set. * @return This builder for chaining. */ public Builder setNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private java.lang.Object fileName_ = ""; /** *
       * / Full File path containing the current Spec being executed.
       * 
* * string fileName = 2; * @return The fileName. */ public java.lang.String getFileName() { java.lang.Object ref = fileName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); fileName_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * / Full File path containing the current Spec being executed.
       * 
* * string fileName = 2; * @return The bytes for fileName. */ public com.google.protobuf.ByteString getFileNameBytes() { java.lang.Object ref = fileName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fileName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * / Full File path containing the current Spec being executed.
       * 
* * string fileName = 2; * @param value The fileName to set. * @return This builder for chaining. */ public Builder setFileName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } fileName_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / Full File path containing the current Spec being executed.
       * 
* * string fileName = 2; * @return This builder for chaining. */ public Builder clearFileName() { fileName_ = getDefaultInstance().getFileName(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** *
       * / Full File path containing the current Spec being executed.
       * 
* * string fileName = 2; * @param value The bytes for fileName to set. * @return This builder for chaining. */ public Builder setFileNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); fileName_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } private boolean isFailed_ ; /** *
       * / Flag to indicate if the current Spec execution failed.
       * 
* * bool isFailed = 3; * @return The isFailed. */ @java.lang.Override public boolean getIsFailed() { return isFailed_; } /** *
       * / Flag to indicate if the current Spec execution failed.
       * 
* * bool isFailed = 3; * @param value The isFailed to set. * @return This builder for chaining. */ public Builder setIsFailed(boolean value) { isFailed_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** *
       * / Flag to indicate if the current Spec execution failed.
       * 
* * bool isFailed = 3; * @return This builder for chaining. */ public Builder clearIsFailed() { bitField0_ = (bitField0_ & ~0x00000004); isFailed_ = false; onChanged(); return this; } private com.google.protobuf.LazyStringArrayList tags_ = com.google.protobuf.LazyStringArrayList.emptyList(); private void ensureTagsIsMutable() { if (!tags_.isModifiable()) { tags_ = new com.google.protobuf.LazyStringArrayList(tags_); } bitField0_ |= 0x00000008; } /** *
       * / Tags relevant to the current Spec execution.
       * 
* * repeated string tags = 4; * @return A list containing the tags. */ public com.google.protobuf.ProtocolStringList getTagsList() { tags_.makeImmutable(); return tags_; } /** *
       * / Tags relevant to the current Spec execution.
       * 
* * repeated string tags = 4; * @return The count of tags. */ public int getTagsCount() { return tags_.size(); } /** *
       * / Tags relevant to the current Spec execution.
       * 
* * repeated string tags = 4; * @param index The index of the element to return. * @return The tags at the given index. */ public java.lang.String getTags(int index) { return tags_.get(index); } /** *
       * / Tags relevant to the current Spec execution.
       * 
* * repeated string tags = 4; * @param index The index of the value to return. * @return The bytes of the tags at the given index. */ public com.google.protobuf.ByteString getTagsBytes(int index) { return tags_.getByteString(index); } /** *
       * / Tags relevant to the current Spec execution.
       * 
* * repeated string tags = 4; * @param index The index to set the value at. * @param value The tags to set. * @return This builder for chaining. */ public Builder setTags( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureTagsIsMutable(); tags_.set(index, value); bitField0_ |= 0x00000008; onChanged(); return this; } /** *
       * / Tags relevant to the current Spec execution.
       * 
* * repeated string tags = 4; * @param value The tags to add. * @return This builder for chaining. */ public Builder addTags( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureTagsIsMutable(); tags_.add(value); bitField0_ |= 0x00000008; onChanged(); return this; } /** *
       * / Tags relevant to the current Spec execution.
       * 
* * repeated string tags = 4; * @param values The tags to add. * @return This builder for chaining. */ public Builder addAllTags( java.lang.Iterable values) { ensureTagsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, tags_); bitField0_ |= 0x00000008; onChanged(); return this; } /** *
       * / Tags relevant to the current Spec execution.
       * 
* * repeated string tags = 4; * @return This builder for chaining. */ public Builder clearTags() { tags_ = com.google.protobuf.LazyStringArrayList.emptyList(); bitField0_ = (bitField0_ & ~0x00000008);; onChanged(); return this; } /** *
       * / Tags relevant to the current Spec execution.
       * 
* * repeated string tags = 4; * @param value The bytes of the tags to add. * @return This builder for chaining. */ public Builder addTagsBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureTagsIsMutable(); tags_.add(value); bitField0_ |= 0x00000008; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.SpecInfo) } // @@protoc_insertion_point(class_scope:gauge.messages.SpecInfo) private static final gauge.messages.Messages.SpecInfo DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.SpecInfo(); } public static gauge.messages.Messages.SpecInfo getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public SpecInfo parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.SpecInfo getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ScenarioInfoOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.ScenarioInfo) com.google.protobuf.MessageOrBuilder { /** *
     * / Name of the current Scenario being executed.
     * 
* * string name = 1; * @return The name. */ java.lang.String getName(); /** *
     * / Name of the current Scenario being executed.
     * 
* * string name = 1; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
     * / Flag to indicate if the current Scenario execution failed.
     * 
* * bool isFailed = 2; * @return The isFailed. */ boolean getIsFailed(); /** *
     * / Tags relevant to the current Scenario execution.
     * 
* * repeated string tags = 3; * @return A list containing the tags. */ java.util.List getTagsList(); /** *
     * / Tags relevant to the current Scenario execution.
     * 
* * repeated string tags = 3; * @return The count of tags. */ int getTagsCount(); /** *
     * / Tags relevant to the current Scenario execution.
     * 
* * repeated string tags = 3; * @param index The index of the element to return. * @return The tags at the given index. */ java.lang.String getTags(int index); /** *
     * / Tags relevant to the current Scenario execution.
     * 
* * repeated string tags = 3; * @param index The index of the value to return. * @return The bytes of the tags at the given index. */ com.google.protobuf.ByteString getTagsBytes(int index); } /** *
   * / Contains details of the Scenario execution.
   * 
* * Protobuf type {@code gauge.messages.ScenarioInfo} */ public static final class ScenarioInfo extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.ScenarioInfo) ScenarioInfoOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", ScenarioInfo.class.getName()); } // Use ScenarioInfo.newBuilder() to construct. private ScenarioInfo(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private ScenarioInfo() { name_ = ""; tags_ = com.google.protobuf.LazyStringArrayList.emptyList(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ScenarioInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ScenarioInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ScenarioInfo.class, gauge.messages.Messages.ScenarioInfo.Builder.class); } public static final int NAME_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; /** *
     * / Name of the current Scenario being executed.
     * 
* * string name = 1; * @return The name. */ @java.lang.Override public java.lang.String getName() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** *
     * / Name of the current Scenario being executed.
     * 
* * string name = 1; * @return The bytes for name. */ @java.lang.Override public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int ISFAILED_FIELD_NUMBER = 2; private boolean isFailed_ = false; /** *
     * / Flag to indicate if the current Scenario execution failed.
     * 
* * bool isFailed = 2; * @return The isFailed. */ @java.lang.Override public boolean getIsFailed() { return isFailed_; } public static final int TAGS_FIELD_NUMBER = 3; @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList tags_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** *
     * / Tags relevant to the current Scenario execution.
     * 
* * repeated string tags = 3; * @return A list containing the tags. */ public com.google.protobuf.ProtocolStringList getTagsList() { return tags_; } /** *
     * / Tags relevant to the current Scenario execution.
     * 
* * repeated string tags = 3; * @return The count of tags. */ public int getTagsCount() { return tags_.size(); } /** *
     * / Tags relevant to the current Scenario execution.
     * 
* * repeated string tags = 3; * @param index The index of the element to return. * @return The tags at the given index. */ public java.lang.String getTags(int index) { return tags_.get(index); } /** *
     * / Tags relevant to the current Scenario execution.
     * 
* * repeated string tags = 3; * @param index The index of the value to return. * @return The bytes of the tags at the given index. */ public com.google.protobuf.ByteString getTagsBytes(int index) { return tags_.getByteString(index); } 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.GeneratedMessage.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessage.writeString(output, 1, name_); } if (isFailed_ != false) { output.writeBool(2, isFailed_); } for (int i = 0; i < tags_.size(); i++) { com.google.protobuf.GeneratedMessage.writeString(output, 3, tags_.getRaw(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessage.isStringEmpty(name_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(1, name_); } if (isFailed_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(2, isFailed_); } { int dataSize = 0; for (int i = 0; i < tags_.size(); i++) { dataSize += computeStringSizeNoTag(tags_.getRaw(i)); } size += dataSize; size += 1 * getTagsList().size(); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ScenarioInfo)) { return super.equals(obj); } gauge.messages.Messages.ScenarioInfo other = (gauge.messages.Messages.ScenarioInfo) obj; if (!getName() .equals(other.getName())) return false; if (getIsFailed() != other.getIsFailed()) return false; if (!getTagsList() .equals(other.getTagsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) 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) + NAME_FIELD_NUMBER; hash = (53 * hash) + getName().hashCode(); hash = (37 * hash) + ISFAILED_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getIsFailed()); if (getTagsCount() > 0) { hash = (37 * hash) + TAGS_FIELD_NUMBER; hash = (53 * hash) + getTagsList().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.ScenarioInfo parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ScenarioInfo parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ScenarioInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ScenarioInfo parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ScenarioInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ScenarioInfo parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ScenarioInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ScenarioInfo parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ScenarioInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.ScenarioInfo parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ScenarioInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ScenarioInfo parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.ScenarioInfo 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Contains details of the Scenario execution.
     * 
* * Protobuf type {@code gauge.messages.ScenarioInfo} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.ScenarioInfo) gauge.messages.Messages.ScenarioInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ScenarioInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ScenarioInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ScenarioInfo.class, gauge.messages.Messages.ScenarioInfo.Builder.class); } // Construct using gauge.messages.Messages.ScenarioInfo.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; name_ = ""; isFailed_ = false; tags_ = com.google.protobuf.LazyStringArrayList.emptyList(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_ScenarioInfo_descriptor; } @java.lang.Override public gauge.messages.Messages.ScenarioInfo getDefaultInstanceForType() { return gauge.messages.Messages.ScenarioInfo.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.ScenarioInfo build() { gauge.messages.Messages.ScenarioInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.ScenarioInfo buildPartial() { gauge.messages.Messages.ScenarioInfo result = new gauge.messages.Messages.ScenarioInfo(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.ScenarioInfo result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.name_ = name_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.isFailed_ = isFailed_; } if (((from_bitField0_ & 0x00000004) != 0)) { tags_.makeImmutable(); result.tags_ = tags_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.ScenarioInfo) { return mergeFrom((gauge.messages.Messages.ScenarioInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.ScenarioInfo other) { if (other == gauge.messages.Messages.ScenarioInfo.getDefaultInstance()) return this; if (!other.getName().isEmpty()) { name_ = other.name_; bitField0_ |= 0x00000001; onChanged(); } if (other.getIsFailed() != false) { setIsFailed(other.getIsFailed()); } if (!other.tags_.isEmpty()) { if (tags_.isEmpty()) { tags_ = other.tags_; bitField0_ |= 0x00000004; } else { ensureTagsIsMutable(); tags_.addAll(other.tags_); } onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { name_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 case 16: { isFailed_ = input.readBool(); bitField0_ |= 0x00000002; break; } // case 16 case 26: { java.lang.String s = input.readStringRequireUtf8(); ensureTagsIsMutable(); tags_.add(s); break; } // case 26 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object name_ = ""; /** *
       * / Name of the current Scenario being executed.
       * 
* * string name = 1; * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * / Name of the current Scenario being executed.
       * 
* * string name = 1; * @return The bytes for name. */ public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * / Name of the current Scenario being executed.
       * 
* * string name = 1; * @param value The name to set. * @return This builder for chaining. */ public Builder setName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Name of the current Scenario being executed.
       * 
* * string name = 1; * @return This builder for chaining. */ public Builder clearName() { name_ = getDefaultInstance().getName(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
       * / Name of the current Scenario being executed.
       * 
* * string name = 1; * @param value The bytes for name to set. * @return This builder for chaining. */ public Builder setNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private boolean isFailed_ ; /** *
       * / Flag to indicate if the current Scenario execution failed.
       * 
* * bool isFailed = 2; * @return The isFailed. */ @java.lang.Override public boolean getIsFailed() { return isFailed_; } /** *
       * / Flag to indicate if the current Scenario execution failed.
       * 
* * bool isFailed = 2; * @param value The isFailed to set. * @return This builder for chaining. */ public Builder setIsFailed(boolean value) { isFailed_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / Flag to indicate if the current Scenario execution failed.
       * 
* * bool isFailed = 2; * @return This builder for chaining. */ public Builder clearIsFailed() { bitField0_ = (bitField0_ & ~0x00000002); isFailed_ = false; onChanged(); return this; } private com.google.protobuf.LazyStringArrayList tags_ = com.google.protobuf.LazyStringArrayList.emptyList(); private void ensureTagsIsMutable() { if (!tags_.isModifiable()) { tags_ = new com.google.protobuf.LazyStringArrayList(tags_); } bitField0_ |= 0x00000004; } /** *
       * / Tags relevant to the current Scenario execution.
       * 
* * repeated string tags = 3; * @return A list containing the tags. */ public com.google.protobuf.ProtocolStringList getTagsList() { tags_.makeImmutable(); return tags_; } /** *
       * / Tags relevant to the current Scenario execution.
       * 
* * repeated string tags = 3; * @return The count of tags. */ public int getTagsCount() { return tags_.size(); } /** *
       * / Tags relevant to the current Scenario execution.
       * 
* * repeated string tags = 3; * @param index The index of the element to return. * @return The tags at the given index. */ public java.lang.String getTags(int index) { return tags_.get(index); } /** *
       * / Tags relevant to the current Scenario execution.
       * 
* * repeated string tags = 3; * @param index The index of the value to return. * @return The bytes of the tags at the given index. */ public com.google.protobuf.ByteString getTagsBytes(int index) { return tags_.getByteString(index); } /** *
       * / Tags relevant to the current Scenario execution.
       * 
* * repeated string tags = 3; * @param index The index to set the value at. * @param value The tags to set. * @return This builder for chaining. */ public Builder setTags( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureTagsIsMutable(); tags_.set(index, value); bitField0_ |= 0x00000004; onChanged(); return this; } /** *
       * / Tags relevant to the current Scenario execution.
       * 
* * repeated string tags = 3; * @param value The tags to add. * @return This builder for chaining. */ public Builder addTags( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureTagsIsMutable(); tags_.add(value); bitField0_ |= 0x00000004; onChanged(); return this; } /** *
       * / Tags relevant to the current Scenario execution.
       * 
* * repeated string tags = 3; * @param values The tags to add. * @return This builder for chaining. */ public Builder addAllTags( java.lang.Iterable values) { ensureTagsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, tags_); bitField0_ |= 0x00000004; onChanged(); return this; } /** *
       * / Tags relevant to the current Scenario execution.
       * 
* * repeated string tags = 3; * @return This builder for chaining. */ public Builder clearTags() { tags_ = com.google.protobuf.LazyStringArrayList.emptyList(); bitField0_ = (bitField0_ & ~0x00000004);; onChanged(); return this; } /** *
       * / Tags relevant to the current Scenario execution.
       * 
* * repeated string tags = 3; * @param value The bytes of the tags to add. * @return This builder for chaining. */ public Builder addTagsBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureTagsIsMutable(); tags_.add(value); bitField0_ |= 0x00000004; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.ScenarioInfo) } // @@protoc_insertion_point(class_scope:gauge.messages.ScenarioInfo) private static final gauge.messages.Messages.ScenarioInfo DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.ScenarioInfo(); } public static gauge.messages.Messages.ScenarioInfo getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ScenarioInfo parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.ScenarioInfo getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface StepInfoOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.StepInfo) com.google.protobuf.MessageOrBuilder { /** *
     * / The current request to execute Step
     * 
* * .gauge.messages.ExecuteStepRequest step = 1; * @return Whether the step field is set. */ boolean hasStep(); /** *
     * / The current request to execute Step
     * 
* * .gauge.messages.ExecuteStepRequest step = 1; * @return The step. */ gauge.messages.Messages.ExecuteStepRequest getStep(); /** *
     * / The current request to execute Step
     * 
* * .gauge.messages.ExecuteStepRequest step = 1; */ gauge.messages.Messages.ExecuteStepRequestOrBuilder getStepOrBuilder(); /** *
     * / Flag to indicate if the current Step execution failed.
     * 
* * bool isFailed = 2; * @return The isFailed. */ boolean getIsFailed(); /** *
     * / The current stack trace in case of failure
     * 
* * string stackTrace = 3; * @return The stackTrace. */ java.lang.String getStackTrace(); /** *
     * / The current stack trace in case of failure
     * 
* * string stackTrace = 3; * @return The bytes for stackTrace. */ com.google.protobuf.ByteString getStackTraceBytes(); /** *
     * / The error message in case of failure
     * 
* * string errorMessage = 4; * @return The errorMessage. */ java.lang.String getErrorMessage(); /** *
     * / The error message in case of failure
     * 
* * string errorMessage = 4; * @return The bytes for errorMessage. */ com.google.protobuf.ByteString getErrorMessageBytes(); } /** *
   * / Contains details of the Step execution.
   * 
* * Protobuf type {@code gauge.messages.StepInfo} */ public static final class StepInfo extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.StepInfo) StepInfoOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", StepInfo.class.getName()); } // Use StepInfo.newBuilder() to construct. private StepInfo(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private StepInfo() { stackTrace_ = ""; errorMessage_ = ""; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_StepInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StepInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StepInfo.class, gauge.messages.Messages.StepInfo.Builder.class); } private int bitField0_; public static final int STEP_FIELD_NUMBER = 1; private gauge.messages.Messages.ExecuteStepRequest step_; /** *
     * / The current request to execute Step
     * 
* * .gauge.messages.ExecuteStepRequest step = 1; * @return Whether the step field is set. */ @java.lang.Override public boolean hasStep() { return ((bitField0_ & 0x00000001) != 0); } /** *
     * / The current request to execute Step
     * 
* * .gauge.messages.ExecuteStepRequest step = 1; * @return The step. */ @java.lang.Override public gauge.messages.Messages.ExecuteStepRequest getStep() { return step_ == null ? gauge.messages.Messages.ExecuteStepRequest.getDefaultInstance() : step_; } /** *
     * / The current request to execute Step
     * 
* * .gauge.messages.ExecuteStepRequest step = 1; */ @java.lang.Override public gauge.messages.Messages.ExecuteStepRequestOrBuilder getStepOrBuilder() { return step_ == null ? gauge.messages.Messages.ExecuteStepRequest.getDefaultInstance() : step_; } public static final int ISFAILED_FIELD_NUMBER = 2; private boolean isFailed_ = false; /** *
     * / Flag to indicate if the current Step execution failed.
     * 
* * bool isFailed = 2; * @return The isFailed. */ @java.lang.Override public boolean getIsFailed() { return isFailed_; } public static final int STACKTRACE_FIELD_NUMBER = 3; @SuppressWarnings("serial") private volatile java.lang.Object stackTrace_ = ""; /** *
     * / The current stack trace in case of failure
     * 
* * string stackTrace = 3; * @return The stackTrace. */ @java.lang.Override public java.lang.String getStackTrace() { java.lang.Object ref = stackTrace_; 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(); stackTrace_ = s; return s; } } /** *
     * / The current stack trace in case of failure
     * 
* * string stackTrace = 3; * @return The bytes for stackTrace. */ @java.lang.Override public com.google.protobuf.ByteString getStackTraceBytes() { java.lang.Object ref = stackTrace_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); stackTrace_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int ERRORMESSAGE_FIELD_NUMBER = 4; @SuppressWarnings("serial") private volatile java.lang.Object errorMessage_ = ""; /** *
     * / The error message in case of failure
     * 
* * string errorMessage = 4; * @return The errorMessage. */ @java.lang.Override public java.lang.String getErrorMessage() { java.lang.Object ref = errorMessage_; 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(); errorMessage_ = s; return s; } } /** *
     * / The error message in case of failure
     * 
* * string errorMessage = 4; * @return The bytes for errorMessage. */ @java.lang.Override public com.google.protobuf.ByteString getErrorMessageBytes() { java.lang.Object ref = errorMessage_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); errorMessage_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } 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 (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getStep()); } if (isFailed_ != false) { output.writeBool(2, isFailed_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(stackTrace_)) { com.google.protobuf.GeneratedMessage.writeString(output, 3, stackTrace_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(errorMessage_)) { com.google.protobuf.GeneratedMessage.writeString(output, 4, errorMessage_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getStep()); } if (isFailed_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(2, isFailed_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(stackTrace_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(3, stackTrace_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(errorMessage_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(4, errorMessage_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.StepInfo)) { return super.equals(obj); } gauge.messages.Messages.StepInfo other = (gauge.messages.Messages.StepInfo) obj; if (hasStep() != other.hasStep()) return false; if (hasStep()) { if (!getStep() .equals(other.getStep())) return false; } if (getIsFailed() != other.getIsFailed()) return false; if (!getStackTrace() .equals(other.getStackTrace())) return false; if (!getErrorMessage() .equals(other.getErrorMessage())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasStep()) { hash = (37 * hash) + STEP_FIELD_NUMBER; hash = (53 * hash) + getStep().hashCode(); } hash = (37 * hash) + ISFAILED_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getIsFailed()); hash = (37 * hash) + STACKTRACE_FIELD_NUMBER; hash = (53 * hash) + getStackTrace().hashCode(); hash = (37 * hash) + ERRORMESSAGE_FIELD_NUMBER; hash = (53 * hash) + getErrorMessage().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.StepInfo parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepInfo parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepInfo parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepInfo parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.StepInfo parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.StepInfo parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.StepInfo parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.StepInfo 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Contains details of the Step execution.
     * 
* * Protobuf type {@code gauge.messages.StepInfo} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.StepInfo) gauge.messages.Messages.StepInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_StepInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StepInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StepInfo.class, gauge.messages.Messages.StepInfo.Builder.class); } // Construct using gauge.messages.Messages.StepInfo.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getStepFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; step_ = null; if (stepBuilder_ != null) { stepBuilder_.dispose(); stepBuilder_ = null; } isFailed_ = false; stackTrace_ = ""; errorMessage_ = ""; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_StepInfo_descriptor; } @java.lang.Override public gauge.messages.Messages.StepInfo getDefaultInstanceForType() { return gauge.messages.Messages.StepInfo.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.StepInfo build() { gauge.messages.Messages.StepInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.StepInfo buildPartial() { gauge.messages.Messages.StepInfo result = new gauge.messages.Messages.StepInfo(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.StepInfo result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.step_ = stepBuilder_ == null ? step_ : stepBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.isFailed_ = isFailed_; } if (((from_bitField0_ & 0x00000004) != 0)) { result.stackTrace_ = stackTrace_; } if (((from_bitField0_ & 0x00000008) != 0)) { result.errorMessage_ = errorMessage_; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.StepInfo) { return mergeFrom((gauge.messages.Messages.StepInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.StepInfo other) { if (other == gauge.messages.Messages.StepInfo.getDefaultInstance()) return this; if (other.hasStep()) { mergeStep(other.getStep()); } if (other.getIsFailed() != false) { setIsFailed(other.getIsFailed()); } if (!other.getStackTrace().isEmpty()) { stackTrace_ = other.stackTrace_; bitField0_ |= 0x00000004; onChanged(); } if (!other.getErrorMessage().isEmpty()) { errorMessage_ = other.errorMessage_; bitField0_ |= 0x00000008; onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { input.readMessage( getStepFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 case 16: { isFailed_ = input.readBool(); bitField0_ |= 0x00000002; break; } // case 16 case 26: { stackTrace_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000004; break; } // case 26 case 34: { errorMessage_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000008; break; } // case 34 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private gauge.messages.Messages.ExecuteStepRequest step_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecuteStepRequest, gauge.messages.Messages.ExecuteStepRequest.Builder, gauge.messages.Messages.ExecuteStepRequestOrBuilder> stepBuilder_; /** *
       * / The current request to execute Step
       * 
* * .gauge.messages.ExecuteStepRequest step = 1; * @return Whether the step field is set. */ public boolean hasStep() { return ((bitField0_ & 0x00000001) != 0); } /** *
       * / The current request to execute Step
       * 
* * .gauge.messages.ExecuteStepRequest step = 1; * @return The step. */ public gauge.messages.Messages.ExecuteStepRequest getStep() { if (stepBuilder_ == null) { return step_ == null ? gauge.messages.Messages.ExecuteStepRequest.getDefaultInstance() : step_; } else { return stepBuilder_.getMessage(); } } /** *
       * / The current request to execute Step
       * 
* * .gauge.messages.ExecuteStepRequest step = 1; */ public Builder setStep(gauge.messages.Messages.ExecuteStepRequest value) { if (stepBuilder_ == null) { if (value == null) { throw new NullPointerException(); } step_ = value; } else { stepBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / The current request to execute Step
       * 
* * .gauge.messages.ExecuteStepRequest step = 1; */ public Builder setStep( gauge.messages.Messages.ExecuteStepRequest.Builder builderForValue) { if (stepBuilder_ == null) { step_ = builderForValue.build(); } else { stepBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / The current request to execute Step
       * 
* * .gauge.messages.ExecuteStepRequest step = 1; */ public Builder mergeStep(gauge.messages.Messages.ExecuteStepRequest value) { if (stepBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && step_ != null && step_ != gauge.messages.Messages.ExecuteStepRequest.getDefaultInstance()) { getStepBuilder().mergeFrom(value); } else { step_ = value; } } else { stepBuilder_.mergeFrom(value); } if (step_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** *
       * / The current request to execute Step
       * 
* * .gauge.messages.ExecuteStepRequest step = 1; */ public Builder clearStep() { bitField0_ = (bitField0_ & ~0x00000001); step_ = null; if (stepBuilder_ != null) { stepBuilder_.dispose(); stepBuilder_ = null; } onChanged(); return this; } /** *
       * / The current request to execute Step
       * 
* * .gauge.messages.ExecuteStepRequest step = 1; */ public gauge.messages.Messages.ExecuteStepRequest.Builder getStepBuilder() { bitField0_ |= 0x00000001; onChanged(); return getStepFieldBuilder().getBuilder(); } /** *
       * / The current request to execute Step
       * 
* * .gauge.messages.ExecuteStepRequest step = 1; */ public gauge.messages.Messages.ExecuteStepRequestOrBuilder getStepOrBuilder() { if (stepBuilder_ != null) { return stepBuilder_.getMessageOrBuilder(); } else { return step_ == null ? gauge.messages.Messages.ExecuteStepRequest.getDefaultInstance() : step_; } } /** *
       * / The current request to execute Step
       * 
* * .gauge.messages.ExecuteStepRequest step = 1; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecuteStepRequest, gauge.messages.Messages.ExecuteStepRequest.Builder, gauge.messages.Messages.ExecuteStepRequestOrBuilder> getStepFieldBuilder() { if (stepBuilder_ == null) { stepBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecuteStepRequest, gauge.messages.Messages.ExecuteStepRequest.Builder, gauge.messages.Messages.ExecuteStepRequestOrBuilder>( getStep(), getParentForChildren(), isClean()); step_ = null; } return stepBuilder_; } private boolean isFailed_ ; /** *
       * / Flag to indicate if the current Step execution failed.
       * 
* * bool isFailed = 2; * @return The isFailed. */ @java.lang.Override public boolean getIsFailed() { return isFailed_; } /** *
       * / Flag to indicate if the current Step execution failed.
       * 
* * bool isFailed = 2; * @param value The isFailed to set. * @return This builder for chaining. */ public Builder setIsFailed(boolean value) { isFailed_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / Flag to indicate if the current Step execution failed.
       * 
* * bool isFailed = 2; * @return This builder for chaining. */ public Builder clearIsFailed() { bitField0_ = (bitField0_ & ~0x00000002); isFailed_ = false; onChanged(); return this; } private java.lang.Object stackTrace_ = ""; /** *
       * / The current stack trace in case of failure
       * 
* * string stackTrace = 3; * @return The stackTrace. */ public java.lang.String getStackTrace() { java.lang.Object ref = stackTrace_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); stackTrace_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * / The current stack trace in case of failure
       * 
* * string stackTrace = 3; * @return The bytes for stackTrace. */ public com.google.protobuf.ByteString getStackTraceBytes() { java.lang.Object ref = stackTrace_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); stackTrace_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * / The current stack trace in case of failure
       * 
* * string stackTrace = 3; * @param value The stackTrace to set. * @return This builder for chaining. */ public Builder setStackTrace( java.lang.String value) { if (value == null) { throw new NullPointerException(); } stackTrace_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** *
       * / The current stack trace in case of failure
       * 
* * string stackTrace = 3; * @return This builder for chaining. */ public Builder clearStackTrace() { stackTrace_ = getDefaultInstance().getStackTrace(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } /** *
       * / The current stack trace in case of failure
       * 
* * string stackTrace = 3; * @param value The bytes for stackTrace to set. * @return This builder for chaining. */ public Builder setStackTraceBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); stackTrace_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } private java.lang.Object errorMessage_ = ""; /** *
       * / The error message in case of failure
       * 
* * string errorMessage = 4; * @return The errorMessage. */ public java.lang.String getErrorMessage() { java.lang.Object ref = errorMessage_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); errorMessage_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * / The error message in case of failure
       * 
* * string errorMessage = 4; * @return The bytes for errorMessage. */ public com.google.protobuf.ByteString getErrorMessageBytes() { java.lang.Object ref = errorMessage_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); errorMessage_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * / The error message in case of failure
       * 
* * string errorMessage = 4; * @param value The errorMessage to set. * @return This builder for chaining. */ public Builder setErrorMessage( java.lang.String value) { if (value == null) { throw new NullPointerException(); } errorMessage_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** *
       * / The error message in case of failure
       * 
* * string errorMessage = 4; * @return This builder for chaining. */ public Builder clearErrorMessage() { errorMessage_ = getDefaultInstance().getErrorMessage(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); return this; } /** *
       * / The error message in case of failure
       * 
* * string errorMessage = 4; * @param value The bytes for errorMessage to set. * @return This builder for chaining. */ public Builder setErrorMessageBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); errorMessage_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.StepInfo) } // @@protoc_insertion_point(class_scope:gauge.messages.StepInfo) private static final gauge.messages.Messages.StepInfo DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.StepInfo(); } public static gauge.messages.Messages.StepInfo getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public StepInfo parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.StepInfo getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ExecuteStepRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.ExecuteStepRequest) com.google.protobuf.MessageOrBuilder { /** *
     * / Contains the actual text of the Step being executed.
     * / This contains the parameters as defined in the Spec.
     * 
* * string actualStepText = 1; * @return The actualStepText. */ java.lang.String getActualStepText(); /** *
     * / Contains the actual text of the Step being executed.
     * / This contains the parameters as defined in the Spec.
     * 
* * string actualStepText = 1; * @return The bytes for actualStepText. */ com.google.protobuf.ByteString getActualStepTextBytes(); /** *
     * / Contains the parsed text of the Step being executed.
     * / The paramters are replaced with placeholders.
     * 
* * string parsedStepText = 2; * @return The parsedStepText. */ java.lang.String getParsedStepText(); /** *
     * / Contains the parsed text of the Step being executed.
     * / The paramters are replaced with placeholders.
     * 
* * string parsedStepText = 2; * @return The bytes for parsedStepText. */ com.google.protobuf.ByteString getParsedStepTextBytes(); /** *
     * / Flag to indicate if the execution of the Scenario, containing the current Step, failed.
     * 
* * bool scenarioFailing = 3; * @return The scenarioFailing. */ boolean getScenarioFailing(); /** *
     * / Collection of parameters applicable to the current Step.
     * 
* * repeated .gauge.messages.Parameter parameters = 4; */ java.util.List getParametersList(); /** *
     * / Collection of parameters applicable to the current Step.
     * 
* * repeated .gauge.messages.Parameter parameters = 4; */ gauge.messages.Spec.Parameter getParameters(int index); /** *
     * / Collection of parameters applicable to the current Step.
     * 
* * repeated .gauge.messages.Parameter parameters = 4; */ int getParametersCount(); /** *
     * / Collection of parameters applicable to the current Step.
     * 
* * repeated .gauge.messages.Parameter parameters = 4; */ java.util.List getParametersOrBuilderList(); /** *
     * / Collection of parameters applicable to the current Step.
     * 
* * repeated .gauge.messages.Parameter parameters = 4; */ gauge.messages.Spec.ParameterOrBuilder getParametersOrBuilder( int index); /** * int32 stream = 5; * @return The stream. */ int getStream(); } /** *
   * / Request sent ot the runner to Execute a Step
   * 
* * Protobuf type {@code gauge.messages.ExecuteStepRequest} */ public static final class ExecuteStepRequest extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.ExecuteStepRequest) ExecuteStepRequestOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", ExecuteStepRequest.class.getName()); } // Use ExecuteStepRequest.newBuilder() to construct. private ExecuteStepRequest(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private ExecuteStepRequest() { actualStepText_ = ""; parsedStepText_ = ""; parameters_ = java.util.Collections.emptyList(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ExecuteStepRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ExecuteStepRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ExecuteStepRequest.class, gauge.messages.Messages.ExecuteStepRequest.Builder.class); } public static final int ACTUALSTEPTEXT_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object actualStepText_ = ""; /** *
     * / Contains the actual text of the Step being executed.
     * / This contains the parameters as defined in the Spec.
     * 
* * string actualStepText = 1; * @return The actualStepText. */ @java.lang.Override public java.lang.String getActualStepText() { java.lang.Object ref = actualStepText_; 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(); actualStepText_ = s; return s; } } /** *
     * / Contains the actual text of the Step being executed.
     * / This contains the parameters as defined in the Spec.
     * 
* * string actualStepText = 1; * @return The bytes for actualStepText. */ @java.lang.Override public com.google.protobuf.ByteString getActualStepTextBytes() { java.lang.Object ref = actualStepText_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); actualStepText_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int PARSEDSTEPTEXT_FIELD_NUMBER = 2; @SuppressWarnings("serial") private volatile java.lang.Object parsedStepText_ = ""; /** *
     * / Contains the parsed text of the Step being executed.
     * / The paramters are replaced with placeholders.
     * 
* * string parsedStepText = 2; * @return The parsedStepText. */ @java.lang.Override public java.lang.String getParsedStepText() { java.lang.Object ref = parsedStepText_; 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(); parsedStepText_ = s; return s; } } /** *
     * / Contains the parsed text of the Step being executed.
     * / The paramters are replaced with placeholders.
     * 
* * string parsedStepText = 2; * @return The bytes for parsedStepText. */ @java.lang.Override public com.google.protobuf.ByteString getParsedStepTextBytes() { java.lang.Object ref = parsedStepText_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); parsedStepText_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int SCENARIOFAILING_FIELD_NUMBER = 3; private boolean scenarioFailing_ = false; /** *
     * / Flag to indicate if the execution of the Scenario, containing the current Step, failed.
     * 
* * bool scenarioFailing = 3; * @return The scenarioFailing. */ @java.lang.Override public boolean getScenarioFailing() { return scenarioFailing_; } public static final int PARAMETERS_FIELD_NUMBER = 4; @SuppressWarnings("serial") private java.util.List parameters_; /** *
     * / Collection of parameters applicable to the current Step.
     * 
* * repeated .gauge.messages.Parameter parameters = 4; */ @java.lang.Override public java.util.List getParametersList() { return parameters_; } /** *
     * / Collection of parameters applicable to the current Step.
     * 
* * repeated .gauge.messages.Parameter parameters = 4; */ @java.lang.Override public java.util.List getParametersOrBuilderList() { return parameters_; } /** *
     * / Collection of parameters applicable to the current Step.
     * 
* * repeated .gauge.messages.Parameter parameters = 4; */ @java.lang.Override public int getParametersCount() { return parameters_.size(); } /** *
     * / Collection of parameters applicable to the current Step.
     * 
* * repeated .gauge.messages.Parameter parameters = 4; */ @java.lang.Override public gauge.messages.Spec.Parameter getParameters(int index) { return parameters_.get(index); } /** *
     * / Collection of parameters applicable to the current Step.
     * 
* * repeated .gauge.messages.Parameter parameters = 4; */ @java.lang.Override public gauge.messages.Spec.ParameterOrBuilder getParametersOrBuilder( int index) { return parameters_.get(index); } public static final int STREAM_FIELD_NUMBER = 5; private int stream_ = 0; /** * int32 stream = 5; * @return The stream. */ @java.lang.Override public int getStream() { return stream_; } 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.GeneratedMessage.isStringEmpty(actualStepText_)) { com.google.protobuf.GeneratedMessage.writeString(output, 1, actualStepText_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(parsedStepText_)) { com.google.protobuf.GeneratedMessage.writeString(output, 2, parsedStepText_); } if (scenarioFailing_ != false) { output.writeBool(3, scenarioFailing_); } for (int i = 0; i < parameters_.size(); i++) { output.writeMessage(4, parameters_.get(i)); } if (stream_ != 0) { output.writeInt32(5, stream_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessage.isStringEmpty(actualStepText_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(1, actualStepText_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(parsedStepText_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(2, parsedStepText_); } if (scenarioFailing_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(3, scenarioFailing_); } for (int i = 0; i < parameters_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, parameters_.get(i)); } if (stream_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(5, stream_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ExecuteStepRequest)) { return super.equals(obj); } gauge.messages.Messages.ExecuteStepRequest other = (gauge.messages.Messages.ExecuteStepRequest) obj; if (!getActualStepText() .equals(other.getActualStepText())) return false; if (!getParsedStepText() .equals(other.getParsedStepText())) return false; if (getScenarioFailing() != other.getScenarioFailing()) return false; if (!getParametersList() .equals(other.getParametersList())) return false; if (getStream() != other.getStream()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) 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) + ACTUALSTEPTEXT_FIELD_NUMBER; hash = (53 * hash) + getActualStepText().hashCode(); hash = (37 * hash) + PARSEDSTEPTEXT_FIELD_NUMBER; hash = (53 * hash) + getParsedStepText().hashCode(); hash = (37 * hash) + SCENARIOFAILING_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getScenarioFailing()); if (getParametersCount() > 0) { hash = (37 * hash) + PARAMETERS_FIELD_NUMBER; hash = (53 * hash) + getParametersList().hashCode(); } hash = (37 * hash) + STREAM_FIELD_NUMBER; hash = (53 * hash) + getStream(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.ExecuteStepRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ExecuteStepRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ExecuteStepRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ExecuteStepRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ExecuteStepRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ExecuteStepRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ExecuteStepRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ExecuteStepRequest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ExecuteStepRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.ExecuteStepRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ExecuteStepRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ExecuteStepRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.ExecuteStepRequest 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Request sent ot the runner to Execute a Step
     * 
* * Protobuf type {@code gauge.messages.ExecuteStepRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.ExecuteStepRequest) gauge.messages.Messages.ExecuteStepRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ExecuteStepRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ExecuteStepRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ExecuteStepRequest.class, gauge.messages.Messages.ExecuteStepRequest.Builder.class); } // Construct using gauge.messages.Messages.ExecuteStepRequest.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; actualStepText_ = ""; parsedStepText_ = ""; scenarioFailing_ = false; if (parametersBuilder_ == null) { parameters_ = java.util.Collections.emptyList(); } else { parameters_ = null; parametersBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000008); stream_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_ExecuteStepRequest_descriptor; } @java.lang.Override public gauge.messages.Messages.ExecuteStepRequest getDefaultInstanceForType() { return gauge.messages.Messages.ExecuteStepRequest.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.ExecuteStepRequest build() { gauge.messages.Messages.ExecuteStepRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.ExecuteStepRequest buildPartial() { gauge.messages.Messages.ExecuteStepRequest result = new gauge.messages.Messages.ExecuteStepRequest(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartialRepeatedFields(gauge.messages.Messages.ExecuteStepRequest result) { if (parametersBuilder_ == null) { if (((bitField0_ & 0x00000008) != 0)) { parameters_ = java.util.Collections.unmodifiableList(parameters_); bitField0_ = (bitField0_ & ~0x00000008); } result.parameters_ = parameters_; } else { result.parameters_ = parametersBuilder_.build(); } } private void buildPartial0(gauge.messages.Messages.ExecuteStepRequest result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.actualStepText_ = actualStepText_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.parsedStepText_ = parsedStepText_; } if (((from_bitField0_ & 0x00000004) != 0)) { result.scenarioFailing_ = scenarioFailing_; } if (((from_bitField0_ & 0x00000010) != 0)) { result.stream_ = stream_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.ExecuteStepRequest) { return mergeFrom((gauge.messages.Messages.ExecuteStepRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.ExecuteStepRequest other) { if (other == gauge.messages.Messages.ExecuteStepRequest.getDefaultInstance()) return this; if (!other.getActualStepText().isEmpty()) { actualStepText_ = other.actualStepText_; bitField0_ |= 0x00000001; onChanged(); } if (!other.getParsedStepText().isEmpty()) { parsedStepText_ = other.parsedStepText_; bitField0_ |= 0x00000002; onChanged(); } if (other.getScenarioFailing() != false) { setScenarioFailing(other.getScenarioFailing()); } if (parametersBuilder_ == null) { if (!other.parameters_.isEmpty()) { if (parameters_.isEmpty()) { parameters_ = other.parameters_; bitField0_ = (bitField0_ & ~0x00000008); } else { ensureParametersIsMutable(); parameters_.addAll(other.parameters_); } onChanged(); } } else { if (!other.parameters_.isEmpty()) { if (parametersBuilder_.isEmpty()) { parametersBuilder_.dispose(); parametersBuilder_ = null; parameters_ = other.parameters_; bitField0_ = (bitField0_ & ~0x00000008); parametersBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getParametersFieldBuilder() : null; } else { parametersBuilder_.addAllMessages(other.parameters_); } } } if (other.getStream() != 0) { setStream(other.getStream()); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { actualStepText_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 case 18: { parsedStepText_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000002; break; } // case 18 case 24: { scenarioFailing_ = input.readBool(); bitField0_ |= 0x00000004; break; } // case 24 case 34: { gauge.messages.Spec.Parameter m = input.readMessage( gauge.messages.Spec.Parameter.parser(), extensionRegistry); if (parametersBuilder_ == null) { ensureParametersIsMutable(); parameters_.add(m); } else { parametersBuilder_.addMessage(m); } break; } // case 34 case 40: { stream_ = input.readInt32(); bitField0_ |= 0x00000010; break; } // case 40 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object actualStepText_ = ""; /** *
       * / Contains the actual text of the Step being executed.
       * / This contains the parameters as defined in the Spec.
       * 
* * string actualStepText = 1; * @return The actualStepText. */ public java.lang.String getActualStepText() { java.lang.Object ref = actualStepText_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); actualStepText_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * / Contains the actual text of the Step being executed.
       * / This contains the parameters as defined in the Spec.
       * 
* * string actualStepText = 1; * @return The bytes for actualStepText. */ public com.google.protobuf.ByteString getActualStepTextBytes() { java.lang.Object ref = actualStepText_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); actualStepText_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * / Contains the actual text of the Step being executed.
       * / This contains the parameters as defined in the Spec.
       * 
* * string actualStepText = 1; * @param value The actualStepText to set. * @return This builder for chaining. */ public Builder setActualStepText( java.lang.String value) { if (value == null) { throw new NullPointerException(); } actualStepText_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Contains the actual text of the Step being executed.
       * / This contains the parameters as defined in the Spec.
       * 
* * string actualStepText = 1; * @return This builder for chaining. */ public Builder clearActualStepText() { actualStepText_ = getDefaultInstance().getActualStepText(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
       * / Contains the actual text of the Step being executed.
       * / This contains the parameters as defined in the Spec.
       * 
* * string actualStepText = 1; * @param value The bytes for actualStepText to set. * @return This builder for chaining. */ public Builder setActualStepTextBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); actualStepText_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private java.lang.Object parsedStepText_ = ""; /** *
       * / Contains the parsed text of the Step being executed.
       * / The paramters are replaced with placeholders.
       * 
* * string parsedStepText = 2; * @return The parsedStepText. */ public java.lang.String getParsedStepText() { java.lang.Object ref = parsedStepText_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parsedStepText_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * / Contains the parsed text of the Step being executed.
       * / The paramters are replaced with placeholders.
       * 
* * string parsedStepText = 2; * @return The bytes for parsedStepText. */ public com.google.protobuf.ByteString getParsedStepTextBytes() { java.lang.Object ref = parsedStepText_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); parsedStepText_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * / Contains the parsed text of the Step being executed.
       * / The paramters are replaced with placeholders.
       * 
* * string parsedStepText = 2; * @param value The parsedStepText to set. * @return This builder for chaining. */ public Builder setParsedStepText( java.lang.String value) { if (value == null) { throw new NullPointerException(); } parsedStepText_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / Contains the parsed text of the Step being executed.
       * / The paramters are replaced with placeholders.
       * 
* * string parsedStepText = 2; * @return This builder for chaining. */ public Builder clearParsedStepText() { parsedStepText_ = getDefaultInstance().getParsedStepText(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** *
       * / Contains the parsed text of the Step being executed.
       * / The paramters are replaced with placeholders.
       * 
* * string parsedStepText = 2; * @param value The bytes for parsedStepText to set. * @return This builder for chaining. */ public Builder setParsedStepTextBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); parsedStepText_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } private boolean scenarioFailing_ ; /** *
       * / Flag to indicate if the execution of the Scenario, containing the current Step, failed.
       * 
* * bool scenarioFailing = 3; * @return The scenarioFailing. */ @java.lang.Override public boolean getScenarioFailing() { return scenarioFailing_; } /** *
       * / Flag to indicate if the execution of the Scenario, containing the current Step, failed.
       * 
* * bool scenarioFailing = 3; * @param value The scenarioFailing to set. * @return This builder for chaining. */ public Builder setScenarioFailing(boolean value) { scenarioFailing_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** *
       * / Flag to indicate if the execution of the Scenario, containing the current Step, failed.
       * 
* * bool scenarioFailing = 3; * @return This builder for chaining. */ public Builder clearScenarioFailing() { bitField0_ = (bitField0_ & ~0x00000004); scenarioFailing_ = false; onChanged(); return this; } private java.util.List parameters_ = java.util.Collections.emptyList(); private void ensureParametersIsMutable() { if (!((bitField0_ & 0x00000008) != 0)) { parameters_ = new java.util.ArrayList(parameters_); bitField0_ |= 0x00000008; } } private com.google.protobuf.RepeatedFieldBuilder< gauge.messages.Spec.Parameter, gauge.messages.Spec.Parameter.Builder, gauge.messages.Spec.ParameterOrBuilder> parametersBuilder_; /** *
       * / Collection of parameters applicable to the current Step.
       * 
* * repeated .gauge.messages.Parameter parameters = 4; */ public java.util.List getParametersList() { if (parametersBuilder_ == null) { return java.util.Collections.unmodifiableList(parameters_); } else { return parametersBuilder_.getMessageList(); } } /** *
       * / Collection of parameters applicable to the current Step.
       * 
* * repeated .gauge.messages.Parameter parameters = 4; */ public int getParametersCount() { if (parametersBuilder_ == null) { return parameters_.size(); } else { return parametersBuilder_.getCount(); } } /** *
       * / Collection of parameters applicable to the current Step.
       * 
* * repeated .gauge.messages.Parameter parameters = 4; */ public gauge.messages.Spec.Parameter getParameters(int index) { if (parametersBuilder_ == null) { return parameters_.get(index); } else { return parametersBuilder_.getMessage(index); } } /** *
       * / Collection of parameters applicable to the current Step.
       * 
* * repeated .gauge.messages.Parameter parameters = 4; */ public Builder setParameters( int index, gauge.messages.Spec.Parameter value) { if (parametersBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureParametersIsMutable(); parameters_.set(index, value); onChanged(); } else { parametersBuilder_.setMessage(index, value); } return this; } /** *
       * / Collection of parameters applicable to the current Step.
       * 
* * repeated .gauge.messages.Parameter parameters = 4; */ public Builder setParameters( int index, gauge.messages.Spec.Parameter.Builder builderForValue) { if (parametersBuilder_ == null) { ensureParametersIsMutable(); parameters_.set(index, builderForValue.build()); onChanged(); } else { parametersBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
       * / Collection of parameters applicable to the current Step.
       * 
* * repeated .gauge.messages.Parameter parameters = 4; */ public Builder addParameters(gauge.messages.Spec.Parameter value) { if (parametersBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureParametersIsMutable(); parameters_.add(value); onChanged(); } else { parametersBuilder_.addMessage(value); } return this; } /** *
       * / Collection of parameters applicable to the current Step.
       * 
* * repeated .gauge.messages.Parameter parameters = 4; */ public Builder addParameters( int index, gauge.messages.Spec.Parameter value) { if (parametersBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureParametersIsMutable(); parameters_.add(index, value); onChanged(); } else { parametersBuilder_.addMessage(index, value); } return this; } /** *
       * / Collection of parameters applicable to the current Step.
       * 
* * repeated .gauge.messages.Parameter parameters = 4; */ public Builder addParameters( gauge.messages.Spec.Parameter.Builder builderForValue) { if (parametersBuilder_ == null) { ensureParametersIsMutable(); parameters_.add(builderForValue.build()); onChanged(); } else { parametersBuilder_.addMessage(builderForValue.build()); } return this; } /** *
       * / Collection of parameters applicable to the current Step.
       * 
* * repeated .gauge.messages.Parameter parameters = 4; */ public Builder addParameters( int index, gauge.messages.Spec.Parameter.Builder builderForValue) { if (parametersBuilder_ == null) { ensureParametersIsMutable(); parameters_.add(index, builderForValue.build()); onChanged(); } else { parametersBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
       * / Collection of parameters applicable to the current Step.
       * 
* * repeated .gauge.messages.Parameter parameters = 4; */ public Builder addAllParameters( java.lang.Iterable values) { if (parametersBuilder_ == null) { ensureParametersIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, parameters_); onChanged(); } else { parametersBuilder_.addAllMessages(values); } return this; } /** *
       * / Collection of parameters applicable to the current Step.
       * 
* * repeated .gauge.messages.Parameter parameters = 4; */ public Builder clearParameters() { if (parametersBuilder_ == null) { parameters_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); } else { parametersBuilder_.clear(); } return this; } /** *
       * / Collection of parameters applicable to the current Step.
       * 
* * repeated .gauge.messages.Parameter parameters = 4; */ public Builder removeParameters(int index) { if (parametersBuilder_ == null) { ensureParametersIsMutable(); parameters_.remove(index); onChanged(); } else { parametersBuilder_.remove(index); } return this; } /** *
       * / Collection of parameters applicable to the current Step.
       * 
* * repeated .gauge.messages.Parameter parameters = 4; */ public gauge.messages.Spec.Parameter.Builder getParametersBuilder( int index) { return getParametersFieldBuilder().getBuilder(index); } /** *
       * / Collection of parameters applicable to the current Step.
       * 
* * repeated .gauge.messages.Parameter parameters = 4; */ public gauge.messages.Spec.ParameterOrBuilder getParametersOrBuilder( int index) { if (parametersBuilder_ == null) { return parameters_.get(index); } else { return parametersBuilder_.getMessageOrBuilder(index); } } /** *
       * / Collection of parameters applicable to the current Step.
       * 
* * repeated .gauge.messages.Parameter parameters = 4; */ public java.util.List getParametersOrBuilderList() { if (parametersBuilder_ != null) { return parametersBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(parameters_); } } /** *
       * / Collection of parameters applicable to the current Step.
       * 
* * repeated .gauge.messages.Parameter parameters = 4; */ public gauge.messages.Spec.Parameter.Builder addParametersBuilder() { return getParametersFieldBuilder().addBuilder( gauge.messages.Spec.Parameter.getDefaultInstance()); } /** *
       * / Collection of parameters applicable to the current Step.
       * 
* * repeated .gauge.messages.Parameter parameters = 4; */ public gauge.messages.Spec.Parameter.Builder addParametersBuilder( int index) { return getParametersFieldBuilder().addBuilder( index, gauge.messages.Spec.Parameter.getDefaultInstance()); } /** *
       * / Collection of parameters applicable to the current Step.
       * 
* * repeated .gauge.messages.Parameter parameters = 4; */ public java.util.List getParametersBuilderList() { return getParametersFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< gauge.messages.Spec.Parameter, gauge.messages.Spec.Parameter.Builder, gauge.messages.Spec.ParameterOrBuilder> getParametersFieldBuilder() { if (parametersBuilder_ == null) { parametersBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< gauge.messages.Spec.Parameter, gauge.messages.Spec.Parameter.Builder, gauge.messages.Spec.ParameterOrBuilder>( parameters_, ((bitField0_ & 0x00000008) != 0), getParentForChildren(), isClean()); parameters_ = null; } return parametersBuilder_; } private int stream_ ; /** * int32 stream = 5; * @return The stream. */ @java.lang.Override public int getStream() { return stream_; } /** * int32 stream = 5; * @param value The stream to set. * @return This builder for chaining. */ public Builder setStream(int value) { stream_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } /** * int32 stream = 5; * @return This builder for chaining. */ public Builder clearStream() { bitField0_ = (bitField0_ & ~0x00000010); stream_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.ExecuteStepRequest) } // @@protoc_insertion_point(class_scope:gauge.messages.ExecuteStepRequest) private static final gauge.messages.Messages.ExecuteStepRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.ExecuteStepRequest(); } public static gauge.messages.Messages.ExecuteStepRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ExecuteStepRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.ExecuteStepRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface StepValidateRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.StepValidateRequest) com.google.protobuf.MessageOrBuilder { /** *
     * / The text is used to lookup Step implementation
     * 
* * string stepText = 1; * @return The stepText. */ java.lang.String getStepText(); /** *
     * / The text is used to lookup Step implementation
     * 
* * string stepText = 1; * @return The bytes for stepText. */ com.google.protobuf.ByteString getStepTextBytes(); /** *
     * / The number of paramters in the Step
     * 
* * int32 numberOfParameters = 2; * @return The numberOfParameters. */ int getNumberOfParameters(); /** *
     * /This is use to generate step implementation template
     * 
* * .gauge.messages.ProtoStepValue stepValue = 3; * @return Whether the stepValue field is set. */ boolean hasStepValue(); /** *
     * /This is use to generate step implementation template
     * 
* * .gauge.messages.ProtoStepValue stepValue = 3; * @return The stepValue. */ gauge.messages.Spec.ProtoStepValue getStepValue(); /** *
     * /This is use to generate step implementation template
     * 
* * .gauge.messages.ProtoStepValue stepValue = 3; */ gauge.messages.Spec.ProtoStepValueOrBuilder getStepValueOrBuilder(); } /** *
   * / Request sent ot the runner to check if given Step is valid.
   * / The runner should check if there is an implementation defined for the given Step Text.
   * 
* * Protobuf type {@code gauge.messages.StepValidateRequest} */ public static final class StepValidateRequest extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.StepValidateRequest) StepValidateRequestOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", StepValidateRequest.class.getName()); } // Use StepValidateRequest.newBuilder() to construct. private StepValidateRequest(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private StepValidateRequest() { stepText_ = ""; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_StepValidateRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StepValidateRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StepValidateRequest.class, gauge.messages.Messages.StepValidateRequest.Builder.class); } private int bitField0_; public static final int STEPTEXT_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object stepText_ = ""; /** *
     * / The text is used to lookup Step implementation
     * 
* * string stepText = 1; * @return The stepText. */ @java.lang.Override public java.lang.String getStepText() { java.lang.Object ref = stepText_; 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(); stepText_ = s; return s; } } /** *
     * / The text is used to lookup Step implementation
     * 
* * string stepText = 1; * @return The bytes for stepText. */ @java.lang.Override public com.google.protobuf.ByteString getStepTextBytes() { java.lang.Object ref = stepText_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); stepText_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int NUMBEROFPARAMETERS_FIELD_NUMBER = 2; private int numberOfParameters_ = 0; /** *
     * / The number of paramters in the Step
     * 
* * int32 numberOfParameters = 2; * @return The numberOfParameters. */ @java.lang.Override public int getNumberOfParameters() { return numberOfParameters_; } public static final int STEPVALUE_FIELD_NUMBER = 3; private gauge.messages.Spec.ProtoStepValue stepValue_; /** *
     * /This is use to generate step implementation template
     * 
* * .gauge.messages.ProtoStepValue stepValue = 3; * @return Whether the stepValue field is set. */ @java.lang.Override public boolean hasStepValue() { return ((bitField0_ & 0x00000001) != 0); } /** *
     * /This is use to generate step implementation template
     * 
* * .gauge.messages.ProtoStepValue stepValue = 3; * @return The stepValue. */ @java.lang.Override public gauge.messages.Spec.ProtoStepValue getStepValue() { return stepValue_ == null ? gauge.messages.Spec.ProtoStepValue.getDefaultInstance() : stepValue_; } /** *
     * /This is use to generate step implementation template
     * 
* * .gauge.messages.ProtoStepValue stepValue = 3; */ @java.lang.Override public gauge.messages.Spec.ProtoStepValueOrBuilder getStepValueOrBuilder() { return stepValue_ == null ? gauge.messages.Spec.ProtoStepValue.getDefaultInstance() : stepValue_; } 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.GeneratedMessage.isStringEmpty(stepText_)) { com.google.protobuf.GeneratedMessage.writeString(output, 1, stepText_); } if (numberOfParameters_ != 0) { output.writeInt32(2, numberOfParameters_); } if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(3, getStepValue()); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessage.isStringEmpty(stepText_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(1, stepText_); } if (numberOfParameters_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(2, numberOfParameters_); } if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, getStepValue()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.StepValidateRequest)) { return super.equals(obj); } gauge.messages.Messages.StepValidateRequest other = (gauge.messages.Messages.StepValidateRequest) obj; if (!getStepText() .equals(other.getStepText())) return false; if (getNumberOfParameters() != other.getNumberOfParameters()) return false; if (hasStepValue() != other.hasStepValue()) return false; if (hasStepValue()) { if (!getStepValue() .equals(other.getStepValue())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) 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) + STEPTEXT_FIELD_NUMBER; hash = (53 * hash) + getStepText().hashCode(); hash = (37 * hash) + NUMBEROFPARAMETERS_FIELD_NUMBER; hash = (53 * hash) + getNumberOfParameters(); if (hasStepValue()) { hash = (37 * hash) + STEPVALUE_FIELD_NUMBER; hash = (53 * hash) + getStepValue().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.StepValidateRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepValidateRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepValidateRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepValidateRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepValidateRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepValidateRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepValidateRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.StepValidateRequest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepValidateRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.StepValidateRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepValidateRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.StepValidateRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.StepValidateRequest 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Request sent ot the runner to check if given Step is valid.
     * / The runner should check if there is an implementation defined for the given Step Text.
     * 
* * Protobuf type {@code gauge.messages.StepValidateRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.StepValidateRequest) gauge.messages.Messages.StepValidateRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_StepValidateRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StepValidateRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StepValidateRequest.class, gauge.messages.Messages.StepValidateRequest.Builder.class); } // Construct using gauge.messages.Messages.StepValidateRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getStepValueFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; stepText_ = ""; numberOfParameters_ = 0; stepValue_ = null; if (stepValueBuilder_ != null) { stepValueBuilder_.dispose(); stepValueBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_StepValidateRequest_descriptor; } @java.lang.Override public gauge.messages.Messages.StepValidateRequest getDefaultInstanceForType() { return gauge.messages.Messages.StepValidateRequest.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.StepValidateRequest build() { gauge.messages.Messages.StepValidateRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.StepValidateRequest buildPartial() { gauge.messages.Messages.StepValidateRequest result = new gauge.messages.Messages.StepValidateRequest(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.StepValidateRequest result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.stepText_ = stepText_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.numberOfParameters_ = numberOfParameters_; } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000004) != 0)) { result.stepValue_ = stepValueBuilder_ == null ? stepValue_ : stepValueBuilder_.build(); to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.StepValidateRequest) { return mergeFrom((gauge.messages.Messages.StepValidateRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.StepValidateRequest other) { if (other == gauge.messages.Messages.StepValidateRequest.getDefaultInstance()) return this; if (!other.getStepText().isEmpty()) { stepText_ = other.stepText_; bitField0_ |= 0x00000001; onChanged(); } if (other.getNumberOfParameters() != 0) { setNumberOfParameters(other.getNumberOfParameters()); } if (other.hasStepValue()) { mergeStepValue(other.getStepValue()); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { stepText_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 case 16: { numberOfParameters_ = input.readInt32(); bitField0_ |= 0x00000002; break; } // case 16 case 26: { input.readMessage( getStepValueFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000004; break; } // case 26 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object stepText_ = ""; /** *
       * / The text is used to lookup Step implementation
       * 
* * string stepText = 1; * @return The stepText. */ public java.lang.String getStepText() { java.lang.Object ref = stepText_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); stepText_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * / The text is used to lookup Step implementation
       * 
* * string stepText = 1; * @return The bytes for stepText. */ public com.google.protobuf.ByteString getStepTextBytes() { java.lang.Object ref = stepText_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); stepText_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * / The text is used to lookup Step implementation
       * 
* * string stepText = 1; * @param value The stepText to set. * @return This builder for chaining. */ public Builder setStepText( java.lang.String value) { if (value == null) { throw new NullPointerException(); } stepText_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / The text is used to lookup Step implementation
       * 
* * string stepText = 1; * @return This builder for chaining. */ public Builder clearStepText() { stepText_ = getDefaultInstance().getStepText(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
       * / The text is used to lookup Step implementation
       * 
* * string stepText = 1; * @param value The bytes for stepText to set. * @return This builder for chaining. */ public Builder setStepTextBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); stepText_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private int numberOfParameters_ ; /** *
       * / The number of paramters in the Step
       * 
* * int32 numberOfParameters = 2; * @return The numberOfParameters. */ @java.lang.Override public int getNumberOfParameters() { return numberOfParameters_; } /** *
       * / The number of paramters in the Step
       * 
* * int32 numberOfParameters = 2; * @param value The numberOfParameters to set. * @return This builder for chaining. */ public Builder setNumberOfParameters(int value) { numberOfParameters_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / The number of paramters in the Step
       * 
* * int32 numberOfParameters = 2; * @return This builder for chaining. */ public Builder clearNumberOfParameters() { bitField0_ = (bitField0_ & ~0x00000002); numberOfParameters_ = 0; onChanged(); return this; } private gauge.messages.Spec.ProtoStepValue stepValue_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoStepValue, gauge.messages.Spec.ProtoStepValue.Builder, gauge.messages.Spec.ProtoStepValueOrBuilder> stepValueBuilder_; /** *
       * /This is use to generate step implementation template
       * 
* * .gauge.messages.ProtoStepValue stepValue = 3; * @return Whether the stepValue field is set. */ public boolean hasStepValue() { return ((bitField0_ & 0x00000004) != 0); } /** *
       * /This is use to generate step implementation template
       * 
* * .gauge.messages.ProtoStepValue stepValue = 3; * @return The stepValue. */ public gauge.messages.Spec.ProtoStepValue getStepValue() { if (stepValueBuilder_ == null) { return stepValue_ == null ? gauge.messages.Spec.ProtoStepValue.getDefaultInstance() : stepValue_; } else { return stepValueBuilder_.getMessage(); } } /** *
       * /This is use to generate step implementation template
       * 
* * .gauge.messages.ProtoStepValue stepValue = 3; */ public Builder setStepValue(gauge.messages.Spec.ProtoStepValue value) { if (stepValueBuilder_ == null) { if (value == null) { throw new NullPointerException(); } stepValue_ = value; } else { stepValueBuilder_.setMessage(value); } bitField0_ |= 0x00000004; onChanged(); return this; } /** *
       * /This is use to generate step implementation template
       * 
* * .gauge.messages.ProtoStepValue stepValue = 3; */ public Builder setStepValue( gauge.messages.Spec.ProtoStepValue.Builder builderForValue) { if (stepValueBuilder_ == null) { stepValue_ = builderForValue.build(); } else { stepValueBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000004; onChanged(); return this; } /** *
       * /This is use to generate step implementation template
       * 
* * .gauge.messages.ProtoStepValue stepValue = 3; */ public Builder mergeStepValue(gauge.messages.Spec.ProtoStepValue value) { if (stepValueBuilder_ == null) { if (((bitField0_ & 0x00000004) != 0) && stepValue_ != null && stepValue_ != gauge.messages.Spec.ProtoStepValue.getDefaultInstance()) { getStepValueBuilder().mergeFrom(value); } else { stepValue_ = value; } } else { stepValueBuilder_.mergeFrom(value); } if (stepValue_ != null) { bitField0_ |= 0x00000004; onChanged(); } return this; } /** *
       * /This is use to generate step implementation template
       * 
* * .gauge.messages.ProtoStepValue stepValue = 3; */ public Builder clearStepValue() { bitField0_ = (bitField0_ & ~0x00000004); stepValue_ = null; if (stepValueBuilder_ != null) { stepValueBuilder_.dispose(); stepValueBuilder_ = null; } onChanged(); return this; } /** *
       * /This is use to generate step implementation template
       * 
* * .gauge.messages.ProtoStepValue stepValue = 3; */ public gauge.messages.Spec.ProtoStepValue.Builder getStepValueBuilder() { bitField0_ |= 0x00000004; onChanged(); return getStepValueFieldBuilder().getBuilder(); } /** *
       * /This is use to generate step implementation template
       * 
* * .gauge.messages.ProtoStepValue stepValue = 3; */ public gauge.messages.Spec.ProtoStepValueOrBuilder getStepValueOrBuilder() { if (stepValueBuilder_ != null) { return stepValueBuilder_.getMessageOrBuilder(); } else { return stepValue_ == null ? gauge.messages.Spec.ProtoStepValue.getDefaultInstance() : stepValue_; } } /** *
       * /This is use to generate step implementation template
       * 
* * .gauge.messages.ProtoStepValue stepValue = 3; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoStepValue, gauge.messages.Spec.ProtoStepValue.Builder, gauge.messages.Spec.ProtoStepValueOrBuilder> getStepValueFieldBuilder() { if (stepValueBuilder_ == null) { stepValueBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoStepValue, gauge.messages.Spec.ProtoStepValue.Builder, gauge.messages.Spec.ProtoStepValueOrBuilder>( getStepValue(), getParentForChildren(), isClean()); stepValue_ = null; } return stepValueBuilder_; } // @@protoc_insertion_point(builder_scope:gauge.messages.StepValidateRequest) } // @@protoc_insertion_point(class_scope:gauge.messages.StepValidateRequest) private static final gauge.messages.Messages.StepValidateRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.StepValidateRequest(); } public static gauge.messages.Messages.StepValidateRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public StepValidateRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.StepValidateRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface StepValidateResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.StepValidateResponse) com.google.protobuf.MessageOrBuilder { /** * bool isValid = 1; * @return The isValid. */ boolean getIsValid(); /** * string errorMessage = 2; * @return The errorMessage. */ java.lang.String getErrorMessage(); /** * string errorMessage = 2; * @return The bytes for errorMessage. */ com.google.protobuf.ByteString getErrorMessageBytes(); /** * .gauge.messages.StepValidateResponse.ErrorType errorType = 3; * @return The enum numeric value on the wire for errorType. */ int getErrorTypeValue(); /** * .gauge.messages.StepValidateResponse.ErrorType errorType = 3; * @return The errorType. */ gauge.messages.Messages.StepValidateResponse.ErrorType getErrorType(); /** * string suggestion = 4; * @return The suggestion. */ java.lang.String getSuggestion(); /** * string suggestion = 4; * @return The bytes for suggestion. */ com.google.protobuf.ByteString getSuggestionBytes(); } /** *
   * / Response of StepValidateRequest.
   * / The runner tells the caller if the Request was valid,
   * / i.e. an implementation exists for given Step text.
   * / Returns an error message if it is an error response.
   * 
* * Protobuf type {@code gauge.messages.StepValidateResponse} */ public static final class StepValidateResponse extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.StepValidateResponse) StepValidateResponseOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", StepValidateResponse.class.getName()); } // Use StepValidateResponse.newBuilder() to construct. private StepValidateResponse(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private StepValidateResponse() { errorMessage_ = ""; errorType_ = 0; suggestion_ = ""; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_StepValidateResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StepValidateResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StepValidateResponse.class, gauge.messages.Messages.StepValidateResponse.Builder.class); } /** * Protobuf enum {@code gauge.messages.StepValidateResponse.ErrorType} */ public enum ErrorType implements com.google.protobuf.ProtocolMessageEnum { /** * STEP_IMPLEMENTATION_NOT_FOUND = 0; */ STEP_IMPLEMENTATION_NOT_FOUND(0), /** * DUPLICATE_STEP_IMPLEMENTATION = 1; */ DUPLICATE_STEP_IMPLEMENTATION(1), UNRECOGNIZED(-1), ; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", ErrorType.class.getName()); } /** * STEP_IMPLEMENTATION_NOT_FOUND = 0; */ public static final int STEP_IMPLEMENTATION_NOT_FOUND_VALUE = 0; /** * DUPLICATE_STEP_IMPLEMENTATION = 1; */ public static final int DUPLICATE_STEP_IMPLEMENTATION_VALUE = 1; 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 ErrorType 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 ErrorType forNumber(int value) { switch (value) { case 0: return STEP_IMPLEMENTATION_NOT_FOUND; case 1: return DUPLICATE_STEP_IMPLEMENTATION; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< ErrorType> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public ErrorType findValueByNumber(int number) { return ErrorType.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return gauge.messages.Messages.StepValidateResponse.getDescriptor().getEnumTypes().get(0); } private static final ErrorType[] VALUES = values(); public static ErrorType valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private ErrorType(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:gauge.messages.StepValidateResponse.ErrorType) } public static final int ISVALID_FIELD_NUMBER = 1; private boolean isValid_ = false; /** * bool isValid = 1; * @return The isValid. */ @java.lang.Override public boolean getIsValid() { return isValid_; } public static final int ERRORMESSAGE_FIELD_NUMBER = 2; @SuppressWarnings("serial") private volatile java.lang.Object errorMessage_ = ""; /** * string errorMessage = 2; * @return The errorMessage. */ @java.lang.Override public java.lang.String getErrorMessage() { java.lang.Object ref = errorMessage_; 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(); errorMessage_ = s; return s; } } /** * string errorMessage = 2; * @return The bytes for errorMessage. */ @java.lang.Override public com.google.protobuf.ByteString getErrorMessageBytes() { java.lang.Object ref = errorMessage_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); errorMessage_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int ERRORTYPE_FIELD_NUMBER = 3; private int errorType_ = 0; /** * .gauge.messages.StepValidateResponse.ErrorType errorType = 3; * @return The enum numeric value on the wire for errorType. */ @java.lang.Override public int getErrorTypeValue() { return errorType_; } /** * .gauge.messages.StepValidateResponse.ErrorType errorType = 3; * @return The errorType. */ @java.lang.Override public gauge.messages.Messages.StepValidateResponse.ErrorType getErrorType() { gauge.messages.Messages.StepValidateResponse.ErrorType result = gauge.messages.Messages.StepValidateResponse.ErrorType.forNumber(errorType_); return result == null ? gauge.messages.Messages.StepValidateResponse.ErrorType.UNRECOGNIZED : result; } public static final int SUGGESTION_FIELD_NUMBER = 4; @SuppressWarnings("serial") private volatile java.lang.Object suggestion_ = ""; /** * string suggestion = 4; * @return The suggestion. */ @java.lang.Override public java.lang.String getSuggestion() { java.lang.Object ref = suggestion_; 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(); suggestion_ = s; return s; } } /** * string suggestion = 4; * @return The bytes for suggestion. */ @java.lang.Override public com.google.protobuf.ByteString getSuggestionBytes() { java.lang.Object ref = suggestion_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); suggestion_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } 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 (isValid_ != false) { output.writeBool(1, isValid_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(errorMessage_)) { com.google.protobuf.GeneratedMessage.writeString(output, 2, errorMessage_); } if (errorType_ != gauge.messages.Messages.StepValidateResponse.ErrorType.STEP_IMPLEMENTATION_NOT_FOUND.getNumber()) { output.writeEnum(3, errorType_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(suggestion_)) { com.google.protobuf.GeneratedMessage.writeString(output, 4, suggestion_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (isValid_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(1, isValid_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(errorMessage_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(2, errorMessage_); } if (errorType_ != gauge.messages.Messages.StepValidateResponse.ErrorType.STEP_IMPLEMENTATION_NOT_FOUND.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(3, errorType_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(suggestion_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(4, suggestion_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.StepValidateResponse)) { return super.equals(obj); } gauge.messages.Messages.StepValidateResponse other = (gauge.messages.Messages.StepValidateResponse) obj; if (getIsValid() != other.getIsValid()) return false; if (!getErrorMessage() .equals(other.getErrorMessage())) return false; if (errorType_ != other.errorType_) return false; if (!getSuggestion() .equals(other.getSuggestion())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) 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) + ISVALID_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getIsValid()); hash = (37 * hash) + ERRORMESSAGE_FIELD_NUMBER; hash = (53 * hash) + getErrorMessage().hashCode(); hash = (37 * hash) + ERRORTYPE_FIELD_NUMBER; hash = (53 * hash) + errorType_; hash = (37 * hash) + SUGGESTION_FIELD_NUMBER; hash = (53 * hash) + getSuggestion().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.StepValidateResponse parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepValidateResponse parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepValidateResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepValidateResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepValidateResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepValidateResponse parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepValidateResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.StepValidateResponse parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepValidateResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.StepValidateResponse parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepValidateResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.StepValidateResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.StepValidateResponse 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Response of StepValidateRequest.
     * / The runner tells the caller if the Request was valid,
     * / i.e. an implementation exists for given Step text.
     * / Returns an error message if it is an error response.
     * 
* * Protobuf type {@code gauge.messages.StepValidateResponse} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.StepValidateResponse) gauge.messages.Messages.StepValidateResponseOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_StepValidateResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StepValidateResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StepValidateResponse.class, gauge.messages.Messages.StepValidateResponse.Builder.class); } // Construct using gauge.messages.Messages.StepValidateResponse.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; isValid_ = false; errorMessage_ = ""; errorType_ = 0; suggestion_ = ""; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_StepValidateResponse_descriptor; } @java.lang.Override public gauge.messages.Messages.StepValidateResponse getDefaultInstanceForType() { return gauge.messages.Messages.StepValidateResponse.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.StepValidateResponse build() { gauge.messages.Messages.StepValidateResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.StepValidateResponse buildPartial() { gauge.messages.Messages.StepValidateResponse result = new gauge.messages.Messages.StepValidateResponse(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.StepValidateResponse result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.isValid_ = isValid_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.errorMessage_ = errorMessage_; } if (((from_bitField0_ & 0x00000004) != 0)) { result.errorType_ = errorType_; } if (((from_bitField0_ & 0x00000008) != 0)) { result.suggestion_ = suggestion_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.StepValidateResponse) { return mergeFrom((gauge.messages.Messages.StepValidateResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.StepValidateResponse other) { if (other == gauge.messages.Messages.StepValidateResponse.getDefaultInstance()) return this; if (other.getIsValid() != false) { setIsValid(other.getIsValid()); } if (!other.getErrorMessage().isEmpty()) { errorMessage_ = other.errorMessage_; bitField0_ |= 0x00000002; onChanged(); } if (other.errorType_ != 0) { setErrorTypeValue(other.getErrorTypeValue()); } if (!other.getSuggestion().isEmpty()) { suggestion_ = other.suggestion_; bitField0_ |= 0x00000008; onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { isValid_ = input.readBool(); bitField0_ |= 0x00000001; break; } // case 8 case 18: { errorMessage_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000002; break; } // case 18 case 24: { errorType_ = input.readEnum(); bitField0_ |= 0x00000004; break; } // case 24 case 34: { suggestion_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000008; break; } // case 34 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private boolean isValid_ ; /** * bool isValid = 1; * @return The isValid. */ @java.lang.Override public boolean getIsValid() { return isValid_; } /** * bool isValid = 1; * @param value The isValid to set. * @return This builder for chaining. */ public Builder setIsValid(boolean value) { isValid_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * bool isValid = 1; * @return This builder for chaining. */ public Builder clearIsValid() { bitField0_ = (bitField0_ & ~0x00000001); isValid_ = false; onChanged(); return this; } private java.lang.Object errorMessage_ = ""; /** * string errorMessage = 2; * @return The errorMessage. */ public java.lang.String getErrorMessage() { java.lang.Object ref = errorMessage_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); errorMessage_ = s; return s; } else { return (java.lang.String) ref; } } /** * string errorMessage = 2; * @return The bytes for errorMessage. */ public com.google.protobuf.ByteString getErrorMessageBytes() { java.lang.Object ref = errorMessage_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); errorMessage_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string errorMessage = 2; * @param value The errorMessage to set. * @return This builder for chaining. */ public Builder setErrorMessage( java.lang.String value) { if (value == null) { throw new NullPointerException(); } errorMessage_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** * string errorMessage = 2; * @return This builder for chaining. */ public Builder clearErrorMessage() { errorMessage_ = getDefaultInstance().getErrorMessage(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** * string errorMessage = 2; * @param value The bytes for errorMessage to set. * @return This builder for chaining. */ public Builder setErrorMessageBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); errorMessage_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } private int errorType_ = 0; /** * .gauge.messages.StepValidateResponse.ErrorType errorType = 3; * @return The enum numeric value on the wire for errorType. */ @java.lang.Override public int getErrorTypeValue() { return errorType_; } /** * .gauge.messages.StepValidateResponse.ErrorType errorType = 3; * @param value The enum numeric value on the wire for errorType to set. * @return This builder for chaining. */ public Builder setErrorTypeValue(int value) { errorType_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** * .gauge.messages.StepValidateResponse.ErrorType errorType = 3; * @return The errorType. */ @java.lang.Override public gauge.messages.Messages.StepValidateResponse.ErrorType getErrorType() { gauge.messages.Messages.StepValidateResponse.ErrorType result = gauge.messages.Messages.StepValidateResponse.ErrorType.forNumber(errorType_); return result == null ? gauge.messages.Messages.StepValidateResponse.ErrorType.UNRECOGNIZED : result; } /** * .gauge.messages.StepValidateResponse.ErrorType errorType = 3; * @param value The errorType to set. * @return This builder for chaining. */ public Builder setErrorType(gauge.messages.Messages.StepValidateResponse.ErrorType value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000004; errorType_ = value.getNumber(); onChanged(); return this; } /** * .gauge.messages.StepValidateResponse.ErrorType errorType = 3; * @return This builder for chaining. */ public Builder clearErrorType() { bitField0_ = (bitField0_ & ~0x00000004); errorType_ = 0; onChanged(); return this; } private java.lang.Object suggestion_ = ""; /** * string suggestion = 4; * @return The suggestion. */ public java.lang.String getSuggestion() { java.lang.Object ref = suggestion_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); suggestion_ = s; return s; } else { return (java.lang.String) ref; } } /** * string suggestion = 4; * @return The bytes for suggestion. */ public com.google.protobuf.ByteString getSuggestionBytes() { java.lang.Object ref = suggestion_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); suggestion_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string suggestion = 4; * @param value The suggestion to set. * @return This builder for chaining. */ public Builder setSuggestion( java.lang.String value) { if (value == null) { throw new NullPointerException(); } suggestion_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** * string suggestion = 4; * @return This builder for chaining. */ public Builder clearSuggestion() { suggestion_ = getDefaultInstance().getSuggestion(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); return this; } /** * string suggestion = 4; * @param value The bytes for suggestion to set. * @return This builder for chaining. */ public Builder setSuggestionBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); suggestion_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.StepValidateResponse) } // @@protoc_insertion_point(class_scope:gauge.messages.StepValidateResponse) private static final gauge.messages.Messages.StepValidateResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.StepValidateResponse(); } public static gauge.messages.Messages.StepValidateResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public StepValidateResponse parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.StepValidateResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface SuiteExecutionResultOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.SuiteExecutionResult) com.google.protobuf.MessageOrBuilder { /** * .gauge.messages.ProtoSuiteResult suiteResult = 1; * @return Whether the suiteResult field is set. */ boolean hasSuiteResult(); /** * .gauge.messages.ProtoSuiteResult suiteResult = 1; * @return The suiteResult. */ gauge.messages.Spec.ProtoSuiteResult getSuiteResult(); /** * .gauge.messages.ProtoSuiteResult suiteResult = 1; */ gauge.messages.Spec.ProtoSuiteResultOrBuilder getSuiteResultOrBuilder(); } /** *
   * / Result of the Suite Execution.
   * 
* * Protobuf type {@code gauge.messages.SuiteExecutionResult} */ public static final class SuiteExecutionResult extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.SuiteExecutionResult) SuiteExecutionResultOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", SuiteExecutionResult.class.getName()); } // Use SuiteExecutionResult.newBuilder() to construct. private SuiteExecutionResult(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private SuiteExecutionResult() { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_SuiteExecutionResult_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_SuiteExecutionResult_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.SuiteExecutionResult.class, gauge.messages.Messages.SuiteExecutionResult.Builder.class); } private int bitField0_; public static final int SUITERESULT_FIELD_NUMBER = 1; private gauge.messages.Spec.ProtoSuiteResult suiteResult_; /** * .gauge.messages.ProtoSuiteResult suiteResult = 1; * @return Whether the suiteResult field is set. */ @java.lang.Override public boolean hasSuiteResult() { return ((bitField0_ & 0x00000001) != 0); } /** * .gauge.messages.ProtoSuiteResult suiteResult = 1; * @return The suiteResult. */ @java.lang.Override public gauge.messages.Spec.ProtoSuiteResult getSuiteResult() { return suiteResult_ == null ? gauge.messages.Spec.ProtoSuiteResult.getDefaultInstance() : suiteResult_; } /** * .gauge.messages.ProtoSuiteResult suiteResult = 1; */ @java.lang.Override public gauge.messages.Spec.ProtoSuiteResultOrBuilder getSuiteResultOrBuilder() { return suiteResult_ == null ? gauge.messages.Spec.ProtoSuiteResult.getDefaultInstance() : suiteResult_; } 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 (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getSuiteResult()); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getSuiteResult()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.SuiteExecutionResult)) { return super.equals(obj); } gauge.messages.Messages.SuiteExecutionResult other = (gauge.messages.Messages.SuiteExecutionResult) obj; if (hasSuiteResult() != other.hasSuiteResult()) return false; if (hasSuiteResult()) { if (!getSuiteResult() .equals(other.getSuiteResult())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasSuiteResult()) { hash = (37 * hash) + SUITERESULT_FIELD_NUMBER; hash = (53 * hash) + getSuiteResult().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.SuiteExecutionResult parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.SuiteExecutionResult parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.SuiteExecutionResult parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.SuiteExecutionResult parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.SuiteExecutionResult parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.SuiteExecutionResult parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.SuiteExecutionResult parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.SuiteExecutionResult parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SuiteExecutionResult parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.SuiteExecutionResult parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SuiteExecutionResult parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.SuiteExecutionResult parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.SuiteExecutionResult 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Result of the Suite Execution.
     * 
* * Protobuf type {@code gauge.messages.SuiteExecutionResult} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.SuiteExecutionResult) gauge.messages.Messages.SuiteExecutionResultOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_SuiteExecutionResult_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_SuiteExecutionResult_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.SuiteExecutionResult.class, gauge.messages.Messages.SuiteExecutionResult.Builder.class); } // Construct using gauge.messages.Messages.SuiteExecutionResult.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getSuiteResultFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; suiteResult_ = null; if (suiteResultBuilder_ != null) { suiteResultBuilder_.dispose(); suiteResultBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_SuiteExecutionResult_descriptor; } @java.lang.Override public gauge.messages.Messages.SuiteExecutionResult getDefaultInstanceForType() { return gauge.messages.Messages.SuiteExecutionResult.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.SuiteExecutionResult build() { gauge.messages.Messages.SuiteExecutionResult result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.SuiteExecutionResult buildPartial() { gauge.messages.Messages.SuiteExecutionResult result = new gauge.messages.Messages.SuiteExecutionResult(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.SuiteExecutionResult result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.suiteResult_ = suiteResultBuilder_ == null ? suiteResult_ : suiteResultBuilder_.build(); to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.SuiteExecutionResult) { return mergeFrom((gauge.messages.Messages.SuiteExecutionResult)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.SuiteExecutionResult other) { if (other == gauge.messages.Messages.SuiteExecutionResult.getDefaultInstance()) return this; if (other.hasSuiteResult()) { mergeSuiteResult(other.getSuiteResult()); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { input.readMessage( getSuiteResultFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private gauge.messages.Spec.ProtoSuiteResult suiteResult_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoSuiteResult, gauge.messages.Spec.ProtoSuiteResult.Builder, gauge.messages.Spec.ProtoSuiteResultOrBuilder> suiteResultBuilder_; /** * .gauge.messages.ProtoSuiteResult suiteResult = 1; * @return Whether the suiteResult field is set. */ public boolean hasSuiteResult() { return ((bitField0_ & 0x00000001) != 0); } /** * .gauge.messages.ProtoSuiteResult suiteResult = 1; * @return The suiteResult. */ public gauge.messages.Spec.ProtoSuiteResult getSuiteResult() { if (suiteResultBuilder_ == null) { return suiteResult_ == null ? gauge.messages.Spec.ProtoSuiteResult.getDefaultInstance() : suiteResult_; } else { return suiteResultBuilder_.getMessage(); } } /** * .gauge.messages.ProtoSuiteResult suiteResult = 1; */ public Builder setSuiteResult(gauge.messages.Spec.ProtoSuiteResult value) { if (suiteResultBuilder_ == null) { if (value == null) { throw new NullPointerException(); } suiteResult_ = value; } else { suiteResultBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** * .gauge.messages.ProtoSuiteResult suiteResult = 1; */ public Builder setSuiteResult( gauge.messages.Spec.ProtoSuiteResult.Builder builderForValue) { if (suiteResultBuilder_ == null) { suiteResult_ = builderForValue.build(); } else { suiteResultBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** * .gauge.messages.ProtoSuiteResult suiteResult = 1; */ public Builder mergeSuiteResult(gauge.messages.Spec.ProtoSuiteResult value) { if (suiteResultBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && suiteResult_ != null && suiteResult_ != gauge.messages.Spec.ProtoSuiteResult.getDefaultInstance()) { getSuiteResultBuilder().mergeFrom(value); } else { suiteResult_ = value; } } else { suiteResultBuilder_.mergeFrom(value); } if (suiteResult_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** * .gauge.messages.ProtoSuiteResult suiteResult = 1; */ public Builder clearSuiteResult() { bitField0_ = (bitField0_ & ~0x00000001); suiteResult_ = null; if (suiteResultBuilder_ != null) { suiteResultBuilder_.dispose(); suiteResultBuilder_ = null; } onChanged(); return this; } /** * .gauge.messages.ProtoSuiteResult suiteResult = 1; */ public gauge.messages.Spec.ProtoSuiteResult.Builder getSuiteResultBuilder() { bitField0_ |= 0x00000001; onChanged(); return getSuiteResultFieldBuilder().getBuilder(); } /** * .gauge.messages.ProtoSuiteResult suiteResult = 1; */ public gauge.messages.Spec.ProtoSuiteResultOrBuilder getSuiteResultOrBuilder() { if (suiteResultBuilder_ != null) { return suiteResultBuilder_.getMessageOrBuilder(); } else { return suiteResult_ == null ? gauge.messages.Spec.ProtoSuiteResult.getDefaultInstance() : suiteResult_; } } /** * .gauge.messages.ProtoSuiteResult suiteResult = 1; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoSuiteResult, gauge.messages.Spec.ProtoSuiteResult.Builder, gauge.messages.Spec.ProtoSuiteResultOrBuilder> getSuiteResultFieldBuilder() { if (suiteResultBuilder_ == null) { suiteResultBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoSuiteResult, gauge.messages.Spec.ProtoSuiteResult.Builder, gauge.messages.Spec.ProtoSuiteResultOrBuilder>( getSuiteResult(), getParentForChildren(), isClean()); suiteResult_ = null; } return suiteResultBuilder_; } // @@protoc_insertion_point(builder_scope:gauge.messages.SuiteExecutionResult) } // @@protoc_insertion_point(class_scope:gauge.messages.SuiteExecutionResult) private static final gauge.messages.Messages.SuiteExecutionResult DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.SuiteExecutionResult(); } public static gauge.messages.Messages.SuiteExecutionResult getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public SuiteExecutionResult parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.SuiteExecutionResult getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface SuiteExecutionResultItemOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.SuiteExecutionResultItem) com.google.protobuf.MessageOrBuilder { /** * .gauge.messages.ProtoItem resultItem = 1; * @return Whether the resultItem field is set. */ boolean hasResultItem(); /** * .gauge.messages.ProtoItem resultItem = 1; * @return The resultItem. */ gauge.messages.Spec.ProtoItem getResultItem(); /** * .gauge.messages.ProtoItem resultItem = 1; */ gauge.messages.Spec.ProtoItemOrBuilder getResultItemOrBuilder(); } /** * Protobuf type {@code gauge.messages.SuiteExecutionResultItem} */ public static final class SuiteExecutionResultItem extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.SuiteExecutionResultItem) SuiteExecutionResultItemOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", SuiteExecutionResultItem.class.getName()); } // Use SuiteExecutionResultItem.newBuilder() to construct. private SuiteExecutionResultItem(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private SuiteExecutionResultItem() { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_SuiteExecutionResultItem_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_SuiteExecutionResultItem_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.SuiteExecutionResultItem.class, gauge.messages.Messages.SuiteExecutionResultItem.Builder.class); } private int bitField0_; public static final int RESULTITEM_FIELD_NUMBER = 1; private gauge.messages.Spec.ProtoItem resultItem_; /** * .gauge.messages.ProtoItem resultItem = 1; * @return Whether the resultItem field is set. */ @java.lang.Override public boolean hasResultItem() { return ((bitField0_ & 0x00000001) != 0); } /** * .gauge.messages.ProtoItem resultItem = 1; * @return The resultItem. */ @java.lang.Override public gauge.messages.Spec.ProtoItem getResultItem() { return resultItem_ == null ? gauge.messages.Spec.ProtoItem.getDefaultInstance() : resultItem_; } /** * .gauge.messages.ProtoItem resultItem = 1; */ @java.lang.Override public gauge.messages.Spec.ProtoItemOrBuilder getResultItemOrBuilder() { return resultItem_ == null ? gauge.messages.Spec.ProtoItem.getDefaultInstance() : resultItem_; } 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 (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getResultItem()); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getResultItem()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.SuiteExecutionResultItem)) { return super.equals(obj); } gauge.messages.Messages.SuiteExecutionResultItem other = (gauge.messages.Messages.SuiteExecutionResultItem) obj; if (hasResultItem() != other.hasResultItem()) return false; if (hasResultItem()) { if (!getResultItem() .equals(other.getResultItem())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasResultItem()) { hash = (37 * hash) + RESULTITEM_FIELD_NUMBER; hash = (53 * hash) + getResultItem().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.SuiteExecutionResultItem parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.SuiteExecutionResultItem parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.SuiteExecutionResultItem parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.SuiteExecutionResultItem parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.SuiteExecutionResultItem parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.SuiteExecutionResultItem parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.SuiteExecutionResultItem parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.SuiteExecutionResultItem parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SuiteExecutionResultItem parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.SuiteExecutionResultItem parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SuiteExecutionResultItem parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.SuiteExecutionResultItem parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.SuiteExecutionResultItem 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code gauge.messages.SuiteExecutionResultItem} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.SuiteExecutionResultItem) gauge.messages.Messages.SuiteExecutionResultItemOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_SuiteExecutionResultItem_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_SuiteExecutionResultItem_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.SuiteExecutionResultItem.class, gauge.messages.Messages.SuiteExecutionResultItem.Builder.class); } // Construct using gauge.messages.Messages.SuiteExecutionResultItem.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getResultItemFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; resultItem_ = null; if (resultItemBuilder_ != null) { resultItemBuilder_.dispose(); resultItemBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_SuiteExecutionResultItem_descriptor; } @java.lang.Override public gauge.messages.Messages.SuiteExecutionResultItem getDefaultInstanceForType() { return gauge.messages.Messages.SuiteExecutionResultItem.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.SuiteExecutionResultItem build() { gauge.messages.Messages.SuiteExecutionResultItem result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.SuiteExecutionResultItem buildPartial() { gauge.messages.Messages.SuiteExecutionResultItem result = new gauge.messages.Messages.SuiteExecutionResultItem(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.SuiteExecutionResultItem result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.resultItem_ = resultItemBuilder_ == null ? resultItem_ : resultItemBuilder_.build(); to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.SuiteExecutionResultItem) { return mergeFrom((gauge.messages.Messages.SuiteExecutionResultItem)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.SuiteExecutionResultItem other) { if (other == gauge.messages.Messages.SuiteExecutionResultItem.getDefaultInstance()) return this; if (other.hasResultItem()) { mergeResultItem(other.getResultItem()); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { input.readMessage( getResultItemFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private gauge.messages.Spec.ProtoItem resultItem_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoItem, gauge.messages.Spec.ProtoItem.Builder, gauge.messages.Spec.ProtoItemOrBuilder> resultItemBuilder_; /** * .gauge.messages.ProtoItem resultItem = 1; * @return Whether the resultItem field is set. */ public boolean hasResultItem() { return ((bitField0_ & 0x00000001) != 0); } /** * .gauge.messages.ProtoItem resultItem = 1; * @return The resultItem. */ public gauge.messages.Spec.ProtoItem getResultItem() { if (resultItemBuilder_ == null) { return resultItem_ == null ? gauge.messages.Spec.ProtoItem.getDefaultInstance() : resultItem_; } else { return resultItemBuilder_.getMessage(); } } /** * .gauge.messages.ProtoItem resultItem = 1; */ public Builder setResultItem(gauge.messages.Spec.ProtoItem value) { if (resultItemBuilder_ == null) { if (value == null) { throw new NullPointerException(); } resultItem_ = value; } else { resultItemBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** * .gauge.messages.ProtoItem resultItem = 1; */ public Builder setResultItem( gauge.messages.Spec.ProtoItem.Builder builderForValue) { if (resultItemBuilder_ == null) { resultItem_ = builderForValue.build(); } else { resultItemBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** * .gauge.messages.ProtoItem resultItem = 1; */ public Builder mergeResultItem(gauge.messages.Spec.ProtoItem value) { if (resultItemBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && resultItem_ != null && resultItem_ != gauge.messages.Spec.ProtoItem.getDefaultInstance()) { getResultItemBuilder().mergeFrom(value); } else { resultItem_ = value; } } else { resultItemBuilder_.mergeFrom(value); } if (resultItem_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** * .gauge.messages.ProtoItem resultItem = 1; */ public Builder clearResultItem() { bitField0_ = (bitField0_ & ~0x00000001); resultItem_ = null; if (resultItemBuilder_ != null) { resultItemBuilder_.dispose(); resultItemBuilder_ = null; } onChanged(); return this; } /** * .gauge.messages.ProtoItem resultItem = 1; */ public gauge.messages.Spec.ProtoItem.Builder getResultItemBuilder() { bitField0_ |= 0x00000001; onChanged(); return getResultItemFieldBuilder().getBuilder(); } /** * .gauge.messages.ProtoItem resultItem = 1; */ public gauge.messages.Spec.ProtoItemOrBuilder getResultItemOrBuilder() { if (resultItemBuilder_ != null) { return resultItemBuilder_.getMessageOrBuilder(); } else { return resultItem_ == null ? gauge.messages.Spec.ProtoItem.getDefaultInstance() : resultItem_; } } /** * .gauge.messages.ProtoItem resultItem = 1; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoItem, gauge.messages.Spec.ProtoItem.Builder, gauge.messages.Spec.ProtoItemOrBuilder> getResultItemFieldBuilder() { if (resultItemBuilder_ == null) { resultItemBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoItem, gauge.messages.Spec.ProtoItem.Builder, gauge.messages.Spec.ProtoItemOrBuilder>( getResultItem(), getParentForChildren(), isClean()); resultItem_ = null; } return resultItemBuilder_; } // @@protoc_insertion_point(builder_scope:gauge.messages.SuiteExecutionResultItem) } // @@protoc_insertion_point(class_scope:gauge.messages.SuiteExecutionResultItem) private static final gauge.messages.Messages.SuiteExecutionResultItem DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.SuiteExecutionResultItem(); } public static gauge.messages.Messages.SuiteExecutionResultItem getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public SuiteExecutionResultItem parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.SuiteExecutionResultItem getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface StepNamesRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.StepNamesRequest) com.google.protobuf.MessageOrBuilder { } /** *
   * / Requests Gauge to give all Step Names.
   * 
* * Protobuf type {@code gauge.messages.StepNamesRequest} */ public static final class StepNamesRequest extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.StepNamesRequest) StepNamesRequestOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", StepNamesRequest.class.getName()); } // Use StepNamesRequest.newBuilder() to construct. private StepNamesRequest(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private StepNamesRequest() { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_StepNamesRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StepNamesRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StepNamesRequest.class, gauge.messages.Messages.StepNamesRequest.Builder.class); } 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 { getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.StepNamesRequest)) { return super.equals(obj); } gauge.messages.Messages.StepNamesRequest other = (gauge.messages.Messages.StepNamesRequest) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.StepNamesRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepNamesRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepNamesRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepNamesRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepNamesRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepNamesRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepNamesRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.StepNamesRequest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepNamesRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.StepNamesRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepNamesRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.StepNamesRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.StepNamesRequest 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Requests Gauge to give all Step Names.
     * 
* * Protobuf type {@code gauge.messages.StepNamesRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.StepNamesRequest) gauge.messages.Messages.StepNamesRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_StepNamesRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StepNamesRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StepNamesRequest.class, gauge.messages.Messages.StepNamesRequest.Builder.class); } // Construct using gauge.messages.Messages.StepNamesRequest.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_StepNamesRequest_descriptor; } @java.lang.Override public gauge.messages.Messages.StepNamesRequest getDefaultInstanceForType() { return gauge.messages.Messages.StepNamesRequest.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.StepNamesRequest build() { gauge.messages.Messages.StepNamesRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.StepNamesRequest buildPartial() { gauge.messages.Messages.StepNamesRequest result = new gauge.messages.Messages.StepNamesRequest(this); onBuilt(); return result; } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.StepNamesRequest) { return mergeFrom((gauge.messages.Messages.StepNamesRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.StepNamesRequest other) { if (other == gauge.messages.Messages.StepNamesRequest.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.StepNamesRequest) } // @@protoc_insertion_point(class_scope:gauge.messages.StepNamesRequest) private static final gauge.messages.Messages.StepNamesRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.StepNamesRequest(); } public static gauge.messages.Messages.StepNamesRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public StepNamesRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.StepNamesRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface StepNamesResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.StepNamesResponse) com.google.protobuf.MessageOrBuilder { /** *
     * / Collection of strings corresponding to Step texts.
     * 
* * repeated string steps = 1; * @return A list containing the steps. */ java.util.List getStepsList(); /** *
     * / Collection of strings corresponding to Step texts.
     * 
* * repeated string steps = 1; * @return The count of steps. */ int getStepsCount(); /** *
     * / Collection of strings corresponding to Step texts.
     * 
* * repeated string steps = 1; * @param index The index of the element to return. * @return The steps at the given index. */ java.lang.String getSteps(int index); /** *
     * / Collection of strings corresponding to Step texts.
     * 
* * repeated string steps = 1; * @param index The index of the value to return. * @return The bytes of the steps at the given index. */ com.google.protobuf.ByteString getStepsBytes(int index); } /** *
   * / Response to StepNamesRequest
   * 
* * Protobuf type {@code gauge.messages.StepNamesResponse} */ public static final class StepNamesResponse extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.StepNamesResponse) StepNamesResponseOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", StepNamesResponse.class.getName()); } // Use StepNamesResponse.newBuilder() to construct. private StepNamesResponse(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private StepNamesResponse() { steps_ = com.google.protobuf.LazyStringArrayList.emptyList(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_StepNamesResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StepNamesResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StepNamesResponse.class, gauge.messages.Messages.StepNamesResponse.Builder.class); } public static final int STEPS_FIELD_NUMBER = 1; @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList steps_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** *
     * / Collection of strings corresponding to Step texts.
     * 
* * repeated string steps = 1; * @return A list containing the steps. */ public com.google.protobuf.ProtocolStringList getStepsList() { return steps_; } /** *
     * / Collection of strings corresponding to Step texts.
     * 
* * repeated string steps = 1; * @return The count of steps. */ public int getStepsCount() { return steps_.size(); } /** *
     * / Collection of strings corresponding to Step texts.
     * 
* * repeated string steps = 1; * @param index The index of the element to return. * @return The steps at the given index. */ public java.lang.String getSteps(int index) { return steps_.get(index); } /** *
     * / Collection of strings corresponding to Step texts.
     * 
* * repeated string steps = 1; * @param index The index of the value to return. * @return The bytes of the steps at the given index. */ public com.google.protobuf.ByteString getStepsBytes(int index) { return steps_.getByteString(index); } 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 { for (int i = 0; i < steps_.size(); i++) { com.google.protobuf.GeneratedMessage.writeString(output, 1, steps_.getRaw(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; { int dataSize = 0; for (int i = 0; i < steps_.size(); i++) { dataSize += computeStringSizeNoTag(steps_.getRaw(i)); } size += dataSize; size += 1 * getStepsList().size(); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.StepNamesResponse)) { return super.equals(obj); } gauge.messages.Messages.StepNamesResponse other = (gauge.messages.Messages.StepNamesResponse) obj; if (!getStepsList() .equals(other.getStepsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getStepsCount() > 0) { hash = (37 * hash) + STEPS_FIELD_NUMBER; hash = (53 * hash) + getStepsList().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.StepNamesResponse parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepNamesResponse parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepNamesResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepNamesResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepNamesResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepNamesResponse parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepNamesResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.StepNamesResponse parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepNamesResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.StepNamesResponse parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepNamesResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.StepNamesResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.StepNamesResponse 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Response to StepNamesRequest
     * 
* * Protobuf type {@code gauge.messages.StepNamesResponse} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.StepNamesResponse) gauge.messages.Messages.StepNamesResponseOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_StepNamesResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StepNamesResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StepNamesResponse.class, gauge.messages.Messages.StepNamesResponse.Builder.class); } // Construct using gauge.messages.Messages.StepNamesResponse.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; steps_ = com.google.protobuf.LazyStringArrayList.emptyList(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_StepNamesResponse_descriptor; } @java.lang.Override public gauge.messages.Messages.StepNamesResponse getDefaultInstanceForType() { return gauge.messages.Messages.StepNamesResponse.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.StepNamesResponse build() { gauge.messages.Messages.StepNamesResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.StepNamesResponse buildPartial() { gauge.messages.Messages.StepNamesResponse result = new gauge.messages.Messages.StepNamesResponse(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.StepNamesResponse result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { steps_.makeImmutable(); result.steps_ = steps_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.StepNamesResponse) { return mergeFrom((gauge.messages.Messages.StepNamesResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.StepNamesResponse other) { if (other == gauge.messages.Messages.StepNamesResponse.getDefaultInstance()) return this; if (!other.steps_.isEmpty()) { if (steps_.isEmpty()) { steps_ = other.steps_; bitField0_ |= 0x00000001; } else { ensureStepsIsMutable(); steps_.addAll(other.steps_); } onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } 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(); ensureStepsIsMutable(); steps_.add(s); break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.LazyStringArrayList steps_ = com.google.protobuf.LazyStringArrayList.emptyList(); private void ensureStepsIsMutable() { if (!steps_.isModifiable()) { steps_ = new com.google.protobuf.LazyStringArrayList(steps_); } bitField0_ |= 0x00000001; } /** *
       * / Collection of strings corresponding to Step texts.
       * 
* * repeated string steps = 1; * @return A list containing the steps. */ public com.google.protobuf.ProtocolStringList getStepsList() { steps_.makeImmutable(); return steps_; } /** *
       * / Collection of strings corresponding to Step texts.
       * 
* * repeated string steps = 1; * @return The count of steps. */ public int getStepsCount() { return steps_.size(); } /** *
       * / Collection of strings corresponding to Step texts.
       * 
* * repeated string steps = 1; * @param index The index of the element to return. * @return The steps at the given index. */ public java.lang.String getSteps(int index) { return steps_.get(index); } /** *
       * / Collection of strings corresponding to Step texts.
       * 
* * repeated string steps = 1; * @param index The index of the value to return. * @return The bytes of the steps at the given index. */ public com.google.protobuf.ByteString getStepsBytes(int index) { return steps_.getByteString(index); } /** *
       * / Collection of strings corresponding to Step texts.
       * 
* * repeated string steps = 1; * @param index The index to set the value at. * @param value The steps to set. * @return This builder for chaining. */ public Builder setSteps( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureStepsIsMutable(); steps_.set(index, value); bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Collection of strings corresponding to Step texts.
       * 
* * repeated string steps = 1; * @param value The steps to add. * @return This builder for chaining. */ public Builder addSteps( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureStepsIsMutable(); steps_.add(value); bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Collection of strings corresponding to Step texts.
       * 
* * repeated string steps = 1; * @param values The steps to add. * @return This builder for chaining. */ public Builder addAllSteps( java.lang.Iterable values) { ensureStepsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, steps_); bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Collection of strings corresponding to Step texts.
       * 
* * repeated string steps = 1; * @return This builder for chaining. */ public Builder clearSteps() { steps_ = com.google.protobuf.LazyStringArrayList.emptyList(); bitField0_ = (bitField0_ & ~0x00000001);; onChanged(); return this; } /** *
       * / Collection of strings corresponding to Step texts.
       * 
* * repeated string steps = 1; * @param value The bytes of the steps to add. * @return This builder for chaining. */ public Builder addStepsBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureStepsIsMutable(); steps_.add(value); bitField0_ |= 0x00000001; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.StepNamesResponse) } // @@protoc_insertion_point(class_scope:gauge.messages.StepNamesResponse) private static final gauge.messages.Messages.StepNamesResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.StepNamesResponse(); } public static gauge.messages.Messages.StepNamesResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public StepNamesResponse parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.StepNamesResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ScenarioDataStoreInitRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.ScenarioDataStoreInitRequest) com.google.protobuf.MessageOrBuilder { /** * int32 stream = 1; * @return The stream. */ int getStream(); } /** *
   * / Request runner to initialize Scenario DataStore
   * / Scenario Datastore is reset after every Scenario execution.
   * 
* * Protobuf type {@code gauge.messages.ScenarioDataStoreInitRequest} */ public static final class ScenarioDataStoreInitRequest extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.ScenarioDataStoreInitRequest) ScenarioDataStoreInitRequestOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", ScenarioDataStoreInitRequest.class.getName()); } // Use ScenarioDataStoreInitRequest.newBuilder() to construct. private ScenarioDataStoreInitRequest(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private ScenarioDataStoreInitRequest() { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ScenarioDataStoreInitRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ScenarioDataStoreInitRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ScenarioDataStoreInitRequest.class, gauge.messages.Messages.ScenarioDataStoreInitRequest.Builder.class); } public static final int STREAM_FIELD_NUMBER = 1; private int stream_ = 0; /** * int32 stream = 1; * @return The stream. */ @java.lang.Override public int getStream() { return stream_; } 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 (stream_ != 0) { output.writeInt32(1, stream_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (stream_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, stream_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ScenarioDataStoreInitRequest)) { return super.equals(obj); } gauge.messages.Messages.ScenarioDataStoreInitRequest other = (gauge.messages.Messages.ScenarioDataStoreInitRequest) obj; if (getStream() != other.getStream()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) 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) + STREAM_FIELD_NUMBER; hash = (53 * hash) + getStream(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.ScenarioDataStoreInitRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ScenarioDataStoreInitRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ScenarioDataStoreInitRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ScenarioDataStoreInitRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ScenarioDataStoreInitRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ScenarioDataStoreInitRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ScenarioDataStoreInitRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ScenarioDataStoreInitRequest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ScenarioDataStoreInitRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.ScenarioDataStoreInitRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ScenarioDataStoreInitRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ScenarioDataStoreInitRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.ScenarioDataStoreInitRequest 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Request runner to initialize Scenario DataStore
     * / Scenario Datastore is reset after every Scenario execution.
     * 
* * Protobuf type {@code gauge.messages.ScenarioDataStoreInitRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.ScenarioDataStoreInitRequest) gauge.messages.Messages.ScenarioDataStoreInitRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ScenarioDataStoreInitRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ScenarioDataStoreInitRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ScenarioDataStoreInitRequest.class, gauge.messages.Messages.ScenarioDataStoreInitRequest.Builder.class); } // Construct using gauge.messages.Messages.ScenarioDataStoreInitRequest.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; stream_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_ScenarioDataStoreInitRequest_descriptor; } @java.lang.Override public gauge.messages.Messages.ScenarioDataStoreInitRequest getDefaultInstanceForType() { return gauge.messages.Messages.ScenarioDataStoreInitRequest.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.ScenarioDataStoreInitRequest build() { gauge.messages.Messages.ScenarioDataStoreInitRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.ScenarioDataStoreInitRequest buildPartial() { gauge.messages.Messages.ScenarioDataStoreInitRequest result = new gauge.messages.Messages.ScenarioDataStoreInitRequest(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.ScenarioDataStoreInitRequest result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.stream_ = stream_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.ScenarioDataStoreInitRequest) { return mergeFrom((gauge.messages.Messages.ScenarioDataStoreInitRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.ScenarioDataStoreInitRequest other) { if (other == gauge.messages.Messages.ScenarioDataStoreInitRequest.getDefaultInstance()) return this; if (other.getStream() != 0) { setStream(other.getStream()); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { stream_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int stream_ ; /** * int32 stream = 1; * @return The stream. */ @java.lang.Override public int getStream() { return stream_; } /** * int32 stream = 1; * @param value The stream to set. * @return This builder for chaining. */ public Builder setStream(int value) { stream_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * int32 stream = 1; * @return This builder for chaining. */ public Builder clearStream() { bitField0_ = (bitField0_ & ~0x00000001); stream_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.ScenarioDataStoreInitRequest) } // @@protoc_insertion_point(class_scope:gauge.messages.ScenarioDataStoreInitRequest) private static final gauge.messages.Messages.ScenarioDataStoreInitRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.ScenarioDataStoreInitRequest(); } public static gauge.messages.Messages.ScenarioDataStoreInitRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ScenarioDataStoreInitRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.ScenarioDataStoreInitRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface SpecDataStoreInitRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.SpecDataStoreInitRequest) com.google.protobuf.MessageOrBuilder { /** * int32 stream = 1; * @return The stream. */ int getStream(); } /** *
   * / Request runner to initialize Spec DataStore
   * / Spec Datastore is reset after every Spec execution.
   * 
* * Protobuf type {@code gauge.messages.SpecDataStoreInitRequest} */ public static final class SpecDataStoreInitRequest extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.SpecDataStoreInitRequest) SpecDataStoreInitRequestOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", SpecDataStoreInitRequest.class.getName()); } // Use SpecDataStoreInitRequest.newBuilder() to construct. private SpecDataStoreInitRequest(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private SpecDataStoreInitRequest() { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_SpecDataStoreInitRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_SpecDataStoreInitRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.SpecDataStoreInitRequest.class, gauge.messages.Messages.SpecDataStoreInitRequest.Builder.class); } public static final int STREAM_FIELD_NUMBER = 1; private int stream_ = 0; /** * int32 stream = 1; * @return The stream. */ @java.lang.Override public int getStream() { return stream_; } 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 (stream_ != 0) { output.writeInt32(1, stream_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (stream_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, stream_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.SpecDataStoreInitRequest)) { return super.equals(obj); } gauge.messages.Messages.SpecDataStoreInitRequest other = (gauge.messages.Messages.SpecDataStoreInitRequest) obj; if (getStream() != other.getStream()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) 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) + STREAM_FIELD_NUMBER; hash = (53 * hash) + getStream(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.SpecDataStoreInitRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.SpecDataStoreInitRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.SpecDataStoreInitRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.SpecDataStoreInitRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.SpecDataStoreInitRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.SpecDataStoreInitRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.SpecDataStoreInitRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.SpecDataStoreInitRequest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SpecDataStoreInitRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.SpecDataStoreInitRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SpecDataStoreInitRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.SpecDataStoreInitRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.SpecDataStoreInitRequest 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Request runner to initialize Spec DataStore
     * / Spec Datastore is reset after every Spec execution.
     * 
* * Protobuf type {@code gauge.messages.SpecDataStoreInitRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.SpecDataStoreInitRequest) gauge.messages.Messages.SpecDataStoreInitRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_SpecDataStoreInitRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_SpecDataStoreInitRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.SpecDataStoreInitRequest.class, gauge.messages.Messages.SpecDataStoreInitRequest.Builder.class); } // Construct using gauge.messages.Messages.SpecDataStoreInitRequest.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; stream_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_SpecDataStoreInitRequest_descriptor; } @java.lang.Override public gauge.messages.Messages.SpecDataStoreInitRequest getDefaultInstanceForType() { return gauge.messages.Messages.SpecDataStoreInitRequest.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.SpecDataStoreInitRequest build() { gauge.messages.Messages.SpecDataStoreInitRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.SpecDataStoreInitRequest buildPartial() { gauge.messages.Messages.SpecDataStoreInitRequest result = new gauge.messages.Messages.SpecDataStoreInitRequest(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.SpecDataStoreInitRequest result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.stream_ = stream_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.SpecDataStoreInitRequest) { return mergeFrom((gauge.messages.Messages.SpecDataStoreInitRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.SpecDataStoreInitRequest other) { if (other == gauge.messages.Messages.SpecDataStoreInitRequest.getDefaultInstance()) return this; if (other.getStream() != 0) { setStream(other.getStream()); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { stream_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int stream_ ; /** * int32 stream = 1; * @return The stream. */ @java.lang.Override public int getStream() { return stream_; } /** * int32 stream = 1; * @param value The stream to set. * @return This builder for chaining. */ public Builder setStream(int value) { stream_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * int32 stream = 1; * @return This builder for chaining. */ public Builder clearStream() { bitField0_ = (bitField0_ & ~0x00000001); stream_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.SpecDataStoreInitRequest) } // @@protoc_insertion_point(class_scope:gauge.messages.SpecDataStoreInitRequest) private static final gauge.messages.Messages.SpecDataStoreInitRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.SpecDataStoreInitRequest(); } public static gauge.messages.Messages.SpecDataStoreInitRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public SpecDataStoreInitRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.SpecDataStoreInitRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface SuiteDataStoreInitRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.SuiteDataStoreInitRequest) com.google.protobuf.MessageOrBuilder { /** * int32 stream = 1; * @return The stream. */ int getStream(); } /** *
   * / Request runner to initialize Suite DataStore
   * / Suite Datastore is reset after every Suite execution.
   * 
* * Protobuf type {@code gauge.messages.SuiteDataStoreInitRequest} */ public static final class SuiteDataStoreInitRequest extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.SuiteDataStoreInitRequest) SuiteDataStoreInitRequestOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", SuiteDataStoreInitRequest.class.getName()); } // Use SuiteDataStoreInitRequest.newBuilder() to construct. private SuiteDataStoreInitRequest(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private SuiteDataStoreInitRequest() { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_SuiteDataStoreInitRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_SuiteDataStoreInitRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.SuiteDataStoreInitRequest.class, gauge.messages.Messages.SuiteDataStoreInitRequest.Builder.class); } public static final int STREAM_FIELD_NUMBER = 1; private int stream_ = 0; /** * int32 stream = 1; * @return The stream. */ @java.lang.Override public int getStream() { return stream_; } 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 (stream_ != 0) { output.writeInt32(1, stream_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (stream_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, stream_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.SuiteDataStoreInitRequest)) { return super.equals(obj); } gauge.messages.Messages.SuiteDataStoreInitRequest other = (gauge.messages.Messages.SuiteDataStoreInitRequest) obj; if (getStream() != other.getStream()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) 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) + STREAM_FIELD_NUMBER; hash = (53 * hash) + getStream(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.SuiteDataStoreInitRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.SuiteDataStoreInitRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.SuiteDataStoreInitRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.SuiteDataStoreInitRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.SuiteDataStoreInitRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.SuiteDataStoreInitRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.SuiteDataStoreInitRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.SuiteDataStoreInitRequest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SuiteDataStoreInitRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.SuiteDataStoreInitRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SuiteDataStoreInitRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.SuiteDataStoreInitRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.SuiteDataStoreInitRequest 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Request runner to initialize Suite DataStore
     * / Suite Datastore is reset after every Suite execution.
     * 
* * Protobuf type {@code gauge.messages.SuiteDataStoreInitRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.SuiteDataStoreInitRequest) gauge.messages.Messages.SuiteDataStoreInitRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_SuiteDataStoreInitRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_SuiteDataStoreInitRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.SuiteDataStoreInitRequest.class, gauge.messages.Messages.SuiteDataStoreInitRequest.Builder.class); } // Construct using gauge.messages.Messages.SuiteDataStoreInitRequest.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; stream_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_SuiteDataStoreInitRequest_descriptor; } @java.lang.Override public gauge.messages.Messages.SuiteDataStoreInitRequest getDefaultInstanceForType() { return gauge.messages.Messages.SuiteDataStoreInitRequest.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.SuiteDataStoreInitRequest build() { gauge.messages.Messages.SuiteDataStoreInitRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.SuiteDataStoreInitRequest buildPartial() { gauge.messages.Messages.SuiteDataStoreInitRequest result = new gauge.messages.Messages.SuiteDataStoreInitRequest(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.SuiteDataStoreInitRequest result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.stream_ = stream_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.SuiteDataStoreInitRequest) { return mergeFrom((gauge.messages.Messages.SuiteDataStoreInitRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.SuiteDataStoreInitRequest other) { if (other == gauge.messages.Messages.SuiteDataStoreInitRequest.getDefaultInstance()) return this; if (other.getStream() != 0) { setStream(other.getStream()); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { stream_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int stream_ ; /** * int32 stream = 1; * @return The stream. */ @java.lang.Override public int getStream() { return stream_; } /** * int32 stream = 1; * @param value The stream to set. * @return This builder for chaining. */ public Builder setStream(int value) { stream_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * int32 stream = 1; * @return This builder for chaining. */ public Builder clearStream() { bitField0_ = (bitField0_ & ~0x00000001); stream_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.SuiteDataStoreInitRequest) } // @@protoc_insertion_point(class_scope:gauge.messages.SuiteDataStoreInitRequest) private static final gauge.messages.Messages.SuiteDataStoreInitRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.SuiteDataStoreInitRequest(); } public static gauge.messages.Messages.SuiteDataStoreInitRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public SuiteDataStoreInitRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.SuiteDataStoreInitRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ParameterPositionOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.ParameterPosition) com.google.protobuf.MessageOrBuilder { /** * int32 oldPosition = 1; * @return The oldPosition. */ int getOldPosition(); /** * int32 newPosition = 2; * @return The newPosition. */ int getNewPosition(); } /** *
   * / Holds the new and old positions of a parameter.
   * / Used when refactoring a Step.
   * 
* * Protobuf type {@code gauge.messages.ParameterPosition} */ public static final class ParameterPosition extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.ParameterPosition) ParameterPositionOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", ParameterPosition.class.getName()); } // Use ParameterPosition.newBuilder() to construct. private ParameterPosition(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private ParameterPosition() { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ParameterPosition_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ParameterPosition_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ParameterPosition.class, gauge.messages.Messages.ParameterPosition.Builder.class); } public static final int OLDPOSITION_FIELD_NUMBER = 1; private int oldPosition_ = 0; /** * int32 oldPosition = 1; * @return The oldPosition. */ @java.lang.Override public int getOldPosition() { return oldPosition_; } public static final int NEWPOSITION_FIELD_NUMBER = 2; private int newPosition_ = 0; /** * int32 newPosition = 2; * @return The newPosition. */ @java.lang.Override public int getNewPosition() { return newPosition_; } 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 (oldPosition_ != 0) { output.writeInt32(1, oldPosition_); } if (newPosition_ != 0) { output.writeInt32(2, newPosition_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (oldPosition_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1, oldPosition_); } if (newPosition_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(2, newPosition_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ParameterPosition)) { return super.equals(obj); } gauge.messages.Messages.ParameterPosition other = (gauge.messages.Messages.ParameterPosition) obj; if (getOldPosition() != other.getOldPosition()) return false; if (getNewPosition() != other.getNewPosition()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) 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) + OLDPOSITION_FIELD_NUMBER; hash = (53 * hash) + getOldPosition(); hash = (37 * hash) + NEWPOSITION_FIELD_NUMBER; hash = (53 * hash) + getNewPosition(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.ParameterPosition parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ParameterPosition parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ParameterPosition parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ParameterPosition parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ParameterPosition parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ParameterPosition parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ParameterPosition parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ParameterPosition parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ParameterPosition parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.ParameterPosition parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ParameterPosition parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ParameterPosition parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.ParameterPosition 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Holds the new and old positions of a parameter.
     * / Used when refactoring a Step.
     * 
* * Protobuf type {@code gauge.messages.ParameterPosition} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.ParameterPosition) gauge.messages.Messages.ParameterPositionOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ParameterPosition_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ParameterPosition_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ParameterPosition.class, gauge.messages.Messages.ParameterPosition.Builder.class); } // Construct using gauge.messages.Messages.ParameterPosition.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; oldPosition_ = 0; newPosition_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_ParameterPosition_descriptor; } @java.lang.Override public gauge.messages.Messages.ParameterPosition getDefaultInstanceForType() { return gauge.messages.Messages.ParameterPosition.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.ParameterPosition build() { gauge.messages.Messages.ParameterPosition result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.ParameterPosition buildPartial() { gauge.messages.Messages.ParameterPosition result = new gauge.messages.Messages.ParameterPosition(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.ParameterPosition result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.oldPosition_ = oldPosition_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.newPosition_ = newPosition_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.ParameterPosition) { return mergeFrom((gauge.messages.Messages.ParameterPosition)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.ParameterPosition other) { if (other == gauge.messages.Messages.ParameterPosition.getDefaultInstance()) return this; if (other.getOldPosition() != 0) { setOldPosition(other.getOldPosition()); } if (other.getNewPosition() != 0) { setNewPosition(other.getNewPosition()); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { oldPosition_ = input.readInt32(); bitField0_ |= 0x00000001; break; } // case 8 case 16: { newPosition_ = input.readInt32(); bitField0_ |= 0x00000002; break; } // case 16 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int oldPosition_ ; /** * int32 oldPosition = 1; * @return The oldPosition. */ @java.lang.Override public int getOldPosition() { return oldPosition_; } /** * int32 oldPosition = 1; * @param value The oldPosition to set. * @return This builder for chaining. */ public Builder setOldPosition(int value) { oldPosition_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * int32 oldPosition = 1; * @return This builder for chaining. */ public Builder clearOldPosition() { bitField0_ = (bitField0_ & ~0x00000001); oldPosition_ = 0; onChanged(); return this; } private int newPosition_ ; /** * int32 newPosition = 2; * @return The newPosition. */ @java.lang.Override public int getNewPosition() { return newPosition_; } /** * int32 newPosition = 2; * @param value The newPosition to set. * @return This builder for chaining. */ public Builder setNewPosition(int value) { newPosition_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** * int32 newPosition = 2; * @return This builder for chaining. */ public Builder clearNewPosition() { bitField0_ = (bitField0_ & ~0x00000002); newPosition_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.ParameterPosition) } // @@protoc_insertion_point(class_scope:gauge.messages.ParameterPosition) private static final gauge.messages.Messages.ParameterPosition DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.ParameterPosition(); } public static gauge.messages.Messages.ParameterPosition getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ParameterPosition parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.ParameterPosition getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface RefactorRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.RefactorRequest) com.google.protobuf.MessageOrBuilder { /** *
     * / Old value, used to lookup Step to refactor
     * 
* * .gauge.messages.ProtoStepValue oldStepValue = 1; * @return Whether the oldStepValue field is set. */ boolean hasOldStepValue(); /** *
     * / Old value, used to lookup Step to refactor
     * 
* * .gauge.messages.ProtoStepValue oldStepValue = 1; * @return The oldStepValue. */ gauge.messages.Spec.ProtoStepValue getOldStepValue(); /** *
     * / Old value, used to lookup Step to refactor
     * 
* * .gauge.messages.ProtoStepValue oldStepValue = 1; */ gauge.messages.Spec.ProtoStepValueOrBuilder getOldStepValueOrBuilder(); /** *
     * / New value, the to-be value of Step being refactored.
     * 
* * .gauge.messages.ProtoStepValue newStepValue = 2; * @return Whether the newStepValue field is set. */ boolean hasNewStepValue(); /** *
     * / New value, the to-be value of Step being refactored.
     * 
* * .gauge.messages.ProtoStepValue newStepValue = 2; * @return The newStepValue. */ gauge.messages.Spec.ProtoStepValue getNewStepValue(); /** *
     * / New value, the to-be value of Step being refactored.
     * 
* * .gauge.messages.ProtoStepValue newStepValue = 2; */ gauge.messages.Spec.ProtoStepValueOrBuilder getNewStepValueOrBuilder(); /** *
     * / Holds parameter positions of all parameters. Contains old and new parameter positions.
     * 
* * repeated .gauge.messages.ParameterPosition paramPositions = 3; */ java.util.List getParamPositionsList(); /** *
     * / Holds parameter positions of all parameters. Contains old and new parameter positions.
     * 
* * repeated .gauge.messages.ParameterPosition paramPositions = 3; */ gauge.messages.Messages.ParameterPosition getParamPositions(int index); /** *
     * / Holds parameter positions of all parameters. Contains old and new parameter positions.
     * 
* * repeated .gauge.messages.ParameterPosition paramPositions = 3; */ int getParamPositionsCount(); /** *
     * / Holds parameter positions of all parameters. Contains old and new parameter positions.
     * 
* * repeated .gauge.messages.ParameterPosition paramPositions = 3; */ java.util.List getParamPositionsOrBuilderList(); /** *
     * / Holds parameter positions of all parameters. Contains old and new parameter positions.
     * 
* * repeated .gauge.messages.ParameterPosition paramPositions = 3; */ gauge.messages.Messages.ParameterPositionOrBuilder getParamPositionsOrBuilder( int index); /** *
     * / If set to true, the refactored files should be saved to the file system before returning the response.
     * 
* * bool saveChanges = 4; * @return The saveChanges. */ boolean getSaveChanges(); } /** *
   * / Tells the runner to refactor the specified Step.
   * 
* * Protobuf type {@code gauge.messages.RefactorRequest} */ public static final class RefactorRequest extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.RefactorRequest) RefactorRequestOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", RefactorRequest.class.getName()); } // Use RefactorRequest.newBuilder() to construct. private RefactorRequest(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private RefactorRequest() { paramPositions_ = java.util.Collections.emptyList(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_RefactorRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_RefactorRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.RefactorRequest.class, gauge.messages.Messages.RefactorRequest.Builder.class); } private int bitField0_; public static final int OLDSTEPVALUE_FIELD_NUMBER = 1; private gauge.messages.Spec.ProtoStepValue oldStepValue_; /** *
     * / Old value, used to lookup Step to refactor
     * 
* * .gauge.messages.ProtoStepValue oldStepValue = 1; * @return Whether the oldStepValue field is set. */ @java.lang.Override public boolean hasOldStepValue() { return ((bitField0_ & 0x00000001) != 0); } /** *
     * / Old value, used to lookup Step to refactor
     * 
* * .gauge.messages.ProtoStepValue oldStepValue = 1; * @return The oldStepValue. */ @java.lang.Override public gauge.messages.Spec.ProtoStepValue getOldStepValue() { return oldStepValue_ == null ? gauge.messages.Spec.ProtoStepValue.getDefaultInstance() : oldStepValue_; } /** *
     * / Old value, used to lookup Step to refactor
     * 
* * .gauge.messages.ProtoStepValue oldStepValue = 1; */ @java.lang.Override public gauge.messages.Spec.ProtoStepValueOrBuilder getOldStepValueOrBuilder() { return oldStepValue_ == null ? gauge.messages.Spec.ProtoStepValue.getDefaultInstance() : oldStepValue_; } public static final int NEWSTEPVALUE_FIELD_NUMBER = 2; private gauge.messages.Spec.ProtoStepValue newStepValue_; /** *
     * / New value, the to-be value of Step being refactored.
     * 
* * .gauge.messages.ProtoStepValue newStepValue = 2; * @return Whether the newStepValue field is set. */ @java.lang.Override public boolean hasNewStepValue() { return ((bitField0_ & 0x00000002) != 0); } /** *
     * / New value, the to-be value of Step being refactored.
     * 
* * .gauge.messages.ProtoStepValue newStepValue = 2; * @return The newStepValue. */ @java.lang.Override public gauge.messages.Spec.ProtoStepValue getNewStepValue() { return newStepValue_ == null ? gauge.messages.Spec.ProtoStepValue.getDefaultInstance() : newStepValue_; } /** *
     * / New value, the to-be value of Step being refactored.
     * 
* * .gauge.messages.ProtoStepValue newStepValue = 2; */ @java.lang.Override public gauge.messages.Spec.ProtoStepValueOrBuilder getNewStepValueOrBuilder() { return newStepValue_ == null ? gauge.messages.Spec.ProtoStepValue.getDefaultInstance() : newStepValue_; } public static final int PARAMPOSITIONS_FIELD_NUMBER = 3; @SuppressWarnings("serial") private java.util.List paramPositions_; /** *
     * / Holds parameter positions of all parameters. Contains old and new parameter positions.
     * 
* * repeated .gauge.messages.ParameterPosition paramPositions = 3; */ @java.lang.Override public java.util.List getParamPositionsList() { return paramPositions_; } /** *
     * / Holds parameter positions of all parameters. Contains old and new parameter positions.
     * 
* * repeated .gauge.messages.ParameterPosition paramPositions = 3; */ @java.lang.Override public java.util.List getParamPositionsOrBuilderList() { return paramPositions_; } /** *
     * / Holds parameter positions of all parameters. Contains old and new parameter positions.
     * 
* * repeated .gauge.messages.ParameterPosition paramPositions = 3; */ @java.lang.Override public int getParamPositionsCount() { return paramPositions_.size(); } /** *
     * / Holds parameter positions of all parameters. Contains old and new parameter positions.
     * 
* * repeated .gauge.messages.ParameterPosition paramPositions = 3; */ @java.lang.Override public gauge.messages.Messages.ParameterPosition getParamPositions(int index) { return paramPositions_.get(index); } /** *
     * / Holds parameter positions of all parameters. Contains old and new parameter positions.
     * 
* * repeated .gauge.messages.ParameterPosition paramPositions = 3; */ @java.lang.Override public gauge.messages.Messages.ParameterPositionOrBuilder getParamPositionsOrBuilder( int index) { return paramPositions_.get(index); } public static final int SAVECHANGES_FIELD_NUMBER = 4; private boolean saveChanges_ = false; /** *
     * / If set to true, the refactored files should be saved to the file system before returning the response.
     * 
* * bool saveChanges = 4; * @return The saveChanges. */ @java.lang.Override public boolean getSaveChanges() { return saveChanges_; } 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 (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getOldStepValue()); } if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(2, getNewStepValue()); } for (int i = 0; i < paramPositions_.size(); i++) { output.writeMessage(3, paramPositions_.get(i)); } if (saveChanges_ != false) { output.writeBool(4, saveChanges_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getOldStepValue()); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getNewStepValue()); } for (int i = 0; i < paramPositions_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, paramPositions_.get(i)); } if (saveChanges_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(4, saveChanges_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.RefactorRequest)) { return super.equals(obj); } gauge.messages.Messages.RefactorRequest other = (gauge.messages.Messages.RefactorRequest) obj; if (hasOldStepValue() != other.hasOldStepValue()) return false; if (hasOldStepValue()) { if (!getOldStepValue() .equals(other.getOldStepValue())) return false; } if (hasNewStepValue() != other.hasNewStepValue()) return false; if (hasNewStepValue()) { if (!getNewStepValue() .equals(other.getNewStepValue())) return false; } if (!getParamPositionsList() .equals(other.getParamPositionsList())) return false; if (getSaveChanges() != other.getSaveChanges()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasOldStepValue()) { hash = (37 * hash) + OLDSTEPVALUE_FIELD_NUMBER; hash = (53 * hash) + getOldStepValue().hashCode(); } if (hasNewStepValue()) { hash = (37 * hash) + NEWSTEPVALUE_FIELD_NUMBER; hash = (53 * hash) + getNewStepValue().hashCode(); } if (getParamPositionsCount() > 0) { hash = (37 * hash) + PARAMPOSITIONS_FIELD_NUMBER; hash = (53 * hash) + getParamPositionsList().hashCode(); } hash = (37 * hash) + SAVECHANGES_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getSaveChanges()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.RefactorRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.RefactorRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.RefactorRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.RefactorRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.RefactorRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.RefactorRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.RefactorRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.RefactorRequest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.RefactorRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.RefactorRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.RefactorRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.RefactorRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.RefactorRequest 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Tells the runner to refactor the specified Step.
     * 
* * Protobuf type {@code gauge.messages.RefactorRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.RefactorRequest) gauge.messages.Messages.RefactorRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_RefactorRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_RefactorRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.RefactorRequest.class, gauge.messages.Messages.RefactorRequest.Builder.class); } // Construct using gauge.messages.Messages.RefactorRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getOldStepValueFieldBuilder(); getNewStepValueFieldBuilder(); getParamPositionsFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; oldStepValue_ = null; if (oldStepValueBuilder_ != null) { oldStepValueBuilder_.dispose(); oldStepValueBuilder_ = null; } newStepValue_ = null; if (newStepValueBuilder_ != null) { newStepValueBuilder_.dispose(); newStepValueBuilder_ = null; } if (paramPositionsBuilder_ == null) { paramPositions_ = java.util.Collections.emptyList(); } else { paramPositions_ = null; paramPositionsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000004); saveChanges_ = false; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_RefactorRequest_descriptor; } @java.lang.Override public gauge.messages.Messages.RefactorRequest getDefaultInstanceForType() { return gauge.messages.Messages.RefactorRequest.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.RefactorRequest build() { gauge.messages.Messages.RefactorRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.RefactorRequest buildPartial() { gauge.messages.Messages.RefactorRequest result = new gauge.messages.Messages.RefactorRequest(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartialRepeatedFields(gauge.messages.Messages.RefactorRequest result) { if (paramPositionsBuilder_ == null) { if (((bitField0_ & 0x00000004) != 0)) { paramPositions_ = java.util.Collections.unmodifiableList(paramPositions_); bitField0_ = (bitField0_ & ~0x00000004); } result.paramPositions_ = paramPositions_; } else { result.paramPositions_ = paramPositionsBuilder_.build(); } } private void buildPartial0(gauge.messages.Messages.RefactorRequest result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.oldStepValue_ = oldStepValueBuilder_ == null ? oldStepValue_ : oldStepValueBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.newStepValue_ = newStepValueBuilder_ == null ? newStepValue_ : newStepValueBuilder_.build(); to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000008) != 0)) { result.saveChanges_ = saveChanges_; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.RefactorRequest) { return mergeFrom((gauge.messages.Messages.RefactorRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.RefactorRequest other) { if (other == gauge.messages.Messages.RefactorRequest.getDefaultInstance()) return this; if (other.hasOldStepValue()) { mergeOldStepValue(other.getOldStepValue()); } if (other.hasNewStepValue()) { mergeNewStepValue(other.getNewStepValue()); } if (paramPositionsBuilder_ == null) { if (!other.paramPositions_.isEmpty()) { if (paramPositions_.isEmpty()) { paramPositions_ = other.paramPositions_; bitField0_ = (bitField0_ & ~0x00000004); } else { ensureParamPositionsIsMutable(); paramPositions_.addAll(other.paramPositions_); } onChanged(); } } else { if (!other.paramPositions_.isEmpty()) { if (paramPositionsBuilder_.isEmpty()) { paramPositionsBuilder_.dispose(); paramPositionsBuilder_ = null; paramPositions_ = other.paramPositions_; bitField0_ = (bitField0_ & ~0x00000004); paramPositionsBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getParamPositionsFieldBuilder() : null; } else { paramPositionsBuilder_.addAllMessages(other.paramPositions_); } } } if (other.getSaveChanges() != false) { setSaveChanges(other.getSaveChanges()); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { input.readMessage( getOldStepValueFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 case 18: { input.readMessage( getNewStepValueFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000002; break; } // case 18 case 26: { gauge.messages.Messages.ParameterPosition m = input.readMessage( gauge.messages.Messages.ParameterPosition.parser(), extensionRegistry); if (paramPositionsBuilder_ == null) { ensureParamPositionsIsMutable(); paramPositions_.add(m); } else { paramPositionsBuilder_.addMessage(m); } break; } // case 26 case 32: { saveChanges_ = input.readBool(); bitField0_ |= 0x00000008; break; } // case 32 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private gauge.messages.Spec.ProtoStepValue oldStepValue_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoStepValue, gauge.messages.Spec.ProtoStepValue.Builder, gauge.messages.Spec.ProtoStepValueOrBuilder> oldStepValueBuilder_; /** *
       * / Old value, used to lookup Step to refactor
       * 
* * .gauge.messages.ProtoStepValue oldStepValue = 1; * @return Whether the oldStepValue field is set. */ public boolean hasOldStepValue() { return ((bitField0_ & 0x00000001) != 0); } /** *
       * / Old value, used to lookup Step to refactor
       * 
* * .gauge.messages.ProtoStepValue oldStepValue = 1; * @return The oldStepValue. */ public gauge.messages.Spec.ProtoStepValue getOldStepValue() { if (oldStepValueBuilder_ == null) { return oldStepValue_ == null ? gauge.messages.Spec.ProtoStepValue.getDefaultInstance() : oldStepValue_; } else { return oldStepValueBuilder_.getMessage(); } } /** *
       * / Old value, used to lookup Step to refactor
       * 
* * .gauge.messages.ProtoStepValue oldStepValue = 1; */ public Builder setOldStepValue(gauge.messages.Spec.ProtoStepValue value) { if (oldStepValueBuilder_ == null) { if (value == null) { throw new NullPointerException(); } oldStepValue_ = value; } else { oldStepValueBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Old value, used to lookup Step to refactor
       * 
* * .gauge.messages.ProtoStepValue oldStepValue = 1; */ public Builder setOldStepValue( gauge.messages.Spec.ProtoStepValue.Builder builderForValue) { if (oldStepValueBuilder_ == null) { oldStepValue_ = builderForValue.build(); } else { oldStepValueBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Old value, used to lookup Step to refactor
       * 
* * .gauge.messages.ProtoStepValue oldStepValue = 1; */ public Builder mergeOldStepValue(gauge.messages.Spec.ProtoStepValue value) { if (oldStepValueBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && oldStepValue_ != null && oldStepValue_ != gauge.messages.Spec.ProtoStepValue.getDefaultInstance()) { getOldStepValueBuilder().mergeFrom(value); } else { oldStepValue_ = value; } } else { oldStepValueBuilder_.mergeFrom(value); } if (oldStepValue_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** *
       * / Old value, used to lookup Step to refactor
       * 
* * .gauge.messages.ProtoStepValue oldStepValue = 1; */ public Builder clearOldStepValue() { bitField0_ = (bitField0_ & ~0x00000001); oldStepValue_ = null; if (oldStepValueBuilder_ != null) { oldStepValueBuilder_.dispose(); oldStepValueBuilder_ = null; } onChanged(); return this; } /** *
       * / Old value, used to lookup Step to refactor
       * 
* * .gauge.messages.ProtoStepValue oldStepValue = 1; */ public gauge.messages.Spec.ProtoStepValue.Builder getOldStepValueBuilder() { bitField0_ |= 0x00000001; onChanged(); return getOldStepValueFieldBuilder().getBuilder(); } /** *
       * / Old value, used to lookup Step to refactor
       * 
* * .gauge.messages.ProtoStepValue oldStepValue = 1; */ public gauge.messages.Spec.ProtoStepValueOrBuilder getOldStepValueOrBuilder() { if (oldStepValueBuilder_ != null) { return oldStepValueBuilder_.getMessageOrBuilder(); } else { return oldStepValue_ == null ? gauge.messages.Spec.ProtoStepValue.getDefaultInstance() : oldStepValue_; } } /** *
       * / Old value, used to lookup Step to refactor
       * 
* * .gauge.messages.ProtoStepValue oldStepValue = 1; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoStepValue, gauge.messages.Spec.ProtoStepValue.Builder, gauge.messages.Spec.ProtoStepValueOrBuilder> getOldStepValueFieldBuilder() { if (oldStepValueBuilder_ == null) { oldStepValueBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoStepValue, gauge.messages.Spec.ProtoStepValue.Builder, gauge.messages.Spec.ProtoStepValueOrBuilder>( getOldStepValue(), getParentForChildren(), isClean()); oldStepValue_ = null; } return oldStepValueBuilder_; } private gauge.messages.Spec.ProtoStepValue newStepValue_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoStepValue, gauge.messages.Spec.ProtoStepValue.Builder, gauge.messages.Spec.ProtoStepValueOrBuilder> newStepValueBuilder_; /** *
       * / New value, the to-be value of Step being refactored.
       * 
* * .gauge.messages.ProtoStepValue newStepValue = 2; * @return Whether the newStepValue field is set. */ public boolean hasNewStepValue() { return ((bitField0_ & 0x00000002) != 0); } /** *
       * / New value, the to-be value of Step being refactored.
       * 
* * .gauge.messages.ProtoStepValue newStepValue = 2; * @return The newStepValue. */ public gauge.messages.Spec.ProtoStepValue getNewStepValue() { if (newStepValueBuilder_ == null) { return newStepValue_ == null ? gauge.messages.Spec.ProtoStepValue.getDefaultInstance() : newStepValue_; } else { return newStepValueBuilder_.getMessage(); } } /** *
       * / New value, the to-be value of Step being refactored.
       * 
* * .gauge.messages.ProtoStepValue newStepValue = 2; */ public Builder setNewStepValue(gauge.messages.Spec.ProtoStepValue value) { if (newStepValueBuilder_ == null) { if (value == null) { throw new NullPointerException(); } newStepValue_ = value; } else { newStepValueBuilder_.setMessage(value); } bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / New value, the to-be value of Step being refactored.
       * 
* * .gauge.messages.ProtoStepValue newStepValue = 2; */ public Builder setNewStepValue( gauge.messages.Spec.ProtoStepValue.Builder builderForValue) { if (newStepValueBuilder_ == null) { newStepValue_ = builderForValue.build(); } else { newStepValueBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / New value, the to-be value of Step being refactored.
       * 
* * .gauge.messages.ProtoStepValue newStepValue = 2; */ public Builder mergeNewStepValue(gauge.messages.Spec.ProtoStepValue value) { if (newStepValueBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0) && newStepValue_ != null && newStepValue_ != gauge.messages.Spec.ProtoStepValue.getDefaultInstance()) { getNewStepValueBuilder().mergeFrom(value); } else { newStepValue_ = value; } } else { newStepValueBuilder_.mergeFrom(value); } if (newStepValue_ != null) { bitField0_ |= 0x00000002; onChanged(); } return this; } /** *
       * / New value, the to-be value of Step being refactored.
       * 
* * .gauge.messages.ProtoStepValue newStepValue = 2; */ public Builder clearNewStepValue() { bitField0_ = (bitField0_ & ~0x00000002); newStepValue_ = null; if (newStepValueBuilder_ != null) { newStepValueBuilder_.dispose(); newStepValueBuilder_ = null; } onChanged(); return this; } /** *
       * / New value, the to-be value of Step being refactored.
       * 
* * .gauge.messages.ProtoStepValue newStepValue = 2; */ public gauge.messages.Spec.ProtoStepValue.Builder getNewStepValueBuilder() { bitField0_ |= 0x00000002; onChanged(); return getNewStepValueFieldBuilder().getBuilder(); } /** *
       * / New value, the to-be value of Step being refactored.
       * 
* * .gauge.messages.ProtoStepValue newStepValue = 2; */ public gauge.messages.Spec.ProtoStepValueOrBuilder getNewStepValueOrBuilder() { if (newStepValueBuilder_ != null) { return newStepValueBuilder_.getMessageOrBuilder(); } else { return newStepValue_ == null ? gauge.messages.Spec.ProtoStepValue.getDefaultInstance() : newStepValue_; } } /** *
       * / New value, the to-be value of Step being refactored.
       * 
* * .gauge.messages.ProtoStepValue newStepValue = 2; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoStepValue, gauge.messages.Spec.ProtoStepValue.Builder, gauge.messages.Spec.ProtoStepValueOrBuilder> getNewStepValueFieldBuilder() { if (newStepValueBuilder_ == null) { newStepValueBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoStepValue, gauge.messages.Spec.ProtoStepValue.Builder, gauge.messages.Spec.ProtoStepValueOrBuilder>( getNewStepValue(), getParentForChildren(), isClean()); newStepValue_ = null; } return newStepValueBuilder_; } private java.util.List paramPositions_ = java.util.Collections.emptyList(); private void ensureParamPositionsIsMutable() { if (!((bitField0_ & 0x00000004) != 0)) { paramPositions_ = new java.util.ArrayList(paramPositions_); bitField0_ |= 0x00000004; } } private com.google.protobuf.RepeatedFieldBuilder< gauge.messages.Messages.ParameterPosition, gauge.messages.Messages.ParameterPosition.Builder, gauge.messages.Messages.ParameterPositionOrBuilder> paramPositionsBuilder_; /** *
       * / Holds parameter positions of all parameters. Contains old and new parameter positions.
       * 
* * repeated .gauge.messages.ParameterPosition paramPositions = 3; */ public java.util.List getParamPositionsList() { if (paramPositionsBuilder_ == null) { return java.util.Collections.unmodifiableList(paramPositions_); } else { return paramPositionsBuilder_.getMessageList(); } } /** *
       * / Holds parameter positions of all parameters. Contains old and new parameter positions.
       * 
* * repeated .gauge.messages.ParameterPosition paramPositions = 3; */ public int getParamPositionsCount() { if (paramPositionsBuilder_ == null) { return paramPositions_.size(); } else { return paramPositionsBuilder_.getCount(); } } /** *
       * / Holds parameter positions of all parameters. Contains old and new parameter positions.
       * 
* * repeated .gauge.messages.ParameterPosition paramPositions = 3; */ public gauge.messages.Messages.ParameterPosition getParamPositions(int index) { if (paramPositionsBuilder_ == null) { return paramPositions_.get(index); } else { return paramPositionsBuilder_.getMessage(index); } } /** *
       * / Holds parameter positions of all parameters. Contains old and new parameter positions.
       * 
* * repeated .gauge.messages.ParameterPosition paramPositions = 3; */ public Builder setParamPositions( int index, gauge.messages.Messages.ParameterPosition value) { if (paramPositionsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureParamPositionsIsMutable(); paramPositions_.set(index, value); onChanged(); } else { paramPositionsBuilder_.setMessage(index, value); } return this; } /** *
       * / Holds parameter positions of all parameters. Contains old and new parameter positions.
       * 
* * repeated .gauge.messages.ParameterPosition paramPositions = 3; */ public Builder setParamPositions( int index, gauge.messages.Messages.ParameterPosition.Builder builderForValue) { if (paramPositionsBuilder_ == null) { ensureParamPositionsIsMutable(); paramPositions_.set(index, builderForValue.build()); onChanged(); } else { paramPositionsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
       * / Holds parameter positions of all parameters. Contains old and new parameter positions.
       * 
* * repeated .gauge.messages.ParameterPosition paramPositions = 3; */ public Builder addParamPositions(gauge.messages.Messages.ParameterPosition value) { if (paramPositionsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureParamPositionsIsMutable(); paramPositions_.add(value); onChanged(); } else { paramPositionsBuilder_.addMessage(value); } return this; } /** *
       * / Holds parameter positions of all parameters. Contains old and new parameter positions.
       * 
* * repeated .gauge.messages.ParameterPosition paramPositions = 3; */ public Builder addParamPositions( int index, gauge.messages.Messages.ParameterPosition value) { if (paramPositionsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureParamPositionsIsMutable(); paramPositions_.add(index, value); onChanged(); } else { paramPositionsBuilder_.addMessage(index, value); } return this; } /** *
       * / Holds parameter positions of all parameters. Contains old and new parameter positions.
       * 
* * repeated .gauge.messages.ParameterPosition paramPositions = 3; */ public Builder addParamPositions( gauge.messages.Messages.ParameterPosition.Builder builderForValue) { if (paramPositionsBuilder_ == null) { ensureParamPositionsIsMutable(); paramPositions_.add(builderForValue.build()); onChanged(); } else { paramPositionsBuilder_.addMessage(builderForValue.build()); } return this; } /** *
       * / Holds parameter positions of all parameters. Contains old and new parameter positions.
       * 
* * repeated .gauge.messages.ParameterPosition paramPositions = 3; */ public Builder addParamPositions( int index, gauge.messages.Messages.ParameterPosition.Builder builderForValue) { if (paramPositionsBuilder_ == null) { ensureParamPositionsIsMutable(); paramPositions_.add(index, builderForValue.build()); onChanged(); } else { paramPositionsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
       * / Holds parameter positions of all parameters. Contains old and new parameter positions.
       * 
* * repeated .gauge.messages.ParameterPosition paramPositions = 3; */ public Builder addAllParamPositions( java.lang.Iterable values) { if (paramPositionsBuilder_ == null) { ensureParamPositionsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, paramPositions_); onChanged(); } else { paramPositionsBuilder_.addAllMessages(values); } return this; } /** *
       * / Holds parameter positions of all parameters. Contains old and new parameter positions.
       * 
* * repeated .gauge.messages.ParameterPosition paramPositions = 3; */ public Builder clearParamPositions() { if (paramPositionsBuilder_ == null) { paramPositions_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); } else { paramPositionsBuilder_.clear(); } return this; } /** *
       * / Holds parameter positions of all parameters. Contains old and new parameter positions.
       * 
* * repeated .gauge.messages.ParameterPosition paramPositions = 3; */ public Builder removeParamPositions(int index) { if (paramPositionsBuilder_ == null) { ensureParamPositionsIsMutable(); paramPositions_.remove(index); onChanged(); } else { paramPositionsBuilder_.remove(index); } return this; } /** *
       * / Holds parameter positions of all parameters. Contains old and new parameter positions.
       * 
* * repeated .gauge.messages.ParameterPosition paramPositions = 3; */ public gauge.messages.Messages.ParameterPosition.Builder getParamPositionsBuilder( int index) { return getParamPositionsFieldBuilder().getBuilder(index); } /** *
       * / Holds parameter positions of all parameters. Contains old and new parameter positions.
       * 
* * repeated .gauge.messages.ParameterPosition paramPositions = 3; */ public gauge.messages.Messages.ParameterPositionOrBuilder getParamPositionsOrBuilder( int index) { if (paramPositionsBuilder_ == null) { return paramPositions_.get(index); } else { return paramPositionsBuilder_.getMessageOrBuilder(index); } } /** *
       * / Holds parameter positions of all parameters. Contains old and new parameter positions.
       * 
* * repeated .gauge.messages.ParameterPosition paramPositions = 3; */ public java.util.List getParamPositionsOrBuilderList() { if (paramPositionsBuilder_ != null) { return paramPositionsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(paramPositions_); } } /** *
       * / Holds parameter positions of all parameters. Contains old and new parameter positions.
       * 
* * repeated .gauge.messages.ParameterPosition paramPositions = 3; */ public gauge.messages.Messages.ParameterPosition.Builder addParamPositionsBuilder() { return getParamPositionsFieldBuilder().addBuilder( gauge.messages.Messages.ParameterPosition.getDefaultInstance()); } /** *
       * / Holds parameter positions of all parameters. Contains old and new parameter positions.
       * 
* * repeated .gauge.messages.ParameterPosition paramPositions = 3; */ public gauge.messages.Messages.ParameterPosition.Builder addParamPositionsBuilder( int index) { return getParamPositionsFieldBuilder().addBuilder( index, gauge.messages.Messages.ParameterPosition.getDefaultInstance()); } /** *
       * / Holds parameter positions of all parameters. Contains old and new parameter positions.
       * 
* * repeated .gauge.messages.ParameterPosition paramPositions = 3; */ public java.util.List getParamPositionsBuilderList() { return getParamPositionsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< gauge.messages.Messages.ParameterPosition, gauge.messages.Messages.ParameterPosition.Builder, gauge.messages.Messages.ParameterPositionOrBuilder> getParamPositionsFieldBuilder() { if (paramPositionsBuilder_ == null) { paramPositionsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< gauge.messages.Messages.ParameterPosition, gauge.messages.Messages.ParameterPosition.Builder, gauge.messages.Messages.ParameterPositionOrBuilder>( paramPositions_, ((bitField0_ & 0x00000004) != 0), getParentForChildren(), isClean()); paramPositions_ = null; } return paramPositionsBuilder_; } private boolean saveChanges_ ; /** *
       * / If set to true, the refactored files should be saved to the file system before returning the response.
       * 
* * bool saveChanges = 4; * @return The saveChanges. */ @java.lang.Override public boolean getSaveChanges() { return saveChanges_; } /** *
       * / If set to true, the refactored files should be saved to the file system before returning the response.
       * 
* * bool saveChanges = 4; * @param value The saveChanges to set. * @return This builder for chaining. */ public Builder setSaveChanges(boolean value) { saveChanges_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** *
       * / If set to true, the refactored files should be saved to the file system before returning the response.
       * 
* * bool saveChanges = 4; * @return This builder for chaining. */ public Builder clearSaveChanges() { bitField0_ = (bitField0_ & ~0x00000008); saveChanges_ = false; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.RefactorRequest) } // @@protoc_insertion_point(class_scope:gauge.messages.RefactorRequest) private static final gauge.messages.Messages.RefactorRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.RefactorRequest(); } public static gauge.messages.Messages.RefactorRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public RefactorRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.RefactorRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface FileChangesOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.FileChanges) com.google.protobuf.MessageOrBuilder { /** * string fileName = 1; * @return The fileName. */ java.lang.String getFileName(); /** * string fileName = 1; * @return The bytes for fileName. */ com.google.protobuf.ByteString getFileNameBytes(); /** * string fileContent = 2 [deprecated = true]; * @deprecated gauge.messages.FileChanges.fileContent is deprecated. * See messages.proto;l=275 * @return The fileContent. */ @java.lang.Deprecated java.lang.String getFileContent(); /** * string fileContent = 2 [deprecated = true]; * @deprecated gauge.messages.FileChanges.fileContent is deprecated. * See messages.proto;l=275 * @return The bytes for fileContent. */ @java.lang.Deprecated com.google.protobuf.ByteString getFileContentBytes(); /** * repeated .gauge.messages.TextDiff diffs = 3; */ java.util.List getDiffsList(); /** * repeated .gauge.messages.TextDiff diffs = 3; */ gauge.messages.Messages.TextDiff getDiffs(int index); /** * repeated .gauge.messages.TextDiff diffs = 3; */ int getDiffsCount(); /** * repeated .gauge.messages.TextDiff diffs = 3; */ java.util.List getDiffsOrBuilderList(); /** * repeated .gauge.messages.TextDiff diffs = 3; */ gauge.messages.Messages.TextDiffOrBuilder getDiffsOrBuilder( int index); } /** *
   * / Give all file changes to be made to file system
   * 
* * Protobuf type {@code gauge.messages.FileChanges} */ public static final class FileChanges extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.FileChanges) FileChangesOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", FileChanges.class.getName()); } // Use FileChanges.newBuilder() to construct. private FileChanges(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private FileChanges() { fileName_ = ""; fileContent_ = ""; diffs_ = java.util.Collections.emptyList(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_FileChanges_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_FileChanges_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.FileChanges.class, gauge.messages.Messages.FileChanges.Builder.class); } public static final int FILENAME_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object fileName_ = ""; /** * string fileName = 1; * @return The fileName. */ @java.lang.Override public java.lang.String getFileName() { java.lang.Object ref = fileName_; 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(); fileName_ = s; return s; } } /** * string fileName = 1; * @return The bytes for fileName. */ @java.lang.Override public com.google.protobuf.ByteString getFileNameBytes() { java.lang.Object ref = fileName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fileName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int FILECONTENT_FIELD_NUMBER = 2; @SuppressWarnings("serial") private volatile java.lang.Object fileContent_ = ""; /** * string fileContent = 2 [deprecated = true]; * @deprecated gauge.messages.FileChanges.fileContent is deprecated. * See messages.proto;l=275 * @return The fileContent. */ @java.lang.Override @java.lang.Deprecated public java.lang.String getFileContent() { java.lang.Object ref = fileContent_; 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(); fileContent_ = s; return s; } } /** * string fileContent = 2 [deprecated = true]; * @deprecated gauge.messages.FileChanges.fileContent is deprecated. * See messages.proto;l=275 * @return The bytes for fileContent. */ @java.lang.Override @java.lang.Deprecated public com.google.protobuf.ByteString getFileContentBytes() { java.lang.Object ref = fileContent_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fileContent_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int DIFFS_FIELD_NUMBER = 3; @SuppressWarnings("serial") private java.util.List diffs_; /** * repeated .gauge.messages.TextDiff diffs = 3; */ @java.lang.Override public java.util.List getDiffsList() { return diffs_; } /** * repeated .gauge.messages.TextDiff diffs = 3; */ @java.lang.Override public java.util.List getDiffsOrBuilderList() { return diffs_; } /** * repeated .gauge.messages.TextDiff diffs = 3; */ @java.lang.Override public int getDiffsCount() { return diffs_.size(); } /** * repeated .gauge.messages.TextDiff diffs = 3; */ @java.lang.Override public gauge.messages.Messages.TextDiff getDiffs(int index) { return diffs_.get(index); } /** * repeated .gauge.messages.TextDiff diffs = 3; */ @java.lang.Override public gauge.messages.Messages.TextDiffOrBuilder getDiffsOrBuilder( int index) { return diffs_.get(index); } 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.GeneratedMessage.isStringEmpty(fileName_)) { com.google.protobuf.GeneratedMessage.writeString(output, 1, fileName_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(fileContent_)) { com.google.protobuf.GeneratedMessage.writeString(output, 2, fileContent_); } for (int i = 0; i < diffs_.size(); i++) { output.writeMessage(3, diffs_.get(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessage.isStringEmpty(fileName_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(1, fileName_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(fileContent_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(2, fileContent_); } for (int i = 0; i < diffs_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, diffs_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.FileChanges)) { return super.equals(obj); } gauge.messages.Messages.FileChanges other = (gauge.messages.Messages.FileChanges) obj; if (!getFileName() .equals(other.getFileName())) return false; if (!getFileContent() .equals(other.getFileContent())) return false; if (!getDiffsList() .equals(other.getDiffsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) 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) + FILENAME_FIELD_NUMBER; hash = (53 * hash) + getFileName().hashCode(); hash = (37 * hash) + FILECONTENT_FIELD_NUMBER; hash = (53 * hash) + getFileContent().hashCode(); if (getDiffsCount() > 0) { hash = (37 * hash) + DIFFS_FIELD_NUMBER; hash = (53 * hash) + getDiffsList().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.FileChanges parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.FileChanges parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.FileChanges parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.FileChanges parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.FileChanges parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.FileChanges parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.FileChanges parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.FileChanges parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.FileChanges parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.FileChanges parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.FileChanges parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.FileChanges parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.FileChanges 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Give all file changes to be made to file system
     * 
* * Protobuf type {@code gauge.messages.FileChanges} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.FileChanges) gauge.messages.Messages.FileChangesOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_FileChanges_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_FileChanges_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.FileChanges.class, gauge.messages.Messages.FileChanges.Builder.class); } // Construct using gauge.messages.Messages.FileChanges.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; fileName_ = ""; fileContent_ = ""; if (diffsBuilder_ == null) { diffs_ = java.util.Collections.emptyList(); } else { diffs_ = null; diffsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000004); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_FileChanges_descriptor; } @java.lang.Override public gauge.messages.Messages.FileChanges getDefaultInstanceForType() { return gauge.messages.Messages.FileChanges.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.FileChanges build() { gauge.messages.Messages.FileChanges result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.FileChanges buildPartial() { gauge.messages.Messages.FileChanges result = new gauge.messages.Messages.FileChanges(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartialRepeatedFields(gauge.messages.Messages.FileChanges result) { if (diffsBuilder_ == null) { if (((bitField0_ & 0x00000004) != 0)) { diffs_ = java.util.Collections.unmodifiableList(diffs_); bitField0_ = (bitField0_ & ~0x00000004); } result.diffs_ = diffs_; } else { result.diffs_ = diffsBuilder_.build(); } } private void buildPartial0(gauge.messages.Messages.FileChanges result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.fileName_ = fileName_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.fileContent_ = fileContent_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.FileChanges) { return mergeFrom((gauge.messages.Messages.FileChanges)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.FileChanges other) { if (other == gauge.messages.Messages.FileChanges.getDefaultInstance()) return this; if (!other.getFileName().isEmpty()) { fileName_ = other.fileName_; bitField0_ |= 0x00000001; onChanged(); } if (!other.getFileContent().isEmpty()) { fileContent_ = other.fileContent_; bitField0_ |= 0x00000002; onChanged(); } if (diffsBuilder_ == null) { if (!other.diffs_.isEmpty()) { if (diffs_.isEmpty()) { diffs_ = other.diffs_; bitField0_ = (bitField0_ & ~0x00000004); } else { ensureDiffsIsMutable(); diffs_.addAll(other.diffs_); } onChanged(); } } else { if (!other.diffs_.isEmpty()) { if (diffsBuilder_.isEmpty()) { diffsBuilder_.dispose(); diffsBuilder_ = null; diffs_ = other.diffs_; bitField0_ = (bitField0_ & ~0x00000004); diffsBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getDiffsFieldBuilder() : null; } else { diffsBuilder_.addAllMessages(other.diffs_); } } } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { fileName_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 case 18: { fileContent_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000002; break; } // case 18 case 26: { gauge.messages.Messages.TextDiff m = input.readMessage( gauge.messages.Messages.TextDiff.parser(), extensionRegistry); if (diffsBuilder_ == null) { ensureDiffsIsMutable(); diffs_.add(m); } else { diffsBuilder_.addMessage(m); } break; } // case 26 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object fileName_ = ""; /** * string fileName = 1; * @return The fileName. */ public java.lang.String getFileName() { java.lang.Object ref = fileName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); fileName_ = s; return s; } else { return (java.lang.String) ref; } } /** * string fileName = 1; * @return The bytes for fileName. */ public com.google.protobuf.ByteString getFileNameBytes() { java.lang.Object ref = fileName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fileName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string fileName = 1; * @param value The fileName to set. * @return This builder for chaining. */ public Builder setFileName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } fileName_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * string fileName = 1; * @return This builder for chaining. */ public Builder clearFileName() { fileName_ = getDefaultInstance().getFileName(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** * string fileName = 1; * @param value The bytes for fileName to set. * @return This builder for chaining. */ public Builder setFileNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); fileName_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private java.lang.Object fileContent_ = ""; /** * string fileContent = 2 [deprecated = true]; * @deprecated gauge.messages.FileChanges.fileContent is deprecated. * See messages.proto;l=275 * @return The fileContent. */ @java.lang.Deprecated public java.lang.String getFileContent() { java.lang.Object ref = fileContent_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); fileContent_ = s; return s; } else { return (java.lang.String) ref; } } /** * string fileContent = 2 [deprecated = true]; * @deprecated gauge.messages.FileChanges.fileContent is deprecated. * See messages.proto;l=275 * @return The bytes for fileContent. */ @java.lang.Deprecated public com.google.protobuf.ByteString getFileContentBytes() { java.lang.Object ref = fileContent_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fileContent_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string fileContent = 2 [deprecated = true]; * @deprecated gauge.messages.FileChanges.fileContent is deprecated. * See messages.proto;l=275 * @param value The fileContent to set. * @return This builder for chaining. */ @java.lang.Deprecated public Builder setFileContent( java.lang.String value) { if (value == null) { throw new NullPointerException(); } fileContent_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** * string fileContent = 2 [deprecated = true]; * @deprecated gauge.messages.FileChanges.fileContent is deprecated. * See messages.proto;l=275 * @return This builder for chaining. */ @java.lang.Deprecated public Builder clearFileContent() { fileContent_ = getDefaultInstance().getFileContent(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** * string fileContent = 2 [deprecated = true]; * @deprecated gauge.messages.FileChanges.fileContent is deprecated. * See messages.proto;l=275 * @param value The bytes for fileContent to set. * @return This builder for chaining. */ @java.lang.Deprecated public Builder setFileContentBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); fileContent_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } private java.util.List diffs_ = java.util.Collections.emptyList(); private void ensureDiffsIsMutable() { if (!((bitField0_ & 0x00000004) != 0)) { diffs_ = new java.util.ArrayList(diffs_); bitField0_ |= 0x00000004; } } private com.google.protobuf.RepeatedFieldBuilder< gauge.messages.Messages.TextDiff, gauge.messages.Messages.TextDiff.Builder, gauge.messages.Messages.TextDiffOrBuilder> diffsBuilder_; /** * repeated .gauge.messages.TextDiff diffs = 3; */ public java.util.List getDiffsList() { if (diffsBuilder_ == null) { return java.util.Collections.unmodifiableList(diffs_); } else { return diffsBuilder_.getMessageList(); } } /** * repeated .gauge.messages.TextDiff diffs = 3; */ public int getDiffsCount() { if (diffsBuilder_ == null) { return diffs_.size(); } else { return diffsBuilder_.getCount(); } } /** * repeated .gauge.messages.TextDiff diffs = 3; */ public gauge.messages.Messages.TextDiff getDiffs(int index) { if (diffsBuilder_ == null) { return diffs_.get(index); } else { return diffsBuilder_.getMessage(index); } } /** * repeated .gauge.messages.TextDiff diffs = 3; */ public Builder setDiffs( int index, gauge.messages.Messages.TextDiff value) { if (diffsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureDiffsIsMutable(); diffs_.set(index, value); onChanged(); } else { diffsBuilder_.setMessage(index, value); } return this; } /** * repeated .gauge.messages.TextDiff diffs = 3; */ public Builder setDiffs( int index, gauge.messages.Messages.TextDiff.Builder builderForValue) { if (diffsBuilder_ == null) { ensureDiffsIsMutable(); diffs_.set(index, builderForValue.build()); onChanged(); } else { diffsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .gauge.messages.TextDiff diffs = 3; */ public Builder addDiffs(gauge.messages.Messages.TextDiff value) { if (diffsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureDiffsIsMutable(); diffs_.add(value); onChanged(); } else { diffsBuilder_.addMessage(value); } return this; } /** * repeated .gauge.messages.TextDiff diffs = 3; */ public Builder addDiffs( int index, gauge.messages.Messages.TextDiff value) { if (diffsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureDiffsIsMutable(); diffs_.add(index, value); onChanged(); } else { diffsBuilder_.addMessage(index, value); } return this; } /** * repeated .gauge.messages.TextDiff diffs = 3; */ public Builder addDiffs( gauge.messages.Messages.TextDiff.Builder builderForValue) { if (diffsBuilder_ == null) { ensureDiffsIsMutable(); diffs_.add(builderForValue.build()); onChanged(); } else { diffsBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .gauge.messages.TextDiff diffs = 3; */ public Builder addDiffs( int index, gauge.messages.Messages.TextDiff.Builder builderForValue) { if (diffsBuilder_ == null) { ensureDiffsIsMutable(); diffs_.add(index, builderForValue.build()); onChanged(); } else { diffsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .gauge.messages.TextDiff diffs = 3; */ public Builder addAllDiffs( java.lang.Iterable values) { if (diffsBuilder_ == null) { ensureDiffsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, diffs_); onChanged(); } else { diffsBuilder_.addAllMessages(values); } return this; } /** * repeated .gauge.messages.TextDiff diffs = 3; */ public Builder clearDiffs() { if (diffsBuilder_ == null) { diffs_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); } else { diffsBuilder_.clear(); } return this; } /** * repeated .gauge.messages.TextDiff diffs = 3; */ public Builder removeDiffs(int index) { if (diffsBuilder_ == null) { ensureDiffsIsMutable(); diffs_.remove(index); onChanged(); } else { diffsBuilder_.remove(index); } return this; } /** * repeated .gauge.messages.TextDiff diffs = 3; */ public gauge.messages.Messages.TextDiff.Builder getDiffsBuilder( int index) { return getDiffsFieldBuilder().getBuilder(index); } /** * repeated .gauge.messages.TextDiff diffs = 3; */ public gauge.messages.Messages.TextDiffOrBuilder getDiffsOrBuilder( int index) { if (diffsBuilder_ == null) { return diffs_.get(index); } else { return diffsBuilder_.getMessageOrBuilder(index); } } /** * repeated .gauge.messages.TextDiff diffs = 3; */ public java.util.List getDiffsOrBuilderList() { if (diffsBuilder_ != null) { return diffsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(diffs_); } } /** * repeated .gauge.messages.TextDiff diffs = 3; */ public gauge.messages.Messages.TextDiff.Builder addDiffsBuilder() { return getDiffsFieldBuilder().addBuilder( gauge.messages.Messages.TextDiff.getDefaultInstance()); } /** * repeated .gauge.messages.TextDiff diffs = 3; */ public gauge.messages.Messages.TextDiff.Builder addDiffsBuilder( int index) { return getDiffsFieldBuilder().addBuilder( index, gauge.messages.Messages.TextDiff.getDefaultInstance()); } /** * repeated .gauge.messages.TextDiff diffs = 3; */ public java.util.List getDiffsBuilderList() { return getDiffsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< gauge.messages.Messages.TextDiff, gauge.messages.Messages.TextDiff.Builder, gauge.messages.Messages.TextDiffOrBuilder> getDiffsFieldBuilder() { if (diffsBuilder_ == null) { diffsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< gauge.messages.Messages.TextDiff, gauge.messages.Messages.TextDiff.Builder, gauge.messages.Messages.TextDiffOrBuilder>( diffs_, ((bitField0_ & 0x00000004) != 0), getParentForChildren(), isClean()); diffs_ = null; } return diffsBuilder_; } // @@protoc_insertion_point(builder_scope:gauge.messages.FileChanges) } // @@protoc_insertion_point(class_scope:gauge.messages.FileChanges) private static final gauge.messages.Messages.FileChanges DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.FileChanges(); } public static gauge.messages.Messages.FileChanges getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public FileChanges parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.FileChanges getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface RefactorResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.RefactorResponse) com.google.protobuf.MessageOrBuilder { /** *
     * / Flag indicating the success of Refactor operation.
     * 
* * bool success = 1; * @return The success. */ boolean getSuccess(); /** *
     * / Error message, valid only if Refactor wasn't successful
     * 
* * string error = 2; * @return The error. */ java.lang.String getError(); /** *
     * / Error message, valid only if Refactor wasn't successful
     * 
* * string error = 2; * @return The bytes for error. */ com.google.protobuf.ByteString getErrorBytes(); /** *
     * / List of files that were affected because of the refactoring.
     * 
* * repeated string filesChanged = 3; * @return A list containing the filesChanged. */ java.util.List getFilesChangedList(); /** *
     * / List of files that were affected because of the refactoring.
     * 
* * repeated string filesChanged = 3; * @return The count of filesChanged. */ int getFilesChangedCount(); /** *
     * / List of files that were affected because of the refactoring.
     * 
* * repeated string filesChanged = 3; * @param index The index of the element to return. * @return The filesChanged at the given index. */ java.lang.String getFilesChanged(int index); /** *
     * / List of files that were affected because of the refactoring.
     * 
* * repeated string filesChanged = 3; * @param index The index of the value to return. * @return The bytes of the filesChanged at the given index. */ com.google.protobuf.ByteString getFilesChangedBytes(int index); /** *
     * / List of file changes to be made to successfully achieve refactoring.
     * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ java.util.List getFileChangesList(); /** *
     * / List of file changes to be made to successfully achieve refactoring.
     * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ gauge.messages.Messages.FileChanges getFileChanges(int index); /** *
     * / List of file changes to be made to successfully achieve refactoring.
     * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ int getFileChangesCount(); /** *
     * / List of file changes to be made to successfully achieve refactoring.
     * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ java.util.List getFileChangesOrBuilderList(); /** *
     * / List of file changes to be made to successfully achieve refactoring.
     * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ gauge.messages.Messages.FileChangesOrBuilder getFileChangesOrBuilder( int index); } /** *
   * / Response of a RefactorRequest
   * 
* * Protobuf type {@code gauge.messages.RefactorResponse} */ public static final class RefactorResponse extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.RefactorResponse) RefactorResponseOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", RefactorResponse.class.getName()); } // Use RefactorResponse.newBuilder() to construct. private RefactorResponse(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private RefactorResponse() { error_ = ""; filesChanged_ = com.google.protobuf.LazyStringArrayList.emptyList(); fileChanges_ = java.util.Collections.emptyList(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_RefactorResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_RefactorResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.RefactorResponse.class, gauge.messages.Messages.RefactorResponse.Builder.class); } public static final int SUCCESS_FIELD_NUMBER = 1; private boolean success_ = false; /** *
     * / Flag indicating the success of Refactor operation.
     * 
* * bool success = 1; * @return The success. */ @java.lang.Override public boolean getSuccess() { return success_; } public static final int ERROR_FIELD_NUMBER = 2; @SuppressWarnings("serial") private volatile java.lang.Object error_ = ""; /** *
     * / Error message, valid only if Refactor wasn't successful
     * 
* * string error = 2; * @return The error. */ @java.lang.Override public java.lang.String getError() { java.lang.Object ref = error_; 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(); error_ = s; return s; } } /** *
     * / Error message, valid only if Refactor wasn't successful
     * 
* * string error = 2; * @return The bytes for error. */ @java.lang.Override public com.google.protobuf.ByteString getErrorBytes() { java.lang.Object ref = error_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); error_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int FILESCHANGED_FIELD_NUMBER = 3; @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList filesChanged_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** *
     * / List of files that were affected because of the refactoring.
     * 
* * repeated string filesChanged = 3; * @return A list containing the filesChanged. */ public com.google.protobuf.ProtocolStringList getFilesChangedList() { return filesChanged_; } /** *
     * / List of files that were affected because of the refactoring.
     * 
* * repeated string filesChanged = 3; * @return The count of filesChanged. */ public int getFilesChangedCount() { return filesChanged_.size(); } /** *
     * / List of files that were affected because of the refactoring.
     * 
* * repeated string filesChanged = 3; * @param index The index of the element to return. * @return The filesChanged at the given index. */ public java.lang.String getFilesChanged(int index) { return filesChanged_.get(index); } /** *
     * / List of files that were affected because of the refactoring.
     * 
* * repeated string filesChanged = 3; * @param index The index of the value to return. * @return The bytes of the filesChanged at the given index. */ public com.google.protobuf.ByteString getFilesChangedBytes(int index) { return filesChanged_.getByteString(index); } public static final int FILECHANGES_FIELD_NUMBER = 4; @SuppressWarnings("serial") private java.util.List fileChanges_; /** *
     * / List of file changes to be made to successfully achieve refactoring.
     * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ @java.lang.Override public java.util.List getFileChangesList() { return fileChanges_; } /** *
     * / List of file changes to be made to successfully achieve refactoring.
     * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ @java.lang.Override public java.util.List getFileChangesOrBuilderList() { return fileChanges_; } /** *
     * / List of file changes to be made to successfully achieve refactoring.
     * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ @java.lang.Override public int getFileChangesCount() { return fileChanges_.size(); } /** *
     * / List of file changes to be made to successfully achieve refactoring.
     * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ @java.lang.Override public gauge.messages.Messages.FileChanges getFileChanges(int index) { return fileChanges_.get(index); } /** *
     * / List of file changes to be made to successfully achieve refactoring.
     * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ @java.lang.Override public gauge.messages.Messages.FileChangesOrBuilder getFileChangesOrBuilder( int index) { return fileChanges_.get(index); } 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 (success_ != false) { output.writeBool(1, success_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(error_)) { com.google.protobuf.GeneratedMessage.writeString(output, 2, error_); } for (int i = 0; i < filesChanged_.size(); i++) { com.google.protobuf.GeneratedMessage.writeString(output, 3, filesChanged_.getRaw(i)); } for (int i = 0; i < fileChanges_.size(); i++) { output.writeMessage(4, fileChanges_.get(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (success_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(1, success_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(error_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(2, error_); } { int dataSize = 0; for (int i = 0; i < filesChanged_.size(); i++) { dataSize += computeStringSizeNoTag(filesChanged_.getRaw(i)); } size += dataSize; size += 1 * getFilesChangedList().size(); } for (int i = 0; i < fileChanges_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, fileChanges_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.RefactorResponse)) { return super.equals(obj); } gauge.messages.Messages.RefactorResponse other = (gauge.messages.Messages.RefactorResponse) obj; if (getSuccess() != other.getSuccess()) return false; if (!getError() .equals(other.getError())) return false; if (!getFilesChangedList() .equals(other.getFilesChangedList())) return false; if (!getFileChangesList() .equals(other.getFileChangesList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) 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) + SUCCESS_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getSuccess()); hash = (37 * hash) + ERROR_FIELD_NUMBER; hash = (53 * hash) + getError().hashCode(); if (getFilesChangedCount() > 0) { hash = (37 * hash) + FILESCHANGED_FIELD_NUMBER; hash = (53 * hash) + getFilesChangedList().hashCode(); } if (getFileChangesCount() > 0) { hash = (37 * hash) + FILECHANGES_FIELD_NUMBER; hash = (53 * hash) + getFileChangesList().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.RefactorResponse parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.RefactorResponse parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.RefactorResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.RefactorResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.RefactorResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.RefactorResponse parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.RefactorResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.RefactorResponse parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.RefactorResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.RefactorResponse parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.RefactorResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.RefactorResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.RefactorResponse 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Response of a RefactorRequest
     * 
* * Protobuf type {@code gauge.messages.RefactorResponse} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.RefactorResponse) gauge.messages.Messages.RefactorResponseOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_RefactorResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_RefactorResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.RefactorResponse.class, gauge.messages.Messages.RefactorResponse.Builder.class); } // Construct using gauge.messages.Messages.RefactorResponse.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; success_ = false; error_ = ""; filesChanged_ = com.google.protobuf.LazyStringArrayList.emptyList(); if (fileChangesBuilder_ == null) { fileChanges_ = java.util.Collections.emptyList(); } else { fileChanges_ = null; fileChangesBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000008); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_RefactorResponse_descriptor; } @java.lang.Override public gauge.messages.Messages.RefactorResponse getDefaultInstanceForType() { return gauge.messages.Messages.RefactorResponse.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.RefactorResponse build() { gauge.messages.Messages.RefactorResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.RefactorResponse buildPartial() { gauge.messages.Messages.RefactorResponse result = new gauge.messages.Messages.RefactorResponse(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartialRepeatedFields(gauge.messages.Messages.RefactorResponse result) { if (fileChangesBuilder_ == null) { if (((bitField0_ & 0x00000008) != 0)) { fileChanges_ = java.util.Collections.unmodifiableList(fileChanges_); bitField0_ = (bitField0_ & ~0x00000008); } result.fileChanges_ = fileChanges_; } else { result.fileChanges_ = fileChangesBuilder_.build(); } } private void buildPartial0(gauge.messages.Messages.RefactorResponse result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.success_ = success_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.error_ = error_; } if (((from_bitField0_ & 0x00000004) != 0)) { filesChanged_.makeImmutable(); result.filesChanged_ = filesChanged_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.RefactorResponse) { return mergeFrom((gauge.messages.Messages.RefactorResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.RefactorResponse other) { if (other == gauge.messages.Messages.RefactorResponse.getDefaultInstance()) return this; if (other.getSuccess() != false) { setSuccess(other.getSuccess()); } if (!other.getError().isEmpty()) { error_ = other.error_; bitField0_ |= 0x00000002; onChanged(); } if (!other.filesChanged_.isEmpty()) { if (filesChanged_.isEmpty()) { filesChanged_ = other.filesChanged_; bitField0_ |= 0x00000004; } else { ensureFilesChangedIsMutable(); filesChanged_.addAll(other.filesChanged_); } onChanged(); } if (fileChangesBuilder_ == null) { if (!other.fileChanges_.isEmpty()) { if (fileChanges_.isEmpty()) { fileChanges_ = other.fileChanges_; bitField0_ = (bitField0_ & ~0x00000008); } else { ensureFileChangesIsMutable(); fileChanges_.addAll(other.fileChanges_); } onChanged(); } } else { if (!other.fileChanges_.isEmpty()) { if (fileChangesBuilder_.isEmpty()) { fileChangesBuilder_.dispose(); fileChangesBuilder_ = null; fileChanges_ = other.fileChanges_; bitField0_ = (bitField0_ & ~0x00000008); fileChangesBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getFileChangesFieldBuilder() : null; } else { fileChangesBuilder_.addAllMessages(other.fileChanges_); } } } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { success_ = input.readBool(); bitField0_ |= 0x00000001; break; } // case 8 case 18: { error_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000002; break; } // case 18 case 26: { java.lang.String s = input.readStringRequireUtf8(); ensureFilesChangedIsMutable(); filesChanged_.add(s); break; } // case 26 case 34: { gauge.messages.Messages.FileChanges m = input.readMessage( gauge.messages.Messages.FileChanges.parser(), extensionRegistry); if (fileChangesBuilder_ == null) { ensureFileChangesIsMutable(); fileChanges_.add(m); } else { fileChangesBuilder_.addMessage(m); } break; } // case 34 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private boolean success_ ; /** *
       * / Flag indicating the success of Refactor operation.
       * 
* * bool success = 1; * @return The success. */ @java.lang.Override public boolean getSuccess() { return success_; } /** *
       * / Flag indicating the success of Refactor operation.
       * 
* * bool success = 1; * @param value The success to set. * @return This builder for chaining. */ public Builder setSuccess(boolean value) { success_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Flag indicating the success of Refactor operation.
       * 
* * bool success = 1; * @return This builder for chaining. */ public Builder clearSuccess() { bitField0_ = (bitField0_ & ~0x00000001); success_ = false; onChanged(); return this; } private java.lang.Object error_ = ""; /** *
       * / Error message, valid only if Refactor wasn't successful
       * 
* * string error = 2; * @return The error. */ public java.lang.String getError() { java.lang.Object ref = error_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); error_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * / Error message, valid only if Refactor wasn't successful
       * 
* * string error = 2; * @return The bytes for error. */ public com.google.protobuf.ByteString getErrorBytes() { java.lang.Object ref = error_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); error_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * / Error message, valid only if Refactor wasn't successful
       * 
* * string error = 2; * @param value The error to set. * @return This builder for chaining. */ public Builder setError( java.lang.String value) { if (value == null) { throw new NullPointerException(); } error_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / Error message, valid only if Refactor wasn't successful
       * 
* * string error = 2; * @return This builder for chaining. */ public Builder clearError() { error_ = getDefaultInstance().getError(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** *
       * / Error message, valid only if Refactor wasn't successful
       * 
* * string error = 2; * @param value The bytes for error to set. * @return This builder for chaining. */ public Builder setErrorBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); error_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } private com.google.protobuf.LazyStringArrayList filesChanged_ = com.google.protobuf.LazyStringArrayList.emptyList(); private void ensureFilesChangedIsMutable() { if (!filesChanged_.isModifiable()) { filesChanged_ = new com.google.protobuf.LazyStringArrayList(filesChanged_); } bitField0_ |= 0x00000004; } /** *
       * / List of files that were affected because of the refactoring.
       * 
* * repeated string filesChanged = 3; * @return A list containing the filesChanged. */ public com.google.protobuf.ProtocolStringList getFilesChangedList() { filesChanged_.makeImmutable(); return filesChanged_; } /** *
       * / List of files that were affected because of the refactoring.
       * 
* * repeated string filesChanged = 3; * @return The count of filesChanged. */ public int getFilesChangedCount() { return filesChanged_.size(); } /** *
       * / List of files that were affected because of the refactoring.
       * 
* * repeated string filesChanged = 3; * @param index The index of the element to return. * @return The filesChanged at the given index. */ public java.lang.String getFilesChanged(int index) { return filesChanged_.get(index); } /** *
       * / List of files that were affected because of the refactoring.
       * 
* * repeated string filesChanged = 3; * @param index The index of the value to return. * @return The bytes of the filesChanged at the given index. */ public com.google.protobuf.ByteString getFilesChangedBytes(int index) { return filesChanged_.getByteString(index); } /** *
       * / List of files that were affected because of the refactoring.
       * 
* * repeated string filesChanged = 3; * @param index The index to set the value at. * @param value The filesChanged to set. * @return This builder for chaining. */ public Builder setFilesChanged( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureFilesChangedIsMutable(); filesChanged_.set(index, value); bitField0_ |= 0x00000004; onChanged(); return this; } /** *
       * / List of files that were affected because of the refactoring.
       * 
* * repeated string filesChanged = 3; * @param value The filesChanged to add. * @return This builder for chaining. */ public Builder addFilesChanged( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureFilesChangedIsMutable(); filesChanged_.add(value); bitField0_ |= 0x00000004; onChanged(); return this; } /** *
       * / List of files that were affected because of the refactoring.
       * 
* * repeated string filesChanged = 3; * @param values The filesChanged to add. * @return This builder for chaining. */ public Builder addAllFilesChanged( java.lang.Iterable values) { ensureFilesChangedIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, filesChanged_); bitField0_ |= 0x00000004; onChanged(); return this; } /** *
       * / List of files that were affected because of the refactoring.
       * 
* * repeated string filesChanged = 3; * @return This builder for chaining. */ public Builder clearFilesChanged() { filesChanged_ = com.google.protobuf.LazyStringArrayList.emptyList(); bitField0_ = (bitField0_ & ~0x00000004);; onChanged(); return this; } /** *
       * / List of files that were affected because of the refactoring.
       * 
* * repeated string filesChanged = 3; * @param value The bytes of the filesChanged to add. * @return This builder for chaining. */ public Builder addFilesChangedBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureFilesChangedIsMutable(); filesChanged_.add(value); bitField0_ |= 0x00000004; onChanged(); return this; } private java.util.List fileChanges_ = java.util.Collections.emptyList(); private void ensureFileChangesIsMutable() { if (!((bitField0_ & 0x00000008) != 0)) { fileChanges_ = new java.util.ArrayList(fileChanges_); bitField0_ |= 0x00000008; } } private com.google.protobuf.RepeatedFieldBuilder< gauge.messages.Messages.FileChanges, gauge.messages.Messages.FileChanges.Builder, gauge.messages.Messages.FileChangesOrBuilder> fileChangesBuilder_; /** *
       * / List of file changes to be made to successfully achieve refactoring.
       * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ public java.util.List getFileChangesList() { if (fileChangesBuilder_ == null) { return java.util.Collections.unmodifiableList(fileChanges_); } else { return fileChangesBuilder_.getMessageList(); } } /** *
       * / List of file changes to be made to successfully achieve refactoring.
       * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ public int getFileChangesCount() { if (fileChangesBuilder_ == null) { return fileChanges_.size(); } else { return fileChangesBuilder_.getCount(); } } /** *
       * / List of file changes to be made to successfully achieve refactoring.
       * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ public gauge.messages.Messages.FileChanges getFileChanges(int index) { if (fileChangesBuilder_ == null) { return fileChanges_.get(index); } else { return fileChangesBuilder_.getMessage(index); } } /** *
       * / List of file changes to be made to successfully achieve refactoring.
       * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ public Builder setFileChanges( int index, gauge.messages.Messages.FileChanges value) { if (fileChangesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFileChangesIsMutable(); fileChanges_.set(index, value); onChanged(); } else { fileChangesBuilder_.setMessage(index, value); } return this; } /** *
       * / List of file changes to be made to successfully achieve refactoring.
       * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ public Builder setFileChanges( int index, gauge.messages.Messages.FileChanges.Builder builderForValue) { if (fileChangesBuilder_ == null) { ensureFileChangesIsMutable(); fileChanges_.set(index, builderForValue.build()); onChanged(); } else { fileChangesBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
       * / List of file changes to be made to successfully achieve refactoring.
       * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ public Builder addFileChanges(gauge.messages.Messages.FileChanges value) { if (fileChangesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFileChangesIsMutable(); fileChanges_.add(value); onChanged(); } else { fileChangesBuilder_.addMessage(value); } return this; } /** *
       * / List of file changes to be made to successfully achieve refactoring.
       * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ public Builder addFileChanges( int index, gauge.messages.Messages.FileChanges value) { if (fileChangesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFileChangesIsMutable(); fileChanges_.add(index, value); onChanged(); } else { fileChangesBuilder_.addMessage(index, value); } return this; } /** *
       * / List of file changes to be made to successfully achieve refactoring.
       * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ public Builder addFileChanges( gauge.messages.Messages.FileChanges.Builder builderForValue) { if (fileChangesBuilder_ == null) { ensureFileChangesIsMutable(); fileChanges_.add(builderForValue.build()); onChanged(); } else { fileChangesBuilder_.addMessage(builderForValue.build()); } return this; } /** *
       * / List of file changes to be made to successfully achieve refactoring.
       * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ public Builder addFileChanges( int index, gauge.messages.Messages.FileChanges.Builder builderForValue) { if (fileChangesBuilder_ == null) { ensureFileChangesIsMutable(); fileChanges_.add(index, builderForValue.build()); onChanged(); } else { fileChangesBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
       * / List of file changes to be made to successfully achieve refactoring.
       * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ public Builder addAllFileChanges( java.lang.Iterable values) { if (fileChangesBuilder_ == null) { ensureFileChangesIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, fileChanges_); onChanged(); } else { fileChangesBuilder_.addAllMessages(values); } return this; } /** *
       * / List of file changes to be made to successfully achieve refactoring.
       * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ public Builder clearFileChanges() { if (fileChangesBuilder_ == null) { fileChanges_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); } else { fileChangesBuilder_.clear(); } return this; } /** *
       * / List of file changes to be made to successfully achieve refactoring.
       * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ public Builder removeFileChanges(int index) { if (fileChangesBuilder_ == null) { ensureFileChangesIsMutable(); fileChanges_.remove(index); onChanged(); } else { fileChangesBuilder_.remove(index); } return this; } /** *
       * / List of file changes to be made to successfully achieve refactoring.
       * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ public gauge.messages.Messages.FileChanges.Builder getFileChangesBuilder( int index) { return getFileChangesFieldBuilder().getBuilder(index); } /** *
       * / List of file changes to be made to successfully achieve refactoring.
       * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ public gauge.messages.Messages.FileChangesOrBuilder getFileChangesOrBuilder( int index) { if (fileChangesBuilder_ == null) { return fileChanges_.get(index); } else { return fileChangesBuilder_.getMessageOrBuilder(index); } } /** *
       * / List of file changes to be made to successfully achieve refactoring.
       * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ public java.util.List getFileChangesOrBuilderList() { if (fileChangesBuilder_ != null) { return fileChangesBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(fileChanges_); } } /** *
       * / List of file changes to be made to successfully achieve refactoring.
       * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ public gauge.messages.Messages.FileChanges.Builder addFileChangesBuilder() { return getFileChangesFieldBuilder().addBuilder( gauge.messages.Messages.FileChanges.getDefaultInstance()); } /** *
       * / List of file changes to be made to successfully achieve refactoring.
       * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ public gauge.messages.Messages.FileChanges.Builder addFileChangesBuilder( int index) { return getFileChangesFieldBuilder().addBuilder( index, gauge.messages.Messages.FileChanges.getDefaultInstance()); } /** *
       * / List of file changes to be made to successfully achieve refactoring.
       * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ public java.util.List getFileChangesBuilderList() { return getFileChangesFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< gauge.messages.Messages.FileChanges, gauge.messages.Messages.FileChanges.Builder, gauge.messages.Messages.FileChangesOrBuilder> getFileChangesFieldBuilder() { if (fileChangesBuilder_ == null) { fileChangesBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< gauge.messages.Messages.FileChanges, gauge.messages.Messages.FileChanges.Builder, gauge.messages.Messages.FileChangesOrBuilder>( fileChanges_, ((bitField0_ & 0x00000008) != 0), getParentForChildren(), isClean()); fileChanges_ = null; } return fileChangesBuilder_; } // @@protoc_insertion_point(builder_scope:gauge.messages.RefactorResponse) } // @@protoc_insertion_point(class_scope:gauge.messages.RefactorResponse) private static final gauge.messages.Messages.RefactorResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.RefactorResponse(); } public static gauge.messages.Messages.RefactorResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public RefactorResponse parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.RefactorResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface StepNameRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.StepNameRequest) com.google.protobuf.MessageOrBuilder { /** *
     * / Step text to lookup the Step.
     * / This is the parsed step value, i.e. with placeholders for parameters.
     * 
* * string stepValue = 1; * @return The stepValue. */ java.lang.String getStepValue(); /** *
     * / Step text to lookup the Step.
     * / This is the parsed step value, i.e. with placeholders for parameters.
     * 
* * string stepValue = 1; * @return The bytes for stepValue. */ com.google.protobuf.ByteString getStepValueBytes(); } /** *
   * / Request for details on a Single Step.
   * 
* * Protobuf type {@code gauge.messages.StepNameRequest} */ public static final class StepNameRequest extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.StepNameRequest) StepNameRequestOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", StepNameRequest.class.getName()); } // Use StepNameRequest.newBuilder() to construct. private StepNameRequest(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private StepNameRequest() { stepValue_ = ""; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_StepNameRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StepNameRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StepNameRequest.class, gauge.messages.Messages.StepNameRequest.Builder.class); } public static final int STEPVALUE_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object stepValue_ = ""; /** *
     * / Step text to lookup the Step.
     * / This is the parsed step value, i.e. with placeholders for parameters.
     * 
* * string stepValue = 1; * @return The stepValue. */ @java.lang.Override public java.lang.String getStepValue() { java.lang.Object ref = stepValue_; 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(); stepValue_ = s; return s; } } /** *
     * / Step text to lookup the Step.
     * / This is the parsed step value, i.e. with placeholders for parameters.
     * 
* * string stepValue = 1; * @return The bytes for stepValue. */ @java.lang.Override public com.google.protobuf.ByteString getStepValueBytes() { java.lang.Object ref = stepValue_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); stepValue_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } 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.GeneratedMessage.isStringEmpty(stepValue_)) { com.google.protobuf.GeneratedMessage.writeString(output, 1, stepValue_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessage.isStringEmpty(stepValue_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(1, stepValue_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.StepNameRequest)) { return super.equals(obj); } gauge.messages.Messages.StepNameRequest other = (gauge.messages.Messages.StepNameRequest) obj; if (!getStepValue() .equals(other.getStepValue())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) 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) + STEPVALUE_FIELD_NUMBER; hash = (53 * hash) + getStepValue().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.StepNameRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepNameRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepNameRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepNameRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepNameRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepNameRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepNameRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.StepNameRequest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepNameRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.StepNameRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepNameRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.StepNameRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.StepNameRequest 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Request for details on a Single Step.
     * 
* * Protobuf type {@code gauge.messages.StepNameRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.StepNameRequest) gauge.messages.Messages.StepNameRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_StepNameRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StepNameRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StepNameRequest.class, gauge.messages.Messages.StepNameRequest.Builder.class); } // Construct using gauge.messages.Messages.StepNameRequest.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; stepValue_ = ""; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_StepNameRequest_descriptor; } @java.lang.Override public gauge.messages.Messages.StepNameRequest getDefaultInstanceForType() { return gauge.messages.Messages.StepNameRequest.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.StepNameRequest build() { gauge.messages.Messages.StepNameRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.StepNameRequest buildPartial() { gauge.messages.Messages.StepNameRequest result = new gauge.messages.Messages.StepNameRequest(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.StepNameRequest result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.stepValue_ = stepValue_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.StepNameRequest) { return mergeFrom((gauge.messages.Messages.StepNameRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.StepNameRequest other) { if (other == gauge.messages.Messages.StepNameRequest.getDefaultInstance()) return this; if (!other.getStepValue().isEmpty()) { stepValue_ = other.stepValue_; bitField0_ |= 0x00000001; onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { stepValue_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object stepValue_ = ""; /** *
       * / Step text to lookup the Step.
       * / This is the parsed step value, i.e. with placeholders for parameters.
       * 
* * string stepValue = 1; * @return The stepValue. */ public java.lang.String getStepValue() { java.lang.Object ref = stepValue_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); stepValue_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * / Step text to lookup the Step.
       * / This is the parsed step value, i.e. with placeholders for parameters.
       * 
* * string stepValue = 1; * @return The bytes for stepValue. */ public com.google.protobuf.ByteString getStepValueBytes() { java.lang.Object ref = stepValue_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); stepValue_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * / Step text to lookup the Step.
       * / This is the parsed step value, i.e. with placeholders for parameters.
       * 
* * string stepValue = 1; * @param value The stepValue to set. * @return This builder for chaining. */ public Builder setStepValue( java.lang.String value) { if (value == null) { throw new NullPointerException(); } stepValue_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Step text to lookup the Step.
       * / This is the parsed step value, i.e. with placeholders for parameters.
       * 
* * string stepValue = 1; * @return This builder for chaining. */ public Builder clearStepValue() { stepValue_ = getDefaultInstance().getStepValue(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
       * / Step text to lookup the Step.
       * / This is the parsed step value, i.e. with placeholders for parameters.
       * 
* * string stepValue = 1; * @param value The bytes for stepValue to set. * @return This builder for chaining. */ public Builder setStepValueBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); stepValue_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.StepNameRequest) } // @@protoc_insertion_point(class_scope:gauge.messages.StepNameRequest) private static final gauge.messages.Messages.StepNameRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.StepNameRequest(); } public static gauge.messages.Messages.StepNameRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public StepNameRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.StepNameRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface StepNameResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.StepNameResponse) com.google.protobuf.MessageOrBuilder { /** *
     * / Flag indicating if there is a match for the given Step Text.
     * 
* * bool isStepPresent = 1; * @return The isStepPresent. */ boolean getIsStepPresent(); /** *
     * / The Step name of the given step.
     * 
* * repeated string stepName = 2; * @return A list containing the stepName. */ java.util.List getStepNameList(); /** *
     * / The Step name of the given step.
     * 
* * repeated string stepName = 2; * @return The count of stepName. */ int getStepNameCount(); /** *
     * / The Step name of the given step.
     * 
* * repeated string stepName = 2; * @param index The index of the element to return. * @return The stepName at the given index. */ java.lang.String getStepName(int index); /** *
     * / The Step name of the given step.
     * 
* * repeated string stepName = 2; * @param index The index of the value to return. * @return The bytes of the stepName at the given index. */ com.google.protobuf.ByteString getStepNameBytes(int index); /** *
     * / Flag indicating if the given Step is an alias.
     * 
* * bool hasAlias = 3; * @return The hasAlias. */ boolean getHasAlias(); /** *
     * / File name in which the step implementation exists
     * 
* * string fileName = 4; * @return The fileName. */ java.lang.String getFileName(); /** *
     * / File name in which the step implementation exists
     * 
* * string fileName = 4; * @return The bytes for fileName. */ com.google.protobuf.ByteString getFileNameBytes(); /** *
     * / Range of step
     * 
* * .gauge.messages.Span span = 5; * @return Whether the span field is set. */ boolean hasSpan(); /** *
     * / Range of step
     * 
* * .gauge.messages.Span span = 5; * @return The span. */ gauge.messages.Spec.Span getSpan(); /** *
     * / Range of step
     * 
* * .gauge.messages.Span span = 5; */ gauge.messages.Spec.SpanOrBuilder getSpanOrBuilder(); /** *
     * / Flag indicating if the given Step defined in some external library and the source code can not be accessed.
     * 
* * bool isExternal = 6; * @return The isExternal. */ boolean getIsExternal(); } /** *
   * / Response to StepNameRequest.
   * 
* * Protobuf type {@code gauge.messages.StepNameResponse} */ public static final class StepNameResponse extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.StepNameResponse) StepNameResponseOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", StepNameResponse.class.getName()); } // Use StepNameResponse.newBuilder() to construct. private StepNameResponse(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private StepNameResponse() { stepName_ = com.google.protobuf.LazyStringArrayList.emptyList(); fileName_ = ""; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_StepNameResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StepNameResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StepNameResponse.class, gauge.messages.Messages.StepNameResponse.Builder.class); } private int bitField0_; public static final int ISSTEPPRESENT_FIELD_NUMBER = 1; private boolean isStepPresent_ = false; /** *
     * / Flag indicating if there is a match for the given Step Text.
     * 
* * bool isStepPresent = 1; * @return The isStepPresent. */ @java.lang.Override public boolean getIsStepPresent() { return isStepPresent_; } public static final int STEPNAME_FIELD_NUMBER = 2; @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList stepName_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** *
     * / The Step name of the given step.
     * 
* * repeated string stepName = 2; * @return A list containing the stepName. */ public com.google.protobuf.ProtocolStringList getStepNameList() { return stepName_; } /** *
     * / The Step name of the given step.
     * 
* * repeated string stepName = 2; * @return The count of stepName. */ public int getStepNameCount() { return stepName_.size(); } /** *
     * / The Step name of the given step.
     * 
* * repeated string stepName = 2; * @param index The index of the element to return. * @return The stepName at the given index. */ public java.lang.String getStepName(int index) { return stepName_.get(index); } /** *
     * / The Step name of the given step.
     * 
* * repeated string stepName = 2; * @param index The index of the value to return. * @return The bytes of the stepName at the given index. */ public com.google.protobuf.ByteString getStepNameBytes(int index) { return stepName_.getByteString(index); } public static final int HASALIAS_FIELD_NUMBER = 3; private boolean hasAlias_ = false; /** *
     * / Flag indicating if the given Step is an alias.
     * 
* * bool hasAlias = 3; * @return The hasAlias. */ @java.lang.Override public boolean getHasAlias() { return hasAlias_; } public static final int FILENAME_FIELD_NUMBER = 4; @SuppressWarnings("serial") private volatile java.lang.Object fileName_ = ""; /** *
     * / File name in which the step implementation exists
     * 
* * string fileName = 4; * @return The fileName. */ @java.lang.Override public java.lang.String getFileName() { java.lang.Object ref = fileName_; 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(); fileName_ = s; return s; } } /** *
     * / File name in which the step implementation exists
     * 
* * string fileName = 4; * @return The bytes for fileName. */ @java.lang.Override public com.google.protobuf.ByteString getFileNameBytes() { java.lang.Object ref = fileName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fileName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int SPAN_FIELD_NUMBER = 5; private gauge.messages.Spec.Span span_; /** *
     * / Range of step
     * 
* * .gauge.messages.Span span = 5; * @return Whether the span field is set. */ @java.lang.Override public boolean hasSpan() { return ((bitField0_ & 0x00000001) != 0); } /** *
     * / Range of step
     * 
* * .gauge.messages.Span span = 5; * @return The span. */ @java.lang.Override public gauge.messages.Spec.Span getSpan() { return span_ == null ? gauge.messages.Spec.Span.getDefaultInstance() : span_; } /** *
     * / Range of step
     * 
* * .gauge.messages.Span span = 5; */ @java.lang.Override public gauge.messages.Spec.SpanOrBuilder getSpanOrBuilder() { return span_ == null ? gauge.messages.Spec.Span.getDefaultInstance() : span_; } public static final int ISEXTERNAL_FIELD_NUMBER = 6; private boolean isExternal_ = false; /** *
     * / Flag indicating if the given Step defined in some external library and the source code can not be accessed.
     * 
* * bool isExternal = 6; * @return The isExternal. */ @java.lang.Override public boolean getIsExternal() { return isExternal_; } 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 (isStepPresent_ != false) { output.writeBool(1, isStepPresent_); } for (int i = 0; i < stepName_.size(); i++) { com.google.protobuf.GeneratedMessage.writeString(output, 2, stepName_.getRaw(i)); } if (hasAlias_ != false) { output.writeBool(3, hasAlias_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(fileName_)) { com.google.protobuf.GeneratedMessage.writeString(output, 4, fileName_); } if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(5, getSpan()); } if (isExternal_ != false) { output.writeBool(6, isExternal_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (isStepPresent_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(1, isStepPresent_); } { int dataSize = 0; for (int i = 0; i < stepName_.size(); i++) { dataSize += computeStringSizeNoTag(stepName_.getRaw(i)); } size += dataSize; size += 1 * getStepNameList().size(); } if (hasAlias_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(3, hasAlias_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(fileName_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(4, fileName_); } if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, getSpan()); } if (isExternal_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(6, isExternal_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.StepNameResponse)) { return super.equals(obj); } gauge.messages.Messages.StepNameResponse other = (gauge.messages.Messages.StepNameResponse) obj; if (getIsStepPresent() != other.getIsStepPresent()) return false; if (!getStepNameList() .equals(other.getStepNameList())) return false; if (getHasAlias() != other.getHasAlias()) return false; if (!getFileName() .equals(other.getFileName())) return false; if (hasSpan() != other.hasSpan()) return false; if (hasSpan()) { if (!getSpan() .equals(other.getSpan())) return false; } if (getIsExternal() != other.getIsExternal()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) 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) + ISSTEPPRESENT_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getIsStepPresent()); if (getStepNameCount() > 0) { hash = (37 * hash) + STEPNAME_FIELD_NUMBER; hash = (53 * hash) + getStepNameList().hashCode(); } hash = (37 * hash) + HASALIAS_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getHasAlias()); hash = (37 * hash) + FILENAME_FIELD_NUMBER; hash = (53 * hash) + getFileName().hashCode(); if (hasSpan()) { hash = (37 * hash) + SPAN_FIELD_NUMBER; hash = (53 * hash) + getSpan().hashCode(); } hash = (37 * hash) + ISEXTERNAL_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getIsExternal()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.StepNameResponse parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepNameResponse parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepNameResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepNameResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepNameResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepNameResponse parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepNameResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.StepNameResponse parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepNameResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.StepNameResponse parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepNameResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.StepNameResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.StepNameResponse 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Response to StepNameRequest.
     * 
* * Protobuf type {@code gauge.messages.StepNameResponse} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.StepNameResponse) gauge.messages.Messages.StepNameResponseOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_StepNameResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StepNameResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StepNameResponse.class, gauge.messages.Messages.StepNameResponse.Builder.class); } // Construct using gauge.messages.Messages.StepNameResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getSpanFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; isStepPresent_ = false; stepName_ = com.google.protobuf.LazyStringArrayList.emptyList(); hasAlias_ = false; fileName_ = ""; span_ = null; if (spanBuilder_ != null) { spanBuilder_.dispose(); spanBuilder_ = null; } isExternal_ = false; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_StepNameResponse_descriptor; } @java.lang.Override public gauge.messages.Messages.StepNameResponse getDefaultInstanceForType() { return gauge.messages.Messages.StepNameResponse.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.StepNameResponse build() { gauge.messages.Messages.StepNameResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.StepNameResponse buildPartial() { gauge.messages.Messages.StepNameResponse result = new gauge.messages.Messages.StepNameResponse(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.StepNameResponse result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.isStepPresent_ = isStepPresent_; } if (((from_bitField0_ & 0x00000002) != 0)) { stepName_.makeImmutable(); result.stepName_ = stepName_; } if (((from_bitField0_ & 0x00000004) != 0)) { result.hasAlias_ = hasAlias_; } if (((from_bitField0_ & 0x00000008) != 0)) { result.fileName_ = fileName_; } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000010) != 0)) { result.span_ = spanBuilder_ == null ? span_ : spanBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000020) != 0)) { result.isExternal_ = isExternal_; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.StepNameResponse) { return mergeFrom((gauge.messages.Messages.StepNameResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.StepNameResponse other) { if (other == gauge.messages.Messages.StepNameResponse.getDefaultInstance()) return this; if (other.getIsStepPresent() != false) { setIsStepPresent(other.getIsStepPresent()); } if (!other.stepName_.isEmpty()) { if (stepName_.isEmpty()) { stepName_ = other.stepName_; bitField0_ |= 0x00000002; } else { ensureStepNameIsMutable(); stepName_.addAll(other.stepName_); } onChanged(); } if (other.getHasAlias() != false) { setHasAlias(other.getHasAlias()); } if (!other.getFileName().isEmpty()) { fileName_ = other.fileName_; bitField0_ |= 0x00000008; onChanged(); } if (other.hasSpan()) { mergeSpan(other.getSpan()); } if (other.getIsExternal() != false) { setIsExternal(other.getIsExternal()); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { isStepPresent_ = input.readBool(); bitField0_ |= 0x00000001; break; } // case 8 case 18: { java.lang.String s = input.readStringRequireUtf8(); ensureStepNameIsMutable(); stepName_.add(s); break; } // case 18 case 24: { hasAlias_ = input.readBool(); bitField0_ |= 0x00000004; break; } // case 24 case 34: { fileName_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000008; break; } // case 34 case 42: { input.readMessage( getSpanFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000010; break; } // case 42 case 48: { isExternal_ = input.readBool(); bitField0_ |= 0x00000020; break; } // case 48 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private boolean isStepPresent_ ; /** *
       * / Flag indicating if there is a match for the given Step Text.
       * 
* * bool isStepPresent = 1; * @return The isStepPresent. */ @java.lang.Override public boolean getIsStepPresent() { return isStepPresent_; } /** *
       * / Flag indicating if there is a match for the given Step Text.
       * 
* * bool isStepPresent = 1; * @param value The isStepPresent to set. * @return This builder for chaining. */ public Builder setIsStepPresent(boolean value) { isStepPresent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Flag indicating if there is a match for the given Step Text.
       * 
* * bool isStepPresent = 1; * @return This builder for chaining. */ public Builder clearIsStepPresent() { bitField0_ = (bitField0_ & ~0x00000001); isStepPresent_ = false; onChanged(); return this; } private com.google.protobuf.LazyStringArrayList stepName_ = com.google.protobuf.LazyStringArrayList.emptyList(); private void ensureStepNameIsMutable() { if (!stepName_.isModifiable()) { stepName_ = new com.google.protobuf.LazyStringArrayList(stepName_); } bitField0_ |= 0x00000002; } /** *
       * / The Step name of the given step.
       * 
* * repeated string stepName = 2; * @return A list containing the stepName. */ public com.google.protobuf.ProtocolStringList getStepNameList() { stepName_.makeImmutable(); return stepName_; } /** *
       * / The Step name of the given step.
       * 
* * repeated string stepName = 2; * @return The count of stepName. */ public int getStepNameCount() { return stepName_.size(); } /** *
       * / The Step name of the given step.
       * 
* * repeated string stepName = 2; * @param index The index of the element to return. * @return The stepName at the given index. */ public java.lang.String getStepName(int index) { return stepName_.get(index); } /** *
       * / The Step name of the given step.
       * 
* * repeated string stepName = 2; * @param index The index of the value to return. * @return The bytes of the stepName at the given index. */ public com.google.protobuf.ByteString getStepNameBytes(int index) { return stepName_.getByteString(index); } /** *
       * / The Step name of the given step.
       * 
* * repeated string stepName = 2; * @param index The index to set the value at. * @param value The stepName to set. * @return This builder for chaining. */ public Builder setStepName( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureStepNameIsMutable(); stepName_.set(index, value); bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / The Step name of the given step.
       * 
* * repeated string stepName = 2; * @param value The stepName to add. * @return This builder for chaining. */ public Builder addStepName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureStepNameIsMutable(); stepName_.add(value); bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / The Step name of the given step.
       * 
* * repeated string stepName = 2; * @param values The stepName to add. * @return This builder for chaining. */ public Builder addAllStepName( java.lang.Iterable values) { ensureStepNameIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, stepName_); bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / The Step name of the given step.
       * 
* * repeated string stepName = 2; * @return This builder for chaining. */ public Builder clearStepName() { stepName_ = com.google.protobuf.LazyStringArrayList.emptyList(); bitField0_ = (bitField0_ & ~0x00000002);; onChanged(); return this; } /** *
       * / The Step name of the given step.
       * 
* * repeated string stepName = 2; * @param value The bytes of the stepName to add. * @return This builder for chaining. */ public Builder addStepNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureStepNameIsMutable(); stepName_.add(value); bitField0_ |= 0x00000002; onChanged(); return this; } private boolean hasAlias_ ; /** *
       * / Flag indicating if the given Step is an alias.
       * 
* * bool hasAlias = 3; * @return The hasAlias. */ @java.lang.Override public boolean getHasAlias() { return hasAlias_; } /** *
       * / Flag indicating if the given Step is an alias.
       * 
* * bool hasAlias = 3; * @param value The hasAlias to set. * @return This builder for chaining. */ public Builder setHasAlias(boolean value) { hasAlias_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** *
       * / Flag indicating if the given Step is an alias.
       * 
* * bool hasAlias = 3; * @return This builder for chaining. */ public Builder clearHasAlias() { bitField0_ = (bitField0_ & ~0x00000004); hasAlias_ = false; onChanged(); return this; } private java.lang.Object fileName_ = ""; /** *
       * / File name in which the step implementation exists
       * 
* * string fileName = 4; * @return The fileName. */ public java.lang.String getFileName() { java.lang.Object ref = fileName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); fileName_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * / File name in which the step implementation exists
       * 
* * string fileName = 4; * @return The bytes for fileName. */ public com.google.protobuf.ByteString getFileNameBytes() { java.lang.Object ref = fileName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fileName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * / File name in which the step implementation exists
       * 
* * string fileName = 4; * @param value The fileName to set. * @return This builder for chaining. */ public Builder setFileName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } fileName_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** *
       * / File name in which the step implementation exists
       * 
* * string fileName = 4; * @return This builder for chaining. */ public Builder clearFileName() { fileName_ = getDefaultInstance().getFileName(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); return this; } /** *
       * / File name in which the step implementation exists
       * 
* * string fileName = 4; * @param value The bytes for fileName to set. * @return This builder for chaining. */ public Builder setFileNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); fileName_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } private gauge.messages.Spec.Span span_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.Span, gauge.messages.Spec.Span.Builder, gauge.messages.Spec.SpanOrBuilder> spanBuilder_; /** *
       * / Range of step
       * 
* * .gauge.messages.Span span = 5; * @return Whether the span field is set. */ public boolean hasSpan() { return ((bitField0_ & 0x00000010) != 0); } /** *
       * / Range of step
       * 
* * .gauge.messages.Span span = 5; * @return The span. */ public gauge.messages.Spec.Span getSpan() { if (spanBuilder_ == null) { return span_ == null ? gauge.messages.Spec.Span.getDefaultInstance() : span_; } else { return spanBuilder_.getMessage(); } } /** *
       * / Range of step
       * 
* * .gauge.messages.Span span = 5; */ public Builder setSpan(gauge.messages.Spec.Span value) { if (spanBuilder_ == null) { if (value == null) { throw new NullPointerException(); } span_ = value; } else { spanBuilder_.setMessage(value); } bitField0_ |= 0x00000010; onChanged(); return this; } /** *
       * / Range of step
       * 
* * .gauge.messages.Span span = 5; */ public Builder setSpan( gauge.messages.Spec.Span.Builder builderForValue) { if (spanBuilder_ == null) { span_ = builderForValue.build(); } else { spanBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000010; onChanged(); return this; } /** *
       * / Range of step
       * 
* * .gauge.messages.Span span = 5; */ public Builder mergeSpan(gauge.messages.Spec.Span value) { if (spanBuilder_ == null) { if (((bitField0_ & 0x00000010) != 0) && span_ != null && span_ != gauge.messages.Spec.Span.getDefaultInstance()) { getSpanBuilder().mergeFrom(value); } else { span_ = value; } } else { spanBuilder_.mergeFrom(value); } if (span_ != null) { bitField0_ |= 0x00000010; onChanged(); } return this; } /** *
       * / Range of step
       * 
* * .gauge.messages.Span span = 5; */ public Builder clearSpan() { bitField0_ = (bitField0_ & ~0x00000010); span_ = null; if (spanBuilder_ != null) { spanBuilder_.dispose(); spanBuilder_ = null; } onChanged(); return this; } /** *
       * / Range of step
       * 
* * .gauge.messages.Span span = 5; */ public gauge.messages.Spec.Span.Builder getSpanBuilder() { bitField0_ |= 0x00000010; onChanged(); return getSpanFieldBuilder().getBuilder(); } /** *
       * / Range of step
       * 
* * .gauge.messages.Span span = 5; */ public gauge.messages.Spec.SpanOrBuilder getSpanOrBuilder() { if (spanBuilder_ != null) { return spanBuilder_.getMessageOrBuilder(); } else { return span_ == null ? gauge.messages.Spec.Span.getDefaultInstance() : span_; } } /** *
       * / Range of step
       * 
* * .gauge.messages.Span span = 5; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.Span, gauge.messages.Spec.Span.Builder, gauge.messages.Spec.SpanOrBuilder> getSpanFieldBuilder() { if (spanBuilder_ == null) { spanBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.Span, gauge.messages.Spec.Span.Builder, gauge.messages.Spec.SpanOrBuilder>( getSpan(), getParentForChildren(), isClean()); span_ = null; } return spanBuilder_; } private boolean isExternal_ ; /** *
       * / Flag indicating if the given Step defined in some external library and the source code can not be accessed.
       * 
* * bool isExternal = 6; * @return The isExternal. */ @java.lang.Override public boolean getIsExternal() { return isExternal_; } /** *
       * / Flag indicating if the given Step defined in some external library and the source code can not be accessed.
       * 
* * bool isExternal = 6; * @param value The isExternal to set. * @return This builder for chaining. */ public Builder setIsExternal(boolean value) { isExternal_ = value; bitField0_ |= 0x00000020; onChanged(); return this; } /** *
       * / Flag indicating if the given Step defined in some external library and the source code can not be accessed.
       * 
* * bool isExternal = 6; * @return This builder for chaining. */ public Builder clearIsExternal() { bitField0_ = (bitField0_ & ~0x00000020); isExternal_ = false; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.StepNameResponse) } // @@protoc_insertion_point(class_scope:gauge.messages.StepNameResponse) private static final gauge.messages.Messages.StepNameResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.StepNameResponse(); } public static gauge.messages.Messages.StepNameResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public StepNameResponse parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.StepNameResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface UnsupportedMessageResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.UnsupportedMessageResponse) com.google.protobuf.MessageOrBuilder { /** * string message = 1; * @return The message. */ java.lang.String getMessage(); /** * string message = 1; * @return The bytes for message. */ com.google.protobuf.ByteString getMessageBytes(); } /** *
   * / Response when a unsupported message request is sent.
   * 
* * Protobuf type {@code gauge.messages.UnsupportedMessageResponse} */ public static final class UnsupportedMessageResponse extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.UnsupportedMessageResponse) UnsupportedMessageResponseOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", UnsupportedMessageResponse.class.getName()); } // Use UnsupportedMessageResponse.newBuilder() to construct. private UnsupportedMessageResponse(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private UnsupportedMessageResponse() { message_ = ""; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_UnsupportedMessageResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_UnsupportedMessageResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.UnsupportedMessageResponse.class, gauge.messages.Messages.UnsupportedMessageResponse.Builder.class); } public static final int MESSAGE_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object message_ = ""; /** * string message = 1; * @return The message. */ @java.lang.Override public java.lang.String getMessage() { java.lang.Object ref = message_; 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(); message_ = s; return s; } } /** * string message = 1; * @return The bytes for message. */ @java.lang.Override public com.google.protobuf.ByteString getMessageBytes() { java.lang.Object ref = message_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); message_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } 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.GeneratedMessage.isStringEmpty(message_)) { com.google.protobuf.GeneratedMessage.writeString(output, 1, message_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessage.isStringEmpty(message_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(1, message_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.UnsupportedMessageResponse)) { return super.equals(obj); } gauge.messages.Messages.UnsupportedMessageResponse other = (gauge.messages.Messages.UnsupportedMessageResponse) obj; if (!getMessage() .equals(other.getMessage())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) 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) + MESSAGE_FIELD_NUMBER; hash = (53 * hash) + getMessage().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.UnsupportedMessageResponse parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.UnsupportedMessageResponse parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.UnsupportedMessageResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.UnsupportedMessageResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.UnsupportedMessageResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.UnsupportedMessageResponse parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.UnsupportedMessageResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.UnsupportedMessageResponse parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.UnsupportedMessageResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.UnsupportedMessageResponse parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.UnsupportedMessageResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.UnsupportedMessageResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.UnsupportedMessageResponse 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Response when a unsupported message request is sent.
     * 
* * Protobuf type {@code gauge.messages.UnsupportedMessageResponse} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.UnsupportedMessageResponse) gauge.messages.Messages.UnsupportedMessageResponseOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_UnsupportedMessageResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_UnsupportedMessageResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.UnsupportedMessageResponse.class, gauge.messages.Messages.UnsupportedMessageResponse.Builder.class); } // Construct using gauge.messages.Messages.UnsupportedMessageResponse.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; message_ = ""; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_UnsupportedMessageResponse_descriptor; } @java.lang.Override public gauge.messages.Messages.UnsupportedMessageResponse getDefaultInstanceForType() { return gauge.messages.Messages.UnsupportedMessageResponse.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.UnsupportedMessageResponse build() { gauge.messages.Messages.UnsupportedMessageResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.UnsupportedMessageResponse buildPartial() { gauge.messages.Messages.UnsupportedMessageResponse result = new gauge.messages.Messages.UnsupportedMessageResponse(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.UnsupportedMessageResponse result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.message_ = message_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.UnsupportedMessageResponse) { return mergeFrom((gauge.messages.Messages.UnsupportedMessageResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.UnsupportedMessageResponse other) { if (other == gauge.messages.Messages.UnsupportedMessageResponse.getDefaultInstance()) return this; if (!other.getMessage().isEmpty()) { message_ = other.message_; bitField0_ |= 0x00000001; onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { message_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object message_ = ""; /** * string message = 1; * @return The message. */ public java.lang.String getMessage() { java.lang.Object ref = message_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); message_ = s; return s; } else { return (java.lang.String) ref; } } /** * string message = 1; * @return The bytes for message. */ public com.google.protobuf.ByteString getMessageBytes() { java.lang.Object ref = message_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); message_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string message = 1; * @param value The message to set. * @return This builder for chaining. */ public Builder setMessage( java.lang.String value) { if (value == null) { throw new NullPointerException(); } message_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * string message = 1; * @return This builder for chaining. */ public Builder clearMessage() { message_ = getDefaultInstance().getMessage(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** * string message = 1; * @param value The bytes for message to set. * @return This builder for chaining. */ public Builder setMessageBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); message_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.UnsupportedMessageResponse) } // @@protoc_insertion_point(class_scope:gauge.messages.UnsupportedMessageResponse) private static final gauge.messages.Messages.UnsupportedMessageResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.UnsupportedMessageResponse(); } public static gauge.messages.Messages.UnsupportedMessageResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public UnsupportedMessageResponse parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.UnsupportedMessageResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface CacheFileRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.CacheFileRequest) com.google.protobuf.MessageOrBuilder { /** *
     * / File content of the file to be cached
     * 
* * string content = 1; * @return The content. */ java.lang.String getContent(); /** *
     * / File content of the file to be cached
     * 
* * string content = 1; * @return The bytes for content. */ com.google.protobuf.ByteString getContentBytes(); /** *
     * / File path of the file to be cached
     * 
* * string filePath = 2; * @return The filePath. */ java.lang.String getFilePath(); /** *
     * / File path of the file to be cached
     * 
* * string filePath = 2; * @return The bytes for filePath. */ com.google.protobuf.ByteString getFilePathBytes(); /** *
     * / Specifies if the file is closed
     * 
* * bool isClosed = 3; * @return The isClosed. */ boolean getIsClosed(); /** *
     * / Specifies the status of the file
     * 
* * .gauge.messages.CacheFileRequest.FileStatus status = 4; * @return The enum numeric value on the wire for status. */ int getStatusValue(); /** *
     * / Specifies the status of the file
     * 
* * .gauge.messages.CacheFileRequest.FileStatus status = 4; * @return The status. */ gauge.messages.Messages.CacheFileRequest.FileStatus getStatus(); } /** *
   * / Request for caching a file.
   * / Gauge sends this request when running in LSP mode,
   * / so runner can cache file contents present on the client(an editor).
   * 
* * Protobuf type {@code gauge.messages.CacheFileRequest} */ public static final class CacheFileRequest extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.CacheFileRequest) CacheFileRequestOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", CacheFileRequest.class.getName()); } // Use CacheFileRequest.newBuilder() to construct. private CacheFileRequest(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private CacheFileRequest() { content_ = ""; filePath_ = ""; status_ = 0; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_CacheFileRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_CacheFileRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.CacheFileRequest.class, gauge.messages.Messages.CacheFileRequest.Builder.class); } /** * Protobuf enum {@code gauge.messages.CacheFileRequest.FileStatus} */ public enum FileStatus implements com.google.protobuf.ProtocolMessageEnum { /** *
       * / The file content was changed in the client
       * 
* * CHANGED = 0; */ CHANGED(0), /** *
       * / The file was closed in the client
       * 
* * CLOSED = 1; */ CLOSED(1), /** *
       * / The file was created on the client
       * 
* * CREATED = 2; */ CREATED(2), /** *
       * / The file was deleted on the client
       * 
* * DELETED = 3; */ DELETED(3), /** *
       * / The file is opened in the client
       * 
* * OPENED = 4; */ OPENED(4), UNRECOGNIZED(-1), ; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", FileStatus.class.getName()); } /** *
       * / The file content was changed in the client
       * 
* * CHANGED = 0; */ public static final int CHANGED_VALUE = 0; /** *
       * / The file was closed in the client
       * 
* * CLOSED = 1; */ public static final int CLOSED_VALUE = 1; /** *
       * / The file was created on the client
       * 
* * CREATED = 2; */ public static final int CREATED_VALUE = 2; /** *
       * / The file was deleted on the client
       * 
* * DELETED = 3; */ public static final int DELETED_VALUE = 3; /** *
       * / The file is opened in the client
       * 
* * OPENED = 4; */ public static final int OPENED_VALUE = 4; 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 FileStatus 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 FileStatus forNumber(int value) { switch (value) { case 0: return CHANGED; case 1: return CLOSED; case 2: return CREATED; case 3: return DELETED; case 4: return OPENED; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< FileStatus> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public FileStatus findValueByNumber(int number) { return FileStatus.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return gauge.messages.Messages.CacheFileRequest.getDescriptor().getEnumTypes().get(0); } private static final FileStatus[] VALUES = values(); public static FileStatus valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private FileStatus(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:gauge.messages.CacheFileRequest.FileStatus) } public static final int CONTENT_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object content_ = ""; /** *
     * / File content of the file to be cached
     * 
* * string content = 1; * @return The content. */ @java.lang.Override public java.lang.String getContent() { java.lang.Object ref = content_; 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(); content_ = s; return s; } } /** *
     * / File content of the file to be cached
     * 
* * string content = 1; * @return The bytes for content. */ @java.lang.Override public com.google.protobuf.ByteString getContentBytes() { java.lang.Object ref = content_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); content_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int FILEPATH_FIELD_NUMBER = 2; @SuppressWarnings("serial") private volatile java.lang.Object filePath_ = ""; /** *
     * / File path of the file to be cached
     * 
* * string filePath = 2; * @return The filePath. */ @java.lang.Override public java.lang.String getFilePath() { java.lang.Object ref = filePath_; 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(); filePath_ = s; return s; } } /** *
     * / File path of the file to be cached
     * 
* * string filePath = 2; * @return The bytes for filePath. */ @java.lang.Override public com.google.protobuf.ByteString getFilePathBytes() { java.lang.Object ref = filePath_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); filePath_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int ISCLOSED_FIELD_NUMBER = 3; private boolean isClosed_ = false; /** *
     * / Specifies if the file is closed
     * 
* * bool isClosed = 3; * @return The isClosed. */ @java.lang.Override public boolean getIsClosed() { return isClosed_; } public static final int STATUS_FIELD_NUMBER = 4; private int status_ = 0; /** *
     * / Specifies the status of the file
     * 
* * .gauge.messages.CacheFileRequest.FileStatus status = 4; * @return The enum numeric value on the wire for status. */ @java.lang.Override public int getStatusValue() { return status_; } /** *
     * / Specifies the status of the file
     * 
* * .gauge.messages.CacheFileRequest.FileStatus status = 4; * @return The status. */ @java.lang.Override public gauge.messages.Messages.CacheFileRequest.FileStatus getStatus() { gauge.messages.Messages.CacheFileRequest.FileStatus result = gauge.messages.Messages.CacheFileRequest.FileStatus.forNumber(status_); return result == null ? gauge.messages.Messages.CacheFileRequest.FileStatus.UNRECOGNIZED : result; } 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.GeneratedMessage.isStringEmpty(content_)) { com.google.protobuf.GeneratedMessage.writeString(output, 1, content_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(filePath_)) { com.google.protobuf.GeneratedMessage.writeString(output, 2, filePath_); } if (isClosed_ != false) { output.writeBool(3, isClosed_); } if (status_ != gauge.messages.Messages.CacheFileRequest.FileStatus.CHANGED.getNumber()) { output.writeEnum(4, status_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessage.isStringEmpty(content_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(1, content_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(filePath_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(2, filePath_); } if (isClosed_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(3, isClosed_); } if (status_ != gauge.messages.Messages.CacheFileRequest.FileStatus.CHANGED.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(4, status_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.CacheFileRequest)) { return super.equals(obj); } gauge.messages.Messages.CacheFileRequest other = (gauge.messages.Messages.CacheFileRequest) obj; if (!getContent() .equals(other.getContent())) return false; if (!getFilePath() .equals(other.getFilePath())) return false; if (getIsClosed() != other.getIsClosed()) return false; if (status_ != other.status_) return false; if (!getUnknownFields().equals(other.getUnknownFields())) 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) + CONTENT_FIELD_NUMBER; hash = (53 * hash) + getContent().hashCode(); hash = (37 * hash) + FILEPATH_FIELD_NUMBER; hash = (53 * hash) + getFilePath().hashCode(); hash = (37 * hash) + ISCLOSED_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getIsClosed()); hash = (37 * hash) + STATUS_FIELD_NUMBER; hash = (53 * hash) + status_; hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.CacheFileRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.CacheFileRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.CacheFileRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.CacheFileRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.CacheFileRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.CacheFileRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.CacheFileRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.CacheFileRequest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.CacheFileRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.CacheFileRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.CacheFileRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.CacheFileRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.CacheFileRequest 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Request for caching a file.
     * / Gauge sends this request when running in LSP mode,
     * / so runner can cache file contents present on the client(an editor).
     * 
* * Protobuf type {@code gauge.messages.CacheFileRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.CacheFileRequest) gauge.messages.Messages.CacheFileRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_CacheFileRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_CacheFileRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.CacheFileRequest.class, gauge.messages.Messages.CacheFileRequest.Builder.class); } // Construct using gauge.messages.Messages.CacheFileRequest.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; content_ = ""; filePath_ = ""; isClosed_ = false; status_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_CacheFileRequest_descriptor; } @java.lang.Override public gauge.messages.Messages.CacheFileRequest getDefaultInstanceForType() { return gauge.messages.Messages.CacheFileRequest.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.CacheFileRequest build() { gauge.messages.Messages.CacheFileRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.CacheFileRequest buildPartial() { gauge.messages.Messages.CacheFileRequest result = new gauge.messages.Messages.CacheFileRequest(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.CacheFileRequest result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.content_ = content_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.filePath_ = filePath_; } if (((from_bitField0_ & 0x00000004) != 0)) { result.isClosed_ = isClosed_; } if (((from_bitField0_ & 0x00000008) != 0)) { result.status_ = status_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.CacheFileRequest) { return mergeFrom((gauge.messages.Messages.CacheFileRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.CacheFileRequest other) { if (other == gauge.messages.Messages.CacheFileRequest.getDefaultInstance()) return this; if (!other.getContent().isEmpty()) { content_ = other.content_; bitField0_ |= 0x00000001; onChanged(); } if (!other.getFilePath().isEmpty()) { filePath_ = other.filePath_; bitField0_ |= 0x00000002; onChanged(); } if (other.getIsClosed() != false) { setIsClosed(other.getIsClosed()); } if (other.status_ != 0) { setStatusValue(other.getStatusValue()); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { content_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 case 18: { filePath_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000002; break; } // case 18 case 24: { isClosed_ = input.readBool(); bitField0_ |= 0x00000004; break; } // case 24 case 32: { status_ = input.readEnum(); bitField0_ |= 0x00000008; break; } // case 32 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object content_ = ""; /** *
       * / File content of the file to be cached
       * 
* * string content = 1; * @return The content. */ public java.lang.String getContent() { java.lang.Object ref = content_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); content_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * / File content of the file to be cached
       * 
* * string content = 1; * @return The bytes for content. */ public com.google.protobuf.ByteString getContentBytes() { java.lang.Object ref = content_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); content_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * / File content of the file to be cached
       * 
* * string content = 1; * @param value The content to set. * @return This builder for chaining. */ public Builder setContent( java.lang.String value) { if (value == null) { throw new NullPointerException(); } content_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / File content of the file to be cached
       * 
* * string content = 1; * @return This builder for chaining. */ public Builder clearContent() { content_ = getDefaultInstance().getContent(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
       * / File content of the file to be cached
       * 
* * string content = 1; * @param value The bytes for content to set. * @return This builder for chaining. */ public Builder setContentBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); content_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private java.lang.Object filePath_ = ""; /** *
       * / File path of the file to be cached
       * 
* * string filePath = 2; * @return The filePath. */ public java.lang.String getFilePath() { java.lang.Object ref = filePath_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); filePath_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * / File path of the file to be cached
       * 
* * string filePath = 2; * @return The bytes for filePath. */ public com.google.protobuf.ByteString getFilePathBytes() { java.lang.Object ref = filePath_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); filePath_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * / File path of the file to be cached
       * 
* * string filePath = 2; * @param value The filePath to set. * @return This builder for chaining. */ public Builder setFilePath( java.lang.String value) { if (value == null) { throw new NullPointerException(); } filePath_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / File path of the file to be cached
       * 
* * string filePath = 2; * @return This builder for chaining. */ public Builder clearFilePath() { filePath_ = getDefaultInstance().getFilePath(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** *
       * / File path of the file to be cached
       * 
* * string filePath = 2; * @param value The bytes for filePath to set. * @return This builder for chaining. */ public Builder setFilePathBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); filePath_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } private boolean isClosed_ ; /** *
       * / Specifies if the file is closed
       * 
* * bool isClosed = 3; * @return The isClosed. */ @java.lang.Override public boolean getIsClosed() { return isClosed_; } /** *
       * / Specifies if the file is closed
       * 
* * bool isClosed = 3; * @param value The isClosed to set. * @return This builder for chaining. */ public Builder setIsClosed(boolean value) { isClosed_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** *
       * / Specifies if the file is closed
       * 
* * bool isClosed = 3; * @return This builder for chaining. */ public Builder clearIsClosed() { bitField0_ = (bitField0_ & ~0x00000004); isClosed_ = false; onChanged(); return this; } private int status_ = 0; /** *
       * / Specifies the status of the file
       * 
* * .gauge.messages.CacheFileRequest.FileStatus status = 4; * @return The enum numeric value on the wire for status. */ @java.lang.Override public int getStatusValue() { return status_; } /** *
       * / Specifies the status of the file
       * 
* * .gauge.messages.CacheFileRequest.FileStatus status = 4; * @param value The enum numeric value on the wire for status to set. * @return This builder for chaining. */ public Builder setStatusValue(int value) { status_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** *
       * / Specifies the status of the file
       * 
* * .gauge.messages.CacheFileRequest.FileStatus status = 4; * @return The status. */ @java.lang.Override public gauge.messages.Messages.CacheFileRequest.FileStatus getStatus() { gauge.messages.Messages.CacheFileRequest.FileStatus result = gauge.messages.Messages.CacheFileRequest.FileStatus.forNumber(status_); return result == null ? gauge.messages.Messages.CacheFileRequest.FileStatus.UNRECOGNIZED : result; } /** *
       * / Specifies the status of the file
       * 
* * .gauge.messages.CacheFileRequest.FileStatus status = 4; * @param value The status to set. * @return This builder for chaining. */ public Builder setStatus(gauge.messages.Messages.CacheFileRequest.FileStatus value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000008; status_ = value.getNumber(); onChanged(); return this; } /** *
       * / Specifies the status of the file
       * 
* * .gauge.messages.CacheFileRequest.FileStatus status = 4; * @return This builder for chaining. */ public Builder clearStatus() { bitField0_ = (bitField0_ & ~0x00000008); status_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.CacheFileRequest) } // @@protoc_insertion_point(class_scope:gauge.messages.CacheFileRequest) private static final gauge.messages.Messages.CacheFileRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.CacheFileRequest(); } public static gauge.messages.Messages.CacheFileRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public CacheFileRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.CacheFileRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface StepPositionsRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.StepPositionsRequest) com.google.protobuf.MessageOrBuilder { /** *
     * / Get step positions for file path
     * 
* * string filePath = 1; * @return The filePath. */ java.lang.String getFilePath(); /** *
     * / Get step positions for file path
     * 
* * string filePath = 1; * @return The bytes for filePath. */ com.google.protobuf.ByteString getFilePathBytes(); } /** *
   * / Request for find step positions
   * 
* * Protobuf type {@code gauge.messages.StepPositionsRequest} */ public static final class StepPositionsRequest extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.StepPositionsRequest) StepPositionsRequestOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", StepPositionsRequest.class.getName()); } // Use StepPositionsRequest.newBuilder() to construct. private StepPositionsRequest(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private StepPositionsRequest() { filePath_ = ""; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_StepPositionsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StepPositionsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StepPositionsRequest.class, gauge.messages.Messages.StepPositionsRequest.Builder.class); } public static final int FILEPATH_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object filePath_ = ""; /** *
     * / Get step positions for file path
     * 
* * string filePath = 1; * @return The filePath. */ @java.lang.Override public java.lang.String getFilePath() { java.lang.Object ref = filePath_; 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(); filePath_ = s; return s; } } /** *
     * / Get step positions for file path
     * 
* * string filePath = 1; * @return The bytes for filePath. */ @java.lang.Override public com.google.protobuf.ByteString getFilePathBytes() { java.lang.Object ref = filePath_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); filePath_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } 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.GeneratedMessage.isStringEmpty(filePath_)) { com.google.protobuf.GeneratedMessage.writeString(output, 1, filePath_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessage.isStringEmpty(filePath_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(1, filePath_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.StepPositionsRequest)) { return super.equals(obj); } gauge.messages.Messages.StepPositionsRequest other = (gauge.messages.Messages.StepPositionsRequest) obj; if (!getFilePath() .equals(other.getFilePath())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) 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) + FILEPATH_FIELD_NUMBER; hash = (53 * hash) + getFilePath().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.StepPositionsRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepPositionsRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepPositionsRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepPositionsRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepPositionsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepPositionsRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepPositionsRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.StepPositionsRequest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepPositionsRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.StepPositionsRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepPositionsRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.StepPositionsRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.StepPositionsRequest 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Request for find step positions
     * 
* * Protobuf type {@code gauge.messages.StepPositionsRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.StepPositionsRequest) gauge.messages.Messages.StepPositionsRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_StepPositionsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StepPositionsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StepPositionsRequest.class, gauge.messages.Messages.StepPositionsRequest.Builder.class); } // Construct using gauge.messages.Messages.StepPositionsRequest.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; filePath_ = ""; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_StepPositionsRequest_descriptor; } @java.lang.Override public gauge.messages.Messages.StepPositionsRequest getDefaultInstanceForType() { return gauge.messages.Messages.StepPositionsRequest.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.StepPositionsRequest build() { gauge.messages.Messages.StepPositionsRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.StepPositionsRequest buildPartial() { gauge.messages.Messages.StepPositionsRequest result = new gauge.messages.Messages.StepPositionsRequest(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.StepPositionsRequest result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.filePath_ = filePath_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.StepPositionsRequest) { return mergeFrom((gauge.messages.Messages.StepPositionsRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.StepPositionsRequest other) { if (other == gauge.messages.Messages.StepPositionsRequest.getDefaultInstance()) return this; if (!other.getFilePath().isEmpty()) { filePath_ = other.filePath_; bitField0_ |= 0x00000001; onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { filePath_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object filePath_ = ""; /** *
       * / Get step positions for file path
       * 
* * string filePath = 1; * @return The filePath. */ public java.lang.String getFilePath() { java.lang.Object ref = filePath_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); filePath_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * / Get step positions for file path
       * 
* * string filePath = 1; * @return The bytes for filePath. */ public com.google.protobuf.ByteString getFilePathBytes() { java.lang.Object ref = filePath_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); filePath_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * / Get step positions for file path
       * 
* * string filePath = 1; * @param value The filePath to set. * @return This builder for chaining. */ public Builder setFilePath( java.lang.String value) { if (value == null) { throw new NullPointerException(); } filePath_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Get step positions for file path
       * 
* * string filePath = 1; * @return This builder for chaining. */ public Builder clearFilePath() { filePath_ = getDefaultInstance().getFilePath(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
       * / Get step positions for file path
       * 
* * string filePath = 1; * @param value The bytes for filePath to set. * @return This builder for chaining. */ public Builder setFilePathBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); filePath_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.StepPositionsRequest) } // @@protoc_insertion_point(class_scope:gauge.messages.StepPositionsRequest) private static final gauge.messages.Messages.StepPositionsRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.StepPositionsRequest(); } public static gauge.messages.Messages.StepPositionsRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public StepPositionsRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.StepPositionsRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface StepPositionsResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.StepPositionsResponse) com.google.protobuf.MessageOrBuilder { /** *
     * / Step Position
     * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ java.util.List getStepPositionsList(); /** *
     * / Step Position
     * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ gauge.messages.Messages.StepPositionsResponse.StepPosition getStepPositions(int index); /** *
     * / Step Position
     * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ int getStepPositionsCount(); /** *
     * / Step Position
     * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ java.util.List getStepPositionsOrBuilderList(); /** *
     * / Step Position
     * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ gauge.messages.Messages.StepPositionsResponse.StepPositionOrBuilder getStepPositionsOrBuilder( int index); /** *
     * / Error message
     * 
* * string error = 2; * @return The error. */ java.lang.String getError(); /** *
     * / Error message
     * 
* * string error = 2; * @return The bytes for error. */ com.google.protobuf.ByteString getErrorBytes(); } /** *
   * / Response for find step positions
   * 
* * Protobuf type {@code gauge.messages.StepPositionsResponse} */ public static final class StepPositionsResponse extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.StepPositionsResponse) StepPositionsResponseOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", StepPositionsResponse.class.getName()); } // Use StepPositionsResponse.newBuilder() to construct. private StepPositionsResponse(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private StepPositionsResponse() { stepPositions_ = java.util.Collections.emptyList(); error_ = ""; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_StepPositionsResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StepPositionsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StepPositionsResponse.class, gauge.messages.Messages.StepPositionsResponse.Builder.class); } public interface StepPositionOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.StepPositionsResponse.StepPosition) com.google.protobuf.MessageOrBuilder { /** *
       * / Step Value
       * 
* * string stepValue = 1; * @return The stepValue. */ java.lang.String getStepValue(); /** *
       * / Step Value
       * 
* * string stepValue = 1; * @return The bytes for stepValue. */ com.google.protobuf.ByteString getStepValueBytes(); /** *
       * / Range of step
       * 
* * .gauge.messages.Span span = 2; * @return Whether the span field is set. */ boolean hasSpan(); /** *
       * / Range of step
       * 
* * .gauge.messages.Span span = 2; * @return The span. */ gauge.messages.Spec.Span getSpan(); /** *
       * / Range of step
       * 
* * .gauge.messages.Span span = 2; */ gauge.messages.Spec.SpanOrBuilder getSpanOrBuilder(); } /** *
     * / Step position for each step implementation
     * 
* * Protobuf type {@code gauge.messages.StepPositionsResponse.StepPosition} */ public static final class StepPosition extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.StepPositionsResponse.StepPosition) StepPositionOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", StepPosition.class.getName()); } // Use StepPosition.newBuilder() to construct. private StepPosition(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private StepPosition() { stepValue_ = ""; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_StepPositionsResponse_StepPosition_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StepPositionsResponse_StepPosition_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StepPositionsResponse.StepPosition.class, gauge.messages.Messages.StepPositionsResponse.StepPosition.Builder.class); } private int bitField0_; public static final int STEPVALUE_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object stepValue_ = ""; /** *
       * / Step Value
       * 
* * string stepValue = 1; * @return The stepValue. */ @java.lang.Override public java.lang.String getStepValue() { java.lang.Object ref = stepValue_; 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(); stepValue_ = s; return s; } } /** *
       * / Step Value
       * 
* * string stepValue = 1; * @return The bytes for stepValue. */ @java.lang.Override public com.google.protobuf.ByteString getStepValueBytes() { java.lang.Object ref = stepValue_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); stepValue_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int SPAN_FIELD_NUMBER = 2; private gauge.messages.Spec.Span span_; /** *
       * / Range of step
       * 
* * .gauge.messages.Span span = 2; * @return Whether the span field is set. */ @java.lang.Override public boolean hasSpan() { return ((bitField0_ & 0x00000001) != 0); } /** *
       * / Range of step
       * 
* * .gauge.messages.Span span = 2; * @return The span. */ @java.lang.Override public gauge.messages.Spec.Span getSpan() { return span_ == null ? gauge.messages.Spec.Span.getDefaultInstance() : span_; } /** *
       * / Range of step
       * 
* * .gauge.messages.Span span = 2; */ @java.lang.Override public gauge.messages.Spec.SpanOrBuilder getSpanOrBuilder() { return span_ == null ? gauge.messages.Spec.Span.getDefaultInstance() : span_; } 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.GeneratedMessage.isStringEmpty(stepValue_)) { com.google.protobuf.GeneratedMessage.writeString(output, 1, stepValue_); } if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(2, getSpan()); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessage.isStringEmpty(stepValue_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(1, stepValue_); } if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getSpan()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.StepPositionsResponse.StepPosition)) { return super.equals(obj); } gauge.messages.Messages.StepPositionsResponse.StepPosition other = (gauge.messages.Messages.StepPositionsResponse.StepPosition) obj; if (!getStepValue() .equals(other.getStepValue())) return false; if (hasSpan() != other.hasSpan()) return false; if (hasSpan()) { if (!getSpan() .equals(other.getSpan())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) 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) + STEPVALUE_FIELD_NUMBER; hash = (53 * hash) + getStepValue().hashCode(); if (hasSpan()) { hash = (37 * hash) + SPAN_FIELD_NUMBER; hash = (53 * hash) + getSpan().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.StepPositionsResponse.StepPosition parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepPositionsResponse.StepPosition parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepPositionsResponse.StepPosition parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepPositionsResponse.StepPosition parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepPositionsResponse.StepPosition parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepPositionsResponse.StepPosition parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepPositionsResponse.StepPosition parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.StepPositionsResponse.StepPosition parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepPositionsResponse.StepPosition parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.StepPositionsResponse.StepPosition parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepPositionsResponse.StepPosition parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.StepPositionsResponse.StepPosition parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.StepPositionsResponse.StepPosition 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
       * / Step position for each step implementation
       * 
* * Protobuf type {@code gauge.messages.StepPositionsResponse.StepPosition} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.StepPositionsResponse.StepPosition) gauge.messages.Messages.StepPositionsResponse.StepPositionOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_StepPositionsResponse_StepPosition_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StepPositionsResponse_StepPosition_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StepPositionsResponse.StepPosition.class, gauge.messages.Messages.StepPositionsResponse.StepPosition.Builder.class); } // Construct using gauge.messages.Messages.StepPositionsResponse.StepPosition.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getSpanFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; stepValue_ = ""; span_ = null; if (spanBuilder_ != null) { spanBuilder_.dispose(); spanBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_StepPositionsResponse_StepPosition_descriptor; } @java.lang.Override public gauge.messages.Messages.StepPositionsResponse.StepPosition getDefaultInstanceForType() { return gauge.messages.Messages.StepPositionsResponse.StepPosition.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.StepPositionsResponse.StepPosition build() { gauge.messages.Messages.StepPositionsResponse.StepPosition result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.StepPositionsResponse.StepPosition buildPartial() { gauge.messages.Messages.StepPositionsResponse.StepPosition result = new gauge.messages.Messages.StepPositionsResponse.StepPosition(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.StepPositionsResponse.StepPosition result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.stepValue_ = stepValue_; } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000002) != 0)) { result.span_ = spanBuilder_ == null ? span_ : spanBuilder_.build(); to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.StepPositionsResponse.StepPosition) { return mergeFrom((gauge.messages.Messages.StepPositionsResponse.StepPosition)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.StepPositionsResponse.StepPosition other) { if (other == gauge.messages.Messages.StepPositionsResponse.StepPosition.getDefaultInstance()) return this; if (!other.getStepValue().isEmpty()) { stepValue_ = other.stepValue_; bitField0_ |= 0x00000001; onChanged(); } if (other.hasSpan()) { mergeSpan(other.getSpan()); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { stepValue_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 case 18: { input.readMessage( getSpanFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000002; break; } // case 18 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object stepValue_ = ""; /** *
         * / Step Value
         * 
* * string stepValue = 1; * @return The stepValue. */ public java.lang.String getStepValue() { java.lang.Object ref = stepValue_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); stepValue_ = s; return s; } else { return (java.lang.String) ref; } } /** *
         * / Step Value
         * 
* * string stepValue = 1; * @return The bytes for stepValue. */ public com.google.protobuf.ByteString getStepValueBytes() { java.lang.Object ref = stepValue_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); stepValue_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
         * / Step Value
         * 
* * string stepValue = 1; * @param value The stepValue to set. * @return This builder for chaining. */ public Builder setStepValue( java.lang.String value) { if (value == null) { throw new NullPointerException(); } stepValue_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
         * / Step Value
         * 
* * string stepValue = 1; * @return This builder for chaining. */ public Builder clearStepValue() { stepValue_ = getDefaultInstance().getStepValue(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
         * / Step Value
         * 
* * string stepValue = 1; * @param value The bytes for stepValue to set. * @return This builder for chaining. */ public Builder setStepValueBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); stepValue_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private gauge.messages.Spec.Span span_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.Span, gauge.messages.Spec.Span.Builder, gauge.messages.Spec.SpanOrBuilder> spanBuilder_; /** *
         * / Range of step
         * 
* * .gauge.messages.Span span = 2; * @return Whether the span field is set. */ public boolean hasSpan() { return ((bitField0_ & 0x00000002) != 0); } /** *
         * / Range of step
         * 
* * .gauge.messages.Span span = 2; * @return The span. */ public gauge.messages.Spec.Span getSpan() { if (spanBuilder_ == null) { return span_ == null ? gauge.messages.Spec.Span.getDefaultInstance() : span_; } else { return spanBuilder_.getMessage(); } } /** *
         * / Range of step
         * 
* * .gauge.messages.Span span = 2; */ public Builder setSpan(gauge.messages.Spec.Span value) { if (spanBuilder_ == null) { if (value == null) { throw new NullPointerException(); } span_ = value; } else { spanBuilder_.setMessage(value); } bitField0_ |= 0x00000002; onChanged(); return this; } /** *
         * / Range of step
         * 
* * .gauge.messages.Span span = 2; */ public Builder setSpan( gauge.messages.Spec.Span.Builder builderForValue) { if (spanBuilder_ == null) { span_ = builderForValue.build(); } else { spanBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000002; onChanged(); return this; } /** *
         * / Range of step
         * 
* * .gauge.messages.Span span = 2; */ public Builder mergeSpan(gauge.messages.Spec.Span value) { if (spanBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0) && span_ != null && span_ != gauge.messages.Spec.Span.getDefaultInstance()) { getSpanBuilder().mergeFrom(value); } else { span_ = value; } } else { spanBuilder_.mergeFrom(value); } if (span_ != null) { bitField0_ |= 0x00000002; onChanged(); } return this; } /** *
         * / Range of step
         * 
* * .gauge.messages.Span span = 2; */ public Builder clearSpan() { bitField0_ = (bitField0_ & ~0x00000002); span_ = null; if (spanBuilder_ != null) { spanBuilder_.dispose(); spanBuilder_ = null; } onChanged(); return this; } /** *
         * / Range of step
         * 
* * .gauge.messages.Span span = 2; */ public gauge.messages.Spec.Span.Builder getSpanBuilder() { bitField0_ |= 0x00000002; onChanged(); return getSpanFieldBuilder().getBuilder(); } /** *
         * / Range of step
         * 
* * .gauge.messages.Span span = 2; */ public gauge.messages.Spec.SpanOrBuilder getSpanOrBuilder() { if (spanBuilder_ != null) { return spanBuilder_.getMessageOrBuilder(); } else { return span_ == null ? gauge.messages.Spec.Span.getDefaultInstance() : span_; } } /** *
         * / Range of step
         * 
* * .gauge.messages.Span span = 2; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.Span, gauge.messages.Spec.Span.Builder, gauge.messages.Spec.SpanOrBuilder> getSpanFieldBuilder() { if (spanBuilder_ == null) { spanBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.Span, gauge.messages.Spec.Span.Builder, gauge.messages.Spec.SpanOrBuilder>( getSpan(), getParentForChildren(), isClean()); span_ = null; } return spanBuilder_; } // @@protoc_insertion_point(builder_scope:gauge.messages.StepPositionsResponse.StepPosition) } // @@protoc_insertion_point(class_scope:gauge.messages.StepPositionsResponse.StepPosition) private static final gauge.messages.Messages.StepPositionsResponse.StepPosition DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.StepPositionsResponse.StepPosition(); } public static gauge.messages.Messages.StepPositionsResponse.StepPosition getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public StepPosition parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.StepPositionsResponse.StepPosition getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public static final int STEPPOSITIONS_FIELD_NUMBER = 1; @SuppressWarnings("serial") private java.util.List stepPositions_; /** *
     * / Step Position
     * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ @java.lang.Override public java.util.List getStepPositionsList() { return stepPositions_; } /** *
     * / Step Position
     * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ @java.lang.Override public java.util.List getStepPositionsOrBuilderList() { return stepPositions_; } /** *
     * / Step Position
     * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ @java.lang.Override public int getStepPositionsCount() { return stepPositions_.size(); } /** *
     * / Step Position
     * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ @java.lang.Override public gauge.messages.Messages.StepPositionsResponse.StepPosition getStepPositions(int index) { return stepPositions_.get(index); } /** *
     * / Step Position
     * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ @java.lang.Override public gauge.messages.Messages.StepPositionsResponse.StepPositionOrBuilder getStepPositionsOrBuilder( int index) { return stepPositions_.get(index); } public static final int ERROR_FIELD_NUMBER = 2; @SuppressWarnings("serial") private volatile java.lang.Object error_ = ""; /** *
     * / Error message
     * 
* * string error = 2; * @return The error. */ @java.lang.Override public java.lang.String getError() { java.lang.Object ref = error_; 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(); error_ = s; return s; } } /** *
     * / Error message
     * 
* * string error = 2; * @return The bytes for error. */ @java.lang.Override public com.google.protobuf.ByteString getErrorBytes() { java.lang.Object ref = error_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); error_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } 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 { for (int i = 0; i < stepPositions_.size(); i++) { output.writeMessage(1, stepPositions_.get(i)); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(error_)) { com.google.protobuf.GeneratedMessage.writeString(output, 2, error_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (int i = 0; i < stepPositions_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, stepPositions_.get(i)); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(error_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(2, error_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.StepPositionsResponse)) { return super.equals(obj); } gauge.messages.Messages.StepPositionsResponse other = (gauge.messages.Messages.StepPositionsResponse) obj; if (!getStepPositionsList() .equals(other.getStepPositionsList())) return false; if (!getError() .equals(other.getError())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getStepPositionsCount() > 0) { hash = (37 * hash) + STEPPOSITIONS_FIELD_NUMBER; hash = (53 * hash) + getStepPositionsList().hashCode(); } hash = (37 * hash) + ERROR_FIELD_NUMBER; hash = (53 * hash) + getError().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.StepPositionsResponse parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepPositionsResponse parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepPositionsResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepPositionsResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepPositionsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StepPositionsResponse parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StepPositionsResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.StepPositionsResponse parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepPositionsResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.StepPositionsResponse parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepPositionsResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.StepPositionsResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.StepPositionsResponse 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Response for find step positions
     * 
* * Protobuf type {@code gauge.messages.StepPositionsResponse} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.StepPositionsResponse) gauge.messages.Messages.StepPositionsResponseOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_StepPositionsResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StepPositionsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StepPositionsResponse.class, gauge.messages.Messages.StepPositionsResponse.Builder.class); } // Construct using gauge.messages.Messages.StepPositionsResponse.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; if (stepPositionsBuilder_ == null) { stepPositions_ = java.util.Collections.emptyList(); } else { stepPositions_ = null; stepPositionsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000001); error_ = ""; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_StepPositionsResponse_descriptor; } @java.lang.Override public gauge.messages.Messages.StepPositionsResponse getDefaultInstanceForType() { return gauge.messages.Messages.StepPositionsResponse.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.StepPositionsResponse build() { gauge.messages.Messages.StepPositionsResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.StepPositionsResponse buildPartial() { gauge.messages.Messages.StepPositionsResponse result = new gauge.messages.Messages.StepPositionsResponse(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartialRepeatedFields(gauge.messages.Messages.StepPositionsResponse result) { if (stepPositionsBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { stepPositions_ = java.util.Collections.unmodifiableList(stepPositions_); bitField0_ = (bitField0_ & ~0x00000001); } result.stepPositions_ = stepPositions_; } else { result.stepPositions_ = stepPositionsBuilder_.build(); } } private void buildPartial0(gauge.messages.Messages.StepPositionsResponse result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000002) != 0)) { result.error_ = error_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.StepPositionsResponse) { return mergeFrom((gauge.messages.Messages.StepPositionsResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.StepPositionsResponse other) { if (other == gauge.messages.Messages.StepPositionsResponse.getDefaultInstance()) return this; if (stepPositionsBuilder_ == null) { if (!other.stepPositions_.isEmpty()) { if (stepPositions_.isEmpty()) { stepPositions_ = other.stepPositions_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureStepPositionsIsMutable(); stepPositions_.addAll(other.stepPositions_); } onChanged(); } } else { if (!other.stepPositions_.isEmpty()) { if (stepPositionsBuilder_.isEmpty()) { stepPositionsBuilder_.dispose(); stepPositionsBuilder_ = null; stepPositions_ = other.stepPositions_; bitField0_ = (bitField0_ & ~0x00000001); stepPositionsBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getStepPositionsFieldBuilder() : null; } else { stepPositionsBuilder_.addAllMessages(other.stepPositions_); } } } if (!other.getError().isEmpty()) { error_ = other.error_; bitField0_ |= 0x00000002; onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { gauge.messages.Messages.StepPositionsResponse.StepPosition m = input.readMessage( gauge.messages.Messages.StepPositionsResponse.StepPosition.parser(), extensionRegistry); if (stepPositionsBuilder_ == null) { ensureStepPositionsIsMutable(); stepPositions_.add(m); } else { stepPositionsBuilder_.addMessage(m); } break; } // case 10 case 18: { error_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000002; break; } // case 18 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.util.List stepPositions_ = java.util.Collections.emptyList(); private void ensureStepPositionsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { stepPositions_ = new java.util.ArrayList(stepPositions_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilder< gauge.messages.Messages.StepPositionsResponse.StepPosition, gauge.messages.Messages.StepPositionsResponse.StepPosition.Builder, gauge.messages.Messages.StepPositionsResponse.StepPositionOrBuilder> stepPositionsBuilder_; /** *
       * / Step Position
       * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ public java.util.List getStepPositionsList() { if (stepPositionsBuilder_ == null) { return java.util.Collections.unmodifiableList(stepPositions_); } else { return stepPositionsBuilder_.getMessageList(); } } /** *
       * / Step Position
       * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ public int getStepPositionsCount() { if (stepPositionsBuilder_ == null) { return stepPositions_.size(); } else { return stepPositionsBuilder_.getCount(); } } /** *
       * / Step Position
       * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ public gauge.messages.Messages.StepPositionsResponse.StepPosition getStepPositions(int index) { if (stepPositionsBuilder_ == null) { return stepPositions_.get(index); } else { return stepPositionsBuilder_.getMessage(index); } } /** *
       * / Step Position
       * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ public Builder setStepPositions( int index, gauge.messages.Messages.StepPositionsResponse.StepPosition value) { if (stepPositionsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureStepPositionsIsMutable(); stepPositions_.set(index, value); onChanged(); } else { stepPositionsBuilder_.setMessage(index, value); } return this; } /** *
       * / Step Position
       * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ public Builder setStepPositions( int index, gauge.messages.Messages.StepPositionsResponse.StepPosition.Builder builderForValue) { if (stepPositionsBuilder_ == null) { ensureStepPositionsIsMutable(); stepPositions_.set(index, builderForValue.build()); onChanged(); } else { stepPositionsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
       * / Step Position
       * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ public Builder addStepPositions(gauge.messages.Messages.StepPositionsResponse.StepPosition value) { if (stepPositionsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureStepPositionsIsMutable(); stepPositions_.add(value); onChanged(); } else { stepPositionsBuilder_.addMessage(value); } return this; } /** *
       * / Step Position
       * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ public Builder addStepPositions( int index, gauge.messages.Messages.StepPositionsResponse.StepPosition value) { if (stepPositionsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureStepPositionsIsMutable(); stepPositions_.add(index, value); onChanged(); } else { stepPositionsBuilder_.addMessage(index, value); } return this; } /** *
       * / Step Position
       * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ public Builder addStepPositions( gauge.messages.Messages.StepPositionsResponse.StepPosition.Builder builderForValue) { if (stepPositionsBuilder_ == null) { ensureStepPositionsIsMutable(); stepPositions_.add(builderForValue.build()); onChanged(); } else { stepPositionsBuilder_.addMessage(builderForValue.build()); } return this; } /** *
       * / Step Position
       * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ public Builder addStepPositions( int index, gauge.messages.Messages.StepPositionsResponse.StepPosition.Builder builderForValue) { if (stepPositionsBuilder_ == null) { ensureStepPositionsIsMutable(); stepPositions_.add(index, builderForValue.build()); onChanged(); } else { stepPositionsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
       * / Step Position
       * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ public Builder addAllStepPositions( java.lang.Iterable values) { if (stepPositionsBuilder_ == null) { ensureStepPositionsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, stepPositions_); onChanged(); } else { stepPositionsBuilder_.addAllMessages(values); } return this; } /** *
       * / Step Position
       * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ public Builder clearStepPositions() { if (stepPositionsBuilder_ == null) { stepPositions_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { stepPositionsBuilder_.clear(); } return this; } /** *
       * / Step Position
       * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ public Builder removeStepPositions(int index) { if (stepPositionsBuilder_ == null) { ensureStepPositionsIsMutable(); stepPositions_.remove(index); onChanged(); } else { stepPositionsBuilder_.remove(index); } return this; } /** *
       * / Step Position
       * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ public gauge.messages.Messages.StepPositionsResponse.StepPosition.Builder getStepPositionsBuilder( int index) { return getStepPositionsFieldBuilder().getBuilder(index); } /** *
       * / Step Position
       * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ public gauge.messages.Messages.StepPositionsResponse.StepPositionOrBuilder getStepPositionsOrBuilder( int index) { if (stepPositionsBuilder_ == null) { return stepPositions_.get(index); } else { return stepPositionsBuilder_.getMessageOrBuilder(index); } } /** *
       * / Step Position
       * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ public java.util.List getStepPositionsOrBuilderList() { if (stepPositionsBuilder_ != null) { return stepPositionsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(stepPositions_); } } /** *
       * / Step Position
       * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ public gauge.messages.Messages.StepPositionsResponse.StepPosition.Builder addStepPositionsBuilder() { return getStepPositionsFieldBuilder().addBuilder( gauge.messages.Messages.StepPositionsResponse.StepPosition.getDefaultInstance()); } /** *
       * / Step Position
       * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ public gauge.messages.Messages.StepPositionsResponse.StepPosition.Builder addStepPositionsBuilder( int index) { return getStepPositionsFieldBuilder().addBuilder( index, gauge.messages.Messages.StepPositionsResponse.StepPosition.getDefaultInstance()); } /** *
       * / Step Position
       * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ public java.util.List getStepPositionsBuilderList() { return getStepPositionsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< gauge.messages.Messages.StepPositionsResponse.StepPosition, gauge.messages.Messages.StepPositionsResponse.StepPosition.Builder, gauge.messages.Messages.StepPositionsResponse.StepPositionOrBuilder> getStepPositionsFieldBuilder() { if (stepPositionsBuilder_ == null) { stepPositionsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< gauge.messages.Messages.StepPositionsResponse.StepPosition, gauge.messages.Messages.StepPositionsResponse.StepPosition.Builder, gauge.messages.Messages.StepPositionsResponse.StepPositionOrBuilder>( stepPositions_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); stepPositions_ = null; } return stepPositionsBuilder_; } private java.lang.Object error_ = ""; /** *
       * / Error message
       * 
* * string error = 2; * @return The error. */ public java.lang.String getError() { java.lang.Object ref = error_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); error_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * / Error message
       * 
* * string error = 2; * @return The bytes for error. */ public com.google.protobuf.ByteString getErrorBytes() { java.lang.Object ref = error_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); error_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * / Error message
       * 
* * string error = 2; * @param value The error to set. * @return This builder for chaining. */ public Builder setError( java.lang.String value) { if (value == null) { throw new NullPointerException(); } error_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / Error message
       * 
* * string error = 2; * @return This builder for chaining. */ public Builder clearError() { error_ = getDefaultInstance().getError(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** *
       * / Error message
       * 
* * string error = 2; * @param value The bytes for error to set. * @return This builder for chaining. */ public Builder setErrorBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); error_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.StepPositionsResponse) } // @@protoc_insertion_point(class_scope:gauge.messages.StepPositionsResponse) private static final gauge.messages.Messages.StepPositionsResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.StepPositionsResponse(); } public static gauge.messages.Messages.StepPositionsResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public StepPositionsResponse parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.StepPositionsResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ImplementationFileGlobPatternRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.ImplementationFileGlobPatternRequest) com.google.protobuf.MessageOrBuilder { } /** *
   * / Request for getting Implementation file glob pattern
   * 
* * Protobuf type {@code gauge.messages.ImplementationFileGlobPatternRequest} */ public static final class ImplementationFileGlobPatternRequest extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.ImplementationFileGlobPatternRequest) ImplementationFileGlobPatternRequestOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", ImplementationFileGlobPatternRequest.class.getName()); } // Use ImplementationFileGlobPatternRequest.newBuilder() to construct. private ImplementationFileGlobPatternRequest(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private ImplementationFileGlobPatternRequest() { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ImplementationFileGlobPatternRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ImplementationFileGlobPatternRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ImplementationFileGlobPatternRequest.class, gauge.messages.Messages.ImplementationFileGlobPatternRequest.Builder.class); } 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 { getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ImplementationFileGlobPatternRequest)) { return super.equals(obj); } gauge.messages.Messages.ImplementationFileGlobPatternRequest other = (gauge.messages.Messages.ImplementationFileGlobPatternRequest) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.ImplementationFileGlobPatternRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ImplementationFileGlobPatternRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ImplementationFileGlobPatternRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ImplementationFileGlobPatternRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ImplementationFileGlobPatternRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ImplementationFileGlobPatternRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ImplementationFileGlobPatternRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ImplementationFileGlobPatternRequest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ImplementationFileGlobPatternRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.ImplementationFileGlobPatternRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ImplementationFileGlobPatternRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ImplementationFileGlobPatternRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.ImplementationFileGlobPatternRequest 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Request for getting Implementation file glob pattern
     * 
* * Protobuf type {@code gauge.messages.ImplementationFileGlobPatternRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.ImplementationFileGlobPatternRequest) gauge.messages.Messages.ImplementationFileGlobPatternRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ImplementationFileGlobPatternRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ImplementationFileGlobPatternRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ImplementationFileGlobPatternRequest.class, gauge.messages.Messages.ImplementationFileGlobPatternRequest.Builder.class); } // Construct using gauge.messages.Messages.ImplementationFileGlobPatternRequest.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_ImplementationFileGlobPatternRequest_descriptor; } @java.lang.Override public gauge.messages.Messages.ImplementationFileGlobPatternRequest getDefaultInstanceForType() { return gauge.messages.Messages.ImplementationFileGlobPatternRequest.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.ImplementationFileGlobPatternRequest build() { gauge.messages.Messages.ImplementationFileGlobPatternRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.ImplementationFileGlobPatternRequest buildPartial() { gauge.messages.Messages.ImplementationFileGlobPatternRequest result = new gauge.messages.Messages.ImplementationFileGlobPatternRequest(this); onBuilt(); return result; } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.ImplementationFileGlobPatternRequest) { return mergeFrom((gauge.messages.Messages.ImplementationFileGlobPatternRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.ImplementationFileGlobPatternRequest other) { if (other == gauge.messages.Messages.ImplementationFileGlobPatternRequest.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.ImplementationFileGlobPatternRequest) } // @@protoc_insertion_point(class_scope:gauge.messages.ImplementationFileGlobPatternRequest) private static final gauge.messages.Messages.ImplementationFileGlobPatternRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.ImplementationFileGlobPatternRequest(); } public static gauge.messages.Messages.ImplementationFileGlobPatternRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ImplementationFileGlobPatternRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.ImplementationFileGlobPatternRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ImplementationFileGlobPatternResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.ImplementationFileGlobPatternResponse) com.google.protobuf.MessageOrBuilder { /** *
     * / List of implementation file glob patterns
     * 
* * repeated string globPatterns = 1; * @return A list containing the globPatterns. */ java.util.List getGlobPatternsList(); /** *
     * / List of implementation file glob patterns
     * 
* * repeated string globPatterns = 1; * @return The count of globPatterns. */ int getGlobPatternsCount(); /** *
     * / List of implementation file glob patterns
     * 
* * repeated string globPatterns = 1; * @param index The index of the element to return. * @return The globPatterns at the given index. */ java.lang.String getGlobPatterns(int index); /** *
     * / List of implementation file glob patterns
     * 
* * repeated string globPatterns = 1; * @param index The index of the value to return. * @return The bytes of the globPatterns at the given index. */ com.google.protobuf.ByteString getGlobPatternsBytes(int index); } /** *
   * / Response for getting Implementation file glob pattern
   * 
* * Protobuf type {@code gauge.messages.ImplementationFileGlobPatternResponse} */ public static final class ImplementationFileGlobPatternResponse extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.ImplementationFileGlobPatternResponse) ImplementationFileGlobPatternResponseOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", ImplementationFileGlobPatternResponse.class.getName()); } // Use ImplementationFileGlobPatternResponse.newBuilder() to construct. private ImplementationFileGlobPatternResponse(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private ImplementationFileGlobPatternResponse() { globPatterns_ = com.google.protobuf.LazyStringArrayList.emptyList(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ImplementationFileGlobPatternResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ImplementationFileGlobPatternResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ImplementationFileGlobPatternResponse.class, gauge.messages.Messages.ImplementationFileGlobPatternResponse.Builder.class); } public static final int GLOBPATTERNS_FIELD_NUMBER = 1; @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList globPatterns_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** *
     * / List of implementation file glob patterns
     * 
* * repeated string globPatterns = 1; * @return A list containing the globPatterns. */ public com.google.protobuf.ProtocolStringList getGlobPatternsList() { return globPatterns_; } /** *
     * / List of implementation file glob patterns
     * 
* * repeated string globPatterns = 1; * @return The count of globPatterns. */ public int getGlobPatternsCount() { return globPatterns_.size(); } /** *
     * / List of implementation file glob patterns
     * 
* * repeated string globPatterns = 1; * @param index The index of the element to return. * @return The globPatterns at the given index. */ public java.lang.String getGlobPatterns(int index) { return globPatterns_.get(index); } /** *
     * / List of implementation file glob patterns
     * 
* * repeated string globPatterns = 1; * @param index The index of the value to return. * @return The bytes of the globPatterns at the given index. */ public com.google.protobuf.ByteString getGlobPatternsBytes(int index) { return globPatterns_.getByteString(index); } 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 { for (int i = 0; i < globPatterns_.size(); i++) { com.google.protobuf.GeneratedMessage.writeString(output, 1, globPatterns_.getRaw(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; { int dataSize = 0; for (int i = 0; i < globPatterns_.size(); i++) { dataSize += computeStringSizeNoTag(globPatterns_.getRaw(i)); } size += dataSize; size += 1 * getGlobPatternsList().size(); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ImplementationFileGlobPatternResponse)) { return super.equals(obj); } gauge.messages.Messages.ImplementationFileGlobPatternResponse other = (gauge.messages.Messages.ImplementationFileGlobPatternResponse) obj; if (!getGlobPatternsList() .equals(other.getGlobPatternsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getGlobPatternsCount() > 0) { hash = (37 * hash) + GLOBPATTERNS_FIELD_NUMBER; hash = (53 * hash) + getGlobPatternsList().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.ImplementationFileGlobPatternResponse parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ImplementationFileGlobPatternResponse parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ImplementationFileGlobPatternResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ImplementationFileGlobPatternResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ImplementationFileGlobPatternResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ImplementationFileGlobPatternResponse parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ImplementationFileGlobPatternResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ImplementationFileGlobPatternResponse parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ImplementationFileGlobPatternResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.ImplementationFileGlobPatternResponse parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ImplementationFileGlobPatternResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ImplementationFileGlobPatternResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.ImplementationFileGlobPatternResponse 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Response for getting Implementation file glob pattern
     * 
* * Protobuf type {@code gauge.messages.ImplementationFileGlobPatternResponse} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.ImplementationFileGlobPatternResponse) gauge.messages.Messages.ImplementationFileGlobPatternResponseOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ImplementationFileGlobPatternResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ImplementationFileGlobPatternResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ImplementationFileGlobPatternResponse.class, gauge.messages.Messages.ImplementationFileGlobPatternResponse.Builder.class); } // Construct using gauge.messages.Messages.ImplementationFileGlobPatternResponse.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; globPatterns_ = com.google.protobuf.LazyStringArrayList.emptyList(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_ImplementationFileGlobPatternResponse_descriptor; } @java.lang.Override public gauge.messages.Messages.ImplementationFileGlobPatternResponse getDefaultInstanceForType() { return gauge.messages.Messages.ImplementationFileGlobPatternResponse.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.ImplementationFileGlobPatternResponse build() { gauge.messages.Messages.ImplementationFileGlobPatternResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.ImplementationFileGlobPatternResponse buildPartial() { gauge.messages.Messages.ImplementationFileGlobPatternResponse result = new gauge.messages.Messages.ImplementationFileGlobPatternResponse(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.ImplementationFileGlobPatternResponse result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { globPatterns_.makeImmutable(); result.globPatterns_ = globPatterns_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.ImplementationFileGlobPatternResponse) { return mergeFrom((gauge.messages.Messages.ImplementationFileGlobPatternResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.ImplementationFileGlobPatternResponse other) { if (other == gauge.messages.Messages.ImplementationFileGlobPatternResponse.getDefaultInstance()) return this; if (!other.globPatterns_.isEmpty()) { if (globPatterns_.isEmpty()) { globPatterns_ = other.globPatterns_; bitField0_ |= 0x00000001; } else { ensureGlobPatternsIsMutable(); globPatterns_.addAll(other.globPatterns_); } onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } 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(); ensureGlobPatternsIsMutable(); globPatterns_.add(s); break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.LazyStringArrayList globPatterns_ = com.google.protobuf.LazyStringArrayList.emptyList(); private void ensureGlobPatternsIsMutable() { if (!globPatterns_.isModifiable()) { globPatterns_ = new com.google.protobuf.LazyStringArrayList(globPatterns_); } bitField0_ |= 0x00000001; } /** *
       * / List of implementation file glob patterns
       * 
* * repeated string globPatterns = 1; * @return A list containing the globPatterns. */ public com.google.protobuf.ProtocolStringList getGlobPatternsList() { globPatterns_.makeImmutable(); return globPatterns_; } /** *
       * / List of implementation file glob patterns
       * 
* * repeated string globPatterns = 1; * @return The count of globPatterns. */ public int getGlobPatternsCount() { return globPatterns_.size(); } /** *
       * / List of implementation file glob patterns
       * 
* * repeated string globPatterns = 1; * @param index The index of the element to return. * @return The globPatterns at the given index. */ public java.lang.String getGlobPatterns(int index) { return globPatterns_.get(index); } /** *
       * / List of implementation file glob patterns
       * 
* * repeated string globPatterns = 1; * @param index The index of the value to return. * @return The bytes of the globPatterns at the given index. */ public com.google.protobuf.ByteString getGlobPatternsBytes(int index) { return globPatterns_.getByteString(index); } /** *
       * / List of implementation file glob patterns
       * 
* * repeated string globPatterns = 1; * @param index The index to set the value at. * @param value The globPatterns to set. * @return This builder for chaining. */ public Builder setGlobPatterns( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureGlobPatternsIsMutable(); globPatterns_.set(index, value); bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / List of implementation file glob patterns
       * 
* * repeated string globPatterns = 1; * @param value The globPatterns to add. * @return This builder for chaining. */ public Builder addGlobPatterns( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureGlobPatternsIsMutable(); globPatterns_.add(value); bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / List of implementation file glob patterns
       * 
* * repeated string globPatterns = 1; * @param values The globPatterns to add. * @return This builder for chaining. */ public Builder addAllGlobPatterns( java.lang.Iterable values) { ensureGlobPatternsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, globPatterns_); bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / List of implementation file glob patterns
       * 
* * repeated string globPatterns = 1; * @return This builder for chaining. */ public Builder clearGlobPatterns() { globPatterns_ = com.google.protobuf.LazyStringArrayList.emptyList(); bitField0_ = (bitField0_ & ~0x00000001);; onChanged(); return this; } /** *
       * / List of implementation file glob patterns
       * 
* * repeated string globPatterns = 1; * @param value The bytes of the globPatterns to add. * @return This builder for chaining. */ public Builder addGlobPatternsBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureGlobPatternsIsMutable(); globPatterns_.add(value); bitField0_ |= 0x00000001; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.ImplementationFileGlobPatternResponse) } // @@protoc_insertion_point(class_scope:gauge.messages.ImplementationFileGlobPatternResponse) private static final gauge.messages.Messages.ImplementationFileGlobPatternResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.ImplementationFileGlobPatternResponse(); } public static gauge.messages.Messages.ImplementationFileGlobPatternResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ImplementationFileGlobPatternResponse parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.ImplementationFileGlobPatternResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ImplementationFileListRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.ImplementationFileListRequest) com.google.protobuf.MessageOrBuilder { } /** *
   * / Request for getting Implementation file list
   * 
* * Protobuf type {@code gauge.messages.ImplementationFileListRequest} */ public static final class ImplementationFileListRequest extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.ImplementationFileListRequest) ImplementationFileListRequestOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", ImplementationFileListRequest.class.getName()); } // Use ImplementationFileListRequest.newBuilder() to construct. private ImplementationFileListRequest(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private ImplementationFileListRequest() { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ImplementationFileListRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ImplementationFileListRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ImplementationFileListRequest.class, gauge.messages.Messages.ImplementationFileListRequest.Builder.class); } 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 { getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ImplementationFileListRequest)) { return super.equals(obj); } gauge.messages.Messages.ImplementationFileListRequest other = (gauge.messages.Messages.ImplementationFileListRequest) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.ImplementationFileListRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ImplementationFileListRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ImplementationFileListRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ImplementationFileListRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ImplementationFileListRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ImplementationFileListRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ImplementationFileListRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ImplementationFileListRequest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ImplementationFileListRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.ImplementationFileListRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ImplementationFileListRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ImplementationFileListRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.ImplementationFileListRequest 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Request for getting Implementation file list
     * 
* * Protobuf type {@code gauge.messages.ImplementationFileListRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.ImplementationFileListRequest) gauge.messages.Messages.ImplementationFileListRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ImplementationFileListRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ImplementationFileListRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ImplementationFileListRequest.class, gauge.messages.Messages.ImplementationFileListRequest.Builder.class); } // Construct using gauge.messages.Messages.ImplementationFileListRequest.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_ImplementationFileListRequest_descriptor; } @java.lang.Override public gauge.messages.Messages.ImplementationFileListRequest getDefaultInstanceForType() { return gauge.messages.Messages.ImplementationFileListRequest.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.ImplementationFileListRequest build() { gauge.messages.Messages.ImplementationFileListRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.ImplementationFileListRequest buildPartial() { gauge.messages.Messages.ImplementationFileListRequest result = new gauge.messages.Messages.ImplementationFileListRequest(this); onBuilt(); return result; } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.ImplementationFileListRequest) { return mergeFrom((gauge.messages.Messages.ImplementationFileListRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.ImplementationFileListRequest other) { if (other == gauge.messages.Messages.ImplementationFileListRequest.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.ImplementationFileListRequest) } // @@protoc_insertion_point(class_scope:gauge.messages.ImplementationFileListRequest) private static final gauge.messages.Messages.ImplementationFileListRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.ImplementationFileListRequest(); } public static gauge.messages.Messages.ImplementationFileListRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ImplementationFileListRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.ImplementationFileListRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ImplementationFileListResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.ImplementationFileListResponse) com.google.protobuf.MessageOrBuilder { /** *
     * / List of implementation files
     * 
* * repeated string implementationFilePaths = 1; * @return A list containing the implementationFilePaths. */ java.util.List getImplementationFilePathsList(); /** *
     * / List of implementation files
     * 
* * repeated string implementationFilePaths = 1; * @return The count of implementationFilePaths. */ int getImplementationFilePathsCount(); /** *
     * / List of implementation files
     * 
* * repeated string implementationFilePaths = 1; * @param index The index of the element to return. * @return The implementationFilePaths at the given index. */ java.lang.String getImplementationFilePaths(int index); /** *
     * / List of implementation files
     * 
* * repeated string implementationFilePaths = 1; * @param index The index of the value to return. * @return The bytes of the implementationFilePaths at the given index. */ com.google.protobuf.ByteString getImplementationFilePathsBytes(int index); } /** *
   * / Response for getting Implementation file list
   * 
* * Protobuf type {@code gauge.messages.ImplementationFileListResponse} */ public static final class ImplementationFileListResponse extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.ImplementationFileListResponse) ImplementationFileListResponseOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", ImplementationFileListResponse.class.getName()); } // Use ImplementationFileListResponse.newBuilder() to construct. private ImplementationFileListResponse(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private ImplementationFileListResponse() { implementationFilePaths_ = com.google.protobuf.LazyStringArrayList.emptyList(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ImplementationFileListResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ImplementationFileListResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ImplementationFileListResponse.class, gauge.messages.Messages.ImplementationFileListResponse.Builder.class); } public static final int IMPLEMENTATIONFILEPATHS_FIELD_NUMBER = 1; @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList implementationFilePaths_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** *
     * / List of implementation files
     * 
* * repeated string implementationFilePaths = 1; * @return A list containing the implementationFilePaths. */ public com.google.protobuf.ProtocolStringList getImplementationFilePathsList() { return implementationFilePaths_; } /** *
     * / List of implementation files
     * 
* * repeated string implementationFilePaths = 1; * @return The count of implementationFilePaths. */ public int getImplementationFilePathsCount() { return implementationFilePaths_.size(); } /** *
     * / List of implementation files
     * 
* * repeated string implementationFilePaths = 1; * @param index The index of the element to return. * @return The implementationFilePaths at the given index. */ public java.lang.String getImplementationFilePaths(int index) { return implementationFilePaths_.get(index); } /** *
     * / List of implementation files
     * 
* * repeated string implementationFilePaths = 1; * @param index The index of the value to return. * @return The bytes of the implementationFilePaths at the given index. */ public com.google.protobuf.ByteString getImplementationFilePathsBytes(int index) { return implementationFilePaths_.getByteString(index); } 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 { for (int i = 0; i < implementationFilePaths_.size(); i++) { com.google.protobuf.GeneratedMessage.writeString(output, 1, implementationFilePaths_.getRaw(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; { int dataSize = 0; for (int i = 0; i < implementationFilePaths_.size(); i++) { dataSize += computeStringSizeNoTag(implementationFilePaths_.getRaw(i)); } size += dataSize; size += 1 * getImplementationFilePathsList().size(); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ImplementationFileListResponse)) { return super.equals(obj); } gauge.messages.Messages.ImplementationFileListResponse other = (gauge.messages.Messages.ImplementationFileListResponse) obj; if (!getImplementationFilePathsList() .equals(other.getImplementationFilePathsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getImplementationFilePathsCount() > 0) { hash = (37 * hash) + IMPLEMENTATIONFILEPATHS_FIELD_NUMBER; hash = (53 * hash) + getImplementationFilePathsList().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.ImplementationFileListResponse parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ImplementationFileListResponse parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ImplementationFileListResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ImplementationFileListResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ImplementationFileListResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.ImplementationFileListResponse parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.ImplementationFileListResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ImplementationFileListResponse parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ImplementationFileListResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.ImplementationFileListResponse parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ImplementationFileListResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.ImplementationFileListResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.ImplementationFileListResponse 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Response for getting Implementation file list
     * 
* * Protobuf type {@code gauge.messages.ImplementationFileListResponse} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.ImplementationFileListResponse) gauge.messages.Messages.ImplementationFileListResponseOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_ImplementationFileListResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ImplementationFileListResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ImplementationFileListResponse.class, gauge.messages.Messages.ImplementationFileListResponse.Builder.class); } // Construct using gauge.messages.Messages.ImplementationFileListResponse.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; implementationFilePaths_ = com.google.protobuf.LazyStringArrayList.emptyList(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_ImplementationFileListResponse_descriptor; } @java.lang.Override public gauge.messages.Messages.ImplementationFileListResponse getDefaultInstanceForType() { return gauge.messages.Messages.ImplementationFileListResponse.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.ImplementationFileListResponse build() { gauge.messages.Messages.ImplementationFileListResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.ImplementationFileListResponse buildPartial() { gauge.messages.Messages.ImplementationFileListResponse result = new gauge.messages.Messages.ImplementationFileListResponse(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.ImplementationFileListResponse result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { implementationFilePaths_.makeImmutable(); result.implementationFilePaths_ = implementationFilePaths_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.ImplementationFileListResponse) { return mergeFrom((gauge.messages.Messages.ImplementationFileListResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.ImplementationFileListResponse other) { if (other == gauge.messages.Messages.ImplementationFileListResponse.getDefaultInstance()) return this; if (!other.implementationFilePaths_.isEmpty()) { if (implementationFilePaths_.isEmpty()) { implementationFilePaths_ = other.implementationFilePaths_; bitField0_ |= 0x00000001; } else { ensureImplementationFilePathsIsMutable(); implementationFilePaths_.addAll(other.implementationFilePaths_); } onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } 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(); ensureImplementationFilePathsIsMutable(); implementationFilePaths_.add(s); break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.google.protobuf.LazyStringArrayList implementationFilePaths_ = com.google.protobuf.LazyStringArrayList.emptyList(); private void ensureImplementationFilePathsIsMutable() { if (!implementationFilePaths_.isModifiable()) { implementationFilePaths_ = new com.google.protobuf.LazyStringArrayList(implementationFilePaths_); } bitField0_ |= 0x00000001; } /** *
       * / List of implementation files
       * 
* * repeated string implementationFilePaths = 1; * @return A list containing the implementationFilePaths. */ public com.google.protobuf.ProtocolStringList getImplementationFilePathsList() { implementationFilePaths_.makeImmutable(); return implementationFilePaths_; } /** *
       * / List of implementation files
       * 
* * repeated string implementationFilePaths = 1; * @return The count of implementationFilePaths. */ public int getImplementationFilePathsCount() { return implementationFilePaths_.size(); } /** *
       * / List of implementation files
       * 
* * repeated string implementationFilePaths = 1; * @param index The index of the element to return. * @return The implementationFilePaths at the given index. */ public java.lang.String getImplementationFilePaths(int index) { return implementationFilePaths_.get(index); } /** *
       * / List of implementation files
       * 
* * repeated string implementationFilePaths = 1; * @param index The index of the value to return. * @return The bytes of the implementationFilePaths at the given index. */ public com.google.protobuf.ByteString getImplementationFilePathsBytes(int index) { return implementationFilePaths_.getByteString(index); } /** *
       * / List of implementation files
       * 
* * repeated string implementationFilePaths = 1; * @param index The index to set the value at. * @param value The implementationFilePaths to set. * @return This builder for chaining. */ public Builder setImplementationFilePaths( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureImplementationFilePathsIsMutable(); implementationFilePaths_.set(index, value); bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / List of implementation files
       * 
* * repeated string implementationFilePaths = 1; * @param value The implementationFilePaths to add. * @return This builder for chaining. */ public Builder addImplementationFilePaths( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureImplementationFilePathsIsMutable(); implementationFilePaths_.add(value); bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / List of implementation files
       * 
* * repeated string implementationFilePaths = 1; * @param values The implementationFilePaths to add. * @return This builder for chaining. */ public Builder addAllImplementationFilePaths( java.lang.Iterable values) { ensureImplementationFilePathsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, implementationFilePaths_); bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / List of implementation files
       * 
* * repeated string implementationFilePaths = 1; * @return This builder for chaining. */ public Builder clearImplementationFilePaths() { implementationFilePaths_ = com.google.protobuf.LazyStringArrayList.emptyList(); bitField0_ = (bitField0_ & ~0x00000001);; onChanged(); return this; } /** *
       * / List of implementation files
       * 
* * repeated string implementationFilePaths = 1; * @param value The bytes of the implementationFilePaths to add. * @return This builder for chaining. */ public Builder addImplementationFilePathsBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureImplementationFilePathsIsMutable(); implementationFilePaths_.add(value); bitField0_ |= 0x00000001; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.ImplementationFileListResponse) } // @@protoc_insertion_point(class_scope:gauge.messages.ImplementationFileListResponse) private static final gauge.messages.Messages.ImplementationFileListResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.ImplementationFileListResponse(); } public static gauge.messages.Messages.ImplementationFileListResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ImplementationFileListResponse parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.ImplementationFileListResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface StubImplementationCodeRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.StubImplementationCodeRequest) com.google.protobuf.MessageOrBuilder { /** *
     * / Path of the file where the new stub implementation will be added
     * 
* * string implementationFilePath = 1; * @return The implementationFilePath. */ java.lang.String getImplementationFilePath(); /** *
     * / Path of the file where the new stub implementation will be added
     * 
* * string implementationFilePath = 1; * @return The bytes for implementationFilePath. */ com.google.protobuf.ByteString getImplementationFilePathBytes(); /** *
     * / List of implementation codes to be appended to implementation file.
     * 
* * repeated string codes = 2; * @return A list containing the codes. */ java.util.List getCodesList(); /** *
     * / List of implementation codes to be appended to implementation file.
     * 
* * repeated string codes = 2; * @return The count of codes. */ int getCodesCount(); /** *
     * / List of implementation codes to be appended to implementation file.
     * 
* * repeated string codes = 2; * @param index The index of the element to return. * @return The codes at the given index. */ java.lang.String getCodes(int index); /** *
     * / List of implementation codes to be appended to implementation file.
     * 
* * repeated string codes = 2; * @param index The index of the value to return. * @return The bytes of the codes at the given index. */ com.google.protobuf.ByteString getCodesBytes(int index); } /** *
   * / Request for injecting code snippet into implementation file
   * 
* * Protobuf type {@code gauge.messages.StubImplementationCodeRequest} */ public static final class StubImplementationCodeRequest extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.StubImplementationCodeRequest) StubImplementationCodeRequestOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", StubImplementationCodeRequest.class.getName()); } // Use StubImplementationCodeRequest.newBuilder() to construct. private StubImplementationCodeRequest(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private StubImplementationCodeRequest() { implementationFilePath_ = ""; codes_ = com.google.protobuf.LazyStringArrayList.emptyList(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_StubImplementationCodeRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StubImplementationCodeRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StubImplementationCodeRequest.class, gauge.messages.Messages.StubImplementationCodeRequest.Builder.class); } public static final int IMPLEMENTATIONFILEPATH_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object implementationFilePath_ = ""; /** *
     * / Path of the file where the new stub implementation will be added
     * 
* * string implementationFilePath = 1; * @return The implementationFilePath. */ @java.lang.Override public java.lang.String getImplementationFilePath() { java.lang.Object ref = implementationFilePath_; 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(); implementationFilePath_ = s; return s; } } /** *
     * / Path of the file where the new stub implementation will be added
     * 
* * string implementationFilePath = 1; * @return The bytes for implementationFilePath. */ @java.lang.Override public com.google.protobuf.ByteString getImplementationFilePathBytes() { java.lang.Object ref = implementationFilePath_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); implementationFilePath_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int CODES_FIELD_NUMBER = 2; @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList codes_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** *
     * / List of implementation codes to be appended to implementation file.
     * 
* * repeated string codes = 2; * @return A list containing the codes. */ public com.google.protobuf.ProtocolStringList getCodesList() { return codes_; } /** *
     * / List of implementation codes to be appended to implementation file.
     * 
* * repeated string codes = 2; * @return The count of codes. */ public int getCodesCount() { return codes_.size(); } /** *
     * / List of implementation codes to be appended to implementation file.
     * 
* * repeated string codes = 2; * @param index The index of the element to return. * @return The codes at the given index. */ public java.lang.String getCodes(int index) { return codes_.get(index); } /** *
     * / List of implementation codes to be appended to implementation file.
     * 
* * repeated string codes = 2; * @param index The index of the value to return. * @return The bytes of the codes at the given index. */ public com.google.protobuf.ByteString getCodesBytes(int index) { return codes_.getByteString(index); } 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.GeneratedMessage.isStringEmpty(implementationFilePath_)) { com.google.protobuf.GeneratedMessage.writeString(output, 1, implementationFilePath_); } for (int i = 0; i < codes_.size(); i++) { com.google.protobuf.GeneratedMessage.writeString(output, 2, codes_.getRaw(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessage.isStringEmpty(implementationFilePath_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(1, implementationFilePath_); } { int dataSize = 0; for (int i = 0; i < codes_.size(); i++) { dataSize += computeStringSizeNoTag(codes_.getRaw(i)); } size += dataSize; size += 1 * getCodesList().size(); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.StubImplementationCodeRequest)) { return super.equals(obj); } gauge.messages.Messages.StubImplementationCodeRequest other = (gauge.messages.Messages.StubImplementationCodeRequest) obj; if (!getImplementationFilePath() .equals(other.getImplementationFilePath())) return false; if (!getCodesList() .equals(other.getCodesList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) 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) + IMPLEMENTATIONFILEPATH_FIELD_NUMBER; hash = (53 * hash) + getImplementationFilePath().hashCode(); if (getCodesCount() > 0) { hash = (37 * hash) + CODES_FIELD_NUMBER; hash = (53 * hash) + getCodesList().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.StubImplementationCodeRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StubImplementationCodeRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StubImplementationCodeRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StubImplementationCodeRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StubImplementationCodeRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.StubImplementationCodeRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.StubImplementationCodeRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.StubImplementationCodeRequest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StubImplementationCodeRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.StubImplementationCodeRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StubImplementationCodeRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.StubImplementationCodeRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.StubImplementationCodeRequest 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Request for injecting code snippet into implementation file
     * 
* * Protobuf type {@code gauge.messages.StubImplementationCodeRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.StubImplementationCodeRequest) gauge.messages.Messages.StubImplementationCodeRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_StubImplementationCodeRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StubImplementationCodeRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StubImplementationCodeRequest.class, gauge.messages.Messages.StubImplementationCodeRequest.Builder.class); } // Construct using gauge.messages.Messages.StubImplementationCodeRequest.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; implementationFilePath_ = ""; codes_ = com.google.protobuf.LazyStringArrayList.emptyList(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_StubImplementationCodeRequest_descriptor; } @java.lang.Override public gauge.messages.Messages.StubImplementationCodeRequest getDefaultInstanceForType() { return gauge.messages.Messages.StubImplementationCodeRequest.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.StubImplementationCodeRequest build() { gauge.messages.Messages.StubImplementationCodeRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.StubImplementationCodeRequest buildPartial() { gauge.messages.Messages.StubImplementationCodeRequest result = new gauge.messages.Messages.StubImplementationCodeRequest(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.StubImplementationCodeRequest result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.implementationFilePath_ = implementationFilePath_; } if (((from_bitField0_ & 0x00000002) != 0)) { codes_.makeImmutable(); result.codes_ = codes_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.StubImplementationCodeRequest) { return mergeFrom((gauge.messages.Messages.StubImplementationCodeRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.StubImplementationCodeRequest other) { if (other == gauge.messages.Messages.StubImplementationCodeRequest.getDefaultInstance()) return this; if (!other.getImplementationFilePath().isEmpty()) { implementationFilePath_ = other.implementationFilePath_; bitField0_ |= 0x00000001; onChanged(); } if (!other.codes_.isEmpty()) { if (codes_.isEmpty()) { codes_ = other.codes_; bitField0_ |= 0x00000002; } else { ensureCodesIsMutable(); codes_.addAll(other.codes_); } onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { implementationFilePath_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 case 18: { java.lang.String s = input.readStringRequireUtf8(); ensureCodesIsMutable(); codes_.add(s); break; } // case 18 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object implementationFilePath_ = ""; /** *
       * / Path of the file where the new stub implementation will be added
       * 
* * string implementationFilePath = 1; * @return The implementationFilePath. */ public java.lang.String getImplementationFilePath() { java.lang.Object ref = implementationFilePath_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); implementationFilePath_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * / Path of the file where the new stub implementation will be added
       * 
* * string implementationFilePath = 1; * @return The bytes for implementationFilePath. */ public com.google.protobuf.ByteString getImplementationFilePathBytes() { java.lang.Object ref = implementationFilePath_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); implementationFilePath_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * / Path of the file where the new stub implementation will be added
       * 
* * string implementationFilePath = 1; * @param value The implementationFilePath to set. * @return This builder for chaining. */ public Builder setImplementationFilePath( java.lang.String value) { if (value == null) { throw new NullPointerException(); } implementationFilePath_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Path of the file where the new stub implementation will be added
       * 
* * string implementationFilePath = 1; * @return This builder for chaining. */ public Builder clearImplementationFilePath() { implementationFilePath_ = getDefaultInstance().getImplementationFilePath(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
       * / Path of the file where the new stub implementation will be added
       * 
* * string implementationFilePath = 1; * @param value The bytes for implementationFilePath to set. * @return This builder for chaining. */ public Builder setImplementationFilePathBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); implementationFilePath_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private com.google.protobuf.LazyStringArrayList codes_ = com.google.protobuf.LazyStringArrayList.emptyList(); private void ensureCodesIsMutable() { if (!codes_.isModifiable()) { codes_ = new com.google.protobuf.LazyStringArrayList(codes_); } bitField0_ |= 0x00000002; } /** *
       * / List of implementation codes to be appended to implementation file.
       * 
* * repeated string codes = 2; * @return A list containing the codes. */ public com.google.protobuf.ProtocolStringList getCodesList() { codes_.makeImmutable(); return codes_; } /** *
       * / List of implementation codes to be appended to implementation file.
       * 
* * repeated string codes = 2; * @return The count of codes. */ public int getCodesCount() { return codes_.size(); } /** *
       * / List of implementation codes to be appended to implementation file.
       * 
* * repeated string codes = 2; * @param index The index of the element to return. * @return The codes at the given index. */ public java.lang.String getCodes(int index) { return codes_.get(index); } /** *
       * / List of implementation codes to be appended to implementation file.
       * 
* * repeated string codes = 2; * @param index The index of the value to return. * @return The bytes of the codes at the given index. */ public com.google.protobuf.ByteString getCodesBytes(int index) { return codes_.getByteString(index); } /** *
       * / List of implementation codes to be appended to implementation file.
       * 
* * repeated string codes = 2; * @param index The index to set the value at. * @param value The codes to set. * @return This builder for chaining. */ public Builder setCodes( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureCodesIsMutable(); codes_.set(index, value); bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / List of implementation codes to be appended to implementation file.
       * 
* * repeated string codes = 2; * @param value The codes to add. * @return This builder for chaining. */ public Builder addCodes( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureCodesIsMutable(); codes_.add(value); bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / List of implementation codes to be appended to implementation file.
       * 
* * repeated string codes = 2; * @param values The codes to add. * @return This builder for chaining. */ public Builder addAllCodes( java.lang.Iterable values) { ensureCodesIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, codes_); bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / List of implementation codes to be appended to implementation file.
       * 
* * repeated string codes = 2; * @return This builder for chaining. */ public Builder clearCodes() { codes_ = com.google.protobuf.LazyStringArrayList.emptyList(); bitField0_ = (bitField0_ & ~0x00000002);; onChanged(); return this; } /** *
       * / List of implementation codes to be appended to implementation file.
       * 
* * repeated string codes = 2; * @param value The bytes of the codes to add. * @return This builder for chaining. */ public Builder addCodesBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureCodesIsMutable(); codes_.add(value); bitField0_ |= 0x00000002; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.StubImplementationCodeRequest) } // @@protoc_insertion_point(class_scope:gauge.messages.StubImplementationCodeRequest) private static final gauge.messages.Messages.StubImplementationCodeRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.StubImplementationCodeRequest(); } public static gauge.messages.Messages.StubImplementationCodeRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public StubImplementationCodeRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.StubImplementationCodeRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface TextDiffOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.TextDiff) com.google.protobuf.MessageOrBuilder { /** *
     * / Range of file to be replaced
     * 
* * .gauge.messages.Span span = 1; * @return Whether the span field is set. */ boolean hasSpan(); /** *
     * / Range of file to be replaced
     * 
* * .gauge.messages.Span span = 1; * @return The span. */ gauge.messages.Spec.Span getSpan(); /** *
     * / Range of file to be replaced
     * 
* * .gauge.messages.Span span = 1; */ gauge.messages.Spec.SpanOrBuilder getSpanOrBuilder(); /** *
     * / New content to replace the content in the span
     * 
* * string content = 2; * @return The content. */ java.lang.String getContent(); /** *
     * / New content to replace the content in the span
     * 
* * string content = 2; * @return The bytes for content. */ com.google.protobuf.ByteString getContentBytes(); } /** *
   * / A Single Replace Diff Element to be applied
   * 
* * Protobuf type {@code gauge.messages.TextDiff} */ public static final class TextDiff extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.TextDiff) TextDiffOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", TextDiff.class.getName()); } // Use TextDiff.newBuilder() to construct. private TextDiff(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private TextDiff() { content_ = ""; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_TextDiff_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_TextDiff_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.TextDiff.class, gauge.messages.Messages.TextDiff.Builder.class); } private int bitField0_; public static final int SPAN_FIELD_NUMBER = 1; private gauge.messages.Spec.Span span_; /** *
     * / Range of file to be replaced
     * 
* * .gauge.messages.Span span = 1; * @return Whether the span field is set. */ @java.lang.Override public boolean hasSpan() { return ((bitField0_ & 0x00000001) != 0); } /** *
     * / Range of file to be replaced
     * 
* * .gauge.messages.Span span = 1; * @return The span. */ @java.lang.Override public gauge.messages.Spec.Span getSpan() { return span_ == null ? gauge.messages.Spec.Span.getDefaultInstance() : span_; } /** *
     * / Range of file to be replaced
     * 
* * .gauge.messages.Span span = 1; */ @java.lang.Override public gauge.messages.Spec.SpanOrBuilder getSpanOrBuilder() { return span_ == null ? gauge.messages.Spec.Span.getDefaultInstance() : span_; } public static final int CONTENT_FIELD_NUMBER = 2; @SuppressWarnings("serial") private volatile java.lang.Object content_ = ""; /** *
     * / New content to replace the content in the span
     * 
* * string content = 2; * @return The content. */ @java.lang.Override public java.lang.String getContent() { java.lang.Object ref = content_; 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(); content_ = s; return s; } } /** *
     * / New content to replace the content in the span
     * 
* * string content = 2; * @return The bytes for content. */ @java.lang.Override public com.google.protobuf.ByteString getContentBytes() { java.lang.Object ref = content_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); content_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } 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 (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getSpan()); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(content_)) { com.google.protobuf.GeneratedMessage.writeString(output, 2, content_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getSpan()); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(content_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(2, content_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.TextDiff)) { return super.equals(obj); } gauge.messages.Messages.TextDiff other = (gauge.messages.Messages.TextDiff) obj; if (hasSpan() != other.hasSpan()) return false; if (hasSpan()) { if (!getSpan() .equals(other.getSpan())) return false; } if (!getContent() .equals(other.getContent())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasSpan()) { hash = (37 * hash) + SPAN_FIELD_NUMBER; hash = (53 * hash) + getSpan().hashCode(); } hash = (37 * hash) + CONTENT_FIELD_NUMBER; hash = (53 * hash) + getContent().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.TextDiff parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.TextDiff parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.TextDiff parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.TextDiff parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.TextDiff parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.TextDiff parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.TextDiff parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.TextDiff parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.TextDiff parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.TextDiff parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.TextDiff parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.TextDiff parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.TextDiff 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / A Single Replace Diff Element to be applied
     * 
* * Protobuf type {@code gauge.messages.TextDiff} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.TextDiff) gauge.messages.Messages.TextDiffOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_TextDiff_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_TextDiff_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.TextDiff.class, gauge.messages.Messages.TextDiff.Builder.class); } // Construct using gauge.messages.Messages.TextDiff.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getSpanFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; span_ = null; if (spanBuilder_ != null) { spanBuilder_.dispose(); spanBuilder_ = null; } content_ = ""; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_TextDiff_descriptor; } @java.lang.Override public gauge.messages.Messages.TextDiff getDefaultInstanceForType() { return gauge.messages.Messages.TextDiff.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.TextDiff build() { gauge.messages.Messages.TextDiff result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.TextDiff buildPartial() { gauge.messages.Messages.TextDiff result = new gauge.messages.Messages.TextDiff(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.TextDiff result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.span_ = spanBuilder_ == null ? span_ : spanBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.content_ = content_; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.TextDiff) { return mergeFrom((gauge.messages.Messages.TextDiff)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.TextDiff other) { if (other == gauge.messages.Messages.TextDiff.getDefaultInstance()) return this; if (other.hasSpan()) { mergeSpan(other.getSpan()); } if (!other.getContent().isEmpty()) { content_ = other.content_; bitField0_ |= 0x00000002; onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { input.readMessage( getSpanFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 case 18: { content_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000002; break; } // case 18 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private gauge.messages.Spec.Span span_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.Span, gauge.messages.Spec.Span.Builder, gauge.messages.Spec.SpanOrBuilder> spanBuilder_; /** *
       * / Range of file to be replaced
       * 
* * .gauge.messages.Span span = 1; * @return Whether the span field is set. */ public boolean hasSpan() { return ((bitField0_ & 0x00000001) != 0); } /** *
       * / Range of file to be replaced
       * 
* * .gauge.messages.Span span = 1; * @return The span. */ public gauge.messages.Spec.Span getSpan() { if (spanBuilder_ == null) { return span_ == null ? gauge.messages.Spec.Span.getDefaultInstance() : span_; } else { return spanBuilder_.getMessage(); } } /** *
       * / Range of file to be replaced
       * 
* * .gauge.messages.Span span = 1; */ public Builder setSpan(gauge.messages.Spec.Span value) { if (spanBuilder_ == null) { if (value == null) { throw new NullPointerException(); } span_ = value; } else { spanBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Range of file to be replaced
       * 
* * .gauge.messages.Span span = 1; */ public Builder setSpan( gauge.messages.Spec.Span.Builder builderForValue) { if (spanBuilder_ == null) { span_ = builderForValue.build(); } else { spanBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / Range of file to be replaced
       * 
* * .gauge.messages.Span span = 1; */ public Builder mergeSpan(gauge.messages.Spec.Span value) { if (spanBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && span_ != null && span_ != gauge.messages.Spec.Span.getDefaultInstance()) { getSpanBuilder().mergeFrom(value); } else { span_ = value; } } else { spanBuilder_.mergeFrom(value); } if (span_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** *
       * / Range of file to be replaced
       * 
* * .gauge.messages.Span span = 1; */ public Builder clearSpan() { bitField0_ = (bitField0_ & ~0x00000001); span_ = null; if (spanBuilder_ != null) { spanBuilder_.dispose(); spanBuilder_ = null; } onChanged(); return this; } /** *
       * / Range of file to be replaced
       * 
* * .gauge.messages.Span span = 1; */ public gauge.messages.Spec.Span.Builder getSpanBuilder() { bitField0_ |= 0x00000001; onChanged(); return getSpanFieldBuilder().getBuilder(); } /** *
       * / Range of file to be replaced
       * 
* * .gauge.messages.Span span = 1; */ public gauge.messages.Spec.SpanOrBuilder getSpanOrBuilder() { if (spanBuilder_ != null) { return spanBuilder_.getMessageOrBuilder(); } else { return span_ == null ? gauge.messages.Spec.Span.getDefaultInstance() : span_; } } /** *
       * / Range of file to be replaced
       * 
* * .gauge.messages.Span span = 1; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.Span, gauge.messages.Spec.Span.Builder, gauge.messages.Spec.SpanOrBuilder> getSpanFieldBuilder() { if (spanBuilder_ == null) { spanBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.Span, gauge.messages.Spec.Span.Builder, gauge.messages.Spec.SpanOrBuilder>( getSpan(), getParentForChildren(), isClean()); span_ = null; } return spanBuilder_; } private java.lang.Object content_ = ""; /** *
       * / New content to replace the content in the span
       * 
* * string content = 2; * @return The content. */ public java.lang.String getContent() { java.lang.Object ref = content_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); content_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * / New content to replace the content in the span
       * 
* * string content = 2; * @return The bytes for content. */ public com.google.protobuf.ByteString getContentBytes() { java.lang.Object ref = content_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); content_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * / New content to replace the content in the span
       * 
* * string content = 2; * @param value The content to set. * @return This builder for chaining. */ public Builder setContent( java.lang.String value) { if (value == null) { throw new NullPointerException(); } content_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / New content to replace the content in the span
       * 
* * string content = 2; * @return This builder for chaining. */ public Builder clearContent() { content_ = getDefaultInstance().getContent(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** *
       * / New content to replace the content in the span
       * 
* * string content = 2; * @param value The bytes for content to set. * @return This builder for chaining. */ public Builder setContentBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); content_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.TextDiff) } // @@protoc_insertion_point(class_scope:gauge.messages.TextDiff) private static final gauge.messages.Messages.TextDiff DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.TextDiff(); } public static gauge.messages.Messages.TextDiff getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public TextDiff parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.TextDiff getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface FileDiffOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.FileDiff) com.google.protobuf.MessageOrBuilder { /** *
     * / File Path where the new content needs to be put in
     * 
* * string filePath = 1; * @return The filePath. */ java.lang.String getFilePath(); /** *
     * / File Path where the new content needs to be put in
     * 
* * string filePath = 1; * @return The bytes for filePath. */ com.google.protobuf.ByteString getFilePathBytes(); /** *
     * / The diffs which need to be applied to this file
     * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ java.util.List getTextDiffsList(); /** *
     * / The diffs which need to be applied to this file
     * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ gauge.messages.Messages.TextDiff getTextDiffs(int index); /** *
     * / The diffs which need to be applied to this file
     * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ int getTextDiffsCount(); /** *
     * / The diffs which need to be applied to this file
     * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ java.util.List getTextDiffsOrBuilderList(); /** *
     * / The diffs which need to be applied to this file
     * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ gauge.messages.Messages.TextDiffOrBuilder getTextDiffsOrBuilder( int index); } /** *
   * / Diffs to be applied to a file
   * 
* * Protobuf type {@code gauge.messages.FileDiff} */ public static final class FileDiff extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.FileDiff) FileDiffOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", FileDiff.class.getName()); } // Use FileDiff.newBuilder() to construct. private FileDiff(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private FileDiff() { filePath_ = ""; textDiffs_ = java.util.Collections.emptyList(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_FileDiff_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_FileDiff_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.FileDiff.class, gauge.messages.Messages.FileDiff.Builder.class); } public static final int FILEPATH_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object filePath_ = ""; /** *
     * / File Path where the new content needs to be put in
     * 
* * string filePath = 1; * @return The filePath. */ @java.lang.Override public java.lang.String getFilePath() { java.lang.Object ref = filePath_; 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(); filePath_ = s; return s; } } /** *
     * / File Path where the new content needs to be put in
     * 
* * string filePath = 1; * @return The bytes for filePath. */ @java.lang.Override public com.google.protobuf.ByteString getFilePathBytes() { java.lang.Object ref = filePath_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); filePath_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int TEXTDIFFS_FIELD_NUMBER = 2; @SuppressWarnings("serial") private java.util.List textDiffs_; /** *
     * / The diffs which need to be applied to this file
     * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ @java.lang.Override public java.util.List getTextDiffsList() { return textDiffs_; } /** *
     * / The diffs which need to be applied to this file
     * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ @java.lang.Override public java.util.List getTextDiffsOrBuilderList() { return textDiffs_; } /** *
     * / The diffs which need to be applied to this file
     * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ @java.lang.Override public int getTextDiffsCount() { return textDiffs_.size(); } /** *
     * / The diffs which need to be applied to this file
     * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ @java.lang.Override public gauge.messages.Messages.TextDiff getTextDiffs(int index) { return textDiffs_.get(index); } /** *
     * / The diffs which need to be applied to this file
     * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ @java.lang.Override public gauge.messages.Messages.TextDiffOrBuilder getTextDiffsOrBuilder( int index) { return textDiffs_.get(index); } 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.GeneratedMessage.isStringEmpty(filePath_)) { com.google.protobuf.GeneratedMessage.writeString(output, 1, filePath_); } for (int i = 0; i < textDiffs_.size(); i++) { output.writeMessage(2, textDiffs_.get(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessage.isStringEmpty(filePath_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(1, filePath_); } for (int i = 0; i < textDiffs_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, textDiffs_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.FileDiff)) { return super.equals(obj); } gauge.messages.Messages.FileDiff other = (gauge.messages.Messages.FileDiff) obj; if (!getFilePath() .equals(other.getFilePath())) return false; if (!getTextDiffsList() .equals(other.getTextDiffsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) 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) + FILEPATH_FIELD_NUMBER; hash = (53 * hash) + getFilePath().hashCode(); if (getTextDiffsCount() > 0) { hash = (37 * hash) + TEXTDIFFS_FIELD_NUMBER; hash = (53 * hash) + getTextDiffsList().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.FileDiff parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.FileDiff parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.FileDiff parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.FileDiff parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.FileDiff parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.FileDiff parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.FileDiff parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.FileDiff parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.FileDiff parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.FileDiff parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.FileDiff parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.FileDiff parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.FileDiff 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Diffs to be applied to a file
     * 
* * Protobuf type {@code gauge.messages.FileDiff} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.FileDiff) gauge.messages.Messages.FileDiffOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_FileDiff_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_FileDiff_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.FileDiff.class, gauge.messages.Messages.FileDiff.Builder.class); } // Construct using gauge.messages.Messages.FileDiff.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; filePath_ = ""; if (textDiffsBuilder_ == null) { textDiffs_ = java.util.Collections.emptyList(); } else { textDiffs_ = null; textDiffsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000002); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_FileDiff_descriptor; } @java.lang.Override public gauge.messages.Messages.FileDiff getDefaultInstanceForType() { return gauge.messages.Messages.FileDiff.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.FileDiff build() { gauge.messages.Messages.FileDiff result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.FileDiff buildPartial() { gauge.messages.Messages.FileDiff result = new gauge.messages.Messages.FileDiff(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartialRepeatedFields(gauge.messages.Messages.FileDiff result) { if (textDiffsBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0)) { textDiffs_ = java.util.Collections.unmodifiableList(textDiffs_); bitField0_ = (bitField0_ & ~0x00000002); } result.textDiffs_ = textDiffs_; } else { result.textDiffs_ = textDiffsBuilder_.build(); } } private void buildPartial0(gauge.messages.Messages.FileDiff result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.filePath_ = filePath_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.FileDiff) { return mergeFrom((gauge.messages.Messages.FileDiff)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.FileDiff other) { if (other == gauge.messages.Messages.FileDiff.getDefaultInstance()) return this; if (!other.getFilePath().isEmpty()) { filePath_ = other.filePath_; bitField0_ |= 0x00000001; onChanged(); } if (textDiffsBuilder_ == null) { if (!other.textDiffs_.isEmpty()) { if (textDiffs_.isEmpty()) { textDiffs_ = other.textDiffs_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureTextDiffsIsMutable(); textDiffs_.addAll(other.textDiffs_); } onChanged(); } } else { if (!other.textDiffs_.isEmpty()) { if (textDiffsBuilder_.isEmpty()) { textDiffsBuilder_.dispose(); textDiffsBuilder_ = null; textDiffs_ = other.textDiffs_; bitField0_ = (bitField0_ & ~0x00000002); textDiffsBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getTextDiffsFieldBuilder() : null; } else { textDiffsBuilder_.addAllMessages(other.textDiffs_); } } } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { filePath_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 case 18: { gauge.messages.Messages.TextDiff m = input.readMessage( gauge.messages.Messages.TextDiff.parser(), extensionRegistry); if (textDiffsBuilder_ == null) { ensureTextDiffsIsMutable(); textDiffs_.add(m); } else { textDiffsBuilder_.addMessage(m); } break; } // case 18 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object filePath_ = ""; /** *
       * / File Path where the new content needs to be put in
       * 
* * string filePath = 1; * @return The filePath. */ public java.lang.String getFilePath() { java.lang.Object ref = filePath_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); filePath_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * / File Path where the new content needs to be put in
       * 
* * string filePath = 1; * @return The bytes for filePath. */ public com.google.protobuf.ByteString getFilePathBytes() { java.lang.Object ref = filePath_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); filePath_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * / File Path where the new content needs to be put in
       * 
* * string filePath = 1; * @param value The filePath to set. * @return This builder for chaining. */ public Builder setFilePath( java.lang.String value) { if (value == null) { throw new NullPointerException(); } filePath_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / File Path where the new content needs to be put in
       * 
* * string filePath = 1; * @return This builder for chaining. */ public Builder clearFilePath() { filePath_ = getDefaultInstance().getFilePath(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
       * / File Path where the new content needs to be put in
       * 
* * string filePath = 1; * @param value The bytes for filePath to set. * @return This builder for chaining. */ public Builder setFilePathBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); filePath_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private java.util.List textDiffs_ = java.util.Collections.emptyList(); private void ensureTextDiffsIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { textDiffs_ = new java.util.ArrayList(textDiffs_); bitField0_ |= 0x00000002; } } private com.google.protobuf.RepeatedFieldBuilder< gauge.messages.Messages.TextDiff, gauge.messages.Messages.TextDiff.Builder, gauge.messages.Messages.TextDiffOrBuilder> textDiffsBuilder_; /** *
       * / The diffs which need to be applied to this file
       * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ public java.util.List getTextDiffsList() { if (textDiffsBuilder_ == null) { return java.util.Collections.unmodifiableList(textDiffs_); } else { return textDiffsBuilder_.getMessageList(); } } /** *
       * / The diffs which need to be applied to this file
       * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ public int getTextDiffsCount() { if (textDiffsBuilder_ == null) { return textDiffs_.size(); } else { return textDiffsBuilder_.getCount(); } } /** *
       * / The diffs which need to be applied to this file
       * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ public gauge.messages.Messages.TextDiff getTextDiffs(int index) { if (textDiffsBuilder_ == null) { return textDiffs_.get(index); } else { return textDiffsBuilder_.getMessage(index); } } /** *
       * / The diffs which need to be applied to this file
       * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ public Builder setTextDiffs( int index, gauge.messages.Messages.TextDiff value) { if (textDiffsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureTextDiffsIsMutable(); textDiffs_.set(index, value); onChanged(); } else { textDiffsBuilder_.setMessage(index, value); } return this; } /** *
       * / The diffs which need to be applied to this file
       * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ public Builder setTextDiffs( int index, gauge.messages.Messages.TextDiff.Builder builderForValue) { if (textDiffsBuilder_ == null) { ensureTextDiffsIsMutable(); textDiffs_.set(index, builderForValue.build()); onChanged(); } else { textDiffsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
       * / The diffs which need to be applied to this file
       * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ public Builder addTextDiffs(gauge.messages.Messages.TextDiff value) { if (textDiffsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureTextDiffsIsMutable(); textDiffs_.add(value); onChanged(); } else { textDiffsBuilder_.addMessage(value); } return this; } /** *
       * / The diffs which need to be applied to this file
       * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ public Builder addTextDiffs( int index, gauge.messages.Messages.TextDiff value) { if (textDiffsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureTextDiffsIsMutable(); textDiffs_.add(index, value); onChanged(); } else { textDiffsBuilder_.addMessage(index, value); } return this; } /** *
       * / The diffs which need to be applied to this file
       * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ public Builder addTextDiffs( gauge.messages.Messages.TextDiff.Builder builderForValue) { if (textDiffsBuilder_ == null) { ensureTextDiffsIsMutable(); textDiffs_.add(builderForValue.build()); onChanged(); } else { textDiffsBuilder_.addMessage(builderForValue.build()); } return this; } /** *
       * / The diffs which need to be applied to this file
       * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ public Builder addTextDiffs( int index, gauge.messages.Messages.TextDiff.Builder builderForValue) { if (textDiffsBuilder_ == null) { ensureTextDiffsIsMutable(); textDiffs_.add(index, builderForValue.build()); onChanged(); } else { textDiffsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
       * / The diffs which need to be applied to this file
       * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ public Builder addAllTextDiffs( java.lang.Iterable values) { if (textDiffsBuilder_ == null) { ensureTextDiffsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, textDiffs_); onChanged(); } else { textDiffsBuilder_.addAllMessages(values); } return this; } /** *
       * / The diffs which need to be applied to this file
       * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ public Builder clearTextDiffs() { if (textDiffsBuilder_ == null) { textDiffs_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); } else { textDiffsBuilder_.clear(); } return this; } /** *
       * / The diffs which need to be applied to this file
       * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ public Builder removeTextDiffs(int index) { if (textDiffsBuilder_ == null) { ensureTextDiffsIsMutable(); textDiffs_.remove(index); onChanged(); } else { textDiffsBuilder_.remove(index); } return this; } /** *
       * / The diffs which need to be applied to this file
       * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ public gauge.messages.Messages.TextDiff.Builder getTextDiffsBuilder( int index) { return getTextDiffsFieldBuilder().getBuilder(index); } /** *
       * / The diffs which need to be applied to this file
       * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ public gauge.messages.Messages.TextDiffOrBuilder getTextDiffsOrBuilder( int index) { if (textDiffsBuilder_ == null) { return textDiffs_.get(index); } else { return textDiffsBuilder_.getMessageOrBuilder(index); } } /** *
       * / The diffs which need to be applied to this file
       * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ public java.util.List getTextDiffsOrBuilderList() { if (textDiffsBuilder_ != null) { return textDiffsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(textDiffs_); } } /** *
       * / The diffs which need to be applied to this file
       * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ public gauge.messages.Messages.TextDiff.Builder addTextDiffsBuilder() { return getTextDiffsFieldBuilder().addBuilder( gauge.messages.Messages.TextDiff.getDefaultInstance()); } /** *
       * / The diffs which need to be applied to this file
       * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ public gauge.messages.Messages.TextDiff.Builder addTextDiffsBuilder( int index) { return getTextDiffsFieldBuilder().addBuilder( index, gauge.messages.Messages.TextDiff.getDefaultInstance()); } /** *
       * / The diffs which need to be applied to this file
       * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ public java.util.List getTextDiffsBuilderList() { return getTextDiffsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< gauge.messages.Messages.TextDiff, gauge.messages.Messages.TextDiff.Builder, gauge.messages.Messages.TextDiffOrBuilder> getTextDiffsFieldBuilder() { if (textDiffsBuilder_ == null) { textDiffsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< gauge.messages.Messages.TextDiff, gauge.messages.Messages.TextDiff.Builder, gauge.messages.Messages.TextDiffOrBuilder>( textDiffs_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean()); textDiffs_ = null; } return textDiffsBuilder_; } // @@protoc_insertion_point(builder_scope:gauge.messages.FileDiff) } // @@protoc_insertion_point(class_scope:gauge.messages.FileDiff) private static final gauge.messages.Messages.FileDiff DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.FileDiff(); } public static gauge.messages.Messages.FileDiff getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public FileDiff parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.FileDiff getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface KeepAliveOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.KeepAlive) com.google.protobuf.MessageOrBuilder { /** *
     * / ID of the plugin initiating this request
     * 
* * string pluginId = 1; * @return The pluginId. */ java.lang.String getPluginId(); /** *
     * / ID of the plugin initiating this request
     * 
* * string pluginId = 1; * @return The bytes for pluginId. */ com.google.protobuf.ByteString getPluginIdBytes(); } /** *
   * / Tell gauge to reset the kill timer, thus extending the life
   * 
* * Protobuf type {@code gauge.messages.KeepAlive} */ public static final class KeepAlive extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.KeepAlive) KeepAliveOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", KeepAlive.class.getName()); } // Use KeepAlive.newBuilder() to construct. private KeepAlive(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private KeepAlive() { pluginId_ = ""; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_KeepAlive_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_KeepAlive_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.KeepAlive.class, gauge.messages.Messages.KeepAlive.Builder.class); } public static final int PLUGINID_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object pluginId_ = ""; /** *
     * / ID of the plugin initiating this request
     * 
* * string pluginId = 1; * @return The pluginId. */ @java.lang.Override public java.lang.String getPluginId() { java.lang.Object ref = pluginId_; 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(); pluginId_ = s; return s; } } /** *
     * / ID of the plugin initiating this request
     * 
* * string pluginId = 1; * @return The bytes for pluginId. */ @java.lang.Override public com.google.protobuf.ByteString getPluginIdBytes() { java.lang.Object ref = pluginId_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); pluginId_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } 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.GeneratedMessage.isStringEmpty(pluginId_)) { com.google.protobuf.GeneratedMessage.writeString(output, 1, pluginId_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessage.isStringEmpty(pluginId_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(1, pluginId_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.KeepAlive)) { return super.equals(obj); } gauge.messages.Messages.KeepAlive other = (gauge.messages.Messages.KeepAlive) obj; if (!getPluginId() .equals(other.getPluginId())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) 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) + PLUGINID_FIELD_NUMBER; hash = (53 * hash) + getPluginId().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.KeepAlive parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.KeepAlive parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.KeepAlive parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.KeepAlive parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.KeepAlive parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.KeepAlive parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.KeepAlive parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.KeepAlive parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.KeepAlive parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.KeepAlive parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.KeepAlive parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.KeepAlive parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.KeepAlive 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / Tell gauge to reset the kill timer, thus extending the life
     * 
* * Protobuf type {@code gauge.messages.KeepAlive} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.KeepAlive) gauge.messages.Messages.KeepAliveOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_KeepAlive_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_KeepAlive_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.KeepAlive.class, gauge.messages.Messages.KeepAlive.Builder.class); } // Construct using gauge.messages.Messages.KeepAlive.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; pluginId_ = ""; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_KeepAlive_descriptor; } @java.lang.Override public gauge.messages.Messages.KeepAlive getDefaultInstanceForType() { return gauge.messages.Messages.KeepAlive.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.KeepAlive build() { gauge.messages.Messages.KeepAlive result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.KeepAlive buildPartial() { gauge.messages.Messages.KeepAlive result = new gauge.messages.Messages.KeepAlive(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.KeepAlive result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.pluginId_ = pluginId_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.KeepAlive) { return mergeFrom((gauge.messages.Messages.KeepAlive)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.KeepAlive other) { if (other == gauge.messages.Messages.KeepAlive.getDefaultInstance()) return this; if (!other.getPluginId().isEmpty()) { pluginId_ = other.pluginId_; bitField0_ |= 0x00000001; onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { pluginId_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object pluginId_ = ""; /** *
       * / ID of the plugin initiating this request
       * 
* * string pluginId = 1; * @return The pluginId. */ public java.lang.String getPluginId() { java.lang.Object ref = pluginId_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); pluginId_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * / ID of the plugin initiating this request
       * 
* * string pluginId = 1; * @return The bytes for pluginId. */ public com.google.protobuf.ByteString getPluginIdBytes() { java.lang.Object ref = pluginId_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); pluginId_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * / ID of the plugin initiating this request
       * 
* * string pluginId = 1; * @param value The pluginId to set. * @return This builder for chaining. */ public Builder setPluginId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } pluginId_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * / ID of the plugin initiating this request
       * 
* * string pluginId = 1; * @return This builder for chaining. */ public Builder clearPluginId() { pluginId_ = getDefaultInstance().getPluginId(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
       * / ID of the plugin initiating this request
       * 
* * string pluginId = 1; * @param value The bytes for pluginId to set. * @return This builder for chaining. */ public Builder setPluginIdBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); pluginId_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.KeepAlive) } // @@protoc_insertion_point(class_scope:gauge.messages.KeepAlive) private static final gauge.messages.Messages.KeepAlive DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.KeepAlive(); } public static gauge.messages.Messages.KeepAlive getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public KeepAlive parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.KeepAlive getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface SpecDetailsOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.SpecDetails) com.google.protobuf.MessageOrBuilder { /** *
     * / Holds a collection of Spec details.
     * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ java.util.List getDetailsList(); /** *
     * / Holds a collection of Spec details.
     * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ gauge.messages.Messages.SpecDetails.SpecDetail getDetails(int index); /** *
     * / Holds a collection of Spec details.
     * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ int getDetailsCount(); /** *
     * / Holds a collection of Spec details.
     * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ java.util.List getDetailsOrBuilderList(); /** *
     * / Holds a collection of Spec details.
     * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ gauge.messages.Messages.SpecDetails.SpecDetailOrBuilder getDetailsOrBuilder( int index); } /** * Protobuf type {@code gauge.messages.SpecDetails} */ public static final class SpecDetails extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.SpecDetails) SpecDetailsOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", SpecDetails.class.getName()); } // Use SpecDetails.newBuilder() to construct. private SpecDetails(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private SpecDetails() { details_ = java.util.Collections.emptyList(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_SpecDetails_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_SpecDetails_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.SpecDetails.class, gauge.messages.Messages.SpecDetails.Builder.class); } public interface SpecDetailOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.SpecDetails.SpecDetail) com.google.protobuf.MessageOrBuilder { /** *
       * / Holds a collection of Specs that are defined in the project.
       * 
* * .gauge.messages.ProtoSpec spec = 1; * @return Whether the spec field is set. */ boolean hasSpec(); /** *
       * / Holds a collection of Specs that are defined in the project.
       * 
* * .gauge.messages.ProtoSpec spec = 1; * @return The spec. */ gauge.messages.Spec.ProtoSpec getSpec(); /** *
       * / Holds a collection of Specs that are defined in the project.
       * 
* * .gauge.messages.ProtoSpec spec = 1; */ gauge.messages.Spec.ProtoSpecOrBuilder getSpecOrBuilder(); /** *
       * / Holds a collection of parse errors present in the above spec.
       * 
* * repeated .gauge.messages.Error parseErrors = 2; */ java.util.List getParseErrorsList(); /** *
       * / Holds a collection of parse errors present in the above spec.
       * 
* * repeated .gauge.messages.Error parseErrors = 2; */ gauge.messages.Spec.Error getParseErrors(int index); /** *
       * / Holds a collection of parse errors present in the above spec.
       * 
* * repeated .gauge.messages.Error parseErrors = 2; */ int getParseErrorsCount(); /** *
       * / Holds a collection of parse errors present in the above spec.
       * 
* * repeated .gauge.messages.Error parseErrors = 2; */ java.util.List getParseErrorsOrBuilderList(); /** *
       * / Holds a collection of parse errors present in the above spec.
       * 
* * repeated .gauge.messages.Error parseErrors = 2; */ gauge.messages.Spec.ErrorOrBuilder getParseErrorsOrBuilder( int index); } /** * Protobuf type {@code gauge.messages.SpecDetails.SpecDetail} */ public static final class SpecDetail extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.SpecDetails.SpecDetail) SpecDetailOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", SpecDetail.class.getName()); } // Use SpecDetail.newBuilder() to construct. private SpecDetail(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private SpecDetail() { parseErrors_ = java.util.Collections.emptyList(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_SpecDetails_SpecDetail_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_SpecDetails_SpecDetail_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.SpecDetails.SpecDetail.class, gauge.messages.Messages.SpecDetails.SpecDetail.Builder.class); } private int bitField0_; public static final int SPEC_FIELD_NUMBER = 1; private gauge.messages.Spec.ProtoSpec spec_; /** *
       * / Holds a collection of Specs that are defined in the project.
       * 
* * .gauge.messages.ProtoSpec spec = 1; * @return Whether the spec field is set. */ @java.lang.Override public boolean hasSpec() { return ((bitField0_ & 0x00000001) != 0); } /** *
       * / Holds a collection of Specs that are defined in the project.
       * 
* * .gauge.messages.ProtoSpec spec = 1; * @return The spec. */ @java.lang.Override public gauge.messages.Spec.ProtoSpec getSpec() { return spec_ == null ? gauge.messages.Spec.ProtoSpec.getDefaultInstance() : spec_; } /** *
       * / Holds a collection of Specs that are defined in the project.
       * 
* * .gauge.messages.ProtoSpec spec = 1; */ @java.lang.Override public gauge.messages.Spec.ProtoSpecOrBuilder getSpecOrBuilder() { return spec_ == null ? gauge.messages.Spec.ProtoSpec.getDefaultInstance() : spec_; } public static final int PARSEERRORS_FIELD_NUMBER = 2; @SuppressWarnings("serial") private java.util.List parseErrors_; /** *
       * / Holds a collection of parse errors present in the above spec.
       * 
* * repeated .gauge.messages.Error parseErrors = 2; */ @java.lang.Override public java.util.List getParseErrorsList() { return parseErrors_; } /** *
       * / Holds a collection of parse errors present in the above spec.
       * 
* * repeated .gauge.messages.Error parseErrors = 2; */ @java.lang.Override public java.util.List getParseErrorsOrBuilderList() { return parseErrors_; } /** *
       * / Holds a collection of parse errors present in the above spec.
       * 
* * repeated .gauge.messages.Error parseErrors = 2; */ @java.lang.Override public int getParseErrorsCount() { return parseErrors_.size(); } /** *
       * / Holds a collection of parse errors present in the above spec.
       * 
* * repeated .gauge.messages.Error parseErrors = 2; */ @java.lang.Override public gauge.messages.Spec.Error getParseErrors(int index) { return parseErrors_.get(index); } /** *
       * / Holds a collection of parse errors present in the above spec.
       * 
* * repeated .gauge.messages.Error parseErrors = 2; */ @java.lang.Override public gauge.messages.Spec.ErrorOrBuilder getParseErrorsOrBuilder( int index) { return parseErrors_.get(index); } 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 (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getSpec()); } for (int i = 0; i < parseErrors_.size(); i++) { output.writeMessage(2, parseErrors_.get(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getSpec()); } for (int i = 0; i < parseErrors_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, parseErrors_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.SpecDetails.SpecDetail)) { return super.equals(obj); } gauge.messages.Messages.SpecDetails.SpecDetail other = (gauge.messages.Messages.SpecDetails.SpecDetail) obj; if (hasSpec() != other.hasSpec()) return false; if (hasSpec()) { if (!getSpec() .equals(other.getSpec())) return false; } if (!getParseErrorsList() .equals(other.getParseErrorsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasSpec()) { hash = (37 * hash) + SPEC_FIELD_NUMBER; hash = (53 * hash) + getSpec().hashCode(); } if (getParseErrorsCount() > 0) { hash = (37 * hash) + PARSEERRORS_FIELD_NUMBER; hash = (53 * hash) + getParseErrorsList().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.SpecDetails.SpecDetail parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.SpecDetails.SpecDetail parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.SpecDetails.SpecDetail parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.SpecDetails.SpecDetail parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.SpecDetails.SpecDetail parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.SpecDetails.SpecDetail parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.SpecDetails.SpecDetail parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.SpecDetails.SpecDetail parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SpecDetails.SpecDetail parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.SpecDetails.SpecDetail parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SpecDetails.SpecDetail parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.SpecDetails.SpecDetail parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.SpecDetails.SpecDetail 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code gauge.messages.SpecDetails.SpecDetail} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.SpecDetails.SpecDetail) gauge.messages.Messages.SpecDetails.SpecDetailOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_SpecDetails_SpecDetail_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_SpecDetails_SpecDetail_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.SpecDetails.SpecDetail.class, gauge.messages.Messages.SpecDetails.SpecDetail.Builder.class); } // Construct using gauge.messages.Messages.SpecDetails.SpecDetail.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getSpecFieldBuilder(); getParseErrorsFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; spec_ = null; if (specBuilder_ != null) { specBuilder_.dispose(); specBuilder_ = null; } if (parseErrorsBuilder_ == null) { parseErrors_ = java.util.Collections.emptyList(); } else { parseErrors_ = null; parseErrorsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000002); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_SpecDetails_SpecDetail_descriptor; } @java.lang.Override public gauge.messages.Messages.SpecDetails.SpecDetail getDefaultInstanceForType() { return gauge.messages.Messages.SpecDetails.SpecDetail.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.SpecDetails.SpecDetail build() { gauge.messages.Messages.SpecDetails.SpecDetail result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.SpecDetails.SpecDetail buildPartial() { gauge.messages.Messages.SpecDetails.SpecDetail result = new gauge.messages.Messages.SpecDetails.SpecDetail(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartialRepeatedFields(gauge.messages.Messages.SpecDetails.SpecDetail result) { if (parseErrorsBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0)) { parseErrors_ = java.util.Collections.unmodifiableList(parseErrors_); bitField0_ = (bitField0_ & ~0x00000002); } result.parseErrors_ = parseErrors_; } else { result.parseErrors_ = parseErrorsBuilder_.build(); } } private void buildPartial0(gauge.messages.Messages.SpecDetails.SpecDetail result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.spec_ = specBuilder_ == null ? spec_ : specBuilder_.build(); to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.SpecDetails.SpecDetail) { return mergeFrom((gauge.messages.Messages.SpecDetails.SpecDetail)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.SpecDetails.SpecDetail other) { if (other == gauge.messages.Messages.SpecDetails.SpecDetail.getDefaultInstance()) return this; if (other.hasSpec()) { mergeSpec(other.getSpec()); } if (parseErrorsBuilder_ == null) { if (!other.parseErrors_.isEmpty()) { if (parseErrors_.isEmpty()) { parseErrors_ = other.parseErrors_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureParseErrorsIsMutable(); parseErrors_.addAll(other.parseErrors_); } onChanged(); } } else { if (!other.parseErrors_.isEmpty()) { if (parseErrorsBuilder_.isEmpty()) { parseErrorsBuilder_.dispose(); parseErrorsBuilder_ = null; parseErrors_ = other.parseErrors_; bitField0_ = (bitField0_ & ~0x00000002); parseErrorsBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getParseErrorsFieldBuilder() : null; } else { parseErrorsBuilder_.addAllMessages(other.parseErrors_); } } } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { input.readMessage( getSpecFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 case 18: { gauge.messages.Spec.Error m = input.readMessage( gauge.messages.Spec.Error.parser(), extensionRegistry); if (parseErrorsBuilder_ == null) { ensureParseErrorsIsMutable(); parseErrors_.add(m); } else { parseErrorsBuilder_.addMessage(m); } break; } // case 18 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private gauge.messages.Spec.ProtoSpec spec_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoSpec, gauge.messages.Spec.ProtoSpec.Builder, gauge.messages.Spec.ProtoSpecOrBuilder> specBuilder_; /** *
         * / Holds a collection of Specs that are defined in the project.
         * 
* * .gauge.messages.ProtoSpec spec = 1; * @return Whether the spec field is set. */ public boolean hasSpec() { return ((bitField0_ & 0x00000001) != 0); } /** *
         * / Holds a collection of Specs that are defined in the project.
         * 
* * .gauge.messages.ProtoSpec spec = 1; * @return The spec. */ public gauge.messages.Spec.ProtoSpec getSpec() { if (specBuilder_ == null) { return spec_ == null ? gauge.messages.Spec.ProtoSpec.getDefaultInstance() : spec_; } else { return specBuilder_.getMessage(); } } /** *
         * / Holds a collection of Specs that are defined in the project.
         * 
* * .gauge.messages.ProtoSpec spec = 1; */ public Builder setSpec(gauge.messages.Spec.ProtoSpec value) { if (specBuilder_ == null) { if (value == null) { throw new NullPointerException(); } spec_ = value; } else { specBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
         * / Holds a collection of Specs that are defined in the project.
         * 
* * .gauge.messages.ProtoSpec spec = 1; */ public Builder setSpec( gauge.messages.Spec.ProtoSpec.Builder builderForValue) { if (specBuilder_ == null) { spec_ = builderForValue.build(); } else { specBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
         * / Holds a collection of Specs that are defined in the project.
         * 
* * .gauge.messages.ProtoSpec spec = 1; */ public Builder mergeSpec(gauge.messages.Spec.ProtoSpec value) { if (specBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && spec_ != null && spec_ != gauge.messages.Spec.ProtoSpec.getDefaultInstance()) { getSpecBuilder().mergeFrom(value); } else { spec_ = value; } } else { specBuilder_.mergeFrom(value); } if (spec_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** *
         * / Holds a collection of Specs that are defined in the project.
         * 
* * .gauge.messages.ProtoSpec spec = 1; */ public Builder clearSpec() { bitField0_ = (bitField0_ & ~0x00000001); spec_ = null; if (specBuilder_ != null) { specBuilder_.dispose(); specBuilder_ = null; } onChanged(); return this; } /** *
         * / Holds a collection of Specs that are defined in the project.
         * 
* * .gauge.messages.ProtoSpec spec = 1; */ public gauge.messages.Spec.ProtoSpec.Builder getSpecBuilder() { bitField0_ |= 0x00000001; onChanged(); return getSpecFieldBuilder().getBuilder(); } /** *
         * / Holds a collection of Specs that are defined in the project.
         * 
* * .gauge.messages.ProtoSpec spec = 1; */ public gauge.messages.Spec.ProtoSpecOrBuilder getSpecOrBuilder() { if (specBuilder_ != null) { return specBuilder_.getMessageOrBuilder(); } else { return spec_ == null ? gauge.messages.Spec.ProtoSpec.getDefaultInstance() : spec_; } } /** *
         * / Holds a collection of Specs that are defined in the project.
         * 
* * .gauge.messages.ProtoSpec spec = 1; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoSpec, gauge.messages.Spec.ProtoSpec.Builder, gauge.messages.Spec.ProtoSpecOrBuilder> getSpecFieldBuilder() { if (specBuilder_ == null) { specBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Spec.ProtoSpec, gauge.messages.Spec.ProtoSpec.Builder, gauge.messages.Spec.ProtoSpecOrBuilder>( getSpec(), getParentForChildren(), isClean()); spec_ = null; } return specBuilder_; } private java.util.List parseErrors_ = java.util.Collections.emptyList(); private void ensureParseErrorsIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { parseErrors_ = new java.util.ArrayList(parseErrors_); bitField0_ |= 0x00000002; } } private com.google.protobuf.RepeatedFieldBuilder< gauge.messages.Spec.Error, gauge.messages.Spec.Error.Builder, gauge.messages.Spec.ErrorOrBuilder> parseErrorsBuilder_; /** *
         * / Holds a collection of parse errors present in the above spec.
         * 
* * repeated .gauge.messages.Error parseErrors = 2; */ public java.util.List getParseErrorsList() { if (parseErrorsBuilder_ == null) { return java.util.Collections.unmodifiableList(parseErrors_); } else { return parseErrorsBuilder_.getMessageList(); } } /** *
         * / Holds a collection of parse errors present in the above spec.
         * 
* * repeated .gauge.messages.Error parseErrors = 2; */ public int getParseErrorsCount() { if (parseErrorsBuilder_ == null) { return parseErrors_.size(); } else { return parseErrorsBuilder_.getCount(); } } /** *
         * / Holds a collection of parse errors present in the above spec.
         * 
* * repeated .gauge.messages.Error parseErrors = 2; */ public gauge.messages.Spec.Error getParseErrors(int index) { if (parseErrorsBuilder_ == null) { return parseErrors_.get(index); } else { return parseErrorsBuilder_.getMessage(index); } } /** *
         * / Holds a collection of parse errors present in the above spec.
         * 
* * repeated .gauge.messages.Error parseErrors = 2; */ public Builder setParseErrors( int index, gauge.messages.Spec.Error value) { if (parseErrorsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureParseErrorsIsMutable(); parseErrors_.set(index, value); onChanged(); } else { parseErrorsBuilder_.setMessage(index, value); } return this; } /** *
         * / Holds a collection of parse errors present in the above spec.
         * 
* * repeated .gauge.messages.Error parseErrors = 2; */ public Builder setParseErrors( int index, gauge.messages.Spec.Error.Builder builderForValue) { if (parseErrorsBuilder_ == null) { ensureParseErrorsIsMutable(); parseErrors_.set(index, builderForValue.build()); onChanged(); } else { parseErrorsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
         * / Holds a collection of parse errors present in the above spec.
         * 
* * repeated .gauge.messages.Error parseErrors = 2; */ public Builder addParseErrors(gauge.messages.Spec.Error value) { if (parseErrorsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureParseErrorsIsMutable(); parseErrors_.add(value); onChanged(); } else { parseErrorsBuilder_.addMessage(value); } return this; } /** *
         * / Holds a collection of parse errors present in the above spec.
         * 
* * repeated .gauge.messages.Error parseErrors = 2; */ public Builder addParseErrors( int index, gauge.messages.Spec.Error value) { if (parseErrorsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureParseErrorsIsMutable(); parseErrors_.add(index, value); onChanged(); } else { parseErrorsBuilder_.addMessage(index, value); } return this; } /** *
         * / Holds a collection of parse errors present in the above spec.
         * 
* * repeated .gauge.messages.Error parseErrors = 2; */ public Builder addParseErrors( gauge.messages.Spec.Error.Builder builderForValue) { if (parseErrorsBuilder_ == null) { ensureParseErrorsIsMutable(); parseErrors_.add(builderForValue.build()); onChanged(); } else { parseErrorsBuilder_.addMessage(builderForValue.build()); } return this; } /** *
         * / Holds a collection of parse errors present in the above spec.
         * 
* * repeated .gauge.messages.Error parseErrors = 2; */ public Builder addParseErrors( int index, gauge.messages.Spec.Error.Builder builderForValue) { if (parseErrorsBuilder_ == null) { ensureParseErrorsIsMutable(); parseErrors_.add(index, builderForValue.build()); onChanged(); } else { parseErrorsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
         * / Holds a collection of parse errors present in the above spec.
         * 
* * repeated .gauge.messages.Error parseErrors = 2; */ public Builder addAllParseErrors( java.lang.Iterable values) { if (parseErrorsBuilder_ == null) { ensureParseErrorsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, parseErrors_); onChanged(); } else { parseErrorsBuilder_.addAllMessages(values); } return this; } /** *
         * / Holds a collection of parse errors present in the above spec.
         * 
* * repeated .gauge.messages.Error parseErrors = 2; */ public Builder clearParseErrors() { if (parseErrorsBuilder_ == null) { parseErrors_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); } else { parseErrorsBuilder_.clear(); } return this; } /** *
         * / Holds a collection of parse errors present in the above spec.
         * 
* * repeated .gauge.messages.Error parseErrors = 2; */ public Builder removeParseErrors(int index) { if (parseErrorsBuilder_ == null) { ensureParseErrorsIsMutable(); parseErrors_.remove(index); onChanged(); } else { parseErrorsBuilder_.remove(index); } return this; } /** *
         * / Holds a collection of parse errors present in the above spec.
         * 
* * repeated .gauge.messages.Error parseErrors = 2; */ public gauge.messages.Spec.Error.Builder getParseErrorsBuilder( int index) { return getParseErrorsFieldBuilder().getBuilder(index); } /** *
         * / Holds a collection of parse errors present in the above spec.
         * 
* * repeated .gauge.messages.Error parseErrors = 2; */ public gauge.messages.Spec.ErrorOrBuilder getParseErrorsOrBuilder( int index) { if (parseErrorsBuilder_ == null) { return parseErrors_.get(index); } else { return parseErrorsBuilder_.getMessageOrBuilder(index); } } /** *
         * / Holds a collection of parse errors present in the above spec.
         * 
* * repeated .gauge.messages.Error parseErrors = 2; */ public java.util.List getParseErrorsOrBuilderList() { if (parseErrorsBuilder_ != null) { return parseErrorsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(parseErrors_); } } /** *
         * / Holds a collection of parse errors present in the above spec.
         * 
* * repeated .gauge.messages.Error parseErrors = 2; */ public gauge.messages.Spec.Error.Builder addParseErrorsBuilder() { return getParseErrorsFieldBuilder().addBuilder( gauge.messages.Spec.Error.getDefaultInstance()); } /** *
         * / Holds a collection of parse errors present in the above spec.
         * 
* * repeated .gauge.messages.Error parseErrors = 2; */ public gauge.messages.Spec.Error.Builder addParseErrorsBuilder( int index) { return getParseErrorsFieldBuilder().addBuilder( index, gauge.messages.Spec.Error.getDefaultInstance()); } /** *
         * / Holds a collection of parse errors present in the above spec.
         * 
* * repeated .gauge.messages.Error parseErrors = 2; */ public java.util.List getParseErrorsBuilderList() { return getParseErrorsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< gauge.messages.Spec.Error, gauge.messages.Spec.Error.Builder, gauge.messages.Spec.ErrorOrBuilder> getParseErrorsFieldBuilder() { if (parseErrorsBuilder_ == null) { parseErrorsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< gauge.messages.Spec.Error, gauge.messages.Spec.Error.Builder, gauge.messages.Spec.ErrorOrBuilder>( parseErrors_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean()); parseErrors_ = null; } return parseErrorsBuilder_; } // @@protoc_insertion_point(builder_scope:gauge.messages.SpecDetails.SpecDetail) } // @@protoc_insertion_point(class_scope:gauge.messages.SpecDetails.SpecDetail) private static final gauge.messages.Messages.SpecDetails.SpecDetail DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.SpecDetails.SpecDetail(); } public static gauge.messages.Messages.SpecDetails.SpecDetail getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public SpecDetail parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.SpecDetails.SpecDetail getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public static final int DETAILS_FIELD_NUMBER = 1; @SuppressWarnings("serial") private java.util.List details_; /** *
     * / Holds a collection of Spec details.
     * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ @java.lang.Override public java.util.List getDetailsList() { return details_; } /** *
     * / Holds a collection of Spec details.
     * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ @java.lang.Override public java.util.List getDetailsOrBuilderList() { return details_; } /** *
     * / Holds a collection of Spec details.
     * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ @java.lang.Override public int getDetailsCount() { return details_.size(); } /** *
     * / Holds a collection of Spec details.
     * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ @java.lang.Override public gauge.messages.Messages.SpecDetails.SpecDetail getDetails(int index) { return details_.get(index); } /** *
     * / Holds a collection of Spec details.
     * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ @java.lang.Override public gauge.messages.Messages.SpecDetails.SpecDetailOrBuilder getDetailsOrBuilder( int index) { return details_.get(index); } 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 { for (int i = 0; i < details_.size(); i++) { output.writeMessage(1, details_.get(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (int i = 0; i < details_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, details_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.SpecDetails)) { return super.equals(obj); } gauge.messages.Messages.SpecDetails other = (gauge.messages.Messages.SpecDetails) obj; if (!getDetailsList() .equals(other.getDetailsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getDetailsCount() > 0) { hash = (37 * hash) + DETAILS_FIELD_NUMBER; hash = (53 * hash) + getDetailsList().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.SpecDetails parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.SpecDetails parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.SpecDetails parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.SpecDetails parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.SpecDetails parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.SpecDetails parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.SpecDetails parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.SpecDetails parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SpecDetails parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.SpecDetails parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SpecDetails parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.SpecDetails parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.SpecDetails 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code gauge.messages.SpecDetails} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.SpecDetails) gauge.messages.Messages.SpecDetailsOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_SpecDetails_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_SpecDetails_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.SpecDetails.class, gauge.messages.Messages.SpecDetails.Builder.class); } // Construct using gauge.messages.Messages.SpecDetails.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; if (detailsBuilder_ == null) { details_ = java.util.Collections.emptyList(); } else { details_ = null; detailsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000001); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_SpecDetails_descriptor; } @java.lang.Override public gauge.messages.Messages.SpecDetails getDefaultInstanceForType() { return gauge.messages.Messages.SpecDetails.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.SpecDetails build() { gauge.messages.Messages.SpecDetails result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.SpecDetails buildPartial() { gauge.messages.Messages.SpecDetails result = new gauge.messages.Messages.SpecDetails(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartialRepeatedFields(gauge.messages.Messages.SpecDetails result) { if (detailsBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { details_ = java.util.Collections.unmodifiableList(details_); bitField0_ = (bitField0_ & ~0x00000001); } result.details_ = details_; } else { result.details_ = detailsBuilder_.build(); } } private void buildPartial0(gauge.messages.Messages.SpecDetails result) { int from_bitField0_ = bitField0_; } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.SpecDetails) { return mergeFrom((gauge.messages.Messages.SpecDetails)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.SpecDetails other) { if (other == gauge.messages.Messages.SpecDetails.getDefaultInstance()) return this; if (detailsBuilder_ == null) { if (!other.details_.isEmpty()) { if (details_.isEmpty()) { details_ = other.details_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureDetailsIsMutable(); details_.addAll(other.details_); } onChanged(); } } else { if (!other.details_.isEmpty()) { if (detailsBuilder_.isEmpty()) { detailsBuilder_.dispose(); detailsBuilder_ = null; details_ = other.details_; bitField0_ = (bitField0_ & ~0x00000001); detailsBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getDetailsFieldBuilder() : null; } else { detailsBuilder_.addAllMessages(other.details_); } } } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { gauge.messages.Messages.SpecDetails.SpecDetail m = input.readMessage( gauge.messages.Messages.SpecDetails.SpecDetail.parser(), extensionRegistry); if (detailsBuilder_ == null) { ensureDetailsIsMutable(); details_.add(m); } else { detailsBuilder_.addMessage(m); } break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.util.List details_ = java.util.Collections.emptyList(); private void ensureDetailsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { details_ = new java.util.ArrayList(details_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilder< gauge.messages.Messages.SpecDetails.SpecDetail, gauge.messages.Messages.SpecDetails.SpecDetail.Builder, gauge.messages.Messages.SpecDetails.SpecDetailOrBuilder> detailsBuilder_; /** *
       * / Holds a collection of Spec details.
       * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ public java.util.List getDetailsList() { if (detailsBuilder_ == null) { return java.util.Collections.unmodifiableList(details_); } else { return detailsBuilder_.getMessageList(); } } /** *
       * / Holds a collection of Spec details.
       * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ public int getDetailsCount() { if (detailsBuilder_ == null) { return details_.size(); } else { return detailsBuilder_.getCount(); } } /** *
       * / Holds a collection of Spec details.
       * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ public gauge.messages.Messages.SpecDetails.SpecDetail getDetails(int index) { if (detailsBuilder_ == null) { return details_.get(index); } else { return detailsBuilder_.getMessage(index); } } /** *
       * / Holds a collection of Spec details.
       * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ public Builder setDetails( int index, gauge.messages.Messages.SpecDetails.SpecDetail value) { if (detailsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureDetailsIsMutable(); details_.set(index, value); onChanged(); } else { detailsBuilder_.setMessage(index, value); } return this; } /** *
       * / Holds a collection of Spec details.
       * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ public Builder setDetails( int index, gauge.messages.Messages.SpecDetails.SpecDetail.Builder builderForValue) { if (detailsBuilder_ == null) { ensureDetailsIsMutable(); details_.set(index, builderForValue.build()); onChanged(); } else { detailsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
       * / Holds a collection of Spec details.
       * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ public Builder addDetails(gauge.messages.Messages.SpecDetails.SpecDetail value) { if (detailsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureDetailsIsMutable(); details_.add(value); onChanged(); } else { detailsBuilder_.addMessage(value); } return this; } /** *
       * / Holds a collection of Spec details.
       * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ public Builder addDetails( int index, gauge.messages.Messages.SpecDetails.SpecDetail value) { if (detailsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureDetailsIsMutable(); details_.add(index, value); onChanged(); } else { detailsBuilder_.addMessage(index, value); } return this; } /** *
       * / Holds a collection of Spec details.
       * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ public Builder addDetails( gauge.messages.Messages.SpecDetails.SpecDetail.Builder builderForValue) { if (detailsBuilder_ == null) { ensureDetailsIsMutable(); details_.add(builderForValue.build()); onChanged(); } else { detailsBuilder_.addMessage(builderForValue.build()); } return this; } /** *
       * / Holds a collection of Spec details.
       * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ public Builder addDetails( int index, gauge.messages.Messages.SpecDetails.SpecDetail.Builder builderForValue) { if (detailsBuilder_ == null) { ensureDetailsIsMutable(); details_.add(index, builderForValue.build()); onChanged(); } else { detailsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
       * / Holds a collection of Spec details.
       * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ public Builder addAllDetails( java.lang.Iterable values) { if (detailsBuilder_ == null) { ensureDetailsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, details_); onChanged(); } else { detailsBuilder_.addAllMessages(values); } return this; } /** *
       * / Holds a collection of Spec details.
       * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ public Builder clearDetails() { if (detailsBuilder_ == null) { details_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { detailsBuilder_.clear(); } return this; } /** *
       * / Holds a collection of Spec details.
       * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ public Builder removeDetails(int index) { if (detailsBuilder_ == null) { ensureDetailsIsMutable(); details_.remove(index); onChanged(); } else { detailsBuilder_.remove(index); } return this; } /** *
       * / Holds a collection of Spec details.
       * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ public gauge.messages.Messages.SpecDetails.SpecDetail.Builder getDetailsBuilder( int index) { return getDetailsFieldBuilder().getBuilder(index); } /** *
       * / Holds a collection of Spec details.
       * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ public gauge.messages.Messages.SpecDetails.SpecDetailOrBuilder getDetailsOrBuilder( int index) { if (detailsBuilder_ == null) { return details_.get(index); } else { return detailsBuilder_.getMessageOrBuilder(index); } } /** *
       * / Holds a collection of Spec details.
       * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ public java.util.List getDetailsOrBuilderList() { if (detailsBuilder_ != null) { return detailsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(details_); } } /** *
       * / Holds a collection of Spec details.
       * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ public gauge.messages.Messages.SpecDetails.SpecDetail.Builder addDetailsBuilder() { return getDetailsFieldBuilder().addBuilder( gauge.messages.Messages.SpecDetails.SpecDetail.getDefaultInstance()); } /** *
       * / Holds a collection of Spec details.
       * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ public gauge.messages.Messages.SpecDetails.SpecDetail.Builder addDetailsBuilder( int index) { return getDetailsFieldBuilder().addBuilder( index, gauge.messages.Messages.SpecDetails.SpecDetail.getDefaultInstance()); } /** *
       * / Holds a collection of Spec details.
       * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ public java.util.List getDetailsBuilderList() { return getDetailsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< gauge.messages.Messages.SpecDetails.SpecDetail, gauge.messages.Messages.SpecDetails.SpecDetail.Builder, gauge.messages.Messages.SpecDetails.SpecDetailOrBuilder> getDetailsFieldBuilder() { if (detailsBuilder_ == null) { detailsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< gauge.messages.Messages.SpecDetails.SpecDetail, gauge.messages.Messages.SpecDetails.SpecDetail.Builder, gauge.messages.Messages.SpecDetails.SpecDetailOrBuilder>( details_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); details_ = null; } return detailsBuilder_; } // @@protoc_insertion_point(builder_scope:gauge.messages.SpecDetails) } // @@protoc_insertion_point(class_scope:gauge.messages.SpecDetails) private static final gauge.messages.Messages.SpecDetails DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.SpecDetails(); } public static gauge.messages.Messages.SpecDetails getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public SpecDetails parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.SpecDetails getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface EmptyOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.Empty) com.google.protobuf.MessageOrBuilder { } /** *
   * Empty is a blank response, to be used when there is no return expected.
   * 
* * Protobuf type {@code gauge.messages.Empty} */ public static final class Empty extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.Empty) EmptyOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", Empty.class.getName()); } // Use Empty.newBuilder() to construct. private Empty(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private Empty() { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_Empty_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_Empty_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.Empty.class, gauge.messages.Messages.Empty.Builder.class); } 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 { getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.Empty)) { return super.equals(obj); } gauge.messages.Messages.Empty other = (gauge.messages.Messages.Empty) obj; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.Empty parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.Empty parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.Empty parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.Empty parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.Empty parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.Empty parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.Empty parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.Empty parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.Empty parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.Empty parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.Empty parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.Empty parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.Empty 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * Empty is a blank response, to be used when there is no return expected.
     * 
* * Protobuf type {@code gauge.messages.Empty} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.Empty) gauge.messages.Messages.EmptyOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_Empty_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_Empty_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.Empty.class, gauge.messages.Messages.Empty.Builder.class); } // Construct using gauge.messages.Messages.Empty.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_Empty_descriptor; } @java.lang.Override public gauge.messages.Messages.Empty getDefaultInstanceForType() { return gauge.messages.Messages.Empty.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.Empty build() { gauge.messages.Messages.Empty result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.Empty buildPartial() { gauge.messages.Messages.Empty result = new gauge.messages.Messages.Empty(this); onBuilt(); return result; } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.Empty) { return mergeFrom((gauge.messages.Messages.Empty)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.Empty other) { if (other == gauge.messages.Messages.Empty.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } // @@protoc_insertion_point(builder_scope:gauge.messages.Empty) } // @@protoc_insertion_point(class_scope:gauge.messages.Empty) private static final gauge.messages.Messages.Empty DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.Empty(); } public static gauge.messages.Messages.Empty getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Empty parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.Empty getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface MessageOrBuilder extends // @@protoc_insertion_point(interface_extends:gauge.messages.Message) com.google.protobuf.MessageOrBuilder { /** * .gauge.messages.Message.MessageType messageType = 1; * @return The enum numeric value on the wire for messageType. */ int getMessageTypeValue(); /** * .gauge.messages.Message.MessageType messageType = 1; * @return The messageType. */ gauge.messages.Messages.Message.MessageType getMessageType(); /** *
     * / A unique id to represent this message. A response to the message should copy over this value.
     * / This is used to synchronize messages & responses
     * 
* * int64 messageId = 2; * @return The messageId. */ long getMessageId(); /** *
     * / [ExecutionStartingRequest](#gauge.messages.ExecutionStartingRequest)
     * 
* * .gauge.messages.ExecutionStartingRequest executionStartingRequest = 3; * @return Whether the executionStartingRequest field is set. */ boolean hasExecutionStartingRequest(); /** *
     * / [ExecutionStartingRequest](#gauge.messages.ExecutionStartingRequest)
     * 
* * .gauge.messages.ExecutionStartingRequest executionStartingRequest = 3; * @return The executionStartingRequest. */ gauge.messages.Messages.ExecutionStartingRequest getExecutionStartingRequest(); /** *
     * / [ExecutionStartingRequest](#gauge.messages.ExecutionStartingRequest)
     * 
* * .gauge.messages.ExecutionStartingRequest executionStartingRequest = 3; */ gauge.messages.Messages.ExecutionStartingRequestOrBuilder getExecutionStartingRequestOrBuilder(); /** *
     * / [SpecExecutionStartingRequest](#gauge.messages.SpecExecutionStartingRequest)
     * 
* * .gauge.messages.SpecExecutionStartingRequest specExecutionStartingRequest = 4; * @return Whether the specExecutionStartingRequest field is set. */ boolean hasSpecExecutionStartingRequest(); /** *
     * / [SpecExecutionStartingRequest](#gauge.messages.SpecExecutionStartingRequest)
     * 
* * .gauge.messages.SpecExecutionStartingRequest specExecutionStartingRequest = 4; * @return The specExecutionStartingRequest. */ gauge.messages.Messages.SpecExecutionStartingRequest getSpecExecutionStartingRequest(); /** *
     * / [SpecExecutionStartingRequest](#gauge.messages.SpecExecutionStartingRequest)
     * 
* * .gauge.messages.SpecExecutionStartingRequest specExecutionStartingRequest = 4; */ gauge.messages.Messages.SpecExecutionStartingRequestOrBuilder getSpecExecutionStartingRequestOrBuilder(); /** *
     * / [SpecExecutionEndingRequest](#gauge.messages.SpecExecutionEndingRequest)
     * 
* * .gauge.messages.SpecExecutionEndingRequest specExecutionEndingRequest = 5; * @return Whether the specExecutionEndingRequest field is set. */ boolean hasSpecExecutionEndingRequest(); /** *
     * / [SpecExecutionEndingRequest](#gauge.messages.SpecExecutionEndingRequest)
     * 
* * .gauge.messages.SpecExecutionEndingRequest specExecutionEndingRequest = 5; * @return The specExecutionEndingRequest. */ gauge.messages.Messages.SpecExecutionEndingRequest getSpecExecutionEndingRequest(); /** *
     * / [SpecExecutionEndingRequest](#gauge.messages.SpecExecutionEndingRequest)
     * 
* * .gauge.messages.SpecExecutionEndingRequest specExecutionEndingRequest = 5; */ gauge.messages.Messages.SpecExecutionEndingRequestOrBuilder getSpecExecutionEndingRequestOrBuilder(); /** *
     * / [ScenarioExecutionStartingRequest](#gauge.messages.ScenarioExecutionStartingRequest)
     * 
* * .gauge.messages.ScenarioExecutionStartingRequest scenarioExecutionStartingRequest = 6; * @return Whether the scenarioExecutionStartingRequest field is set. */ boolean hasScenarioExecutionStartingRequest(); /** *
     * / [ScenarioExecutionStartingRequest](#gauge.messages.ScenarioExecutionStartingRequest)
     * 
* * .gauge.messages.ScenarioExecutionStartingRequest scenarioExecutionStartingRequest = 6; * @return The scenarioExecutionStartingRequest. */ gauge.messages.Messages.ScenarioExecutionStartingRequest getScenarioExecutionStartingRequest(); /** *
     * / [ScenarioExecutionStartingRequest](#gauge.messages.ScenarioExecutionStartingRequest)
     * 
* * .gauge.messages.ScenarioExecutionStartingRequest scenarioExecutionStartingRequest = 6; */ gauge.messages.Messages.ScenarioExecutionStartingRequestOrBuilder getScenarioExecutionStartingRequestOrBuilder(); /** *
     * / [ScenarioExecutionEndingRequest](#gauge.messages.ScenarioExecutionEndingRequest)
     * 
* * .gauge.messages.ScenarioExecutionEndingRequest scenarioExecutionEndingRequest = 7; * @return Whether the scenarioExecutionEndingRequest field is set. */ boolean hasScenarioExecutionEndingRequest(); /** *
     * / [ScenarioExecutionEndingRequest](#gauge.messages.ScenarioExecutionEndingRequest)
     * 
* * .gauge.messages.ScenarioExecutionEndingRequest scenarioExecutionEndingRequest = 7; * @return The scenarioExecutionEndingRequest. */ gauge.messages.Messages.ScenarioExecutionEndingRequest getScenarioExecutionEndingRequest(); /** *
     * / [ScenarioExecutionEndingRequest](#gauge.messages.ScenarioExecutionEndingRequest)
     * 
* * .gauge.messages.ScenarioExecutionEndingRequest scenarioExecutionEndingRequest = 7; */ gauge.messages.Messages.ScenarioExecutionEndingRequestOrBuilder getScenarioExecutionEndingRequestOrBuilder(); /** *
     * / [StepExecutionStartingRequest](#gauge.messages.StepExecutionStartingRequest)
     * 
* * .gauge.messages.StepExecutionStartingRequest stepExecutionStartingRequest = 8; * @return Whether the stepExecutionStartingRequest field is set. */ boolean hasStepExecutionStartingRequest(); /** *
     * / [StepExecutionStartingRequest](#gauge.messages.StepExecutionStartingRequest)
     * 
* * .gauge.messages.StepExecutionStartingRequest stepExecutionStartingRequest = 8; * @return The stepExecutionStartingRequest. */ gauge.messages.Messages.StepExecutionStartingRequest getStepExecutionStartingRequest(); /** *
     * / [StepExecutionStartingRequest](#gauge.messages.StepExecutionStartingRequest)
     * 
* * .gauge.messages.StepExecutionStartingRequest stepExecutionStartingRequest = 8; */ gauge.messages.Messages.StepExecutionStartingRequestOrBuilder getStepExecutionStartingRequestOrBuilder(); /** *
     * / [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)
     * 
* * .gauge.messages.StepExecutionEndingRequest stepExecutionEndingRequest = 9; * @return Whether the stepExecutionEndingRequest field is set. */ boolean hasStepExecutionEndingRequest(); /** *
     * / [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)
     * 
* * .gauge.messages.StepExecutionEndingRequest stepExecutionEndingRequest = 9; * @return The stepExecutionEndingRequest. */ gauge.messages.Messages.StepExecutionEndingRequest getStepExecutionEndingRequest(); /** *
     * / [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)
     * 
* * .gauge.messages.StepExecutionEndingRequest stepExecutionEndingRequest = 9; */ gauge.messages.Messages.StepExecutionEndingRequestOrBuilder getStepExecutionEndingRequestOrBuilder(); /** *
     * / [ExecuteStepRequest](#gauge.messages.ExecuteStepRequest)
     * 
* * .gauge.messages.ExecuteStepRequest executeStepRequest = 10; * @return Whether the executeStepRequest field is set. */ boolean hasExecuteStepRequest(); /** *
     * / [ExecuteStepRequest](#gauge.messages.ExecuteStepRequest)
     * 
* * .gauge.messages.ExecuteStepRequest executeStepRequest = 10; * @return The executeStepRequest. */ gauge.messages.Messages.ExecuteStepRequest getExecuteStepRequest(); /** *
     * / [ExecuteStepRequest](#gauge.messages.ExecuteStepRequest)
     * 
* * .gauge.messages.ExecuteStepRequest executeStepRequest = 10; */ gauge.messages.Messages.ExecuteStepRequestOrBuilder getExecuteStepRequestOrBuilder(); /** *
     * / [ExecutionEndingRequest](#gauge.messages.ExecutionEndingRequest)
     * 
* * .gauge.messages.ExecutionEndingRequest executionEndingRequest = 11; * @return Whether the executionEndingRequest field is set. */ boolean hasExecutionEndingRequest(); /** *
     * / [ExecutionEndingRequest](#gauge.messages.ExecutionEndingRequest)
     * 
* * .gauge.messages.ExecutionEndingRequest executionEndingRequest = 11; * @return The executionEndingRequest. */ gauge.messages.Messages.ExecutionEndingRequest getExecutionEndingRequest(); /** *
     * / [ExecutionEndingRequest](#gauge.messages.ExecutionEndingRequest)
     * 
* * .gauge.messages.ExecutionEndingRequest executionEndingRequest = 11; */ gauge.messages.Messages.ExecutionEndingRequestOrBuilder getExecutionEndingRequestOrBuilder(); /** *
     * / [StepValidateRequest](#gauge.messages.StepValidateRequest)
     * 
* * .gauge.messages.StepValidateRequest stepValidateRequest = 12; * @return Whether the stepValidateRequest field is set. */ boolean hasStepValidateRequest(); /** *
     * / [StepValidateRequest](#gauge.messages.StepValidateRequest)
     * 
* * .gauge.messages.StepValidateRequest stepValidateRequest = 12; * @return The stepValidateRequest. */ gauge.messages.Messages.StepValidateRequest getStepValidateRequest(); /** *
     * / [StepValidateRequest](#gauge.messages.StepValidateRequest)
     * 
* * .gauge.messages.StepValidateRequest stepValidateRequest = 12; */ gauge.messages.Messages.StepValidateRequestOrBuilder getStepValidateRequestOrBuilder(); /** *
     * / [StepValidateResponse](#gauge.messages.StepValidateResponse)
     * 
* * .gauge.messages.StepValidateResponse stepValidateResponse = 13; * @return Whether the stepValidateResponse field is set. */ boolean hasStepValidateResponse(); /** *
     * / [StepValidateResponse](#gauge.messages.StepValidateResponse)
     * 
* * .gauge.messages.StepValidateResponse stepValidateResponse = 13; * @return The stepValidateResponse. */ gauge.messages.Messages.StepValidateResponse getStepValidateResponse(); /** *
     * / [StepValidateResponse](#gauge.messages.StepValidateResponse)
     * 
* * .gauge.messages.StepValidateResponse stepValidateResponse = 13; */ gauge.messages.Messages.StepValidateResponseOrBuilder getStepValidateResponseOrBuilder(); /** *
     * / [ExecutionStatusResponse](#gauge.messages.ExecutionStatusResponse)
     * 
* * .gauge.messages.ExecutionStatusResponse executionStatusResponse = 14; * @return Whether the executionStatusResponse field is set. */ boolean hasExecutionStatusResponse(); /** *
     * / [ExecutionStatusResponse](#gauge.messages.ExecutionStatusResponse)
     * 
* * .gauge.messages.ExecutionStatusResponse executionStatusResponse = 14; * @return The executionStatusResponse. */ gauge.messages.Messages.ExecutionStatusResponse getExecutionStatusResponse(); /** *
     * / [ExecutionStatusResponse](#gauge.messages.ExecutionStatusResponse)
     * 
* * .gauge.messages.ExecutionStatusResponse executionStatusResponse = 14; */ gauge.messages.Messages.ExecutionStatusResponseOrBuilder getExecutionStatusResponseOrBuilder(); /** *
     * / [StepNamesRequest](#gauge.messages.StepNamesRequest)
     * 
* * .gauge.messages.StepNamesRequest stepNamesRequest = 15; * @return Whether the stepNamesRequest field is set. */ boolean hasStepNamesRequest(); /** *
     * / [StepNamesRequest](#gauge.messages.StepNamesRequest)
     * 
* * .gauge.messages.StepNamesRequest stepNamesRequest = 15; * @return The stepNamesRequest. */ gauge.messages.Messages.StepNamesRequest getStepNamesRequest(); /** *
     * / [StepNamesRequest](#gauge.messages.StepNamesRequest)
     * 
* * .gauge.messages.StepNamesRequest stepNamesRequest = 15; */ gauge.messages.Messages.StepNamesRequestOrBuilder getStepNamesRequestOrBuilder(); /** *
     * / [StepNamesResponse](#gauge.messages.StepNamesResponse)
     * 
* * .gauge.messages.StepNamesResponse stepNamesResponse = 16; * @return Whether the stepNamesResponse field is set. */ boolean hasStepNamesResponse(); /** *
     * / [StepNamesResponse](#gauge.messages.StepNamesResponse)
     * 
* * .gauge.messages.StepNamesResponse stepNamesResponse = 16; * @return The stepNamesResponse. */ gauge.messages.Messages.StepNamesResponse getStepNamesResponse(); /** *
     * / [StepNamesResponse](#gauge.messages.StepNamesResponse)
     * 
* * .gauge.messages.StepNamesResponse stepNamesResponse = 16; */ gauge.messages.Messages.StepNamesResponseOrBuilder getStepNamesResponseOrBuilder(); /** *
     * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
     * 
* * .gauge.messages.SuiteExecutionResult suiteExecutionResult = 17; * @return Whether the suiteExecutionResult field is set. */ boolean hasSuiteExecutionResult(); /** *
     * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
     * 
* * .gauge.messages.SuiteExecutionResult suiteExecutionResult = 17; * @return The suiteExecutionResult. */ gauge.messages.Messages.SuiteExecutionResult getSuiteExecutionResult(); /** *
     * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
     * 
* * .gauge.messages.SuiteExecutionResult suiteExecutionResult = 17; */ gauge.messages.Messages.SuiteExecutionResultOrBuilder getSuiteExecutionResultOrBuilder(); /** *
     * / [KillProcessRequest](#gauge.messages.KillProcessRequest)
     * 
* * .gauge.messages.KillProcessRequest killProcessRequest = 18; * @return Whether the killProcessRequest field is set. */ boolean hasKillProcessRequest(); /** *
     * / [KillProcessRequest](#gauge.messages.KillProcessRequest)
     * 
* * .gauge.messages.KillProcessRequest killProcessRequest = 18; * @return The killProcessRequest. */ gauge.messages.Messages.KillProcessRequest getKillProcessRequest(); /** *
     * / [KillProcessRequest](#gauge.messages.KillProcessRequest)
     * 
* * .gauge.messages.KillProcessRequest killProcessRequest = 18; */ gauge.messages.Messages.KillProcessRequestOrBuilder getKillProcessRequestOrBuilder(); /** *
     * / [ScenarioDataStoreInitRequest](#gauge.messages.ScenarioDataStoreInitRequest)
     * 
* * .gauge.messages.ScenarioDataStoreInitRequest scenarioDataStoreInitRequest = 19; * @return Whether the scenarioDataStoreInitRequest field is set. */ boolean hasScenarioDataStoreInitRequest(); /** *
     * / [ScenarioDataStoreInitRequest](#gauge.messages.ScenarioDataStoreInitRequest)
     * 
* * .gauge.messages.ScenarioDataStoreInitRequest scenarioDataStoreInitRequest = 19; * @return The scenarioDataStoreInitRequest. */ gauge.messages.Messages.ScenarioDataStoreInitRequest getScenarioDataStoreInitRequest(); /** *
     * / [ScenarioDataStoreInitRequest](#gauge.messages.ScenarioDataStoreInitRequest)
     * 
* * .gauge.messages.ScenarioDataStoreInitRequest scenarioDataStoreInitRequest = 19; */ gauge.messages.Messages.ScenarioDataStoreInitRequestOrBuilder getScenarioDataStoreInitRequestOrBuilder(); /** *
     * / [SpecDataStoreInitRequest](#gauge.messages.SpecDataStoreInitRequest)
     * 
* * .gauge.messages.SpecDataStoreInitRequest specDataStoreInitRequest = 20; * @return Whether the specDataStoreInitRequest field is set. */ boolean hasSpecDataStoreInitRequest(); /** *
     * / [SpecDataStoreInitRequest](#gauge.messages.SpecDataStoreInitRequest)
     * 
* * .gauge.messages.SpecDataStoreInitRequest specDataStoreInitRequest = 20; * @return The specDataStoreInitRequest. */ gauge.messages.Messages.SpecDataStoreInitRequest getSpecDataStoreInitRequest(); /** *
     * / [SpecDataStoreInitRequest](#gauge.messages.SpecDataStoreInitRequest)
     * 
* * .gauge.messages.SpecDataStoreInitRequest specDataStoreInitRequest = 20; */ gauge.messages.Messages.SpecDataStoreInitRequestOrBuilder getSpecDataStoreInitRequestOrBuilder(); /** *
     * / [SuiteDataStoreInitRequest](#gauge.messages.SuiteDataStoreInitRequest)
     * 
* * .gauge.messages.SuiteDataStoreInitRequest suiteDataStoreInitRequest = 21; * @return Whether the suiteDataStoreInitRequest field is set. */ boolean hasSuiteDataStoreInitRequest(); /** *
     * / [SuiteDataStoreInitRequest](#gauge.messages.SuiteDataStoreInitRequest)
     * 
* * .gauge.messages.SuiteDataStoreInitRequest suiteDataStoreInitRequest = 21; * @return The suiteDataStoreInitRequest. */ gauge.messages.Messages.SuiteDataStoreInitRequest getSuiteDataStoreInitRequest(); /** *
     * / [SuiteDataStoreInitRequest](#gauge.messages.SuiteDataStoreInitRequest)
     * 
* * .gauge.messages.SuiteDataStoreInitRequest suiteDataStoreInitRequest = 21; */ gauge.messages.Messages.SuiteDataStoreInitRequestOrBuilder getSuiteDataStoreInitRequestOrBuilder(); /** *
     * / [StepNameRequest](#gauge.messages.StepNameRequest)
     * 
* * .gauge.messages.StepNameRequest stepNameRequest = 22; * @return Whether the stepNameRequest field is set. */ boolean hasStepNameRequest(); /** *
     * / [StepNameRequest](#gauge.messages.StepNameRequest)
     * 
* * .gauge.messages.StepNameRequest stepNameRequest = 22; * @return The stepNameRequest. */ gauge.messages.Messages.StepNameRequest getStepNameRequest(); /** *
     * / [StepNameRequest](#gauge.messages.StepNameRequest)
     * 
* * .gauge.messages.StepNameRequest stepNameRequest = 22; */ gauge.messages.Messages.StepNameRequestOrBuilder getStepNameRequestOrBuilder(); /** *
     * / [StepNameResponse](#gauge.messages.StepNameResponse)
     * 
* * .gauge.messages.StepNameResponse stepNameResponse = 23; * @return Whether the stepNameResponse field is set. */ boolean hasStepNameResponse(); /** *
     * / [StepNameResponse](#gauge.messages.StepNameResponse)
     * 
* * .gauge.messages.StepNameResponse stepNameResponse = 23; * @return The stepNameResponse. */ gauge.messages.Messages.StepNameResponse getStepNameResponse(); /** *
     * / [StepNameResponse](#gauge.messages.StepNameResponse)
     * 
* * .gauge.messages.StepNameResponse stepNameResponse = 23; */ gauge.messages.Messages.StepNameResponseOrBuilder getStepNameResponseOrBuilder(); /** *
     * / [RefactorRequest](#gauge.messages.RefactorRequest)
     * 
* * .gauge.messages.RefactorRequest refactorRequest = 24; * @return Whether the refactorRequest field is set. */ boolean hasRefactorRequest(); /** *
     * / [RefactorRequest](#gauge.messages.RefactorRequest)
     * 
* * .gauge.messages.RefactorRequest refactorRequest = 24; * @return The refactorRequest. */ gauge.messages.Messages.RefactorRequest getRefactorRequest(); /** *
     * / [RefactorRequest](#gauge.messages.RefactorRequest)
     * 
* * .gauge.messages.RefactorRequest refactorRequest = 24; */ gauge.messages.Messages.RefactorRequestOrBuilder getRefactorRequestOrBuilder(); /** *
     * / [RefactorResponse](#gauge.messages.RefactorResponse)
     * 
* * .gauge.messages.RefactorResponse refactorResponse = 25; * @return Whether the refactorResponse field is set. */ boolean hasRefactorResponse(); /** *
     * / [RefactorResponse](#gauge.messages.RefactorResponse)
     * 
* * .gauge.messages.RefactorResponse refactorResponse = 25; * @return The refactorResponse. */ gauge.messages.Messages.RefactorResponse getRefactorResponse(); /** *
     * / [RefactorResponse](#gauge.messages.RefactorResponse)
     * 
* * .gauge.messages.RefactorResponse refactorResponse = 25; */ gauge.messages.Messages.RefactorResponseOrBuilder getRefactorResponseOrBuilder(); /** *
     * / [UnsupportedMessageResponse](#gauge.messages.UnsupportedMessageResponse)
     * 
* * .gauge.messages.UnsupportedMessageResponse unsupportedMessageResponse = 26; * @return Whether the unsupportedMessageResponse field is set. */ boolean hasUnsupportedMessageResponse(); /** *
     * / [UnsupportedMessageResponse](#gauge.messages.UnsupportedMessageResponse)
     * 
* * .gauge.messages.UnsupportedMessageResponse unsupportedMessageResponse = 26; * @return The unsupportedMessageResponse. */ gauge.messages.Messages.UnsupportedMessageResponse getUnsupportedMessageResponse(); /** *
     * / [UnsupportedMessageResponse](#gauge.messages.UnsupportedMessageResponse)
     * 
* * .gauge.messages.UnsupportedMessageResponse unsupportedMessageResponse = 26; */ gauge.messages.Messages.UnsupportedMessageResponseOrBuilder getUnsupportedMessageResponseOrBuilder(); /** *
     * / [CacheFileRequest](#gauge.messages.CacheFileRequest)
     * 
* * .gauge.messages.CacheFileRequest cacheFileRequest = 27; * @return Whether the cacheFileRequest field is set. */ boolean hasCacheFileRequest(); /** *
     * / [CacheFileRequest](#gauge.messages.CacheFileRequest)
     * 
* * .gauge.messages.CacheFileRequest cacheFileRequest = 27; * @return The cacheFileRequest. */ gauge.messages.Messages.CacheFileRequest getCacheFileRequest(); /** *
     * / [CacheFileRequest](#gauge.messages.CacheFileRequest)
     * 
* * .gauge.messages.CacheFileRequest cacheFileRequest = 27; */ gauge.messages.Messages.CacheFileRequestOrBuilder getCacheFileRequestOrBuilder(); /** *
     * / [StepPositionsRequest](#gauge.messages.StepPositionsRequest)
     * 
* * .gauge.messages.StepPositionsRequest stepPositionsRequest = 28; * @return Whether the stepPositionsRequest field is set. */ boolean hasStepPositionsRequest(); /** *
     * / [StepPositionsRequest](#gauge.messages.StepPositionsRequest)
     * 
* * .gauge.messages.StepPositionsRequest stepPositionsRequest = 28; * @return The stepPositionsRequest. */ gauge.messages.Messages.StepPositionsRequest getStepPositionsRequest(); /** *
     * / [StepPositionsRequest](#gauge.messages.StepPositionsRequest)
     * 
* * .gauge.messages.StepPositionsRequest stepPositionsRequest = 28; */ gauge.messages.Messages.StepPositionsRequestOrBuilder getStepPositionsRequestOrBuilder(); /** *
     * / [StepPositionsResponse](#gauge.messages.StepPositionsResponse)
     * 
* * .gauge.messages.StepPositionsResponse stepPositionsResponse = 29; * @return Whether the stepPositionsResponse field is set. */ boolean hasStepPositionsResponse(); /** *
     * / [StepPositionsResponse](#gauge.messages.StepPositionsResponse)
     * 
* * .gauge.messages.StepPositionsResponse stepPositionsResponse = 29; * @return The stepPositionsResponse. */ gauge.messages.Messages.StepPositionsResponse getStepPositionsResponse(); /** *
     * / [StepPositionsResponse](#gauge.messages.StepPositionsResponse)
     * 
* * .gauge.messages.StepPositionsResponse stepPositionsResponse = 29; */ gauge.messages.Messages.StepPositionsResponseOrBuilder getStepPositionsResponseOrBuilder(); /** *
     * / [ImplementationFileListRequest](#gauge.messages.ImplementationFileListRequest)
     * 
* * .gauge.messages.ImplementationFileListRequest implementationFileListRequest = 30; * @return Whether the implementationFileListRequest field is set. */ boolean hasImplementationFileListRequest(); /** *
     * / [ImplementationFileListRequest](#gauge.messages.ImplementationFileListRequest)
     * 
* * .gauge.messages.ImplementationFileListRequest implementationFileListRequest = 30; * @return The implementationFileListRequest. */ gauge.messages.Messages.ImplementationFileListRequest getImplementationFileListRequest(); /** *
     * / [ImplementationFileListRequest](#gauge.messages.ImplementationFileListRequest)
     * 
* * .gauge.messages.ImplementationFileListRequest implementationFileListRequest = 30; */ gauge.messages.Messages.ImplementationFileListRequestOrBuilder getImplementationFileListRequestOrBuilder(); /** *
     * / [ImplementationFileListResponse](#gauge.messages.ImplementationFileListResponse)
     * 
* * .gauge.messages.ImplementationFileListResponse implementationFileListResponse = 31; * @return Whether the implementationFileListResponse field is set. */ boolean hasImplementationFileListResponse(); /** *
     * / [ImplementationFileListResponse](#gauge.messages.ImplementationFileListResponse)
     * 
* * .gauge.messages.ImplementationFileListResponse implementationFileListResponse = 31; * @return The implementationFileListResponse. */ gauge.messages.Messages.ImplementationFileListResponse getImplementationFileListResponse(); /** *
     * / [ImplementationFileListResponse](#gauge.messages.ImplementationFileListResponse)
     * 
* * .gauge.messages.ImplementationFileListResponse implementationFileListResponse = 31; */ gauge.messages.Messages.ImplementationFileListResponseOrBuilder getImplementationFileListResponseOrBuilder(); /** *
     * / [StubImplementationCodeRequest](#gauge.messages.StubImplementationCodeRequest)
     * 
* * .gauge.messages.StubImplementationCodeRequest stubImplementationCodeRequest = 32; * @return Whether the stubImplementationCodeRequest field is set. */ boolean hasStubImplementationCodeRequest(); /** *
     * / [StubImplementationCodeRequest](#gauge.messages.StubImplementationCodeRequest)
     * 
* * .gauge.messages.StubImplementationCodeRequest stubImplementationCodeRequest = 32; * @return The stubImplementationCodeRequest. */ gauge.messages.Messages.StubImplementationCodeRequest getStubImplementationCodeRequest(); /** *
     * / [StubImplementationCodeRequest](#gauge.messages.StubImplementationCodeRequest)
     * 
* * .gauge.messages.StubImplementationCodeRequest stubImplementationCodeRequest = 32; */ gauge.messages.Messages.StubImplementationCodeRequestOrBuilder getStubImplementationCodeRequestOrBuilder(); /** *
     * / [FileDiff](#gauge.messages.FileDiff)
     * 
* * .gauge.messages.FileDiff fileDiff = 33; * @return Whether the fileDiff field is set. */ boolean hasFileDiff(); /** *
     * / [FileDiff](#gauge.messages.FileDiff)
     * 
* * .gauge.messages.FileDiff fileDiff = 33; * @return The fileDiff. */ gauge.messages.Messages.FileDiff getFileDiff(); /** *
     * / [FileDiff](#gauge.messages.FileDiff)
     * 
* * .gauge.messages.FileDiff fileDiff = 33; */ gauge.messages.Messages.FileDiffOrBuilder getFileDiffOrBuilder(); /** *
     * / [ImplementationFileGlobPatternRequest](#gauge.messages.ImplementationFileGlobPatternRequest)
     * 
* * .gauge.messages.ImplementationFileGlobPatternRequest implementationFileGlobPatternRequest = 34; * @return Whether the implementationFileGlobPatternRequest field is set. */ boolean hasImplementationFileGlobPatternRequest(); /** *
     * / [ImplementationFileGlobPatternRequest](#gauge.messages.ImplementationFileGlobPatternRequest)
     * 
* * .gauge.messages.ImplementationFileGlobPatternRequest implementationFileGlobPatternRequest = 34; * @return The implementationFileGlobPatternRequest. */ gauge.messages.Messages.ImplementationFileGlobPatternRequest getImplementationFileGlobPatternRequest(); /** *
     * / [ImplementationFileGlobPatternRequest](#gauge.messages.ImplementationFileGlobPatternRequest)
     * 
* * .gauge.messages.ImplementationFileGlobPatternRequest implementationFileGlobPatternRequest = 34; */ gauge.messages.Messages.ImplementationFileGlobPatternRequestOrBuilder getImplementationFileGlobPatternRequestOrBuilder(); /** *
     * / [ImplementationFileGlobPatternResponse](#gauge.messages.ImplementationFileGlobPatternResponse)
     * 
* * .gauge.messages.ImplementationFileGlobPatternResponse implementationFileGlobPatternResponse = 35; * @return Whether the implementationFileGlobPatternResponse field is set. */ boolean hasImplementationFileGlobPatternResponse(); /** *
     * / [ImplementationFileGlobPatternResponse](#gauge.messages.ImplementationFileGlobPatternResponse)
     * 
* * .gauge.messages.ImplementationFileGlobPatternResponse implementationFileGlobPatternResponse = 35; * @return The implementationFileGlobPatternResponse. */ gauge.messages.Messages.ImplementationFileGlobPatternResponse getImplementationFileGlobPatternResponse(); /** *
     * / [ImplementationFileGlobPatternResponse](#gauge.messages.ImplementationFileGlobPatternResponse)
     * 
* * .gauge.messages.ImplementationFileGlobPatternResponse implementationFileGlobPatternResponse = 35; */ gauge.messages.Messages.ImplementationFileGlobPatternResponseOrBuilder getImplementationFileGlobPatternResponseOrBuilder(); /** *
     * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
     * 
* * .gauge.messages.SuiteExecutionResultItem suiteExecutionResultItem = 36; * @return Whether the suiteExecutionResultItem field is set. */ boolean hasSuiteExecutionResultItem(); /** *
     * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
     * 
* * .gauge.messages.SuiteExecutionResultItem suiteExecutionResultItem = 36; * @return The suiteExecutionResultItem. */ gauge.messages.Messages.SuiteExecutionResultItem getSuiteExecutionResultItem(); /** *
     * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
     * 
* * .gauge.messages.SuiteExecutionResultItem suiteExecutionResultItem = 36; */ gauge.messages.Messages.SuiteExecutionResultItemOrBuilder getSuiteExecutionResultItemOrBuilder(); /** *
     * / [KeepAlive ](#gauge.messages.KeepAlive )
     * 
* * .gauge.messages.KeepAlive keepAlive = 37; * @return Whether the keepAlive field is set. */ boolean hasKeepAlive(); /** *
     * / [KeepAlive ](#gauge.messages.KeepAlive )
     * 
* * .gauge.messages.KeepAlive keepAlive = 37; * @return The keepAlive. */ gauge.messages.Messages.KeepAlive getKeepAlive(); /** *
     * / [KeepAlive ](#gauge.messages.KeepAlive )
     * 
* * .gauge.messages.KeepAlive keepAlive = 37; */ gauge.messages.Messages.KeepAliveOrBuilder getKeepAliveOrBuilder(); } /** *
   * / This is the message which gets transferred all the time
   * / with proper message type set
   * / One of the Request/Response fields will have value, depending on the MessageType set.
   * 
* * Protobuf type {@code gauge.messages.Message} */ public static final class Message extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:gauge.messages.Message) MessageOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", Message.class.getName()); } // Use Message.newBuilder() to construct. private Message(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private Message() { messageType_ = 0; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_Message_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_Message_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.Message.class, gauge.messages.Messages.Message.Builder.class); } /** * Protobuf enum {@code gauge.messages.Message.MessageType} */ public enum MessageType implements com.google.protobuf.ProtocolMessageEnum { /** * ExecutionStarting = 0; */ ExecutionStarting(0), /** * SpecExecutionStarting = 1; */ SpecExecutionStarting(1), /** * SpecExecutionEnding = 2; */ SpecExecutionEnding(2), /** * ScenarioExecutionStarting = 3; */ ScenarioExecutionStarting(3), /** * ScenarioExecutionEnding = 4; */ ScenarioExecutionEnding(4), /** * StepExecutionStarting = 5; */ StepExecutionStarting(5), /** * StepExecutionEnding = 6; */ StepExecutionEnding(6), /** * ExecuteStep = 7; */ ExecuteStep(7), /** * ExecutionEnding = 8; */ ExecutionEnding(8), /** * StepValidateRequest = 9; */ StepValidateRequest(9), /** * StepValidateResponse = 10; */ StepValidateResponse(10), /** * ExecutionStatusResponse = 11; */ ExecutionStatusResponse(11), /** * StepNamesRequest = 12; */ StepNamesRequest(12), /** * StepNamesResponse = 13; */ StepNamesResponse(13), /** * KillProcessRequest = 14; */ KillProcessRequest(14), /** * SuiteExecutionResult = 15; */ SuiteExecutionResult(15), /** * ScenarioDataStoreInit = 16; */ ScenarioDataStoreInit(16), /** * SpecDataStoreInit = 17; */ SpecDataStoreInit(17), /** * SuiteDataStoreInit = 18; */ SuiteDataStoreInit(18), /** * StepNameRequest = 19; */ StepNameRequest(19), /** * StepNameResponse = 20; */ StepNameResponse(20), /** * RefactorRequest = 21; */ RefactorRequest(21), /** * RefactorResponse = 22; */ RefactorResponse(22), /** * UnsupportedMessageResponse = 23; */ UnsupportedMessageResponse(23), /** * CacheFileRequest = 24; */ CacheFileRequest(24), /** * StepPositionsRequest = 25; */ StepPositionsRequest(25), /** * StepPositionsResponse = 26; */ StepPositionsResponse(26), /** * ImplementationFileListRequest = 27; */ ImplementationFileListRequest(27), /** * ImplementationFileListResponse = 28; */ ImplementationFileListResponse(28), /** * StubImplementationCodeRequest = 29; */ StubImplementationCodeRequest(29), /** * FileDiff = 30; */ FileDiff(30), /** * ImplementationFileGlobPatternRequest = 31; */ ImplementationFileGlobPatternRequest(31), /** * ImplementationFileGlobPatternResponse = 32; */ ImplementationFileGlobPatternResponse(32), /** * SuiteExecutionResultItem = 33; */ SuiteExecutionResultItem(33), /** * KeepAlive = 34; */ KeepAlive(34), UNRECOGNIZED(-1), ; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 27, /* patch= */ 1, /* suffix= */ "", MessageType.class.getName()); } /** * ExecutionStarting = 0; */ public static final int ExecutionStarting_VALUE = 0; /** * SpecExecutionStarting = 1; */ public static final int SpecExecutionStarting_VALUE = 1; /** * SpecExecutionEnding = 2; */ public static final int SpecExecutionEnding_VALUE = 2; /** * ScenarioExecutionStarting = 3; */ public static final int ScenarioExecutionStarting_VALUE = 3; /** * ScenarioExecutionEnding = 4; */ public static final int ScenarioExecutionEnding_VALUE = 4; /** * StepExecutionStarting = 5; */ public static final int StepExecutionStarting_VALUE = 5; /** * StepExecutionEnding = 6; */ public static final int StepExecutionEnding_VALUE = 6; /** * ExecuteStep = 7; */ public static final int ExecuteStep_VALUE = 7; /** * ExecutionEnding = 8; */ public static final int ExecutionEnding_VALUE = 8; /** * StepValidateRequest = 9; */ public static final int StepValidateRequest_VALUE = 9; /** * StepValidateResponse = 10; */ public static final int StepValidateResponse_VALUE = 10; /** * ExecutionStatusResponse = 11; */ public static final int ExecutionStatusResponse_VALUE = 11; /** * StepNamesRequest = 12; */ public static final int StepNamesRequest_VALUE = 12; /** * StepNamesResponse = 13; */ public static final int StepNamesResponse_VALUE = 13; /** * KillProcessRequest = 14; */ public static final int KillProcessRequest_VALUE = 14; /** * SuiteExecutionResult = 15; */ public static final int SuiteExecutionResult_VALUE = 15; /** * ScenarioDataStoreInit = 16; */ public static final int ScenarioDataStoreInit_VALUE = 16; /** * SpecDataStoreInit = 17; */ public static final int SpecDataStoreInit_VALUE = 17; /** * SuiteDataStoreInit = 18; */ public static final int SuiteDataStoreInit_VALUE = 18; /** * StepNameRequest = 19; */ public static final int StepNameRequest_VALUE = 19; /** * StepNameResponse = 20; */ public static final int StepNameResponse_VALUE = 20; /** * RefactorRequest = 21; */ public static final int RefactorRequest_VALUE = 21; /** * RefactorResponse = 22; */ public static final int RefactorResponse_VALUE = 22; /** * UnsupportedMessageResponse = 23; */ public static final int UnsupportedMessageResponse_VALUE = 23; /** * CacheFileRequest = 24; */ public static final int CacheFileRequest_VALUE = 24; /** * StepPositionsRequest = 25; */ public static final int StepPositionsRequest_VALUE = 25; /** * StepPositionsResponse = 26; */ public static final int StepPositionsResponse_VALUE = 26; /** * ImplementationFileListRequest = 27; */ public static final int ImplementationFileListRequest_VALUE = 27; /** * ImplementationFileListResponse = 28; */ public static final int ImplementationFileListResponse_VALUE = 28; /** * StubImplementationCodeRequest = 29; */ public static final int StubImplementationCodeRequest_VALUE = 29; /** * FileDiff = 30; */ public static final int FileDiff_VALUE = 30; /** * ImplementationFileGlobPatternRequest = 31; */ public static final int ImplementationFileGlobPatternRequest_VALUE = 31; /** * ImplementationFileGlobPatternResponse = 32; */ public static final int ImplementationFileGlobPatternResponse_VALUE = 32; /** * SuiteExecutionResultItem = 33; */ public static final int SuiteExecutionResultItem_VALUE = 33; /** * KeepAlive = 34; */ public static final int KeepAlive_VALUE = 34; 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 MessageType 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 MessageType forNumber(int value) { switch (value) { case 0: return ExecutionStarting; case 1: return SpecExecutionStarting; case 2: return SpecExecutionEnding; case 3: return ScenarioExecutionStarting; case 4: return ScenarioExecutionEnding; case 5: return StepExecutionStarting; case 6: return StepExecutionEnding; case 7: return ExecuteStep; case 8: return ExecutionEnding; case 9: return StepValidateRequest; case 10: return StepValidateResponse; case 11: return ExecutionStatusResponse; case 12: return StepNamesRequest; case 13: return StepNamesResponse; case 14: return KillProcessRequest; case 15: return SuiteExecutionResult; case 16: return ScenarioDataStoreInit; case 17: return SpecDataStoreInit; case 18: return SuiteDataStoreInit; case 19: return StepNameRequest; case 20: return StepNameResponse; case 21: return RefactorRequest; case 22: return RefactorResponse; case 23: return UnsupportedMessageResponse; case 24: return CacheFileRequest; case 25: return StepPositionsRequest; case 26: return StepPositionsResponse; case 27: return ImplementationFileListRequest; case 28: return ImplementationFileListResponse; case 29: return StubImplementationCodeRequest; case 30: return FileDiff; case 31: return ImplementationFileGlobPatternRequest; case 32: return ImplementationFileGlobPatternResponse; case 33: return SuiteExecutionResultItem; case 34: return KeepAlive; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< MessageType> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public MessageType findValueByNumber(int number) { return MessageType.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return gauge.messages.Messages.Message.getDescriptor().getEnumTypes().get(0); } private static final MessageType[] VALUES = values(); public static MessageType valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private MessageType(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:gauge.messages.Message.MessageType) } private int bitField0_; private int bitField1_; public static final int MESSAGETYPE_FIELD_NUMBER = 1; private int messageType_ = 0; /** * .gauge.messages.Message.MessageType messageType = 1; * @return The enum numeric value on the wire for messageType. */ @java.lang.Override public int getMessageTypeValue() { return messageType_; } /** * .gauge.messages.Message.MessageType messageType = 1; * @return The messageType. */ @java.lang.Override public gauge.messages.Messages.Message.MessageType getMessageType() { gauge.messages.Messages.Message.MessageType result = gauge.messages.Messages.Message.MessageType.forNumber(messageType_); return result == null ? gauge.messages.Messages.Message.MessageType.UNRECOGNIZED : result; } public static final int MESSAGEID_FIELD_NUMBER = 2; private long messageId_ = 0L; /** *
     * / A unique id to represent this message. A response to the message should copy over this value.
     * / This is used to synchronize messages & responses
     * 
* * int64 messageId = 2; * @return The messageId. */ @java.lang.Override public long getMessageId() { return messageId_; } public static final int EXECUTIONSTARTINGREQUEST_FIELD_NUMBER = 3; private gauge.messages.Messages.ExecutionStartingRequest executionStartingRequest_; /** *
     * / [ExecutionStartingRequest](#gauge.messages.ExecutionStartingRequest)
     * 
* * .gauge.messages.ExecutionStartingRequest executionStartingRequest = 3; * @return Whether the executionStartingRequest field is set. */ @java.lang.Override public boolean hasExecutionStartingRequest() { return ((bitField0_ & 0x00000001) != 0); } /** *
     * / [ExecutionStartingRequest](#gauge.messages.ExecutionStartingRequest)
     * 
* * .gauge.messages.ExecutionStartingRequest executionStartingRequest = 3; * @return The executionStartingRequest. */ @java.lang.Override public gauge.messages.Messages.ExecutionStartingRequest getExecutionStartingRequest() { return executionStartingRequest_ == null ? gauge.messages.Messages.ExecutionStartingRequest.getDefaultInstance() : executionStartingRequest_; } /** *
     * / [ExecutionStartingRequest](#gauge.messages.ExecutionStartingRequest)
     * 
* * .gauge.messages.ExecutionStartingRequest executionStartingRequest = 3; */ @java.lang.Override public gauge.messages.Messages.ExecutionStartingRequestOrBuilder getExecutionStartingRequestOrBuilder() { return executionStartingRequest_ == null ? gauge.messages.Messages.ExecutionStartingRequest.getDefaultInstance() : executionStartingRequest_; } public static final int SPECEXECUTIONSTARTINGREQUEST_FIELD_NUMBER = 4; private gauge.messages.Messages.SpecExecutionStartingRequest specExecutionStartingRequest_; /** *
     * / [SpecExecutionStartingRequest](#gauge.messages.SpecExecutionStartingRequest)
     * 
* * .gauge.messages.SpecExecutionStartingRequest specExecutionStartingRequest = 4; * @return Whether the specExecutionStartingRequest field is set. */ @java.lang.Override public boolean hasSpecExecutionStartingRequest() { return ((bitField0_ & 0x00000002) != 0); } /** *
     * / [SpecExecutionStartingRequest](#gauge.messages.SpecExecutionStartingRequest)
     * 
* * .gauge.messages.SpecExecutionStartingRequest specExecutionStartingRequest = 4; * @return The specExecutionStartingRequest. */ @java.lang.Override public gauge.messages.Messages.SpecExecutionStartingRequest getSpecExecutionStartingRequest() { return specExecutionStartingRequest_ == null ? gauge.messages.Messages.SpecExecutionStartingRequest.getDefaultInstance() : specExecutionStartingRequest_; } /** *
     * / [SpecExecutionStartingRequest](#gauge.messages.SpecExecutionStartingRequest)
     * 
* * .gauge.messages.SpecExecutionStartingRequest specExecutionStartingRequest = 4; */ @java.lang.Override public gauge.messages.Messages.SpecExecutionStartingRequestOrBuilder getSpecExecutionStartingRequestOrBuilder() { return specExecutionStartingRequest_ == null ? gauge.messages.Messages.SpecExecutionStartingRequest.getDefaultInstance() : specExecutionStartingRequest_; } public static final int SPECEXECUTIONENDINGREQUEST_FIELD_NUMBER = 5; private gauge.messages.Messages.SpecExecutionEndingRequest specExecutionEndingRequest_; /** *
     * / [SpecExecutionEndingRequest](#gauge.messages.SpecExecutionEndingRequest)
     * 
* * .gauge.messages.SpecExecutionEndingRequest specExecutionEndingRequest = 5; * @return Whether the specExecutionEndingRequest field is set. */ @java.lang.Override public boolean hasSpecExecutionEndingRequest() { return ((bitField0_ & 0x00000004) != 0); } /** *
     * / [SpecExecutionEndingRequest](#gauge.messages.SpecExecutionEndingRequest)
     * 
* * .gauge.messages.SpecExecutionEndingRequest specExecutionEndingRequest = 5; * @return The specExecutionEndingRequest. */ @java.lang.Override public gauge.messages.Messages.SpecExecutionEndingRequest getSpecExecutionEndingRequest() { return specExecutionEndingRequest_ == null ? gauge.messages.Messages.SpecExecutionEndingRequest.getDefaultInstance() : specExecutionEndingRequest_; } /** *
     * / [SpecExecutionEndingRequest](#gauge.messages.SpecExecutionEndingRequest)
     * 
* * .gauge.messages.SpecExecutionEndingRequest specExecutionEndingRequest = 5; */ @java.lang.Override public gauge.messages.Messages.SpecExecutionEndingRequestOrBuilder getSpecExecutionEndingRequestOrBuilder() { return specExecutionEndingRequest_ == null ? gauge.messages.Messages.SpecExecutionEndingRequest.getDefaultInstance() : specExecutionEndingRequest_; } public static final int SCENARIOEXECUTIONSTARTINGREQUEST_FIELD_NUMBER = 6; private gauge.messages.Messages.ScenarioExecutionStartingRequest scenarioExecutionStartingRequest_; /** *
     * / [ScenarioExecutionStartingRequest](#gauge.messages.ScenarioExecutionStartingRequest)
     * 
* * .gauge.messages.ScenarioExecutionStartingRequest scenarioExecutionStartingRequest = 6; * @return Whether the scenarioExecutionStartingRequest field is set. */ @java.lang.Override public boolean hasScenarioExecutionStartingRequest() { return ((bitField0_ & 0x00000008) != 0); } /** *
     * / [ScenarioExecutionStartingRequest](#gauge.messages.ScenarioExecutionStartingRequest)
     * 
* * .gauge.messages.ScenarioExecutionStartingRequest scenarioExecutionStartingRequest = 6; * @return The scenarioExecutionStartingRequest. */ @java.lang.Override public gauge.messages.Messages.ScenarioExecutionStartingRequest getScenarioExecutionStartingRequest() { return scenarioExecutionStartingRequest_ == null ? gauge.messages.Messages.ScenarioExecutionStartingRequest.getDefaultInstance() : scenarioExecutionStartingRequest_; } /** *
     * / [ScenarioExecutionStartingRequest](#gauge.messages.ScenarioExecutionStartingRequest)
     * 
* * .gauge.messages.ScenarioExecutionStartingRequest scenarioExecutionStartingRequest = 6; */ @java.lang.Override public gauge.messages.Messages.ScenarioExecutionStartingRequestOrBuilder getScenarioExecutionStartingRequestOrBuilder() { return scenarioExecutionStartingRequest_ == null ? gauge.messages.Messages.ScenarioExecutionStartingRequest.getDefaultInstance() : scenarioExecutionStartingRequest_; } public static final int SCENARIOEXECUTIONENDINGREQUEST_FIELD_NUMBER = 7; private gauge.messages.Messages.ScenarioExecutionEndingRequest scenarioExecutionEndingRequest_; /** *
     * / [ScenarioExecutionEndingRequest](#gauge.messages.ScenarioExecutionEndingRequest)
     * 
* * .gauge.messages.ScenarioExecutionEndingRequest scenarioExecutionEndingRequest = 7; * @return Whether the scenarioExecutionEndingRequest field is set. */ @java.lang.Override public boolean hasScenarioExecutionEndingRequest() { return ((bitField0_ & 0x00000010) != 0); } /** *
     * / [ScenarioExecutionEndingRequest](#gauge.messages.ScenarioExecutionEndingRequest)
     * 
* * .gauge.messages.ScenarioExecutionEndingRequest scenarioExecutionEndingRequest = 7; * @return The scenarioExecutionEndingRequest. */ @java.lang.Override public gauge.messages.Messages.ScenarioExecutionEndingRequest getScenarioExecutionEndingRequest() { return scenarioExecutionEndingRequest_ == null ? gauge.messages.Messages.ScenarioExecutionEndingRequest.getDefaultInstance() : scenarioExecutionEndingRequest_; } /** *
     * / [ScenarioExecutionEndingRequest](#gauge.messages.ScenarioExecutionEndingRequest)
     * 
* * .gauge.messages.ScenarioExecutionEndingRequest scenarioExecutionEndingRequest = 7; */ @java.lang.Override public gauge.messages.Messages.ScenarioExecutionEndingRequestOrBuilder getScenarioExecutionEndingRequestOrBuilder() { return scenarioExecutionEndingRequest_ == null ? gauge.messages.Messages.ScenarioExecutionEndingRequest.getDefaultInstance() : scenarioExecutionEndingRequest_; } public static final int STEPEXECUTIONSTARTINGREQUEST_FIELD_NUMBER = 8; private gauge.messages.Messages.StepExecutionStartingRequest stepExecutionStartingRequest_; /** *
     * / [StepExecutionStartingRequest](#gauge.messages.StepExecutionStartingRequest)
     * 
* * .gauge.messages.StepExecutionStartingRequest stepExecutionStartingRequest = 8; * @return Whether the stepExecutionStartingRequest field is set. */ @java.lang.Override public boolean hasStepExecutionStartingRequest() { return ((bitField0_ & 0x00000020) != 0); } /** *
     * / [StepExecutionStartingRequest](#gauge.messages.StepExecutionStartingRequest)
     * 
* * .gauge.messages.StepExecutionStartingRequest stepExecutionStartingRequest = 8; * @return The stepExecutionStartingRequest. */ @java.lang.Override public gauge.messages.Messages.StepExecutionStartingRequest getStepExecutionStartingRequest() { return stepExecutionStartingRequest_ == null ? gauge.messages.Messages.StepExecutionStartingRequest.getDefaultInstance() : stepExecutionStartingRequest_; } /** *
     * / [StepExecutionStartingRequest](#gauge.messages.StepExecutionStartingRequest)
     * 
* * .gauge.messages.StepExecutionStartingRequest stepExecutionStartingRequest = 8; */ @java.lang.Override public gauge.messages.Messages.StepExecutionStartingRequestOrBuilder getStepExecutionStartingRequestOrBuilder() { return stepExecutionStartingRequest_ == null ? gauge.messages.Messages.StepExecutionStartingRequest.getDefaultInstance() : stepExecutionStartingRequest_; } public static final int STEPEXECUTIONENDINGREQUEST_FIELD_NUMBER = 9; private gauge.messages.Messages.StepExecutionEndingRequest stepExecutionEndingRequest_; /** *
     * / [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)
     * 
* * .gauge.messages.StepExecutionEndingRequest stepExecutionEndingRequest = 9; * @return Whether the stepExecutionEndingRequest field is set. */ @java.lang.Override public boolean hasStepExecutionEndingRequest() { return ((bitField0_ & 0x00000040) != 0); } /** *
     * / [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)
     * 
* * .gauge.messages.StepExecutionEndingRequest stepExecutionEndingRequest = 9; * @return The stepExecutionEndingRequest. */ @java.lang.Override public gauge.messages.Messages.StepExecutionEndingRequest getStepExecutionEndingRequest() { return stepExecutionEndingRequest_ == null ? gauge.messages.Messages.StepExecutionEndingRequest.getDefaultInstance() : stepExecutionEndingRequest_; } /** *
     * / [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)
     * 
* * .gauge.messages.StepExecutionEndingRequest stepExecutionEndingRequest = 9; */ @java.lang.Override public gauge.messages.Messages.StepExecutionEndingRequestOrBuilder getStepExecutionEndingRequestOrBuilder() { return stepExecutionEndingRequest_ == null ? gauge.messages.Messages.StepExecutionEndingRequest.getDefaultInstance() : stepExecutionEndingRequest_; } public static final int EXECUTESTEPREQUEST_FIELD_NUMBER = 10; private gauge.messages.Messages.ExecuteStepRequest executeStepRequest_; /** *
     * / [ExecuteStepRequest](#gauge.messages.ExecuteStepRequest)
     * 
* * .gauge.messages.ExecuteStepRequest executeStepRequest = 10; * @return Whether the executeStepRequest field is set. */ @java.lang.Override public boolean hasExecuteStepRequest() { return ((bitField0_ & 0x00000080) != 0); } /** *
     * / [ExecuteStepRequest](#gauge.messages.ExecuteStepRequest)
     * 
* * .gauge.messages.ExecuteStepRequest executeStepRequest = 10; * @return The executeStepRequest. */ @java.lang.Override public gauge.messages.Messages.ExecuteStepRequest getExecuteStepRequest() { return executeStepRequest_ == null ? gauge.messages.Messages.ExecuteStepRequest.getDefaultInstance() : executeStepRequest_; } /** *
     * / [ExecuteStepRequest](#gauge.messages.ExecuteStepRequest)
     * 
* * .gauge.messages.ExecuteStepRequest executeStepRequest = 10; */ @java.lang.Override public gauge.messages.Messages.ExecuteStepRequestOrBuilder getExecuteStepRequestOrBuilder() { return executeStepRequest_ == null ? gauge.messages.Messages.ExecuteStepRequest.getDefaultInstance() : executeStepRequest_; } public static final int EXECUTIONENDINGREQUEST_FIELD_NUMBER = 11; private gauge.messages.Messages.ExecutionEndingRequest executionEndingRequest_; /** *
     * / [ExecutionEndingRequest](#gauge.messages.ExecutionEndingRequest)
     * 
* * .gauge.messages.ExecutionEndingRequest executionEndingRequest = 11; * @return Whether the executionEndingRequest field is set. */ @java.lang.Override public boolean hasExecutionEndingRequest() { return ((bitField0_ & 0x00000100) != 0); } /** *
     * / [ExecutionEndingRequest](#gauge.messages.ExecutionEndingRequest)
     * 
* * .gauge.messages.ExecutionEndingRequest executionEndingRequest = 11; * @return The executionEndingRequest. */ @java.lang.Override public gauge.messages.Messages.ExecutionEndingRequest getExecutionEndingRequest() { return executionEndingRequest_ == null ? gauge.messages.Messages.ExecutionEndingRequest.getDefaultInstance() : executionEndingRequest_; } /** *
     * / [ExecutionEndingRequest](#gauge.messages.ExecutionEndingRequest)
     * 
* * .gauge.messages.ExecutionEndingRequest executionEndingRequest = 11; */ @java.lang.Override public gauge.messages.Messages.ExecutionEndingRequestOrBuilder getExecutionEndingRequestOrBuilder() { return executionEndingRequest_ == null ? gauge.messages.Messages.ExecutionEndingRequest.getDefaultInstance() : executionEndingRequest_; } public static final int STEPVALIDATEREQUEST_FIELD_NUMBER = 12; private gauge.messages.Messages.StepValidateRequest stepValidateRequest_; /** *
     * / [StepValidateRequest](#gauge.messages.StepValidateRequest)
     * 
* * .gauge.messages.StepValidateRequest stepValidateRequest = 12; * @return Whether the stepValidateRequest field is set. */ @java.lang.Override public boolean hasStepValidateRequest() { return ((bitField0_ & 0x00000200) != 0); } /** *
     * / [StepValidateRequest](#gauge.messages.StepValidateRequest)
     * 
* * .gauge.messages.StepValidateRequest stepValidateRequest = 12; * @return The stepValidateRequest. */ @java.lang.Override public gauge.messages.Messages.StepValidateRequest getStepValidateRequest() { return stepValidateRequest_ == null ? gauge.messages.Messages.StepValidateRequest.getDefaultInstance() : stepValidateRequest_; } /** *
     * / [StepValidateRequest](#gauge.messages.StepValidateRequest)
     * 
* * .gauge.messages.StepValidateRequest stepValidateRequest = 12; */ @java.lang.Override public gauge.messages.Messages.StepValidateRequestOrBuilder getStepValidateRequestOrBuilder() { return stepValidateRequest_ == null ? gauge.messages.Messages.StepValidateRequest.getDefaultInstance() : stepValidateRequest_; } public static final int STEPVALIDATERESPONSE_FIELD_NUMBER = 13; private gauge.messages.Messages.StepValidateResponse stepValidateResponse_; /** *
     * / [StepValidateResponse](#gauge.messages.StepValidateResponse)
     * 
* * .gauge.messages.StepValidateResponse stepValidateResponse = 13; * @return Whether the stepValidateResponse field is set. */ @java.lang.Override public boolean hasStepValidateResponse() { return ((bitField0_ & 0x00000400) != 0); } /** *
     * / [StepValidateResponse](#gauge.messages.StepValidateResponse)
     * 
* * .gauge.messages.StepValidateResponse stepValidateResponse = 13; * @return The stepValidateResponse. */ @java.lang.Override public gauge.messages.Messages.StepValidateResponse getStepValidateResponse() { return stepValidateResponse_ == null ? gauge.messages.Messages.StepValidateResponse.getDefaultInstance() : stepValidateResponse_; } /** *
     * / [StepValidateResponse](#gauge.messages.StepValidateResponse)
     * 
* * .gauge.messages.StepValidateResponse stepValidateResponse = 13; */ @java.lang.Override public gauge.messages.Messages.StepValidateResponseOrBuilder getStepValidateResponseOrBuilder() { return stepValidateResponse_ == null ? gauge.messages.Messages.StepValidateResponse.getDefaultInstance() : stepValidateResponse_; } public static final int EXECUTIONSTATUSRESPONSE_FIELD_NUMBER = 14; private gauge.messages.Messages.ExecutionStatusResponse executionStatusResponse_; /** *
     * / [ExecutionStatusResponse](#gauge.messages.ExecutionStatusResponse)
     * 
* * .gauge.messages.ExecutionStatusResponse executionStatusResponse = 14; * @return Whether the executionStatusResponse field is set. */ @java.lang.Override public boolean hasExecutionStatusResponse() { return ((bitField0_ & 0x00000800) != 0); } /** *
     * / [ExecutionStatusResponse](#gauge.messages.ExecutionStatusResponse)
     * 
* * .gauge.messages.ExecutionStatusResponse executionStatusResponse = 14; * @return The executionStatusResponse. */ @java.lang.Override public gauge.messages.Messages.ExecutionStatusResponse getExecutionStatusResponse() { return executionStatusResponse_ == null ? gauge.messages.Messages.ExecutionStatusResponse.getDefaultInstance() : executionStatusResponse_; } /** *
     * / [ExecutionStatusResponse](#gauge.messages.ExecutionStatusResponse)
     * 
* * .gauge.messages.ExecutionStatusResponse executionStatusResponse = 14; */ @java.lang.Override public gauge.messages.Messages.ExecutionStatusResponseOrBuilder getExecutionStatusResponseOrBuilder() { return executionStatusResponse_ == null ? gauge.messages.Messages.ExecutionStatusResponse.getDefaultInstance() : executionStatusResponse_; } public static final int STEPNAMESREQUEST_FIELD_NUMBER = 15; private gauge.messages.Messages.StepNamesRequest stepNamesRequest_; /** *
     * / [StepNamesRequest](#gauge.messages.StepNamesRequest)
     * 
* * .gauge.messages.StepNamesRequest stepNamesRequest = 15; * @return Whether the stepNamesRequest field is set. */ @java.lang.Override public boolean hasStepNamesRequest() { return ((bitField0_ & 0x00001000) != 0); } /** *
     * / [StepNamesRequest](#gauge.messages.StepNamesRequest)
     * 
* * .gauge.messages.StepNamesRequest stepNamesRequest = 15; * @return The stepNamesRequest. */ @java.lang.Override public gauge.messages.Messages.StepNamesRequest getStepNamesRequest() { return stepNamesRequest_ == null ? gauge.messages.Messages.StepNamesRequest.getDefaultInstance() : stepNamesRequest_; } /** *
     * / [StepNamesRequest](#gauge.messages.StepNamesRequest)
     * 
* * .gauge.messages.StepNamesRequest stepNamesRequest = 15; */ @java.lang.Override public gauge.messages.Messages.StepNamesRequestOrBuilder getStepNamesRequestOrBuilder() { return stepNamesRequest_ == null ? gauge.messages.Messages.StepNamesRequest.getDefaultInstance() : stepNamesRequest_; } public static final int STEPNAMESRESPONSE_FIELD_NUMBER = 16; private gauge.messages.Messages.StepNamesResponse stepNamesResponse_; /** *
     * / [StepNamesResponse](#gauge.messages.StepNamesResponse)
     * 
* * .gauge.messages.StepNamesResponse stepNamesResponse = 16; * @return Whether the stepNamesResponse field is set. */ @java.lang.Override public boolean hasStepNamesResponse() { return ((bitField0_ & 0x00002000) != 0); } /** *
     * / [StepNamesResponse](#gauge.messages.StepNamesResponse)
     * 
* * .gauge.messages.StepNamesResponse stepNamesResponse = 16; * @return The stepNamesResponse. */ @java.lang.Override public gauge.messages.Messages.StepNamesResponse getStepNamesResponse() { return stepNamesResponse_ == null ? gauge.messages.Messages.StepNamesResponse.getDefaultInstance() : stepNamesResponse_; } /** *
     * / [StepNamesResponse](#gauge.messages.StepNamesResponse)
     * 
* * .gauge.messages.StepNamesResponse stepNamesResponse = 16; */ @java.lang.Override public gauge.messages.Messages.StepNamesResponseOrBuilder getStepNamesResponseOrBuilder() { return stepNamesResponse_ == null ? gauge.messages.Messages.StepNamesResponse.getDefaultInstance() : stepNamesResponse_; } public static final int SUITEEXECUTIONRESULT_FIELD_NUMBER = 17; private gauge.messages.Messages.SuiteExecutionResult suiteExecutionResult_; /** *
     * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
     * 
* * .gauge.messages.SuiteExecutionResult suiteExecutionResult = 17; * @return Whether the suiteExecutionResult field is set. */ @java.lang.Override public boolean hasSuiteExecutionResult() { return ((bitField0_ & 0x00004000) != 0); } /** *
     * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
     * 
* * .gauge.messages.SuiteExecutionResult suiteExecutionResult = 17; * @return The suiteExecutionResult. */ @java.lang.Override public gauge.messages.Messages.SuiteExecutionResult getSuiteExecutionResult() { return suiteExecutionResult_ == null ? gauge.messages.Messages.SuiteExecutionResult.getDefaultInstance() : suiteExecutionResult_; } /** *
     * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
     * 
* * .gauge.messages.SuiteExecutionResult suiteExecutionResult = 17; */ @java.lang.Override public gauge.messages.Messages.SuiteExecutionResultOrBuilder getSuiteExecutionResultOrBuilder() { return suiteExecutionResult_ == null ? gauge.messages.Messages.SuiteExecutionResult.getDefaultInstance() : suiteExecutionResult_; } public static final int KILLPROCESSREQUEST_FIELD_NUMBER = 18; private gauge.messages.Messages.KillProcessRequest killProcessRequest_; /** *
     * / [KillProcessRequest](#gauge.messages.KillProcessRequest)
     * 
* * .gauge.messages.KillProcessRequest killProcessRequest = 18; * @return Whether the killProcessRequest field is set. */ @java.lang.Override public boolean hasKillProcessRequest() { return ((bitField0_ & 0x00008000) != 0); } /** *
     * / [KillProcessRequest](#gauge.messages.KillProcessRequest)
     * 
* * .gauge.messages.KillProcessRequest killProcessRequest = 18; * @return The killProcessRequest. */ @java.lang.Override public gauge.messages.Messages.KillProcessRequest getKillProcessRequest() { return killProcessRequest_ == null ? gauge.messages.Messages.KillProcessRequest.getDefaultInstance() : killProcessRequest_; } /** *
     * / [KillProcessRequest](#gauge.messages.KillProcessRequest)
     * 
* * .gauge.messages.KillProcessRequest killProcessRequest = 18; */ @java.lang.Override public gauge.messages.Messages.KillProcessRequestOrBuilder getKillProcessRequestOrBuilder() { return killProcessRequest_ == null ? gauge.messages.Messages.KillProcessRequest.getDefaultInstance() : killProcessRequest_; } public static final int SCENARIODATASTOREINITREQUEST_FIELD_NUMBER = 19; private gauge.messages.Messages.ScenarioDataStoreInitRequest scenarioDataStoreInitRequest_; /** *
     * / [ScenarioDataStoreInitRequest](#gauge.messages.ScenarioDataStoreInitRequest)
     * 
* * .gauge.messages.ScenarioDataStoreInitRequest scenarioDataStoreInitRequest = 19; * @return Whether the scenarioDataStoreInitRequest field is set. */ @java.lang.Override public boolean hasScenarioDataStoreInitRequest() { return ((bitField0_ & 0x00010000) != 0); } /** *
     * / [ScenarioDataStoreInitRequest](#gauge.messages.ScenarioDataStoreInitRequest)
     * 
* * .gauge.messages.ScenarioDataStoreInitRequest scenarioDataStoreInitRequest = 19; * @return The scenarioDataStoreInitRequest. */ @java.lang.Override public gauge.messages.Messages.ScenarioDataStoreInitRequest getScenarioDataStoreInitRequest() { return scenarioDataStoreInitRequest_ == null ? gauge.messages.Messages.ScenarioDataStoreInitRequest.getDefaultInstance() : scenarioDataStoreInitRequest_; } /** *
     * / [ScenarioDataStoreInitRequest](#gauge.messages.ScenarioDataStoreInitRequest)
     * 
* * .gauge.messages.ScenarioDataStoreInitRequest scenarioDataStoreInitRequest = 19; */ @java.lang.Override public gauge.messages.Messages.ScenarioDataStoreInitRequestOrBuilder getScenarioDataStoreInitRequestOrBuilder() { return scenarioDataStoreInitRequest_ == null ? gauge.messages.Messages.ScenarioDataStoreInitRequest.getDefaultInstance() : scenarioDataStoreInitRequest_; } public static final int SPECDATASTOREINITREQUEST_FIELD_NUMBER = 20; private gauge.messages.Messages.SpecDataStoreInitRequest specDataStoreInitRequest_; /** *
     * / [SpecDataStoreInitRequest](#gauge.messages.SpecDataStoreInitRequest)
     * 
* * .gauge.messages.SpecDataStoreInitRequest specDataStoreInitRequest = 20; * @return Whether the specDataStoreInitRequest field is set. */ @java.lang.Override public boolean hasSpecDataStoreInitRequest() { return ((bitField0_ & 0x00020000) != 0); } /** *
     * / [SpecDataStoreInitRequest](#gauge.messages.SpecDataStoreInitRequest)
     * 
* * .gauge.messages.SpecDataStoreInitRequest specDataStoreInitRequest = 20; * @return The specDataStoreInitRequest. */ @java.lang.Override public gauge.messages.Messages.SpecDataStoreInitRequest getSpecDataStoreInitRequest() { return specDataStoreInitRequest_ == null ? gauge.messages.Messages.SpecDataStoreInitRequest.getDefaultInstance() : specDataStoreInitRequest_; } /** *
     * / [SpecDataStoreInitRequest](#gauge.messages.SpecDataStoreInitRequest)
     * 
* * .gauge.messages.SpecDataStoreInitRequest specDataStoreInitRequest = 20; */ @java.lang.Override public gauge.messages.Messages.SpecDataStoreInitRequestOrBuilder getSpecDataStoreInitRequestOrBuilder() { return specDataStoreInitRequest_ == null ? gauge.messages.Messages.SpecDataStoreInitRequest.getDefaultInstance() : specDataStoreInitRequest_; } public static final int SUITEDATASTOREINITREQUEST_FIELD_NUMBER = 21; private gauge.messages.Messages.SuiteDataStoreInitRequest suiteDataStoreInitRequest_; /** *
     * / [SuiteDataStoreInitRequest](#gauge.messages.SuiteDataStoreInitRequest)
     * 
* * .gauge.messages.SuiteDataStoreInitRequest suiteDataStoreInitRequest = 21; * @return Whether the suiteDataStoreInitRequest field is set. */ @java.lang.Override public boolean hasSuiteDataStoreInitRequest() { return ((bitField0_ & 0x00040000) != 0); } /** *
     * / [SuiteDataStoreInitRequest](#gauge.messages.SuiteDataStoreInitRequest)
     * 
* * .gauge.messages.SuiteDataStoreInitRequest suiteDataStoreInitRequest = 21; * @return The suiteDataStoreInitRequest. */ @java.lang.Override public gauge.messages.Messages.SuiteDataStoreInitRequest getSuiteDataStoreInitRequest() { return suiteDataStoreInitRequest_ == null ? gauge.messages.Messages.SuiteDataStoreInitRequest.getDefaultInstance() : suiteDataStoreInitRequest_; } /** *
     * / [SuiteDataStoreInitRequest](#gauge.messages.SuiteDataStoreInitRequest)
     * 
* * .gauge.messages.SuiteDataStoreInitRequest suiteDataStoreInitRequest = 21; */ @java.lang.Override public gauge.messages.Messages.SuiteDataStoreInitRequestOrBuilder getSuiteDataStoreInitRequestOrBuilder() { return suiteDataStoreInitRequest_ == null ? gauge.messages.Messages.SuiteDataStoreInitRequest.getDefaultInstance() : suiteDataStoreInitRequest_; } public static final int STEPNAMEREQUEST_FIELD_NUMBER = 22; private gauge.messages.Messages.StepNameRequest stepNameRequest_; /** *
     * / [StepNameRequest](#gauge.messages.StepNameRequest)
     * 
* * .gauge.messages.StepNameRequest stepNameRequest = 22; * @return Whether the stepNameRequest field is set. */ @java.lang.Override public boolean hasStepNameRequest() { return ((bitField0_ & 0x00080000) != 0); } /** *
     * / [StepNameRequest](#gauge.messages.StepNameRequest)
     * 
* * .gauge.messages.StepNameRequest stepNameRequest = 22; * @return The stepNameRequest. */ @java.lang.Override public gauge.messages.Messages.StepNameRequest getStepNameRequest() { return stepNameRequest_ == null ? gauge.messages.Messages.StepNameRequest.getDefaultInstance() : stepNameRequest_; } /** *
     * / [StepNameRequest](#gauge.messages.StepNameRequest)
     * 
* * .gauge.messages.StepNameRequest stepNameRequest = 22; */ @java.lang.Override public gauge.messages.Messages.StepNameRequestOrBuilder getStepNameRequestOrBuilder() { return stepNameRequest_ == null ? gauge.messages.Messages.StepNameRequest.getDefaultInstance() : stepNameRequest_; } public static final int STEPNAMERESPONSE_FIELD_NUMBER = 23; private gauge.messages.Messages.StepNameResponse stepNameResponse_; /** *
     * / [StepNameResponse](#gauge.messages.StepNameResponse)
     * 
* * .gauge.messages.StepNameResponse stepNameResponse = 23; * @return Whether the stepNameResponse field is set. */ @java.lang.Override public boolean hasStepNameResponse() { return ((bitField0_ & 0x00100000) != 0); } /** *
     * / [StepNameResponse](#gauge.messages.StepNameResponse)
     * 
* * .gauge.messages.StepNameResponse stepNameResponse = 23; * @return The stepNameResponse. */ @java.lang.Override public gauge.messages.Messages.StepNameResponse getStepNameResponse() { return stepNameResponse_ == null ? gauge.messages.Messages.StepNameResponse.getDefaultInstance() : stepNameResponse_; } /** *
     * / [StepNameResponse](#gauge.messages.StepNameResponse)
     * 
* * .gauge.messages.StepNameResponse stepNameResponse = 23; */ @java.lang.Override public gauge.messages.Messages.StepNameResponseOrBuilder getStepNameResponseOrBuilder() { return stepNameResponse_ == null ? gauge.messages.Messages.StepNameResponse.getDefaultInstance() : stepNameResponse_; } public static final int REFACTORREQUEST_FIELD_NUMBER = 24; private gauge.messages.Messages.RefactorRequest refactorRequest_; /** *
     * / [RefactorRequest](#gauge.messages.RefactorRequest)
     * 
* * .gauge.messages.RefactorRequest refactorRequest = 24; * @return Whether the refactorRequest field is set. */ @java.lang.Override public boolean hasRefactorRequest() { return ((bitField0_ & 0x00200000) != 0); } /** *
     * / [RefactorRequest](#gauge.messages.RefactorRequest)
     * 
* * .gauge.messages.RefactorRequest refactorRequest = 24; * @return The refactorRequest. */ @java.lang.Override public gauge.messages.Messages.RefactorRequest getRefactorRequest() { return refactorRequest_ == null ? gauge.messages.Messages.RefactorRequest.getDefaultInstance() : refactorRequest_; } /** *
     * / [RefactorRequest](#gauge.messages.RefactorRequest)
     * 
* * .gauge.messages.RefactorRequest refactorRequest = 24; */ @java.lang.Override public gauge.messages.Messages.RefactorRequestOrBuilder getRefactorRequestOrBuilder() { return refactorRequest_ == null ? gauge.messages.Messages.RefactorRequest.getDefaultInstance() : refactorRequest_; } public static final int REFACTORRESPONSE_FIELD_NUMBER = 25; private gauge.messages.Messages.RefactorResponse refactorResponse_; /** *
     * / [RefactorResponse](#gauge.messages.RefactorResponse)
     * 
* * .gauge.messages.RefactorResponse refactorResponse = 25; * @return Whether the refactorResponse field is set. */ @java.lang.Override public boolean hasRefactorResponse() { return ((bitField0_ & 0x00400000) != 0); } /** *
     * / [RefactorResponse](#gauge.messages.RefactorResponse)
     * 
* * .gauge.messages.RefactorResponse refactorResponse = 25; * @return The refactorResponse. */ @java.lang.Override public gauge.messages.Messages.RefactorResponse getRefactorResponse() { return refactorResponse_ == null ? gauge.messages.Messages.RefactorResponse.getDefaultInstance() : refactorResponse_; } /** *
     * / [RefactorResponse](#gauge.messages.RefactorResponse)
     * 
* * .gauge.messages.RefactorResponse refactorResponse = 25; */ @java.lang.Override public gauge.messages.Messages.RefactorResponseOrBuilder getRefactorResponseOrBuilder() { return refactorResponse_ == null ? gauge.messages.Messages.RefactorResponse.getDefaultInstance() : refactorResponse_; } public static final int UNSUPPORTEDMESSAGERESPONSE_FIELD_NUMBER = 26; private gauge.messages.Messages.UnsupportedMessageResponse unsupportedMessageResponse_; /** *
     * / [UnsupportedMessageResponse](#gauge.messages.UnsupportedMessageResponse)
     * 
* * .gauge.messages.UnsupportedMessageResponse unsupportedMessageResponse = 26; * @return Whether the unsupportedMessageResponse field is set. */ @java.lang.Override public boolean hasUnsupportedMessageResponse() { return ((bitField0_ & 0x00800000) != 0); } /** *
     * / [UnsupportedMessageResponse](#gauge.messages.UnsupportedMessageResponse)
     * 
* * .gauge.messages.UnsupportedMessageResponse unsupportedMessageResponse = 26; * @return The unsupportedMessageResponse. */ @java.lang.Override public gauge.messages.Messages.UnsupportedMessageResponse getUnsupportedMessageResponse() { return unsupportedMessageResponse_ == null ? gauge.messages.Messages.UnsupportedMessageResponse.getDefaultInstance() : unsupportedMessageResponse_; } /** *
     * / [UnsupportedMessageResponse](#gauge.messages.UnsupportedMessageResponse)
     * 
* * .gauge.messages.UnsupportedMessageResponse unsupportedMessageResponse = 26; */ @java.lang.Override public gauge.messages.Messages.UnsupportedMessageResponseOrBuilder getUnsupportedMessageResponseOrBuilder() { return unsupportedMessageResponse_ == null ? gauge.messages.Messages.UnsupportedMessageResponse.getDefaultInstance() : unsupportedMessageResponse_; } public static final int CACHEFILEREQUEST_FIELD_NUMBER = 27; private gauge.messages.Messages.CacheFileRequest cacheFileRequest_; /** *
     * / [CacheFileRequest](#gauge.messages.CacheFileRequest)
     * 
* * .gauge.messages.CacheFileRequest cacheFileRequest = 27; * @return Whether the cacheFileRequest field is set. */ @java.lang.Override public boolean hasCacheFileRequest() { return ((bitField0_ & 0x01000000) != 0); } /** *
     * / [CacheFileRequest](#gauge.messages.CacheFileRequest)
     * 
* * .gauge.messages.CacheFileRequest cacheFileRequest = 27; * @return The cacheFileRequest. */ @java.lang.Override public gauge.messages.Messages.CacheFileRequest getCacheFileRequest() { return cacheFileRequest_ == null ? gauge.messages.Messages.CacheFileRequest.getDefaultInstance() : cacheFileRequest_; } /** *
     * / [CacheFileRequest](#gauge.messages.CacheFileRequest)
     * 
* * .gauge.messages.CacheFileRequest cacheFileRequest = 27; */ @java.lang.Override public gauge.messages.Messages.CacheFileRequestOrBuilder getCacheFileRequestOrBuilder() { return cacheFileRequest_ == null ? gauge.messages.Messages.CacheFileRequest.getDefaultInstance() : cacheFileRequest_; } public static final int STEPPOSITIONSREQUEST_FIELD_NUMBER = 28; private gauge.messages.Messages.StepPositionsRequest stepPositionsRequest_; /** *
     * / [StepPositionsRequest](#gauge.messages.StepPositionsRequest)
     * 
* * .gauge.messages.StepPositionsRequest stepPositionsRequest = 28; * @return Whether the stepPositionsRequest field is set. */ @java.lang.Override public boolean hasStepPositionsRequest() { return ((bitField0_ & 0x02000000) != 0); } /** *
     * / [StepPositionsRequest](#gauge.messages.StepPositionsRequest)
     * 
* * .gauge.messages.StepPositionsRequest stepPositionsRequest = 28; * @return The stepPositionsRequest. */ @java.lang.Override public gauge.messages.Messages.StepPositionsRequest getStepPositionsRequest() { return stepPositionsRequest_ == null ? gauge.messages.Messages.StepPositionsRequest.getDefaultInstance() : stepPositionsRequest_; } /** *
     * / [StepPositionsRequest](#gauge.messages.StepPositionsRequest)
     * 
* * .gauge.messages.StepPositionsRequest stepPositionsRequest = 28; */ @java.lang.Override public gauge.messages.Messages.StepPositionsRequestOrBuilder getStepPositionsRequestOrBuilder() { return stepPositionsRequest_ == null ? gauge.messages.Messages.StepPositionsRequest.getDefaultInstance() : stepPositionsRequest_; } public static final int STEPPOSITIONSRESPONSE_FIELD_NUMBER = 29; private gauge.messages.Messages.StepPositionsResponse stepPositionsResponse_; /** *
     * / [StepPositionsResponse](#gauge.messages.StepPositionsResponse)
     * 
* * .gauge.messages.StepPositionsResponse stepPositionsResponse = 29; * @return Whether the stepPositionsResponse field is set. */ @java.lang.Override public boolean hasStepPositionsResponse() { return ((bitField0_ & 0x04000000) != 0); } /** *
     * / [StepPositionsResponse](#gauge.messages.StepPositionsResponse)
     * 
* * .gauge.messages.StepPositionsResponse stepPositionsResponse = 29; * @return The stepPositionsResponse. */ @java.lang.Override public gauge.messages.Messages.StepPositionsResponse getStepPositionsResponse() { return stepPositionsResponse_ == null ? gauge.messages.Messages.StepPositionsResponse.getDefaultInstance() : stepPositionsResponse_; } /** *
     * / [StepPositionsResponse](#gauge.messages.StepPositionsResponse)
     * 
* * .gauge.messages.StepPositionsResponse stepPositionsResponse = 29; */ @java.lang.Override public gauge.messages.Messages.StepPositionsResponseOrBuilder getStepPositionsResponseOrBuilder() { return stepPositionsResponse_ == null ? gauge.messages.Messages.StepPositionsResponse.getDefaultInstance() : stepPositionsResponse_; } public static final int IMPLEMENTATIONFILELISTREQUEST_FIELD_NUMBER = 30; private gauge.messages.Messages.ImplementationFileListRequest implementationFileListRequest_; /** *
     * / [ImplementationFileListRequest](#gauge.messages.ImplementationFileListRequest)
     * 
* * .gauge.messages.ImplementationFileListRequest implementationFileListRequest = 30; * @return Whether the implementationFileListRequest field is set. */ @java.lang.Override public boolean hasImplementationFileListRequest() { return ((bitField0_ & 0x08000000) != 0); } /** *
     * / [ImplementationFileListRequest](#gauge.messages.ImplementationFileListRequest)
     * 
* * .gauge.messages.ImplementationFileListRequest implementationFileListRequest = 30; * @return The implementationFileListRequest. */ @java.lang.Override public gauge.messages.Messages.ImplementationFileListRequest getImplementationFileListRequest() { return implementationFileListRequest_ == null ? gauge.messages.Messages.ImplementationFileListRequest.getDefaultInstance() : implementationFileListRequest_; } /** *
     * / [ImplementationFileListRequest](#gauge.messages.ImplementationFileListRequest)
     * 
* * .gauge.messages.ImplementationFileListRequest implementationFileListRequest = 30; */ @java.lang.Override public gauge.messages.Messages.ImplementationFileListRequestOrBuilder getImplementationFileListRequestOrBuilder() { return implementationFileListRequest_ == null ? gauge.messages.Messages.ImplementationFileListRequest.getDefaultInstance() : implementationFileListRequest_; } public static final int IMPLEMENTATIONFILELISTRESPONSE_FIELD_NUMBER = 31; private gauge.messages.Messages.ImplementationFileListResponse implementationFileListResponse_; /** *
     * / [ImplementationFileListResponse](#gauge.messages.ImplementationFileListResponse)
     * 
* * .gauge.messages.ImplementationFileListResponse implementationFileListResponse = 31; * @return Whether the implementationFileListResponse field is set. */ @java.lang.Override public boolean hasImplementationFileListResponse() { return ((bitField0_ & 0x10000000) != 0); } /** *
     * / [ImplementationFileListResponse](#gauge.messages.ImplementationFileListResponse)
     * 
* * .gauge.messages.ImplementationFileListResponse implementationFileListResponse = 31; * @return The implementationFileListResponse. */ @java.lang.Override public gauge.messages.Messages.ImplementationFileListResponse getImplementationFileListResponse() { return implementationFileListResponse_ == null ? gauge.messages.Messages.ImplementationFileListResponse.getDefaultInstance() : implementationFileListResponse_; } /** *
     * / [ImplementationFileListResponse](#gauge.messages.ImplementationFileListResponse)
     * 
* * .gauge.messages.ImplementationFileListResponse implementationFileListResponse = 31; */ @java.lang.Override public gauge.messages.Messages.ImplementationFileListResponseOrBuilder getImplementationFileListResponseOrBuilder() { return implementationFileListResponse_ == null ? gauge.messages.Messages.ImplementationFileListResponse.getDefaultInstance() : implementationFileListResponse_; } public static final int STUBIMPLEMENTATIONCODEREQUEST_FIELD_NUMBER = 32; private gauge.messages.Messages.StubImplementationCodeRequest stubImplementationCodeRequest_; /** *
     * / [StubImplementationCodeRequest](#gauge.messages.StubImplementationCodeRequest)
     * 
* * .gauge.messages.StubImplementationCodeRequest stubImplementationCodeRequest = 32; * @return Whether the stubImplementationCodeRequest field is set. */ @java.lang.Override public boolean hasStubImplementationCodeRequest() { return ((bitField0_ & 0x20000000) != 0); } /** *
     * / [StubImplementationCodeRequest](#gauge.messages.StubImplementationCodeRequest)
     * 
* * .gauge.messages.StubImplementationCodeRequest stubImplementationCodeRequest = 32; * @return The stubImplementationCodeRequest. */ @java.lang.Override public gauge.messages.Messages.StubImplementationCodeRequest getStubImplementationCodeRequest() { return stubImplementationCodeRequest_ == null ? gauge.messages.Messages.StubImplementationCodeRequest.getDefaultInstance() : stubImplementationCodeRequest_; } /** *
     * / [StubImplementationCodeRequest](#gauge.messages.StubImplementationCodeRequest)
     * 
* * .gauge.messages.StubImplementationCodeRequest stubImplementationCodeRequest = 32; */ @java.lang.Override public gauge.messages.Messages.StubImplementationCodeRequestOrBuilder getStubImplementationCodeRequestOrBuilder() { return stubImplementationCodeRequest_ == null ? gauge.messages.Messages.StubImplementationCodeRequest.getDefaultInstance() : stubImplementationCodeRequest_; } public static final int FILEDIFF_FIELD_NUMBER = 33; private gauge.messages.Messages.FileDiff fileDiff_; /** *
     * / [FileDiff](#gauge.messages.FileDiff)
     * 
* * .gauge.messages.FileDiff fileDiff = 33; * @return Whether the fileDiff field is set. */ @java.lang.Override public boolean hasFileDiff() { return ((bitField0_ & 0x40000000) != 0); } /** *
     * / [FileDiff](#gauge.messages.FileDiff)
     * 
* * .gauge.messages.FileDiff fileDiff = 33; * @return The fileDiff. */ @java.lang.Override public gauge.messages.Messages.FileDiff getFileDiff() { return fileDiff_ == null ? gauge.messages.Messages.FileDiff.getDefaultInstance() : fileDiff_; } /** *
     * / [FileDiff](#gauge.messages.FileDiff)
     * 
* * .gauge.messages.FileDiff fileDiff = 33; */ @java.lang.Override public gauge.messages.Messages.FileDiffOrBuilder getFileDiffOrBuilder() { return fileDiff_ == null ? gauge.messages.Messages.FileDiff.getDefaultInstance() : fileDiff_; } public static final int IMPLEMENTATIONFILEGLOBPATTERNREQUEST_FIELD_NUMBER = 34; private gauge.messages.Messages.ImplementationFileGlobPatternRequest implementationFileGlobPatternRequest_; /** *
     * / [ImplementationFileGlobPatternRequest](#gauge.messages.ImplementationFileGlobPatternRequest)
     * 
* * .gauge.messages.ImplementationFileGlobPatternRequest implementationFileGlobPatternRequest = 34; * @return Whether the implementationFileGlobPatternRequest field is set. */ @java.lang.Override public boolean hasImplementationFileGlobPatternRequest() { return ((bitField0_ & 0x80000000) != 0); } /** *
     * / [ImplementationFileGlobPatternRequest](#gauge.messages.ImplementationFileGlobPatternRequest)
     * 
* * .gauge.messages.ImplementationFileGlobPatternRequest implementationFileGlobPatternRequest = 34; * @return The implementationFileGlobPatternRequest. */ @java.lang.Override public gauge.messages.Messages.ImplementationFileGlobPatternRequest getImplementationFileGlobPatternRequest() { return implementationFileGlobPatternRequest_ == null ? gauge.messages.Messages.ImplementationFileGlobPatternRequest.getDefaultInstance() : implementationFileGlobPatternRequest_; } /** *
     * / [ImplementationFileGlobPatternRequest](#gauge.messages.ImplementationFileGlobPatternRequest)
     * 
* * .gauge.messages.ImplementationFileGlobPatternRequest implementationFileGlobPatternRequest = 34; */ @java.lang.Override public gauge.messages.Messages.ImplementationFileGlobPatternRequestOrBuilder getImplementationFileGlobPatternRequestOrBuilder() { return implementationFileGlobPatternRequest_ == null ? gauge.messages.Messages.ImplementationFileGlobPatternRequest.getDefaultInstance() : implementationFileGlobPatternRequest_; } public static final int IMPLEMENTATIONFILEGLOBPATTERNRESPONSE_FIELD_NUMBER = 35; private gauge.messages.Messages.ImplementationFileGlobPatternResponse implementationFileGlobPatternResponse_; /** *
     * / [ImplementationFileGlobPatternResponse](#gauge.messages.ImplementationFileGlobPatternResponse)
     * 
* * .gauge.messages.ImplementationFileGlobPatternResponse implementationFileGlobPatternResponse = 35; * @return Whether the implementationFileGlobPatternResponse field is set. */ @java.lang.Override public boolean hasImplementationFileGlobPatternResponse() { return ((bitField1_ & 0x00000001) != 0); } /** *
     * / [ImplementationFileGlobPatternResponse](#gauge.messages.ImplementationFileGlobPatternResponse)
     * 
* * .gauge.messages.ImplementationFileGlobPatternResponse implementationFileGlobPatternResponse = 35; * @return The implementationFileGlobPatternResponse. */ @java.lang.Override public gauge.messages.Messages.ImplementationFileGlobPatternResponse getImplementationFileGlobPatternResponse() { return implementationFileGlobPatternResponse_ == null ? gauge.messages.Messages.ImplementationFileGlobPatternResponse.getDefaultInstance() : implementationFileGlobPatternResponse_; } /** *
     * / [ImplementationFileGlobPatternResponse](#gauge.messages.ImplementationFileGlobPatternResponse)
     * 
* * .gauge.messages.ImplementationFileGlobPatternResponse implementationFileGlobPatternResponse = 35; */ @java.lang.Override public gauge.messages.Messages.ImplementationFileGlobPatternResponseOrBuilder getImplementationFileGlobPatternResponseOrBuilder() { return implementationFileGlobPatternResponse_ == null ? gauge.messages.Messages.ImplementationFileGlobPatternResponse.getDefaultInstance() : implementationFileGlobPatternResponse_; } public static final int SUITEEXECUTIONRESULTITEM_FIELD_NUMBER = 36; private gauge.messages.Messages.SuiteExecutionResultItem suiteExecutionResultItem_; /** *
     * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
     * 
* * .gauge.messages.SuiteExecutionResultItem suiteExecutionResultItem = 36; * @return Whether the suiteExecutionResultItem field is set. */ @java.lang.Override public boolean hasSuiteExecutionResultItem() { return ((bitField1_ & 0x00000002) != 0); } /** *
     * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
     * 
* * .gauge.messages.SuiteExecutionResultItem suiteExecutionResultItem = 36; * @return The suiteExecutionResultItem. */ @java.lang.Override public gauge.messages.Messages.SuiteExecutionResultItem getSuiteExecutionResultItem() { return suiteExecutionResultItem_ == null ? gauge.messages.Messages.SuiteExecutionResultItem.getDefaultInstance() : suiteExecutionResultItem_; } /** *
     * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
     * 
* * .gauge.messages.SuiteExecutionResultItem suiteExecutionResultItem = 36; */ @java.lang.Override public gauge.messages.Messages.SuiteExecutionResultItemOrBuilder getSuiteExecutionResultItemOrBuilder() { return suiteExecutionResultItem_ == null ? gauge.messages.Messages.SuiteExecutionResultItem.getDefaultInstance() : suiteExecutionResultItem_; } public static final int KEEPALIVE_FIELD_NUMBER = 37; private gauge.messages.Messages.KeepAlive keepAlive_; /** *
     * / [KeepAlive ](#gauge.messages.KeepAlive )
     * 
* * .gauge.messages.KeepAlive keepAlive = 37; * @return Whether the keepAlive field is set. */ @java.lang.Override public boolean hasKeepAlive() { return ((bitField1_ & 0x00000004) != 0); } /** *
     * / [KeepAlive ](#gauge.messages.KeepAlive )
     * 
* * .gauge.messages.KeepAlive keepAlive = 37; * @return The keepAlive. */ @java.lang.Override public gauge.messages.Messages.KeepAlive getKeepAlive() { return keepAlive_ == null ? gauge.messages.Messages.KeepAlive.getDefaultInstance() : keepAlive_; } /** *
     * / [KeepAlive ](#gauge.messages.KeepAlive )
     * 
* * .gauge.messages.KeepAlive keepAlive = 37; */ @java.lang.Override public gauge.messages.Messages.KeepAliveOrBuilder getKeepAliveOrBuilder() { return keepAlive_ == null ? gauge.messages.Messages.KeepAlive.getDefaultInstance() : keepAlive_; } 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 (messageType_ != gauge.messages.Messages.Message.MessageType.ExecutionStarting.getNumber()) { output.writeEnum(1, messageType_); } if (messageId_ != 0L) { output.writeInt64(2, messageId_); } if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(3, getExecutionStartingRequest()); } if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(4, getSpecExecutionStartingRequest()); } if (((bitField0_ & 0x00000004) != 0)) { output.writeMessage(5, getSpecExecutionEndingRequest()); } if (((bitField0_ & 0x00000008) != 0)) { output.writeMessage(6, getScenarioExecutionStartingRequest()); } if (((bitField0_ & 0x00000010) != 0)) { output.writeMessage(7, getScenarioExecutionEndingRequest()); } if (((bitField0_ & 0x00000020) != 0)) { output.writeMessage(8, getStepExecutionStartingRequest()); } if (((bitField0_ & 0x00000040) != 0)) { output.writeMessage(9, getStepExecutionEndingRequest()); } if (((bitField0_ & 0x00000080) != 0)) { output.writeMessage(10, getExecuteStepRequest()); } if (((bitField0_ & 0x00000100) != 0)) { output.writeMessage(11, getExecutionEndingRequest()); } if (((bitField0_ & 0x00000200) != 0)) { output.writeMessage(12, getStepValidateRequest()); } if (((bitField0_ & 0x00000400) != 0)) { output.writeMessage(13, getStepValidateResponse()); } if (((bitField0_ & 0x00000800) != 0)) { output.writeMessage(14, getExecutionStatusResponse()); } if (((bitField0_ & 0x00001000) != 0)) { output.writeMessage(15, getStepNamesRequest()); } if (((bitField0_ & 0x00002000) != 0)) { output.writeMessage(16, getStepNamesResponse()); } if (((bitField0_ & 0x00004000) != 0)) { output.writeMessage(17, getSuiteExecutionResult()); } if (((bitField0_ & 0x00008000) != 0)) { output.writeMessage(18, getKillProcessRequest()); } if (((bitField0_ & 0x00010000) != 0)) { output.writeMessage(19, getScenarioDataStoreInitRequest()); } if (((bitField0_ & 0x00020000) != 0)) { output.writeMessage(20, getSpecDataStoreInitRequest()); } if (((bitField0_ & 0x00040000) != 0)) { output.writeMessage(21, getSuiteDataStoreInitRequest()); } if (((bitField0_ & 0x00080000) != 0)) { output.writeMessage(22, getStepNameRequest()); } if (((bitField0_ & 0x00100000) != 0)) { output.writeMessage(23, getStepNameResponse()); } if (((bitField0_ & 0x00200000) != 0)) { output.writeMessage(24, getRefactorRequest()); } if (((bitField0_ & 0x00400000) != 0)) { output.writeMessage(25, getRefactorResponse()); } if (((bitField0_ & 0x00800000) != 0)) { output.writeMessage(26, getUnsupportedMessageResponse()); } if (((bitField0_ & 0x01000000) != 0)) { output.writeMessage(27, getCacheFileRequest()); } if (((bitField0_ & 0x02000000) != 0)) { output.writeMessage(28, getStepPositionsRequest()); } if (((bitField0_ & 0x04000000) != 0)) { output.writeMessage(29, getStepPositionsResponse()); } if (((bitField0_ & 0x08000000) != 0)) { output.writeMessage(30, getImplementationFileListRequest()); } if (((bitField0_ & 0x10000000) != 0)) { output.writeMessage(31, getImplementationFileListResponse()); } if (((bitField0_ & 0x20000000) != 0)) { output.writeMessage(32, getStubImplementationCodeRequest()); } if (((bitField0_ & 0x40000000) != 0)) { output.writeMessage(33, getFileDiff()); } if (((bitField0_ & 0x80000000) != 0)) { output.writeMessage(34, getImplementationFileGlobPatternRequest()); } if (((bitField1_ & 0x00000001) != 0)) { output.writeMessage(35, getImplementationFileGlobPatternResponse()); } if (((bitField1_ & 0x00000002) != 0)) { output.writeMessage(36, getSuiteExecutionResultItem()); } if (((bitField1_ & 0x00000004) != 0)) { output.writeMessage(37, getKeepAlive()); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (messageType_ != gauge.messages.Messages.Message.MessageType.ExecutionStarting.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(1, messageType_); } if (messageId_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(2, messageId_); } if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, getExecutionStartingRequest()); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, getSpecExecutionStartingRequest()); } if (((bitField0_ & 0x00000004) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, getSpecExecutionEndingRequest()); } if (((bitField0_ & 0x00000008) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, getScenarioExecutionStartingRequest()); } if (((bitField0_ & 0x00000010) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(7, getScenarioExecutionEndingRequest()); } if (((bitField0_ & 0x00000020) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(8, getStepExecutionStartingRequest()); } if (((bitField0_ & 0x00000040) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(9, getStepExecutionEndingRequest()); } if (((bitField0_ & 0x00000080) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(10, getExecuteStepRequest()); } if (((bitField0_ & 0x00000100) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(11, getExecutionEndingRequest()); } if (((bitField0_ & 0x00000200) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(12, getStepValidateRequest()); } if (((bitField0_ & 0x00000400) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(13, getStepValidateResponse()); } if (((bitField0_ & 0x00000800) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(14, getExecutionStatusResponse()); } if (((bitField0_ & 0x00001000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(15, getStepNamesRequest()); } if (((bitField0_ & 0x00002000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(16, getStepNamesResponse()); } if (((bitField0_ & 0x00004000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(17, getSuiteExecutionResult()); } if (((bitField0_ & 0x00008000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(18, getKillProcessRequest()); } if (((bitField0_ & 0x00010000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(19, getScenarioDataStoreInitRequest()); } if (((bitField0_ & 0x00020000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(20, getSpecDataStoreInitRequest()); } if (((bitField0_ & 0x00040000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(21, getSuiteDataStoreInitRequest()); } if (((bitField0_ & 0x00080000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(22, getStepNameRequest()); } if (((bitField0_ & 0x00100000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(23, getStepNameResponse()); } if (((bitField0_ & 0x00200000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(24, getRefactorRequest()); } if (((bitField0_ & 0x00400000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(25, getRefactorResponse()); } if (((bitField0_ & 0x00800000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(26, getUnsupportedMessageResponse()); } if (((bitField0_ & 0x01000000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(27, getCacheFileRequest()); } if (((bitField0_ & 0x02000000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(28, getStepPositionsRequest()); } if (((bitField0_ & 0x04000000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(29, getStepPositionsResponse()); } if (((bitField0_ & 0x08000000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(30, getImplementationFileListRequest()); } if (((bitField0_ & 0x10000000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(31, getImplementationFileListResponse()); } if (((bitField0_ & 0x20000000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(32, getStubImplementationCodeRequest()); } if (((bitField0_ & 0x40000000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(33, getFileDiff()); } if (((bitField0_ & 0x80000000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(34, getImplementationFileGlobPatternRequest()); } if (((bitField1_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(35, getImplementationFileGlobPatternResponse()); } if (((bitField1_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(36, getSuiteExecutionResultItem()); } if (((bitField1_ & 0x00000004) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(37, getKeepAlive()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.Message)) { return super.equals(obj); } gauge.messages.Messages.Message other = (gauge.messages.Messages.Message) obj; if (messageType_ != other.messageType_) return false; if (getMessageId() != other.getMessageId()) return false; if (hasExecutionStartingRequest() != other.hasExecutionStartingRequest()) return false; if (hasExecutionStartingRequest()) { if (!getExecutionStartingRequest() .equals(other.getExecutionStartingRequest())) return false; } if (hasSpecExecutionStartingRequest() != other.hasSpecExecutionStartingRequest()) return false; if (hasSpecExecutionStartingRequest()) { if (!getSpecExecutionStartingRequest() .equals(other.getSpecExecutionStartingRequest())) return false; } if (hasSpecExecutionEndingRequest() != other.hasSpecExecutionEndingRequest()) return false; if (hasSpecExecutionEndingRequest()) { if (!getSpecExecutionEndingRequest() .equals(other.getSpecExecutionEndingRequest())) return false; } if (hasScenarioExecutionStartingRequest() != other.hasScenarioExecutionStartingRequest()) return false; if (hasScenarioExecutionStartingRequest()) { if (!getScenarioExecutionStartingRequest() .equals(other.getScenarioExecutionStartingRequest())) return false; } if (hasScenarioExecutionEndingRequest() != other.hasScenarioExecutionEndingRequest()) return false; if (hasScenarioExecutionEndingRequest()) { if (!getScenarioExecutionEndingRequest() .equals(other.getScenarioExecutionEndingRequest())) return false; } if (hasStepExecutionStartingRequest() != other.hasStepExecutionStartingRequest()) return false; if (hasStepExecutionStartingRequest()) { if (!getStepExecutionStartingRequest() .equals(other.getStepExecutionStartingRequest())) return false; } if (hasStepExecutionEndingRequest() != other.hasStepExecutionEndingRequest()) return false; if (hasStepExecutionEndingRequest()) { if (!getStepExecutionEndingRequest() .equals(other.getStepExecutionEndingRequest())) return false; } if (hasExecuteStepRequest() != other.hasExecuteStepRequest()) return false; if (hasExecuteStepRequest()) { if (!getExecuteStepRequest() .equals(other.getExecuteStepRequest())) return false; } if (hasExecutionEndingRequest() != other.hasExecutionEndingRequest()) return false; if (hasExecutionEndingRequest()) { if (!getExecutionEndingRequest() .equals(other.getExecutionEndingRequest())) return false; } if (hasStepValidateRequest() != other.hasStepValidateRequest()) return false; if (hasStepValidateRequest()) { if (!getStepValidateRequest() .equals(other.getStepValidateRequest())) return false; } if (hasStepValidateResponse() != other.hasStepValidateResponse()) return false; if (hasStepValidateResponse()) { if (!getStepValidateResponse() .equals(other.getStepValidateResponse())) return false; } if (hasExecutionStatusResponse() != other.hasExecutionStatusResponse()) return false; if (hasExecutionStatusResponse()) { if (!getExecutionStatusResponse() .equals(other.getExecutionStatusResponse())) return false; } if (hasStepNamesRequest() != other.hasStepNamesRequest()) return false; if (hasStepNamesRequest()) { if (!getStepNamesRequest() .equals(other.getStepNamesRequest())) return false; } if (hasStepNamesResponse() != other.hasStepNamesResponse()) return false; if (hasStepNamesResponse()) { if (!getStepNamesResponse() .equals(other.getStepNamesResponse())) return false; } if (hasSuiteExecutionResult() != other.hasSuiteExecutionResult()) return false; if (hasSuiteExecutionResult()) { if (!getSuiteExecutionResult() .equals(other.getSuiteExecutionResult())) return false; } if (hasKillProcessRequest() != other.hasKillProcessRequest()) return false; if (hasKillProcessRequest()) { if (!getKillProcessRequest() .equals(other.getKillProcessRequest())) return false; } if (hasScenarioDataStoreInitRequest() != other.hasScenarioDataStoreInitRequest()) return false; if (hasScenarioDataStoreInitRequest()) { if (!getScenarioDataStoreInitRequest() .equals(other.getScenarioDataStoreInitRequest())) return false; } if (hasSpecDataStoreInitRequest() != other.hasSpecDataStoreInitRequest()) return false; if (hasSpecDataStoreInitRequest()) { if (!getSpecDataStoreInitRequest() .equals(other.getSpecDataStoreInitRequest())) return false; } if (hasSuiteDataStoreInitRequest() != other.hasSuiteDataStoreInitRequest()) return false; if (hasSuiteDataStoreInitRequest()) { if (!getSuiteDataStoreInitRequest() .equals(other.getSuiteDataStoreInitRequest())) return false; } if (hasStepNameRequest() != other.hasStepNameRequest()) return false; if (hasStepNameRequest()) { if (!getStepNameRequest() .equals(other.getStepNameRequest())) return false; } if (hasStepNameResponse() != other.hasStepNameResponse()) return false; if (hasStepNameResponse()) { if (!getStepNameResponse() .equals(other.getStepNameResponse())) return false; } if (hasRefactorRequest() != other.hasRefactorRequest()) return false; if (hasRefactorRequest()) { if (!getRefactorRequest() .equals(other.getRefactorRequest())) return false; } if (hasRefactorResponse() != other.hasRefactorResponse()) return false; if (hasRefactorResponse()) { if (!getRefactorResponse() .equals(other.getRefactorResponse())) return false; } if (hasUnsupportedMessageResponse() != other.hasUnsupportedMessageResponse()) return false; if (hasUnsupportedMessageResponse()) { if (!getUnsupportedMessageResponse() .equals(other.getUnsupportedMessageResponse())) return false; } if (hasCacheFileRequest() != other.hasCacheFileRequest()) return false; if (hasCacheFileRequest()) { if (!getCacheFileRequest() .equals(other.getCacheFileRequest())) return false; } if (hasStepPositionsRequest() != other.hasStepPositionsRequest()) return false; if (hasStepPositionsRequest()) { if (!getStepPositionsRequest() .equals(other.getStepPositionsRequest())) return false; } if (hasStepPositionsResponse() != other.hasStepPositionsResponse()) return false; if (hasStepPositionsResponse()) { if (!getStepPositionsResponse() .equals(other.getStepPositionsResponse())) return false; } if (hasImplementationFileListRequest() != other.hasImplementationFileListRequest()) return false; if (hasImplementationFileListRequest()) { if (!getImplementationFileListRequest() .equals(other.getImplementationFileListRequest())) return false; } if (hasImplementationFileListResponse() != other.hasImplementationFileListResponse()) return false; if (hasImplementationFileListResponse()) { if (!getImplementationFileListResponse() .equals(other.getImplementationFileListResponse())) return false; } if (hasStubImplementationCodeRequest() != other.hasStubImplementationCodeRequest()) return false; if (hasStubImplementationCodeRequest()) { if (!getStubImplementationCodeRequest() .equals(other.getStubImplementationCodeRequest())) return false; } if (hasFileDiff() != other.hasFileDiff()) return false; if (hasFileDiff()) { if (!getFileDiff() .equals(other.getFileDiff())) return false; } if (hasImplementationFileGlobPatternRequest() != other.hasImplementationFileGlobPatternRequest()) return false; if (hasImplementationFileGlobPatternRequest()) { if (!getImplementationFileGlobPatternRequest() .equals(other.getImplementationFileGlobPatternRequest())) return false; } if (hasImplementationFileGlobPatternResponse() != other.hasImplementationFileGlobPatternResponse()) return false; if (hasImplementationFileGlobPatternResponse()) { if (!getImplementationFileGlobPatternResponse() .equals(other.getImplementationFileGlobPatternResponse())) return false; } if (hasSuiteExecutionResultItem() != other.hasSuiteExecutionResultItem()) return false; if (hasSuiteExecutionResultItem()) { if (!getSuiteExecutionResultItem() .equals(other.getSuiteExecutionResultItem())) return false; } if (hasKeepAlive() != other.hasKeepAlive()) return false; if (hasKeepAlive()) { if (!getKeepAlive() .equals(other.getKeepAlive())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) 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) + MESSAGETYPE_FIELD_NUMBER; hash = (53 * hash) + messageType_; hash = (37 * hash) + MESSAGEID_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getMessageId()); if (hasExecutionStartingRequest()) { hash = (37 * hash) + EXECUTIONSTARTINGREQUEST_FIELD_NUMBER; hash = (53 * hash) + getExecutionStartingRequest().hashCode(); } if (hasSpecExecutionStartingRequest()) { hash = (37 * hash) + SPECEXECUTIONSTARTINGREQUEST_FIELD_NUMBER; hash = (53 * hash) + getSpecExecutionStartingRequest().hashCode(); } if (hasSpecExecutionEndingRequest()) { hash = (37 * hash) + SPECEXECUTIONENDINGREQUEST_FIELD_NUMBER; hash = (53 * hash) + getSpecExecutionEndingRequest().hashCode(); } if (hasScenarioExecutionStartingRequest()) { hash = (37 * hash) + SCENARIOEXECUTIONSTARTINGREQUEST_FIELD_NUMBER; hash = (53 * hash) + getScenarioExecutionStartingRequest().hashCode(); } if (hasScenarioExecutionEndingRequest()) { hash = (37 * hash) + SCENARIOEXECUTIONENDINGREQUEST_FIELD_NUMBER; hash = (53 * hash) + getScenarioExecutionEndingRequest().hashCode(); } if (hasStepExecutionStartingRequest()) { hash = (37 * hash) + STEPEXECUTIONSTARTINGREQUEST_FIELD_NUMBER; hash = (53 * hash) + getStepExecutionStartingRequest().hashCode(); } if (hasStepExecutionEndingRequest()) { hash = (37 * hash) + STEPEXECUTIONENDINGREQUEST_FIELD_NUMBER; hash = (53 * hash) + getStepExecutionEndingRequest().hashCode(); } if (hasExecuteStepRequest()) { hash = (37 * hash) + EXECUTESTEPREQUEST_FIELD_NUMBER; hash = (53 * hash) + getExecuteStepRequest().hashCode(); } if (hasExecutionEndingRequest()) { hash = (37 * hash) + EXECUTIONENDINGREQUEST_FIELD_NUMBER; hash = (53 * hash) + getExecutionEndingRequest().hashCode(); } if (hasStepValidateRequest()) { hash = (37 * hash) + STEPVALIDATEREQUEST_FIELD_NUMBER; hash = (53 * hash) + getStepValidateRequest().hashCode(); } if (hasStepValidateResponse()) { hash = (37 * hash) + STEPVALIDATERESPONSE_FIELD_NUMBER; hash = (53 * hash) + getStepValidateResponse().hashCode(); } if (hasExecutionStatusResponse()) { hash = (37 * hash) + EXECUTIONSTATUSRESPONSE_FIELD_NUMBER; hash = (53 * hash) + getExecutionStatusResponse().hashCode(); } if (hasStepNamesRequest()) { hash = (37 * hash) + STEPNAMESREQUEST_FIELD_NUMBER; hash = (53 * hash) + getStepNamesRequest().hashCode(); } if (hasStepNamesResponse()) { hash = (37 * hash) + STEPNAMESRESPONSE_FIELD_NUMBER; hash = (53 * hash) + getStepNamesResponse().hashCode(); } if (hasSuiteExecutionResult()) { hash = (37 * hash) + SUITEEXECUTIONRESULT_FIELD_NUMBER; hash = (53 * hash) + getSuiteExecutionResult().hashCode(); } if (hasKillProcessRequest()) { hash = (37 * hash) + KILLPROCESSREQUEST_FIELD_NUMBER; hash = (53 * hash) + getKillProcessRequest().hashCode(); } if (hasScenarioDataStoreInitRequest()) { hash = (37 * hash) + SCENARIODATASTOREINITREQUEST_FIELD_NUMBER; hash = (53 * hash) + getScenarioDataStoreInitRequest().hashCode(); } if (hasSpecDataStoreInitRequest()) { hash = (37 * hash) + SPECDATASTOREINITREQUEST_FIELD_NUMBER; hash = (53 * hash) + getSpecDataStoreInitRequest().hashCode(); } if (hasSuiteDataStoreInitRequest()) { hash = (37 * hash) + SUITEDATASTOREINITREQUEST_FIELD_NUMBER; hash = (53 * hash) + getSuiteDataStoreInitRequest().hashCode(); } if (hasStepNameRequest()) { hash = (37 * hash) + STEPNAMEREQUEST_FIELD_NUMBER; hash = (53 * hash) + getStepNameRequest().hashCode(); } if (hasStepNameResponse()) { hash = (37 * hash) + STEPNAMERESPONSE_FIELD_NUMBER; hash = (53 * hash) + getStepNameResponse().hashCode(); } if (hasRefactorRequest()) { hash = (37 * hash) + REFACTORREQUEST_FIELD_NUMBER; hash = (53 * hash) + getRefactorRequest().hashCode(); } if (hasRefactorResponse()) { hash = (37 * hash) + REFACTORRESPONSE_FIELD_NUMBER; hash = (53 * hash) + getRefactorResponse().hashCode(); } if (hasUnsupportedMessageResponse()) { hash = (37 * hash) + UNSUPPORTEDMESSAGERESPONSE_FIELD_NUMBER; hash = (53 * hash) + getUnsupportedMessageResponse().hashCode(); } if (hasCacheFileRequest()) { hash = (37 * hash) + CACHEFILEREQUEST_FIELD_NUMBER; hash = (53 * hash) + getCacheFileRequest().hashCode(); } if (hasStepPositionsRequest()) { hash = (37 * hash) + STEPPOSITIONSREQUEST_FIELD_NUMBER; hash = (53 * hash) + getStepPositionsRequest().hashCode(); } if (hasStepPositionsResponse()) { hash = (37 * hash) + STEPPOSITIONSRESPONSE_FIELD_NUMBER; hash = (53 * hash) + getStepPositionsResponse().hashCode(); } if (hasImplementationFileListRequest()) { hash = (37 * hash) + IMPLEMENTATIONFILELISTREQUEST_FIELD_NUMBER; hash = (53 * hash) + getImplementationFileListRequest().hashCode(); } if (hasImplementationFileListResponse()) { hash = (37 * hash) + IMPLEMENTATIONFILELISTRESPONSE_FIELD_NUMBER; hash = (53 * hash) + getImplementationFileListResponse().hashCode(); } if (hasStubImplementationCodeRequest()) { hash = (37 * hash) + STUBIMPLEMENTATIONCODEREQUEST_FIELD_NUMBER; hash = (53 * hash) + getStubImplementationCodeRequest().hashCode(); } if (hasFileDiff()) { hash = (37 * hash) + FILEDIFF_FIELD_NUMBER; hash = (53 * hash) + getFileDiff().hashCode(); } if (hasImplementationFileGlobPatternRequest()) { hash = (37 * hash) + IMPLEMENTATIONFILEGLOBPATTERNREQUEST_FIELD_NUMBER; hash = (53 * hash) + getImplementationFileGlobPatternRequest().hashCode(); } if (hasImplementationFileGlobPatternResponse()) { hash = (37 * hash) + IMPLEMENTATIONFILEGLOBPATTERNRESPONSE_FIELD_NUMBER; hash = (53 * hash) + getImplementationFileGlobPatternResponse().hashCode(); } if (hasSuiteExecutionResultItem()) { hash = (37 * hash) + SUITEEXECUTIONRESULTITEM_FIELD_NUMBER; hash = (53 * hash) + getSuiteExecutionResultItem().hashCode(); } if (hasKeepAlive()) { hash = (37 * hash) + KEEPALIVE_FIELD_NUMBER; hash = (53 * hash) + getKeepAlive().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static gauge.messages.Messages.Message parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.Message parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.Message parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.Message parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.Message parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static gauge.messages.Messages.Message parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static gauge.messages.Messages.Message parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.Message parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.Message parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static gauge.messages.Messages.Message parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.Message parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static gauge.messages.Messages.Message parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(gauge.messages.Messages.Message 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * / This is the message which gets transferred all the time
     * / with proper message type set
     * / One of the Request/Response fields will have value, depending on the MessageType set.
     * 
* * Protobuf type {@code gauge.messages.Message} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:gauge.messages.Message) gauge.messages.Messages.MessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return gauge.messages.Messages.internal_static_gauge_messages_Message_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_Message_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.Message.class, gauge.messages.Messages.Message.Builder.class); } // Construct using gauge.messages.Messages.Message.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getExecutionStartingRequestFieldBuilder(); getSpecExecutionStartingRequestFieldBuilder(); getSpecExecutionEndingRequestFieldBuilder(); getScenarioExecutionStartingRequestFieldBuilder(); getScenarioExecutionEndingRequestFieldBuilder(); getStepExecutionStartingRequestFieldBuilder(); getStepExecutionEndingRequestFieldBuilder(); getExecuteStepRequestFieldBuilder(); getExecutionEndingRequestFieldBuilder(); getStepValidateRequestFieldBuilder(); getStepValidateResponseFieldBuilder(); getExecutionStatusResponseFieldBuilder(); getStepNamesRequestFieldBuilder(); getStepNamesResponseFieldBuilder(); getSuiteExecutionResultFieldBuilder(); getKillProcessRequestFieldBuilder(); getScenarioDataStoreInitRequestFieldBuilder(); getSpecDataStoreInitRequestFieldBuilder(); getSuiteDataStoreInitRequestFieldBuilder(); getStepNameRequestFieldBuilder(); getStepNameResponseFieldBuilder(); getRefactorRequestFieldBuilder(); getRefactorResponseFieldBuilder(); getUnsupportedMessageResponseFieldBuilder(); getCacheFileRequestFieldBuilder(); getStepPositionsRequestFieldBuilder(); getStepPositionsResponseFieldBuilder(); getImplementationFileListRequestFieldBuilder(); getImplementationFileListResponseFieldBuilder(); getStubImplementationCodeRequestFieldBuilder(); getFileDiffFieldBuilder(); getImplementationFileGlobPatternRequestFieldBuilder(); getImplementationFileGlobPatternResponseFieldBuilder(); getSuiteExecutionResultItemFieldBuilder(); getKeepAliveFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; bitField1_ = 0; messageType_ = 0; messageId_ = 0L; executionStartingRequest_ = null; if (executionStartingRequestBuilder_ != null) { executionStartingRequestBuilder_.dispose(); executionStartingRequestBuilder_ = null; } specExecutionStartingRequest_ = null; if (specExecutionStartingRequestBuilder_ != null) { specExecutionStartingRequestBuilder_.dispose(); specExecutionStartingRequestBuilder_ = null; } specExecutionEndingRequest_ = null; if (specExecutionEndingRequestBuilder_ != null) { specExecutionEndingRequestBuilder_.dispose(); specExecutionEndingRequestBuilder_ = null; } scenarioExecutionStartingRequest_ = null; if (scenarioExecutionStartingRequestBuilder_ != null) { scenarioExecutionStartingRequestBuilder_.dispose(); scenarioExecutionStartingRequestBuilder_ = null; } scenarioExecutionEndingRequest_ = null; if (scenarioExecutionEndingRequestBuilder_ != null) { scenarioExecutionEndingRequestBuilder_.dispose(); scenarioExecutionEndingRequestBuilder_ = null; } stepExecutionStartingRequest_ = null; if (stepExecutionStartingRequestBuilder_ != null) { stepExecutionStartingRequestBuilder_.dispose(); stepExecutionStartingRequestBuilder_ = null; } stepExecutionEndingRequest_ = null; if (stepExecutionEndingRequestBuilder_ != null) { stepExecutionEndingRequestBuilder_.dispose(); stepExecutionEndingRequestBuilder_ = null; } executeStepRequest_ = null; if (executeStepRequestBuilder_ != null) { executeStepRequestBuilder_.dispose(); executeStepRequestBuilder_ = null; } executionEndingRequest_ = null; if (executionEndingRequestBuilder_ != null) { executionEndingRequestBuilder_.dispose(); executionEndingRequestBuilder_ = null; } stepValidateRequest_ = null; if (stepValidateRequestBuilder_ != null) { stepValidateRequestBuilder_.dispose(); stepValidateRequestBuilder_ = null; } stepValidateResponse_ = null; if (stepValidateResponseBuilder_ != null) { stepValidateResponseBuilder_.dispose(); stepValidateResponseBuilder_ = null; } executionStatusResponse_ = null; if (executionStatusResponseBuilder_ != null) { executionStatusResponseBuilder_.dispose(); executionStatusResponseBuilder_ = null; } stepNamesRequest_ = null; if (stepNamesRequestBuilder_ != null) { stepNamesRequestBuilder_.dispose(); stepNamesRequestBuilder_ = null; } stepNamesResponse_ = null; if (stepNamesResponseBuilder_ != null) { stepNamesResponseBuilder_.dispose(); stepNamesResponseBuilder_ = null; } suiteExecutionResult_ = null; if (suiteExecutionResultBuilder_ != null) { suiteExecutionResultBuilder_.dispose(); suiteExecutionResultBuilder_ = null; } killProcessRequest_ = null; if (killProcessRequestBuilder_ != null) { killProcessRequestBuilder_.dispose(); killProcessRequestBuilder_ = null; } scenarioDataStoreInitRequest_ = null; if (scenarioDataStoreInitRequestBuilder_ != null) { scenarioDataStoreInitRequestBuilder_.dispose(); scenarioDataStoreInitRequestBuilder_ = null; } specDataStoreInitRequest_ = null; if (specDataStoreInitRequestBuilder_ != null) { specDataStoreInitRequestBuilder_.dispose(); specDataStoreInitRequestBuilder_ = null; } suiteDataStoreInitRequest_ = null; if (suiteDataStoreInitRequestBuilder_ != null) { suiteDataStoreInitRequestBuilder_.dispose(); suiteDataStoreInitRequestBuilder_ = null; } stepNameRequest_ = null; if (stepNameRequestBuilder_ != null) { stepNameRequestBuilder_.dispose(); stepNameRequestBuilder_ = null; } stepNameResponse_ = null; if (stepNameResponseBuilder_ != null) { stepNameResponseBuilder_.dispose(); stepNameResponseBuilder_ = null; } refactorRequest_ = null; if (refactorRequestBuilder_ != null) { refactorRequestBuilder_.dispose(); refactorRequestBuilder_ = null; } refactorResponse_ = null; if (refactorResponseBuilder_ != null) { refactorResponseBuilder_.dispose(); refactorResponseBuilder_ = null; } unsupportedMessageResponse_ = null; if (unsupportedMessageResponseBuilder_ != null) { unsupportedMessageResponseBuilder_.dispose(); unsupportedMessageResponseBuilder_ = null; } cacheFileRequest_ = null; if (cacheFileRequestBuilder_ != null) { cacheFileRequestBuilder_.dispose(); cacheFileRequestBuilder_ = null; } stepPositionsRequest_ = null; if (stepPositionsRequestBuilder_ != null) { stepPositionsRequestBuilder_.dispose(); stepPositionsRequestBuilder_ = null; } stepPositionsResponse_ = null; if (stepPositionsResponseBuilder_ != null) { stepPositionsResponseBuilder_.dispose(); stepPositionsResponseBuilder_ = null; } implementationFileListRequest_ = null; if (implementationFileListRequestBuilder_ != null) { implementationFileListRequestBuilder_.dispose(); implementationFileListRequestBuilder_ = null; } implementationFileListResponse_ = null; if (implementationFileListResponseBuilder_ != null) { implementationFileListResponseBuilder_.dispose(); implementationFileListResponseBuilder_ = null; } stubImplementationCodeRequest_ = null; if (stubImplementationCodeRequestBuilder_ != null) { stubImplementationCodeRequestBuilder_.dispose(); stubImplementationCodeRequestBuilder_ = null; } fileDiff_ = null; if (fileDiffBuilder_ != null) { fileDiffBuilder_.dispose(); fileDiffBuilder_ = null; } implementationFileGlobPatternRequest_ = null; if (implementationFileGlobPatternRequestBuilder_ != null) { implementationFileGlobPatternRequestBuilder_.dispose(); implementationFileGlobPatternRequestBuilder_ = null; } implementationFileGlobPatternResponse_ = null; if (implementationFileGlobPatternResponseBuilder_ != null) { implementationFileGlobPatternResponseBuilder_.dispose(); implementationFileGlobPatternResponseBuilder_ = null; } suiteExecutionResultItem_ = null; if (suiteExecutionResultItemBuilder_ != null) { suiteExecutionResultItemBuilder_.dispose(); suiteExecutionResultItemBuilder_ = null; } keepAlive_ = null; if (keepAliveBuilder_ != null) { keepAliveBuilder_.dispose(); keepAliveBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return gauge.messages.Messages.internal_static_gauge_messages_Message_descriptor; } @java.lang.Override public gauge.messages.Messages.Message getDefaultInstanceForType() { return gauge.messages.Messages.Message.getDefaultInstance(); } @java.lang.Override public gauge.messages.Messages.Message build() { gauge.messages.Messages.Message result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public gauge.messages.Messages.Message buildPartial() { gauge.messages.Messages.Message result = new gauge.messages.Messages.Message(this); if (bitField0_ != 0) { buildPartial0(result); } if (bitField1_ != 0) { buildPartial1(result); } onBuilt(); return result; } private void buildPartial0(gauge.messages.Messages.Message result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.messageType_ = messageType_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.messageId_ = messageId_; } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000004) != 0)) { result.executionStartingRequest_ = executionStartingRequestBuilder_ == null ? executionStartingRequest_ : executionStartingRequestBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000008) != 0)) { result.specExecutionStartingRequest_ = specExecutionStartingRequestBuilder_ == null ? specExecutionStartingRequest_ : specExecutionStartingRequestBuilder_.build(); to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000010) != 0)) { result.specExecutionEndingRequest_ = specExecutionEndingRequestBuilder_ == null ? specExecutionEndingRequest_ : specExecutionEndingRequestBuilder_.build(); to_bitField0_ |= 0x00000004; } if (((from_bitField0_ & 0x00000020) != 0)) { result.scenarioExecutionStartingRequest_ = scenarioExecutionStartingRequestBuilder_ == null ? scenarioExecutionStartingRequest_ : scenarioExecutionStartingRequestBuilder_.build(); to_bitField0_ |= 0x00000008; } if (((from_bitField0_ & 0x00000040) != 0)) { result.scenarioExecutionEndingRequest_ = scenarioExecutionEndingRequestBuilder_ == null ? scenarioExecutionEndingRequest_ : scenarioExecutionEndingRequestBuilder_.build(); to_bitField0_ |= 0x00000010; } if (((from_bitField0_ & 0x00000080) != 0)) { result.stepExecutionStartingRequest_ = stepExecutionStartingRequestBuilder_ == null ? stepExecutionStartingRequest_ : stepExecutionStartingRequestBuilder_.build(); to_bitField0_ |= 0x00000020; } if (((from_bitField0_ & 0x00000100) != 0)) { result.stepExecutionEndingRequest_ = stepExecutionEndingRequestBuilder_ == null ? stepExecutionEndingRequest_ : stepExecutionEndingRequestBuilder_.build(); to_bitField0_ |= 0x00000040; } if (((from_bitField0_ & 0x00000200) != 0)) { result.executeStepRequest_ = executeStepRequestBuilder_ == null ? executeStepRequest_ : executeStepRequestBuilder_.build(); to_bitField0_ |= 0x00000080; } if (((from_bitField0_ & 0x00000400) != 0)) { result.executionEndingRequest_ = executionEndingRequestBuilder_ == null ? executionEndingRequest_ : executionEndingRequestBuilder_.build(); to_bitField0_ |= 0x00000100; } if (((from_bitField0_ & 0x00000800) != 0)) { result.stepValidateRequest_ = stepValidateRequestBuilder_ == null ? stepValidateRequest_ : stepValidateRequestBuilder_.build(); to_bitField0_ |= 0x00000200; } if (((from_bitField0_ & 0x00001000) != 0)) { result.stepValidateResponse_ = stepValidateResponseBuilder_ == null ? stepValidateResponse_ : stepValidateResponseBuilder_.build(); to_bitField0_ |= 0x00000400; } if (((from_bitField0_ & 0x00002000) != 0)) { result.executionStatusResponse_ = executionStatusResponseBuilder_ == null ? executionStatusResponse_ : executionStatusResponseBuilder_.build(); to_bitField0_ |= 0x00000800; } if (((from_bitField0_ & 0x00004000) != 0)) { result.stepNamesRequest_ = stepNamesRequestBuilder_ == null ? stepNamesRequest_ : stepNamesRequestBuilder_.build(); to_bitField0_ |= 0x00001000; } if (((from_bitField0_ & 0x00008000) != 0)) { result.stepNamesResponse_ = stepNamesResponseBuilder_ == null ? stepNamesResponse_ : stepNamesResponseBuilder_.build(); to_bitField0_ |= 0x00002000; } if (((from_bitField0_ & 0x00010000) != 0)) { result.suiteExecutionResult_ = suiteExecutionResultBuilder_ == null ? suiteExecutionResult_ : suiteExecutionResultBuilder_.build(); to_bitField0_ |= 0x00004000; } if (((from_bitField0_ & 0x00020000) != 0)) { result.killProcessRequest_ = killProcessRequestBuilder_ == null ? killProcessRequest_ : killProcessRequestBuilder_.build(); to_bitField0_ |= 0x00008000; } if (((from_bitField0_ & 0x00040000) != 0)) { result.scenarioDataStoreInitRequest_ = scenarioDataStoreInitRequestBuilder_ == null ? scenarioDataStoreInitRequest_ : scenarioDataStoreInitRequestBuilder_.build(); to_bitField0_ |= 0x00010000; } if (((from_bitField0_ & 0x00080000) != 0)) { result.specDataStoreInitRequest_ = specDataStoreInitRequestBuilder_ == null ? specDataStoreInitRequest_ : specDataStoreInitRequestBuilder_.build(); to_bitField0_ |= 0x00020000; } if (((from_bitField0_ & 0x00100000) != 0)) { result.suiteDataStoreInitRequest_ = suiteDataStoreInitRequestBuilder_ == null ? suiteDataStoreInitRequest_ : suiteDataStoreInitRequestBuilder_.build(); to_bitField0_ |= 0x00040000; } if (((from_bitField0_ & 0x00200000) != 0)) { result.stepNameRequest_ = stepNameRequestBuilder_ == null ? stepNameRequest_ : stepNameRequestBuilder_.build(); to_bitField0_ |= 0x00080000; } if (((from_bitField0_ & 0x00400000) != 0)) { result.stepNameResponse_ = stepNameResponseBuilder_ == null ? stepNameResponse_ : stepNameResponseBuilder_.build(); to_bitField0_ |= 0x00100000; } if (((from_bitField0_ & 0x00800000) != 0)) { result.refactorRequest_ = refactorRequestBuilder_ == null ? refactorRequest_ : refactorRequestBuilder_.build(); to_bitField0_ |= 0x00200000; } if (((from_bitField0_ & 0x01000000) != 0)) { result.refactorResponse_ = refactorResponseBuilder_ == null ? refactorResponse_ : refactorResponseBuilder_.build(); to_bitField0_ |= 0x00400000; } if (((from_bitField0_ & 0x02000000) != 0)) { result.unsupportedMessageResponse_ = unsupportedMessageResponseBuilder_ == null ? unsupportedMessageResponse_ : unsupportedMessageResponseBuilder_.build(); to_bitField0_ |= 0x00800000; } if (((from_bitField0_ & 0x04000000) != 0)) { result.cacheFileRequest_ = cacheFileRequestBuilder_ == null ? cacheFileRequest_ : cacheFileRequestBuilder_.build(); to_bitField0_ |= 0x01000000; } if (((from_bitField0_ & 0x08000000) != 0)) { result.stepPositionsRequest_ = stepPositionsRequestBuilder_ == null ? stepPositionsRequest_ : stepPositionsRequestBuilder_.build(); to_bitField0_ |= 0x02000000; } if (((from_bitField0_ & 0x10000000) != 0)) { result.stepPositionsResponse_ = stepPositionsResponseBuilder_ == null ? stepPositionsResponse_ : stepPositionsResponseBuilder_.build(); to_bitField0_ |= 0x04000000; } if (((from_bitField0_ & 0x20000000) != 0)) { result.implementationFileListRequest_ = implementationFileListRequestBuilder_ == null ? implementationFileListRequest_ : implementationFileListRequestBuilder_.build(); to_bitField0_ |= 0x08000000; } if (((from_bitField0_ & 0x40000000) != 0)) { result.implementationFileListResponse_ = implementationFileListResponseBuilder_ == null ? implementationFileListResponse_ : implementationFileListResponseBuilder_.build(); to_bitField0_ |= 0x10000000; } if (((from_bitField0_ & 0x80000000) != 0)) { result.stubImplementationCodeRequest_ = stubImplementationCodeRequestBuilder_ == null ? stubImplementationCodeRequest_ : stubImplementationCodeRequestBuilder_.build(); to_bitField0_ |= 0x20000000; } result.bitField0_ |= to_bitField0_; } private void buildPartial1(gauge.messages.Messages.Message result) { int from_bitField1_ = bitField1_; int to_bitField0_ = 0; if (((from_bitField1_ & 0x00000001) != 0)) { result.fileDiff_ = fileDiffBuilder_ == null ? fileDiff_ : fileDiffBuilder_.build(); to_bitField0_ |= 0x40000000; } if (((from_bitField1_ & 0x00000002) != 0)) { result.implementationFileGlobPatternRequest_ = implementationFileGlobPatternRequestBuilder_ == null ? implementationFileGlobPatternRequest_ : implementationFileGlobPatternRequestBuilder_.build(); to_bitField0_ |= 0x80000000; } int to_bitField1_ = 0; if (((from_bitField1_ & 0x00000004) != 0)) { result.implementationFileGlobPatternResponse_ = implementationFileGlobPatternResponseBuilder_ == null ? implementationFileGlobPatternResponse_ : implementationFileGlobPatternResponseBuilder_.build(); to_bitField1_ |= 0x00000001; } if (((from_bitField1_ & 0x00000008) != 0)) { result.suiteExecutionResultItem_ = suiteExecutionResultItemBuilder_ == null ? suiteExecutionResultItem_ : suiteExecutionResultItemBuilder_.build(); to_bitField1_ |= 0x00000002; } if (((from_bitField1_ & 0x00000010) != 0)) { result.keepAlive_ = keepAliveBuilder_ == null ? keepAlive_ : keepAliveBuilder_.build(); to_bitField1_ |= 0x00000004; } result.bitField0_ |= to_bitField0_; result.bitField1_ |= to_bitField1_; } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof gauge.messages.Messages.Message) { return mergeFrom((gauge.messages.Messages.Message)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(gauge.messages.Messages.Message other) { if (other == gauge.messages.Messages.Message.getDefaultInstance()) return this; if (other.messageType_ != 0) { setMessageTypeValue(other.getMessageTypeValue()); } if (other.getMessageId() != 0L) { setMessageId(other.getMessageId()); } if (other.hasExecutionStartingRequest()) { mergeExecutionStartingRequest(other.getExecutionStartingRequest()); } if (other.hasSpecExecutionStartingRequest()) { mergeSpecExecutionStartingRequest(other.getSpecExecutionStartingRequest()); } if (other.hasSpecExecutionEndingRequest()) { mergeSpecExecutionEndingRequest(other.getSpecExecutionEndingRequest()); } if (other.hasScenarioExecutionStartingRequest()) { mergeScenarioExecutionStartingRequest(other.getScenarioExecutionStartingRequest()); } if (other.hasScenarioExecutionEndingRequest()) { mergeScenarioExecutionEndingRequest(other.getScenarioExecutionEndingRequest()); } if (other.hasStepExecutionStartingRequest()) { mergeStepExecutionStartingRequest(other.getStepExecutionStartingRequest()); } if (other.hasStepExecutionEndingRequest()) { mergeStepExecutionEndingRequest(other.getStepExecutionEndingRequest()); } if (other.hasExecuteStepRequest()) { mergeExecuteStepRequest(other.getExecuteStepRequest()); } if (other.hasExecutionEndingRequest()) { mergeExecutionEndingRequest(other.getExecutionEndingRequest()); } if (other.hasStepValidateRequest()) { mergeStepValidateRequest(other.getStepValidateRequest()); } if (other.hasStepValidateResponse()) { mergeStepValidateResponse(other.getStepValidateResponse()); } if (other.hasExecutionStatusResponse()) { mergeExecutionStatusResponse(other.getExecutionStatusResponse()); } if (other.hasStepNamesRequest()) { mergeStepNamesRequest(other.getStepNamesRequest()); } if (other.hasStepNamesResponse()) { mergeStepNamesResponse(other.getStepNamesResponse()); } if (other.hasSuiteExecutionResult()) { mergeSuiteExecutionResult(other.getSuiteExecutionResult()); } if (other.hasKillProcessRequest()) { mergeKillProcessRequest(other.getKillProcessRequest()); } if (other.hasScenarioDataStoreInitRequest()) { mergeScenarioDataStoreInitRequest(other.getScenarioDataStoreInitRequest()); } if (other.hasSpecDataStoreInitRequest()) { mergeSpecDataStoreInitRequest(other.getSpecDataStoreInitRequest()); } if (other.hasSuiteDataStoreInitRequest()) { mergeSuiteDataStoreInitRequest(other.getSuiteDataStoreInitRequest()); } if (other.hasStepNameRequest()) { mergeStepNameRequest(other.getStepNameRequest()); } if (other.hasStepNameResponse()) { mergeStepNameResponse(other.getStepNameResponse()); } if (other.hasRefactorRequest()) { mergeRefactorRequest(other.getRefactorRequest()); } if (other.hasRefactorResponse()) { mergeRefactorResponse(other.getRefactorResponse()); } if (other.hasUnsupportedMessageResponse()) { mergeUnsupportedMessageResponse(other.getUnsupportedMessageResponse()); } if (other.hasCacheFileRequest()) { mergeCacheFileRequest(other.getCacheFileRequest()); } if (other.hasStepPositionsRequest()) { mergeStepPositionsRequest(other.getStepPositionsRequest()); } if (other.hasStepPositionsResponse()) { mergeStepPositionsResponse(other.getStepPositionsResponse()); } if (other.hasImplementationFileListRequest()) { mergeImplementationFileListRequest(other.getImplementationFileListRequest()); } if (other.hasImplementationFileListResponse()) { mergeImplementationFileListResponse(other.getImplementationFileListResponse()); } if (other.hasStubImplementationCodeRequest()) { mergeStubImplementationCodeRequest(other.getStubImplementationCodeRequest()); } if (other.hasFileDiff()) { mergeFileDiff(other.getFileDiff()); } if (other.hasImplementationFileGlobPatternRequest()) { mergeImplementationFileGlobPatternRequest(other.getImplementationFileGlobPatternRequest()); } if (other.hasImplementationFileGlobPatternResponse()) { mergeImplementationFileGlobPatternResponse(other.getImplementationFileGlobPatternResponse()); } if (other.hasSuiteExecutionResultItem()) { mergeSuiteExecutionResultItem(other.getSuiteExecutionResultItem()); } if (other.hasKeepAlive()) { mergeKeepAlive(other.getKeepAlive()); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { messageType_ = input.readEnum(); bitField0_ |= 0x00000001; break; } // case 8 case 16: { messageId_ = input.readInt64(); bitField0_ |= 0x00000002; break; } // case 16 case 26: { input.readMessage( getExecutionStartingRequestFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000004; break; } // case 26 case 34: { input.readMessage( getSpecExecutionStartingRequestFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000008; break; } // case 34 case 42: { input.readMessage( getSpecExecutionEndingRequestFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000010; break; } // case 42 case 50: { input.readMessage( getScenarioExecutionStartingRequestFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000020; break; } // case 50 case 58: { input.readMessage( getScenarioExecutionEndingRequestFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000040; break; } // case 58 case 66: { input.readMessage( getStepExecutionStartingRequestFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000080; break; } // case 66 case 74: { input.readMessage( getStepExecutionEndingRequestFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000100; break; } // case 74 case 82: { input.readMessage( getExecuteStepRequestFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000200; break; } // case 82 case 90: { input.readMessage( getExecutionEndingRequestFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000400; break; } // case 90 case 98: { input.readMessage( getStepValidateRequestFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000800; break; } // case 98 case 106: { input.readMessage( getStepValidateResponseFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00001000; break; } // case 106 case 114: { input.readMessage( getExecutionStatusResponseFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00002000; break; } // case 114 case 122: { input.readMessage( getStepNamesRequestFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00004000; break; } // case 122 case 130: { input.readMessage( getStepNamesResponseFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00008000; break; } // case 130 case 138: { input.readMessage( getSuiteExecutionResultFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00010000; break; } // case 138 case 146: { input.readMessage( getKillProcessRequestFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00020000; break; } // case 146 case 154: { input.readMessage( getScenarioDataStoreInitRequestFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00040000; break; } // case 154 case 162: { input.readMessage( getSpecDataStoreInitRequestFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00080000; break; } // case 162 case 170: { input.readMessage( getSuiteDataStoreInitRequestFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00100000; break; } // case 170 case 178: { input.readMessage( getStepNameRequestFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00200000; break; } // case 178 case 186: { input.readMessage( getStepNameResponseFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00400000; break; } // case 186 case 194: { input.readMessage( getRefactorRequestFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00800000; break; } // case 194 case 202: { input.readMessage( getRefactorResponseFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x01000000; break; } // case 202 case 210: { input.readMessage( getUnsupportedMessageResponseFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x02000000; break; } // case 210 case 218: { input.readMessage( getCacheFileRequestFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x04000000; break; } // case 218 case 226: { input.readMessage( getStepPositionsRequestFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x08000000; break; } // case 226 case 234: { input.readMessage( getStepPositionsResponseFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x10000000; break; } // case 234 case 242: { input.readMessage( getImplementationFileListRequestFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x20000000; break; } // case 242 case 250: { input.readMessage( getImplementationFileListResponseFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x40000000; break; } // case 250 case 258: { input.readMessage( getStubImplementationCodeRequestFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x80000000; break; } // case 258 case 266: { input.readMessage( getFileDiffFieldBuilder().getBuilder(), extensionRegistry); bitField1_ |= 0x00000001; break; } // case 266 case 274: { input.readMessage( getImplementationFileGlobPatternRequestFieldBuilder().getBuilder(), extensionRegistry); bitField1_ |= 0x00000002; break; } // case 274 case 282: { input.readMessage( getImplementationFileGlobPatternResponseFieldBuilder().getBuilder(), extensionRegistry); bitField1_ |= 0x00000004; break; } // case 282 case 290: { input.readMessage( getSuiteExecutionResultItemFieldBuilder().getBuilder(), extensionRegistry); bitField1_ |= 0x00000008; break; } // case 290 case 298: { input.readMessage( getKeepAliveFieldBuilder().getBuilder(), extensionRegistry); bitField1_ |= 0x00000010; break; } // case 298 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int bitField1_; private int messageType_ = 0; /** * .gauge.messages.Message.MessageType messageType = 1; * @return The enum numeric value on the wire for messageType. */ @java.lang.Override public int getMessageTypeValue() { return messageType_; } /** * .gauge.messages.Message.MessageType messageType = 1; * @param value The enum numeric value on the wire for messageType to set. * @return This builder for chaining. */ public Builder setMessageTypeValue(int value) { messageType_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * .gauge.messages.Message.MessageType messageType = 1; * @return The messageType. */ @java.lang.Override public gauge.messages.Messages.Message.MessageType getMessageType() { gauge.messages.Messages.Message.MessageType result = gauge.messages.Messages.Message.MessageType.forNumber(messageType_); return result == null ? gauge.messages.Messages.Message.MessageType.UNRECOGNIZED : result; } /** * .gauge.messages.Message.MessageType messageType = 1; * @param value The messageType to set. * @return This builder for chaining. */ public Builder setMessageType(gauge.messages.Messages.Message.MessageType value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; messageType_ = value.getNumber(); onChanged(); return this; } /** * .gauge.messages.Message.MessageType messageType = 1; * @return This builder for chaining. */ public Builder clearMessageType() { bitField0_ = (bitField0_ & ~0x00000001); messageType_ = 0; onChanged(); return this; } private long messageId_ ; /** *
       * / A unique id to represent this message. A response to the message should copy over this value.
       * / This is used to synchronize messages & responses
       * 
* * int64 messageId = 2; * @return The messageId. */ @java.lang.Override public long getMessageId() { return messageId_; } /** *
       * / A unique id to represent this message. A response to the message should copy over this value.
       * / This is used to synchronize messages & responses
       * 
* * int64 messageId = 2; * @param value The messageId to set. * @return This builder for chaining. */ public Builder setMessageId(long value) { messageId_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * / A unique id to represent this message. A response to the message should copy over this value.
       * / This is used to synchronize messages & responses
       * 
* * int64 messageId = 2; * @return This builder for chaining. */ public Builder clearMessageId() { bitField0_ = (bitField0_ & ~0x00000002); messageId_ = 0L; onChanged(); return this; } private gauge.messages.Messages.ExecutionStartingRequest executionStartingRequest_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionStartingRequest, gauge.messages.Messages.ExecutionStartingRequest.Builder, gauge.messages.Messages.ExecutionStartingRequestOrBuilder> executionStartingRequestBuilder_; /** *
       * / [ExecutionStartingRequest](#gauge.messages.ExecutionStartingRequest)
       * 
* * .gauge.messages.ExecutionStartingRequest executionStartingRequest = 3; * @return Whether the executionStartingRequest field is set. */ public boolean hasExecutionStartingRequest() { return ((bitField0_ & 0x00000004) != 0); } /** *
       * / [ExecutionStartingRequest](#gauge.messages.ExecutionStartingRequest)
       * 
* * .gauge.messages.ExecutionStartingRequest executionStartingRequest = 3; * @return The executionStartingRequest. */ public gauge.messages.Messages.ExecutionStartingRequest getExecutionStartingRequest() { if (executionStartingRequestBuilder_ == null) { return executionStartingRequest_ == null ? gauge.messages.Messages.ExecutionStartingRequest.getDefaultInstance() : executionStartingRequest_; } else { return executionStartingRequestBuilder_.getMessage(); } } /** *
       * / [ExecutionStartingRequest](#gauge.messages.ExecutionStartingRequest)
       * 
* * .gauge.messages.ExecutionStartingRequest executionStartingRequest = 3; */ public Builder setExecutionStartingRequest(gauge.messages.Messages.ExecutionStartingRequest value) { if (executionStartingRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } executionStartingRequest_ = value; } else { executionStartingRequestBuilder_.setMessage(value); } bitField0_ |= 0x00000004; onChanged(); return this; } /** *
       * / [ExecutionStartingRequest](#gauge.messages.ExecutionStartingRequest)
       * 
* * .gauge.messages.ExecutionStartingRequest executionStartingRequest = 3; */ public Builder setExecutionStartingRequest( gauge.messages.Messages.ExecutionStartingRequest.Builder builderForValue) { if (executionStartingRequestBuilder_ == null) { executionStartingRequest_ = builderForValue.build(); } else { executionStartingRequestBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000004; onChanged(); return this; } /** *
       * / [ExecutionStartingRequest](#gauge.messages.ExecutionStartingRequest)
       * 
* * .gauge.messages.ExecutionStartingRequest executionStartingRequest = 3; */ public Builder mergeExecutionStartingRequest(gauge.messages.Messages.ExecutionStartingRequest value) { if (executionStartingRequestBuilder_ == null) { if (((bitField0_ & 0x00000004) != 0) && executionStartingRequest_ != null && executionStartingRequest_ != gauge.messages.Messages.ExecutionStartingRequest.getDefaultInstance()) { getExecutionStartingRequestBuilder().mergeFrom(value); } else { executionStartingRequest_ = value; } } else { executionStartingRequestBuilder_.mergeFrom(value); } if (executionStartingRequest_ != null) { bitField0_ |= 0x00000004; onChanged(); } return this; } /** *
       * / [ExecutionStartingRequest](#gauge.messages.ExecutionStartingRequest)
       * 
* * .gauge.messages.ExecutionStartingRequest executionStartingRequest = 3; */ public Builder clearExecutionStartingRequest() { bitField0_ = (bitField0_ & ~0x00000004); executionStartingRequest_ = null; if (executionStartingRequestBuilder_ != null) { executionStartingRequestBuilder_.dispose(); executionStartingRequestBuilder_ = null; } onChanged(); return this; } /** *
       * / [ExecutionStartingRequest](#gauge.messages.ExecutionStartingRequest)
       * 
* * .gauge.messages.ExecutionStartingRequest executionStartingRequest = 3; */ public gauge.messages.Messages.ExecutionStartingRequest.Builder getExecutionStartingRequestBuilder() { bitField0_ |= 0x00000004; onChanged(); return getExecutionStartingRequestFieldBuilder().getBuilder(); } /** *
       * / [ExecutionStartingRequest](#gauge.messages.ExecutionStartingRequest)
       * 
* * .gauge.messages.ExecutionStartingRequest executionStartingRequest = 3; */ public gauge.messages.Messages.ExecutionStartingRequestOrBuilder getExecutionStartingRequestOrBuilder() { if (executionStartingRequestBuilder_ != null) { return executionStartingRequestBuilder_.getMessageOrBuilder(); } else { return executionStartingRequest_ == null ? gauge.messages.Messages.ExecutionStartingRequest.getDefaultInstance() : executionStartingRequest_; } } /** *
       * / [ExecutionStartingRequest](#gauge.messages.ExecutionStartingRequest)
       * 
* * .gauge.messages.ExecutionStartingRequest executionStartingRequest = 3; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionStartingRequest, gauge.messages.Messages.ExecutionStartingRequest.Builder, gauge.messages.Messages.ExecutionStartingRequestOrBuilder> getExecutionStartingRequestFieldBuilder() { if (executionStartingRequestBuilder_ == null) { executionStartingRequestBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionStartingRequest, gauge.messages.Messages.ExecutionStartingRequest.Builder, gauge.messages.Messages.ExecutionStartingRequestOrBuilder>( getExecutionStartingRequest(), getParentForChildren(), isClean()); executionStartingRequest_ = null; } return executionStartingRequestBuilder_; } private gauge.messages.Messages.SpecExecutionStartingRequest specExecutionStartingRequest_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.SpecExecutionStartingRequest, gauge.messages.Messages.SpecExecutionStartingRequest.Builder, gauge.messages.Messages.SpecExecutionStartingRequestOrBuilder> specExecutionStartingRequestBuilder_; /** *
       * / [SpecExecutionStartingRequest](#gauge.messages.SpecExecutionStartingRequest)
       * 
* * .gauge.messages.SpecExecutionStartingRequest specExecutionStartingRequest = 4; * @return Whether the specExecutionStartingRequest field is set. */ public boolean hasSpecExecutionStartingRequest() { return ((bitField0_ & 0x00000008) != 0); } /** *
       * / [SpecExecutionStartingRequest](#gauge.messages.SpecExecutionStartingRequest)
       * 
* * .gauge.messages.SpecExecutionStartingRequest specExecutionStartingRequest = 4; * @return The specExecutionStartingRequest. */ public gauge.messages.Messages.SpecExecutionStartingRequest getSpecExecutionStartingRequest() { if (specExecutionStartingRequestBuilder_ == null) { return specExecutionStartingRequest_ == null ? gauge.messages.Messages.SpecExecutionStartingRequest.getDefaultInstance() : specExecutionStartingRequest_; } else { return specExecutionStartingRequestBuilder_.getMessage(); } } /** *
       * / [SpecExecutionStartingRequest](#gauge.messages.SpecExecutionStartingRequest)
       * 
* * .gauge.messages.SpecExecutionStartingRequest specExecutionStartingRequest = 4; */ public Builder setSpecExecutionStartingRequest(gauge.messages.Messages.SpecExecutionStartingRequest value) { if (specExecutionStartingRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } specExecutionStartingRequest_ = value; } else { specExecutionStartingRequestBuilder_.setMessage(value); } bitField0_ |= 0x00000008; onChanged(); return this; } /** *
       * / [SpecExecutionStartingRequest](#gauge.messages.SpecExecutionStartingRequest)
       * 
* * .gauge.messages.SpecExecutionStartingRequest specExecutionStartingRequest = 4; */ public Builder setSpecExecutionStartingRequest( gauge.messages.Messages.SpecExecutionStartingRequest.Builder builderForValue) { if (specExecutionStartingRequestBuilder_ == null) { specExecutionStartingRequest_ = builderForValue.build(); } else { specExecutionStartingRequestBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000008; onChanged(); return this; } /** *
       * / [SpecExecutionStartingRequest](#gauge.messages.SpecExecutionStartingRequest)
       * 
* * .gauge.messages.SpecExecutionStartingRequest specExecutionStartingRequest = 4; */ public Builder mergeSpecExecutionStartingRequest(gauge.messages.Messages.SpecExecutionStartingRequest value) { if (specExecutionStartingRequestBuilder_ == null) { if (((bitField0_ & 0x00000008) != 0) && specExecutionStartingRequest_ != null && specExecutionStartingRequest_ != gauge.messages.Messages.SpecExecutionStartingRequest.getDefaultInstance()) { getSpecExecutionStartingRequestBuilder().mergeFrom(value); } else { specExecutionStartingRequest_ = value; } } else { specExecutionStartingRequestBuilder_.mergeFrom(value); } if (specExecutionStartingRequest_ != null) { bitField0_ |= 0x00000008; onChanged(); } return this; } /** *
       * / [SpecExecutionStartingRequest](#gauge.messages.SpecExecutionStartingRequest)
       * 
* * .gauge.messages.SpecExecutionStartingRequest specExecutionStartingRequest = 4; */ public Builder clearSpecExecutionStartingRequest() { bitField0_ = (bitField0_ & ~0x00000008); specExecutionStartingRequest_ = null; if (specExecutionStartingRequestBuilder_ != null) { specExecutionStartingRequestBuilder_.dispose(); specExecutionStartingRequestBuilder_ = null; } onChanged(); return this; } /** *
       * / [SpecExecutionStartingRequest](#gauge.messages.SpecExecutionStartingRequest)
       * 
* * .gauge.messages.SpecExecutionStartingRequest specExecutionStartingRequest = 4; */ public gauge.messages.Messages.SpecExecutionStartingRequest.Builder getSpecExecutionStartingRequestBuilder() { bitField0_ |= 0x00000008; onChanged(); return getSpecExecutionStartingRequestFieldBuilder().getBuilder(); } /** *
       * / [SpecExecutionStartingRequest](#gauge.messages.SpecExecutionStartingRequest)
       * 
* * .gauge.messages.SpecExecutionStartingRequest specExecutionStartingRequest = 4; */ public gauge.messages.Messages.SpecExecutionStartingRequestOrBuilder getSpecExecutionStartingRequestOrBuilder() { if (specExecutionStartingRequestBuilder_ != null) { return specExecutionStartingRequestBuilder_.getMessageOrBuilder(); } else { return specExecutionStartingRequest_ == null ? gauge.messages.Messages.SpecExecutionStartingRequest.getDefaultInstance() : specExecutionStartingRequest_; } } /** *
       * / [SpecExecutionStartingRequest](#gauge.messages.SpecExecutionStartingRequest)
       * 
* * .gauge.messages.SpecExecutionStartingRequest specExecutionStartingRequest = 4; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.SpecExecutionStartingRequest, gauge.messages.Messages.SpecExecutionStartingRequest.Builder, gauge.messages.Messages.SpecExecutionStartingRequestOrBuilder> getSpecExecutionStartingRequestFieldBuilder() { if (specExecutionStartingRequestBuilder_ == null) { specExecutionStartingRequestBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.SpecExecutionStartingRequest, gauge.messages.Messages.SpecExecutionStartingRequest.Builder, gauge.messages.Messages.SpecExecutionStartingRequestOrBuilder>( getSpecExecutionStartingRequest(), getParentForChildren(), isClean()); specExecutionStartingRequest_ = null; } return specExecutionStartingRequestBuilder_; } private gauge.messages.Messages.SpecExecutionEndingRequest specExecutionEndingRequest_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.SpecExecutionEndingRequest, gauge.messages.Messages.SpecExecutionEndingRequest.Builder, gauge.messages.Messages.SpecExecutionEndingRequestOrBuilder> specExecutionEndingRequestBuilder_; /** *
       * / [SpecExecutionEndingRequest](#gauge.messages.SpecExecutionEndingRequest)
       * 
* * .gauge.messages.SpecExecutionEndingRequest specExecutionEndingRequest = 5; * @return Whether the specExecutionEndingRequest field is set. */ public boolean hasSpecExecutionEndingRequest() { return ((bitField0_ & 0x00000010) != 0); } /** *
       * / [SpecExecutionEndingRequest](#gauge.messages.SpecExecutionEndingRequest)
       * 
* * .gauge.messages.SpecExecutionEndingRequest specExecutionEndingRequest = 5; * @return The specExecutionEndingRequest. */ public gauge.messages.Messages.SpecExecutionEndingRequest getSpecExecutionEndingRequest() { if (specExecutionEndingRequestBuilder_ == null) { return specExecutionEndingRequest_ == null ? gauge.messages.Messages.SpecExecutionEndingRequest.getDefaultInstance() : specExecutionEndingRequest_; } else { return specExecutionEndingRequestBuilder_.getMessage(); } } /** *
       * / [SpecExecutionEndingRequest](#gauge.messages.SpecExecutionEndingRequest)
       * 
* * .gauge.messages.SpecExecutionEndingRequest specExecutionEndingRequest = 5; */ public Builder setSpecExecutionEndingRequest(gauge.messages.Messages.SpecExecutionEndingRequest value) { if (specExecutionEndingRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } specExecutionEndingRequest_ = value; } else { specExecutionEndingRequestBuilder_.setMessage(value); } bitField0_ |= 0x00000010; onChanged(); return this; } /** *
       * / [SpecExecutionEndingRequest](#gauge.messages.SpecExecutionEndingRequest)
       * 
* * .gauge.messages.SpecExecutionEndingRequest specExecutionEndingRequest = 5; */ public Builder setSpecExecutionEndingRequest( gauge.messages.Messages.SpecExecutionEndingRequest.Builder builderForValue) { if (specExecutionEndingRequestBuilder_ == null) { specExecutionEndingRequest_ = builderForValue.build(); } else { specExecutionEndingRequestBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000010; onChanged(); return this; } /** *
       * / [SpecExecutionEndingRequest](#gauge.messages.SpecExecutionEndingRequest)
       * 
* * .gauge.messages.SpecExecutionEndingRequest specExecutionEndingRequest = 5; */ public Builder mergeSpecExecutionEndingRequest(gauge.messages.Messages.SpecExecutionEndingRequest value) { if (specExecutionEndingRequestBuilder_ == null) { if (((bitField0_ & 0x00000010) != 0) && specExecutionEndingRequest_ != null && specExecutionEndingRequest_ != gauge.messages.Messages.SpecExecutionEndingRequest.getDefaultInstance()) { getSpecExecutionEndingRequestBuilder().mergeFrom(value); } else { specExecutionEndingRequest_ = value; } } else { specExecutionEndingRequestBuilder_.mergeFrom(value); } if (specExecutionEndingRequest_ != null) { bitField0_ |= 0x00000010; onChanged(); } return this; } /** *
       * / [SpecExecutionEndingRequest](#gauge.messages.SpecExecutionEndingRequest)
       * 
* * .gauge.messages.SpecExecutionEndingRequest specExecutionEndingRequest = 5; */ public Builder clearSpecExecutionEndingRequest() { bitField0_ = (bitField0_ & ~0x00000010); specExecutionEndingRequest_ = null; if (specExecutionEndingRequestBuilder_ != null) { specExecutionEndingRequestBuilder_.dispose(); specExecutionEndingRequestBuilder_ = null; } onChanged(); return this; } /** *
       * / [SpecExecutionEndingRequest](#gauge.messages.SpecExecutionEndingRequest)
       * 
* * .gauge.messages.SpecExecutionEndingRequest specExecutionEndingRequest = 5; */ public gauge.messages.Messages.SpecExecutionEndingRequest.Builder getSpecExecutionEndingRequestBuilder() { bitField0_ |= 0x00000010; onChanged(); return getSpecExecutionEndingRequestFieldBuilder().getBuilder(); } /** *
       * / [SpecExecutionEndingRequest](#gauge.messages.SpecExecutionEndingRequest)
       * 
* * .gauge.messages.SpecExecutionEndingRequest specExecutionEndingRequest = 5; */ public gauge.messages.Messages.SpecExecutionEndingRequestOrBuilder getSpecExecutionEndingRequestOrBuilder() { if (specExecutionEndingRequestBuilder_ != null) { return specExecutionEndingRequestBuilder_.getMessageOrBuilder(); } else { return specExecutionEndingRequest_ == null ? gauge.messages.Messages.SpecExecutionEndingRequest.getDefaultInstance() : specExecutionEndingRequest_; } } /** *
       * / [SpecExecutionEndingRequest](#gauge.messages.SpecExecutionEndingRequest)
       * 
* * .gauge.messages.SpecExecutionEndingRequest specExecutionEndingRequest = 5; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.SpecExecutionEndingRequest, gauge.messages.Messages.SpecExecutionEndingRequest.Builder, gauge.messages.Messages.SpecExecutionEndingRequestOrBuilder> getSpecExecutionEndingRequestFieldBuilder() { if (specExecutionEndingRequestBuilder_ == null) { specExecutionEndingRequestBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.SpecExecutionEndingRequest, gauge.messages.Messages.SpecExecutionEndingRequest.Builder, gauge.messages.Messages.SpecExecutionEndingRequestOrBuilder>( getSpecExecutionEndingRequest(), getParentForChildren(), isClean()); specExecutionEndingRequest_ = null; } return specExecutionEndingRequestBuilder_; } private gauge.messages.Messages.ScenarioExecutionStartingRequest scenarioExecutionStartingRequest_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ScenarioExecutionStartingRequest, gauge.messages.Messages.ScenarioExecutionStartingRequest.Builder, gauge.messages.Messages.ScenarioExecutionStartingRequestOrBuilder> scenarioExecutionStartingRequestBuilder_; /** *
       * / [ScenarioExecutionStartingRequest](#gauge.messages.ScenarioExecutionStartingRequest)
       * 
* * .gauge.messages.ScenarioExecutionStartingRequest scenarioExecutionStartingRequest = 6; * @return Whether the scenarioExecutionStartingRequest field is set. */ public boolean hasScenarioExecutionStartingRequest() { return ((bitField0_ & 0x00000020) != 0); } /** *
       * / [ScenarioExecutionStartingRequest](#gauge.messages.ScenarioExecutionStartingRequest)
       * 
* * .gauge.messages.ScenarioExecutionStartingRequest scenarioExecutionStartingRequest = 6; * @return The scenarioExecutionStartingRequest. */ public gauge.messages.Messages.ScenarioExecutionStartingRequest getScenarioExecutionStartingRequest() { if (scenarioExecutionStartingRequestBuilder_ == null) { return scenarioExecutionStartingRequest_ == null ? gauge.messages.Messages.ScenarioExecutionStartingRequest.getDefaultInstance() : scenarioExecutionStartingRequest_; } else { return scenarioExecutionStartingRequestBuilder_.getMessage(); } } /** *
       * / [ScenarioExecutionStartingRequest](#gauge.messages.ScenarioExecutionStartingRequest)
       * 
* * .gauge.messages.ScenarioExecutionStartingRequest scenarioExecutionStartingRequest = 6; */ public Builder setScenarioExecutionStartingRequest(gauge.messages.Messages.ScenarioExecutionStartingRequest value) { if (scenarioExecutionStartingRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } scenarioExecutionStartingRequest_ = value; } else { scenarioExecutionStartingRequestBuilder_.setMessage(value); } bitField0_ |= 0x00000020; onChanged(); return this; } /** *
       * / [ScenarioExecutionStartingRequest](#gauge.messages.ScenarioExecutionStartingRequest)
       * 
* * .gauge.messages.ScenarioExecutionStartingRequest scenarioExecutionStartingRequest = 6; */ public Builder setScenarioExecutionStartingRequest( gauge.messages.Messages.ScenarioExecutionStartingRequest.Builder builderForValue) { if (scenarioExecutionStartingRequestBuilder_ == null) { scenarioExecutionStartingRequest_ = builderForValue.build(); } else { scenarioExecutionStartingRequestBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000020; onChanged(); return this; } /** *
       * / [ScenarioExecutionStartingRequest](#gauge.messages.ScenarioExecutionStartingRequest)
       * 
* * .gauge.messages.ScenarioExecutionStartingRequest scenarioExecutionStartingRequest = 6; */ public Builder mergeScenarioExecutionStartingRequest(gauge.messages.Messages.ScenarioExecutionStartingRequest value) { if (scenarioExecutionStartingRequestBuilder_ == null) { if (((bitField0_ & 0x00000020) != 0) && scenarioExecutionStartingRequest_ != null && scenarioExecutionStartingRequest_ != gauge.messages.Messages.ScenarioExecutionStartingRequest.getDefaultInstance()) { getScenarioExecutionStartingRequestBuilder().mergeFrom(value); } else { scenarioExecutionStartingRequest_ = value; } } else { scenarioExecutionStartingRequestBuilder_.mergeFrom(value); } if (scenarioExecutionStartingRequest_ != null) { bitField0_ |= 0x00000020; onChanged(); } return this; } /** *
       * / [ScenarioExecutionStartingRequest](#gauge.messages.ScenarioExecutionStartingRequest)
       * 
* * .gauge.messages.ScenarioExecutionStartingRequest scenarioExecutionStartingRequest = 6; */ public Builder clearScenarioExecutionStartingRequest() { bitField0_ = (bitField0_ & ~0x00000020); scenarioExecutionStartingRequest_ = null; if (scenarioExecutionStartingRequestBuilder_ != null) { scenarioExecutionStartingRequestBuilder_.dispose(); scenarioExecutionStartingRequestBuilder_ = null; } onChanged(); return this; } /** *
       * / [ScenarioExecutionStartingRequest](#gauge.messages.ScenarioExecutionStartingRequest)
       * 
* * .gauge.messages.ScenarioExecutionStartingRequest scenarioExecutionStartingRequest = 6; */ public gauge.messages.Messages.ScenarioExecutionStartingRequest.Builder getScenarioExecutionStartingRequestBuilder() { bitField0_ |= 0x00000020; onChanged(); return getScenarioExecutionStartingRequestFieldBuilder().getBuilder(); } /** *
       * / [ScenarioExecutionStartingRequest](#gauge.messages.ScenarioExecutionStartingRequest)
       * 
* * .gauge.messages.ScenarioExecutionStartingRequest scenarioExecutionStartingRequest = 6; */ public gauge.messages.Messages.ScenarioExecutionStartingRequestOrBuilder getScenarioExecutionStartingRequestOrBuilder() { if (scenarioExecutionStartingRequestBuilder_ != null) { return scenarioExecutionStartingRequestBuilder_.getMessageOrBuilder(); } else { return scenarioExecutionStartingRequest_ == null ? gauge.messages.Messages.ScenarioExecutionStartingRequest.getDefaultInstance() : scenarioExecutionStartingRequest_; } } /** *
       * / [ScenarioExecutionStartingRequest](#gauge.messages.ScenarioExecutionStartingRequest)
       * 
* * .gauge.messages.ScenarioExecutionStartingRequest scenarioExecutionStartingRequest = 6; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ScenarioExecutionStartingRequest, gauge.messages.Messages.ScenarioExecutionStartingRequest.Builder, gauge.messages.Messages.ScenarioExecutionStartingRequestOrBuilder> getScenarioExecutionStartingRequestFieldBuilder() { if (scenarioExecutionStartingRequestBuilder_ == null) { scenarioExecutionStartingRequestBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ScenarioExecutionStartingRequest, gauge.messages.Messages.ScenarioExecutionStartingRequest.Builder, gauge.messages.Messages.ScenarioExecutionStartingRequestOrBuilder>( getScenarioExecutionStartingRequest(), getParentForChildren(), isClean()); scenarioExecutionStartingRequest_ = null; } return scenarioExecutionStartingRequestBuilder_; } private gauge.messages.Messages.ScenarioExecutionEndingRequest scenarioExecutionEndingRequest_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ScenarioExecutionEndingRequest, gauge.messages.Messages.ScenarioExecutionEndingRequest.Builder, gauge.messages.Messages.ScenarioExecutionEndingRequestOrBuilder> scenarioExecutionEndingRequestBuilder_; /** *
       * / [ScenarioExecutionEndingRequest](#gauge.messages.ScenarioExecutionEndingRequest)
       * 
* * .gauge.messages.ScenarioExecutionEndingRequest scenarioExecutionEndingRequest = 7; * @return Whether the scenarioExecutionEndingRequest field is set. */ public boolean hasScenarioExecutionEndingRequest() { return ((bitField0_ & 0x00000040) != 0); } /** *
       * / [ScenarioExecutionEndingRequest](#gauge.messages.ScenarioExecutionEndingRequest)
       * 
* * .gauge.messages.ScenarioExecutionEndingRequest scenarioExecutionEndingRequest = 7; * @return The scenarioExecutionEndingRequest. */ public gauge.messages.Messages.ScenarioExecutionEndingRequest getScenarioExecutionEndingRequest() { if (scenarioExecutionEndingRequestBuilder_ == null) { return scenarioExecutionEndingRequest_ == null ? gauge.messages.Messages.ScenarioExecutionEndingRequest.getDefaultInstance() : scenarioExecutionEndingRequest_; } else { return scenarioExecutionEndingRequestBuilder_.getMessage(); } } /** *
       * / [ScenarioExecutionEndingRequest](#gauge.messages.ScenarioExecutionEndingRequest)
       * 
* * .gauge.messages.ScenarioExecutionEndingRequest scenarioExecutionEndingRequest = 7; */ public Builder setScenarioExecutionEndingRequest(gauge.messages.Messages.ScenarioExecutionEndingRequest value) { if (scenarioExecutionEndingRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } scenarioExecutionEndingRequest_ = value; } else { scenarioExecutionEndingRequestBuilder_.setMessage(value); } bitField0_ |= 0x00000040; onChanged(); return this; } /** *
       * / [ScenarioExecutionEndingRequest](#gauge.messages.ScenarioExecutionEndingRequest)
       * 
* * .gauge.messages.ScenarioExecutionEndingRequest scenarioExecutionEndingRequest = 7; */ public Builder setScenarioExecutionEndingRequest( gauge.messages.Messages.ScenarioExecutionEndingRequest.Builder builderForValue) { if (scenarioExecutionEndingRequestBuilder_ == null) { scenarioExecutionEndingRequest_ = builderForValue.build(); } else { scenarioExecutionEndingRequestBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000040; onChanged(); return this; } /** *
       * / [ScenarioExecutionEndingRequest](#gauge.messages.ScenarioExecutionEndingRequest)
       * 
* * .gauge.messages.ScenarioExecutionEndingRequest scenarioExecutionEndingRequest = 7; */ public Builder mergeScenarioExecutionEndingRequest(gauge.messages.Messages.ScenarioExecutionEndingRequest value) { if (scenarioExecutionEndingRequestBuilder_ == null) { if (((bitField0_ & 0x00000040) != 0) && scenarioExecutionEndingRequest_ != null && scenarioExecutionEndingRequest_ != gauge.messages.Messages.ScenarioExecutionEndingRequest.getDefaultInstance()) { getScenarioExecutionEndingRequestBuilder().mergeFrom(value); } else { scenarioExecutionEndingRequest_ = value; } } else { scenarioExecutionEndingRequestBuilder_.mergeFrom(value); } if (scenarioExecutionEndingRequest_ != null) { bitField0_ |= 0x00000040; onChanged(); } return this; } /** *
       * / [ScenarioExecutionEndingRequest](#gauge.messages.ScenarioExecutionEndingRequest)
       * 
* * .gauge.messages.ScenarioExecutionEndingRequest scenarioExecutionEndingRequest = 7; */ public Builder clearScenarioExecutionEndingRequest() { bitField0_ = (bitField0_ & ~0x00000040); scenarioExecutionEndingRequest_ = null; if (scenarioExecutionEndingRequestBuilder_ != null) { scenarioExecutionEndingRequestBuilder_.dispose(); scenarioExecutionEndingRequestBuilder_ = null; } onChanged(); return this; } /** *
       * / [ScenarioExecutionEndingRequest](#gauge.messages.ScenarioExecutionEndingRequest)
       * 
* * .gauge.messages.ScenarioExecutionEndingRequest scenarioExecutionEndingRequest = 7; */ public gauge.messages.Messages.ScenarioExecutionEndingRequest.Builder getScenarioExecutionEndingRequestBuilder() { bitField0_ |= 0x00000040; onChanged(); return getScenarioExecutionEndingRequestFieldBuilder().getBuilder(); } /** *
       * / [ScenarioExecutionEndingRequest](#gauge.messages.ScenarioExecutionEndingRequest)
       * 
* * .gauge.messages.ScenarioExecutionEndingRequest scenarioExecutionEndingRequest = 7; */ public gauge.messages.Messages.ScenarioExecutionEndingRequestOrBuilder getScenarioExecutionEndingRequestOrBuilder() { if (scenarioExecutionEndingRequestBuilder_ != null) { return scenarioExecutionEndingRequestBuilder_.getMessageOrBuilder(); } else { return scenarioExecutionEndingRequest_ == null ? gauge.messages.Messages.ScenarioExecutionEndingRequest.getDefaultInstance() : scenarioExecutionEndingRequest_; } } /** *
       * / [ScenarioExecutionEndingRequest](#gauge.messages.ScenarioExecutionEndingRequest)
       * 
* * .gauge.messages.ScenarioExecutionEndingRequest scenarioExecutionEndingRequest = 7; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ScenarioExecutionEndingRequest, gauge.messages.Messages.ScenarioExecutionEndingRequest.Builder, gauge.messages.Messages.ScenarioExecutionEndingRequestOrBuilder> getScenarioExecutionEndingRequestFieldBuilder() { if (scenarioExecutionEndingRequestBuilder_ == null) { scenarioExecutionEndingRequestBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ScenarioExecutionEndingRequest, gauge.messages.Messages.ScenarioExecutionEndingRequest.Builder, gauge.messages.Messages.ScenarioExecutionEndingRequestOrBuilder>( getScenarioExecutionEndingRequest(), getParentForChildren(), isClean()); scenarioExecutionEndingRequest_ = null; } return scenarioExecutionEndingRequestBuilder_; } private gauge.messages.Messages.StepExecutionStartingRequest stepExecutionStartingRequest_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepExecutionStartingRequest, gauge.messages.Messages.StepExecutionStartingRequest.Builder, gauge.messages.Messages.StepExecutionStartingRequestOrBuilder> stepExecutionStartingRequestBuilder_; /** *
       * / [StepExecutionStartingRequest](#gauge.messages.StepExecutionStartingRequest)
       * 
* * .gauge.messages.StepExecutionStartingRequest stepExecutionStartingRequest = 8; * @return Whether the stepExecutionStartingRequest field is set. */ public boolean hasStepExecutionStartingRequest() { return ((bitField0_ & 0x00000080) != 0); } /** *
       * / [StepExecutionStartingRequest](#gauge.messages.StepExecutionStartingRequest)
       * 
* * .gauge.messages.StepExecutionStartingRequest stepExecutionStartingRequest = 8; * @return The stepExecutionStartingRequest. */ public gauge.messages.Messages.StepExecutionStartingRequest getStepExecutionStartingRequest() { if (stepExecutionStartingRequestBuilder_ == null) { return stepExecutionStartingRequest_ == null ? gauge.messages.Messages.StepExecutionStartingRequest.getDefaultInstance() : stepExecutionStartingRequest_; } else { return stepExecutionStartingRequestBuilder_.getMessage(); } } /** *
       * / [StepExecutionStartingRequest](#gauge.messages.StepExecutionStartingRequest)
       * 
* * .gauge.messages.StepExecutionStartingRequest stepExecutionStartingRequest = 8; */ public Builder setStepExecutionStartingRequest(gauge.messages.Messages.StepExecutionStartingRequest value) { if (stepExecutionStartingRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } stepExecutionStartingRequest_ = value; } else { stepExecutionStartingRequestBuilder_.setMessage(value); } bitField0_ |= 0x00000080; onChanged(); return this; } /** *
       * / [StepExecutionStartingRequest](#gauge.messages.StepExecutionStartingRequest)
       * 
* * .gauge.messages.StepExecutionStartingRequest stepExecutionStartingRequest = 8; */ public Builder setStepExecutionStartingRequest( gauge.messages.Messages.StepExecutionStartingRequest.Builder builderForValue) { if (stepExecutionStartingRequestBuilder_ == null) { stepExecutionStartingRequest_ = builderForValue.build(); } else { stepExecutionStartingRequestBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000080; onChanged(); return this; } /** *
       * / [StepExecutionStartingRequest](#gauge.messages.StepExecutionStartingRequest)
       * 
* * .gauge.messages.StepExecutionStartingRequest stepExecutionStartingRequest = 8; */ public Builder mergeStepExecutionStartingRequest(gauge.messages.Messages.StepExecutionStartingRequest value) { if (stepExecutionStartingRequestBuilder_ == null) { if (((bitField0_ & 0x00000080) != 0) && stepExecutionStartingRequest_ != null && stepExecutionStartingRequest_ != gauge.messages.Messages.StepExecutionStartingRequest.getDefaultInstance()) { getStepExecutionStartingRequestBuilder().mergeFrom(value); } else { stepExecutionStartingRequest_ = value; } } else { stepExecutionStartingRequestBuilder_.mergeFrom(value); } if (stepExecutionStartingRequest_ != null) { bitField0_ |= 0x00000080; onChanged(); } return this; } /** *
       * / [StepExecutionStartingRequest](#gauge.messages.StepExecutionStartingRequest)
       * 
* * .gauge.messages.StepExecutionStartingRequest stepExecutionStartingRequest = 8; */ public Builder clearStepExecutionStartingRequest() { bitField0_ = (bitField0_ & ~0x00000080); stepExecutionStartingRequest_ = null; if (stepExecutionStartingRequestBuilder_ != null) { stepExecutionStartingRequestBuilder_.dispose(); stepExecutionStartingRequestBuilder_ = null; } onChanged(); return this; } /** *
       * / [StepExecutionStartingRequest](#gauge.messages.StepExecutionStartingRequest)
       * 
* * .gauge.messages.StepExecutionStartingRequest stepExecutionStartingRequest = 8; */ public gauge.messages.Messages.StepExecutionStartingRequest.Builder getStepExecutionStartingRequestBuilder() { bitField0_ |= 0x00000080; onChanged(); return getStepExecutionStartingRequestFieldBuilder().getBuilder(); } /** *
       * / [StepExecutionStartingRequest](#gauge.messages.StepExecutionStartingRequest)
       * 
* * .gauge.messages.StepExecutionStartingRequest stepExecutionStartingRequest = 8; */ public gauge.messages.Messages.StepExecutionStartingRequestOrBuilder getStepExecutionStartingRequestOrBuilder() { if (stepExecutionStartingRequestBuilder_ != null) { return stepExecutionStartingRequestBuilder_.getMessageOrBuilder(); } else { return stepExecutionStartingRequest_ == null ? gauge.messages.Messages.StepExecutionStartingRequest.getDefaultInstance() : stepExecutionStartingRequest_; } } /** *
       * / [StepExecutionStartingRequest](#gauge.messages.StepExecutionStartingRequest)
       * 
* * .gauge.messages.StepExecutionStartingRequest stepExecutionStartingRequest = 8; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepExecutionStartingRequest, gauge.messages.Messages.StepExecutionStartingRequest.Builder, gauge.messages.Messages.StepExecutionStartingRequestOrBuilder> getStepExecutionStartingRequestFieldBuilder() { if (stepExecutionStartingRequestBuilder_ == null) { stepExecutionStartingRequestBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepExecutionStartingRequest, gauge.messages.Messages.StepExecutionStartingRequest.Builder, gauge.messages.Messages.StepExecutionStartingRequestOrBuilder>( getStepExecutionStartingRequest(), getParentForChildren(), isClean()); stepExecutionStartingRequest_ = null; } return stepExecutionStartingRequestBuilder_; } private gauge.messages.Messages.StepExecutionEndingRequest stepExecutionEndingRequest_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepExecutionEndingRequest, gauge.messages.Messages.StepExecutionEndingRequest.Builder, gauge.messages.Messages.StepExecutionEndingRequestOrBuilder> stepExecutionEndingRequestBuilder_; /** *
       * / [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)
       * 
* * .gauge.messages.StepExecutionEndingRequest stepExecutionEndingRequest = 9; * @return Whether the stepExecutionEndingRequest field is set. */ public boolean hasStepExecutionEndingRequest() { return ((bitField0_ & 0x00000100) != 0); } /** *
       * / [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)
       * 
* * .gauge.messages.StepExecutionEndingRequest stepExecutionEndingRequest = 9; * @return The stepExecutionEndingRequest. */ public gauge.messages.Messages.StepExecutionEndingRequest getStepExecutionEndingRequest() { if (stepExecutionEndingRequestBuilder_ == null) { return stepExecutionEndingRequest_ == null ? gauge.messages.Messages.StepExecutionEndingRequest.getDefaultInstance() : stepExecutionEndingRequest_; } else { return stepExecutionEndingRequestBuilder_.getMessage(); } } /** *
       * / [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)
       * 
* * .gauge.messages.StepExecutionEndingRequest stepExecutionEndingRequest = 9; */ public Builder setStepExecutionEndingRequest(gauge.messages.Messages.StepExecutionEndingRequest value) { if (stepExecutionEndingRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } stepExecutionEndingRequest_ = value; } else { stepExecutionEndingRequestBuilder_.setMessage(value); } bitField0_ |= 0x00000100; onChanged(); return this; } /** *
       * / [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)
       * 
* * .gauge.messages.StepExecutionEndingRequest stepExecutionEndingRequest = 9; */ public Builder setStepExecutionEndingRequest( gauge.messages.Messages.StepExecutionEndingRequest.Builder builderForValue) { if (stepExecutionEndingRequestBuilder_ == null) { stepExecutionEndingRequest_ = builderForValue.build(); } else { stepExecutionEndingRequestBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000100; onChanged(); return this; } /** *
       * / [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)
       * 
* * .gauge.messages.StepExecutionEndingRequest stepExecutionEndingRequest = 9; */ public Builder mergeStepExecutionEndingRequest(gauge.messages.Messages.StepExecutionEndingRequest value) { if (stepExecutionEndingRequestBuilder_ == null) { if (((bitField0_ & 0x00000100) != 0) && stepExecutionEndingRequest_ != null && stepExecutionEndingRequest_ != gauge.messages.Messages.StepExecutionEndingRequest.getDefaultInstance()) { getStepExecutionEndingRequestBuilder().mergeFrom(value); } else { stepExecutionEndingRequest_ = value; } } else { stepExecutionEndingRequestBuilder_.mergeFrom(value); } if (stepExecutionEndingRequest_ != null) { bitField0_ |= 0x00000100; onChanged(); } return this; } /** *
       * / [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)
       * 
* * .gauge.messages.StepExecutionEndingRequest stepExecutionEndingRequest = 9; */ public Builder clearStepExecutionEndingRequest() { bitField0_ = (bitField0_ & ~0x00000100); stepExecutionEndingRequest_ = null; if (stepExecutionEndingRequestBuilder_ != null) { stepExecutionEndingRequestBuilder_.dispose(); stepExecutionEndingRequestBuilder_ = null; } onChanged(); return this; } /** *
       * / [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)
       * 
* * .gauge.messages.StepExecutionEndingRequest stepExecutionEndingRequest = 9; */ public gauge.messages.Messages.StepExecutionEndingRequest.Builder getStepExecutionEndingRequestBuilder() { bitField0_ |= 0x00000100; onChanged(); return getStepExecutionEndingRequestFieldBuilder().getBuilder(); } /** *
       * / [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)
       * 
* * .gauge.messages.StepExecutionEndingRequest stepExecutionEndingRequest = 9; */ public gauge.messages.Messages.StepExecutionEndingRequestOrBuilder getStepExecutionEndingRequestOrBuilder() { if (stepExecutionEndingRequestBuilder_ != null) { return stepExecutionEndingRequestBuilder_.getMessageOrBuilder(); } else { return stepExecutionEndingRequest_ == null ? gauge.messages.Messages.StepExecutionEndingRequest.getDefaultInstance() : stepExecutionEndingRequest_; } } /** *
       * / [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)
       * 
* * .gauge.messages.StepExecutionEndingRequest stepExecutionEndingRequest = 9; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepExecutionEndingRequest, gauge.messages.Messages.StepExecutionEndingRequest.Builder, gauge.messages.Messages.StepExecutionEndingRequestOrBuilder> getStepExecutionEndingRequestFieldBuilder() { if (stepExecutionEndingRequestBuilder_ == null) { stepExecutionEndingRequestBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepExecutionEndingRequest, gauge.messages.Messages.StepExecutionEndingRequest.Builder, gauge.messages.Messages.StepExecutionEndingRequestOrBuilder>( getStepExecutionEndingRequest(), getParentForChildren(), isClean()); stepExecutionEndingRequest_ = null; } return stepExecutionEndingRequestBuilder_; } private gauge.messages.Messages.ExecuteStepRequest executeStepRequest_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecuteStepRequest, gauge.messages.Messages.ExecuteStepRequest.Builder, gauge.messages.Messages.ExecuteStepRequestOrBuilder> executeStepRequestBuilder_; /** *
       * / [ExecuteStepRequest](#gauge.messages.ExecuteStepRequest)
       * 
* * .gauge.messages.ExecuteStepRequest executeStepRequest = 10; * @return Whether the executeStepRequest field is set. */ public boolean hasExecuteStepRequest() { return ((bitField0_ & 0x00000200) != 0); } /** *
       * / [ExecuteStepRequest](#gauge.messages.ExecuteStepRequest)
       * 
* * .gauge.messages.ExecuteStepRequest executeStepRequest = 10; * @return The executeStepRequest. */ public gauge.messages.Messages.ExecuteStepRequest getExecuteStepRequest() { if (executeStepRequestBuilder_ == null) { return executeStepRequest_ == null ? gauge.messages.Messages.ExecuteStepRequest.getDefaultInstance() : executeStepRequest_; } else { return executeStepRequestBuilder_.getMessage(); } } /** *
       * / [ExecuteStepRequest](#gauge.messages.ExecuteStepRequest)
       * 
* * .gauge.messages.ExecuteStepRequest executeStepRequest = 10; */ public Builder setExecuteStepRequest(gauge.messages.Messages.ExecuteStepRequest value) { if (executeStepRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } executeStepRequest_ = value; } else { executeStepRequestBuilder_.setMessage(value); } bitField0_ |= 0x00000200; onChanged(); return this; } /** *
       * / [ExecuteStepRequest](#gauge.messages.ExecuteStepRequest)
       * 
* * .gauge.messages.ExecuteStepRequest executeStepRequest = 10; */ public Builder setExecuteStepRequest( gauge.messages.Messages.ExecuteStepRequest.Builder builderForValue) { if (executeStepRequestBuilder_ == null) { executeStepRequest_ = builderForValue.build(); } else { executeStepRequestBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000200; onChanged(); return this; } /** *
       * / [ExecuteStepRequest](#gauge.messages.ExecuteStepRequest)
       * 
* * .gauge.messages.ExecuteStepRequest executeStepRequest = 10; */ public Builder mergeExecuteStepRequest(gauge.messages.Messages.ExecuteStepRequest value) { if (executeStepRequestBuilder_ == null) { if (((bitField0_ & 0x00000200) != 0) && executeStepRequest_ != null && executeStepRequest_ != gauge.messages.Messages.ExecuteStepRequest.getDefaultInstance()) { getExecuteStepRequestBuilder().mergeFrom(value); } else { executeStepRequest_ = value; } } else { executeStepRequestBuilder_.mergeFrom(value); } if (executeStepRequest_ != null) { bitField0_ |= 0x00000200; onChanged(); } return this; } /** *
       * / [ExecuteStepRequest](#gauge.messages.ExecuteStepRequest)
       * 
* * .gauge.messages.ExecuteStepRequest executeStepRequest = 10; */ public Builder clearExecuteStepRequest() { bitField0_ = (bitField0_ & ~0x00000200); executeStepRequest_ = null; if (executeStepRequestBuilder_ != null) { executeStepRequestBuilder_.dispose(); executeStepRequestBuilder_ = null; } onChanged(); return this; } /** *
       * / [ExecuteStepRequest](#gauge.messages.ExecuteStepRequest)
       * 
* * .gauge.messages.ExecuteStepRequest executeStepRequest = 10; */ public gauge.messages.Messages.ExecuteStepRequest.Builder getExecuteStepRequestBuilder() { bitField0_ |= 0x00000200; onChanged(); return getExecuteStepRequestFieldBuilder().getBuilder(); } /** *
       * / [ExecuteStepRequest](#gauge.messages.ExecuteStepRequest)
       * 
* * .gauge.messages.ExecuteStepRequest executeStepRequest = 10; */ public gauge.messages.Messages.ExecuteStepRequestOrBuilder getExecuteStepRequestOrBuilder() { if (executeStepRequestBuilder_ != null) { return executeStepRequestBuilder_.getMessageOrBuilder(); } else { return executeStepRequest_ == null ? gauge.messages.Messages.ExecuteStepRequest.getDefaultInstance() : executeStepRequest_; } } /** *
       * / [ExecuteStepRequest](#gauge.messages.ExecuteStepRequest)
       * 
* * .gauge.messages.ExecuteStepRequest executeStepRequest = 10; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecuteStepRequest, gauge.messages.Messages.ExecuteStepRequest.Builder, gauge.messages.Messages.ExecuteStepRequestOrBuilder> getExecuteStepRequestFieldBuilder() { if (executeStepRequestBuilder_ == null) { executeStepRequestBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecuteStepRequest, gauge.messages.Messages.ExecuteStepRequest.Builder, gauge.messages.Messages.ExecuteStepRequestOrBuilder>( getExecuteStepRequest(), getParentForChildren(), isClean()); executeStepRequest_ = null; } return executeStepRequestBuilder_; } private gauge.messages.Messages.ExecutionEndingRequest executionEndingRequest_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionEndingRequest, gauge.messages.Messages.ExecutionEndingRequest.Builder, gauge.messages.Messages.ExecutionEndingRequestOrBuilder> executionEndingRequestBuilder_; /** *
       * / [ExecutionEndingRequest](#gauge.messages.ExecutionEndingRequest)
       * 
* * .gauge.messages.ExecutionEndingRequest executionEndingRequest = 11; * @return Whether the executionEndingRequest field is set. */ public boolean hasExecutionEndingRequest() { return ((bitField0_ & 0x00000400) != 0); } /** *
       * / [ExecutionEndingRequest](#gauge.messages.ExecutionEndingRequest)
       * 
* * .gauge.messages.ExecutionEndingRequest executionEndingRequest = 11; * @return The executionEndingRequest. */ public gauge.messages.Messages.ExecutionEndingRequest getExecutionEndingRequest() { if (executionEndingRequestBuilder_ == null) { return executionEndingRequest_ == null ? gauge.messages.Messages.ExecutionEndingRequest.getDefaultInstance() : executionEndingRequest_; } else { return executionEndingRequestBuilder_.getMessage(); } } /** *
       * / [ExecutionEndingRequest](#gauge.messages.ExecutionEndingRequest)
       * 
* * .gauge.messages.ExecutionEndingRequest executionEndingRequest = 11; */ public Builder setExecutionEndingRequest(gauge.messages.Messages.ExecutionEndingRequest value) { if (executionEndingRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } executionEndingRequest_ = value; } else { executionEndingRequestBuilder_.setMessage(value); } bitField0_ |= 0x00000400; onChanged(); return this; } /** *
       * / [ExecutionEndingRequest](#gauge.messages.ExecutionEndingRequest)
       * 
* * .gauge.messages.ExecutionEndingRequest executionEndingRequest = 11; */ public Builder setExecutionEndingRequest( gauge.messages.Messages.ExecutionEndingRequest.Builder builderForValue) { if (executionEndingRequestBuilder_ == null) { executionEndingRequest_ = builderForValue.build(); } else { executionEndingRequestBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000400; onChanged(); return this; } /** *
       * / [ExecutionEndingRequest](#gauge.messages.ExecutionEndingRequest)
       * 
* * .gauge.messages.ExecutionEndingRequest executionEndingRequest = 11; */ public Builder mergeExecutionEndingRequest(gauge.messages.Messages.ExecutionEndingRequest value) { if (executionEndingRequestBuilder_ == null) { if (((bitField0_ & 0x00000400) != 0) && executionEndingRequest_ != null && executionEndingRequest_ != gauge.messages.Messages.ExecutionEndingRequest.getDefaultInstance()) { getExecutionEndingRequestBuilder().mergeFrom(value); } else { executionEndingRequest_ = value; } } else { executionEndingRequestBuilder_.mergeFrom(value); } if (executionEndingRequest_ != null) { bitField0_ |= 0x00000400; onChanged(); } return this; } /** *
       * / [ExecutionEndingRequest](#gauge.messages.ExecutionEndingRequest)
       * 
* * .gauge.messages.ExecutionEndingRequest executionEndingRequest = 11; */ public Builder clearExecutionEndingRequest() { bitField0_ = (bitField0_ & ~0x00000400); executionEndingRequest_ = null; if (executionEndingRequestBuilder_ != null) { executionEndingRequestBuilder_.dispose(); executionEndingRequestBuilder_ = null; } onChanged(); return this; } /** *
       * / [ExecutionEndingRequest](#gauge.messages.ExecutionEndingRequest)
       * 
* * .gauge.messages.ExecutionEndingRequest executionEndingRequest = 11; */ public gauge.messages.Messages.ExecutionEndingRequest.Builder getExecutionEndingRequestBuilder() { bitField0_ |= 0x00000400; onChanged(); return getExecutionEndingRequestFieldBuilder().getBuilder(); } /** *
       * / [ExecutionEndingRequest](#gauge.messages.ExecutionEndingRequest)
       * 
* * .gauge.messages.ExecutionEndingRequest executionEndingRequest = 11; */ public gauge.messages.Messages.ExecutionEndingRequestOrBuilder getExecutionEndingRequestOrBuilder() { if (executionEndingRequestBuilder_ != null) { return executionEndingRequestBuilder_.getMessageOrBuilder(); } else { return executionEndingRequest_ == null ? gauge.messages.Messages.ExecutionEndingRequest.getDefaultInstance() : executionEndingRequest_; } } /** *
       * / [ExecutionEndingRequest](#gauge.messages.ExecutionEndingRequest)
       * 
* * .gauge.messages.ExecutionEndingRequest executionEndingRequest = 11; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionEndingRequest, gauge.messages.Messages.ExecutionEndingRequest.Builder, gauge.messages.Messages.ExecutionEndingRequestOrBuilder> getExecutionEndingRequestFieldBuilder() { if (executionEndingRequestBuilder_ == null) { executionEndingRequestBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionEndingRequest, gauge.messages.Messages.ExecutionEndingRequest.Builder, gauge.messages.Messages.ExecutionEndingRequestOrBuilder>( getExecutionEndingRequest(), getParentForChildren(), isClean()); executionEndingRequest_ = null; } return executionEndingRequestBuilder_; } private gauge.messages.Messages.StepValidateRequest stepValidateRequest_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepValidateRequest, gauge.messages.Messages.StepValidateRequest.Builder, gauge.messages.Messages.StepValidateRequestOrBuilder> stepValidateRequestBuilder_; /** *
       * / [StepValidateRequest](#gauge.messages.StepValidateRequest)
       * 
* * .gauge.messages.StepValidateRequest stepValidateRequest = 12; * @return Whether the stepValidateRequest field is set. */ public boolean hasStepValidateRequest() { return ((bitField0_ & 0x00000800) != 0); } /** *
       * / [StepValidateRequest](#gauge.messages.StepValidateRequest)
       * 
* * .gauge.messages.StepValidateRequest stepValidateRequest = 12; * @return The stepValidateRequest. */ public gauge.messages.Messages.StepValidateRequest getStepValidateRequest() { if (stepValidateRequestBuilder_ == null) { return stepValidateRequest_ == null ? gauge.messages.Messages.StepValidateRequest.getDefaultInstance() : stepValidateRequest_; } else { return stepValidateRequestBuilder_.getMessage(); } } /** *
       * / [StepValidateRequest](#gauge.messages.StepValidateRequest)
       * 
* * .gauge.messages.StepValidateRequest stepValidateRequest = 12; */ public Builder setStepValidateRequest(gauge.messages.Messages.StepValidateRequest value) { if (stepValidateRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } stepValidateRequest_ = value; } else { stepValidateRequestBuilder_.setMessage(value); } bitField0_ |= 0x00000800; onChanged(); return this; } /** *
       * / [StepValidateRequest](#gauge.messages.StepValidateRequest)
       * 
* * .gauge.messages.StepValidateRequest stepValidateRequest = 12; */ public Builder setStepValidateRequest( gauge.messages.Messages.StepValidateRequest.Builder builderForValue) { if (stepValidateRequestBuilder_ == null) { stepValidateRequest_ = builderForValue.build(); } else { stepValidateRequestBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000800; onChanged(); return this; } /** *
       * / [StepValidateRequest](#gauge.messages.StepValidateRequest)
       * 
* * .gauge.messages.StepValidateRequest stepValidateRequest = 12; */ public Builder mergeStepValidateRequest(gauge.messages.Messages.StepValidateRequest value) { if (stepValidateRequestBuilder_ == null) { if (((bitField0_ & 0x00000800) != 0) && stepValidateRequest_ != null && stepValidateRequest_ != gauge.messages.Messages.StepValidateRequest.getDefaultInstance()) { getStepValidateRequestBuilder().mergeFrom(value); } else { stepValidateRequest_ = value; } } else { stepValidateRequestBuilder_.mergeFrom(value); } if (stepValidateRequest_ != null) { bitField0_ |= 0x00000800; onChanged(); } return this; } /** *
       * / [StepValidateRequest](#gauge.messages.StepValidateRequest)
       * 
* * .gauge.messages.StepValidateRequest stepValidateRequest = 12; */ public Builder clearStepValidateRequest() { bitField0_ = (bitField0_ & ~0x00000800); stepValidateRequest_ = null; if (stepValidateRequestBuilder_ != null) { stepValidateRequestBuilder_.dispose(); stepValidateRequestBuilder_ = null; } onChanged(); return this; } /** *
       * / [StepValidateRequest](#gauge.messages.StepValidateRequest)
       * 
* * .gauge.messages.StepValidateRequest stepValidateRequest = 12; */ public gauge.messages.Messages.StepValidateRequest.Builder getStepValidateRequestBuilder() { bitField0_ |= 0x00000800; onChanged(); return getStepValidateRequestFieldBuilder().getBuilder(); } /** *
       * / [StepValidateRequest](#gauge.messages.StepValidateRequest)
       * 
* * .gauge.messages.StepValidateRequest stepValidateRequest = 12; */ public gauge.messages.Messages.StepValidateRequestOrBuilder getStepValidateRequestOrBuilder() { if (stepValidateRequestBuilder_ != null) { return stepValidateRequestBuilder_.getMessageOrBuilder(); } else { return stepValidateRequest_ == null ? gauge.messages.Messages.StepValidateRequest.getDefaultInstance() : stepValidateRequest_; } } /** *
       * / [StepValidateRequest](#gauge.messages.StepValidateRequest)
       * 
* * .gauge.messages.StepValidateRequest stepValidateRequest = 12; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepValidateRequest, gauge.messages.Messages.StepValidateRequest.Builder, gauge.messages.Messages.StepValidateRequestOrBuilder> getStepValidateRequestFieldBuilder() { if (stepValidateRequestBuilder_ == null) { stepValidateRequestBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepValidateRequest, gauge.messages.Messages.StepValidateRequest.Builder, gauge.messages.Messages.StepValidateRequestOrBuilder>( getStepValidateRequest(), getParentForChildren(), isClean()); stepValidateRequest_ = null; } return stepValidateRequestBuilder_; } private gauge.messages.Messages.StepValidateResponse stepValidateResponse_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepValidateResponse, gauge.messages.Messages.StepValidateResponse.Builder, gauge.messages.Messages.StepValidateResponseOrBuilder> stepValidateResponseBuilder_; /** *
       * / [StepValidateResponse](#gauge.messages.StepValidateResponse)
       * 
* * .gauge.messages.StepValidateResponse stepValidateResponse = 13; * @return Whether the stepValidateResponse field is set. */ public boolean hasStepValidateResponse() { return ((bitField0_ & 0x00001000) != 0); } /** *
       * / [StepValidateResponse](#gauge.messages.StepValidateResponse)
       * 
* * .gauge.messages.StepValidateResponse stepValidateResponse = 13; * @return The stepValidateResponse. */ public gauge.messages.Messages.StepValidateResponse getStepValidateResponse() { if (stepValidateResponseBuilder_ == null) { return stepValidateResponse_ == null ? gauge.messages.Messages.StepValidateResponse.getDefaultInstance() : stepValidateResponse_; } else { return stepValidateResponseBuilder_.getMessage(); } } /** *
       * / [StepValidateResponse](#gauge.messages.StepValidateResponse)
       * 
* * .gauge.messages.StepValidateResponse stepValidateResponse = 13; */ public Builder setStepValidateResponse(gauge.messages.Messages.StepValidateResponse value) { if (stepValidateResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } stepValidateResponse_ = value; } else { stepValidateResponseBuilder_.setMessage(value); } bitField0_ |= 0x00001000; onChanged(); return this; } /** *
       * / [StepValidateResponse](#gauge.messages.StepValidateResponse)
       * 
* * .gauge.messages.StepValidateResponse stepValidateResponse = 13; */ public Builder setStepValidateResponse( gauge.messages.Messages.StepValidateResponse.Builder builderForValue) { if (stepValidateResponseBuilder_ == null) { stepValidateResponse_ = builderForValue.build(); } else { stepValidateResponseBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00001000; onChanged(); return this; } /** *
       * / [StepValidateResponse](#gauge.messages.StepValidateResponse)
       * 
* * .gauge.messages.StepValidateResponse stepValidateResponse = 13; */ public Builder mergeStepValidateResponse(gauge.messages.Messages.StepValidateResponse value) { if (stepValidateResponseBuilder_ == null) { if (((bitField0_ & 0x00001000) != 0) && stepValidateResponse_ != null && stepValidateResponse_ != gauge.messages.Messages.StepValidateResponse.getDefaultInstance()) { getStepValidateResponseBuilder().mergeFrom(value); } else { stepValidateResponse_ = value; } } else { stepValidateResponseBuilder_.mergeFrom(value); } if (stepValidateResponse_ != null) { bitField0_ |= 0x00001000; onChanged(); } return this; } /** *
       * / [StepValidateResponse](#gauge.messages.StepValidateResponse)
       * 
* * .gauge.messages.StepValidateResponse stepValidateResponse = 13; */ public Builder clearStepValidateResponse() { bitField0_ = (bitField0_ & ~0x00001000); stepValidateResponse_ = null; if (stepValidateResponseBuilder_ != null) { stepValidateResponseBuilder_.dispose(); stepValidateResponseBuilder_ = null; } onChanged(); return this; } /** *
       * / [StepValidateResponse](#gauge.messages.StepValidateResponse)
       * 
* * .gauge.messages.StepValidateResponse stepValidateResponse = 13; */ public gauge.messages.Messages.StepValidateResponse.Builder getStepValidateResponseBuilder() { bitField0_ |= 0x00001000; onChanged(); return getStepValidateResponseFieldBuilder().getBuilder(); } /** *
       * / [StepValidateResponse](#gauge.messages.StepValidateResponse)
       * 
* * .gauge.messages.StepValidateResponse stepValidateResponse = 13; */ public gauge.messages.Messages.StepValidateResponseOrBuilder getStepValidateResponseOrBuilder() { if (stepValidateResponseBuilder_ != null) { return stepValidateResponseBuilder_.getMessageOrBuilder(); } else { return stepValidateResponse_ == null ? gauge.messages.Messages.StepValidateResponse.getDefaultInstance() : stepValidateResponse_; } } /** *
       * / [StepValidateResponse](#gauge.messages.StepValidateResponse)
       * 
* * .gauge.messages.StepValidateResponse stepValidateResponse = 13; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepValidateResponse, gauge.messages.Messages.StepValidateResponse.Builder, gauge.messages.Messages.StepValidateResponseOrBuilder> getStepValidateResponseFieldBuilder() { if (stepValidateResponseBuilder_ == null) { stepValidateResponseBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepValidateResponse, gauge.messages.Messages.StepValidateResponse.Builder, gauge.messages.Messages.StepValidateResponseOrBuilder>( getStepValidateResponse(), getParentForChildren(), isClean()); stepValidateResponse_ = null; } return stepValidateResponseBuilder_; } private gauge.messages.Messages.ExecutionStatusResponse executionStatusResponse_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionStatusResponse, gauge.messages.Messages.ExecutionStatusResponse.Builder, gauge.messages.Messages.ExecutionStatusResponseOrBuilder> executionStatusResponseBuilder_; /** *
       * / [ExecutionStatusResponse](#gauge.messages.ExecutionStatusResponse)
       * 
* * .gauge.messages.ExecutionStatusResponse executionStatusResponse = 14; * @return Whether the executionStatusResponse field is set. */ public boolean hasExecutionStatusResponse() { return ((bitField0_ & 0x00002000) != 0); } /** *
       * / [ExecutionStatusResponse](#gauge.messages.ExecutionStatusResponse)
       * 
* * .gauge.messages.ExecutionStatusResponse executionStatusResponse = 14; * @return The executionStatusResponse. */ public gauge.messages.Messages.ExecutionStatusResponse getExecutionStatusResponse() { if (executionStatusResponseBuilder_ == null) { return executionStatusResponse_ == null ? gauge.messages.Messages.ExecutionStatusResponse.getDefaultInstance() : executionStatusResponse_; } else { return executionStatusResponseBuilder_.getMessage(); } } /** *
       * / [ExecutionStatusResponse](#gauge.messages.ExecutionStatusResponse)
       * 
* * .gauge.messages.ExecutionStatusResponse executionStatusResponse = 14; */ public Builder setExecutionStatusResponse(gauge.messages.Messages.ExecutionStatusResponse value) { if (executionStatusResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } executionStatusResponse_ = value; } else { executionStatusResponseBuilder_.setMessage(value); } bitField0_ |= 0x00002000; onChanged(); return this; } /** *
       * / [ExecutionStatusResponse](#gauge.messages.ExecutionStatusResponse)
       * 
* * .gauge.messages.ExecutionStatusResponse executionStatusResponse = 14; */ public Builder setExecutionStatusResponse( gauge.messages.Messages.ExecutionStatusResponse.Builder builderForValue) { if (executionStatusResponseBuilder_ == null) { executionStatusResponse_ = builderForValue.build(); } else { executionStatusResponseBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00002000; onChanged(); return this; } /** *
       * / [ExecutionStatusResponse](#gauge.messages.ExecutionStatusResponse)
       * 
* * .gauge.messages.ExecutionStatusResponse executionStatusResponse = 14; */ public Builder mergeExecutionStatusResponse(gauge.messages.Messages.ExecutionStatusResponse value) { if (executionStatusResponseBuilder_ == null) { if (((bitField0_ & 0x00002000) != 0) && executionStatusResponse_ != null && executionStatusResponse_ != gauge.messages.Messages.ExecutionStatusResponse.getDefaultInstance()) { getExecutionStatusResponseBuilder().mergeFrom(value); } else { executionStatusResponse_ = value; } } else { executionStatusResponseBuilder_.mergeFrom(value); } if (executionStatusResponse_ != null) { bitField0_ |= 0x00002000; onChanged(); } return this; } /** *
       * / [ExecutionStatusResponse](#gauge.messages.ExecutionStatusResponse)
       * 
* * .gauge.messages.ExecutionStatusResponse executionStatusResponse = 14; */ public Builder clearExecutionStatusResponse() { bitField0_ = (bitField0_ & ~0x00002000); executionStatusResponse_ = null; if (executionStatusResponseBuilder_ != null) { executionStatusResponseBuilder_.dispose(); executionStatusResponseBuilder_ = null; } onChanged(); return this; } /** *
       * / [ExecutionStatusResponse](#gauge.messages.ExecutionStatusResponse)
       * 
* * .gauge.messages.ExecutionStatusResponse executionStatusResponse = 14; */ public gauge.messages.Messages.ExecutionStatusResponse.Builder getExecutionStatusResponseBuilder() { bitField0_ |= 0x00002000; onChanged(); return getExecutionStatusResponseFieldBuilder().getBuilder(); } /** *
       * / [ExecutionStatusResponse](#gauge.messages.ExecutionStatusResponse)
       * 
* * .gauge.messages.ExecutionStatusResponse executionStatusResponse = 14; */ public gauge.messages.Messages.ExecutionStatusResponseOrBuilder getExecutionStatusResponseOrBuilder() { if (executionStatusResponseBuilder_ != null) { return executionStatusResponseBuilder_.getMessageOrBuilder(); } else { return executionStatusResponse_ == null ? gauge.messages.Messages.ExecutionStatusResponse.getDefaultInstance() : executionStatusResponse_; } } /** *
       * / [ExecutionStatusResponse](#gauge.messages.ExecutionStatusResponse)
       * 
* * .gauge.messages.ExecutionStatusResponse executionStatusResponse = 14; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionStatusResponse, gauge.messages.Messages.ExecutionStatusResponse.Builder, gauge.messages.Messages.ExecutionStatusResponseOrBuilder> getExecutionStatusResponseFieldBuilder() { if (executionStatusResponseBuilder_ == null) { executionStatusResponseBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ExecutionStatusResponse, gauge.messages.Messages.ExecutionStatusResponse.Builder, gauge.messages.Messages.ExecutionStatusResponseOrBuilder>( getExecutionStatusResponse(), getParentForChildren(), isClean()); executionStatusResponse_ = null; } return executionStatusResponseBuilder_; } private gauge.messages.Messages.StepNamesRequest stepNamesRequest_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepNamesRequest, gauge.messages.Messages.StepNamesRequest.Builder, gauge.messages.Messages.StepNamesRequestOrBuilder> stepNamesRequestBuilder_; /** *
       * / [StepNamesRequest](#gauge.messages.StepNamesRequest)
       * 
* * .gauge.messages.StepNamesRequest stepNamesRequest = 15; * @return Whether the stepNamesRequest field is set. */ public boolean hasStepNamesRequest() { return ((bitField0_ & 0x00004000) != 0); } /** *
       * / [StepNamesRequest](#gauge.messages.StepNamesRequest)
       * 
* * .gauge.messages.StepNamesRequest stepNamesRequest = 15; * @return The stepNamesRequest. */ public gauge.messages.Messages.StepNamesRequest getStepNamesRequest() { if (stepNamesRequestBuilder_ == null) { return stepNamesRequest_ == null ? gauge.messages.Messages.StepNamesRequest.getDefaultInstance() : stepNamesRequest_; } else { return stepNamesRequestBuilder_.getMessage(); } } /** *
       * / [StepNamesRequest](#gauge.messages.StepNamesRequest)
       * 
* * .gauge.messages.StepNamesRequest stepNamesRequest = 15; */ public Builder setStepNamesRequest(gauge.messages.Messages.StepNamesRequest value) { if (stepNamesRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } stepNamesRequest_ = value; } else { stepNamesRequestBuilder_.setMessage(value); } bitField0_ |= 0x00004000; onChanged(); return this; } /** *
       * / [StepNamesRequest](#gauge.messages.StepNamesRequest)
       * 
* * .gauge.messages.StepNamesRequest stepNamesRequest = 15; */ public Builder setStepNamesRequest( gauge.messages.Messages.StepNamesRequest.Builder builderForValue) { if (stepNamesRequestBuilder_ == null) { stepNamesRequest_ = builderForValue.build(); } else { stepNamesRequestBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00004000; onChanged(); return this; } /** *
       * / [StepNamesRequest](#gauge.messages.StepNamesRequest)
       * 
* * .gauge.messages.StepNamesRequest stepNamesRequest = 15; */ public Builder mergeStepNamesRequest(gauge.messages.Messages.StepNamesRequest value) { if (stepNamesRequestBuilder_ == null) { if (((bitField0_ & 0x00004000) != 0) && stepNamesRequest_ != null && stepNamesRequest_ != gauge.messages.Messages.StepNamesRequest.getDefaultInstance()) { getStepNamesRequestBuilder().mergeFrom(value); } else { stepNamesRequest_ = value; } } else { stepNamesRequestBuilder_.mergeFrom(value); } if (stepNamesRequest_ != null) { bitField0_ |= 0x00004000; onChanged(); } return this; } /** *
       * / [StepNamesRequest](#gauge.messages.StepNamesRequest)
       * 
* * .gauge.messages.StepNamesRequest stepNamesRequest = 15; */ public Builder clearStepNamesRequest() { bitField0_ = (bitField0_ & ~0x00004000); stepNamesRequest_ = null; if (stepNamesRequestBuilder_ != null) { stepNamesRequestBuilder_.dispose(); stepNamesRequestBuilder_ = null; } onChanged(); return this; } /** *
       * / [StepNamesRequest](#gauge.messages.StepNamesRequest)
       * 
* * .gauge.messages.StepNamesRequest stepNamesRequest = 15; */ public gauge.messages.Messages.StepNamesRequest.Builder getStepNamesRequestBuilder() { bitField0_ |= 0x00004000; onChanged(); return getStepNamesRequestFieldBuilder().getBuilder(); } /** *
       * / [StepNamesRequest](#gauge.messages.StepNamesRequest)
       * 
* * .gauge.messages.StepNamesRequest stepNamesRequest = 15; */ public gauge.messages.Messages.StepNamesRequestOrBuilder getStepNamesRequestOrBuilder() { if (stepNamesRequestBuilder_ != null) { return stepNamesRequestBuilder_.getMessageOrBuilder(); } else { return stepNamesRequest_ == null ? gauge.messages.Messages.StepNamesRequest.getDefaultInstance() : stepNamesRequest_; } } /** *
       * / [StepNamesRequest](#gauge.messages.StepNamesRequest)
       * 
* * .gauge.messages.StepNamesRequest stepNamesRequest = 15; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepNamesRequest, gauge.messages.Messages.StepNamesRequest.Builder, gauge.messages.Messages.StepNamesRequestOrBuilder> getStepNamesRequestFieldBuilder() { if (stepNamesRequestBuilder_ == null) { stepNamesRequestBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepNamesRequest, gauge.messages.Messages.StepNamesRequest.Builder, gauge.messages.Messages.StepNamesRequestOrBuilder>( getStepNamesRequest(), getParentForChildren(), isClean()); stepNamesRequest_ = null; } return stepNamesRequestBuilder_; } private gauge.messages.Messages.StepNamesResponse stepNamesResponse_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepNamesResponse, gauge.messages.Messages.StepNamesResponse.Builder, gauge.messages.Messages.StepNamesResponseOrBuilder> stepNamesResponseBuilder_; /** *
       * / [StepNamesResponse](#gauge.messages.StepNamesResponse)
       * 
* * .gauge.messages.StepNamesResponse stepNamesResponse = 16; * @return Whether the stepNamesResponse field is set. */ public boolean hasStepNamesResponse() { return ((bitField0_ & 0x00008000) != 0); } /** *
       * / [StepNamesResponse](#gauge.messages.StepNamesResponse)
       * 
* * .gauge.messages.StepNamesResponse stepNamesResponse = 16; * @return The stepNamesResponse. */ public gauge.messages.Messages.StepNamesResponse getStepNamesResponse() { if (stepNamesResponseBuilder_ == null) { return stepNamesResponse_ == null ? gauge.messages.Messages.StepNamesResponse.getDefaultInstance() : stepNamesResponse_; } else { return stepNamesResponseBuilder_.getMessage(); } } /** *
       * / [StepNamesResponse](#gauge.messages.StepNamesResponse)
       * 
* * .gauge.messages.StepNamesResponse stepNamesResponse = 16; */ public Builder setStepNamesResponse(gauge.messages.Messages.StepNamesResponse value) { if (stepNamesResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } stepNamesResponse_ = value; } else { stepNamesResponseBuilder_.setMessage(value); } bitField0_ |= 0x00008000; onChanged(); return this; } /** *
       * / [StepNamesResponse](#gauge.messages.StepNamesResponse)
       * 
* * .gauge.messages.StepNamesResponse stepNamesResponse = 16; */ public Builder setStepNamesResponse( gauge.messages.Messages.StepNamesResponse.Builder builderForValue) { if (stepNamesResponseBuilder_ == null) { stepNamesResponse_ = builderForValue.build(); } else { stepNamesResponseBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00008000; onChanged(); return this; } /** *
       * / [StepNamesResponse](#gauge.messages.StepNamesResponse)
       * 
* * .gauge.messages.StepNamesResponse stepNamesResponse = 16; */ public Builder mergeStepNamesResponse(gauge.messages.Messages.StepNamesResponse value) { if (stepNamesResponseBuilder_ == null) { if (((bitField0_ & 0x00008000) != 0) && stepNamesResponse_ != null && stepNamesResponse_ != gauge.messages.Messages.StepNamesResponse.getDefaultInstance()) { getStepNamesResponseBuilder().mergeFrom(value); } else { stepNamesResponse_ = value; } } else { stepNamesResponseBuilder_.mergeFrom(value); } if (stepNamesResponse_ != null) { bitField0_ |= 0x00008000; onChanged(); } return this; } /** *
       * / [StepNamesResponse](#gauge.messages.StepNamesResponse)
       * 
* * .gauge.messages.StepNamesResponse stepNamesResponse = 16; */ public Builder clearStepNamesResponse() { bitField0_ = (bitField0_ & ~0x00008000); stepNamesResponse_ = null; if (stepNamesResponseBuilder_ != null) { stepNamesResponseBuilder_.dispose(); stepNamesResponseBuilder_ = null; } onChanged(); return this; } /** *
       * / [StepNamesResponse](#gauge.messages.StepNamesResponse)
       * 
* * .gauge.messages.StepNamesResponse stepNamesResponse = 16; */ public gauge.messages.Messages.StepNamesResponse.Builder getStepNamesResponseBuilder() { bitField0_ |= 0x00008000; onChanged(); return getStepNamesResponseFieldBuilder().getBuilder(); } /** *
       * / [StepNamesResponse](#gauge.messages.StepNamesResponse)
       * 
* * .gauge.messages.StepNamesResponse stepNamesResponse = 16; */ public gauge.messages.Messages.StepNamesResponseOrBuilder getStepNamesResponseOrBuilder() { if (stepNamesResponseBuilder_ != null) { return stepNamesResponseBuilder_.getMessageOrBuilder(); } else { return stepNamesResponse_ == null ? gauge.messages.Messages.StepNamesResponse.getDefaultInstance() : stepNamesResponse_; } } /** *
       * / [StepNamesResponse](#gauge.messages.StepNamesResponse)
       * 
* * .gauge.messages.StepNamesResponse stepNamesResponse = 16; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepNamesResponse, gauge.messages.Messages.StepNamesResponse.Builder, gauge.messages.Messages.StepNamesResponseOrBuilder> getStepNamesResponseFieldBuilder() { if (stepNamesResponseBuilder_ == null) { stepNamesResponseBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepNamesResponse, gauge.messages.Messages.StepNamesResponse.Builder, gauge.messages.Messages.StepNamesResponseOrBuilder>( getStepNamesResponse(), getParentForChildren(), isClean()); stepNamesResponse_ = null; } return stepNamesResponseBuilder_; } private gauge.messages.Messages.SuiteExecutionResult suiteExecutionResult_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.SuiteExecutionResult, gauge.messages.Messages.SuiteExecutionResult.Builder, gauge.messages.Messages.SuiteExecutionResultOrBuilder> suiteExecutionResultBuilder_; /** *
       * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
       * 
* * .gauge.messages.SuiteExecutionResult suiteExecutionResult = 17; * @return Whether the suiteExecutionResult field is set. */ public boolean hasSuiteExecutionResult() { return ((bitField0_ & 0x00010000) != 0); } /** *
       * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
       * 
* * .gauge.messages.SuiteExecutionResult suiteExecutionResult = 17; * @return The suiteExecutionResult. */ public gauge.messages.Messages.SuiteExecutionResult getSuiteExecutionResult() { if (suiteExecutionResultBuilder_ == null) { return suiteExecutionResult_ == null ? gauge.messages.Messages.SuiteExecutionResult.getDefaultInstance() : suiteExecutionResult_; } else { return suiteExecutionResultBuilder_.getMessage(); } } /** *
       * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
       * 
* * .gauge.messages.SuiteExecutionResult suiteExecutionResult = 17; */ public Builder setSuiteExecutionResult(gauge.messages.Messages.SuiteExecutionResult value) { if (suiteExecutionResultBuilder_ == null) { if (value == null) { throw new NullPointerException(); } suiteExecutionResult_ = value; } else { suiteExecutionResultBuilder_.setMessage(value); } bitField0_ |= 0x00010000; onChanged(); return this; } /** *
       * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
       * 
* * .gauge.messages.SuiteExecutionResult suiteExecutionResult = 17; */ public Builder setSuiteExecutionResult( gauge.messages.Messages.SuiteExecutionResult.Builder builderForValue) { if (suiteExecutionResultBuilder_ == null) { suiteExecutionResult_ = builderForValue.build(); } else { suiteExecutionResultBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00010000; onChanged(); return this; } /** *
       * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
       * 
* * .gauge.messages.SuiteExecutionResult suiteExecutionResult = 17; */ public Builder mergeSuiteExecutionResult(gauge.messages.Messages.SuiteExecutionResult value) { if (suiteExecutionResultBuilder_ == null) { if (((bitField0_ & 0x00010000) != 0) && suiteExecutionResult_ != null && suiteExecutionResult_ != gauge.messages.Messages.SuiteExecutionResult.getDefaultInstance()) { getSuiteExecutionResultBuilder().mergeFrom(value); } else { suiteExecutionResult_ = value; } } else { suiteExecutionResultBuilder_.mergeFrom(value); } if (suiteExecutionResult_ != null) { bitField0_ |= 0x00010000; onChanged(); } return this; } /** *
       * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
       * 
* * .gauge.messages.SuiteExecutionResult suiteExecutionResult = 17; */ public Builder clearSuiteExecutionResult() { bitField0_ = (bitField0_ & ~0x00010000); suiteExecutionResult_ = null; if (suiteExecutionResultBuilder_ != null) { suiteExecutionResultBuilder_.dispose(); suiteExecutionResultBuilder_ = null; } onChanged(); return this; } /** *
       * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
       * 
* * .gauge.messages.SuiteExecutionResult suiteExecutionResult = 17; */ public gauge.messages.Messages.SuiteExecutionResult.Builder getSuiteExecutionResultBuilder() { bitField0_ |= 0x00010000; onChanged(); return getSuiteExecutionResultFieldBuilder().getBuilder(); } /** *
       * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
       * 
* * .gauge.messages.SuiteExecutionResult suiteExecutionResult = 17; */ public gauge.messages.Messages.SuiteExecutionResultOrBuilder getSuiteExecutionResultOrBuilder() { if (suiteExecutionResultBuilder_ != null) { return suiteExecutionResultBuilder_.getMessageOrBuilder(); } else { return suiteExecutionResult_ == null ? gauge.messages.Messages.SuiteExecutionResult.getDefaultInstance() : suiteExecutionResult_; } } /** *
       * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
       * 
* * .gauge.messages.SuiteExecutionResult suiteExecutionResult = 17; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.SuiteExecutionResult, gauge.messages.Messages.SuiteExecutionResult.Builder, gauge.messages.Messages.SuiteExecutionResultOrBuilder> getSuiteExecutionResultFieldBuilder() { if (suiteExecutionResultBuilder_ == null) { suiteExecutionResultBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.SuiteExecutionResult, gauge.messages.Messages.SuiteExecutionResult.Builder, gauge.messages.Messages.SuiteExecutionResultOrBuilder>( getSuiteExecutionResult(), getParentForChildren(), isClean()); suiteExecutionResult_ = null; } return suiteExecutionResultBuilder_; } private gauge.messages.Messages.KillProcessRequest killProcessRequest_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.KillProcessRequest, gauge.messages.Messages.KillProcessRequest.Builder, gauge.messages.Messages.KillProcessRequestOrBuilder> killProcessRequestBuilder_; /** *
       * / [KillProcessRequest](#gauge.messages.KillProcessRequest)
       * 
* * .gauge.messages.KillProcessRequest killProcessRequest = 18; * @return Whether the killProcessRequest field is set. */ public boolean hasKillProcessRequest() { return ((bitField0_ & 0x00020000) != 0); } /** *
       * / [KillProcessRequest](#gauge.messages.KillProcessRequest)
       * 
* * .gauge.messages.KillProcessRequest killProcessRequest = 18; * @return The killProcessRequest. */ public gauge.messages.Messages.KillProcessRequest getKillProcessRequest() { if (killProcessRequestBuilder_ == null) { return killProcessRequest_ == null ? gauge.messages.Messages.KillProcessRequest.getDefaultInstance() : killProcessRequest_; } else { return killProcessRequestBuilder_.getMessage(); } } /** *
       * / [KillProcessRequest](#gauge.messages.KillProcessRequest)
       * 
* * .gauge.messages.KillProcessRequest killProcessRequest = 18; */ public Builder setKillProcessRequest(gauge.messages.Messages.KillProcessRequest value) { if (killProcessRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } killProcessRequest_ = value; } else { killProcessRequestBuilder_.setMessage(value); } bitField0_ |= 0x00020000; onChanged(); return this; } /** *
       * / [KillProcessRequest](#gauge.messages.KillProcessRequest)
       * 
* * .gauge.messages.KillProcessRequest killProcessRequest = 18; */ public Builder setKillProcessRequest( gauge.messages.Messages.KillProcessRequest.Builder builderForValue) { if (killProcessRequestBuilder_ == null) { killProcessRequest_ = builderForValue.build(); } else { killProcessRequestBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00020000; onChanged(); return this; } /** *
       * / [KillProcessRequest](#gauge.messages.KillProcessRequest)
       * 
* * .gauge.messages.KillProcessRequest killProcessRequest = 18; */ public Builder mergeKillProcessRequest(gauge.messages.Messages.KillProcessRequest value) { if (killProcessRequestBuilder_ == null) { if (((bitField0_ & 0x00020000) != 0) && killProcessRequest_ != null && killProcessRequest_ != gauge.messages.Messages.KillProcessRequest.getDefaultInstance()) { getKillProcessRequestBuilder().mergeFrom(value); } else { killProcessRequest_ = value; } } else { killProcessRequestBuilder_.mergeFrom(value); } if (killProcessRequest_ != null) { bitField0_ |= 0x00020000; onChanged(); } return this; } /** *
       * / [KillProcessRequest](#gauge.messages.KillProcessRequest)
       * 
* * .gauge.messages.KillProcessRequest killProcessRequest = 18; */ public Builder clearKillProcessRequest() { bitField0_ = (bitField0_ & ~0x00020000); killProcessRequest_ = null; if (killProcessRequestBuilder_ != null) { killProcessRequestBuilder_.dispose(); killProcessRequestBuilder_ = null; } onChanged(); return this; } /** *
       * / [KillProcessRequest](#gauge.messages.KillProcessRequest)
       * 
* * .gauge.messages.KillProcessRequest killProcessRequest = 18; */ public gauge.messages.Messages.KillProcessRequest.Builder getKillProcessRequestBuilder() { bitField0_ |= 0x00020000; onChanged(); return getKillProcessRequestFieldBuilder().getBuilder(); } /** *
       * / [KillProcessRequest](#gauge.messages.KillProcessRequest)
       * 
* * .gauge.messages.KillProcessRequest killProcessRequest = 18; */ public gauge.messages.Messages.KillProcessRequestOrBuilder getKillProcessRequestOrBuilder() { if (killProcessRequestBuilder_ != null) { return killProcessRequestBuilder_.getMessageOrBuilder(); } else { return killProcessRequest_ == null ? gauge.messages.Messages.KillProcessRequest.getDefaultInstance() : killProcessRequest_; } } /** *
       * / [KillProcessRequest](#gauge.messages.KillProcessRequest)
       * 
* * .gauge.messages.KillProcessRequest killProcessRequest = 18; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.KillProcessRequest, gauge.messages.Messages.KillProcessRequest.Builder, gauge.messages.Messages.KillProcessRequestOrBuilder> getKillProcessRequestFieldBuilder() { if (killProcessRequestBuilder_ == null) { killProcessRequestBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.KillProcessRequest, gauge.messages.Messages.KillProcessRequest.Builder, gauge.messages.Messages.KillProcessRequestOrBuilder>( getKillProcessRequest(), getParentForChildren(), isClean()); killProcessRequest_ = null; } return killProcessRequestBuilder_; } private gauge.messages.Messages.ScenarioDataStoreInitRequest scenarioDataStoreInitRequest_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ScenarioDataStoreInitRequest, gauge.messages.Messages.ScenarioDataStoreInitRequest.Builder, gauge.messages.Messages.ScenarioDataStoreInitRequestOrBuilder> scenarioDataStoreInitRequestBuilder_; /** *
       * / [ScenarioDataStoreInitRequest](#gauge.messages.ScenarioDataStoreInitRequest)
       * 
* * .gauge.messages.ScenarioDataStoreInitRequest scenarioDataStoreInitRequest = 19; * @return Whether the scenarioDataStoreInitRequest field is set. */ public boolean hasScenarioDataStoreInitRequest() { return ((bitField0_ & 0x00040000) != 0); } /** *
       * / [ScenarioDataStoreInitRequest](#gauge.messages.ScenarioDataStoreInitRequest)
       * 
* * .gauge.messages.ScenarioDataStoreInitRequest scenarioDataStoreInitRequest = 19; * @return The scenarioDataStoreInitRequest. */ public gauge.messages.Messages.ScenarioDataStoreInitRequest getScenarioDataStoreInitRequest() { if (scenarioDataStoreInitRequestBuilder_ == null) { return scenarioDataStoreInitRequest_ == null ? gauge.messages.Messages.ScenarioDataStoreInitRequest.getDefaultInstance() : scenarioDataStoreInitRequest_; } else { return scenarioDataStoreInitRequestBuilder_.getMessage(); } } /** *
       * / [ScenarioDataStoreInitRequest](#gauge.messages.ScenarioDataStoreInitRequest)
       * 
* * .gauge.messages.ScenarioDataStoreInitRequest scenarioDataStoreInitRequest = 19; */ public Builder setScenarioDataStoreInitRequest(gauge.messages.Messages.ScenarioDataStoreInitRequest value) { if (scenarioDataStoreInitRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } scenarioDataStoreInitRequest_ = value; } else { scenarioDataStoreInitRequestBuilder_.setMessage(value); } bitField0_ |= 0x00040000; onChanged(); return this; } /** *
       * / [ScenarioDataStoreInitRequest](#gauge.messages.ScenarioDataStoreInitRequest)
       * 
* * .gauge.messages.ScenarioDataStoreInitRequest scenarioDataStoreInitRequest = 19; */ public Builder setScenarioDataStoreInitRequest( gauge.messages.Messages.ScenarioDataStoreInitRequest.Builder builderForValue) { if (scenarioDataStoreInitRequestBuilder_ == null) { scenarioDataStoreInitRequest_ = builderForValue.build(); } else { scenarioDataStoreInitRequestBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00040000; onChanged(); return this; } /** *
       * / [ScenarioDataStoreInitRequest](#gauge.messages.ScenarioDataStoreInitRequest)
       * 
* * .gauge.messages.ScenarioDataStoreInitRequest scenarioDataStoreInitRequest = 19; */ public Builder mergeScenarioDataStoreInitRequest(gauge.messages.Messages.ScenarioDataStoreInitRequest value) { if (scenarioDataStoreInitRequestBuilder_ == null) { if (((bitField0_ & 0x00040000) != 0) && scenarioDataStoreInitRequest_ != null && scenarioDataStoreInitRequest_ != gauge.messages.Messages.ScenarioDataStoreInitRequest.getDefaultInstance()) { getScenarioDataStoreInitRequestBuilder().mergeFrom(value); } else { scenarioDataStoreInitRequest_ = value; } } else { scenarioDataStoreInitRequestBuilder_.mergeFrom(value); } if (scenarioDataStoreInitRequest_ != null) { bitField0_ |= 0x00040000; onChanged(); } return this; } /** *
       * / [ScenarioDataStoreInitRequest](#gauge.messages.ScenarioDataStoreInitRequest)
       * 
* * .gauge.messages.ScenarioDataStoreInitRequest scenarioDataStoreInitRequest = 19; */ public Builder clearScenarioDataStoreInitRequest() { bitField0_ = (bitField0_ & ~0x00040000); scenarioDataStoreInitRequest_ = null; if (scenarioDataStoreInitRequestBuilder_ != null) { scenarioDataStoreInitRequestBuilder_.dispose(); scenarioDataStoreInitRequestBuilder_ = null; } onChanged(); return this; } /** *
       * / [ScenarioDataStoreInitRequest](#gauge.messages.ScenarioDataStoreInitRequest)
       * 
* * .gauge.messages.ScenarioDataStoreInitRequest scenarioDataStoreInitRequest = 19; */ public gauge.messages.Messages.ScenarioDataStoreInitRequest.Builder getScenarioDataStoreInitRequestBuilder() { bitField0_ |= 0x00040000; onChanged(); return getScenarioDataStoreInitRequestFieldBuilder().getBuilder(); } /** *
       * / [ScenarioDataStoreInitRequest](#gauge.messages.ScenarioDataStoreInitRequest)
       * 
* * .gauge.messages.ScenarioDataStoreInitRequest scenarioDataStoreInitRequest = 19; */ public gauge.messages.Messages.ScenarioDataStoreInitRequestOrBuilder getScenarioDataStoreInitRequestOrBuilder() { if (scenarioDataStoreInitRequestBuilder_ != null) { return scenarioDataStoreInitRequestBuilder_.getMessageOrBuilder(); } else { return scenarioDataStoreInitRequest_ == null ? gauge.messages.Messages.ScenarioDataStoreInitRequest.getDefaultInstance() : scenarioDataStoreInitRequest_; } } /** *
       * / [ScenarioDataStoreInitRequest](#gauge.messages.ScenarioDataStoreInitRequest)
       * 
* * .gauge.messages.ScenarioDataStoreInitRequest scenarioDataStoreInitRequest = 19; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ScenarioDataStoreInitRequest, gauge.messages.Messages.ScenarioDataStoreInitRequest.Builder, gauge.messages.Messages.ScenarioDataStoreInitRequestOrBuilder> getScenarioDataStoreInitRequestFieldBuilder() { if (scenarioDataStoreInitRequestBuilder_ == null) { scenarioDataStoreInitRequestBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ScenarioDataStoreInitRequest, gauge.messages.Messages.ScenarioDataStoreInitRequest.Builder, gauge.messages.Messages.ScenarioDataStoreInitRequestOrBuilder>( getScenarioDataStoreInitRequest(), getParentForChildren(), isClean()); scenarioDataStoreInitRequest_ = null; } return scenarioDataStoreInitRequestBuilder_; } private gauge.messages.Messages.SpecDataStoreInitRequest specDataStoreInitRequest_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.SpecDataStoreInitRequest, gauge.messages.Messages.SpecDataStoreInitRequest.Builder, gauge.messages.Messages.SpecDataStoreInitRequestOrBuilder> specDataStoreInitRequestBuilder_; /** *
       * / [SpecDataStoreInitRequest](#gauge.messages.SpecDataStoreInitRequest)
       * 
* * .gauge.messages.SpecDataStoreInitRequest specDataStoreInitRequest = 20; * @return Whether the specDataStoreInitRequest field is set. */ public boolean hasSpecDataStoreInitRequest() { return ((bitField0_ & 0x00080000) != 0); } /** *
       * / [SpecDataStoreInitRequest](#gauge.messages.SpecDataStoreInitRequest)
       * 
* * .gauge.messages.SpecDataStoreInitRequest specDataStoreInitRequest = 20; * @return The specDataStoreInitRequest. */ public gauge.messages.Messages.SpecDataStoreInitRequest getSpecDataStoreInitRequest() { if (specDataStoreInitRequestBuilder_ == null) { return specDataStoreInitRequest_ == null ? gauge.messages.Messages.SpecDataStoreInitRequest.getDefaultInstance() : specDataStoreInitRequest_; } else { return specDataStoreInitRequestBuilder_.getMessage(); } } /** *
       * / [SpecDataStoreInitRequest](#gauge.messages.SpecDataStoreInitRequest)
       * 
* * .gauge.messages.SpecDataStoreInitRequest specDataStoreInitRequest = 20; */ public Builder setSpecDataStoreInitRequest(gauge.messages.Messages.SpecDataStoreInitRequest value) { if (specDataStoreInitRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } specDataStoreInitRequest_ = value; } else { specDataStoreInitRequestBuilder_.setMessage(value); } bitField0_ |= 0x00080000; onChanged(); return this; } /** *
       * / [SpecDataStoreInitRequest](#gauge.messages.SpecDataStoreInitRequest)
       * 
* * .gauge.messages.SpecDataStoreInitRequest specDataStoreInitRequest = 20; */ public Builder setSpecDataStoreInitRequest( gauge.messages.Messages.SpecDataStoreInitRequest.Builder builderForValue) { if (specDataStoreInitRequestBuilder_ == null) { specDataStoreInitRequest_ = builderForValue.build(); } else { specDataStoreInitRequestBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00080000; onChanged(); return this; } /** *
       * / [SpecDataStoreInitRequest](#gauge.messages.SpecDataStoreInitRequest)
       * 
* * .gauge.messages.SpecDataStoreInitRequest specDataStoreInitRequest = 20; */ public Builder mergeSpecDataStoreInitRequest(gauge.messages.Messages.SpecDataStoreInitRequest value) { if (specDataStoreInitRequestBuilder_ == null) { if (((bitField0_ & 0x00080000) != 0) && specDataStoreInitRequest_ != null && specDataStoreInitRequest_ != gauge.messages.Messages.SpecDataStoreInitRequest.getDefaultInstance()) { getSpecDataStoreInitRequestBuilder().mergeFrom(value); } else { specDataStoreInitRequest_ = value; } } else { specDataStoreInitRequestBuilder_.mergeFrom(value); } if (specDataStoreInitRequest_ != null) { bitField0_ |= 0x00080000; onChanged(); } return this; } /** *
       * / [SpecDataStoreInitRequest](#gauge.messages.SpecDataStoreInitRequest)
       * 
* * .gauge.messages.SpecDataStoreInitRequest specDataStoreInitRequest = 20; */ public Builder clearSpecDataStoreInitRequest() { bitField0_ = (bitField0_ & ~0x00080000); specDataStoreInitRequest_ = null; if (specDataStoreInitRequestBuilder_ != null) { specDataStoreInitRequestBuilder_.dispose(); specDataStoreInitRequestBuilder_ = null; } onChanged(); return this; } /** *
       * / [SpecDataStoreInitRequest](#gauge.messages.SpecDataStoreInitRequest)
       * 
* * .gauge.messages.SpecDataStoreInitRequest specDataStoreInitRequest = 20; */ public gauge.messages.Messages.SpecDataStoreInitRequest.Builder getSpecDataStoreInitRequestBuilder() { bitField0_ |= 0x00080000; onChanged(); return getSpecDataStoreInitRequestFieldBuilder().getBuilder(); } /** *
       * / [SpecDataStoreInitRequest](#gauge.messages.SpecDataStoreInitRequest)
       * 
* * .gauge.messages.SpecDataStoreInitRequest specDataStoreInitRequest = 20; */ public gauge.messages.Messages.SpecDataStoreInitRequestOrBuilder getSpecDataStoreInitRequestOrBuilder() { if (specDataStoreInitRequestBuilder_ != null) { return specDataStoreInitRequestBuilder_.getMessageOrBuilder(); } else { return specDataStoreInitRequest_ == null ? gauge.messages.Messages.SpecDataStoreInitRequest.getDefaultInstance() : specDataStoreInitRequest_; } } /** *
       * / [SpecDataStoreInitRequest](#gauge.messages.SpecDataStoreInitRequest)
       * 
* * .gauge.messages.SpecDataStoreInitRequest specDataStoreInitRequest = 20; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.SpecDataStoreInitRequest, gauge.messages.Messages.SpecDataStoreInitRequest.Builder, gauge.messages.Messages.SpecDataStoreInitRequestOrBuilder> getSpecDataStoreInitRequestFieldBuilder() { if (specDataStoreInitRequestBuilder_ == null) { specDataStoreInitRequestBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.SpecDataStoreInitRequest, gauge.messages.Messages.SpecDataStoreInitRequest.Builder, gauge.messages.Messages.SpecDataStoreInitRequestOrBuilder>( getSpecDataStoreInitRequest(), getParentForChildren(), isClean()); specDataStoreInitRequest_ = null; } return specDataStoreInitRequestBuilder_; } private gauge.messages.Messages.SuiteDataStoreInitRequest suiteDataStoreInitRequest_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.SuiteDataStoreInitRequest, gauge.messages.Messages.SuiteDataStoreInitRequest.Builder, gauge.messages.Messages.SuiteDataStoreInitRequestOrBuilder> suiteDataStoreInitRequestBuilder_; /** *
       * / [SuiteDataStoreInitRequest](#gauge.messages.SuiteDataStoreInitRequest)
       * 
* * .gauge.messages.SuiteDataStoreInitRequest suiteDataStoreInitRequest = 21; * @return Whether the suiteDataStoreInitRequest field is set. */ public boolean hasSuiteDataStoreInitRequest() { return ((bitField0_ & 0x00100000) != 0); } /** *
       * / [SuiteDataStoreInitRequest](#gauge.messages.SuiteDataStoreInitRequest)
       * 
* * .gauge.messages.SuiteDataStoreInitRequest suiteDataStoreInitRequest = 21; * @return The suiteDataStoreInitRequest. */ public gauge.messages.Messages.SuiteDataStoreInitRequest getSuiteDataStoreInitRequest() { if (suiteDataStoreInitRequestBuilder_ == null) { return suiteDataStoreInitRequest_ == null ? gauge.messages.Messages.SuiteDataStoreInitRequest.getDefaultInstance() : suiteDataStoreInitRequest_; } else { return suiteDataStoreInitRequestBuilder_.getMessage(); } } /** *
       * / [SuiteDataStoreInitRequest](#gauge.messages.SuiteDataStoreInitRequest)
       * 
* * .gauge.messages.SuiteDataStoreInitRequest suiteDataStoreInitRequest = 21; */ public Builder setSuiteDataStoreInitRequest(gauge.messages.Messages.SuiteDataStoreInitRequest value) { if (suiteDataStoreInitRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } suiteDataStoreInitRequest_ = value; } else { suiteDataStoreInitRequestBuilder_.setMessage(value); } bitField0_ |= 0x00100000; onChanged(); return this; } /** *
       * / [SuiteDataStoreInitRequest](#gauge.messages.SuiteDataStoreInitRequest)
       * 
* * .gauge.messages.SuiteDataStoreInitRequest suiteDataStoreInitRequest = 21; */ public Builder setSuiteDataStoreInitRequest( gauge.messages.Messages.SuiteDataStoreInitRequest.Builder builderForValue) { if (suiteDataStoreInitRequestBuilder_ == null) { suiteDataStoreInitRequest_ = builderForValue.build(); } else { suiteDataStoreInitRequestBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00100000; onChanged(); return this; } /** *
       * / [SuiteDataStoreInitRequest](#gauge.messages.SuiteDataStoreInitRequest)
       * 
* * .gauge.messages.SuiteDataStoreInitRequest suiteDataStoreInitRequest = 21; */ public Builder mergeSuiteDataStoreInitRequest(gauge.messages.Messages.SuiteDataStoreInitRequest value) { if (suiteDataStoreInitRequestBuilder_ == null) { if (((bitField0_ & 0x00100000) != 0) && suiteDataStoreInitRequest_ != null && suiteDataStoreInitRequest_ != gauge.messages.Messages.SuiteDataStoreInitRequest.getDefaultInstance()) { getSuiteDataStoreInitRequestBuilder().mergeFrom(value); } else { suiteDataStoreInitRequest_ = value; } } else { suiteDataStoreInitRequestBuilder_.mergeFrom(value); } if (suiteDataStoreInitRequest_ != null) { bitField0_ |= 0x00100000; onChanged(); } return this; } /** *
       * / [SuiteDataStoreInitRequest](#gauge.messages.SuiteDataStoreInitRequest)
       * 
* * .gauge.messages.SuiteDataStoreInitRequest suiteDataStoreInitRequest = 21; */ public Builder clearSuiteDataStoreInitRequest() { bitField0_ = (bitField0_ & ~0x00100000); suiteDataStoreInitRequest_ = null; if (suiteDataStoreInitRequestBuilder_ != null) { suiteDataStoreInitRequestBuilder_.dispose(); suiteDataStoreInitRequestBuilder_ = null; } onChanged(); return this; } /** *
       * / [SuiteDataStoreInitRequest](#gauge.messages.SuiteDataStoreInitRequest)
       * 
* * .gauge.messages.SuiteDataStoreInitRequest suiteDataStoreInitRequest = 21; */ public gauge.messages.Messages.SuiteDataStoreInitRequest.Builder getSuiteDataStoreInitRequestBuilder() { bitField0_ |= 0x00100000; onChanged(); return getSuiteDataStoreInitRequestFieldBuilder().getBuilder(); } /** *
       * / [SuiteDataStoreInitRequest](#gauge.messages.SuiteDataStoreInitRequest)
       * 
* * .gauge.messages.SuiteDataStoreInitRequest suiteDataStoreInitRequest = 21; */ public gauge.messages.Messages.SuiteDataStoreInitRequestOrBuilder getSuiteDataStoreInitRequestOrBuilder() { if (suiteDataStoreInitRequestBuilder_ != null) { return suiteDataStoreInitRequestBuilder_.getMessageOrBuilder(); } else { return suiteDataStoreInitRequest_ == null ? gauge.messages.Messages.SuiteDataStoreInitRequest.getDefaultInstance() : suiteDataStoreInitRequest_; } } /** *
       * / [SuiteDataStoreInitRequest](#gauge.messages.SuiteDataStoreInitRequest)
       * 
* * .gauge.messages.SuiteDataStoreInitRequest suiteDataStoreInitRequest = 21; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.SuiteDataStoreInitRequest, gauge.messages.Messages.SuiteDataStoreInitRequest.Builder, gauge.messages.Messages.SuiteDataStoreInitRequestOrBuilder> getSuiteDataStoreInitRequestFieldBuilder() { if (suiteDataStoreInitRequestBuilder_ == null) { suiteDataStoreInitRequestBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.SuiteDataStoreInitRequest, gauge.messages.Messages.SuiteDataStoreInitRequest.Builder, gauge.messages.Messages.SuiteDataStoreInitRequestOrBuilder>( getSuiteDataStoreInitRequest(), getParentForChildren(), isClean()); suiteDataStoreInitRequest_ = null; } return suiteDataStoreInitRequestBuilder_; } private gauge.messages.Messages.StepNameRequest stepNameRequest_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepNameRequest, gauge.messages.Messages.StepNameRequest.Builder, gauge.messages.Messages.StepNameRequestOrBuilder> stepNameRequestBuilder_; /** *
       * / [StepNameRequest](#gauge.messages.StepNameRequest)
       * 
* * .gauge.messages.StepNameRequest stepNameRequest = 22; * @return Whether the stepNameRequest field is set. */ public boolean hasStepNameRequest() { return ((bitField0_ & 0x00200000) != 0); } /** *
       * / [StepNameRequest](#gauge.messages.StepNameRequest)
       * 
* * .gauge.messages.StepNameRequest stepNameRequest = 22; * @return The stepNameRequest. */ public gauge.messages.Messages.StepNameRequest getStepNameRequest() { if (stepNameRequestBuilder_ == null) { return stepNameRequest_ == null ? gauge.messages.Messages.StepNameRequest.getDefaultInstance() : stepNameRequest_; } else { return stepNameRequestBuilder_.getMessage(); } } /** *
       * / [StepNameRequest](#gauge.messages.StepNameRequest)
       * 
* * .gauge.messages.StepNameRequest stepNameRequest = 22; */ public Builder setStepNameRequest(gauge.messages.Messages.StepNameRequest value) { if (stepNameRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } stepNameRequest_ = value; } else { stepNameRequestBuilder_.setMessage(value); } bitField0_ |= 0x00200000; onChanged(); return this; } /** *
       * / [StepNameRequest](#gauge.messages.StepNameRequest)
       * 
* * .gauge.messages.StepNameRequest stepNameRequest = 22; */ public Builder setStepNameRequest( gauge.messages.Messages.StepNameRequest.Builder builderForValue) { if (stepNameRequestBuilder_ == null) { stepNameRequest_ = builderForValue.build(); } else { stepNameRequestBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00200000; onChanged(); return this; } /** *
       * / [StepNameRequest](#gauge.messages.StepNameRequest)
       * 
* * .gauge.messages.StepNameRequest stepNameRequest = 22; */ public Builder mergeStepNameRequest(gauge.messages.Messages.StepNameRequest value) { if (stepNameRequestBuilder_ == null) { if (((bitField0_ & 0x00200000) != 0) && stepNameRequest_ != null && stepNameRequest_ != gauge.messages.Messages.StepNameRequest.getDefaultInstance()) { getStepNameRequestBuilder().mergeFrom(value); } else { stepNameRequest_ = value; } } else { stepNameRequestBuilder_.mergeFrom(value); } if (stepNameRequest_ != null) { bitField0_ |= 0x00200000; onChanged(); } return this; } /** *
       * / [StepNameRequest](#gauge.messages.StepNameRequest)
       * 
* * .gauge.messages.StepNameRequest stepNameRequest = 22; */ public Builder clearStepNameRequest() { bitField0_ = (bitField0_ & ~0x00200000); stepNameRequest_ = null; if (stepNameRequestBuilder_ != null) { stepNameRequestBuilder_.dispose(); stepNameRequestBuilder_ = null; } onChanged(); return this; } /** *
       * / [StepNameRequest](#gauge.messages.StepNameRequest)
       * 
* * .gauge.messages.StepNameRequest stepNameRequest = 22; */ public gauge.messages.Messages.StepNameRequest.Builder getStepNameRequestBuilder() { bitField0_ |= 0x00200000; onChanged(); return getStepNameRequestFieldBuilder().getBuilder(); } /** *
       * / [StepNameRequest](#gauge.messages.StepNameRequest)
       * 
* * .gauge.messages.StepNameRequest stepNameRequest = 22; */ public gauge.messages.Messages.StepNameRequestOrBuilder getStepNameRequestOrBuilder() { if (stepNameRequestBuilder_ != null) { return stepNameRequestBuilder_.getMessageOrBuilder(); } else { return stepNameRequest_ == null ? gauge.messages.Messages.StepNameRequest.getDefaultInstance() : stepNameRequest_; } } /** *
       * / [StepNameRequest](#gauge.messages.StepNameRequest)
       * 
* * .gauge.messages.StepNameRequest stepNameRequest = 22; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepNameRequest, gauge.messages.Messages.StepNameRequest.Builder, gauge.messages.Messages.StepNameRequestOrBuilder> getStepNameRequestFieldBuilder() { if (stepNameRequestBuilder_ == null) { stepNameRequestBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepNameRequest, gauge.messages.Messages.StepNameRequest.Builder, gauge.messages.Messages.StepNameRequestOrBuilder>( getStepNameRequest(), getParentForChildren(), isClean()); stepNameRequest_ = null; } return stepNameRequestBuilder_; } private gauge.messages.Messages.StepNameResponse stepNameResponse_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepNameResponse, gauge.messages.Messages.StepNameResponse.Builder, gauge.messages.Messages.StepNameResponseOrBuilder> stepNameResponseBuilder_; /** *
       * / [StepNameResponse](#gauge.messages.StepNameResponse)
       * 
* * .gauge.messages.StepNameResponse stepNameResponse = 23; * @return Whether the stepNameResponse field is set. */ public boolean hasStepNameResponse() { return ((bitField0_ & 0x00400000) != 0); } /** *
       * / [StepNameResponse](#gauge.messages.StepNameResponse)
       * 
* * .gauge.messages.StepNameResponse stepNameResponse = 23; * @return The stepNameResponse. */ public gauge.messages.Messages.StepNameResponse getStepNameResponse() { if (stepNameResponseBuilder_ == null) { return stepNameResponse_ == null ? gauge.messages.Messages.StepNameResponse.getDefaultInstance() : stepNameResponse_; } else { return stepNameResponseBuilder_.getMessage(); } } /** *
       * / [StepNameResponse](#gauge.messages.StepNameResponse)
       * 
* * .gauge.messages.StepNameResponse stepNameResponse = 23; */ public Builder setStepNameResponse(gauge.messages.Messages.StepNameResponse value) { if (stepNameResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } stepNameResponse_ = value; } else { stepNameResponseBuilder_.setMessage(value); } bitField0_ |= 0x00400000; onChanged(); return this; } /** *
       * / [StepNameResponse](#gauge.messages.StepNameResponse)
       * 
* * .gauge.messages.StepNameResponse stepNameResponse = 23; */ public Builder setStepNameResponse( gauge.messages.Messages.StepNameResponse.Builder builderForValue) { if (stepNameResponseBuilder_ == null) { stepNameResponse_ = builderForValue.build(); } else { stepNameResponseBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00400000; onChanged(); return this; } /** *
       * / [StepNameResponse](#gauge.messages.StepNameResponse)
       * 
* * .gauge.messages.StepNameResponse stepNameResponse = 23; */ public Builder mergeStepNameResponse(gauge.messages.Messages.StepNameResponse value) { if (stepNameResponseBuilder_ == null) { if (((bitField0_ & 0x00400000) != 0) && stepNameResponse_ != null && stepNameResponse_ != gauge.messages.Messages.StepNameResponse.getDefaultInstance()) { getStepNameResponseBuilder().mergeFrom(value); } else { stepNameResponse_ = value; } } else { stepNameResponseBuilder_.mergeFrom(value); } if (stepNameResponse_ != null) { bitField0_ |= 0x00400000; onChanged(); } return this; } /** *
       * / [StepNameResponse](#gauge.messages.StepNameResponse)
       * 
* * .gauge.messages.StepNameResponse stepNameResponse = 23; */ public Builder clearStepNameResponse() { bitField0_ = (bitField0_ & ~0x00400000); stepNameResponse_ = null; if (stepNameResponseBuilder_ != null) { stepNameResponseBuilder_.dispose(); stepNameResponseBuilder_ = null; } onChanged(); return this; } /** *
       * / [StepNameResponse](#gauge.messages.StepNameResponse)
       * 
* * .gauge.messages.StepNameResponse stepNameResponse = 23; */ public gauge.messages.Messages.StepNameResponse.Builder getStepNameResponseBuilder() { bitField0_ |= 0x00400000; onChanged(); return getStepNameResponseFieldBuilder().getBuilder(); } /** *
       * / [StepNameResponse](#gauge.messages.StepNameResponse)
       * 
* * .gauge.messages.StepNameResponse stepNameResponse = 23; */ public gauge.messages.Messages.StepNameResponseOrBuilder getStepNameResponseOrBuilder() { if (stepNameResponseBuilder_ != null) { return stepNameResponseBuilder_.getMessageOrBuilder(); } else { return stepNameResponse_ == null ? gauge.messages.Messages.StepNameResponse.getDefaultInstance() : stepNameResponse_; } } /** *
       * / [StepNameResponse](#gauge.messages.StepNameResponse)
       * 
* * .gauge.messages.StepNameResponse stepNameResponse = 23; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepNameResponse, gauge.messages.Messages.StepNameResponse.Builder, gauge.messages.Messages.StepNameResponseOrBuilder> getStepNameResponseFieldBuilder() { if (stepNameResponseBuilder_ == null) { stepNameResponseBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepNameResponse, gauge.messages.Messages.StepNameResponse.Builder, gauge.messages.Messages.StepNameResponseOrBuilder>( getStepNameResponse(), getParentForChildren(), isClean()); stepNameResponse_ = null; } return stepNameResponseBuilder_; } private gauge.messages.Messages.RefactorRequest refactorRequest_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.RefactorRequest, gauge.messages.Messages.RefactorRequest.Builder, gauge.messages.Messages.RefactorRequestOrBuilder> refactorRequestBuilder_; /** *
       * / [RefactorRequest](#gauge.messages.RefactorRequest)
       * 
* * .gauge.messages.RefactorRequest refactorRequest = 24; * @return Whether the refactorRequest field is set. */ public boolean hasRefactorRequest() { return ((bitField0_ & 0x00800000) != 0); } /** *
       * / [RefactorRequest](#gauge.messages.RefactorRequest)
       * 
* * .gauge.messages.RefactorRequest refactorRequest = 24; * @return The refactorRequest. */ public gauge.messages.Messages.RefactorRequest getRefactorRequest() { if (refactorRequestBuilder_ == null) { return refactorRequest_ == null ? gauge.messages.Messages.RefactorRequest.getDefaultInstance() : refactorRequest_; } else { return refactorRequestBuilder_.getMessage(); } } /** *
       * / [RefactorRequest](#gauge.messages.RefactorRequest)
       * 
* * .gauge.messages.RefactorRequest refactorRequest = 24; */ public Builder setRefactorRequest(gauge.messages.Messages.RefactorRequest value) { if (refactorRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } refactorRequest_ = value; } else { refactorRequestBuilder_.setMessage(value); } bitField0_ |= 0x00800000; onChanged(); return this; } /** *
       * / [RefactorRequest](#gauge.messages.RefactorRequest)
       * 
* * .gauge.messages.RefactorRequest refactorRequest = 24; */ public Builder setRefactorRequest( gauge.messages.Messages.RefactorRequest.Builder builderForValue) { if (refactorRequestBuilder_ == null) { refactorRequest_ = builderForValue.build(); } else { refactorRequestBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00800000; onChanged(); return this; } /** *
       * / [RefactorRequest](#gauge.messages.RefactorRequest)
       * 
* * .gauge.messages.RefactorRequest refactorRequest = 24; */ public Builder mergeRefactorRequest(gauge.messages.Messages.RefactorRequest value) { if (refactorRequestBuilder_ == null) { if (((bitField0_ & 0x00800000) != 0) && refactorRequest_ != null && refactorRequest_ != gauge.messages.Messages.RefactorRequest.getDefaultInstance()) { getRefactorRequestBuilder().mergeFrom(value); } else { refactorRequest_ = value; } } else { refactorRequestBuilder_.mergeFrom(value); } if (refactorRequest_ != null) { bitField0_ |= 0x00800000; onChanged(); } return this; } /** *
       * / [RefactorRequest](#gauge.messages.RefactorRequest)
       * 
* * .gauge.messages.RefactorRequest refactorRequest = 24; */ public Builder clearRefactorRequest() { bitField0_ = (bitField0_ & ~0x00800000); refactorRequest_ = null; if (refactorRequestBuilder_ != null) { refactorRequestBuilder_.dispose(); refactorRequestBuilder_ = null; } onChanged(); return this; } /** *
       * / [RefactorRequest](#gauge.messages.RefactorRequest)
       * 
* * .gauge.messages.RefactorRequest refactorRequest = 24; */ public gauge.messages.Messages.RefactorRequest.Builder getRefactorRequestBuilder() { bitField0_ |= 0x00800000; onChanged(); return getRefactorRequestFieldBuilder().getBuilder(); } /** *
       * / [RefactorRequest](#gauge.messages.RefactorRequest)
       * 
* * .gauge.messages.RefactorRequest refactorRequest = 24; */ public gauge.messages.Messages.RefactorRequestOrBuilder getRefactorRequestOrBuilder() { if (refactorRequestBuilder_ != null) { return refactorRequestBuilder_.getMessageOrBuilder(); } else { return refactorRequest_ == null ? gauge.messages.Messages.RefactorRequest.getDefaultInstance() : refactorRequest_; } } /** *
       * / [RefactorRequest](#gauge.messages.RefactorRequest)
       * 
* * .gauge.messages.RefactorRequest refactorRequest = 24; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.RefactorRequest, gauge.messages.Messages.RefactorRequest.Builder, gauge.messages.Messages.RefactorRequestOrBuilder> getRefactorRequestFieldBuilder() { if (refactorRequestBuilder_ == null) { refactorRequestBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.RefactorRequest, gauge.messages.Messages.RefactorRequest.Builder, gauge.messages.Messages.RefactorRequestOrBuilder>( getRefactorRequest(), getParentForChildren(), isClean()); refactorRequest_ = null; } return refactorRequestBuilder_; } private gauge.messages.Messages.RefactorResponse refactorResponse_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.RefactorResponse, gauge.messages.Messages.RefactorResponse.Builder, gauge.messages.Messages.RefactorResponseOrBuilder> refactorResponseBuilder_; /** *
       * / [RefactorResponse](#gauge.messages.RefactorResponse)
       * 
* * .gauge.messages.RefactorResponse refactorResponse = 25; * @return Whether the refactorResponse field is set. */ public boolean hasRefactorResponse() { return ((bitField0_ & 0x01000000) != 0); } /** *
       * / [RefactorResponse](#gauge.messages.RefactorResponse)
       * 
* * .gauge.messages.RefactorResponse refactorResponse = 25; * @return The refactorResponse. */ public gauge.messages.Messages.RefactorResponse getRefactorResponse() { if (refactorResponseBuilder_ == null) { return refactorResponse_ == null ? gauge.messages.Messages.RefactorResponse.getDefaultInstance() : refactorResponse_; } else { return refactorResponseBuilder_.getMessage(); } } /** *
       * / [RefactorResponse](#gauge.messages.RefactorResponse)
       * 
* * .gauge.messages.RefactorResponse refactorResponse = 25; */ public Builder setRefactorResponse(gauge.messages.Messages.RefactorResponse value) { if (refactorResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } refactorResponse_ = value; } else { refactorResponseBuilder_.setMessage(value); } bitField0_ |= 0x01000000; onChanged(); return this; } /** *
       * / [RefactorResponse](#gauge.messages.RefactorResponse)
       * 
* * .gauge.messages.RefactorResponse refactorResponse = 25; */ public Builder setRefactorResponse( gauge.messages.Messages.RefactorResponse.Builder builderForValue) { if (refactorResponseBuilder_ == null) { refactorResponse_ = builderForValue.build(); } else { refactorResponseBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x01000000; onChanged(); return this; } /** *
       * / [RefactorResponse](#gauge.messages.RefactorResponse)
       * 
* * .gauge.messages.RefactorResponse refactorResponse = 25; */ public Builder mergeRefactorResponse(gauge.messages.Messages.RefactorResponse value) { if (refactorResponseBuilder_ == null) { if (((bitField0_ & 0x01000000) != 0) && refactorResponse_ != null && refactorResponse_ != gauge.messages.Messages.RefactorResponse.getDefaultInstance()) { getRefactorResponseBuilder().mergeFrom(value); } else { refactorResponse_ = value; } } else { refactorResponseBuilder_.mergeFrom(value); } if (refactorResponse_ != null) { bitField0_ |= 0x01000000; onChanged(); } return this; } /** *
       * / [RefactorResponse](#gauge.messages.RefactorResponse)
       * 
* * .gauge.messages.RefactorResponse refactorResponse = 25; */ public Builder clearRefactorResponse() { bitField0_ = (bitField0_ & ~0x01000000); refactorResponse_ = null; if (refactorResponseBuilder_ != null) { refactorResponseBuilder_.dispose(); refactorResponseBuilder_ = null; } onChanged(); return this; } /** *
       * / [RefactorResponse](#gauge.messages.RefactorResponse)
       * 
* * .gauge.messages.RefactorResponse refactorResponse = 25; */ public gauge.messages.Messages.RefactorResponse.Builder getRefactorResponseBuilder() { bitField0_ |= 0x01000000; onChanged(); return getRefactorResponseFieldBuilder().getBuilder(); } /** *
       * / [RefactorResponse](#gauge.messages.RefactorResponse)
       * 
* * .gauge.messages.RefactorResponse refactorResponse = 25; */ public gauge.messages.Messages.RefactorResponseOrBuilder getRefactorResponseOrBuilder() { if (refactorResponseBuilder_ != null) { return refactorResponseBuilder_.getMessageOrBuilder(); } else { return refactorResponse_ == null ? gauge.messages.Messages.RefactorResponse.getDefaultInstance() : refactorResponse_; } } /** *
       * / [RefactorResponse](#gauge.messages.RefactorResponse)
       * 
* * .gauge.messages.RefactorResponse refactorResponse = 25; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.RefactorResponse, gauge.messages.Messages.RefactorResponse.Builder, gauge.messages.Messages.RefactorResponseOrBuilder> getRefactorResponseFieldBuilder() { if (refactorResponseBuilder_ == null) { refactorResponseBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.RefactorResponse, gauge.messages.Messages.RefactorResponse.Builder, gauge.messages.Messages.RefactorResponseOrBuilder>( getRefactorResponse(), getParentForChildren(), isClean()); refactorResponse_ = null; } return refactorResponseBuilder_; } private gauge.messages.Messages.UnsupportedMessageResponse unsupportedMessageResponse_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.UnsupportedMessageResponse, gauge.messages.Messages.UnsupportedMessageResponse.Builder, gauge.messages.Messages.UnsupportedMessageResponseOrBuilder> unsupportedMessageResponseBuilder_; /** *
       * / [UnsupportedMessageResponse](#gauge.messages.UnsupportedMessageResponse)
       * 
* * .gauge.messages.UnsupportedMessageResponse unsupportedMessageResponse = 26; * @return Whether the unsupportedMessageResponse field is set. */ public boolean hasUnsupportedMessageResponse() { return ((bitField0_ & 0x02000000) != 0); } /** *
       * / [UnsupportedMessageResponse](#gauge.messages.UnsupportedMessageResponse)
       * 
* * .gauge.messages.UnsupportedMessageResponse unsupportedMessageResponse = 26; * @return The unsupportedMessageResponse. */ public gauge.messages.Messages.UnsupportedMessageResponse getUnsupportedMessageResponse() { if (unsupportedMessageResponseBuilder_ == null) { return unsupportedMessageResponse_ == null ? gauge.messages.Messages.UnsupportedMessageResponse.getDefaultInstance() : unsupportedMessageResponse_; } else { return unsupportedMessageResponseBuilder_.getMessage(); } } /** *
       * / [UnsupportedMessageResponse](#gauge.messages.UnsupportedMessageResponse)
       * 
* * .gauge.messages.UnsupportedMessageResponse unsupportedMessageResponse = 26; */ public Builder setUnsupportedMessageResponse(gauge.messages.Messages.UnsupportedMessageResponse value) { if (unsupportedMessageResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } unsupportedMessageResponse_ = value; } else { unsupportedMessageResponseBuilder_.setMessage(value); } bitField0_ |= 0x02000000; onChanged(); return this; } /** *
       * / [UnsupportedMessageResponse](#gauge.messages.UnsupportedMessageResponse)
       * 
* * .gauge.messages.UnsupportedMessageResponse unsupportedMessageResponse = 26; */ public Builder setUnsupportedMessageResponse( gauge.messages.Messages.UnsupportedMessageResponse.Builder builderForValue) { if (unsupportedMessageResponseBuilder_ == null) { unsupportedMessageResponse_ = builderForValue.build(); } else { unsupportedMessageResponseBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x02000000; onChanged(); return this; } /** *
       * / [UnsupportedMessageResponse](#gauge.messages.UnsupportedMessageResponse)
       * 
* * .gauge.messages.UnsupportedMessageResponse unsupportedMessageResponse = 26; */ public Builder mergeUnsupportedMessageResponse(gauge.messages.Messages.UnsupportedMessageResponse value) { if (unsupportedMessageResponseBuilder_ == null) { if (((bitField0_ & 0x02000000) != 0) && unsupportedMessageResponse_ != null && unsupportedMessageResponse_ != gauge.messages.Messages.UnsupportedMessageResponse.getDefaultInstance()) { getUnsupportedMessageResponseBuilder().mergeFrom(value); } else { unsupportedMessageResponse_ = value; } } else { unsupportedMessageResponseBuilder_.mergeFrom(value); } if (unsupportedMessageResponse_ != null) { bitField0_ |= 0x02000000; onChanged(); } return this; } /** *
       * / [UnsupportedMessageResponse](#gauge.messages.UnsupportedMessageResponse)
       * 
* * .gauge.messages.UnsupportedMessageResponse unsupportedMessageResponse = 26; */ public Builder clearUnsupportedMessageResponse() { bitField0_ = (bitField0_ & ~0x02000000); unsupportedMessageResponse_ = null; if (unsupportedMessageResponseBuilder_ != null) { unsupportedMessageResponseBuilder_.dispose(); unsupportedMessageResponseBuilder_ = null; } onChanged(); return this; } /** *
       * / [UnsupportedMessageResponse](#gauge.messages.UnsupportedMessageResponse)
       * 
* * .gauge.messages.UnsupportedMessageResponse unsupportedMessageResponse = 26; */ public gauge.messages.Messages.UnsupportedMessageResponse.Builder getUnsupportedMessageResponseBuilder() { bitField0_ |= 0x02000000; onChanged(); return getUnsupportedMessageResponseFieldBuilder().getBuilder(); } /** *
       * / [UnsupportedMessageResponse](#gauge.messages.UnsupportedMessageResponse)
       * 
* * .gauge.messages.UnsupportedMessageResponse unsupportedMessageResponse = 26; */ public gauge.messages.Messages.UnsupportedMessageResponseOrBuilder getUnsupportedMessageResponseOrBuilder() { if (unsupportedMessageResponseBuilder_ != null) { return unsupportedMessageResponseBuilder_.getMessageOrBuilder(); } else { return unsupportedMessageResponse_ == null ? gauge.messages.Messages.UnsupportedMessageResponse.getDefaultInstance() : unsupportedMessageResponse_; } } /** *
       * / [UnsupportedMessageResponse](#gauge.messages.UnsupportedMessageResponse)
       * 
* * .gauge.messages.UnsupportedMessageResponse unsupportedMessageResponse = 26; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.UnsupportedMessageResponse, gauge.messages.Messages.UnsupportedMessageResponse.Builder, gauge.messages.Messages.UnsupportedMessageResponseOrBuilder> getUnsupportedMessageResponseFieldBuilder() { if (unsupportedMessageResponseBuilder_ == null) { unsupportedMessageResponseBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.UnsupportedMessageResponse, gauge.messages.Messages.UnsupportedMessageResponse.Builder, gauge.messages.Messages.UnsupportedMessageResponseOrBuilder>( getUnsupportedMessageResponse(), getParentForChildren(), isClean()); unsupportedMessageResponse_ = null; } return unsupportedMessageResponseBuilder_; } private gauge.messages.Messages.CacheFileRequest cacheFileRequest_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.CacheFileRequest, gauge.messages.Messages.CacheFileRequest.Builder, gauge.messages.Messages.CacheFileRequestOrBuilder> cacheFileRequestBuilder_; /** *
       * / [CacheFileRequest](#gauge.messages.CacheFileRequest)
       * 
* * .gauge.messages.CacheFileRequest cacheFileRequest = 27; * @return Whether the cacheFileRequest field is set. */ public boolean hasCacheFileRequest() { return ((bitField0_ & 0x04000000) != 0); } /** *
       * / [CacheFileRequest](#gauge.messages.CacheFileRequest)
       * 
* * .gauge.messages.CacheFileRequest cacheFileRequest = 27; * @return The cacheFileRequest. */ public gauge.messages.Messages.CacheFileRequest getCacheFileRequest() { if (cacheFileRequestBuilder_ == null) { return cacheFileRequest_ == null ? gauge.messages.Messages.CacheFileRequest.getDefaultInstance() : cacheFileRequest_; } else { return cacheFileRequestBuilder_.getMessage(); } } /** *
       * / [CacheFileRequest](#gauge.messages.CacheFileRequest)
       * 
* * .gauge.messages.CacheFileRequest cacheFileRequest = 27; */ public Builder setCacheFileRequest(gauge.messages.Messages.CacheFileRequest value) { if (cacheFileRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } cacheFileRequest_ = value; } else { cacheFileRequestBuilder_.setMessage(value); } bitField0_ |= 0x04000000; onChanged(); return this; } /** *
       * / [CacheFileRequest](#gauge.messages.CacheFileRequest)
       * 
* * .gauge.messages.CacheFileRequest cacheFileRequest = 27; */ public Builder setCacheFileRequest( gauge.messages.Messages.CacheFileRequest.Builder builderForValue) { if (cacheFileRequestBuilder_ == null) { cacheFileRequest_ = builderForValue.build(); } else { cacheFileRequestBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x04000000; onChanged(); return this; } /** *
       * / [CacheFileRequest](#gauge.messages.CacheFileRequest)
       * 
* * .gauge.messages.CacheFileRequest cacheFileRequest = 27; */ public Builder mergeCacheFileRequest(gauge.messages.Messages.CacheFileRequest value) { if (cacheFileRequestBuilder_ == null) { if (((bitField0_ & 0x04000000) != 0) && cacheFileRequest_ != null && cacheFileRequest_ != gauge.messages.Messages.CacheFileRequest.getDefaultInstance()) { getCacheFileRequestBuilder().mergeFrom(value); } else { cacheFileRequest_ = value; } } else { cacheFileRequestBuilder_.mergeFrom(value); } if (cacheFileRequest_ != null) { bitField0_ |= 0x04000000; onChanged(); } return this; } /** *
       * / [CacheFileRequest](#gauge.messages.CacheFileRequest)
       * 
* * .gauge.messages.CacheFileRequest cacheFileRequest = 27; */ public Builder clearCacheFileRequest() { bitField0_ = (bitField0_ & ~0x04000000); cacheFileRequest_ = null; if (cacheFileRequestBuilder_ != null) { cacheFileRequestBuilder_.dispose(); cacheFileRequestBuilder_ = null; } onChanged(); return this; } /** *
       * / [CacheFileRequest](#gauge.messages.CacheFileRequest)
       * 
* * .gauge.messages.CacheFileRequest cacheFileRequest = 27; */ public gauge.messages.Messages.CacheFileRequest.Builder getCacheFileRequestBuilder() { bitField0_ |= 0x04000000; onChanged(); return getCacheFileRequestFieldBuilder().getBuilder(); } /** *
       * / [CacheFileRequest](#gauge.messages.CacheFileRequest)
       * 
* * .gauge.messages.CacheFileRequest cacheFileRequest = 27; */ public gauge.messages.Messages.CacheFileRequestOrBuilder getCacheFileRequestOrBuilder() { if (cacheFileRequestBuilder_ != null) { return cacheFileRequestBuilder_.getMessageOrBuilder(); } else { return cacheFileRequest_ == null ? gauge.messages.Messages.CacheFileRequest.getDefaultInstance() : cacheFileRequest_; } } /** *
       * / [CacheFileRequest](#gauge.messages.CacheFileRequest)
       * 
* * .gauge.messages.CacheFileRequest cacheFileRequest = 27; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.CacheFileRequest, gauge.messages.Messages.CacheFileRequest.Builder, gauge.messages.Messages.CacheFileRequestOrBuilder> getCacheFileRequestFieldBuilder() { if (cacheFileRequestBuilder_ == null) { cacheFileRequestBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.CacheFileRequest, gauge.messages.Messages.CacheFileRequest.Builder, gauge.messages.Messages.CacheFileRequestOrBuilder>( getCacheFileRequest(), getParentForChildren(), isClean()); cacheFileRequest_ = null; } return cacheFileRequestBuilder_; } private gauge.messages.Messages.StepPositionsRequest stepPositionsRequest_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepPositionsRequest, gauge.messages.Messages.StepPositionsRequest.Builder, gauge.messages.Messages.StepPositionsRequestOrBuilder> stepPositionsRequestBuilder_; /** *
       * / [StepPositionsRequest](#gauge.messages.StepPositionsRequest)
       * 
* * .gauge.messages.StepPositionsRequest stepPositionsRequest = 28; * @return Whether the stepPositionsRequest field is set. */ public boolean hasStepPositionsRequest() { return ((bitField0_ & 0x08000000) != 0); } /** *
       * / [StepPositionsRequest](#gauge.messages.StepPositionsRequest)
       * 
* * .gauge.messages.StepPositionsRequest stepPositionsRequest = 28; * @return The stepPositionsRequest. */ public gauge.messages.Messages.StepPositionsRequest getStepPositionsRequest() { if (stepPositionsRequestBuilder_ == null) { return stepPositionsRequest_ == null ? gauge.messages.Messages.StepPositionsRequest.getDefaultInstance() : stepPositionsRequest_; } else { return stepPositionsRequestBuilder_.getMessage(); } } /** *
       * / [StepPositionsRequest](#gauge.messages.StepPositionsRequest)
       * 
* * .gauge.messages.StepPositionsRequest stepPositionsRequest = 28; */ public Builder setStepPositionsRequest(gauge.messages.Messages.StepPositionsRequest value) { if (stepPositionsRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } stepPositionsRequest_ = value; } else { stepPositionsRequestBuilder_.setMessage(value); } bitField0_ |= 0x08000000; onChanged(); return this; } /** *
       * / [StepPositionsRequest](#gauge.messages.StepPositionsRequest)
       * 
* * .gauge.messages.StepPositionsRequest stepPositionsRequest = 28; */ public Builder setStepPositionsRequest( gauge.messages.Messages.StepPositionsRequest.Builder builderForValue) { if (stepPositionsRequestBuilder_ == null) { stepPositionsRequest_ = builderForValue.build(); } else { stepPositionsRequestBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x08000000; onChanged(); return this; } /** *
       * / [StepPositionsRequest](#gauge.messages.StepPositionsRequest)
       * 
* * .gauge.messages.StepPositionsRequest stepPositionsRequest = 28; */ public Builder mergeStepPositionsRequest(gauge.messages.Messages.StepPositionsRequest value) { if (stepPositionsRequestBuilder_ == null) { if (((bitField0_ & 0x08000000) != 0) && stepPositionsRequest_ != null && stepPositionsRequest_ != gauge.messages.Messages.StepPositionsRequest.getDefaultInstance()) { getStepPositionsRequestBuilder().mergeFrom(value); } else { stepPositionsRequest_ = value; } } else { stepPositionsRequestBuilder_.mergeFrom(value); } if (stepPositionsRequest_ != null) { bitField0_ |= 0x08000000; onChanged(); } return this; } /** *
       * / [StepPositionsRequest](#gauge.messages.StepPositionsRequest)
       * 
* * .gauge.messages.StepPositionsRequest stepPositionsRequest = 28; */ public Builder clearStepPositionsRequest() { bitField0_ = (bitField0_ & ~0x08000000); stepPositionsRequest_ = null; if (stepPositionsRequestBuilder_ != null) { stepPositionsRequestBuilder_.dispose(); stepPositionsRequestBuilder_ = null; } onChanged(); return this; } /** *
       * / [StepPositionsRequest](#gauge.messages.StepPositionsRequest)
       * 
* * .gauge.messages.StepPositionsRequest stepPositionsRequest = 28; */ public gauge.messages.Messages.StepPositionsRequest.Builder getStepPositionsRequestBuilder() { bitField0_ |= 0x08000000; onChanged(); return getStepPositionsRequestFieldBuilder().getBuilder(); } /** *
       * / [StepPositionsRequest](#gauge.messages.StepPositionsRequest)
       * 
* * .gauge.messages.StepPositionsRequest stepPositionsRequest = 28; */ public gauge.messages.Messages.StepPositionsRequestOrBuilder getStepPositionsRequestOrBuilder() { if (stepPositionsRequestBuilder_ != null) { return stepPositionsRequestBuilder_.getMessageOrBuilder(); } else { return stepPositionsRequest_ == null ? gauge.messages.Messages.StepPositionsRequest.getDefaultInstance() : stepPositionsRequest_; } } /** *
       * / [StepPositionsRequest](#gauge.messages.StepPositionsRequest)
       * 
* * .gauge.messages.StepPositionsRequest stepPositionsRequest = 28; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepPositionsRequest, gauge.messages.Messages.StepPositionsRequest.Builder, gauge.messages.Messages.StepPositionsRequestOrBuilder> getStepPositionsRequestFieldBuilder() { if (stepPositionsRequestBuilder_ == null) { stepPositionsRequestBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepPositionsRequest, gauge.messages.Messages.StepPositionsRequest.Builder, gauge.messages.Messages.StepPositionsRequestOrBuilder>( getStepPositionsRequest(), getParentForChildren(), isClean()); stepPositionsRequest_ = null; } return stepPositionsRequestBuilder_; } private gauge.messages.Messages.StepPositionsResponse stepPositionsResponse_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepPositionsResponse, gauge.messages.Messages.StepPositionsResponse.Builder, gauge.messages.Messages.StepPositionsResponseOrBuilder> stepPositionsResponseBuilder_; /** *
       * / [StepPositionsResponse](#gauge.messages.StepPositionsResponse)
       * 
* * .gauge.messages.StepPositionsResponse stepPositionsResponse = 29; * @return Whether the stepPositionsResponse field is set. */ public boolean hasStepPositionsResponse() { return ((bitField0_ & 0x10000000) != 0); } /** *
       * / [StepPositionsResponse](#gauge.messages.StepPositionsResponse)
       * 
* * .gauge.messages.StepPositionsResponse stepPositionsResponse = 29; * @return The stepPositionsResponse. */ public gauge.messages.Messages.StepPositionsResponse getStepPositionsResponse() { if (stepPositionsResponseBuilder_ == null) { return stepPositionsResponse_ == null ? gauge.messages.Messages.StepPositionsResponse.getDefaultInstance() : stepPositionsResponse_; } else { return stepPositionsResponseBuilder_.getMessage(); } } /** *
       * / [StepPositionsResponse](#gauge.messages.StepPositionsResponse)
       * 
* * .gauge.messages.StepPositionsResponse stepPositionsResponse = 29; */ public Builder setStepPositionsResponse(gauge.messages.Messages.StepPositionsResponse value) { if (stepPositionsResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } stepPositionsResponse_ = value; } else { stepPositionsResponseBuilder_.setMessage(value); } bitField0_ |= 0x10000000; onChanged(); return this; } /** *
       * / [StepPositionsResponse](#gauge.messages.StepPositionsResponse)
       * 
* * .gauge.messages.StepPositionsResponse stepPositionsResponse = 29; */ public Builder setStepPositionsResponse( gauge.messages.Messages.StepPositionsResponse.Builder builderForValue) { if (stepPositionsResponseBuilder_ == null) { stepPositionsResponse_ = builderForValue.build(); } else { stepPositionsResponseBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x10000000; onChanged(); return this; } /** *
       * / [StepPositionsResponse](#gauge.messages.StepPositionsResponse)
       * 
* * .gauge.messages.StepPositionsResponse stepPositionsResponse = 29; */ public Builder mergeStepPositionsResponse(gauge.messages.Messages.StepPositionsResponse value) { if (stepPositionsResponseBuilder_ == null) { if (((bitField0_ & 0x10000000) != 0) && stepPositionsResponse_ != null && stepPositionsResponse_ != gauge.messages.Messages.StepPositionsResponse.getDefaultInstance()) { getStepPositionsResponseBuilder().mergeFrom(value); } else { stepPositionsResponse_ = value; } } else { stepPositionsResponseBuilder_.mergeFrom(value); } if (stepPositionsResponse_ != null) { bitField0_ |= 0x10000000; onChanged(); } return this; } /** *
       * / [StepPositionsResponse](#gauge.messages.StepPositionsResponse)
       * 
* * .gauge.messages.StepPositionsResponse stepPositionsResponse = 29; */ public Builder clearStepPositionsResponse() { bitField0_ = (bitField0_ & ~0x10000000); stepPositionsResponse_ = null; if (stepPositionsResponseBuilder_ != null) { stepPositionsResponseBuilder_.dispose(); stepPositionsResponseBuilder_ = null; } onChanged(); return this; } /** *
       * / [StepPositionsResponse](#gauge.messages.StepPositionsResponse)
       * 
* * .gauge.messages.StepPositionsResponse stepPositionsResponse = 29; */ public gauge.messages.Messages.StepPositionsResponse.Builder getStepPositionsResponseBuilder() { bitField0_ |= 0x10000000; onChanged(); return getStepPositionsResponseFieldBuilder().getBuilder(); } /** *
       * / [StepPositionsResponse](#gauge.messages.StepPositionsResponse)
       * 
* * .gauge.messages.StepPositionsResponse stepPositionsResponse = 29; */ public gauge.messages.Messages.StepPositionsResponseOrBuilder getStepPositionsResponseOrBuilder() { if (stepPositionsResponseBuilder_ != null) { return stepPositionsResponseBuilder_.getMessageOrBuilder(); } else { return stepPositionsResponse_ == null ? gauge.messages.Messages.StepPositionsResponse.getDefaultInstance() : stepPositionsResponse_; } } /** *
       * / [StepPositionsResponse](#gauge.messages.StepPositionsResponse)
       * 
* * .gauge.messages.StepPositionsResponse stepPositionsResponse = 29; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepPositionsResponse, gauge.messages.Messages.StepPositionsResponse.Builder, gauge.messages.Messages.StepPositionsResponseOrBuilder> getStepPositionsResponseFieldBuilder() { if (stepPositionsResponseBuilder_ == null) { stepPositionsResponseBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StepPositionsResponse, gauge.messages.Messages.StepPositionsResponse.Builder, gauge.messages.Messages.StepPositionsResponseOrBuilder>( getStepPositionsResponse(), getParentForChildren(), isClean()); stepPositionsResponse_ = null; } return stepPositionsResponseBuilder_; } private gauge.messages.Messages.ImplementationFileListRequest implementationFileListRequest_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ImplementationFileListRequest, gauge.messages.Messages.ImplementationFileListRequest.Builder, gauge.messages.Messages.ImplementationFileListRequestOrBuilder> implementationFileListRequestBuilder_; /** *
       * / [ImplementationFileListRequest](#gauge.messages.ImplementationFileListRequest)
       * 
* * .gauge.messages.ImplementationFileListRequest implementationFileListRequest = 30; * @return Whether the implementationFileListRequest field is set. */ public boolean hasImplementationFileListRequest() { return ((bitField0_ & 0x20000000) != 0); } /** *
       * / [ImplementationFileListRequest](#gauge.messages.ImplementationFileListRequest)
       * 
* * .gauge.messages.ImplementationFileListRequest implementationFileListRequest = 30; * @return The implementationFileListRequest. */ public gauge.messages.Messages.ImplementationFileListRequest getImplementationFileListRequest() { if (implementationFileListRequestBuilder_ == null) { return implementationFileListRequest_ == null ? gauge.messages.Messages.ImplementationFileListRequest.getDefaultInstance() : implementationFileListRequest_; } else { return implementationFileListRequestBuilder_.getMessage(); } } /** *
       * / [ImplementationFileListRequest](#gauge.messages.ImplementationFileListRequest)
       * 
* * .gauge.messages.ImplementationFileListRequest implementationFileListRequest = 30; */ public Builder setImplementationFileListRequest(gauge.messages.Messages.ImplementationFileListRequest value) { if (implementationFileListRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } implementationFileListRequest_ = value; } else { implementationFileListRequestBuilder_.setMessage(value); } bitField0_ |= 0x20000000; onChanged(); return this; } /** *
       * / [ImplementationFileListRequest](#gauge.messages.ImplementationFileListRequest)
       * 
* * .gauge.messages.ImplementationFileListRequest implementationFileListRequest = 30; */ public Builder setImplementationFileListRequest( gauge.messages.Messages.ImplementationFileListRequest.Builder builderForValue) { if (implementationFileListRequestBuilder_ == null) { implementationFileListRequest_ = builderForValue.build(); } else { implementationFileListRequestBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x20000000; onChanged(); return this; } /** *
       * / [ImplementationFileListRequest](#gauge.messages.ImplementationFileListRequest)
       * 
* * .gauge.messages.ImplementationFileListRequest implementationFileListRequest = 30; */ public Builder mergeImplementationFileListRequest(gauge.messages.Messages.ImplementationFileListRequest value) { if (implementationFileListRequestBuilder_ == null) { if (((bitField0_ & 0x20000000) != 0) && implementationFileListRequest_ != null && implementationFileListRequest_ != gauge.messages.Messages.ImplementationFileListRequest.getDefaultInstance()) { getImplementationFileListRequestBuilder().mergeFrom(value); } else { implementationFileListRequest_ = value; } } else { implementationFileListRequestBuilder_.mergeFrom(value); } if (implementationFileListRequest_ != null) { bitField0_ |= 0x20000000; onChanged(); } return this; } /** *
       * / [ImplementationFileListRequest](#gauge.messages.ImplementationFileListRequest)
       * 
* * .gauge.messages.ImplementationFileListRequest implementationFileListRequest = 30; */ public Builder clearImplementationFileListRequest() { bitField0_ = (bitField0_ & ~0x20000000); implementationFileListRequest_ = null; if (implementationFileListRequestBuilder_ != null) { implementationFileListRequestBuilder_.dispose(); implementationFileListRequestBuilder_ = null; } onChanged(); return this; } /** *
       * / [ImplementationFileListRequest](#gauge.messages.ImplementationFileListRequest)
       * 
* * .gauge.messages.ImplementationFileListRequest implementationFileListRequest = 30; */ public gauge.messages.Messages.ImplementationFileListRequest.Builder getImplementationFileListRequestBuilder() { bitField0_ |= 0x20000000; onChanged(); return getImplementationFileListRequestFieldBuilder().getBuilder(); } /** *
       * / [ImplementationFileListRequest](#gauge.messages.ImplementationFileListRequest)
       * 
* * .gauge.messages.ImplementationFileListRequest implementationFileListRequest = 30; */ public gauge.messages.Messages.ImplementationFileListRequestOrBuilder getImplementationFileListRequestOrBuilder() { if (implementationFileListRequestBuilder_ != null) { return implementationFileListRequestBuilder_.getMessageOrBuilder(); } else { return implementationFileListRequest_ == null ? gauge.messages.Messages.ImplementationFileListRequest.getDefaultInstance() : implementationFileListRequest_; } } /** *
       * / [ImplementationFileListRequest](#gauge.messages.ImplementationFileListRequest)
       * 
* * .gauge.messages.ImplementationFileListRequest implementationFileListRequest = 30; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ImplementationFileListRequest, gauge.messages.Messages.ImplementationFileListRequest.Builder, gauge.messages.Messages.ImplementationFileListRequestOrBuilder> getImplementationFileListRequestFieldBuilder() { if (implementationFileListRequestBuilder_ == null) { implementationFileListRequestBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ImplementationFileListRequest, gauge.messages.Messages.ImplementationFileListRequest.Builder, gauge.messages.Messages.ImplementationFileListRequestOrBuilder>( getImplementationFileListRequest(), getParentForChildren(), isClean()); implementationFileListRequest_ = null; } return implementationFileListRequestBuilder_; } private gauge.messages.Messages.ImplementationFileListResponse implementationFileListResponse_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ImplementationFileListResponse, gauge.messages.Messages.ImplementationFileListResponse.Builder, gauge.messages.Messages.ImplementationFileListResponseOrBuilder> implementationFileListResponseBuilder_; /** *
       * / [ImplementationFileListResponse](#gauge.messages.ImplementationFileListResponse)
       * 
* * .gauge.messages.ImplementationFileListResponse implementationFileListResponse = 31; * @return Whether the implementationFileListResponse field is set. */ public boolean hasImplementationFileListResponse() { return ((bitField0_ & 0x40000000) != 0); } /** *
       * / [ImplementationFileListResponse](#gauge.messages.ImplementationFileListResponse)
       * 
* * .gauge.messages.ImplementationFileListResponse implementationFileListResponse = 31; * @return The implementationFileListResponse. */ public gauge.messages.Messages.ImplementationFileListResponse getImplementationFileListResponse() { if (implementationFileListResponseBuilder_ == null) { return implementationFileListResponse_ == null ? gauge.messages.Messages.ImplementationFileListResponse.getDefaultInstance() : implementationFileListResponse_; } else { return implementationFileListResponseBuilder_.getMessage(); } } /** *
       * / [ImplementationFileListResponse](#gauge.messages.ImplementationFileListResponse)
       * 
* * .gauge.messages.ImplementationFileListResponse implementationFileListResponse = 31; */ public Builder setImplementationFileListResponse(gauge.messages.Messages.ImplementationFileListResponse value) { if (implementationFileListResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } implementationFileListResponse_ = value; } else { implementationFileListResponseBuilder_.setMessage(value); } bitField0_ |= 0x40000000; onChanged(); return this; } /** *
       * / [ImplementationFileListResponse](#gauge.messages.ImplementationFileListResponse)
       * 
* * .gauge.messages.ImplementationFileListResponse implementationFileListResponse = 31; */ public Builder setImplementationFileListResponse( gauge.messages.Messages.ImplementationFileListResponse.Builder builderForValue) { if (implementationFileListResponseBuilder_ == null) { implementationFileListResponse_ = builderForValue.build(); } else { implementationFileListResponseBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x40000000; onChanged(); return this; } /** *
       * / [ImplementationFileListResponse](#gauge.messages.ImplementationFileListResponse)
       * 
* * .gauge.messages.ImplementationFileListResponse implementationFileListResponse = 31; */ public Builder mergeImplementationFileListResponse(gauge.messages.Messages.ImplementationFileListResponse value) { if (implementationFileListResponseBuilder_ == null) { if (((bitField0_ & 0x40000000) != 0) && implementationFileListResponse_ != null && implementationFileListResponse_ != gauge.messages.Messages.ImplementationFileListResponse.getDefaultInstance()) { getImplementationFileListResponseBuilder().mergeFrom(value); } else { implementationFileListResponse_ = value; } } else { implementationFileListResponseBuilder_.mergeFrom(value); } if (implementationFileListResponse_ != null) { bitField0_ |= 0x40000000; onChanged(); } return this; } /** *
       * / [ImplementationFileListResponse](#gauge.messages.ImplementationFileListResponse)
       * 
* * .gauge.messages.ImplementationFileListResponse implementationFileListResponse = 31; */ public Builder clearImplementationFileListResponse() { bitField0_ = (bitField0_ & ~0x40000000); implementationFileListResponse_ = null; if (implementationFileListResponseBuilder_ != null) { implementationFileListResponseBuilder_.dispose(); implementationFileListResponseBuilder_ = null; } onChanged(); return this; } /** *
       * / [ImplementationFileListResponse](#gauge.messages.ImplementationFileListResponse)
       * 
* * .gauge.messages.ImplementationFileListResponse implementationFileListResponse = 31; */ public gauge.messages.Messages.ImplementationFileListResponse.Builder getImplementationFileListResponseBuilder() { bitField0_ |= 0x40000000; onChanged(); return getImplementationFileListResponseFieldBuilder().getBuilder(); } /** *
       * / [ImplementationFileListResponse](#gauge.messages.ImplementationFileListResponse)
       * 
* * .gauge.messages.ImplementationFileListResponse implementationFileListResponse = 31; */ public gauge.messages.Messages.ImplementationFileListResponseOrBuilder getImplementationFileListResponseOrBuilder() { if (implementationFileListResponseBuilder_ != null) { return implementationFileListResponseBuilder_.getMessageOrBuilder(); } else { return implementationFileListResponse_ == null ? gauge.messages.Messages.ImplementationFileListResponse.getDefaultInstance() : implementationFileListResponse_; } } /** *
       * / [ImplementationFileListResponse](#gauge.messages.ImplementationFileListResponse)
       * 
* * .gauge.messages.ImplementationFileListResponse implementationFileListResponse = 31; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ImplementationFileListResponse, gauge.messages.Messages.ImplementationFileListResponse.Builder, gauge.messages.Messages.ImplementationFileListResponseOrBuilder> getImplementationFileListResponseFieldBuilder() { if (implementationFileListResponseBuilder_ == null) { implementationFileListResponseBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ImplementationFileListResponse, gauge.messages.Messages.ImplementationFileListResponse.Builder, gauge.messages.Messages.ImplementationFileListResponseOrBuilder>( getImplementationFileListResponse(), getParentForChildren(), isClean()); implementationFileListResponse_ = null; } return implementationFileListResponseBuilder_; } private gauge.messages.Messages.StubImplementationCodeRequest stubImplementationCodeRequest_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StubImplementationCodeRequest, gauge.messages.Messages.StubImplementationCodeRequest.Builder, gauge.messages.Messages.StubImplementationCodeRequestOrBuilder> stubImplementationCodeRequestBuilder_; /** *
       * / [StubImplementationCodeRequest](#gauge.messages.StubImplementationCodeRequest)
       * 
* * .gauge.messages.StubImplementationCodeRequest stubImplementationCodeRequest = 32; * @return Whether the stubImplementationCodeRequest field is set. */ public boolean hasStubImplementationCodeRequest() { return ((bitField0_ & 0x80000000) != 0); } /** *
       * / [StubImplementationCodeRequest](#gauge.messages.StubImplementationCodeRequest)
       * 
* * .gauge.messages.StubImplementationCodeRequest stubImplementationCodeRequest = 32; * @return The stubImplementationCodeRequest. */ public gauge.messages.Messages.StubImplementationCodeRequest getStubImplementationCodeRequest() { if (stubImplementationCodeRequestBuilder_ == null) { return stubImplementationCodeRequest_ == null ? gauge.messages.Messages.StubImplementationCodeRequest.getDefaultInstance() : stubImplementationCodeRequest_; } else { return stubImplementationCodeRequestBuilder_.getMessage(); } } /** *
       * / [StubImplementationCodeRequest](#gauge.messages.StubImplementationCodeRequest)
       * 
* * .gauge.messages.StubImplementationCodeRequest stubImplementationCodeRequest = 32; */ public Builder setStubImplementationCodeRequest(gauge.messages.Messages.StubImplementationCodeRequest value) { if (stubImplementationCodeRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } stubImplementationCodeRequest_ = value; } else { stubImplementationCodeRequestBuilder_.setMessage(value); } bitField0_ |= 0x80000000; onChanged(); return this; } /** *
       * / [StubImplementationCodeRequest](#gauge.messages.StubImplementationCodeRequest)
       * 
* * .gauge.messages.StubImplementationCodeRequest stubImplementationCodeRequest = 32; */ public Builder setStubImplementationCodeRequest( gauge.messages.Messages.StubImplementationCodeRequest.Builder builderForValue) { if (stubImplementationCodeRequestBuilder_ == null) { stubImplementationCodeRequest_ = builderForValue.build(); } else { stubImplementationCodeRequestBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x80000000; onChanged(); return this; } /** *
       * / [StubImplementationCodeRequest](#gauge.messages.StubImplementationCodeRequest)
       * 
* * .gauge.messages.StubImplementationCodeRequest stubImplementationCodeRequest = 32; */ public Builder mergeStubImplementationCodeRequest(gauge.messages.Messages.StubImplementationCodeRequest value) { if (stubImplementationCodeRequestBuilder_ == null) { if (((bitField0_ & 0x80000000) != 0) && stubImplementationCodeRequest_ != null && stubImplementationCodeRequest_ != gauge.messages.Messages.StubImplementationCodeRequest.getDefaultInstance()) { getStubImplementationCodeRequestBuilder().mergeFrom(value); } else { stubImplementationCodeRequest_ = value; } } else { stubImplementationCodeRequestBuilder_.mergeFrom(value); } if (stubImplementationCodeRequest_ != null) { bitField0_ |= 0x80000000; onChanged(); } return this; } /** *
       * / [StubImplementationCodeRequest](#gauge.messages.StubImplementationCodeRequest)
       * 
* * .gauge.messages.StubImplementationCodeRequest stubImplementationCodeRequest = 32; */ public Builder clearStubImplementationCodeRequest() { bitField0_ = (bitField0_ & ~0x80000000); stubImplementationCodeRequest_ = null; if (stubImplementationCodeRequestBuilder_ != null) { stubImplementationCodeRequestBuilder_.dispose(); stubImplementationCodeRequestBuilder_ = null; } onChanged(); return this; } /** *
       * / [StubImplementationCodeRequest](#gauge.messages.StubImplementationCodeRequest)
       * 
* * .gauge.messages.StubImplementationCodeRequest stubImplementationCodeRequest = 32; */ public gauge.messages.Messages.StubImplementationCodeRequest.Builder getStubImplementationCodeRequestBuilder() { bitField0_ |= 0x80000000; onChanged(); return getStubImplementationCodeRequestFieldBuilder().getBuilder(); } /** *
       * / [StubImplementationCodeRequest](#gauge.messages.StubImplementationCodeRequest)
       * 
* * .gauge.messages.StubImplementationCodeRequest stubImplementationCodeRequest = 32; */ public gauge.messages.Messages.StubImplementationCodeRequestOrBuilder getStubImplementationCodeRequestOrBuilder() { if (stubImplementationCodeRequestBuilder_ != null) { return stubImplementationCodeRequestBuilder_.getMessageOrBuilder(); } else { return stubImplementationCodeRequest_ == null ? gauge.messages.Messages.StubImplementationCodeRequest.getDefaultInstance() : stubImplementationCodeRequest_; } } /** *
       * / [StubImplementationCodeRequest](#gauge.messages.StubImplementationCodeRequest)
       * 
* * .gauge.messages.StubImplementationCodeRequest stubImplementationCodeRequest = 32; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StubImplementationCodeRequest, gauge.messages.Messages.StubImplementationCodeRequest.Builder, gauge.messages.Messages.StubImplementationCodeRequestOrBuilder> getStubImplementationCodeRequestFieldBuilder() { if (stubImplementationCodeRequestBuilder_ == null) { stubImplementationCodeRequestBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.StubImplementationCodeRequest, gauge.messages.Messages.StubImplementationCodeRequest.Builder, gauge.messages.Messages.StubImplementationCodeRequestOrBuilder>( getStubImplementationCodeRequest(), getParentForChildren(), isClean()); stubImplementationCodeRequest_ = null; } return stubImplementationCodeRequestBuilder_; } private gauge.messages.Messages.FileDiff fileDiff_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.FileDiff, gauge.messages.Messages.FileDiff.Builder, gauge.messages.Messages.FileDiffOrBuilder> fileDiffBuilder_; /** *
       * / [FileDiff](#gauge.messages.FileDiff)
       * 
* * .gauge.messages.FileDiff fileDiff = 33; * @return Whether the fileDiff field is set. */ public boolean hasFileDiff() { return ((bitField1_ & 0x00000001) != 0); } /** *
       * / [FileDiff](#gauge.messages.FileDiff)
       * 
* * .gauge.messages.FileDiff fileDiff = 33; * @return The fileDiff. */ public gauge.messages.Messages.FileDiff getFileDiff() { if (fileDiffBuilder_ == null) { return fileDiff_ == null ? gauge.messages.Messages.FileDiff.getDefaultInstance() : fileDiff_; } else { return fileDiffBuilder_.getMessage(); } } /** *
       * / [FileDiff](#gauge.messages.FileDiff)
       * 
* * .gauge.messages.FileDiff fileDiff = 33; */ public Builder setFileDiff(gauge.messages.Messages.FileDiff value) { if (fileDiffBuilder_ == null) { if (value == null) { throw new NullPointerException(); } fileDiff_ = value; } else { fileDiffBuilder_.setMessage(value); } bitField1_ |= 0x00000001; onChanged(); return this; } /** *
       * / [FileDiff](#gauge.messages.FileDiff)
       * 
* * .gauge.messages.FileDiff fileDiff = 33; */ public Builder setFileDiff( gauge.messages.Messages.FileDiff.Builder builderForValue) { if (fileDiffBuilder_ == null) { fileDiff_ = builderForValue.build(); } else { fileDiffBuilder_.setMessage(builderForValue.build()); } bitField1_ |= 0x00000001; onChanged(); return this; } /** *
       * / [FileDiff](#gauge.messages.FileDiff)
       * 
* * .gauge.messages.FileDiff fileDiff = 33; */ public Builder mergeFileDiff(gauge.messages.Messages.FileDiff value) { if (fileDiffBuilder_ == null) { if (((bitField1_ & 0x00000001) != 0) && fileDiff_ != null && fileDiff_ != gauge.messages.Messages.FileDiff.getDefaultInstance()) { getFileDiffBuilder().mergeFrom(value); } else { fileDiff_ = value; } } else { fileDiffBuilder_.mergeFrom(value); } if (fileDiff_ != null) { bitField1_ |= 0x00000001; onChanged(); } return this; } /** *
       * / [FileDiff](#gauge.messages.FileDiff)
       * 
* * .gauge.messages.FileDiff fileDiff = 33; */ public Builder clearFileDiff() { bitField1_ = (bitField1_ & ~0x00000001); fileDiff_ = null; if (fileDiffBuilder_ != null) { fileDiffBuilder_.dispose(); fileDiffBuilder_ = null; } onChanged(); return this; } /** *
       * / [FileDiff](#gauge.messages.FileDiff)
       * 
* * .gauge.messages.FileDiff fileDiff = 33; */ public gauge.messages.Messages.FileDiff.Builder getFileDiffBuilder() { bitField1_ |= 0x00000001; onChanged(); return getFileDiffFieldBuilder().getBuilder(); } /** *
       * / [FileDiff](#gauge.messages.FileDiff)
       * 
* * .gauge.messages.FileDiff fileDiff = 33; */ public gauge.messages.Messages.FileDiffOrBuilder getFileDiffOrBuilder() { if (fileDiffBuilder_ != null) { return fileDiffBuilder_.getMessageOrBuilder(); } else { return fileDiff_ == null ? gauge.messages.Messages.FileDiff.getDefaultInstance() : fileDiff_; } } /** *
       * / [FileDiff](#gauge.messages.FileDiff)
       * 
* * .gauge.messages.FileDiff fileDiff = 33; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.FileDiff, gauge.messages.Messages.FileDiff.Builder, gauge.messages.Messages.FileDiffOrBuilder> getFileDiffFieldBuilder() { if (fileDiffBuilder_ == null) { fileDiffBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.FileDiff, gauge.messages.Messages.FileDiff.Builder, gauge.messages.Messages.FileDiffOrBuilder>( getFileDiff(), getParentForChildren(), isClean()); fileDiff_ = null; } return fileDiffBuilder_; } private gauge.messages.Messages.ImplementationFileGlobPatternRequest implementationFileGlobPatternRequest_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ImplementationFileGlobPatternRequest, gauge.messages.Messages.ImplementationFileGlobPatternRequest.Builder, gauge.messages.Messages.ImplementationFileGlobPatternRequestOrBuilder> implementationFileGlobPatternRequestBuilder_; /** *
       * / [ImplementationFileGlobPatternRequest](#gauge.messages.ImplementationFileGlobPatternRequest)
       * 
* * .gauge.messages.ImplementationFileGlobPatternRequest implementationFileGlobPatternRequest = 34; * @return Whether the implementationFileGlobPatternRequest field is set. */ public boolean hasImplementationFileGlobPatternRequest() { return ((bitField1_ & 0x00000002) != 0); } /** *
       * / [ImplementationFileGlobPatternRequest](#gauge.messages.ImplementationFileGlobPatternRequest)
       * 
* * .gauge.messages.ImplementationFileGlobPatternRequest implementationFileGlobPatternRequest = 34; * @return The implementationFileGlobPatternRequest. */ public gauge.messages.Messages.ImplementationFileGlobPatternRequest getImplementationFileGlobPatternRequest() { if (implementationFileGlobPatternRequestBuilder_ == null) { return implementationFileGlobPatternRequest_ == null ? gauge.messages.Messages.ImplementationFileGlobPatternRequest.getDefaultInstance() : implementationFileGlobPatternRequest_; } else { return implementationFileGlobPatternRequestBuilder_.getMessage(); } } /** *
       * / [ImplementationFileGlobPatternRequest](#gauge.messages.ImplementationFileGlobPatternRequest)
       * 
* * .gauge.messages.ImplementationFileGlobPatternRequest implementationFileGlobPatternRequest = 34; */ public Builder setImplementationFileGlobPatternRequest(gauge.messages.Messages.ImplementationFileGlobPatternRequest value) { if (implementationFileGlobPatternRequestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } implementationFileGlobPatternRequest_ = value; } else { implementationFileGlobPatternRequestBuilder_.setMessage(value); } bitField1_ |= 0x00000002; onChanged(); return this; } /** *
       * / [ImplementationFileGlobPatternRequest](#gauge.messages.ImplementationFileGlobPatternRequest)
       * 
* * .gauge.messages.ImplementationFileGlobPatternRequest implementationFileGlobPatternRequest = 34; */ public Builder setImplementationFileGlobPatternRequest( gauge.messages.Messages.ImplementationFileGlobPatternRequest.Builder builderForValue) { if (implementationFileGlobPatternRequestBuilder_ == null) { implementationFileGlobPatternRequest_ = builderForValue.build(); } else { implementationFileGlobPatternRequestBuilder_.setMessage(builderForValue.build()); } bitField1_ |= 0x00000002; onChanged(); return this; } /** *
       * / [ImplementationFileGlobPatternRequest](#gauge.messages.ImplementationFileGlobPatternRequest)
       * 
* * .gauge.messages.ImplementationFileGlobPatternRequest implementationFileGlobPatternRequest = 34; */ public Builder mergeImplementationFileGlobPatternRequest(gauge.messages.Messages.ImplementationFileGlobPatternRequest value) { if (implementationFileGlobPatternRequestBuilder_ == null) { if (((bitField1_ & 0x00000002) != 0) && implementationFileGlobPatternRequest_ != null && implementationFileGlobPatternRequest_ != gauge.messages.Messages.ImplementationFileGlobPatternRequest.getDefaultInstance()) { getImplementationFileGlobPatternRequestBuilder().mergeFrom(value); } else { implementationFileGlobPatternRequest_ = value; } } else { implementationFileGlobPatternRequestBuilder_.mergeFrom(value); } if (implementationFileGlobPatternRequest_ != null) { bitField1_ |= 0x00000002; onChanged(); } return this; } /** *
       * / [ImplementationFileGlobPatternRequest](#gauge.messages.ImplementationFileGlobPatternRequest)
       * 
* * .gauge.messages.ImplementationFileGlobPatternRequest implementationFileGlobPatternRequest = 34; */ public Builder clearImplementationFileGlobPatternRequest() { bitField1_ = (bitField1_ & ~0x00000002); implementationFileGlobPatternRequest_ = null; if (implementationFileGlobPatternRequestBuilder_ != null) { implementationFileGlobPatternRequestBuilder_.dispose(); implementationFileGlobPatternRequestBuilder_ = null; } onChanged(); return this; } /** *
       * / [ImplementationFileGlobPatternRequest](#gauge.messages.ImplementationFileGlobPatternRequest)
       * 
* * .gauge.messages.ImplementationFileGlobPatternRequest implementationFileGlobPatternRequest = 34; */ public gauge.messages.Messages.ImplementationFileGlobPatternRequest.Builder getImplementationFileGlobPatternRequestBuilder() { bitField1_ |= 0x00000002; onChanged(); return getImplementationFileGlobPatternRequestFieldBuilder().getBuilder(); } /** *
       * / [ImplementationFileGlobPatternRequest](#gauge.messages.ImplementationFileGlobPatternRequest)
       * 
* * .gauge.messages.ImplementationFileGlobPatternRequest implementationFileGlobPatternRequest = 34; */ public gauge.messages.Messages.ImplementationFileGlobPatternRequestOrBuilder getImplementationFileGlobPatternRequestOrBuilder() { if (implementationFileGlobPatternRequestBuilder_ != null) { return implementationFileGlobPatternRequestBuilder_.getMessageOrBuilder(); } else { return implementationFileGlobPatternRequest_ == null ? gauge.messages.Messages.ImplementationFileGlobPatternRequest.getDefaultInstance() : implementationFileGlobPatternRequest_; } } /** *
       * / [ImplementationFileGlobPatternRequest](#gauge.messages.ImplementationFileGlobPatternRequest)
       * 
* * .gauge.messages.ImplementationFileGlobPatternRequest implementationFileGlobPatternRequest = 34; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ImplementationFileGlobPatternRequest, gauge.messages.Messages.ImplementationFileGlobPatternRequest.Builder, gauge.messages.Messages.ImplementationFileGlobPatternRequestOrBuilder> getImplementationFileGlobPatternRequestFieldBuilder() { if (implementationFileGlobPatternRequestBuilder_ == null) { implementationFileGlobPatternRequestBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ImplementationFileGlobPatternRequest, gauge.messages.Messages.ImplementationFileGlobPatternRequest.Builder, gauge.messages.Messages.ImplementationFileGlobPatternRequestOrBuilder>( getImplementationFileGlobPatternRequest(), getParentForChildren(), isClean()); implementationFileGlobPatternRequest_ = null; } return implementationFileGlobPatternRequestBuilder_; } private gauge.messages.Messages.ImplementationFileGlobPatternResponse implementationFileGlobPatternResponse_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ImplementationFileGlobPatternResponse, gauge.messages.Messages.ImplementationFileGlobPatternResponse.Builder, gauge.messages.Messages.ImplementationFileGlobPatternResponseOrBuilder> implementationFileGlobPatternResponseBuilder_; /** *
       * / [ImplementationFileGlobPatternResponse](#gauge.messages.ImplementationFileGlobPatternResponse)
       * 
* * .gauge.messages.ImplementationFileGlobPatternResponse implementationFileGlobPatternResponse = 35; * @return Whether the implementationFileGlobPatternResponse field is set. */ public boolean hasImplementationFileGlobPatternResponse() { return ((bitField1_ & 0x00000004) != 0); } /** *
       * / [ImplementationFileGlobPatternResponse](#gauge.messages.ImplementationFileGlobPatternResponse)
       * 
* * .gauge.messages.ImplementationFileGlobPatternResponse implementationFileGlobPatternResponse = 35; * @return The implementationFileGlobPatternResponse. */ public gauge.messages.Messages.ImplementationFileGlobPatternResponse getImplementationFileGlobPatternResponse() { if (implementationFileGlobPatternResponseBuilder_ == null) { return implementationFileGlobPatternResponse_ == null ? gauge.messages.Messages.ImplementationFileGlobPatternResponse.getDefaultInstance() : implementationFileGlobPatternResponse_; } else { return implementationFileGlobPatternResponseBuilder_.getMessage(); } } /** *
       * / [ImplementationFileGlobPatternResponse](#gauge.messages.ImplementationFileGlobPatternResponse)
       * 
* * .gauge.messages.ImplementationFileGlobPatternResponse implementationFileGlobPatternResponse = 35; */ public Builder setImplementationFileGlobPatternResponse(gauge.messages.Messages.ImplementationFileGlobPatternResponse value) { if (implementationFileGlobPatternResponseBuilder_ == null) { if (value == null) { throw new NullPointerException(); } implementationFileGlobPatternResponse_ = value; } else { implementationFileGlobPatternResponseBuilder_.setMessage(value); } bitField1_ |= 0x00000004; onChanged(); return this; } /** *
       * / [ImplementationFileGlobPatternResponse](#gauge.messages.ImplementationFileGlobPatternResponse)
       * 
* * .gauge.messages.ImplementationFileGlobPatternResponse implementationFileGlobPatternResponse = 35; */ public Builder setImplementationFileGlobPatternResponse( gauge.messages.Messages.ImplementationFileGlobPatternResponse.Builder builderForValue) { if (implementationFileGlobPatternResponseBuilder_ == null) { implementationFileGlobPatternResponse_ = builderForValue.build(); } else { implementationFileGlobPatternResponseBuilder_.setMessage(builderForValue.build()); } bitField1_ |= 0x00000004; onChanged(); return this; } /** *
       * / [ImplementationFileGlobPatternResponse](#gauge.messages.ImplementationFileGlobPatternResponse)
       * 
* * .gauge.messages.ImplementationFileGlobPatternResponse implementationFileGlobPatternResponse = 35; */ public Builder mergeImplementationFileGlobPatternResponse(gauge.messages.Messages.ImplementationFileGlobPatternResponse value) { if (implementationFileGlobPatternResponseBuilder_ == null) { if (((bitField1_ & 0x00000004) != 0) && implementationFileGlobPatternResponse_ != null && implementationFileGlobPatternResponse_ != gauge.messages.Messages.ImplementationFileGlobPatternResponse.getDefaultInstance()) { getImplementationFileGlobPatternResponseBuilder().mergeFrom(value); } else { implementationFileGlobPatternResponse_ = value; } } else { implementationFileGlobPatternResponseBuilder_.mergeFrom(value); } if (implementationFileGlobPatternResponse_ != null) { bitField1_ |= 0x00000004; onChanged(); } return this; } /** *
       * / [ImplementationFileGlobPatternResponse](#gauge.messages.ImplementationFileGlobPatternResponse)
       * 
* * .gauge.messages.ImplementationFileGlobPatternResponse implementationFileGlobPatternResponse = 35; */ public Builder clearImplementationFileGlobPatternResponse() { bitField1_ = (bitField1_ & ~0x00000004); implementationFileGlobPatternResponse_ = null; if (implementationFileGlobPatternResponseBuilder_ != null) { implementationFileGlobPatternResponseBuilder_.dispose(); implementationFileGlobPatternResponseBuilder_ = null; } onChanged(); return this; } /** *
       * / [ImplementationFileGlobPatternResponse](#gauge.messages.ImplementationFileGlobPatternResponse)
       * 
* * .gauge.messages.ImplementationFileGlobPatternResponse implementationFileGlobPatternResponse = 35; */ public gauge.messages.Messages.ImplementationFileGlobPatternResponse.Builder getImplementationFileGlobPatternResponseBuilder() { bitField1_ |= 0x00000004; onChanged(); return getImplementationFileGlobPatternResponseFieldBuilder().getBuilder(); } /** *
       * / [ImplementationFileGlobPatternResponse](#gauge.messages.ImplementationFileGlobPatternResponse)
       * 
* * .gauge.messages.ImplementationFileGlobPatternResponse implementationFileGlobPatternResponse = 35; */ public gauge.messages.Messages.ImplementationFileGlobPatternResponseOrBuilder getImplementationFileGlobPatternResponseOrBuilder() { if (implementationFileGlobPatternResponseBuilder_ != null) { return implementationFileGlobPatternResponseBuilder_.getMessageOrBuilder(); } else { return implementationFileGlobPatternResponse_ == null ? gauge.messages.Messages.ImplementationFileGlobPatternResponse.getDefaultInstance() : implementationFileGlobPatternResponse_; } } /** *
       * / [ImplementationFileGlobPatternResponse](#gauge.messages.ImplementationFileGlobPatternResponse)
       * 
* * .gauge.messages.ImplementationFileGlobPatternResponse implementationFileGlobPatternResponse = 35; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ImplementationFileGlobPatternResponse, gauge.messages.Messages.ImplementationFileGlobPatternResponse.Builder, gauge.messages.Messages.ImplementationFileGlobPatternResponseOrBuilder> getImplementationFileGlobPatternResponseFieldBuilder() { if (implementationFileGlobPatternResponseBuilder_ == null) { implementationFileGlobPatternResponseBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.ImplementationFileGlobPatternResponse, gauge.messages.Messages.ImplementationFileGlobPatternResponse.Builder, gauge.messages.Messages.ImplementationFileGlobPatternResponseOrBuilder>( getImplementationFileGlobPatternResponse(), getParentForChildren(), isClean()); implementationFileGlobPatternResponse_ = null; } return implementationFileGlobPatternResponseBuilder_; } private gauge.messages.Messages.SuiteExecutionResultItem suiteExecutionResultItem_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.SuiteExecutionResultItem, gauge.messages.Messages.SuiteExecutionResultItem.Builder, gauge.messages.Messages.SuiteExecutionResultItemOrBuilder> suiteExecutionResultItemBuilder_; /** *
       * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
       * 
* * .gauge.messages.SuiteExecutionResultItem suiteExecutionResultItem = 36; * @return Whether the suiteExecutionResultItem field is set. */ public boolean hasSuiteExecutionResultItem() { return ((bitField1_ & 0x00000008) != 0); } /** *
       * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
       * 
* * .gauge.messages.SuiteExecutionResultItem suiteExecutionResultItem = 36; * @return The suiteExecutionResultItem. */ public gauge.messages.Messages.SuiteExecutionResultItem getSuiteExecutionResultItem() { if (suiteExecutionResultItemBuilder_ == null) { return suiteExecutionResultItem_ == null ? gauge.messages.Messages.SuiteExecutionResultItem.getDefaultInstance() : suiteExecutionResultItem_; } else { return suiteExecutionResultItemBuilder_.getMessage(); } } /** *
       * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
       * 
* * .gauge.messages.SuiteExecutionResultItem suiteExecutionResultItem = 36; */ public Builder setSuiteExecutionResultItem(gauge.messages.Messages.SuiteExecutionResultItem value) { if (suiteExecutionResultItemBuilder_ == null) { if (value == null) { throw new NullPointerException(); } suiteExecutionResultItem_ = value; } else { suiteExecutionResultItemBuilder_.setMessage(value); } bitField1_ |= 0x00000008; onChanged(); return this; } /** *
       * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
       * 
* * .gauge.messages.SuiteExecutionResultItem suiteExecutionResultItem = 36; */ public Builder setSuiteExecutionResultItem( gauge.messages.Messages.SuiteExecutionResultItem.Builder builderForValue) { if (suiteExecutionResultItemBuilder_ == null) { suiteExecutionResultItem_ = builderForValue.build(); } else { suiteExecutionResultItemBuilder_.setMessage(builderForValue.build()); } bitField1_ |= 0x00000008; onChanged(); return this; } /** *
       * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
       * 
* * .gauge.messages.SuiteExecutionResultItem suiteExecutionResultItem = 36; */ public Builder mergeSuiteExecutionResultItem(gauge.messages.Messages.SuiteExecutionResultItem value) { if (suiteExecutionResultItemBuilder_ == null) { if (((bitField1_ & 0x00000008) != 0) && suiteExecutionResultItem_ != null && suiteExecutionResultItem_ != gauge.messages.Messages.SuiteExecutionResultItem.getDefaultInstance()) { getSuiteExecutionResultItemBuilder().mergeFrom(value); } else { suiteExecutionResultItem_ = value; } } else { suiteExecutionResultItemBuilder_.mergeFrom(value); } if (suiteExecutionResultItem_ != null) { bitField1_ |= 0x00000008; onChanged(); } return this; } /** *
       * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
       * 
* * .gauge.messages.SuiteExecutionResultItem suiteExecutionResultItem = 36; */ public Builder clearSuiteExecutionResultItem() { bitField1_ = (bitField1_ & ~0x00000008); suiteExecutionResultItem_ = null; if (suiteExecutionResultItemBuilder_ != null) { suiteExecutionResultItemBuilder_.dispose(); suiteExecutionResultItemBuilder_ = null; } onChanged(); return this; } /** *
       * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
       * 
* * .gauge.messages.SuiteExecutionResultItem suiteExecutionResultItem = 36; */ public gauge.messages.Messages.SuiteExecutionResultItem.Builder getSuiteExecutionResultItemBuilder() { bitField1_ |= 0x00000008; onChanged(); return getSuiteExecutionResultItemFieldBuilder().getBuilder(); } /** *
       * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
       * 
* * .gauge.messages.SuiteExecutionResultItem suiteExecutionResultItem = 36; */ public gauge.messages.Messages.SuiteExecutionResultItemOrBuilder getSuiteExecutionResultItemOrBuilder() { if (suiteExecutionResultItemBuilder_ != null) { return suiteExecutionResultItemBuilder_.getMessageOrBuilder(); } else { return suiteExecutionResultItem_ == null ? gauge.messages.Messages.SuiteExecutionResultItem.getDefaultInstance() : suiteExecutionResultItem_; } } /** *
       * / [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
       * 
* * .gauge.messages.SuiteExecutionResultItem suiteExecutionResultItem = 36; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.SuiteExecutionResultItem, gauge.messages.Messages.SuiteExecutionResultItem.Builder, gauge.messages.Messages.SuiteExecutionResultItemOrBuilder> getSuiteExecutionResultItemFieldBuilder() { if (suiteExecutionResultItemBuilder_ == null) { suiteExecutionResultItemBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.SuiteExecutionResultItem, gauge.messages.Messages.SuiteExecutionResultItem.Builder, gauge.messages.Messages.SuiteExecutionResultItemOrBuilder>( getSuiteExecutionResultItem(), getParentForChildren(), isClean()); suiteExecutionResultItem_ = null; } return suiteExecutionResultItemBuilder_; } private gauge.messages.Messages.KeepAlive keepAlive_; private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.KeepAlive, gauge.messages.Messages.KeepAlive.Builder, gauge.messages.Messages.KeepAliveOrBuilder> keepAliveBuilder_; /** *
       * / [KeepAlive ](#gauge.messages.KeepAlive )
       * 
* * .gauge.messages.KeepAlive keepAlive = 37; * @return Whether the keepAlive field is set. */ public boolean hasKeepAlive() { return ((bitField1_ & 0x00000010) != 0); } /** *
       * / [KeepAlive ](#gauge.messages.KeepAlive )
       * 
* * .gauge.messages.KeepAlive keepAlive = 37; * @return The keepAlive. */ public gauge.messages.Messages.KeepAlive getKeepAlive() { if (keepAliveBuilder_ == null) { return keepAlive_ == null ? gauge.messages.Messages.KeepAlive.getDefaultInstance() : keepAlive_; } else { return keepAliveBuilder_.getMessage(); } } /** *
       * / [KeepAlive ](#gauge.messages.KeepAlive )
       * 
* * .gauge.messages.KeepAlive keepAlive = 37; */ public Builder setKeepAlive(gauge.messages.Messages.KeepAlive value) { if (keepAliveBuilder_ == null) { if (value == null) { throw new NullPointerException(); } keepAlive_ = value; } else { keepAliveBuilder_.setMessage(value); } bitField1_ |= 0x00000010; onChanged(); return this; } /** *
       * / [KeepAlive ](#gauge.messages.KeepAlive )
       * 
* * .gauge.messages.KeepAlive keepAlive = 37; */ public Builder setKeepAlive( gauge.messages.Messages.KeepAlive.Builder builderForValue) { if (keepAliveBuilder_ == null) { keepAlive_ = builderForValue.build(); } else { keepAliveBuilder_.setMessage(builderForValue.build()); } bitField1_ |= 0x00000010; onChanged(); return this; } /** *
       * / [KeepAlive ](#gauge.messages.KeepAlive )
       * 
* * .gauge.messages.KeepAlive keepAlive = 37; */ public Builder mergeKeepAlive(gauge.messages.Messages.KeepAlive value) { if (keepAliveBuilder_ == null) { if (((bitField1_ & 0x00000010) != 0) && keepAlive_ != null && keepAlive_ != gauge.messages.Messages.KeepAlive.getDefaultInstance()) { getKeepAliveBuilder().mergeFrom(value); } else { keepAlive_ = value; } } else { keepAliveBuilder_.mergeFrom(value); } if (keepAlive_ != null) { bitField1_ |= 0x00000010; onChanged(); } return this; } /** *
       * / [KeepAlive ](#gauge.messages.KeepAlive )
       * 
* * .gauge.messages.KeepAlive keepAlive = 37; */ public Builder clearKeepAlive() { bitField1_ = (bitField1_ & ~0x00000010); keepAlive_ = null; if (keepAliveBuilder_ != null) { keepAliveBuilder_.dispose(); keepAliveBuilder_ = null; } onChanged(); return this; } /** *
       * / [KeepAlive ](#gauge.messages.KeepAlive )
       * 
* * .gauge.messages.KeepAlive keepAlive = 37; */ public gauge.messages.Messages.KeepAlive.Builder getKeepAliveBuilder() { bitField1_ |= 0x00000010; onChanged(); return getKeepAliveFieldBuilder().getBuilder(); } /** *
       * / [KeepAlive ](#gauge.messages.KeepAlive )
       * 
* * .gauge.messages.KeepAlive keepAlive = 37; */ public gauge.messages.Messages.KeepAliveOrBuilder getKeepAliveOrBuilder() { if (keepAliveBuilder_ != null) { return keepAliveBuilder_.getMessageOrBuilder(); } else { return keepAlive_ == null ? gauge.messages.Messages.KeepAlive.getDefaultInstance() : keepAlive_; } } /** *
       * / [KeepAlive ](#gauge.messages.KeepAlive )
       * 
* * .gauge.messages.KeepAlive keepAlive = 37; */ private com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.KeepAlive, gauge.messages.Messages.KeepAlive.Builder, gauge.messages.Messages.KeepAliveOrBuilder> getKeepAliveFieldBuilder() { if (keepAliveBuilder_ == null) { keepAliveBuilder_ = new com.google.protobuf.SingleFieldBuilder< gauge.messages.Messages.KeepAlive, gauge.messages.Messages.KeepAlive.Builder, gauge.messages.Messages.KeepAliveOrBuilder>( getKeepAlive(), getParentForChildren(), isClean()); keepAlive_ = null; } return keepAliveBuilder_; } // @@protoc_insertion_point(builder_scope:gauge.messages.Message) } // @@protoc_insertion_point(class_scope:gauge.messages.Message) private static final gauge.messages.Messages.Message DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new gauge.messages.Messages.Message(); } public static gauge.messages.Messages.Message getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Message parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.Message getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_KillProcessRequest_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_KillProcessRequest_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_ExecutionStatusResponse_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_ExecutionStatusResponse_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_ExecutionStartingRequest_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_ExecutionStartingRequest_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_ExecutionEndingRequest_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_ExecutionEndingRequest_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_SpecExecutionStartingRequest_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_SpecExecutionStartingRequest_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_SpecExecutionEndingRequest_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_SpecExecutionEndingRequest_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_ScenarioExecutionStartingRequest_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_ScenarioExecutionStartingRequest_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_ScenarioExecutionEndingRequest_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_ScenarioExecutionEndingRequest_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_StepExecutionStartingRequest_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_StepExecutionStartingRequest_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_StepExecutionEndingRequest_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_StepExecutionEndingRequest_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_ExecutionArg_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_ExecutionArg_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_ExecutionInfo_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_ExecutionInfo_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_SpecInfo_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_SpecInfo_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_ScenarioInfo_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_ScenarioInfo_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_StepInfo_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_StepInfo_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_ExecuteStepRequest_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_ExecuteStepRequest_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_StepValidateRequest_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_StepValidateRequest_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_StepValidateResponse_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_StepValidateResponse_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_SuiteExecutionResult_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_SuiteExecutionResult_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_SuiteExecutionResultItem_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_SuiteExecutionResultItem_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_StepNamesRequest_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_StepNamesRequest_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_StepNamesResponse_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_StepNamesResponse_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_ScenarioDataStoreInitRequest_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_ScenarioDataStoreInitRequest_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_SpecDataStoreInitRequest_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_SpecDataStoreInitRequest_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_SuiteDataStoreInitRequest_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_SuiteDataStoreInitRequest_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_ParameterPosition_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_ParameterPosition_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_RefactorRequest_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_RefactorRequest_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_FileChanges_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_FileChanges_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_RefactorResponse_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_RefactorResponse_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_StepNameRequest_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_StepNameRequest_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_StepNameResponse_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_StepNameResponse_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_UnsupportedMessageResponse_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_UnsupportedMessageResponse_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_CacheFileRequest_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_CacheFileRequest_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_StepPositionsRequest_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_StepPositionsRequest_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_StepPositionsResponse_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_StepPositionsResponse_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_StepPositionsResponse_StepPosition_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_StepPositionsResponse_StepPosition_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_ImplementationFileGlobPatternRequest_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_ImplementationFileGlobPatternRequest_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_ImplementationFileGlobPatternResponse_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_ImplementationFileGlobPatternResponse_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_ImplementationFileListRequest_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_ImplementationFileListRequest_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_ImplementationFileListResponse_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_ImplementationFileListResponse_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_StubImplementationCodeRequest_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_StubImplementationCodeRequest_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_TextDiff_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_TextDiff_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_FileDiff_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_FileDiff_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_KeepAlive_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_KeepAlive_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_SpecDetails_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_SpecDetails_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_SpecDetails_SpecDetail_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_SpecDetails_SpecDetail_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_Empty_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_Empty_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_gauge_messages_Message_descriptor; private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_gauge_messages_Message_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n\016messages.proto\022\016gauge.messages\032\nspec.p" + "roto\"\024\n\022KillProcessRequest\"X\n\027ExecutionS" + "tatusResponse\022=\n\017executionResult\030\001 \001(\0132$" + ".gauge.messages.ProtoExecutionResult\"\236\001\n" + "\030ExecutionStartingRequest\022;\n\024currentExec" + "utionInfo\030\001 \001(\0132\035.gauge.messages.Executi" + "onInfo\0225\n\013suiteResult\030\002 \001(\0132 .gauge.mess" + "ages.ProtoSuiteResult\022\016\n\006stream\030\003 \001(\005\"\234\001" + "\n\026ExecutionEndingRequest\022;\n\024currentExecu" + "tionInfo\030\001 \001(\0132\035.gauge.messages.Executio" + "nInfo\0225\n\013suiteResult\030\002 \001(\0132 .gauge.messa" + "ges.ProtoSuiteResult\022\016\n\006stream\030\003 \001(\005\"\240\001\n" + "\034SpecExecutionStartingRequest\022;\n\024current" + "ExecutionInfo\030\001 \001(\0132\035.gauge.messages.Exe" + "cutionInfo\0223\n\nspecResult\030\002 \001(\0132\037.gauge.m" + "essages.ProtoSpecResult\022\016\n\006stream\030\003 \001(\005\"" + "\236\001\n\032SpecExecutionEndingRequest\022;\n\024curren" + "tExecutionInfo\030\001 \001(\0132\035.gauge.messages.Ex" + "ecutionInfo\0223\n\nspecResult\030\002 \001(\0132\037.gauge." + "messages.ProtoSpecResult\022\016\n\006stream\030\003 \001(\005" + "\"\254\001\n ScenarioExecutionStartingRequest\022;\n" + "\024currentExecutionInfo\030\001 \001(\0132\035.gauge.mess" + "ages.ExecutionInfo\022;\n\016scenarioResult\030\002 \001" + "(\0132#.gauge.messages.ProtoScenarioResult\022" + "\016\n\006stream\030\003 \001(\005\"\252\001\n\036ScenarioExecutionEnd" + "ingRequest\022;\n\024currentExecutionInfo\030\001 \001(\013" + "2\035.gauge.messages.ExecutionInfo\022;\n\016scena" + "rioResult\030\002 \001(\0132#.gauge.messages.ProtoSc" + "enarioResult\022\016\n\006stream\030\003 \001(\005\"\240\001\n\034StepExe" + "cutionStartingRequest\022;\n\024currentExecutio" + "nInfo\030\001 \001(\0132\035.gauge.messages.ExecutionIn" + "fo\0223\n\nstepResult\030\002 \001(\0132\037.gauge.messages." + "ProtoStepResult\022\016\n\006stream\030\003 \001(\005\"\236\001\n\032Step" + "ExecutionEndingRequest\022;\n\024currentExecuti" + "onInfo\030\001 \001(\0132\035.gauge.messages.ExecutionI" + "nfo\0223\n\nstepResult\030\002 \001(\0132\037.gauge.messages" + ".ProtoStepResult\022\016\n\006stream\030\003 \001(\005\"3\n\014Exec" + "utionArg\022\020\n\010flagName\030\001 \001(\t\022\021\n\tflagValue\030" + "\002 \003(\t\"\266\002\n\rExecutionInfo\022-\n\013currentSpec\030\001" + " \001(\0132\030.gauge.messages.SpecInfo\0225\n\017curren" + "tScenario\030\002 \001(\0132\034.gauge.messages.Scenari" + "oInfo\022-\n\013currentStep\030\003 \001(\0132\030.gauge.messa" + "ges.StepInfo\022\022\n\nstacktrace\030\004 \001(\t\022\023\n\013proj" + "ectName\030\005 \001(\t\0223\n\rExecutionArgs\030\006 \003(\0132\034.g" + "auge.messages.ExecutionArg\022 \n\030numberOfEx" + "ecutionStreams\030\007 \001(\005\022\020\n\010runnerId\030\010 \001(\005\"J" + "\n\010SpecInfo\022\014\n\004name\030\001 \001(\t\022\020\n\010fileName\030\002 \001" + "(\t\022\020\n\010isFailed\030\003 \001(\010\022\014\n\004tags\030\004 \003(\t\"<\n\014Sc" + "enarioInfo\022\014\n\004name\030\001 \001(\t\022\020\n\010isFailed\030\002 \001" + "(\010\022\014\n\004tags\030\003 \003(\t\"x\n\010StepInfo\0220\n\004step\030\001 \001" + "(\0132\".gauge.messages.ExecuteStepRequest\022\020" + "\n\010isFailed\030\002 \001(\010\022\022\n\nstackTrace\030\003 \001(\t\022\024\n\014" + "errorMessage\030\004 \001(\t\"\234\001\n\022ExecuteStepReques" + "t\022\026\n\016actualStepText\030\001 \001(\t\022\026\n\016parsedStepT" + "ext\030\002 \001(\t\022\027\n\017scenarioFailing\030\003 \001(\010\022-\n\npa" + "rameters\030\004 \003(\0132\031.gauge.messages.Paramete" + "r\022\016\n\006stream\030\005 \001(\005\"v\n\023StepValidateRequest" + "\022\020\n\010stepText\030\001 \001(\t\022\032\n\022numberOfParameters" + "\030\002 \001(\005\0221\n\tstepValue\030\003 \001(\0132\036.gauge.messag" + "es.ProtoStepValue\"\347\001\n\024StepValidateRespon" + "se\022\017\n\007isValid\030\001 \001(\010\022\024\n\014errorMessage\030\002 \001(" + "\t\022A\n\terrorType\030\003 \001(\0162..gauge.messages.St" + "epValidateResponse.ErrorType\022\022\n\nsuggesti" + "on\030\004 \001(\t\"Q\n\tErrorType\022!\n\035STEP_IMPLEMENTA" + "TION_NOT_FOUND\020\000\022!\n\035DUPLICATE_STEP_IMPLE" + "MENTATION\020\001\"M\n\024SuiteExecutionResult\0225\n\013s" + "uiteResult\030\001 \001(\0132 .gauge.messages.ProtoS" + "uiteResult\"I\n\030SuiteExecutionResultItem\022-" + "\n\nresultItem\030\001 \001(\0132\031.gauge.messages.Prot" + "oItem\"\022\n\020StepNamesRequest\"\"\n\021StepNamesRe" + "sponse\022\r\n\005steps\030\001 \003(\t\".\n\034ScenarioDataSto" + "reInitRequest\022\016\n\006stream\030\001 \001(\005\"*\n\030SpecDat" + "aStoreInitRequest\022\016\n\006stream\030\001 \001(\005\"+\n\031Sui" + "teDataStoreInitRequest\022\016\n\006stream\030\001 \001(\005\"=" + "\n\021ParameterPosition\022\023\n\013oldPosition\030\001 \001(\005" + "\022\023\n\013newPosition\030\002 \001(\005\"\315\001\n\017RefactorReques" + "t\0224\n\014oldStepValue\030\001 \001(\0132\036.gauge.messages" + ".ProtoStepValue\0224\n\014newStepValue\030\002 \001(\0132\036." + "gauge.messages.ProtoStepValue\0229\n\016paramPo" + "sitions\030\003 \003(\0132!.gauge.messages.Parameter" + "Position\022\023\n\013saveChanges\030\004 \001(\010\"a\n\013FileCha" + "nges\022\020\n\010fileName\030\001 \001(\t\022\027\n\013fileContent\030\002 " + "\001(\tB\002\030\001\022\'\n\005diffs\030\003 \003(\0132\030.gauge.messages." + "TextDiff\"z\n\020RefactorResponse\022\017\n\007success\030" + "\001 \001(\010\022\r\n\005error\030\002 \001(\t\022\024\n\014filesChanged\030\003 \003" + "(\t\0220\n\013fileChanges\030\004 \003(\0132\033.gauge.messages" + ".FileChanges\"$\n\017StepNameRequest\022\021\n\tstepV" + "alue\030\001 \001(\t\"\227\001\n\020StepNameResponse\022\025\n\risSte" + "pPresent\030\001 \001(\010\022\020\n\010stepName\030\002 \003(\t\022\020\n\010hasA" + "lias\030\003 \001(\010\022\020\n\010fileName\030\004 \001(\t\022\"\n\004span\030\005 \001" + "(\0132\024.gauge.messages.Span\022\022\n\nisExternal\030\006" + " \001(\010\"-\n\032UnsupportedMessageResponse\022\017\n\007me" + "ssage\030\001 \001(\t\"\321\001\n\020CacheFileRequest\022\017\n\007cont" + "ent\030\001 \001(\t\022\020\n\010filePath\030\002 \001(\t\022\020\n\010isClosed\030" + "\003 \001(\010\022;\n\006status\030\004 \001(\0162+.gauge.messages.C" + "acheFileRequest.FileStatus\"K\n\nFileStatus" + "\022\013\n\007CHANGED\020\000\022\n\n\006CLOSED\020\001\022\013\n\007CREATED\020\002\022\013" + "\n\007DELETED\020\003\022\n\n\006OPENED\020\004\"(\n\024StepPositions" + "Request\022\020\n\010filePath\030\001 \001(\t\"\270\001\n\025StepPositi" + "onsResponse\022I\n\rstepPositions\030\001 \003(\01322.gau" + "ge.messages.StepPositionsResponse.StepPo" + "sition\022\r\n\005error\030\002 \001(\t\032E\n\014StepPosition\022\021\n" + "\tstepValue\030\001 \001(\t\022\"\n\004span\030\002 \001(\0132\024.gauge.m" + "essages.Span\"&\n$ImplementationFileGlobPa" + "tternRequest\"=\n%ImplementationFileGlobPa" + "tternResponse\022\024\n\014globPatterns\030\001 \003(\t\"\037\n\035I" + "mplementationFileListRequest\"A\n\036Implemen" + "tationFileListResponse\022\037\n\027implementation" + "FilePaths\030\001 \003(\t\"N\n\035StubImplementationCod" + "eRequest\022\036\n\026implementationFilePath\030\001 \001(\t" + "\022\r\n\005codes\030\002 \003(\t\"?\n\010TextDiff\022\"\n\004span\030\001 \001(" + "\0132\024.gauge.messages.Span\022\017\n\007content\030\002 \001(\t" + "\"I\n\010FileDiff\022\020\n\010filePath\030\001 \001(\t\022+\n\ttextDi" + "ffs\030\002 \003(\0132\030.gauge.messages.TextDiff\"\035\n\tK" + "eepAlive\022\020\n\010pluginId\030\001 \001(\t\"\251\001\n\013SpecDetai" + "ls\0227\n\007details\030\001 \003(\0132&.gauge.messages.Spe" + "cDetails.SpecDetail\032a\n\nSpecDetail\022\'\n\004spe" + "c\030\001 \001(\0132\031.gauge.messages.ProtoSpec\022*\n\013pa" + "rseErrors\030\002 \003(\0132\025.gauge.messages.Error\"\007" + "\n\005Empty\"\375\033\n\007Message\0228\n\013messageType\030\001 \001(\016" + "2#.gauge.messages.Message.MessageType\022\021\n" + "\tmessageId\030\002 \001(\003\022J\n\030executionStartingReq" + "uest\030\003 \001(\0132(.gauge.messages.ExecutionSta" + "rtingRequest\022R\n\034specExecutionStartingReq" + "uest\030\004 \001(\0132,.gauge.messages.SpecExecutio" + "nStartingRequest\022N\n\032specExecutionEndingR" + "equest\030\005 \001(\0132*.gauge.messages.SpecExecut" + "ionEndingRequest\022Z\n scenarioExecutionSta" + "rtingRequest\030\006 \001(\01320.gauge.messages.Scen" + "arioExecutionStartingRequest\022V\n\036scenario" + "ExecutionEndingRequest\030\007 \001(\0132..gauge.mes" + "sages.ScenarioExecutionEndingRequest\022R\n\034" + "stepExecutionStartingRequest\030\010 \001(\0132,.gau" + "ge.messages.StepExecutionStartingRequest" + "\022N\n\032stepExecutionEndingRequest\030\t \001(\0132*.g" + "auge.messages.StepExecutionEndingRequest" + "\022>\n\022executeStepRequest\030\n \001(\0132\".gauge.mes" + "sages.ExecuteStepRequest\022F\n\026executionEnd" + "ingRequest\030\013 \001(\0132&.gauge.messages.Execut" + "ionEndingRequest\022@\n\023stepValidateRequest\030" + "\014 \001(\0132#.gauge.messages.StepValidateReque" + "st\022B\n\024stepValidateResponse\030\r \001(\0132$.gauge" + ".messages.StepValidateResponse\022H\n\027execut" + "ionStatusResponse\030\016 \001(\0132\'.gauge.messages" + ".ExecutionStatusResponse\022:\n\020stepNamesReq" + "uest\030\017 \001(\0132 .gauge.messages.StepNamesReq" + "uest\022<\n\021stepNamesResponse\030\020 \001(\0132!.gauge." + "messages.StepNamesResponse\022B\n\024suiteExecu" + "tionResult\030\021 \001(\0132$.gauge.messages.SuiteE" + "xecutionResult\022>\n\022killProcessRequest\030\022 \001" + "(\0132\".gauge.messages.KillProcessRequest\022R" + "\n\034scenarioDataStoreInitRequest\030\023 \001(\0132,.g" + "auge.messages.ScenarioDataStoreInitReque" + "st\022J\n\030specDataStoreInitRequest\030\024 \001(\0132(.g" + "auge.messages.SpecDataStoreInitRequest\022L" + "\n\031suiteDataStoreInitRequest\030\025 \001(\0132).gaug" + "e.messages.SuiteDataStoreInitRequest\0228\n\017" + "stepNameRequest\030\026 \001(\0132\037.gauge.messages.S" + "tepNameRequest\022:\n\020stepNameResponse\030\027 \001(\013" + "2 .gauge.messages.StepNameResponse\0228\n\017re" + "factorRequest\030\030 \001(\0132\037.gauge.messages.Ref" + "actorRequest\022:\n\020refactorResponse\030\031 \001(\0132 " + ".gauge.messages.RefactorResponse\022N\n\032unsu" + "pportedMessageResponse\030\032 \001(\0132*.gauge.mes" + "sages.UnsupportedMessageResponse\022:\n\020cach" + "eFileRequest\030\033 \001(\0132 .gauge.messages.Cach" + "eFileRequest\022B\n\024stepPositionsRequest\030\034 \001" + "(\0132$.gauge.messages.StepPositionsRequest" + "\022D\n\025stepPositionsResponse\030\035 \001(\0132%.gauge." + "messages.StepPositionsResponse\022T\n\035implem" + "entationFileListRequest\030\036 \001(\0132-.gauge.me" + "ssages.ImplementationFileListRequest\022V\n\036" + "implementationFileListResponse\030\037 \001(\0132..g" + "auge.messages.ImplementationFileListResp" + "onse\022T\n\035stubImplementationCodeRequest\030 " + "\001(\0132-.gauge.messages.StubImplementationC" + "odeRequest\022*\n\010fileDiff\030! \001(\0132\030.gauge.mes" + "sages.FileDiff\022b\n$implementationFileGlob" + "PatternRequest\030\" \001(\01324.gauge.messages.Im" + "plementationFileGlobPatternRequest\022d\n%im" + "plementationFileGlobPatternResponse\030# \001(" + "\01325.gauge.messages.ImplementationFileGlo" + "bPatternResponse\022J\n\030suiteExecutionResult" + "Item\030$ \001(\0132(.gauge.messages.SuiteExecuti" + "onResultItem\022,\n\tkeepAlive\030% \001(\0132\031.gauge." + "messages.KeepAlive\"\242\007\n\013MessageType\022\025\n\021Ex" + "ecutionStarting\020\000\022\031\n\025SpecExecutionStarti" + "ng\020\001\022\027\n\023SpecExecutionEnding\020\002\022\035\n\031Scenari" + "oExecutionStarting\020\003\022\033\n\027ScenarioExecutio" + "nEnding\020\004\022\031\n\025StepExecutionStarting\020\005\022\027\n\023" + "StepExecutionEnding\020\006\022\017\n\013ExecuteStep\020\007\022\023" + "\n\017ExecutionEnding\020\010\022\027\n\023StepValidateReque" + "st\020\t\022\030\n\024StepValidateResponse\020\n\022\033\n\027Execut" + "ionStatusResponse\020\013\022\024\n\020StepNamesRequest\020" + "\014\022\025\n\021StepNamesResponse\020\r\022\026\n\022KillProcessR" + "equest\020\016\022\030\n\024SuiteExecutionResult\020\017\022\031\n\025Sc" + "enarioDataStoreInit\020\020\022\025\n\021SpecDataStoreIn" + "it\020\021\022\026\n\022SuiteDataStoreInit\020\022\022\023\n\017StepName" + "Request\020\023\022\024\n\020StepNameResponse\020\024\022\023\n\017Refac" + "torRequest\020\025\022\024\n\020RefactorResponse\020\026\022\036\n\032Un" + "supportedMessageResponse\020\027\022\024\n\020CacheFileR" + "equest\020\030\022\030\n\024StepPositionsRequest\020\031\022\031\n\025St" + "epPositionsResponse\020\032\022!\n\035ImplementationF" + "ileListRequest\020\033\022\"\n\036ImplementationFileLi" + "stResponse\020\034\022!\n\035StubImplementationCodeRe" + "quest\020\035\022\014\n\010FileDiff\020\036\022(\n$ImplementationF" + "ileGlobPatternRequest\020\037\022)\n%Implementatio" + "nFileGlobPatternResponse\020 \022\034\n\030SuiteExecu" + "tionResultItem\020!\022\r\n\tKeepAlive\020\"BT\n\016gauge" + ".messagesZ1github.com/getgauge/gauge-pro" + "to/go/gauge_messages\252\002\016Gauge.Messagesb\006p" + "roto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { gauge.messages.Spec.getDescriptor(), }); internal_static_gauge_messages_KillProcessRequest_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_gauge_messages_KillProcessRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_KillProcessRequest_descriptor, new java.lang.String[] { }); internal_static_gauge_messages_ExecutionStatusResponse_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_gauge_messages_ExecutionStatusResponse_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_ExecutionStatusResponse_descriptor, new java.lang.String[] { "ExecutionResult", }); internal_static_gauge_messages_ExecutionStartingRequest_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_gauge_messages_ExecutionStartingRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_ExecutionStartingRequest_descriptor, new java.lang.String[] { "CurrentExecutionInfo", "SuiteResult", "Stream", }); internal_static_gauge_messages_ExecutionEndingRequest_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_gauge_messages_ExecutionEndingRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_ExecutionEndingRequest_descriptor, new java.lang.String[] { "CurrentExecutionInfo", "SuiteResult", "Stream", }); internal_static_gauge_messages_SpecExecutionStartingRequest_descriptor = getDescriptor().getMessageTypes().get(4); internal_static_gauge_messages_SpecExecutionStartingRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_SpecExecutionStartingRequest_descriptor, new java.lang.String[] { "CurrentExecutionInfo", "SpecResult", "Stream", }); internal_static_gauge_messages_SpecExecutionEndingRequest_descriptor = getDescriptor().getMessageTypes().get(5); internal_static_gauge_messages_SpecExecutionEndingRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_SpecExecutionEndingRequest_descriptor, new java.lang.String[] { "CurrentExecutionInfo", "SpecResult", "Stream", }); internal_static_gauge_messages_ScenarioExecutionStartingRequest_descriptor = getDescriptor().getMessageTypes().get(6); internal_static_gauge_messages_ScenarioExecutionStartingRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_ScenarioExecutionStartingRequest_descriptor, new java.lang.String[] { "CurrentExecutionInfo", "ScenarioResult", "Stream", }); internal_static_gauge_messages_ScenarioExecutionEndingRequest_descriptor = getDescriptor().getMessageTypes().get(7); internal_static_gauge_messages_ScenarioExecutionEndingRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_ScenarioExecutionEndingRequest_descriptor, new java.lang.String[] { "CurrentExecutionInfo", "ScenarioResult", "Stream", }); internal_static_gauge_messages_StepExecutionStartingRequest_descriptor = getDescriptor().getMessageTypes().get(8); internal_static_gauge_messages_StepExecutionStartingRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_StepExecutionStartingRequest_descriptor, new java.lang.String[] { "CurrentExecutionInfo", "StepResult", "Stream", }); internal_static_gauge_messages_StepExecutionEndingRequest_descriptor = getDescriptor().getMessageTypes().get(9); internal_static_gauge_messages_StepExecutionEndingRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_StepExecutionEndingRequest_descriptor, new java.lang.String[] { "CurrentExecutionInfo", "StepResult", "Stream", }); internal_static_gauge_messages_ExecutionArg_descriptor = getDescriptor().getMessageTypes().get(10); internal_static_gauge_messages_ExecutionArg_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_ExecutionArg_descriptor, new java.lang.String[] { "FlagName", "FlagValue", }); internal_static_gauge_messages_ExecutionInfo_descriptor = getDescriptor().getMessageTypes().get(11); internal_static_gauge_messages_ExecutionInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_ExecutionInfo_descriptor, new java.lang.String[] { "CurrentSpec", "CurrentScenario", "CurrentStep", "Stacktrace", "ProjectName", "ExecutionArgs", "NumberOfExecutionStreams", "RunnerId", }); internal_static_gauge_messages_SpecInfo_descriptor = getDescriptor().getMessageTypes().get(12); internal_static_gauge_messages_SpecInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_SpecInfo_descriptor, new java.lang.String[] { "Name", "FileName", "IsFailed", "Tags", }); internal_static_gauge_messages_ScenarioInfo_descriptor = getDescriptor().getMessageTypes().get(13); internal_static_gauge_messages_ScenarioInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_ScenarioInfo_descriptor, new java.lang.String[] { "Name", "IsFailed", "Tags", }); internal_static_gauge_messages_StepInfo_descriptor = getDescriptor().getMessageTypes().get(14); internal_static_gauge_messages_StepInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_StepInfo_descriptor, new java.lang.String[] { "Step", "IsFailed", "StackTrace", "ErrorMessage", }); internal_static_gauge_messages_ExecuteStepRequest_descriptor = getDescriptor().getMessageTypes().get(15); internal_static_gauge_messages_ExecuteStepRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_ExecuteStepRequest_descriptor, new java.lang.String[] { "ActualStepText", "ParsedStepText", "ScenarioFailing", "Parameters", "Stream", }); internal_static_gauge_messages_StepValidateRequest_descriptor = getDescriptor().getMessageTypes().get(16); internal_static_gauge_messages_StepValidateRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_StepValidateRequest_descriptor, new java.lang.String[] { "StepText", "NumberOfParameters", "StepValue", }); internal_static_gauge_messages_StepValidateResponse_descriptor = getDescriptor().getMessageTypes().get(17); internal_static_gauge_messages_StepValidateResponse_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_StepValidateResponse_descriptor, new java.lang.String[] { "IsValid", "ErrorMessage", "ErrorType", "Suggestion", }); internal_static_gauge_messages_SuiteExecutionResult_descriptor = getDescriptor().getMessageTypes().get(18); internal_static_gauge_messages_SuiteExecutionResult_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_SuiteExecutionResult_descriptor, new java.lang.String[] { "SuiteResult", }); internal_static_gauge_messages_SuiteExecutionResultItem_descriptor = getDescriptor().getMessageTypes().get(19); internal_static_gauge_messages_SuiteExecutionResultItem_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_SuiteExecutionResultItem_descriptor, new java.lang.String[] { "ResultItem", }); internal_static_gauge_messages_StepNamesRequest_descriptor = getDescriptor().getMessageTypes().get(20); internal_static_gauge_messages_StepNamesRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_StepNamesRequest_descriptor, new java.lang.String[] { }); internal_static_gauge_messages_StepNamesResponse_descriptor = getDescriptor().getMessageTypes().get(21); internal_static_gauge_messages_StepNamesResponse_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_StepNamesResponse_descriptor, new java.lang.String[] { "Steps", }); internal_static_gauge_messages_ScenarioDataStoreInitRequest_descriptor = getDescriptor().getMessageTypes().get(22); internal_static_gauge_messages_ScenarioDataStoreInitRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_ScenarioDataStoreInitRequest_descriptor, new java.lang.String[] { "Stream", }); internal_static_gauge_messages_SpecDataStoreInitRequest_descriptor = getDescriptor().getMessageTypes().get(23); internal_static_gauge_messages_SpecDataStoreInitRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_SpecDataStoreInitRequest_descriptor, new java.lang.String[] { "Stream", }); internal_static_gauge_messages_SuiteDataStoreInitRequest_descriptor = getDescriptor().getMessageTypes().get(24); internal_static_gauge_messages_SuiteDataStoreInitRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_SuiteDataStoreInitRequest_descriptor, new java.lang.String[] { "Stream", }); internal_static_gauge_messages_ParameterPosition_descriptor = getDescriptor().getMessageTypes().get(25); internal_static_gauge_messages_ParameterPosition_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_ParameterPosition_descriptor, new java.lang.String[] { "OldPosition", "NewPosition", }); internal_static_gauge_messages_RefactorRequest_descriptor = getDescriptor().getMessageTypes().get(26); internal_static_gauge_messages_RefactorRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_RefactorRequest_descriptor, new java.lang.String[] { "OldStepValue", "NewStepValue", "ParamPositions", "SaveChanges", }); internal_static_gauge_messages_FileChanges_descriptor = getDescriptor().getMessageTypes().get(27); internal_static_gauge_messages_FileChanges_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_FileChanges_descriptor, new java.lang.String[] { "FileName", "FileContent", "Diffs", }); internal_static_gauge_messages_RefactorResponse_descriptor = getDescriptor().getMessageTypes().get(28); internal_static_gauge_messages_RefactorResponse_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_RefactorResponse_descriptor, new java.lang.String[] { "Success", "Error", "FilesChanged", "FileChanges", }); internal_static_gauge_messages_StepNameRequest_descriptor = getDescriptor().getMessageTypes().get(29); internal_static_gauge_messages_StepNameRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_StepNameRequest_descriptor, new java.lang.String[] { "StepValue", }); internal_static_gauge_messages_StepNameResponse_descriptor = getDescriptor().getMessageTypes().get(30); internal_static_gauge_messages_StepNameResponse_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_StepNameResponse_descriptor, new java.lang.String[] { "IsStepPresent", "StepName", "HasAlias", "FileName", "Span", "IsExternal", }); internal_static_gauge_messages_UnsupportedMessageResponse_descriptor = getDescriptor().getMessageTypes().get(31); internal_static_gauge_messages_UnsupportedMessageResponse_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_UnsupportedMessageResponse_descriptor, new java.lang.String[] { "Message", }); internal_static_gauge_messages_CacheFileRequest_descriptor = getDescriptor().getMessageTypes().get(32); internal_static_gauge_messages_CacheFileRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_CacheFileRequest_descriptor, new java.lang.String[] { "Content", "FilePath", "IsClosed", "Status", }); internal_static_gauge_messages_StepPositionsRequest_descriptor = getDescriptor().getMessageTypes().get(33); internal_static_gauge_messages_StepPositionsRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_StepPositionsRequest_descriptor, new java.lang.String[] { "FilePath", }); internal_static_gauge_messages_StepPositionsResponse_descriptor = getDescriptor().getMessageTypes().get(34); internal_static_gauge_messages_StepPositionsResponse_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_StepPositionsResponse_descriptor, new java.lang.String[] { "StepPositions", "Error", }); internal_static_gauge_messages_StepPositionsResponse_StepPosition_descriptor = internal_static_gauge_messages_StepPositionsResponse_descriptor.getNestedTypes().get(0); internal_static_gauge_messages_StepPositionsResponse_StepPosition_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_StepPositionsResponse_StepPosition_descriptor, new java.lang.String[] { "StepValue", "Span", }); internal_static_gauge_messages_ImplementationFileGlobPatternRequest_descriptor = getDescriptor().getMessageTypes().get(35); internal_static_gauge_messages_ImplementationFileGlobPatternRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_ImplementationFileGlobPatternRequest_descriptor, new java.lang.String[] { }); internal_static_gauge_messages_ImplementationFileGlobPatternResponse_descriptor = getDescriptor().getMessageTypes().get(36); internal_static_gauge_messages_ImplementationFileGlobPatternResponse_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_ImplementationFileGlobPatternResponse_descriptor, new java.lang.String[] { "GlobPatterns", }); internal_static_gauge_messages_ImplementationFileListRequest_descriptor = getDescriptor().getMessageTypes().get(37); internal_static_gauge_messages_ImplementationFileListRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_ImplementationFileListRequest_descriptor, new java.lang.String[] { }); internal_static_gauge_messages_ImplementationFileListResponse_descriptor = getDescriptor().getMessageTypes().get(38); internal_static_gauge_messages_ImplementationFileListResponse_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_ImplementationFileListResponse_descriptor, new java.lang.String[] { "ImplementationFilePaths", }); internal_static_gauge_messages_StubImplementationCodeRequest_descriptor = getDescriptor().getMessageTypes().get(39); internal_static_gauge_messages_StubImplementationCodeRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_StubImplementationCodeRequest_descriptor, new java.lang.String[] { "ImplementationFilePath", "Codes", }); internal_static_gauge_messages_TextDiff_descriptor = getDescriptor().getMessageTypes().get(40); internal_static_gauge_messages_TextDiff_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_TextDiff_descriptor, new java.lang.String[] { "Span", "Content", }); internal_static_gauge_messages_FileDiff_descriptor = getDescriptor().getMessageTypes().get(41); internal_static_gauge_messages_FileDiff_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_FileDiff_descriptor, new java.lang.String[] { "FilePath", "TextDiffs", }); internal_static_gauge_messages_KeepAlive_descriptor = getDescriptor().getMessageTypes().get(42); internal_static_gauge_messages_KeepAlive_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_KeepAlive_descriptor, new java.lang.String[] { "PluginId", }); internal_static_gauge_messages_SpecDetails_descriptor = getDescriptor().getMessageTypes().get(43); internal_static_gauge_messages_SpecDetails_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_SpecDetails_descriptor, new java.lang.String[] { "Details", }); internal_static_gauge_messages_SpecDetails_SpecDetail_descriptor = internal_static_gauge_messages_SpecDetails_descriptor.getNestedTypes().get(0); internal_static_gauge_messages_SpecDetails_SpecDetail_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_SpecDetails_SpecDetail_descriptor, new java.lang.String[] { "Spec", "ParseErrors", }); internal_static_gauge_messages_Empty_descriptor = getDescriptor().getMessageTypes().get(44); internal_static_gauge_messages_Empty_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_Empty_descriptor, new java.lang.String[] { }); internal_static_gauge_messages_Message_descriptor = getDescriptor().getMessageTypes().get(45); internal_static_gauge_messages_Message_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_gauge_messages_Message_descriptor, new java.lang.String[] { "MessageType", "MessageId", "ExecutionStartingRequest", "SpecExecutionStartingRequest", "SpecExecutionEndingRequest", "ScenarioExecutionStartingRequest", "ScenarioExecutionEndingRequest", "StepExecutionStartingRequest", "StepExecutionEndingRequest", "ExecuteStepRequest", "ExecutionEndingRequest", "StepValidateRequest", "StepValidateResponse", "ExecutionStatusResponse", "StepNamesRequest", "StepNamesResponse", "SuiteExecutionResult", "KillProcessRequest", "ScenarioDataStoreInitRequest", "SpecDataStoreInitRequest", "SuiteDataStoreInitRequest", "StepNameRequest", "StepNameResponse", "RefactorRequest", "RefactorResponse", "UnsupportedMessageResponse", "CacheFileRequest", "StepPositionsRequest", "StepPositionsResponse", "ImplementationFileListRequest", "ImplementationFileListResponse", "StubImplementationCodeRequest", "FileDiff", "ImplementationFileGlobPatternRequest", "ImplementationFileGlobPatternResponse", "SuiteExecutionResultItem", "KeepAlive", }); descriptor.resolveAllFeaturesImmutable(); gauge.messages.Spec.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy