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

com.dimajix.flowman.kernel.proto.MappingIdentifierOrBuilder Maven / Gradle / Ivy

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

package com.dimajix.flowman.kernel.proto;

public interface MappingIdentifierOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.MappingIdentifier)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string project = 1;
   * @return Whether the project field is set.
   */
  boolean hasProject();
  /**
   * optional string project = 1;
   * @return The project.
   */
  java.lang.String getProject();
  /**
   * optional string project = 1;
   * @return The bytes for project.
   */
  com.dimajix.shaded.protobuf.ByteString
      getProjectBytes();

  /**
   * string name = 2;
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 2;
   * @return The bytes for name.
   */
  com.dimajix.shaded.protobuf.ByteString
      getNameBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy