Package com.viam.common.v1
Class Common.PointCloud.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Common.PointCloud,Common.PointCloud.Builder>
com.viam.common.v1.Common.PointCloud.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,Common.PointCloudOrBuilder,Cloneable
- Enclosing class:
- Common.PointCloud
public static final class Common.PointCloud.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Common.PointCloud,Common.PointCloud.Builder>
implements Common.PointCloudOrBuilder
Protobuf type
viam.common.v1.PointCloud-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionbytes point_cloud = 1 [json_name = "pointCloud"];com.google.protobuf.ByteStringbytes point_cloud = 1 [json_name = "pointCloud"];setPointCloud(com.google.protobuf.ByteString value) bytes point_cloud = 1 [json_name = "pointCloud"];Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getPointCloud
public com.google.protobuf.ByteString getPointCloud()bytes point_cloud = 1 [json_name = "pointCloud"];- Specified by:
getPointCloudin interfaceCommon.PointCloudOrBuilder- Returns:
- The pointCloud.
-
setPointCloud
bytes point_cloud = 1 [json_name = "pointCloud"];- Parameters:
value- The pointCloud to set.- Returns:
- This builder for chaining.
-
clearPointCloud
bytes point_cloud = 1 [json_name = "pointCloud"];- Returns:
- This builder for chaining.
-