// Generated by the protocol buffer compiler. DO NOT EDIT! // source: PMotion.proto package messages; public interface MotionKickOrBuilder extends com.google.protobuf.MessageOrBuilder { // optional bool perform_motion_kick = 1; /** * <code>optional bool perform_motion_kick = 1;</code> */ boolean hasPerformMotionKick(); /** * <code>optional bool perform_motion_kick = 1;</code> */ boolean getPerformMotionKick(); // optional int32 kick_type = 2; /** * <code>optional int32 kick_type = 2;</code> */ boolean hasKickType(); /** * <code>optional int32 kick_type = 2;</code> */ int getKickType(); }