Interface Motion.GetPoseRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Motion.GetPoseRequest, Motion.GetPoseRequest.Builder
Enclosing class:
Motion

@Deprecated public static interface Motion.GetPoseRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    the component whose pose is being requested
    com.google.protobuf.ByteString
    Deprecated.
    the component whose pose is being requested
    Deprecated.
    viam.service.motion.v1.GetPoseRequest.component_name_deprecated is deprecated.
    Deprecated.
    the reference frame in which the component's pose should be provided, if unset this defaults to the "world" reference frame
    com.google.protobuf.ByteString
    Deprecated.
    the reference frame in which the component's pose should be provided, if unset this defaults to the "world" reference frame
    com.google.protobuf.Struct
    Deprecated.
    Additional arguments to the method
    Deprecated.
    string name = 1 [json_name = "name"];
    com.google.protobuf.ByteString
    Deprecated.
    string name = 1 [json_name = "name"];
    Deprecated.
    pose information on any additional reference frames that are needed to compute the component's pose
    int
    Deprecated.
    pose information on any additional reference frames that are needed to compute the component's pose
    Deprecated.
    pose information on any additional reference frames that are needed to compute the component's pose
    boolean
    Deprecated.
    viam.service.motion.v1.GetPoseRequest.component_name_deprecated is deprecated.
    boolean
    Deprecated.
    Additional arguments to the method

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getName

      String getName()
      Deprecated.
      string name = 1 [json_name = "name"];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      Deprecated.
      string name = 1 [json_name = "name"];
      Returns:
      The bytes for name.
    • hasComponentNameDeprecated

      @Deprecated boolean hasComponentNameDeprecated()
      Deprecated.
      viam.service.motion.v1.GetPoseRequest.component_name_deprecated is deprecated. See service/motion/v1/motion.proto;l=178
       Deprecated, use component_name field.
       
      .viam.common.v1.ResourceName component_name_deprecated = 2 [json_name = "componentNameDeprecated", deprecated = true];
      Returns:
      Whether the componentNameDeprecated field is set.
    • getComponentNameDeprecated

      @Deprecated Common.ResourceName getComponentNameDeprecated()
      Deprecated.
      viam.service.motion.v1.GetPoseRequest.component_name_deprecated is deprecated. See service/motion/v1/motion.proto;l=178
       Deprecated, use component_name field.
       
      .viam.common.v1.ResourceName component_name_deprecated = 2 [json_name = "componentNameDeprecated", deprecated = true];
      Returns:
      The componentNameDeprecated.
    • getDestinationFrame

      String getDestinationFrame()
      Deprecated.
       the reference frame in which the component's pose
       should be provided, if unset this defaults
       to the "world" reference frame
       
      string destination_frame = 3 [json_name = "destinationFrame"];
      Returns:
      The destinationFrame.
    • getDestinationFrameBytes

      com.google.protobuf.ByteString getDestinationFrameBytes()
      Deprecated.
       the reference frame in which the component's pose
       should be provided, if unset this defaults
       to the "world" reference frame
       
      string destination_frame = 3 [json_name = "destinationFrame"];
      Returns:
      The bytes for destinationFrame.
    • getSupplementalTransformsList

      List<Common.Transform> getSupplementalTransformsList()
      Deprecated.
       pose information on any additional reference frames that are needed
       to compute the component's pose
       
      repeated .viam.common.v1.Transform supplemental_transforms = 4 [json_name = "supplementalTransforms"];
    • getSupplementalTransforms

      Common.Transform getSupplementalTransforms(int index)
      Deprecated.
       pose information on any additional reference frames that are needed
       to compute the component's pose
       
      repeated .viam.common.v1.Transform supplemental_transforms = 4 [json_name = "supplementalTransforms"];
    • getSupplementalTransformsCount

      int getSupplementalTransformsCount()
      Deprecated.
       pose information on any additional reference frames that are needed
       to compute the component's pose
       
      repeated .viam.common.v1.Transform supplemental_transforms = 4 [json_name = "supplementalTransforms"];
    • getComponentName

      String getComponentName()
      Deprecated.
       the component whose pose is being requested
       
      string component_name = 5 [json_name = "componentName"];
      Returns:
      The componentName.
    • getComponentNameBytes

      com.google.protobuf.ByteString getComponentNameBytes()
      Deprecated.
       the component whose pose is being requested
       
      string component_name = 5 [json_name = "componentName"];
      Returns:
      The bytes for componentName.
    • hasExtra

      boolean hasExtra()
      Deprecated.
       Additional arguments to the method
       
      .google.protobuf.Struct extra = 99 [json_name = "extra"];
      Returns:
      Whether the extra field is set.
    • getExtra

      com.google.protobuf.Struct getExtra()
      Deprecated.
       Additional arguments to the method
       
      .google.protobuf.Struct extra = 99 [json_name = "extra"];
      Returns:
      The extra.