org.finos.tracdap.api.DownloadRequestOrBuilder Maven / Gradle / Ivy
// 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 DownloadRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:tracdap.api.DownloadRequest)
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.ObjectType objectType = 2;
* @return The enum numeric value on the wire for objectType.
*/
int getObjectTypeValue();
/**
* .tracdap.metadata.ObjectType objectType = 2;
* @return The objectType.
*/
org.finos.tracdap.metadata.ObjectType getObjectType();
/**
* string objectId = 3;
* @return The objectId.
*/
java.lang.String getObjectId();
/**
* string objectId = 3;
* @return The bytes for objectId.
*/
com.google.protobuf.ByteString
getObjectIdBytes();
/**
* optional int32 objectVersion = 4;
* @return Whether the objectVersion field is set.
*/
boolean hasObjectVersion();
/**
* optional int32 objectVersion = 4;
* @return The objectVersion.
*/
int getObjectVersion();
}