github.com/tsuna/gohbase@v0.0.0-20250731002811-4ffcadfba63e/pb/Admin.pb.go (about)

     1  //*
     2  // Licensed to the Apache Software Foundation (ASF) under one
     3  // or more contributor license agreements.  See the NOTICE file
     4  // distributed with this work for additional information
     5  // regarding copyright ownership.  The ASF licenses this file
     6  // to you under the Apache License, Version 2.0 (the
     7  // "License"); you may not use this file except in compliance
     8  // with the License.  You may obtain a copy of the License at
     9  //
    10  //     http://www.apache.org/licenses/LICENSE-2.0
    11  //
    12  // Unless required by applicable law or agreed to in writing, software
    13  // distributed under the License is distributed on an "AS IS" BASIS,
    14  // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    15  // See the License for the specific language governing permissions and
    16  // limitations under the License.
    17  
    18  // Code generated by protoc-gen-go. DO NOT EDIT.
    19  // versions:
    20  // 	protoc-gen-go v1.36.4
    21  // 	protoc        v5.28.3
    22  // source: Admin.proto
    23  
    24  // This file contains protocol buffers that are used for Admin service.
    25  
    26  package pb
    27  
    28  import (
    29  	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
    30  	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
    31  	reflect "reflect"
    32  	sync "sync"
    33  	unsafe "unsafe"
    34  )
    35  
    36  const (
    37  	// Verify that this generated code is sufficiently up-to-date.
    38  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    39  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    40  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    41  )
    42  
    43  type GetRegionInfoResponse_CompactionState int32
    44  
    45  const (
    46  	GetRegionInfoResponse_NONE            GetRegionInfoResponse_CompactionState = 0
    47  	GetRegionInfoResponse_MINOR           GetRegionInfoResponse_CompactionState = 1
    48  	GetRegionInfoResponse_MAJOR           GetRegionInfoResponse_CompactionState = 2
    49  	GetRegionInfoResponse_MAJOR_AND_MINOR GetRegionInfoResponse_CompactionState = 3
    50  )
    51  
    52  // Enum value maps for GetRegionInfoResponse_CompactionState.
    53  var (
    54  	GetRegionInfoResponse_CompactionState_name = map[int32]string{
    55  		0: "NONE",
    56  		1: "MINOR",
    57  		2: "MAJOR",
    58  		3: "MAJOR_AND_MINOR",
    59  	}
    60  	GetRegionInfoResponse_CompactionState_value = map[string]int32{
    61  		"NONE":            0,
    62  		"MINOR":           1,
    63  		"MAJOR":           2,
    64  		"MAJOR_AND_MINOR": 3,
    65  	}
    66  )
    67  
    68  func (x GetRegionInfoResponse_CompactionState) Enum() *GetRegionInfoResponse_CompactionState {
    69  	p := new(GetRegionInfoResponse_CompactionState)
    70  	*p = x
    71  	return p
    72  }
    73  
    74  func (x GetRegionInfoResponse_CompactionState) String() string {
    75  	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
    76  }
    77  
    78  func (GetRegionInfoResponse_CompactionState) Descriptor() protoreflect.EnumDescriptor {
    79  	return file_Admin_proto_enumTypes[0].Descriptor()
    80  }
    81  
    82  func (GetRegionInfoResponse_CompactionState) Type() protoreflect.EnumType {
    83  	return &file_Admin_proto_enumTypes[0]
    84  }
    85  
    86  func (x GetRegionInfoResponse_CompactionState) Number() protoreflect.EnumNumber {
    87  	return protoreflect.EnumNumber(x)
    88  }
    89  
    90  // Deprecated: Do not use.
    91  func (x *GetRegionInfoResponse_CompactionState) UnmarshalJSON(b []byte) error {
    92  	num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
    93  	if err != nil {
    94  		return err
    95  	}
    96  	*x = GetRegionInfoResponse_CompactionState(num)
    97  	return nil
    98  }
    99  
   100  // Deprecated: Use GetRegionInfoResponse_CompactionState.Descriptor instead.
   101  func (GetRegionInfoResponse_CompactionState) EnumDescriptor() ([]byte, []int) {
   102  	return file_Admin_proto_rawDescGZIP(), []int{1, 0}
   103  }
   104  
   105  type GetRegionInfoRequest struct {
   106  	state           protoimpl.MessageState `protogen:"open.v1"`
   107  	Region          *RegionSpecifier       `protobuf:"bytes,1,req,name=region" json:"region,omitempty"`
   108  	CompactionState *bool                  `protobuf:"varint,2,opt,name=compaction_state,json=compactionState" json:"compaction_state,omitempty"`
   109  	unknownFields   protoimpl.UnknownFields
   110  	sizeCache       protoimpl.SizeCache
   111  }
   112  
   113  func (x *GetRegionInfoRequest) Reset() {
   114  	*x = GetRegionInfoRequest{}
   115  	mi := &file_Admin_proto_msgTypes[0]
   116  	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   117  	ms.StoreMessageInfo(mi)
   118  }
   119  
   120  func (x *GetRegionInfoRequest) String() string {
   121  	return protoimpl.X.MessageStringOf(x)
   122  }
   123  
   124  func (*GetRegionInfoRequest) ProtoMessage() {}
   125  
   126  func (x *GetRegionInfoRequest) ProtoReflect() protoreflect.Message {
   127  	mi := &file_Admin_proto_msgTypes[0]
   128  	if x != nil {
   129  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   130  		if ms.LoadMessageInfo() == nil {
   131  			ms.StoreMessageInfo(mi)
   132  		}
   133  		return ms
   134  	}
   135  	return mi.MessageOf(x)
   136  }
   137  
   138  // Deprecated: Use GetRegionInfoRequest.ProtoReflect.Descriptor instead.
   139  func (*GetRegionInfoRequest) Descriptor() ([]byte, []int) {
   140  	return file_Admin_proto_rawDescGZIP(), []int{0}
   141  }
   142  
   143  func (x *GetRegionInfoRequest) GetRegion() *RegionSpecifier {
   144  	if x != nil {
   145  		return x.Region
   146  	}
   147  	return nil
   148  }
   149  
   150  func (x *GetRegionInfoRequest) GetCompactionState() bool {
   151  	if x != nil && x.CompactionState != nil {
   152  		return *x.CompactionState
   153  	}
   154  	return false
   155  }
   156  
   157  type GetRegionInfoResponse struct {
   158  	state           protoimpl.MessageState                 `protogen:"open.v1"`
   159  	RegionInfo      *RegionInfo                            `protobuf:"bytes,1,req,name=region_info,json=regionInfo" json:"region_info,omitempty"`
   160  	CompactionState *GetRegionInfoResponse_CompactionState `protobuf:"varint,2,opt,name=compaction_state,json=compactionState,enum=pb.GetRegionInfoResponse_CompactionState" json:"compaction_state,omitempty"`
   161  	IsRecovering    *bool                                  `protobuf:"varint,3,opt,name=isRecovering" json:"isRecovering,omitempty"`
   162  	unknownFields   protoimpl.UnknownFields
   163  	sizeCache       protoimpl.SizeCache
   164  }
   165  
   166  func (x *GetRegionInfoResponse) Reset() {
   167  	*x = GetRegionInfoResponse{}
   168  	mi := &file_Admin_proto_msgTypes[1]
   169  	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   170  	ms.StoreMessageInfo(mi)
   171  }
   172  
   173  func (x *GetRegionInfoResponse) String() string {
   174  	return protoimpl.X.MessageStringOf(x)
   175  }
   176  
   177  func (*GetRegionInfoResponse) ProtoMessage() {}
   178  
   179  func (x *GetRegionInfoResponse) ProtoReflect() protoreflect.Message {
   180  	mi := &file_Admin_proto_msgTypes[1]
   181  	if x != nil {
   182  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   183  		if ms.LoadMessageInfo() == nil {
   184  			ms.StoreMessageInfo(mi)
   185  		}
   186  		return ms
   187  	}
   188  	return mi.MessageOf(x)
   189  }
   190  
   191  // Deprecated: Use GetRegionInfoResponse.ProtoReflect.Descriptor instead.
   192  func (*GetRegionInfoResponse) Descriptor() ([]byte, []int) {
   193  	return file_Admin_proto_rawDescGZIP(), []int{1}
   194  }
   195  
   196  func (x *GetRegionInfoResponse) GetRegionInfo() *RegionInfo {
   197  	if x != nil {
   198  		return x.RegionInfo
   199  	}
   200  	return nil
   201  }
   202  
   203  func (x *GetRegionInfoResponse) GetCompactionState() GetRegionInfoResponse_CompactionState {
   204  	if x != nil && x.CompactionState != nil {
   205  		return *x.CompactionState
   206  	}
   207  	return GetRegionInfoResponse_NONE
   208  }
   209  
   210  func (x *GetRegionInfoResponse) GetIsRecovering() bool {
   211  	if x != nil && x.IsRecovering != nil {
   212  		return *x.IsRecovering
   213  	}
   214  	return false
   215  }
   216  
   217  // *
   218  // Compacts the specified region.  Performs a major compaction if specified.
   219  // <p>
   220  // This method is asynchronous.
   221  type CompactRegionRequest struct {
   222  	state         protoimpl.MessageState `protogen:"open.v1"`
   223  	Region        *RegionSpecifier       `protobuf:"bytes,1,req,name=region" json:"region,omitempty"`
   224  	Major         *bool                  `protobuf:"varint,2,opt,name=major" json:"major,omitempty"`
   225  	Family        []byte                 `protobuf:"bytes,3,opt,name=family" json:"family,omitempty"`
   226  	unknownFields protoimpl.UnknownFields
   227  	sizeCache     protoimpl.SizeCache
   228  }
   229  
   230  func (x *CompactRegionRequest) Reset() {
   231  	*x = CompactRegionRequest{}
   232  	mi := &file_Admin_proto_msgTypes[2]
   233  	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   234  	ms.StoreMessageInfo(mi)
   235  }
   236  
   237  func (x *CompactRegionRequest) String() string {
   238  	return protoimpl.X.MessageStringOf(x)
   239  }
   240  
   241  func (*CompactRegionRequest) ProtoMessage() {}
   242  
   243  func (x *CompactRegionRequest) ProtoReflect() protoreflect.Message {
   244  	mi := &file_Admin_proto_msgTypes[2]
   245  	if x != nil {
   246  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   247  		if ms.LoadMessageInfo() == nil {
   248  			ms.StoreMessageInfo(mi)
   249  		}
   250  		return ms
   251  	}
   252  	return mi.MessageOf(x)
   253  }
   254  
   255  // Deprecated: Use CompactRegionRequest.ProtoReflect.Descriptor instead.
   256  func (*CompactRegionRequest) Descriptor() ([]byte, []int) {
   257  	return file_Admin_proto_rawDescGZIP(), []int{2}
   258  }
   259  
   260  func (x *CompactRegionRequest) GetRegion() *RegionSpecifier {
   261  	if x != nil {
   262  		return x.Region
   263  	}
   264  	return nil
   265  }
   266  
   267  func (x *CompactRegionRequest) GetMajor() bool {
   268  	if x != nil && x.Major != nil {
   269  		return *x.Major
   270  	}
   271  	return false
   272  }
   273  
   274  func (x *CompactRegionRequest) GetFamily() []byte {
   275  	if x != nil {
   276  		return x.Family
   277  	}
   278  	return nil
   279  }
   280  
   281  type CompactRegionResponse struct {
   282  	state         protoimpl.MessageState `protogen:"open.v1"`
   283  	unknownFields protoimpl.UnknownFields
   284  	sizeCache     protoimpl.SizeCache
   285  }
   286  
   287  func (x *CompactRegionResponse) Reset() {
   288  	*x = CompactRegionResponse{}
   289  	mi := &file_Admin_proto_msgTypes[3]
   290  	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   291  	ms.StoreMessageInfo(mi)
   292  }
   293  
   294  func (x *CompactRegionResponse) String() string {
   295  	return protoimpl.X.MessageStringOf(x)
   296  }
   297  
   298  func (*CompactRegionResponse) ProtoMessage() {}
   299  
   300  func (x *CompactRegionResponse) ProtoReflect() protoreflect.Message {
   301  	mi := &file_Admin_proto_msgTypes[3]
   302  	if x != nil {
   303  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   304  		if ms.LoadMessageInfo() == nil {
   305  			ms.StoreMessageInfo(mi)
   306  		}
   307  		return ms
   308  	}
   309  	return mi.MessageOf(x)
   310  }
   311  
   312  // Deprecated: Use CompactRegionResponse.ProtoReflect.Descriptor instead.
   313  func (*CompactRegionResponse) Descriptor() ([]byte, []int) {
   314  	return file_Admin_proto_rawDescGZIP(), []int{3}
   315  }
   316  
   317  var File_Admin_proto protoreflect.FileDescriptor
   318  
   319  var file_Admin_proto_rawDesc = string([]byte{
   320  	0x0a, 0x0b, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x02, 0x70,
   321  	0x62, 0x1a, 0x0b, 0x48, 0x42, 0x61, 0x73, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x6e,
   322  	0x0a, 0x14, 0x47, 0x65, 0x74, 0x52, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52,
   323  	0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2b, 0x0a, 0x06, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e,
   324  	0x18, 0x01, 0x20, 0x02, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x70, 0x62, 0x2e, 0x52, 0x65, 0x67, 0x69,
   325  	0x6f, 0x6e, 0x53, 0x70, 0x65, 0x63, 0x69, 0x66, 0x69, 0x65, 0x72, 0x52, 0x06, 0x72, 0x65, 0x67,
   326  	0x69, 0x6f, 0x6e, 0x12, 0x29, 0x0a, 0x10, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x63, 0x74, 0x69, 0x6f,
   327  	0x6e, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0f, 0x63,
   328  	0x6f, 0x6d, 0x70, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x65, 0x22, 0x8a,
   329  	0x02, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x52, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f,
   330  	0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2f, 0x0a, 0x0b, 0x72, 0x65, 0x67, 0x69,
   331  	0x6f, 0x6e, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x02, 0x28, 0x0b, 0x32, 0x0e, 0x2e,
   332  	0x70, 0x62, 0x2e, 0x52, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0a, 0x72,
   333  	0x65, 0x67, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x54, 0x0a, 0x10, 0x63, 0x6f, 0x6d,
   334  	0x70, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x02, 0x20,
   335  	0x01, 0x28, 0x0e, 0x32, 0x29, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x65, 0x67, 0x69,
   336  	0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43,
   337  	0x6f, 0x6d, 0x70, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x0f,
   338  	0x63, 0x6f, 0x6d, 0x70, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12,
   339  	0x22, 0x0a, 0x0c, 0x69, 0x73, 0x52, 0x65, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x69, 0x6e, 0x67, 0x18,
   340  	0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x69, 0x73, 0x52, 0x65, 0x63, 0x6f, 0x76, 0x65, 0x72,
   341  	0x69, 0x6e, 0x67, 0x22, 0x46, 0x0a, 0x0f, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x63, 0x74, 0x69, 0x6f,
   342  	0x6e, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x08, 0x0a, 0x04, 0x4e, 0x4f, 0x4e, 0x45, 0x10, 0x00,
   343  	0x12, 0x09, 0x0a, 0x05, 0x4d, 0x49, 0x4e, 0x4f, 0x52, 0x10, 0x01, 0x12, 0x09, 0x0a, 0x05, 0x4d,
   344  	0x41, 0x4a, 0x4f, 0x52, 0x10, 0x02, 0x12, 0x13, 0x0a, 0x0f, 0x4d, 0x41, 0x4a, 0x4f, 0x52, 0x5f,
   345  	0x41, 0x4e, 0x44, 0x5f, 0x4d, 0x49, 0x4e, 0x4f, 0x52, 0x10, 0x03, 0x22, 0x71, 0x0a, 0x14, 0x43,
   346  	0x6f, 0x6d, 0x70, 0x61, 0x63, 0x74, 0x52, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75,
   347  	0x65, 0x73, 0x74, 0x12, 0x2b, 0x0a, 0x06, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20,
   348  	0x02, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x70, 0x62, 0x2e, 0x52, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x53,
   349  	0x70, 0x65, 0x63, 0x69, 0x66, 0x69, 0x65, 0x72, 0x52, 0x06, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e,
   350  	0x12, 0x14, 0x0a, 0x05, 0x6d, 0x61, 0x6a, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52,
   351  	0x05, 0x6d, 0x61, 0x6a, 0x6f, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79,
   352  	0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x22, 0x17,
   353  	0x0a, 0x15, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x63, 0x74, 0x52, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x52,
   354  	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, 0x9a, 0x01, 0x0a, 0x0c, 0x41, 0x64, 0x6d, 0x69,
   355  	0x6e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x44, 0x0a, 0x0d, 0x43, 0x6f, 0x6d, 0x70,
   356  	0x61, 0x63, 0x74, 0x52, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x12, 0x18, 0x2e, 0x70, 0x62, 0x2e, 0x43,
   357  	0x6f, 0x6d, 0x70, 0x61, 0x63, 0x74, 0x52, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75,
   358  	0x65, 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x63, 0x74,
   359  	0x52, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x44,
   360  	0x0a, 0x0d, 0x47, 0x65, 0x74, 0x52, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x12,
   361  	0x18, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x49, 0x6e,
   362  	0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x70, 0x62, 0x2e, 0x47,
   363  	0x65, 0x74, 0x52, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70,
   364  	0x6f, 0x6e, 0x73, 0x65, 0x42, 0x48, 0x0a, 0x2a, 0x6f, 0x72, 0x67, 0x2e, 0x61, 0x70, 0x61, 0x63,
   365  	0x68, 0x65, 0x2e, 0x68, 0x61, 0x64, 0x6f, 0x6f, 0x70, 0x2e, 0x68, 0x62, 0x61, 0x73, 0x65, 0x2e,
   366  	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74,
   367  	0x65, 0x64, 0x42, 0x0b, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x48,
   368  	0x01, 0x5a, 0x05, 0x2e, 0x2e, 0x2f, 0x70, 0x62, 0x88, 0x01, 0x01, 0xa0, 0x01, 0x01,
   369  })
   370  
   371  var (
   372  	file_Admin_proto_rawDescOnce sync.Once
   373  	file_Admin_proto_rawDescData []byte
   374  )
   375  
   376  func file_Admin_proto_rawDescGZIP() []byte {
   377  	file_Admin_proto_rawDescOnce.Do(func() {
   378  		file_Admin_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_Admin_proto_rawDesc), len(file_Admin_proto_rawDesc)))
   379  	})
   380  	return file_Admin_proto_rawDescData
   381  }
   382  
   383  var file_Admin_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
   384  var file_Admin_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
   385  var file_Admin_proto_goTypes = []any{
   386  	(GetRegionInfoResponse_CompactionState)(0), // 0: pb.GetRegionInfoResponse.CompactionState
   387  	(*GetRegionInfoRequest)(nil),               // 1: pb.GetRegionInfoRequest
   388  	(*GetRegionInfoResponse)(nil),              // 2: pb.GetRegionInfoResponse
   389  	(*CompactRegionRequest)(nil),               // 3: pb.CompactRegionRequest
   390  	(*CompactRegionResponse)(nil),              // 4: pb.CompactRegionResponse
   391  	(*RegionSpecifier)(nil),                    // 5: pb.RegionSpecifier
   392  	(*RegionInfo)(nil),                         // 6: pb.RegionInfo
   393  }
   394  var file_Admin_proto_depIdxs = []int32{
   395  	5, // 0: pb.GetRegionInfoRequest.region:type_name -> pb.RegionSpecifier
   396  	6, // 1: pb.GetRegionInfoResponse.region_info:type_name -> pb.RegionInfo
   397  	0, // 2: pb.GetRegionInfoResponse.compaction_state:type_name -> pb.GetRegionInfoResponse.CompactionState
   398  	5, // 3: pb.CompactRegionRequest.region:type_name -> pb.RegionSpecifier
   399  	3, // 4: pb.AdminService.CompactRegion:input_type -> pb.CompactRegionRequest
   400  	1, // 5: pb.AdminService.GetRegionInfo:input_type -> pb.GetRegionInfoRequest
   401  	4, // 6: pb.AdminService.CompactRegion:output_type -> pb.CompactRegionResponse
   402  	2, // 7: pb.AdminService.GetRegionInfo:output_type -> pb.GetRegionInfoResponse
   403  	6, // [6:8] is the sub-list for method output_type
   404  	4, // [4:6] is the sub-list for method input_type
   405  	4, // [4:4] is the sub-list for extension type_name
   406  	4, // [4:4] is the sub-list for extension extendee
   407  	0, // [0:4] is the sub-list for field type_name
   408  }
   409  
   410  func init() { file_Admin_proto_init() }
   411  func file_Admin_proto_init() {
   412  	if File_Admin_proto != nil {
   413  		return
   414  	}
   415  	file_HBase_proto_init()
   416  	type x struct{}
   417  	out := protoimpl.TypeBuilder{
   418  		File: protoimpl.DescBuilder{
   419  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   420  			RawDescriptor: unsafe.Slice(unsafe.StringData(file_Admin_proto_rawDesc), len(file_Admin_proto_rawDesc)),
   421  			NumEnums:      1,
   422  			NumMessages:   4,
   423  			NumExtensions: 0,
   424  			NumServices:   1,
   425  		},
   426  		GoTypes:           file_Admin_proto_goTypes,
   427  		DependencyIndexes: file_Admin_proto_depIdxs,
   428  		EnumInfos:         file_Admin_proto_enumTypes,
   429  		MessageInfos:      file_Admin_proto_msgTypes,
   430  	}.Build()
   431  	File_Admin_proto = out.File
   432  	file_Admin_proto_goTypes = nil
   433  	file_Admin_proto_depIdxs = nil
   434  }