Documentation ¶
Index ¶
- Variables
- type EchoServiceEchoV1Request
- func (*EchoServiceEchoV1Request) Descriptor() ([]byte, []int)deprecated
- func (x *EchoServiceEchoV1Request) GetMessage() string
- func (*EchoServiceEchoV1Request) ProtoMessage()
- func (x *EchoServiceEchoV1Request) ProtoReflect() protoreflect.Message
- func (x *EchoServiceEchoV1Request) Reset()
- func (x *EchoServiceEchoV1Request) String() string
- type EchoServiceEchoV1Response
- func (*EchoServiceEchoV1Response) Descriptor() ([]byte, []int)deprecated
- func (x *EchoServiceEchoV1Response) GetMessage() string
- func (x *EchoServiceEchoV1Response) GetTimestamp() *timestamppb.Timestamp
- func (*EchoServiceEchoV1Response) ProtoMessage()
- func (x *EchoServiceEchoV1Response) ProtoReflect() protoreflect.Message
- func (x *EchoServiceEchoV1Response) Reset()
- func (x *EchoServiceEchoV1Response) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_api_debug_echo_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type EchoServiceEchoV1Request ¶
type EchoServiceEchoV1Request struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*EchoServiceEchoV1Request) Descriptor
deprecated
func (*EchoServiceEchoV1Request) Descriptor() ([]byte, []int)
Deprecated: Use EchoServiceEchoV1Request.ProtoReflect.Descriptor instead.
func (*EchoServiceEchoV1Request) GetMessage ¶
func (x *EchoServiceEchoV1Request) GetMessage() string
func (*EchoServiceEchoV1Request) ProtoMessage ¶
func (*EchoServiceEchoV1Request) ProtoMessage()
func (*EchoServiceEchoV1Request) ProtoReflect ¶
func (x *EchoServiceEchoV1Request) ProtoReflect() protoreflect.Message
func (*EchoServiceEchoV1Request) Reset ¶
func (x *EchoServiceEchoV1Request) Reset()
func (*EchoServiceEchoV1Request) String ¶
func (x *EchoServiceEchoV1Request) String() string
type EchoServiceEchoV1Response ¶
type EchoServiceEchoV1Response struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` Timestamp *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
func (*EchoServiceEchoV1Response) Descriptor
deprecated
func (*EchoServiceEchoV1Response) Descriptor() ([]byte, []int)
Deprecated: Use EchoServiceEchoV1Response.ProtoReflect.Descriptor instead.
func (*EchoServiceEchoV1Response) GetMessage ¶
func (x *EchoServiceEchoV1Response) GetMessage() string
func (*EchoServiceEchoV1Response) GetTimestamp ¶
func (x *EchoServiceEchoV1Response) GetTimestamp() *timestamppb.Timestamp
func (*EchoServiceEchoV1Response) ProtoMessage ¶
func (*EchoServiceEchoV1Response) ProtoMessage()
func (*EchoServiceEchoV1Response) ProtoReflect ¶
func (x *EchoServiceEchoV1Response) ProtoReflect() protoreflect.Message
func (*EchoServiceEchoV1Response) Reset ¶
func (x *EchoServiceEchoV1Response) Reset()
func (*EchoServiceEchoV1Response) String ¶
func (x *EchoServiceEchoV1Response) String() string
Click to show internal directories.
Click to hide internal directories.