Package com.cognite.client.dto
Interface FileBinaryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FileBinary,FileBinary.Builder
public interface FileBinaryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetBinary()bytes binary = 3;FileBinary.BinaryTypeCasegetBinaryTypeCase()StringgetBinaryUri()string binary_uri = 4;com.google.protobuf.ByteStringgetBinaryUriBytes()string binary_uri = 4;longgetContentLength()int64 content_length = 5;StringgetExternalId()string external_id = 2;com.google.protobuf.ByteStringgetExternalIdBytes()string external_id = 2;longgetId()int64 id = 1;FileBinary.IdTypeCasegetIdTypeCase()-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
long getId()
int64 id = 1;- Returns:
- The id.
-
getExternalId
String getExternalId()
string external_id = 2;- Returns:
- The externalId.
-
getExternalIdBytes
com.google.protobuf.ByteString getExternalIdBytes()
string external_id = 2;- Returns:
- The bytes for externalId.
-
getBinary
com.google.protobuf.ByteString getBinary()
bytes binary = 3;- Returns:
- The binary.
-
getBinaryUri
String getBinaryUri()
string binary_uri = 4;- Returns:
- The binaryUri.
-
getBinaryUriBytes
com.google.protobuf.ByteString getBinaryUriBytes()
string binary_uri = 4;- Returns:
- The bytes for binaryUri.
-
getContentLength
long getContentLength()
int64 content_length = 5;- Returns:
- The contentLength.
-
getIdTypeCase
FileBinary.IdTypeCase getIdTypeCase()
-
getBinaryTypeCase
FileBinary.BinaryTypeCase getBinaryTypeCase()
-
-