github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/libraries/pingcap/go-hbase/proto/SecureBulkLoad.pb.go (about)

     1  // Code generated by protoc-gen-go.
     2  // source: SecureBulkLoad.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 SecureBulkLoadHFilesRequest struct {
    15  	FamilyPath       []*BulkLoadHFileRequest_FamilyPath `protobuf:"bytes,1,rep,name=family_path" json:"family_path,omitempty"`
    16  	AssignSeqNum     *bool                              `protobuf:"varint,2,opt,name=assign_seq_num" json:"assign_seq_num,omitempty"`
    17  	FsToken          *DelegationToken                   `protobuf:"bytes,3,req,name=fs_token" json:"fs_token,omitempty"`
    18  	BulkToken        *string                            `protobuf:"bytes,4,req,name=bulk_token" json:"bulk_token,omitempty"`
    19  	XXX_unrecognized []byte                             `json:"-"`
    20  }
    21  
    22  func (m *SecureBulkLoadHFilesRequest) Reset()         { *m = SecureBulkLoadHFilesRequest{} }
    23  func (m *SecureBulkLoadHFilesRequest) String() string { return proto1.CompactTextString(m) }
    24  func (*SecureBulkLoadHFilesRequest) ProtoMessage()    {}
    25  
    26  func (m *SecureBulkLoadHFilesRequest) GetFamilyPath() []*BulkLoadHFileRequest_FamilyPath {
    27  	if m != nil {
    28  		return m.FamilyPath
    29  	}
    30  	return nil
    31  }
    32  
    33  func (m *SecureBulkLoadHFilesRequest) GetAssignSeqNum() bool {
    34  	if m != nil && m.AssignSeqNum != nil {
    35  		return *m.AssignSeqNum
    36  	}
    37  	return false
    38  }
    39  
    40  func (m *SecureBulkLoadHFilesRequest) GetFsToken() *DelegationToken {
    41  	if m != nil {
    42  		return m.FsToken
    43  	}
    44  	return nil
    45  }
    46  
    47  func (m *SecureBulkLoadHFilesRequest) GetBulkToken() string {
    48  	if m != nil && m.BulkToken != nil {
    49  		return *m.BulkToken
    50  	}
    51  	return ""
    52  }
    53  
    54  type SecureBulkLoadHFilesResponse struct {
    55  	Loaded           *bool  `protobuf:"varint,1,req,name=loaded" json:"loaded,omitempty"`
    56  	XXX_unrecognized []byte `json:"-"`
    57  }
    58  
    59  func (m *SecureBulkLoadHFilesResponse) Reset()         { *m = SecureBulkLoadHFilesResponse{} }
    60  func (m *SecureBulkLoadHFilesResponse) String() string { return proto1.CompactTextString(m) }
    61  func (*SecureBulkLoadHFilesResponse) ProtoMessage()    {}
    62  
    63  func (m *SecureBulkLoadHFilesResponse) GetLoaded() bool {
    64  	if m != nil && m.Loaded != nil {
    65  		return *m.Loaded
    66  	}
    67  	return false
    68  }
    69  
    70  type DelegationToken struct {
    71  	Identifier       []byte  `protobuf:"bytes,1,opt,name=identifier" json:"identifier,omitempty"`
    72  	Password         []byte  `protobuf:"bytes,2,opt,name=password" json:"password,omitempty"`
    73  	Kind             *string `protobuf:"bytes,3,opt,name=kind" json:"kind,omitempty"`
    74  	Service          *string `protobuf:"bytes,4,opt,name=service" json:"service,omitempty"`
    75  	XXX_unrecognized []byte  `json:"-"`
    76  }
    77  
    78  func (m *DelegationToken) Reset()         { *m = DelegationToken{} }
    79  func (m *DelegationToken) String() string { return proto1.CompactTextString(m) }
    80  func (*DelegationToken) ProtoMessage()    {}
    81  
    82  func (m *DelegationToken) GetIdentifier() []byte {
    83  	if m != nil {
    84  		return m.Identifier
    85  	}
    86  	return nil
    87  }
    88  
    89  func (m *DelegationToken) GetPassword() []byte {
    90  	if m != nil {
    91  		return m.Password
    92  	}
    93  	return nil
    94  }
    95  
    96  func (m *DelegationToken) GetKind() string {
    97  	if m != nil && m.Kind != nil {
    98  		return *m.Kind
    99  	}
   100  	return ""
   101  }
   102  
   103  func (m *DelegationToken) GetService() string {
   104  	if m != nil && m.Service != nil {
   105  		return *m.Service
   106  	}
   107  	return ""
   108  }
   109  
   110  type PrepareBulkLoadRequest struct {
   111  	TableName        *TableName `protobuf:"bytes,1,req,name=table_name" json:"table_name,omitempty"`
   112  	XXX_unrecognized []byte     `json:"-"`
   113  }
   114  
   115  func (m *PrepareBulkLoadRequest) Reset()         { *m = PrepareBulkLoadRequest{} }
   116  func (m *PrepareBulkLoadRequest) String() string { return proto1.CompactTextString(m) }
   117  func (*PrepareBulkLoadRequest) ProtoMessage()    {}
   118  
   119  func (m *PrepareBulkLoadRequest) GetTableName() *TableName {
   120  	if m != nil {
   121  		return m.TableName
   122  	}
   123  	return nil
   124  }
   125  
   126  type PrepareBulkLoadResponse struct {
   127  	BulkToken        *string `protobuf:"bytes,1,req,name=bulk_token" json:"bulk_token,omitempty"`
   128  	XXX_unrecognized []byte  `json:"-"`
   129  }
   130  
   131  func (m *PrepareBulkLoadResponse) Reset()         { *m = PrepareBulkLoadResponse{} }
   132  func (m *PrepareBulkLoadResponse) String() string { return proto1.CompactTextString(m) }
   133  func (*PrepareBulkLoadResponse) ProtoMessage()    {}
   134  
   135  func (m *PrepareBulkLoadResponse) GetBulkToken() string {
   136  	if m != nil && m.BulkToken != nil {
   137  		return *m.BulkToken
   138  	}
   139  	return ""
   140  }
   141  
   142  type CleanupBulkLoadRequest struct {
   143  	BulkToken        *string `protobuf:"bytes,1,req,name=bulk_token" json:"bulk_token,omitempty"`
   144  	XXX_unrecognized []byte  `json:"-"`
   145  }
   146  
   147  func (m *CleanupBulkLoadRequest) Reset()         { *m = CleanupBulkLoadRequest{} }
   148  func (m *CleanupBulkLoadRequest) String() string { return proto1.CompactTextString(m) }
   149  func (*CleanupBulkLoadRequest) ProtoMessage()    {}
   150  
   151  func (m *CleanupBulkLoadRequest) GetBulkToken() string {
   152  	if m != nil && m.BulkToken != nil {
   153  		return *m.BulkToken
   154  	}
   155  	return ""
   156  }
   157  
   158  type CleanupBulkLoadResponse struct {
   159  	XXX_unrecognized []byte `json:"-"`
   160  }
   161  
   162  func (m *CleanupBulkLoadResponse) Reset()         { *m = CleanupBulkLoadResponse{} }
   163  func (m *CleanupBulkLoadResponse) String() string { return proto1.CompactTextString(m) }
   164  func (*CleanupBulkLoadResponse) ProtoMessage()    {}
   165  
   166  func init() {
   167  }