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 Detail

      • 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.beam.proto.ThreeDModelRevision.Camera camera = 9;
        Returns:
        Whether the camera field is set.
      • getCamera

        ThreeDModelRevision.Camera getCamera()
        optional .com.cognite.beam.proto.ThreeDModelRevision.Camera camera = 9;
        Returns:
        The camera.
      • getRotationList

        List<Double> 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

        boolean containsMetadata​(String key)
        map<string, string> metadata = 11;
      • getMetadataMap

        Map<String,​String> getMetadataMap()
        map<string, string> metadata = 11;
      • getMetadataOrDefault

        String getMetadataOrDefault​(String key,
                                    String defaultValue)
        map<string, string> metadata = 11;
      • getMetadataOrThrow

        String getMetadataOrThrow​(String key)
        map<string, string> metadata = 11;