proto.com.cognite.client.dto.ThreeDModelRevisionOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdf-sdk-java Show documentation
Show all versions of cdf-sdk-java Show documentation
Java SDK for reading and writing from/to CDF resources.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: three_d_model.proto
package com.cognite.client.dto;
public interface ThreeDModelRevisionOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.cognite.beam.proto.ThreeDModelRevision)
com.google.protobuf.MessageOrBuilder {
/**
* optional int64 id = 1;
* @return Whether the id field is set.
*/
boolean hasId();
/**
* optional int64 id = 1;
* @return The id.
*/
long getId();
/**
* optional int64 file_id = 2;
* @return Whether the fileId field is set.
*/
boolean hasFileId();
/**
* optional int64 file_id = 2;
* @return The fileId.
*/
long getFileId();
/**
* optional string status = 3;
* @return Whether the status field is set.
*/
boolean hasStatus();
/**
* optional string status = 3;
* @return The status.
*/
java.lang.String getStatus();
/**
* optional string status = 3;
* @return The bytes for status.
*/
com.google.protobuf.ByteString
getStatusBytes();
/**
* optional int64 thumbnail_threed_file_id = 4;
* @return Whether the thumbnailThreedFileId field is set.
*/
boolean hasThumbnailThreedFileId();
/**
* optional int64 thumbnail_threed_file_id = 4;
* @return The thumbnailThreedFileId.
*/
long getThumbnailThreedFileId();
/**
* optional string thumbnail_URL = 5;
* @return Whether the thumbnailURL field is set.
*/
boolean hasThumbnailURL();
/**
* optional string thumbnail_URL = 5;
* @return The thumbnailURL.
*/
java.lang.String getThumbnailURL();
/**
* optional string thumbnail_URL = 5;
* @return The bytes for thumbnailURL.
*/
com.google.protobuf.ByteString
getThumbnailURLBytes();
/**
* optional int64 asset_mapping_count = 6;
* @return Whether the assetMappingCount field is set.
*/
boolean hasAssetMappingCount();
/**
* optional int64 asset_mapping_count = 6;
* @return The assetMappingCount.
*/
long getAssetMappingCount();
/**
* optional int64 created_time = 7;
* @return Whether the createdTime field is set.
*/
boolean hasCreatedTime();
/**
* optional int64 created_time = 7;
* @return The createdTime.
*/
long getCreatedTime();
/**
* optional bool published = 8;
* @return Whether the published field is set.
*/
boolean hasPublished();
/**
* optional bool published = 8;
* @return The published.
*/
boolean getPublished();
/**
* optional .com.cognite.beam.proto.ThreeDModelRevision.Camera camera = 9;
* @return Whether the camera field is set.
*/
boolean hasCamera();
/**
* optional .com.cognite.beam.proto.ThreeDModelRevision.Camera camera = 9;
* @return The camera.
*/
com.cognite.client.dto.ThreeDModelRevision.Camera getCamera();
/**
* optional .com.cognite.beam.proto.ThreeDModelRevision.Camera camera = 9;
*/
com.cognite.client.dto.ThreeDModelRevision.CameraOrBuilder getCameraOrBuilder();
/**
* repeated double rotation = 10;
* @return A list containing the rotation.
*/
java.util.List getRotationList();
/**
* repeated double rotation = 10;
* @return The count of rotation.
*/
int getRotationCount();
/**
* repeated double rotation = 10;
* @param index The index of the element to return.
* @return The rotation at the given index.
*/
double getRotation(int index);
/**
* map<string, string> metadata = 11;
*/
int getMetadataCount();
/**
* map<string, string> metadata = 11;
*/
boolean containsMetadata(
java.lang.String key);
/**
* Use {@link #getMetadataMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getMetadata();
/**
* map<string, string> metadata = 11;
*/
java.util.Map
getMetadataMap();
/**
* map<string, string> metadata = 11;
*/
java.lang.String getMetadataOrDefault(
java.lang.String key,
java.lang.String defaultValue);
/**
* map<string, string> metadata = 11;
*/
java.lang.String getMetadataOrThrow(
java.lang.String key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy