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

gauge.messages.Messages Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: messages.proto

package gauge.messages;

public final class Messages {
  private Messages() {}
  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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.KillProcessRequest) KillProcessRequestOrBuilder { private static final long serialVersionUID = 0L; // Use KillProcessRequest.newBuilder() to construct. private KillProcessRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private KillProcessRequest() { } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private KillProcessRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.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 { unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.KillProcessRequest)) { return super.equals(obj); } gauge.messages.Messages.KillProcessRequest other = (gauge.messages.Messages.KillProcessRequest) obj; boolean result = true; result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.KillProcessRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.KillProcessRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); 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 clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.KillProcessRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.KillProcessRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new KillProcessRequest(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ boolean hasExecutionResult(); /** *
     */ Holds the suite result after suite execution done.
     * 
* * .gauge.messages.ProtoExecutionResult executionResult = 1; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.ExecutionStatusResponse) ExecutionStatusResponseOrBuilder { private static final long serialVersionUID = 0L; // Use ExecutionStatusResponse.newBuilder() to construct. private ExecutionStatusResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ExecutionStatusResponse() { } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ExecutionStatusResponse( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { gauge.messages.Spec.ProtoExecutionResult.Builder subBuilder = null; if (executionResult_ != null) { subBuilder = executionResult_.toBuilder(); } executionResult_ = input.readMessage(gauge.messages.Spec.ProtoExecutionResult.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(executionResult_); executionResult_ = subBuilder.buildPartial(); } break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ExecutionStatusResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ExecutionStatusResponse.class, gauge.messages.Messages.ExecutionStatusResponse.Builder.class); } 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; */ public boolean hasExecutionResult() { return executionResult_ != null; } /** *
     */ Holds the suite result after suite execution done.
     * 
* * .gauge.messages.ProtoExecutionResult executionResult = 1; */ 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; */ public gauge.messages.Spec.ProtoExecutionResultOrBuilder getExecutionResultOrBuilder() { return getExecutionResult(); } 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 (executionResult_ != null) { output.writeMessage(1, getExecutionResult()); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (executionResult_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getExecutionResult()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ExecutionStatusResponse)) { return super.equals(obj); } gauge.messages.Messages.ExecutionStatusResponse other = (gauge.messages.Messages.ExecutionStatusResponse) obj; boolean result = true; result = result && (hasExecutionResult() == other.hasExecutionResult()); if (hasExecutionResult()) { result = result && getExecutionResult() .equals(other.getExecutionResult()); } result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ExecutionStatusResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ExecutionStatusResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); if (executionResultBuilder_ == null) { executionResult_ = null; } else { executionResult_ = null; 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 (executionResultBuilder_ == null) { result.executionResult_ = executionResult_; } else { result.executionResult_ = executionResultBuilder_.build(); } onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.ExecutionStatusResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.ExecutionStatusResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private gauge.messages.Spec.ProtoExecutionResult executionResult_ = null; private com.google.protobuf.SingleFieldBuilderV3< 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; */ public boolean hasExecutionResult() { return executionResultBuilder_ != null || executionResult_ != null; } /** *
       */ Holds the suite result after suite execution done.
       * 
* * .gauge.messages.ProtoExecutionResult executionResult = 1; */ 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; onChanged(); } else { executionResultBuilder_.setMessage(value); } 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(); onChanged(); } else { executionResultBuilder_.setMessage(builderForValue.build()); } 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 (executionResult_ != null) { executionResult_ = gauge.messages.Spec.ProtoExecutionResult.newBuilder(executionResult_).mergeFrom(value).buildPartial(); } else { executionResult_ = value; } onChanged(); } else { executionResultBuilder_.mergeFrom(value); } return this; } /** *
       */ Holds the suite result after suite execution done.
       * 
* * .gauge.messages.ProtoExecutionResult executionResult = 1; */ public Builder clearExecutionResult() { if (executionResultBuilder_ == null) { executionResult_ = null; onChanged(); } else { executionResult_ = null; executionResultBuilder_ = null; } return this; } /** *
       */ Holds the suite result after suite execution done.
       * 
* * .gauge.messages.ProtoExecutionResult executionResult = 1; */ public gauge.messages.Spec.ProtoExecutionResult.Builder getExecutionResultBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Spec.ProtoExecutionResult, gauge.messages.Spec.ProtoExecutionResult.Builder, gauge.messages.Spec.ProtoExecutionResultOrBuilder> getExecutionResultFieldBuilder() { if (executionResultBuilder_ == null) { executionResultBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Spec.ProtoExecutionResult, gauge.messages.Spec.ProtoExecutionResult.Builder, gauge.messages.Spec.ProtoExecutionResultOrBuilder>( getExecutionResult(), getParentForChildren(), isClean()); executionResult_ = null; } return executionResultBuilder_; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new ExecutionStatusResponse(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ boolean hasCurrentExecutionInfo(); /** *
     */ Holds the current suite execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ 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; */ boolean hasSuiteResult(); /** *
     */ Holds the suite result in execution starting.
     * / Some fields will not be populated before execution.
     * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; */ 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; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.ExecutionStartingRequest) ExecutionStartingRequestOrBuilder { private static final long serialVersionUID = 0L; // Use ExecutionStartingRequest.newBuilder() to construct. private ExecutionStartingRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ExecutionStartingRequest() { stream_ = 0; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ExecutionStartingRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { gauge.messages.Messages.ExecutionInfo.Builder subBuilder = null; if (currentExecutionInfo_ != null) { subBuilder = currentExecutionInfo_.toBuilder(); } currentExecutionInfo_ = input.readMessage(gauge.messages.Messages.ExecutionInfo.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(currentExecutionInfo_); currentExecutionInfo_ = subBuilder.buildPartial(); } break; } case 18: { gauge.messages.Spec.ProtoSuiteResult.Builder subBuilder = null; if (suiteResult_ != null) { subBuilder = suiteResult_.toBuilder(); } suiteResult_ = input.readMessage(gauge.messages.Spec.ProtoSuiteResult.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(suiteResult_); suiteResult_ = subBuilder.buildPartial(); } break; } case 24: { stream_ = input.readInt32(); break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ExecutionStartingRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ExecutionStartingRequest.class, gauge.messages.Messages.ExecutionStartingRequest.Builder.class); } 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; */ public boolean hasCurrentExecutionInfo() { return currentExecutionInfo_ != null; } /** *
     */ Holds the current suite execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ 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; */ public gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder() { return getCurrentExecutionInfo(); } 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; */ public boolean hasSuiteResult() { return suiteResult_ != null; } /** *
     */ 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 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; */ public gauge.messages.Spec.ProtoSuiteResultOrBuilder getSuiteResultOrBuilder() { return getSuiteResult(); } public static final int STREAM_FIELD_NUMBER = 3; private int stream_; /** * int32 stream = 3; */ 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 (currentExecutionInfo_ != null) { output.writeMessage(1, getCurrentExecutionInfo()); } if (suiteResult_ != null) { output.writeMessage(2, getSuiteResult()); } if (stream_ != 0) { output.writeInt32(3, stream_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (currentExecutionInfo_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getCurrentExecutionInfo()); } if (suiteResult_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getSuiteResult()); } if (stream_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(3, stream_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ExecutionStartingRequest)) { return super.equals(obj); } gauge.messages.Messages.ExecutionStartingRequest other = (gauge.messages.Messages.ExecutionStartingRequest) obj; boolean result = true; result = result && (hasCurrentExecutionInfo() == other.hasCurrentExecutionInfo()); if (hasCurrentExecutionInfo()) { result = result && getCurrentExecutionInfo() .equals(other.getCurrentExecutionInfo()); } result = result && (hasSuiteResult() == other.hasSuiteResult()); if (hasSuiteResult()) { result = result && getSuiteResult() .equals(other.getSuiteResult()); } result = result && (getStream() == other.getStream()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ExecutionStartingRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ExecutionStartingRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); if (currentExecutionInfoBuilder_ == null) { currentExecutionInfo_ = null; } else { currentExecutionInfo_ = null; currentExecutionInfoBuilder_ = null; } if (suiteResultBuilder_ == null) { suiteResult_ = null; } else { suiteResult_ = null; 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 (currentExecutionInfoBuilder_ == null) { result.currentExecutionInfo_ = currentExecutionInfo_; } else { result.currentExecutionInfo_ = currentExecutionInfoBuilder_.build(); } if (suiteResultBuilder_ == null) { result.suiteResult_ = suiteResult_; } else { result.suiteResult_ = suiteResultBuilder_.build(); } result.stream_ = stream_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.ExecutionStartingRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.ExecutionStartingRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private gauge.messages.Messages.ExecutionInfo currentExecutionInfo_ = null; private com.google.protobuf.SingleFieldBuilderV3< 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; */ public boolean hasCurrentExecutionInfo() { return currentExecutionInfoBuilder_ != null || currentExecutionInfo_ != null; } /** *
       */ Holds the current suite execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ 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; onChanged(); } else { currentExecutionInfoBuilder_.setMessage(value); } 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(); onChanged(); } else { currentExecutionInfoBuilder_.setMessage(builderForValue.build()); } 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 (currentExecutionInfo_ != null) { currentExecutionInfo_ = gauge.messages.Messages.ExecutionInfo.newBuilder(currentExecutionInfo_).mergeFrom(value).buildPartial(); } else { currentExecutionInfo_ = value; } onChanged(); } else { currentExecutionInfoBuilder_.mergeFrom(value); } return this; } /** *
       */ Holds the current suite execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder clearCurrentExecutionInfo() { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfo_ = null; onChanged(); } else { currentExecutionInfo_ = null; currentExecutionInfoBuilder_ = null; } return this; } /** *
       */ Holds the current suite execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public gauge.messages.Messages.ExecutionInfo.Builder getCurrentExecutionInfoBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder> getCurrentExecutionInfoFieldBuilder() { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< 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; */ public boolean hasSuiteResult() { return suiteResultBuilder_ != null || suiteResult_ != null; } /** *
       */ 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 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; onChanged(); } else { suiteResultBuilder_.setMessage(value); } 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(); onChanged(); } else { suiteResultBuilder_.setMessage(builderForValue.build()); } 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 (suiteResult_ != null) { suiteResult_ = gauge.messages.Spec.ProtoSuiteResult.newBuilder(suiteResult_).mergeFrom(value).buildPartial(); } else { suiteResult_ = value; } onChanged(); } else { suiteResultBuilder_.mergeFrom(value); } 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() { if (suiteResultBuilder_ == null) { suiteResult_ = null; onChanged(); } else { suiteResult_ = null; suiteResultBuilder_ = null; } 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() { 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.SingleFieldBuilderV3< gauge.messages.Spec.ProtoSuiteResult, gauge.messages.Spec.ProtoSuiteResult.Builder, gauge.messages.Spec.ProtoSuiteResultOrBuilder> getSuiteResultFieldBuilder() { if (suiteResultBuilder_ == null) { suiteResultBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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; */ public int getStream() { return stream_; } /** * int32 stream = 3; */ public Builder setStream(int value) { stream_ = value; onChanged(); return this; } /** * int32 stream = 3; */ public Builder clearStream() { stream_ = 0; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new ExecutionStartingRequest(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ boolean hasCurrentExecutionInfo(); /** *
     */ Holds the current suite execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ 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; */ boolean hasSuiteResult(); /** *
     */ Holds the suite result in execution ending.
     * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; */ 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; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.ExecutionEndingRequest) ExecutionEndingRequestOrBuilder { private static final long serialVersionUID = 0L; // Use ExecutionEndingRequest.newBuilder() to construct. private ExecutionEndingRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ExecutionEndingRequest() { stream_ = 0; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ExecutionEndingRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { gauge.messages.Messages.ExecutionInfo.Builder subBuilder = null; if (currentExecutionInfo_ != null) { subBuilder = currentExecutionInfo_.toBuilder(); } currentExecutionInfo_ = input.readMessage(gauge.messages.Messages.ExecutionInfo.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(currentExecutionInfo_); currentExecutionInfo_ = subBuilder.buildPartial(); } break; } case 18: { gauge.messages.Spec.ProtoSuiteResult.Builder subBuilder = null; if (suiteResult_ != null) { subBuilder = suiteResult_.toBuilder(); } suiteResult_ = input.readMessage(gauge.messages.Spec.ProtoSuiteResult.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(suiteResult_); suiteResult_ = subBuilder.buildPartial(); } break; } case 24: { stream_ = input.readInt32(); break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ExecutionEndingRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ExecutionEndingRequest.class, gauge.messages.Messages.ExecutionEndingRequest.Builder.class); } 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; */ public boolean hasCurrentExecutionInfo() { return currentExecutionInfo_ != null; } /** *
     */ Holds the current suite execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ 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; */ public gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder() { return getCurrentExecutionInfo(); } 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; */ public boolean hasSuiteResult() { return suiteResult_ != null; } /** *
     */ Holds the suite result in execution ending.
     * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; */ 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; */ public gauge.messages.Spec.ProtoSuiteResultOrBuilder getSuiteResultOrBuilder() { return getSuiteResult(); } public static final int STREAM_FIELD_NUMBER = 3; private int stream_; /** * int32 stream = 3; */ 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 (currentExecutionInfo_ != null) { output.writeMessage(1, getCurrentExecutionInfo()); } if (suiteResult_ != null) { output.writeMessage(2, getSuiteResult()); } if (stream_ != 0) { output.writeInt32(3, stream_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (currentExecutionInfo_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getCurrentExecutionInfo()); } if (suiteResult_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getSuiteResult()); } if (stream_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(3, stream_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ExecutionEndingRequest)) { return super.equals(obj); } gauge.messages.Messages.ExecutionEndingRequest other = (gauge.messages.Messages.ExecutionEndingRequest) obj; boolean result = true; result = result && (hasCurrentExecutionInfo() == other.hasCurrentExecutionInfo()); if (hasCurrentExecutionInfo()) { result = result && getCurrentExecutionInfo() .equals(other.getCurrentExecutionInfo()); } result = result && (hasSuiteResult() == other.hasSuiteResult()); if (hasSuiteResult()) { result = result && getSuiteResult() .equals(other.getSuiteResult()); } result = result && (getStream() == other.getStream()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ExecutionEndingRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ExecutionEndingRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); if (currentExecutionInfoBuilder_ == null) { currentExecutionInfo_ = null; } else { currentExecutionInfo_ = null; currentExecutionInfoBuilder_ = null; } if (suiteResultBuilder_ == null) { suiteResult_ = null; } else { suiteResult_ = null; 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 (currentExecutionInfoBuilder_ == null) { result.currentExecutionInfo_ = currentExecutionInfo_; } else { result.currentExecutionInfo_ = currentExecutionInfoBuilder_.build(); } if (suiteResultBuilder_ == null) { result.suiteResult_ = suiteResult_; } else { result.suiteResult_ = suiteResultBuilder_.build(); } result.stream_ = stream_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.ExecutionEndingRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.ExecutionEndingRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private gauge.messages.Messages.ExecutionInfo currentExecutionInfo_ = null; private com.google.protobuf.SingleFieldBuilderV3< 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; */ public boolean hasCurrentExecutionInfo() { return currentExecutionInfoBuilder_ != null || currentExecutionInfo_ != null; } /** *
       */ Holds the current suite execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ 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; onChanged(); } else { currentExecutionInfoBuilder_.setMessage(value); } 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(); onChanged(); } else { currentExecutionInfoBuilder_.setMessage(builderForValue.build()); } 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 (currentExecutionInfo_ != null) { currentExecutionInfo_ = gauge.messages.Messages.ExecutionInfo.newBuilder(currentExecutionInfo_).mergeFrom(value).buildPartial(); } else { currentExecutionInfo_ = value; } onChanged(); } else { currentExecutionInfoBuilder_.mergeFrom(value); } return this; } /** *
       */ Holds the current suite execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder clearCurrentExecutionInfo() { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfo_ = null; onChanged(); } else { currentExecutionInfo_ = null; currentExecutionInfoBuilder_ = null; } return this; } /** *
       */ Holds the current suite execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public gauge.messages.Messages.ExecutionInfo.Builder getCurrentExecutionInfoBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder> getCurrentExecutionInfoFieldBuilder() { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< 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; */ public boolean hasSuiteResult() { return suiteResultBuilder_ != null || suiteResult_ != null; } /** *
       */ Holds the suite result in execution ending.
       * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; */ 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; onChanged(); } else { suiteResultBuilder_.setMessage(value); } 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(); onChanged(); } else { suiteResultBuilder_.setMessage(builderForValue.build()); } 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 (suiteResult_ != null) { suiteResult_ = gauge.messages.Spec.ProtoSuiteResult.newBuilder(suiteResult_).mergeFrom(value).buildPartial(); } else { suiteResult_ = value; } onChanged(); } else { suiteResultBuilder_.mergeFrom(value); } return this; } /** *
       */ Holds the suite result in execution ending.
       * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; */ public Builder clearSuiteResult() { if (suiteResultBuilder_ == null) { suiteResult_ = null; onChanged(); } else { suiteResult_ = null; suiteResultBuilder_ = null; } return this; } /** *
       */ Holds the suite result in execution ending.
       * 
* * .gauge.messages.ProtoSuiteResult suiteResult = 2; */ public gauge.messages.Spec.ProtoSuiteResult.Builder getSuiteResultBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Spec.ProtoSuiteResult, gauge.messages.Spec.ProtoSuiteResult.Builder, gauge.messages.Spec.ProtoSuiteResultOrBuilder> getSuiteResultFieldBuilder() { if (suiteResultBuilder_ == null) { suiteResultBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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; */ public int getStream() { return stream_; } /** * int32 stream = 3; */ public Builder setStream(int value) { stream_ = value; onChanged(); return this; } /** * int32 stream = 3; */ public Builder clearStream() { stream_ = 0; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new ExecutionEndingRequest(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ boolean hasCurrentExecutionInfo(); /** *
     */ Holds the current spec execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ 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; */ boolean hasSpecResult(); /** *
     */ Holds the specs result in spec execution starting.
     * / Some fields will not be populated before execution.
     * 
* * .gauge.messages.ProtoSpecResult specResult = 2; */ 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; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.SpecExecutionStartingRequest) SpecExecutionStartingRequestOrBuilder { private static final long serialVersionUID = 0L; // Use SpecExecutionStartingRequest.newBuilder() to construct. private SpecExecutionStartingRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private SpecExecutionStartingRequest() { stream_ = 0; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private SpecExecutionStartingRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { gauge.messages.Messages.ExecutionInfo.Builder subBuilder = null; if (currentExecutionInfo_ != null) { subBuilder = currentExecutionInfo_.toBuilder(); } currentExecutionInfo_ = input.readMessage(gauge.messages.Messages.ExecutionInfo.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(currentExecutionInfo_); currentExecutionInfo_ = subBuilder.buildPartial(); } break; } case 18: { gauge.messages.Spec.ProtoSpecResult.Builder subBuilder = null; if (specResult_ != null) { subBuilder = specResult_.toBuilder(); } specResult_ = input.readMessage(gauge.messages.Spec.ProtoSpecResult.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(specResult_); specResult_ = subBuilder.buildPartial(); } break; } case 24: { stream_ = input.readInt32(); break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_SpecExecutionStartingRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.SpecExecutionStartingRequest.class, gauge.messages.Messages.SpecExecutionStartingRequest.Builder.class); } 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; */ public boolean hasCurrentExecutionInfo() { return currentExecutionInfo_ != null; } /** *
     */ Holds the current spec execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ 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; */ public gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder() { return getCurrentExecutionInfo(); } 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; */ public boolean hasSpecResult() { return specResult_ != null; } /** *
     */ 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 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; */ public gauge.messages.Spec.ProtoSpecResultOrBuilder getSpecResultOrBuilder() { return getSpecResult(); } public static final int STREAM_FIELD_NUMBER = 3; private int stream_; /** * int32 stream = 3; */ 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 (currentExecutionInfo_ != null) { output.writeMessage(1, getCurrentExecutionInfo()); } if (specResult_ != null) { output.writeMessage(2, getSpecResult()); } if (stream_ != 0) { output.writeInt32(3, stream_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (currentExecutionInfo_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getCurrentExecutionInfo()); } if (specResult_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getSpecResult()); } if (stream_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(3, stream_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.SpecExecutionStartingRequest)) { return super.equals(obj); } gauge.messages.Messages.SpecExecutionStartingRequest other = (gauge.messages.Messages.SpecExecutionStartingRequest) obj; boolean result = true; result = result && (hasCurrentExecutionInfo() == other.hasCurrentExecutionInfo()); if (hasCurrentExecutionInfo()) { result = result && getCurrentExecutionInfo() .equals(other.getCurrentExecutionInfo()); } result = result && (hasSpecResult() == other.hasSpecResult()); if (hasSpecResult()) { result = result && getSpecResult() .equals(other.getSpecResult()); } result = result && (getStream() == other.getStream()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SpecExecutionStartingRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SpecExecutionStartingRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); if (currentExecutionInfoBuilder_ == null) { currentExecutionInfo_ = null; } else { currentExecutionInfo_ = null; currentExecutionInfoBuilder_ = null; } if (specResultBuilder_ == null) { specResult_ = null; } else { specResult_ = null; 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 (currentExecutionInfoBuilder_ == null) { result.currentExecutionInfo_ = currentExecutionInfo_; } else { result.currentExecutionInfo_ = currentExecutionInfoBuilder_.build(); } if (specResultBuilder_ == null) { result.specResult_ = specResult_; } else { result.specResult_ = specResultBuilder_.build(); } result.stream_ = stream_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.SpecExecutionStartingRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.SpecExecutionStartingRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private gauge.messages.Messages.ExecutionInfo currentExecutionInfo_ = null; private com.google.protobuf.SingleFieldBuilderV3< 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; */ public boolean hasCurrentExecutionInfo() { return currentExecutionInfoBuilder_ != null || currentExecutionInfo_ != null; } /** *
       */ Holds the current spec execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ 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; onChanged(); } else { currentExecutionInfoBuilder_.setMessage(value); } 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(); onChanged(); } else { currentExecutionInfoBuilder_.setMessage(builderForValue.build()); } 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 (currentExecutionInfo_ != null) { currentExecutionInfo_ = gauge.messages.Messages.ExecutionInfo.newBuilder(currentExecutionInfo_).mergeFrom(value).buildPartial(); } else { currentExecutionInfo_ = value; } onChanged(); } else { currentExecutionInfoBuilder_.mergeFrom(value); } return this; } /** *
       */ Holds the current spec execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder clearCurrentExecutionInfo() { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfo_ = null; onChanged(); } else { currentExecutionInfo_ = null; currentExecutionInfoBuilder_ = null; } return this; } /** *
       */ Holds the current spec execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public gauge.messages.Messages.ExecutionInfo.Builder getCurrentExecutionInfoBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder> getCurrentExecutionInfoFieldBuilder() { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< 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; */ public boolean hasSpecResult() { return specResultBuilder_ != null || specResult_ != null; } /** *
       */ 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 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; onChanged(); } else { specResultBuilder_.setMessage(value); } 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(); onChanged(); } else { specResultBuilder_.setMessage(builderForValue.build()); } 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 (specResult_ != null) { specResult_ = gauge.messages.Spec.ProtoSpecResult.newBuilder(specResult_).mergeFrom(value).buildPartial(); } else { specResult_ = value; } onChanged(); } else { specResultBuilder_.mergeFrom(value); } 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() { if (specResultBuilder_ == null) { specResult_ = null; onChanged(); } else { specResult_ = null; specResultBuilder_ = null; } 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() { 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.SingleFieldBuilderV3< gauge.messages.Spec.ProtoSpecResult, gauge.messages.Spec.ProtoSpecResult.Builder, gauge.messages.Spec.ProtoSpecResultOrBuilder> getSpecResultFieldBuilder() { if (specResultBuilder_ == null) { specResultBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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; */ public int getStream() { return stream_; } /** * int32 stream = 3; */ public Builder setStream(int value) { stream_ = value; onChanged(); return this; } /** * int32 stream = 3; */ public Builder clearStream() { stream_ = 0; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new SpecExecutionStartingRequest(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ boolean hasCurrentExecutionInfo(); /** *
     */ Holds the current spec execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ 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; */ boolean hasSpecResult(); /** *
     */ Holds the specs result in spec execution ending.
     * 
* * .gauge.messages.ProtoSpecResult specResult = 2; */ 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; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.SpecExecutionEndingRequest) SpecExecutionEndingRequestOrBuilder { private static final long serialVersionUID = 0L; // Use SpecExecutionEndingRequest.newBuilder() to construct. private SpecExecutionEndingRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private SpecExecutionEndingRequest() { stream_ = 0; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private SpecExecutionEndingRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { gauge.messages.Messages.ExecutionInfo.Builder subBuilder = null; if (currentExecutionInfo_ != null) { subBuilder = currentExecutionInfo_.toBuilder(); } currentExecutionInfo_ = input.readMessage(gauge.messages.Messages.ExecutionInfo.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(currentExecutionInfo_); currentExecutionInfo_ = subBuilder.buildPartial(); } break; } case 18: { gauge.messages.Spec.ProtoSpecResult.Builder subBuilder = null; if (specResult_ != null) { subBuilder = specResult_.toBuilder(); } specResult_ = input.readMessage(gauge.messages.Spec.ProtoSpecResult.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(specResult_); specResult_ = subBuilder.buildPartial(); } break; } case 24: { stream_ = input.readInt32(); break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_SpecExecutionEndingRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.SpecExecutionEndingRequest.class, gauge.messages.Messages.SpecExecutionEndingRequest.Builder.class); } 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; */ public boolean hasCurrentExecutionInfo() { return currentExecutionInfo_ != null; } /** *
     */ Holds the current spec execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ 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; */ public gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder() { return getCurrentExecutionInfo(); } 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; */ public boolean hasSpecResult() { return specResult_ != null; } /** *
     */ Holds the specs result in spec execution ending.
     * 
* * .gauge.messages.ProtoSpecResult specResult = 2; */ 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; */ public gauge.messages.Spec.ProtoSpecResultOrBuilder getSpecResultOrBuilder() { return getSpecResult(); } public static final int STREAM_FIELD_NUMBER = 3; private int stream_; /** * int32 stream = 3; */ 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 (currentExecutionInfo_ != null) { output.writeMessage(1, getCurrentExecutionInfo()); } if (specResult_ != null) { output.writeMessage(2, getSpecResult()); } if (stream_ != 0) { output.writeInt32(3, stream_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (currentExecutionInfo_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getCurrentExecutionInfo()); } if (specResult_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getSpecResult()); } if (stream_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(3, stream_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.SpecExecutionEndingRequest)) { return super.equals(obj); } gauge.messages.Messages.SpecExecutionEndingRequest other = (gauge.messages.Messages.SpecExecutionEndingRequest) obj; boolean result = true; result = result && (hasCurrentExecutionInfo() == other.hasCurrentExecutionInfo()); if (hasCurrentExecutionInfo()) { result = result && getCurrentExecutionInfo() .equals(other.getCurrentExecutionInfo()); } result = result && (hasSpecResult() == other.hasSpecResult()); if (hasSpecResult()) { result = result && getSpecResult() .equals(other.getSpecResult()); } result = result && (getStream() == other.getStream()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SpecExecutionEndingRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SpecExecutionEndingRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); if (currentExecutionInfoBuilder_ == null) { currentExecutionInfo_ = null; } else { currentExecutionInfo_ = null; currentExecutionInfoBuilder_ = null; } if (specResultBuilder_ == null) { specResult_ = null; } else { specResult_ = null; 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 (currentExecutionInfoBuilder_ == null) { result.currentExecutionInfo_ = currentExecutionInfo_; } else { result.currentExecutionInfo_ = currentExecutionInfoBuilder_.build(); } if (specResultBuilder_ == null) { result.specResult_ = specResult_; } else { result.specResult_ = specResultBuilder_.build(); } result.stream_ = stream_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.SpecExecutionEndingRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.SpecExecutionEndingRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private gauge.messages.Messages.ExecutionInfo currentExecutionInfo_ = null; private com.google.protobuf.SingleFieldBuilderV3< 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; */ public boolean hasCurrentExecutionInfo() { return currentExecutionInfoBuilder_ != null || currentExecutionInfo_ != null; } /** *
       */ Holds the current spec execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ 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; onChanged(); } else { currentExecutionInfoBuilder_.setMessage(value); } 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(); onChanged(); } else { currentExecutionInfoBuilder_.setMessage(builderForValue.build()); } 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 (currentExecutionInfo_ != null) { currentExecutionInfo_ = gauge.messages.Messages.ExecutionInfo.newBuilder(currentExecutionInfo_).mergeFrom(value).buildPartial(); } else { currentExecutionInfo_ = value; } onChanged(); } else { currentExecutionInfoBuilder_.mergeFrom(value); } return this; } /** *
       */ Holds the current spec execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder clearCurrentExecutionInfo() { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfo_ = null; onChanged(); } else { currentExecutionInfo_ = null; currentExecutionInfoBuilder_ = null; } return this; } /** *
       */ Holds the current spec execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public gauge.messages.Messages.ExecutionInfo.Builder getCurrentExecutionInfoBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder> getCurrentExecutionInfoFieldBuilder() { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< 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; */ public boolean hasSpecResult() { return specResultBuilder_ != null || specResult_ != null; } /** *
       */ Holds the specs result in spec execution ending.
       * 
* * .gauge.messages.ProtoSpecResult specResult = 2; */ 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; onChanged(); } else { specResultBuilder_.setMessage(value); } 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(); onChanged(); } else { specResultBuilder_.setMessage(builderForValue.build()); } 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 (specResult_ != null) { specResult_ = gauge.messages.Spec.ProtoSpecResult.newBuilder(specResult_).mergeFrom(value).buildPartial(); } else { specResult_ = value; } onChanged(); } else { specResultBuilder_.mergeFrom(value); } return this; } /** *
       */ Holds the specs result in spec execution ending.
       * 
* * .gauge.messages.ProtoSpecResult specResult = 2; */ public Builder clearSpecResult() { if (specResultBuilder_ == null) { specResult_ = null; onChanged(); } else { specResult_ = null; specResultBuilder_ = null; } return this; } /** *
       */ Holds the specs result in spec execution ending.
       * 
* * .gauge.messages.ProtoSpecResult specResult = 2; */ public gauge.messages.Spec.ProtoSpecResult.Builder getSpecResultBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Spec.ProtoSpecResult, gauge.messages.Spec.ProtoSpecResult.Builder, gauge.messages.Spec.ProtoSpecResultOrBuilder> getSpecResultFieldBuilder() { if (specResultBuilder_ == null) { specResultBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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; */ public int getStream() { return stream_; } /** * int32 stream = 3; */ public Builder setStream(int value) { stream_ = value; onChanged(); return this; } /** * int32 stream = 3; */ public Builder clearStream() { stream_ = 0; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new SpecExecutionEndingRequest(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ boolean hasCurrentExecutionInfo(); /** *
     */ Holds the current sceanrio execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ 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; */ boolean hasScenarioResult(); /** *
     */ Holds the scenarion result in scenarion execution starting.
     * / Some fields will not be populated before execution.
     * 
* * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ 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; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.ScenarioExecutionStartingRequest) ScenarioExecutionStartingRequestOrBuilder { private static final long serialVersionUID = 0L; // Use ScenarioExecutionStartingRequest.newBuilder() to construct. private ScenarioExecutionStartingRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ScenarioExecutionStartingRequest() { stream_ = 0; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ScenarioExecutionStartingRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { gauge.messages.Messages.ExecutionInfo.Builder subBuilder = null; if (currentExecutionInfo_ != null) { subBuilder = currentExecutionInfo_.toBuilder(); } currentExecutionInfo_ = input.readMessage(gauge.messages.Messages.ExecutionInfo.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(currentExecutionInfo_); currentExecutionInfo_ = subBuilder.buildPartial(); } break; } case 18: { gauge.messages.Spec.ProtoScenarioResult.Builder subBuilder = null; if (scenarioResult_ != null) { subBuilder = scenarioResult_.toBuilder(); } scenarioResult_ = input.readMessage(gauge.messages.Spec.ProtoScenarioResult.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(scenarioResult_); scenarioResult_ = subBuilder.buildPartial(); } break; } case 24: { stream_ = input.readInt32(); break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ScenarioExecutionStartingRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ScenarioExecutionStartingRequest.class, gauge.messages.Messages.ScenarioExecutionStartingRequest.Builder.class); } 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; */ public boolean hasCurrentExecutionInfo() { return currentExecutionInfo_ != null; } /** *
     */ Holds the current sceanrio execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ 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; */ public gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder() { return getCurrentExecutionInfo(); } 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; */ public boolean hasScenarioResult() { return scenarioResult_ != null; } /** *
     */ 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 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; */ public gauge.messages.Spec.ProtoScenarioResultOrBuilder getScenarioResultOrBuilder() { return getScenarioResult(); } public static final int STREAM_FIELD_NUMBER = 3; private int stream_; /** * int32 stream = 3; */ 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 (currentExecutionInfo_ != null) { output.writeMessage(1, getCurrentExecutionInfo()); } if (scenarioResult_ != null) { output.writeMessage(2, getScenarioResult()); } if (stream_ != 0) { output.writeInt32(3, stream_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (currentExecutionInfo_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getCurrentExecutionInfo()); } if (scenarioResult_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getScenarioResult()); } if (stream_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(3, stream_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ScenarioExecutionStartingRequest)) { return super.equals(obj); } gauge.messages.Messages.ScenarioExecutionStartingRequest other = (gauge.messages.Messages.ScenarioExecutionStartingRequest) obj; boolean result = true; result = result && (hasCurrentExecutionInfo() == other.hasCurrentExecutionInfo()); if (hasCurrentExecutionInfo()) { result = result && getCurrentExecutionInfo() .equals(other.getCurrentExecutionInfo()); } result = result && (hasScenarioResult() == other.hasScenarioResult()); if (hasScenarioResult()) { result = result && getScenarioResult() .equals(other.getScenarioResult()); } result = result && (getStream() == other.getStream()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ScenarioExecutionStartingRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ScenarioExecutionStartingRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); if (currentExecutionInfoBuilder_ == null) { currentExecutionInfo_ = null; } else { currentExecutionInfo_ = null; currentExecutionInfoBuilder_ = null; } if (scenarioResultBuilder_ == null) { scenarioResult_ = null; } else { scenarioResult_ = null; 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 (currentExecutionInfoBuilder_ == null) { result.currentExecutionInfo_ = currentExecutionInfo_; } else { result.currentExecutionInfo_ = currentExecutionInfoBuilder_.build(); } if (scenarioResultBuilder_ == null) { result.scenarioResult_ = scenarioResult_; } else { result.scenarioResult_ = scenarioResultBuilder_.build(); } result.stream_ = stream_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.ScenarioExecutionStartingRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.ScenarioExecutionStartingRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private gauge.messages.Messages.ExecutionInfo currentExecutionInfo_ = null; private com.google.protobuf.SingleFieldBuilderV3< 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; */ public boolean hasCurrentExecutionInfo() { return currentExecutionInfoBuilder_ != null || currentExecutionInfo_ != null; } /** *
       */ Holds the current sceanrio execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ 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; onChanged(); } else { currentExecutionInfoBuilder_.setMessage(value); } 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(); onChanged(); } else { currentExecutionInfoBuilder_.setMessage(builderForValue.build()); } 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 (currentExecutionInfo_ != null) { currentExecutionInfo_ = gauge.messages.Messages.ExecutionInfo.newBuilder(currentExecutionInfo_).mergeFrom(value).buildPartial(); } else { currentExecutionInfo_ = value; } onChanged(); } else { currentExecutionInfoBuilder_.mergeFrom(value); } return this; } /** *
       */ Holds the current sceanrio execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder clearCurrentExecutionInfo() { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfo_ = null; onChanged(); } else { currentExecutionInfo_ = null; currentExecutionInfoBuilder_ = null; } return this; } /** *
       */ Holds the current sceanrio execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public gauge.messages.Messages.ExecutionInfo.Builder getCurrentExecutionInfoBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder> getCurrentExecutionInfoFieldBuilder() { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< 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; */ public boolean hasScenarioResult() { return scenarioResultBuilder_ != null || scenarioResult_ != null; } /** *
       */ 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 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; onChanged(); } else { scenarioResultBuilder_.setMessage(value); } 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(); onChanged(); } else { scenarioResultBuilder_.setMessage(builderForValue.build()); } 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 (scenarioResult_ != null) { scenarioResult_ = gauge.messages.Spec.ProtoScenarioResult.newBuilder(scenarioResult_).mergeFrom(value).buildPartial(); } else { scenarioResult_ = value; } onChanged(); } else { scenarioResultBuilder_.mergeFrom(value); } 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() { if (scenarioResultBuilder_ == null) { scenarioResult_ = null; onChanged(); } else { scenarioResult_ = null; scenarioResultBuilder_ = null; } 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() { 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.SingleFieldBuilderV3< gauge.messages.Spec.ProtoScenarioResult, gauge.messages.Spec.ProtoScenarioResult.Builder, gauge.messages.Spec.ProtoScenarioResultOrBuilder> getScenarioResultFieldBuilder() { if (scenarioResultBuilder_ == null) { scenarioResultBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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; */ public int getStream() { return stream_; } /** * int32 stream = 3; */ public Builder setStream(int value) { stream_ = value; onChanged(); return this; } /** * int32 stream = 3; */ public Builder clearStream() { stream_ = 0; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new ScenarioExecutionStartingRequest(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ boolean hasCurrentExecutionInfo(); /** *
     */ Holds the current scenario execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ 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; */ boolean hasScenarioResult(); /** * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ gauge.messages.Spec.ProtoScenarioResult getScenarioResult(); /** * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ gauge.messages.Spec.ProtoScenarioResultOrBuilder getScenarioResultOrBuilder(); /** * int32 stream = 3; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.ScenarioExecutionEndingRequest) ScenarioExecutionEndingRequestOrBuilder { private static final long serialVersionUID = 0L; // Use ScenarioExecutionEndingRequest.newBuilder() to construct. private ScenarioExecutionEndingRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ScenarioExecutionEndingRequest() { stream_ = 0; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ScenarioExecutionEndingRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { gauge.messages.Messages.ExecutionInfo.Builder subBuilder = null; if (currentExecutionInfo_ != null) { subBuilder = currentExecutionInfo_.toBuilder(); } currentExecutionInfo_ = input.readMessage(gauge.messages.Messages.ExecutionInfo.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(currentExecutionInfo_); currentExecutionInfo_ = subBuilder.buildPartial(); } break; } case 18: { gauge.messages.Spec.ProtoScenarioResult.Builder subBuilder = null; if (scenarioResult_ != null) { subBuilder = scenarioResult_.toBuilder(); } scenarioResult_ = input.readMessage(gauge.messages.Spec.ProtoScenarioResult.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(scenarioResult_); scenarioResult_ = subBuilder.buildPartial(); } break; } case 24: { stream_ = input.readInt32(); break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ScenarioExecutionEndingRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ScenarioExecutionEndingRequest.class, gauge.messages.Messages.ScenarioExecutionEndingRequest.Builder.class); } 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; */ public boolean hasCurrentExecutionInfo() { return currentExecutionInfo_ != null; } /** *
     */ Holds the current scenario execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ 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; */ public gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder() { return getCurrentExecutionInfo(); } public static final int SCENARIORESULT_FIELD_NUMBER = 2; private gauge.messages.Spec.ProtoScenarioResult scenarioResult_; /** * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ public boolean hasScenarioResult() { return scenarioResult_ != null; } /** * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ public gauge.messages.Spec.ProtoScenarioResult getScenarioResult() { return scenarioResult_ == null ? gauge.messages.Spec.ProtoScenarioResult.getDefaultInstance() : scenarioResult_; } /** * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ public gauge.messages.Spec.ProtoScenarioResultOrBuilder getScenarioResultOrBuilder() { return getScenarioResult(); } public static final int STREAM_FIELD_NUMBER = 3; private int stream_; /** * int32 stream = 3; */ 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 (currentExecutionInfo_ != null) { output.writeMessage(1, getCurrentExecutionInfo()); } if (scenarioResult_ != null) { output.writeMessage(2, getScenarioResult()); } if (stream_ != 0) { output.writeInt32(3, stream_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (currentExecutionInfo_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getCurrentExecutionInfo()); } if (scenarioResult_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getScenarioResult()); } if (stream_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(3, stream_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ScenarioExecutionEndingRequest)) { return super.equals(obj); } gauge.messages.Messages.ScenarioExecutionEndingRequest other = (gauge.messages.Messages.ScenarioExecutionEndingRequest) obj; boolean result = true; result = result && (hasCurrentExecutionInfo() == other.hasCurrentExecutionInfo()); if (hasCurrentExecutionInfo()) { result = result && getCurrentExecutionInfo() .equals(other.getCurrentExecutionInfo()); } result = result && (hasScenarioResult() == other.hasScenarioResult()); if (hasScenarioResult()) { result = result && getScenarioResult() .equals(other.getScenarioResult()); } result = result && (getStream() == other.getStream()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ScenarioExecutionEndingRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ScenarioExecutionEndingRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); if (currentExecutionInfoBuilder_ == null) { currentExecutionInfo_ = null; } else { currentExecutionInfo_ = null; currentExecutionInfoBuilder_ = null; } if (scenarioResultBuilder_ == null) { scenarioResult_ = null; } else { scenarioResult_ = null; 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 (currentExecutionInfoBuilder_ == null) { result.currentExecutionInfo_ = currentExecutionInfo_; } else { result.currentExecutionInfo_ = currentExecutionInfoBuilder_.build(); } if (scenarioResultBuilder_ == null) { result.scenarioResult_ = scenarioResult_; } else { result.scenarioResult_ = scenarioResultBuilder_.build(); } result.stream_ = stream_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.ScenarioExecutionEndingRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.ScenarioExecutionEndingRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private gauge.messages.Messages.ExecutionInfo currentExecutionInfo_ = null; private com.google.protobuf.SingleFieldBuilderV3< 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; */ public boolean hasCurrentExecutionInfo() { return currentExecutionInfoBuilder_ != null || currentExecutionInfo_ != null; } /** *
       */ Holds the current scenario execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ 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; onChanged(); } else { currentExecutionInfoBuilder_.setMessage(value); } 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(); onChanged(); } else { currentExecutionInfoBuilder_.setMessage(builderForValue.build()); } 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 (currentExecutionInfo_ != null) { currentExecutionInfo_ = gauge.messages.Messages.ExecutionInfo.newBuilder(currentExecutionInfo_).mergeFrom(value).buildPartial(); } else { currentExecutionInfo_ = value; } onChanged(); } else { currentExecutionInfoBuilder_.mergeFrom(value); } return this; } /** *
       */ Holds the current scenario execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder clearCurrentExecutionInfo() { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfo_ = null; onChanged(); } else { currentExecutionInfo_ = null; currentExecutionInfoBuilder_ = null; } return this; } /** *
       */ Holds the current scenario execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public gauge.messages.Messages.ExecutionInfo.Builder getCurrentExecutionInfoBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder> getCurrentExecutionInfoFieldBuilder() { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Spec.ProtoScenarioResult, gauge.messages.Spec.ProtoScenarioResult.Builder, gauge.messages.Spec.ProtoScenarioResultOrBuilder> scenarioResultBuilder_; /** * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ public boolean hasScenarioResult() { return scenarioResultBuilder_ != null || scenarioResult_ != null; } /** * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ 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; onChanged(); } else { scenarioResultBuilder_.setMessage(value); } return this; } /** * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ public Builder setScenarioResult( gauge.messages.Spec.ProtoScenarioResult.Builder builderForValue) { if (scenarioResultBuilder_ == null) { scenarioResult_ = builderForValue.build(); onChanged(); } else { scenarioResultBuilder_.setMessage(builderForValue.build()); } return this; } /** * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ public Builder mergeScenarioResult(gauge.messages.Spec.ProtoScenarioResult value) { if (scenarioResultBuilder_ == null) { if (scenarioResult_ != null) { scenarioResult_ = gauge.messages.Spec.ProtoScenarioResult.newBuilder(scenarioResult_).mergeFrom(value).buildPartial(); } else { scenarioResult_ = value; } onChanged(); } else { scenarioResultBuilder_.mergeFrom(value); } return this; } /** * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ public Builder clearScenarioResult() { if (scenarioResultBuilder_ == null) { scenarioResult_ = null; onChanged(); } else { scenarioResult_ = null; scenarioResultBuilder_ = null; } return this; } /** * .gauge.messages.ProtoScenarioResult scenarioResult = 2; */ public gauge.messages.Spec.ProtoScenarioResult.Builder getScenarioResultBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Spec.ProtoScenarioResult, gauge.messages.Spec.ProtoScenarioResult.Builder, gauge.messages.Spec.ProtoScenarioResultOrBuilder> getScenarioResultFieldBuilder() { if (scenarioResultBuilder_ == null) { scenarioResultBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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; */ public int getStream() { return stream_; } /** * int32 stream = 3; */ public Builder setStream(int value) { stream_ = value; onChanged(); return this; } /** * int32 stream = 3; */ public Builder clearStream() { stream_ = 0; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new ScenarioExecutionEndingRequest(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ boolean hasCurrentExecutionInfo(); /** *
     */ Holds the current step execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ 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; */ boolean hasStepResult(); /** *
     */ Holds step result in step execution starting.
     * / Some fields will not be populated before execution.
     * 
* * .gauge.messages.ProtoStepResult stepResult = 2; */ 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; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.StepExecutionStartingRequest) StepExecutionStartingRequestOrBuilder { private static final long serialVersionUID = 0L; // Use StepExecutionStartingRequest.newBuilder() to construct. private StepExecutionStartingRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private StepExecutionStartingRequest() { stream_ = 0; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private StepExecutionStartingRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { gauge.messages.Messages.ExecutionInfo.Builder subBuilder = null; if (currentExecutionInfo_ != null) { subBuilder = currentExecutionInfo_.toBuilder(); } currentExecutionInfo_ = input.readMessage(gauge.messages.Messages.ExecutionInfo.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(currentExecutionInfo_); currentExecutionInfo_ = subBuilder.buildPartial(); } break; } case 18: { gauge.messages.Spec.ProtoStepResult.Builder subBuilder = null; if (stepResult_ != null) { subBuilder = stepResult_.toBuilder(); } stepResult_ = input.readMessage(gauge.messages.Spec.ProtoStepResult.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(stepResult_); stepResult_ = subBuilder.buildPartial(); } break; } case 24: { stream_ = input.readInt32(); break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StepExecutionStartingRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StepExecutionStartingRequest.class, gauge.messages.Messages.StepExecutionStartingRequest.Builder.class); } 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; */ public boolean hasCurrentExecutionInfo() { return currentExecutionInfo_ != null; } /** *
     */ Holds the current step execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ 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; */ public gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder() { return getCurrentExecutionInfo(); } 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; */ public boolean hasStepResult() { return stepResult_ != null; } /** *
     */ 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 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; */ public gauge.messages.Spec.ProtoStepResultOrBuilder getStepResultOrBuilder() { return getStepResult(); } public static final int STREAM_FIELD_NUMBER = 3; private int stream_; /** * int32 stream = 3; */ 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 (currentExecutionInfo_ != null) { output.writeMessage(1, getCurrentExecutionInfo()); } if (stepResult_ != null) { output.writeMessage(2, getStepResult()); } if (stream_ != 0) { output.writeInt32(3, stream_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (currentExecutionInfo_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getCurrentExecutionInfo()); } if (stepResult_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getStepResult()); } if (stream_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(3, stream_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.StepExecutionStartingRequest)) { return super.equals(obj); } gauge.messages.Messages.StepExecutionStartingRequest other = (gauge.messages.Messages.StepExecutionStartingRequest) obj; boolean result = true; result = result && (hasCurrentExecutionInfo() == other.hasCurrentExecutionInfo()); if (hasCurrentExecutionInfo()) { result = result && getCurrentExecutionInfo() .equals(other.getCurrentExecutionInfo()); } result = result && (hasStepResult() == other.hasStepResult()); if (hasStepResult()) { result = result && getStepResult() .equals(other.getStepResult()); } result = result && (getStream() == other.getStream()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepExecutionStartingRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepExecutionStartingRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); if (currentExecutionInfoBuilder_ == null) { currentExecutionInfo_ = null; } else { currentExecutionInfo_ = null; currentExecutionInfoBuilder_ = null; } if (stepResultBuilder_ == null) { stepResult_ = null; } else { stepResult_ = null; 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 (currentExecutionInfoBuilder_ == null) { result.currentExecutionInfo_ = currentExecutionInfo_; } else { result.currentExecutionInfo_ = currentExecutionInfoBuilder_.build(); } if (stepResultBuilder_ == null) { result.stepResult_ = stepResult_; } else { result.stepResult_ = stepResultBuilder_.build(); } result.stream_ = stream_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.StepExecutionStartingRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.StepExecutionStartingRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private gauge.messages.Messages.ExecutionInfo currentExecutionInfo_ = null; private com.google.protobuf.SingleFieldBuilderV3< 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; */ public boolean hasCurrentExecutionInfo() { return currentExecutionInfoBuilder_ != null || currentExecutionInfo_ != null; } /** *
       */ Holds the current step execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ 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; onChanged(); } else { currentExecutionInfoBuilder_.setMessage(value); } 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(); onChanged(); } else { currentExecutionInfoBuilder_.setMessage(builderForValue.build()); } 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 (currentExecutionInfo_ != null) { currentExecutionInfo_ = gauge.messages.Messages.ExecutionInfo.newBuilder(currentExecutionInfo_).mergeFrom(value).buildPartial(); } else { currentExecutionInfo_ = value; } onChanged(); } else { currentExecutionInfoBuilder_.mergeFrom(value); } return this; } /** *
       */ Holds the current step execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder clearCurrentExecutionInfo() { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfo_ = null; onChanged(); } else { currentExecutionInfo_ = null; currentExecutionInfoBuilder_ = null; } return this; } /** *
       */ Holds the current step execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public gauge.messages.Messages.ExecutionInfo.Builder getCurrentExecutionInfoBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder> getCurrentExecutionInfoFieldBuilder() { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< 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; */ public boolean hasStepResult() { return stepResultBuilder_ != null || stepResult_ != null; } /** *
       */ 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 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; onChanged(); } else { stepResultBuilder_.setMessage(value); } 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(); onChanged(); } else { stepResultBuilder_.setMessage(builderForValue.build()); } 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 (stepResult_ != null) { stepResult_ = gauge.messages.Spec.ProtoStepResult.newBuilder(stepResult_).mergeFrom(value).buildPartial(); } else { stepResult_ = value; } onChanged(); } else { stepResultBuilder_.mergeFrom(value); } 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() { if (stepResultBuilder_ == null) { stepResult_ = null; onChanged(); } else { stepResult_ = null; stepResultBuilder_ = null; } 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() { 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.SingleFieldBuilderV3< gauge.messages.Spec.ProtoStepResult, gauge.messages.Spec.ProtoStepResult.Builder, gauge.messages.Spec.ProtoStepResultOrBuilder> getStepResultFieldBuilder() { if (stepResultBuilder_ == null) { stepResultBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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; */ public int getStream() { return stream_; } /** * int32 stream = 3; */ public Builder setStream(int value) { stream_ = value; onChanged(); return this; } /** * int32 stream = 3; */ public Builder clearStream() { stream_ = 0; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new StepExecutionStartingRequest(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ boolean hasCurrentExecutionInfo(); /** *
     */ Holds the current step execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ 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; */ boolean hasStepResult(); /** *
     */ Holds step result in step execution ending.
     * 
* * .gauge.messages.ProtoStepResult stepResult = 2; */ 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; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.StepExecutionEndingRequest) StepExecutionEndingRequestOrBuilder { private static final long serialVersionUID = 0L; // Use StepExecutionEndingRequest.newBuilder() to construct. private StepExecutionEndingRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private StepExecutionEndingRequest() { stream_ = 0; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private StepExecutionEndingRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { gauge.messages.Messages.ExecutionInfo.Builder subBuilder = null; if (currentExecutionInfo_ != null) { subBuilder = currentExecutionInfo_.toBuilder(); } currentExecutionInfo_ = input.readMessage(gauge.messages.Messages.ExecutionInfo.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(currentExecutionInfo_); currentExecutionInfo_ = subBuilder.buildPartial(); } break; } case 18: { gauge.messages.Spec.ProtoStepResult.Builder subBuilder = null; if (stepResult_ != null) { subBuilder = stepResult_.toBuilder(); } stepResult_ = input.readMessage(gauge.messages.Spec.ProtoStepResult.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(stepResult_); stepResult_ = subBuilder.buildPartial(); } break; } case 24: { stream_ = input.readInt32(); break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StepExecutionEndingRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StepExecutionEndingRequest.class, gauge.messages.Messages.StepExecutionEndingRequest.Builder.class); } 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; */ public boolean hasCurrentExecutionInfo() { return currentExecutionInfo_ != null; } /** *
     */ Holds the current step execution info.
     * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ 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; */ public gauge.messages.Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder() { return getCurrentExecutionInfo(); } 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; */ public boolean hasStepResult() { return stepResult_ != null; } /** *
     */ Holds step result in step execution ending.
     * 
* * .gauge.messages.ProtoStepResult stepResult = 2; */ 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; */ public gauge.messages.Spec.ProtoStepResultOrBuilder getStepResultOrBuilder() { return getStepResult(); } public static final int STREAM_FIELD_NUMBER = 3; private int stream_; /** * int32 stream = 3; */ 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 (currentExecutionInfo_ != null) { output.writeMessage(1, getCurrentExecutionInfo()); } if (stepResult_ != null) { output.writeMessage(2, getStepResult()); } if (stream_ != 0) { output.writeInt32(3, stream_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (currentExecutionInfo_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getCurrentExecutionInfo()); } if (stepResult_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getStepResult()); } if (stream_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(3, stream_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.StepExecutionEndingRequest)) { return super.equals(obj); } gauge.messages.Messages.StepExecutionEndingRequest other = (gauge.messages.Messages.StepExecutionEndingRequest) obj; boolean result = true; result = result && (hasCurrentExecutionInfo() == other.hasCurrentExecutionInfo()); if (hasCurrentExecutionInfo()) { result = result && getCurrentExecutionInfo() .equals(other.getCurrentExecutionInfo()); } result = result && (hasStepResult() == other.hasStepResult()); if (hasStepResult()) { result = result && getStepResult() .equals(other.getStepResult()); } result = result && (getStream() == other.getStream()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepExecutionEndingRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepExecutionEndingRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); if (currentExecutionInfoBuilder_ == null) { currentExecutionInfo_ = null; } else { currentExecutionInfo_ = null; currentExecutionInfoBuilder_ = null; } if (stepResultBuilder_ == null) { stepResult_ = null; } else { stepResult_ = null; 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 (currentExecutionInfoBuilder_ == null) { result.currentExecutionInfo_ = currentExecutionInfo_; } else { result.currentExecutionInfo_ = currentExecutionInfoBuilder_.build(); } if (stepResultBuilder_ == null) { result.stepResult_ = stepResult_; } else { result.stepResult_ = stepResultBuilder_.build(); } result.stream_ = stream_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.StepExecutionEndingRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.StepExecutionEndingRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private gauge.messages.Messages.ExecutionInfo currentExecutionInfo_ = null; private com.google.protobuf.SingleFieldBuilderV3< 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; */ public boolean hasCurrentExecutionInfo() { return currentExecutionInfoBuilder_ != null || currentExecutionInfo_ != null; } /** *
       */ Holds the current step execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ 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; onChanged(); } else { currentExecutionInfoBuilder_.setMessage(value); } 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(); onChanged(); } else { currentExecutionInfoBuilder_.setMessage(builderForValue.build()); } 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 (currentExecutionInfo_ != null) { currentExecutionInfo_ = gauge.messages.Messages.ExecutionInfo.newBuilder(currentExecutionInfo_).mergeFrom(value).buildPartial(); } else { currentExecutionInfo_ = value; } onChanged(); } else { currentExecutionInfoBuilder_.mergeFrom(value); } return this; } /** *
       */ Holds the current step execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public Builder clearCurrentExecutionInfo() { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfo_ = null; onChanged(); } else { currentExecutionInfo_ = null; currentExecutionInfoBuilder_ = null; } return this; } /** *
       */ Holds the current step execution info.
       * 
* * .gauge.messages.ExecutionInfo currentExecutionInfo = 1; */ public gauge.messages.Messages.ExecutionInfo.Builder getCurrentExecutionInfoBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.ExecutionInfo, gauge.messages.Messages.ExecutionInfo.Builder, gauge.messages.Messages.ExecutionInfoOrBuilder> getCurrentExecutionInfoFieldBuilder() { if (currentExecutionInfoBuilder_ == null) { currentExecutionInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< 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; */ public boolean hasStepResult() { return stepResultBuilder_ != null || stepResult_ != null; } /** *
       */ Holds step result in step execution ending.
       * 
* * .gauge.messages.ProtoStepResult stepResult = 2; */ 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; onChanged(); } else { stepResultBuilder_.setMessage(value); } 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(); onChanged(); } else { stepResultBuilder_.setMessage(builderForValue.build()); } 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 (stepResult_ != null) { stepResult_ = gauge.messages.Spec.ProtoStepResult.newBuilder(stepResult_).mergeFrom(value).buildPartial(); } else { stepResult_ = value; } onChanged(); } else { stepResultBuilder_.mergeFrom(value); } return this; } /** *
       */ Holds step result in step execution ending.
       * 
* * .gauge.messages.ProtoStepResult stepResult = 2; */ public Builder clearStepResult() { if (stepResultBuilder_ == null) { stepResult_ = null; onChanged(); } else { stepResult_ = null; stepResultBuilder_ = null; } return this; } /** *
       */ Holds step result in step execution ending.
       * 
* * .gauge.messages.ProtoStepResult stepResult = 2; */ public gauge.messages.Spec.ProtoStepResult.Builder getStepResultBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Spec.ProtoStepResult, gauge.messages.Spec.ProtoStepResult.Builder, gauge.messages.Spec.ProtoStepResultOrBuilder> getStepResultFieldBuilder() { if (stepResultBuilder_ == null) { stepResultBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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; */ public int getStream() { return stream_; } /** * int32 stream = 3; */ public Builder setStream(int value) { stream_ = value; onChanged(); return this; } /** * int32 stream = 3; */ public Builder clearStream() { stream_ = 0; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new StepExecutionEndingRequest(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ java.lang.String getFlagName(); /** *
     */ Holds the flag name passed from command line.
     * 
* * string flagName = 1; */ com.google.protobuf.ByteString getFlagNameBytes(); /** *
     */ Holds the flag value passed from command line.
     * 
* * repeated string flagValue = 2; */ java.util.List getFlagValueList(); /** *
     */ Holds the flag value passed from command line.
     * 
* * repeated string flagValue = 2; */ int getFlagValueCount(); /** *
     */ Holds the flag value passed from command line.
     * 
* * repeated string flagValue = 2; */ java.lang.String getFlagValue(int index); /** *
     */ Holds the flag value passed from command line.
     * 
* * repeated string flagValue = 2; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.ExecutionArg) ExecutionArgOrBuilder { private static final long serialVersionUID = 0L; // Use ExecutionArg.newBuilder() to construct. private ExecutionArg(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ExecutionArg() { flagName_ = ""; flagValue_ = com.google.protobuf.LazyStringArrayList.EMPTY; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ExecutionArg( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { java.lang.String s = input.readStringRequireUtf8(); flagName_ = s; break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { flagValue_ = new com.google.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000002; } flagValue_.add(s); break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { flagValue_ = flagValue_.getUnmodifiableView(); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ExecutionArg_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ExecutionArg.class, gauge.messages.Messages.ExecutionArg.Builder.class); } private int bitField0_; public static final int FLAGNAME_FIELD_NUMBER = 1; private volatile java.lang.Object flagName_; /** *
     */ Holds the flag name passed from command line.
     * 
* * string flagName = 1; */ 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; */ 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; private com.google.protobuf.LazyStringList flagValue_; /** *
     */ Holds the flag value passed from command line.
     * 
* * repeated string flagValue = 2; */ public com.google.protobuf.ProtocolStringList getFlagValueList() { return flagValue_; } /** *
     */ Holds the flag value passed from command line.
     * 
* * repeated string flagValue = 2; */ public int getFlagValueCount() { return flagValue_.size(); } /** *
     */ Holds the flag value passed from command line.
     * 
* * repeated string flagValue = 2; */ public java.lang.String getFlagValue(int index) { return flagValue_.get(index); } /** *
     */ Holds the flag value passed from command line.
     * 
* * repeated string flagValue = 2; */ 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 (!getFlagNameBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, flagName_); } for (int i = 0; i < flagValue_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, flagValue_.getRaw(i)); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getFlagNameBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.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 += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ExecutionArg)) { return super.equals(obj); } gauge.messages.Messages.ExecutionArg other = (gauge.messages.Messages.ExecutionArg) obj; boolean result = true; result = result && getFlagName() .equals(other.getFlagName()); result = result && getFlagValueList() .equals(other.getFlagValueList()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ExecutionArg parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ExecutionArg parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); flagName_ = ""; flagValue_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); 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); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.flagName_ = flagName_; if (((bitField0_ & 0x00000002) == 0x00000002)) { flagValue_ = flagValue_.getUnmodifiableView(); bitField0_ = (bitField0_ & ~0x00000002); } result.flagValue_ = flagValue_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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_; onChanged(); } if (!other.flagValue_.isEmpty()) { if (flagValue_.isEmpty()) { flagValue_ = other.flagValue_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureFlagValueIsMutable(); flagValue_.addAll(other.flagValue_); } onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.ExecutionArg parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.ExecutionArg) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object flagName_ = ""; /** *
       */ Holds the flag name passed from command line.
       * 
* * string flagName = 1; */ 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; */ 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; */ public Builder setFlagName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } flagName_ = value; onChanged(); return this; } /** *
       */ Holds the flag name passed from command line.
       * 
* * string flagName = 1; */ public Builder clearFlagName() { flagName_ = getDefaultInstance().getFlagName(); onChanged(); return this; } /** *
       */ Holds the flag name passed from command line.
       * 
* * string flagName = 1; */ public Builder setFlagNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); flagName_ = value; onChanged(); return this; } private com.google.protobuf.LazyStringList flagValue_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureFlagValueIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { flagValue_ = new com.google.protobuf.LazyStringArrayList(flagValue_); bitField0_ |= 0x00000002; } } /** *
       */ Holds the flag value passed from command line.
       * 
* * repeated string flagValue = 2; */ public com.google.protobuf.ProtocolStringList getFlagValueList() { return flagValue_.getUnmodifiableView(); } /** *
       */ Holds the flag value passed from command line.
       * 
* * repeated string flagValue = 2; */ public int getFlagValueCount() { return flagValue_.size(); } /** *
       */ Holds the flag value passed from command line.
       * 
* * repeated string flagValue = 2; */ public java.lang.String getFlagValue(int index) { return flagValue_.get(index); } /** *
       */ Holds the flag value passed from command line.
       * 
* * repeated string flagValue = 2; */ public com.google.protobuf.ByteString getFlagValueBytes(int index) { return flagValue_.getByteString(index); } /** *
       */ Holds the flag value passed from command line.
       * 
* * repeated string flagValue = 2; */ public Builder setFlagValue( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureFlagValueIsMutable(); flagValue_.set(index, value); onChanged(); return this; } /** *
       */ Holds the flag value passed from command line.
       * 
* * repeated string flagValue = 2; */ public Builder addFlagValue( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureFlagValueIsMutable(); flagValue_.add(value); onChanged(); return this; } /** *
       */ Holds the flag value passed from command line.
       * 
* * repeated string flagValue = 2; */ public Builder addAllFlagValue( java.lang.Iterable values) { ensureFlagValueIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, flagValue_); onChanged(); return this; } /** *
       */ Holds the flag value passed from command line.
       * 
* * repeated string flagValue = 2; */ public Builder clearFlagValue() { flagValue_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** *
       */ Holds the flag value passed from command line.
       * 
* * repeated string flagValue = 2; */ public Builder addFlagValueBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureFlagValueIsMutable(); flagValue_.add(value); onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new ExecutionArg(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ boolean hasCurrentSpec(); /** *
     */ Holds the information of the current Spec. Valid in context of Spec execution.
     * 
* * .gauge.messages.SpecInfo currentSpec = 1; */ 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; */ boolean hasCurrentScenario(); /** *
     */ Holds the information of the current Scenario. Valid in context of Scenario execution.
     * 
* * .gauge.messages.ScenarioInfo currentScenario = 2; */ 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; */ boolean hasCurrentStep(); /** *
     */ Holds the information of the current Step. Valid in context of Step execution.
     * 
* * .gauge.messages.StepInfo currentStep = 3; */ 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; */ java.lang.String getStacktrace(); /** *
     */ Stacktrace of the execution. Valid only if there is an error in execution.
     * 
* * string stacktrace = 4; */ com.google.protobuf.ByteString getStacktraceBytes(); /** *
     */ Holds the project name
     * 
* * string projectName = 5; */ java.lang.String getProjectName(); /** *
     */ Holds the project name
     * 
* * string projectName = 5; */ 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; */ int getNumberOfExecutionStreams(); /** *
     */ Holds the runner id for parallel execution.
     * 
* * int32 runnerId = 8; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.ExecutionInfo) ExecutionInfoOrBuilder { private static final long serialVersionUID = 0L; // Use ExecutionInfo.newBuilder() to construct. private ExecutionInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ExecutionInfo() { stacktrace_ = ""; projectName_ = ""; executionArgs_ = java.util.Collections.emptyList(); numberOfExecutionStreams_ = 0; runnerId_ = 0; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ExecutionInfo( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { gauge.messages.Messages.SpecInfo.Builder subBuilder = null; if (currentSpec_ != null) { subBuilder = currentSpec_.toBuilder(); } currentSpec_ = input.readMessage(gauge.messages.Messages.SpecInfo.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(currentSpec_); currentSpec_ = subBuilder.buildPartial(); } break; } case 18: { gauge.messages.Messages.ScenarioInfo.Builder subBuilder = null; if (currentScenario_ != null) { subBuilder = currentScenario_.toBuilder(); } currentScenario_ = input.readMessage(gauge.messages.Messages.ScenarioInfo.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(currentScenario_); currentScenario_ = subBuilder.buildPartial(); } break; } case 26: { gauge.messages.Messages.StepInfo.Builder subBuilder = null; if (currentStep_ != null) { subBuilder = currentStep_.toBuilder(); } currentStep_ = input.readMessage(gauge.messages.Messages.StepInfo.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(currentStep_); currentStep_ = subBuilder.buildPartial(); } break; } case 34: { java.lang.String s = input.readStringRequireUtf8(); stacktrace_ = s; break; } case 42: { java.lang.String s = input.readStringRequireUtf8(); projectName_ = s; break; } case 50: { if (!((mutable_bitField0_ & 0x00000020) == 0x00000020)) { executionArgs_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000020; } executionArgs_.add( input.readMessage(gauge.messages.Messages.ExecutionArg.parser(), extensionRegistry)); break; } case 56: { numberOfExecutionStreams_ = input.readInt32(); break; } case 64: { runnerId_ = input.readInt32(); break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000020) == 0x00000020)) { executionArgs_ = java.util.Collections.unmodifiableList(executionArgs_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.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; */ public boolean hasCurrentSpec() { return currentSpec_ != null; } /** *
     */ Holds the information of the current Spec. Valid in context of Spec execution.
     * 
* * .gauge.messages.SpecInfo currentSpec = 1; */ 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; */ public gauge.messages.Messages.SpecInfoOrBuilder getCurrentSpecOrBuilder() { return getCurrentSpec(); } 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; */ public boolean hasCurrentScenario() { return currentScenario_ != null; } /** *
     */ Holds the information of the current Scenario. Valid in context of Scenario execution.
     * 
* * .gauge.messages.ScenarioInfo currentScenario = 2; */ 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; */ public gauge.messages.Messages.ScenarioInfoOrBuilder getCurrentScenarioOrBuilder() { return getCurrentScenario(); } 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; */ public boolean hasCurrentStep() { return currentStep_ != null; } /** *
     */ Holds the information of the current Step. Valid in context of Step execution.
     * 
* * .gauge.messages.StepInfo currentStep = 3; */ 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; */ public gauge.messages.Messages.StepInfoOrBuilder getCurrentStepOrBuilder() { return getCurrentStep(); } public static final int STACKTRACE_FIELD_NUMBER = 4; private volatile java.lang.Object stacktrace_; /** *
     */ Stacktrace of the execution. Valid only if there is an error in execution.
     * 
* * string stacktrace = 4; */ 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; */ 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; private volatile java.lang.Object projectName_; /** *
     */ Holds the project name
     * 
* * string projectName = 5; */ 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; */ 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; private java.util.List executionArgs_; /** *
     */ Holds the command line arguments.
     * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ public java.util.List getExecutionArgsList() { return executionArgs_; } /** *
     */ Holds the command line arguments.
     * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ public java.util.List getExecutionArgsOrBuilderList() { return executionArgs_; } /** *
     */ Holds the command line arguments.
     * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ public int getExecutionArgsCount() { return executionArgs_.size(); } /** *
     */ Holds the command line arguments.
     * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ public gauge.messages.Messages.ExecutionArg getExecutionArgs(int index) { return executionArgs_.get(index); } /** *
     */ Holds the command line arguments.
     * 
* * repeated .gauge.messages.ExecutionArg ExecutionArgs = 6; */ public gauge.messages.Messages.ExecutionArgOrBuilder getExecutionArgsOrBuilder( int index) { return executionArgs_.get(index); } public static final int NUMBEROFEXECUTIONSTREAMS_FIELD_NUMBER = 7; private int numberOfExecutionStreams_; /** *
     */ Holds the number of running execution streams.
     * 
* * int32 numberOfExecutionStreams = 7; */ public int getNumberOfExecutionStreams() { return numberOfExecutionStreams_; } public static final int RUNNERID_FIELD_NUMBER = 8; private int runnerId_; /** *
     */ Holds the runner id for parallel execution.
     * 
* * int32 runnerId = 8; */ 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 (currentSpec_ != null) { output.writeMessage(1, getCurrentSpec()); } if (currentScenario_ != null) { output.writeMessage(2, getCurrentScenario()); } if (currentStep_ != null) { output.writeMessage(3, getCurrentStep()); } if (!getStacktraceBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, stacktrace_); } if (!getProjectNameBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.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_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (currentSpec_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getCurrentSpec()); } if (currentScenario_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getCurrentScenario()); } if (currentStep_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, getCurrentStep()); } if (!getStacktraceBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, stacktrace_); } if (!getProjectNameBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.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 += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ExecutionInfo)) { return super.equals(obj); } gauge.messages.Messages.ExecutionInfo other = (gauge.messages.Messages.ExecutionInfo) obj; boolean result = true; result = result && (hasCurrentSpec() == other.hasCurrentSpec()); if (hasCurrentSpec()) { result = result && getCurrentSpec() .equals(other.getCurrentSpec()); } result = result && (hasCurrentScenario() == other.hasCurrentScenario()); if (hasCurrentScenario()) { result = result && getCurrentScenario() .equals(other.getCurrentScenario()); } result = result && (hasCurrentStep() == other.hasCurrentStep()); if (hasCurrentStep()) { result = result && getCurrentStep() .equals(other.getCurrentStep()); } result = result && getStacktrace() .equals(other.getStacktrace()); result = result && getProjectName() .equals(other.getProjectName()); result = result && getExecutionArgsList() .equals(other.getExecutionArgsList()); result = result && (getNumberOfExecutionStreams() == other.getNumberOfExecutionStreams()); result = result && (getRunnerId() == other.getRunnerId()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ExecutionInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ExecutionInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getExecutionArgsFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); if (currentSpecBuilder_ == null) { currentSpec_ = null; } else { currentSpec_ = null; currentSpecBuilder_ = null; } if (currentScenarioBuilder_ == null) { currentScenario_ = null; } else { currentScenario_ = null; currentScenarioBuilder_ = null; } if (currentStepBuilder_ == null) { currentStep_ = null; } else { currentStep_ = null; currentStepBuilder_ = null; } stacktrace_ = ""; projectName_ = ""; if (executionArgsBuilder_ == null) { executionArgs_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000020); } else { executionArgsBuilder_.clear(); } 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); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (currentSpecBuilder_ == null) { result.currentSpec_ = currentSpec_; } else { result.currentSpec_ = currentSpecBuilder_.build(); } if (currentScenarioBuilder_ == null) { result.currentScenario_ = currentScenario_; } else { result.currentScenario_ = currentScenarioBuilder_.build(); } if (currentStepBuilder_ == null) { result.currentStep_ = currentStep_; } else { result.currentStep_ = currentStepBuilder_.build(); } result.stacktrace_ = stacktrace_; result.projectName_ = projectName_; if (executionArgsBuilder_ == null) { if (((bitField0_ & 0x00000020) == 0x00000020)) { executionArgs_ = java.util.Collections.unmodifiableList(executionArgs_); bitField0_ = (bitField0_ & ~0x00000020); } result.executionArgs_ = executionArgs_; } else { result.executionArgs_ = executionArgsBuilder_.build(); } result.numberOfExecutionStreams_ = numberOfExecutionStreams_; result.runnerId_ = runnerId_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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_; onChanged(); } if (!other.getProjectName().isEmpty()) { projectName_ = other.projectName_; 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.GeneratedMessageV3.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.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.ExecutionInfo parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.ExecutionInfo) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private gauge.messages.Messages.SpecInfo currentSpec_ = null; private com.google.protobuf.SingleFieldBuilderV3< 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; */ public boolean hasCurrentSpec() { return currentSpecBuilder_ != null || currentSpec_ != null; } /** *
       */ Holds the information of the current Spec. Valid in context of Spec execution.
       * 
* * .gauge.messages.SpecInfo currentSpec = 1; */ 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; onChanged(); } else { currentSpecBuilder_.setMessage(value); } 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(); onChanged(); } else { currentSpecBuilder_.setMessage(builderForValue.build()); } 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 (currentSpec_ != null) { currentSpec_ = gauge.messages.Messages.SpecInfo.newBuilder(currentSpec_).mergeFrom(value).buildPartial(); } else { currentSpec_ = value; } onChanged(); } else { currentSpecBuilder_.mergeFrom(value); } return this; } /** *
       */ Holds the information of the current Spec. Valid in context of Spec execution.
       * 
* * .gauge.messages.SpecInfo currentSpec = 1; */ public Builder clearCurrentSpec() { if (currentSpecBuilder_ == null) { currentSpec_ = null; onChanged(); } else { currentSpec_ = null; currentSpecBuilder_ = null; } 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() { 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.SingleFieldBuilderV3< gauge.messages.Messages.SpecInfo, gauge.messages.Messages.SpecInfo.Builder, gauge.messages.Messages.SpecInfoOrBuilder> getCurrentSpecFieldBuilder() { if (currentSpecBuilder_ == null) { currentSpecBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< 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; */ public boolean hasCurrentScenario() { return currentScenarioBuilder_ != null || currentScenario_ != null; } /** *
       */ Holds the information of the current Scenario. Valid in context of Scenario execution.
       * 
* * .gauge.messages.ScenarioInfo currentScenario = 2; */ 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; onChanged(); } else { currentScenarioBuilder_.setMessage(value); } 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(); onChanged(); } else { currentScenarioBuilder_.setMessage(builderForValue.build()); } 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 (currentScenario_ != null) { currentScenario_ = gauge.messages.Messages.ScenarioInfo.newBuilder(currentScenario_).mergeFrom(value).buildPartial(); } else { currentScenario_ = value; } onChanged(); } else { currentScenarioBuilder_.mergeFrom(value); } return this; } /** *
       */ Holds the information of the current Scenario. Valid in context of Scenario execution.
       * 
* * .gauge.messages.ScenarioInfo currentScenario = 2; */ public Builder clearCurrentScenario() { if (currentScenarioBuilder_ == null) { currentScenario_ = null; onChanged(); } else { currentScenario_ = null; currentScenarioBuilder_ = null; } 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() { 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.SingleFieldBuilderV3< gauge.messages.Messages.ScenarioInfo, gauge.messages.Messages.ScenarioInfo.Builder, gauge.messages.Messages.ScenarioInfoOrBuilder> getCurrentScenarioFieldBuilder() { if (currentScenarioBuilder_ == null) { currentScenarioBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< 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; */ public boolean hasCurrentStep() { return currentStepBuilder_ != null || currentStep_ != null; } /** *
       */ Holds the information of the current Step. Valid in context of Step execution.
       * 
* * .gauge.messages.StepInfo currentStep = 3; */ 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; onChanged(); } else { currentStepBuilder_.setMessage(value); } 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(); onChanged(); } else { currentStepBuilder_.setMessage(builderForValue.build()); } 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 (currentStep_ != null) { currentStep_ = gauge.messages.Messages.StepInfo.newBuilder(currentStep_).mergeFrom(value).buildPartial(); } else { currentStep_ = value; } onChanged(); } else { currentStepBuilder_.mergeFrom(value); } return this; } /** *
       */ Holds the information of the current Step. Valid in context of Step execution.
       * 
* * .gauge.messages.StepInfo currentStep = 3; */ public Builder clearCurrentStep() { if (currentStepBuilder_ == null) { currentStep_ = null; onChanged(); } else { currentStep_ = null; currentStepBuilder_ = null; } 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() { 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.SingleFieldBuilderV3< gauge.messages.Messages.StepInfo, gauge.messages.Messages.StepInfo.Builder, gauge.messages.Messages.StepInfoOrBuilder> getCurrentStepFieldBuilder() { if (currentStepBuilder_ == null) { currentStepBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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; */ 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; */ 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; */ public Builder setStacktrace( java.lang.String value) { if (value == null) { throw new NullPointerException(); } stacktrace_ = value; onChanged(); return this; } /** *
       */ Stacktrace of the execution. Valid only if there is an error in execution.
       * 
* * string stacktrace = 4; */ public Builder clearStacktrace() { stacktrace_ = getDefaultInstance().getStacktrace(); onChanged(); return this; } /** *
       */ Stacktrace of the execution. Valid only if there is an error in execution.
       * 
* * string stacktrace = 4; */ public Builder setStacktraceBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); stacktrace_ = value; onChanged(); return this; } private java.lang.Object projectName_ = ""; /** *
       */ Holds the project name
       * 
* * string projectName = 5; */ 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; */ 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; */ public Builder setProjectName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } projectName_ = value; onChanged(); return this; } /** *
       */ Holds the project name
       * 
* * string projectName = 5; */ public Builder clearProjectName() { projectName_ = getDefaultInstance().getProjectName(); onChanged(); return this; } /** *
       */ Holds the project name
       * 
* * string projectName = 5; */ public Builder setProjectNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); projectName_ = value; onChanged(); return this; } private java.util.List executionArgs_ = java.util.Collections.emptyList(); private void ensureExecutionArgsIsMutable() { if (!((bitField0_ & 0x00000020) == 0x00000020)) { executionArgs_ = new java.util.ArrayList(executionArgs_); bitField0_ |= 0x00000020; } } private com.google.protobuf.RepeatedFieldBuilderV3< 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.RepeatedFieldBuilderV3< gauge.messages.Messages.ExecutionArg, gauge.messages.Messages.ExecutionArg.Builder, gauge.messages.Messages.ExecutionArgOrBuilder> getExecutionArgsFieldBuilder() { if (executionArgsBuilder_ == null) { executionArgsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< gauge.messages.Messages.ExecutionArg, gauge.messages.Messages.ExecutionArg.Builder, gauge.messages.Messages.ExecutionArgOrBuilder>( executionArgs_, ((bitField0_ & 0x00000020) == 0x00000020), getParentForChildren(), isClean()); executionArgs_ = null; } return executionArgsBuilder_; } private int numberOfExecutionStreams_ ; /** *
       */ Holds the number of running execution streams.
       * 
* * int32 numberOfExecutionStreams = 7; */ public int getNumberOfExecutionStreams() { return numberOfExecutionStreams_; } /** *
       */ Holds the number of running execution streams.
       * 
* * int32 numberOfExecutionStreams = 7; */ public Builder setNumberOfExecutionStreams(int value) { numberOfExecutionStreams_ = value; onChanged(); return this; } /** *
       */ Holds the number of running execution streams.
       * 
* * int32 numberOfExecutionStreams = 7; */ public Builder clearNumberOfExecutionStreams() { numberOfExecutionStreams_ = 0; onChanged(); return this; } private int runnerId_ ; /** *
       */ Holds the runner id for parallel execution.
       * 
* * int32 runnerId = 8; */ public int getRunnerId() { return runnerId_; } /** *
       */ Holds the runner id for parallel execution.
       * 
* * int32 runnerId = 8; */ public Builder setRunnerId(int value) { runnerId_ = value; onChanged(); return this; } /** *
       */ Holds the runner id for parallel execution.
       * 
* * int32 runnerId = 8; */ public Builder clearRunnerId() { runnerId_ = 0; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new ExecutionInfo(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ java.lang.String getName(); /** *
     */ Name of the current Spec being executed.
     * 
* * string name = 1; */ com.google.protobuf.ByteString getNameBytes(); /** *
     */ Full File path containing the current Spec being executed.
     * 
* * string fileName = 2; */ java.lang.String getFileName(); /** *
     */ Full File path containing the current Spec being executed.
     * 
* * string fileName = 2; */ com.google.protobuf.ByteString getFileNameBytes(); /** *
     */ Flag to indicate if the current Spec execution failed.
     * 
* * bool isFailed = 3; */ boolean getIsFailed(); /** *
     */ Tags relevant to the current Spec execution.
     * 
* * repeated string tags = 4; */ java.util.List getTagsList(); /** *
     */ Tags relevant to the current Spec execution.
     * 
* * repeated string tags = 4; */ int getTagsCount(); /** *
     */ Tags relevant to the current Spec execution.
     * 
* * repeated string tags = 4; */ java.lang.String getTags(int index); /** *
     */ Tags relevant to the current Spec execution.
     * 
* * repeated string tags = 4; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.SpecInfo) SpecInfoOrBuilder { private static final long serialVersionUID = 0L; // Use SpecInfo.newBuilder() to construct. private SpecInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private SpecInfo() { name_ = ""; fileName_ = ""; isFailed_ = false; tags_ = com.google.protobuf.LazyStringArrayList.EMPTY; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private SpecInfo( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { java.lang.String s = input.readStringRequireUtf8(); name_ = s; break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); fileName_ = s; break; } case 24: { isFailed_ = input.readBool(); break; } case 34: { java.lang.String s = input.readStringRequireUtf8(); if (!((mutable_bitField0_ & 0x00000008) == 0x00000008)) { tags_ = new com.google.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000008; } tags_.add(s); break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000008) == 0x00000008)) { tags_ = tags_.getUnmodifiableView(); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_SpecInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.SpecInfo.class, gauge.messages.Messages.SpecInfo.Builder.class); } private int bitField0_; public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** *
     */ Name of the current Spec being executed.
     * 
* * string name = 1; */ 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; */ 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; private volatile java.lang.Object fileName_; /** *
     */ Full File path containing the current Spec being executed.
     * 
* * string fileName = 2; */ 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; */ 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_; /** *
     */ Flag to indicate if the current Spec execution failed.
     * 
* * bool isFailed = 3; */ public boolean getIsFailed() { return isFailed_; } public static final int TAGS_FIELD_NUMBER = 4; private com.google.protobuf.LazyStringList tags_; /** *
     */ Tags relevant to the current Spec execution.
     * 
* * repeated string tags = 4; */ public com.google.protobuf.ProtocolStringList getTagsList() { return tags_; } /** *
     */ Tags relevant to the current Spec execution.
     * 
* * repeated string tags = 4; */ public int getTagsCount() { return tags_.size(); } /** *
     */ Tags relevant to the current Spec execution.
     * 
* * repeated string tags = 4; */ public java.lang.String getTags(int index) { return tags_.get(index); } /** *
     */ Tags relevant to the current Spec execution.
     * 
* * repeated string tags = 4; */ 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 (!getNameBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } if (!getFileNameBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, fileName_); } if (isFailed_ != false) { output.writeBool(3, isFailed_); } for (int i = 0; i < tags_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, tags_.getRaw(i)); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getNameBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } if (!getFileNameBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.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 += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.SpecInfo)) { return super.equals(obj); } gauge.messages.Messages.SpecInfo other = (gauge.messages.Messages.SpecInfo) obj; boolean result = true; result = result && getName() .equals(other.getName()); result = result && getFileName() .equals(other.getFileName()); result = result && (getIsFailed() == other.getIsFailed()); result = result && getTagsList() .equals(other.getTagsList()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SpecInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SpecInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); name_ = ""; fileName_ = ""; isFailed_ = false; tags_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000008); 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); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.name_ = name_; result.fileName_ = fileName_; result.isFailed_ = isFailed_; if (((bitField0_ & 0x00000008) == 0x00000008)) { tags_ = tags_.getUnmodifiableView(); bitField0_ = (bitField0_ & ~0x00000008); } result.tags_ = tags_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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_; onChanged(); } if (!other.getFileName().isEmpty()) { fileName_ = other.fileName_; onChanged(); } if (other.getIsFailed() != false) { setIsFailed(other.getIsFailed()); } if (!other.tags_.isEmpty()) { if (tags_.isEmpty()) { tags_ = other.tags_; bitField0_ = (bitField0_ & ~0x00000008); } else { ensureTagsIsMutable(); tags_.addAll(other.tags_); } onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.SpecInfo parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.SpecInfo) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object name_ = ""; /** *
       */ Name of the current Spec being executed.
       * 
* * string name = 1; */ 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; */ 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; */ public Builder setName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } name_ = value; onChanged(); return this; } /** *
       */ Name of the current Spec being executed.
       * 
* * string name = 1; */ public Builder clearName() { name_ = getDefaultInstance().getName(); onChanged(); return this; } /** *
       */ Name of the current Spec being executed.
       * 
* * string name = 1; */ public Builder setNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; onChanged(); return this; } private java.lang.Object fileName_ = ""; /** *
       */ Full File path containing the current Spec being executed.
       * 
* * string fileName = 2; */ 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; */ 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; */ public Builder setFileName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } fileName_ = value; onChanged(); return this; } /** *
       */ Full File path containing the current Spec being executed.
       * 
* * string fileName = 2; */ public Builder clearFileName() { fileName_ = getDefaultInstance().getFileName(); onChanged(); return this; } /** *
       */ Full File path containing the current Spec being executed.
       * 
* * string fileName = 2; */ public Builder setFileNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); fileName_ = value; onChanged(); return this; } private boolean isFailed_ ; /** *
       */ Flag to indicate if the current Spec execution failed.
       * 
* * bool isFailed = 3; */ public boolean getIsFailed() { return isFailed_; } /** *
       */ Flag to indicate if the current Spec execution failed.
       * 
* * bool isFailed = 3; */ public Builder setIsFailed(boolean value) { isFailed_ = value; onChanged(); return this; } /** *
       */ Flag to indicate if the current Spec execution failed.
       * 
* * bool isFailed = 3; */ public Builder clearIsFailed() { isFailed_ = false; onChanged(); return this; } private com.google.protobuf.LazyStringList tags_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureTagsIsMutable() { if (!((bitField0_ & 0x00000008) == 0x00000008)) { tags_ = new com.google.protobuf.LazyStringArrayList(tags_); bitField0_ |= 0x00000008; } } /** *
       */ Tags relevant to the current Spec execution.
       * 
* * repeated string tags = 4; */ public com.google.protobuf.ProtocolStringList getTagsList() { return tags_.getUnmodifiableView(); } /** *
       */ Tags relevant to the current Spec execution.
       * 
* * repeated string tags = 4; */ public int getTagsCount() { return tags_.size(); } /** *
       */ Tags relevant to the current Spec execution.
       * 
* * repeated string tags = 4; */ public java.lang.String getTags(int index) { return tags_.get(index); } /** *
       */ Tags relevant to the current Spec execution.
       * 
* * repeated string tags = 4; */ public com.google.protobuf.ByteString getTagsBytes(int index) { return tags_.getByteString(index); } /** *
       */ Tags relevant to the current Spec execution.
       * 
* * repeated string tags = 4; */ public Builder setTags( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureTagsIsMutable(); tags_.set(index, value); onChanged(); return this; } /** *
       */ Tags relevant to the current Spec execution.
       * 
* * repeated string tags = 4; */ public Builder addTags( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureTagsIsMutable(); tags_.add(value); onChanged(); return this; } /** *
       */ Tags relevant to the current Spec execution.
       * 
* * repeated string tags = 4; */ public Builder addAllTags( java.lang.Iterable values) { ensureTagsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, tags_); onChanged(); return this; } /** *
       */ Tags relevant to the current Spec execution.
       * 
* * repeated string tags = 4; */ public Builder clearTags() { tags_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000008); onChanged(); return this; } /** *
       */ Tags relevant to the current Spec execution.
       * 
* * repeated string tags = 4; */ public Builder addTagsBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureTagsIsMutable(); tags_.add(value); onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new SpecInfo(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ java.lang.String getName(); /** *
     */ Name of the current Scenario being executed.
     * 
* * string name = 1; */ com.google.protobuf.ByteString getNameBytes(); /** *
     */ Flag to indicate if the current Scenario execution failed.
     * 
* * bool isFailed = 2; */ boolean getIsFailed(); /** *
     */ Tags relevant to the current Scenario execution.
     * 
* * repeated string tags = 3; */ java.util.List getTagsList(); /** *
     */ Tags relevant to the current Scenario execution.
     * 
* * repeated string tags = 3; */ int getTagsCount(); /** *
     */ Tags relevant to the current Scenario execution.
     * 
* * repeated string tags = 3; */ java.lang.String getTags(int index); /** *
     */ Tags relevant to the current Scenario execution.
     * 
* * repeated string tags = 3; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.ScenarioInfo) ScenarioInfoOrBuilder { private static final long serialVersionUID = 0L; // Use ScenarioInfo.newBuilder() to construct. private ScenarioInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ScenarioInfo() { name_ = ""; isFailed_ = false; tags_ = com.google.protobuf.LazyStringArrayList.EMPTY; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ScenarioInfo( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { java.lang.String s = input.readStringRequireUtf8(); name_ = s; break; } case 16: { isFailed_ = input.readBool(); break; } case 26: { java.lang.String s = input.readStringRequireUtf8(); if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) { tags_ = new com.google.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000004; } tags_.add(s); break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) { tags_ = tags_.getUnmodifiableView(); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ScenarioInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ScenarioInfo.class, gauge.messages.Messages.ScenarioInfo.Builder.class); } private int bitField0_; public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** *
     */ Name of the current Scenario being executed.
     * 
* * string name = 1; */ 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; */ 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_; /** *
     */ Flag to indicate if the current Scenario execution failed.
     * 
* * bool isFailed = 2; */ public boolean getIsFailed() { return isFailed_; } public static final int TAGS_FIELD_NUMBER = 3; private com.google.protobuf.LazyStringList tags_; /** *
     */ Tags relevant to the current Scenario execution.
     * 
* * repeated string tags = 3; */ public com.google.protobuf.ProtocolStringList getTagsList() { return tags_; } /** *
     */ Tags relevant to the current Scenario execution.
     * 
* * repeated string tags = 3; */ public int getTagsCount() { return tags_.size(); } /** *
     */ Tags relevant to the current Scenario execution.
     * 
* * repeated string tags = 3; */ public java.lang.String getTags(int index) { return tags_.get(index); } /** *
     */ Tags relevant to the current Scenario execution.
     * 
* * repeated string tags = 3; */ 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 (!getNameBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } if (isFailed_ != false) { output.writeBool(2, isFailed_); } for (int i = 0; i < tags_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, tags_.getRaw(i)); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getNameBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.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 += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ScenarioInfo)) { return super.equals(obj); } gauge.messages.Messages.ScenarioInfo other = (gauge.messages.Messages.ScenarioInfo) obj; boolean result = true; result = result && getName() .equals(other.getName()); result = result && (getIsFailed() == other.getIsFailed()); result = result && getTagsList() .equals(other.getTagsList()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ScenarioInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ScenarioInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); name_ = ""; isFailed_ = false; tags_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000004); 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); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.name_ = name_; result.isFailed_ = isFailed_; if (((bitField0_ & 0x00000004) == 0x00000004)) { tags_ = tags_.getUnmodifiableView(); bitField0_ = (bitField0_ & ~0x00000004); } result.tags_ = tags_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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_; onChanged(); } if (other.getIsFailed() != false) { setIsFailed(other.getIsFailed()); } if (!other.tags_.isEmpty()) { if (tags_.isEmpty()) { tags_ = other.tags_; bitField0_ = (bitField0_ & ~0x00000004); } else { ensureTagsIsMutable(); tags_.addAll(other.tags_); } onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.ScenarioInfo parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.ScenarioInfo) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object name_ = ""; /** *
       */ Name of the current Scenario being executed.
       * 
* * string name = 1; */ 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; */ 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; */ public Builder setName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } name_ = value; onChanged(); return this; } /** *
       */ Name of the current Scenario being executed.
       * 
* * string name = 1; */ public Builder clearName() { name_ = getDefaultInstance().getName(); onChanged(); return this; } /** *
       */ Name of the current Scenario being executed.
       * 
* * string name = 1; */ public Builder setNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; onChanged(); return this; } private boolean isFailed_ ; /** *
       */ Flag to indicate if the current Scenario execution failed.
       * 
* * bool isFailed = 2; */ public boolean getIsFailed() { return isFailed_; } /** *
       */ Flag to indicate if the current Scenario execution failed.
       * 
* * bool isFailed = 2; */ public Builder setIsFailed(boolean value) { isFailed_ = value; onChanged(); return this; } /** *
       */ Flag to indicate if the current Scenario execution failed.
       * 
* * bool isFailed = 2; */ public Builder clearIsFailed() { isFailed_ = false; onChanged(); return this; } private com.google.protobuf.LazyStringList tags_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureTagsIsMutable() { if (!((bitField0_ & 0x00000004) == 0x00000004)) { tags_ = new com.google.protobuf.LazyStringArrayList(tags_); bitField0_ |= 0x00000004; } } /** *
       */ Tags relevant to the current Scenario execution.
       * 
* * repeated string tags = 3; */ public com.google.protobuf.ProtocolStringList getTagsList() { return tags_.getUnmodifiableView(); } /** *
       */ Tags relevant to the current Scenario execution.
       * 
* * repeated string tags = 3; */ public int getTagsCount() { return tags_.size(); } /** *
       */ Tags relevant to the current Scenario execution.
       * 
* * repeated string tags = 3; */ public java.lang.String getTags(int index) { return tags_.get(index); } /** *
       */ Tags relevant to the current Scenario execution.
       * 
* * repeated string tags = 3; */ public com.google.protobuf.ByteString getTagsBytes(int index) { return tags_.getByteString(index); } /** *
       */ Tags relevant to the current Scenario execution.
       * 
* * repeated string tags = 3; */ public Builder setTags( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureTagsIsMutable(); tags_.set(index, value); onChanged(); return this; } /** *
       */ Tags relevant to the current Scenario execution.
       * 
* * repeated string tags = 3; */ public Builder addTags( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureTagsIsMutable(); tags_.add(value); onChanged(); return this; } /** *
       */ Tags relevant to the current Scenario execution.
       * 
* * repeated string tags = 3; */ public Builder addAllTags( java.lang.Iterable values) { ensureTagsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, tags_); onChanged(); return this; } /** *
       */ Tags relevant to the current Scenario execution.
       * 
* * repeated string tags = 3; */ public Builder clearTags() { tags_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } /** *
       */ Tags relevant to the current Scenario execution.
       * 
* * repeated string tags = 3; */ public Builder addTagsBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureTagsIsMutable(); tags_.add(value); onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new ScenarioInfo(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ boolean hasStep(); /** *
     */ The current request to execute Step
     * 
* * .gauge.messages.ExecuteStepRequest step = 1; */ 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; */ boolean getIsFailed(); /** *
     */ The current stack trace in case of failure
     * 
* * string stackTrace = 3; */ java.lang.String getStackTrace(); /** *
     */ The current stack trace in case of failure
     * 
* * string stackTrace = 3; */ com.google.protobuf.ByteString getStackTraceBytes(); /** *
     */ The error message in case of failure
     * 
* * string errorMessage = 4; */ java.lang.String getErrorMessage(); /** *
     */ The error message in case of failure
     * 
* * string errorMessage = 4; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.StepInfo) StepInfoOrBuilder { private static final long serialVersionUID = 0L; // Use StepInfo.newBuilder() to construct. private StepInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private StepInfo() { isFailed_ = false; stackTrace_ = ""; errorMessage_ = ""; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private StepInfo( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { gauge.messages.Messages.ExecuteStepRequest.Builder subBuilder = null; if (step_ != null) { subBuilder = step_.toBuilder(); } step_ = input.readMessage(gauge.messages.Messages.ExecuteStepRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(step_); step_ = subBuilder.buildPartial(); } break; } case 16: { isFailed_ = input.readBool(); break; } case 26: { java.lang.String s = input.readStringRequireUtf8(); stackTrace_ = s; break; } case 34: { java.lang.String s = input.readStringRequireUtf8(); errorMessage_ = s; break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StepInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StepInfo.class, gauge.messages.Messages.StepInfo.Builder.class); } 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; */ public boolean hasStep() { return step_ != null; } /** *
     */ The current request to execute Step
     * 
* * .gauge.messages.ExecuteStepRequest step = 1; */ 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; */ public gauge.messages.Messages.ExecuteStepRequestOrBuilder getStepOrBuilder() { return getStep(); } public static final int ISFAILED_FIELD_NUMBER = 2; private boolean isFailed_; /** *
     */ Flag to indicate if the current Step execution failed.
     * 
* * bool isFailed = 2; */ public boolean getIsFailed() { return isFailed_; } public static final int STACKTRACE_FIELD_NUMBER = 3; private volatile java.lang.Object stackTrace_; /** *
     */ The current stack trace in case of failure
     * 
* * string stackTrace = 3; */ 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; */ 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; private volatile java.lang.Object errorMessage_; /** *
     */ The error message in case of failure
     * 
* * string errorMessage = 4; */ 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; */ 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 (step_ != null) { output.writeMessage(1, getStep()); } if (isFailed_ != false) { output.writeBool(2, isFailed_); } if (!getStackTraceBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, stackTrace_); } if (!getErrorMessageBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, errorMessage_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (step_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getStep()); } if (isFailed_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(2, isFailed_); } if (!getStackTraceBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, stackTrace_); } if (!getErrorMessageBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, errorMessage_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.StepInfo)) { return super.equals(obj); } gauge.messages.Messages.StepInfo other = (gauge.messages.Messages.StepInfo) obj; boolean result = true; result = result && (hasStep() == other.hasStep()); if (hasStep()) { result = result && getStep() .equals(other.getStep()); } result = result && (getIsFailed() == other.getIsFailed()); result = result && getStackTrace() .equals(other.getStackTrace()); result = result && getErrorMessage() .equals(other.getErrorMessage()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); if (stepBuilder_ == null) { step_ = null; } else { step_ = null; 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 (stepBuilder_ == null) { result.step_ = step_; } else { result.step_ = stepBuilder_.build(); } result.isFailed_ = isFailed_; result.stackTrace_ = stackTrace_; result.errorMessage_ = errorMessage_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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_; onChanged(); } if (!other.getErrorMessage().isEmpty()) { errorMessage_ = other.errorMessage_; onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.StepInfo parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.StepInfo) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private gauge.messages.Messages.ExecuteStepRequest step_ = null; private com.google.protobuf.SingleFieldBuilderV3< 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; */ public boolean hasStep() { return stepBuilder_ != null || step_ != null; } /** *
       */ The current request to execute Step
       * 
* * .gauge.messages.ExecuteStepRequest step = 1; */ 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; onChanged(); } else { stepBuilder_.setMessage(value); } 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(); onChanged(); } else { stepBuilder_.setMessage(builderForValue.build()); } 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 (step_ != null) { step_ = gauge.messages.Messages.ExecuteStepRequest.newBuilder(step_).mergeFrom(value).buildPartial(); } else { step_ = value; } onChanged(); } else { stepBuilder_.mergeFrom(value); } return this; } /** *
       */ The current request to execute Step
       * 
* * .gauge.messages.ExecuteStepRequest step = 1; */ public Builder clearStep() { if (stepBuilder_ == null) { step_ = null; onChanged(); } else { step_ = null; stepBuilder_ = null; } return this; } /** *
       */ The current request to execute Step
       * 
* * .gauge.messages.ExecuteStepRequest step = 1; */ public gauge.messages.Messages.ExecuteStepRequest.Builder getStepBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.ExecuteStepRequest, gauge.messages.Messages.ExecuteStepRequest.Builder, gauge.messages.Messages.ExecuteStepRequestOrBuilder> getStepFieldBuilder() { if (stepBuilder_ == null) { stepBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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; */ public boolean getIsFailed() { return isFailed_; } /** *
       */ Flag to indicate if the current Step execution failed.
       * 
* * bool isFailed = 2; */ public Builder setIsFailed(boolean value) { isFailed_ = value; onChanged(); return this; } /** *
       */ Flag to indicate if the current Step execution failed.
       * 
* * bool isFailed = 2; */ public Builder clearIsFailed() { isFailed_ = false; onChanged(); return this; } private java.lang.Object stackTrace_ = ""; /** *
       */ The current stack trace in case of failure
       * 
* * string stackTrace = 3; */ 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; */ 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; */ public Builder setStackTrace( java.lang.String value) { if (value == null) { throw new NullPointerException(); } stackTrace_ = value; onChanged(); return this; } /** *
       */ The current stack trace in case of failure
       * 
* * string stackTrace = 3; */ public Builder clearStackTrace() { stackTrace_ = getDefaultInstance().getStackTrace(); onChanged(); return this; } /** *
       */ The current stack trace in case of failure
       * 
* * string stackTrace = 3; */ public Builder setStackTraceBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); stackTrace_ = value; onChanged(); return this; } private java.lang.Object errorMessage_ = ""; /** *
       */ The error message in case of failure
       * 
* * string errorMessage = 4; */ 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; */ 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; */ public Builder setErrorMessage( java.lang.String value) { if (value == null) { throw new NullPointerException(); } errorMessage_ = value; onChanged(); return this; } /** *
       */ The error message in case of failure
       * 
* * string errorMessage = 4; */ public Builder clearErrorMessage() { errorMessage_ = getDefaultInstance().getErrorMessage(); onChanged(); return this; } /** *
       */ The error message in case of failure
       * 
* * string errorMessage = 4; */ public Builder setErrorMessageBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); errorMessage_ = value; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new StepInfo(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ 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; */ com.google.protobuf.ByteString getActualStepTextBytes(); /** *
     */ Contains the parsed text of the Step being executed.
     * / The paramters are replaced with placeholders.
     * 
* * string parsedStepText = 2; */ java.lang.String getParsedStepText(); /** *
     */ Contains the parsed text of the Step being executed.
     * / The paramters are replaced with placeholders.
     * 
* * string parsedStepText = 2; */ com.google.protobuf.ByteString getParsedStepTextBytes(); /** *
     */ Flag to indicate if the execution of the Scenario, containing the current Step, failed.
     * 
* * bool scenarioFailing = 3; */ 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; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.ExecuteStepRequest) ExecuteStepRequestOrBuilder { private static final long serialVersionUID = 0L; // Use ExecuteStepRequest.newBuilder() to construct. private ExecuteStepRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ExecuteStepRequest() { actualStepText_ = ""; parsedStepText_ = ""; scenarioFailing_ = false; parameters_ = java.util.Collections.emptyList(); stream_ = 0; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ExecuteStepRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { java.lang.String s = input.readStringRequireUtf8(); actualStepText_ = s; break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); parsedStepText_ = s; break; } case 24: { scenarioFailing_ = input.readBool(); break; } case 34: { if (!((mutable_bitField0_ & 0x00000008) == 0x00000008)) { parameters_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000008; } parameters_.add( input.readMessage(gauge.messages.Spec.Parameter.parser(), extensionRegistry)); break; } case 40: { stream_ = input.readInt32(); break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000008) == 0x00000008)) { parameters_ = java.util.Collections.unmodifiableList(parameters_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_ExecuteStepRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.ExecuteStepRequest.class, gauge.messages.Messages.ExecuteStepRequest.Builder.class); } private int bitField0_; public static final int ACTUALSTEPTEXT_FIELD_NUMBER = 1; 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; */ 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; */ 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; private volatile java.lang.Object parsedStepText_; /** *
     */ Contains the parsed text of the Step being executed.
     * / The paramters are replaced with placeholders.
     * 
* * string parsedStepText = 2; */ 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; */ 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_; /** *
     */ Flag to indicate if the execution of the Scenario, containing the current Step, failed.
     * 
* * bool scenarioFailing = 3; */ public boolean getScenarioFailing() { return scenarioFailing_; } public static final int PARAMETERS_FIELD_NUMBER = 4; private java.util.List parameters_; /** *
     */ Collection of parameters applicable to the current Step.
     * 
* * repeated .gauge.messages.Parameter parameters = 4; */ public java.util.List getParametersList() { return parameters_; } /** *
     */ Collection of parameters applicable to the current Step.
     * 
* * repeated .gauge.messages.Parameter parameters = 4; */ public java.util.List getParametersOrBuilderList() { return parameters_; } /** *
     */ Collection of parameters applicable to the current Step.
     * 
* * repeated .gauge.messages.Parameter parameters = 4; */ public int getParametersCount() { return parameters_.size(); } /** *
     */ Collection of parameters applicable to the current Step.
     * 
* * repeated .gauge.messages.Parameter parameters = 4; */ 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; */ public gauge.messages.Spec.ParameterOrBuilder getParametersOrBuilder( int index) { return parameters_.get(index); } public static final int STREAM_FIELD_NUMBER = 5; private int stream_; /** * int32 stream = 5; */ 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 (!getActualStepTextBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, actualStepText_); } if (!getParsedStepTextBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.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_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getActualStepTextBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, actualStepText_); } if (!getParsedStepTextBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.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 += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ExecuteStepRequest)) { return super.equals(obj); } gauge.messages.Messages.ExecuteStepRequest other = (gauge.messages.Messages.ExecuteStepRequest) obj; boolean result = true; result = result && getActualStepText() .equals(other.getActualStepText()); result = result && getParsedStepText() .equals(other.getParsedStepText()); result = result && (getScenarioFailing() == other.getScenarioFailing()); result = result && getParametersList() .equals(other.getParametersList()); result = result && (getStream() == other.getStream()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ExecuteStepRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ExecuteStepRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getParametersFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); actualStepText_ = ""; parsedStepText_ = ""; scenarioFailing_ = false; if (parametersBuilder_ == null) { parameters_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000008); } else { parametersBuilder_.clear(); } 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); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.actualStepText_ = actualStepText_; result.parsedStepText_ = parsedStepText_; result.scenarioFailing_ = scenarioFailing_; if (parametersBuilder_ == null) { if (((bitField0_ & 0x00000008) == 0x00000008)) { parameters_ = java.util.Collections.unmodifiableList(parameters_); bitField0_ = (bitField0_ & ~0x00000008); } result.parameters_ = parameters_; } else { result.parameters_ = parametersBuilder_.build(); } result.stream_ = stream_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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_; onChanged(); } if (!other.getParsedStepText().isEmpty()) { parsedStepText_ = other.parsedStepText_; 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.GeneratedMessageV3.alwaysUseFieldBuilders ? getParametersFieldBuilder() : null; } else { parametersBuilder_.addAllMessages(other.parameters_); } } } if (other.getStream() != 0) { setStream(other.getStream()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.ExecuteStepRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.ExecuteStepRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } 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; */ 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; */ 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; */ public Builder setActualStepText( java.lang.String value) { if (value == null) { throw new NullPointerException(); } actualStepText_ = value; onChanged(); return this; } /** *
       */ Contains the actual text of the Step being executed.
       * / This contains the parameters as defined in the Spec.
       * 
* * string actualStepText = 1; */ public Builder clearActualStepText() { actualStepText_ = getDefaultInstance().getActualStepText(); onChanged(); return this; } /** *
       */ Contains the actual text of the Step being executed.
       * / This contains the parameters as defined in the Spec.
       * 
* * string actualStepText = 1; */ public Builder setActualStepTextBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); actualStepText_ = value; 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; */ 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; */ 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; */ public Builder setParsedStepText( java.lang.String value) { if (value == null) { throw new NullPointerException(); } parsedStepText_ = value; onChanged(); return this; } /** *
       */ Contains the parsed text of the Step being executed.
       * / The paramters are replaced with placeholders.
       * 
* * string parsedStepText = 2; */ public Builder clearParsedStepText() { parsedStepText_ = getDefaultInstance().getParsedStepText(); onChanged(); return this; } /** *
       */ Contains the parsed text of the Step being executed.
       * / The paramters are replaced with placeholders.
       * 
* * string parsedStepText = 2; */ public Builder setParsedStepTextBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); parsedStepText_ = value; onChanged(); return this; } private boolean scenarioFailing_ ; /** *
       */ Flag to indicate if the execution of the Scenario, containing the current Step, failed.
       * 
* * bool scenarioFailing = 3; */ public boolean getScenarioFailing() { return scenarioFailing_; } /** *
       */ Flag to indicate if the execution of the Scenario, containing the current Step, failed.
       * 
* * bool scenarioFailing = 3; */ public Builder setScenarioFailing(boolean value) { scenarioFailing_ = value; onChanged(); return this; } /** *
       */ Flag to indicate if the execution of the Scenario, containing the current Step, failed.
       * 
* * bool scenarioFailing = 3; */ public Builder clearScenarioFailing() { scenarioFailing_ = false; onChanged(); return this; } private java.util.List parameters_ = java.util.Collections.emptyList(); private void ensureParametersIsMutable() { if (!((bitField0_ & 0x00000008) == 0x00000008)) { parameters_ = new java.util.ArrayList(parameters_); bitField0_ |= 0x00000008; } } private com.google.protobuf.RepeatedFieldBuilderV3< 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.RepeatedFieldBuilderV3< gauge.messages.Spec.Parameter, gauge.messages.Spec.Parameter.Builder, gauge.messages.Spec.ParameterOrBuilder> getParametersFieldBuilder() { if (parametersBuilder_ == null) { parametersBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< gauge.messages.Spec.Parameter, gauge.messages.Spec.Parameter.Builder, gauge.messages.Spec.ParameterOrBuilder>( parameters_, ((bitField0_ & 0x00000008) == 0x00000008), getParentForChildren(), isClean()); parameters_ = null; } return parametersBuilder_; } private int stream_ ; /** * int32 stream = 5; */ public int getStream() { return stream_; } /** * int32 stream = 5; */ public Builder setStream(int value) { stream_ = value; onChanged(); return this; } /** * int32 stream = 5; */ public Builder clearStream() { stream_ = 0; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new ExecuteStepRequest(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ java.lang.String getStepText(); /** *
     */ The text is used to lookup Step implementation
     * 
* * string stepText = 1; */ com.google.protobuf.ByteString getStepTextBytes(); /** *
     */ The number of paramters in the Step
     * 
* * int32 numberOfParameters = 2; */ int getNumberOfParameters(); /** *
     */This is use to generate step implementation template
     * 
* * .gauge.messages.ProtoStepValue stepValue = 3; */ boolean hasStepValue(); /** *
     */This is use to generate step implementation template
     * 
* * .gauge.messages.ProtoStepValue stepValue = 3; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.StepValidateRequest) StepValidateRequestOrBuilder { private static final long serialVersionUID = 0L; // Use StepValidateRequest.newBuilder() to construct. private StepValidateRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private StepValidateRequest() { stepText_ = ""; numberOfParameters_ = 0; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private StepValidateRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { java.lang.String s = input.readStringRequireUtf8(); stepText_ = s; break; } case 16: { numberOfParameters_ = input.readInt32(); break; } case 26: { gauge.messages.Spec.ProtoStepValue.Builder subBuilder = null; if (stepValue_ != null) { subBuilder = stepValue_.toBuilder(); } stepValue_ = input.readMessage(gauge.messages.Spec.ProtoStepValue.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(stepValue_); stepValue_ = subBuilder.buildPartial(); } break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StepValidateRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StepValidateRequest.class, gauge.messages.Messages.StepValidateRequest.Builder.class); } public static final int STEPTEXT_FIELD_NUMBER = 1; private volatile java.lang.Object stepText_; /** *
     */ The text is used to lookup Step implementation
     * 
* * string stepText = 1; */ 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; */ 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_; /** *
     */ The number of paramters in the Step
     * 
* * int32 numberOfParameters = 2; */ 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; */ public boolean hasStepValue() { return stepValue_ != null; } /** *
     */This is use to generate step implementation template
     * 
* * .gauge.messages.ProtoStepValue stepValue = 3; */ 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; */ public gauge.messages.Spec.ProtoStepValueOrBuilder getStepValueOrBuilder() { return getStepValue(); } 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 (!getStepTextBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, stepText_); } if (numberOfParameters_ != 0) { output.writeInt32(2, numberOfParameters_); } if (stepValue_ != null) { output.writeMessage(3, getStepValue()); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getStepTextBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, stepText_); } if (numberOfParameters_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(2, numberOfParameters_); } if (stepValue_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, getStepValue()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.StepValidateRequest)) { return super.equals(obj); } gauge.messages.Messages.StepValidateRequest other = (gauge.messages.Messages.StepValidateRequest) obj; boolean result = true; result = result && getStepText() .equals(other.getStepText()); result = result && (getNumberOfParameters() == other.getNumberOfParameters()); result = result && (hasStepValue() == other.hasStepValue()); if (hasStepValue()) { result = result && getStepValue() .equals(other.getStepValue()); } result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepValidateRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepValidateRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); stepText_ = ""; numberOfParameters_ = 0; if (stepValueBuilder_ == null) { stepValue_ = null; } else { stepValue_ = null; 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); result.stepText_ = stepText_; result.numberOfParameters_ = numberOfParameters_; if (stepValueBuilder_ == null) { result.stepValue_ = stepValue_; } else { result.stepValue_ = stepValueBuilder_.build(); } onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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_; onChanged(); } if (other.getNumberOfParameters() != 0) { setNumberOfParameters(other.getNumberOfParameters()); } if (other.hasStepValue()) { mergeStepValue(other.getStepValue()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.StepValidateRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.StepValidateRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object stepText_ = ""; /** *
       */ The text is used to lookup Step implementation
       * 
* * string stepText = 1; */ 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; */ 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; */ public Builder setStepText( java.lang.String value) { if (value == null) { throw new NullPointerException(); } stepText_ = value; onChanged(); return this; } /** *
       */ The text is used to lookup Step implementation
       * 
* * string stepText = 1; */ public Builder clearStepText() { stepText_ = getDefaultInstance().getStepText(); onChanged(); return this; } /** *
       */ The text is used to lookup Step implementation
       * 
* * string stepText = 1; */ public Builder setStepTextBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); stepText_ = value; onChanged(); return this; } private int numberOfParameters_ ; /** *
       */ The number of paramters in the Step
       * 
* * int32 numberOfParameters = 2; */ public int getNumberOfParameters() { return numberOfParameters_; } /** *
       */ The number of paramters in the Step
       * 
* * int32 numberOfParameters = 2; */ public Builder setNumberOfParameters(int value) { numberOfParameters_ = value; onChanged(); return this; } /** *
       */ The number of paramters in the Step
       * 
* * int32 numberOfParameters = 2; */ public Builder clearNumberOfParameters() { numberOfParameters_ = 0; onChanged(); return this; } private gauge.messages.Spec.ProtoStepValue stepValue_ = null; private com.google.protobuf.SingleFieldBuilderV3< 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; */ public boolean hasStepValue() { return stepValueBuilder_ != null || stepValue_ != null; } /** *
       */This is use to generate step implementation template
       * 
* * .gauge.messages.ProtoStepValue stepValue = 3; */ 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; onChanged(); } else { stepValueBuilder_.setMessage(value); } 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(); onChanged(); } else { stepValueBuilder_.setMessage(builderForValue.build()); } 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 (stepValue_ != null) { stepValue_ = gauge.messages.Spec.ProtoStepValue.newBuilder(stepValue_).mergeFrom(value).buildPartial(); } else { stepValue_ = value; } onChanged(); } else { stepValueBuilder_.mergeFrom(value); } return this; } /** *
       */This is use to generate step implementation template
       * 
* * .gauge.messages.ProtoStepValue stepValue = 3; */ public Builder clearStepValue() { if (stepValueBuilder_ == null) { stepValue_ = null; onChanged(); } else { stepValue_ = null; stepValueBuilder_ = null; } return this; } /** *
       */This is use to generate step implementation template
       * 
* * .gauge.messages.ProtoStepValue stepValue = 3; */ public gauge.messages.Spec.ProtoStepValue.Builder getStepValueBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Spec.ProtoStepValue, gauge.messages.Spec.ProtoStepValue.Builder, gauge.messages.Spec.ProtoStepValueOrBuilder> getStepValueFieldBuilder() { if (stepValueBuilder_ == null) { stepValueBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Spec.ProtoStepValue, gauge.messages.Spec.ProtoStepValue.Builder, gauge.messages.Spec.ProtoStepValueOrBuilder>( getStepValue(), getParentForChildren(), isClean()); stepValue_ = null; } return stepValueBuilder_; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new StepValidateRequest(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ boolean getIsValid(); /** * string errorMessage = 2; */ java.lang.String getErrorMessage(); /** * string errorMessage = 2; */ com.google.protobuf.ByteString getErrorMessageBytes(); /** * .gauge.messages.StepValidateResponse.ErrorType errorType = 3; */ int getErrorTypeValue(); /** * .gauge.messages.StepValidateResponse.ErrorType errorType = 3; */ gauge.messages.Messages.StepValidateResponse.ErrorType getErrorType(); /** * string suggestion = 4; */ java.lang.String getSuggestion(); /** * string suggestion = 4; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.StepValidateResponse) StepValidateResponseOrBuilder { private static final long serialVersionUID = 0L; // Use StepValidateResponse.newBuilder() to construct. private StepValidateResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private StepValidateResponse() { isValid_ = false; errorMessage_ = ""; errorType_ = 0; suggestion_ = ""; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private StepValidateResponse( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { isValid_ = input.readBool(); break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); errorMessage_ = s; break; } case 24: { int rawValue = input.readEnum(); errorType_ = rawValue; break; } case 34: { java.lang.String s = input.readStringRequireUtf8(); suggestion_ = s; break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.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), ; /** * 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; } /** * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static ErrorType valueOf(int value) { return forNumber(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() { 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_; /** * bool isValid = 1; */ public boolean getIsValid() { return isValid_; } public static final int ERRORMESSAGE_FIELD_NUMBER = 2; private volatile java.lang.Object errorMessage_; /** * string errorMessage = 2; */ 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; */ 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_; /** * .gauge.messages.StepValidateResponse.ErrorType errorType = 3; */ public int getErrorTypeValue() { return errorType_; } /** * .gauge.messages.StepValidateResponse.ErrorType errorType = 3; */ public gauge.messages.Messages.StepValidateResponse.ErrorType getErrorType() { @SuppressWarnings("deprecation") gauge.messages.Messages.StepValidateResponse.ErrorType result = gauge.messages.Messages.StepValidateResponse.ErrorType.valueOf(errorType_); return result == null ? gauge.messages.Messages.StepValidateResponse.ErrorType.UNRECOGNIZED : result; } public static final int SUGGESTION_FIELD_NUMBER = 4; private volatile java.lang.Object suggestion_; /** * string suggestion = 4; */ 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; */ 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 (!getErrorMessageBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, errorMessage_); } if (errorType_ != gauge.messages.Messages.StepValidateResponse.ErrorType.STEP_IMPLEMENTATION_NOT_FOUND.getNumber()) { output.writeEnum(3, errorType_); } if (!getSuggestionBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, suggestion_); } unknownFields.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 (!getErrorMessageBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, errorMessage_); } if (errorType_ != gauge.messages.Messages.StepValidateResponse.ErrorType.STEP_IMPLEMENTATION_NOT_FOUND.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(3, errorType_); } if (!getSuggestionBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, suggestion_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.StepValidateResponse)) { return super.equals(obj); } gauge.messages.Messages.StepValidateResponse other = (gauge.messages.Messages.StepValidateResponse) obj; boolean result = true; result = result && (getIsValid() == other.getIsValid()); result = result && getErrorMessage() .equals(other.getErrorMessage()); result = result && errorType_ == other.errorType_; result = result && getSuggestion() .equals(other.getSuggestion()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepValidateResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepValidateResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); 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); result.isValid_ = isValid_; result.errorMessage_ = errorMessage_; result.errorType_ = errorType_; result.suggestion_ = suggestion_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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_; onChanged(); } if (other.errorType_ != 0) { setErrorTypeValue(other.getErrorTypeValue()); } if (!other.getSuggestion().isEmpty()) { suggestion_ = other.suggestion_; onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.StepValidateResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.StepValidateResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private boolean isValid_ ; /** * bool isValid = 1; */ public boolean getIsValid() { return isValid_; } /** * bool isValid = 1; */ public Builder setIsValid(boolean value) { isValid_ = value; onChanged(); return this; } /** * bool isValid = 1; */ public Builder clearIsValid() { isValid_ = false; onChanged(); return this; } private java.lang.Object errorMessage_ = ""; /** * string errorMessage = 2; */ 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; */ 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; */ public Builder setErrorMessage( java.lang.String value) { if (value == null) { throw new NullPointerException(); } errorMessage_ = value; onChanged(); return this; } /** * string errorMessage = 2; */ public Builder clearErrorMessage() { errorMessage_ = getDefaultInstance().getErrorMessage(); onChanged(); return this; } /** * string errorMessage = 2; */ public Builder setErrorMessageBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); errorMessage_ = value; onChanged(); return this; } private int errorType_ = 0; /** * .gauge.messages.StepValidateResponse.ErrorType errorType = 3; */ public int getErrorTypeValue() { return errorType_; } /** * .gauge.messages.StepValidateResponse.ErrorType errorType = 3; */ public Builder setErrorTypeValue(int value) { errorType_ = value; onChanged(); return this; } /** * .gauge.messages.StepValidateResponse.ErrorType errorType = 3; */ public gauge.messages.Messages.StepValidateResponse.ErrorType getErrorType() { @SuppressWarnings("deprecation") gauge.messages.Messages.StepValidateResponse.ErrorType result = gauge.messages.Messages.StepValidateResponse.ErrorType.valueOf(errorType_); return result == null ? gauge.messages.Messages.StepValidateResponse.ErrorType.UNRECOGNIZED : result; } /** * .gauge.messages.StepValidateResponse.ErrorType errorType = 3; */ public Builder setErrorType(gauge.messages.Messages.StepValidateResponse.ErrorType value) { if (value == null) { throw new NullPointerException(); } errorType_ = value.getNumber(); onChanged(); return this; } /** * .gauge.messages.StepValidateResponse.ErrorType errorType = 3; */ public Builder clearErrorType() { errorType_ = 0; onChanged(); return this; } private java.lang.Object suggestion_ = ""; /** * string suggestion = 4; */ 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; */ 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; */ public Builder setSuggestion( java.lang.String value) { if (value == null) { throw new NullPointerException(); } suggestion_ = value; onChanged(); return this; } /** * string suggestion = 4; */ public Builder clearSuggestion() { suggestion_ = getDefaultInstance().getSuggestion(); onChanged(); return this; } /** * string suggestion = 4; */ public Builder setSuggestionBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); suggestion_ = value; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new StepValidateResponse(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ boolean hasSuiteResult(); /** * .gauge.messages.ProtoSuiteResult suiteResult = 1; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.SuiteExecutionResult) SuiteExecutionResultOrBuilder { private static final long serialVersionUID = 0L; // Use SuiteExecutionResult.newBuilder() to construct. private SuiteExecutionResult(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private SuiteExecutionResult() { } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private SuiteExecutionResult( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { gauge.messages.Spec.ProtoSuiteResult.Builder subBuilder = null; if (suiteResult_ != null) { subBuilder = suiteResult_.toBuilder(); } suiteResult_ = input.readMessage(gauge.messages.Spec.ProtoSuiteResult.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(suiteResult_); suiteResult_ = subBuilder.buildPartial(); } break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_SuiteExecutionResult_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.SuiteExecutionResult.class, gauge.messages.Messages.SuiteExecutionResult.Builder.class); } public static final int SUITERESULT_FIELD_NUMBER = 1; private gauge.messages.Spec.ProtoSuiteResult suiteResult_; /** * .gauge.messages.ProtoSuiteResult suiteResult = 1; */ public boolean hasSuiteResult() { return suiteResult_ != null; } /** * .gauge.messages.ProtoSuiteResult suiteResult = 1; */ public gauge.messages.Spec.ProtoSuiteResult getSuiteResult() { return suiteResult_ == null ? gauge.messages.Spec.ProtoSuiteResult.getDefaultInstance() : suiteResult_; } /** * .gauge.messages.ProtoSuiteResult suiteResult = 1; */ public gauge.messages.Spec.ProtoSuiteResultOrBuilder getSuiteResultOrBuilder() { return getSuiteResult(); } 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 (suiteResult_ != null) { output.writeMessage(1, getSuiteResult()); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (suiteResult_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getSuiteResult()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.SuiteExecutionResult)) { return super.equals(obj); } gauge.messages.Messages.SuiteExecutionResult other = (gauge.messages.Messages.SuiteExecutionResult) obj; boolean result = true; result = result && (hasSuiteResult() == other.hasSuiteResult()); if (hasSuiteResult()) { result = result && getSuiteResult() .equals(other.getSuiteResult()); } result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SuiteExecutionResult parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SuiteExecutionResult parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); if (suiteResultBuilder_ == null) { suiteResult_ = null; } else { suiteResult_ = null; 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 (suiteResultBuilder_ == null) { result.suiteResult_ = suiteResult_; } else { result.suiteResult_ = suiteResultBuilder_.build(); } onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.SuiteExecutionResult parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.SuiteExecutionResult) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private gauge.messages.Spec.ProtoSuiteResult suiteResult_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Spec.ProtoSuiteResult, gauge.messages.Spec.ProtoSuiteResult.Builder, gauge.messages.Spec.ProtoSuiteResultOrBuilder> suiteResultBuilder_; /** * .gauge.messages.ProtoSuiteResult suiteResult = 1; */ public boolean hasSuiteResult() { return suiteResultBuilder_ != null || suiteResult_ != null; } /** * .gauge.messages.ProtoSuiteResult suiteResult = 1; */ 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; onChanged(); } else { suiteResultBuilder_.setMessage(value); } return this; } /** * .gauge.messages.ProtoSuiteResult suiteResult = 1; */ public Builder setSuiteResult( gauge.messages.Spec.ProtoSuiteResult.Builder builderForValue) { if (suiteResultBuilder_ == null) { suiteResult_ = builderForValue.build(); onChanged(); } else { suiteResultBuilder_.setMessage(builderForValue.build()); } return this; } /** * .gauge.messages.ProtoSuiteResult suiteResult = 1; */ public Builder mergeSuiteResult(gauge.messages.Spec.ProtoSuiteResult value) { if (suiteResultBuilder_ == null) { if (suiteResult_ != null) { suiteResult_ = gauge.messages.Spec.ProtoSuiteResult.newBuilder(suiteResult_).mergeFrom(value).buildPartial(); } else { suiteResult_ = value; } onChanged(); } else { suiteResultBuilder_.mergeFrom(value); } return this; } /** * .gauge.messages.ProtoSuiteResult suiteResult = 1; */ public Builder clearSuiteResult() { if (suiteResultBuilder_ == null) { suiteResult_ = null; onChanged(); } else { suiteResult_ = null; suiteResultBuilder_ = null; } return this; } /** * .gauge.messages.ProtoSuiteResult suiteResult = 1; */ public gauge.messages.Spec.ProtoSuiteResult.Builder getSuiteResultBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Spec.ProtoSuiteResult, gauge.messages.Spec.ProtoSuiteResult.Builder, gauge.messages.Spec.ProtoSuiteResultOrBuilder> getSuiteResultFieldBuilder() { if (suiteResultBuilder_ == null) { suiteResultBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Spec.ProtoSuiteResult, gauge.messages.Spec.ProtoSuiteResult.Builder, gauge.messages.Spec.ProtoSuiteResultOrBuilder>( getSuiteResult(), getParentForChildren(), isClean()); suiteResult_ = null; } return suiteResultBuilder_; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new SuiteExecutionResult(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ boolean hasResultItem(); /** * .gauge.messages.ProtoItem resultItem = 1; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.SuiteExecutionResultItem) SuiteExecutionResultItemOrBuilder { private static final long serialVersionUID = 0L; // Use SuiteExecutionResultItem.newBuilder() to construct. private SuiteExecutionResultItem(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private SuiteExecutionResultItem() { } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private SuiteExecutionResultItem( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { gauge.messages.Spec.ProtoItem.Builder subBuilder = null; if (resultItem_ != null) { subBuilder = resultItem_.toBuilder(); } resultItem_ = input.readMessage(gauge.messages.Spec.ProtoItem.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(resultItem_); resultItem_ = subBuilder.buildPartial(); } break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_SuiteExecutionResultItem_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.SuiteExecutionResultItem.class, gauge.messages.Messages.SuiteExecutionResultItem.Builder.class); } public static final int RESULTITEM_FIELD_NUMBER = 1; private gauge.messages.Spec.ProtoItem resultItem_; /** * .gauge.messages.ProtoItem resultItem = 1; */ public boolean hasResultItem() { return resultItem_ != null; } /** * .gauge.messages.ProtoItem resultItem = 1; */ public gauge.messages.Spec.ProtoItem getResultItem() { return resultItem_ == null ? gauge.messages.Spec.ProtoItem.getDefaultInstance() : resultItem_; } /** * .gauge.messages.ProtoItem resultItem = 1; */ public gauge.messages.Spec.ProtoItemOrBuilder getResultItemOrBuilder() { return getResultItem(); } 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 (resultItem_ != null) { output.writeMessage(1, getResultItem()); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (resultItem_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getResultItem()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.SuiteExecutionResultItem)) { return super.equals(obj); } gauge.messages.Messages.SuiteExecutionResultItem other = (gauge.messages.Messages.SuiteExecutionResultItem) obj; boolean result = true; result = result && (hasResultItem() == other.hasResultItem()); if (hasResultItem()) { result = result && getResultItem() .equals(other.getResultItem()); } result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SuiteExecutionResultItem parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SuiteExecutionResultItem parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code gauge.messages.SuiteExecutionResultItem} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); if (resultItemBuilder_ == null) { resultItem_ = null; } else { resultItem_ = null; 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 (resultItemBuilder_ == null) { result.resultItem_ = resultItem_; } else { result.resultItem_ = resultItemBuilder_.build(); } onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.SuiteExecutionResultItem parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.SuiteExecutionResultItem) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private gauge.messages.Spec.ProtoItem resultItem_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Spec.ProtoItem, gauge.messages.Spec.ProtoItem.Builder, gauge.messages.Spec.ProtoItemOrBuilder> resultItemBuilder_; /** * .gauge.messages.ProtoItem resultItem = 1; */ public boolean hasResultItem() { return resultItemBuilder_ != null || resultItem_ != null; } /** * .gauge.messages.ProtoItem resultItem = 1; */ 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; onChanged(); } else { resultItemBuilder_.setMessage(value); } return this; } /** * .gauge.messages.ProtoItem resultItem = 1; */ public Builder setResultItem( gauge.messages.Spec.ProtoItem.Builder builderForValue) { if (resultItemBuilder_ == null) { resultItem_ = builderForValue.build(); onChanged(); } else { resultItemBuilder_.setMessage(builderForValue.build()); } return this; } /** * .gauge.messages.ProtoItem resultItem = 1; */ public Builder mergeResultItem(gauge.messages.Spec.ProtoItem value) { if (resultItemBuilder_ == null) { if (resultItem_ != null) { resultItem_ = gauge.messages.Spec.ProtoItem.newBuilder(resultItem_).mergeFrom(value).buildPartial(); } else { resultItem_ = value; } onChanged(); } else { resultItemBuilder_.mergeFrom(value); } return this; } /** * .gauge.messages.ProtoItem resultItem = 1; */ public Builder clearResultItem() { if (resultItemBuilder_ == null) { resultItem_ = null; onChanged(); } else { resultItem_ = null; resultItemBuilder_ = null; } return this; } /** * .gauge.messages.ProtoItem resultItem = 1; */ public gauge.messages.Spec.ProtoItem.Builder getResultItemBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Spec.ProtoItem, gauge.messages.Spec.ProtoItem.Builder, gauge.messages.Spec.ProtoItemOrBuilder> getResultItemFieldBuilder() { if (resultItemBuilder_ == null) { resultItemBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Spec.ProtoItem, gauge.messages.Spec.ProtoItem.Builder, gauge.messages.Spec.ProtoItemOrBuilder>( getResultItem(), getParentForChildren(), isClean()); resultItem_ = null; } return resultItemBuilder_; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new SuiteExecutionResultItem(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.StepNamesRequest) StepNamesRequestOrBuilder { private static final long serialVersionUID = 0L; // Use StepNamesRequest.newBuilder() to construct. private StepNamesRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private StepNamesRequest() { } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private StepNamesRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.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 { unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.StepNamesRequest)) { return super.equals(obj); } gauge.messages.Messages.StepNamesRequest other = (gauge.messages.Messages.StepNamesRequest) obj; boolean result = true; result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepNamesRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepNamesRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); 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 clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.StepNamesRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.StepNamesRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new StepNamesRequest(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ java.util.List getStepsList(); /** *
     */ Collection of strings corresponding to Step texts.
     * 
* * repeated string steps = 1; */ int getStepsCount(); /** *
     */ Collection of strings corresponding to Step texts.
     * 
* * repeated string steps = 1; */ java.lang.String getSteps(int index); /** *
     */ Collection of strings corresponding to Step texts.
     * 
* * repeated string steps = 1; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.StepNamesResponse) StepNamesResponseOrBuilder { private static final long serialVersionUID = 0L; // Use StepNamesResponse.newBuilder() to construct. private StepNamesResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private StepNamesResponse() { steps_ = com.google.protobuf.LazyStringArrayList.EMPTY; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private StepNamesResponse( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { java.lang.String s = input.readStringRequireUtf8(); if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { steps_ = new com.google.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000001; } steps_.add(s); break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { steps_ = steps_.getUnmodifiableView(); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.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; private com.google.protobuf.LazyStringList steps_; /** *
     */ Collection of strings corresponding to Step texts.
     * 
* * repeated string steps = 1; */ public com.google.protobuf.ProtocolStringList getStepsList() { return steps_; } /** *
     */ Collection of strings corresponding to Step texts.
     * 
* * repeated string steps = 1; */ public int getStepsCount() { return steps_.size(); } /** *
     */ Collection of strings corresponding to Step texts.
     * 
* * repeated string steps = 1; */ public java.lang.String getSteps(int index) { return steps_.get(index); } /** *
     */ Collection of strings corresponding to Step texts.
     * 
* * repeated string steps = 1; */ 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.GeneratedMessageV3.writeString(output, 1, steps_.getRaw(i)); } unknownFields.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 += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.StepNamesResponse)) { return super.equals(obj); } gauge.messages.Messages.StepNamesResponse other = (gauge.messages.Messages.StepNamesResponse) obj; boolean result = true; result = result && getStepsList() .equals(other.getStepsList()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepNamesResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepNamesResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); steps_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); 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); int from_bitField0_ = bitField0_; if (((bitField0_ & 0x00000001) == 0x00000001)) { steps_ = steps_.getUnmodifiableView(); bitField0_ = (bitField0_ & ~0x00000001); } result.steps_ = steps_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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_ = (bitField0_ & ~0x00000001); } else { ensureStepsIsMutable(); steps_.addAll(other.steps_); } onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.StepNamesResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.StepNamesResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private com.google.protobuf.LazyStringList steps_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureStepsIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { steps_ = new com.google.protobuf.LazyStringArrayList(steps_); bitField0_ |= 0x00000001; } } /** *
       */ Collection of strings corresponding to Step texts.
       * 
* * repeated string steps = 1; */ public com.google.protobuf.ProtocolStringList getStepsList() { return steps_.getUnmodifiableView(); } /** *
       */ Collection of strings corresponding to Step texts.
       * 
* * repeated string steps = 1; */ public int getStepsCount() { return steps_.size(); } /** *
       */ Collection of strings corresponding to Step texts.
       * 
* * repeated string steps = 1; */ public java.lang.String getSteps(int index) { return steps_.get(index); } /** *
       */ Collection of strings corresponding to Step texts.
       * 
* * repeated string steps = 1; */ public com.google.protobuf.ByteString getStepsBytes(int index) { return steps_.getByteString(index); } /** *
       */ Collection of strings corresponding to Step texts.
       * 
* * repeated string steps = 1; */ public Builder setSteps( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureStepsIsMutable(); steps_.set(index, value); onChanged(); return this; } /** *
       */ Collection of strings corresponding to Step texts.
       * 
* * repeated string steps = 1; */ public Builder addSteps( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureStepsIsMutable(); steps_.add(value); onChanged(); return this; } /** *
       */ Collection of strings corresponding to Step texts.
       * 
* * repeated string steps = 1; */ public Builder addAllSteps( java.lang.Iterable values) { ensureStepsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, steps_); onChanged(); return this; } /** *
       */ Collection of strings corresponding to Step texts.
       * 
* * repeated string steps = 1; */ public Builder clearSteps() { steps_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
       */ Collection of strings corresponding to Step texts.
       * 
* * repeated string steps = 1; */ public Builder addStepsBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureStepsIsMutable(); steps_.add(value); onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new StepNamesResponse(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.ScenarioDataStoreInitRequest) ScenarioDataStoreInitRequestOrBuilder { private static final long serialVersionUID = 0L; // Use ScenarioDataStoreInitRequest.newBuilder() to construct. private ScenarioDataStoreInitRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ScenarioDataStoreInitRequest() { stream_ = 0; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ScenarioDataStoreInitRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { stream_ = input.readInt32(); break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.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_; /** * int32 stream = 1; */ 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_); } unknownFields.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 += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ScenarioDataStoreInitRequest)) { return super.equals(obj); } gauge.messages.Messages.ScenarioDataStoreInitRequest other = (gauge.messages.Messages.ScenarioDataStoreInitRequest) obj; boolean result = true; result = result && (getStream() == other.getStream()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ScenarioDataStoreInitRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ScenarioDataStoreInitRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); 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); result.stream_ = stream_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.ScenarioDataStoreInitRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.ScenarioDataStoreInitRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int stream_ ; /** * int32 stream = 1; */ public int getStream() { return stream_; } /** * int32 stream = 1; */ public Builder setStream(int value) { stream_ = value; onChanged(); return this; } /** * int32 stream = 1; */ public Builder clearStream() { stream_ = 0; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new ScenarioDataStoreInitRequest(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.SpecDataStoreInitRequest) SpecDataStoreInitRequestOrBuilder { private static final long serialVersionUID = 0L; // Use SpecDataStoreInitRequest.newBuilder() to construct. private SpecDataStoreInitRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private SpecDataStoreInitRequest() { stream_ = 0; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private SpecDataStoreInitRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { stream_ = input.readInt32(); break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.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_; /** * int32 stream = 1; */ 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_); } unknownFields.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 += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.SpecDataStoreInitRequest)) { return super.equals(obj); } gauge.messages.Messages.SpecDataStoreInitRequest other = (gauge.messages.Messages.SpecDataStoreInitRequest) obj; boolean result = true; result = result && (getStream() == other.getStream()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SpecDataStoreInitRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SpecDataStoreInitRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); 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); result.stream_ = stream_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.SpecDataStoreInitRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.SpecDataStoreInitRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int stream_ ; /** * int32 stream = 1; */ public int getStream() { return stream_; } /** * int32 stream = 1; */ public Builder setStream(int value) { stream_ = value; onChanged(); return this; } /** * int32 stream = 1; */ public Builder clearStream() { stream_ = 0; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new SpecDataStoreInitRequest(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.SuiteDataStoreInitRequest) SuiteDataStoreInitRequestOrBuilder { private static final long serialVersionUID = 0L; // Use SuiteDataStoreInitRequest.newBuilder() to construct. private SuiteDataStoreInitRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private SuiteDataStoreInitRequest() { stream_ = 0; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private SuiteDataStoreInitRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { stream_ = input.readInt32(); break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.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_; /** * int32 stream = 1; */ 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_); } unknownFields.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 += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.SuiteDataStoreInitRequest)) { return super.equals(obj); } gauge.messages.Messages.SuiteDataStoreInitRequest other = (gauge.messages.Messages.SuiteDataStoreInitRequest) obj; boolean result = true; result = result && (getStream() == other.getStream()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SuiteDataStoreInitRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SuiteDataStoreInitRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); 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); result.stream_ = stream_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.SuiteDataStoreInitRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.SuiteDataStoreInitRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int stream_ ; /** * int32 stream = 1; */ public int getStream() { return stream_; } /** * int32 stream = 1; */ public Builder setStream(int value) { stream_ = value; onChanged(); return this; } /** * int32 stream = 1; */ public Builder clearStream() { stream_ = 0; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new SuiteDataStoreInitRequest(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ int getOldPosition(); /** * int32 newPosition = 2; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.ParameterPosition) ParameterPositionOrBuilder { private static final long serialVersionUID = 0L; // Use ParameterPosition.newBuilder() to construct. private ParameterPosition(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ParameterPosition() { oldPosition_ = 0; newPosition_ = 0; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ParameterPosition( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { oldPosition_ = input.readInt32(); break; } case 16: { newPosition_ = input.readInt32(); break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.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_; /** * int32 oldPosition = 1; */ public int getOldPosition() { return oldPosition_; } public static final int NEWPOSITION_FIELD_NUMBER = 2; private int newPosition_; /** * int32 newPosition = 2; */ 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_); } unknownFields.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 += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ParameterPosition)) { return super.equals(obj); } gauge.messages.Messages.ParameterPosition other = (gauge.messages.Messages.ParameterPosition) obj; boolean result = true; result = result && (getOldPosition() == other.getOldPosition()); result = result && (getNewPosition() == other.getNewPosition()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ParameterPosition parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ParameterPosition parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); 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); result.oldPosition_ = oldPosition_; result.newPosition_ = newPosition_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.ParameterPosition parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.ParameterPosition) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int oldPosition_ ; /** * int32 oldPosition = 1; */ public int getOldPosition() { return oldPosition_; } /** * int32 oldPosition = 1; */ public Builder setOldPosition(int value) { oldPosition_ = value; onChanged(); return this; } /** * int32 oldPosition = 1; */ public Builder clearOldPosition() { oldPosition_ = 0; onChanged(); return this; } private int newPosition_ ; /** * int32 newPosition = 2; */ public int getNewPosition() { return newPosition_; } /** * int32 newPosition = 2; */ public Builder setNewPosition(int value) { newPosition_ = value; onChanged(); return this; } /** * int32 newPosition = 2; */ public Builder clearNewPosition() { newPosition_ = 0; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new ParameterPosition(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ boolean hasOldStepValue(); /** *
     */ Old value, used to lookup Step to refactor
     * 
* * .gauge.messages.ProtoStepValue oldStepValue = 1; */ 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; */ boolean hasNewStepValue(); /** *
     */ New value, the to-be value of Step being refactored.
     * 
* * .gauge.messages.ProtoStepValue newStepValue = 2; */ 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; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.RefactorRequest) RefactorRequestOrBuilder { private static final long serialVersionUID = 0L; // Use RefactorRequest.newBuilder() to construct. private RefactorRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private RefactorRequest() { paramPositions_ = java.util.Collections.emptyList(); saveChanges_ = false; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private RefactorRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { gauge.messages.Spec.ProtoStepValue.Builder subBuilder = null; if (oldStepValue_ != null) { subBuilder = oldStepValue_.toBuilder(); } oldStepValue_ = input.readMessage(gauge.messages.Spec.ProtoStepValue.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(oldStepValue_); oldStepValue_ = subBuilder.buildPartial(); } break; } case 18: { gauge.messages.Spec.ProtoStepValue.Builder subBuilder = null; if (newStepValue_ != null) { subBuilder = newStepValue_.toBuilder(); } newStepValue_ = input.readMessage(gauge.messages.Spec.ProtoStepValue.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(newStepValue_); newStepValue_ = subBuilder.buildPartial(); } break; } case 26: { if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) { paramPositions_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000004; } paramPositions_.add( input.readMessage(gauge.messages.Messages.ParameterPosition.parser(), extensionRegistry)); break; } case 32: { saveChanges_ = input.readBool(); break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) { paramPositions_ = java.util.Collections.unmodifiableList(paramPositions_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.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; */ public boolean hasOldStepValue() { return oldStepValue_ != null; } /** *
     */ Old value, used to lookup Step to refactor
     * 
* * .gauge.messages.ProtoStepValue oldStepValue = 1; */ 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; */ public gauge.messages.Spec.ProtoStepValueOrBuilder getOldStepValueOrBuilder() { return getOldStepValue(); } 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; */ public boolean hasNewStepValue() { return newStepValue_ != null; } /** *
     */ New value, the to-be value of Step being refactored.
     * 
* * .gauge.messages.ProtoStepValue newStepValue = 2; */ 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; */ public gauge.messages.Spec.ProtoStepValueOrBuilder getNewStepValueOrBuilder() { return getNewStepValue(); } public static final int PARAMPOSITIONS_FIELD_NUMBER = 3; private java.util.List paramPositions_; /** *
     */ Holds parameter positions of all parameters. Contains old and new parameter positions.
     * 
* * repeated .gauge.messages.ParameterPosition paramPositions = 3; */ 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; */ 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; */ public int getParamPositionsCount() { return paramPositions_.size(); } /** *
     */ 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) { return paramPositions_.get(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) { return paramPositions_.get(index); } public static final int SAVECHANGES_FIELD_NUMBER = 4; private boolean saveChanges_; /** *
     */ If set to true, the refactored files should be saved to the file system before returning the response.
     * 
* * bool saveChanges = 4; */ 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 (oldStepValue_ != null) { output.writeMessage(1, getOldStepValue()); } if (newStepValue_ != null) { 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_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (oldStepValue_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getOldStepValue()); } if (newStepValue_ != null) { 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 += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.RefactorRequest)) { return super.equals(obj); } gauge.messages.Messages.RefactorRequest other = (gauge.messages.Messages.RefactorRequest) obj; boolean result = true; result = result && (hasOldStepValue() == other.hasOldStepValue()); if (hasOldStepValue()) { result = result && getOldStepValue() .equals(other.getOldStepValue()); } result = result && (hasNewStepValue() == other.hasNewStepValue()); if (hasNewStepValue()) { result = result && getNewStepValue() .equals(other.getNewStepValue()); } result = result && getParamPositionsList() .equals(other.getParamPositionsList()); result = result && (getSaveChanges() == other.getSaveChanges()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.RefactorRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.RefactorRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getParamPositionsFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); if (oldStepValueBuilder_ == null) { oldStepValue_ = null; } else { oldStepValue_ = null; oldStepValueBuilder_ = null; } if (newStepValueBuilder_ == null) { newStepValue_ = null; } else { newStepValue_ = null; newStepValueBuilder_ = null; } if (paramPositionsBuilder_ == null) { paramPositions_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000004); } else { paramPositionsBuilder_.clear(); } 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); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (oldStepValueBuilder_ == null) { result.oldStepValue_ = oldStepValue_; } else { result.oldStepValue_ = oldStepValueBuilder_.build(); } if (newStepValueBuilder_ == null) { result.newStepValue_ = newStepValue_; } else { result.newStepValue_ = newStepValueBuilder_.build(); } if (paramPositionsBuilder_ == null) { if (((bitField0_ & 0x00000004) == 0x00000004)) { paramPositions_ = java.util.Collections.unmodifiableList(paramPositions_); bitField0_ = (bitField0_ & ~0x00000004); } result.paramPositions_ = paramPositions_; } else { result.paramPositions_ = paramPositionsBuilder_.build(); } result.saveChanges_ = saveChanges_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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.GeneratedMessageV3.alwaysUseFieldBuilders ? getParamPositionsFieldBuilder() : null; } else { paramPositionsBuilder_.addAllMessages(other.paramPositions_); } } } if (other.getSaveChanges() != false) { setSaveChanges(other.getSaveChanges()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.RefactorRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.RefactorRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private gauge.messages.Spec.ProtoStepValue oldStepValue_ = null; private com.google.protobuf.SingleFieldBuilderV3< 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; */ public boolean hasOldStepValue() { return oldStepValueBuilder_ != null || oldStepValue_ != null; } /** *
       */ Old value, used to lookup Step to refactor
       * 
* * .gauge.messages.ProtoStepValue oldStepValue = 1; */ 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; onChanged(); } else { oldStepValueBuilder_.setMessage(value); } 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(); onChanged(); } else { oldStepValueBuilder_.setMessage(builderForValue.build()); } 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 (oldStepValue_ != null) { oldStepValue_ = gauge.messages.Spec.ProtoStepValue.newBuilder(oldStepValue_).mergeFrom(value).buildPartial(); } else { oldStepValue_ = value; } onChanged(); } else { oldStepValueBuilder_.mergeFrom(value); } return this; } /** *
       */ Old value, used to lookup Step to refactor
       * 
* * .gauge.messages.ProtoStepValue oldStepValue = 1; */ public Builder clearOldStepValue() { if (oldStepValueBuilder_ == null) { oldStepValue_ = null; onChanged(); } else { oldStepValue_ = null; oldStepValueBuilder_ = null; } return this; } /** *
       */ Old value, used to lookup Step to refactor
       * 
* * .gauge.messages.ProtoStepValue oldStepValue = 1; */ public gauge.messages.Spec.ProtoStepValue.Builder getOldStepValueBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Spec.ProtoStepValue, gauge.messages.Spec.ProtoStepValue.Builder, gauge.messages.Spec.ProtoStepValueOrBuilder> getOldStepValueFieldBuilder() { if (oldStepValueBuilder_ == null) { oldStepValueBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< 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; */ public boolean hasNewStepValue() { return newStepValueBuilder_ != null || newStepValue_ != null; } /** *
       */ New value, the to-be value of Step being refactored.
       * 
* * .gauge.messages.ProtoStepValue newStepValue = 2; */ 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; onChanged(); } else { newStepValueBuilder_.setMessage(value); } 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(); onChanged(); } else { newStepValueBuilder_.setMessage(builderForValue.build()); } 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 (newStepValue_ != null) { newStepValue_ = gauge.messages.Spec.ProtoStepValue.newBuilder(newStepValue_).mergeFrom(value).buildPartial(); } else { newStepValue_ = value; } onChanged(); } else { newStepValueBuilder_.mergeFrom(value); } return this; } /** *
       */ New value, the to-be value of Step being refactored.
       * 
* * .gauge.messages.ProtoStepValue newStepValue = 2; */ public Builder clearNewStepValue() { if (newStepValueBuilder_ == null) { newStepValue_ = null; onChanged(); } else { newStepValue_ = null; newStepValueBuilder_ = null; } return this; } /** *
       */ New value, the to-be value of Step being refactored.
       * 
* * .gauge.messages.ProtoStepValue newStepValue = 2; */ public gauge.messages.Spec.ProtoStepValue.Builder getNewStepValueBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Spec.ProtoStepValue, gauge.messages.Spec.ProtoStepValue.Builder, gauge.messages.Spec.ProtoStepValueOrBuilder> getNewStepValueFieldBuilder() { if (newStepValueBuilder_ == null) { newStepValueBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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) == 0x00000004)) { paramPositions_ = new java.util.ArrayList(paramPositions_); bitField0_ |= 0x00000004; } } private com.google.protobuf.RepeatedFieldBuilderV3< 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.RepeatedFieldBuilderV3< gauge.messages.Messages.ParameterPosition, gauge.messages.Messages.ParameterPosition.Builder, gauge.messages.Messages.ParameterPositionOrBuilder> getParamPositionsFieldBuilder() { if (paramPositionsBuilder_ == null) { paramPositionsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< gauge.messages.Messages.ParameterPosition, gauge.messages.Messages.ParameterPosition.Builder, gauge.messages.Messages.ParameterPositionOrBuilder>( paramPositions_, ((bitField0_ & 0x00000004) == 0x00000004), 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; */ 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; */ public Builder setSaveChanges(boolean value) { saveChanges_ = value; onChanged(); return this; } /** *
       */ If set to true, the refactored files should be saved to the file system before returning the response.
       * 
* * bool saveChanges = 4; */ public Builder clearSaveChanges() { saveChanges_ = false; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new RefactorRequest(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ java.lang.String getFileName(); /** * string fileName = 1; */ com.google.protobuf.ByteString getFileNameBytes(); /** * string fileContent = 2 [deprecated = true]; */ @java.lang.Deprecated java.lang.String getFileContent(); /** * string fileContent = 2 [deprecated = true]; */ @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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.FileChanges) FileChangesOrBuilder { private static final long serialVersionUID = 0L; // Use FileChanges.newBuilder() to construct. private FileChanges(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private FileChanges() { fileName_ = ""; fileContent_ = ""; diffs_ = java.util.Collections.emptyList(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private FileChanges( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { java.lang.String s = input.readStringRequireUtf8(); fileName_ = s; break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); fileContent_ = s; break; } case 26: { if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) { diffs_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000004; } diffs_.add( input.readMessage(gauge.messages.Messages.TextDiff.parser(), extensionRegistry)); break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) { diffs_ = java.util.Collections.unmodifiableList(diffs_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_FileChanges_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.FileChanges.class, gauge.messages.Messages.FileChanges.Builder.class); } private int bitField0_; public static final int FILENAME_FIELD_NUMBER = 1; private volatile java.lang.Object fileName_; /** * string fileName = 1; */ 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; */ 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; private volatile java.lang.Object fileContent_; /** * string fileContent = 2 [deprecated = true]; */ @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]; */ @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; private java.util.List diffs_; /** * repeated .gauge.messages.TextDiff diffs = 3; */ public java.util.List getDiffsList() { return diffs_; } /** * repeated .gauge.messages.TextDiff diffs = 3; */ public java.util.List getDiffsOrBuilderList() { return diffs_; } /** * repeated .gauge.messages.TextDiff diffs = 3; */ public int getDiffsCount() { return diffs_.size(); } /** * repeated .gauge.messages.TextDiff diffs = 3; */ public gauge.messages.Messages.TextDiff getDiffs(int index) { return diffs_.get(index); } /** * repeated .gauge.messages.TextDiff diffs = 3; */ 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 (!getFileNameBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, fileName_); } if (!getFileContentBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, fileContent_); } for (int i = 0; i < diffs_.size(); i++) { output.writeMessage(3, diffs_.get(i)); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getFileNameBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, fileName_); } if (!getFileContentBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, fileContent_); } for (int i = 0; i < diffs_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, diffs_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.FileChanges)) { return super.equals(obj); } gauge.messages.Messages.FileChanges other = (gauge.messages.Messages.FileChanges) obj; boolean result = true; result = result && getFileName() .equals(other.getFileName()); result = result && getFileContent() .equals(other.getFileContent()); result = result && getDiffsList() .equals(other.getDiffsList()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.FileChanges parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.FileChanges parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getDiffsFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); fileName_ = ""; fileContent_ = ""; if (diffsBuilder_ == null) { diffs_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000004); } else { diffsBuilder_.clear(); } 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); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.fileName_ = fileName_; result.fileContent_ = fileContent_; if (diffsBuilder_ == null) { if (((bitField0_ & 0x00000004) == 0x00000004)) { diffs_ = java.util.Collections.unmodifiableList(diffs_); bitField0_ = (bitField0_ & ~0x00000004); } result.diffs_ = diffs_; } else { result.diffs_ = diffsBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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_; onChanged(); } if (!other.getFileContent().isEmpty()) { fileContent_ = other.fileContent_; 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.GeneratedMessageV3.alwaysUseFieldBuilders ? getDiffsFieldBuilder() : null; } else { diffsBuilder_.addAllMessages(other.diffs_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.FileChanges parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.FileChanges) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object fileName_ = ""; /** * string fileName = 1; */ 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; */ 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; */ public Builder setFileName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } fileName_ = value; onChanged(); return this; } /** * string fileName = 1; */ public Builder clearFileName() { fileName_ = getDefaultInstance().getFileName(); onChanged(); return this; } /** * string fileName = 1; */ public Builder setFileNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); fileName_ = value; onChanged(); return this; } private java.lang.Object fileContent_ = ""; /** * string fileContent = 2 [deprecated = true]; */ @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]; */ @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]; */ @java.lang.Deprecated public Builder setFileContent( java.lang.String value) { if (value == null) { throw new NullPointerException(); } fileContent_ = value; onChanged(); return this; } /** * string fileContent = 2 [deprecated = true]; */ @java.lang.Deprecated public Builder clearFileContent() { fileContent_ = getDefaultInstance().getFileContent(); onChanged(); return this; } /** * string fileContent = 2 [deprecated = true]; */ @java.lang.Deprecated public Builder setFileContentBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); fileContent_ = value; onChanged(); return this; } private java.util.List diffs_ = java.util.Collections.emptyList(); private void ensureDiffsIsMutable() { if (!((bitField0_ & 0x00000004) == 0x00000004)) { diffs_ = new java.util.ArrayList(diffs_); bitField0_ |= 0x00000004; } } private com.google.protobuf.RepeatedFieldBuilderV3< 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.RepeatedFieldBuilderV3< gauge.messages.Messages.TextDiff, gauge.messages.Messages.TextDiff.Builder, gauge.messages.Messages.TextDiffOrBuilder> getDiffsFieldBuilder() { if (diffsBuilder_ == null) { diffsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< gauge.messages.Messages.TextDiff, gauge.messages.Messages.TextDiff.Builder, gauge.messages.Messages.TextDiffOrBuilder>( diffs_, ((bitField0_ & 0x00000004) == 0x00000004), getParentForChildren(), isClean()); diffs_ = null; } return diffsBuilder_; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new FileChanges(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ boolean getSuccess(); /** *
     */ Error message, valid only if Refactor wasn't successful
     * 
* * string error = 2; */ java.lang.String getError(); /** *
     */ Error message, valid only if Refactor wasn't successful
     * 
* * string error = 2; */ com.google.protobuf.ByteString getErrorBytes(); /** *
     */ List of files that were affected because of the refactoring.
     * 
* * repeated string filesChanged = 3; */ java.util.List getFilesChangedList(); /** *
     */ List of files that were affected because of the refactoring.
     * 
* * repeated string filesChanged = 3; */ int getFilesChangedCount(); /** *
     */ List of files that were affected because of the refactoring.
     * 
* * repeated string filesChanged = 3; */ java.lang.String getFilesChanged(int index); /** *
     */ List of files that were affected because of the refactoring.
     * 
* * repeated string filesChanged = 3; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.RefactorResponse) RefactorResponseOrBuilder { private static final long serialVersionUID = 0L; // Use RefactorResponse.newBuilder() to construct. private RefactorResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private RefactorResponse() { success_ = false; error_ = ""; filesChanged_ = com.google.protobuf.LazyStringArrayList.EMPTY; fileChanges_ = java.util.Collections.emptyList(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private RefactorResponse( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { success_ = input.readBool(); break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); error_ = s; break; } case 26: { java.lang.String s = input.readStringRequireUtf8(); if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) { filesChanged_ = new com.google.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000004; } filesChanged_.add(s); break; } case 34: { if (!((mutable_bitField0_ & 0x00000008) == 0x00000008)) { fileChanges_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000008; } fileChanges_.add( input.readMessage(gauge.messages.Messages.FileChanges.parser(), extensionRegistry)); break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) { filesChanged_ = filesChanged_.getUnmodifiableView(); } if (((mutable_bitField0_ & 0x00000008) == 0x00000008)) { fileChanges_ = java.util.Collections.unmodifiableList(fileChanges_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_RefactorResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.RefactorResponse.class, gauge.messages.Messages.RefactorResponse.Builder.class); } private int bitField0_; public static final int SUCCESS_FIELD_NUMBER = 1; private boolean success_; /** *
     */ Flag indicating the success of Refactor operation.
     * 
* * bool success = 1; */ public boolean getSuccess() { return success_; } public static final int ERROR_FIELD_NUMBER = 2; private volatile java.lang.Object error_; /** *
     */ Error message, valid only if Refactor wasn't successful
     * 
* * string error = 2; */ 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; */ 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; private com.google.protobuf.LazyStringList filesChanged_; /** *
     */ List of files that were affected because of the refactoring.
     * 
* * repeated string filesChanged = 3; */ public com.google.protobuf.ProtocolStringList getFilesChangedList() { return filesChanged_; } /** *
     */ List of files that were affected because of the refactoring.
     * 
* * repeated string filesChanged = 3; */ public int getFilesChangedCount() { return filesChanged_.size(); } /** *
     */ List of files that were affected because of the refactoring.
     * 
* * repeated string filesChanged = 3; */ 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; */ public com.google.protobuf.ByteString getFilesChangedBytes(int index) { return filesChanged_.getByteString(index); } public static final int FILECHANGES_FIELD_NUMBER = 4; private java.util.List fileChanges_; /** *
     */ List of file changes to be made to successfully achieve refactoring.
     * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ public java.util.List getFileChangesList() { return fileChanges_; } /** *
     */ List of file changes to be made to successfully achieve refactoring.
     * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ public java.util.List getFileChangesOrBuilderList() { return fileChanges_; } /** *
     */ List of file changes to be made to successfully achieve refactoring.
     * 
* * repeated .gauge.messages.FileChanges fileChanges = 4; */ public int getFileChangesCount() { return fileChanges_.size(); } /** *
     */ 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) { return fileChanges_.get(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) { 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 (!getErrorBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, error_); } for (int i = 0; i < filesChanged_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, filesChanged_.getRaw(i)); } for (int i = 0; i < fileChanges_.size(); i++) { output.writeMessage(4, fileChanges_.get(i)); } unknownFields.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 (!getErrorBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.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 += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.RefactorResponse)) { return super.equals(obj); } gauge.messages.Messages.RefactorResponse other = (gauge.messages.Messages.RefactorResponse) obj; boolean result = true; result = result && (getSuccess() == other.getSuccess()); result = result && getError() .equals(other.getError()); result = result && getFilesChangedList() .equals(other.getFilesChangedList()); result = result && getFileChangesList() .equals(other.getFileChangesList()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.RefactorResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.RefactorResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getFileChangesFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); success_ = false; error_ = ""; filesChanged_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000004); if (fileChangesBuilder_ == null) { fileChanges_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000008); } else { fileChangesBuilder_.clear(); } 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); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.success_ = success_; result.error_ = error_; if (((bitField0_ & 0x00000004) == 0x00000004)) { filesChanged_ = filesChanged_.getUnmodifiableView(); bitField0_ = (bitField0_ & ~0x00000004); } result.filesChanged_ = filesChanged_; if (fileChangesBuilder_ == null) { if (((bitField0_ & 0x00000008) == 0x00000008)) { fileChanges_ = java.util.Collections.unmodifiableList(fileChanges_); bitField0_ = (bitField0_ & ~0x00000008); } result.fileChanges_ = fileChanges_; } else { result.fileChanges_ = fileChangesBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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_; onChanged(); } if (!other.filesChanged_.isEmpty()) { if (filesChanged_.isEmpty()) { filesChanged_ = other.filesChanged_; bitField0_ = (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.GeneratedMessageV3.alwaysUseFieldBuilders ? getFileChangesFieldBuilder() : null; } else { fileChangesBuilder_.addAllMessages(other.fileChanges_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.RefactorResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.RefactorResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private boolean success_ ; /** *
       */ Flag indicating the success of Refactor operation.
       * 
* * bool success = 1; */ public boolean getSuccess() { return success_; } /** *
       */ Flag indicating the success of Refactor operation.
       * 
* * bool success = 1; */ public Builder setSuccess(boolean value) { success_ = value; onChanged(); return this; } /** *
       */ Flag indicating the success of Refactor operation.
       * 
* * bool success = 1; */ public Builder clearSuccess() { success_ = false; onChanged(); return this; } private java.lang.Object error_ = ""; /** *
       */ Error message, valid only if Refactor wasn't successful
       * 
* * string error = 2; */ 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; */ 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; */ public Builder setError( java.lang.String value) { if (value == null) { throw new NullPointerException(); } error_ = value; onChanged(); return this; } /** *
       */ Error message, valid only if Refactor wasn't successful
       * 
* * string error = 2; */ public Builder clearError() { error_ = getDefaultInstance().getError(); onChanged(); return this; } /** *
       */ Error message, valid only if Refactor wasn't successful
       * 
* * string error = 2; */ public Builder setErrorBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); error_ = value; onChanged(); return this; } private com.google.protobuf.LazyStringList filesChanged_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureFilesChangedIsMutable() { if (!((bitField0_ & 0x00000004) == 0x00000004)) { filesChanged_ = new com.google.protobuf.LazyStringArrayList(filesChanged_); bitField0_ |= 0x00000004; } } /** *
       */ List of files that were affected because of the refactoring.
       * 
* * repeated string filesChanged = 3; */ public com.google.protobuf.ProtocolStringList getFilesChangedList() { return filesChanged_.getUnmodifiableView(); } /** *
       */ List of files that were affected because of the refactoring.
       * 
* * repeated string filesChanged = 3; */ public int getFilesChangedCount() { return filesChanged_.size(); } /** *
       */ List of files that were affected because of the refactoring.
       * 
* * repeated string filesChanged = 3; */ 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; */ 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; */ public Builder setFilesChanged( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureFilesChangedIsMutable(); filesChanged_.set(index, value); onChanged(); return this; } /** *
       */ List of files that were affected because of the refactoring.
       * 
* * repeated string filesChanged = 3; */ public Builder addFilesChanged( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureFilesChangedIsMutable(); filesChanged_.add(value); onChanged(); return this; } /** *
       */ List of files that were affected because of the refactoring.
       * 
* * repeated string filesChanged = 3; */ public Builder addAllFilesChanged( java.lang.Iterable values) { ensureFilesChangedIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, filesChanged_); onChanged(); return this; } /** *
       */ List of files that were affected because of the refactoring.
       * 
* * repeated string filesChanged = 3; */ public Builder clearFilesChanged() { filesChanged_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } /** *
       */ List of files that were affected because of the refactoring.
       * 
* * repeated string filesChanged = 3; */ public Builder addFilesChangedBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureFilesChangedIsMutable(); filesChanged_.add(value); onChanged(); return this; } private java.util.List fileChanges_ = java.util.Collections.emptyList(); private void ensureFileChangesIsMutable() { if (!((bitField0_ & 0x00000008) == 0x00000008)) { fileChanges_ = new java.util.ArrayList(fileChanges_); bitField0_ |= 0x00000008; } } private com.google.protobuf.RepeatedFieldBuilderV3< 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.RepeatedFieldBuilderV3< gauge.messages.Messages.FileChanges, gauge.messages.Messages.FileChanges.Builder, gauge.messages.Messages.FileChangesOrBuilder> getFileChangesFieldBuilder() { if (fileChangesBuilder_ == null) { fileChangesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< gauge.messages.Messages.FileChanges, gauge.messages.Messages.FileChanges.Builder, gauge.messages.Messages.FileChangesOrBuilder>( fileChanges_, ((bitField0_ & 0x00000008) == 0x00000008), getParentForChildren(), isClean()); fileChanges_ = null; } return fileChangesBuilder_; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new RefactorResponse(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ 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; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.StepNameRequest) StepNameRequestOrBuilder { private static final long serialVersionUID = 0L; // Use StepNameRequest.newBuilder() to construct. private StepNameRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private StepNameRequest() { stepValue_ = ""; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private StepNameRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { java.lang.String s = input.readStringRequireUtf8(); stepValue_ = s; break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.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; 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; */ 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; */ 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 (!getStepValueBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, stepValue_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getStepValueBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, stepValue_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.StepNameRequest)) { return super.equals(obj); } gauge.messages.Messages.StepNameRequest other = (gauge.messages.Messages.StepNameRequest) obj; boolean result = true; result = result && getStepValue() .equals(other.getStepValue()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepNameRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepNameRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); 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); result.stepValue_ = stepValue_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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_; onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.StepNameRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.StepNameRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } 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; */ 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; */ 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; */ public Builder setStepValue( java.lang.String value) { if (value == null) { throw new NullPointerException(); } stepValue_ = value; onChanged(); return this; } /** *
       */ Step text to lookup the Step.
       * / This is the parsed step value, i.e. with placeholders for parameters.
       * 
* * string stepValue = 1; */ public Builder clearStepValue() { stepValue_ = getDefaultInstance().getStepValue(); onChanged(); return this; } /** *
       */ Step text to lookup the Step.
       * / This is the parsed step value, i.e. with placeholders for parameters.
       * 
* * string stepValue = 1; */ public Builder setStepValueBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); stepValue_ = value; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new StepNameRequest(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ boolean getIsStepPresent(); /** *
     */ The Step name of the given step.
     * 
* * repeated string stepName = 2; */ java.util.List getStepNameList(); /** *
     */ The Step name of the given step.
     * 
* * repeated string stepName = 2; */ int getStepNameCount(); /** *
     */ The Step name of the given step.
     * 
* * repeated string stepName = 2; */ java.lang.String getStepName(int index); /** *
     */ The Step name of the given step.
     * 
* * repeated string stepName = 2; */ com.google.protobuf.ByteString getStepNameBytes(int index); /** *
     */ Flag indicating if the given Step is an alias.
     * 
* * bool hasAlias = 3; */ boolean getHasAlias(); /** *
     */ File name in which the step implementation exists
     * 
* * string fileName = 4; */ java.lang.String getFileName(); /** *
     */ File name in which the step implementation exists
     * 
* * string fileName = 4; */ com.google.protobuf.ByteString getFileNameBytes(); /** *
     */ Range of step
     * 
* * .gauge.messages.Span span = 5; */ boolean hasSpan(); /** *
     */ Range of step
     * 
* * .gauge.messages.Span span = 5; */ 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; */ boolean getIsExternal(); } /** *
   */ Response to StepNameRequest.
   * 
* * Protobuf type {@code gauge.messages.StepNameResponse} */ public static final class StepNameResponse extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.StepNameResponse) StepNameResponseOrBuilder { private static final long serialVersionUID = 0L; // Use StepNameResponse.newBuilder() to construct. private StepNameResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private StepNameResponse() { isStepPresent_ = false; stepName_ = com.google.protobuf.LazyStringArrayList.EMPTY; hasAlias_ = false; fileName_ = ""; isExternal_ = false; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private StepNameResponse( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { isStepPresent_ = input.readBool(); break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { stepName_ = new com.google.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000002; } stepName_.add(s); break; } case 24: { hasAlias_ = input.readBool(); break; } case 34: { java.lang.String s = input.readStringRequireUtf8(); fileName_ = s; break; } case 42: { gauge.messages.Spec.Span.Builder subBuilder = null; if (span_ != null) { subBuilder = span_.toBuilder(); } span_ = input.readMessage(gauge.messages.Spec.Span.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(span_); span_ = subBuilder.buildPartial(); } break; } case 48: { isExternal_ = input.readBool(); break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { stepName_ = stepName_.getUnmodifiableView(); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.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_; /** *
     */ Flag indicating if there is a match for the given Step Text.
     * 
* * bool isStepPresent = 1; */ public boolean getIsStepPresent() { return isStepPresent_; } public static final int STEPNAME_FIELD_NUMBER = 2; private com.google.protobuf.LazyStringList stepName_; /** *
     */ The Step name of the given step.
     * 
* * repeated string stepName = 2; */ public com.google.protobuf.ProtocolStringList getStepNameList() { return stepName_; } /** *
     */ The Step name of the given step.
     * 
* * repeated string stepName = 2; */ public int getStepNameCount() { return stepName_.size(); } /** *
     */ The Step name of the given step.
     * 
* * repeated string stepName = 2; */ public java.lang.String getStepName(int index) { return stepName_.get(index); } /** *
     */ The Step name of the given step.
     * 
* * repeated string stepName = 2; */ public com.google.protobuf.ByteString getStepNameBytes(int index) { return stepName_.getByteString(index); } public static final int HASALIAS_FIELD_NUMBER = 3; private boolean hasAlias_; /** *
     */ Flag indicating if the given Step is an alias.
     * 
* * bool hasAlias = 3; */ public boolean getHasAlias() { return hasAlias_; } public static final int FILENAME_FIELD_NUMBER = 4; private volatile java.lang.Object fileName_; /** *
     */ File name in which the step implementation exists
     * 
* * string fileName = 4; */ 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; */ 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; */ public boolean hasSpan() { return span_ != null; } /** *
     */ Range of step
     * 
* * .gauge.messages.Span span = 5; */ public gauge.messages.Spec.Span getSpan() { return span_ == null ? gauge.messages.Spec.Span.getDefaultInstance() : span_; } /** *
     */ Range of step
     * 
* * .gauge.messages.Span span = 5; */ public gauge.messages.Spec.SpanOrBuilder getSpanOrBuilder() { return getSpan(); } public static final int ISEXTERNAL_FIELD_NUMBER = 6; 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; */ 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.GeneratedMessageV3.writeString(output, 2, stepName_.getRaw(i)); } if (hasAlias_ != false) { output.writeBool(3, hasAlias_); } if (!getFileNameBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, fileName_); } if (span_ != null) { output.writeMessage(5, getSpan()); } if (isExternal_ != false) { output.writeBool(6, isExternal_); } unknownFields.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 (!getFileNameBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, fileName_); } if (span_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, getSpan()); } if (isExternal_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(6, isExternal_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.StepNameResponse)) { return super.equals(obj); } gauge.messages.Messages.StepNameResponse other = (gauge.messages.Messages.StepNameResponse) obj; boolean result = true; result = result && (getIsStepPresent() == other.getIsStepPresent()); result = result && getStepNameList() .equals(other.getStepNameList()); result = result && (getHasAlias() == other.getHasAlias()); result = result && getFileName() .equals(other.getFileName()); result = result && (hasSpan() == other.hasSpan()); if (hasSpan()) { result = result && getSpan() .equals(other.getSpan()); } result = result && (getIsExternal() == other.getIsExternal()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepNameResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepNameResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); isStepPresent_ = false; stepName_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); hasAlias_ = false; fileName_ = ""; if (spanBuilder_ == null) { span_ = null; } else { span_ = null; 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); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.isStepPresent_ = isStepPresent_; if (((bitField0_ & 0x00000002) == 0x00000002)) { stepName_ = stepName_.getUnmodifiableView(); bitField0_ = (bitField0_ & ~0x00000002); } result.stepName_ = stepName_; result.hasAlias_ = hasAlias_; result.fileName_ = fileName_; if (spanBuilder_ == null) { result.span_ = span_; } else { result.span_ = spanBuilder_.build(); } result.isExternal_ = isExternal_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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_ = (bitField0_ & ~0x00000002); } else { ensureStepNameIsMutable(); stepName_.addAll(other.stepName_); } onChanged(); } if (other.getHasAlias() != false) { setHasAlias(other.getHasAlias()); } if (!other.getFileName().isEmpty()) { fileName_ = other.fileName_; onChanged(); } if (other.hasSpan()) { mergeSpan(other.getSpan()); } if (other.getIsExternal() != false) { setIsExternal(other.getIsExternal()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.StepNameResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.StepNameResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private boolean isStepPresent_ ; /** *
       */ Flag indicating if there is a match for the given Step Text.
       * 
* * bool isStepPresent = 1; */ public boolean getIsStepPresent() { return isStepPresent_; } /** *
       */ Flag indicating if there is a match for the given Step Text.
       * 
* * bool isStepPresent = 1; */ public Builder setIsStepPresent(boolean value) { isStepPresent_ = value; onChanged(); return this; } /** *
       */ Flag indicating if there is a match for the given Step Text.
       * 
* * bool isStepPresent = 1; */ public Builder clearIsStepPresent() { isStepPresent_ = false; onChanged(); return this; } private com.google.protobuf.LazyStringList stepName_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureStepNameIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { stepName_ = new com.google.protobuf.LazyStringArrayList(stepName_); bitField0_ |= 0x00000002; } } /** *
       */ The Step name of the given step.
       * 
* * repeated string stepName = 2; */ public com.google.protobuf.ProtocolStringList getStepNameList() { return stepName_.getUnmodifiableView(); } /** *
       */ The Step name of the given step.
       * 
* * repeated string stepName = 2; */ public int getStepNameCount() { return stepName_.size(); } /** *
       */ The Step name of the given step.
       * 
* * repeated string stepName = 2; */ public java.lang.String getStepName(int index) { return stepName_.get(index); } /** *
       */ The Step name of the given step.
       * 
* * repeated string stepName = 2; */ public com.google.protobuf.ByteString getStepNameBytes(int index) { return stepName_.getByteString(index); } /** *
       */ The Step name of the given step.
       * 
* * repeated string stepName = 2; */ public Builder setStepName( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureStepNameIsMutable(); stepName_.set(index, value); onChanged(); return this; } /** *
       */ The Step name of the given step.
       * 
* * repeated string stepName = 2; */ public Builder addStepName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureStepNameIsMutable(); stepName_.add(value); onChanged(); return this; } /** *
       */ The Step name of the given step.
       * 
* * repeated string stepName = 2; */ public Builder addAllStepName( java.lang.Iterable values) { ensureStepNameIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, stepName_); onChanged(); return this; } /** *
       */ The Step name of the given step.
       * 
* * repeated string stepName = 2; */ public Builder clearStepName() { stepName_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** *
       */ The Step name of the given step.
       * 
* * repeated string stepName = 2; */ public Builder addStepNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureStepNameIsMutable(); stepName_.add(value); onChanged(); return this; } private boolean hasAlias_ ; /** *
       */ Flag indicating if the given Step is an alias.
       * 
* * bool hasAlias = 3; */ public boolean getHasAlias() { return hasAlias_; } /** *
       */ Flag indicating if the given Step is an alias.
       * 
* * bool hasAlias = 3; */ public Builder setHasAlias(boolean value) { hasAlias_ = value; onChanged(); return this; } /** *
       */ Flag indicating if the given Step is an alias.
       * 
* * bool hasAlias = 3; */ public Builder clearHasAlias() { hasAlias_ = false; onChanged(); return this; } private java.lang.Object fileName_ = ""; /** *
       */ File name in which the step implementation exists
       * 
* * string fileName = 4; */ 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; */ 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; */ public Builder setFileName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } fileName_ = value; onChanged(); return this; } /** *
       */ File name in which the step implementation exists
       * 
* * string fileName = 4; */ public Builder clearFileName() { fileName_ = getDefaultInstance().getFileName(); onChanged(); return this; } /** *
       */ File name in which the step implementation exists
       * 
* * string fileName = 4; */ public Builder setFileNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); fileName_ = value; onChanged(); return this; } private gauge.messages.Spec.Span span_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Spec.Span, gauge.messages.Spec.Span.Builder, gauge.messages.Spec.SpanOrBuilder> spanBuilder_; /** *
       */ Range of step
       * 
* * .gauge.messages.Span span = 5; */ public boolean hasSpan() { return spanBuilder_ != null || span_ != null; } /** *
       */ Range of step
       * 
* * .gauge.messages.Span span = 5; */ 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; onChanged(); } else { spanBuilder_.setMessage(value); } 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(); onChanged(); } else { spanBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ Range of step
       * 
* * .gauge.messages.Span span = 5; */ public Builder mergeSpan(gauge.messages.Spec.Span value) { if (spanBuilder_ == null) { if (span_ != null) { span_ = gauge.messages.Spec.Span.newBuilder(span_).mergeFrom(value).buildPartial(); } else { span_ = value; } onChanged(); } else { spanBuilder_.mergeFrom(value); } return this; } /** *
       */ Range of step
       * 
* * .gauge.messages.Span span = 5; */ public Builder clearSpan() { if (spanBuilder_ == null) { span_ = null; onChanged(); } else { span_ = null; spanBuilder_ = null; } return this; } /** *
       */ Range of step
       * 
* * .gauge.messages.Span span = 5; */ public gauge.messages.Spec.Span.Builder getSpanBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Spec.Span, gauge.messages.Spec.Span.Builder, gauge.messages.Spec.SpanOrBuilder> getSpanFieldBuilder() { if (spanBuilder_ == null) { spanBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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; */ 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; */ public Builder setIsExternal(boolean value) { isExternal_ = value; 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; */ public Builder clearIsExternal() { isExternal_ = false; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new StepNameResponse(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ java.lang.String getMessage(); /** * string message = 1; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.UnsupportedMessageResponse) UnsupportedMessageResponseOrBuilder { private static final long serialVersionUID = 0L; // Use UnsupportedMessageResponse.newBuilder() to construct. private UnsupportedMessageResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private UnsupportedMessageResponse() { message_ = ""; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private UnsupportedMessageResponse( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { java.lang.String s = input.readStringRequireUtf8(); message_ = s; break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.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; private volatile java.lang.Object message_; /** * string message = 1; */ 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; */ 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 (!getMessageBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, message_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getMessageBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, message_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.UnsupportedMessageResponse)) { return super.equals(obj); } gauge.messages.Messages.UnsupportedMessageResponse other = (gauge.messages.Messages.UnsupportedMessageResponse) obj; boolean result = true; result = result && getMessage() .equals(other.getMessage()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.UnsupportedMessageResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.UnsupportedMessageResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); 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); result.message_ = message_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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_; onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.UnsupportedMessageResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.UnsupportedMessageResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object message_ = ""; /** * string message = 1; */ 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; */ 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; */ public Builder setMessage( java.lang.String value) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); return this; } /** * string message = 1; */ public Builder clearMessage() { message_ = getDefaultInstance().getMessage(); onChanged(); return this; } /** * string message = 1; */ public Builder setMessageBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); message_ = value; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new UnsupportedMessageResponse(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ java.lang.String getContent(); /** *
     */ File content of the file to be cached
     * 
* * string content = 1; */ com.google.protobuf.ByteString getContentBytes(); /** *
     */ File path of the file to be cached
     * 
* * string filePath = 2; */ java.lang.String getFilePath(); /** *
     */ File path of the file to be cached
     * 
* * string filePath = 2; */ com.google.protobuf.ByteString getFilePathBytes(); /** *
     */ Specifies if the file is closed
     * 
* * bool isClosed = 3; */ boolean getIsClosed(); /** *
     */ Specifies the status of the file
     * 
* * .gauge.messages.CacheFileRequest.FileStatus status = 4; */ int getStatusValue(); /** *
     */ Specifies the status of the file
     * 
* * .gauge.messages.CacheFileRequest.FileStatus status = 4; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.CacheFileRequest) CacheFileRequestOrBuilder { private static final long serialVersionUID = 0L; // Use CacheFileRequest.newBuilder() to construct. private CacheFileRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private CacheFileRequest() { content_ = ""; filePath_ = ""; isClosed_ = false; status_ = 0; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private CacheFileRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { java.lang.String s = input.readStringRequireUtf8(); content_ = s; break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); filePath_ = s; break; } case 24: { isClosed_ = input.readBool(); break; } case 32: { int rawValue = input.readEnum(); status_ = rawValue; break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.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), ; /** *
       */ 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; } /** * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static FileStatus valueOf(int value) { return forNumber(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() { 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; private volatile java.lang.Object content_; /** *
     */ File content of the file to be cached
     * 
* * string content = 1; */ 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; */ 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; private volatile java.lang.Object filePath_; /** *
     */ File path of the file to be cached
     * 
* * string filePath = 2; */ 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; */ 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_; /** *
     */ Specifies if the file is closed
     * 
* * bool isClosed = 3; */ public boolean getIsClosed() { return isClosed_; } public static final int STATUS_FIELD_NUMBER = 4; private int status_; /** *
     */ Specifies the status of the file
     * 
* * .gauge.messages.CacheFileRequest.FileStatus status = 4; */ public int getStatusValue() { return status_; } /** *
     */ Specifies the status of the file
     * 
* * .gauge.messages.CacheFileRequest.FileStatus status = 4; */ public gauge.messages.Messages.CacheFileRequest.FileStatus getStatus() { @SuppressWarnings("deprecation") gauge.messages.Messages.CacheFileRequest.FileStatus result = gauge.messages.Messages.CacheFileRequest.FileStatus.valueOf(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 (!getContentBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, content_); } if (!getFilePathBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, filePath_); } if (isClosed_ != false) { output.writeBool(3, isClosed_); } if (status_ != gauge.messages.Messages.CacheFileRequest.FileStatus.CHANGED.getNumber()) { output.writeEnum(4, status_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getContentBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, content_); } if (!getFilePathBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.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 += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.CacheFileRequest)) { return super.equals(obj); } gauge.messages.Messages.CacheFileRequest other = (gauge.messages.Messages.CacheFileRequest) obj; boolean result = true; result = result && getContent() .equals(other.getContent()); result = result && getFilePath() .equals(other.getFilePath()); result = result && (getIsClosed() == other.getIsClosed()); result = result && status_ == other.status_; result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.CacheFileRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.CacheFileRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); 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); result.content_ = content_; result.filePath_ = filePath_; result.isClosed_ = isClosed_; result.status_ = status_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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_; onChanged(); } if (!other.getFilePath().isEmpty()) { filePath_ = other.filePath_; onChanged(); } if (other.getIsClosed() != false) { setIsClosed(other.getIsClosed()); } if (other.status_ != 0) { setStatusValue(other.getStatusValue()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.CacheFileRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.CacheFileRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object content_ = ""; /** *
       */ File content of the file to be cached
       * 
* * string content = 1; */ 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; */ 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; */ public Builder setContent( java.lang.String value) { if (value == null) { throw new NullPointerException(); } content_ = value; onChanged(); return this; } /** *
       */ File content of the file to be cached
       * 
* * string content = 1; */ public Builder clearContent() { content_ = getDefaultInstance().getContent(); onChanged(); return this; } /** *
       */ File content of the file to be cached
       * 
* * string content = 1; */ public Builder setContentBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); content_ = value; onChanged(); return this; } private java.lang.Object filePath_ = ""; /** *
       */ File path of the file to be cached
       * 
* * string filePath = 2; */ 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; */ 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; */ public Builder setFilePath( java.lang.String value) { if (value == null) { throw new NullPointerException(); } filePath_ = value; onChanged(); return this; } /** *
       */ File path of the file to be cached
       * 
* * string filePath = 2; */ public Builder clearFilePath() { filePath_ = getDefaultInstance().getFilePath(); onChanged(); return this; } /** *
       */ File path of the file to be cached
       * 
* * string filePath = 2; */ public Builder setFilePathBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); filePath_ = value; onChanged(); return this; } private boolean isClosed_ ; /** *
       */ Specifies if the file is closed
       * 
* * bool isClosed = 3; */ public boolean getIsClosed() { return isClosed_; } /** *
       */ Specifies if the file is closed
       * 
* * bool isClosed = 3; */ public Builder setIsClosed(boolean value) { isClosed_ = value; onChanged(); return this; } /** *
       */ Specifies if the file is closed
       * 
* * bool isClosed = 3; */ public Builder clearIsClosed() { isClosed_ = false; onChanged(); return this; } private int status_ = 0; /** *
       */ Specifies the status of the file
       * 
* * .gauge.messages.CacheFileRequest.FileStatus status = 4; */ public int getStatusValue() { return status_; } /** *
       */ Specifies the status of the file
       * 
* * .gauge.messages.CacheFileRequest.FileStatus status = 4; */ public Builder setStatusValue(int value) { status_ = value; onChanged(); return this; } /** *
       */ Specifies the status of the file
       * 
* * .gauge.messages.CacheFileRequest.FileStatus status = 4; */ public gauge.messages.Messages.CacheFileRequest.FileStatus getStatus() { @SuppressWarnings("deprecation") gauge.messages.Messages.CacheFileRequest.FileStatus result = gauge.messages.Messages.CacheFileRequest.FileStatus.valueOf(status_); return result == null ? gauge.messages.Messages.CacheFileRequest.FileStatus.UNRECOGNIZED : result; } /** *
       */ Specifies the status of the file
       * 
* * .gauge.messages.CacheFileRequest.FileStatus status = 4; */ public Builder setStatus(gauge.messages.Messages.CacheFileRequest.FileStatus value) { if (value == null) { throw new NullPointerException(); } status_ = value.getNumber(); onChanged(); return this; } /** *
       */ Specifies the status of the file
       * 
* * .gauge.messages.CacheFileRequest.FileStatus status = 4; */ public Builder clearStatus() { status_ = 0; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new CacheFileRequest(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ java.lang.String getFilePath(); /** *
     */ Get step positions for file path
     * 
* * string filePath = 1; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.StepPositionsRequest) StepPositionsRequestOrBuilder { private static final long serialVersionUID = 0L; // Use StepPositionsRequest.newBuilder() to construct. private StepPositionsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private StepPositionsRequest() { filePath_ = ""; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private StepPositionsRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { java.lang.String s = input.readStringRequireUtf8(); filePath_ = s; break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.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; private volatile java.lang.Object filePath_; /** *
     */ Get step positions for file path
     * 
* * string filePath = 1; */ 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; */ 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 (!getFilePathBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, filePath_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getFilePathBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, filePath_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.StepPositionsRequest)) { return super.equals(obj); } gauge.messages.Messages.StepPositionsRequest other = (gauge.messages.Messages.StepPositionsRequest) obj; boolean result = true; result = result && getFilePath() .equals(other.getFilePath()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepPositionsRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepPositionsRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); 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); result.filePath_ = filePath_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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_; onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.StepPositionsRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.StepPositionsRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object filePath_ = ""; /** *
       */ Get step positions for file path
       * 
* * string filePath = 1; */ 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; */ 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; */ public Builder setFilePath( java.lang.String value) { if (value == null) { throw new NullPointerException(); } filePath_ = value; onChanged(); return this; } /** *
       */ Get step positions for file path
       * 
* * string filePath = 1; */ public Builder clearFilePath() { filePath_ = getDefaultInstance().getFilePath(); onChanged(); return this; } /** *
       */ Get step positions for file path
       * 
* * string filePath = 1; */ public Builder setFilePathBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); filePath_ = value; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new StepPositionsRequest(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ java.lang.String getError(); /** *
     */ Error message
     * 
* * string error = 2; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.StepPositionsResponse) StepPositionsResponseOrBuilder { private static final long serialVersionUID = 0L; // Use StepPositionsResponse.newBuilder() to construct. private StepPositionsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private StepPositionsResponse() { stepPositions_ = java.util.Collections.emptyList(); error_ = ""; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private StepPositionsResponse( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { stepPositions_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } stepPositions_.add( input.readMessage(gauge.messages.Messages.StepPositionsResponse.StepPosition.parser(), extensionRegistry)); break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); error_ = s; break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { stepPositions_ = java.util.Collections.unmodifiableList(stepPositions_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.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; */ java.lang.String getStepValue(); /** *
       */ Step Value
       * 
* * string stepValue = 1; */ com.google.protobuf.ByteString getStepValueBytes(); /** *
       */ Range of step
       * 
* * .gauge.messages.Span span = 2; */ boolean hasSpan(); /** *
       */ Range of step
       * 
* * .gauge.messages.Span span = 2; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.StepPositionsResponse.StepPosition) StepPositionOrBuilder { private static final long serialVersionUID = 0L; // Use StepPosition.newBuilder() to construct. private StepPosition(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private StepPosition() { stepValue_ = ""; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private StepPosition( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { java.lang.String s = input.readStringRequireUtf8(); stepValue_ = s; break; } case 18: { gauge.messages.Spec.Span.Builder subBuilder = null; if (span_ != null) { subBuilder = span_.toBuilder(); } span_ = input.readMessage(gauge.messages.Spec.Span.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(span_); span_ = subBuilder.buildPartial(); } break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.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); } public static final int STEPVALUE_FIELD_NUMBER = 1; private volatile java.lang.Object stepValue_; /** *
       */ Step Value
       * 
* * string stepValue = 1; */ 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; */ 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; */ public boolean hasSpan() { return span_ != null; } /** *
       */ Range of step
       * 
* * .gauge.messages.Span span = 2; */ public gauge.messages.Spec.Span getSpan() { return span_ == null ? gauge.messages.Spec.Span.getDefaultInstance() : span_; } /** *
       */ Range of step
       * 
* * .gauge.messages.Span span = 2; */ public gauge.messages.Spec.SpanOrBuilder getSpanOrBuilder() { return getSpan(); } 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 (!getStepValueBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, stepValue_); } if (span_ != null) { output.writeMessage(2, getSpan()); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getStepValueBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, stepValue_); } if (span_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getSpan()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.StepPositionsResponse.StepPosition)) { return super.equals(obj); } gauge.messages.Messages.StepPositionsResponse.StepPosition other = (gauge.messages.Messages.StepPositionsResponse.StepPosition) obj; boolean result = true; result = result && getStepValue() .equals(other.getStepValue()); result = result && (hasSpan() == other.hasSpan()); if (hasSpan()) { result = result && getSpan() .equals(other.getSpan()); } result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepPositionsResponse.StepPosition parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); stepValue_ = ""; if (spanBuilder_ == null) { span_ = null; } else { span_ = null; 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); result.stepValue_ = stepValue_; if (spanBuilder_ == null) { result.span_ = span_; } else { result.span_ = spanBuilder_.build(); } onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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_; onChanged(); } if (other.hasSpan()) { mergeSpan(other.getSpan()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.StepPositionsResponse.StepPosition parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.StepPositionsResponse.StepPosition) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object stepValue_ = ""; /** *
         */ Step Value
         * 
* * string stepValue = 1; */ 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; */ 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; */ public Builder setStepValue( java.lang.String value) { if (value == null) { throw new NullPointerException(); } stepValue_ = value; onChanged(); return this; } /** *
         */ Step Value
         * 
* * string stepValue = 1; */ public Builder clearStepValue() { stepValue_ = getDefaultInstance().getStepValue(); onChanged(); return this; } /** *
         */ Step Value
         * 
* * string stepValue = 1; */ public Builder setStepValueBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); stepValue_ = value; onChanged(); return this; } private gauge.messages.Spec.Span span_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Spec.Span, gauge.messages.Spec.Span.Builder, gauge.messages.Spec.SpanOrBuilder> spanBuilder_; /** *
         */ Range of step
         * 
* * .gauge.messages.Span span = 2; */ public boolean hasSpan() { return spanBuilder_ != null || span_ != null; } /** *
         */ Range of step
         * 
* * .gauge.messages.Span span = 2; */ 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; onChanged(); } else { spanBuilder_.setMessage(value); } 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(); onChanged(); } else { spanBuilder_.setMessage(builderForValue.build()); } return this; } /** *
         */ Range of step
         * 
* * .gauge.messages.Span span = 2; */ public Builder mergeSpan(gauge.messages.Spec.Span value) { if (spanBuilder_ == null) { if (span_ != null) { span_ = gauge.messages.Spec.Span.newBuilder(span_).mergeFrom(value).buildPartial(); } else { span_ = value; } onChanged(); } else { spanBuilder_.mergeFrom(value); } return this; } /** *
         */ Range of step
         * 
* * .gauge.messages.Span span = 2; */ public Builder clearSpan() { if (spanBuilder_ == null) { span_ = null; onChanged(); } else { span_ = null; spanBuilder_ = null; } return this; } /** *
         */ Range of step
         * 
* * .gauge.messages.Span span = 2; */ public gauge.messages.Spec.Span.Builder getSpanBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Spec.Span, gauge.messages.Spec.Span.Builder, gauge.messages.Spec.SpanOrBuilder> getSpanFieldBuilder() { if (spanBuilder_ == null) { spanBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Spec.Span, gauge.messages.Spec.Span.Builder, gauge.messages.Spec.SpanOrBuilder>( getSpan(), getParentForChildren(), isClean()); span_ = null; } return spanBuilder_; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new StepPosition(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.StepPositionsResponse.StepPosition getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private int bitField0_; public static final int STEPPOSITIONS_FIELD_NUMBER = 1; private java.util.List stepPositions_; /** *
     */ Step Position
     * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ public java.util.List getStepPositionsList() { return stepPositions_; } /** *
     */ Step Position
     * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ public java.util.List getStepPositionsOrBuilderList() { return stepPositions_; } /** *
     */ Step Position
     * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ public int getStepPositionsCount() { return stepPositions_.size(); } /** *
     */ Step Position
     * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ public gauge.messages.Messages.StepPositionsResponse.StepPosition getStepPositions(int index) { return stepPositions_.get(index); } /** *
     */ Step Position
     * 
* * repeated .gauge.messages.StepPositionsResponse.StepPosition stepPositions = 1; */ public gauge.messages.Messages.StepPositionsResponse.StepPositionOrBuilder getStepPositionsOrBuilder( int index) { return stepPositions_.get(index); } public static final int ERROR_FIELD_NUMBER = 2; private volatile java.lang.Object error_; /** *
     */ Error message
     * 
* * string error = 2; */ 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; */ 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 (!getErrorBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, error_); } unknownFields.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 (!getErrorBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, error_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.StepPositionsResponse)) { return super.equals(obj); } gauge.messages.Messages.StepPositionsResponse other = (gauge.messages.Messages.StepPositionsResponse) obj; boolean result = true; result = result && getStepPositionsList() .equals(other.getStepPositionsList()); result = result && getError() .equals(other.getError()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepPositionsResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StepPositionsResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getStepPositionsFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); if (stepPositionsBuilder_ == null) { stepPositions_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { stepPositionsBuilder_.clear(); } 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); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (stepPositionsBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001)) { stepPositions_ = java.util.Collections.unmodifiableList(stepPositions_); bitField0_ = (bitField0_ & ~0x00000001); } result.stepPositions_ = stepPositions_; } else { result.stepPositions_ = stepPositionsBuilder_.build(); } result.error_ = error_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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.GeneratedMessageV3.alwaysUseFieldBuilders ? getStepPositionsFieldBuilder() : null; } else { stepPositionsBuilder_.addAllMessages(other.stepPositions_); } } } if (!other.getError().isEmpty()) { error_ = other.error_; onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.StepPositionsResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.StepPositionsResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List stepPositions_ = java.util.Collections.emptyList(); private void ensureStepPositionsIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { stepPositions_ = new java.util.ArrayList(stepPositions_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< 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.RepeatedFieldBuilderV3< 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.RepeatedFieldBuilderV3< gauge.messages.Messages.StepPositionsResponse.StepPosition, gauge.messages.Messages.StepPositionsResponse.StepPosition.Builder, gauge.messages.Messages.StepPositionsResponse.StepPositionOrBuilder>( stepPositions_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); stepPositions_ = null; } return stepPositionsBuilder_; } private java.lang.Object error_ = ""; /** *
       */ Error message
       * 
* * string error = 2; */ 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; */ 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; */ public Builder setError( java.lang.String value) { if (value == null) { throw new NullPointerException(); } error_ = value; onChanged(); return this; } /** *
       */ Error message
       * 
* * string error = 2; */ public Builder clearError() { error_ = getDefaultInstance().getError(); onChanged(); return this; } /** *
       */ Error message
       * 
* * string error = 2; */ public Builder setErrorBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); error_ = value; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new StepPositionsResponse(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.ImplementationFileGlobPatternRequest) ImplementationFileGlobPatternRequestOrBuilder { private static final long serialVersionUID = 0L; // Use ImplementationFileGlobPatternRequest.newBuilder() to construct. private ImplementationFileGlobPatternRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ImplementationFileGlobPatternRequest() { } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ImplementationFileGlobPatternRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.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 { unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ImplementationFileGlobPatternRequest)) { return super.equals(obj); } gauge.messages.Messages.ImplementationFileGlobPatternRequest other = (gauge.messages.Messages.ImplementationFileGlobPatternRequest) obj; boolean result = true; result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ImplementationFileGlobPatternRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ImplementationFileGlobPatternRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); 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 clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.ImplementationFileGlobPatternRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.ImplementationFileGlobPatternRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new ImplementationFileGlobPatternRequest(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ java.util.List getGlobPatternsList(); /** *
     */ List of implementation file glob patterns
     * 
* * repeated string globPatterns = 1; */ int getGlobPatternsCount(); /** *
     */ List of implementation file glob patterns
     * 
* * repeated string globPatterns = 1; */ java.lang.String getGlobPatterns(int index); /** *
     */ List of implementation file glob patterns
     * 
* * repeated string globPatterns = 1; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.ImplementationFileGlobPatternResponse) ImplementationFileGlobPatternResponseOrBuilder { private static final long serialVersionUID = 0L; // Use ImplementationFileGlobPatternResponse.newBuilder() to construct. private ImplementationFileGlobPatternResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ImplementationFileGlobPatternResponse() { globPatterns_ = com.google.protobuf.LazyStringArrayList.EMPTY; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ImplementationFileGlobPatternResponse( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { java.lang.String s = input.readStringRequireUtf8(); if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { globPatterns_ = new com.google.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000001; } globPatterns_.add(s); break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { globPatterns_ = globPatterns_.getUnmodifiableView(); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.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; private com.google.protobuf.LazyStringList globPatterns_; /** *
     */ List of implementation file glob patterns
     * 
* * repeated string globPatterns = 1; */ public com.google.protobuf.ProtocolStringList getGlobPatternsList() { return globPatterns_; } /** *
     */ List of implementation file glob patterns
     * 
* * repeated string globPatterns = 1; */ public int getGlobPatternsCount() { return globPatterns_.size(); } /** *
     */ List of implementation file glob patterns
     * 
* * repeated string globPatterns = 1; */ public java.lang.String getGlobPatterns(int index) { return globPatterns_.get(index); } /** *
     */ List of implementation file glob patterns
     * 
* * repeated string globPatterns = 1; */ 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.GeneratedMessageV3.writeString(output, 1, globPatterns_.getRaw(i)); } unknownFields.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 += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ImplementationFileGlobPatternResponse)) { return super.equals(obj); } gauge.messages.Messages.ImplementationFileGlobPatternResponse other = (gauge.messages.Messages.ImplementationFileGlobPatternResponse) obj; boolean result = true; result = result && getGlobPatternsList() .equals(other.getGlobPatternsList()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ImplementationFileGlobPatternResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ImplementationFileGlobPatternResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); globPatterns_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); 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); int from_bitField0_ = bitField0_; if (((bitField0_ & 0x00000001) == 0x00000001)) { globPatterns_ = globPatterns_.getUnmodifiableView(); bitField0_ = (bitField0_ & ~0x00000001); } result.globPatterns_ = globPatterns_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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_ = (bitField0_ & ~0x00000001); } else { ensureGlobPatternsIsMutable(); globPatterns_.addAll(other.globPatterns_); } onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.ImplementationFileGlobPatternResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.ImplementationFileGlobPatternResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private com.google.protobuf.LazyStringList globPatterns_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureGlobPatternsIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { globPatterns_ = new com.google.protobuf.LazyStringArrayList(globPatterns_); bitField0_ |= 0x00000001; } } /** *
       */ List of implementation file glob patterns
       * 
* * repeated string globPatterns = 1; */ public com.google.protobuf.ProtocolStringList getGlobPatternsList() { return globPatterns_.getUnmodifiableView(); } /** *
       */ List of implementation file glob patterns
       * 
* * repeated string globPatterns = 1; */ public int getGlobPatternsCount() { return globPatterns_.size(); } /** *
       */ List of implementation file glob patterns
       * 
* * repeated string globPatterns = 1; */ public java.lang.String getGlobPatterns(int index) { return globPatterns_.get(index); } /** *
       */ List of implementation file glob patterns
       * 
* * repeated string globPatterns = 1; */ public com.google.protobuf.ByteString getGlobPatternsBytes(int index) { return globPatterns_.getByteString(index); } /** *
       */ List of implementation file glob patterns
       * 
* * repeated string globPatterns = 1; */ public Builder setGlobPatterns( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureGlobPatternsIsMutable(); globPatterns_.set(index, value); onChanged(); return this; } /** *
       */ List of implementation file glob patterns
       * 
* * repeated string globPatterns = 1; */ public Builder addGlobPatterns( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureGlobPatternsIsMutable(); globPatterns_.add(value); onChanged(); return this; } /** *
       */ List of implementation file glob patterns
       * 
* * repeated string globPatterns = 1; */ public Builder addAllGlobPatterns( java.lang.Iterable values) { ensureGlobPatternsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, globPatterns_); onChanged(); return this; } /** *
       */ List of implementation file glob patterns
       * 
* * repeated string globPatterns = 1; */ public Builder clearGlobPatterns() { globPatterns_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
       */ List of implementation file glob patterns
       * 
* * repeated string globPatterns = 1; */ public Builder addGlobPatternsBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureGlobPatternsIsMutable(); globPatterns_.add(value); onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new ImplementationFileGlobPatternResponse(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.ImplementationFileListRequest) ImplementationFileListRequestOrBuilder { private static final long serialVersionUID = 0L; // Use ImplementationFileListRequest.newBuilder() to construct. private ImplementationFileListRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ImplementationFileListRequest() { } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ImplementationFileListRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.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 { unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ImplementationFileListRequest)) { return super.equals(obj); } gauge.messages.Messages.ImplementationFileListRequest other = (gauge.messages.Messages.ImplementationFileListRequest) obj; boolean result = true; result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ImplementationFileListRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ImplementationFileListRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); 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 clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.ImplementationFileListRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.ImplementationFileListRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new ImplementationFileListRequest(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ java.util.List getImplementationFilePathsList(); /** *
     */ List of implementation files
     * 
* * repeated string implementationFilePaths = 1; */ int getImplementationFilePathsCount(); /** *
     */ List of implementation files
     * 
* * repeated string implementationFilePaths = 1; */ java.lang.String getImplementationFilePaths(int index); /** *
     */ List of implementation files
     * 
* * repeated string implementationFilePaths = 1; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.ImplementationFileListResponse) ImplementationFileListResponseOrBuilder { private static final long serialVersionUID = 0L; // Use ImplementationFileListResponse.newBuilder() to construct. private ImplementationFileListResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ImplementationFileListResponse() { implementationFilePaths_ = com.google.protobuf.LazyStringArrayList.EMPTY; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ImplementationFileListResponse( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { java.lang.String s = input.readStringRequireUtf8(); if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { implementationFilePaths_ = new com.google.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000001; } implementationFilePaths_.add(s); break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { implementationFilePaths_ = implementationFilePaths_.getUnmodifiableView(); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.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; private com.google.protobuf.LazyStringList implementationFilePaths_; /** *
     */ List of implementation files
     * 
* * repeated string implementationFilePaths = 1; */ public com.google.protobuf.ProtocolStringList getImplementationFilePathsList() { return implementationFilePaths_; } /** *
     */ List of implementation files
     * 
* * repeated string implementationFilePaths = 1; */ public int getImplementationFilePathsCount() { return implementationFilePaths_.size(); } /** *
     */ List of implementation files
     * 
* * repeated string implementationFilePaths = 1; */ public java.lang.String getImplementationFilePaths(int index) { return implementationFilePaths_.get(index); } /** *
     */ List of implementation files
     * 
* * repeated string implementationFilePaths = 1; */ 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.GeneratedMessageV3.writeString(output, 1, implementationFilePaths_.getRaw(i)); } unknownFields.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 += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.ImplementationFileListResponse)) { return super.equals(obj); } gauge.messages.Messages.ImplementationFileListResponse other = (gauge.messages.Messages.ImplementationFileListResponse) obj; boolean result = true; result = result && getImplementationFilePathsList() .equals(other.getImplementationFilePathsList()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ImplementationFileListResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.ImplementationFileListResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); implementationFilePaths_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); 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); int from_bitField0_ = bitField0_; if (((bitField0_ & 0x00000001) == 0x00000001)) { implementationFilePaths_ = implementationFilePaths_.getUnmodifiableView(); bitField0_ = (bitField0_ & ~0x00000001); } result.implementationFilePaths_ = implementationFilePaths_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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_ = (bitField0_ & ~0x00000001); } else { ensureImplementationFilePathsIsMutable(); implementationFilePaths_.addAll(other.implementationFilePaths_); } onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.ImplementationFileListResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.ImplementationFileListResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private com.google.protobuf.LazyStringList implementationFilePaths_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureImplementationFilePathsIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { implementationFilePaths_ = new com.google.protobuf.LazyStringArrayList(implementationFilePaths_); bitField0_ |= 0x00000001; } } /** *
       */ List of implementation files
       * 
* * repeated string implementationFilePaths = 1; */ public com.google.protobuf.ProtocolStringList getImplementationFilePathsList() { return implementationFilePaths_.getUnmodifiableView(); } /** *
       */ List of implementation files
       * 
* * repeated string implementationFilePaths = 1; */ public int getImplementationFilePathsCount() { return implementationFilePaths_.size(); } /** *
       */ List of implementation files
       * 
* * repeated string implementationFilePaths = 1; */ public java.lang.String getImplementationFilePaths(int index) { return implementationFilePaths_.get(index); } /** *
       */ List of implementation files
       * 
* * repeated string implementationFilePaths = 1; */ public com.google.protobuf.ByteString getImplementationFilePathsBytes(int index) { return implementationFilePaths_.getByteString(index); } /** *
       */ List of implementation files
       * 
* * repeated string implementationFilePaths = 1; */ public Builder setImplementationFilePaths( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureImplementationFilePathsIsMutable(); implementationFilePaths_.set(index, value); onChanged(); return this; } /** *
       */ List of implementation files
       * 
* * repeated string implementationFilePaths = 1; */ public Builder addImplementationFilePaths( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureImplementationFilePathsIsMutable(); implementationFilePaths_.add(value); onChanged(); return this; } /** *
       */ List of implementation files
       * 
* * repeated string implementationFilePaths = 1; */ public Builder addAllImplementationFilePaths( java.lang.Iterable values) { ensureImplementationFilePathsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, implementationFilePaths_); onChanged(); return this; } /** *
       */ List of implementation files
       * 
* * repeated string implementationFilePaths = 1; */ public Builder clearImplementationFilePaths() { implementationFilePaths_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
       */ List of implementation files
       * 
* * repeated string implementationFilePaths = 1; */ public Builder addImplementationFilePathsBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureImplementationFilePathsIsMutable(); implementationFilePaths_.add(value); onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new ImplementationFileListResponse(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ java.lang.String getImplementationFilePath(); /** *
     */ Path of the file where the new stub implementation will be added
     * 
* * string implementationFilePath = 1; */ com.google.protobuf.ByteString getImplementationFilePathBytes(); /** *
     */ List of implementation codes to be appended to implementation file.
     * 
* * repeated string codes = 2; */ java.util.List getCodesList(); /** *
     */ List of implementation codes to be appended to implementation file.
     * 
* * repeated string codes = 2; */ int getCodesCount(); /** *
     */ List of implementation codes to be appended to implementation file.
     * 
* * repeated string codes = 2; */ java.lang.String getCodes(int index); /** *
     */ List of implementation codes to be appended to implementation file.
     * 
* * repeated string codes = 2; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.StubImplementationCodeRequest) StubImplementationCodeRequestOrBuilder { private static final long serialVersionUID = 0L; // Use StubImplementationCodeRequest.newBuilder() to construct. private StubImplementationCodeRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private StubImplementationCodeRequest() { implementationFilePath_ = ""; codes_ = com.google.protobuf.LazyStringArrayList.EMPTY; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private StubImplementationCodeRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { java.lang.String s = input.readStringRequireUtf8(); implementationFilePath_ = s; break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { codes_ = new com.google.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000002; } codes_.add(s); break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { codes_ = codes_.getUnmodifiableView(); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_StubImplementationCodeRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.StubImplementationCodeRequest.class, gauge.messages.Messages.StubImplementationCodeRequest.Builder.class); } private int bitField0_; public static final int IMPLEMENTATIONFILEPATH_FIELD_NUMBER = 1; private volatile java.lang.Object implementationFilePath_; /** *
     */ Path of the file where the new stub implementation will be added
     * 
* * string implementationFilePath = 1; */ 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; */ 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; private com.google.protobuf.LazyStringList codes_; /** *
     */ List of implementation codes to be appended to implementation file.
     * 
* * repeated string codes = 2; */ public com.google.protobuf.ProtocolStringList getCodesList() { return codes_; } /** *
     */ List of implementation codes to be appended to implementation file.
     * 
* * repeated string codes = 2; */ public int getCodesCount() { return codes_.size(); } /** *
     */ List of implementation codes to be appended to implementation file.
     * 
* * repeated string codes = 2; */ 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; */ 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 (!getImplementationFilePathBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, implementationFilePath_); } for (int i = 0; i < codes_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, codes_.getRaw(i)); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getImplementationFilePathBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.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 += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.StubImplementationCodeRequest)) { return super.equals(obj); } gauge.messages.Messages.StubImplementationCodeRequest other = (gauge.messages.Messages.StubImplementationCodeRequest) obj; boolean result = true; result = result && getImplementationFilePath() .equals(other.getImplementationFilePath()); result = result && getCodesList() .equals(other.getCodesList()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StubImplementationCodeRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.StubImplementationCodeRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); implementationFilePath_ = ""; codes_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); 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); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.implementationFilePath_ = implementationFilePath_; if (((bitField0_ & 0x00000002) == 0x00000002)) { codes_ = codes_.getUnmodifiableView(); bitField0_ = (bitField0_ & ~0x00000002); } result.codes_ = codes_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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_; onChanged(); } if (!other.codes_.isEmpty()) { if (codes_.isEmpty()) { codes_ = other.codes_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureCodesIsMutable(); codes_.addAll(other.codes_); } onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.StubImplementationCodeRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.StubImplementationCodeRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } 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; */ 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; */ 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; */ public Builder setImplementationFilePath( java.lang.String value) { if (value == null) { throw new NullPointerException(); } implementationFilePath_ = value; onChanged(); return this; } /** *
       */ Path of the file where the new stub implementation will be added
       * 
* * string implementationFilePath = 1; */ public Builder clearImplementationFilePath() { implementationFilePath_ = getDefaultInstance().getImplementationFilePath(); onChanged(); return this; } /** *
       */ Path of the file where the new stub implementation will be added
       * 
* * string implementationFilePath = 1; */ public Builder setImplementationFilePathBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); implementationFilePath_ = value; onChanged(); return this; } private com.google.protobuf.LazyStringList codes_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureCodesIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { codes_ = new com.google.protobuf.LazyStringArrayList(codes_); bitField0_ |= 0x00000002; } } /** *
       */ List of implementation codes to be appended to implementation file.
       * 
* * repeated string codes = 2; */ public com.google.protobuf.ProtocolStringList getCodesList() { return codes_.getUnmodifiableView(); } /** *
       */ List of implementation codes to be appended to implementation file.
       * 
* * repeated string codes = 2; */ public int getCodesCount() { return codes_.size(); } /** *
       */ List of implementation codes to be appended to implementation file.
       * 
* * repeated string codes = 2; */ 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; */ 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; */ public Builder setCodes( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureCodesIsMutable(); codes_.set(index, value); onChanged(); return this; } /** *
       */ List of implementation codes to be appended to implementation file.
       * 
* * repeated string codes = 2; */ public Builder addCodes( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureCodesIsMutable(); codes_.add(value); onChanged(); return this; } /** *
       */ List of implementation codes to be appended to implementation file.
       * 
* * repeated string codes = 2; */ public Builder addAllCodes( java.lang.Iterable values) { ensureCodesIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, codes_); onChanged(); return this; } /** *
       */ List of implementation codes to be appended to implementation file.
       * 
* * repeated string codes = 2; */ public Builder clearCodes() { codes_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** *
       */ List of implementation codes to be appended to implementation file.
       * 
* * repeated string codes = 2; */ public Builder addCodesBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureCodesIsMutable(); codes_.add(value); onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new StubImplementationCodeRequest(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ boolean hasSpan(); /** *
     */ Range of file to be replaced
     * 
* * .gauge.messages.Span span = 1; */ 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; */ java.lang.String getContent(); /** *
     */ New content to replace the content in the span
     * 
* * string content = 2; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.TextDiff) TextDiffOrBuilder { private static final long serialVersionUID = 0L; // Use TextDiff.newBuilder() to construct. private TextDiff(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private TextDiff() { content_ = ""; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private TextDiff( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { gauge.messages.Spec.Span.Builder subBuilder = null; if (span_ != null) { subBuilder = span_.toBuilder(); } span_ = input.readMessage(gauge.messages.Spec.Span.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(span_); span_ = subBuilder.buildPartial(); } break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); content_ = s; break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_TextDiff_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.TextDiff.class, gauge.messages.Messages.TextDiff.Builder.class); } 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; */ public boolean hasSpan() { return span_ != null; } /** *
     */ Range of file to be replaced
     * 
* * .gauge.messages.Span span = 1; */ 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; */ public gauge.messages.Spec.SpanOrBuilder getSpanOrBuilder() { return getSpan(); } public static final int CONTENT_FIELD_NUMBER = 2; private volatile java.lang.Object content_; /** *
     */ New content to replace the content in the span
     * 
* * string content = 2; */ 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; */ 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 (span_ != null) { output.writeMessage(1, getSpan()); } if (!getContentBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, content_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (span_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getSpan()); } if (!getContentBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, content_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.TextDiff)) { return super.equals(obj); } gauge.messages.Messages.TextDiff other = (gauge.messages.Messages.TextDiff) obj; boolean result = true; result = result && (hasSpan() == other.hasSpan()); if (hasSpan()) { result = result && getSpan() .equals(other.getSpan()); } result = result && getContent() .equals(other.getContent()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.TextDiff parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.TextDiff parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); if (spanBuilder_ == null) { span_ = null; } else { span_ = null; 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 (spanBuilder_ == null) { result.span_ = span_; } else { result.span_ = spanBuilder_.build(); } result.content_ = content_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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_; onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.TextDiff parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.TextDiff) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private gauge.messages.Spec.Span span_ = null; private com.google.protobuf.SingleFieldBuilderV3< 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; */ public boolean hasSpan() { return spanBuilder_ != null || span_ != null; } /** *
       */ Range of file to be replaced
       * 
* * .gauge.messages.Span span = 1; */ 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; onChanged(); } else { spanBuilder_.setMessage(value); } 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(); onChanged(); } else { spanBuilder_.setMessage(builderForValue.build()); } 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 (span_ != null) { span_ = gauge.messages.Spec.Span.newBuilder(span_).mergeFrom(value).buildPartial(); } else { span_ = value; } onChanged(); } else { spanBuilder_.mergeFrom(value); } return this; } /** *
       */ Range of file to be replaced
       * 
* * .gauge.messages.Span span = 1; */ public Builder clearSpan() { if (spanBuilder_ == null) { span_ = null; onChanged(); } else { span_ = null; spanBuilder_ = null; } return this; } /** *
       */ Range of file to be replaced
       * 
* * .gauge.messages.Span span = 1; */ public gauge.messages.Spec.Span.Builder getSpanBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Spec.Span, gauge.messages.Spec.Span.Builder, gauge.messages.Spec.SpanOrBuilder> getSpanFieldBuilder() { if (spanBuilder_ == null) { spanBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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; */ 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; */ 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; */ public Builder setContent( java.lang.String value) { if (value == null) { throw new NullPointerException(); } content_ = value; onChanged(); return this; } /** *
       */ New content to replace the content in the span
       * 
* * string content = 2; */ public Builder clearContent() { content_ = getDefaultInstance().getContent(); onChanged(); return this; } /** *
       */ New content to replace the content in the span
       * 
* * string content = 2; */ public Builder setContentBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); content_ = value; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new TextDiff(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ java.lang.String getFilePath(); /** *
     */ File Path where the new content needs to be put in
     * 
* * string filePath = 1; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.FileDiff) FileDiffOrBuilder { private static final long serialVersionUID = 0L; // Use FileDiff.newBuilder() to construct. private FileDiff(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private FileDiff() { filePath_ = ""; textDiffs_ = java.util.Collections.emptyList(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private FileDiff( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { java.lang.String s = input.readStringRequireUtf8(); filePath_ = s; break; } case 18: { if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { textDiffs_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000002; } textDiffs_.add( input.readMessage(gauge.messages.Messages.TextDiff.parser(), extensionRegistry)); break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { textDiffs_ = java.util.Collections.unmodifiableList(textDiffs_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return gauge.messages.Messages.internal_static_gauge_messages_FileDiff_fieldAccessorTable .ensureFieldAccessorsInitialized( gauge.messages.Messages.FileDiff.class, gauge.messages.Messages.FileDiff.Builder.class); } private int bitField0_; public static final int FILEPATH_FIELD_NUMBER = 1; private volatile java.lang.Object filePath_; /** *
     */ File Path where the new content needs to be put in
     * 
* * string filePath = 1; */ 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; */ 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; private java.util.List textDiffs_; /** *
     */ The diffs which need to be applied to this file
     * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ public java.util.List getTextDiffsList() { return textDiffs_; } /** *
     */ The diffs which need to be applied to this file
     * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ public java.util.List getTextDiffsOrBuilderList() { return textDiffs_; } /** *
     */ The diffs which need to be applied to this file
     * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ public int getTextDiffsCount() { return textDiffs_.size(); } /** *
     */ The diffs which need to be applied to this file
     * 
* * repeated .gauge.messages.TextDiff textDiffs = 2; */ 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; */ 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 (!getFilePathBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, filePath_); } for (int i = 0; i < textDiffs_.size(); i++) { output.writeMessage(2, textDiffs_.get(i)); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getFilePathBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, filePath_); } for (int i = 0; i < textDiffs_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, textDiffs_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.FileDiff)) { return super.equals(obj); } gauge.messages.Messages.FileDiff other = (gauge.messages.Messages.FileDiff) obj; boolean result = true; result = result && getFilePath() .equals(other.getFilePath()); result = result && getTextDiffsList() .equals(other.getTextDiffsList()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.FileDiff parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.FileDiff parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getTextDiffsFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); filePath_ = ""; if (textDiffsBuilder_ == null) { textDiffs_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); } else { textDiffsBuilder_.clear(); } 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); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.filePath_ = filePath_; if (textDiffsBuilder_ == null) { if (((bitField0_ & 0x00000002) == 0x00000002)) { textDiffs_ = java.util.Collections.unmodifiableList(textDiffs_); bitField0_ = (bitField0_ & ~0x00000002); } result.textDiffs_ = textDiffs_; } else { result.textDiffs_ = textDiffsBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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_; 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.GeneratedMessageV3.alwaysUseFieldBuilders ? getTextDiffsFieldBuilder() : null; } else { textDiffsBuilder_.addAllMessages(other.textDiffs_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.FileDiff parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.FileDiff) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object filePath_ = ""; /** *
       */ File Path where the new content needs to be put in
       * 
* * string filePath = 1; */ 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; */ 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; */ public Builder setFilePath( java.lang.String value) { if (value == null) { throw new NullPointerException(); } filePath_ = value; onChanged(); return this; } /** *
       */ File Path where the new content needs to be put in
       * 
* * string filePath = 1; */ public Builder clearFilePath() { filePath_ = getDefaultInstance().getFilePath(); onChanged(); return this; } /** *
       */ File Path where the new content needs to be put in
       * 
* * string filePath = 1; */ public Builder setFilePathBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); filePath_ = value; onChanged(); return this; } private java.util.List textDiffs_ = java.util.Collections.emptyList(); private void ensureTextDiffsIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { textDiffs_ = new java.util.ArrayList(textDiffs_); bitField0_ |= 0x00000002; } } private com.google.protobuf.RepeatedFieldBuilderV3< 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.RepeatedFieldBuilderV3< gauge.messages.Messages.TextDiff, gauge.messages.Messages.TextDiff.Builder, gauge.messages.Messages.TextDiffOrBuilder> getTextDiffsFieldBuilder() { if (textDiffsBuilder_ == null) { textDiffsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< gauge.messages.Messages.TextDiff, gauge.messages.Messages.TextDiff.Builder, gauge.messages.Messages.TextDiffOrBuilder>( textDiffs_, ((bitField0_ & 0x00000002) == 0x00000002), getParentForChildren(), isClean()); textDiffs_ = null; } return textDiffsBuilder_; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new FileDiff(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ java.lang.String getPluginId(); /** *
     */ ID of the plugin initiating this request
     * 
* * string pluginId = 1; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.KeepAlive) KeepAliveOrBuilder { private static final long serialVersionUID = 0L; // Use KeepAlive.newBuilder() to construct. private KeepAlive(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private KeepAlive() { pluginId_ = ""; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private KeepAlive( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { java.lang.String s = input.readStringRequireUtf8(); pluginId_ = s; break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.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; private volatile java.lang.Object pluginId_; /** *
     */ ID of the plugin initiating this request
     * 
* * string pluginId = 1; */ 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; */ 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 (!getPluginIdBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, pluginId_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getPluginIdBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, pluginId_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.KeepAlive)) { return super.equals(obj); } gauge.messages.Messages.KeepAlive other = (gauge.messages.Messages.KeepAlive) obj; boolean result = true; result = result && getPluginId() .equals(other.getPluginId()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.KeepAlive parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.KeepAlive parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); 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); result.pluginId_ = pluginId_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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_; onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.KeepAlive parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.KeepAlive) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object pluginId_ = ""; /** *
       */ ID of the plugin initiating this request
       * 
* * string pluginId = 1; */ 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; */ 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; */ public Builder setPluginId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } pluginId_ = value; onChanged(); return this; } /** *
       */ ID of the plugin initiating this request
       * 
* * string pluginId = 1; */ public Builder clearPluginId() { pluginId_ = getDefaultInstance().getPluginId(); onChanged(); return this; } /** *
       */ ID of the plugin initiating this request
       * 
* * string pluginId = 1; */ public Builder setPluginIdBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); pluginId_ = value; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new KeepAlive(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.SpecDetails) SpecDetailsOrBuilder { private static final long serialVersionUID = 0L; // Use SpecDetails.newBuilder() to construct. private SpecDetails(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private SpecDetails() { details_ = java.util.Collections.emptyList(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private SpecDetails( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { details_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } details_.add( input.readMessage(gauge.messages.Messages.SpecDetails.SpecDetail.parser(), extensionRegistry)); break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { details_ = java.util.Collections.unmodifiableList(details_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.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; */ boolean hasSpec(); /** *
       */ Holds a collection of Specs that are defined in the project.
       * 
* * .gauge.messages.ProtoSpec spec = 1; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.SpecDetails.SpecDetail) SpecDetailOrBuilder { private static final long serialVersionUID = 0L; // Use SpecDetail.newBuilder() to construct. private SpecDetail(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private SpecDetail() { parseErrors_ = java.util.Collections.emptyList(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private SpecDetail( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { gauge.messages.Spec.ProtoSpec.Builder subBuilder = null; if (spec_ != null) { subBuilder = spec_.toBuilder(); } spec_ = input.readMessage(gauge.messages.Spec.ProtoSpec.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(spec_); spec_ = subBuilder.buildPartial(); } break; } case 18: { if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { parseErrors_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000002; } parseErrors_.add( input.readMessage(gauge.messages.Spec.Error.parser(), extensionRegistry)); break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { parseErrors_ = java.util.Collections.unmodifiableList(parseErrors_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.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; */ public boolean hasSpec() { return spec_ != null; } /** *
       */ Holds a collection of Specs that are defined in the project.
       * 
* * .gauge.messages.ProtoSpec spec = 1; */ 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; */ public gauge.messages.Spec.ProtoSpecOrBuilder getSpecOrBuilder() { return getSpec(); } public static final int PARSEERRORS_FIELD_NUMBER = 2; private java.util.List parseErrors_; /** *
       */ Holds a collection of parse errors present in the above spec.
       * 
* * repeated .gauge.messages.Error parseErrors = 2; */ public java.util.List getParseErrorsList() { return parseErrors_; } /** *
       */ Holds a collection of parse errors present in the above spec.
       * 
* * repeated .gauge.messages.Error parseErrors = 2; */ public java.util.List getParseErrorsOrBuilderList() { return parseErrors_; } /** *
       */ Holds a collection of parse errors present in the above spec.
       * 
* * repeated .gauge.messages.Error parseErrors = 2; */ public int getParseErrorsCount() { return parseErrors_.size(); } /** *
       */ 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) { return parseErrors_.get(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) { 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 (spec_ != null) { output.writeMessage(1, getSpec()); } for (int i = 0; i < parseErrors_.size(); i++) { output.writeMessage(2, parseErrors_.get(i)); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (spec_ != null) { 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 += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.SpecDetails.SpecDetail)) { return super.equals(obj); } gauge.messages.Messages.SpecDetails.SpecDetail other = (gauge.messages.Messages.SpecDetails.SpecDetail) obj; boolean result = true; result = result && (hasSpec() == other.hasSpec()); if (hasSpec()) { result = result && getSpec() .equals(other.getSpec()); } result = result && getParseErrorsList() .equals(other.getParseErrorsList()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SpecDetails.SpecDetail parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getParseErrorsFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); if (specBuilder_ == null) { spec_ = null; } else { spec_ = null; specBuilder_ = null; } if (parseErrorsBuilder_ == null) { parseErrors_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); } else { parseErrorsBuilder_.clear(); } 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); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (specBuilder_ == null) { result.spec_ = spec_; } else { result.spec_ = specBuilder_.build(); } if (parseErrorsBuilder_ == null) { if (((bitField0_ & 0x00000002) == 0x00000002)) { parseErrors_ = java.util.Collections.unmodifiableList(parseErrors_); bitField0_ = (bitField0_ & ~0x00000002); } result.parseErrors_ = parseErrors_; } else { result.parseErrors_ = parseErrorsBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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.GeneratedMessageV3.alwaysUseFieldBuilders ? getParseErrorsFieldBuilder() : null; } else { parseErrorsBuilder_.addAllMessages(other.parseErrors_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.SpecDetails.SpecDetail parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.SpecDetails.SpecDetail) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private gauge.messages.Spec.ProtoSpec spec_ = null; private com.google.protobuf.SingleFieldBuilderV3< 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; */ public boolean hasSpec() { return specBuilder_ != null || spec_ != null; } /** *
         */ Holds a collection of Specs that are defined in the project.
         * 
* * .gauge.messages.ProtoSpec spec = 1; */ 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; onChanged(); } else { specBuilder_.setMessage(value); } 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(); onChanged(); } else { specBuilder_.setMessage(builderForValue.build()); } 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 (spec_ != null) { spec_ = gauge.messages.Spec.ProtoSpec.newBuilder(spec_).mergeFrom(value).buildPartial(); } else { spec_ = value; } onChanged(); } else { specBuilder_.mergeFrom(value); } return this; } /** *
         */ Holds a collection of Specs that are defined in the project.
         * 
* * .gauge.messages.ProtoSpec spec = 1; */ public Builder clearSpec() { if (specBuilder_ == null) { spec_ = null; onChanged(); } else { spec_ = null; specBuilder_ = null; } 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() { 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.SingleFieldBuilderV3< gauge.messages.Spec.ProtoSpec, gauge.messages.Spec.ProtoSpec.Builder, gauge.messages.Spec.ProtoSpecOrBuilder> getSpecFieldBuilder() { if (specBuilder_ == null) { specBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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) == 0x00000002)) { parseErrors_ = new java.util.ArrayList(parseErrors_); bitField0_ |= 0x00000002; } } private com.google.protobuf.RepeatedFieldBuilderV3< 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.RepeatedFieldBuilderV3< gauge.messages.Spec.Error, gauge.messages.Spec.Error.Builder, gauge.messages.Spec.ErrorOrBuilder> getParseErrorsFieldBuilder() { if (parseErrorsBuilder_ == null) { parseErrorsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< gauge.messages.Spec.Error, gauge.messages.Spec.Error.Builder, gauge.messages.Spec.ErrorOrBuilder>( parseErrors_, ((bitField0_ & 0x00000002) == 0x00000002), getParentForChildren(), isClean()); parseErrors_ = null; } return parseErrorsBuilder_; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new SpecDetail(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public gauge.messages.Messages.SpecDetails.SpecDetail getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public static final int DETAILS_FIELD_NUMBER = 1; private java.util.List details_; /** *
     */ Holds a collection of Spec details.
     * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ public java.util.List getDetailsList() { return details_; } /** *
     */ Holds a collection of Spec details.
     * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ public java.util.List getDetailsOrBuilderList() { return details_; } /** *
     */ Holds a collection of Spec details.
     * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ public int getDetailsCount() { return details_.size(); } /** *
     */ Holds a collection of Spec details.
     * 
* * repeated .gauge.messages.SpecDetails.SpecDetail details = 1; */ 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; */ 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)); } unknownFields.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 += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.SpecDetails)) { return super.equals(obj); } gauge.messages.Messages.SpecDetails other = (gauge.messages.Messages.SpecDetails) obj; boolean result = true; result = result && getDetailsList() .equals(other.getDetailsList()); result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SpecDetails parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.SpecDetails parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code gauge.messages.SpecDetails} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.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() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getDetailsFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); if (detailsBuilder_ == null) { details_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { detailsBuilder_.clear(); } 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); int from_bitField0_ = bitField0_; if (detailsBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001)) { details_ = java.util.Collections.unmodifiableList(details_); bitField0_ = (bitField0_ & ~0x00000001); } result.details_ = details_; } else { result.details_ = detailsBuilder_.build(); } onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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.GeneratedMessageV3.alwaysUseFieldBuilders ? getDetailsFieldBuilder() : null; } else { detailsBuilder_.addAllMessages(other.details_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.SpecDetails parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.SpecDetails) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List details_ = java.util.Collections.emptyList(); private void ensureDetailsIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { details_ = new java.util.ArrayList(details_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< 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.RepeatedFieldBuilderV3< 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.RepeatedFieldBuilderV3< gauge.messages.Messages.SpecDetails.SpecDetail, gauge.messages.Messages.SpecDetails.SpecDetail.Builder, gauge.messages.Messages.SpecDetails.SpecDetailOrBuilder>( details_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); details_ = null; } return detailsBuilder_; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new SpecDetails(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.Empty) EmptyOrBuilder { private static final long serialVersionUID = 0L; // Use Empty.newBuilder() to construct. private Empty(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Empty() { } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Empty( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.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 { unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.Empty)) { return super.equals(obj); } gauge.messages.Messages.Empty other = (gauge.messages.Messages.Empty) obj; boolean result = true; result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.Empty parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.Empty parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); 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 clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.Empty parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.Empty) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new Empty(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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; */ int getMessageTypeValue(); /** * .gauge.messages.Message.MessageType messageType = 1; */ 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; */ long getMessageId(); /** *
     */ [ExecutionStartingRequest](#gauge.messages.ExecutionStartingRequest)
     * 
* * .gauge.messages.ExecutionStartingRequest executionStartingRequest = 3; */ boolean hasExecutionStartingRequest(); /** *
     */ [ExecutionStartingRequest](#gauge.messages.ExecutionStartingRequest)
     * 
* * .gauge.messages.ExecutionStartingRequest executionStartingRequest = 3; */ 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; */ boolean hasSpecExecutionStartingRequest(); /** *
     */ [SpecExecutionStartingRequest](#gauge.messages.SpecExecutionStartingRequest)
     * 
* * .gauge.messages.SpecExecutionStartingRequest specExecutionStartingRequest = 4; */ 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; */ boolean hasSpecExecutionEndingRequest(); /** *
     */ [SpecExecutionEndingRequest](#gauge.messages.SpecExecutionEndingRequest)
     * 
* * .gauge.messages.SpecExecutionEndingRequest specExecutionEndingRequest = 5; */ 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; */ boolean hasScenarioExecutionStartingRequest(); /** *
     */ [ScenarioExecutionStartingRequest](#gauge.messages.ScenarioExecutionStartingRequest)
     * 
* * .gauge.messages.ScenarioExecutionStartingRequest scenarioExecutionStartingRequest = 6; */ 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; */ boolean hasScenarioExecutionEndingRequest(); /** *
     */ [ScenarioExecutionEndingRequest](#gauge.messages.ScenarioExecutionEndingRequest)
     * 
* * .gauge.messages.ScenarioExecutionEndingRequest scenarioExecutionEndingRequest = 7; */ 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; */ boolean hasStepExecutionStartingRequest(); /** *
     */ [StepExecutionStartingRequest](#gauge.messages.StepExecutionStartingRequest)
     * 
* * .gauge.messages.StepExecutionStartingRequest stepExecutionStartingRequest = 8; */ 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; */ boolean hasStepExecutionEndingRequest(); /** *
     */ [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)
     * 
* * .gauge.messages.StepExecutionEndingRequest stepExecutionEndingRequest = 9; */ 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; */ boolean hasExecuteStepRequest(); /** *
     */ [ExecuteStepRequest](#gauge.messages.ExecuteStepRequest)
     * 
* * .gauge.messages.ExecuteStepRequest executeStepRequest = 10; */ 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; */ boolean hasExecutionEndingRequest(); /** *
     */ [ExecutionEndingRequest](#gauge.messages.ExecutionEndingRequest)
     * 
* * .gauge.messages.ExecutionEndingRequest executionEndingRequest = 11; */ 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; */ boolean hasStepValidateRequest(); /** *
     */ [StepValidateRequest](#gauge.messages.StepValidateRequest)
     * 
* * .gauge.messages.StepValidateRequest stepValidateRequest = 12; */ 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; */ boolean hasStepValidateResponse(); /** *
     */ [StepValidateResponse](#gauge.messages.StepValidateResponse)
     * 
* * .gauge.messages.StepValidateResponse stepValidateResponse = 13; */ 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; */ boolean hasExecutionStatusResponse(); /** *
     */ [ExecutionStatusResponse](#gauge.messages.ExecutionStatusResponse)
     * 
* * .gauge.messages.ExecutionStatusResponse executionStatusResponse = 14; */ 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; */ boolean hasStepNamesRequest(); /** *
     */ [StepNamesRequest](#gauge.messages.StepNamesRequest)
     * 
* * .gauge.messages.StepNamesRequest stepNamesRequest = 15; */ 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; */ boolean hasStepNamesResponse(); /** *
     */ [StepNamesResponse](#gauge.messages.StepNamesResponse)
     * 
* * .gauge.messages.StepNamesResponse stepNamesResponse = 16; */ 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; */ boolean hasSuiteExecutionResult(); /** *
     */ [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
     * 
* * .gauge.messages.SuiteExecutionResult suiteExecutionResult = 17; */ 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; */ boolean hasKillProcessRequest(); /** *
     */ [KillProcessRequest](#gauge.messages.KillProcessRequest)
     * 
* * .gauge.messages.KillProcessRequest killProcessRequest = 18; */ 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; */ boolean hasScenarioDataStoreInitRequest(); /** *
     */ [ScenarioDataStoreInitRequest](#gauge.messages.ScenarioDataStoreInitRequest)
     * 
* * .gauge.messages.ScenarioDataStoreInitRequest scenarioDataStoreInitRequest = 19; */ 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; */ boolean hasSpecDataStoreInitRequest(); /** *
     */ [SpecDataStoreInitRequest](#gauge.messages.SpecDataStoreInitRequest)
     * 
* * .gauge.messages.SpecDataStoreInitRequest specDataStoreInitRequest = 20; */ 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; */ boolean hasSuiteDataStoreInitRequest(); /** *
     */ [SuiteDataStoreInitRequest](#gauge.messages.SuiteDataStoreInitRequest)
     * 
* * .gauge.messages.SuiteDataStoreInitRequest suiteDataStoreInitRequest = 21; */ 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; */ boolean hasStepNameRequest(); /** *
     */ [StepNameRequest](#gauge.messages.StepNameRequest)
     * 
* * .gauge.messages.StepNameRequest stepNameRequest = 22; */ 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; */ boolean hasStepNameResponse(); /** *
     */ [StepNameResponse](#gauge.messages.StepNameResponse)
     * 
* * .gauge.messages.StepNameResponse stepNameResponse = 23; */ 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; */ boolean hasRefactorRequest(); /** *
     */ [RefactorRequest](#gauge.messages.RefactorRequest)
     * 
* * .gauge.messages.RefactorRequest refactorRequest = 24; */ 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; */ boolean hasRefactorResponse(); /** *
     */ [RefactorResponse](#gauge.messages.RefactorResponse)
     * 
* * .gauge.messages.RefactorResponse refactorResponse = 25; */ 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; */ boolean hasUnsupportedMessageResponse(); /** *
     */ [UnsupportedMessageResponse](#gauge.messages.UnsupportedMessageResponse)
     * 
* * .gauge.messages.UnsupportedMessageResponse unsupportedMessageResponse = 26; */ 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; */ boolean hasCacheFileRequest(); /** *
     */ [CacheFileRequest](#gauge.messages.CacheFileRequest)
     * 
* * .gauge.messages.CacheFileRequest cacheFileRequest = 27; */ 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; */ boolean hasStepPositionsRequest(); /** *
     */ [StepPositionsRequest](#gauge.messages.StepPositionsRequest)
     * 
* * .gauge.messages.StepPositionsRequest stepPositionsRequest = 28; */ 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; */ boolean hasStepPositionsResponse(); /** *
     */ [StepPositionsResponse](#gauge.messages.StepPositionsResponse)
     * 
* * .gauge.messages.StepPositionsResponse stepPositionsResponse = 29; */ 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; */ boolean hasImplementationFileListRequest(); /** *
     */ [ImplementationFileListRequest](#gauge.messages.ImplementationFileListRequest)
     * 
* * .gauge.messages.ImplementationFileListRequest implementationFileListRequest = 30; */ 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; */ boolean hasImplementationFileListResponse(); /** *
     */ [ImplementationFileListResponse](#gauge.messages.ImplementationFileListResponse)
     * 
* * .gauge.messages.ImplementationFileListResponse implementationFileListResponse = 31; */ 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; */ boolean hasStubImplementationCodeRequest(); /** *
     */ [StubImplementationCodeRequest](#gauge.messages.StubImplementationCodeRequest)
     * 
* * .gauge.messages.StubImplementationCodeRequest stubImplementationCodeRequest = 32; */ 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; */ boolean hasFileDiff(); /** *
     */ [FileDiff](#gauge.messages.FileDiff)
     * 
* * .gauge.messages.FileDiff fileDiff = 33; */ 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; */ boolean hasImplementationFileGlobPatternRequest(); /** *
     */ [ImplementationFileGlobPatternRequest](#gauge.messages.ImplementationFileGlobPatternRequest)
     * 
* * .gauge.messages.ImplementationFileGlobPatternRequest implementationFileGlobPatternRequest = 34; */ 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; */ boolean hasImplementationFileGlobPatternResponse(); /** *
     */ [ImplementationFileGlobPatternResponse](#gauge.messages.ImplementationFileGlobPatternResponse)
     * 
* * .gauge.messages.ImplementationFileGlobPatternResponse implementationFileGlobPatternResponse = 35; */ 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; */ boolean hasSuiteExecutionResultItem(); /** *
     */ [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
     * 
* * .gauge.messages.SuiteExecutionResultItem suiteExecutionResultItem = 36; */ 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; */ boolean hasKeepAlive(); /** *
     */ [KeepAlive ](#gauge.messages.KeepAlive )
     * 
* * .gauge.messages.KeepAlive keepAlive = 37; */ 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.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:gauge.messages.Message) MessageOrBuilder { private static final long serialVersionUID = 0L; // Use Message.newBuilder() to construct. private Message(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Message() { messageType_ = 0; messageId_ = 0L; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Message( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; int mutable_bitField1_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { int rawValue = input.readEnum(); messageType_ = rawValue; break; } case 16: { messageId_ = input.readInt64(); break; } case 26: { gauge.messages.Messages.ExecutionStartingRequest.Builder subBuilder = null; if (executionStartingRequest_ != null) { subBuilder = executionStartingRequest_.toBuilder(); } executionStartingRequest_ = input.readMessage(gauge.messages.Messages.ExecutionStartingRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(executionStartingRequest_); executionStartingRequest_ = subBuilder.buildPartial(); } break; } case 34: { gauge.messages.Messages.SpecExecutionStartingRequest.Builder subBuilder = null; if (specExecutionStartingRequest_ != null) { subBuilder = specExecutionStartingRequest_.toBuilder(); } specExecutionStartingRequest_ = input.readMessage(gauge.messages.Messages.SpecExecutionStartingRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(specExecutionStartingRequest_); specExecutionStartingRequest_ = subBuilder.buildPartial(); } break; } case 42: { gauge.messages.Messages.SpecExecutionEndingRequest.Builder subBuilder = null; if (specExecutionEndingRequest_ != null) { subBuilder = specExecutionEndingRequest_.toBuilder(); } specExecutionEndingRequest_ = input.readMessage(gauge.messages.Messages.SpecExecutionEndingRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(specExecutionEndingRequest_); specExecutionEndingRequest_ = subBuilder.buildPartial(); } break; } case 50: { gauge.messages.Messages.ScenarioExecutionStartingRequest.Builder subBuilder = null; if (scenarioExecutionStartingRequest_ != null) { subBuilder = scenarioExecutionStartingRequest_.toBuilder(); } scenarioExecutionStartingRequest_ = input.readMessage(gauge.messages.Messages.ScenarioExecutionStartingRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(scenarioExecutionStartingRequest_); scenarioExecutionStartingRequest_ = subBuilder.buildPartial(); } break; } case 58: { gauge.messages.Messages.ScenarioExecutionEndingRequest.Builder subBuilder = null; if (scenarioExecutionEndingRequest_ != null) { subBuilder = scenarioExecutionEndingRequest_.toBuilder(); } scenarioExecutionEndingRequest_ = input.readMessage(gauge.messages.Messages.ScenarioExecutionEndingRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(scenarioExecutionEndingRequest_); scenarioExecutionEndingRequest_ = subBuilder.buildPartial(); } break; } case 66: { gauge.messages.Messages.StepExecutionStartingRequest.Builder subBuilder = null; if (stepExecutionStartingRequest_ != null) { subBuilder = stepExecutionStartingRequest_.toBuilder(); } stepExecutionStartingRequest_ = input.readMessage(gauge.messages.Messages.StepExecutionStartingRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(stepExecutionStartingRequest_); stepExecutionStartingRequest_ = subBuilder.buildPartial(); } break; } case 74: { gauge.messages.Messages.StepExecutionEndingRequest.Builder subBuilder = null; if (stepExecutionEndingRequest_ != null) { subBuilder = stepExecutionEndingRequest_.toBuilder(); } stepExecutionEndingRequest_ = input.readMessage(gauge.messages.Messages.StepExecutionEndingRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(stepExecutionEndingRequest_); stepExecutionEndingRequest_ = subBuilder.buildPartial(); } break; } case 82: { gauge.messages.Messages.ExecuteStepRequest.Builder subBuilder = null; if (executeStepRequest_ != null) { subBuilder = executeStepRequest_.toBuilder(); } executeStepRequest_ = input.readMessage(gauge.messages.Messages.ExecuteStepRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(executeStepRequest_); executeStepRequest_ = subBuilder.buildPartial(); } break; } case 90: { gauge.messages.Messages.ExecutionEndingRequest.Builder subBuilder = null; if (executionEndingRequest_ != null) { subBuilder = executionEndingRequest_.toBuilder(); } executionEndingRequest_ = input.readMessage(gauge.messages.Messages.ExecutionEndingRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(executionEndingRequest_); executionEndingRequest_ = subBuilder.buildPartial(); } break; } case 98: { gauge.messages.Messages.StepValidateRequest.Builder subBuilder = null; if (stepValidateRequest_ != null) { subBuilder = stepValidateRequest_.toBuilder(); } stepValidateRequest_ = input.readMessage(gauge.messages.Messages.StepValidateRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(stepValidateRequest_); stepValidateRequest_ = subBuilder.buildPartial(); } break; } case 106: { gauge.messages.Messages.StepValidateResponse.Builder subBuilder = null; if (stepValidateResponse_ != null) { subBuilder = stepValidateResponse_.toBuilder(); } stepValidateResponse_ = input.readMessage(gauge.messages.Messages.StepValidateResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(stepValidateResponse_); stepValidateResponse_ = subBuilder.buildPartial(); } break; } case 114: { gauge.messages.Messages.ExecutionStatusResponse.Builder subBuilder = null; if (executionStatusResponse_ != null) { subBuilder = executionStatusResponse_.toBuilder(); } executionStatusResponse_ = input.readMessage(gauge.messages.Messages.ExecutionStatusResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(executionStatusResponse_); executionStatusResponse_ = subBuilder.buildPartial(); } break; } case 122: { gauge.messages.Messages.StepNamesRequest.Builder subBuilder = null; if (stepNamesRequest_ != null) { subBuilder = stepNamesRequest_.toBuilder(); } stepNamesRequest_ = input.readMessage(gauge.messages.Messages.StepNamesRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(stepNamesRequest_); stepNamesRequest_ = subBuilder.buildPartial(); } break; } case 130: { gauge.messages.Messages.StepNamesResponse.Builder subBuilder = null; if (stepNamesResponse_ != null) { subBuilder = stepNamesResponse_.toBuilder(); } stepNamesResponse_ = input.readMessage(gauge.messages.Messages.StepNamesResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(stepNamesResponse_); stepNamesResponse_ = subBuilder.buildPartial(); } break; } case 138: { gauge.messages.Messages.SuiteExecutionResult.Builder subBuilder = null; if (suiteExecutionResult_ != null) { subBuilder = suiteExecutionResult_.toBuilder(); } suiteExecutionResult_ = input.readMessage(gauge.messages.Messages.SuiteExecutionResult.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(suiteExecutionResult_); suiteExecutionResult_ = subBuilder.buildPartial(); } break; } case 146: { gauge.messages.Messages.KillProcessRequest.Builder subBuilder = null; if (killProcessRequest_ != null) { subBuilder = killProcessRequest_.toBuilder(); } killProcessRequest_ = input.readMessage(gauge.messages.Messages.KillProcessRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(killProcessRequest_); killProcessRequest_ = subBuilder.buildPartial(); } break; } case 154: { gauge.messages.Messages.ScenarioDataStoreInitRequest.Builder subBuilder = null; if (scenarioDataStoreInitRequest_ != null) { subBuilder = scenarioDataStoreInitRequest_.toBuilder(); } scenarioDataStoreInitRequest_ = input.readMessage(gauge.messages.Messages.ScenarioDataStoreInitRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(scenarioDataStoreInitRequest_); scenarioDataStoreInitRequest_ = subBuilder.buildPartial(); } break; } case 162: { gauge.messages.Messages.SpecDataStoreInitRequest.Builder subBuilder = null; if (specDataStoreInitRequest_ != null) { subBuilder = specDataStoreInitRequest_.toBuilder(); } specDataStoreInitRequest_ = input.readMessage(gauge.messages.Messages.SpecDataStoreInitRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(specDataStoreInitRequest_); specDataStoreInitRequest_ = subBuilder.buildPartial(); } break; } case 170: { gauge.messages.Messages.SuiteDataStoreInitRequest.Builder subBuilder = null; if (suiteDataStoreInitRequest_ != null) { subBuilder = suiteDataStoreInitRequest_.toBuilder(); } suiteDataStoreInitRequest_ = input.readMessage(gauge.messages.Messages.SuiteDataStoreInitRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(suiteDataStoreInitRequest_); suiteDataStoreInitRequest_ = subBuilder.buildPartial(); } break; } case 178: { gauge.messages.Messages.StepNameRequest.Builder subBuilder = null; if (stepNameRequest_ != null) { subBuilder = stepNameRequest_.toBuilder(); } stepNameRequest_ = input.readMessage(gauge.messages.Messages.StepNameRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(stepNameRequest_); stepNameRequest_ = subBuilder.buildPartial(); } break; } case 186: { gauge.messages.Messages.StepNameResponse.Builder subBuilder = null; if (stepNameResponse_ != null) { subBuilder = stepNameResponse_.toBuilder(); } stepNameResponse_ = input.readMessage(gauge.messages.Messages.StepNameResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(stepNameResponse_); stepNameResponse_ = subBuilder.buildPartial(); } break; } case 194: { gauge.messages.Messages.RefactorRequest.Builder subBuilder = null; if (refactorRequest_ != null) { subBuilder = refactorRequest_.toBuilder(); } refactorRequest_ = input.readMessage(gauge.messages.Messages.RefactorRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(refactorRequest_); refactorRequest_ = subBuilder.buildPartial(); } break; } case 202: { gauge.messages.Messages.RefactorResponse.Builder subBuilder = null; if (refactorResponse_ != null) { subBuilder = refactorResponse_.toBuilder(); } refactorResponse_ = input.readMessage(gauge.messages.Messages.RefactorResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(refactorResponse_); refactorResponse_ = subBuilder.buildPartial(); } break; } case 210: { gauge.messages.Messages.UnsupportedMessageResponse.Builder subBuilder = null; if (unsupportedMessageResponse_ != null) { subBuilder = unsupportedMessageResponse_.toBuilder(); } unsupportedMessageResponse_ = input.readMessage(gauge.messages.Messages.UnsupportedMessageResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(unsupportedMessageResponse_); unsupportedMessageResponse_ = subBuilder.buildPartial(); } break; } case 218: { gauge.messages.Messages.CacheFileRequest.Builder subBuilder = null; if (cacheFileRequest_ != null) { subBuilder = cacheFileRequest_.toBuilder(); } cacheFileRequest_ = input.readMessage(gauge.messages.Messages.CacheFileRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(cacheFileRequest_); cacheFileRequest_ = subBuilder.buildPartial(); } break; } case 226: { gauge.messages.Messages.StepPositionsRequest.Builder subBuilder = null; if (stepPositionsRequest_ != null) { subBuilder = stepPositionsRequest_.toBuilder(); } stepPositionsRequest_ = input.readMessage(gauge.messages.Messages.StepPositionsRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(stepPositionsRequest_); stepPositionsRequest_ = subBuilder.buildPartial(); } break; } case 234: { gauge.messages.Messages.StepPositionsResponse.Builder subBuilder = null; if (stepPositionsResponse_ != null) { subBuilder = stepPositionsResponse_.toBuilder(); } stepPositionsResponse_ = input.readMessage(gauge.messages.Messages.StepPositionsResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(stepPositionsResponse_); stepPositionsResponse_ = subBuilder.buildPartial(); } break; } case 242: { gauge.messages.Messages.ImplementationFileListRequest.Builder subBuilder = null; if (implementationFileListRequest_ != null) { subBuilder = implementationFileListRequest_.toBuilder(); } implementationFileListRequest_ = input.readMessage(gauge.messages.Messages.ImplementationFileListRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(implementationFileListRequest_); implementationFileListRequest_ = subBuilder.buildPartial(); } break; } case 250: { gauge.messages.Messages.ImplementationFileListResponse.Builder subBuilder = null; if (implementationFileListResponse_ != null) { subBuilder = implementationFileListResponse_.toBuilder(); } implementationFileListResponse_ = input.readMessage(gauge.messages.Messages.ImplementationFileListResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(implementationFileListResponse_); implementationFileListResponse_ = subBuilder.buildPartial(); } break; } case 258: { gauge.messages.Messages.StubImplementationCodeRequest.Builder subBuilder = null; if (stubImplementationCodeRequest_ != null) { subBuilder = stubImplementationCodeRequest_.toBuilder(); } stubImplementationCodeRequest_ = input.readMessage(gauge.messages.Messages.StubImplementationCodeRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(stubImplementationCodeRequest_); stubImplementationCodeRequest_ = subBuilder.buildPartial(); } break; } case 266: { gauge.messages.Messages.FileDiff.Builder subBuilder = null; if (fileDiff_ != null) { subBuilder = fileDiff_.toBuilder(); } fileDiff_ = input.readMessage(gauge.messages.Messages.FileDiff.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(fileDiff_); fileDiff_ = subBuilder.buildPartial(); } break; } case 274: { gauge.messages.Messages.ImplementationFileGlobPatternRequest.Builder subBuilder = null; if (implementationFileGlobPatternRequest_ != null) { subBuilder = implementationFileGlobPatternRequest_.toBuilder(); } implementationFileGlobPatternRequest_ = input.readMessage(gauge.messages.Messages.ImplementationFileGlobPatternRequest.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(implementationFileGlobPatternRequest_); implementationFileGlobPatternRequest_ = subBuilder.buildPartial(); } break; } case 282: { gauge.messages.Messages.ImplementationFileGlobPatternResponse.Builder subBuilder = null; if (implementationFileGlobPatternResponse_ != null) { subBuilder = implementationFileGlobPatternResponse_.toBuilder(); } implementationFileGlobPatternResponse_ = input.readMessage(gauge.messages.Messages.ImplementationFileGlobPatternResponse.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(implementationFileGlobPatternResponse_); implementationFileGlobPatternResponse_ = subBuilder.buildPartial(); } break; } case 290: { gauge.messages.Messages.SuiteExecutionResultItem.Builder subBuilder = null; if (suiteExecutionResultItem_ != null) { subBuilder = suiteExecutionResultItem_.toBuilder(); } suiteExecutionResultItem_ = input.readMessage(gauge.messages.Messages.SuiteExecutionResultItem.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(suiteExecutionResultItem_); suiteExecutionResultItem_ = subBuilder.buildPartial(); } break; } case 298: { gauge.messages.Messages.KeepAlive.Builder subBuilder = null; if (keepAlive_ != null) { subBuilder = keepAlive_.toBuilder(); } keepAlive_ = input.readMessage(gauge.messages.Messages.KeepAlive.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(keepAlive_); keepAlive_ = subBuilder.buildPartial(); } break; } default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } 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.GeneratedMessageV3.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), ; /** * 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; } /** * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static MessageType valueOf(int value) { return forNumber(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() { 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) } public static final int MESSAGETYPE_FIELD_NUMBER = 1; private int messageType_; /** * .gauge.messages.Message.MessageType messageType = 1; */ public int getMessageTypeValue() { return messageType_; } /** * .gauge.messages.Message.MessageType messageType = 1; */ public gauge.messages.Messages.Message.MessageType getMessageType() { @SuppressWarnings("deprecation") gauge.messages.Messages.Message.MessageType result = gauge.messages.Messages.Message.MessageType.valueOf(messageType_); return result == null ? gauge.messages.Messages.Message.MessageType.UNRECOGNIZED : result; } public static final int MESSAGEID_FIELD_NUMBER = 2; 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; */ 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; */ public boolean hasExecutionStartingRequest() { return executionStartingRequest_ != null; } /** *
     */ [ExecutionStartingRequest](#gauge.messages.ExecutionStartingRequest)
     * 
* * .gauge.messages.ExecutionStartingRequest executionStartingRequest = 3; */ public gauge.messages.Messages.ExecutionStartingRequest getExecutionStartingRequest() { return executionStartingRequest_ == null ? gauge.messages.Messages.ExecutionStartingRequest.getDefaultInstance() : executionStartingRequest_; } /** *
     */ [ExecutionStartingRequest](#gauge.messages.ExecutionStartingRequest)
     * 
* * .gauge.messages.ExecutionStartingRequest executionStartingRequest = 3; */ public gauge.messages.Messages.ExecutionStartingRequestOrBuilder getExecutionStartingRequestOrBuilder() { return getExecutionStartingRequest(); } public static final int SPECEXECUTIONSTARTINGREQUEST_FIELD_NUMBER = 4; private gauge.messages.Messages.SpecExecutionStartingRequest specExecutionStartingRequest_; /** *
     */ [SpecExecutionStartingRequest](#gauge.messages.SpecExecutionStartingRequest)
     * 
* * .gauge.messages.SpecExecutionStartingRequest specExecutionStartingRequest = 4; */ public boolean hasSpecExecutionStartingRequest() { return specExecutionStartingRequest_ != null; } /** *
     */ [SpecExecutionStartingRequest](#gauge.messages.SpecExecutionStartingRequest)
     * 
* * .gauge.messages.SpecExecutionStartingRequest specExecutionStartingRequest = 4; */ public gauge.messages.Messages.SpecExecutionStartingRequest getSpecExecutionStartingRequest() { return specExecutionStartingRequest_ == null ? gauge.messages.Messages.SpecExecutionStartingRequest.getDefaultInstance() : specExecutionStartingRequest_; } /** *
     */ [SpecExecutionStartingRequest](#gauge.messages.SpecExecutionStartingRequest)
     * 
* * .gauge.messages.SpecExecutionStartingRequest specExecutionStartingRequest = 4; */ public gauge.messages.Messages.SpecExecutionStartingRequestOrBuilder getSpecExecutionStartingRequestOrBuilder() { return getSpecExecutionStartingRequest(); } public static final int SPECEXECUTIONENDINGREQUEST_FIELD_NUMBER = 5; private gauge.messages.Messages.SpecExecutionEndingRequest specExecutionEndingRequest_; /** *
     */ [SpecExecutionEndingRequest](#gauge.messages.SpecExecutionEndingRequest)
     * 
* * .gauge.messages.SpecExecutionEndingRequest specExecutionEndingRequest = 5; */ public boolean hasSpecExecutionEndingRequest() { return specExecutionEndingRequest_ != null; } /** *
     */ [SpecExecutionEndingRequest](#gauge.messages.SpecExecutionEndingRequest)
     * 
* * .gauge.messages.SpecExecutionEndingRequest specExecutionEndingRequest = 5; */ public gauge.messages.Messages.SpecExecutionEndingRequest getSpecExecutionEndingRequest() { return specExecutionEndingRequest_ == null ? gauge.messages.Messages.SpecExecutionEndingRequest.getDefaultInstance() : specExecutionEndingRequest_; } /** *
     */ [SpecExecutionEndingRequest](#gauge.messages.SpecExecutionEndingRequest)
     * 
* * .gauge.messages.SpecExecutionEndingRequest specExecutionEndingRequest = 5; */ public gauge.messages.Messages.SpecExecutionEndingRequestOrBuilder getSpecExecutionEndingRequestOrBuilder() { return getSpecExecutionEndingRequest(); } public static final int SCENARIOEXECUTIONSTARTINGREQUEST_FIELD_NUMBER = 6; private gauge.messages.Messages.ScenarioExecutionStartingRequest scenarioExecutionStartingRequest_; /** *
     */ [ScenarioExecutionStartingRequest](#gauge.messages.ScenarioExecutionStartingRequest)
     * 
* * .gauge.messages.ScenarioExecutionStartingRequest scenarioExecutionStartingRequest = 6; */ public boolean hasScenarioExecutionStartingRequest() { return scenarioExecutionStartingRequest_ != null; } /** *
     */ [ScenarioExecutionStartingRequest](#gauge.messages.ScenarioExecutionStartingRequest)
     * 
* * .gauge.messages.ScenarioExecutionStartingRequest scenarioExecutionStartingRequest = 6; */ public gauge.messages.Messages.ScenarioExecutionStartingRequest getScenarioExecutionStartingRequest() { return scenarioExecutionStartingRequest_ == null ? gauge.messages.Messages.ScenarioExecutionStartingRequest.getDefaultInstance() : scenarioExecutionStartingRequest_; } /** *
     */ [ScenarioExecutionStartingRequest](#gauge.messages.ScenarioExecutionStartingRequest)
     * 
* * .gauge.messages.ScenarioExecutionStartingRequest scenarioExecutionStartingRequest = 6; */ public gauge.messages.Messages.ScenarioExecutionStartingRequestOrBuilder getScenarioExecutionStartingRequestOrBuilder() { return getScenarioExecutionStartingRequest(); } public static final int SCENARIOEXECUTIONENDINGREQUEST_FIELD_NUMBER = 7; private gauge.messages.Messages.ScenarioExecutionEndingRequest scenarioExecutionEndingRequest_; /** *
     */ [ScenarioExecutionEndingRequest](#gauge.messages.ScenarioExecutionEndingRequest)
     * 
* * .gauge.messages.ScenarioExecutionEndingRequest scenarioExecutionEndingRequest = 7; */ public boolean hasScenarioExecutionEndingRequest() { return scenarioExecutionEndingRequest_ != null; } /** *
     */ [ScenarioExecutionEndingRequest](#gauge.messages.ScenarioExecutionEndingRequest)
     * 
* * .gauge.messages.ScenarioExecutionEndingRequest scenarioExecutionEndingRequest = 7; */ public gauge.messages.Messages.ScenarioExecutionEndingRequest getScenarioExecutionEndingRequest() { return scenarioExecutionEndingRequest_ == null ? gauge.messages.Messages.ScenarioExecutionEndingRequest.getDefaultInstance() : scenarioExecutionEndingRequest_; } /** *
     */ [ScenarioExecutionEndingRequest](#gauge.messages.ScenarioExecutionEndingRequest)
     * 
* * .gauge.messages.ScenarioExecutionEndingRequest scenarioExecutionEndingRequest = 7; */ public gauge.messages.Messages.ScenarioExecutionEndingRequestOrBuilder getScenarioExecutionEndingRequestOrBuilder() { return getScenarioExecutionEndingRequest(); } public static final int STEPEXECUTIONSTARTINGREQUEST_FIELD_NUMBER = 8; private gauge.messages.Messages.StepExecutionStartingRequest stepExecutionStartingRequest_; /** *
     */ [StepExecutionStartingRequest](#gauge.messages.StepExecutionStartingRequest)
     * 
* * .gauge.messages.StepExecutionStartingRequest stepExecutionStartingRequest = 8; */ public boolean hasStepExecutionStartingRequest() { return stepExecutionStartingRequest_ != null; } /** *
     */ [StepExecutionStartingRequest](#gauge.messages.StepExecutionStartingRequest)
     * 
* * .gauge.messages.StepExecutionStartingRequest stepExecutionStartingRequest = 8; */ public gauge.messages.Messages.StepExecutionStartingRequest getStepExecutionStartingRequest() { return stepExecutionStartingRequest_ == null ? gauge.messages.Messages.StepExecutionStartingRequest.getDefaultInstance() : stepExecutionStartingRequest_; } /** *
     */ [StepExecutionStartingRequest](#gauge.messages.StepExecutionStartingRequest)
     * 
* * .gauge.messages.StepExecutionStartingRequest stepExecutionStartingRequest = 8; */ public gauge.messages.Messages.StepExecutionStartingRequestOrBuilder getStepExecutionStartingRequestOrBuilder() { return getStepExecutionStartingRequest(); } public static final int STEPEXECUTIONENDINGREQUEST_FIELD_NUMBER = 9; private gauge.messages.Messages.StepExecutionEndingRequest stepExecutionEndingRequest_; /** *
     */ [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)
     * 
* * .gauge.messages.StepExecutionEndingRequest stepExecutionEndingRequest = 9; */ public boolean hasStepExecutionEndingRequest() { return stepExecutionEndingRequest_ != null; } /** *
     */ [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)
     * 
* * .gauge.messages.StepExecutionEndingRequest stepExecutionEndingRequest = 9; */ public gauge.messages.Messages.StepExecutionEndingRequest getStepExecutionEndingRequest() { return stepExecutionEndingRequest_ == null ? gauge.messages.Messages.StepExecutionEndingRequest.getDefaultInstance() : stepExecutionEndingRequest_; } /** *
     */ [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)
     * 
* * .gauge.messages.StepExecutionEndingRequest stepExecutionEndingRequest = 9; */ public gauge.messages.Messages.StepExecutionEndingRequestOrBuilder getStepExecutionEndingRequestOrBuilder() { return getStepExecutionEndingRequest(); } public static final int EXECUTESTEPREQUEST_FIELD_NUMBER = 10; private gauge.messages.Messages.ExecuteStepRequest executeStepRequest_; /** *
     */ [ExecuteStepRequest](#gauge.messages.ExecuteStepRequest)
     * 
* * .gauge.messages.ExecuteStepRequest executeStepRequest = 10; */ public boolean hasExecuteStepRequest() { return executeStepRequest_ != null; } /** *
     */ [ExecuteStepRequest](#gauge.messages.ExecuteStepRequest)
     * 
* * .gauge.messages.ExecuteStepRequest executeStepRequest = 10; */ public gauge.messages.Messages.ExecuteStepRequest getExecuteStepRequest() { return executeStepRequest_ == null ? gauge.messages.Messages.ExecuteStepRequest.getDefaultInstance() : executeStepRequest_; } /** *
     */ [ExecuteStepRequest](#gauge.messages.ExecuteStepRequest)
     * 
* * .gauge.messages.ExecuteStepRequest executeStepRequest = 10; */ public gauge.messages.Messages.ExecuteStepRequestOrBuilder getExecuteStepRequestOrBuilder() { return getExecuteStepRequest(); } public static final int EXECUTIONENDINGREQUEST_FIELD_NUMBER = 11; private gauge.messages.Messages.ExecutionEndingRequest executionEndingRequest_; /** *
     */ [ExecutionEndingRequest](#gauge.messages.ExecutionEndingRequest)
     * 
* * .gauge.messages.ExecutionEndingRequest executionEndingRequest = 11; */ public boolean hasExecutionEndingRequest() { return executionEndingRequest_ != null; } /** *
     */ [ExecutionEndingRequest](#gauge.messages.ExecutionEndingRequest)
     * 
* * .gauge.messages.ExecutionEndingRequest executionEndingRequest = 11; */ public gauge.messages.Messages.ExecutionEndingRequest getExecutionEndingRequest() { return executionEndingRequest_ == null ? gauge.messages.Messages.ExecutionEndingRequest.getDefaultInstance() : executionEndingRequest_; } /** *
     */ [ExecutionEndingRequest](#gauge.messages.ExecutionEndingRequest)
     * 
* * .gauge.messages.ExecutionEndingRequest executionEndingRequest = 11; */ public gauge.messages.Messages.ExecutionEndingRequestOrBuilder getExecutionEndingRequestOrBuilder() { return getExecutionEndingRequest(); } public static final int STEPVALIDATEREQUEST_FIELD_NUMBER = 12; private gauge.messages.Messages.StepValidateRequest stepValidateRequest_; /** *
     */ [StepValidateRequest](#gauge.messages.StepValidateRequest)
     * 
* * .gauge.messages.StepValidateRequest stepValidateRequest = 12; */ public boolean hasStepValidateRequest() { return stepValidateRequest_ != null; } /** *
     */ [StepValidateRequest](#gauge.messages.StepValidateRequest)
     * 
* * .gauge.messages.StepValidateRequest stepValidateRequest = 12; */ public gauge.messages.Messages.StepValidateRequest getStepValidateRequest() { return stepValidateRequest_ == null ? gauge.messages.Messages.StepValidateRequest.getDefaultInstance() : stepValidateRequest_; } /** *
     */ [StepValidateRequest](#gauge.messages.StepValidateRequest)
     * 
* * .gauge.messages.StepValidateRequest stepValidateRequest = 12; */ public gauge.messages.Messages.StepValidateRequestOrBuilder getStepValidateRequestOrBuilder() { return getStepValidateRequest(); } public static final int STEPVALIDATERESPONSE_FIELD_NUMBER = 13; private gauge.messages.Messages.StepValidateResponse stepValidateResponse_; /** *
     */ [StepValidateResponse](#gauge.messages.StepValidateResponse)
     * 
* * .gauge.messages.StepValidateResponse stepValidateResponse = 13; */ public boolean hasStepValidateResponse() { return stepValidateResponse_ != null; } /** *
     */ [StepValidateResponse](#gauge.messages.StepValidateResponse)
     * 
* * .gauge.messages.StepValidateResponse stepValidateResponse = 13; */ public gauge.messages.Messages.StepValidateResponse getStepValidateResponse() { return stepValidateResponse_ == null ? gauge.messages.Messages.StepValidateResponse.getDefaultInstance() : stepValidateResponse_; } /** *
     */ [StepValidateResponse](#gauge.messages.StepValidateResponse)
     * 
* * .gauge.messages.StepValidateResponse stepValidateResponse = 13; */ public gauge.messages.Messages.StepValidateResponseOrBuilder getStepValidateResponseOrBuilder() { return getStepValidateResponse(); } public static final int EXECUTIONSTATUSRESPONSE_FIELD_NUMBER = 14; private gauge.messages.Messages.ExecutionStatusResponse executionStatusResponse_; /** *
     */ [ExecutionStatusResponse](#gauge.messages.ExecutionStatusResponse)
     * 
* * .gauge.messages.ExecutionStatusResponse executionStatusResponse = 14; */ public boolean hasExecutionStatusResponse() { return executionStatusResponse_ != null; } /** *
     */ [ExecutionStatusResponse](#gauge.messages.ExecutionStatusResponse)
     * 
* * .gauge.messages.ExecutionStatusResponse executionStatusResponse = 14; */ public gauge.messages.Messages.ExecutionStatusResponse getExecutionStatusResponse() { return executionStatusResponse_ == null ? gauge.messages.Messages.ExecutionStatusResponse.getDefaultInstance() : executionStatusResponse_; } /** *
     */ [ExecutionStatusResponse](#gauge.messages.ExecutionStatusResponse)
     * 
* * .gauge.messages.ExecutionStatusResponse executionStatusResponse = 14; */ public gauge.messages.Messages.ExecutionStatusResponseOrBuilder getExecutionStatusResponseOrBuilder() { return getExecutionStatusResponse(); } public static final int STEPNAMESREQUEST_FIELD_NUMBER = 15; private gauge.messages.Messages.StepNamesRequest stepNamesRequest_; /** *
     */ [StepNamesRequest](#gauge.messages.StepNamesRequest)
     * 
* * .gauge.messages.StepNamesRequest stepNamesRequest = 15; */ public boolean hasStepNamesRequest() { return stepNamesRequest_ != null; } /** *
     */ [StepNamesRequest](#gauge.messages.StepNamesRequest)
     * 
* * .gauge.messages.StepNamesRequest stepNamesRequest = 15; */ public gauge.messages.Messages.StepNamesRequest getStepNamesRequest() { return stepNamesRequest_ == null ? gauge.messages.Messages.StepNamesRequest.getDefaultInstance() : stepNamesRequest_; } /** *
     */ [StepNamesRequest](#gauge.messages.StepNamesRequest)
     * 
* * .gauge.messages.StepNamesRequest stepNamesRequest = 15; */ public gauge.messages.Messages.StepNamesRequestOrBuilder getStepNamesRequestOrBuilder() { return getStepNamesRequest(); } public static final int STEPNAMESRESPONSE_FIELD_NUMBER = 16; private gauge.messages.Messages.StepNamesResponse stepNamesResponse_; /** *
     */ [StepNamesResponse](#gauge.messages.StepNamesResponse)
     * 
* * .gauge.messages.StepNamesResponse stepNamesResponse = 16; */ public boolean hasStepNamesResponse() { return stepNamesResponse_ != null; } /** *
     */ [StepNamesResponse](#gauge.messages.StepNamesResponse)
     * 
* * .gauge.messages.StepNamesResponse stepNamesResponse = 16; */ public gauge.messages.Messages.StepNamesResponse getStepNamesResponse() { return stepNamesResponse_ == null ? gauge.messages.Messages.StepNamesResponse.getDefaultInstance() : stepNamesResponse_; } /** *
     */ [StepNamesResponse](#gauge.messages.StepNamesResponse)
     * 
* * .gauge.messages.StepNamesResponse stepNamesResponse = 16; */ public gauge.messages.Messages.StepNamesResponseOrBuilder getStepNamesResponseOrBuilder() { return getStepNamesResponse(); } public static final int SUITEEXECUTIONRESULT_FIELD_NUMBER = 17; private gauge.messages.Messages.SuiteExecutionResult suiteExecutionResult_; /** *
     */ [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
     * 
* * .gauge.messages.SuiteExecutionResult suiteExecutionResult = 17; */ public boolean hasSuiteExecutionResult() { return suiteExecutionResult_ != null; } /** *
     */ [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
     * 
* * .gauge.messages.SuiteExecutionResult suiteExecutionResult = 17; */ public gauge.messages.Messages.SuiteExecutionResult getSuiteExecutionResult() { return suiteExecutionResult_ == null ? gauge.messages.Messages.SuiteExecutionResult.getDefaultInstance() : suiteExecutionResult_; } /** *
     */ [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
     * 
* * .gauge.messages.SuiteExecutionResult suiteExecutionResult = 17; */ public gauge.messages.Messages.SuiteExecutionResultOrBuilder getSuiteExecutionResultOrBuilder() { return getSuiteExecutionResult(); } public static final int KILLPROCESSREQUEST_FIELD_NUMBER = 18; private gauge.messages.Messages.KillProcessRequest killProcessRequest_; /** *
     */ [KillProcessRequest](#gauge.messages.KillProcessRequest)
     * 
* * .gauge.messages.KillProcessRequest killProcessRequest = 18; */ public boolean hasKillProcessRequest() { return killProcessRequest_ != null; } /** *
     */ [KillProcessRequest](#gauge.messages.KillProcessRequest)
     * 
* * .gauge.messages.KillProcessRequest killProcessRequest = 18; */ public gauge.messages.Messages.KillProcessRequest getKillProcessRequest() { return killProcessRequest_ == null ? gauge.messages.Messages.KillProcessRequest.getDefaultInstance() : killProcessRequest_; } /** *
     */ [KillProcessRequest](#gauge.messages.KillProcessRequest)
     * 
* * .gauge.messages.KillProcessRequest killProcessRequest = 18; */ public gauge.messages.Messages.KillProcessRequestOrBuilder getKillProcessRequestOrBuilder() { return getKillProcessRequest(); } public static final int SCENARIODATASTOREINITREQUEST_FIELD_NUMBER = 19; private gauge.messages.Messages.ScenarioDataStoreInitRequest scenarioDataStoreInitRequest_; /** *
     */ [ScenarioDataStoreInitRequest](#gauge.messages.ScenarioDataStoreInitRequest)
     * 
* * .gauge.messages.ScenarioDataStoreInitRequest scenarioDataStoreInitRequest = 19; */ public boolean hasScenarioDataStoreInitRequest() { return scenarioDataStoreInitRequest_ != null; } /** *
     */ [ScenarioDataStoreInitRequest](#gauge.messages.ScenarioDataStoreInitRequest)
     * 
* * .gauge.messages.ScenarioDataStoreInitRequest scenarioDataStoreInitRequest = 19; */ public gauge.messages.Messages.ScenarioDataStoreInitRequest getScenarioDataStoreInitRequest() { return scenarioDataStoreInitRequest_ == null ? gauge.messages.Messages.ScenarioDataStoreInitRequest.getDefaultInstance() : scenarioDataStoreInitRequest_; } /** *
     */ [ScenarioDataStoreInitRequest](#gauge.messages.ScenarioDataStoreInitRequest)
     * 
* * .gauge.messages.ScenarioDataStoreInitRequest scenarioDataStoreInitRequest = 19; */ public gauge.messages.Messages.ScenarioDataStoreInitRequestOrBuilder getScenarioDataStoreInitRequestOrBuilder() { return getScenarioDataStoreInitRequest(); } public static final int SPECDATASTOREINITREQUEST_FIELD_NUMBER = 20; private gauge.messages.Messages.SpecDataStoreInitRequest specDataStoreInitRequest_; /** *
     */ [SpecDataStoreInitRequest](#gauge.messages.SpecDataStoreInitRequest)
     * 
* * .gauge.messages.SpecDataStoreInitRequest specDataStoreInitRequest = 20; */ public boolean hasSpecDataStoreInitRequest() { return specDataStoreInitRequest_ != null; } /** *
     */ [SpecDataStoreInitRequest](#gauge.messages.SpecDataStoreInitRequest)
     * 
* * .gauge.messages.SpecDataStoreInitRequest specDataStoreInitRequest = 20; */ public gauge.messages.Messages.SpecDataStoreInitRequest getSpecDataStoreInitRequest() { return specDataStoreInitRequest_ == null ? gauge.messages.Messages.SpecDataStoreInitRequest.getDefaultInstance() : specDataStoreInitRequest_; } /** *
     */ [SpecDataStoreInitRequest](#gauge.messages.SpecDataStoreInitRequest)
     * 
* * .gauge.messages.SpecDataStoreInitRequest specDataStoreInitRequest = 20; */ public gauge.messages.Messages.SpecDataStoreInitRequestOrBuilder getSpecDataStoreInitRequestOrBuilder() { return getSpecDataStoreInitRequest(); } public static final int SUITEDATASTOREINITREQUEST_FIELD_NUMBER = 21; private gauge.messages.Messages.SuiteDataStoreInitRequest suiteDataStoreInitRequest_; /** *
     */ [SuiteDataStoreInitRequest](#gauge.messages.SuiteDataStoreInitRequest)
     * 
* * .gauge.messages.SuiteDataStoreInitRequest suiteDataStoreInitRequest = 21; */ public boolean hasSuiteDataStoreInitRequest() { return suiteDataStoreInitRequest_ != null; } /** *
     */ [SuiteDataStoreInitRequest](#gauge.messages.SuiteDataStoreInitRequest)
     * 
* * .gauge.messages.SuiteDataStoreInitRequest suiteDataStoreInitRequest = 21; */ public gauge.messages.Messages.SuiteDataStoreInitRequest getSuiteDataStoreInitRequest() { return suiteDataStoreInitRequest_ == null ? gauge.messages.Messages.SuiteDataStoreInitRequest.getDefaultInstance() : suiteDataStoreInitRequest_; } /** *
     */ [SuiteDataStoreInitRequest](#gauge.messages.SuiteDataStoreInitRequest)
     * 
* * .gauge.messages.SuiteDataStoreInitRequest suiteDataStoreInitRequest = 21; */ public gauge.messages.Messages.SuiteDataStoreInitRequestOrBuilder getSuiteDataStoreInitRequestOrBuilder() { return getSuiteDataStoreInitRequest(); } public static final int STEPNAMEREQUEST_FIELD_NUMBER = 22; private gauge.messages.Messages.StepNameRequest stepNameRequest_; /** *
     */ [StepNameRequest](#gauge.messages.StepNameRequest)
     * 
* * .gauge.messages.StepNameRequest stepNameRequest = 22; */ public boolean hasStepNameRequest() { return stepNameRequest_ != null; } /** *
     */ [StepNameRequest](#gauge.messages.StepNameRequest)
     * 
* * .gauge.messages.StepNameRequest stepNameRequest = 22; */ public gauge.messages.Messages.StepNameRequest getStepNameRequest() { return stepNameRequest_ == null ? gauge.messages.Messages.StepNameRequest.getDefaultInstance() : stepNameRequest_; } /** *
     */ [StepNameRequest](#gauge.messages.StepNameRequest)
     * 
* * .gauge.messages.StepNameRequest stepNameRequest = 22; */ public gauge.messages.Messages.StepNameRequestOrBuilder getStepNameRequestOrBuilder() { return getStepNameRequest(); } public static final int STEPNAMERESPONSE_FIELD_NUMBER = 23; private gauge.messages.Messages.StepNameResponse stepNameResponse_; /** *
     */ [StepNameResponse](#gauge.messages.StepNameResponse)
     * 
* * .gauge.messages.StepNameResponse stepNameResponse = 23; */ public boolean hasStepNameResponse() { return stepNameResponse_ != null; } /** *
     */ [StepNameResponse](#gauge.messages.StepNameResponse)
     * 
* * .gauge.messages.StepNameResponse stepNameResponse = 23; */ public gauge.messages.Messages.StepNameResponse getStepNameResponse() { return stepNameResponse_ == null ? gauge.messages.Messages.StepNameResponse.getDefaultInstance() : stepNameResponse_; } /** *
     */ [StepNameResponse](#gauge.messages.StepNameResponse)
     * 
* * .gauge.messages.StepNameResponse stepNameResponse = 23; */ public gauge.messages.Messages.StepNameResponseOrBuilder getStepNameResponseOrBuilder() { return getStepNameResponse(); } public static final int REFACTORREQUEST_FIELD_NUMBER = 24; private gauge.messages.Messages.RefactorRequest refactorRequest_; /** *
     */ [RefactorRequest](#gauge.messages.RefactorRequest)
     * 
* * .gauge.messages.RefactorRequest refactorRequest = 24; */ public boolean hasRefactorRequest() { return refactorRequest_ != null; } /** *
     */ [RefactorRequest](#gauge.messages.RefactorRequest)
     * 
* * .gauge.messages.RefactorRequest refactorRequest = 24; */ public gauge.messages.Messages.RefactorRequest getRefactorRequest() { return refactorRequest_ == null ? gauge.messages.Messages.RefactorRequest.getDefaultInstance() : refactorRequest_; } /** *
     */ [RefactorRequest](#gauge.messages.RefactorRequest)
     * 
* * .gauge.messages.RefactorRequest refactorRequest = 24; */ public gauge.messages.Messages.RefactorRequestOrBuilder getRefactorRequestOrBuilder() { return getRefactorRequest(); } public static final int REFACTORRESPONSE_FIELD_NUMBER = 25; private gauge.messages.Messages.RefactorResponse refactorResponse_; /** *
     */ [RefactorResponse](#gauge.messages.RefactorResponse)
     * 
* * .gauge.messages.RefactorResponse refactorResponse = 25; */ public boolean hasRefactorResponse() { return refactorResponse_ != null; } /** *
     */ [RefactorResponse](#gauge.messages.RefactorResponse)
     * 
* * .gauge.messages.RefactorResponse refactorResponse = 25; */ public gauge.messages.Messages.RefactorResponse getRefactorResponse() { return refactorResponse_ == null ? gauge.messages.Messages.RefactorResponse.getDefaultInstance() : refactorResponse_; } /** *
     */ [RefactorResponse](#gauge.messages.RefactorResponse)
     * 
* * .gauge.messages.RefactorResponse refactorResponse = 25; */ public gauge.messages.Messages.RefactorResponseOrBuilder getRefactorResponseOrBuilder() { return getRefactorResponse(); } public static final int UNSUPPORTEDMESSAGERESPONSE_FIELD_NUMBER = 26; private gauge.messages.Messages.UnsupportedMessageResponse unsupportedMessageResponse_; /** *
     */ [UnsupportedMessageResponse](#gauge.messages.UnsupportedMessageResponse)
     * 
* * .gauge.messages.UnsupportedMessageResponse unsupportedMessageResponse = 26; */ public boolean hasUnsupportedMessageResponse() { return unsupportedMessageResponse_ != null; } /** *
     */ [UnsupportedMessageResponse](#gauge.messages.UnsupportedMessageResponse)
     * 
* * .gauge.messages.UnsupportedMessageResponse unsupportedMessageResponse = 26; */ public gauge.messages.Messages.UnsupportedMessageResponse getUnsupportedMessageResponse() { return unsupportedMessageResponse_ == null ? gauge.messages.Messages.UnsupportedMessageResponse.getDefaultInstance() : unsupportedMessageResponse_; } /** *
     */ [UnsupportedMessageResponse](#gauge.messages.UnsupportedMessageResponse)
     * 
* * .gauge.messages.UnsupportedMessageResponse unsupportedMessageResponse = 26; */ public gauge.messages.Messages.UnsupportedMessageResponseOrBuilder getUnsupportedMessageResponseOrBuilder() { return getUnsupportedMessageResponse(); } public static final int CACHEFILEREQUEST_FIELD_NUMBER = 27; private gauge.messages.Messages.CacheFileRequest cacheFileRequest_; /** *
     */ [CacheFileRequest](#gauge.messages.CacheFileRequest)
     * 
* * .gauge.messages.CacheFileRequest cacheFileRequest = 27; */ public boolean hasCacheFileRequest() { return cacheFileRequest_ != null; } /** *
     */ [CacheFileRequest](#gauge.messages.CacheFileRequest)
     * 
* * .gauge.messages.CacheFileRequest cacheFileRequest = 27; */ public gauge.messages.Messages.CacheFileRequest getCacheFileRequest() { return cacheFileRequest_ == null ? gauge.messages.Messages.CacheFileRequest.getDefaultInstance() : cacheFileRequest_; } /** *
     */ [CacheFileRequest](#gauge.messages.CacheFileRequest)
     * 
* * .gauge.messages.CacheFileRequest cacheFileRequest = 27; */ public gauge.messages.Messages.CacheFileRequestOrBuilder getCacheFileRequestOrBuilder() { return getCacheFileRequest(); } public static final int STEPPOSITIONSREQUEST_FIELD_NUMBER = 28; private gauge.messages.Messages.StepPositionsRequest stepPositionsRequest_; /** *
     */ [StepPositionsRequest](#gauge.messages.StepPositionsRequest)
     * 
* * .gauge.messages.StepPositionsRequest stepPositionsRequest = 28; */ public boolean hasStepPositionsRequest() { return stepPositionsRequest_ != null; } /** *
     */ [StepPositionsRequest](#gauge.messages.StepPositionsRequest)
     * 
* * .gauge.messages.StepPositionsRequest stepPositionsRequest = 28; */ public gauge.messages.Messages.StepPositionsRequest getStepPositionsRequest() { return stepPositionsRequest_ == null ? gauge.messages.Messages.StepPositionsRequest.getDefaultInstance() : stepPositionsRequest_; } /** *
     */ [StepPositionsRequest](#gauge.messages.StepPositionsRequest)
     * 
* * .gauge.messages.StepPositionsRequest stepPositionsRequest = 28; */ public gauge.messages.Messages.StepPositionsRequestOrBuilder getStepPositionsRequestOrBuilder() { return getStepPositionsRequest(); } public static final int STEPPOSITIONSRESPONSE_FIELD_NUMBER = 29; private gauge.messages.Messages.StepPositionsResponse stepPositionsResponse_; /** *
     */ [StepPositionsResponse](#gauge.messages.StepPositionsResponse)
     * 
* * .gauge.messages.StepPositionsResponse stepPositionsResponse = 29; */ public boolean hasStepPositionsResponse() { return stepPositionsResponse_ != null; } /** *
     */ [StepPositionsResponse](#gauge.messages.StepPositionsResponse)
     * 
* * .gauge.messages.StepPositionsResponse stepPositionsResponse = 29; */ public gauge.messages.Messages.StepPositionsResponse getStepPositionsResponse() { return stepPositionsResponse_ == null ? gauge.messages.Messages.StepPositionsResponse.getDefaultInstance() : stepPositionsResponse_; } /** *
     */ [StepPositionsResponse](#gauge.messages.StepPositionsResponse)
     * 
* * .gauge.messages.StepPositionsResponse stepPositionsResponse = 29; */ public gauge.messages.Messages.StepPositionsResponseOrBuilder getStepPositionsResponseOrBuilder() { return getStepPositionsResponse(); } public static final int IMPLEMENTATIONFILELISTREQUEST_FIELD_NUMBER = 30; private gauge.messages.Messages.ImplementationFileListRequest implementationFileListRequest_; /** *
     */ [ImplementationFileListRequest](#gauge.messages.ImplementationFileListRequest)
     * 
* * .gauge.messages.ImplementationFileListRequest implementationFileListRequest = 30; */ public boolean hasImplementationFileListRequest() { return implementationFileListRequest_ != null; } /** *
     */ [ImplementationFileListRequest](#gauge.messages.ImplementationFileListRequest)
     * 
* * .gauge.messages.ImplementationFileListRequest implementationFileListRequest = 30; */ public gauge.messages.Messages.ImplementationFileListRequest getImplementationFileListRequest() { return implementationFileListRequest_ == null ? gauge.messages.Messages.ImplementationFileListRequest.getDefaultInstance() : implementationFileListRequest_; } /** *
     */ [ImplementationFileListRequest](#gauge.messages.ImplementationFileListRequest)
     * 
* * .gauge.messages.ImplementationFileListRequest implementationFileListRequest = 30; */ public gauge.messages.Messages.ImplementationFileListRequestOrBuilder getImplementationFileListRequestOrBuilder() { return getImplementationFileListRequest(); } public static final int IMPLEMENTATIONFILELISTRESPONSE_FIELD_NUMBER = 31; private gauge.messages.Messages.ImplementationFileListResponse implementationFileListResponse_; /** *
     */ [ImplementationFileListResponse](#gauge.messages.ImplementationFileListResponse)
     * 
* * .gauge.messages.ImplementationFileListResponse implementationFileListResponse = 31; */ public boolean hasImplementationFileListResponse() { return implementationFileListResponse_ != null; } /** *
     */ [ImplementationFileListResponse](#gauge.messages.ImplementationFileListResponse)
     * 
* * .gauge.messages.ImplementationFileListResponse implementationFileListResponse = 31; */ public gauge.messages.Messages.ImplementationFileListResponse getImplementationFileListResponse() { return implementationFileListResponse_ == null ? gauge.messages.Messages.ImplementationFileListResponse.getDefaultInstance() : implementationFileListResponse_; } /** *
     */ [ImplementationFileListResponse](#gauge.messages.ImplementationFileListResponse)
     * 
* * .gauge.messages.ImplementationFileListResponse implementationFileListResponse = 31; */ public gauge.messages.Messages.ImplementationFileListResponseOrBuilder getImplementationFileListResponseOrBuilder() { return getImplementationFileListResponse(); } public static final int STUBIMPLEMENTATIONCODEREQUEST_FIELD_NUMBER = 32; private gauge.messages.Messages.StubImplementationCodeRequest stubImplementationCodeRequest_; /** *
     */ [StubImplementationCodeRequest](#gauge.messages.StubImplementationCodeRequest)
     * 
* * .gauge.messages.StubImplementationCodeRequest stubImplementationCodeRequest = 32; */ public boolean hasStubImplementationCodeRequest() { return stubImplementationCodeRequest_ != null; } /** *
     */ [StubImplementationCodeRequest](#gauge.messages.StubImplementationCodeRequest)
     * 
* * .gauge.messages.StubImplementationCodeRequest stubImplementationCodeRequest = 32; */ public gauge.messages.Messages.StubImplementationCodeRequest getStubImplementationCodeRequest() { return stubImplementationCodeRequest_ == null ? gauge.messages.Messages.StubImplementationCodeRequest.getDefaultInstance() : stubImplementationCodeRequest_; } /** *
     */ [StubImplementationCodeRequest](#gauge.messages.StubImplementationCodeRequest)
     * 
* * .gauge.messages.StubImplementationCodeRequest stubImplementationCodeRequest = 32; */ public gauge.messages.Messages.StubImplementationCodeRequestOrBuilder getStubImplementationCodeRequestOrBuilder() { return getStubImplementationCodeRequest(); } public static final int FILEDIFF_FIELD_NUMBER = 33; private gauge.messages.Messages.FileDiff fileDiff_; /** *
     */ [FileDiff](#gauge.messages.FileDiff)
     * 
* * .gauge.messages.FileDiff fileDiff = 33; */ public boolean hasFileDiff() { return fileDiff_ != null; } /** *
     */ [FileDiff](#gauge.messages.FileDiff)
     * 
* * .gauge.messages.FileDiff fileDiff = 33; */ public gauge.messages.Messages.FileDiff getFileDiff() { return fileDiff_ == null ? gauge.messages.Messages.FileDiff.getDefaultInstance() : fileDiff_; } /** *
     */ [FileDiff](#gauge.messages.FileDiff)
     * 
* * .gauge.messages.FileDiff fileDiff = 33; */ public gauge.messages.Messages.FileDiffOrBuilder getFileDiffOrBuilder() { return getFileDiff(); } public static final int IMPLEMENTATIONFILEGLOBPATTERNREQUEST_FIELD_NUMBER = 34; private gauge.messages.Messages.ImplementationFileGlobPatternRequest implementationFileGlobPatternRequest_; /** *
     */ [ImplementationFileGlobPatternRequest](#gauge.messages.ImplementationFileGlobPatternRequest)
     * 
* * .gauge.messages.ImplementationFileGlobPatternRequest implementationFileGlobPatternRequest = 34; */ public boolean hasImplementationFileGlobPatternRequest() { return implementationFileGlobPatternRequest_ != null; } /** *
     */ [ImplementationFileGlobPatternRequest](#gauge.messages.ImplementationFileGlobPatternRequest)
     * 
* * .gauge.messages.ImplementationFileGlobPatternRequest implementationFileGlobPatternRequest = 34; */ public gauge.messages.Messages.ImplementationFileGlobPatternRequest getImplementationFileGlobPatternRequest() { return implementationFileGlobPatternRequest_ == null ? gauge.messages.Messages.ImplementationFileGlobPatternRequest.getDefaultInstance() : implementationFileGlobPatternRequest_; } /** *
     */ [ImplementationFileGlobPatternRequest](#gauge.messages.ImplementationFileGlobPatternRequest)
     * 
* * .gauge.messages.ImplementationFileGlobPatternRequest implementationFileGlobPatternRequest = 34; */ public gauge.messages.Messages.ImplementationFileGlobPatternRequestOrBuilder getImplementationFileGlobPatternRequestOrBuilder() { return getImplementationFileGlobPatternRequest(); } public static final int IMPLEMENTATIONFILEGLOBPATTERNRESPONSE_FIELD_NUMBER = 35; private gauge.messages.Messages.ImplementationFileGlobPatternResponse implementationFileGlobPatternResponse_; /** *
     */ [ImplementationFileGlobPatternResponse](#gauge.messages.ImplementationFileGlobPatternResponse)
     * 
* * .gauge.messages.ImplementationFileGlobPatternResponse implementationFileGlobPatternResponse = 35; */ public boolean hasImplementationFileGlobPatternResponse() { return implementationFileGlobPatternResponse_ != null; } /** *
     */ [ImplementationFileGlobPatternResponse](#gauge.messages.ImplementationFileGlobPatternResponse)
     * 
* * .gauge.messages.ImplementationFileGlobPatternResponse implementationFileGlobPatternResponse = 35; */ public gauge.messages.Messages.ImplementationFileGlobPatternResponse getImplementationFileGlobPatternResponse() { return implementationFileGlobPatternResponse_ == null ? gauge.messages.Messages.ImplementationFileGlobPatternResponse.getDefaultInstance() : implementationFileGlobPatternResponse_; } /** *
     */ [ImplementationFileGlobPatternResponse](#gauge.messages.ImplementationFileGlobPatternResponse)
     * 
* * .gauge.messages.ImplementationFileGlobPatternResponse implementationFileGlobPatternResponse = 35; */ public gauge.messages.Messages.ImplementationFileGlobPatternResponseOrBuilder getImplementationFileGlobPatternResponseOrBuilder() { return getImplementationFileGlobPatternResponse(); } public static final int SUITEEXECUTIONRESULTITEM_FIELD_NUMBER = 36; private gauge.messages.Messages.SuiteExecutionResultItem suiteExecutionResultItem_; /** *
     */ [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
     * 
* * .gauge.messages.SuiteExecutionResultItem suiteExecutionResultItem = 36; */ public boolean hasSuiteExecutionResultItem() { return suiteExecutionResultItem_ != null; } /** *
     */ [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
     * 
* * .gauge.messages.SuiteExecutionResultItem suiteExecutionResultItem = 36; */ public gauge.messages.Messages.SuiteExecutionResultItem getSuiteExecutionResultItem() { return suiteExecutionResultItem_ == null ? gauge.messages.Messages.SuiteExecutionResultItem.getDefaultInstance() : suiteExecutionResultItem_; } /** *
     */ [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
     * 
* * .gauge.messages.SuiteExecutionResultItem suiteExecutionResultItem = 36; */ public gauge.messages.Messages.SuiteExecutionResultItemOrBuilder getSuiteExecutionResultItemOrBuilder() { return getSuiteExecutionResultItem(); } public static final int KEEPALIVE_FIELD_NUMBER = 37; private gauge.messages.Messages.KeepAlive keepAlive_; /** *
     */ [KeepAlive ](#gauge.messages.KeepAlive )
     * 
* * .gauge.messages.KeepAlive keepAlive = 37; */ public boolean hasKeepAlive() { return keepAlive_ != null; } /** *
     */ [KeepAlive ](#gauge.messages.KeepAlive )
     * 
* * .gauge.messages.KeepAlive keepAlive = 37; */ public gauge.messages.Messages.KeepAlive getKeepAlive() { return keepAlive_ == null ? gauge.messages.Messages.KeepAlive.getDefaultInstance() : keepAlive_; } /** *
     */ [KeepAlive ](#gauge.messages.KeepAlive )
     * 
* * .gauge.messages.KeepAlive keepAlive = 37; */ public gauge.messages.Messages.KeepAliveOrBuilder getKeepAliveOrBuilder() { return getKeepAlive(); } 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 (executionStartingRequest_ != null) { output.writeMessage(3, getExecutionStartingRequest()); } if (specExecutionStartingRequest_ != null) { output.writeMessage(4, getSpecExecutionStartingRequest()); } if (specExecutionEndingRequest_ != null) { output.writeMessage(5, getSpecExecutionEndingRequest()); } if (scenarioExecutionStartingRequest_ != null) { output.writeMessage(6, getScenarioExecutionStartingRequest()); } if (scenarioExecutionEndingRequest_ != null) { output.writeMessage(7, getScenarioExecutionEndingRequest()); } if (stepExecutionStartingRequest_ != null) { output.writeMessage(8, getStepExecutionStartingRequest()); } if (stepExecutionEndingRequest_ != null) { output.writeMessage(9, getStepExecutionEndingRequest()); } if (executeStepRequest_ != null) { output.writeMessage(10, getExecuteStepRequest()); } if (executionEndingRequest_ != null) { output.writeMessage(11, getExecutionEndingRequest()); } if (stepValidateRequest_ != null) { output.writeMessage(12, getStepValidateRequest()); } if (stepValidateResponse_ != null) { output.writeMessage(13, getStepValidateResponse()); } if (executionStatusResponse_ != null) { output.writeMessage(14, getExecutionStatusResponse()); } if (stepNamesRequest_ != null) { output.writeMessage(15, getStepNamesRequest()); } if (stepNamesResponse_ != null) { output.writeMessage(16, getStepNamesResponse()); } if (suiteExecutionResult_ != null) { output.writeMessage(17, getSuiteExecutionResult()); } if (killProcessRequest_ != null) { output.writeMessage(18, getKillProcessRequest()); } if (scenarioDataStoreInitRequest_ != null) { output.writeMessage(19, getScenarioDataStoreInitRequest()); } if (specDataStoreInitRequest_ != null) { output.writeMessage(20, getSpecDataStoreInitRequest()); } if (suiteDataStoreInitRequest_ != null) { output.writeMessage(21, getSuiteDataStoreInitRequest()); } if (stepNameRequest_ != null) { output.writeMessage(22, getStepNameRequest()); } if (stepNameResponse_ != null) { output.writeMessage(23, getStepNameResponse()); } if (refactorRequest_ != null) { output.writeMessage(24, getRefactorRequest()); } if (refactorResponse_ != null) { output.writeMessage(25, getRefactorResponse()); } if (unsupportedMessageResponse_ != null) { output.writeMessage(26, getUnsupportedMessageResponse()); } if (cacheFileRequest_ != null) { output.writeMessage(27, getCacheFileRequest()); } if (stepPositionsRequest_ != null) { output.writeMessage(28, getStepPositionsRequest()); } if (stepPositionsResponse_ != null) { output.writeMessage(29, getStepPositionsResponse()); } if (implementationFileListRequest_ != null) { output.writeMessage(30, getImplementationFileListRequest()); } if (implementationFileListResponse_ != null) { output.writeMessage(31, getImplementationFileListResponse()); } if (stubImplementationCodeRequest_ != null) { output.writeMessage(32, getStubImplementationCodeRequest()); } if (fileDiff_ != null) { output.writeMessage(33, getFileDiff()); } if (implementationFileGlobPatternRequest_ != null) { output.writeMessage(34, getImplementationFileGlobPatternRequest()); } if (implementationFileGlobPatternResponse_ != null) { output.writeMessage(35, getImplementationFileGlobPatternResponse()); } if (suiteExecutionResultItem_ != null) { output.writeMessage(36, getSuiteExecutionResultItem()); } if (keepAlive_ != null) { output.writeMessage(37, getKeepAlive()); } unknownFields.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 (executionStartingRequest_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, getExecutionStartingRequest()); } if (specExecutionStartingRequest_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, getSpecExecutionStartingRequest()); } if (specExecutionEndingRequest_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, getSpecExecutionEndingRequest()); } if (scenarioExecutionStartingRequest_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, getScenarioExecutionStartingRequest()); } if (scenarioExecutionEndingRequest_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(7, getScenarioExecutionEndingRequest()); } if (stepExecutionStartingRequest_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(8, getStepExecutionStartingRequest()); } if (stepExecutionEndingRequest_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(9, getStepExecutionEndingRequest()); } if (executeStepRequest_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(10, getExecuteStepRequest()); } if (executionEndingRequest_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(11, getExecutionEndingRequest()); } if (stepValidateRequest_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(12, getStepValidateRequest()); } if (stepValidateResponse_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(13, getStepValidateResponse()); } if (executionStatusResponse_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(14, getExecutionStatusResponse()); } if (stepNamesRequest_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(15, getStepNamesRequest()); } if (stepNamesResponse_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(16, getStepNamesResponse()); } if (suiteExecutionResult_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(17, getSuiteExecutionResult()); } if (killProcessRequest_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(18, getKillProcessRequest()); } if (scenarioDataStoreInitRequest_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(19, getScenarioDataStoreInitRequest()); } if (specDataStoreInitRequest_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(20, getSpecDataStoreInitRequest()); } if (suiteDataStoreInitRequest_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(21, getSuiteDataStoreInitRequest()); } if (stepNameRequest_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(22, getStepNameRequest()); } if (stepNameResponse_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(23, getStepNameResponse()); } if (refactorRequest_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(24, getRefactorRequest()); } if (refactorResponse_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(25, getRefactorResponse()); } if (unsupportedMessageResponse_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(26, getUnsupportedMessageResponse()); } if (cacheFileRequest_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(27, getCacheFileRequest()); } if (stepPositionsRequest_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(28, getStepPositionsRequest()); } if (stepPositionsResponse_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(29, getStepPositionsResponse()); } if (implementationFileListRequest_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(30, getImplementationFileListRequest()); } if (implementationFileListResponse_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(31, getImplementationFileListResponse()); } if (stubImplementationCodeRequest_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(32, getStubImplementationCodeRequest()); } if (fileDiff_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(33, getFileDiff()); } if (implementationFileGlobPatternRequest_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(34, getImplementationFileGlobPatternRequest()); } if (implementationFileGlobPatternResponse_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(35, getImplementationFileGlobPatternResponse()); } if (suiteExecutionResultItem_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(36, getSuiteExecutionResultItem()); } if (keepAlive_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(37, getKeepAlive()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof gauge.messages.Messages.Message)) { return super.equals(obj); } gauge.messages.Messages.Message other = (gauge.messages.Messages.Message) obj; boolean result = true; result = result && messageType_ == other.messageType_; result = result && (getMessageId() == other.getMessageId()); result = result && (hasExecutionStartingRequest() == other.hasExecutionStartingRequest()); if (hasExecutionStartingRequest()) { result = result && getExecutionStartingRequest() .equals(other.getExecutionStartingRequest()); } result = result && (hasSpecExecutionStartingRequest() == other.hasSpecExecutionStartingRequest()); if (hasSpecExecutionStartingRequest()) { result = result && getSpecExecutionStartingRequest() .equals(other.getSpecExecutionStartingRequest()); } result = result && (hasSpecExecutionEndingRequest() == other.hasSpecExecutionEndingRequest()); if (hasSpecExecutionEndingRequest()) { result = result && getSpecExecutionEndingRequest() .equals(other.getSpecExecutionEndingRequest()); } result = result && (hasScenarioExecutionStartingRequest() == other.hasScenarioExecutionStartingRequest()); if (hasScenarioExecutionStartingRequest()) { result = result && getScenarioExecutionStartingRequest() .equals(other.getScenarioExecutionStartingRequest()); } result = result && (hasScenarioExecutionEndingRequest() == other.hasScenarioExecutionEndingRequest()); if (hasScenarioExecutionEndingRequest()) { result = result && getScenarioExecutionEndingRequest() .equals(other.getScenarioExecutionEndingRequest()); } result = result && (hasStepExecutionStartingRequest() == other.hasStepExecutionStartingRequest()); if (hasStepExecutionStartingRequest()) { result = result && getStepExecutionStartingRequest() .equals(other.getStepExecutionStartingRequest()); } result = result && (hasStepExecutionEndingRequest() == other.hasStepExecutionEndingRequest()); if (hasStepExecutionEndingRequest()) { result = result && getStepExecutionEndingRequest() .equals(other.getStepExecutionEndingRequest()); } result = result && (hasExecuteStepRequest() == other.hasExecuteStepRequest()); if (hasExecuteStepRequest()) { result = result && getExecuteStepRequest() .equals(other.getExecuteStepRequest()); } result = result && (hasExecutionEndingRequest() == other.hasExecutionEndingRequest()); if (hasExecutionEndingRequest()) { result = result && getExecutionEndingRequest() .equals(other.getExecutionEndingRequest()); } result = result && (hasStepValidateRequest() == other.hasStepValidateRequest()); if (hasStepValidateRequest()) { result = result && getStepValidateRequest() .equals(other.getStepValidateRequest()); } result = result && (hasStepValidateResponse() == other.hasStepValidateResponse()); if (hasStepValidateResponse()) { result = result && getStepValidateResponse() .equals(other.getStepValidateResponse()); } result = result && (hasExecutionStatusResponse() == other.hasExecutionStatusResponse()); if (hasExecutionStatusResponse()) { result = result && getExecutionStatusResponse() .equals(other.getExecutionStatusResponse()); } result = result && (hasStepNamesRequest() == other.hasStepNamesRequest()); if (hasStepNamesRequest()) { result = result && getStepNamesRequest() .equals(other.getStepNamesRequest()); } result = result && (hasStepNamesResponse() == other.hasStepNamesResponse()); if (hasStepNamesResponse()) { result = result && getStepNamesResponse() .equals(other.getStepNamesResponse()); } result = result && (hasSuiteExecutionResult() == other.hasSuiteExecutionResult()); if (hasSuiteExecutionResult()) { result = result && getSuiteExecutionResult() .equals(other.getSuiteExecutionResult()); } result = result && (hasKillProcessRequest() == other.hasKillProcessRequest()); if (hasKillProcessRequest()) { result = result && getKillProcessRequest() .equals(other.getKillProcessRequest()); } result = result && (hasScenarioDataStoreInitRequest() == other.hasScenarioDataStoreInitRequest()); if (hasScenarioDataStoreInitRequest()) { result = result && getScenarioDataStoreInitRequest() .equals(other.getScenarioDataStoreInitRequest()); } result = result && (hasSpecDataStoreInitRequest() == other.hasSpecDataStoreInitRequest()); if (hasSpecDataStoreInitRequest()) { result = result && getSpecDataStoreInitRequest() .equals(other.getSpecDataStoreInitRequest()); } result = result && (hasSuiteDataStoreInitRequest() == other.hasSuiteDataStoreInitRequest()); if (hasSuiteDataStoreInitRequest()) { result = result && getSuiteDataStoreInitRequest() .equals(other.getSuiteDataStoreInitRequest()); } result = result && (hasStepNameRequest() == other.hasStepNameRequest()); if (hasStepNameRequest()) { result = result && getStepNameRequest() .equals(other.getStepNameRequest()); } result = result && (hasStepNameResponse() == other.hasStepNameResponse()); if (hasStepNameResponse()) { result = result && getStepNameResponse() .equals(other.getStepNameResponse()); } result = result && (hasRefactorRequest() == other.hasRefactorRequest()); if (hasRefactorRequest()) { result = result && getRefactorRequest() .equals(other.getRefactorRequest()); } result = result && (hasRefactorResponse() == other.hasRefactorResponse()); if (hasRefactorResponse()) { result = result && getRefactorResponse() .equals(other.getRefactorResponse()); } result = result && (hasUnsupportedMessageResponse() == other.hasUnsupportedMessageResponse()); if (hasUnsupportedMessageResponse()) { result = result && getUnsupportedMessageResponse() .equals(other.getUnsupportedMessageResponse()); } result = result && (hasCacheFileRequest() == other.hasCacheFileRequest()); if (hasCacheFileRequest()) { result = result && getCacheFileRequest() .equals(other.getCacheFileRequest()); } result = result && (hasStepPositionsRequest() == other.hasStepPositionsRequest()); if (hasStepPositionsRequest()) { result = result && getStepPositionsRequest() .equals(other.getStepPositionsRequest()); } result = result && (hasStepPositionsResponse() == other.hasStepPositionsResponse()); if (hasStepPositionsResponse()) { result = result && getStepPositionsResponse() .equals(other.getStepPositionsResponse()); } result = result && (hasImplementationFileListRequest() == other.hasImplementationFileListRequest()); if (hasImplementationFileListRequest()) { result = result && getImplementationFileListRequest() .equals(other.getImplementationFileListRequest()); } result = result && (hasImplementationFileListResponse() == other.hasImplementationFileListResponse()); if (hasImplementationFileListResponse()) { result = result && getImplementationFileListResponse() .equals(other.getImplementationFileListResponse()); } result = result && (hasStubImplementationCodeRequest() == other.hasStubImplementationCodeRequest()); if (hasStubImplementationCodeRequest()) { result = result && getStubImplementationCodeRequest() .equals(other.getStubImplementationCodeRequest()); } result = result && (hasFileDiff() == other.hasFileDiff()); if (hasFileDiff()) { result = result && getFileDiff() .equals(other.getFileDiff()); } result = result && (hasImplementationFileGlobPatternRequest() == other.hasImplementationFileGlobPatternRequest()); if (hasImplementationFileGlobPatternRequest()) { result = result && getImplementationFileGlobPatternRequest() .equals(other.getImplementationFileGlobPatternRequest()); } result = result && (hasImplementationFileGlobPatternResponse() == other.hasImplementationFileGlobPatternResponse()); if (hasImplementationFileGlobPatternResponse()) { result = result && getImplementationFileGlobPatternResponse() .equals(other.getImplementationFileGlobPatternResponse()); } result = result && (hasSuiteExecutionResultItem() == other.hasSuiteExecutionResultItem()); if (hasSuiteExecutionResultItem()) { result = result && getSuiteExecutionResultItem() .equals(other.getSuiteExecutionResultItem()); } result = result && (hasKeepAlive() == other.hasKeepAlive()); if (hasKeepAlive()) { result = result && getKeepAlive() .equals(other.getKeepAlive()); } result = result && unknownFields.equals(other.unknownFields); return result; } @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) + unknownFields.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.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.Message parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static gauge.messages.Messages.Message parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .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.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); messageType_ = 0; messageId_ = 0L; if (executionStartingRequestBuilder_ == null) { executionStartingRequest_ = null; } else { executionStartingRequest_ = null; executionStartingRequestBuilder_ = null; } if (specExecutionStartingRequestBuilder_ == null) { specExecutionStartingRequest_ = null; } else { specExecutionStartingRequest_ = null; specExecutionStartingRequestBuilder_ = null; } if (specExecutionEndingRequestBuilder_ == null) { specExecutionEndingRequest_ = null; } else { specExecutionEndingRequest_ = null; specExecutionEndingRequestBuilder_ = null; } if (scenarioExecutionStartingRequestBuilder_ == null) { scenarioExecutionStartingRequest_ = null; } else { scenarioExecutionStartingRequest_ = null; scenarioExecutionStartingRequestBuilder_ = null; } if (scenarioExecutionEndingRequestBuilder_ == null) { scenarioExecutionEndingRequest_ = null; } else { scenarioExecutionEndingRequest_ = null; scenarioExecutionEndingRequestBuilder_ = null; } if (stepExecutionStartingRequestBuilder_ == null) { stepExecutionStartingRequest_ = null; } else { stepExecutionStartingRequest_ = null; stepExecutionStartingRequestBuilder_ = null; } if (stepExecutionEndingRequestBuilder_ == null) { stepExecutionEndingRequest_ = null; } else { stepExecutionEndingRequest_ = null; stepExecutionEndingRequestBuilder_ = null; } if (executeStepRequestBuilder_ == null) { executeStepRequest_ = null; } else { executeStepRequest_ = null; executeStepRequestBuilder_ = null; } if (executionEndingRequestBuilder_ == null) { executionEndingRequest_ = null; } else { executionEndingRequest_ = null; executionEndingRequestBuilder_ = null; } if (stepValidateRequestBuilder_ == null) { stepValidateRequest_ = null; } else { stepValidateRequest_ = null; stepValidateRequestBuilder_ = null; } if (stepValidateResponseBuilder_ == null) { stepValidateResponse_ = null; } else { stepValidateResponse_ = null; stepValidateResponseBuilder_ = null; } if (executionStatusResponseBuilder_ == null) { executionStatusResponse_ = null; } else { executionStatusResponse_ = null; executionStatusResponseBuilder_ = null; } if (stepNamesRequestBuilder_ == null) { stepNamesRequest_ = null; } else { stepNamesRequest_ = null; stepNamesRequestBuilder_ = null; } if (stepNamesResponseBuilder_ == null) { stepNamesResponse_ = null; } else { stepNamesResponse_ = null; stepNamesResponseBuilder_ = null; } if (suiteExecutionResultBuilder_ == null) { suiteExecutionResult_ = null; } else { suiteExecutionResult_ = null; suiteExecutionResultBuilder_ = null; } if (killProcessRequestBuilder_ == null) { killProcessRequest_ = null; } else { killProcessRequest_ = null; killProcessRequestBuilder_ = null; } if (scenarioDataStoreInitRequestBuilder_ == null) { scenarioDataStoreInitRequest_ = null; } else { scenarioDataStoreInitRequest_ = null; scenarioDataStoreInitRequestBuilder_ = null; } if (specDataStoreInitRequestBuilder_ == null) { specDataStoreInitRequest_ = null; } else { specDataStoreInitRequest_ = null; specDataStoreInitRequestBuilder_ = null; } if (suiteDataStoreInitRequestBuilder_ == null) { suiteDataStoreInitRequest_ = null; } else { suiteDataStoreInitRequest_ = null; suiteDataStoreInitRequestBuilder_ = null; } if (stepNameRequestBuilder_ == null) { stepNameRequest_ = null; } else { stepNameRequest_ = null; stepNameRequestBuilder_ = null; } if (stepNameResponseBuilder_ == null) { stepNameResponse_ = null; } else { stepNameResponse_ = null; stepNameResponseBuilder_ = null; } if (refactorRequestBuilder_ == null) { refactorRequest_ = null; } else { refactorRequest_ = null; refactorRequestBuilder_ = null; } if (refactorResponseBuilder_ == null) { refactorResponse_ = null; } else { refactorResponse_ = null; refactorResponseBuilder_ = null; } if (unsupportedMessageResponseBuilder_ == null) { unsupportedMessageResponse_ = null; } else { unsupportedMessageResponse_ = null; unsupportedMessageResponseBuilder_ = null; } if (cacheFileRequestBuilder_ == null) { cacheFileRequest_ = null; } else { cacheFileRequest_ = null; cacheFileRequestBuilder_ = null; } if (stepPositionsRequestBuilder_ == null) { stepPositionsRequest_ = null; } else { stepPositionsRequest_ = null; stepPositionsRequestBuilder_ = null; } if (stepPositionsResponseBuilder_ == null) { stepPositionsResponse_ = null; } else { stepPositionsResponse_ = null; stepPositionsResponseBuilder_ = null; } if (implementationFileListRequestBuilder_ == null) { implementationFileListRequest_ = null; } else { implementationFileListRequest_ = null; implementationFileListRequestBuilder_ = null; } if (implementationFileListResponseBuilder_ == null) { implementationFileListResponse_ = null; } else { implementationFileListResponse_ = null; implementationFileListResponseBuilder_ = null; } if (stubImplementationCodeRequestBuilder_ == null) { stubImplementationCodeRequest_ = null; } else { stubImplementationCodeRequest_ = null; stubImplementationCodeRequestBuilder_ = null; } if (fileDiffBuilder_ == null) { fileDiff_ = null; } else { fileDiff_ = null; fileDiffBuilder_ = null; } if (implementationFileGlobPatternRequestBuilder_ == null) { implementationFileGlobPatternRequest_ = null; } else { implementationFileGlobPatternRequest_ = null; implementationFileGlobPatternRequestBuilder_ = null; } if (implementationFileGlobPatternResponseBuilder_ == null) { implementationFileGlobPatternResponse_ = null; } else { implementationFileGlobPatternResponse_ = null; implementationFileGlobPatternResponseBuilder_ = null; } if (suiteExecutionResultItemBuilder_ == null) { suiteExecutionResultItem_ = null; } else { suiteExecutionResultItem_ = null; suiteExecutionResultItemBuilder_ = null; } if (keepAliveBuilder_ == null) { keepAlive_ = null; } else { keepAlive_ = null; 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); result.messageType_ = messageType_; result.messageId_ = messageId_; if (executionStartingRequestBuilder_ == null) { result.executionStartingRequest_ = executionStartingRequest_; } else { result.executionStartingRequest_ = executionStartingRequestBuilder_.build(); } if (specExecutionStartingRequestBuilder_ == null) { result.specExecutionStartingRequest_ = specExecutionStartingRequest_; } else { result.specExecutionStartingRequest_ = specExecutionStartingRequestBuilder_.build(); } if (specExecutionEndingRequestBuilder_ == null) { result.specExecutionEndingRequest_ = specExecutionEndingRequest_; } else { result.specExecutionEndingRequest_ = specExecutionEndingRequestBuilder_.build(); } if (scenarioExecutionStartingRequestBuilder_ == null) { result.scenarioExecutionStartingRequest_ = scenarioExecutionStartingRequest_; } else { result.scenarioExecutionStartingRequest_ = scenarioExecutionStartingRequestBuilder_.build(); } if (scenarioExecutionEndingRequestBuilder_ == null) { result.scenarioExecutionEndingRequest_ = scenarioExecutionEndingRequest_; } else { result.scenarioExecutionEndingRequest_ = scenarioExecutionEndingRequestBuilder_.build(); } if (stepExecutionStartingRequestBuilder_ == null) { result.stepExecutionStartingRequest_ = stepExecutionStartingRequest_; } else { result.stepExecutionStartingRequest_ = stepExecutionStartingRequestBuilder_.build(); } if (stepExecutionEndingRequestBuilder_ == null) { result.stepExecutionEndingRequest_ = stepExecutionEndingRequest_; } else { result.stepExecutionEndingRequest_ = stepExecutionEndingRequestBuilder_.build(); } if (executeStepRequestBuilder_ == null) { result.executeStepRequest_ = executeStepRequest_; } else { result.executeStepRequest_ = executeStepRequestBuilder_.build(); } if (executionEndingRequestBuilder_ == null) { result.executionEndingRequest_ = executionEndingRequest_; } else { result.executionEndingRequest_ = executionEndingRequestBuilder_.build(); } if (stepValidateRequestBuilder_ == null) { result.stepValidateRequest_ = stepValidateRequest_; } else { result.stepValidateRequest_ = stepValidateRequestBuilder_.build(); } if (stepValidateResponseBuilder_ == null) { result.stepValidateResponse_ = stepValidateResponse_; } else { result.stepValidateResponse_ = stepValidateResponseBuilder_.build(); } if (executionStatusResponseBuilder_ == null) { result.executionStatusResponse_ = executionStatusResponse_; } else { result.executionStatusResponse_ = executionStatusResponseBuilder_.build(); } if (stepNamesRequestBuilder_ == null) { result.stepNamesRequest_ = stepNamesRequest_; } else { result.stepNamesRequest_ = stepNamesRequestBuilder_.build(); } if (stepNamesResponseBuilder_ == null) { result.stepNamesResponse_ = stepNamesResponse_; } else { result.stepNamesResponse_ = stepNamesResponseBuilder_.build(); } if (suiteExecutionResultBuilder_ == null) { result.suiteExecutionResult_ = suiteExecutionResult_; } else { result.suiteExecutionResult_ = suiteExecutionResultBuilder_.build(); } if (killProcessRequestBuilder_ == null) { result.killProcessRequest_ = killProcessRequest_; } else { result.killProcessRequest_ = killProcessRequestBuilder_.build(); } if (scenarioDataStoreInitRequestBuilder_ == null) { result.scenarioDataStoreInitRequest_ = scenarioDataStoreInitRequest_; } else { result.scenarioDataStoreInitRequest_ = scenarioDataStoreInitRequestBuilder_.build(); } if (specDataStoreInitRequestBuilder_ == null) { result.specDataStoreInitRequest_ = specDataStoreInitRequest_; } else { result.specDataStoreInitRequest_ = specDataStoreInitRequestBuilder_.build(); } if (suiteDataStoreInitRequestBuilder_ == null) { result.suiteDataStoreInitRequest_ = suiteDataStoreInitRequest_; } else { result.suiteDataStoreInitRequest_ = suiteDataStoreInitRequestBuilder_.build(); } if (stepNameRequestBuilder_ == null) { result.stepNameRequest_ = stepNameRequest_; } else { result.stepNameRequest_ = stepNameRequestBuilder_.build(); } if (stepNameResponseBuilder_ == null) { result.stepNameResponse_ = stepNameResponse_; } else { result.stepNameResponse_ = stepNameResponseBuilder_.build(); } if (refactorRequestBuilder_ == null) { result.refactorRequest_ = refactorRequest_; } else { result.refactorRequest_ = refactorRequestBuilder_.build(); } if (refactorResponseBuilder_ == null) { result.refactorResponse_ = refactorResponse_; } else { result.refactorResponse_ = refactorResponseBuilder_.build(); } if (unsupportedMessageResponseBuilder_ == null) { result.unsupportedMessageResponse_ = unsupportedMessageResponse_; } else { result.unsupportedMessageResponse_ = unsupportedMessageResponseBuilder_.build(); } if (cacheFileRequestBuilder_ == null) { result.cacheFileRequest_ = cacheFileRequest_; } else { result.cacheFileRequest_ = cacheFileRequestBuilder_.build(); } if (stepPositionsRequestBuilder_ == null) { result.stepPositionsRequest_ = stepPositionsRequest_; } else { result.stepPositionsRequest_ = stepPositionsRequestBuilder_.build(); } if (stepPositionsResponseBuilder_ == null) { result.stepPositionsResponse_ = stepPositionsResponse_; } else { result.stepPositionsResponse_ = stepPositionsResponseBuilder_.build(); } if (implementationFileListRequestBuilder_ == null) { result.implementationFileListRequest_ = implementationFileListRequest_; } else { result.implementationFileListRequest_ = implementationFileListRequestBuilder_.build(); } if (implementationFileListResponseBuilder_ == null) { result.implementationFileListResponse_ = implementationFileListResponse_; } else { result.implementationFileListResponse_ = implementationFileListResponseBuilder_.build(); } if (stubImplementationCodeRequestBuilder_ == null) { result.stubImplementationCodeRequest_ = stubImplementationCodeRequest_; } else { result.stubImplementationCodeRequest_ = stubImplementationCodeRequestBuilder_.build(); } if (fileDiffBuilder_ == null) { result.fileDiff_ = fileDiff_; } else { result.fileDiff_ = fileDiffBuilder_.build(); } if (implementationFileGlobPatternRequestBuilder_ == null) { result.implementationFileGlobPatternRequest_ = implementationFileGlobPatternRequest_; } else { result.implementationFileGlobPatternRequest_ = implementationFileGlobPatternRequestBuilder_.build(); } if (implementationFileGlobPatternResponseBuilder_ == null) { result.implementationFileGlobPatternResponse_ = implementationFileGlobPatternResponse_; } else { result.implementationFileGlobPatternResponse_ = implementationFileGlobPatternResponseBuilder_.build(); } if (suiteExecutionResultItemBuilder_ == null) { result.suiteExecutionResultItem_ = suiteExecutionResultItem_; } else { result.suiteExecutionResultItem_ = suiteExecutionResultItemBuilder_.build(); } if (keepAliveBuilder_ == null) { result.keepAlive_ = keepAlive_; } else { result.keepAlive_ = keepAliveBuilder_.build(); } onBuilt(); return result; } @java.lang.Override public Builder clone() { return (Builder) super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } @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.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { gauge.messages.Messages.Message parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (gauge.messages.Messages.Message) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int messageType_ = 0; /** * .gauge.messages.Message.MessageType messageType = 1; */ public int getMessageTypeValue() { return messageType_; } /** * .gauge.messages.Message.MessageType messageType = 1; */ public Builder setMessageTypeValue(int value) { messageType_ = value; onChanged(); return this; } /** * .gauge.messages.Message.MessageType messageType = 1; */ public gauge.messages.Messages.Message.MessageType getMessageType() { @SuppressWarnings("deprecation") gauge.messages.Messages.Message.MessageType result = gauge.messages.Messages.Message.MessageType.valueOf(messageType_); return result == null ? gauge.messages.Messages.Message.MessageType.UNRECOGNIZED : result; } /** * .gauge.messages.Message.MessageType messageType = 1; */ public Builder setMessageType(gauge.messages.Messages.Message.MessageType value) { if (value == null) { throw new NullPointerException(); } messageType_ = value.getNumber(); onChanged(); return this; } /** * .gauge.messages.Message.MessageType messageType = 1; */ public Builder clearMessageType() { 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; */ 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; */ public Builder setMessageId(long value) { messageId_ = value; 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; */ public Builder clearMessageId() { messageId_ = 0L; onChanged(); return this; } private gauge.messages.Messages.ExecutionStartingRequest executionStartingRequest_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.ExecutionStartingRequest, gauge.messages.Messages.ExecutionStartingRequest.Builder, gauge.messages.Messages.ExecutionStartingRequestOrBuilder> executionStartingRequestBuilder_; /** *
       */ [ExecutionStartingRequest](#gauge.messages.ExecutionStartingRequest)
       * 
* * .gauge.messages.ExecutionStartingRequest executionStartingRequest = 3; */ public boolean hasExecutionStartingRequest() { return executionStartingRequestBuilder_ != null || executionStartingRequest_ != null; } /** *
       */ [ExecutionStartingRequest](#gauge.messages.ExecutionStartingRequest)
       * 
* * .gauge.messages.ExecutionStartingRequest executionStartingRequest = 3; */ 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; onChanged(); } else { executionStartingRequestBuilder_.setMessage(value); } 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(); onChanged(); } else { executionStartingRequestBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [ExecutionStartingRequest](#gauge.messages.ExecutionStartingRequest)
       * 
* * .gauge.messages.ExecutionStartingRequest executionStartingRequest = 3; */ public Builder mergeExecutionStartingRequest(gauge.messages.Messages.ExecutionStartingRequest value) { if (executionStartingRequestBuilder_ == null) { if (executionStartingRequest_ != null) { executionStartingRequest_ = gauge.messages.Messages.ExecutionStartingRequest.newBuilder(executionStartingRequest_).mergeFrom(value).buildPartial(); } else { executionStartingRequest_ = value; } onChanged(); } else { executionStartingRequestBuilder_.mergeFrom(value); } return this; } /** *
       */ [ExecutionStartingRequest](#gauge.messages.ExecutionStartingRequest)
       * 
* * .gauge.messages.ExecutionStartingRequest executionStartingRequest = 3; */ public Builder clearExecutionStartingRequest() { if (executionStartingRequestBuilder_ == null) { executionStartingRequest_ = null; onChanged(); } else { executionStartingRequest_ = null; executionStartingRequestBuilder_ = null; } return this; } /** *
       */ [ExecutionStartingRequest](#gauge.messages.ExecutionStartingRequest)
       * 
* * .gauge.messages.ExecutionStartingRequest executionStartingRequest = 3; */ public gauge.messages.Messages.ExecutionStartingRequest.Builder getExecutionStartingRequestBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.ExecutionStartingRequest, gauge.messages.Messages.ExecutionStartingRequest.Builder, gauge.messages.Messages.ExecutionStartingRequestOrBuilder> getExecutionStartingRequestFieldBuilder() { if (executionStartingRequestBuilder_ == null) { executionStartingRequestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.SpecExecutionStartingRequest, gauge.messages.Messages.SpecExecutionStartingRequest.Builder, gauge.messages.Messages.SpecExecutionStartingRequestOrBuilder> specExecutionStartingRequestBuilder_; /** *
       */ [SpecExecutionStartingRequest](#gauge.messages.SpecExecutionStartingRequest)
       * 
* * .gauge.messages.SpecExecutionStartingRequest specExecutionStartingRequest = 4; */ public boolean hasSpecExecutionStartingRequest() { return specExecutionStartingRequestBuilder_ != null || specExecutionStartingRequest_ != null; } /** *
       */ [SpecExecutionStartingRequest](#gauge.messages.SpecExecutionStartingRequest)
       * 
* * .gauge.messages.SpecExecutionStartingRequest specExecutionStartingRequest = 4; */ 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; onChanged(); } else { specExecutionStartingRequestBuilder_.setMessage(value); } 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(); onChanged(); } else { specExecutionStartingRequestBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [SpecExecutionStartingRequest](#gauge.messages.SpecExecutionStartingRequest)
       * 
* * .gauge.messages.SpecExecutionStartingRequest specExecutionStartingRequest = 4; */ public Builder mergeSpecExecutionStartingRequest(gauge.messages.Messages.SpecExecutionStartingRequest value) { if (specExecutionStartingRequestBuilder_ == null) { if (specExecutionStartingRequest_ != null) { specExecutionStartingRequest_ = gauge.messages.Messages.SpecExecutionStartingRequest.newBuilder(specExecutionStartingRequest_).mergeFrom(value).buildPartial(); } else { specExecutionStartingRequest_ = value; } onChanged(); } else { specExecutionStartingRequestBuilder_.mergeFrom(value); } return this; } /** *
       */ [SpecExecutionStartingRequest](#gauge.messages.SpecExecutionStartingRequest)
       * 
* * .gauge.messages.SpecExecutionStartingRequest specExecutionStartingRequest = 4; */ public Builder clearSpecExecutionStartingRequest() { if (specExecutionStartingRequestBuilder_ == null) { specExecutionStartingRequest_ = null; onChanged(); } else { specExecutionStartingRequest_ = null; specExecutionStartingRequestBuilder_ = null; } return this; } /** *
       */ [SpecExecutionStartingRequest](#gauge.messages.SpecExecutionStartingRequest)
       * 
* * .gauge.messages.SpecExecutionStartingRequest specExecutionStartingRequest = 4; */ public gauge.messages.Messages.SpecExecutionStartingRequest.Builder getSpecExecutionStartingRequestBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.SpecExecutionStartingRequest, gauge.messages.Messages.SpecExecutionStartingRequest.Builder, gauge.messages.Messages.SpecExecutionStartingRequestOrBuilder> getSpecExecutionStartingRequestFieldBuilder() { if (specExecutionStartingRequestBuilder_ == null) { specExecutionStartingRequestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.SpecExecutionEndingRequest, gauge.messages.Messages.SpecExecutionEndingRequest.Builder, gauge.messages.Messages.SpecExecutionEndingRequestOrBuilder> specExecutionEndingRequestBuilder_; /** *
       */ [SpecExecutionEndingRequest](#gauge.messages.SpecExecutionEndingRequest)
       * 
* * .gauge.messages.SpecExecutionEndingRequest specExecutionEndingRequest = 5; */ public boolean hasSpecExecutionEndingRequest() { return specExecutionEndingRequestBuilder_ != null || specExecutionEndingRequest_ != null; } /** *
       */ [SpecExecutionEndingRequest](#gauge.messages.SpecExecutionEndingRequest)
       * 
* * .gauge.messages.SpecExecutionEndingRequest specExecutionEndingRequest = 5; */ 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; onChanged(); } else { specExecutionEndingRequestBuilder_.setMessage(value); } 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(); onChanged(); } else { specExecutionEndingRequestBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [SpecExecutionEndingRequest](#gauge.messages.SpecExecutionEndingRequest)
       * 
* * .gauge.messages.SpecExecutionEndingRequest specExecutionEndingRequest = 5; */ public Builder mergeSpecExecutionEndingRequest(gauge.messages.Messages.SpecExecutionEndingRequest value) { if (specExecutionEndingRequestBuilder_ == null) { if (specExecutionEndingRequest_ != null) { specExecutionEndingRequest_ = gauge.messages.Messages.SpecExecutionEndingRequest.newBuilder(specExecutionEndingRequest_).mergeFrom(value).buildPartial(); } else { specExecutionEndingRequest_ = value; } onChanged(); } else { specExecutionEndingRequestBuilder_.mergeFrom(value); } return this; } /** *
       */ [SpecExecutionEndingRequest](#gauge.messages.SpecExecutionEndingRequest)
       * 
* * .gauge.messages.SpecExecutionEndingRequest specExecutionEndingRequest = 5; */ public Builder clearSpecExecutionEndingRequest() { if (specExecutionEndingRequestBuilder_ == null) { specExecutionEndingRequest_ = null; onChanged(); } else { specExecutionEndingRequest_ = null; specExecutionEndingRequestBuilder_ = null; } return this; } /** *
       */ [SpecExecutionEndingRequest](#gauge.messages.SpecExecutionEndingRequest)
       * 
* * .gauge.messages.SpecExecutionEndingRequest specExecutionEndingRequest = 5; */ public gauge.messages.Messages.SpecExecutionEndingRequest.Builder getSpecExecutionEndingRequestBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.SpecExecutionEndingRequest, gauge.messages.Messages.SpecExecutionEndingRequest.Builder, gauge.messages.Messages.SpecExecutionEndingRequestOrBuilder> getSpecExecutionEndingRequestFieldBuilder() { if (specExecutionEndingRequestBuilder_ == null) { specExecutionEndingRequestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.ScenarioExecutionStartingRequest, gauge.messages.Messages.ScenarioExecutionStartingRequest.Builder, gauge.messages.Messages.ScenarioExecutionStartingRequestOrBuilder> scenarioExecutionStartingRequestBuilder_; /** *
       */ [ScenarioExecutionStartingRequest](#gauge.messages.ScenarioExecutionStartingRequest)
       * 
* * .gauge.messages.ScenarioExecutionStartingRequest scenarioExecutionStartingRequest = 6; */ public boolean hasScenarioExecutionStartingRequest() { return scenarioExecutionStartingRequestBuilder_ != null || scenarioExecutionStartingRequest_ != null; } /** *
       */ [ScenarioExecutionStartingRequest](#gauge.messages.ScenarioExecutionStartingRequest)
       * 
* * .gauge.messages.ScenarioExecutionStartingRequest scenarioExecutionStartingRequest = 6; */ 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; onChanged(); } else { scenarioExecutionStartingRequestBuilder_.setMessage(value); } 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(); onChanged(); } else { scenarioExecutionStartingRequestBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [ScenarioExecutionStartingRequest](#gauge.messages.ScenarioExecutionStartingRequest)
       * 
* * .gauge.messages.ScenarioExecutionStartingRequest scenarioExecutionStartingRequest = 6; */ public Builder mergeScenarioExecutionStartingRequest(gauge.messages.Messages.ScenarioExecutionStartingRequest value) { if (scenarioExecutionStartingRequestBuilder_ == null) { if (scenarioExecutionStartingRequest_ != null) { scenarioExecutionStartingRequest_ = gauge.messages.Messages.ScenarioExecutionStartingRequest.newBuilder(scenarioExecutionStartingRequest_).mergeFrom(value).buildPartial(); } else { scenarioExecutionStartingRequest_ = value; } onChanged(); } else { scenarioExecutionStartingRequestBuilder_.mergeFrom(value); } return this; } /** *
       */ [ScenarioExecutionStartingRequest](#gauge.messages.ScenarioExecutionStartingRequest)
       * 
* * .gauge.messages.ScenarioExecutionStartingRequest scenarioExecutionStartingRequest = 6; */ public Builder clearScenarioExecutionStartingRequest() { if (scenarioExecutionStartingRequestBuilder_ == null) { scenarioExecutionStartingRequest_ = null; onChanged(); } else { scenarioExecutionStartingRequest_ = null; scenarioExecutionStartingRequestBuilder_ = null; } return this; } /** *
       */ [ScenarioExecutionStartingRequest](#gauge.messages.ScenarioExecutionStartingRequest)
       * 
* * .gauge.messages.ScenarioExecutionStartingRequest scenarioExecutionStartingRequest = 6; */ public gauge.messages.Messages.ScenarioExecutionStartingRequest.Builder getScenarioExecutionStartingRequestBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.ScenarioExecutionStartingRequest, gauge.messages.Messages.ScenarioExecutionStartingRequest.Builder, gauge.messages.Messages.ScenarioExecutionStartingRequestOrBuilder> getScenarioExecutionStartingRequestFieldBuilder() { if (scenarioExecutionStartingRequestBuilder_ == null) { scenarioExecutionStartingRequestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.ScenarioExecutionEndingRequest, gauge.messages.Messages.ScenarioExecutionEndingRequest.Builder, gauge.messages.Messages.ScenarioExecutionEndingRequestOrBuilder> scenarioExecutionEndingRequestBuilder_; /** *
       */ [ScenarioExecutionEndingRequest](#gauge.messages.ScenarioExecutionEndingRequest)
       * 
* * .gauge.messages.ScenarioExecutionEndingRequest scenarioExecutionEndingRequest = 7; */ public boolean hasScenarioExecutionEndingRequest() { return scenarioExecutionEndingRequestBuilder_ != null || scenarioExecutionEndingRequest_ != null; } /** *
       */ [ScenarioExecutionEndingRequest](#gauge.messages.ScenarioExecutionEndingRequest)
       * 
* * .gauge.messages.ScenarioExecutionEndingRequest scenarioExecutionEndingRequest = 7; */ 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; onChanged(); } else { scenarioExecutionEndingRequestBuilder_.setMessage(value); } 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(); onChanged(); } else { scenarioExecutionEndingRequestBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [ScenarioExecutionEndingRequest](#gauge.messages.ScenarioExecutionEndingRequest)
       * 
* * .gauge.messages.ScenarioExecutionEndingRequest scenarioExecutionEndingRequest = 7; */ public Builder mergeScenarioExecutionEndingRequest(gauge.messages.Messages.ScenarioExecutionEndingRequest value) { if (scenarioExecutionEndingRequestBuilder_ == null) { if (scenarioExecutionEndingRequest_ != null) { scenarioExecutionEndingRequest_ = gauge.messages.Messages.ScenarioExecutionEndingRequest.newBuilder(scenarioExecutionEndingRequest_).mergeFrom(value).buildPartial(); } else { scenarioExecutionEndingRequest_ = value; } onChanged(); } else { scenarioExecutionEndingRequestBuilder_.mergeFrom(value); } return this; } /** *
       */ [ScenarioExecutionEndingRequest](#gauge.messages.ScenarioExecutionEndingRequest)
       * 
* * .gauge.messages.ScenarioExecutionEndingRequest scenarioExecutionEndingRequest = 7; */ public Builder clearScenarioExecutionEndingRequest() { if (scenarioExecutionEndingRequestBuilder_ == null) { scenarioExecutionEndingRequest_ = null; onChanged(); } else { scenarioExecutionEndingRequest_ = null; scenarioExecutionEndingRequestBuilder_ = null; } return this; } /** *
       */ [ScenarioExecutionEndingRequest](#gauge.messages.ScenarioExecutionEndingRequest)
       * 
* * .gauge.messages.ScenarioExecutionEndingRequest scenarioExecutionEndingRequest = 7; */ public gauge.messages.Messages.ScenarioExecutionEndingRequest.Builder getScenarioExecutionEndingRequestBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.ScenarioExecutionEndingRequest, gauge.messages.Messages.ScenarioExecutionEndingRequest.Builder, gauge.messages.Messages.ScenarioExecutionEndingRequestOrBuilder> getScenarioExecutionEndingRequestFieldBuilder() { if (scenarioExecutionEndingRequestBuilder_ == null) { scenarioExecutionEndingRequestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.StepExecutionStartingRequest, gauge.messages.Messages.StepExecutionStartingRequest.Builder, gauge.messages.Messages.StepExecutionStartingRequestOrBuilder> stepExecutionStartingRequestBuilder_; /** *
       */ [StepExecutionStartingRequest](#gauge.messages.StepExecutionStartingRequest)
       * 
* * .gauge.messages.StepExecutionStartingRequest stepExecutionStartingRequest = 8; */ public boolean hasStepExecutionStartingRequest() { return stepExecutionStartingRequestBuilder_ != null || stepExecutionStartingRequest_ != null; } /** *
       */ [StepExecutionStartingRequest](#gauge.messages.StepExecutionStartingRequest)
       * 
* * .gauge.messages.StepExecutionStartingRequest stepExecutionStartingRequest = 8; */ 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; onChanged(); } else { stepExecutionStartingRequestBuilder_.setMessage(value); } 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(); onChanged(); } else { stepExecutionStartingRequestBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [StepExecutionStartingRequest](#gauge.messages.StepExecutionStartingRequest)
       * 
* * .gauge.messages.StepExecutionStartingRequest stepExecutionStartingRequest = 8; */ public Builder mergeStepExecutionStartingRequest(gauge.messages.Messages.StepExecutionStartingRequest value) { if (stepExecutionStartingRequestBuilder_ == null) { if (stepExecutionStartingRequest_ != null) { stepExecutionStartingRequest_ = gauge.messages.Messages.StepExecutionStartingRequest.newBuilder(stepExecutionStartingRequest_).mergeFrom(value).buildPartial(); } else { stepExecutionStartingRequest_ = value; } onChanged(); } else { stepExecutionStartingRequestBuilder_.mergeFrom(value); } return this; } /** *
       */ [StepExecutionStartingRequest](#gauge.messages.StepExecutionStartingRequest)
       * 
* * .gauge.messages.StepExecutionStartingRequest stepExecutionStartingRequest = 8; */ public Builder clearStepExecutionStartingRequest() { if (stepExecutionStartingRequestBuilder_ == null) { stepExecutionStartingRequest_ = null; onChanged(); } else { stepExecutionStartingRequest_ = null; stepExecutionStartingRequestBuilder_ = null; } return this; } /** *
       */ [StepExecutionStartingRequest](#gauge.messages.StepExecutionStartingRequest)
       * 
* * .gauge.messages.StepExecutionStartingRequest stepExecutionStartingRequest = 8; */ public gauge.messages.Messages.StepExecutionStartingRequest.Builder getStepExecutionStartingRequestBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.StepExecutionStartingRequest, gauge.messages.Messages.StepExecutionStartingRequest.Builder, gauge.messages.Messages.StepExecutionStartingRequestOrBuilder> getStepExecutionStartingRequestFieldBuilder() { if (stepExecutionStartingRequestBuilder_ == null) { stepExecutionStartingRequestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.StepExecutionEndingRequest, gauge.messages.Messages.StepExecutionEndingRequest.Builder, gauge.messages.Messages.StepExecutionEndingRequestOrBuilder> stepExecutionEndingRequestBuilder_; /** *
       */ [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)
       * 
* * .gauge.messages.StepExecutionEndingRequest stepExecutionEndingRequest = 9; */ public boolean hasStepExecutionEndingRequest() { return stepExecutionEndingRequestBuilder_ != null || stepExecutionEndingRequest_ != null; } /** *
       */ [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)
       * 
* * .gauge.messages.StepExecutionEndingRequest stepExecutionEndingRequest = 9; */ 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; onChanged(); } else { stepExecutionEndingRequestBuilder_.setMessage(value); } 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(); onChanged(); } else { stepExecutionEndingRequestBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)
       * 
* * .gauge.messages.StepExecutionEndingRequest stepExecutionEndingRequest = 9; */ public Builder mergeStepExecutionEndingRequest(gauge.messages.Messages.StepExecutionEndingRequest value) { if (stepExecutionEndingRequestBuilder_ == null) { if (stepExecutionEndingRequest_ != null) { stepExecutionEndingRequest_ = gauge.messages.Messages.StepExecutionEndingRequest.newBuilder(stepExecutionEndingRequest_).mergeFrom(value).buildPartial(); } else { stepExecutionEndingRequest_ = value; } onChanged(); } else { stepExecutionEndingRequestBuilder_.mergeFrom(value); } return this; } /** *
       */ [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)
       * 
* * .gauge.messages.StepExecutionEndingRequest stepExecutionEndingRequest = 9; */ public Builder clearStepExecutionEndingRequest() { if (stepExecutionEndingRequestBuilder_ == null) { stepExecutionEndingRequest_ = null; onChanged(); } else { stepExecutionEndingRequest_ = null; stepExecutionEndingRequestBuilder_ = null; } return this; } /** *
       */ [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)
       * 
* * .gauge.messages.StepExecutionEndingRequest stepExecutionEndingRequest = 9; */ public gauge.messages.Messages.StepExecutionEndingRequest.Builder getStepExecutionEndingRequestBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.StepExecutionEndingRequest, gauge.messages.Messages.StepExecutionEndingRequest.Builder, gauge.messages.Messages.StepExecutionEndingRequestOrBuilder> getStepExecutionEndingRequestFieldBuilder() { if (stepExecutionEndingRequestBuilder_ == null) { stepExecutionEndingRequestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.ExecuteStepRequest, gauge.messages.Messages.ExecuteStepRequest.Builder, gauge.messages.Messages.ExecuteStepRequestOrBuilder> executeStepRequestBuilder_; /** *
       */ [ExecuteStepRequest](#gauge.messages.ExecuteStepRequest)
       * 
* * .gauge.messages.ExecuteStepRequest executeStepRequest = 10; */ public boolean hasExecuteStepRequest() { return executeStepRequestBuilder_ != null || executeStepRequest_ != null; } /** *
       */ [ExecuteStepRequest](#gauge.messages.ExecuteStepRequest)
       * 
* * .gauge.messages.ExecuteStepRequest executeStepRequest = 10; */ 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; onChanged(); } else { executeStepRequestBuilder_.setMessage(value); } 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(); onChanged(); } else { executeStepRequestBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [ExecuteStepRequest](#gauge.messages.ExecuteStepRequest)
       * 
* * .gauge.messages.ExecuteStepRequest executeStepRequest = 10; */ public Builder mergeExecuteStepRequest(gauge.messages.Messages.ExecuteStepRequest value) { if (executeStepRequestBuilder_ == null) { if (executeStepRequest_ != null) { executeStepRequest_ = gauge.messages.Messages.ExecuteStepRequest.newBuilder(executeStepRequest_).mergeFrom(value).buildPartial(); } else { executeStepRequest_ = value; } onChanged(); } else { executeStepRequestBuilder_.mergeFrom(value); } return this; } /** *
       */ [ExecuteStepRequest](#gauge.messages.ExecuteStepRequest)
       * 
* * .gauge.messages.ExecuteStepRequest executeStepRequest = 10; */ public Builder clearExecuteStepRequest() { if (executeStepRequestBuilder_ == null) { executeStepRequest_ = null; onChanged(); } else { executeStepRequest_ = null; executeStepRequestBuilder_ = null; } return this; } /** *
       */ [ExecuteStepRequest](#gauge.messages.ExecuteStepRequest)
       * 
* * .gauge.messages.ExecuteStepRequest executeStepRequest = 10; */ public gauge.messages.Messages.ExecuteStepRequest.Builder getExecuteStepRequestBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.ExecuteStepRequest, gauge.messages.Messages.ExecuteStepRequest.Builder, gauge.messages.Messages.ExecuteStepRequestOrBuilder> getExecuteStepRequestFieldBuilder() { if (executeStepRequestBuilder_ == null) { executeStepRequestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.ExecutionEndingRequest, gauge.messages.Messages.ExecutionEndingRequest.Builder, gauge.messages.Messages.ExecutionEndingRequestOrBuilder> executionEndingRequestBuilder_; /** *
       */ [ExecutionEndingRequest](#gauge.messages.ExecutionEndingRequest)
       * 
* * .gauge.messages.ExecutionEndingRequest executionEndingRequest = 11; */ public boolean hasExecutionEndingRequest() { return executionEndingRequestBuilder_ != null || executionEndingRequest_ != null; } /** *
       */ [ExecutionEndingRequest](#gauge.messages.ExecutionEndingRequest)
       * 
* * .gauge.messages.ExecutionEndingRequest executionEndingRequest = 11; */ 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; onChanged(); } else { executionEndingRequestBuilder_.setMessage(value); } 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(); onChanged(); } else { executionEndingRequestBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [ExecutionEndingRequest](#gauge.messages.ExecutionEndingRequest)
       * 
* * .gauge.messages.ExecutionEndingRequest executionEndingRequest = 11; */ public Builder mergeExecutionEndingRequest(gauge.messages.Messages.ExecutionEndingRequest value) { if (executionEndingRequestBuilder_ == null) { if (executionEndingRequest_ != null) { executionEndingRequest_ = gauge.messages.Messages.ExecutionEndingRequest.newBuilder(executionEndingRequest_).mergeFrom(value).buildPartial(); } else { executionEndingRequest_ = value; } onChanged(); } else { executionEndingRequestBuilder_.mergeFrom(value); } return this; } /** *
       */ [ExecutionEndingRequest](#gauge.messages.ExecutionEndingRequest)
       * 
* * .gauge.messages.ExecutionEndingRequest executionEndingRequest = 11; */ public Builder clearExecutionEndingRequest() { if (executionEndingRequestBuilder_ == null) { executionEndingRequest_ = null; onChanged(); } else { executionEndingRequest_ = null; executionEndingRequestBuilder_ = null; } return this; } /** *
       */ [ExecutionEndingRequest](#gauge.messages.ExecutionEndingRequest)
       * 
* * .gauge.messages.ExecutionEndingRequest executionEndingRequest = 11; */ public gauge.messages.Messages.ExecutionEndingRequest.Builder getExecutionEndingRequestBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.ExecutionEndingRequest, gauge.messages.Messages.ExecutionEndingRequest.Builder, gauge.messages.Messages.ExecutionEndingRequestOrBuilder> getExecutionEndingRequestFieldBuilder() { if (executionEndingRequestBuilder_ == null) { executionEndingRequestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.StepValidateRequest, gauge.messages.Messages.StepValidateRequest.Builder, gauge.messages.Messages.StepValidateRequestOrBuilder> stepValidateRequestBuilder_; /** *
       */ [StepValidateRequest](#gauge.messages.StepValidateRequest)
       * 
* * .gauge.messages.StepValidateRequest stepValidateRequest = 12; */ public boolean hasStepValidateRequest() { return stepValidateRequestBuilder_ != null || stepValidateRequest_ != null; } /** *
       */ [StepValidateRequest](#gauge.messages.StepValidateRequest)
       * 
* * .gauge.messages.StepValidateRequest stepValidateRequest = 12; */ 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; onChanged(); } else { stepValidateRequestBuilder_.setMessage(value); } 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(); onChanged(); } else { stepValidateRequestBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [StepValidateRequest](#gauge.messages.StepValidateRequest)
       * 
* * .gauge.messages.StepValidateRequest stepValidateRequest = 12; */ public Builder mergeStepValidateRequest(gauge.messages.Messages.StepValidateRequest value) { if (stepValidateRequestBuilder_ == null) { if (stepValidateRequest_ != null) { stepValidateRequest_ = gauge.messages.Messages.StepValidateRequest.newBuilder(stepValidateRequest_).mergeFrom(value).buildPartial(); } else { stepValidateRequest_ = value; } onChanged(); } else { stepValidateRequestBuilder_.mergeFrom(value); } return this; } /** *
       */ [StepValidateRequest](#gauge.messages.StepValidateRequest)
       * 
* * .gauge.messages.StepValidateRequest stepValidateRequest = 12; */ public Builder clearStepValidateRequest() { if (stepValidateRequestBuilder_ == null) { stepValidateRequest_ = null; onChanged(); } else { stepValidateRequest_ = null; stepValidateRequestBuilder_ = null; } return this; } /** *
       */ [StepValidateRequest](#gauge.messages.StepValidateRequest)
       * 
* * .gauge.messages.StepValidateRequest stepValidateRequest = 12; */ public gauge.messages.Messages.StepValidateRequest.Builder getStepValidateRequestBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.StepValidateRequest, gauge.messages.Messages.StepValidateRequest.Builder, gauge.messages.Messages.StepValidateRequestOrBuilder> getStepValidateRequestFieldBuilder() { if (stepValidateRequestBuilder_ == null) { stepValidateRequestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.StepValidateResponse, gauge.messages.Messages.StepValidateResponse.Builder, gauge.messages.Messages.StepValidateResponseOrBuilder> stepValidateResponseBuilder_; /** *
       */ [StepValidateResponse](#gauge.messages.StepValidateResponse)
       * 
* * .gauge.messages.StepValidateResponse stepValidateResponse = 13; */ public boolean hasStepValidateResponse() { return stepValidateResponseBuilder_ != null || stepValidateResponse_ != null; } /** *
       */ [StepValidateResponse](#gauge.messages.StepValidateResponse)
       * 
* * .gauge.messages.StepValidateResponse stepValidateResponse = 13; */ 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; onChanged(); } else { stepValidateResponseBuilder_.setMessage(value); } 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(); onChanged(); } else { stepValidateResponseBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [StepValidateResponse](#gauge.messages.StepValidateResponse)
       * 
* * .gauge.messages.StepValidateResponse stepValidateResponse = 13; */ public Builder mergeStepValidateResponse(gauge.messages.Messages.StepValidateResponse value) { if (stepValidateResponseBuilder_ == null) { if (stepValidateResponse_ != null) { stepValidateResponse_ = gauge.messages.Messages.StepValidateResponse.newBuilder(stepValidateResponse_).mergeFrom(value).buildPartial(); } else { stepValidateResponse_ = value; } onChanged(); } else { stepValidateResponseBuilder_.mergeFrom(value); } return this; } /** *
       */ [StepValidateResponse](#gauge.messages.StepValidateResponse)
       * 
* * .gauge.messages.StepValidateResponse stepValidateResponse = 13; */ public Builder clearStepValidateResponse() { if (stepValidateResponseBuilder_ == null) { stepValidateResponse_ = null; onChanged(); } else { stepValidateResponse_ = null; stepValidateResponseBuilder_ = null; } return this; } /** *
       */ [StepValidateResponse](#gauge.messages.StepValidateResponse)
       * 
* * .gauge.messages.StepValidateResponse stepValidateResponse = 13; */ public gauge.messages.Messages.StepValidateResponse.Builder getStepValidateResponseBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.StepValidateResponse, gauge.messages.Messages.StepValidateResponse.Builder, gauge.messages.Messages.StepValidateResponseOrBuilder> getStepValidateResponseFieldBuilder() { if (stepValidateResponseBuilder_ == null) { stepValidateResponseBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.ExecutionStatusResponse, gauge.messages.Messages.ExecutionStatusResponse.Builder, gauge.messages.Messages.ExecutionStatusResponseOrBuilder> executionStatusResponseBuilder_; /** *
       */ [ExecutionStatusResponse](#gauge.messages.ExecutionStatusResponse)
       * 
* * .gauge.messages.ExecutionStatusResponse executionStatusResponse = 14; */ public boolean hasExecutionStatusResponse() { return executionStatusResponseBuilder_ != null || executionStatusResponse_ != null; } /** *
       */ [ExecutionStatusResponse](#gauge.messages.ExecutionStatusResponse)
       * 
* * .gauge.messages.ExecutionStatusResponse executionStatusResponse = 14; */ 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; onChanged(); } else { executionStatusResponseBuilder_.setMessage(value); } 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(); onChanged(); } else { executionStatusResponseBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [ExecutionStatusResponse](#gauge.messages.ExecutionStatusResponse)
       * 
* * .gauge.messages.ExecutionStatusResponse executionStatusResponse = 14; */ public Builder mergeExecutionStatusResponse(gauge.messages.Messages.ExecutionStatusResponse value) { if (executionStatusResponseBuilder_ == null) { if (executionStatusResponse_ != null) { executionStatusResponse_ = gauge.messages.Messages.ExecutionStatusResponse.newBuilder(executionStatusResponse_).mergeFrom(value).buildPartial(); } else { executionStatusResponse_ = value; } onChanged(); } else { executionStatusResponseBuilder_.mergeFrom(value); } return this; } /** *
       */ [ExecutionStatusResponse](#gauge.messages.ExecutionStatusResponse)
       * 
* * .gauge.messages.ExecutionStatusResponse executionStatusResponse = 14; */ public Builder clearExecutionStatusResponse() { if (executionStatusResponseBuilder_ == null) { executionStatusResponse_ = null; onChanged(); } else { executionStatusResponse_ = null; executionStatusResponseBuilder_ = null; } return this; } /** *
       */ [ExecutionStatusResponse](#gauge.messages.ExecutionStatusResponse)
       * 
* * .gauge.messages.ExecutionStatusResponse executionStatusResponse = 14; */ public gauge.messages.Messages.ExecutionStatusResponse.Builder getExecutionStatusResponseBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.ExecutionStatusResponse, gauge.messages.Messages.ExecutionStatusResponse.Builder, gauge.messages.Messages.ExecutionStatusResponseOrBuilder> getExecutionStatusResponseFieldBuilder() { if (executionStatusResponseBuilder_ == null) { executionStatusResponseBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.StepNamesRequest, gauge.messages.Messages.StepNamesRequest.Builder, gauge.messages.Messages.StepNamesRequestOrBuilder> stepNamesRequestBuilder_; /** *
       */ [StepNamesRequest](#gauge.messages.StepNamesRequest)
       * 
* * .gauge.messages.StepNamesRequest stepNamesRequest = 15; */ public boolean hasStepNamesRequest() { return stepNamesRequestBuilder_ != null || stepNamesRequest_ != null; } /** *
       */ [StepNamesRequest](#gauge.messages.StepNamesRequest)
       * 
* * .gauge.messages.StepNamesRequest stepNamesRequest = 15; */ 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; onChanged(); } else { stepNamesRequestBuilder_.setMessage(value); } 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(); onChanged(); } else { stepNamesRequestBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [StepNamesRequest](#gauge.messages.StepNamesRequest)
       * 
* * .gauge.messages.StepNamesRequest stepNamesRequest = 15; */ public Builder mergeStepNamesRequest(gauge.messages.Messages.StepNamesRequest value) { if (stepNamesRequestBuilder_ == null) { if (stepNamesRequest_ != null) { stepNamesRequest_ = gauge.messages.Messages.StepNamesRequest.newBuilder(stepNamesRequest_).mergeFrom(value).buildPartial(); } else { stepNamesRequest_ = value; } onChanged(); } else { stepNamesRequestBuilder_.mergeFrom(value); } return this; } /** *
       */ [StepNamesRequest](#gauge.messages.StepNamesRequest)
       * 
* * .gauge.messages.StepNamesRequest stepNamesRequest = 15; */ public Builder clearStepNamesRequest() { if (stepNamesRequestBuilder_ == null) { stepNamesRequest_ = null; onChanged(); } else { stepNamesRequest_ = null; stepNamesRequestBuilder_ = null; } return this; } /** *
       */ [StepNamesRequest](#gauge.messages.StepNamesRequest)
       * 
* * .gauge.messages.StepNamesRequest stepNamesRequest = 15; */ public gauge.messages.Messages.StepNamesRequest.Builder getStepNamesRequestBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.StepNamesRequest, gauge.messages.Messages.StepNamesRequest.Builder, gauge.messages.Messages.StepNamesRequestOrBuilder> getStepNamesRequestFieldBuilder() { if (stepNamesRequestBuilder_ == null) { stepNamesRequestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.StepNamesResponse, gauge.messages.Messages.StepNamesResponse.Builder, gauge.messages.Messages.StepNamesResponseOrBuilder> stepNamesResponseBuilder_; /** *
       */ [StepNamesResponse](#gauge.messages.StepNamesResponse)
       * 
* * .gauge.messages.StepNamesResponse stepNamesResponse = 16; */ public boolean hasStepNamesResponse() { return stepNamesResponseBuilder_ != null || stepNamesResponse_ != null; } /** *
       */ [StepNamesResponse](#gauge.messages.StepNamesResponse)
       * 
* * .gauge.messages.StepNamesResponse stepNamesResponse = 16; */ 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; onChanged(); } else { stepNamesResponseBuilder_.setMessage(value); } 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(); onChanged(); } else { stepNamesResponseBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [StepNamesResponse](#gauge.messages.StepNamesResponse)
       * 
* * .gauge.messages.StepNamesResponse stepNamesResponse = 16; */ public Builder mergeStepNamesResponse(gauge.messages.Messages.StepNamesResponse value) { if (stepNamesResponseBuilder_ == null) { if (stepNamesResponse_ != null) { stepNamesResponse_ = gauge.messages.Messages.StepNamesResponse.newBuilder(stepNamesResponse_).mergeFrom(value).buildPartial(); } else { stepNamesResponse_ = value; } onChanged(); } else { stepNamesResponseBuilder_.mergeFrom(value); } return this; } /** *
       */ [StepNamesResponse](#gauge.messages.StepNamesResponse)
       * 
* * .gauge.messages.StepNamesResponse stepNamesResponse = 16; */ public Builder clearStepNamesResponse() { if (stepNamesResponseBuilder_ == null) { stepNamesResponse_ = null; onChanged(); } else { stepNamesResponse_ = null; stepNamesResponseBuilder_ = null; } return this; } /** *
       */ [StepNamesResponse](#gauge.messages.StepNamesResponse)
       * 
* * .gauge.messages.StepNamesResponse stepNamesResponse = 16; */ public gauge.messages.Messages.StepNamesResponse.Builder getStepNamesResponseBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.StepNamesResponse, gauge.messages.Messages.StepNamesResponse.Builder, gauge.messages.Messages.StepNamesResponseOrBuilder> getStepNamesResponseFieldBuilder() { if (stepNamesResponseBuilder_ == null) { stepNamesResponseBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.SuiteExecutionResult, gauge.messages.Messages.SuiteExecutionResult.Builder, gauge.messages.Messages.SuiteExecutionResultOrBuilder> suiteExecutionResultBuilder_; /** *
       */ [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
       * 
* * .gauge.messages.SuiteExecutionResult suiteExecutionResult = 17; */ public boolean hasSuiteExecutionResult() { return suiteExecutionResultBuilder_ != null || suiteExecutionResult_ != null; } /** *
       */ [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
       * 
* * .gauge.messages.SuiteExecutionResult suiteExecutionResult = 17; */ 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; onChanged(); } else { suiteExecutionResultBuilder_.setMessage(value); } 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(); onChanged(); } else { suiteExecutionResultBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
       * 
* * .gauge.messages.SuiteExecutionResult suiteExecutionResult = 17; */ public Builder mergeSuiteExecutionResult(gauge.messages.Messages.SuiteExecutionResult value) { if (suiteExecutionResultBuilder_ == null) { if (suiteExecutionResult_ != null) { suiteExecutionResult_ = gauge.messages.Messages.SuiteExecutionResult.newBuilder(suiteExecutionResult_).mergeFrom(value).buildPartial(); } else { suiteExecutionResult_ = value; } onChanged(); } else { suiteExecutionResultBuilder_.mergeFrom(value); } return this; } /** *
       */ [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
       * 
* * .gauge.messages.SuiteExecutionResult suiteExecutionResult = 17; */ public Builder clearSuiteExecutionResult() { if (suiteExecutionResultBuilder_ == null) { suiteExecutionResult_ = null; onChanged(); } else { suiteExecutionResult_ = null; suiteExecutionResultBuilder_ = null; } return this; } /** *
       */ [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
       * 
* * .gauge.messages.SuiteExecutionResult suiteExecutionResult = 17; */ public gauge.messages.Messages.SuiteExecutionResult.Builder getSuiteExecutionResultBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.SuiteExecutionResult, gauge.messages.Messages.SuiteExecutionResult.Builder, gauge.messages.Messages.SuiteExecutionResultOrBuilder> getSuiteExecutionResultFieldBuilder() { if (suiteExecutionResultBuilder_ == null) { suiteExecutionResultBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.KillProcessRequest, gauge.messages.Messages.KillProcessRequest.Builder, gauge.messages.Messages.KillProcessRequestOrBuilder> killProcessRequestBuilder_; /** *
       */ [KillProcessRequest](#gauge.messages.KillProcessRequest)
       * 
* * .gauge.messages.KillProcessRequest killProcessRequest = 18; */ public boolean hasKillProcessRequest() { return killProcessRequestBuilder_ != null || killProcessRequest_ != null; } /** *
       */ [KillProcessRequest](#gauge.messages.KillProcessRequest)
       * 
* * .gauge.messages.KillProcessRequest killProcessRequest = 18; */ 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; onChanged(); } else { killProcessRequestBuilder_.setMessage(value); } 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(); onChanged(); } else { killProcessRequestBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [KillProcessRequest](#gauge.messages.KillProcessRequest)
       * 
* * .gauge.messages.KillProcessRequest killProcessRequest = 18; */ public Builder mergeKillProcessRequest(gauge.messages.Messages.KillProcessRequest value) { if (killProcessRequestBuilder_ == null) { if (killProcessRequest_ != null) { killProcessRequest_ = gauge.messages.Messages.KillProcessRequest.newBuilder(killProcessRequest_).mergeFrom(value).buildPartial(); } else { killProcessRequest_ = value; } onChanged(); } else { killProcessRequestBuilder_.mergeFrom(value); } return this; } /** *
       */ [KillProcessRequest](#gauge.messages.KillProcessRequest)
       * 
* * .gauge.messages.KillProcessRequest killProcessRequest = 18; */ public Builder clearKillProcessRequest() { if (killProcessRequestBuilder_ == null) { killProcessRequest_ = null; onChanged(); } else { killProcessRequest_ = null; killProcessRequestBuilder_ = null; } return this; } /** *
       */ [KillProcessRequest](#gauge.messages.KillProcessRequest)
       * 
* * .gauge.messages.KillProcessRequest killProcessRequest = 18; */ public gauge.messages.Messages.KillProcessRequest.Builder getKillProcessRequestBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.KillProcessRequest, gauge.messages.Messages.KillProcessRequest.Builder, gauge.messages.Messages.KillProcessRequestOrBuilder> getKillProcessRequestFieldBuilder() { if (killProcessRequestBuilder_ == null) { killProcessRequestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.ScenarioDataStoreInitRequest, gauge.messages.Messages.ScenarioDataStoreInitRequest.Builder, gauge.messages.Messages.ScenarioDataStoreInitRequestOrBuilder> scenarioDataStoreInitRequestBuilder_; /** *
       */ [ScenarioDataStoreInitRequest](#gauge.messages.ScenarioDataStoreInitRequest)
       * 
* * .gauge.messages.ScenarioDataStoreInitRequest scenarioDataStoreInitRequest = 19; */ public boolean hasScenarioDataStoreInitRequest() { return scenarioDataStoreInitRequestBuilder_ != null || scenarioDataStoreInitRequest_ != null; } /** *
       */ [ScenarioDataStoreInitRequest](#gauge.messages.ScenarioDataStoreInitRequest)
       * 
* * .gauge.messages.ScenarioDataStoreInitRequest scenarioDataStoreInitRequest = 19; */ 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; onChanged(); } else { scenarioDataStoreInitRequestBuilder_.setMessage(value); } 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(); onChanged(); } else { scenarioDataStoreInitRequestBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [ScenarioDataStoreInitRequest](#gauge.messages.ScenarioDataStoreInitRequest)
       * 
* * .gauge.messages.ScenarioDataStoreInitRequest scenarioDataStoreInitRequest = 19; */ public Builder mergeScenarioDataStoreInitRequest(gauge.messages.Messages.ScenarioDataStoreInitRequest value) { if (scenarioDataStoreInitRequestBuilder_ == null) { if (scenarioDataStoreInitRequest_ != null) { scenarioDataStoreInitRequest_ = gauge.messages.Messages.ScenarioDataStoreInitRequest.newBuilder(scenarioDataStoreInitRequest_).mergeFrom(value).buildPartial(); } else { scenarioDataStoreInitRequest_ = value; } onChanged(); } else { scenarioDataStoreInitRequestBuilder_.mergeFrom(value); } return this; } /** *
       */ [ScenarioDataStoreInitRequest](#gauge.messages.ScenarioDataStoreInitRequest)
       * 
* * .gauge.messages.ScenarioDataStoreInitRequest scenarioDataStoreInitRequest = 19; */ public Builder clearScenarioDataStoreInitRequest() { if (scenarioDataStoreInitRequestBuilder_ == null) { scenarioDataStoreInitRequest_ = null; onChanged(); } else { scenarioDataStoreInitRequest_ = null; scenarioDataStoreInitRequestBuilder_ = null; } return this; } /** *
       */ [ScenarioDataStoreInitRequest](#gauge.messages.ScenarioDataStoreInitRequest)
       * 
* * .gauge.messages.ScenarioDataStoreInitRequest scenarioDataStoreInitRequest = 19; */ public gauge.messages.Messages.ScenarioDataStoreInitRequest.Builder getScenarioDataStoreInitRequestBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.ScenarioDataStoreInitRequest, gauge.messages.Messages.ScenarioDataStoreInitRequest.Builder, gauge.messages.Messages.ScenarioDataStoreInitRequestOrBuilder> getScenarioDataStoreInitRequestFieldBuilder() { if (scenarioDataStoreInitRequestBuilder_ == null) { scenarioDataStoreInitRequestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.SpecDataStoreInitRequest, gauge.messages.Messages.SpecDataStoreInitRequest.Builder, gauge.messages.Messages.SpecDataStoreInitRequestOrBuilder> specDataStoreInitRequestBuilder_; /** *
       */ [SpecDataStoreInitRequest](#gauge.messages.SpecDataStoreInitRequest)
       * 
* * .gauge.messages.SpecDataStoreInitRequest specDataStoreInitRequest = 20; */ public boolean hasSpecDataStoreInitRequest() { return specDataStoreInitRequestBuilder_ != null || specDataStoreInitRequest_ != null; } /** *
       */ [SpecDataStoreInitRequest](#gauge.messages.SpecDataStoreInitRequest)
       * 
* * .gauge.messages.SpecDataStoreInitRequest specDataStoreInitRequest = 20; */ 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; onChanged(); } else { specDataStoreInitRequestBuilder_.setMessage(value); } 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(); onChanged(); } else { specDataStoreInitRequestBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [SpecDataStoreInitRequest](#gauge.messages.SpecDataStoreInitRequest)
       * 
* * .gauge.messages.SpecDataStoreInitRequest specDataStoreInitRequest = 20; */ public Builder mergeSpecDataStoreInitRequest(gauge.messages.Messages.SpecDataStoreInitRequest value) { if (specDataStoreInitRequestBuilder_ == null) { if (specDataStoreInitRequest_ != null) { specDataStoreInitRequest_ = gauge.messages.Messages.SpecDataStoreInitRequest.newBuilder(specDataStoreInitRequest_).mergeFrom(value).buildPartial(); } else { specDataStoreInitRequest_ = value; } onChanged(); } else { specDataStoreInitRequestBuilder_.mergeFrom(value); } return this; } /** *
       */ [SpecDataStoreInitRequest](#gauge.messages.SpecDataStoreInitRequest)
       * 
* * .gauge.messages.SpecDataStoreInitRequest specDataStoreInitRequest = 20; */ public Builder clearSpecDataStoreInitRequest() { if (specDataStoreInitRequestBuilder_ == null) { specDataStoreInitRequest_ = null; onChanged(); } else { specDataStoreInitRequest_ = null; specDataStoreInitRequestBuilder_ = null; } return this; } /** *
       */ [SpecDataStoreInitRequest](#gauge.messages.SpecDataStoreInitRequest)
       * 
* * .gauge.messages.SpecDataStoreInitRequest specDataStoreInitRequest = 20; */ public gauge.messages.Messages.SpecDataStoreInitRequest.Builder getSpecDataStoreInitRequestBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.SpecDataStoreInitRequest, gauge.messages.Messages.SpecDataStoreInitRequest.Builder, gauge.messages.Messages.SpecDataStoreInitRequestOrBuilder> getSpecDataStoreInitRequestFieldBuilder() { if (specDataStoreInitRequestBuilder_ == null) { specDataStoreInitRequestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.SuiteDataStoreInitRequest, gauge.messages.Messages.SuiteDataStoreInitRequest.Builder, gauge.messages.Messages.SuiteDataStoreInitRequestOrBuilder> suiteDataStoreInitRequestBuilder_; /** *
       */ [SuiteDataStoreInitRequest](#gauge.messages.SuiteDataStoreInitRequest)
       * 
* * .gauge.messages.SuiteDataStoreInitRequest suiteDataStoreInitRequest = 21; */ public boolean hasSuiteDataStoreInitRequest() { return suiteDataStoreInitRequestBuilder_ != null || suiteDataStoreInitRequest_ != null; } /** *
       */ [SuiteDataStoreInitRequest](#gauge.messages.SuiteDataStoreInitRequest)
       * 
* * .gauge.messages.SuiteDataStoreInitRequest suiteDataStoreInitRequest = 21; */ 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; onChanged(); } else { suiteDataStoreInitRequestBuilder_.setMessage(value); } 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(); onChanged(); } else { suiteDataStoreInitRequestBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [SuiteDataStoreInitRequest](#gauge.messages.SuiteDataStoreInitRequest)
       * 
* * .gauge.messages.SuiteDataStoreInitRequest suiteDataStoreInitRequest = 21; */ public Builder mergeSuiteDataStoreInitRequest(gauge.messages.Messages.SuiteDataStoreInitRequest value) { if (suiteDataStoreInitRequestBuilder_ == null) { if (suiteDataStoreInitRequest_ != null) { suiteDataStoreInitRequest_ = gauge.messages.Messages.SuiteDataStoreInitRequest.newBuilder(suiteDataStoreInitRequest_).mergeFrom(value).buildPartial(); } else { suiteDataStoreInitRequest_ = value; } onChanged(); } else { suiteDataStoreInitRequestBuilder_.mergeFrom(value); } return this; } /** *
       */ [SuiteDataStoreInitRequest](#gauge.messages.SuiteDataStoreInitRequest)
       * 
* * .gauge.messages.SuiteDataStoreInitRequest suiteDataStoreInitRequest = 21; */ public Builder clearSuiteDataStoreInitRequest() { if (suiteDataStoreInitRequestBuilder_ == null) { suiteDataStoreInitRequest_ = null; onChanged(); } else { suiteDataStoreInitRequest_ = null; suiteDataStoreInitRequestBuilder_ = null; } return this; } /** *
       */ [SuiteDataStoreInitRequest](#gauge.messages.SuiteDataStoreInitRequest)
       * 
* * .gauge.messages.SuiteDataStoreInitRequest suiteDataStoreInitRequest = 21; */ public gauge.messages.Messages.SuiteDataStoreInitRequest.Builder getSuiteDataStoreInitRequestBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.SuiteDataStoreInitRequest, gauge.messages.Messages.SuiteDataStoreInitRequest.Builder, gauge.messages.Messages.SuiteDataStoreInitRequestOrBuilder> getSuiteDataStoreInitRequestFieldBuilder() { if (suiteDataStoreInitRequestBuilder_ == null) { suiteDataStoreInitRequestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.StepNameRequest, gauge.messages.Messages.StepNameRequest.Builder, gauge.messages.Messages.StepNameRequestOrBuilder> stepNameRequestBuilder_; /** *
       */ [StepNameRequest](#gauge.messages.StepNameRequest)
       * 
* * .gauge.messages.StepNameRequest stepNameRequest = 22; */ public boolean hasStepNameRequest() { return stepNameRequestBuilder_ != null || stepNameRequest_ != null; } /** *
       */ [StepNameRequest](#gauge.messages.StepNameRequest)
       * 
* * .gauge.messages.StepNameRequest stepNameRequest = 22; */ 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; onChanged(); } else { stepNameRequestBuilder_.setMessage(value); } 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(); onChanged(); } else { stepNameRequestBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [StepNameRequest](#gauge.messages.StepNameRequest)
       * 
* * .gauge.messages.StepNameRequest stepNameRequest = 22; */ public Builder mergeStepNameRequest(gauge.messages.Messages.StepNameRequest value) { if (stepNameRequestBuilder_ == null) { if (stepNameRequest_ != null) { stepNameRequest_ = gauge.messages.Messages.StepNameRequest.newBuilder(stepNameRequest_).mergeFrom(value).buildPartial(); } else { stepNameRequest_ = value; } onChanged(); } else { stepNameRequestBuilder_.mergeFrom(value); } return this; } /** *
       */ [StepNameRequest](#gauge.messages.StepNameRequest)
       * 
* * .gauge.messages.StepNameRequest stepNameRequest = 22; */ public Builder clearStepNameRequest() { if (stepNameRequestBuilder_ == null) { stepNameRequest_ = null; onChanged(); } else { stepNameRequest_ = null; stepNameRequestBuilder_ = null; } return this; } /** *
       */ [StepNameRequest](#gauge.messages.StepNameRequest)
       * 
* * .gauge.messages.StepNameRequest stepNameRequest = 22; */ public gauge.messages.Messages.StepNameRequest.Builder getStepNameRequestBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.StepNameRequest, gauge.messages.Messages.StepNameRequest.Builder, gauge.messages.Messages.StepNameRequestOrBuilder> getStepNameRequestFieldBuilder() { if (stepNameRequestBuilder_ == null) { stepNameRequestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.StepNameResponse, gauge.messages.Messages.StepNameResponse.Builder, gauge.messages.Messages.StepNameResponseOrBuilder> stepNameResponseBuilder_; /** *
       */ [StepNameResponse](#gauge.messages.StepNameResponse)
       * 
* * .gauge.messages.StepNameResponse stepNameResponse = 23; */ public boolean hasStepNameResponse() { return stepNameResponseBuilder_ != null || stepNameResponse_ != null; } /** *
       */ [StepNameResponse](#gauge.messages.StepNameResponse)
       * 
* * .gauge.messages.StepNameResponse stepNameResponse = 23; */ 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; onChanged(); } else { stepNameResponseBuilder_.setMessage(value); } 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(); onChanged(); } else { stepNameResponseBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [StepNameResponse](#gauge.messages.StepNameResponse)
       * 
* * .gauge.messages.StepNameResponse stepNameResponse = 23; */ public Builder mergeStepNameResponse(gauge.messages.Messages.StepNameResponse value) { if (stepNameResponseBuilder_ == null) { if (stepNameResponse_ != null) { stepNameResponse_ = gauge.messages.Messages.StepNameResponse.newBuilder(stepNameResponse_).mergeFrom(value).buildPartial(); } else { stepNameResponse_ = value; } onChanged(); } else { stepNameResponseBuilder_.mergeFrom(value); } return this; } /** *
       */ [StepNameResponse](#gauge.messages.StepNameResponse)
       * 
* * .gauge.messages.StepNameResponse stepNameResponse = 23; */ public Builder clearStepNameResponse() { if (stepNameResponseBuilder_ == null) { stepNameResponse_ = null; onChanged(); } else { stepNameResponse_ = null; stepNameResponseBuilder_ = null; } return this; } /** *
       */ [StepNameResponse](#gauge.messages.StepNameResponse)
       * 
* * .gauge.messages.StepNameResponse stepNameResponse = 23; */ public gauge.messages.Messages.StepNameResponse.Builder getStepNameResponseBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.StepNameResponse, gauge.messages.Messages.StepNameResponse.Builder, gauge.messages.Messages.StepNameResponseOrBuilder> getStepNameResponseFieldBuilder() { if (stepNameResponseBuilder_ == null) { stepNameResponseBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.RefactorRequest, gauge.messages.Messages.RefactorRequest.Builder, gauge.messages.Messages.RefactorRequestOrBuilder> refactorRequestBuilder_; /** *
       */ [RefactorRequest](#gauge.messages.RefactorRequest)
       * 
* * .gauge.messages.RefactorRequest refactorRequest = 24; */ public boolean hasRefactorRequest() { return refactorRequestBuilder_ != null || refactorRequest_ != null; } /** *
       */ [RefactorRequest](#gauge.messages.RefactorRequest)
       * 
* * .gauge.messages.RefactorRequest refactorRequest = 24; */ 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; onChanged(); } else { refactorRequestBuilder_.setMessage(value); } 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(); onChanged(); } else { refactorRequestBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [RefactorRequest](#gauge.messages.RefactorRequest)
       * 
* * .gauge.messages.RefactorRequest refactorRequest = 24; */ public Builder mergeRefactorRequest(gauge.messages.Messages.RefactorRequest value) { if (refactorRequestBuilder_ == null) { if (refactorRequest_ != null) { refactorRequest_ = gauge.messages.Messages.RefactorRequest.newBuilder(refactorRequest_).mergeFrom(value).buildPartial(); } else { refactorRequest_ = value; } onChanged(); } else { refactorRequestBuilder_.mergeFrom(value); } return this; } /** *
       */ [RefactorRequest](#gauge.messages.RefactorRequest)
       * 
* * .gauge.messages.RefactorRequest refactorRequest = 24; */ public Builder clearRefactorRequest() { if (refactorRequestBuilder_ == null) { refactorRequest_ = null; onChanged(); } else { refactorRequest_ = null; refactorRequestBuilder_ = null; } return this; } /** *
       */ [RefactorRequest](#gauge.messages.RefactorRequest)
       * 
* * .gauge.messages.RefactorRequest refactorRequest = 24; */ public gauge.messages.Messages.RefactorRequest.Builder getRefactorRequestBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.RefactorRequest, gauge.messages.Messages.RefactorRequest.Builder, gauge.messages.Messages.RefactorRequestOrBuilder> getRefactorRequestFieldBuilder() { if (refactorRequestBuilder_ == null) { refactorRequestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.RefactorResponse, gauge.messages.Messages.RefactorResponse.Builder, gauge.messages.Messages.RefactorResponseOrBuilder> refactorResponseBuilder_; /** *
       */ [RefactorResponse](#gauge.messages.RefactorResponse)
       * 
* * .gauge.messages.RefactorResponse refactorResponse = 25; */ public boolean hasRefactorResponse() { return refactorResponseBuilder_ != null || refactorResponse_ != null; } /** *
       */ [RefactorResponse](#gauge.messages.RefactorResponse)
       * 
* * .gauge.messages.RefactorResponse refactorResponse = 25; */ 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; onChanged(); } else { refactorResponseBuilder_.setMessage(value); } 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(); onChanged(); } else { refactorResponseBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [RefactorResponse](#gauge.messages.RefactorResponse)
       * 
* * .gauge.messages.RefactorResponse refactorResponse = 25; */ public Builder mergeRefactorResponse(gauge.messages.Messages.RefactorResponse value) { if (refactorResponseBuilder_ == null) { if (refactorResponse_ != null) { refactorResponse_ = gauge.messages.Messages.RefactorResponse.newBuilder(refactorResponse_).mergeFrom(value).buildPartial(); } else { refactorResponse_ = value; } onChanged(); } else { refactorResponseBuilder_.mergeFrom(value); } return this; } /** *
       */ [RefactorResponse](#gauge.messages.RefactorResponse)
       * 
* * .gauge.messages.RefactorResponse refactorResponse = 25; */ public Builder clearRefactorResponse() { if (refactorResponseBuilder_ == null) { refactorResponse_ = null; onChanged(); } else { refactorResponse_ = null; refactorResponseBuilder_ = null; } return this; } /** *
       */ [RefactorResponse](#gauge.messages.RefactorResponse)
       * 
* * .gauge.messages.RefactorResponse refactorResponse = 25; */ public gauge.messages.Messages.RefactorResponse.Builder getRefactorResponseBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.RefactorResponse, gauge.messages.Messages.RefactorResponse.Builder, gauge.messages.Messages.RefactorResponseOrBuilder> getRefactorResponseFieldBuilder() { if (refactorResponseBuilder_ == null) { refactorResponseBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.UnsupportedMessageResponse, gauge.messages.Messages.UnsupportedMessageResponse.Builder, gauge.messages.Messages.UnsupportedMessageResponseOrBuilder> unsupportedMessageResponseBuilder_; /** *
       */ [UnsupportedMessageResponse](#gauge.messages.UnsupportedMessageResponse)
       * 
* * .gauge.messages.UnsupportedMessageResponse unsupportedMessageResponse = 26; */ public boolean hasUnsupportedMessageResponse() { return unsupportedMessageResponseBuilder_ != null || unsupportedMessageResponse_ != null; } /** *
       */ [UnsupportedMessageResponse](#gauge.messages.UnsupportedMessageResponse)
       * 
* * .gauge.messages.UnsupportedMessageResponse unsupportedMessageResponse = 26; */ 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; onChanged(); } else { unsupportedMessageResponseBuilder_.setMessage(value); } 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(); onChanged(); } else { unsupportedMessageResponseBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [UnsupportedMessageResponse](#gauge.messages.UnsupportedMessageResponse)
       * 
* * .gauge.messages.UnsupportedMessageResponse unsupportedMessageResponse = 26; */ public Builder mergeUnsupportedMessageResponse(gauge.messages.Messages.UnsupportedMessageResponse value) { if (unsupportedMessageResponseBuilder_ == null) { if (unsupportedMessageResponse_ != null) { unsupportedMessageResponse_ = gauge.messages.Messages.UnsupportedMessageResponse.newBuilder(unsupportedMessageResponse_).mergeFrom(value).buildPartial(); } else { unsupportedMessageResponse_ = value; } onChanged(); } else { unsupportedMessageResponseBuilder_.mergeFrom(value); } return this; } /** *
       */ [UnsupportedMessageResponse](#gauge.messages.UnsupportedMessageResponse)
       * 
* * .gauge.messages.UnsupportedMessageResponse unsupportedMessageResponse = 26; */ public Builder clearUnsupportedMessageResponse() { if (unsupportedMessageResponseBuilder_ == null) { unsupportedMessageResponse_ = null; onChanged(); } else { unsupportedMessageResponse_ = null; unsupportedMessageResponseBuilder_ = null; } return this; } /** *
       */ [UnsupportedMessageResponse](#gauge.messages.UnsupportedMessageResponse)
       * 
* * .gauge.messages.UnsupportedMessageResponse unsupportedMessageResponse = 26; */ public gauge.messages.Messages.UnsupportedMessageResponse.Builder getUnsupportedMessageResponseBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.UnsupportedMessageResponse, gauge.messages.Messages.UnsupportedMessageResponse.Builder, gauge.messages.Messages.UnsupportedMessageResponseOrBuilder> getUnsupportedMessageResponseFieldBuilder() { if (unsupportedMessageResponseBuilder_ == null) { unsupportedMessageResponseBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.CacheFileRequest, gauge.messages.Messages.CacheFileRequest.Builder, gauge.messages.Messages.CacheFileRequestOrBuilder> cacheFileRequestBuilder_; /** *
       */ [CacheFileRequest](#gauge.messages.CacheFileRequest)
       * 
* * .gauge.messages.CacheFileRequest cacheFileRequest = 27; */ public boolean hasCacheFileRequest() { return cacheFileRequestBuilder_ != null || cacheFileRequest_ != null; } /** *
       */ [CacheFileRequest](#gauge.messages.CacheFileRequest)
       * 
* * .gauge.messages.CacheFileRequest cacheFileRequest = 27; */ 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; onChanged(); } else { cacheFileRequestBuilder_.setMessage(value); } 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(); onChanged(); } else { cacheFileRequestBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [CacheFileRequest](#gauge.messages.CacheFileRequest)
       * 
* * .gauge.messages.CacheFileRequest cacheFileRequest = 27; */ public Builder mergeCacheFileRequest(gauge.messages.Messages.CacheFileRequest value) { if (cacheFileRequestBuilder_ == null) { if (cacheFileRequest_ != null) { cacheFileRequest_ = gauge.messages.Messages.CacheFileRequest.newBuilder(cacheFileRequest_).mergeFrom(value).buildPartial(); } else { cacheFileRequest_ = value; } onChanged(); } else { cacheFileRequestBuilder_.mergeFrom(value); } return this; } /** *
       */ [CacheFileRequest](#gauge.messages.CacheFileRequest)
       * 
* * .gauge.messages.CacheFileRequest cacheFileRequest = 27; */ public Builder clearCacheFileRequest() { if (cacheFileRequestBuilder_ == null) { cacheFileRequest_ = null; onChanged(); } else { cacheFileRequest_ = null; cacheFileRequestBuilder_ = null; } return this; } /** *
       */ [CacheFileRequest](#gauge.messages.CacheFileRequest)
       * 
* * .gauge.messages.CacheFileRequest cacheFileRequest = 27; */ public gauge.messages.Messages.CacheFileRequest.Builder getCacheFileRequestBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.CacheFileRequest, gauge.messages.Messages.CacheFileRequest.Builder, gauge.messages.Messages.CacheFileRequestOrBuilder> getCacheFileRequestFieldBuilder() { if (cacheFileRequestBuilder_ == null) { cacheFileRequestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.StepPositionsRequest, gauge.messages.Messages.StepPositionsRequest.Builder, gauge.messages.Messages.StepPositionsRequestOrBuilder> stepPositionsRequestBuilder_; /** *
       */ [StepPositionsRequest](#gauge.messages.StepPositionsRequest)
       * 
* * .gauge.messages.StepPositionsRequest stepPositionsRequest = 28; */ public boolean hasStepPositionsRequest() { return stepPositionsRequestBuilder_ != null || stepPositionsRequest_ != null; } /** *
       */ [StepPositionsRequest](#gauge.messages.StepPositionsRequest)
       * 
* * .gauge.messages.StepPositionsRequest stepPositionsRequest = 28; */ 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; onChanged(); } else { stepPositionsRequestBuilder_.setMessage(value); } 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(); onChanged(); } else { stepPositionsRequestBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [StepPositionsRequest](#gauge.messages.StepPositionsRequest)
       * 
* * .gauge.messages.StepPositionsRequest stepPositionsRequest = 28; */ public Builder mergeStepPositionsRequest(gauge.messages.Messages.StepPositionsRequest value) { if (stepPositionsRequestBuilder_ == null) { if (stepPositionsRequest_ != null) { stepPositionsRequest_ = gauge.messages.Messages.StepPositionsRequest.newBuilder(stepPositionsRequest_).mergeFrom(value).buildPartial(); } else { stepPositionsRequest_ = value; } onChanged(); } else { stepPositionsRequestBuilder_.mergeFrom(value); } return this; } /** *
       */ [StepPositionsRequest](#gauge.messages.StepPositionsRequest)
       * 
* * .gauge.messages.StepPositionsRequest stepPositionsRequest = 28; */ public Builder clearStepPositionsRequest() { if (stepPositionsRequestBuilder_ == null) { stepPositionsRequest_ = null; onChanged(); } else { stepPositionsRequest_ = null; stepPositionsRequestBuilder_ = null; } return this; } /** *
       */ [StepPositionsRequest](#gauge.messages.StepPositionsRequest)
       * 
* * .gauge.messages.StepPositionsRequest stepPositionsRequest = 28; */ public gauge.messages.Messages.StepPositionsRequest.Builder getStepPositionsRequestBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.StepPositionsRequest, gauge.messages.Messages.StepPositionsRequest.Builder, gauge.messages.Messages.StepPositionsRequestOrBuilder> getStepPositionsRequestFieldBuilder() { if (stepPositionsRequestBuilder_ == null) { stepPositionsRequestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.StepPositionsResponse, gauge.messages.Messages.StepPositionsResponse.Builder, gauge.messages.Messages.StepPositionsResponseOrBuilder> stepPositionsResponseBuilder_; /** *
       */ [StepPositionsResponse](#gauge.messages.StepPositionsResponse)
       * 
* * .gauge.messages.StepPositionsResponse stepPositionsResponse = 29; */ public boolean hasStepPositionsResponse() { return stepPositionsResponseBuilder_ != null || stepPositionsResponse_ != null; } /** *
       */ [StepPositionsResponse](#gauge.messages.StepPositionsResponse)
       * 
* * .gauge.messages.StepPositionsResponse stepPositionsResponse = 29; */ 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; onChanged(); } else { stepPositionsResponseBuilder_.setMessage(value); } 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(); onChanged(); } else { stepPositionsResponseBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [StepPositionsResponse](#gauge.messages.StepPositionsResponse)
       * 
* * .gauge.messages.StepPositionsResponse stepPositionsResponse = 29; */ public Builder mergeStepPositionsResponse(gauge.messages.Messages.StepPositionsResponse value) { if (stepPositionsResponseBuilder_ == null) { if (stepPositionsResponse_ != null) { stepPositionsResponse_ = gauge.messages.Messages.StepPositionsResponse.newBuilder(stepPositionsResponse_).mergeFrom(value).buildPartial(); } else { stepPositionsResponse_ = value; } onChanged(); } else { stepPositionsResponseBuilder_.mergeFrom(value); } return this; } /** *
       */ [StepPositionsResponse](#gauge.messages.StepPositionsResponse)
       * 
* * .gauge.messages.StepPositionsResponse stepPositionsResponse = 29; */ public Builder clearStepPositionsResponse() { if (stepPositionsResponseBuilder_ == null) { stepPositionsResponse_ = null; onChanged(); } else { stepPositionsResponse_ = null; stepPositionsResponseBuilder_ = null; } return this; } /** *
       */ [StepPositionsResponse](#gauge.messages.StepPositionsResponse)
       * 
* * .gauge.messages.StepPositionsResponse stepPositionsResponse = 29; */ public gauge.messages.Messages.StepPositionsResponse.Builder getStepPositionsResponseBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.StepPositionsResponse, gauge.messages.Messages.StepPositionsResponse.Builder, gauge.messages.Messages.StepPositionsResponseOrBuilder> getStepPositionsResponseFieldBuilder() { if (stepPositionsResponseBuilder_ == null) { stepPositionsResponseBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.ImplementationFileListRequest, gauge.messages.Messages.ImplementationFileListRequest.Builder, gauge.messages.Messages.ImplementationFileListRequestOrBuilder> implementationFileListRequestBuilder_; /** *
       */ [ImplementationFileListRequest](#gauge.messages.ImplementationFileListRequest)
       * 
* * .gauge.messages.ImplementationFileListRequest implementationFileListRequest = 30; */ public boolean hasImplementationFileListRequest() { return implementationFileListRequestBuilder_ != null || implementationFileListRequest_ != null; } /** *
       */ [ImplementationFileListRequest](#gauge.messages.ImplementationFileListRequest)
       * 
* * .gauge.messages.ImplementationFileListRequest implementationFileListRequest = 30; */ 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; onChanged(); } else { implementationFileListRequestBuilder_.setMessage(value); } 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(); onChanged(); } else { implementationFileListRequestBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [ImplementationFileListRequest](#gauge.messages.ImplementationFileListRequest)
       * 
* * .gauge.messages.ImplementationFileListRequest implementationFileListRequest = 30; */ public Builder mergeImplementationFileListRequest(gauge.messages.Messages.ImplementationFileListRequest value) { if (implementationFileListRequestBuilder_ == null) { if (implementationFileListRequest_ != null) { implementationFileListRequest_ = gauge.messages.Messages.ImplementationFileListRequest.newBuilder(implementationFileListRequest_).mergeFrom(value).buildPartial(); } else { implementationFileListRequest_ = value; } onChanged(); } else { implementationFileListRequestBuilder_.mergeFrom(value); } return this; } /** *
       */ [ImplementationFileListRequest](#gauge.messages.ImplementationFileListRequest)
       * 
* * .gauge.messages.ImplementationFileListRequest implementationFileListRequest = 30; */ public Builder clearImplementationFileListRequest() { if (implementationFileListRequestBuilder_ == null) { implementationFileListRequest_ = null; onChanged(); } else { implementationFileListRequest_ = null; implementationFileListRequestBuilder_ = null; } return this; } /** *
       */ [ImplementationFileListRequest](#gauge.messages.ImplementationFileListRequest)
       * 
* * .gauge.messages.ImplementationFileListRequest implementationFileListRequest = 30; */ public gauge.messages.Messages.ImplementationFileListRequest.Builder getImplementationFileListRequestBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.ImplementationFileListRequest, gauge.messages.Messages.ImplementationFileListRequest.Builder, gauge.messages.Messages.ImplementationFileListRequestOrBuilder> getImplementationFileListRequestFieldBuilder() { if (implementationFileListRequestBuilder_ == null) { implementationFileListRequestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.ImplementationFileListResponse, gauge.messages.Messages.ImplementationFileListResponse.Builder, gauge.messages.Messages.ImplementationFileListResponseOrBuilder> implementationFileListResponseBuilder_; /** *
       */ [ImplementationFileListResponse](#gauge.messages.ImplementationFileListResponse)
       * 
* * .gauge.messages.ImplementationFileListResponse implementationFileListResponse = 31; */ public boolean hasImplementationFileListResponse() { return implementationFileListResponseBuilder_ != null || implementationFileListResponse_ != null; } /** *
       */ [ImplementationFileListResponse](#gauge.messages.ImplementationFileListResponse)
       * 
* * .gauge.messages.ImplementationFileListResponse implementationFileListResponse = 31; */ 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; onChanged(); } else { implementationFileListResponseBuilder_.setMessage(value); } 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(); onChanged(); } else { implementationFileListResponseBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [ImplementationFileListResponse](#gauge.messages.ImplementationFileListResponse)
       * 
* * .gauge.messages.ImplementationFileListResponse implementationFileListResponse = 31; */ public Builder mergeImplementationFileListResponse(gauge.messages.Messages.ImplementationFileListResponse value) { if (implementationFileListResponseBuilder_ == null) { if (implementationFileListResponse_ != null) { implementationFileListResponse_ = gauge.messages.Messages.ImplementationFileListResponse.newBuilder(implementationFileListResponse_).mergeFrom(value).buildPartial(); } else { implementationFileListResponse_ = value; } onChanged(); } else { implementationFileListResponseBuilder_.mergeFrom(value); } return this; } /** *
       */ [ImplementationFileListResponse](#gauge.messages.ImplementationFileListResponse)
       * 
* * .gauge.messages.ImplementationFileListResponse implementationFileListResponse = 31; */ public Builder clearImplementationFileListResponse() { if (implementationFileListResponseBuilder_ == null) { implementationFileListResponse_ = null; onChanged(); } else { implementationFileListResponse_ = null; implementationFileListResponseBuilder_ = null; } return this; } /** *
       */ [ImplementationFileListResponse](#gauge.messages.ImplementationFileListResponse)
       * 
* * .gauge.messages.ImplementationFileListResponse implementationFileListResponse = 31; */ public gauge.messages.Messages.ImplementationFileListResponse.Builder getImplementationFileListResponseBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.ImplementationFileListResponse, gauge.messages.Messages.ImplementationFileListResponse.Builder, gauge.messages.Messages.ImplementationFileListResponseOrBuilder> getImplementationFileListResponseFieldBuilder() { if (implementationFileListResponseBuilder_ == null) { implementationFileListResponseBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.StubImplementationCodeRequest, gauge.messages.Messages.StubImplementationCodeRequest.Builder, gauge.messages.Messages.StubImplementationCodeRequestOrBuilder> stubImplementationCodeRequestBuilder_; /** *
       */ [StubImplementationCodeRequest](#gauge.messages.StubImplementationCodeRequest)
       * 
* * .gauge.messages.StubImplementationCodeRequest stubImplementationCodeRequest = 32; */ public boolean hasStubImplementationCodeRequest() { return stubImplementationCodeRequestBuilder_ != null || stubImplementationCodeRequest_ != null; } /** *
       */ [StubImplementationCodeRequest](#gauge.messages.StubImplementationCodeRequest)
       * 
* * .gauge.messages.StubImplementationCodeRequest stubImplementationCodeRequest = 32; */ 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; onChanged(); } else { stubImplementationCodeRequestBuilder_.setMessage(value); } 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(); onChanged(); } else { stubImplementationCodeRequestBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [StubImplementationCodeRequest](#gauge.messages.StubImplementationCodeRequest)
       * 
* * .gauge.messages.StubImplementationCodeRequest stubImplementationCodeRequest = 32; */ public Builder mergeStubImplementationCodeRequest(gauge.messages.Messages.StubImplementationCodeRequest value) { if (stubImplementationCodeRequestBuilder_ == null) { if (stubImplementationCodeRequest_ != null) { stubImplementationCodeRequest_ = gauge.messages.Messages.StubImplementationCodeRequest.newBuilder(stubImplementationCodeRequest_).mergeFrom(value).buildPartial(); } else { stubImplementationCodeRequest_ = value; } onChanged(); } else { stubImplementationCodeRequestBuilder_.mergeFrom(value); } return this; } /** *
       */ [StubImplementationCodeRequest](#gauge.messages.StubImplementationCodeRequest)
       * 
* * .gauge.messages.StubImplementationCodeRequest stubImplementationCodeRequest = 32; */ public Builder clearStubImplementationCodeRequest() { if (stubImplementationCodeRequestBuilder_ == null) { stubImplementationCodeRequest_ = null; onChanged(); } else { stubImplementationCodeRequest_ = null; stubImplementationCodeRequestBuilder_ = null; } return this; } /** *
       */ [StubImplementationCodeRequest](#gauge.messages.StubImplementationCodeRequest)
       * 
* * .gauge.messages.StubImplementationCodeRequest stubImplementationCodeRequest = 32; */ public gauge.messages.Messages.StubImplementationCodeRequest.Builder getStubImplementationCodeRequestBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.StubImplementationCodeRequest, gauge.messages.Messages.StubImplementationCodeRequest.Builder, gauge.messages.Messages.StubImplementationCodeRequestOrBuilder> getStubImplementationCodeRequestFieldBuilder() { if (stubImplementationCodeRequestBuilder_ == null) { stubImplementationCodeRequestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.FileDiff, gauge.messages.Messages.FileDiff.Builder, gauge.messages.Messages.FileDiffOrBuilder> fileDiffBuilder_; /** *
       */ [FileDiff](#gauge.messages.FileDiff)
       * 
* * .gauge.messages.FileDiff fileDiff = 33; */ public boolean hasFileDiff() { return fileDiffBuilder_ != null || fileDiff_ != null; } /** *
       */ [FileDiff](#gauge.messages.FileDiff)
       * 
* * .gauge.messages.FileDiff fileDiff = 33; */ 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; onChanged(); } else { fileDiffBuilder_.setMessage(value); } 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(); onChanged(); } else { fileDiffBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [FileDiff](#gauge.messages.FileDiff)
       * 
* * .gauge.messages.FileDiff fileDiff = 33; */ public Builder mergeFileDiff(gauge.messages.Messages.FileDiff value) { if (fileDiffBuilder_ == null) { if (fileDiff_ != null) { fileDiff_ = gauge.messages.Messages.FileDiff.newBuilder(fileDiff_).mergeFrom(value).buildPartial(); } else { fileDiff_ = value; } onChanged(); } else { fileDiffBuilder_.mergeFrom(value); } return this; } /** *
       */ [FileDiff](#gauge.messages.FileDiff)
       * 
* * .gauge.messages.FileDiff fileDiff = 33; */ public Builder clearFileDiff() { if (fileDiffBuilder_ == null) { fileDiff_ = null; onChanged(); } else { fileDiff_ = null; fileDiffBuilder_ = null; } return this; } /** *
       */ [FileDiff](#gauge.messages.FileDiff)
       * 
* * .gauge.messages.FileDiff fileDiff = 33; */ public gauge.messages.Messages.FileDiff.Builder getFileDiffBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.FileDiff, gauge.messages.Messages.FileDiff.Builder, gauge.messages.Messages.FileDiffOrBuilder> getFileDiffFieldBuilder() { if (fileDiffBuilder_ == null) { fileDiffBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.ImplementationFileGlobPatternRequest, gauge.messages.Messages.ImplementationFileGlobPatternRequest.Builder, gauge.messages.Messages.ImplementationFileGlobPatternRequestOrBuilder> implementationFileGlobPatternRequestBuilder_; /** *
       */ [ImplementationFileGlobPatternRequest](#gauge.messages.ImplementationFileGlobPatternRequest)
       * 
* * .gauge.messages.ImplementationFileGlobPatternRequest implementationFileGlobPatternRequest = 34; */ public boolean hasImplementationFileGlobPatternRequest() { return implementationFileGlobPatternRequestBuilder_ != null || implementationFileGlobPatternRequest_ != null; } /** *
       */ [ImplementationFileGlobPatternRequest](#gauge.messages.ImplementationFileGlobPatternRequest)
       * 
* * .gauge.messages.ImplementationFileGlobPatternRequest implementationFileGlobPatternRequest = 34; */ 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; onChanged(); } else { implementationFileGlobPatternRequestBuilder_.setMessage(value); } 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(); onChanged(); } else { implementationFileGlobPatternRequestBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [ImplementationFileGlobPatternRequest](#gauge.messages.ImplementationFileGlobPatternRequest)
       * 
* * .gauge.messages.ImplementationFileGlobPatternRequest implementationFileGlobPatternRequest = 34; */ public Builder mergeImplementationFileGlobPatternRequest(gauge.messages.Messages.ImplementationFileGlobPatternRequest value) { if (implementationFileGlobPatternRequestBuilder_ == null) { if (implementationFileGlobPatternRequest_ != null) { implementationFileGlobPatternRequest_ = gauge.messages.Messages.ImplementationFileGlobPatternRequest.newBuilder(implementationFileGlobPatternRequest_).mergeFrom(value).buildPartial(); } else { implementationFileGlobPatternRequest_ = value; } onChanged(); } else { implementationFileGlobPatternRequestBuilder_.mergeFrom(value); } return this; } /** *
       */ [ImplementationFileGlobPatternRequest](#gauge.messages.ImplementationFileGlobPatternRequest)
       * 
* * .gauge.messages.ImplementationFileGlobPatternRequest implementationFileGlobPatternRequest = 34; */ public Builder clearImplementationFileGlobPatternRequest() { if (implementationFileGlobPatternRequestBuilder_ == null) { implementationFileGlobPatternRequest_ = null; onChanged(); } else { implementationFileGlobPatternRequest_ = null; implementationFileGlobPatternRequestBuilder_ = null; } return this; } /** *
       */ [ImplementationFileGlobPatternRequest](#gauge.messages.ImplementationFileGlobPatternRequest)
       * 
* * .gauge.messages.ImplementationFileGlobPatternRequest implementationFileGlobPatternRequest = 34; */ public gauge.messages.Messages.ImplementationFileGlobPatternRequest.Builder getImplementationFileGlobPatternRequestBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.ImplementationFileGlobPatternRequest, gauge.messages.Messages.ImplementationFileGlobPatternRequest.Builder, gauge.messages.Messages.ImplementationFileGlobPatternRequestOrBuilder> getImplementationFileGlobPatternRequestFieldBuilder() { if (implementationFileGlobPatternRequestBuilder_ == null) { implementationFileGlobPatternRequestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.ImplementationFileGlobPatternResponse, gauge.messages.Messages.ImplementationFileGlobPatternResponse.Builder, gauge.messages.Messages.ImplementationFileGlobPatternResponseOrBuilder> implementationFileGlobPatternResponseBuilder_; /** *
       */ [ImplementationFileGlobPatternResponse](#gauge.messages.ImplementationFileGlobPatternResponse)
       * 
* * .gauge.messages.ImplementationFileGlobPatternResponse implementationFileGlobPatternResponse = 35; */ public boolean hasImplementationFileGlobPatternResponse() { return implementationFileGlobPatternResponseBuilder_ != null || implementationFileGlobPatternResponse_ != null; } /** *
       */ [ImplementationFileGlobPatternResponse](#gauge.messages.ImplementationFileGlobPatternResponse)
       * 
* * .gauge.messages.ImplementationFileGlobPatternResponse implementationFileGlobPatternResponse = 35; */ 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; onChanged(); } else { implementationFileGlobPatternResponseBuilder_.setMessage(value); } 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(); onChanged(); } else { implementationFileGlobPatternResponseBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [ImplementationFileGlobPatternResponse](#gauge.messages.ImplementationFileGlobPatternResponse)
       * 
* * .gauge.messages.ImplementationFileGlobPatternResponse implementationFileGlobPatternResponse = 35; */ public Builder mergeImplementationFileGlobPatternResponse(gauge.messages.Messages.ImplementationFileGlobPatternResponse value) { if (implementationFileGlobPatternResponseBuilder_ == null) { if (implementationFileGlobPatternResponse_ != null) { implementationFileGlobPatternResponse_ = gauge.messages.Messages.ImplementationFileGlobPatternResponse.newBuilder(implementationFileGlobPatternResponse_).mergeFrom(value).buildPartial(); } else { implementationFileGlobPatternResponse_ = value; } onChanged(); } else { implementationFileGlobPatternResponseBuilder_.mergeFrom(value); } return this; } /** *
       */ [ImplementationFileGlobPatternResponse](#gauge.messages.ImplementationFileGlobPatternResponse)
       * 
* * .gauge.messages.ImplementationFileGlobPatternResponse implementationFileGlobPatternResponse = 35; */ public Builder clearImplementationFileGlobPatternResponse() { if (implementationFileGlobPatternResponseBuilder_ == null) { implementationFileGlobPatternResponse_ = null; onChanged(); } else { implementationFileGlobPatternResponse_ = null; implementationFileGlobPatternResponseBuilder_ = null; } return this; } /** *
       */ [ImplementationFileGlobPatternResponse](#gauge.messages.ImplementationFileGlobPatternResponse)
       * 
* * .gauge.messages.ImplementationFileGlobPatternResponse implementationFileGlobPatternResponse = 35; */ public gauge.messages.Messages.ImplementationFileGlobPatternResponse.Builder getImplementationFileGlobPatternResponseBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.ImplementationFileGlobPatternResponse, gauge.messages.Messages.ImplementationFileGlobPatternResponse.Builder, gauge.messages.Messages.ImplementationFileGlobPatternResponseOrBuilder> getImplementationFileGlobPatternResponseFieldBuilder() { if (implementationFileGlobPatternResponseBuilder_ == null) { implementationFileGlobPatternResponseBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.SuiteExecutionResultItem, gauge.messages.Messages.SuiteExecutionResultItem.Builder, gauge.messages.Messages.SuiteExecutionResultItemOrBuilder> suiteExecutionResultItemBuilder_; /** *
       */ [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
       * 
* * .gauge.messages.SuiteExecutionResultItem suiteExecutionResultItem = 36; */ public boolean hasSuiteExecutionResultItem() { return suiteExecutionResultItemBuilder_ != null || suiteExecutionResultItem_ != null; } /** *
       */ [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
       * 
* * .gauge.messages.SuiteExecutionResultItem suiteExecutionResultItem = 36; */ 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; onChanged(); } else { suiteExecutionResultItemBuilder_.setMessage(value); } 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(); onChanged(); } else { suiteExecutionResultItemBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
       * 
* * .gauge.messages.SuiteExecutionResultItem suiteExecutionResultItem = 36; */ public Builder mergeSuiteExecutionResultItem(gauge.messages.Messages.SuiteExecutionResultItem value) { if (suiteExecutionResultItemBuilder_ == null) { if (suiteExecutionResultItem_ != null) { suiteExecutionResultItem_ = gauge.messages.Messages.SuiteExecutionResultItem.newBuilder(suiteExecutionResultItem_).mergeFrom(value).buildPartial(); } else { suiteExecutionResultItem_ = value; } onChanged(); } else { suiteExecutionResultItemBuilder_.mergeFrom(value); } return this; } /** *
       */ [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
       * 
* * .gauge.messages.SuiteExecutionResultItem suiteExecutionResultItem = 36; */ public Builder clearSuiteExecutionResultItem() { if (suiteExecutionResultItemBuilder_ == null) { suiteExecutionResultItem_ = null; onChanged(); } else { suiteExecutionResultItem_ = null; suiteExecutionResultItemBuilder_ = null; } return this; } /** *
       */ [SuiteExecutionResult ](#gauge.messages.SuiteExecutionResult )
       * 
* * .gauge.messages.SuiteExecutionResultItem suiteExecutionResultItem = 36; */ public gauge.messages.Messages.SuiteExecutionResultItem.Builder getSuiteExecutionResultItemBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.SuiteExecutionResultItem, gauge.messages.Messages.SuiteExecutionResultItem.Builder, gauge.messages.Messages.SuiteExecutionResultItemOrBuilder> getSuiteExecutionResultItemFieldBuilder() { if (suiteExecutionResultItemBuilder_ == null) { suiteExecutionResultItemBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< 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_ = null; private com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.KeepAlive, gauge.messages.Messages.KeepAlive.Builder, gauge.messages.Messages.KeepAliveOrBuilder> keepAliveBuilder_; /** *
       */ [KeepAlive ](#gauge.messages.KeepAlive )
       * 
* * .gauge.messages.KeepAlive keepAlive = 37; */ public boolean hasKeepAlive() { return keepAliveBuilder_ != null || keepAlive_ != null; } /** *
       */ [KeepAlive ](#gauge.messages.KeepAlive )
       * 
* * .gauge.messages.KeepAlive keepAlive = 37; */ 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; onChanged(); } else { keepAliveBuilder_.setMessage(value); } 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(); onChanged(); } else { keepAliveBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       */ [KeepAlive ](#gauge.messages.KeepAlive )
       * 
* * .gauge.messages.KeepAlive keepAlive = 37; */ public Builder mergeKeepAlive(gauge.messages.Messages.KeepAlive value) { if (keepAliveBuilder_ == null) { if (keepAlive_ != null) { keepAlive_ = gauge.messages.Messages.KeepAlive.newBuilder(keepAlive_).mergeFrom(value).buildPartial(); } else { keepAlive_ = value; } onChanged(); } else { keepAliveBuilder_.mergeFrom(value); } return this; } /** *
       */ [KeepAlive ](#gauge.messages.KeepAlive )
       * 
* * .gauge.messages.KeepAlive keepAlive = 37; */ public Builder clearKeepAlive() { if (keepAliveBuilder_ == null) { keepAlive_ = null; onChanged(); } else { keepAlive_ = null; keepAliveBuilder_ = null; } return this; } /** *
       */ [KeepAlive ](#gauge.messages.KeepAlive )
       * 
* * .gauge.messages.KeepAlive keepAlive = 37; */ public gauge.messages.Messages.KeepAlive.Builder getKeepAliveBuilder() { 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.SingleFieldBuilderV3< gauge.messages.Messages.KeepAlive, gauge.messages.Messages.KeepAlive.Builder, gauge.messages.Messages.KeepAliveOrBuilder> getKeepAliveFieldBuilder() { if (keepAliveBuilder_ == null) { keepAliveBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< gauge.messages.Messages.KeepAlive, gauge.messages.Messages.KeepAlive.Builder, gauge.messages.Messages.KeepAliveOrBuilder>( getKeepAlive(), getParentForChildren(), isClean()); keepAlive_ = null; } return keepAliveBuilder_; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@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 { return new Message(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public 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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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\"B!\n\016gauge" + ".messages\252\002\016Gauge.Messagesb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { public com.google.protobuf.ExtensionRegistry assignDescriptors( com.google.protobuf.Descriptors.FileDescriptor root) { descriptor = root; return null; } }; com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { gauge.messages.Spec.getDescriptor(), }, assigner); internal_static_gauge_messages_KillProcessRequest_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_gauge_messages_KillProcessRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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", }); gauge.messages.Spec.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy