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

com.dimajix.flowman.kernel.proto.relation.GetRelationResponseOrBuilder 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;

public interface GetRelationResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.relation.GetRelationResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .com.dimajix.flowman.kernel.relation.RelationDetails relation = 2;
   * @return Whether the relation field is set.
   */
  boolean hasRelation();
  /**
   * .com.dimajix.flowman.kernel.relation.RelationDetails relation = 2;
   * @return The relation.
   */
  com.dimajix.flowman.kernel.proto.relation.RelationDetails getRelation();
  /**
   * .com.dimajix.flowman.kernel.relation.RelationDetails relation = 2;
   */
  com.dimajix.flowman.kernel.proto.relation.RelationDetailsOrBuilder getRelationOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy