Package com.viam.common.v1
Interface Common.MeshOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Common.Mesh
,Common.Mesh.Builder
- Enclosing class:
- Common
public static interface Common.MeshOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionContent type of mesh (e.g.com.google.protobuf.ByteString
Content type of mesh (e.g.com.google.protobuf.ByteString
getMesh()
Contents of mesh data in binary form defined by content_typeMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getContentType
String getContentType()Content type of mesh (e.g. ply)
string content_type = 1 [json_name = "contentType"];
- Returns:
- The contentType.
-
getContentTypeBytes
com.google.protobuf.ByteString getContentTypeBytes()Content type of mesh (e.g. ply)
string content_type = 1 [json_name = "contentType"];
- Returns:
- The bytes for contentType.
-
getMesh
com.google.protobuf.ByteString getMesh()Contents of mesh data in binary form defined by content_type
bytes mesh = 2 [json_name = "mesh"];
- Returns:
- The mesh.
-