Package com.viam.component.v1
Class PoseTracker.GetPosesResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<PoseTracker.GetPosesResponse,PoseTracker.GetPosesResponse.Builder>
com.viam.component.v1.PoseTracker.GetPosesResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,PoseTracker.GetPosesResponseOrBuilder,Cloneable
- Enclosing class:
- PoseTracker.GetPosesResponse
public static final class PoseTracker.GetPosesResponse.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<PoseTracker.GetPosesResponse,PoseTracker.GetPosesResponse.Builder>
implements PoseTracker.GetPosesResponseOrBuilder
Protobuf type
viam.component.posetracker.v1.GetPosesResponse-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsBodyPoses(String key) Mapping of each body name to the pose representing the center of the body.Deprecated.intMapping of each body name to the pose representing the center of the body.Mapping of each body name to the pose representing the center of the body.getBodyPosesOrDefault(String key, Common.PoseInFrame defaultValue) Mapping of each body name to the pose representing the center of the body.Mapping of each body name to the pose representing the center of the body.putAllBodyPoses(Map<String, Common.PoseInFrame> values) Mapping of each body name to the pose representing the center of the body.putBodyPoses(String key, Common.PoseInFrame value) Mapping of each body name to the pose representing the center of the body.removeBodyPoses(String key) Mapping of each body name to the pose representing the center of the body.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
-
getBodyPosesCount
public int getBodyPosesCount()Description copied from interface:PoseTracker.GetPosesResponseOrBuilderMapping of each body name to the pose representing the center of the body.
map<string, .viam.common.v1.PoseInFrame> body_poses = 1 [json_name = "bodyPoses"];- Specified by:
getBodyPosesCountin interfacePoseTracker.GetPosesResponseOrBuilder
-
containsBodyPoses
Mapping of each body name to the pose representing the center of the body.
map<string, .viam.common.v1.PoseInFrame> body_poses = 1 [json_name = "bodyPoses"];- Specified by:
containsBodyPosesin interfacePoseTracker.GetPosesResponseOrBuilder
-
clearBodyPoses
-
removeBodyPoses
Mapping of each body name to the pose representing the center of the body.
map<string, .viam.common.v1.PoseInFrame> body_poses = 1 [json_name = "bodyPoses"]; -
getBodyPoses
Deprecated.UsegetBodyPosesMap()instead.- Specified by:
getBodyPosesin interfacePoseTracker.GetPosesResponseOrBuilder
-
getBodyPosesMap
Mapping of each body name to the pose representing the center of the body.
map<string, .viam.common.v1.PoseInFrame> body_poses = 1 [json_name = "bodyPoses"];- Specified by:
getBodyPosesMapin interfacePoseTracker.GetPosesResponseOrBuilder
-
getBodyPosesOrDefault
Mapping of each body name to the pose representing the center of the body.
map<string, .viam.common.v1.PoseInFrame> body_poses = 1 [json_name = "bodyPoses"];- Specified by:
getBodyPosesOrDefaultin interfacePoseTracker.GetPosesResponseOrBuilder
-
getBodyPosesOrThrow
Mapping of each body name to the pose representing the center of the body.
map<string, .viam.common.v1.PoseInFrame> body_poses = 1 [json_name = "bodyPoses"];- Specified by:
getBodyPosesOrThrowin interfacePoseTracker.GetPosesResponseOrBuilder
-
putBodyPoses
Mapping of each body name to the pose representing the center of the body.
map<string, .viam.common.v1.PoseInFrame> body_poses = 1 [json_name = "bodyPoses"]; -
putAllBodyPoses
Mapping of each body name to the pose representing the center of the body.
map<string, .viam.common.v1.PoseInFrame> body_poses = 1 [json_name = "bodyPoses"];
-