Package com.cognite.client.dto
Interface ThreeDModelRevisionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ThreeDModelRevision,ThreeDModelRevision.Builder
public interface ThreeDModelRevisionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsMetadata(String key) map<string, string> metadata = 11;longoptional int64 asset_mapping_count = 6;optional .com.cognite.client.dto.ThreeDModelRevision.Camera camera = 9;optional .com.cognite.client.dto.ThreeDModelRevision.Camera camera = 9;longoptional int64 created_time = 7;longoptional int64 file_id = 2;longgetId()optional int64 id = 1;Deprecated.intmap<string, string> metadata = 11;map<string, string> metadata = 11;getMetadataOrDefault(String key, String defaultValue) map<string, string> metadata = 11;getMetadataOrThrow(String key) map<string, string> metadata = 11;booleanoptional bool published = 8;doublegetRotation(int index) repeated double rotation = 10;intrepeated double rotation = 10;repeated double rotation = 10;optional string status = 3;com.google.protobuf.ByteStringoptional string status = 3;longoptional int64 thumbnail_threed_file_id = 4;optional string thumbnail_URL = 5;com.google.protobuf.ByteStringoptional string thumbnail_URL = 5;booleanoptional int64 asset_mapping_count = 6;booleanoptional .com.cognite.client.dto.ThreeDModelRevision.Camera camera = 9;booleanoptional int64 created_time = 7;booleanoptional int64 file_id = 2;booleanhasId()optional int64 id = 1;booleanoptional bool published = 8;booleanoptional string status = 3;booleanoptional int64 thumbnail_threed_file_id = 4;booleanoptional string thumbnail_URL = 5;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
-
hasId
boolean hasId()optional int64 id = 1;- Returns:
- Whether the id field is set.
-
getId
long getId()optional int64 id = 1;- Returns:
- The id.
-
hasFileId
boolean hasFileId()optional int64 file_id = 2;- Returns:
- Whether the fileId field is set.
-
getFileId
long getFileId()optional int64 file_id = 2;- Returns:
- The fileId.
-
hasStatus
boolean hasStatus()optional string status = 3;- Returns:
- Whether the status field is set.
-
getStatus
String getStatus()optional string status = 3;- Returns:
- The status.
-
getStatusBytes
com.google.protobuf.ByteString getStatusBytes()optional string status = 3;- Returns:
- The bytes for status.
-
hasThumbnailThreedFileId
boolean hasThumbnailThreedFileId()optional int64 thumbnail_threed_file_id = 4;- Returns:
- Whether the thumbnailThreedFileId field is set.
-
getThumbnailThreedFileId
long getThumbnailThreedFileId()optional int64 thumbnail_threed_file_id = 4;- Returns:
- The thumbnailThreedFileId.
-
hasThumbnailURL
boolean hasThumbnailURL()optional string thumbnail_URL = 5;- Returns:
- Whether the thumbnailURL field is set.
-
getThumbnailURL
String getThumbnailURL()optional string thumbnail_URL = 5;- Returns:
- The thumbnailURL.
-
getThumbnailURLBytes
com.google.protobuf.ByteString getThumbnailURLBytes()optional string thumbnail_URL = 5;- Returns:
- The bytes for thumbnailURL.
-
hasAssetMappingCount
boolean hasAssetMappingCount()optional int64 asset_mapping_count = 6;- Returns:
- Whether the assetMappingCount field is set.
-
getAssetMappingCount
long getAssetMappingCount()optional int64 asset_mapping_count = 6;- Returns:
- The assetMappingCount.
-
hasCreatedTime
boolean hasCreatedTime()optional int64 created_time = 7;- Returns:
- Whether the createdTime field is set.
-
getCreatedTime
long getCreatedTime()optional int64 created_time = 7;- Returns:
- The createdTime.
-
hasPublished
boolean hasPublished()optional bool published = 8;- Returns:
- Whether the published field is set.
-
getPublished
boolean getPublished()optional bool published = 8;- Returns:
- The published.
-
hasCamera
boolean hasCamera()optional .com.cognite.client.dto.ThreeDModelRevision.Camera camera = 9;- Returns:
- Whether the camera field is set.
-
getCamera
ThreeDModelRevision.Camera getCamera()optional .com.cognite.client.dto.ThreeDModelRevision.Camera camera = 9;- Returns:
- The camera.
-
getCameraOrBuilder
ThreeDModelRevision.CameraOrBuilder getCameraOrBuilder()optional .com.cognite.client.dto.ThreeDModelRevision.Camera camera = 9; -
getRotationList
repeated double rotation = 10;- Returns:
- A list containing the rotation.
-
getRotationCount
int getRotationCount()repeated double rotation = 10;- Returns:
- The count of rotation.
-
getRotation
double getRotation(int index) repeated double rotation = 10;- Parameters:
index- The index of the element to return.- Returns:
- The rotation at the given index.
-
getMetadataCount
int getMetadataCount()map<string, string> metadata = 11; -
containsMetadata
map<string, string> metadata = 11; -
getMetadata
Deprecated.UsegetMetadataMap()instead. -
getMetadataMap
map<string, string> metadata = 11; -
getMetadataOrDefault
map<string, string> metadata = 11; -
getMetadataOrThrow
map<string, string> metadata = 11;
-