waVnameCert

package
v0.0.0-...-7d2437c Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2024 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	BizAccountLinkInfo_AccountType_name = map[int32]string{
		0: "ENTERPRISE",
	}
	BizAccountLinkInfo_AccountType_value = map[string]int32{
		"ENTERPRISE": 0,
	}
)

Enum value maps for BizAccountLinkInfo_AccountType.

View Source
var (
	BizAccountLinkInfo_HostStorageType_name = map[int32]string{
		0: "ON_PREMISE",
		1: "FACEBOOK",
	}
	BizAccountLinkInfo_HostStorageType_value = map[string]int32{
		"ON_PREMISE": 0,
		"FACEBOOK":   1,
	}
)

Enum value maps for BizAccountLinkInfo_HostStorageType.

View Source
var (
	BizIdentityInfo_ActualActorsType_name = map[int32]string{
		0: "SELF",
		1: "BSP",
	}
	BizIdentityInfo_ActualActorsType_value = map[string]int32{
		"SELF": 0,
		"BSP":  1,
	}
)

Enum value maps for BizIdentityInfo_ActualActorsType.

View Source
var (
	BizIdentityInfo_HostStorageType_name = map[int32]string{
		0: "ON_PREMISE",
		1: "FACEBOOK",
	}
	BizIdentityInfo_HostStorageType_value = map[string]int32{
		"ON_PREMISE": 0,
		"FACEBOOK":   1,
	}
)

Enum value maps for BizIdentityInfo_HostStorageType.

View Source
var (
	BizIdentityInfo_VerifiedLevelValue_name = map[int32]string{
		0: "UNKNOWN",
		1: "LOW",
		2: "HIGH",
	}
	BizIdentityInfo_VerifiedLevelValue_value = map[string]int32{
		"UNKNOWN": 0,
		"LOW":     1,
		"HIGH":    2,
	}
)

Enum value maps for BizIdentityInfo_VerifiedLevelValue.

View Source
var File_waVnameCert_WAWebProtobufsVnameCert_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type BizAccountLinkInfo

type BizAccountLinkInfo struct {
	WhatsappBizAcctFbid *uint64                             `protobuf:"varint,1,opt,name=whatsappBizAcctFbid" json:"whatsappBizAcctFbid,omitempty"`
	WhatsappAcctNumber  *string                             `protobuf:"bytes,2,opt,name=whatsappAcctNumber" json:"whatsappAcctNumber,omitempty"`
	IssueTime           *uint64                             `protobuf:"varint,3,opt,name=issueTime" json:"issueTime,omitempty"`
	HostStorage         *BizAccountLinkInfo_HostStorageType `` /* 133-byte string literal not displayed */
	AccountType         *BizAccountLinkInfo_AccountType     `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BizAccountLinkInfo) Descriptor deprecated

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

Deprecated: Use BizAccountLinkInfo.ProtoReflect.Descriptor instead.

func (*BizAccountLinkInfo) GetAccountType

func (*BizAccountLinkInfo) GetHostStorage

func (*BizAccountLinkInfo) GetIssueTime

func (x *BizAccountLinkInfo) GetIssueTime() uint64

func (*BizAccountLinkInfo) GetWhatsappAcctNumber

func (x *BizAccountLinkInfo) GetWhatsappAcctNumber() string

func (*BizAccountLinkInfo) GetWhatsappBizAcctFbid

func (x *BizAccountLinkInfo) GetWhatsappBizAcctFbid() uint64

func (*BizAccountLinkInfo) ProtoMessage

func (*BizAccountLinkInfo) ProtoMessage()

func (*BizAccountLinkInfo) ProtoReflect

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

func (*BizAccountLinkInfo) Reset

func (x *BizAccountLinkInfo) Reset()

func (*BizAccountLinkInfo) String

func (x *BizAccountLinkInfo) String() string

type BizAccountLinkInfo_AccountType

type BizAccountLinkInfo_AccountType int32
const (
	BizAccountLinkInfo_ENTERPRISE BizAccountLinkInfo_AccountType = 0
)

func (BizAccountLinkInfo_AccountType) Descriptor

func (BizAccountLinkInfo_AccountType) Enum

func (BizAccountLinkInfo_AccountType) EnumDescriptor deprecated

func (BizAccountLinkInfo_AccountType) EnumDescriptor() ([]byte, []int)

Deprecated: Use BizAccountLinkInfo_AccountType.Descriptor instead.

func (BizAccountLinkInfo_AccountType) Number

func (BizAccountLinkInfo_AccountType) String

func (BizAccountLinkInfo_AccountType) Type

func (*BizAccountLinkInfo_AccountType) UnmarshalJSON deprecated

func (x *BizAccountLinkInfo_AccountType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type BizAccountLinkInfo_HostStorageType

type BizAccountLinkInfo_HostStorageType int32
const (
	BizAccountLinkInfo_ON_PREMISE BizAccountLinkInfo_HostStorageType = 0
	BizAccountLinkInfo_FACEBOOK   BizAccountLinkInfo_HostStorageType = 1
)

func (BizAccountLinkInfo_HostStorageType) Descriptor

func (BizAccountLinkInfo_HostStorageType) Enum

func (BizAccountLinkInfo_HostStorageType) EnumDescriptor deprecated

func (BizAccountLinkInfo_HostStorageType) EnumDescriptor() ([]byte, []int)

Deprecated: Use BizAccountLinkInfo_HostStorageType.Descriptor instead.

func (BizAccountLinkInfo_HostStorageType) Number

func (BizAccountLinkInfo_HostStorageType) String

func (BizAccountLinkInfo_HostStorageType) Type

func (*BizAccountLinkInfo_HostStorageType) UnmarshalJSON deprecated

func (x *BizAccountLinkInfo_HostStorageType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type BizAccountPayload

type BizAccountPayload struct {
	VnameCert       *VerifiedNameCertificate `protobuf:"bytes,1,opt,name=vnameCert" json:"vnameCert,omitempty"`
	BizAcctLinkInfo []byte                   `protobuf:"bytes,2,opt,name=bizAcctLinkInfo" json:"bizAcctLinkInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*BizAccountPayload) Descriptor deprecated

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

Deprecated: Use BizAccountPayload.ProtoReflect.Descriptor instead.

func (*BizAccountPayload) GetBizAcctLinkInfo

func (x *BizAccountPayload) GetBizAcctLinkInfo() []byte

func (*BizAccountPayload) GetVnameCert

func (x *BizAccountPayload) GetVnameCert() *VerifiedNameCertificate

func (*BizAccountPayload) ProtoMessage

func (*BizAccountPayload) ProtoMessage()

func (*BizAccountPayload) ProtoReflect

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

func (*BizAccountPayload) Reset

func (x *BizAccountPayload) Reset()

func (*BizAccountPayload) String

func (x *BizAccountPayload) String() string

type BizIdentityInfo

type BizIdentityInfo struct {
	Vlevel          *BizIdentityInfo_VerifiedLevelValue `protobuf:"varint,1,opt,name=vlevel,enum=WAWebProtobufsVnameCert.BizIdentityInfo_VerifiedLevelValue" json:"vlevel,omitempty"`
	VnameCert       *VerifiedNameCertificate            `protobuf:"bytes,2,opt,name=vnameCert" json:"vnameCert,omitempty"`
	Signed          *bool                               `protobuf:"varint,3,opt,name=signed" json:"signed,omitempty"`
	Revoked         *bool                               `protobuf:"varint,4,opt,name=revoked" json:"revoked,omitempty"`
	HostStorage     *BizIdentityInfo_HostStorageType    `` /* 130-byte string literal not displayed */
	ActualActors    *BizIdentityInfo_ActualActorsType   `` /* 133-byte string literal not displayed */
	PrivacyModeTS   *uint64                             `protobuf:"varint,7,opt,name=privacyModeTS" json:"privacyModeTS,omitempty"`
	FeatureControls *uint64                             `protobuf:"varint,8,opt,name=featureControls" json:"featureControls,omitempty"`
	// contains filtered or unexported fields
}

func (*BizIdentityInfo) Descriptor deprecated

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

Deprecated: Use BizIdentityInfo.ProtoReflect.Descriptor instead.

func (*BizIdentityInfo) GetActualActors

func (*BizIdentityInfo) GetFeatureControls

func (x *BizIdentityInfo) GetFeatureControls() uint64

func (*BizIdentityInfo) GetHostStorage

func (*BizIdentityInfo) GetPrivacyModeTS

func (x *BizIdentityInfo) GetPrivacyModeTS() uint64

func (*BizIdentityInfo) GetRevoked

func (x *BizIdentityInfo) GetRevoked() bool

func (*BizIdentityInfo) GetSigned

func (x *BizIdentityInfo) GetSigned() bool

func (*BizIdentityInfo) GetVlevel

func (*BizIdentityInfo) GetVnameCert

func (x *BizIdentityInfo) GetVnameCert() *VerifiedNameCertificate

func (*BizIdentityInfo) ProtoMessage

func (*BizIdentityInfo) ProtoMessage()

func (*BizIdentityInfo) ProtoReflect

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

func (*BizIdentityInfo) Reset

func (x *BizIdentityInfo) Reset()

func (*BizIdentityInfo) String

func (x *BizIdentityInfo) String() string

type BizIdentityInfo_ActualActorsType

type BizIdentityInfo_ActualActorsType int32
const (
	BizIdentityInfo_SELF BizIdentityInfo_ActualActorsType = 0
	BizIdentityInfo_BSP  BizIdentityInfo_ActualActorsType = 1
)

func (BizIdentityInfo_ActualActorsType) Descriptor

func (BizIdentityInfo_ActualActorsType) Enum

func (BizIdentityInfo_ActualActorsType) EnumDescriptor deprecated

func (BizIdentityInfo_ActualActorsType) EnumDescriptor() ([]byte, []int)

Deprecated: Use BizIdentityInfo_ActualActorsType.Descriptor instead.

func (BizIdentityInfo_ActualActorsType) Number

func (BizIdentityInfo_ActualActorsType) String

func (BizIdentityInfo_ActualActorsType) Type

func (*BizIdentityInfo_ActualActorsType) UnmarshalJSON deprecated

func (x *BizIdentityInfo_ActualActorsType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type BizIdentityInfo_HostStorageType

type BizIdentityInfo_HostStorageType int32
const (
	BizIdentityInfo_ON_PREMISE BizIdentityInfo_HostStorageType = 0
	BizIdentityInfo_FACEBOOK   BizIdentityInfo_HostStorageType = 1
)

func (BizIdentityInfo_HostStorageType) Descriptor

func (BizIdentityInfo_HostStorageType) Enum

func (BizIdentityInfo_HostStorageType) EnumDescriptor deprecated

func (BizIdentityInfo_HostStorageType) EnumDescriptor() ([]byte, []int)

Deprecated: Use BizIdentityInfo_HostStorageType.Descriptor instead.

func (BizIdentityInfo_HostStorageType) Number

func (BizIdentityInfo_HostStorageType) String

func (BizIdentityInfo_HostStorageType) Type

func (*BizIdentityInfo_HostStorageType) UnmarshalJSON deprecated

func (x *BizIdentityInfo_HostStorageType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type BizIdentityInfo_VerifiedLevelValue

type BizIdentityInfo_VerifiedLevelValue int32
const (
	BizIdentityInfo_UNKNOWN BizIdentityInfo_VerifiedLevelValue = 0
	BizIdentityInfo_LOW     BizIdentityInfo_VerifiedLevelValue = 1
	BizIdentityInfo_HIGH    BizIdentityInfo_VerifiedLevelValue = 2
)

func (BizIdentityInfo_VerifiedLevelValue) Descriptor

func (BizIdentityInfo_VerifiedLevelValue) Enum

func (BizIdentityInfo_VerifiedLevelValue) EnumDescriptor deprecated

func (BizIdentityInfo_VerifiedLevelValue) EnumDescriptor() ([]byte, []int)

Deprecated: Use BizIdentityInfo_VerifiedLevelValue.Descriptor instead.

func (BizIdentityInfo_VerifiedLevelValue) Number

func (BizIdentityInfo_VerifiedLevelValue) String

func (BizIdentityInfo_VerifiedLevelValue) Type

func (*BizIdentityInfo_VerifiedLevelValue) UnmarshalJSON deprecated

func (x *BizIdentityInfo_VerifiedLevelValue) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type LocalizedName

type LocalizedName struct {
	Lg           *string `protobuf:"bytes,1,opt,name=lg" json:"lg,omitempty"`
	Lc           *string `protobuf:"bytes,2,opt,name=lc" json:"lc,omitempty"`
	VerifiedName *string `protobuf:"bytes,3,opt,name=verifiedName" json:"verifiedName,omitempty"`
	// contains filtered or unexported fields
}

func (*LocalizedName) Descriptor deprecated

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

Deprecated: Use LocalizedName.ProtoReflect.Descriptor instead.

func (*LocalizedName) GetLc

func (x *LocalizedName) GetLc() string

func (*LocalizedName) GetLg

func (x *LocalizedName) GetLg() string

func (*LocalizedName) GetVerifiedName

func (x *LocalizedName) GetVerifiedName() string

func (*LocalizedName) ProtoMessage

func (*LocalizedName) ProtoMessage()

func (*LocalizedName) ProtoReflect

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

func (*LocalizedName) Reset

func (x *LocalizedName) Reset()

func (*LocalizedName) String

func (x *LocalizedName) String() string

type VerifiedNameCertificate

type VerifiedNameCertificate struct {
	Details         []byte `protobuf:"bytes,1,opt,name=details" json:"details,omitempty"`
	Signature       []byte `protobuf:"bytes,2,opt,name=signature" json:"signature,omitempty"`
	ServerSignature []byte `protobuf:"bytes,3,opt,name=serverSignature" json:"serverSignature,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifiedNameCertificate) Descriptor deprecated

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

Deprecated: Use VerifiedNameCertificate.ProtoReflect.Descriptor instead.

func (*VerifiedNameCertificate) GetDetails

func (x *VerifiedNameCertificate) GetDetails() []byte

func (*VerifiedNameCertificate) GetServerSignature

func (x *VerifiedNameCertificate) GetServerSignature() []byte

func (*VerifiedNameCertificate) GetSignature

func (x *VerifiedNameCertificate) GetSignature() []byte

func (*VerifiedNameCertificate) ProtoMessage

func (*VerifiedNameCertificate) ProtoMessage()

func (*VerifiedNameCertificate) ProtoReflect

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

func (*VerifiedNameCertificate) Reset

func (x *VerifiedNameCertificate) Reset()

func (*VerifiedNameCertificate) String

func (x *VerifiedNameCertificate) String() string

type VerifiedNameCertificate_Details

type VerifiedNameCertificate_Details struct {
	Serial         *uint64          `protobuf:"varint,1,opt,name=serial" json:"serial,omitempty"`
	Issuer         *string          `protobuf:"bytes,2,opt,name=issuer" json:"issuer,omitempty"`
	VerifiedName   *string          `protobuf:"bytes,4,opt,name=verifiedName" json:"verifiedName,omitempty"`
	LocalizedNames []*LocalizedName `protobuf:"bytes,8,rep,name=localizedNames" json:"localizedNames,omitempty"`
	IssueTime      *uint64          `protobuf:"varint,10,opt,name=issueTime" json:"issueTime,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifiedNameCertificate_Details) Descriptor deprecated

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

Deprecated: Use VerifiedNameCertificate_Details.ProtoReflect.Descriptor instead.

func (*VerifiedNameCertificate_Details) GetIssueTime

func (x *VerifiedNameCertificate_Details) GetIssueTime() uint64

func (*VerifiedNameCertificate_Details) GetIssuer

func (x *VerifiedNameCertificate_Details) GetIssuer() string

func (*VerifiedNameCertificate_Details) GetLocalizedNames

func (x *VerifiedNameCertificate_Details) GetLocalizedNames() []*LocalizedName

func (*VerifiedNameCertificate_Details) GetSerial

func (x *VerifiedNameCertificate_Details) GetSerial() uint64

func (*VerifiedNameCertificate_Details) GetVerifiedName

func (x *VerifiedNameCertificate_Details) GetVerifiedName() string

func (*VerifiedNameCertificate_Details) ProtoMessage

func (*VerifiedNameCertificate_Details) ProtoMessage()

func (*VerifiedNameCertificate_Details) ProtoReflect

func (*VerifiedNameCertificate_Details) Reset

func (*VerifiedNameCertificate_Details) String

Jump to

Keyboard shortcuts

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