deviceproto

package
v1.12.1 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_device_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Device

type Device struct {
	Uuid                   string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Udid                   string `protobuf:"bytes,2,opt,name=udid,proto3" json:"udid,omitempty"`
	SerialNumber           string `protobuf:"bytes,3,opt,name=serial_number,json=serialNumber,proto3" json:"serial_number,omitempty"`
	OsVersion              string `protobuf:"bytes,4,opt,name=os_version,json=osVersion,proto3" json:"os_version,omitempty"`
	BuildVersion           string `protobuf:"bytes,5,opt,name=build_version,json=buildVersion,proto3" json:"build_version,omitempty"`
	ProductName            string `protobuf:"bytes,6,opt,name=product_name,json=productName,proto3" json:"product_name,omitempty"`
	Imei                   string `protobuf:"bytes,7,opt,name=imei,proto3" json:"imei,omitempty"`
	Meid                   string `protobuf:"bytes,8,opt,name=meid,proto3" json:"meid,omitempty"`
	Token                  string `protobuf:"bytes,9,opt,name=token,proto3" json:"token,omitempty"`
	PushMagic              string `protobuf:"bytes,10,opt,name=push_magic,json=pushMagic,proto3" json:"push_magic,omitempty"`
	MdmTopic               string `protobuf:"bytes,11,opt,name=mdm_topic,json=mdmTopic,proto3" json:"mdm_topic,omitempty"`
	UnlockToken            string `protobuf:"bytes,12,opt,name=unlock_token,json=unlockToken,proto3" json:"unlock_token,omitempty"`
	Enrolled               bool   `protobuf:"varint,13,opt,name=enrolled,proto3" json:"enrolled,omitempty"`
	AwaitingConfiguration  bool   `` /* 126-byte string literal not displayed */
	DeviceName             string `protobuf:"bytes,15,opt,name=device_name,json=deviceName,proto3" json:"device_name,omitempty"`
	Model                  string `protobuf:"bytes,16,opt,name=model,proto3" json:"model,omitempty"`
	ModelName              string `protobuf:"bytes,17,opt,name=model_name,json=modelName,proto3" json:"model_name,omitempty"`
	Description            string `protobuf:"bytes,18,opt,name=description,proto3" json:"description,omitempty"`
	Color                  string `protobuf:"bytes,19,opt,name=color,proto3" json:"color,omitempty"`
	AssetTag               string `protobuf:"bytes,20,opt,name=asset_tag,json=assetTag,proto3" json:"asset_tag,omitempty"`
	DepDevice              bool   `protobuf:"varint,21,opt,name=dep_device,json=depDevice,proto3" json:"dep_device,omitempty"`
	DepProfileStatus       string `protobuf:"bytes,22,opt,name=dep_profile_status,json=depProfileStatus,proto3" json:"dep_profile_status,omitempty"`
	DepProfileUuid         string `protobuf:"bytes,23,opt,name=dep_profile_uuid,json=depProfileUuid,proto3" json:"dep_profile_uuid,omitempty"`
	DepProfileAssignTime   int64  `` /* 127-byte string literal not displayed */
	DepProfilePushTime     int64  `protobuf:"varint,25,opt,name=dep_profile_push_time,json=depProfilePushTime,proto3" json:"dep_profile_push_time,omitempty"`
	DepProfileAssignedDate int64  `` /* 133-byte string literal not displayed */
	DepProfileAssignedBy   string `` /* 126-byte string literal not displayed */
	LastSeen               int64  `protobuf:"varint,28,opt,name=last_seen,json=lastSeen,proto3" json:"last_seen,omitempty"`
	LastQueryResponse      []byte `protobuf:"bytes,29,opt,name=last_query_response,json=lastQueryResponse,proto3" json:"last_query_response,omitempty"`
	BootstrapToken         []byte `protobuf:"bytes,30,opt,name=bootstrap_token,json=bootstrapToken,proto3" json:"bootstrap_token,omitempty"`
	// contains filtered or unexported fields
}

func (*Device) Descriptor deprecated

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

Deprecated: Use Device.ProtoReflect.Descriptor instead.

func (*Device) GetAssetTag

func (x *Device) GetAssetTag() string

func (*Device) GetAwaitingConfiguration

func (x *Device) GetAwaitingConfiguration() bool

func (*Device) GetBootstrapToken added in v1.9.0

func (x *Device) GetBootstrapToken() []byte

func (*Device) GetBuildVersion

func (x *Device) GetBuildVersion() string

func (*Device) GetColor

func (x *Device) GetColor() string

func (*Device) GetDepDevice

func (x *Device) GetDepDevice() bool

func (*Device) GetDepProfileAssignTime

func (x *Device) GetDepProfileAssignTime() int64

func (*Device) GetDepProfileAssignedBy

func (x *Device) GetDepProfileAssignedBy() string

func (*Device) GetDepProfileAssignedDate

func (x *Device) GetDepProfileAssignedDate() int64

func (*Device) GetDepProfilePushTime

func (x *Device) GetDepProfilePushTime() int64

func (*Device) GetDepProfileStatus

func (x *Device) GetDepProfileStatus() string

func (*Device) GetDepProfileUuid

func (x *Device) GetDepProfileUuid() string

func (*Device) GetDescription

func (x *Device) GetDescription() string

func (*Device) GetDeviceName

func (x *Device) GetDeviceName() string

func (*Device) GetEnrolled

func (x *Device) GetEnrolled() bool

func (*Device) GetImei

func (x *Device) GetImei() string

func (*Device) GetLastQueryResponse

func (x *Device) GetLastQueryResponse() []byte

func (*Device) GetLastSeen

func (x *Device) GetLastSeen() int64

func (*Device) GetMdmTopic

func (x *Device) GetMdmTopic() string

func (*Device) GetMeid

func (x *Device) GetMeid() string

func (*Device) GetModel

func (x *Device) GetModel() string

func (*Device) GetModelName

func (x *Device) GetModelName() string

func (*Device) GetOsVersion

func (x *Device) GetOsVersion() string

func (*Device) GetProductName

func (x *Device) GetProductName() string

func (*Device) GetPushMagic

func (x *Device) GetPushMagic() string

func (*Device) GetSerialNumber

func (x *Device) GetSerialNumber() string

func (*Device) GetToken

func (x *Device) GetToken() string

func (*Device) GetUdid

func (x *Device) GetUdid() string

func (*Device) GetUnlockToken

func (x *Device) GetUnlockToken() string

func (*Device) GetUuid

func (x *Device) GetUuid() string

func (*Device) ProtoMessage

func (*Device) ProtoMessage()

func (*Device) ProtoReflect added in v1.9.0

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

func (*Device) Reset

func (x *Device) Reset()

func (*Device) String

func (x *Device) String() string

Jump to

Keyboard shortcuts

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