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

com.factset.protobuf.stach.table.SeriesDefinitionProto Maven / Gradle / Ivy

Go to download

Google Protocol buffer classes for FactSet STACH tabular format which represents complex multi-dimensional array of data. These classes help in the serialization and deserialization of STACH formatted data. See GitHub repository documentation for more information.

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: fds/protobuf/stach/table/SeriesDefinition.proto

package com.factset.protobuf.stach.table;

public final class SeriesDefinitionProto {
  private SeriesDefinitionProto() {}
  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 SeriesDefinitionOrBuilder extends
      // @@protoc_insertion_point(interface_extends:factset.protobuf.stach.table.SeriesDefinition)
      com.google.protobuf.MessageOrBuilder {

    /**
     * string id = 1;
     */
    java.lang.String getId();
    /**
     * string id = 1;
     */
    com.google.protobuf.ByteString
        getIdBytes();

    /**
     * string name = 2;
     */
    java.lang.String getName();
    /**
     * string name = 2;
     */
    com.google.protobuf.ByteString
        getNameBytes();

    /**
     * string description = 3;
     */
    java.lang.String getDescription();
    /**
     * string description = 3;
     */
    com.google.protobuf.ByteString
        getDescriptionBytes();

    /**
     * .factset.protobuf.stach.table.DataType type = 4;
     */
    int getTypeValue();
    /**
     * .factset.protobuf.stach.table.DataType type = 4;
     */
    com.factset.protobuf.stach.table.DataTypeProto.DataType getType();

    /**
     * bool is_dimension = 5;
     */
    boolean getIsDimension();

    /**
     * bool is_hidden = 6;
     */
    boolean getIsHidden();

    /**
     * string next_sibling_id = 7;
     */
    java.lang.String getNextSiblingId();
    /**
     * string next_sibling_id = 7;
     */
    com.google.protobuf.ByteString
        getNextSiblingIdBytes();

    /**
     * string parent_id = 8;
     */
    java.lang.String getParentId();
    /**
     * string parent_id = 8;
     */
    com.google.protobuf.ByteString
        getParentIdBytes();

    /**
     * string header_id = 9;
     */
    java.lang.String getHeaderId();
    /**
     * string header_id = 9;
     */
    com.google.protobuf.ByteString
        getHeaderIdBytes();

    /**
     * .factset.protobuf.stach.table.SeriesFormat format = 11;
     */
    boolean hasFormat();
    /**
     * .factset.protobuf.stach.table.SeriesFormat format = 11;
     */
    com.factset.protobuf.stach.table.SeriesFormatProto.SeriesFormat getFormat();
    /**
     * .factset.protobuf.stach.table.SeriesFormat format = 11;
     */
    com.factset.protobuf.stach.table.SeriesFormatProto.SeriesFormatOrBuilder getFormatOrBuilder();
  }
  /**
   * Protobuf type {@code factset.protobuf.stach.table.SeriesDefinition}
   */
  public  static final class SeriesDefinition extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:factset.protobuf.stach.table.SeriesDefinition)
      SeriesDefinitionOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use SeriesDefinition.newBuilder() to construct.
    private SeriesDefinition(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private SeriesDefinition() {
      id_ = "";
      name_ = "";
      description_ = "";
      type_ = 0;
      isDimension_ = false;
      isHidden_ = false;
      nextSiblingId_ = "";
      parentId_ = "";
      headerId_ = "";
    }

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private SeriesDefinition(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      this();
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      int mutable_bitField0_ = 0;
      com.google.protobuf.UnknownFieldSet.Builder unknownFields =
          com.google.protobuf.UnknownFieldSet.newBuilder();
      try {
        boolean done = false;
        while (!done) {
          int tag = input.readTag();
          switch (tag) {
            case 0:
              done = true;
              break;
            default: {
              if (!parseUnknownFieldProto3(
                  input, unknownFields, extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
            case 10: {
              java.lang.String s = input.readStringRequireUtf8();

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

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

              description_ = s;
              break;
            }
            case 32: {
              int rawValue = input.readEnum();

              type_ = rawValue;
              break;
            }
            case 40: {

              isDimension_ = input.readBool();
              break;
            }
            case 48: {

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

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

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

              headerId_ = s;
              break;
            }
            case 90: {
              com.factset.protobuf.stach.table.SeriesFormatProto.SeriesFormat.Builder subBuilder = null;
              if (format_ != null) {
                subBuilder = format_.toBuilder();
              }
              format_ = input.readMessage(com.factset.protobuf.stach.table.SeriesFormatProto.SeriesFormat.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(format_);
                format_ = subBuilder.buildPartial();
              }

              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e).setUnfinishedMessage(this);
      } finally {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return com.factset.protobuf.stach.table.SeriesDefinitionProto.internal_static_factset_protobuf_stach_table_SeriesDefinition_descriptor;
    }

    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.factset.protobuf.stach.table.SeriesDefinitionProto.internal_static_factset_protobuf_stach_table_SeriesDefinition_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition.class, com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition.Builder.class);
    }

    public static final int ID_FIELD_NUMBER = 1;
    private volatile java.lang.Object id_;
    /**
     * string id = 1;
     */
    public java.lang.String getId() {
      java.lang.Object ref = id_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        id_ = s;
        return s;
      }
    }
    /**
     * string id = 1;
     */
    public com.google.protobuf.ByteString
        getIdBytes() {
      java.lang.Object ref = id_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        id_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int NAME_FIELD_NUMBER = 2;
    private volatile java.lang.Object name_;
    /**
     * string name = 2;
     */
    public java.lang.String getName() {
      java.lang.Object ref = name_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        name_ = s;
        return s;
      }
    }
    /**
     * string name = 2;
     */
    public com.google.protobuf.ByteString
        getNameBytes() {
      java.lang.Object ref = name_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        name_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int DESCRIPTION_FIELD_NUMBER = 3;
    private volatile java.lang.Object description_;
    /**
     * string description = 3;
     */
    public java.lang.String getDescription() {
      java.lang.Object ref = description_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        description_ = s;
        return s;
      }
    }
    /**
     * string description = 3;
     */
    public com.google.protobuf.ByteString
        getDescriptionBytes() {
      java.lang.Object ref = description_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        description_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int TYPE_FIELD_NUMBER = 4;
    private int type_;
    /**
     * .factset.protobuf.stach.table.DataType type = 4;
     */
    public int getTypeValue() {
      return type_;
    }
    /**
     * .factset.protobuf.stach.table.DataType type = 4;
     */
    public com.factset.protobuf.stach.table.DataTypeProto.DataType getType() {
      com.factset.protobuf.stach.table.DataTypeProto.DataType result = com.factset.protobuf.stach.table.DataTypeProto.DataType.valueOf(type_);
      return result == null ? com.factset.protobuf.stach.table.DataTypeProto.DataType.UNRECOGNIZED : result;
    }

    public static final int IS_DIMENSION_FIELD_NUMBER = 5;
    private boolean isDimension_;
    /**
     * bool is_dimension = 5;
     */
    public boolean getIsDimension() {
      return isDimension_;
    }

    public static final int IS_HIDDEN_FIELD_NUMBER = 6;
    private boolean isHidden_;
    /**
     * bool is_hidden = 6;
     */
    public boolean getIsHidden() {
      return isHidden_;
    }

    public static final int NEXT_SIBLING_ID_FIELD_NUMBER = 7;
    private volatile java.lang.Object nextSiblingId_;
    /**
     * string next_sibling_id = 7;
     */
    public java.lang.String getNextSiblingId() {
      java.lang.Object ref = nextSiblingId_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        nextSiblingId_ = s;
        return s;
      }
    }
    /**
     * string next_sibling_id = 7;
     */
    public com.google.protobuf.ByteString
        getNextSiblingIdBytes() {
      java.lang.Object ref = nextSiblingId_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        nextSiblingId_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int PARENT_ID_FIELD_NUMBER = 8;
    private volatile java.lang.Object parentId_;
    /**
     * string parent_id = 8;
     */
    public java.lang.String getParentId() {
      java.lang.Object ref = parentId_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        parentId_ = s;
        return s;
      }
    }
    /**
     * string parent_id = 8;
     */
    public com.google.protobuf.ByteString
        getParentIdBytes() {
      java.lang.Object ref = parentId_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        parentId_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int HEADER_ID_FIELD_NUMBER = 9;
    private volatile java.lang.Object headerId_;
    /**
     * string header_id = 9;
     */
    public java.lang.String getHeaderId() {
      java.lang.Object ref = headerId_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        headerId_ = s;
        return s;
      }
    }
    /**
     * string header_id = 9;
     */
    public com.google.protobuf.ByteString
        getHeaderIdBytes() {
      java.lang.Object ref = headerId_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        headerId_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int FORMAT_FIELD_NUMBER = 11;
    private com.factset.protobuf.stach.table.SeriesFormatProto.SeriesFormat format_;
    /**
     * .factset.protobuf.stach.table.SeriesFormat format = 11;
     */
    public boolean hasFormat() {
      return format_ != null;
    }
    /**
     * .factset.protobuf.stach.table.SeriesFormat format = 11;
     */
    public com.factset.protobuf.stach.table.SeriesFormatProto.SeriesFormat getFormat() {
      return format_ == null ? com.factset.protobuf.stach.table.SeriesFormatProto.SeriesFormat.getDefaultInstance() : format_;
    }
    /**
     * .factset.protobuf.stach.table.SeriesFormat format = 11;
     */
    public com.factset.protobuf.stach.table.SeriesFormatProto.SeriesFormatOrBuilder getFormatOrBuilder() {
      return getFormat();
    }

    private byte memoizedIsInitialized = -1;
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      if (!getIdBytes().isEmpty()) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 1, id_);
      }
      if (!getNameBytes().isEmpty()) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 2, name_);
      }
      if (!getDescriptionBytes().isEmpty()) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 3, description_);
      }
      if (type_ != com.factset.protobuf.stach.table.DataTypeProto.DataType.UNKNOWN_DATATYPE.getNumber()) {
        output.writeEnum(4, type_);
      }
      if (isDimension_ != false) {
        output.writeBool(5, isDimension_);
      }
      if (isHidden_ != false) {
        output.writeBool(6, isHidden_);
      }
      if (!getNextSiblingIdBytes().isEmpty()) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 7, nextSiblingId_);
      }
      if (!getParentIdBytes().isEmpty()) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 8, parentId_);
      }
      if (!getHeaderIdBytes().isEmpty()) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 9, headerId_);
      }
      if (format_ != null) {
        output.writeMessage(11, getFormat());
      }
      unknownFields.writeTo(output);
    }

    public int getSerializedSize() {
      int size = memoizedSize;
      if (size != -1) return size;

      size = 0;
      if (!getIdBytes().isEmpty()) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, id_);
      }
      if (!getNameBytes().isEmpty()) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, name_);
      }
      if (!getDescriptionBytes().isEmpty()) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, description_);
      }
      if (type_ != com.factset.protobuf.stach.table.DataTypeProto.DataType.UNKNOWN_DATATYPE.getNumber()) {
        size += com.google.protobuf.CodedOutputStream
          .computeEnumSize(4, type_);
      }
      if (isDimension_ != false) {
        size += com.google.protobuf.CodedOutputStream
          .computeBoolSize(5, isDimension_);
      }
      if (isHidden_ != false) {
        size += com.google.protobuf.CodedOutputStream
          .computeBoolSize(6, isHidden_);
      }
      if (!getNextSiblingIdBytes().isEmpty()) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, nextSiblingId_);
      }
      if (!getParentIdBytes().isEmpty()) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, parentId_);
      }
      if (!getHeaderIdBytes().isEmpty()) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, headerId_);
      }
      if (format_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(11, getFormat());
      }
      size += unknownFields.getSerializedSize();
      memoizedSize = size;
      return size;
    }

    @java.lang.Override
    public boolean equals(final java.lang.Object obj) {
      if (obj == this) {
       return true;
      }
      if (!(obj instanceof com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition)) {
        return super.equals(obj);
      }
      com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition other = (com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition) obj;

      boolean result = true;
      result = result && getId()
          .equals(other.getId());
      result = result && getName()
          .equals(other.getName());
      result = result && getDescription()
          .equals(other.getDescription());
      result = result && type_ == other.type_;
      result = result && (getIsDimension()
          == other.getIsDimension());
      result = result && (getIsHidden()
          == other.getIsHidden());
      result = result && getNextSiblingId()
          .equals(other.getNextSiblingId());
      result = result && getParentId()
          .equals(other.getParentId());
      result = result && getHeaderId()
          .equals(other.getHeaderId());
      result = result && (hasFormat() == other.hasFormat());
      if (hasFormat()) {
        result = result && getFormat()
            .equals(other.getFormat());
      }
      result = result && unknownFields.equals(other.unknownFields);
      return result;
    }

    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptor().hashCode();
      hash = (37 * hash) + ID_FIELD_NUMBER;
      hash = (53 * hash) + getId().hashCode();
      hash = (37 * hash) + NAME_FIELD_NUMBER;
      hash = (53 * hash) + getName().hashCode();
      hash = (37 * hash) + DESCRIPTION_FIELD_NUMBER;
      hash = (53 * hash) + getDescription().hashCode();
      hash = (37 * hash) + TYPE_FIELD_NUMBER;
      hash = (53 * hash) + type_;
      hash = (37 * hash) + IS_DIMENSION_FIELD_NUMBER;
      hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
          getIsDimension());
      hash = (37 * hash) + IS_HIDDEN_FIELD_NUMBER;
      hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
          getIsHidden());
      hash = (37 * hash) + NEXT_SIBLING_ID_FIELD_NUMBER;
      hash = (53 * hash) + getNextSiblingId().hashCode();
      hash = (37 * hash) + PARENT_ID_FIELD_NUMBER;
      hash = (53 * hash) + getParentId().hashCode();
      hash = (37 * hash) + HEADER_ID_FIELD_NUMBER;
      hash = (53 * hash) + getHeaderId().hashCode();
      if (hasFormat()) {
        hash = (37 * hash) + FORMAT_FIELD_NUMBER;
        hash = (53 * hash) + getFormat().hashCode();
      }
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition 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.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }
    public static com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition 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.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }

    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder() {
      return DEFAULT_INSTANCE.toBuilder();
    }
    public static Builder newBuilder(com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition prototype) {
      return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
    }
    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 factset.protobuf.stach.table.SeriesDefinition}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder implements
        // @@protoc_insertion_point(builder_implements:factset.protobuf.stach.table.SeriesDefinition)
        com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinitionOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return com.factset.protobuf.stach.table.SeriesDefinitionProto.internal_static_factset_protobuf_stach_table_SeriesDefinition_descriptor;
      }

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.factset.protobuf.stach.table.SeriesDefinitionProto.internal_static_factset_protobuf_stach_table_SeriesDefinition_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition.class, com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition.Builder.class);
      }

      // Construct using com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

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

        name_ = "";

        description_ = "";

        type_ = 0;

        isDimension_ = false;

        isHidden_ = false;

        nextSiblingId_ = "";

        parentId_ = "";

        headerId_ = "";

        if (formatBuilder_ == null) {
          format_ = null;
        } else {
          format_ = null;
          formatBuilder_ = null;
        }
        return this;
      }

      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.factset.protobuf.stach.table.SeriesDefinitionProto.internal_static_factset_protobuf_stach_table_SeriesDefinition_descriptor;
      }

      public com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition getDefaultInstanceForType() {
        return com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition.getDefaultInstance();
      }

      public com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition build() {
        com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      public com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition buildPartial() {
        com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition result = new com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition(this);
        result.id_ = id_;
        result.name_ = name_;
        result.description_ = description_;
        result.type_ = type_;
        result.isDimension_ = isDimension_;
        result.isHidden_ = isHidden_;
        result.nextSiblingId_ = nextSiblingId_;
        result.parentId_ = parentId_;
        result.headerId_ = headerId_;
        if (formatBuilder_ == null) {
          result.format_ = format_;
        } else {
          result.format_ = formatBuilder_.build();
        }
        onBuilt();
        return result;
      }

      public Builder clone() {
        return (Builder) super.clone();
      }
      public Builder setField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return (Builder) super.setField(field, value);
      }
      public Builder clearField(
          com.google.protobuf.Descriptors.FieldDescriptor field) {
        return (Builder) super.clearField(field);
      }
      public Builder clearOneof(
          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
        return (Builder) super.clearOneof(oneof);
      }
      public Builder setRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          int index, java.lang.Object value) {
        return (Builder) super.setRepeatedField(field, index, value);
      }
      public Builder addRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return (Builder) super.addRepeatedField(field, value);
      }
      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition) {
          return mergeFrom((com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition other) {
        if (other == com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition.getDefaultInstance()) return this;
        if (!other.getId().isEmpty()) {
          id_ = other.id_;
          onChanged();
        }
        if (!other.getName().isEmpty()) {
          name_ = other.name_;
          onChanged();
        }
        if (!other.getDescription().isEmpty()) {
          description_ = other.description_;
          onChanged();
        }
        if (other.type_ != 0) {
          setTypeValue(other.getTypeValue());
        }
        if (other.getIsDimension() != false) {
          setIsDimension(other.getIsDimension());
        }
        if (other.getIsHidden() != false) {
          setIsHidden(other.getIsHidden());
        }
        if (!other.getNextSiblingId().isEmpty()) {
          nextSiblingId_ = other.nextSiblingId_;
          onChanged();
        }
        if (!other.getParentId().isEmpty()) {
          parentId_ = other.parentId_;
          onChanged();
        }
        if (!other.getHeaderId().isEmpty()) {
          headerId_ = other.headerId_;
          onChanged();
        }
        if (other.hasFormat()) {
          mergeFormat(other.getFormat());
        }
        this.mergeUnknownFields(other.unknownFields);
        onChanged();
        return this;
      }

      public final boolean isInitialized() {
        return true;
      }

      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

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

      private java.lang.Object name_ = "";
      /**
       * string name = 2;
       */
      public java.lang.String getName() {
        java.lang.Object ref = name_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          name_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string name = 2;
       */
      public com.google.protobuf.ByteString
          getNameBytes() {
        java.lang.Object ref = name_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          name_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string name = 2;
       */
      public Builder setName(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        name_ = value;
        onChanged();
        return this;
      }
      /**
       * string name = 2;
       */
      public Builder clearName() {
        
        name_ = getDefaultInstance().getName();
        onChanged();
        return this;
      }
      /**
       * string name = 2;
       */
      public Builder setNameBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        name_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object description_ = "";
      /**
       * string description = 3;
       */
      public java.lang.String getDescription() {
        java.lang.Object ref = description_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          description_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string description = 3;
       */
      public com.google.protobuf.ByteString
          getDescriptionBytes() {
        java.lang.Object ref = description_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          description_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string description = 3;
       */
      public Builder setDescription(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        description_ = value;
        onChanged();
        return this;
      }
      /**
       * string description = 3;
       */
      public Builder clearDescription() {
        
        description_ = getDefaultInstance().getDescription();
        onChanged();
        return this;
      }
      /**
       * string description = 3;
       */
      public Builder setDescriptionBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        description_ = value;
        onChanged();
        return this;
      }

      private int type_ = 0;
      /**
       * .factset.protobuf.stach.table.DataType type = 4;
       */
      public int getTypeValue() {
        return type_;
      }
      /**
       * .factset.protobuf.stach.table.DataType type = 4;
       */
      public Builder setTypeValue(int value) {
        type_ = value;
        onChanged();
        return this;
      }
      /**
       * .factset.protobuf.stach.table.DataType type = 4;
       */
      public com.factset.protobuf.stach.table.DataTypeProto.DataType getType() {
        com.factset.protobuf.stach.table.DataTypeProto.DataType result = com.factset.protobuf.stach.table.DataTypeProto.DataType.valueOf(type_);
        return result == null ? com.factset.protobuf.stach.table.DataTypeProto.DataType.UNRECOGNIZED : result;
      }
      /**
       * .factset.protobuf.stach.table.DataType type = 4;
       */
      public Builder setType(com.factset.protobuf.stach.table.DataTypeProto.DataType value) {
        if (value == null) {
          throw new NullPointerException();
        }
        
        type_ = value.getNumber();
        onChanged();
        return this;
      }
      /**
       * .factset.protobuf.stach.table.DataType type = 4;
       */
      public Builder clearType() {
        
        type_ = 0;
        onChanged();
        return this;
      }

      private boolean isDimension_ ;
      /**
       * bool is_dimension = 5;
       */
      public boolean getIsDimension() {
        return isDimension_;
      }
      /**
       * bool is_dimension = 5;
       */
      public Builder setIsDimension(boolean value) {
        
        isDimension_ = value;
        onChanged();
        return this;
      }
      /**
       * bool is_dimension = 5;
       */
      public Builder clearIsDimension() {
        
        isDimension_ = false;
        onChanged();
        return this;
      }

      private boolean isHidden_ ;
      /**
       * bool is_hidden = 6;
       */
      public boolean getIsHidden() {
        return isHidden_;
      }
      /**
       * bool is_hidden = 6;
       */
      public Builder setIsHidden(boolean value) {
        
        isHidden_ = value;
        onChanged();
        return this;
      }
      /**
       * bool is_hidden = 6;
       */
      public Builder clearIsHidden() {
        
        isHidden_ = false;
        onChanged();
        return this;
      }

      private java.lang.Object nextSiblingId_ = "";
      /**
       * string next_sibling_id = 7;
       */
      public java.lang.String getNextSiblingId() {
        java.lang.Object ref = nextSiblingId_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          nextSiblingId_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string next_sibling_id = 7;
       */
      public com.google.protobuf.ByteString
          getNextSiblingIdBytes() {
        java.lang.Object ref = nextSiblingId_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          nextSiblingId_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string next_sibling_id = 7;
       */
      public Builder setNextSiblingId(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        nextSiblingId_ = value;
        onChanged();
        return this;
      }
      /**
       * string next_sibling_id = 7;
       */
      public Builder clearNextSiblingId() {
        
        nextSiblingId_ = getDefaultInstance().getNextSiblingId();
        onChanged();
        return this;
      }
      /**
       * string next_sibling_id = 7;
       */
      public Builder setNextSiblingIdBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        nextSiblingId_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object parentId_ = "";
      /**
       * string parent_id = 8;
       */
      public java.lang.String getParentId() {
        java.lang.Object ref = parentId_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          parentId_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string parent_id = 8;
       */
      public com.google.protobuf.ByteString
          getParentIdBytes() {
        java.lang.Object ref = parentId_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          parentId_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string parent_id = 8;
       */
      public Builder setParentId(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        parentId_ = value;
        onChanged();
        return this;
      }
      /**
       * string parent_id = 8;
       */
      public Builder clearParentId() {
        
        parentId_ = getDefaultInstance().getParentId();
        onChanged();
        return this;
      }
      /**
       * string parent_id = 8;
       */
      public Builder setParentIdBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        parentId_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object headerId_ = "";
      /**
       * string header_id = 9;
       */
      public java.lang.String getHeaderId() {
        java.lang.Object ref = headerId_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          headerId_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string header_id = 9;
       */
      public com.google.protobuf.ByteString
          getHeaderIdBytes() {
        java.lang.Object ref = headerId_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          headerId_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string header_id = 9;
       */
      public Builder setHeaderId(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        headerId_ = value;
        onChanged();
        return this;
      }
      /**
       * string header_id = 9;
       */
      public Builder clearHeaderId() {
        
        headerId_ = getDefaultInstance().getHeaderId();
        onChanged();
        return this;
      }
      /**
       * string header_id = 9;
       */
      public Builder setHeaderIdBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        headerId_ = value;
        onChanged();
        return this;
      }

      private com.factset.protobuf.stach.table.SeriesFormatProto.SeriesFormat format_ = null;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.factset.protobuf.stach.table.SeriesFormatProto.SeriesFormat, com.factset.protobuf.stach.table.SeriesFormatProto.SeriesFormat.Builder, com.factset.protobuf.stach.table.SeriesFormatProto.SeriesFormatOrBuilder> formatBuilder_;
      /**
       * .factset.protobuf.stach.table.SeriesFormat format = 11;
       */
      public boolean hasFormat() {
        return formatBuilder_ != null || format_ != null;
      }
      /**
       * .factset.protobuf.stach.table.SeriesFormat format = 11;
       */
      public com.factset.protobuf.stach.table.SeriesFormatProto.SeriesFormat getFormat() {
        if (formatBuilder_ == null) {
          return format_ == null ? com.factset.protobuf.stach.table.SeriesFormatProto.SeriesFormat.getDefaultInstance() : format_;
        } else {
          return formatBuilder_.getMessage();
        }
      }
      /**
       * .factset.protobuf.stach.table.SeriesFormat format = 11;
       */
      public Builder setFormat(com.factset.protobuf.stach.table.SeriesFormatProto.SeriesFormat value) {
        if (formatBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          format_ = value;
          onChanged();
        } else {
          formatBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * .factset.protobuf.stach.table.SeriesFormat format = 11;
       */
      public Builder setFormat(
          com.factset.protobuf.stach.table.SeriesFormatProto.SeriesFormat.Builder builderForValue) {
        if (formatBuilder_ == null) {
          format_ = builderForValue.build();
          onChanged();
        } else {
          formatBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * .factset.protobuf.stach.table.SeriesFormat format = 11;
       */
      public Builder mergeFormat(com.factset.protobuf.stach.table.SeriesFormatProto.SeriesFormat value) {
        if (formatBuilder_ == null) {
          if (format_ != null) {
            format_ =
              com.factset.protobuf.stach.table.SeriesFormatProto.SeriesFormat.newBuilder(format_).mergeFrom(value).buildPartial();
          } else {
            format_ = value;
          }
          onChanged();
        } else {
          formatBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * .factset.protobuf.stach.table.SeriesFormat format = 11;
       */
      public Builder clearFormat() {
        if (formatBuilder_ == null) {
          format_ = null;
          onChanged();
        } else {
          format_ = null;
          formatBuilder_ = null;
        }

        return this;
      }
      /**
       * .factset.protobuf.stach.table.SeriesFormat format = 11;
       */
      public com.factset.protobuf.stach.table.SeriesFormatProto.SeriesFormat.Builder getFormatBuilder() {
        
        onChanged();
        return getFormatFieldBuilder().getBuilder();
      }
      /**
       * .factset.protobuf.stach.table.SeriesFormat format = 11;
       */
      public com.factset.protobuf.stach.table.SeriesFormatProto.SeriesFormatOrBuilder getFormatOrBuilder() {
        if (formatBuilder_ != null) {
          return formatBuilder_.getMessageOrBuilder();
        } else {
          return format_ == null ?
              com.factset.protobuf.stach.table.SeriesFormatProto.SeriesFormat.getDefaultInstance() : format_;
        }
      }
      /**
       * .factset.protobuf.stach.table.SeriesFormat format = 11;
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.factset.protobuf.stach.table.SeriesFormatProto.SeriesFormat, com.factset.protobuf.stach.table.SeriesFormatProto.SeriesFormat.Builder, com.factset.protobuf.stach.table.SeriesFormatProto.SeriesFormatOrBuilder> 
          getFormatFieldBuilder() {
        if (formatBuilder_ == null) {
          formatBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.factset.protobuf.stach.table.SeriesFormatProto.SeriesFormat, com.factset.protobuf.stach.table.SeriesFormatProto.SeriesFormat.Builder, com.factset.protobuf.stach.table.SeriesFormatProto.SeriesFormatOrBuilder>(
                  getFormat(),
                  getParentForChildren(),
                  isClean());
          format_ = null;
        }
        return formatBuilder_;
      }
      public final Builder setUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.setUnknownFieldsProto3(unknownFields);
      }

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


      // @@protoc_insertion_point(builder_scope:factset.protobuf.stach.table.SeriesDefinition)
    }

    // @@protoc_insertion_point(class_scope:factset.protobuf.stach.table.SeriesDefinition)
    private static final com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition();
    }

    public static com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

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

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

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

    public com.factset.protobuf.stach.table.SeriesDefinitionProto.SeriesDefinition getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_factset_protobuf_stach_table_SeriesDefinition_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_factset_protobuf_stach_table_SeriesDefinition_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/fds/protobuf/stach/table/SeriesDefinit" +
      "ion.proto\022\034factset.protobuf.stach.table\032" +
      "\'fds/protobuf/stach/table/DataType.proto" +
      "\032+fds/protobuf/stach/table/SeriesFormat." +
      "proto\"\257\002\n\020SeriesDefinition\022\n\n\002id\030\001 \001(\t\022\014" +
      "\n\004name\030\002 \001(\t\022\023\n\013description\030\003 \001(\t\0224\n\004typ" +
      "e\030\004 \001(\0162&.factset.protobuf.stach.table.D" +
      "ataType\022\024\n\014is_dimension\030\005 \001(\010\022\021\n\tis_hidd" +
      "en\030\006 \001(\010\022\027\n\017next_sibling_id\030\007 \001(\t\022\021\n\tpar" +
      "ent_id\030\010 \001(\t\022\021\n\theader_id\030\t \001(\t\022:\n\006forma" +
      "t\030\013 \001(\0132*.factset.protobuf.stach.table.S" +
      "eriesFormatJ\004\010\n\020\013R\014header_indexBX\n com.f" +
      "actset.protobuf.stach.tableB\025SeriesDefin" +
      "itionProto\252\002\034FactSet.Protobuf.Stach.Tabl" +
      "eb\006proto3"
    };
    com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
        new com.google.protobuf.Descriptors.FileDescriptor.    InternalDescriptorAssigner() {
          public com.google.protobuf.ExtensionRegistry assignDescriptors(
              com.google.protobuf.Descriptors.FileDescriptor root) {
            descriptor = root;
            return null;
          }
        };
    com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.factset.protobuf.stach.table.DataTypeProto.getDescriptor(),
          com.factset.protobuf.stach.table.SeriesFormatProto.getDescriptor(),
        }, assigner);
    internal_static_factset_protobuf_stach_table_SeriesDefinition_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_factset_protobuf_stach_table_SeriesDefinition_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_factset_protobuf_stach_table_SeriesDefinition_descriptor,
        new java.lang.String[] { "Id", "Name", "Description", "Type", "IsDimension", "IsHidden", "NextSiblingId", "ParentId", "HeaderId", "Format", });
    com.factset.protobuf.stach.table.DataTypeProto.getDescriptor();
    com.factset.protobuf.stach.table.SeriesFormatProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy