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

com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: disabled_index_tests.proto

// Protobuf Java Version: 3.25.5
package com.apple.foundationdb.relational.yamltests.generated.disabledtests;

public final class DisabledTestsProto {
  private DisabledTestsProto() {}
  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 T1OrBuilder extends
      // @@protoc_insertion_point(interface_extends:com.apple.foundationdb.relational.yamltests.generated.disabledtests.T1)
      com.google.protobuf.MessageOrBuilder {

    /**
     * int64 ID = 1 [(.com.apple.foundationdb.record.field) = { ... }
     * @return The iD.
     */
    long getID();

    /**
     * bool TOMBSTONE = 2;
     * @return The tOMBSTONE.
     */
    boolean getTOMBSTONE();
  }
  /**
   * Protobuf type {@code com.apple.foundationdb.relational.yamltests.generated.disabledtests.T1}
   */
  @SuppressWarnings("deprecation") public static final class T1 extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:com.apple.foundationdb.relational.yamltests.generated.disabledtests.T1)
      T1OrBuilder {
  private static final long serialVersionUID = 0L;
    // Use T1.newBuilder() to construct.
    private T1(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private T1() {
    }

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

    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T1_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T1_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1.class, com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1.Builder.class);
    }

    public static final int ID_FIELD_NUMBER = 1;
    private long iD_ = 0L;
    /**
     * int64 ID = 1 [(.com.apple.foundationdb.record.field) = { ... }
     * @return The iD.
     */
    @java.lang.Override
    public long getID() {
      return iD_;
    }

    public static final int TOMBSTONE_FIELD_NUMBER = 2;
    private boolean tOMBSTONE_ = false;
    /**
     * bool TOMBSTONE = 2;
     * @return The tOMBSTONE.
     */
    @java.lang.Override
    public boolean getTOMBSTONE() {
      return tOMBSTONE_;
    }

    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 (iD_ != 0L) {
        output.writeInt64(1, iD_);
      }
      if (tOMBSTONE_ != false) {
        output.writeBool(2, tOMBSTONE_);
      }
      getUnknownFields().writeTo(output);
    }

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

      size = 0;
      if (iD_ != 0L) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt64Size(1, iD_);
      }
      if (tOMBSTONE_ != false) {
        size += com.google.protobuf.CodedOutputStream
          .computeBoolSize(2, tOMBSTONE_);
      }
      size += getUnknownFields().getSerializedSize();
      memoizedSize = size;
      return size;
    }

    @java.lang.Override
    public boolean equals(final java.lang.Object obj) {
      if (obj == this) {
       return true;
      }
      if (!(obj instanceof com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1)) {
        return super.equals(obj);
      }
      com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 other = (com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1) obj;

      if (getID()
          != other.getID()) return false;
      if (getTOMBSTONE()
          != other.getTOMBSTONE()) return false;
      if (!getUnknownFields().equals(other.getUnknownFields())) return false;
      return true;
    }

    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptor().hashCode();
      hash = (37 * hash) + ID_FIELD_NUMBER;
      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
          getID());
      hash = (37 * hash) + TOMBSTONE_FIELD_NUMBER;
      hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
          getTOMBSTONE());
      hash = (29 * hash) + getUnknownFields().hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }

    public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }

    public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
    }
    public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }

    @java.lang.Override
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder() {
      return DEFAULT_INSTANCE.toBuilder();
    }
    public static Builder newBuilder(com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 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 com.apple.foundationdb.relational.yamltests.generated.disabledtests.T1}
     */
    @SuppressWarnings("deprecation") public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder implements
        // @@protoc_insertion_point(builder_implements:com.apple.foundationdb.relational.yamltests.generated.disabledtests.T1)
        com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1OrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T1_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T1_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1.class, com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1.Builder.class);
      }

      // Construct using com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1.newBuilder()
      private Builder() {

      }

      private Builder(
          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
        super(parent);

      }
      @java.lang.Override
      public Builder clear() {
        super.clear();
        bitField0_ = 0;
        iD_ = 0L;
        tOMBSTONE_ = false;
        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T1_descriptor;
      }

      @java.lang.Override
      public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 getDefaultInstanceForType() {
        return com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1.getDefaultInstance();
      }

      @java.lang.Override
      public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 build() {
        com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 buildPartial() {
        com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 result = new com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1(this);
        if (bitField0_ != 0) { buildPartial0(result); }
        onBuilt();
        return result;
      }

      private void buildPartial0(com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 result) {
        int from_bitField0_ = bitField0_;
        if (((from_bitField0_ & 0x00000001) != 0)) {
          result.iD_ = iD_;
        }
        if (((from_bitField0_ & 0x00000002) != 0)) {
          result.tOMBSTONE_ = tOMBSTONE_;
        }
      }

      @java.lang.Override
      public Builder clone() {
        return super.clone();
      }
      @java.lang.Override
      public Builder setField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.setField(field, value);
      }
      @java.lang.Override
      public Builder clearField(
          com.google.protobuf.Descriptors.FieldDescriptor field) {
        return super.clearField(field);
      }
      @java.lang.Override
      public Builder clearOneof(
          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
        return super.clearOneof(oneof);
      }
      @java.lang.Override
      public Builder setRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          int index, java.lang.Object value) {
        return super.setRepeatedField(field, index, value);
      }
      @java.lang.Override
      public Builder addRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.addRepeatedField(field, value);
      }
      @java.lang.Override
      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1) {
          return mergeFrom((com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 other) {
        if (other == com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1.getDefaultInstance()) return this;
        if (other.getID() != 0L) {
          setID(other.getID());
        }
        if (other.getTOMBSTONE() != false) {
          setTOMBSTONE(other.getTOMBSTONE());
        }
        this.mergeUnknownFields(other.getUnknownFields());
        onChanged();
        return this;
      }

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

      @java.lang.Override
      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        if (extensionRegistry == null) {
          throw new java.lang.NullPointerException();
        }
        try {
          boolean done = false;
          while (!done) {
            int tag = input.readTag();
            switch (tag) {
              case 0:
                done = true;
                break;
              case 8: {
                iD_ = input.readInt64();
                bitField0_ |= 0x00000001;
                break;
              } // case 8
              case 16: {
                tOMBSTONE_ = input.readBool();
                bitField0_ |= 0x00000002;
                break;
              } // case 16
              default: {
                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
                  done = true; // was an endgroup tag
                }
                break;
              } // default:
            } // switch (tag)
          } // while (!done)
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          throw e.unwrapIOException();
        } finally {
          onChanged();
        } // finally
        return this;
      }
      private int bitField0_;

      private long iD_ ;
      /**
       * int64 ID = 1 [(.com.apple.foundationdb.record.field) = { ... }
       * @return The iD.
       */
      @java.lang.Override
      public long getID() {
        return iD_;
      }
      /**
       * int64 ID = 1 [(.com.apple.foundationdb.record.field) = { ... }
       * @param value The iD to set.
       * @return This builder for chaining.
       */
      public Builder setID(long value) {

        iD_ = value;
        bitField0_ |= 0x00000001;
        onChanged();
        return this;
      }
      /**
       * int64 ID = 1 [(.com.apple.foundationdb.record.field) = { ... }
       * @return This builder for chaining.
       */
      public Builder clearID() {
        bitField0_ = (bitField0_ & ~0x00000001);
        iD_ = 0L;
        onChanged();
        return this;
      }

      private boolean tOMBSTONE_ ;
      /**
       * bool TOMBSTONE = 2;
       * @return The tOMBSTONE.
       */
      @java.lang.Override
      public boolean getTOMBSTONE() {
        return tOMBSTONE_;
      }
      /**
       * bool TOMBSTONE = 2;
       * @param value The tOMBSTONE to set.
       * @return This builder for chaining.
       */
      public Builder setTOMBSTONE(boolean value) {

        tOMBSTONE_ = value;
        bitField0_ |= 0x00000002;
        onChanged();
        return this;
      }
      /**
       * bool TOMBSTONE = 2;
       * @return This builder for chaining.
       */
      public Builder clearTOMBSTONE() {
        bitField0_ = (bitField0_ & ~0x00000002);
        tOMBSTONE_ = false;
        onChanged();
        return this;
      }
      @java.lang.Override
      public final Builder setUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.setUnknownFields(unknownFields);
      }

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


      // @@protoc_insertion_point(builder_scope:com.apple.foundationdb.relational.yamltests.generated.disabledtests.T1)
    }

    // @@protoc_insertion_point(class_scope:com.apple.foundationdb.relational.yamltests.generated.disabledtests.T1)
    private static final com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1();
    }

    public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

    private static final com.google.protobuf.Parser
        PARSER = new com.google.protobuf.AbstractParser() {
      @java.lang.Override
      public T1 parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        Builder builder = newBuilder();
        try {
          builder.mergeFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          throw e.setUnfinishedMessage(builder.buildPartial());
        } catch (com.google.protobuf.UninitializedMessageException e) {
          throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
        } catch (java.io.IOException e) {
          throw new com.google.protobuf.InvalidProtocolBufferException(e)
              .setUnfinishedMessage(builder.buildPartial());
        }
        return builder.buildPartial();
      }
    };

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

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

    @java.lang.Override
    public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  public interface T2OrBuilder extends
      // @@protoc_insertion_point(interface_extends:com.apple.foundationdb.relational.yamltests.generated.disabledtests.T2)
      com.google.protobuf.MessageOrBuilder {

    /**
     * int64 ID = 1 [(.com.apple.foundationdb.record.field) = { ... }
     * @return The iD.
     */
    long getID();

    /**
     * bool TOMBSTONE = 2 [(.com.apple.foundationdb.record.field) = { ... }
     * @return The tOMBSTONE.
     */
    boolean getTOMBSTONE();
  }
  /**
   * Protobuf type {@code com.apple.foundationdb.relational.yamltests.generated.disabledtests.T2}
   */
  @SuppressWarnings("deprecation") public static final class T2 extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:com.apple.foundationdb.relational.yamltests.generated.disabledtests.T2)
      T2OrBuilder {
  private static final long serialVersionUID = 0L;
    // Use T2.newBuilder() to construct.
    private T2(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private T2() {
    }

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

    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T2_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T2_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2.class, com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2.Builder.class);
    }

    public static final int ID_FIELD_NUMBER = 1;
    private long iD_ = 0L;
    /**
     * int64 ID = 1 [(.com.apple.foundationdb.record.field) = { ... }
     * @return The iD.
     */
    @java.lang.Override
    public long getID() {
      return iD_;
    }

    public static final int TOMBSTONE_FIELD_NUMBER = 2;
    private boolean tOMBSTONE_ = false;
    /**
     * bool TOMBSTONE = 2 [(.com.apple.foundationdb.record.field) = { ... }
     * @return The tOMBSTONE.
     */
    @java.lang.Override
    public boolean getTOMBSTONE() {
      return tOMBSTONE_;
    }

    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 (iD_ != 0L) {
        output.writeInt64(1, iD_);
      }
      if (tOMBSTONE_ != false) {
        output.writeBool(2, tOMBSTONE_);
      }
      getUnknownFields().writeTo(output);
    }

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

      size = 0;
      if (iD_ != 0L) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt64Size(1, iD_);
      }
      if (tOMBSTONE_ != false) {
        size += com.google.protobuf.CodedOutputStream
          .computeBoolSize(2, tOMBSTONE_);
      }
      size += getUnknownFields().getSerializedSize();
      memoizedSize = size;
      return size;
    }

    @java.lang.Override
    public boolean equals(final java.lang.Object obj) {
      if (obj == this) {
       return true;
      }
      if (!(obj instanceof com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2)) {
        return super.equals(obj);
      }
      com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 other = (com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2) obj;

      if (getID()
          != other.getID()) return false;
      if (getTOMBSTONE()
          != other.getTOMBSTONE()) return false;
      if (!getUnknownFields().equals(other.getUnknownFields())) return false;
      return true;
    }

    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptor().hashCode();
      hash = (37 * hash) + ID_FIELD_NUMBER;
      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
          getID());
      hash = (37 * hash) + TOMBSTONE_FIELD_NUMBER;
      hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
          getTOMBSTONE());
      hash = (29 * hash) + getUnknownFields().hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }

    public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }

    public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
    }
    public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }

    @java.lang.Override
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder() {
      return DEFAULT_INSTANCE.toBuilder();
    }
    public static Builder newBuilder(com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 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 com.apple.foundationdb.relational.yamltests.generated.disabledtests.T2}
     */
    @SuppressWarnings("deprecation") public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder implements
        // @@protoc_insertion_point(builder_implements:com.apple.foundationdb.relational.yamltests.generated.disabledtests.T2)
        com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2OrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T2_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T2_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2.class, com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2.Builder.class);
      }

      // Construct using com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2.newBuilder()
      private Builder() {

      }

      private Builder(
          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
        super(parent);

      }
      @java.lang.Override
      public Builder clear() {
        super.clear();
        bitField0_ = 0;
        iD_ = 0L;
        tOMBSTONE_ = false;
        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T2_descriptor;
      }

      @java.lang.Override
      public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 getDefaultInstanceForType() {
        return com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2.getDefaultInstance();
      }

      @java.lang.Override
      public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 build() {
        com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 buildPartial() {
        com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 result = new com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2(this);
        if (bitField0_ != 0) { buildPartial0(result); }
        onBuilt();
        return result;
      }

      private void buildPartial0(com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 result) {
        int from_bitField0_ = bitField0_;
        if (((from_bitField0_ & 0x00000001) != 0)) {
          result.iD_ = iD_;
        }
        if (((from_bitField0_ & 0x00000002) != 0)) {
          result.tOMBSTONE_ = tOMBSTONE_;
        }
      }

      @java.lang.Override
      public Builder clone() {
        return super.clone();
      }
      @java.lang.Override
      public Builder setField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.setField(field, value);
      }
      @java.lang.Override
      public Builder clearField(
          com.google.protobuf.Descriptors.FieldDescriptor field) {
        return super.clearField(field);
      }
      @java.lang.Override
      public Builder clearOneof(
          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
        return super.clearOneof(oneof);
      }
      @java.lang.Override
      public Builder setRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          int index, java.lang.Object value) {
        return super.setRepeatedField(field, index, value);
      }
      @java.lang.Override
      public Builder addRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.addRepeatedField(field, value);
      }
      @java.lang.Override
      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2) {
          return mergeFrom((com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 other) {
        if (other == com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2.getDefaultInstance()) return this;
        if (other.getID() != 0L) {
          setID(other.getID());
        }
        if (other.getTOMBSTONE() != false) {
          setTOMBSTONE(other.getTOMBSTONE());
        }
        this.mergeUnknownFields(other.getUnknownFields());
        onChanged();
        return this;
      }

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

      @java.lang.Override
      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        if (extensionRegistry == null) {
          throw new java.lang.NullPointerException();
        }
        try {
          boolean done = false;
          while (!done) {
            int tag = input.readTag();
            switch (tag) {
              case 0:
                done = true;
                break;
              case 8: {
                iD_ = input.readInt64();
                bitField0_ |= 0x00000001;
                break;
              } // case 8
              case 16: {
                tOMBSTONE_ = input.readBool();
                bitField0_ |= 0x00000002;
                break;
              } // case 16
              default: {
                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
                  done = true; // was an endgroup tag
                }
                break;
              } // default:
            } // switch (tag)
          } // while (!done)
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          throw e.unwrapIOException();
        } finally {
          onChanged();
        } // finally
        return this;
      }
      private int bitField0_;

      private long iD_ ;
      /**
       * int64 ID = 1 [(.com.apple.foundationdb.record.field) = { ... }
       * @return The iD.
       */
      @java.lang.Override
      public long getID() {
        return iD_;
      }
      /**
       * int64 ID = 1 [(.com.apple.foundationdb.record.field) = { ... }
       * @param value The iD to set.
       * @return This builder for chaining.
       */
      public Builder setID(long value) {

        iD_ = value;
        bitField0_ |= 0x00000001;
        onChanged();
        return this;
      }
      /**
       * int64 ID = 1 [(.com.apple.foundationdb.record.field) = { ... }
       * @return This builder for chaining.
       */
      public Builder clearID() {
        bitField0_ = (bitField0_ & ~0x00000001);
        iD_ = 0L;
        onChanged();
        return this;
      }

      private boolean tOMBSTONE_ ;
      /**
       * bool TOMBSTONE = 2 [(.com.apple.foundationdb.record.field) = { ... }
       * @return The tOMBSTONE.
       */
      @java.lang.Override
      public boolean getTOMBSTONE() {
        return tOMBSTONE_;
      }
      /**
       * bool TOMBSTONE = 2 [(.com.apple.foundationdb.record.field) = { ... }
       * @param value The tOMBSTONE to set.
       * @return This builder for chaining.
       */
      public Builder setTOMBSTONE(boolean value) {

        tOMBSTONE_ = value;
        bitField0_ |= 0x00000002;
        onChanged();
        return this;
      }
      /**
       * bool TOMBSTONE = 2 [(.com.apple.foundationdb.record.field) = { ... }
       * @return This builder for chaining.
       */
      public Builder clearTOMBSTONE() {
        bitField0_ = (bitField0_ & ~0x00000002);
        tOMBSTONE_ = false;
        onChanged();
        return this;
      }
      @java.lang.Override
      public final Builder setUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.setUnknownFields(unknownFields);
      }

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


      // @@protoc_insertion_point(builder_scope:com.apple.foundationdb.relational.yamltests.generated.disabledtests.T2)
    }

    // @@protoc_insertion_point(class_scope:com.apple.foundationdb.relational.yamltests.generated.disabledtests.T2)
    private static final com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2();
    }

    public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

    private static final com.google.protobuf.Parser
        PARSER = new com.google.protobuf.AbstractParser() {
      @java.lang.Override
      public T2 parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        Builder builder = newBuilder();
        try {
          builder.mergeFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          throw e.setUnfinishedMessage(builder.buildPartial());
        } catch (com.google.protobuf.UninitializedMessageException e) {
          throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
        } catch (java.io.IOException e) {
          throw new com.google.protobuf.InvalidProtocolBufferException(e)
              .setUnfinishedMessage(builder.buildPartial());
        }
        return builder.buildPartial();
      }
    };

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

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

    @java.lang.Override
    public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  public interface T3OrBuilder extends
      // @@protoc_insertion_point(interface_extends:com.apple.foundationdb.relational.yamltests.generated.disabledtests.T3)
      com.google.protobuf.MessageOrBuilder {

    /**
     * int64 ID = 1 [(.com.apple.foundationdb.record.field) = { ... }
     * @return The iD.
     */
    long getID();

    /**
     * bool TOMBSTONE = 2 [(.com.apple.foundationdb.record.field) = { ... }
     * @return The tOMBSTONE.
     */
    boolean getTOMBSTONE();
  }
  /**
   * 
   * T3$TOMBSTONE is disabled in tests
   * 
* * Protobuf type {@code com.apple.foundationdb.relational.yamltests.generated.disabledtests.T3} */ @SuppressWarnings("deprecation") public static final class T3 extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:com.apple.foundationdb.relational.yamltests.generated.disabledtests.T3) T3OrBuilder { private static final long serialVersionUID = 0L; // Use T3.newBuilder() to construct. private T3(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private T3() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new T3(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T3_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T3_fieldAccessorTable .ensureFieldAccessorsInitialized( com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3.class, com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3.Builder.class); } public static final int ID_FIELD_NUMBER = 1; private long iD_ = 0L; /** * int64 ID = 1 [(.com.apple.foundationdb.record.field) = { ... } * @return The iD. */ @java.lang.Override public long getID() { return iD_; } public static final int TOMBSTONE_FIELD_NUMBER = 2; private boolean tOMBSTONE_ = false; /** * bool TOMBSTONE = 2 [(.com.apple.foundationdb.record.field) = { ... } * @return The tOMBSTONE. */ @java.lang.Override public boolean getTOMBSTONE() { return tOMBSTONE_; } 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 (iD_ != 0L) { output.writeInt64(1, iD_); } if (tOMBSTONE_ != false) { output.writeBool(2, tOMBSTONE_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (iD_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(1, iD_); } if (tOMBSTONE_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(2, tOMBSTONE_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3)) { return super.equals(obj); } com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 other = (com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3) obj; if (getID() != other.getID()) return false; if (getTOMBSTONE() != other.getTOMBSTONE()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + ID_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getID()); hash = (37 * hash) + TOMBSTONE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getTOMBSTONE()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 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; } /** *
     * T3$TOMBSTONE is disabled in tests
     * 
* * Protobuf type {@code com.apple.foundationdb.relational.yamltests.generated.disabledtests.T3} */ @SuppressWarnings("deprecation") public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:com.apple.foundationdb.relational.yamltests.generated.disabledtests.T3) com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3OrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T3_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T3_fieldAccessorTable .ensureFieldAccessorsInitialized( com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3.class, com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3.Builder.class); } // Construct using com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; iD_ = 0L; tOMBSTONE_ = false; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T3_descriptor; } @java.lang.Override public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 getDefaultInstanceForType() { return com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3.getDefaultInstance(); } @java.lang.Override public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 build() { com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 buildPartial() { com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 result = new com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.iD_ = iD_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.tOMBSTONE_ = tOMBSTONE_; } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3) { return mergeFrom((com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 other) { if (other == com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3.getDefaultInstance()) return this; if (other.getID() != 0L) { setID(other.getID()); } if (other.getTOMBSTONE() != false) { setTOMBSTONE(other.getTOMBSTONE()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { iD_ = input.readInt64(); bitField0_ |= 0x00000001; break; } // case 8 case 16: { tOMBSTONE_ = input.readBool(); bitField0_ |= 0x00000002; break; } // case 16 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private long iD_ ; /** * int64 ID = 1 [(.com.apple.foundationdb.record.field) = { ... } * @return The iD. */ @java.lang.Override public long getID() { return iD_; } /** * int64 ID = 1 [(.com.apple.foundationdb.record.field) = { ... } * @param value The iD to set. * @return This builder for chaining. */ public Builder setID(long value) { iD_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * int64 ID = 1 [(.com.apple.foundationdb.record.field) = { ... } * @return This builder for chaining. */ public Builder clearID() { bitField0_ = (bitField0_ & ~0x00000001); iD_ = 0L; onChanged(); return this; } private boolean tOMBSTONE_ ; /** * bool TOMBSTONE = 2 [(.com.apple.foundationdb.record.field) = { ... } * @return The tOMBSTONE. */ @java.lang.Override public boolean getTOMBSTONE() { return tOMBSTONE_; } /** * bool TOMBSTONE = 2 [(.com.apple.foundationdb.record.field) = { ... } * @param value The tOMBSTONE to set. * @return This builder for chaining. */ public Builder setTOMBSTONE(boolean value) { tOMBSTONE_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** * bool TOMBSTONE = 2 [(.com.apple.foundationdb.record.field) = { ... } * @return This builder for chaining. */ public Builder clearTOMBSTONE() { bitField0_ = (bitField0_ & ~0x00000002); tOMBSTONE_ = false; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:com.apple.foundationdb.relational.yamltests.generated.disabledtests.T3) } // @@protoc_insertion_point(class_scope:com.apple.foundationdb.relational.yamltests.generated.disabledtests.T3) private static final com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3(); } public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public T3 parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface RecordTypeUnionOrBuilder extends // @@protoc_insertion_point(interface_extends:com.apple.foundationdb.relational.yamltests.generated.disabledtests.RecordTypeUnion) com.google.protobuf.MessageOrBuilder { /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T1 _T1 = 1; * @return Whether the t1 field is set. */ boolean hasT1(); /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T1 _T1 = 1; * @return The t1. */ com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 getT1(); /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T1 _T1 = 1; */ com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1OrBuilder getT1OrBuilder(); /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T2 _T2 = 2; * @return Whether the t2 field is set. */ boolean hasT2(); /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T2 _T2 = 2; * @return The t2. */ com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 getT2(); /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T2 _T2 = 2; */ com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2OrBuilder getT2OrBuilder(); /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T3 _T3 = 3; * @return Whether the t3 field is set. */ boolean hasT3(); /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T3 _T3 = 3; * @return The t3. */ com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 getT3(); /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T3 _T3 = 3; */ com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3OrBuilder getT3OrBuilder(); } /** * Protobuf type {@code com.apple.foundationdb.relational.yamltests.generated.disabledtests.RecordTypeUnion} */ @SuppressWarnings("deprecation") public static final class RecordTypeUnion extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:com.apple.foundationdb.relational.yamltests.generated.disabledtests.RecordTypeUnion) RecordTypeUnionOrBuilder { private static final long serialVersionUID = 0L; // Use RecordTypeUnion.newBuilder() to construct. private RecordTypeUnion(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private RecordTypeUnion() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new RecordTypeUnion(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_RecordTypeUnion_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_RecordTypeUnion_fieldAccessorTable .ensureFieldAccessorsInitialized( com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion.class, com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion.Builder.class); } private int bitField0_; public static final int _T1_FIELD_NUMBER = 1; private com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 T1_; /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T1 _T1 = 1; * @return Whether the t1 field is set. */ @java.lang.Override public boolean hasT1() { return ((bitField0_ & 0x00000001) != 0); } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T1 _T1 = 1; * @return The t1. */ @java.lang.Override public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 getT1() { return T1_ == null ? com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1.getDefaultInstance() : T1_; } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T1 _T1 = 1; */ @java.lang.Override public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1OrBuilder getT1OrBuilder() { return T1_ == null ? com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1.getDefaultInstance() : T1_; } public static final int _T2_FIELD_NUMBER = 2; private com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 T2_; /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T2 _T2 = 2; * @return Whether the t2 field is set. */ @java.lang.Override public boolean hasT2() { return ((bitField0_ & 0x00000002) != 0); } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T2 _T2 = 2; * @return The t2. */ @java.lang.Override public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 getT2() { return T2_ == null ? com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2.getDefaultInstance() : T2_; } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T2 _T2 = 2; */ @java.lang.Override public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2OrBuilder getT2OrBuilder() { return T2_ == null ? com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2.getDefaultInstance() : T2_; } public static final int _T3_FIELD_NUMBER = 3; private com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 T3_; /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T3 _T3 = 3; * @return Whether the t3 field is set. */ @java.lang.Override public boolean hasT3() { return ((bitField0_ & 0x00000004) != 0); } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T3 _T3 = 3; * @return The t3. */ @java.lang.Override public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 getT3() { return T3_ == null ? com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3.getDefaultInstance() : T3_; } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T3 _T3 = 3; */ @java.lang.Override public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3OrBuilder getT3OrBuilder() { return T3_ == null ? com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3.getDefaultInstance() : T3_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getT1()); } if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(2, getT2()); } if (((bitField0_ & 0x00000004) != 0)) { output.writeMessage(3, getT3()); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getT1()); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getT2()); } if (((bitField0_ & 0x00000004) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, getT3()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion)) { return super.equals(obj); } com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion other = (com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion) obj; if (hasT1() != other.hasT1()) return false; if (hasT1()) { if (!getT1() .equals(other.getT1())) return false; } if (hasT2() != other.hasT2()) return false; if (hasT2()) { if (!getT2() .equals(other.getT2())) return false; } if (hasT3() != other.hasT3()) return false; if (hasT3()) { if (!getT3() .equals(other.getT3())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasT1()) { hash = (37 * hash) + _T1_FIELD_NUMBER; hash = (53 * hash) + getT1().hashCode(); } if (hasT2()) { hash = (37 * hash) + _T2_FIELD_NUMBER; hash = (53 * hash) + getT2().hashCode(); } if (hasT3()) { hash = (37 * hash) + _T3_FIELD_NUMBER; hash = (53 * hash) + getT3().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion 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 com.apple.foundationdb.relational.yamltests.generated.disabledtests.RecordTypeUnion} */ @SuppressWarnings("deprecation") public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:com.apple.foundationdb.relational.yamltests.generated.disabledtests.RecordTypeUnion) com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnionOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_RecordTypeUnion_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_RecordTypeUnion_fieldAccessorTable .ensureFieldAccessorsInitialized( com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion.class, com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion.Builder.class); } // Construct using com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getT1FieldBuilder(); getT2FieldBuilder(); getT3FieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; T1_ = null; if (T1Builder_ != null) { T1Builder_.dispose(); T1Builder_ = null; } T2_ = null; if (T2Builder_ != null) { T2Builder_.dispose(); T2Builder_ = null; } T3_ = null; if (T3Builder_ != null) { T3Builder_.dispose(); T3Builder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_RecordTypeUnion_descriptor; } @java.lang.Override public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion getDefaultInstanceForType() { return com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion.getDefaultInstance(); } @java.lang.Override public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion build() { com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion buildPartial() { com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion result = new com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.T1_ = T1Builder_ == null ? T1_ : T1Builder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.T2_ = T2Builder_ == null ? T2_ : T2Builder_.build(); to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000004) != 0)) { result.T3_ = T3Builder_ == null ? T3_ : T3Builder_.build(); to_bitField0_ |= 0x00000004; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion) { return mergeFrom((com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion other) { if (other == com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion.getDefaultInstance()) return this; if (other.hasT1()) { mergeT1(other.getT1()); } if (other.hasT2()) { mergeT2(other.getT2()); } if (other.hasT3()) { mergeT3(other.getT3()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { input.readMessage( getT1FieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 case 18: { input.readMessage( getT2FieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000002; break; } // case 18 case 26: { input.readMessage( getT3FieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000004; break; } // case 26 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 T1_; private com.google.protobuf.SingleFieldBuilderV3< com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1, com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1.Builder, com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1OrBuilder> T1Builder_; /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T1 _T1 = 1; * @return Whether the t1 field is set. */ public boolean hasT1() { return ((bitField0_ & 0x00000001) != 0); } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T1 _T1 = 1; * @return The t1. */ public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 getT1() { if (T1Builder_ == null) { return T1_ == null ? com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1.getDefaultInstance() : T1_; } else { return T1Builder_.getMessage(); } } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T1 _T1 = 1; */ public Builder setT1(com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 value) { if (T1Builder_ == null) { if (value == null) { throw new NullPointerException(); } T1_ = value; } else { T1Builder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T1 _T1 = 1; */ public Builder setT1( com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1.Builder builderForValue) { if (T1Builder_ == null) { T1_ = builderForValue.build(); } else { T1Builder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T1 _T1 = 1; */ public Builder mergeT1(com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1 value) { if (T1Builder_ == null) { if (((bitField0_ & 0x00000001) != 0) && T1_ != null && T1_ != com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1.getDefaultInstance()) { getT1Builder().mergeFrom(value); } else { T1_ = value; } } else { T1Builder_.mergeFrom(value); } if (T1_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T1 _T1 = 1; */ public Builder clearT1() { bitField0_ = (bitField0_ & ~0x00000001); T1_ = null; if (T1Builder_ != null) { T1Builder_.dispose(); T1Builder_ = null; } onChanged(); return this; } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T1 _T1 = 1; */ public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1.Builder getT1Builder() { bitField0_ |= 0x00000001; onChanged(); return getT1FieldBuilder().getBuilder(); } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T1 _T1 = 1; */ public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1OrBuilder getT1OrBuilder() { if (T1Builder_ != null) { return T1Builder_.getMessageOrBuilder(); } else { return T1_ == null ? com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1.getDefaultInstance() : T1_; } } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T1 _T1 = 1; */ private com.google.protobuf.SingleFieldBuilderV3< com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1, com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1.Builder, com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1OrBuilder> getT1FieldBuilder() { if (T1Builder_ == null) { T1Builder_ = new com.google.protobuf.SingleFieldBuilderV3< com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1, com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1.Builder, com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T1OrBuilder>( getT1(), getParentForChildren(), isClean()); T1_ = null; } return T1Builder_; } private com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 T2_; private com.google.protobuf.SingleFieldBuilderV3< com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2, com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2.Builder, com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2OrBuilder> T2Builder_; /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T2 _T2 = 2; * @return Whether the t2 field is set. */ public boolean hasT2() { return ((bitField0_ & 0x00000002) != 0); } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T2 _T2 = 2; * @return The t2. */ public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 getT2() { if (T2Builder_ == null) { return T2_ == null ? com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2.getDefaultInstance() : T2_; } else { return T2Builder_.getMessage(); } } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T2 _T2 = 2; */ public Builder setT2(com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 value) { if (T2Builder_ == null) { if (value == null) { throw new NullPointerException(); } T2_ = value; } else { T2Builder_.setMessage(value); } bitField0_ |= 0x00000002; onChanged(); return this; } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T2 _T2 = 2; */ public Builder setT2( com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2.Builder builderForValue) { if (T2Builder_ == null) { T2_ = builderForValue.build(); } else { T2Builder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000002; onChanged(); return this; } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T2 _T2 = 2; */ public Builder mergeT2(com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2 value) { if (T2Builder_ == null) { if (((bitField0_ & 0x00000002) != 0) && T2_ != null && T2_ != com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2.getDefaultInstance()) { getT2Builder().mergeFrom(value); } else { T2_ = value; } } else { T2Builder_.mergeFrom(value); } if (T2_ != null) { bitField0_ |= 0x00000002; onChanged(); } return this; } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T2 _T2 = 2; */ public Builder clearT2() { bitField0_ = (bitField0_ & ~0x00000002); T2_ = null; if (T2Builder_ != null) { T2Builder_.dispose(); T2Builder_ = null; } onChanged(); return this; } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T2 _T2 = 2; */ public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2.Builder getT2Builder() { bitField0_ |= 0x00000002; onChanged(); return getT2FieldBuilder().getBuilder(); } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T2 _T2 = 2; */ public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2OrBuilder getT2OrBuilder() { if (T2Builder_ != null) { return T2Builder_.getMessageOrBuilder(); } else { return T2_ == null ? com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2.getDefaultInstance() : T2_; } } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T2 _T2 = 2; */ private com.google.protobuf.SingleFieldBuilderV3< com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2, com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2.Builder, com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2OrBuilder> getT2FieldBuilder() { if (T2Builder_ == null) { T2Builder_ = new com.google.protobuf.SingleFieldBuilderV3< com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2, com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2.Builder, com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T2OrBuilder>( getT2(), getParentForChildren(), isClean()); T2_ = null; } return T2Builder_; } private com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 T3_; private com.google.protobuf.SingleFieldBuilderV3< com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3, com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3.Builder, com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3OrBuilder> T3Builder_; /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T3 _T3 = 3; * @return Whether the t3 field is set. */ public boolean hasT3() { return ((bitField0_ & 0x00000004) != 0); } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T3 _T3 = 3; * @return The t3. */ public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 getT3() { if (T3Builder_ == null) { return T3_ == null ? com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3.getDefaultInstance() : T3_; } else { return T3Builder_.getMessage(); } } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T3 _T3 = 3; */ public Builder setT3(com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 value) { if (T3Builder_ == null) { if (value == null) { throw new NullPointerException(); } T3_ = value; } else { T3Builder_.setMessage(value); } bitField0_ |= 0x00000004; onChanged(); return this; } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T3 _T3 = 3; */ public Builder setT3( com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3.Builder builderForValue) { if (T3Builder_ == null) { T3_ = builderForValue.build(); } else { T3Builder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000004; onChanged(); return this; } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T3 _T3 = 3; */ public Builder mergeT3(com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3 value) { if (T3Builder_ == null) { if (((bitField0_ & 0x00000004) != 0) && T3_ != null && T3_ != com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3.getDefaultInstance()) { getT3Builder().mergeFrom(value); } else { T3_ = value; } } else { T3Builder_.mergeFrom(value); } if (T3_ != null) { bitField0_ |= 0x00000004; onChanged(); } return this; } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T3 _T3 = 3; */ public Builder clearT3() { bitField0_ = (bitField0_ & ~0x00000004); T3_ = null; if (T3Builder_ != null) { T3Builder_.dispose(); T3Builder_ = null; } onChanged(); return this; } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T3 _T3 = 3; */ public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3.Builder getT3Builder() { bitField0_ |= 0x00000004; onChanged(); return getT3FieldBuilder().getBuilder(); } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T3 _T3 = 3; */ public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3OrBuilder getT3OrBuilder() { if (T3Builder_ != null) { return T3Builder_.getMessageOrBuilder(); } else { return T3_ == null ? com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3.getDefaultInstance() : T3_; } } /** * .com.apple.foundationdb.relational.yamltests.generated.disabledtests.T3 _T3 = 3; */ private com.google.protobuf.SingleFieldBuilderV3< com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3, com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3.Builder, com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3OrBuilder> getT3FieldBuilder() { if (T3Builder_ == null) { T3Builder_ = new com.google.protobuf.SingleFieldBuilderV3< com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3, com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3.Builder, com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.T3OrBuilder>( getT3(), getParentForChildren(), isClean()); T3_ = null; } return T3Builder_; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:com.apple.foundationdb.relational.yamltests.generated.disabledtests.RecordTypeUnion) } // @@protoc_insertion_point(class_scope:com.apple.foundationdb.relational.yamltests.generated.disabledtests.RecordTypeUnion) private static final com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion(); } public static com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public RecordTypeUnion parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.apple.foundationdb.relational.yamltests.generated.disabledtests.DisabledTestsProto.RecordTypeUnion getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T1_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T1_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T2_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T2_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T3_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T3_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_RecordTypeUnion_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_RecordTypeUnion_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\032disabled_index_tests.proto\022Ccom.apple." + "foundationdb.relational.yamltests.genera" + "ted.disabledtests\032\035record_metadata_optio" + "ns.proto\"*\n\002T1\022\021\n\002ID\030\001 \001(\003B\005\212M\002\020\001\022\021\n\tTOM" + "BSTONE\030\002 \001(\010\"1\n\002T2\022\021\n\002ID\030\001 \001(\003B\005\212M\002\020\001\022\030\n" + "\tTOMBSTONE\030\002 \001(\010B\005\212M\002\032\000\"1\n\002T3\022\021\n\002ID\030\001 \001(" + "\003B\005\212M\002\020\001\022\030\n\tTOMBSTONE\030\002 \001(\010B\005\212M\002\032\000\"\223\002\n\017R" + "ecordTypeUnion\022T\n\003_T1\030\001 \001(\0132G.com.apple." + "foundationdb.relational.yamltests.genera" + "ted.disabledtests.T1\022T\n\003_T2\030\002 \001(\0132G.com." + "apple.foundationdb.relational.yamltests." + "generated.disabledtests.T2\022T\n\003_T3\030\003 \001(\0132" + "G.com.apple.foundationdb.relational.yaml" + "tests.generated.disabledtests.T3B\024B\022Disa" + "bledTestsProtob\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { com.apple.foundationdb.record.RecordMetaDataOptionsProto.getDescriptor(), }); internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T1_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T1_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T1_descriptor, new java.lang.String[] { "ID", "TOMBSTONE", }); internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T2_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T2_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T2_descriptor, new java.lang.String[] { "ID", "TOMBSTONE", }); internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T3_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T3_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_T3_descriptor, new java.lang.String[] { "ID", "TOMBSTONE", }); internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_RecordTypeUnion_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_RecordTypeUnion_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_com_apple_foundationdb_relational_yamltests_generated_disabledtests_RecordTypeUnion_descriptor, new java.lang.String[] { "T1", "T2", "T3", }); com.google.protobuf.ExtensionRegistry registry = com.google.protobuf.ExtensionRegistry.newInstance(); registry.add(com.apple.foundationdb.record.RecordMetaDataOptionsProto.field); com.google.protobuf.Descriptors.FileDescriptor .internalUpdateFileDescriptor(descriptor, registry); com.apple.foundationdb.record.RecordMetaDataOptionsProto.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy