org.finos.tracdap.api.FileReadRequestOrBuilder 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
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: tracdap/api/data.proto
// Protobuf Java Version: 4.28.2
package org.finos.tracdap.api;
public interface FileReadRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:tracdap.api.FileReadRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* *
* Tenant code for the requested operation, always required
*
*
* string tenant = 1;
* @return The tenant.
*/
java.lang.String getTenant();
/**
*
* *
* Tenant code for the requested operation, always required
*
*
* string tenant = 1;
* @return The bytes for tenant.
*/
com.google.protobuf.ByteString
getTenantBytes();
/**
*
* *
* Selector for the FILE being read
*
*
* .tracdap.metadata.TagSelector selector = 2;
* @return Whether the selector field is set.
*/
boolean hasSelector();
/**
*
* *
* Selector for the FILE being read
*
*
* .tracdap.metadata.TagSelector selector = 2;
* @return The selector.
*/
org.finos.tracdap.metadata.TagSelector getSelector();
/**
*
* *
* Selector for the FILE being read
*
*
* .tracdap.metadata.TagSelector selector = 2;
*/
org.finos.tracdap.metadata.TagSelectorOrBuilder getSelectorOrBuilder();
}