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

com.dimajix.flowman.kernel.proto.mapping.GetMappingResponseOrBuilder Maven / Gradle / Ivy

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

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

public interface GetMappingResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.mapping.GetMappingResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .com.dimajix.flowman.kernel.mapping.MappingDetails mapping = 1;
   * @return Whether the mapping field is set.
   */
  boolean hasMapping();
  /**
   * .com.dimajix.flowman.kernel.mapping.MappingDetails mapping = 1;
   * @return The mapping.
   */
  com.dimajix.flowman.kernel.proto.mapping.MappingDetails getMapping();
  /**
   * .com.dimajix.flowman.kernel.mapping.MappingDetails mapping = 1;
   */
  com.dimajix.flowman.kernel.proto.mapping.MappingDetailsOrBuilder getMappingOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy