Package org.finos.tracdap.api
Interface DownloadResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DownloadResponse,DownloadResponse.Builder
public interface DownloadResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringbytes content = 1000;longoptional uint64 contentLength = 2;optional string contentType = 1;com.google.protobuf.ByteStringoptional string contentType = 1;booleanoptional uint64 contentLength = 2;booleanoptional string contentType = 1;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
-
hasContentType
boolean hasContentType()optional string contentType = 1;- Returns:
- Whether the contentType field is set.
-
getContentType
String getContentType()optional string contentType = 1;- Returns:
- The contentType.
-
getContentTypeBytes
com.google.protobuf.ByteString getContentTypeBytes()optional string contentType = 1;- Returns:
- The bytes for contentType.
-
hasContentLength
boolean hasContentLength()optional uint64 contentLength = 2;- Returns:
- Whether the contentLength field is set.
-
getContentLength
long getContentLength()optional uint64 contentLength = 2;- Returns:
- The contentLength.
-
getContent
com.google.protobuf.ByteString getContent()bytes content = 1000;- Returns:
- The content.
-