carrier

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 (
	ServiceService_NotifyCarrierNetworkChange1_FullMethodName   = "/carrier.ServiceService/NotifyCarrierNetworkChange1"
	ServiceService_NotifyCarrierNetworkChange2_1_FullMethodName = "/carrier.ServiceService/NotifyCarrierNetworkChange2_1"
	ServiceService_OnBind_FullMethodName                        = "/carrier.ServiceService/OnBind"
	ServiceService_OnLoadConfig1_FullMethodName                 = "/carrier.ServiceService/OnLoadConfig1"
	ServiceService_OnLoadConfig2_1_FullMethodName               = "/carrier.ServiceService/OnLoadConfig2_1"
)
View Source
const (
	MessagingServiceSendMmsResultService_GetSendConfPdu_FullMethodName = "/carrier.MessagingServiceSendMmsResultService/GetSendConfPdu"
	MessagingServiceSendMmsResultService_GetSendStatus_FullMethodName  = "/carrier.MessagingServiceSendMmsResultService/GetSendStatus"
)
View Source
const (
	MessagingServiceSendMultipartSmsResultService_GetMessageRefs_FullMethodName = "/carrier.MessagingServiceSendMultipartSmsResultService/GetMessageRefs"
	MessagingServiceSendMultipartSmsResultService_GetSendStatus_FullMethodName  = "/carrier.MessagingServiceSendMultipartSmsResultService/GetSendStatus"
)
View Source
const (
	MessagingServiceSendSmsResultService_GetMessageRef_FullMethodName = "/carrier.MessagingServiceSendSmsResultService/GetMessageRef"
	MessagingServiceSendSmsResultService_GetSendStatus_FullMethodName = "/carrier.MessagingServiceSendSmsResultService/GetSendStatus"
)
View Source
const (
	IdentifierService_NewIdentifier_FullMethodName        = "/carrier.IdentifierService/NewIdentifier"
	IdentifierService_DescribeContents_FullMethodName     = "/carrier.IdentifierService/DescribeContents"
	IdentifierService_Equals_FullMethodName               = "/carrier.IdentifierService/Equals"
	IdentifierService_GetCarrierId_FullMethodName         = "/carrier.IdentifierService/GetCarrierId"
	IdentifierService_GetGid1_FullMethodName              = "/carrier.IdentifierService/GetGid1"
	IdentifierService_GetGid2_FullMethodName              = "/carrier.IdentifierService/GetGid2"
	IdentifierService_GetImsi_FullMethodName              = "/carrier.IdentifierService/GetImsi"
	IdentifierService_GetMcc_FullMethodName               = "/carrier.IdentifierService/GetMcc"
	IdentifierService_GetMnc_FullMethodName               = "/carrier.IdentifierService/GetMnc"
	IdentifierService_GetSpecificCarrierId_FullMethodName = "/carrier.IdentifierService/GetSpecificCarrierId"
	IdentifierService_GetSpn_FullMethodName               = "/carrier.IdentifierService/GetSpn"
	IdentifierService_HashCode_FullMethodName             = "/carrier.IdentifierService/HashCode"
	IdentifierService_ToString_FullMethodName             = "/carrier.IdentifierService/ToString"
	IdentifierService_WriteToParcel_FullMethodName        = "/carrier.IdentifierService/WriteToParcel"
)
View Source
const (
	MessagingClientServiceService_NewMessagingClientService_FullMethodName = "/carrier.MessagingClientServiceService/NewMessagingClientService"
	MessagingClientServiceService_OnBind_FullMethodName                    = "/carrier.MessagingClientServiceService/OnBind"
)
View Source
const (
	MessagePduService_NewMessagePdu_FullMethodName    = "/carrier.MessagePduService/NewMessagePdu"
	MessagePduService_DescribeContents_FullMethodName = "/carrier.MessagePduService/DescribeContents"
	MessagePduService_GetPdus_FullMethodName          = "/carrier.MessagePduService/GetPdus"
	MessagePduService_WriteToParcel_FullMethodName    = "/carrier.MessagePduService/WriteToParcel"
)
View Source
const (
	MessagingServiceService_OnBind_FullMethodName = "/carrier.MessagingServiceService/OnBind"
)

Variables

View Source
var File_proto_carrier_carrier_proto protoreflect.FileDescriptor
View Source
var IdentifierService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "carrier.IdentifierService",
	HandlerType: (*IdentifierServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewIdentifier",
			Handler:    _IdentifierService_NewIdentifier_Handler,
		},
		{
			MethodName: "DescribeContents",
			Handler:    _IdentifierService_DescribeContents_Handler,
		},
		{
			MethodName: "Equals",
			Handler:    _IdentifierService_Equals_Handler,
		},
		{
			MethodName: "GetCarrierId",
			Handler:    _IdentifierService_GetCarrierId_Handler,
		},
		{
			MethodName: "GetGid1",
			Handler:    _IdentifierService_GetGid1_Handler,
		},
		{
			MethodName: "GetGid2",
			Handler:    _IdentifierService_GetGid2_Handler,
		},
		{
			MethodName: "GetImsi",
			Handler:    _IdentifierService_GetImsi_Handler,
		},
		{
			MethodName: "GetMcc",
			Handler:    _IdentifierService_GetMcc_Handler,
		},
		{
			MethodName: "GetMnc",
			Handler:    _IdentifierService_GetMnc_Handler,
		},
		{
			MethodName: "GetSpecificCarrierId",
			Handler:    _IdentifierService_GetSpecificCarrierId_Handler,
		},
		{
			MethodName: "GetSpn",
			Handler:    _IdentifierService_GetSpn_Handler,
		},
		{
			MethodName: "HashCode",
			Handler:    _IdentifierService_HashCode_Handler,
		},
		{
			MethodName: "ToString",
			Handler:    _IdentifierService_ToString_Handler,
		},
		{
			MethodName: "WriteToParcel",
			Handler:    _IdentifierService_WriteToParcel_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/carrier/carrier.proto",
}

IdentifierService_ServiceDesc is the grpc.ServiceDesc for IdentifierService 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 MessagePduService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "carrier.MessagePduService",
	HandlerType: (*MessagePduServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewMessagePdu",
			Handler:    _MessagePduService_NewMessagePdu_Handler,
		},
		{
			MethodName: "DescribeContents",
			Handler:    _MessagePduService_DescribeContents_Handler,
		},
		{
			MethodName: "GetPdus",
			Handler:    _MessagePduService_GetPdus_Handler,
		},
		{
			MethodName: "WriteToParcel",
			Handler:    _MessagePduService_WriteToParcel_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/carrier/carrier.proto",
}

MessagePduService_ServiceDesc is the grpc.ServiceDesc for MessagePduService 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 MessagingClientServiceService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "carrier.MessagingClientServiceService",
	HandlerType: (*MessagingClientServiceServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewMessagingClientService",
			Handler:    _MessagingClientServiceService_NewMessagingClientService_Handler,
		},
		{
			MethodName: "OnBind",
			Handler:    _MessagingClientServiceService_OnBind_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/carrier/carrier.proto",
}

MessagingClientServiceService_ServiceDesc is the grpc.ServiceDesc for MessagingClientServiceService 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 MessagingServiceSendMmsResultService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "carrier.MessagingServiceSendMmsResultService",
	HandlerType: (*MessagingServiceSendMmsResultServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetSendConfPdu",
			Handler:    _MessagingServiceSendMmsResultService_GetSendConfPdu_Handler,
		},
		{
			MethodName: "GetSendStatus",
			Handler:    _MessagingServiceSendMmsResultService_GetSendStatus_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/carrier/carrier.proto",
}

MessagingServiceSendMmsResultService_ServiceDesc is the grpc.ServiceDesc for MessagingServiceSendMmsResultService 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 MessagingServiceSendMultipartSmsResultService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "carrier.MessagingServiceSendMultipartSmsResultService",
	HandlerType: (*MessagingServiceSendMultipartSmsResultServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetMessageRefs",
			Handler:    _MessagingServiceSendMultipartSmsResultService_GetMessageRefs_Handler,
		},
		{
			MethodName: "GetSendStatus",
			Handler:    _MessagingServiceSendMultipartSmsResultService_GetSendStatus_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/carrier/carrier.proto",
}

MessagingServiceSendMultipartSmsResultService_ServiceDesc is the grpc.ServiceDesc for MessagingServiceSendMultipartSmsResultService 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 MessagingServiceSendSmsResultService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "carrier.MessagingServiceSendSmsResultService",
	HandlerType: (*MessagingServiceSendSmsResultServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetMessageRef",
			Handler:    _MessagingServiceSendSmsResultService_GetMessageRef_Handler,
		},
		{
			MethodName: "GetSendStatus",
			Handler:    _MessagingServiceSendSmsResultService_GetSendStatus_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/carrier/carrier.proto",
}

MessagingServiceSendSmsResultService_ServiceDesc is the grpc.ServiceDesc for MessagingServiceSendSmsResultService 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 MessagingServiceService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "carrier.MessagingServiceService",
	HandlerType: (*MessagingServiceServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "OnBind",
			Handler:    _MessagingServiceService_OnBind_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/carrier/carrier.proto",
}

MessagingServiceService_ServiceDesc is the grpc.ServiceDesc for MessagingServiceService 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 ServiceService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "carrier.ServiceService",
	HandlerType: (*ServiceServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NotifyCarrierNetworkChange1",
			Handler:    _ServiceService_NotifyCarrierNetworkChange1_Handler,
		},
		{
			MethodName: "NotifyCarrierNetworkChange2_1",
			Handler:    _ServiceService_NotifyCarrierNetworkChange2_1_Handler,
		},
		{
			MethodName: "OnBind",
			Handler:    _ServiceService_OnBind_Handler,
		},
		{
			MethodName: "OnLoadConfig1",
			Handler:    _ServiceService_OnLoadConfig1_Handler,
		},
		{
			MethodName: "OnLoadConfig2_1",
			Handler:    _ServiceService_OnLoadConfig2_1_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/carrier/carrier.proto",
}

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

Functions

func RegisterIdentifierServiceServer

func RegisterIdentifierServiceServer(s grpc.ServiceRegistrar, srv IdentifierServiceServer)

func RegisterMessagePduServiceServer

func RegisterMessagePduServiceServer(s grpc.ServiceRegistrar, srv MessagePduServiceServer)

func RegisterMessagingClientServiceServiceServer

func RegisterMessagingClientServiceServiceServer(s grpc.ServiceRegistrar, srv MessagingClientServiceServiceServer)

func RegisterMessagingServiceServiceServer

func RegisterMessagingServiceServiceServer(s grpc.ServiceRegistrar, srv MessagingServiceServiceServer)

func RegisterServiceServiceServer

func RegisterServiceServiceServer(s grpc.ServiceRegistrar, srv ServiceServiceServer)

Types

type DescribeContentsRequest

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

func (*DescribeContentsRequest) Descriptor deprecated

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

Deprecated: Use DescribeContentsRequest.ProtoReflect.Descriptor instead.

func (*DescribeContentsRequest) GetHandle

func (x *DescribeContentsRequest) GetHandle() int64

func (*DescribeContentsRequest) ProtoMessage

func (*DescribeContentsRequest) ProtoMessage()

func (*DescribeContentsRequest) ProtoReflect

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

func (*DescribeContentsRequest) Reset

func (x *DescribeContentsRequest) Reset()

func (*DescribeContentsRequest) String

func (x *DescribeContentsRequest) String() string

type DescribeContentsResponse

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

func (*DescribeContentsResponse) Descriptor deprecated

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

Deprecated: Use DescribeContentsResponse.ProtoReflect.Descriptor instead.

func (*DescribeContentsResponse) GetResult

func (x *DescribeContentsResponse) GetResult() int32

func (*DescribeContentsResponse) ProtoMessage

func (*DescribeContentsResponse) ProtoMessage()

func (*DescribeContentsResponse) ProtoReflect

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

func (*DescribeContentsResponse) Reset

func (x *DescribeContentsResponse) Reset()

func (*DescribeContentsResponse) String

func (x *DescribeContentsResponse) String() string

type EqualsRequest

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

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

Deprecated: Use EqualsRequest.ProtoReflect.Descriptor instead.

func (*EqualsRequest) GetArg0

func (x *EqualsRequest) GetArg0() int64

func (*EqualsRequest) GetHandle

func (x *EqualsRequest) GetHandle() int64

func (*EqualsRequest) ProtoMessage

func (*EqualsRequest) ProtoMessage()

func (*EqualsRequest) ProtoReflect

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

func (*EqualsRequest) Reset

func (x *EqualsRequest) Reset()

func (*EqualsRequest) String

func (x *EqualsRequest) String() string

type EqualsResponse

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

func (*EqualsResponse) Descriptor deprecated

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

Deprecated: Use EqualsResponse.ProtoReflect.Descriptor instead.

func (*EqualsResponse) GetResult

func (x *EqualsResponse) GetResult() bool

func (*EqualsResponse) ProtoMessage

func (*EqualsResponse) ProtoMessage()

func (*EqualsResponse) ProtoReflect

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

func (*EqualsResponse) Reset

func (x *EqualsResponse) Reset()

func (*EqualsResponse) String

func (x *EqualsResponse) String() string

type GetCarrierIdRequest

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

func (*GetCarrierIdRequest) Descriptor deprecated

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

Deprecated: Use GetCarrierIdRequest.ProtoReflect.Descriptor instead.

func (*GetCarrierIdRequest) GetHandle

func (x *GetCarrierIdRequest) GetHandle() int64

func (*GetCarrierIdRequest) ProtoMessage

func (*GetCarrierIdRequest) ProtoMessage()

func (*GetCarrierIdRequest) ProtoReflect

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

func (*GetCarrierIdRequest) Reset

func (x *GetCarrierIdRequest) Reset()

func (*GetCarrierIdRequest) String

func (x *GetCarrierIdRequest) String() string

type GetCarrierIdResponse

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

func (*GetCarrierIdResponse) Descriptor deprecated

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

Deprecated: Use GetCarrierIdResponse.ProtoReflect.Descriptor instead.

func (*GetCarrierIdResponse) GetResult

func (x *GetCarrierIdResponse) GetResult() int32

func (*GetCarrierIdResponse) ProtoMessage

func (*GetCarrierIdResponse) ProtoMessage()

func (*GetCarrierIdResponse) ProtoReflect

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

func (*GetCarrierIdResponse) Reset

func (x *GetCarrierIdResponse) Reset()

func (*GetCarrierIdResponse) String

func (x *GetCarrierIdResponse) String() string

type GetGid1Request

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

func (*GetGid1Request) Descriptor deprecated

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

Deprecated: Use GetGid1Request.ProtoReflect.Descriptor instead.

func (*GetGid1Request) GetHandle

func (x *GetGid1Request) GetHandle() int64

func (*GetGid1Request) ProtoMessage

func (*GetGid1Request) ProtoMessage()

func (*GetGid1Request) ProtoReflect

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

func (*GetGid1Request) Reset

func (x *GetGid1Request) Reset()

func (*GetGid1Request) String

func (x *GetGid1Request) String() string

type GetGid1Response

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

func (*GetGid1Response) Descriptor deprecated

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

Deprecated: Use GetGid1Response.ProtoReflect.Descriptor instead.

func (*GetGid1Response) GetResult

func (x *GetGid1Response) GetResult() string

func (*GetGid1Response) ProtoMessage

func (*GetGid1Response) ProtoMessage()

func (*GetGid1Response) ProtoReflect

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

func (*GetGid1Response) Reset

func (x *GetGid1Response) Reset()

func (*GetGid1Response) String

func (x *GetGid1Response) String() string

type GetGid2Request

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

func (*GetGid2Request) Descriptor deprecated

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

Deprecated: Use GetGid2Request.ProtoReflect.Descriptor instead.

func (*GetGid2Request) GetHandle

func (x *GetGid2Request) GetHandle() int64

func (*GetGid2Request) ProtoMessage

func (*GetGid2Request) ProtoMessage()

func (*GetGid2Request) ProtoReflect

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

func (*GetGid2Request) Reset

func (x *GetGid2Request) Reset()

func (*GetGid2Request) String

func (x *GetGid2Request) String() string

type GetGid2Response

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

func (*GetGid2Response) Descriptor deprecated

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

Deprecated: Use GetGid2Response.ProtoReflect.Descriptor instead.

func (*GetGid2Response) GetResult

func (x *GetGid2Response) GetResult() string

func (*GetGid2Response) ProtoMessage

func (*GetGid2Response) ProtoMessage()

func (*GetGid2Response) ProtoReflect

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

func (*GetGid2Response) Reset

func (x *GetGid2Response) Reset()

func (*GetGid2Response) String

func (x *GetGid2Response) String() string

type GetImsiRequest

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

func (*GetImsiRequest) Descriptor deprecated

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

Deprecated: Use GetImsiRequest.ProtoReflect.Descriptor instead.

func (*GetImsiRequest) GetHandle

func (x *GetImsiRequest) GetHandle() int64

func (*GetImsiRequest) ProtoMessage

func (*GetImsiRequest) ProtoMessage()

func (*GetImsiRequest) ProtoReflect

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

func (*GetImsiRequest) Reset

func (x *GetImsiRequest) Reset()

func (*GetImsiRequest) String

func (x *GetImsiRequest) String() string

type GetImsiResponse

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

func (*GetImsiResponse) Descriptor deprecated

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

Deprecated: Use GetImsiResponse.ProtoReflect.Descriptor instead.

func (*GetImsiResponse) GetResult

func (x *GetImsiResponse) GetResult() string

func (*GetImsiResponse) ProtoMessage

func (*GetImsiResponse) ProtoMessage()

func (*GetImsiResponse) ProtoReflect

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

func (*GetImsiResponse) Reset

func (x *GetImsiResponse) Reset()

func (*GetImsiResponse) String

func (x *GetImsiResponse) String() string

type GetMccRequest

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

func (*GetMccRequest) Descriptor deprecated

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

Deprecated: Use GetMccRequest.ProtoReflect.Descriptor instead.

func (*GetMccRequest) GetHandle

func (x *GetMccRequest) GetHandle() int64

func (*GetMccRequest) ProtoMessage

func (*GetMccRequest) ProtoMessage()

func (*GetMccRequest) ProtoReflect

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

func (*GetMccRequest) Reset

func (x *GetMccRequest) Reset()

func (*GetMccRequest) String

func (x *GetMccRequest) String() string

type GetMccResponse

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

func (*GetMccResponse) Descriptor deprecated

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

Deprecated: Use GetMccResponse.ProtoReflect.Descriptor instead.

func (*GetMccResponse) GetResult

func (x *GetMccResponse) GetResult() string

func (*GetMccResponse) ProtoMessage

func (*GetMccResponse) ProtoMessage()

func (*GetMccResponse) ProtoReflect

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

func (*GetMccResponse) Reset

func (x *GetMccResponse) Reset()

func (*GetMccResponse) String

func (x *GetMccResponse) String() string

type GetMessageRefRequest

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

func (*GetMessageRefRequest) Descriptor deprecated

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

Deprecated: Use GetMessageRefRequest.ProtoReflect.Descriptor instead.

func (*GetMessageRefRequest) ProtoMessage

func (*GetMessageRefRequest) ProtoMessage()

func (*GetMessageRefRequest) ProtoReflect

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

func (*GetMessageRefRequest) Reset

func (x *GetMessageRefRequest) Reset()

func (*GetMessageRefRequest) String

func (x *GetMessageRefRequest) String() string

type GetMessageRefResponse

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

func (*GetMessageRefResponse) Descriptor deprecated

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

Deprecated: Use GetMessageRefResponse.ProtoReflect.Descriptor instead.

func (*GetMessageRefResponse) GetResult

func (x *GetMessageRefResponse) GetResult() int32

func (*GetMessageRefResponse) ProtoMessage

func (*GetMessageRefResponse) ProtoMessage()

func (*GetMessageRefResponse) ProtoReflect

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

func (*GetMessageRefResponse) Reset

func (x *GetMessageRefResponse) Reset()

func (*GetMessageRefResponse) String

func (x *GetMessageRefResponse) String() string

type GetMessageRefsRequest

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

func (*GetMessageRefsRequest) Descriptor deprecated

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

Deprecated: Use GetMessageRefsRequest.ProtoReflect.Descriptor instead.

func (*GetMessageRefsRequest) ProtoMessage

func (*GetMessageRefsRequest) ProtoMessage()

func (*GetMessageRefsRequest) ProtoReflect

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

func (*GetMessageRefsRequest) Reset

func (x *GetMessageRefsRequest) Reset()

func (*GetMessageRefsRequest) String

func (x *GetMessageRefsRequest) String() string

type GetMessageRefsResponse

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

func (*GetMessageRefsResponse) Descriptor deprecated

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

Deprecated: Use GetMessageRefsResponse.ProtoReflect.Descriptor instead.

func (*GetMessageRefsResponse) GetResult

func (x *GetMessageRefsResponse) GetResult() int64

func (*GetMessageRefsResponse) ProtoMessage

func (*GetMessageRefsResponse) ProtoMessage()

func (*GetMessageRefsResponse) ProtoReflect

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

func (*GetMessageRefsResponse) Reset

func (x *GetMessageRefsResponse) Reset()

func (*GetMessageRefsResponse) String

func (x *GetMessageRefsResponse) String() string

type GetMncRequest

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

func (*GetMncRequest) Descriptor deprecated

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

Deprecated: Use GetMncRequest.ProtoReflect.Descriptor instead.

func (*GetMncRequest) GetHandle

func (x *GetMncRequest) GetHandle() int64

func (*GetMncRequest) ProtoMessage

func (*GetMncRequest) ProtoMessage()

func (*GetMncRequest) ProtoReflect

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

func (*GetMncRequest) Reset

func (x *GetMncRequest) Reset()

func (*GetMncRequest) String

func (x *GetMncRequest) String() string

type GetMncResponse

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

func (*GetMncResponse) Descriptor deprecated

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

Deprecated: Use GetMncResponse.ProtoReflect.Descriptor instead.

func (*GetMncResponse) GetResult

func (x *GetMncResponse) GetResult() string

func (*GetMncResponse) ProtoMessage

func (*GetMncResponse) ProtoMessage()

func (*GetMncResponse) ProtoReflect

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

func (*GetMncResponse) Reset

func (x *GetMncResponse) Reset()

func (*GetMncResponse) String

func (x *GetMncResponse) String() string

type GetPdusRequest

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

func (*GetPdusRequest) Descriptor deprecated

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

Deprecated: Use GetPdusRequest.ProtoReflect.Descriptor instead.

func (*GetPdusRequest) GetHandle

func (x *GetPdusRequest) GetHandle() int64

func (*GetPdusRequest) ProtoMessage

func (*GetPdusRequest) ProtoMessage()

func (*GetPdusRequest) ProtoReflect

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

func (*GetPdusRequest) Reset

func (x *GetPdusRequest) Reset()

func (*GetPdusRequest) String

func (x *GetPdusRequest) String() string

type GetPdusResponse

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

func (*GetPdusResponse) Descriptor deprecated

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

Deprecated: Use GetPdusResponse.ProtoReflect.Descriptor instead.

func (*GetPdusResponse) GetResult

func (x *GetPdusResponse) GetResult() int64

func (*GetPdusResponse) ProtoMessage

func (*GetPdusResponse) ProtoMessage()

func (*GetPdusResponse) ProtoReflect

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

func (*GetPdusResponse) Reset

func (x *GetPdusResponse) Reset()

func (*GetPdusResponse) String

func (x *GetPdusResponse) String() string

type GetSendConfPduRequest

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

func (*GetSendConfPduRequest) Descriptor deprecated

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

Deprecated: Use GetSendConfPduRequest.ProtoReflect.Descriptor instead.

func (*GetSendConfPduRequest) ProtoMessage

func (*GetSendConfPduRequest) ProtoMessage()

func (*GetSendConfPduRequest) ProtoReflect

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

func (*GetSendConfPduRequest) Reset

func (x *GetSendConfPduRequest) Reset()

func (*GetSendConfPduRequest) String

func (x *GetSendConfPduRequest) String() string

type GetSendConfPduResponse

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

func (*GetSendConfPduResponse) Descriptor deprecated

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

Deprecated: Use GetSendConfPduResponse.ProtoReflect.Descriptor instead.

func (*GetSendConfPduResponse) GetResult

func (x *GetSendConfPduResponse) GetResult() int64

func (*GetSendConfPduResponse) ProtoMessage

func (*GetSendConfPduResponse) ProtoMessage()

func (*GetSendConfPduResponse) ProtoReflect

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

func (*GetSendConfPduResponse) Reset

func (x *GetSendConfPduResponse) Reset()

func (*GetSendConfPduResponse) String

func (x *GetSendConfPduResponse) String() string

type GetSendStatusRequest

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

func (*GetSendStatusRequest) Descriptor deprecated

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

Deprecated: Use GetSendStatusRequest.ProtoReflect.Descriptor instead.

func (*GetSendStatusRequest) ProtoMessage

func (*GetSendStatusRequest) ProtoMessage()

func (*GetSendStatusRequest) ProtoReflect

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

func (*GetSendStatusRequest) Reset

func (x *GetSendStatusRequest) Reset()

func (*GetSendStatusRequest) String

func (x *GetSendStatusRequest) String() string

type GetSendStatusResponse

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

func (*GetSendStatusResponse) Descriptor deprecated

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

Deprecated: Use GetSendStatusResponse.ProtoReflect.Descriptor instead.

func (*GetSendStatusResponse) GetResult

func (x *GetSendStatusResponse) GetResult() int32

func (*GetSendStatusResponse) ProtoMessage

func (*GetSendStatusResponse) ProtoMessage()

func (*GetSendStatusResponse) ProtoReflect

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

func (*GetSendStatusResponse) Reset

func (x *GetSendStatusResponse) Reset()

func (*GetSendStatusResponse) String

func (x *GetSendStatusResponse) String() string

type GetSpecificCarrierIdRequest

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

func (*GetSpecificCarrierIdRequest) Descriptor deprecated

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

Deprecated: Use GetSpecificCarrierIdRequest.ProtoReflect.Descriptor instead.

func (*GetSpecificCarrierIdRequest) GetHandle

func (x *GetSpecificCarrierIdRequest) GetHandle() int64

func (*GetSpecificCarrierIdRequest) ProtoMessage

func (*GetSpecificCarrierIdRequest) ProtoMessage()

func (*GetSpecificCarrierIdRequest) ProtoReflect

func (*GetSpecificCarrierIdRequest) Reset

func (x *GetSpecificCarrierIdRequest) Reset()

func (*GetSpecificCarrierIdRequest) String

func (x *GetSpecificCarrierIdRequest) String() string

type GetSpecificCarrierIdResponse

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

func (*GetSpecificCarrierIdResponse) Descriptor deprecated

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

Deprecated: Use GetSpecificCarrierIdResponse.ProtoReflect.Descriptor instead.

func (*GetSpecificCarrierIdResponse) GetResult

func (x *GetSpecificCarrierIdResponse) GetResult() int32

func (*GetSpecificCarrierIdResponse) ProtoMessage

func (*GetSpecificCarrierIdResponse) ProtoMessage()

func (*GetSpecificCarrierIdResponse) ProtoReflect

func (*GetSpecificCarrierIdResponse) Reset

func (x *GetSpecificCarrierIdResponse) Reset()

func (*GetSpecificCarrierIdResponse) String

type GetSpnRequest

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

func (*GetSpnRequest) Descriptor deprecated

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

Deprecated: Use GetSpnRequest.ProtoReflect.Descriptor instead.

func (*GetSpnRequest) GetHandle

func (x *GetSpnRequest) GetHandle() int64

func (*GetSpnRequest) ProtoMessage

func (*GetSpnRequest) ProtoMessage()

func (*GetSpnRequest) ProtoReflect

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

func (*GetSpnRequest) Reset

func (x *GetSpnRequest) Reset()

func (*GetSpnRequest) String

func (x *GetSpnRequest) String() string

type GetSpnResponse

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

func (*GetSpnResponse) Descriptor deprecated

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

Deprecated: Use GetSpnResponse.ProtoReflect.Descriptor instead.

func (*GetSpnResponse) GetResult

func (x *GetSpnResponse) GetResult() string

func (*GetSpnResponse) ProtoMessage

func (*GetSpnResponse) ProtoMessage()

func (*GetSpnResponse) ProtoReflect

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

func (*GetSpnResponse) Reset

func (x *GetSpnResponse) Reset()

func (*GetSpnResponse) String

func (x *GetSpnResponse) String() string

type HashCodeRequest

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

func (*HashCodeRequest) Descriptor deprecated

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

Deprecated: Use HashCodeRequest.ProtoReflect.Descriptor instead.

func (*HashCodeRequest) GetHandle

func (x *HashCodeRequest) GetHandle() int64

func (*HashCodeRequest) ProtoMessage

func (*HashCodeRequest) ProtoMessage()

func (*HashCodeRequest) ProtoReflect

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

func (*HashCodeRequest) Reset

func (x *HashCodeRequest) Reset()

func (*HashCodeRequest) String

func (x *HashCodeRequest) String() string

type HashCodeResponse

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

func (*HashCodeResponse) Descriptor deprecated

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

Deprecated: Use HashCodeResponse.ProtoReflect.Descriptor instead.

func (*HashCodeResponse) GetResult

func (x *HashCodeResponse) GetResult() int32

func (*HashCodeResponse) ProtoMessage

func (*HashCodeResponse) ProtoMessage()

func (*HashCodeResponse) ProtoReflect

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

func (*HashCodeResponse) Reset

func (x *HashCodeResponse) Reset()

func (*HashCodeResponse) String

func (x *HashCodeResponse) String() string

type IdentifierServiceClient

type IdentifierServiceClient interface {
	NewIdentifier(ctx context.Context, in *NewIdentifierRequest, opts ...grpc.CallOption) (*NewIdentifierResponse, error)
	DescribeContents(ctx context.Context, in *DescribeContentsRequest, opts ...grpc.CallOption) (*DescribeContentsResponse, error)
	Equals(ctx context.Context, in *EqualsRequest, opts ...grpc.CallOption) (*EqualsResponse, error)
	GetCarrierId(ctx context.Context, in *GetCarrierIdRequest, opts ...grpc.CallOption) (*GetCarrierIdResponse, error)
	GetGid1(ctx context.Context, in *GetGid1Request, opts ...grpc.CallOption) (*GetGid1Response, error)
	GetGid2(ctx context.Context, in *GetGid2Request, opts ...grpc.CallOption) (*GetGid2Response, error)
	GetImsi(ctx context.Context, in *GetImsiRequest, opts ...grpc.CallOption) (*GetImsiResponse, error)
	GetMcc(ctx context.Context, in *GetMccRequest, opts ...grpc.CallOption) (*GetMccResponse, error)
	GetMnc(ctx context.Context, in *GetMncRequest, opts ...grpc.CallOption) (*GetMncResponse, error)
	GetSpecificCarrierId(ctx context.Context, in *GetSpecificCarrierIdRequest, opts ...grpc.CallOption) (*GetSpecificCarrierIdResponse, error)
	GetSpn(ctx context.Context, in *GetSpnRequest, opts ...grpc.CallOption) (*GetSpnResponse, error)
	HashCode(ctx context.Context, in *HashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error)
	ToString(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error)
	WriteToParcel(ctx context.Context, in *WriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error)
}

IdentifierServiceClient is the client API for IdentifierService 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.

type IdentifierServiceServer

IdentifierServiceServer is the server API for IdentifierService service. All implementations must embed UnimplementedIdentifierServiceServer for forward compatibility.

type MessagePduServiceClient

type MessagePduServiceClient interface {
	NewMessagePdu(ctx context.Context, in *NewMessagePduRequest, opts ...grpc.CallOption) (*NewMessagePduResponse, error)
	DescribeContents(ctx context.Context, in *DescribeContentsRequest, opts ...grpc.CallOption) (*DescribeContentsResponse, error)
	GetPdus(ctx context.Context, in *GetPdusRequest, opts ...grpc.CallOption) (*GetPdusResponse, error)
	WriteToParcel(ctx context.Context, in *WriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error)
}

MessagePduServiceClient is the client API for MessagePduService 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.

type MessagePduServiceServer

type MessagePduServiceServer interface {
	NewMessagePdu(context.Context, *NewMessagePduRequest) (*NewMessagePduResponse, error)
	DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error)
	GetPdus(context.Context, *GetPdusRequest) (*GetPdusResponse, error)
	WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error)
	// contains filtered or unexported methods
}

MessagePduServiceServer is the server API for MessagePduService service. All implementations must embed UnimplementedMessagePduServiceServer for forward compatibility.

type MessagingClientServiceOnBindRequest

type MessagingClientServiceOnBindRequest 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 (*MessagingClientServiceOnBindRequest) Descriptor deprecated

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

Deprecated: Use MessagingClientServiceOnBindRequest.ProtoReflect.Descriptor instead.

func (*MessagingClientServiceOnBindRequest) GetArg0

func (*MessagingClientServiceOnBindRequest) GetHandle

func (*MessagingClientServiceOnBindRequest) ProtoMessage

func (*MessagingClientServiceOnBindRequest) ProtoMessage()

func (*MessagingClientServiceOnBindRequest) ProtoReflect

func (*MessagingClientServiceOnBindRequest) Reset

func (*MessagingClientServiceOnBindRequest) String

type MessagingClientServiceServiceClient

type MessagingClientServiceServiceClient interface {
	NewMessagingClientService(ctx context.Context, in *NewMessagingClientServiceRequest, opts ...grpc.CallOption) (*NewMessagingClientServiceResponse, error)
	OnBind(ctx context.Context, in *MessagingClientServiceOnBindRequest, opts ...grpc.CallOption) (*OnBindResponse, error)
}

MessagingClientServiceServiceClient is the client API for MessagingClientServiceService 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.

type MessagingClientServiceServiceServer

type MessagingClientServiceServiceServer interface {
	NewMessagingClientService(context.Context, *NewMessagingClientServiceRequest) (*NewMessagingClientServiceResponse, error)
	OnBind(context.Context, *MessagingClientServiceOnBindRequest) (*OnBindResponse, error)
	// contains filtered or unexported methods
}

MessagingClientServiceServiceServer is the server API for MessagingClientServiceService service. All implementations must embed UnimplementedMessagingClientServiceServiceServer for forward compatibility.

type MessagingServiceSendMmsResultServiceClient

type MessagingServiceSendMmsResultServiceClient interface {
	GetSendConfPdu(ctx context.Context, in *GetSendConfPduRequest, opts ...grpc.CallOption) (*GetSendConfPduResponse, error)
	GetSendStatus(ctx context.Context, in *GetSendStatusRequest, opts ...grpc.CallOption) (*GetSendStatusResponse, error)
}

MessagingServiceSendMmsResultServiceClient is the client API for MessagingServiceSendMmsResultService 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.

type MessagingServiceSendMmsResultServiceServer

type MessagingServiceSendMmsResultServiceServer interface {
	GetSendConfPdu(context.Context, *GetSendConfPduRequest) (*GetSendConfPduResponse, error)
	GetSendStatus(context.Context, *GetSendStatusRequest) (*GetSendStatusResponse, error)
	// contains filtered or unexported methods
}

MessagingServiceSendMmsResultServiceServer is the server API for MessagingServiceSendMmsResultService service. All implementations must embed UnimplementedMessagingServiceSendMmsResultServiceServer for forward compatibility.

type MessagingServiceSendMultipartSmsResultServiceClient

type MessagingServiceSendMultipartSmsResultServiceClient interface {
	GetMessageRefs(ctx context.Context, in *GetMessageRefsRequest, opts ...grpc.CallOption) (*GetMessageRefsResponse, error)
	GetSendStatus(ctx context.Context, in *GetSendStatusRequest, opts ...grpc.CallOption) (*GetSendStatusResponse, error)
}

MessagingServiceSendMultipartSmsResultServiceClient is the client API for MessagingServiceSendMultipartSmsResultService 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.

type MessagingServiceSendMultipartSmsResultServiceServer

type MessagingServiceSendMultipartSmsResultServiceServer interface {
	GetMessageRefs(context.Context, *GetMessageRefsRequest) (*GetMessageRefsResponse, error)
	GetSendStatus(context.Context, *GetSendStatusRequest) (*GetSendStatusResponse, error)
	// contains filtered or unexported methods
}

MessagingServiceSendMultipartSmsResultServiceServer is the server API for MessagingServiceSendMultipartSmsResultService service. All implementations must embed UnimplementedMessagingServiceSendMultipartSmsResultServiceServer for forward compatibility.

type MessagingServiceSendSmsResultServiceClient

type MessagingServiceSendSmsResultServiceClient interface {
	GetMessageRef(ctx context.Context, in *GetMessageRefRequest, opts ...grpc.CallOption) (*GetMessageRefResponse, error)
	GetSendStatus(ctx context.Context, in *GetSendStatusRequest, opts ...grpc.CallOption) (*GetSendStatusResponse, error)
}

MessagingServiceSendSmsResultServiceClient is the client API for MessagingServiceSendSmsResultService 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.

type MessagingServiceSendSmsResultServiceServer

type MessagingServiceSendSmsResultServiceServer interface {
	GetMessageRef(context.Context, *GetMessageRefRequest) (*GetMessageRefResponse, error)
	GetSendStatus(context.Context, *GetSendStatusRequest) (*GetSendStatusResponse, error)
	// contains filtered or unexported methods
}

MessagingServiceSendSmsResultServiceServer is the server API for MessagingServiceSendSmsResultService service. All implementations must embed UnimplementedMessagingServiceSendSmsResultServiceServer for forward compatibility.

type MessagingServiceServiceClient

type MessagingServiceServiceClient interface {
	OnBind(ctx context.Context, in *OnBindRequest, opts ...grpc.CallOption) (*OnBindResponse, error)
}

MessagingServiceServiceClient is the client API for MessagingServiceService 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.

type MessagingServiceServiceServer

type MessagingServiceServiceServer interface {
	OnBind(context.Context, *OnBindRequest) (*OnBindResponse, error)
	// contains filtered or unexported methods
}

MessagingServiceServiceServer is the server API for MessagingServiceService service. All implementations must embed UnimplementedMessagingServiceServiceServer for forward compatibility.

type NewIdentifierRequest

type NewIdentifierRequest struct {
	Arg0 int64  `protobuf:"varint,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 (*NewIdentifierRequest) Descriptor deprecated

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

Deprecated: Use NewIdentifierRequest.ProtoReflect.Descriptor instead.

func (*NewIdentifierRequest) GetArg0

func (x *NewIdentifierRequest) GetArg0() int64

func (*NewIdentifierRequest) GetArg1

func (x *NewIdentifierRequest) GetArg1() string

func (*NewIdentifierRequest) GetArg2

func (x *NewIdentifierRequest) GetArg2() string

func (*NewIdentifierRequest) ProtoMessage

func (*NewIdentifierRequest) ProtoMessage()

func (*NewIdentifierRequest) ProtoReflect

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

func (*NewIdentifierRequest) Reset

func (x *NewIdentifierRequest) Reset()

func (*NewIdentifierRequest) String

func (x *NewIdentifierRequest) String() string

type NewIdentifierResponse

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

func (*NewIdentifierResponse) Descriptor deprecated

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

Deprecated: Use NewIdentifierResponse.ProtoReflect.Descriptor instead.

func (*NewIdentifierResponse) GetResult

func (x *NewIdentifierResponse) GetResult() int64

func (*NewIdentifierResponse) ProtoMessage

func (*NewIdentifierResponse) ProtoMessage()

func (*NewIdentifierResponse) ProtoReflect

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

func (*NewIdentifierResponse) Reset

func (x *NewIdentifierResponse) Reset()

func (*NewIdentifierResponse) String

func (x *NewIdentifierResponse) String() string

type NewMessagePduRequest

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

func (*NewMessagePduRequest) Descriptor deprecated

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

Deprecated: Use NewMessagePduRequest.ProtoReflect.Descriptor instead.

func (*NewMessagePduRequest) GetArg0

func (x *NewMessagePduRequest) GetArg0() int64

func (*NewMessagePduRequest) ProtoMessage

func (*NewMessagePduRequest) ProtoMessage()

func (*NewMessagePduRequest) ProtoReflect

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

func (*NewMessagePduRequest) Reset

func (x *NewMessagePduRequest) Reset()

func (*NewMessagePduRequest) String

func (x *NewMessagePduRequest) String() string

type NewMessagePduResponse

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

func (*NewMessagePduResponse) Descriptor deprecated

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

Deprecated: Use NewMessagePduResponse.ProtoReflect.Descriptor instead.

func (*NewMessagePduResponse) GetResult

func (x *NewMessagePduResponse) GetResult() int64

func (*NewMessagePduResponse) ProtoMessage

func (*NewMessagePduResponse) ProtoMessage()

func (*NewMessagePduResponse) ProtoReflect

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

func (*NewMessagePduResponse) Reset

func (x *NewMessagePduResponse) Reset()

func (*NewMessagePduResponse) String

func (x *NewMessagePduResponse) String() string

type NewMessagingClientServiceRequest

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

func (*NewMessagingClientServiceRequest) Descriptor deprecated

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

Deprecated: Use NewMessagingClientServiceRequest.ProtoReflect.Descriptor instead.

func (*NewMessagingClientServiceRequest) ProtoMessage

func (*NewMessagingClientServiceRequest) ProtoMessage()

func (*NewMessagingClientServiceRequest) ProtoReflect

func (*NewMessagingClientServiceRequest) Reset

func (*NewMessagingClientServiceRequest) String

type NewMessagingClientServiceResponse

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

func (*NewMessagingClientServiceResponse) Descriptor deprecated

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

Deprecated: Use NewMessagingClientServiceResponse.ProtoReflect.Descriptor instead.

func (*NewMessagingClientServiceResponse) GetResult

func (*NewMessagingClientServiceResponse) ProtoMessage

func (*NewMessagingClientServiceResponse) ProtoMessage()

func (*NewMessagingClientServiceResponse) ProtoReflect

func (*NewMessagingClientServiceResponse) Reset

func (*NewMessagingClientServiceResponse) String

type NotifyCarrierNetworkChange1Request

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

func (*NotifyCarrierNetworkChange1Request) Descriptor deprecated

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

Deprecated: Use NotifyCarrierNetworkChange1Request.ProtoReflect.Descriptor instead.

func (*NotifyCarrierNetworkChange1Request) GetArg0

func (*NotifyCarrierNetworkChange1Request) ProtoMessage

func (*NotifyCarrierNetworkChange1Request) ProtoMessage()

func (*NotifyCarrierNetworkChange1Request) ProtoReflect

func (*NotifyCarrierNetworkChange1Request) Reset

func (*NotifyCarrierNetworkChange1Request) String

type NotifyCarrierNetworkChange1Response

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

func (*NotifyCarrierNetworkChange1Response) Descriptor deprecated

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

Deprecated: Use NotifyCarrierNetworkChange1Response.ProtoReflect.Descriptor instead.

func (*NotifyCarrierNetworkChange1Response) ProtoMessage

func (*NotifyCarrierNetworkChange1Response) ProtoMessage()

func (*NotifyCarrierNetworkChange1Response) ProtoReflect

func (*NotifyCarrierNetworkChange1Response) Reset

func (*NotifyCarrierNetworkChange1Response) String

type NotifyCarrierNetworkChange2_1Request

type NotifyCarrierNetworkChange2_1Request struct {
	Arg0 int32 `protobuf:"varint,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 (*NotifyCarrierNetworkChange2_1Request) Descriptor deprecated

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

Deprecated: Use NotifyCarrierNetworkChange2_1Request.ProtoReflect.Descriptor instead.

func (*NotifyCarrierNetworkChange2_1Request) GetArg0

func (*NotifyCarrierNetworkChange2_1Request) GetArg1

func (*NotifyCarrierNetworkChange2_1Request) ProtoMessage

func (*NotifyCarrierNetworkChange2_1Request) ProtoMessage()

func (*NotifyCarrierNetworkChange2_1Request) ProtoReflect

func (*NotifyCarrierNetworkChange2_1Request) Reset

func (*NotifyCarrierNetworkChange2_1Request) String

type NotifyCarrierNetworkChange2_1Response

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

func (*NotifyCarrierNetworkChange2_1Response) Descriptor deprecated

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

Deprecated: Use NotifyCarrierNetworkChange2_1Response.ProtoReflect.Descriptor instead.

func (*NotifyCarrierNetworkChange2_1Response) ProtoMessage

func (*NotifyCarrierNetworkChange2_1Response) ProtoMessage()

func (*NotifyCarrierNetworkChange2_1Response) ProtoReflect

func (*NotifyCarrierNetworkChange2_1Response) Reset

func (*NotifyCarrierNetworkChange2_1Response) String

type OnBindRequest

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

func (*OnBindRequest) Descriptor deprecated

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

Deprecated: Use OnBindRequest.ProtoReflect.Descriptor instead.

func (*OnBindRequest) GetArg0

func (x *OnBindRequest) GetArg0() int64

func (*OnBindRequest) ProtoMessage

func (*OnBindRequest) ProtoMessage()

func (*OnBindRequest) ProtoReflect

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

func (*OnBindRequest) Reset

func (x *OnBindRequest) Reset()

func (*OnBindRequest) String

func (x *OnBindRequest) String() string

type OnBindResponse

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

func (*OnBindResponse) Descriptor deprecated

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

Deprecated: Use OnBindResponse.ProtoReflect.Descriptor instead.

func (*OnBindResponse) GetResult

func (x *OnBindResponse) GetResult() int64

func (*OnBindResponse) ProtoMessage

func (*OnBindResponse) ProtoMessage()

func (*OnBindResponse) ProtoReflect

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

func (*OnBindResponse) Reset

func (x *OnBindResponse) Reset()

func (*OnBindResponse) String

func (x *OnBindResponse) String() string

type OnLoadConfig1Request

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

func (*OnLoadConfig1Request) Descriptor deprecated

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

Deprecated: Use OnLoadConfig1Request.ProtoReflect.Descriptor instead.

func (*OnLoadConfig1Request) GetArg0

func (x *OnLoadConfig1Request) GetArg0() int64

func (*OnLoadConfig1Request) ProtoMessage

func (*OnLoadConfig1Request) ProtoMessage()

func (*OnLoadConfig1Request) ProtoReflect

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

func (*OnLoadConfig1Request) Reset

func (x *OnLoadConfig1Request) Reset()

func (*OnLoadConfig1Request) String

func (x *OnLoadConfig1Request) String() string

type OnLoadConfig1Response

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

func (*OnLoadConfig1Response) Descriptor deprecated

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

Deprecated: Use OnLoadConfig1Response.ProtoReflect.Descriptor instead.

func (*OnLoadConfig1Response) GetResult

func (x *OnLoadConfig1Response) GetResult() int64

func (*OnLoadConfig1Response) ProtoMessage

func (*OnLoadConfig1Response) ProtoMessage()

func (*OnLoadConfig1Response) ProtoReflect

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

func (*OnLoadConfig1Response) Reset

func (x *OnLoadConfig1Response) Reset()

func (*OnLoadConfig1Response) String

func (x *OnLoadConfig1Response) String() string

type OnLoadConfig2_1Request

type OnLoadConfig2_1Request struct {
	Arg0 int32 `protobuf:"varint,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 (*OnLoadConfig2_1Request) Descriptor deprecated

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

Deprecated: Use OnLoadConfig2_1Request.ProtoReflect.Descriptor instead.

func (*OnLoadConfig2_1Request) GetArg0

func (x *OnLoadConfig2_1Request) GetArg0() int32

func (*OnLoadConfig2_1Request) GetArg1

func (x *OnLoadConfig2_1Request) GetArg1() int64

func (*OnLoadConfig2_1Request) ProtoMessage

func (*OnLoadConfig2_1Request) ProtoMessage()

func (*OnLoadConfig2_1Request) ProtoReflect

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

func (*OnLoadConfig2_1Request) Reset

func (x *OnLoadConfig2_1Request) Reset()

func (*OnLoadConfig2_1Request) String

func (x *OnLoadConfig2_1Request) String() string

type OnLoadConfig2_1Response

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

func (*OnLoadConfig2_1Response) Descriptor deprecated

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

Deprecated: Use OnLoadConfig2_1Response.ProtoReflect.Descriptor instead.

func (*OnLoadConfig2_1Response) GetResult

func (x *OnLoadConfig2_1Response) GetResult() int64

func (*OnLoadConfig2_1Response) ProtoMessage

func (*OnLoadConfig2_1Response) ProtoMessage()

func (*OnLoadConfig2_1Response) ProtoReflect

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

func (*OnLoadConfig2_1Response) Reset

func (x *OnLoadConfig2_1Response) Reset()

func (*OnLoadConfig2_1Response) String

func (x *OnLoadConfig2_1Response) String() string

type ServiceServiceClient

type ServiceServiceClient interface {
	NotifyCarrierNetworkChange1(ctx context.Context, in *NotifyCarrierNetworkChange1Request, opts ...grpc.CallOption) (*NotifyCarrierNetworkChange1Response, error)
	NotifyCarrierNetworkChange2_1(ctx context.Context, in *NotifyCarrierNetworkChange2_1Request, opts ...grpc.CallOption) (*NotifyCarrierNetworkChange2_1Response, error)
	OnBind(ctx context.Context, in *OnBindRequest, opts ...grpc.CallOption) (*OnBindResponse, error)
	OnLoadConfig1(ctx context.Context, in *OnLoadConfig1Request, opts ...grpc.CallOption) (*OnLoadConfig1Response, error)
	OnLoadConfig2_1(ctx context.Context, in *OnLoadConfig2_1Request, opts ...grpc.CallOption) (*OnLoadConfig2_1Response, error)
}

ServiceServiceClient is the client API for ServiceService 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.

type ServiceServiceServer

type ServiceServiceServer interface {
	NotifyCarrierNetworkChange1(context.Context, *NotifyCarrierNetworkChange1Request) (*NotifyCarrierNetworkChange1Response, error)
	NotifyCarrierNetworkChange2_1(context.Context, *NotifyCarrierNetworkChange2_1Request) (*NotifyCarrierNetworkChange2_1Response, error)
	OnBind(context.Context, *OnBindRequest) (*OnBindResponse, error)
	OnLoadConfig1(context.Context, *OnLoadConfig1Request) (*OnLoadConfig1Response, error)
	OnLoadConfig2_1(context.Context, *OnLoadConfig2_1Request) (*OnLoadConfig2_1Response, error)
	// contains filtered or unexported methods
}

ServiceServiceServer is the server API for ServiceService service. All implementations must embed UnimplementedServiceServiceServer for forward compatibility.

type ToStringRequest

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

func (*ToStringRequest) Descriptor deprecated

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

Deprecated: Use ToStringRequest.ProtoReflect.Descriptor instead.

func (*ToStringRequest) GetHandle

func (x *ToStringRequest) GetHandle() int64

func (*ToStringRequest) ProtoMessage

func (*ToStringRequest) ProtoMessage()

func (*ToStringRequest) ProtoReflect

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

func (*ToStringRequest) Reset

func (x *ToStringRequest) Reset()

func (*ToStringRequest) String

func (x *ToStringRequest) String() string

type ToStringResponse

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

func (*ToStringResponse) Descriptor deprecated

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

Deprecated: Use ToStringResponse.ProtoReflect.Descriptor instead.

func (*ToStringResponse) GetResult

func (x *ToStringResponse) GetResult() string

func (*ToStringResponse) ProtoMessage

func (*ToStringResponse) ProtoMessage()

func (*ToStringResponse) ProtoReflect

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

func (*ToStringResponse) Reset

func (x *ToStringResponse) Reset()

func (*ToStringResponse) String

func (x *ToStringResponse) String() string

type UnimplementedIdentifierServiceServer

type UnimplementedIdentifierServiceServer struct{}

UnimplementedIdentifierServiceServer 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 (UnimplementedIdentifierServiceServer) DescribeContents

func (UnimplementedIdentifierServiceServer) Equals

func (UnimplementedIdentifierServiceServer) GetCarrierId

func (UnimplementedIdentifierServiceServer) GetGid1

func (UnimplementedIdentifierServiceServer) GetGid2

func (UnimplementedIdentifierServiceServer) GetImsi

func (UnimplementedIdentifierServiceServer) GetMcc

func (UnimplementedIdentifierServiceServer) GetMnc

func (UnimplementedIdentifierServiceServer) GetSpecificCarrierId

func (UnimplementedIdentifierServiceServer) GetSpn

func (UnimplementedIdentifierServiceServer) HashCode

func (UnimplementedIdentifierServiceServer) NewIdentifier

func (UnimplementedIdentifierServiceServer) ToString

func (UnimplementedIdentifierServiceServer) WriteToParcel

type UnimplementedMessagePduServiceServer

type UnimplementedMessagePduServiceServer struct{}

UnimplementedMessagePduServiceServer 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 (UnimplementedMessagePduServiceServer) DescribeContents

func (UnimplementedMessagePduServiceServer) GetPdus

func (UnimplementedMessagePduServiceServer) NewMessagePdu

func (UnimplementedMessagePduServiceServer) WriteToParcel

type UnimplementedMessagingClientServiceServiceServer

type UnimplementedMessagingClientServiceServiceServer struct{}

UnimplementedMessagingClientServiceServiceServer 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 (UnimplementedMessagingClientServiceServiceServer) OnBind

type UnimplementedMessagingServiceSendMmsResultServiceServer

type UnimplementedMessagingServiceSendMmsResultServiceServer struct{}

UnimplementedMessagingServiceSendMmsResultServiceServer 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 (UnimplementedMessagingServiceSendMmsResultServiceServer) GetSendConfPdu

func (UnimplementedMessagingServiceSendMmsResultServiceServer) GetSendStatus

type UnimplementedMessagingServiceSendMultipartSmsResultServiceServer

type UnimplementedMessagingServiceSendMultipartSmsResultServiceServer struct{}

UnimplementedMessagingServiceSendMultipartSmsResultServiceServer 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 (UnimplementedMessagingServiceSendMultipartSmsResultServiceServer) GetMessageRefs

func (UnimplementedMessagingServiceSendMultipartSmsResultServiceServer) GetSendStatus

type UnimplementedMessagingServiceSendSmsResultServiceServer

type UnimplementedMessagingServiceSendSmsResultServiceServer struct{}

UnimplementedMessagingServiceSendSmsResultServiceServer 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 (UnimplementedMessagingServiceSendSmsResultServiceServer) GetMessageRef

func (UnimplementedMessagingServiceSendSmsResultServiceServer) GetSendStatus

type UnimplementedMessagingServiceServiceServer

type UnimplementedMessagingServiceServiceServer struct{}

UnimplementedMessagingServiceServiceServer 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 (UnimplementedMessagingServiceServiceServer) OnBind

type UnimplementedServiceServiceServer

type UnimplementedServiceServiceServer struct{}

UnimplementedServiceServiceServer 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 (UnimplementedServiceServiceServer) OnBind

func (UnimplementedServiceServiceServer) OnLoadConfig1

func (UnimplementedServiceServiceServer) OnLoadConfig2_1

type UnsafeIdentifierServiceServer

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

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

type UnsafeMessagePduServiceServer

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

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

type UnsafeMessagingClientServiceServiceServer

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

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

type UnsafeMessagingServiceSendMmsResultServiceServer

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

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

type UnsafeMessagingServiceSendMultipartSmsResultServiceServer

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

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

type UnsafeMessagingServiceSendSmsResultServiceServer

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

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

type UnsafeMessagingServiceServiceServer

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

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

type UnsafeServiceServiceServer

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

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

type WriteToParcelRequest

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

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

Deprecated: Use WriteToParcelRequest.ProtoReflect.Descriptor instead.

func (*WriteToParcelRequest) GetArg0

func (x *WriteToParcelRequest) GetArg0() int64

func (*WriteToParcelRequest) GetArg1

func (x *WriteToParcelRequest) GetArg1() int32

func (*WriteToParcelRequest) GetHandle

func (x *WriteToParcelRequest) GetHandle() int64

func (*WriteToParcelRequest) ProtoMessage

func (*WriteToParcelRequest) ProtoMessage()

func (*WriteToParcelRequest) ProtoReflect

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

func (*WriteToParcelRequest) Reset

func (x *WriteToParcelRequest) Reset()

func (*WriteToParcelRequest) String

func (x *WriteToParcelRequest) String() string

type WriteToParcelResponse

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

func (*WriteToParcelResponse) Descriptor deprecated

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

Deprecated: Use WriteToParcelResponse.ProtoReflect.Descriptor instead.

func (*WriteToParcelResponse) ProtoMessage

func (*WriteToParcelResponse) ProtoMessage()

func (*WriteToParcelResponse) ProtoReflect

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

func (*WriteToParcelResponse) Reset

func (x *WriteToParcelResponse) Reset()

func (*WriteToParcelResponse) String

func (x *WriteToParcelResponse) String() string

Jump to

Keyboard shortcuts

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