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

com.dimajix.flowman.kernel.proto.mapping.ListMappingsResponseOrBuilder 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 ListMappingsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.mapping.ListMappingsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .com.dimajix.flowman.kernel.MappingIdentifier mappings = 1;
   */
  java.util.List 
      getMappingsList();
  /**
   * repeated .com.dimajix.flowman.kernel.MappingIdentifier mappings = 1;
   */
  com.dimajix.flowman.kernel.proto.MappingIdentifier getMappings(int index);
  /**
   * repeated .com.dimajix.flowman.kernel.MappingIdentifier mappings = 1;
   */
  int getMappingsCount();
  /**
   * repeated .com.dimajix.flowman.kernel.MappingIdentifier mappings = 1;
   */
  java.util.List 
      getMappingsOrBuilderList();
  /**
   * repeated .com.dimajix.flowman.kernel.MappingIdentifier mappings = 1;
   */
  com.dimajix.flowman.kernel.proto.MappingIdentifierOrBuilder getMappingsOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy