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

com.dimajix.flowman.kernel.proto.target.GetTargetRequestOrBuilder Maven / Gradle / Ivy

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

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

public interface GetTargetRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.target.GetTargetRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string sessionId = 1;
   * @return The sessionId.
   */
  java.lang.String getSessionId();
  /**
   * string sessionId = 1;
   * @return The bytes for sessionId.
   */
  com.dimajix.shaded.protobuf.ByteString
      getSessionIdBytes();

  /**
   * .com.dimajix.flowman.kernel.TargetIdentifier target = 2;
   * @return Whether the target field is set.
   */
  boolean hasTarget();
  /**
   * .com.dimajix.flowman.kernel.TargetIdentifier target = 2;
   * @return The target.
   */
  com.dimajix.flowman.kernel.proto.TargetIdentifier getTarget();
  /**
   * .com.dimajix.flowman.kernel.TargetIdentifier target = 2;
   */
  com.dimajix.flowman.kernel.proto.TargetIdentifierOrBuilder getTargetOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy