github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/libraries/pingcap/go-hbase/proto/Master.pb.go (about) 1 // Code generated by protoc-gen-go. 2 // source: Master.proto 3 // DO NOT EDIT! 4 5 package proto 6 7 import proto1 "github.com/insionng/yougam/libraries/golang/protobuf/proto" 8 import math "math" 9 10 // Reference imports to suppress errors if they are not otherwise used. 11 var _ = proto1.Marshal 12 var _ = math.Inf 13 14 type AddColumnRequest struct { 15 TableName *TableName `protobuf:"bytes,1,req,name=table_name" json:"table_name,omitempty"` 16 ColumnFamilies *ColumnFamilySchema `protobuf:"bytes,2,req,name=column_families" json:"column_families,omitempty"` 17 XXX_unrecognized []byte `json:"-"` 18 } 19 20 func (m *AddColumnRequest) Reset() { *m = AddColumnRequest{} } 21 func (m *AddColumnRequest) String() string { return proto1.CompactTextString(m) } 22 func (*AddColumnRequest) ProtoMessage() {} 23 24 func (m *AddColumnRequest) GetTableName() *TableName { 25 if m != nil { 26 return m.TableName 27 } 28 return nil 29 } 30 31 func (m *AddColumnRequest) GetColumnFamilies() *ColumnFamilySchema { 32 if m != nil { 33 return m.ColumnFamilies 34 } 35 return nil 36 } 37 38 type AddColumnResponse struct { 39 XXX_unrecognized []byte `json:"-"` 40 } 41 42 func (m *AddColumnResponse) Reset() { *m = AddColumnResponse{} } 43 func (m *AddColumnResponse) String() string { return proto1.CompactTextString(m) } 44 func (*AddColumnResponse) ProtoMessage() {} 45 46 type DeleteColumnRequest struct { 47 TableName *TableName `protobuf:"bytes,1,req,name=table_name" json:"table_name,omitempty"` 48 ColumnName []byte `protobuf:"bytes,2,req,name=column_name" json:"column_name,omitempty"` 49 XXX_unrecognized []byte `json:"-"` 50 } 51 52 func (m *DeleteColumnRequest) Reset() { *m = DeleteColumnRequest{} } 53 func (m *DeleteColumnRequest) String() string { return proto1.CompactTextString(m) } 54 func (*DeleteColumnRequest) ProtoMessage() {} 55 56 func (m *DeleteColumnRequest) GetTableName() *TableName { 57 if m != nil { 58 return m.TableName 59 } 60 return nil 61 } 62 63 func (m *DeleteColumnRequest) GetColumnName() []byte { 64 if m != nil { 65 return m.ColumnName 66 } 67 return nil 68 } 69 70 type DeleteColumnResponse struct { 71 XXX_unrecognized []byte `json:"-"` 72 } 73 74 func (m *DeleteColumnResponse) Reset() { *m = DeleteColumnResponse{} } 75 func (m *DeleteColumnResponse) String() string { return proto1.CompactTextString(m) } 76 func (*DeleteColumnResponse) ProtoMessage() {} 77 78 type ModifyColumnRequest struct { 79 TableName *TableName `protobuf:"bytes,1,req,name=table_name" json:"table_name,omitempty"` 80 ColumnFamilies *ColumnFamilySchema `protobuf:"bytes,2,req,name=column_families" json:"column_families,omitempty"` 81 XXX_unrecognized []byte `json:"-"` 82 } 83 84 func (m *ModifyColumnRequest) Reset() { *m = ModifyColumnRequest{} } 85 func (m *ModifyColumnRequest) String() string { return proto1.CompactTextString(m) } 86 func (*ModifyColumnRequest) ProtoMessage() {} 87 88 func (m *ModifyColumnRequest) GetTableName() *TableName { 89 if m != nil { 90 return m.TableName 91 } 92 return nil 93 } 94 95 func (m *ModifyColumnRequest) GetColumnFamilies() *ColumnFamilySchema { 96 if m != nil { 97 return m.ColumnFamilies 98 } 99 return nil 100 } 101 102 type ModifyColumnResponse struct { 103 XXX_unrecognized []byte `json:"-"` 104 } 105 106 func (m *ModifyColumnResponse) Reset() { *m = ModifyColumnResponse{} } 107 func (m *ModifyColumnResponse) String() string { return proto1.CompactTextString(m) } 108 func (*ModifyColumnResponse) ProtoMessage() {} 109 110 type MoveRegionRequest struct { 111 Region *RegionSpecifier `protobuf:"bytes,1,req,name=region" json:"region,omitempty"` 112 DestServerName *ServerName `protobuf:"bytes,2,opt,name=dest_server_name" json:"dest_server_name,omitempty"` 113 XXX_unrecognized []byte `json:"-"` 114 } 115 116 func (m *MoveRegionRequest) Reset() { *m = MoveRegionRequest{} } 117 func (m *MoveRegionRequest) String() string { return proto1.CompactTextString(m) } 118 func (*MoveRegionRequest) ProtoMessage() {} 119 120 func (m *MoveRegionRequest) GetRegion() *RegionSpecifier { 121 if m != nil { 122 return m.Region 123 } 124 return nil 125 } 126 127 func (m *MoveRegionRequest) GetDestServerName() *ServerName { 128 if m != nil { 129 return m.DestServerName 130 } 131 return nil 132 } 133 134 type MoveRegionResponse struct { 135 XXX_unrecognized []byte `json:"-"` 136 } 137 138 func (m *MoveRegionResponse) Reset() { *m = MoveRegionResponse{} } 139 func (m *MoveRegionResponse) String() string { return proto1.CompactTextString(m) } 140 func (*MoveRegionResponse) ProtoMessage() {} 141 142 // * 143 // Dispatch merging the specified regions. 144 type DispatchMergingRegionsRequest struct { 145 RegionA *RegionSpecifier `protobuf:"bytes,1,req,name=region_a" json:"region_a,omitempty"` 146 RegionB *RegionSpecifier `protobuf:"bytes,2,req,name=region_b" json:"region_b,omitempty"` 147 Forcible *bool `protobuf:"varint,3,opt,name=forcible,def=0" json:"forcible,omitempty"` 148 XXX_unrecognized []byte `json:"-"` 149 } 150 151 func (m *DispatchMergingRegionsRequest) Reset() { *m = DispatchMergingRegionsRequest{} } 152 func (m *DispatchMergingRegionsRequest) String() string { return proto1.CompactTextString(m) } 153 func (*DispatchMergingRegionsRequest) ProtoMessage() {} 154 155 const Default_DispatchMergingRegionsRequest_Forcible bool = false 156 157 func (m *DispatchMergingRegionsRequest) GetRegionA() *RegionSpecifier { 158 if m != nil { 159 return m.RegionA 160 } 161 return nil 162 } 163 164 func (m *DispatchMergingRegionsRequest) GetRegionB() *RegionSpecifier { 165 if m != nil { 166 return m.RegionB 167 } 168 return nil 169 } 170 171 func (m *DispatchMergingRegionsRequest) GetForcible() bool { 172 if m != nil && m.Forcible != nil { 173 return *m.Forcible 174 } 175 return Default_DispatchMergingRegionsRequest_Forcible 176 } 177 178 type DispatchMergingRegionsResponse struct { 179 XXX_unrecognized []byte `json:"-"` 180 } 181 182 func (m *DispatchMergingRegionsResponse) Reset() { *m = DispatchMergingRegionsResponse{} } 183 func (m *DispatchMergingRegionsResponse) String() string { return proto1.CompactTextString(m) } 184 func (*DispatchMergingRegionsResponse) ProtoMessage() {} 185 186 type AssignRegionRequest struct { 187 Region *RegionSpecifier `protobuf:"bytes,1,req,name=region" json:"region,omitempty"` 188 XXX_unrecognized []byte `json:"-"` 189 } 190 191 func (m *AssignRegionRequest) Reset() { *m = AssignRegionRequest{} } 192 func (m *AssignRegionRequest) String() string { return proto1.CompactTextString(m) } 193 func (*AssignRegionRequest) ProtoMessage() {} 194 195 func (m *AssignRegionRequest) GetRegion() *RegionSpecifier { 196 if m != nil { 197 return m.Region 198 } 199 return nil 200 } 201 202 type AssignRegionResponse struct { 203 XXX_unrecognized []byte `json:"-"` 204 } 205 206 func (m *AssignRegionResponse) Reset() { *m = AssignRegionResponse{} } 207 func (m *AssignRegionResponse) String() string { return proto1.CompactTextString(m) } 208 func (*AssignRegionResponse) ProtoMessage() {} 209 210 type UnassignRegionRequest struct { 211 Region *RegionSpecifier `protobuf:"bytes,1,req,name=region" json:"region,omitempty"` 212 Force *bool `protobuf:"varint,2,opt,name=force,def=0" json:"force,omitempty"` 213 XXX_unrecognized []byte `json:"-"` 214 } 215 216 func (m *UnassignRegionRequest) Reset() { *m = UnassignRegionRequest{} } 217 func (m *UnassignRegionRequest) String() string { return proto1.CompactTextString(m) } 218 func (*UnassignRegionRequest) ProtoMessage() {} 219 220 const Default_UnassignRegionRequest_Force bool = false 221 222 func (m *UnassignRegionRequest) GetRegion() *RegionSpecifier { 223 if m != nil { 224 return m.Region 225 } 226 return nil 227 } 228 229 func (m *UnassignRegionRequest) GetForce() bool { 230 if m != nil && m.Force != nil { 231 return *m.Force 232 } 233 return Default_UnassignRegionRequest_Force 234 } 235 236 type UnassignRegionResponse struct { 237 XXX_unrecognized []byte `json:"-"` 238 } 239 240 func (m *UnassignRegionResponse) Reset() { *m = UnassignRegionResponse{} } 241 func (m *UnassignRegionResponse) String() string { return proto1.CompactTextString(m) } 242 func (*UnassignRegionResponse) ProtoMessage() {} 243 244 type OfflineRegionRequest struct { 245 Region *RegionSpecifier `protobuf:"bytes,1,req,name=region" json:"region,omitempty"` 246 XXX_unrecognized []byte `json:"-"` 247 } 248 249 func (m *OfflineRegionRequest) Reset() { *m = OfflineRegionRequest{} } 250 func (m *OfflineRegionRequest) String() string { return proto1.CompactTextString(m) } 251 func (*OfflineRegionRequest) ProtoMessage() {} 252 253 func (m *OfflineRegionRequest) GetRegion() *RegionSpecifier { 254 if m != nil { 255 return m.Region 256 } 257 return nil 258 } 259 260 type OfflineRegionResponse struct { 261 XXX_unrecognized []byte `json:"-"` 262 } 263 264 func (m *OfflineRegionResponse) Reset() { *m = OfflineRegionResponse{} } 265 func (m *OfflineRegionResponse) String() string { return proto1.CompactTextString(m) } 266 func (*OfflineRegionResponse) ProtoMessage() {} 267 268 type CreateTableRequest struct { 269 TableSchema *TableSchema `protobuf:"bytes,1,req,name=table_schema" json:"table_schema,omitempty"` 270 SplitKeys [][]byte `protobuf:"bytes,2,rep,name=split_keys" json:"split_keys,omitempty"` 271 XXX_unrecognized []byte `json:"-"` 272 } 273 274 func (m *CreateTableRequest) Reset() { *m = CreateTableRequest{} } 275 func (m *CreateTableRequest) String() string { return proto1.CompactTextString(m) } 276 func (*CreateTableRequest) ProtoMessage() {} 277 278 func (m *CreateTableRequest) GetTableSchema() *TableSchema { 279 if m != nil { 280 return m.TableSchema 281 } 282 return nil 283 } 284 285 func (m *CreateTableRequest) GetSplitKeys() [][]byte { 286 if m != nil { 287 return m.SplitKeys 288 } 289 return nil 290 } 291 292 type CreateTableResponse struct { 293 XXX_unrecognized []byte `json:"-"` 294 } 295 296 func (m *CreateTableResponse) Reset() { *m = CreateTableResponse{} } 297 func (m *CreateTableResponse) String() string { return proto1.CompactTextString(m) } 298 func (*CreateTableResponse) ProtoMessage() {} 299 300 type DeleteTableRequest struct { 301 TableName *TableName `protobuf:"bytes,1,req,name=table_name" json:"table_name,omitempty"` 302 XXX_unrecognized []byte `json:"-"` 303 } 304 305 func (m *DeleteTableRequest) Reset() { *m = DeleteTableRequest{} } 306 func (m *DeleteTableRequest) String() string { return proto1.CompactTextString(m) } 307 func (*DeleteTableRequest) ProtoMessage() {} 308 309 func (m *DeleteTableRequest) GetTableName() *TableName { 310 if m != nil { 311 return m.TableName 312 } 313 return nil 314 } 315 316 type DeleteTableResponse struct { 317 XXX_unrecognized []byte `json:"-"` 318 } 319 320 func (m *DeleteTableResponse) Reset() { *m = DeleteTableResponse{} } 321 func (m *DeleteTableResponse) String() string { return proto1.CompactTextString(m) } 322 func (*DeleteTableResponse) ProtoMessage() {} 323 324 type EnableTableRequest struct { 325 TableName *TableName `protobuf:"bytes,1,req,name=table_name" json:"table_name,omitempty"` 326 XXX_unrecognized []byte `json:"-"` 327 } 328 329 func (m *EnableTableRequest) Reset() { *m = EnableTableRequest{} } 330 func (m *EnableTableRequest) String() string { return proto1.CompactTextString(m) } 331 func (*EnableTableRequest) ProtoMessage() {} 332 333 func (m *EnableTableRequest) GetTableName() *TableName { 334 if m != nil { 335 return m.TableName 336 } 337 return nil 338 } 339 340 type EnableTableResponse struct { 341 XXX_unrecognized []byte `json:"-"` 342 } 343 344 func (m *EnableTableResponse) Reset() { *m = EnableTableResponse{} } 345 func (m *EnableTableResponse) String() string { return proto1.CompactTextString(m) } 346 func (*EnableTableResponse) ProtoMessage() {} 347 348 type DisableTableRequest struct { 349 TableName *TableName `protobuf:"bytes,1,req,name=table_name" json:"table_name,omitempty"` 350 XXX_unrecognized []byte `json:"-"` 351 } 352 353 func (m *DisableTableRequest) Reset() { *m = DisableTableRequest{} } 354 func (m *DisableTableRequest) String() string { return proto1.CompactTextString(m) } 355 func (*DisableTableRequest) ProtoMessage() {} 356 357 func (m *DisableTableRequest) GetTableName() *TableName { 358 if m != nil { 359 return m.TableName 360 } 361 return nil 362 } 363 364 type DisableTableResponse struct { 365 XXX_unrecognized []byte `json:"-"` 366 } 367 368 func (m *DisableTableResponse) Reset() { *m = DisableTableResponse{} } 369 func (m *DisableTableResponse) String() string { return proto1.CompactTextString(m) } 370 func (*DisableTableResponse) ProtoMessage() {} 371 372 type ModifyTableRequest struct { 373 TableName *TableName `protobuf:"bytes,1,req,name=table_name" json:"table_name,omitempty"` 374 TableSchema *TableSchema `protobuf:"bytes,2,req,name=table_schema" json:"table_schema,omitempty"` 375 XXX_unrecognized []byte `json:"-"` 376 } 377 378 func (m *ModifyTableRequest) Reset() { *m = ModifyTableRequest{} } 379 func (m *ModifyTableRequest) String() string { return proto1.CompactTextString(m) } 380 func (*ModifyTableRequest) ProtoMessage() {} 381 382 func (m *ModifyTableRequest) GetTableName() *TableName { 383 if m != nil { 384 return m.TableName 385 } 386 return nil 387 } 388 389 func (m *ModifyTableRequest) GetTableSchema() *TableSchema { 390 if m != nil { 391 return m.TableSchema 392 } 393 return nil 394 } 395 396 type ModifyTableResponse struct { 397 XXX_unrecognized []byte `json:"-"` 398 } 399 400 func (m *ModifyTableResponse) Reset() { *m = ModifyTableResponse{} } 401 func (m *ModifyTableResponse) String() string { return proto1.CompactTextString(m) } 402 func (*ModifyTableResponse) ProtoMessage() {} 403 404 type CreateNamespaceRequest struct { 405 NamespaceDescriptor *NamespaceDescriptor `protobuf:"bytes,1,req,name=namespaceDescriptor" json:"namespaceDescriptor,omitempty"` 406 XXX_unrecognized []byte `json:"-"` 407 } 408 409 func (m *CreateNamespaceRequest) Reset() { *m = CreateNamespaceRequest{} } 410 func (m *CreateNamespaceRequest) String() string { return proto1.CompactTextString(m) } 411 func (*CreateNamespaceRequest) ProtoMessage() {} 412 413 func (m *CreateNamespaceRequest) GetNamespaceDescriptor() *NamespaceDescriptor { 414 if m != nil { 415 return m.NamespaceDescriptor 416 } 417 return nil 418 } 419 420 type CreateNamespaceResponse struct { 421 XXX_unrecognized []byte `json:"-"` 422 } 423 424 func (m *CreateNamespaceResponse) Reset() { *m = CreateNamespaceResponse{} } 425 func (m *CreateNamespaceResponse) String() string { return proto1.CompactTextString(m) } 426 func (*CreateNamespaceResponse) ProtoMessage() {} 427 428 type DeleteNamespaceRequest struct { 429 NamespaceName *string `protobuf:"bytes,1,req,name=namespaceName" json:"namespaceName,omitempty"` 430 XXX_unrecognized []byte `json:"-"` 431 } 432 433 func (m *DeleteNamespaceRequest) Reset() { *m = DeleteNamespaceRequest{} } 434 func (m *DeleteNamespaceRequest) String() string { return proto1.CompactTextString(m) } 435 func (*DeleteNamespaceRequest) ProtoMessage() {} 436 437 func (m *DeleteNamespaceRequest) GetNamespaceName() string { 438 if m != nil && m.NamespaceName != nil { 439 return *m.NamespaceName 440 } 441 return "" 442 } 443 444 type DeleteNamespaceResponse struct { 445 XXX_unrecognized []byte `json:"-"` 446 } 447 448 func (m *DeleteNamespaceResponse) Reset() { *m = DeleteNamespaceResponse{} } 449 func (m *DeleteNamespaceResponse) String() string { return proto1.CompactTextString(m) } 450 func (*DeleteNamespaceResponse) ProtoMessage() {} 451 452 type ModifyNamespaceRequest struct { 453 NamespaceDescriptor *NamespaceDescriptor `protobuf:"bytes,1,req,name=namespaceDescriptor" json:"namespaceDescriptor,omitempty"` 454 XXX_unrecognized []byte `json:"-"` 455 } 456 457 func (m *ModifyNamespaceRequest) Reset() { *m = ModifyNamespaceRequest{} } 458 func (m *ModifyNamespaceRequest) String() string { return proto1.CompactTextString(m) } 459 func (*ModifyNamespaceRequest) ProtoMessage() {} 460 461 func (m *ModifyNamespaceRequest) GetNamespaceDescriptor() *NamespaceDescriptor { 462 if m != nil { 463 return m.NamespaceDescriptor 464 } 465 return nil 466 } 467 468 type ModifyNamespaceResponse struct { 469 XXX_unrecognized []byte `json:"-"` 470 } 471 472 func (m *ModifyNamespaceResponse) Reset() { *m = ModifyNamespaceResponse{} } 473 func (m *ModifyNamespaceResponse) String() string { return proto1.CompactTextString(m) } 474 func (*ModifyNamespaceResponse) ProtoMessage() {} 475 476 type GetNamespaceDescriptorRequest struct { 477 NamespaceName *string `protobuf:"bytes,1,req,name=namespaceName" json:"namespaceName,omitempty"` 478 XXX_unrecognized []byte `json:"-"` 479 } 480 481 func (m *GetNamespaceDescriptorRequest) Reset() { *m = GetNamespaceDescriptorRequest{} } 482 func (m *GetNamespaceDescriptorRequest) String() string { return proto1.CompactTextString(m) } 483 func (*GetNamespaceDescriptorRequest) ProtoMessage() {} 484 485 func (m *GetNamespaceDescriptorRequest) GetNamespaceName() string { 486 if m != nil && m.NamespaceName != nil { 487 return *m.NamespaceName 488 } 489 return "" 490 } 491 492 type GetNamespaceDescriptorResponse struct { 493 NamespaceDescriptor *NamespaceDescriptor `protobuf:"bytes,1,req,name=namespaceDescriptor" json:"namespaceDescriptor,omitempty"` 494 XXX_unrecognized []byte `json:"-"` 495 } 496 497 func (m *GetNamespaceDescriptorResponse) Reset() { *m = GetNamespaceDescriptorResponse{} } 498 func (m *GetNamespaceDescriptorResponse) String() string { return proto1.CompactTextString(m) } 499 func (*GetNamespaceDescriptorResponse) ProtoMessage() {} 500 501 func (m *GetNamespaceDescriptorResponse) GetNamespaceDescriptor() *NamespaceDescriptor { 502 if m != nil { 503 return m.NamespaceDescriptor 504 } 505 return nil 506 } 507 508 type ListNamespaceDescriptorsRequest struct { 509 XXX_unrecognized []byte `json:"-"` 510 } 511 512 func (m *ListNamespaceDescriptorsRequest) Reset() { *m = ListNamespaceDescriptorsRequest{} } 513 func (m *ListNamespaceDescriptorsRequest) String() string { return proto1.CompactTextString(m) } 514 func (*ListNamespaceDescriptorsRequest) ProtoMessage() {} 515 516 type ListNamespaceDescriptorsResponse struct { 517 NamespaceDescriptor []*NamespaceDescriptor `protobuf:"bytes,1,rep,name=namespaceDescriptor" json:"namespaceDescriptor,omitempty"` 518 XXX_unrecognized []byte `json:"-"` 519 } 520 521 func (m *ListNamespaceDescriptorsResponse) Reset() { *m = ListNamespaceDescriptorsResponse{} } 522 func (m *ListNamespaceDescriptorsResponse) String() string { return proto1.CompactTextString(m) } 523 func (*ListNamespaceDescriptorsResponse) ProtoMessage() {} 524 525 func (m *ListNamespaceDescriptorsResponse) GetNamespaceDescriptor() []*NamespaceDescriptor { 526 if m != nil { 527 return m.NamespaceDescriptor 528 } 529 return nil 530 } 531 532 type ListTableDescriptorsByNamespaceRequest struct { 533 NamespaceName *string `protobuf:"bytes,1,req,name=namespaceName" json:"namespaceName,omitempty"` 534 XXX_unrecognized []byte `json:"-"` 535 } 536 537 func (m *ListTableDescriptorsByNamespaceRequest) Reset() { 538 *m = ListTableDescriptorsByNamespaceRequest{} 539 } 540 func (m *ListTableDescriptorsByNamespaceRequest) String() string { return proto1.CompactTextString(m) } 541 func (*ListTableDescriptorsByNamespaceRequest) ProtoMessage() {} 542 543 func (m *ListTableDescriptorsByNamespaceRequest) GetNamespaceName() string { 544 if m != nil && m.NamespaceName != nil { 545 return *m.NamespaceName 546 } 547 return "" 548 } 549 550 type ListTableDescriptorsByNamespaceResponse struct { 551 TableSchema []*TableSchema `protobuf:"bytes,1,rep,name=tableSchema" json:"tableSchema,omitempty"` 552 XXX_unrecognized []byte `json:"-"` 553 } 554 555 func (m *ListTableDescriptorsByNamespaceResponse) Reset() { 556 *m = ListTableDescriptorsByNamespaceResponse{} 557 } 558 func (m *ListTableDescriptorsByNamespaceResponse) String() string { return proto1.CompactTextString(m) } 559 func (*ListTableDescriptorsByNamespaceResponse) ProtoMessage() {} 560 561 func (m *ListTableDescriptorsByNamespaceResponse) GetTableSchema() []*TableSchema { 562 if m != nil { 563 return m.TableSchema 564 } 565 return nil 566 } 567 568 type ListTableNamesByNamespaceRequest struct { 569 NamespaceName *string `protobuf:"bytes,1,req,name=namespaceName" json:"namespaceName,omitempty"` 570 XXX_unrecognized []byte `json:"-"` 571 } 572 573 func (m *ListTableNamesByNamespaceRequest) Reset() { *m = ListTableNamesByNamespaceRequest{} } 574 func (m *ListTableNamesByNamespaceRequest) String() string { return proto1.CompactTextString(m) } 575 func (*ListTableNamesByNamespaceRequest) ProtoMessage() {} 576 577 func (m *ListTableNamesByNamespaceRequest) GetNamespaceName() string { 578 if m != nil && m.NamespaceName != nil { 579 return *m.NamespaceName 580 } 581 return "" 582 } 583 584 type ListTableNamesByNamespaceResponse struct { 585 TableName []*TableName `protobuf:"bytes,1,rep,name=tableName" json:"tableName,omitempty"` 586 XXX_unrecognized []byte `json:"-"` 587 } 588 589 func (m *ListTableNamesByNamespaceResponse) Reset() { *m = ListTableNamesByNamespaceResponse{} } 590 func (m *ListTableNamesByNamespaceResponse) String() string { return proto1.CompactTextString(m) } 591 func (*ListTableNamesByNamespaceResponse) ProtoMessage() {} 592 593 func (m *ListTableNamesByNamespaceResponse) GetTableName() []*TableName { 594 if m != nil { 595 return m.TableName 596 } 597 return nil 598 } 599 600 type ShutdownRequest struct { 601 XXX_unrecognized []byte `json:"-"` 602 } 603 604 func (m *ShutdownRequest) Reset() { *m = ShutdownRequest{} } 605 func (m *ShutdownRequest) String() string { return proto1.CompactTextString(m) } 606 func (*ShutdownRequest) ProtoMessage() {} 607 608 type ShutdownResponse struct { 609 XXX_unrecognized []byte `json:"-"` 610 } 611 612 func (m *ShutdownResponse) Reset() { *m = ShutdownResponse{} } 613 func (m *ShutdownResponse) String() string { return proto1.CompactTextString(m) } 614 func (*ShutdownResponse) ProtoMessage() {} 615 616 type StopMasterRequest struct { 617 XXX_unrecognized []byte `json:"-"` 618 } 619 620 func (m *StopMasterRequest) Reset() { *m = StopMasterRequest{} } 621 func (m *StopMasterRequest) String() string { return proto1.CompactTextString(m) } 622 func (*StopMasterRequest) ProtoMessage() {} 623 624 type StopMasterResponse struct { 625 XXX_unrecognized []byte `json:"-"` 626 } 627 628 func (m *StopMasterResponse) Reset() { *m = StopMasterResponse{} } 629 func (m *StopMasterResponse) String() string { return proto1.CompactTextString(m) } 630 func (*StopMasterResponse) ProtoMessage() {} 631 632 type BalanceRequest struct { 633 XXX_unrecognized []byte `json:"-"` 634 } 635 636 func (m *BalanceRequest) Reset() { *m = BalanceRequest{} } 637 func (m *BalanceRequest) String() string { return proto1.CompactTextString(m) } 638 func (*BalanceRequest) ProtoMessage() {} 639 640 type BalanceResponse struct { 641 BalancerRan *bool `protobuf:"varint,1,req,name=balancer_ran" json:"balancer_ran,omitempty"` 642 XXX_unrecognized []byte `json:"-"` 643 } 644 645 func (m *BalanceResponse) Reset() { *m = BalanceResponse{} } 646 func (m *BalanceResponse) String() string { return proto1.CompactTextString(m) } 647 func (*BalanceResponse) ProtoMessage() {} 648 649 func (m *BalanceResponse) GetBalancerRan() bool { 650 if m != nil && m.BalancerRan != nil { 651 return *m.BalancerRan 652 } 653 return false 654 } 655 656 type SetBalancerRunningRequest struct { 657 On *bool `protobuf:"varint,1,req,name=on" json:"on,omitempty"` 658 Synchronous *bool `protobuf:"varint,2,opt,name=synchronous" json:"synchronous,omitempty"` 659 XXX_unrecognized []byte `json:"-"` 660 } 661 662 func (m *SetBalancerRunningRequest) Reset() { *m = SetBalancerRunningRequest{} } 663 func (m *SetBalancerRunningRequest) String() string { return proto1.CompactTextString(m) } 664 func (*SetBalancerRunningRequest) ProtoMessage() {} 665 666 func (m *SetBalancerRunningRequest) GetOn() bool { 667 if m != nil && m.On != nil { 668 return *m.On 669 } 670 return false 671 } 672 673 func (m *SetBalancerRunningRequest) GetSynchronous() bool { 674 if m != nil && m.Synchronous != nil { 675 return *m.Synchronous 676 } 677 return false 678 } 679 680 type SetBalancerRunningResponse struct { 681 PrevBalanceValue *bool `protobuf:"varint,1,opt,name=prev_balance_value" json:"prev_balance_value,omitempty"` 682 XXX_unrecognized []byte `json:"-"` 683 } 684 685 func (m *SetBalancerRunningResponse) Reset() { *m = SetBalancerRunningResponse{} } 686 func (m *SetBalancerRunningResponse) String() string { return proto1.CompactTextString(m) } 687 func (*SetBalancerRunningResponse) ProtoMessage() {} 688 689 func (m *SetBalancerRunningResponse) GetPrevBalanceValue() bool { 690 if m != nil && m.PrevBalanceValue != nil { 691 return *m.PrevBalanceValue 692 } 693 return false 694 } 695 696 type IsBalancerEnabledRequest struct { 697 XXX_unrecognized []byte `json:"-"` 698 } 699 700 func (m *IsBalancerEnabledRequest) Reset() { *m = IsBalancerEnabledRequest{} } 701 func (m *IsBalancerEnabledRequest) String() string { return proto1.CompactTextString(m) } 702 func (*IsBalancerEnabledRequest) ProtoMessage() {} 703 704 type IsBalancerEnabledResponse struct { 705 Enabled *bool `protobuf:"varint,1,req,name=enabled" json:"enabled,omitempty"` 706 XXX_unrecognized []byte `json:"-"` 707 } 708 709 func (m *IsBalancerEnabledResponse) Reset() { *m = IsBalancerEnabledResponse{} } 710 func (m *IsBalancerEnabledResponse) String() string { return proto1.CompactTextString(m) } 711 func (*IsBalancerEnabledResponse) ProtoMessage() {} 712 713 func (m *IsBalancerEnabledResponse) GetEnabled() bool { 714 if m != nil && m.Enabled != nil { 715 return *m.Enabled 716 } 717 return false 718 } 719 720 type RunCatalogScanRequest struct { 721 XXX_unrecognized []byte `json:"-"` 722 } 723 724 func (m *RunCatalogScanRequest) Reset() { *m = RunCatalogScanRequest{} } 725 func (m *RunCatalogScanRequest) String() string { return proto1.CompactTextString(m) } 726 func (*RunCatalogScanRequest) ProtoMessage() {} 727 728 type RunCatalogScanResponse struct { 729 ScanResult *int32 `protobuf:"varint,1,opt,name=scan_result" json:"scan_result,omitempty"` 730 XXX_unrecognized []byte `json:"-"` 731 } 732 733 func (m *RunCatalogScanResponse) Reset() { *m = RunCatalogScanResponse{} } 734 func (m *RunCatalogScanResponse) String() string { return proto1.CompactTextString(m) } 735 func (*RunCatalogScanResponse) ProtoMessage() {} 736 737 func (m *RunCatalogScanResponse) GetScanResult() int32 { 738 if m != nil && m.ScanResult != nil { 739 return *m.ScanResult 740 } 741 return 0 742 } 743 744 type EnableCatalogJanitorRequest struct { 745 Enable *bool `protobuf:"varint,1,req,name=enable" json:"enable,omitempty"` 746 XXX_unrecognized []byte `json:"-"` 747 } 748 749 func (m *EnableCatalogJanitorRequest) Reset() { *m = EnableCatalogJanitorRequest{} } 750 func (m *EnableCatalogJanitorRequest) String() string { return proto1.CompactTextString(m) } 751 func (*EnableCatalogJanitorRequest) ProtoMessage() {} 752 753 func (m *EnableCatalogJanitorRequest) GetEnable() bool { 754 if m != nil && m.Enable != nil { 755 return *m.Enable 756 } 757 return false 758 } 759 760 type EnableCatalogJanitorResponse struct { 761 PrevValue *bool `protobuf:"varint,1,opt,name=prev_value" json:"prev_value,omitempty"` 762 XXX_unrecognized []byte `json:"-"` 763 } 764 765 func (m *EnableCatalogJanitorResponse) Reset() { *m = EnableCatalogJanitorResponse{} } 766 func (m *EnableCatalogJanitorResponse) String() string { return proto1.CompactTextString(m) } 767 func (*EnableCatalogJanitorResponse) ProtoMessage() {} 768 769 func (m *EnableCatalogJanitorResponse) GetPrevValue() bool { 770 if m != nil && m.PrevValue != nil { 771 return *m.PrevValue 772 } 773 return false 774 } 775 776 type IsCatalogJanitorEnabledRequest struct { 777 XXX_unrecognized []byte `json:"-"` 778 } 779 780 func (m *IsCatalogJanitorEnabledRequest) Reset() { *m = IsCatalogJanitorEnabledRequest{} } 781 func (m *IsCatalogJanitorEnabledRequest) String() string { return proto1.CompactTextString(m) } 782 func (*IsCatalogJanitorEnabledRequest) ProtoMessage() {} 783 784 type IsCatalogJanitorEnabledResponse struct { 785 Value *bool `protobuf:"varint,1,req,name=value" json:"value,omitempty"` 786 XXX_unrecognized []byte `json:"-"` 787 } 788 789 func (m *IsCatalogJanitorEnabledResponse) Reset() { *m = IsCatalogJanitorEnabledResponse{} } 790 func (m *IsCatalogJanitorEnabledResponse) String() string { return proto1.CompactTextString(m) } 791 func (*IsCatalogJanitorEnabledResponse) ProtoMessage() {} 792 793 func (m *IsCatalogJanitorEnabledResponse) GetValue() bool { 794 if m != nil && m.Value != nil { 795 return *m.Value 796 } 797 return false 798 } 799 800 type SnapshotRequest struct { 801 Snapshot *SnapshotDescription `protobuf:"bytes,1,req,name=snapshot" json:"snapshot,omitempty"` 802 XXX_unrecognized []byte `json:"-"` 803 } 804 805 func (m *SnapshotRequest) Reset() { *m = SnapshotRequest{} } 806 func (m *SnapshotRequest) String() string { return proto1.CompactTextString(m) } 807 func (*SnapshotRequest) ProtoMessage() {} 808 809 func (m *SnapshotRequest) GetSnapshot() *SnapshotDescription { 810 if m != nil { 811 return m.Snapshot 812 } 813 return nil 814 } 815 816 type SnapshotResponse struct { 817 ExpectedTimeout *int64 `protobuf:"varint,1,req,name=expected_timeout" json:"expected_timeout,omitempty"` 818 XXX_unrecognized []byte `json:"-"` 819 } 820 821 func (m *SnapshotResponse) Reset() { *m = SnapshotResponse{} } 822 func (m *SnapshotResponse) String() string { return proto1.CompactTextString(m) } 823 func (*SnapshotResponse) ProtoMessage() {} 824 825 func (m *SnapshotResponse) GetExpectedTimeout() int64 { 826 if m != nil && m.ExpectedTimeout != nil { 827 return *m.ExpectedTimeout 828 } 829 return 0 830 } 831 832 type GetCompletedSnapshotsRequest struct { 833 XXX_unrecognized []byte `json:"-"` 834 } 835 836 func (m *GetCompletedSnapshotsRequest) Reset() { *m = GetCompletedSnapshotsRequest{} } 837 func (m *GetCompletedSnapshotsRequest) String() string { return proto1.CompactTextString(m) } 838 func (*GetCompletedSnapshotsRequest) ProtoMessage() {} 839 840 type GetCompletedSnapshotsResponse struct { 841 Snapshots []*SnapshotDescription `protobuf:"bytes,1,rep,name=snapshots" json:"snapshots,omitempty"` 842 XXX_unrecognized []byte `json:"-"` 843 } 844 845 func (m *GetCompletedSnapshotsResponse) Reset() { *m = GetCompletedSnapshotsResponse{} } 846 func (m *GetCompletedSnapshotsResponse) String() string { return proto1.CompactTextString(m) } 847 func (*GetCompletedSnapshotsResponse) ProtoMessage() {} 848 849 func (m *GetCompletedSnapshotsResponse) GetSnapshots() []*SnapshotDescription { 850 if m != nil { 851 return m.Snapshots 852 } 853 return nil 854 } 855 856 type DeleteSnapshotRequest struct { 857 Snapshot *SnapshotDescription `protobuf:"bytes,1,req,name=snapshot" json:"snapshot,omitempty"` 858 XXX_unrecognized []byte `json:"-"` 859 } 860 861 func (m *DeleteSnapshotRequest) Reset() { *m = DeleteSnapshotRequest{} } 862 func (m *DeleteSnapshotRequest) String() string { return proto1.CompactTextString(m) } 863 func (*DeleteSnapshotRequest) ProtoMessage() {} 864 865 func (m *DeleteSnapshotRequest) GetSnapshot() *SnapshotDescription { 866 if m != nil { 867 return m.Snapshot 868 } 869 return nil 870 } 871 872 type DeleteSnapshotResponse struct { 873 XXX_unrecognized []byte `json:"-"` 874 } 875 876 func (m *DeleteSnapshotResponse) Reset() { *m = DeleteSnapshotResponse{} } 877 func (m *DeleteSnapshotResponse) String() string { return proto1.CompactTextString(m) } 878 func (*DeleteSnapshotResponse) ProtoMessage() {} 879 880 type RestoreSnapshotRequest struct { 881 Snapshot *SnapshotDescription `protobuf:"bytes,1,req,name=snapshot" json:"snapshot,omitempty"` 882 XXX_unrecognized []byte `json:"-"` 883 } 884 885 func (m *RestoreSnapshotRequest) Reset() { *m = RestoreSnapshotRequest{} } 886 func (m *RestoreSnapshotRequest) String() string { return proto1.CompactTextString(m) } 887 func (*RestoreSnapshotRequest) ProtoMessage() {} 888 889 func (m *RestoreSnapshotRequest) GetSnapshot() *SnapshotDescription { 890 if m != nil { 891 return m.Snapshot 892 } 893 return nil 894 } 895 896 type RestoreSnapshotResponse struct { 897 XXX_unrecognized []byte `json:"-"` 898 } 899 900 func (m *RestoreSnapshotResponse) Reset() { *m = RestoreSnapshotResponse{} } 901 func (m *RestoreSnapshotResponse) String() string { return proto1.CompactTextString(m) } 902 func (*RestoreSnapshotResponse) ProtoMessage() {} 903 904 // if you don't send the snapshot, then you will get it back 905 // in the response (if the snapshot is done) so you can check the snapshot 906 type IsSnapshotDoneRequest struct { 907 Snapshot *SnapshotDescription `protobuf:"bytes,1,opt,name=snapshot" json:"snapshot,omitempty"` 908 XXX_unrecognized []byte `json:"-"` 909 } 910 911 func (m *IsSnapshotDoneRequest) Reset() { *m = IsSnapshotDoneRequest{} } 912 func (m *IsSnapshotDoneRequest) String() string { return proto1.CompactTextString(m) } 913 func (*IsSnapshotDoneRequest) ProtoMessage() {} 914 915 func (m *IsSnapshotDoneRequest) GetSnapshot() *SnapshotDescription { 916 if m != nil { 917 return m.Snapshot 918 } 919 return nil 920 } 921 922 type IsSnapshotDoneResponse struct { 923 Done *bool `protobuf:"varint,1,opt,name=done,def=0" json:"done,omitempty"` 924 Snapshot *SnapshotDescription `protobuf:"bytes,2,opt,name=snapshot" json:"snapshot,omitempty"` 925 XXX_unrecognized []byte `json:"-"` 926 } 927 928 func (m *IsSnapshotDoneResponse) Reset() { *m = IsSnapshotDoneResponse{} } 929 func (m *IsSnapshotDoneResponse) String() string { return proto1.CompactTextString(m) } 930 func (*IsSnapshotDoneResponse) ProtoMessage() {} 931 932 const Default_IsSnapshotDoneResponse_Done bool = false 933 934 func (m *IsSnapshotDoneResponse) GetDone() bool { 935 if m != nil && m.Done != nil { 936 return *m.Done 937 } 938 return Default_IsSnapshotDoneResponse_Done 939 } 940 941 func (m *IsSnapshotDoneResponse) GetSnapshot() *SnapshotDescription { 942 if m != nil { 943 return m.Snapshot 944 } 945 return nil 946 } 947 948 type IsRestoreSnapshotDoneRequest struct { 949 Snapshot *SnapshotDescription `protobuf:"bytes,1,opt,name=snapshot" json:"snapshot,omitempty"` 950 XXX_unrecognized []byte `json:"-"` 951 } 952 953 func (m *IsRestoreSnapshotDoneRequest) Reset() { *m = IsRestoreSnapshotDoneRequest{} } 954 func (m *IsRestoreSnapshotDoneRequest) String() string { return proto1.CompactTextString(m) } 955 func (*IsRestoreSnapshotDoneRequest) ProtoMessage() {} 956 957 func (m *IsRestoreSnapshotDoneRequest) GetSnapshot() *SnapshotDescription { 958 if m != nil { 959 return m.Snapshot 960 } 961 return nil 962 } 963 964 type IsRestoreSnapshotDoneResponse struct { 965 Done *bool `protobuf:"varint,1,opt,name=done,def=0" json:"done,omitempty"` 966 XXX_unrecognized []byte `json:"-"` 967 } 968 969 func (m *IsRestoreSnapshotDoneResponse) Reset() { *m = IsRestoreSnapshotDoneResponse{} } 970 func (m *IsRestoreSnapshotDoneResponse) String() string { return proto1.CompactTextString(m) } 971 func (*IsRestoreSnapshotDoneResponse) ProtoMessage() {} 972 973 const Default_IsRestoreSnapshotDoneResponse_Done bool = false 974 975 func (m *IsRestoreSnapshotDoneResponse) GetDone() bool { 976 if m != nil && m.Done != nil { 977 return *m.Done 978 } 979 return Default_IsRestoreSnapshotDoneResponse_Done 980 } 981 982 type GetSchemaAlterStatusRequest struct { 983 TableName *TableName `protobuf:"bytes,1,req,name=table_name" json:"table_name,omitempty"` 984 XXX_unrecognized []byte `json:"-"` 985 } 986 987 func (m *GetSchemaAlterStatusRequest) Reset() { *m = GetSchemaAlterStatusRequest{} } 988 func (m *GetSchemaAlterStatusRequest) String() string { return proto1.CompactTextString(m) } 989 func (*GetSchemaAlterStatusRequest) ProtoMessage() {} 990 991 func (m *GetSchemaAlterStatusRequest) GetTableName() *TableName { 992 if m != nil { 993 return m.TableName 994 } 995 return nil 996 } 997 998 type GetSchemaAlterStatusResponse struct { 999 YetToUpdateRegions *uint32 `protobuf:"varint,1,opt,name=yet_to_update_regions" json:"yet_to_update_regions,omitempty"` 1000 TotalRegions *uint32 `protobuf:"varint,2,opt,name=total_regions" json:"total_regions,omitempty"` 1001 XXX_unrecognized []byte `json:"-"` 1002 } 1003 1004 func (m *GetSchemaAlterStatusResponse) Reset() { *m = GetSchemaAlterStatusResponse{} } 1005 func (m *GetSchemaAlterStatusResponse) String() string { return proto1.CompactTextString(m) } 1006 func (*GetSchemaAlterStatusResponse) ProtoMessage() {} 1007 1008 func (m *GetSchemaAlterStatusResponse) GetYetToUpdateRegions() uint32 { 1009 if m != nil && m.YetToUpdateRegions != nil { 1010 return *m.YetToUpdateRegions 1011 } 1012 return 0 1013 } 1014 1015 func (m *GetSchemaAlterStatusResponse) GetTotalRegions() uint32 { 1016 if m != nil && m.TotalRegions != nil { 1017 return *m.TotalRegions 1018 } 1019 return 0 1020 } 1021 1022 type GetTableDescriptorsRequest struct { 1023 TableNames []*TableName `protobuf:"bytes,1,rep,name=table_names" json:"table_names,omitempty"` 1024 XXX_unrecognized []byte `json:"-"` 1025 } 1026 1027 func (m *GetTableDescriptorsRequest) Reset() { *m = GetTableDescriptorsRequest{} } 1028 func (m *GetTableDescriptorsRequest) String() string { return proto1.CompactTextString(m) } 1029 func (*GetTableDescriptorsRequest) ProtoMessage() {} 1030 1031 func (m *GetTableDescriptorsRequest) GetTableNames() []*TableName { 1032 if m != nil { 1033 return m.TableNames 1034 } 1035 return nil 1036 } 1037 1038 type GetTableDescriptorsResponse struct { 1039 TableSchema []*TableSchema `protobuf:"bytes,1,rep,name=table_schema" json:"table_schema,omitempty"` 1040 XXX_unrecognized []byte `json:"-"` 1041 } 1042 1043 func (m *GetTableDescriptorsResponse) Reset() { *m = GetTableDescriptorsResponse{} } 1044 func (m *GetTableDescriptorsResponse) String() string { return proto1.CompactTextString(m) } 1045 func (*GetTableDescriptorsResponse) ProtoMessage() {} 1046 1047 func (m *GetTableDescriptorsResponse) GetTableSchema() []*TableSchema { 1048 if m != nil { 1049 return m.TableSchema 1050 } 1051 return nil 1052 } 1053 1054 type GetTableNamesRequest struct { 1055 XXX_unrecognized []byte `json:"-"` 1056 } 1057 1058 func (m *GetTableNamesRequest) Reset() { *m = GetTableNamesRequest{} } 1059 func (m *GetTableNamesRequest) String() string { return proto1.CompactTextString(m) } 1060 func (*GetTableNamesRequest) ProtoMessage() {} 1061 1062 type GetTableNamesResponse struct { 1063 TableNames []*TableName `protobuf:"bytes,1,rep,name=table_names" json:"table_names,omitempty"` 1064 XXX_unrecognized []byte `json:"-"` 1065 } 1066 1067 func (m *GetTableNamesResponse) Reset() { *m = GetTableNamesResponse{} } 1068 func (m *GetTableNamesResponse) String() string { return proto1.CompactTextString(m) } 1069 func (*GetTableNamesResponse) ProtoMessage() {} 1070 1071 func (m *GetTableNamesResponse) GetTableNames() []*TableName { 1072 if m != nil { 1073 return m.TableNames 1074 } 1075 return nil 1076 } 1077 1078 type GetClusterStatusRequest struct { 1079 XXX_unrecognized []byte `json:"-"` 1080 } 1081 1082 func (m *GetClusterStatusRequest) Reset() { *m = GetClusterStatusRequest{} } 1083 func (m *GetClusterStatusRequest) String() string { return proto1.CompactTextString(m) } 1084 func (*GetClusterStatusRequest) ProtoMessage() {} 1085 1086 type GetClusterStatusResponse struct { 1087 ClusterStatus *ClusterStatus `protobuf:"bytes,1,req,name=cluster_status" json:"cluster_status,omitempty"` 1088 XXX_unrecognized []byte `json:"-"` 1089 } 1090 1091 func (m *GetClusterStatusResponse) Reset() { *m = GetClusterStatusResponse{} } 1092 func (m *GetClusterStatusResponse) String() string { return proto1.CompactTextString(m) } 1093 func (*GetClusterStatusResponse) ProtoMessage() {} 1094 1095 func (m *GetClusterStatusResponse) GetClusterStatus() *ClusterStatus { 1096 if m != nil { 1097 return m.ClusterStatus 1098 } 1099 return nil 1100 } 1101 1102 type IsMasterRunningRequest struct { 1103 XXX_unrecognized []byte `json:"-"` 1104 } 1105 1106 func (m *IsMasterRunningRequest) Reset() { *m = IsMasterRunningRequest{} } 1107 func (m *IsMasterRunningRequest) String() string { return proto1.CompactTextString(m) } 1108 func (*IsMasterRunningRequest) ProtoMessage() {} 1109 1110 type IsMasterRunningResponse struct { 1111 IsMasterRunning *bool `protobuf:"varint,1,req,name=is_master_running" json:"is_master_running,omitempty"` 1112 XXX_unrecognized []byte `json:"-"` 1113 } 1114 1115 func (m *IsMasterRunningResponse) Reset() { *m = IsMasterRunningResponse{} } 1116 func (m *IsMasterRunningResponse) String() string { return proto1.CompactTextString(m) } 1117 func (*IsMasterRunningResponse) ProtoMessage() {} 1118 1119 func (m *IsMasterRunningResponse) GetIsMasterRunning() bool { 1120 if m != nil && m.IsMasterRunning != nil { 1121 return *m.IsMasterRunning 1122 } 1123 return false 1124 } 1125 1126 type ExecProcedureRequest struct { 1127 Procedure *ProcedureDescription `protobuf:"bytes,1,req,name=procedure" json:"procedure,omitempty"` 1128 XXX_unrecognized []byte `json:"-"` 1129 } 1130 1131 func (m *ExecProcedureRequest) Reset() { *m = ExecProcedureRequest{} } 1132 func (m *ExecProcedureRequest) String() string { return proto1.CompactTextString(m) } 1133 func (*ExecProcedureRequest) ProtoMessage() {} 1134 1135 func (m *ExecProcedureRequest) GetProcedure() *ProcedureDescription { 1136 if m != nil { 1137 return m.Procedure 1138 } 1139 return nil 1140 } 1141 1142 type ExecProcedureResponse struct { 1143 ExpectedTimeout *int64 `protobuf:"varint,1,req,name=expected_timeout" json:"expected_timeout,omitempty"` 1144 XXX_unrecognized []byte `json:"-"` 1145 } 1146 1147 func (m *ExecProcedureResponse) Reset() { *m = ExecProcedureResponse{} } 1148 func (m *ExecProcedureResponse) String() string { return proto1.CompactTextString(m) } 1149 func (*ExecProcedureResponse) ProtoMessage() {} 1150 1151 func (m *ExecProcedureResponse) GetExpectedTimeout() int64 { 1152 if m != nil && m.ExpectedTimeout != nil { 1153 return *m.ExpectedTimeout 1154 } 1155 return 0 1156 } 1157 1158 type IsProcedureDoneRequest struct { 1159 Procedure *ProcedureDescription `protobuf:"bytes,1,opt,name=procedure" json:"procedure,omitempty"` 1160 XXX_unrecognized []byte `json:"-"` 1161 } 1162 1163 func (m *IsProcedureDoneRequest) Reset() { *m = IsProcedureDoneRequest{} } 1164 func (m *IsProcedureDoneRequest) String() string { return proto1.CompactTextString(m) } 1165 func (*IsProcedureDoneRequest) ProtoMessage() {} 1166 1167 func (m *IsProcedureDoneRequest) GetProcedure() *ProcedureDescription { 1168 if m != nil { 1169 return m.Procedure 1170 } 1171 return nil 1172 } 1173 1174 type IsProcedureDoneResponse struct { 1175 Done *bool `protobuf:"varint,1,opt,name=done,def=0" json:"done,omitempty"` 1176 Snapshot *ProcedureDescription `protobuf:"bytes,2,opt,name=snapshot" json:"snapshot,omitempty"` 1177 XXX_unrecognized []byte `json:"-"` 1178 } 1179 1180 func (m *IsProcedureDoneResponse) Reset() { *m = IsProcedureDoneResponse{} } 1181 func (m *IsProcedureDoneResponse) String() string { return proto1.CompactTextString(m) } 1182 func (*IsProcedureDoneResponse) ProtoMessage() {} 1183 1184 const Default_IsProcedureDoneResponse_Done bool = false 1185 1186 func (m *IsProcedureDoneResponse) GetDone() bool { 1187 if m != nil && m.Done != nil { 1188 return *m.Done 1189 } 1190 return Default_IsProcedureDoneResponse_Done 1191 } 1192 1193 func (m *IsProcedureDoneResponse) GetSnapshot() *ProcedureDescription { 1194 if m != nil { 1195 return m.Snapshot 1196 } 1197 return nil 1198 } 1199 1200 type TruncateTableRequest struct { 1201 TableName *TableName `protobuf:"bytes,1,req,name=tableName" json:"tableName,omitempty"` 1202 PreserveSplits *bool `protobuf:"varint,2,opt,name=preserveSplits,def=0" json:"preserveSplits,omitempty"` 1203 XXX_unrecognized []byte `json:"-"` 1204 } 1205 1206 func (m *TruncateTableRequest) Reset() { *m = TruncateTableRequest{} } 1207 func (m *TruncateTableRequest) String() string { return proto1.CompactTextString(m) } 1208 func (*TruncateTableRequest) ProtoMessage() {} 1209 1210 const Default_TruncateTableRequest_PreserveSplits bool = false 1211 1212 func (m *TruncateTableRequest) GetTableName() *TableName { 1213 if m != nil { 1214 return m.TableName 1215 } 1216 return nil 1217 } 1218 1219 func (m *TruncateTableRequest) GetPreserveSplits() bool { 1220 if m != nil && m.PreserveSplits != nil { 1221 return *m.PreserveSplits 1222 } 1223 return Default_TruncateTableRequest_PreserveSplits 1224 } 1225 1226 type TruncateTableResponse struct { 1227 XXX_unrecognized []byte `json:"-"` 1228 } 1229 1230 func (m *TruncateTableResponse) Reset() { *m = TruncateTableResponse{} } 1231 func (m *TruncateTableResponse) String() string { return proto1.CompactTextString(m) } 1232 func (*TruncateTableResponse) ProtoMessage() {} 1233 1234 func init() { 1235 }