org.finos.tracdap.api.MetadataSearchRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tracdap-api-services Show documentation
Show all versions of tracdap-api-services Show documentation
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 MetadataSearchRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:tracdap.api.MetadataSearchRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string tenant = 1;
* @return The tenant.
*/
java.lang.String getTenant();
/**
* string tenant = 1;
* @return The bytes for tenant.
*/
com.google.protobuf.ByteString
getTenantBytes();
/**
* .tracdap.metadata.SearchParameters searchParams = 2;
* @return Whether the searchParams field is set.
*/
boolean hasSearchParams();
/**
* .tracdap.metadata.SearchParameters searchParams = 2;
* @return The searchParams.
*/
org.finos.tracdap.metadata.SearchParameters getSearchParams();
/**
* .tracdap.metadata.SearchParameters searchParams = 2;
*/
org.finos.tracdap.metadata.SearchParametersOrBuilder getSearchParamsOrBuilder();
}