gsm

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 (
	SmsMessageService_NewSmsMessage_FullMethodName                = "/gsm.SmsMessageService/NewSmsMessage"
	SmsMessageService_GetDisplayMessageBody_FullMethodName        = "/gsm.SmsMessageService/GetDisplayMessageBody"
	SmsMessageService_GetDisplayOriginatingAddress_FullMethodName = "/gsm.SmsMessageService/GetDisplayOriginatingAddress"
	SmsMessageService_GetEmailBody_FullMethodName                 = "/gsm.SmsMessageService/GetEmailBody"
	SmsMessageService_GetEmailFrom_FullMethodName                 = "/gsm.SmsMessageService/GetEmailFrom"
	SmsMessageService_GetIndexOnSim_FullMethodName                = "/gsm.SmsMessageService/GetIndexOnSim"
	SmsMessageService_GetMessageBody_FullMethodName               = "/gsm.SmsMessageService/GetMessageBody"
	SmsMessageService_GetMessageClass_FullMethodName              = "/gsm.SmsMessageService/GetMessageClass"
	SmsMessageService_GetOriginatingAddress_FullMethodName        = "/gsm.SmsMessageService/GetOriginatingAddress"
	SmsMessageService_GetPdu_FullMethodName                       = "/gsm.SmsMessageService/GetPdu"
	SmsMessageService_GetProtocolIdentifier_FullMethodName        = "/gsm.SmsMessageService/GetProtocolIdentifier"
	SmsMessageService_GetPseudoSubject_FullMethodName             = "/gsm.SmsMessageService/GetPseudoSubject"
	SmsMessageService_GetServiceCenterAddress_FullMethodName      = "/gsm.SmsMessageService/GetServiceCenterAddress"
	SmsMessageService_GetStatus_FullMethodName                    = "/gsm.SmsMessageService/GetStatus"
	SmsMessageService_GetStatusOnSim_FullMethodName               = "/gsm.SmsMessageService/GetStatusOnSim"
	SmsMessageService_GetTimestampMillis_FullMethodName           = "/gsm.SmsMessageService/GetTimestampMillis"
	SmsMessageService_GetUserData_FullMethodName                  = "/gsm.SmsMessageService/GetUserData"
	SmsMessageService_IsCphsMwiMessage_FullMethodName             = "/gsm.SmsMessageService/IsCphsMwiMessage"
	SmsMessageService_IsEmail_FullMethodName                      = "/gsm.SmsMessageService/IsEmail"
	SmsMessageService_IsMWIClearMessage_FullMethodName            = "/gsm.SmsMessageService/IsMWIClearMessage"
	SmsMessageService_IsMWISetMessage_FullMethodName              = "/gsm.SmsMessageService/IsMWISetMessage"
	SmsMessageService_IsMwiDontStore_FullMethodName               = "/gsm.SmsMessageService/IsMwiDontStore"
	SmsMessageService_IsReplace_FullMethodName                    = "/gsm.SmsMessageService/IsReplace"
	SmsMessageService_IsReplyPathPresent_FullMethodName           = "/gsm.SmsMessageService/IsReplyPathPresent"
	SmsMessageService_IsStatusReportMessage_FullMethodName        = "/gsm.SmsMessageService/IsStatusReportMessage"
	SmsMessageService_CalculateLength2_FullMethodName             = "/gsm.SmsMessageService/CalculateLength2"
	SmsMessageService_CalculateLength2_1_FullMethodName           = "/gsm.SmsMessageService/CalculateLength2_1"
	SmsMessageService_CreateFromPdu_FullMethodName                = "/gsm.SmsMessageService/CreateFromPdu"
	SmsMessageService_GetSubmitPdu4_FullMethodName                = "/gsm.SmsMessageService/GetSubmitPdu4"
	SmsMessageService_GetSubmitPdu5_1_FullMethodName              = "/gsm.SmsMessageService/GetSubmitPdu5_1"
	SmsMessageService_GetTPLayerLengthForPDU_FullMethodName       = "/gsm.SmsMessageService/GetTPLayerLengthForPDU"
)
View Source
const (
	SmsMessageMessageClassService_Values_FullMethodName  = "/gsm.SmsMessageMessageClassService/Values"
	SmsMessageMessageClassService_ValueOf_FullMethodName = "/gsm.SmsMessageMessageClassService/ValueOf"
)
View Source
const (
	SmsManagerService_DivideMessage_FullMethodName   = "/gsm.SmsManagerService/DivideMessage"
	SmsManagerService_SendDataMessage_FullMethodName = "/gsm.SmsManagerService/SendDataMessage"
	SmsManagerService_SendTextMessage_FullMethodName = "/gsm.SmsManagerService/SendTextMessage"
	SmsManagerService_GetDefault_FullMethodName      = "/gsm.SmsManagerService/GetDefault"
)
View Source
const (
	CellLocationService_NewCellLocation_FullMethodName      = "/gsm.CellLocationService/NewCellLocation"
	CellLocationService_Equals_FullMethodName               = "/gsm.CellLocationService/Equals"
	CellLocationService_FillInNotifierBundle_FullMethodName = "/gsm.CellLocationService/FillInNotifierBundle"
	CellLocationService_GetCid_FullMethodName               = "/gsm.CellLocationService/GetCid"
	CellLocationService_GetLac_FullMethodName               = "/gsm.CellLocationService/GetLac"
	CellLocationService_GetPsc_FullMethodName               = "/gsm.CellLocationService/GetPsc"
	CellLocationService_HashCode_FullMethodName             = "/gsm.CellLocationService/HashCode"
	CellLocationService_SetLacAndCid_FullMethodName         = "/gsm.CellLocationService/SetLacAndCid"
	CellLocationService_SetStateInvalid_FullMethodName      = "/gsm.CellLocationService/SetStateInvalid"
	CellLocationService_ToString_FullMethodName             = "/gsm.CellLocationService/ToString"
)
View Source
const (
	SmsMessageSubmitPduService_ToString_FullMethodName = "/gsm.SmsMessageSubmitPduService/ToString"
)

Variables

View Source
var CellLocationService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "gsm.CellLocationService",
	HandlerType: (*CellLocationServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewCellLocation",
			Handler:    _CellLocationService_NewCellLocation_Handler,
		},
		{
			MethodName: "Equals",
			Handler:    _CellLocationService_Equals_Handler,
		},
		{
			MethodName: "FillInNotifierBundle",
			Handler:    _CellLocationService_FillInNotifierBundle_Handler,
		},
		{
			MethodName: "GetCid",
			Handler:    _CellLocationService_GetCid_Handler,
		},
		{
			MethodName: "GetLac",
			Handler:    _CellLocationService_GetLac_Handler,
		},
		{
			MethodName: "GetPsc",
			Handler:    _CellLocationService_GetPsc_Handler,
		},
		{
			MethodName: "HashCode",
			Handler:    _CellLocationService_HashCode_Handler,
		},
		{
			MethodName: "SetLacAndCid",
			Handler:    _CellLocationService_SetLacAndCid_Handler,
		},
		{
			MethodName: "SetStateInvalid",
			Handler:    _CellLocationService_SetStateInvalid_Handler,
		},
		{
			MethodName: "ToString",
			Handler:    _CellLocationService_ToString_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/gsm/gsm.proto",
}

CellLocationService_ServiceDesc is the grpc.ServiceDesc for CellLocationService 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 File_proto_gsm_gsm_proto protoreflect.FileDescriptor
View Source
var SmsManagerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "gsm.SmsManagerService",
	HandlerType: (*SmsManagerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "DivideMessage",
			Handler:    _SmsManagerService_DivideMessage_Handler,
		},
		{
			MethodName: "SendDataMessage",
			Handler:    _SmsManagerService_SendDataMessage_Handler,
		},
		{
			MethodName: "SendTextMessage",
			Handler:    _SmsManagerService_SendTextMessage_Handler,
		},
		{
			MethodName: "GetDefault",
			Handler:    _SmsManagerService_GetDefault_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/gsm/gsm.proto",
}

SmsManagerService_ServiceDesc is the grpc.ServiceDesc for SmsManagerService 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 SmsMessageMessageClassService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "gsm.SmsMessageMessageClassService",
	HandlerType: (*SmsMessageMessageClassServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Values",
			Handler:    _SmsMessageMessageClassService_Values_Handler,
		},
		{
			MethodName: "ValueOf",
			Handler:    _SmsMessageMessageClassService_ValueOf_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/gsm/gsm.proto",
}

SmsMessageMessageClassService_ServiceDesc is the grpc.ServiceDesc for SmsMessageMessageClassService 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 SmsMessageService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "gsm.SmsMessageService",
	HandlerType: (*SmsMessageServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewSmsMessage",
			Handler:    _SmsMessageService_NewSmsMessage_Handler,
		},
		{
			MethodName: "GetDisplayMessageBody",
			Handler:    _SmsMessageService_GetDisplayMessageBody_Handler,
		},
		{
			MethodName: "GetDisplayOriginatingAddress",
			Handler:    _SmsMessageService_GetDisplayOriginatingAddress_Handler,
		},
		{
			MethodName: "GetEmailBody",
			Handler:    _SmsMessageService_GetEmailBody_Handler,
		},
		{
			MethodName: "GetEmailFrom",
			Handler:    _SmsMessageService_GetEmailFrom_Handler,
		},
		{
			MethodName: "GetIndexOnSim",
			Handler:    _SmsMessageService_GetIndexOnSim_Handler,
		},
		{
			MethodName: "GetMessageBody",
			Handler:    _SmsMessageService_GetMessageBody_Handler,
		},
		{
			MethodName: "GetMessageClass",
			Handler:    _SmsMessageService_GetMessageClass_Handler,
		},
		{
			MethodName: "GetOriginatingAddress",
			Handler:    _SmsMessageService_GetOriginatingAddress_Handler,
		},
		{
			MethodName: "GetPdu",
			Handler:    _SmsMessageService_GetPdu_Handler,
		},
		{
			MethodName: "GetProtocolIdentifier",
			Handler:    _SmsMessageService_GetProtocolIdentifier_Handler,
		},
		{
			MethodName: "GetPseudoSubject",
			Handler:    _SmsMessageService_GetPseudoSubject_Handler,
		},
		{
			MethodName: "GetServiceCenterAddress",
			Handler:    _SmsMessageService_GetServiceCenterAddress_Handler,
		},
		{
			MethodName: "GetStatus",
			Handler:    _SmsMessageService_GetStatus_Handler,
		},
		{
			MethodName: "GetStatusOnSim",
			Handler:    _SmsMessageService_GetStatusOnSim_Handler,
		},
		{
			MethodName: "GetTimestampMillis",
			Handler:    _SmsMessageService_GetTimestampMillis_Handler,
		},
		{
			MethodName: "GetUserData",
			Handler:    _SmsMessageService_GetUserData_Handler,
		},
		{
			MethodName: "IsCphsMwiMessage",
			Handler:    _SmsMessageService_IsCphsMwiMessage_Handler,
		},
		{
			MethodName: "IsEmail",
			Handler:    _SmsMessageService_IsEmail_Handler,
		},
		{
			MethodName: "IsMWIClearMessage",
			Handler:    _SmsMessageService_IsMWIClearMessage_Handler,
		},
		{
			MethodName: "IsMWISetMessage",
			Handler:    _SmsMessageService_IsMWISetMessage_Handler,
		},
		{
			MethodName: "IsMwiDontStore",
			Handler:    _SmsMessageService_IsMwiDontStore_Handler,
		},
		{
			MethodName: "IsReplace",
			Handler:    _SmsMessageService_IsReplace_Handler,
		},
		{
			MethodName: "IsReplyPathPresent",
			Handler:    _SmsMessageService_IsReplyPathPresent_Handler,
		},
		{
			MethodName: "IsStatusReportMessage",
			Handler:    _SmsMessageService_IsStatusReportMessage_Handler,
		},
		{
			MethodName: "CalculateLength2",
			Handler:    _SmsMessageService_CalculateLength2_Handler,
		},
		{
			MethodName: "CalculateLength2_1",
			Handler:    _SmsMessageService_CalculateLength2_1_Handler,
		},
		{
			MethodName: "CreateFromPdu",
			Handler:    _SmsMessageService_CreateFromPdu_Handler,
		},
		{
			MethodName: "GetSubmitPdu4",
			Handler:    _SmsMessageService_GetSubmitPdu4_Handler,
		},
		{
			MethodName: "GetSubmitPdu5_1",
			Handler:    _SmsMessageService_GetSubmitPdu5_1_Handler,
		},
		{
			MethodName: "GetTPLayerLengthForPDU",
			Handler:    _SmsMessageService_GetTPLayerLengthForPDU_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/gsm/gsm.proto",
}

SmsMessageService_ServiceDesc is the grpc.ServiceDesc for SmsMessageService 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 SmsMessageSubmitPduService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "gsm.SmsMessageSubmitPduService",
	HandlerType: (*SmsMessageSubmitPduServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ToString",
			Handler:    _SmsMessageSubmitPduService_ToString_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/gsm/gsm.proto",
}

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

Functions

func RegisterCellLocationServiceServer

func RegisterCellLocationServiceServer(s grpc.ServiceRegistrar, srv CellLocationServiceServer)

func RegisterSmsManagerServiceServer

func RegisterSmsManagerServiceServer(s grpc.ServiceRegistrar, srv SmsManagerServiceServer)

func RegisterSmsMessageMessageClassServiceServer

func RegisterSmsMessageMessageClassServiceServer(s grpc.ServiceRegistrar, srv SmsMessageMessageClassServiceServer)

func RegisterSmsMessageServiceServer

func RegisterSmsMessageServiceServer(s grpc.ServiceRegistrar, srv SmsMessageServiceServer)

func RegisterSmsMessageSubmitPduServiceServer

func RegisterSmsMessageSubmitPduServiceServer(s grpc.ServiceRegistrar, srv SmsMessageSubmitPduServiceServer)

Types

type CalculateLength2Request

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

func (*CalculateLength2Request) Descriptor deprecated

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

Deprecated: Use CalculateLength2Request.ProtoReflect.Descriptor instead.

func (*CalculateLength2Request) GetArg0

func (x *CalculateLength2Request) GetArg0() string

func (*CalculateLength2Request) GetArg1

func (x *CalculateLength2Request) GetArg1() bool

func (*CalculateLength2Request) GetHandle

func (x *CalculateLength2Request) GetHandle() int64

func (*CalculateLength2Request) ProtoMessage

func (*CalculateLength2Request) ProtoMessage()

func (*CalculateLength2Request) ProtoReflect

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

func (*CalculateLength2Request) Reset

func (x *CalculateLength2Request) Reset()

func (*CalculateLength2Request) String

func (x *CalculateLength2Request) String() string

type CalculateLength2Response

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

func (*CalculateLength2Response) Descriptor deprecated

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

Deprecated: Use CalculateLength2Response.ProtoReflect.Descriptor instead.

func (*CalculateLength2Response) GetResult

func (x *CalculateLength2Response) GetResult() int64

func (*CalculateLength2Response) ProtoMessage

func (*CalculateLength2Response) ProtoMessage()

func (*CalculateLength2Response) ProtoReflect

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

func (*CalculateLength2Response) Reset

func (x *CalculateLength2Response) Reset()

func (*CalculateLength2Response) String

func (x *CalculateLength2Response) String() string

type CalculateLength2_1Request

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

func (*CalculateLength2_1Request) Descriptor deprecated

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

Deprecated: Use CalculateLength2_1Request.ProtoReflect.Descriptor instead.

func (*CalculateLength2_1Request) GetArg0

func (x *CalculateLength2_1Request) GetArg0() string

func (*CalculateLength2_1Request) GetArg1

func (x *CalculateLength2_1Request) GetArg1() bool

func (*CalculateLength2_1Request) GetHandle

func (x *CalculateLength2_1Request) GetHandle() int64

func (*CalculateLength2_1Request) ProtoMessage

func (*CalculateLength2_1Request) ProtoMessage()

func (*CalculateLength2_1Request) ProtoReflect

func (*CalculateLength2_1Request) Reset

func (x *CalculateLength2_1Request) Reset()

func (*CalculateLength2_1Request) String

func (x *CalculateLength2_1Request) String() string

type CalculateLength2_1Response

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

func (*CalculateLength2_1Response) Descriptor deprecated

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

Deprecated: Use CalculateLength2_1Response.ProtoReflect.Descriptor instead.

func (*CalculateLength2_1Response) GetResult

func (x *CalculateLength2_1Response) GetResult() int64

func (*CalculateLength2_1Response) ProtoMessage

func (*CalculateLength2_1Response) ProtoMessage()

func (*CalculateLength2_1Response) ProtoReflect

func (*CalculateLength2_1Response) Reset

func (x *CalculateLength2_1Response) Reset()

func (*CalculateLength2_1Response) String

func (x *CalculateLength2_1Response) String() string

type CellLocationServiceClient

CellLocationServiceClient is the client API for CellLocationService 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 CellLocationServiceServer

CellLocationServiceServer is the server API for CellLocationService service. All implementations must embed UnimplementedCellLocationServiceServer for forward compatibility.

type CellLocationToStringRequest

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

func (*CellLocationToStringRequest) Descriptor deprecated

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

Deprecated: Use CellLocationToStringRequest.ProtoReflect.Descriptor instead.

func (*CellLocationToStringRequest) GetHandle

func (x *CellLocationToStringRequest) GetHandle() int64

func (*CellLocationToStringRequest) ProtoMessage

func (*CellLocationToStringRequest) ProtoMessage()

func (*CellLocationToStringRequest) ProtoReflect

func (*CellLocationToStringRequest) Reset

func (x *CellLocationToStringRequest) Reset()

func (*CellLocationToStringRequest) String

func (x *CellLocationToStringRequest) String() string

type CreateFromPduRequest

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

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

Deprecated: Use CreateFromPduRequest.ProtoReflect.Descriptor instead.

func (*CreateFromPduRequest) GetArg0

func (x *CreateFromPduRequest) GetArg0() int64

func (*CreateFromPduRequest) GetHandle

func (x *CreateFromPduRequest) GetHandle() int64

func (*CreateFromPduRequest) ProtoMessage

func (*CreateFromPduRequest) ProtoMessage()

func (*CreateFromPduRequest) ProtoReflect

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

func (*CreateFromPduRequest) Reset

func (x *CreateFromPduRequest) Reset()

func (*CreateFromPduRequest) String

func (x *CreateFromPduRequest) String() string

type CreateFromPduResponse

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

func (*CreateFromPduResponse) Descriptor deprecated

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

Deprecated: Use CreateFromPduResponse.ProtoReflect.Descriptor instead.

func (*CreateFromPduResponse) GetResult

func (x *CreateFromPduResponse) GetResult() int64

func (*CreateFromPduResponse) ProtoMessage

func (*CreateFromPduResponse) ProtoMessage()

func (*CreateFromPduResponse) ProtoReflect

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

func (*CreateFromPduResponse) Reset

func (x *CreateFromPduResponse) Reset()

func (*CreateFromPduResponse) String

func (x *CreateFromPduResponse) String() string

type DivideMessageRequest

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

func (*DivideMessageRequest) Descriptor deprecated

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

Deprecated: Use DivideMessageRequest.ProtoReflect.Descriptor instead.

func (*DivideMessageRequest) GetArg0

func (x *DivideMessageRequest) GetArg0() string

func (*DivideMessageRequest) ProtoMessage

func (*DivideMessageRequest) ProtoMessage()

func (*DivideMessageRequest) ProtoReflect

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

func (*DivideMessageRequest) Reset

func (x *DivideMessageRequest) Reset()

func (*DivideMessageRequest) String

func (x *DivideMessageRequest) String() string

type DivideMessageResponse

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

func (*DivideMessageResponse) Descriptor deprecated

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

Deprecated: Use DivideMessageResponse.ProtoReflect.Descriptor instead.

func (*DivideMessageResponse) GetResult

func (x *DivideMessageResponse) GetResult() int64

func (*DivideMessageResponse) ProtoMessage

func (*DivideMessageResponse) ProtoMessage()

func (*DivideMessageResponse) ProtoReflect

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

func (*DivideMessageResponse) Reset

func (x *DivideMessageResponse) Reset()

func (*DivideMessageResponse) String

func (x *DivideMessageResponse) 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 FillInNotifierBundleRequest

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

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

Deprecated: Use FillInNotifierBundleRequest.ProtoReflect.Descriptor instead.

func (*FillInNotifierBundleRequest) GetArg0

func (x *FillInNotifierBundleRequest) GetArg0() int64

func (*FillInNotifierBundleRequest) GetHandle

func (x *FillInNotifierBundleRequest) GetHandle() int64

func (*FillInNotifierBundleRequest) ProtoMessage

func (*FillInNotifierBundleRequest) ProtoMessage()

func (*FillInNotifierBundleRequest) ProtoReflect

func (*FillInNotifierBundleRequest) Reset

func (x *FillInNotifierBundleRequest) Reset()

func (*FillInNotifierBundleRequest) String

func (x *FillInNotifierBundleRequest) String() string

type FillInNotifierBundleResponse

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

func (*FillInNotifierBundleResponse) Descriptor deprecated

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

Deprecated: Use FillInNotifierBundleResponse.ProtoReflect.Descriptor instead.

func (*FillInNotifierBundleResponse) ProtoMessage

func (*FillInNotifierBundleResponse) ProtoMessage()

func (*FillInNotifierBundleResponse) ProtoReflect

func (*FillInNotifierBundleResponse) Reset

func (x *FillInNotifierBundleResponse) Reset()

func (*FillInNotifierBundleResponse) String

type GetCidRequest

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

func (*GetCidRequest) Descriptor deprecated

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

Deprecated: Use GetCidRequest.ProtoReflect.Descriptor instead.

func (*GetCidRequest) GetHandle

func (x *GetCidRequest) GetHandle() int64

func (*GetCidRequest) ProtoMessage

func (*GetCidRequest) ProtoMessage()

func (*GetCidRequest) ProtoReflect

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

func (*GetCidRequest) Reset

func (x *GetCidRequest) Reset()

func (*GetCidRequest) String

func (x *GetCidRequest) String() string

type GetCidResponse

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

func (*GetCidResponse) Descriptor deprecated

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

Deprecated: Use GetCidResponse.ProtoReflect.Descriptor instead.

func (*GetCidResponse) GetResult

func (x *GetCidResponse) GetResult() int32

func (*GetCidResponse) ProtoMessage

func (*GetCidResponse) ProtoMessage()

func (*GetCidResponse) ProtoReflect

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

func (*GetCidResponse) Reset

func (x *GetCidResponse) Reset()

func (*GetCidResponse) String

func (x *GetCidResponse) String() string

type GetDefaultRequest

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

func (*GetDefaultRequest) Descriptor deprecated

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

Deprecated: Use GetDefaultRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultRequest) ProtoMessage

func (*GetDefaultRequest) ProtoMessage()

func (*GetDefaultRequest) ProtoReflect

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

func (*GetDefaultRequest) Reset

func (x *GetDefaultRequest) Reset()

func (*GetDefaultRequest) String

func (x *GetDefaultRequest) String() string

type GetDefaultResponse

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

func (*GetDefaultResponse) Descriptor deprecated

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

Deprecated: Use GetDefaultResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultResponse) GetResult

func (x *GetDefaultResponse) GetResult() int64

func (*GetDefaultResponse) ProtoMessage

func (*GetDefaultResponse) ProtoMessage()

func (*GetDefaultResponse) ProtoReflect

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

func (*GetDefaultResponse) Reset

func (x *GetDefaultResponse) Reset()

func (*GetDefaultResponse) String

func (x *GetDefaultResponse) String() string

type GetDisplayMessageBodyRequest

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

func (*GetDisplayMessageBodyRequest) Descriptor deprecated

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

Deprecated: Use GetDisplayMessageBodyRequest.ProtoReflect.Descriptor instead.

func (*GetDisplayMessageBodyRequest) GetHandle

func (x *GetDisplayMessageBodyRequest) GetHandle() int64

func (*GetDisplayMessageBodyRequest) ProtoMessage

func (*GetDisplayMessageBodyRequest) ProtoMessage()

func (*GetDisplayMessageBodyRequest) ProtoReflect

func (*GetDisplayMessageBodyRequest) Reset

func (x *GetDisplayMessageBodyRequest) Reset()

func (*GetDisplayMessageBodyRequest) String

type GetDisplayMessageBodyResponse

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

func (*GetDisplayMessageBodyResponse) Descriptor deprecated

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

Deprecated: Use GetDisplayMessageBodyResponse.ProtoReflect.Descriptor instead.

func (*GetDisplayMessageBodyResponse) GetResult

func (x *GetDisplayMessageBodyResponse) GetResult() string

func (*GetDisplayMessageBodyResponse) ProtoMessage

func (*GetDisplayMessageBodyResponse) ProtoMessage()

func (*GetDisplayMessageBodyResponse) ProtoReflect

func (*GetDisplayMessageBodyResponse) Reset

func (x *GetDisplayMessageBodyResponse) Reset()

func (*GetDisplayMessageBodyResponse) String

type GetDisplayOriginatingAddressRequest

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

func (*GetDisplayOriginatingAddressRequest) Descriptor deprecated

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

Deprecated: Use GetDisplayOriginatingAddressRequest.ProtoReflect.Descriptor instead.

func (*GetDisplayOriginatingAddressRequest) GetHandle

func (*GetDisplayOriginatingAddressRequest) ProtoMessage

func (*GetDisplayOriginatingAddressRequest) ProtoMessage()

func (*GetDisplayOriginatingAddressRequest) ProtoReflect

func (*GetDisplayOriginatingAddressRequest) Reset

func (*GetDisplayOriginatingAddressRequest) String

type GetDisplayOriginatingAddressResponse

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

func (*GetDisplayOriginatingAddressResponse) Descriptor deprecated

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

Deprecated: Use GetDisplayOriginatingAddressResponse.ProtoReflect.Descriptor instead.

func (*GetDisplayOriginatingAddressResponse) GetResult

func (*GetDisplayOriginatingAddressResponse) ProtoMessage

func (*GetDisplayOriginatingAddressResponse) ProtoMessage()

func (*GetDisplayOriginatingAddressResponse) ProtoReflect

func (*GetDisplayOriginatingAddressResponse) Reset

func (*GetDisplayOriginatingAddressResponse) String

type GetEmailBodyRequest

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

func (*GetEmailBodyRequest) Descriptor deprecated

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

Deprecated: Use GetEmailBodyRequest.ProtoReflect.Descriptor instead.

func (*GetEmailBodyRequest) GetHandle

func (x *GetEmailBodyRequest) GetHandle() int64

func (*GetEmailBodyRequest) ProtoMessage

func (*GetEmailBodyRequest) ProtoMessage()

func (*GetEmailBodyRequest) ProtoReflect

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

func (*GetEmailBodyRequest) Reset

func (x *GetEmailBodyRequest) Reset()

func (*GetEmailBodyRequest) String

func (x *GetEmailBodyRequest) String() string

type GetEmailBodyResponse

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

func (*GetEmailBodyResponse) Descriptor deprecated

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

Deprecated: Use GetEmailBodyResponse.ProtoReflect.Descriptor instead.

func (*GetEmailBodyResponse) GetResult

func (x *GetEmailBodyResponse) GetResult() string

func (*GetEmailBodyResponse) ProtoMessage

func (*GetEmailBodyResponse) ProtoMessage()

func (*GetEmailBodyResponse) ProtoReflect

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

func (*GetEmailBodyResponse) Reset

func (x *GetEmailBodyResponse) Reset()

func (*GetEmailBodyResponse) String

func (x *GetEmailBodyResponse) String() string

type GetEmailFromRequest

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

func (*GetEmailFromRequest) Descriptor deprecated

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

Deprecated: Use GetEmailFromRequest.ProtoReflect.Descriptor instead.

func (*GetEmailFromRequest) GetHandle

func (x *GetEmailFromRequest) GetHandle() int64

func (*GetEmailFromRequest) ProtoMessage

func (*GetEmailFromRequest) ProtoMessage()

func (*GetEmailFromRequest) ProtoReflect

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

func (*GetEmailFromRequest) Reset

func (x *GetEmailFromRequest) Reset()

func (*GetEmailFromRequest) String

func (x *GetEmailFromRequest) String() string

type GetEmailFromResponse

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

func (*GetEmailFromResponse) Descriptor deprecated

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

Deprecated: Use GetEmailFromResponse.ProtoReflect.Descriptor instead.

func (*GetEmailFromResponse) GetResult

func (x *GetEmailFromResponse) GetResult() string

func (*GetEmailFromResponse) ProtoMessage

func (*GetEmailFromResponse) ProtoMessage()

func (*GetEmailFromResponse) ProtoReflect

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

func (*GetEmailFromResponse) Reset

func (x *GetEmailFromResponse) Reset()

func (*GetEmailFromResponse) String

func (x *GetEmailFromResponse) String() string

type GetIndexOnSimRequest

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

func (*GetIndexOnSimRequest) Descriptor deprecated

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

Deprecated: Use GetIndexOnSimRequest.ProtoReflect.Descriptor instead.

func (*GetIndexOnSimRequest) GetHandle

func (x *GetIndexOnSimRequest) GetHandle() int64

func (*GetIndexOnSimRequest) ProtoMessage

func (*GetIndexOnSimRequest) ProtoMessage()

func (*GetIndexOnSimRequest) ProtoReflect

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

func (*GetIndexOnSimRequest) Reset

func (x *GetIndexOnSimRequest) Reset()

func (*GetIndexOnSimRequest) String

func (x *GetIndexOnSimRequest) String() string

type GetIndexOnSimResponse

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

func (*GetIndexOnSimResponse) Descriptor deprecated

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

Deprecated: Use GetIndexOnSimResponse.ProtoReflect.Descriptor instead.

func (*GetIndexOnSimResponse) GetResult

func (x *GetIndexOnSimResponse) GetResult() int32

func (*GetIndexOnSimResponse) ProtoMessage

func (*GetIndexOnSimResponse) ProtoMessage()

func (*GetIndexOnSimResponse) ProtoReflect

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

func (*GetIndexOnSimResponse) Reset

func (x *GetIndexOnSimResponse) Reset()

func (*GetIndexOnSimResponse) String

func (x *GetIndexOnSimResponse) String() string

type GetLacRequest

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

func (*GetLacRequest) Descriptor deprecated

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

Deprecated: Use GetLacRequest.ProtoReflect.Descriptor instead.

func (*GetLacRequest) GetHandle

func (x *GetLacRequest) GetHandle() int64

func (*GetLacRequest) ProtoMessage

func (*GetLacRequest) ProtoMessage()

func (*GetLacRequest) ProtoReflect

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

func (*GetLacRequest) Reset

func (x *GetLacRequest) Reset()

func (*GetLacRequest) String

func (x *GetLacRequest) String() string

type GetLacResponse

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

func (*GetLacResponse) Descriptor deprecated

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

Deprecated: Use GetLacResponse.ProtoReflect.Descriptor instead.

func (*GetLacResponse) GetResult

func (x *GetLacResponse) GetResult() int32

func (*GetLacResponse) ProtoMessage

func (*GetLacResponse) ProtoMessage()

func (*GetLacResponse) ProtoReflect

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

func (*GetLacResponse) Reset

func (x *GetLacResponse) Reset()

func (*GetLacResponse) String

func (x *GetLacResponse) String() string

type GetMessageBodyRequest

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

func (*GetMessageBodyRequest) Descriptor deprecated

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

Deprecated: Use GetMessageBodyRequest.ProtoReflect.Descriptor instead.

func (*GetMessageBodyRequest) GetHandle

func (x *GetMessageBodyRequest) GetHandle() int64

func (*GetMessageBodyRequest) ProtoMessage

func (*GetMessageBodyRequest) ProtoMessage()

func (*GetMessageBodyRequest) ProtoReflect

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

func (*GetMessageBodyRequest) Reset

func (x *GetMessageBodyRequest) Reset()

func (*GetMessageBodyRequest) String

func (x *GetMessageBodyRequest) String() string

type GetMessageBodyResponse

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

func (*GetMessageBodyResponse) Descriptor deprecated

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

Deprecated: Use GetMessageBodyResponse.ProtoReflect.Descriptor instead.

func (*GetMessageBodyResponse) GetResult

func (x *GetMessageBodyResponse) GetResult() string

func (*GetMessageBodyResponse) ProtoMessage

func (*GetMessageBodyResponse) ProtoMessage()

func (*GetMessageBodyResponse) ProtoReflect

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

func (*GetMessageBodyResponse) Reset

func (x *GetMessageBodyResponse) Reset()

func (*GetMessageBodyResponse) String

func (x *GetMessageBodyResponse) String() string

type GetMessageClassRequest

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

func (*GetMessageClassRequest) Descriptor deprecated

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

Deprecated: Use GetMessageClassRequest.ProtoReflect.Descriptor instead.

func (*GetMessageClassRequest) GetHandle

func (x *GetMessageClassRequest) GetHandle() int64

func (*GetMessageClassRequest) ProtoMessage

func (*GetMessageClassRequest) ProtoMessage()

func (*GetMessageClassRequest) ProtoReflect

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

func (*GetMessageClassRequest) Reset

func (x *GetMessageClassRequest) Reset()

func (*GetMessageClassRequest) String

func (x *GetMessageClassRequest) String() string

type GetMessageClassResponse

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

func (*GetMessageClassResponse) Descriptor deprecated

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

Deprecated: Use GetMessageClassResponse.ProtoReflect.Descriptor instead.

func (*GetMessageClassResponse) GetResult

func (x *GetMessageClassResponse) GetResult() int64

func (*GetMessageClassResponse) ProtoMessage

func (*GetMessageClassResponse) ProtoMessage()

func (*GetMessageClassResponse) ProtoReflect

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

func (*GetMessageClassResponse) Reset

func (x *GetMessageClassResponse) Reset()

func (*GetMessageClassResponse) String

func (x *GetMessageClassResponse) String() string

type GetOriginatingAddressRequest

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

func (*GetOriginatingAddressRequest) Descriptor deprecated

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

Deprecated: Use GetOriginatingAddressRequest.ProtoReflect.Descriptor instead.

func (*GetOriginatingAddressRequest) GetHandle

func (x *GetOriginatingAddressRequest) GetHandle() int64

func (*GetOriginatingAddressRequest) ProtoMessage

func (*GetOriginatingAddressRequest) ProtoMessage()

func (*GetOriginatingAddressRequest) ProtoReflect

func (*GetOriginatingAddressRequest) Reset

func (x *GetOriginatingAddressRequest) Reset()

func (*GetOriginatingAddressRequest) String

type GetOriginatingAddressResponse

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

func (*GetOriginatingAddressResponse) Descriptor deprecated

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

Deprecated: Use GetOriginatingAddressResponse.ProtoReflect.Descriptor instead.

func (*GetOriginatingAddressResponse) GetResult

func (x *GetOriginatingAddressResponse) GetResult() string

func (*GetOriginatingAddressResponse) ProtoMessage

func (*GetOriginatingAddressResponse) ProtoMessage()

func (*GetOriginatingAddressResponse) ProtoReflect

func (*GetOriginatingAddressResponse) Reset

func (x *GetOriginatingAddressResponse) Reset()

func (*GetOriginatingAddressResponse) String

type GetPduRequest

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

func (*GetPduRequest) Descriptor deprecated

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

Deprecated: Use GetPduRequest.ProtoReflect.Descriptor instead.

func (*GetPduRequest) GetHandle

func (x *GetPduRequest) GetHandle() int64

func (*GetPduRequest) ProtoMessage

func (*GetPduRequest) ProtoMessage()

func (*GetPduRequest) ProtoReflect

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

func (*GetPduRequest) Reset

func (x *GetPduRequest) Reset()

func (*GetPduRequest) String

func (x *GetPduRequest) String() string

type GetPduResponse

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

func (*GetPduResponse) Descriptor deprecated

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

Deprecated: Use GetPduResponse.ProtoReflect.Descriptor instead.

func (*GetPduResponse) GetResult

func (x *GetPduResponse) GetResult() int64

func (*GetPduResponse) ProtoMessage

func (*GetPduResponse) ProtoMessage()

func (*GetPduResponse) ProtoReflect

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

func (*GetPduResponse) Reset

func (x *GetPduResponse) Reset()

func (*GetPduResponse) String

func (x *GetPduResponse) String() string

type GetProtocolIdentifierRequest

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

func (*GetProtocolIdentifierRequest) Descriptor deprecated

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

Deprecated: Use GetProtocolIdentifierRequest.ProtoReflect.Descriptor instead.

func (*GetProtocolIdentifierRequest) GetHandle

func (x *GetProtocolIdentifierRequest) GetHandle() int64

func (*GetProtocolIdentifierRequest) ProtoMessage

func (*GetProtocolIdentifierRequest) ProtoMessage()

func (*GetProtocolIdentifierRequest) ProtoReflect

func (*GetProtocolIdentifierRequest) Reset

func (x *GetProtocolIdentifierRequest) Reset()

func (*GetProtocolIdentifierRequest) String

type GetProtocolIdentifierResponse

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

func (*GetProtocolIdentifierResponse) Descriptor deprecated

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

Deprecated: Use GetProtocolIdentifierResponse.ProtoReflect.Descriptor instead.

func (*GetProtocolIdentifierResponse) GetResult

func (x *GetProtocolIdentifierResponse) GetResult() int32

func (*GetProtocolIdentifierResponse) ProtoMessage

func (*GetProtocolIdentifierResponse) ProtoMessage()

func (*GetProtocolIdentifierResponse) ProtoReflect

func (*GetProtocolIdentifierResponse) Reset

func (x *GetProtocolIdentifierResponse) Reset()

func (*GetProtocolIdentifierResponse) String

type GetPscRequest

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

func (*GetPscRequest) Descriptor deprecated

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

Deprecated: Use GetPscRequest.ProtoReflect.Descriptor instead.

func (*GetPscRequest) GetHandle

func (x *GetPscRequest) GetHandle() int64

func (*GetPscRequest) ProtoMessage

func (*GetPscRequest) ProtoMessage()

func (*GetPscRequest) ProtoReflect

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

func (*GetPscRequest) Reset

func (x *GetPscRequest) Reset()

func (*GetPscRequest) String

func (x *GetPscRequest) String() string

type GetPscResponse

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

func (*GetPscResponse) Descriptor deprecated

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

Deprecated: Use GetPscResponse.ProtoReflect.Descriptor instead.

func (*GetPscResponse) GetResult

func (x *GetPscResponse) GetResult() int32

func (*GetPscResponse) ProtoMessage

func (*GetPscResponse) ProtoMessage()

func (*GetPscResponse) ProtoReflect

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

func (*GetPscResponse) Reset

func (x *GetPscResponse) Reset()

func (*GetPscResponse) String

func (x *GetPscResponse) String() string

type GetPseudoSubjectRequest

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

func (*GetPseudoSubjectRequest) Descriptor deprecated

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

Deprecated: Use GetPseudoSubjectRequest.ProtoReflect.Descriptor instead.

func (*GetPseudoSubjectRequest) GetHandle

func (x *GetPseudoSubjectRequest) GetHandle() int64

func (*GetPseudoSubjectRequest) ProtoMessage

func (*GetPseudoSubjectRequest) ProtoMessage()

func (*GetPseudoSubjectRequest) ProtoReflect

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

func (*GetPseudoSubjectRequest) Reset

func (x *GetPseudoSubjectRequest) Reset()

func (*GetPseudoSubjectRequest) String

func (x *GetPseudoSubjectRequest) String() string

type GetPseudoSubjectResponse

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

func (*GetPseudoSubjectResponse) Descriptor deprecated

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

Deprecated: Use GetPseudoSubjectResponse.ProtoReflect.Descriptor instead.

func (*GetPseudoSubjectResponse) GetResult

func (x *GetPseudoSubjectResponse) GetResult() string

func (*GetPseudoSubjectResponse) ProtoMessage

func (*GetPseudoSubjectResponse) ProtoMessage()

func (*GetPseudoSubjectResponse) ProtoReflect

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

func (*GetPseudoSubjectResponse) Reset

func (x *GetPseudoSubjectResponse) Reset()

func (*GetPseudoSubjectResponse) String

func (x *GetPseudoSubjectResponse) String() string

type GetServiceCenterAddressRequest

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

func (*GetServiceCenterAddressRequest) Descriptor deprecated

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

Deprecated: Use GetServiceCenterAddressRequest.ProtoReflect.Descriptor instead.

func (*GetServiceCenterAddressRequest) GetHandle

func (x *GetServiceCenterAddressRequest) GetHandle() int64

func (*GetServiceCenterAddressRequest) ProtoMessage

func (*GetServiceCenterAddressRequest) ProtoMessage()

func (*GetServiceCenterAddressRequest) ProtoReflect

func (*GetServiceCenterAddressRequest) Reset

func (x *GetServiceCenterAddressRequest) Reset()

func (*GetServiceCenterAddressRequest) String

type GetServiceCenterAddressResponse

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

func (*GetServiceCenterAddressResponse) Descriptor deprecated

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

Deprecated: Use GetServiceCenterAddressResponse.ProtoReflect.Descriptor instead.

func (*GetServiceCenterAddressResponse) GetResult

func (x *GetServiceCenterAddressResponse) GetResult() string

func (*GetServiceCenterAddressResponse) ProtoMessage

func (*GetServiceCenterAddressResponse) ProtoMessage()

func (*GetServiceCenterAddressResponse) ProtoReflect

func (*GetServiceCenterAddressResponse) Reset

func (*GetServiceCenterAddressResponse) String

type GetStatusOnSimRequest

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

func (*GetStatusOnSimRequest) Descriptor deprecated

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

Deprecated: Use GetStatusOnSimRequest.ProtoReflect.Descriptor instead.

func (*GetStatusOnSimRequest) GetHandle

func (x *GetStatusOnSimRequest) GetHandle() int64

func (*GetStatusOnSimRequest) ProtoMessage

func (*GetStatusOnSimRequest) ProtoMessage()

func (*GetStatusOnSimRequest) ProtoReflect

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

func (*GetStatusOnSimRequest) Reset

func (x *GetStatusOnSimRequest) Reset()

func (*GetStatusOnSimRequest) String

func (x *GetStatusOnSimRequest) String() string

type GetStatusOnSimResponse

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

func (*GetStatusOnSimResponse) Descriptor deprecated

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

Deprecated: Use GetStatusOnSimResponse.ProtoReflect.Descriptor instead.

func (*GetStatusOnSimResponse) GetResult

func (x *GetStatusOnSimResponse) GetResult() int32

func (*GetStatusOnSimResponse) ProtoMessage

func (*GetStatusOnSimResponse) ProtoMessage()

func (*GetStatusOnSimResponse) ProtoReflect

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

func (*GetStatusOnSimResponse) Reset

func (x *GetStatusOnSimResponse) Reset()

func (*GetStatusOnSimResponse) String

func (x *GetStatusOnSimResponse) String() string

type GetStatusRequest

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

func (*GetStatusRequest) Descriptor deprecated

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

Deprecated: Use GetStatusRequest.ProtoReflect.Descriptor instead.

func (*GetStatusRequest) GetHandle

func (x *GetStatusRequest) GetHandle() int64

func (*GetStatusRequest) ProtoMessage

func (*GetStatusRequest) ProtoMessage()

func (*GetStatusRequest) ProtoReflect

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

func (*GetStatusRequest) Reset

func (x *GetStatusRequest) Reset()

func (*GetStatusRequest) String

func (x *GetStatusRequest) String() string

type GetStatusResponse

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

func (*GetStatusResponse) Descriptor deprecated

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

Deprecated: Use GetStatusResponse.ProtoReflect.Descriptor instead.

func (*GetStatusResponse) GetResult

func (x *GetStatusResponse) GetResult() int32

func (*GetStatusResponse) ProtoMessage

func (*GetStatusResponse) ProtoMessage()

func (*GetStatusResponse) ProtoReflect

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

func (*GetStatusResponse) Reset

func (x *GetStatusResponse) Reset()

func (*GetStatusResponse) String

func (x *GetStatusResponse) String() string

type GetSubmitPdu4Request

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

func (*GetSubmitPdu4Request) Descriptor deprecated

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

Deprecated: Use GetSubmitPdu4Request.ProtoReflect.Descriptor instead.

func (*GetSubmitPdu4Request) GetArg0

func (x *GetSubmitPdu4Request) GetArg0() string

func (*GetSubmitPdu4Request) GetArg1

func (x *GetSubmitPdu4Request) GetArg1() string

func (*GetSubmitPdu4Request) GetArg2

func (x *GetSubmitPdu4Request) GetArg2() string

func (*GetSubmitPdu4Request) GetArg3

func (x *GetSubmitPdu4Request) GetArg3() bool

func (*GetSubmitPdu4Request) GetHandle

func (x *GetSubmitPdu4Request) GetHandle() int64

func (*GetSubmitPdu4Request) ProtoMessage

func (*GetSubmitPdu4Request) ProtoMessage()

func (*GetSubmitPdu4Request) ProtoReflect

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

func (*GetSubmitPdu4Request) Reset

func (x *GetSubmitPdu4Request) Reset()

func (*GetSubmitPdu4Request) String

func (x *GetSubmitPdu4Request) String() string

type GetSubmitPdu4Response

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

func (*GetSubmitPdu4Response) Descriptor deprecated

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

Deprecated: Use GetSubmitPdu4Response.ProtoReflect.Descriptor instead.

func (*GetSubmitPdu4Response) GetResult

func (x *GetSubmitPdu4Response) GetResult() int64

func (*GetSubmitPdu4Response) ProtoMessage

func (*GetSubmitPdu4Response) ProtoMessage()

func (*GetSubmitPdu4Response) ProtoReflect

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

func (*GetSubmitPdu4Response) Reset

func (x *GetSubmitPdu4Response) Reset()

func (*GetSubmitPdu4Response) String

func (x *GetSubmitPdu4Response) String() string

type GetSubmitPdu5_1Request

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

func (*GetSubmitPdu5_1Request) Descriptor deprecated

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

Deprecated: Use GetSubmitPdu5_1Request.ProtoReflect.Descriptor instead.

func (*GetSubmitPdu5_1Request) GetArg0

func (x *GetSubmitPdu5_1Request) GetArg0() string

func (*GetSubmitPdu5_1Request) GetArg1

func (x *GetSubmitPdu5_1Request) GetArg1() string

func (*GetSubmitPdu5_1Request) GetArg2

func (x *GetSubmitPdu5_1Request) GetArg2() int32

func (*GetSubmitPdu5_1Request) GetArg3

func (x *GetSubmitPdu5_1Request) GetArg3() int64

func (*GetSubmitPdu5_1Request) GetArg4

func (x *GetSubmitPdu5_1Request) GetArg4() bool

func (*GetSubmitPdu5_1Request) GetHandle

func (x *GetSubmitPdu5_1Request) GetHandle() int64

func (*GetSubmitPdu5_1Request) ProtoMessage

func (*GetSubmitPdu5_1Request) ProtoMessage()

func (*GetSubmitPdu5_1Request) ProtoReflect

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

func (*GetSubmitPdu5_1Request) Reset

func (x *GetSubmitPdu5_1Request) Reset()

func (*GetSubmitPdu5_1Request) String

func (x *GetSubmitPdu5_1Request) String() string

type GetSubmitPdu5_1Response

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

func (*GetSubmitPdu5_1Response) Descriptor deprecated

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

Deprecated: Use GetSubmitPdu5_1Response.ProtoReflect.Descriptor instead.

func (*GetSubmitPdu5_1Response) GetResult

func (x *GetSubmitPdu5_1Response) GetResult() int64

func (*GetSubmitPdu5_1Response) ProtoMessage

func (*GetSubmitPdu5_1Response) ProtoMessage()

func (*GetSubmitPdu5_1Response) ProtoReflect

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

func (*GetSubmitPdu5_1Response) Reset

func (x *GetSubmitPdu5_1Response) Reset()

func (*GetSubmitPdu5_1Response) String

func (x *GetSubmitPdu5_1Response) String() string

type GetTPLayerLengthForPDURequest

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

func (*GetTPLayerLengthForPDURequest) Descriptor deprecated

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

Deprecated: Use GetTPLayerLengthForPDURequest.ProtoReflect.Descriptor instead.

func (*GetTPLayerLengthForPDURequest) GetArg0

func (*GetTPLayerLengthForPDURequest) GetHandle

func (x *GetTPLayerLengthForPDURequest) GetHandle() int64

func (*GetTPLayerLengthForPDURequest) ProtoMessage

func (*GetTPLayerLengthForPDURequest) ProtoMessage()

func (*GetTPLayerLengthForPDURequest) ProtoReflect

func (*GetTPLayerLengthForPDURequest) Reset

func (x *GetTPLayerLengthForPDURequest) Reset()

func (*GetTPLayerLengthForPDURequest) String

type GetTPLayerLengthForPDUResponse

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

func (*GetTPLayerLengthForPDUResponse) Descriptor deprecated

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

Deprecated: Use GetTPLayerLengthForPDUResponse.ProtoReflect.Descriptor instead.

func (*GetTPLayerLengthForPDUResponse) GetResult

func (x *GetTPLayerLengthForPDUResponse) GetResult() int32

func (*GetTPLayerLengthForPDUResponse) ProtoMessage

func (*GetTPLayerLengthForPDUResponse) ProtoMessage()

func (*GetTPLayerLengthForPDUResponse) ProtoReflect

func (*GetTPLayerLengthForPDUResponse) Reset

func (x *GetTPLayerLengthForPDUResponse) Reset()

func (*GetTPLayerLengthForPDUResponse) String

type GetTimestampMillisRequest

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

func (*GetTimestampMillisRequest) Descriptor deprecated

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

Deprecated: Use GetTimestampMillisRequest.ProtoReflect.Descriptor instead.

func (*GetTimestampMillisRequest) GetHandle

func (x *GetTimestampMillisRequest) GetHandle() int64

func (*GetTimestampMillisRequest) ProtoMessage

func (*GetTimestampMillisRequest) ProtoMessage()

func (*GetTimestampMillisRequest) ProtoReflect

func (*GetTimestampMillisRequest) Reset

func (x *GetTimestampMillisRequest) Reset()

func (*GetTimestampMillisRequest) String

func (x *GetTimestampMillisRequest) String() string

type GetTimestampMillisResponse

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

func (*GetTimestampMillisResponse) Descriptor deprecated

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

Deprecated: Use GetTimestampMillisResponse.ProtoReflect.Descriptor instead.

func (*GetTimestampMillisResponse) GetResult

func (x *GetTimestampMillisResponse) GetResult() int64

func (*GetTimestampMillisResponse) ProtoMessage

func (*GetTimestampMillisResponse) ProtoMessage()

func (*GetTimestampMillisResponse) ProtoReflect

func (*GetTimestampMillisResponse) Reset

func (x *GetTimestampMillisResponse) Reset()

func (*GetTimestampMillisResponse) String

func (x *GetTimestampMillisResponse) String() string

type GetUserDataRequest

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

func (*GetUserDataRequest) Descriptor deprecated

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

Deprecated: Use GetUserDataRequest.ProtoReflect.Descriptor instead.

func (*GetUserDataRequest) GetHandle

func (x *GetUserDataRequest) GetHandle() int64

func (*GetUserDataRequest) ProtoMessage

func (*GetUserDataRequest) ProtoMessage()

func (*GetUserDataRequest) ProtoReflect

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

func (*GetUserDataRequest) Reset

func (x *GetUserDataRequest) Reset()

func (*GetUserDataRequest) String

func (x *GetUserDataRequest) String() string

type GetUserDataResponse

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

func (*GetUserDataResponse) Descriptor deprecated

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

Deprecated: Use GetUserDataResponse.ProtoReflect.Descriptor instead.

func (*GetUserDataResponse) GetResult

func (x *GetUserDataResponse) GetResult() int64

func (*GetUserDataResponse) ProtoMessage

func (*GetUserDataResponse) ProtoMessage()

func (*GetUserDataResponse) ProtoReflect

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

func (*GetUserDataResponse) Reset

func (x *GetUserDataResponse) Reset()

func (*GetUserDataResponse) String

func (x *GetUserDataResponse) 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 IsCphsMwiMessageRequest

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

func (*IsCphsMwiMessageRequest) Descriptor deprecated

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

Deprecated: Use IsCphsMwiMessageRequest.ProtoReflect.Descriptor instead.

func (*IsCphsMwiMessageRequest) GetHandle

func (x *IsCphsMwiMessageRequest) GetHandle() int64

func (*IsCphsMwiMessageRequest) ProtoMessage

func (*IsCphsMwiMessageRequest) ProtoMessage()

func (*IsCphsMwiMessageRequest) ProtoReflect

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

func (*IsCphsMwiMessageRequest) Reset

func (x *IsCphsMwiMessageRequest) Reset()

func (*IsCphsMwiMessageRequest) String

func (x *IsCphsMwiMessageRequest) String() string

type IsCphsMwiMessageResponse

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

func (*IsCphsMwiMessageResponse) Descriptor deprecated

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

Deprecated: Use IsCphsMwiMessageResponse.ProtoReflect.Descriptor instead.

func (*IsCphsMwiMessageResponse) GetResult

func (x *IsCphsMwiMessageResponse) GetResult() bool

func (*IsCphsMwiMessageResponse) ProtoMessage

func (*IsCphsMwiMessageResponse) ProtoMessage()

func (*IsCphsMwiMessageResponse) ProtoReflect

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

func (*IsCphsMwiMessageResponse) Reset

func (x *IsCphsMwiMessageResponse) Reset()

func (*IsCphsMwiMessageResponse) String

func (x *IsCphsMwiMessageResponse) String() string

type IsEmailRequest

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

func (*IsEmailRequest) Descriptor deprecated

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

Deprecated: Use IsEmailRequest.ProtoReflect.Descriptor instead.

func (*IsEmailRequest) GetHandle

func (x *IsEmailRequest) GetHandle() int64

func (*IsEmailRequest) ProtoMessage

func (*IsEmailRequest) ProtoMessage()

func (*IsEmailRequest) ProtoReflect

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

func (*IsEmailRequest) Reset

func (x *IsEmailRequest) Reset()

func (*IsEmailRequest) String

func (x *IsEmailRequest) String() string

type IsEmailResponse

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

func (*IsEmailResponse) Descriptor deprecated

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

Deprecated: Use IsEmailResponse.ProtoReflect.Descriptor instead.

func (*IsEmailResponse) GetResult

func (x *IsEmailResponse) GetResult() bool

func (*IsEmailResponse) ProtoMessage

func (*IsEmailResponse) ProtoMessage()

func (*IsEmailResponse) ProtoReflect

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

func (*IsEmailResponse) Reset

func (x *IsEmailResponse) Reset()

func (*IsEmailResponse) String

func (x *IsEmailResponse) String() string

type IsMWIClearMessageRequest

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

func (*IsMWIClearMessageRequest) Descriptor deprecated

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

Deprecated: Use IsMWIClearMessageRequest.ProtoReflect.Descriptor instead.

func (*IsMWIClearMessageRequest) GetHandle

func (x *IsMWIClearMessageRequest) GetHandle() int64

func (*IsMWIClearMessageRequest) ProtoMessage

func (*IsMWIClearMessageRequest) ProtoMessage()

func (*IsMWIClearMessageRequest) ProtoReflect

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

func (*IsMWIClearMessageRequest) Reset

func (x *IsMWIClearMessageRequest) Reset()

func (*IsMWIClearMessageRequest) String

func (x *IsMWIClearMessageRequest) String() string

type IsMWIClearMessageResponse

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

func (*IsMWIClearMessageResponse) Descriptor deprecated

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

Deprecated: Use IsMWIClearMessageResponse.ProtoReflect.Descriptor instead.

func (*IsMWIClearMessageResponse) GetResult

func (x *IsMWIClearMessageResponse) GetResult() bool

func (*IsMWIClearMessageResponse) ProtoMessage

func (*IsMWIClearMessageResponse) ProtoMessage()

func (*IsMWIClearMessageResponse) ProtoReflect

func (*IsMWIClearMessageResponse) Reset

func (x *IsMWIClearMessageResponse) Reset()

func (*IsMWIClearMessageResponse) String

func (x *IsMWIClearMessageResponse) String() string

type IsMWISetMessageRequest

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

func (*IsMWISetMessageRequest) Descriptor deprecated

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

Deprecated: Use IsMWISetMessageRequest.ProtoReflect.Descriptor instead.

func (*IsMWISetMessageRequest) GetHandle

func (x *IsMWISetMessageRequest) GetHandle() int64

func (*IsMWISetMessageRequest) ProtoMessage

func (*IsMWISetMessageRequest) ProtoMessage()

func (*IsMWISetMessageRequest) ProtoReflect

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

func (*IsMWISetMessageRequest) Reset

func (x *IsMWISetMessageRequest) Reset()

func (*IsMWISetMessageRequest) String

func (x *IsMWISetMessageRequest) String() string

type IsMWISetMessageResponse

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

func (*IsMWISetMessageResponse) Descriptor deprecated

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

Deprecated: Use IsMWISetMessageResponse.ProtoReflect.Descriptor instead.

func (*IsMWISetMessageResponse) GetResult

func (x *IsMWISetMessageResponse) GetResult() bool

func (*IsMWISetMessageResponse) ProtoMessage

func (*IsMWISetMessageResponse) ProtoMessage()

func (*IsMWISetMessageResponse) ProtoReflect

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

func (*IsMWISetMessageResponse) Reset

func (x *IsMWISetMessageResponse) Reset()

func (*IsMWISetMessageResponse) String

func (x *IsMWISetMessageResponse) String() string

type IsMwiDontStoreRequest

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

func (*IsMwiDontStoreRequest) Descriptor deprecated

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

Deprecated: Use IsMwiDontStoreRequest.ProtoReflect.Descriptor instead.

func (*IsMwiDontStoreRequest) GetHandle

func (x *IsMwiDontStoreRequest) GetHandle() int64

func (*IsMwiDontStoreRequest) ProtoMessage

func (*IsMwiDontStoreRequest) ProtoMessage()

func (*IsMwiDontStoreRequest) ProtoReflect

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

func (*IsMwiDontStoreRequest) Reset

func (x *IsMwiDontStoreRequest) Reset()

func (*IsMwiDontStoreRequest) String

func (x *IsMwiDontStoreRequest) String() string

type IsMwiDontStoreResponse

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

func (*IsMwiDontStoreResponse) Descriptor deprecated

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

Deprecated: Use IsMwiDontStoreResponse.ProtoReflect.Descriptor instead.

func (*IsMwiDontStoreResponse) GetResult

func (x *IsMwiDontStoreResponse) GetResult() bool

func (*IsMwiDontStoreResponse) ProtoMessage

func (*IsMwiDontStoreResponse) ProtoMessage()

func (*IsMwiDontStoreResponse) ProtoReflect

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

func (*IsMwiDontStoreResponse) Reset

func (x *IsMwiDontStoreResponse) Reset()

func (*IsMwiDontStoreResponse) String

func (x *IsMwiDontStoreResponse) String() string

type IsReplaceRequest

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

func (*IsReplaceRequest) Descriptor deprecated

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

Deprecated: Use IsReplaceRequest.ProtoReflect.Descriptor instead.

func (*IsReplaceRequest) GetHandle

func (x *IsReplaceRequest) GetHandle() int64

func (*IsReplaceRequest) ProtoMessage

func (*IsReplaceRequest) ProtoMessage()

func (*IsReplaceRequest) ProtoReflect

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

func (*IsReplaceRequest) Reset

func (x *IsReplaceRequest) Reset()

func (*IsReplaceRequest) String

func (x *IsReplaceRequest) String() string

type IsReplaceResponse

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

func (*IsReplaceResponse) Descriptor deprecated

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

Deprecated: Use IsReplaceResponse.ProtoReflect.Descriptor instead.

func (*IsReplaceResponse) GetResult

func (x *IsReplaceResponse) GetResult() bool

func (*IsReplaceResponse) ProtoMessage

func (*IsReplaceResponse) ProtoMessage()

func (*IsReplaceResponse) ProtoReflect

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

func (*IsReplaceResponse) Reset

func (x *IsReplaceResponse) Reset()

func (*IsReplaceResponse) String

func (x *IsReplaceResponse) String() string

type IsReplyPathPresentRequest

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

func (*IsReplyPathPresentRequest) Descriptor deprecated

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

Deprecated: Use IsReplyPathPresentRequest.ProtoReflect.Descriptor instead.

func (*IsReplyPathPresentRequest) GetHandle

func (x *IsReplyPathPresentRequest) GetHandle() int64

func (*IsReplyPathPresentRequest) ProtoMessage

func (*IsReplyPathPresentRequest) ProtoMessage()

func (*IsReplyPathPresentRequest) ProtoReflect

func (*IsReplyPathPresentRequest) Reset

func (x *IsReplyPathPresentRequest) Reset()

func (*IsReplyPathPresentRequest) String

func (x *IsReplyPathPresentRequest) String() string

type IsReplyPathPresentResponse

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

func (*IsReplyPathPresentResponse) Descriptor deprecated

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

Deprecated: Use IsReplyPathPresentResponse.ProtoReflect.Descriptor instead.

func (*IsReplyPathPresentResponse) GetResult

func (x *IsReplyPathPresentResponse) GetResult() bool

func (*IsReplyPathPresentResponse) ProtoMessage

func (*IsReplyPathPresentResponse) ProtoMessage()

func (*IsReplyPathPresentResponse) ProtoReflect

func (*IsReplyPathPresentResponse) Reset

func (x *IsReplyPathPresentResponse) Reset()

func (*IsReplyPathPresentResponse) String

func (x *IsReplyPathPresentResponse) String() string

type IsStatusReportMessageRequest

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

func (*IsStatusReportMessageRequest) Descriptor deprecated

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

Deprecated: Use IsStatusReportMessageRequest.ProtoReflect.Descriptor instead.

func (*IsStatusReportMessageRequest) GetHandle

func (x *IsStatusReportMessageRequest) GetHandle() int64

func (*IsStatusReportMessageRequest) ProtoMessage

func (*IsStatusReportMessageRequest) ProtoMessage()

func (*IsStatusReportMessageRequest) ProtoReflect

func (*IsStatusReportMessageRequest) Reset

func (x *IsStatusReportMessageRequest) Reset()

func (*IsStatusReportMessageRequest) String

type IsStatusReportMessageResponse

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

func (*IsStatusReportMessageResponse) Descriptor deprecated

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

Deprecated: Use IsStatusReportMessageResponse.ProtoReflect.Descriptor instead.

func (*IsStatusReportMessageResponse) GetResult

func (x *IsStatusReportMessageResponse) GetResult() bool

func (*IsStatusReportMessageResponse) ProtoMessage

func (*IsStatusReportMessageResponse) ProtoMessage()

func (*IsStatusReportMessageResponse) ProtoReflect

func (*IsStatusReportMessageResponse) Reset

func (x *IsStatusReportMessageResponse) Reset()

func (*IsStatusReportMessageResponse) String

type NewCellLocationRequest

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

func (*NewCellLocationRequest) Descriptor deprecated

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

Deprecated: Use NewCellLocationRequest.ProtoReflect.Descriptor instead.

func (*NewCellLocationRequest) ProtoMessage

func (*NewCellLocationRequest) ProtoMessage()

func (*NewCellLocationRequest) ProtoReflect

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

func (*NewCellLocationRequest) Reset

func (x *NewCellLocationRequest) Reset()

func (*NewCellLocationRequest) String

func (x *NewCellLocationRequest) String() string

type NewCellLocationResponse

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

func (*NewCellLocationResponse) Descriptor deprecated

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

Deprecated: Use NewCellLocationResponse.ProtoReflect.Descriptor instead.

func (*NewCellLocationResponse) GetResult

func (x *NewCellLocationResponse) GetResult() int64

func (*NewCellLocationResponse) ProtoMessage

func (*NewCellLocationResponse) ProtoMessage()

func (*NewCellLocationResponse) ProtoReflect

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

func (*NewCellLocationResponse) Reset

func (x *NewCellLocationResponse) Reset()

func (*NewCellLocationResponse) String

func (x *NewCellLocationResponse) String() string

type NewSmsMessageRequest

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

func (*NewSmsMessageRequest) Descriptor deprecated

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

Deprecated: Use NewSmsMessageRequest.ProtoReflect.Descriptor instead.

func (*NewSmsMessageRequest) ProtoMessage

func (*NewSmsMessageRequest) ProtoMessage()

func (*NewSmsMessageRequest) ProtoReflect

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

func (*NewSmsMessageRequest) Reset

func (x *NewSmsMessageRequest) Reset()

func (*NewSmsMessageRequest) String

func (x *NewSmsMessageRequest) String() string

type NewSmsMessageResponse

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

func (*NewSmsMessageResponse) Descriptor deprecated

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

Deprecated: Use NewSmsMessageResponse.ProtoReflect.Descriptor instead.

func (*NewSmsMessageResponse) GetResult

func (x *NewSmsMessageResponse) GetResult() int64

func (*NewSmsMessageResponse) ProtoMessage

func (*NewSmsMessageResponse) ProtoMessage()

func (*NewSmsMessageResponse) ProtoReflect

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

func (*NewSmsMessageResponse) Reset

func (x *NewSmsMessageResponse) Reset()

func (*NewSmsMessageResponse) String

func (x *NewSmsMessageResponse) String() string

type SendDataMessageRequest

type SendDataMessageRequest 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 int32  `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	Arg3 int64  `protobuf:"varint,4,opt,name=arg3,proto3" json:"arg3,omitempty"`
	Arg4 int64  `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 (*SendDataMessageRequest) Descriptor deprecated

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

Deprecated: Use SendDataMessageRequest.ProtoReflect.Descriptor instead.

func (*SendDataMessageRequest) GetArg0

func (x *SendDataMessageRequest) GetArg0() string

func (*SendDataMessageRequest) GetArg1

func (x *SendDataMessageRequest) GetArg1() string

func (*SendDataMessageRequest) GetArg2

func (x *SendDataMessageRequest) GetArg2() int32

func (*SendDataMessageRequest) GetArg3

func (x *SendDataMessageRequest) GetArg3() int64

func (*SendDataMessageRequest) GetArg4

func (x *SendDataMessageRequest) GetArg4() int64

func (*SendDataMessageRequest) GetArg5

func (x *SendDataMessageRequest) GetArg5() int64

func (*SendDataMessageRequest) ProtoMessage

func (*SendDataMessageRequest) ProtoMessage()

func (*SendDataMessageRequest) ProtoReflect

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

func (*SendDataMessageRequest) Reset

func (x *SendDataMessageRequest) Reset()

func (*SendDataMessageRequest) String

func (x *SendDataMessageRequest) String() string

type SendDataMessageResponse

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

func (*SendDataMessageResponse) Descriptor deprecated

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

Deprecated: Use SendDataMessageResponse.ProtoReflect.Descriptor instead.

func (*SendDataMessageResponse) ProtoMessage

func (*SendDataMessageResponse) ProtoMessage()

func (*SendDataMessageResponse) ProtoReflect

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

func (*SendDataMessageResponse) Reset

func (x *SendDataMessageResponse) Reset()

func (*SendDataMessageResponse) String

func (x *SendDataMessageResponse) String() string

type SendTextMessageRequest

type SendTextMessageRequest 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"`
	Arg3 int64  `protobuf:"varint,4,opt,name=arg3,proto3" json:"arg3,omitempty"`
	Arg4 int64  `protobuf:"varint,5,opt,name=arg4,proto3" json:"arg4,omitempty"`
	// contains filtered or unexported fields
}

func (*SendTextMessageRequest) Descriptor deprecated

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

Deprecated: Use SendTextMessageRequest.ProtoReflect.Descriptor instead.

func (*SendTextMessageRequest) GetArg0

func (x *SendTextMessageRequest) GetArg0() string

func (*SendTextMessageRequest) GetArg1

func (x *SendTextMessageRequest) GetArg1() string

func (*SendTextMessageRequest) GetArg2

func (x *SendTextMessageRequest) GetArg2() string

func (*SendTextMessageRequest) GetArg3

func (x *SendTextMessageRequest) GetArg3() int64

func (*SendTextMessageRequest) GetArg4

func (x *SendTextMessageRequest) GetArg4() int64

func (*SendTextMessageRequest) ProtoMessage

func (*SendTextMessageRequest) ProtoMessage()

func (*SendTextMessageRequest) ProtoReflect

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

func (*SendTextMessageRequest) Reset

func (x *SendTextMessageRequest) Reset()

func (*SendTextMessageRequest) String

func (x *SendTextMessageRequest) String() string

type SendTextMessageResponse

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

func (*SendTextMessageResponse) Descriptor deprecated

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

Deprecated: Use SendTextMessageResponse.ProtoReflect.Descriptor instead.

func (*SendTextMessageResponse) ProtoMessage

func (*SendTextMessageResponse) ProtoMessage()

func (*SendTextMessageResponse) ProtoReflect

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

func (*SendTextMessageResponse) Reset

func (x *SendTextMessageResponse) Reset()

func (*SendTextMessageResponse) String

func (x *SendTextMessageResponse) String() string

type SetLacAndCidRequest

type SetLacAndCidRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int32 `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 (*SetLacAndCidRequest) Descriptor deprecated

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

Deprecated: Use SetLacAndCidRequest.ProtoReflect.Descriptor instead.

func (*SetLacAndCidRequest) GetArg0

func (x *SetLacAndCidRequest) GetArg0() int32

func (*SetLacAndCidRequest) GetArg1

func (x *SetLacAndCidRequest) GetArg1() int32

func (*SetLacAndCidRequest) GetHandle

func (x *SetLacAndCidRequest) GetHandle() int64

func (*SetLacAndCidRequest) ProtoMessage

func (*SetLacAndCidRequest) ProtoMessage()

func (*SetLacAndCidRequest) ProtoReflect

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

func (*SetLacAndCidRequest) Reset

func (x *SetLacAndCidRequest) Reset()

func (*SetLacAndCidRequest) String

func (x *SetLacAndCidRequest) String() string

type SetLacAndCidResponse

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

func (*SetLacAndCidResponse) Descriptor deprecated

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

Deprecated: Use SetLacAndCidResponse.ProtoReflect.Descriptor instead.

func (*SetLacAndCidResponse) ProtoMessage

func (*SetLacAndCidResponse) ProtoMessage()

func (*SetLacAndCidResponse) ProtoReflect

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

func (*SetLacAndCidResponse) Reset

func (x *SetLacAndCidResponse) Reset()

func (*SetLacAndCidResponse) String

func (x *SetLacAndCidResponse) String() string

type SetStateInvalidRequest

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

func (*SetStateInvalidRequest) Descriptor deprecated

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

Deprecated: Use SetStateInvalidRequest.ProtoReflect.Descriptor instead.

func (*SetStateInvalidRequest) GetHandle

func (x *SetStateInvalidRequest) GetHandle() int64

func (*SetStateInvalidRequest) ProtoMessage

func (*SetStateInvalidRequest) ProtoMessage()

func (*SetStateInvalidRequest) ProtoReflect

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

func (*SetStateInvalidRequest) Reset

func (x *SetStateInvalidRequest) Reset()

func (*SetStateInvalidRequest) String

func (x *SetStateInvalidRequest) String() string

type SetStateInvalidResponse

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

func (*SetStateInvalidResponse) Descriptor deprecated

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

Deprecated: Use SetStateInvalidResponse.ProtoReflect.Descriptor instead.

func (*SetStateInvalidResponse) ProtoMessage

func (*SetStateInvalidResponse) ProtoMessage()

func (*SetStateInvalidResponse) ProtoReflect

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

func (*SetStateInvalidResponse) Reset

func (x *SetStateInvalidResponse) Reset()

func (*SetStateInvalidResponse) String

func (x *SetStateInvalidResponse) String() string

type SmsManagerServiceClient

type SmsManagerServiceClient interface {
	DivideMessage(ctx context.Context, in *DivideMessageRequest, opts ...grpc.CallOption) (*DivideMessageResponse, error)
	SendDataMessage(ctx context.Context, in *SendDataMessageRequest, opts ...grpc.CallOption) (*SendDataMessageResponse, error)
	SendTextMessage(ctx context.Context, in *SendTextMessageRequest, opts ...grpc.CallOption) (*SendTextMessageResponse, error)
	GetDefault(ctx context.Context, in *GetDefaultRequest, opts ...grpc.CallOption) (*GetDefaultResponse, error)
}

SmsManagerServiceClient is the client API for SmsManagerService 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 SmsManagerServiceServer

type SmsManagerServiceServer interface {
	DivideMessage(context.Context, *DivideMessageRequest) (*DivideMessageResponse, error)
	SendDataMessage(context.Context, *SendDataMessageRequest) (*SendDataMessageResponse, error)
	SendTextMessage(context.Context, *SendTextMessageRequest) (*SendTextMessageResponse, error)
	GetDefault(context.Context, *GetDefaultRequest) (*GetDefaultResponse, error)
	// contains filtered or unexported methods
}

SmsManagerServiceServer is the server API for SmsManagerService service. All implementations must embed UnimplementedSmsManagerServiceServer for forward compatibility.

type SmsMessageMessageClassServiceClient

type SmsMessageMessageClassServiceClient interface {
	Values(ctx context.Context, in *ValuesRequest, opts ...grpc.CallOption) (*ValuesResponse, error)
	ValueOf(ctx context.Context, in *ValueOfRequest, opts ...grpc.CallOption) (*ValueOfResponse, error)
}

SmsMessageMessageClassServiceClient is the client API for SmsMessageMessageClassService 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 SmsMessageMessageClassServiceServer

type SmsMessageMessageClassServiceServer interface {
	Values(context.Context, *ValuesRequest) (*ValuesResponse, error)
	ValueOf(context.Context, *ValueOfRequest) (*ValueOfResponse, error)
	// contains filtered or unexported methods
}

SmsMessageMessageClassServiceServer is the server API for SmsMessageMessageClassService service. All implementations must embed UnimplementedSmsMessageMessageClassServiceServer for forward compatibility.

type SmsMessageServiceClient

type SmsMessageServiceClient interface {
	NewSmsMessage(ctx context.Context, in *NewSmsMessageRequest, opts ...grpc.CallOption) (*NewSmsMessageResponse, error)
	GetDisplayMessageBody(ctx context.Context, in *GetDisplayMessageBodyRequest, opts ...grpc.CallOption) (*GetDisplayMessageBodyResponse, error)
	GetDisplayOriginatingAddress(ctx context.Context, in *GetDisplayOriginatingAddressRequest, opts ...grpc.CallOption) (*GetDisplayOriginatingAddressResponse, error)
	GetEmailBody(ctx context.Context, in *GetEmailBodyRequest, opts ...grpc.CallOption) (*GetEmailBodyResponse, error)
	GetEmailFrom(ctx context.Context, in *GetEmailFromRequest, opts ...grpc.CallOption) (*GetEmailFromResponse, error)
	GetIndexOnSim(ctx context.Context, in *GetIndexOnSimRequest, opts ...grpc.CallOption) (*GetIndexOnSimResponse, error)
	GetMessageBody(ctx context.Context, in *GetMessageBodyRequest, opts ...grpc.CallOption) (*GetMessageBodyResponse, error)
	GetMessageClass(ctx context.Context, in *GetMessageClassRequest, opts ...grpc.CallOption) (*GetMessageClassResponse, error)
	GetOriginatingAddress(ctx context.Context, in *GetOriginatingAddressRequest, opts ...grpc.CallOption) (*GetOriginatingAddressResponse, error)
	GetPdu(ctx context.Context, in *GetPduRequest, opts ...grpc.CallOption) (*GetPduResponse, error)
	GetProtocolIdentifier(ctx context.Context, in *GetProtocolIdentifierRequest, opts ...grpc.CallOption) (*GetProtocolIdentifierResponse, error)
	GetPseudoSubject(ctx context.Context, in *GetPseudoSubjectRequest, opts ...grpc.CallOption) (*GetPseudoSubjectResponse, error)
	GetServiceCenterAddress(ctx context.Context, in *GetServiceCenterAddressRequest, opts ...grpc.CallOption) (*GetServiceCenterAddressResponse, error)
	GetStatus(ctx context.Context, in *GetStatusRequest, opts ...grpc.CallOption) (*GetStatusResponse, error)
	GetStatusOnSim(ctx context.Context, in *GetStatusOnSimRequest, opts ...grpc.CallOption) (*GetStatusOnSimResponse, error)
	GetTimestampMillis(ctx context.Context, in *GetTimestampMillisRequest, opts ...grpc.CallOption) (*GetTimestampMillisResponse, error)
	GetUserData(ctx context.Context, in *GetUserDataRequest, opts ...grpc.CallOption) (*GetUserDataResponse, error)
	IsCphsMwiMessage(ctx context.Context, in *IsCphsMwiMessageRequest, opts ...grpc.CallOption) (*IsCphsMwiMessageResponse, error)
	IsEmail(ctx context.Context, in *IsEmailRequest, opts ...grpc.CallOption) (*IsEmailResponse, error)
	IsMWIClearMessage(ctx context.Context, in *IsMWIClearMessageRequest, opts ...grpc.CallOption) (*IsMWIClearMessageResponse, error)
	IsMWISetMessage(ctx context.Context, in *IsMWISetMessageRequest, opts ...grpc.CallOption) (*IsMWISetMessageResponse, error)
	IsMwiDontStore(ctx context.Context, in *IsMwiDontStoreRequest, opts ...grpc.CallOption) (*IsMwiDontStoreResponse, error)
	IsReplace(ctx context.Context, in *IsReplaceRequest, opts ...grpc.CallOption) (*IsReplaceResponse, error)
	IsReplyPathPresent(ctx context.Context, in *IsReplyPathPresentRequest, opts ...grpc.CallOption) (*IsReplyPathPresentResponse, error)
	IsStatusReportMessage(ctx context.Context, in *IsStatusReportMessageRequest, opts ...grpc.CallOption) (*IsStatusReportMessageResponse, error)
	CalculateLength2(ctx context.Context, in *CalculateLength2Request, opts ...grpc.CallOption) (*CalculateLength2Response, error)
	CalculateLength2_1(ctx context.Context, in *CalculateLength2_1Request, opts ...grpc.CallOption) (*CalculateLength2_1Response, error)
	CreateFromPdu(ctx context.Context, in *CreateFromPduRequest, opts ...grpc.CallOption) (*CreateFromPduResponse, error)
	GetSubmitPdu4(ctx context.Context, in *GetSubmitPdu4Request, opts ...grpc.CallOption) (*GetSubmitPdu4Response, error)
	GetSubmitPdu5_1(ctx context.Context, in *GetSubmitPdu5_1Request, opts ...grpc.CallOption) (*GetSubmitPdu5_1Response, error)
	GetTPLayerLengthForPDU(ctx context.Context, in *GetTPLayerLengthForPDURequest, opts ...grpc.CallOption) (*GetTPLayerLengthForPDUResponse, error)
}

SmsMessageServiceClient is the client API for SmsMessageService 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 SmsMessageServiceServer

type SmsMessageServiceServer interface {
	NewSmsMessage(context.Context, *NewSmsMessageRequest) (*NewSmsMessageResponse, error)
	GetDisplayMessageBody(context.Context, *GetDisplayMessageBodyRequest) (*GetDisplayMessageBodyResponse, error)
	GetDisplayOriginatingAddress(context.Context, *GetDisplayOriginatingAddressRequest) (*GetDisplayOriginatingAddressResponse, error)
	GetEmailBody(context.Context, *GetEmailBodyRequest) (*GetEmailBodyResponse, error)
	GetEmailFrom(context.Context, *GetEmailFromRequest) (*GetEmailFromResponse, error)
	GetIndexOnSim(context.Context, *GetIndexOnSimRequest) (*GetIndexOnSimResponse, error)
	GetMessageBody(context.Context, *GetMessageBodyRequest) (*GetMessageBodyResponse, error)
	GetMessageClass(context.Context, *GetMessageClassRequest) (*GetMessageClassResponse, error)
	GetOriginatingAddress(context.Context, *GetOriginatingAddressRequest) (*GetOriginatingAddressResponse, error)
	GetPdu(context.Context, *GetPduRequest) (*GetPduResponse, error)
	GetProtocolIdentifier(context.Context, *GetProtocolIdentifierRequest) (*GetProtocolIdentifierResponse, error)
	GetPseudoSubject(context.Context, *GetPseudoSubjectRequest) (*GetPseudoSubjectResponse, error)
	GetServiceCenterAddress(context.Context, *GetServiceCenterAddressRequest) (*GetServiceCenterAddressResponse, error)
	GetStatus(context.Context, *GetStatusRequest) (*GetStatusResponse, error)
	GetStatusOnSim(context.Context, *GetStatusOnSimRequest) (*GetStatusOnSimResponse, error)
	GetTimestampMillis(context.Context, *GetTimestampMillisRequest) (*GetTimestampMillisResponse, error)
	GetUserData(context.Context, *GetUserDataRequest) (*GetUserDataResponse, error)
	IsCphsMwiMessage(context.Context, *IsCphsMwiMessageRequest) (*IsCphsMwiMessageResponse, error)
	IsEmail(context.Context, *IsEmailRequest) (*IsEmailResponse, error)
	IsMWIClearMessage(context.Context, *IsMWIClearMessageRequest) (*IsMWIClearMessageResponse, error)
	IsMWISetMessage(context.Context, *IsMWISetMessageRequest) (*IsMWISetMessageResponse, error)
	IsMwiDontStore(context.Context, *IsMwiDontStoreRequest) (*IsMwiDontStoreResponse, error)
	IsReplace(context.Context, *IsReplaceRequest) (*IsReplaceResponse, error)
	IsReplyPathPresent(context.Context, *IsReplyPathPresentRequest) (*IsReplyPathPresentResponse, error)
	IsStatusReportMessage(context.Context, *IsStatusReportMessageRequest) (*IsStatusReportMessageResponse, error)
	CalculateLength2(context.Context, *CalculateLength2Request) (*CalculateLength2Response, error)
	CalculateLength2_1(context.Context, *CalculateLength2_1Request) (*CalculateLength2_1Response, error)
	CreateFromPdu(context.Context, *CreateFromPduRequest) (*CreateFromPduResponse, error)
	GetSubmitPdu4(context.Context, *GetSubmitPdu4Request) (*GetSubmitPdu4Response, error)
	GetSubmitPdu5_1(context.Context, *GetSubmitPdu5_1Request) (*GetSubmitPdu5_1Response, error)
	GetTPLayerLengthForPDU(context.Context, *GetTPLayerLengthForPDURequest) (*GetTPLayerLengthForPDUResponse, error)
	// contains filtered or unexported methods
}

SmsMessageServiceServer is the server API for SmsMessageService service. All implementations must embed UnimplementedSmsMessageServiceServer for forward compatibility.

type SmsMessageSubmitPduServiceClient

type SmsMessageSubmitPduServiceClient interface {
	ToString(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error)
}

SmsMessageSubmitPduServiceClient is the client API for SmsMessageSubmitPduService 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 SmsMessageSubmitPduServiceServer

type SmsMessageSubmitPduServiceServer interface {
	ToString(context.Context, *ToStringRequest) (*ToStringResponse, error)
	// contains filtered or unexported methods
}

SmsMessageSubmitPduServiceServer is the server API for SmsMessageSubmitPduService service. All implementations must embed UnimplementedSmsMessageSubmitPduServiceServer for forward compatibility.

type ToStringRequest

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

func (*ToStringRequest) Descriptor deprecated

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

Deprecated: Use ToStringRequest.ProtoReflect.Descriptor instead.

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 UnimplementedCellLocationServiceServer

type UnimplementedCellLocationServiceServer struct{}

UnimplementedCellLocationServiceServer 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 (UnimplementedCellLocationServiceServer) Equals

func (UnimplementedCellLocationServiceServer) FillInNotifierBundle

func (UnimplementedCellLocationServiceServer) GetCid

func (UnimplementedCellLocationServiceServer) GetLac

func (UnimplementedCellLocationServiceServer) GetPsc

func (UnimplementedCellLocationServiceServer) HashCode

func (UnimplementedCellLocationServiceServer) NewCellLocation

func (UnimplementedCellLocationServiceServer) SetLacAndCid

func (UnimplementedCellLocationServiceServer) SetStateInvalid

func (UnimplementedCellLocationServiceServer) ToString

type UnimplementedSmsManagerServiceServer

type UnimplementedSmsManagerServiceServer struct{}

UnimplementedSmsManagerServiceServer 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 (UnimplementedSmsManagerServiceServer) DivideMessage

func (UnimplementedSmsManagerServiceServer) GetDefault

func (UnimplementedSmsManagerServiceServer) SendDataMessage

func (UnimplementedSmsManagerServiceServer) SendTextMessage

type UnimplementedSmsMessageMessageClassServiceServer

type UnimplementedSmsMessageMessageClassServiceServer struct{}

UnimplementedSmsMessageMessageClassServiceServer 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 (UnimplementedSmsMessageMessageClassServiceServer) ValueOf

func (UnimplementedSmsMessageMessageClassServiceServer) Values

type UnimplementedSmsMessageServiceServer

type UnimplementedSmsMessageServiceServer struct{}

UnimplementedSmsMessageServiceServer 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 (UnimplementedSmsMessageServiceServer) CalculateLength2

func (UnimplementedSmsMessageServiceServer) CalculateLength2_1

func (UnimplementedSmsMessageServiceServer) CreateFromPdu

func (UnimplementedSmsMessageServiceServer) GetEmailBody

func (UnimplementedSmsMessageServiceServer) GetEmailFrom

func (UnimplementedSmsMessageServiceServer) GetIndexOnSim

func (UnimplementedSmsMessageServiceServer) GetMessageBody

func (UnimplementedSmsMessageServiceServer) GetMessageClass

func (UnimplementedSmsMessageServiceServer) GetPdu

func (UnimplementedSmsMessageServiceServer) GetPseudoSubject

func (UnimplementedSmsMessageServiceServer) GetStatus

func (UnimplementedSmsMessageServiceServer) GetStatusOnSim

func (UnimplementedSmsMessageServiceServer) GetSubmitPdu4

func (UnimplementedSmsMessageServiceServer) GetSubmitPdu5_1

func (UnimplementedSmsMessageServiceServer) GetTimestampMillis

func (UnimplementedSmsMessageServiceServer) GetUserData

func (UnimplementedSmsMessageServiceServer) IsCphsMwiMessage

func (UnimplementedSmsMessageServiceServer) IsEmail

func (UnimplementedSmsMessageServiceServer) IsMWIClearMessage

func (UnimplementedSmsMessageServiceServer) IsMWISetMessage

func (UnimplementedSmsMessageServiceServer) IsMwiDontStore

func (UnimplementedSmsMessageServiceServer) IsReplace

func (UnimplementedSmsMessageServiceServer) IsReplyPathPresent

func (UnimplementedSmsMessageServiceServer) NewSmsMessage

type UnimplementedSmsMessageSubmitPduServiceServer

type UnimplementedSmsMessageSubmitPduServiceServer struct{}

UnimplementedSmsMessageSubmitPduServiceServer 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 (UnimplementedSmsMessageSubmitPduServiceServer) ToString

type UnsafeCellLocationServiceServer

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

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

type UnsafeSmsManagerServiceServer

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

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

type UnsafeSmsMessageMessageClassServiceServer

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

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

type UnsafeSmsMessageServiceServer

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

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

type UnsafeSmsMessageSubmitPduServiceServer

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

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

type ValueOfRequest

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

func (*ValueOfRequest) Descriptor deprecated

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

Deprecated: Use ValueOfRequest.ProtoReflect.Descriptor instead.

func (*ValueOfRequest) GetArg0

func (x *ValueOfRequest) GetArg0() string

func (*ValueOfRequest) ProtoMessage

func (*ValueOfRequest) ProtoMessage()

func (*ValueOfRequest) ProtoReflect

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

func (*ValueOfRequest) Reset

func (x *ValueOfRequest) Reset()

func (*ValueOfRequest) String

func (x *ValueOfRequest) String() string

type ValueOfResponse

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

func (*ValueOfResponse) Descriptor deprecated

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

Deprecated: Use ValueOfResponse.ProtoReflect.Descriptor instead.

func (*ValueOfResponse) GetResult

func (x *ValueOfResponse) GetResult() int64

func (*ValueOfResponse) ProtoMessage

func (*ValueOfResponse) ProtoMessage()

func (*ValueOfResponse) ProtoReflect

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

func (*ValueOfResponse) Reset

func (x *ValueOfResponse) Reset()

func (*ValueOfResponse) String

func (x *ValueOfResponse) String() string

type ValuesRequest

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

func (*ValuesRequest) Descriptor deprecated

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

Deprecated: Use ValuesRequest.ProtoReflect.Descriptor instead.

func (*ValuesRequest) ProtoMessage

func (*ValuesRequest) ProtoMessage()

func (*ValuesRequest) ProtoReflect

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

func (*ValuesRequest) Reset

func (x *ValuesRequest) Reset()

func (*ValuesRequest) String

func (x *ValuesRequest) String() string

type ValuesResponse

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

func (*ValuesResponse) Descriptor deprecated

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

Deprecated: Use ValuesResponse.ProtoReflect.Descriptor instead.

func (*ValuesResponse) GetResult

func (x *ValuesResponse) GetResult() int64

func (*ValuesResponse) ProtoMessage

func (*ValuesResponse) ProtoMessage()

func (*ValuesResponse) ProtoReflect

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

func (*ValuesResponse) Reset

func (x *ValuesResponse) Reset()

func (*ValuesResponse) String

func (x *ValuesResponse) String() string

Jump to

Keyboard shortcuts

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