github.com/cloudwan/edgelq-sdk@v1.15.4/devices/client/v1/os_image_profile/os_image_profile_service.pb.go (about) 1 // Code generated by protoc-gen-goten-go 2 // File: edgelq/devices/proto/v1/os_image_profile_service.proto 3 // DO NOT EDIT!!! 4 5 package os_image_profile_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 os_image_profile "github.com/cloudwan/edgelq-sdk/devices/resources/v1/os_image_profile" 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 _ = &os_image_profile.OsImageProfile{} 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 GetOsImageProfile method. 60 type GetOsImageProfileRequest struct { 61 state protoimpl.MessageState 62 sizeCache protoimpl.SizeCache 63 unknownFields protoimpl.UnknownFields 64 // Name of ntt.devices.v1.OsImageProfile 65 Name *os_image_profile.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 *os_image_profile.OsImageProfile_FieldMask `protobuf:"bytes,3,opt,customtype=OsImageProfile_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 *GetOsImageProfileRequest) Reset() { 75 *m = GetOsImageProfileRequest{} 76 if protoimpl.UnsafeEnabled { 77 mi := &edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[0] 78 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 79 ms.StoreMessageInfo(mi) 80 } 81 } 82 83 func (m *GetOsImageProfileRequest) String() string { 84 return protoimpl.X.MessageStringOf(m) 85 } 86 87 func (*GetOsImageProfileRequest) ProtoMessage() {} 88 89 func (m *GetOsImageProfileRequest) ProtoReflect() preflect.Message { 90 mi := &edgelq_devices_proto_v1_os_image_profile_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 (*GetOsImageProfileRequest) GotenMessage() {} 102 103 // Deprecated, Use GetOsImageProfileRequest.ProtoReflect.Descriptor instead. 104 func (*GetOsImageProfileRequest) Descriptor() ([]byte, []int) { 105 return edgelq_devices_proto_v1_os_image_profile_service_proto_rawDescGZIP(), []int{0} 106 } 107 108 func (m *GetOsImageProfileRequest) Unmarshal(b []byte) error { 109 return proto.Unmarshal(b, m) 110 } 111 112 func (m *GetOsImageProfileRequest) Marshal() ([]byte, error) { 113 return proto.Marshal(m) 114 } 115 116 func (m *GetOsImageProfileRequest) MarshalJSON() ([]byte, error) { 117 return protojson.MarshalOptions{}.Marshal(m) 118 } 119 120 func (m *GetOsImageProfileRequest) UnmarshalJSON(data []byte) error { 121 return protojson.Unmarshal(data, m) 122 } 123 124 func (m *GetOsImageProfileRequest) GetName() *os_image_profile.Name { 125 if m != nil { 126 return m.Name 127 } 128 return nil 129 } 130 131 func (m *GetOsImageProfileRequest) GetFieldMask() *os_image_profile.OsImageProfile_FieldMask { 132 if m != nil { 133 return m.FieldMask 134 } 135 return nil 136 } 137 138 func (m *GetOsImageProfileRequest) GetView() view.View { 139 if m != nil { 140 return m.View 141 } 142 return view.View_UNSPECIFIED 143 } 144 145 func (m *GetOsImageProfileRequest) SetName(fv *os_image_profile.Name) { 146 if m == nil { 147 panic(fmt.Errorf("can't set %s on nil %s", "Name", "GetOsImageProfileRequest")) 148 } 149 m.Name = fv 150 } 151 152 func (m *GetOsImageProfileRequest) SetFieldMask(fv *os_image_profile.OsImageProfile_FieldMask) { 153 if m == nil { 154 panic(fmt.Errorf("can't set %s on nil %s", "FieldMask", "GetOsImageProfileRequest")) 155 } 156 m.FieldMask = fv 157 } 158 159 func (m *GetOsImageProfileRequest) SetView(fv view.View) { 160 if m == nil { 161 panic(fmt.Errorf("can't set %s on nil %s", "View", "GetOsImageProfileRequest")) 162 } 163 m.View = fv 164 } 165 166 // A request message of the BatchGetOsImageProfiles method. 167 type BatchGetOsImageProfilesRequest struct { 168 state protoimpl.MessageState 169 sizeCache protoimpl.SizeCache 170 unknownFields protoimpl.UnknownFields 171 // Names of OsImageProfiles 172 Names []*os_image_profile.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 *os_image_profile.OsImageProfile_FieldMask `protobuf:"bytes,3,opt,customtype=OsImageProfile_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 *BatchGetOsImageProfilesRequest) Reset() { 182 *m = BatchGetOsImageProfilesRequest{} 183 if protoimpl.UnsafeEnabled { 184 mi := &edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[1] 185 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 186 ms.StoreMessageInfo(mi) 187 } 188 } 189 190 func (m *BatchGetOsImageProfilesRequest) String() string { 191 return protoimpl.X.MessageStringOf(m) 192 } 193 194 func (*BatchGetOsImageProfilesRequest) ProtoMessage() {} 195 196 func (m *BatchGetOsImageProfilesRequest) ProtoReflect() preflect.Message { 197 mi := &edgelq_devices_proto_v1_os_image_profile_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 (*BatchGetOsImageProfilesRequest) GotenMessage() {} 209 210 // Deprecated, Use BatchGetOsImageProfilesRequest.ProtoReflect.Descriptor instead. 211 func (*BatchGetOsImageProfilesRequest) Descriptor() ([]byte, []int) { 212 return edgelq_devices_proto_v1_os_image_profile_service_proto_rawDescGZIP(), []int{1} 213 } 214 215 func (m *BatchGetOsImageProfilesRequest) Unmarshal(b []byte) error { 216 return proto.Unmarshal(b, m) 217 } 218 219 func (m *BatchGetOsImageProfilesRequest) Marshal() ([]byte, error) { 220 return proto.Marshal(m) 221 } 222 223 func (m *BatchGetOsImageProfilesRequest) MarshalJSON() ([]byte, error) { 224 return protojson.MarshalOptions{}.Marshal(m) 225 } 226 227 func (m *BatchGetOsImageProfilesRequest) UnmarshalJSON(data []byte) error { 228 return protojson.Unmarshal(data, m) 229 } 230 231 func (m *BatchGetOsImageProfilesRequest) GetNames() []*os_image_profile.Name { 232 if m != nil { 233 return m.Names 234 } 235 return nil 236 } 237 238 func (m *BatchGetOsImageProfilesRequest) GetFieldMask() *os_image_profile.OsImageProfile_FieldMask { 239 if m != nil { 240 return m.FieldMask 241 } 242 return nil 243 } 244 245 func (m *BatchGetOsImageProfilesRequest) GetView() view.View { 246 if m != nil { 247 return m.View 248 } 249 return view.View_UNSPECIFIED 250 } 251 252 func (m *BatchGetOsImageProfilesRequest) SetNames(fv []*os_image_profile.Name) { 253 if m == nil { 254 panic(fmt.Errorf("can't set %s on nil %s", "Names", "BatchGetOsImageProfilesRequest")) 255 } 256 m.Names = fv 257 } 258 259 func (m *BatchGetOsImageProfilesRequest) SetFieldMask(fv *os_image_profile.OsImageProfile_FieldMask) { 260 if m == nil { 261 panic(fmt.Errorf("can't set %s on nil %s", "FieldMask", "BatchGetOsImageProfilesRequest")) 262 } 263 m.FieldMask = fv 264 } 265 266 func (m *BatchGetOsImageProfilesRequest) SetView(fv view.View) { 267 if m == nil { 268 panic(fmt.Errorf("can't set %s on nil %s", "View", "BatchGetOsImageProfilesRequest")) 269 } 270 m.View = fv 271 } 272 273 // A response message of the BatchGetOsImageProfiles method. 274 type BatchGetOsImageProfilesResponse struct { 275 state protoimpl.MessageState 276 sizeCache protoimpl.SizeCache 277 unknownFields protoimpl.UnknownFields 278 // found OsImageProfiles 279 OsImageProfiles []*os_image_profile.OsImageProfile `protobuf:"bytes,1,rep,name=os_image_profiles,json=osImageProfiles,proto3" json:"os_image_profiles,omitempty"` 280 // list of not found OsImageProfiles 281 Missing []*os_image_profile.Name `protobuf:"bytes,2,rep,customtype=Name,name=missing,proto3" json:"missing,omitempty"` 282 } 283 284 func (m *BatchGetOsImageProfilesResponse) Reset() { 285 *m = BatchGetOsImageProfilesResponse{} 286 if protoimpl.UnsafeEnabled { 287 mi := &edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[2] 288 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 289 ms.StoreMessageInfo(mi) 290 } 291 } 292 293 func (m *BatchGetOsImageProfilesResponse) String() string { 294 return protoimpl.X.MessageStringOf(m) 295 } 296 297 func (*BatchGetOsImageProfilesResponse) ProtoMessage() {} 298 299 func (m *BatchGetOsImageProfilesResponse) ProtoReflect() preflect.Message { 300 mi := &edgelq_devices_proto_v1_os_image_profile_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 (*BatchGetOsImageProfilesResponse) GotenMessage() {} 312 313 // Deprecated, Use BatchGetOsImageProfilesResponse.ProtoReflect.Descriptor instead. 314 func (*BatchGetOsImageProfilesResponse) Descriptor() ([]byte, []int) { 315 return edgelq_devices_proto_v1_os_image_profile_service_proto_rawDescGZIP(), []int{2} 316 } 317 318 func (m *BatchGetOsImageProfilesResponse) Unmarshal(b []byte) error { 319 return proto.Unmarshal(b, m) 320 } 321 322 func (m *BatchGetOsImageProfilesResponse) Marshal() ([]byte, error) { 323 return proto.Marshal(m) 324 } 325 326 func (m *BatchGetOsImageProfilesResponse) MarshalJSON() ([]byte, error) { 327 return protojson.MarshalOptions{}.Marshal(m) 328 } 329 330 func (m *BatchGetOsImageProfilesResponse) UnmarshalJSON(data []byte) error { 331 return protojson.Unmarshal(data, m) 332 } 333 334 func (m *BatchGetOsImageProfilesResponse) GetOsImageProfiles() []*os_image_profile.OsImageProfile { 335 if m != nil { 336 return m.OsImageProfiles 337 } 338 return nil 339 } 340 341 func (m *BatchGetOsImageProfilesResponse) GetMissing() []*os_image_profile.Name { 342 if m != nil { 343 return m.Missing 344 } 345 return nil 346 } 347 348 func (m *BatchGetOsImageProfilesResponse) SetOsImageProfiles(fv []*os_image_profile.OsImageProfile) { 349 if m == nil { 350 panic(fmt.Errorf("can't set %s on nil %s", "OsImageProfiles", "BatchGetOsImageProfilesResponse")) 351 } 352 m.OsImageProfiles = fv 353 } 354 355 func (m *BatchGetOsImageProfilesResponse) SetMissing(fv []*os_image_profile.Name) { 356 if m == nil { 357 panic(fmt.Errorf("can't set %s on nil %s", "Missing", "BatchGetOsImageProfilesResponse")) 358 } 359 m.Missing = fv 360 } 361 362 // A request message of the ListOsImageProfiles method. 363 type ListOsImageProfilesRequest struct { 364 state protoimpl.MessageState 365 sizeCache protoimpl.SizeCache 366 unknownFields protoimpl.UnknownFields 367 // Parent name of ntt.devices.v1.OsImageProfile 368 Parent *os_image_profile.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty"` 369 // Requested page size. Server may return fewer OsImageProfiles 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 // ListOsImageProfilesResponse.next_page_token. 375 PageToken *os_image_profile.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 *os_image_profile.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 *os_image_profile.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 *os_image_profile.OsImageProfile_FieldMask `protobuf:"bytes,6,opt,customtype=OsImageProfile_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 *ListOsImageProfilesRequest) Reset() { 401 *m = ListOsImageProfilesRequest{} 402 if protoimpl.UnsafeEnabled { 403 mi := &edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[3] 404 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 405 ms.StoreMessageInfo(mi) 406 } 407 } 408 409 func (m *ListOsImageProfilesRequest) String() string { 410 return protoimpl.X.MessageStringOf(m) 411 } 412 413 func (*ListOsImageProfilesRequest) ProtoMessage() {} 414 415 func (m *ListOsImageProfilesRequest) ProtoReflect() preflect.Message { 416 mi := &edgelq_devices_proto_v1_os_image_profile_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 (*ListOsImageProfilesRequest) GotenMessage() {} 428 429 // Deprecated, Use ListOsImageProfilesRequest.ProtoReflect.Descriptor instead. 430 func (*ListOsImageProfilesRequest) Descriptor() ([]byte, []int) { 431 return edgelq_devices_proto_v1_os_image_profile_service_proto_rawDescGZIP(), []int{3} 432 } 433 434 func (m *ListOsImageProfilesRequest) Unmarshal(b []byte) error { 435 return proto.Unmarshal(b, m) 436 } 437 438 func (m *ListOsImageProfilesRequest) Marshal() ([]byte, error) { 439 return proto.Marshal(m) 440 } 441 442 func (m *ListOsImageProfilesRequest) MarshalJSON() ([]byte, error) { 443 return protojson.MarshalOptions{}.Marshal(m) 444 } 445 446 func (m *ListOsImageProfilesRequest) UnmarshalJSON(data []byte) error { 447 return protojson.Unmarshal(data, m) 448 } 449 450 func (m *ListOsImageProfilesRequest) GetParent() *os_image_profile.ParentName { 451 if m != nil { 452 return m.Parent 453 } 454 return nil 455 } 456 457 func (m *ListOsImageProfilesRequest) GetPageSize() int32 { 458 if m != nil { 459 return m.PageSize 460 } 461 return int32(0) 462 } 463 464 func (m *ListOsImageProfilesRequest) GetPageToken() *os_image_profile.PagerCursor { 465 if m != nil { 466 return m.PageToken 467 } 468 return nil 469 } 470 471 func (m *ListOsImageProfilesRequest) GetOrderBy() *os_image_profile.OrderBy { 472 if m != nil { 473 return m.OrderBy 474 } 475 return nil 476 } 477 478 func (m *ListOsImageProfilesRequest) GetFilter() *os_image_profile.Filter { 479 if m != nil { 480 return m.Filter 481 } 482 return nil 483 } 484 485 func (m *ListOsImageProfilesRequest) GetFieldMask() *os_image_profile.OsImageProfile_FieldMask { 486 if m != nil { 487 return m.FieldMask 488 } 489 return nil 490 } 491 492 func (m *ListOsImageProfilesRequest) GetView() view.View { 493 if m != nil { 494 return m.View 495 } 496 return view.View_UNSPECIFIED 497 } 498 499 func (m *ListOsImageProfilesRequest) GetIncludePagingInfo() bool { 500 if m != nil { 501 return m.IncludePagingInfo 502 } 503 return false 504 } 505 506 func (m *ListOsImageProfilesRequest) SetParent(fv *os_image_profile.ParentName) { 507 if m == nil { 508 panic(fmt.Errorf("can't set %s on nil %s", "Parent", "ListOsImageProfilesRequest")) 509 } 510 m.Parent = fv 511 } 512 513 func (m *ListOsImageProfilesRequest) SetPageSize(fv int32) { 514 if m == nil { 515 panic(fmt.Errorf("can't set %s on nil %s", "PageSize", "ListOsImageProfilesRequest")) 516 } 517 m.PageSize = fv 518 } 519 520 func (m *ListOsImageProfilesRequest) SetPageToken(fv *os_image_profile.PagerCursor) { 521 if m == nil { 522 panic(fmt.Errorf("can't set %s on nil %s", "PageToken", "ListOsImageProfilesRequest")) 523 } 524 m.PageToken = fv 525 } 526 527 func (m *ListOsImageProfilesRequest) SetOrderBy(fv *os_image_profile.OrderBy) { 528 if m == nil { 529 panic(fmt.Errorf("can't set %s on nil %s", "OrderBy", "ListOsImageProfilesRequest")) 530 } 531 m.OrderBy = fv 532 } 533 534 func (m *ListOsImageProfilesRequest) SetFilter(fv *os_image_profile.Filter) { 535 if m == nil { 536 panic(fmt.Errorf("can't set %s on nil %s", "Filter", "ListOsImageProfilesRequest")) 537 } 538 m.Filter = fv 539 } 540 541 func (m *ListOsImageProfilesRequest) SetFieldMask(fv *os_image_profile.OsImageProfile_FieldMask) { 542 if m == nil { 543 panic(fmt.Errorf("can't set %s on nil %s", "FieldMask", "ListOsImageProfilesRequest")) 544 } 545 m.FieldMask = fv 546 } 547 548 func (m *ListOsImageProfilesRequest) SetView(fv view.View) { 549 if m == nil { 550 panic(fmt.Errorf("can't set %s on nil %s", "View", "ListOsImageProfilesRequest")) 551 } 552 m.View = fv 553 } 554 555 func (m *ListOsImageProfilesRequest) SetIncludePagingInfo(fv bool) { 556 if m == nil { 557 panic(fmt.Errorf("can't set %s on nil %s", "IncludePagingInfo", "ListOsImageProfilesRequest")) 558 } 559 m.IncludePagingInfo = fv 560 } 561 562 // A response message of the ListOsImageProfiles method. 563 type ListOsImageProfilesResponse struct { 564 state protoimpl.MessageState 565 sizeCache protoimpl.SizeCache 566 unknownFields protoimpl.UnknownFields 567 // The list of OsImageProfiles 568 OsImageProfiles []*os_image_profile.OsImageProfile `protobuf:"bytes,1,rep,name=os_image_profiles,json=osImageProfiles,proto3" json:"os_image_profiles,omitempty"` 569 // A token to retrieve previous page of results. 570 // 571 // Pass this value in the ListOsImageProfilesRequest.page_token. 572 PrevPageToken *os_image_profile.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 ListOsImageProfilesRequest.page_token. 576 NextPageToken *os_image_profile.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 OsImageProfiles 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 *ListOsImageProfilesResponse) Reset() { 589 *m = ListOsImageProfilesResponse{} 590 if protoimpl.UnsafeEnabled { 591 mi := &edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[4] 592 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 593 ms.StoreMessageInfo(mi) 594 } 595 } 596 597 func (m *ListOsImageProfilesResponse) String() string { 598 return protoimpl.X.MessageStringOf(m) 599 } 600 601 func (*ListOsImageProfilesResponse) ProtoMessage() {} 602 603 func (m *ListOsImageProfilesResponse) ProtoReflect() preflect.Message { 604 mi := &edgelq_devices_proto_v1_os_image_profile_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 (*ListOsImageProfilesResponse) GotenMessage() {} 616 617 // Deprecated, Use ListOsImageProfilesResponse.ProtoReflect.Descriptor instead. 618 func (*ListOsImageProfilesResponse) Descriptor() ([]byte, []int) { 619 return edgelq_devices_proto_v1_os_image_profile_service_proto_rawDescGZIP(), []int{4} 620 } 621 622 func (m *ListOsImageProfilesResponse) Unmarshal(b []byte) error { 623 return proto.Unmarshal(b, m) 624 } 625 626 func (m *ListOsImageProfilesResponse) Marshal() ([]byte, error) { 627 return proto.Marshal(m) 628 } 629 630 func (m *ListOsImageProfilesResponse) MarshalJSON() ([]byte, error) { 631 return protojson.MarshalOptions{}.Marshal(m) 632 } 633 634 func (m *ListOsImageProfilesResponse) UnmarshalJSON(data []byte) error { 635 return protojson.Unmarshal(data, m) 636 } 637 638 func (m *ListOsImageProfilesResponse) GetOsImageProfiles() []*os_image_profile.OsImageProfile { 639 if m != nil { 640 return m.OsImageProfiles 641 } 642 return nil 643 } 644 645 func (m *ListOsImageProfilesResponse) GetPrevPageToken() *os_image_profile.PagerCursor { 646 if m != nil { 647 return m.PrevPageToken 648 } 649 return nil 650 } 651 652 func (m *ListOsImageProfilesResponse) GetNextPageToken() *os_image_profile.PagerCursor { 653 if m != nil { 654 return m.NextPageToken 655 } 656 return nil 657 } 658 659 func (m *ListOsImageProfilesResponse) GetCurrentOffset() int32 { 660 if m != nil { 661 return m.CurrentOffset 662 } 663 return int32(0) 664 } 665 666 func (m *ListOsImageProfilesResponse) GetTotalResultsCount() int32 { 667 if m != nil { 668 return m.TotalResultsCount 669 } 670 return int32(0) 671 } 672 673 func (m *ListOsImageProfilesResponse) SetOsImageProfiles(fv []*os_image_profile.OsImageProfile) { 674 if m == nil { 675 panic(fmt.Errorf("can't set %s on nil %s", "OsImageProfiles", "ListOsImageProfilesResponse")) 676 } 677 m.OsImageProfiles = fv 678 } 679 680 func (m *ListOsImageProfilesResponse) SetPrevPageToken(fv *os_image_profile.PagerCursor) { 681 if m == nil { 682 panic(fmt.Errorf("can't set %s on nil %s", "PrevPageToken", "ListOsImageProfilesResponse")) 683 } 684 m.PrevPageToken = fv 685 } 686 687 func (m *ListOsImageProfilesResponse) SetNextPageToken(fv *os_image_profile.PagerCursor) { 688 if m == nil { 689 panic(fmt.Errorf("can't set %s on nil %s", "NextPageToken", "ListOsImageProfilesResponse")) 690 } 691 m.NextPageToken = fv 692 } 693 694 func (m *ListOsImageProfilesResponse) SetCurrentOffset(fv int32) { 695 if m == nil { 696 panic(fmt.Errorf("can't set %s on nil %s", "CurrentOffset", "ListOsImageProfilesResponse")) 697 } 698 m.CurrentOffset = fv 699 } 700 701 func (m *ListOsImageProfilesResponse) SetTotalResultsCount(fv int32) { 702 if m == nil { 703 panic(fmt.Errorf("can't set %s on nil %s", "TotalResultsCount", "ListOsImageProfilesResponse")) 704 } 705 m.TotalResultsCount = fv 706 } 707 708 // A request message of the WatchOsImageProfile method. 709 type WatchOsImageProfileRequest struct { 710 state protoimpl.MessageState 711 sizeCache protoimpl.SizeCache 712 unknownFields protoimpl.UnknownFields 713 // Name of ntt.devices.v1.OsImageProfile 714 Name *os_image_profile.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 *os_image_profile.OsImageProfile_FieldMask `protobuf:"bytes,2,opt,customtype=OsImageProfile_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 *WatchOsImageProfileRequest) Reset() { 724 *m = WatchOsImageProfileRequest{} 725 if protoimpl.UnsafeEnabled { 726 mi := &edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[5] 727 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 728 ms.StoreMessageInfo(mi) 729 } 730 } 731 732 func (m *WatchOsImageProfileRequest) String() string { 733 return protoimpl.X.MessageStringOf(m) 734 } 735 736 func (*WatchOsImageProfileRequest) ProtoMessage() {} 737 738 func (m *WatchOsImageProfileRequest) ProtoReflect() preflect.Message { 739 mi := &edgelq_devices_proto_v1_os_image_profile_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 (*WatchOsImageProfileRequest) GotenMessage() {} 751 752 // Deprecated, Use WatchOsImageProfileRequest.ProtoReflect.Descriptor instead. 753 func (*WatchOsImageProfileRequest) Descriptor() ([]byte, []int) { 754 return edgelq_devices_proto_v1_os_image_profile_service_proto_rawDescGZIP(), []int{5} 755 } 756 757 func (m *WatchOsImageProfileRequest) Unmarshal(b []byte) error { 758 return proto.Unmarshal(b, m) 759 } 760 761 func (m *WatchOsImageProfileRequest) Marshal() ([]byte, error) { 762 return proto.Marshal(m) 763 } 764 765 func (m *WatchOsImageProfileRequest) MarshalJSON() ([]byte, error) { 766 return protojson.MarshalOptions{}.Marshal(m) 767 } 768 769 func (m *WatchOsImageProfileRequest) UnmarshalJSON(data []byte) error { 770 return protojson.Unmarshal(data, m) 771 } 772 773 func (m *WatchOsImageProfileRequest) GetName() *os_image_profile.Name { 774 if m != nil { 775 return m.Name 776 } 777 return nil 778 } 779 780 func (m *WatchOsImageProfileRequest) GetFieldMask() *os_image_profile.OsImageProfile_FieldMask { 781 if m != nil { 782 return m.FieldMask 783 } 784 return nil 785 } 786 787 func (m *WatchOsImageProfileRequest) GetView() view.View { 788 if m != nil { 789 return m.View 790 } 791 return view.View_UNSPECIFIED 792 } 793 794 func (m *WatchOsImageProfileRequest) SetName(fv *os_image_profile.Name) { 795 if m == nil { 796 panic(fmt.Errorf("can't set %s on nil %s", "Name", "WatchOsImageProfileRequest")) 797 } 798 m.Name = fv 799 } 800 801 func (m *WatchOsImageProfileRequest) SetFieldMask(fv *os_image_profile.OsImageProfile_FieldMask) { 802 if m == nil { 803 panic(fmt.Errorf("can't set %s on nil %s", "FieldMask", "WatchOsImageProfileRequest")) 804 } 805 m.FieldMask = fv 806 } 807 808 func (m *WatchOsImageProfileRequest) SetView(fv view.View) { 809 if m == nil { 810 panic(fmt.Errorf("can't set %s on nil %s", "View", "WatchOsImageProfileRequest")) 811 } 812 m.View = fv 813 } 814 815 // A response message of the WatchOsImageProfile method. 816 type WatchOsImageProfileResponse struct { 817 state protoimpl.MessageState 818 sizeCache protoimpl.SizeCache 819 unknownFields protoimpl.UnknownFields 820 Change *os_image_profile.OsImageProfileChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty"` 821 } 822 823 func (m *WatchOsImageProfileResponse) Reset() { 824 *m = WatchOsImageProfileResponse{} 825 if protoimpl.UnsafeEnabled { 826 mi := &edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[6] 827 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 828 ms.StoreMessageInfo(mi) 829 } 830 } 831 832 func (m *WatchOsImageProfileResponse) String() string { 833 return protoimpl.X.MessageStringOf(m) 834 } 835 836 func (*WatchOsImageProfileResponse) ProtoMessage() {} 837 838 func (m *WatchOsImageProfileResponse) ProtoReflect() preflect.Message { 839 mi := &edgelq_devices_proto_v1_os_image_profile_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 (*WatchOsImageProfileResponse) GotenMessage() {} 851 852 // Deprecated, Use WatchOsImageProfileResponse.ProtoReflect.Descriptor instead. 853 func (*WatchOsImageProfileResponse) Descriptor() ([]byte, []int) { 854 return edgelq_devices_proto_v1_os_image_profile_service_proto_rawDescGZIP(), []int{6} 855 } 856 857 func (m *WatchOsImageProfileResponse) Unmarshal(b []byte) error { 858 return proto.Unmarshal(b, m) 859 } 860 861 func (m *WatchOsImageProfileResponse) Marshal() ([]byte, error) { 862 return proto.Marshal(m) 863 } 864 865 func (m *WatchOsImageProfileResponse) MarshalJSON() ([]byte, error) { 866 return protojson.MarshalOptions{}.Marshal(m) 867 } 868 869 func (m *WatchOsImageProfileResponse) UnmarshalJSON(data []byte) error { 870 return protojson.Unmarshal(data, m) 871 } 872 873 func (m *WatchOsImageProfileResponse) GetChange() *os_image_profile.OsImageProfileChange { 874 if m != nil { 875 return m.Change 876 } 877 return nil 878 } 879 880 func (m *WatchOsImageProfileResponse) SetChange(fv *os_image_profile.OsImageProfileChange) { 881 if m == nil { 882 panic(fmt.Errorf("can't set %s on nil %s", "Change", "WatchOsImageProfileResponse")) 883 } 884 m.Change = fv 885 } 886 887 // A request message of the WatchOsImageProfiles method. 888 type WatchOsImageProfilesRequest 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.OsImageProfile 896 Parent *os_image_profile.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty"` 897 // Requested page size. Server may return fewer OsImageProfiles 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 *os_image_profile.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 *os_image_profile.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 *os_image_profile.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 OsImageProfile that don't 926 // affect any of masked fields won't be sent back. 927 FieldMask *os_image_profile.OsImageProfile_FieldMask `protobuf:"bytes,6,opt,customtype=OsImageProfile_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 // OsImageProfile 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 *WatchOsImageProfilesRequest) Reset() { 941 *m = WatchOsImageProfilesRequest{} 942 if protoimpl.UnsafeEnabled { 943 mi := &edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[7] 944 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 945 ms.StoreMessageInfo(mi) 946 } 947 } 948 949 func (m *WatchOsImageProfilesRequest) String() string { 950 return protoimpl.X.MessageStringOf(m) 951 } 952 953 func (*WatchOsImageProfilesRequest) ProtoMessage() {} 954 955 func (m *WatchOsImageProfilesRequest) ProtoReflect() preflect.Message { 956 mi := &edgelq_devices_proto_v1_os_image_profile_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 (*WatchOsImageProfilesRequest) GotenMessage() {} 968 969 // Deprecated, Use WatchOsImageProfilesRequest.ProtoReflect.Descriptor instead. 970 func (*WatchOsImageProfilesRequest) Descriptor() ([]byte, []int) { 971 return edgelq_devices_proto_v1_os_image_profile_service_proto_rawDescGZIP(), []int{7} 972 } 973 974 func (m *WatchOsImageProfilesRequest) Unmarshal(b []byte) error { 975 return proto.Unmarshal(b, m) 976 } 977 978 func (m *WatchOsImageProfilesRequest) Marshal() ([]byte, error) { 979 return proto.Marshal(m) 980 } 981 982 func (m *WatchOsImageProfilesRequest) MarshalJSON() ([]byte, error) { 983 return protojson.MarshalOptions{}.Marshal(m) 984 } 985 986 func (m *WatchOsImageProfilesRequest) UnmarshalJSON(data []byte) error { 987 return protojson.Unmarshal(data, m) 988 } 989 990 func (m *WatchOsImageProfilesRequest) GetType() watch_type.WatchType { 991 if m != nil { 992 return m.Type 993 } 994 return watch_type.WatchType_STATEFUL 995 } 996 997 func (m *WatchOsImageProfilesRequest) GetParent() *os_image_profile.ParentName { 998 if m != nil { 999 return m.Parent 1000 } 1001 return nil 1002 } 1003 1004 func (m *WatchOsImageProfilesRequest) GetPageSize() int32 { 1005 if m != nil { 1006 return m.PageSize 1007 } 1008 return int32(0) 1009 } 1010 1011 func (m *WatchOsImageProfilesRequest) GetPageToken() *os_image_profile.PagerCursor { 1012 if m != nil { 1013 return m.PageToken 1014 } 1015 return nil 1016 } 1017 1018 func (m *WatchOsImageProfilesRequest) GetOrderBy() *os_image_profile.OrderBy { 1019 if m != nil { 1020 return m.OrderBy 1021 } 1022 return nil 1023 } 1024 1025 func (m *WatchOsImageProfilesRequest) GetResumeToken() string { 1026 if m != nil { 1027 return m.ResumeToken 1028 } 1029 return "" 1030 } 1031 1032 func (m *WatchOsImageProfilesRequest) GetStartingTime() *timestamppb.Timestamp { 1033 if m != nil { 1034 return m.StartingTime 1035 } 1036 return nil 1037 } 1038 1039 func (m *WatchOsImageProfilesRequest) GetFilter() *os_image_profile.Filter { 1040 if m != nil { 1041 return m.Filter 1042 } 1043 return nil 1044 } 1045 1046 func (m *WatchOsImageProfilesRequest) GetFieldMask() *os_image_profile.OsImageProfile_FieldMask { 1047 if m != nil { 1048 return m.FieldMask 1049 } 1050 return nil 1051 } 1052 1053 func (m *WatchOsImageProfilesRequest) GetView() view.View { 1054 if m != nil { 1055 return m.View 1056 } 1057 return view.View_UNSPECIFIED 1058 } 1059 1060 func (m *WatchOsImageProfilesRequest) GetMaxChunkSize() int32 { 1061 if m != nil { 1062 return m.MaxChunkSize 1063 } 1064 return int32(0) 1065 } 1066 1067 func (m *WatchOsImageProfilesRequest) SetType(fv watch_type.WatchType) { 1068 if m == nil { 1069 panic(fmt.Errorf("can't set %s on nil %s", "Type", "WatchOsImageProfilesRequest")) 1070 } 1071 m.Type = fv 1072 } 1073 1074 func (m *WatchOsImageProfilesRequest) SetParent(fv *os_image_profile.ParentName) { 1075 if m == nil { 1076 panic(fmt.Errorf("can't set %s on nil %s", "Parent", "WatchOsImageProfilesRequest")) 1077 } 1078 m.Parent = fv 1079 } 1080 1081 func (m *WatchOsImageProfilesRequest) SetPageSize(fv int32) { 1082 if m == nil { 1083 panic(fmt.Errorf("can't set %s on nil %s", "PageSize", "WatchOsImageProfilesRequest")) 1084 } 1085 m.PageSize = fv 1086 } 1087 1088 func (m *WatchOsImageProfilesRequest) SetPageToken(fv *os_image_profile.PagerCursor) { 1089 if m == nil { 1090 panic(fmt.Errorf("can't set %s on nil %s", "PageToken", "WatchOsImageProfilesRequest")) 1091 } 1092 m.PageToken = fv 1093 } 1094 1095 func (m *WatchOsImageProfilesRequest) SetOrderBy(fv *os_image_profile.OrderBy) { 1096 if m == nil { 1097 panic(fmt.Errorf("can't set %s on nil %s", "OrderBy", "WatchOsImageProfilesRequest")) 1098 } 1099 m.OrderBy = fv 1100 } 1101 1102 func (m *WatchOsImageProfilesRequest) SetResumeToken(fv string) { 1103 if m == nil { 1104 panic(fmt.Errorf("can't set %s on nil %s", "ResumeToken", "WatchOsImageProfilesRequest")) 1105 } 1106 m.ResumeToken = fv 1107 } 1108 1109 func (m *WatchOsImageProfilesRequest) SetStartingTime(fv *timestamppb.Timestamp) { 1110 if m == nil { 1111 panic(fmt.Errorf("can't set %s on nil %s", "StartingTime", "WatchOsImageProfilesRequest")) 1112 } 1113 m.StartingTime = fv 1114 } 1115 1116 func (m *WatchOsImageProfilesRequest) SetFilter(fv *os_image_profile.Filter) { 1117 if m == nil { 1118 panic(fmt.Errorf("can't set %s on nil %s", "Filter", "WatchOsImageProfilesRequest")) 1119 } 1120 m.Filter = fv 1121 } 1122 1123 func (m *WatchOsImageProfilesRequest) SetFieldMask(fv *os_image_profile.OsImageProfile_FieldMask) { 1124 if m == nil { 1125 panic(fmt.Errorf("can't set %s on nil %s", "FieldMask", "WatchOsImageProfilesRequest")) 1126 } 1127 m.FieldMask = fv 1128 } 1129 1130 func (m *WatchOsImageProfilesRequest) SetView(fv view.View) { 1131 if m == nil { 1132 panic(fmt.Errorf("can't set %s on nil %s", "View", "WatchOsImageProfilesRequest")) 1133 } 1134 m.View = fv 1135 } 1136 1137 func (m *WatchOsImageProfilesRequest) SetMaxChunkSize(fv int32) { 1138 if m == nil { 1139 panic(fmt.Errorf("can't set %s on nil %s", "MaxChunkSize", "WatchOsImageProfilesRequest")) 1140 } 1141 m.MaxChunkSize = fv 1142 } 1143 1144 // A response message of the WatchOsImageProfiles method. 1145 type WatchOsImageProfilesResponse struct { 1146 state protoimpl.MessageState 1147 sizeCache protoimpl.SizeCache 1148 unknownFields protoimpl.UnknownFields 1149 // Changes of OsImageProfiles 1150 OsImageProfileChanges []*os_image_profile.OsImageProfileChange `protobuf:"bytes,2,rep,name=os_image_profile_changes,json=osImageProfileChanges,proto3" json:"os_image_profile_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 OsImageProfiles 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 *WatchOsImageProfilesResponse_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 (OsImageProfiles 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 *WatchOsImageProfilesResponse) Reset() { 1200 *m = WatchOsImageProfilesResponse{} 1201 if protoimpl.UnsafeEnabled { 1202 mi := &edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[8] 1203 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 1204 ms.StoreMessageInfo(mi) 1205 } 1206 } 1207 1208 func (m *WatchOsImageProfilesResponse) String() string { 1209 return protoimpl.X.MessageStringOf(m) 1210 } 1211 1212 func (*WatchOsImageProfilesResponse) ProtoMessage() {} 1213 1214 func (m *WatchOsImageProfilesResponse) ProtoReflect() preflect.Message { 1215 mi := &edgelq_devices_proto_v1_os_image_profile_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 (*WatchOsImageProfilesResponse) GotenMessage() {} 1227 1228 // Deprecated, Use WatchOsImageProfilesResponse.ProtoReflect.Descriptor instead. 1229 func (*WatchOsImageProfilesResponse) Descriptor() ([]byte, []int) { 1230 return edgelq_devices_proto_v1_os_image_profile_service_proto_rawDescGZIP(), []int{8} 1231 } 1232 1233 func (m *WatchOsImageProfilesResponse) Unmarshal(b []byte) error { 1234 return proto.Unmarshal(b, m) 1235 } 1236 1237 func (m *WatchOsImageProfilesResponse) Marshal() ([]byte, error) { 1238 return proto.Marshal(m) 1239 } 1240 1241 func (m *WatchOsImageProfilesResponse) MarshalJSON() ([]byte, error) { 1242 return protojson.MarshalOptions{}.Marshal(m) 1243 } 1244 1245 func (m *WatchOsImageProfilesResponse) UnmarshalJSON(data []byte) error { 1246 return protojson.Unmarshal(data, m) 1247 } 1248 1249 func (m *WatchOsImageProfilesResponse) GetOsImageProfileChanges() []*os_image_profile.OsImageProfileChange { 1250 if m != nil { 1251 return m.OsImageProfileChanges 1252 } 1253 return nil 1254 } 1255 1256 func (m *WatchOsImageProfilesResponse) GetIsCurrent() bool { 1257 if m != nil { 1258 return m.IsCurrent 1259 } 1260 return false 1261 } 1262 1263 func (m *WatchOsImageProfilesResponse) GetPageTokenChange() *WatchOsImageProfilesResponse_PageTokenChange { 1264 if m != nil { 1265 return m.PageTokenChange 1266 } 1267 return nil 1268 } 1269 1270 func (m *WatchOsImageProfilesResponse) GetResumeToken() string { 1271 if m != nil { 1272 return m.ResumeToken 1273 } 1274 return "" 1275 } 1276 1277 func (m *WatchOsImageProfilesResponse) GetSnapshotSize() int64 { 1278 if m != nil { 1279 return m.SnapshotSize 1280 } 1281 return int64(0) 1282 } 1283 1284 func (m *WatchOsImageProfilesResponse) GetIsSoftReset() bool { 1285 if m != nil { 1286 return m.IsSoftReset 1287 } 1288 return false 1289 } 1290 1291 func (m *WatchOsImageProfilesResponse) GetIsHardReset() bool { 1292 if m != nil { 1293 return m.IsHardReset 1294 } 1295 return false 1296 } 1297 1298 func (m *WatchOsImageProfilesResponse) SetOsImageProfileChanges(fv []*os_image_profile.OsImageProfileChange) { 1299 if m == nil { 1300 panic(fmt.Errorf("can't set %s on nil %s", "OsImageProfileChanges", "WatchOsImageProfilesResponse")) 1301 } 1302 m.OsImageProfileChanges = fv 1303 } 1304 1305 func (m *WatchOsImageProfilesResponse) SetIsCurrent(fv bool) { 1306 if m == nil { 1307 panic(fmt.Errorf("can't set %s on nil %s", "IsCurrent", "WatchOsImageProfilesResponse")) 1308 } 1309 m.IsCurrent = fv 1310 } 1311 1312 func (m *WatchOsImageProfilesResponse) SetPageTokenChange(fv *WatchOsImageProfilesResponse_PageTokenChange) { 1313 if m == nil { 1314 panic(fmt.Errorf("can't set %s on nil %s", "PageTokenChange", "WatchOsImageProfilesResponse")) 1315 } 1316 m.PageTokenChange = fv 1317 } 1318 1319 func (m *WatchOsImageProfilesResponse) SetResumeToken(fv string) { 1320 if m == nil { 1321 panic(fmt.Errorf("can't set %s on nil %s", "ResumeToken", "WatchOsImageProfilesResponse")) 1322 } 1323 m.ResumeToken = fv 1324 } 1325 1326 func (m *WatchOsImageProfilesResponse) SetSnapshotSize(fv int64) { 1327 if m == nil { 1328 panic(fmt.Errorf("can't set %s on nil %s", "SnapshotSize", "WatchOsImageProfilesResponse")) 1329 } 1330 m.SnapshotSize = fv 1331 } 1332 1333 func (m *WatchOsImageProfilesResponse) SetIsSoftReset(fv bool) { 1334 if m == nil { 1335 panic(fmt.Errorf("can't set %s on nil %s", "IsSoftReset", "WatchOsImageProfilesResponse")) 1336 } 1337 m.IsSoftReset = fv 1338 } 1339 1340 func (m *WatchOsImageProfilesResponse) SetIsHardReset(fv bool) { 1341 if m == nil { 1342 panic(fmt.Errorf("can't set %s on nil %s", "IsHardReset", "WatchOsImageProfilesResponse")) 1343 } 1344 m.IsHardReset = fv 1345 } 1346 1347 // A request message of the CreateOsImageProfile method. 1348 type CreateOsImageProfileRequest struct { 1349 state protoimpl.MessageState 1350 sizeCache protoimpl.SizeCache 1351 unknownFields protoimpl.UnknownFields 1352 // Parent name of ntt.devices.v1.OsImageProfile 1353 Parent *os_image_profile.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty"` 1354 // OsImageProfile resource body 1355 OsImageProfile *os_image_profile.OsImageProfile `protobuf:"bytes,2,opt,name=os_image_profile,json=osImageProfile,proto3" json:"os_image_profile,omitempty"` 1356 // Optional masking applied to response object to reduce message response 1357 // size. 1358 ResponseMask *CreateOsImageProfileRequest_ResponseMask `protobuf:"bytes,3,opt,name=response_mask,json=responseMask,proto3" json:"response_mask,omitempty"` 1359 } 1360 1361 func (m *CreateOsImageProfileRequest) Reset() { 1362 *m = CreateOsImageProfileRequest{} 1363 if protoimpl.UnsafeEnabled { 1364 mi := &edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[9] 1365 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 1366 ms.StoreMessageInfo(mi) 1367 } 1368 } 1369 1370 func (m *CreateOsImageProfileRequest) String() string { 1371 return protoimpl.X.MessageStringOf(m) 1372 } 1373 1374 func (*CreateOsImageProfileRequest) ProtoMessage() {} 1375 1376 func (m *CreateOsImageProfileRequest) ProtoReflect() preflect.Message { 1377 mi := &edgelq_devices_proto_v1_os_image_profile_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 (*CreateOsImageProfileRequest) GotenMessage() {} 1389 1390 // Deprecated, Use CreateOsImageProfileRequest.ProtoReflect.Descriptor instead. 1391 func (*CreateOsImageProfileRequest) Descriptor() ([]byte, []int) { 1392 return edgelq_devices_proto_v1_os_image_profile_service_proto_rawDescGZIP(), []int{9} 1393 } 1394 1395 func (m *CreateOsImageProfileRequest) Unmarshal(b []byte) error { 1396 return proto.Unmarshal(b, m) 1397 } 1398 1399 func (m *CreateOsImageProfileRequest) Marshal() ([]byte, error) { 1400 return proto.Marshal(m) 1401 } 1402 1403 func (m *CreateOsImageProfileRequest) MarshalJSON() ([]byte, error) { 1404 return protojson.MarshalOptions{}.Marshal(m) 1405 } 1406 1407 func (m *CreateOsImageProfileRequest) UnmarshalJSON(data []byte) error { 1408 return protojson.Unmarshal(data, m) 1409 } 1410 1411 func (m *CreateOsImageProfileRequest) GetParent() *os_image_profile.ParentName { 1412 if m != nil { 1413 return m.Parent 1414 } 1415 return nil 1416 } 1417 1418 func (m *CreateOsImageProfileRequest) GetOsImageProfile() *os_image_profile.OsImageProfile { 1419 if m != nil { 1420 return m.OsImageProfile 1421 } 1422 return nil 1423 } 1424 1425 func (m *CreateOsImageProfileRequest) GetResponseMask() *CreateOsImageProfileRequest_ResponseMask { 1426 if m != nil { 1427 return m.ResponseMask 1428 } 1429 return nil 1430 } 1431 1432 func (m *CreateOsImageProfileRequest) SetParent(fv *os_image_profile.ParentName) { 1433 if m == nil { 1434 panic(fmt.Errorf("can't set %s on nil %s", "Parent", "CreateOsImageProfileRequest")) 1435 } 1436 m.Parent = fv 1437 } 1438 1439 func (m *CreateOsImageProfileRequest) SetOsImageProfile(fv *os_image_profile.OsImageProfile) { 1440 if m == nil { 1441 panic(fmt.Errorf("can't set %s on nil %s", "OsImageProfile", "CreateOsImageProfileRequest")) 1442 } 1443 m.OsImageProfile = fv 1444 } 1445 1446 func (m *CreateOsImageProfileRequest) SetResponseMask(fv *CreateOsImageProfileRequest_ResponseMask) { 1447 if m == nil { 1448 panic(fmt.Errorf("can't set %s on nil %s", "ResponseMask", "CreateOsImageProfileRequest")) 1449 } 1450 m.ResponseMask = fv 1451 } 1452 1453 // A request message of the UpdateOsImageProfile method. 1454 type UpdateOsImageProfileRequest struct { 1455 state protoimpl.MessageState 1456 sizeCache protoimpl.SizeCache 1457 unknownFields protoimpl.UnknownFields 1458 // OsImageProfile resource body 1459 OsImageProfile *os_image_profile.OsImageProfile `protobuf:"bytes,2,opt,name=os_image_profile,json=osImageProfile,proto3" json:"os_image_profile,omitempty"` 1460 // FieldMask applied to request - change will be applied only for fields in 1461 // the mask 1462 UpdateMask *os_image_profile.OsImageProfile_FieldMask `protobuf:"bytes,3,opt,customtype=OsImageProfile_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 *UpdateOsImageProfileRequest_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 *UpdateOsImageProfileRequest_ResponseMask `protobuf:"bytes,6,opt,name=response_mask,json=responseMask,proto3" json:"response_mask,omitempty"` 1477 } 1478 1479 func (m *UpdateOsImageProfileRequest) Reset() { 1480 *m = UpdateOsImageProfileRequest{} 1481 if protoimpl.UnsafeEnabled { 1482 mi := &edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[10] 1483 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 1484 ms.StoreMessageInfo(mi) 1485 } 1486 } 1487 1488 func (m *UpdateOsImageProfileRequest) String() string { 1489 return protoimpl.X.MessageStringOf(m) 1490 } 1491 1492 func (*UpdateOsImageProfileRequest) ProtoMessage() {} 1493 1494 func (m *UpdateOsImageProfileRequest) ProtoReflect() preflect.Message { 1495 mi := &edgelq_devices_proto_v1_os_image_profile_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 (*UpdateOsImageProfileRequest) GotenMessage() {} 1507 1508 // Deprecated, Use UpdateOsImageProfileRequest.ProtoReflect.Descriptor instead. 1509 func (*UpdateOsImageProfileRequest) Descriptor() ([]byte, []int) { 1510 return edgelq_devices_proto_v1_os_image_profile_service_proto_rawDescGZIP(), []int{10} 1511 } 1512 1513 func (m *UpdateOsImageProfileRequest) Unmarshal(b []byte) error { 1514 return proto.Unmarshal(b, m) 1515 } 1516 1517 func (m *UpdateOsImageProfileRequest) Marshal() ([]byte, error) { 1518 return proto.Marshal(m) 1519 } 1520 1521 func (m *UpdateOsImageProfileRequest) MarshalJSON() ([]byte, error) { 1522 return protojson.MarshalOptions{}.Marshal(m) 1523 } 1524 1525 func (m *UpdateOsImageProfileRequest) UnmarshalJSON(data []byte) error { 1526 return protojson.Unmarshal(data, m) 1527 } 1528 1529 func (m *UpdateOsImageProfileRequest) GetOsImageProfile() *os_image_profile.OsImageProfile { 1530 if m != nil { 1531 return m.OsImageProfile 1532 } 1533 return nil 1534 } 1535 1536 func (m *UpdateOsImageProfileRequest) GetUpdateMask() *os_image_profile.OsImageProfile_FieldMask { 1537 if m != nil { 1538 return m.UpdateMask 1539 } 1540 return nil 1541 } 1542 1543 func (m *UpdateOsImageProfileRequest) GetCas() *UpdateOsImageProfileRequest_CAS { 1544 if m != nil { 1545 return m.Cas 1546 } 1547 return nil 1548 } 1549 1550 func (m *UpdateOsImageProfileRequest) GetAllowMissing() bool { 1551 if m != nil { 1552 return m.AllowMissing 1553 } 1554 return false 1555 } 1556 1557 func (m *UpdateOsImageProfileRequest) GetResponseMask() *UpdateOsImageProfileRequest_ResponseMask { 1558 if m != nil { 1559 return m.ResponseMask 1560 } 1561 return nil 1562 } 1563 1564 func (m *UpdateOsImageProfileRequest) SetOsImageProfile(fv *os_image_profile.OsImageProfile) { 1565 if m == nil { 1566 panic(fmt.Errorf("can't set %s on nil %s", "OsImageProfile", "UpdateOsImageProfileRequest")) 1567 } 1568 m.OsImageProfile = fv 1569 } 1570 1571 func (m *UpdateOsImageProfileRequest) SetUpdateMask(fv *os_image_profile.OsImageProfile_FieldMask) { 1572 if m == nil { 1573 panic(fmt.Errorf("can't set %s on nil %s", "UpdateMask", "UpdateOsImageProfileRequest")) 1574 } 1575 m.UpdateMask = fv 1576 } 1577 1578 func (m *UpdateOsImageProfileRequest) SetCas(fv *UpdateOsImageProfileRequest_CAS) { 1579 if m == nil { 1580 panic(fmt.Errorf("can't set %s on nil %s", "Cas", "UpdateOsImageProfileRequest")) 1581 } 1582 m.Cas = fv 1583 } 1584 1585 func (m *UpdateOsImageProfileRequest) SetAllowMissing(fv bool) { 1586 if m == nil { 1587 panic(fmt.Errorf("can't set %s on nil %s", "AllowMissing", "UpdateOsImageProfileRequest")) 1588 } 1589 m.AllowMissing = fv 1590 } 1591 1592 func (m *UpdateOsImageProfileRequest) SetResponseMask(fv *UpdateOsImageProfileRequest_ResponseMask) { 1593 if m == nil { 1594 panic(fmt.Errorf("can't set %s on nil %s", "ResponseMask", "UpdateOsImageProfileRequest")) 1595 } 1596 m.ResponseMask = fv 1597 } 1598 1599 // A request message of the DeleteOsImageProfile method. 1600 type DeleteOsImageProfileRequest struct { 1601 state protoimpl.MessageState 1602 sizeCache protoimpl.SizeCache 1603 unknownFields protoimpl.UnknownFields 1604 // Name of ntt.devices.v1.OsImageProfile 1605 Name *os_image_profile.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 *DeleteOsImageProfileRequest) Reset() { 1612 *m = DeleteOsImageProfileRequest{} 1613 if protoimpl.UnsafeEnabled { 1614 mi := &edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[11] 1615 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 1616 ms.StoreMessageInfo(mi) 1617 } 1618 } 1619 1620 func (m *DeleteOsImageProfileRequest) String() string { 1621 return protoimpl.X.MessageStringOf(m) 1622 } 1623 1624 func (*DeleteOsImageProfileRequest) ProtoMessage() {} 1625 1626 func (m *DeleteOsImageProfileRequest) ProtoReflect() preflect.Message { 1627 mi := &edgelq_devices_proto_v1_os_image_profile_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 (*DeleteOsImageProfileRequest) GotenMessage() {} 1639 1640 // Deprecated, Use DeleteOsImageProfileRequest.ProtoReflect.Descriptor instead. 1641 func (*DeleteOsImageProfileRequest) Descriptor() ([]byte, []int) { 1642 return edgelq_devices_proto_v1_os_image_profile_service_proto_rawDescGZIP(), []int{11} 1643 } 1644 1645 func (m *DeleteOsImageProfileRequest) Unmarshal(b []byte) error { 1646 return proto.Unmarshal(b, m) 1647 } 1648 1649 func (m *DeleteOsImageProfileRequest) Marshal() ([]byte, error) { 1650 return proto.Marshal(m) 1651 } 1652 1653 func (m *DeleteOsImageProfileRequest) MarshalJSON() ([]byte, error) { 1654 return protojson.MarshalOptions{}.Marshal(m) 1655 } 1656 1657 func (m *DeleteOsImageProfileRequest) UnmarshalJSON(data []byte) error { 1658 return protojson.Unmarshal(data, m) 1659 } 1660 1661 func (m *DeleteOsImageProfileRequest) GetName() *os_image_profile.Name { 1662 if m != nil { 1663 return m.Name 1664 } 1665 return nil 1666 } 1667 1668 func (m *DeleteOsImageProfileRequest) GetAllowMissing() bool { 1669 if m != nil { 1670 return m.AllowMissing 1671 } 1672 return false 1673 } 1674 1675 func (m *DeleteOsImageProfileRequest) SetName(fv *os_image_profile.Name) { 1676 if m == nil { 1677 panic(fmt.Errorf("can't set %s on nil %s", "Name", "DeleteOsImageProfileRequest")) 1678 } 1679 m.Name = fv 1680 } 1681 1682 func (m *DeleteOsImageProfileRequest) SetAllowMissing(fv bool) { 1683 if m == nil { 1684 panic(fmt.Errorf("can't set %s on nil %s", "AllowMissing", "DeleteOsImageProfileRequest")) 1685 } 1686 m.AllowMissing = fv 1687 } 1688 1689 type WatchOsImageProfilesResponse_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 *os_image_profile.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 *os_image_profile.PagerCursor `protobuf:"bytes,2,opt,customtype=PagerCursor,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` 1697 } 1698 1699 func (m *WatchOsImageProfilesResponse_PageTokenChange) Reset() { 1700 *m = WatchOsImageProfilesResponse_PageTokenChange{} 1701 if protoimpl.UnsafeEnabled { 1702 mi := &edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[12] 1703 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 1704 ms.StoreMessageInfo(mi) 1705 } 1706 } 1707 1708 func (m *WatchOsImageProfilesResponse_PageTokenChange) String() string { 1709 return protoimpl.X.MessageStringOf(m) 1710 } 1711 1712 func (*WatchOsImageProfilesResponse_PageTokenChange) ProtoMessage() {} 1713 1714 func (m *WatchOsImageProfilesResponse_PageTokenChange) ProtoReflect() preflect.Message { 1715 mi := &edgelq_devices_proto_v1_os_image_profile_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 (*WatchOsImageProfilesResponse_PageTokenChange) GotenMessage() {} 1727 1728 // Deprecated, Use WatchOsImageProfilesResponse_PageTokenChange.ProtoReflect.Descriptor instead. 1729 func (*WatchOsImageProfilesResponse_PageTokenChange) Descriptor() ([]byte, []int) { 1730 return edgelq_devices_proto_v1_os_image_profile_service_proto_rawDescGZIP(), []int{8, 0} 1731 } 1732 1733 func (m *WatchOsImageProfilesResponse_PageTokenChange) Unmarshal(b []byte) error { 1734 return proto.Unmarshal(b, m) 1735 } 1736 1737 func (m *WatchOsImageProfilesResponse_PageTokenChange) Marshal() ([]byte, error) { 1738 return proto.Marshal(m) 1739 } 1740 1741 func (m *WatchOsImageProfilesResponse_PageTokenChange) MarshalJSON() ([]byte, error) { 1742 return protojson.MarshalOptions{}.Marshal(m) 1743 } 1744 1745 func (m *WatchOsImageProfilesResponse_PageTokenChange) UnmarshalJSON(data []byte) error { 1746 return protojson.Unmarshal(data, m) 1747 } 1748 1749 func (m *WatchOsImageProfilesResponse_PageTokenChange) GetPrevPageToken() *os_image_profile.PagerCursor { 1750 if m != nil { 1751 return m.PrevPageToken 1752 } 1753 return nil 1754 } 1755 1756 func (m *WatchOsImageProfilesResponse_PageTokenChange) GetNextPageToken() *os_image_profile.PagerCursor { 1757 if m != nil { 1758 return m.NextPageToken 1759 } 1760 return nil 1761 } 1762 1763 func (m *WatchOsImageProfilesResponse_PageTokenChange) SetPrevPageToken(fv *os_image_profile.PagerCursor) { 1764 if m == nil { 1765 panic(fmt.Errorf("can't set %s on nil %s", "PrevPageToken", "WatchOsImageProfilesResponse_PageTokenChange")) 1766 } 1767 m.PrevPageToken = fv 1768 } 1769 1770 func (m *WatchOsImageProfilesResponse_PageTokenChange) SetNextPageToken(fv *os_image_profile.PagerCursor) { 1771 if m == nil { 1772 panic(fmt.Errorf("can't set %s on nil %s", "NextPageToken", "WatchOsImageProfilesResponse_PageTokenChange")) 1773 } 1774 m.NextPageToken = fv 1775 } 1776 1777 // ResponseMask allows client to reduce response message size. 1778 type CreateOsImageProfileRequest_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 // *CreateOsImageProfileRequest_ResponseMask_SkipEntireResponseBody 1784 // *CreateOsImageProfileRequest_ResponseMask_BodyMask 1785 Masking isCreateOsImageProfileRequest_ResponseMask_Masking `protobuf_oneof:"masking"` 1786 } 1787 1788 func (m *CreateOsImageProfileRequest_ResponseMask) Reset() { 1789 *m = CreateOsImageProfileRequest_ResponseMask{} 1790 if protoimpl.UnsafeEnabled { 1791 mi := &edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[13] 1792 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 1793 ms.StoreMessageInfo(mi) 1794 } 1795 } 1796 1797 func (m *CreateOsImageProfileRequest_ResponseMask) String() string { 1798 return protoimpl.X.MessageStringOf(m) 1799 } 1800 1801 func (*CreateOsImageProfileRequest_ResponseMask) ProtoMessage() {} 1802 1803 func (m *CreateOsImageProfileRequest_ResponseMask) ProtoReflect() preflect.Message { 1804 mi := &edgelq_devices_proto_v1_os_image_profile_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 (*CreateOsImageProfileRequest_ResponseMask) GotenMessage() {} 1816 1817 // Deprecated, Use CreateOsImageProfileRequest_ResponseMask.ProtoReflect.Descriptor instead. 1818 func (*CreateOsImageProfileRequest_ResponseMask) Descriptor() ([]byte, []int) { 1819 return edgelq_devices_proto_v1_os_image_profile_service_proto_rawDescGZIP(), []int{9, 0} 1820 } 1821 1822 func (m *CreateOsImageProfileRequest_ResponseMask) Unmarshal(b []byte) error { 1823 return proto.Unmarshal(b, m) 1824 } 1825 1826 func (m *CreateOsImageProfileRequest_ResponseMask) Marshal() ([]byte, error) { 1827 return proto.Marshal(m) 1828 } 1829 1830 func (m *CreateOsImageProfileRequest_ResponseMask) MarshalJSON() ([]byte, error) { 1831 return protojson.MarshalOptions{}.Marshal(m) 1832 } 1833 1834 func (m *CreateOsImageProfileRequest_ResponseMask) UnmarshalJSON(data []byte) error { 1835 return protojson.Unmarshal(data, m) 1836 } 1837 1838 type isCreateOsImageProfileRequest_ResponseMask_Masking interface { 1839 isCreateOsImageProfileRequest_ResponseMask_Masking() 1840 } 1841 1842 type CreateOsImageProfileRequest_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 CreateOsImageProfileRequest_ResponseMask_BodyMask struct { 1848 // If this field is populated, then resource in response will contain only 1849 // specific fields. 1850 BodyMask *os_image_profile.OsImageProfile_FieldMask `protobuf:"bytes,2,opt,customtype=OsImageProfile_FieldMask,name=body_mask,json=bodyMask,proto3,oneof"` 1851 } 1852 1853 func (*CreateOsImageProfileRequest_ResponseMask_SkipEntireResponseBody) isCreateOsImageProfileRequest_ResponseMask_Masking() { 1854 } 1855 func (*CreateOsImageProfileRequest_ResponseMask_BodyMask) isCreateOsImageProfileRequest_ResponseMask_Masking() { 1856 } 1857 func (m *CreateOsImageProfileRequest_ResponseMask) GetMasking() isCreateOsImageProfileRequest_ResponseMask_Masking { 1858 if m != nil { 1859 return m.Masking 1860 } 1861 return nil 1862 } 1863 func (m *CreateOsImageProfileRequest_ResponseMask) GetSkipEntireResponseBody() bool { 1864 if x, ok := m.GetMasking().(*CreateOsImageProfileRequest_ResponseMask_SkipEntireResponseBody); ok { 1865 return x.SkipEntireResponseBody 1866 } 1867 return false 1868 } 1869 func (m *CreateOsImageProfileRequest_ResponseMask) GetBodyMask() *os_image_profile.OsImageProfile_FieldMask { 1870 if x, ok := m.GetMasking().(*CreateOsImageProfileRequest_ResponseMask_BodyMask); ok { 1871 return x.BodyMask 1872 } 1873 return nil 1874 } 1875 func (m *CreateOsImageProfileRequest_ResponseMask) SetMasking(ofv isCreateOsImageProfileRequest_ResponseMask_Masking) { 1876 if m == nil { 1877 panic(fmt.Errorf("can't set %s on nil %s", "isCreateOsImageProfileRequest_ResponseMask_Masking", "CreateOsImageProfileRequest_ResponseMask")) 1878 } 1879 m.Masking = ofv 1880 } 1881 func (m *CreateOsImageProfileRequest_ResponseMask) SetSkipEntireResponseBody(fv bool) { 1882 m.SetMasking(&CreateOsImageProfileRequest_ResponseMask_SkipEntireResponseBody{SkipEntireResponseBody: fv}) 1883 } 1884 func (m *CreateOsImageProfileRequest_ResponseMask) SetBodyMask(fv *os_image_profile.OsImageProfile_FieldMask) { 1885 m.SetMasking(&CreateOsImageProfileRequest_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 UpdateOsImageProfileRequest_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 *os_image_profile.OsImageProfile `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 *os_image_profile.OsImageProfile_FieldMask `protobuf:"bytes,2,opt,customtype=OsImageProfile_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` 1899 } 1900 1901 func (m *UpdateOsImageProfileRequest_CAS) Reset() { 1902 *m = UpdateOsImageProfileRequest_CAS{} 1903 if protoimpl.UnsafeEnabled { 1904 mi := &edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[14] 1905 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 1906 ms.StoreMessageInfo(mi) 1907 } 1908 } 1909 1910 func (m *UpdateOsImageProfileRequest_CAS) String() string { 1911 return protoimpl.X.MessageStringOf(m) 1912 } 1913 1914 func (*UpdateOsImageProfileRequest_CAS) ProtoMessage() {} 1915 1916 func (m *UpdateOsImageProfileRequest_CAS) ProtoReflect() preflect.Message { 1917 mi := &edgelq_devices_proto_v1_os_image_profile_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 (*UpdateOsImageProfileRequest_CAS) GotenMessage() {} 1929 1930 // Deprecated, Use UpdateOsImageProfileRequest_CAS.ProtoReflect.Descriptor instead. 1931 func (*UpdateOsImageProfileRequest_CAS) Descriptor() ([]byte, []int) { 1932 return edgelq_devices_proto_v1_os_image_profile_service_proto_rawDescGZIP(), []int{10, 0} 1933 } 1934 1935 func (m *UpdateOsImageProfileRequest_CAS) Unmarshal(b []byte) error { 1936 return proto.Unmarshal(b, m) 1937 } 1938 1939 func (m *UpdateOsImageProfileRequest_CAS) Marshal() ([]byte, error) { 1940 return proto.Marshal(m) 1941 } 1942 1943 func (m *UpdateOsImageProfileRequest_CAS) MarshalJSON() ([]byte, error) { 1944 return protojson.MarshalOptions{}.Marshal(m) 1945 } 1946 1947 func (m *UpdateOsImageProfileRequest_CAS) UnmarshalJSON(data []byte) error { 1948 return protojson.Unmarshal(data, m) 1949 } 1950 1951 func (m *UpdateOsImageProfileRequest_CAS) GetConditionalState() *os_image_profile.OsImageProfile { 1952 if m != nil { 1953 return m.ConditionalState 1954 } 1955 return nil 1956 } 1957 1958 func (m *UpdateOsImageProfileRequest_CAS) GetFieldMask() *os_image_profile.OsImageProfile_FieldMask { 1959 if m != nil { 1960 return m.FieldMask 1961 } 1962 return nil 1963 } 1964 1965 func (m *UpdateOsImageProfileRequest_CAS) SetConditionalState(fv *os_image_profile.OsImageProfile) { 1966 if m == nil { 1967 panic(fmt.Errorf("can't set %s on nil %s", "ConditionalState", "UpdateOsImageProfileRequest_CAS")) 1968 } 1969 m.ConditionalState = fv 1970 } 1971 1972 func (m *UpdateOsImageProfileRequest_CAS) SetFieldMask(fv *os_image_profile.OsImageProfile_FieldMask) { 1973 if m == nil { 1974 panic(fmt.Errorf("can't set %s on nil %s", "FieldMask", "UpdateOsImageProfileRequest_CAS")) 1975 } 1976 m.FieldMask = fv 1977 } 1978 1979 // ResponseMask allows client to reduce response message size. 1980 type UpdateOsImageProfileRequest_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 // *UpdateOsImageProfileRequest_ResponseMask_SkipEntireResponseBody 1986 // *UpdateOsImageProfileRequest_ResponseMask_UpdatedFieldsOnly 1987 // *UpdateOsImageProfileRequest_ResponseMask_BodyMask 1988 Masking isUpdateOsImageProfileRequest_ResponseMask_Masking `protobuf_oneof:"masking"` 1989 } 1990 1991 func (m *UpdateOsImageProfileRequest_ResponseMask) Reset() { 1992 *m = UpdateOsImageProfileRequest_ResponseMask{} 1993 if protoimpl.UnsafeEnabled { 1994 mi := &edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[15] 1995 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 1996 ms.StoreMessageInfo(mi) 1997 } 1998 } 1999 2000 func (m *UpdateOsImageProfileRequest_ResponseMask) String() string { 2001 return protoimpl.X.MessageStringOf(m) 2002 } 2003 2004 func (*UpdateOsImageProfileRequest_ResponseMask) ProtoMessage() {} 2005 2006 func (m *UpdateOsImageProfileRequest_ResponseMask) ProtoReflect() preflect.Message { 2007 mi := &edgelq_devices_proto_v1_os_image_profile_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 (*UpdateOsImageProfileRequest_ResponseMask) GotenMessage() {} 2019 2020 // Deprecated, Use UpdateOsImageProfileRequest_ResponseMask.ProtoReflect.Descriptor instead. 2021 func (*UpdateOsImageProfileRequest_ResponseMask) Descriptor() ([]byte, []int) { 2022 return edgelq_devices_proto_v1_os_image_profile_service_proto_rawDescGZIP(), []int{10, 1} 2023 } 2024 2025 func (m *UpdateOsImageProfileRequest_ResponseMask) Unmarshal(b []byte) error { 2026 return proto.Unmarshal(b, m) 2027 } 2028 2029 func (m *UpdateOsImageProfileRequest_ResponseMask) Marshal() ([]byte, error) { 2030 return proto.Marshal(m) 2031 } 2032 2033 func (m *UpdateOsImageProfileRequest_ResponseMask) MarshalJSON() ([]byte, error) { 2034 return protojson.MarshalOptions{}.Marshal(m) 2035 } 2036 2037 func (m *UpdateOsImageProfileRequest_ResponseMask) UnmarshalJSON(data []byte) error { 2038 return protojson.Unmarshal(data, m) 2039 } 2040 2041 type isUpdateOsImageProfileRequest_ResponseMask_Masking interface { 2042 isUpdateOsImageProfileRequest_ResponseMask_Masking() 2043 } 2044 2045 type UpdateOsImageProfileRequest_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 UpdateOsImageProfileRequest_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 UpdateOsImageProfileRequest_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 *os_image_profile.OsImageProfile_FieldMask `protobuf:"bytes,3,opt,customtype=OsImageProfile_FieldMask,name=body_mask,json=bodyMask,proto3,oneof"` 2062 } 2063 2064 func (*UpdateOsImageProfileRequest_ResponseMask_SkipEntireResponseBody) isUpdateOsImageProfileRequest_ResponseMask_Masking() { 2065 } 2066 func (*UpdateOsImageProfileRequest_ResponseMask_UpdatedFieldsOnly) isUpdateOsImageProfileRequest_ResponseMask_Masking() { 2067 } 2068 func (*UpdateOsImageProfileRequest_ResponseMask_BodyMask) isUpdateOsImageProfileRequest_ResponseMask_Masking() { 2069 } 2070 func (m *UpdateOsImageProfileRequest_ResponseMask) GetMasking() isUpdateOsImageProfileRequest_ResponseMask_Masking { 2071 if m != nil { 2072 return m.Masking 2073 } 2074 return nil 2075 } 2076 func (m *UpdateOsImageProfileRequest_ResponseMask) GetSkipEntireResponseBody() bool { 2077 if x, ok := m.GetMasking().(*UpdateOsImageProfileRequest_ResponseMask_SkipEntireResponseBody); ok { 2078 return x.SkipEntireResponseBody 2079 } 2080 return false 2081 } 2082 func (m *UpdateOsImageProfileRequest_ResponseMask) GetUpdatedFieldsOnly() bool { 2083 if x, ok := m.GetMasking().(*UpdateOsImageProfileRequest_ResponseMask_UpdatedFieldsOnly); ok { 2084 return x.UpdatedFieldsOnly 2085 } 2086 return false 2087 } 2088 func (m *UpdateOsImageProfileRequest_ResponseMask) GetBodyMask() *os_image_profile.OsImageProfile_FieldMask { 2089 if x, ok := m.GetMasking().(*UpdateOsImageProfileRequest_ResponseMask_BodyMask); ok { 2090 return x.BodyMask 2091 } 2092 return nil 2093 } 2094 func (m *UpdateOsImageProfileRequest_ResponseMask) SetMasking(ofv isUpdateOsImageProfileRequest_ResponseMask_Masking) { 2095 if m == nil { 2096 panic(fmt.Errorf("can't set %s on nil %s", "isUpdateOsImageProfileRequest_ResponseMask_Masking", "UpdateOsImageProfileRequest_ResponseMask")) 2097 } 2098 m.Masking = ofv 2099 } 2100 func (m *UpdateOsImageProfileRequest_ResponseMask) SetSkipEntireResponseBody(fv bool) { 2101 m.SetMasking(&UpdateOsImageProfileRequest_ResponseMask_SkipEntireResponseBody{SkipEntireResponseBody: fv}) 2102 } 2103 func (m *UpdateOsImageProfileRequest_ResponseMask) SetUpdatedFieldsOnly(fv bool) { 2104 m.SetMasking(&UpdateOsImageProfileRequest_ResponseMask_UpdatedFieldsOnly{UpdatedFieldsOnly: fv}) 2105 } 2106 func (m *UpdateOsImageProfileRequest_ResponseMask) SetBodyMask(fv *os_image_profile.OsImageProfile_FieldMask) { 2107 m.SetMasking(&UpdateOsImageProfileRequest_ResponseMask_BodyMask{BodyMask: fv}) 2108 } 2109 2110 var edgelq_devices_proto_v1_os_image_profile_service_proto preflect.FileDescriptor 2111 2112 var edgelq_devices_proto_v1_os_image_profile_service_proto_rawDesc = []byte{ 2113 0x0a, 0x36, 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, 0x6f, 0x73, 0x5f, 0x69, 0x6d, 0x61, 2115 0x67, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 2116 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 2117 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 2118 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 2119 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 2120 0x70, 0x69, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 2121 0x20, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 2122 0x6e, 0x73, 0x2f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 2123 0x6f, 0x1a, 0x1d, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 2124 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 2125 0x1a, 0x1d, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 2126 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 2127 0x1f, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 2128 0x6e, 0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 2129 0x1a, 0x1b, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 2130 0x6f, 0x6e, 0x73, 0x2f, 0x63, 0x6c, 0x69, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67, 2131 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 2132 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 2133 0x24, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 2134 0x6e, 0x73, 0x2f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x5f, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x2e, 2135 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 2136 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 2137 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 2138 0x62, 0x75, 0x66, 0x2f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x2e, 0x70, 2139 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 2140 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 2141 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x16, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x74, 0x79, 0x70, 2142 0x65, 0x73, 0x2f, 0x76, 0x69, 0x65, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x67, 2143 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x77, 0x61, 0x74, 0x63, 0x68, 2144 0x5f, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2e, 0x65, 0x64, 0x67, 2145 0x65, 0x6c, 0x71, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x6f, 0x74, 2146 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x6f, 0x73, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x70, 0x72, 2147 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x35, 0x65, 0x64, 0x67, 2148 0x65, 0x6c, 0x71, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x6f, 0x74, 2149 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x6f, 0x73, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x70, 0x72, 2150 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 2151 0x74, 0x6f, 0x22, 0xc0, 0x01, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 2152 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 2153 0x2a, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0xb2, 2154 0xda, 0x21, 0x12, 0x0a, 0x10, 0x0a, 0x0e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 2155 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x51, 0x0a, 0x0a, 0x66, 2156 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 2157 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 2158 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x16, 0xb2, 0xda, 0x21, 2159 0x12, 0x32, 0x10, 0x0a, 0x0e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 2160 0x69, 0x6c, 0x65, 0x52, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x12, 0x25, 2161 0x0a, 0x04, 0x76, 0x69, 0x65, 0x77, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x11, 0x2e, 0x67, 2162 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x52, 2163 0x04, 0x76, 0x69, 0x65, 0x77, 0x22, 0xce, 0x01, 0x0a, 0x1e, 0x42, 0x61, 0x74, 0x63, 0x68, 0x47, 2164 0x65, 0x74, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 2165 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2c, 0x0a, 0x05, 0x6e, 0x61, 0x6d, 0x65, 2166 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x0a, 0x10, 0x0a, 2167 0x0e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 2168 0x05, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x12, 0x51, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 2169 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 2170 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 2171 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x32, 0x10, 0x0a, 0x0e, 2172 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x09, 2173 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x12, 0x25, 0x0a, 0x04, 0x76, 0x69, 0x65, 2174 0x77, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x11, 0x2e, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 2175 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 2176 0x4a, 0x04, 0x08, 0x01, 0x10, 0x02, 0x22, 0x9f, 0x01, 0x0a, 0x1f, 0x42, 0x61, 0x74, 0x63, 0x68, 2177 0x47, 0x65, 0x74, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 2178 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4a, 0x0a, 0x11, 0x6f, 0x73, 2179 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x18, 2180 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 2181 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 2182 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x0f, 0x6f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 2183 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x30, 0x0a, 0x07, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6e, 2184 0x67, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x0a, 0x10, 0x0a, 2185 0x0e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 2186 0x07, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x22, 0xb7, 0x03, 0x0a, 0x1a, 0x4c, 0x69, 0x73, 2187 0x74, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 2188 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2e, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 2189 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x3a, 0x10, 0x0a, 2190 0x0e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 2191 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x12, 0x25, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 2192 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x42, 0x08, 0xca, 0xc6, 0x27, 0x04, 2193 0x12, 0x02, 0x2a, 0x00, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x35, 2194 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x03, 0x20, 0x01, 2195 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x22, 0x10, 0x0a, 0x0e, 0x4f, 0x73, 0x49, 0x6d, 2196 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x09, 0x70, 0x61, 0x67, 0x65, 2197 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x31, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x62, 2198 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x2a, 0x10, 0x0a, 2199 0x0e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 2200 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x42, 0x79, 0x12, 0x2e, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 2201 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x1a, 0x10, 2202 0x0a, 0x0e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 2203 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x51, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 2204 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 2205 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 2206 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x32, 0x10, 2207 0x0a, 0x0e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 2208 0x52, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x12, 0x25, 0x0a, 0x04, 0x76, 2209 0x69, 0x65, 0x77, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x11, 0x2e, 0x67, 0x6f, 0x74, 0x65, 2210 0x6e, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x52, 0x04, 0x76, 0x69, 2211 0x65, 0x77, 0x12, 0x2e, 0x0a, 0x13, 0x69, 0x6e, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x5f, 0x70, 0x61, 2212 0x67, 0x69, 0x6e, 0x67, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 2213 0x11, 0x69, 0x6e, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x49, 0x6e, 2214 0x66, 0x6f, 0x22, 0xc0, 0x02, 0x0a, 0x1b, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x73, 0x49, 0x6d, 0x61, 2215 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 2216 0x73, 0x65, 0x12, 0x4a, 0x0a, 0x11, 0x6f, 0x73, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x70, 2217 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 2218 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 2219 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x0f, 0x6f, 2220 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x3e, 2221 0x0a, 0x0f, 0x70, 0x72, 0x65, 0x76, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 2222 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x22, 0x10, 0x0a, 2223 0x0e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 2224 0x0d, 0x70, 0x72, 0x65, 0x76, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x3e, 2225 0x0a, 0x0f, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 2226 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x22, 0x10, 0x0a, 2227 0x0e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 2228 0x0d, 0x6e, 0x65, 0x78, 0x74, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x25, 2229 0x0a, 0x0e, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 2230 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x4f, 2231 0x66, 0x66, 0x73, 0x65, 0x74, 0x12, 0x2e, 0x0a, 0x13, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x72, 2232 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 2233 0x28, 0x05, 0x52, 0x11, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 2234 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0xc2, 0x01, 0x0a, 0x1a, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4f, 2235 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 2236 0x75, 0x65, 0x73, 0x74, 0x12, 0x2a, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 2237 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x0a, 0x10, 0x0a, 0x0e, 0x4f, 0x73, 0x49, 0x6d, 2238 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 2239 0x12, 0x51, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x02, 2240 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 2241 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 2242 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x32, 0x10, 0x0a, 0x0e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 2243 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 2244 0x61, 0x73, 0x6b, 0x12, 0x25, 0x0a, 0x04, 0x76, 0x69, 0x65, 0x77, 0x18, 0x04, 0x20, 0x01, 0x28, 2245 0x0e, 0x32, 0x11, 0x2e, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 2246 0x56, 0x69, 0x65, 0x77, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x22, 0x5b, 0x0a, 0x1b, 0x57, 0x61, 2247 0x74, 0x63, 0x68, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 2248 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3c, 0x0a, 0x06, 0x63, 0x68, 0x61, 2249 0x6e, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 2250 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 2251 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x52, 2252 0x06, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x22, 0xcc, 0x04, 0x0a, 0x1b, 0x57, 0x61, 0x74, 0x63, 2253 0x68, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 2254 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2a, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 2255 0x09, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x16, 0x2e, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x74, 0x79, 2256 0x70, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 2257 0x79, 0x70, 0x65, 0x12, 0x2e, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 2258 0x01, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x3a, 0x10, 0x0a, 0x0e, 0x4f, 0x73, 0x49, 2259 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x06, 0x70, 0x61, 0x72, 2260 0x65, 0x6e, 0x74, 0x12, 0x25, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 2261 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x42, 0x08, 0xca, 0xc6, 0x27, 0x04, 0x12, 0x02, 0x2a, 0x00, 2262 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x35, 0x0a, 0x0a, 0x70, 0x61, 2263 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 2264 0xb2, 0xda, 0x21, 0x12, 0x22, 0x10, 0x0a, 0x0e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 2265 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x09, 0x70, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 2266 0x6e, 0x12, 0x31, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x62, 0x79, 0x18, 0x04, 0x20, 2267 0x01, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x2a, 0x10, 0x0a, 0x0e, 0x4f, 0x73, 0x49, 2268 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x07, 0x6f, 0x72, 0x64, 2269 0x65, 0x72, 0x42, 0x79, 0x12, 0x21, 0x0a, 0x0c, 0x72, 0x65, 0x73, 0x75, 0x6d, 0x65, 0x5f, 0x74, 2270 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x72, 0x65, 0x73, 0x75, 2271 0x6d, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x3f, 0x0a, 0x0d, 0x73, 0x74, 0x61, 0x72, 0x74, 2272 0x69, 0x6e, 0x67, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 2273 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 2274 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0c, 0x73, 0x74, 0x61, 0x72, 2275 0x74, 0x69, 0x6e, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x2e, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 2276 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x1a, 0x10, 2277 0x0a, 0x0e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 2278 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x51, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 2279 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 2280 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 2281 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x32, 0x10, 2282 0x0a, 0x0e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 2283 0x52, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x12, 0x25, 0x0a, 0x04, 0x76, 2284 0x69, 0x65, 0x77, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x11, 0x2e, 0x67, 0x6f, 0x74, 0x65, 2285 0x6e, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x52, 0x04, 0x76, 0x69, 2286 0x65, 0x77, 0x12, 0x32, 0x0a, 0x0e, 0x6d, 0x61, 0x78, 0x5f, 0x63, 0x68, 0x75, 0x6e, 0x6b, 0x5f, 2287 0x73, 0x69, 0x7a, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x42, 0x0c, 0xca, 0xc6, 0x27, 0x08, 2288 0x12, 0x06, 0x1a, 0x02, 0x08, 0x64, 0x2a, 0x00, 0x52, 0x0c, 0x6d, 0x61, 0x78, 0x43, 0x68, 0x75, 2289 0x6e, 0x6b, 0x53, 0x69, 0x7a, 0x65, 0x22, 0xaa, 0x04, 0x0a, 0x1c, 0x57, 0x61, 0x74, 0x63, 0x68, 2290 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x52, 2291 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5d, 0x0a, 0x18, 0x6f, 0x73, 0x5f, 0x69, 0x6d, 2292 0x61, 0x67, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x63, 0x68, 0x61, 0x6e, 2293 0x67, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 2294 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 2295 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x52, 2296 0x15, 0x6f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x43, 2297 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x12, 0x1d, 0x0a, 0x0a, 0x69, 0x73, 0x5f, 0x63, 0x75, 0x72, 2298 0x72, 0x65, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x69, 0x73, 0x43, 0x75, 2299 0x72, 0x72, 0x65, 0x6e, 0x74, 0x12, 0x68, 0x0a, 0x11, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 2300 0x6b, 0x65, 0x6e, 0x5f, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 2301 0x32, 0x3c, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 2302 0x31, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 2303 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 2304 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x0f, 2305 0x70, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x12, 2306 0x21, 0x0a, 0x0c, 0x72, 0x65, 0x73, 0x75, 0x6d, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 2307 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x72, 0x65, 0x73, 0x75, 0x6d, 0x65, 0x54, 0x6f, 0x6b, 2308 0x65, 0x6e, 0x12, 0x23, 0x0a, 0x0d, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x5f, 0x73, 2309 0x69, 0x7a, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x73, 0x6e, 0x61, 0x70, 0x73, 2310 0x68, 0x6f, 0x74, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x22, 0x0a, 0x0d, 0x69, 0x73, 0x5f, 0x73, 0x6f, 2311 0x66, 0x74, 0x5f, 0x72, 0x65, 0x73, 0x65, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 2312 0x69, 0x73, 0x53, 0x6f, 0x66, 0x74, 0x52, 0x65, 0x73, 0x65, 0x74, 0x12, 0x22, 0x0a, 0x0d, 0x69, 2313 0x73, 0x5f, 0x68, 0x61, 0x72, 0x64, 0x5f, 0x72, 0x65, 0x73, 0x65, 0x74, 0x18, 0x08, 0x20, 0x01, 2314 0x28, 0x08, 0x52, 0x0b, 0x69, 0x73, 0x48, 0x61, 0x72, 0x64, 0x52, 0x65, 0x73, 0x65, 0x74, 0x1a, 2315 0x91, 0x01, 0x0a, 0x0f, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x43, 0x68, 0x61, 2316 0x6e, 0x67, 0x65, 0x12, 0x3e, 0x0a, 0x0f, 0x70, 0x72, 0x65, 0x76, 0x5f, 0x70, 0x61, 0x67, 0x65, 2317 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 2318 0x21, 0x12, 0x22, 0x10, 0x0a, 0x0e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 2319 0x66, 0x69, 0x6c, 0x65, 0x52, 0x0d, 0x70, 0x72, 0x65, 0x76, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 2320 0x6b, 0x65, 0x6e, 0x12, 0x3e, 0x0a, 0x0f, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 2321 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 2322 0x21, 0x12, 0x22, 0x10, 0x0a, 0x0e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 2323 0x66, 0x69, 0x6c, 0x65, 0x52, 0x0d, 0x6e, 0x65, 0x78, 0x74, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 2324 0x6b, 0x65, 0x6e, 0x22, 0xb0, 0x03, 0x0a, 0x1b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x73, 2325 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 2326 0x65, 0x73, 0x74, 0x12, 0x2e, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 2327 0x01, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x3a, 0x10, 0x0a, 0x0e, 0x4f, 0x73, 0x49, 2328 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x06, 0x70, 0x61, 0x72, 2329 0x65, 0x6e, 0x74, 0x12, 0x56, 0x0a, 0x10, 0x6f, 0x73, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 2330 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 2331 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 2332 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x42, 0x0c, 0xc8, 2333 0xd5, 0x22, 0x01, 0xca, 0xc6, 0x27, 0x04, 0x62, 0x02, 0x08, 0x01, 0x52, 0x0e, 0x6f, 0x73, 0x49, 2334 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x5d, 0x0a, 0x0d, 0x72, 2335 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x03, 0x20, 0x01, 2336 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 2337 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 2338 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 2339 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x61, 0x73, 0x6b, 0x52, 0x0c, 0x72, 0x65, 2340 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x61, 0x73, 0x6b, 0x1a, 0xa9, 0x01, 0x0a, 0x0c, 0x52, 2341 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x61, 0x73, 0x6b, 0x12, 0x3b, 0x0a, 0x19, 0x73, 2342 0x6b, 0x69, 0x70, 0x5f, 0x65, 0x6e, 0x74, 0x69, 0x72, 0x65, 0x5f, 0x72, 0x65, 0x73, 0x70, 0x6f, 2343 0x6e, 0x73, 0x65, 0x5f, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x48, 0x00, 2344 0x52, 0x16, 0x73, 0x6b, 0x69, 0x70, 0x45, 0x6e, 0x74, 0x69, 0x72, 0x65, 0x52, 0x65, 0x73, 0x70, 2345 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x51, 0x0a, 0x09, 0x62, 0x6f, 0x64, 0x79, 2346 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 2347 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 2348 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x32, 0x10, 0x0a, 2349 0x0e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x48, 2350 0x00, 0x52, 0x08, 0x62, 0x6f, 0x64, 0x79, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x09, 0x0a, 0x07, 0x6d, 2351 0x61, 0x73, 0x6b, 0x69, 0x6e, 0x67, 0x22, 0xa1, 0x06, 0x0a, 0x1b, 0x55, 0x70, 0x64, 0x61, 0x74, 2352 0x65, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 2353 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x56, 0x0a, 0x10, 0x6f, 0x73, 0x5f, 0x69, 0x6d, 0x61, 2354 0x67, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 2355 0x32, 0x1e, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 2356 0x31, 0x2e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 2357 0x42, 0x0c, 0xc8, 0xd5, 0x22, 0x01, 0xca, 0xc6, 0x27, 0x04, 0x62, 0x02, 0x08, 0x01, 0x52, 0x0e, 2358 0x6f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x53, 2359 0x0a, 0x0b, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x03, 0x20, 2360 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 2361 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 2362 0x16, 0xb2, 0xda, 0x21, 0x12, 0x32, 0x10, 0x0a, 0x0e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 2363 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 2364 0x61, 0x73, 0x6b, 0x12, 0x41, 0x0a, 0x03, 0x63, 0x61, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 2365 0x32, 0x2f, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 2366 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 2367 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x41, 2368 0x53, 0x52, 0x03, 0x63, 0x61, 0x73, 0x12, 0x23, 0x0a, 0x0d, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x5f, 2369 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x61, 2370 0x6c, 0x6c, 0x6f, 0x77, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x12, 0x5d, 0x0a, 0x0d, 0x72, 2371 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x06, 0x20, 0x01, 2372 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 2373 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 2374 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 2375 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x61, 0x73, 0x6b, 0x52, 0x0c, 0x72, 0x65, 2376 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x61, 0x73, 0x6b, 0x1a, 0xaf, 0x01, 0x0a, 0x03, 0x43, 2377 0x41, 0x53, 0x12, 0x55, 0x0a, 0x11, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 2378 0x6c, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 2379 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 2380 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x42, 0x08, 0xca, 2381 0xc6, 0x27, 0x04, 0x62, 0x02, 0x10, 0x01, 0x52, 0x10, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 2382 0x6f, 0x6e, 0x61, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x51, 0x0a, 0x0a, 0x66, 0x69, 0x65, 2383 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 2384 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 2385 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x32, 2386 0x10, 0x0a, 0x0e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 2387 0x65, 0x52, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x1a, 0xdb, 0x01, 0x0a, 2388 0x0c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x61, 0x73, 0x6b, 0x12, 0x3b, 0x0a, 2389 0x19, 0x73, 0x6b, 0x69, 0x70, 0x5f, 0x65, 0x6e, 0x74, 0x69, 0x72, 0x65, 0x5f, 0x72, 0x65, 0x73, 2390 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x5f, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 2391 0x48, 0x00, 0x52, 0x16, 0x73, 0x6b, 0x69, 0x70, 0x45, 0x6e, 0x74, 0x69, 0x72, 0x65, 0x52, 0x65, 2392 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x30, 0x0a, 0x13, 0x75, 0x70, 2393 0x64, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x5f, 0x6f, 0x6e, 0x6c, 2394 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x48, 0x00, 0x52, 0x11, 0x75, 0x70, 0x64, 0x61, 0x74, 2395 0x65, 0x64, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x4f, 0x6e, 0x6c, 0x79, 0x12, 0x51, 0x0a, 0x09, 2396 0x62, 0x6f, 0x64, 0x79, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 2397 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 2398 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x16, 0xb2, 0xda, 0x21, 2399 0x12, 0x32, 0x10, 0x0a, 0x0e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 2400 0x69, 0x6c, 0x65, 0x48, 0x00, 0x52, 0x08, 0x62, 0x6f, 0x64, 0x79, 0x4d, 0x61, 0x73, 0x6b, 0x42, 2401 0x09, 0x0a, 0x07, 0x6d, 0x61, 0x73, 0x6b, 0x69, 0x6e, 0x67, 0x22, 0x6e, 0x0a, 0x1b, 0x44, 0x65, 2402 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 2403 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2a, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 2404 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 0x21, 0x12, 0x0a, 0x10, 0x0a, 2405 0x0e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 2406 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x5f, 0x6d, 2407 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x61, 0x6c, 2408 0x6c, 0x6f, 0x77, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x32, 0xbb, 0x0f, 0x0a, 0x15, 0x4f, 2409 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x65, 0x72, 2410 0x76, 0x69, 0x63, 0x65, 0x12, 0xcb, 0x01, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x4f, 0x73, 0x49, 0x6d, 2411 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x28, 0x2e, 0x6e, 0x74, 0x74, 2412 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x4f, 2413 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 2414 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 2415 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 2416 0x66, 0x69, 0x6c, 0x65, 0x22, 0x6c, 0x82, 0xdb, 0x21, 0x25, 0x0a, 0x0e, 0x4f, 0x73, 0x49, 0x6d, 2417 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x03, 0x67, 0x65, 0x74, 0x2a, 2418 0x06, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x06, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0xa2, 2419 0xdc, 0x21, 0x02, 0x08, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x33, 0x12, 0x31, 0x2f, 0x76, 0x31, 2420 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 2421 0x2a, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x6f, 0x73, 0x49, 0x6d, 2422 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x8a, 0xcc, 2423 0x26, 0x00, 0x12, 0xe8, 0x01, 0x0a, 0x17, 0x42, 0x61, 0x74, 0x63, 0x68, 0x47, 0x65, 0x74, 0x4f, 2424 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x2e, 2425 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 2426 0x42, 0x61, 0x74, 0x63, 0x68, 0x47, 0x65, 0x74, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 2427 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 2428 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 2429 0x42, 0x61, 0x74, 0x63, 0x68, 0x47, 0x65, 0x74, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 2430 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 2431 0x6c, 0x82, 0xdb, 0x21, 0x3a, 0x0a, 0x0e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 2432 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x08, 0x62, 0x61, 0x74, 0x63, 0x68, 0x47, 0x65, 0x74, 0x20, 2433 0x01, 0x2a, 0x07, 0x0a, 0x05, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x32, 0x13, 0x12, 0x11, 0x6f, 0x73, 2434 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0xa2, 2435 0xdc, 0x21, 0x02, 0x08, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x12, 0x1c, 0x2f, 0x76, 0x31, 2436 0x2f, 0x6f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 2437 0x3a, 0x62, 0x61, 0x74, 0x63, 0x68, 0x47, 0x65, 0x74, 0x8a, 0xcc, 0x26, 0x00, 0x12, 0xf1, 0x01, 2438 0x0a, 0x13, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 2439 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x2a, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 2440 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x73, 0x49, 0x6d, 0x61, 2441 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 2442 0x74, 0x1a, 0x2b, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 2443 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 2444 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x80, 2445 0x01, 0x82, 0xdb, 0x21, 0x39, 0x0a, 0x0e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 2446 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x2a, 2447 0x08, 0x1a, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x32, 0x13, 0x12, 0x11, 0x6f, 0x73, 0x5f, 2448 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0xa2, 0xdc, 2449 0x21, 0x02, 0x08, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x33, 0x12, 0x31, 0x2f, 0x76, 0x31, 0x2f, 2450 0x7b, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 2451 0x2f, 0x2a, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x6f, 0x73, 2452 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x8a, 0xcc, 0x26, 2453 0x00, 0x12, 0xe8, 0x01, 0x0a, 0x13, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4f, 0x73, 0x49, 0x6d, 0x61, 2454 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x2a, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 2455 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 2456 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 2457 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2b, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 2458 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4f, 0x73, 0x49, 0x6d, 2459 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 2460 0x73, 0x65, 0x22, 0x76, 0x82, 0xdb, 0x21, 0x29, 0x0a, 0x0e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 2461 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x2a, 2462 0x06, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x08, 0x12, 0x06, 0x63, 0x68, 0x61, 0x6e, 0x67, 2463 0x65, 0xa2, 0xdc, 0x21, 0x02, 0x08, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x39, 0x22, 0x37, 0x2f, 2464 0x76, 0x31, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 2465 0x73, 0x2f, 0x2a, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x6f, 0x73, 2466 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 2467 0x3a, 0x77, 0x61, 0x74, 0x63, 0x68, 0x8a, 0xcc, 0x26, 0x00, 0x30, 0x01, 0x12, 0x84, 0x02, 0x0a, 2468 0x14, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 2469 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x2b, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 2470 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4f, 0x73, 0x49, 0x6d, 2471 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 2472 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 2473 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 2474 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 2475 0x22, 0x8e, 0x01, 0x82, 0xdb, 0x21, 0x41, 0x0a, 0x0e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 2476 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x01, 2477 0x20, 0x01, 0x2a, 0x08, 0x1a, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x32, 0x1a, 0x12, 0x18, 2478 0x6f, 0x73, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 2479 0x5f, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0xa2, 0xdc, 0x21, 0x02, 0x08, 0x01, 0x82, 0xd3, 2480 0xe4, 0x93, 0x02, 0x39, 0x22, 0x37, 0x2f, 0x76, 0x31, 0x2f, 0x7b, 0x70, 0x61, 0x72, 0x65, 0x6e, 2481 0x74, 0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x2a, 0x2f, 0x72, 0x65, 0x67, 2482 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x6f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 2483 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x3a, 0x77, 0x61, 0x74, 0x63, 0x68, 0x8a, 0xcc, 0x26, 2484 0x00, 0x30, 0x01, 0x12, 0xff, 0x01, 0x0a, 0x14, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x73, 2485 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x2b, 0x2e, 0x6e, 2486 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 2487 0x65, 0x61, 0x74, 0x65, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 2488 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 2489 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 2490 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x22, 0x99, 0x01, 0x82, 0xdb, 0x21, 0x3e, 2491 0x0a, 0x0e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 2492 0x12, 0x06, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x18, 0x01, 0x2a, 0x1a, 0x12, 0x10, 0x6f, 0x73, 2493 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x1a, 0x06, 2494 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x32, 0x06, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0xa2, 0xdc, 2495 0x21, 0x02, 0x10, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x45, 0x3a, 0x10, 0x6f, 0x73, 0x5f, 0x69, 2496 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x22, 0x31, 0x2f, 0x76, 2497 0x31, 0x2f, 0x7b, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 2498 0x74, 0x73, 0x2f, 0x2a, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 2499 0x6f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x8a, 2500 0xcc, 0x26, 0x02, 0x10, 0x01, 0x12, 0x86, 0x02, 0x0a, 0x14, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 2501 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x2b, 2502 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 2503 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 2504 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x6e, 0x74, 2505 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x73, 0x49, 2506 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x22, 0xa0, 0x01, 0x82, 0xdb, 2507 0x21, 0x34, 0x0a, 0x0e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 2508 0x6c, 0x65, 0x12, 0x06, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x2a, 0x12, 0x12, 0x10, 0x6f, 0x73, 2509 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x32, 0x06, 2510 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0xa2, 0xdc, 0x21, 0x02, 0x10, 0x01, 0x82, 0xd3, 0xe4, 0x93, 2511 0x02, 0x56, 0x3a, 0x10, 0x6f, 0x73, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x70, 0x72, 0x6f, 2512 0x66, 0x69, 0x6c, 0x65, 0x1a, 0x42, 0x2f, 0x76, 0x31, 0x2f, 0x7b, 0x6f, 0x73, 0x5f, 0x69, 0x6d, 2513 0x61, 0x67, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 2514 0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x2a, 0x2f, 0x72, 0x65, 0x67, 0x69, 2515 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x6f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 2516 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2f, 0x2a, 0x7d, 0x8a, 0xcc, 0x26, 0x02, 0x10, 0x01, 0x12, 0xc6, 2517 0x01, 0x0a, 0x14, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 2518 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x2b, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x64, 0x65, 2519 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 2520 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 2521 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 2522 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x69, 0x82, 0xdb, 2523 0x21, 0x20, 0x0a, 0x0e, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 2524 0x6c, 0x65, 0x12, 0x06, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x2a, 0x06, 0x0a, 0x04, 0x6e, 0x61, 2525 0x6d, 0x65, 0xa2, 0xdc, 0x21, 0x02, 0x10, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x33, 0x2a, 0x31, 2526 0x2f, 0x76, 0x31, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 2527 0x74, 0x73, 0x2f, 0x2a, 0x2f, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x6f, 2528 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2f, 0x2a, 2529 0x7d, 0x8a, 0xcc, 0x26, 0x02, 0x10, 0x01, 0x1a, 0x2f, 0xca, 0x41, 0x12, 0x64, 0x65, 0x76, 0x69, 2530 0x63, 0x65, 0x73, 0x2e, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2e, 0x63, 0x6f, 0x6d, 0xd2, 0x41, 2531 0x17, 0x68, 0x74, 0x74, 0x70, 0x73, 0x3a, 0x2f, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x65, 0x64, 2532 0x67, 0x65, 0x6c, 0x71, 0x2e, 0x63, 0x6f, 0x6d, 0x42, 0xca, 0x02, 0xe8, 0xde, 0x21, 0x00, 0x82, 2533 0xff, 0xd0, 0x02, 0x58, 0x0a, 0x17, 0x6f, 0x73, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x70, 2534 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x12, 0x3d, 0x67, 2535 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x77, 2536 0x61, 0x6e, 0x2f, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 2537 0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x76, 0x31, 0x2f, 0x6f, 0x73, 0x5f, 0x69, 2538 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x8a, 0xff, 0xd0, 0x02, 2539 0x58, 0x0a, 0x17, 0x6f, 0x73, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x66, 2540 0x69, 0x6c, 0x65, 0x5f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x12, 0x3d, 0x67, 0x69, 0x74, 0x68, 2541 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x77, 0x61, 0x6e, 0x2f, 2542 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x63, 2543 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x6f, 0x73, 0x5f, 0x69, 0x6d, 0x61, 0x67, 2544 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x0a, 0x15, 0x63, 0x6f, 0x6d, 0x2e, 0x6e, 2545 0x74, 0x74, 0x2e, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2e, 0x70, 0x62, 0x2e, 0x76, 0x31, 2546 0x42, 0x1a, 0x4f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 2547 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x00, 0x5a, 0x55, 2548 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 2549 0x77, 0x61, 0x6e, 0x2f, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 2550 0x65, 0x73, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x6f, 0x73, 0x5f, 2551 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x3b, 0x6f, 0x73, 2552 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x63, 2553 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 2554 } 2555 2556 var ( 2557 edgelq_devices_proto_v1_os_image_profile_service_proto_rawDescOnce sync.Once 2558 edgelq_devices_proto_v1_os_image_profile_service_proto_rawDescData = edgelq_devices_proto_v1_os_image_profile_service_proto_rawDesc 2559 ) 2560 2561 func edgelq_devices_proto_v1_os_image_profile_service_proto_rawDescGZIP() []byte { 2562 edgelq_devices_proto_v1_os_image_profile_service_proto_rawDescOnce.Do(func() { 2563 edgelq_devices_proto_v1_os_image_profile_service_proto_rawDescData = protoimpl.X.CompressGZIP(edgelq_devices_proto_v1_os_image_profile_service_proto_rawDescData) 2564 }) 2565 return edgelq_devices_proto_v1_os_image_profile_service_proto_rawDescData 2566 } 2567 2568 var edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes = make([]protoimpl.MessageInfo, 16) 2569 var edgelq_devices_proto_v1_os_image_profile_service_proto_goTypes = []interface{}{ 2570 (*GetOsImageProfileRequest)(nil), // 0: ntt.devices.v1.GetOsImageProfileRequest 2571 (*BatchGetOsImageProfilesRequest)(nil), // 1: ntt.devices.v1.BatchGetOsImageProfilesRequest 2572 (*BatchGetOsImageProfilesResponse)(nil), // 2: ntt.devices.v1.BatchGetOsImageProfilesResponse 2573 (*ListOsImageProfilesRequest)(nil), // 3: ntt.devices.v1.ListOsImageProfilesRequest 2574 (*ListOsImageProfilesResponse)(nil), // 4: ntt.devices.v1.ListOsImageProfilesResponse 2575 (*WatchOsImageProfileRequest)(nil), // 5: ntt.devices.v1.WatchOsImageProfileRequest 2576 (*WatchOsImageProfileResponse)(nil), // 6: ntt.devices.v1.WatchOsImageProfileResponse 2577 (*WatchOsImageProfilesRequest)(nil), // 7: ntt.devices.v1.WatchOsImageProfilesRequest 2578 (*WatchOsImageProfilesResponse)(nil), // 8: ntt.devices.v1.WatchOsImageProfilesResponse 2579 (*CreateOsImageProfileRequest)(nil), // 9: ntt.devices.v1.CreateOsImageProfileRequest 2580 (*UpdateOsImageProfileRequest)(nil), // 10: ntt.devices.v1.UpdateOsImageProfileRequest 2581 (*DeleteOsImageProfileRequest)(nil), // 11: ntt.devices.v1.DeleteOsImageProfileRequest 2582 (*WatchOsImageProfilesResponse_PageTokenChange)(nil), // 12: ntt.devices.v1.WatchOsImageProfilesResponse.PageTokenChange 2583 (*CreateOsImageProfileRequest_ResponseMask)(nil), // 13: ntt.devices.v1.CreateOsImageProfileRequest.ResponseMask 2584 (*UpdateOsImageProfileRequest_CAS)(nil), // 14: ntt.devices.v1.UpdateOsImageProfileRequest.CAS 2585 (*UpdateOsImageProfileRequest_ResponseMask)(nil), // 15: ntt.devices.v1.UpdateOsImageProfileRequest.ResponseMask 2586 (*os_image_profile.OsImageProfile_FieldMask)(nil), // 16: ntt.devices.v1.OsImageProfile_FieldMask 2587 (view.View)(0), // 17: goten.types.View 2588 (*os_image_profile.OsImageProfile)(nil), // 18: ntt.devices.v1.OsImageProfile 2589 (*os_image_profile.OsImageProfileChange)(nil), // 19: ntt.devices.v1.OsImageProfileChange 2590 (watch_type.WatchType)(0), // 20: goten.types.WatchType 2591 (*timestamppb.Timestamp)(nil), // 21: google.protobuf.Timestamp 2592 (*emptypb.Empty)(nil), // 22: google.protobuf.Empty 2593 } 2594 var edgelq_devices_proto_v1_os_image_profile_service_proto_depIdxs = []int32{ 2595 16, // 0: ntt.devices.v1.GetOsImageProfileRequest.field_mask:type_name -> ntt.devices.v1.OsImageProfile_FieldMask 2596 17, // 1: ntt.devices.v1.GetOsImageProfileRequest.view:type_name -> goten.types.View 2597 16, // 2: ntt.devices.v1.BatchGetOsImageProfilesRequest.field_mask:type_name -> ntt.devices.v1.OsImageProfile_FieldMask 2598 17, // 3: ntt.devices.v1.BatchGetOsImageProfilesRequest.view:type_name -> goten.types.View 2599 18, // 4: ntt.devices.v1.BatchGetOsImageProfilesResponse.os_image_profiles:type_name -> ntt.devices.v1.OsImageProfile 2600 16, // 5: ntt.devices.v1.ListOsImageProfilesRequest.field_mask:type_name -> ntt.devices.v1.OsImageProfile_FieldMask 2601 17, // 6: ntt.devices.v1.ListOsImageProfilesRequest.view:type_name -> goten.types.View 2602 18, // 7: ntt.devices.v1.ListOsImageProfilesResponse.os_image_profiles:type_name -> ntt.devices.v1.OsImageProfile 2603 16, // 8: ntt.devices.v1.WatchOsImageProfileRequest.field_mask:type_name -> ntt.devices.v1.OsImageProfile_FieldMask 2604 17, // 9: ntt.devices.v1.WatchOsImageProfileRequest.view:type_name -> goten.types.View 2605 19, // 10: ntt.devices.v1.WatchOsImageProfileResponse.change:type_name -> ntt.devices.v1.OsImageProfileChange 2606 20, // 11: ntt.devices.v1.WatchOsImageProfilesRequest.type:type_name -> goten.types.WatchType 2607 21, // 12: ntt.devices.v1.WatchOsImageProfilesRequest.starting_time:type_name -> google.protobuf.Timestamp 2608 16, // 13: ntt.devices.v1.WatchOsImageProfilesRequest.field_mask:type_name -> ntt.devices.v1.OsImageProfile_FieldMask 2609 17, // 14: ntt.devices.v1.WatchOsImageProfilesRequest.view:type_name -> goten.types.View 2610 19, // 15: ntt.devices.v1.WatchOsImageProfilesResponse.os_image_profile_changes:type_name -> ntt.devices.v1.OsImageProfileChange 2611 12, // 16: ntt.devices.v1.WatchOsImageProfilesResponse.page_token_change:type_name -> ntt.devices.v1.WatchOsImageProfilesResponse.PageTokenChange 2612 18, // 17: ntt.devices.v1.CreateOsImageProfileRequest.os_image_profile:type_name -> ntt.devices.v1.OsImageProfile 2613 13, // 18: ntt.devices.v1.CreateOsImageProfileRequest.response_mask:type_name -> ntt.devices.v1.CreateOsImageProfileRequest.ResponseMask 2614 18, // 19: ntt.devices.v1.UpdateOsImageProfileRequest.os_image_profile:type_name -> ntt.devices.v1.OsImageProfile 2615 16, // 20: ntt.devices.v1.UpdateOsImageProfileRequest.update_mask:type_name -> ntt.devices.v1.OsImageProfile_FieldMask 2616 14, // 21: ntt.devices.v1.UpdateOsImageProfileRequest.cas:type_name -> ntt.devices.v1.UpdateOsImageProfileRequest.CAS 2617 15, // 22: ntt.devices.v1.UpdateOsImageProfileRequest.response_mask:type_name -> ntt.devices.v1.UpdateOsImageProfileRequest.ResponseMask 2618 16, // 23: ntt.devices.v1.CreateOsImageProfileRequest.ResponseMask.body_mask:type_name -> ntt.devices.v1.OsImageProfile_FieldMask 2619 18, // 24: ntt.devices.v1.UpdateOsImageProfileRequest.CAS.conditional_state:type_name -> ntt.devices.v1.OsImageProfile 2620 16, // 25: ntt.devices.v1.UpdateOsImageProfileRequest.CAS.field_mask:type_name -> ntt.devices.v1.OsImageProfile_FieldMask 2621 16, // 26: ntt.devices.v1.UpdateOsImageProfileRequest.ResponseMask.body_mask:type_name -> ntt.devices.v1.OsImageProfile_FieldMask 2622 0, // 27: ntt.devices.v1.OsImageProfileService.GetOsImageProfile:input_type -> ntt.devices.v1.GetOsImageProfileRequest 2623 1, // 28: ntt.devices.v1.OsImageProfileService.BatchGetOsImageProfiles:input_type -> ntt.devices.v1.BatchGetOsImageProfilesRequest 2624 3, // 29: ntt.devices.v1.OsImageProfileService.ListOsImageProfiles:input_type -> ntt.devices.v1.ListOsImageProfilesRequest 2625 5, // 30: ntt.devices.v1.OsImageProfileService.WatchOsImageProfile:input_type -> ntt.devices.v1.WatchOsImageProfileRequest 2626 7, // 31: ntt.devices.v1.OsImageProfileService.WatchOsImageProfiles:input_type -> ntt.devices.v1.WatchOsImageProfilesRequest 2627 9, // 32: ntt.devices.v1.OsImageProfileService.CreateOsImageProfile:input_type -> ntt.devices.v1.CreateOsImageProfileRequest 2628 10, // 33: ntt.devices.v1.OsImageProfileService.UpdateOsImageProfile:input_type -> ntt.devices.v1.UpdateOsImageProfileRequest 2629 11, // 34: ntt.devices.v1.OsImageProfileService.DeleteOsImageProfile:input_type -> ntt.devices.v1.DeleteOsImageProfileRequest 2630 18, // 35: ntt.devices.v1.OsImageProfileService.GetOsImageProfile:output_type -> ntt.devices.v1.OsImageProfile 2631 2, // 36: ntt.devices.v1.OsImageProfileService.BatchGetOsImageProfiles:output_type -> ntt.devices.v1.BatchGetOsImageProfilesResponse 2632 4, // 37: ntt.devices.v1.OsImageProfileService.ListOsImageProfiles:output_type -> ntt.devices.v1.ListOsImageProfilesResponse 2633 6, // 38: ntt.devices.v1.OsImageProfileService.WatchOsImageProfile:output_type -> ntt.devices.v1.WatchOsImageProfileResponse 2634 8, // 39: ntt.devices.v1.OsImageProfileService.WatchOsImageProfiles:output_type -> ntt.devices.v1.WatchOsImageProfilesResponse 2635 18, // 40: ntt.devices.v1.OsImageProfileService.CreateOsImageProfile:output_type -> ntt.devices.v1.OsImageProfile 2636 18, // 41: ntt.devices.v1.OsImageProfileService.UpdateOsImageProfile:output_type -> ntt.devices.v1.OsImageProfile 2637 22, // 42: ntt.devices.v1.OsImageProfileService.DeleteOsImageProfile:output_type -> google.protobuf.Empty 2638 35, // [35:43] is the sub-list for method output_type 2639 27, // [27:35] is the sub-list for method input_type 2640 27, // [27:27] is the sub-list for extension type_name 2641 27, // [27:27] is the sub-list for extension extendee 2642 0, // [0:27] is the sub-list for field type_name 2643 } 2644 2645 func init() { edgelq_devices_proto_v1_os_image_profile_service_proto_init() } 2646 func edgelq_devices_proto_v1_os_image_profile_service_proto_init() { 2647 if edgelq_devices_proto_v1_os_image_profile_service_proto != nil { 2648 return 2649 } 2650 if !protoimpl.UnsafeEnabled { 2651 2652 edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { 2653 switch v := v.(*GetOsImageProfileRequest); i { 2654 case 0: 2655 return &v.state 2656 case 1: 2657 return &v.sizeCache 2658 case 2: 2659 return &v.unknownFields 2660 default: 2661 return nil 2662 } 2663 } 2664 edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { 2665 switch v := v.(*BatchGetOsImageProfilesRequest); i { 2666 case 0: 2667 return &v.state 2668 case 1: 2669 return &v.sizeCache 2670 case 2: 2671 return &v.unknownFields 2672 default: 2673 return nil 2674 } 2675 } 2676 edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { 2677 switch v := v.(*BatchGetOsImageProfilesResponse); i { 2678 case 0: 2679 return &v.state 2680 case 1: 2681 return &v.sizeCache 2682 case 2: 2683 return &v.unknownFields 2684 default: 2685 return nil 2686 } 2687 } 2688 edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { 2689 switch v := v.(*ListOsImageProfilesRequest); i { 2690 case 0: 2691 return &v.state 2692 case 1: 2693 return &v.sizeCache 2694 case 2: 2695 return &v.unknownFields 2696 default: 2697 return nil 2698 } 2699 } 2700 edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { 2701 switch v := v.(*ListOsImageProfilesResponse); i { 2702 case 0: 2703 return &v.state 2704 case 1: 2705 return &v.sizeCache 2706 case 2: 2707 return &v.unknownFields 2708 default: 2709 return nil 2710 } 2711 } 2712 edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { 2713 switch v := v.(*WatchOsImageProfileRequest); i { 2714 case 0: 2715 return &v.state 2716 case 1: 2717 return &v.sizeCache 2718 case 2: 2719 return &v.unknownFields 2720 default: 2721 return nil 2722 } 2723 } 2724 edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { 2725 switch v := v.(*WatchOsImageProfileResponse); i { 2726 case 0: 2727 return &v.state 2728 case 1: 2729 return &v.sizeCache 2730 case 2: 2731 return &v.unknownFields 2732 default: 2733 return nil 2734 } 2735 } 2736 edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { 2737 switch v := v.(*WatchOsImageProfilesRequest); i { 2738 case 0: 2739 return &v.state 2740 case 1: 2741 return &v.sizeCache 2742 case 2: 2743 return &v.unknownFields 2744 default: 2745 return nil 2746 } 2747 } 2748 edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { 2749 switch v := v.(*WatchOsImageProfilesResponse); i { 2750 case 0: 2751 return &v.state 2752 case 1: 2753 return &v.sizeCache 2754 case 2: 2755 return &v.unknownFields 2756 default: 2757 return nil 2758 } 2759 } 2760 edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { 2761 switch v := v.(*CreateOsImageProfileRequest); i { 2762 case 0: 2763 return &v.state 2764 case 1: 2765 return &v.sizeCache 2766 case 2: 2767 return &v.unknownFields 2768 default: 2769 return nil 2770 } 2771 } 2772 edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { 2773 switch v := v.(*UpdateOsImageProfileRequest); i { 2774 case 0: 2775 return &v.state 2776 case 1: 2777 return &v.sizeCache 2778 case 2: 2779 return &v.unknownFields 2780 default: 2781 return nil 2782 } 2783 } 2784 edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { 2785 switch v := v.(*DeleteOsImageProfileRequest); i { 2786 case 0: 2787 return &v.state 2788 case 1: 2789 return &v.sizeCache 2790 case 2: 2791 return &v.unknownFields 2792 default: 2793 return nil 2794 } 2795 } 2796 edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { 2797 switch v := v.(*WatchOsImageProfilesResponse_PageTokenChange); i { 2798 case 0: 2799 return &v.state 2800 case 1: 2801 return &v.sizeCache 2802 case 2: 2803 return &v.unknownFields 2804 default: 2805 return nil 2806 } 2807 } 2808 edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { 2809 switch v := v.(*CreateOsImageProfileRequest_ResponseMask); i { 2810 case 0: 2811 return &v.state 2812 case 1: 2813 return &v.sizeCache 2814 case 2: 2815 return &v.unknownFields 2816 default: 2817 return nil 2818 } 2819 } 2820 edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { 2821 switch v := v.(*UpdateOsImageProfileRequest_CAS); i { 2822 case 0: 2823 return &v.state 2824 case 1: 2825 return &v.sizeCache 2826 case 2: 2827 return &v.unknownFields 2828 default: 2829 return nil 2830 } 2831 } 2832 edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { 2833 switch v := v.(*UpdateOsImageProfileRequest_ResponseMask); i { 2834 case 0: 2835 return &v.state 2836 case 1: 2837 return &v.sizeCache 2838 case 2: 2839 return &v.unknownFields 2840 default: 2841 return nil 2842 } 2843 } 2844 } 2845 2846 edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[13].OneofWrappers = []interface{}{ 2847 (*CreateOsImageProfileRequest_ResponseMask_SkipEntireResponseBody)(nil), 2848 (*CreateOsImageProfileRequest_ResponseMask_BodyMask)(nil), 2849 } 2850 edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes[15].OneofWrappers = []interface{}{ 2851 (*UpdateOsImageProfileRequest_ResponseMask_SkipEntireResponseBody)(nil), 2852 (*UpdateOsImageProfileRequest_ResponseMask_UpdatedFieldsOnly)(nil), 2853 (*UpdateOsImageProfileRequest_ResponseMask_BodyMask)(nil), 2854 } 2855 type x struct{} 2856 out := protoimpl.TypeBuilder{ 2857 File: protoimpl.DescBuilder{ 2858 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 2859 RawDescriptor: edgelq_devices_proto_v1_os_image_profile_service_proto_rawDesc, 2860 NumEnums: 0, 2861 NumMessages: 16, 2862 NumExtensions: 0, 2863 NumServices: 1, 2864 }, 2865 GoTypes: edgelq_devices_proto_v1_os_image_profile_service_proto_goTypes, 2866 DependencyIndexes: edgelq_devices_proto_v1_os_image_profile_service_proto_depIdxs, 2867 MessageInfos: edgelq_devices_proto_v1_os_image_profile_service_proto_msgTypes, 2868 }.Build() 2869 edgelq_devices_proto_v1_os_image_profile_service_proto = out.File 2870 edgelq_devices_proto_v1_os_image_profile_service_proto_rawDesc = nil 2871 edgelq_devices_proto_v1_os_image_profile_service_proto_goTypes = nil 2872 edgelq_devices_proto_v1_os_image_profile_service_proto_depIdxs = nil 2873 }