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

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

There is a newer version: 1.2.0-synapse3.3-spark3.3-hadoop3.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: common.proto

package com.dimajix.flowman.kernel.proto;

public interface TargetIdentifierOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.TargetIdentifier)
    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.google.protobuf.ByteString
      getProjectBytes();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy