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
Modifier and TypeMethodDescriptionlongoptional int64 blobId = 3;optional string format = 1;com.google.protobuf.ByteStringoptional string format = 1;intoptional int32 version = 2;booleanoptional int64 blobId = 3;booleanoptional string format = 1;booleanoptional int32 version = 2;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
-
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.
-