Package com.cognite.client.dto
Interface ThreeDFileBinaryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ThreeDFileBinary,ThreeDFileBinary.Builder
public interface ThreeDFileBinaryOrBuilder 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;ThreeDFileBinary.BinaryTypeCasegetBinaryTypeCase()StringgetBinaryUri()string binary_uri = 4;com.google.protobuf.ByteStringgetBinaryUriBytes()string binary_uri = 4;longgetContentLength()int64 content_length = 5;longgetId()int64 id = 1;ThreeDFileBinary.IdTypeCasegetIdTypeCase()booleanhasBinary()bytes binary = 3;booleanhasBinaryUri()string binary_uri = 4;booleanhasId()int64 id = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
int64 id = 1;- Returns:
- Whether the id field is set.
-
getId
long getId()
int64 id = 1;- Returns:
- The id.
-
hasBinary
boolean hasBinary()
bytes binary = 3;- Returns:
- Whether the binary field is set.
-
getBinary
com.google.protobuf.ByteString getBinary()
bytes binary = 3;- Returns:
- The binary.
-
hasBinaryUri
boolean hasBinaryUri()
string binary_uri = 4;- Returns:
- Whether the binaryUri field is set.
-
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
ThreeDFileBinary.IdTypeCase getIdTypeCase()
-
getBinaryTypeCase
ThreeDFileBinary.BinaryTypeCase getBinaryTypeCase()
-
-