Interface Camera.GetPointCloudResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Camera.GetPointCloudResponse, Camera.GetPointCloudResponse.Builder
Enclosing class:
Camera

public static interface Camera.GetPointCloudResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Actual MIME type of response
    com.google.protobuf.ByteString
    Actual MIME type of response
    com.google.protobuf.ByteString
    Frame in bytes

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getMimeType

      String getMimeType()
       Actual MIME type of response
       
      string mime_type = 1 [json_name = "mimeType"];
      Returns:
      The mimeType.
    • getMimeTypeBytes

      com.google.protobuf.ByteString getMimeTypeBytes()
       Actual MIME type of response
       
      string mime_type = 1 [json_name = "mimeType"];
      Returns:
      The bytes for mimeType.
    • getPointCloud

      com.google.protobuf.ByteString getPointCloud()
       Frame in bytes
       
      bytes point_cloud = 2 [json_name = "pointCloud"];
      Returns:
      The pointCloud.