Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'proto/go/gitalypb/cleanup.pb.go')
-rw-r--r--proto/go/gitalypb/cleanup.pb.go409
1 files changed, 272 insertions, 137 deletions
diff --git a/proto/go/gitalypb/cleanup.pb.go b/proto/go/gitalypb/cleanup.pb.go
index 8b408cd16..e88278ecf 100644
--- a/proto/go/gitalypb/cleanup.pb.go
+++ b/proto/go/gitalypb/cleanup.pb.go
@@ -1,115 +1,136 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
+// versions:
+// protoc-gen-go v1.23.0
+// protoc v3.12.4
// source: cleanup.proto
package gitalypb
import (
context "context"
- fmt "fmt"
proto "github.com/golang/protobuf/proto"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
- math "math"
+ protoreflect "google.golang.org/protobuf/reflect/protoreflect"
+ protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
-// Reference imports to suppress errors if they are not otherwise used.
-var _ = proto.Marshal
-var _ = fmt.Errorf
-var _ = math.Inf
+const (
+ // Verify that this generated code is sufficiently up-to-date.
+ _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
+ // Verify that runtime/protoimpl is sufficiently up-to-date.
+ _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
+)
-// This is a compile-time assertion to ensure that this generated file
-// is compatible with the proto package it is being compiled against.
-// A compilation error at this line likely means your copy of the
-// proto package needs to be updated.
-const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
+// This is a compile-time assertion that a sufficiently up-to-date version
+// of the legacy proto package is being used.
+const _ = proto.ProtoPackageIsVersion4
type ApplyBfgObjectMapStreamRequest struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+
// Only available on the first message
Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
// A raw object-map file as generated by BFG: https://rtyley.github.io/bfg-repo-cleaner
// Each line in the file has two object SHAs, space-separated - the original
// SHA of the object, and the SHA after BFG has rewritten the object.
- ObjectMap []byte `protobuf:"bytes,2,opt,name=object_map,json=objectMap,proto3" json:"object_map,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
+ ObjectMap []byte `protobuf:"bytes,2,opt,name=object_map,json=objectMap,proto3" json:"object_map,omitempty"`
}
-func (m *ApplyBfgObjectMapStreamRequest) Reset() { *m = ApplyBfgObjectMapStreamRequest{} }
-func (m *ApplyBfgObjectMapStreamRequest) String() string { return proto.CompactTextString(m) }
-func (*ApplyBfgObjectMapStreamRequest) ProtoMessage() {}
-func (*ApplyBfgObjectMapStreamRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_1b19e990e4662c9c, []int{0}
+func (x *ApplyBfgObjectMapStreamRequest) Reset() {
+ *x = ApplyBfgObjectMapStreamRequest{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_cleanup_proto_msgTypes[0]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
}
-func (m *ApplyBfgObjectMapStreamRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_ApplyBfgObjectMapStreamRequest.Unmarshal(m, b)
+func (x *ApplyBfgObjectMapStreamRequest) String() string {
+ return protoimpl.X.MessageStringOf(x)
}
-func (m *ApplyBfgObjectMapStreamRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_ApplyBfgObjectMapStreamRequest.Marshal(b, m, deterministic)
-}
-func (m *ApplyBfgObjectMapStreamRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_ApplyBfgObjectMapStreamRequest.Merge(m, src)
-}
-func (m *ApplyBfgObjectMapStreamRequest) XXX_Size() int {
- return xxx_messageInfo_ApplyBfgObjectMapStreamRequest.Size(m)
-}
-func (m *ApplyBfgObjectMapStreamRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_ApplyBfgObjectMapStreamRequest.DiscardUnknown(m)
+
+func (*ApplyBfgObjectMapStreamRequest) ProtoMessage() {}
+
+func (x *ApplyBfgObjectMapStreamRequest) ProtoReflect() protoreflect.Message {
+ mi := &file_cleanup_proto_msgTypes[0]
+ 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)
}
-var xxx_messageInfo_ApplyBfgObjectMapStreamRequest proto.InternalMessageInfo
+// Deprecated: Use ApplyBfgObjectMapStreamRequest.ProtoReflect.Descriptor instead.
+func (*ApplyBfgObjectMapStreamRequest) Descriptor() ([]byte, []int) {
+ return file_cleanup_proto_rawDescGZIP(), []int{0}
+}
-func (m *ApplyBfgObjectMapStreamRequest) GetRepository() *Repository {
- if m != nil {
- return m.Repository
+func (x *ApplyBfgObjectMapStreamRequest) GetRepository() *Repository {
+ if x != nil {
+ return x.Repository
}
return nil
}
-func (m *ApplyBfgObjectMapStreamRequest) GetObjectMap() []byte {
- if m != nil {
- return m.ObjectMap
+func (x *ApplyBfgObjectMapStreamRequest) GetObjectMap() []byte {
+ if x != nil {
+ return x.ObjectMap
}
return nil
}
type ApplyBfgObjectMapStreamResponse struct {
- Entries []*ApplyBfgObjectMapStreamResponse_Entry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
-}
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
-func (m *ApplyBfgObjectMapStreamResponse) Reset() { *m = ApplyBfgObjectMapStreamResponse{} }
-func (m *ApplyBfgObjectMapStreamResponse) String() string { return proto.CompactTextString(m) }
-func (*ApplyBfgObjectMapStreamResponse) ProtoMessage() {}
-func (*ApplyBfgObjectMapStreamResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_1b19e990e4662c9c, []int{1}
+ Entries []*ApplyBfgObjectMapStreamResponse_Entry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"`
}
-func (m *ApplyBfgObjectMapStreamResponse) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_ApplyBfgObjectMapStreamResponse.Unmarshal(m, b)
-}
-func (m *ApplyBfgObjectMapStreamResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_ApplyBfgObjectMapStreamResponse.Marshal(b, m, deterministic)
-}
-func (m *ApplyBfgObjectMapStreamResponse) XXX_Merge(src proto.Message) {
- xxx_messageInfo_ApplyBfgObjectMapStreamResponse.Merge(m, src)
+func (x *ApplyBfgObjectMapStreamResponse) Reset() {
+ *x = ApplyBfgObjectMapStreamResponse{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_cleanup_proto_msgTypes[1]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
}
-func (m *ApplyBfgObjectMapStreamResponse) XXX_Size() int {
- return xxx_messageInfo_ApplyBfgObjectMapStreamResponse.Size(m)
+
+func (x *ApplyBfgObjectMapStreamResponse) String() string {
+ return protoimpl.X.MessageStringOf(x)
}
-func (m *ApplyBfgObjectMapStreamResponse) XXX_DiscardUnknown() {
- xxx_messageInfo_ApplyBfgObjectMapStreamResponse.DiscardUnknown(m)
+
+func (*ApplyBfgObjectMapStreamResponse) ProtoMessage() {}
+
+func (x *ApplyBfgObjectMapStreamResponse) ProtoReflect() protoreflect.Message {
+ mi := &file_cleanup_proto_msgTypes[1]
+ 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)
}
-var xxx_messageInfo_ApplyBfgObjectMapStreamResponse proto.InternalMessageInfo
+// Deprecated: Use ApplyBfgObjectMapStreamResponse.ProtoReflect.Descriptor instead.
+func (*ApplyBfgObjectMapStreamResponse) Descriptor() ([]byte, []int) {
+ return file_cleanup_proto_rawDescGZIP(), []int{1}
+}
-func (m *ApplyBfgObjectMapStreamResponse) GetEntries() []*ApplyBfgObjectMapStreamResponse_Entry {
- if m != nil {
- return m.Entries
+func (x *ApplyBfgObjectMapStreamResponse) GetEntries() []*ApplyBfgObjectMapStreamResponse_Entry {
+ if x != nil {
+ return x.Entries
}
return nil
}
@@ -117,101 +138,215 @@ func (m *ApplyBfgObjectMapStreamResponse) GetEntries() []*ApplyBfgObjectMapStrea
// We send back each parsed entry in the request's object map so the client
// can take action
type ApplyBfgObjectMapStreamResponse_Entry struct {
- Type ObjectType `protobuf:"varint,1,opt,name=type,proto3,enum=gitaly.ObjectType" json:"type,omitempty"`
- OldOid string `protobuf:"bytes,2,opt,name=old_oid,json=oldOid,proto3" json:"old_oid,omitempty"`
- NewOid string `protobuf:"bytes,3,opt,name=new_oid,json=newOid,proto3" json:"new_oid,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
-}
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
-func (m *ApplyBfgObjectMapStreamResponse_Entry) Reset() { *m = ApplyBfgObjectMapStreamResponse_Entry{} }
-func (m *ApplyBfgObjectMapStreamResponse_Entry) String() string { return proto.CompactTextString(m) }
-func (*ApplyBfgObjectMapStreamResponse_Entry) ProtoMessage() {}
-func (*ApplyBfgObjectMapStreamResponse_Entry) Descriptor() ([]byte, []int) {
- return fileDescriptor_1b19e990e4662c9c, []int{1, 0}
+ Type ObjectType `protobuf:"varint,1,opt,name=type,proto3,enum=gitaly.ObjectType" json:"type,omitempty"`
+ OldOid string `protobuf:"bytes,2,opt,name=old_oid,json=oldOid,proto3" json:"old_oid,omitempty"`
+ NewOid string `protobuf:"bytes,3,opt,name=new_oid,json=newOid,proto3" json:"new_oid,omitempty"`
}
-func (m *ApplyBfgObjectMapStreamResponse_Entry) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_ApplyBfgObjectMapStreamResponse_Entry.Unmarshal(m, b)
-}
-func (m *ApplyBfgObjectMapStreamResponse_Entry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_ApplyBfgObjectMapStreamResponse_Entry.Marshal(b, m, deterministic)
-}
-func (m *ApplyBfgObjectMapStreamResponse_Entry) XXX_Merge(src proto.Message) {
- xxx_messageInfo_ApplyBfgObjectMapStreamResponse_Entry.Merge(m, src)
+func (x *ApplyBfgObjectMapStreamResponse_Entry) Reset() {
+ *x = ApplyBfgObjectMapStreamResponse_Entry{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_cleanup_proto_msgTypes[2]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
}
-func (m *ApplyBfgObjectMapStreamResponse_Entry) XXX_Size() int {
- return xxx_messageInfo_ApplyBfgObjectMapStreamResponse_Entry.Size(m)
+
+func (x *ApplyBfgObjectMapStreamResponse_Entry) String() string {
+ return protoimpl.X.MessageStringOf(x)
}
-func (m *ApplyBfgObjectMapStreamResponse_Entry) XXX_DiscardUnknown() {
- xxx_messageInfo_ApplyBfgObjectMapStreamResponse_Entry.DiscardUnknown(m)
+
+func (*ApplyBfgObjectMapStreamResponse_Entry) ProtoMessage() {}
+
+func (x *ApplyBfgObjectMapStreamResponse_Entry) ProtoReflect() protoreflect.Message {
+ mi := &file_cleanup_proto_msgTypes[2]
+ 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)
}
-var xxx_messageInfo_ApplyBfgObjectMapStreamResponse_Entry proto.InternalMessageInfo
+// Deprecated: Use ApplyBfgObjectMapStreamResponse_Entry.ProtoReflect.Descriptor instead.
+func (*ApplyBfgObjectMapStreamResponse_Entry) Descriptor() ([]byte, []int) {
+ return file_cleanup_proto_rawDescGZIP(), []int{1, 0}
+}
-func (m *ApplyBfgObjectMapStreamResponse_Entry) GetType() ObjectType {
- if m != nil {
- return m.Type
+func (x *ApplyBfgObjectMapStreamResponse_Entry) GetType() ObjectType {
+ if x != nil {
+ return x.Type
}
return ObjectType_UNKNOWN
}
-func (m *ApplyBfgObjectMapStreamResponse_Entry) GetOldOid() string {
- if m != nil {
- return m.OldOid
+func (x *ApplyBfgObjectMapStreamResponse_Entry) GetOldOid() string {
+ if x != nil {
+ return x.OldOid
}
return ""
}
-func (m *ApplyBfgObjectMapStreamResponse_Entry) GetNewOid() string {
- if m != nil {
- return m.NewOid
+func (x *ApplyBfgObjectMapStreamResponse_Entry) GetNewOid() string {
+ if x != nil {
+ return x.NewOid
}
return ""
}
-func init() {
- proto.RegisterType((*ApplyBfgObjectMapStreamRequest)(nil), "gitaly.ApplyBfgObjectMapStreamRequest")
- proto.RegisterType((*ApplyBfgObjectMapStreamResponse)(nil), "gitaly.ApplyBfgObjectMapStreamResponse")
- proto.RegisterType((*ApplyBfgObjectMapStreamResponse_Entry)(nil), "gitaly.ApplyBfgObjectMapStreamResponse.Entry")
-}
-
-func init() { proto.RegisterFile("cleanup.proto", fileDescriptor_1b19e990e4662c9c) }
-
-var fileDescriptor_1b19e990e4662c9c = []byte{
- // 339 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x51, 0x41, 0x4f, 0xf2, 0x40,
- 0x14, 0xcc, 0x02, 0x5f, 0xf9, 0x78, 0x20, 0x87, 0xbd, 0x40, 0x9a, 0xa8, 0x84, 0x03, 0xf6, 0x20,
- 0x2d, 0xc1, 0x8b, 0x57, 0x31, 0xc6, 0x93, 0x21, 0x29, 0x9e, 0xbc, 0x90, 0x6d, 0xfb, 0xac, 0x6b,
- 0x4a, 0x77, 0xdd, 0x2e, 0x90, 0xfe, 0x03, 0xff, 0x81, 0xfe, 0x22, 0x6f, 0xfe, 0x21, 0x4f, 0x86,
- 0x5d, 0x51, 0x2f, 0x04, 0x6f, 0x7d, 0x33, 0x9d, 0x99, 0x37, 0x6f, 0xe1, 0x20, 0xce, 0x90, 0xe5,
- 0x4b, 0xe9, 0x4b, 0x25, 0xb4, 0xa0, 0x4e, 0xca, 0x35, 0xcb, 0x4a, 0x17, 0x32, 0x9e, 0x6b, 0x8b,
- 0xb9, 0xad, 0xe2, 0x81, 0x29, 0x4c, 0xec, 0xd4, 0x2f, 0xe1, 0xe8, 0x42, 0xca, 0xac, 0x9c, 0xdc,
- 0xa7, 0xd3, 0xe8, 0x11, 0x63, 0x7d, 0xc3, 0xe4, 0x4c, 0x2b, 0x64, 0x8b, 0x10, 0x9f, 0x96, 0x58,
- 0x68, 0x7a, 0x0e, 0xa0, 0x50, 0x8a, 0x82, 0x6b, 0xa1, 0xca, 0x2e, 0xe9, 0x11, 0xaf, 0x39, 0xa6,
- 0xbe, 0x35, 0xf6, 0xc3, 0x6f, 0x66, 0x52, 0x7b, 0x7d, 0x3b, 0x25, 0xe1, 0xaf, 0x7f, 0xe9, 0x21,
- 0x80, 0x30, 0x9e, 0xf3, 0x05, 0x93, 0xdd, 0x4a, 0x8f, 0x78, 0xad, 0xb0, 0x21, 0xb6, 0x29, 0xfd,
- 0x77, 0x02, 0xc7, 0x3b, 0xb3, 0x0b, 0x29, 0xf2, 0x02, 0xe9, 0x35, 0xd4, 0x31, 0xd7, 0x8a, 0x63,
- 0xd1, 0x25, 0xbd, 0xaa, 0xd7, 0x1c, 0x0f, 0xb7, 0xc9, 0x7b, 0x94, 0xfe, 0x55, 0xae, 0x55, 0x19,
- 0x6e, 0xd5, 0x2e, 0x83, 0x7f, 0x06, 0xa1, 0x03, 0xa8, 0xe9, 0x52, 0xa2, 0x29, 0xd2, 0xfe, 0x29,
- 0x62, 0x6d, 0x6e, 0x4b, 0x89, 0xa1, 0xe1, 0x69, 0x07, 0xea, 0x22, 0x4b, 0xe6, 0x82, 0x27, 0x66,
- 0xf3, 0x46, 0xe8, 0x88, 0x2c, 0x99, 0xf2, 0x64, 0x43, 0xe4, 0xb8, 0x36, 0x44, 0xd5, 0x12, 0x39,
- 0xae, 0xa7, 0x3c, 0x19, 0x3f, 0x13, 0x68, 0x5f, 0xda, 0xf3, 0xcf, 0x50, 0xad, 0x78, 0x8c, 0x74,
- 0x05, 0x9d, 0x1d, 0x7b, 0xd2, 0xc1, 0xde, 0x22, 0xe6, 0xfc, 0xee, 0xc9, 0x1f, 0x0b, 0xf7, 0x9d,
- 0x8f, 0x17, 0xaf, 0xf2, 0x9f, 0x78, 0x64, 0x44, 0x26, 0xa3, 0xbb, 0x8d, 0x2a, 0x63, 0x91, 0x1f,
- 0x8b, 0x45, 0x60, 0x3f, 0x87, 0x42, 0xa5, 0x81, 0xf5, 0x0a, 0xcc, 0xdb, 0x07, 0xa9, 0xf8, 0x9a,
- 0x65, 0x14, 0x39, 0x06, 0x3a, 0xfb, 0x0c, 0x00, 0x00, 0xff, 0xff, 0x1e, 0x0e, 0x8f, 0x72, 0x41,
- 0x02, 0x00, 0x00,
+var File_cleanup_proto protoreflect.FileDescriptor
+
+var file_cleanup_proto_rawDesc = []byte{
+ 0x0a, 0x0d, 0x63, 0x6c, 0x65, 0x61, 0x6e, 0x75, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
+ 0x06, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x79, 0x1a, 0x0a, 0x6c, 0x69, 0x6e, 0x74, 0x2e, 0x70, 0x72,
+ 0x6f, 0x74, 0x6f, 0x1a, 0x0c, 0x73, 0x68, 0x61, 0x72, 0x65, 0x64, 0x2e, 0x70, 0x72, 0x6f, 0x74,
+ 0x6f, 0x22, 0x79, 0x0a, 0x1e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x42, 0x66, 0x67, 0x4f, 0x62, 0x6a,
+ 0x65, 0x63, 0x74, 0x4d, 0x61, 0x70, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x71, 0x75,
+ 0x65, 0x73, 0x74, 0x12, 0x38, 0x0a, 0x0a, 0x72, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72,
+ 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x79,
+ 0x2e, 0x52, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x42, 0x04, 0x98, 0xc6, 0x2c,
+ 0x01, 0x52, 0x0a, 0x72, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x12, 0x1d, 0x0a,
+ 0x0a, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x6d, 0x61, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28,
+ 0x0c, 0x52, 0x09, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x61, 0x70, 0x22, 0xcd, 0x01, 0x0a,
+ 0x1f, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x42, 0x66, 0x67, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d,
+ 0x61, 0x70, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
+ 0x12, 0x47, 0x0a, 0x07, 0x65, 0x6e, 0x74, 0x72, 0x69, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28,
+ 0x0b, 0x32, 0x2d, 0x2e, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x79, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79,
+ 0x42, 0x66, 0x67, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x61, 0x70, 0x53, 0x74, 0x72, 0x65,
+ 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x6e, 0x74, 0x72, 0x79,
+ 0x52, 0x07, 0x65, 0x6e, 0x74, 0x72, 0x69, 0x65, 0x73, 0x1a, 0x61, 0x0a, 0x05, 0x45, 0x6e, 0x74,
+ 0x72, 0x79, 0x12, 0x26, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e,
+ 0x32, 0x12, 0x2e, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x79, 0x2e, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74,
+ 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x6f, 0x6c,
+ 0x64, 0x5f, 0x6f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f, 0x6c, 0x64,
+ 0x4f, 0x69, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x6e, 0x65, 0x77, 0x5f, 0x6f, 0x69, 0x64, 0x18, 0x03,
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6e, 0x65, 0x77, 0x4f, 0x69, 0x64, 0x32, 0x88, 0x01, 0x0a,
+ 0x0e, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x75, 0x70, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12,
+ 0x76, 0x0a, 0x17, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x42, 0x66, 0x67, 0x4f, 0x62, 0x6a, 0x65, 0x63,
+ 0x74, 0x4d, 0x61, 0x70, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x12, 0x26, 0x2e, 0x67, 0x69, 0x74,
+ 0x61, 0x6c, 0x79, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x42, 0x66, 0x67, 0x4f, 0x62, 0x6a, 0x65,
+ 0x63, 0x74, 0x4d, 0x61, 0x70, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x79, 0x2e, 0x41, 0x70, 0x70, 0x6c,
+ 0x79, 0x42, 0x66, 0x67, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x61, 0x70, 0x53, 0x74, 0x72,
+ 0x65, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x06, 0xfa, 0x97, 0x28,
+ 0x02, 0x08, 0x01, 0x28, 0x01, 0x30, 0x01, 0x42, 0x30, 0x5a, 0x2e, 0x67, 0x69, 0x74, 0x6c, 0x61,
+ 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x69, 0x74, 0x6c, 0x61, 0x62, 0x2d, 0x6f, 0x72, 0x67,
+ 0x2f, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x79, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f,
+ 0x2f, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x79, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
+ 0x33,
+}
+
+var (
+ file_cleanup_proto_rawDescOnce sync.Once
+ file_cleanup_proto_rawDescData = file_cleanup_proto_rawDesc
+)
+
+func file_cleanup_proto_rawDescGZIP() []byte {
+ file_cleanup_proto_rawDescOnce.Do(func() {
+ file_cleanup_proto_rawDescData = protoimpl.X.CompressGZIP(file_cleanup_proto_rawDescData)
+ })
+ return file_cleanup_proto_rawDescData
+}
+
+var file_cleanup_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
+var file_cleanup_proto_goTypes = []interface{}{
+ (*ApplyBfgObjectMapStreamRequest)(nil), // 0: gitaly.ApplyBfgObjectMapStreamRequest
+ (*ApplyBfgObjectMapStreamResponse)(nil), // 1: gitaly.ApplyBfgObjectMapStreamResponse
+ (*ApplyBfgObjectMapStreamResponse_Entry)(nil), // 2: gitaly.ApplyBfgObjectMapStreamResponse.Entry
+ (*Repository)(nil), // 3: gitaly.Repository
+ (ObjectType)(0), // 4: gitaly.ObjectType
+}
+var file_cleanup_proto_depIdxs = []int32{
+ 3, // 0: gitaly.ApplyBfgObjectMapStreamRequest.repository:type_name -> gitaly.Repository
+ 2, // 1: gitaly.ApplyBfgObjectMapStreamResponse.entries:type_name -> gitaly.ApplyBfgObjectMapStreamResponse.Entry
+ 4, // 2: gitaly.ApplyBfgObjectMapStreamResponse.Entry.type:type_name -> gitaly.ObjectType
+ 0, // 3: gitaly.CleanupService.ApplyBfgObjectMapStream:input_type -> gitaly.ApplyBfgObjectMapStreamRequest
+ 1, // 4: gitaly.CleanupService.ApplyBfgObjectMapStream:output_type -> gitaly.ApplyBfgObjectMapStreamResponse
+ 4, // [4:5] is the sub-list for method output_type
+ 3, // [3:4] is the sub-list for method input_type
+ 3, // [3:3] is the sub-list for extension type_name
+ 3, // [3:3] is the sub-list for extension extendee
+ 0, // [0:3] is the sub-list for field type_name
+}
+
+func init() { file_cleanup_proto_init() }
+func file_cleanup_proto_init() {
+ if File_cleanup_proto != nil {
+ return
+ }
+ file_lint_proto_init()
+ file_shared_proto_init()
+ if !protoimpl.UnsafeEnabled {
+ file_cleanup_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*ApplyBfgObjectMapStreamRequest); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_cleanup_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*ApplyBfgObjectMapStreamResponse); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_cleanup_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*ApplyBfgObjectMapStreamResponse_Entry); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ }
+ type x struct{}
+ out := protoimpl.TypeBuilder{
+ File: protoimpl.DescBuilder{
+ GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
+ RawDescriptor: file_cleanup_proto_rawDesc,
+ NumEnums: 0,
+ NumMessages: 3,
+ NumExtensions: 0,
+ NumServices: 1,
+ },
+ GoTypes: file_cleanup_proto_goTypes,
+ DependencyIndexes: file_cleanup_proto_depIdxs,
+ MessageInfos: file_cleanup_proto_msgTypes,
+ }.Build()
+ File_cleanup_proto = out.File
+ file_cleanup_proto_rawDesc = nil
+ file_cleanup_proto_goTypes = nil
+ file_cleanup_proto_depIdxs = nil
}
// Reference imports to suppress errors if they are not otherwise used.
var _ context.Context
-var _ grpc.ClientConn
+var _ grpc.ClientConnInterface
// This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against.
-const _ = grpc.SupportPackageIsVersion4
+const _ = grpc.SupportPackageIsVersion6
// CleanupServiceClient is the client API for CleanupService service.
//
@@ -221,10 +356,10 @@ type CleanupServiceClient interface {
}
type cleanupServiceClient struct {
- cc *grpc.ClientConn
+ cc grpc.ClientConnInterface
}
-func NewCleanupServiceClient(cc *grpc.ClientConn) CleanupServiceClient {
+func NewCleanupServiceClient(cc grpc.ClientConnInterface) CleanupServiceClient {
return &cleanupServiceClient{cc}
}
@@ -268,7 +403,7 @@ type CleanupServiceServer interface {
type UnimplementedCleanupServiceServer struct {
}
-func (*UnimplementedCleanupServiceServer) ApplyBfgObjectMapStream(srv CleanupService_ApplyBfgObjectMapStreamServer) error {
+func (*UnimplementedCleanupServiceServer) ApplyBfgObjectMapStream(CleanupService_ApplyBfgObjectMapStreamServer) error {
return status.Errorf(codes.Unimplemented, "method ApplyBfgObjectMapStream not implemented")
}