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

com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse Maven / Gradle / Ivy

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

package com.dimajix.flowman.kernel.proto.relation;

/**
 * Protobuf type {@code com.dimajix.flowman.kernel.relation.ListRelationsResponse}
 */
public final class ListRelationsResponse extends
    com.dimajix.shaded.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:com.dimajix.flowman.kernel.relation.ListRelationsResponse)
    ListRelationsResponseOrBuilder {
private static final long serialVersionUID = 0L;
  // Use ListRelationsResponse.newBuilder() to construct.
  private ListRelationsResponse(com.dimajix.shaded.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private ListRelationsResponse() {
    relations_ = java.util.Collections.emptyList();
  }

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

  public static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return com.dimajix.flowman.kernel.proto.relation.RelationProto.internal_static_com_dimajix_flowman_kernel_relation_ListRelationsResponse_descriptor;
  }

  @java.lang.Override
  protected com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return com.dimajix.flowman.kernel.proto.relation.RelationProto.internal_static_com_dimajix_flowman_kernel_relation_ListRelationsResponse_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse.class, com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse.Builder.class);
  }

  public static final int RELATIONS_FIELD_NUMBER = 2;
  @SuppressWarnings("serial")
  private java.util.List relations_;
  /**
   * repeated .com.dimajix.flowman.kernel.RelationIdentifier relations = 2;
   */
  @java.lang.Override
  public java.util.List getRelationsList() {
    return relations_;
  }
  /**
   * repeated .com.dimajix.flowman.kernel.RelationIdentifier relations = 2;
   */
  @java.lang.Override
  public java.util.List 
      getRelationsOrBuilderList() {
    return relations_;
  }
  /**
   * repeated .com.dimajix.flowman.kernel.RelationIdentifier relations = 2;
   */
  @java.lang.Override
  public int getRelationsCount() {
    return relations_.size();
  }
  /**
   * repeated .com.dimajix.flowman.kernel.RelationIdentifier relations = 2;
   */
  @java.lang.Override
  public com.dimajix.flowman.kernel.proto.RelationIdentifier getRelations(int index) {
    return relations_.get(index);
  }
  /**
   * repeated .com.dimajix.flowman.kernel.RelationIdentifier relations = 2;
   */
  @java.lang.Override
  public com.dimajix.flowman.kernel.proto.RelationIdentifierOrBuilder getRelationsOrBuilder(
      int index) {
    return relations_.get(index);
  }

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

    memoizedIsInitialized = 1;
    return true;
  }

  @java.lang.Override
  public void writeTo(com.dimajix.shaded.protobuf.CodedOutputStream output)
                      throws java.io.IOException {
    for (int i = 0; i < relations_.size(); i++) {
      output.writeMessage(2, relations_.get(i));
    }
    getUnknownFields().writeTo(output);
  }

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

    size = 0;
    for (int i = 0; i < relations_.size(); i++) {
      size += com.dimajix.shaded.protobuf.CodedOutputStream
        .computeMessageSize(2, relations_.get(i));
    }
    size += getUnknownFields().getSerializedSize();
    memoizedSize = size;
    return size;
  }

  @java.lang.Override
  public boolean equals(final java.lang.Object obj) {
    if (obj == this) {
     return true;
    }
    if (!(obj instanceof com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse)) {
      return super.equals(obj);
    }
    com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse other = (com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse) obj;

    if (!getRelationsList()
        .equals(other.getRelationsList())) 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 (getRelationsCount() > 0) {
      hash = (37 * hash) + RELATIONS_FIELD_NUMBER;
      hash = (53 * hash) + getRelationsList().hashCode();
    }
    hash = (29 * hash) + getUnknownFields().hashCode();
    memoizedHashCode = hash;
    return hash;
  }

  public static com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse parseFrom(
      java.nio.ByteBuffer data)
      throws com.dimajix.shaded.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse parseFrom(
      java.nio.ByteBuffer data,
      com.dimajix.shaded.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.dimajix.shaded.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse parseFrom(
      com.dimajix.shaded.protobuf.ByteString data)
      throws com.dimajix.shaded.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse parseFrom(
      com.dimajix.shaded.protobuf.ByteString data,
      com.dimajix.shaded.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.dimajix.shaded.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse parseFrom(byte[] data)
      throws com.dimajix.shaded.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse parseFrom(
      byte[] data,
      com.dimajix.shaded.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.dimajix.shaded.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse parseFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse parseFrom(
      java.io.InputStream input,
      com.dimajix.shaded.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input, extensionRegistry);
  }
  public static com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse parseDelimitedFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseDelimitedWithIOException(PARSER, input);
  }
  public static com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse parseDelimitedFrom(
      java.io.InputStream input,
      com.dimajix.shaded.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
  }
  public static com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse parseFrom(
      com.dimajix.shaded.protobuf.CodedInputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse parseFrom(
      com.dimajix.shaded.protobuf.CodedInputStream input,
      com.dimajix.shaded.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.dimajix.flowman.kernel.proto.relation.ListRelationsResponse 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.dimajix.shaded.protobuf.GeneratedMessageV3.BuilderParent parent) {
    Builder builder = new Builder(parent);
    return builder;
  }
  /**
   * Protobuf type {@code com.dimajix.flowman.kernel.relation.ListRelationsResponse}
   */
  public static final class Builder extends
      com.dimajix.shaded.protobuf.GeneratedMessageV3.Builder implements
      // @@protoc_insertion_point(builder_implements:com.dimajix.flowman.kernel.relation.ListRelationsResponse)
      com.dimajix.flowman.kernel.proto.relation.ListRelationsResponseOrBuilder {
    public static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return com.dimajix.flowman.kernel.proto.relation.RelationProto.internal_static_com_dimajix_flowman_kernel_relation_ListRelationsResponse_descriptor;
    }

    @java.lang.Override
    protected com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.dimajix.flowman.kernel.proto.relation.RelationProto.internal_static_com_dimajix_flowman_kernel_relation_ListRelationsResponse_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse.class, com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse.Builder.class);
    }

    // Construct using com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse.newBuilder()
    private Builder() {

    }

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

    }
    @java.lang.Override
    public Builder clear() {
      super.clear();
      bitField0_ = 0;
      if (relationsBuilder_ == null) {
        relations_ = java.util.Collections.emptyList();
      } else {
        relations_ = null;
        relationsBuilder_.clear();
      }
      bitField0_ = (bitField0_ & ~0x00000001);
      return this;
    }

    @java.lang.Override
    public com.dimajix.shaded.protobuf.Descriptors.Descriptor
        getDescriptorForType() {
      return com.dimajix.flowman.kernel.proto.relation.RelationProto.internal_static_com_dimajix_flowman_kernel_relation_ListRelationsResponse_descriptor;
    }

    @java.lang.Override
    public com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse getDefaultInstanceForType() {
      return com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse.getDefaultInstance();
    }

    @java.lang.Override
    public com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse build() {
      com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse result = buildPartial();
      if (!result.isInitialized()) {
        throw newUninitializedMessageException(result);
      }
      return result;
    }

    @java.lang.Override
    public com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse buildPartial() {
      com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse result = new com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse(this);
      buildPartialRepeatedFields(result);
      if (bitField0_ != 0) { buildPartial0(result); }
      onBuilt();
      return result;
    }

    private void buildPartialRepeatedFields(com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse result) {
      if (relationsBuilder_ == null) {
        if (((bitField0_ & 0x00000001) != 0)) {
          relations_ = java.util.Collections.unmodifiableList(relations_);
          bitField0_ = (bitField0_ & ~0x00000001);
        }
        result.relations_ = relations_;
      } else {
        result.relations_ = relationsBuilder_.build();
      }
    }

    private void buildPartial0(com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse result) {
      int from_bitField0_ = bitField0_;
    }

    @java.lang.Override
    public Builder mergeFrom(com.dimajix.shaded.protobuf.Message other) {
      if (other instanceof com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse) {
        return mergeFrom((com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse)other);
      } else {
        super.mergeFrom(other);
        return this;
      }
    }

    public Builder mergeFrom(com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse other) {
      if (other == com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse.getDefaultInstance()) return this;
      if (relationsBuilder_ == null) {
        if (!other.relations_.isEmpty()) {
          if (relations_.isEmpty()) {
            relations_ = other.relations_;
            bitField0_ = (bitField0_ & ~0x00000001);
          } else {
            ensureRelationsIsMutable();
            relations_.addAll(other.relations_);
          }
          onChanged();
        }
      } else {
        if (!other.relations_.isEmpty()) {
          if (relationsBuilder_.isEmpty()) {
            relationsBuilder_.dispose();
            relationsBuilder_ = null;
            relations_ = other.relations_;
            bitField0_ = (bitField0_ & ~0x00000001);
            relationsBuilder_ = 
              com.dimajix.shaded.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
                 getRelationsFieldBuilder() : null;
          } else {
            relationsBuilder_.addAllMessages(other.relations_);
          }
        }
      }
      this.mergeUnknownFields(other.getUnknownFields());
      onChanged();
      return this;
    }

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

    @java.lang.Override
    public Builder mergeFrom(
        com.dimajix.shaded.protobuf.CodedInputStream input,
        com.dimajix.shaded.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 18: {
              com.dimajix.flowman.kernel.proto.RelationIdentifier m =
                  input.readMessage(
                      com.dimajix.flowman.kernel.proto.RelationIdentifier.parser(),
                      extensionRegistry);
              if (relationsBuilder_ == null) {
                ensureRelationsIsMutable();
                relations_.add(m);
              } else {
                relationsBuilder_.addMessage(m);
              }
              break;
            } // case 18
            default: {
              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
                done = true; // was an endgroup tag
              }
              break;
            } // default:
          } // switch (tag)
        } // while (!done)
      } catch (com.dimajix.shaded.protobuf.InvalidProtocolBufferException e) {
        throw e.unwrapIOException();
      } finally {
        onChanged();
      } // finally
      return this;
    }
    private int bitField0_;

    private java.util.List relations_ =
      java.util.Collections.emptyList();
    private void ensureRelationsIsMutable() {
      if (!((bitField0_ & 0x00000001) != 0)) {
        relations_ = new java.util.ArrayList(relations_);
        bitField0_ |= 0x00000001;
       }
    }

    private com.dimajix.shaded.protobuf.RepeatedFieldBuilderV3<
        com.dimajix.flowman.kernel.proto.RelationIdentifier, com.dimajix.flowman.kernel.proto.RelationIdentifier.Builder, com.dimajix.flowman.kernel.proto.RelationIdentifierOrBuilder> relationsBuilder_;

    /**
     * repeated .com.dimajix.flowman.kernel.RelationIdentifier relations = 2;
     */
    public java.util.List getRelationsList() {
      if (relationsBuilder_ == null) {
        return java.util.Collections.unmodifiableList(relations_);
      } else {
        return relationsBuilder_.getMessageList();
      }
    }
    /**
     * repeated .com.dimajix.flowman.kernel.RelationIdentifier relations = 2;
     */
    public int getRelationsCount() {
      if (relationsBuilder_ == null) {
        return relations_.size();
      } else {
        return relationsBuilder_.getCount();
      }
    }
    /**
     * repeated .com.dimajix.flowman.kernel.RelationIdentifier relations = 2;
     */
    public com.dimajix.flowman.kernel.proto.RelationIdentifier getRelations(int index) {
      if (relationsBuilder_ == null) {
        return relations_.get(index);
      } else {
        return relationsBuilder_.getMessage(index);
      }
    }
    /**
     * repeated .com.dimajix.flowman.kernel.RelationIdentifier relations = 2;
     */
    public Builder setRelations(
        int index, com.dimajix.flowman.kernel.proto.RelationIdentifier value) {
      if (relationsBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureRelationsIsMutable();
        relations_.set(index, value);
        onChanged();
      } else {
        relationsBuilder_.setMessage(index, value);
      }
      return this;
    }
    /**
     * repeated .com.dimajix.flowman.kernel.RelationIdentifier relations = 2;
     */
    public Builder setRelations(
        int index, com.dimajix.flowman.kernel.proto.RelationIdentifier.Builder builderForValue) {
      if (relationsBuilder_ == null) {
        ensureRelationsIsMutable();
        relations_.set(index, builderForValue.build());
        onChanged();
      } else {
        relationsBuilder_.setMessage(index, builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .com.dimajix.flowman.kernel.RelationIdentifier relations = 2;
     */
    public Builder addRelations(com.dimajix.flowman.kernel.proto.RelationIdentifier value) {
      if (relationsBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureRelationsIsMutable();
        relations_.add(value);
        onChanged();
      } else {
        relationsBuilder_.addMessage(value);
      }
      return this;
    }
    /**
     * repeated .com.dimajix.flowman.kernel.RelationIdentifier relations = 2;
     */
    public Builder addRelations(
        int index, com.dimajix.flowman.kernel.proto.RelationIdentifier value) {
      if (relationsBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureRelationsIsMutable();
        relations_.add(index, value);
        onChanged();
      } else {
        relationsBuilder_.addMessage(index, value);
      }
      return this;
    }
    /**
     * repeated .com.dimajix.flowman.kernel.RelationIdentifier relations = 2;
     */
    public Builder addRelations(
        com.dimajix.flowman.kernel.proto.RelationIdentifier.Builder builderForValue) {
      if (relationsBuilder_ == null) {
        ensureRelationsIsMutable();
        relations_.add(builderForValue.build());
        onChanged();
      } else {
        relationsBuilder_.addMessage(builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .com.dimajix.flowman.kernel.RelationIdentifier relations = 2;
     */
    public Builder addRelations(
        int index, com.dimajix.flowman.kernel.proto.RelationIdentifier.Builder builderForValue) {
      if (relationsBuilder_ == null) {
        ensureRelationsIsMutable();
        relations_.add(index, builderForValue.build());
        onChanged();
      } else {
        relationsBuilder_.addMessage(index, builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .com.dimajix.flowman.kernel.RelationIdentifier relations = 2;
     */
    public Builder addAllRelations(
        java.lang.Iterable values) {
      if (relationsBuilder_ == null) {
        ensureRelationsIsMutable();
        com.dimajix.shaded.protobuf.AbstractMessageLite.Builder.addAll(
            values, relations_);
        onChanged();
      } else {
        relationsBuilder_.addAllMessages(values);
      }
      return this;
    }
    /**
     * repeated .com.dimajix.flowman.kernel.RelationIdentifier relations = 2;
     */
    public Builder clearRelations() {
      if (relationsBuilder_ == null) {
        relations_ = java.util.Collections.emptyList();
        bitField0_ = (bitField0_ & ~0x00000001);
        onChanged();
      } else {
        relationsBuilder_.clear();
      }
      return this;
    }
    /**
     * repeated .com.dimajix.flowman.kernel.RelationIdentifier relations = 2;
     */
    public Builder removeRelations(int index) {
      if (relationsBuilder_ == null) {
        ensureRelationsIsMutable();
        relations_.remove(index);
        onChanged();
      } else {
        relationsBuilder_.remove(index);
      }
      return this;
    }
    /**
     * repeated .com.dimajix.flowman.kernel.RelationIdentifier relations = 2;
     */
    public com.dimajix.flowman.kernel.proto.RelationIdentifier.Builder getRelationsBuilder(
        int index) {
      return getRelationsFieldBuilder().getBuilder(index);
    }
    /**
     * repeated .com.dimajix.flowman.kernel.RelationIdentifier relations = 2;
     */
    public com.dimajix.flowman.kernel.proto.RelationIdentifierOrBuilder getRelationsOrBuilder(
        int index) {
      if (relationsBuilder_ == null) {
        return relations_.get(index);  } else {
        return relationsBuilder_.getMessageOrBuilder(index);
      }
    }
    /**
     * repeated .com.dimajix.flowman.kernel.RelationIdentifier relations = 2;
     */
    public java.util.List 
         getRelationsOrBuilderList() {
      if (relationsBuilder_ != null) {
        return relationsBuilder_.getMessageOrBuilderList();
      } else {
        return java.util.Collections.unmodifiableList(relations_);
      }
    }
    /**
     * repeated .com.dimajix.flowman.kernel.RelationIdentifier relations = 2;
     */
    public com.dimajix.flowman.kernel.proto.RelationIdentifier.Builder addRelationsBuilder() {
      return getRelationsFieldBuilder().addBuilder(
          com.dimajix.flowman.kernel.proto.RelationIdentifier.getDefaultInstance());
    }
    /**
     * repeated .com.dimajix.flowman.kernel.RelationIdentifier relations = 2;
     */
    public com.dimajix.flowman.kernel.proto.RelationIdentifier.Builder addRelationsBuilder(
        int index) {
      return getRelationsFieldBuilder().addBuilder(
          index, com.dimajix.flowman.kernel.proto.RelationIdentifier.getDefaultInstance());
    }
    /**
     * repeated .com.dimajix.flowman.kernel.RelationIdentifier relations = 2;
     */
    public java.util.List 
         getRelationsBuilderList() {
      return getRelationsFieldBuilder().getBuilderList();
    }
    private com.dimajix.shaded.protobuf.RepeatedFieldBuilderV3<
        com.dimajix.flowman.kernel.proto.RelationIdentifier, com.dimajix.flowman.kernel.proto.RelationIdentifier.Builder, com.dimajix.flowman.kernel.proto.RelationIdentifierOrBuilder> 
        getRelationsFieldBuilder() {
      if (relationsBuilder_ == null) {
        relationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
            com.dimajix.flowman.kernel.proto.RelationIdentifier, com.dimajix.flowman.kernel.proto.RelationIdentifier.Builder, com.dimajix.flowman.kernel.proto.RelationIdentifierOrBuilder>(
                relations_,
                ((bitField0_ & 0x00000001) != 0),
                getParentForChildren(),
                isClean());
        relations_ = null;
      }
      return relationsBuilder_;
    }
    @java.lang.Override
    public final Builder setUnknownFields(
        final com.dimajix.shaded.protobuf.UnknownFieldSet unknownFields) {
      return super.setUnknownFields(unknownFields);
    }

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


    // @@protoc_insertion_point(builder_scope:com.dimajix.flowman.kernel.relation.ListRelationsResponse)
  }

  // @@protoc_insertion_point(class_scope:com.dimajix.flowman.kernel.relation.ListRelationsResponse)
  private static final com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse DEFAULT_INSTANCE;
  static {
    DEFAULT_INSTANCE = new com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse();
  }

  public static com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse getDefaultInstance() {
    return DEFAULT_INSTANCE;
  }

  private static final com.dimajix.shaded.protobuf.Parser
      PARSER = new com.google.protobuf.AbstractParser() {
    @java.lang.Override
    public ListRelationsResponse parsePartialFrom(
        com.dimajix.shaded.protobuf.CodedInputStream input,
        com.dimajix.shaded.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.dimajix.shaded.protobuf.InvalidProtocolBufferException {
      Builder builder = newBuilder();
      try {
        builder.mergeFrom(input, extensionRegistry);
      } catch (com.dimajix.shaded.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(builder.buildPartial());
      } catch (com.dimajix.shaded.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.dimajix.shaded.protobuf.Parser parser() {
    return PARSER;
  }

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

  @java.lang.Override
  public com.dimajix.flowman.kernel.proto.relation.ListRelationsResponse getDefaultInstanceForType() {
    return DEFAULT_INSTANCE;
  }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy