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

org.finos.tracdap.api.MetadataSearchResponseOrBuilder Maven / Gradle / Ivy

Go to download

TRAC D.A.P. platform API, contains service API definitions for the TRAC platform services

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: tracdap/api/metadata.proto
// Protobuf Java Version: 4.28.2

package org.finos.tracdap.api;

public interface MetadataSearchResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tracdap.api.MetadataSearchResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .tracdap.metadata.Tag searchResult = 1;
   */
  java.util.List 
      getSearchResultList();
  /**
   * repeated .tracdap.metadata.Tag searchResult = 1;
   */
  org.finos.tracdap.metadata.Tag getSearchResult(int index);
  /**
   * repeated .tracdap.metadata.Tag searchResult = 1;
   */
  int getSearchResultCount();
  /**
   * repeated .tracdap.metadata.Tag searchResult = 1;
   */
  java.util.List 
      getSearchResultOrBuilderList();
  /**
   * repeated .tracdap.metadata.Tag searchResult = 1;
   */
  org.finos.tracdap.metadata.TagOrBuilder getSearchResultOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy