Documentation ¶
Index ¶
- Variables
- type MediaRetryNotification
- func (*MediaRetryNotification) Descriptor() ([]byte, []int)deprecated
- func (x *MediaRetryNotification) GetDirectPath() string
- func (x *MediaRetryNotification) GetResult() MediaRetryNotification_ResultType
- func (x *MediaRetryNotification) GetStanzaID() string
- func (*MediaRetryNotification) ProtoMessage()
- func (x *MediaRetryNotification) ProtoReflect() protoreflect.Message
- func (x *MediaRetryNotification) Reset()
- func (x *MediaRetryNotification) String() string
- type MediaRetryNotification_ResultType
- func (MediaRetryNotification_ResultType) Descriptor() protoreflect.EnumDescriptor
- func (x MediaRetryNotification_ResultType) Enum() *MediaRetryNotification_ResultType
- func (MediaRetryNotification_ResultType) EnumDescriptor() ([]byte, []int)deprecated
- func (x MediaRetryNotification_ResultType) Number() protoreflect.EnumNumber
- func (x MediaRetryNotification_ResultType) String() string
- func (MediaRetryNotification_ResultType) Type() protoreflect.EnumType
- func (x *MediaRetryNotification_ResultType) UnmarshalJSON(b []byte) errordeprecated
- type ServerErrorReceipt
- func (*ServerErrorReceipt) Descriptor() ([]byte, []int)deprecated
- func (x *ServerErrorReceipt) GetStanzaID() string
- func (*ServerErrorReceipt) ProtoMessage()
- func (x *ServerErrorReceipt) ProtoReflect() protoreflect.Message
- func (x *ServerErrorReceipt) Reset()
- func (x *ServerErrorReceipt) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( MediaRetryNotification_ResultType_name = map[int32]string{ 0: "GENERAL_ERROR", 1: "SUCCESS", 2: "NOT_FOUND", 3: "DECRYPTION_ERROR", } MediaRetryNotification_ResultType_value = map[string]int32{ "GENERAL_ERROR": 0, "SUCCESS": 1, "NOT_FOUND": 2, "DECRYPTION_ERROR": 3, } )
Enum value maps for MediaRetryNotification_ResultType.
View Source
var File_waMmsRetry_WAMmsRetry_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type MediaRetryNotification ¶
type MediaRetryNotification struct { StanzaID *string `protobuf:"bytes,1,opt,name=stanzaID" json:"stanzaID,omitempty"` DirectPath *string `protobuf:"bytes,2,opt,name=directPath" json:"directPath,omitempty"` Result *MediaRetryNotification_ResultType `protobuf:"varint,3,opt,name=result,enum=WAMmsRetry.MediaRetryNotification_ResultType" json:"result,omitempty"` // contains filtered or unexported fields }
func (*MediaRetryNotification) Descriptor
deprecated
func (*MediaRetryNotification) Descriptor() ([]byte, []int)
Deprecated: Use MediaRetryNotification.ProtoReflect.Descriptor instead.
func (*MediaRetryNotification) GetDirectPath ¶
func (x *MediaRetryNotification) GetDirectPath() string
func (*MediaRetryNotification) GetResult ¶
func (x *MediaRetryNotification) GetResult() MediaRetryNotification_ResultType
func (*MediaRetryNotification) GetStanzaID ¶
func (x *MediaRetryNotification) GetStanzaID() string
func (*MediaRetryNotification) ProtoMessage ¶
func (*MediaRetryNotification) ProtoMessage()
func (*MediaRetryNotification) ProtoReflect ¶
func (x *MediaRetryNotification) ProtoReflect() protoreflect.Message
func (*MediaRetryNotification) Reset ¶
func (x *MediaRetryNotification) Reset()
func (*MediaRetryNotification) String ¶
func (x *MediaRetryNotification) String() string
type MediaRetryNotification_ResultType ¶
type MediaRetryNotification_ResultType int32
const ( MediaRetryNotification_GENERAL_ERROR MediaRetryNotification_ResultType = 0 MediaRetryNotification_SUCCESS MediaRetryNotification_ResultType = 1 MediaRetryNotification_NOT_FOUND MediaRetryNotification_ResultType = 2 MediaRetryNotification_DECRYPTION_ERROR MediaRetryNotification_ResultType = 3 )
func (MediaRetryNotification_ResultType) Descriptor ¶
func (MediaRetryNotification_ResultType) Descriptor() protoreflect.EnumDescriptor
func (MediaRetryNotification_ResultType) Enum ¶
func (x MediaRetryNotification_ResultType) Enum() *MediaRetryNotification_ResultType
func (MediaRetryNotification_ResultType) EnumDescriptor
deprecated
func (MediaRetryNotification_ResultType) EnumDescriptor() ([]byte, []int)
Deprecated: Use MediaRetryNotification_ResultType.Descriptor instead.
func (MediaRetryNotification_ResultType) Number ¶
func (x MediaRetryNotification_ResultType) Number() protoreflect.EnumNumber
func (MediaRetryNotification_ResultType) String ¶
func (x MediaRetryNotification_ResultType) String() string
func (MediaRetryNotification_ResultType) Type ¶
func (MediaRetryNotification_ResultType) Type() protoreflect.EnumType
func (*MediaRetryNotification_ResultType) UnmarshalJSON
deprecated
func (x *MediaRetryNotification_ResultType) UnmarshalJSON(b []byte) error
Deprecated: Do not use.
type ServerErrorReceipt ¶
type ServerErrorReceipt struct { StanzaID *string `protobuf:"bytes,1,opt,name=stanzaID" json:"stanzaID,omitempty"` // contains filtered or unexported fields }
func (*ServerErrorReceipt) Descriptor
deprecated
func (*ServerErrorReceipt) Descriptor() ([]byte, []int)
Deprecated: Use ServerErrorReceipt.ProtoReflect.Descriptor instead.
func (*ServerErrorReceipt) GetStanzaID ¶
func (x *ServerErrorReceipt) GetStanzaID() string
func (*ServerErrorReceipt) ProtoMessage ¶
func (*ServerErrorReceipt) ProtoMessage()
func (*ServerErrorReceipt) ProtoReflect ¶
func (x *ServerErrorReceipt) ProtoReflect() protoreflect.Message
func (*ServerErrorReceipt) Reset ¶
func (x *ServerErrorReceipt) Reset()
func (*ServerErrorReceipt) String ¶
func (x *ServerErrorReceipt) String() string
Click to show internal directories.
Click to hide internal directories.