github.com/cloudwan/edgelq-sdk@v1.15.4/devices/resources/v1/provisioning_approval_request/provisioning_approval_request_change.pb.go (about) 1 // Code generated by protoc-gen-goten-go 2 // File: edgelq/devices/proto/v1/provisioning_approval_request_change.proto 3 // DO NOT EDIT!!! 4 5 package provisioning_approval_request 6 7 import ( 8 "fmt" 9 "reflect" 10 "sync" 11 12 "google.golang.org/protobuf/encoding/protojson" 13 "google.golang.org/protobuf/proto" 14 preflect "google.golang.org/protobuf/reflect/protoreflect" 15 "google.golang.org/protobuf/runtime/protoimpl" 16 ) 17 18 // proto imports 19 import ( 20 provisioning_policy "github.com/cloudwan/edgelq-sdk/devices/resources/v1/provisioning_policy" 21 fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb" 22 ) 23 24 // Reference imports to suppress errors if they are not otherwise used. 25 var ( 26 _ = fmt.Errorf 27 _ = reflect.Method{} 28 _ = sync.Once{} 29 30 _ = protojson.MarshalOptions{} 31 _ = proto.MarshalOptions{} 32 _ = preflect.Value{} 33 _ = protoimpl.DescBuilder{} 34 ) 35 36 // make sure we're using proto imports 37 var ( 38 _ = &provisioning_policy.ProvisioningPolicy{} 39 _ = &fieldmaskpb.FieldMask{} 40 ) 41 42 const ( 43 // Verify that this generated code is sufficiently up-to-date. 44 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) 45 // Verify that runtime/protoimpl is sufficiently up-to-date. 46 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) 47 ) 48 49 // ProvisioningApprovalRequestChange is used by Watch notifications Responses to 50 // describe change of single ProvisioningApprovalRequest One of Added, Modified, 51 // Removed 52 type ProvisioningApprovalRequestChange struct { 53 state protoimpl.MessageState 54 sizeCache protoimpl.SizeCache 55 unknownFields protoimpl.UnknownFields 56 // ProvisioningApprovalRequest change 57 // 58 // Types that are valid to be assigned to ChangeType: 59 // *ProvisioningApprovalRequestChange_Added_ 60 // *ProvisioningApprovalRequestChange_Modified_ 61 // *ProvisioningApprovalRequestChange_Current_ 62 // *ProvisioningApprovalRequestChange_Removed_ 63 ChangeType isProvisioningApprovalRequestChange_ChangeType `protobuf_oneof:"change_type"` 64 } 65 66 func (m *ProvisioningApprovalRequestChange) Reset() { 67 *m = ProvisioningApprovalRequestChange{} 68 if protoimpl.UnsafeEnabled { 69 mi := &edgelq_devices_proto_v1_provisioning_approval_request_change_proto_msgTypes[0] 70 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 71 ms.StoreMessageInfo(mi) 72 } 73 } 74 75 func (m *ProvisioningApprovalRequestChange) String() string { 76 return protoimpl.X.MessageStringOf(m) 77 } 78 79 func (*ProvisioningApprovalRequestChange) ProtoMessage() {} 80 81 func (m *ProvisioningApprovalRequestChange) ProtoReflect() preflect.Message { 82 mi := &edgelq_devices_proto_v1_provisioning_approval_request_change_proto_msgTypes[0] 83 if protoimpl.UnsafeEnabled && m != nil { 84 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 85 if ms.LoadMessageInfo() == nil { 86 ms.StoreMessageInfo(mi) 87 } 88 return ms 89 } 90 return mi.MessageOf(m) 91 } 92 93 func (*ProvisioningApprovalRequestChange) GotenMessage() {} 94 95 // Deprecated, Use ProvisioningApprovalRequestChange.ProtoReflect.Descriptor instead. 96 func (*ProvisioningApprovalRequestChange) Descriptor() ([]byte, []int) { 97 return edgelq_devices_proto_v1_provisioning_approval_request_change_proto_rawDescGZIP(), []int{0} 98 } 99 100 func (m *ProvisioningApprovalRequestChange) Unmarshal(b []byte) error { 101 return proto.Unmarshal(b, m) 102 } 103 104 func (m *ProvisioningApprovalRequestChange) Marshal() ([]byte, error) { 105 return proto.Marshal(m) 106 } 107 108 func (m *ProvisioningApprovalRequestChange) MarshalJSON() ([]byte, error) { 109 return protojson.MarshalOptions{}.Marshal(m) 110 } 111 112 func (m *ProvisioningApprovalRequestChange) UnmarshalJSON(data []byte) error { 113 return protojson.Unmarshal(data, m) 114 } 115 116 type isProvisioningApprovalRequestChange_ChangeType interface { 117 isProvisioningApprovalRequestChange_ChangeType() 118 } 119 120 type ProvisioningApprovalRequestChange_Added_ struct { 121 // Added is returned when watched document is added, either created or 122 // enters Query view 123 Added *ProvisioningApprovalRequestChange_Added `protobuf:"bytes,1,opt,name=added,proto3,oneof"` 124 } 125 type ProvisioningApprovalRequestChange_Modified_ struct { 126 // Modified is returned when watched document is modified 127 Modified *ProvisioningApprovalRequestChange_Modified `protobuf:"bytes,2,opt,name=modified,proto3,oneof"` 128 } 129 type ProvisioningApprovalRequestChange_Current_ struct { 130 // Current is returned in stateless watch when document enters query view or 131 // is modified within. 132 Current *ProvisioningApprovalRequestChange_Current `protobuf:"bytes,4,opt,name=current,proto3,oneof"` 133 } 134 type ProvisioningApprovalRequestChange_Removed_ struct { 135 // Removed is returned when ProvisioningApprovalRequest is deleted or leaves 136 // Query view 137 Removed *ProvisioningApprovalRequestChange_Removed `protobuf:"bytes,3,opt,name=removed,proto3,oneof"` 138 } 139 140 func (*ProvisioningApprovalRequestChange_Added_) isProvisioningApprovalRequestChange_ChangeType() {} 141 func (*ProvisioningApprovalRequestChange_Modified_) isProvisioningApprovalRequestChange_ChangeType() { 142 } 143 func (*ProvisioningApprovalRequestChange_Current_) isProvisioningApprovalRequestChange_ChangeType() {} 144 func (*ProvisioningApprovalRequestChange_Removed_) isProvisioningApprovalRequestChange_ChangeType() {} 145 func (m *ProvisioningApprovalRequestChange) GetChangeType() isProvisioningApprovalRequestChange_ChangeType { 146 if m != nil { 147 return m.ChangeType 148 } 149 return nil 150 } 151 func (m *ProvisioningApprovalRequestChange) GetAdded() *ProvisioningApprovalRequestChange_Added { 152 if x, ok := m.GetChangeType().(*ProvisioningApprovalRequestChange_Added_); ok { 153 return x.Added 154 } 155 return nil 156 } 157 func (m *ProvisioningApprovalRequestChange) GetModified() *ProvisioningApprovalRequestChange_Modified { 158 if x, ok := m.GetChangeType().(*ProvisioningApprovalRequestChange_Modified_); ok { 159 return x.Modified 160 } 161 return nil 162 } 163 func (m *ProvisioningApprovalRequestChange) GetCurrent() *ProvisioningApprovalRequestChange_Current { 164 if x, ok := m.GetChangeType().(*ProvisioningApprovalRequestChange_Current_); ok { 165 return x.Current 166 } 167 return nil 168 } 169 func (m *ProvisioningApprovalRequestChange) GetRemoved() *ProvisioningApprovalRequestChange_Removed { 170 if x, ok := m.GetChangeType().(*ProvisioningApprovalRequestChange_Removed_); ok { 171 return x.Removed 172 } 173 return nil 174 } 175 func (m *ProvisioningApprovalRequestChange) SetChangeType(ofv isProvisioningApprovalRequestChange_ChangeType) { 176 if m == nil { 177 panic(fmt.Errorf("can't set %s on nil %s", "isProvisioningApprovalRequestChange_ChangeType", "ProvisioningApprovalRequestChange")) 178 } 179 m.ChangeType = ofv 180 } 181 func (m *ProvisioningApprovalRequestChange) SetAdded(fv *ProvisioningApprovalRequestChange_Added) { 182 m.SetChangeType(&ProvisioningApprovalRequestChange_Added_{Added: fv}) 183 } 184 func (m *ProvisioningApprovalRequestChange) SetModified(fv *ProvisioningApprovalRequestChange_Modified) { 185 m.SetChangeType(&ProvisioningApprovalRequestChange_Modified_{Modified: fv}) 186 } 187 func (m *ProvisioningApprovalRequestChange) SetCurrent(fv *ProvisioningApprovalRequestChange_Current) { 188 m.SetChangeType(&ProvisioningApprovalRequestChange_Current_{Current: fv}) 189 } 190 func (m *ProvisioningApprovalRequestChange) SetRemoved(fv *ProvisioningApprovalRequestChange_Removed) { 191 m.SetChangeType(&ProvisioningApprovalRequestChange_Removed_{Removed: fv}) 192 } 193 194 // ProvisioningApprovalRequest has been added to query view 195 type ProvisioningApprovalRequestChange_Added struct { 196 state protoimpl.MessageState 197 sizeCache protoimpl.SizeCache 198 unknownFields protoimpl.UnknownFields 199 ProvisioningApprovalRequest *ProvisioningApprovalRequest `protobuf:"bytes,1,opt,name=provisioning_approval_request,json=provisioningApprovalRequest,proto3" json:"provisioning_approval_request,omitempty"` 200 // Integer describing index of added ProvisioningApprovalRequest in 201 // resulting query view. 202 ViewIndex int32 `protobuf:"varint,2,opt,name=view_index,json=viewIndex,proto3" json:"view_index,omitempty"` 203 } 204 205 func (m *ProvisioningApprovalRequestChange_Added) Reset() { 206 *m = ProvisioningApprovalRequestChange_Added{} 207 if protoimpl.UnsafeEnabled { 208 mi := &edgelq_devices_proto_v1_provisioning_approval_request_change_proto_msgTypes[1] 209 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 210 ms.StoreMessageInfo(mi) 211 } 212 } 213 214 func (m *ProvisioningApprovalRequestChange_Added) String() string { 215 return protoimpl.X.MessageStringOf(m) 216 } 217 218 func (*ProvisioningApprovalRequestChange_Added) ProtoMessage() {} 219 220 func (m *ProvisioningApprovalRequestChange_Added) ProtoReflect() preflect.Message { 221 mi := &edgelq_devices_proto_v1_provisioning_approval_request_change_proto_msgTypes[1] 222 if protoimpl.UnsafeEnabled && m != nil { 223 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 224 if ms.LoadMessageInfo() == nil { 225 ms.StoreMessageInfo(mi) 226 } 227 return ms 228 } 229 return mi.MessageOf(m) 230 } 231 232 func (*ProvisioningApprovalRequestChange_Added) GotenMessage() {} 233 234 // Deprecated, Use ProvisioningApprovalRequestChange_Added.ProtoReflect.Descriptor instead. 235 func (*ProvisioningApprovalRequestChange_Added) Descriptor() ([]byte, []int) { 236 return edgelq_devices_proto_v1_provisioning_approval_request_change_proto_rawDescGZIP(), []int{0, 0} 237 } 238 239 func (m *ProvisioningApprovalRequestChange_Added) Unmarshal(b []byte) error { 240 return proto.Unmarshal(b, m) 241 } 242 243 func (m *ProvisioningApprovalRequestChange_Added) Marshal() ([]byte, error) { 244 return proto.Marshal(m) 245 } 246 247 func (m *ProvisioningApprovalRequestChange_Added) MarshalJSON() ([]byte, error) { 248 return protojson.MarshalOptions{}.Marshal(m) 249 } 250 251 func (m *ProvisioningApprovalRequestChange_Added) UnmarshalJSON(data []byte) error { 252 return protojson.Unmarshal(data, m) 253 } 254 255 func (m *ProvisioningApprovalRequestChange_Added) GetProvisioningApprovalRequest() *ProvisioningApprovalRequest { 256 if m != nil { 257 return m.ProvisioningApprovalRequest 258 } 259 return nil 260 } 261 262 func (m *ProvisioningApprovalRequestChange_Added) GetViewIndex() int32 { 263 if m != nil { 264 return m.ViewIndex 265 } 266 return int32(0) 267 } 268 269 func (m *ProvisioningApprovalRequestChange_Added) SetProvisioningApprovalRequest(fv *ProvisioningApprovalRequest) { 270 if m == nil { 271 panic(fmt.Errorf("can't set %s on nil %s", "ProvisioningApprovalRequest", "ProvisioningApprovalRequestChange_Added")) 272 } 273 m.ProvisioningApprovalRequest = fv 274 } 275 276 func (m *ProvisioningApprovalRequestChange_Added) SetViewIndex(fv int32) { 277 if m == nil { 278 panic(fmt.Errorf("can't set %s on nil %s", "ViewIndex", "ProvisioningApprovalRequestChange_Added")) 279 } 280 m.ViewIndex = fv 281 } 282 283 // ProvisioningApprovalRequest changed some of it's fields - contains either 284 // full document or masked change 285 type ProvisioningApprovalRequestChange_Modified struct { 286 state protoimpl.MessageState 287 sizeCache protoimpl.SizeCache 288 unknownFields protoimpl.UnknownFields 289 // Name of modified ProvisioningApprovalRequest 290 Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"` 291 // New version of ProvisioningApprovalRequest or masked difference, 292 // depending on mask_changes instrumentation of issued 293 // [WatchProvisioningApprovalRequestRequest] or 294 // [WatchProvisioningApprovalRequestsRequest] 295 ProvisioningApprovalRequest *ProvisioningApprovalRequest `protobuf:"bytes,2,opt,name=provisioning_approval_request,json=provisioningApprovalRequest,proto3" json:"provisioning_approval_request,omitempty"` 296 // Used when mask_changes is set, contains field paths of modified 297 // properties. 298 FieldMask *ProvisioningApprovalRequest_FieldMask `protobuf:"bytes,3,opt,customtype=ProvisioningApprovalRequest_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` 299 // Previous view index specifies previous position of modified 300 // ProvisioningApprovalRequest. When modification doesn't affect sorted 301 // order, value will remain identical to [view_index]. 302 PreviousViewIndex int32 `protobuf:"varint,4,opt,name=previous_view_index,json=previousViewIndex,proto3" json:"previous_view_index,omitempty"` 303 // Integer specifying ProvisioningApprovalRequest new index in resulting 304 // query view. 305 ViewIndex int32 `protobuf:"varint,5,opt,name=view_index,json=viewIndex,proto3" json:"view_index,omitempty"` 306 } 307 308 func (m *ProvisioningApprovalRequestChange_Modified) Reset() { 309 *m = ProvisioningApprovalRequestChange_Modified{} 310 if protoimpl.UnsafeEnabled { 311 mi := &edgelq_devices_proto_v1_provisioning_approval_request_change_proto_msgTypes[2] 312 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 313 ms.StoreMessageInfo(mi) 314 } 315 } 316 317 func (m *ProvisioningApprovalRequestChange_Modified) String() string { 318 return protoimpl.X.MessageStringOf(m) 319 } 320 321 func (*ProvisioningApprovalRequestChange_Modified) ProtoMessage() {} 322 323 func (m *ProvisioningApprovalRequestChange_Modified) ProtoReflect() preflect.Message { 324 mi := &edgelq_devices_proto_v1_provisioning_approval_request_change_proto_msgTypes[2] 325 if protoimpl.UnsafeEnabled && m != nil { 326 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 327 if ms.LoadMessageInfo() == nil { 328 ms.StoreMessageInfo(mi) 329 } 330 return ms 331 } 332 return mi.MessageOf(m) 333 } 334 335 func (*ProvisioningApprovalRequestChange_Modified) GotenMessage() {} 336 337 // Deprecated, Use ProvisioningApprovalRequestChange_Modified.ProtoReflect.Descriptor instead. 338 func (*ProvisioningApprovalRequestChange_Modified) Descriptor() ([]byte, []int) { 339 return edgelq_devices_proto_v1_provisioning_approval_request_change_proto_rawDescGZIP(), []int{0, 1} 340 } 341 342 func (m *ProvisioningApprovalRequestChange_Modified) Unmarshal(b []byte) error { 343 return proto.Unmarshal(b, m) 344 } 345 346 func (m *ProvisioningApprovalRequestChange_Modified) Marshal() ([]byte, error) { 347 return proto.Marshal(m) 348 } 349 350 func (m *ProvisioningApprovalRequestChange_Modified) MarshalJSON() ([]byte, error) { 351 return protojson.MarshalOptions{}.Marshal(m) 352 } 353 354 func (m *ProvisioningApprovalRequestChange_Modified) UnmarshalJSON(data []byte) error { 355 return protojson.Unmarshal(data, m) 356 } 357 358 func (m *ProvisioningApprovalRequestChange_Modified) GetName() *Name { 359 if m != nil { 360 return m.Name 361 } 362 return nil 363 } 364 365 func (m *ProvisioningApprovalRequestChange_Modified) GetProvisioningApprovalRequest() *ProvisioningApprovalRequest { 366 if m != nil { 367 return m.ProvisioningApprovalRequest 368 } 369 return nil 370 } 371 372 func (m *ProvisioningApprovalRequestChange_Modified) GetFieldMask() *ProvisioningApprovalRequest_FieldMask { 373 if m != nil { 374 return m.FieldMask 375 } 376 return nil 377 } 378 379 func (m *ProvisioningApprovalRequestChange_Modified) GetPreviousViewIndex() int32 { 380 if m != nil { 381 return m.PreviousViewIndex 382 } 383 return int32(0) 384 } 385 386 func (m *ProvisioningApprovalRequestChange_Modified) GetViewIndex() int32 { 387 if m != nil { 388 return m.ViewIndex 389 } 390 return int32(0) 391 } 392 393 func (m *ProvisioningApprovalRequestChange_Modified) SetName(fv *Name) { 394 if m == nil { 395 panic(fmt.Errorf("can't set %s on nil %s", "Name", "ProvisioningApprovalRequestChange_Modified")) 396 } 397 m.Name = fv 398 } 399 400 func (m *ProvisioningApprovalRequestChange_Modified) SetProvisioningApprovalRequest(fv *ProvisioningApprovalRequest) { 401 if m == nil { 402 panic(fmt.Errorf("can't set %s on nil %s", "ProvisioningApprovalRequest", "ProvisioningApprovalRequestChange_Modified")) 403 } 404 m.ProvisioningApprovalRequest = fv 405 } 406 407 func (m *ProvisioningApprovalRequestChange_Modified) SetFieldMask(fv *ProvisioningApprovalRequest_FieldMask) { 408 if m == nil { 409 panic(fmt.Errorf("can't set %s on nil %s", "FieldMask", "ProvisioningApprovalRequestChange_Modified")) 410 } 411 m.FieldMask = fv 412 } 413 414 func (m *ProvisioningApprovalRequestChange_Modified) SetPreviousViewIndex(fv int32) { 415 if m == nil { 416 panic(fmt.Errorf("can't set %s on nil %s", "PreviousViewIndex", "ProvisioningApprovalRequestChange_Modified")) 417 } 418 m.PreviousViewIndex = fv 419 } 420 421 func (m *ProvisioningApprovalRequestChange_Modified) SetViewIndex(fv int32) { 422 if m == nil { 423 panic(fmt.Errorf("can't set %s on nil %s", "ViewIndex", "ProvisioningApprovalRequestChange_Modified")) 424 } 425 m.ViewIndex = fv 426 } 427 428 // ProvisioningApprovalRequest has been added or modified in a query view. 429 // Version used for stateless watching 430 type ProvisioningApprovalRequestChange_Current struct { 431 state protoimpl.MessageState 432 sizeCache protoimpl.SizeCache 433 unknownFields protoimpl.UnknownFields 434 ProvisioningApprovalRequest *ProvisioningApprovalRequest `protobuf:"bytes,1,opt,name=provisioning_approval_request,json=provisioningApprovalRequest,proto3" json:"provisioning_approval_request,omitempty"` 435 } 436 437 func (m *ProvisioningApprovalRequestChange_Current) Reset() { 438 *m = ProvisioningApprovalRequestChange_Current{} 439 if protoimpl.UnsafeEnabled { 440 mi := &edgelq_devices_proto_v1_provisioning_approval_request_change_proto_msgTypes[3] 441 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 442 ms.StoreMessageInfo(mi) 443 } 444 } 445 446 func (m *ProvisioningApprovalRequestChange_Current) String() string { 447 return protoimpl.X.MessageStringOf(m) 448 } 449 450 func (*ProvisioningApprovalRequestChange_Current) ProtoMessage() {} 451 452 func (m *ProvisioningApprovalRequestChange_Current) ProtoReflect() preflect.Message { 453 mi := &edgelq_devices_proto_v1_provisioning_approval_request_change_proto_msgTypes[3] 454 if protoimpl.UnsafeEnabled && m != nil { 455 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 456 if ms.LoadMessageInfo() == nil { 457 ms.StoreMessageInfo(mi) 458 } 459 return ms 460 } 461 return mi.MessageOf(m) 462 } 463 464 func (*ProvisioningApprovalRequestChange_Current) GotenMessage() {} 465 466 // Deprecated, Use ProvisioningApprovalRequestChange_Current.ProtoReflect.Descriptor instead. 467 func (*ProvisioningApprovalRequestChange_Current) Descriptor() ([]byte, []int) { 468 return edgelq_devices_proto_v1_provisioning_approval_request_change_proto_rawDescGZIP(), []int{0, 2} 469 } 470 471 func (m *ProvisioningApprovalRequestChange_Current) Unmarshal(b []byte) error { 472 return proto.Unmarshal(b, m) 473 } 474 475 func (m *ProvisioningApprovalRequestChange_Current) Marshal() ([]byte, error) { 476 return proto.Marshal(m) 477 } 478 479 func (m *ProvisioningApprovalRequestChange_Current) MarshalJSON() ([]byte, error) { 480 return protojson.MarshalOptions{}.Marshal(m) 481 } 482 483 func (m *ProvisioningApprovalRequestChange_Current) UnmarshalJSON(data []byte) error { 484 return protojson.Unmarshal(data, m) 485 } 486 487 func (m *ProvisioningApprovalRequestChange_Current) GetProvisioningApprovalRequest() *ProvisioningApprovalRequest { 488 if m != nil { 489 return m.ProvisioningApprovalRequest 490 } 491 return nil 492 } 493 494 func (m *ProvisioningApprovalRequestChange_Current) SetProvisioningApprovalRequest(fv *ProvisioningApprovalRequest) { 495 if m == nil { 496 panic(fmt.Errorf("can't set %s on nil %s", "ProvisioningApprovalRequest", "ProvisioningApprovalRequestChange_Current")) 497 } 498 m.ProvisioningApprovalRequest = fv 499 } 500 501 // Removed is returned when ProvisioningApprovalRequest is deleted or leaves 502 // Query view 503 type ProvisioningApprovalRequestChange_Removed struct { 504 state protoimpl.MessageState 505 sizeCache protoimpl.SizeCache 506 unknownFields protoimpl.UnknownFields 507 Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"` 508 // Integer specifying removed ProvisioningApprovalRequest index. Not 509 // populated in stateless watch type. 510 ViewIndex int32 `protobuf:"varint,2,opt,name=view_index,json=viewIndex,proto3" json:"view_index,omitempty"` 511 } 512 513 func (m *ProvisioningApprovalRequestChange_Removed) Reset() { 514 *m = ProvisioningApprovalRequestChange_Removed{} 515 if protoimpl.UnsafeEnabled { 516 mi := &edgelq_devices_proto_v1_provisioning_approval_request_change_proto_msgTypes[4] 517 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 518 ms.StoreMessageInfo(mi) 519 } 520 } 521 522 func (m *ProvisioningApprovalRequestChange_Removed) String() string { 523 return protoimpl.X.MessageStringOf(m) 524 } 525 526 func (*ProvisioningApprovalRequestChange_Removed) ProtoMessage() {} 527 528 func (m *ProvisioningApprovalRequestChange_Removed) ProtoReflect() preflect.Message { 529 mi := &edgelq_devices_proto_v1_provisioning_approval_request_change_proto_msgTypes[4] 530 if protoimpl.UnsafeEnabled && m != nil { 531 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 532 if ms.LoadMessageInfo() == nil { 533 ms.StoreMessageInfo(mi) 534 } 535 return ms 536 } 537 return mi.MessageOf(m) 538 } 539 540 func (*ProvisioningApprovalRequestChange_Removed) GotenMessage() {} 541 542 // Deprecated, Use ProvisioningApprovalRequestChange_Removed.ProtoReflect.Descriptor instead. 543 func (*ProvisioningApprovalRequestChange_Removed) Descriptor() ([]byte, []int) { 544 return edgelq_devices_proto_v1_provisioning_approval_request_change_proto_rawDescGZIP(), []int{0, 3} 545 } 546 547 func (m *ProvisioningApprovalRequestChange_Removed) Unmarshal(b []byte) error { 548 return proto.Unmarshal(b, m) 549 } 550 551 func (m *ProvisioningApprovalRequestChange_Removed) Marshal() ([]byte, error) { 552 return proto.Marshal(m) 553 } 554 555 func (m *ProvisioningApprovalRequestChange_Removed) MarshalJSON() ([]byte, error) { 556 return protojson.MarshalOptions{}.Marshal(m) 557 } 558 559 func (m *ProvisioningApprovalRequestChange_Removed) UnmarshalJSON(data []byte) error { 560 return protojson.Unmarshal(data, m) 561 } 562 563 func (m *ProvisioningApprovalRequestChange_Removed) GetName() *Name { 564 if m != nil { 565 return m.Name 566 } 567 return nil 568 } 569 570 func (m *ProvisioningApprovalRequestChange_Removed) GetViewIndex() int32 { 571 if m != nil { 572 return m.ViewIndex 573 } 574 return int32(0) 575 } 576 577 func (m *ProvisioningApprovalRequestChange_Removed) SetName(fv *Name) { 578 if m == nil { 579 panic(fmt.Errorf("can't set %s on nil %s", "Name", "ProvisioningApprovalRequestChange_Removed")) 580 } 581 m.Name = fv 582 } 583 584 func (m *ProvisioningApprovalRequestChange_Removed) SetViewIndex(fv int32) { 585 if m == nil { 586 panic(fmt.Errorf("can't set %s on nil %s", "ViewIndex", "ProvisioningApprovalRequestChange_Removed")) 587 } 588 m.ViewIndex = fv 589 } 590 591 var edgelq_devices_proto_v1_provisioning_approval_request_change_proto preflect.FileDescriptor 592 593 var edgelq_devices_proto_v1_provisioning_approval_request_change_proto_rawDesc = []byte{ 594 0x0a, 0x42, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 595 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x73, 596 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67, 0x5f, 0x61, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x5f, 597 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x2e, 0x70, 598 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 599 0x73, 0x2e, 0x76, 0x31, 0x1a, 0x19, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 600 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 601 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 602 0x2f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 603 0x6f, 0x1a, 0x1d, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 604 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 605 0x1a, 0x20, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 606 0x6f, 0x6e, 0x73, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 607 0x74, 0x6f, 0x1a, 0x3b, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 608 0x65, 0x73, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x76, 609 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67, 0x5f, 0x61, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 610 0x6c, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 611 0x8d, 0x09, 0x0a, 0x21, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67, 612 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 613 0x68, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x4f, 0x0a, 0x05, 0x61, 0x64, 0x64, 0x65, 0x64, 0x18, 0x01, 614 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 615 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x69, 616 0x6e, 0x67, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 617 0x74, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x2e, 0x41, 0x64, 0x64, 0x65, 0x64, 0x48, 0x00, 0x52, 618 0x05, 0x61, 0x64, 0x64, 0x65, 0x64, 0x12, 0x58, 0x0a, 0x08, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 619 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 620 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x73, 621 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x52, 0x65, 622 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x2e, 0x4d, 0x6f, 0x64, 0x69, 623 0x66, 0x69, 0x65, 0x64, 0x48, 0x00, 0x52, 0x08, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 0x64, 624 0x12, 0x55, 0x0a, 0x07, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 625 0x0b, 0x32, 0x39, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 626 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67, 0x41, 627 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x68, 628 0x61, 0x6e, 0x67, 0x65, 0x2e, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x48, 0x00, 0x52, 0x07, 629 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x12, 0x55, 0x0a, 0x07, 0x72, 0x65, 0x6d, 0x6f, 0x76, 630 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 631 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x73, 632 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x52, 0x65, 633 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 634 0x76, 0x65, 0x64, 0x48, 0x00, 0x52, 0x07, 0x72, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x64, 0x1a, 0x97, 635 0x01, 0x0a, 0x05, 0x41, 0x64, 0x64, 0x65, 0x64, 0x12, 0x6f, 0x0a, 0x1d, 0x70, 0x72, 0x6f, 0x76, 636 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67, 0x5f, 0x61, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 637 0x6c, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 638 0x2b, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 639 0x2e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67, 0x41, 0x70, 0x70, 640 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x1b, 0x70, 0x72, 641 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 642 0x61, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x76, 0x69, 0x65, 643 0x77, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x76, 644 0x69, 0x65, 0x77, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x1a, 0xe3, 0x02, 0x0a, 0x08, 0x4d, 0x6f, 0x64, 645 0x69, 0x66, 0x69, 0x65, 0x64, 0x12, 0x37, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 646 0x01, 0x28, 0x09, 0x42, 0x23, 0xb2, 0xda, 0x21, 0x1f, 0x0a, 0x1d, 0x0a, 0x1b, 0x50, 0x72, 0x6f, 647 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 648 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x6f, 649 0x0a, 0x1d, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67, 0x5f, 0x61, 650 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 651 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 652 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 653 0x69, 0x6e, 0x67, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 654 0x73, 0x74, 0x52, 0x1b, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67, 655 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 656 0x5e, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x03, 0x20, 657 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 658 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 659 0x23, 0xb2, 0xda, 0x21, 0x1f, 0x32, 0x1d, 0x0a, 0x1b, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 660 0x6f, 0x6e, 0x69, 0x6e, 0x67, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x52, 0x65, 0x71, 661 0x75, 0x65, 0x73, 0x74, 0x52, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x12, 662 0x2e, 0x0a, 0x13, 0x70, 0x72, 0x65, 0x76, 0x69, 0x6f, 0x75, 0x73, 0x5f, 0x76, 0x69, 0x65, 0x77, 663 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x11, 0x70, 0x72, 664 0x65, 0x76, 0x69, 0x6f, 0x75, 0x73, 0x56, 0x69, 0x65, 0x77, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 665 0x1d, 0x0a, 0x0a, 0x76, 0x69, 0x65, 0x77, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x05, 0x20, 666 0x01, 0x28, 0x05, 0x52, 0x09, 0x76, 0x69, 0x65, 0x77, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x1a, 0x7a, 667 0x0a, 0x07, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x12, 0x6f, 0x0a, 0x1d, 0x70, 0x72, 0x6f, 668 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67, 0x5f, 0x61, 0x70, 0x70, 0x72, 0x6f, 0x76, 669 0x61, 0x6c, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 670 0x32, 0x2b, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 671 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67, 0x41, 0x70, 672 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x1b, 0x70, 673 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67, 0x41, 0x70, 0x70, 0x72, 0x6f, 674 0x76, 0x61, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x61, 0x0a, 0x07, 0x52, 0x65, 675 0x6d, 0x6f, 0x76, 0x65, 0x64, 0x12, 0x37, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 676 0x01, 0x28, 0x09, 0x42, 0x23, 0xb2, 0xda, 0x21, 0x1f, 0x0a, 0x1d, 0x0a, 0x1b, 0x50, 0x72, 0x6f, 677 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 678 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1d, 679 0x0a, 0x0a, 0x76, 0x69, 0x65, 0x77, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 680 0x28, 0x05, 0x52, 0x09, 0x76, 0x69, 0x65, 0x77, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x3a, 0x21, 0x9a, 681 0xd9, 0x21, 0x1d, 0x0a, 0x1b, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x69, 0x6e, 682 0x67, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 683 0x42, 0x0d, 0x0a, 0x0b, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42, 684 0xb2, 0x01, 0xe8, 0xde, 0x21, 0x00, 0x0a, 0x15, 0x63, 0x6f, 0x6d, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 685 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x70, 0x62, 0x2e, 0x76, 0x31, 0x42, 0x26, 0x50, 686 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67, 0x41, 0x70, 0x70, 0x72, 0x6f, 687 0x76, 0x61, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 688 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x00, 0x5a, 0x6b, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 689 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x77, 0x61, 0x6e, 0x2f, 0x65, 0x64, 0x67, 690 0x65, 0x6c, 0x71, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x72, 0x65, 0x73, 0x6f, 691 0x75, 0x72, 0x63, 0x65, 0x73, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 692 0x6f, 0x6e, 0x69, 0x6e, 0x67, 0x5f, 0x61, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x5f, 0x72, 693 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x3b, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 694 0x69, 0x6e, 0x67, 0x5f, 0x61, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x5f, 0x72, 0x65, 0x71, 695 0x75, 0x65, 0x73, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 696 } 697 698 var ( 699 edgelq_devices_proto_v1_provisioning_approval_request_change_proto_rawDescOnce sync.Once 700 edgelq_devices_proto_v1_provisioning_approval_request_change_proto_rawDescData = edgelq_devices_proto_v1_provisioning_approval_request_change_proto_rawDesc 701 ) 702 703 func edgelq_devices_proto_v1_provisioning_approval_request_change_proto_rawDescGZIP() []byte { 704 edgelq_devices_proto_v1_provisioning_approval_request_change_proto_rawDescOnce.Do(func() { 705 edgelq_devices_proto_v1_provisioning_approval_request_change_proto_rawDescData = protoimpl.X.CompressGZIP(edgelq_devices_proto_v1_provisioning_approval_request_change_proto_rawDescData) 706 }) 707 return edgelq_devices_proto_v1_provisioning_approval_request_change_proto_rawDescData 708 } 709 710 var edgelq_devices_proto_v1_provisioning_approval_request_change_proto_msgTypes = make([]protoimpl.MessageInfo, 5) 711 var edgelq_devices_proto_v1_provisioning_approval_request_change_proto_goTypes = []interface{}{ 712 (*ProvisioningApprovalRequestChange)(nil), // 0: ntt.devices.v1.ProvisioningApprovalRequestChange 713 (*ProvisioningApprovalRequestChange_Added)(nil), // 1: ntt.devices.v1.ProvisioningApprovalRequestChange.Added 714 (*ProvisioningApprovalRequestChange_Modified)(nil), // 2: ntt.devices.v1.ProvisioningApprovalRequestChange.Modified 715 (*ProvisioningApprovalRequestChange_Current)(nil), // 3: ntt.devices.v1.ProvisioningApprovalRequestChange.Current 716 (*ProvisioningApprovalRequestChange_Removed)(nil), // 4: ntt.devices.v1.ProvisioningApprovalRequestChange.Removed 717 (*ProvisioningApprovalRequest)(nil), // 5: ntt.devices.v1.ProvisioningApprovalRequest 718 (*ProvisioningApprovalRequest_FieldMask)(nil), // 6: ntt.devices.v1.ProvisioningApprovalRequest_FieldMask 719 } 720 var edgelq_devices_proto_v1_provisioning_approval_request_change_proto_depIdxs = []int32{ 721 1, // 0: ntt.devices.v1.ProvisioningApprovalRequestChange.added:type_name -> ntt.devices.v1.ProvisioningApprovalRequestChange.Added 722 2, // 1: ntt.devices.v1.ProvisioningApprovalRequestChange.modified:type_name -> ntt.devices.v1.ProvisioningApprovalRequestChange.Modified 723 3, // 2: ntt.devices.v1.ProvisioningApprovalRequestChange.current:type_name -> ntt.devices.v1.ProvisioningApprovalRequestChange.Current 724 4, // 3: ntt.devices.v1.ProvisioningApprovalRequestChange.removed:type_name -> ntt.devices.v1.ProvisioningApprovalRequestChange.Removed 725 5, // 4: ntt.devices.v1.ProvisioningApprovalRequestChange.Added.provisioning_approval_request:type_name -> ntt.devices.v1.ProvisioningApprovalRequest 726 5, // 5: ntt.devices.v1.ProvisioningApprovalRequestChange.Modified.provisioning_approval_request:type_name -> ntt.devices.v1.ProvisioningApprovalRequest 727 6, // 6: ntt.devices.v1.ProvisioningApprovalRequestChange.Modified.field_mask:type_name -> ntt.devices.v1.ProvisioningApprovalRequest_FieldMask 728 5, // 7: ntt.devices.v1.ProvisioningApprovalRequestChange.Current.provisioning_approval_request:type_name -> ntt.devices.v1.ProvisioningApprovalRequest 729 8, // [8:8] is the sub-list for method output_type 730 8, // [8:8] is the sub-list for method input_type 731 8, // [8:8] is the sub-list for extension type_name 732 8, // [8:8] is the sub-list for extension extendee 733 0, // [0:8] is the sub-list for field type_name 734 } 735 736 func init() { edgelq_devices_proto_v1_provisioning_approval_request_change_proto_init() } 737 func edgelq_devices_proto_v1_provisioning_approval_request_change_proto_init() { 738 if edgelq_devices_proto_v1_provisioning_approval_request_change_proto != nil { 739 return 740 } 741 if !protoimpl.UnsafeEnabled { 742 743 edgelq_devices_proto_v1_provisioning_approval_request_change_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { 744 switch v := v.(*ProvisioningApprovalRequestChange); i { 745 case 0: 746 return &v.state 747 case 1: 748 return &v.sizeCache 749 case 2: 750 return &v.unknownFields 751 default: 752 return nil 753 } 754 } 755 edgelq_devices_proto_v1_provisioning_approval_request_change_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { 756 switch v := v.(*ProvisioningApprovalRequestChange_Added); i { 757 case 0: 758 return &v.state 759 case 1: 760 return &v.sizeCache 761 case 2: 762 return &v.unknownFields 763 default: 764 return nil 765 } 766 } 767 edgelq_devices_proto_v1_provisioning_approval_request_change_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { 768 switch v := v.(*ProvisioningApprovalRequestChange_Modified); i { 769 case 0: 770 return &v.state 771 case 1: 772 return &v.sizeCache 773 case 2: 774 return &v.unknownFields 775 default: 776 return nil 777 } 778 } 779 edgelq_devices_proto_v1_provisioning_approval_request_change_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { 780 switch v := v.(*ProvisioningApprovalRequestChange_Current); i { 781 case 0: 782 return &v.state 783 case 1: 784 return &v.sizeCache 785 case 2: 786 return &v.unknownFields 787 default: 788 return nil 789 } 790 } 791 edgelq_devices_proto_v1_provisioning_approval_request_change_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { 792 switch v := v.(*ProvisioningApprovalRequestChange_Removed); i { 793 case 0: 794 return &v.state 795 case 1: 796 return &v.sizeCache 797 case 2: 798 return &v.unknownFields 799 default: 800 return nil 801 } 802 } 803 } 804 805 edgelq_devices_proto_v1_provisioning_approval_request_change_proto_msgTypes[0].OneofWrappers = []interface{}{ 806 (*ProvisioningApprovalRequestChange_Added_)(nil), 807 (*ProvisioningApprovalRequestChange_Modified_)(nil), 808 (*ProvisioningApprovalRequestChange_Current_)(nil), 809 (*ProvisioningApprovalRequestChange_Removed_)(nil), 810 } 811 type x struct{} 812 out := protoimpl.TypeBuilder{ 813 File: protoimpl.DescBuilder{ 814 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 815 RawDescriptor: edgelq_devices_proto_v1_provisioning_approval_request_change_proto_rawDesc, 816 NumEnums: 0, 817 NumMessages: 5, 818 NumExtensions: 0, 819 NumServices: 0, 820 }, 821 GoTypes: edgelq_devices_proto_v1_provisioning_approval_request_change_proto_goTypes, 822 DependencyIndexes: edgelq_devices_proto_v1_provisioning_approval_request_change_proto_depIdxs, 823 MessageInfos: edgelq_devices_proto_v1_provisioning_approval_request_change_proto_msgTypes, 824 }.Build() 825 edgelq_devices_proto_v1_provisioning_approval_request_change_proto = out.File 826 edgelq_devices_proto_v1_provisioning_approval_request_change_proto_rawDesc = nil 827 edgelq_devices_proto_v1_provisioning_approval_request_change_proto_goTypes = nil 828 edgelq_devices_proto_v1_provisioning_approval_request_change_proto_depIdxs = nil 829 }