Package org.finos.tracdap.api
Interface DownloadRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DownloadRequest,DownloadRequest.Builder
public interface DownloadRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring objectId = 3;com.google.protobuf.ByteStringstring objectId = 3;org.finos.tracdap.metadata.ObjectType.tracdap.metadata.ObjectType objectType = 2;int.tracdap.metadata.ObjectType objectType = 2;intoptional int32 objectVersion = 4;string tenant = 1;com.google.protobuf.ByteStringstring tenant = 1;booleanoptional int32 objectVersion = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTenant
String getTenant()string tenant = 1;- Returns:
- The tenant.
-
getTenantBytes
com.google.protobuf.ByteString getTenantBytes()string tenant = 1;- Returns:
- The bytes for tenant.
-
getObjectTypeValue
int getObjectTypeValue().tracdap.metadata.ObjectType objectType = 2;- Returns:
- The enum numeric value on the wire for objectType.
-
getObjectType
org.finos.tracdap.metadata.ObjectType getObjectType().tracdap.metadata.ObjectType objectType = 2;- Returns:
- The objectType.
-
getObjectId
String getObjectId()string objectId = 3;- Returns:
- The objectId.
-
getObjectIdBytes
com.google.protobuf.ByteString getObjectIdBytes()string objectId = 3;- Returns:
- The bytes for objectId.
-
hasObjectVersion
boolean hasObjectVersion()optional int32 objectVersion = 4;- Returns:
- Whether the objectVersion field is set.
-
getObjectVersion
int getObjectVersion()optional int32 objectVersion = 4;- Returns:
- The objectVersion.
-