github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/libraries/pingcap/go-hbase/proto/ClusterId.pb.go (about) 1 // Code generated by protoc-gen-go. 2 // source: ClusterId.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 // * 15 // Content of the '/hbase/hbaseid', cluster id, znode. 16 // Also cluster of the ${HBASE_ROOTDIR}/hbase.id file. 17 type ClusterId struct { 18 // This is the cluster id, a uuid as a String 19 ClusterId *string `protobuf:"bytes,1,req,name=cluster_id" json:"cluster_id,omitempty"` 20 XXX_unrecognized []byte `json:"-"` 21 } 22 23 func (m *ClusterId) Reset() { *m = ClusterId{} } 24 func (m *ClusterId) String() string { return proto1.CompactTextString(m) } 25 func (*ClusterId) ProtoMessage() {} 26 27 func (m *ClusterId) GetClusterId() string { 28 if m != nil && m.ClusterId != nil { 29 return *m.ClusterId 30 } 31 return "" 32 } 33 34 func init() { 35 }