Package com.cognite.client.dto
Interface ThreeDOutputOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ThreeDOutput,ThreeDOutput.Builder
public interface ThreeDOutputOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetBlobId()optional int64 blobId = 3;StringgetFormat()optional string format = 1;com.google.protobuf.ByteStringgetFormatBytes()optional string format = 1;intgetVersion()optional int32 version = 2;booleanhasBlobId()optional int64 blobId = 3;booleanhasFormat()optional string format = 1;booleanhasVersion()optional int32 version = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasFormat
boolean hasFormat()
optional string format = 1;- Returns:
- Whether the format field is set.
-
getFormat
String getFormat()
optional string format = 1;- Returns:
- The format.
-
getFormatBytes
com.google.protobuf.ByteString getFormatBytes()
optional string format = 1;- Returns:
- The bytes for format.
-
hasVersion
boolean hasVersion()
optional int32 version = 2;- Returns:
- Whether the version field is set.
-
getVersion
int getVersion()
optional int32 version = 2;- Returns:
- The version.
-
hasBlobId
boolean hasBlobId()
optional int64 blobId = 3;- Returns:
- Whether the blobId field is set.
-
getBlobId
long getBlobId()
optional int64 blobId = 3;- Returns:
- The blobId.
-
-