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