Documentation ¶
Index ¶
- Constants
- Variables
- type TReqAllocationCall
- type TReqCompression
- func (*TReqCompression) Descriptor() ([]byte, []int)deprecated
- func (x *TReqCompression) GetMessage() string
- func (x *TReqCompression) GetRequestCodec() int32
- func (*TReqCompression) ProtoMessage()
- func (x *TReqCompression) ProtoReflect() protoreflect.Message
- func (x *TReqCompression) Reset()
- func (x *TReqCompression) String() string
- type TReqCustomMessageError
- type TReqCustomMetadata
- type TReqDoNothing
- type TReqFlakyCall
- type TReqGetChannelFailureError
- func (*TReqGetChannelFailureError) Descriptor() ([]byte, []int)deprecated
- func (x *TReqGetChannelFailureError) GetRedirectionAddress() string
- func (*TReqGetChannelFailureError) ProtoMessage()
- func (x *TReqGetChannelFailureError) ProtoReflect() protoreflect.Message
- func (x *TReqGetChannelFailureError) Reset()
- func (x *TReqGetChannelFailureError) String() string
- type TReqGetTraceBaggage
- type TReqNoReply
- type TReqNotRegistered
- type TReqNullAndEmptyAttachments
- type TReqPassCall
- type TReqRegularAttachments
- type TReqRequestBytesThrottledCall
- func (*TReqRequestBytesThrottledCall) Descriptor() ([]byte, []int)deprecated
- func (*TReqRequestBytesThrottledCall) ProtoMessage()
- func (x *TReqRequestBytesThrottledCall) ProtoReflect() protoreflect.Message
- func (x *TReqRequestBytesThrottledCall) Reset()
- func (x *TReqRequestBytesThrottledCall) String() string
- type TReqRequireCoolFeature
- type TReqServerNotReading
- func (*TReqServerNotReading) Descriptor() ([]byte, []int)deprecated
- func (x *TReqServerNotReading) GetSleep() bool
- func (*TReqServerNotReading) ProtoMessage()
- func (x *TReqServerNotReading) ProtoReflect() protoreflect.Message
- func (x *TReqServerNotReading) Reset()
- func (x *TReqServerNotReading) String() string
- type TReqServerNotWriting
- func (*TReqServerNotWriting) Descriptor() ([]byte, []int)deprecated
- func (x *TReqServerNotWriting) GetSleep() bool
- func (*TReqServerNotWriting) ProtoMessage()
- func (x *TReqServerNotWriting) ProtoReflect() protoreflect.Message
- func (x *TReqServerNotWriting) Reset()
- func (x *TReqServerNotWriting) String() string
- type TReqServerStreamsAborted
- type TReqSlowCall
- type TReqSlowCanceledCall
- type TReqSomeCall
- type TReqStreamingEcho
- type TRspAllocationCall
- func (*TRspAllocationCall) Descriptor() ([]byte, []int)deprecated
- func (x *TRspAllocationCall) GetAllocatedString() []byte
- func (*TRspAllocationCall) ProtoMessage()
- func (x *TRspAllocationCall) ProtoReflect() protoreflect.Message
- func (x *TRspAllocationCall) Reset()
- func (x *TRspAllocationCall) String() string
- type TRspCompression
- type TRspCustomMessageError
- type TRspCustomMetadata
- func (*TRspCustomMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *TRspCustomMetadata) GetParsedCustomMetadata() map[string][]byte
- func (*TRspCustomMetadata) ProtoMessage()
- func (x *TRspCustomMetadata) ProtoReflect() protoreflect.Message
- func (x *TRspCustomMetadata) Reset()
- func (x *TRspCustomMetadata) String() string
- type TRspDoNothing
- type TRspFlakyCall
- type TRspGetChannelFailureError
- type TRspGetTraceBaggage
- func (*TRspGetTraceBaggage) Descriptor() ([]byte, []int)deprecated
- func (x *TRspGetTraceBaggage) GetBaggage() string
- func (*TRspGetTraceBaggage) ProtoMessage()
- func (x *TRspGetTraceBaggage) ProtoReflect() protoreflect.Message
- func (x *TRspGetTraceBaggage) Reset()
- func (x *TRspGetTraceBaggage) String() string
- type TRspNoReply
- type TRspNotRegistered
- type TRspNullAndEmptyAttachments
- type TRspPassCall
- func (*TRspPassCall) Descriptor() ([]byte, []int)deprecated
- func (x *TRspPassCall) GetMutationId() *misc.TGuid
- func (x *TRspPassCall) GetRetry() bool
- func (x *TRspPassCall) GetUser() string
- func (x *TRspPassCall) GetUserTag() string
- func (*TRspPassCall) ProtoMessage()
- func (x *TRspPassCall) ProtoReflect() protoreflect.Message
- func (x *TRspPassCall) Reset()
- func (x *TRspPassCall) String() string
- type TRspRegularAttachments
- type TRspRequestBytesThrottledCall
- func (*TRspRequestBytesThrottledCall) Descriptor() ([]byte, []int)deprecated
- func (*TRspRequestBytesThrottledCall) ProtoMessage()
- func (x *TRspRequestBytesThrottledCall) ProtoReflect() protoreflect.Message
- func (x *TRspRequestBytesThrottledCall) Reset()
- func (x *TRspRequestBytesThrottledCall) String() string
- type TRspRequireCoolFeature
- type TRspServerNotReading
- type TRspServerNotWriting
- type TRspServerStreamsAborted
- type TRspSlowCall
- type TRspSlowCanceledCall
- type TRspSomeCall
- type TRspStreamingEcho
Constants ¶
const (
Default_TReqStreamingEcho_Delayed = bool(false)
)
Default values for TReqStreamingEcho fields.
Variables ¶
var File_yt_yt_core_rpc_unittests_lib_test_service_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TReqAllocationCall ¶ added in v0.0.10
type TReqAllocationCall struct { Size *int64 `protobuf:"varint,1,req,name=size" json:"size,omitempty"` // contains filtered or unexported fields }
func (*TReqAllocationCall) Descriptor
deprecated
added in
v0.0.10
func (*TReqAllocationCall) Descriptor() ([]byte, []int)
Deprecated: Use TReqAllocationCall.ProtoReflect.Descriptor instead.
func (*TReqAllocationCall) GetSize ¶ added in v0.0.10
func (x *TReqAllocationCall) GetSize() int64
func (*TReqAllocationCall) ProtoMessage ¶ added in v0.0.10
func (*TReqAllocationCall) ProtoMessage()
func (*TReqAllocationCall) ProtoReflect ¶ added in v0.0.10
func (x *TReqAllocationCall) ProtoReflect() protoreflect.Message
func (*TReqAllocationCall) Reset ¶ added in v0.0.10
func (x *TReqAllocationCall) Reset()
func (*TReqAllocationCall) String ¶ added in v0.0.10
func (x *TReqAllocationCall) String() string
type TReqCompression ¶
type TReqCompression struct { RequestCodec *int32 `protobuf:"varint,1,req,name=request_codec,json=requestCodec" json:"request_codec,omitempty"` Message *string `protobuf:"bytes,2,req,name=message" json:"message,omitempty"` // contains filtered or unexported fields }
func (*TReqCompression) Descriptor
deprecated
func (*TReqCompression) Descriptor() ([]byte, []int)
Deprecated: Use TReqCompression.ProtoReflect.Descriptor instead.
func (*TReqCompression) GetMessage ¶
func (x *TReqCompression) GetMessage() string
func (*TReqCompression) GetRequestCodec ¶
func (x *TReqCompression) GetRequestCodec() int32
func (*TReqCompression) ProtoMessage ¶
func (*TReqCompression) ProtoMessage()
func (*TReqCompression) ProtoReflect ¶
func (x *TReqCompression) ProtoReflect() protoreflect.Message
func (*TReqCompression) Reset ¶
func (x *TReqCompression) Reset()
func (*TReqCompression) String ¶
func (x *TReqCompression) String() string
type TReqCustomMessageError ¶
type TReqCustomMessageError struct {
// contains filtered or unexported fields
}
func (*TReqCustomMessageError) Descriptor
deprecated
func (*TReqCustomMessageError) Descriptor() ([]byte, []int)
Deprecated: Use TReqCustomMessageError.ProtoReflect.Descriptor instead.
func (*TReqCustomMessageError) ProtoMessage ¶
func (*TReqCustomMessageError) ProtoMessage()
func (*TReqCustomMessageError) ProtoReflect ¶
func (x *TReqCustomMessageError) ProtoReflect() protoreflect.Message
func (*TReqCustomMessageError) Reset ¶
func (x *TReqCustomMessageError) Reset()
func (*TReqCustomMessageError) String ¶
func (x *TReqCustomMessageError) String() string
type TReqCustomMetadata ¶ added in v0.0.9
type TReqCustomMetadata struct {
// contains filtered or unexported fields
}
func (*TReqCustomMetadata) Descriptor
deprecated
added in
v0.0.9
func (*TReqCustomMetadata) Descriptor() ([]byte, []int)
Deprecated: Use TReqCustomMetadata.ProtoReflect.Descriptor instead.
func (*TReqCustomMetadata) ProtoMessage ¶ added in v0.0.9
func (*TReqCustomMetadata) ProtoMessage()
func (*TReqCustomMetadata) ProtoReflect ¶ added in v0.0.9
func (x *TReqCustomMetadata) ProtoReflect() protoreflect.Message
func (*TReqCustomMetadata) Reset ¶ added in v0.0.9
func (x *TReqCustomMetadata) Reset()
func (*TReqCustomMetadata) String ¶ added in v0.0.9
func (x *TReqCustomMetadata) String() string
type TReqDoNothing ¶
type TReqDoNothing struct {
// contains filtered or unexported fields
}
func (*TReqDoNothing) Descriptor
deprecated
func (*TReqDoNothing) Descriptor() ([]byte, []int)
Deprecated: Use TReqDoNothing.ProtoReflect.Descriptor instead.
func (*TReqDoNothing) ProtoMessage ¶
func (*TReqDoNothing) ProtoMessage()
func (*TReqDoNothing) ProtoReflect ¶
func (x *TReqDoNothing) ProtoReflect() protoreflect.Message
func (*TReqDoNothing) Reset ¶
func (x *TReqDoNothing) Reset()
func (*TReqDoNothing) String ¶
func (x *TReqDoNothing) String() string
type TReqFlakyCall ¶
type TReqFlakyCall struct {
// contains filtered or unexported fields
}
func (*TReqFlakyCall) Descriptor
deprecated
func (*TReqFlakyCall) Descriptor() ([]byte, []int)
Deprecated: Use TReqFlakyCall.ProtoReflect.Descriptor instead.
func (*TReqFlakyCall) ProtoMessage ¶
func (*TReqFlakyCall) ProtoMessage()
func (*TReqFlakyCall) ProtoReflect ¶
func (x *TReqFlakyCall) ProtoReflect() protoreflect.Message
func (*TReqFlakyCall) Reset ¶
func (x *TReqFlakyCall) Reset()
func (*TReqFlakyCall) String ¶
func (x *TReqFlakyCall) String() string
type TReqGetChannelFailureError ¶ added in v0.0.10
type TReqGetChannelFailureError struct { RedirectionAddress *string `protobuf:"bytes,1,opt,name=redirection_address,json=redirectionAddress" json:"redirection_address,omitempty"` // contains filtered or unexported fields }
func (*TReqGetChannelFailureError) Descriptor
deprecated
added in
v0.0.10
func (*TReqGetChannelFailureError) Descriptor() ([]byte, []int)
Deprecated: Use TReqGetChannelFailureError.ProtoReflect.Descriptor instead.
func (*TReqGetChannelFailureError) GetRedirectionAddress ¶ added in v0.0.10
func (x *TReqGetChannelFailureError) GetRedirectionAddress() string
func (*TReqGetChannelFailureError) ProtoMessage ¶ added in v0.0.10
func (*TReqGetChannelFailureError) ProtoMessage()
func (*TReqGetChannelFailureError) ProtoReflect ¶ added in v0.0.10
func (x *TReqGetChannelFailureError) ProtoReflect() protoreflect.Message
func (*TReqGetChannelFailureError) Reset ¶ added in v0.0.10
func (x *TReqGetChannelFailureError) Reset()
func (*TReqGetChannelFailureError) String ¶ added in v0.0.10
func (x *TReqGetChannelFailureError) String() string
type TReqGetTraceBaggage ¶
type TReqGetTraceBaggage struct {
// contains filtered or unexported fields
}
func (*TReqGetTraceBaggage) Descriptor
deprecated
func (*TReqGetTraceBaggage) Descriptor() ([]byte, []int)
Deprecated: Use TReqGetTraceBaggage.ProtoReflect.Descriptor instead.
func (*TReqGetTraceBaggage) ProtoMessage ¶
func (*TReqGetTraceBaggage) ProtoMessage()
func (*TReqGetTraceBaggage) ProtoReflect ¶
func (x *TReqGetTraceBaggage) ProtoReflect() protoreflect.Message
func (*TReqGetTraceBaggage) Reset ¶
func (x *TReqGetTraceBaggage) Reset()
func (*TReqGetTraceBaggage) String ¶
func (x *TReqGetTraceBaggage) String() string
type TReqNoReply ¶
type TReqNoReply struct {
// contains filtered or unexported fields
}
func (*TReqNoReply) Descriptor
deprecated
func (*TReqNoReply) Descriptor() ([]byte, []int)
Deprecated: Use TReqNoReply.ProtoReflect.Descriptor instead.
func (*TReqNoReply) ProtoMessage ¶
func (*TReqNoReply) ProtoMessage()
func (*TReqNoReply) ProtoReflect ¶
func (x *TReqNoReply) ProtoReflect() protoreflect.Message
func (*TReqNoReply) Reset ¶
func (x *TReqNoReply) Reset()
func (*TReqNoReply) String ¶
func (x *TReqNoReply) String() string
type TReqNotRegistered ¶
type TReqNotRegistered struct {
// contains filtered or unexported fields
}
func (*TReqNotRegistered) Descriptor
deprecated
func (*TReqNotRegistered) Descriptor() ([]byte, []int)
Deprecated: Use TReqNotRegistered.ProtoReflect.Descriptor instead.
func (*TReqNotRegistered) ProtoMessage ¶
func (*TReqNotRegistered) ProtoMessage()
func (*TReqNotRegistered) ProtoReflect ¶
func (x *TReqNotRegistered) ProtoReflect() protoreflect.Message
func (*TReqNotRegistered) Reset ¶
func (x *TReqNotRegistered) Reset()
func (*TReqNotRegistered) String ¶
func (x *TReqNotRegistered) String() string
type TReqNullAndEmptyAttachments ¶
type TReqNullAndEmptyAttachments struct {
// contains filtered or unexported fields
}
func (*TReqNullAndEmptyAttachments) Descriptor
deprecated
func (*TReqNullAndEmptyAttachments) Descriptor() ([]byte, []int)
Deprecated: Use TReqNullAndEmptyAttachments.ProtoReflect.Descriptor instead.
func (*TReqNullAndEmptyAttachments) ProtoMessage ¶
func (*TReqNullAndEmptyAttachments) ProtoMessage()
func (*TReqNullAndEmptyAttachments) ProtoReflect ¶
func (x *TReqNullAndEmptyAttachments) ProtoReflect() protoreflect.Message
func (*TReqNullAndEmptyAttachments) Reset ¶
func (x *TReqNullAndEmptyAttachments) Reset()
func (*TReqNullAndEmptyAttachments) String ¶
func (x *TReqNullAndEmptyAttachments) String() string
type TReqPassCall ¶
type TReqPassCall struct {
// contains filtered or unexported fields
}
func (*TReqPassCall) Descriptor
deprecated
func (*TReqPassCall) Descriptor() ([]byte, []int)
Deprecated: Use TReqPassCall.ProtoReflect.Descriptor instead.
func (*TReqPassCall) ProtoMessage ¶
func (*TReqPassCall) ProtoMessage()
func (*TReqPassCall) ProtoReflect ¶
func (x *TReqPassCall) ProtoReflect() protoreflect.Message
func (*TReqPassCall) Reset ¶
func (x *TReqPassCall) Reset()
func (*TReqPassCall) String ¶
func (x *TReqPassCall) String() string
type TReqRegularAttachments ¶
type TReqRegularAttachments struct {
// contains filtered or unexported fields
}
func (*TReqRegularAttachments) Descriptor
deprecated
func (*TReqRegularAttachments) Descriptor() ([]byte, []int)
Deprecated: Use TReqRegularAttachments.ProtoReflect.Descriptor instead.
func (*TReqRegularAttachments) ProtoMessage ¶
func (*TReqRegularAttachments) ProtoMessage()
func (*TReqRegularAttachments) ProtoReflect ¶
func (x *TReqRegularAttachments) ProtoReflect() protoreflect.Message
func (*TReqRegularAttachments) Reset ¶
func (x *TReqRegularAttachments) Reset()
func (*TReqRegularAttachments) String ¶
func (x *TReqRegularAttachments) String() string
type TReqRequestBytesThrottledCall ¶
type TReqRequestBytesThrottledCall struct {
// contains filtered or unexported fields
}
func (*TReqRequestBytesThrottledCall) Descriptor
deprecated
func (*TReqRequestBytesThrottledCall) Descriptor() ([]byte, []int)
Deprecated: Use TReqRequestBytesThrottledCall.ProtoReflect.Descriptor instead.
func (*TReqRequestBytesThrottledCall) ProtoMessage ¶
func (*TReqRequestBytesThrottledCall) ProtoMessage()
func (*TReqRequestBytesThrottledCall) ProtoReflect ¶
func (x *TReqRequestBytesThrottledCall) ProtoReflect() protoreflect.Message
func (*TReqRequestBytesThrottledCall) Reset ¶
func (x *TReqRequestBytesThrottledCall) Reset()
func (*TReqRequestBytesThrottledCall) String ¶
func (x *TReqRequestBytesThrottledCall) String() string
type TReqRequireCoolFeature ¶
type TReqRequireCoolFeature struct {
// contains filtered or unexported fields
}
func (*TReqRequireCoolFeature) Descriptor
deprecated
func (*TReqRequireCoolFeature) Descriptor() ([]byte, []int)
Deprecated: Use TReqRequireCoolFeature.ProtoReflect.Descriptor instead.
func (*TReqRequireCoolFeature) ProtoMessage ¶
func (*TReqRequireCoolFeature) ProtoMessage()
func (*TReqRequireCoolFeature) ProtoReflect ¶
func (x *TReqRequireCoolFeature) ProtoReflect() protoreflect.Message
func (*TReqRequireCoolFeature) Reset ¶
func (x *TReqRequireCoolFeature) Reset()
func (*TReqRequireCoolFeature) String ¶
func (x *TReqRequireCoolFeature) String() string
type TReqServerNotReading ¶
type TReqServerNotReading struct { Sleep *bool `protobuf:"varint,1,req,name=sleep" json:"sleep,omitempty"` // contains filtered or unexported fields }
func (*TReqServerNotReading) Descriptor
deprecated
func (*TReqServerNotReading) Descriptor() ([]byte, []int)
Deprecated: Use TReqServerNotReading.ProtoReflect.Descriptor instead.
func (*TReqServerNotReading) GetSleep ¶
func (x *TReqServerNotReading) GetSleep() bool
func (*TReqServerNotReading) ProtoMessage ¶
func (*TReqServerNotReading) ProtoMessage()
func (*TReqServerNotReading) ProtoReflect ¶
func (x *TReqServerNotReading) ProtoReflect() protoreflect.Message
func (*TReqServerNotReading) Reset ¶
func (x *TReqServerNotReading) Reset()
func (*TReqServerNotReading) String ¶
func (x *TReqServerNotReading) String() string
type TReqServerNotWriting ¶
type TReqServerNotWriting struct { Sleep *bool `protobuf:"varint,1,req,name=sleep" json:"sleep,omitempty"` // contains filtered or unexported fields }
func (*TReqServerNotWriting) Descriptor
deprecated
func (*TReqServerNotWriting) Descriptor() ([]byte, []int)
Deprecated: Use TReqServerNotWriting.ProtoReflect.Descriptor instead.
func (*TReqServerNotWriting) GetSleep ¶
func (x *TReqServerNotWriting) GetSleep() bool
func (*TReqServerNotWriting) ProtoMessage ¶
func (*TReqServerNotWriting) ProtoMessage()
func (*TReqServerNotWriting) ProtoReflect ¶
func (x *TReqServerNotWriting) ProtoReflect() protoreflect.Message
func (*TReqServerNotWriting) Reset ¶
func (x *TReqServerNotWriting) Reset()
func (*TReqServerNotWriting) String ¶
func (x *TReqServerNotWriting) String() string
type TReqServerStreamsAborted ¶
type TReqServerStreamsAborted struct {
// contains filtered or unexported fields
}
func (*TReqServerStreamsAborted) Descriptor
deprecated
func (*TReqServerStreamsAborted) Descriptor() ([]byte, []int)
Deprecated: Use TReqServerStreamsAborted.ProtoReflect.Descriptor instead.
func (*TReqServerStreamsAborted) ProtoMessage ¶
func (*TReqServerStreamsAborted) ProtoMessage()
func (*TReqServerStreamsAborted) ProtoReflect ¶
func (x *TReqServerStreamsAborted) ProtoReflect() protoreflect.Message
func (*TReqServerStreamsAborted) Reset ¶
func (x *TReqServerStreamsAborted) Reset()
func (*TReqServerStreamsAborted) String ¶
func (x *TReqServerStreamsAborted) String() string
type TReqSlowCall ¶
type TReqSlowCall struct {
// contains filtered or unexported fields
}
func (*TReqSlowCall) Descriptor
deprecated
func (*TReqSlowCall) Descriptor() ([]byte, []int)
Deprecated: Use TReqSlowCall.ProtoReflect.Descriptor instead.
func (*TReqSlowCall) ProtoMessage ¶
func (*TReqSlowCall) ProtoMessage()
func (*TReqSlowCall) ProtoReflect ¶
func (x *TReqSlowCall) ProtoReflect() protoreflect.Message
func (*TReqSlowCall) Reset ¶
func (x *TReqSlowCall) Reset()
func (*TReqSlowCall) String ¶
func (x *TReqSlowCall) String() string
type TReqSlowCanceledCall ¶
type TReqSlowCanceledCall struct {
// contains filtered or unexported fields
}
func (*TReqSlowCanceledCall) Descriptor
deprecated
func (*TReqSlowCanceledCall) Descriptor() ([]byte, []int)
Deprecated: Use TReqSlowCanceledCall.ProtoReflect.Descriptor instead.
func (*TReqSlowCanceledCall) ProtoMessage ¶
func (*TReqSlowCanceledCall) ProtoMessage()
func (*TReqSlowCanceledCall) ProtoReflect ¶
func (x *TReqSlowCanceledCall) ProtoReflect() protoreflect.Message
func (*TReqSlowCanceledCall) Reset ¶
func (x *TReqSlowCanceledCall) Reset()
func (*TReqSlowCanceledCall) String ¶
func (x *TReqSlowCanceledCall) String() string
type TReqSomeCall ¶
type TReqSomeCall struct { A *int32 `protobuf:"varint,1,req,name=a" json:"a,omitempty"` // contains filtered or unexported fields }
func (*TReqSomeCall) Descriptor
deprecated
func (*TReqSomeCall) Descriptor() ([]byte, []int)
Deprecated: Use TReqSomeCall.ProtoReflect.Descriptor instead.
func (*TReqSomeCall) GetA ¶
func (x *TReqSomeCall) GetA() int32
func (*TReqSomeCall) ProtoMessage ¶
func (*TReqSomeCall) ProtoMessage()
func (*TReqSomeCall) ProtoReflect ¶
func (x *TReqSomeCall) ProtoReflect() protoreflect.Message
func (*TReqSomeCall) Reset ¶
func (x *TReqSomeCall) Reset()
func (*TReqSomeCall) String ¶
func (x *TReqSomeCall) String() string
type TReqStreamingEcho ¶
type TReqStreamingEcho struct { Delayed *bool `protobuf:"varint,1,opt,name=delayed,def=0" json:"delayed,omitempty"` // contains filtered or unexported fields }
func (*TReqStreamingEcho) Descriptor
deprecated
func (*TReqStreamingEcho) Descriptor() ([]byte, []int)
Deprecated: Use TReqStreamingEcho.ProtoReflect.Descriptor instead.
func (*TReqStreamingEcho) GetDelayed ¶
func (x *TReqStreamingEcho) GetDelayed() bool
func (*TReqStreamingEcho) ProtoMessage ¶
func (*TReqStreamingEcho) ProtoMessage()
func (*TReqStreamingEcho) ProtoReflect ¶
func (x *TReqStreamingEcho) ProtoReflect() protoreflect.Message
func (*TReqStreamingEcho) Reset ¶
func (x *TReqStreamingEcho) Reset()
func (*TReqStreamingEcho) String ¶
func (x *TReqStreamingEcho) String() string
type TRspAllocationCall ¶ added in v0.0.10
type TRspAllocationCall struct { AllocatedString []byte `protobuf:"bytes,1,opt,name=allocated_string,json=allocatedString" json:"allocated_string,omitempty"` // contains filtered or unexported fields }
func (*TRspAllocationCall) Descriptor
deprecated
added in
v0.0.10
func (*TRspAllocationCall) Descriptor() ([]byte, []int)
Deprecated: Use TRspAllocationCall.ProtoReflect.Descriptor instead.
func (*TRspAllocationCall) GetAllocatedString ¶ added in v0.0.10
func (x *TRspAllocationCall) GetAllocatedString() []byte
func (*TRspAllocationCall) ProtoMessage ¶ added in v0.0.10
func (*TRspAllocationCall) ProtoMessage()
func (*TRspAllocationCall) ProtoReflect ¶ added in v0.0.10
func (x *TRspAllocationCall) ProtoReflect() protoreflect.Message
func (*TRspAllocationCall) Reset ¶ added in v0.0.10
func (x *TRspAllocationCall) Reset()
func (*TRspAllocationCall) String ¶ added in v0.0.10
func (x *TRspAllocationCall) String() string
type TRspCompression ¶
type TRspCompression struct { Message *string `protobuf:"bytes,1,req,name=message" json:"message,omitempty"` // contains filtered or unexported fields }
func (*TRspCompression) Descriptor
deprecated
func (*TRspCompression) Descriptor() ([]byte, []int)
Deprecated: Use TRspCompression.ProtoReflect.Descriptor instead.
func (*TRspCompression) GetMessage ¶
func (x *TRspCompression) GetMessage() string
func (*TRspCompression) ProtoMessage ¶
func (*TRspCompression) ProtoMessage()
func (*TRspCompression) ProtoReflect ¶
func (x *TRspCompression) ProtoReflect() protoreflect.Message
func (*TRspCompression) Reset ¶
func (x *TRspCompression) Reset()
func (*TRspCompression) String ¶
func (x *TRspCompression) String() string
type TRspCustomMessageError ¶
type TRspCustomMessageError struct {
// contains filtered or unexported fields
}
func (*TRspCustomMessageError) Descriptor
deprecated
func (*TRspCustomMessageError) Descriptor() ([]byte, []int)
Deprecated: Use TRspCustomMessageError.ProtoReflect.Descriptor instead.
func (*TRspCustomMessageError) ProtoMessage ¶
func (*TRspCustomMessageError) ProtoMessage()
func (*TRspCustomMessageError) ProtoReflect ¶
func (x *TRspCustomMessageError) ProtoReflect() protoreflect.Message
func (*TRspCustomMessageError) Reset ¶
func (x *TRspCustomMessageError) Reset()
func (*TRspCustomMessageError) String ¶
func (x *TRspCustomMessageError) String() string
type TRspCustomMetadata ¶ added in v0.0.9
type TRspCustomMetadata struct { ParsedCustomMetadata map[string][]byte `` /* 190-byte string literal not displayed */ // contains filtered or unexported fields }
func (*TRspCustomMetadata) Descriptor
deprecated
added in
v0.0.9
func (*TRspCustomMetadata) Descriptor() ([]byte, []int)
Deprecated: Use TRspCustomMetadata.ProtoReflect.Descriptor instead.
func (*TRspCustomMetadata) GetParsedCustomMetadata ¶ added in v0.0.9
func (x *TRspCustomMetadata) GetParsedCustomMetadata() map[string][]byte
func (*TRspCustomMetadata) ProtoMessage ¶ added in v0.0.9
func (*TRspCustomMetadata) ProtoMessage()
func (*TRspCustomMetadata) ProtoReflect ¶ added in v0.0.9
func (x *TRspCustomMetadata) ProtoReflect() protoreflect.Message
func (*TRspCustomMetadata) Reset ¶ added in v0.0.9
func (x *TRspCustomMetadata) Reset()
func (*TRspCustomMetadata) String ¶ added in v0.0.9
func (x *TRspCustomMetadata) String() string
type TRspDoNothing ¶
type TRspDoNothing struct {
// contains filtered or unexported fields
}
func (*TRspDoNothing) Descriptor
deprecated
func (*TRspDoNothing) Descriptor() ([]byte, []int)
Deprecated: Use TRspDoNothing.ProtoReflect.Descriptor instead.
func (*TRspDoNothing) ProtoMessage ¶
func (*TRspDoNothing) ProtoMessage()
func (*TRspDoNothing) ProtoReflect ¶
func (x *TRspDoNothing) ProtoReflect() protoreflect.Message
func (*TRspDoNothing) Reset ¶
func (x *TRspDoNothing) Reset()
func (*TRspDoNothing) String ¶
func (x *TRspDoNothing) String() string
type TRspFlakyCall ¶
type TRspFlakyCall struct {
// contains filtered or unexported fields
}
func (*TRspFlakyCall) Descriptor
deprecated
func (*TRspFlakyCall) Descriptor() ([]byte, []int)
Deprecated: Use TRspFlakyCall.ProtoReflect.Descriptor instead.
func (*TRspFlakyCall) ProtoMessage ¶
func (*TRspFlakyCall) ProtoMessage()
func (*TRspFlakyCall) ProtoReflect ¶
func (x *TRspFlakyCall) ProtoReflect() protoreflect.Message
func (*TRspFlakyCall) Reset ¶
func (x *TRspFlakyCall) Reset()
func (*TRspFlakyCall) String ¶
func (x *TRspFlakyCall) String() string
type TRspGetChannelFailureError ¶ added in v0.0.10
type TRspGetChannelFailureError struct {
// contains filtered or unexported fields
}
func (*TRspGetChannelFailureError) Descriptor
deprecated
added in
v0.0.10
func (*TRspGetChannelFailureError) Descriptor() ([]byte, []int)
Deprecated: Use TRspGetChannelFailureError.ProtoReflect.Descriptor instead.
func (*TRspGetChannelFailureError) ProtoMessage ¶ added in v0.0.10
func (*TRspGetChannelFailureError) ProtoMessage()
func (*TRspGetChannelFailureError) ProtoReflect ¶ added in v0.0.10
func (x *TRspGetChannelFailureError) ProtoReflect() protoreflect.Message
func (*TRspGetChannelFailureError) Reset ¶ added in v0.0.10
func (x *TRspGetChannelFailureError) Reset()
func (*TRspGetChannelFailureError) String ¶ added in v0.0.10
func (x *TRspGetChannelFailureError) String() string
type TRspGetTraceBaggage ¶
type TRspGetTraceBaggage struct { Baggage *string `protobuf:"bytes,1,req,name=baggage" json:"baggage,omitempty"` // contains filtered or unexported fields }
func (*TRspGetTraceBaggage) Descriptor
deprecated
func (*TRspGetTraceBaggage) Descriptor() ([]byte, []int)
Deprecated: Use TRspGetTraceBaggage.ProtoReflect.Descriptor instead.
func (*TRspGetTraceBaggage) GetBaggage ¶
func (x *TRspGetTraceBaggage) GetBaggage() string
func (*TRspGetTraceBaggage) ProtoMessage ¶
func (*TRspGetTraceBaggage) ProtoMessage()
func (*TRspGetTraceBaggage) ProtoReflect ¶
func (x *TRspGetTraceBaggage) ProtoReflect() protoreflect.Message
func (*TRspGetTraceBaggage) Reset ¶
func (x *TRspGetTraceBaggage) Reset()
func (*TRspGetTraceBaggage) String ¶
func (x *TRspGetTraceBaggage) String() string
type TRspNoReply ¶
type TRspNoReply struct {
// contains filtered or unexported fields
}
func (*TRspNoReply) Descriptor
deprecated
func (*TRspNoReply) Descriptor() ([]byte, []int)
Deprecated: Use TRspNoReply.ProtoReflect.Descriptor instead.
func (*TRspNoReply) ProtoMessage ¶
func (*TRspNoReply) ProtoMessage()
func (*TRspNoReply) ProtoReflect ¶
func (x *TRspNoReply) ProtoReflect() protoreflect.Message
func (*TRspNoReply) Reset ¶
func (x *TRspNoReply) Reset()
func (*TRspNoReply) String ¶
func (x *TRspNoReply) String() string
type TRspNotRegistered ¶
type TRspNotRegistered struct {
// contains filtered or unexported fields
}
func (*TRspNotRegistered) Descriptor
deprecated
func (*TRspNotRegistered) Descriptor() ([]byte, []int)
Deprecated: Use TRspNotRegistered.ProtoReflect.Descriptor instead.
func (*TRspNotRegistered) ProtoMessage ¶
func (*TRspNotRegistered) ProtoMessage()
func (*TRspNotRegistered) ProtoReflect ¶
func (x *TRspNotRegistered) ProtoReflect() protoreflect.Message
func (*TRspNotRegistered) Reset ¶
func (x *TRspNotRegistered) Reset()
func (*TRspNotRegistered) String ¶
func (x *TRspNotRegistered) String() string
type TRspNullAndEmptyAttachments ¶
type TRspNullAndEmptyAttachments struct {
// contains filtered or unexported fields
}
func (*TRspNullAndEmptyAttachments) Descriptor
deprecated
func (*TRspNullAndEmptyAttachments) Descriptor() ([]byte, []int)
Deprecated: Use TRspNullAndEmptyAttachments.ProtoReflect.Descriptor instead.
func (*TRspNullAndEmptyAttachments) ProtoMessage ¶
func (*TRspNullAndEmptyAttachments) ProtoMessage()
func (*TRspNullAndEmptyAttachments) ProtoReflect ¶
func (x *TRspNullAndEmptyAttachments) ProtoReflect() protoreflect.Message
func (*TRspNullAndEmptyAttachments) Reset ¶
func (x *TRspNullAndEmptyAttachments) Reset()
func (*TRspNullAndEmptyAttachments) String ¶
func (x *TRspNullAndEmptyAttachments) String() string
type TRspPassCall ¶
type TRspPassCall struct { User *string `protobuf:"bytes,1,req,name=user" json:"user,omitempty"` UserTag *string `protobuf:"bytes,2,opt,name=user_tag,json=userTag" json:"user_tag,omitempty"` MutationId *misc.TGuid `protobuf:"bytes,3,req,name=mutation_id,json=mutationId" json:"mutation_id,omitempty"` Retry *bool `protobuf:"varint,4,req,name=retry" json:"retry,omitempty"` // contains filtered or unexported fields }
func (*TRspPassCall) Descriptor
deprecated
func (*TRspPassCall) Descriptor() ([]byte, []int)
Deprecated: Use TRspPassCall.ProtoReflect.Descriptor instead.
func (*TRspPassCall) GetMutationId ¶
func (x *TRspPassCall) GetMutationId() *misc.TGuid
func (*TRspPassCall) GetRetry ¶
func (x *TRspPassCall) GetRetry() bool
func (*TRspPassCall) GetUser ¶
func (x *TRspPassCall) GetUser() string
func (*TRspPassCall) GetUserTag ¶
func (x *TRspPassCall) GetUserTag() string
func (*TRspPassCall) ProtoMessage ¶
func (*TRspPassCall) ProtoMessage()
func (*TRspPassCall) ProtoReflect ¶
func (x *TRspPassCall) ProtoReflect() protoreflect.Message
func (*TRspPassCall) Reset ¶
func (x *TRspPassCall) Reset()
func (*TRspPassCall) String ¶
func (x *TRspPassCall) String() string
type TRspRegularAttachments ¶
type TRspRegularAttachments struct {
// contains filtered or unexported fields
}
func (*TRspRegularAttachments) Descriptor
deprecated
func (*TRspRegularAttachments) Descriptor() ([]byte, []int)
Deprecated: Use TRspRegularAttachments.ProtoReflect.Descriptor instead.
func (*TRspRegularAttachments) ProtoMessage ¶
func (*TRspRegularAttachments) ProtoMessage()
func (*TRspRegularAttachments) ProtoReflect ¶
func (x *TRspRegularAttachments) ProtoReflect() protoreflect.Message
func (*TRspRegularAttachments) Reset ¶
func (x *TRspRegularAttachments) Reset()
func (*TRspRegularAttachments) String ¶
func (x *TRspRegularAttachments) String() string
type TRspRequestBytesThrottledCall ¶
type TRspRequestBytesThrottledCall struct {
// contains filtered or unexported fields
}
func (*TRspRequestBytesThrottledCall) Descriptor
deprecated
func (*TRspRequestBytesThrottledCall) Descriptor() ([]byte, []int)
Deprecated: Use TRspRequestBytesThrottledCall.ProtoReflect.Descriptor instead.
func (*TRspRequestBytesThrottledCall) ProtoMessage ¶
func (*TRspRequestBytesThrottledCall) ProtoMessage()
func (*TRspRequestBytesThrottledCall) ProtoReflect ¶
func (x *TRspRequestBytesThrottledCall) ProtoReflect() protoreflect.Message
func (*TRspRequestBytesThrottledCall) Reset ¶
func (x *TRspRequestBytesThrottledCall) Reset()
func (*TRspRequestBytesThrottledCall) String ¶
func (x *TRspRequestBytesThrottledCall) String() string
type TRspRequireCoolFeature ¶
type TRspRequireCoolFeature struct {
// contains filtered or unexported fields
}
func (*TRspRequireCoolFeature) Descriptor
deprecated
func (*TRspRequireCoolFeature) Descriptor() ([]byte, []int)
Deprecated: Use TRspRequireCoolFeature.ProtoReflect.Descriptor instead.
func (*TRspRequireCoolFeature) ProtoMessage ¶
func (*TRspRequireCoolFeature) ProtoMessage()
func (*TRspRequireCoolFeature) ProtoReflect ¶
func (x *TRspRequireCoolFeature) ProtoReflect() protoreflect.Message
func (*TRspRequireCoolFeature) Reset ¶
func (x *TRspRequireCoolFeature) Reset()
func (*TRspRequireCoolFeature) String ¶
func (x *TRspRequireCoolFeature) String() string
type TRspServerNotReading ¶
type TRspServerNotReading struct {
// contains filtered or unexported fields
}
func (*TRspServerNotReading) Descriptor
deprecated
func (*TRspServerNotReading) Descriptor() ([]byte, []int)
Deprecated: Use TRspServerNotReading.ProtoReflect.Descriptor instead.
func (*TRspServerNotReading) ProtoMessage ¶
func (*TRspServerNotReading) ProtoMessage()
func (*TRspServerNotReading) ProtoReflect ¶
func (x *TRspServerNotReading) ProtoReflect() protoreflect.Message
func (*TRspServerNotReading) Reset ¶
func (x *TRspServerNotReading) Reset()
func (*TRspServerNotReading) String ¶
func (x *TRspServerNotReading) String() string
type TRspServerNotWriting ¶
type TRspServerNotWriting struct {
// contains filtered or unexported fields
}
func (*TRspServerNotWriting) Descriptor
deprecated
func (*TRspServerNotWriting) Descriptor() ([]byte, []int)
Deprecated: Use TRspServerNotWriting.ProtoReflect.Descriptor instead.
func (*TRspServerNotWriting) ProtoMessage ¶
func (*TRspServerNotWriting) ProtoMessage()
func (*TRspServerNotWriting) ProtoReflect ¶
func (x *TRspServerNotWriting) ProtoReflect() protoreflect.Message
func (*TRspServerNotWriting) Reset ¶
func (x *TRspServerNotWriting) Reset()
func (*TRspServerNotWriting) String ¶
func (x *TRspServerNotWriting) String() string
type TRspServerStreamsAborted ¶
type TRspServerStreamsAborted struct {
// contains filtered or unexported fields
}
func (*TRspServerStreamsAborted) Descriptor
deprecated
func (*TRspServerStreamsAborted) Descriptor() ([]byte, []int)
Deprecated: Use TRspServerStreamsAborted.ProtoReflect.Descriptor instead.
func (*TRspServerStreamsAborted) ProtoMessage ¶
func (*TRspServerStreamsAborted) ProtoMessage()
func (*TRspServerStreamsAborted) ProtoReflect ¶
func (x *TRspServerStreamsAborted) ProtoReflect() protoreflect.Message
func (*TRspServerStreamsAborted) Reset ¶
func (x *TRspServerStreamsAborted) Reset()
func (*TRspServerStreamsAborted) String ¶
func (x *TRspServerStreamsAborted) String() string
type TRspSlowCall ¶
type TRspSlowCall struct {
// contains filtered or unexported fields
}
func (*TRspSlowCall) Descriptor
deprecated
func (*TRspSlowCall) Descriptor() ([]byte, []int)
Deprecated: Use TRspSlowCall.ProtoReflect.Descriptor instead.
func (*TRspSlowCall) ProtoMessage ¶
func (*TRspSlowCall) ProtoMessage()
func (*TRspSlowCall) ProtoReflect ¶
func (x *TRspSlowCall) ProtoReflect() protoreflect.Message
func (*TRspSlowCall) Reset ¶
func (x *TRspSlowCall) Reset()
func (*TRspSlowCall) String ¶
func (x *TRspSlowCall) String() string
type TRspSlowCanceledCall ¶
type TRspSlowCanceledCall struct {
// contains filtered or unexported fields
}
func (*TRspSlowCanceledCall) Descriptor
deprecated
func (*TRspSlowCanceledCall) Descriptor() ([]byte, []int)
Deprecated: Use TRspSlowCanceledCall.ProtoReflect.Descriptor instead.
func (*TRspSlowCanceledCall) ProtoMessage ¶
func (*TRspSlowCanceledCall) ProtoMessage()
func (*TRspSlowCanceledCall) ProtoReflect ¶
func (x *TRspSlowCanceledCall) ProtoReflect() protoreflect.Message
func (*TRspSlowCanceledCall) Reset ¶
func (x *TRspSlowCanceledCall) Reset()
func (*TRspSlowCanceledCall) String ¶
func (x *TRspSlowCanceledCall) String() string
type TRspSomeCall ¶
type TRspSomeCall struct { B *int32 `protobuf:"varint,1,req,name=b" json:"b,omitempty"` // contains filtered or unexported fields }
func (*TRspSomeCall) Descriptor
deprecated
func (*TRspSomeCall) Descriptor() ([]byte, []int)
Deprecated: Use TRspSomeCall.ProtoReflect.Descriptor instead.
func (*TRspSomeCall) GetB ¶
func (x *TRspSomeCall) GetB() int32
func (*TRspSomeCall) ProtoMessage ¶
func (*TRspSomeCall) ProtoMessage()
func (*TRspSomeCall) ProtoReflect ¶
func (x *TRspSomeCall) ProtoReflect() protoreflect.Message
func (*TRspSomeCall) Reset ¶
func (x *TRspSomeCall) Reset()
func (*TRspSomeCall) String ¶
func (x *TRspSomeCall) String() string
type TRspStreamingEcho ¶
type TRspStreamingEcho struct { TotalSize *int64 `protobuf:"varint,1,req,name=total_size,json=totalSize" json:"total_size,omitempty"` // contains filtered or unexported fields }
func (*TRspStreamingEcho) Descriptor
deprecated
func (*TRspStreamingEcho) Descriptor() ([]byte, []int)
Deprecated: Use TRspStreamingEcho.ProtoReflect.Descriptor instead.
func (*TRspStreamingEcho) GetTotalSize ¶
func (x *TRspStreamingEcho) GetTotalSize() int64
func (*TRspStreamingEcho) ProtoMessage ¶
func (*TRspStreamingEcho) ProtoMessage()
func (*TRspStreamingEcho) ProtoReflect ¶
func (x *TRspStreamingEcho) ProtoReflect() protoreflect.Message
func (*TRspStreamingEcho) Reset ¶
func (x *TRspStreamingEcho) Reset()
func (*TRspStreamingEcho) String ¶
func (x *TRspStreamingEcho) String() string