github.com/cloudwan/edgelq-sdk@v1.15.4/devices/client/v1/device_hardware/device_hardware_service.pb.go (about) 1 // Code generated by protoc-gen-goten-go 2 // File: edgelq/devices/proto/v1/device_hardware_service.proto 3 // DO NOT EDIT!!! 4 5 package device_hardware_client 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 device_hardware "github.com/cloudwan/edgelq-sdk/devices/resources/v1/device_hardware" 21 project "github.com/cloudwan/edgelq-sdk/devices/resources/v1/project" 22 view "github.com/cloudwan/goten-sdk/types/view" 23 watch_type "github.com/cloudwan/goten-sdk/types/watch_type" 24 emptypb "google.golang.org/protobuf/types/known/emptypb" 25 fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb" 26 timestamppb "google.golang.org/protobuf/types/known/timestamppb" 27 ) 28 29 // Reference imports to suppress errors if they are not otherwise used. 30 var ( 31 _ = fmt.Errorf 32 _ = reflect.Method{} 33 _ = sync.Once{} 34 35 _ = protojson.MarshalOptions{} 36 _ = proto.MarshalOptions{} 37 _ = preflect.Value{} 38 _ = protoimpl.DescBuilder{} 39 ) 40 41 // make sure we're using proto imports 42 var ( 43 _ = &device_hardware.DeviceHardware{} 44 _ = &project.Project{} 45 _ = &emptypb.Empty{} 46 _ = &fieldmaskpb.FieldMask{} 47 _ = ×tamppb.Timestamp{} 48 _ = view.View(0) 49 _ = watch_type.WatchType(0) 50 ) 51 52 const ( 53 // Verify that this generated code is sufficiently up-to-date. 54 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) 55 // Verify that runtime/protoimpl is sufficiently up-to-date. 56 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) 57 ) 58 59 // A request message of the GetDeviceHardware method. 60 type GetDeviceHardwareRequest struct { 61 state protoimpl.MessageState 62 sizeCache protoimpl.SizeCache 63 unknownFields protoimpl.UnknownFields 64 // Name of ntt.devices.v1.DeviceHardware 65 Name *device_hardware.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"` 66 // A list of extra fields to be obtained for each response item on top of 67 // fields defined by request field view 68 FieldMask *device_hardware.DeviceHardware_FieldMask `protobuf:"bytes,3,opt,customtype=DeviceHardware_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` 69 // View defines list of standard response fields present in response items. 70 // Additional fields can be amended by request field field_mask 71 View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty"` 72 } 73 74 func (m *GetDeviceHardwareRequest) Reset() { 75 *m = GetDeviceHardwareRequest{} 76 if protoimpl.UnsafeEnabled { 77 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[0] 78 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 79 ms.StoreMessageInfo(mi) 80 } 81 } 82 83 func (m *GetDeviceHardwareRequest) String() string { 84 return protoimpl.X.MessageStringOf(m) 85 } 86 87 func (*GetDeviceHardwareRequest) ProtoMessage() {} 88 89 func (m *GetDeviceHardwareRequest) ProtoReflect() preflect.Message { 90 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[0] 91 if protoimpl.UnsafeEnabled && m != nil { 92 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 93 if ms.LoadMessageInfo() == nil { 94 ms.StoreMessageInfo(mi) 95 } 96 return ms 97 } 98 return mi.MessageOf(m) 99 } 100 101 func (*GetDeviceHardwareRequest) GotenMessage() {} 102 103 // Deprecated, Use GetDeviceHardwareRequest.ProtoReflect.Descriptor instead. 104 func (*GetDeviceHardwareRequest) Descriptor() ([]byte, []int) { 105 return edgelq_devices_proto_v1_device_hardware_service_proto_rawDescGZIP(), []int{0} 106 } 107 108 func (m *GetDeviceHardwareRequest) Unmarshal(b []byte) error { 109 return proto.Unmarshal(b, m) 110 } 111 112 func (m *GetDeviceHardwareRequest) Marshal() ([]byte, error) { 113 return proto.Marshal(m) 114 } 115 116 func (m *GetDeviceHardwareRequest) MarshalJSON() ([]byte, error) { 117 return protojson.MarshalOptions{}.Marshal(m) 118 } 119 120 func (m *GetDeviceHardwareRequest) UnmarshalJSON(data []byte) error { 121 return protojson.Unmarshal(data, m) 122 } 123 124 func (m *GetDeviceHardwareRequest) GetName() *device_hardware.Name { 125 if m != nil { 126 return m.Name 127 } 128 return nil 129 } 130 131 func (m *GetDeviceHardwareRequest) GetFieldMask() *device_hardware.DeviceHardware_FieldMask { 132 if m != nil { 133 return m.FieldMask 134 } 135 return nil 136 } 137 138 func (m *GetDeviceHardwareRequest) GetView() view.View { 139 if m != nil { 140 return m.View 141 } 142 return view.View_UNSPECIFIED 143 } 144 145 func (m *GetDeviceHardwareRequest) SetName(fv *device_hardware.Name) { 146 if m == nil { 147 panic(fmt.Errorf("can't set %s on nil %s", "Name", "GetDeviceHardwareRequest")) 148 } 149 m.Name = fv 150 } 151 152 func (m *GetDeviceHardwareRequest) SetFieldMask(fv *device_hardware.DeviceHardware_FieldMask) { 153 if m == nil { 154 panic(fmt.Errorf("can't set %s on nil %s", "FieldMask", "GetDeviceHardwareRequest")) 155 } 156 m.FieldMask = fv 157 } 158 159 func (m *GetDeviceHardwareRequest) SetView(fv view.View) { 160 if m == nil { 161 panic(fmt.Errorf("can't set %s on nil %s", "View", "GetDeviceHardwareRequest")) 162 } 163 m.View = fv 164 } 165 166 // A request message of the BatchGetDeviceHardwares method. 167 type BatchGetDeviceHardwaresRequest struct { 168 state protoimpl.MessageState 169 sizeCache protoimpl.SizeCache 170 unknownFields protoimpl.UnknownFields 171 // Names of DeviceHardwares 172 Names []*device_hardware.Name `protobuf:"bytes,2,rep,customtype=Name,name=names,proto3" json:"names,omitempty"` 173 // A list of extra fields to be obtained for each response item on top of 174 // fields defined by request field view 175 FieldMask *device_hardware.DeviceHardware_FieldMask `protobuf:"bytes,3,opt,customtype=DeviceHardware_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` 176 // View defines list of standard response fields present in response items. 177 // Additional fields can be amended by request field field_mask 178 View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty"` 179 } 180 181 func (m *BatchGetDeviceHardwaresRequest) Reset() { 182 *m = BatchGetDeviceHardwaresRequest{} 183 if protoimpl.UnsafeEnabled { 184 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[1] 185 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 186 ms.StoreMessageInfo(mi) 187 } 188 } 189 190 func (m *BatchGetDeviceHardwaresRequest) String() string { 191 return protoimpl.X.MessageStringOf(m) 192 } 193 194 func (*BatchGetDeviceHardwaresRequest) ProtoMessage() {} 195 196 func (m *BatchGetDeviceHardwaresRequest) ProtoReflect() preflect.Message { 197 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[1] 198 if protoimpl.UnsafeEnabled && m != nil { 199 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 200 if ms.LoadMessageInfo() == nil { 201 ms.StoreMessageInfo(mi) 202 } 203 return ms 204 } 205 return mi.MessageOf(m) 206 } 207 208 func (*BatchGetDeviceHardwaresRequest) GotenMessage() {} 209 210 // Deprecated, Use BatchGetDeviceHardwaresRequest.ProtoReflect.Descriptor instead. 211 func (*BatchGetDeviceHardwaresRequest) Descriptor() ([]byte, []int) { 212 return edgelq_devices_proto_v1_device_hardware_service_proto_rawDescGZIP(), []int{1} 213 } 214 215 func (m *BatchGetDeviceHardwaresRequest) Unmarshal(b []byte) error { 216 return proto.Unmarshal(b, m) 217 } 218 219 func (m *BatchGetDeviceHardwaresRequest) Marshal() ([]byte, error) { 220 return proto.Marshal(m) 221 } 222 223 func (m *BatchGetDeviceHardwaresRequest) MarshalJSON() ([]byte, error) { 224 return protojson.MarshalOptions{}.Marshal(m) 225 } 226 227 func (m *BatchGetDeviceHardwaresRequest) UnmarshalJSON(data []byte) error { 228 return protojson.Unmarshal(data, m) 229 } 230 231 func (m *BatchGetDeviceHardwaresRequest) GetNames() []*device_hardware.Name { 232 if m != nil { 233 return m.Names 234 } 235 return nil 236 } 237 238 func (m *BatchGetDeviceHardwaresRequest) GetFieldMask() *device_hardware.DeviceHardware_FieldMask { 239 if m != nil { 240 return m.FieldMask 241 } 242 return nil 243 } 244 245 func (m *BatchGetDeviceHardwaresRequest) GetView() view.View { 246 if m != nil { 247 return m.View 248 } 249 return view.View_UNSPECIFIED 250 } 251 252 func (m *BatchGetDeviceHardwaresRequest) SetNames(fv []*device_hardware.Name) { 253 if m == nil { 254 panic(fmt.Errorf("can't set %s on nil %s", "Names", "BatchGetDeviceHardwaresRequest")) 255 } 256 m.Names = fv 257 } 258 259 func (m *BatchGetDeviceHardwaresRequest) SetFieldMask(fv *device_hardware.DeviceHardware_FieldMask) { 260 if m == nil { 261 panic(fmt.Errorf("can't set %s on nil %s", "FieldMask", "BatchGetDeviceHardwaresRequest")) 262 } 263 m.FieldMask = fv 264 } 265 266 func (m *BatchGetDeviceHardwaresRequest) SetView(fv view.View) { 267 if m == nil { 268 panic(fmt.Errorf("can't set %s on nil %s", "View", "BatchGetDeviceHardwaresRequest")) 269 } 270 m.View = fv 271 } 272 273 // A response message of the BatchGetDeviceHardwares method. 274 type BatchGetDeviceHardwaresResponse struct { 275 state protoimpl.MessageState 276 sizeCache protoimpl.SizeCache 277 unknownFields protoimpl.UnknownFields 278 // found DeviceHardwares 279 DeviceHardwares []*device_hardware.DeviceHardware `protobuf:"bytes,1,rep,name=device_hardwares,json=deviceHardwares,proto3" json:"device_hardwares,omitempty"` 280 // list of not found DeviceHardwares 281 Missing []*device_hardware.Name `protobuf:"bytes,2,rep,customtype=Name,name=missing,proto3" json:"missing,omitempty"` 282 } 283 284 func (m *BatchGetDeviceHardwaresResponse) Reset() { 285 *m = BatchGetDeviceHardwaresResponse{} 286 if protoimpl.UnsafeEnabled { 287 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[2] 288 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 289 ms.StoreMessageInfo(mi) 290 } 291 } 292 293 func (m *BatchGetDeviceHardwaresResponse) String() string { 294 return protoimpl.X.MessageStringOf(m) 295 } 296 297 func (*BatchGetDeviceHardwaresResponse) ProtoMessage() {} 298 299 func (m *BatchGetDeviceHardwaresResponse) ProtoReflect() preflect.Message { 300 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[2] 301 if protoimpl.UnsafeEnabled && m != nil { 302 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 303 if ms.LoadMessageInfo() == nil { 304 ms.StoreMessageInfo(mi) 305 } 306 return ms 307 } 308 return mi.MessageOf(m) 309 } 310 311 func (*BatchGetDeviceHardwaresResponse) GotenMessage() {} 312 313 // Deprecated, Use BatchGetDeviceHardwaresResponse.ProtoReflect.Descriptor instead. 314 func (*BatchGetDeviceHardwaresResponse) Descriptor() ([]byte, []int) { 315 return edgelq_devices_proto_v1_device_hardware_service_proto_rawDescGZIP(), []int{2} 316 } 317 318 func (m *BatchGetDeviceHardwaresResponse) Unmarshal(b []byte) error { 319 return proto.Unmarshal(b, m) 320 } 321 322 func (m *BatchGetDeviceHardwaresResponse) Marshal() ([]byte, error) { 323 return proto.Marshal(m) 324 } 325 326 func (m *BatchGetDeviceHardwaresResponse) MarshalJSON() ([]byte, error) { 327 return protojson.MarshalOptions{}.Marshal(m) 328 } 329 330 func (m *BatchGetDeviceHardwaresResponse) UnmarshalJSON(data []byte) error { 331 return protojson.Unmarshal(data, m) 332 } 333 334 func (m *BatchGetDeviceHardwaresResponse) GetDeviceHardwares() []*device_hardware.DeviceHardware { 335 if m != nil { 336 return m.DeviceHardwares 337 } 338 return nil 339 } 340 341 func (m *BatchGetDeviceHardwaresResponse) GetMissing() []*device_hardware.Name { 342 if m != nil { 343 return m.Missing 344 } 345 return nil 346 } 347 348 func (m *BatchGetDeviceHardwaresResponse) SetDeviceHardwares(fv []*device_hardware.DeviceHardware) { 349 if m == nil { 350 panic(fmt.Errorf("can't set %s on nil %s", "DeviceHardwares", "BatchGetDeviceHardwaresResponse")) 351 } 352 m.DeviceHardwares = fv 353 } 354 355 func (m *BatchGetDeviceHardwaresResponse) SetMissing(fv []*device_hardware.Name) { 356 if m == nil { 357 panic(fmt.Errorf("can't set %s on nil %s", "Missing", "BatchGetDeviceHardwaresResponse")) 358 } 359 m.Missing = fv 360 } 361 362 // A request message of the ListDeviceHardwares method. 363 type ListDeviceHardwaresRequest struct { 364 state protoimpl.MessageState 365 sizeCache protoimpl.SizeCache 366 unknownFields protoimpl.UnknownFields 367 // Parent name of ntt.devices.v1.DeviceHardware 368 Parent *device_hardware.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty"` 369 // Requested page size. Server may return fewer DeviceHardwares than 370 // requested. If unspecified, server will pick an appropriate default. 371 PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` 372 // A token identifying a page of results the server should return. 373 // Typically, this is the value of 374 // ListDeviceHardwaresResponse.next_page_token. 375 PageToken *device_hardware.PagerCursor `protobuf:"bytes,3,opt,customtype=PagerCursor,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` 376 // Order By - 377 // https://cloud.google.com/apis/design/design_patterns#list_pagination list 378 // of field path with order directive, either 'asc' or 'desc'. If direction is 379 // not provided, 'asc' is assumed. e.g. "state.nested_field asc, 380 // state.something.else desc, theme" 381 OrderBy *device_hardware.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` 382 // Filter - filter results by field criteria. Simplified SQL-like syntax with 383 // following operators: 384 // <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS 385 // [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels 386 // CONTAINS "severity:important" OR (state.last_error_time > 387 // "2018-11-15T10:00:00Z" AND state.status = "ERROR")' 388 Filter *device_hardware.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty"` 389 // A list of extra fields to be obtained for each response item on top of 390 // fields defined by request field view 391 FieldMask *device_hardware.DeviceHardware_FieldMask `protobuf:"bytes,6,opt,customtype=DeviceHardware_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` 392 // View defines list of standard response fields present in response items. 393 // Additional fields can be amended by request field field_mask 394 View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty"` 395 // Indicates if list response should contain total count and offset (fields 396 // current_offset and total_results_count). 397 IncludePagingInfo bool `protobuf:"varint,8,opt,name=include_paging_info,json=includePagingInfo,proto3" json:"include_paging_info,omitempty"` 398 } 399 400 func (m *ListDeviceHardwaresRequest) Reset() { 401 *m = ListDeviceHardwaresRequest{} 402 if protoimpl.UnsafeEnabled { 403 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[3] 404 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 405 ms.StoreMessageInfo(mi) 406 } 407 } 408 409 func (m *ListDeviceHardwaresRequest) String() string { 410 return protoimpl.X.MessageStringOf(m) 411 } 412 413 func (*ListDeviceHardwaresRequest) ProtoMessage() {} 414 415 func (m *ListDeviceHardwaresRequest) ProtoReflect() preflect.Message { 416 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[3] 417 if protoimpl.UnsafeEnabled && m != nil { 418 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 419 if ms.LoadMessageInfo() == nil { 420 ms.StoreMessageInfo(mi) 421 } 422 return ms 423 } 424 return mi.MessageOf(m) 425 } 426 427 func (*ListDeviceHardwaresRequest) GotenMessage() {} 428 429 // Deprecated, Use ListDeviceHardwaresRequest.ProtoReflect.Descriptor instead. 430 func (*ListDeviceHardwaresRequest) Descriptor() ([]byte, []int) { 431 return edgelq_devices_proto_v1_device_hardware_service_proto_rawDescGZIP(), []int{3} 432 } 433 434 func (m *ListDeviceHardwaresRequest) Unmarshal(b []byte) error { 435 return proto.Unmarshal(b, m) 436 } 437 438 func (m *ListDeviceHardwaresRequest) Marshal() ([]byte, error) { 439 return proto.Marshal(m) 440 } 441 442 func (m *ListDeviceHardwaresRequest) MarshalJSON() ([]byte, error) { 443 return protojson.MarshalOptions{}.Marshal(m) 444 } 445 446 func (m *ListDeviceHardwaresRequest) UnmarshalJSON(data []byte) error { 447 return protojson.Unmarshal(data, m) 448 } 449 450 func (m *ListDeviceHardwaresRequest) GetParent() *device_hardware.ParentName { 451 if m != nil { 452 return m.Parent 453 } 454 return nil 455 } 456 457 func (m *ListDeviceHardwaresRequest) GetPageSize() int32 { 458 if m != nil { 459 return m.PageSize 460 } 461 return int32(0) 462 } 463 464 func (m *ListDeviceHardwaresRequest) GetPageToken() *device_hardware.PagerCursor { 465 if m != nil { 466 return m.PageToken 467 } 468 return nil 469 } 470 471 func (m *ListDeviceHardwaresRequest) GetOrderBy() *device_hardware.OrderBy { 472 if m != nil { 473 return m.OrderBy 474 } 475 return nil 476 } 477 478 func (m *ListDeviceHardwaresRequest) GetFilter() *device_hardware.Filter { 479 if m != nil { 480 return m.Filter 481 } 482 return nil 483 } 484 485 func (m *ListDeviceHardwaresRequest) GetFieldMask() *device_hardware.DeviceHardware_FieldMask { 486 if m != nil { 487 return m.FieldMask 488 } 489 return nil 490 } 491 492 func (m *ListDeviceHardwaresRequest) GetView() view.View { 493 if m != nil { 494 return m.View 495 } 496 return view.View_UNSPECIFIED 497 } 498 499 func (m *ListDeviceHardwaresRequest) GetIncludePagingInfo() bool { 500 if m != nil { 501 return m.IncludePagingInfo 502 } 503 return false 504 } 505 506 func (m *ListDeviceHardwaresRequest) SetParent(fv *device_hardware.ParentName) { 507 if m == nil { 508 panic(fmt.Errorf("can't set %s on nil %s", "Parent", "ListDeviceHardwaresRequest")) 509 } 510 m.Parent = fv 511 } 512 513 func (m *ListDeviceHardwaresRequest) SetPageSize(fv int32) { 514 if m == nil { 515 panic(fmt.Errorf("can't set %s on nil %s", "PageSize", "ListDeviceHardwaresRequest")) 516 } 517 m.PageSize = fv 518 } 519 520 func (m *ListDeviceHardwaresRequest) SetPageToken(fv *device_hardware.PagerCursor) { 521 if m == nil { 522 panic(fmt.Errorf("can't set %s on nil %s", "PageToken", "ListDeviceHardwaresRequest")) 523 } 524 m.PageToken = fv 525 } 526 527 func (m *ListDeviceHardwaresRequest) SetOrderBy(fv *device_hardware.OrderBy) { 528 if m == nil { 529 panic(fmt.Errorf("can't set %s on nil %s", "OrderBy", "ListDeviceHardwaresRequest")) 530 } 531 m.OrderBy = fv 532 } 533 534 func (m *ListDeviceHardwaresRequest) SetFilter(fv *device_hardware.Filter) { 535 if m == nil { 536 panic(fmt.Errorf("can't set %s on nil %s", "Filter", "ListDeviceHardwaresRequest")) 537 } 538 m.Filter = fv 539 } 540 541 func (m *ListDeviceHardwaresRequest) SetFieldMask(fv *device_hardware.DeviceHardware_FieldMask) { 542 if m == nil { 543 panic(fmt.Errorf("can't set %s on nil %s", "FieldMask", "ListDeviceHardwaresRequest")) 544 } 545 m.FieldMask = fv 546 } 547 548 func (m *ListDeviceHardwaresRequest) SetView(fv view.View) { 549 if m == nil { 550 panic(fmt.Errorf("can't set %s on nil %s", "View", "ListDeviceHardwaresRequest")) 551 } 552 m.View = fv 553 } 554 555 func (m *ListDeviceHardwaresRequest) SetIncludePagingInfo(fv bool) { 556 if m == nil { 557 panic(fmt.Errorf("can't set %s on nil %s", "IncludePagingInfo", "ListDeviceHardwaresRequest")) 558 } 559 m.IncludePagingInfo = fv 560 } 561 562 // A response message of the ListDeviceHardwares method. 563 type ListDeviceHardwaresResponse struct { 564 state protoimpl.MessageState 565 sizeCache protoimpl.SizeCache 566 unknownFields protoimpl.UnknownFields 567 // The list of DeviceHardwares 568 DeviceHardwares []*device_hardware.DeviceHardware `protobuf:"bytes,1,rep,name=device_hardwares,json=deviceHardwares,proto3" json:"device_hardwares,omitempty"` 569 // A token to retrieve previous page of results. 570 // 571 // Pass this value in the ListDeviceHardwaresRequest.page_token. 572 PrevPageToken *device_hardware.PagerCursor `protobuf:"bytes,3,opt,customtype=PagerCursor,name=prev_page_token,json=prevPageToken,proto3" json:"prev_page_token,omitempty"` 573 // A token to retrieve next page of results. 574 // 575 // Pass this value in the ListDeviceHardwaresRequest.page_token. 576 NextPageToken *device_hardware.PagerCursor `protobuf:"bytes,4,opt,customtype=PagerCursor,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` 577 // Current offset from the first page or 0 if no page tokens were given, 578 // paging info was not requested or there was an error while trying to get 579 // it). Page index can be computed from offset and limit provided in a 580 // request. 581 CurrentOffset int32 `protobuf:"varint,5,opt,name=current_offset,json=currentOffset,proto3" json:"current_offset,omitempty"` 582 // Number of total DeviceHardwares across all pages or 0, if there are no 583 // items, paging info was not requested or there was an error while trying to 584 // get it. 585 TotalResultsCount int32 `protobuf:"varint,6,opt,name=total_results_count,json=totalResultsCount,proto3" json:"total_results_count,omitempty"` 586 } 587 588 func (m *ListDeviceHardwaresResponse) Reset() { 589 *m = ListDeviceHardwaresResponse{} 590 if protoimpl.UnsafeEnabled { 591 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[4] 592 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 593 ms.StoreMessageInfo(mi) 594 } 595 } 596 597 func (m *ListDeviceHardwaresResponse) String() string { 598 return protoimpl.X.MessageStringOf(m) 599 } 600 601 func (*ListDeviceHardwaresResponse) ProtoMessage() {} 602 603 func (m *ListDeviceHardwaresResponse) ProtoReflect() preflect.Message { 604 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[4] 605 if protoimpl.UnsafeEnabled && m != nil { 606 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 607 if ms.LoadMessageInfo() == nil { 608 ms.StoreMessageInfo(mi) 609 } 610 return ms 611 } 612 return mi.MessageOf(m) 613 } 614 615 func (*ListDeviceHardwaresResponse) GotenMessage() {} 616 617 // Deprecated, Use ListDeviceHardwaresResponse.ProtoReflect.Descriptor instead. 618 func (*ListDeviceHardwaresResponse) Descriptor() ([]byte, []int) { 619 return edgelq_devices_proto_v1_device_hardware_service_proto_rawDescGZIP(), []int{4} 620 } 621 622 func (m *ListDeviceHardwaresResponse) Unmarshal(b []byte) error { 623 return proto.Unmarshal(b, m) 624 } 625 626 func (m *ListDeviceHardwaresResponse) Marshal() ([]byte, error) { 627 return proto.Marshal(m) 628 } 629 630 func (m *ListDeviceHardwaresResponse) MarshalJSON() ([]byte, error) { 631 return protojson.MarshalOptions{}.Marshal(m) 632 } 633 634 func (m *ListDeviceHardwaresResponse) UnmarshalJSON(data []byte) error { 635 return protojson.Unmarshal(data, m) 636 } 637 638 func (m *ListDeviceHardwaresResponse) GetDeviceHardwares() []*device_hardware.DeviceHardware { 639 if m != nil { 640 return m.DeviceHardwares 641 } 642 return nil 643 } 644 645 func (m *ListDeviceHardwaresResponse) GetPrevPageToken() *device_hardware.PagerCursor { 646 if m != nil { 647 return m.PrevPageToken 648 } 649 return nil 650 } 651 652 func (m *ListDeviceHardwaresResponse) GetNextPageToken() *device_hardware.PagerCursor { 653 if m != nil { 654 return m.NextPageToken 655 } 656 return nil 657 } 658 659 func (m *ListDeviceHardwaresResponse) GetCurrentOffset() int32 { 660 if m != nil { 661 return m.CurrentOffset 662 } 663 return int32(0) 664 } 665 666 func (m *ListDeviceHardwaresResponse) GetTotalResultsCount() int32 { 667 if m != nil { 668 return m.TotalResultsCount 669 } 670 return int32(0) 671 } 672 673 func (m *ListDeviceHardwaresResponse) SetDeviceHardwares(fv []*device_hardware.DeviceHardware) { 674 if m == nil { 675 panic(fmt.Errorf("can't set %s on nil %s", "DeviceHardwares", "ListDeviceHardwaresResponse")) 676 } 677 m.DeviceHardwares = fv 678 } 679 680 func (m *ListDeviceHardwaresResponse) SetPrevPageToken(fv *device_hardware.PagerCursor) { 681 if m == nil { 682 panic(fmt.Errorf("can't set %s on nil %s", "PrevPageToken", "ListDeviceHardwaresResponse")) 683 } 684 m.PrevPageToken = fv 685 } 686 687 func (m *ListDeviceHardwaresResponse) SetNextPageToken(fv *device_hardware.PagerCursor) { 688 if m == nil { 689 panic(fmt.Errorf("can't set %s on nil %s", "NextPageToken", "ListDeviceHardwaresResponse")) 690 } 691 m.NextPageToken = fv 692 } 693 694 func (m *ListDeviceHardwaresResponse) SetCurrentOffset(fv int32) { 695 if m == nil { 696 panic(fmt.Errorf("can't set %s on nil %s", "CurrentOffset", "ListDeviceHardwaresResponse")) 697 } 698 m.CurrentOffset = fv 699 } 700 701 func (m *ListDeviceHardwaresResponse) SetTotalResultsCount(fv int32) { 702 if m == nil { 703 panic(fmt.Errorf("can't set %s on nil %s", "TotalResultsCount", "ListDeviceHardwaresResponse")) 704 } 705 m.TotalResultsCount = fv 706 } 707 708 // A request message of the WatchDeviceHardware method. 709 type WatchDeviceHardwareRequest struct { 710 state protoimpl.MessageState 711 sizeCache protoimpl.SizeCache 712 unknownFields protoimpl.UnknownFields 713 // Name of ntt.devices.v1.DeviceHardware 714 Name *device_hardware.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"` 715 // A list of extra fields to be obtained for each response item on top of 716 // fields defined by request field view 717 FieldMask *device_hardware.DeviceHardware_FieldMask `protobuf:"bytes,2,opt,customtype=DeviceHardware_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` 718 // View defines list of standard response fields present in response items. 719 // Additional fields can be amended by request field field_mask 720 View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty"` 721 } 722 723 func (m *WatchDeviceHardwareRequest) Reset() { 724 *m = WatchDeviceHardwareRequest{} 725 if protoimpl.UnsafeEnabled { 726 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[5] 727 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 728 ms.StoreMessageInfo(mi) 729 } 730 } 731 732 func (m *WatchDeviceHardwareRequest) String() string { 733 return protoimpl.X.MessageStringOf(m) 734 } 735 736 func (*WatchDeviceHardwareRequest) ProtoMessage() {} 737 738 func (m *WatchDeviceHardwareRequest) ProtoReflect() preflect.Message { 739 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[5] 740 if protoimpl.UnsafeEnabled && m != nil { 741 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 742 if ms.LoadMessageInfo() == nil { 743 ms.StoreMessageInfo(mi) 744 } 745 return ms 746 } 747 return mi.MessageOf(m) 748 } 749 750 func (*WatchDeviceHardwareRequest) GotenMessage() {} 751 752 // Deprecated, Use WatchDeviceHardwareRequest.ProtoReflect.Descriptor instead. 753 func (*WatchDeviceHardwareRequest) Descriptor() ([]byte, []int) { 754 return edgelq_devices_proto_v1_device_hardware_service_proto_rawDescGZIP(), []int{5} 755 } 756 757 func (m *WatchDeviceHardwareRequest) Unmarshal(b []byte) error { 758 return proto.Unmarshal(b, m) 759 } 760 761 func (m *WatchDeviceHardwareRequest) Marshal() ([]byte, error) { 762 return proto.Marshal(m) 763 } 764 765 func (m *WatchDeviceHardwareRequest) MarshalJSON() ([]byte, error) { 766 return protojson.MarshalOptions{}.Marshal(m) 767 } 768 769 func (m *WatchDeviceHardwareRequest) UnmarshalJSON(data []byte) error { 770 return protojson.Unmarshal(data, m) 771 } 772 773 func (m *WatchDeviceHardwareRequest) GetName() *device_hardware.Name { 774 if m != nil { 775 return m.Name 776 } 777 return nil 778 } 779 780 func (m *WatchDeviceHardwareRequest) GetFieldMask() *device_hardware.DeviceHardware_FieldMask { 781 if m != nil { 782 return m.FieldMask 783 } 784 return nil 785 } 786 787 func (m *WatchDeviceHardwareRequest) GetView() view.View { 788 if m != nil { 789 return m.View 790 } 791 return view.View_UNSPECIFIED 792 } 793 794 func (m *WatchDeviceHardwareRequest) SetName(fv *device_hardware.Name) { 795 if m == nil { 796 panic(fmt.Errorf("can't set %s on nil %s", "Name", "WatchDeviceHardwareRequest")) 797 } 798 m.Name = fv 799 } 800 801 func (m *WatchDeviceHardwareRequest) SetFieldMask(fv *device_hardware.DeviceHardware_FieldMask) { 802 if m == nil { 803 panic(fmt.Errorf("can't set %s on nil %s", "FieldMask", "WatchDeviceHardwareRequest")) 804 } 805 m.FieldMask = fv 806 } 807 808 func (m *WatchDeviceHardwareRequest) SetView(fv view.View) { 809 if m == nil { 810 panic(fmt.Errorf("can't set %s on nil %s", "View", "WatchDeviceHardwareRequest")) 811 } 812 m.View = fv 813 } 814 815 // A response message of the WatchDeviceHardware method. 816 type WatchDeviceHardwareResponse struct { 817 state protoimpl.MessageState 818 sizeCache protoimpl.SizeCache 819 unknownFields protoimpl.UnknownFields 820 Change *device_hardware.DeviceHardwareChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty"` 821 } 822 823 func (m *WatchDeviceHardwareResponse) Reset() { 824 *m = WatchDeviceHardwareResponse{} 825 if protoimpl.UnsafeEnabled { 826 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[6] 827 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 828 ms.StoreMessageInfo(mi) 829 } 830 } 831 832 func (m *WatchDeviceHardwareResponse) String() string { 833 return protoimpl.X.MessageStringOf(m) 834 } 835 836 func (*WatchDeviceHardwareResponse) ProtoMessage() {} 837 838 func (m *WatchDeviceHardwareResponse) ProtoReflect() preflect.Message { 839 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[6] 840 if protoimpl.UnsafeEnabled && m != nil { 841 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 842 if ms.LoadMessageInfo() == nil { 843 ms.StoreMessageInfo(mi) 844 } 845 return ms 846 } 847 return mi.MessageOf(m) 848 } 849 850 func (*WatchDeviceHardwareResponse) GotenMessage() {} 851 852 // Deprecated, Use WatchDeviceHardwareResponse.ProtoReflect.Descriptor instead. 853 func (*WatchDeviceHardwareResponse) Descriptor() ([]byte, []int) { 854 return edgelq_devices_proto_v1_device_hardware_service_proto_rawDescGZIP(), []int{6} 855 } 856 857 func (m *WatchDeviceHardwareResponse) Unmarshal(b []byte) error { 858 return proto.Unmarshal(b, m) 859 } 860 861 func (m *WatchDeviceHardwareResponse) Marshal() ([]byte, error) { 862 return proto.Marshal(m) 863 } 864 865 func (m *WatchDeviceHardwareResponse) MarshalJSON() ([]byte, error) { 866 return protojson.MarshalOptions{}.Marshal(m) 867 } 868 869 func (m *WatchDeviceHardwareResponse) UnmarshalJSON(data []byte) error { 870 return protojson.Unmarshal(data, m) 871 } 872 873 func (m *WatchDeviceHardwareResponse) GetChange() *device_hardware.DeviceHardwareChange { 874 if m != nil { 875 return m.Change 876 } 877 return nil 878 } 879 880 func (m *WatchDeviceHardwareResponse) SetChange(fv *device_hardware.DeviceHardwareChange) { 881 if m == nil { 882 panic(fmt.Errorf("can't set %s on nil %s", "Change", "WatchDeviceHardwareResponse")) 883 } 884 m.Change = fv 885 } 886 887 // A request message of the WatchDeviceHardwares method. 888 type WatchDeviceHardwaresRequest struct { 889 state protoimpl.MessageState 890 sizeCache protoimpl.SizeCache 891 unknownFields protoimpl.UnknownFields 892 // Type of a watch. Identifies how server stream data to a client, which 893 // fields in a request are allowed and which fields in response are relevant. 894 Type watch_type.WatchType `protobuf:"varint,9,opt,name=type,proto3,enum=goten.types.WatchType" json:"type,omitempty"` 895 // Parent name of ntt.devices.v1.DeviceHardware 896 Parent *device_hardware.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty"` 897 // Requested page size. Server may return fewer DeviceHardwares than 898 // requested. If unspecified, server will pick an appropriate default. Can be 899 // populated only for stateful watch type. 900 PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` 901 // A token identifying a page of results the server should return. 902 // Can be populated only for stateful watch type. 903 PageToken *device_hardware.PagerCursor `protobuf:"bytes,3,opt,customtype=PagerCursor,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` 904 // Order By - 905 // https://cloud.google.com/apis/design/design_patterns#list_pagination Can be 906 // populated only for stateful watch type. 907 OrderBy *device_hardware.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` 908 // A token identifying watch resume point from previous session. 909 // Can be populated only for stateless watch type. 910 ResumeToken string `protobuf:"bytes,10,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty"` 911 // Point in the time from which we want to start getting updates. This field 912 // can be populated only for stateless watch type and if resume token is not 913 // known yet. If specified, initial snapshot will NOT be provided. It is 914 // assumed client can obtain it using separate means. Watch responses will 915 // contain resume tokens which should be used to resume broken connection. 916 StartingTime *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=starting_time,json=startingTime,proto3" json:"starting_time,omitempty"` 917 // Filter - filter results by field criteria. Simplified SQL-like syntax with 918 // following operators: 919 // <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS 920 // [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels 921 // CONTAINS "severity:important" OR (state.last_error_time > 922 // "2018-11-15T10:00:00Z" AND state.status = "ERROR")' 923 Filter *device_hardware.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty"` 924 // A list of extra fields to be obtained for each response item on top of 925 // fields defined by request field view Changes to DeviceHardware that don't 926 // affect any of masked fields won't be sent back. 927 FieldMask *device_hardware.DeviceHardware_FieldMask `protobuf:"bytes,6,opt,customtype=DeviceHardware_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` 928 // View defines list of standard response fields present in response items. 929 // Additional fields can be amended by request field field_mask Changes to 930 // DeviceHardware that don't affect any of masked fields won't be sent back. 931 View view.View `protobuf:"varint,8,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty"` 932 // Maximum amount of changes in each response message. Query result response 933 // is divided on the server side into chunks with size of a specified amount 934 // to limit memory footprint of each message. Responses will hold information 935 // whether more elements will continue for the actual change. If unspecified, 936 // server will pick an appropriate default. 937 MaxChunkSize int32 `protobuf:"varint,11,opt,name=max_chunk_size,json=maxChunkSize,proto3" json:"max_chunk_size,omitempty"` 938 } 939 940 func (m *WatchDeviceHardwaresRequest) Reset() { 941 *m = WatchDeviceHardwaresRequest{} 942 if protoimpl.UnsafeEnabled { 943 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[7] 944 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 945 ms.StoreMessageInfo(mi) 946 } 947 } 948 949 func (m *WatchDeviceHardwaresRequest) String() string { 950 return protoimpl.X.MessageStringOf(m) 951 } 952 953 func (*WatchDeviceHardwaresRequest) ProtoMessage() {} 954 955 func (m *WatchDeviceHardwaresRequest) ProtoReflect() preflect.Message { 956 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[7] 957 if protoimpl.UnsafeEnabled && m != nil { 958 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 959 if ms.LoadMessageInfo() == nil { 960 ms.StoreMessageInfo(mi) 961 } 962 return ms 963 } 964 return mi.MessageOf(m) 965 } 966 967 func (*WatchDeviceHardwaresRequest) GotenMessage() {} 968 969 // Deprecated, Use WatchDeviceHardwaresRequest.ProtoReflect.Descriptor instead. 970 func (*WatchDeviceHardwaresRequest) Descriptor() ([]byte, []int) { 971 return edgelq_devices_proto_v1_device_hardware_service_proto_rawDescGZIP(), []int{7} 972 } 973 974 func (m *WatchDeviceHardwaresRequest) Unmarshal(b []byte) error { 975 return proto.Unmarshal(b, m) 976 } 977 978 func (m *WatchDeviceHardwaresRequest) Marshal() ([]byte, error) { 979 return proto.Marshal(m) 980 } 981 982 func (m *WatchDeviceHardwaresRequest) MarshalJSON() ([]byte, error) { 983 return protojson.MarshalOptions{}.Marshal(m) 984 } 985 986 func (m *WatchDeviceHardwaresRequest) UnmarshalJSON(data []byte) error { 987 return protojson.Unmarshal(data, m) 988 } 989 990 func (m *WatchDeviceHardwaresRequest) GetType() watch_type.WatchType { 991 if m != nil { 992 return m.Type 993 } 994 return watch_type.WatchType_STATEFUL 995 } 996 997 func (m *WatchDeviceHardwaresRequest) GetParent() *device_hardware.ParentName { 998 if m != nil { 999 return m.Parent 1000 } 1001 return nil 1002 } 1003 1004 func (m *WatchDeviceHardwaresRequest) GetPageSize() int32 { 1005 if m != nil { 1006 return m.PageSize 1007 } 1008 return int32(0) 1009 } 1010 1011 func (m *WatchDeviceHardwaresRequest) GetPageToken() *device_hardware.PagerCursor { 1012 if m != nil { 1013 return m.PageToken 1014 } 1015 return nil 1016 } 1017 1018 func (m *WatchDeviceHardwaresRequest) GetOrderBy() *device_hardware.OrderBy { 1019 if m != nil { 1020 return m.OrderBy 1021 } 1022 return nil 1023 } 1024 1025 func (m *WatchDeviceHardwaresRequest) GetResumeToken() string { 1026 if m != nil { 1027 return m.ResumeToken 1028 } 1029 return "" 1030 } 1031 1032 func (m *WatchDeviceHardwaresRequest) GetStartingTime() *timestamppb.Timestamp { 1033 if m != nil { 1034 return m.StartingTime 1035 } 1036 return nil 1037 } 1038 1039 func (m *WatchDeviceHardwaresRequest) GetFilter() *device_hardware.Filter { 1040 if m != nil { 1041 return m.Filter 1042 } 1043 return nil 1044 } 1045 1046 func (m *WatchDeviceHardwaresRequest) GetFieldMask() *device_hardware.DeviceHardware_FieldMask { 1047 if m != nil { 1048 return m.FieldMask 1049 } 1050 return nil 1051 } 1052 1053 func (m *WatchDeviceHardwaresRequest) GetView() view.View { 1054 if m != nil { 1055 return m.View 1056 } 1057 return view.View_UNSPECIFIED 1058 } 1059 1060 func (m *WatchDeviceHardwaresRequest) GetMaxChunkSize() int32 { 1061 if m != nil { 1062 return m.MaxChunkSize 1063 } 1064 return int32(0) 1065 } 1066 1067 func (m *WatchDeviceHardwaresRequest) SetType(fv watch_type.WatchType) { 1068 if m == nil { 1069 panic(fmt.Errorf("can't set %s on nil %s", "Type", "WatchDeviceHardwaresRequest")) 1070 } 1071 m.Type = fv 1072 } 1073 1074 func (m *WatchDeviceHardwaresRequest) SetParent(fv *device_hardware.ParentName) { 1075 if m == nil { 1076 panic(fmt.Errorf("can't set %s on nil %s", "Parent", "WatchDeviceHardwaresRequest")) 1077 } 1078 m.Parent = fv 1079 } 1080 1081 func (m *WatchDeviceHardwaresRequest) SetPageSize(fv int32) { 1082 if m == nil { 1083 panic(fmt.Errorf("can't set %s on nil %s", "PageSize", "WatchDeviceHardwaresRequest")) 1084 } 1085 m.PageSize = fv 1086 } 1087 1088 func (m *WatchDeviceHardwaresRequest) SetPageToken(fv *device_hardware.PagerCursor) { 1089 if m == nil { 1090 panic(fmt.Errorf("can't set %s on nil %s", "PageToken", "WatchDeviceHardwaresRequest")) 1091 } 1092 m.PageToken = fv 1093 } 1094 1095 func (m *WatchDeviceHardwaresRequest) SetOrderBy(fv *device_hardware.OrderBy) { 1096 if m == nil { 1097 panic(fmt.Errorf("can't set %s on nil %s", "OrderBy", "WatchDeviceHardwaresRequest")) 1098 } 1099 m.OrderBy = fv 1100 } 1101 1102 func (m *WatchDeviceHardwaresRequest) SetResumeToken(fv string) { 1103 if m == nil { 1104 panic(fmt.Errorf("can't set %s on nil %s", "ResumeToken", "WatchDeviceHardwaresRequest")) 1105 } 1106 m.ResumeToken = fv 1107 } 1108 1109 func (m *WatchDeviceHardwaresRequest) SetStartingTime(fv *timestamppb.Timestamp) { 1110 if m == nil { 1111 panic(fmt.Errorf("can't set %s on nil %s", "StartingTime", "WatchDeviceHardwaresRequest")) 1112 } 1113 m.StartingTime = fv 1114 } 1115 1116 func (m *WatchDeviceHardwaresRequest) SetFilter(fv *device_hardware.Filter) { 1117 if m == nil { 1118 panic(fmt.Errorf("can't set %s on nil %s", "Filter", "WatchDeviceHardwaresRequest")) 1119 } 1120 m.Filter = fv 1121 } 1122 1123 func (m *WatchDeviceHardwaresRequest) SetFieldMask(fv *device_hardware.DeviceHardware_FieldMask) { 1124 if m == nil { 1125 panic(fmt.Errorf("can't set %s on nil %s", "FieldMask", "WatchDeviceHardwaresRequest")) 1126 } 1127 m.FieldMask = fv 1128 } 1129 1130 func (m *WatchDeviceHardwaresRequest) SetView(fv view.View) { 1131 if m == nil { 1132 panic(fmt.Errorf("can't set %s on nil %s", "View", "WatchDeviceHardwaresRequest")) 1133 } 1134 m.View = fv 1135 } 1136 1137 func (m *WatchDeviceHardwaresRequest) SetMaxChunkSize(fv int32) { 1138 if m == nil { 1139 panic(fmt.Errorf("can't set %s on nil %s", "MaxChunkSize", "WatchDeviceHardwaresRequest")) 1140 } 1141 m.MaxChunkSize = fv 1142 } 1143 1144 // A response message of the WatchDeviceHardwares method. 1145 type WatchDeviceHardwaresResponse struct { 1146 state protoimpl.MessageState 1147 sizeCache protoimpl.SizeCache 1148 unknownFields protoimpl.UnknownFields 1149 // Changes of DeviceHardwares 1150 DeviceHardwareChanges []*device_hardware.DeviceHardwareChange `protobuf:"bytes,2,rep,name=device_hardware_changes,json=deviceHardwareChanges,proto3" json:"device_hardware_changes,omitempty"` 1151 // If request specified max_chunk_size (or this limit was enforced if 1152 // stateless watch has been chosen), then responses with "full changeset" will 1153 // be divided into chunks. Client should keep receiving messages and, once 1154 // is_current has value true, combine this recent message with all previous 1155 // ones where is_current is false. If this is the first is_current in a whole 1156 // watch stream, then it means that client should have, at this moment, 1157 // contain snapshot of the current situation (or more accurately, snapshot of 1158 // situation at the moment of request). All DeviceHardwares will be of type 1159 // Added/Current (depending on watch_type specified in the request). Further 1160 // responses will be incremental - however messages may still be chunked and 1161 // is_current logic still applies. is_current is always true for stateful 1162 // watch if max_chunk_size was left to 0. 1163 IsCurrent bool `protobuf:"varint,4,opt,name=is_current,json=isCurrent,proto3" json:"is_current,omitempty"` 1164 // When present, PageTokens used for page navigation should be updated. 1165 // Present only if is_current is true (last chunk). 1166 PageTokenChange *WatchDeviceHardwaresResponse_PageTokenChange `protobuf:"bytes,3,opt,name=page_token_change,json=pageTokenChange,proto3" json:"page_token_change,omitempty"` 1167 // Token that can be used if current connection drops and client needs to 1168 // reconnect. Populated only for stateless watch type. Present only if 1169 // is_current is true (last chunk). 1170 ResumeToken string `protobuf:"bytes,5,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty"` 1171 // Server may occasionally send information how many resources should client 1172 // have in its state so far (response message without any changes, but with 1173 // snapshot_size field specified). If client has different value than the one 1174 // sent by the server, then it should be treated by a client as an error and 1175 // should reconnect. If value is smaller then 0, then client should ignore 1176 // this field as unpopulated. This field should be checked only for stateless 1177 // watch. In stateful those kind of errors are handled by the server side. 1178 // Will be never sent together with is_current, is_soft_reset and 1179 // is_hard_reset flags. 1180 SnapshotSize int64 `protobuf:"varint,6,opt,name=snapshot_size,json=snapshotSize,proto3" json:"snapshot_size,omitempty"` 1181 // In case of internal issue server may send response message with this flag. 1182 // It indicates that client should drop all changes from recent responses 1183 // where is_current is false only! If last message had is_current set to true, 1184 // client should do nothing and process normally. Resume token received before 1185 // is still valid. This field should be checked only for stateless watch. In 1186 // stateful those kind of errors are handled by the server side. Will never be 1187 // sent along with is_current, is_hard_reset or snapshot_size. 1188 IsSoftReset bool `protobuf:"varint,7,opt,name=is_soft_reset,json=isSoftReset,proto3" json:"is_soft_reset,omitempty"` 1189 // In case of internal issue server may send response message with this flag. 1190 // After receiving, client should clear whole state (drop all changes received 1191 // so far) as server will send new snapshot (DeviceHardwares will contains 1192 // changes of type Current only). Any resume tokens should be discarded as 1193 // well. This field should be checked only for stateless watch. In stateful 1194 // those kind of errors are handled by the server side. Will never be sent 1195 // along with is_current, is_soft_reset or snapshot_size. 1196 IsHardReset bool `protobuf:"varint,8,opt,name=is_hard_reset,json=isHardReset,proto3" json:"is_hard_reset,omitempty"` 1197 } 1198 1199 func (m *WatchDeviceHardwaresResponse) Reset() { 1200 *m = WatchDeviceHardwaresResponse{} 1201 if protoimpl.UnsafeEnabled { 1202 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[8] 1203 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 1204 ms.StoreMessageInfo(mi) 1205 } 1206 } 1207 1208 func (m *WatchDeviceHardwaresResponse) String() string { 1209 return protoimpl.X.MessageStringOf(m) 1210 } 1211 1212 func (*WatchDeviceHardwaresResponse) ProtoMessage() {} 1213 1214 func (m *WatchDeviceHardwaresResponse) ProtoReflect() preflect.Message { 1215 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[8] 1216 if protoimpl.UnsafeEnabled && m != nil { 1217 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 1218 if ms.LoadMessageInfo() == nil { 1219 ms.StoreMessageInfo(mi) 1220 } 1221 return ms 1222 } 1223 return mi.MessageOf(m) 1224 } 1225 1226 func (*WatchDeviceHardwaresResponse) GotenMessage() {} 1227 1228 // Deprecated, Use WatchDeviceHardwaresResponse.ProtoReflect.Descriptor instead. 1229 func (*WatchDeviceHardwaresResponse) Descriptor() ([]byte, []int) { 1230 return edgelq_devices_proto_v1_device_hardware_service_proto_rawDescGZIP(), []int{8} 1231 } 1232 1233 func (m *WatchDeviceHardwaresResponse) Unmarshal(b []byte) error { 1234 return proto.Unmarshal(b, m) 1235 } 1236 1237 func (m *WatchDeviceHardwaresResponse) Marshal() ([]byte, error) { 1238 return proto.Marshal(m) 1239 } 1240 1241 func (m *WatchDeviceHardwaresResponse) MarshalJSON() ([]byte, error) { 1242 return protojson.MarshalOptions{}.Marshal(m) 1243 } 1244 1245 func (m *WatchDeviceHardwaresResponse) UnmarshalJSON(data []byte) error { 1246 return protojson.Unmarshal(data, m) 1247 } 1248 1249 func (m *WatchDeviceHardwaresResponse) GetDeviceHardwareChanges() []*device_hardware.DeviceHardwareChange { 1250 if m != nil { 1251 return m.DeviceHardwareChanges 1252 } 1253 return nil 1254 } 1255 1256 func (m *WatchDeviceHardwaresResponse) GetIsCurrent() bool { 1257 if m != nil { 1258 return m.IsCurrent 1259 } 1260 return false 1261 } 1262 1263 func (m *WatchDeviceHardwaresResponse) GetPageTokenChange() *WatchDeviceHardwaresResponse_PageTokenChange { 1264 if m != nil { 1265 return m.PageTokenChange 1266 } 1267 return nil 1268 } 1269 1270 func (m *WatchDeviceHardwaresResponse) GetResumeToken() string { 1271 if m != nil { 1272 return m.ResumeToken 1273 } 1274 return "" 1275 } 1276 1277 func (m *WatchDeviceHardwaresResponse) GetSnapshotSize() int64 { 1278 if m != nil { 1279 return m.SnapshotSize 1280 } 1281 return int64(0) 1282 } 1283 1284 func (m *WatchDeviceHardwaresResponse) GetIsSoftReset() bool { 1285 if m != nil { 1286 return m.IsSoftReset 1287 } 1288 return false 1289 } 1290 1291 func (m *WatchDeviceHardwaresResponse) GetIsHardReset() bool { 1292 if m != nil { 1293 return m.IsHardReset 1294 } 1295 return false 1296 } 1297 1298 func (m *WatchDeviceHardwaresResponse) SetDeviceHardwareChanges(fv []*device_hardware.DeviceHardwareChange) { 1299 if m == nil { 1300 panic(fmt.Errorf("can't set %s on nil %s", "DeviceHardwareChanges", "WatchDeviceHardwaresResponse")) 1301 } 1302 m.DeviceHardwareChanges = fv 1303 } 1304 1305 func (m *WatchDeviceHardwaresResponse) SetIsCurrent(fv bool) { 1306 if m == nil { 1307 panic(fmt.Errorf("can't set %s on nil %s", "IsCurrent", "WatchDeviceHardwaresResponse")) 1308 } 1309 m.IsCurrent = fv 1310 } 1311 1312 func (m *WatchDeviceHardwaresResponse) SetPageTokenChange(fv *WatchDeviceHardwaresResponse_PageTokenChange) { 1313 if m == nil { 1314 panic(fmt.Errorf("can't set %s on nil %s", "PageTokenChange", "WatchDeviceHardwaresResponse")) 1315 } 1316 m.PageTokenChange = fv 1317 } 1318 1319 func (m *WatchDeviceHardwaresResponse) SetResumeToken(fv string) { 1320 if m == nil { 1321 panic(fmt.Errorf("can't set %s on nil %s", "ResumeToken", "WatchDeviceHardwaresResponse")) 1322 } 1323 m.ResumeToken = fv 1324 } 1325 1326 func (m *WatchDeviceHardwaresResponse) SetSnapshotSize(fv int64) { 1327 if m == nil { 1328 panic(fmt.Errorf("can't set %s on nil %s", "SnapshotSize", "WatchDeviceHardwaresResponse")) 1329 } 1330 m.SnapshotSize = fv 1331 } 1332 1333 func (m *WatchDeviceHardwaresResponse) SetIsSoftReset(fv bool) { 1334 if m == nil { 1335 panic(fmt.Errorf("can't set %s on nil %s", "IsSoftReset", "WatchDeviceHardwaresResponse")) 1336 } 1337 m.IsSoftReset = fv 1338 } 1339 1340 func (m *WatchDeviceHardwaresResponse) SetIsHardReset(fv bool) { 1341 if m == nil { 1342 panic(fmt.Errorf("can't set %s on nil %s", "IsHardReset", "WatchDeviceHardwaresResponse")) 1343 } 1344 m.IsHardReset = fv 1345 } 1346 1347 // A request message of the CreateDeviceHardware method. 1348 type CreateDeviceHardwareRequest struct { 1349 state protoimpl.MessageState 1350 sizeCache protoimpl.SizeCache 1351 unknownFields protoimpl.UnknownFields 1352 // Parent name of ntt.devices.v1.DeviceHardware 1353 Parent *device_hardware.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty"` 1354 // DeviceHardware resource body 1355 DeviceHardware *device_hardware.DeviceHardware `protobuf:"bytes,2,opt,name=device_hardware,json=deviceHardware,proto3" json:"device_hardware,omitempty"` 1356 // Optional masking applied to response object to reduce message response 1357 // size. 1358 ResponseMask *CreateDeviceHardwareRequest_ResponseMask `protobuf:"bytes,3,opt,name=response_mask,json=responseMask,proto3" json:"response_mask,omitempty"` 1359 } 1360 1361 func (m *CreateDeviceHardwareRequest) Reset() { 1362 *m = CreateDeviceHardwareRequest{} 1363 if protoimpl.UnsafeEnabled { 1364 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[9] 1365 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 1366 ms.StoreMessageInfo(mi) 1367 } 1368 } 1369 1370 func (m *CreateDeviceHardwareRequest) String() string { 1371 return protoimpl.X.MessageStringOf(m) 1372 } 1373 1374 func (*CreateDeviceHardwareRequest) ProtoMessage() {} 1375 1376 func (m *CreateDeviceHardwareRequest) ProtoReflect() preflect.Message { 1377 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[9] 1378 if protoimpl.UnsafeEnabled && m != nil { 1379 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 1380 if ms.LoadMessageInfo() == nil { 1381 ms.StoreMessageInfo(mi) 1382 } 1383 return ms 1384 } 1385 return mi.MessageOf(m) 1386 } 1387 1388 func (*CreateDeviceHardwareRequest) GotenMessage() {} 1389 1390 // Deprecated, Use CreateDeviceHardwareRequest.ProtoReflect.Descriptor instead. 1391 func (*CreateDeviceHardwareRequest) Descriptor() ([]byte, []int) { 1392 return edgelq_devices_proto_v1_device_hardware_service_proto_rawDescGZIP(), []int{9} 1393 } 1394 1395 func (m *CreateDeviceHardwareRequest) Unmarshal(b []byte) error { 1396 return proto.Unmarshal(b, m) 1397 } 1398 1399 func (m *CreateDeviceHardwareRequest) Marshal() ([]byte, error) { 1400 return proto.Marshal(m) 1401 } 1402 1403 func (m *CreateDeviceHardwareRequest) MarshalJSON() ([]byte, error) { 1404 return protojson.MarshalOptions{}.Marshal(m) 1405 } 1406 1407 func (m *CreateDeviceHardwareRequest) UnmarshalJSON(data []byte) error { 1408 return protojson.Unmarshal(data, m) 1409 } 1410 1411 func (m *CreateDeviceHardwareRequest) GetParent() *device_hardware.ParentName { 1412 if m != nil { 1413 return m.Parent 1414 } 1415 return nil 1416 } 1417 1418 func (m *CreateDeviceHardwareRequest) GetDeviceHardware() *device_hardware.DeviceHardware { 1419 if m != nil { 1420 return m.DeviceHardware 1421 } 1422 return nil 1423 } 1424 1425 func (m *CreateDeviceHardwareRequest) GetResponseMask() *CreateDeviceHardwareRequest_ResponseMask { 1426 if m != nil { 1427 return m.ResponseMask 1428 } 1429 return nil 1430 } 1431 1432 func (m *CreateDeviceHardwareRequest) SetParent(fv *device_hardware.ParentName) { 1433 if m == nil { 1434 panic(fmt.Errorf("can't set %s on nil %s", "Parent", "CreateDeviceHardwareRequest")) 1435 } 1436 m.Parent = fv 1437 } 1438 1439 func (m *CreateDeviceHardwareRequest) SetDeviceHardware(fv *device_hardware.DeviceHardware) { 1440 if m == nil { 1441 panic(fmt.Errorf("can't set %s on nil %s", "DeviceHardware", "CreateDeviceHardwareRequest")) 1442 } 1443 m.DeviceHardware = fv 1444 } 1445 1446 func (m *CreateDeviceHardwareRequest) SetResponseMask(fv *CreateDeviceHardwareRequest_ResponseMask) { 1447 if m == nil { 1448 panic(fmt.Errorf("can't set %s on nil %s", "ResponseMask", "CreateDeviceHardwareRequest")) 1449 } 1450 m.ResponseMask = fv 1451 } 1452 1453 // A request message of the UpdateDeviceHardware method. 1454 type UpdateDeviceHardwareRequest struct { 1455 state protoimpl.MessageState 1456 sizeCache protoimpl.SizeCache 1457 unknownFields protoimpl.UnknownFields 1458 // DeviceHardware resource body 1459 DeviceHardware *device_hardware.DeviceHardware `protobuf:"bytes,2,opt,name=device_hardware,json=deviceHardware,proto3" json:"device_hardware,omitempty"` 1460 // FieldMask applied to request - change will be applied only for fields in 1461 // the mask 1462 UpdateMask *device_hardware.DeviceHardware_FieldMask `protobuf:"bytes,3,opt,customtype=DeviceHardware_FieldMask,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` 1463 // Conditional update applied to request if update should be executed only for 1464 // specific resource state. If this field is populated, then server will fetch 1465 // existing resource, compare with the one stored in the cas field (after 1466 // applying field mask) and proceed with update only and only if they match. 1467 // Otherwise RPC error Aborted will be returned. 1468 Cas *UpdateDeviceHardwareRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty"` 1469 // If set to true, and the resource is not found, 1470 // a new resource will be created. In this situation, 1471 // 'field_mask' is ignored. 1472 // 1473 // https://google.aip.dev/134#create-or-update 1474 AllowMissing bool `protobuf:"varint,5,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty"` 1475 // reduce message response size. 1476 ResponseMask *UpdateDeviceHardwareRequest_ResponseMask `protobuf:"bytes,6,opt,name=response_mask,json=responseMask,proto3" json:"response_mask,omitempty"` 1477 } 1478 1479 func (m *UpdateDeviceHardwareRequest) Reset() { 1480 *m = UpdateDeviceHardwareRequest{} 1481 if protoimpl.UnsafeEnabled { 1482 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[10] 1483 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 1484 ms.StoreMessageInfo(mi) 1485 } 1486 } 1487 1488 func (m *UpdateDeviceHardwareRequest) String() string { 1489 return protoimpl.X.MessageStringOf(m) 1490 } 1491 1492 func (*UpdateDeviceHardwareRequest) ProtoMessage() {} 1493 1494 func (m *UpdateDeviceHardwareRequest) ProtoReflect() preflect.Message { 1495 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[10] 1496 if protoimpl.UnsafeEnabled && m != nil { 1497 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 1498 if ms.LoadMessageInfo() == nil { 1499 ms.StoreMessageInfo(mi) 1500 } 1501 return ms 1502 } 1503 return mi.MessageOf(m) 1504 } 1505 1506 func (*UpdateDeviceHardwareRequest) GotenMessage() {} 1507 1508 // Deprecated, Use UpdateDeviceHardwareRequest.ProtoReflect.Descriptor instead. 1509 func (*UpdateDeviceHardwareRequest) Descriptor() ([]byte, []int) { 1510 return edgelq_devices_proto_v1_device_hardware_service_proto_rawDescGZIP(), []int{10} 1511 } 1512 1513 func (m *UpdateDeviceHardwareRequest) Unmarshal(b []byte) error { 1514 return proto.Unmarshal(b, m) 1515 } 1516 1517 func (m *UpdateDeviceHardwareRequest) Marshal() ([]byte, error) { 1518 return proto.Marshal(m) 1519 } 1520 1521 func (m *UpdateDeviceHardwareRequest) MarshalJSON() ([]byte, error) { 1522 return protojson.MarshalOptions{}.Marshal(m) 1523 } 1524 1525 func (m *UpdateDeviceHardwareRequest) UnmarshalJSON(data []byte) error { 1526 return protojson.Unmarshal(data, m) 1527 } 1528 1529 func (m *UpdateDeviceHardwareRequest) GetDeviceHardware() *device_hardware.DeviceHardware { 1530 if m != nil { 1531 return m.DeviceHardware 1532 } 1533 return nil 1534 } 1535 1536 func (m *UpdateDeviceHardwareRequest) GetUpdateMask() *device_hardware.DeviceHardware_FieldMask { 1537 if m != nil { 1538 return m.UpdateMask 1539 } 1540 return nil 1541 } 1542 1543 func (m *UpdateDeviceHardwareRequest) GetCas() *UpdateDeviceHardwareRequest_CAS { 1544 if m != nil { 1545 return m.Cas 1546 } 1547 return nil 1548 } 1549 1550 func (m *UpdateDeviceHardwareRequest) GetAllowMissing() bool { 1551 if m != nil { 1552 return m.AllowMissing 1553 } 1554 return false 1555 } 1556 1557 func (m *UpdateDeviceHardwareRequest) GetResponseMask() *UpdateDeviceHardwareRequest_ResponseMask { 1558 if m != nil { 1559 return m.ResponseMask 1560 } 1561 return nil 1562 } 1563 1564 func (m *UpdateDeviceHardwareRequest) SetDeviceHardware(fv *device_hardware.DeviceHardware) { 1565 if m == nil { 1566 panic(fmt.Errorf("can't set %s on nil %s", "DeviceHardware", "UpdateDeviceHardwareRequest")) 1567 } 1568 m.DeviceHardware = fv 1569 } 1570 1571 func (m *UpdateDeviceHardwareRequest) SetUpdateMask(fv *device_hardware.DeviceHardware_FieldMask) { 1572 if m == nil { 1573 panic(fmt.Errorf("can't set %s on nil %s", "UpdateMask", "UpdateDeviceHardwareRequest")) 1574 } 1575 m.UpdateMask = fv 1576 } 1577 1578 func (m *UpdateDeviceHardwareRequest) SetCas(fv *UpdateDeviceHardwareRequest_CAS) { 1579 if m == nil { 1580 panic(fmt.Errorf("can't set %s on nil %s", "Cas", "UpdateDeviceHardwareRequest")) 1581 } 1582 m.Cas = fv 1583 } 1584 1585 func (m *UpdateDeviceHardwareRequest) SetAllowMissing(fv bool) { 1586 if m == nil { 1587 panic(fmt.Errorf("can't set %s on nil %s", "AllowMissing", "UpdateDeviceHardwareRequest")) 1588 } 1589 m.AllowMissing = fv 1590 } 1591 1592 func (m *UpdateDeviceHardwareRequest) SetResponseMask(fv *UpdateDeviceHardwareRequest_ResponseMask) { 1593 if m == nil { 1594 panic(fmt.Errorf("can't set %s on nil %s", "ResponseMask", "UpdateDeviceHardwareRequest")) 1595 } 1596 m.ResponseMask = fv 1597 } 1598 1599 // A request message of the DeleteDeviceHardware method. 1600 type DeleteDeviceHardwareRequest struct { 1601 state protoimpl.MessageState 1602 sizeCache protoimpl.SizeCache 1603 unknownFields protoimpl.UnknownFields 1604 // Name of ntt.devices.v1.DeviceHardware 1605 Name *device_hardware.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"` 1606 // If set to true, and the resource is not found, method will be successful 1607 // and will not return NotFound error. 1608 AllowMissing bool `protobuf:"varint,2,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty"` 1609 } 1610 1611 func (m *DeleteDeviceHardwareRequest) Reset() { 1612 *m = DeleteDeviceHardwareRequest{} 1613 if protoimpl.UnsafeEnabled { 1614 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[11] 1615 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 1616 ms.StoreMessageInfo(mi) 1617 } 1618 } 1619 1620 func (m *DeleteDeviceHardwareRequest) String() string { 1621 return protoimpl.X.MessageStringOf(m) 1622 } 1623 1624 func (*DeleteDeviceHardwareRequest) ProtoMessage() {} 1625 1626 func (m *DeleteDeviceHardwareRequest) ProtoReflect() preflect.Message { 1627 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[11] 1628 if protoimpl.UnsafeEnabled && m != nil { 1629 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 1630 if ms.LoadMessageInfo() == nil { 1631 ms.StoreMessageInfo(mi) 1632 } 1633 return ms 1634 } 1635 return mi.MessageOf(m) 1636 } 1637 1638 func (*DeleteDeviceHardwareRequest) GotenMessage() {} 1639 1640 // Deprecated, Use DeleteDeviceHardwareRequest.ProtoReflect.Descriptor instead. 1641 func (*DeleteDeviceHardwareRequest) Descriptor() ([]byte, []int) { 1642 return edgelq_devices_proto_v1_device_hardware_service_proto_rawDescGZIP(), []int{11} 1643 } 1644 1645 func (m *DeleteDeviceHardwareRequest) Unmarshal(b []byte) error { 1646 return proto.Unmarshal(b, m) 1647 } 1648 1649 func (m *DeleteDeviceHardwareRequest) Marshal() ([]byte, error) { 1650 return proto.Marshal(m) 1651 } 1652 1653 func (m *DeleteDeviceHardwareRequest) MarshalJSON() ([]byte, error) { 1654 return protojson.MarshalOptions{}.Marshal(m) 1655 } 1656 1657 func (m *DeleteDeviceHardwareRequest) UnmarshalJSON(data []byte) error { 1658 return protojson.Unmarshal(data, m) 1659 } 1660 1661 func (m *DeleteDeviceHardwareRequest) GetName() *device_hardware.Name { 1662 if m != nil { 1663 return m.Name 1664 } 1665 return nil 1666 } 1667 1668 func (m *DeleteDeviceHardwareRequest) GetAllowMissing() bool { 1669 if m != nil { 1670 return m.AllowMissing 1671 } 1672 return false 1673 } 1674 1675 func (m *DeleteDeviceHardwareRequest) SetName(fv *device_hardware.Name) { 1676 if m == nil { 1677 panic(fmt.Errorf("can't set %s on nil %s", "Name", "DeleteDeviceHardwareRequest")) 1678 } 1679 m.Name = fv 1680 } 1681 1682 func (m *DeleteDeviceHardwareRequest) SetAllowMissing(fv bool) { 1683 if m == nil { 1684 panic(fmt.Errorf("can't set %s on nil %s", "AllowMissing", "DeleteDeviceHardwareRequest")) 1685 } 1686 m.AllowMissing = fv 1687 } 1688 1689 type WatchDeviceHardwaresResponse_PageTokenChange struct { 1690 state protoimpl.MessageState 1691 sizeCache protoimpl.SizeCache 1692 unknownFields protoimpl.UnknownFields 1693 // New token to retrieve previous page of results. 1694 PrevPageToken *device_hardware.PagerCursor `protobuf:"bytes,1,opt,customtype=PagerCursor,name=prev_page_token,json=prevPageToken,proto3" json:"prev_page_token,omitempty"` 1695 // New token to retrieve next page of results. 1696 NextPageToken *device_hardware.PagerCursor `protobuf:"bytes,2,opt,customtype=PagerCursor,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` 1697 } 1698 1699 func (m *WatchDeviceHardwaresResponse_PageTokenChange) Reset() { 1700 *m = WatchDeviceHardwaresResponse_PageTokenChange{} 1701 if protoimpl.UnsafeEnabled { 1702 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[12] 1703 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 1704 ms.StoreMessageInfo(mi) 1705 } 1706 } 1707 1708 func (m *WatchDeviceHardwaresResponse_PageTokenChange) String() string { 1709 return protoimpl.X.MessageStringOf(m) 1710 } 1711 1712 func (*WatchDeviceHardwaresResponse_PageTokenChange) ProtoMessage() {} 1713 1714 func (m *WatchDeviceHardwaresResponse_PageTokenChange) ProtoReflect() preflect.Message { 1715 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[12] 1716 if protoimpl.UnsafeEnabled && m != nil { 1717 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 1718 if ms.LoadMessageInfo() == nil { 1719 ms.StoreMessageInfo(mi) 1720 } 1721 return ms 1722 } 1723 return mi.MessageOf(m) 1724 } 1725 1726 func (*WatchDeviceHardwaresResponse_PageTokenChange) GotenMessage() {} 1727 1728 // Deprecated, Use WatchDeviceHardwaresResponse_PageTokenChange.ProtoReflect.Descriptor instead. 1729 func (*WatchDeviceHardwaresResponse_PageTokenChange) Descriptor() ([]byte, []int) { 1730 return edgelq_devices_proto_v1_device_hardware_service_proto_rawDescGZIP(), []int{8, 0} 1731 } 1732 1733 func (m *WatchDeviceHardwaresResponse_PageTokenChange) Unmarshal(b []byte) error { 1734 return proto.Unmarshal(b, m) 1735 } 1736 1737 func (m *WatchDeviceHardwaresResponse_PageTokenChange) Marshal() ([]byte, error) { 1738 return proto.Marshal(m) 1739 } 1740 1741 func (m *WatchDeviceHardwaresResponse_PageTokenChange) MarshalJSON() ([]byte, error) { 1742 return protojson.MarshalOptions{}.Marshal(m) 1743 } 1744 1745 func (m *WatchDeviceHardwaresResponse_PageTokenChange) UnmarshalJSON(data []byte) error { 1746 return protojson.Unmarshal(data, m) 1747 } 1748 1749 func (m *WatchDeviceHardwaresResponse_PageTokenChange) GetPrevPageToken() *device_hardware.PagerCursor { 1750 if m != nil { 1751 return m.PrevPageToken 1752 } 1753 return nil 1754 } 1755 1756 func (m *WatchDeviceHardwaresResponse_PageTokenChange) GetNextPageToken() *device_hardware.PagerCursor { 1757 if m != nil { 1758 return m.NextPageToken 1759 } 1760 return nil 1761 } 1762 1763 func (m *WatchDeviceHardwaresResponse_PageTokenChange) SetPrevPageToken(fv *device_hardware.PagerCursor) { 1764 if m == nil { 1765 panic(fmt.Errorf("can't set %s on nil %s", "PrevPageToken", "WatchDeviceHardwaresResponse_PageTokenChange")) 1766 } 1767 m.PrevPageToken = fv 1768 } 1769 1770 func (m *WatchDeviceHardwaresResponse_PageTokenChange) SetNextPageToken(fv *device_hardware.PagerCursor) { 1771 if m == nil { 1772 panic(fmt.Errorf("can't set %s on nil %s", "NextPageToken", "WatchDeviceHardwaresResponse_PageTokenChange")) 1773 } 1774 m.NextPageToken = fv 1775 } 1776 1777 // ResponseMask allows client to reduce response message size. 1778 type CreateDeviceHardwareRequest_ResponseMask struct { 1779 state protoimpl.MessageState 1780 sizeCache protoimpl.SizeCache 1781 unknownFields protoimpl.UnknownFields 1782 // Types that are valid to be assigned to Masking: 1783 // *CreateDeviceHardwareRequest_ResponseMask_SkipEntireResponseBody 1784 // *CreateDeviceHardwareRequest_ResponseMask_BodyMask 1785 Masking isCreateDeviceHardwareRequest_ResponseMask_Masking `protobuf_oneof:"masking"` 1786 } 1787 1788 func (m *CreateDeviceHardwareRequest_ResponseMask) Reset() { 1789 *m = CreateDeviceHardwareRequest_ResponseMask{} 1790 if protoimpl.UnsafeEnabled { 1791 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[13] 1792 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 1793 ms.StoreMessageInfo(mi) 1794 } 1795 } 1796 1797 func (m *CreateDeviceHardwareRequest_ResponseMask) String() string { 1798 return protoimpl.X.MessageStringOf(m) 1799 } 1800 1801 func (*CreateDeviceHardwareRequest_ResponseMask) ProtoMessage() {} 1802 1803 func (m *CreateDeviceHardwareRequest_ResponseMask) ProtoReflect() preflect.Message { 1804 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[13] 1805 if protoimpl.UnsafeEnabled && m != nil { 1806 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 1807 if ms.LoadMessageInfo() == nil { 1808 ms.StoreMessageInfo(mi) 1809 } 1810 return ms 1811 } 1812 return mi.MessageOf(m) 1813 } 1814 1815 func (*CreateDeviceHardwareRequest_ResponseMask) GotenMessage() {} 1816 1817 // Deprecated, Use CreateDeviceHardwareRequest_ResponseMask.ProtoReflect.Descriptor instead. 1818 func (*CreateDeviceHardwareRequest_ResponseMask) Descriptor() ([]byte, []int) { 1819 return edgelq_devices_proto_v1_device_hardware_service_proto_rawDescGZIP(), []int{9, 0} 1820 } 1821 1822 func (m *CreateDeviceHardwareRequest_ResponseMask) Unmarshal(b []byte) error { 1823 return proto.Unmarshal(b, m) 1824 } 1825 1826 func (m *CreateDeviceHardwareRequest_ResponseMask) Marshal() ([]byte, error) { 1827 return proto.Marshal(m) 1828 } 1829 1830 func (m *CreateDeviceHardwareRequest_ResponseMask) MarshalJSON() ([]byte, error) { 1831 return protojson.MarshalOptions{}.Marshal(m) 1832 } 1833 1834 func (m *CreateDeviceHardwareRequest_ResponseMask) UnmarshalJSON(data []byte) error { 1835 return protojson.Unmarshal(data, m) 1836 } 1837 1838 type isCreateDeviceHardwareRequest_ResponseMask_Masking interface { 1839 isCreateDeviceHardwareRequest_ResponseMask_Masking() 1840 } 1841 1842 type CreateDeviceHardwareRequest_ResponseMask_SkipEntireResponseBody struct { 1843 // If this flag has value true, then response will contain just empty 1844 // resource without any fields populated. 1845 SkipEntireResponseBody bool `protobuf:"varint,1,opt,name=skip_entire_response_body,json=skipEntireResponseBody,proto3,oneof"` 1846 } 1847 type CreateDeviceHardwareRequest_ResponseMask_BodyMask struct { 1848 // If this field is populated, then resource in response will contain only 1849 // specific fields. 1850 BodyMask *device_hardware.DeviceHardware_FieldMask `protobuf:"bytes,2,opt,customtype=DeviceHardware_FieldMask,name=body_mask,json=bodyMask,proto3,oneof"` 1851 } 1852 1853 func (*CreateDeviceHardwareRequest_ResponseMask_SkipEntireResponseBody) isCreateDeviceHardwareRequest_ResponseMask_Masking() { 1854 } 1855 func (*CreateDeviceHardwareRequest_ResponseMask_BodyMask) isCreateDeviceHardwareRequest_ResponseMask_Masking() { 1856 } 1857 func (m *CreateDeviceHardwareRequest_ResponseMask) GetMasking() isCreateDeviceHardwareRequest_ResponseMask_Masking { 1858 if m != nil { 1859 return m.Masking 1860 } 1861 return nil 1862 } 1863 func (m *CreateDeviceHardwareRequest_ResponseMask) GetSkipEntireResponseBody() bool { 1864 if x, ok := m.GetMasking().(*CreateDeviceHardwareRequest_ResponseMask_SkipEntireResponseBody); ok { 1865 return x.SkipEntireResponseBody 1866 } 1867 return false 1868 } 1869 func (m *CreateDeviceHardwareRequest_ResponseMask) GetBodyMask() *device_hardware.DeviceHardware_FieldMask { 1870 if x, ok := m.GetMasking().(*CreateDeviceHardwareRequest_ResponseMask_BodyMask); ok { 1871 return x.BodyMask 1872 } 1873 return nil 1874 } 1875 func (m *CreateDeviceHardwareRequest_ResponseMask) SetMasking(ofv isCreateDeviceHardwareRequest_ResponseMask_Masking) { 1876 if m == nil { 1877 panic(fmt.Errorf("can't set %s on nil %s", "isCreateDeviceHardwareRequest_ResponseMask_Masking", "CreateDeviceHardwareRequest_ResponseMask")) 1878 } 1879 m.Masking = ofv 1880 } 1881 func (m *CreateDeviceHardwareRequest_ResponseMask) SetSkipEntireResponseBody(fv bool) { 1882 m.SetMasking(&CreateDeviceHardwareRequest_ResponseMask_SkipEntireResponseBody{SkipEntireResponseBody: fv}) 1883 } 1884 func (m *CreateDeviceHardwareRequest_ResponseMask) SetBodyMask(fv *device_hardware.DeviceHardware_FieldMask) { 1885 m.SetMasking(&CreateDeviceHardwareRequest_ResponseMask_BodyMask{BodyMask: fv}) 1886 } 1887 1888 // CAS - Compare and Swap. This object is used if user wants to make update 1889 // conditional based upon previous resource version. 1890 type UpdateDeviceHardwareRequest_CAS struct { 1891 state protoimpl.MessageState 1892 sizeCache protoimpl.SizeCache 1893 unknownFields protoimpl.UnknownFields 1894 // Conditional desired state of a resource before update. 1895 ConditionalState *device_hardware.DeviceHardware `protobuf:"bytes,1,opt,name=conditional_state,json=conditionalState,proto3" json:"conditional_state,omitempty"` 1896 // Field paths from conditional state of resource server should check and 1897 // compare. 1898 FieldMask *device_hardware.DeviceHardware_FieldMask `protobuf:"bytes,2,opt,customtype=DeviceHardware_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` 1899 } 1900 1901 func (m *UpdateDeviceHardwareRequest_CAS) Reset() { 1902 *m = UpdateDeviceHardwareRequest_CAS{} 1903 if protoimpl.UnsafeEnabled { 1904 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[14] 1905 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 1906 ms.StoreMessageInfo(mi) 1907 } 1908 } 1909 1910 func (m *UpdateDeviceHardwareRequest_CAS) String() string { 1911 return protoimpl.X.MessageStringOf(m) 1912 } 1913 1914 func (*UpdateDeviceHardwareRequest_CAS) ProtoMessage() {} 1915 1916 func (m *UpdateDeviceHardwareRequest_CAS) ProtoReflect() preflect.Message { 1917 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[14] 1918 if protoimpl.UnsafeEnabled && m != nil { 1919 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 1920 if ms.LoadMessageInfo() == nil { 1921 ms.StoreMessageInfo(mi) 1922 } 1923 return ms 1924 } 1925 return mi.MessageOf(m) 1926 } 1927 1928 func (*UpdateDeviceHardwareRequest_CAS) GotenMessage() {} 1929 1930 // Deprecated, Use UpdateDeviceHardwareRequest_CAS.ProtoReflect.Descriptor instead. 1931 func (*UpdateDeviceHardwareRequest_CAS) Descriptor() ([]byte, []int) { 1932 return edgelq_devices_proto_v1_device_hardware_service_proto_rawDescGZIP(), []int{10, 0} 1933 } 1934 1935 func (m *UpdateDeviceHardwareRequest_CAS) Unmarshal(b []byte) error { 1936 return proto.Unmarshal(b, m) 1937 } 1938 1939 func (m *UpdateDeviceHardwareRequest_CAS) Marshal() ([]byte, error) { 1940 return proto.Marshal(m) 1941 } 1942 1943 func (m *UpdateDeviceHardwareRequest_CAS) MarshalJSON() ([]byte, error) { 1944 return protojson.MarshalOptions{}.Marshal(m) 1945 } 1946 1947 func (m *UpdateDeviceHardwareRequest_CAS) UnmarshalJSON(data []byte) error { 1948 return protojson.Unmarshal(data, m) 1949 } 1950 1951 func (m *UpdateDeviceHardwareRequest_CAS) GetConditionalState() *device_hardware.DeviceHardware { 1952 if m != nil { 1953 return m.ConditionalState 1954 } 1955 return nil 1956 } 1957 1958 func (m *UpdateDeviceHardwareRequest_CAS) GetFieldMask() *device_hardware.DeviceHardware_FieldMask { 1959 if m != nil { 1960 return m.FieldMask 1961 } 1962 return nil 1963 } 1964 1965 func (m *UpdateDeviceHardwareRequest_CAS) SetConditionalState(fv *device_hardware.DeviceHardware) { 1966 if m == nil { 1967 panic(fmt.Errorf("can't set %s on nil %s", "ConditionalState", "UpdateDeviceHardwareRequest_CAS")) 1968 } 1969 m.ConditionalState = fv 1970 } 1971 1972 func (m *UpdateDeviceHardwareRequest_CAS) SetFieldMask(fv *device_hardware.DeviceHardware_FieldMask) { 1973 if m == nil { 1974 panic(fmt.Errorf("can't set %s on nil %s", "FieldMask", "UpdateDeviceHardwareRequest_CAS")) 1975 } 1976 m.FieldMask = fv 1977 } 1978 1979 // ResponseMask allows client to reduce response message size. 1980 type UpdateDeviceHardwareRequest_ResponseMask struct { 1981 state protoimpl.MessageState 1982 sizeCache protoimpl.SizeCache 1983 unknownFields protoimpl.UnknownFields 1984 // Types that are valid to be assigned to Masking: 1985 // *UpdateDeviceHardwareRequest_ResponseMask_SkipEntireResponseBody 1986 // *UpdateDeviceHardwareRequest_ResponseMask_UpdatedFieldsOnly 1987 // *UpdateDeviceHardwareRequest_ResponseMask_BodyMask 1988 Masking isUpdateDeviceHardwareRequest_ResponseMask_Masking `protobuf_oneof:"masking"` 1989 } 1990 1991 func (m *UpdateDeviceHardwareRequest_ResponseMask) Reset() { 1992 *m = UpdateDeviceHardwareRequest_ResponseMask{} 1993 if protoimpl.UnsafeEnabled { 1994 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[15] 1995 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 1996 ms.StoreMessageInfo(mi) 1997 } 1998 } 1999 2000 func (m *UpdateDeviceHardwareRequest_ResponseMask) String() string { 2001 return protoimpl.X.MessageStringOf(m) 2002 } 2003 2004 func (*UpdateDeviceHardwareRequest_ResponseMask) ProtoMessage() {} 2005 2006 func (m *UpdateDeviceHardwareRequest_ResponseMask) ProtoReflect() preflect.Message { 2007 mi := &edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[15] 2008 if protoimpl.UnsafeEnabled && m != nil { 2009 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 2010 if ms.LoadMessageInfo() == nil { 2011 ms.StoreMessageInfo(mi) 2012 } 2013 return ms 2014 } 2015 return mi.MessageOf(m) 2016 } 2017 2018 func (*UpdateDeviceHardwareRequest_ResponseMask) GotenMessage() {} 2019 2020 // Deprecated, Use UpdateDeviceHardwareRequest_ResponseMask.ProtoReflect.Descriptor instead. 2021 func (*UpdateDeviceHardwareRequest_ResponseMask) Descriptor() ([]byte, []int) { 2022 return edgelq_devices_proto_v1_device_hardware_service_proto_rawDescGZIP(), []int{10, 1} 2023 } 2024 2025 func (m *UpdateDeviceHardwareRequest_ResponseMask) Unmarshal(b []byte) error { 2026 return proto.Unmarshal(b, m) 2027 } 2028 2029 func (m *UpdateDeviceHardwareRequest_ResponseMask) Marshal() ([]byte, error) { 2030 return proto.Marshal(m) 2031 } 2032 2033 func (m *UpdateDeviceHardwareRequest_ResponseMask) MarshalJSON() ([]byte, error) { 2034 return protojson.MarshalOptions{}.Marshal(m) 2035 } 2036 2037 func (m *UpdateDeviceHardwareRequest_ResponseMask) UnmarshalJSON(data []byte) error { 2038 return protojson.Unmarshal(data, m) 2039 } 2040 2041 type isUpdateDeviceHardwareRequest_ResponseMask_Masking interface { 2042 isUpdateDeviceHardwareRequest_ResponseMask_Masking() 2043 } 2044 2045 type UpdateDeviceHardwareRequest_ResponseMask_SkipEntireResponseBody struct { 2046 // If this flag has value true, then response will contain just empty 2047 // resource without any fields populated. Field body_mask is ignored if 2048 // set. 2049 SkipEntireResponseBody bool `protobuf:"varint,1,opt,name=skip_entire_response_body,json=skipEntireResponseBody,proto3,oneof"` 2050 } 2051 type UpdateDeviceHardwareRequest_ResponseMask_UpdatedFieldsOnly struct { 2052 // Include all fields that were actually updated during processing. Note 2053 // this may be larger than update mask if some fields were computed 2054 // additionally. Name is added as well. 2055 UpdatedFieldsOnly bool `protobuf:"varint,2,opt,name=updated_fields_only,json=updatedFieldsOnly,proto3,oneof"` 2056 } 2057 type UpdateDeviceHardwareRequest_ResponseMask_BodyMask struct { 2058 // If this field is populated, then resource in response will contain only 2059 // specific fields. If skip_entire_response_body is true, this field is 2060 // ignored. 2061 BodyMask *device_hardware.DeviceHardware_FieldMask `protobuf:"bytes,3,opt,customtype=DeviceHardware_FieldMask,name=body_mask,json=bodyMask,proto3,oneof"` 2062 } 2063 2064 func (*UpdateDeviceHardwareRequest_ResponseMask_SkipEntireResponseBody) isUpdateDeviceHardwareRequest_ResponseMask_Masking() { 2065 } 2066 func (*UpdateDeviceHardwareRequest_ResponseMask_UpdatedFieldsOnly) isUpdateDeviceHardwareRequest_ResponseMask_Masking() { 2067 } 2068 func (*UpdateDeviceHardwareRequest_ResponseMask_BodyMask) isUpdateDeviceHardwareRequest_ResponseMask_Masking() { 2069 } 2070 func (m *UpdateDeviceHardwareRequest_ResponseMask) GetMasking() isUpdateDeviceHardwareRequest_ResponseMask_Masking { 2071 if m != nil { 2072 return m.Masking 2073 } 2074 return nil 2075 } 2076 func (m *UpdateDeviceHardwareRequest_ResponseMask) GetSkipEntireResponseBody() bool { 2077 if x, ok := m.GetMasking().(*UpdateDeviceHardwareRequest_ResponseMask_SkipEntireResponseBody); ok { 2078 return x.SkipEntireResponseBody 2079 } 2080 return false 2081 } 2082 func (m *UpdateDeviceHardwareRequest_ResponseMask) GetUpdatedFieldsOnly() bool { 2083 if x, ok := m.GetMasking().(*UpdateDeviceHardwareRequest_ResponseMask_UpdatedFieldsOnly); ok { 2084 return x.UpdatedFieldsOnly 2085 } 2086 return false 2087 } 2088 func (m *UpdateDeviceHardwareRequest_ResponseMask) GetBodyMask() *device_hardware.DeviceHardware_FieldMask { 2089 if x, ok := m.GetMasking().(*UpdateDeviceHardwareRequest_ResponseMask_BodyMask); ok { 2090 return x.BodyMask 2091 } 2092 return nil 2093 } 2094 func (m *UpdateDeviceHardwareRequest_ResponseMask) SetMasking(ofv isUpdateDeviceHardwareRequest_ResponseMask_Masking) { 2095 if m == nil { 2096 panic(fmt.Errorf("can't set %s on nil %s", "isUpdateDeviceHardwareRequest_ResponseMask_Masking", "UpdateDeviceHardwareRequest_ResponseMask")) 2097 } 2098 m.Masking = ofv 2099 } 2100 func (m *UpdateDeviceHardwareRequest_ResponseMask) SetSkipEntireResponseBody(fv bool) { 2101 m.SetMasking(&UpdateDeviceHardwareRequest_ResponseMask_SkipEntireResponseBody{SkipEntireResponseBody: fv}) 2102 } 2103 func (m *UpdateDeviceHardwareRequest_ResponseMask) SetUpdatedFieldsOnly(fv bool) { 2104 m.SetMasking(&UpdateDeviceHardwareRequest_ResponseMask_UpdatedFieldsOnly{UpdatedFieldsOnly: fv}) 2105 } 2106 func (m *UpdateDeviceHardwareRequest_ResponseMask) SetBodyMask(fv *device_hardware.DeviceHardware_FieldMask) { 2107 m.SetMasking(&UpdateDeviceHardwareRequest_ResponseMask_BodyMask{BodyMask: fv}) 2108 } 2109 2110 var edgelq_devices_proto_v1_device_hardware_service_proto preflect.FileDescriptor 2111 2112 var edgelq_devices_proto_v1_device_hardware_service_proto_rawDesc = []byte{ 2113 0x0a, 0x35, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 2114 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 2115 0x5f, 0x68, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 2116 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 2117 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 2118 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 2119 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 2120 0x69, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 2121 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 2122 0x73, 0x2f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 2123 0x1a, 0x1d, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 2124 0x6f, 0x6e, 0x73, 0x2f, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 2125 0x1d, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 2126 0x6e, 0x73, 0x2f, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 2127 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 2128 0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 2129 0x1b, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 2130 0x6e, 0x73, 0x2f, 0x63, 0x6c, 0x69, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f, 2131 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 2132 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x24, 2133 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 2134 0x73, 0x2f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x5f, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 2135 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 2136 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 2137 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 2138 0x75, 0x66, 0x2f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x2e, 0x70, 0x72, 2139 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 2140 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 2141 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x16, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x74, 0x79, 0x70, 0x65, 2142 0x73, 0x2f, 0x76, 0x69, 0x65, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x67, 0x6f, 2143 0x74, 0x65, 0x6e, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x77, 0x61, 0x74, 0x63, 0x68, 0x5f, 2144 0x74, 0x79, 0x70, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x34, 0x65, 0x64, 0x67, 0x65, 2145 0x6c, 0x71, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 2146 0x2f, 0x76, 0x31, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x68, 0x61, 0x72, 0x64, 0x77, 2147 0x61, 0x72, 0x65, 0x5f, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 2148 0x1a, 0x2d, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 2149 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 2150 0x5f, 0x68, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 2151 0x34, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 2152 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 2153 0x68, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x5f, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x2e, 2154 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xc0, 0x01, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x44, 0x65, 0x76, 2155 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 2156 0x73, 0x74, 0x12, 0x2a, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 2157 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x0a, 0x10, 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 2158 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x51, 2159 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x03, 0x20, 0x01, 2160 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 2161 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x16, 2162 0xb2, 0xda, 0x21, 0x12, 0x32, 0x10, 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 2163 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x52, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 2164 0x6b, 0x12, 0x25, 0x0a, 0x04, 0x76, 0x69, 0x65, 0x77, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 2165 0x11, 0x2e, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x56, 0x69, 2166 0x65, 0x77, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x22, 0xce, 0x01, 0x0a, 0x1e, 0x42, 0x61, 0x74, 2167 0x63, 0x68, 0x47, 0x65, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 2168 0x61, 0x72, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2c, 0x0a, 0x05, 0x6e, 2169 0x61, 0x6d, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 2170 0x0a, 0x10, 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 2171 0x72, 0x65, 0x52, 0x05, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x12, 0x51, 0x0a, 0x0a, 0x66, 0x69, 0x65, 2172 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 2173 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 2174 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x32, 2175 0x10, 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 2176 0x65, 0x52, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x12, 0x25, 0x0a, 0x04, 2177 0x76, 0x69, 0x65, 0x77, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x11, 0x2e, 0x67, 0x6f, 0x74, 2178 0x65, 0x6e, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x52, 0x04, 0x76, 2179 0x69, 0x65, 0x77, 0x4a, 0x04, 0x08, 0x01, 0x10, 0x02, 0x22, 0x9e, 0x01, 0x0a, 0x1f, 0x42, 0x61, 2180 0x74, 0x63, 0x68, 0x47, 0x65, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 2181 0x77, 0x61, 0x72, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x49, 0x0a, 2182 0x10, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x68, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 2183 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 2184 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 2185 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x52, 0x0f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 2186 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x73, 0x12, 0x30, 0x0a, 0x07, 0x6d, 0x69, 0x73, 0x73, 2187 0x69, 0x6e, 0x67, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x0a, 2188 0x10, 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 2189 0x65, 0x52, 0x07, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x22, 0xb7, 0x03, 0x0a, 0x1a, 0x4c, 2190 0x69, 0x73, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 2191 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2e, 0x0a, 0x06, 0x70, 0x61, 0x72, 2192 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x3a, 2193 0x10, 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 2194 0x65, 0x52, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x12, 0x25, 0x0a, 0x09, 0x70, 0x61, 0x67, 2195 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x42, 0x08, 0xca, 0xc6, 2196 0x27, 0x04, 0x12, 0x02, 0x2a, 0x00, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 2197 0x12, 0x35, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x03, 2198 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x22, 0x10, 0x0a, 0x0e, 0x44, 0x65, 2199 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x52, 0x09, 0x70, 0x61, 2200 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x31, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 2201 0x5f, 0x62, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x2a, 2202 0x10, 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 2203 0x65, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x42, 0x79, 0x12, 0x2e, 0x0a, 0x06, 0x66, 0x69, 2204 0x6c, 0x74, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 2205 0x1a, 0x10, 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 2206 0x72, 0x65, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x51, 0x0a, 0x0a, 0x66, 0x69, 2207 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 2208 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 2209 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 2210 0x32, 0x10, 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 2211 0x72, 0x65, 0x52, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x12, 0x25, 0x0a, 2212 0x04, 0x76, 0x69, 0x65, 0x77, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x11, 0x2e, 0x67, 0x6f, 2213 0x74, 0x65, 0x6e, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x52, 0x04, 2214 0x76, 0x69, 0x65, 0x77, 0x12, 0x2e, 0x0a, 0x13, 0x69, 0x6e, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x5f, 2215 0x70, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x08, 0x20, 0x01, 0x28, 2216 0x08, 0x52, 0x11, 0x69, 0x6e, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x67, 2217 0x49, 0x6e, 0x66, 0x6f, 0x22, 0xbf, 0x02, 0x0a, 0x1b, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x65, 0x76, 2218 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 2219 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x49, 0x0a, 0x10, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x68, 2220 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 2221 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 2222 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x52, 0x0f, 2223 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x73, 0x12, 2224 0x3e, 0x0a, 0x0f, 0x70, 0x72, 0x65, 0x76, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 2225 0x65, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x22, 0x10, 2226 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 2227 0x52, 0x0d, 0x70, 0x72, 0x65, 0x76, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 2228 0x3e, 0x0a, 0x0f, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 2229 0x65, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x22, 0x10, 2230 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 2231 0x52, 0x0d, 0x6e, 0x65, 0x78, 0x74, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 2232 0x25, 0x0a, 0x0e, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x6f, 0x66, 0x66, 0x73, 0x65, 2233 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 2234 0x4f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x12, 0x2e, 0x0a, 0x13, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 2235 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x06, 0x20, 2236 0x01, 0x28, 0x05, 0x52, 0x11, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 2237 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0xc2, 0x01, 0x0a, 0x1a, 0x57, 0x61, 0x74, 0x63, 0x68, 2238 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x52, 0x65, 2239 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2a, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 2240 0x01, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x0a, 0x10, 0x0a, 0x0e, 0x44, 0x65, 0x76, 2241 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 2242 0x65, 0x12, 0x51, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 2243 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 2244 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 2245 0x6b, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x32, 0x10, 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 0x63, 2246 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x52, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 2247 0x4d, 0x61, 0x73, 0x6b, 0x12, 0x25, 0x0a, 0x04, 0x76, 0x69, 0x65, 0x77, 0x18, 0x04, 0x20, 0x01, 2248 0x28, 0x0e, 0x32, 0x11, 0x2e, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x73, 2249 0x2e, 0x56, 0x69, 0x65, 0x77, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x22, 0x5b, 0x0a, 0x1b, 0x57, 2250 0x61, 0x74, 0x63, 0x68, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 2251 0x72, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3c, 0x0a, 0x06, 0x63, 0x68, 2252 0x61, 0x6e, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6e, 0x74, 0x74, 2253 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 2254 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 2255 0x52, 0x06, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x22, 0xcc, 0x04, 0x0a, 0x1b, 0x57, 0x61, 0x74, 2256 0x63, 0x68, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 2257 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2a, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 2258 0x18, 0x09, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x16, 0x2e, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x74, 2259 0x79, 0x70, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 2260 0x74, 0x79, 0x70, 0x65, 0x12, 0x2e, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x18, 0x01, 2261 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x3a, 0x10, 0x0a, 0x0e, 0x44, 0x65, 2262 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x52, 0x06, 0x70, 0x61, 2263 0x72, 0x65, 0x6e, 0x74, 0x12, 0x25, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 2264 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x42, 0x08, 0xca, 0xc6, 0x27, 0x04, 0x12, 0x02, 0x2a, 2265 0x00, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x35, 0x0a, 0x0a, 0x70, 2266 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 2267 0x16, 0xb2, 0xda, 0x21, 0x12, 0x22, 0x10, 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 2268 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x52, 0x09, 0x70, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 2269 0x65, 0x6e, 0x12, 0x31, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x62, 0x79, 0x18, 0x04, 2270 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x2a, 0x10, 0x0a, 0x0e, 0x44, 0x65, 2271 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x52, 0x07, 0x6f, 0x72, 2272 0x64, 0x65, 0x72, 0x42, 0x79, 0x12, 0x21, 0x0a, 0x0c, 0x72, 0x65, 0x73, 0x75, 0x6d, 0x65, 0x5f, 2273 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x72, 0x65, 0x73, 2274 0x75, 0x6d, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x3f, 0x0a, 0x0d, 0x73, 0x74, 0x61, 0x72, 2275 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 2276 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 2277 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0c, 0x73, 0x74, 0x61, 2278 0x72, 0x74, 0x69, 0x6e, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x2e, 0x0a, 0x06, 0x66, 0x69, 0x6c, 2279 0x74, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x1a, 2280 0x10, 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 2281 0x65, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x51, 0x0a, 0x0a, 0x66, 0x69, 0x65, 2282 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 2283 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 2284 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x32, 2285 0x10, 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 2286 0x65, 0x52, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x12, 0x25, 0x0a, 0x04, 2287 0x76, 0x69, 0x65, 0x77, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x11, 0x2e, 0x67, 0x6f, 0x74, 2288 0x65, 0x6e, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x52, 0x04, 0x76, 2289 0x69, 0x65, 0x77, 0x12, 0x32, 0x0a, 0x0e, 0x6d, 0x61, 0x78, 0x5f, 0x63, 0x68, 0x75, 0x6e, 0x6b, 2290 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x42, 0x0c, 0xca, 0xc6, 0x27, 2291 0x08, 0x12, 0x06, 0x1a, 0x02, 0x08, 0x64, 0x2a, 0x00, 0x52, 0x0c, 0x6d, 0x61, 0x78, 0x43, 0x68, 2292 0x75, 0x6e, 0x6b, 0x53, 0x69, 0x7a, 0x65, 0x22, 0xa9, 0x04, 0x0a, 0x1c, 0x57, 0x61, 0x74, 0x63, 2293 0x68, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x73, 2294 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5c, 0x0a, 0x17, 0x64, 0x65, 0x76, 0x69, 2295 0x63, 0x65, 0x5f, 0x68, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x5f, 0x63, 0x68, 0x61, 0x6e, 2296 0x67, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 2297 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 2298 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x52, 2299 0x15, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x43, 2300 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x12, 0x1d, 0x0a, 0x0a, 0x69, 0x73, 0x5f, 0x63, 0x75, 0x72, 2301 0x72, 0x65, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x69, 0x73, 0x43, 0x75, 2302 0x72, 0x72, 0x65, 0x6e, 0x74, 0x12, 0x68, 0x0a, 0x11, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 2303 0x6b, 0x65, 0x6e, 0x5f, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 2304 0x32, 0x3c, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 2305 0x31, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 2306 0x64, 0x77, 0x61, 0x72, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 2307 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x0f, 2308 0x70, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x12, 2309 0x21, 0x0a, 0x0c, 0x72, 0x65, 0x73, 0x75, 0x6d, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 2310 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x72, 0x65, 0x73, 0x75, 0x6d, 0x65, 0x54, 0x6f, 0x6b, 2311 0x65, 0x6e, 0x12, 0x23, 0x0a, 0x0d, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x5f, 0x73, 2312 0x69, 0x7a, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x73, 0x6e, 0x61, 0x70, 0x73, 2313 0x68, 0x6f, 0x74, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x22, 0x0a, 0x0d, 0x69, 0x73, 0x5f, 0x73, 0x6f, 2314 0x66, 0x74, 0x5f, 0x72, 0x65, 0x73, 0x65, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 2315 0x69, 0x73, 0x53, 0x6f, 0x66, 0x74, 0x52, 0x65, 0x73, 0x65, 0x74, 0x12, 0x22, 0x0a, 0x0d, 0x69, 2316 0x73, 0x5f, 0x68, 0x61, 0x72, 0x64, 0x5f, 0x72, 0x65, 0x73, 0x65, 0x74, 0x18, 0x08, 0x20, 0x01, 2317 0x28, 0x08, 0x52, 0x0b, 0x69, 0x73, 0x48, 0x61, 0x72, 0x64, 0x52, 0x65, 0x73, 0x65, 0x74, 0x1a, 2318 0x91, 0x01, 0x0a, 0x0f, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x43, 0x68, 0x61, 2319 0x6e, 0x67, 0x65, 0x12, 0x3e, 0x0a, 0x0f, 0x70, 0x72, 0x65, 0x76, 0x5f, 0x70, 0x61, 0x67, 0x65, 2320 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 2321 0x21, 0x12, 0x22, 0x10, 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 2322 0x77, 0x61, 0x72, 0x65, 0x52, 0x0d, 0x70, 0x72, 0x65, 0x76, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 2323 0x6b, 0x65, 0x6e, 0x12, 0x3e, 0x0a, 0x0f, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 2324 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 2325 0x21, 0x12, 0x22, 0x10, 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 2326 0x77, 0x61, 0x72, 0x65, 0x52, 0x0d, 0x6e, 0x65, 0x78, 0x74, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 2327 0x6b, 0x65, 0x6e, 0x22, 0xaf, 0x03, 0x0a, 0x1b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x65, 2328 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x52, 0x65, 0x71, 0x75, 2329 0x65, 0x73, 0x74, 0x12, 0x2e, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 2330 0x01, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x3a, 0x10, 0x0a, 0x0e, 0x44, 0x65, 0x76, 2331 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x52, 0x06, 0x70, 0x61, 0x72, 2332 0x65, 0x6e, 0x74, 0x12, 0x55, 0x0a, 0x0f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x68, 0x61, 2333 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x6e, 2334 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 2335 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x42, 0x0c, 0xc8, 0xd5, 2336 0x22, 0x01, 0xca, 0xc6, 0x27, 0x04, 0x62, 0x02, 0x08, 0x01, 0x52, 0x0e, 0x64, 0x65, 0x76, 0x69, 2337 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x12, 0x5d, 0x0a, 0x0d, 0x72, 0x65, 2338 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x03, 0x20, 0x01, 0x28, 2339 0x0b, 0x32, 0x38, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 2340 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 2341 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 2342 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x61, 0x73, 0x6b, 0x52, 0x0c, 0x72, 0x65, 0x73, 2343 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x61, 0x73, 0x6b, 0x1a, 0xa9, 0x01, 0x0a, 0x0c, 0x52, 0x65, 2344 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x61, 0x73, 0x6b, 0x12, 0x3b, 0x0a, 0x19, 0x73, 0x6b, 2345 0x69, 0x70, 0x5f, 0x65, 0x6e, 0x74, 0x69, 0x72, 0x65, 0x5f, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 2346 0x73, 0x65, 0x5f, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x48, 0x00, 0x52, 2347 0x16, 0x73, 0x6b, 0x69, 0x70, 0x45, 0x6e, 0x74, 0x69, 0x72, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 2348 0x6e, 0x73, 0x65, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x51, 0x0a, 0x09, 0x62, 0x6f, 0x64, 0x79, 0x5f, 2349 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 2350 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 2351 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x32, 0x10, 0x0a, 0x0e, 2352 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x48, 0x00, 2353 0x52, 0x08, 0x62, 0x6f, 0x64, 0x79, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x09, 0x0a, 0x07, 0x6d, 0x61, 2354 0x73, 0x6b, 0x69, 0x6e, 0x67, 0x22, 0xa0, 0x06, 0x0a, 0x1b, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 2355 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x52, 0x65, 2356 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x55, 0x0a, 0x0f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 2357 0x68, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 2358 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 2359 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x42, 0x0c, 2360 0xc8, 0xd5, 0x22, 0x01, 0xca, 0xc6, 0x27, 0x04, 0x62, 0x02, 0x08, 0x01, 0x52, 0x0e, 0x64, 0x65, 2361 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x12, 0x53, 0x0a, 0x0b, 2362 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x03, 0x20, 0x01, 0x28, 2363 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 2364 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x16, 0xb2, 2365 0xda, 0x21, 0x12, 0x32, 0x10, 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 2366 0x64, 0x77, 0x61, 0x72, 0x65, 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x61, 0x73, 2367 0x6b, 0x12, 0x41, 0x0a, 0x03, 0x63, 0x61, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 2368 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 2369 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 2370 0x77, 0x61, 0x72, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x41, 0x53, 0x52, 2371 0x03, 0x63, 0x61, 0x73, 0x12, 0x23, 0x0a, 0x0d, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x5f, 0x6d, 0x69, 2372 0x73, 0x73, 0x69, 0x6e, 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x61, 0x6c, 0x6c, 2373 0x6f, 0x77, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x12, 0x5d, 0x0a, 0x0d, 0x72, 0x65, 0x73, 2374 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 2375 0x32, 0x38, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 2376 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 2377 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x65, 2378 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x61, 0x73, 0x6b, 0x52, 0x0c, 0x72, 0x65, 0x73, 0x70, 2379 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x61, 0x73, 0x6b, 0x1a, 0xaf, 0x01, 0x0a, 0x03, 0x43, 0x41, 0x53, 2380 0x12, 0x55, 0x0a, 0x11, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x5f, 2381 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x6e, 0x74, 2382 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 2383 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x42, 0x08, 0xca, 0xc6, 0x27, 2384 0x04, 0x62, 0x02, 0x10, 0x01, 0x52, 0x10, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 2385 0x61, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x51, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 2386 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 2387 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 2388 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x32, 0x10, 0x0a, 2389 0x0e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x52, 2390 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x1a, 0xdb, 0x01, 0x0a, 0x0c, 0x52, 2391 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x61, 0x73, 0x6b, 0x12, 0x3b, 0x0a, 0x19, 0x73, 2392 0x6b, 0x69, 0x70, 0x5f, 0x65, 0x6e, 0x74, 0x69, 0x72, 0x65, 0x5f, 0x72, 0x65, 0x73, 0x70, 0x6f, 2393 0x6e, 0x73, 0x65, 0x5f, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x48, 0x00, 2394 0x52, 0x16, 0x73, 0x6b, 0x69, 0x70, 0x45, 0x6e, 0x74, 0x69, 0x72, 0x65, 0x52, 0x65, 0x73, 0x70, 2395 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x30, 0x0a, 0x13, 0x75, 0x70, 0x64, 0x61, 2396 0x74, 0x65, 0x64, 0x5f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x5f, 0x6f, 0x6e, 0x6c, 0x79, 0x18, 2397 0x02, 0x20, 0x01, 0x28, 0x08, 0x48, 0x00, 0x52, 0x11, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 2398 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x4f, 0x6e, 0x6c, 0x79, 0x12, 0x51, 0x0a, 0x09, 0x62, 0x6f, 2399 0x64, 0x79, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 2400 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 2401 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x32, 2402 0x10, 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 2403 0x65, 0x48, 0x00, 0x52, 0x08, 0x62, 0x6f, 0x64, 0x79, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x09, 0x0a, 2404 0x07, 0x6d, 0x61, 0x73, 0x6b, 0x69, 0x6e, 0x67, 0x22, 0x6e, 0x0a, 0x1b, 0x44, 0x65, 0x6c, 0x65, 2405 0x74, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 2406 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2a, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 2407 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x0a, 0x10, 0x0a, 0x0e, 0x44, 2408 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x52, 0x04, 0x6e, 2409 0x61, 0x6d, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x5f, 0x6d, 0x69, 0x73, 2410 0x73, 0x69, 0x6e, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x61, 0x6c, 0x6c, 0x6f, 2411 0x77, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x32, 0x82, 0x11, 0x0a, 0x15, 0x44, 0x65, 0x76, 2412 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 2413 0x63, 0x65, 0x12, 0xcb, 0x01, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 2414 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x12, 0x28, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 2415 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x44, 0x65, 0x76, 2416 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 2417 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 2418 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 2419 0x72, 0x65, 0x22, 0x6c, 0x82, 0xdb, 0x21, 0x25, 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 2420 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x12, 0x03, 0x67, 0x65, 0x74, 0x2a, 0x06, 0x0a, 2421 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x06, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0xa2, 0xdc, 0x21, 2422 0x02, 0x08, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x33, 0x12, 0x31, 0x2f, 0x76, 0x31, 0x2f, 0x7b, 2423 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x2a, 0x2f, 2424 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 2425 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x8a, 0xcc, 0x26, 0x00, 2426 0x12, 0xe7, 0x01, 0x0a, 0x17, 0x42, 0x61, 0x74, 0x63, 0x68, 0x47, 0x65, 0x74, 0x44, 0x65, 0x76, 2427 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x73, 0x12, 0x2e, 0x2e, 0x6e, 2428 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 2429 0x74, 0x63, 0x68, 0x47, 0x65, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 2430 0x77, 0x61, 0x72, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x6e, 2431 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 2432 0x74, 0x63, 0x68, 0x47, 0x65, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 2433 0x77, 0x61, 0x72, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6b, 0x82, 2434 0xdb, 0x21, 0x39, 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 2435 0x61, 0x72, 0x65, 0x12, 0x08, 0x62, 0x61, 0x74, 0x63, 0x68, 0x47, 0x65, 0x74, 0x20, 0x01, 0x2a, 2436 0x07, 0x0a, 0x05, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x32, 0x12, 0x12, 0x10, 0x64, 0x65, 0x76, 0x69, 2437 0x63, 0x65, 0x5f, 0x68, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x73, 0xa2, 0xdc, 0x21, 0x02, 2438 0x08, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x12, 0x1c, 0x2f, 0x76, 0x31, 0x2f, 0x64, 0x65, 2439 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x73, 0x3a, 0x62, 0x61, 2440 0x74, 0x63, 0x68, 0x47, 0x65, 0x74, 0x8a, 0xcc, 0x26, 0x00, 0x12, 0xef, 0x01, 0x0a, 0x13, 0x4c, 2441 0x69, 0x73, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 2442 0x65, 0x73, 0x12, 0x2a, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 2443 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 2444 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2b, 2445 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 2446 0x4c, 0x69, 0x73, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 2447 0x72, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x7f, 0x82, 0xdb, 0x21, 2448 0x38, 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 2449 0x65, 0x12, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x2a, 0x08, 0x1a, 0x06, 0x70, 2450 0x61, 0x72, 0x65, 0x6e, 0x74, 0x32, 0x12, 0x12, 0x10, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 2451 0x68, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x73, 0xa2, 0xdc, 0x21, 0x02, 0x08, 0x01, 0x82, 2452 0xd3, 0xe4, 0x93, 0x02, 0x33, 0x12, 0x31, 0x2f, 0x76, 0x31, 0x2f, 0x7b, 0x70, 0x61, 0x72, 0x65, 2453 0x6e, 0x74, 0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x2a, 0x2f, 0x72, 0x65, 2454 0x67, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 2455 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x73, 0x8a, 0xcc, 0x26, 0x00, 0x12, 0xe8, 0x01, 0x0a, 2456 0x13, 0x57, 0x61, 0x74, 0x63, 0x68, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 2457 0x77, 0x61, 0x72, 0x65, 0x12, 0x2a, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 2458 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x44, 0x65, 0x76, 0x69, 0x63, 2459 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 2460 0x1a, 0x2b, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 2461 0x31, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 2462 0x64, 0x77, 0x61, 0x72, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x76, 0x82, 2463 0xdb, 0x21, 0x29, 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 2464 0x61, 0x72, 0x65, 0x12, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x2a, 0x06, 0x0a, 0x04, 0x6e, 0x61, 2465 0x6d, 0x65, 0x32, 0x08, 0x12, 0x06, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0xa2, 0xdc, 0x21, 0x02, 2466 0x08, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x39, 0x22, 0x37, 0x2f, 0x76, 0x31, 0x2f, 0x7b, 0x6e, 2467 0x61, 0x6d, 0x65, 0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x2a, 0x2f, 0x72, 2468 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 2469 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x3a, 0x77, 0x61, 0x74, 0x63, 2470 0x68, 0x8a, 0xcc, 0x26, 0x00, 0x30, 0x01, 0x12, 0x83, 0x02, 0x0a, 0x14, 0x57, 0x61, 0x74, 0x63, 2471 0x68, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x73, 2472 0x12, 0x2b, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 2473 0x31, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 2474 0x64, 0x77, 0x61, 0x72, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 2475 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x57, 2476 0x61, 0x74, 0x63, 0x68, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 2477 0x72, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x8d, 0x01, 0x82, 0xdb, 2478 0x21, 0x40, 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 2479 0x72, 0x65, 0x12, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x01, 0x20, 0x01, 0x2a, 0x08, 0x1a, 2480 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x32, 0x19, 0x12, 0x17, 0x64, 0x65, 0x76, 0x69, 0x63, 2481 0x65, 0x5f, 0x68, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x5f, 0x63, 0x68, 0x61, 0x6e, 0x67, 2482 0x65, 0x73, 0xa2, 0xdc, 0x21, 0x02, 0x08, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x39, 0x22, 0x37, 2483 0x2f, 0x76, 0x31, 0x2f, 0x7b, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x3d, 0x70, 0x72, 0x6f, 0x6a, 2484 0x65, 0x63, 0x74, 0x73, 0x2f, 0x2a, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 2485 0x7d, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 2486 0x73, 0x3a, 0x77, 0x61, 0x74, 0x63, 0x68, 0x8a, 0xcc, 0x26, 0x00, 0x30, 0x01, 0x12, 0xfd, 0x01, 2487 0x0a, 0x14, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 2488 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x12, 0x2b, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 2489 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x65, 2490 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x52, 0x65, 0x71, 0x75, 2491 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 2492 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 2493 0x61, 0x72, 0x65, 0x22, 0x97, 0x01, 0x82, 0xdb, 0x21, 0x3d, 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 2494 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x12, 0x06, 0x63, 0x72, 0x65, 0x61, 2495 0x74, 0x65, 0x18, 0x01, 0x2a, 0x19, 0x12, 0x0f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x68, 2496 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x1a, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x32, 2497 0x06, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0xa2, 0xdc, 0x21, 0x02, 0x10, 0x01, 0x82, 0xd3, 0xe4, 2498 0x93, 0x02, 0x44, 0x3a, 0x0f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x68, 0x61, 0x72, 0x64, 2499 0x77, 0x61, 0x72, 0x65, 0x22, 0x31, 0x2f, 0x76, 0x31, 0x2f, 0x7b, 0x70, 0x61, 0x72, 0x65, 0x6e, 2500 0x74, 0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x2a, 0x2f, 0x72, 0x65, 0x67, 2501 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 2502 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x73, 0x8a, 0xcc, 0x26, 0x02, 0x10, 0x01, 0x12, 0x83, 0x02, 2503 0x0a, 0x14, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 2504 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x12, 0x2b, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 2505 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x65, 2506 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x52, 0x65, 0x71, 0x75, 2507 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 2508 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 2509 0x61, 0x72, 0x65, 0x22, 0x9d, 0x01, 0x82, 0xdb, 0x21, 0x33, 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 2510 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x12, 0x06, 0x75, 0x70, 0x64, 0x61, 2511 0x74, 0x65, 0x2a, 0x11, 0x12, 0x0f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x68, 0x61, 0x72, 2512 0x64, 0x77, 0x61, 0x72, 0x65, 0x32, 0x06, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0xa2, 0xdc, 0x21, 2513 0x02, 0x10, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x54, 0x3a, 0x0f, 0x64, 0x65, 0x76, 0x69, 0x63, 2514 0x65, 0x5f, 0x68, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x1a, 0x41, 0x2f, 0x76, 0x31, 0x2f, 2515 0x7b, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x68, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 2516 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x2a, 2517 0x2f, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 2518 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x8a, 0xcc, 0x26, 2519 0x02, 0x10, 0x01, 0x12, 0xc6, 0x01, 0x0a, 0x14, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x65, 2520 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x12, 0x2b, 0x2e, 0x6e, 2521 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 2522 0x6c, 0x65, 0x74, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 2523 0x72, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 2524 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 2525 0x79, 0x22, 0x69, 0x82, 0xdb, 0x21, 0x20, 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 2526 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x12, 0x06, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x2a, 2527 0x06, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0xa2, 0xdc, 0x21, 0x02, 0x10, 0x01, 0x82, 0xd3, 0xe4, 2528 0x93, 0x02, 0x33, 0x2a, 0x31, 0x2f, 0x76, 0x31, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x70, 2529 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x2a, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 2530 0x73, 0x2f, 0x2a, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 2531 0x72, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x8a, 0xcc, 0x26, 0x02, 0x10, 0x01, 0x12, 0xcd, 0x01, 0x0a, 2532 0x0a, 0x44, 0x65, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x12, 0x21, 0x2e, 0x6e, 0x74, 2533 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x72, 2534 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 2535 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 2536 0x44, 0x65, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 2537 0x73, 0x65, 0x22, 0x78, 0x82, 0xdb, 0x21, 0x24, 0x0a, 0x0e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 2538 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x12, 0x0a, 0x64, 0x65, 0x72, 0x65, 0x67, 0x69, 2539 0x73, 0x74, 0x65, 0x72, 0x2a, 0x06, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0xa2, 0xdc, 0x21, 0x02, 2540 0x10, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3e, 0x22, 0x3c, 0x2f, 0x76, 0x31, 0x2f, 0x7b, 0x6e, 2541 0x61, 0x6d, 0x65, 0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x2a, 0x2f, 0x72, 2542 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 2543 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x3a, 0x64, 0x65, 0x72, 0x65, 2544 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x8a, 0xcc, 0x26, 0x02, 0x10, 0x01, 0x1a, 0x2f, 0xca, 0x41, 2545 0x12, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2e, 2546 0x63, 0x6f, 0x6d, 0xd2, 0x41, 0x17, 0x68, 0x74, 0x74, 0x70, 0x73, 0x3a, 0x2f, 0x2f, 0x61, 0x70, 2547 0x69, 0x73, 0x2e, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2e, 0x63, 0x6f, 0x6d, 0x42, 0xc4, 0x02, 2548 0xe8, 0xde, 0x21, 0x00, 0x82, 0xff, 0xd0, 0x02, 0x56, 0x0a, 0x16, 0x64, 0x65, 0x76, 0x69, 0x63, 2549 0x65, 0x5f, 0x68, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x65, 2550 0x72, 0x12, 0x3c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 2551 0x6f, 0x75, 0x64, 0x77, 0x61, 0x6e, 0x2f, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x64, 0x65, 2552 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x76, 0x31, 0x2f, 2553 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x68, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x8a, 2554 0xff, 0xd0, 0x02, 0x56, 0x0a, 0x16, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x68, 0x61, 0x72, 2555 0x64, 0x77, 0x61, 0x72, 0x65, 0x5f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x12, 0x3c, 0x67, 0x69, 2556 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x77, 0x61, 2557 0x6e, 0x2f, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 2558 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 2559 0x65, 0x5f, 0x68, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x0a, 0x15, 0x63, 0x6f, 0x6d, 0x2e, 2560 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x70, 0x62, 0x2e, 0x76, 2561 0x31, 0x42, 0x1a, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 2562 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x00, 0x5a, 2563 0x53, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 2564 0x64, 0x77, 0x61, 0x6e, 0x2f, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x64, 0x65, 0x76, 0x69, 2565 0x63, 0x65, 0x73, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x64, 0x65, 2566 0x76, 0x69, 0x63, 0x65, 0x5f, 0x68, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x3b, 0x64, 0x65, 2567 0x76, 0x69, 0x63, 0x65, 0x5f, 0x68, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x5f, 0x63, 0x6c, 2568 0x69, 0x65, 0x6e, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 2569 } 2570 2571 var ( 2572 edgelq_devices_proto_v1_device_hardware_service_proto_rawDescOnce sync.Once 2573 edgelq_devices_proto_v1_device_hardware_service_proto_rawDescData = edgelq_devices_proto_v1_device_hardware_service_proto_rawDesc 2574 ) 2575 2576 func edgelq_devices_proto_v1_device_hardware_service_proto_rawDescGZIP() []byte { 2577 edgelq_devices_proto_v1_device_hardware_service_proto_rawDescOnce.Do(func() { 2578 edgelq_devices_proto_v1_device_hardware_service_proto_rawDescData = protoimpl.X.CompressGZIP(edgelq_devices_proto_v1_device_hardware_service_proto_rawDescData) 2579 }) 2580 return edgelq_devices_proto_v1_device_hardware_service_proto_rawDescData 2581 } 2582 2583 var edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes = make([]protoimpl.MessageInfo, 16) 2584 var edgelq_devices_proto_v1_device_hardware_service_proto_goTypes = []interface{}{ 2585 (*GetDeviceHardwareRequest)(nil), // 0: ntt.devices.v1.GetDeviceHardwareRequest 2586 (*BatchGetDeviceHardwaresRequest)(nil), // 1: ntt.devices.v1.BatchGetDeviceHardwaresRequest 2587 (*BatchGetDeviceHardwaresResponse)(nil), // 2: ntt.devices.v1.BatchGetDeviceHardwaresResponse 2588 (*ListDeviceHardwaresRequest)(nil), // 3: ntt.devices.v1.ListDeviceHardwaresRequest 2589 (*ListDeviceHardwaresResponse)(nil), // 4: ntt.devices.v1.ListDeviceHardwaresResponse 2590 (*WatchDeviceHardwareRequest)(nil), // 5: ntt.devices.v1.WatchDeviceHardwareRequest 2591 (*WatchDeviceHardwareResponse)(nil), // 6: ntt.devices.v1.WatchDeviceHardwareResponse 2592 (*WatchDeviceHardwaresRequest)(nil), // 7: ntt.devices.v1.WatchDeviceHardwaresRequest 2593 (*WatchDeviceHardwaresResponse)(nil), // 8: ntt.devices.v1.WatchDeviceHardwaresResponse 2594 (*CreateDeviceHardwareRequest)(nil), // 9: ntt.devices.v1.CreateDeviceHardwareRequest 2595 (*UpdateDeviceHardwareRequest)(nil), // 10: ntt.devices.v1.UpdateDeviceHardwareRequest 2596 (*DeleteDeviceHardwareRequest)(nil), // 11: ntt.devices.v1.DeleteDeviceHardwareRequest 2597 (*WatchDeviceHardwaresResponse_PageTokenChange)(nil), // 12: ntt.devices.v1.WatchDeviceHardwaresResponse.PageTokenChange 2598 (*CreateDeviceHardwareRequest_ResponseMask)(nil), // 13: ntt.devices.v1.CreateDeviceHardwareRequest.ResponseMask 2599 (*UpdateDeviceHardwareRequest_CAS)(nil), // 14: ntt.devices.v1.UpdateDeviceHardwareRequest.CAS 2600 (*UpdateDeviceHardwareRequest_ResponseMask)(nil), // 15: ntt.devices.v1.UpdateDeviceHardwareRequest.ResponseMask 2601 (*device_hardware.DeviceHardware_FieldMask)(nil), // 16: ntt.devices.v1.DeviceHardware_FieldMask 2602 (view.View)(0), // 17: goten.types.View 2603 (*device_hardware.DeviceHardware)(nil), // 18: ntt.devices.v1.DeviceHardware 2604 (*device_hardware.DeviceHardwareChange)(nil), // 19: ntt.devices.v1.DeviceHardwareChange 2605 (watch_type.WatchType)(0), // 20: goten.types.WatchType 2606 (*timestamppb.Timestamp)(nil), // 21: google.protobuf.Timestamp 2607 (*DeregisterRequest)(nil), // 22: ntt.devices.v1.DeregisterRequest 2608 (*emptypb.Empty)(nil), // 23: google.protobuf.Empty 2609 (*DeregisterResponse)(nil), // 24: ntt.devices.v1.DeregisterResponse 2610 } 2611 var edgelq_devices_proto_v1_device_hardware_service_proto_depIdxs = []int32{ 2612 16, // 0: ntt.devices.v1.GetDeviceHardwareRequest.field_mask:type_name -> ntt.devices.v1.DeviceHardware_FieldMask 2613 17, // 1: ntt.devices.v1.GetDeviceHardwareRequest.view:type_name -> goten.types.View 2614 16, // 2: ntt.devices.v1.BatchGetDeviceHardwaresRequest.field_mask:type_name -> ntt.devices.v1.DeviceHardware_FieldMask 2615 17, // 3: ntt.devices.v1.BatchGetDeviceHardwaresRequest.view:type_name -> goten.types.View 2616 18, // 4: ntt.devices.v1.BatchGetDeviceHardwaresResponse.device_hardwares:type_name -> ntt.devices.v1.DeviceHardware 2617 16, // 5: ntt.devices.v1.ListDeviceHardwaresRequest.field_mask:type_name -> ntt.devices.v1.DeviceHardware_FieldMask 2618 17, // 6: ntt.devices.v1.ListDeviceHardwaresRequest.view:type_name -> goten.types.View 2619 18, // 7: ntt.devices.v1.ListDeviceHardwaresResponse.device_hardwares:type_name -> ntt.devices.v1.DeviceHardware 2620 16, // 8: ntt.devices.v1.WatchDeviceHardwareRequest.field_mask:type_name -> ntt.devices.v1.DeviceHardware_FieldMask 2621 17, // 9: ntt.devices.v1.WatchDeviceHardwareRequest.view:type_name -> goten.types.View 2622 19, // 10: ntt.devices.v1.WatchDeviceHardwareResponse.change:type_name -> ntt.devices.v1.DeviceHardwareChange 2623 20, // 11: ntt.devices.v1.WatchDeviceHardwaresRequest.type:type_name -> goten.types.WatchType 2624 21, // 12: ntt.devices.v1.WatchDeviceHardwaresRequest.starting_time:type_name -> google.protobuf.Timestamp 2625 16, // 13: ntt.devices.v1.WatchDeviceHardwaresRequest.field_mask:type_name -> ntt.devices.v1.DeviceHardware_FieldMask 2626 17, // 14: ntt.devices.v1.WatchDeviceHardwaresRequest.view:type_name -> goten.types.View 2627 19, // 15: ntt.devices.v1.WatchDeviceHardwaresResponse.device_hardware_changes:type_name -> ntt.devices.v1.DeviceHardwareChange 2628 12, // 16: ntt.devices.v1.WatchDeviceHardwaresResponse.page_token_change:type_name -> ntt.devices.v1.WatchDeviceHardwaresResponse.PageTokenChange 2629 18, // 17: ntt.devices.v1.CreateDeviceHardwareRequest.device_hardware:type_name -> ntt.devices.v1.DeviceHardware 2630 13, // 18: ntt.devices.v1.CreateDeviceHardwareRequest.response_mask:type_name -> ntt.devices.v1.CreateDeviceHardwareRequest.ResponseMask 2631 18, // 19: ntt.devices.v1.UpdateDeviceHardwareRequest.device_hardware:type_name -> ntt.devices.v1.DeviceHardware 2632 16, // 20: ntt.devices.v1.UpdateDeviceHardwareRequest.update_mask:type_name -> ntt.devices.v1.DeviceHardware_FieldMask 2633 14, // 21: ntt.devices.v1.UpdateDeviceHardwareRequest.cas:type_name -> ntt.devices.v1.UpdateDeviceHardwareRequest.CAS 2634 15, // 22: ntt.devices.v1.UpdateDeviceHardwareRequest.response_mask:type_name -> ntt.devices.v1.UpdateDeviceHardwareRequest.ResponseMask 2635 16, // 23: ntt.devices.v1.CreateDeviceHardwareRequest.ResponseMask.body_mask:type_name -> ntt.devices.v1.DeviceHardware_FieldMask 2636 18, // 24: ntt.devices.v1.UpdateDeviceHardwareRequest.CAS.conditional_state:type_name -> ntt.devices.v1.DeviceHardware 2637 16, // 25: ntt.devices.v1.UpdateDeviceHardwareRequest.CAS.field_mask:type_name -> ntt.devices.v1.DeviceHardware_FieldMask 2638 16, // 26: ntt.devices.v1.UpdateDeviceHardwareRequest.ResponseMask.body_mask:type_name -> ntt.devices.v1.DeviceHardware_FieldMask 2639 0, // 27: ntt.devices.v1.DeviceHardwareService.GetDeviceHardware:input_type -> ntt.devices.v1.GetDeviceHardwareRequest 2640 1, // 28: ntt.devices.v1.DeviceHardwareService.BatchGetDeviceHardwares:input_type -> ntt.devices.v1.BatchGetDeviceHardwaresRequest 2641 3, // 29: ntt.devices.v1.DeviceHardwareService.ListDeviceHardwares:input_type -> ntt.devices.v1.ListDeviceHardwaresRequest 2642 5, // 30: ntt.devices.v1.DeviceHardwareService.WatchDeviceHardware:input_type -> ntt.devices.v1.WatchDeviceHardwareRequest 2643 7, // 31: ntt.devices.v1.DeviceHardwareService.WatchDeviceHardwares:input_type -> ntt.devices.v1.WatchDeviceHardwaresRequest 2644 9, // 32: ntt.devices.v1.DeviceHardwareService.CreateDeviceHardware:input_type -> ntt.devices.v1.CreateDeviceHardwareRequest 2645 10, // 33: ntt.devices.v1.DeviceHardwareService.UpdateDeviceHardware:input_type -> ntt.devices.v1.UpdateDeviceHardwareRequest 2646 11, // 34: ntt.devices.v1.DeviceHardwareService.DeleteDeviceHardware:input_type -> ntt.devices.v1.DeleteDeviceHardwareRequest 2647 22, // 35: ntt.devices.v1.DeviceHardwareService.Deregister:input_type -> ntt.devices.v1.DeregisterRequest 2648 18, // 36: ntt.devices.v1.DeviceHardwareService.GetDeviceHardware:output_type -> ntt.devices.v1.DeviceHardware 2649 2, // 37: ntt.devices.v1.DeviceHardwareService.BatchGetDeviceHardwares:output_type -> ntt.devices.v1.BatchGetDeviceHardwaresResponse 2650 4, // 38: ntt.devices.v1.DeviceHardwareService.ListDeviceHardwares:output_type -> ntt.devices.v1.ListDeviceHardwaresResponse 2651 6, // 39: ntt.devices.v1.DeviceHardwareService.WatchDeviceHardware:output_type -> ntt.devices.v1.WatchDeviceHardwareResponse 2652 8, // 40: ntt.devices.v1.DeviceHardwareService.WatchDeviceHardwares:output_type -> ntt.devices.v1.WatchDeviceHardwaresResponse 2653 18, // 41: ntt.devices.v1.DeviceHardwareService.CreateDeviceHardware:output_type -> ntt.devices.v1.DeviceHardware 2654 18, // 42: ntt.devices.v1.DeviceHardwareService.UpdateDeviceHardware:output_type -> ntt.devices.v1.DeviceHardware 2655 23, // 43: ntt.devices.v1.DeviceHardwareService.DeleteDeviceHardware:output_type -> google.protobuf.Empty 2656 24, // 44: ntt.devices.v1.DeviceHardwareService.Deregister:output_type -> ntt.devices.v1.DeregisterResponse 2657 36, // [36:45] is the sub-list for method output_type 2658 27, // [27:36] is the sub-list for method input_type 2659 27, // [27:27] is the sub-list for extension type_name 2660 27, // [27:27] is the sub-list for extension extendee 2661 0, // [0:27] is the sub-list for field type_name 2662 } 2663 2664 func init() { edgelq_devices_proto_v1_device_hardware_service_proto_init() } 2665 func edgelq_devices_proto_v1_device_hardware_service_proto_init() { 2666 if edgelq_devices_proto_v1_device_hardware_service_proto != nil { 2667 return 2668 } 2669 if !protoimpl.UnsafeEnabled { 2670 2671 edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { 2672 switch v := v.(*GetDeviceHardwareRequest); i { 2673 case 0: 2674 return &v.state 2675 case 1: 2676 return &v.sizeCache 2677 case 2: 2678 return &v.unknownFields 2679 default: 2680 return nil 2681 } 2682 } 2683 edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { 2684 switch v := v.(*BatchGetDeviceHardwaresRequest); i { 2685 case 0: 2686 return &v.state 2687 case 1: 2688 return &v.sizeCache 2689 case 2: 2690 return &v.unknownFields 2691 default: 2692 return nil 2693 } 2694 } 2695 edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { 2696 switch v := v.(*BatchGetDeviceHardwaresResponse); i { 2697 case 0: 2698 return &v.state 2699 case 1: 2700 return &v.sizeCache 2701 case 2: 2702 return &v.unknownFields 2703 default: 2704 return nil 2705 } 2706 } 2707 edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { 2708 switch v := v.(*ListDeviceHardwaresRequest); i { 2709 case 0: 2710 return &v.state 2711 case 1: 2712 return &v.sizeCache 2713 case 2: 2714 return &v.unknownFields 2715 default: 2716 return nil 2717 } 2718 } 2719 edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { 2720 switch v := v.(*ListDeviceHardwaresResponse); i { 2721 case 0: 2722 return &v.state 2723 case 1: 2724 return &v.sizeCache 2725 case 2: 2726 return &v.unknownFields 2727 default: 2728 return nil 2729 } 2730 } 2731 edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { 2732 switch v := v.(*WatchDeviceHardwareRequest); i { 2733 case 0: 2734 return &v.state 2735 case 1: 2736 return &v.sizeCache 2737 case 2: 2738 return &v.unknownFields 2739 default: 2740 return nil 2741 } 2742 } 2743 edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { 2744 switch v := v.(*WatchDeviceHardwareResponse); i { 2745 case 0: 2746 return &v.state 2747 case 1: 2748 return &v.sizeCache 2749 case 2: 2750 return &v.unknownFields 2751 default: 2752 return nil 2753 } 2754 } 2755 edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { 2756 switch v := v.(*WatchDeviceHardwaresRequest); i { 2757 case 0: 2758 return &v.state 2759 case 1: 2760 return &v.sizeCache 2761 case 2: 2762 return &v.unknownFields 2763 default: 2764 return nil 2765 } 2766 } 2767 edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { 2768 switch v := v.(*WatchDeviceHardwaresResponse); i { 2769 case 0: 2770 return &v.state 2771 case 1: 2772 return &v.sizeCache 2773 case 2: 2774 return &v.unknownFields 2775 default: 2776 return nil 2777 } 2778 } 2779 edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { 2780 switch v := v.(*CreateDeviceHardwareRequest); i { 2781 case 0: 2782 return &v.state 2783 case 1: 2784 return &v.sizeCache 2785 case 2: 2786 return &v.unknownFields 2787 default: 2788 return nil 2789 } 2790 } 2791 edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { 2792 switch v := v.(*UpdateDeviceHardwareRequest); i { 2793 case 0: 2794 return &v.state 2795 case 1: 2796 return &v.sizeCache 2797 case 2: 2798 return &v.unknownFields 2799 default: 2800 return nil 2801 } 2802 } 2803 edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { 2804 switch v := v.(*DeleteDeviceHardwareRequest); i { 2805 case 0: 2806 return &v.state 2807 case 1: 2808 return &v.sizeCache 2809 case 2: 2810 return &v.unknownFields 2811 default: 2812 return nil 2813 } 2814 } 2815 edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { 2816 switch v := v.(*WatchDeviceHardwaresResponse_PageTokenChange); i { 2817 case 0: 2818 return &v.state 2819 case 1: 2820 return &v.sizeCache 2821 case 2: 2822 return &v.unknownFields 2823 default: 2824 return nil 2825 } 2826 } 2827 edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { 2828 switch v := v.(*CreateDeviceHardwareRequest_ResponseMask); i { 2829 case 0: 2830 return &v.state 2831 case 1: 2832 return &v.sizeCache 2833 case 2: 2834 return &v.unknownFields 2835 default: 2836 return nil 2837 } 2838 } 2839 edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { 2840 switch v := v.(*UpdateDeviceHardwareRequest_CAS); i { 2841 case 0: 2842 return &v.state 2843 case 1: 2844 return &v.sizeCache 2845 case 2: 2846 return &v.unknownFields 2847 default: 2848 return nil 2849 } 2850 } 2851 edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { 2852 switch v := v.(*UpdateDeviceHardwareRequest_ResponseMask); i { 2853 case 0: 2854 return &v.state 2855 case 1: 2856 return &v.sizeCache 2857 case 2: 2858 return &v.unknownFields 2859 default: 2860 return nil 2861 } 2862 } 2863 } 2864 2865 edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[13].OneofWrappers = []interface{}{ 2866 (*CreateDeviceHardwareRequest_ResponseMask_SkipEntireResponseBody)(nil), 2867 (*CreateDeviceHardwareRequest_ResponseMask_BodyMask)(nil), 2868 } 2869 edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes[15].OneofWrappers = []interface{}{ 2870 (*UpdateDeviceHardwareRequest_ResponseMask_SkipEntireResponseBody)(nil), 2871 (*UpdateDeviceHardwareRequest_ResponseMask_UpdatedFieldsOnly)(nil), 2872 (*UpdateDeviceHardwareRequest_ResponseMask_BodyMask)(nil), 2873 } 2874 type x struct{} 2875 out := protoimpl.TypeBuilder{ 2876 File: protoimpl.DescBuilder{ 2877 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 2878 RawDescriptor: edgelq_devices_proto_v1_device_hardware_service_proto_rawDesc, 2879 NumEnums: 0, 2880 NumMessages: 16, 2881 NumExtensions: 0, 2882 NumServices: 1, 2883 }, 2884 GoTypes: edgelq_devices_proto_v1_device_hardware_service_proto_goTypes, 2885 DependencyIndexes: edgelq_devices_proto_v1_device_hardware_service_proto_depIdxs, 2886 MessageInfos: edgelq_devices_proto_v1_device_hardware_service_proto_msgTypes, 2887 }.Build() 2888 edgelq_devices_proto_v1_device_hardware_service_proto = out.File 2889 edgelq_devices_proto_v1_device_hardware_service_proto_rawDesc = nil 2890 edgelq_devices_proto_v1_device_hardware_service_proto_goTypes = nil 2891 edgelq_devices_proto_v1_device_hardware_service_proto_depIdxs = nil 2892 }