tts

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SynthesisCallbackService_AudioAvailable_FullMethodName   = "/tts.SynthesisCallbackService/AudioAvailable"
	SynthesisCallbackService_Done_FullMethodName             = "/tts.SynthesisCallbackService/Done"
	SynthesisCallbackService_Error0_FullMethodName           = "/tts.SynthesisCallbackService/Error0"
	SynthesisCallbackService_Error1_1_FullMethodName         = "/tts.SynthesisCallbackService/Error1_1"
	SynthesisCallbackService_GetMaxBufferSize_FullMethodName = "/tts.SynthesisCallbackService/GetMaxBufferSize"
	SynthesisCallbackService_HasFinished_FullMethodName      = "/tts.SynthesisCallbackService/HasFinished"
	SynthesisCallbackService_HasStarted_FullMethodName       = "/tts.SynthesisCallbackService/HasStarted"
	SynthesisCallbackService_Start_FullMethodName            = "/tts.SynthesisCallbackService/Start"
)
View Source
const (
	VoiceService_NewVoice_FullMethodName                    = "/tts.VoiceService/NewVoice"
	VoiceService_DescribeContents_FullMethodName            = "/tts.VoiceService/DescribeContents"
	VoiceService_Equals_FullMethodName                      = "/tts.VoiceService/Equals"
	VoiceService_GetFeatures_FullMethodName                 = "/tts.VoiceService/GetFeatures"
	VoiceService_GetLatency_FullMethodName                  = "/tts.VoiceService/GetLatency"
	VoiceService_GetLocale_FullMethodName                   = "/tts.VoiceService/GetLocale"
	VoiceService_GetName_FullMethodName                     = "/tts.VoiceService/GetName"
	VoiceService_GetQuality_FullMethodName                  = "/tts.VoiceService/GetQuality"
	VoiceService_HashCode_FullMethodName                    = "/tts.VoiceService/HashCode"
	VoiceService_IsNetworkConnectionRequired_FullMethodName = "/tts.VoiceService/IsNetworkConnectionRequired"
	VoiceService_ToString_FullMethodName                    = "/tts.VoiceService/ToString"
	VoiceService_WriteToParcel_FullMethodName               = "/tts.VoiceService/WriteToParcel"
)
View Source
const (
	SynthesisRequestService_NewSynthesisRequest_FullMethodName = "/tts.SynthesisRequestService/NewSynthesisRequest"
	SynthesisRequestService_GetCallerUid_FullMethodName        = "/tts.SynthesisRequestService/GetCallerUid"
	SynthesisRequestService_GetCharSequenceText_FullMethodName = "/tts.SynthesisRequestService/GetCharSequenceText"
	SynthesisRequestService_GetCountry_FullMethodName          = "/tts.SynthesisRequestService/GetCountry"
	SynthesisRequestService_GetLanguage_FullMethodName         = "/tts.SynthesisRequestService/GetLanguage"
	SynthesisRequestService_GetParams_FullMethodName           = "/tts.SynthesisRequestService/GetParams"
	SynthesisRequestService_GetPitch_FullMethodName            = "/tts.SynthesisRequestService/GetPitch"
	SynthesisRequestService_GetSpeechRate_FullMethodName       = "/tts.SynthesisRequestService/GetSpeechRate"
	SynthesisRequestService_GetText_FullMethodName             = "/tts.SynthesisRequestService/GetText"
	SynthesisRequestService_GetVariant_FullMethodName          = "/tts.SynthesisRequestService/GetVariant"
	SynthesisRequestService_GetVoiceName_FullMethodName        = "/tts.SynthesisRequestService/GetVoiceName"
)
View Source
const (
	UtteranceProgressListenerService_OnAudioAvailable_FullMethodName = "/tts.UtteranceProgressListenerService/OnAudioAvailable"
	UtteranceProgressListenerService_OnBeginSynthesis_FullMethodName = "/tts.UtteranceProgressListenerService/OnBeginSynthesis"
	UtteranceProgressListenerService_OnDone_FullMethodName           = "/tts.UtteranceProgressListenerService/OnDone"
	UtteranceProgressListenerService_OnError1_FullMethodName         = "/tts.UtteranceProgressListenerService/OnError1"
	UtteranceProgressListenerService_OnError2_1_FullMethodName       = "/tts.UtteranceProgressListenerService/OnError2_1"
	UtteranceProgressListenerService_OnRangeStart_FullMethodName     = "/tts.UtteranceProgressListenerService/OnRangeStart"
	UtteranceProgressListenerService_OnStart_FullMethodName          = "/tts.UtteranceProgressListenerService/OnStart"
	UtteranceProgressListenerService_OnStop_FullMethodName           = "/tts.UtteranceProgressListenerService/OnStop"
)
View Source
const (
	TextToSpeechServiceService_OnBind_FullMethodName                   = "/tts.TextToSpeechServiceService/OnBind"
	TextToSpeechServiceService_OnCreate_FullMethodName                 = "/tts.TextToSpeechServiceService/OnCreate"
	TextToSpeechServiceService_OnDestroy_FullMethodName                = "/tts.TextToSpeechServiceService/OnDestroy"
	TextToSpeechServiceService_OnGetDefaultVoiceNameFor_FullMethodName = "/tts.TextToSpeechServiceService/OnGetDefaultVoiceNameFor"
	TextToSpeechServiceService_OnGetVoices_FullMethodName              = "/tts.TextToSpeechServiceService/OnGetVoices"
	TextToSpeechServiceService_OnIsValidVoiceName_FullMethodName       = "/tts.TextToSpeechServiceService/OnIsValidVoiceName"
	TextToSpeechServiceService_OnLoadVoice_FullMethodName              = "/tts.TextToSpeechServiceService/OnLoadVoice"
)

Variables

View Source
var File_proto_tts_tts_proto protoreflect.FileDescriptor
View Source
var SynthesisCallbackService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "tts.SynthesisCallbackService",
	HandlerType: (*SynthesisCallbackServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "AudioAvailable",
			Handler:    _SynthesisCallbackService_AudioAvailable_Handler,
		},
		{
			MethodName: "Done",
			Handler:    _SynthesisCallbackService_Done_Handler,
		},
		{
			MethodName: "Error0",
			Handler:    _SynthesisCallbackService_Error0_Handler,
		},
		{
			MethodName: "Error1_1",
			Handler:    _SynthesisCallbackService_Error1_1_Handler,
		},
		{
			MethodName: "GetMaxBufferSize",
			Handler:    _SynthesisCallbackService_GetMaxBufferSize_Handler,
		},
		{
			MethodName: "HasFinished",
			Handler:    _SynthesisCallbackService_HasFinished_Handler,
		},
		{
			MethodName: "HasStarted",
			Handler:    _SynthesisCallbackService_HasStarted_Handler,
		},
		{
			MethodName: "Start",
			Handler:    _SynthesisCallbackService_Start_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/tts/tts.proto",
}

SynthesisCallbackService_ServiceDesc is the grpc.ServiceDesc for SynthesisCallbackService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var SynthesisRequestService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "tts.SynthesisRequestService",
	HandlerType: (*SynthesisRequestServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewSynthesisRequest",
			Handler:    _SynthesisRequestService_NewSynthesisRequest_Handler,
		},
		{
			MethodName: "GetCallerUid",
			Handler:    _SynthesisRequestService_GetCallerUid_Handler,
		},
		{
			MethodName: "GetCharSequenceText",
			Handler:    _SynthesisRequestService_GetCharSequenceText_Handler,
		},
		{
			MethodName: "GetCountry",
			Handler:    _SynthesisRequestService_GetCountry_Handler,
		},
		{
			MethodName: "GetLanguage",
			Handler:    _SynthesisRequestService_GetLanguage_Handler,
		},
		{
			MethodName: "GetParams",
			Handler:    _SynthesisRequestService_GetParams_Handler,
		},
		{
			MethodName: "GetPitch",
			Handler:    _SynthesisRequestService_GetPitch_Handler,
		},
		{
			MethodName: "GetSpeechRate",
			Handler:    _SynthesisRequestService_GetSpeechRate_Handler,
		},
		{
			MethodName: "GetText",
			Handler:    _SynthesisRequestService_GetText_Handler,
		},
		{
			MethodName: "GetVariant",
			Handler:    _SynthesisRequestService_GetVariant_Handler,
		},
		{
			MethodName: "GetVoiceName",
			Handler:    _SynthesisRequestService_GetVoiceName_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/tts/tts.proto",
}

SynthesisRequestService_ServiceDesc is the grpc.ServiceDesc for SynthesisRequestService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var TextToSpeechServiceService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "tts.TextToSpeechServiceService",
	HandlerType: (*TextToSpeechServiceServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "OnBind",
			Handler:    _TextToSpeechServiceService_OnBind_Handler,
		},
		{
			MethodName: "OnCreate",
			Handler:    _TextToSpeechServiceService_OnCreate_Handler,
		},
		{
			MethodName: "OnDestroy",
			Handler:    _TextToSpeechServiceService_OnDestroy_Handler,
		},
		{
			MethodName: "OnGetDefaultVoiceNameFor",
			Handler:    _TextToSpeechServiceService_OnGetDefaultVoiceNameFor_Handler,
		},
		{
			MethodName: "OnGetVoices",
			Handler:    _TextToSpeechServiceService_OnGetVoices_Handler,
		},
		{
			MethodName: "OnIsValidVoiceName",
			Handler:    _TextToSpeechServiceService_OnIsValidVoiceName_Handler,
		},
		{
			MethodName: "OnLoadVoice",
			Handler:    _TextToSpeechServiceService_OnLoadVoice_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/tts/tts.proto",
}

TextToSpeechServiceService_ServiceDesc is the grpc.ServiceDesc for TextToSpeechServiceService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var UtteranceProgressListenerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "tts.UtteranceProgressListenerService",
	HandlerType: (*UtteranceProgressListenerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "OnAudioAvailable",
			Handler:    _UtteranceProgressListenerService_OnAudioAvailable_Handler,
		},
		{
			MethodName: "OnBeginSynthesis",
			Handler:    _UtteranceProgressListenerService_OnBeginSynthesis_Handler,
		},
		{
			MethodName: "OnDone",
			Handler:    _UtteranceProgressListenerService_OnDone_Handler,
		},
		{
			MethodName: "OnError1",
			Handler:    _UtteranceProgressListenerService_OnError1_Handler,
		},
		{
			MethodName: "OnError2_1",
			Handler:    _UtteranceProgressListenerService_OnError2_1_Handler,
		},
		{
			MethodName: "OnRangeStart",
			Handler:    _UtteranceProgressListenerService_OnRangeStart_Handler,
		},
		{
			MethodName: "OnStart",
			Handler:    _UtteranceProgressListenerService_OnStart_Handler,
		},
		{
			MethodName: "OnStop",
			Handler:    _UtteranceProgressListenerService_OnStop_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/tts/tts.proto",
}

UtteranceProgressListenerService_ServiceDesc is the grpc.ServiceDesc for UtteranceProgressListenerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var VoiceService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "tts.VoiceService",
	HandlerType: (*VoiceServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewVoice",
			Handler:    _VoiceService_NewVoice_Handler,
		},
		{
			MethodName: "DescribeContents",
			Handler:    _VoiceService_DescribeContents_Handler,
		},
		{
			MethodName: "Equals",
			Handler:    _VoiceService_Equals_Handler,
		},
		{
			MethodName: "GetFeatures",
			Handler:    _VoiceService_GetFeatures_Handler,
		},
		{
			MethodName: "GetLatency",
			Handler:    _VoiceService_GetLatency_Handler,
		},
		{
			MethodName: "GetLocale",
			Handler:    _VoiceService_GetLocale_Handler,
		},
		{
			MethodName: "GetName",
			Handler:    _VoiceService_GetName_Handler,
		},
		{
			MethodName: "GetQuality",
			Handler:    _VoiceService_GetQuality_Handler,
		},
		{
			MethodName: "HashCode",
			Handler:    _VoiceService_HashCode_Handler,
		},
		{
			MethodName: "IsNetworkConnectionRequired",
			Handler:    _VoiceService_IsNetworkConnectionRequired_Handler,
		},
		{
			MethodName: "ToString",
			Handler:    _VoiceService_ToString_Handler,
		},
		{
			MethodName: "WriteToParcel",
			Handler:    _VoiceService_WriteToParcel_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/tts/tts.proto",
}

VoiceService_ServiceDesc is the grpc.ServiceDesc for VoiceService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterSynthesisCallbackServiceServer added in v0.0.6

func RegisterSynthesisCallbackServiceServer(s grpc.ServiceRegistrar, srv SynthesisCallbackServiceServer)

func RegisterSynthesisRequestServiceServer added in v0.0.6

func RegisterSynthesisRequestServiceServer(s grpc.ServiceRegistrar, srv SynthesisRequestServiceServer)

func RegisterTextToSpeechServiceServiceServer added in v0.0.6

func RegisterTextToSpeechServiceServiceServer(s grpc.ServiceRegistrar, srv TextToSpeechServiceServiceServer)

func RegisterUtteranceProgressListenerServiceServer added in v0.0.6

func RegisterUtteranceProgressListenerServiceServer(s grpc.ServiceRegistrar, srv UtteranceProgressListenerServiceServer)

func RegisterVoiceServiceServer added in v0.0.6

func RegisterVoiceServiceServer(s grpc.ServiceRegistrar, srv VoiceServiceServer)

Types

type AudioAvailableRequest added in v0.0.6

type AudioAvailableRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int32 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int32 `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*AudioAvailableRequest) Descriptor deprecated added in v0.0.6

func (*AudioAvailableRequest) Descriptor() ([]byte, []int)

Deprecated: Use AudioAvailableRequest.ProtoReflect.Descriptor instead.

func (*AudioAvailableRequest) GetArg0 added in v0.0.6

func (x *AudioAvailableRequest) GetArg0() int64

func (*AudioAvailableRequest) GetArg1 added in v0.0.6

func (x *AudioAvailableRequest) GetArg1() int32

func (*AudioAvailableRequest) GetArg2 added in v0.0.6

func (x *AudioAvailableRequest) GetArg2() int32

func (*AudioAvailableRequest) ProtoMessage added in v0.0.6

func (*AudioAvailableRequest) ProtoMessage()

func (*AudioAvailableRequest) ProtoReflect added in v0.0.6

func (x *AudioAvailableRequest) ProtoReflect() protoreflect.Message

func (*AudioAvailableRequest) Reset added in v0.0.6

func (x *AudioAvailableRequest) Reset()

func (*AudioAvailableRequest) String added in v0.0.6

func (x *AudioAvailableRequest) String() string

type AudioAvailableResponse added in v0.0.6

type AudioAvailableResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*AudioAvailableResponse) Descriptor deprecated added in v0.0.6

func (*AudioAvailableResponse) Descriptor() ([]byte, []int)

Deprecated: Use AudioAvailableResponse.ProtoReflect.Descriptor instead.

func (*AudioAvailableResponse) GetResult added in v0.0.6

func (x *AudioAvailableResponse) GetResult() int32

func (*AudioAvailableResponse) ProtoMessage added in v0.0.6

func (*AudioAvailableResponse) ProtoMessage()

func (*AudioAvailableResponse) ProtoReflect added in v0.0.6

func (x *AudioAvailableResponse) ProtoReflect() protoreflect.Message

func (*AudioAvailableResponse) Reset added in v0.0.6

func (x *AudioAvailableResponse) Reset()

func (*AudioAvailableResponse) String added in v0.0.6

func (x *AudioAvailableResponse) String() string

type DescribeContentsRequest added in v0.0.6

type DescribeContentsRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeContentsRequest) Descriptor deprecated added in v0.0.6

func (*DescribeContentsRequest) Descriptor() ([]byte, []int)

Deprecated: Use DescribeContentsRequest.ProtoReflect.Descriptor instead.

func (*DescribeContentsRequest) GetHandle added in v0.0.6

func (x *DescribeContentsRequest) GetHandle() int64

func (*DescribeContentsRequest) ProtoMessage added in v0.0.6

func (*DescribeContentsRequest) ProtoMessage()

func (*DescribeContentsRequest) ProtoReflect added in v0.0.6

func (x *DescribeContentsRequest) ProtoReflect() protoreflect.Message

func (*DescribeContentsRequest) Reset added in v0.0.6

func (x *DescribeContentsRequest) Reset()

func (*DescribeContentsRequest) String added in v0.0.6

func (x *DescribeContentsRequest) String() string

type DescribeContentsResponse added in v0.0.6

type DescribeContentsResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeContentsResponse) Descriptor deprecated added in v0.0.6

func (*DescribeContentsResponse) Descriptor() ([]byte, []int)

Deprecated: Use DescribeContentsResponse.ProtoReflect.Descriptor instead.

func (*DescribeContentsResponse) GetResult added in v0.0.6

func (x *DescribeContentsResponse) GetResult() int32

func (*DescribeContentsResponse) ProtoMessage added in v0.0.6

func (*DescribeContentsResponse) ProtoMessage()

func (*DescribeContentsResponse) ProtoReflect added in v0.0.6

func (x *DescribeContentsResponse) ProtoReflect() protoreflect.Message

func (*DescribeContentsResponse) Reset added in v0.0.6

func (x *DescribeContentsResponse) Reset()

func (*DescribeContentsResponse) String added in v0.0.6

func (x *DescribeContentsResponse) String() string

type DoneRequest added in v0.0.6

type DoneRequest struct {
	// contains filtered or unexported fields
}

func (*DoneRequest) Descriptor deprecated added in v0.0.6

func (*DoneRequest) Descriptor() ([]byte, []int)

Deprecated: Use DoneRequest.ProtoReflect.Descriptor instead.

func (*DoneRequest) ProtoMessage added in v0.0.6

func (*DoneRequest) ProtoMessage()

func (*DoneRequest) ProtoReflect added in v0.0.6

func (x *DoneRequest) ProtoReflect() protoreflect.Message

func (*DoneRequest) Reset added in v0.0.6

func (x *DoneRequest) Reset()

func (*DoneRequest) String added in v0.0.6

func (x *DoneRequest) String() string

type DoneResponse added in v0.0.6

type DoneResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*DoneResponse) Descriptor deprecated added in v0.0.6

func (*DoneResponse) Descriptor() ([]byte, []int)

Deprecated: Use DoneResponse.ProtoReflect.Descriptor instead.

func (*DoneResponse) GetResult added in v0.0.6

func (x *DoneResponse) GetResult() int32

func (*DoneResponse) ProtoMessage added in v0.0.6

func (*DoneResponse) ProtoMessage()

func (*DoneResponse) ProtoReflect added in v0.0.6

func (x *DoneResponse) ProtoReflect() protoreflect.Message

func (*DoneResponse) Reset added in v0.0.6

func (x *DoneResponse) Reset()

func (*DoneResponse) String added in v0.0.6

func (x *DoneResponse) String() string

type EqualsRequest added in v0.0.6

type EqualsRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*EqualsRequest) Descriptor deprecated added in v0.0.6

func (*EqualsRequest) Descriptor() ([]byte, []int)

Deprecated: Use EqualsRequest.ProtoReflect.Descriptor instead.

func (*EqualsRequest) GetArg0 added in v0.0.6

func (x *EqualsRequest) GetArg0() int64

func (*EqualsRequest) GetHandle added in v0.0.6

func (x *EqualsRequest) GetHandle() int64

func (*EqualsRequest) ProtoMessage added in v0.0.6

func (*EqualsRequest) ProtoMessage()

func (*EqualsRequest) ProtoReflect added in v0.0.6

func (x *EqualsRequest) ProtoReflect() protoreflect.Message

func (*EqualsRequest) Reset added in v0.0.6

func (x *EqualsRequest) Reset()

func (*EqualsRequest) String added in v0.0.6

func (x *EqualsRequest) String() string

type EqualsResponse added in v0.0.6

type EqualsResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*EqualsResponse) Descriptor deprecated added in v0.0.6

func (*EqualsResponse) Descriptor() ([]byte, []int)

Deprecated: Use EqualsResponse.ProtoReflect.Descriptor instead.

func (*EqualsResponse) GetResult added in v0.0.6

func (x *EqualsResponse) GetResult() bool

func (*EqualsResponse) ProtoMessage added in v0.0.6

func (*EqualsResponse) ProtoMessage()

func (*EqualsResponse) ProtoReflect added in v0.0.6

func (x *EqualsResponse) ProtoReflect() protoreflect.Message

func (*EqualsResponse) Reset added in v0.0.6

func (x *EqualsResponse) Reset()

func (*EqualsResponse) String added in v0.0.6

func (x *EqualsResponse) String() string

type Error0Request added in v0.0.6

type Error0Request struct {
	// contains filtered or unexported fields
}

func (*Error0Request) Descriptor deprecated added in v0.0.6

func (*Error0Request) Descriptor() ([]byte, []int)

Deprecated: Use Error0Request.ProtoReflect.Descriptor instead.

func (*Error0Request) ProtoMessage added in v0.0.6

func (*Error0Request) ProtoMessage()

func (*Error0Request) ProtoReflect added in v0.0.6

func (x *Error0Request) ProtoReflect() protoreflect.Message

func (*Error0Request) Reset added in v0.0.6

func (x *Error0Request) Reset()

func (*Error0Request) String added in v0.0.6

func (x *Error0Request) String() string

type Error0Response added in v0.0.6

type Error0Response struct {
	// contains filtered or unexported fields
}

func (*Error0Response) Descriptor deprecated added in v0.0.6

func (*Error0Response) Descriptor() ([]byte, []int)

Deprecated: Use Error0Response.ProtoReflect.Descriptor instead.

func (*Error0Response) ProtoMessage added in v0.0.6

func (*Error0Response) ProtoMessage()

func (*Error0Response) ProtoReflect added in v0.0.6

func (x *Error0Response) ProtoReflect() protoreflect.Message

func (*Error0Response) Reset added in v0.0.6

func (x *Error0Response) Reset()

func (*Error0Response) String added in v0.0.6

func (x *Error0Response) String() string

type Error1_1Request added in v0.0.6

type Error1_1Request struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*Error1_1Request) Descriptor deprecated added in v0.0.6

func (*Error1_1Request) Descriptor() ([]byte, []int)

Deprecated: Use Error1_1Request.ProtoReflect.Descriptor instead.

func (*Error1_1Request) GetArg0 added in v0.0.6

func (x *Error1_1Request) GetArg0() int32

func (*Error1_1Request) ProtoMessage added in v0.0.6

func (*Error1_1Request) ProtoMessage()

func (*Error1_1Request) ProtoReflect added in v0.0.6

func (x *Error1_1Request) ProtoReflect() protoreflect.Message

func (*Error1_1Request) Reset added in v0.0.6

func (x *Error1_1Request) Reset()

func (*Error1_1Request) String added in v0.0.6

func (x *Error1_1Request) String() string

type Error1_1Response added in v0.0.6

type Error1_1Response struct {
	// contains filtered or unexported fields
}

func (*Error1_1Response) Descriptor deprecated added in v0.0.6

func (*Error1_1Response) Descriptor() ([]byte, []int)

Deprecated: Use Error1_1Response.ProtoReflect.Descriptor instead.

func (*Error1_1Response) ProtoMessage added in v0.0.6

func (*Error1_1Response) ProtoMessage()

func (*Error1_1Response) ProtoReflect added in v0.0.6

func (x *Error1_1Response) ProtoReflect() protoreflect.Message

func (*Error1_1Response) Reset added in v0.0.6

func (x *Error1_1Response) Reset()

func (*Error1_1Response) String added in v0.0.6

func (x *Error1_1Response) String() string

type GetCallerUidRequest added in v0.0.6

type GetCallerUidRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCallerUidRequest) Descriptor deprecated added in v0.0.6

func (*GetCallerUidRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCallerUidRequest.ProtoReflect.Descriptor instead.

func (*GetCallerUidRequest) GetHandle added in v0.0.6

func (x *GetCallerUidRequest) GetHandle() int64

func (*GetCallerUidRequest) ProtoMessage added in v0.0.6

func (*GetCallerUidRequest) ProtoMessage()

func (*GetCallerUidRequest) ProtoReflect added in v0.0.6

func (x *GetCallerUidRequest) ProtoReflect() protoreflect.Message

func (*GetCallerUidRequest) Reset added in v0.0.6

func (x *GetCallerUidRequest) Reset()

func (*GetCallerUidRequest) String added in v0.0.6

func (x *GetCallerUidRequest) String() string

type GetCallerUidResponse added in v0.0.6

type GetCallerUidResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCallerUidResponse) Descriptor deprecated added in v0.0.6

func (*GetCallerUidResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCallerUidResponse.ProtoReflect.Descriptor instead.

func (*GetCallerUidResponse) GetResult added in v0.0.6

func (x *GetCallerUidResponse) GetResult() int32

func (*GetCallerUidResponse) ProtoMessage added in v0.0.6

func (*GetCallerUidResponse) ProtoMessage()

func (*GetCallerUidResponse) ProtoReflect added in v0.0.6

func (x *GetCallerUidResponse) ProtoReflect() protoreflect.Message

func (*GetCallerUidResponse) Reset added in v0.0.6

func (x *GetCallerUidResponse) Reset()

func (*GetCallerUidResponse) String added in v0.0.6

func (x *GetCallerUidResponse) String() string

type GetCharSequenceTextRequest added in v0.0.6

type GetCharSequenceTextRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCharSequenceTextRequest) Descriptor deprecated added in v0.0.6

func (*GetCharSequenceTextRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCharSequenceTextRequest.ProtoReflect.Descriptor instead.

func (*GetCharSequenceTextRequest) GetHandle added in v0.0.6

func (x *GetCharSequenceTextRequest) GetHandle() int64

func (*GetCharSequenceTextRequest) ProtoMessage added in v0.0.6

func (*GetCharSequenceTextRequest) ProtoMessage()

func (*GetCharSequenceTextRequest) ProtoReflect added in v0.0.6

func (*GetCharSequenceTextRequest) Reset added in v0.0.6

func (x *GetCharSequenceTextRequest) Reset()

func (*GetCharSequenceTextRequest) String added in v0.0.6

func (x *GetCharSequenceTextRequest) String() string

type GetCharSequenceTextResponse added in v0.0.6

type GetCharSequenceTextResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCharSequenceTextResponse) Descriptor deprecated added in v0.0.6

func (*GetCharSequenceTextResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCharSequenceTextResponse.ProtoReflect.Descriptor instead.

func (*GetCharSequenceTextResponse) GetResult added in v0.0.6

func (x *GetCharSequenceTextResponse) GetResult() int64

func (*GetCharSequenceTextResponse) ProtoMessage added in v0.0.6

func (*GetCharSequenceTextResponse) ProtoMessage()

func (*GetCharSequenceTextResponse) ProtoReflect added in v0.0.6

func (*GetCharSequenceTextResponse) Reset added in v0.0.6

func (x *GetCharSequenceTextResponse) Reset()

func (*GetCharSequenceTextResponse) String added in v0.0.6

func (x *GetCharSequenceTextResponse) String() string

type GetCountryRequest added in v0.0.6

type GetCountryRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCountryRequest) Descriptor deprecated added in v0.0.6

func (*GetCountryRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCountryRequest.ProtoReflect.Descriptor instead.

func (*GetCountryRequest) GetHandle added in v0.0.6

func (x *GetCountryRequest) GetHandle() int64

func (*GetCountryRequest) ProtoMessage added in v0.0.6

func (*GetCountryRequest) ProtoMessage()

func (*GetCountryRequest) ProtoReflect added in v0.0.6

func (x *GetCountryRequest) ProtoReflect() protoreflect.Message

func (*GetCountryRequest) Reset added in v0.0.6

func (x *GetCountryRequest) Reset()

func (*GetCountryRequest) String added in v0.0.6

func (x *GetCountryRequest) String() string

type GetCountryResponse added in v0.0.6

type GetCountryResponse struct {
	Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCountryResponse) Descriptor deprecated added in v0.0.6

func (*GetCountryResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCountryResponse.ProtoReflect.Descriptor instead.

func (*GetCountryResponse) GetResult added in v0.0.6

func (x *GetCountryResponse) GetResult() string

func (*GetCountryResponse) ProtoMessage added in v0.0.6

func (*GetCountryResponse) ProtoMessage()

func (*GetCountryResponse) ProtoReflect added in v0.0.6

func (x *GetCountryResponse) ProtoReflect() protoreflect.Message

func (*GetCountryResponse) Reset added in v0.0.6

func (x *GetCountryResponse) Reset()

func (*GetCountryResponse) String added in v0.0.6

func (x *GetCountryResponse) String() string

type GetFeaturesRequest

type GetFeaturesRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFeaturesRequest) Descriptor deprecated

func (*GetFeaturesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetFeaturesRequest.ProtoReflect.Descriptor instead.

func (*GetFeaturesRequest) GetHandle added in v0.0.6

func (x *GetFeaturesRequest) GetHandle() int64

func (*GetFeaturesRequest) ProtoMessage

func (*GetFeaturesRequest) ProtoMessage()

func (*GetFeaturesRequest) ProtoReflect

func (x *GetFeaturesRequest) ProtoReflect() protoreflect.Message

func (*GetFeaturesRequest) Reset

func (x *GetFeaturesRequest) Reset()

func (*GetFeaturesRequest) String

func (x *GetFeaturesRequest) String() string

type GetFeaturesResponse

type GetFeaturesResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFeaturesResponse) Descriptor deprecated

func (*GetFeaturesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetFeaturesResponse.ProtoReflect.Descriptor instead.

func (*GetFeaturesResponse) GetResult

func (x *GetFeaturesResponse) GetResult() int64

func (*GetFeaturesResponse) ProtoMessage

func (*GetFeaturesResponse) ProtoMessage()

func (*GetFeaturesResponse) ProtoReflect

func (x *GetFeaturesResponse) ProtoReflect() protoreflect.Message

func (*GetFeaturesResponse) Reset

func (x *GetFeaturesResponse) Reset()

func (*GetFeaturesResponse) String

func (x *GetFeaturesResponse) String() string

type GetLanguageRequest

type GetLanguageRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLanguageRequest) Descriptor deprecated

func (*GetLanguageRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetLanguageRequest.ProtoReflect.Descriptor instead.

func (*GetLanguageRequest) GetHandle added in v0.0.6

func (x *GetLanguageRequest) GetHandle() int64

func (*GetLanguageRequest) ProtoMessage

func (*GetLanguageRequest) ProtoMessage()

func (*GetLanguageRequest) ProtoReflect

func (x *GetLanguageRequest) ProtoReflect() protoreflect.Message

func (*GetLanguageRequest) Reset

func (x *GetLanguageRequest) Reset()

func (*GetLanguageRequest) String

func (x *GetLanguageRequest) String() string

type GetLanguageResponse

type GetLanguageResponse struct {
	Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLanguageResponse) Descriptor deprecated

func (*GetLanguageResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetLanguageResponse.ProtoReflect.Descriptor instead.

func (*GetLanguageResponse) GetResult

func (x *GetLanguageResponse) GetResult() string

func (*GetLanguageResponse) ProtoMessage

func (*GetLanguageResponse) ProtoMessage()

func (*GetLanguageResponse) ProtoReflect

func (x *GetLanguageResponse) ProtoReflect() protoreflect.Message

func (*GetLanguageResponse) Reset

func (x *GetLanguageResponse) Reset()

func (*GetLanguageResponse) String

func (x *GetLanguageResponse) String() string

type GetLatencyRequest added in v0.0.6

type GetLatencyRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLatencyRequest) Descriptor deprecated added in v0.0.6

func (*GetLatencyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetLatencyRequest.ProtoReflect.Descriptor instead.

func (*GetLatencyRequest) GetHandle added in v0.0.6

func (x *GetLatencyRequest) GetHandle() int64

func (*GetLatencyRequest) ProtoMessage added in v0.0.6

func (*GetLatencyRequest) ProtoMessage()

func (*GetLatencyRequest) ProtoReflect added in v0.0.6

func (x *GetLatencyRequest) ProtoReflect() protoreflect.Message

func (*GetLatencyRequest) Reset added in v0.0.6

func (x *GetLatencyRequest) Reset()

func (*GetLatencyRequest) String added in v0.0.6

func (x *GetLatencyRequest) String() string

type GetLatencyResponse added in v0.0.6

type GetLatencyResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLatencyResponse) Descriptor deprecated added in v0.0.6

func (*GetLatencyResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetLatencyResponse.ProtoReflect.Descriptor instead.

func (*GetLatencyResponse) GetResult added in v0.0.6

func (x *GetLatencyResponse) GetResult() int32

func (*GetLatencyResponse) ProtoMessage added in v0.0.6

func (*GetLatencyResponse) ProtoMessage()

func (*GetLatencyResponse) ProtoReflect added in v0.0.6

func (x *GetLatencyResponse) ProtoReflect() protoreflect.Message

func (*GetLatencyResponse) Reset added in v0.0.6

func (x *GetLatencyResponse) Reset()

func (*GetLatencyResponse) String added in v0.0.6

func (x *GetLatencyResponse) String() string

type GetLocaleRequest added in v0.0.6

type GetLocaleRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLocaleRequest) Descriptor deprecated added in v0.0.6

func (*GetLocaleRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetLocaleRequest.ProtoReflect.Descriptor instead.

func (*GetLocaleRequest) GetHandle added in v0.0.6

func (x *GetLocaleRequest) GetHandle() int64

func (*GetLocaleRequest) ProtoMessage added in v0.0.6

func (*GetLocaleRequest) ProtoMessage()

func (*GetLocaleRequest) ProtoReflect added in v0.0.6

func (x *GetLocaleRequest) ProtoReflect() protoreflect.Message

func (*GetLocaleRequest) Reset added in v0.0.6

func (x *GetLocaleRequest) Reset()

func (*GetLocaleRequest) String added in v0.0.6

func (x *GetLocaleRequest) String() string

type GetLocaleResponse added in v0.0.6

type GetLocaleResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLocaleResponse) Descriptor deprecated added in v0.0.6

func (*GetLocaleResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetLocaleResponse.ProtoReflect.Descriptor instead.

func (*GetLocaleResponse) GetResult added in v0.0.6

func (x *GetLocaleResponse) GetResult() int64

func (*GetLocaleResponse) ProtoMessage added in v0.0.6

func (*GetLocaleResponse) ProtoMessage()

func (*GetLocaleResponse) ProtoReflect added in v0.0.6

func (x *GetLocaleResponse) ProtoReflect() protoreflect.Message

func (*GetLocaleResponse) Reset added in v0.0.6

func (x *GetLocaleResponse) Reset()

func (*GetLocaleResponse) String added in v0.0.6

func (x *GetLocaleResponse) String() string

type GetMaxBufferSizeRequest added in v0.0.6

type GetMaxBufferSizeRequest struct {
	// contains filtered or unexported fields
}

func (*GetMaxBufferSizeRequest) Descriptor deprecated added in v0.0.6

func (*GetMaxBufferSizeRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetMaxBufferSizeRequest.ProtoReflect.Descriptor instead.

func (*GetMaxBufferSizeRequest) ProtoMessage added in v0.0.6

func (*GetMaxBufferSizeRequest) ProtoMessage()

func (*GetMaxBufferSizeRequest) ProtoReflect added in v0.0.6

func (x *GetMaxBufferSizeRequest) ProtoReflect() protoreflect.Message

func (*GetMaxBufferSizeRequest) Reset added in v0.0.6

func (x *GetMaxBufferSizeRequest) Reset()

func (*GetMaxBufferSizeRequest) String added in v0.0.6

func (x *GetMaxBufferSizeRequest) String() string

type GetMaxBufferSizeResponse added in v0.0.6

type GetMaxBufferSizeResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMaxBufferSizeResponse) Descriptor deprecated added in v0.0.6

func (*GetMaxBufferSizeResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetMaxBufferSizeResponse.ProtoReflect.Descriptor instead.

func (*GetMaxBufferSizeResponse) GetResult added in v0.0.6

func (x *GetMaxBufferSizeResponse) GetResult() int32

func (*GetMaxBufferSizeResponse) ProtoMessage added in v0.0.6

func (*GetMaxBufferSizeResponse) ProtoMessage()

func (*GetMaxBufferSizeResponse) ProtoReflect added in v0.0.6

func (x *GetMaxBufferSizeResponse) ProtoReflect() protoreflect.Message

func (*GetMaxBufferSizeResponse) Reset added in v0.0.6

func (x *GetMaxBufferSizeResponse) Reset()

func (*GetMaxBufferSizeResponse) String added in v0.0.6

func (x *GetMaxBufferSizeResponse) String() string

type GetNameRequest added in v0.0.6

type GetNameRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNameRequest) Descriptor deprecated added in v0.0.6

func (*GetNameRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetNameRequest.ProtoReflect.Descriptor instead.

func (*GetNameRequest) GetHandle added in v0.0.6

func (x *GetNameRequest) GetHandle() int64

func (*GetNameRequest) ProtoMessage added in v0.0.6

func (*GetNameRequest) ProtoMessage()

func (*GetNameRequest) ProtoReflect added in v0.0.6

func (x *GetNameRequest) ProtoReflect() protoreflect.Message

func (*GetNameRequest) Reset added in v0.0.6

func (x *GetNameRequest) Reset()

func (*GetNameRequest) String added in v0.0.6

func (x *GetNameRequest) String() string

type GetNameResponse added in v0.0.6

type GetNameResponse struct {
	Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNameResponse) Descriptor deprecated added in v0.0.6

func (*GetNameResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetNameResponse.ProtoReflect.Descriptor instead.

func (*GetNameResponse) GetResult added in v0.0.6

func (x *GetNameResponse) GetResult() string

func (*GetNameResponse) ProtoMessage added in v0.0.6

func (*GetNameResponse) ProtoMessage()

func (*GetNameResponse) ProtoReflect added in v0.0.6

func (x *GetNameResponse) ProtoReflect() protoreflect.Message

func (*GetNameResponse) Reset added in v0.0.6

func (x *GetNameResponse) Reset()

func (*GetNameResponse) String added in v0.0.6

func (x *GetNameResponse) String() string

type GetParamsRequest added in v0.0.6

type GetParamsRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetParamsRequest) Descriptor deprecated added in v0.0.6

func (*GetParamsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetParamsRequest.ProtoReflect.Descriptor instead.

func (*GetParamsRequest) GetHandle added in v0.0.6

func (x *GetParamsRequest) GetHandle() int64

func (*GetParamsRequest) ProtoMessage added in v0.0.6

func (*GetParamsRequest) ProtoMessage()

func (*GetParamsRequest) ProtoReflect added in v0.0.6

func (x *GetParamsRequest) ProtoReflect() protoreflect.Message

func (*GetParamsRequest) Reset added in v0.0.6

func (x *GetParamsRequest) Reset()

func (*GetParamsRequest) String added in v0.0.6

func (x *GetParamsRequest) String() string

type GetParamsResponse added in v0.0.6

type GetParamsResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetParamsResponse) Descriptor deprecated added in v0.0.6

func (*GetParamsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetParamsResponse.ProtoReflect.Descriptor instead.

func (*GetParamsResponse) GetResult added in v0.0.6

func (x *GetParamsResponse) GetResult() int64

func (*GetParamsResponse) ProtoMessage added in v0.0.6

func (*GetParamsResponse) ProtoMessage()

func (*GetParamsResponse) ProtoReflect added in v0.0.6

func (x *GetParamsResponse) ProtoReflect() protoreflect.Message

func (*GetParamsResponse) Reset added in v0.0.6

func (x *GetParamsResponse) Reset()

func (*GetParamsResponse) String added in v0.0.6

func (x *GetParamsResponse) String() string

type GetPitchRequest added in v0.0.6

type GetPitchRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPitchRequest) Descriptor deprecated added in v0.0.6

func (*GetPitchRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetPitchRequest.ProtoReflect.Descriptor instead.

func (*GetPitchRequest) GetHandle added in v0.0.6

func (x *GetPitchRequest) GetHandle() int64

func (*GetPitchRequest) ProtoMessage added in v0.0.6

func (*GetPitchRequest) ProtoMessage()

func (*GetPitchRequest) ProtoReflect added in v0.0.6

func (x *GetPitchRequest) ProtoReflect() protoreflect.Message

func (*GetPitchRequest) Reset added in v0.0.6

func (x *GetPitchRequest) Reset()

func (*GetPitchRequest) String added in v0.0.6

func (x *GetPitchRequest) String() string

type GetPitchResponse added in v0.0.6

type GetPitchResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPitchResponse) Descriptor deprecated added in v0.0.6

func (*GetPitchResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetPitchResponse.ProtoReflect.Descriptor instead.

func (*GetPitchResponse) GetResult added in v0.0.6

func (x *GetPitchResponse) GetResult() int32

func (*GetPitchResponse) ProtoMessage added in v0.0.6

func (*GetPitchResponse) ProtoMessage()

func (*GetPitchResponse) ProtoReflect added in v0.0.6

func (x *GetPitchResponse) ProtoReflect() protoreflect.Message

func (*GetPitchResponse) Reset added in v0.0.6

func (x *GetPitchResponse) Reset()

func (*GetPitchResponse) String added in v0.0.6

func (x *GetPitchResponse) String() string

type GetQualityRequest added in v0.0.6

type GetQualityRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetQualityRequest) Descriptor deprecated added in v0.0.6

func (*GetQualityRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetQualityRequest.ProtoReflect.Descriptor instead.

func (*GetQualityRequest) GetHandle added in v0.0.6

func (x *GetQualityRequest) GetHandle() int64

func (*GetQualityRequest) ProtoMessage added in v0.0.6

func (*GetQualityRequest) ProtoMessage()

func (*GetQualityRequest) ProtoReflect added in v0.0.6

func (x *GetQualityRequest) ProtoReflect() protoreflect.Message

func (*GetQualityRequest) Reset added in v0.0.6

func (x *GetQualityRequest) Reset()

func (*GetQualityRequest) String added in v0.0.6

func (x *GetQualityRequest) String() string

type GetQualityResponse added in v0.0.6

type GetQualityResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetQualityResponse) Descriptor deprecated added in v0.0.6

func (*GetQualityResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetQualityResponse.ProtoReflect.Descriptor instead.

func (*GetQualityResponse) GetResult added in v0.0.6

func (x *GetQualityResponse) GetResult() int32

func (*GetQualityResponse) ProtoMessage added in v0.0.6

func (*GetQualityResponse) ProtoMessage()

func (*GetQualityResponse) ProtoReflect added in v0.0.6

func (x *GetQualityResponse) ProtoReflect() protoreflect.Message

func (*GetQualityResponse) Reset added in v0.0.6

func (x *GetQualityResponse) Reset()

func (*GetQualityResponse) String added in v0.0.6

func (x *GetQualityResponse) String() string

type GetSpeechRateRequest added in v0.0.6

type GetSpeechRateRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSpeechRateRequest) Descriptor deprecated added in v0.0.6

func (*GetSpeechRateRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSpeechRateRequest.ProtoReflect.Descriptor instead.

func (*GetSpeechRateRequest) GetHandle added in v0.0.6

func (x *GetSpeechRateRequest) GetHandle() int64

func (*GetSpeechRateRequest) ProtoMessage added in v0.0.6

func (*GetSpeechRateRequest) ProtoMessage()

func (*GetSpeechRateRequest) ProtoReflect added in v0.0.6

func (x *GetSpeechRateRequest) ProtoReflect() protoreflect.Message

func (*GetSpeechRateRequest) Reset added in v0.0.6

func (x *GetSpeechRateRequest) Reset()

func (*GetSpeechRateRequest) String added in v0.0.6

func (x *GetSpeechRateRequest) String() string

type GetSpeechRateResponse added in v0.0.6

type GetSpeechRateResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSpeechRateResponse) Descriptor deprecated added in v0.0.6

func (*GetSpeechRateResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSpeechRateResponse.ProtoReflect.Descriptor instead.

func (*GetSpeechRateResponse) GetResult added in v0.0.6

func (x *GetSpeechRateResponse) GetResult() int32

func (*GetSpeechRateResponse) ProtoMessage added in v0.0.6

func (*GetSpeechRateResponse) ProtoMessage()

func (*GetSpeechRateResponse) ProtoReflect added in v0.0.6

func (x *GetSpeechRateResponse) ProtoReflect() protoreflect.Message

func (*GetSpeechRateResponse) Reset added in v0.0.6

func (x *GetSpeechRateResponse) Reset()

func (*GetSpeechRateResponse) String added in v0.0.6

func (x *GetSpeechRateResponse) String() string

type GetTextRequest added in v0.0.6

type GetTextRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTextRequest) Descriptor deprecated added in v0.0.6

func (*GetTextRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTextRequest.ProtoReflect.Descriptor instead.

func (*GetTextRequest) GetHandle added in v0.0.6

func (x *GetTextRequest) GetHandle() int64

func (*GetTextRequest) ProtoMessage added in v0.0.6

func (*GetTextRequest) ProtoMessage()

func (*GetTextRequest) ProtoReflect added in v0.0.6

func (x *GetTextRequest) ProtoReflect() protoreflect.Message

func (*GetTextRequest) Reset added in v0.0.6

func (x *GetTextRequest) Reset()

func (*GetTextRequest) String added in v0.0.6

func (x *GetTextRequest) String() string

type GetTextResponse added in v0.0.6

type GetTextResponse struct {
	Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTextResponse) Descriptor deprecated added in v0.0.6

func (*GetTextResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetTextResponse.ProtoReflect.Descriptor instead.

func (*GetTextResponse) GetResult added in v0.0.6

func (x *GetTextResponse) GetResult() string

func (*GetTextResponse) ProtoMessage added in v0.0.6

func (*GetTextResponse) ProtoMessage()

func (*GetTextResponse) ProtoReflect added in v0.0.6

func (x *GetTextResponse) ProtoReflect() protoreflect.Message

func (*GetTextResponse) Reset added in v0.0.6

func (x *GetTextResponse) Reset()

func (*GetTextResponse) String added in v0.0.6

func (x *GetTextResponse) String() string

type GetVariantRequest added in v0.0.6

type GetVariantRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVariantRequest) Descriptor deprecated added in v0.0.6

func (*GetVariantRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetVariantRequest.ProtoReflect.Descriptor instead.

func (*GetVariantRequest) GetHandle added in v0.0.6

func (x *GetVariantRequest) GetHandle() int64

func (*GetVariantRequest) ProtoMessage added in v0.0.6

func (*GetVariantRequest) ProtoMessage()

func (*GetVariantRequest) ProtoReflect added in v0.0.6

func (x *GetVariantRequest) ProtoReflect() protoreflect.Message

func (*GetVariantRequest) Reset added in v0.0.6

func (x *GetVariantRequest) Reset()

func (*GetVariantRequest) String added in v0.0.6

func (x *GetVariantRequest) String() string

type GetVariantResponse added in v0.0.6

type GetVariantResponse struct {
	Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVariantResponse) Descriptor deprecated added in v0.0.6

func (*GetVariantResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetVariantResponse.ProtoReflect.Descriptor instead.

func (*GetVariantResponse) GetResult added in v0.0.6

func (x *GetVariantResponse) GetResult() string

func (*GetVariantResponse) ProtoMessage added in v0.0.6

func (*GetVariantResponse) ProtoMessage()

func (*GetVariantResponse) ProtoReflect added in v0.0.6

func (x *GetVariantResponse) ProtoReflect() protoreflect.Message

func (*GetVariantResponse) Reset added in v0.0.6

func (x *GetVariantResponse) Reset()

func (*GetVariantResponse) String added in v0.0.6

func (x *GetVariantResponse) String() string

type GetVoiceNameRequest added in v0.0.6

type GetVoiceNameRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVoiceNameRequest) Descriptor deprecated added in v0.0.6

func (*GetVoiceNameRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetVoiceNameRequest.ProtoReflect.Descriptor instead.

func (*GetVoiceNameRequest) GetHandle added in v0.0.6

func (x *GetVoiceNameRequest) GetHandle() int64

func (*GetVoiceNameRequest) ProtoMessage added in v0.0.6

func (*GetVoiceNameRequest) ProtoMessage()

func (*GetVoiceNameRequest) ProtoReflect added in v0.0.6

func (x *GetVoiceNameRequest) ProtoReflect() protoreflect.Message

func (*GetVoiceNameRequest) Reset added in v0.0.6

func (x *GetVoiceNameRequest) Reset()

func (*GetVoiceNameRequest) String added in v0.0.6

func (x *GetVoiceNameRequest) String() string

type GetVoiceNameResponse added in v0.0.6

type GetVoiceNameResponse struct {
	Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVoiceNameResponse) Descriptor deprecated added in v0.0.6

func (*GetVoiceNameResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetVoiceNameResponse.ProtoReflect.Descriptor instead.

func (*GetVoiceNameResponse) GetResult added in v0.0.6

func (x *GetVoiceNameResponse) GetResult() string

func (*GetVoiceNameResponse) ProtoMessage added in v0.0.6

func (*GetVoiceNameResponse) ProtoMessage()

func (*GetVoiceNameResponse) ProtoReflect added in v0.0.6

func (x *GetVoiceNameResponse) ProtoReflect() protoreflect.Message

func (*GetVoiceNameResponse) Reset added in v0.0.6

func (x *GetVoiceNameResponse) Reset()

func (*GetVoiceNameResponse) String added in v0.0.6

func (x *GetVoiceNameResponse) String() string

type HasFinishedRequest added in v0.0.6

type HasFinishedRequest struct {
	// contains filtered or unexported fields
}

func (*HasFinishedRequest) Descriptor deprecated added in v0.0.6

func (*HasFinishedRequest) Descriptor() ([]byte, []int)

Deprecated: Use HasFinishedRequest.ProtoReflect.Descriptor instead.

func (*HasFinishedRequest) ProtoMessage added in v0.0.6

func (*HasFinishedRequest) ProtoMessage()

func (*HasFinishedRequest) ProtoReflect added in v0.0.6

func (x *HasFinishedRequest) ProtoReflect() protoreflect.Message

func (*HasFinishedRequest) Reset added in v0.0.6

func (x *HasFinishedRequest) Reset()

func (*HasFinishedRequest) String added in v0.0.6

func (x *HasFinishedRequest) String() string

type HasFinishedResponse added in v0.0.6

type HasFinishedResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*HasFinishedResponse) Descriptor deprecated added in v0.0.6

func (*HasFinishedResponse) Descriptor() ([]byte, []int)

Deprecated: Use HasFinishedResponse.ProtoReflect.Descriptor instead.

func (*HasFinishedResponse) GetResult added in v0.0.6

func (x *HasFinishedResponse) GetResult() bool

func (*HasFinishedResponse) ProtoMessage added in v0.0.6

func (*HasFinishedResponse) ProtoMessage()

func (*HasFinishedResponse) ProtoReflect added in v0.0.6

func (x *HasFinishedResponse) ProtoReflect() protoreflect.Message

func (*HasFinishedResponse) Reset added in v0.0.6

func (x *HasFinishedResponse) Reset()

func (*HasFinishedResponse) String added in v0.0.6

func (x *HasFinishedResponse) String() string

type HasStartedRequest added in v0.0.6

type HasStartedRequest struct {
	// contains filtered or unexported fields
}

func (*HasStartedRequest) Descriptor deprecated added in v0.0.6

func (*HasStartedRequest) Descriptor() ([]byte, []int)

Deprecated: Use HasStartedRequest.ProtoReflect.Descriptor instead.

func (*HasStartedRequest) ProtoMessage added in v0.0.6

func (*HasStartedRequest) ProtoMessage()

func (*HasStartedRequest) ProtoReflect added in v0.0.6

func (x *HasStartedRequest) ProtoReflect() protoreflect.Message

func (*HasStartedRequest) Reset added in v0.0.6

func (x *HasStartedRequest) Reset()

func (*HasStartedRequest) String added in v0.0.6

func (x *HasStartedRequest) String() string

type HasStartedResponse added in v0.0.6

type HasStartedResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*HasStartedResponse) Descriptor deprecated added in v0.0.6

func (*HasStartedResponse) Descriptor() ([]byte, []int)

Deprecated: Use HasStartedResponse.ProtoReflect.Descriptor instead.

func (*HasStartedResponse) GetResult added in v0.0.6

func (x *HasStartedResponse) GetResult() bool

func (*HasStartedResponse) ProtoMessage added in v0.0.6

func (*HasStartedResponse) ProtoMessage()

func (*HasStartedResponse) ProtoReflect added in v0.0.6

func (x *HasStartedResponse) ProtoReflect() protoreflect.Message

func (*HasStartedResponse) Reset added in v0.0.6

func (x *HasStartedResponse) Reset()

func (*HasStartedResponse) String added in v0.0.6

func (x *HasStartedResponse) String() string

type HashCodeRequest added in v0.0.6

type HashCodeRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*HashCodeRequest) Descriptor deprecated added in v0.0.6

func (*HashCodeRequest) Descriptor() ([]byte, []int)

Deprecated: Use HashCodeRequest.ProtoReflect.Descriptor instead.

func (*HashCodeRequest) GetHandle added in v0.0.6

func (x *HashCodeRequest) GetHandle() int64

func (*HashCodeRequest) ProtoMessage added in v0.0.6

func (*HashCodeRequest) ProtoMessage()

func (*HashCodeRequest) ProtoReflect added in v0.0.6

func (x *HashCodeRequest) ProtoReflect() protoreflect.Message

func (*HashCodeRequest) Reset added in v0.0.6

func (x *HashCodeRequest) Reset()

func (*HashCodeRequest) String added in v0.0.6

func (x *HashCodeRequest) String() string

type HashCodeResponse added in v0.0.6

type HashCodeResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*HashCodeResponse) Descriptor deprecated added in v0.0.6

func (*HashCodeResponse) Descriptor() ([]byte, []int)

Deprecated: Use HashCodeResponse.ProtoReflect.Descriptor instead.

func (*HashCodeResponse) GetResult added in v0.0.6

func (x *HashCodeResponse) GetResult() int32

func (*HashCodeResponse) ProtoMessage added in v0.0.6

func (*HashCodeResponse) ProtoMessage()

func (*HashCodeResponse) ProtoReflect added in v0.0.6

func (x *HashCodeResponse) ProtoReflect() protoreflect.Message

func (*HashCodeResponse) Reset added in v0.0.6

func (x *HashCodeResponse) Reset()

func (*HashCodeResponse) String added in v0.0.6

func (x *HashCodeResponse) String() string

type IsNetworkConnectionRequiredRequest added in v0.0.6

type IsNetworkConnectionRequiredRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*IsNetworkConnectionRequiredRequest) Descriptor deprecated added in v0.0.6

func (*IsNetworkConnectionRequiredRequest) Descriptor() ([]byte, []int)

Deprecated: Use IsNetworkConnectionRequiredRequest.ProtoReflect.Descriptor instead.

func (*IsNetworkConnectionRequiredRequest) GetHandle added in v0.0.6

func (*IsNetworkConnectionRequiredRequest) ProtoMessage added in v0.0.6

func (*IsNetworkConnectionRequiredRequest) ProtoMessage()

func (*IsNetworkConnectionRequiredRequest) ProtoReflect added in v0.0.6

func (*IsNetworkConnectionRequiredRequest) Reset added in v0.0.6

func (*IsNetworkConnectionRequiredRequest) String added in v0.0.6

type IsNetworkConnectionRequiredResponse added in v0.0.6

type IsNetworkConnectionRequiredResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*IsNetworkConnectionRequiredResponse) Descriptor deprecated added in v0.0.6

func (*IsNetworkConnectionRequiredResponse) Descriptor() ([]byte, []int)

Deprecated: Use IsNetworkConnectionRequiredResponse.ProtoReflect.Descriptor instead.

func (*IsNetworkConnectionRequiredResponse) GetResult added in v0.0.6

func (*IsNetworkConnectionRequiredResponse) ProtoMessage added in v0.0.6

func (*IsNetworkConnectionRequiredResponse) ProtoMessage()

func (*IsNetworkConnectionRequiredResponse) ProtoReflect added in v0.0.6

func (*IsNetworkConnectionRequiredResponse) Reset added in v0.0.6

func (*IsNetworkConnectionRequiredResponse) String added in v0.0.6

type NewSynthesisRequestRequest added in v0.0.6

type NewSynthesisRequestRequest struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64  `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*NewSynthesisRequestRequest) Descriptor deprecated added in v0.0.6

func (*NewSynthesisRequestRequest) Descriptor() ([]byte, []int)

Deprecated: Use NewSynthesisRequestRequest.ProtoReflect.Descriptor instead.

func (*NewSynthesisRequestRequest) GetArg0 added in v0.0.6

func (x *NewSynthesisRequestRequest) GetArg0() string

func (*NewSynthesisRequestRequest) GetArg1 added in v0.0.6

func (x *NewSynthesisRequestRequest) GetArg1() int64

func (*NewSynthesisRequestRequest) ProtoMessage added in v0.0.6

func (*NewSynthesisRequestRequest) ProtoMessage()

func (*NewSynthesisRequestRequest) ProtoReflect added in v0.0.6

func (*NewSynthesisRequestRequest) Reset added in v0.0.6

func (x *NewSynthesisRequestRequest) Reset()

func (*NewSynthesisRequestRequest) String added in v0.0.6

func (x *NewSynthesisRequestRequest) String() string

type NewSynthesisRequestResponse added in v0.0.6

type NewSynthesisRequestResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*NewSynthesisRequestResponse) Descriptor deprecated added in v0.0.6

func (*NewSynthesisRequestResponse) Descriptor() ([]byte, []int)

Deprecated: Use NewSynthesisRequestResponse.ProtoReflect.Descriptor instead.

func (*NewSynthesisRequestResponse) GetResult added in v0.0.6

func (x *NewSynthesisRequestResponse) GetResult() int64

func (*NewSynthesisRequestResponse) ProtoMessage added in v0.0.6

func (*NewSynthesisRequestResponse) ProtoMessage()

func (*NewSynthesisRequestResponse) ProtoReflect added in v0.0.6

func (*NewSynthesisRequestResponse) Reset added in v0.0.6

func (x *NewSynthesisRequestResponse) Reset()

func (*NewSynthesisRequestResponse) String added in v0.0.6

func (x *NewSynthesisRequestResponse) String() string

type NewVoiceRequest added in v0.0.6

type NewVoiceRequest struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64  `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int32  `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	Arg3 int32  `protobuf:"varint,4,opt,name=arg3,proto3" json:"arg3,omitempty"`
	Arg4 bool   `protobuf:"varint,5,opt,name=arg4,proto3" json:"arg4,omitempty"`
	Arg5 int64  `protobuf:"varint,6,opt,name=arg5,proto3" json:"arg5,omitempty"`
	// contains filtered or unexported fields
}

func (*NewVoiceRequest) Descriptor deprecated added in v0.0.6

func (*NewVoiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use NewVoiceRequest.ProtoReflect.Descriptor instead.

func (*NewVoiceRequest) GetArg0 added in v0.0.6

func (x *NewVoiceRequest) GetArg0() string

func (*NewVoiceRequest) GetArg1 added in v0.0.6

func (x *NewVoiceRequest) GetArg1() int64

func (*NewVoiceRequest) GetArg2 added in v0.0.6

func (x *NewVoiceRequest) GetArg2() int32

func (*NewVoiceRequest) GetArg3 added in v0.0.6

func (x *NewVoiceRequest) GetArg3() int32

func (*NewVoiceRequest) GetArg4 added in v0.0.6

func (x *NewVoiceRequest) GetArg4() bool

func (*NewVoiceRequest) GetArg5 added in v0.0.6

func (x *NewVoiceRequest) GetArg5() int64

func (*NewVoiceRequest) ProtoMessage added in v0.0.6

func (*NewVoiceRequest) ProtoMessage()

func (*NewVoiceRequest) ProtoReflect added in v0.0.6

func (x *NewVoiceRequest) ProtoReflect() protoreflect.Message

func (*NewVoiceRequest) Reset added in v0.0.6

func (x *NewVoiceRequest) Reset()

func (*NewVoiceRequest) String added in v0.0.6

func (x *NewVoiceRequest) String() string

type NewVoiceResponse added in v0.0.6

type NewVoiceResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*NewVoiceResponse) Descriptor deprecated added in v0.0.6

func (*NewVoiceResponse) Descriptor() ([]byte, []int)

Deprecated: Use NewVoiceResponse.ProtoReflect.Descriptor instead.

func (*NewVoiceResponse) GetResult added in v0.0.6

func (x *NewVoiceResponse) GetResult() int64

func (*NewVoiceResponse) ProtoMessage added in v0.0.6

func (*NewVoiceResponse) ProtoMessage()

func (*NewVoiceResponse) ProtoReflect added in v0.0.6

func (x *NewVoiceResponse) ProtoReflect() protoreflect.Message

func (*NewVoiceResponse) Reset added in v0.0.6

func (x *NewVoiceResponse) Reset()

func (*NewVoiceResponse) String added in v0.0.6

func (x *NewVoiceResponse) String() string

type OnAudioAvailableRequest added in v0.0.6

type OnAudioAvailableRequest struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64  `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*OnAudioAvailableRequest) Descriptor deprecated added in v0.0.6

func (*OnAudioAvailableRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnAudioAvailableRequest.ProtoReflect.Descriptor instead.

func (*OnAudioAvailableRequest) GetArg0 added in v0.0.6

func (x *OnAudioAvailableRequest) GetArg0() string

func (*OnAudioAvailableRequest) GetArg1 added in v0.0.6

func (x *OnAudioAvailableRequest) GetArg1() int64

func (*OnAudioAvailableRequest) ProtoMessage added in v0.0.6

func (*OnAudioAvailableRequest) ProtoMessage()

func (*OnAudioAvailableRequest) ProtoReflect added in v0.0.6

func (x *OnAudioAvailableRequest) ProtoReflect() protoreflect.Message

func (*OnAudioAvailableRequest) Reset added in v0.0.6

func (x *OnAudioAvailableRequest) Reset()

func (*OnAudioAvailableRequest) String added in v0.0.6

func (x *OnAudioAvailableRequest) String() string

type OnAudioAvailableResponse added in v0.0.6

type OnAudioAvailableResponse struct {
	// contains filtered or unexported fields
}

func (*OnAudioAvailableResponse) Descriptor deprecated added in v0.0.6

func (*OnAudioAvailableResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnAudioAvailableResponse.ProtoReflect.Descriptor instead.

func (*OnAudioAvailableResponse) ProtoMessage added in v0.0.6

func (*OnAudioAvailableResponse) ProtoMessage()

func (*OnAudioAvailableResponse) ProtoReflect added in v0.0.6

func (x *OnAudioAvailableResponse) ProtoReflect() protoreflect.Message

func (*OnAudioAvailableResponse) Reset added in v0.0.6

func (x *OnAudioAvailableResponse) Reset()

func (*OnAudioAvailableResponse) String added in v0.0.6

func (x *OnAudioAvailableResponse) String() string

type OnBeginSynthesisRequest added in v0.0.6

type OnBeginSynthesisRequest struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int32  `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int32  `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	Arg3 int32  `protobuf:"varint,4,opt,name=arg3,proto3" json:"arg3,omitempty"`
	// contains filtered or unexported fields
}

func (*OnBeginSynthesisRequest) Descriptor deprecated added in v0.0.6

func (*OnBeginSynthesisRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnBeginSynthesisRequest.ProtoReflect.Descriptor instead.

func (*OnBeginSynthesisRequest) GetArg0 added in v0.0.6

func (x *OnBeginSynthesisRequest) GetArg0() string

func (*OnBeginSynthesisRequest) GetArg1 added in v0.0.6

func (x *OnBeginSynthesisRequest) GetArg1() int32

func (*OnBeginSynthesisRequest) GetArg2 added in v0.0.6

func (x *OnBeginSynthesisRequest) GetArg2() int32

func (*OnBeginSynthesisRequest) GetArg3 added in v0.0.6

func (x *OnBeginSynthesisRequest) GetArg3() int32

func (*OnBeginSynthesisRequest) ProtoMessage added in v0.0.6

func (*OnBeginSynthesisRequest) ProtoMessage()

func (*OnBeginSynthesisRequest) ProtoReflect added in v0.0.6

func (x *OnBeginSynthesisRequest) ProtoReflect() protoreflect.Message

func (*OnBeginSynthesisRequest) Reset added in v0.0.6

func (x *OnBeginSynthesisRequest) Reset()

func (*OnBeginSynthesisRequest) String added in v0.0.6

func (x *OnBeginSynthesisRequest) String() string

type OnBeginSynthesisResponse added in v0.0.6

type OnBeginSynthesisResponse struct {
	// contains filtered or unexported fields
}

func (*OnBeginSynthesisResponse) Descriptor deprecated added in v0.0.6

func (*OnBeginSynthesisResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnBeginSynthesisResponse.ProtoReflect.Descriptor instead.

func (*OnBeginSynthesisResponse) ProtoMessage added in v0.0.6

func (*OnBeginSynthesisResponse) ProtoMessage()

func (*OnBeginSynthesisResponse) ProtoReflect added in v0.0.6

func (x *OnBeginSynthesisResponse) ProtoReflect() protoreflect.Message

func (*OnBeginSynthesisResponse) Reset added in v0.0.6

func (x *OnBeginSynthesisResponse) Reset()

func (*OnBeginSynthesisResponse) String added in v0.0.6

func (x *OnBeginSynthesisResponse) String() string

type OnBindRequest added in v0.0.6

type OnBindRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OnBindRequest) Descriptor deprecated added in v0.0.6

func (*OnBindRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnBindRequest.ProtoReflect.Descriptor instead.

func (*OnBindRequest) GetArg0 added in v0.0.6

func (x *OnBindRequest) GetArg0() int64

func (*OnBindRequest) ProtoMessage added in v0.0.6

func (*OnBindRequest) ProtoMessage()

func (*OnBindRequest) ProtoReflect added in v0.0.6

func (x *OnBindRequest) ProtoReflect() protoreflect.Message

func (*OnBindRequest) Reset added in v0.0.6

func (x *OnBindRequest) Reset()

func (*OnBindRequest) String added in v0.0.6

func (x *OnBindRequest) String() string

type OnBindResponse added in v0.0.6

type OnBindResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OnBindResponse) Descriptor deprecated added in v0.0.6

func (*OnBindResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnBindResponse.ProtoReflect.Descriptor instead.

func (*OnBindResponse) GetResult added in v0.0.6

func (x *OnBindResponse) GetResult() int64

func (*OnBindResponse) ProtoMessage added in v0.0.6

func (*OnBindResponse) ProtoMessage()

func (*OnBindResponse) ProtoReflect added in v0.0.6

func (x *OnBindResponse) ProtoReflect() protoreflect.Message

func (*OnBindResponse) Reset added in v0.0.6

func (x *OnBindResponse) Reset()

func (*OnBindResponse) String added in v0.0.6

func (x *OnBindResponse) String() string

type OnCreateRequest added in v0.0.6

type OnCreateRequest struct {
	// contains filtered or unexported fields
}

func (*OnCreateRequest) Descriptor deprecated added in v0.0.6

func (*OnCreateRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnCreateRequest.ProtoReflect.Descriptor instead.

func (*OnCreateRequest) ProtoMessage added in v0.0.6

func (*OnCreateRequest) ProtoMessage()

func (*OnCreateRequest) ProtoReflect added in v0.0.6

func (x *OnCreateRequest) ProtoReflect() protoreflect.Message

func (*OnCreateRequest) Reset added in v0.0.6

func (x *OnCreateRequest) Reset()

func (*OnCreateRequest) String added in v0.0.6

func (x *OnCreateRequest) String() string

type OnCreateResponse added in v0.0.6

type OnCreateResponse struct {
	// contains filtered or unexported fields
}

func (*OnCreateResponse) Descriptor deprecated added in v0.0.6

func (*OnCreateResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnCreateResponse.ProtoReflect.Descriptor instead.

func (*OnCreateResponse) ProtoMessage added in v0.0.6

func (*OnCreateResponse) ProtoMessage()

func (*OnCreateResponse) ProtoReflect added in v0.0.6

func (x *OnCreateResponse) ProtoReflect() protoreflect.Message

func (*OnCreateResponse) Reset added in v0.0.6

func (x *OnCreateResponse) Reset()

func (*OnCreateResponse) String added in v0.0.6

func (x *OnCreateResponse) String() string

type OnDestroyRequest added in v0.0.6

type OnDestroyRequest struct {
	// contains filtered or unexported fields
}

func (*OnDestroyRequest) Descriptor deprecated added in v0.0.6

func (*OnDestroyRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnDestroyRequest.ProtoReflect.Descriptor instead.

func (*OnDestroyRequest) ProtoMessage added in v0.0.6

func (*OnDestroyRequest) ProtoMessage()

func (*OnDestroyRequest) ProtoReflect added in v0.0.6

func (x *OnDestroyRequest) ProtoReflect() protoreflect.Message

func (*OnDestroyRequest) Reset added in v0.0.6

func (x *OnDestroyRequest) Reset()

func (*OnDestroyRequest) String added in v0.0.6

func (x *OnDestroyRequest) String() string

type OnDestroyResponse added in v0.0.6

type OnDestroyResponse struct {
	// contains filtered or unexported fields
}

func (*OnDestroyResponse) Descriptor deprecated added in v0.0.6

func (*OnDestroyResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnDestroyResponse.ProtoReflect.Descriptor instead.

func (*OnDestroyResponse) ProtoMessage added in v0.0.6

func (*OnDestroyResponse) ProtoMessage()

func (*OnDestroyResponse) ProtoReflect added in v0.0.6

func (x *OnDestroyResponse) ProtoReflect() protoreflect.Message

func (*OnDestroyResponse) Reset added in v0.0.6

func (x *OnDestroyResponse) Reset()

func (*OnDestroyResponse) String added in v0.0.6

func (x *OnDestroyResponse) String() string

type OnDoneRequest added in v0.0.6

type OnDoneRequest struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OnDoneRequest) Descriptor deprecated added in v0.0.6

func (*OnDoneRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnDoneRequest.ProtoReflect.Descriptor instead.

func (*OnDoneRequest) GetArg0 added in v0.0.6

func (x *OnDoneRequest) GetArg0() string

func (*OnDoneRequest) ProtoMessage added in v0.0.6

func (*OnDoneRequest) ProtoMessage()

func (*OnDoneRequest) ProtoReflect added in v0.0.6

func (x *OnDoneRequest) ProtoReflect() protoreflect.Message

func (*OnDoneRequest) Reset added in v0.0.6

func (x *OnDoneRequest) Reset()

func (*OnDoneRequest) String added in v0.0.6

func (x *OnDoneRequest) String() string

type OnDoneResponse added in v0.0.6

type OnDoneResponse struct {
	// contains filtered or unexported fields
}

func (*OnDoneResponse) Descriptor deprecated added in v0.0.6

func (*OnDoneResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnDoneResponse.ProtoReflect.Descriptor instead.

func (*OnDoneResponse) ProtoMessage added in v0.0.6

func (*OnDoneResponse) ProtoMessage()

func (*OnDoneResponse) ProtoReflect added in v0.0.6

func (x *OnDoneResponse) ProtoReflect() protoreflect.Message

func (*OnDoneResponse) Reset added in v0.0.6

func (x *OnDoneResponse) Reset()

func (*OnDoneResponse) String added in v0.0.6

func (x *OnDoneResponse) String() string

type OnError1Request added in v0.0.6

type OnError1Request struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OnError1Request) Descriptor deprecated added in v0.0.6

func (*OnError1Request) Descriptor() ([]byte, []int)

Deprecated: Use OnError1Request.ProtoReflect.Descriptor instead.

func (*OnError1Request) GetArg0 added in v0.0.6

func (x *OnError1Request) GetArg0() string

func (*OnError1Request) ProtoMessage added in v0.0.6

func (*OnError1Request) ProtoMessage()

func (*OnError1Request) ProtoReflect added in v0.0.6

func (x *OnError1Request) ProtoReflect() protoreflect.Message

func (*OnError1Request) Reset added in v0.0.6

func (x *OnError1Request) Reset()

func (*OnError1Request) String added in v0.0.6

func (x *OnError1Request) String() string

type OnError1Response added in v0.0.6

type OnError1Response struct {
	// contains filtered or unexported fields
}

func (*OnError1Response) Descriptor deprecated added in v0.0.6

func (*OnError1Response) Descriptor() ([]byte, []int)

Deprecated: Use OnError1Response.ProtoReflect.Descriptor instead.

func (*OnError1Response) ProtoMessage added in v0.0.6

func (*OnError1Response) ProtoMessage()

func (*OnError1Response) ProtoReflect added in v0.0.6

func (x *OnError1Response) ProtoReflect() protoreflect.Message

func (*OnError1Response) Reset added in v0.0.6

func (x *OnError1Response) Reset()

func (*OnError1Response) String added in v0.0.6

func (x *OnError1Response) String() string

type OnError2_1Request added in v0.0.6

type OnError2_1Request struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int32  `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*OnError2_1Request) Descriptor deprecated added in v0.0.6

func (*OnError2_1Request) Descriptor() ([]byte, []int)

Deprecated: Use OnError2_1Request.ProtoReflect.Descriptor instead.

func (*OnError2_1Request) GetArg0 added in v0.0.6

func (x *OnError2_1Request) GetArg0() string

func (*OnError2_1Request) GetArg1 added in v0.0.6

func (x *OnError2_1Request) GetArg1() int32

func (*OnError2_1Request) ProtoMessage added in v0.0.6

func (*OnError2_1Request) ProtoMessage()

func (*OnError2_1Request) ProtoReflect added in v0.0.6

func (x *OnError2_1Request) ProtoReflect() protoreflect.Message

func (*OnError2_1Request) Reset added in v0.0.6

func (x *OnError2_1Request) Reset()

func (*OnError2_1Request) String added in v0.0.6

func (x *OnError2_1Request) String() string

type OnError2_1Response added in v0.0.6

type OnError2_1Response struct {
	// contains filtered or unexported fields
}

func (*OnError2_1Response) Descriptor deprecated added in v0.0.6

func (*OnError2_1Response) Descriptor() ([]byte, []int)

Deprecated: Use OnError2_1Response.ProtoReflect.Descriptor instead.

func (*OnError2_1Response) ProtoMessage added in v0.0.6

func (*OnError2_1Response) ProtoMessage()

func (*OnError2_1Response) ProtoReflect added in v0.0.6

func (x *OnError2_1Response) ProtoReflect() protoreflect.Message

func (*OnError2_1Response) Reset added in v0.0.6

func (x *OnError2_1Response) Reset()

func (*OnError2_1Response) String added in v0.0.6

func (x *OnError2_1Response) String() string

type OnGetDefaultVoiceNameForRequest added in v0.0.6

type OnGetDefaultVoiceNameForRequest struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 string `protobuf:"bytes,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 string `protobuf:"bytes,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*OnGetDefaultVoiceNameForRequest) Descriptor deprecated added in v0.0.6

func (*OnGetDefaultVoiceNameForRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnGetDefaultVoiceNameForRequest.ProtoReflect.Descriptor instead.

func (*OnGetDefaultVoiceNameForRequest) GetArg0 added in v0.0.6

func (*OnGetDefaultVoiceNameForRequest) GetArg1 added in v0.0.6

func (*OnGetDefaultVoiceNameForRequest) GetArg2 added in v0.0.6

func (*OnGetDefaultVoiceNameForRequest) ProtoMessage added in v0.0.6

func (*OnGetDefaultVoiceNameForRequest) ProtoMessage()

func (*OnGetDefaultVoiceNameForRequest) ProtoReflect added in v0.0.6

func (*OnGetDefaultVoiceNameForRequest) Reset added in v0.0.6

func (*OnGetDefaultVoiceNameForRequest) String added in v0.0.6

type OnGetDefaultVoiceNameForResponse added in v0.0.6

type OnGetDefaultVoiceNameForResponse struct {
	Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OnGetDefaultVoiceNameForResponse) Descriptor deprecated added in v0.0.6

func (*OnGetDefaultVoiceNameForResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnGetDefaultVoiceNameForResponse.ProtoReflect.Descriptor instead.

func (*OnGetDefaultVoiceNameForResponse) GetResult added in v0.0.6

func (*OnGetDefaultVoiceNameForResponse) ProtoMessage added in v0.0.6

func (*OnGetDefaultVoiceNameForResponse) ProtoMessage()

func (*OnGetDefaultVoiceNameForResponse) ProtoReflect added in v0.0.6

func (*OnGetDefaultVoiceNameForResponse) Reset added in v0.0.6

func (*OnGetDefaultVoiceNameForResponse) String added in v0.0.6

type OnGetVoicesRequest added in v0.0.6

type OnGetVoicesRequest struct {
	// contains filtered or unexported fields
}

func (*OnGetVoicesRequest) Descriptor deprecated added in v0.0.6

func (*OnGetVoicesRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnGetVoicesRequest.ProtoReflect.Descriptor instead.

func (*OnGetVoicesRequest) ProtoMessage added in v0.0.6

func (*OnGetVoicesRequest) ProtoMessage()

func (*OnGetVoicesRequest) ProtoReflect added in v0.0.6

func (x *OnGetVoicesRequest) ProtoReflect() protoreflect.Message

func (*OnGetVoicesRequest) Reset added in v0.0.6

func (x *OnGetVoicesRequest) Reset()

func (*OnGetVoicesRequest) String added in v0.0.6

func (x *OnGetVoicesRequest) String() string

type OnGetVoicesResponse added in v0.0.6

type OnGetVoicesResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OnGetVoicesResponse) Descriptor deprecated added in v0.0.6

func (*OnGetVoicesResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnGetVoicesResponse.ProtoReflect.Descriptor instead.

func (*OnGetVoicesResponse) GetResult added in v0.0.6

func (x *OnGetVoicesResponse) GetResult() int64

func (*OnGetVoicesResponse) ProtoMessage added in v0.0.6

func (*OnGetVoicesResponse) ProtoMessage()

func (*OnGetVoicesResponse) ProtoReflect added in v0.0.6

func (x *OnGetVoicesResponse) ProtoReflect() protoreflect.Message

func (*OnGetVoicesResponse) Reset added in v0.0.6

func (x *OnGetVoicesResponse) Reset()

func (*OnGetVoicesResponse) String added in v0.0.6

func (x *OnGetVoicesResponse) String() string

type OnIsValidVoiceNameRequest added in v0.0.6

type OnIsValidVoiceNameRequest struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OnIsValidVoiceNameRequest) Descriptor deprecated added in v0.0.6

func (*OnIsValidVoiceNameRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnIsValidVoiceNameRequest.ProtoReflect.Descriptor instead.

func (*OnIsValidVoiceNameRequest) GetArg0 added in v0.0.6

func (x *OnIsValidVoiceNameRequest) GetArg0() string

func (*OnIsValidVoiceNameRequest) ProtoMessage added in v0.0.6

func (*OnIsValidVoiceNameRequest) ProtoMessage()

func (*OnIsValidVoiceNameRequest) ProtoReflect added in v0.0.6

func (*OnIsValidVoiceNameRequest) Reset added in v0.0.6

func (x *OnIsValidVoiceNameRequest) Reset()

func (*OnIsValidVoiceNameRequest) String added in v0.0.6

func (x *OnIsValidVoiceNameRequest) String() string

type OnIsValidVoiceNameResponse added in v0.0.6

type OnIsValidVoiceNameResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OnIsValidVoiceNameResponse) Descriptor deprecated added in v0.0.6

func (*OnIsValidVoiceNameResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnIsValidVoiceNameResponse.ProtoReflect.Descriptor instead.

func (*OnIsValidVoiceNameResponse) GetResult added in v0.0.6

func (x *OnIsValidVoiceNameResponse) GetResult() int32

func (*OnIsValidVoiceNameResponse) ProtoMessage added in v0.0.6

func (*OnIsValidVoiceNameResponse) ProtoMessage()

func (*OnIsValidVoiceNameResponse) ProtoReflect added in v0.0.6

func (*OnIsValidVoiceNameResponse) Reset added in v0.0.6

func (x *OnIsValidVoiceNameResponse) Reset()

func (*OnIsValidVoiceNameResponse) String added in v0.0.6

func (x *OnIsValidVoiceNameResponse) String() string

type OnLoadVoiceRequest added in v0.0.6

type OnLoadVoiceRequest struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OnLoadVoiceRequest) Descriptor deprecated added in v0.0.6

func (*OnLoadVoiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnLoadVoiceRequest.ProtoReflect.Descriptor instead.

func (*OnLoadVoiceRequest) GetArg0 added in v0.0.6

func (x *OnLoadVoiceRequest) GetArg0() string

func (*OnLoadVoiceRequest) ProtoMessage added in v0.0.6

func (*OnLoadVoiceRequest) ProtoMessage()

func (*OnLoadVoiceRequest) ProtoReflect added in v0.0.6

func (x *OnLoadVoiceRequest) ProtoReflect() protoreflect.Message

func (*OnLoadVoiceRequest) Reset added in v0.0.6

func (x *OnLoadVoiceRequest) Reset()

func (*OnLoadVoiceRequest) String added in v0.0.6

func (x *OnLoadVoiceRequest) String() string

type OnLoadVoiceResponse added in v0.0.6

type OnLoadVoiceResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OnLoadVoiceResponse) Descriptor deprecated added in v0.0.6

func (*OnLoadVoiceResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnLoadVoiceResponse.ProtoReflect.Descriptor instead.

func (*OnLoadVoiceResponse) GetResult added in v0.0.6

func (x *OnLoadVoiceResponse) GetResult() int32

func (*OnLoadVoiceResponse) ProtoMessage added in v0.0.6

func (*OnLoadVoiceResponse) ProtoMessage()

func (*OnLoadVoiceResponse) ProtoReflect added in v0.0.6

func (x *OnLoadVoiceResponse) ProtoReflect() protoreflect.Message

func (*OnLoadVoiceResponse) Reset added in v0.0.6

func (x *OnLoadVoiceResponse) Reset()

func (*OnLoadVoiceResponse) String added in v0.0.6

func (x *OnLoadVoiceResponse) String() string

type OnRangeStartRequest added in v0.0.6

type OnRangeStartRequest struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int32  `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int32  `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	Arg3 int32  `protobuf:"varint,4,opt,name=arg3,proto3" json:"arg3,omitempty"`
	// contains filtered or unexported fields
}

func (*OnRangeStartRequest) Descriptor deprecated added in v0.0.6

func (*OnRangeStartRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnRangeStartRequest.ProtoReflect.Descriptor instead.

func (*OnRangeStartRequest) GetArg0 added in v0.0.6

func (x *OnRangeStartRequest) GetArg0() string

func (*OnRangeStartRequest) GetArg1 added in v0.0.6

func (x *OnRangeStartRequest) GetArg1() int32

func (*OnRangeStartRequest) GetArg2 added in v0.0.6

func (x *OnRangeStartRequest) GetArg2() int32

func (*OnRangeStartRequest) GetArg3 added in v0.0.6

func (x *OnRangeStartRequest) GetArg3() int32

func (*OnRangeStartRequest) ProtoMessage added in v0.0.6

func (*OnRangeStartRequest) ProtoMessage()

func (*OnRangeStartRequest) ProtoReflect added in v0.0.6

func (x *OnRangeStartRequest) ProtoReflect() protoreflect.Message

func (*OnRangeStartRequest) Reset added in v0.0.6

func (x *OnRangeStartRequest) Reset()

func (*OnRangeStartRequest) String added in v0.0.6

func (x *OnRangeStartRequest) String() string

type OnRangeStartResponse added in v0.0.6

type OnRangeStartResponse struct {
	// contains filtered or unexported fields
}

func (*OnRangeStartResponse) Descriptor deprecated added in v0.0.6

func (*OnRangeStartResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnRangeStartResponse.ProtoReflect.Descriptor instead.

func (*OnRangeStartResponse) ProtoMessage added in v0.0.6

func (*OnRangeStartResponse) ProtoMessage()

func (*OnRangeStartResponse) ProtoReflect added in v0.0.6

func (x *OnRangeStartResponse) ProtoReflect() protoreflect.Message

func (*OnRangeStartResponse) Reset added in v0.0.6

func (x *OnRangeStartResponse) Reset()

func (*OnRangeStartResponse) String added in v0.0.6

func (x *OnRangeStartResponse) String() string

type OnStartRequest added in v0.0.6

type OnStartRequest struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OnStartRequest) Descriptor deprecated added in v0.0.6

func (*OnStartRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnStartRequest.ProtoReflect.Descriptor instead.

func (*OnStartRequest) GetArg0 added in v0.0.6

func (x *OnStartRequest) GetArg0() string

func (*OnStartRequest) ProtoMessage added in v0.0.6

func (*OnStartRequest) ProtoMessage()

func (*OnStartRequest) ProtoReflect added in v0.0.6

func (x *OnStartRequest) ProtoReflect() protoreflect.Message

func (*OnStartRequest) Reset added in v0.0.6

func (x *OnStartRequest) Reset()

func (*OnStartRequest) String added in v0.0.6

func (x *OnStartRequest) String() string

type OnStartResponse added in v0.0.6

type OnStartResponse struct {
	// contains filtered or unexported fields
}

func (*OnStartResponse) Descriptor deprecated added in v0.0.6

func (*OnStartResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnStartResponse.ProtoReflect.Descriptor instead.

func (*OnStartResponse) ProtoMessage added in v0.0.6

func (*OnStartResponse) ProtoMessage()

func (*OnStartResponse) ProtoReflect added in v0.0.6

func (x *OnStartResponse) ProtoReflect() protoreflect.Message

func (*OnStartResponse) Reset added in v0.0.6

func (x *OnStartResponse) Reset()

func (*OnStartResponse) String added in v0.0.6

func (x *OnStartResponse) String() string

type OnStopRequest added in v0.0.6

type OnStopRequest struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 bool   `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*OnStopRequest) Descriptor deprecated added in v0.0.6

func (*OnStopRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnStopRequest.ProtoReflect.Descriptor instead.

func (*OnStopRequest) GetArg0 added in v0.0.6

func (x *OnStopRequest) GetArg0() string

func (*OnStopRequest) GetArg1 added in v0.0.6

func (x *OnStopRequest) GetArg1() bool

func (*OnStopRequest) ProtoMessage added in v0.0.6

func (*OnStopRequest) ProtoMessage()

func (*OnStopRequest) ProtoReflect added in v0.0.6

func (x *OnStopRequest) ProtoReflect() protoreflect.Message

func (*OnStopRequest) Reset added in v0.0.6

func (x *OnStopRequest) Reset()

func (*OnStopRequest) String added in v0.0.6

func (x *OnStopRequest) String() string

type OnStopResponse added in v0.0.6

type OnStopResponse struct {
	// contains filtered or unexported fields
}

func (*OnStopResponse) Descriptor deprecated added in v0.0.6

func (*OnStopResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnStopResponse.ProtoReflect.Descriptor instead.

func (*OnStopResponse) ProtoMessage added in v0.0.6

func (*OnStopResponse) ProtoMessage()

func (*OnStopResponse) ProtoReflect added in v0.0.6

func (x *OnStopResponse) ProtoReflect() protoreflect.Message

func (*OnStopResponse) Reset added in v0.0.6

func (x *OnStopResponse) Reset()

func (*OnStopResponse) String added in v0.0.6

func (x *OnStopResponse) String() string

type StartRequest added in v0.0.6

type StartRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int32 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int32 `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*StartRequest) Descriptor deprecated added in v0.0.6

func (*StartRequest) Descriptor() ([]byte, []int)

Deprecated: Use StartRequest.ProtoReflect.Descriptor instead.

func (*StartRequest) GetArg0 added in v0.0.6

func (x *StartRequest) GetArg0() int32

func (*StartRequest) GetArg1 added in v0.0.6

func (x *StartRequest) GetArg1() int32

func (*StartRequest) GetArg2 added in v0.0.6

func (x *StartRequest) GetArg2() int32

func (*StartRequest) ProtoMessage added in v0.0.6

func (*StartRequest) ProtoMessage()

func (*StartRequest) ProtoReflect added in v0.0.6

func (x *StartRequest) ProtoReflect() protoreflect.Message

func (*StartRequest) Reset added in v0.0.6

func (x *StartRequest) Reset()

func (*StartRequest) String added in v0.0.6

func (x *StartRequest) String() string

type StartResponse added in v0.0.6

type StartResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*StartResponse) Descriptor deprecated added in v0.0.6

func (*StartResponse) Descriptor() ([]byte, []int)

Deprecated: Use StartResponse.ProtoReflect.Descriptor instead.

func (*StartResponse) GetResult added in v0.0.6

func (x *StartResponse) GetResult() int32

func (*StartResponse) ProtoMessage added in v0.0.6

func (*StartResponse) ProtoMessage()

func (*StartResponse) ProtoReflect added in v0.0.6

func (x *StartResponse) ProtoReflect() protoreflect.Message

func (*StartResponse) Reset added in v0.0.6

func (x *StartResponse) Reset()

func (*StartResponse) String added in v0.0.6

func (x *StartResponse) String() string

type SynthesisCallbackServiceClient added in v0.0.6

type SynthesisCallbackServiceClient interface {
	AudioAvailable(ctx context.Context, in *AudioAvailableRequest, opts ...grpc.CallOption) (*AudioAvailableResponse, error)
	Done(ctx context.Context, in *DoneRequest, opts ...grpc.CallOption) (*DoneResponse, error)
	Error0(ctx context.Context, in *Error0Request, opts ...grpc.CallOption) (*Error0Response, error)
	Error1_1(ctx context.Context, in *Error1_1Request, opts ...grpc.CallOption) (*Error1_1Response, error)
	GetMaxBufferSize(ctx context.Context, in *GetMaxBufferSizeRequest, opts ...grpc.CallOption) (*GetMaxBufferSizeResponse, error)
	HasFinished(ctx context.Context, in *HasFinishedRequest, opts ...grpc.CallOption) (*HasFinishedResponse, error)
	HasStarted(ctx context.Context, in *HasStartedRequest, opts ...grpc.CallOption) (*HasStartedResponse, error)
	Start(ctx context.Context, in *StartRequest, opts ...grpc.CallOption) (*StartResponse, error)
}

SynthesisCallbackServiceClient is the client API for SynthesisCallbackService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewSynthesisCallbackServiceClient added in v0.0.6

func NewSynthesisCallbackServiceClient(cc grpc.ClientConnInterface) SynthesisCallbackServiceClient

type SynthesisCallbackServiceServer added in v0.0.6

SynthesisCallbackServiceServer is the server API for SynthesisCallbackService service. All implementations must embed UnimplementedSynthesisCallbackServiceServer for forward compatibility.

type SynthesisRequestServiceClient added in v0.0.6

SynthesisRequestServiceClient is the client API for SynthesisRequestService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewSynthesisRequestServiceClient added in v0.0.6

func NewSynthesisRequestServiceClient(cc grpc.ClientConnInterface) SynthesisRequestServiceClient

type SynthesisRequestServiceServer added in v0.0.6

SynthesisRequestServiceServer is the server API for SynthesisRequestService service. All implementations must embed UnimplementedSynthesisRequestServiceServer for forward compatibility.

type TextToSpeechServiceServiceClient added in v0.0.6

type TextToSpeechServiceServiceClient interface {
	OnBind(ctx context.Context, in *OnBindRequest, opts ...grpc.CallOption) (*OnBindResponse, error)
	OnCreate(ctx context.Context, in *OnCreateRequest, opts ...grpc.CallOption) (*OnCreateResponse, error)
	OnDestroy(ctx context.Context, in *OnDestroyRequest, opts ...grpc.CallOption) (*OnDestroyResponse, error)
	OnGetDefaultVoiceNameFor(ctx context.Context, in *OnGetDefaultVoiceNameForRequest, opts ...grpc.CallOption) (*OnGetDefaultVoiceNameForResponse, error)
	OnGetVoices(ctx context.Context, in *OnGetVoicesRequest, opts ...grpc.CallOption) (*OnGetVoicesResponse, error)
	OnIsValidVoiceName(ctx context.Context, in *OnIsValidVoiceNameRequest, opts ...grpc.CallOption) (*OnIsValidVoiceNameResponse, error)
	OnLoadVoice(ctx context.Context, in *OnLoadVoiceRequest, opts ...grpc.CallOption) (*OnLoadVoiceResponse, error)
}

TextToSpeechServiceServiceClient is the client API for TextToSpeechServiceService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewTextToSpeechServiceServiceClient added in v0.0.6

func NewTextToSpeechServiceServiceClient(cc grpc.ClientConnInterface) TextToSpeechServiceServiceClient

type TextToSpeechServiceServiceServer added in v0.0.6

TextToSpeechServiceServiceServer is the server API for TextToSpeechServiceService service. All implementations must embed UnimplementedTextToSpeechServiceServiceServer for forward compatibility.

type ToStringRequest added in v0.0.6

type ToStringRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*ToStringRequest) Descriptor deprecated added in v0.0.6

func (*ToStringRequest) Descriptor() ([]byte, []int)

Deprecated: Use ToStringRequest.ProtoReflect.Descriptor instead.

func (*ToStringRequest) GetHandle added in v0.0.6

func (x *ToStringRequest) GetHandle() int64

func (*ToStringRequest) ProtoMessage added in v0.0.6

func (*ToStringRequest) ProtoMessage()

func (*ToStringRequest) ProtoReflect added in v0.0.6

func (x *ToStringRequest) ProtoReflect() protoreflect.Message

func (*ToStringRequest) Reset added in v0.0.6

func (x *ToStringRequest) Reset()

func (*ToStringRequest) String added in v0.0.6

func (x *ToStringRequest) String() string

type ToStringResponse added in v0.0.6

type ToStringResponse struct {
	Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ToStringResponse) Descriptor deprecated added in v0.0.6

func (*ToStringResponse) Descriptor() ([]byte, []int)

Deprecated: Use ToStringResponse.ProtoReflect.Descriptor instead.

func (*ToStringResponse) GetResult added in v0.0.6

func (x *ToStringResponse) GetResult() string

func (*ToStringResponse) ProtoMessage added in v0.0.6

func (*ToStringResponse) ProtoMessage()

func (*ToStringResponse) ProtoReflect added in v0.0.6

func (x *ToStringResponse) ProtoReflect() protoreflect.Message

func (*ToStringResponse) Reset added in v0.0.6

func (x *ToStringResponse) Reset()

func (*ToStringResponse) String added in v0.0.6

func (x *ToStringResponse) String() string

type UnimplementedSynthesisCallbackServiceServer added in v0.0.6

type UnimplementedSynthesisCallbackServiceServer struct{}

UnimplementedSynthesisCallbackServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedSynthesisCallbackServiceServer) AudioAvailable added in v0.0.6

func (UnimplementedSynthesisCallbackServiceServer) Done added in v0.0.6

func (UnimplementedSynthesisCallbackServiceServer) Error0 added in v0.0.6

func (UnimplementedSynthesisCallbackServiceServer) Error1_1 added in v0.0.6

func (UnimplementedSynthesisCallbackServiceServer) GetMaxBufferSize added in v0.0.6

func (UnimplementedSynthesisCallbackServiceServer) HasFinished added in v0.0.6

func (UnimplementedSynthesisCallbackServiceServer) HasStarted added in v0.0.6

func (UnimplementedSynthesisCallbackServiceServer) Start added in v0.0.6

type UnimplementedSynthesisRequestServiceServer added in v0.0.6

type UnimplementedSynthesisRequestServiceServer struct{}

UnimplementedSynthesisRequestServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedSynthesisRequestServiceServer) GetCallerUid added in v0.0.6

func (UnimplementedSynthesisRequestServiceServer) GetCharSequenceText added in v0.0.6

func (UnimplementedSynthesisRequestServiceServer) GetCountry added in v0.0.6

func (UnimplementedSynthesisRequestServiceServer) GetLanguage added in v0.0.6

func (UnimplementedSynthesisRequestServiceServer) GetParams added in v0.0.6

func (UnimplementedSynthesisRequestServiceServer) GetPitch added in v0.0.6

func (UnimplementedSynthesisRequestServiceServer) GetSpeechRate added in v0.0.6

func (UnimplementedSynthesisRequestServiceServer) GetText added in v0.0.6

func (UnimplementedSynthesisRequestServiceServer) GetVariant added in v0.0.6

func (UnimplementedSynthesisRequestServiceServer) GetVoiceName added in v0.0.6

func (UnimplementedSynthesisRequestServiceServer) NewSynthesisRequest added in v0.0.6

type UnimplementedTextToSpeechServiceServiceServer added in v0.0.6

type UnimplementedTextToSpeechServiceServiceServer struct{}

UnimplementedTextToSpeechServiceServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedTextToSpeechServiceServiceServer) OnBind added in v0.0.6

func (UnimplementedTextToSpeechServiceServiceServer) OnCreate added in v0.0.6

func (UnimplementedTextToSpeechServiceServiceServer) OnDestroy added in v0.0.6

func (UnimplementedTextToSpeechServiceServiceServer) OnGetDefaultVoiceNameFor added in v0.0.6

func (UnimplementedTextToSpeechServiceServiceServer) OnGetVoices added in v0.0.6

func (UnimplementedTextToSpeechServiceServiceServer) OnIsValidVoiceName added in v0.0.6

func (UnimplementedTextToSpeechServiceServiceServer) OnLoadVoice added in v0.0.6

type UnimplementedUtteranceProgressListenerServiceServer added in v0.0.6

type UnimplementedUtteranceProgressListenerServiceServer struct{}

UnimplementedUtteranceProgressListenerServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedUtteranceProgressListenerServiceServer) OnAudioAvailable added in v0.0.6

func (UnimplementedUtteranceProgressListenerServiceServer) OnBeginSynthesis added in v0.0.6

func (UnimplementedUtteranceProgressListenerServiceServer) OnDone added in v0.0.6

func (UnimplementedUtteranceProgressListenerServiceServer) OnError1 added in v0.0.6

func (UnimplementedUtteranceProgressListenerServiceServer) OnError2_1 added in v0.0.6

func (UnimplementedUtteranceProgressListenerServiceServer) OnRangeStart added in v0.0.6

func (UnimplementedUtteranceProgressListenerServiceServer) OnStart added in v0.0.6

func (UnimplementedUtteranceProgressListenerServiceServer) OnStop added in v0.0.6

type UnimplementedVoiceServiceServer added in v0.0.6

type UnimplementedVoiceServiceServer struct{}

UnimplementedVoiceServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedVoiceServiceServer) DescribeContents added in v0.0.6

func (UnimplementedVoiceServiceServer) Equals added in v0.0.6

func (UnimplementedVoiceServiceServer) GetFeatures added in v0.0.6

func (UnimplementedVoiceServiceServer) GetLatency added in v0.0.6

func (UnimplementedVoiceServiceServer) GetLocale added in v0.0.6

func (UnimplementedVoiceServiceServer) GetName added in v0.0.6

func (UnimplementedVoiceServiceServer) GetQuality added in v0.0.6

func (UnimplementedVoiceServiceServer) HashCode added in v0.0.6

func (UnimplementedVoiceServiceServer) IsNetworkConnectionRequired added in v0.0.6

func (UnimplementedVoiceServiceServer) NewVoice added in v0.0.6

func (UnimplementedVoiceServiceServer) ToString added in v0.0.6

func (UnimplementedVoiceServiceServer) WriteToParcel added in v0.0.6

type UnsafeSynthesisCallbackServiceServer added in v0.0.6

type UnsafeSynthesisCallbackServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeSynthesisCallbackServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SynthesisCallbackServiceServer will result in compilation errors.

type UnsafeSynthesisRequestServiceServer added in v0.0.6

type UnsafeSynthesisRequestServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeSynthesisRequestServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SynthesisRequestServiceServer will result in compilation errors.

type UnsafeTextToSpeechServiceServiceServer added in v0.0.6

type UnsafeTextToSpeechServiceServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeTextToSpeechServiceServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TextToSpeechServiceServiceServer will result in compilation errors.

type UnsafeUtteranceProgressListenerServiceServer added in v0.0.6

type UnsafeUtteranceProgressListenerServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeUtteranceProgressListenerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to UtteranceProgressListenerServiceServer will result in compilation errors.

type UnsafeVoiceServiceServer added in v0.0.6

type UnsafeVoiceServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeVoiceServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to VoiceServiceServer will result in compilation errors.

type UtteranceProgressListenerServiceClient added in v0.0.6

type UtteranceProgressListenerServiceClient interface {
	OnAudioAvailable(ctx context.Context, in *OnAudioAvailableRequest, opts ...grpc.CallOption) (*OnAudioAvailableResponse, error)
	OnBeginSynthesis(ctx context.Context, in *OnBeginSynthesisRequest, opts ...grpc.CallOption) (*OnBeginSynthesisResponse, error)
	OnDone(ctx context.Context, in *OnDoneRequest, opts ...grpc.CallOption) (*OnDoneResponse, error)
	OnError1(ctx context.Context, in *OnError1Request, opts ...grpc.CallOption) (*OnError1Response, error)
	OnError2_1(ctx context.Context, in *OnError2_1Request, opts ...grpc.CallOption) (*OnError2_1Response, error)
	OnRangeStart(ctx context.Context, in *OnRangeStartRequest, opts ...grpc.CallOption) (*OnRangeStartResponse, error)
	OnStart(ctx context.Context, in *OnStartRequest, opts ...grpc.CallOption) (*OnStartResponse, error)
	OnStop(ctx context.Context, in *OnStopRequest, opts ...grpc.CallOption) (*OnStopResponse, error)
}

UtteranceProgressListenerServiceClient is the client API for UtteranceProgressListenerService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewUtteranceProgressListenerServiceClient added in v0.0.6

func NewUtteranceProgressListenerServiceClient(cc grpc.ClientConnInterface) UtteranceProgressListenerServiceClient

type UtteranceProgressListenerServiceServer added in v0.0.6

UtteranceProgressListenerServiceServer is the server API for UtteranceProgressListenerService service. All implementations must embed UnimplementedUtteranceProgressListenerServiceServer for forward compatibility.

type VoiceServiceClient added in v0.0.6

VoiceServiceClient is the client API for VoiceService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewVoiceServiceClient added in v0.0.6

func NewVoiceServiceClient(cc grpc.ClientConnInterface) VoiceServiceClient

type VoiceServiceServer added in v0.0.6

VoiceServiceServer is the server API for VoiceService service. All implementations must embed UnimplementedVoiceServiceServer for forward compatibility.

type WriteToParcelRequest added in v0.0.6

type WriteToParcelRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int32 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*WriteToParcelRequest) Descriptor deprecated added in v0.0.6

func (*WriteToParcelRequest) Descriptor() ([]byte, []int)

Deprecated: Use WriteToParcelRequest.ProtoReflect.Descriptor instead.

func (*WriteToParcelRequest) GetArg0 added in v0.0.6

func (x *WriteToParcelRequest) GetArg0() int64

func (*WriteToParcelRequest) GetArg1 added in v0.0.6

func (x *WriteToParcelRequest) GetArg1() int32

func (*WriteToParcelRequest) GetHandle added in v0.0.6

func (x *WriteToParcelRequest) GetHandle() int64

func (*WriteToParcelRequest) ProtoMessage added in v0.0.6

func (*WriteToParcelRequest) ProtoMessage()

func (*WriteToParcelRequest) ProtoReflect added in v0.0.6

func (x *WriteToParcelRequest) ProtoReflect() protoreflect.Message

func (*WriteToParcelRequest) Reset added in v0.0.6

func (x *WriteToParcelRequest) Reset()

func (*WriteToParcelRequest) String added in v0.0.6

func (x *WriteToParcelRequest) String() string

type WriteToParcelResponse added in v0.0.6

type WriteToParcelResponse struct {
	// contains filtered or unexported fields
}

func (*WriteToParcelResponse) Descriptor deprecated added in v0.0.6

func (*WriteToParcelResponse) Descriptor() ([]byte, []int)

Deprecated: Use WriteToParcelResponse.ProtoReflect.Descriptor instead.

func (*WriteToParcelResponse) ProtoMessage added in v0.0.6

func (*WriteToParcelResponse) ProtoMessage()

func (*WriteToParcelResponse) ProtoReflect added in v0.0.6

func (x *WriteToParcelResponse) ProtoReflect() protoreflect.Message

func (*WriteToParcelResponse) Reset added in v0.0.6

func (x *WriteToParcelResponse) Reset()

func (*WriteToParcelResponse) String added in v0.0.6

func (x *WriteToParcelResponse) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL