Package com.cognite.client.dto
Interface ThreedMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ThreedMetadata,ThreedMetadata.Builder
public interface ThreedMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Int64ValuegetAssetMappingCount().google.protobuf.Int64Value asset_mapping_count = 15;Int64ValueOrBuildergetAssetMappingCountOrBuilder().google.protobuf.Int64Value asset_mapping_count = 15;DoubleValuegetCameraPosition(int index)repeated .google.protobuf.DoubleValue camera_position = 7;intgetCameraPositionCount()repeated .google.protobuf.DoubleValue camera_position = 7;List<DoubleValue>getCameraPositionList()repeated .google.protobuf.DoubleValue camera_position = 7;DoubleValueOrBuildergetCameraPositionOrBuilder(int index)repeated .google.protobuf.DoubleValue camera_position = 7;List<? extends DoubleValueOrBuilder>getCameraPositionOrBuilderList()repeated .google.protobuf.DoubleValue camera_position = 7;DoubleValuegetCameraTarget(int index)repeated .google.protobuf.DoubleValue camera_target = 6;intgetCameraTargetCount()repeated .google.protobuf.DoubleValue camera_target = 6;List<DoubleValue>getCameraTargetList()repeated .google.protobuf.DoubleValue camera_target = 6;DoubleValueOrBuildergetCameraTargetOrBuilder(int index)repeated .google.protobuf.DoubleValue camera_target = 6;List<? extends DoubleValueOrBuilder>getCameraTargetOrBuilderList()repeated .google.protobuf.DoubleValue camera_target = 6;Int64ValuegetFileId().google.protobuf.Int64Value file_id = 9;Int64ValueOrBuildergetFileIdOrBuilder().google.protobuf.Int64Value file_id = 9;Int64ValuegetModelCreatedTime().google.protobuf.Int64Value model_created_time = 3;Int64ValueOrBuildergetModelCreatedTimeOrBuilder().google.protobuf.Int64Value model_created_time = 3;Int64ValuegetModelId().google.protobuf.Int64Value model_id = 1;Int64ValueOrBuildergetModelIdOrBuilder().google.protobuf.Int64Value model_id = 1;StringgetModelName()string model_name = 2;com.google.protobuf.ByteStringgetModelNameBytes()string model_name = 2;BoolValuegetPublished().google.protobuf.BoolValue published = 4;BoolValueOrBuildergetPublishedOrBuilder().google.protobuf.BoolValue published = 4;Int64ValuegetRevisionCreatedTime().google.protobuf.Int64Value revision_created_time = 16;Int64ValueOrBuildergetRevisionCreatedTimeOrBuilder().google.protobuf.Int64Value revision_created_time = 16;Int64ValuegetRevisionId().google.protobuf.Int64Value revision_id = 8;Int64ValueOrBuildergetRevisionIdOrBuilder().google.protobuf.Int64Value revision_id = 8;DoubleValuegetRotation(int index)repeated .google.protobuf.DoubleValue rotation = 5;intgetRotationCount()repeated .google.protobuf.DoubleValue rotation = 5;List<DoubleValue>getRotationList()repeated .google.protobuf.DoubleValue rotation = 5;DoubleValueOrBuildergetRotationOrBuilder(int index)repeated .google.protobuf.DoubleValue rotation = 5;List<? extends DoubleValueOrBuilder>getRotationOrBuilderList()repeated .google.protobuf.DoubleValue rotation = 5;Int64ValuegetSceneThreedFileId().google.protobuf.Int64Value scene_threed_file_id = 13;Int64ValueOrBuildergetSceneThreedFileIdOrBuilder().google.protobuf.Int64Value scene_threed_file_id = 13;ThreedVersionedFilegetSceneThreedFiles(int index)repeated .com.cognite.beam.proto.ThreedVersionedFile scene_threed_files = 14;intgetSceneThreedFilesCount()repeated .com.cognite.beam.proto.ThreedVersionedFile scene_threed_files = 14;List<ThreedVersionedFile>getSceneThreedFilesList()repeated .com.cognite.beam.proto.ThreedVersionedFile scene_threed_files = 14;ThreedVersionedFileOrBuildergetSceneThreedFilesOrBuilder(int index)repeated .com.cognite.beam.proto.ThreedVersionedFile scene_threed_files = 14;List<? extends ThreedVersionedFileOrBuilder>getSceneThreedFilesOrBuilderList()repeated .com.cognite.beam.proto.ThreedVersionedFile scene_threed_files = 14;StringValuegetStatus().google.protobuf.StringValue status = 10;StringValueOrBuildergetStatusOrBuilder().google.protobuf.StringValue status = 10;Int64ValuegetThumbnailThreedFileId().google.protobuf.Int64Value thumbnail_threed_file_id = 11;Int64ValueOrBuildergetThumbnailThreedFileIdOrBuilder().google.protobuf.Int64Value thumbnail_threed_file_id = 11;StringValuegetThumbnailUrl().google.protobuf.StringValue thumbnail_url = 12;StringValueOrBuildergetThumbnailUrlOrBuilder().google.protobuf.StringValue thumbnail_url = 12;booleanhasAssetMappingCount().google.protobuf.Int64Value asset_mapping_count = 15;booleanhasFileId().google.protobuf.Int64Value file_id = 9;booleanhasModelCreatedTime().google.protobuf.Int64Value model_created_time = 3;booleanhasModelId().google.protobuf.Int64Value model_id = 1;booleanhasPublished().google.protobuf.BoolValue published = 4;booleanhasRevisionCreatedTime().google.protobuf.Int64Value revision_created_time = 16;booleanhasRevisionId().google.protobuf.Int64Value revision_id = 8;booleanhasSceneThreedFileId().google.protobuf.Int64Value scene_threed_file_id = 13;booleanhasStatus().google.protobuf.StringValue status = 10;booleanhasThumbnailThreedFileId().google.protobuf.Int64Value thumbnail_threed_file_id = 11;booleanhasThumbnailUrl().google.protobuf.StringValue thumbnail_url = 12;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasModelId
boolean hasModelId()
.google.protobuf.Int64Value model_id = 1;- Returns:
- Whether the modelId field is set.
-
getModelId
Int64Value getModelId()
.google.protobuf.Int64Value model_id = 1;- Returns:
- The modelId.
-
getModelIdOrBuilder
Int64ValueOrBuilder getModelIdOrBuilder()
.google.protobuf.Int64Value model_id = 1;
-
getModelName
String getModelName()
string model_name = 2;- Returns:
- The modelName.
-
getModelNameBytes
com.google.protobuf.ByteString getModelNameBytes()
string model_name = 2;- Returns:
- The bytes for modelName.
-
hasModelCreatedTime
boolean hasModelCreatedTime()
.google.protobuf.Int64Value model_created_time = 3;- Returns:
- Whether the modelCreatedTime field is set.
-
getModelCreatedTime
Int64Value getModelCreatedTime()
.google.protobuf.Int64Value model_created_time = 3;- Returns:
- The modelCreatedTime.
-
getModelCreatedTimeOrBuilder
Int64ValueOrBuilder getModelCreatedTimeOrBuilder()
.google.protobuf.Int64Value model_created_time = 3;
-
hasPublished
boolean hasPublished()
.google.protobuf.BoolValue published = 4;- Returns:
- Whether the published field is set.
-
getPublished
BoolValue getPublished()
.google.protobuf.BoolValue published = 4;- Returns:
- The published.
-
getPublishedOrBuilder
BoolValueOrBuilder getPublishedOrBuilder()
.google.protobuf.BoolValue published = 4;
-
getRotationList
List<DoubleValue> getRotationList()
repeated .google.protobuf.DoubleValue rotation = 5;
-
getRotation
DoubleValue getRotation(int index)
repeated .google.protobuf.DoubleValue rotation = 5;
-
getRotationCount
int getRotationCount()
repeated .google.protobuf.DoubleValue rotation = 5;
-
getRotationOrBuilderList
List<? extends DoubleValueOrBuilder> getRotationOrBuilderList()
repeated .google.protobuf.DoubleValue rotation = 5;
-
getRotationOrBuilder
DoubleValueOrBuilder getRotationOrBuilder(int index)
repeated .google.protobuf.DoubleValue rotation = 5;
-
getCameraTargetList
List<DoubleValue> getCameraTargetList()
repeated .google.protobuf.DoubleValue camera_target = 6;
-
getCameraTarget
DoubleValue getCameraTarget(int index)
repeated .google.protobuf.DoubleValue camera_target = 6;
-
getCameraTargetCount
int getCameraTargetCount()
repeated .google.protobuf.DoubleValue camera_target = 6;
-
getCameraTargetOrBuilderList
List<? extends DoubleValueOrBuilder> getCameraTargetOrBuilderList()
repeated .google.protobuf.DoubleValue camera_target = 6;
-
getCameraTargetOrBuilder
DoubleValueOrBuilder getCameraTargetOrBuilder(int index)
repeated .google.protobuf.DoubleValue camera_target = 6;
-
getCameraPositionList
List<DoubleValue> getCameraPositionList()
repeated .google.protobuf.DoubleValue camera_position = 7;
-
getCameraPosition
DoubleValue getCameraPosition(int index)
repeated .google.protobuf.DoubleValue camera_position = 7;
-
getCameraPositionCount
int getCameraPositionCount()
repeated .google.protobuf.DoubleValue camera_position = 7;
-
getCameraPositionOrBuilderList
List<? extends DoubleValueOrBuilder> getCameraPositionOrBuilderList()
repeated .google.protobuf.DoubleValue camera_position = 7;
-
getCameraPositionOrBuilder
DoubleValueOrBuilder getCameraPositionOrBuilder(int index)
repeated .google.protobuf.DoubleValue camera_position = 7;
-
hasRevisionId
boolean hasRevisionId()
.google.protobuf.Int64Value revision_id = 8;- Returns:
- Whether the revisionId field is set.
-
getRevisionId
Int64Value getRevisionId()
.google.protobuf.Int64Value revision_id = 8;- Returns:
- The revisionId.
-
getRevisionIdOrBuilder
Int64ValueOrBuilder getRevisionIdOrBuilder()
.google.protobuf.Int64Value revision_id = 8;
-
hasFileId
boolean hasFileId()
.google.protobuf.Int64Value file_id = 9;- Returns:
- Whether the fileId field is set.
-
getFileId
Int64Value getFileId()
.google.protobuf.Int64Value file_id = 9;- Returns:
- The fileId.
-
getFileIdOrBuilder
Int64ValueOrBuilder getFileIdOrBuilder()
.google.protobuf.Int64Value file_id = 9;
-
hasStatus
boolean hasStatus()
.google.protobuf.StringValue status = 10;- Returns:
- Whether the status field is set.
-
getStatus
StringValue getStatus()
.google.protobuf.StringValue status = 10;- Returns:
- The status.
-
getStatusOrBuilder
StringValueOrBuilder getStatusOrBuilder()
.google.protobuf.StringValue status = 10;
-
hasThumbnailThreedFileId
boolean hasThumbnailThreedFileId()
.google.protobuf.Int64Value thumbnail_threed_file_id = 11;- Returns:
- Whether the thumbnailThreedFileId field is set.
-
getThumbnailThreedFileId
Int64Value getThumbnailThreedFileId()
.google.protobuf.Int64Value thumbnail_threed_file_id = 11;- Returns:
- The thumbnailThreedFileId.
-
getThumbnailThreedFileIdOrBuilder
Int64ValueOrBuilder getThumbnailThreedFileIdOrBuilder()
.google.protobuf.Int64Value thumbnail_threed_file_id = 11;
-
hasThumbnailUrl
boolean hasThumbnailUrl()
.google.protobuf.StringValue thumbnail_url = 12;- Returns:
- Whether the thumbnailUrl field is set.
-
getThumbnailUrl
StringValue getThumbnailUrl()
.google.protobuf.StringValue thumbnail_url = 12;- Returns:
- The thumbnailUrl.
-
getThumbnailUrlOrBuilder
StringValueOrBuilder getThumbnailUrlOrBuilder()
.google.protobuf.StringValue thumbnail_url = 12;
-
hasSceneThreedFileId
boolean hasSceneThreedFileId()
.google.protobuf.Int64Value scene_threed_file_id = 13;- Returns:
- Whether the sceneThreedFileId field is set.
-
getSceneThreedFileId
Int64Value getSceneThreedFileId()
.google.protobuf.Int64Value scene_threed_file_id = 13;- Returns:
- The sceneThreedFileId.
-
getSceneThreedFileIdOrBuilder
Int64ValueOrBuilder getSceneThreedFileIdOrBuilder()
.google.protobuf.Int64Value scene_threed_file_id = 13;
-
getSceneThreedFilesList
List<ThreedVersionedFile> getSceneThreedFilesList()
repeated .com.cognite.beam.proto.ThreedVersionedFile scene_threed_files = 14;
-
getSceneThreedFiles
ThreedVersionedFile getSceneThreedFiles(int index)
repeated .com.cognite.beam.proto.ThreedVersionedFile scene_threed_files = 14;
-
getSceneThreedFilesCount
int getSceneThreedFilesCount()
repeated .com.cognite.beam.proto.ThreedVersionedFile scene_threed_files = 14;
-
getSceneThreedFilesOrBuilderList
List<? extends ThreedVersionedFileOrBuilder> getSceneThreedFilesOrBuilderList()
repeated .com.cognite.beam.proto.ThreedVersionedFile scene_threed_files = 14;
-
getSceneThreedFilesOrBuilder
ThreedVersionedFileOrBuilder getSceneThreedFilesOrBuilder(int index)
repeated .com.cognite.beam.proto.ThreedVersionedFile scene_threed_files = 14;
-
hasAssetMappingCount
boolean hasAssetMappingCount()
.google.protobuf.Int64Value asset_mapping_count = 15;- Returns:
- Whether the assetMappingCount field is set.
-
getAssetMappingCount
Int64Value getAssetMappingCount()
.google.protobuf.Int64Value asset_mapping_count = 15;- Returns:
- The assetMappingCount.
-
getAssetMappingCountOrBuilder
Int64ValueOrBuilder getAssetMappingCountOrBuilder()
.google.protobuf.Int64Value asset_mapping_count = 15;
-
hasRevisionCreatedTime
boolean hasRevisionCreatedTime()
.google.protobuf.Int64Value revision_created_time = 16;- Returns:
- Whether the revisionCreatedTime field is set.
-
getRevisionCreatedTime
Int64Value getRevisionCreatedTime()
.google.protobuf.Int64Value revision_created_time = 16;- Returns:
- The revisionCreatedTime.
-
getRevisionCreatedTimeOrBuilder
Int64ValueOrBuilder getRevisionCreatedTimeOrBuilder()
.google.protobuf.Int64Value revision_created_time = 16;
-
-