From 58c37822c5ba1bdfebb92759ede4514e34ec0f80 Mon Sep 17 00:00:00 2001 From: Victor Vrantchan Date: Sat, 22 Jun 2019 18:50:12 -0400 Subject: [PATCH] mdm: add SetBootstrapToken command. --- mdm/mdm/command.go | 5 + mdm/mdm/internal/mdmproto/mdm.pb.go | 5909 +++++++++++++++++++----- mdm/mdm/internal/mdmproto/mdm.proto | 6 + mdm/mdm/marshal_json.go | 9 + mdm/mdm/marshal_plist.go | 8 + mdm/mdm/marshal_proto.go | 6 + mdm/mdm/unmarshal_json.go | 7 + mdm/mdm/unmarshal_plist.go | 7 + mdm/mdm/unmarshal_proto.go | 7 +- tools/api/commands/set_bootstrap_token | 12 + 10 files changed, 4869 insertions(+), 1107 deletions(-) create mode 100755 tools/api/commands/set_bootstrap_token diff --git a/mdm/mdm/command.go b/mdm/mdm/command.go index 3fcdc30f..49cc16d3 100644 --- a/mdm/mdm/command.go +++ b/mdm/mdm/command.go @@ -60,6 +60,7 @@ type Command struct { ScheduleOSUpdateScan *ScheduleOSUpdateScan ActiveNSExtensions *ActiveNSExtensions RotateFileVaultKey *RotateFileVaultKey + SetBootstrapToken *SetBootstrapToken } // InstallProfile is an InstallProfile MDM Command @@ -250,6 +251,10 @@ type SetAutoAdminPassword struct { PasswordHash []byte `plist:"passwordHash" json:"password_hash"` } +type SetBootstrapToken struct { + BootstrapToken string `plist:",omitempty" json:"bootstrap_token,omitempty"` +} + type OSUpdate struct { ProductKey string `json:"product_key"` InstallAction string `json:"install_action"` diff --git a/mdm/mdm/internal/mdmproto/mdm.pb.go b/mdm/mdm/internal/mdmproto/mdm.pb.go index 68e97396..c841df10 100644 --- a/mdm/mdm/internal/mdmproto/mdm.pb.go +++ b/mdm/mdm/internal/mdmproto/mdm.pb.go @@ -1,88 +1,14 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. // source: mdm.proto -/* - Package mdmproto is a generated protocol buffer package. - - It is generated from these files: - mdm.proto - - It has these top-level messages: - CommandPayload - Command - InstallProfile - RemoveProfile - InstallProvisioningProfile - RemoveProvisioningProfile - InstalledApplicationList - DeviceInformation - ClearPasscode - DeviceLock - EraseDevice - RequestMirroring - Restrictions - UnlockUserAccount - DeleteUser - EnableLostMode - InstallApplication - InstallApplicationOptions - InstallApplicationConfiguration - InstallApplicationAttributes - InstallEnterpriseApplication - Manifest - ManifestItem - Asset - Metadata - BundleInfo - ApplyRedemptionCode - ManagedApplicationList - RemoveApplication - InviteToProgram - ValidateApplications - AccountConfiguration - AutoSetupAdminAccounts - InstallMedia - RemoveMedia - Settings - Setting - VoiceRoamingSetting - PersonalHotspotSetting - WallpaperSetting - DataRoamingSetting - BluetoothSetting - ApplicationAttributesSetting - ApplicationConfigurationSetting - ApplicationAttributes - DeviceNameSetting - HostnameSetting - MDMOptionsSetting - MDMOptions - PasscodeLockGracePeriodSetting - MaximumResidentUsersSetting - DiagnosticSubmissionSetting - AppAnalyticsSetting - ManagedApplicationConfiguration - ManagedApplicationAttributes - ManagedApplicationFeedback - SetFirmwarePassword - VerifyFirmwarePassword - SetAutoAdminPassword - ScheduleOSUpdate - Update - ScheduleOSUpdateScan - ActiveNSExtensions - RotateFileVaultKey - FileVaultUnlock - ResultPayload - ErrorChain -*/ package mdmproto -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -import io "io" +import ( + fmt "fmt" + proto "github.com/golang/protobuf/proto" + io "io" + math "math" +) // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal @@ -112,6 +38,7 @@ var ResultPayload_Status_name = map[int32]string{ 3: "Idle", 4: "NotNow", } + var ResultPayload_Status_value = map[string]int32{ "Acknowledged": 0, "Error": 1, @@ -123,17 +50,51 @@ var ResultPayload_Status_value = map[string]int32{ func (x ResultPayload_Status) String() string { return proto.EnumName(ResultPayload_Status_name, int32(x)) } -func (ResultPayload_Status) EnumDescriptor() ([]byte, []int) { return fileDescriptorMdm, []int{65, 0} } -type CommandPayload struct { - CommandUuid string `protobuf:"bytes,1,opt,name=command_uuid,json=commandUuid,proto3" json:"command_uuid,omitempty"` - Command *Command `protobuf:"bytes,2,opt,name=command" json:"command,omitempty"` +func (ResultPayload_Status) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{66, 0} } -func (m *CommandPayload) Reset() { *m = CommandPayload{} } -func (m *CommandPayload) String() string { return proto.CompactTextString(m) } -func (*CommandPayload) ProtoMessage() {} -func (*CommandPayload) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{0} } +type CommandPayload struct { + CommandUuid string `protobuf:"bytes,1,opt,name=command_uuid,json=commandUuid,proto3" json:"command_uuid,omitempty"` + Command *Command `protobuf:"bytes,2,opt,name=command,proto3" json:"command,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *CommandPayload) Reset() { *m = CommandPayload{} } +func (m *CommandPayload) String() string { return proto.CompactTextString(m) } +func (*CommandPayload) ProtoMessage() {} +func (*CommandPayload) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{0} +} +func (m *CommandPayload) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *CommandPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_CommandPayload.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *CommandPayload) XXX_Merge(src proto.Message) { + xxx_messageInfo_CommandPayload.Merge(m, src) +} +func (m *CommandPayload) XXX_Size() int { + return m.Size() +} +func (m *CommandPayload) XXX_DiscardUnknown() { + xxx_messageInfo_CommandPayload.DiscardUnknown(m) +} + +var xxx_messageInfo_CommandPayload proto.InternalMessageInfo func (m *CommandPayload) GetCommandUuid() string { if m != nil { @@ -152,25 +113,25 @@ func (m *CommandPayload) GetCommand() *Command { type Command struct { RequestType string `protobuf:"bytes,1,opt,name=request_type,json=requestType,proto3" json:"request_type,omitempty"` // - // Request Types that do not have additional fields: - // - ProfileList - // - ProvisioningProfileList - // - CertificateList", - // - SecurityInfo - // - RestartDevice - // - ShutDownDevice - // - StopMirroring - // - ClearRestrictionsPassword - // - UserList - // - LogOutUser - // - PlayLostModeSound - // - DisableLostMode - // - DeviceLocation - // - ManagedMediaList - // - DeviceConfigured - // - AvailableOSUpdates - // - NSExtensionMappings - // - ActivationLockBypassCode + //Request Types that do not have additional fields: + //- ProfileList + //- ProvisioningProfileList + //- CertificateList", + //- SecurityInfo + //- RestartDevice + //- ShutDownDevice + //- StopMirroring + //- ClearRestrictionsPassword + //- UserList + //- LogOutUser + //- PlayLostModeSound + //- DisableLostMode + //- DeviceLocation + //- ManagedMediaList + //- DeviceConfigured + //- AvailableOSUpdates + //- NSExtensionMappings + //- ActivationLockBypassCode // // Types that are valid to be assigned to Request: // *Command_InstallProfile @@ -208,13 +169,45 @@ type Command struct { // *Command_ActiveNsExtensions // *Command_RotateFilevaultKey // *Command_InstallEnterpriseApplication - Request isCommand_Request `protobuf_oneof:"request"` + // *Command_SetBootstrapToken + Request isCommand_Request `protobuf_oneof:"request"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *Command) Reset() { *m = Command{} } -func (m *Command) String() string { return proto.CompactTextString(m) } -func (*Command) ProtoMessage() {} -func (*Command) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{1} } +func (m *Command) Reset() { *m = Command{} } +func (m *Command) String() string { return proto.CompactTextString(m) } +func (*Command) ProtoMessage() {} +func (*Command) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{1} +} +func (m *Command) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *Command) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_Command.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *Command) XXX_Merge(src proto.Message) { + xxx_messageInfo_Command.Merge(m, src) +} +func (m *Command) XXX_Size() int { + return m.Size() +} +func (m *Command) XXX_DiscardUnknown() { + xxx_messageInfo_Command.DiscardUnknown(m) +} + +var xxx_messageInfo_Command proto.InternalMessageInfo type isCommand_Request interface { isCommand_Request() @@ -223,109 +216,112 @@ type isCommand_Request interface { } type Command_InstallProfile struct { - InstallProfile *InstallProfile `protobuf:"bytes,2,opt,name=install_profile,json=installProfile,oneof"` + InstallProfile *InstallProfile `protobuf:"bytes,2,opt,name=install_profile,json=installProfile,proto3,oneof"` } type Command_RemoveProfile struct { - RemoveProfile *RemoveProfile `protobuf:"bytes,3,opt,name=remove_profile,json=removeProfile,oneof"` + RemoveProfile *RemoveProfile `protobuf:"bytes,3,opt,name=remove_profile,json=removeProfile,proto3,oneof"` } type Command_InstallProvisioningProfile struct { - InstallProvisioningProfile *InstallProvisioningProfile `protobuf:"bytes,4,opt,name=install_provisioning_profile,json=installProvisioningProfile,oneof"` + InstallProvisioningProfile *InstallProvisioningProfile `protobuf:"bytes,4,opt,name=install_provisioning_profile,json=installProvisioningProfile,proto3,oneof"` } type Command_RemoveProfisioningProfile struct { - RemoveProfisioningProfile *RemoveProvisioningProfile `protobuf:"bytes,5,opt,name=remove_profisioning_profile,json=removeProfisioningProfile,oneof"` + RemoveProfisioningProfile *RemoveProvisioningProfile `protobuf:"bytes,5,opt,name=remove_profisioning_profile,json=removeProfisioningProfile,proto3,oneof"` } type Command_InstalledApplicationList struct { - InstalledApplicationList *InstalledApplicationList `protobuf:"bytes,6,opt,name=installed_application_list,json=installedApplicationList,oneof"` + InstalledApplicationList *InstalledApplicationList `protobuf:"bytes,6,opt,name=installed_application_list,json=installedApplicationList,proto3,oneof"` } type Command_DeviceInformation struct { - DeviceInformation *DeviceInformation `protobuf:"bytes,7,opt,name=device_information,json=deviceInformation,oneof"` + DeviceInformation *DeviceInformation `protobuf:"bytes,7,opt,name=device_information,json=deviceInformation,proto3,oneof"` } type Command_DeviceLock struct { - DeviceLock *DeviceLock `protobuf:"bytes,8,opt,name=device_lock,json=deviceLock,oneof"` + DeviceLock *DeviceLock `protobuf:"bytes,8,opt,name=device_lock,json=deviceLock,proto3,oneof"` } type Command_ClearPasscode struct { - ClearPasscode *ClearPasscode `protobuf:"bytes,9,opt,name=clear_passcode,json=clearPasscode,oneof"` + ClearPasscode *ClearPasscode `protobuf:"bytes,9,opt,name=clear_passcode,json=clearPasscode,proto3,oneof"` } type Command_EraseDevice struct { - EraseDevice *EraseDevice `protobuf:"bytes,10,opt,name=erase_device,json=eraseDevice,oneof"` + EraseDevice *EraseDevice `protobuf:"bytes,10,opt,name=erase_device,json=eraseDevice,proto3,oneof"` } type Command_RequestMirroring struct { - RequestMirroring *RequestMirroring `protobuf:"bytes,11,opt,name=request_mirroring,json=requestMirroring,oneof"` + RequestMirroring *RequestMirroring `protobuf:"bytes,11,opt,name=request_mirroring,json=requestMirroring,proto3,oneof"` } type Command_Restrictions struct { - Restrictions *Restrictions `protobuf:"bytes,12,opt,name=restrictions,oneof"` + Restrictions *Restrictions `protobuf:"bytes,12,opt,name=restrictions,proto3,oneof"` } type Command_UnlockUserAccount struct { - UnlockUserAccount *UnlockUserAccount `protobuf:"bytes,13,opt,name=unlock_user_account,json=unlockUserAccount,oneof"` + UnlockUserAccount *UnlockUserAccount `protobuf:"bytes,13,opt,name=unlock_user_account,json=unlockUserAccount,proto3,oneof"` } type Command_DeleteUser struct { - DeleteUser *DeleteUser `protobuf:"bytes,14,opt,name=delete_user,json=deleteUser,oneof"` + DeleteUser *DeleteUser `protobuf:"bytes,14,opt,name=delete_user,json=deleteUser,proto3,oneof"` } type Command_EnableLostMode struct { - EnableLostMode *EnableLostMode `protobuf:"bytes,15,opt,name=enable_lost_mode,json=enableLostMode,oneof"` + EnableLostMode *EnableLostMode `protobuf:"bytes,15,opt,name=enable_lost_mode,json=enableLostMode,proto3,oneof"` } type Command_InstallApplication struct { - InstallApplication *InstallApplication `protobuf:"bytes,16,opt,name=install_application,json=installApplication,oneof"` + InstallApplication *InstallApplication `protobuf:"bytes,16,opt,name=install_application,json=installApplication,proto3,oneof"` } type Command_AccountConfiguration struct { - AccountConfiguration *AccountConfiguration `protobuf:"bytes,17,opt,name=account_configuration,json=accountConfiguration,oneof"` + AccountConfiguration *AccountConfiguration `protobuf:"bytes,17,opt,name=account_configuration,json=accountConfiguration,proto3,oneof"` } type Command_ApplyRedemptionCode struct { - ApplyRedemptionCode *ApplyRedemptionCode `protobuf:"bytes,18,opt,name=apply_redemption_code,json=applyRedemptionCode,oneof"` + ApplyRedemptionCode *ApplyRedemptionCode `protobuf:"bytes,18,opt,name=apply_redemption_code,json=applyRedemptionCode,proto3,oneof"` } type Command_ManagedApplicationList struct { - ManagedApplicationList *ManagedApplicationList `protobuf:"bytes,19,opt,name=managed_application_list,json=managedApplicationList,oneof"` + ManagedApplicationList *ManagedApplicationList `protobuf:"bytes,19,opt,name=managed_application_list,json=managedApplicationList,proto3,oneof"` } type Command_RemoveApplication struct { - RemoveApplication *RemoveApplication `protobuf:"bytes,20,opt,name=remove_application,json=removeApplication,oneof"` + RemoveApplication *RemoveApplication `protobuf:"bytes,20,opt,name=remove_application,json=removeApplication,proto3,oneof"` } type Command_InviteToProgram struct { - InviteToProgram *InviteToProgram `protobuf:"bytes,21,opt,name=invite_to_program,json=inviteToProgram,oneof"` + InviteToProgram *InviteToProgram `protobuf:"bytes,21,opt,name=invite_to_program,json=inviteToProgram,proto3,oneof"` } type Command_ValidataApplications struct { - ValidataApplications *ValidateApplications `protobuf:"bytes,22,opt,name=validata_applications,json=validataApplications,oneof"` + ValidataApplications *ValidateApplications `protobuf:"bytes,22,opt,name=validata_applications,json=validataApplications,proto3,oneof"` } type Command_InstallMedia struct { - InstallMedia *InstallMedia `protobuf:"bytes,23,opt,name=install_media,json=installMedia,oneof"` + InstallMedia *InstallMedia `protobuf:"bytes,23,opt,name=install_media,json=installMedia,proto3,oneof"` } type Command_RemoveMedia struct { - RemoveMedia *RemoveMedia `protobuf:"bytes,24,opt,name=remove_media,json=removeMedia,oneof"` + RemoveMedia *RemoveMedia `protobuf:"bytes,24,opt,name=remove_media,json=removeMedia,proto3,oneof"` } type Command_Settings struct { - Settings *Settings `protobuf:"bytes,25,opt,name=settings,oneof"` + Settings *Settings `protobuf:"bytes,25,opt,name=settings,proto3,oneof"` } type Command_ManagedApplicationConfiguration struct { - ManagedApplicationConfiguration *ManagedApplicationConfiguration `protobuf:"bytes,26,opt,name=managed_application_configuration,json=managedApplicationConfiguration,oneof"` + ManagedApplicationConfiguration *ManagedApplicationConfiguration `protobuf:"bytes,26,opt,name=managed_application_configuration,json=managedApplicationConfiguration,proto3,oneof"` } type Command_ManagedApplicationAttributes struct { - ManagedApplicationAttributes *ManagedApplicationAttributes `protobuf:"bytes,27,opt,name=managed_application_attributes,json=managedApplicationAttributes,oneof"` + ManagedApplicationAttributes *ManagedApplicationAttributes `protobuf:"bytes,27,opt,name=managed_application_attributes,json=managedApplicationAttributes,proto3,oneof"` } type Command_ManagedApplicationFeedback struct { - ManagedApplicationFeedback *ManagedApplicationFeedback `protobuf:"bytes,28,opt,name=managed_application_feedback,json=managedApplicationFeedback,oneof"` + ManagedApplicationFeedback *ManagedApplicationFeedback `protobuf:"bytes,28,opt,name=managed_application_feedback,json=managedApplicationFeedback,proto3,oneof"` } type Command_SetFirmwarePassword struct { - SetFirmwarePassword *SetFirmwarePassword `protobuf:"bytes,29,opt,name=set_firmware_password,json=setFirmwarePassword,oneof"` + SetFirmwarePassword *SetFirmwarePassword `protobuf:"bytes,29,opt,name=set_firmware_password,json=setFirmwarePassword,proto3,oneof"` } type Command_VerifyFirmwarePassword struct { - VerifyFirmwarePassword *VerifyFirmwarePassword `protobuf:"bytes,30,opt,name=verify_firmware_password,json=verifyFirmwarePassword,oneof"` + VerifyFirmwarePassword *VerifyFirmwarePassword `protobuf:"bytes,30,opt,name=verify_firmware_password,json=verifyFirmwarePassword,proto3,oneof"` } type Command_SetAutoAdminPassword struct { - SetAutoAdminPassword *SetAutoAdminPassword `protobuf:"bytes,31,opt,name=set_auto_admin_password,json=setAutoAdminPassword,oneof"` + SetAutoAdminPassword *SetAutoAdminPassword `protobuf:"bytes,31,opt,name=set_auto_admin_password,json=setAutoAdminPassword,proto3,oneof"` } type Command_ScheduleOsUpdate struct { - ScheduleOsUpdate *ScheduleOSUpdate `protobuf:"bytes,32,opt,name=schedule_os_update,json=scheduleOsUpdate,oneof"` + ScheduleOsUpdate *ScheduleOSUpdate `protobuf:"bytes,32,opt,name=schedule_os_update,json=scheduleOsUpdate,proto3,oneof"` } type Command_ScheduleOsUpdateScan struct { - ScheduleOsUpdateScan *ScheduleOSUpdateScan `protobuf:"bytes,33,opt,name=schedule_os_update_scan,json=scheduleOsUpdateScan,oneof"` + ScheduleOsUpdateScan *ScheduleOSUpdateScan `protobuf:"bytes,33,opt,name=schedule_os_update_scan,json=scheduleOsUpdateScan,proto3,oneof"` } type Command_ActiveNsExtensions struct { - ActiveNsExtensions *ActiveNSExtensions `protobuf:"bytes,34,opt,name=active_ns_extensions,json=activeNsExtensions,oneof"` + ActiveNsExtensions *ActiveNSExtensions `protobuf:"bytes,34,opt,name=active_ns_extensions,json=activeNsExtensions,proto3,oneof"` } type Command_RotateFilevaultKey struct { - RotateFilevaultKey *RotateFileVaultKey `protobuf:"bytes,35,opt,name=rotate_filevault_key,json=rotateFilevaultKey,oneof"` + RotateFilevaultKey *RotateFileVaultKey `protobuf:"bytes,35,opt,name=rotate_filevault_key,json=rotateFilevaultKey,proto3,oneof"` } type Command_InstallEnterpriseApplication struct { - InstallEnterpriseApplication *InstallEnterpriseApplication `protobuf:"bytes,36,opt,name=install_enterprise_application,json=installEnterpriseApplication,oneof"` + InstallEnterpriseApplication *InstallEnterpriseApplication `protobuf:"bytes,36,opt,name=install_enterprise_application,json=installEnterpriseApplication,proto3,oneof"` +} +type Command_SetBootstrapToken struct { + SetBootstrapToken *SetBootstrapToken `protobuf:"bytes,37,opt,name=set_bootstrap_token,json=setBootstrapToken,proto3,oneof"` } func (*Command_InstallProfile) isCommand_Request() {} @@ -363,6 +359,7 @@ func (*Command_ScheduleOsUpdateScan) isCommand_Request() {} func (*Command_ActiveNsExtensions) isCommand_Request() {} func (*Command_RotateFilevaultKey) isCommand_Request() {} func (*Command_InstallEnterpriseApplication) isCommand_Request() {} +func (*Command_SetBootstrapToken) isCommand_Request() {} func (m *Command) GetRequest() isCommand_Request { if m != nil { @@ -623,6 +620,13 @@ func (m *Command) GetInstallEnterpriseApplication() *InstallEnterpriseApplicatio return nil } +func (m *Command) GetSetBootstrapToken() *SetBootstrapToken { + if x, ok := m.GetRequest().(*Command_SetBootstrapToken); ok { + return x.SetBootstrapToken + } + return nil +} + // XXX_OneofFuncs is for the internal use of the proto package. func (*Command) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { return _Command_OneofMarshaler, _Command_OneofUnmarshaler, _Command_OneofSizer, []interface{}{ @@ -661,6 +665,7 @@ func (*Command) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error (*Command_ActiveNsExtensions)(nil), (*Command_RotateFilevaultKey)(nil), (*Command_InstallEnterpriseApplication)(nil), + (*Command_SetBootstrapToken)(nil), } } @@ -843,6 +848,11 @@ func _Command_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { if err := b.EncodeMessage(x.InstallEnterpriseApplication); err != nil { return err } + case *Command_SetBootstrapToken: + _ = b.EncodeVarint(37<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.SetBootstrapToken); err != nil { + return err + } case nil: default: return fmt.Errorf("Command.Request has unexpected type %T", x) @@ -1133,6 +1143,14 @@ func _Command_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer err := b.DecodeMessage(msg) m.Request = &Command_InstallEnterpriseApplication{msg} return true, err + case 37: // request.set_bootstrap_token + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(SetBootstrapToken) + err := b.DecodeMessage(msg) + m.Request = &Command_SetBootstrapToken{msg} + return true, err default: return false, nil } @@ -1144,177 +1162,182 @@ func _Command_OneofSizer(msg proto.Message) (n int) { switch x := m.Request.(type) { case *Command_InstallProfile: s := proto.Size(x.InstallProfile) - n += proto.SizeVarint(2<<3 | proto.WireBytes) + n += 1 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_RemoveProfile: s := proto.Size(x.RemoveProfile) - n += proto.SizeVarint(3<<3 | proto.WireBytes) + n += 1 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_InstallProvisioningProfile: s := proto.Size(x.InstallProvisioningProfile) - n += proto.SizeVarint(4<<3 | proto.WireBytes) + n += 1 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_RemoveProfisioningProfile: s := proto.Size(x.RemoveProfisioningProfile) - n += proto.SizeVarint(5<<3 | proto.WireBytes) + n += 1 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_InstalledApplicationList: s := proto.Size(x.InstalledApplicationList) - n += proto.SizeVarint(6<<3 | proto.WireBytes) + n += 1 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_DeviceInformation: s := proto.Size(x.DeviceInformation) - n += proto.SizeVarint(7<<3 | proto.WireBytes) + n += 1 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_DeviceLock: s := proto.Size(x.DeviceLock) - n += proto.SizeVarint(8<<3 | proto.WireBytes) + n += 1 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_ClearPasscode: s := proto.Size(x.ClearPasscode) - n += proto.SizeVarint(9<<3 | proto.WireBytes) + n += 1 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_EraseDevice: s := proto.Size(x.EraseDevice) - n += proto.SizeVarint(10<<3 | proto.WireBytes) + n += 1 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_RequestMirroring: s := proto.Size(x.RequestMirroring) - n += proto.SizeVarint(11<<3 | proto.WireBytes) + n += 1 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_Restrictions: s := proto.Size(x.Restrictions) - n += proto.SizeVarint(12<<3 | proto.WireBytes) + n += 1 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_UnlockUserAccount: s := proto.Size(x.UnlockUserAccount) - n += proto.SizeVarint(13<<3 | proto.WireBytes) + n += 1 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_DeleteUser: s := proto.Size(x.DeleteUser) - n += proto.SizeVarint(14<<3 | proto.WireBytes) + n += 1 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_EnableLostMode: s := proto.Size(x.EnableLostMode) - n += proto.SizeVarint(15<<3 | proto.WireBytes) + n += 1 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_InstallApplication: s := proto.Size(x.InstallApplication) - n += proto.SizeVarint(16<<3 | proto.WireBytes) + n += 2 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_AccountConfiguration: s := proto.Size(x.AccountConfiguration) - n += proto.SizeVarint(17<<3 | proto.WireBytes) + n += 2 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_ApplyRedemptionCode: s := proto.Size(x.ApplyRedemptionCode) - n += proto.SizeVarint(18<<3 | proto.WireBytes) + n += 2 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_ManagedApplicationList: s := proto.Size(x.ManagedApplicationList) - n += proto.SizeVarint(19<<3 | proto.WireBytes) + n += 2 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_RemoveApplication: s := proto.Size(x.RemoveApplication) - n += proto.SizeVarint(20<<3 | proto.WireBytes) + n += 2 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_InviteToProgram: s := proto.Size(x.InviteToProgram) - n += proto.SizeVarint(21<<3 | proto.WireBytes) + n += 2 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_ValidataApplications: s := proto.Size(x.ValidataApplications) - n += proto.SizeVarint(22<<3 | proto.WireBytes) + n += 2 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_InstallMedia: s := proto.Size(x.InstallMedia) - n += proto.SizeVarint(23<<3 | proto.WireBytes) + n += 2 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_RemoveMedia: s := proto.Size(x.RemoveMedia) - n += proto.SizeVarint(24<<3 | proto.WireBytes) + n += 2 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_Settings: s := proto.Size(x.Settings) - n += proto.SizeVarint(25<<3 | proto.WireBytes) + n += 2 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_ManagedApplicationConfiguration: s := proto.Size(x.ManagedApplicationConfiguration) - n += proto.SizeVarint(26<<3 | proto.WireBytes) + n += 2 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_ManagedApplicationAttributes: s := proto.Size(x.ManagedApplicationAttributes) - n += proto.SizeVarint(27<<3 | proto.WireBytes) + n += 2 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_ManagedApplicationFeedback: s := proto.Size(x.ManagedApplicationFeedback) - n += proto.SizeVarint(28<<3 | proto.WireBytes) + n += 2 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_SetFirmwarePassword: s := proto.Size(x.SetFirmwarePassword) - n += proto.SizeVarint(29<<3 | proto.WireBytes) + n += 2 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_VerifyFirmwarePassword: s := proto.Size(x.VerifyFirmwarePassword) - n += proto.SizeVarint(30<<3 | proto.WireBytes) + n += 2 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_SetAutoAdminPassword: s := proto.Size(x.SetAutoAdminPassword) - n += proto.SizeVarint(31<<3 | proto.WireBytes) + n += 2 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_ScheduleOsUpdate: s := proto.Size(x.ScheduleOsUpdate) - n += proto.SizeVarint(32<<3 | proto.WireBytes) + n += 2 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_ScheduleOsUpdateScan: s := proto.Size(x.ScheduleOsUpdateScan) - n += proto.SizeVarint(33<<3 | proto.WireBytes) + n += 2 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_ActiveNsExtensions: s := proto.Size(x.ActiveNsExtensions) - n += proto.SizeVarint(34<<3 | proto.WireBytes) + n += 2 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_RotateFilevaultKey: s := proto.Size(x.RotateFilevaultKey) - n += proto.SizeVarint(35<<3 | proto.WireBytes) + n += 2 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case *Command_InstallEnterpriseApplication: s := proto.Size(x.InstallEnterpriseApplication) - n += proto.SizeVarint(36<<3 | proto.WireBytes) + n += 2 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *Command_SetBootstrapToken: + s := proto.Size(x.SetBootstrapToken) + n += 2 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case nil: @@ -1325,13 +1348,44 @@ func _Command_OneofSizer(msg proto.Message) (n int) { } type InstallProfile struct { - Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` + Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *InstallProfile) Reset() { *m = InstallProfile{} } -func (m *InstallProfile) String() string { return proto.CompactTextString(m) } -func (*InstallProfile) ProtoMessage() {} -func (*InstallProfile) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{2} } +func (m *InstallProfile) Reset() { *m = InstallProfile{} } +func (m *InstallProfile) String() string { return proto.CompactTextString(m) } +func (*InstallProfile) ProtoMessage() {} +func (*InstallProfile) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{2} +} +func (m *InstallProfile) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *InstallProfile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_InstallProfile.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *InstallProfile) XXX_Merge(src proto.Message) { + xxx_messageInfo_InstallProfile.Merge(m, src) +} +func (m *InstallProfile) XXX_Size() int { + return m.Size() +} +func (m *InstallProfile) XXX_DiscardUnknown() { + xxx_messageInfo_InstallProfile.DiscardUnknown(m) +} + +var xxx_messageInfo_InstallProfile proto.InternalMessageInfo func (m *InstallProfile) GetPayload() []byte { if m != nil { @@ -1341,13 +1395,44 @@ func (m *InstallProfile) GetPayload() []byte { } type RemoveProfile struct { - Identifier string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"` + Identifier string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *RemoveProfile) Reset() { *m = RemoveProfile{} } -func (m *RemoveProfile) String() string { return proto.CompactTextString(m) } -func (*RemoveProfile) ProtoMessage() {} -func (*RemoveProfile) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{3} } +func (m *RemoveProfile) Reset() { *m = RemoveProfile{} } +func (m *RemoveProfile) String() string { return proto.CompactTextString(m) } +func (*RemoveProfile) ProtoMessage() {} +func (*RemoveProfile) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{3} +} +func (m *RemoveProfile) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *RemoveProfile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_RemoveProfile.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *RemoveProfile) XXX_Merge(src proto.Message) { + xxx_messageInfo_RemoveProfile.Merge(m, src) +} +func (m *RemoveProfile) XXX_Size() int { + return m.Size() +} +func (m *RemoveProfile) XXX_DiscardUnknown() { + xxx_messageInfo_RemoveProfile.DiscardUnknown(m) +} + +var xxx_messageInfo_RemoveProfile proto.InternalMessageInfo func (m *RemoveProfile) GetIdentifier() string { if m != nil { @@ -1357,13 +1442,44 @@ func (m *RemoveProfile) GetIdentifier() string { } type InstallProvisioningProfile struct { - ProvisioningProfile []byte `protobuf:"bytes,1,opt,name=provisioning_profile,json=provisioningProfile,proto3" json:"provisioning_profile,omitempty"` + ProvisioningProfile []byte `protobuf:"bytes,1,opt,name=provisioning_profile,json=provisioningProfile,proto3" json:"provisioning_profile,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *InstallProvisioningProfile) Reset() { *m = InstallProvisioningProfile{} } -func (m *InstallProvisioningProfile) String() string { return proto.CompactTextString(m) } -func (*InstallProvisioningProfile) ProtoMessage() {} -func (*InstallProvisioningProfile) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{4} } +func (m *InstallProvisioningProfile) Reset() { *m = InstallProvisioningProfile{} } +func (m *InstallProvisioningProfile) String() string { return proto.CompactTextString(m) } +func (*InstallProvisioningProfile) ProtoMessage() {} +func (*InstallProvisioningProfile) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{4} +} +func (m *InstallProvisioningProfile) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *InstallProvisioningProfile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_InstallProvisioningProfile.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *InstallProvisioningProfile) XXX_Merge(src proto.Message) { + xxx_messageInfo_InstallProvisioningProfile.Merge(m, src) +} +func (m *InstallProvisioningProfile) XXX_Size() int { + return m.Size() +} +func (m *InstallProvisioningProfile) XXX_DiscardUnknown() { + xxx_messageInfo_InstallProvisioningProfile.DiscardUnknown(m) +} + +var xxx_messageInfo_InstallProvisioningProfile proto.InternalMessageInfo func (m *InstallProvisioningProfile) GetProvisioningProfile() []byte { if m != nil { @@ -1373,13 +1489,44 @@ func (m *InstallProvisioningProfile) GetProvisioningProfile() []byte { } type RemoveProvisioningProfile struct { - Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` + Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *RemoveProvisioningProfile) Reset() { *m = RemoveProvisioningProfile{} } -func (m *RemoveProvisioningProfile) String() string { return proto.CompactTextString(m) } -func (*RemoveProvisioningProfile) ProtoMessage() {} -func (*RemoveProvisioningProfile) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{5} } +func (m *RemoveProvisioningProfile) Reset() { *m = RemoveProvisioningProfile{} } +func (m *RemoveProvisioningProfile) String() string { return proto.CompactTextString(m) } +func (*RemoveProvisioningProfile) ProtoMessage() {} +func (*RemoveProvisioningProfile) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{5} +} +func (m *RemoveProvisioningProfile) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *RemoveProvisioningProfile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_RemoveProvisioningProfile.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *RemoveProvisioningProfile) XXX_Merge(src proto.Message) { + xxx_messageInfo_RemoveProvisioningProfile.Merge(m, src) +} +func (m *RemoveProvisioningProfile) XXX_Size() int { + return m.Size() +} +func (m *RemoveProvisioningProfile) XXX_DiscardUnknown() { + xxx_messageInfo_RemoveProvisioningProfile.DiscardUnknown(m) +} + +var xxx_messageInfo_RemoveProvisioningProfile proto.InternalMessageInfo func (m *RemoveProvisioningProfile) GetUuid() string { if m != nil { @@ -1389,14 +1536,45 @@ func (m *RemoveProvisioningProfile) GetUuid() string { } type InstalledApplicationList struct { - Identifiers []string `protobuf:"bytes,1,rep,name=identifiers" json:"identifiers,omitempty"` - ManagedAppsOnly bool `protobuf:"varint,2,opt,name=managed_apps_only,json=managedAppsOnly,proto3" json:"managed_apps_only,omitempty"` + Identifiers []string `protobuf:"bytes,1,rep,name=identifiers,proto3" json:"identifiers,omitempty"` + ManagedAppsOnly bool `protobuf:"varint,2,opt,name=managed_apps_only,json=managedAppsOnly,proto3" json:"managed_apps_only,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *InstalledApplicationList) Reset() { *m = InstalledApplicationList{} } -func (m *InstalledApplicationList) String() string { return proto.CompactTextString(m) } -func (*InstalledApplicationList) ProtoMessage() {} -func (*InstalledApplicationList) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{6} } +func (m *InstalledApplicationList) Reset() { *m = InstalledApplicationList{} } +func (m *InstalledApplicationList) String() string { return proto.CompactTextString(m) } +func (*InstalledApplicationList) ProtoMessage() {} +func (*InstalledApplicationList) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{6} +} +func (m *InstalledApplicationList) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *InstalledApplicationList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_InstalledApplicationList.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *InstalledApplicationList) XXX_Merge(src proto.Message) { + xxx_messageInfo_InstalledApplicationList.Merge(m, src) +} +func (m *InstalledApplicationList) XXX_Size() int { + return m.Size() +} +func (m *InstalledApplicationList) XXX_DiscardUnknown() { + xxx_messageInfo_InstalledApplicationList.DiscardUnknown(m) +} + +var xxx_messageInfo_InstalledApplicationList proto.InternalMessageInfo func (m *InstalledApplicationList) GetIdentifiers() []string { if m != nil { @@ -1413,13 +1591,44 @@ func (m *InstalledApplicationList) GetManagedAppsOnly() bool { } type DeviceInformation struct { - Queries []string `protobuf:"bytes,1,rep,name=queries" json:"queries,omitempty"` + Queries []string `protobuf:"bytes,1,rep,name=queries,proto3" json:"queries,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *DeviceInformation) Reset() { *m = DeviceInformation{} } -func (m *DeviceInformation) String() string { return proto.CompactTextString(m) } -func (*DeviceInformation) ProtoMessage() {} -func (*DeviceInformation) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{7} } +func (m *DeviceInformation) Reset() { *m = DeviceInformation{} } +func (m *DeviceInformation) String() string { return proto.CompactTextString(m) } +func (*DeviceInformation) ProtoMessage() {} +func (*DeviceInformation) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{7} +} +func (m *DeviceInformation) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *DeviceInformation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_DeviceInformation.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *DeviceInformation) XXX_Merge(src proto.Message) { + xxx_messageInfo_DeviceInformation.Merge(m, src) +} +func (m *DeviceInformation) XXX_Size() int { + return m.Size() +} +func (m *DeviceInformation) XXX_DiscardUnknown() { + xxx_messageInfo_DeviceInformation.DiscardUnknown(m) +} + +var xxx_messageInfo_DeviceInformation proto.InternalMessageInfo func (m *DeviceInformation) GetQueries() []string { if m != nil { @@ -1429,13 +1638,44 @@ func (m *DeviceInformation) GetQueries() []string { } type ClearPasscode struct { - UnlockToken []byte `protobuf:"bytes,1,opt,name=unlock_token,json=unlockToken,proto3" json:"unlock_token,omitempty"` + UnlockToken []byte `protobuf:"bytes,1,opt,name=unlock_token,json=unlockToken,proto3" json:"unlock_token,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *ClearPasscode) Reset() { *m = ClearPasscode{} } -func (m *ClearPasscode) String() string { return proto.CompactTextString(m) } -func (*ClearPasscode) ProtoMessage() {} -func (*ClearPasscode) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{8} } +func (m *ClearPasscode) Reset() { *m = ClearPasscode{} } +func (m *ClearPasscode) String() string { return proto.CompactTextString(m) } +func (*ClearPasscode) ProtoMessage() {} +func (*ClearPasscode) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{8} +} +func (m *ClearPasscode) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *ClearPasscode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_ClearPasscode.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *ClearPasscode) XXX_Merge(src proto.Message) { + xxx_messageInfo_ClearPasscode.Merge(m, src) +} +func (m *ClearPasscode) XXX_Size() int { + return m.Size() +} +func (m *ClearPasscode) XXX_DiscardUnknown() { + xxx_messageInfo_ClearPasscode.DiscardUnknown(m) +} + +var xxx_messageInfo_ClearPasscode proto.InternalMessageInfo func (m *ClearPasscode) GetUnlockToken() []byte { if m != nil { @@ -1445,15 +1685,46 @@ func (m *ClearPasscode) GetUnlockToken() []byte { } type DeviceLock struct { - Pin string `protobuf:"bytes,1,opt,name=pin,proto3" json:"pin,omitempty"` - Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` - PhoneNumber string `protobuf:"bytes,3,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"` + Pin string `protobuf:"bytes,1,opt,name=pin,proto3" json:"pin,omitempty"` + Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` + PhoneNumber string `protobuf:"bytes,3,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *DeviceLock) Reset() { *m = DeviceLock{} } -func (m *DeviceLock) String() string { return proto.CompactTextString(m) } -func (*DeviceLock) ProtoMessage() {} -func (*DeviceLock) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{9} } +func (m *DeviceLock) Reset() { *m = DeviceLock{} } +func (m *DeviceLock) String() string { return proto.CompactTextString(m) } +func (*DeviceLock) ProtoMessage() {} +func (*DeviceLock) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{9} +} +func (m *DeviceLock) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *DeviceLock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_DeviceLock.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *DeviceLock) XXX_Merge(src proto.Message) { + xxx_messageInfo_DeviceLock.Merge(m, src) +} +func (m *DeviceLock) XXX_Size() int { + return m.Size() +} +func (m *DeviceLock) XXX_DiscardUnknown() { + xxx_messageInfo_DeviceLock.DiscardUnknown(m) +} + +var xxx_messageInfo_DeviceLock proto.InternalMessageInfo func (m *DeviceLock) GetPin() string { if m != nil { @@ -1477,15 +1748,46 @@ func (m *DeviceLock) GetPhoneNumber() string { } type EraseDevice struct { - Pin string `protobuf:"bytes,1,opt,name=pin,proto3" json:"pin,omitempty"` - PreserveDataPlan bool `protobuf:"varint,2,opt,name=preserve_data_plan,json=preserveDataPlan,proto3" json:"preserve_data_plan,omitempty"` - DisallowProximitySetup bool `protobuf:"varint,3,opt,name=disallow_proximity_setup,json=disallowProximitySetup,proto3" json:"disallow_proximity_setup,omitempty"` + Pin string `protobuf:"bytes,1,opt,name=pin,proto3" json:"pin,omitempty"` + PreserveDataPlan bool `protobuf:"varint,2,opt,name=preserve_data_plan,json=preserveDataPlan,proto3" json:"preserve_data_plan,omitempty"` + DisallowProximitySetup bool `protobuf:"varint,3,opt,name=disallow_proximity_setup,json=disallowProximitySetup,proto3" json:"disallow_proximity_setup,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *EraseDevice) Reset() { *m = EraseDevice{} } -func (m *EraseDevice) String() string { return proto.CompactTextString(m) } -func (*EraseDevice) ProtoMessage() {} -func (*EraseDevice) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{10} } +func (m *EraseDevice) Reset() { *m = EraseDevice{} } +func (m *EraseDevice) String() string { return proto.CompactTextString(m) } +func (*EraseDevice) ProtoMessage() {} +func (*EraseDevice) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{10} +} +func (m *EraseDevice) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *EraseDevice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_EraseDevice.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *EraseDevice) XXX_Merge(src proto.Message) { + xxx_messageInfo_EraseDevice.Merge(m, src) +} +func (m *EraseDevice) XXX_Size() int { + return m.Size() +} +func (m *EraseDevice) XXX_DiscardUnknown() { + xxx_messageInfo_EraseDevice.DiscardUnknown(m) +} + +var xxx_messageInfo_EraseDevice proto.InternalMessageInfo func (m *EraseDevice) GetPin() string { if m != nil { @@ -1509,16 +1811,47 @@ func (m *EraseDevice) GetDisallowProximitySetup() bool { } type RequestMirroring struct { - DestinationName string `protobuf:"bytes,1,opt,name=destination_name,json=destinationName,proto3" json:"destination_name,omitempty"` - DestinationDeviceId string `protobuf:"bytes,2,opt,name=destination_device_id,json=destinationDeviceId,proto3" json:"destination_device_id,omitempty"` - ScanTime string `protobuf:"bytes,3,opt,name=scan_time,json=scanTime,proto3" json:"scan_time,omitempty"` - Password string `protobuf:"bytes,4,opt,name=password,proto3" json:"password,omitempty"` + DestinationName string `protobuf:"bytes,1,opt,name=destination_name,json=destinationName,proto3" json:"destination_name,omitempty"` + DestinationDeviceId string `protobuf:"bytes,2,opt,name=destination_device_id,json=destinationDeviceId,proto3" json:"destination_device_id,omitempty"` + ScanTime string `protobuf:"bytes,3,opt,name=scan_time,json=scanTime,proto3" json:"scan_time,omitempty"` + Password string `protobuf:"bytes,4,opt,name=password,proto3" json:"password,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *RequestMirroring) Reset() { *m = RequestMirroring{} } -func (m *RequestMirroring) String() string { return proto.CompactTextString(m) } -func (*RequestMirroring) ProtoMessage() {} -func (*RequestMirroring) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{11} } +func (m *RequestMirroring) Reset() { *m = RequestMirroring{} } +func (m *RequestMirroring) String() string { return proto.CompactTextString(m) } +func (*RequestMirroring) ProtoMessage() {} +func (*RequestMirroring) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{11} +} +func (m *RequestMirroring) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *RequestMirroring) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_RequestMirroring.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *RequestMirroring) XXX_Merge(src proto.Message) { + xxx_messageInfo_RequestMirroring.Merge(m, src) +} +func (m *RequestMirroring) XXX_Size() int { + return m.Size() +} +func (m *RequestMirroring) XXX_DiscardUnknown() { + xxx_messageInfo_RequestMirroring.DiscardUnknown(m) +} + +var xxx_messageInfo_RequestMirroring proto.InternalMessageInfo func (m *RequestMirroring) GetDestinationName() string { if m != nil { @@ -1549,13 +1882,44 @@ func (m *RequestMirroring) GetPassword() string { } type Restrictions struct { - ProfileRestrictions bool `protobuf:"varint,1,opt,name=profile_restrictions,json=profileRestrictions,proto3" json:"profile_restrictions,omitempty"` + ProfileRestrictions bool `protobuf:"varint,1,opt,name=profile_restrictions,json=profileRestrictions,proto3" json:"profile_restrictions,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *Restrictions) Reset() { *m = Restrictions{} } -func (m *Restrictions) String() string { return proto.CompactTextString(m) } -func (*Restrictions) ProtoMessage() {} -func (*Restrictions) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{12} } +func (m *Restrictions) Reset() { *m = Restrictions{} } +func (m *Restrictions) String() string { return proto.CompactTextString(m) } +func (*Restrictions) ProtoMessage() {} +func (*Restrictions) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{12} +} +func (m *Restrictions) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *Restrictions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_Restrictions.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *Restrictions) XXX_Merge(src proto.Message) { + xxx_messageInfo_Restrictions.Merge(m, src) +} +func (m *Restrictions) XXX_Size() int { + return m.Size() +} +func (m *Restrictions) XXX_DiscardUnknown() { + xxx_messageInfo_Restrictions.DiscardUnknown(m) +} + +var xxx_messageInfo_Restrictions proto.InternalMessageInfo func (m *Restrictions) GetProfileRestrictions() bool { if m != nil { @@ -1565,13 +1929,44 @@ func (m *Restrictions) GetProfileRestrictions() bool { } type UnlockUserAccount struct { - Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` + Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *UnlockUserAccount) Reset() { *m = UnlockUserAccount{} } -func (m *UnlockUserAccount) String() string { return proto.CompactTextString(m) } -func (*UnlockUserAccount) ProtoMessage() {} -func (*UnlockUserAccount) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{13} } +func (m *UnlockUserAccount) Reset() { *m = UnlockUserAccount{} } +func (m *UnlockUserAccount) String() string { return proto.CompactTextString(m) } +func (*UnlockUserAccount) ProtoMessage() {} +func (*UnlockUserAccount) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{13} +} +func (m *UnlockUserAccount) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *UnlockUserAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_UnlockUserAccount.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *UnlockUserAccount) XXX_Merge(src proto.Message) { + xxx_messageInfo_UnlockUserAccount.Merge(m, src) +} +func (m *UnlockUserAccount) XXX_Size() int { + return m.Size() +} +func (m *UnlockUserAccount) XXX_DiscardUnknown() { + xxx_messageInfo_UnlockUserAccount.DiscardUnknown(m) +} + +var xxx_messageInfo_UnlockUserAccount proto.InternalMessageInfo func (m *UnlockUserAccount) GetUsername() string { if m != nil { @@ -1581,14 +1976,45 @@ func (m *UnlockUserAccount) GetUsername() string { } type DeleteUser struct { - Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` - ForceDeletion bool `protobuf:"varint,2,opt,name=force_deletion,json=forceDeletion,proto3" json:"force_deletion,omitempty"` + Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` + ForceDeletion bool `protobuf:"varint,2,opt,name=force_deletion,json=forceDeletion,proto3" json:"force_deletion,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *DeleteUser) Reset() { *m = DeleteUser{} } -func (m *DeleteUser) String() string { return proto.CompactTextString(m) } -func (*DeleteUser) ProtoMessage() {} -func (*DeleteUser) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{14} } +func (m *DeleteUser) Reset() { *m = DeleteUser{} } +func (m *DeleteUser) String() string { return proto.CompactTextString(m) } +func (*DeleteUser) ProtoMessage() {} +func (*DeleteUser) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{14} +} +func (m *DeleteUser) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *DeleteUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_DeleteUser.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *DeleteUser) XXX_Merge(src proto.Message) { + xxx_messageInfo_DeleteUser.Merge(m, src) +} +func (m *DeleteUser) XXX_Size() int { + return m.Size() +} +func (m *DeleteUser) XXX_DiscardUnknown() { + xxx_messageInfo_DeleteUser.DiscardUnknown(m) +} + +var xxx_messageInfo_DeleteUser proto.InternalMessageInfo func (m *DeleteUser) GetUsername() string { if m != nil { @@ -1605,15 +2031,46 @@ func (m *DeleteUser) GetForceDeletion() bool { } type EnableLostMode struct { - Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` - PhoneNumber string `protobuf:"bytes,2,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"` - Footnote string `protobuf:"bytes,3,opt,name=footnote,proto3" json:"footnote,omitempty"` + Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` + PhoneNumber string `protobuf:"bytes,2,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"` + Footnote string `protobuf:"bytes,3,opt,name=footnote,proto3" json:"footnote,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *EnableLostMode) Reset() { *m = EnableLostMode{} } -func (m *EnableLostMode) String() string { return proto.CompactTextString(m) } -func (*EnableLostMode) ProtoMessage() {} -func (*EnableLostMode) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{15} } +func (m *EnableLostMode) Reset() { *m = EnableLostMode{} } +func (m *EnableLostMode) String() string { return proto.CompactTextString(m) } +func (*EnableLostMode) ProtoMessage() {} +func (*EnableLostMode) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{15} +} +func (m *EnableLostMode) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *EnableLostMode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_EnableLostMode.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *EnableLostMode) XXX_Merge(src proto.Message) { + xxx_messageInfo_EnableLostMode.Merge(m, src) +} +func (m *EnableLostMode) XXX_Size() int { + return m.Size() +} +func (m *EnableLostMode) XXX_DiscardUnknown() { + xxx_messageInfo_EnableLostMode.DiscardUnknown(m) +} + +var xxx_messageInfo_EnableLostMode proto.InternalMessageInfo func (m *EnableLostMode) GetMessage() string { if m != nil { @@ -1639,18 +2096,49 @@ func (m *EnableLostMode) GetFootnote() string { type InstallApplication struct { ItunesStoreId int64 `protobuf:"varint,1,opt,name=itunes_store_id,json=itunesStoreId,proto3" json:"itunes_store_id,omitempty"` Identifier string `protobuf:"bytes,2,opt,name=identifier,proto3" json:"identifier,omitempty"` - Options *InstallApplicationOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"` + Options *InstallApplicationOptions `protobuf:"bytes,3,opt,name=options,proto3" json:"options,omitempty"` ManifestUrl string `protobuf:"bytes,4,opt,name=manifest_url,json=manifestUrl,proto3" json:"manifest_url,omitempty"` ManagementFlags int64 `protobuf:"varint,5,opt,name=management_flags,json=managementFlags,proto3" json:"management_flags,omitempty"` - Configuration *InstallApplicationConfiguration `protobuf:"bytes,6,opt,name=configuration" json:"configuration,omitempty"` - Attributes *InstallApplicationAttributes `protobuf:"bytes,7,opt,name=attributes" json:"attributes,omitempty"` + Configuration *InstallApplicationConfiguration `protobuf:"bytes,6,opt,name=configuration,proto3" json:"configuration,omitempty"` + Attributes *InstallApplicationAttributes `protobuf:"bytes,7,opt,name=attributes,proto3" json:"attributes,omitempty"` ChangeManagementState string `protobuf:"bytes,8,opt,name=change_management_state,json=changeManagementState,proto3" json:"change_management_state,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *InstallApplication) Reset() { *m = InstallApplication{} } -func (m *InstallApplication) String() string { return proto.CompactTextString(m) } -func (*InstallApplication) ProtoMessage() {} -func (*InstallApplication) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{16} } +func (m *InstallApplication) Reset() { *m = InstallApplication{} } +func (m *InstallApplication) String() string { return proto.CompactTextString(m) } +func (*InstallApplication) ProtoMessage() {} +func (*InstallApplication) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{16} +} +func (m *InstallApplication) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *InstallApplication) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_InstallApplication.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *InstallApplication) XXX_Merge(src proto.Message) { + xxx_messageInfo_InstallApplication.Merge(m, src) +} +func (m *InstallApplication) XXX_Size() int { + return m.Size() +} +func (m *InstallApplication) XXX_DiscardUnknown() { + xxx_messageInfo_InstallApplication.DiscardUnknown(m) +} + +var xxx_messageInfo_InstallApplication proto.InternalMessageInfo func (m *InstallApplication) GetItunesStoreId() int64 { if m != nil { @@ -1709,13 +2197,44 @@ func (m *InstallApplication) GetChangeManagementState() string { } type InstallApplicationOptions struct { - PurchaseMethod int64 `protobuf:"varint,1,opt,name=purchase_method,json=purchaseMethod,proto3" json:"purchase_method,omitempty"` + PurchaseMethod int64 `protobuf:"varint,1,opt,name=purchase_method,json=purchaseMethod,proto3" json:"purchase_method,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *InstallApplicationOptions) Reset() { *m = InstallApplicationOptions{} } -func (m *InstallApplicationOptions) String() string { return proto.CompactTextString(m) } -func (*InstallApplicationOptions) ProtoMessage() {} -func (*InstallApplicationOptions) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{17} } +func (m *InstallApplicationOptions) Reset() { *m = InstallApplicationOptions{} } +func (m *InstallApplicationOptions) String() string { return proto.CompactTextString(m) } +func (*InstallApplicationOptions) ProtoMessage() {} +func (*InstallApplicationOptions) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{17} +} +func (m *InstallApplicationOptions) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *InstallApplicationOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_InstallApplicationOptions.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *InstallApplicationOptions) XXX_Merge(src proto.Message) { + xxx_messageInfo_InstallApplicationOptions.Merge(m, src) +} +func (m *InstallApplicationOptions) XXX_Size() int { + return m.Size() +} +func (m *InstallApplicationOptions) XXX_DiscardUnknown() { + xxx_messageInfo_InstallApplicationOptions.DiscardUnknown(m) +} + +var xxx_messageInfo_InstallApplicationOptions proto.InternalMessageInfo func (m *InstallApplicationOptions) GetPurchaseMethod() int64 { if m != nil { @@ -1725,34 +2244,125 @@ func (m *InstallApplicationOptions) GetPurchaseMethod() int64 { } type InstallApplicationConfiguration struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *InstallApplicationConfiguration) Reset() { *m = InstallApplicationConfiguration{} } func (m *InstallApplicationConfiguration) String() string { return proto.CompactTextString(m) } func (*InstallApplicationConfiguration) ProtoMessage() {} func (*InstallApplicationConfiguration) Descriptor() ([]byte, []int) { - return fileDescriptorMdm, []int{18} + return fileDescriptor_fd1fa389f704dbf7, []int{18} } +func (m *InstallApplicationConfiguration) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *InstallApplicationConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_InstallApplicationConfiguration.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *InstallApplicationConfiguration) XXX_Merge(src proto.Message) { + xxx_messageInfo_InstallApplicationConfiguration.Merge(m, src) +} +func (m *InstallApplicationConfiguration) XXX_Size() int { + return m.Size() +} +func (m *InstallApplicationConfiguration) XXX_DiscardUnknown() { + xxx_messageInfo_InstallApplicationConfiguration.DiscardUnknown(m) +} + +var xxx_messageInfo_InstallApplicationConfiguration proto.InternalMessageInfo type InstallApplicationAttributes struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *InstallApplicationAttributes) Reset() { *m = InstallApplicationAttributes{} } -func (m *InstallApplicationAttributes) String() string { return proto.CompactTextString(m) } -func (*InstallApplicationAttributes) ProtoMessage() {} -func (*InstallApplicationAttributes) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{19} } +func (m *InstallApplicationAttributes) Reset() { *m = InstallApplicationAttributes{} } +func (m *InstallApplicationAttributes) String() string { return proto.CompactTextString(m) } +func (*InstallApplicationAttributes) ProtoMessage() {} +func (*InstallApplicationAttributes) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{19} +} +func (m *InstallApplicationAttributes) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *InstallApplicationAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_InstallApplicationAttributes.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *InstallApplicationAttributes) XXX_Merge(src proto.Message) { + xxx_messageInfo_InstallApplicationAttributes.Merge(m, src) +} +func (m *InstallApplicationAttributes) XXX_Size() int { + return m.Size() +} +func (m *InstallApplicationAttributes) XXX_DiscardUnknown() { + xxx_messageInfo_InstallApplicationAttributes.DiscardUnknown(m) +} + +var xxx_messageInfo_InstallApplicationAttributes proto.InternalMessageInfo type InstallEnterpriseApplication struct { - Manifest *Manifest `protobuf:"bytes,1,opt,name=manifest" json:"manifest,omitempty"` + Manifest *Manifest `protobuf:"bytes,1,opt,name=manifest,proto3" json:"manifest,omitempty"` ManifestUrl string `protobuf:"bytes,2,opt,name=manifest_url,json=manifestUrl,proto3" json:"manifest_url,omitempty"` - ManifestUrlPinningCerts [][]byte `protobuf:"bytes,3,rep,name=manifest_url_pinning_certs,json=manifestUrlPinningCerts" json:"manifest_url_pinning_certs,omitempty"` + ManifestUrlPinningCerts [][]byte `protobuf:"bytes,3,rep,name=manifest_url_pinning_certs,json=manifestUrlPinningCerts,proto3" json:"manifest_url_pinning_certs,omitempty"` PinningRevocationCheckRequired bool `protobuf:"varint,4,opt,name=pinning_revocation_check_required,json=pinningRevocationCheckRequired,proto3" json:"pinning_revocation_check_required,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *InstallEnterpriseApplication) Reset() { *m = InstallEnterpriseApplication{} } -func (m *InstallEnterpriseApplication) String() string { return proto.CompactTextString(m) } -func (*InstallEnterpriseApplication) ProtoMessage() {} -func (*InstallEnterpriseApplication) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{20} } +func (m *InstallEnterpriseApplication) Reset() { *m = InstallEnterpriseApplication{} } +func (m *InstallEnterpriseApplication) String() string { return proto.CompactTextString(m) } +func (*InstallEnterpriseApplication) ProtoMessage() {} +func (*InstallEnterpriseApplication) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{20} +} +func (m *InstallEnterpriseApplication) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *InstallEnterpriseApplication) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_InstallEnterpriseApplication.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *InstallEnterpriseApplication) XXX_Merge(src proto.Message) { + xxx_messageInfo_InstallEnterpriseApplication.Merge(m, src) +} +func (m *InstallEnterpriseApplication) XXX_Size() int { + return m.Size() +} +func (m *InstallEnterpriseApplication) XXX_DiscardUnknown() { + xxx_messageInfo_InstallEnterpriseApplication.DiscardUnknown(m) +} + +var xxx_messageInfo_InstallEnterpriseApplication proto.InternalMessageInfo func (m *InstallEnterpriseApplication) GetManifest() *Manifest { if m != nil { @@ -1783,13 +2393,44 @@ func (m *InstallEnterpriseApplication) GetPinningRevocationCheckRequired() bool } type Manifest struct { - ManifestItems []*ManifestItem `protobuf:"bytes,1,rep,name=manifest_items,json=manifestItems" json:"manifest_items,omitempty"` + ManifestItems []*ManifestItem `protobuf:"bytes,1,rep,name=manifest_items,json=manifestItems,proto3" json:"manifest_items,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *Manifest) Reset() { *m = Manifest{} } -func (m *Manifest) String() string { return proto.CompactTextString(m) } -func (*Manifest) ProtoMessage() {} -func (*Manifest) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{21} } +func (m *Manifest) Reset() { *m = Manifest{} } +func (m *Manifest) String() string { return proto.CompactTextString(m) } +func (*Manifest) ProtoMessage() {} +func (*Manifest) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{21} +} +func (m *Manifest) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *Manifest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_Manifest.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *Manifest) XXX_Merge(src proto.Message) { + xxx_messageInfo_Manifest.Merge(m, src) +} +func (m *Manifest) XXX_Size() int { + return m.Size() +} +func (m *Manifest) XXX_DiscardUnknown() { + xxx_messageInfo_Manifest.DiscardUnknown(m) +} + +var xxx_messageInfo_Manifest proto.InternalMessageInfo func (m *Manifest) GetManifestItems() []*ManifestItem { if m != nil { @@ -1799,14 +2440,45 @@ func (m *Manifest) GetManifestItems() []*ManifestItem { } type ManifestItem struct { - Assets []*Asset `protobuf:"bytes,1,rep,name=assets" json:"assets,omitempty"` - Metadata *Metadata `protobuf:"bytes,2,opt,name=metadata" json:"metadata,omitempty"` + Assets []*Asset `protobuf:"bytes,1,rep,name=assets,proto3" json:"assets,omitempty"` + Metadata *Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *ManifestItem) Reset() { *m = ManifestItem{} } -func (m *ManifestItem) String() string { return proto.CompactTextString(m) } -func (*ManifestItem) ProtoMessage() {} -func (*ManifestItem) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{22} } +func (m *ManifestItem) Reset() { *m = ManifestItem{} } +func (m *ManifestItem) String() string { return proto.CompactTextString(m) } +func (*ManifestItem) ProtoMessage() {} +func (*ManifestItem) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{22} +} +func (m *ManifestItem) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *ManifestItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_ManifestItem.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *ManifestItem) XXX_Merge(src proto.Message) { + xxx_messageInfo_ManifestItem.Merge(m, src) +} +func (m *ManifestItem) XXX_Size() int { + return m.Size() +} +func (m *ManifestItem) XXX_DiscardUnknown() { + xxx_messageInfo_ManifestItem.DiscardUnknown(m) +} + +var xxx_messageInfo_ManifestItem proto.InternalMessageInfo func (m *ManifestItem) GetAssets() []*Asset { if m != nil { @@ -1823,16 +2495,47 @@ func (m *ManifestItem) GetMetadata() *Metadata { } type Asset struct { - Kind string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"` - Md5Size int64 `protobuf:"varint,2,opt,name=md5_size,json=md5Size,proto3" json:"md5_size,omitempty"` - Md5S []string `protobuf:"bytes,3,rep,name=md5s" json:"md5s,omitempty"` - Url string `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"` + Kind string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"` + Md5Size int64 `protobuf:"varint,2,opt,name=md5_size,json=md5Size,proto3" json:"md5_size,omitempty"` + Md5S []string `protobuf:"bytes,3,rep,name=md5s,proto3" json:"md5s,omitempty"` + Url string `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *Asset) Reset() { *m = Asset{} } -func (m *Asset) String() string { return proto.CompactTextString(m) } -func (*Asset) ProtoMessage() {} -func (*Asset) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{23} } +func (m *Asset) Reset() { *m = Asset{} } +func (m *Asset) String() string { return proto.CompactTextString(m) } +func (*Asset) ProtoMessage() {} +func (*Asset) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{23} +} +func (m *Asset) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *Asset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_Asset.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *Asset) XXX_Merge(src proto.Message) { + xxx_messageInfo_Asset.Merge(m, src) +} +func (m *Asset) XXX_Size() int { + return m.Size() +} +func (m *Asset) XXX_DiscardUnknown() { + xxx_messageInfo_Asset.DiscardUnknown(m) +} + +var xxx_messageInfo_Asset proto.InternalMessageInfo func (m *Asset) GetKind() string { if m != nil { @@ -1863,18 +2566,49 @@ func (m *Asset) GetUrl() string { } type Metadata struct { - BundleIdentifier string `protobuf:"bytes,1,opt,name=bundle_identifier,json=bundleIdentifier,proto3" json:"bundle_identifier,omitempty"` - BundleVersion string `protobuf:"bytes,2,opt,name=bundle_version,json=bundleVersion,proto3" json:"bundle_version,omitempty"` - Items []*BundleInfo `protobuf:"bytes,3,rep,name=items" json:"items,omitempty"` - Kind string `protobuf:"bytes,4,opt,name=kind,proto3" json:"kind,omitempty"` - Subtitle string `protobuf:"bytes,5,opt,name=subtitle,proto3" json:"subtitle,omitempty"` - Title string `protobuf:"bytes,6,opt,name=title,proto3" json:"title,omitempty"` + BundleIdentifier string `protobuf:"bytes,1,opt,name=bundle_identifier,json=bundleIdentifier,proto3" json:"bundle_identifier,omitempty"` + BundleVersion string `protobuf:"bytes,2,opt,name=bundle_version,json=bundleVersion,proto3" json:"bundle_version,omitempty"` + Items []*BundleInfo `protobuf:"bytes,3,rep,name=items,proto3" json:"items,omitempty"` + Kind string `protobuf:"bytes,4,opt,name=kind,proto3" json:"kind,omitempty"` + Subtitle string `protobuf:"bytes,5,opt,name=subtitle,proto3" json:"subtitle,omitempty"` + Title string `protobuf:"bytes,6,opt,name=title,proto3" json:"title,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *Metadata) Reset() { *m = Metadata{} } -func (m *Metadata) String() string { return proto.CompactTextString(m) } -func (*Metadata) ProtoMessage() {} -func (*Metadata) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{24} } +func (m *Metadata) Reset() { *m = Metadata{} } +func (m *Metadata) String() string { return proto.CompactTextString(m) } +func (*Metadata) ProtoMessage() {} +func (*Metadata) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{24} +} +func (m *Metadata) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *Metadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_Metadata.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *Metadata) XXX_Merge(src proto.Message) { + xxx_messageInfo_Metadata.Merge(m, src) +} +func (m *Metadata) XXX_Size() int { + return m.Size() +} +func (m *Metadata) XXX_DiscardUnknown() { + xxx_messageInfo_Metadata.DiscardUnknown(m) +} + +var xxx_messageInfo_Metadata proto.InternalMessageInfo func (m *Metadata) GetBundleIdentifier() string { if m != nil { @@ -1919,14 +2653,45 @@ func (m *Metadata) GetTitle() string { } type BundleInfo struct { - BundleIdentifier string `protobuf:"bytes,1,opt,name=bundle_identifier,json=bundleIdentifier,proto3" json:"bundle_identifier,omitempty"` - BundleVersion string `protobuf:"bytes,2,opt,name=bundle_version,json=bundleVersion,proto3" json:"bundle_version,omitempty"` + BundleIdentifier string `protobuf:"bytes,1,opt,name=bundle_identifier,json=bundleIdentifier,proto3" json:"bundle_identifier,omitempty"` + BundleVersion string `protobuf:"bytes,2,opt,name=bundle_version,json=bundleVersion,proto3" json:"bundle_version,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *BundleInfo) Reset() { *m = BundleInfo{} } -func (m *BundleInfo) String() string { return proto.CompactTextString(m) } -func (*BundleInfo) ProtoMessage() {} -func (*BundleInfo) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{25} } +func (m *BundleInfo) Reset() { *m = BundleInfo{} } +func (m *BundleInfo) String() string { return proto.CompactTextString(m) } +func (*BundleInfo) ProtoMessage() {} +func (*BundleInfo) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{25} +} +func (m *BundleInfo) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *BundleInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_BundleInfo.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *BundleInfo) XXX_Merge(src proto.Message) { + xxx_messageInfo_BundleInfo.Merge(m, src) +} +func (m *BundleInfo) XXX_Size() int { + return m.Size() +} +func (m *BundleInfo) XXX_DiscardUnknown() { + xxx_messageInfo_BundleInfo.DiscardUnknown(m) +} + +var xxx_messageInfo_BundleInfo proto.InternalMessageInfo func (m *BundleInfo) GetBundleIdentifier() string { if m != nil { @@ -1943,14 +2708,45 @@ func (m *BundleInfo) GetBundleVersion() string { } type ApplyRedemptionCode struct { - Identifier string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"` - RedemptionCode string `protobuf:"bytes,2,opt,name=redemption_code,json=redemptionCode,proto3" json:"redemption_code,omitempty"` + Identifier string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"` + RedemptionCode string `protobuf:"bytes,2,opt,name=redemption_code,json=redemptionCode,proto3" json:"redemption_code,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *ApplyRedemptionCode) Reset() { *m = ApplyRedemptionCode{} } -func (m *ApplyRedemptionCode) String() string { return proto.CompactTextString(m) } -func (*ApplyRedemptionCode) ProtoMessage() {} -func (*ApplyRedemptionCode) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{26} } +func (m *ApplyRedemptionCode) Reset() { *m = ApplyRedemptionCode{} } +func (m *ApplyRedemptionCode) String() string { return proto.CompactTextString(m) } +func (*ApplyRedemptionCode) ProtoMessage() {} +func (*ApplyRedemptionCode) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{26} +} +func (m *ApplyRedemptionCode) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *ApplyRedemptionCode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_ApplyRedemptionCode.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *ApplyRedemptionCode) XXX_Merge(src proto.Message) { + xxx_messageInfo_ApplyRedemptionCode.Merge(m, src) +} +func (m *ApplyRedemptionCode) XXX_Size() int { + return m.Size() +} +func (m *ApplyRedemptionCode) XXX_DiscardUnknown() { + xxx_messageInfo_ApplyRedemptionCode.DiscardUnknown(m) +} + +var xxx_messageInfo_ApplyRedemptionCode proto.InternalMessageInfo func (m *ApplyRedemptionCode) GetIdentifier() string { if m != nil { @@ -1967,13 +2763,44 @@ func (m *ApplyRedemptionCode) GetRedemptionCode() string { } type ManagedApplicationList struct { - Identifiers []string `protobuf:"bytes,1,rep,name=identifiers" json:"identifiers,omitempty"` + Identifiers []string `protobuf:"bytes,1,rep,name=identifiers,proto3" json:"identifiers,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *ManagedApplicationList) Reset() { *m = ManagedApplicationList{} } -func (m *ManagedApplicationList) String() string { return proto.CompactTextString(m) } -func (*ManagedApplicationList) ProtoMessage() {} -func (*ManagedApplicationList) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{27} } +func (m *ManagedApplicationList) Reset() { *m = ManagedApplicationList{} } +func (m *ManagedApplicationList) String() string { return proto.CompactTextString(m) } +func (*ManagedApplicationList) ProtoMessage() {} +func (*ManagedApplicationList) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{27} +} +func (m *ManagedApplicationList) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *ManagedApplicationList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_ManagedApplicationList.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *ManagedApplicationList) XXX_Merge(src proto.Message) { + xxx_messageInfo_ManagedApplicationList.Merge(m, src) +} +func (m *ManagedApplicationList) XXX_Size() int { + return m.Size() +} +func (m *ManagedApplicationList) XXX_DiscardUnknown() { + xxx_messageInfo_ManagedApplicationList.DiscardUnknown(m) +} + +var xxx_messageInfo_ManagedApplicationList proto.InternalMessageInfo func (m *ManagedApplicationList) GetIdentifiers() []string { if m != nil { @@ -1983,13 +2810,44 @@ func (m *ManagedApplicationList) GetIdentifiers() []string { } type RemoveApplication struct { - Identifier string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"` + Identifier string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *RemoveApplication) Reset() { *m = RemoveApplication{} } -func (m *RemoveApplication) String() string { return proto.CompactTextString(m) } -func (*RemoveApplication) ProtoMessage() {} -func (*RemoveApplication) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{28} } +func (m *RemoveApplication) Reset() { *m = RemoveApplication{} } +func (m *RemoveApplication) String() string { return proto.CompactTextString(m) } +func (*RemoveApplication) ProtoMessage() {} +func (*RemoveApplication) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{28} +} +func (m *RemoveApplication) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *RemoveApplication) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_RemoveApplication.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *RemoveApplication) XXX_Merge(src proto.Message) { + xxx_messageInfo_RemoveApplication.Merge(m, src) +} +func (m *RemoveApplication) XXX_Size() int { + return m.Size() +} +func (m *RemoveApplication) XXX_DiscardUnknown() { + xxx_messageInfo_RemoveApplication.DiscardUnknown(m) +} + +var xxx_messageInfo_RemoveApplication proto.InternalMessageInfo func (m *RemoveApplication) GetIdentifier() string { if m != nil { @@ -1999,14 +2857,45 @@ func (m *RemoveApplication) GetIdentifier() string { } type InviteToProgram struct { - ProgramId string `protobuf:"bytes,1,opt,name=program_id,json=programId,proto3" json:"program_id,omitempty"` - InvitationUrl string `protobuf:"bytes,2,opt,name=invitation_url,json=invitationUrl,proto3" json:"invitation_url,omitempty"` + ProgramId string `protobuf:"bytes,1,opt,name=program_id,json=programId,proto3" json:"program_id,omitempty"` + InvitationUrl string `protobuf:"bytes,2,opt,name=invitation_url,json=invitationUrl,proto3" json:"invitation_url,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *InviteToProgram) Reset() { *m = InviteToProgram{} } -func (m *InviteToProgram) String() string { return proto.CompactTextString(m) } -func (*InviteToProgram) ProtoMessage() {} -func (*InviteToProgram) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{29} } +func (m *InviteToProgram) Reset() { *m = InviteToProgram{} } +func (m *InviteToProgram) String() string { return proto.CompactTextString(m) } +func (*InviteToProgram) ProtoMessage() {} +func (*InviteToProgram) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{29} +} +func (m *InviteToProgram) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *InviteToProgram) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_InviteToProgram.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *InviteToProgram) XXX_Merge(src proto.Message) { + xxx_messageInfo_InviteToProgram.Merge(m, src) +} +func (m *InviteToProgram) XXX_Size() int { + return m.Size() +} +func (m *InviteToProgram) XXX_DiscardUnknown() { + xxx_messageInfo_InviteToProgram.DiscardUnknown(m) +} + +var xxx_messageInfo_InviteToProgram proto.InternalMessageInfo func (m *InviteToProgram) GetProgramId() string { if m != nil { @@ -2023,13 +2912,44 @@ func (m *InviteToProgram) GetInvitationUrl() string { } type ValidateApplications struct { - Identifiers []string `protobuf:"bytes,1,rep,name=identifiers" json:"identifiers,omitempty"` + Identifiers []string `protobuf:"bytes,1,rep,name=identifiers,proto3" json:"identifiers,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *ValidateApplications) Reset() { *m = ValidateApplications{} } -func (m *ValidateApplications) String() string { return proto.CompactTextString(m) } -func (*ValidateApplications) ProtoMessage() {} -func (*ValidateApplications) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{30} } +func (m *ValidateApplications) Reset() { *m = ValidateApplications{} } +func (m *ValidateApplications) String() string { return proto.CompactTextString(m) } +func (*ValidateApplications) ProtoMessage() {} +func (*ValidateApplications) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{30} +} +func (m *ValidateApplications) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *ValidateApplications) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_ValidateApplications.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *ValidateApplications) XXX_Merge(src proto.Message) { + xxx_messageInfo_ValidateApplications.Merge(m, src) +} +func (m *ValidateApplications) XXX_Size() int { + return m.Size() +} +func (m *ValidateApplications) XXX_DiscardUnknown() { + xxx_messageInfo_ValidateApplications.DiscardUnknown(m) +} + +var xxx_messageInfo_ValidateApplications proto.InternalMessageInfo func (m *ValidateApplications) GetIdentifiers() []string { if m != nil { @@ -2041,13 +2961,44 @@ func (m *ValidateApplications) GetIdentifiers() []string { type AccountConfiguration struct { SkipPrimarySetupAccountCreation bool `protobuf:"varint,1,opt,name=skip_primary_setup_account_creation,json=skipPrimarySetupAccountCreation,proto3" json:"skip_primary_setup_account_creation,omitempty"` SetPrimarySetupAccountAsRegularUser bool `protobuf:"varint,2,opt,name=set_primary_setup_account_as_regular_user,json=setPrimarySetupAccountAsRegularUser,proto3" json:"set_primary_setup_account_as_regular_user,omitempty"` - AutoSetupAdminAccounts []*AutoSetupAdminAccounts `protobuf:"bytes,3,rep,name=auto_setup_admin_accounts,json=autoSetupAdminAccounts" json:"auto_setup_admin_accounts,omitempty"` + AutoSetupAdminAccounts []*AutoSetupAdminAccounts `protobuf:"bytes,3,rep,name=auto_setup_admin_accounts,json=autoSetupAdminAccounts,proto3" json:"auto_setup_admin_accounts,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *AccountConfiguration) Reset() { *m = AccountConfiguration{} } -func (m *AccountConfiguration) String() string { return proto.CompactTextString(m) } -func (*AccountConfiguration) ProtoMessage() {} -func (*AccountConfiguration) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{31} } +func (m *AccountConfiguration) Reset() { *m = AccountConfiguration{} } +func (m *AccountConfiguration) String() string { return proto.CompactTextString(m) } +func (*AccountConfiguration) ProtoMessage() {} +func (*AccountConfiguration) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{31} +} +func (m *AccountConfiguration) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *AccountConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_AccountConfiguration.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *AccountConfiguration) XXX_Merge(src proto.Message) { + xxx_messageInfo_AccountConfiguration.Merge(m, src) +} +func (m *AccountConfiguration) XXX_Size() int { + return m.Size() +} +func (m *AccountConfiguration) XXX_DiscardUnknown() { + xxx_messageInfo_AccountConfiguration.DiscardUnknown(m) +} + +var xxx_messageInfo_AccountConfiguration proto.InternalMessageInfo func (m *AccountConfiguration) GetSkipPrimarySetupAccountCreation() bool { if m != nil { @@ -2071,16 +3022,47 @@ func (m *AccountConfiguration) GetAutoSetupAdminAccounts() []*AutoSetupAdminAcco } type AutoSetupAdminAccounts struct { - ShortName string `protobuf:"bytes,1,opt,name=short_name,json=shortName,proto3" json:"short_name,omitempty"` - FullName string `protobuf:"bytes,2,opt,name=full_name,json=fullName,proto3" json:"full_name,omitempty"` - PasswordHash []byte `protobuf:"bytes,3,opt,name=password_hash,json=passwordHash,proto3" json:"password_hash,omitempty"` - Hidden bool `protobuf:"varint,4,opt,name=hidden,proto3" json:"hidden,omitempty"` + ShortName string `protobuf:"bytes,1,opt,name=short_name,json=shortName,proto3" json:"short_name,omitempty"` + FullName string `protobuf:"bytes,2,opt,name=full_name,json=fullName,proto3" json:"full_name,omitempty"` + PasswordHash []byte `protobuf:"bytes,3,opt,name=password_hash,json=passwordHash,proto3" json:"password_hash,omitempty"` + Hidden bool `protobuf:"varint,4,opt,name=hidden,proto3" json:"hidden,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *AutoSetupAdminAccounts) Reset() { *m = AutoSetupAdminAccounts{} } -func (m *AutoSetupAdminAccounts) String() string { return proto.CompactTextString(m) } -func (*AutoSetupAdminAccounts) ProtoMessage() {} -func (*AutoSetupAdminAccounts) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{32} } +func (m *AutoSetupAdminAccounts) Reset() { *m = AutoSetupAdminAccounts{} } +func (m *AutoSetupAdminAccounts) String() string { return proto.CompactTextString(m) } +func (*AutoSetupAdminAccounts) ProtoMessage() {} +func (*AutoSetupAdminAccounts) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{32} +} +func (m *AutoSetupAdminAccounts) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *AutoSetupAdminAccounts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_AutoSetupAdminAccounts.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *AutoSetupAdminAccounts) XXX_Merge(src proto.Message) { + xxx_messageInfo_AutoSetupAdminAccounts.Merge(m, src) +} +func (m *AutoSetupAdminAccounts) XXX_Size() int { + return m.Size() +} +func (m *AutoSetupAdminAccounts) XXX_DiscardUnknown() { + xxx_messageInfo_AutoSetupAdminAccounts.DiscardUnknown(m) +} + +var xxx_messageInfo_AutoSetupAdminAccounts proto.InternalMessageInfo func (m *AutoSetupAdminAccounts) GetShortName() string { if m != nil { @@ -2111,15 +3093,46 @@ func (m *AutoSetupAdminAccounts) GetHidden() bool { } type InstallMedia struct { - ItunesStoreId int64 `protobuf:"varint,1,opt,name=itunes_store_id,json=itunesStoreId,proto3" json:"itunes_store_id,omitempty"` - MediaUrl string `protobuf:"bytes,2,opt,name=media_url,json=mediaUrl,proto3" json:"media_url,omitempty"` - MediaType string `protobuf:"bytes,3,opt,name=media_type,json=mediaType,proto3" json:"media_type,omitempty"` + ItunesStoreId int64 `protobuf:"varint,1,opt,name=itunes_store_id,json=itunesStoreId,proto3" json:"itunes_store_id,omitempty"` + MediaUrl string `protobuf:"bytes,2,opt,name=media_url,json=mediaUrl,proto3" json:"media_url,omitempty"` + MediaType string `protobuf:"bytes,3,opt,name=media_type,json=mediaType,proto3" json:"media_type,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *InstallMedia) Reset() { *m = InstallMedia{} } -func (m *InstallMedia) String() string { return proto.CompactTextString(m) } -func (*InstallMedia) ProtoMessage() {} -func (*InstallMedia) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{33} } +func (m *InstallMedia) Reset() { *m = InstallMedia{} } +func (m *InstallMedia) String() string { return proto.CompactTextString(m) } +func (*InstallMedia) ProtoMessage() {} +func (*InstallMedia) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{33} +} +func (m *InstallMedia) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *InstallMedia) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_InstallMedia.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *InstallMedia) XXX_Merge(src proto.Message) { + xxx_messageInfo_InstallMedia.Merge(m, src) +} +func (m *InstallMedia) XXX_Size() int { + return m.Size() +} +func (m *InstallMedia) XXX_DiscardUnknown() { + xxx_messageInfo_InstallMedia.DiscardUnknown(m) +} + +var xxx_messageInfo_InstallMedia proto.InternalMessageInfo func (m *InstallMedia) GetItunesStoreId() int64 { if m != nil { @@ -2143,15 +3156,46 @@ func (m *InstallMedia) GetMediaType() string { } type RemoveMedia struct { - MediaType string `protobuf:"bytes,1,opt,name=media_type,json=mediaType,proto3" json:"media_type,omitempty"` - ItunesStoreId int64 `protobuf:"varint,2,opt,name=itunes_store_id,json=itunesStoreId,proto3" json:"itunes_store_id,omitempty"` - PersistentId string `protobuf:"bytes,3,opt,name=persistent_id,json=persistentId,proto3" json:"persistent_id,omitempty"` + MediaType string `protobuf:"bytes,1,opt,name=media_type,json=mediaType,proto3" json:"media_type,omitempty"` + ItunesStoreId int64 `protobuf:"varint,2,opt,name=itunes_store_id,json=itunesStoreId,proto3" json:"itunes_store_id,omitempty"` + PersistentId string `protobuf:"bytes,3,opt,name=persistent_id,json=persistentId,proto3" json:"persistent_id,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *RemoveMedia) Reset() { *m = RemoveMedia{} } -func (m *RemoveMedia) String() string { return proto.CompactTextString(m) } -func (*RemoveMedia) ProtoMessage() {} -func (*RemoveMedia) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{34} } +func (m *RemoveMedia) Reset() { *m = RemoveMedia{} } +func (m *RemoveMedia) String() string { return proto.CompactTextString(m) } +func (*RemoveMedia) ProtoMessage() {} +func (*RemoveMedia) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{34} +} +func (m *RemoveMedia) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *RemoveMedia) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_RemoveMedia.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *RemoveMedia) XXX_Merge(src proto.Message) { + xxx_messageInfo_RemoveMedia.Merge(m, src) +} +func (m *RemoveMedia) XXX_Size() int { + return m.Size() +} +func (m *RemoveMedia) XXX_DiscardUnknown() { + xxx_messageInfo_RemoveMedia.DiscardUnknown(m) +} + +var xxx_messageInfo_RemoveMedia proto.InternalMessageInfo func (m *RemoveMedia) GetMediaType() string { if m != nil { @@ -2175,13 +3219,44 @@ func (m *RemoveMedia) GetPersistentId() string { } type Settings struct { - Settings []*Setting `protobuf:"bytes,1,rep,name=settings" json:"settings,omitempty"` + Settings []*Setting `protobuf:"bytes,1,rep,name=settings,proto3" json:"settings,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *Settings) Reset() { *m = Settings{} } -func (m *Settings) String() string { return proto.CompactTextString(m) } -func (*Settings) ProtoMessage() {} -func (*Settings) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{35} } +func (m *Settings) Reset() { *m = Settings{} } +func (m *Settings) String() string { return proto.CompactTextString(m) } +func (*Settings) ProtoMessage() {} +func (*Settings) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{35} +} +func (m *Settings) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *Settings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_Settings.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *Settings) XXX_Merge(src proto.Message) { + xxx_messageInfo_Settings.Merge(m, src) +} +func (m *Settings) XXX_Size() int { + return m.Size() +} +func (m *Settings) XXX_DiscardUnknown() { + xxx_messageInfo_Settings.DiscardUnknown(m) +} + +var xxx_messageInfo_Settings proto.InternalMessageInfo func (m *Settings) GetSettings() []*Setting { if m != nil { @@ -2192,26 +3267,57 @@ func (m *Settings) GetSettings() []*Setting { type Setting struct { Item string `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"` - DeviceName *DeviceNameSetting `protobuf:"bytes,2,opt,name=device_name,json=deviceName" json:"device_name,omitempty"` - Hostname *HostnameSetting `protobuf:"bytes,3,opt,name=hostname" json:"hostname,omitempty"` - VoiceRoaming *VoiceRoamingSetting `protobuf:"bytes,4,opt,name=voice_roaming,json=voiceRoaming" json:"voice_roaming,omitempty"` - PersonalHotspot *PersonalHotspotSetting `protobuf:"bytes,5,opt,name=personal_hotspot,json=personalHotspot" json:"personal_hotspot,omitempty"` - Wallpaper *WallpaperSetting `protobuf:"bytes,6,opt,name=wallpaper" json:"wallpaper,omitempty"` - DataRoaming *DataRoamingSetting `protobuf:"bytes,7,opt,name=data_roaming,json=dataRoaming" json:"data_roaming,omitempty"` - Bluetooth *BluetoothSetting `protobuf:"bytes,8,opt,name=bluetooth" json:"bluetooth,omitempty"` - ApplicationAttributes *ApplicationAttributesSetting `protobuf:"bytes,9,opt,name=application_attributes,json=applicationAttributes" json:"application_attributes,omitempty"` - MdmOptions *MDMOptionsSetting `protobuf:"bytes,10,opt,name=mdm_options,json=mdmOptions" json:"mdm_options,omitempty"` - PasscodeLockGracePeriod *PasscodeLockGracePeriodSetting `protobuf:"bytes,11,opt,name=passcode_lock_grace_period,json=passcodeLockGracePeriod" json:"passcode_lock_grace_period,omitempty"` - MaximumResidentUsers *MaximumResidentUsersSetting `protobuf:"bytes,12,opt,name=maximum_resident_users,json=maximumResidentUsers" json:"maximum_resident_users,omitempty"` - DiagnosticSubmission *DiagnosticSubmissionSetting `protobuf:"bytes,13,opt,name=diagnostic_submission,json=diagnosticSubmission" json:"diagnostic_submission,omitempty"` - AppAnalytics *AppAnalyticsSetting `protobuf:"bytes,14,opt,name=app_analytics,json=appAnalytics" json:"app_analytics,omitempty"` - ApplicationConfiguration *ApplicationConfigurationSetting `protobuf:"bytes,15,opt,name=application_configuration,json=applicationConfiguration" json:"application_configuration,omitempty"` + DeviceName *DeviceNameSetting `protobuf:"bytes,2,opt,name=device_name,json=deviceName,proto3" json:"device_name,omitempty"` + Hostname *HostnameSetting `protobuf:"bytes,3,opt,name=hostname,proto3" json:"hostname,omitempty"` + VoiceRoaming *VoiceRoamingSetting `protobuf:"bytes,4,opt,name=voice_roaming,json=voiceRoaming,proto3" json:"voice_roaming,omitempty"` + PersonalHotspot *PersonalHotspotSetting `protobuf:"bytes,5,opt,name=personal_hotspot,json=personalHotspot,proto3" json:"personal_hotspot,omitempty"` + Wallpaper *WallpaperSetting `protobuf:"bytes,6,opt,name=wallpaper,proto3" json:"wallpaper,omitempty"` + DataRoaming *DataRoamingSetting `protobuf:"bytes,7,opt,name=data_roaming,json=dataRoaming,proto3" json:"data_roaming,omitempty"` + Bluetooth *BluetoothSetting `protobuf:"bytes,8,opt,name=bluetooth,proto3" json:"bluetooth,omitempty"` + ApplicationAttributes *ApplicationAttributesSetting `protobuf:"bytes,9,opt,name=application_attributes,json=applicationAttributes,proto3" json:"application_attributes,omitempty"` + MdmOptions *MDMOptionsSetting `protobuf:"bytes,10,opt,name=mdm_options,json=mdmOptions,proto3" json:"mdm_options,omitempty"` + PasscodeLockGracePeriod *PasscodeLockGracePeriodSetting `protobuf:"bytes,11,opt,name=passcode_lock_grace_period,json=passcodeLockGracePeriod,proto3" json:"passcode_lock_grace_period,omitempty"` + MaximumResidentUsers *MaximumResidentUsersSetting `protobuf:"bytes,12,opt,name=maximum_resident_users,json=maximumResidentUsers,proto3" json:"maximum_resident_users,omitempty"` + DiagnosticSubmission *DiagnosticSubmissionSetting `protobuf:"bytes,13,opt,name=diagnostic_submission,json=diagnosticSubmission,proto3" json:"diagnostic_submission,omitempty"` + AppAnalytics *AppAnalyticsSetting `protobuf:"bytes,14,opt,name=app_analytics,json=appAnalytics,proto3" json:"app_analytics,omitempty"` + ApplicationConfiguration *ApplicationConfigurationSetting `protobuf:"bytes,15,opt,name=application_configuration,json=applicationConfiguration,proto3" json:"application_configuration,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *Setting) Reset() { *m = Setting{} } -func (m *Setting) String() string { return proto.CompactTextString(m) } -func (*Setting) ProtoMessage() {} -func (*Setting) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{36} } +func (m *Setting) Reset() { *m = Setting{} } +func (m *Setting) String() string { return proto.CompactTextString(m) } +func (*Setting) ProtoMessage() {} +func (*Setting) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{36} +} +func (m *Setting) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *Setting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_Setting.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *Setting) XXX_Merge(src proto.Message) { + xxx_messageInfo_Setting.Merge(m, src) +} +func (m *Setting) XXX_Size() int { + return m.Size() +} +func (m *Setting) XXX_DiscardUnknown() { + xxx_messageInfo_Setting.DiscardUnknown(m) +} + +var xxx_messageInfo_Setting proto.InternalMessageInfo func (m *Setting) GetItem() string { if m != nil { @@ -2319,13 +3425,44 @@ func (m *Setting) GetApplicationConfiguration() *ApplicationConfigurationSetting } type VoiceRoamingSetting struct { - Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` + Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *VoiceRoamingSetting) Reset() { *m = VoiceRoamingSetting{} } -func (m *VoiceRoamingSetting) String() string { return proto.CompactTextString(m) } -func (*VoiceRoamingSetting) ProtoMessage() {} -func (*VoiceRoamingSetting) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{37} } +func (m *VoiceRoamingSetting) Reset() { *m = VoiceRoamingSetting{} } +func (m *VoiceRoamingSetting) String() string { return proto.CompactTextString(m) } +func (*VoiceRoamingSetting) ProtoMessage() {} +func (*VoiceRoamingSetting) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{37} +} +func (m *VoiceRoamingSetting) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *VoiceRoamingSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_VoiceRoamingSetting.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *VoiceRoamingSetting) XXX_Merge(src proto.Message) { + xxx_messageInfo_VoiceRoamingSetting.Merge(m, src) +} +func (m *VoiceRoamingSetting) XXX_Size() int { + return m.Size() +} +func (m *VoiceRoamingSetting) XXX_DiscardUnknown() { + xxx_messageInfo_VoiceRoamingSetting.DiscardUnknown(m) +} + +var xxx_messageInfo_VoiceRoamingSetting proto.InternalMessageInfo func (m *VoiceRoamingSetting) GetEnabled() bool { if m != nil { @@ -2335,13 +3472,44 @@ func (m *VoiceRoamingSetting) GetEnabled() bool { } type PersonalHotspotSetting struct { - Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` + Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *PersonalHotspotSetting) Reset() { *m = PersonalHotspotSetting{} } -func (m *PersonalHotspotSetting) String() string { return proto.CompactTextString(m) } -func (*PersonalHotspotSetting) ProtoMessage() {} -func (*PersonalHotspotSetting) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{38} } +func (m *PersonalHotspotSetting) Reset() { *m = PersonalHotspotSetting{} } +func (m *PersonalHotspotSetting) String() string { return proto.CompactTextString(m) } +func (*PersonalHotspotSetting) ProtoMessage() {} +func (*PersonalHotspotSetting) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{38} +} +func (m *PersonalHotspotSetting) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *PersonalHotspotSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_PersonalHotspotSetting.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *PersonalHotspotSetting) XXX_Merge(src proto.Message) { + xxx_messageInfo_PersonalHotspotSetting.Merge(m, src) +} +func (m *PersonalHotspotSetting) XXX_Size() int { + return m.Size() +} +func (m *PersonalHotspotSetting) XXX_DiscardUnknown() { + xxx_messageInfo_PersonalHotspotSetting.DiscardUnknown(m) +} + +var xxx_messageInfo_PersonalHotspotSetting proto.InternalMessageInfo func (m *PersonalHotspotSetting) GetEnabled() bool { if m != nil { @@ -2351,14 +3519,45 @@ func (m *PersonalHotspotSetting) GetEnabled() bool { } type WallpaperSetting struct { - Image []byte `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"` - Where int64 `protobuf:"varint,2,opt,name=where,proto3" json:"where,omitempty"` + Image []byte `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"` + Where int64 `protobuf:"varint,2,opt,name=where,proto3" json:"where,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *WallpaperSetting) Reset() { *m = WallpaperSetting{} } -func (m *WallpaperSetting) String() string { return proto.CompactTextString(m) } -func (*WallpaperSetting) ProtoMessage() {} -func (*WallpaperSetting) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{39} } +func (m *WallpaperSetting) Reset() { *m = WallpaperSetting{} } +func (m *WallpaperSetting) String() string { return proto.CompactTextString(m) } +func (*WallpaperSetting) ProtoMessage() {} +func (*WallpaperSetting) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{39} +} +func (m *WallpaperSetting) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *WallpaperSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_WallpaperSetting.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *WallpaperSetting) XXX_Merge(src proto.Message) { + xxx_messageInfo_WallpaperSetting.Merge(m, src) +} +func (m *WallpaperSetting) XXX_Size() int { + return m.Size() +} +func (m *WallpaperSetting) XXX_DiscardUnknown() { + xxx_messageInfo_WallpaperSetting.DiscardUnknown(m) +} + +var xxx_messageInfo_WallpaperSetting proto.InternalMessageInfo func (m *WallpaperSetting) GetImage() []byte { if m != nil { @@ -2375,13 +3574,44 @@ func (m *WallpaperSetting) GetWhere() int64 { } type DataRoamingSetting struct { - Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` + Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *DataRoamingSetting) Reset() { *m = DataRoamingSetting{} } -func (m *DataRoamingSetting) String() string { return proto.CompactTextString(m) } -func (*DataRoamingSetting) ProtoMessage() {} -func (*DataRoamingSetting) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{40} } +func (m *DataRoamingSetting) Reset() { *m = DataRoamingSetting{} } +func (m *DataRoamingSetting) String() string { return proto.CompactTextString(m) } +func (*DataRoamingSetting) ProtoMessage() {} +func (*DataRoamingSetting) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{40} +} +func (m *DataRoamingSetting) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *DataRoamingSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_DataRoamingSetting.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *DataRoamingSetting) XXX_Merge(src proto.Message) { + xxx_messageInfo_DataRoamingSetting.Merge(m, src) +} +func (m *DataRoamingSetting) XXX_Size() int { + return m.Size() +} +func (m *DataRoamingSetting) XXX_DiscardUnknown() { + xxx_messageInfo_DataRoamingSetting.DiscardUnknown(m) +} + +var xxx_messageInfo_DataRoamingSetting proto.InternalMessageInfo func (m *DataRoamingSetting) GetEnabled() bool { if m != nil { @@ -2391,13 +3621,44 @@ func (m *DataRoamingSetting) GetEnabled() bool { } type BluetoothSetting struct { - Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` + Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *BluetoothSetting) Reset() { *m = BluetoothSetting{} } -func (m *BluetoothSetting) String() string { return proto.CompactTextString(m) } -func (*BluetoothSetting) ProtoMessage() {} -func (*BluetoothSetting) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{41} } +func (m *BluetoothSetting) Reset() { *m = BluetoothSetting{} } +func (m *BluetoothSetting) String() string { return proto.CompactTextString(m) } +func (*BluetoothSetting) ProtoMessage() {} +func (*BluetoothSetting) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{41} +} +func (m *BluetoothSetting) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *BluetoothSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_BluetoothSetting.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *BluetoothSetting) XXX_Merge(src proto.Message) { + xxx_messageInfo_BluetoothSetting.Merge(m, src) +} +func (m *BluetoothSetting) XXX_Size() int { + return m.Size() +} +func (m *BluetoothSetting) XXX_DiscardUnknown() { + xxx_messageInfo_BluetoothSetting.DiscardUnknown(m) +} + +var xxx_messageInfo_BluetoothSetting proto.InternalMessageInfo func (m *BluetoothSetting) GetEnabled() bool { if m != nil { @@ -2408,13 +3669,44 @@ func (m *BluetoothSetting) GetEnabled() bool { type ApplicationAttributesSetting struct { Identifier string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"` - ApplicationAttributes *ApplicationAttributes `protobuf:"bytes,2,opt,name=application_attributes,json=applicationAttributes" json:"application_attributes,omitempty"` + ApplicationAttributes *ApplicationAttributes `protobuf:"bytes,2,opt,name=application_attributes,json=applicationAttributes,proto3" json:"application_attributes,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *ApplicationAttributesSetting) Reset() { *m = ApplicationAttributesSetting{} } -func (m *ApplicationAttributesSetting) String() string { return proto.CompactTextString(m) } -func (*ApplicationAttributesSetting) ProtoMessage() {} -func (*ApplicationAttributesSetting) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{42} } +func (m *ApplicationAttributesSetting) Reset() { *m = ApplicationAttributesSetting{} } +func (m *ApplicationAttributesSetting) String() string { return proto.CompactTextString(m) } +func (*ApplicationAttributesSetting) ProtoMessage() {} +func (*ApplicationAttributesSetting) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{42} +} +func (m *ApplicationAttributesSetting) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *ApplicationAttributesSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_ApplicationAttributesSetting.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *ApplicationAttributesSetting) XXX_Merge(src proto.Message) { + xxx_messageInfo_ApplicationAttributesSetting.Merge(m, src) +} +func (m *ApplicationAttributesSetting) XXX_Size() int { + return m.Size() +} +func (m *ApplicationAttributesSetting) XXX_DiscardUnknown() { + xxx_messageInfo_ApplicationAttributesSetting.DiscardUnknown(m) +} + +var xxx_messageInfo_ApplicationAttributesSetting proto.InternalMessageInfo func (m *ApplicationAttributesSetting) GetIdentifier() string { if m != nil { @@ -2431,16 +3723,45 @@ func (m *ApplicationAttributesSetting) GetApplicationAttributes() *ApplicationAt } type ApplicationConfigurationSetting struct { - Identifier string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"` - ConfigurationDictionaryData []byte `protobuf:"bytes,2,opt,name=configuration_dictionary_data,json=configurationDictionaryData,proto3" json:"configuration_dictionary_data,omitempty"` + Identifier string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"` + ConfigurationDictionaryData []byte `protobuf:"bytes,2,opt,name=configuration_dictionary_data,json=configurationDictionaryData,proto3" json:"configuration_dictionary_data,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *ApplicationConfigurationSetting) Reset() { *m = ApplicationConfigurationSetting{} } func (m *ApplicationConfigurationSetting) String() string { return proto.CompactTextString(m) } func (*ApplicationConfigurationSetting) ProtoMessage() {} func (*ApplicationConfigurationSetting) Descriptor() ([]byte, []int) { - return fileDescriptorMdm, []int{43} + return fileDescriptor_fd1fa389f704dbf7, []int{43} } +func (m *ApplicationConfigurationSetting) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *ApplicationConfigurationSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_ApplicationConfigurationSetting.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *ApplicationConfigurationSetting) XXX_Merge(src proto.Message) { + xxx_messageInfo_ApplicationConfigurationSetting.Merge(m, src) +} +func (m *ApplicationConfigurationSetting) XXX_Size() int { + return m.Size() +} +func (m *ApplicationConfigurationSetting) XXX_DiscardUnknown() { + xxx_messageInfo_ApplicationConfigurationSetting.DiscardUnknown(m) +} + +var xxx_messageInfo_ApplicationConfigurationSetting proto.InternalMessageInfo func (m *ApplicationConfigurationSetting) GetIdentifier() string { if m != nil { @@ -2457,13 +3778,44 @@ func (m *ApplicationConfigurationSetting) GetConfigurationDictionaryData() []byt } type ApplicationAttributes struct { - VpnUuid string `protobuf:"bytes,1,opt,name=vpn_uuid,json=vpnUuid,proto3" json:"vpn_uuid,omitempty"` + VpnUuid string `protobuf:"bytes,1,opt,name=vpn_uuid,json=vpnUuid,proto3" json:"vpn_uuid,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *ApplicationAttributes) Reset() { *m = ApplicationAttributes{} } -func (m *ApplicationAttributes) String() string { return proto.CompactTextString(m) } -func (*ApplicationAttributes) ProtoMessage() {} -func (*ApplicationAttributes) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{44} } +func (m *ApplicationAttributes) Reset() { *m = ApplicationAttributes{} } +func (m *ApplicationAttributes) String() string { return proto.CompactTextString(m) } +func (*ApplicationAttributes) ProtoMessage() {} +func (*ApplicationAttributes) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{44} +} +func (m *ApplicationAttributes) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *ApplicationAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_ApplicationAttributes.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *ApplicationAttributes) XXX_Merge(src proto.Message) { + xxx_messageInfo_ApplicationAttributes.Merge(m, src) +} +func (m *ApplicationAttributes) XXX_Size() int { + return m.Size() +} +func (m *ApplicationAttributes) XXX_DiscardUnknown() { + xxx_messageInfo_ApplicationAttributes.DiscardUnknown(m) +} + +var xxx_messageInfo_ApplicationAttributes proto.InternalMessageInfo func (m *ApplicationAttributes) GetVpnUuid() string { if m != nil { @@ -2473,13 +3825,44 @@ func (m *ApplicationAttributes) GetVpnUuid() string { } type DeviceNameSetting struct { - DeviceName string `protobuf:"bytes,1,opt,name=device_name,json=deviceName,proto3" json:"device_name,omitempty"` + DeviceName string `protobuf:"bytes,1,opt,name=device_name,json=deviceName,proto3" json:"device_name,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *DeviceNameSetting) Reset() { *m = DeviceNameSetting{} } -func (m *DeviceNameSetting) String() string { return proto.CompactTextString(m) } -func (*DeviceNameSetting) ProtoMessage() {} -func (*DeviceNameSetting) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{45} } +func (m *DeviceNameSetting) Reset() { *m = DeviceNameSetting{} } +func (m *DeviceNameSetting) String() string { return proto.CompactTextString(m) } +func (*DeviceNameSetting) ProtoMessage() {} +func (*DeviceNameSetting) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{45} +} +func (m *DeviceNameSetting) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *DeviceNameSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_DeviceNameSetting.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *DeviceNameSetting) XXX_Merge(src proto.Message) { + xxx_messageInfo_DeviceNameSetting.Merge(m, src) +} +func (m *DeviceNameSetting) XXX_Size() int { + return m.Size() +} +func (m *DeviceNameSetting) XXX_DiscardUnknown() { + xxx_messageInfo_DeviceNameSetting.DiscardUnknown(m) +} + +var xxx_messageInfo_DeviceNameSetting proto.InternalMessageInfo func (m *DeviceNameSetting) GetDeviceName() string { if m != nil { @@ -2489,13 +3872,44 @@ func (m *DeviceNameSetting) GetDeviceName() string { } type HostnameSetting struct { - Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"` + Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *HostnameSetting) Reset() { *m = HostnameSetting{} } -func (m *HostnameSetting) String() string { return proto.CompactTextString(m) } -func (*HostnameSetting) ProtoMessage() {} -func (*HostnameSetting) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{46} } +func (m *HostnameSetting) Reset() { *m = HostnameSetting{} } +func (m *HostnameSetting) String() string { return proto.CompactTextString(m) } +func (*HostnameSetting) ProtoMessage() {} +func (*HostnameSetting) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{46} +} +func (m *HostnameSetting) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *HostnameSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_HostnameSetting.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *HostnameSetting) XXX_Merge(src proto.Message) { + xxx_messageInfo_HostnameSetting.Merge(m, src) +} +func (m *HostnameSetting) XXX_Size() int { + return m.Size() +} +func (m *HostnameSetting) XXX_DiscardUnknown() { + xxx_messageInfo_HostnameSetting.DiscardUnknown(m) +} + +var xxx_messageInfo_HostnameSetting proto.InternalMessageInfo func (m *HostnameSetting) GetHostname() string { if m != nil { @@ -2505,13 +3919,44 @@ func (m *HostnameSetting) GetHostname() string { } type MDMOptionsSetting struct { - MdmOptions *MDMOptions `protobuf:"bytes,1,opt,name=mdm_options,json=mdmOptions" json:"mdm_options,omitempty"` + MdmOptions *MDMOptions `protobuf:"bytes,1,opt,name=mdm_options,json=mdmOptions,proto3" json:"mdm_options,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *MDMOptionsSetting) Reset() { *m = MDMOptionsSetting{} } -func (m *MDMOptionsSetting) String() string { return proto.CompactTextString(m) } -func (*MDMOptionsSetting) ProtoMessage() {} -func (*MDMOptionsSetting) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{47} } +func (m *MDMOptionsSetting) Reset() { *m = MDMOptionsSetting{} } +func (m *MDMOptionsSetting) String() string { return proto.CompactTextString(m) } +func (*MDMOptionsSetting) ProtoMessage() {} +func (*MDMOptionsSetting) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{47} +} +func (m *MDMOptionsSetting) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *MDMOptionsSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_MDMOptionsSetting.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *MDMOptionsSetting) XXX_Merge(src proto.Message) { + xxx_messageInfo_MDMOptionsSetting.Merge(m, src) +} +func (m *MDMOptionsSetting) XXX_Size() int { + return m.Size() +} +func (m *MDMOptionsSetting) XXX_DiscardUnknown() { + xxx_messageInfo_MDMOptionsSetting.DiscardUnknown(m) +} + +var xxx_messageInfo_MDMOptionsSetting proto.InternalMessageInfo func (m *MDMOptionsSetting) GetMdmOptions() *MDMOptions { if m != nil { @@ -2521,13 +3966,44 @@ func (m *MDMOptionsSetting) GetMdmOptions() *MDMOptions { } type MDMOptions struct { - ActivationLockAllowedWhileSupervised bool `protobuf:"varint,1,opt,name=activation_lock_allowed_while_supervised,json=activationLockAllowedWhileSupervised,proto3" json:"activation_lock_allowed_while_supervised,omitempty"` + ActivationLockAllowedWhileSupervised bool `protobuf:"varint,1,opt,name=activation_lock_allowed_while_supervised,json=activationLockAllowedWhileSupervised,proto3" json:"activation_lock_allowed_while_supervised,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *MDMOptions) Reset() { *m = MDMOptions{} } -func (m *MDMOptions) String() string { return proto.CompactTextString(m) } -func (*MDMOptions) ProtoMessage() {} -func (*MDMOptions) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{48} } +func (m *MDMOptions) Reset() { *m = MDMOptions{} } +func (m *MDMOptions) String() string { return proto.CompactTextString(m) } +func (*MDMOptions) ProtoMessage() {} +func (*MDMOptions) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{48} +} +func (m *MDMOptions) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *MDMOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_MDMOptions.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *MDMOptions) XXX_Merge(src proto.Message) { + xxx_messageInfo_MDMOptions.Merge(m, src) +} +func (m *MDMOptions) XXX_Size() int { + return m.Size() +} +func (m *MDMOptions) XXX_DiscardUnknown() { + xxx_messageInfo_MDMOptions.DiscardUnknown(m) +} + +var xxx_messageInfo_MDMOptions proto.InternalMessageInfo func (m *MDMOptions) GetActivationLockAllowedWhileSupervised() bool { if m != nil { @@ -2537,15 +4013,44 @@ func (m *MDMOptions) GetActivationLockAllowedWhileSupervised() bool { } type PasscodeLockGracePeriodSetting struct { - PasscodeLockGracePeriod int64 `protobuf:"varint,1,opt,name=passcode_lock_grace_period,json=passcodeLockGracePeriod,proto3" json:"passcode_lock_grace_period,omitempty"` + PasscodeLockGracePeriod int64 `protobuf:"varint,1,opt,name=passcode_lock_grace_period,json=passcodeLockGracePeriod,proto3" json:"passcode_lock_grace_period,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *PasscodeLockGracePeriodSetting) Reset() { *m = PasscodeLockGracePeriodSetting{} } func (m *PasscodeLockGracePeriodSetting) String() string { return proto.CompactTextString(m) } func (*PasscodeLockGracePeriodSetting) ProtoMessage() {} func (*PasscodeLockGracePeriodSetting) Descriptor() ([]byte, []int) { - return fileDescriptorMdm, []int{49} + return fileDescriptor_fd1fa389f704dbf7, []int{49} } +func (m *PasscodeLockGracePeriodSetting) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *PasscodeLockGracePeriodSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_PasscodeLockGracePeriodSetting.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *PasscodeLockGracePeriodSetting) XXX_Merge(src proto.Message) { + xxx_messageInfo_PasscodeLockGracePeriodSetting.Merge(m, src) +} +func (m *PasscodeLockGracePeriodSetting) XXX_Size() int { + return m.Size() +} +func (m *PasscodeLockGracePeriodSetting) XXX_DiscardUnknown() { + xxx_messageInfo_PasscodeLockGracePeriodSetting.DiscardUnknown(m) +} + +var xxx_messageInfo_PasscodeLockGracePeriodSetting proto.InternalMessageInfo func (m *PasscodeLockGracePeriodSetting) GetPasscodeLockGracePeriod() int64 { if m != nil { @@ -2555,13 +4060,44 @@ func (m *PasscodeLockGracePeriodSetting) GetPasscodeLockGracePeriod() int64 { } type MaximumResidentUsersSetting struct { - MaximumResidentUsers int64 `protobuf:"varint,1,opt,name=maximum_resident_users,json=maximumResidentUsers,proto3" json:"maximum_resident_users,omitempty"` + MaximumResidentUsers int64 `protobuf:"varint,1,opt,name=maximum_resident_users,json=maximumResidentUsers,proto3" json:"maximum_resident_users,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *MaximumResidentUsersSetting) Reset() { *m = MaximumResidentUsersSetting{} } -func (m *MaximumResidentUsersSetting) String() string { return proto.CompactTextString(m) } -func (*MaximumResidentUsersSetting) ProtoMessage() {} -func (*MaximumResidentUsersSetting) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{50} } +func (m *MaximumResidentUsersSetting) Reset() { *m = MaximumResidentUsersSetting{} } +func (m *MaximumResidentUsersSetting) String() string { return proto.CompactTextString(m) } +func (*MaximumResidentUsersSetting) ProtoMessage() {} +func (*MaximumResidentUsersSetting) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{50} +} +func (m *MaximumResidentUsersSetting) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *MaximumResidentUsersSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_MaximumResidentUsersSetting.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *MaximumResidentUsersSetting) XXX_Merge(src proto.Message) { + xxx_messageInfo_MaximumResidentUsersSetting.Merge(m, src) +} +func (m *MaximumResidentUsersSetting) XXX_Size() int { + return m.Size() +} +func (m *MaximumResidentUsersSetting) XXX_DiscardUnknown() { + xxx_messageInfo_MaximumResidentUsersSetting.DiscardUnknown(m) +} + +var xxx_messageInfo_MaximumResidentUsersSetting proto.InternalMessageInfo func (m *MaximumResidentUsersSetting) GetMaximumResidentUsers() int64 { if m != nil { @@ -2571,13 +4107,44 @@ func (m *MaximumResidentUsersSetting) GetMaximumResidentUsers() int64 { } type DiagnosticSubmissionSetting struct { - Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` + Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *DiagnosticSubmissionSetting) Reset() { *m = DiagnosticSubmissionSetting{} } -func (m *DiagnosticSubmissionSetting) String() string { return proto.CompactTextString(m) } -func (*DiagnosticSubmissionSetting) ProtoMessage() {} -func (*DiagnosticSubmissionSetting) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{51} } +func (m *DiagnosticSubmissionSetting) Reset() { *m = DiagnosticSubmissionSetting{} } +func (m *DiagnosticSubmissionSetting) String() string { return proto.CompactTextString(m) } +func (*DiagnosticSubmissionSetting) ProtoMessage() {} +func (*DiagnosticSubmissionSetting) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{51} +} +func (m *DiagnosticSubmissionSetting) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *DiagnosticSubmissionSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_DiagnosticSubmissionSetting.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *DiagnosticSubmissionSetting) XXX_Merge(src proto.Message) { + xxx_messageInfo_DiagnosticSubmissionSetting.Merge(m, src) +} +func (m *DiagnosticSubmissionSetting) XXX_Size() int { + return m.Size() +} +func (m *DiagnosticSubmissionSetting) XXX_DiscardUnknown() { + xxx_messageInfo_DiagnosticSubmissionSetting.DiscardUnknown(m) +} + +var xxx_messageInfo_DiagnosticSubmissionSetting proto.InternalMessageInfo func (m *DiagnosticSubmissionSetting) GetEnabled() bool { if m != nil { @@ -2587,13 +4154,44 @@ func (m *DiagnosticSubmissionSetting) GetEnabled() bool { } type AppAnalyticsSetting struct { - Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` + Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *AppAnalyticsSetting) Reset() { *m = AppAnalyticsSetting{} } -func (m *AppAnalyticsSetting) String() string { return proto.CompactTextString(m) } -func (*AppAnalyticsSetting) ProtoMessage() {} -func (*AppAnalyticsSetting) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{52} } +func (m *AppAnalyticsSetting) Reset() { *m = AppAnalyticsSetting{} } +func (m *AppAnalyticsSetting) String() string { return proto.CompactTextString(m) } +func (*AppAnalyticsSetting) ProtoMessage() {} +func (*AppAnalyticsSetting) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{52} +} +func (m *AppAnalyticsSetting) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *AppAnalyticsSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_AppAnalyticsSetting.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *AppAnalyticsSetting) XXX_Merge(src proto.Message) { + xxx_messageInfo_AppAnalyticsSetting.Merge(m, src) +} +func (m *AppAnalyticsSetting) XXX_Size() int { + return m.Size() +} +func (m *AppAnalyticsSetting) XXX_DiscardUnknown() { + xxx_messageInfo_AppAnalyticsSetting.DiscardUnknown(m) +} + +var xxx_messageInfo_AppAnalyticsSetting proto.InternalMessageInfo func (m *AppAnalyticsSetting) GetEnabled() bool { if m != nil { @@ -2603,15 +4201,44 @@ func (m *AppAnalyticsSetting) GetEnabled() bool { } type ManagedApplicationConfiguration struct { - Identifiers []string `protobuf:"bytes,1,rep,name=identifiers" json:"identifiers,omitempty"` + Identifiers []string `protobuf:"bytes,1,rep,name=identifiers,proto3" json:"identifiers,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *ManagedApplicationConfiguration) Reset() { *m = ManagedApplicationConfiguration{} } func (m *ManagedApplicationConfiguration) String() string { return proto.CompactTextString(m) } func (*ManagedApplicationConfiguration) ProtoMessage() {} func (*ManagedApplicationConfiguration) Descriptor() ([]byte, []int) { - return fileDescriptorMdm, []int{53} + return fileDescriptor_fd1fa389f704dbf7, []int{53} } +func (m *ManagedApplicationConfiguration) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *ManagedApplicationConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_ManagedApplicationConfiguration.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *ManagedApplicationConfiguration) XXX_Merge(src proto.Message) { + xxx_messageInfo_ManagedApplicationConfiguration.Merge(m, src) +} +func (m *ManagedApplicationConfiguration) XXX_Size() int { + return m.Size() +} +func (m *ManagedApplicationConfiguration) XXX_DiscardUnknown() { + xxx_messageInfo_ManagedApplicationConfiguration.DiscardUnknown(m) +} + +var xxx_messageInfo_ManagedApplicationConfiguration proto.InternalMessageInfo func (m *ManagedApplicationConfiguration) GetIdentifiers() []string { if m != nil { @@ -2621,13 +4248,44 @@ func (m *ManagedApplicationConfiguration) GetIdentifiers() []string { } type ManagedApplicationAttributes struct { - Identifiers []string `protobuf:"bytes,1,rep,name=identifiers" json:"identifiers,omitempty"` + Identifiers []string `protobuf:"bytes,1,rep,name=identifiers,proto3" json:"identifiers,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *ManagedApplicationAttributes) Reset() { *m = ManagedApplicationAttributes{} } -func (m *ManagedApplicationAttributes) String() string { return proto.CompactTextString(m) } -func (*ManagedApplicationAttributes) ProtoMessage() {} -func (*ManagedApplicationAttributes) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{54} } +func (m *ManagedApplicationAttributes) Reset() { *m = ManagedApplicationAttributes{} } +func (m *ManagedApplicationAttributes) String() string { return proto.CompactTextString(m) } +func (*ManagedApplicationAttributes) ProtoMessage() {} +func (*ManagedApplicationAttributes) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{54} +} +func (m *ManagedApplicationAttributes) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *ManagedApplicationAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_ManagedApplicationAttributes.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *ManagedApplicationAttributes) XXX_Merge(src proto.Message) { + xxx_messageInfo_ManagedApplicationAttributes.Merge(m, src) +} +func (m *ManagedApplicationAttributes) XXX_Size() int { + return m.Size() +} +func (m *ManagedApplicationAttributes) XXX_DiscardUnknown() { + xxx_messageInfo_ManagedApplicationAttributes.DiscardUnknown(m) +} + +var xxx_messageInfo_ManagedApplicationAttributes proto.InternalMessageInfo func (m *ManagedApplicationAttributes) GetIdentifiers() []string { if m != nil { @@ -2637,14 +4295,45 @@ func (m *ManagedApplicationAttributes) GetIdentifiers() []string { } type ManagedApplicationFeedback struct { - Identifiers []string `protobuf:"bytes,1,rep,name=identifiers" json:"identifiers,omitempty"` - DeleteFeedback bool `protobuf:"varint,2,opt,name=delete_feedback,json=deleteFeedback,proto3" json:"delete_feedback,omitempty"` + Identifiers []string `protobuf:"bytes,1,rep,name=identifiers,proto3" json:"identifiers,omitempty"` + DeleteFeedback bool `protobuf:"varint,2,opt,name=delete_feedback,json=deleteFeedback,proto3" json:"delete_feedback,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *ManagedApplicationFeedback) Reset() { *m = ManagedApplicationFeedback{} } -func (m *ManagedApplicationFeedback) String() string { return proto.CompactTextString(m) } -func (*ManagedApplicationFeedback) ProtoMessage() {} -func (*ManagedApplicationFeedback) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{55} } +func (m *ManagedApplicationFeedback) Reset() { *m = ManagedApplicationFeedback{} } +func (m *ManagedApplicationFeedback) String() string { return proto.CompactTextString(m) } +func (*ManagedApplicationFeedback) ProtoMessage() {} +func (*ManagedApplicationFeedback) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{55} +} +func (m *ManagedApplicationFeedback) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *ManagedApplicationFeedback) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_ManagedApplicationFeedback.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *ManagedApplicationFeedback) XXX_Merge(src proto.Message) { + xxx_messageInfo_ManagedApplicationFeedback.Merge(m, src) +} +func (m *ManagedApplicationFeedback) XXX_Size() int { + return m.Size() +} +func (m *ManagedApplicationFeedback) XXX_DiscardUnknown() { + xxx_messageInfo_ManagedApplicationFeedback.DiscardUnknown(m) +} + +var xxx_messageInfo_ManagedApplicationFeedback proto.InternalMessageInfo func (m *ManagedApplicationFeedback) GetIdentifiers() []string { if m != nil { @@ -2661,15 +4350,46 @@ func (m *ManagedApplicationFeedback) GetDeleteFeedback() bool { } type SetFirmwarePassword struct { - CurrentPassword string `protobuf:"bytes,1,opt,name=current_password,json=currentPassword,proto3" json:"current_password,omitempty"` - NewPassword string `protobuf:"bytes,2,opt,name=new_password,json=newPassword,proto3" json:"new_password,omitempty"` - AllowOroms bool `protobuf:"varint,3,opt,name=allow_oroms,json=allowOroms,proto3" json:"allow_oroms,omitempty"` + CurrentPassword string `protobuf:"bytes,1,opt,name=current_password,json=currentPassword,proto3" json:"current_password,omitempty"` + NewPassword string `protobuf:"bytes,2,opt,name=new_password,json=newPassword,proto3" json:"new_password,omitempty"` + AllowOroms bool `protobuf:"varint,3,opt,name=allow_oroms,json=allowOroms,proto3" json:"allow_oroms,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *SetFirmwarePassword) Reset() { *m = SetFirmwarePassword{} } -func (m *SetFirmwarePassword) String() string { return proto.CompactTextString(m) } -func (*SetFirmwarePassword) ProtoMessage() {} -func (*SetFirmwarePassword) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{56} } +func (m *SetFirmwarePassword) Reset() { *m = SetFirmwarePassword{} } +func (m *SetFirmwarePassword) String() string { return proto.CompactTextString(m) } +func (*SetFirmwarePassword) ProtoMessage() {} +func (*SetFirmwarePassword) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{56} +} +func (m *SetFirmwarePassword) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *SetFirmwarePassword) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_SetFirmwarePassword.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *SetFirmwarePassword) XXX_Merge(src proto.Message) { + xxx_messageInfo_SetFirmwarePassword.Merge(m, src) +} +func (m *SetFirmwarePassword) XXX_Size() int { + return m.Size() +} +func (m *SetFirmwarePassword) XXX_DiscardUnknown() { + xxx_messageInfo_SetFirmwarePassword.DiscardUnknown(m) +} + +var xxx_messageInfo_SetFirmwarePassword proto.InternalMessageInfo func (m *SetFirmwarePassword) GetCurrentPassword() string { if m != nil { @@ -2693,13 +4413,44 @@ func (m *SetFirmwarePassword) GetAllowOroms() bool { } type VerifyFirmwarePassword struct { - Password string `protobuf:"bytes,1,opt,name=password,proto3" json:"password,omitempty"` + Password string `protobuf:"bytes,1,opt,name=password,proto3" json:"password,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *VerifyFirmwarePassword) Reset() { *m = VerifyFirmwarePassword{} } -func (m *VerifyFirmwarePassword) String() string { return proto.CompactTextString(m) } -func (*VerifyFirmwarePassword) ProtoMessage() {} -func (*VerifyFirmwarePassword) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{57} } +func (m *VerifyFirmwarePassword) Reset() { *m = VerifyFirmwarePassword{} } +func (m *VerifyFirmwarePassword) String() string { return proto.CompactTextString(m) } +func (*VerifyFirmwarePassword) ProtoMessage() {} +func (*VerifyFirmwarePassword) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{57} +} +func (m *VerifyFirmwarePassword) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *VerifyFirmwarePassword) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_VerifyFirmwarePassword.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *VerifyFirmwarePassword) XXX_Merge(src proto.Message) { + xxx_messageInfo_VerifyFirmwarePassword.Merge(m, src) +} +func (m *VerifyFirmwarePassword) XXX_Size() int { + return m.Size() +} +func (m *VerifyFirmwarePassword) XXX_DiscardUnknown() { + xxx_messageInfo_VerifyFirmwarePassword.DiscardUnknown(m) +} + +var xxx_messageInfo_VerifyFirmwarePassword proto.InternalMessageInfo func (m *VerifyFirmwarePassword) GetPassword() string { if m != nil { @@ -2709,14 +4460,45 @@ func (m *VerifyFirmwarePassword) GetPassword() string { } type SetAutoAdminPassword struct { - Guid string `protobuf:"bytes,1,opt,name=guid,proto3" json:"guid,omitempty"` - PasswordHash []byte `protobuf:"bytes,2,opt,name=password_hash,json=passwordHash,proto3" json:"password_hash,omitempty"` + Guid string `protobuf:"bytes,1,opt,name=guid,proto3" json:"guid,omitempty"` + PasswordHash []byte `protobuf:"bytes,2,opt,name=password_hash,json=passwordHash,proto3" json:"password_hash,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *SetAutoAdminPassword) Reset() { *m = SetAutoAdminPassword{} } -func (m *SetAutoAdminPassword) String() string { return proto.CompactTextString(m) } -func (*SetAutoAdminPassword) ProtoMessage() {} -func (*SetAutoAdminPassword) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{58} } +func (m *SetAutoAdminPassword) Reset() { *m = SetAutoAdminPassword{} } +func (m *SetAutoAdminPassword) String() string { return proto.CompactTextString(m) } +func (*SetAutoAdminPassword) ProtoMessage() {} +func (*SetAutoAdminPassword) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{58} +} +func (m *SetAutoAdminPassword) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *SetAutoAdminPassword) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_SetAutoAdminPassword.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *SetAutoAdminPassword) XXX_Merge(src proto.Message) { + xxx_messageInfo_SetAutoAdminPassword.Merge(m, src) +} +func (m *SetAutoAdminPassword) XXX_Size() int { + return m.Size() +} +func (m *SetAutoAdminPassword) XXX_DiscardUnknown() { + xxx_messageInfo_SetAutoAdminPassword.DiscardUnknown(m) +} + +var xxx_messageInfo_SetAutoAdminPassword proto.InternalMessageInfo func (m *SetAutoAdminPassword) GetGuid() string { if m != nil { @@ -2733,13 +4515,44 @@ func (m *SetAutoAdminPassword) GetPasswordHash() []byte { } type ScheduleOSUpdate struct { - Updates []*Update `protobuf:"bytes,1,rep,name=updates" json:"updates,omitempty"` + Updates []*Update `protobuf:"bytes,1,rep,name=updates,proto3" json:"updates,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *ScheduleOSUpdate) Reset() { *m = ScheduleOSUpdate{} } -func (m *ScheduleOSUpdate) String() string { return proto.CompactTextString(m) } -func (*ScheduleOSUpdate) ProtoMessage() {} -func (*ScheduleOSUpdate) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{59} } +func (m *ScheduleOSUpdate) Reset() { *m = ScheduleOSUpdate{} } +func (m *ScheduleOSUpdate) String() string { return proto.CompactTextString(m) } +func (*ScheduleOSUpdate) ProtoMessage() {} +func (*ScheduleOSUpdate) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{59} +} +func (m *ScheduleOSUpdate) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *ScheduleOSUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_ScheduleOSUpdate.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *ScheduleOSUpdate) XXX_Merge(src proto.Message) { + xxx_messageInfo_ScheduleOSUpdate.Merge(m, src) +} +func (m *ScheduleOSUpdate) XXX_Size() int { + return m.Size() +} +func (m *ScheduleOSUpdate) XXX_DiscardUnknown() { + xxx_messageInfo_ScheduleOSUpdate.DiscardUnknown(m) +} + +var xxx_messageInfo_ScheduleOSUpdate proto.InternalMessageInfo func (m *ScheduleOSUpdate) GetUpdates() []*Update { if m != nil { @@ -2749,15 +4562,46 @@ func (m *ScheduleOSUpdate) GetUpdates() []*Update { } type Update struct { - ProductKey string `protobuf:"bytes,1,opt,name=product_key,json=productKey,proto3" json:"product_key,omitempty"` - ProductVersion string `protobuf:"bytes,2,opt,name=product_version,json=productVersion,proto3" json:"product_version,omitempty"` - InstallAction string `protobuf:"bytes,3,opt,name=install_action,json=installAction,proto3" json:"install_action,omitempty"` + ProductKey string `protobuf:"bytes,1,opt,name=product_key,json=productKey,proto3" json:"product_key,omitempty"` + ProductVersion string `protobuf:"bytes,2,opt,name=product_version,json=productVersion,proto3" json:"product_version,omitempty"` + InstallAction string `protobuf:"bytes,3,opt,name=install_action,json=installAction,proto3" json:"install_action,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *Update) Reset() { *m = Update{} } -func (m *Update) String() string { return proto.CompactTextString(m) } -func (*Update) ProtoMessage() {} -func (*Update) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{60} } +func (m *Update) Reset() { *m = Update{} } +func (m *Update) String() string { return proto.CompactTextString(m) } +func (*Update) ProtoMessage() {} +func (*Update) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{60} +} +func (m *Update) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *Update) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_Update.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *Update) XXX_Merge(src proto.Message) { + xxx_messageInfo_Update.Merge(m, src) +} +func (m *Update) XXX_Size() int { + return m.Size() +} +func (m *Update) XXX_DiscardUnknown() { + xxx_messageInfo_Update.DiscardUnknown(m) +} + +var xxx_messageInfo_Update proto.InternalMessageInfo func (m *Update) GetProductKey() string { if m != nil { @@ -2781,13 +4625,44 @@ func (m *Update) GetInstallAction() string { } type ScheduleOSUpdateScan struct { - Force bool `protobuf:"varint,1,opt,name=force,proto3" json:"force,omitempty"` + Force bool `protobuf:"varint,1,opt,name=force,proto3" json:"force,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *ScheduleOSUpdateScan) Reset() { *m = ScheduleOSUpdateScan{} } -func (m *ScheduleOSUpdateScan) String() string { return proto.CompactTextString(m) } -func (*ScheduleOSUpdateScan) ProtoMessage() {} -func (*ScheduleOSUpdateScan) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{61} } +func (m *ScheduleOSUpdateScan) Reset() { *m = ScheduleOSUpdateScan{} } +func (m *ScheduleOSUpdateScan) String() string { return proto.CompactTextString(m) } +func (*ScheduleOSUpdateScan) ProtoMessage() {} +func (*ScheduleOSUpdateScan) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{61} +} +func (m *ScheduleOSUpdateScan) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *ScheduleOSUpdateScan) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_ScheduleOSUpdateScan.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *ScheduleOSUpdateScan) XXX_Merge(src proto.Message) { + xxx_messageInfo_ScheduleOSUpdateScan.Merge(m, src) +} +func (m *ScheduleOSUpdateScan) XXX_Size() int { + return m.Size() +} +func (m *ScheduleOSUpdateScan) XXX_DiscardUnknown() { + xxx_messageInfo_ScheduleOSUpdateScan.DiscardUnknown(m) +} + +var xxx_messageInfo_ScheduleOSUpdateScan proto.InternalMessageInfo func (m *ScheduleOSUpdateScan) GetForce() bool { if m != nil { @@ -2797,13 +4672,44 @@ func (m *ScheduleOSUpdateScan) GetForce() bool { } type ActiveNSExtensions struct { - FilterExtensionPoints []string `protobuf:"bytes,1,rep,name=filter_extension_points,json=filterExtensionPoints" json:"filter_extension_points,omitempty"` + FilterExtensionPoints []string `protobuf:"bytes,1,rep,name=filter_extension_points,json=filterExtensionPoints,proto3" json:"filter_extension_points,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *ActiveNSExtensions) Reset() { *m = ActiveNSExtensions{} } -func (m *ActiveNSExtensions) String() string { return proto.CompactTextString(m) } -func (*ActiveNSExtensions) ProtoMessage() {} -func (*ActiveNSExtensions) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{62} } +func (m *ActiveNSExtensions) Reset() { *m = ActiveNSExtensions{} } +func (m *ActiveNSExtensions) String() string { return proto.CompactTextString(m) } +func (*ActiveNSExtensions) ProtoMessage() {} +func (*ActiveNSExtensions) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{62} +} +func (m *ActiveNSExtensions) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *ActiveNSExtensions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_ActiveNSExtensions.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *ActiveNSExtensions) XXX_Merge(src proto.Message) { + xxx_messageInfo_ActiveNSExtensions.Merge(m, src) +} +func (m *ActiveNSExtensions) XXX_Size() int { + return m.Size() +} +func (m *ActiveNSExtensions) XXX_DiscardUnknown() { + xxx_messageInfo_ActiveNSExtensions.DiscardUnknown(m) +} + +var xxx_messageInfo_ActiveNSExtensions proto.InternalMessageInfo func (m *ActiveNSExtensions) GetFilterExtensionPoints() []string { if m != nil { @@ -2814,15 +4720,46 @@ func (m *ActiveNSExtensions) GetFilterExtensionPoints() []string { type RotateFileVaultKey struct { KeyType string `protobuf:"bytes,1,opt,name=key_type,json=keyType,proto3" json:"key_type,omitempty"` - FilevaultUnlock *FileVaultUnlock `protobuf:"bytes,2,opt,name=filevault_unlock,json=filevaultUnlock" json:"filevault_unlock,omitempty"` + FilevaultUnlock *FileVaultUnlock `protobuf:"bytes,2,opt,name=filevault_unlock,json=filevaultUnlock,proto3" json:"filevault_unlock,omitempty"` NewCertificate []byte `protobuf:"bytes,3,opt,name=new_certificate,json=newCertificate,proto3" json:"new_certificate,omitempty"` ReplyEncryptionCertificate []byte `protobuf:"bytes,4,opt,name=reply_encryption_certificate,json=replyEncryptionCertificate,proto3" json:"reply_encryption_certificate,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *RotateFileVaultKey) Reset() { *m = RotateFileVaultKey{} } -func (m *RotateFileVaultKey) String() string { return proto.CompactTextString(m) } -func (*RotateFileVaultKey) ProtoMessage() {} -func (*RotateFileVaultKey) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{63} } +func (m *RotateFileVaultKey) Reset() { *m = RotateFileVaultKey{} } +func (m *RotateFileVaultKey) String() string { return proto.CompactTextString(m) } +func (*RotateFileVaultKey) ProtoMessage() {} +func (*RotateFileVaultKey) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{63} +} +func (m *RotateFileVaultKey) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *RotateFileVaultKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_RotateFileVaultKey.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *RotateFileVaultKey) XXX_Merge(src proto.Message) { + xxx_messageInfo_RotateFileVaultKey.Merge(m, src) +} +func (m *RotateFileVaultKey) XXX_Size() int { + return m.Size() +} +func (m *RotateFileVaultKey) XXX_DiscardUnknown() { + xxx_messageInfo_RotateFileVaultKey.DiscardUnknown(m) +} + +var xxx_messageInfo_RotateFileVaultKey proto.InternalMessageInfo func (m *RotateFileVaultKey) GetKeyType() string { if m != nil { @@ -2853,15 +4790,46 @@ func (m *RotateFileVaultKey) GetReplyEncryptionCertificate() []byte { } type FileVaultUnlock struct { - Password string `protobuf:"bytes,1,opt,name=password,proto3" json:"password,omitempty"` - PrivateKeyExport []byte `protobuf:"bytes,2,opt,name=private_key_export,json=privateKeyExport,proto3" json:"private_key_export,omitempty"` - PrivateKeyExportPassword string `protobuf:"bytes,3,opt,name=private_key_export_password,json=privateKeyExportPassword,proto3" json:"private_key_export_password,omitempty"` + Password string `protobuf:"bytes,1,opt,name=password,proto3" json:"password,omitempty"` + PrivateKeyExport []byte `protobuf:"bytes,2,opt,name=private_key_export,json=privateKeyExport,proto3" json:"private_key_export,omitempty"` + PrivateKeyExportPassword string `protobuf:"bytes,3,opt,name=private_key_export_password,json=privateKeyExportPassword,proto3" json:"private_key_export_password,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *FileVaultUnlock) Reset() { *m = FileVaultUnlock{} } -func (m *FileVaultUnlock) String() string { return proto.CompactTextString(m) } -func (*FileVaultUnlock) ProtoMessage() {} -func (*FileVaultUnlock) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{64} } +func (m *FileVaultUnlock) Reset() { *m = FileVaultUnlock{} } +func (m *FileVaultUnlock) String() string { return proto.CompactTextString(m) } +func (*FileVaultUnlock) ProtoMessage() {} +func (*FileVaultUnlock) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{64} +} +func (m *FileVaultUnlock) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *FileVaultUnlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_FileVaultUnlock.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *FileVaultUnlock) XXX_Merge(src proto.Message) { + xxx_messageInfo_FileVaultUnlock.Merge(m, src) +} +func (m *FileVaultUnlock) XXX_Size() int { + return m.Size() +} +func (m *FileVaultUnlock) XXX_DiscardUnknown() { + xxx_messageInfo_FileVaultUnlock.DiscardUnknown(m) +} + +var xxx_messageInfo_FileVaultUnlock proto.InternalMessageInfo func (m *FileVaultUnlock) GetPassword() string { if m != nil { @@ -2884,16 +4852,94 @@ func (m *FileVaultUnlock) GetPrivateKeyExportPassword() string { return "" } -type ResultPayload struct { - Udid string `protobuf:"bytes,1,opt,name=udid,proto3" json:"udid,omitempty"` - CommandUuid string `protobuf:"bytes,2,opt,name=command_uuid,json=commandUuid,proto3" json:"command_uuid,omitempty"` - ErrorChain []*ErrorChain `protobuf:"bytes,3,rep,name=error_chain,json=errorChain" json:"error_chain,omitempty"` +type SetBootstrapToken struct { + BootstrapToken string `protobuf:"bytes,1,opt,name=bootstrap_token,json=bootstrapToken,proto3" json:"bootstrap_token,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *ResultPayload) Reset() { *m = ResultPayload{} } -func (m *ResultPayload) String() string { return proto.CompactTextString(m) } -func (*ResultPayload) ProtoMessage() {} -func (*ResultPayload) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{65} } +func (m *SetBootstrapToken) Reset() { *m = SetBootstrapToken{} } +func (m *SetBootstrapToken) String() string { return proto.CompactTextString(m) } +func (*SetBootstrapToken) ProtoMessage() {} +func (*SetBootstrapToken) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{65} +} +func (m *SetBootstrapToken) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *SetBootstrapToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_SetBootstrapToken.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *SetBootstrapToken) XXX_Merge(src proto.Message) { + xxx_messageInfo_SetBootstrapToken.Merge(m, src) +} +func (m *SetBootstrapToken) XXX_Size() int { + return m.Size() +} +func (m *SetBootstrapToken) XXX_DiscardUnknown() { + xxx_messageInfo_SetBootstrapToken.DiscardUnknown(m) +} + +var xxx_messageInfo_SetBootstrapToken proto.InternalMessageInfo + +func (m *SetBootstrapToken) GetBootstrapToken() string { + if m != nil { + return m.BootstrapToken + } + return "" +} + +type ResultPayload struct { + Udid string `protobuf:"bytes,1,opt,name=udid,proto3" json:"udid,omitempty"` + CommandUuid string `protobuf:"bytes,2,opt,name=command_uuid,json=commandUuid,proto3" json:"command_uuid,omitempty"` + ErrorChain []*ErrorChain `protobuf:"bytes,3,rep,name=error_chain,json=errorChain,proto3" json:"error_chain,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ResultPayload) Reset() { *m = ResultPayload{} } +func (m *ResultPayload) String() string { return proto.CompactTextString(m) } +func (*ResultPayload) ProtoMessage() {} +func (*ResultPayload) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{66} +} +func (m *ResultPayload) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *ResultPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_ResultPayload.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *ResultPayload) XXX_Merge(src proto.Message) { + xxx_messageInfo_ResultPayload.Merge(m, src) +} +func (m *ResultPayload) XXX_Size() int { + return m.Size() +} +func (m *ResultPayload) XXX_DiscardUnknown() { + xxx_messageInfo_ResultPayload.DiscardUnknown(m) +} + +var xxx_messageInfo_ResultPayload proto.InternalMessageInfo func (m *ResultPayload) GetUdid() string { if m != nil { @@ -2922,14 +4968,45 @@ type ErrorChain struct { // The ErrorDomain and ErrorCode keys contain internal codes used by Apple // that may be useful for diagnostics. Your host should not rely on these // values, as they may change between software releases. - ErrorDomain string `protobuf:"bytes,3,opt,name=error_domain,json=errorDomain,proto3" json:"error_domain,omitempty"` - ErrorCode int32 `protobuf:"varint,4,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"` + ErrorDomain string `protobuf:"bytes,3,opt,name=error_domain,json=errorDomain,proto3" json:"error_domain,omitempty"` + ErrorCode int32 `protobuf:"varint,4,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *ErrorChain) Reset() { *m = ErrorChain{} } -func (m *ErrorChain) String() string { return proto.CompactTextString(m) } -func (*ErrorChain) ProtoMessage() {} -func (*ErrorChain) Descriptor() ([]byte, []int) { return fileDescriptorMdm, []int{66} } +func (m *ErrorChain) Reset() { *m = ErrorChain{} } +func (m *ErrorChain) String() string { return proto.CompactTextString(m) } +func (*ErrorChain) ProtoMessage() {} +func (*ErrorChain) Descriptor() ([]byte, []int) { + return fileDescriptor_fd1fa389f704dbf7, []int{67} +} +func (m *ErrorChain) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *ErrorChain) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_ErrorChain.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalTo(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *ErrorChain) XXX_Merge(src proto.Message) { + xxx_messageInfo_ErrorChain.Merge(m, src) +} +func (m *ErrorChain) XXX_Size() int { + return m.Size() +} +func (m *ErrorChain) XXX_DiscardUnknown() { + xxx_messageInfo_ErrorChain.DiscardUnknown(m) +} + +var xxx_messageInfo_ErrorChain proto.InternalMessageInfo func (m *ErrorChain) GetLocalizedDescription() string { if m != nil { @@ -2960,6 +5037,7 @@ func (m *ErrorChain) GetErrorCode() int32 { } func init() { + proto.RegisterEnum("mdmproto.ResultPayload_Status", ResultPayload_Status_name, ResultPayload_Status_value) proto.RegisterType((*CommandPayload)(nil), "mdmproto.CommandPayload") proto.RegisterType((*Command)(nil), "mdmproto.Command") proto.RegisterType((*InstallProfile)(nil), "mdmproto.InstallProfile") @@ -3025,10 +5103,247 @@ func init() { proto.RegisterType((*ActiveNSExtensions)(nil), "mdmproto.ActiveNSExtensions") proto.RegisterType((*RotateFileVaultKey)(nil), "mdmproto.RotateFileVaultKey") proto.RegisterType((*FileVaultUnlock)(nil), "mdmproto.FileVaultUnlock") + proto.RegisterType((*SetBootstrapToken)(nil), "mdmproto.SetBootstrapToken") proto.RegisterType((*ResultPayload)(nil), "mdmproto.ResultPayload") proto.RegisterType((*ErrorChain)(nil), "mdmproto.ErrorChain") - proto.RegisterEnum("mdmproto.ResultPayload_Status", ResultPayload_Status_name, ResultPayload_Status_value) } + +func init() { proto.RegisterFile("mdm.proto", fileDescriptor_fd1fa389f704dbf7) } + +var fileDescriptor_fd1fa389f704dbf7 = []byte{ + // 3666 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x7a, 0x4d, 0x73, 0x1b, 0x47, + 0x7a, 0x3f, 0x41, 0x4a, 0x24, 0xf0, 0x00, 0x24, 0xc1, 0xe6, 0x8b, 0x86, 0xa4, 0x44, 0x4a, 0x23, + 0x7b, 0x2d, 0x7b, 0x6d, 0xe9, 0xff, 0x97, 0xad, 0x5d, 0x67, 0x63, 0x27, 0xa6, 0x48, 0x69, 0xc9, + 0xb5, 0x28, 0xb2, 0x06, 0x92, 0x5c, 0x15, 0xef, 0x66, 0x76, 0x38, 0xd3, 0x04, 0xba, 0x38, 0x6f, + 0xdb, 0xdd, 0x03, 0x1a, 0x3e, 0x27, 0x95, 0x73, 0x2e, 0xa9, 0x24, 0x1f, 0x21, 0x95, 0x2f, 0x90, + 0xdc, 0x72, 0xcb, 0x71, 0x2b, 0x9f, 0x60, 0xcb, 0xf9, 0x14, 0xb9, 0xa5, 0xfa, 0x6d, 0x66, 0x30, + 0x18, 0x80, 0xba, 0xe4, 0x86, 0x7e, 0x9e, 0x5f, 0x3f, 0xdd, 0xd3, 0xdd, 0xcf, 0x3b, 0xa0, 0x15, + 0x05, 0xd1, 0xe3, 0x94, 0x26, 0x3c, 0x41, 0xcd, 0x28, 0x88, 0xe4, 0x2f, 0xfb, 0xf7, 0xb0, 0x72, + 0x98, 0x44, 0x91, 0x17, 0x07, 0xe7, 0xde, 0x28, 0x4c, 0xbc, 0x00, 0x3d, 0x80, 0x8e, 0xaf, 0x28, + 0x6e, 0x96, 0x91, 0xc0, 0x6a, 0xdc, 0x6f, 0x3c, 0x6a, 0x39, 0x6d, 0x4d, 0x7b, 0x9b, 0x91, 0x00, + 0xfd, 0x1c, 0x96, 0xf4, 0xd0, 0x9a, 0xbf, 0xdf, 0x78, 0xd4, 0x7e, 0xba, 0xf6, 0xd8, 0x08, 0x7c, + 0xac, 0xa5, 0x39, 0x06, 0x61, 0xff, 0xeb, 0x1d, 0x58, 0xd2, 0x44, 0x21, 0x9b, 0xe2, 0x3f, 0x64, + 0x98, 0x71, 0x97, 0x8f, 0x52, 0x6c, 0x64, 0x6b, 0xda, 0x9b, 0x51, 0x8a, 0xd1, 0x21, 0xac, 0x92, + 0x98, 0x71, 0x2f, 0x0c, 0xdd, 0x94, 0x26, 0x97, 0x24, 0xc4, 0x7a, 0x0d, 0xab, 0x58, 0xe3, 0x44, + 0x01, 0xce, 0x15, 0xff, 0x78, 0xce, 0x59, 0x21, 0x63, 0x14, 0xf4, 0x0d, 0xac, 0x50, 0x1c, 0x25, + 0x43, 0x9c, 0xcb, 0x58, 0x90, 0x32, 0xee, 0x14, 0x32, 0x1c, 0xc9, 0x2f, 0x44, 0x2c, 0xd3, 0x32, + 0x01, 0x0d, 0xe0, 0x6e, 0x69, 0x1b, 0x43, 0xc2, 0x48, 0x12, 0x93, 0xb8, 0x9f, 0xcb, 0xbb, 0x25, + 0xe5, 0x7d, 0x50, 0xb7, 0xa7, 0x1c, 0x5c, 0x08, 0xdf, 0x21, 0x53, 0xb9, 0x08, 0xc3, 0x6e, 0x79, + 0xaf, 0xd5, 0x85, 0x6e, 0xcb, 0x85, 0x1e, 0xd6, 0x6c, 0xbc, 0x66, 0x9d, 0xed, 0xd2, 0x47, 0x54, + 0x96, 0xb9, 0x00, 0xb3, 0x09, 0x1c, 0xb8, 0x5e, 0x9a, 0x86, 0xc4, 0xf7, 0x38, 0x49, 0x62, 0x37, + 0x24, 0x8c, 0x5b, 0x8b, 0x72, 0x15, 0x7b, 0xe2, 0x73, 0x70, 0x70, 0x50, 0x40, 0x5f, 0x11, 0xc6, + 0x8f, 0xe7, 0x1c, 0x8b, 0x4c, 0xe1, 0xa1, 0x57, 0x80, 0x02, 0x3c, 0x24, 0x3e, 0x76, 0x49, 0x7c, + 0x99, 0xd0, 0x48, 0x72, 0xac, 0x25, 0x29, 0x7b, 0xb7, 0x90, 0x7d, 0x24, 0x31, 0x27, 0x05, 0xe4, + 0x78, 0xce, 0x59, 0x0b, 0xaa, 0x44, 0xf4, 0x4b, 0x68, 0x6b, 0x69, 0x61, 0xe2, 0x5f, 0x59, 0x4d, + 0x29, 0x66, 0xa3, 0x2a, 0xe6, 0x55, 0xe2, 0x5f, 0x1d, 0xcf, 0x39, 0x10, 0xe4, 0x23, 0x71, 0xfb, + 0x7e, 0x88, 0x3d, 0xea, 0xa6, 0x1e, 0x63, 0x7e, 0x12, 0x60, 0xab, 0x55, 0xbd, 0xfd, 0x43, 0xc1, + 0x3f, 0xd7, 0x6c, 0x71, 0xfb, 0x7e, 0x99, 0x80, 0x7e, 0x05, 0x1d, 0x4c, 0x3d, 0x86, 0x5d, 0x25, + 0xd5, 0x02, 0x39, 0x7f, 0xb3, 0x98, 0xff, 0x42, 0x70, 0xd5, 0x06, 0x8e, 0xe7, 0x9c, 0x36, 0x2e, + 0x86, 0xe8, 0x04, 0xd6, 0xcc, 0x1b, 0x8f, 0x08, 0xa5, 0x09, 0x25, 0x71, 0xdf, 0x6a, 0x4b, 0x01, + 0x3b, 0xe5, 0x5b, 0x94, 0x90, 0x53, 0x83, 0x38, 0x9e, 0x73, 0xba, 0xb4, 0x42, 0x43, 0x5f, 0x09, + 0x75, 0x61, 0x9c, 0x12, 0x5f, 0x1c, 0x08, 0xb3, 0x3a, 0x52, 0xca, 0x56, 0x59, 0x4a, 0xc1, 0x3d, + 0x9e, 0x73, 0xc6, 0xd0, 0xe8, 0x14, 0xd6, 0xb3, 0x58, 0x1c, 0x9d, 0x9b, 0x31, 0x4c, 0x5d, 0xcf, + 0xf7, 0x93, 0x2c, 0xe6, 0xd6, 0x72, 0xf5, 0x3a, 0xde, 0x4a, 0xd0, 0x5b, 0x86, 0xe9, 0x81, 0x82, + 0x88, 0xeb, 0xc8, 0xaa, 0x44, 0x75, 0x1d, 0x21, 0xe6, 0x58, 0x8a, 0xb3, 0x56, 0x26, 0xaf, 0x43, + 0x30, 0xc5, 0x0c, 0x75, 0x1d, 0x66, 0x84, 0x8e, 0xa0, 0x8b, 0x63, 0xef, 0x22, 0x14, 0xf7, 0x28, + 0x0e, 0x45, 0x5c, 0xc8, 0x6a, 0x55, 0xa5, 0x5f, 0x48, 0xc4, 0xab, 0x84, 0xf1, 0x53, 0x75, 0x23, + 0x2b, 0x78, 0x8c, 0x82, 0xce, 0x60, 0xdd, 0x28, 0x64, 0xe9, 0xf5, 0x5a, 0x5d, 0x29, 0xe8, 0xee, + 0xc4, 0xc3, 0x2d, 0x3d, 0xcd, 0xe3, 0x39, 0x07, 0x91, 0x09, 0x2a, 0x7a, 0x0b, 0x9b, 0xfa, 0x48, + 0x5c, 0x3f, 0x89, 0x2f, 0x49, 0x3f, 0xa3, 0x4a, 0xe4, 0x9a, 0x14, 0xb9, 0x57, 0x88, 0xd4, 0x27, + 0x70, 0x58, 0x46, 0x1d, 0xcf, 0x39, 0x1b, 0x5e, 0x0d, 0x1d, 0xf5, 0x60, 0x53, 0xec, 0x6f, 0xe4, + 0x52, 0x1c, 0xe0, 0x28, 0x95, 0x2a, 0x26, 0xdf, 0x20, 0x92, 0x62, 0xef, 0x95, 0xc4, 0x0a, 0x98, + 0x93, 0xa3, 0x0e, 0xd5, 0x77, 0xaf, 0x7b, 0x93, 0x64, 0xf4, 0x5b, 0xb0, 0x22, 0x2f, 0xf6, 0xfa, + 0x75, 0xaa, 0xbb, 0x2e, 0xe5, 0xde, 0x2f, 0xe4, 0x9e, 0x2a, 0xe4, 0xa4, 0xe2, 0x6e, 0x45, 0xb5, + 0x1c, 0xa1, 0xb6, 0xda, 0x02, 0x95, 0x4f, 0x76, 0xa3, 0xfa, 0x4e, 0x94, 0xe1, 0x19, 0x3f, 0xd8, + 0x35, 0x5a, 0x25, 0xa2, 0x5f, 0xc3, 0x1a, 0x89, 0x87, 0x84, 0x63, 0x97, 0x27, 0xc2, 0x8a, 0xf5, + 0xa9, 0x17, 0x59, 0x9b, 0x52, 0xd8, 0x76, 0xf9, 0x9a, 0x04, 0xe4, 0x4d, 0x72, 0xae, 0x00, 0xc7, + 0x73, 0xce, 0x2a, 0x19, 0x27, 0x89, 0x0b, 0x1a, 0x7a, 0x21, 0x09, 0x3c, 0xee, 0x95, 0x37, 0xc6, + 0xac, 0xad, 0xea, 0x05, 0xbd, 0x53, 0xb0, 0xf2, 0x36, 0x84, 0x3a, 0x6c, 0x98, 0xe9, 0x65, 0x3a, + 0xfa, 0x1a, 0x96, 0xcd, 0x43, 0x8a, 0x70, 0x40, 0x3c, 0xeb, 0x4e, 0x55, 0xab, 0xf4, 0x13, 0x3a, + 0x15, 0x5c, 0xa1, 0x55, 0xa4, 0x34, 0x16, 0xa6, 0x41, 0x1f, 0x96, 0x9a, 0x6d, 0x55, 0x4d, 0x83, + 0x3a, 0x26, 0x33, 0xb9, 0x4d, 0x8b, 0x21, 0xfa, 0x7f, 0xd0, 0x64, 0x98, 0x73, 0x12, 0xf7, 0x99, + 0xb5, 0x2d, 0xe7, 0xa1, 0x62, 0x5e, 0x4f, 0x73, 0x8e, 0xe7, 0x9c, 0x1c, 0x85, 0xae, 0xe1, 0x41, + 0xdd, 0xc5, 0x8f, 0x3f, 0xd8, 0x1d, 0x29, 0xea, 0xe3, 0x59, 0x2f, 0xa0, 0xfa, 0x76, 0xf7, 0xa3, + 0xd9, 0x10, 0x14, 0xc3, 0x5e, 0xdd, 0xc2, 0x1e, 0xe7, 0x94, 0x5c, 0x64, 0x1c, 0x33, 0x6b, 0x57, + 0xae, 0xfa, 0xb3, 0x59, 0xab, 0x1e, 0xe4, 0xe8, 0xe3, 0x39, 0xe7, 0x6e, 0x34, 0x83, 0x2f, 0xfc, + 0x6d, 0xdd, 0x7a, 0x97, 0x18, 0x07, 0x17, 0x9e, 0x7f, 0x65, 0xdd, 0xad, 0xfa, 0xdb, 0xc9, 0xd5, + 0x5e, 0x6a, 0xac, 0xf0, 0xb7, 0xd1, 0x54, 0xae, 0x50, 0x50, 0x86, 0xb9, 0x7b, 0x49, 0x68, 0x74, + 0xed, 0x51, 0x2c, 0x9d, 0xc4, 0x75, 0x42, 0x03, 0xeb, 0x5e, 0x55, 0x41, 0x7b, 0x98, 0xbf, 0xd4, + 0xa8, 0x73, 0x0d, 0x12, 0x0a, 0xca, 0x26, 0xc9, 0x42, 0x41, 0x87, 0x98, 0x92, 0xcb, 0x51, 0x8d, + 0xdc, 0xbd, 0xaa, 0x82, 0xbe, 0x93, 0xc8, 0x1a, 0xd1, 0x5b, 0xc3, 0x5a, 0x0e, 0xfa, 0x0e, 0xee, + 0x88, 0x2d, 0x7b, 0x19, 0x4f, 0x5c, 0x2f, 0x88, 0x48, 0x5c, 0x08, 0xdf, 0xaf, 0xea, 0x42, 0x0f, + 0xf3, 0x83, 0x8c, 0x27, 0x07, 0x02, 0x56, 0x12, 0xbd, 0xc1, 0x6a, 0xe8, 0xe8, 0x37, 0x80, 0x98, + 0x3f, 0xc0, 0x41, 0x16, 0x62, 0x37, 0x61, 0x6e, 0x96, 0x0a, 0x2d, 0xb2, 0xee, 0x57, 0x9d, 0x55, + 0x4f, 0x63, 0xce, 0x7a, 0x6f, 0x25, 0x42, 0x38, 0x2b, 0x33, 0xef, 0x8c, 0x29, 0x9a, 0xdc, 0xe4, + 0x84, 0x2c, 0x97, 0xf9, 0x5e, 0x6c, 0x3d, 0x98, 0xd8, 0x64, 0x45, 0x60, 0xcf, 0xf7, 0xa4, 0x45, + 0xad, 0x0a, 0x15, 0x74, 0x74, 0x0e, 0x1b, 0x9e, 0xcf, 0xc9, 0x10, 0xbb, 0x31, 0x73, 0xf1, 0x0f, + 0x1c, 0xc7, 0x4c, 0x9a, 0x01, 0xbb, 0x6a, 0xfa, 0x0f, 0x24, 0xea, 0x75, 0xef, 0x45, 0x8e, 0x11, + 0xa6, 0x5f, 0xcd, 0x7d, 0xcd, 0x0a, 0xaa, 0x90, 0x48, 0x13, 0x2e, 0xb6, 0x27, 0x42, 0xa3, 0xa1, + 0x97, 0x85, 0xdc, 0xbd, 0xc2, 0x23, 0xeb, 0x61, 0x55, 0xa2, 0x23, 0x51, 0x2f, 0x49, 0x88, 0xdf, + 0x09, 0xd0, 0xb7, 0x78, 0x24, 0x24, 0xd2, 0x9c, 0x3a, 0xd4, 0x54, 0xa1, 0x2e, 0xc6, 0xa8, 0xe0, + 0x98, 0x63, 0x9a, 0x52, 0xc2, 0xc6, 0xcd, 0xe9, 0x07, 0x55, 0x75, 0xd1, 0x56, 0xe6, 0x45, 0x0e, + 0x1f, 0xb7, 0xac, 0x26, 0xfc, 0xac, 0xe5, 0x0b, 0xdf, 0x2e, 0x5e, 0xc4, 0x45, 0x92, 0x70, 0xc6, + 0xa9, 0x97, 0xba, 0x3c, 0xb9, 0xc2, 0xb1, 0xf5, 0x61, 0xd5, 0x66, 0xf7, 0x30, 0x7f, 0x6e, 0x30, + 0x6f, 0x04, 0x44, 0xd8, 0x6c, 0x56, 0x25, 0x3e, 0x6f, 0xc1, 0x92, 0x0e, 0x3e, 0xec, 0x4f, 0x60, + 0x65, 0x3c, 0xbc, 0x46, 0x16, 0x2c, 0xa5, 0x2a, 0x37, 0x90, 0xf1, 0x7a, 0xc7, 0x31, 0x43, 0xfb, + 0x09, 0x2c, 0x8f, 0x85, 0xd1, 0x68, 0x0f, 0x80, 0x04, 0x38, 0xe6, 0xe4, 0x92, 0x60, 0xaa, 0xa3, + 0xfb, 0x12, 0xc5, 0x3e, 0x83, 0x9d, 0xe9, 0x71, 0x32, 0xfa, 0xff, 0xb0, 0x51, 0x1b, 0x6b, 0xab, + 0x55, 0xd7, 0xd3, 0xc9, 0x29, 0xf6, 0x13, 0xd8, 0x9e, 0x1a, 0x0f, 0x23, 0x04, 0xb7, 0x4a, 0x19, + 0x8c, 0xfc, 0x6d, 0x0f, 0xc0, 0x9a, 0x16, 0xda, 0xa2, 0xfb, 0xd0, 0x2e, 0xf6, 0xca, 0xac, 0xc6, + 0xfd, 0x05, 0x91, 0x9c, 0x94, 0x48, 0xe8, 0x13, 0x58, 0x2b, 0x59, 0x29, 0xe6, 0x26, 0x71, 0x38, + 0x92, 0xe9, 0x49, 0xd3, 0x59, 0x2d, 0x4c, 0x0e, 0x3b, 0x8b, 0xc3, 0x91, 0xfd, 0x19, 0xac, 0x4d, + 0x04, 0xba, 0xe2, 0x2c, 0xff, 0x90, 0x61, 0x4a, 0xb0, 0x11, 0x6f, 0x86, 0xf6, 0x53, 0x58, 0x1e, + 0x0b, 0x4a, 0x45, 0xae, 0xa4, 0xc3, 0x37, 0x75, 0xb7, 0xea, 0x14, 0xda, 0x8a, 0x26, 0xaf, 0xcd, + 0xfe, 0x1e, 0xa0, 0x08, 0x82, 0x51, 0x17, 0x16, 0x52, 0x12, 0xeb, 0xaf, 0x15, 0x3f, 0xc5, 0x6a, + 0x11, 0x66, 0xcc, 0xeb, 0xab, 0x1c, 0xaa, 0xe5, 0x98, 0xa1, 0x10, 0x9e, 0x0e, 0x92, 0x18, 0xbb, + 0x71, 0x16, 0x5d, 0x60, 0x2a, 0xd3, 0xa3, 0x96, 0xd3, 0x96, 0xb4, 0xd7, 0x92, 0x64, 0xff, 0x5d, + 0x03, 0xda, 0xa5, 0x30, 0xb7, 0x46, 0xfc, 0xa7, 0x80, 0x52, 0x8a, 0x19, 0xa6, 0x43, 0xec, 0x4a, + 0x2f, 0x9d, 0x86, 0x5e, 0xac, 0x8f, 0xa3, 0x6b, 0x38, 0x47, 0x1e, 0xf7, 0xce, 0x43, 0x2f, 0x46, + 0x5f, 0x82, 0x15, 0x10, 0xe6, 0x85, 0x61, 0x72, 0x2d, 0x6e, 0xf6, 0x07, 0x12, 0x11, 0x3e, 0x72, + 0x19, 0xe6, 0x59, 0x2a, 0x97, 0x6f, 0x3a, 0x5b, 0x86, 0x7f, 0x6e, 0xd8, 0x3d, 0xc1, 0xb5, 0xff, + 0xa5, 0x01, 0xdd, 0x6a, 0xbc, 0x8c, 0x3e, 0x86, 0x6e, 0x80, 0x19, 0x27, 0xb1, 0x72, 0x14, 0xb1, + 0x17, 0x99, 0x74, 0x72, 0xb5, 0x44, 0x7f, 0xed, 0x45, 0x18, 0x3d, 0x85, 0xcd, 0x32, 0xd4, 0xa4, + 0x28, 0x81, 0x3e, 0x94, 0xf5, 0x12, 0x53, 0xdf, 0x58, 0x80, 0x76, 0xa1, 0x25, 0x4c, 0x97, 0xcb, + 0x49, 0x84, 0xf5, 0xe9, 0x34, 0x05, 0xe1, 0x0d, 0x89, 0x30, 0xda, 0x81, 0x66, 0x6e, 0x80, 0x6f, + 0x29, 0x9e, 0x19, 0xdb, 0x07, 0xd0, 0x29, 0x47, 0xe5, 0xfa, 0x51, 0x8b, 0xf7, 0xe8, 0x8e, 0xc5, + 0xf2, 0x0d, 0xf9, 0xc9, 0xeb, 0x9a, 0x57, 0x9e, 0x62, 0x3f, 0x81, 0xb5, 0x89, 0x98, 0x5c, 0xac, + 0x29, 0xe2, 0xee, 0xd2, 0x77, 0xe6, 0x63, 0xfb, 0x4c, 0xbc, 0x83, 0x3c, 0xde, 0x9e, 0x81, 0x44, + 0x1f, 0xc2, 0xca, 0x65, 0x42, 0x7d, 0x91, 0xd8, 0x84, 0x58, 0xda, 0x25, 0x75, 0x5d, 0xcb, 0x92, + 0x7a, 0xa4, 0x89, 0x36, 0x81, 0x95, 0xf1, 0x80, 0xbc, 0xfc, 0x94, 0x1a, 0xb3, 0x9f, 0xd2, 0xfc, + 0xc4, 0x53, 0x12, 0x3b, 0xba, 0x4c, 0x12, 0x1e, 0x27, 0x3c, 0x3f, 0x4b, 0x33, 0xb6, 0xff, 0x7d, + 0x01, 0xd0, 0x64, 0xcc, 0x8e, 0x7e, 0x06, 0xab, 0x84, 0x67, 0x31, 0x66, 0x2e, 0xe3, 0x09, 0x95, + 0xb7, 0x25, 0xd6, 0x5d, 0x70, 0x96, 0x15, 0xb9, 0x27, 0xa8, 0x27, 0x41, 0xc5, 0xe2, 0xcc, 0x57, + 0x2d, 0x0e, 0xfa, 0x1a, 0x96, 0x92, 0x54, 0x9d, 0xf8, 0x42, 0x35, 0x93, 0x9e, 0x5c, 0xf6, 0x4c, + 0x41, 0x1d, 0x33, 0x47, 0x7c, 0x5c, 0xe4, 0xc5, 0xe4, 0x52, 0x64, 0x73, 0x19, 0x0d, 0xf5, 0x6d, + 0xb7, 0x0d, 0xed, 0x2d, 0x0d, 0xc5, 0x43, 0x54, 0xaa, 0x1f, 0xe1, 0x98, 0xbb, 0x97, 0xa1, 0xd7, + 0x67, 0x32, 0x69, 0x5f, 0x30, 0x26, 0x41, 0xd0, 0x5f, 0x0a, 0x32, 0x3a, 0x83, 0xe5, 0xf1, 0xc8, + 0x6d, 0xb1, 0x1a, 0xb9, 0x4d, 0x6e, 0x69, 0x2c, 0x2c, 0x73, 0xc6, 0xe7, 0xa3, 0x97, 0x00, 0xa5, + 0x88, 0x6c, 0x69, 0x8a, 0x8b, 0xa9, 0x8d, 0xb8, 0x9c, 0xd2, 0x4c, 0xf4, 0x0b, 0xb8, 0xe3, 0x0f, + 0xbc, 0xb8, 0x8f, 0xdd, 0xd2, 0xa7, 0x30, 0xe1, 0xe5, 0x64, 0xda, 0xdd, 0x72, 0x36, 0x15, 0xfb, + 0x34, 0xe7, 0xf6, 0x04, 0xd3, 0x3e, 0x82, 0xed, 0xa9, 0x87, 0x88, 0x3e, 0x82, 0xd5, 0x34, 0xa3, + 0xfe, 0x40, 0xe4, 0xd1, 0x11, 0xe6, 0x83, 0xc4, 0x5c, 0xe1, 0x8a, 0x21, 0x9f, 0x4a, 0xaa, 0xfd, + 0x00, 0xf6, 0x6f, 0xf8, 0x6e, 0x7b, 0x0f, 0xee, 0xce, 0xfa, 0x18, 0xfb, 0x7f, 0x1a, 0x39, 0xa0, + 0xde, 0x61, 0x3e, 0x86, 0xa6, 0xb9, 0x34, 0xb9, 0x8b, 0xb1, 0xd0, 0xfb, 0x54, 0x73, 0x9c, 0x1c, + 0x33, 0x71, 0xf1, 0xf3, 0x93, 0x17, 0xff, 0xe7, 0xb0, 0x53, 0x86, 0xb8, 0x29, 0x89, 0xa5, 0xdb, + 0xf2, 0x31, 0xe5, 0xe2, 0xb5, 0x2d, 0x3c, 0xea, 0x38, 0x77, 0x4a, 0x13, 0xce, 0x15, 0xff, 0x50, + 0xb0, 0xd1, 0x09, 0x3c, 0x30, 0x78, 0x8a, 0x87, 0x89, 0x89, 0xeb, 0x07, 0xd8, 0xbf, 0x72, 0x85, + 0x2b, 0x26, 0x14, 0x2b, 0xdb, 0xd2, 0x74, 0xf6, 0x34, 0xd0, 0xc9, 0x71, 0x87, 0x02, 0xe6, 0x68, + 0x94, 0x7d, 0x02, 0x4d, 0xf3, 0x01, 0xe8, 0x6b, 0x58, 0xc9, 0xf7, 0x44, 0x38, 0x8e, 0x94, 0x9b, + 0x19, 0xcb, 0x6e, 0x0c, 0xf6, 0x84, 0xe3, 0xc8, 0x59, 0x8e, 0x4a, 0x23, 0x66, 0xf7, 0xa1, 0x53, + 0x66, 0xa3, 0x8f, 0x60, 0xd1, 0x63, 0x0c, 0x73, 0x23, 0x66, 0xb5, 0x14, 0x6c, 0x09, 0xba, 0xa3, + 0xd9, 0xf2, 0x78, 0x31, 0xf7, 0x84, 0x17, 0xd0, 0xe5, 0xba, 0xf2, 0xf1, 0x6a, 0x8e, 0x93, 0x63, + 0xec, 0xdf, 0xc2, 0x6d, 0x29, 0x40, 0xf8, 0xe8, 0x2b, 0x12, 0xe7, 0x3e, 0x5a, 0xfc, 0x46, 0xdb, + 0xd0, 0x8c, 0x82, 0x67, 0x2e, 0x23, 0x3f, 0x2a, 0xbf, 0xb5, 0xe0, 0x2c, 0x45, 0xc1, 0xb3, 0x1e, + 0xf9, 0x51, 0xba, 0xf4, 0x28, 0x78, 0xa6, 0x4e, 0xb7, 0xe5, 0xc8, 0xdf, 0xc2, 0x31, 0x15, 0xaa, + 0x29, 0x7e, 0xda, 0x7f, 0x6c, 0x40, 0xd3, 0x2c, 0x8a, 0x7e, 0x0e, 0x6b, 0x17, 0x59, 0x1c, 0x84, + 0xc2, 0x86, 0x54, 0x42, 0x93, 0xae, 0x62, 0x9c, 0x14, 0xe6, 0xe2, 0x43, 0x58, 0xd1, 0xe0, 0x21, + 0xa6, 0xcc, 0xd8, 0xc7, 0x96, 0xb3, 0xac, 0xa8, 0xef, 0x14, 0x11, 0x7d, 0x02, 0xb7, 0xd5, 0xe9, + 0x2e, 0xc8, 0x63, 0x29, 0x55, 0x41, 0x9e, 0x2b, 0x89, 0xf1, 0x65, 0xe2, 0x28, 0x48, 0xfe, 0x85, + 0xb7, 0x4a, 0x5f, 0xb8, 0x03, 0x4d, 0x96, 0x5d, 0x70, 0xc2, 0x75, 0x81, 0x4f, 0x38, 0x17, 0x3d, + 0x46, 0x1b, 0x70, 0x5b, 0x31, 0x16, 0x25, 0x43, 0x0d, 0xec, 0xdf, 0x03, 0x14, 0xa2, 0xff, 0x2f, + 0xbe, 0xc9, 0xfe, 0x6b, 0x58, 0xaf, 0xa9, 0x48, 0xdc, 0x14, 0xd2, 0x09, 0x2d, 0xaf, 0x56, 0x3a, + 0x94, 0xf8, 0x15, 0x3a, 0x26, 0xc8, 0xfe, 0x15, 0x6c, 0xd5, 0x57, 0x26, 0x6e, 0x8e, 0xbb, 0xec, + 0xcf, 0x61, 0x6d, 0xa2, 0xfa, 0x70, 0x63, 0xb0, 0xf9, 0x1d, 0xac, 0x56, 0xaa, 0x0c, 0xe8, 0x1e, + 0x80, 0xae, 0x48, 0xb8, 0x79, 0x5c, 0xd8, 0xd2, 0x94, 0x93, 0x40, 0x9c, 0x94, 0x2c, 0x42, 0x28, + 0x65, 0x2c, 0xd4, 0x7e, 0xb9, 0xa0, 0xbe, 0xa5, 0xa1, 0xfd, 0x25, 0x6c, 0xd4, 0x55, 0x1c, 0xde, + 0xe3, 0x3b, 0xfe, 0x69, 0x1e, 0x36, 0xea, 0xaa, 0x49, 0xe8, 0x15, 0x3c, 0x64, 0x57, 0x24, 0x75, + 0x53, 0x4a, 0x22, 0x8f, 0xea, 0xb0, 0xc8, 0xcd, 0xeb, 0x53, 0x14, 0x2b, 0x7f, 0xa1, 0x82, 0x86, + 0x7d, 0x01, 0x3d, 0x57, 0x48, 0x19, 0x21, 0x19, 0x91, 0x1a, 0x86, 0xde, 0xc1, 0xc7, 0x22, 0x3b, + 0xa8, 0x17, 0xe6, 0x31, 0x97, 0xe2, 0x7e, 0x16, 0x7a, 0x54, 0x15, 0xf2, 0x54, 0x00, 0xf0, 0x90, + 0x61, 0x5e, 0x23, 0xf2, 0x80, 0x39, 0x0a, 0x2b, 0x23, 0x8b, 0xef, 0x61, 0x5b, 0xe6, 0xa0, 0x5a, + 0xa0, 0xcc, 0x44, 0xb5, 0x58, 0xa3, 0x0a, 0xa5, 0x34, 0x57, 0xa4, 0x9b, 0x4a, 0x96, 0x00, 0x6a, + 0x81, 0xcc, 0xd9, 0xf2, 0x6a, 0xe9, 0xf6, 0xdf, 0x37, 0x60, 0xab, 0x7e, 0x8a, 0xb8, 0x36, 0x36, + 0x48, 0x28, 0x2f, 0x47, 0x79, 0x2d, 0x49, 0x91, 0xf1, 0xdd, 0x2e, 0xb4, 0x2e, 0xb3, 0x30, 0x54, + 0xdc, 0x79, 0x1d, 0x5f, 0x64, 0x61, 0x28, 0x99, 0x0f, 0x61, 0xd9, 0xc4, 0x66, 0xee, 0xc0, 0x63, + 0x03, 0x19, 0x06, 0x74, 0x9c, 0x8e, 0x21, 0x1e, 0x7b, 0x6c, 0x80, 0xb6, 0x60, 0x71, 0x40, 0x82, + 0x00, 0xc7, 0xda, 0xe4, 0xea, 0x91, 0x4d, 0xa1, 0x53, 0x2e, 0x06, 0xbd, 0x77, 0x54, 0xb2, 0x0b, + 0x2d, 0x59, 0x1d, 0x2a, 0xbd, 0xa1, 0xa6, 0x24, 0x08, 0xbf, 0x71, 0x0f, 0x40, 0x31, 0x65, 0x0b, + 0x44, 0xc5, 0x43, 0x0a, 0xfe, 0x66, 0x94, 0x62, 0x7b, 0x04, 0xed, 0x52, 0x09, 0xa9, 0x82, 0x6e, + 0x54, 0xd0, 0x75, 0x3b, 0x9a, 0xaf, 0xdb, 0x91, 0x38, 0x06, 0xa1, 0xe8, 0x8c, 0x0b, 0xd7, 0x4e, + 0x02, 0xbd, 0x6e, 0xa7, 0x20, 0x9e, 0x04, 0xf6, 0x9f, 0x41, 0xd3, 0x54, 0xa1, 0xd0, 0x67, 0xa5, + 0x5a, 0x95, 0x32, 0xfe, 0x6b, 0x13, 0xb5, 0xaa, 0xa2, 0x50, 0x65, 0xff, 0x47, 0x13, 0x96, 0x34, + 0x55, 0x58, 0x3c, 0x61, 0xfa, 0x8c, 0x4d, 0x17, 0xbf, 0xd1, 0x57, 0x79, 0x31, 0x3f, 0xbf, 0xa5, + 0x9a, 0x9e, 0x80, 0xb8, 0x31, 0x23, 0x5b, 0x57, 0xf4, 0xe5, 0x25, 0x3e, 0x83, 0xe6, 0x20, 0x61, + 0x5c, 0x4e, 0x5d, 0xa8, 0x96, 0x12, 0x8f, 0x35, 0x27, 0xdf, 0x94, 0x81, 0xa2, 0xe7, 0xb0, 0x3c, + 0x4c, 0xc4, 0x9a, 0x34, 0xf1, 0x22, 0x12, 0xf7, 0x75, 0xd7, 0xa6, 0x54, 0xe2, 0x79, 0x27, 0xd8, + 0x8e, 0xe2, 0x9a, 0xf9, 0x9d, 0x61, 0x89, 0x88, 0xbe, 0x85, 0xae, 0x38, 0xa3, 0x24, 0xf6, 0x42, + 0x77, 0x90, 0x70, 0x96, 0x26, 0x5c, 0xf7, 0x64, 0x4a, 0x4f, 0xfd, 0x5c, 0x23, 0x8e, 0x15, 0xc0, + 0x48, 0x5a, 0x4d, 0xc7, 0xe9, 0xe8, 0x4b, 0x68, 0x5d, 0x7b, 0x61, 0x98, 0x7a, 0x29, 0xa6, 0x3a, + 0xf8, 0x2b, 0x95, 0x59, 0xbe, 0x33, 0x2c, 0x33, 0xbf, 0x00, 0xa3, 0xbf, 0x84, 0x8e, 0x4c, 0xb1, + 0xcc, 0x97, 0x2c, 0x55, 0x4b, 0x15, 0x22, 0xcf, 0xaa, 0x7c, 0x48, 0x3b, 0x28, 0x68, 0x62, 0xe9, + 0x8b, 0x30, 0xc3, 0x3c, 0x49, 0xf8, 0x40, 0xf7, 0x52, 0x4a, 0x4b, 0x3f, 0x37, 0xac, 0x7c, 0xe9, + 0x1c, 0x8c, 0x7e, 0x07, 0x5b, 0x53, 0x4a, 0x80, 0xad, 0x6a, 0xc0, 0x59, 0x1b, 0x9c, 0x19, 0x91, + 0x9b, 0x5e, 0x6d, 0xe5, 0xef, 0x2b, 0x68, 0x47, 0x41, 0xe4, 0x9a, 0x28, 0x1d, 0xaa, 0x2f, 0xe3, + 0xf4, 0xe8, 0x54, 0x47, 0x94, 0xf9, 0xcb, 0x88, 0x82, 0xc8, 0x04, 0x99, 0x18, 0x76, 0x4c, 0x97, + 0x47, 0xb6, 0x89, 0xdc, 0x3e, 0xf5, 0x7c, 0xec, 0xa6, 0x98, 0x92, 0x24, 0xd0, 0x6d, 0x97, 0x47, + 0xa5, 0x8b, 0xd2, 0x58, 0x91, 0x30, 0xff, 0x5a, 0x20, 0xcf, 0x25, 0xd0, 0x48, 0xbe, 0x93, 0xd6, + 0xf3, 0xd1, 0xf7, 0xb0, 0x15, 0x79, 0x3f, 0x90, 0x28, 0x8b, 0x44, 0x16, 0x27, 0x4d, 0xba, 0xb4, + 0x9e, 0xa6, 0x27, 0xf3, 0x61, 0x39, 0xbe, 0x92, 0x38, 0x47, 0xc3, 0x84, 0xe1, 0xcc, 0x77, 0xbe, + 0x11, 0xd5, 0x30, 0xd1, 0x5f, 0xc1, 0x66, 0x40, 0xbc, 0x7e, 0x9c, 0x30, 0x4e, 0x7c, 0x97, 0x65, + 0x17, 0x11, 0x61, 0xd2, 0x4f, 0x2f, 0x57, 0x65, 0x1f, 0xe5, 0xb0, 0x5e, 0x8e, 0xca, 0x65, 0x07, + 0x35, 0x4c, 0xa1, 0x02, 0x5e, 0x9a, 0xba, 0x5e, 0xec, 0x85, 0x23, 0x4e, 0x7c, 0xa6, 0xfb, 0x36, + 0xe3, 0x6d, 0x88, 0x03, 0xc3, 0xcd, 0x55, 0xc0, 0x2b, 0x11, 0xd1, 0x25, 0x6c, 0x4f, 0x2f, 0x3e, + 0xaf, 0x56, 0x53, 0x98, 0x69, 0x31, 0xbc, 0x91, 0x6d, 0x79, 0xd3, 0x82, 0xfc, 0x27, 0xb0, 0x5e, + 0xa3, 0x8f, 0x22, 0xf5, 0x54, 0xbd, 0xa0, 0x40, 0xfb, 0x3f, 0x33, 0xb4, 0x9f, 0xc2, 0x56, 0xbd, + 0xe6, 0xcd, 0x98, 0xf3, 0x17, 0xd0, 0xad, 0xea, 0x99, 0x08, 0xb9, 0x48, 0x64, 0x52, 0xdb, 0x8e, + 0xa3, 0x06, 0x82, 0x7a, 0x3d, 0xc0, 0xd4, 0xc4, 0xa0, 0x6a, 0x60, 0x3f, 0x06, 0x34, 0xa9, 0x6a, + 0x33, 0xd6, 0xfb, 0x14, 0xba, 0x55, 0xe5, 0x9a, 0x81, 0xfe, 0x87, 0x06, 0xdc, 0x9d, 0xa5, 0x44, + 0x37, 0x86, 0x63, 0xef, 0xa6, 0x2a, 0xab, 0x32, 0xb9, 0xfb, 0x37, 0x28, 0xeb, 0x14, 0x2d, 0xb5, + 0xff, 0xb6, 0x01, 0xfb, 0x37, 0xdc, 0xec, 0x8d, 0x7b, 0x7b, 0x0e, 0xf7, 0xc6, 0xde, 0x8e, 0x1b, + 0xa8, 0x8a, 0x87, 0x88, 0x51, 0xf2, 0xcc, 0xa1, 0xe3, 0xec, 0x8e, 0x81, 0x8e, 0x72, 0x8c, 0x38, + 0x76, 0xfb, 0x29, 0x6c, 0xd6, 0x37, 0x10, 0xb6, 0xa1, 0x39, 0x4c, 0xe3, 0xf2, 0x5f, 0x16, 0x96, + 0x86, 0x69, 0xfc, 0x36, 0x23, 0x81, 0xfd, 0x85, 0xa9, 0xc4, 0x95, 0xdc, 0x0b, 0xda, 0x1f, 0x77, + 0x48, 0x7a, 0xb7, 0x85, 0xcf, 0xb1, 0x3f, 0x83, 0xd5, 0x8a, 0x67, 0x11, 0x61, 0x7b, 0xee, 0x86, + 0x74, 0x65, 0xc5, 0x8c, 0xed, 0xdf, 0xc0, 0xda, 0x84, 0xa5, 0x42, 0xcf, 0xc6, 0x6d, 0x5b, 0xa3, + 0xda, 0x33, 0x2d, 0x66, 0x94, 0x8d, 0x9a, 0x1d, 0x00, 0x14, 0x1c, 0xf4, 0x0e, 0x1e, 0xc9, 0x1a, + 0xb6, 0xee, 0xf9, 0x09, 0x23, 0x27, 0xab, 0x64, 0x38, 0x70, 0xaf, 0x07, 0x24, 0xc4, 0x2e, 0xcb, + 0x52, 0x4c, 0x87, 0x84, 0xe5, 0xcf, 0xe9, 0x83, 0x02, 0x2f, 0x0c, 0xd9, 0x81, 0x42, 0x7f, 0x27, + 0xc0, 0xbd, 0x1c, 0x6b, 0xff, 0x0e, 0xf6, 0x66, 0x9b, 0x43, 0x91, 0xe1, 0xce, 0x30, 0xae, 0x2a, + 0xf2, 0x99, 0x66, 0x32, 0xed, 0x1e, 0xec, 0xce, 0x30, 0x85, 0xe8, 0x8b, 0xa9, 0x16, 0x55, 0xc9, + 0xad, 0x35, 0x95, 0xf6, 0x2f, 0x61, 0x77, 0x86, 0x0d, 0x9c, 0xa1, 0x58, 0x4f, 0x64, 0x76, 0x53, + 0x35, 0x74, 0x33, 0x26, 0x1c, 0xc2, 0xfe, 0x0d, 0x6d, 0xb4, 0xf7, 0x88, 0xf7, 0xbf, 0x81, 0xbb, + 0xb3, 0xba, 0x62, 0xef, 0x21, 0xa1, 0x0f, 0x3b, 0xd3, 0x3b, 0x5d, 0xef, 0x51, 0xb1, 0xfe, 0x08, + 0x56, 0x75, 0xd7, 0x3e, 0x6f, 0xa5, 0xa9, 0x80, 0x7f, 0x45, 0x91, 0x8d, 0x28, 0xfb, 0x6f, 0x1a, + 0xb0, 0x5e, 0xd3, 0xf0, 0x42, 0x1f, 0x43, 0xd7, 0xcf, 0x28, 0x15, 0xd7, 0x93, 0xd7, 0x3c, 0x75, + 0x9d, 0x55, 0xd3, 0x73, 0xe8, 0x03, 0xe8, 0xc4, 0xf8, 0xba, 0x80, 0xe9, 0x9a, 0x49, 0x8c, 0xaf, + 0x73, 0xc8, 0x3e, 0xb4, 0x55, 0x05, 0x38, 0xa1, 0x49, 0xc4, 0x74, 0xdd, 0x17, 0x24, 0xe9, 0x4c, + 0x50, 0xec, 0x2f, 0x60, 0xab, 0xbe, 0x3d, 0x36, 0x56, 0x74, 0x6d, 0x54, 0x8a, 0xae, 0x67, 0xb0, + 0x51, 0xd7, 0xf7, 0x12, 0x91, 0x68, 0xbf, 0xd4, 0x01, 0x10, 0xbf, 0x27, 0x13, 0x82, 0xf9, 0xc9, + 0x84, 0x40, 0x78, 0x89, 0x6a, 0x8f, 0x0a, 0x7d, 0x02, 0x4b, 0xaa, 0xa9, 0x65, 0x02, 0xe2, 0x6e, + 0xe9, 0x3f, 0x14, 0x92, 0xe1, 0x18, 0x80, 0x3d, 0x82, 0x45, 0x3d, 0x6b, 0x1f, 0xda, 0x29, 0x4d, + 0x82, 0xcc, 0x57, 0x2d, 0x26, 0x6d, 0x67, 0x34, 0xe9, 0x5b, 0x3c, 0x92, 0x65, 0x32, 0x0d, 0x18, + 0xcf, 0xcf, 0x57, 0x34, 0xd9, 0x14, 0x1d, 0x64, 0x76, 0xaa, 0xff, 0x01, 0x21, 0x6d, 0xa2, 0x8e, + 0xe1, 0x4d, 0x3b, 0xfb, 0x40, 0x12, 0xed, 0x4f, 0x61, 0xa3, 0xae, 0xbd, 0x26, 0xdc, 0x99, 0x2c, + 0xf2, 0xea, 0x87, 0xae, 0x06, 0xf6, 0x2b, 0x40, 0x93, 0x6d, 0x33, 0xf4, 0x0b, 0xb8, 0x73, 0x49, + 0x42, 0x8e, 0x69, 0xd1, 0x6f, 0x73, 0xd3, 0x84, 0xc4, 0xdc, 0xbc, 0xb1, 0x4d, 0xc5, 0xce, 0xa7, + 0x9c, 0x4b, 0xa6, 0xfd, 0xa7, 0x06, 0xa0, 0xc9, 0x9e, 0x99, 0xb0, 0xcd, 0x57, 0x78, 0x54, 0xce, + 0x60, 0x96, 0xae, 0xf0, 0x48, 0xe6, 0x2f, 0x47, 0xd0, 0x2d, 0x7a, 0x70, 0xaa, 0xb7, 0xa1, 0x3d, + 0x55, 0x29, 0xc2, 0xcf, 0x85, 0xa9, 0xb2, 0xb8, 0xb3, 0x9a, 0x4f, 0x51, 0x04, 0x71, 0x86, 0xe2, + 0xe5, 0xf9, 0x98, 0x8a, 0x77, 0xef, 0x7b, 0xba, 0xce, 0xdc, 0x71, 0x56, 0x62, 0x7c, 0x7d, 0x58, + 0x50, 0xd1, 0x37, 0x70, 0x97, 0xe2, 0x34, 0x1c, 0xb9, 0x38, 0xf6, 0xe9, 0x48, 0xd7, 0x2c, 0x4a, + 0xb3, 0x6e, 0xc9, 0x59, 0x3b, 0x12, 0xf3, 0x22, 0x87, 0x94, 0x24, 0xd8, 0xff, 0xdc, 0x80, 0xd5, + 0xca, 0x7e, 0x66, 0x3d, 0x4d, 0xd5, 0x24, 0x11, 0xc6, 0x18, 0x8b, 0xfb, 0x77, 0xf1, 0x0f, 0x69, + 0x42, 0xb9, 0x7e, 0x73, 0x5d, 0xcd, 0xf9, 0x16, 0x8f, 0x5e, 0x48, 0x3a, 0xfa, 0x1a, 0x76, 0x27, + 0xd1, 0x85, 0x46, 0xa9, 0x0b, 0xb7, 0xaa, 0xd3, 0xcc, 0x7b, 0xb7, 0xbf, 0x82, 0xb5, 0x89, 0x8e, + 0x9f, 0x38, 0x9c, 0x6a, 0x9f, 0x50, 0x6d, 0x72, 0xe5, 0x62, 0x0c, 0x68, 0xff, 0x57, 0x03, 0x96, + 0x1d, 0xcc, 0xb2, 0x90, 0x9b, 0xff, 0x02, 0x22, 0xb8, 0x95, 0x05, 0xa5, 0x0e, 0x5a, 0x40, 0x26, + 0xff, 0x1f, 0x38, 0x3f, 0xf9, 0xff, 0xc0, 0x67, 0xd0, 0xc6, 0x94, 0x26, 0xd4, 0xf5, 0x07, 0x1e, + 0x89, 0x27, 0x8b, 0x64, 0x2f, 0x04, 0xf3, 0x50, 0xf0, 0x1c, 0xc0, 0xf9, 0x6f, 0xbb, 0x07, 0x8b, + 0x3d, 0xee, 0xf1, 0x8c, 0xa1, 0x2e, 0x74, 0x0e, 0xfc, 0xab, 0x38, 0xb9, 0x0e, 0x71, 0xd0, 0xc7, + 0x41, 0x77, 0x0e, 0xb5, 0xe0, 0xb6, 0x9c, 0xd5, 0x6d, 0xa0, 0x2d, 0x40, 0xfa, 0xff, 0x84, 0x2f, + 0x65, 0x5f, 0x4d, 0xd1, 0xe7, 0x51, 0x13, 0x6e, 0x9d, 0x04, 0x21, 0xee, 0x2e, 0x20, 0x80, 0xc5, + 0xd7, 0x09, 0x7f, 0x9d, 0x5c, 0x77, 0x6f, 0xd9, 0xff, 0xd6, 0x00, 0x28, 0xd6, 0x43, 0x9f, 0xc3, + 0x66, 0x98, 0xf8, 0x5e, 0x48, 0x7e, 0xc4, 0x81, 0x1b, 0x60, 0xe6, 0x53, 0x92, 0xe6, 0xa5, 0x95, + 0x96, 0xb3, 0x91, 0x33, 0x8f, 0x0a, 0x9e, 0xf0, 0x55, 0x19, 0x73, 0x71, 0xdc, 0x0f, 0x09, 0x1b, + 0x8c, 0xcd, 0x52, 0x1f, 0xbf, 0x91, 0xb1, 0x17, 0x8a, 0x59, 0x9e, 0xf5, 0x00, 0x3a, 0xea, 0x14, + 0x82, 0x24, 0x52, 0xc7, 0x20, 0x0f, 0x4a, 0xd2, 0x8e, 0x24, 0x49, 0x24, 0xf7, 0xfa, 0xa0, 0x92, + 0x40, 0x3d, 0xbe, 0xdb, 0x4e, 0x4b, 0x9d, 0x48, 0x12, 0xe0, 0xe7, 0xdd, 0xff, 0xfc, 0x69, 0xaf, + 0xf1, 0xc7, 0x9f, 0xf6, 0x1a, 0x7f, 0xfa, 0x69, 0xaf, 0xf1, 0x8f, 0xff, 0xbd, 0x37, 0x77, 0xb1, + 0x28, 0x0f, 0xf0, 0xf3, 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x7d, 0x53, 0x3f, 0xe1, 0xcc, 0x29, + 0x00, 0x00, +} + func (m *CommandPayload) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -3060,6 +5375,9 @@ func (m *CommandPayload) MarshalTo(dAtA []byte) (int, error) { } i += n1 } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -3091,6 +5409,9 @@ func (m *Command) MarshalTo(dAtA []byte) (int, error) { } i += nn2 } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -3626,6 +5947,22 @@ func (m *Command_InstallEnterpriseApplication) MarshalTo(dAtA []byte) (int, erro } return i, nil } +func (m *Command_SetBootstrapToken) MarshalTo(dAtA []byte) (int, error) { + i := 0 + if m.SetBootstrapToken != nil { + dAtA[i] = 0xaa + i++ + dAtA[i] = 0x2 + i++ + i = encodeVarintMdm(dAtA, i, uint64(m.SetBootstrapToken.Size())) + n38, err := m.SetBootstrapToken.MarshalTo(dAtA[i:]) + if err != nil { + return 0, err + } + i += n38 + } + return i, nil +} func (m *InstallProfile) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -3647,6 +5984,9 @@ func (m *InstallProfile) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintMdm(dAtA, i, uint64(len(m.Payload))) i += copy(dAtA[i:], m.Payload) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -3671,6 +6011,9 @@ func (m *RemoveProfile) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintMdm(dAtA, i, uint64(len(m.Identifier))) i += copy(dAtA[i:], m.Identifier) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -3695,6 +6038,9 @@ func (m *InstallProvisioningProfile) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintMdm(dAtA, i, uint64(len(m.ProvisioningProfile))) i += copy(dAtA[i:], m.ProvisioningProfile) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -3719,6 +6065,9 @@ func (m *RemoveProvisioningProfile) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintMdm(dAtA, i, uint64(len(m.Uuid))) i += copy(dAtA[i:], m.Uuid) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -3762,6 +6111,9 @@ func (m *InstalledApplicationList) MarshalTo(dAtA []byte) (int, error) { } i++ } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -3795,6 +6147,9 @@ func (m *DeviceInformation) MarshalTo(dAtA []byte) (int, error) { i += copy(dAtA[i:], s) } } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -3819,6 +6174,9 @@ func (m *ClearPasscode) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintMdm(dAtA, i, uint64(len(m.UnlockToken))) i += copy(dAtA[i:], m.UnlockToken) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -3855,6 +6213,9 @@ func (m *DeviceLock) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintMdm(dAtA, i, uint64(len(m.PhoneNumber))) i += copy(dAtA[i:], m.PhoneNumber) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -3899,6 +6260,9 @@ func (m *EraseDevice) MarshalTo(dAtA []byte) (int, error) { } i++ } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -3941,6 +6305,9 @@ func (m *RequestMirroring) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintMdm(dAtA, i, uint64(len(m.Password))) i += copy(dAtA[i:], m.Password) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -3969,6 +6336,9 @@ func (m *Restrictions) MarshalTo(dAtA []byte) (int, error) { } i++ } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -3993,6 +6363,9 @@ func (m *UnlockUserAccount) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintMdm(dAtA, i, uint64(len(m.Username))) i += copy(dAtA[i:], m.Username) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -4027,6 +6400,9 @@ func (m *DeleteUser) MarshalTo(dAtA []byte) (int, error) { } i++ } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -4063,6 +6439,9 @@ func (m *EnableLostMode) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintMdm(dAtA, i, uint64(len(m.Footnote))) i += copy(dAtA[i:], m.Footnote) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -4096,11 +6475,11 @@ func (m *InstallApplication) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1a i++ i = encodeVarintMdm(dAtA, i, uint64(m.Options.Size())) - n38, err := m.Options.MarshalTo(dAtA[i:]) + n39, err := m.Options.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n38 + i += n39 } if len(m.ManifestUrl) > 0 { dAtA[i] = 0x22 @@ -4117,21 +6496,21 @@ func (m *InstallApplication) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x32 i++ i = encodeVarintMdm(dAtA, i, uint64(m.Configuration.Size())) - n39, err := m.Configuration.MarshalTo(dAtA[i:]) + n40, err := m.Configuration.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n39 + i += n40 } if m.Attributes != nil { dAtA[i] = 0x3a i++ i = encodeVarintMdm(dAtA, i, uint64(m.Attributes.Size())) - n40, err := m.Attributes.MarshalTo(dAtA[i:]) + n41, err := m.Attributes.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n40 + i += n41 } if len(m.ChangeManagementState) > 0 { dAtA[i] = 0x42 @@ -4139,6 +6518,9 @@ func (m *InstallApplication) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintMdm(dAtA, i, uint64(len(m.ChangeManagementState))) i += copy(dAtA[i:], m.ChangeManagementState) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -4162,6 +6544,9 @@ func (m *InstallApplicationOptions) MarshalTo(dAtA []byte) (int, error) { i++ i = encodeVarintMdm(dAtA, i, uint64(m.PurchaseMethod)) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -4180,6 +6565,9 @@ func (m *InstallApplicationConfiguration) MarshalTo(dAtA []byte) (int, error) { _ = i var l int _ = l + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -4198,6 +6586,9 @@ func (m *InstallApplicationAttributes) MarshalTo(dAtA []byte) (int, error) { _ = i var l int _ = l + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -4220,11 +6611,11 @@ func (m *InstallEnterpriseApplication) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintMdm(dAtA, i, uint64(m.Manifest.Size())) - n41, err := m.Manifest.MarshalTo(dAtA[i:]) + n42, err := m.Manifest.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n41 + i += n42 } if len(m.ManifestUrl) > 0 { dAtA[i] = 0x12 @@ -4250,6 +6641,9 @@ func (m *InstallEnterpriseApplication) MarshalTo(dAtA []byte) (int, error) { } i++ } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -4280,6 +6674,9 @@ func (m *Manifest) MarshalTo(dAtA []byte) (int, error) { i += n } } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -4314,11 +6711,14 @@ func (m *ManifestItem) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintMdm(dAtA, i, uint64(m.Metadata.Size())) - n42, err := m.Metadata.MarshalTo(dAtA[i:]) + n43, err := m.Metadata.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n42 + i += n43 + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) } return i, nil } @@ -4370,6 +6770,9 @@ func (m *Asset) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintMdm(dAtA, i, uint64(len(m.Url))) i += copy(dAtA[i:], m.Url) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -4430,6 +6833,9 @@ func (m *Metadata) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintMdm(dAtA, i, uint64(len(m.Title))) i += copy(dAtA[i:], m.Title) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -4460,6 +6866,9 @@ func (m *BundleInfo) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintMdm(dAtA, i, uint64(len(m.BundleVersion))) i += copy(dAtA[i:], m.BundleVersion) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -4490,6 +6899,9 @@ func (m *ApplyRedemptionCode) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintMdm(dAtA, i, uint64(len(m.RedemptionCode))) i += copy(dAtA[i:], m.RedemptionCode) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -4523,6 +6935,9 @@ func (m *ManagedApplicationList) MarshalTo(dAtA []byte) (int, error) { i += copy(dAtA[i:], s) } } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -4547,6 +6962,9 @@ func (m *RemoveApplication) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintMdm(dAtA, i, uint64(len(m.Identifier))) i += copy(dAtA[i:], m.Identifier) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -4577,6 +6995,9 @@ func (m *InviteToProgram) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintMdm(dAtA, i, uint64(len(m.InvitationUrl))) i += copy(dAtA[i:], m.InvitationUrl) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -4610,6 +7031,9 @@ func (m *ValidateApplications) MarshalTo(dAtA []byte) (int, error) { i += copy(dAtA[i:], s) } } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -4660,6 +7084,9 @@ func (m *AccountConfiguration) MarshalTo(dAtA []byte) (int, error) { i += n } } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -4706,6 +7133,9 @@ func (m *AutoSetupAdminAccounts) MarshalTo(dAtA []byte) (int, error) { } i++ } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -4741,6 +7171,9 @@ func (m *InstallMedia) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintMdm(dAtA, i, uint64(len(m.MediaType))) i += copy(dAtA[i:], m.MediaType) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -4776,6 +7209,9 @@ func (m *RemoveMedia) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintMdm(dAtA, i, uint64(len(m.PersistentId))) i += copy(dAtA[i:], m.PersistentId) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -4806,6 +7242,9 @@ func (m *Settings) MarshalTo(dAtA []byte) (int, error) { i += n } } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -4834,142 +7273,145 @@ func (m *Setting) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintMdm(dAtA, i, uint64(m.DeviceName.Size())) - n43, err := m.DeviceName.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err - } - i += n43 - } - if m.Hostname != nil { - dAtA[i] = 0x1a - i++ - i = encodeVarintMdm(dAtA, i, uint64(m.Hostname.Size())) - n44, err := m.Hostname.MarshalTo(dAtA[i:]) + n44, err := m.DeviceName.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n44 } - if m.VoiceRoaming != nil { - dAtA[i] = 0x22 + if m.Hostname != nil { + dAtA[i] = 0x1a i++ - i = encodeVarintMdm(dAtA, i, uint64(m.VoiceRoaming.Size())) - n45, err := m.VoiceRoaming.MarshalTo(dAtA[i:]) + i = encodeVarintMdm(dAtA, i, uint64(m.Hostname.Size())) + n45, err := m.Hostname.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n45 } - if m.PersonalHotspot != nil { - dAtA[i] = 0x2a + if m.VoiceRoaming != nil { + dAtA[i] = 0x22 i++ - i = encodeVarintMdm(dAtA, i, uint64(m.PersonalHotspot.Size())) - n46, err := m.PersonalHotspot.MarshalTo(dAtA[i:]) + i = encodeVarintMdm(dAtA, i, uint64(m.VoiceRoaming.Size())) + n46, err := m.VoiceRoaming.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n46 } - if m.Wallpaper != nil { - dAtA[i] = 0x32 + if m.PersonalHotspot != nil { + dAtA[i] = 0x2a i++ - i = encodeVarintMdm(dAtA, i, uint64(m.Wallpaper.Size())) - n47, err := m.Wallpaper.MarshalTo(dAtA[i:]) + i = encodeVarintMdm(dAtA, i, uint64(m.PersonalHotspot.Size())) + n47, err := m.PersonalHotspot.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n47 } - if m.DataRoaming != nil { - dAtA[i] = 0x3a + if m.Wallpaper != nil { + dAtA[i] = 0x32 i++ - i = encodeVarintMdm(dAtA, i, uint64(m.DataRoaming.Size())) - n48, err := m.DataRoaming.MarshalTo(dAtA[i:]) + i = encodeVarintMdm(dAtA, i, uint64(m.Wallpaper.Size())) + n48, err := m.Wallpaper.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n48 } - if m.Bluetooth != nil { - dAtA[i] = 0x42 + if m.DataRoaming != nil { + dAtA[i] = 0x3a i++ - i = encodeVarintMdm(dAtA, i, uint64(m.Bluetooth.Size())) - n49, err := m.Bluetooth.MarshalTo(dAtA[i:]) + i = encodeVarintMdm(dAtA, i, uint64(m.DataRoaming.Size())) + n49, err := m.DataRoaming.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n49 } - if m.ApplicationAttributes != nil { - dAtA[i] = 0x4a + if m.Bluetooth != nil { + dAtA[i] = 0x42 i++ - i = encodeVarintMdm(dAtA, i, uint64(m.ApplicationAttributes.Size())) - n50, err := m.ApplicationAttributes.MarshalTo(dAtA[i:]) + i = encodeVarintMdm(dAtA, i, uint64(m.Bluetooth.Size())) + n50, err := m.Bluetooth.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n50 } - if m.MdmOptions != nil { - dAtA[i] = 0x52 + if m.ApplicationAttributes != nil { + dAtA[i] = 0x4a i++ - i = encodeVarintMdm(dAtA, i, uint64(m.MdmOptions.Size())) - n51, err := m.MdmOptions.MarshalTo(dAtA[i:]) + i = encodeVarintMdm(dAtA, i, uint64(m.ApplicationAttributes.Size())) + n51, err := m.ApplicationAttributes.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n51 } - if m.PasscodeLockGracePeriod != nil { - dAtA[i] = 0x5a + if m.MdmOptions != nil { + dAtA[i] = 0x52 i++ - i = encodeVarintMdm(dAtA, i, uint64(m.PasscodeLockGracePeriod.Size())) - n52, err := m.PasscodeLockGracePeriod.MarshalTo(dAtA[i:]) + i = encodeVarintMdm(dAtA, i, uint64(m.MdmOptions.Size())) + n52, err := m.MdmOptions.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n52 } - if m.MaximumResidentUsers != nil { - dAtA[i] = 0x62 + if m.PasscodeLockGracePeriod != nil { + dAtA[i] = 0x5a i++ - i = encodeVarintMdm(dAtA, i, uint64(m.MaximumResidentUsers.Size())) - n53, err := m.MaximumResidentUsers.MarshalTo(dAtA[i:]) + i = encodeVarintMdm(dAtA, i, uint64(m.PasscodeLockGracePeriod.Size())) + n53, err := m.PasscodeLockGracePeriod.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n53 } - if m.DiagnosticSubmission != nil { - dAtA[i] = 0x6a + if m.MaximumResidentUsers != nil { + dAtA[i] = 0x62 i++ - i = encodeVarintMdm(dAtA, i, uint64(m.DiagnosticSubmission.Size())) - n54, err := m.DiagnosticSubmission.MarshalTo(dAtA[i:]) + i = encodeVarintMdm(dAtA, i, uint64(m.MaximumResidentUsers.Size())) + n54, err := m.MaximumResidentUsers.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n54 } - if m.AppAnalytics != nil { - dAtA[i] = 0x72 + if m.DiagnosticSubmission != nil { + dAtA[i] = 0x6a i++ - i = encodeVarintMdm(dAtA, i, uint64(m.AppAnalytics.Size())) - n55, err := m.AppAnalytics.MarshalTo(dAtA[i:]) + i = encodeVarintMdm(dAtA, i, uint64(m.DiagnosticSubmission.Size())) + n55, err := m.DiagnosticSubmission.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n55 } - if m.ApplicationConfiguration != nil { - dAtA[i] = 0x7a + if m.AppAnalytics != nil { + dAtA[i] = 0x72 i++ - i = encodeVarintMdm(dAtA, i, uint64(m.ApplicationConfiguration.Size())) - n56, err := m.ApplicationConfiguration.MarshalTo(dAtA[i:]) + i = encodeVarintMdm(dAtA, i, uint64(m.AppAnalytics.Size())) + n56, err := m.AppAnalytics.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n56 } + if m.ApplicationConfiguration != nil { + dAtA[i] = 0x7a + i++ + i = encodeVarintMdm(dAtA, i, uint64(m.ApplicationConfiguration.Size())) + n57, err := m.ApplicationConfiguration.MarshalTo(dAtA[i:]) + if err != nil { + return 0, err + } + i += n57 + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -4998,6 +7440,9 @@ func (m *VoiceRoamingSetting) MarshalTo(dAtA []byte) (int, error) { } i++ } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -5026,6 +7471,9 @@ func (m *PersonalHotspotSetting) MarshalTo(dAtA []byte) (int, error) { } i++ } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -5055,6 +7503,9 @@ func (m *WallpaperSetting) MarshalTo(dAtA []byte) (int, error) { i++ i = encodeVarintMdm(dAtA, i, uint64(m.Where)) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -5083,6 +7534,9 @@ func (m *DataRoamingSetting) MarshalTo(dAtA []byte) (int, error) { } i++ } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -5111,6 +7565,9 @@ func (m *BluetoothSetting) MarshalTo(dAtA []byte) (int, error) { } i++ } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -5139,11 +7596,14 @@ func (m *ApplicationAttributesSetting) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintMdm(dAtA, i, uint64(m.ApplicationAttributes.Size())) - n57, err := m.ApplicationAttributes.MarshalTo(dAtA[i:]) + n58, err := m.ApplicationAttributes.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n57 + i += n58 + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) } return i, nil } @@ -5175,6 +7635,9 @@ func (m *ApplicationConfigurationSetting) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintMdm(dAtA, i, uint64(len(m.ConfigurationDictionaryData))) i += copy(dAtA[i:], m.ConfigurationDictionaryData) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -5199,6 +7662,9 @@ func (m *ApplicationAttributes) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintMdm(dAtA, i, uint64(len(m.VpnUuid))) i += copy(dAtA[i:], m.VpnUuid) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -5223,6 +7689,9 @@ func (m *DeviceNameSetting) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintMdm(dAtA, i, uint64(len(m.DeviceName))) i += copy(dAtA[i:], m.DeviceName) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -5247,6 +7716,9 @@ func (m *HostnameSetting) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintMdm(dAtA, i, uint64(len(m.Hostname))) i += copy(dAtA[i:], m.Hostname) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -5269,11 +7741,14 @@ func (m *MDMOptionsSetting) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintMdm(dAtA, i, uint64(m.MdmOptions.Size())) - n58, err := m.MdmOptions.MarshalTo(dAtA[i:]) + n59, err := m.MdmOptions.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n58 + i += n59 + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) } return i, nil } @@ -5303,6 +7778,9 @@ func (m *MDMOptions) MarshalTo(dAtA []byte) (int, error) { } i++ } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -5326,6 +7804,9 @@ func (m *PasscodeLockGracePeriodSetting) MarshalTo(dAtA []byte) (int, error) { i++ i = encodeVarintMdm(dAtA, i, uint64(m.PasscodeLockGracePeriod)) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -5349,6 +7830,9 @@ func (m *MaximumResidentUsersSetting) MarshalTo(dAtA []byte) (int, error) { i++ i = encodeVarintMdm(dAtA, i, uint64(m.MaximumResidentUsers)) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -5377,6 +7861,9 @@ func (m *DiagnosticSubmissionSetting) MarshalTo(dAtA []byte) (int, error) { } i++ } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -5405,6 +7892,9 @@ func (m *AppAnalyticsSetting) MarshalTo(dAtA []byte) (int, error) { } i++ } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -5438,6 +7928,9 @@ func (m *ManagedApplicationConfiguration) MarshalTo(dAtA []byte) (int, error) { i += copy(dAtA[i:], s) } } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -5471,6 +7964,9 @@ func (m *ManagedApplicationAttributes) MarshalTo(dAtA []byte) (int, error) { i += copy(dAtA[i:], s) } } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -5514,6 +8010,9 @@ func (m *ManagedApplicationFeedback) MarshalTo(dAtA []byte) (int, error) { } i++ } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -5554,6 +8053,9 @@ func (m *SetFirmwarePassword) MarshalTo(dAtA []byte) (int, error) { } i++ } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -5578,6 +8080,9 @@ func (m *VerifyFirmwarePassword) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintMdm(dAtA, i, uint64(len(m.Password))) i += copy(dAtA[i:], m.Password) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -5608,6 +8113,9 @@ func (m *SetAutoAdminPassword) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintMdm(dAtA, i, uint64(len(m.PasswordHash))) i += copy(dAtA[i:], m.PasswordHash) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -5638,6 +8146,9 @@ func (m *ScheduleOSUpdate) MarshalTo(dAtA []byte) (int, error) { i += n } } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -5674,6 +8185,9 @@ func (m *Update) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintMdm(dAtA, i, uint64(len(m.InstallAction))) i += copy(dAtA[i:], m.InstallAction) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -5702,6 +8216,9 @@ func (m *ScheduleOSUpdateScan) MarshalTo(dAtA []byte) (int, error) { } i++ } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -5735,6 +8252,9 @@ func (m *ActiveNSExtensions) MarshalTo(dAtA []byte) (int, error) { i += copy(dAtA[i:], s) } } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -5763,11 +8283,11 @@ func (m *RotateFileVaultKey) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintMdm(dAtA, i, uint64(m.FilevaultUnlock.Size())) - n59, err := m.FilevaultUnlock.MarshalTo(dAtA[i:]) + n60, err := m.FilevaultUnlock.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n59 + i += n60 } if len(m.NewCertificate) > 0 { dAtA[i] = 0x1a @@ -5781,6 +8301,9 @@ func (m *RotateFileVaultKey) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintMdm(dAtA, i, uint64(len(m.ReplyEncryptionCertificate))) i += copy(dAtA[i:], m.ReplyEncryptionCertificate) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -5817,6 +8340,36 @@ func (m *FileVaultUnlock) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintMdm(dAtA, i, uint64(len(m.PrivateKeyExportPassword))) i += copy(dAtA[i:], m.PrivateKeyExportPassword) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } + return i, nil +} + +func (m *SetBootstrapToken) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalTo(dAtA) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *SetBootstrapToken) MarshalTo(dAtA []byte) (int, error) { + var i int + _ = i + var l int + _ = l + if len(m.BootstrapToken) > 0 { + dAtA[i] = 0xa + i++ + i = encodeVarintMdm(dAtA, i, uint64(len(m.BootstrapToken))) + i += copy(dAtA[i:], m.BootstrapToken) + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -5859,6 +8412,9 @@ func (m *ResultPayload) MarshalTo(dAtA []byte) (int, error) { i += n } } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -5900,6 +8456,9 @@ func (m *ErrorChain) MarshalTo(dAtA []byte) (int, error) { i++ i = encodeVarintMdm(dAtA, i, uint64(m.ErrorCode)) } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } return i, nil } @@ -5913,6 +8472,9 @@ func encodeVarintMdm(dAtA []byte, offset int, v uint64) int { return offset + 1 } func (m *CommandPayload) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.CommandUuid) @@ -5923,10 +8485,16 @@ func (m *CommandPayload) Size() (n int) { l = m.Command.Size() n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *Command) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.RequestType) @@ -5936,10 +8504,16 @@ func (m *Command) Size() (n int) { if m.Request != nil { n += m.Request.Size() } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *Command_InstallProfile) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.InstallProfile != nil { @@ -5949,6 +8523,9 @@ func (m *Command_InstallProfile) Size() (n int) { return n } func (m *Command_RemoveProfile) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.RemoveProfile != nil { @@ -5958,6 +8535,9 @@ func (m *Command_RemoveProfile) Size() (n int) { return n } func (m *Command_InstallProvisioningProfile) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.InstallProvisioningProfile != nil { @@ -5967,6 +8547,9 @@ func (m *Command_InstallProvisioningProfile) Size() (n int) { return n } func (m *Command_RemoveProfisioningProfile) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.RemoveProfisioningProfile != nil { @@ -5976,6 +8559,9 @@ func (m *Command_RemoveProfisioningProfile) Size() (n int) { return n } func (m *Command_InstalledApplicationList) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.InstalledApplicationList != nil { @@ -5985,6 +8571,9 @@ func (m *Command_InstalledApplicationList) Size() (n int) { return n } func (m *Command_DeviceInformation) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.DeviceInformation != nil { @@ -5994,6 +8583,9 @@ func (m *Command_DeviceInformation) Size() (n int) { return n } func (m *Command_DeviceLock) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.DeviceLock != nil { @@ -6003,6 +8595,9 @@ func (m *Command_DeviceLock) Size() (n int) { return n } func (m *Command_ClearPasscode) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.ClearPasscode != nil { @@ -6012,6 +8607,9 @@ func (m *Command_ClearPasscode) Size() (n int) { return n } func (m *Command_EraseDevice) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.EraseDevice != nil { @@ -6021,6 +8619,9 @@ func (m *Command_EraseDevice) Size() (n int) { return n } func (m *Command_RequestMirroring) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.RequestMirroring != nil { @@ -6030,6 +8631,9 @@ func (m *Command_RequestMirroring) Size() (n int) { return n } func (m *Command_Restrictions) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.Restrictions != nil { @@ -6039,6 +8643,9 @@ func (m *Command_Restrictions) Size() (n int) { return n } func (m *Command_UnlockUserAccount) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.UnlockUserAccount != nil { @@ -6048,6 +8655,9 @@ func (m *Command_UnlockUserAccount) Size() (n int) { return n } func (m *Command_DeleteUser) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.DeleteUser != nil { @@ -6057,6 +8667,9 @@ func (m *Command_DeleteUser) Size() (n int) { return n } func (m *Command_EnableLostMode) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.EnableLostMode != nil { @@ -6066,6 +8679,9 @@ func (m *Command_EnableLostMode) Size() (n int) { return n } func (m *Command_InstallApplication) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.InstallApplication != nil { @@ -6075,6 +8691,9 @@ func (m *Command_InstallApplication) Size() (n int) { return n } func (m *Command_AccountConfiguration) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.AccountConfiguration != nil { @@ -6084,6 +8703,9 @@ func (m *Command_AccountConfiguration) Size() (n int) { return n } func (m *Command_ApplyRedemptionCode) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.ApplyRedemptionCode != nil { @@ -6093,6 +8715,9 @@ func (m *Command_ApplyRedemptionCode) Size() (n int) { return n } func (m *Command_ManagedApplicationList) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.ManagedApplicationList != nil { @@ -6102,6 +8727,9 @@ func (m *Command_ManagedApplicationList) Size() (n int) { return n } func (m *Command_RemoveApplication) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.RemoveApplication != nil { @@ -6111,6 +8739,9 @@ func (m *Command_RemoveApplication) Size() (n int) { return n } func (m *Command_InviteToProgram) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.InviteToProgram != nil { @@ -6120,6 +8751,9 @@ func (m *Command_InviteToProgram) Size() (n int) { return n } func (m *Command_ValidataApplications) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.ValidataApplications != nil { @@ -6129,6 +8763,9 @@ func (m *Command_ValidataApplications) Size() (n int) { return n } func (m *Command_InstallMedia) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.InstallMedia != nil { @@ -6138,6 +8775,9 @@ func (m *Command_InstallMedia) Size() (n int) { return n } func (m *Command_RemoveMedia) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.RemoveMedia != nil { @@ -6147,6 +8787,9 @@ func (m *Command_RemoveMedia) Size() (n int) { return n } func (m *Command_Settings) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.Settings != nil { @@ -6156,6 +8799,9 @@ func (m *Command_Settings) Size() (n int) { return n } func (m *Command_ManagedApplicationConfiguration) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.ManagedApplicationConfiguration != nil { @@ -6165,6 +8811,9 @@ func (m *Command_ManagedApplicationConfiguration) Size() (n int) { return n } func (m *Command_ManagedApplicationAttributes) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.ManagedApplicationAttributes != nil { @@ -6174,6 +8823,9 @@ func (m *Command_ManagedApplicationAttributes) Size() (n int) { return n } func (m *Command_ManagedApplicationFeedback) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.ManagedApplicationFeedback != nil { @@ -6183,6 +8835,9 @@ func (m *Command_ManagedApplicationFeedback) Size() (n int) { return n } func (m *Command_SetFirmwarePassword) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.SetFirmwarePassword != nil { @@ -6192,6 +8847,9 @@ func (m *Command_SetFirmwarePassword) Size() (n int) { return n } func (m *Command_VerifyFirmwarePassword) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.VerifyFirmwarePassword != nil { @@ -6201,6 +8859,9 @@ func (m *Command_VerifyFirmwarePassword) Size() (n int) { return n } func (m *Command_SetAutoAdminPassword) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.SetAutoAdminPassword != nil { @@ -6210,6 +8871,9 @@ func (m *Command_SetAutoAdminPassword) Size() (n int) { return n } func (m *Command_ScheduleOsUpdate) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.ScheduleOsUpdate != nil { @@ -6219,6 +8883,9 @@ func (m *Command_ScheduleOsUpdate) Size() (n int) { return n } func (m *Command_ScheduleOsUpdateScan) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.ScheduleOsUpdateScan != nil { @@ -6228,6 +8895,9 @@ func (m *Command_ScheduleOsUpdateScan) Size() (n int) { return n } func (m *Command_ActiveNsExtensions) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.ActiveNsExtensions != nil { @@ -6237,6 +8907,9 @@ func (m *Command_ActiveNsExtensions) Size() (n int) { return n } func (m *Command_RotateFilevaultKey) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.RotateFilevaultKey != nil { @@ -6246,6 +8919,9 @@ func (m *Command_RotateFilevaultKey) Size() (n int) { return n } func (m *Command_InstallEnterpriseApplication) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.InstallEnterpriseApplication != nil { @@ -6254,47 +8930,86 @@ func (m *Command_InstallEnterpriseApplication) Size() (n int) { } return n } +func (m *Command_SetBootstrapToken) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.SetBootstrapToken != nil { + l = m.SetBootstrapToken.Size() + n += 2 + l + sovMdm(uint64(l)) + } + return n +} func (m *InstallProfile) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.Payload) if l > 0 { n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *RemoveProfile) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.Identifier) if l > 0 { n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *InstallProvisioningProfile) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.ProvisioningProfile) if l > 0 { n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *RemoveProvisioningProfile) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.Uuid) if l > 0 { n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *InstalledApplicationList) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if len(m.Identifiers) > 0 { @@ -6306,10 +9021,16 @@ func (m *InstalledApplicationList) Size() (n int) { if m.ManagedAppsOnly { n += 2 } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *DeviceInformation) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if len(m.Queries) > 0 { @@ -6318,20 +9039,32 @@ func (m *DeviceInformation) Size() (n int) { n += 1 + l + sovMdm(uint64(l)) } } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *ClearPasscode) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.UnlockToken) if l > 0 { n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *DeviceLock) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.Pin) @@ -6346,10 +9079,16 @@ func (m *DeviceLock) Size() (n int) { if l > 0 { n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *EraseDevice) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.Pin) @@ -6362,10 +9101,16 @@ func (m *EraseDevice) Size() (n int) { if m.DisallowProximitySetup { n += 2 } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *RequestMirroring) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.DestinationName) @@ -6384,29 +9129,47 @@ func (m *RequestMirroring) Size() (n int) { if l > 0 { n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *Restrictions) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.ProfileRestrictions { n += 2 } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *UnlockUserAccount) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.Username) if l > 0 { n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *DeleteUser) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.Username) @@ -6416,10 +9179,16 @@ func (m *DeleteUser) Size() (n int) { if m.ForceDeletion { n += 2 } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *EnableLostMode) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.Message) @@ -6434,10 +9203,16 @@ func (m *EnableLostMode) Size() (n int) { if l > 0 { n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *InstallApplication) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.ItunesStoreId != 0 { @@ -6470,31 +9245,55 @@ func (m *InstallApplication) Size() (n int) { if l > 0 { n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *InstallApplicationOptions) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.PurchaseMethod != 0 { n += 1 + sovMdm(uint64(m.PurchaseMethod)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *InstallApplicationConfiguration) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *InstallApplicationAttributes) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *InstallEnterpriseApplication) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.Manifest != nil { @@ -6514,10 +9313,16 @@ func (m *InstallEnterpriseApplication) Size() (n int) { if m.PinningRevocationCheckRequired { n += 2 } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *Manifest) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if len(m.ManifestItems) > 0 { @@ -6526,10 +9331,16 @@ func (m *Manifest) Size() (n int) { n += 1 + l + sovMdm(uint64(l)) } } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *ManifestItem) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if len(m.Assets) > 0 { @@ -6542,10 +9353,16 @@ func (m *ManifestItem) Size() (n int) { l = m.Metadata.Size() n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *Asset) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.Kind) @@ -6565,10 +9382,16 @@ func (m *Asset) Size() (n int) { if l > 0 { n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *Metadata) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.BundleIdentifier) @@ -6597,10 +9420,16 @@ func (m *Metadata) Size() (n int) { if l > 0 { n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *BundleInfo) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.BundleIdentifier) @@ -6611,10 +9440,16 @@ func (m *BundleInfo) Size() (n int) { if l > 0 { n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *ApplyRedemptionCode) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.Identifier) @@ -6625,10 +9460,16 @@ func (m *ApplyRedemptionCode) Size() (n int) { if l > 0 { n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *ManagedApplicationList) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if len(m.Identifiers) > 0 { @@ -6637,20 +9478,32 @@ func (m *ManagedApplicationList) Size() (n int) { n += 1 + l + sovMdm(uint64(l)) } } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *RemoveApplication) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.Identifier) if l > 0 { n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *InviteToProgram) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.ProgramId) @@ -6661,10 +9514,16 @@ func (m *InviteToProgram) Size() (n int) { if l > 0 { n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *ValidateApplications) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if len(m.Identifiers) > 0 { @@ -6673,10 +9532,16 @@ func (m *ValidateApplications) Size() (n int) { n += 1 + l + sovMdm(uint64(l)) } } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *AccountConfiguration) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.SkipPrimarySetupAccountCreation { @@ -6691,10 +9556,16 @@ func (m *AccountConfiguration) Size() (n int) { n += 1 + l + sovMdm(uint64(l)) } } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *AutoSetupAdminAccounts) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.ShortName) @@ -6712,10 +9583,16 @@ func (m *AutoSetupAdminAccounts) Size() (n int) { if m.Hidden { n += 2 } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *InstallMedia) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.ItunesStoreId != 0 { @@ -6729,10 +9606,16 @@ func (m *InstallMedia) Size() (n int) { if l > 0 { n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *RemoveMedia) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.MediaType) @@ -6746,10 +9629,16 @@ func (m *RemoveMedia) Size() (n int) { if l > 0 { n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *Settings) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if len(m.Settings) > 0 { @@ -6758,10 +9647,16 @@ func (m *Settings) Size() (n int) { n += 1 + l + sovMdm(uint64(l)) } } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *Setting) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.Item) @@ -6824,28 +9719,46 @@ func (m *Setting) Size() (n int) { l = m.ApplicationConfiguration.Size() n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *VoiceRoamingSetting) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.Enabled { n += 2 } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *PersonalHotspotSetting) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.Enabled { n += 2 } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *WallpaperSetting) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.Image) @@ -6855,28 +9768,46 @@ func (m *WallpaperSetting) Size() (n int) { if m.Where != 0 { n += 1 + sovMdm(uint64(m.Where)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *DataRoamingSetting) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.Enabled { n += 2 } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *BluetoothSetting) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.Enabled { n += 2 } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *ApplicationAttributesSetting) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.Identifier) @@ -6887,10 +9818,16 @@ func (m *ApplicationAttributesSetting) Size() (n int) { l = m.ApplicationAttributes.Size() n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *ApplicationConfigurationSetting) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.Identifier) @@ -6901,95 +9838,155 @@ func (m *ApplicationConfigurationSetting) Size() (n int) { if l > 0 { n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *ApplicationAttributes) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.VpnUuid) if l > 0 { n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *DeviceNameSetting) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.DeviceName) if l > 0 { n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *HostnameSetting) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.Hostname) if l > 0 { n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *MDMOptionsSetting) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.MdmOptions != nil { l = m.MdmOptions.Size() n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *MDMOptions) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.ActivationLockAllowedWhileSupervised { n += 2 } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *PasscodeLockGracePeriodSetting) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.PasscodeLockGracePeriod != 0 { n += 1 + sovMdm(uint64(m.PasscodeLockGracePeriod)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *MaximumResidentUsersSetting) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.MaximumResidentUsers != 0 { n += 1 + sovMdm(uint64(m.MaximumResidentUsers)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *DiagnosticSubmissionSetting) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.Enabled { n += 2 } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *AppAnalyticsSetting) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.Enabled { n += 2 } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *ManagedApplicationConfiguration) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if len(m.Identifiers) > 0 { @@ -6998,10 +9995,16 @@ func (m *ManagedApplicationConfiguration) Size() (n int) { n += 1 + l + sovMdm(uint64(l)) } } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *ManagedApplicationAttributes) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if len(m.Identifiers) > 0 { @@ -7010,10 +10013,16 @@ func (m *ManagedApplicationAttributes) Size() (n int) { n += 1 + l + sovMdm(uint64(l)) } } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *ManagedApplicationFeedback) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if len(m.Identifiers) > 0 { @@ -7025,10 +10034,16 @@ func (m *ManagedApplicationFeedback) Size() (n int) { if m.DeleteFeedback { n += 2 } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *SetFirmwarePassword) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.CurrentPassword) @@ -7042,20 +10057,32 @@ func (m *SetFirmwarePassword) Size() (n int) { if m.AllowOroms { n += 2 } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *VerifyFirmwarePassword) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.Password) if l > 0 { n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *SetAutoAdminPassword) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.Guid) @@ -7066,10 +10093,16 @@ func (m *SetAutoAdminPassword) Size() (n int) { if l > 0 { n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *ScheduleOSUpdate) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if len(m.Updates) > 0 { @@ -7078,10 +10111,16 @@ func (m *ScheduleOSUpdate) Size() (n int) { n += 1 + l + sovMdm(uint64(l)) } } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *Update) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.ProductKey) @@ -7096,19 +10135,31 @@ func (m *Update) Size() (n int) { if l > 0 { n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *ScheduleOSUpdateScan) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if m.Force { n += 2 } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *ActiveNSExtensions) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l if len(m.FilterExtensionPoints) > 0 { @@ -7117,10 +10168,16 @@ func (m *ActiveNSExtensions) Size() (n int) { n += 1 + l + sovMdm(uint64(l)) } } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *RotateFileVaultKey) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.KeyType) @@ -7139,10 +10196,16 @@ func (m *RotateFileVaultKey) Size() (n int) { if l > 0 { n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *FileVaultUnlock) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.Password) @@ -7157,10 +10220,32 @@ func (m *FileVaultUnlock) Size() (n int) { if l > 0 { n += 1 + l + sovMdm(uint64(l)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + +func (m *SetBootstrapToken) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.BootstrapToken) + if l > 0 { + n += 1 + l + sovMdm(uint64(l)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *ResultPayload) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.Udid) @@ -7177,10 +10262,16 @@ func (m *ResultPayload) Size() (n int) { n += 1 + l + sovMdm(uint64(l)) } } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } func (m *ErrorChain) Size() (n int) { + if m == nil { + return 0 + } var l int _ = l l = len(m.LocalizedDescription) @@ -7198,6 +10289,9 @@ func (m *ErrorChain) Size() (n int) { if m.ErrorCode != 0 { n += 1 + sovMdm(uint64(m.ErrorCode)) } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } return n } @@ -7229,7 +10323,7 @@ func (m *CommandPayload) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -7257,7 +10351,7 @@ func (m *CommandPayload) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -7267,6 +10361,9 @@ func (m *CommandPayload) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -7286,7 +10383,7 @@ func (m *CommandPayload) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -7295,6 +10392,9 @@ func (m *CommandPayload) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -7314,9 +10414,13 @@ func (m *CommandPayload) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -7341,7 +10445,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -7369,7 +10473,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -7379,6 +10483,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -7398,7 +10505,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -7407,6 +10514,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -7430,7 +10540,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -7439,6 +10549,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -7462,7 +10575,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -7471,6 +10584,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -7494,7 +10610,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -7503,6 +10619,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -7526,7 +10645,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -7535,6 +10654,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -7558,7 +10680,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -7567,6 +10689,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -7590,7 +10715,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -7599,6 +10724,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -7622,7 +10750,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -7631,6 +10759,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -7654,7 +10785,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -7663,6 +10794,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -7686,7 +10820,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -7695,6 +10829,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -7718,7 +10855,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -7727,6 +10864,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -7750,7 +10890,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -7759,6 +10899,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -7782,7 +10925,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -7791,6 +10934,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -7814,7 +10960,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -7823,6 +10969,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -7846,7 +10995,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -7855,6 +11004,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -7878,7 +11030,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -7887,6 +11039,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -7910,7 +11065,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -7919,6 +11074,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -7942,7 +11100,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -7951,6 +11109,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -7974,7 +11135,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -7983,6 +11144,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -8006,7 +11170,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -8015,6 +11179,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -8038,7 +11205,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -8047,6 +11214,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -8070,7 +11240,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -8079,6 +11249,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -8102,7 +11275,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -8111,6 +11284,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -8134,7 +11310,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -8143,6 +11319,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -8166,7 +11345,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -8175,6 +11354,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -8198,7 +11380,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -8207,6 +11389,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -8230,7 +11415,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -8239,6 +11424,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -8262,7 +11450,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -8271,6 +11459,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -8294,7 +11485,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -8303,6 +11494,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -8326,7 +11520,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -8335,6 +11529,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -8358,7 +11555,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -8367,6 +11564,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -8390,7 +11590,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -8399,6 +11599,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -8422,7 +11625,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -8431,6 +11634,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -8454,7 +11660,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -8463,6 +11669,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -8486,7 +11695,7 @@ func (m *Command) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -8495,6 +11704,9 @@ func (m *Command) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -8504,6 +11716,41 @@ func (m *Command) Unmarshal(dAtA []byte) error { } m.Request = &Command_InstallEnterpriseApplication{v} iNdEx = postIndex + case 37: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field SetBootstrapToken", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowMdm + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthMdm + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + v := &SetBootstrapToken{} + if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + m.Request = &Command_SetBootstrapToken{v} + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipMdm(dAtA[iNdEx:]) @@ -8513,9 +11760,13 @@ func (m *Command) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -8540,7 +11791,7 @@ func (m *InstallProfile) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -8568,7 +11819,7 @@ func (m *InstallProfile) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - byteLen |= (int(b) & 0x7F) << shift + byteLen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -8577,6 +11828,9 @@ func (m *InstallProfile) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + byteLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -8594,9 +11848,13 @@ func (m *InstallProfile) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -8621,7 +11879,7 @@ func (m *RemoveProfile) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -8649,7 +11907,7 @@ func (m *RemoveProfile) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -8659,6 +11917,9 @@ func (m *RemoveProfile) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -8673,9 +11934,13 @@ func (m *RemoveProfile) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -8700,7 +11965,7 @@ func (m *InstallProvisioningProfile) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -8728,7 +11993,7 @@ func (m *InstallProvisioningProfile) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - byteLen |= (int(b) & 0x7F) << shift + byteLen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -8737,6 +12002,9 @@ func (m *InstallProvisioningProfile) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + byteLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -8754,9 +12022,13 @@ func (m *InstallProvisioningProfile) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -8781,7 +12053,7 @@ func (m *RemoveProvisioningProfile) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -8809,7 +12081,7 @@ func (m *RemoveProvisioningProfile) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -8819,6 +12091,9 @@ func (m *RemoveProvisioningProfile) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -8833,9 +12108,13 @@ func (m *RemoveProvisioningProfile) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -8860,7 +12139,7 @@ func (m *InstalledApplicationList) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -8888,7 +12167,7 @@ func (m *InstalledApplicationList) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -8898,6 +12177,9 @@ func (m *InstalledApplicationList) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -8917,7 +12199,7 @@ func (m *InstalledApplicationList) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - v |= (int(b) & 0x7F) << shift + v |= int(b&0x7F) << shift if b < 0x80 { break } @@ -8932,9 +12214,13 @@ func (m *InstalledApplicationList) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -8959,7 +12245,7 @@ func (m *DeviceInformation) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -8987,7 +12273,7 @@ func (m *DeviceInformation) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -8997,6 +12283,9 @@ func (m *DeviceInformation) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -9011,9 +12300,13 @@ func (m *DeviceInformation) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -9038,7 +12331,7 @@ func (m *ClearPasscode) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -9066,7 +12359,7 @@ func (m *ClearPasscode) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - byteLen |= (int(b) & 0x7F) << shift + byteLen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -9075,6 +12368,9 @@ func (m *ClearPasscode) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + byteLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -9092,9 +12388,13 @@ func (m *ClearPasscode) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -9119,7 +12419,7 @@ func (m *DeviceLock) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -9147,7 +12447,7 @@ func (m *DeviceLock) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -9157,6 +12457,9 @@ func (m *DeviceLock) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -9176,7 +12479,7 @@ func (m *DeviceLock) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -9186,6 +12489,9 @@ func (m *DeviceLock) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -9205,7 +12511,7 @@ func (m *DeviceLock) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -9215,6 +12521,9 @@ func (m *DeviceLock) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -9229,9 +12538,13 @@ func (m *DeviceLock) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -9256,7 +12569,7 @@ func (m *EraseDevice) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -9284,7 +12597,7 @@ func (m *EraseDevice) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -9294,6 +12607,9 @@ func (m *EraseDevice) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -9313,7 +12629,7 @@ func (m *EraseDevice) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - v |= (int(b) & 0x7F) << shift + v |= int(b&0x7F) << shift if b < 0x80 { break } @@ -9333,7 +12649,7 @@ func (m *EraseDevice) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - v |= (int(b) & 0x7F) << shift + v |= int(b&0x7F) << shift if b < 0x80 { break } @@ -9348,9 +12664,13 @@ func (m *EraseDevice) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -9375,7 +12695,7 @@ func (m *RequestMirroring) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -9403,7 +12723,7 @@ func (m *RequestMirroring) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -9413,6 +12733,9 @@ func (m *RequestMirroring) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -9432,7 +12755,7 @@ func (m *RequestMirroring) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -9442,6 +12765,9 @@ func (m *RequestMirroring) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -9461,7 +12787,7 @@ func (m *RequestMirroring) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -9471,6 +12797,9 @@ func (m *RequestMirroring) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -9490,7 +12819,7 @@ func (m *RequestMirroring) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -9500,6 +12829,9 @@ func (m *RequestMirroring) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -9514,9 +12846,13 @@ func (m *RequestMirroring) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -9541,7 +12877,7 @@ func (m *Restrictions) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -9569,7 +12905,7 @@ func (m *Restrictions) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - v |= (int(b) & 0x7F) << shift + v |= int(b&0x7F) << shift if b < 0x80 { break } @@ -9584,9 +12920,13 @@ func (m *Restrictions) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -9611,7 +12951,7 @@ func (m *UnlockUserAccount) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -9639,7 +12979,7 @@ func (m *UnlockUserAccount) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -9649,6 +12989,9 @@ func (m *UnlockUserAccount) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -9663,9 +13006,13 @@ func (m *UnlockUserAccount) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -9690,7 +13037,7 @@ func (m *DeleteUser) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -9718,7 +13065,7 @@ func (m *DeleteUser) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -9728,6 +13075,9 @@ func (m *DeleteUser) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -9747,7 +13097,7 @@ func (m *DeleteUser) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - v |= (int(b) & 0x7F) << shift + v |= int(b&0x7F) << shift if b < 0x80 { break } @@ -9762,9 +13112,13 @@ func (m *DeleteUser) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -9789,7 +13143,7 @@ func (m *EnableLostMode) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -9817,7 +13171,7 @@ func (m *EnableLostMode) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -9827,6 +13181,9 @@ func (m *EnableLostMode) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -9846,7 +13203,7 @@ func (m *EnableLostMode) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -9856,6 +13213,9 @@ func (m *EnableLostMode) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -9875,7 +13235,7 @@ func (m *EnableLostMode) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -9885,6 +13245,9 @@ func (m *EnableLostMode) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -9899,9 +13262,13 @@ func (m *EnableLostMode) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -9926,7 +13293,7 @@ func (m *InstallApplication) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -9954,7 +13321,7 @@ func (m *InstallApplication) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - m.ItunesStoreId |= (int64(b) & 0x7F) << shift + m.ItunesStoreId |= int64(b&0x7F) << shift if b < 0x80 { break } @@ -9973,7 +13340,7 @@ func (m *InstallApplication) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -9983,6 +13350,9 @@ func (m *InstallApplication) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -10002,7 +13372,7 @@ func (m *InstallApplication) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -10011,6 +13381,9 @@ func (m *InstallApplication) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -10035,7 +13408,7 @@ func (m *InstallApplication) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -10045,6 +13418,9 @@ func (m *InstallApplication) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -10064,7 +13440,7 @@ func (m *InstallApplication) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - m.ManagementFlags |= (int64(b) & 0x7F) << shift + m.ManagementFlags |= int64(b&0x7F) << shift if b < 0x80 { break } @@ -10083,7 +13459,7 @@ func (m *InstallApplication) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -10092,6 +13468,9 @@ func (m *InstallApplication) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -10116,7 +13495,7 @@ func (m *InstallApplication) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -10125,6 +13504,9 @@ func (m *InstallApplication) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -10149,7 +13531,7 @@ func (m *InstallApplication) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -10159,6 +13541,9 @@ func (m *InstallApplication) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -10173,9 +13558,13 @@ func (m *InstallApplication) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -10200,7 +13589,7 @@ func (m *InstallApplicationOptions) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -10228,7 +13617,7 @@ func (m *InstallApplicationOptions) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - m.PurchaseMethod |= (int64(b) & 0x7F) << shift + m.PurchaseMethod |= int64(b&0x7F) << shift if b < 0x80 { break } @@ -10242,9 +13631,13 @@ func (m *InstallApplicationOptions) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -10269,7 +13662,7 @@ func (m *InstallApplicationConfiguration) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -10292,9 +13685,13 @@ func (m *InstallApplicationConfiguration) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -10319,7 +13716,7 @@ func (m *InstallApplicationAttributes) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -10342,9 +13739,13 @@ func (m *InstallApplicationAttributes) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -10369,7 +13770,7 @@ func (m *InstallEnterpriseApplication) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -10397,7 +13798,7 @@ func (m *InstallEnterpriseApplication) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -10406,6 +13807,9 @@ func (m *InstallEnterpriseApplication) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -10430,7 +13834,7 @@ func (m *InstallEnterpriseApplication) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -10440,6 +13844,9 @@ func (m *InstallEnterpriseApplication) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -10459,7 +13866,7 @@ func (m *InstallEnterpriseApplication) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - byteLen |= (int(b) & 0x7F) << shift + byteLen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -10468,6 +13875,9 @@ func (m *InstallEnterpriseApplication) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + byteLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -10488,7 +13898,7 @@ func (m *InstallEnterpriseApplication) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - v |= (int(b) & 0x7F) << shift + v |= int(b&0x7F) << shift if b < 0x80 { break } @@ -10503,9 +13913,13 @@ func (m *InstallEnterpriseApplication) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -10530,7 +13944,7 @@ func (m *Manifest) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -10558,7 +13972,7 @@ func (m *Manifest) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -10567,6 +13981,9 @@ func (m *Manifest) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -10584,9 +14001,13 @@ func (m *Manifest) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -10611,7 +14032,7 @@ func (m *ManifestItem) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -10639,7 +14060,7 @@ func (m *ManifestItem) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -10648,6 +14069,9 @@ func (m *ManifestItem) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -10670,7 +14094,7 @@ func (m *ManifestItem) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -10679,6 +14103,9 @@ func (m *ManifestItem) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -10698,9 +14125,13 @@ func (m *ManifestItem) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -10725,7 +14156,7 @@ func (m *Asset) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -10753,7 +14184,7 @@ func (m *Asset) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -10763,6 +14194,9 @@ func (m *Asset) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -10782,7 +14216,7 @@ func (m *Asset) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - m.Md5Size |= (int64(b) & 0x7F) << shift + m.Md5Size |= int64(b&0x7F) << shift if b < 0x80 { break } @@ -10801,7 +14235,7 @@ func (m *Asset) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -10811,6 +14245,9 @@ func (m *Asset) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -10830,7 +14267,7 @@ func (m *Asset) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -10840,6 +14277,9 @@ func (m *Asset) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -10854,9 +14294,13 @@ func (m *Asset) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -10881,7 +14325,7 @@ func (m *Metadata) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -10909,7 +14353,7 @@ func (m *Metadata) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -10919,6 +14363,9 @@ func (m *Metadata) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -10938,7 +14385,7 @@ func (m *Metadata) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -10948,6 +14395,9 @@ func (m *Metadata) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -10967,7 +14417,7 @@ func (m *Metadata) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -10976,6 +14426,9 @@ func (m *Metadata) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -10998,7 +14451,7 @@ func (m *Metadata) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -11008,6 +14461,9 @@ func (m *Metadata) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -11027,7 +14483,7 @@ func (m *Metadata) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -11037,6 +14493,9 @@ func (m *Metadata) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -11056,7 +14515,7 @@ func (m *Metadata) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -11066,6 +14525,9 @@ func (m *Metadata) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -11080,9 +14542,13 @@ func (m *Metadata) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -11107,7 +14573,7 @@ func (m *BundleInfo) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -11135,7 +14601,7 @@ func (m *BundleInfo) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -11145,6 +14611,9 @@ func (m *BundleInfo) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -11164,7 +14633,7 @@ func (m *BundleInfo) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -11174,6 +14643,9 @@ func (m *BundleInfo) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -11188,9 +14660,13 @@ func (m *BundleInfo) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -11215,7 +14691,7 @@ func (m *ApplyRedemptionCode) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -11243,7 +14719,7 @@ func (m *ApplyRedemptionCode) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -11253,6 +14729,9 @@ func (m *ApplyRedemptionCode) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -11272,7 +14751,7 @@ func (m *ApplyRedemptionCode) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -11282,6 +14761,9 @@ func (m *ApplyRedemptionCode) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -11296,9 +14778,13 @@ func (m *ApplyRedemptionCode) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -11323,7 +14809,7 @@ func (m *ManagedApplicationList) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -11351,7 +14837,7 @@ func (m *ManagedApplicationList) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -11361,6 +14847,9 @@ func (m *ManagedApplicationList) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -11375,9 +14864,13 @@ func (m *ManagedApplicationList) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -11402,7 +14895,7 @@ func (m *RemoveApplication) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -11430,7 +14923,7 @@ func (m *RemoveApplication) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -11440,6 +14933,9 @@ func (m *RemoveApplication) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -11454,9 +14950,13 @@ func (m *RemoveApplication) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -11481,7 +14981,7 @@ func (m *InviteToProgram) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -11509,7 +15009,7 @@ func (m *InviteToProgram) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -11519,6 +15019,9 @@ func (m *InviteToProgram) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -11538,7 +15041,7 @@ func (m *InviteToProgram) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -11548,6 +15051,9 @@ func (m *InviteToProgram) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -11562,9 +15068,13 @@ func (m *InviteToProgram) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -11589,7 +15099,7 @@ func (m *ValidateApplications) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -11617,7 +15127,7 @@ func (m *ValidateApplications) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -11627,6 +15137,9 @@ func (m *ValidateApplications) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -11641,9 +15154,13 @@ func (m *ValidateApplications) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -11668,7 +15185,7 @@ func (m *AccountConfiguration) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -11696,7 +15213,7 @@ func (m *AccountConfiguration) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - v |= (int(b) & 0x7F) << shift + v |= int(b&0x7F) << shift if b < 0x80 { break } @@ -11716,7 +15233,7 @@ func (m *AccountConfiguration) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - v |= (int(b) & 0x7F) << shift + v |= int(b&0x7F) << shift if b < 0x80 { break } @@ -11736,7 +15253,7 @@ func (m *AccountConfiguration) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -11745,6 +15262,9 @@ func (m *AccountConfiguration) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -11762,9 +15282,13 @@ func (m *AccountConfiguration) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -11789,7 +15313,7 @@ func (m *AutoSetupAdminAccounts) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -11817,7 +15341,7 @@ func (m *AutoSetupAdminAccounts) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -11827,6 +15351,9 @@ func (m *AutoSetupAdminAccounts) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -11846,7 +15373,7 @@ func (m *AutoSetupAdminAccounts) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -11856,6 +15383,9 @@ func (m *AutoSetupAdminAccounts) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -11875,7 +15405,7 @@ func (m *AutoSetupAdminAccounts) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - byteLen |= (int(b) & 0x7F) << shift + byteLen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -11884,6 +15414,9 @@ func (m *AutoSetupAdminAccounts) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + byteLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -11906,7 +15439,7 @@ func (m *AutoSetupAdminAccounts) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - v |= (int(b) & 0x7F) << shift + v |= int(b&0x7F) << shift if b < 0x80 { break } @@ -11921,9 +15454,13 @@ func (m *AutoSetupAdminAccounts) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -11948,7 +15485,7 @@ func (m *InstallMedia) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -11976,7 +15513,7 @@ func (m *InstallMedia) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - m.ItunesStoreId |= (int64(b) & 0x7F) << shift + m.ItunesStoreId |= int64(b&0x7F) << shift if b < 0x80 { break } @@ -11995,7 +15532,7 @@ func (m *InstallMedia) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -12005,6 +15542,9 @@ func (m *InstallMedia) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -12024,7 +15564,7 @@ func (m *InstallMedia) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -12034,6 +15574,9 @@ func (m *InstallMedia) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -12048,9 +15591,13 @@ func (m *InstallMedia) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -12075,7 +15622,7 @@ func (m *RemoveMedia) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -12103,7 +15650,7 @@ func (m *RemoveMedia) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -12113,6 +15660,9 @@ func (m *RemoveMedia) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -12132,7 +15682,7 @@ func (m *RemoveMedia) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - m.ItunesStoreId |= (int64(b) & 0x7F) << shift + m.ItunesStoreId |= int64(b&0x7F) << shift if b < 0x80 { break } @@ -12151,7 +15701,7 @@ func (m *RemoveMedia) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -12161,6 +15711,9 @@ func (m *RemoveMedia) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -12175,9 +15728,13 @@ func (m *RemoveMedia) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -12202,7 +15759,7 @@ func (m *Settings) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -12230,7 +15787,7 @@ func (m *Settings) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -12239,6 +15796,9 @@ func (m *Settings) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -12256,9 +15816,13 @@ func (m *Settings) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -12283,7 +15847,7 @@ func (m *Setting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -12311,7 +15875,7 @@ func (m *Setting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -12321,6 +15885,9 @@ func (m *Setting) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -12340,7 +15907,7 @@ func (m *Setting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -12349,6 +15916,9 @@ func (m *Setting) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -12373,7 +15943,7 @@ func (m *Setting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -12382,6 +15952,9 @@ func (m *Setting) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -12406,7 +15979,7 @@ func (m *Setting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -12415,6 +15988,9 @@ func (m *Setting) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -12439,7 +16015,7 @@ func (m *Setting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -12448,6 +16024,9 @@ func (m *Setting) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -12472,7 +16051,7 @@ func (m *Setting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -12481,6 +16060,9 @@ func (m *Setting) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -12505,7 +16087,7 @@ func (m *Setting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -12514,6 +16096,9 @@ func (m *Setting) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -12538,7 +16123,7 @@ func (m *Setting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -12547,6 +16132,9 @@ func (m *Setting) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -12571,7 +16159,7 @@ func (m *Setting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -12580,6 +16168,9 @@ func (m *Setting) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -12604,7 +16195,7 @@ func (m *Setting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -12613,6 +16204,9 @@ func (m *Setting) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -12637,7 +16231,7 @@ func (m *Setting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -12646,6 +16240,9 @@ func (m *Setting) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -12670,7 +16267,7 @@ func (m *Setting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -12679,6 +16276,9 @@ func (m *Setting) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -12703,7 +16303,7 @@ func (m *Setting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -12712,6 +16312,9 @@ func (m *Setting) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -12736,7 +16339,7 @@ func (m *Setting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -12745,6 +16348,9 @@ func (m *Setting) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -12769,7 +16375,7 @@ func (m *Setting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -12778,6 +16384,9 @@ func (m *Setting) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -12797,9 +16406,13 @@ func (m *Setting) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -12824,7 +16437,7 @@ func (m *VoiceRoamingSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -12852,7 +16465,7 @@ func (m *VoiceRoamingSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - v |= (int(b) & 0x7F) << shift + v |= int(b&0x7F) << shift if b < 0x80 { break } @@ -12867,9 +16480,13 @@ func (m *VoiceRoamingSetting) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -12894,7 +16511,7 @@ func (m *PersonalHotspotSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -12922,7 +16539,7 @@ func (m *PersonalHotspotSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - v |= (int(b) & 0x7F) << shift + v |= int(b&0x7F) << shift if b < 0x80 { break } @@ -12937,9 +16554,13 @@ func (m *PersonalHotspotSetting) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -12964,7 +16585,7 @@ func (m *WallpaperSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -12992,7 +16613,7 @@ func (m *WallpaperSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - byteLen |= (int(b) & 0x7F) << shift + byteLen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -13001,6 +16622,9 @@ func (m *WallpaperSetting) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + byteLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -13023,7 +16647,7 @@ func (m *WallpaperSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - m.Where |= (int64(b) & 0x7F) << shift + m.Where |= int64(b&0x7F) << shift if b < 0x80 { break } @@ -13037,9 +16661,13 @@ func (m *WallpaperSetting) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -13064,7 +16692,7 @@ func (m *DataRoamingSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -13092,7 +16720,7 @@ func (m *DataRoamingSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - v |= (int(b) & 0x7F) << shift + v |= int(b&0x7F) << shift if b < 0x80 { break } @@ -13107,9 +16735,13 @@ func (m *DataRoamingSetting) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -13134,7 +16766,7 @@ func (m *BluetoothSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -13162,7 +16794,7 @@ func (m *BluetoothSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - v |= (int(b) & 0x7F) << shift + v |= int(b&0x7F) << shift if b < 0x80 { break } @@ -13177,9 +16809,13 @@ func (m *BluetoothSetting) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -13204,7 +16840,7 @@ func (m *ApplicationAttributesSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -13232,7 +16868,7 @@ func (m *ApplicationAttributesSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -13242,6 +16878,9 @@ func (m *ApplicationAttributesSetting) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -13261,7 +16900,7 @@ func (m *ApplicationAttributesSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -13270,6 +16909,9 @@ func (m *ApplicationAttributesSetting) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -13289,9 +16931,13 @@ func (m *ApplicationAttributesSetting) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -13316,7 +16962,7 @@ func (m *ApplicationConfigurationSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -13344,7 +16990,7 @@ func (m *ApplicationConfigurationSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -13354,6 +17000,9 @@ func (m *ApplicationConfigurationSetting) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -13373,7 +17022,7 @@ func (m *ApplicationConfigurationSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - byteLen |= (int(b) & 0x7F) << shift + byteLen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -13382,6 +17031,9 @@ func (m *ApplicationConfigurationSetting) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + byteLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -13399,9 +17051,13 @@ func (m *ApplicationConfigurationSetting) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -13426,7 +17082,7 @@ func (m *ApplicationAttributes) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -13454,7 +17110,7 @@ func (m *ApplicationAttributes) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -13464,6 +17120,9 @@ func (m *ApplicationAttributes) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -13478,9 +17137,13 @@ func (m *ApplicationAttributes) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -13505,7 +17168,7 @@ func (m *DeviceNameSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -13533,7 +17196,7 @@ func (m *DeviceNameSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -13543,6 +17206,9 @@ func (m *DeviceNameSetting) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -13557,9 +17223,13 @@ func (m *DeviceNameSetting) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -13584,7 +17254,7 @@ func (m *HostnameSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -13612,7 +17282,7 @@ func (m *HostnameSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -13622,6 +17292,9 @@ func (m *HostnameSetting) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -13636,9 +17309,13 @@ func (m *HostnameSetting) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -13663,7 +17340,7 @@ func (m *MDMOptionsSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -13691,7 +17368,7 @@ func (m *MDMOptionsSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -13700,6 +17377,9 @@ func (m *MDMOptionsSetting) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -13719,9 +17399,13 @@ func (m *MDMOptionsSetting) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -13746,7 +17430,7 @@ func (m *MDMOptions) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -13774,7 +17458,7 @@ func (m *MDMOptions) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - v |= (int(b) & 0x7F) << shift + v |= int(b&0x7F) << shift if b < 0x80 { break } @@ -13789,9 +17473,13 @@ func (m *MDMOptions) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -13816,7 +17504,7 @@ func (m *PasscodeLockGracePeriodSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -13844,7 +17532,7 @@ func (m *PasscodeLockGracePeriodSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - m.PasscodeLockGracePeriod |= (int64(b) & 0x7F) << shift + m.PasscodeLockGracePeriod |= int64(b&0x7F) << shift if b < 0x80 { break } @@ -13858,9 +17546,13 @@ func (m *PasscodeLockGracePeriodSetting) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -13885,7 +17577,7 @@ func (m *MaximumResidentUsersSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -13913,7 +17605,7 @@ func (m *MaximumResidentUsersSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - m.MaximumResidentUsers |= (int64(b) & 0x7F) << shift + m.MaximumResidentUsers |= int64(b&0x7F) << shift if b < 0x80 { break } @@ -13927,9 +17619,13 @@ func (m *MaximumResidentUsersSetting) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -13954,7 +17650,7 @@ func (m *DiagnosticSubmissionSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -13982,7 +17678,7 @@ func (m *DiagnosticSubmissionSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - v |= (int(b) & 0x7F) << shift + v |= int(b&0x7F) << shift if b < 0x80 { break } @@ -13997,9 +17693,13 @@ func (m *DiagnosticSubmissionSetting) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -14024,7 +17724,7 @@ func (m *AppAnalyticsSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -14052,7 +17752,7 @@ func (m *AppAnalyticsSetting) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - v |= (int(b) & 0x7F) << shift + v |= int(b&0x7F) << shift if b < 0x80 { break } @@ -14067,9 +17767,13 @@ func (m *AppAnalyticsSetting) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -14094,7 +17798,7 @@ func (m *ManagedApplicationConfiguration) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -14122,7 +17826,7 @@ func (m *ManagedApplicationConfiguration) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -14132,6 +17836,9 @@ func (m *ManagedApplicationConfiguration) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -14146,9 +17853,13 @@ func (m *ManagedApplicationConfiguration) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -14173,7 +17884,7 @@ func (m *ManagedApplicationAttributes) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -14201,7 +17912,7 @@ func (m *ManagedApplicationAttributes) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -14211,6 +17922,9 @@ func (m *ManagedApplicationAttributes) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -14225,9 +17939,13 @@ func (m *ManagedApplicationAttributes) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -14252,7 +17970,7 @@ func (m *ManagedApplicationFeedback) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -14280,7 +17998,7 @@ func (m *ManagedApplicationFeedback) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -14290,6 +18008,9 @@ func (m *ManagedApplicationFeedback) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -14309,7 +18030,7 @@ func (m *ManagedApplicationFeedback) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - v |= (int(b) & 0x7F) << shift + v |= int(b&0x7F) << shift if b < 0x80 { break } @@ -14324,9 +18045,13 @@ func (m *ManagedApplicationFeedback) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -14351,7 +18076,7 @@ func (m *SetFirmwarePassword) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -14379,7 +18104,7 @@ func (m *SetFirmwarePassword) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -14389,6 +18114,9 @@ func (m *SetFirmwarePassword) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -14408,7 +18136,7 @@ func (m *SetFirmwarePassword) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -14418,6 +18146,9 @@ func (m *SetFirmwarePassword) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -14437,7 +18168,7 @@ func (m *SetFirmwarePassword) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - v |= (int(b) & 0x7F) << shift + v |= int(b&0x7F) << shift if b < 0x80 { break } @@ -14452,9 +18183,13 @@ func (m *SetFirmwarePassword) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -14479,7 +18214,7 @@ func (m *VerifyFirmwarePassword) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -14507,7 +18242,7 @@ func (m *VerifyFirmwarePassword) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -14517,6 +18252,9 @@ func (m *VerifyFirmwarePassword) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -14531,9 +18269,13 @@ func (m *VerifyFirmwarePassword) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -14558,7 +18300,7 @@ func (m *SetAutoAdminPassword) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -14586,7 +18328,7 @@ func (m *SetAutoAdminPassword) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -14596,6 +18338,9 @@ func (m *SetAutoAdminPassword) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -14615,7 +18360,7 @@ func (m *SetAutoAdminPassword) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - byteLen |= (int(b) & 0x7F) << shift + byteLen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -14624,6 +18369,9 @@ func (m *SetAutoAdminPassword) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + byteLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -14641,9 +18389,13 @@ func (m *SetAutoAdminPassword) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -14668,7 +18420,7 @@ func (m *ScheduleOSUpdate) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -14696,7 +18448,7 @@ func (m *ScheduleOSUpdate) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -14705,6 +18457,9 @@ func (m *ScheduleOSUpdate) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -14722,9 +18477,13 @@ func (m *ScheduleOSUpdate) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -14749,7 +18508,7 @@ func (m *Update) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -14777,7 +18536,7 @@ func (m *Update) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -14787,6 +18546,9 @@ func (m *Update) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -14806,7 +18568,7 @@ func (m *Update) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -14816,6 +18578,9 @@ func (m *Update) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -14835,7 +18600,7 @@ func (m *Update) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -14845,6 +18610,9 @@ func (m *Update) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -14859,9 +18627,13 @@ func (m *Update) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -14886,7 +18658,7 @@ func (m *ScheduleOSUpdateScan) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -14914,7 +18686,7 @@ func (m *ScheduleOSUpdateScan) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - v |= (int(b) & 0x7F) << shift + v |= int(b&0x7F) << shift if b < 0x80 { break } @@ -14929,9 +18701,13 @@ func (m *ScheduleOSUpdateScan) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -14956,7 +18732,7 @@ func (m *ActiveNSExtensions) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -14984,7 +18760,7 @@ func (m *ActiveNSExtensions) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -14994,6 +18770,9 @@ func (m *ActiveNSExtensions) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -15008,9 +18787,13 @@ func (m *ActiveNSExtensions) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -15035,7 +18818,7 @@ func (m *RotateFileVaultKey) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -15063,7 +18846,7 @@ func (m *RotateFileVaultKey) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -15073,6 +18856,9 @@ func (m *RotateFileVaultKey) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -15092,7 +18878,7 @@ func (m *RotateFileVaultKey) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -15101,6 +18887,9 @@ func (m *RotateFileVaultKey) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -15125,7 +18914,7 @@ func (m *RotateFileVaultKey) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - byteLen |= (int(b) & 0x7F) << shift + byteLen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -15134,6 +18923,9 @@ func (m *RotateFileVaultKey) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + byteLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -15156,7 +18948,7 @@ func (m *RotateFileVaultKey) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - byteLen |= (int(b) & 0x7F) << shift + byteLen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -15165,6 +18957,9 @@ func (m *RotateFileVaultKey) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + byteLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -15182,9 +18977,13 @@ func (m *RotateFileVaultKey) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -15209,7 +19008,7 @@ func (m *FileVaultUnlock) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -15237,7 +19036,7 @@ func (m *FileVaultUnlock) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -15247,6 +19046,9 @@ func (m *FileVaultUnlock) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -15266,7 +19068,7 @@ func (m *FileVaultUnlock) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - byteLen |= (int(b) & 0x7F) << shift + byteLen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -15275,6 +19077,9 @@ func (m *FileVaultUnlock) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + byteLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -15297,7 +19102,7 @@ func (m *FileVaultUnlock) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -15307,6 +19112,9 @@ func (m *FileVaultUnlock) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -15321,9 +19129,99 @@ func (m *FileVaultUnlock) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *SetBootstrapToken) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowMdm + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: SetBootstrapToken: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: SetBootstrapToken: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field BootstrapToken", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowMdm + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthMdm + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.BootstrapToken = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipMdm(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthMdm + } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -15348,7 +19246,7 @@ func (m *ResultPayload) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -15376,7 +19274,7 @@ func (m *ResultPayload) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -15386,6 +19284,9 @@ func (m *ResultPayload) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -15405,7 +19306,7 @@ func (m *ResultPayload) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -15415,6 +19316,9 @@ func (m *ResultPayload) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -15434,7 +19338,7 @@ func (m *ResultPayload) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= (int(b) & 0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } @@ -15443,6 +19347,9 @@ func (m *ResultPayload) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -15460,9 +19367,13 @@ func (m *ResultPayload) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -15487,7 +19398,7 @@ func (m *ErrorChain) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - wire |= (uint64(b) & 0x7F) << shift + wire |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -15515,7 +19426,7 @@ func (m *ErrorChain) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -15525,6 +19436,9 @@ func (m *ErrorChain) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -15544,7 +19458,7 @@ func (m *ErrorChain) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -15554,6 +19468,9 @@ func (m *ErrorChain) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -15573,7 +19490,7 @@ func (m *ErrorChain) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= (uint64(b) & 0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } @@ -15583,6 +19500,9 @@ func (m *ErrorChain) Unmarshal(dAtA []byte) error { return ErrInvalidLengthMdm } postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthMdm + } if postIndex > l { return io.ErrUnexpectedEOF } @@ -15602,7 +19522,7 @@ func (m *ErrorChain) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - m.ErrorCode |= (int32(b) & 0x7F) << shift + m.ErrorCode |= int32(b&0x7F) << shift if b < 0x80 { break } @@ -15616,9 +19536,13 @@ func (m *ErrorChain) Unmarshal(dAtA []byte) error { if skippy < 0 { return ErrInvalidLengthMdm } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthMdm + } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } @@ -15682,10 +19606,13 @@ func skipMdm(dAtA []byte) (n int, err error) { break } } - iNdEx += length if length < 0 { return 0, ErrInvalidLengthMdm } + iNdEx += length + if iNdEx < 0 { + return 0, ErrInvalidLengthMdm + } return iNdEx, nil case 3: for { @@ -15714,6 +19641,9 @@ func skipMdm(dAtA []byte) (n int, err error) { return 0, err } iNdEx = start + next + if iNdEx < 0 { + return 0, ErrInvalidLengthMdm + } } return iNdEx, nil case 4: @@ -15732,236 +19662,3 @@ var ( ErrInvalidLengthMdm = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowMdm = fmt.Errorf("proto: integer overflow") ) - -func init() { proto.RegisterFile("mdm.proto", fileDescriptorMdm) } - -var fileDescriptorMdm = []byte{ - // 3620 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x5a, 0x4f, 0x73, 0x1b, 0x47, - 0x76, 0x27, 0x48, 0x89, 0x04, 0x1e, 0x40, 0x12, 0x6c, 0xfe, 0x11, 0x48, 0x4a, 0xa4, 0x34, 0xb2, - 0xd7, 0xb2, 0xd7, 0x96, 0x12, 0xd9, 0xda, 0x75, 0x36, 0x76, 0x62, 0x8a, 0xa4, 0x96, 0x5c, 0x8b, - 0x22, 0x6b, 0x20, 0xd2, 0x55, 0xf1, 0x6e, 0x66, 0x87, 0x33, 0x4d, 0xa0, 0x8b, 0xf3, 0x6f, 0xbb, - 0x67, 0x40, 0xc1, 0xe7, 0xa4, 0x72, 0xce, 0x25, 0x95, 0xe4, 0x23, 0xe4, 0x1b, 0x24, 0xb7, 0xdc, - 0x72, 0xdc, 0xca, 0x3d, 0x55, 0x2e, 0xe7, 0x53, 0xe4, 0x96, 0xea, 0x7f, 0x33, 0x8d, 0xc1, 0x00, - 0xd4, 0x65, 0x6f, 0xe8, 0xf7, 0x7e, 0xfd, 0xba, 0xa7, 0xbb, 0xdf, 0xeb, 0xdf, 0x7b, 0x0d, 0x68, - 0x84, 0x7e, 0xf8, 0x34, 0xa1, 0x71, 0x1a, 0xa3, 0x7a, 0xe8, 0x87, 0xe2, 0x97, 0xf5, 0x7b, 0x58, - 0xda, 0x8f, 0xc3, 0xd0, 0x8d, 0xfc, 0x33, 0x77, 0x18, 0xc4, 0xae, 0x8f, 0x1e, 0x41, 0xcb, 0x93, - 0x12, 0x27, 0xcb, 0x88, 0xdf, 0xa9, 0x3d, 0xac, 0x3d, 0x69, 0xd8, 0x4d, 0x25, 0x3b, 0xcf, 0x88, - 0x8f, 0x7e, 0x0e, 0x0b, 0xaa, 0xd9, 0x99, 0x7d, 0x58, 0x7b, 0xd2, 0x7c, 0xbe, 0xf2, 0x54, 0x1b, - 0x7c, 0xaa, 0xac, 0xd9, 0x1a, 0x61, 0xfd, 0xcf, 0x06, 0x2c, 0x28, 0x21, 0xb7, 0x4d, 0xf1, 0x1f, - 0x32, 0xcc, 0x52, 0x27, 0x1d, 0x26, 0x58, 0xdb, 0x56, 0xb2, 0xb7, 0xc3, 0x04, 0xa3, 0x7d, 0x58, - 0x26, 0x11, 0x4b, 0xdd, 0x20, 0x70, 0x12, 0x1a, 0x5f, 0x91, 0x00, 0xab, 0x31, 0x3a, 0xc5, 0x18, - 0xc7, 0x12, 0x70, 0x26, 0xf5, 0x47, 0x33, 0xf6, 0x12, 0x19, 0x91, 0xa0, 0x6f, 0x60, 0x89, 0xe2, - 0x30, 0x1e, 0xe0, 0xdc, 0xc6, 0x9c, 0xb0, 0x71, 0xaf, 0xb0, 0x61, 0x0b, 0x7d, 0x61, 0x62, 0x91, - 0x9a, 0x02, 0xd4, 0x87, 0xfb, 0xc6, 0x34, 0x06, 0x84, 0x91, 0x38, 0x22, 0x51, 0x2f, 0xb7, 0x77, - 0x47, 0xd8, 0xfb, 0xa0, 0x6a, 0x4e, 0x39, 0xb8, 0x30, 0xbe, 0x45, 0x26, 0x6a, 0x11, 0x86, 0x6d, - 0x73, 0xae, 0xe5, 0x81, 0xee, 0x8a, 0x81, 0x1e, 0x57, 0x4c, 0xbc, 0x62, 0x9c, 0x4d, 0xe3, 0x23, - 0x4a, 0xc3, 0x5c, 0x82, 0x9e, 0x04, 0xf6, 0x1d, 0x37, 0x49, 0x02, 0xe2, 0xb9, 0x29, 0x89, 0x23, - 0x27, 0x20, 0x2c, 0xed, 0xcc, 0x8b, 0x51, 0xac, 0xb1, 0xcf, 0xc1, 0xfe, 0x5e, 0x01, 0x7d, 0x4d, - 0x58, 0x7a, 0x34, 0x63, 0x77, 0xc8, 0x04, 0x1d, 0x7a, 0x0d, 0xc8, 0xc7, 0x03, 0xe2, 0x61, 0x87, - 0x44, 0x57, 0x31, 0x0d, 0x85, 0xa6, 0xb3, 0x20, 0x6c, 0x6f, 0x17, 0xb6, 0x0f, 0x04, 0xe6, 0xb8, - 0x80, 0x1c, 0xcd, 0xd8, 0x2b, 0x7e, 0x59, 0x88, 0x7e, 0x09, 0x4d, 0x65, 0x2d, 0x88, 0xbd, 0xeb, - 0x4e, 0x5d, 0x98, 0x59, 0x2b, 0x9b, 0x79, 0x1d, 0x7b, 0xd7, 0x47, 0x33, 0x36, 0xf8, 0x79, 0x8b, - 0xef, 0xbe, 0x17, 0x60, 0x97, 0x3a, 0x89, 0xcb, 0x98, 0x17, 0xfb, 0xb8, 0xd3, 0x28, 0xef, 0xfe, - 0x3e, 0xd7, 0x9f, 0x29, 0x35, 0xdf, 0x7d, 0xcf, 0x14, 0xa0, 0x5f, 0x41, 0x0b, 0x53, 0x97, 0x61, - 0x47, 0x5a, 0xed, 0x80, 0xe8, 0xbf, 0x5e, 0xf4, 0x3f, 0xe4, 0x5a, 0x39, 0x81, 0xa3, 0x19, 0xbb, - 0x89, 0x8b, 0x26, 0x3a, 0x86, 0x15, 0x7d, 0xc6, 0x43, 0x42, 0x69, 0x4c, 0x49, 0xd4, 0xeb, 0x34, - 0x85, 0x81, 0x2d, 0x73, 0x17, 0x05, 0xe4, 0x44, 0x23, 0x8e, 0x66, 0xec, 0x36, 0x2d, 0xc9, 0xd0, - 0x57, 0xdc, 0x5d, 0x58, 0x4a, 0x89, 0xc7, 0x17, 0x84, 0x75, 0x5a, 0xc2, 0xca, 0x86, 0x69, 0xa5, - 0xd0, 0x1e, 0xcd, 0xd8, 0x23, 0x68, 0x74, 0x02, 0xab, 0x59, 0xc4, 0x97, 0xce, 0xc9, 0x18, 0xa6, - 0x8e, 0xeb, 0x79, 0x71, 0x16, 0xa5, 0x9d, 0xc5, 0xf2, 0x76, 0x9c, 0x0b, 0xd0, 0x39, 0xc3, 0x74, - 0x4f, 0x42, 0xf8, 0x76, 0x64, 0x65, 0xa1, 0xdc, 0x8e, 0x00, 0xa7, 0x58, 0x98, 0xeb, 0x2c, 0x8d, - 0x6f, 0x07, 0x57, 0xf2, 0x1e, 0x72, 0x3b, 0x74, 0x0b, 0x1d, 0x40, 0x1b, 0x47, 0xee, 0x65, 0xc0, - 0xf7, 0x91, 0x2f, 0x0a, 0xdf, 0x90, 0xe5, 0xb2, 0x4b, 0x1f, 0x0a, 0xc4, 0xeb, 0x98, 0xa5, 0x27, - 0x72, 0x47, 0x96, 0xf0, 0x88, 0x04, 0x9d, 0xc2, 0xaa, 0x76, 0x48, 0xe3, 0xf4, 0x76, 0xda, 0xc2, - 0xd0, 0xfd, 0xb1, 0x83, 0x6b, 0x1c, 0xcd, 0xa3, 0x19, 0x1b, 0x91, 0x31, 0x29, 0x3a, 0x87, 0x75, - 0xb5, 0x24, 0x8e, 0x17, 0x47, 0x57, 0xa4, 0x97, 0x51, 0x69, 0x72, 0x45, 0x98, 0xdc, 0x29, 0x4c, - 0xaa, 0x15, 0xd8, 0x37, 0x51, 0x47, 0x33, 0xf6, 0x9a, 0x5b, 0x21, 0x47, 0x5d, 0x58, 0xe7, 0xf3, - 0x1b, 0x3a, 0x14, 0xfb, 0x38, 0x4c, 0x84, 0x8b, 0x89, 0x33, 0x88, 0x84, 0xd9, 0x07, 0x86, 0x59, - 0x0e, 0xb3, 0x73, 0xd4, 0xbe, 0xfc, 0xee, 0x55, 0x77, 0x5c, 0x8c, 0x7e, 0x0b, 0x9d, 0xd0, 0x8d, - 0xdc, 0x5e, 0x95, 0xeb, 0xae, 0x0a, 0xbb, 0x0f, 0x0b, 0xbb, 0x27, 0x12, 0x39, 0xee, 0xb8, 0x1b, - 0x61, 0xa5, 0x86, 0xbb, 0xad, 0x8a, 0x40, 0xe6, 0xca, 0xae, 0x95, 0xcf, 0x89, 0x0c, 0x3c, 0xa3, - 0x0b, 0xbb, 0x42, 0xcb, 0x42, 0xf4, 0x6b, 0x58, 0x21, 0xd1, 0x80, 0xa4, 0xd8, 0x49, 0x63, 0x1e, - 0xc5, 0x7a, 0xd4, 0x0d, 0x3b, 0xeb, 0xc2, 0xd8, 0xa6, 0xb9, 0x4d, 0x1c, 0xf2, 0x36, 0x3e, 0x93, - 0x80, 0xa3, 0x19, 0x7b, 0x99, 0x8c, 0x8a, 0xf8, 0x06, 0x0d, 0xdc, 0x80, 0xf8, 0x6e, 0xea, 0x9a, - 0x13, 0x63, 0x9d, 0x8d, 0xf2, 0x06, 0x5d, 0x48, 0x98, 0x39, 0x0d, 0xee, 0x0e, 0x6b, 0xba, 0xbb, - 0x29, 0x47, 0x5f, 0xc3, 0xa2, 0x3e, 0x48, 0x21, 0xf6, 0x89, 0xdb, 0xb9, 0x57, 0xf6, 0x2a, 0x75, - 0x84, 0x4e, 0xb8, 0x96, 0x7b, 0x15, 0x31, 0xda, 0x3c, 0x34, 0xa8, 0xc5, 0x92, 0xbd, 0x3b, 0xe5, - 0xd0, 0x20, 0x97, 0x49, 0x77, 0x6e, 0xd2, 0xa2, 0x89, 0xfe, 0x0c, 0xea, 0x0c, 0xa7, 0x29, 0x89, - 0x7a, 0xac, 0xb3, 0x29, 0xfa, 0xa1, 0xa2, 0x5f, 0x57, 0x69, 0x8e, 0x66, 0xec, 0x1c, 0x85, 0x6e, - 0xe0, 0x51, 0xd5, 0xc6, 0x8f, 0x1e, 0xd8, 0x2d, 0x61, 0xea, 0xe3, 0x69, 0x27, 0xa0, 0x7c, 0x76, - 0x77, 0xc3, 0xe9, 0x10, 0x14, 0xc1, 0x4e, 0xd5, 0xc0, 0x6e, 0x9a, 0x52, 0x72, 0x99, 0xa5, 0x98, - 0x75, 0xb6, 0xc5, 0xa8, 0x3f, 0x9b, 0x36, 0xea, 0x5e, 0x8e, 0x3e, 0x9a, 0xb1, 0xef, 0x87, 0x53, - 0xf4, 0xfc, 0xbe, 0xad, 0x1a, 0xef, 0x0a, 0x63, 0xff, 0xd2, 0xf5, 0xae, 0x3b, 0xf7, 0xcb, 0xf7, - 0xed, 0xf8, 0x68, 0xaf, 0x14, 0x96, 0xdf, 0xb7, 0xe1, 0x44, 0x2d, 0x77, 0x50, 0x86, 0x53, 0xe7, - 0x8a, 0xd0, 0xf0, 0xc6, 0xa5, 0x58, 0x5c, 0x12, 0x37, 0x31, 0xf5, 0x3b, 0x0f, 0xca, 0x0e, 0xda, - 0xc5, 0xe9, 0x2b, 0x85, 0x3a, 0x53, 0x20, 0xee, 0xa0, 0x6c, 0x5c, 0xcc, 0x1d, 0x74, 0x80, 0x29, - 0xb9, 0x1a, 0x56, 0xd8, 0xdd, 0x29, 0x3b, 0xe8, 0x85, 0x40, 0x56, 0x98, 0xde, 0x18, 0x54, 0x6a, - 0xd0, 0x77, 0x70, 0x8f, 0x4f, 0xd9, 0xcd, 0xd2, 0xd8, 0x71, 0xfd, 0x90, 0x44, 0x85, 0xf1, 0xdd, - 0xb2, 0x2f, 0x74, 0x71, 0xba, 0x97, 0xa5, 0xf1, 0x1e, 0x87, 0x19, 0xa6, 0xd7, 0x58, 0x85, 0x1c, - 0xfd, 0x06, 0x10, 0xf3, 0xfa, 0xd8, 0xcf, 0x02, 0xec, 0xc4, 0xcc, 0xc9, 0x12, 0xee, 0x45, 0x9d, - 0x87, 0xe5, 0xcb, 0xaa, 0xab, 0x30, 0xa7, 0xdd, 0x73, 0x81, 0xe0, 0x97, 0x95, 0xee, 0x77, 0xca, - 0xa4, 0x4c, 0x4c, 0x72, 0xcc, 0x96, 0xc3, 0x3c, 0x37, 0xea, 0x3c, 0x1a, 0x9b, 0x64, 0xc9, 0x60, - 0xd7, 0x73, 0x45, 0x44, 0x2d, 0x1b, 0xe5, 0x72, 0x74, 0x06, 0x6b, 0xae, 0x97, 0x92, 0x01, 0x76, - 0x22, 0xe6, 0xe0, 0x77, 0x29, 0x8e, 0x98, 0x08, 0x03, 0x56, 0x39, 0xf4, 0xef, 0x09, 0xd4, 0x9b, - 0xee, 0x61, 0x8e, 0xe1, 0xa1, 0x5f, 0xf6, 0x7d, 0xc3, 0x0a, 0x29, 0xb7, 0x48, 0xe3, 0x94, 0x4f, - 0x8f, 0x53, 0xa3, 0x81, 0x9b, 0x05, 0xa9, 0x73, 0x8d, 0x87, 0x9d, 0xc7, 0x65, 0x8b, 0xb6, 0x40, - 0xbd, 0x22, 0x01, 0xbe, 0xe0, 0xa0, 0x6f, 0xf1, 0x90, 0x5b, 0xa4, 0xb9, 0x74, 0xa0, 0xa4, 0xdc, - 0x5d, 0x74, 0x50, 0xc1, 0x51, 0x8a, 0x69, 0x42, 0x09, 0x1b, 0x0d, 0xa7, 0x1f, 0x94, 0xdd, 0x45, - 0x45, 0x99, 0xc3, 0x1c, 0x3e, 0x1a, 0x59, 0x35, 0xfd, 0xac, 0xd4, 0xbf, 0x6c, 0xc0, 0x82, 0x62, - 0x0b, 0xd6, 0x27, 0xb0, 0x34, 0xca, 0x87, 0x51, 0x07, 0x16, 0x12, 0x49, 0xe6, 0x05, 0xc1, 0x6e, - 0xd9, 0xba, 0x69, 0x3d, 0x83, 0xc5, 0x11, 0xde, 0x8b, 0x76, 0x00, 0x88, 0x8f, 0xa3, 0x94, 0x5c, - 0x11, 0x4c, 0x15, 0x1d, 0x37, 0x24, 0xd6, 0x29, 0x6c, 0x4d, 0x26, 0xb6, 0xe8, 0xcf, 0x61, 0xad, - 0x92, 0x1c, 0xcb, 0x51, 0x57, 0x93, 0xf1, 0x2e, 0xd6, 0x33, 0xd8, 0x9c, 0x48, 0x60, 0x11, 0x82, - 0x3b, 0x46, 0xca, 0x21, 0x7e, 0x5b, 0x7d, 0xe8, 0x4c, 0xe2, 0xa2, 0xe8, 0x21, 0x34, 0x8b, 0xb9, - 0xb2, 0x4e, 0xed, 0xe1, 0x1c, 0xcf, 0x26, 0x0c, 0x11, 0xfa, 0x04, 0x56, 0x8c, 0xb0, 0xc2, 0x9c, - 0x38, 0x0a, 0x86, 0x22, 0x9f, 0xa8, 0xdb, 0xcb, 0x45, 0x8c, 0x60, 0xa7, 0x51, 0x30, 0xb4, 0x3e, - 0x83, 0x95, 0x31, 0x66, 0xca, 0xd7, 0xf2, 0x0f, 0x19, 0xa6, 0x04, 0x6b, 0xf3, 0xba, 0x69, 0x3d, - 0x87, 0xc5, 0x11, 0x16, 0xc9, 0x93, 0x1b, 0xc5, 0xb7, 0xd2, 0xf8, 0x1a, 0x47, 0x6a, 0x15, 0x9a, - 0x52, 0xf6, 0x96, 0x8b, 0xac, 0xef, 0x01, 0x0a, 0xd6, 0x8a, 0xda, 0x30, 0x97, 0x90, 0x48, 0x7d, - 0x2d, 0xff, 0xc9, 0x47, 0x0b, 0x31, 0x63, 0x6e, 0x4f, 0x26, 0x3d, 0x0d, 0x5b, 0x37, 0xb9, 0xf1, - 0xa4, 0x1f, 0x47, 0xd8, 0x89, 0xb2, 0xf0, 0x12, 0x53, 0x91, 0xcf, 0x34, 0xec, 0xa6, 0x90, 0xbd, - 0x11, 0x22, 0xeb, 0x1f, 0x6a, 0xd0, 0x34, 0x78, 0x69, 0x85, 0xf9, 0x4f, 0x01, 0x25, 0x14, 0x33, - 0x4c, 0x07, 0xd8, 0x11, 0xd7, 0x6a, 0x12, 0xb8, 0x91, 0x5a, 0x8e, 0xb6, 0xd6, 0x1c, 0xb8, 0xa9, - 0x7b, 0x16, 0xb8, 0x11, 0xfa, 0x12, 0x3a, 0x3e, 0x61, 0x6e, 0x10, 0xc4, 0x37, 0x7c, 0x67, 0xdf, - 0x91, 0x90, 0xa4, 0x43, 0x87, 0xe1, 0x34, 0x4b, 0xc4, 0xf0, 0x75, 0x7b, 0x43, 0xeb, 0xcf, 0xb4, - 0xba, 0xcb, 0xb5, 0xd6, 0xbf, 0xd5, 0xa0, 0x5d, 0x26, 0xb8, 0xe8, 0x63, 0x68, 0xfb, 0x98, 0xa5, - 0x24, 0x92, 0x91, 0x3d, 0x72, 0x43, 0x9d, 0xff, 0x2d, 0x1b, 0xf2, 0x37, 0x6e, 0x88, 0xd1, 0x73, - 0x58, 0x37, 0xa1, 0x3a, 0xa7, 0xf0, 0xd5, 0xa2, 0xac, 0x1a, 0x4a, 0xb5, 0x63, 0x3e, 0xda, 0x86, - 0x06, 0x8f, 0x35, 0x4e, 0x4a, 0x42, 0xac, 0x56, 0xa7, 0xce, 0x05, 0x6f, 0x49, 0x88, 0xd1, 0x16, - 0xd4, 0xf3, 0x88, 0x79, 0x47, 0xea, 0x74, 0xdb, 0xda, 0x83, 0x96, 0x49, 0xa3, 0xd5, 0xa1, 0xe6, - 0xe7, 0xd1, 0x19, 0x21, 0xdf, 0x35, 0xf1, 0xc9, 0xab, 0x4a, 0x67, 0x76, 0xb1, 0x9e, 0xc1, 0xca, - 0x18, 0x89, 0xe6, 0x63, 0x72, 0xa2, 0x6c, 0x7c, 0x67, 0xde, 0xb6, 0x4e, 0xf9, 0x39, 0xc8, 0x09, - 0xf2, 0x14, 0x24, 0xfa, 0x10, 0x96, 0xae, 0x62, 0xea, 0xf1, 0x4c, 0x24, 0xc0, 0x22, 0x90, 0xc8, - 0xed, 0x5a, 0x14, 0xd2, 0x03, 0x25, 0xb4, 0x08, 0x2c, 0x8d, 0x32, 0x68, 0xf3, 0x28, 0xd5, 0xa6, - 0x1f, 0xa5, 0xd9, 0xb1, 0xa3, 0xc4, 0x67, 0x74, 0x15, 0xc7, 0x69, 0x14, 0xa7, 0xf9, 0x5a, 0xea, - 0xb6, 0xf5, 0x1f, 0x73, 0x80, 0xc6, 0x49, 0x36, 0xfa, 0x19, 0x2c, 0x93, 0x34, 0x8b, 0x30, 0x73, - 0x58, 0x1a, 0x53, 0xb1, 0x5b, 0x7c, 0xdc, 0x39, 0x7b, 0x51, 0x8a, 0xbb, 0x5c, 0x7a, 0xec, 0x97, - 0x22, 0xce, 0x6c, 0x39, 0xe2, 0xa0, 0xaf, 0x61, 0x21, 0x4e, 0xe4, 0x8a, 0xcf, 0x95, 0x53, 0xdf, - 0xf1, 0x61, 0x4f, 0x25, 0xd4, 0xd6, 0x7d, 0xf8, 0xc7, 0x85, 0x6e, 0x44, 0xae, 0x78, 0xfa, 0x95, - 0xd1, 0x40, 0xed, 0x76, 0x53, 0xcb, 0xce, 0x69, 0xc0, 0x0f, 0xa2, 0x74, 0xfd, 0x10, 0x47, 0xa9, - 0x73, 0x15, 0xb8, 0x3d, 0x26, 0xb2, 0xec, 0x39, 0x1d, 0x12, 0xb8, 0xfc, 0x15, 0x17, 0xa3, 0x53, - 0x58, 0x1c, 0xa5, 0x5a, 0xf3, 0x65, 0xaa, 0x35, 0x3e, 0xa5, 0x11, 0x1e, 0x65, 0x8f, 0xf6, 0x47, - 0xaf, 0x00, 0x0c, 0x0a, 0xb5, 0x30, 0xe1, 0x4e, 0xa8, 0xa4, 0x48, 0xb6, 0xd1, 0x13, 0xfd, 0x02, - 0xee, 0x79, 0x7d, 0x37, 0xea, 0x61, 0xc7, 0xf8, 0x14, 0xc6, 0xaf, 0x25, 0x91, 0x27, 0x37, 0xec, - 0x75, 0xa9, 0x3e, 0xc9, 0xb5, 0x5d, 0xae, 0xb4, 0x0e, 0x60, 0x73, 0xe2, 0x22, 0xa2, 0x8f, 0x60, - 0x39, 0xc9, 0xa8, 0xd7, 0xe7, 0x89, 0x6f, 0x88, 0xd3, 0x7e, 0xac, 0xb7, 0x70, 0x49, 0x8b, 0x4f, - 0x84, 0xd4, 0x7a, 0x04, 0xbb, 0xb7, 0x7c, 0xb7, 0xb5, 0x03, 0xf7, 0xa7, 0x7d, 0x8c, 0xf5, 0x7f, - 0xb5, 0x1c, 0x50, 0x79, 0xc3, 0xa1, 0xa7, 0x50, 0xd7, 0x9b, 0x26, 0x66, 0x31, 0xc2, 0x95, 0x4f, - 0x94, 0xc6, 0xce, 0x31, 0x63, 0x1b, 0x3f, 0x3b, 0xbe, 0xf1, 0x7f, 0x09, 0x5b, 0x26, 0xc4, 0x49, - 0x48, 0x24, 0xae, 0x2d, 0x0f, 0xd3, 0x94, 0x9f, 0xb6, 0xb9, 0x27, 0x2d, 0xfb, 0x9e, 0xd1, 0xe1, - 0x4c, 0xea, 0xf7, 0xb9, 0x1a, 0x1d, 0xc3, 0x23, 0x8d, 0xa7, 0x78, 0x10, 0x6b, 0x22, 0xde, 0xc7, - 0xde, 0xb5, 0xc3, 0xaf, 0x62, 0x42, 0xb1, 0x8c, 0x2d, 0x75, 0x7b, 0x47, 0x01, 0xed, 0x1c, 0xb7, - 0xcf, 0x61, 0xb6, 0x42, 0x59, 0xc7, 0x50, 0xd7, 0x1f, 0x80, 0xbe, 0x86, 0xa5, 0x7c, 0x4e, 0x24, - 0xc5, 0xa1, 0xbc, 0x66, 0x46, 0xd2, 0x11, 0x8d, 0x3d, 0x4e, 0x71, 0x68, 0x2f, 0x86, 0x46, 0x8b, - 0x59, 0x3d, 0x68, 0x99, 0x6a, 0xf4, 0x11, 0xcc, 0xbb, 0x8c, 0xe1, 0x54, 0x9b, 0x59, 0x36, 0xd8, - 0x11, 0x97, 0xdb, 0x4a, 0x2d, 0x96, 0x17, 0xa7, 0x2e, 0xbf, 0x05, 0x54, 0x7d, 0xcd, 0x5c, 0x5e, - 0xa5, 0xb1, 0x73, 0x8c, 0xf5, 0x5b, 0xb8, 0x2b, 0x0c, 0xf0, 0x3b, 0xfa, 0x9a, 0x44, 0xf9, 0x1d, - 0xcd, 0x7f, 0xa3, 0x4d, 0xa8, 0x87, 0xfe, 0x0b, 0x87, 0x91, 0x1f, 0xe4, 0xbd, 0x35, 0x67, 0x2f, - 0x84, 0xfe, 0x8b, 0x2e, 0xf9, 0x41, 0x5c, 0xe9, 0xa1, 0xff, 0x42, 0xae, 0x6e, 0xc3, 0x16, 0xbf, - 0xf9, 0xc5, 0x54, 0xb8, 0x26, 0xff, 0x69, 0xfd, 0xb1, 0x06, 0x75, 0x3d, 0x28, 0xfa, 0x39, 0xac, - 0x5c, 0x66, 0x91, 0x1f, 0xf0, 0x18, 0x52, 0xa2, 0x26, 0x6d, 0xa9, 0x38, 0x2e, 0xc2, 0xc5, 0x87, - 0xb0, 0xa4, 0xc0, 0x03, 0x4c, 0x99, 0x8e, 0x8f, 0x0d, 0x7b, 0x51, 0x4a, 0x2f, 0xa4, 0x10, 0x7d, - 0x02, 0x77, 0xe5, 0xea, 0xce, 0x89, 0x65, 0x31, 0xca, 0x16, 0x2f, 0xa5, 0xc5, 0xe8, 0x2a, 0xb6, - 0x25, 0x24, 0xff, 0xc2, 0x3b, 0xc6, 0x17, 0x6e, 0x41, 0x9d, 0x65, 0x97, 0x29, 0x49, 0x55, 0x45, - 0x8e, 0x5f, 0x2e, 0xaa, 0x8d, 0xd6, 0xe0, 0xae, 0x54, 0xcc, 0x0b, 0x85, 0x6c, 0x58, 0xbf, 0x07, - 0x28, 0x4c, 0xff, 0x29, 0xbe, 0xc9, 0xfa, 0x5b, 0x58, 0xad, 0x28, 0x21, 0xdc, 0x46, 0xe9, 0xb8, - 0x97, 0x97, 0x4b, 0x13, 0xd2, 0xfc, 0x12, 0x1d, 0x31, 0x64, 0xfd, 0x0a, 0x36, 0xaa, 0x4b, 0x09, - 0xb7, 0xf3, 0x2e, 0xeb, 0x73, 0x58, 0x19, 0x2b, 0x17, 0xdc, 0x4a, 0x36, 0xbf, 0x83, 0xe5, 0x52, - 0x59, 0x00, 0x3d, 0x00, 0x50, 0x25, 0x04, 0x27, 0xe7, 0x85, 0x0d, 0x25, 0x39, 0xf6, 0xf9, 0x4a, - 0x89, 0xaa, 0x81, 0x74, 0xc6, 0xc2, 0xed, 0x17, 0x0b, 0xe9, 0x39, 0x0d, 0xac, 0x2f, 0x61, 0xad, - 0xaa, 0x44, 0xf0, 0x1e, 0xdf, 0xf1, 0x2f, 0xb3, 0xb0, 0x56, 0x55, 0xfe, 0x41, 0xaf, 0xe1, 0x31, - 0xbb, 0x26, 0x89, 0x93, 0x50, 0x12, 0xba, 0x54, 0xd1, 0x22, 0x27, 0x2f, 0x28, 0x51, 0x2c, 0xef, - 0x0b, 0x49, 0x1a, 0x76, 0x39, 0xf4, 0x4c, 0x22, 0x05, 0x43, 0xd2, 0x26, 0x15, 0x0c, 0x5d, 0xc0, - 0xc7, 0x3c, 0xc1, 0xab, 0x36, 0xe6, 0x32, 0x87, 0xe2, 0x5e, 0x16, 0xb8, 0x54, 0x56, 0xde, 0x24, - 0x01, 0x78, 0xcc, 0x70, 0x5a, 0x61, 0x72, 0x8f, 0xd9, 0x12, 0x2b, 0x98, 0xc5, 0xf7, 0xb0, 0x29, - 0x92, 0x46, 0x65, 0x50, 0xa4, 0x8e, 0xca, 0xac, 0x76, 0x05, 0x23, 0x2f, 0xe5, 0xf9, 0xa1, 0xb4, - 0xc5, 0x81, 0xca, 0x20, 0xb3, 0x37, 0xdc, 0x4a, 0xb9, 0xf5, 0x8f, 0x35, 0xd8, 0xa8, 0xee, 0xc2, - 0xb7, 0x8d, 0xf5, 0x63, 0x9a, 0x9a, 0x2c, 0xaf, 0x21, 0x24, 0x82, 0xdf, 0x6d, 0x43, 0xe3, 0x2a, - 0x0b, 0x02, 0xa9, 0x9d, 0x55, 0xfc, 0x22, 0x0b, 0x02, 0xa1, 0x7c, 0x0c, 0x8b, 0x9a, 0x9b, 0x39, - 0x7d, 0x97, 0xf5, 0x05, 0x0d, 0x68, 0xd9, 0x2d, 0x2d, 0x3c, 0x72, 0x59, 0x1f, 0x6d, 0xc0, 0x7c, - 0x9f, 0xf8, 0x3e, 0x8e, 0x54, 0xc8, 0x55, 0x2d, 0x8b, 0x42, 0xcb, 0xac, 0xde, 0xbc, 0x37, 0x2b, - 0xd9, 0x86, 0x86, 0x28, 0xe7, 0x18, 0x67, 0xa8, 0x2e, 0x04, 0xfc, 0xde, 0x78, 0x00, 0x20, 0x95, - 0xe2, 0xcd, 0x42, 0xf2, 0x21, 0x09, 0x7f, 0x3b, 0x4c, 0xb0, 0x35, 0x84, 0xa6, 0x51, 0xf3, 0x29, - 0xa1, 0x6b, 0x25, 0x74, 0xd5, 0x8c, 0x66, 0xab, 0x66, 0xc4, 0x97, 0x81, 0x3b, 0x3a, 0x4b, 0xf9, - 0xd5, 0x4e, 0x7c, 0x35, 0x6e, 0xab, 0x10, 0x1e, 0xfb, 0xd6, 0x5f, 0x40, 0x5d, 0x97, 0x8d, 0xd0, - 0x67, 0x46, 0x71, 0x49, 0x06, 0xff, 0x95, 0xb1, 0xe2, 0x52, 0x51, 0x59, 0xb2, 0xfe, 0xb3, 0x0e, - 0x0b, 0x4a, 0xca, 0x23, 0x1e, 0x0f, 0x7d, 0x3a, 0xa6, 0xf3, 0xdf, 0xe8, 0xab, 0xbc, 0xfa, 0x9e, - 0xef, 0x52, 0x45, 0x11, 0x9f, 0xef, 0x98, 0xb6, 0xad, 0x4a, 0xf0, 0x62, 0x13, 0x5f, 0x40, 0xbd, - 0x1f, 0xb3, 0x54, 0x74, 0x9d, 0x2b, 0xd7, 0xfe, 0x8e, 0x94, 0x26, 0x9f, 0x94, 0x86, 0xa2, 0x97, - 0xb0, 0x38, 0x88, 0xf9, 0x98, 0x34, 0x76, 0x43, 0x12, 0xf5, 0xd4, 0x33, 0x8b, 0x51, 0x93, 0xb9, - 0xe0, 0x6a, 0x5b, 0x6a, 0x75, 0xff, 0xd6, 0xc0, 0x10, 0xa2, 0x6f, 0xa1, 0xcd, 0xd7, 0x28, 0x8e, - 0xdc, 0xc0, 0xe9, 0xc7, 0x29, 0x4b, 0xe2, 0x54, 0x3d, 0xa2, 0x18, 0x47, 0xfd, 0x4c, 0x21, 0x8e, - 0x24, 0x40, 0x5b, 0x5a, 0x4e, 0x46, 0xe5, 0xe8, 0x4b, 0x68, 0xdc, 0xb8, 0x41, 0x90, 0xb8, 0x09, - 0xa6, 0x8a, 0xfc, 0x19, 0x75, 0x91, 0xef, 0xb4, 0x4a, 0xf7, 0x2f, 0xc0, 0xe8, 0xaf, 0xa1, 0x25, - 0x52, 0x2c, 0xfd, 0x25, 0x0b, 0xe5, 0xda, 0x02, 0xcf, 0xb3, 0x4a, 0x1f, 0xd2, 0xf4, 0x0b, 0x19, - 0x1f, 0xfa, 0x32, 0xc8, 0x70, 0x1a, 0xc7, 0x69, 0x5f, 0x3d, 0x7e, 0x18, 0x43, 0xbf, 0xd4, 0xaa, - 0x7c, 0xe8, 0x1c, 0x8c, 0x7e, 0x07, 0x1b, 0x13, 0x6a, 0x76, 0x8d, 0x32, 0xe1, 0xac, 0x24, 0x67, - 0xda, 0xe4, 0xba, 0x5b, 0x59, 0xaa, 0xfb, 0x0a, 0x9a, 0xa1, 0x1f, 0x3a, 0x9a, 0xa5, 0x43, 0xf9, - 0x64, 0x9c, 0x1c, 0x9c, 0x28, 0x46, 0x99, 0x9f, 0x8c, 0xd0, 0x0f, 0x35, 0xc9, 0xc4, 0xb0, 0xa5, - 0x9f, 0x65, 0xc4, 0xbb, 0x8e, 0xd3, 0xa3, 0xae, 0x87, 0x9d, 0x04, 0x53, 0x12, 0xfb, 0xea, 0x9d, - 0xe4, 0x89, 0xb1, 0x51, 0x0a, 0xcb, 0x13, 0xe6, 0x5f, 0x73, 0xe4, 0x99, 0x00, 0x6a, 0xcb, 0xf7, - 0x92, 0x6a, 0x3d, 0xfa, 0x1e, 0x36, 0x42, 0xf7, 0x1d, 0x09, 0xb3, 0x90, 0x67, 0x71, 0x22, 0xa4, - 0x8b, 0xe8, 0xa9, 0x1f, 0x51, 0x3e, 0x34, 0xf9, 0x95, 0xc0, 0xd9, 0x0a, 0xc6, 0x03, 0x67, 0x3e, - 0xf3, 0xb5, 0xb0, 0x42, 0x89, 0xfe, 0x06, 0xd6, 0x7d, 0xe2, 0xf6, 0xa2, 0x98, 0xa5, 0xc4, 0x73, - 0x58, 0x76, 0x19, 0x12, 0x26, 0xee, 0xe9, 0xc5, 0xb2, 0xed, 0x83, 0x1c, 0xd6, 0xcd, 0x51, 0xb9, - 0x6d, 0xbf, 0x42, 0xc9, 0x5d, 0xc0, 0x4d, 0x12, 0xc7, 0x8d, 0xdc, 0x60, 0x98, 0x12, 0x8f, 0xa9, - 0x87, 0x96, 0xd1, 0x77, 0x83, 0x3d, 0xad, 0xcd, 0x5d, 0xc0, 0x35, 0x84, 0xe8, 0x0a, 0x36, 0x27, - 0x57, 0x8b, 0x97, 0xcb, 0x29, 0xcc, 0x24, 0x0e, 0xaf, 0x6d, 0x77, 0xdc, 0x49, 0x24, 0xff, 0x19, - 0xac, 0x56, 0xf8, 0x23, 0x4f, 0x3d, 0xe5, 0xe3, 0x8d, 0xaf, 0xee, 0x3f, 0xdd, 0xb4, 0x9e, 0xc3, - 0x46, 0xb5, 0xe7, 0x4d, 0xe9, 0xf3, 0x57, 0xd0, 0x2e, 0xfb, 0x19, 0xa7, 0x5c, 0x24, 0xd4, 0xa9, - 0x6d, 0xcb, 0x96, 0x0d, 0x2e, 0xbd, 0xe9, 0x63, 0xaa, 0x39, 0xa8, 0x6c, 0x58, 0x4f, 0x01, 0x8d, - 0xbb, 0xda, 0x94, 0xf1, 0x3e, 0x85, 0x76, 0xd9, 0xb9, 0xa6, 0xa0, 0xff, 0xa9, 0x06, 0xf7, 0xa7, - 0x39, 0xd1, 0xad, 0x74, 0xec, 0x62, 0xa2, 0xb3, 0xca, 0x90, 0xbb, 0x7b, 0x8b, 0xb3, 0x4e, 0xf0, - 0x52, 0xeb, 0xef, 0x6b, 0xb0, 0x7b, 0xcb, 0xce, 0xde, 0x3a, 0xb7, 0x97, 0xf0, 0x60, 0xe4, 0xec, - 0x38, 0xbe, 0xac, 0x78, 0x70, 0x8e, 0x92, 0x67, 0x0e, 0x2d, 0x7b, 0x7b, 0x04, 0x74, 0x90, 0x63, - 0xf8, 0xb2, 0x5b, 0xcf, 0x61, 0xbd, 0xba, 0xe2, 0xbf, 0x09, 0xf5, 0x41, 0x12, 0x99, 0xff, 0x31, - 0x58, 0x18, 0x24, 0xd1, 0x79, 0x46, 0x7c, 0xeb, 0x0b, 0x5d, 0x89, 0x33, 0xae, 0x17, 0xb4, 0x3b, - 0x7a, 0x21, 0xa9, 0xd9, 0x16, 0x77, 0x8e, 0xf5, 0x19, 0x2c, 0x97, 0x6e, 0x16, 0x4e, 0xdb, 0xf3, - 0x6b, 0x48, 0x55, 0x56, 0x74, 0xdb, 0xfa, 0x0d, 0xac, 0x8c, 0x45, 0x2a, 0xf4, 0x62, 0x34, 0xb6, - 0xd5, 0xca, 0x8f, 0x9c, 0x45, 0x0f, 0x33, 0xa8, 0x59, 0x3e, 0x40, 0xa1, 0x41, 0x17, 0xf0, 0x44, - 0x14, 0x9d, 0xd5, 0x23, 0x1d, 0x0f, 0x72, 0xa2, 0x4a, 0x86, 0x7d, 0xe7, 0xa6, 0x4f, 0x02, 0xec, - 0xb0, 0x2c, 0xc1, 0x74, 0x40, 0x58, 0x7e, 0x9c, 0x3e, 0x28, 0xf0, 0x3c, 0x90, 0xed, 0x49, 0xf4, - 0x77, 0x1c, 0xdc, 0xcd, 0xb1, 0xd6, 0xef, 0x60, 0x67, 0x7a, 0x38, 0xe4, 0x19, 0xee, 0x94, 0xe0, - 0x2a, 0x99, 0xcf, 0xa4, 0x90, 0x69, 0x75, 0x61, 0x7b, 0x4a, 0x28, 0x44, 0x5f, 0x4c, 0x8c, 0xa8, - 0xd2, 0x6e, 0x65, 0xa8, 0xb4, 0x7e, 0x09, 0xdb, 0x53, 0x62, 0xe0, 0x14, 0xc7, 0x7a, 0x26, 0xb2, - 0x9b, 0x72, 0xa0, 0x9b, 0xd2, 0x61, 0x1f, 0x76, 0x6f, 0x79, 0xf7, 0x7a, 0x0f, 0xbe, 0xff, 0x0d, - 0xdc, 0x9f, 0xf6, 0x8c, 0xf5, 0x1e, 0x16, 0x7a, 0xb0, 0x35, 0xf9, 0x69, 0xea, 0x3d, 0x2a, 0xd6, - 0x1f, 0xc1, 0xb2, 0x7a, 0x66, 0xcf, 0xdf, 0xbe, 0x24, 0xe1, 0x5f, 0x92, 0x62, 0x6d, 0xca, 0xfa, - 0xbb, 0x1a, 0xac, 0x56, 0xbc, 0x50, 0xa1, 0x8f, 0xa1, 0xed, 0x65, 0x94, 0xf2, 0xed, 0xc9, 0x6b, - 0x9e, 0xaa, 0xce, 0xaa, 0xe4, 0x39, 0xf4, 0x11, 0xb4, 0x22, 0x7c, 0x53, 0xc0, 0x54, 0xcd, 0x24, - 0xc2, 0x37, 0x39, 0x64, 0x17, 0x9a, 0xb2, 0x02, 0x1c, 0xd3, 0x38, 0x64, 0xaa, 0xee, 0x0b, 0x42, - 0x74, 0xca, 0x25, 0xd6, 0x17, 0xb0, 0x51, 0xfd, 0x9e, 0x35, 0x52, 0x74, 0xad, 0x95, 0x8a, 0xae, - 0xa7, 0xb0, 0x56, 0xf5, 0x50, 0xc5, 0x99, 0x68, 0xcf, 0x78, 0x01, 0xe0, 0xbf, 0xc7, 0x13, 0x82, - 0xd9, 0xf1, 0x84, 0x80, 0xdf, 0x12, 0xe5, 0x47, 0x25, 0xf4, 0x09, 0x2c, 0xc8, 0x57, 0x28, 0x4d, - 0x88, 0xdb, 0xc6, 0x9f, 0x1e, 0x84, 0xc2, 0xd6, 0x00, 0x6b, 0x08, 0xf3, 0xaa, 0xd7, 0x2e, 0x34, - 0x13, 0x1a, 0xfb, 0x99, 0x27, 0xdf, 0x84, 0x54, 0x9c, 0x51, 0xa2, 0x6f, 0xf1, 0x50, 0x94, 0xc9, - 0x14, 0x60, 0x34, 0x3f, 0x5f, 0x52, 0x62, 0x5d, 0x74, 0x10, 0xd9, 0xa9, 0xfa, 0xcb, 0x82, 0x88, - 0x89, 0x8a, 0xc3, 0xeb, 0xf7, 0xe7, 0x3d, 0x21, 0xb4, 0x3e, 0x85, 0xb5, 0xaa, 0xf7, 0x30, 0x7e, - 0x9d, 0x89, 0x22, 0xaf, 0x3a, 0xe8, 0xb2, 0x61, 0xbd, 0x06, 0x34, 0xfe, 0xce, 0x85, 0x7e, 0x01, - 0xf7, 0xae, 0x48, 0x90, 0x62, 0x5a, 0x3c, 0x90, 0x39, 0x49, 0x4c, 0xa2, 0x54, 0x9f, 0xb1, 0x75, - 0xa9, 0xce, 0xbb, 0x9c, 0x09, 0xa5, 0xf5, 0x63, 0x0d, 0xd0, 0xf8, 0x23, 0x17, 0x8f, 0xcd, 0xd7, - 0x78, 0x68, 0x66, 0x30, 0x0b, 0xd7, 0x78, 0x28, 0xf2, 0x97, 0x03, 0x68, 0x17, 0x8f, 0x66, 0xf2, - 0x6d, 0x43, 0xdd, 0x54, 0x06, 0xc3, 0xcf, 0x8d, 0xc9, 0xb2, 0xb8, 0xbd, 0x9c, 0x77, 0x91, 0x02, - 0xbe, 0x86, 0xfc, 0xe4, 0x79, 0x98, 0xf2, 0x73, 0xef, 0xb9, 0xaa, 0xce, 0xdc, 0xb2, 0x97, 0x22, - 0x7c, 0xb3, 0x5f, 0x48, 0xd1, 0x37, 0x70, 0x9f, 0xe2, 0x24, 0x18, 0x3a, 0x38, 0xf2, 0xe8, 0x50, - 0xd5, 0x2c, 0x8c, 0x5e, 0x77, 0x44, 0xaf, 0x2d, 0x81, 0x39, 0xcc, 0x21, 0x86, 0x05, 0xeb, 0x5f, - 0x6b, 0xb0, 0x5c, 0x9a, 0xcf, 0xb4, 0xa3, 0x29, 0x1f, 0x49, 0x78, 0x30, 0xc6, 0x7c, 0xff, 0x1d, - 0xfc, 0x2e, 0x89, 0x69, 0xaa, 0xce, 0x5c, 0x5b, 0x69, 0xbe, 0xc5, 0xc3, 0x43, 0x21, 0x47, 0x5f, - 0xc3, 0xf6, 0x38, 0xba, 0xf0, 0x28, 0xb9, 0xe1, 0x9d, 0x72, 0x37, 0x7d, 0xde, 0xad, 0xff, 0xae, - 0xc1, 0xa2, 0x8d, 0x59, 0x16, 0xa4, 0xfa, 0xef, 0x77, 0x08, 0xee, 0x64, 0xbe, 0xf1, 0x06, 0xe6, - 0x93, 0xf1, 0xbf, 0xe4, 0xcd, 0x8e, 0xff, 0x25, 0xef, 0x05, 0x34, 0x31, 0xa5, 0x31, 0x75, 0xbc, - 0xbe, 0x4b, 0xa2, 0xf1, 0x32, 0xd7, 0x21, 0x57, 0xee, 0x73, 0x9d, 0x0d, 0x38, 0xff, 0x6d, 0x75, - 0x61, 0xbe, 0x9b, 0xba, 0x69, 0xc6, 0x50, 0x1b, 0x5a, 0x7b, 0xde, 0x75, 0x14, 0xdf, 0x04, 0xd8, - 0xef, 0x61, 0xbf, 0x3d, 0x83, 0x1a, 0x70, 0x57, 0xf4, 0x6a, 0xd7, 0xd0, 0x06, 0x20, 0xf5, 0x17, - 0xbe, 0x57, 0xe2, 0x65, 0x4c, 0xca, 0x67, 0x51, 0x1d, 0xee, 0x1c, 0xfb, 0x01, 0x6e, 0xcf, 0x21, - 0x80, 0xf9, 0x37, 0x71, 0xfa, 0x26, 0xbe, 0x69, 0xdf, 0xb1, 0xfe, 0xbd, 0x06, 0x50, 0x8c, 0x87, - 0x3e, 0x87, 0xf5, 0x20, 0xf6, 0xdc, 0x80, 0xfc, 0x80, 0x7d, 0xc7, 0xc7, 0xcc, 0xa3, 0x24, 0xc9, - 0x8b, 0x23, 0x0d, 0x7b, 0x2d, 0x57, 0x1e, 0x14, 0x3a, 0x7e, 0xdb, 0x64, 0xcc, 0xc1, 0x51, 0x2f, - 0x20, 0xac, 0x3f, 0xd2, 0x4b, 0x7e, 0xfc, 0x5a, 0xc6, 0x0e, 0xa5, 0xd2, 0xec, 0xf5, 0x08, 0x5a, - 0x72, 0x15, 0xfc, 0x38, 0x94, 0xcb, 0x20, 0x16, 0x4a, 0xc8, 0x0e, 0x84, 0x88, 0xa7, 0xe7, 0x6a, - 0xa1, 0x62, 0x5f, 0x1e, 0x9f, 0xbb, 0x76, 0x43, 0xae, 0x48, 0xec, 0xe3, 0x97, 0xed, 0xff, 0xfa, - 0x69, 0xa7, 0xf6, 0xc7, 0x9f, 0x76, 0x6a, 0x3f, 0xfe, 0xb4, 0x53, 0xfb, 0xe7, 0xff, 0xdd, 0x99, - 0xb9, 0x9c, 0x17, 0x0b, 0xf8, 0xf9, 0xff, 0x07, 0x00, 0x00, 0xff, 0xff, 0x7e, 0xb9, 0xc1, 0xd9, - 0x3f, 0x29, 0x00, 0x00, -} diff --git a/mdm/mdm/internal/mdmproto/mdm.proto b/mdm/mdm/internal/mdmproto/mdm.proto index b0662a51..74a46d48 100644 --- a/mdm/mdm/internal/mdmproto/mdm.proto +++ b/mdm/mdm/internal/mdmproto/mdm.proto @@ -66,6 +66,7 @@ message Command { ActiveNSExtensions active_ns_extensions = 34; RotateFileVaultKey rotate_filevault_key = 35; InstallEnterpriseApplication install_enterprise_application = 36; + SetBootstrapToken set_bootstrap_token = 37; } } @@ -389,6 +390,11 @@ message FileVaultUnlock { string private_key_export_password = 3; } +message SetBootstrapToken { + string bootstrap_token = 1; +} + + message ResultPayload { enum Status { Acknowledged = 0; diff --git a/mdm/mdm/marshal_json.go b/mdm/mdm/marshal_json.go index 881d464f..f989b04b 100644 --- a/mdm/mdm/marshal_json.go +++ b/mdm/mdm/marshal_json.go @@ -347,6 +347,15 @@ func (c *Command) MarshalJSON() ([]byte, error) { RotateFileVaultKey: c.RotateFileVaultKey, } return json.Marshal(&x) + case "SetBootstrapToken": + var x = struct { + RequestType string `json:"request_type"` + *SetBootstrapToken + }{ + RequestType: c.RequestType, + SetBootstrapToken: c.SetBootstrapToken, + } + return json.Marshal(&x) default: return nil, fmt.Errorf("mdm: unknown RequestType: %s", c.RequestType) } diff --git a/mdm/mdm/marshal_plist.go b/mdm/mdm/marshal_plist.go index 281d91a2..51842f84 100644 --- a/mdm/mdm/marshal_plist.go +++ b/mdm/mdm/marshal_plist.go @@ -325,6 +325,14 @@ func (c *Command) MarshalPlist() (interface{}, error) { RequestType: c.RequestType, RotateFileVaultKey: c.RotateFileVaultKey, }, nil + case "SetBootstrapToken": + return &struct { + RequestType string + *SetBootstrapToken + }{ + RequestType: c.RequestType, + SetBootstrapToken: c.SetBootstrapToken, + }, nil default: return nil, fmt.Errorf("mdm: unknown command RequestType, %s", c.RequestType) } diff --git a/mdm/mdm/marshal_proto.go b/mdm/mdm/marshal_proto.go index 902b35f5..e160e58d 100644 --- a/mdm/mdm/marshal_proto.go +++ b/mdm/mdm/marshal_proto.go @@ -286,6 +286,12 @@ func commandToProto(cmd *Command) (*mdmproto.Command, error) { AllowOroms: cmd.SetFirmwarePassword.AllowOroms, }, } + case "SetBootstrapToken": + cmdproto.Request = &mdmproto.Command_SetBootstrapToken{ + SetBootstrapToken: &mdmproto.SetBootstrapToken{ + BootstrapToken: cmd.SetBootstrapToken.BootstrapToken, + }, + } case "VerifyFirmwarePassword": cmdproto.Request = &mdmproto.Command_VerifyFirmwarePassword{ VerifyFirmwarePassword: &mdmproto.VerifyFirmwarePassword{ diff --git a/mdm/mdm/unmarshal_json.go b/mdm/mdm/unmarshal_json.go index b04b480b..dce68456 100644 --- a/mdm/mdm/unmarshal_json.go +++ b/mdm/mdm/unmarshal_json.go @@ -295,6 +295,13 @@ func (c *Command) UnmarshalJSON(data []byte) error { } c.RotateFileVaultKey = &payload return nil + case "SetBootstrapToken": + var payload SetBootstrapToken + if err := json.Unmarshal(data, &payload); err != nil { + return errors.Wrapf(err, "mdm: unmarshal %s command json", c.RequestType) + } + c.SetBootstrapToken = &payload + return nil default: return fmt.Errorf("mdm: unknown RequestType: %s", c.RequestType) } diff --git a/mdm/mdm/unmarshal_plist.go b/mdm/mdm/unmarshal_plist.go index beeed02b..cfb2a0b8 100644 --- a/mdm/mdm/unmarshal_plist.go +++ b/mdm/mdm/unmarshal_plist.go @@ -281,6 +281,13 @@ func (c *Command) UnmarshalPlist(unmarshal func(i interface{}) error) error { } c.RotateFileVaultKey = &payload return nil + case "SetBootstrapToken": + var payload SetBootstrapToken + if err := unmarshal(&payload); err != nil { + return errors.Wrapf(err, "mdm: unmarshal %s command plist", requestType.RequestType) + } + c.SetBootstrapToken = &payload + return nil default: return fmt.Errorf("mdm: unknown RequestType: %s", requestType.RequestType) } diff --git a/mdm/mdm/unmarshal_proto.go b/mdm/mdm/unmarshal_proto.go index 837d5de8..1dbbe487 100644 --- a/mdm/mdm/unmarshal_proto.go +++ b/mdm/mdm/unmarshal_proto.go @@ -133,7 +133,7 @@ func protoToCommand(pb *mdmproto.Command) *Command { options = &InstallApplicationOptions{ PurchaseMethod: new(int64), } - *options.PurchaseMethod = pboptions.GetPurchaseMethod(); + *options.PurchaseMethod = pboptions.GetPurchaseMethod() } pbconfig := pbc.GetConfiguration() @@ -245,6 +245,11 @@ func protoToCommand(pb *mdmproto.Command) *Command { NewPassword: pbc.GetNewPassword(), AllowOroms: pbc.GetAllowOroms(), } + case "SetBootstrapToken": + pbc := pb.GetSetBootstrapToken() + cmd.SetBootstrapToken = &SetBootstrapToken{ + BootstrapToken: pbc.GetBootstrapToken(), + } case "VerifyFirmwarePassword": pbc := pb.GetVerifyFirmwarePassword() cmd.VerifyFirmwarePassword = &VerifyFirmwarePassword{ diff --git a/tools/api/commands/set_bootstrap_token b/tools/api/commands/set_bootstrap_token new file mode 100755 index 00000000..6dcd8d1e --- /dev/null +++ b/tools/api/commands/set_bootstrap_token @@ -0,0 +1,12 @@ +#!/bin/bash +source $MICROMDM_ENV_PATH +endpoint="v1/commands" +jq -n \ + --arg request_type "SetBootstrapToken" \ + --arg udid "$1" \ + --arg token "$2" \ + '.udid = $udid + |.request_type = $request_type + |.bootstrap_token = $token + '|\ + curl $CURL_OPTS -u "micromdm:$API_TOKEN" "$SERVER_URL/$endpoint" -d@-