Documentation
¶
Index ¶
- Variables
- type GrabRequest
- func (x *GrabRequest) ClearExtra()
- func (x *GrabRequest) GetExtra() *structpb.Struct
- func (x *GrabRequest) GetName() string
- func (x *GrabRequest) HasExtra() bool
- func (*GrabRequest) ProtoMessage()
- func (x *GrabRequest) ProtoReflect() protoreflect.Message
- func (x *GrabRequest) Reset()
- func (x *GrabRequest) SetExtra(v *structpb.Struct)
- func (x *GrabRequest) SetName(v string)
- func (x *GrabRequest) String() string
- type GrabRequest_builder
- type GrabResponse
- func (x *GrabResponse) ClearExtra()
- func (x *GrabResponse) GetExtra() *structpb.Struct
- func (x *GrabResponse) GetSuccess() bool
- func (x *GrabResponse) HasExtra() bool
- func (*GrabResponse) ProtoMessage()
- func (x *GrabResponse) ProtoReflect() protoreflect.Message
- func (x *GrabResponse) Reset()
- func (x *GrabResponse) SetExtra(v *structpb.Struct)
- func (x *GrabResponse) SetSuccess(v bool)
- func (x *GrabResponse) String() string
- type GrabResponse_builder
- type IsHoldingSomethingRequest
- func (x *IsHoldingSomethingRequest) ClearExtra()
- func (x *IsHoldingSomethingRequest) GetExtra() *structpb.Struct
- func (x *IsHoldingSomethingRequest) GetName() string
- func (x *IsHoldingSomethingRequest) HasExtra() bool
- func (*IsHoldingSomethingRequest) ProtoMessage()
- func (x *IsHoldingSomethingRequest) ProtoReflect() protoreflect.Message
- func (x *IsHoldingSomethingRequest) Reset()
- func (x *IsHoldingSomethingRequest) SetExtra(v *structpb.Struct)
- func (x *IsHoldingSomethingRequest) SetName(v string)
- func (x *IsHoldingSomethingRequest) String() string
- type IsHoldingSomethingRequest_builder
- type IsHoldingSomethingResponse
- func (x *IsHoldingSomethingResponse) ClearMeta()
- func (x *IsHoldingSomethingResponse) GetIsHoldingSomething() bool
- func (x *IsHoldingSomethingResponse) GetMeta() *structpb.Struct
- func (x *IsHoldingSomethingResponse) HasMeta() bool
- func (*IsHoldingSomethingResponse) ProtoMessage()
- func (x *IsHoldingSomethingResponse) ProtoReflect() protoreflect.Message
- func (x *IsHoldingSomethingResponse) Reset()
- func (x *IsHoldingSomethingResponse) SetIsHoldingSomething(v bool)
- func (x *IsHoldingSomethingResponse) SetMeta(v *structpb.Struct)
- func (x *IsHoldingSomethingResponse) String() string
- type IsHoldingSomethingResponse_builder
- type IsMovingRequest
- type IsMovingRequest_builder
- type IsMovingResponse
- type IsMovingResponse_builder
- type OpenRequest
- func (x *OpenRequest) ClearExtra()
- func (x *OpenRequest) GetExtra() *structpb.Struct
- func (x *OpenRequest) GetName() string
- func (x *OpenRequest) HasExtra() bool
- func (*OpenRequest) ProtoMessage()
- func (x *OpenRequest) ProtoReflect() protoreflect.Message
- func (x *OpenRequest) Reset()
- func (x *OpenRequest) SetExtra(v *structpb.Struct)
- func (x *OpenRequest) SetName(v string)
- func (x *OpenRequest) String() string
- type OpenRequest_builder
- type OpenResponse
- type OpenResponse_builder
- type StopRequest
- func (x *StopRequest) ClearExtra()
- func (x *StopRequest) GetExtra() *structpb.Struct
- func (x *StopRequest) GetName() string
- func (x *StopRequest) HasExtra() bool
- func (*StopRequest) ProtoMessage()
- func (x *StopRequest) ProtoReflect() protoreflect.Message
- func (x *StopRequest) Reset()
- func (x *StopRequest) SetExtra(v *structpb.Struct)
- func (x *StopRequest) SetName(v string)
- func (x *StopRequest) String() string
- type StopRequest_builder
- type StopResponse
- type StopResponse_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_component_gripper_v1_gripper_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type GrabRequest ¶
type GrabRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Extra *structpb.Struct `protobuf:"bytes,99,opt,name=extra,proto3" json:"extra,omitempty"` // contains filtered or unexported fields }
func (*GrabRequest) ClearExtra ¶
func (x *GrabRequest) ClearExtra()
func (*GrabRequest) GetExtra ¶
func (x *GrabRequest) GetExtra() *structpb.Struct
func (*GrabRequest) GetName ¶
func (x *GrabRequest) GetName() string
func (*GrabRequest) HasExtra ¶
func (x *GrabRequest) HasExtra() bool
func (*GrabRequest) ProtoMessage ¶
func (*GrabRequest) ProtoMessage()
func (*GrabRequest) ProtoReflect ¶
func (x *GrabRequest) ProtoReflect() protoreflect.Message
func (*GrabRequest) Reset ¶
func (x *GrabRequest) Reset()
func (*GrabRequest) SetExtra ¶
func (x *GrabRequest) SetExtra(v *structpb.Struct)
func (*GrabRequest) SetName ¶
func (x *GrabRequest) SetName(v string)
func (*GrabRequest) String ¶
func (x *GrabRequest) String() string
type GrabRequest_builder ¶
type GrabRequest_builder struct { Name string Extra *structpb.Struct // contains filtered or unexported fields }
func (GrabRequest_builder) Build ¶
func (b0 GrabRequest_builder) Build() *GrabRequest
type GrabResponse ¶
type GrabResponse struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` Extra *structpb.Struct `protobuf:"bytes,99,opt,name=extra,proto3" json:"extra,omitempty"` // contains filtered or unexported fields }
func (*GrabResponse) ClearExtra ¶
func (x *GrabResponse) ClearExtra()
func (*GrabResponse) GetExtra ¶
func (x *GrabResponse) GetExtra() *structpb.Struct
func (*GrabResponse) GetSuccess ¶
func (x *GrabResponse) GetSuccess() bool
func (*GrabResponse) HasExtra ¶
func (x *GrabResponse) HasExtra() bool
func (*GrabResponse) ProtoMessage ¶
func (*GrabResponse) ProtoMessage()
func (*GrabResponse) ProtoReflect ¶
func (x *GrabResponse) ProtoReflect() protoreflect.Message
func (*GrabResponse) Reset ¶
func (x *GrabResponse) Reset()
func (*GrabResponse) SetExtra ¶
func (x *GrabResponse) SetExtra(v *structpb.Struct)
func (*GrabResponse) SetSuccess ¶
func (x *GrabResponse) SetSuccess(v bool)
func (*GrabResponse) String ¶
func (x *GrabResponse) String() string
type GrabResponse_builder ¶
type GrabResponse_builder struct { Success bool Extra *structpb.Struct // contains filtered or unexported fields }
func (GrabResponse_builder) Build ¶
func (b0 GrabResponse_builder) Build() *GrabResponse
type IsHoldingSomethingRequest ¶
type IsHoldingSomethingRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Extra *structpb.Struct `protobuf:"bytes,99,opt,name=extra,proto3" json:"extra,omitempty"` // contains filtered or unexported fields }
func (*IsHoldingSomethingRequest) ClearExtra ¶
func (x *IsHoldingSomethingRequest) ClearExtra()
func (*IsHoldingSomethingRequest) GetExtra ¶
func (x *IsHoldingSomethingRequest) GetExtra() *structpb.Struct
func (*IsHoldingSomethingRequest) GetName ¶
func (x *IsHoldingSomethingRequest) GetName() string
func (*IsHoldingSomethingRequest) HasExtra ¶
func (x *IsHoldingSomethingRequest) HasExtra() bool
func (*IsHoldingSomethingRequest) ProtoMessage ¶
func (*IsHoldingSomethingRequest) ProtoMessage()
func (*IsHoldingSomethingRequest) ProtoReflect ¶
func (x *IsHoldingSomethingRequest) ProtoReflect() protoreflect.Message
func (*IsHoldingSomethingRequest) Reset ¶
func (x *IsHoldingSomethingRequest) Reset()
func (*IsHoldingSomethingRequest) SetExtra ¶
func (x *IsHoldingSomethingRequest) SetExtra(v *structpb.Struct)
func (*IsHoldingSomethingRequest) SetName ¶
func (x *IsHoldingSomethingRequest) SetName(v string)
func (*IsHoldingSomethingRequest) String ¶
func (x *IsHoldingSomethingRequest) String() string
type IsHoldingSomethingRequest_builder ¶
type IsHoldingSomethingRequest_builder struct { Name string Extra *structpb.Struct // contains filtered or unexported fields }
func (IsHoldingSomethingRequest_builder) Build ¶
func (b0 IsHoldingSomethingRequest_builder) Build() *IsHoldingSomethingRequest
type IsHoldingSomethingResponse ¶
type IsHoldingSomethingResponse struct { IsHoldingSomething bool `protobuf:"varint,1,opt,name=is_holding_something,json=isHoldingSomething,proto3" json:"is_holding_something,omitempty"` Meta *structpb.Struct `protobuf:"bytes,99,opt,name=meta,proto3" json:"meta,omitempty"` // contains filtered or unexported fields }
func (*IsHoldingSomethingResponse) ClearMeta ¶
func (x *IsHoldingSomethingResponse) ClearMeta()
func (*IsHoldingSomethingResponse) GetIsHoldingSomething ¶
func (x *IsHoldingSomethingResponse) GetIsHoldingSomething() bool
func (*IsHoldingSomethingResponse) GetMeta ¶
func (x *IsHoldingSomethingResponse) GetMeta() *structpb.Struct
func (*IsHoldingSomethingResponse) HasMeta ¶
func (x *IsHoldingSomethingResponse) HasMeta() bool
func (*IsHoldingSomethingResponse) ProtoMessage ¶
func (*IsHoldingSomethingResponse) ProtoMessage()
func (*IsHoldingSomethingResponse) ProtoReflect ¶
func (x *IsHoldingSomethingResponse) ProtoReflect() protoreflect.Message
func (*IsHoldingSomethingResponse) Reset ¶
func (x *IsHoldingSomethingResponse) Reset()
func (*IsHoldingSomethingResponse) SetIsHoldingSomething ¶
func (x *IsHoldingSomethingResponse) SetIsHoldingSomething(v bool)
func (*IsHoldingSomethingResponse) SetMeta ¶
func (x *IsHoldingSomethingResponse) SetMeta(v *structpb.Struct)
func (*IsHoldingSomethingResponse) String ¶
func (x *IsHoldingSomethingResponse) String() string
type IsHoldingSomethingResponse_builder ¶
type IsHoldingSomethingResponse_builder struct { IsHoldingSomething bool Meta *structpb.Struct // contains filtered or unexported fields }
func (IsHoldingSomethingResponse_builder) Build ¶
func (b0 IsHoldingSomethingResponse_builder) Build() *IsHoldingSomethingResponse
type IsMovingRequest ¶
type IsMovingRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*IsMovingRequest) GetName ¶
func (x *IsMovingRequest) GetName() string
func (*IsMovingRequest) ProtoMessage ¶
func (*IsMovingRequest) ProtoMessage()
func (*IsMovingRequest) ProtoReflect ¶
func (x *IsMovingRequest) ProtoReflect() protoreflect.Message
func (*IsMovingRequest) Reset ¶
func (x *IsMovingRequest) Reset()
func (*IsMovingRequest) SetName ¶
func (x *IsMovingRequest) SetName(v string)
func (*IsMovingRequest) String ¶
func (x *IsMovingRequest) String() string
type IsMovingRequest_builder ¶
type IsMovingRequest_builder struct { Name string // contains filtered or unexported fields }
func (IsMovingRequest_builder) Build ¶
func (b0 IsMovingRequest_builder) Build() *IsMovingRequest
type IsMovingResponse ¶
type IsMovingResponse struct { IsMoving bool `protobuf:"varint,1,opt,name=is_moving,json=isMoving,proto3" json:"is_moving,omitempty"` // contains filtered or unexported fields }
func (*IsMovingResponse) GetIsMoving ¶
func (x *IsMovingResponse) GetIsMoving() bool
func (*IsMovingResponse) ProtoMessage ¶
func (*IsMovingResponse) ProtoMessage()
func (*IsMovingResponse) ProtoReflect ¶
func (x *IsMovingResponse) ProtoReflect() protoreflect.Message
func (*IsMovingResponse) Reset ¶
func (x *IsMovingResponse) Reset()
func (*IsMovingResponse) SetIsMoving ¶
func (x *IsMovingResponse) SetIsMoving(v bool)
func (*IsMovingResponse) String ¶
func (x *IsMovingResponse) String() string
type IsMovingResponse_builder ¶
type IsMovingResponse_builder struct { IsMoving bool // contains filtered or unexported fields }
func (IsMovingResponse_builder) Build ¶
func (b0 IsMovingResponse_builder) Build() *IsMovingResponse
type OpenRequest ¶
type OpenRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Extra *structpb.Struct `protobuf:"bytes,99,opt,name=extra,proto3" json:"extra,omitempty"` // contains filtered or unexported fields }
func (*OpenRequest) ClearExtra ¶
func (x *OpenRequest) ClearExtra()
func (*OpenRequest) GetExtra ¶
func (x *OpenRequest) GetExtra() *structpb.Struct
func (*OpenRequest) GetName ¶
func (x *OpenRequest) GetName() string
func (*OpenRequest) HasExtra ¶
func (x *OpenRequest) HasExtra() bool
func (*OpenRequest) ProtoMessage ¶
func (*OpenRequest) ProtoMessage()
func (*OpenRequest) ProtoReflect ¶
func (x *OpenRequest) ProtoReflect() protoreflect.Message
func (*OpenRequest) Reset ¶
func (x *OpenRequest) Reset()
func (*OpenRequest) SetExtra ¶
func (x *OpenRequest) SetExtra(v *structpb.Struct)
func (*OpenRequest) SetName ¶
func (x *OpenRequest) SetName(v string)
func (*OpenRequest) String ¶
func (x *OpenRequest) String() string
type OpenRequest_builder ¶
type OpenRequest_builder struct { Name string Extra *structpb.Struct // contains filtered or unexported fields }
func (OpenRequest_builder) Build ¶
func (b0 OpenRequest_builder) Build() *OpenRequest
type OpenResponse ¶
type OpenResponse struct {
// contains filtered or unexported fields
}
func (*OpenResponse) ProtoMessage ¶
func (*OpenResponse) ProtoMessage()
func (*OpenResponse) ProtoReflect ¶
func (x *OpenResponse) ProtoReflect() protoreflect.Message
func (*OpenResponse) Reset ¶
func (x *OpenResponse) Reset()
func (*OpenResponse) String ¶
func (x *OpenResponse) String() string
type OpenResponse_builder ¶
type OpenResponse_builder struct {
// contains filtered or unexported fields
}
func (OpenResponse_builder) Build ¶
func (b0 OpenResponse_builder) Build() *OpenResponse
type StopRequest ¶
type StopRequest struct { // Name of a gripper Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Extra *structpb.Struct `protobuf:"bytes,99,opt,name=extra,proto3" json:"extra,omitempty"` // contains filtered or unexported fields }
func (*StopRequest) ClearExtra ¶
func (x *StopRequest) ClearExtra()
func (*StopRequest) GetExtra ¶
func (x *StopRequest) GetExtra() *structpb.Struct
func (*StopRequest) GetName ¶
func (x *StopRequest) GetName() string
func (*StopRequest) HasExtra ¶
func (x *StopRequest) HasExtra() bool
func (*StopRequest) ProtoMessage ¶
func (*StopRequest) ProtoMessage()
func (*StopRequest) ProtoReflect ¶
func (x *StopRequest) ProtoReflect() protoreflect.Message
func (*StopRequest) Reset ¶
func (x *StopRequest) Reset()
func (*StopRequest) SetExtra ¶
func (x *StopRequest) SetExtra(v *structpb.Struct)
func (*StopRequest) SetName ¶
func (x *StopRequest) SetName(v string)
func (*StopRequest) String ¶
func (x *StopRequest) String() string
type StopRequest_builder ¶
type StopRequest_builder struct { // Name of a gripper Name string Extra *structpb.Struct // contains filtered or unexported fields }
func (StopRequest_builder) Build ¶
func (b0 StopRequest_builder) Build() *StopRequest
type StopResponse ¶
type StopResponse struct {
// contains filtered or unexported fields
}
func (*StopResponse) ProtoMessage ¶
func (*StopResponse) ProtoMessage()
func (*StopResponse) ProtoReflect ¶
func (x *StopResponse) ProtoReflect() protoreflect.Message
func (*StopResponse) Reset ¶
func (x *StopResponse) Reset()
func (*StopResponse) String ¶
func (x *StopResponse) String() string
type StopResponse_builder ¶
type StopResponse_builder struct {
// contains filtered or unexported fields
}
func (StopResponse_builder) Build ¶
func (b0 StopResponse_builder) Build() *StopResponse
Source Files
¶
- gripper.pb.go
Click to show internal directories.
Click to hide internal directories.