|
|
|
@ -324,6 +324,53 @@ func (x *GetResponse) GetRecord() *Record {
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type ListTypesResponse struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
Types []string `protobuf:"bytes,1,rep,name=types,proto3" json:"types,omitempty"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ListTypesResponse) Reset() {
|
|
|
|
|
*x = ListTypesResponse{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[5]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ListTypesResponse) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*ListTypesResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *ListTypesResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[5]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
return ms
|
|
|
|
|
}
|
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use ListTypesResponse.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*ListTypesResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_databroker_proto_rawDescGZIP(), []int{5}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ListTypesResponse) GetTypes() []string {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Types
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type QueryRequest struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
@ -339,7 +386,7 @@ type QueryRequest struct {
|
|
|
|
|
func (x *QueryRequest) Reset() {
|
|
|
|
|
*x = QueryRequest{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[5]
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[6]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -352,7 +399,7 @@ func (x *QueryRequest) String() string {
|
|
|
|
|
func (*QueryRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *QueryRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[5]
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[6]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -365,7 +412,7 @@ func (x *QueryRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use QueryRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*QueryRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_databroker_proto_rawDescGZIP(), []int{5}
|
|
|
|
|
return file_databroker_proto_rawDescGZIP(), []int{6}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *QueryRequest) GetType() string {
|
|
|
|
@ -417,7 +464,7 @@ type QueryResponse struct {
|
|
|
|
|
func (x *QueryResponse) Reset() {
|
|
|
|
|
*x = QueryResponse{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[6]
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[7]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -430,7 +477,7 @@ func (x *QueryResponse) String() string {
|
|
|
|
|
func (*QueryResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *QueryResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[6]
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[7]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -443,7 +490,7 @@ func (x *QueryResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use QueryResponse.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*QueryResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_databroker_proto_rawDescGZIP(), []int{6}
|
|
|
|
|
return file_databroker_proto_rawDescGZIP(), []int{7}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *QueryResponse) GetRecords() []*Record {
|
|
|
|
@ -485,7 +532,7 @@ type PutRequest struct {
|
|
|
|
|
func (x *PutRequest) Reset() {
|
|
|
|
|
*x = PutRequest{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[7]
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[8]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -498,7 +545,7 @@ func (x *PutRequest) String() string {
|
|
|
|
|
func (*PutRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *PutRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[7]
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[8]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -511,7 +558,7 @@ func (x *PutRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use PutRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*PutRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_databroker_proto_rawDescGZIP(), []int{7}
|
|
|
|
|
return file_databroker_proto_rawDescGZIP(), []int{8}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *PutRequest) GetRecords() []*Record {
|
|
|
|
@ -533,7 +580,7 @@ type PutResponse struct {
|
|
|
|
|
func (x *PutResponse) Reset() {
|
|
|
|
|
*x = PutResponse{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[8]
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[9]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -546,7 +593,7 @@ func (x *PutResponse) String() string {
|
|
|
|
|
func (*PutResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *PutResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[8]
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[9]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -559,7 +606,7 @@ func (x *PutResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use PutResponse.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*PutResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_databroker_proto_rawDescGZIP(), []int{8}
|
|
|
|
|
return file_databroker_proto_rawDescGZIP(), []int{9}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *PutResponse) GetServerVersion() uint64 {
|
|
|
|
@ -588,7 +635,7 @@ type SetOptionsRequest struct {
|
|
|
|
|
func (x *SetOptionsRequest) Reset() {
|
|
|
|
|
*x = SetOptionsRequest{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[9]
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[10]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -601,7 +648,7 @@ func (x *SetOptionsRequest) String() string {
|
|
|
|
|
func (*SetOptionsRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *SetOptionsRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[9]
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[10]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -614,7 +661,7 @@ func (x *SetOptionsRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use SetOptionsRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*SetOptionsRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_databroker_proto_rawDescGZIP(), []int{9}
|
|
|
|
|
return file_databroker_proto_rawDescGZIP(), []int{10}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *SetOptionsRequest) GetType() string {
|
|
|
|
@ -642,7 +689,7 @@ type SetOptionsResponse struct {
|
|
|
|
|
func (x *SetOptionsResponse) Reset() {
|
|
|
|
|
*x = SetOptionsResponse{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[10]
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[11]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -655,7 +702,7 @@ func (x *SetOptionsResponse) String() string {
|
|
|
|
|
func (*SetOptionsResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *SetOptionsResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[10]
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[11]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -668,7 +715,7 @@ func (x *SetOptionsResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use SetOptionsResponse.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*SetOptionsResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_databroker_proto_rawDescGZIP(), []int{10}
|
|
|
|
|
return file_databroker_proto_rawDescGZIP(), []int{11}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *SetOptionsResponse) GetOptions() *Options {
|
|
|
|
@ -691,7 +738,7 @@ type SyncRequest struct {
|
|
|
|
|
func (x *SyncRequest) Reset() {
|
|
|
|
|
*x = SyncRequest{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[11]
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[12]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -704,7 +751,7 @@ func (x *SyncRequest) String() string {
|
|
|
|
|
func (*SyncRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *SyncRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[11]
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[12]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -717,7 +764,7 @@ func (x *SyncRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use SyncRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*SyncRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_databroker_proto_rawDescGZIP(), []int{11}
|
|
|
|
|
return file_databroker_proto_rawDescGZIP(), []int{12}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *SyncRequest) GetServerVersion() uint64 {
|
|
|
|
@ -752,7 +799,7 @@ type SyncResponse struct {
|
|
|
|
|
func (x *SyncResponse) Reset() {
|
|
|
|
|
*x = SyncResponse{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[12]
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[13]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -765,7 +812,7 @@ func (x *SyncResponse) String() string {
|
|
|
|
|
func (*SyncResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *SyncResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[12]
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[13]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -778,7 +825,7 @@ func (x *SyncResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use SyncResponse.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*SyncResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_databroker_proto_rawDescGZIP(), []int{12}
|
|
|
|
|
return file_databroker_proto_rawDescGZIP(), []int{13}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *SyncResponse) GetRecord() *Record {
|
|
|
|
@ -799,7 +846,7 @@ type SyncLatestRequest struct {
|
|
|
|
|
func (x *SyncLatestRequest) Reset() {
|
|
|
|
|
*x = SyncLatestRequest{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[13]
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[14]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -812,7 +859,7 @@ func (x *SyncLatestRequest) String() string {
|
|
|
|
|
func (*SyncLatestRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *SyncLatestRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[13]
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[14]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -825,7 +872,7 @@ func (x *SyncLatestRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use SyncLatestRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*SyncLatestRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_databroker_proto_rawDescGZIP(), []int{13}
|
|
|
|
|
return file_databroker_proto_rawDescGZIP(), []int{14}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *SyncLatestRequest) GetType() string {
|
|
|
|
@ -850,7 +897,7 @@ type SyncLatestResponse struct {
|
|
|
|
|
func (x *SyncLatestResponse) Reset() {
|
|
|
|
|
*x = SyncLatestResponse{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[14]
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[15]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -863,7 +910,7 @@ func (x *SyncLatestResponse) String() string {
|
|
|
|
|
func (*SyncLatestResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *SyncLatestResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[14]
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[15]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -876,7 +923,7 @@ func (x *SyncLatestResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use SyncLatestResponse.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*SyncLatestResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_databroker_proto_rawDescGZIP(), []int{14}
|
|
|
|
|
return file_databroker_proto_rawDescGZIP(), []int{15}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *SyncLatestResponse) GetResponse() isSyncLatestResponse_Response {
|
|
|
|
@ -932,7 +979,7 @@ type AcquireLeaseRequest struct {
|
|
|
|
|
func (x *AcquireLeaseRequest) Reset() {
|
|
|
|
|
*x = AcquireLeaseRequest{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[15]
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[16]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -945,7 +992,7 @@ func (x *AcquireLeaseRequest) String() string {
|
|
|
|
|
func (*AcquireLeaseRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *AcquireLeaseRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[15]
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[16]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -958,7 +1005,7 @@ func (x *AcquireLeaseRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use AcquireLeaseRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*AcquireLeaseRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_databroker_proto_rawDescGZIP(), []int{15}
|
|
|
|
|
return file_databroker_proto_rawDescGZIP(), []int{16}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *AcquireLeaseRequest) GetName() string {
|
|
|
|
@ -988,7 +1035,7 @@ type AcquireLeaseResponse struct {
|
|
|
|
|
func (x *AcquireLeaseResponse) Reset() {
|
|
|
|
|
*x = AcquireLeaseResponse{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[16]
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[17]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -1001,7 +1048,7 @@ func (x *AcquireLeaseResponse) String() string {
|
|
|
|
|
func (*AcquireLeaseResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *AcquireLeaseResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[16]
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[17]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -1014,7 +1061,7 @@ func (x *AcquireLeaseResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use AcquireLeaseResponse.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*AcquireLeaseResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_databroker_proto_rawDescGZIP(), []int{16}
|
|
|
|
|
return file_databroker_proto_rawDescGZIP(), []int{17}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *AcquireLeaseResponse) GetId() string {
|
|
|
|
@ -1036,7 +1083,7 @@ type ReleaseLeaseRequest struct {
|
|
|
|
|
func (x *ReleaseLeaseRequest) Reset() {
|
|
|
|
|
*x = ReleaseLeaseRequest{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[17]
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[18]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -1049,7 +1096,7 @@ func (x *ReleaseLeaseRequest) String() string {
|
|
|
|
|
func (*ReleaseLeaseRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *ReleaseLeaseRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[17]
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[18]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -1062,7 +1109,7 @@ func (x *ReleaseLeaseRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use ReleaseLeaseRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*ReleaseLeaseRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_databroker_proto_rawDescGZIP(), []int{17}
|
|
|
|
|
return file_databroker_proto_rawDescGZIP(), []int{18}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *ReleaseLeaseRequest) GetName() string {
|
|
|
|
@ -1092,7 +1139,7 @@ type RenewLeaseRequest struct {
|
|
|
|
|
func (x *RenewLeaseRequest) Reset() {
|
|
|
|
|
*x = RenewLeaseRequest{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[18]
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[19]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -1105,7 +1152,7 @@ func (x *RenewLeaseRequest) String() string {
|
|
|
|
|
func (*RenewLeaseRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *RenewLeaseRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[18]
|
|
|
|
|
mi := &file_databroker_proto_msgTypes[19]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -1118,7 +1165,7 @@ func (x *RenewLeaseRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use RenewLeaseRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*RenewLeaseRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_databroker_proto_rawDescGZIP(), []int{18}
|
|
|
|
|
return file_databroker_proto_rawDescGZIP(), []int{19}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *RenewLeaseRequest) GetName() string {
|
|
|
|
@ -1187,132 +1234,139 @@ var file_databroker_proto_rawDesc = []byte{
|
|
|
|
|
0x69, 0x64, 0x22, 0x39, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
|
|
|
|
0x65, 0x12, 0x2a, 0x0a, 0x06, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
|
|
0x0b, 0x32, 0x12, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e, 0x52,
|
|
|
|
|
0x65, 0x63, 0x6f, 0x72, 0x64, 0x52, 0x06, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x22, 0x97, 0x01,
|
|
|
|
|
0x0a, 0x0c, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12,
|
|
|
|
|
0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79,
|
|
|
|
|
0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x71, 0x75, 0x65, 0x72, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
|
|
0x09, 0x52, 0x05, 0x71, 0x75, 0x65, 0x72, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73,
|
|
|
|
|
0x65, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74,
|
|
|
|
|
0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
|
|
0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x2f, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72,
|
|
|
|
|
0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
|
|
|
|
|
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52,
|
|
|
|
|
0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x22, 0xac, 0x01, 0x0a, 0x0d, 0x51, 0x75, 0x65, 0x72,
|
|
|
|
|
0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2c, 0x0a, 0x07, 0x72, 0x65, 0x63,
|
|
|
|
|
0x6f, 0x72, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x64, 0x61, 0x74,
|
|
|
|
|
0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x52, 0x07,
|
|
|
|
|
0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x12, 0x1f, 0x0a, 0x0b, 0x74, 0x6f, 0x74, 0x61, 0x6c,
|
|
|
|
|
0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x74, 0x6f,
|
|
|
|
|
0x74, 0x61, 0x6c, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x25, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76,
|
|
|
|
|
0x65, 0x72, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04,
|
|
|
|
|
0x52, 0x0d, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12,
|
|
|
|
|
0x25, 0x0a, 0x0e, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f,
|
|
|
|
|
0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0d, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x56,
|
|
|
|
|
0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x3a, 0x0a, 0x0a, 0x50, 0x75, 0x74, 0x52, 0x65, 0x71,
|
|
|
|
|
0x75, 0x65, 0x73, 0x74, 0x12, 0x2c, 0x0a, 0x07, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x18,
|
|
|
|
|
0x65, 0x63, 0x6f, 0x72, 0x64, 0x52, 0x06, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x22, 0x29, 0x0a,
|
|
|
|
|
0x11, 0x4c, 0x69, 0x73, 0x74, 0x54, 0x79, 0x70, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
|
|
|
0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x79, 0x70, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28,
|
|
|
|
|
0x09, 0x52, 0x05, 0x74, 0x79, 0x70, 0x65, 0x73, 0x22, 0x97, 0x01, 0x0a, 0x0c, 0x51, 0x75, 0x65,
|
|
|
|
|
0x72, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70,
|
|
|
|
|
0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a,
|
|
|
|
|
0x05, 0x71, 0x75, 0x65, 0x72, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x71, 0x75,
|
|
|
|
|
0x65, 0x72, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x03, 0x20,
|
|
|
|
|
0x01, 0x28, 0x03, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x6c,
|
|
|
|
|
0x69, 0x6d, 0x69, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69,
|
|
|
|
|
0x74, 0x12, 0x2f, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28,
|
|
|
|
|
0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
|
|
|
0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74,
|
|
|
|
|
0x65, 0x72, 0x22, 0xac, 0x01, 0x0a, 0x0d, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x73, 0x70,
|
|
|
|
|
0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2c, 0x0a, 0x07, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x18,
|
|
|
|
|
0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b,
|
|
|
|
|
0x65, 0x72, 0x2e, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x52, 0x07, 0x72, 0x65, 0x63, 0x6f, 0x72,
|
|
|
|
|
0x64, 0x73, 0x22, 0x62, 0x0a, 0x0b, 0x50, 0x75, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
|
|
|
|
0x65, 0x12, 0x25, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x76, 0x65, 0x72, 0x73,
|
|
|
|
|
0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0d, 0x73, 0x65, 0x72, 0x76, 0x65,
|
|
|
|
|
0x72, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x2c, 0x0a, 0x07, 0x72, 0x65, 0x63, 0x6f,
|
|
|
|
|
0x72, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x64, 0x61, 0x74, 0x61,
|
|
|
|
|
0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x52, 0x07, 0x72,
|
|
|
|
|
0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x22, 0x56, 0x0a, 0x11, 0x53, 0x65, 0x74, 0x4f, 0x70, 0x74,
|
|
|
|
|
0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74,
|
|
|
|
|
0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12,
|
|
|
|
|
0x2d, 0x0a, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
|
|
|
|
|
0x32, 0x13, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e, 0x4f, 0x70,
|
|
|
|
|
0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x43,
|
|
|
|
|
0x0a, 0x12, 0x53, 0x65, 0x74, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70,
|
|
|
|
|
0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2d, 0x0a, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18,
|
|
|
|
|
0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b,
|
|
|
|
|
0x65, 0x72, 0x2e, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x07, 0x6f, 0x70, 0x74, 0x69,
|
|
|
|
|
0x6f, 0x6e, 0x73, 0x22, 0x6f, 0x0a, 0x0b, 0x53, 0x79, 0x6e, 0x63, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
|
|
|
0x73, 0x74, 0x12, 0x25, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x76, 0x65, 0x72,
|
|
|
|
|
0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0d, 0x73, 0x65, 0x72, 0x76,
|
|
|
|
|
0x65, 0x72, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x25, 0x0a, 0x0e, 0x72, 0x65, 0x63,
|
|
|
|
|
0x6f, 0x72, 0x64, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
|
|
0x04, 0x52, 0x0d, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e,
|
|
|
|
|
0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
|
|
|
|
|
0x74, 0x79, 0x70, 0x65, 0x22, 0x3a, 0x0a, 0x0c, 0x53, 0x79, 0x6e, 0x63, 0x52, 0x65, 0x73, 0x70,
|
|
|
|
|
0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2a, 0x0a, 0x06, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x18, 0x01,
|
|
|
|
|
0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65,
|
|
|
|
|
0x72, 0x2e, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x52, 0x06, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64,
|
|
|
|
|
0x22, 0x27, 0x0a, 0x11, 0x53, 0x79, 0x6e, 0x63, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x52, 0x65,
|
|
|
|
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20,
|
|
|
|
|
0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x82, 0x01, 0x0a, 0x12, 0x53, 0x79,
|
|
|
|
|
0x6e, 0x63, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
|
|
|
|
|
0x12, 0x2c, 0x0a, 0x06, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
|
|
|
|
|
0x64, 0x73, 0x12, 0x1f, 0x0a, 0x0b, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x63, 0x6f, 0x75, 0x6e,
|
|
|
|
|
0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x43, 0x6f,
|
|
|
|
|
0x75, 0x6e, 0x74, 0x12, 0x25, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x76, 0x65,
|
|
|
|
|
0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0d, 0x73, 0x65, 0x72,
|
|
|
|
|
0x76, 0x65, 0x72, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x25, 0x0a, 0x0e, 0x72, 0x65,
|
|
|
|
|
0x63, 0x6f, 0x72, 0x64, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01,
|
|
|
|
|
0x28, 0x04, 0x52, 0x0d, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f,
|
|
|
|
|
0x6e, 0x22, 0x3a, 0x0a, 0x0a, 0x50, 0x75, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
|
|
|
|
|
0x2c, 0x0a, 0x07, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b,
|
|
|
|
|
0x32, 0x12, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e, 0x52, 0x65,
|
|
|
|
|
0x63, 0x6f, 0x72, 0x64, 0x48, 0x00, 0x52, 0x06, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x12, 0x32,
|
|
|
|
|
0x0a, 0x08, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
|
|
|
|
|
0x32, 0x14, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e, 0x56, 0x65,
|
|
|
|
|
0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x48, 0x00, 0x52, 0x08, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f,
|
|
|
|
|
0x6e, 0x73, 0x42, 0x0a, 0x0a, 0x08, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x60,
|
|
|
|
|
0x0a, 0x13, 0x41, 0x63, 0x71, 0x75, 0x69, 0x72, 0x65, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65,
|
|
|
|
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20,
|
|
|
|
|
0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x35, 0x0a, 0x08, 0x64, 0x75, 0x72,
|
|
|
|
|
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x67, 0x6f,
|
|
|
|
|
0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x44, 0x75,
|
|
|
|
|
0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x08, 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
|
|
|
|
0x22, 0x26, 0x0a, 0x14, 0x41, 0x63, 0x71, 0x75, 0x69, 0x72, 0x65, 0x4c, 0x65, 0x61, 0x73, 0x65,
|
|
|
|
|
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01,
|
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x22, 0x39, 0x0a, 0x13, 0x52, 0x65, 0x6c, 0x65,
|
|
|
|
|
0x61, 0x73, 0x65, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
|
|
|
|
|
0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e,
|
|
|
|
|
0x61, 0x6d, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
|
0x02, 0x69, 0x64, 0x22, 0x6e, 0x0a, 0x11, 0x52, 0x65, 0x6e, 0x65, 0x77, 0x4c, 0x65, 0x61, 0x73,
|
|
|
|
|
0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65,
|
|
|
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x0e, 0x0a, 0x02,
|
|
|
|
|
0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x35, 0x0a, 0x08,
|
|
|
|
|
0x64, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19,
|
|
|
|
|
0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
|
|
|
|
|
0x2e, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x08, 0x64, 0x75, 0x72, 0x61, 0x74,
|
|
|
|
|
0x69, 0x6f, 0x6e, 0x32, 0xfb, 0x04, 0x0a, 0x11, 0x44, 0x61, 0x74, 0x61, 0x42, 0x72, 0x6f, 0x6b,
|
|
|
|
|
0x65, 0x72, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x51, 0x0a, 0x0c, 0x41, 0x63, 0x71,
|
|
|
|
|
0x75, 0x69, 0x72, 0x65, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x1f, 0x2e, 0x64, 0x61, 0x74, 0x61,
|
|
|
|
|
0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e, 0x41, 0x63, 0x71, 0x75, 0x69, 0x72, 0x65, 0x4c, 0x65,
|
|
|
|
|
0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x64, 0x61, 0x74,
|
|
|
|
|
0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e, 0x41, 0x63, 0x71, 0x75, 0x69, 0x72, 0x65, 0x4c,
|
|
|
|
|
0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x36, 0x0a, 0x03,
|
|
|
|
|
0x47, 0x65, 0x74, 0x12, 0x16, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72,
|
|
|
|
|
0x2e, 0x47, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x64, 0x61,
|
|
|
|
|
0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70,
|
|
|
|
|
0x6f, 0x6e, 0x73, 0x65, 0x12, 0x36, 0x0a, 0x03, 0x50, 0x75, 0x74, 0x12, 0x16, 0x2e, 0x64, 0x61,
|
|
|
|
|
0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e, 0x50, 0x75, 0x74, 0x52, 0x65, 0x71, 0x75,
|
|
|
|
|
0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72,
|
|
|
|
|
0x2e, 0x50, 0x75, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3c, 0x0a, 0x05,
|
|
|
|
|
0x51, 0x75, 0x65, 0x72, 0x79, 0x12, 0x18, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b,
|
|
|
|
|
0x65, 0x72, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
|
|
|
|
|
0x19, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e, 0x51, 0x75, 0x65,
|
|
|
|
|
0x72, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x47, 0x0a, 0x0c, 0x52, 0x65,
|
|
|
|
|
0x6c, 0x65, 0x61, 0x73, 0x65, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x1f, 0x2e, 0x64, 0x61, 0x74,
|
|
|
|
|
0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x4c,
|
|
|
|
|
0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f,
|
|
|
|
|
0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d,
|
|
|
|
|
0x70, 0x74, 0x79, 0x12, 0x43, 0x0a, 0x0a, 0x52, 0x65, 0x6e, 0x65, 0x77, 0x4c, 0x65, 0x61, 0x73,
|
|
|
|
|
0x65, 0x12, 0x1d, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e, 0x52,
|
|
|
|
|
0x65, 0x6e, 0x65, 0x77, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
|
|
|
0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
|
|
|
|
|
0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x4b, 0x0a, 0x0a, 0x53, 0x65, 0x74, 0x4f,
|
|
|
|
|
0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1d, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f,
|
|
|
|
|
0x6b, 0x65, 0x72, 0x2e, 0x53, 0x65, 0x74, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65,
|
|
|
|
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b,
|
|
|
|
|
0x65, 0x72, 0x2e, 0x53, 0x65, 0x74, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73,
|
|
|
|
|
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3b, 0x0a, 0x04, 0x53, 0x79, 0x6e, 0x63, 0x12, 0x17, 0x2e,
|
|
|
|
|
0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x52,
|
|
|
|
|
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x18, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f,
|
|
|
|
|
0x6b, 0x65, 0x72, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
|
|
|
|
|
0x30, 0x01, 0x12, 0x4d, 0x0a, 0x0a, 0x53, 0x79, 0x6e, 0x63, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74,
|
|
|
|
|
0x12, 0x1d, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e, 0x53, 0x79,
|
|
|
|
|
0x6e, 0x63, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
|
|
|
|
|
0x1e, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e, 0x53, 0x79, 0x6e,
|
|
|
|
|
0x63, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x30,
|
|
|
|
|
0x01, 0x42, 0x32, 0x5a, 0x30, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f,
|
|
|
|
|
0x70, 0x6f, 0x6d, 0x65, 0x72, 0x69, 0x75, 0x6d, 0x2f, 0x70, 0x6f, 0x6d, 0x65, 0x72, 0x69, 0x75,
|
|
|
|
|
0x6d, 0x2f, 0x70, 0x6b, 0x67, 0x2f, 0x67, 0x72, 0x70, 0x63, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x62,
|
|
|
|
|
0x72, 0x6f, 0x6b, 0x65, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
0x63, 0x6f, 0x72, 0x64, 0x52, 0x07, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x22, 0x62, 0x0a,
|
|
|
|
|
0x0b, 0x50, 0x75, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x25, 0x0a, 0x0e,
|
|
|
|
|
0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01,
|
|
|
|
|
0x20, 0x01, 0x28, 0x04, 0x52, 0x0d, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x65, 0x72, 0x73,
|
|
|
|
|
0x69, 0x6f, 0x6e, 0x12, 0x2c, 0x0a, 0x07, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x18, 0x02,
|
|
|
|
|
0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65,
|
|
|
|
|
0x72, 0x2e, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x52, 0x07, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64,
|
|
|
|
|
0x73, 0x22, 0x56, 0x0a, 0x11, 0x53, 0x65, 0x74, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52,
|
|
|
|
|
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01,
|
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x2d, 0x0a, 0x07, 0x6f, 0x70,
|
|
|
|
|
0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x64, 0x61,
|
|
|
|
|
0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73,
|
|
|
|
|
0x52, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x43, 0x0a, 0x12, 0x53, 0x65, 0x74,
|
|
|
|
|
0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
|
|
|
|
|
0x2d, 0x0a, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
|
|
|
|
|
0x32, 0x13, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e, 0x4f, 0x70,
|
|
|
|
|
0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x6f,
|
|
|
|
|
0x0a, 0x0b, 0x53, 0x79, 0x6e, 0x63, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x25, 0x0a,
|
|
|
|
|
0x0e, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18,
|
|
|
|
|
0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0d, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x65, 0x72,
|
|
|
|
|
0x73, 0x69, 0x6f, 0x6e, 0x12, 0x25, 0x0a, 0x0e, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x5f, 0x76,
|
|
|
|
|
0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0d, 0x72, 0x65,
|
|
|
|
|
0x63, 0x6f, 0x72, 0x64, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x74,
|
|
|
|
|
0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22,
|
|
|
|
|
0x3a, 0x0a, 0x0c, 0x53, 0x79, 0x6e, 0x63, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
|
|
|
|
|
0x2a, 0x0a, 0x06, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
|
|
|
0x12, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e, 0x52, 0x65, 0x63,
|
|
|
|
|
0x6f, 0x72, 0x64, 0x52, 0x06, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x22, 0x27, 0x0a, 0x11, 0x53,
|
|
|
|
|
0x79, 0x6e, 0x63, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
|
|
|
0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
|
|
|
|
|
0x74, 0x79, 0x70, 0x65, 0x22, 0x82, 0x01, 0x0a, 0x12, 0x53, 0x79, 0x6e, 0x63, 0x4c, 0x61, 0x74,
|
|
|
|
|
0x65, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2c, 0x0a, 0x06, 0x72,
|
|
|
|
|
0x65, 0x63, 0x6f, 0x72, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x64, 0x61,
|
|
|
|
|
0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x48,
|
|
|
|
|
0x00, 0x52, 0x06, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x12, 0x32, 0x0a, 0x08, 0x76, 0x65, 0x72,
|
|
|
|
|
0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x64, 0x61,
|
|
|
|
|
0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e,
|
|
|
|
|
0x73, 0x48, 0x00, 0x52, 0x08, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x0a, 0x0a,
|
|
|
|
|
0x08, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x60, 0x0a, 0x13, 0x41, 0x63, 0x71,
|
|
|
|
|
0x75, 0x69, 0x72, 0x65, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
|
|
|
0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
|
|
|
|
|
0x6e, 0x61, 0x6d, 0x65, 0x12, 0x35, 0x0a, 0x08, 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
|
|
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
|
|
|
|
|
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f,
|
|
|
|
|
0x6e, 0x52, 0x08, 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x26, 0x0a, 0x14, 0x41,
|
|
|
|
|
0x63, 0x71, 0x75, 0x69, 0x72, 0x65, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
|
|
|
|
0x6e, 0x73, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
|
0x02, 0x69, 0x64, 0x22, 0x39, 0x0a, 0x13, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x4c, 0x65,
|
|
|
|
|
0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61,
|
|
|
|
|
0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x0e,
|
|
|
|
|
0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x22, 0x6e,
|
|
|
|
|
0x0a, 0x11, 0x52, 0x65, 0x6e, 0x65, 0x77, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75,
|
|
|
|
|
0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
|
|
0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20,
|
|
|
|
|
0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x35, 0x0a, 0x08, 0x64, 0x75, 0x72, 0x61, 0x74,
|
|
|
|
|
0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
|
|
|
|
|
0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x44, 0x75, 0x72, 0x61,
|
|
|
|
|
0x74, 0x69, 0x6f, 0x6e, 0x52, 0x08, 0x64, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x32, 0xbf,
|
|
|
|
|
0x05, 0x0a, 0x11, 0x44, 0x61, 0x74, 0x61, 0x42, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x53, 0x65, 0x72,
|
|
|
|
|
0x76, 0x69, 0x63, 0x65, 0x12, 0x51, 0x0a, 0x0c, 0x41, 0x63, 0x71, 0x75, 0x69, 0x72, 0x65, 0x4c,
|
|
|
|
|
0x65, 0x61, 0x73, 0x65, 0x12, 0x1f, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65,
|
|
|
|
|
0x72, 0x2e, 0x41, 0x63, 0x71, 0x75, 0x69, 0x72, 0x65, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65,
|
|
|
|
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b,
|
|
|
|
|
0x65, 0x72, 0x2e, 0x41, 0x63, 0x71, 0x75, 0x69, 0x72, 0x65, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x52,
|
|
|
|
|
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x36, 0x0a, 0x03, 0x47, 0x65, 0x74, 0x12, 0x16,
|
|
|
|
|
0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x52,
|
|
|
|
|
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f,
|
|
|
|
|
0x6b, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
|
|
|
|
|
0x42, 0x0a, 0x09, 0x4c, 0x69, 0x73, 0x74, 0x54, 0x79, 0x70, 0x65, 0x73, 0x12, 0x16, 0x2e, 0x67,
|
|
|
|
|
0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45,
|
|
|
|
|
0x6d, 0x70, 0x74, 0x79, 0x1a, 0x1d, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65,
|
|
|
|
|
0x72, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x54, 0x79, 0x70, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
|
|
|
|
0x6e, 0x73, 0x65, 0x12, 0x36, 0x0a, 0x03, 0x50, 0x75, 0x74, 0x12, 0x16, 0x2e, 0x64, 0x61, 0x74,
|
|
|
|
|
0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e, 0x50, 0x75, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
|
|
|
0x73, 0x74, 0x1a, 0x17, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e,
|
|
|
|
|
0x50, 0x75, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3c, 0x0a, 0x05, 0x51,
|
|
|
|
|
0x75, 0x65, 0x72, 0x79, 0x12, 0x18, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65,
|
|
|
|
|
0x72, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x19,
|
|
|
|
|
0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e, 0x51, 0x75, 0x65, 0x72,
|
|
|
|
|
0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x47, 0x0a, 0x0c, 0x52, 0x65, 0x6c,
|
|
|
|
|
0x65, 0x61, 0x73, 0x65, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x1f, 0x2e, 0x64, 0x61, 0x74, 0x61,
|
|
|
|
|
0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x4c, 0x65,
|
|
|
|
|
0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f,
|
|
|
|
|
0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70,
|
|
|
|
|
0x74, 0x79, 0x12, 0x43, 0x0a, 0x0a, 0x52, 0x65, 0x6e, 0x65, 0x77, 0x4c, 0x65, 0x61, 0x73, 0x65,
|
|
|
|
|
0x12, 0x1d, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e, 0x52, 0x65,
|
|
|
|
|
0x6e, 0x65, 0x77, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
|
|
|
|
|
0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
|
|
|
|
|
0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x4b, 0x0a, 0x0a, 0x53, 0x65, 0x74, 0x4f, 0x70,
|
|
|
|
|
0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1d, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b,
|
|
|
|
|
0x65, 0x72, 0x2e, 0x53, 0x65, 0x74, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71,
|
|
|
|
|
0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65,
|
|
|
|
|
0x72, 0x2e, 0x53, 0x65, 0x74, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70,
|
|
|
|
|
0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3b, 0x0a, 0x04, 0x53, 0x79, 0x6e, 0x63, 0x12, 0x17, 0x2e, 0x64,
|
|
|
|
|
0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x52, 0x65,
|
|
|
|
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x18, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b,
|
|
|
|
|
0x65, 0x72, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x30,
|
|
|
|
|
0x01, 0x12, 0x4d, 0x0a, 0x0a, 0x53, 0x79, 0x6e, 0x63, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x12,
|
|
|
|
|
0x1d, 0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e, 0x53, 0x79, 0x6e,
|
|
|
|
|
0x63, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e,
|
|
|
|
|
0x2e, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x2e, 0x53, 0x79, 0x6e, 0x63,
|
|
|
|
|
0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x30, 0x01,
|
|
|
|
|
0x42, 0x32, 0x5a, 0x30, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x70,
|
|
|
|
|
0x6f, 0x6d, 0x65, 0x72, 0x69, 0x75, 0x6d, 0x2f, 0x70, 0x6f, 0x6d, 0x65, 0x72, 0x69, 0x75, 0x6d,
|
|
|
|
|
0x2f, 0x70, 0x6b, 0x67, 0x2f, 0x67, 0x72, 0x70, 0x63, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x62, 0x72,
|
|
|
|
|
0x6f, 0x6b, 0x65, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var (
|
|
|
|
@ -1327,39 +1381,40 @@ func file_databroker_proto_rawDescGZIP() []byte {
|
|
|
|
|
return file_databroker_proto_rawDescData
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var file_databroker_proto_msgTypes = make([]protoimpl.MessageInfo, 19)
|
|
|
|
|
var file_databroker_proto_msgTypes = make([]protoimpl.MessageInfo, 20)
|
|
|
|
|
var file_databroker_proto_goTypes = []interface{}{
|
|
|
|
|
(*Record)(nil), // 0: databroker.Record
|
|
|
|
|
(*Versions)(nil), // 1: databroker.Versions
|
|
|
|
|
(*Options)(nil), // 2: databroker.Options
|
|
|
|
|
(*GetRequest)(nil), // 3: databroker.GetRequest
|
|
|
|
|
(*GetResponse)(nil), // 4: databroker.GetResponse
|
|
|
|
|
(*QueryRequest)(nil), // 5: databroker.QueryRequest
|
|
|
|
|
(*QueryResponse)(nil), // 6: databroker.QueryResponse
|
|
|
|
|
(*PutRequest)(nil), // 7: databroker.PutRequest
|
|
|
|
|
(*PutResponse)(nil), // 8: databroker.PutResponse
|
|
|
|
|
(*SetOptionsRequest)(nil), // 9: databroker.SetOptionsRequest
|
|
|
|
|
(*SetOptionsResponse)(nil), // 10: databroker.SetOptionsResponse
|
|
|
|
|
(*SyncRequest)(nil), // 11: databroker.SyncRequest
|
|
|
|
|
(*SyncResponse)(nil), // 12: databroker.SyncResponse
|
|
|
|
|
(*SyncLatestRequest)(nil), // 13: databroker.SyncLatestRequest
|
|
|
|
|
(*SyncLatestResponse)(nil), // 14: databroker.SyncLatestResponse
|
|
|
|
|
(*AcquireLeaseRequest)(nil), // 15: databroker.AcquireLeaseRequest
|
|
|
|
|
(*AcquireLeaseResponse)(nil), // 16: databroker.AcquireLeaseResponse
|
|
|
|
|
(*ReleaseLeaseRequest)(nil), // 17: databroker.ReleaseLeaseRequest
|
|
|
|
|
(*RenewLeaseRequest)(nil), // 18: databroker.RenewLeaseRequest
|
|
|
|
|
(*anypb.Any)(nil), // 19: google.protobuf.Any
|
|
|
|
|
(*timestamppb.Timestamp)(nil), // 20: google.protobuf.Timestamp
|
|
|
|
|
(*structpb.Struct)(nil), // 21: google.protobuf.Struct
|
|
|
|
|
(*durationpb.Duration)(nil), // 22: google.protobuf.Duration
|
|
|
|
|
(*emptypb.Empty)(nil), // 23: google.protobuf.Empty
|
|
|
|
|
(*ListTypesResponse)(nil), // 5: databroker.ListTypesResponse
|
|
|
|
|
(*QueryRequest)(nil), // 6: databroker.QueryRequest
|
|
|
|
|
(*QueryResponse)(nil), // 7: databroker.QueryResponse
|
|
|
|
|
(*PutRequest)(nil), // 8: databroker.PutRequest
|
|
|
|
|
(*PutResponse)(nil), // 9: databroker.PutResponse
|
|
|
|
|
(*SetOptionsRequest)(nil), // 10: databroker.SetOptionsRequest
|
|
|
|
|
(*SetOptionsResponse)(nil), // 11: databroker.SetOptionsResponse
|
|
|
|
|
(*SyncRequest)(nil), // 12: databroker.SyncRequest
|
|
|
|
|
(*SyncResponse)(nil), // 13: databroker.SyncResponse
|
|
|
|
|
(*SyncLatestRequest)(nil), // 14: databroker.SyncLatestRequest
|
|
|
|
|
(*SyncLatestResponse)(nil), // 15: databroker.SyncLatestResponse
|
|
|
|
|
(*AcquireLeaseRequest)(nil), // 16: databroker.AcquireLeaseRequest
|
|
|
|
|
(*AcquireLeaseResponse)(nil), // 17: databroker.AcquireLeaseResponse
|
|
|
|
|
(*ReleaseLeaseRequest)(nil), // 18: databroker.ReleaseLeaseRequest
|
|
|
|
|
(*RenewLeaseRequest)(nil), // 19: databroker.RenewLeaseRequest
|
|
|
|
|
(*anypb.Any)(nil), // 20: google.protobuf.Any
|
|
|
|
|
(*timestamppb.Timestamp)(nil), // 21: google.protobuf.Timestamp
|
|
|
|
|
(*structpb.Struct)(nil), // 22: google.protobuf.Struct
|
|
|
|
|
(*durationpb.Duration)(nil), // 23: google.protobuf.Duration
|
|
|
|
|
(*emptypb.Empty)(nil), // 24: google.protobuf.Empty
|
|
|
|
|
}
|
|
|
|
|
var file_databroker_proto_depIdxs = []int32{
|
|
|
|
|
19, // 0: databroker.Record.data:type_name -> google.protobuf.Any
|
|
|
|
|
20, // 1: databroker.Record.modified_at:type_name -> google.protobuf.Timestamp
|
|
|
|
|
20, // 2: databroker.Record.deleted_at:type_name -> google.protobuf.Timestamp
|
|
|
|
|
20, // 0: databroker.Record.data:type_name -> google.protobuf.Any
|
|
|
|
|
21, // 1: databroker.Record.modified_at:type_name -> google.protobuf.Timestamp
|
|
|
|
|
21, // 2: databroker.Record.deleted_at:type_name -> google.protobuf.Timestamp
|
|
|
|
|
0, // 3: databroker.GetResponse.record:type_name -> databroker.Record
|
|
|
|
|
21, // 4: databroker.QueryRequest.filter:type_name -> google.protobuf.Struct
|
|
|
|
|
22, // 4: databroker.QueryRequest.filter:type_name -> google.protobuf.Struct
|
|
|
|
|
0, // 5: databroker.QueryResponse.records:type_name -> databroker.Record
|
|
|
|
|
0, // 6: databroker.PutRequest.records:type_name -> databroker.Record
|
|
|
|
|
0, // 7: databroker.PutResponse.records:type_name -> databroker.Record
|
|
|
|
@ -1368,28 +1423,30 @@ var file_databroker_proto_depIdxs = []int32{
|
|
|
|
|
0, // 10: databroker.SyncResponse.record:type_name -> databroker.Record
|
|
|
|
|
0, // 11: databroker.SyncLatestResponse.record:type_name -> databroker.Record
|
|
|
|
|
1, // 12: databroker.SyncLatestResponse.versions:type_name -> databroker.Versions
|
|
|
|
|
22, // 13: databroker.AcquireLeaseRequest.duration:type_name -> google.protobuf.Duration
|
|
|
|
|
22, // 14: databroker.RenewLeaseRequest.duration:type_name -> google.protobuf.Duration
|
|
|
|
|
15, // 15: databroker.DataBrokerService.AcquireLease:input_type -> databroker.AcquireLeaseRequest
|
|
|
|
|
23, // 13: databroker.AcquireLeaseRequest.duration:type_name -> google.protobuf.Duration
|
|
|
|
|
23, // 14: databroker.RenewLeaseRequest.duration:type_name -> google.protobuf.Duration
|
|
|
|
|
16, // 15: databroker.DataBrokerService.AcquireLease:input_type -> databroker.AcquireLeaseRequest
|
|
|
|
|
3, // 16: databroker.DataBrokerService.Get:input_type -> databroker.GetRequest
|
|
|
|
|
7, // 17: databroker.DataBrokerService.Put:input_type -> databroker.PutRequest
|
|
|
|
|
5, // 18: databroker.DataBrokerService.Query:input_type -> databroker.QueryRequest
|
|
|
|
|
17, // 19: databroker.DataBrokerService.ReleaseLease:input_type -> databroker.ReleaseLeaseRequest
|
|
|
|
|
18, // 20: databroker.DataBrokerService.RenewLease:input_type -> databroker.RenewLeaseRequest
|
|
|
|
|
9, // 21: databroker.DataBrokerService.SetOptions:input_type -> databroker.SetOptionsRequest
|
|
|
|
|
11, // 22: databroker.DataBrokerService.Sync:input_type -> databroker.SyncRequest
|
|
|
|
|
13, // 23: databroker.DataBrokerService.SyncLatest:input_type -> databroker.SyncLatestRequest
|
|
|
|
|
16, // 24: databroker.DataBrokerService.AcquireLease:output_type -> databroker.AcquireLeaseResponse
|
|
|
|
|
4, // 25: databroker.DataBrokerService.Get:output_type -> databroker.GetResponse
|
|
|
|
|
8, // 26: databroker.DataBrokerService.Put:output_type -> databroker.PutResponse
|
|
|
|
|
6, // 27: databroker.DataBrokerService.Query:output_type -> databroker.QueryResponse
|
|
|
|
|
23, // 28: databroker.DataBrokerService.ReleaseLease:output_type -> google.protobuf.Empty
|
|
|
|
|
23, // 29: databroker.DataBrokerService.RenewLease:output_type -> google.protobuf.Empty
|
|
|
|
|
10, // 30: databroker.DataBrokerService.SetOptions:output_type -> databroker.SetOptionsResponse
|
|
|
|
|
12, // 31: databroker.DataBrokerService.Sync:output_type -> databroker.SyncResponse
|
|
|
|
|
14, // 32: databroker.DataBrokerService.SyncLatest:output_type -> databroker.SyncLatestResponse
|
|
|
|
|
24, // [24:33] is the sub-list for method output_type
|
|
|
|
|
15, // [15:24] is the sub-list for method input_type
|
|
|
|
|
24, // 17: databroker.DataBrokerService.ListTypes:input_type -> google.protobuf.Empty
|
|
|
|
|
8, // 18: databroker.DataBrokerService.Put:input_type -> databroker.PutRequest
|
|
|
|
|
6, // 19: databroker.DataBrokerService.Query:input_type -> databroker.QueryRequest
|
|
|
|
|
18, // 20: databroker.DataBrokerService.ReleaseLease:input_type -> databroker.ReleaseLeaseRequest
|
|
|
|
|
19, // 21: databroker.DataBrokerService.RenewLease:input_type -> databroker.RenewLeaseRequest
|
|
|
|
|
10, // 22: databroker.DataBrokerService.SetOptions:input_type -> databroker.SetOptionsRequest
|
|
|
|
|
12, // 23: databroker.DataBrokerService.Sync:input_type -> databroker.SyncRequest
|
|
|
|
|
14, // 24: databroker.DataBrokerService.SyncLatest:input_type -> databroker.SyncLatestRequest
|
|
|
|
|
17, // 25: databroker.DataBrokerService.AcquireLease:output_type -> databroker.AcquireLeaseResponse
|
|
|
|
|
4, // 26: databroker.DataBrokerService.Get:output_type -> databroker.GetResponse
|
|
|
|
|
5, // 27: databroker.DataBrokerService.ListTypes:output_type -> databroker.ListTypesResponse
|
|
|
|
|
9, // 28: databroker.DataBrokerService.Put:output_type -> databroker.PutResponse
|
|
|
|
|
7, // 29: databroker.DataBrokerService.Query:output_type -> databroker.QueryResponse
|
|
|
|
|
24, // 30: databroker.DataBrokerService.ReleaseLease:output_type -> google.protobuf.Empty
|
|
|
|
|
24, // 31: databroker.DataBrokerService.RenewLease:output_type -> google.protobuf.Empty
|
|
|
|
|
11, // 32: databroker.DataBrokerService.SetOptions:output_type -> databroker.SetOptionsResponse
|
|
|
|
|
13, // 33: databroker.DataBrokerService.Sync:output_type -> databroker.SyncResponse
|
|
|
|
|
15, // 34: databroker.DataBrokerService.SyncLatest:output_type -> databroker.SyncLatestResponse
|
|
|
|
|
25, // [25:35] is the sub-list for method output_type
|
|
|
|
|
15, // [15:25] is the sub-list for method input_type
|
|
|
|
|
15, // [15:15] is the sub-list for extension type_name
|
|
|
|
|
15, // [15:15] is the sub-list for extension extendee
|
|
|
|
|
0, // [0:15] is the sub-list for field type_name
|
|
|
|
@ -1462,7 +1519,7 @@ func file_databroker_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_databroker_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*QueryRequest); i {
|
|
|
|
|
switch v := v.(*ListTypesResponse); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -1474,7 +1531,7 @@ func file_databroker_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_databroker_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*QueryResponse); i {
|
|
|
|
|
switch v := v.(*QueryRequest); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -1486,7 +1543,7 @@ func file_databroker_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_databroker_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*PutRequest); i {
|
|
|
|
|
switch v := v.(*QueryResponse); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -1498,7 +1555,7 @@ func file_databroker_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_databroker_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*PutResponse); i {
|
|
|
|
|
switch v := v.(*PutRequest); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -1510,7 +1567,7 @@ func file_databroker_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_databroker_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*SetOptionsRequest); i {
|
|
|
|
|
switch v := v.(*PutResponse); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -1522,7 +1579,7 @@ func file_databroker_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_databroker_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*SetOptionsResponse); i {
|
|
|
|
|
switch v := v.(*SetOptionsRequest); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -1534,7 +1591,7 @@ func file_databroker_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_databroker_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*SyncRequest); i {
|
|
|
|
|
switch v := v.(*SetOptionsResponse); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -1546,7 +1603,7 @@ func file_databroker_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_databroker_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*SyncResponse); i {
|
|
|
|
|
switch v := v.(*SyncRequest); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -1558,7 +1615,7 @@ func file_databroker_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_databroker_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*SyncLatestRequest); i {
|
|
|
|
|
switch v := v.(*SyncResponse); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -1570,7 +1627,7 @@ func file_databroker_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_databroker_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*SyncLatestResponse); i {
|
|
|
|
|
switch v := v.(*SyncLatestRequest); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -1582,7 +1639,7 @@ func file_databroker_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_databroker_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*AcquireLeaseRequest); i {
|
|
|
|
|
switch v := v.(*SyncLatestResponse); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -1594,7 +1651,7 @@ func file_databroker_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_databroker_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*AcquireLeaseResponse); i {
|
|
|
|
|
switch v := v.(*AcquireLeaseRequest); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -1606,7 +1663,7 @@ func file_databroker_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_databroker_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*ReleaseLeaseRequest); i {
|
|
|
|
|
switch v := v.(*AcquireLeaseResponse); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -1618,6 +1675,18 @@ func file_databroker_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_databroker_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*ReleaseLeaseRequest); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
case 2:
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
default:
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_databroker_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*RenewLeaseRequest); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
@ -1631,7 +1700,7 @@ func file_databroker_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_databroker_proto_msgTypes[2].OneofWrappers = []interface{}{}
|
|
|
|
|
file_databroker_proto_msgTypes[14].OneofWrappers = []interface{}{
|
|
|
|
|
file_databroker_proto_msgTypes[15].OneofWrappers = []interface{}{
|
|
|
|
|
(*SyncLatestResponse_Record)(nil),
|
|
|
|
|
(*SyncLatestResponse_Versions)(nil),
|
|
|
|
|
}
|
|
|
|
@ -1641,7 +1710,7 @@ func file_databroker_proto_init() {
|
|
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
|
|
RawDescriptor: file_databroker_proto_rawDesc,
|
|
|
|
|
NumEnums: 0,
|
|
|
|
|
NumMessages: 19,
|
|
|
|
|
NumMessages: 20,
|
|
|
|
|
NumExtensions: 0,
|
|
|
|
|
NumServices: 1,
|
|
|
|
|
},
|
|
|
|
@ -1671,6 +1740,8 @@ type DataBrokerServiceClient interface {
|
|
|
|
|
AcquireLease(ctx context.Context, in *AcquireLeaseRequest, opts ...grpc.CallOption) (*AcquireLeaseResponse, error)
|
|
|
|
|
// Get gets a record.
|
|
|
|
|
Get(ctx context.Context, in *GetRequest, opts ...grpc.CallOption) (*GetResponse, error)
|
|
|
|
|
// ListTypes lists all the known record types.
|
|
|
|
|
ListTypes(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ListTypesResponse, error)
|
|
|
|
|
// Put saves a record.
|
|
|
|
|
Put(ctx context.Context, in *PutRequest, opts ...grpc.CallOption) (*PutResponse, error)
|
|
|
|
|
// Query queries for records.
|
|
|
|
@ -1713,6 +1784,15 @@ func (c *dataBrokerServiceClient) Get(ctx context.Context, in *GetRequest, opts
|
|
|
|
|
return out, nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (c *dataBrokerServiceClient) ListTypes(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ListTypesResponse, error) {
|
|
|
|
|
out := new(ListTypesResponse)
|
|
|
|
|
err := c.cc.Invoke(ctx, "/databroker.DataBrokerService/ListTypes", in, out, opts...)
|
|
|
|
|
if err != nil {
|
|
|
|
|
return nil, err
|
|
|
|
|
}
|
|
|
|
|
return out, nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (c *dataBrokerServiceClient) Put(ctx context.Context, in *PutRequest, opts ...grpc.CallOption) (*PutResponse, error) {
|
|
|
|
|
out := new(PutResponse)
|
|
|
|
|
err := c.cc.Invoke(ctx, "/databroker.DataBrokerService/Put", in, out, opts...)
|
|
|
|
@ -1828,6 +1908,8 @@ type DataBrokerServiceServer interface {
|
|
|
|
|
AcquireLease(context.Context, *AcquireLeaseRequest) (*AcquireLeaseResponse, error)
|
|
|
|
|
// Get gets a record.
|
|
|
|
|
Get(context.Context, *GetRequest) (*GetResponse, error)
|
|
|
|
|
// ListTypes lists all the known record types.
|
|
|
|
|
ListTypes(context.Context, *emptypb.Empty) (*ListTypesResponse, error)
|
|
|
|
|
// Put saves a record.
|
|
|
|
|
Put(context.Context, *PutRequest) (*PutResponse, error)
|
|
|
|
|
// Query queries for records.
|
|
|
|
@ -1854,6 +1936,9 @@ func (*UnimplementedDataBrokerServiceServer) AcquireLease(context.Context, *Acqu
|
|
|
|
|
func (*UnimplementedDataBrokerServiceServer) Get(context.Context, *GetRequest) (*GetResponse, error) {
|
|
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method Get not implemented")
|
|
|
|
|
}
|
|
|
|
|
func (*UnimplementedDataBrokerServiceServer) ListTypes(context.Context, *emptypb.Empty) (*ListTypesResponse, error) {
|
|
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method ListTypes not implemented")
|
|
|
|
|
}
|
|
|
|
|
func (*UnimplementedDataBrokerServiceServer) Put(context.Context, *PutRequest) (*PutResponse, error) {
|
|
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method Put not implemented")
|
|
|
|
|
}
|
|
|
|
@ -1916,6 +2001,24 @@ func _DataBrokerService_Get_Handler(srv interface{}, ctx context.Context, dec fu
|
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func _DataBrokerService_ListTypes_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
|
in := new(emptypb.Empty)
|
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
|
return nil, err
|
|
|
|
|
}
|
|
|
|
|
if interceptor == nil {
|
|
|
|
|
return srv.(DataBrokerServiceServer).ListTypes(ctx, in)
|
|
|
|
|
}
|
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
|
Server: srv,
|
|
|
|
|
FullMethod: "/databroker.DataBrokerService/ListTypes",
|
|
|
|
|
}
|
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
|
return srv.(DataBrokerServiceServer).ListTypes(ctx, req.(*emptypb.Empty))
|
|
|
|
|
}
|
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func _DataBrokerService_Put_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
|
in := new(PutRequest)
|
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
@ -2060,6 +2163,10 @@ var _DataBrokerService_serviceDesc = grpc.ServiceDesc{
|
|
|
|
|
MethodName: "Get",
|
|
|
|
|
Handler: _DataBrokerService_Get_Handler,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
MethodName: "ListTypes",
|
|
|
|
|
Handler: _DataBrokerService_ListTypes_Handler,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
MethodName: "Put",
|
|
|
|
|
Handler: _DataBrokerService_Put_Handler,
|
|
|
|
|