Documentation
¶
Index ¶
- Variables
- type NonE2EEAttestation
- func (*NonE2EEAttestation) Descriptor() ([]byte, []int)deprecated
- func (x *NonE2EEAttestation) GetAccountType() NonE2EEAttestation_AccountType
- func (*NonE2EEAttestation) ProtoMessage()
- func (x *NonE2EEAttestation) ProtoReflect() protoreflect.Message
- func (x *NonE2EEAttestation) Reset()
- func (x *NonE2EEAttestation) String() string
- type NonE2EEAttestation_AccountType
- func (NonE2EEAttestation_AccountType) Descriptor() protoreflect.EnumDescriptor
- func (x NonE2EEAttestation_AccountType) Enum() *NonE2EEAttestation_AccountType
- func (NonE2EEAttestation_AccountType) EnumDescriptor() ([]byte, []int)deprecated
- func (x NonE2EEAttestation_AccountType) Number() protoreflect.EnumNumber
- func (x NonE2EEAttestation_AccountType) String() string
- func (NonE2EEAttestation_AccountType) Type() protoreflect.EnumType
- func (x *NonE2EEAttestation_AccountType) UnmarshalJSON(b []byte) errordeprecated
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NonE2EEAttestation_AccountType_name = map[int32]string{ 0: "E2EE", 1: "HYBRID_E2EE", 2: "NON_E2EE", } NonE2EEAttestation_AccountType_value = map[string]int32{ "E2EE": 0, "HYBRID_E2EE": 1, "NON_E2EE": 2, } )
Enum value maps for NonE2EEAttestation_AccountType.
View Source
var File_waAea_WAWebProtobufsAea_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type NonE2EEAttestation ¶
type NonE2EEAttestation struct {
AccountType *NonE2EEAttestation_AccountType `protobuf:"varint,1,opt,name=accountType,enum=WAWebProtobufsAea.NonE2EEAttestation_AccountType" json:"accountType,omitempty"`
// contains filtered or unexported fields
}
func (*NonE2EEAttestation) Descriptor
deprecated
func (*NonE2EEAttestation) Descriptor() ([]byte, []int)
Deprecated: Use NonE2EEAttestation.ProtoReflect.Descriptor instead.
func (*NonE2EEAttestation) GetAccountType ¶
func (x *NonE2EEAttestation) GetAccountType() NonE2EEAttestation_AccountType
func (*NonE2EEAttestation) ProtoMessage ¶
func (*NonE2EEAttestation) ProtoMessage()
func (*NonE2EEAttestation) ProtoReflect ¶
func (x *NonE2EEAttestation) ProtoReflect() protoreflect.Message
func (*NonE2EEAttestation) Reset ¶
func (x *NonE2EEAttestation) Reset()
func (*NonE2EEAttestation) String ¶
func (x *NonE2EEAttestation) String() string
type NonE2EEAttestation_AccountType ¶
type NonE2EEAttestation_AccountType int32
const ( NonE2EEAttestation_E2EE NonE2EEAttestation_AccountType = 0 NonE2EEAttestation_HYBRID_E2EE NonE2EEAttestation_AccountType = 1 NonE2EEAttestation_NON_E2EE NonE2EEAttestation_AccountType = 2 )
func (NonE2EEAttestation_AccountType) Descriptor ¶
func (NonE2EEAttestation_AccountType) Descriptor() protoreflect.EnumDescriptor
func (NonE2EEAttestation_AccountType) Enum ¶
func (x NonE2EEAttestation_AccountType) Enum() *NonE2EEAttestation_AccountType
func (NonE2EEAttestation_AccountType) EnumDescriptor
deprecated
func (NonE2EEAttestation_AccountType) EnumDescriptor() ([]byte, []int)
Deprecated: Use NonE2EEAttestation_AccountType.Descriptor instead.
func (NonE2EEAttestation_AccountType) Number ¶
func (x NonE2EEAttestation_AccountType) Number() protoreflect.EnumNumber
func (NonE2EEAttestation_AccountType) String ¶
func (x NonE2EEAttestation_AccountType) String() string
func (NonE2EEAttestation_AccountType) Type ¶
func (NonE2EEAttestation_AccountType) Type() protoreflect.EnumType
func (*NonE2EEAttestation_AccountType) UnmarshalJSON
deprecated
func (x *NonE2EEAttestation_AccountType) UnmarshalJSON(b []byte) error
Deprecated: Do not use.
Click to show internal directories.
Click to hide internal directories.