gitalypb

package
v14.0.0-rc2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 10, 2021 License: MIT Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ChangedPaths_Status_name = map[int32]string{
	0: "ADDED",
	1: "MODIFIED",
	2: "DELETED",
	3: "TYPE_CHANGE",
	4: "COPIED",
}
View Source
var ChangedPaths_Status_value = map[string]int32{
	"ADDED":       0,
	"MODIFIED":    1,
	"DELETED":     2,
	"TYPE_CHANGE": 3,
	"COPIED":      4,
}
View Source
var CommitDiffRequest_DiffMode_name = map[int32]string{
	0: "DEFAULT",
	1: "WORDDIFF",
}
View Source
var CommitDiffRequest_DiffMode_value = map[string]int32{
	"DEFAULT":  0,
	"WORDDIFF": 1,
}
View Source
var CreateBranchResponse_Status_name = map[int32]string{
	0: "OK",
	1: "ERR_EXISTS",
	2: "ERR_INVALID",
	3: "ERR_INVALID_START_POINT",
}
View Source
var CreateBranchResponse_Status_value = map[string]int32{
	"OK":                      0,
	"ERR_EXISTS":              1,
	"ERR_INVALID":             2,
	"ERR_INVALID_START_POINT": 3,
}
View Source
var E_AdditionalRepository = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.FieldOptions)(nil),
	ExtensionType: (*bool)(nil),
	Field:         91236,
	Name:          "gitaly.additional_repository",
	Tag:           "varint,91236,opt,name=additional_repository",
	Filename:      "lint.proto",
}
View Source
var E_Intercepted = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.ServiceOptions)(nil),
	ExtensionType: (*bool)(nil),
	Field:         82302,
	Name:          "gitaly.intercepted",
	Tag:           "varint,82302,opt,name=intercepted",
	Filename:      "lint.proto",
}
View Source
var E_OpType = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.MethodOptions)(nil),
	ExtensionType: (*OperationMsg)(nil),
	Field:         82303,
	Name:          "gitaly.op_type",
	Tag:           "bytes,82303,opt,name=op_type",
	Filename:      "lint.proto",
}
View Source
var E_Repository = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.FieldOptions)(nil),
	ExtensionType: (*bool)(nil),
	Field:         91234,
	Name:          "gitaly.repository",
	Tag:           "varint,91234,opt,name=repository",
	Filename:      "lint.proto",
}
View Source
var E_Storage = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.FieldOptions)(nil),
	ExtensionType: (*bool)(nil),
	Field:         91233,
	Name:          "gitaly.storage",
	Tag:           "varint,91233,opt,name=storage",
	Filename:      "lint.proto",
}
View Source
var E_TargetRepository = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.FieldOptions)(nil),
	ExtensionType: (*bool)(nil),
	Field:         91235,
	Name:          "gitaly.target_repository",
	Tag:           "varint,91235,opt,name=target_repository",
	Filename:      "lint.proto",
}
View Source
var FindAllCommitsRequest_Order_name = map[int32]string{
	0: "NONE",
	1: "TOPO",
	2: "DATE",
}
View Source
var FindAllCommitsRequest_Order_value = map[string]int32{
	"NONE": 0,
	"TOPO": 1,
	"DATE": 2,
}
View Source
var FindCommitsRequest_Order_name = map[int32]string{
	0: "NONE",
	1: "TOPO",
}
View Source
var FindCommitsRequest_Order_value = map[string]int32{
	"NONE": 0,
	"TOPO": 1,
}
View Source
var FindLocalBranchesRequest_SortBy_name = map[int32]string{
	0: "NAME",
	1: "UPDATED_ASC",
	2: "UPDATED_DESC",
}
View Source
var FindLocalBranchesRequest_SortBy_value = map[string]int32{
	"NAME":         0,
	"UPDATED_ASC":  1,
	"UPDATED_DESC": 2,
}
View Source
var GetArchiveRequest_Format_name = map[int32]string{
	0: "ZIP",
	1: "TAR",
	2: "TAR_GZ",
	3: "TAR_BZ2",
}
View Source
var GetArchiveRequest_Format_value = map[string]int32{
	"ZIP":     0,
	"TAR":     1,
	"TAR_GZ":  2,
	"TAR_BZ2": 3,
}
View Source
var GetRawChangesResponse_RawChange_Operation_name = map[int32]string{
	0: "UNKNOWN",
	1: "ADDED",
	2: "COPIED",
	3: "DELETED",
	4: "MODIFIED",
	5: "RENAMED",
	6: "TYPE_CHANGED",
}
View Source
var GetRawChangesResponse_RawChange_Operation_value = map[string]int32{
	"UNKNOWN":      0,
	"ADDED":        1,
	"COPIED":       2,
	"DELETED":      3,
	"MODIFIED":     4,
	"RENAMED":      5,
	"TYPE_CHANGED": 6,
}
View Source
var GitalyProtos = []string{
	"blob.proto",
	"cleanup.proto",
	"commit.proto",
	"conflicts.proto",
	"diff.proto",
	"hook.proto",
	"internal.proto",
	"lint.proto",
	"namespace.proto",
	"objectpool.proto",
	"operations.proto",
	"praefect.proto",
	"ref.proto",
	"remote.proto",
	"repository-service.proto",
	"server.proto",
	"shared.proto",
	"smarthttp.proto",
	"ssh.proto",
	"transaction.proto",
	"wiki.proto",
}

GitalyProtos is a list of gitaly protobuf files

View Source
var ObjectType_name = map[int32]string{
	0: "UNKNOWN",
	1: "COMMIT",
	2: "BLOB",
	3: "TREE",
	4: "TAG",
}
View Source
var ObjectType_value = map[string]int32{
	"UNKNOWN": 0,
	"COMMIT":  1,
	"BLOB":    2,
	"TREE":    3,
	"TAG":     4,
}
View Source
var OperationMsg_Operation_name = map[int32]string{
	0: "UNKNOWN",
	1: "MUTATOR",
	2: "ACCESSOR",
}
View Source
var OperationMsg_Operation_value = map[string]int32{
	"UNKNOWN":  0,
	"MUTATOR":  1,
	"ACCESSOR": 2,
}
View Source
var OperationMsg_Scope_name = map[int32]string{
	0: "REPOSITORY",
	2: "STORAGE",
}
View Source
var OperationMsg_Scope_value = map[string]int32{
	"REPOSITORY": 0,
	"STORAGE":    2,
}
View Source
var ReferenceTransactionHookRequest_State_name = map[int32]string{
	0: "PREPARED",
	1: "COMMITTED",
	2: "ABORTED",
}
View Source
var ReferenceTransactionHookRequest_State_value = map[string]int32{
	"PREPARED":  0,
	"COMMITTED": 1,
	"ABORTED":   2,
}
View Source
var SignatureType_name = map[int32]string{
	0: "NONE",
	1: "PGP",
	2: "X509",
}
View Source
var SignatureType_value = map[string]int32{
	"NONE": 0,
	"PGP":  1,
	"X509": 2,
}
View Source
var TreeEntryResponse_ObjectType_name = map[int32]string{
	0: "COMMIT",
	1: "BLOB",
	2: "TREE",
	3: "TAG",
}
View Source
var TreeEntryResponse_ObjectType_value = map[string]int32{
	"COMMIT": 0,
	"BLOB":   1,
	"TREE":   2,
	"TAG":    3,
}
View Source
var TreeEntry_EntryType_name = map[int32]string{
	0: "BLOB",
	1: "TREE",
	3: "COMMIT",
}
View Source
var TreeEntry_EntryType_value = map[string]int32{
	"BLOB":   0,
	"TREE":   1,
	"COMMIT": 3,
}
View Source
var UserCherryPickResponse_CreateTreeError_name = map[int32]string{
	0: "NONE",
	1: "EMPTY",
	2: "CONFLICT",
}
View Source
var UserCherryPickResponse_CreateTreeError_value = map[string]int32{
	"NONE":     0,
	"EMPTY":    1,
	"CONFLICT": 2,
}
View Source
var UserCommitFilesActionHeader_ActionType_name = map[int32]string{
	0: "CREATE",
	1: "CREATE_DIR",
	2: "UPDATE",
	3: "MOVE",
	4: "DELETE",
	5: "CHMOD",
}
View Source
var UserCommitFilesActionHeader_ActionType_value = map[string]int32{
	"CREATE":     0,
	"CREATE_DIR": 1,
	"UPDATE":     2,
	"MOVE":       3,
	"DELETE":     4,
	"CHMOD":      5,
}
View Source
var UserRevertResponse_CreateTreeError_name = map[int32]string{
	0: "NONE",
	1: "EMPTY",
	2: "CONFLICT",
}
View Source
var UserRevertResponse_CreateTreeError_value = map[string]int32{
	"NONE":     0,
	"EMPTY":    1,
	"CONFLICT": 2,
}
View Source
var VoteTransactionResponse_TransactionState_name = map[int32]string{
	0: "COMMIT",
	1: "ABORT",
	2: "STOP",
}
View Source
var VoteTransactionResponse_TransactionState_value = map[string]int32{
	"COMMIT": 0,
	"ABORT":  1,
	"STOP":   2,
}
View Source
var WikiGetAllPagesRequest_SortBy_name = map[int32]string{
	0: "TITLE",
	1: "CREATED_AT",
}
View Source
var WikiGetAllPagesRequest_SortBy_value = map[string]int32{
	"TITLE":      0,
	"CREATED_AT": 1,
}
View Source
var WikiListPagesRequest_SortBy_name = map[int32]string{
	0: "TITLE",
	1: "CREATED_AT",
}
View Source
var WikiListPagesRequest_SortBy_value = map[string]int32{
	"TITLE":      0,
	"CREATED_AT": 1,
}
View Source
var WriteCommitGraphRequest_SplitStrategy_name = map[int32]string{
	0: "SizeMultiple",
}
View Source
var WriteCommitGraphRequest_SplitStrategy_value = map[string]int32{
	"SizeMultiple": 0,
}

Functions

func RegisterBlobServiceServer

func RegisterBlobServiceServer(s *grpc.Server, srv BlobServiceServer)

func RegisterCleanupServiceServer

func RegisterCleanupServiceServer(s *grpc.Server, srv CleanupServiceServer)

func RegisterCommitServiceServer

func RegisterCommitServiceServer(s *grpc.Server, srv CommitServiceServer)

func RegisterConflictsServiceServer

func RegisterConflictsServiceServer(s *grpc.Server, srv ConflictsServiceServer)

func RegisterDiffServiceServer

func RegisterDiffServiceServer(s *grpc.Server, srv DiffServiceServer)

func RegisterHookServiceServer

func RegisterHookServiceServer(s *grpc.Server, srv HookServiceServer)

func RegisterInternalGitalyServer

func RegisterInternalGitalyServer(s *grpc.Server, srv InternalGitalyServer)

func RegisterNamespaceServiceServer

func RegisterNamespaceServiceServer(s *grpc.Server, srv NamespaceServiceServer)

func RegisterObjectPoolServiceServer

func RegisterObjectPoolServiceServer(s *grpc.Server, srv ObjectPoolServiceServer)

func RegisterOperationServiceServer

func RegisterOperationServiceServer(s *grpc.Server, srv OperationServiceServer)

func RegisterPraefectInfoServiceServer

func RegisterPraefectInfoServiceServer(s *grpc.Server, srv PraefectInfoServiceServer)

func RegisterRefServiceServer

func RegisterRefServiceServer(s *grpc.Server, srv RefServiceServer)

func RegisterRefTransactionServer

func RegisterRefTransactionServer(s *grpc.Server, srv RefTransactionServer)

func RegisterRemoteServiceServer

func RegisterRemoteServiceServer(s *grpc.Server, srv RemoteServiceServer)

func RegisterRepositoryServiceServer

func RegisterRepositoryServiceServer(s *grpc.Server, srv RepositoryServiceServer)

func RegisterSSHServiceServer

func RegisterSSHServiceServer(s *grpc.Server, srv SSHServiceServer)

func RegisterServerServiceServer

func RegisterServerServiceServer(s *grpc.Server, srv ServerServiceServer)

func RegisterSmartHTTPServiceServer

func RegisterSmartHTTPServiceServer(s *grpc.Server, srv SmartHTTPServiceServer)

func RegisterWikiServiceServer

func RegisterWikiServiceServer(s *grpc.Server, srv WikiServiceServer)

Types

type AddNamespaceRequest

type AddNamespaceRequest struct {
	StorageName          string   `protobuf:"bytes,1,opt,name=storage_name,json=storageName,proto3" json:"storage_name,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddNamespaceRequest) Descriptor

func (*AddNamespaceRequest) Descriptor() ([]byte, []int)

func (*AddNamespaceRequest) GetName

func (m *AddNamespaceRequest) GetName() string

func (*AddNamespaceRequest) GetStorageName

func (m *AddNamespaceRequest) GetStorageName() string

func (*AddNamespaceRequest) ProtoMessage

func (*AddNamespaceRequest) ProtoMessage()

func (*AddNamespaceRequest) Reset

func (m *AddNamespaceRequest) Reset()

func (*AddNamespaceRequest) String

func (m *AddNamespaceRequest) String() string

func (*AddNamespaceRequest) XXX_DiscardUnknown

func (m *AddNamespaceRequest) XXX_DiscardUnknown()

func (*AddNamespaceRequest) XXX_Marshal

func (m *AddNamespaceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddNamespaceRequest) XXX_Merge

func (m *AddNamespaceRequest) XXX_Merge(src proto.Message)

func (*AddNamespaceRequest) XXX_Size

func (m *AddNamespaceRequest) XXX_Size() int

func (*AddNamespaceRequest) XXX_Unmarshal

func (m *AddNamespaceRequest) XXX_Unmarshal(b []byte) error

type AddNamespaceResponse

type AddNamespaceResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddNamespaceResponse) Descriptor

func (*AddNamespaceResponse) Descriptor() ([]byte, []int)

func (*AddNamespaceResponse) ProtoMessage

func (*AddNamespaceResponse) ProtoMessage()

func (*AddNamespaceResponse) Reset

func (m *AddNamespaceResponse) Reset()

func (*AddNamespaceResponse) String

func (m *AddNamespaceResponse) String() string

func (*AddNamespaceResponse) XXX_DiscardUnknown

func (m *AddNamespaceResponse) XXX_DiscardUnknown()

func (*AddNamespaceResponse) XXX_Marshal

func (m *AddNamespaceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddNamespaceResponse) XXX_Merge

func (m *AddNamespaceResponse) XXX_Merge(src proto.Message)

func (*AddNamespaceResponse) XXX_Size

func (m *AddNamespaceResponse) XXX_Size() int

func (*AddNamespaceResponse) XXX_Unmarshal

func (m *AddNamespaceResponse) XXX_Unmarshal(b []byte) error

type AddRemoteRequest

type AddRemoteRequest struct {
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Name       string      `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Url        string      `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	// If any, the remote is configured as a mirror with those mappings
	MirrorRefmaps        []string `protobuf:"bytes,5,rep,name=mirror_refmaps,json=mirrorRefmaps,proto3" json:"mirror_refmaps,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddRemoteRequest) Descriptor

func (*AddRemoteRequest) Descriptor() ([]byte, []int)

func (*AddRemoteRequest) GetMirrorRefmaps

func (m *AddRemoteRequest) GetMirrorRefmaps() []string

func (*AddRemoteRequest) GetName

func (m *AddRemoteRequest) GetName() string

func (*AddRemoteRequest) GetRepository

func (m *AddRemoteRequest) GetRepository() *Repository

func (*AddRemoteRequest) GetUrl

func (m *AddRemoteRequest) GetUrl() string

func (*AddRemoteRequest) ProtoMessage

func (*AddRemoteRequest) ProtoMessage()

func (*AddRemoteRequest) Reset

func (m *AddRemoteRequest) Reset()

func (*AddRemoteRequest) String

func (m *AddRemoteRequest) String() string

func (*AddRemoteRequest) XXX_DiscardUnknown

func (m *AddRemoteRequest) XXX_DiscardUnknown()

func (*AddRemoteRequest) XXX_Marshal

func (m *AddRemoteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddRemoteRequest) XXX_Merge

func (m *AddRemoteRequest) XXX_Merge(src proto.Message)

func (*AddRemoteRequest) XXX_Size

func (m *AddRemoteRequest) XXX_Size() int

func (*AddRemoteRequest) XXX_Unmarshal

func (m *AddRemoteRequest) XXX_Unmarshal(b []byte) error

type AddRemoteResponse

type AddRemoteResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddRemoteResponse) Descriptor

func (*AddRemoteResponse) Descriptor() ([]byte, []int)

func (*AddRemoteResponse) ProtoMessage

func (*AddRemoteResponse) ProtoMessage()

func (*AddRemoteResponse) Reset

func (m *AddRemoteResponse) Reset()

func (*AddRemoteResponse) String

func (m *AddRemoteResponse) String() string

func (*AddRemoteResponse) XXX_DiscardUnknown

func (m *AddRemoteResponse) XXX_DiscardUnknown()

func (*AddRemoteResponse) XXX_Marshal

func (m *AddRemoteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddRemoteResponse) XXX_Merge

func (m *AddRemoteResponse) XXX_Merge(src proto.Message)

func (*AddRemoteResponse) XXX_Size

func (m *AddRemoteResponse) XXX_Size() int

func (*AddRemoteResponse) XXX_Unmarshal

func (m *AddRemoteResponse) XXX_Unmarshal(b []byte) error

type ApplyBfgObjectMapStreamRequest

type ApplyBfgObjectMapStreamRequest struct {
	// 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:"-"`
}

func (*ApplyBfgObjectMapStreamRequest) Descriptor

func (*ApplyBfgObjectMapStreamRequest) Descriptor() ([]byte, []int)

func (*ApplyBfgObjectMapStreamRequest) GetObjectMap

func (m *ApplyBfgObjectMapStreamRequest) GetObjectMap() []byte

func (*ApplyBfgObjectMapStreamRequest) GetRepository

func (m *ApplyBfgObjectMapStreamRequest) GetRepository() *Repository

func (*ApplyBfgObjectMapStreamRequest) ProtoMessage

func (*ApplyBfgObjectMapStreamRequest) ProtoMessage()

func (*ApplyBfgObjectMapStreamRequest) Reset

func (m *ApplyBfgObjectMapStreamRequest) Reset()

func (*ApplyBfgObjectMapStreamRequest) String

func (*ApplyBfgObjectMapStreamRequest) XXX_DiscardUnknown

func (m *ApplyBfgObjectMapStreamRequest) XXX_DiscardUnknown()

func (*ApplyBfgObjectMapStreamRequest) XXX_Marshal

func (m *ApplyBfgObjectMapStreamRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ApplyBfgObjectMapStreamRequest) XXX_Merge

func (m *ApplyBfgObjectMapStreamRequest) XXX_Merge(src proto.Message)

func (*ApplyBfgObjectMapStreamRequest) XXX_Size

func (m *ApplyBfgObjectMapStreamRequest) XXX_Size() int

func (*ApplyBfgObjectMapStreamRequest) XXX_Unmarshal

func (m *ApplyBfgObjectMapStreamRequest) XXX_Unmarshal(b []byte) error

type ApplyBfgObjectMapStreamResponse

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:"-"`
}

func (*ApplyBfgObjectMapStreamResponse) Descriptor

func (*ApplyBfgObjectMapStreamResponse) Descriptor() ([]byte, []int)

func (*ApplyBfgObjectMapStreamResponse) GetEntries

func (*ApplyBfgObjectMapStreamResponse) ProtoMessage

func (*ApplyBfgObjectMapStreamResponse) ProtoMessage()

func (*ApplyBfgObjectMapStreamResponse) Reset

func (*ApplyBfgObjectMapStreamResponse) String

func (*ApplyBfgObjectMapStreamResponse) XXX_DiscardUnknown

func (m *ApplyBfgObjectMapStreamResponse) XXX_DiscardUnknown()

func (*ApplyBfgObjectMapStreamResponse) XXX_Marshal

func (m *ApplyBfgObjectMapStreamResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ApplyBfgObjectMapStreamResponse) XXX_Merge

func (m *ApplyBfgObjectMapStreamResponse) XXX_Merge(src proto.Message)

func (*ApplyBfgObjectMapStreamResponse) XXX_Size

func (m *ApplyBfgObjectMapStreamResponse) XXX_Size() int

func (*ApplyBfgObjectMapStreamResponse) XXX_Unmarshal

func (m *ApplyBfgObjectMapStreamResponse) XXX_Unmarshal(b []byte) error

type ApplyBfgObjectMapStreamResponse_Entry

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:"-"`
}

We send back each parsed entry in the request's object map so the client can take action

func (*ApplyBfgObjectMapStreamResponse_Entry) Descriptor

func (*ApplyBfgObjectMapStreamResponse_Entry) Descriptor() ([]byte, []int)

func (*ApplyBfgObjectMapStreamResponse_Entry) GetNewOid

func (*ApplyBfgObjectMapStreamResponse_Entry) GetOldOid

func (*ApplyBfgObjectMapStreamResponse_Entry) GetType

func (*ApplyBfgObjectMapStreamResponse_Entry) ProtoMessage

func (*ApplyBfgObjectMapStreamResponse_Entry) ProtoMessage()

func (*ApplyBfgObjectMapStreamResponse_Entry) Reset

func (*ApplyBfgObjectMapStreamResponse_Entry) String

func (*ApplyBfgObjectMapStreamResponse_Entry) XXX_DiscardUnknown

func (m *ApplyBfgObjectMapStreamResponse_Entry) XXX_DiscardUnknown()

func (*ApplyBfgObjectMapStreamResponse_Entry) XXX_Marshal

func (m *ApplyBfgObjectMapStreamResponse_Entry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ApplyBfgObjectMapStreamResponse_Entry) XXX_Merge

func (*ApplyBfgObjectMapStreamResponse_Entry) XXX_Size

func (*ApplyBfgObjectMapStreamResponse_Entry) XXX_Unmarshal

func (m *ApplyBfgObjectMapStreamResponse_Entry) XXX_Unmarshal(b []byte) error

type ApplyGitattributesRequest

type ApplyGitattributesRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Revision             []byte      `protobuf:"bytes,2,opt,name=revision,proto3" json:"revision,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ApplyGitattributesRequest) Descriptor

func (*ApplyGitattributesRequest) Descriptor() ([]byte, []int)

func (*ApplyGitattributesRequest) GetRepository

func (m *ApplyGitattributesRequest) GetRepository() *Repository

func (*ApplyGitattributesRequest) GetRevision

func (m *ApplyGitattributesRequest) GetRevision() []byte

func (*ApplyGitattributesRequest) ProtoMessage

func (*ApplyGitattributesRequest) ProtoMessage()

func (*ApplyGitattributesRequest) Reset

func (m *ApplyGitattributesRequest) Reset()

func (*ApplyGitattributesRequest) String

func (m *ApplyGitattributesRequest) String() string

func (*ApplyGitattributesRequest) XXX_DiscardUnknown

func (m *ApplyGitattributesRequest) XXX_DiscardUnknown()

func (*ApplyGitattributesRequest) XXX_Marshal

func (m *ApplyGitattributesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ApplyGitattributesRequest) XXX_Merge

func (m *ApplyGitattributesRequest) XXX_Merge(src proto.Message)

func (*ApplyGitattributesRequest) XXX_Size

func (m *ApplyGitattributesRequest) XXX_Size() int

func (*ApplyGitattributesRequest) XXX_Unmarshal

func (m *ApplyGitattributesRequest) XXX_Unmarshal(b []byte) error

type ApplyGitattributesResponse

type ApplyGitattributesResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ApplyGitattributesResponse) Descriptor

func (*ApplyGitattributesResponse) Descriptor() ([]byte, []int)

func (*ApplyGitattributesResponse) ProtoMessage

func (*ApplyGitattributesResponse) ProtoMessage()

func (*ApplyGitattributesResponse) Reset

func (m *ApplyGitattributesResponse) Reset()

func (*ApplyGitattributesResponse) String

func (m *ApplyGitattributesResponse) String() string

func (*ApplyGitattributesResponse) XXX_DiscardUnknown

func (m *ApplyGitattributesResponse) XXX_DiscardUnknown()

func (*ApplyGitattributesResponse) XXX_Marshal

func (m *ApplyGitattributesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ApplyGitattributesResponse) XXX_Merge

func (m *ApplyGitattributesResponse) XXX_Merge(src proto.Message)

func (*ApplyGitattributesResponse) XXX_Size

func (m *ApplyGitattributesResponse) XXX_Size() int

func (*ApplyGitattributesResponse) XXX_Unmarshal

func (m *ApplyGitattributesResponse) XXX_Unmarshal(b []byte) error

type BackupCustomHooksRequest

type BackupCustomHooksRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*BackupCustomHooksRequest) Descriptor

func (*BackupCustomHooksRequest) Descriptor() ([]byte, []int)

func (*BackupCustomHooksRequest) GetRepository

func (m *BackupCustomHooksRequest) GetRepository() *Repository

func (*BackupCustomHooksRequest) ProtoMessage

func (*BackupCustomHooksRequest) ProtoMessage()

func (*BackupCustomHooksRequest) Reset

func (m *BackupCustomHooksRequest) Reset()

func (*BackupCustomHooksRequest) String

func (m *BackupCustomHooksRequest) String() string

func (*BackupCustomHooksRequest) XXX_DiscardUnknown

func (m *BackupCustomHooksRequest) XXX_DiscardUnknown()

func (*BackupCustomHooksRequest) XXX_Marshal

func (m *BackupCustomHooksRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BackupCustomHooksRequest) XXX_Merge

func (m *BackupCustomHooksRequest) XXX_Merge(src proto.Message)

func (*BackupCustomHooksRequest) XXX_Size

func (m *BackupCustomHooksRequest) XXX_Size() int

func (*BackupCustomHooksRequest) XXX_Unmarshal

func (m *BackupCustomHooksRequest) XXX_Unmarshal(b []byte) error

type BackupCustomHooksResponse

type BackupCustomHooksResponse struct {
	Data                 []byte   `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BackupCustomHooksResponse) Descriptor

func (*BackupCustomHooksResponse) Descriptor() ([]byte, []int)

func (*BackupCustomHooksResponse) GetData

func (m *BackupCustomHooksResponse) GetData() []byte

func (*BackupCustomHooksResponse) ProtoMessage

func (*BackupCustomHooksResponse) ProtoMessage()

func (*BackupCustomHooksResponse) Reset

func (m *BackupCustomHooksResponse) Reset()

func (*BackupCustomHooksResponse) String

func (m *BackupCustomHooksResponse) String() string

func (*BackupCustomHooksResponse) XXX_DiscardUnknown

func (m *BackupCustomHooksResponse) XXX_DiscardUnknown()

func (*BackupCustomHooksResponse) XXX_Marshal

func (m *BackupCustomHooksResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BackupCustomHooksResponse) XXX_Merge

func (m *BackupCustomHooksResponse) XXX_Merge(src proto.Message)

func (*BackupCustomHooksResponse) XXX_Size

func (m *BackupCustomHooksResponse) XXX_Size() int

func (*BackupCustomHooksResponse) XXX_Unmarshal

func (m *BackupCustomHooksResponse) XXX_Unmarshal(b []byte) error

type BlobServiceClient

type BlobServiceClient interface {
	// GetBlob returns the contents of a blob object referenced by its object
	// ID. We use a stream to return a chunked arbitrarily large binary
	// response
	GetBlob(ctx context.Context, in *GetBlobRequest, opts ...grpc.CallOption) (BlobService_GetBlobClient, error)
	GetBlobs(ctx context.Context, in *GetBlobsRequest, opts ...grpc.CallOption) (BlobService_GetBlobsClient, error)
	// GetLFSPointers retrieves LFS pointers from a given set of object IDs.
	// This RPC filters all requested objects and only returns those which refer
	// to a valid LFS pointer.
	GetLFSPointers(ctx context.Context, in *GetLFSPointersRequest, opts ...grpc.CallOption) (BlobService_GetLFSPointersClient, error)
	// ListLFSPointers retrieves LFS pointers reachable from a given set of
	// revisions by doing a graph walk. This includes both normal revisions like
	// an object ID or branch, but also the pseudo-revisions "--all" and "--not"
	// as documented in git-rev-parse(1). Revisions which don't directly or
	// transitively reference any LFS pointers are ignored. It is not valid to
	// pass revisions which do not resolve to an existing object.
	ListLFSPointers(ctx context.Context, in *ListLFSPointersRequest, opts ...grpc.CallOption) (BlobService_ListLFSPointersClient, error)
	// ListAllLFSPointers retrieves all LFS pointers in the repository, including
	// those not reachable by any reference.
	ListAllLFSPointers(ctx context.Context, in *ListAllLFSPointersRequest, opts ...grpc.CallOption) (BlobService_ListAllLFSPointersClient, error)
}

BlobServiceClient is the client API for BlobService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewBlobServiceClient

func NewBlobServiceClient(cc *grpc.ClientConn) BlobServiceClient

type BlobServiceServer

type BlobServiceServer interface {
	// GetBlob returns the contents of a blob object referenced by its object
	// ID. We use a stream to return a chunked arbitrarily large binary
	// response
	GetBlob(*GetBlobRequest, BlobService_GetBlobServer) error
	GetBlobs(*GetBlobsRequest, BlobService_GetBlobsServer) error
	// GetLFSPointers retrieves LFS pointers from a given set of object IDs.
	// This RPC filters all requested objects and only returns those which refer
	// to a valid LFS pointer.
	GetLFSPointers(*GetLFSPointersRequest, BlobService_GetLFSPointersServer) error
	// ListLFSPointers retrieves LFS pointers reachable from a given set of
	// revisions by doing a graph walk. This includes both normal revisions like
	// an object ID or branch, but also the pseudo-revisions "--all" and "--not"
	// as documented in git-rev-parse(1). Revisions which don't directly or
	// transitively reference any LFS pointers are ignored. It is not valid to
	// pass revisions which do not resolve to an existing object.
	ListLFSPointers(*ListLFSPointersRequest, BlobService_ListLFSPointersServer) error
	// ListAllLFSPointers retrieves all LFS pointers in the repository, including
	// those not reachable by any reference.
	ListAllLFSPointers(*ListAllLFSPointersRequest, BlobService_ListAllLFSPointersServer) error
}

BlobServiceServer is the server API for BlobService service.

type BlobService_GetBlobClient

type BlobService_GetBlobClient interface {
	Recv() (*GetBlobResponse, error)
	grpc.ClientStream
}

type BlobService_GetBlobServer

type BlobService_GetBlobServer interface {
	Send(*GetBlobResponse) error
	grpc.ServerStream
}

type BlobService_GetBlobsClient

type BlobService_GetBlobsClient interface {
	Recv() (*GetBlobsResponse, error)
	grpc.ClientStream
}

type BlobService_GetBlobsServer

type BlobService_GetBlobsServer interface {
	Send(*GetBlobsResponse) error
	grpc.ServerStream
}

type BlobService_GetLFSPointersClient

type BlobService_GetLFSPointersClient interface {
	Recv() (*GetLFSPointersResponse, error)
	grpc.ClientStream
}

type BlobService_GetLFSPointersServer

type BlobService_GetLFSPointersServer interface {
	Send(*GetLFSPointersResponse) error
	grpc.ServerStream
}

type BlobService_ListAllLFSPointersClient

type BlobService_ListAllLFSPointersClient interface {
	Recv() (*ListAllLFSPointersResponse, error)
	grpc.ClientStream
}

type BlobService_ListAllLFSPointersServer

type BlobService_ListAllLFSPointersServer interface {
	Send(*ListAllLFSPointersResponse) error
	grpc.ServerStream
}

type BlobService_ListLFSPointersClient

type BlobService_ListLFSPointersClient interface {
	Recv() (*ListLFSPointersResponse, error)
	grpc.ClientStream
}

type BlobService_ListLFSPointersServer

type BlobService_ListLFSPointersServer interface {
	Send(*ListLFSPointersResponse) error
	grpc.ServerStream
}

type Branch

type Branch struct {
	Name                 []byte     `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	TargetCommit         *GitCommit `protobuf:"bytes,2,opt,name=target_commit,json=targetCommit,proto3" json:"target_commit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

Corresponds to Gitlab::Git::Branch

func (*Branch) Descriptor

func (*Branch) Descriptor() ([]byte, []int)

func (*Branch) GetName

func (m *Branch) GetName() []byte

func (*Branch) GetTargetCommit

func (m *Branch) GetTargetCommit() *GitCommit

func (*Branch) ProtoMessage

func (*Branch) ProtoMessage()

func (*Branch) Reset

func (m *Branch) Reset()

func (*Branch) String

func (m *Branch) String() string

func (*Branch) XXX_DiscardUnknown

func (m *Branch) XXX_DiscardUnknown()

func (*Branch) XXX_Marshal

func (m *Branch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Branch) XXX_Merge

func (m *Branch) XXX_Merge(src proto.Message)

func (*Branch) XXX_Size

func (m *Branch) XXX_Size() int

func (*Branch) XXX_Unmarshal

func (m *Branch) XXX_Unmarshal(b []byte) error

type CalculateChecksumRequest

type CalculateChecksumRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CalculateChecksumRequest) Descriptor

func (*CalculateChecksumRequest) Descriptor() ([]byte, []int)

func (*CalculateChecksumRequest) GetRepository

func (m *CalculateChecksumRequest) GetRepository() *Repository

func (*CalculateChecksumRequest) ProtoMessage

func (*CalculateChecksumRequest) ProtoMessage()

func (*CalculateChecksumRequest) Reset

func (m *CalculateChecksumRequest) Reset()

func (*CalculateChecksumRequest) String

func (m *CalculateChecksumRequest) String() string

func (*CalculateChecksumRequest) XXX_DiscardUnknown

func (m *CalculateChecksumRequest) XXX_DiscardUnknown()

func (*CalculateChecksumRequest) XXX_Marshal

func (m *CalculateChecksumRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CalculateChecksumRequest) XXX_Merge

func (m *CalculateChecksumRequest) XXX_Merge(src proto.Message)

func (*CalculateChecksumRequest) XXX_Size

func (m *CalculateChecksumRequest) XXX_Size() int

func (*CalculateChecksumRequest) XXX_Unmarshal

func (m *CalculateChecksumRequest) XXX_Unmarshal(b []byte) error

type CalculateChecksumResponse

type CalculateChecksumResponse struct {
	Checksum             string   `protobuf:"bytes,1,opt,name=checksum,proto3" json:"checksum,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CalculateChecksumResponse) Descriptor

func (*CalculateChecksumResponse) Descriptor() ([]byte, []int)

func (*CalculateChecksumResponse) GetChecksum

func (m *CalculateChecksumResponse) GetChecksum() string

func (*CalculateChecksumResponse) ProtoMessage

func (*CalculateChecksumResponse) ProtoMessage()

func (*CalculateChecksumResponse) Reset

func (m *CalculateChecksumResponse) Reset()

func (*CalculateChecksumResponse) String

func (m *CalculateChecksumResponse) String() string

func (*CalculateChecksumResponse) XXX_DiscardUnknown

func (m *CalculateChecksumResponse) XXX_DiscardUnknown()

func (*CalculateChecksumResponse) XXX_Marshal

func (m *CalculateChecksumResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CalculateChecksumResponse) XXX_Merge

func (m *CalculateChecksumResponse) XXX_Merge(src proto.Message)

func (*CalculateChecksumResponse) XXX_Size

func (m *CalculateChecksumResponse) XXX_Size() int

func (*CalculateChecksumResponse) XXX_Unmarshal

func (m *CalculateChecksumResponse) XXX_Unmarshal(b []byte) error

type ChangedPaths

type ChangedPaths struct {
	Path                 []byte              `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Status               ChangedPaths_Status `protobuf:"varint,2,opt,name=status,proto3,enum=gitaly.ChangedPaths_Status" json:"status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

Includes the path of the file, and the status of the change

func (*ChangedPaths) Descriptor

func (*ChangedPaths) Descriptor() ([]byte, []int)

func (*ChangedPaths) GetPath

func (m *ChangedPaths) GetPath() []byte

func (*ChangedPaths) GetStatus

func (m *ChangedPaths) GetStatus() ChangedPaths_Status

func (*ChangedPaths) ProtoMessage

func (*ChangedPaths) ProtoMessage()

func (*ChangedPaths) Reset

func (m *ChangedPaths) Reset()

func (*ChangedPaths) String

func (m *ChangedPaths) String() string

func (*ChangedPaths) XXX_DiscardUnknown

func (m *ChangedPaths) XXX_DiscardUnknown()

func (*ChangedPaths) XXX_Marshal

func (m *ChangedPaths) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChangedPaths) XXX_Merge

func (m *ChangedPaths) XXX_Merge(src proto.Message)

func (*ChangedPaths) XXX_Size

func (m *ChangedPaths) XXX_Size() int

func (*ChangedPaths) XXX_Unmarshal

func (m *ChangedPaths) XXX_Unmarshal(b []byte) error

type ChangedPaths_Status

type ChangedPaths_Status int32
const (
	ChangedPaths_ADDED       ChangedPaths_Status = 0
	ChangedPaths_MODIFIED    ChangedPaths_Status = 1
	ChangedPaths_DELETED     ChangedPaths_Status = 2
	ChangedPaths_TYPE_CHANGE ChangedPaths_Status = 3
	ChangedPaths_COPIED      ChangedPaths_Status = 4
)

func (ChangedPaths_Status) EnumDescriptor

func (ChangedPaths_Status) EnumDescriptor() ([]byte, []int)

func (ChangedPaths_Status) String

func (x ChangedPaths_Status) String() string

type CleanupRequest

type CleanupRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CleanupRequest) Descriptor

func (*CleanupRequest) Descriptor() ([]byte, []int)

func (*CleanupRequest) GetRepository

func (m *CleanupRequest) GetRepository() *Repository

func (*CleanupRequest) ProtoMessage

func (*CleanupRequest) ProtoMessage()

func (*CleanupRequest) Reset

func (m *CleanupRequest) Reset()

func (*CleanupRequest) String

func (m *CleanupRequest) String() string

func (*CleanupRequest) XXX_DiscardUnknown

func (m *CleanupRequest) XXX_DiscardUnknown()

func (*CleanupRequest) XXX_Marshal

func (m *CleanupRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CleanupRequest) XXX_Merge

func (m *CleanupRequest) XXX_Merge(src proto.Message)

func (*CleanupRequest) XXX_Size

func (m *CleanupRequest) XXX_Size() int

func (*CleanupRequest) XXX_Unmarshal

func (m *CleanupRequest) XXX_Unmarshal(b []byte) error

type CleanupResponse

type CleanupResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CleanupResponse) Descriptor

func (*CleanupResponse) Descriptor() ([]byte, []int)

func (*CleanupResponse) ProtoMessage

func (*CleanupResponse) ProtoMessage()

func (*CleanupResponse) Reset

func (m *CleanupResponse) Reset()

func (*CleanupResponse) String

func (m *CleanupResponse) String() string

func (*CleanupResponse) XXX_DiscardUnknown

func (m *CleanupResponse) XXX_DiscardUnknown()

func (*CleanupResponse) XXX_Marshal

func (m *CleanupResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CleanupResponse) XXX_Merge

func (m *CleanupResponse) XXX_Merge(src proto.Message)

func (*CleanupResponse) XXX_Size

func (m *CleanupResponse) XXX_Size() int

func (*CleanupResponse) XXX_Unmarshal

func (m *CleanupResponse) XXX_Unmarshal(b []byte) error

type CleanupServiceClient

type CleanupServiceClient interface {
	ApplyBfgObjectMapStream(ctx context.Context, opts ...grpc.CallOption) (CleanupService_ApplyBfgObjectMapStreamClient, error)
}

CleanupServiceClient is the client API for CleanupService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewCleanupServiceClient

func NewCleanupServiceClient(cc *grpc.ClientConn) CleanupServiceClient

type CleanupServiceServer

type CleanupServiceServer interface {
	ApplyBfgObjectMapStream(CleanupService_ApplyBfgObjectMapStreamServer) error
}

CleanupServiceServer is the server API for CleanupService service.

type CleanupService_ApplyBfgObjectMapStreamClient

type CleanupService_ApplyBfgObjectMapStreamClient interface {
	Send(*ApplyBfgObjectMapStreamRequest) error
	Recv() (*ApplyBfgObjectMapStreamResponse, error)
	grpc.ClientStream
}

type CleanupService_ApplyBfgObjectMapStreamServer

type CleanupService_ApplyBfgObjectMapStreamServer interface {
	Send(*ApplyBfgObjectMapStreamResponse) error
	Recv() (*ApplyBfgObjectMapStreamRequest, error)
	grpc.ServerStream
}

type CloneFromPoolInternalRequest

type CloneFromPoolInternalRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Pool                 *ObjectPool `protobuf:"bytes,2,opt,name=pool,proto3" json:"pool,omitempty"`
	SourceRepository     *Repository `protobuf:"bytes,3,opt,name=source_repository,json=sourceRepository,proto3" json:"source_repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CloneFromPoolInternalRequest) Descriptor

func (*CloneFromPoolInternalRequest) Descriptor() ([]byte, []int)

func (*CloneFromPoolInternalRequest) GetPool

func (*CloneFromPoolInternalRequest) GetRepository

func (m *CloneFromPoolInternalRequest) GetRepository() *Repository

func (*CloneFromPoolInternalRequest) GetSourceRepository

func (m *CloneFromPoolInternalRequest) GetSourceRepository() *Repository

func (*CloneFromPoolInternalRequest) ProtoMessage

func (*CloneFromPoolInternalRequest) ProtoMessage()

func (*CloneFromPoolInternalRequest) Reset

func (m *CloneFromPoolInternalRequest) Reset()

func (*CloneFromPoolInternalRequest) String

func (*CloneFromPoolInternalRequest) XXX_DiscardUnknown

func (m *CloneFromPoolInternalRequest) XXX_DiscardUnknown()

func (*CloneFromPoolInternalRequest) XXX_Marshal

func (m *CloneFromPoolInternalRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CloneFromPoolInternalRequest) XXX_Merge

func (m *CloneFromPoolInternalRequest) XXX_Merge(src proto.Message)

func (*CloneFromPoolInternalRequest) XXX_Size

func (m *CloneFromPoolInternalRequest) XXX_Size() int

func (*CloneFromPoolInternalRequest) XXX_Unmarshal

func (m *CloneFromPoolInternalRequest) XXX_Unmarshal(b []byte) error

type CloneFromPoolInternalResponse

type CloneFromPoolInternalResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CloneFromPoolInternalResponse) Descriptor

func (*CloneFromPoolInternalResponse) Descriptor() ([]byte, []int)

func (*CloneFromPoolInternalResponse) ProtoMessage

func (*CloneFromPoolInternalResponse) ProtoMessage()

func (*CloneFromPoolInternalResponse) Reset

func (m *CloneFromPoolInternalResponse) Reset()

func (*CloneFromPoolInternalResponse) String

func (*CloneFromPoolInternalResponse) XXX_DiscardUnknown

func (m *CloneFromPoolInternalResponse) XXX_DiscardUnknown()

func (*CloneFromPoolInternalResponse) XXX_Marshal

func (m *CloneFromPoolInternalResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CloneFromPoolInternalResponse) XXX_Merge

func (m *CloneFromPoolInternalResponse) XXX_Merge(src proto.Message)

func (*CloneFromPoolInternalResponse) XXX_Size

func (m *CloneFromPoolInternalResponse) XXX_Size() int

func (*CloneFromPoolInternalResponse) XXX_Unmarshal

func (m *CloneFromPoolInternalResponse) XXX_Unmarshal(b []byte) error

type CloneFromPoolRequest

type CloneFromPoolRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Pool                 *ObjectPool `protobuf:"bytes,2,opt,name=pool,proto3" json:"pool,omitempty"`
	Remote               *Remote     `protobuf:"bytes,3,opt,name=remote,proto3" json:"remote,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CloneFromPoolRequest) Descriptor

func (*CloneFromPoolRequest) Descriptor() ([]byte, []int)

func (*CloneFromPoolRequest) GetPool

func (m *CloneFromPoolRequest) GetPool() *ObjectPool

func (*CloneFromPoolRequest) GetRemote

func (m *CloneFromPoolRequest) GetRemote() *Remote

func (*CloneFromPoolRequest) GetRepository

func (m *CloneFromPoolRequest) GetRepository() *Repository

func (*CloneFromPoolRequest) ProtoMessage

func (*CloneFromPoolRequest) ProtoMessage()

func (*CloneFromPoolRequest) Reset

func (m *CloneFromPoolRequest) Reset()

func (*CloneFromPoolRequest) String

func (m *CloneFromPoolRequest) String() string

func (*CloneFromPoolRequest) XXX_DiscardUnknown

func (m *CloneFromPoolRequest) XXX_DiscardUnknown()

func (*CloneFromPoolRequest) XXX_Marshal

func (m *CloneFromPoolRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CloneFromPoolRequest) XXX_Merge

func (m *CloneFromPoolRequest) XXX_Merge(src proto.Message)

func (*CloneFromPoolRequest) XXX_Size

func (m *CloneFromPoolRequest) XXX_Size() int

func (*CloneFromPoolRequest) XXX_Unmarshal

func (m *CloneFromPoolRequest) XXX_Unmarshal(b []byte) error

type CloneFromPoolResponse

type CloneFromPoolResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CloneFromPoolResponse) Descriptor

func (*CloneFromPoolResponse) Descriptor() ([]byte, []int)

func (*CloneFromPoolResponse) ProtoMessage

func (*CloneFromPoolResponse) ProtoMessage()

func (*CloneFromPoolResponse) Reset

func (m *CloneFromPoolResponse) Reset()

func (*CloneFromPoolResponse) String

func (m *CloneFromPoolResponse) String() string

func (*CloneFromPoolResponse) XXX_DiscardUnknown

func (m *CloneFromPoolResponse) XXX_DiscardUnknown()

func (*CloneFromPoolResponse) XXX_Marshal

func (m *CloneFromPoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CloneFromPoolResponse) XXX_Merge

func (m *CloneFromPoolResponse) XXX_Merge(src proto.Message)

func (*CloneFromPoolResponse) XXX_Size

func (m *CloneFromPoolResponse) XXX_Size() int

func (*CloneFromPoolResponse) XXX_Unmarshal

func (m *CloneFromPoolResponse) XXX_Unmarshal(b []byte) error

type CommitAuthor

type CommitAuthor struct {
	Name                 []byte               `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Email                []byte               `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	Date                 *timestamp.Timestamp `protobuf:"bytes,3,opt,name=date,proto3" json:"date,omitempty"`
	Timezone             []byte               `protobuf:"bytes,4,opt,name=timezone,proto3" json:"timezone,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*CommitAuthor) Descriptor

func (*CommitAuthor) Descriptor() ([]byte, []int)

func (*CommitAuthor) GetDate

func (m *CommitAuthor) GetDate() *timestamp.Timestamp

func (*CommitAuthor) GetEmail

func (m *CommitAuthor) GetEmail() []byte

func (*CommitAuthor) GetName

func (m *CommitAuthor) GetName() []byte

func (*CommitAuthor) GetTimezone

func (m *CommitAuthor) GetTimezone() []byte

func (*CommitAuthor) ProtoMessage

func (*CommitAuthor) ProtoMessage()

func (*CommitAuthor) Reset

func (m *CommitAuthor) Reset()

func (*CommitAuthor) String

func (m *CommitAuthor) String() string

func (*CommitAuthor) XXX_DiscardUnknown

func (m *CommitAuthor) XXX_DiscardUnknown()

func (*CommitAuthor) XXX_Marshal

func (m *CommitAuthor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommitAuthor) XXX_Merge

func (m *CommitAuthor) XXX_Merge(src proto.Message)

func (*CommitAuthor) XXX_Size

func (m *CommitAuthor) XXX_Size() int

func (*CommitAuthor) XXX_Unmarshal

func (m *CommitAuthor) XXX_Unmarshal(b []byte) error

type CommitDelta

type CommitDelta struct {
	FromPath []byte `protobuf:"bytes,1,opt,name=from_path,json=fromPath,proto3" json:"from_path,omitempty"`
	ToPath   []byte `protobuf:"bytes,2,opt,name=to_path,json=toPath,proto3" json:"to_path,omitempty"`
	// Blob ID as returned via `git diff --full-index`
	FromId               string   `protobuf:"bytes,3,opt,name=from_id,json=fromId,proto3" json:"from_id,omitempty"`
	ToId                 string   `protobuf:"bytes,4,opt,name=to_id,json=toId,proto3" json:"to_id,omitempty"`
	OldMode              int32    `protobuf:"varint,5,opt,name=old_mode,json=oldMode,proto3" json:"old_mode,omitempty"`
	NewMode              int32    `protobuf:"varint,6,opt,name=new_mode,json=newMode,proto3" json:"new_mode,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CommitDelta) Descriptor

func (*CommitDelta) Descriptor() ([]byte, []int)

func (*CommitDelta) GetFromId

func (m *CommitDelta) GetFromId() string

func (*CommitDelta) GetFromPath

func (m *CommitDelta) GetFromPath() []byte

func (*CommitDelta) GetNewMode

func (m *CommitDelta) GetNewMode() int32

func (*CommitDelta) GetOldMode

func (m *CommitDelta) GetOldMode() int32

func (*CommitDelta) GetToId

func (m *CommitDelta) GetToId() string

func (*CommitDelta) GetToPath

func (m *CommitDelta) GetToPath() []byte

func (*CommitDelta) ProtoMessage

func (*CommitDelta) ProtoMessage()

func (*CommitDelta) Reset

func (m *CommitDelta) Reset()

func (*CommitDelta) String

func (m *CommitDelta) String() string

func (*CommitDelta) XXX_DiscardUnknown

func (m *CommitDelta) XXX_DiscardUnknown()

func (*CommitDelta) XXX_Marshal

func (m *CommitDelta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommitDelta) XXX_Merge

func (m *CommitDelta) XXX_Merge(src proto.Message)

func (*CommitDelta) XXX_Size

func (m *CommitDelta) XXX_Size() int

func (*CommitDelta) XXX_Unmarshal

func (m *CommitDelta) XXX_Unmarshal(b []byte) error

type CommitDeltaRequest

type CommitDeltaRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	LeftCommitId         string      `protobuf:"bytes,2,opt,name=left_commit_id,json=leftCommitId,proto3" json:"left_commit_id,omitempty"`
	RightCommitId        string      `protobuf:"bytes,3,opt,name=right_commit_id,json=rightCommitId,proto3" json:"right_commit_id,omitempty"`
	Paths                [][]byte    `protobuf:"bytes,4,rep,name=paths,proto3" json:"paths,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CommitDeltaRequest) Descriptor

func (*CommitDeltaRequest) Descriptor() ([]byte, []int)

func (*CommitDeltaRequest) GetLeftCommitId

func (m *CommitDeltaRequest) GetLeftCommitId() string

func (*CommitDeltaRequest) GetPaths

func (m *CommitDeltaRequest) GetPaths() [][]byte

func (*CommitDeltaRequest) GetRepository

func (m *CommitDeltaRequest) GetRepository() *Repository

func (*CommitDeltaRequest) GetRightCommitId

func (m *CommitDeltaRequest) GetRightCommitId() string

func (*CommitDeltaRequest) ProtoMessage

func (*CommitDeltaRequest) ProtoMessage()

func (*CommitDeltaRequest) Reset

func (m *CommitDeltaRequest) Reset()

func (*CommitDeltaRequest) String

func (m *CommitDeltaRequest) String() string

func (*CommitDeltaRequest) XXX_DiscardUnknown

func (m *CommitDeltaRequest) XXX_DiscardUnknown()

func (*CommitDeltaRequest) XXX_Marshal

func (m *CommitDeltaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommitDeltaRequest) XXX_Merge

func (m *CommitDeltaRequest) XXX_Merge(src proto.Message)

func (*CommitDeltaRequest) XXX_Size

func (m *CommitDeltaRequest) XXX_Size() int

func (*CommitDeltaRequest) XXX_Unmarshal

func (m *CommitDeltaRequest) XXX_Unmarshal(b []byte) error

type CommitDeltaResponse

type CommitDeltaResponse struct {
	Deltas               []*CommitDelta `protobuf:"bytes,1,rep,name=deltas,proto3" json:"deltas,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CommitDeltaResponse) Descriptor

func (*CommitDeltaResponse) Descriptor() ([]byte, []int)

func (*CommitDeltaResponse) GetDeltas

func (m *CommitDeltaResponse) GetDeltas() []*CommitDelta

func (*CommitDeltaResponse) ProtoMessage

func (*CommitDeltaResponse) ProtoMessage()

func (*CommitDeltaResponse) Reset

func (m *CommitDeltaResponse) Reset()

func (*CommitDeltaResponse) String

func (m *CommitDeltaResponse) String() string

func (*CommitDeltaResponse) XXX_DiscardUnknown

func (m *CommitDeltaResponse) XXX_DiscardUnknown()

func (*CommitDeltaResponse) XXX_Marshal

func (m *CommitDeltaResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommitDeltaResponse) XXX_Merge

func (m *CommitDeltaResponse) XXX_Merge(src proto.Message)

func (*CommitDeltaResponse) XXX_Size

func (m *CommitDeltaResponse) XXX_Size() int

func (*CommitDeltaResponse) XXX_Unmarshal

func (m *CommitDeltaResponse) XXX_Unmarshal(b []byte) error

type CommitDiffRequest

type CommitDiffRequest struct {
	Repository             *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	LeftCommitId           string      `protobuf:"bytes,2,opt,name=left_commit_id,json=leftCommitId,proto3" json:"left_commit_id,omitempty"`
	RightCommitId          string      `protobuf:"bytes,3,opt,name=right_commit_id,json=rightCommitId,proto3" json:"right_commit_id,omitempty"`
	IgnoreWhitespaceChange bool        `` /* 130-byte string literal not displayed */
	Paths                  [][]byte    `protobuf:"bytes,5,rep,name=paths,proto3" json:"paths,omitempty"`
	CollapseDiffs          bool        `protobuf:"varint,6,opt,name=collapse_diffs,json=collapseDiffs,proto3" json:"collapse_diffs,omitempty"`
	EnforceLimits          bool        `protobuf:"varint,7,opt,name=enforce_limits,json=enforceLimits,proto3" json:"enforce_limits,omitempty"`
	// These limits are only enforced when enforce_limits == true.
	MaxFiles int32 `protobuf:"varint,8,opt,name=max_files,json=maxFiles,proto3" json:"max_files,omitempty"`
	MaxLines int32 `protobuf:"varint,9,opt,name=max_lines,json=maxLines,proto3" json:"max_lines,omitempty"`
	MaxBytes int32 `protobuf:"varint,10,opt,name=max_bytes,json=maxBytes,proto3" json:"max_bytes,omitempty"`
	// Limitation of a single diff patch,
	// patches surpassing this limit are pruned by default.
	// If this is 0 you will get back empty patches.
	MaxPatchBytes int32 `protobuf:"varint,14,opt,name=max_patch_bytes,json=maxPatchBytes,proto3" json:"max_patch_bytes,omitempty"`
	// These limits are only enforced if collapse_diffs == true.
	SafeMaxFiles int32 `protobuf:"varint,11,opt,name=safe_max_files,json=safeMaxFiles,proto3" json:"safe_max_files,omitempty"`
	SafeMaxLines int32 `protobuf:"varint,12,opt,name=safe_max_lines,json=safeMaxLines,proto3" json:"safe_max_lines,omitempty"`
	SafeMaxBytes int32 `protobuf:"varint,13,opt,name=safe_max_bytes,json=safeMaxBytes,proto3" json:"safe_max_bytes,omitempty"`
	// DiffMode is the mode used for generating the diff. Please refer to the enum declaration for supported modes.
	DiffMode             CommitDiffRequest_DiffMode `` /* 126-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*CommitDiffRequest) Descriptor

func (*CommitDiffRequest) Descriptor() ([]byte, []int)

func (*CommitDiffRequest) GetCollapseDiffs

func (m *CommitDiffRequest) GetCollapseDiffs() bool

func (*CommitDiffRequest) GetDiffMode

func (*CommitDiffRequest) GetEnforceLimits

func (m *CommitDiffRequest) GetEnforceLimits() bool

func (*CommitDiffRequest) GetIgnoreWhitespaceChange

func (m *CommitDiffRequest) GetIgnoreWhitespaceChange() bool

func (*CommitDiffRequest) GetLeftCommitId

func (m *CommitDiffRequest) GetLeftCommitId() string

func (*CommitDiffRequest) GetMaxBytes

func (m *CommitDiffRequest) GetMaxBytes() int32

func (*CommitDiffRequest) GetMaxFiles

func (m *CommitDiffRequest) GetMaxFiles() int32

func (*CommitDiffRequest) GetMaxLines

func (m *CommitDiffRequest) GetMaxLines() int32

func (*CommitDiffRequest) GetMaxPatchBytes

func (m *CommitDiffRequest) GetMaxPatchBytes() int32

func (*CommitDiffRequest) GetPaths

func (m *CommitDiffRequest) GetPaths() [][]byte

func (*CommitDiffRequest) GetRepository

func (m *CommitDiffRequest) GetRepository() *Repository

func (*CommitDiffRequest) GetRightCommitId

func (m *CommitDiffRequest) GetRightCommitId() string

func (*CommitDiffRequest) GetSafeMaxBytes

func (m *CommitDiffRequest) GetSafeMaxBytes() int32

func (*CommitDiffRequest) GetSafeMaxFiles

func (m *CommitDiffRequest) GetSafeMaxFiles() int32

func (*CommitDiffRequest) GetSafeMaxLines

func (m *CommitDiffRequest) GetSafeMaxLines() int32

func (*CommitDiffRequest) ProtoMessage

func (*CommitDiffRequest) ProtoMessage()

func (*CommitDiffRequest) Reset

func (m *CommitDiffRequest) Reset()

func (*CommitDiffRequest) String

func (m *CommitDiffRequest) String() string

func (*CommitDiffRequest) XXX_DiscardUnknown

func (m *CommitDiffRequest) XXX_DiscardUnknown()

func (*CommitDiffRequest) XXX_Marshal

func (m *CommitDiffRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommitDiffRequest) XXX_Merge

func (m *CommitDiffRequest) XXX_Merge(src proto.Message)

func (*CommitDiffRequest) XXX_Size

func (m *CommitDiffRequest) XXX_Size() int

func (*CommitDiffRequest) XXX_Unmarshal

func (m *CommitDiffRequest) XXX_Unmarshal(b []byte) error

type CommitDiffRequest_DiffMode

type CommitDiffRequest_DiffMode int32
const (
	// DEFAULT is the standard diff mode and results in a linewise diff for textfiles.
	CommitDiffRequest_DEFAULT CommitDiffRequest_DiffMode = 0
	// WORDDIFF is a word diff and computes the diff for whitespace separated words instead of for whole lines.
	CommitDiffRequest_WORDDIFF CommitDiffRequest_DiffMode = 1
)

func (CommitDiffRequest_DiffMode) EnumDescriptor

func (CommitDiffRequest_DiffMode) EnumDescriptor() ([]byte, []int)

func (CommitDiffRequest_DiffMode) String

type CommitDiffResponse

type CommitDiffResponse struct {
	FromPath []byte `protobuf:"bytes,1,opt,name=from_path,json=fromPath,proto3" json:"from_path,omitempty"`
	ToPath   []byte `protobuf:"bytes,2,opt,name=to_path,json=toPath,proto3" json:"to_path,omitempty"`
	// Blob ID as returned via `git diff --full-index`
	FromId       string `protobuf:"bytes,3,opt,name=from_id,json=fromId,proto3" json:"from_id,omitempty"`
	ToId         string `protobuf:"bytes,4,opt,name=to_id,json=toId,proto3" json:"to_id,omitempty"`
	OldMode      int32  `protobuf:"varint,5,opt,name=old_mode,json=oldMode,proto3" json:"old_mode,omitempty"`
	NewMode      int32  `protobuf:"varint,6,opt,name=new_mode,json=newMode,proto3" json:"new_mode,omitempty"`
	Binary       bool   `protobuf:"varint,7,opt,name=binary,proto3" json:"binary,omitempty"`
	RawPatchData []byte `protobuf:"bytes,9,opt,name=raw_patch_data,json=rawPatchData,proto3" json:"raw_patch_data,omitempty"`
	EndOfPatch   bool   `protobuf:"varint,10,opt,name=end_of_patch,json=endOfPatch,proto3" json:"end_of_patch,omitempty"`
	// Indicates the diff file at which we overflow according to the limitations sent,
	// in which case only this attribute will be set.
	OverflowMarker bool `protobuf:"varint,11,opt,name=overflow_marker,json=overflowMarker,proto3" json:"overflow_marker,omitempty"`
	// Indicates the patch surpassed a "safe" limit and was therefore pruned, but
	// the client may still request the full patch on a separate request.
	Collapsed bool `protobuf:"varint,12,opt,name=collapsed,proto3" json:"collapsed,omitempty"`
	// Indicates the patch was pruned since it surpassed a hard limit, and can
	// therefore not be expanded.
	TooLarge             bool     `protobuf:"varint,13,opt,name=too_large,json=tooLarge,proto3" json:"too_large,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

A CommitDiffResponse corresponds to a single changed file in a commit.

func (*CommitDiffResponse) Descriptor

func (*CommitDiffResponse) Descriptor() ([]byte, []int)

func (*CommitDiffResponse) GetBinary

func (m *CommitDiffResponse) GetBinary() bool

func (*CommitDiffResponse) GetCollapsed

func (m *CommitDiffResponse) GetCollapsed() bool

func (*CommitDiffResponse) GetEndOfPatch

func (m *CommitDiffResponse) GetEndOfPatch() bool

func (*CommitDiffResponse) GetFromId

func (m *CommitDiffResponse) GetFromId() string

func (*CommitDiffResponse) GetFromPath

func (m *CommitDiffResponse) GetFromPath() []byte

func (*CommitDiffResponse) GetNewMode

func (m *CommitDiffResponse) GetNewMode() int32

func (*CommitDiffResponse) GetOldMode

func (m *CommitDiffResponse) GetOldMode() int32

func (*CommitDiffResponse) GetOverflowMarker

func (m *CommitDiffResponse) GetOverflowMarker() bool

func (*CommitDiffResponse) GetRawPatchData

func (m *CommitDiffResponse) GetRawPatchData() []byte

func (*CommitDiffResponse) GetToId

func (m *CommitDiffResponse) GetToId() string

func (*CommitDiffResponse) GetToPath

func (m *CommitDiffResponse) GetToPath() []byte

func (*CommitDiffResponse) GetTooLarge

func (m *CommitDiffResponse) GetTooLarge() bool

func (*CommitDiffResponse) ProtoMessage

func (*CommitDiffResponse) ProtoMessage()

func (*CommitDiffResponse) Reset

func (m *CommitDiffResponse) Reset()

func (*CommitDiffResponse) String

func (m *CommitDiffResponse) String() string

func (*CommitDiffResponse) XXX_DiscardUnknown

func (m *CommitDiffResponse) XXX_DiscardUnknown()

func (*CommitDiffResponse) XXX_Marshal

func (m *CommitDiffResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommitDiffResponse) XXX_Merge

func (m *CommitDiffResponse) XXX_Merge(src proto.Message)

func (*CommitDiffResponse) XXX_Size

func (m *CommitDiffResponse) XXX_Size() int

func (*CommitDiffResponse) XXX_Unmarshal

func (m *CommitDiffResponse) XXX_Unmarshal(b []byte) error

type CommitIsAncestorRequest

type CommitIsAncestorRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	AncestorId           string      `protobuf:"bytes,2,opt,name=ancestor_id,json=ancestorId,proto3" json:"ancestor_id,omitempty"`
	ChildId              string      `protobuf:"bytes,3,opt,name=child_id,json=childId,proto3" json:"child_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CommitIsAncestorRequest) Descriptor

func (*CommitIsAncestorRequest) Descriptor() ([]byte, []int)

func (*CommitIsAncestorRequest) GetAncestorId

func (m *CommitIsAncestorRequest) GetAncestorId() string

func (*CommitIsAncestorRequest) GetChildId

func (m *CommitIsAncestorRequest) GetChildId() string

func (*CommitIsAncestorRequest) GetRepository

func (m *CommitIsAncestorRequest) GetRepository() *Repository

func (*CommitIsAncestorRequest) ProtoMessage

func (*CommitIsAncestorRequest) ProtoMessage()

func (*CommitIsAncestorRequest) Reset

func (m *CommitIsAncestorRequest) Reset()

func (*CommitIsAncestorRequest) String

func (m *CommitIsAncestorRequest) String() string

func (*CommitIsAncestorRequest) XXX_DiscardUnknown

func (m *CommitIsAncestorRequest) XXX_DiscardUnknown()

func (*CommitIsAncestorRequest) XXX_Marshal

func (m *CommitIsAncestorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommitIsAncestorRequest) XXX_Merge

func (m *CommitIsAncestorRequest) XXX_Merge(src proto.Message)

func (*CommitIsAncestorRequest) XXX_Size

func (m *CommitIsAncestorRequest) XXX_Size() int

func (*CommitIsAncestorRequest) XXX_Unmarshal

func (m *CommitIsAncestorRequest) XXX_Unmarshal(b []byte) error

type CommitIsAncestorResponse

type CommitIsAncestorResponse struct {
	Value                bool     `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CommitIsAncestorResponse) Descriptor

func (*CommitIsAncestorResponse) Descriptor() ([]byte, []int)

func (*CommitIsAncestorResponse) GetValue

func (m *CommitIsAncestorResponse) GetValue() bool

func (*CommitIsAncestorResponse) ProtoMessage

func (*CommitIsAncestorResponse) ProtoMessage()

func (*CommitIsAncestorResponse) Reset

func (m *CommitIsAncestorResponse) Reset()

func (*CommitIsAncestorResponse) String

func (m *CommitIsAncestorResponse) String() string

func (*CommitIsAncestorResponse) XXX_DiscardUnknown

func (m *CommitIsAncestorResponse) XXX_DiscardUnknown()

func (*CommitIsAncestorResponse) XXX_Marshal

func (m *CommitIsAncestorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommitIsAncestorResponse) XXX_Merge

func (m *CommitIsAncestorResponse) XXX_Merge(src proto.Message)

func (*CommitIsAncestorResponse) XXX_Size

func (m *CommitIsAncestorResponse) XXX_Size() int

func (*CommitIsAncestorResponse) XXX_Unmarshal

func (m *CommitIsAncestorResponse) XXX_Unmarshal(b []byte) error

type CommitLanguagesRequest

type CommitLanguagesRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Revision             []byte      `protobuf:"bytes,2,opt,name=revision,proto3" json:"revision,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CommitLanguagesRequest) Descriptor

func (*CommitLanguagesRequest) Descriptor() ([]byte, []int)

func (*CommitLanguagesRequest) GetRepository

func (m *CommitLanguagesRequest) GetRepository() *Repository

func (*CommitLanguagesRequest) GetRevision

func (m *CommitLanguagesRequest) GetRevision() []byte

func (*CommitLanguagesRequest) ProtoMessage

func (*CommitLanguagesRequest) ProtoMessage()

func (*CommitLanguagesRequest) Reset

func (m *CommitLanguagesRequest) Reset()

func (*CommitLanguagesRequest) String

func (m *CommitLanguagesRequest) String() string

func (*CommitLanguagesRequest) XXX_DiscardUnknown

func (m *CommitLanguagesRequest) XXX_DiscardUnknown()

func (*CommitLanguagesRequest) XXX_Marshal

func (m *CommitLanguagesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommitLanguagesRequest) XXX_Merge

func (m *CommitLanguagesRequest) XXX_Merge(src proto.Message)

func (*CommitLanguagesRequest) XXX_Size

func (m *CommitLanguagesRequest) XXX_Size() int

func (*CommitLanguagesRequest) XXX_Unmarshal

func (m *CommitLanguagesRequest) XXX_Unmarshal(b []byte) error

type CommitLanguagesResponse

type CommitLanguagesResponse struct {
	Languages            []*CommitLanguagesResponse_Language `protobuf:"bytes,1,rep,name=languages,proto3" json:"languages,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                            `json:"-"`
	XXX_unrecognized     []byte                              `json:"-"`
	XXX_sizecache        int32                               `json:"-"`
}

func (*CommitLanguagesResponse) Descriptor

func (*CommitLanguagesResponse) Descriptor() ([]byte, []int)

func (*CommitLanguagesResponse) GetLanguages

func (*CommitLanguagesResponse) ProtoMessage

func (*CommitLanguagesResponse) ProtoMessage()

func (*CommitLanguagesResponse) Reset

func (m *CommitLanguagesResponse) Reset()

func (*CommitLanguagesResponse) String

func (m *CommitLanguagesResponse) String() string

func (*CommitLanguagesResponse) XXX_DiscardUnknown

func (m *CommitLanguagesResponse) XXX_DiscardUnknown()

func (*CommitLanguagesResponse) XXX_Marshal

func (m *CommitLanguagesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommitLanguagesResponse) XXX_Merge

func (m *CommitLanguagesResponse) XXX_Merge(src proto.Message)

func (*CommitLanguagesResponse) XXX_Size

func (m *CommitLanguagesResponse) XXX_Size() int

func (*CommitLanguagesResponse) XXX_Unmarshal

func (m *CommitLanguagesResponse) XXX_Unmarshal(b []byte) error

type CommitLanguagesResponse_Language

type CommitLanguagesResponse_Language struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Share                float32  `protobuf:"fixed32,2,opt,name=share,proto3" json:"share,omitempty"`
	Color                string   `protobuf:"bytes,3,opt,name=color,proto3" json:"color,omitempty"`
	FileCount            uint32   `protobuf:"varint,4,opt,name=file_count,json=fileCount,proto3" json:"file_count,omitempty"`
	Bytes                uint64   `protobuf:"varint,5,opt,name=bytes,proto3" json:"bytes,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CommitLanguagesResponse_Language) Descriptor

func (*CommitLanguagesResponse_Language) Descriptor() ([]byte, []int)

func (*CommitLanguagesResponse_Language) GetBytes

func (*CommitLanguagesResponse_Language) GetColor

func (*CommitLanguagesResponse_Language) GetFileCount

func (m *CommitLanguagesResponse_Language) GetFileCount() uint32

func (*CommitLanguagesResponse_Language) GetName

func (*CommitLanguagesResponse_Language) GetShare

func (*CommitLanguagesResponse_Language) ProtoMessage

func (*CommitLanguagesResponse_Language) ProtoMessage()

func (*CommitLanguagesResponse_Language) Reset

func (*CommitLanguagesResponse_Language) String

func (*CommitLanguagesResponse_Language) XXX_DiscardUnknown

func (m *CommitLanguagesResponse_Language) XXX_DiscardUnknown()

func (*CommitLanguagesResponse_Language) XXX_Marshal

func (m *CommitLanguagesResponse_Language) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommitLanguagesResponse_Language) XXX_Merge

func (*CommitLanguagesResponse_Language) XXX_Size

func (m *CommitLanguagesResponse_Language) XXX_Size() int

func (*CommitLanguagesResponse_Language) XXX_Unmarshal

func (m *CommitLanguagesResponse_Language) XXX_Unmarshal(b []byte) error

type CommitServiceClient

type CommitServiceClient interface {
	CommitIsAncestor(ctx context.Context, in *CommitIsAncestorRequest, opts ...grpc.CallOption) (*CommitIsAncestorResponse, error)
	TreeEntry(ctx context.Context, in *TreeEntryRequest, opts ...grpc.CallOption) (CommitService_TreeEntryClient, error)
	CommitsBetween(ctx context.Context, in *CommitsBetweenRequest, opts ...grpc.CallOption) (CommitService_CommitsBetweenClient, error)
	CountCommits(ctx context.Context, in *CountCommitsRequest, opts ...grpc.CallOption) (*CountCommitsResponse, error)
	CountDivergingCommits(ctx context.Context, in *CountDivergingCommitsRequest, opts ...grpc.CallOption) (*CountDivergingCommitsResponse, error)
	GetTreeEntries(ctx context.Context, in *GetTreeEntriesRequest, opts ...grpc.CallOption) (CommitService_GetTreeEntriesClient, error)
	ListFiles(ctx context.Context, in *ListFilesRequest, opts ...grpc.CallOption) (CommitService_ListFilesClient, error)
	FindCommit(ctx context.Context, in *FindCommitRequest, opts ...grpc.CallOption) (*FindCommitResponse, error)
	CommitStats(ctx context.Context, in *CommitStatsRequest, opts ...grpc.CallOption) (*CommitStatsResponse, error)
	// Use a stream to paginate the result set
	FindAllCommits(ctx context.Context, in *FindAllCommitsRequest, opts ...grpc.CallOption) (CommitService_FindAllCommitsClient, error)
	FindCommits(ctx context.Context, in *FindCommitsRequest, opts ...grpc.CallOption) (CommitService_FindCommitsClient, error)
	CommitLanguages(ctx context.Context, in *CommitLanguagesRequest, opts ...grpc.CallOption) (*CommitLanguagesResponse, error)
	RawBlame(ctx context.Context, in *RawBlameRequest, opts ...grpc.CallOption) (CommitService_RawBlameClient, error)
	LastCommitForPath(ctx context.Context, in *LastCommitForPathRequest, opts ...grpc.CallOption) (*LastCommitForPathResponse, error)
	ListLastCommitsForTree(ctx context.Context, in *ListLastCommitsForTreeRequest, opts ...grpc.CallOption) (CommitService_ListLastCommitsForTreeClient, error)
	CommitsByMessage(ctx context.Context, in *CommitsByMessageRequest, opts ...grpc.CallOption) (CommitService_CommitsByMessageClient, error)
	ListCommitsByOid(ctx context.Context, in *ListCommitsByOidRequest, opts ...grpc.CallOption) (CommitService_ListCommitsByOidClient, error)
	ListCommitsByRefName(ctx context.Context, in *ListCommitsByRefNameRequest, opts ...grpc.CallOption) (CommitService_ListCommitsByRefNameClient, error)
	FilterShasWithSignatures(ctx context.Context, opts ...grpc.CallOption) (CommitService_FilterShasWithSignaturesClient, error)
	GetCommitSignatures(ctx context.Context, in *GetCommitSignaturesRequest, opts ...grpc.CallOption) (CommitService_GetCommitSignaturesClient, error)
	GetCommitMessages(ctx context.Context, in *GetCommitMessagesRequest, opts ...grpc.CallOption) (CommitService_GetCommitMessagesClient, error)
}

CommitServiceClient is the client API for CommitService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewCommitServiceClient

func NewCommitServiceClient(cc *grpc.ClientConn) CommitServiceClient

type CommitServiceServer

type CommitServiceServer interface {
	CommitIsAncestor(context.Context, *CommitIsAncestorRequest) (*CommitIsAncestorResponse, error)
	TreeEntry(*TreeEntryRequest, CommitService_TreeEntryServer) error
	CommitsBetween(*CommitsBetweenRequest, CommitService_CommitsBetweenServer) error
	CountCommits(context.Context, *CountCommitsRequest) (*CountCommitsResponse, error)
	CountDivergingCommits(context.Context, *CountDivergingCommitsRequest) (*CountDivergingCommitsResponse, error)
	GetTreeEntries(*GetTreeEntriesRequest, CommitService_GetTreeEntriesServer) error
	ListFiles(*ListFilesRequest, CommitService_ListFilesServer) error
	FindCommit(context.Context, *FindCommitRequest) (*FindCommitResponse, error)
	CommitStats(context.Context, *CommitStatsRequest) (*CommitStatsResponse, error)
	// Use a stream to paginate the result set
	FindAllCommits(*FindAllCommitsRequest, CommitService_FindAllCommitsServer) error
	FindCommits(*FindCommitsRequest, CommitService_FindCommitsServer) error
	CommitLanguages(context.Context, *CommitLanguagesRequest) (*CommitLanguagesResponse, error)
	RawBlame(*RawBlameRequest, CommitService_RawBlameServer) error
	LastCommitForPath(context.Context, *LastCommitForPathRequest) (*LastCommitForPathResponse, error)
	ListLastCommitsForTree(*ListLastCommitsForTreeRequest, CommitService_ListLastCommitsForTreeServer) error
	CommitsByMessage(*CommitsByMessageRequest, CommitService_CommitsByMessageServer) error
	ListCommitsByOid(*ListCommitsByOidRequest, CommitService_ListCommitsByOidServer) error
	ListCommitsByRefName(*ListCommitsByRefNameRequest, CommitService_ListCommitsByRefNameServer) error
	FilterShasWithSignatures(CommitService_FilterShasWithSignaturesServer) error
	GetCommitSignatures(*GetCommitSignaturesRequest, CommitService_GetCommitSignaturesServer) error
	GetCommitMessages(*GetCommitMessagesRequest, CommitService_GetCommitMessagesServer) error
}

CommitServiceServer is the server API for CommitService service.

type CommitService_CommitsBetweenClient

type CommitService_CommitsBetweenClient interface {
	Recv() (*CommitsBetweenResponse, error)
	grpc.ClientStream
}

type CommitService_CommitsBetweenServer

type CommitService_CommitsBetweenServer interface {
	Send(*CommitsBetweenResponse) error
	grpc.ServerStream
}

type CommitService_CommitsByMessageClient

type CommitService_CommitsByMessageClient interface {
	Recv() (*CommitsByMessageResponse, error)
	grpc.ClientStream
}

type CommitService_CommitsByMessageServer

type CommitService_CommitsByMessageServer interface {
	Send(*CommitsByMessageResponse) error
	grpc.ServerStream
}

type CommitService_FilterShasWithSignaturesClient

type CommitService_FilterShasWithSignaturesClient interface {
	Send(*FilterShasWithSignaturesRequest) error
	Recv() (*FilterShasWithSignaturesResponse, error)
	grpc.ClientStream
}

type CommitService_FilterShasWithSignaturesServer

type CommitService_FilterShasWithSignaturesServer interface {
	Send(*FilterShasWithSignaturesResponse) error
	Recv() (*FilterShasWithSignaturesRequest, error)
	grpc.ServerStream
}

type CommitService_FindAllCommitsClient

type CommitService_FindAllCommitsClient interface {
	Recv() (*FindAllCommitsResponse, error)
	grpc.ClientStream
}

type CommitService_FindAllCommitsServer

type CommitService_FindAllCommitsServer interface {
	Send(*FindAllCommitsResponse) error
	grpc.ServerStream
}

type CommitService_FindCommitsClient

type CommitService_FindCommitsClient interface {
	Recv() (*FindCommitsResponse, error)
	grpc.ClientStream
}

type CommitService_FindCommitsServer

type CommitService_FindCommitsServer interface {
	Send(*FindCommitsResponse) error
	grpc.ServerStream
}

type CommitService_GetCommitMessagesClient

type CommitService_GetCommitMessagesClient interface {
	Recv() (*GetCommitMessagesResponse, error)
	grpc.ClientStream
}

type CommitService_GetCommitMessagesServer

type CommitService_GetCommitMessagesServer interface {
	Send(*GetCommitMessagesResponse) error
	grpc.ServerStream
}

type CommitService_GetCommitSignaturesClient

type CommitService_GetCommitSignaturesClient interface {
	Recv() (*GetCommitSignaturesResponse, error)
	grpc.ClientStream
}

type CommitService_GetCommitSignaturesServer

type CommitService_GetCommitSignaturesServer interface {
	Send(*GetCommitSignaturesResponse) error
	grpc.ServerStream
}

type CommitService_GetTreeEntriesClient

type CommitService_GetTreeEntriesClient interface {
	Recv() (*GetTreeEntriesResponse, error)
	grpc.ClientStream
}

type CommitService_GetTreeEntriesServer

type CommitService_GetTreeEntriesServer interface {
	Send(*GetTreeEntriesResponse) error
	grpc.ServerStream
}

type CommitService_ListCommitsByOidClient

type CommitService_ListCommitsByOidClient interface {
	Recv() (*ListCommitsByOidResponse, error)
	grpc.ClientStream
}

type CommitService_ListCommitsByOidServer

type CommitService_ListCommitsByOidServer interface {
	Send(*ListCommitsByOidResponse) error
	grpc.ServerStream
}

type CommitService_ListCommitsByRefNameClient

type CommitService_ListCommitsByRefNameClient interface {
	Recv() (*ListCommitsByRefNameResponse, error)
	grpc.ClientStream
}

type CommitService_ListCommitsByRefNameServer

type CommitService_ListCommitsByRefNameServer interface {
	Send(*ListCommitsByRefNameResponse) error
	grpc.ServerStream
}

type CommitService_ListFilesClient

type CommitService_ListFilesClient interface {
	Recv() (*ListFilesResponse, error)
	grpc.ClientStream
}

type CommitService_ListFilesServer

type CommitService_ListFilesServer interface {
	Send(*ListFilesResponse) error
	grpc.ServerStream
}

type CommitService_ListLastCommitsForTreeClient

type CommitService_ListLastCommitsForTreeClient interface {
	Recv() (*ListLastCommitsForTreeResponse, error)
	grpc.ClientStream
}

type CommitService_ListLastCommitsForTreeServer

type CommitService_ListLastCommitsForTreeServer interface {
	Send(*ListLastCommitsForTreeResponse) error
	grpc.ServerStream
}

type CommitService_RawBlameClient

type CommitService_RawBlameClient interface {
	Recv() (*RawBlameResponse, error)
	grpc.ClientStream
}

type CommitService_RawBlameServer

type CommitService_RawBlameServer interface {
	Send(*RawBlameResponse) error
	grpc.ServerStream
}

type CommitService_TreeEntryClient

type CommitService_TreeEntryClient interface {
	Recv() (*TreeEntryResponse, error)
	grpc.ClientStream
}

type CommitService_TreeEntryServer

type CommitService_TreeEntryServer interface {
	Send(*TreeEntryResponse) error
	grpc.ServerStream
}

type CommitStatsRequest

type CommitStatsRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Revision             []byte      `protobuf:"bytes,2,opt,name=revision,proto3" json:"revision,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CommitStatsRequest) Descriptor

func (*CommitStatsRequest) Descriptor() ([]byte, []int)

func (*CommitStatsRequest) GetRepository

func (m *CommitStatsRequest) GetRepository() *Repository

func (*CommitStatsRequest) GetRevision

func (m *CommitStatsRequest) GetRevision() []byte

func (*CommitStatsRequest) ProtoMessage

func (*CommitStatsRequest) ProtoMessage()

func (*CommitStatsRequest) Reset

func (m *CommitStatsRequest) Reset()

func (*CommitStatsRequest) String

func (m *CommitStatsRequest) String() string

func (*CommitStatsRequest) XXX_DiscardUnknown

func (m *CommitStatsRequest) XXX_DiscardUnknown()

func (*CommitStatsRequest) XXX_Marshal

func (m *CommitStatsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommitStatsRequest) XXX_Merge

func (m *CommitStatsRequest) XXX_Merge(src proto.Message)

func (*CommitStatsRequest) XXX_Size

func (m *CommitStatsRequest) XXX_Size() int

func (*CommitStatsRequest) XXX_Unmarshal

func (m *CommitStatsRequest) XXX_Unmarshal(b []byte) error

type CommitStatsResponse

type CommitStatsResponse struct {
	// OID is the commit. Empty means not found
	Oid                  string   `protobuf:"bytes,1,opt,name=oid,proto3" json:"oid,omitempty"`
	Additions            int32    `protobuf:"varint,2,opt,name=additions,proto3" json:"additions,omitempty"`
	Deletions            int32    `protobuf:"varint,3,opt,name=deletions,proto3" json:"deletions,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CommitStatsResponse) Descriptor

func (*CommitStatsResponse) Descriptor() ([]byte, []int)

func (*CommitStatsResponse) GetAdditions

func (m *CommitStatsResponse) GetAdditions() int32

func (*CommitStatsResponse) GetDeletions

func (m *CommitStatsResponse) GetDeletions() int32

func (*CommitStatsResponse) GetOid

func (m *CommitStatsResponse) GetOid() string

func (*CommitStatsResponse) ProtoMessage

func (*CommitStatsResponse) ProtoMessage()

func (*CommitStatsResponse) Reset

func (m *CommitStatsResponse) Reset()

func (*CommitStatsResponse) String

func (m *CommitStatsResponse) String() string

func (*CommitStatsResponse) XXX_DiscardUnknown

func (m *CommitStatsResponse) XXX_DiscardUnknown()

func (*CommitStatsResponse) XXX_Marshal

func (m *CommitStatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommitStatsResponse) XXX_Merge

func (m *CommitStatsResponse) XXX_Merge(src proto.Message)

func (*CommitStatsResponse) XXX_Size

func (m *CommitStatsResponse) XXX_Size() int

func (*CommitStatsResponse) XXX_Unmarshal

func (m *CommitStatsResponse) XXX_Unmarshal(b []byte) error

type CommitTrailer

type CommitTrailer struct {
	// The key of the trailer, such as `Signed-off-by`.
	Key []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// The value of the trailer, such as `Alice <alice@gmail.com>`.
	Value                []byte   `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

A single Git trailer (https://git-scm.com/docs/git-interpret-trailers) key-value pair.

func (*CommitTrailer) Descriptor

func (*CommitTrailer) Descriptor() ([]byte, []int)

func (*CommitTrailer) GetKey

func (m *CommitTrailer) GetKey() []byte

func (*CommitTrailer) GetValue

func (m *CommitTrailer) GetValue() []byte

func (*CommitTrailer) ProtoMessage

func (*CommitTrailer) ProtoMessage()

func (*CommitTrailer) Reset

func (m *CommitTrailer) Reset()

func (*CommitTrailer) String

func (m *CommitTrailer) String() string

func (*CommitTrailer) XXX_DiscardUnknown

func (m *CommitTrailer) XXX_DiscardUnknown()

func (*CommitTrailer) XXX_Marshal

func (m *CommitTrailer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommitTrailer) XXX_Merge

func (m *CommitTrailer) XXX_Merge(src proto.Message)

func (*CommitTrailer) XXX_Size

func (m *CommitTrailer) XXX_Size() int

func (*CommitTrailer) XXX_Unmarshal

func (m *CommitTrailer) XXX_Unmarshal(b []byte) error

type CommitsBetweenRequest

type CommitsBetweenRequest struct {
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	From       []byte      `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	To         []byte      `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"`
	// The page token is the last commit OID that was sent. It's expected to be the
	// full object ID to guard against ambigious OIDs. Using the page parameter is
	// effectivaly equivalent to setting the `from` parameter to the commit object
	// identifier.
	PaginationParams     *PaginationParameter `protobuf:"bytes,4,opt,name=pagination_params,json=paginationParams,proto3" json:"pagination_params,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*CommitsBetweenRequest) Descriptor

func (*CommitsBetweenRequest) Descriptor() ([]byte, []int)

func (*CommitsBetweenRequest) GetFrom

func (m *CommitsBetweenRequest) GetFrom() []byte

func (*CommitsBetweenRequest) GetPaginationParams

func (m *CommitsBetweenRequest) GetPaginationParams() *PaginationParameter

func (*CommitsBetweenRequest) GetRepository

func (m *CommitsBetweenRequest) GetRepository() *Repository

func (*CommitsBetweenRequest) GetTo

func (m *CommitsBetweenRequest) GetTo() []byte

func (*CommitsBetweenRequest) ProtoMessage

func (*CommitsBetweenRequest) ProtoMessage()

func (*CommitsBetweenRequest) Reset

func (m *CommitsBetweenRequest) Reset()

func (*CommitsBetweenRequest) String

func (m *CommitsBetweenRequest) String() string

func (*CommitsBetweenRequest) XXX_DiscardUnknown

func (m *CommitsBetweenRequest) XXX_DiscardUnknown()

func (*CommitsBetweenRequest) XXX_Marshal

func (m *CommitsBetweenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommitsBetweenRequest) XXX_Merge

func (m *CommitsBetweenRequest) XXX_Merge(src proto.Message)

func (*CommitsBetweenRequest) XXX_Size

func (m *CommitsBetweenRequest) XXX_Size() int

func (*CommitsBetweenRequest) XXX_Unmarshal

func (m *CommitsBetweenRequest) XXX_Unmarshal(b []byte) error

type CommitsBetweenResponse

type CommitsBetweenResponse struct {
	Commits              []*GitCommit `protobuf:"bytes,1,rep,name=commits,proto3" json:"commits,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*CommitsBetweenResponse) Descriptor

func (*CommitsBetweenResponse) Descriptor() ([]byte, []int)

func (*CommitsBetweenResponse) GetCommits

func (m *CommitsBetweenResponse) GetCommits() []*GitCommit

func (*CommitsBetweenResponse) ProtoMessage

func (*CommitsBetweenResponse) ProtoMessage()

func (*CommitsBetweenResponse) Reset

func (m *CommitsBetweenResponse) Reset()

func (*CommitsBetweenResponse) String

func (m *CommitsBetweenResponse) String() string

func (*CommitsBetweenResponse) XXX_DiscardUnknown

func (m *CommitsBetweenResponse) XXX_DiscardUnknown()

func (*CommitsBetweenResponse) XXX_Marshal

func (m *CommitsBetweenResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommitsBetweenResponse) XXX_Merge

func (m *CommitsBetweenResponse) XXX_Merge(src proto.Message)

func (*CommitsBetweenResponse) XXX_Size

func (m *CommitsBetweenResponse) XXX_Size() int

func (*CommitsBetweenResponse) XXX_Unmarshal

func (m *CommitsBetweenResponse) XXX_Unmarshal(b []byte) error

type CommitsByMessageRequest

type CommitsByMessageRequest struct {
	Repository           *Repository    `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Revision             []byte         `protobuf:"bytes,2,opt,name=revision,proto3" json:"revision,omitempty"`
	Offset               int32          `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit                int32          `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	Path                 []byte         `protobuf:"bytes,5,opt,name=path,proto3" json:"path,omitempty"`
	Query                string         `protobuf:"bytes,6,opt,name=query,proto3" json:"query,omitempty"`
	GlobalOptions        *GlobalOptions `protobuf:"bytes,7,opt,name=global_options,json=globalOptions,proto3" json:"global_options,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CommitsByMessageRequest) Descriptor

func (*CommitsByMessageRequest) Descriptor() ([]byte, []int)

func (*CommitsByMessageRequest) GetGlobalOptions

func (m *CommitsByMessageRequest) GetGlobalOptions() *GlobalOptions

func (*CommitsByMessageRequest) GetLimit

func (m *CommitsByMessageRequest) GetLimit() int32

func (*CommitsByMessageRequest) GetOffset

func (m *CommitsByMessageRequest) GetOffset() int32

func (*CommitsByMessageRequest) GetPath

func (m *CommitsByMessageRequest) GetPath() []byte

func (*CommitsByMessageRequest) GetQuery

func (m *CommitsByMessageRequest) GetQuery() string

func (*CommitsByMessageRequest) GetRepository

func (m *CommitsByMessageRequest) GetRepository() *Repository

func (*CommitsByMessageRequest) GetRevision

func (m *CommitsByMessageRequest) GetRevision() []byte

func (*CommitsByMessageRequest) ProtoMessage

func (*CommitsByMessageRequest) ProtoMessage()

func (*CommitsByMessageRequest) Reset

func (m *CommitsByMessageRequest) Reset()

func (*CommitsByMessageRequest) String

func (m *CommitsByMessageRequest) String() string

func (*CommitsByMessageRequest) XXX_DiscardUnknown

func (m *CommitsByMessageRequest) XXX_DiscardUnknown()

func (*CommitsByMessageRequest) XXX_Marshal

func (m *CommitsByMessageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommitsByMessageRequest) XXX_Merge

func (m *CommitsByMessageRequest) XXX_Merge(src proto.Message)

func (*CommitsByMessageRequest) XXX_Size

func (m *CommitsByMessageRequest) XXX_Size() int

func (*CommitsByMessageRequest) XXX_Unmarshal

func (m *CommitsByMessageRequest) XXX_Unmarshal(b []byte) error

type CommitsByMessageResponse

type CommitsByMessageResponse struct {
	Commits              []*GitCommit `protobuf:"bytes,1,rep,name=commits,proto3" json:"commits,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

One 'page' of the paginated response of CommitsByMessage

func (*CommitsByMessageResponse) Descriptor

func (*CommitsByMessageResponse) Descriptor() ([]byte, []int)

func (*CommitsByMessageResponse) GetCommits

func (m *CommitsByMessageResponse) GetCommits() []*GitCommit

func (*CommitsByMessageResponse) ProtoMessage

func (*CommitsByMessageResponse) ProtoMessage()

func (*CommitsByMessageResponse) Reset

func (m *CommitsByMessageResponse) Reset()

func (*CommitsByMessageResponse) String

func (m *CommitsByMessageResponse) String() string

func (*CommitsByMessageResponse) XXX_DiscardUnknown

func (m *CommitsByMessageResponse) XXX_DiscardUnknown()

func (*CommitsByMessageResponse) XXX_Marshal

func (m *CommitsByMessageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommitsByMessageResponse) XXX_Merge

func (m *CommitsByMessageResponse) XXX_Merge(src proto.Message)

func (*CommitsByMessageResponse) XXX_Size

func (m *CommitsByMessageResponse) XXX_Size() int

func (*CommitsByMessageResponse) XXX_Unmarshal

func (m *CommitsByMessageResponse) XXX_Unmarshal(b []byte) error

type ConflictFile

type ConflictFile struct {
	// Types that are valid to be assigned to ConflictFilePayload:
	//	*ConflictFile_Header
	//	*ConflictFile_Content
	ConflictFilePayload  isConflictFile_ConflictFilePayload `protobuf_oneof:"conflict_file_payload"`
	XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
	XXX_unrecognized     []byte                             `json:"-"`
	XXX_sizecache        int32                              `json:"-"`
}

func (*ConflictFile) Descriptor

func (*ConflictFile) Descriptor() ([]byte, []int)

func (*ConflictFile) GetConflictFilePayload

func (m *ConflictFile) GetConflictFilePayload() isConflictFile_ConflictFilePayload

func (*ConflictFile) GetContent

func (m *ConflictFile) GetContent() []byte

func (*ConflictFile) GetHeader

func (m *ConflictFile) GetHeader() *ConflictFileHeader

func (*ConflictFile) ProtoMessage

func (*ConflictFile) ProtoMessage()

func (*ConflictFile) Reset

func (m *ConflictFile) Reset()

func (*ConflictFile) String

func (m *ConflictFile) String() string

func (*ConflictFile) XXX_DiscardUnknown

func (m *ConflictFile) XXX_DiscardUnknown()

func (*ConflictFile) XXX_Marshal

func (m *ConflictFile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConflictFile) XXX_Merge

func (m *ConflictFile) XXX_Merge(src proto.Message)

func (*ConflictFile) XXX_OneofWrappers

func (*ConflictFile) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*ConflictFile) XXX_Size

func (m *ConflictFile) XXX_Size() int

func (*ConflictFile) XXX_Unmarshal

func (m *ConflictFile) XXX_Unmarshal(b []byte) error

type ConflictFileHeader

type ConflictFileHeader struct {
	CommitOid            string   `protobuf:"bytes,2,opt,name=commit_oid,json=commitOid,proto3" json:"commit_oid,omitempty"`
	TheirPath            []byte   `protobuf:"bytes,3,opt,name=their_path,json=theirPath,proto3" json:"their_path,omitempty"`
	OurPath              []byte   `protobuf:"bytes,4,opt,name=our_path,json=ourPath,proto3" json:"our_path,omitempty"`
	OurMode              int32    `protobuf:"varint,5,opt,name=our_mode,json=ourMode,proto3" json:"our_mode,omitempty"`
	AncestorPath         []byte   `protobuf:"bytes,6,opt,name=ancestor_path,json=ancestorPath,proto3" json:"ancestor_path,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ConflictFileHeader) Descriptor

func (*ConflictFileHeader) Descriptor() ([]byte, []int)

func (*ConflictFileHeader) GetAncestorPath

func (m *ConflictFileHeader) GetAncestorPath() []byte

func (*ConflictFileHeader) GetCommitOid

func (m *ConflictFileHeader) GetCommitOid() string

func (*ConflictFileHeader) GetOurMode

func (m *ConflictFileHeader) GetOurMode() int32

func (*ConflictFileHeader) GetOurPath

func (m *ConflictFileHeader) GetOurPath() []byte

func (*ConflictFileHeader) GetTheirPath

func (m *ConflictFileHeader) GetTheirPath() []byte

func (*ConflictFileHeader) ProtoMessage

func (*ConflictFileHeader) ProtoMessage()

func (*ConflictFileHeader) Reset

func (m *ConflictFileHeader) Reset()

func (*ConflictFileHeader) String

func (m *ConflictFileHeader) String() string

func (*ConflictFileHeader) XXX_DiscardUnknown

func (m *ConflictFileHeader) XXX_DiscardUnknown()

func (*ConflictFileHeader) XXX_Marshal

func (m *ConflictFileHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConflictFileHeader) XXX_Merge

func (m *ConflictFileHeader) XXX_Merge(src proto.Message)

func (*ConflictFileHeader) XXX_Size

func (m *ConflictFileHeader) XXX_Size() int

func (*ConflictFileHeader) XXX_Unmarshal

func (m *ConflictFileHeader) XXX_Unmarshal(b []byte) error

type ConflictFile_Content

type ConflictFile_Content struct {
	Content []byte `protobuf:"bytes,2,opt,name=content,proto3,oneof"`
}

type ConflictFile_Header

type ConflictFile_Header struct {
	Header *ConflictFileHeader `protobuf:"bytes,1,opt,name=header,proto3,oneof"`
}

type ConflictsServiceClient

type ConflictsServiceClient interface {
	ListConflictFiles(ctx context.Context, in *ListConflictFilesRequest, opts ...grpc.CallOption) (ConflictsService_ListConflictFilesClient, error)
	// ResolveConflicts tries to resolve a conflicting merge with a set of
	// user-provided merge resolutions. If resolving the conflict succeeds, the
	// result will be a new merge commit.
	ResolveConflicts(ctx context.Context, opts ...grpc.CallOption) (ConflictsService_ResolveConflictsClient, error)
}

ConflictsServiceClient is the client API for ConflictsService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewConflictsServiceClient

func NewConflictsServiceClient(cc *grpc.ClientConn) ConflictsServiceClient

type ConflictsServiceServer

type ConflictsServiceServer interface {
	ListConflictFiles(*ListConflictFilesRequest, ConflictsService_ListConflictFilesServer) error
	// ResolveConflicts tries to resolve a conflicting merge with a set of
	// user-provided merge resolutions. If resolving the conflict succeeds, the
	// result will be a new merge commit.
	ResolveConflicts(ConflictsService_ResolveConflictsServer) error
}

ConflictsServiceServer is the server API for ConflictsService service.

type ConflictsService_ListConflictFilesClient

type ConflictsService_ListConflictFilesClient interface {
	Recv() (*ListConflictFilesResponse, error)
	grpc.ClientStream
}

type ConflictsService_ListConflictFilesServer

type ConflictsService_ListConflictFilesServer interface {
	Send(*ListConflictFilesResponse) error
	grpc.ServerStream
}

type ConflictsService_ResolveConflictsClient

type ConflictsService_ResolveConflictsClient interface {
	Send(*ResolveConflictsRequest) error
	CloseAndRecv() (*ResolveConflictsResponse, error)
	grpc.ClientStream
}

type ConflictsService_ResolveConflictsServer

type ConflictsService_ResolveConflictsServer interface {
	SendAndClose(*ResolveConflictsResponse) error
	Recv() (*ResolveConflictsRequest, error)
	grpc.ServerStream
}

type ConsistencyCheckRequest

type ConsistencyCheckRequest struct {
	VirtualStorage string `protobuf:"bytes,1,opt,name=virtual_storage,json=virtualStorage,proto3" json:"virtual_storage,omitempty"`
	// The target storage is the storage you wish to check for inconsistencies
	// against a reference storage (typically the current primary).
	TargetStorage string `protobuf:"bytes,2,opt,name=target_storage,json=targetStorage,proto3" json:"target_storage,omitempty"`
	// Optionally provide a reference storage to compare the target storage
	// against. If a reference storage is omitted, the current primary will be
	// used.
	ReferenceStorage string `protobuf:"bytes,3,opt,name=reference_storage,json=referenceStorage,proto3" json:"reference_storage,omitempty"`
	// Be default, reconcilliation is enabled. Disabling reconcilliation will
	// make the request side-effect free.
	DisableReconcilliation bool     `` /* 128-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

func (*ConsistencyCheckRequest) Descriptor

func (*ConsistencyCheckRequest) Descriptor() ([]byte, []int)

func (*ConsistencyCheckRequest) GetDisableReconcilliation

func (m *ConsistencyCheckRequest) GetDisableReconcilliation() bool

func (*ConsistencyCheckRequest) GetReferenceStorage

func (m *ConsistencyCheckRequest) GetReferenceStorage() string

func (*ConsistencyCheckRequest) GetTargetStorage

func (m *ConsistencyCheckRequest) GetTargetStorage() string

func (*ConsistencyCheckRequest) GetVirtualStorage

func (m *ConsistencyCheckRequest) GetVirtualStorage() string

func (*ConsistencyCheckRequest) ProtoMessage

func (*ConsistencyCheckRequest) ProtoMessage()

func (*ConsistencyCheckRequest) Reset

func (m *ConsistencyCheckRequest) Reset()

func (*ConsistencyCheckRequest) String

func (m *ConsistencyCheckRequest) String() string

func (*ConsistencyCheckRequest) XXX_DiscardUnknown

func (m *ConsistencyCheckRequest) XXX_DiscardUnknown()

func (*ConsistencyCheckRequest) XXX_Marshal

func (m *ConsistencyCheckRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConsistencyCheckRequest) XXX_Merge

func (m *ConsistencyCheckRequest) XXX_Merge(src proto.Message)

func (*ConsistencyCheckRequest) XXX_Size

func (m *ConsistencyCheckRequest) XXX_Size() int

func (*ConsistencyCheckRequest) XXX_Unmarshal

func (m *ConsistencyCheckRequest) XXX_Unmarshal(b []byte) error

type ConsistencyCheckResponse

type ConsistencyCheckResponse struct {
	RepoRelativePath  string `protobuf:"bytes,1,opt,name=repo_relative_path,json=repoRelativePath,proto3" json:"repo_relative_path,omitempty"`
	TargetChecksum    string `protobuf:"bytes,2,opt,name=target_checksum,json=targetChecksum,proto3" json:"target_checksum,omitempty"`
	ReferenceChecksum string `protobuf:"bytes,3,opt,name=reference_checksum,json=referenceChecksum,proto3" json:"reference_checksum,omitempty"`
	// If resync was enabled, then each inconsistency will schedule a replication
	// job. A replication ID is returned to track the corresponding job.
	ReplJobId uint64 `protobuf:"varint,4,opt,name=repl_job_id,json=replJobId,proto3" json:"repl_job_id,omitempty"`
	// If the reference storage was not specified, reply with the reference used
	ReferenceStorage string `protobuf:"bytes,5,opt,name=reference_storage,json=referenceStorage,proto3" json:"reference_storage,omitempty"`
	// The list of errors that appeared during the operation execution for the current repository.
	Errors               []string `protobuf:"bytes,6,rep,name=errors,proto3" json:"errors,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ConsistencyCheckResponse) Descriptor

func (*ConsistencyCheckResponse) Descriptor() ([]byte, []int)

func (*ConsistencyCheckResponse) GetErrors

func (m *ConsistencyCheckResponse) GetErrors() []string

func (*ConsistencyCheckResponse) GetReferenceChecksum

func (m *ConsistencyCheckResponse) GetReferenceChecksum() string

func (*ConsistencyCheckResponse) GetReferenceStorage

func (m *ConsistencyCheckResponse) GetReferenceStorage() string

func (*ConsistencyCheckResponse) GetReplJobId

func (m *ConsistencyCheckResponse) GetReplJobId() uint64

func (*ConsistencyCheckResponse) GetRepoRelativePath

func (m *ConsistencyCheckResponse) GetRepoRelativePath() string

func (*ConsistencyCheckResponse) GetTargetChecksum

func (m *ConsistencyCheckResponse) GetTargetChecksum() string

func (*ConsistencyCheckResponse) ProtoMessage

func (*ConsistencyCheckResponse) ProtoMessage()

func (*ConsistencyCheckResponse) Reset

func (m *ConsistencyCheckResponse) Reset()

func (*ConsistencyCheckResponse) String

func (m *ConsistencyCheckResponse) String() string

func (*ConsistencyCheckResponse) XXX_DiscardUnknown

func (m *ConsistencyCheckResponse) XXX_DiscardUnknown()

func (*ConsistencyCheckResponse) XXX_Marshal

func (m *ConsistencyCheckResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConsistencyCheckResponse) XXX_Merge

func (m *ConsistencyCheckResponse) XXX_Merge(src proto.Message)

func (*ConsistencyCheckResponse) XXX_Size

func (m *ConsistencyCheckResponse) XXX_Size() int

func (*ConsistencyCheckResponse) XXX_Unmarshal

func (m *ConsistencyCheckResponse) XXX_Unmarshal(b []byte) error

type CountCommitsRequest

type CountCommitsRequest struct {
	Repository *Repository          `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Revision   []byte               `protobuf:"bytes,2,opt,name=revision,proto3" json:"revision,omitempty"`
	After      *timestamp.Timestamp `protobuf:"bytes,3,opt,name=after,proto3" json:"after,omitempty"`
	Before     *timestamp.Timestamp `protobuf:"bytes,4,opt,name=before,proto3" json:"before,omitempty"`
	Path       []byte               `protobuf:"bytes,5,opt,name=path,proto3" json:"path,omitempty"`
	MaxCount   int32                `protobuf:"varint,6,opt,name=max_count,json=maxCount,proto3" json:"max_count,omitempty"`
	// all and revision are mutually exclusive
	All                  bool           `protobuf:"varint,7,opt,name=all,proto3" json:"all,omitempty"`
	FirstParent          bool           `protobuf:"varint,8,opt,name=first_parent,json=firstParent,proto3" json:"first_parent,omitempty"`
	GlobalOptions        *GlobalOptions `protobuf:"bytes,9,opt,name=global_options,json=globalOptions,proto3" json:"global_options,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CountCommitsRequest) Descriptor

func (*CountCommitsRequest) Descriptor() ([]byte, []int)

func (*CountCommitsRequest) GetAfter

func (m *CountCommitsRequest) GetAfter() *timestamp.Timestamp

func (*CountCommitsRequest) GetAll

func (m *CountCommitsRequest) GetAll() bool

func (*CountCommitsRequest) GetBefore

func (m *CountCommitsRequest) GetBefore() *timestamp.Timestamp

func (*CountCommitsRequest) GetFirstParent

func (m *CountCommitsRequest) GetFirstParent() bool

func (*CountCommitsRequest) GetGlobalOptions

func (m *CountCommitsRequest) GetGlobalOptions() *GlobalOptions

func (*CountCommitsRequest) GetMaxCount

func (m *CountCommitsRequest) GetMaxCount() int32

func (*CountCommitsRequest) GetPath

func (m *CountCommitsRequest) GetPath() []byte

func (*CountCommitsRequest) GetRepository

func (m *CountCommitsRequest) GetRepository() *Repository

func (*CountCommitsRequest) GetRevision

func (m *CountCommitsRequest) GetRevision() []byte

func (*CountCommitsRequest) ProtoMessage

func (*CountCommitsRequest) ProtoMessage()

func (*CountCommitsRequest) Reset

func (m *CountCommitsRequest) Reset()

func (*CountCommitsRequest) String

func (m *CountCommitsRequest) String() string

func (*CountCommitsRequest) XXX_DiscardUnknown

func (m *CountCommitsRequest) XXX_DiscardUnknown()

func (*CountCommitsRequest) XXX_Marshal

func (m *CountCommitsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CountCommitsRequest) XXX_Merge

func (m *CountCommitsRequest) XXX_Merge(src proto.Message)

func (*CountCommitsRequest) XXX_Size

func (m *CountCommitsRequest) XXX_Size() int

func (*CountCommitsRequest) XXX_Unmarshal

func (m *CountCommitsRequest) XXX_Unmarshal(b []byte) error

type CountCommitsResponse

type CountCommitsResponse struct {
	Count                int32    `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CountCommitsResponse) Descriptor

func (*CountCommitsResponse) Descriptor() ([]byte, []int)

func (*CountCommitsResponse) GetCount

func (m *CountCommitsResponse) GetCount() int32

func (*CountCommitsResponse) ProtoMessage

func (*CountCommitsResponse) ProtoMessage()

func (*CountCommitsResponse) Reset

func (m *CountCommitsResponse) Reset()

func (*CountCommitsResponse) String

func (m *CountCommitsResponse) String() string

func (*CountCommitsResponse) XXX_DiscardUnknown

func (m *CountCommitsResponse) XXX_DiscardUnknown()

func (*CountCommitsResponse) XXX_Marshal

func (m *CountCommitsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CountCommitsResponse) XXX_Merge

func (m *CountCommitsResponse) XXX_Merge(src proto.Message)

func (*CountCommitsResponse) XXX_Size

func (m *CountCommitsResponse) XXX_Size() int

func (*CountCommitsResponse) XXX_Unmarshal

func (m *CountCommitsResponse) XXX_Unmarshal(b []byte) error

type CountDivergingCommitsRequest

type CountDivergingCommitsRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	From                 []byte      `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	To                   []byte      `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"`
	MaxCount             int32       `protobuf:"varint,7,opt,name=max_count,json=maxCount,proto3" json:"max_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CountDivergingCommitsRequest) Descriptor

func (*CountDivergingCommitsRequest) Descriptor() ([]byte, []int)

func (*CountDivergingCommitsRequest) GetFrom

func (m *CountDivergingCommitsRequest) GetFrom() []byte

func (*CountDivergingCommitsRequest) GetMaxCount

func (m *CountDivergingCommitsRequest) GetMaxCount() int32

func (*CountDivergingCommitsRequest) GetRepository

func (m *CountDivergingCommitsRequest) GetRepository() *Repository

func (*CountDivergingCommitsRequest) GetTo

func (m *CountDivergingCommitsRequest) GetTo() []byte

func (*CountDivergingCommitsRequest) ProtoMessage

func (*CountDivergingCommitsRequest) ProtoMessage()

func (*CountDivergingCommitsRequest) Reset

func (m *CountDivergingCommitsRequest) Reset()

func (*CountDivergingCommitsRequest) String

func (*CountDivergingCommitsRequest) XXX_DiscardUnknown

func (m *CountDivergingCommitsRequest) XXX_DiscardUnknown()

func (*CountDivergingCommitsRequest) XXX_Marshal

func (m *CountDivergingCommitsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CountDivergingCommitsRequest) XXX_Merge

func (m *CountDivergingCommitsRequest) XXX_Merge(src proto.Message)

func (*CountDivergingCommitsRequest) XXX_Size

func (m *CountDivergingCommitsRequest) XXX_Size() int

func (*CountDivergingCommitsRequest) XXX_Unmarshal

func (m *CountDivergingCommitsRequest) XXX_Unmarshal(b []byte) error

type CountDivergingCommitsResponse

type CountDivergingCommitsResponse struct {
	LeftCount            int32    `protobuf:"varint,1,opt,name=left_count,json=leftCount,proto3" json:"left_count,omitempty"`
	RightCount           int32    `protobuf:"varint,2,opt,name=right_count,json=rightCount,proto3" json:"right_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CountDivergingCommitsResponse) Descriptor

func (*CountDivergingCommitsResponse) Descriptor() ([]byte, []int)

func (*CountDivergingCommitsResponse) GetLeftCount

func (m *CountDivergingCommitsResponse) GetLeftCount() int32

func (*CountDivergingCommitsResponse) GetRightCount

func (m *CountDivergingCommitsResponse) GetRightCount() int32

func (*CountDivergingCommitsResponse) ProtoMessage

func (*CountDivergingCommitsResponse) ProtoMessage()

func (*CountDivergingCommitsResponse) Reset

func (m *CountDivergingCommitsResponse) Reset()

func (*CountDivergingCommitsResponse) String

func (*CountDivergingCommitsResponse) XXX_DiscardUnknown

func (m *CountDivergingCommitsResponse) XXX_DiscardUnknown()

func (*CountDivergingCommitsResponse) XXX_Marshal

func (m *CountDivergingCommitsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CountDivergingCommitsResponse) XXX_Merge

func (m *CountDivergingCommitsResponse) XXX_Merge(src proto.Message)

func (*CountDivergingCommitsResponse) XXX_Size

func (m *CountDivergingCommitsResponse) XXX_Size() int

func (*CountDivergingCommitsResponse) XXX_Unmarshal

func (m *CountDivergingCommitsResponse) XXX_Unmarshal(b []byte) error

type CreateBranchRequest

type CreateBranchRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Name                 []byte      `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	StartPoint           []byte      `protobuf:"bytes,3,opt,name=start_point,json=startPoint,proto3" json:"start_point,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CreateBranchRequest) Descriptor

func (*CreateBranchRequest) Descriptor() ([]byte, []int)

func (*CreateBranchRequest) GetName

func (m *CreateBranchRequest) GetName() []byte

func (*CreateBranchRequest) GetRepository

func (m *CreateBranchRequest) GetRepository() *Repository

func (*CreateBranchRequest) GetStartPoint

func (m *CreateBranchRequest) GetStartPoint() []byte

func (*CreateBranchRequest) ProtoMessage

func (*CreateBranchRequest) ProtoMessage()

func (*CreateBranchRequest) Reset

func (m *CreateBranchRequest) Reset()

func (*CreateBranchRequest) String

func (m *CreateBranchRequest) String() string

func (*CreateBranchRequest) XXX_DiscardUnknown

func (m *CreateBranchRequest) XXX_DiscardUnknown()

func (*CreateBranchRequest) XXX_Marshal

func (m *CreateBranchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateBranchRequest) XXX_Merge

func (m *CreateBranchRequest) XXX_Merge(src proto.Message)

func (*CreateBranchRequest) XXX_Size

func (m *CreateBranchRequest) XXX_Size() int

func (*CreateBranchRequest) XXX_Unmarshal

func (m *CreateBranchRequest) XXX_Unmarshal(b []byte) error

type CreateBranchResponse

type CreateBranchResponse struct {
	Status               CreateBranchResponse_Status `protobuf:"varint,1,opt,name=status,proto3,enum=gitaly.CreateBranchResponse_Status" json:"status,omitempty"`
	Branch               *Branch                     `protobuf:"bytes,2,opt,name=branch,proto3" json:"branch,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*CreateBranchResponse) Descriptor

func (*CreateBranchResponse) Descriptor() ([]byte, []int)

func (*CreateBranchResponse) GetBranch

func (m *CreateBranchResponse) GetBranch() *Branch

func (*CreateBranchResponse) GetStatus

func (*CreateBranchResponse) ProtoMessage

func (*CreateBranchResponse) ProtoMessage()

func (*CreateBranchResponse) Reset

func (m *CreateBranchResponse) Reset()

func (*CreateBranchResponse) String

func (m *CreateBranchResponse) String() string

func (*CreateBranchResponse) XXX_DiscardUnknown

func (m *CreateBranchResponse) XXX_DiscardUnknown()

func (*CreateBranchResponse) XXX_Marshal

func (m *CreateBranchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateBranchResponse) XXX_Merge

func (m *CreateBranchResponse) XXX_Merge(src proto.Message)

func (*CreateBranchResponse) XXX_Size

func (m *CreateBranchResponse) XXX_Size() int

func (*CreateBranchResponse) XXX_Unmarshal

func (m *CreateBranchResponse) XXX_Unmarshal(b []byte) error

type CreateBranchResponse_Status

type CreateBranchResponse_Status int32
const (
	CreateBranchResponse_OK                      CreateBranchResponse_Status = 0
	CreateBranchResponse_ERR_EXISTS              CreateBranchResponse_Status = 1
	CreateBranchResponse_ERR_INVALID             CreateBranchResponse_Status = 2
	CreateBranchResponse_ERR_INVALID_START_POINT CreateBranchResponse_Status = 3
)

func (CreateBranchResponse_Status) EnumDescriptor

func (CreateBranchResponse_Status) EnumDescriptor() ([]byte, []int)

func (CreateBranchResponse_Status) String

type CreateBundleRequest

type CreateBundleRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CreateBundleRequest) Descriptor

func (*CreateBundleRequest) Descriptor() ([]byte, []int)

func (*CreateBundleRequest) GetRepository

func (m *CreateBundleRequest) GetRepository() *Repository

func (*CreateBundleRequest) ProtoMessage

func (*CreateBundleRequest) ProtoMessage()

func (*CreateBundleRequest) Reset

func (m *CreateBundleRequest) Reset()

func (*CreateBundleRequest) String

func (m *CreateBundleRequest) String() string

func (*CreateBundleRequest) XXX_DiscardUnknown

func (m *CreateBundleRequest) XXX_DiscardUnknown()

func (*CreateBundleRequest) XXX_Marshal

func (m *CreateBundleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateBundleRequest) XXX_Merge

func (m *CreateBundleRequest) XXX_Merge(src proto.Message)

func (*CreateBundleRequest) XXX_Size

func (m *CreateBundleRequest) XXX_Size() int

func (*CreateBundleRequest) XXX_Unmarshal

func (m *CreateBundleRequest) XXX_Unmarshal(b []byte) error

type CreateBundleResponse

type CreateBundleResponse struct {
	Data                 []byte   `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateBundleResponse) Descriptor

func (*CreateBundleResponse) Descriptor() ([]byte, []int)

func (*CreateBundleResponse) GetData

func (m *CreateBundleResponse) GetData() []byte

func (*CreateBundleResponse) ProtoMessage

func (*CreateBundleResponse) ProtoMessage()

func (*CreateBundleResponse) Reset

func (m *CreateBundleResponse) Reset()

func (*CreateBundleResponse) String

func (m *CreateBundleResponse) String() string

func (*CreateBundleResponse) XXX_DiscardUnknown

func (m *CreateBundleResponse) XXX_DiscardUnknown()

func (*CreateBundleResponse) XXX_Marshal

func (m *CreateBundleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateBundleResponse) XXX_Merge

func (m *CreateBundleResponse) XXX_Merge(src proto.Message)

func (*CreateBundleResponse) XXX_Size

func (m *CreateBundleResponse) XXX_Size() int

func (*CreateBundleResponse) XXX_Unmarshal

func (m *CreateBundleResponse) XXX_Unmarshal(b []byte) error

type CreateForkRequest

type CreateForkRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	SourceRepository     *Repository `protobuf:"bytes,2,opt,name=source_repository,json=sourceRepository,proto3" json:"source_repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CreateForkRequest) Descriptor

func (*CreateForkRequest) Descriptor() ([]byte, []int)

func (*CreateForkRequest) GetRepository

func (m *CreateForkRequest) GetRepository() *Repository

func (*CreateForkRequest) GetSourceRepository

func (m *CreateForkRequest) GetSourceRepository() *Repository

func (*CreateForkRequest) ProtoMessage

func (*CreateForkRequest) ProtoMessage()

func (*CreateForkRequest) Reset

func (m *CreateForkRequest) Reset()

func (*CreateForkRequest) String

func (m *CreateForkRequest) String() string

func (*CreateForkRequest) XXX_DiscardUnknown

func (m *CreateForkRequest) XXX_DiscardUnknown()

func (*CreateForkRequest) XXX_Marshal

func (m *CreateForkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateForkRequest) XXX_Merge

func (m *CreateForkRequest) XXX_Merge(src proto.Message)

func (*CreateForkRequest) XXX_Size

func (m *CreateForkRequest) XXX_Size() int

func (*CreateForkRequest) XXX_Unmarshal

func (m *CreateForkRequest) XXX_Unmarshal(b []byte) error

type CreateForkResponse

type CreateForkResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateForkResponse) Descriptor

func (*CreateForkResponse) Descriptor() ([]byte, []int)

func (*CreateForkResponse) ProtoMessage

func (*CreateForkResponse) ProtoMessage()

func (*CreateForkResponse) Reset

func (m *CreateForkResponse) Reset()

func (*CreateForkResponse) String

func (m *CreateForkResponse) String() string

func (*CreateForkResponse) XXX_DiscardUnknown

func (m *CreateForkResponse) XXX_DiscardUnknown()

func (*CreateForkResponse) XXX_Marshal

func (m *CreateForkResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateForkResponse) XXX_Merge

func (m *CreateForkResponse) XXX_Merge(src proto.Message)

func (*CreateForkResponse) XXX_Size

func (m *CreateForkResponse) XXX_Size() int

func (*CreateForkResponse) XXX_Unmarshal

func (m *CreateForkResponse) XXX_Unmarshal(b []byte) error

type CreateObjectPoolRequest

type CreateObjectPoolRequest struct {
	ObjectPool           *ObjectPool `protobuf:"bytes,1,opt,name=object_pool,json=objectPool,proto3" json:"object_pool,omitempty"`
	Origin               *Repository `protobuf:"bytes,2,opt,name=origin,proto3" json:"origin,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

Creates an object pool from the repository. The client is responsible for joining this pool later with this repository.

func (*CreateObjectPoolRequest) Descriptor

func (*CreateObjectPoolRequest) Descriptor() ([]byte, []int)

func (*CreateObjectPoolRequest) GetObjectPool

func (m *CreateObjectPoolRequest) GetObjectPool() *ObjectPool

func (*CreateObjectPoolRequest) GetOrigin

func (m *CreateObjectPoolRequest) GetOrigin() *Repository

func (*CreateObjectPoolRequest) ProtoMessage

func (*CreateObjectPoolRequest) ProtoMessage()

func (*CreateObjectPoolRequest) Reset

func (m *CreateObjectPoolRequest) Reset()

func (*CreateObjectPoolRequest) String

func (m *CreateObjectPoolRequest) String() string

func (*CreateObjectPoolRequest) XXX_DiscardUnknown

func (m *CreateObjectPoolRequest) XXX_DiscardUnknown()

func (*CreateObjectPoolRequest) XXX_Marshal

func (m *CreateObjectPoolRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateObjectPoolRequest) XXX_Merge

func (m *CreateObjectPoolRequest) XXX_Merge(src proto.Message)

func (*CreateObjectPoolRequest) XXX_Size

func (m *CreateObjectPoolRequest) XXX_Size() int

func (*CreateObjectPoolRequest) XXX_Unmarshal

func (m *CreateObjectPoolRequest) XXX_Unmarshal(b []byte) error

type CreateObjectPoolResponse

type CreateObjectPoolResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateObjectPoolResponse) Descriptor

func (*CreateObjectPoolResponse) Descriptor() ([]byte, []int)

func (*CreateObjectPoolResponse) ProtoMessage

func (*CreateObjectPoolResponse) ProtoMessage()

func (*CreateObjectPoolResponse) Reset

func (m *CreateObjectPoolResponse) Reset()

func (*CreateObjectPoolResponse) String

func (m *CreateObjectPoolResponse) String() string

func (*CreateObjectPoolResponse) XXX_DiscardUnknown

func (m *CreateObjectPoolResponse) XXX_DiscardUnknown()

func (*CreateObjectPoolResponse) XXX_Marshal

func (m *CreateObjectPoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateObjectPoolResponse) XXX_Merge

func (m *CreateObjectPoolResponse) XXX_Merge(src proto.Message)

func (*CreateObjectPoolResponse) XXX_Size

func (m *CreateObjectPoolResponse) XXX_Size() int

func (*CreateObjectPoolResponse) XXX_Unmarshal

func (m *CreateObjectPoolResponse) XXX_Unmarshal(b []byte) error

type CreateRepositoryFromBundleRequest

type CreateRepositoryFromBundleRequest struct {
	// Only available on the first message
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Data                 []byte      `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CreateRepositoryFromBundleRequest) Descriptor

func (*CreateRepositoryFromBundleRequest) Descriptor() ([]byte, []int)

func (*CreateRepositoryFromBundleRequest) GetData

func (m *CreateRepositoryFromBundleRequest) GetData() []byte

func (*CreateRepositoryFromBundleRequest) GetRepository

func (m *CreateRepositoryFromBundleRequest) GetRepository() *Repository

func (*CreateRepositoryFromBundleRequest) ProtoMessage

func (*CreateRepositoryFromBundleRequest) ProtoMessage()

func (*CreateRepositoryFromBundleRequest) Reset

func (*CreateRepositoryFromBundleRequest) String

func (*CreateRepositoryFromBundleRequest) XXX_DiscardUnknown

func (m *CreateRepositoryFromBundleRequest) XXX_DiscardUnknown()

func (*CreateRepositoryFromBundleRequest) XXX_Marshal

func (m *CreateRepositoryFromBundleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateRepositoryFromBundleRequest) XXX_Merge

func (*CreateRepositoryFromBundleRequest) XXX_Size

func (m *CreateRepositoryFromBundleRequest) XXX_Size() int

func (*CreateRepositoryFromBundleRequest) XXX_Unmarshal

func (m *CreateRepositoryFromBundleRequest) XXX_Unmarshal(b []byte) error

type CreateRepositoryFromBundleResponse

type CreateRepositoryFromBundleResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateRepositoryFromBundleResponse) Descriptor

func (*CreateRepositoryFromBundleResponse) Descriptor() ([]byte, []int)

func (*CreateRepositoryFromBundleResponse) ProtoMessage

func (*CreateRepositoryFromBundleResponse) ProtoMessage()

func (*CreateRepositoryFromBundleResponse) Reset

func (*CreateRepositoryFromBundleResponse) String

func (*CreateRepositoryFromBundleResponse) XXX_DiscardUnknown

func (m *CreateRepositoryFromBundleResponse) XXX_DiscardUnknown()

func (*CreateRepositoryFromBundleResponse) XXX_Marshal

func (m *CreateRepositoryFromBundleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateRepositoryFromBundleResponse) XXX_Merge

func (*CreateRepositoryFromBundleResponse) XXX_Size

func (*CreateRepositoryFromBundleResponse) XXX_Unmarshal

func (m *CreateRepositoryFromBundleResponse) XXX_Unmarshal(b []byte) error

type CreateRepositoryFromSnapshotRequest

type CreateRepositoryFromSnapshotRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	HttpUrl              string      `protobuf:"bytes,2,opt,name=http_url,json=httpUrl,proto3" json:"http_url,omitempty"`
	HttpAuth             string      `protobuf:"bytes,3,opt,name=http_auth,json=httpAuth,proto3" json:"http_auth,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CreateRepositoryFromSnapshotRequest) Descriptor

func (*CreateRepositoryFromSnapshotRequest) Descriptor() ([]byte, []int)

func (*CreateRepositoryFromSnapshotRequest) GetHttpAuth

func (*CreateRepositoryFromSnapshotRequest) GetHttpUrl

func (*CreateRepositoryFromSnapshotRequest) GetRepository

func (m *CreateRepositoryFromSnapshotRequest) GetRepository() *Repository

func (*CreateRepositoryFromSnapshotRequest) ProtoMessage

func (*CreateRepositoryFromSnapshotRequest) ProtoMessage()

func (*CreateRepositoryFromSnapshotRequest) Reset

func (*CreateRepositoryFromSnapshotRequest) String

func (*CreateRepositoryFromSnapshotRequest) XXX_DiscardUnknown

func (m *CreateRepositoryFromSnapshotRequest) XXX_DiscardUnknown()

func (*CreateRepositoryFromSnapshotRequest) XXX_Marshal

func (m *CreateRepositoryFromSnapshotRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateRepositoryFromSnapshotRequest) XXX_Merge

func (*CreateRepositoryFromSnapshotRequest) XXX_Size

func (*CreateRepositoryFromSnapshotRequest) XXX_Unmarshal

func (m *CreateRepositoryFromSnapshotRequest) XXX_Unmarshal(b []byte) error

type CreateRepositoryFromSnapshotResponse

type CreateRepositoryFromSnapshotResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateRepositoryFromSnapshotResponse) Descriptor

func (*CreateRepositoryFromSnapshotResponse) Descriptor() ([]byte, []int)

func (*CreateRepositoryFromSnapshotResponse) ProtoMessage

func (*CreateRepositoryFromSnapshotResponse) ProtoMessage()

func (*CreateRepositoryFromSnapshotResponse) Reset

func (*CreateRepositoryFromSnapshotResponse) String

func (*CreateRepositoryFromSnapshotResponse) XXX_DiscardUnknown

func (m *CreateRepositoryFromSnapshotResponse) XXX_DiscardUnknown()

func (*CreateRepositoryFromSnapshotResponse) XXX_Marshal

func (m *CreateRepositoryFromSnapshotResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateRepositoryFromSnapshotResponse) XXX_Merge

func (*CreateRepositoryFromSnapshotResponse) XXX_Size

func (*CreateRepositoryFromSnapshotResponse) XXX_Unmarshal

func (m *CreateRepositoryFromSnapshotResponse) XXX_Unmarshal(b []byte) error

type CreateRepositoryFromURLRequest

type CreateRepositoryFromURLRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Url                  string      `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CreateRepositoryFromURLRequest) Descriptor

func (*CreateRepositoryFromURLRequest) Descriptor() ([]byte, []int)

func (*CreateRepositoryFromURLRequest) GetRepository

func (m *CreateRepositoryFromURLRequest) GetRepository() *Repository

func (*CreateRepositoryFromURLRequest) GetUrl

func (*CreateRepositoryFromURLRequest) ProtoMessage

func (*CreateRepositoryFromURLRequest) ProtoMessage()

func (*CreateRepositoryFromURLRequest) Reset

func (m *CreateRepositoryFromURLRequest) Reset()

func (*CreateRepositoryFromURLRequest) String

func (*CreateRepositoryFromURLRequest) XXX_DiscardUnknown

func (m *CreateRepositoryFromURLRequest) XXX_DiscardUnknown()

func (*CreateRepositoryFromURLRequest) XXX_Marshal

func (m *CreateRepositoryFromURLRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateRepositoryFromURLRequest) XXX_Merge

func (m *CreateRepositoryFromURLRequest) XXX_Merge(src proto.Message)

func (*CreateRepositoryFromURLRequest) XXX_Size

func (m *CreateRepositoryFromURLRequest) XXX_Size() int

func (*CreateRepositoryFromURLRequest) XXX_Unmarshal

func (m *CreateRepositoryFromURLRequest) XXX_Unmarshal(b []byte) error

type CreateRepositoryFromURLResponse

type CreateRepositoryFromURLResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateRepositoryFromURLResponse) Descriptor

func (*CreateRepositoryFromURLResponse) Descriptor() ([]byte, []int)

func (*CreateRepositoryFromURLResponse) ProtoMessage

func (*CreateRepositoryFromURLResponse) ProtoMessage()

func (*CreateRepositoryFromURLResponse) Reset

func (*CreateRepositoryFromURLResponse) String

func (*CreateRepositoryFromURLResponse) XXX_DiscardUnknown

func (m *CreateRepositoryFromURLResponse) XXX_DiscardUnknown()

func (*CreateRepositoryFromURLResponse) XXX_Marshal

func (m *CreateRepositoryFromURLResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateRepositoryFromURLResponse) XXX_Merge

func (m *CreateRepositoryFromURLResponse) XXX_Merge(src proto.Message)

func (*CreateRepositoryFromURLResponse) XXX_Size

func (m *CreateRepositoryFromURLResponse) XXX_Size() int

func (*CreateRepositoryFromURLResponse) XXX_Unmarshal

func (m *CreateRepositoryFromURLResponse) XXX_Unmarshal(b []byte) error

type CreateRepositoryRequest

type CreateRepositoryRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CreateRepositoryRequest) Descriptor

func (*CreateRepositoryRequest) Descriptor() ([]byte, []int)

func (*CreateRepositoryRequest) GetRepository

func (m *CreateRepositoryRequest) GetRepository() *Repository

func (*CreateRepositoryRequest) ProtoMessage

func (*CreateRepositoryRequest) ProtoMessage()

func (*CreateRepositoryRequest) Reset

func (m *CreateRepositoryRequest) Reset()

func (*CreateRepositoryRequest) String

func (m *CreateRepositoryRequest) String() string

func (*CreateRepositoryRequest) XXX_DiscardUnknown

func (m *CreateRepositoryRequest) XXX_DiscardUnknown()

func (*CreateRepositoryRequest) XXX_Marshal

func (m *CreateRepositoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateRepositoryRequest) XXX_Merge

func (m *CreateRepositoryRequest) XXX_Merge(src proto.Message)

func (*CreateRepositoryRequest) XXX_Size

func (m *CreateRepositoryRequest) XXX_Size() int

func (*CreateRepositoryRequest) XXX_Unmarshal

func (m *CreateRepositoryRequest) XXX_Unmarshal(b []byte) error

type CreateRepositoryResponse

type CreateRepositoryResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateRepositoryResponse) Descriptor

func (*CreateRepositoryResponse) Descriptor() ([]byte, []int)

func (*CreateRepositoryResponse) ProtoMessage

func (*CreateRepositoryResponse) ProtoMessage()

func (*CreateRepositoryResponse) Reset

func (m *CreateRepositoryResponse) Reset()

func (*CreateRepositoryResponse) String

func (m *CreateRepositoryResponse) String() string

func (*CreateRepositoryResponse) XXX_DiscardUnknown

func (m *CreateRepositoryResponse) XXX_DiscardUnknown()

func (*CreateRepositoryResponse) XXX_Marshal

func (m *CreateRepositoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateRepositoryResponse) XXX_Merge

func (m *CreateRepositoryResponse) XXX_Merge(src proto.Message)

func (*CreateRepositoryResponse) XXX_Size

func (m *CreateRepositoryResponse) XXX_Size() int

func (*CreateRepositoryResponse) XXX_Unmarshal

func (m *CreateRepositoryResponse) XXX_Unmarshal(b []byte) error

type DatalossCheckRequest

type DatalossCheckRequest struct {
	VirtualStorage string `protobuf:"bytes,1,opt,name=virtual_storage,json=virtualStorage,proto3" json:"virtual_storage,omitempty"`
	// include_partially_replicated decides whether to include repositories which are fully up to date
	// on the primary but are outdated on some secondaries. Such repositories are still writable and do
	// not suffer from data loss. The data on the primary is not fully replicated which increases the
	// chances of data loss following a failover.
	IncludePartiallyReplicated bool     `` /* 142-byte string literal not displayed */
	XXX_NoUnkeyedLiteral       struct{} `json:"-"`
	XXX_unrecognized           []byte   `json:"-"`
	XXX_sizecache              int32    `json:"-"`
}

func (*DatalossCheckRequest) Descriptor

func (*DatalossCheckRequest) Descriptor() ([]byte, []int)

func (*DatalossCheckRequest) GetIncludePartiallyReplicated

func (m *DatalossCheckRequest) GetIncludePartiallyReplicated() bool

func (*DatalossCheckRequest) GetVirtualStorage

func (m *DatalossCheckRequest) GetVirtualStorage() string

func (*DatalossCheckRequest) ProtoMessage

func (*DatalossCheckRequest) ProtoMessage()

func (*DatalossCheckRequest) Reset

func (m *DatalossCheckRequest) Reset()

func (*DatalossCheckRequest) String

func (m *DatalossCheckRequest) String() string

func (*DatalossCheckRequest) XXX_DiscardUnknown

func (m *DatalossCheckRequest) XXX_DiscardUnknown()

func (*DatalossCheckRequest) XXX_Marshal

func (m *DatalossCheckRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DatalossCheckRequest) XXX_Merge

func (m *DatalossCheckRequest) XXX_Merge(src proto.Message)

func (*DatalossCheckRequest) XXX_Size

func (m *DatalossCheckRequest) XXX_Size() int

func (*DatalossCheckRequest) XXX_Unmarshal

func (m *DatalossCheckRequest) XXX_Unmarshal(b []byte) error

type DatalossCheckResponse

type DatalossCheckResponse struct {
	// repositories with data loss
	Repositories         []*DatalossCheckResponse_Repository `protobuf:"bytes,2,rep,name=repositories,proto3" json:"repositories,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                            `json:"-"`
	XXX_unrecognized     []byte                              `json:"-"`
	XXX_sizecache        int32                               `json:"-"`
}

func (*DatalossCheckResponse) Descriptor

func (*DatalossCheckResponse) Descriptor() ([]byte, []int)

func (*DatalossCheckResponse) GetRepositories

func (*DatalossCheckResponse) ProtoMessage

func (*DatalossCheckResponse) ProtoMessage()

func (*DatalossCheckResponse) Reset

func (m *DatalossCheckResponse) Reset()

func (*DatalossCheckResponse) String

func (m *DatalossCheckResponse) String() string

func (*DatalossCheckResponse) XXX_DiscardUnknown

func (m *DatalossCheckResponse) XXX_DiscardUnknown()

func (*DatalossCheckResponse) XXX_Marshal

func (m *DatalossCheckResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DatalossCheckResponse) XXX_Merge

func (m *DatalossCheckResponse) XXX_Merge(src proto.Message)

func (*DatalossCheckResponse) XXX_Size

func (m *DatalossCheckResponse) XXX_Size() int

func (*DatalossCheckResponse) XXX_Unmarshal

func (m *DatalossCheckResponse) XXX_Unmarshal(b []byte) error

type DatalossCheckResponse_Repository

type DatalossCheckResponse_Repository struct {
	// relative path of the repository with outdated replicas
	RelativePath string `protobuf:"bytes,1,opt,name=relative_path,json=relativePath,proto3" json:"relative_path,omitempty"`
	// storages on which the repository is outdated
	Storages []*DatalossCheckResponse_Repository_Storage `protobuf:"bytes,2,rep,name=storages,proto3" json:"storages,omitempty"`
	// read_only indicates whether the repository is in read-only mode.
	ReadOnly bool `protobuf:"varint,3,opt,name=read_only,json=readOnly,proto3" json:"read_only,omitempty"`
	// current primary storage of the repository
	Primary              string   `protobuf:"bytes,4,opt,name=primary,proto3" json:"primary,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DatalossCheckResponse_Repository) Descriptor

func (*DatalossCheckResponse_Repository) Descriptor() ([]byte, []int)

func (*DatalossCheckResponse_Repository) GetPrimary

func (m *DatalossCheckResponse_Repository) GetPrimary() string

func (*DatalossCheckResponse_Repository) GetReadOnly

func (m *DatalossCheckResponse_Repository) GetReadOnly() bool

func (*DatalossCheckResponse_Repository) GetRelativePath

func (m *DatalossCheckResponse_Repository) GetRelativePath() string

func (*DatalossCheckResponse_Repository) GetStorages

func (*DatalossCheckResponse_Repository) ProtoMessage

func (*DatalossCheckResponse_Repository) ProtoMessage()

func (*DatalossCheckResponse_Repository) Reset

func (*DatalossCheckResponse_Repository) String

func (*DatalossCheckResponse_Repository) XXX_DiscardUnknown

func (m *DatalossCheckResponse_Repository) XXX_DiscardUnknown()

func (*DatalossCheckResponse_Repository) XXX_Marshal

func (m *DatalossCheckResponse_Repository) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DatalossCheckResponse_Repository) XXX_Merge

func (*DatalossCheckResponse_Repository) XXX_Size

func (m *DatalossCheckResponse_Repository) XXX_Size() int

func (*DatalossCheckResponse_Repository) XXX_Unmarshal

func (m *DatalossCheckResponse_Repository) XXX_Unmarshal(b []byte) error

type DatalossCheckResponse_Repository_Storage

type DatalossCheckResponse_Repository_Storage struct {
	// name of the storage
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// behind_by indicates how many generations this storage is behind.
	BehindBy int64 `protobuf:"varint,2,opt,name=behind_by,json=behindBy,proto3" json:"behind_by,omitempty"`
	// assigned indicates whether the storage is assigned to host the repository.
	Assigned             bool     `protobuf:"varint,3,opt,name=assigned,proto3" json:"assigned,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DatalossCheckResponse_Repository_Storage) Descriptor

func (*DatalossCheckResponse_Repository_Storage) Descriptor() ([]byte, []int)

func (*DatalossCheckResponse_Repository_Storage) GetAssigned

func (*DatalossCheckResponse_Repository_Storage) GetBehindBy

func (*DatalossCheckResponse_Repository_Storage) GetName

func (*DatalossCheckResponse_Repository_Storage) ProtoMessage

func (*DatalossCheckResponse_Repository_Storage) Reset

func (*DatalossCheckResponse_Repository_Storage) String

func (*DatalossCheckResponse_Repository_Storage) XXX_DiscardUnknown

func (m *DatalossCheckResponse_Repository_Storage) XXX_DiscardUnknown()

func (*DatalossCheckResponse_Repository_Storage) XXX_Marshal

func (m *DatalossCheckResponse_Repository_Storage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DatalossCheckResponse_Repository_Storage) XXX_Merge

func (*DatalossCheckResponse_Repository_Storage) XXX_Size

func (*DatalossCheckResponse_Repository_Storage) XXX_Unmarshal

func (m *DatalossCheckResponse_Repository_Storage) XXX_Unmarshal(b []byte) error

type DeleteBranchRequest

type DeleteBranchRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Name                 []byte      `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*DeleteBranchRequest) Descriptor

func (*DeleteBranchRequest) Descriptor() ([]byte, []int)

func (*DeleteBranchRequest) GetName

func (m *DeleteBranchRequest) GetName() []byte

func (*DeleteBranchRequest) GetRepository

func (m *DeleteBranchRequest) GetRepository() *Repository

func (*DeleteBranchRequest) ProtoMessage

func (*DeleteBranchRequest) ProtoMessage()

func (*DeleteBranchRequest) Reset

func (m *DeleteBranchRequest) Reset()

func (*DeleteBranchRequest) String

func (m *DeleteBranchRequest) String() string

func (*DeleteBranchRequest) XXX_DiscardUnknown

func (m *DeleteBranchRequest) XXX_DiscardUnknown()

func (*DeleteBranchRequest) XXX_Marshal

func (m *DeleteBranchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteBranchRequest) XXX_Merge

func (m *DeleteBranchRequest) XXX_Merge(src proto.Message)

func (*DeleteBranchRequest) XXX_Size

func (m *DeleteBranchRequest) XXX_Size() int

func (*DeleteBranchRequest) XXX_Unmarshal

func (m *DeleteBranchRequest) XXX_Unmarshal(b []byte) error

type DeleteBranchResponse

type DeleteBranchResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Not clear if we need to do status signaling; we can add fields later.

func (*DeleteBranchResponse) Descriptor

func (*DeleteBranchResponse) Descriptor() ([]byte, []int)

func (*DeleteBranchResponse) ProtoMessage

func (*DeleteBranchResponse) ProtoMessage()

func (*DeleteBranchResponse) Reset

func (m *DeleteBranchResponse) Reset()

func (*DeleteBranchResponse) String

func (m *DeleteBranchResponse) String() string

func (*DeleteBranchResponse) XXX_DiscardUnknown

func (m *DeleteBranchResponse) XXX_DiscardUnknown()

func (*DeleteBranchResponse) XXX_Marshal

func (m *DeleteBranchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteBranchResponse) XXX_Merge

func (m *DeleteBranchResponse) XXX_Merge(src proto.Message)

func (*DeleteBranchResponse) XXX_Size

func (m *DeleteBranchResponse) XXX_Size() int

func (*DeleteBranchResponse) XXX_Unmarshal

func (m *DeleteBranchResponse) XXX_Unmarshal(b []byte) error

type DeleteConfigRequest

type DeleteConfigRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Keys                 []string    `protobuf:"bytes,2,rep,name=keys,proto3" json:"keys,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*DeleteConfigRequest) Descriptor

func (*DeleteConfigRequest) Descriptor() ([]byte, []int)

func (*DeleteConfigRequest) GetKeys

func (m *DeleteConfigRequest) GetKeys() []string

func (*DeleteConfigRequest) GetRepository

func (m *DeleteConfigRequest) GetRepository() *Repository

func (*DeleteConfigRequest) ProtoMessage

func (*DeleteConfigRequest) ProtoMessage()

func (*DeleteConfigRequest) Reset

func (m *DeleteConfigRequest) Reset()

func (*DeleteConfigRequest) String

func (m *DeleteConfigRequest) String() string

func (*DeleteConfigRequest) XXX_DiscardUnknown

func (m *DeleteConfigRequest) XXX_DiscardUnknown()

func (*DeleteConfigRequest) XXX_Marshal

func (m *DeleteConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteConfigRequest) XXX_Merge

func (m *DeleteConfigRequest) XXX_Merge(src proto.Message)

func (*DeleteConfigRequest) XXX_Size

func (m *DeleteConfigRequest) XXX_Size() int

func (*DeleteConfigRequest) XXX_Unmarshal

func (m *DeleteConfigRequest) XXX_Unmarshal(b []byte) error

type DeleteConfigResponse

type DeleteConfigResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteConfigResponse) Descriptor

func (*DeleteConfigResponse) Descriptor() ([]byte, []int)

func (*DeleteConfigResponse) ProtoMessage

func (*DeleteConfigResponse) ProtoMessage()

func (*DeleteConfigResponse) Reset

func (m *DeleteConfigResponse) Reset()

func (*DeleteConfigResponse) String

func (m *DeleteConfigResponse) String() string

func (*DeleteConfigResponse) XXX_DiscardUnknown

func (m *DeleteConfigResponse) XXX_DiscardUnknown()

func (*DeleteConfigResponse) XXX_Marshal

func (m *DeleteConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteConfigResponse) XXX_Merge

func (m *DeleteConfigResponse) XXX_Merge(src proto.Message)

func (*DeleteConfigResponse) XXX_Size

func (m *DeleteConfigResponse) XXX_Size() int

func (*DeleteConfigResponse) XXX_Unmarshal

func (m *DeleteConfigResponse) XXX_Unmarshal(b []byte) error

type DeleteObjectPoolRequest

type DeleteObjectPoolRequest struct {
	ObjectPool           *ObjectPool `protobuf:"bytes,1,opt,name=object_pool,json=objectPool,proto3" json:"object_pool,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

Removes the directory from disk, caller is responsible for leaving the object pool before calling this RPC

func (*DeleteObjectPoolRequest) Descriptor

func (*DeleteObjectPoolRequest) Descriptor() ([]byte, []int)

func (*DeleteObjectPoolRequest) GetObjectPool

func (m *DeleteObjectPoolRequest) GetObjectPool() *ObjectPool

func (*DeleteObjectPoolRequest) ProtoMessage

func (*DeleteObjectPoolRequest) ProtoMessage()

func (*DeleteObjectPoolRequest) Reset

func (m *DeleteObjectPoolRequest) Reset()

func (*DeleteObjectPoolRequest) String

func (m *DeleteObjectPoolRequest) String() string

func (*DeleteObjectPoolRequest) XXX_DiscardUnknown

func (m *DeleteObjectPoolRequest) XXX_DiscardUnknown()

func (*DeleteObjectPoolRequest) XXX_Marshal

func (m *DeleteObjectPoolRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteObjectPoolRequest) XXX_Merge

func (m *DeleteObjectPoolRequest) XXX_Merge(src proto.Message)

func (*DeleteObjectPoolRequest) XXX_Size

func (m *DeleteObjectPoolRequest) XXX_Size() int

func (*DeleteObjectPoolRequest) XXX_Unmarshal

func (m *DeleteObjectPoolRequest) XXX_Unmarshal(b []byte) error

type DeleteObjectPoolResponse

type DeleteObjectPoolResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteObjectPoolResponse) Descriptor

func (*DeleteObjectPoolResponse) Descriptor() ([]byte, []int)

func (*DeleteObjectPoolResponse) ProtoMessage

func (*DeleteObjectPoolResponse) ProtoMessage()

func (*DeleteObjectPoolResponse) Reset

func (m *DeleteObjectPoolResponse) Reset()

func (*DeleteObjectPoolResponse) String

func (m *DeleteObjectPoolResponse) String() string

func (*DeleteObjectPoolResponse) XXX_DiscardUnknown

func (m *DeleteObjectPoolResponse) XXX_DiscardUnknown()

func (*DeleteObjectPoolResponse) XXX_Marshal

func (m *DeleteObjectPoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteObjectPoolResponse) XXX_Merge

func (m *DeleteObjectPoolResponse) XXX_Merge(src proto.Message)

func (*DeleteObjectPoolResponse) XXX_Size

func (m *DeleteObjectPoolResponse) XXX_Size() int

func (*DeleteObjectPoolResponse) XXX_Unmarshal

func (m *DeleteObjectPoolResponse) XXX_Unmarshal(b []byte) error

type DeleteRefsRequest

type DeleteRefsRequest struct {
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// The following two fields are mutually exclusive
	ExceptWithPrefix     [][]byte `protobuf:"bytes,2,rep,name=except_with_prefix,json=exceptWithPrefix,proto3" json:"except_with_prefix,omitempty"`
	Refs                 [][]byte `protobuf:"bytes,3,rep,name=refs,proto3" json:"refs,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteRefsRequest) Descriptor

func (*DeleteRefsRequest) Descriptor() ([]byte, []int)

func (*DeleteRefsRequest) GetExceptWithPrefix

func (m *DeleteRefsRequest) GetExceptWithPrefix() [][]byte

func (*DeleteRefsRequest) GetRefs

func (m *DeleteRefsRequest) GetRefs() [][]byte

func (*DeleteRefsRequest) GetRepository

func (m *DeleteRefsRequest) GetRepository() *Repository

func (*DeleteRefsRequest) ProtoMessage

func (*DeleteRefsRequest) ProtoMessage()

func (*DeleteRefsRequest) Reset

func (m *DeleteRefsRequest) Reset()

func (*DeleteRefsRequest) String

func (m *DeleteRefsRequest) String() string

func (*DeleteRefsRequest) XXX_DiscardUnknown

func (m *DeleteRefsRequest) XXX_DiscardUnknown()

func (*DeleteRefsRequest) XXX_Marshal

func (m *DeleteRefsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteRefsRequest) XXX_Merge

func (m *DeleteRefsRequest) XXX_Merge(src proto.Message)

func (*DeleteRefsRequest) XXX_Size

func (m *DeleteRefsRequest) XXX_Size() int

func (*DeleteRefsRequest) XXX_Unmarshal

func (m *DeleteRefsRequest) XXX_Unmarshal(b []byte) error

type DeleteRefsResponse

type DeleteRefsResponse struct {
	GitError             string   `protobuf:"bytes,1,opt,name=git_error,json=gitError,proto3" json:"git_error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteRefsResponse) Descriptor

func (*DeleteRefsResponse) Descriptor() ([]byte, []int)

func (*DeleteRefsResponse) GetGitError

func (m *DeleteRefsResponse) GetGitError() string

func (*DeleteRefsResponse) ProtoMessage

func (*DeleteRefsResponse) ProtoMessage()

func (*DeleteRefsResponse) Reset

func (m *DeleteRefsResponse) Reset()

func (*DeleteRefsResponse) String

func (m *DeleteRefsResponse) String() string

func (*DeleteRefsResponse) XXX_DiscardUnknown

func (m *DeleteRefsResponse) XXX_DiscardUnknown()

func (*DeleteRefsResponse) XXX_Marshal

func (m *DeleteRefsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteRefsResponse) XXX_Merge

func (m *DeleteRefsResponse) XXX_Merge(src proto.Message)

func (*DeleteRefsResponse) XXX_Size

func (m *DeleteRefsResponse) XXX_Size() int

func (*DeleteRefsResponse) XXX_Unmarshal

func (m *DeleteRefsResponse) XXX_Unmarshal(b []byte) error

type DiffServiceClient

type DiffServiceClient interface {
	// Returns stream of CommitDiffResponse with patches chunked over messages
	CommitDiff(ctx context.Context, in *CommitDiffRequest, opts ...grpc.CallOption) (DiffService_CommitDiffClient, error)
	// Return a stream so we can divide the response in chunks of deltas
	CommitDelta(ctx context.Context, in *CommitDeltaRequest, opts ...grpc.CallOption) (DiffService_CommitDeltaClient, error)
	RawDiff(ctx context.Context, in *RawDiffRequest, opts ...grpc.CallOption) (DiffService_RawDiffClient, error)
	RawPatch(ctx context.Context, in *RawPatchRequest, opts ...grpc.CallOption) (DiffService_RawPatchClient, error)
	DiffStats(ctx context.Context, in *DiffStatsRequest, opts ...grpc.CallOption) (DiffService_DiffStatsClient, error)
	// Return a list of files changed along with the status of each file
	FindChangedPaths(ctx context.Context, in *FindChangedPathsRequest, opts ...grpc.CallOption) (DiffService_FindChangedPathsClient, error)
}

DiffServiceClient is the client API for DiffService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewDiffServiceClient

func NewDiffServiceClient(cc *grpc.ClientConn) DiffServiceClient

type DiffServiceServer

type DiffServiceServer interface {
	// Returns stream of CommitDiffResponse with patches chunked over messages
	CommitDiff(*CommitDiffRequest, DiffService_CommitDiffServer) error
	// Return a stream so we can divide the response in chunks of deltas
	CommitDelta(*CommitDeltaRequest, DiffService_CommitDeltaServer) error
	RawDiff(*RawDiffRequest, DiffService_RawDiffServer) error
	RawPatch(*RawPatchRequest, DiffService_RawPatchServer) error
	DiffStats(*DiffStatsRequest, DiffService_DiffStatsServer) error
	// Return a list of files changed along with the status of each file
	FindChangedPaths(*FindChangedPathsRequest, DiffService_FindChangedPathsServer) error
}

DiffServiceServer is the server API for DiffService service.

type DiffService_CommitDeltaClient

type DiffService_CommitDeltaClient interface {
	Recv() (*CommitDeltaResponse, error)
	grpc.ClientStream
}

type DiffService_CommitDeltaServer

type DiffService_CommitDeltaServer interface {
	Send(*CommitDeltaResponse) error
	grpc.ServerStream
}

type DiffService_CommitDiffClient

type DiffService_CommitDiffClient interface {
	Recv() (*CommitDiffResponse, error)
	grpc.ClientStream
}

type DiffService_CommitDiffServer

type DiffService_CommitDiffServer interface {
	Send(*CommitDiffResponse) error
	grpc.ServerStream
}

type DiffService_DiffStatsClient

type DiffService_DiffStatsClient interface {
	Recv() (*DiffStatsResponse, error)
	grpc.ClientStream
}

type DiffService_DiffStatsServer

type DiffService_DiffStatsServer interface {
	Send(*DiffStatsResponse) error
	grpc.ServerStream
}

type DiffService_FindChangedPathsClient

type DiffService_FindChangedPathsClient interface {
	Recv() (*FindChangedPathsResponse, error)
	grpc.ClientStream
}

type DiffService_FindChangedPathsServer

type DiffService_FindChangedPathsServer interface {
	Send(*FindChangedPathsResponse) error
	grpc.ServerStream
}

type DiffService_RawDiffClient

type DiffService_RawDiffClient interface {
	Recv() (*RawDiffResponse, error)
	grpc.ClientStream
}

type DiffService_RawDiffServer

type DiffService_RawDiffServer interface {
	Send(*RawDiffResponse) error
	grpc.ServerStream
}

type DiffService_RawPatchClient

type DiffService_RawPatchClient interface {
	Recv() (*RawPatchResponse, error)
	grpc.ClientStream
}

type DiffService_RawPatchServer

type DiffService_RawPatchServer interface {
	Send(*RawPatchResponse) error
	grpc.ServerStream
}

type DiffStats

type DiffStats struct {
	Path                 []byte   `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Additions            int32    `protobuf:"varint,2,opt,name=additions,proto3" json:"additions,omitempty"`
	Deletions            int32    `protobuf:"varint,3,opt,name=deletions,proto3" json:"deletions,omitempty"`
	OldPath              []byte   `protobuf:"bytes,4,opt,name=old_path,json=oldPath,proto3" json:"old_path,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DiffStats) Descriptor

func (*DiffStats) Descriptor() ([]byte, []int)

func (*DiffStats) GetAdditions

func (m *DiffStats) GetAdditions() int32

func (*DiffStats) GetDeletions

func (m *DiffStats) GetDeletions() int32

func (*DiffStats) GetOldPath

func (m *DiffStats) GetOldPath() []byte

func (*DiffStats) GetPath

func (m *DiffStats) GetPath() []byte

func (*DiffStats) ProtoMessage

func (*DiffStats) ProtoMessage()

func (*DiffStats) Reset

func (m *DiffStats) Reset()

func (*DiffStats) String

func (m *DiffStats) String() string

func (*DiffStats) XXX_DiscardUnknown

func (m *DiffStats) XXX_DiscardUnknown()

func (*DiffStats) XXX_Marshal

func (m *DiffStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DiffStats) XXX_Merge

func (m *DiffStats) XXX_Merge(src proto.Message)

func (*DiffStats) XXX_Size

func (m *DiffStats) XXX_Size() int

func (*DiffStats) XXX_Unmarshal

func (m *DiffStats) XXX_Unmarshal(b []byte) error

type DiffStatsRequest

type DiffStatsRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	LeftCommitId         string      `protobuf:"bytes,2,opt,name=left_commit_id,json=leftCommitId,proto3" json:"left_commit_id,omitempty"`
	RightCommitId        string      `protobuf:"bytes,3,opt,name=right_commit_id,json=rightCommitId,proto3" json:"right_commit_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*DiffStatsRequest) Descriptor

func (*DiffStatsRequest) Descriptor() ([]byte, []int)

func (*DiffStatsRequest) GetLeftCommitId

func (m *DiffStatsRequest) GetLeftCommitId() string

func (*DiffStatsRequest) GetRepository

func (m *DiffStatsRequest) GetRepository() *Repository

func (*DiffStatsRequest) GetRightCommitId

func (m *DiffStatsRequest) GetRightCommitId() string

func (*DiffStatsRequest) ProtoMessage

func (*DiffStatsRequest) ProtoMessage()

func (*DiffStatsRequest) Reset

func (m *DiffStatsRequest) Reset()

func (*DiffStatsRequest) String

func (m *DiffStatsRequest) String() string

func (*DiffStatsRequest) XXX_DiscardUnknown

func (m *DiffStatsRequest) XXX_DiscardUnknown()

func (*DiffStatsRequest) XXX_Marshal

func (m *DiffStatsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DiffStatsRequest) XXX_Merge

func (m *DiffStatsRequest) XXX_Merge(src proto.Message)

func (*DiffStatsRequest) XXX_Size

func (m *DiffStatsRequest) XXX_Size() int

func (*DiffStatsRequest) XXX_Unmarshal

func (m *DiffStatsRequest) XXX_Unmarshal(b []byte) error

type DiffStatsResponse

type DiffStatsResponse struct {
	Stats                []*DiffStats `protobuf:"bytes,1,rep,name=stats,proto3" json:"stats,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*DiffStatsResponse) Descriptor

func (*DiffStatsResponse) Descriptor() ([]byte, []int)

func (*DiffStatsResponse) GetStats

func (m *DiffStatsResponse) GetStats() []*DiffStats

func (*DiffStatsResponse) ProtoMessage

func (*DiffStatsResponse) ProtoMessage()

func (*DiffStatsResponse) Reset

func (m *DiffStatsResponse) Reset()

func (*DiffStatsResponse) String

func (m *DiffStatsResponse) String() string

func (*DiffStatsResponse) XXX_DiscardUnknown

func (m *DiffStatsResponse) XXX_DiscardUnknown()

func (*DiffStatsResponse) XXX_Marshal

func (m *DiffStatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DiffStatsResponse) XXX_Merge

func (m *DiffStatsResponse) XXX_Merge(src proto.Message)

func (*DiffStatsResponse) XXX_Size

func (m *DiffStatsResponse) XXX_Size() int

func (*DiffStatsResponse) XXX_Unmarshal

func (m *DiffStatsResponse) XXX_Unmarshal(b []byte) error

type DisconnectGitAlternatesRequest

type DisconnectGitAlternatesRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*DisconnectGitAlternatesRequest) Descriptor

func (*DisconnectGitAlternatesRequest) Descriptor() ([]byte, []int)

func (*DisconnectGitAlternatesRequest) GetRepository

func (m *DisconnectGitAlternatesRequest) GetRepository() *Repository

func (*DisconnectGitAlternatesRequest) ProtoMessage

func (*DisconnectGitAlternatesRequest) ProtoMessage()

func (*DisconnectGitAlternatesRequest) Reset

func (m *DisconnectGitAlternatesRequest) Reset()

func (*DisconnectGitAlternatesRequest) String

func (*DisconnectGitAlternatesRequest) XXX_DiscardUnknown

func (m *DisconnectGitAlternatesRequest) XXX_DiscardUnknown()

func (*DisconnectGitAlternatesRequest) XXX_Marshal

func (m *DisconnectGitAlternatesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DisconnectGitAlternatesRequest) XXX_Merge

func (m *DisconnectGitAlternatesRequest) XXX_Merge(src proto.Message)

func (*DisconnectGitAlternatesRequest) XXX_Size

func (m *DisconnectGitAlternatesRequest) XXX_Size() int

func (*DisconnectGitAlternatesRequest) XXX_Unmarshal

func (m *DisconnectGitAlternatesRequest) XXX_Unmarshal(b []byte) error

type DisconnectGitAlternatesResponse

type DisconnectGitAlternatesResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DisconnectGitAlternatesResponse) Descriptor

func (*DisconnectGitAlternatesResponse) Descriptor() ([]byte, []int)

func (*DisconnectGitAlternatesResponse) ProtoMessage

func (*DisconnectGitAlternatesResponse) ProtoMessage()

func (*DisconnectGitAlternatesResponse) Reset

func (*DisconnectGitAlternatesResponse) String

func (*DisconnectGitAlternatesResponse) XXX_DiscardUnknown

func (m *DisconnectGitAlternatesResponse) XXX_DiscardUnknown()

func (*DisconnectGitAlternatesResponse) XXX_Marshal

func (m *DisconnectGitAlternatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DisconnectGitAlternatesResponse) XXX_Merge

func (m *DisconnectGitAlternatesResponse) XXX_Merge(src proto.Message)

func (*DisconnectGitAlternatesResponse) XXX_Size

func (m *DisconnectGitAlternatesResponse) XXX_Size() int

func (*DisconnectGitAlternatesResponse) XXX_Unmarshal

func (m *DisconnectGitAlternatesResponse) XXX_Unmarshal(b []byte) error

type DiskStatisticsRequest

type DiskStatisticsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DiskStatisticsRequest) Descriptor

func (*DiskStatisticsRequest) Descriptor() ([]byte, []int)

func (*DiskStatisticsRequest) ProtoMessage

func (*DiskStatisticsRequest) ProtoMessage()

func (*DiskStatisticsRequest) Reset

func (m *DiskStatisticsRequest) Reset()

func (*DiskStatisticsRequest) String

func (m *DiskStatisticsRequest) String() string

func (*DiskStatisticsRequest) XXX_DiscardUnknown

func (m *DiskStatisticsRequest) XXX_DiscardUnknown()

func (*DiskStatisticsRequest) XXX_Marshal

func (m *DiskStatisticsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DiskStatisticsRequest) XXX_Merge

func (m *DiskStatisticsRequest) XXX_Merge(src proto.Message)

func (*DiskStatisticsRequest) XXX_Size

func (m *DiskStatisticsRequest) XXX_Size() int

func (*DiskStatisticsRequest) XXX_Unmarshal

func (m *DiskStatisticsRequest) XXX_Unmarshal(b []byte) error

type DiskStatisticsResponse

type DiskStatisticsResponse struct {
	StorageStatuses      []*DiskStatisticsResponse_StorageStatus `protobuf:"bytes,1,rep,name=storage_statuses,json=storageStatuses,proto3" json:"storage_statuses,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                `json:"-"`
	XXX_unrecognized     []byte                                  `json:"-"`
	XXX_sizecache        int32                                   `json:"-"`
}

func (*DiskStatisticsResponse) Descriptor

func (*DiskStatisticsResponse) Descriptor() ([]byte, []int)

func (*DiskStatisticsResponse) GetStorageStatuses

func (*DiskStatisticsResponse) ProtoMessage

func (*DiskStatisticsResponse) ProtoMessage()

func (*DiskStatisticsResponse) Reset

func (m *DiskStatisticsResponse) Reset()

func (*DiskStatisticsResponse) String

func (m *DiskStatisticsResponse) String() string

func (*DiskStatisticsResponse) XXX_DiscardUnknown

func (m *DiskStatisticsResponse) XXX_DiscardUnknown()

func (*DiskStatisticsResponse) XXX_Marshal

func (m *DiskStatisticsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DiskStatisticsResponse) XXX_Merge

func (m *DiskStatisticsResponse) XXX_Merge(src proto.Message)

func (*DiskStatisticsResponse) XXX_Size

func (m *DiskStatisticsResponse) XXX_Size() int

func (*DiskStatisticsResponse) XXX_Unmarshal

func (m *DiskStatisticsResponse) XXX_Unmarshal(b []byte) error

type DiskStatisticsResponse_StorageStatus

type DiskStatisticsResponse_StorageStatus struct {
	// When both available and used fields are equal 0 that means that
	// Gitaly was unable to determine storage stats.
	StorageName          string   `protobuf:"bytes,1,opt,name=storage_name,json=storageName,proto3" json:"storage_name,omitempty"`
	Available            int64    `protobuf:"varint,2,opt,name=available,proto3" json:"available,omitempty"`
	Used                 int64    `protobuf:"varint,3,opt,name=used,proto3" json:"used,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DiskStatisticsResponse_StorageStatus) Descriptor

func (*DiskStatisticsResponse_StorageStatus) Descriptor() ([]byte, []int)

func (*DiskStatisticsResponse_StorageStatus) GetAvailable

func (m *DiskStatisticsResponse_StorageStatus) GetAvailable() int64

func (*DiskStatisticsResponse_StorageStatus) GetStorageName

func (m *DiskStatisticsResponse_StorageStatus) GetStorageName() string

func (*DiskStatisticsResponse_StorageStatus) GetUsed

func (*DiskStatisticsResponse_StorageStatus) ProtoMessage

func (*DiskStatisticsResponse_StorageStatus) ProtoMessage()

func (*DiskStatisticsResponse_StorageStatus) Reset

func (*DiskStatisticsResponse_StorageStatus) String

func (*DiskStatisticsResponse_StorageStatus) XXX_DiscardUnknown

func (m *DiskStatisticsResponse_StorageStatus) XXX_DiscardUnknown()

func (*DiskStatisticsResponse_StorageStatus) XXX_Marshal

func (m *DiskStatisticsResponse_StorageStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DiskStatisticsResponse_StorageStatus) XXX_Merge

func (*DiskStatisticsResponse_StorageStatus) XXX_Size

func (*DiskStatisticsResponse_StorageStatus) XXX_Unmarshal

func (m *DiskStatisticsResponse_StorageStatus) XXX_Unmarshal(b []byte) error

type ExitStatus

type ExitStatus struct {
	Value                int32    `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ExitStatus) Descriptor

func (*ExitStatus) Descriptor() ([]byte, []int)

func (*ExitStatus) GetValue

func (m *ExitStatus) GetValue() int32

func (*ExitStatus) ProtoMessage

func (*ExitStatus) ProtoMessage()

func (*ExitStatus) Reset

func (m *ExitStatus) Reset()

func (*ExitStatus) String

func (m *ExitStatus) String() string

func (*ExitStatus) XXX_DiscardUnknown

func (m *ExitStatus) XXX_DiscardUnknown()

func (*ExitStatus) XXX_Marshal

func (m *ExitStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExitStatus) XXX_Merge

func (m *ExitStatus) XXX_Merge(src proto.Message)

func (*ExitStatus) XXX_Size

func (m *ExitStatus) XXX_Size() int

func (*ExitStatus) XXX_Unmarshal

func (m *ExitStatus) XXX_Unmarshal(b []byte) error

type ExtractCommitSignatureRequest

type ExtractCommitSignatureRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	CommitId             string      `protobuf:"bytes,2,opt,name=commit_id,json=commitId,proto3" json:"commit_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ExtractCommitSignatureRequest) Descriptor

func (*ExtractCommitSignatureRequest) Descriptor() ([]byte, []int)

func (*ExtractCommitSignatureRequest) GetCommitId

func (m *ExtractCommitSignatureRequest) GetCommitId() string

func (*ExtractCommitSignatureRequest) GetRepository

func (m *ExtractCommitSignatureRequest) GetRepository() *Repository

func (*ExtractCommitSignatureRequest) ProtoMessage

func (*ExtractCommitSignatureRequest) ProtoMessage()

func (*ExtractCommitSignatureRequest) Reset

func (m *ExtractCommitSignatureRequest) Reset()

func (*ExtractCommitSignatureRequest) String

func (*ExtractCommitSignatureRequest) XXX_DiscardUnknown

func (m *ExtractCommitSignatureRequest) XXX_DiscardUnknown()

func (*ExtractCommitSignatureRequest) XXX_Marshal

func (m *ExtractCommitSignatureRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExtractCommitSignatureRequest) XXX_Merge

func (m *ExtractCommitSignatureRequest) XXX_Merge(src proto.Message)

func (*ExtractCommitSignatureRequest) XXX_Size

func (m *ExtractCommitSignatureRequest) XXX_Size() int

func (*ExtractCommitSignatureRequest) XXX_Unmarshal

func (m *ExtractCommitSignatureRequest) XXX_Unmarshal(b []byte) error

type ExtractCommitSignatureResponse

type ExtractCommitSignatureResponse struct {
	Signature            []byte   `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"`
	SignedText           []byte   `protobuf:"bytes,2,opt,name=signed_text,json=signedText,proto3" json:"signed_text,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Either of the 'signature' and 'signed_text' fields may be present. It is up to the caller to stitch them together.

func (*ExtractCommitSignatureResponse) Descriptor

func (*ExtractCommitSignatureResponse) Descriptor() ([]byte, []int)

func (*ExtractCommitSignatureResponse) GetSignature

func (m *ExtractCommitSignatureResponse) GetSignature() []byte

func (*ExtractCommitSignatureResponse) GetSignedText

func (m *ExtractCommitSignatureResponse) GetSignedText() []byte

func (*ExtractCommitSignatureResponse) ProtoMessage

func (*ExtractCommitSignatureResponse) ProtoMessage()

func (*ExtractCommitSignatureResponse) Reset

func (m *ExtractCommitSignatureResponse) Reset()

func (*ExtractCommitSignatureResponse) String

func (*ExtractCommitSignatureResponse) XXX_DiscardUnknown

func (m *ExtractCommitSignatureResponse) XXX_DiscardUnknown()

func (*ExtractCommitSignatureResponse) XXX_Marshal

func (m *ExtractCommitSignatureResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExtractCommitSignatureResponse) XXX_Merge

func (m *ExtractCommitSignatureResponse) XXX_Merge(src proto.Message)

func (*ExtractCommitSignatureResponse) XXX_Size

func (m *ExtractCommitSignatureResponse) XXX_Size() int

func (*ExtractCommitSignatureResponse) XXX_Unmarshal

func (m *ExtractCommitSignatureResponse) XXX_Unmarshal(b []byte) error

type FetchInternalRemoteRequest

type FetchInternalRemoteRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	RemoteRepository     *Repository `protobuf:"bytes,2,opt,name=remote_repository,json=remoteRepository,proto3" json:"remote_repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*FetchInternalRemoteRequest) Descriptor

func (*FetchInternalRemoteRequest) Descriptor() ([]byte, []int)

func (*FetchInternalRemoteRequest) GetRemoteRepository

func (m *FetchInternalRemoteRequest) GetRemoteRepository() *Repository

func (*FetchInternalRemoteRequest) GetRepository

func (m *FetchInternalRemoteRequest) GetRepository() *Repository

func (*FetchInternalRemoteRequest) ProtoMessage

func (*FetchInternalRemoteRequest) ProtoMessage()

func (*FetchInternalRemoteRequest) Reset

func (m *FetchInternalRemoteRequest) Reset()

func (*FetchInternalRemoteRequest) String

func (m *FetchInternalRemoteRequest) String() string

func (*FetchInternalRemoteRequest) XXX_DiscardUnknown

func (m *FetchInternalRemoteRequest) XXX_DiscardUnknown()

func (*FetchInternalRemoteRequest) XXX_Marshal

func (m *FetchInternalRemoteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FetchInternalRemoteRequest) XXX_Merge

func (m *FetchInternalRemoteRequest) XXX_Merge(src proto.Message)

func (*FetchInternalRemoteRequest) XXX_Size

func (m *FetchInternalRemoteRequest) XXX_Size() int

func (*FetchInternalRemoteRequest) XXX_Unmarshal

func (m *FetchInternalRemoteRequest) XXX_Unmarshal(b []byte) error

type FetchInternalRemoteResponse

type FetchInternalRemoteResponse struct {
	Result               bool     `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FetchInternalRemoteResponse) Descriptor

func (*FetchInternalRemoteResponse) Descriptor() ([]byte, []int)

func (*FetchInternalRemoteResponse) GetResult

func (m *FetchInternalRemoteResponse) GetResult() bool

func (*FetchInternalRemoteResponse) ProtoMessage

func (*FetchInternalRemoteResponse) ProtoMessage()

func (*FetchInternalRemoteResponse) Reset

func (m *FetchInternalRemoteResponse) Reset()

func (*FetchInternalRemoteResponse) String

func (m *FetchInternalRemoteResponse) String() string

func (*FetchInternalRemoteResponse) XXX_DiscardUnknown

func (m *FetchInternalRemoteResponse) XXX_DiscardUnknown()

func (*FetchInternalRemoteResponse) XXX_Marshal

func (m *FetchInternalRemoteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FetchInternalRemoteResponse) XXX_Merge

func (m *FetchInternalRemoteResponse) XXX_Merge(src proto.Message)

func (*FetchInternalRemoteResponse) XXX_Size

func (m *FetchInternalRemoteResponse) XXX_Size() int

func (*FetchInternalRemoteResponse) XXX_Unmarshal

func (m *FetchInternalRemoteResponse) XXX_Unmarshal(b []byte) error

type FetchIntoObjectPoolRequest

type FetchIntoObjectPoolRequest struct {
	Origin               *Repository `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin,omitempty"`
	ObjectPool           *ObjectPool `protobuf:"bytes,2,opt,name=object_pool,json=objectPool,proto3" json:"object_pool,omitempty"`
	Repack               bool        `protobuf:"varint,3,opt,name=repack,proto3" json:"repack,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*FetchIntoObjectPoolRequest) Descriptor

func (*FetchIntoObjectPoolRequest) Descriptor() ([]byte, []int)

func (*FetchIntoObjectPoolRequest) GetObjectPool

func (m *FetchIntoObjectPoolRequest) GetObjectPool() *ObjectPool

func (*FetchIntoObjectPoolRequest) GetOrigin

func (m *FetchIntoObjectPoolRequest) GetOrigin() *Repository

func (*FetchIntoObjectPoolRequest) GetRepack

func (m *FetchIntoObjectPoolRequest) GetRepack() bool

func (*FetchIntoObjectPoolRequest) ProtoMessage

func (*FetchIntoObjectPoolRequest) ProtoMessage()

func (*FetchIntoObjectPoolRequest) Reset

func (m *FetchIntoObjectPoolRequest) Reset()

func (*FetchIntoObjectPoolRequest) String

func (m *FetchIntoObjectPoolRequest) String() string

func (*FetchIntoObjectPoolRequest) XXX_DiscardUnknown

func (m *FetchIntoObjectPoolRequest) XXX_DiscardUnknown()

func (*FetchIntoObjectPoolRequest) XXX_Marshal

func (m *FetchIntoObjectPoolRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FetchIntoObjectPoolRequest) XXX_Merge

func (m *FetchIntoObjectPoolRequest) XXX_Merge(src proto.Message)

func (*FetchIntoObjectPoolRequest) XXX_Size

func (m *FetchIntoObjectPoolRequest) XXX_Size() int

func (*FetchIntoObjectPoolRequest) XXX_Unmarshal

func (m *FetchIntoObjectPoolRequest) XXX_Unmarshal(b []byte) error

type FetchIntoObjectPoolResponse

type FetchIntoObjectPoolResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FetchIntoObjectPoolResponse) Descriptor

func (*FetchIntoObjectPoolResponse) Descriptor() ([]byte, []int)

func (*FetchIntoObjectPoolResponse) ProtoMessage

func (*FetchIntoObjectPoolResponse) ProtoMessage()

func (*FetchIntoObjectPoolResponse) Reset

func (m *FetchIntoObjectPoolResponse) Reset()

func (*FetchIntoObjectPoolResponse) String

func (m *FetchIntoObjectPoolResponse) String() string

func (*FetchIntoObjectPoolResponse) XXX_DiscardUnknown

func (m *FetchIntoObjectPoolResponse) XXX_DiscardUnknown()

func (*FetchIntoObjectPoolResponse) XXX_Marshal

func (m *FetchIntoObjectPoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FetchIntoObjectPoolResponse) XXX_Merge

func (m *FetchIntoObjectPoolResponse) XXX_Merge(src proto.Message)

func (*FetchIntoObjectPoolResponse) XXX_Size

func (m *FetchIntoObjectPoolResponse) XXX_Size() int

func (*FetchIntoObjectPoolResponse) XXX_Unmarshal

func (m *FetchIntoObjectPoolResponse) XXX_Unmarshal(b []byte) error

type FetchRemoteRequest

type FetchRemoteRequest struct {
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// remote is the name of the remote that shall be fetched. This remote must
	// exist in the repository's configuration already. This parameter is
	// deprecated in favor of remote_params.
	Remote string `protobuf:"bytes,2,opt,name=remote,proto3" json:"remote,omitempty"`
	// force determines if references should be force-updated in case they have
	// diverged.
	Force bool `protobuf:"varint,3,opt,name=force,proto3" json:"force,omitempty"`
	// no_tags determines whether tags should be fetched.
	NoTags bool `protobuf:"varint,4,opt,name=no_tags,json=noTags,proto3" json:"no_tags,omitempty"`
	// timeout specifies a timeout for the fetch.
	Timeout    int32  `protobuf:"varint,5,opt,name=timeout,proto3" json:"timeout,omitempty"`
	SshKey     string `protobuf:"bytes,6,opt,name=ssh_key,json=sshKey,proto3" json:"ssh_key,omitempty"`
	KnownHosts string `protobuf:"bytes,7,opt,name=known_hosts,json=knownHosts,proto3" json:"known_hosts,omitempty"`
	// no_prune will the fetch to not prune remote references which do not exist
	// in the remote repository anymore.
	NoPrune bool `protobuf:"varint,9,opt,name=no_prune,json=noPrune,proto3" json:"no_prune,omitempty"`
	// remote_params specifies the remote repository which should be fetched
	// from.
	RemoteParams *Remote `protobuf:"bytes,10,opt,name=remote_params,json=remoteParams,proto3" json:"remote_params,omitempty"`
	// If check_tags_changed is true, the FetchRemote RPC will check whether any
	// tags were modified, returning the result in the tags_changed field of
	// FetchRemoteResponse
	CheckTagsChanged     bool     `protobuf:"varint,11,opt,name=check_tags_changed,json=checkTagsChanged,proto3" json:"check_tags_changed,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FetchRemoteRequest) Descriptor

func (*FetchRemoteRequest) Descriptor() ([]byte, []int)

func (*FetchRemoteRequest) GetCheckTagsChanged

func (m *FetchRemoteRequest) GetCheckTagsChanged() bool

func (*FetchRemoteRequest) GetForce

func (m *FetchRemoteRequest) GetForce() bool

func (*FetchRemoteRequest) GetKnownHosts

func (m *FetchRemoteRequest) GetKnownHosts() string

func (*FetchRemoteRequest) GetNoPrune

func (m *FetchRemoteRequest) GetNoPrune() bool

func (*FetchRemoteRequest) GetNoTags

func (m *FetchRemoteRequest) GetNoTags() bool

func (*FetchRemoteRequest) GetRemote

func (m *FetchRemoteRequest) GetRemote() string

func (*FetchRemoteRequest) GetRemoteParams

func (m *FetchRemoteRequest) GetRemoteParams() *Remote

func (*FetchRemoteRequest) GetRepository

func (m *FetchRemoteRequest) GetRepository() *Repository

func (*FetchRemoteRequest) GetSshKey

func (m *FetchRemoteRequest) GetSshKey() string

func (*FetchRemoteRequest) GetTimeout

func (m *FetchRemoteRequest) GetTimeout() int32

func (*FetchRemoteRequest) ProtoMessage

func (*FetchRemoteRequest) ProtoMessage()

func (*FetchRemoteRequest) Reset

func (m *FetchRemoteRequest) Reset()

func (*FetchRemoteRequest) String

func (m *FetchRemoteRequest) String() string

func (*FetchRemoteRequest) XXX_DiscardUnknown

func (m *FetchRemoteRequest) XXX_DiscardUnknown()

func (*FetchRemoteRequest) XXX_Marshal

func (m *FetchRemoteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FetchRemoteRequest) XXX_Merge

func (m *FetchRemoteRequest) XXX_Merge(src proto.Message)

func (*FetchRemoteRequest) XXX_Size

func (m *FetchRemoteRequest) XXX_Size() int

func (*FetchRemoteRequest) XXX_Unmarshal

func (m *FetchRemoteRequest) XXX_Unmarshal(b []byte) error

type FetchRemoteResponse

type FetchRemoteResponse struct {
	// If check_tags_changed was set in the FetchRemoteRequest, the FetchRemote
	// RPC will return false when no tags were changed, and true if tags were
	// changed or answer cannot be determined.
	TagsChanged          bool     `protobuf:"varint,1,opt,name=tags_changed,json=tagsChanged,proto3" json:"tags_changed,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FetchRemoteResponse) Descriptor

func (*FetchRemoteResponse) Descriptor() ([]byte, []int)

func (*FetchRemoteResponse) GetTagsChanged

func (m *FetchRemoteResponse) GetTagsChanged() bool

func (*FetchRemoteResponse) ProtoMessage

func (*FetchRemoteResponse) ProtoMessage()

func (*FetchRemoteResponse) Reset

func (m *FetchRemoteResponse) Reset()

func (*FetchRemoteResponse) String

func (m *FetchRemoteResponse) String() string

func (*FetchRemoteResponse) XXX_DiscardUnknown

func (m *FetchRemoteResponse) XXX_DiscardUnknown()

func (*FetchRemoteResponse) XXX_Marshal

func (m *FetchRemoteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FetchRemoteResponse) XXX_Merge

func (m *FetchRemoteResponse) XXX_Merge(src proto.Message)

func (*FetchRemoteResponse) XXX_Size

func (m *FetchRemoteResponse) XXX_Size() int

func (*FetchRemoteResponse) XXX_Unmarshal

func (m *FetchRemoteResponse) XXX_Unmarshal(b []byte) error

type FetchSourceBranchRequest

type FetchSourceBranchRequest struct {
	// Repository into which the reference shall be fetched. After a successful
	// call, it should contain the target reference which points to the same
	// commit as the source repository's source branch.
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// Repository from which to fetch the source branch from.
	SourceRepository *Repository `protobuf:"bytes,2,opt,name=source_repository,json=sourceRepository,proto3" json:"source_repository,omitempty"`
	// Name of the branch in the source repository which should be fetched.
	SourceBranch []byte `protobuf:"bytes,3,opt,name=source_branch,json=sourceBranch,proto3" json:"source_branch,omitempty"`
	// Name of the reference which shall be newly created in the target
	// repository.
	TargetRef            []byte   `protobuf:"bytes,4,opt,name=target_ref,json=targetRef,proto3" json:"target_ref,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FetchSourceBranchRequest) Descriptor

func (*FetchSourceBranchRequest) Descriptor() ([]byte, []int)

func (*FetchSourceBranchRequest) GetRepository

func (m *FetchSourceBranchRequest) GetRepository() *Repository

func (*FetchSourceBranchRequest) GetSourceBranch

func (m *FetchSourceBranchRequest) GetSourceBranch() []byte

func (*FetchSourceBranchRequest) GetSourceRepository

func (m *FetchSourceBranchRequest) GetSourceRepository() *Repository

func (*FetchSourceBranchRequest) GetTargetRef

func (m *FetchSourceBranchRequest) GetTargetRef() []byte

func (*FetchSourceBranchRequest) ProtoMessage

func (*FetchSourceBranchRequest) ProtoMessage()

func (*FetchSourceBranchRequest) Reset

func (m *FetchSourceBranchRequest) Reset()

func (*FetchSourceBranchRequest) String

func (m *FetchSourceBranchRequest) String() string

func (*FetchSourceBranchRequest) XXX_DiscardUnknown

func (m *FetchSourceBranchRequest) XXX_DiscardUnknown()

func (*FetchSourceBranchRequest) XXX_Marshal

func (m *FetchSourceBranchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FetchSourceBranchRequest) XXX_Merge

func (m *FetchSourceBranchRequest) XXX_Merge(src proto.Message)

func (*FetchSourceBranchRequest) XXX_Size

func (m *FetchSourceBranchRequest) XXX_Size() int

func (*FetchSourceBranchRequest) XXX_Unmarshal

func (m *FetchSourceBranchRequest) XXX_Unmarshal(b []byte) error

type FetchSourceBranchResponse

type FetchSourceBranchResponse struct {
	// True if the source branch was successfully fetched into the target
	// repository, false if resolving the remote reference or fetching it failed.
	Result               bool     `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FetchSourceBranchResponse) Descriptor

func (*FetchSourceBranchResponse) Descriptor() ([]byte, []int)

func (*FetchSourceBranchResponse) GetResult

func (m *FetchSourceBranchResponse) GetResult() bool

func (*FetchSourceBranchResponse) ProtoMessage

func (*FetchSourceBranchResponse) ProtoMessage()

func (*FetchSourceBranchResponse) Reset

func (m *FetchSourceBranchResponse) Reset()

func (*FetchSourceBranchResponse) String

func (m *FetchSourceBranchResponse) String() string

func (*FetchSourceBranchResponse) XXX_DiscardUnknown

func (m *FetchSourceBranchResponse) XXX_DiscardUnknown()

func (*FetchSourceBranchResponse) XXX_Marshal

func (m *FetchSourceBranchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FetchSourceBranchResponse) XXX_Merge

func (m *FetchSourceBranchResponse) XXX_Merge(src proto.Message)

func (*FetchSourceBranchResponse) XXX_Size

func (m *FetchSourceBranchResponse) XXX_Size() int

func (*FetchSourceBranchResponse) XXX_Unmarshal

func (m *FetchSourceBranchResponse) XXX_Unmarshal(b []byte) error

type FilterShasWithSignaturesRequest

type FilterShasWithSignaturesRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Shas                 [][]byte    `protobuf:"bytes,2,rep,name=shas,proto3" json:"shas,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*FilterShasWithSignaturesRequest) Descriptor

func (*FilterShasWithSignaturesRequest) Descriptor() ([]byte, []int)

func (*FilterShasWithSignaturesRequest) GetRepository

func (m *FilterShasWithSignaturesRequest) GetRepository() *Repository

func (*FilterShasWithSignaturesRequest) GetShas

func (m *FilterShasWithSignaturesRequest) GetShas() [][]byte

func (*FilterShasWithSignaturesRequest) ProtoMessage

func (*FilterShasWithSignaturesRequest) ProtoMessage()

func (*FilterShasWithSignaturesRequest) Reset

func (*FilterShasWithSignaturesRequest) String

func (*FilterShasWithSignaturesRequest) XXX_DiscardUnknown

func (m *FilterShasWithSignaturesRequest) XXX_DiscardUnknown()

func (*FilterShasWithSignaturesRequest) XXX_Marshal

func (m *FilterShasWithSignaturesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FilterShasWithSignaturesRequest) XXX_Merge

func (m *FilterShasWithSignaturesRequest) XXX_Merge(src proto.Message)

func (*FilterShasWithSignaturesRequest) XXX_Size

func (m *FilterShasWithSignaturesRequest) XXX_Size() int

func (*FilterShasWithSignaturesRequest) XXX_Unmarshal

func (m *FilterShasWithSignaturesRequest) XXX_Unmarshal(b []byte) error

type FilterShasWithSignaturesResponse

type FilterShasWithSignaturesResponse struct {
	Shas                 [][]byte `protobuf:"bytes,1,rep,name=shas,proto3" json:"shas,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FilterShasWithSignaturesResponse) Descriptor

func (*FilterShasWithSignaturesResponse) Descriptor() ([]byte, []int)

func (*FilterShasWithSignaturesResponse) GetShas

func (m *FilterShasWithSignaturesResponse) GetShas() [][]byte

func (*FilterShasWithSignaturesResponse) ProtoMessage

func (*FilterShasWithSignaturesResponse) ProtoMessage()

func (*FilterShasWithSignaturesResponse) Reset

func (*FilterShasWithSignaturesResponse) String

func (*FilterShasWithSignaturesResponse) XXX_DiscardUnknown

func (m *FilterShasWithSignaturesResponse) XXX_DiscardUnknown()

func (*FilterShasWithSignaturesResponse) XXX_Marshal

func (m *FilterShasWithSignaturesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FilterShasWithSignaturesResponse) XXX_Merge

func (*FilterShasWithSignaturesResponse) XXX_Size

func (m *FilterShasWithSignaturesResponse) XXX_Size() int

func (*FilterShasWithSignaturesResponse) XXX_Unmarshal

func (m *FilterShasWithSignaturesResponse) XXX_Unmarshal(b []byte) error

type FindAllBranchNamesRequest

type FindAllBranchNamesRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*FindAllBranchNamesRequest) Descriptor

func (*FindAllBranchNamesRequest) Descriptor() ([]byte, []int)

func (*FindAllBranchNamesRequest) GetRepository

func (m *FindAllBranchNamesRequest) GetRepository() *Repository

func (*FindAllBranchNamesRequest) ProtoMessage

func (*FindAllBranchNamesRequest) ProtoMessage()

func (*FindAllBranchNamesRequest) Reset

func (m *FindAllBranchNamesRequest) Reset()

func (*FindAllBranchNamesRequest) String

func (m *FindAllBranchNamesRequest) String() string

func (*FindAllBranchNamesRequest) XXX_DiscardUnknown

func (m *FindAllBranchNamesRequest) XXX_DiscardUnknown()

func (*FindAllBranchNamesRequest) XXX_Marshal

func (m *FindAllBranchNamesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindAllBranchNamesRequest) XXX_Merge

func (m *FindAllBranchNamesRequest) XXX_Merge(src proto.Message)

func (*FindAllBranchNamesRequest) XXX_Size

func (m *FindAllBranchNamesRequest) XXX_Size() int

func (*FindAllBranchNamesRequest) XXX_Unmarshal

func (m *FindAllBranchNamesRequest) XXX_Unmarshal(b []byte) error

type FindAllBranchNamesResponse

type FindAllBranchNamesResponse struct {
	Names                [][]byte `protobuf:"bytes,1,rep,name=names,proto3" json:"names,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FindAllBranchNamesResponse) Descriptor

func (*FindAllBranchNamesResponse) Descriptor() ([]byte, []int)

func (*FindAllBranchNamesResponse) GetNames

func (m *FindAllBranchNamesResponse) GetNames() [][]byte

func (*FindAllBranchNamesResponse) ProtoMessage

func (*FindAllBranchNamesResponse) ProtoMessage()

func (*FindAllBranchNamesResponse) Reset

func (m *FindAllBranchNamesResponse) Reset()

func (*FindAllBranchNamesResponse) String

func (m *FindAllBranchNamesResponse) String() string

func (*FindAllBranchNamesResponse) XXX_DiscardUnknown

func (m *FindAllBranchNamesResponse) XXX_DiscardUnknown()

func (*FindAllBranchNamesResponse) XXX_Marshal

func (m *FindAllBranchNamesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindAllBranchNamesResponse) XXX_Merge

func (m *FindAllBranchNamesResponse) XXX_Merge(src proto.Message)

func (*FindAllBranchNamesResponse) XXX_Size

func (m *FindAllBranchNamesResponse) XXX_Size() int

func (*FindAllBranchNamesResponse) XXX_Unmarshal

func (m *FindAllBranchNamesResponse) XXX_Unmarshal(b []byte) error

type FindAllBranchesRequest

type FindAllBranchesRequest struct {
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// Only return branches that are merged into root ref
	MergedOnly bool `protobuf:"varint,2,opt,name=merged_only,json=mergedOnly,proto3" json:"merged_only,omitempty"`
	// If merged_only is true, this is a list of branches from which we
	// return those merged into the root ref
	MergedBranches       [][]byte `protobuf:"bytes,3,rep,name=merged_branches,json=mergedBranches,proto3" json:"merged_branches,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FindAllBranchesRequest) Descriptor

func (*FindAllBranchesRequest) Descriptor() ([]byte, []int)

func (*FindAllBranchesRequest) GetMergedBranches

func (m *FindAllBranchesRequest) GetMergedBranches() [][]byte

func (*FindAllBranchesRequest) GetMergedOnly

func (m *FindAllBranchesRequest) GetMergedOnly() bool

func (*FindAllBranchesRequest) GetRepository

func (m *FindAllBranchesRequest) GetRepository() *Repository

func (*FindAllBranchesRequest) ProtoMessage

func (*FindAllBranchesRequest) ProtoMessage()

func (*FindAllBranchesRequest) Reset

func (m *FindAllBranchesRequest) Reset()

func (*FindAllBranchesRequest) String

func (m *FindAllBranchesRequest) String() string

func (*FindAllBranchesRequest) XXX_DiscardUnknown

func (m *FindAllBranchesRequest) XXX_DiscardUnknown()

func (*FindAllBranchesRequest) XXX_Marshal

func (m *FindAllBranchesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindAllBranchesRequest) XXX_Merge

func (m *FindAllBranchesRequest) XXX_Merge(src proto.Message)

func (*FindAllBranchesRequest) XXX_Size

func (m *FindAllBranchesRequest) XXX_Size() int

func (*FindAllBranchesRequest) XXX_Unmarshal

func (m *FindAllBranchesRequest) XXX_Unmarshal(b []byte) error

type FindAllBranchesResponse

type FindAllBranchesResponse struct {
	Branches             []*FindAllBranchesResponse_Branch `protobuf:"bytes,1,rep,name=branches,proto3" json:"branches,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*FindAllBranchesResponse) Descriptor

func (*FindAllBranchesResponse) Descriptor() ([]byte, []int)

func (*FindAllBranchesResponse) GetBranches

func (*FindAllBranchesResponse) ProtoMessage

func (*FindAllBranchesResponse) ProtoMessage()

func (*FindAllBranchesResponse) Reset

func (m *FindAllBranchesResponse) Reset()

func (*FindAllBranchesResponse) String

func (m *FindAllBranchesResponse) String() string

func (*FindAllBranchesResponse) XXX_DiscardUnknown

func (m *FindAllBranchesResponse) XXX_DiscardUnknown()

func (*FindAllBranchesResponse) XXX_Marshal

func (m *FindAllBranchesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindAllBranchesResponse) XXX_Merge

func (m *FindAllBranchesResponse) XXX_Merge(src proto.Message)

func (*FindAllBranchesResponse) XXX_Size

func (m *FindAllBranchesResponse) XXX_Size() int

func (*FindAllBranchesResponse) XXX_Unmarshal

func (m *FindAllBranchesResponse) XXX_Unmarshal(b []byte) error

type FindAllBranchesResponse_Branch

type FindAllBranchesResponse_Branch struct {
	Name                 []byte     `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Target               *GitCommit `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*FindAllBranchesResponse_Branch) Descriptor

func (*FindAllBranchesResponse_Branch) Descriptor() ([]byte, []int)

func (*FindAllBranchesResponse_Branch) GetName

func (m *FindAllBranchesResponse_Branch) GetName() []byte

func (*FindAllBranchesResponse_Branch) GetTarget

func (m *FindAllBranchesResponse_Branch) GetTarget() *GitCommit

func (*FindAllBranchesResponse_Branch) ProtoMessage

func (*FindAllBranchesResponse_Branch) ProtoMessage()

func (*FindAllBranchesResponse_Branch) Reset

func (m *FindAllBranchesResponse_Branch) Reset()

func (*FindAllBranchesResponse_Branch) String

func (*FindAllBranchesResponse_Branch) XXX_DiscardUnknown

func (m *FindAllBranchesResponse_Branch) XXX_DiscardUnknown()

func (*FindAllBranchesResponse_Branch) XXX_Marshal

func (m *FindAllBranchesResponse_Branch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindAllBranchesResponse_Branch) XXX_Merge

func (m *FindAllBranchesResponse_Branch) XXX_Merge(src proto.Message)

func (*FindAllBranchesResponse_Branch) XXX_Size

func (m *FindAllBranchesResponse_Branch) XXX_Size() int

func (*FindAllBranchesResponse_Branch) XXX_Unmarshal

func (m *FindAllBranchesResponse_Branch) XXX_Unmarshal(b []byte) error

type FindAllCommitsRequest

type FindAllCommitsRequest struct {
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// When nil, return all commits reachable by any branch in the repo
	Revision             []byte                      `protobuf:"bytes,2,opt,name=revision,proto3" json:"revision,omitempty"`
	MaxCount             int32                       `protobuf:"varint,3,opt,name=max_count,json=maxCount,proto3" json:"max_count,omitempty"`
	Skip                 int32                       `protobuf:"varint,4,opt,name=skip,proto3" json:"skip,omitempty"`
	Order                FindAllCommitsRequest_Order `protobuf:"varint,5,opt,name=order,proto3,enum=gitaly.FindAllCommitsRequest_Order" json:"order,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*FindAllCommitsRequest) Descriptor

func (*FindAllCommitsRequest) Descriptor() ([]byte, []int)

func (*FindAllCommitsRequest) GetMaxCount

func (m *FindAllCommitsRequest) GetMaxCount() int32

func (*FindAllCommitsRequest) GetOrder

func (*FindAllCommitsRequest) GetRepository

func (m *FindAllCommitsRequest) GetRepository() *Repository

func (*FindAllCommitsRequest) GetRevision

func (m *FindAllCommitsRequest) GetRevision() []byte

func (*FindAllCommitsRequest) GetSkip

func (m *FindAllCommitsRequest) GetSkip() int32

func (*FindAllCommitsRequest) ProtoMessage

func (*FindAllCommitsRequest) ProtoMessage()

func (*FindAllCommitsRequest) Reset

func (m *FindAllCommitsRequest) Reset()

func (*FindAllCommitsRequest) String

func (m *FindAllCommitsRequest) String() string

func (*FindAllCommitsRequest) XXX_DiscardUnknown

func (m *FindAllCommitsRequest) XXX_DiscardUnknown()

func (*FindAllCommitsRequest) XXX_Marshal

func (m *FindAllCommitsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindAllCommitsRequest) XXX_Merge

func (m *FindAllCommitsRequest) XXX_Merge(src proto.Message)

func (*FindAllCommitsRequest) XXX_Size

func (m *FindAllCommitsRequest) XXX_Size() int

func (*FindAllCommitsRequest) XXX_Unmarshal

func (m *FindAllCommitsRequest) XXX_Unmarshal(b []byte) error

type FindAllCommitsRequest_Order

type FindAllCommitsRequest_Order int32
const (
	FindAllCommitsRequest_NONE FindAllCommitsRequest_Order = 0
	FindAllCommitsRequest_TOPO FindAllCommitsRequest_Order = 1
	FindAllCommitsRequest_DATE FindAllCommitsRequest_Order = 2
)

func (FindAllCommitsRequest_Order) EnumDescriptor

func (FindAllCommitsRequest_Order) EnumDescriptor() ([]byte, []int)

func (FindAllCommitsRequest_Order) String

type FindAllCommitsResponse

type FindAllCommitsResponse struct {
	Commits              []*GitCommit `protobuf:"bytes,1,rep,name=commits,proto3" json:"commits,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

A single 'page' of the result set

func (*FindAllCommitsResponse) Descriptor

func (*FindAllCommitsResponse) Descriptor() ([]byte, []int)

func (*FindAllCommitsResponse) GetCommits

func (m *FindAllCommitsResponse) GetCommits() []*GitCommit

func (*FindAllCommitsResponse) ProtoMessage

func (*FindAllCommitsResponse) ProtoMessage()

func (*FindAllCommitsResponse) Reset

func (m *FindAllCommitsResponse) Reset()

func (*FindAllCommitsResponse) String

func (m *FindAllCommitsResponse) String() string

func (*FindAllCommitsResponse) XXX_DiscardUnknown

func (m *FindAllCommitsResponse) XXX_DiscardUnknown()

func (*FindAllCommitsResponse) XXX_Marshal

func (m *FindAllCommitsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindAllCommitsResponse) XXX_Merge

func (m *FindAllCommitsResponse) XXX_Merge(src proto.Message)

func (*FindAllCommitsResponse) XXX_Size

func (m *FindAllCommitsResponse) XXX_Size() int

func (*FindAllCommitsResponse) XXX_Unmarshal

func (m *FindAllCommitsResponse) XXX_Unmarshal(b []byte) error

type FindAllRemoteBranchesRequest

type FindAllRemoteBranchesRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	RemoteName           string      `protobuf:"bytes,2,opt,name=remote_name,json=remoteName,proto3" json:"remote_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*FindAllRemoteBranchesRequest) Descriptor

func (*FindAllRemoteBranchesRequest) Descriptor() ([]byte, []int)

func (*FindAllRemoteBranchesRequest) GetRemoteName

func (m *FindAllRemoteBranchesRequest) GetRemoteName() string

func (*FindAllRemoteBranchesRequest) GetRepository

func (m *FindAllRemoteBranchesRequest) GetRepository() *Repository

func (*FindAllRemoteBranchesRequest) ProtoMessage

func (*FindAllRemoteBranchesRequest) ProtoMessage()

func (*FindAllRemoteBranchesRequest) Reset

func (m *FindAllRemoteBranchesRequest) Reset()

func (*FindAllRemoteBranchesRequest) String

func (*FindAllRemoteBranchesRequest) XXX_DiscardUnknown

func (m *FindAllRemoteBranchesRequest) XXX_DiscardUnknown()

func (*FindAllRemoteBranchesRequest) XXX_Marshal

func (m *FindAllRemoteBranchesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindAllRemoteBranchesRequest) XXX_Merge

func (m *FindAllRemoteBranchesRequest) XXX_Merge(src proto.Message)

func (*FindAllRemoteBranchesRequest) XXX_Size

func (m *FindAllRemoteBranchesRequest) XXX_Size() int

func (*FindAllRemoteBranchesRequest) XXX_Unmarshal

func (m *FindAllRemoteBranchesRequest) XXX_Unmarshal(b []byte) error

type FindAllRemoteBranchesResponse

type FindAllRemoteBranchesResponse struct {
	Branches             []*Branch `protobuf:"bytes,1,rep,name=branches,proto3" json:"branches,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*FindAllRemoteBranchesResponse) Descriptor

func (*FindAllRemoteBranchesResponse) Descriptor() ([]byte, []int)

func (*FindAllRemoteBranchesResponse) GetBranches

func (m *FindAllRemoteBranchesResponse) GetBranches() []*Branch

func (*FindAllRemoteBranchesResponse) ProtoMessage

func (*FindAllRemoteBranchesResponse) ProtoMessage()

func (*FindAllRemoteBranchesResponse) Reset

func (m *FindAllRemoteBranchesResponse) Reset()

func (*FindAllRemoteBranchesResponse) String

func (*FindAllRemoteBranchesResponse) XXX_DiscardUnknown

func (m *FindAllRemoteBranchesResponse) XXX_DiscardUnknown()

func (*FindAllRemoteBranchesResponse) XXX_Marshal

func (m *FindAllRemoteBranchesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindAllRemoteBranchesResponse) XXX_Merge

func (m *FindAllRemoteBranchesResponse) XXX_Merge(src proto.Message)

func (*FindAllRemoteBranchesResponse) XXX_Size

func (m *FindAllRemoteBranchesResponse) XXX_Size() int

func (*FindAllRemoteBranchesResponse) XXX_Unmarshal

func (m *FindAllRemoteBranchesResponse) XXX_Unmarshal(b []byte) error

type FindAllTagNamesRequest

type FindAllTagNamesRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*FindAllTagNamesRequest) Descriptor

func (*FindAllTagNamesRequest) Descriptor() ([]byte, []int)

func (*FindAllTagNamesRequest) GetRepository

func (m *FindAllTagNamesRequest) GetRepository() *Repository

func (*FindAllTagNamesRequest) ProtoMessage

func (*FindAllTagNamesRequest) ProtoMessage()

func (*FindAllTagNamesRequest) Reset

func (m *FindAllTagNamesRequest) Reset()

func (*FindAllTagNamesRequest) String

func (m *FindAllTagNamesRequest) String() string

func (*FindAllTagNamesRequest) XXX_DiscardUnknown

func (m *FindAllTagNamesRequest) XXX_DiscardUnknown()

func (*FindAllTagNamesRequest) XXX_Marshal

func (m *FindAllTagNamesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindAllTagNamesRequest) XXX_Merge

func (m *FindAllTagNamesRequest) XXX_Merge(src proto.Message)

func (*FindAllTagNamesRequest) XXX_Size

func (m *FindAllTagNamesRequest) XXX_Size() int

func (*FindAllTagNamesRequest) XXX_Unmarshal

func (m *FindAllTagNamesRequest) XXX_Unmarshal(b []byte) error

type FindAllTagNamesResponse

type FindAllTagNamesResponse struct {
	Names                [][]byte `protobuf:"bytes,1,rep,name=names,proto3" json:"names,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FindAllTagNamesResponse) Descriptor

func (*FindAllTagNamesResponse) Descriptor() ([]byte, []int)

func (*FindAllTagNamesResponse) GetNames

func (m *FindAllTagNamesResponse) GetNames() [][]byte

func (*FindAllTagNamesResponse) ProtoMessage

func (*FindAllTagNamesResponse) ProtoMessage()

func (*FindAllTagNamesResponse) Reset

func (m *FindAllTagNamesResponse) Reset()

func (*FindAllTagNamesResponse) String

func (m *FindAllTagNamesResponse) String() string

func (*FindAllTagNamesResponse) XXX_DiscardUnknown

func (m *FindAllTagNamesResponse) XXX_DiscardUnknown()

func (*FindAllTagNamesResponse) XXX_Marshal

func (m *FindAllTagNamesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindAllTagNamesResponse) XXX_Merge

func (m *FindAllTagNamesResponse) XXX_Merge(src proto.Message)

func (*FindAllTagNamesResponse) XXX_Size

func (m *FindAllTagNamesResponse) XXX_Size() int

func (*FindAllTagNamesResponse) XXX_Unmarshal

func (m *FindAllTagNamesResponse) XXX_Unmarshal(b []byte) error

type FindAllTagsRequest

type FindAllTagsRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*FindAllTagsRequest) Descriptor

func (*FindAllTagsRequest) Descriptor() ([]byte, []int)

func (*FindAllTagsRequest) GetRepository

func (m *FindAllTagsRequest) GetRepository() *Repository

func (*FindAllTagsRequest) ProtoMessage

func (*FindAllTagsRequest) ProtoMessage()

func (*FindAllTagsRequest) Reset

func (m *FindAllTagsRequest) Reset()

func (*FindAllTagsRequest) String

func (m *FindAllTagsRequest) String() string

func (*FindAllTagsRequest) XXX_DiscardUnknown

func (m *FindAllTagsRequest) XXX_DiscardUnknown()

func (*FindAllTagsRequest) XXX_Marshal

func (m *FindAllTagsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindAllTagsRequest) XXX_Merge

func (m *FindAllTagsRequest) XXX_Merge(src proto.Message)

func (*FindAllTagsRequest) XXX_Size

func (m *FindAllTagsRequest) XXX_Size() int

func (*FindAllTagsRequest) XXX_Unmarshal

func (m *FindAllTagsRequest) XXX_Unmarshal(b []byte) error

type FindAllTagsResponse

type FindAllTagsResponse struct {
	Tags                 []*Tag   `protobuf:"bytes,1,rep,name=tags,proto3" json:"tags,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FindAllTagsResponse) Descriptor

func (*FindAllTagsResponse) Descriptor() ([]byte, []int)

func (*FindAllTagsResponse) GetTags

func (m *FindAllTagsResponse) GetTags() []*Tag

func (*FindAllTagsResponse) ProtoMessage

func (*FindAllTagsResponse) ProtoMessage()

func (*FindAllTagsResponse) Reset

func (m *FindAllTagsResponse) Reset()

func (*FindAllTagsResponse) String

func (m *FindAllTagsResponse) String() string

func (*FindAllTagsResponse) XXX_DiscardUnknown

func (m *FindAllTagsResponse) XXX_DiscardUnknown()

func (*FindAllTagsResponse) XXX_Marshal

func (m *FindAllTagsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindAllTagsResponse) XXX_Merge

func (m *FindAllTagsResponse) XXX_Merge(src proto.Message)

func (*FindAllTagsResponse) XXX_Size

func (m *FindAllTagsResponse) XXX_Size() int

func (*FindAllTagsResponse) XXX_Unmarshal

func (m *FindAllTagsResponse) XXX_Unmarshal(b []byte) error

type FindBranchRequest

type FindBranchRequest struct {
	// repository is the repository in which the branch should be looked up.
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// name is the name of the branch which should be looked up. This must be the
	// branch name only, it must not have the "refs/heads/" prefix.
	Name                 []byte   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FindBranchRequest) Descriptor

func (*FindBranchRequest) Descriptor() ([]byte, []int)

func (*FindBranchRequest) GetName

func (m *FindBranchRequest) GetName() []byte

func (*FindBranchRequest) GetRepository

func (m *FindBranchRequest) GetRepository() *Repository

func (*FindBranchRequest) ProtoMessage

func (*FindBranchRequest) ProtoMessage()

func (*FindBranchRequest) Reset

func (m *FindBranchRequest) Reset()

func (*FindBranchRequest) String

func (m *FindBranchRequest) String() string

func (*FindBranchRequest) XXX_DiscardUnknown

func (m *FindBranchRequest) XXX_DiscardUnknown()

func (*FindBranchRequest) XXX_Marshal

func (m *FindBranchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindBranchRequest) XXX_Merge

func (m *FindBranchRequest) XXX_Merge(src proto.Message)

func (*FindBranchRequest) XXX_Size

func (m *FindBranchRequest) XXX_Size() int

func (*FindBranchRequest) XXX_Unmarshal

func (m *FindBranchRequest) XXX_Unmarshal(b []byte) error

type FindBranchResponse

type FindBranchResponse struct {
	Branch               *Branch  `protobuf:"bytes,1,opt,name=branch,proto3" json:"branch,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FindBranchResponse) Descriptor

func (*FindBranchResponse) Descriptor() ([]byte, []int)

func (*FindBranchResponse) GetBranch

func (m *FindBranchResponse) GetBranch() *Branch

func (*FindBranchResponse) ProtoMessage

func (*FindBranchResponse) ProtoMessage()

func (*FindBranchResponse) Reset

func (m *FindBranchResponse) Reset()

func (*FindBranchResponse) String

func (m *FindBranchResponse) String() string

func (*FindBranchResponse) XXX_DiscardUnknown

func (m *FindBranchResponse) XXX_DiscardUnknown()

func (*FindBranchResponse) XXX_Marshal

func (m *FindBranchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindBranchResponse) XXX_Merge

func (m *FindBranchResponse) XXX_Merge(src proto.Message)

func (*FindBranchResponse) XXX_Size

func (m *FindBranchResponse) XXX_Size() int

func (*FindBranchResponse) XXX_Unmarshal

func (m *FindBranchResponse) XXX_Unmarshal(b []byte) error

type FindChangedPathsRequest

type FindChangedPathsRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Commits              []string    `protobuf:"bytes,2,rep,name=commits,proto3" json:"commits,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

Given a list of commits, return the files changed. Each commit is compared to its parent. Merge commits will show files which are different to all of its parents.

func (*FindChangedPathsRequest) Descriptor

func (*FindChangedPathsRequest) Descriptor() ([]byte, []int)

func (*FindChangedPathsRequest) GetCommits

func (m *FindChangedPathsRequest) GetCommits() []string

func (*FindChangedPathsRequest) GetRepository

func (m *FindChangedPathsRequest) GetRepository() *Repository

func (*FindChangedPathsRequest) ProtoMessage

func (*FindChangedPathsRequest) ProtoMessage()

func (*FindChangedPathsRequest) Reset

func (m *FindChangedPathsRequest) Reset()

func (*FindChangedPathsRequest) String

func (m *FindChangedPathsRequest) String() string

func (*FindChangedPathsRequest) XXX_DiscardUnknown

func (m *FindChangedPathsRequest) XXX_DiscardUnknown()

func (*FindChangedPathsRequest) XXX_Marshal

func (m *FindChangedPathsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindChangedPathsRequest) XXX_Merge

func (m *FindChangedPathsRequest) XXX_Merge(src proto.Message)

func (*FindChangedPathsRequest) XXX_Size

func (m *FindChangedPathsRequest) XXX_Size() int

func (*FindChangedPathsRequest) XXX_Unmarshal

func (m *FindChangedPathsRequest) XXX_Unmarshal(b []byte) error

type FindChangedPathsResponse

type FindChangedPathsResponse struct {
	Paths                []*ChangedPaths `protobuf:"bytes,1,rep,name=paths,proto3" json:"paths,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

Returns a list of files that have been changed in the commits given

func (*FindChangedPathsResponse) Descriptor

func (*FindChangedPathsResponse) Descriptor() ([]byte, []int)

func (*FindChangedPathsResponse) GetPaths

func (m *FindChangedPathsResponse) GetPaths() []*ChangedPaths

func (*FindChangedPathsResponse) ProtoMessage

func (*FindChangedPathsResponse) ProtoMessage()

func (*FindChangedPathsResponse) Reset

func (m *FindChangedPathsResponse) Reset()

func (*FindChangedPathsResponse) String

func (m *FindChangedPathsResponse) String() string

func (*FindChangedPathsResponse) XXX_DiscardUnknown

func (m *FindChangedPathsResponse) XXX_DiscardUnknown()

func (*FindChangedPathsResponse) XXX_Marshal

func (m *FindChangedPathsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindChangedPathsResponse) XXX_Merge

func (m *FindChangedPathsResponse) XXX_Merge(src proto.Message)

func (*FindChangedPathsResponse) XXX_Size

func (m *FindChangedPathsResponse) XXX_Size() int

func (*FindChangedPathsResponse) XXX_Unmarshal

func (m *FindChangedPathsResponse) XXX_Unmarshal(b []byte) error

type FindCommitRequest

type FindCommitRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Revision             []byte      `protobuf:"bytes,2,opt,name=revision,proto3" json:"revision,omitempty"`
	Trailers             bool        `protobuf:"varint,3,opt,name=trailers,proto3" json:"trailers,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*FindCommitRequest) Descriptor

func (*FindCommitRequest) Descriptor() ([]byte, []int)

func (*FindCommitRequest) GetRepository

func (m *FindCommitRequest) GetRepository() *Repository

func (*FindCommitRequest) GetRevision

func (m *FindCommitRequest) GetRevision() []byte

func (*FindCommitRequest) GetTrailers

func (m *FindCommitRequest) GetTrailers() bool

func (*FindCommitRequest) ProtoMessage

func (*FindCommitRequest) ProtoMessage()

func (*FindCommitRequest) Reset

func (m *FindCommitRequest) Reset()

func (*FindCommitRequest) String

func (m *FindCommitRequest) String() string

func (*FindCommitRequest) XXX_DiscardUnknown

func (m *FindCommitRequest) XXX_DiscardUnknown()

func (*FindCommitRequest) XXX_Marshal

func (m *FindCommitRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindCommitRequest) XXX_Merge

func (m *FindCommitRequest) XXX_Merge(src proto.Message)

func (*FindCommitRequest) XXX_Size

func (m *FindCommitRequest) XXX_Size() int

func (*FindCommitRequest) XXX_Unmarshal

func (m *FindCommitRequest) XXX_Unmarshal(b []byte) error

type FindCommitResponse

type FindCommitResponse struct {
	// commit is nil when the commit was not found
	Commit               *GitCommit `protobuf:"bytes,1,opt,name=commit,proto3" json:"commit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*FindCommitResponse) Descriptor

func (*FindCommitResponse) Descriptor() ([]byte, []int)

func (*FindCommitResponse) GetCommit

func (m *FindCommitResponse) GetCommit() *GitCommit

func (*FindCommitResponse) ProtoMessage

func (*FindCommitResponse) ProtoMessage()

func (*FindCommitResponse) Reset

func (m *FindCommitResponse) Reset()

func (*FindCommitResponse) String

func (m *FindCommitResponse) String() string

func (*FindCommitResponse) XXX_DiscardUnknown

func (m *FindCommitResponse) XXX_DiscardUnknown()

func (*FindCommitResponse) XXX_Marshal

func (m *FindCommitResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindCommitResponse) XXX_Merge

func (m *FindCommitResponse) XXX_Merge(src proto.Message)

func (*FindCommitResponse) XXX_Size

func (m *FindCommitResponse) XXX_Size() int

func (*FindCommitResponse) XXX_Unmarshal

func (m *FindCommitResponse) XXX_Unmarshal(b []byte) error

type FindCommitsRequest

type FindCommitsRequest struct {
	Repository  *Repository          `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Revision    []byte               `protobuf:"bytes,2,opt,name=revision,proto3" json:"revision,omitempty"`
	Limit       int32                `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset      int32                `protobuf:"varint,4,opt,name=offset,proto3" json:"offset,omitempty"`
	Paths       [][]byte             `protobuf:"bytes,5,rep,name=paths,proto3" json:"paths,omitempty"`
	Follow      bool                 `protobuf:"varint,6,opt,name=follow,proto3" json:"follow,omitempty"`
	SkipMerges  bool                 `protobuf:"varint,7,opt,name=skip_merges,json=skipMerges,proto3" json:"skip_merges,omitempty"`
	DisableWalk bool                 `protobuf:"varint,8,opt,name=disable_walk,json=disableWalk,proto3" json:"disable_walk,omitempty"`
	After       *timestamp.Timestamp `protobuf:"bytes,9,opt,name=after,proto3" json:"after,omitempty"`
	Before      *timestamp.Timestamp `protobuf:"bytes,10,opt,name=before,proto3" json:"before,omitempty"`
	// all and revision are mutually exclusive
	All                  bool                     `protobuf:"varint,11,opt,name=all,proto3" json:"all,omitempty"`
	FirstParent          bool                     `protobuf:"varint,12,opt,name=first_parent,json=firstParent,proto3" json:"first_parent,omitempty"`
	Author               []byte                   `protobuf:"bytes,13,opt,name=author,proto3" json:"author,omitempty"`
	Order                FindCommitsRequest_Order `protobuf:"varint,14,opt,name=order,proto3,enum=gitaly.FindCommitsRequest_Order" json:"order,omitempty"`
	GlobalOptions        *GlobalOptions           `protobuf:"bytes,15,opt,name=global_options,json=globalOptions,proto3" json:"global_options,omitempty"`
	Trailers             bool                     `protobuf:"varint,16,opt,name=trailers,proto3" json:"trailers,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*FindCommitsRequest) Descriptor

func (*FindCommitsRequest) Descriptor() ([]byte, []int)

func (*FindCommitsRequest) GetAfter

func (m *FindCommitsRequest) GetAfter() *timestamp.Timestamp

func (*FindCommitsRequest) GetAll

func (m *FindCommitsRequest) GetAll() bool

func (*FindCommitsRequest) GetAuthor

func (m *FindCommitsRequest) GetAuthor() []byte

func (*FindCommitsRequest) GetBefore

func (m *FindCommitsRequest) GetBefore() *timestamp.Timestamp

func (*FindCommitsRequest) GetDisableWalk

func (m *FindCommitsRequest) GetDisableWalk() bool

func (*FindCommitsRequest) GetFirstParent

func (m *FindCommitsRequest) GetFirstParent() bool

func (*FindCommitsRequest) GetFollow

func (m *FindCommitsRequest) GetFollow() bool

func (*FindCommitsRequest) GetGlobalOptions

func (m *FindCommitsRequest) GetGlobalOptions() *GlobalOptions

func (*FindCommitsRequest) GetLimit

func (m *FindCommitsRequest) GetLimit() int32

func (*FindCommitsRequest) GetOffset

func (m *FindCommitsRequest) GetOffset() int32

func (*FindCommitsRequest) GetOrder

func (*FindCommitsRequest) GetPaths

func (m *FindCommitsRequest) GetPaths() [][]byte

func (*FindCommitsRequest) GetRepository

func (m *FindCommitsRequest) GetRepository() *Repository

func (*FindCommitsRequest) GetRevision

func (m *FindCommitsRequest) GetRevision() []byte

func (*FindCommitsRequest) GetSkipMerges

func (m *FindCommitsRequest) GetSkipMerges() bool

func (*FindCommitsRequest) GetTrailers

func (m *FindCommitsRequest) GetTrailers() bool

func (*FindCommitsRequest) ProtoMessage

func (*FindCommitsRequest) ProtoMessage()

func (*FindCommitsRequest) Reset

func (m *FindCommitsRequest) Reset()

func (*FindCommitsRequest) String

func (m *FindCommitsRequest) String() string

func (*FindCommitsRequest) XXX_DiscardUnknown

func (m *FindCommitsRequest) XXX_DiscardUnknown()

func (*FindCommitsRequest) XXX_Marshal

func (m *FindCommitsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindCommitsRequest) XXX_Merge

func (m *FindCommitsRequest) XXX_Merge(src proto.Message)

func (*FindCommitsRequest) XXX_Size

func (m *FindCommitsRequest) XXX_Size() int

func (*FindCommitsRequest) XXX_Unmarshal

func (m *FindCommitsRequest) XXX_Unmarshal(b []byte) error

type FindCommitsRequest_Order

type FindCommitsRequest_Order int32
const (
	FindCommitsRequest_NONE FindCommitsRequest_Order = 0
	FindCommitsRequest_TOPO FindCommitsRequest_Order = 1
)

func (FindCommitsRequest_Order) EnumDescriptor

func (FindCommitsRequest_Order) EnumDescriptor() ([]byte, []int)

func (FindCommitsRequest_Order) String

func (x FindCommitsRequest_Order) String() string

type FindCommitsResponse

type FindCommitsResponse struct {
	Commits              []*GitCommit `protobuf:"bytes,1,rep,name=commits,proto3" json:"commits,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

A single 'page' of the result set

func (*FindCommitsResponse) Descriptor

func (*FindCommitsResponse) Descriptor() ([]byte, []int)

func (*FindCommitsResponse) GetCommits

func (m *FindCommitsResponse) GetCommits() []*GitCommit

func (*FindCommitsResponse) ProtoMessage

func (*FindCommitsResponse) ProtoMessage()

func (*FindCommitsResponse) Reset

func (m *FindCommitsResponse) Reset()

func (*FindCommitsResponse) String

func (m *FindCommitsResponse) String() string

func (*FindCommitsResponse) XXX_DiscardUnknown

func (m *FindCommitsResponse) XXX_DiscardUnknown()

func (*FindCommitsResponse) XXX_Marshal

func (m *FindCommitsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindCommitsResponse) XXX_Merge

func (m *FindCommitsResponse) XXX_Merge(src proto.Message)

func (*FindCommitsResponse) XXX_Size

func (m *FindCommitsResponse) XXX_Size() int

func (*FindCommitsResponse) XXX_Unmarshal

func (m *FindCommitsResponse) XXX_Unmarshal(b []byte) error

type FindDefaultBranchNameRequest

type FindDefaultBranchNameRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*FindDefaultBranchNameRequest) Descriptor

func (*FindDefaultBranchNameRequest) Descriptor() ([]byte, []int)

func (*FindDefaultBranchNameRequest) GetRepository

func (m *FindDefaultBranchNameRequest) GetRepository() *Repository

func (*FindDefaultBranchNameRequest) ProtoMessage

func (*FindDefaultBranchNameRequest) ProtoMessage()

func (*FindDefaultBranchNameRequest) Reset

func (m *FindDefaultBranchNameRequest) Reset()

func (*FindDefaultBranchNameRequest) String

func (*FindDefaultBranchNameRequest) XXX_DiscardUnknown

func (m *FindDefaultBranchNameRequest) XXX_DiscardUnknown()

func (*FindDefaultBranchNameRequest) XXX_Marshal

func (m *FindDefaultBranchNameRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindDefaultBranchNameRequest) XXX_Merge

func (m *FindDefaultBranchNameRequest) XXX_Merge(src proto.Message)

func (*FindDefaultBranchNameRequest) XXX_Size

func (m *FindDefaultBranchNameRequest) XXX_Size() int

func (*FindDefaultBranchNameRequest) XXX_Unmarshal

func (m *FindDefaultBranchNameRequest) XXX_Unmarshal(b []byte) error

type FindDefaultBranchNameResponse

type FindDefaultBranchNameResponse struct {
	Name                 []byte   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FindDefaultBranchNameResponse) Descriptor

func (*FindDefaultBranchNameResponse) Descriptor() ([]byte, []int)

func (*FindDefaultBranchNameResponse) GetName

func (m *FindDefaultBranchNameResponse) GetName() []byte

func (*FindDefaultBranchNameResponse) ProtoMessage

func (*FindDefaultBranchNameResponse) ProtoMessage()

func (*FindDefaultBranchNameResponse) Reset

func (m *FindDefaultBranchNameResponse) Reset()

func (*FindDefaultBranchNameResponse) String

func (*FindDefaultBranchNameResponse) XXX_DiscardUnknown

func (m *FindDefaultBranchNameResponse) XXX_DiscardUnknown()

func (*FindDefaultBranchNameResponse) XXX_Marshal

func (m *FindDefaultBranchNameResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindDefaultBranchNameResponse) XXX_Merge

func (m *FindDefaultBranchNameResponse) XXX_Merge(src proto.Message)

func (*FindDefaultBranchNameResponse) XXX_Size

func (m *FindDefaultBranchNameResponse) XXX_Size() int

func (*FindDefaultBranchNameResponse) XXX_Unmarshal

func (m *FindDefaultBranchNameResponse) XXX_Unmarshal(b []byte) error

type FindLicenseRequest

type FindLicenseRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*FindLicenseRequest) Descriptor

func (*FindLicenseRequest) Descriptor() ([]byte, []int)

func (*FindLicenseRequest) GetRepository

func (m *FindLicenseRequest) GetRepository() *Repository

func (*FindLicenseRequest) ProtoMessage

func (*FindLicenseRequest) ProtoMessage()

func (*FindLicenseRequest) Reset

func (m *FindLicenseRequest) Reset()

func (*FindLicenseRequest) String

func (m *FindLicenseRequest) String() string

func (*FindLicenseRequest) XXX_DiscardUnknown

func (m *FindLicenseRequest) XXX_DiscardUnknown()

func (*FindLicenseRequest) XXX_Marshal

func (m *FindLicenseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindLicenseRequest) XXX_Merge

func (m *FindLicenseRequest) XXX_Merge(src proto.Message)

func (*FindLicenseRequest) XXX_Size

func (m *FindLicenseRequest) XXX_Size() int

func (*FindLicenseRequest) XXX_Unmarshal

func (m *FindLicenseRequest) XXX_Unmarshal(b []byte) error

type FindLicenseResponse

type FindLicenseResponse struct {
	LicenseShortName     string   `protobuf:"bytes,1,opt,name=license_short_name,json=licenseShortName,proto3" json:"license_short_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FindLicenseResponse) Descriptor

func (*FindLicenseResponse) Descriptor() ([]byte, []int)

func (*FindLicenseResponse) GetLicenseShortName

func (m *FindLicenseResponse) GetLicenseShortName() string

func (*FindLicenseResponse) ProtoMessage

func (*FindLicenseResponse) ProtoMessage()

func (*FindLicenseResponse) Reset

func (m *FindLicenseResponse) Reset()

func (*FindLicenseResponse) String

func (m *FindLicenseResponse) String() string

func (*FindLicenseResponse) XXX_DiscardUnknown

func (m *FindLicenseResponse) XXX_DiscardUnknown()

func (*FindLicenseResponse) XXX_Marshal

func (m *FindLicenseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindLicenseResponse) XXX_Merge

func (m *FindLicenseResponse) XXX_Merge(src proto.Message)

func (*FindLicenseResponse) XXX_Size

func (m *FindLicenseResponse) XXX_Size() int

func (*FindLicenseResponse) XXX_Unmarshal

func (m *FindLicenseResponse) XXX_Unmarshal(b []byte) error

type FindLocalBranchCommitAuthor

type FindLocalBranchCommitAuthor struct {
	Name                 []byte               `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Email                []byte               `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	Date                 *timestamp.Timestamp `protobuf:"bytes,3,opt,name=date,proto3" json:"date,omitempty"`
	Timezone             []byte               `protobuf:"bytes,4,opt,name=timezone,proto3" json:"timezone,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*FindLocalBranchCommitAuthor) Descriptor

func (*FindLocalBranchCommitAuthor) Descriptor() ([]byte, []int)

func (*FindLocalBranchCommitAuthor) GetDate

func (*FindLocalBranchCommitAuthor) GetEmail

func (m *FindLocalBranchCommitAuthor) GetEmail() []byte

func (*FindLocalBranchCommitAuthor) GetName

func (m *FindLocalBranchCommitAuthor) GetName() []byte

func (*FindLocalBranchCommitAuthor) GetTimezone

func (m *FindLocalBranchCommitAuthor) GetTimezone() []byte

func (*FindLocalBranchCommitAuthor) ProtoMessage

func (*FindLocalBranchCommitAuthor) ProtoMessage()

func (*FindLocalBranchCommitAuthor) Reset

func (m *FindLocalBranchCommitAuthor) Reset()

func (*FindLocalBranchCommitAuthor) String

func (m *FindLocalBranchCommitAuthor) String() string

func (*FindLocalBranchCommitAuthor) XXX_DiscardUnknown

func (m *FindLocalBranchCommitAuthor) XXX_DiscardUnknown()

func (*FindLocalBranchCommitAuthor) XXX_Marshal

func (m *FindLocalBranchCommitAuthor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindLocalBranchCommitAuthor) XXX_Merge

func (m *FindLocalBranchCommitAuthor) XXX_Merge(src proto.Message)

func (*FindLocalBranchCommitAuthor) XXX_Size

func (m *FindLocalBranchCommitAuthor) XXX_Size() int

func (*FindLocalBranchCommitAuthor) XXX_Unmarshal

func (m *FindLocalBranchCommitAuthor) XXX_Unmarshal(b []byte) error

type FindLocalBranchResponse

type FindLocalBranchResponse struct {
	Name                 []byte                       `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	CommitId             string                       `protobuf:"bytes,2,opt,name=commit_id,json=commitId,proto3" json:"commit_id,omitempty"`
	CommitSubject        []byte                       `protobuf:"bytes,3,opt,name=commit_subject,json=commitSubject,proto3" json:"commit_subject,omitempty"`
	CommitAuthor         *FindLocalBranchCommitAuthor `protobuf:"bytes,4,opt,name=commit_author,json=commitAuthor,proto3" json:"commit_author,omitempty"`
	CommitCommitter      *FindLocalBranchCommitAuthor `protobuf:"bytes,5,opt,name=commit_committer,json=commitCommitter,proto3" json:"commit_committer,omitempty"`
	Commit               *GitCommit                   `protobuf:"bytes,6,opt,name=commit,proto3" json:"commit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*FindLocalBranchResponse) Descriptor

func (*FindLocalBranchResponse) Descriptor() ([]byte, []int)

func (*FindLocalBranchResponse) GetCommit

func (m *FindLocalBranchResponse) GetCommit() *GitCommit

func (*FindLocalBranchResponse) GetCommitAuthor

func (*FindLocalBranchResponse) GetCommitCommitter

func (m *FindLocalBranchResponse) GetCommitCommitter() *FindLocalBranchCommitAuthor

func (*FindLocalBranchResponse) GetCommitId

func (m *FindLocalBranchResponse) GetCommitId() string

func (*FindLocalBranchResponse) GetCommitSubject

func (m *FindLocalBranchResponse) GetCommitSubject() []byte

func (*FindLocalBranchResponse) GetName

func (m *FindLocalBranchResponse) GetName() []byte

func (*FindLocalBranchResponse) ProtoMessage

func (*FindLocalBranchResponse) ProtoMessage()

func (*FindLocalBranchResponse) Reset

func (m *FindLocalBranchResponse) Reset()

func (*FindLocalBranchResponse) String

func (m *FindLocalBranchResponse) String() string

func (*FindLocalBranchResponse) XXX_DiscardUnknown

func (m *FindLocalBranchResponse) XXX_DiscardUnknown()

func (*FindLocalBranchResponse) XXX_Marshal

func (m *FindLocalBranchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindLocalBranchResponse) XXX_Merge

func (m *FindLocalBranchResponse) XXX_Merge(src proto.Message)

func (*FindLocalBranchResponse) XXX_Size

func (m *FindLocalBranchResponse) XXX_Size() int

func (*FindLocalBranchResponse) XXX_Unmarshal

func (m *FindLocalBranchResponse) XXX_Unmarshal(b []byte) error

type FindLocalBranchesRequest

type FindLocalBranchesRequest struct {
	Repository *Repository                     `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	SortBy     FindLocalBranchesRequest_SortBy `protobuf:"varint,2,opt,name=sort_by,json=sortBy,proto3,enum=gitaly.FindLocalBranchesRequest_SortBy" json:"sort_by,omitempty"`
	// The page token is the branch name, with the `refs/heads/` prefix, for
	// example "refs/heads/master". After the first branch name is encountered
	// which lexicographically exceeds the page token, it will be the first result
	// send as part of the response.
	PaginationParams     *PaginationParameter `protobuf:"bytes,3,opt,name=pagination_params,json=paginationParams,proto3" json:"pagination_params,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*FindLocalBranchesRequest) Descriptor

func (*FindLocalBranchesRequest) Descriptor() ([]byte, []int)

func (*FindLocalBranchesRequest) GetPaginationParams

func (m *FindLocalBranchesRequest) GetPaginationParams() *PaginationParameter

func (*FindLocalBranchesRequest) GetRepository

func (m *FindLocalBranchesRequest) GetRepository() *Repository

func (*FindLocalBranchesRequest) GetSortBy

func (*FindLocalBranchesRequest) ProtoMessage

func (*FindLocalBranchesRequest) ProtoMessage()

func (*FindLocalBranchesRequest) Reset

func (m *FindLocalBranchesRequest) Reset()

func (*FindLocalBranchesRequest) String

func (m *FindLocalBranchesRequest) String() string

func (*FindLocalBranchesRequest) XXX_DiscardUnknown

func (m *FindLocalBranchesRequest) XXX_DiscardUnknown()

func (*FindLocalBranchesRequest) XXX_Marshal

func (m *FindLocalBranchesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindLocalBranchesRequest) XXX_Merge

func (m *FindLocalBranchesRequest) XXX_Merge(src proto.Message)

func (*FindLocalBranchesRequest) XXX_Size

func (m *FindLocalBranchesRequest) XXX_Size() int

func (*FindLocalBranchesRequest) XXX_Unmarshal

func (m *FindLocalBranchesRequest) XXX_Unmarshal(b []byte) error

type FindLocalBranchesRequest_SortBy

type FindLocalBranchesRequest_SortBy int32
const (
	FindLocalBranchesRequest_NAME         FindLocalBranchesRequest_SortBy = 0
	FindLocalBranchesRequest_UPDATED_ASC  FindLocalBranchesRequest_SortBy = 1
	FindLocalBranchesRequest_UPDATED_DESC FindLocalBranchesRequest_SortBy = 2
)

func (FindLocalBranchesRequest_SortBy) EnumDescriptor

func (FindLocalBranchesRequest_SortBy) EnumDescriptor() ([]byte, []int)

func (FindLocalBranchesRequest_SortBy) String

type FindLocalBranchesResponse

type FindLocalBranchesResponse struct {
	Branches             []*FindLocalBranchResponse `protobuf:"bytes,1,rep,name=branches,proto3" json:"branches,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*FindLocalBranchesResponse) Descriptor

func (*FindLocalBranchesResponse) Descriptor() ([]byte, []int)

func (*FindLocalBranchesResponse) GetBranches

func (*FindLocalBranchesResponse) ProtoMessage

func (*FindLocalBranchesResponse) ProtoMessage()

func (*FindLocalBranchesResponse) Reset

func (m *FindLocalBranchesResponse) Reset()

func (*FindLocalBranchesResponse) String

func (m *FindLocalBranchesResponse) String() string

func (*FindLocalBranchesResponse) XXX_DiscardUnknown

func (m *FindLocalBranchesResponse) XXX_DiscardUnknown()

func (*FindLocalBranchesResponse) XXX_Marshal

func (m *FindLocalBranchesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindLocalBranchesResponse) XXX_Merge

func (m *FindLocalBranchesResponse) XXX_Merge(src proto.Message)

func (*FindLocalBranchesResponse) XXX_Size

func (m *FindLocalBranchesResponse) XXX_Size() int

func (*FindLocalBranchesResponse) XXX_Unmarshal

func (m *FindLocalBranchesResponse) XXX_Unmarshal(b []byte) error

type FindMergeBaseRequest

type FindMergeBaseRequest struct {
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// We use a repeated field because rugged supports finding a base
	// for more than 2 revisions, so if we needed that in the future we don't
	// need to change the protocol.
	Revisions            [][]byte `protobuf:"bytes,2,rep,name=revisions,proto3" json:"revisions,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FindMergeBaseRequest) Descriptor

func (*FindMergeBaseRequest) Descriptor() ([]byte, []int)

func (*FindMergeBaseRequest) GetRepository

func (m *FindMergeBaseRequest) GetRepository() *Repository

func (*FindMergeBaseRequest) GetRevisions

func (m *FindMergeBaseRequest) GetRevisions() [][]byte

func (*FindMergeBaseRequest) ProtoMessage

func (*FindMergeBaseRequest) ProtoMessage()

func (*FindMergeBaseRequest) Reset

func (m *FindMergeBaseRequest) Reset()

func (*FindMergeBaseRequest) String

func (m *FindMergeBaseRequest) String() string

func (*FindMergeBaseRequest) XXX_DiscardUnknown

func (m *FindMergeBaseRequest) XXX_DiscardUnknown()

func (*FindMergeBaseRequest) XXX_Marshal

func (m *FindMergeBaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindMergeBaseRequest) XXX_Merge

func (m *FindMergeBaseRequest) XXX_Merge(src proto.Message)

func (*FindMergeBaseRequest) XXX_Size

func (m *FindMergeBaseRequest) XXX_Size() int

func (*FindMergeBaseRequest) XXX_Unmarshal

func (m *FindMergeBaseRequest) XXX_Unmarshal(b []byte) error

type FindMergeBaseResponse

type FindMergeBaseResponse struct {
	Base                 string   `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FindMergeBaseResponse) Descriptor

func (*FindMergeBaseResponse) Descriptor() ([]byte, []int)

func (*FindMergeBaseResponse) GetBase

func (m *FindMergeBaseResponse) GetBase() string

func (*FindMergeBaseResponse) ProtoMessage

func (*FindMergeBaseResponse) ProtoMessage()

func (*FindMergeBaseResponse) Reset

func (m *FindMergeBaseResponse) Reset()

func (*FindMergeBaseResponse) String

func (m *FindMergeBaseResponse) String() string

func (*FindMergeBaseResponse) XXX_DiscardUnknown

func (m *FindMergeBaseResponse) XXX_DiscardUnknown()

func (*FindMergeBaseResponse) XXX_Marshal

func (m *FindMergeBaseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindMergeBaseResponse) XXX_Merge

func (m *FindMergeBaseResponse) XXX_Merge(src proto.Message)

func (*FindMergeBaseResponse) XXX_Size

func (m *FindMergeBaseResponse) XXX_Size() int

func (*FindMergeBaseResponse) XXX_Unmarshal

func (m *FindMergeBaseResponse) XXX_Unmarshal(b []byte) error

type FindRefNameRequest

type FindRefNameRequest struct {
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// Require that the resulting ref contains this commit as an ancestor
	CommitId string `protobuf:"bytes,2,opt,name=commit_id,json=commitId,proto3" json:"commit_id,omitempty"`
	// Example prefix: "refs/heads/". Type bytes because that is the type of ref names.
	Prefix               []byte   `protobuf:"bytes,3,opt,name=prefix,proto3" json:"prefix,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FindRefNameRequest) Descriptor

func (*FindRefNameRequest) Descriptor() ([]byte, []int)

func (*FindRefNameRequest) GetCommitId

func (m *FindRefNameRequest) GetCommitId() string

func (*FindRefNameRequest) GetPrefix

func (m *FindRefNameRequest) GetPrefix() []byte

func (*FindRefNameRequest) GetRepository

func (m *FindRefNameRequest) GetRepository() *Repository

func (*FindRefNameRequest) ProtoMessage

func (*FindRefNameRequest) ProtoMessage()

func (*FindRefNameRequest) Reset

func (m *FindRefNameRequest) Reset()

func (*FindRefNameRequest) String

func (m *FindRefNameRequest) String() string

func (*FindRefNameRequest) XXX_DiscardUnknown

func (m *FindRefNameRequest) XXX_DiscardUnknown()

func (*FindRefNameRequest) XXX_Marshal

func (m *FindRefNameRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindRefNameRequest) XXX_Merge

func (m *FindRefNameRequest) XXX_Merge(src proto.Message)

func (*FindRefNameRequest) XXX_Size

func (m *FindRefNameRequest) XXX_Size() int

func (*FindRefNameRequest) XXX_Unmarshal

func (m *FindRefNameRequest) XXX_Unmarshal(b []byte) error

type FindRefNameResponse

type FindRefNameResponse struct {
	// Example name: "refs/heads/master". Cannot assume UTF8, so the type is bytes.
	Name                 []byte   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FindRefNameResponse) Descriptor

func (*FindRefNameResponse) Descriptor() ([]byte, []int)

func (*FindRefNameResponse) GetName

func (m *FindRefNameResponse) GetName() []byte

func (*FindRefNameResponse) ProtoMessage

func (*FindRefNameResponse) ProtoMessage()

func (*FindRefNameResponse) Reset

func (m *FindRefNameResponse) Reset()

func (*FindRefNameResponse) String

func (m *FindRefNameResponse) String() string

func (*FindRefNameResponse) XXX_DiscardUnknown

func (m *FindRefNameResponse) XXX_DiscardUnknown()

func (*FindRefNameResponse) XXX_Marshal

func (m *FindRefNameResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindRefNameResponse) XXX_Merge

func (m *FindRefNameResponse) XXX_Merge(src proto.Message)

func (*FindRefNameResponse) XXX_Size

func (m *FindRefNameResponse) XXX_Size() int

func (*FindRefNameResponse) XXX_Unmarshal

func (m *FindRefNameResponse) XXX_Unmarshal(b []byte) error

type FindRemoteRepositoryRequest

type FindRemoteRepositoryRequest struct {
	Remote string `protobuf:"bytes,1,opt,name=remote,proto3" json:"remote,omitempty"`
	// This field is used to redirect request to proper storage where it can be handled.
	// As of now it doesn't matter what storage will be used, but it still must be a valid.
	// For more details: https://gitlab.com/gitlab-org/gitaly/-/issues/2442
	StorageName          string   `protobuf:"bytes,2,opt,name=storage_name,json=storageName,proto3" json:"storage_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FindRemoteRepositoryRequest) Descriptor

func (*FindRemoteRepositoryRequest) Descriptor() ([]byte, []int)

func (*FindRemoteRepositoryRequest) GetRemote

func (m *FindRemoteRepositoryRequest) GetRemote() string

func (*FindRemoteRepositoryRequest) GetStorageName

func (m *FindRemoteRepositoryRequest) GetStorageName() string

func (*FindRemoteRepositoryRequest) ProtoMessage

func (*FindRemoteRepositoryRequest) ProtoMessage()

func (*FindRemoteRepositoryRequest) Reset

func (m *FindRemoteRepositoryRequest) Reset()

func (*FindRemoteRepositoryRequest) String

func (m *FindRemoteRepositoryRequest) String() string

func (*FindRemoteRepositoryRequest) XXX_DiscardUnknown

func (m *FindRemoteRepositoryRequest) XXX_DiscardUnknown()

func (*FindRemoteRepositoryRequest) XXX_Marshal

func (m *FindRemoteRepositoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindRemoteRepositoryRequest) XXX_Merge

func (m *FindRemoteRepositoryRequest) XXX_Merge(src proto.Message)

func (*FindRemoteRepositoryRequest) XXX_Size

func (m *FindRemoteRepositoryRequest) XXX_Size() int

func (*FindRemoteRepositoryRequest) XXX_Unmarshal

func (m *FindRemoteRepositoryRequest) XXX_Unmarshal(b []byte) error

type FindRemoteRepositoryResponse

type FindRemoteRepositoryResponse struct {
	Exists               bool     `protobuf:"varint,1,opt,name=exists,proto3" json:"exists,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

This migth throw a GRPC Unavailable code, to signal the request failure is transient.

func (*FindRemoteRepositoryResponse) Descriptor

func (*FindRemoteRepositoryResponse) Descriptor() ([]byte, []int)

func (*FindRemoteRepositoryResponse) GetExists

func (m *FindRemoteRepositoryResponse) GetExists() bool

func (*FindRemoteRepositoryResponse) ProtoMessage

func (*FindRemoteRepositoryResponse) ProtoMessage()

func (*FindRemoteRepositoryResponse) Reset

func (m *FindRemoteRepositoryResponse) Reset()

func (*FindRemoteRepositoryResponse) String

func (*FindRemoteRepositoryResponse) XXX_DiscardUnknown

func (m *FindRemoteRepositoryResponse) XXX_DiscardUnknown()

func (*FindRemoteRepositoryResponse) XXX_Marshal

func (m *FindRemoteRepositoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindRemoteRepositoryResponse) XXX_Merge

func (m *FindRemoteRepositoryResponse) XXX_Merge(src proto.Message)

func (*FindRemoteRepositoryResponse) XXX_Size

func (m *FindRemoteRepositoryResponse) XXX_Size() int

func (*FindRemoteRepositoryResponse) XXX_Unmarshal

func (m *FindRemoteRepositoryResponse) XXX_Unmarshal(b []byte) error

type FindRemoteRootRefRequest

type FindRemoteRootRefRequest struct {
	// Repository is the repository in which the request shall be executed in. If
	// a remote name is given, then this is the repository in which the remote
	// will be looked up.
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// Remote is the name of the remote of which the root reference shall be
	// looked up. The remote must have been created before this call. This
	// parameter is deprecated in favor of `RemoteUrl`, see
	// https://gitlab.com/gitlab-org/gitaly/-/issues/1773.
	Remote string `protobuf:"bytes,2,opt,name=remote,proto3" json:"remote,omitempty"` // Deprecated: Do not use.
	// RemoteUrl specifies the remote repository URL which should be fetched from.
	RemoteUrl string `protobuf:"bytes,3,opt,name=remote_url,json=remoteUrl,proto3" json:"remote_url,omitempty"`
	// HttpAuthorizationHeader is the HTTP header which should be added to the
	// request in order to authenticate against the repository.
	HttpAuthorizationHeader string   `` /* 132-byte string literal not displayed */
	XXX_NoUnkeyedLiteral    struct{} `json:"-"`
	XXX_unrecognized        []byte   `json:"-"`
	XXX_sizecache           int32    `json:"-"`
}

FindRemoteRootRefRequest represents a request for the FindRemoteRootRef RPC.

func (*FindRemoteRootRefRequest) Descriptor

func (*FindRemoteRootRefRequest) Descriptor() ([]byte, []int)

func (*FindRemoteRootRefRequest) GetHttpAuthorizationHeader

func (m *FindRemoteRootRefRequest) GetHttpAuthorizationHeader() string

func (*FindRemoteRootRefRequest) GetRemote deprecated

func (m *FindRemoteRootRefRequest) GetRemote() string

Deprecated: Do not use.

func (*FindRemoteRootRefRequest) GetRemoteUrl

func (m *FindRemoteRootRefRequest) GetRemoteUrl() string

func (*FindRemoteRootRefRequest) GetRepository

func (m *FindRemoteRootRefRequest) GetRepository() *Repository

func (*FindRemoteRootRefRequest) ProtoMessage

func (*FindRemoteRootRefRequest) ProtoMessage()

func (*FindRemoteRootRefRequest) Reset

func (m *FindRemoteRootRefRequest) Reset()

func (*FindRemoteRootRefRequest) String

func (m *FindRemoteRootRefRequest) String() string

func (*FindRemoteRootRefRequest) XXX_DiscardUnknown

func (m *FindRemoteRootRefRequest) XXX_DiscardUnknown()

func (*FindRemoteRootRefRequest) XXX_Marshal

func (m *FindRemoteRootRefRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindRemoteRootRefRequest) XXX_Merge

func (m *FindRemoteRootRefRequest) XXX_Merge(src proto.Message)

func (*FindRemoteRootRefRequest) XXX_Size

func (m *FindRemoteRootRefRequest) XXX_Size() int

func (*FindRemoteRootRefRequest) XXX_Unmarshal

func (m *FindRemoteRootRefRequest) XXX_Unmarshal(b []byte) error

type FindRemoteRootRefResponse

type FindRemoteRootRefResponse struct {
	// Ref is the name of the remote root reference.
	Ref                  string   `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

FindRemoteRootRefResponse represents the response for the FindRemoteRootRef request.

func (*FindRemoteRootRefResponse) Descriptor

func (*FindRemoteRootRefResponse) Descriptor() ([]byte, []int)

func (*FindRemoteRootRefResponse) GetRef

func (m *FindRemoteRootRefResponse) GetRef() string

func (*FindRemoteRootRefResponse) ProtoMessage

func (*FindRemoteRootRefResponse) ProtoMessage()

func (*FindRemoteRootRefResponse) Reset

func (m *FindRemoteRootRefResponse) Reset()

func (*FindRemoteRootRefResponse) String

func (m *FindRemoteRootRefResponse) String() string

func (*FindRemoteRootRefResponse) XXX_DiscardUnknown

func (m *FindRemoteRootRefResponse) XXX_DiscardUnknown()

func (*FindRemoteRootRefResponse) XXX_Marshal

func (m *FindRemoteRootRefResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindRemoteRootRefResponse) XXX_Merge

func (m *FindRemoteRootRefResponse) XXX_Merge(src proto.Message)

func (*FindRemoteRootRefResponse) XXX_Size

func (m *FindRemoteRootRefResponse) XXX_Size() int

func (*FindRemoteRootRefResponse) XXX_Unmarshal

func (m *FindRemoteRootRefResponse) XXX_Unmarshal(b []byte) error

type FindTagRequest

type FindTagRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	TagName              []byte      `protobuf:"bytes,2,opt,name=tag_name,json=tagName,proto3" json:"tag_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*FindTagRequest) Descriptor

func (*FindTagRequest) Descriptor() ([]byte, []int)

func (*FindTagRequest) GetRepository

func (m *FindTagRequest) GetRepository() *Repository

func (*FindTagRequest) GetTagName

func (m *FindTagRequest) GetTagName() []byte

func (*FindTagRequest) ProtoMessage

func (*FindTagRequest) ProtoMessage()

func (*FindTagRequest) Reset

func (m *FindTagRequest) Reset()

func (*FindTagRequest) String

func (m *FindTagRequest) String() string

func (*FindTagRequest) XXX_DiscardUnknown

func (m *FindTagRequest) XXX_DiscardUnknown()

func (*FindTagRequest) XXX_Marshal

func (m *FindTagRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindTagRequest) XXX_Merge

func (m *FindTagRequest) XXX_Merge(src proto.Message)

func (*FindTagRequest) XXX_Size

func (m *FindTagRequest) XXX_Size() int

func (*FindTagRequest) XXX_Unmarshal

func (m *FindTagRequest) XXX_Unmarshal(b []byte) error

type FindTagResponse

type FindTagResponse struct {
	Tag                  *Tag     `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FindTagResponse) Descriptor

func (*FindTagResponse) Descriptor() ([]byte, []int)

func (*FindTagResponse) GetTag

func (m *FindTagResponse) GetTag() *Tag

func (*FindTagResponse) ProtoMessage

func (*FindTagResponse) ProtoMessage()

func (*FindTagResponse) Reset

func (m *FindTagResponse) Reset()

func (*FindTagResponse) String

func (m *FindTagResponse) String() string

func (*FindTagResponse) XXX_DiscardUnknown

func (m *FindTagResponse) XXX_DiscardUnknown()

func (*FindTagResponse) XXX_Marshal

func (m *FindTagResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindTagResponse) XXX_Merge

func (m *FindTagResponse) XXX_Merge(src proto.Message)

func (*FindTagResponse) XXX_Size

func (m *FindTagResponse) XXX_Size() int

func (*FindTagResponse) XXX_Unmarshal

func (m *FindTagResponse) XXX_Unmarshal(b []byte) error

type FsckRequest

type FsckRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*FsckRequest) Descriptor

func (*FsckRequest) Descriptor() ([]byte, []int)

func (*FsckRequest) GetRepository

func (m *FsckRequest) GetRepository() *Repository

func (*FsckRequest) ProtoMessage

func (*FsckRequest) ProtoMessage()

func (*FsckRequest) Reset

func (m *FsckRequest) Reset()

func (*FsckRequest) String

func (m *FsckRequest) String() string

func (*FsckRequest) XXX_DiscardUnknown

func (m *FsckRequest) XXX_DiscardUnknown()

func (*FsckRequest) XXX_Marshal

func (m *FsckRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FsckRequest) XXX_Merge

func (m *FsckRequest) XXX_Merge(src proto.Message)

func (*FsckRequest) XXX_Size

func (m *FsckRequest) XXX_Size() int

func (*FsckRequest) XXX_Unmarshal

func (m *FsckRequest) XXX_Unmarshal(b []byte) error

type FsckResponse

type FsckResponse struct {
	Error                []byte   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FsckResponse) Descriptor

func (*FsckResponse) Descriptor() ([]byte, []int)

func (*FsckResponse) GetError

func (m *FsckResponse) GetError() []byte

func (*FsckResponse) ProtoMessage

func (*FsckResponse) ProtoMessage()

func (*FsckResponse) Reset

func (m *FsckResponse) Reset()

func (*FsckResponse) String

func (m *FsckResponse) String() string

func (*FsckResponse) XXX_DiscardUnknown

func (m *FsckResponse) XXX_DiscardUnknown()

func (*FsckResponse) XXX_Marshal

func (m *FsckResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FsckResponse) XXX_Merge

func (m *FsckResponse) XXX_Merge(src proto.Message)

func (*FsckResponse) XXX_Size

func (m *FsckResponse) XXX_Size() int

func (*FsckResponse) XXX_Unmarshal

func (m *FsckResponse) XXX_Unmarshal(b []byte) error

type GarbageCollectRequest

type GarbageCollectRequest struct {
	Repository   *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	CreateBitmap bool        `protobuf:"varint,2,opt,name=create_bitmap,json=createBitmap,proto3" json:"create_bitmap,omitempty"`
	// If set to 'true' the 'gc' will be triggered with '--prune=24.hours.ago' flag.
	// This will remove dangling objects from the object storage that were not modified in the last 24 hours.
	// If 'false' provided the 'gc' will rely on the default expiration period (2 weeks).
	// The window of 24 hours exists because of possible concurrent operations running on the same
	// storage and removal of the objects may cause races and fail concurrent operations.
	Prune                bool     `protobuf:"varint,3,opt,name=prune,proto3" json:"prune,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GarbageCollectRequest) Descriptor

func (*GarbageCollectRequest) Descriptor() ([]byte, []int)

func (*GarbageCollectRequest) GetCreateBitmap

func (m *GarbageCollectRequest) GetCreateBitmap() bool

func (*GarbageCollectRequest) GetPrune

func (m *GarbageCollectRequest) GetPrune() bool

func (*GarbageCollectRequest) GetRepository

func (m *GarbageCollectRequest) GetRepository() *Repository

func (*GarbageCollectRequest) ProtoMessage

func (*GarbageCollectRequest) ProtoMessage()

func (*GarbageCollectRequest) Reset

func (m *GarbageCollectRequest) Reset()

func (*GarbageCollectRequest) String

func (m *GarbageCollectRequest) String() string

func (*GarbageCollectRequest) XXX_DiscardUnknown

func (m *GarbageCollectRequest) XXX_DiscardUnknown()

func (*GarbageCollectRequest) XXX_Marshal

func (m *GarbageCollectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GarbageCollectRequest) XXX_Merge

func (m *GarbageCollectRequest) XXX_Merge(src proto.Message)

func (*GarbageCollectRequest) XXX_Size

func (m *GarbageCollectRequest) XXX_Size() int

func (*GarbageCollectRequest) XXX_Unmarshal

func (m *GarbageCollectRequest) XXX_Unmarshal(b []byte) error

type GarbageCollectResponse

type GarbageCollectResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GarbageCollectResponse) Descriptor

func (*GarbageCollectResponse) Descriptor() ([]byte, []int)

func (*GarbageCollectResponse) ProtoMessage

func (*GarbageCollectResponse) ProtoMessage()

func (*GarbageCollectResponse) Reset

func (m *GarbageCollectResponse) Reset()

func (*GarbageCollectResponse) String

func (m *GarbageCollectResponse) String() string

func (*GarbageCollectResponse) XXX_DiscardUnknown

func (m *GarbageCollectResponse) XXX_DiscardUnknown()

func (*GarbageCollectResponse) XXX_Marshal

func (m *GarbageCollectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GarbageCollectResponse) XXX_Merge

func (m *GarbageCollectResponse) XXX_Merge(src proto.Message)

func (*GarbageCollectResponse) XXX_Size

func (m *GarbageCollectResponse) XXX_Size() int

func (*GarbageCollectResponse) XXX_Unmarshal

func (m *GarbageCollectResponse) XXX_Unmarshal(b []byte) error

type GetArchiveRequest

type GetArchiveRequest struct {
	Repository *Repository              `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	CommitId   string                   `protobuf:"bytes,2,opt,name=commit_id,json=commitId,proto3" json:"commit_id,omitempty"`
	Prefix     string                   `protobuf:"bytes,3,opt,name=prefix,proto3" json:"prefix,omitempty"`
	Format     GetArchiveRequest_Format `protobuf:"varint,4,opt,name=format,proto3,enum=gitaly.GetArchiveRequest_Format" json:"format,omitempty"`
	Path       []byte                   `protobuf:"bytes,5,opt,name=path,proto3" json:"path,omitempty"`
	Exclude    [][]byte                 `protobuf:"bytes,6,rep,name=exclude,proto3" json:"exclude,omitempty"`
	// If `elide_path` is true and `path` refers to a subdirectory, that
	// subdirectory will be elided from archive entries. For example, if `dir`
	// contains `README.md`, with `elide_path = false` the corresponding entry
	// will be `dir/README.md`; with `elide_path = true`, the entry will be
	// `README.md`. `elide_path` has no effect if `path` refers to the repository
	// root. `elide_path = true` is not supported if `path` refers to a file.
	ElidePath            bool     `protobuf:"varint,7,opt,name=elide_path,json=elidePath,proto3" json:"elide_path,omitempty"`
	IncludeLfsBlobs      bool     `protobuf:"varint,8,opt,name=include_lfs_blobs,json=includeLfsBlobs,proto3" json:"include_lfs_blobs,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetArchiveRequest) Descriptor

func (*GetArchiveRequest) Descriptor() ([]byte, []int)

func (*GetArchiveRequest) GetCommitId

func (m *GetArchiveRequest) GetCommitId() string

func (*GetArchiveRequest) GetElidePath

func (m *GetArchiveRequest) GetElidePath() bool

func (*GetArchiveRequest) GetExclude

func (m *GetArchiveRequest) GetExclude() [][]byte

func (*GetArchiveRequest) GetFormat

func (*GetArchiveRequest) GetIncludeLfsBlobs

func (m *GetArchiveRequest) GetIncludeLfsBlobs() bool

func (*GetArchiveRequest) GetPath

func (m *GetArchiveRequest) GetPath() []byte

func (*GetArchiveRequest) GetPrefix

func (m *GetArchiveRequest) GetPrefix() string

func (*GetArchiveRequest) GetRepository

func (m *GetArchiveRequest) GetRepository() *Repository

func (*GetArchiveRequest) ProtoMessage

func (*GetArchiveRequest) ProtoMessage()

func (*GetArchiveRequest) Reset

func (m *GetArchiveRequest) Reset()

func (*GetArchiveRequest) String

func (m *GetArchiveRequest) String() string

func (*GetArchiveRequest) XXX_DiscardUnknown

func (m *GetArchiveRequest) XXX_DiscardUnknown()

func (*GetArchiveRequest) XXX_Marshal

func (m *GetArchiveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetArchiveRequest) XXX_Merge

func (m *GetArchiveRequest) XXX_Merge(src proto.Message)

func (*GetArchiveRequest) XXX_Size

func (m *GetArchiveRequest) XXX_Size() int

func (*GetArchiveRequest) XXX_Unmarshal

func (m *GetArchiveRequest) XXX_Unmarshal(b []byte) error

type GetArchiveRequest_Format

type GetArchiveRequest_Format int32
const (
	GetArchiveRequest_ZIP     GetArchiveRequest_Format = 0
	GetArchiveRequest_TAR     GetArchiveRequest_Format = 1
	GetArchiveRequest_TAR_GZ  GetArchiveRequest_Format = 2
	GetArchiveRequest_TAR_BZ2 GetArchiveRequest_Format = 3
)

func (GetArchiveRequest_Format) EnumDescriptor

func (GetArchiveRequest_Format) EnumDescriptor() ([]byte, []int)

func (GetArchiveRequest_Format) String

func (x GetArchiveRequest_Format) String() string

type GetArchiveResponse

type GetArchiveResponse struct {
	Data                 []byte   `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetArchiveResponse) Descriptor

func (*GetArchiveResponse) Descriptor() ([]byte, []int)

func (*GetArchiveResponse) GetData

func (m *GetArchiveResponse) GetData() []byte

func (*GetArchiveResponse) ProtoMessage

func (*GetArchiveResponse) ProtoMessage()

func (*GetArchiveResponse) Reset

func (m *GetArchiveResponse) Reset()

func (*GetArchiveResponse) String

func (m *GetArchiveResponse) String() string

func (*GetArchiveResponse) XXX_DiscardUnknown

func (m *GetArchiveResponse) XXX_DiscardUnknown()

func (*GetArchiveResponse) XXX_Marshal

func (m *GetArchiveResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetArchiveResponse) XXX_Merge

func (m *GetArchiveResponse) XXX_Merge(src proto.Message)

func (*GetArchiveResponse) XXX_Size

func (m *GetArchiveResponse) XXX_Size() int

func (*GetArchiveResponse) XXX_Unmarshal

func (m *GetArchiveResponse) XXX_Unmarshal(b []byte) error

type GetBlobRequest

type GetBlobRequest struct {
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// Object ID (SHA1) of the blob we want to get
	Oid string `protobuf:"bytes,2,opt,name=oid,proto3" json:"oid,omitempty"`
	// Maximum number of bytes we want to receive. Use '-1' to get the full blob no matter how big.
	Limit                int64    `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetBlobRequest) Descriptor

func (*GetBlobRequest) Descriptor() ([]byte, []int)

func (*GetBlobRequest) GetLimit

func (m *GetBlobRequest) GetLimit() int64

func (*GetBlobRequest) GetOid

func (m *GetBlobRequest) GetOid() string

func (*GetBlobRequest) GetRepository

func (m *GetBlobRequest) GetRepository() *Repository

func (*GetBlobRequest) ProtoMessage

func (*GetBlobRequest) ProtoMessage()

func (*GetBlobRequest) Reset

func (m *GetBlobRequest) Reset()

func (*GetBlobRequest) String

func (m *GetBlobRequest) String() string

func (*GetBlobRequest) XXX_DiscardUnknown

func (m *GetBlobRequest) XXX_DiscardUnknown()

func (*GetBlobRequest) XXX_Marshal

func (m *GetBlobRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlobRequest) XXX_Merge

func (m *GetBlobRequest) XXX_Merge(src proto.Message)

func (*GetBlobRequest) XXX_Size

func (m *GetBlobRequest) XXX_Size() int

func (*GetBlobRequest) XXX_Unmarshal

func (m *GetBlobRequest) XXX_Unmarshal(b []byte) error

type GetBlobResponse

type GetBlobResponse struct {
	// Blob size; present only in first response message
	Size int64 `protobuf:"varint,1,opt,name=size,proto3" json:"size,omitempty"`
	// Chunk of blob data
	Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// Object ID of the actual blob returned. Empty if no blob was found.
	Oid                  string   `protobuf:"bytes,3,opt,name=oid,proto3" json:"oid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetBlobResponse) Descriptor

func (*GetBlobResponse) Descriptor() ([]byte, []int)

func (*GetBlobResponse) GetData

func (m *GetBlobResponse) GetData() []byte

func (*GetBlobResponse) GetOid

func (m *GetBlobResponse) GetOid() string

func (*GetBlobResponse) GetSize

func (m *GetBlobResponse) GetSize() int64

func (*GetBlobResponse) ProtoMessage

func (*GetBlobResponse) ProtoMessage()

func (*GetBlobResponse) Reset

func (m *GetBlobResponse) Reset()

func (*GetBlobResponse) String

func (m *GetBlobResponse) String() string

func (*GetBlobResponse) XXX_DiscardUnknown

func (m *GetBlobResponse) XXX_DiscardUnknown()

func (*GetBlobResponse) XXX_Marshal

func (m *GetBlobResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlobResponse) XXX_Merge

func (m *GetBlobResponse) XXX_Merge(src proto.Message)

func (*GetBlobResponse) XXX_Size

func (m *GetBlobResponse) XXX_Size() int

func (*GetBlobResponse) XXX_Unmarshal

func (m *GetBlobResponse) XXX_Unmarshal(b []byte) error

type GetBlobsRequest

type GetBlobsRequest struct {
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// Revision/Path pairs of the blobs we want to get.
	RevisionPaths []*GetBlobsRequest_RevisionPath `protobuf:"bytes,2,rep,name=revision_paths,json=revisionPaths,proto3" json:"revision_paths,omitempty"`
	// Maximum number of bytes we want to receive. Use '-1' to get the full blobs no matter how big.
	Limit                int64    `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetBlobsRequest) Descriptor

func (*GetBlobsRequest) Descriptor() ([]byte, []int)

func (*GetBlobsRequest) GetLimit

func (m *GetBlobsRequest) GetLimit() int64

func (*GetBlobsRequest) GetRepository

func (m *GetBlobsRequest) GetRepository() *Repository

func (*GetBlobsRequest) GetRevisionPaths

func (m *GetBlobsRequest) GetRevisionPaths() []*GetBlobsRequest_RevisionPath

func (*GetBlobsRequest) ProtoMessage

func (*GetBlobsRequest) ProtoMessage()

func (*GetBlobsRequest) Reset

func (m *GetBlobsRequest) Reset()

func (*GetBlobsRequest) String

func (m *GetBlobsRequest) String() string

func (*GetBlobsRequest) XXX_DiscardUnknown

func (m *GetBlobsRequest) XXX_DiscardUnknown()

func (*GetBlobsRequest) XXX_Marshal

func (m *GetBlobsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlobsRequest) XXX_Merge

func (m *GetBlobsRequest) XXX_Merge(src proto.Message)

func (*GetBlobsRequest) XXX_Size

func (m *GetBlobsRequest) XXX_Size() int

func (*GetBlobsRequest) XXX_Unmarshal

func (m *GetBlobsRequest) XXX_Unmarshal(b []byte) error

type GetBlobsRequest_RevisionPath

type GetBlobsRequest_RevisionPath struct {
	Revision             string   `protobuf:"bytes,1,opt,name=revision,proto3" json:"revision,omitempty"`
	Path                 []byte   `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetBlobsRequest_RevisionPath) Descriptor

func (*GetBlobsRequest_RevisionPath) Descriptor() ([]byte, []int)

func (*GetBlobsRequest_RevisionPath) GetPath

func (m *GetBlobsRequest_RevisionPath) GetPath() []byte

func (*GetBlobsRequest_RevisionPath) GetRevision

func (m *GetBlobsRequest_RevisionPath) GetRevision() string

func (*GetBlobsRequest_RevisionPath) ProtoMessage

func (*GetBlobsRequest_RevisionPath) ProtoMessage()

func (*GetBlobsRequest_RevisionPath) Reset

func (m *GetBlobsRequest_RevisionPath) Reset()

func (*GetBlobsRequest_RevisionPath) String

func (*GetBlobsRequest_RevisionPath) XXX_DiscardUnknown

func (m *GetBlobsRequest_RevisionPath) XXX_DiscardUnknown()

func (*GetBlobsRequest_RevisionPath) XXX_Marshal

func (m *GetBlobsRequest_RevisionPath) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlobsRequest_RevisionPath) XXX_Merge

func (m *GetBlobsRequest_RevisionPath) XXX_Merge(src proto.Message)

func (*GetBlobsRequest_RevisionPath) XXX_Size

func (m *GetBlobsRequest_RevisionPath) XXX_Size() int

func (*GetBlobsRequest_RevisionPath) XXX_Unmarshal

func (m *GetBlobsRequest_RevisionPath) XXX_Unmarshal(b []byte) error

type GetBlobsResponse

type GetBlobsResponse struct {
	// Blob size; present only on the first message per blob
	Size int64 `protobuf:"varint,1,opt,name=size,proto3" json:"size,omitempty"`
	// Chunk of blob data, could span over multiple messages.
	Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// Object ID of the current blob. Only present on the first message per blob. Empty if no blob was found.
	Oid                  string     `protobuf:"bytes,3,opt,name=oid,proto3" json:"oid,omitempty"`
	IsSubmodule          bool       `protobuf:"varint,4,opt,name=is_submodule,json=isSubmodule,proto3" json:"is_submodule,omitempty"`
	Mode                 int32      `protobuf:"varint,5,opt,name=mode,proto3" json:"mode,omitempty"`
	Revision             string     `protobuf:"bytes,6,opt,name=revision,proto3" json:"revision,omitempty"`
	Path                 []byte     `protobuf:"bytes,7,opt,name=path,proto3" json:"path,omitempty"`
	Type                 ObjectType `protobuf:"varint,8,opt,name=type,proto3,enum=gitaly.ObjectType" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*GetBlobsResponse) Descriptor

func (*GetBlobsResponse) Descriptor() ([]byte, []int)

func (*GetBlobsResponse) GetData

func (m *GetBlobsResponse) GetData() []byte

func (*GetBlobsResponse) GetIsSubmodule

func (m *GetBlobsResponse) GetIsSubmodule() bool

func (*GetBlobsResponse) GetMode

func (m *GetBlobsResponse) GetMode() int32

func (*GetBlobsResponse) GetOid

func (m *GetBlobsResponse) GetOid() string

func (*GetBlobsResponse) GetPath

func (m *GetBlobsResponse) GetPath() []byte

func (*GetBlobsResponse) GetRevision

func (m *GetBlobsResponse) GetRevision() string

func (*GetBlobsResponse) GetSize

func (m *GetBlobsResponse) GetSize() int64

func (*GetBlobsResponse) GetType

func (m *GetBlobsResponse) GetType() ObjectType

func (*GetBlobsResponse) ProtoMessage

func (*GetBlobsResponse) ProtoMessage()

func (*GetBlobsResponse) Reset

func (m *GetBlobsResponse) Reset()

func (*GetBlobsResponse) String

func (m *GetBlobsResponse) String() string

func (*GetBlobsResponse) XXX_DiscardUnknown

func (m *GetBlobsResponse) XXX_DiscardUnknown()

func (*GetBlobsResponse) XXX_Marshal

func (m *GetBlobsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlobsResponse) XXX_Merge

func (m *GetBlobsResponse) XXX_Merge(src proto.Message)

func (*GetBlobsResponse) XXX_Size

func (m *GetBlobsResponse) XXX_Size() int

func (*GetBlobsResponse) XXX_Unmarshal

func (m *GetBlobsResponse) XXX_Unmarshal(b []byte) error

type GetCommitMessagesRequest

type GetCommitMessagesRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	CommitIds            []string    `protobuf:"bytes,2,rep,name=commit_ids,json=commitIds,proto3" json:"commit_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*GetCommitMessagesRequest) Descriptor

func (*GetCommitMessagesRequest) Descriptor() ([]byte, []int)

func (*GetCommitMessagesRequest) GetCommitIds

func (m *GetCommitMessagesRequest) GetCommitIds() []string

func (*GetCommitMessagesRequest) GetRepository

func (m *GetCommitMessagesRequest) GetRepository() *Repository

func (*GetCommitMessagesRequest) ProtoMessage

func (*GetCommitMessagesRequest) ProtoMessage()

func (*GetCommitMessagesRequest) Reset

func (m *GetCommitMessagesRequest) Reset()

func (*GetCommitMessagesRequest) String

func (m *GetCommitMessagesRequest) String() string

func (*GetCommitMessagesRequest) XXX_DiscardUnknown

func (m *GetCommitMessagesRequest) XXX_DiscardUnknown()

func (*GetCommitMessagesRequest) XXX_Marshal

func (m *GetCommitMessagesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetCommitMessagesRequest) XXX_Merge

func (m *GetCommitMessagesRequest) XXX_Merge(src proto.Message)

func (*GetCommitMessagesRequest) XXX_Size

func (m *GetCommitMessagesRequest) XXX_Size() int

func (*GetCommitMessagesRequest) XXX_Unmarshal

func (m *GetCommitMessagesRequest) XXX_Unmarshal(b []byte) error

type GetCommitMessagesResponse

type GetCommitMessagesResponse struct {
	// Only present for a new commit message
	CommitId             string   `protobuf:"bytes,1,opt,name=commit_id,json=commitId,proto3" json:"commit_id,omitempty"`
	Message              []byte   `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetCommitMessagesResponse) Descriptor

func (*GetCommitMessagesResponse) Descriptor() ([]byte, []int)

func (*GetCommitMessagesResponse) GetCommitId

func (m *GetCommitMessagesResponse) GetCommitId() string

func (*GetCommitMessagesResponse) GetMessage

func (m *GetCommitMessagesResponse) GetMessage() []byte

func (*GetCommitMessagesResponse) ProtoMessage

func (*GetCommitMessagesResponse) ProtoMessage()

func (*GetCommitMessagesResponse) Reset

func (m *GetCommitMessagesResponse) Reset()

func (*GetCommitMessagesResponse) String

func (m *GetCommitMessagesResponse) String() string

func (*GetCommitMessagesResponse) XXX_DiscardUnknown

func (m *GetCommitMessagesResponse) XXX_DiscardUnknown()

func (*GetCommitMessagesResponse) XXX_Marshal

func (m *GetCommitMessagesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetCommitMessagesResponse) XXX_Merge

func (m *GetCommitMessagesResponse) XXX_Merge(src proto.Message)

func (*GetCommitMessagesResponse) XXX_Size

func (m *GetCommitMessagesResponse) XXX_Size() int

func (*GetCommitMessagesResponse) XXX_Unmarshal

func (m *GetCommitMessagesResponse) XXX_Unmarshal(b []byte) error

type GetCommitSignaturesRequest

type GetCommitSignaturesRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	CommitIds            []string    `protobuf:"bytes,2,rep,name=commit_ids,json=commitIds,proto3" json:"commit_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*GetCommitSignaturesRequest) Descriptor

func (*GetCommitSignaturesRequest) Descriptor() ([]byte, []int)

func (*GetCommitSignaturesRequest) GetCommitIds

func (m *GetCommitSignaturesRequest) GetCommitIds() []string

func (*GetCommitSignaturesRequest) GetRepository

func (m *GetCommitSignaturesRequest) GetRepository() *Repository

func (*GetCommitSignaturesRequest) ProtoMessage

func (*GetCommitSignaturesRequest) ProtoMessage()

func (*GetCommitSignaturesRequest) Reset

func (m *GetCommitSignaturesRequest) Reset()

func (*GetCommitSignaturesRequest) String

func (m *GetCommitSignaturesRequest) String() string

func (*GetCommitSignaturesRequest) XXX_DiscardUnknown

func (m *GetCommitSignaturesRequest) XXX_DiscardUnknown()

func (*GetCommitSignaturesRequest) XXX_Marshal

func (m *GetCommitSignaturesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetCommitSignaturesRequest) XXX_Merge

func (m *GetCommitSignaturesRequest) XXX_Merge(src proto.Message)

func (*GetCommitSignaturesRequest) XXX_Size

func (m *GetCommitSignaturesRequest) XXX_Size() int

func (*GetCommitSignaturesRequest) XXX_Unmarshal

func (m *GetCommitSignaturesRequest) XXX_Unmarshal(b []byte) error

type GetCommitSignaturesResponse

type GetCommitSignaturesResponse struct {
	// Only present for a new commit signature data.
	CommitId string `protobuf:"bytes,1,opt,name=commit_id,json=commitId,proto3" json:"commit_id,omitempty"`
	// See ExtractCommitSignatureResponse above for how these fields should be handled.
	Signature            []byte   `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	SignedText           []byte   `protobuf:"bytes,3,opt,name=signed_text,json=signedText,proto3" json:"signed_text,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetCommitSignaturesResponse) Descriptor

func (*GetCommitSignaturesResponse) Descriptor() ([]byte, []int)

func (*GetCommitSignaturesResponse) GetCommitId

func (m *GetCommitSignaturesResponse) GetCommitId() string

func (*GetCommitSignaturesResponse) GetSignature

func (m *GetCommitSignaturesResponse) GetSignature() []byte

func (*GetCommitSignaturesResponse) GetSignedText

func (m *GetCommitSignaturesResponse) GetSignedText() []byte

func (*GetCommitSignaturesResponse) ProtoMessage

func (*GetCommitSignaturesResponse) ProtoMessage()

func (*GetCommitSignaturesResponse) Reset

func (m *GetCommitSignaturesResponse) Reset()

func (*GetCommitSignaturesResponse) String

func (m *GetCommitSignaturesResponse) String() string

func (*GetCommitSignaturesResponse) XXX_DiscardUnknown

func (m *GetCommitSignaturesResponse) XXX_DiscardUnknown()

func (*GetCommitSignaturesResponse) XXX_Marshal

func (m *GetCommitSignaturesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetCommitSignaturesResponse) XXX_Merge

func (m *GetCommitSignaturesResponse) XXX_Merge(src proto.Message)

func (*GetCommitSignaturesResponse) XXX_Size

func (m *GetCommitSignaturesResponse) XXX_Size() int

func (*GetCommitSignaturesResponse) XXX_Unmarshal

func (m *GetCommitSignaturesResponse) XXX_Unmarshal(b []byte) error

type GetConfigRequest

type GetConfigRequest struct {
	// Repository is the repository from which the configuration should be read
	// from.
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

GetConfigRequest is a request for the GetConfig RPC.

func (*GetConfigRequest) Descriptor

func (*GetConfigRequest) Descriptor() ([]byte, []int)

func (*GetConfigRequest) GetRepository

func (m *GetConfigRequest) GetRepository() *Repository

func (*GetConfigRequest) ProtoMessage

func (*GetConfigRequest) ProtoMessage()

func (*GetConfigRequest) Reset

func (m *GetConfigRequest) Reset()

func (*GetConfigRequest) String

func (m *GetConfigRequest) String() string

func (*GetConfigRequest) XXX_DiscardUnknown

func (m *GetConfigRequest) XXX_DiscardUnknown()

func (*GetConfigRequest) XXX_Marshal

func (m *GetConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetConfigRequest) XXX_Merge

func (m *GetConfigRequest) XXX_Merge(src proto.Message)

func (*GetConfigRequest) XXX_Size

func (m *GetConfigRequest) XXX_Size() int

func (*GetConfigRequest) XXX_Unmarshal

func (m *GetConfigRequest) XXX_Unmarshal(b []byte) error

type GetConfigResponse

type GetConfigResponse struct {
	// Data contains contents of the gitconfig.
	Data                 []byte   `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetConfigResponse is a response for the GetConfig RPC.

func (*GetConfigResponse) Descriptor

func (*GetConfigResponse) Descriptor() ([]byte, []int)

func (*GetConfigResponse) GetData

func (m *GetConfigResponse) GetData() []byte

func (*GetConfigResponse) ProtoMessage

func (*GetConfigResponse) ProtoMessage()

func (*GetConfigResponse) Reset

func (m *GetConfigResponse) Reset()

func (*GetConfigResponse) String

func (m *GetConfigResponse) String() string

func (*GetConfigResponse) XXX_DiscardUnknown

func (m *GetConfigResponse) XXX_DiscardUnknown()

func (*GetConfigResponse) XXX_Marshal

func (m *GetConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetConfigResponse) XXX_Merge

func (m *GetConfigResponse) XXX_Merge(src proto.Message)

func (*GetConfigResponse) XXX_Size

func (m *GetConfigResponse) XXX_Size() int

func (*GetConfigResponse) XXX_Unmarshal

func (m *GetConfigResponse) XXX_Unmarshal(b []byte) error

type GetInfoAttributesRequest

type GetInfoAttributesRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*GetInfoAttributesRequest) Descriptor

func (*GetInfoAttributesRequest) Descriptor() ([]byte, []int)

func (*GetInfoAttributesRequest) GetRepository

func (m *GetInfoAttributesRequest) GetRepository() *Repository

func (*GetInfoAttributesRequest) ProtoMessage

func (*GetInfoAttributesRequest) ProtoMessage()

func (*GetInfoAttributesRequest) Reset

func (m *GetInfoAttributesRequest) Reset()

func (*GetInfoAttributesRequest) String

func (m *GetInfoAttributesRequest) String() string

func (*GetInfoAttributesRequest) XXX_DiscardUnknown

func (m *GetInfoAttributesRequest) XXX_DiscardUnknown()

func (*GetInfoAttributesRequest) XXX_Marshal

func (m *GetInfoAttributesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetInfoAttributesRequest) XXX_Merge

func (m *GetInfoAttributesRequest) XXX_Merge(src proto.Message)

func (*GetInfoAttributesRequest) XXX_Size

func (m *GetInfoAttributesRequest) XXX_Size() int

func (*GetInfoAttributesRequest) XXX_Unmarshal

func (m *GetInfoAttributesRequest) XXX_Unmarshal(b []byte) error

type GetInfoAttributesResponse

type GetInfoAttributesResponse struct {
	Attributes           []byte   `protobuf:"bytes,1,opt,name=attributes,proto3" json:"attributes,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetInfoAttributesResponse) Descriptor

func (*GetInfoAttributesResponse) Descriptor() ([]byte, []int)

func (*GetInfoAttributesResponse) GetAttributes

func (m *GetInfoAttributesResponse) GetAttributes() []byte

func (*GetInfoAttributesResponse) ProtoMessage

func (*GetInfoAttributesResponse) ProtoMessage()

func (*GetInfoAttributesResponse) Reset

func (m *GetInfoAttributesResponse) Reset()

func (*GetInfoAttributesResponse) String

func (m *GetInfoAttributesResponse) String() string

func (*GetInfoAttributesResponse) XXX_DiscardUnknown

func (m *GetInfoAttributesResponse) XXX_DiscardUnknown()

func (*GetInfoAttributesResponse) XXX_Marshal

func (m *GetInfoAttributesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetInfoAttributesResponse) XXX_Merge

func (m *GetInfoAttributesResponse) XXX_Merge(src proto.Message)

func (*GetInfoAttributesResponse) XXX_Size

func (m *GetInfoAttributesResponse) XXX_Size() int

func (*GetInfoAttributesResponse) XXX_Unmarshal

func (m *GetInfoAttributesResponse) XXX_Unmarshal(b []byte) error

type GetLFSPointersRequest

type GetLFSPointersRequest struct {
	// Repository is the repository for which LFS pointers should be retrieved
	// from.
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// BlobIds is the list of blobs to retrieve LFS pointers from. Must be a
	// non-empty list of blobs IDs to fetch.
	BlobIds              []string `protobuf:"bytes,2,rep,name=blob_ids,json=blobIds,proto3" json:"blob_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetLFSPointersRequest is a request for the GetLFSPointers RPC.

func (*GetLFSPointersRequest) Descriptor

func (*GetLFSPointersRequest) Descriptor() ([]byte, []int)

func (*GetLFSPointersRequest) GetBlobIds

func (m *GetLFSPointersRequest) GetBlobIds() []string

func (*GetLFSPointersRequest) GetRepository

func (m *GetLFSPointersRequest) GetRepository() *Repository

func (*GetLFSPointersRequest) ProtoMessage

func (*GetLFSPointersRequest) ProtoMessage()

func (*GetLFSPointersRequest) Reset

func (m *GetLFSPointersRequest) Reset()

func (*GetLFSPointersRequest) String

func (m *GetLFSPointersRequest) String() string

func (*GetLFSPointersRequest) XXX_DiscardUnknown

func (m *GetLFSPointersRequest) XXX_DiscardUnknown()

func (*GetLFSPointersRequest) XXX_Marshal

func (m *GetLFSPointersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetLFSPointersRequest) XXX_Merge

func (m *GetLFSPointersRequest) XXX_Merge(src proto.Message)

func (*GetLFSPointersRequest) XXX_Size

func (m *GetLFSPointersRequest) XXX_Size() int

func (*GetLFSPointersRequest) XXX_Unmarshal

func (m *GetLFSPointersRequest) XXX_Unmarshal(b []byte) error

type GetLFSPointersResponse

type GetLFSPointersResponse struct {
	// LfsPointers is the list of LFS pointers which were requested.
	LfsPointers          []*LFSPointer `protobuf:"bytes,1,rep,name=lfs_pointers,json=lfsPointers,proto3" json:"lfs_pointers,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

GetLFSPointersResponse is a response for the GetLFSPointers RPC.

func (*GetLFSPointersResponse) Descriptor

func (*GetLFSPointersResponse) Descriptor() ([]byte, []int)

func (*GetLFSPointersResponse) GetLfsPointers

func (m *GetLFSPointersResponse) GetLfsPointers() []*LFSPointer

func (*GetLFSPointersResponse) ProtoMessage

func (*GetLFSPointersResponse) ProtoMessage()

func (*GetLFSPointersResponse) Reset

func (m *GetLFSPointersResponse) Reset()

func (*GetLFSPointersResponse) String

func (m *GetLFSPointersResponse) String() string

func (*GetLFSPointersResponse) XXX_DiscardUnknown

func (m *GetLFSPointersResponse) XXX_DiscardUnknown()

func (*GetLFSPointersResponse) XXX_Marshal

func (m *GetLFSPointersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetLFSPointersResponse) XXX_Merge

func (m *GetLFSPointersResponse) XXX_Merge(src proto.Message)

func (*GetLFSPointersResponse) XXX_Size

func (m *GetLFSPointersResponse) XXX_Size() int

func (*GetLFSPointersResponse) XXX_Unmarshal

func (m *GetLFSPointersResponse) XXX_Unmarshal(b []byte) error

type GetObjectDirectorySizeRequest

type GetObjectDirectorySizeRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*GetObjectDirectorySizeRequest) Descriptor

func (*GetObjectDirectorySizeRequest) Descriptor() ([]byte, []int)

func (*GetObjectDirectorySizeRequest) GetRepository

func (m *GetObjectDirectorySizeRequest) GetRepository() *Repository

func (*GetObjectDirectorySizeRequest) ProtoMessage

func (*GetObjectDirectorySizeRequest) ProtoMessage()

func (*GetObjectDirectorySizeRequest) Reset

func (m *GetObjectDirectorySizeRequest) Reset()

func (*GetObjectDirectorySizeRequest) String

func (*GetObjectDirectorySizeRequest) XXX_DiscardUnknown

func (m *GetObjectDirectorySizeRequest) XXX_DiscardUnknown()

func (*GetObjectDirectorySizeRequest) XXX_Marshal

func (m *GetObjectDirectorySizeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetObjectDirectorySizeRequest) XXX_Merge

func (m *GetObjectDirectorySizeRequest) XXX_Merge(src proto.Message)

func (*GetObjectDirectorySizeRequest) XXX_Size

func (m *GetObjectDirectorySizeRequest) XXX_Size() int

func (*GetObjectDirectorySizeRequest) XXX_Unmarshal

func (m *GetObjectDirectorySizeRequest) XXX_Unmarshal(b []byte) error

type GetObjectDirectorySizeResponse

type GetObjectDirectorySizeResponse struct {
	// Object directory size in kilobytes
	Size                 int64    `protobuf:"varint,1,opt,name=size,proto3" json:"size,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetObjectDirectorySizeResponse) Descriptor

func (*GetObjectDirectorySizeResponse) Descriptor() ([]byte, []int)

func (*GetObjectDirectorySizeResponse) GetSize

func (*GetObjectDirectorySizeResponse) ProtoMessage

func (*GetObjectDirectorySizeResponse) ProtoMessage()

func (*GetObjectDirectorySizeResponse) Reset

func (m *GetObjectDirectorySizeResponse) Reset()

func (*GetObjectDirectorySizeResponse) String

func (*GetObjectDirectorySizeResponse) XXX_DiscardUnknown

func (m *GetObjectDirectorySizeResponse) XXX_DiscardUnknown()

func (*GetObjectDirectorySizeResponse) XXX_Marshal

func (m *GetObjectDirectorySizeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetObjectDirectorySizeResponse) XXX_Merge

func (m *GetObjectDirectorySizeResponse) XXX_Merge(src proto.Message)

func (*GetObjectDirectorySizeResponse) XXX_Size

func (m *GetObjectDirectorySizeResponse) XXX_Size() int

func (*GetObjectDirectorySizeResponse) XXX_Unmarshal

func (m *GetObjectDirectorySizeResponse) XXX_Unmarshal(b []byte) error

type GetObjectPoolRequest

type GetObjectPoolRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*GetObjectPoolRequest) Descriptor

func (*GetObjectPoolRequest) Descriptor() ([]byte, []int)

func (*GetObjectPoolRequest) GetRepository

func (m *GetObjectPoolRequest) GetRepository() *Repository

func (*GetObjectPoolRequest) ProtoMessage

func (*GetObjectPoolRequest) ProtoMessage()

func (*GetObjectPoolRequest) Reset

func (m *GetObjectPoolRequest) Reset()

func (*GetObjectPoolRequest) String

func (m *GetObjectPoolRequest) String() string

func (*GetObjectPoolRequest) XXX_DiscardUnknown

func (m *GetObjectPoolRequest) XXX_DiscardUnknown()

func (*GetObjectPoolRequest) XXX_Marshal

func (m *GetObjectPoolRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetObjectPoolRequest) XXX_Merge

func (m *GetObjectPoolRequest) XXX_Merge(src proto.Message)

func (*GetObjectPoolRequest) XXX_Size

func (m *GetObjectPoolRequest) XXX_Size() int

func (*GetObjectPoolRequest) XXX_Unmarshal

func (m *GetObjectPoolRequest) XXX_Unmarshal(b []byte) error

type GetObjectPoolResponse

type GetObjectPoolResponse struct {
	ObjectPool           *ObjectPool `protobuf:"bytes,1,opt,name=object_pool,json=objectPool,proto3" json:"object_pool,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*GetObjectPoolResponse) Descriptor

func (*GetObjectPoolResponse) Descriptor() ([]byte, []int)

func (*GetObjectPoolResponse) GetObjectPool

func (m *GetObjectPoolResponse) GetObjectPool() *ObjectPool

func (*GetObjectPoolResponse) ProtoMessage

func (*GetObjectPoolResponse) ProtoMessage()

func (*GetObjectPoolResponse) Reset

func (m *GetObjectPoolResponse) Reset()

func (*GetObjectPoolResponse) String

func (m *GetObjectPoolResponse) String() string

func (*GetObjectPoolResponse) XXX_DiscardUnknown

func (m *GetObjectPoolResponse) XXX_DiscardUnknown()

func (*GetObjectPoolResponse) XXX_Marshal

func (m *GetObjectPoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetObjectPoolResponse) XXX_Merge

func (m *GetObjectPoolResponse) XXX_Merge(src proto.Message)

func (*GetObjectPoolResponse) XXX_Size

func (m *GetObjectPoolResponse) XXX_Size() int

func (*GetObjectPoolResponse) XXX_Unmarshal

func (m *GetObjectPoolResponse) XXX_Unmarshal(b []byte) error

type GetRawChangesRequest

type GetRawChangesRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	FromRevision         string      `protobuf:"bytes,2,opt,name=from_revision,json=fromRevision,proto3" json:"from_revision,omitempty"`
	ToRevision           string      `protobuf:"bytes,3,opt,name=to_revision,json=toRevision,proto3" json:"to_revision,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*GetRawChangesRequest) Descriptor

func (*GetRawChangesRequest) Descriptor() ([]byte, []int)

func (*GetRawChangesRequest) GetFromRevision

func (m *GetRawChangesRequest) GetFromRevision() string

func (*GetRawChangesRequest) GetRepository

func (m *GetRawChangesRequest) GetRepository() *Repository

func (*GetRawChangesRequest) GetToRevision

func (m *GetRawChangesRequest) GetToRevision() string

func (*GetRawChangesRequest) ProtoMessage

func (*GetRawChangesRequest) ProtoMessage()

func (*GetRawChangesRequest) Reset

func (m *GetRawChangesRequest) Reset()

func (*GetRawChangesRequest) String

func (m *GetRawChangesRequest) String() string

func (*GetRawChangesRequest) XXX_DiscardUnknown

func (m *GetRawChangesRequest) XXX_DiscardUnknown()

func (*GetRawChangesRequest) XXX_Marshal

func (m *GetRawChangesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetRawChangesRequest) XXX_Merge

func (m *GetRawChangesRequest) XXX_Merge(src proto.Message)

func (*GetRawChangesRequest) XXX_Size

func (m *GetRawChangesRequest) XXX_Size() int

func (*GetRawChangesRequest) XXX_Unmarshal

func (m *GetRawChangesRequest) XXX_Unmarshal(b []byte) error

type GetRawChangesResponse

type GetRawChangesResponse struct {
	RawChanges           []*GetRawChangesResponse_RawChange `protobuf:"bytes,1,rep,name=raw_changes,json=rawChanges,proto3" json:"raw_changes,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
	XXX_unrecognized     []byte                             `json:"-"`
	XXX_sizecache        int32                              `json:"-"`
}

func (*GetRawChangesResponse) Descriptor

func (*GetRawChangesResponse) Descriptor() ([]byte, []int)

func (*GetRawChangesResponse) GetRawChanges

func (*GetRawChangesResponse) ProtoMessage

func (*GetRawChangesResponse) ProtoMessage()

func (*GetRawChangesResponse) Reset

func (m *GetRawChangesResponse) Reset()

func (*GetRawChangesResponse) String

func (m *GetRawChangesResponse) String() string

func (*GetRawChangesResponse) XXX_DiscardUnknown

func (m *GetRawChangesResponse) XXX_DiscardUnknown()

func (*GetRawChangesResponse) XXX_Marshal

func (m *GetRawChangesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetRawChangesResponse) XXX_Merge

func (m *GetRawChangesResponse) XXX_Merge(src proto.Message)

func (*GetRawChangesResponse) XXX_Size

func (m *GetRawChangesResponse) XXX_Size() int

func (*GetRawChangesResponse) XXX_Unmarshal

func (m *GetRawChangesResponse) XXX_Unmarshal(b []byte) error

type GetRawChangesResponse_RawChange

type GetRawChangesResponse_RawChange struct {
	BlobId string `protobuf:"bytes,1,opt,name=blob_id,json=blobId,proto3" json:"blob_id,omitempty"`
	Size   int64  `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	// use fields 9 and 10 in place of 3 and 4 (respectively)
	NewPath      string                                    `protobuf:"bytes,3,opt,name=new_path,json=newPath,proto3" json:"new_path,omitempty"` // Deprecated: Do not use.
	OldPath      string                                    `protobuf:"bytes,4,opt,name=old_path,json=oldPath,proto3" json:"old_path,omitempty"` // Deprecated: Do not use.
	Operation    GetRawChangesResponse_RawChange_Operation ``                                                                                   /* 126-byte string literal not displayed */
	RawOperation string                                    `protobuf:"bytes,6,opt,name=raw_operation,json=rawOperation,proto3" json:"raw_operation,omitempty"`
	OldMode      int32                                     `protobuf:"varint,7,opt,name=old_mode,json=oldMode,proto3" json:"old_mode,omitempty"`
	NewMode      int32                                     `protobuf:"varint,8,opt,name=new_mode,json=newMode,proto3" json:"new_mode,omitempty"`
	// the following fields, 9 and 10, will eventually replace 3 and 4
	NewPathBytes         []byte   `protobuf:"bytes,9,opt,name=new_path_bytes,json=newPathBytes,proto3" json:"new_path_bytes,omitempty"`
	OldPathBytes         []byte   `protobuf:"bytes,10,opt,name=old_path_bytes,json=oldPathBytes,proto3" json:"old_path_bytes,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetRawChangesResponse_RawChange) Descriptor

func (*GetRawChangesResponse_RawChange) Descriptor() ([]byte, []int)

func (*GetRawChangesResponse_RawChange) GetBlobId

func (m *GetRawChangesResponse_RawChange) GetBlobId() string

func (*GetRawChangesResponse_RawChange) GetNewMode

func (m *GetRawChangesResponse_RawChange) GetNewMode() int32

func (*GetRawChangesResponse_RawChange) GetNewPath deprecated

func (m *GetRawChangesResponse_RawChange) GetNewPath() string

Deprecated: Do not use.

func (*GetRawChangesResponse_RawChange) GetNewPathBytes

func (m *GetRawChangesResponse_RawChange) GetNewPathBytes() []byte

func (*GetRawChangesResponse_RawChange) GetOldMode

func (m *GetRawChangesResponse_RawChange) GetOldMode() int32

func (*GetRawChangesResponse_RawChange) GetOldPath deprecated

func (m *GetRawChangesResponse_RawChange) GetOldPath() string

Deprecated: Do not use.

func (*GetRawChangesResponse_RawChange) GetOldPathBytes

func (m *GetRawChangesResponse_RawChange) GetOldPathBytes() []byte

func (*GetRawChangesResponse_RawChange) GetOperation

func (*GetRawChangesResponse_RawChange) GetRawOperation

func (m *GetRawChangesResponse_RawChange) GetRawOperation() string

func (*GetRawChangesResponse_RawChange) GetSize

func (*GetRawChangesResponse_RawChange) ProtoMessage

func (*GetRawChangesResponse_RawChange) ProtoMessage()

func (*GetRawChangesResponse_RawChange) Reset

func (*GetRawChangesResponse_RawChange) String

func (*GetRawChangesResponse_RawChange) XXX_DiscardUnknown

func (m *GetRawChangesResponse_RawChange) XXX_DiscardUnknown()

func (*GetRawChangesResponse_RawChange) XXX_Marshal

func (m *GetRawChangesResponse_RawChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetRawChangesResponse_RawChange) XXX_Merge

func (m *GetRawChangesResponse_RawChange) XXX_Merge(src proto.Message)

func (*GetRawChangesResponse_RawChange) XXX_Size

func (m *GetRawChangesResponse_RawChange) XXX_Size() int

func (*GetRawChangesResponse_RawChange) XXX_Unmarshal

func (m *GetRawChangesResponse_RawChange) XXX_Unmarshal(b []byte) error

type GetRawChangesResponse_RawChange_Operation

type GetRawChangesResponse_RawChange_Operation int32
const (
	GetRawChangesResponse_RawChange_UNKNOWN      GetRawChangesResponse_RawChange_Operation = 0
	GetRawChangesResponse_RawChange_ADDED        GetRawChangesResponse_RawChange_Operation = 1
	GetRawChangesResponse_RawChange_COPIED       GetRawChangesResponse_RawChange_Operation = 2
	GetRawChangesResponse_RawChange_DELETED      GetRawChangesResponse_RawChange_Operation = 3
	GetRawChangesResponse_RawChange_MODIFIED     GetRawChangesResponse_RawChange_Operation = 4
	GetRawChangesResponse_RawChange_RENAMED      GetRawChangesResponse_RawChange_Operation = 5
	GetRawChangesResponse_RawChange_TYPE_CHANGED GetRawChangesResponse_RawChange_Operation = 6
)

func (GetRawChangesResponse_RawChange_Operation) EnumDescriptor

func (GetRawChangesResponse_RawChange_Operation) EnumDescriptor() ([]byte, []int)

func (GetRawChangesResponse_RawChange_Operation) String

type GetSnapshotRequest

type GetSnapshotRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*GetSnapshotRequest) Descriptor

func (*GetSnapshotRequest) Descriptor() ([]byte, []int)

func (*GetSnapshotRequest) GetRepository

func (m *GetSnapshotRequest) GetRepository() *Repository

func (*GetSnapshotRequest) ProtoMessage

func (*GetSnapshotRequest) ProtoMessage()

func (*GetSnapshotRequest) Reset

func (m *GetSnapshotRequest) Reset()

func (*GetSnapshotRequest) String

func (m *GetSnapshotRequest) String() string

func (*GetSnapshotRequest) XXX_DiscardUnknown

func (m *GetSnapshotRequest) XXX_DiscardUnknown()

func (*GetSnapshotRequest) XXX_Marshal

func (m *GetSnapshotRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSnapshotRequest) XXX_Merge

func (m *GetSnapshotRequest) XXX_Merge(src proto.Message)

func (*GetSnapshotRequest) XXX_Size

func (m *GetSnapshotRequest) XXX_Size() int

func (*GetSnapshotRequest) XXX_Unmarshal

func (m *GetSnapshotRequest) XXX_Unmarshal(b []byte) error

type GetSnapshotResponse

type GetSnapshotResponse struct {
	Data                 []byte   `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetSnapshotResponse) Descriptor

func (*GetSnapshotResponse) Descriptor() ([]byte, []int)

func (*GetSnapshotResponse) GetData

func (m *GetSnapshotResponse) GetData() []byte

func (*GetSnapshotResponse) ProtoMessage

func (*GetSnapshotResponse) ProtoMessage()

func (*GetSnapshotResponse) Reset

func (m *GetSnapshotResponse) Reset()

func (*GetSnapshotResponse) String

func (m *GetSnapshotResponse) String() string

func (*GetSnapshotResponse) XXX_DiscardUnknown

func (m *GetSnapshotResponse) XXX_DiscardUnknown()

func (*GetSnapshotResponse) XXX_Marshal

func (m *GetSnapshotResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSnapshotResponse) XXX_Merge

func (m *GetSnapshotResponse) XXX_Merge(src proto.Message)

func (*GetSnapshotResponse) XXX_Size

func (m *GetSnapshotResponse) XXX_Size() int

func (*GetSnapshotResponse) XXX_Unmarshal

func (m *GetSnapshotResponse) XXX_Unmarshal(b []byte) error

type GetTagMessagesRequest

type GetTagMessagesRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	TagIds               []string    `protobuf:"bytes,3,rep,name=tag_ids,json=tagIds,proto3" json:"tag_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*GetTagMessagesRequest) Descriptor

func (*GetTagMessagesRequest) Descriptor() ([]byte, []int)

func (*GetTagMessagesRequest) GetRepository

func (m *GetTagMessagesRequest) GetRepository() *Repository

func (*GetTagMessagesRequest) GetTagIds

func (m *GetTagMessagesRequest) GetTagIds() []string

func (*GetTagMessagesRequest) ProtoMessage

func (*GetTagMessagesRequest) ProtoMessage()

func (*GetTagMessagesRequest) Reset

func (m *GetTagMessagesRequest) Reset()

func (*GetTagMessagesRequest) String

func (m *GetTagMessagesRequest) String() string

func (*GetTagMessagesRequest) XXX_DiscardUnknown

func (m *GetTagMessagesRequest) XXX_DiscardUnknown()

func (*GetTagMessagesRequest) XXX_Marshal

func (m *GetTagMessagesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTagMessagesRequest) XXX_Merge

func (m *GetTagMessagesRequest) XXX_Merge(src proto.Message)

func (*GetTagMessagesRequest) XXX_Size

func (m *GetTagMessagesRequest) XXX_Size() int

func (*GetTagMessagesRequest) XXX_Unmarshal

func (m *GetTagMessagesRequest) XXX_Unmarshal(b []byte) error

type GetTagMessagesResponse

type GetTagMessagesResponse struct {
	Message []byte `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// Only present for a new tag message
	TagId                string   `protobuf:"bytes,3,opt,name=tag_id,json=tagId,proto3" json:"tag_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTagMessagesResponse) Descriptor

func (*GetTagMessagesResponse) Descriptor() ([]byte, []int)

func (*GetTagMessagesResponse) GetMessage

func (m *GetTagMessagesResponse) GetMessage() []byte

func (*GetTagMessagesResponse) GetTagId

func (m *GetTagMessagesResponse) GetTagId() string

func (*GetTagMessagesResponse) ProtoMessage

func (*GetTagMessagesResponse) ProtoMessage()

func (*GetTagMessagesResponse) Reset

func (m *GetTagMessagesResponse) Reset()

func (*GetTagMessagesResponse) String

func (m *GetTagMessagesResponse) String() string

func (*GetTagMessagesResponse) XXX_DiscardUnknown

func (m *GetTagMessagesResponse) XXX_DiscardUnknown()

func (*GetTagMessagesResponse) XXX_Marshal

func (m *GetTagMessagesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTagMessagesResponse) XXX_Merge

func (m *GetTagMessagesResponse) XXX_Merge(src proto.Message)

func (*GetTagMessagesResponse) XXX_Size

func (m *GetTagMessagesResponse) XXX_Size() int

func (*GetTagMessagesResponse) XXX_Unmarshal

func (m *GetTagMessagesResponse) XXX_Unmarshal(b []byte) error

type GetTreeEntriesRequest

type GetTreeEntriesRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Revision             []byte      `protobuf:"bytes,2,opt,name=revision,proto3" json:"revision,omitempty"`
	Path                 []byte      `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
	Recursive            bool        `protobuf:"varint,4,opt,name=recursive,proto3" json:"recursive,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*GetTreeEntriesRequest) Descriptor

func (*GetTreeEntriesRequest) Descriptor() ([]byte, []int)

func (*GetTreeEntriesRequest) GetPath

func (m *GetTreeEntriesRequest) GetPath() []byte

func (*GetTreeEntriesRequest) GetRecursive

func (m *GetTreeEntriesRequest) GetRecursive() bool

func (*GetTreeEntriesRequest) GetRepository

func (m *GetTreeEntriesRequest) GetRepository() *Repository

func (*GetTreeEntriesRequest) GetRevision

func (m *GetTreeEntriesRequest) GetRevision() []byte

func (*GetTreeEntriesRequest) ProtoMessage

func (*GetTreeEntriesRequest) ProtoMessage()

func (*GetTreeEntriesRequest) Reset

func (m *GetTreeEntriesRequest) Reset()

func (*GetTreeEntriesRequest) String

func (m *GetTreeEntriesRequest) String() string

func (*GetTreeEntriesRequest) XXX_DiscardUnknown

func (m *GetTreeEntriesRequest) XXX_DiscardUnknown()

func (*GetTreeEntriesRequest) XXX_Marshal

func (m *GetTreeEntriesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTreeEntriesRequest) XXX_Merge

func (m *GetTreeEntriesRequest) XXX_Merge(src proto.Message)

func (*GetTreeEntriesRequest) XXX_Size

func (m *GetTreeEntriesRequest) XXX_Size() int

func (*GetTreeEntriesRequest) XXX_Unmarshal

func (m *GetTreeEntriesRequest) XXX_Unmarshal(b []byte) error

type GetTreeEntriesResponse

type GetTreeEntriesResponse struct {
	Entries              []*TreeEntry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*GetTreeEntriesResponse) Descriptor

func (*GetTreeEntriesResponse) Descriptor() ([]byte, []int)

func (*GetTreeEntriesResponse) GetEntries

func (m *GetTreeEntriesResponse) GetEntries() []*TreeEntry

func (*GetTreeEntriesResponse) ProtoMessage

func (*GetTreeEntriesResponse) ProtoMessage()

func (*GetTreeEntriesResponse) Reset

func (m *GetTreeEntriesResponse) Reset()

func (*GetTreeEntriesResponse) String

func (m *GetTreeEntriesResponse) String() string

func (*GetTreeEntriesResponse) XXX_DiscardUnknown

func (m *GetTreeEntriesResponse) XXX_DiscardUnknown()

func (*GetTreeEntriesResponse) XXX_Marshal

func (m *GetTreeEntriesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTreeEntriesResponse) XXX_Merge

func (m *GetTreeEntriesResponse) XXX_Merge(src proto.Message)

func (*GetTreeEntriesResponse) XXX_Size

func (m *GetTreeEntriesResponse) XXX_Size() int

func (*GetTreeEntriesResponse) XXX_Unmarshal

func (m *GetTreeEntriesResponse) XXX_Unmarshal(b []byte) error

type GitCommit

type GitCommit struct {
	Id        string        `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Subject   []byte        `protobuf:"bytes,2,opt,name=subject,proto3" json:"subject,omitempty"`
	Body      []byte        `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"`
	Author    *CommitAuthor `protobuf:"bytes,4,opt,name=author,proto3" json:"author,omitempty"`
	Committer *CommitAuthor `protobuf:"bytes,5,opt,name=committer,proto3" json:"committer,omitempty"`
	ParentIds []string      `protobuf:"bytes,6,rep,name=parent_ids,json=parentIds,proto3" json:"parent_ids,omitempty"`
	// If body exceeds a certain threshold, it will be nullified,
	// but its size will be set in body_size so we can know if
	// a commit had a body in the first place.
	BodySize      int64         `protobuf:"varint,7,opt,name=body_size,json=bodySize,proto3" json:"body_size,omitempty"`
	SignatureType SignatureType `` /* 127-byte string literal not displayed */
	// The tree ID will always be filled, even if the tree is empty. In that case
	// the value will be `4b825dc642cb6eb9a060e54bf8d69288fbee4904`.
	// That value is equivalent to `git hash-object -t tree /dev/null`
	TreeId string `protobuf:"bytes,9,opt,name=tree_id,json=treeId,proto3" json:"tree_id,omitempty"`
	// The list of Git trailers (https://git-scm.com/docs/git-interpret-trailers)
	// found in this commit's message. The number of trailers and their key/value
	// sizes are limited. If a trailer exceeds these size limits, it and any
	// trailers that follow it are not included.
	Trailers             []*CommitTrailer `protobuf:"bytes,10,rep,name=trailers,proto3" json:"trailers,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

Corresponds to Gitlab::Git::Commit

func (*GitCommit) Descriptor

func (*GitCommit) Descriptor() ([]byte, []int)

func (*GitCommit) GetAuthor

func (m *GitCommit) GetAuthor() *CommitAuthor

func (*GitCommit) GetBody

func (m *GitCommit) GetBody() []byte

func (*GitCommit) GetBodySize

func (m *GitCommit) GetBodySize() int64

func (*GitCommit) GetCommitter

func (m *GitCommit) GetCommitter() *CommitAuthor

func (*GitCommit) GetId

func (m *GitCommit) GetId() string

func (*GitCommit) GetParentIds

func (m *GitCommit) GetParentIds() []string

func (*GitCommit) GetSignatureType

func (m *GitCommit) GetSignatureType() SignatureType

func (*GitCommit) GetSubject

func (m *GitCommit) GetSubject() []byte

func (*GitCommit) GetTrailers

func (m *GitCommit) GetTrailers() []*CommitTrailer

func (*GitCommit) GetTreeId

func (m *GitCommit) GetTreeId() string

func (*GitCommit) ProtoMessage

func (*GitCommit) ProtoMessage()

func (*GitCommit) Reset

func (m *GitCommit) Reset()

func (*GitCommit) String

func (m *GitCommit) String() string

func (*GitCommit) XXX_DiscardUnknown

func (m *GitCommit) XXX_DiscardUnknown()

func (*GitCommit) XXX_Marshal

func (m *GitCommit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GitCommit) XXX_Merge

func (m *GitCommit) XXX_Merge(src proto.Message)

func (*GitCommit) XXX_Size

func (m *GitCommit) XXX_Size() int

func (*GitCommit) XXX_Unmarshal

func (m *GitCommit) XXX_Unmarshal(b []byte) error

type GlobalOptions

type GlobalOptions struct {
	// Treat pathspecs literally (i.e. no globbing, no pathspec magic)
	LiteralPathspecs     bool     `protobuf:"varint,1,opt,name=literal_pathspecs,json=literalPathspecs,proto3" json:"literal_pathspecs,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

https://git-scm.com/docs/git/#_options

func (*GlobalOptions) Descriptor

func (*GlobalOptions) Descriptor() ([]byte, []int)

func (*GlobalOptions) GetLiteralPathspecs

func (m *GlobalOptions) GetLiteralPathspecs() bool

func (*GlobalOptions) ProtoMessage

func (*GlobalOptions) ProtoMessage()

func (*GlobalOptions) Reset

func (m *GlobalOptions) Reset()

func (*GlobalOptions) String

func (m *GlobalOptions) String() string

func (*GlobalOptions) XXX_DiscardUnknown

func (m *GlobalOptions) XXX_DiscardUnknown()

func (*GlobalOptions) XXX_Marshal

func (m *GlobalOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GlobalOptions) XXX_Merge

func (m *GlobalOptions) XXX_Merge(src proto.Message)

func (*GlobalOptions) XXX_Size

func (m *GlobalOptions) XXX_Size() int

func (*GlobalOptions) XXX_Unmarshal

func (m *GlobalOptions) XXX_Unmarshal(b []byte) error

type HasLocalBranchesRequest

type HasLocalBranchesRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*HasLocalBranchesRequest) Descriptor

func (*HasLocalBranchesRequest) Descriptor() ([]byte, []int)

func (*HasLocalBranchesRequest) GetRepository

func (m *HasLocalBranchesRequest) GetRepository() *Repository

func (*HasLocalBranchesRequest) ProtoMessage

func (*HasLocalBranchesRequest) ProtoMessage()

func (*HasLocalBranchesRequest) Reset

func (m *HasLocalBranchesRequest) Reset()

func (*HasLocalBranchesRequest) String

func (m *HasLocalBranchesRequest) String() string

func (*HasLocalBranchesRequest) XXX_DiscardUnknown

func (m *HasLocalBranchesRequest) XXX_DiscardUnknown()

func (*HasLocalBranchesRequest) XXX_Marshal

func (m *HasLocalBranchesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HasLocalBranchesRequest) XXX_Merge

func (m *HasLocalBranchesRequest) XXX_Merge(src proto.Message)

func (*HasLocalBranchesRequest) XXX_Size

func (m *HasLocalBranchesRequest) XXX_Size() int

func (*HasLocalBranchesRequest) XXX_Unmarshal

func (m *HasLocalBranchesRequest) XXX_Unmarshal(b []byte) error

type HasLocalBranchesResponse

type HasLocalBranchesResponse struct {
	Value                bool     `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*HasLocalBranchesResponse) Descriptor

func (*HasLocalBranchesResponse) Descriptor() ([]byte, []int)

func (*HasLocalBranchesResponse) GetValue

func (m *HasLocalBranchesResponse) GetValue() bool

func (*HasLocalBranchesResponse) ProtoMessage

func (*HasLocalBranchesResponse) ProtoMessage()

func (*HasLocalBranchesResponse) Reset

func (m *HasLocalBranchesResponse) Reset()

func (*HasLocalBranchesResponse) String

func (m *HasLocalBranchesResponse) String() string

func (*HasLocalBranchesResponse) XXX_DiscardUnknown

func (m *HasLocalBranchesResponse) XXX_DiscardUnknown()

func (*HasLocalBranchesResponse) XXX_Marshal

func (m *HasLocalBranchesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HasLocalBranchesResponse) XXX_Merge

func (m *HasLocalBranchesResponse) XXX_Merge(src proto.Message)

func (*HasLocalBranchesResponse) XXX_Size

func (m *HasLocalBranchesResponse) XXX_Size() int

func (*HasLocalBranchesResponse) XXX_Unmarshal

func (m *HasLocalBranchesResponse) XXX_Unmarshal(b []byte) error

type HookServiceClient

type HookServiceClient interface {
	PreReceiveHook(ctx context.Context, opts ...grpc.CallOption) (HookService_PreReceiveHookClient, error)
	PostReceiveHook(ctx context.Context, opts ...grpc.CallOption) (HookService_PostReceiveHookClient, error)
	UpdateHook(ctx context.Context, in *UpdateHookRequest, opts ...grpc.CallOption) (HookService_UpdateHookClient, error)
	ReferenceTransactionHook(ctx context.Context, opts ...grpc.CallOption) (HookService_ReferenceTransactionHookClient, error)
	// PackObjectsHook is meant to be called by git-upload-pack via the
	// uploadpack.packObjectsHook mechanism. It generates a stream of packed
	// Git objects.
	PackObjectsHook(ctx context.Context, opts ...grpc.CallOption) (HookService_PackObjectsHookClient, error)
}

HookServiceClient is the client API for HookService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewHookServiceClient

func NewHookServiceClient(cc *grpc.ClientConn) HookServiceClient

type HookServiceServer

type HookServiceServer interface {
	PreReceiveHook(HookService_PreReceiveHookServer) error
	PostReceiveHook(HookService_PostReceiveHookServer) error
	UpdateHook(*UpdateHookRequest, HookService_UpdateHookServer) error
	ReferenceTransactionHook(HookService_ReferenceTransactionHookServer) error
	// PackObjectsHook is meant to be called by git-upload-pack via the
	// uploadpack.packObjectsHook mechanism. It generates a stream of packed
	// Git objects.
	PackObjectsHook(HookService_PackObjectsHookServer) error
}

HookServiceServer is the server API for HookService service.

type HookService_PackObjectsHookClient

type HookService_PackObjectsHookClient interface {
	Send(*PackObjectsHookRequest) error
	Recv() (*PackObjectsHookResponse, error)
	grpc.ClientStream
}

type HookService_PackObjectsHookServer

type HookService_PackObjectsHookServer interface {
	Send(*PackObjectsHookResponse) error
	Recv() (*PackObjectsHookRequest, error)
	grpc.ServerStream
}

type HookService_PostReceiveHookClient

type HookService_PostReceiveHookClient interface {
	Send(*PostReceiveHookRequest) error
	Recv() (*PostReceiveHookResponse, error)
	grpc.ClientStream
}

type HookService_PostReceiveHookServer

type HookService_PostReceiveHookServer interface {
	Send(*PostReceiveHookResponse) error
	Recv() (*PostReceiveHookRequest, error)
	grpc.ServerStream
}

type HookService_PreReceiveHookClient

type HookService_PreReceiveHookClient interface {
	Send(*PreReceiveHookRequest) error
	Recv() (*PreReceiveHookResponse, error)
	grpc.ClientStream
}

type HookService_PreReceiveHookServer

type HookService_PreReceiveHookServer interface {
	Send(*PreReceiveHookResponse) error
	Recv() (*PreReceiveHookRequest, error)
	grpc.ServerStream
}

type HookService_ReferenceTransactionHookClient

type HookService_ReferenceTransactionHookClient interface {
	Send(*ReferenceTransactionHookRequest) error
	Recv() (*ReferenceTransactionHookResponse, error)
	grpc.ClientStream
}

type HookService_ReferenceTransactionHookServer

type HookService_ReferenceTransactionHookServer interface {
	Send(*ReferenceTransactionHookResponse) error
	Recv() (*ReferenceTransactionHookRequest, error)
	grpc.ServerStream
}

type HookService_UpdateHookClient

type HookService_UpdateHookClient interface {
	Recv() (*UpdateHookResponse, error)
	grpc.ClientStream
}

type HookService_UpdateHookServer

type HookService_UpdateHookServer interface {
	Send(*UpdateHookResponse) error
	grpc.ServerStream
}

type InfoRefsRequest

type InfoRefsRequest struct {
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// Parameters to use with git -c (key=value pairs)
	GitConfigOptions []string `protobuf:"bytes,2,rep,name=git_config_options,json=gitConfigOptions,proto3" json:"git_config_options,omitempty"`
	// Git protocol version
	GitProtocol          string   `protobuf:"bytes,3,opt,name=git_protocol,json=gitProtocol,proto3" json:"git_protocol,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*InfoRefsRequest) Descriptor

func (*InfoRefsRequest) Descriptor() ([]byte, []int)

func (*InfoRefsRequest) GetGitConfigOptions

func (m *InfoRefsRequest) GetGitConfigOptions() []string

func (*InfoRefsRequest) GetGitProtocol

func (m *InfoRefsRequest) GetGitProtocol() string

func (*InfoRefsRequest) GetRepository

func (m *InfoRefsRequest) GetRepository() *Repository

func (*InfoRefsRequest) ProtoMessage

func (*InfoRefsRequest) ProtoMessage()

func (*InfoRefsRequest) Reset

func (m *InfoRefsRequest) Reset()

func (*InfoRefsRequest) String

func (m *InfoRefsRequest) String() string

func (*InfoRefsRequest) XXX_DiscardUnknown

func (m *InfoRefsRequest) XXX_DiscardUnknown()

func (*InfoRefsRequest) XXX_Marshal

func (m *InfoRefsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InfoRefsRequest) XXX_Merge

func (m *InfoRefsRequest) XXX_Merge(src proto.Message)

func (*InfoRefsRequest) XXX_Size

func (m *InfoRefsRequest) XXX_Size() int

func (*InfoRefsRequest) XXX_Unmarshal

func (m *InfoRefsRequest) XXX_Unmarshal(b []byte) error

type InfoRefsResponse

type InfoRefsResponse struct {
	Data                 []byte   `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*InfoRefsResponse) Descriptor

func (*InfoRefsResponse) Descriptor() ([]byte, []int)

func (*InfoRefsResponse) GetData

func (m *InfoRefsResponse) GetData() []byte

func (*InfoRefsResponse) ProtoMessage

func (*InfoRefsResponse) ProtoMessage()

func (*InfoRefsResponse) Reset

func (m *InfoRefsResponse) Reset()

func (*InfoRefsResponse) String

func (m *InfoRefsResponse) String() string

func (*InfoRefsResponse) XXX_DiscardUnknown

func (m *InfoRefsResponse) XXX_DiscardUnknown()

func (*InfoRefsResponse) XXX_Marshal

func (m *InfoRefsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InfoRefsResponse) XXX_Merge

func (m *InfoRefsResponse) XXX_Merge(src proto.Message)

func (*InfoRefsResponse) XXX_Size

func (m *InfoRefsResponse) XXX_Size() int

func (*InfoRefsResponse) XXX_Unmarshal

func (m *InfoRefsResponse) XXX_Unmarshal(b []byte) error

type InternalGitalyClient

type InternalGitalyClient interface {
	// WalkRepos walks the storage and streams back all known git repos on the
	// requested storage
	WalkRepos(ctx context.Context, in *WalkReposRequest, opts ...grpc.CallOption) (InternalGitaly_WalkReposClient, error)
}

InternalGitalyClient is the client API for InternalGitaly service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewInternalGitalyClient

func NewInternalGitalyClient(cc *grpc.ClientConn) InternalGitalyClient

type InternalGitalyServer

type InternalGitalyServer interface {
	// WalkRepos walks the storage and streams back all known git repos on the
	// requested storage
	WalkRepos(*WalkReposRequest, InternalGitaly_WalkReposServer) error
}

InternalGitalyServer is the server API for InternalGitaly service.

type InternalGitaly_WalkReposClient

type InternalGitaly_WalkReposClient interface {
	Recv() (*WalkReposResponse, error)
	grpc.ClientStream
}

type InternalGitaly_WalkReposServer

type InternalGitaly_WalkReposServer interface {
	Send(*WalkReposResponse) error
	grpc.ServerStream
}

type IsRebaseInProgressRequest

type IsRebaseInProgressRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	RebaseId             string      `protobuf:"bytes,2,opt,name=rebase_id,json=rebaseId,proto3" json:"rebase_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*IsRebaseInProgressRequest) Descriptor

func (*IsRebaseInProgressRequest) Descriptor() ([]byte, []int)

func (*IsRebaseInProgressRequest) GetRebaseId

func (m *IsRebaseInProgressRequest) GetRebaseId() string

func (*IsRebaseInProgressRequest) GetRepository

func (m *IsRebaseInProgressRequest) GetRepository() *Repository

func (*IsRebaseInProgressRequest) ProtoMessage

func (*IsRebaseInProgressRequest) ProtoMessage()

func (*IsRebaseInProgressRequest) Reset

func (m *IsRebaseInProgressRequest) Reset()

func (*IsRebaseInProgressRequest) String

func (m *IsRebaseInProgressRequest) String() string

func (*IsRebaseInProgressRequest) XXX_DiscardUnknown

func (m *IsRebaseInProgressRequest) XXX_DiscardUnknown()

func (*IsRebaseInProgressRequest) XXX_Marshal

func (m *IsRebaseInProgressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IsRebaseInProgressRequest) XXX_Merge

func (m *IsRebaseInProgressRequest) XXX_Merge(src proto.Message)

func (*IsRebaseInProgressRequest) XXX_Size

func (m *IsRebaseInProgressRequest) XXX_Size() int

func (*IsRebaseInProgressRequest) XXX_Unmarshal

func (m *IsRebaseInProgressRequest) XXX_Unmarshal(b []byte) error

type IsRebaseInProgressResponse

type IsRebaseInProgressResponse struct {
	InProgress           bool     `protobuf:"varint,1,opt,name=in_progress,json=inProgress,proto3" json:"in_progress,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsRebaseInProgressResponse) Descriptor

func (*IsRebaseInProgressResponse) Descriptor() ([]byte, []int)

func (*IsRebaseInProgressResponse) GetInProgress

func (m *IsRebaseInProgressResponse) GetInProgress() bool

func (*IsRebaseInProgressResponse) ProtoMessage

func (*IsRebaseInProgressResponse) ProtoMessage()

func (*IsRebaseInProgressResponse) Reset

func (m *IsRebaseInProgressResponse) Reset()

func (*IsRebaseInProgressResponse) String

func (m *IsRebaseInProgressResponse) String() string

func (*IsRebaseInProgressResponse) XXX_DiscardUnknown

func (m *IsRebaseInProgressResponse) XXX_DiscardUnknown()

func (*IsRebaseInProgressResponse) XXX_Marshal

func (m *IsRebaseInProgressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IsRebaseInProgressResponse) XXX_Merge

func (m *IsRebaseInProgressResponse) XXX_Merge(src proto.Message)

func (*IsRebaseInProgressResponse) XXX_Size

func (m *IsRebaseInProgressResponse) XXX_Size() int

func (*IsRebaseInProgressResponse) XXX_Unmarshal

func (m *IsRebaseInProgressResponse) XXX_Unmarshal(b []byte) error

type IsSquashInProgressRequest

type IsSquashInProgressRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	SquashId             string      `protobuf:"bytes,2,opt,name=squash_id,json=squashId,proto3" json:"squash_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*IsSquashInProgressRequest) Descriptor

func (*IsSquashInProgressRequest) Descriptor() ([]byte, []int)

func (*IsSquashInProgressRequest) GetRepository

func (m *IsSquashInProgressRequest) GetRepository() *Repository

func (*IsSquashInProgressRequest) GetSquashId

func (m *IsSquashInProgressRequest) GetSquashId() string

func (*IsSquashInProgressRequest) ProtoMessage

func (*IsSquashInProgressRequest) ProtoMessage()

func (*IsSquashInProgressRequest) Reset

func (m *IsSquashInProgressRequest) Reset()

func (*IsSquashInProgressRequest) String

func (m *IsSquashInProgressRequest) String() string

func (*IsSquashInProgressRequest) XXX_DiscardUnknown

func (m *IsSquashInProgressRequest) XXX_DiscardUnknown()

func (*IsSquashInProgressRequest) XXX_Marshal

func (m *IsSquashInProgressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IsSquashInProgressRequest) XXX_Merge

func (m *IsSquashInProgressRequest) XXX_Merge(src proto.Message)

func (*IsSquashInProgressRequest) XXX_Size

func (m *IsSquashInProgressRequest) XXX_Size() int

func (*IsSquashInProgressRequest) XXX_Unmarshal

func (m *IsSquashInProgressRequest) XXX_Unmarshal(b []byte) error

type IsSquashInProgressResponse

type IsSquashInProgressResponse struct {
	InProgress           bool     `protobuf:"varint,1,opt,name=in_progress,json=inProgress,proto3" json:"in_progress,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsSquashInProgressResponse) Descriptor

func (*IsSquashInProgressResponse) Descriptor() ([]byte, []int)

func (*IsSquashInProgressResponse) GetInProgress

func (m *IsSquashInProgressResponse) GetInProgress() bool

func (*IsSquashInProgressResponse) ProtoMessage

func (*IsSquashInProgressResponse) ProtoMessage()

func (*IsSquashInProgressResponse) Reset

func (m *IsSquashInProgressResponse) Reset()

func (*IsSquashInProgressResponse) String

func (m *IsSquashInProgressResponse) String() string

func (*IsSquashInProgressResponse) XXX_DiscardUnknown

func (m *IsSquashInProgressResponse) XXX_DiscardUnknown()

func (*IsSquashInProgressResponse) XXX_Marshal

func (m *IsSquashInProgressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IsSquashInProgressResponse) XXX_Merge

func (m *IsSquashInProgressResponse) XXX_Merge(src proto.Message)

func (*IsSquashInProgressResponse) XXX_Size

func (m *IsSquashInProgressResponse) XXX_Size() int

func (*IsSquashInProgressResponse) XXX_Unmarshal

func (m *IsSquashInProgressResponse) XXX_Unmarshal(b []byte) error

type LFSPointer

type LFSPointer struct {
	// Size is the size of the blob. This is not the size of the LFS object
	// pointed to.
	Size int64 `protobuf:"varint,1,opt,name=size,proto3" json:"size,omitempty"`
	// Data is the bare data of the LFS pointer blob. It contains the pointer to
	// the LFS data in the format specified by the LFS project.
	Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// Oid is the object ID of the blob.
	Oid                  string   `protobuf:"bytes,3,opt,name=oid,proto3" json:"oid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

LFSPointer is a git blob which points to an LFS object.

func (*LFSPointer) Descriptor

func (*LFSPointer) Descriptor() ([]byte, []int)

func (*LFSPointer) GetData

func (m *LFSPointer) GetData() []byte

func (*LFSPointer) GetOid

func (m *LFSPointer) GetOid() string

func (*LFSPointer) GetSize

func (m *LFSPointer) GetSize() int64

func (*LFSPointer) ProtoMessage

func (*LFSPointer) ProtoMessage()

func (*LFSPointer) Reset

func (m *LFSPointer) Reset()

func (*LFSPointer) String

func (m *LFSPointer) String() string

func (*LFSPointer) XXX_DiscardUnknown

func (m *LFSPointer) XXX_DiscardUnknown()

func (*LFSPointer) XXX_Marshal

func (m *LFSPointer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LFSPointer) XXX_Merge

func (m *LFSPointer) XXX_Merge(src proto.Message)

func (*LFSPointer) XXX_Size

func (m *LFSPointer) XXX_Size() int

func (*LFSPointer) XXX_Unmarshal

func (m *LFSPointer) XXX_Unmarshal(b []byte) error

type LastCommitForPathRequest

type LastCommitForPathRequest struct {
	Repository           *Repository    `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Revision             []byte         `protobuf:"bytes,2,opt,name=revision,proto3" json:"revision,omitempty"`
	Path                 []byte         `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
	LiteralPathspec      bool           `protobuf:"varint,4,opt,name=literal_pathspec,json=literalPathspec,proto3" json:"literal_pathspec,omitempty"`
	GlobalOptions        *GlobalOptions `protobuf:"bytes,5,opt,name=global_options,json=globalOptions,proto3" json:"global_options,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*LastCommitForPathRequest) Descriptor

func (*LastCommitForPathRequest) Descriptor() ([]byte, []int)

func (*LastCommitForPathRequest) GetGlobalOptions

func (m *LastCommitForPathRequest) GetGlobalOptions() *GlobalOptions

func (*LastCommitForPathRequest) GetLiteralPathspec

func (m *LastCommitForPathRequest) GetLiteralPathspec() bool

func (*LastCommitForPathRequest) GetPath

func (m *LastCommitForPathRequest) GetPath() []byte

func (*LastCommitForPathRequest) GetRepository

func (m *LastCommitForPathRequest) GetRepository() *Repository

func (*LastCommitForPathRequest) GetRevision

func (m *LastCommitForPathRequest) GetRevision() []byte

func (*LastCommitForPathRequest) ProtoMessage

func (*LastCommitForPathRequest) ProtoMessage()

func (*LastCommitForPathRequest) Reset

func (m *LastCommitForPathRequest) Reset()

func (*LastCommitForPathRequest) String

func (m *LastCommitForPathRequest) String() string

func (*LastCommitForPathRequest) XXX_DiscardUnknown

func (m *LastCommitForPathRequest) XXX_DiscardUnknown()

func (*LastCommitForPathRequest) XXX_Marshal

func (m *LastCommitForPathRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LastCommitForPathRequest) XXX_Merge

func (m *LastCommitForPathRequest) XXX_Merge(src proto.Message)

func (*LastCommitForPathRequest) XXX_Size

func (m *LastCommitForPathRequest) XXX_Size() int

func (*LastCommitForPathRequest) XXX_Unmarshal

func (m *LastCommitForPathRequest) XXX_Unmarshal(b []byte) error

type LastCommitForPathResponse

type LastCommitForPathResponse struct {
	// commit is nil when the commit was not found
	Commit               *GitCommit `protobuf:"bytes,1,opt,name=commit,proto3" json:"commit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*LastCommitForPathResponse) Descriptor

func (*LastCommitForPathResponse) Descriptor() ([]byte, []int)

func (*LastCommitForPathResponse) GetCommit

func (m *LastCommitForPathResponse) GetCommit() *GitCommit

func (*LastCommitForPathResponse) ProtoMessage

func (*LastCommitForPathResponse) ProtoMessage()

func (*LastCommitForPathResponse) Reset

func (m *LastCommitForPathResponse) Reset()

func (*LastCommitForPathResponse) String

func (m *LastCommitForPathResponse) String() string

func (*LastCommitForPathResponse) XXX_DiscardUnknown

func (m *LastCommitForPathResponse) XXX_DiscardUnknown()

func (*LastCommitForPathResponse) XXX_Marshal

func (m *LastCommitForPathResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LastCommitForPathResponse) XXX_Merge

func (m *LastCommitForPathResponse) XXX_Merge(src proto.Message)

func (*LastCommitForPathResponse) XXX_Size

func (m *LastCommitForPathResponse) XXX_Size() int

func (*LastCommitForPathResponse) XXX_Unmarshal

func (m *LastCommitForPathResponse) XXX_Unmarshal(b []byte) error

type LinkRepositoryToObjectPoolRequest

type LinkRepositoryToObjectPoolRequest struct {
	ObjectPool           *ObjectPool `protobuf:"bytes,1,opt,name=object_pool,json=objectPool,proto3" json:"object_pool,omitempty"`
	Repository           *Repository `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*LinkRepositoryToObjectPoolRequest) Descriptor

func (*LinkRepositoryToObjectPoolRequest) Descriptor() ([]byte, []int)

func (*LinkRepositoryToObjectPoolRequest) GetObjectPool

func (m *LinkRepositoryToObjectPoolRequest) GetObjectPool() *ObjectPool

func (*LinkRepositoryToObjectPoolRequest) GetRepository

func (m *LinkRepositoryToObjectPoolRequest) GetRepository() *Repository

func (*LinkRepositoryToObjectPoolRequest) ProtoMessage

func (*LinkRepositoryToObjectPoolRequest) ProtoMessage()

func (*LinkRepositoryToObjectPoolRequest) Reset

func (*LinkRepositoryToObjectPoolRequest) String

func (*LinkRepositoryToObjectPoolRequest) XXX_DiscardUnknown

func (m *LinkRepositoryToObjectPoolRequest) XXX_DiscardUnknown()

func (*LinkRepositoryToObjectPoolRequest) XXX_Marshal

func (m *LinkRepositoryToObjectPoolRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LinkRepositoryToObjectPoolRequest) XXX_Merge

func (*LinkRepositoryToObjectPoolRequest) XXX_Size

func (m *LinkRepositoryToObjectPoolRequest) XXX_Size() int

func (*LinkRepositoryToObjectPoolRequest) XXX_Unmarshal

func (m *LinkRepositoryToObjectPoolRequest) XXX_Unmarshal(b []byte) error

type LinkRepositoryToObjectPoolResponse

type LinkRepositoryToObjectPoolResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LinkRepositoryToObjectPoolResponse) Descriptor

func (*LinkRepositoryToObjectPoolResponse) Descriptor() ([]byte, []int)

func (*LinkRepositoryToObjectPoolResponse) ProtoMessage

func (*LinkRepositoryToObjectPoolResponse) ProtoMessage()

func (*LinkRepositoryToObjectPoolResponse) Reset

func (*LinkRepositoryToObjectPoolResponse) String

func (*LinkRepositoryToObjectPoolResponse) XXX_DiscardUnknown

func (m *LinkRepositoryToObjectPoolResponse) XXX_DiscardUnknown()

func (*LinkRepositoryToObjectPoolResponse) XXX_Marshal

func (m *LinkRepositoryToObjectPoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LinkRepositoryToObjectPoolResponse) XXX_Merge

func (*LinkRepositoryToObjectPoolResponse) XXX_Size

func (*LinkRepositoryToObjectPoolResponse) XXX_Unmarshal

func (m *LinkRepositoryToObjectPoolResponse) XXX_Unmarshal(b []byte) error

type ListAllLFSPointersRequest

type ListAllLFSPointersRequest struct {
	// Repository is the repository for which LFS pointers should be retrieved
	// from.
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// Limit limits the number of LFS pointers returned.
	Limit                int32    `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ListAllLFSPointersRequest is a request for the ListAllLFSPointers RPC.

func (*ListAllLFSPointersRequest) Descriptor

func (*ListAllLFSPointersRequest) Descriptor() ([]byte, []int)

func (*ListAllLFSPointersRequest) GetLimit

func (m *ListAllLFSPointersRequest) GetLimit() int32

func (*ListAllLFSPointersRequest) GetRepository

func (m *ListAllLFSPointersRequest) GetRepository() *Repository

func (*ListAllLFSPointersRequest) ProtoMessage

func (*ListAllLFSPointersRequest) ProtoMessage()

func (*ListAllLFSPointersRequest) Reset

func (m *ListAllLFSPointersRequest) Reset()

func (*ListAllLFSPointersRequest) String

func (m *ListAllLFSPointersRequest) String() string

func (*ListAllLFSPointersRequest) XXX_DiscardUnknown

func (m *ListAllLFSPointersRequest) XXX_DiscardUnknown()

func (*ListAllLFSPointersRequest) XXX_Marshal

func (m *ListAllLFSPointersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListAllLFSPointersRequest) XXX_Merge

func (m *ListAllLFSPointersRequest) XXX_Merge(src proto.Message)

func (*ListAllLFSPointersRequest) XXX_Size

func (m *ListAllLFSPointersRequest) XXX_Size() int

func (*ListAllLFSPointersRequest) XXX_Unmarshal

func (m *ListAllLFSPointersRequest) XXX_Unmarshal(b []byte) error

type ListAllLFSPointersResponse

type ListAllLFSPointersResponse struct {
	// LfsPointers is the list of LFS pointers which were requested.
	LfsPointers          []*LFSPointer `protobuf:"bytes,1,rep,name=lfs_pointers,json=lfsPointers,proto3" json:"lfs_pointers,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

ListAllLFSPointersResponse is a response for the ListAllLFSPointers RPC.

func (*ListAllLFSPointersResponse) Descriptor

func (*ListAllLFSPointersResponse) Descriptor() ([]byte, []int)

func (*ListAllLFSPointersResponse) GetLfsPointers

func (m *ListAllLFSPointersResponse) GetLfsPointers() []*LFSPointer

func (*ListAllLFSPointersResponse) ProtoMessage

func (*ListAllLFSPointersResponse) ProtoMessage()

func (*ListAllLFSPointersResponse) Reset

func (m *ListAllLFSPointersResponse) Reset()

func (*ListAllLFSPointersResponse) String

func (m *ListAllLFSPointersResponse) String() string

func (*ListAllLFSPointersResponse) XXX_DiscardUnknown

func (m *ListAllLFSPointersResponse) XXX_DiscardUnknown()

func (*ListAllLFSPointersResponse) XXX_Marshal

func (m *ListAllLFSPointersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListAllLFSPointersResponse) XXX_Merge

func (m *ListAllLFSPointersResponse) XXX_Merge(src proto.Message)

func (*ListAllLFSPointersResponse) XXX_Size

func (m *ListAllLFSPointersResponse) XXX_Size() int

func (*ListAllLFSPointersResponse) XXX_Unmarshal

func (m *ListAllLFSPointersResponse) XXX_Unmarshal(b []byte) error

type ListBranchNamesContainingCommitRequest

type ListBranchNamesContainingCommitRequest struct {
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	CommitId   string      `protobuf:"bytes,2,opt,name=commit_id,json=commitId,proto3" json:"commit_id,omitempty"`
	// Limit the number of tag names to be returned
	// If the limit is set to zero, all items will be returned
	Limit                uint32   `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListBranchNamesContainingCommitRequest) Descriptor

func (*ListBranchNamesContainingCommitRequest) Descriptor() ([]byte, []int)

func (*ListBranchNamesContainingCommitRequest) GetCommitId

func (*ListBranchNamesContainingCommitRequest) GetLimit

func (*ListBranchNamesContainingCommitRequest) GetRepository

func (*ListBranchNamesContainingCommitRequest) ProtoMessage

func (*ListBranchNamesContainingCommitRequest) Reset

func (*ListBranchNamesContainingCommitRequest) String

func (*ListBranchNamesContainingCommitRequest) XXX_DiscardUnknown

func (m *ListBranchNamesContainingCommitRequest) XXX_DiscardUnknown()

func (*ListBranchNamesContainingCommitRequest) XXX_Marshal

func (m *ListBranchNamesContainingCommitRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListBranchNamesContainingCommitRequest) XXX_Merge

func (*ListBranchNamesContainingCommitRequest) XXX_Size

func (*ListBranchNamesContainingCommitRequest) XXX_Unmarshal

func (m *ListBranchNamesContainingCommitRequest) XXX_Unmarshal(b []byte) error

type ListBranchNamesContainingCommitResponse

type ListBranchNamesContainingCommitResponse struct {
	BranchNames          [][]byte `protobuf:"bytes,2,rep,name=branch_names,json=branchNames,proto3" json:"branch_names,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListBranchNamesContainingCommitResponse) Descriptor

func (*ListBranchNamesContainingCommitResponse) Descriptor() ([]byte, []int)

func (*ListBranchNamesContainingCommitResponse) GetBranchNames

func (m *ListBranchNamesContainingCommitResponse) GetBranchNames() [][]byte

func (*ListBranchNamesContainingCommitResponse) ProtoMessage

func (*ListBranchNamesContainingCommitResponse) Reset

func (*ListBranchNamesContainingCommitResponse) String

func (*ListBranchNamesContainingCommitResponse) XXX_DiscardUnknown

func (m *ListBranchNamesContainingCommitResponse) XXX_DiscardUnknown()

func (*ListBranchNamesContainingCommitResponse) XXX_Marshal

func (m *ListBranchNamesContainingCommitResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListBranchNamesContainingCommitResponse) XXX_Merge

func (*ListBranchNamesContainingCommitResponse) XXX_Size

func (*ListBranchNamesContainingCommitResponse) XXX_Unmarshal

func (m *ListBranchNamesContainingCommitResponse) XXX_Unmarshal(b []byte) error

type ListCommitsByOidRequest

type ListCommitsByOidRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Oid                  []string    `protobuf:"bytes,2,rep,name=oid,proto3" json:"oid,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ListCommitsByOidRequest) Descriptor

func (*ListCommitsByOidRequest) Descriptor() ([]byte, []int)

func (*ListCommitsByOidRequest) GetOid

func (m *ListCommitsByOidRequest) GetOid() []string

func (*ListCommitsByOidRequest) GetRepository

func (m *ListCommitsByOidRequest) GetRepository() *Repository

func (*ListCommitsByOidRequest) ProtoMessage

func (*ListCommitsByOidRequest) ProtoMessage()

func (*ListCommitsByOidRequest) Reset

func (m *ListCommitsByOidRequest) Reset()

func (*ListCommitsByOidRequest) String

func (m *ListCommitsByOidRequest) String() string

func (*ListCommitsByOidRequest) XXX_DiscardUnknown

func (m *ListCommitsByOidRequest) XXX_DiscardUnknown()

func (*ListCommitsByOidRequest) XXX_Marshal

func (m *ListCommitsByOidRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListCommitsByOidRequest) XXX_Merge

func (m *ListCommitsByOidRequest) XXX_Merge(src proto.Message)

func (*ListCommitsByOidRequest) XXX_Size

func (m *ListCommitsByOidRequest) XXX_Size() int

func (*ListCommitsByOidRequest) XXX_Unmarshal

func (m *ListCommitsByOidRequest) XXX_Unmarshal(b []byte) error

type ListCommitsByOidResponse

type ListCommitsByOidResponse struct {
	Commits              []*GitCommit `protobuf:"bytes,1,rep,name=commits,proto3" json:"commits,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ListCommitsByOidResponse) Descriptor

func (*ListCommitsByOidResponse) Descriptor() ([]byte, []int)

func (*ListCommitsByOidResponse) GetCommits

func (m *ListCommitsByOidResponse) GetCommits() []*GitCommit

func (*ListCommitsByOidResponse) ProtoMessage

func (*ListCommitsByOidResponse) ProtoMessage()

func (*ListCommitsByOidResponse) Reset

func (m *ListCommitsByOidResponse) Reset()

func (*ListCommitsByOidResponse) String

func (m *ListCommitsByOidResponse) String() string

func (*ListCommitsByOidResponse) XXX_DiscardUnknown

func (m *ListCommitsByOidResponse) XXX_DiscardUnknown()

func (*ListCommitsByOidResponse) XXX_Marshal

func (m *ListCommitsByOidResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListCommitsByOidResponse) XXX_Merge

func (m *ListCommitsByOidResponse) XXX_Merge(src proto.Message)

func (*ListCommitsByOidResponse) XXX_Size

func (m *ListCommitsByOidResponse) XXX_Size() int

func (*ListCommitsByOidResponse) XXX_Unmarshal

func (m *ListCommitsByOidResponse) XXX_Unmarshal(b []byte) error

type ListCommitsByRefNameRequest

type ListCommitsByRefNameRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	RefNames             [][]byte    `protobuf:"bytes,2,rep,name=ref_names,json=refNames,proto3" json:"ref_names,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ListCommitsByRefNameRequest) Descriptor

func (*ListCommitsByRefNameRequest) Descriptor() ([]byte, []int)

func (*ListCommitsByRefNameRequest) GetRefNames

func (m *ListCommitsByRefNameRequest) GetRefNames() [][]byte

func (*ListCommitsByRefNameRequest) GetRepository

func (m *ListCommitsByRefNameRequest) GetRepository() *Repository

func (*ListCommitsByRefNameRequest) ProtoMessage

func (*ListCommitsByRefNameRequest) ProtoMessage()

func (*ListCommitsByRefNameRequest) Reset

func (m *ListCommitsByRefNameRequest) Reset()

func (*ListCommitsByRefNameRequest) String

func (m *ListCommitsByRefNameRequest) String() string

func (*ListCommitsByRefNameRequest) XXX_DiscardUnknown

func (m *ListCommitsByRefNameRequest) XXX_DiscardUnknown()

func (*ListCommitsByRefNameRequest) XXX_Marshal

func (m *ListCommitsByRefNameRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListCommitsByRefNameRequest) XXX_Merge

func (m *ListCommitsByRefNameRequest) XXX_Merge(src proto.Message)

func (*ListCommitsByRefNameRequest) XXX_Size

func (m *ListCommitsByRefNameRequest) XXX_Size() int

func (*ListCommitsByRefNameRequest) XXX_Unmarshal

func (m *ListCommitsByRefNameRequest) XXX_Unmarshal(b []byte) error

type ListCommitsByRefNameResponse

type ListCommitsByRefNameResponse struct {
	CommitRefs           []*ListCommitsByRefNameResponse_CommitForRef `protobuf:"bytes,2,rep,name=commit_refs,json=commitRefs,proto3" json:"commit_refs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                     `json:"-"`
	XXX_unrecognized     []byte                                       `json:"-"`
	XXX_sizecache        int32                                        `json:"-"`
}

func (*ListCommitsByRefNameResponse) Descriptor

func (*ListCommitsByRefNameResponse) Descriptor() ([]byte, []int)

func (*ListCommitsByRefNameResponse) GetCommitRefs

func (*ListCommitsByRefNameResponse) ProtoMessage

func (*ListCommitsByRefNameResponse) ProtoMessage()

func (*ListCommitsByRefNameResponse) Reset

func (m *ListCommitsByRefNameResponse) Reset()

func (*ListCommitsByRefNameResponse) String

func (*ListCommitsByRefNameResponse) XXX_DiscardUnknown

func (m *ListCommitsByRefNameResponse) XXX_DiscardUnknown()

func (*ListCommitsByRefNameResponse) XXX_Marshal

func (m *ListCommitsByRefNameResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListCommitsByRefNameResponse) XXX_Merge

func (m *ListCommitsByRefNameResponse) XXX_Merge(src proto.Message)

func (*ListCommitsByRefNameResponse) XXX_Size

func (m *ListCommitsByRefNameResponse) XXX_Size() int

func (*ListCommitsByRefNameResponse) XXX_Unmarshal

func (m *ListCommitsByRefNameResponse) XXX_Unmarshal(b []byte) error

type ListCommitsByRefNameResponse_CommitForRef

type ListCommitsByRefNameResponse_CommitForRef struct {
	Commit               *GitCommit `protobuf:"bytes,1,opt,name=commit,proto3" json:"commit,omitempty"`
	RefName              []byte     `protobuf:"bytes,2,opt,name=ref_name,json=refName,proto3" json:"ref_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*ListCommitsByRefNameResponse_CommitForRef) Descriptor

func (*ListCommitsByRefNameResponse_CommitForRef) Descriptor() ([]byte, []int)

func (*ListCommitsByRefNameResponse_CommitForRef) GetCommit

func (*ListCommitsByRefNameResponse_CommitForRef) GetRefName

func (*ListCommitsByRefNameResponse_CommitForRef) ProtoMessage

func (*ListCommitsByRefNameResponse_CommitForRef) Reset

func (*ListCommitsByRefNameResponse_CommitForRef) String

func (*ListCommitsByRefNameResponse_CommitForRef) XXX_DiscardUnknown

func (m *ListCommitsByRefNameResponse_CommitForRef) XXX_DiscardUnknown()

func (*ListCommitsByRefNameResponse_CommitForRef) XXX_Marshal

func (m *ListCommitsByRefNameResponse_CommitForRef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListCommitsByRefNameResponse_CommitForRef) XXX_Merge

func (*ListCommitsByRefNameResponse_CommitForRef) XXX_Size

func (*ListCommitsByRefNameResponse_CommitForRef) XXX_Unmarshal

type ListConflictFilesRequest

type ListConflictFilesRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	OurCommitOid         string      `protobuf:"bytes,2,opt,name=our_commit_oid,json=ourCommitOid,proto3" json:"our_commit_oid,omitempty"`
	TheirCommitOid       string      `protobuf:"bytes,3,opt,name=their_commit_oid,json=theirCommitOid,proto3" json:"their_commit_oid,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ListConflictFilesRequest) Descriptor

func (*ListConflictFilesRequest) Descriptor() ([]byte, []int)

func (*ListConflictFilesRequest) GetOurCommitOid

func (m *ListConflictFilesRequest) GetOurCommitOid() string

func (*ListConflictFilesRequest) GetRepository

func (m *ListConflictFilesRequest) GetRepository() *Repository

func (*ListConflictFilesRequest) GetTheirCommitOid

func (m *ListConflictFilesRequest) GetTheirCommitOid() string

func (*ListConflictFilesRequest) ProtoMessage

func (*ListConflictFilesRequest) ProtoMessage()

func (*ListConflictFilesRequest) Reset

func (m *ListConflictFilesRequest) Reset()

func (*ListConflictFilesRequest) String

func (m *ListConflictFilesRequest) String() string

func (*ListConflictFilesRequest) XXX_DiscardUnknown

func (m *ListConflictFilesRequest) XXX_DiscardUnknown()

func (*ListConflictFilesRequest) XXX_Marshal

func (m *ListConflictFilesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListConflictFilesRequest) XXX_Merge

func (m *ListConflictFilesRequest) XXX_Merge(src proto.Message)

func (*ListConflictFilesRequest) XXX_Size

func (m *ListConflictFilesRequest) XXX_Size() int

func (*ListConflictFilesRequest) XXX_Unmarshal

func (m *ListConflictFilesRequest) XXX_Unmarshal(b []byte) error

type ListConflictFilesResponse

type ListConflictFilesResponse struct {
	Files                []*ConflictFile `protobuf:"bytes,1,rep,name=files,proto3" json:"files,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ListConflictFilesResponse) Descriptor

func (*ListConflictFilesResponse) Descriptor() ([]byte, []int)

func (*ListConflictFilesResponse) GetFiles

func (m *ListConflictFilesResponse) GetFiles() []*ConflictFile

func (*ListConflictFilesResponse) ProtoMessage

func (*ListConflictFilesResponse) ProtoMessage()

func (*ListConflictFilesResponse) Reset

func (m *ListConflictFilesResponse) Reset()

func (*ListConflictFilesResponse) String

func (m *ListConflictFilesResponse) String() string

func (*ListConflictFilesResponse) XXX_DiscardUnknown

func (m *ListConflictFilesResponse) XXX_DiscardUnknown()

func (*ListConflictFilesResponse) XXX_Marshal

func (m *ListConflictFilesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListConflictFilesResponse) XXX_Merge

func (m *ListConflictFilesResponse) XXX_Merge(src proto.Message)

func (*ListConflictFilesResponse) XXX_Size

func (m *ListConflictFilesResponse) XXX_Size() int

func (*ListConflictFilesResponse) XXX_Unmarshal

func (m *ListConflictFilesResponse) XXX_Unmarshal(b []byte) error

type ListFilesRequest

type ListFilesRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Revision             []byte      `protobuf:"bytes,2,opt,name=revision,proto3" json:"revision,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ListFilesRequest) Descriptor

func (*ListFilesRequest) Descriptor() ([]byte, []int)

func (*ListFilesRequest) GetRepository

func (m *ListFilesRequest) GetRepository() *Repository

func (*ListFilesRequest) GetRevision

func (m *ListFilesRequest) GetRevision() []byte

func (*ListFilesRequest) ProtoMessage

func (*ListFilesRequest) ProtoMessage()

func (*ListFilesRequest) Reset

func (m *ListFilesRequest) Reset()

func (*ListFilesRequest) String

func (m *ListFilesRequest) String() string

func (*ListFilesRequest) XXX_DiscardUnknown

func (m *ListFilesRequest) XXX_DiscardUnknown()

func (*ListFilesRequest) XXX_Marshal

func (m *ListFilesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListFilesRequest) XXX_Merge

func (m *ListFilesRequest) XXX_Merge(src proto.Message)

func (*ListFilesRequest) XXX_Size

func (m *ListFilesRequest) XXX_Size() int

func (*ListFilesRequest) XXX_Unmarshal

func (m *ListFilesRequest) XXX_Unmarshal(b []byte) error

type ListFilesResponse

type ListFilesResponse struct {
	// Remember to force encoding utf-8 on the client side
	Paths                [][]byte `protobuf:"bytes,1,rep,name=paths,proto3" json:"paths,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

A single 'page' of the paginated response

func (*ListFilesResponse) Descriptor

func (*ListFilesResponse) Descriptor() ([]byte, []int)

func (*ListFilesResponse) GetPaths

func (m *ListFilesResponse) GetPaths() [][]byte

func (*ListFilesResponse) ProtoMessage

func (*ListFilesResponse) ProtoMessage()

func (*ListFilesResponse) Reset

func (m *ListFilesResponse) Reset()

func (*ListFilesResponse) String

func (m *ListFilesResponse) String() string

func (*ListFilesResponse) XXX_DiscardUnknown

func (m *ListFilesResponse) XXX_DiscardUnknown()

func (*ListFilesResponse) XXX_Marshal

func (m *ListFilesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListFilesResponse) XXX_Merge

func (m *ListFilesResponse) XXX_Merge(src proto.Message)

func (*ListFilesResponse) XXX_Size

func (m *ListFilesResponse) XXX_Size() int

func (*ListFilesResponse) XXX_Unmarshal

func (m *ListFilesResponse) XXX_Unmarshal(b []byte) error

type ListLFSPointersRequest

type ListLFSPointersRequest struct {
	// Repository is the repository for which LFS pointers should be retrieved
	// from.
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// Revisions is the list of revisions to retrieve LFS pointers from. Must be
	// a non-empty list.
	Revisions []string `protobuf:"bytes,2,rep,name=revisions,proto3" json:"revisions,omitempty"`
	// Limit limits the number of LFS pointers returned.
	Limit                int32    `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ListLFSPointersRequest is a request for the ListLFSPointers RPC.

func (*ListLFSPointersRequest) Descriptor

func (*ListLFSPointersRequest) Descriptor() ([]byte, []int)

func (*ListLFSPointersRequest) GetLimit

func (m *ListLFSPointersRequest) GetLimit() int32

func (*ListLFSPointersRequest) GetRepository

func (m *ListLFSPointersRequest) GetRepository() *Repository

func (*ListLFSPointersRequest) GetRevisions

func (m *ListLFSPointersRequest) GetRevisions() []string

func (*ListLFSPointersRequest) ProtoMessage

func (*ListLFSPointersRequest) ProtoMessage()

func (*ListLFSPointersRequest) Reset

func (m *ListLFSPointersRequest) Reset()

func (*ListLFSPointersRequest) String

func (m *ListLFSPointersRequest) String() string

func (*ListLFSPointersRequest) XXX_DiscardUnknown

func (m *ListLFSPointersRequest) XXX_DiscardUnknown()

func (*ListLFSPointersRequest) XXX_Marshal

func (m *ListLFSPointersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListLFSPointersRequest) XXX_Merge

func (m *ListLFSPointersRequest) XXX_Merge(src proto.Message)

func (*ListLFSPointersRequest) XXX_Size

func (m *ListLFSPointersRequest) XXX_Size() int

func (*ListLFSPointersRequest) XXX_Unmarshal

func (m *ListLFSPointersRequest) XXX_Unmarshal(b []byte) error

type ListLFSPointersResponse

type ListLFSPointersResponse struct {
	// LfsPointers is the list of LFS pointers which were requested.
	LfsPointers          []*LFSPointer `protobuf:"bytes,1,rep,name=lfs_pointers,json=lfsPointers,proto3" json:"lfs_pointers,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

ListLFSPointersResponse is a response for the ListLFSPointers RPC.

func (*ListLFSPointersResponse) Descriptor

func (*ListLFSPointersResponse) Descriptor() ([]byte, []int)

func (*ListLFSPointersResponse) GetLfsPointers

func (m *ListLFSPointersResponse) GetLfsPointers() []*LFSPointer

func (*ListLFSPointersResponse) ProtoMessage

func (*ListLFSPointersResponse) ProtoMessage()

func (*ListLFSPointersResponse) Reset

func (m *ListLFSPointersResponse) Reset()

func (*ListLFSPointersResponse) String

func (m *ListLFSPointersResponse) String() string

func (*ListLFSPointersResponse) XXX_DiscardUnknown

func (m *ListLFSPointersResponse) XXX_DiscardUnknown()

func (*ListLFSPointersResponse) XXX_Marshal

func (m *ListLFSPointersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListLFSPointersResponse) XXX_Merge

func (m *ListLFSPointersResponse) XXX_Merge(src proto.Message)

func (*ListLFSPointersResponse) XXX_Size

func (m *ListLFSPointersResponse) XXX_Size() int

func (*ListLFSPointersResponse) XXX_Unmarshal

func (m *ListLFSPointersResponse) XXX_Unmarshal(b []byte) error

type ListLastCommitsForTreeRequest

type ListLastCommitsForTreeRequest struct {
	Repository           *Repository    `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Revision             string         `protobuf:"bytes,2,opt,name=revision,proto3" json:"revision,omitempty"`
	Path                 []byte         `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
	Limit                int32          `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset               int32          `protobuf:"varint,5,opt,name=offset,proto3" json:"offset,omitempty"`
	LiteralPathspec      bool           `protobuf:"varint,6,opt,name=literal_pathspec,json=literalPathspec,proto3" json:"literal_pathspec,omitempty"` // Deprecated: Do not use.
	GlobalOptions        *GlobalOptions `protobuf:"bytes,7,opt,name=global_options,json=globalOptions,proto3" json:"global_options,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*ListLastCommitsForTreeRequest) Descriptor

func (*ListLastCommitsForTreeRequest) Descriptor() ([]byte, []int)

func (*ListLastCommitsForTreeRequest) GetGlobalOptions

func (m *ListLastCommitsForTreeRequest) GetGlobalOptions() *GlobalOptions

func (*ListLastCommitsForTreeRequest) GetLimit

func (m *ListLastCommitsForTreeRequest) GetLimit() int32

func (*ListLastCommitsForTreeRequest) GetLiteralPathspec deprecated

func (m *ListLastCommitsForTreeRequest) GetLiteralPathspec() bool

Deprecated: Do not use.

func (*ListLastCommitsForTreeRequest) GetOffset

func (m *ListLastCommitsForTreeRequest) GetOffset() int32

func (*ListLastCommitsForTreeRequest) GetPath

func (m *ListLastCommitsForTreeRequest) GetPath() []byte

func (*ListLastCommitsForTreeRequest) GetRepository

func (m *ListLastCommitsForTreeRequest) GetRepository() *Repository

func (*ListLastCommitsForTreeRequest) GetRevision

func (m *ListLastCommitsForTreeRequest) GetRevision() string

func (*ListLastCommitsForTreeRequest) ProtoMessage

func (*ListLastCommitsForTreeRequest) ProtoMessage()

func (*ListLastCommitsForTreeRequest) Reset

func (m *ListLastCommitsForTreeRequest) Reset()

func (*ListLastCommitsForTreeRequest) String

func (*ListLastCommitsForTreeRequest) XXX_DiscardUnknown

func (m *ListLastCommitsForTreeRequest) XXX_DiscardUnknown()

func (*ListLastCommitsForTreeRequest) XXX_Marshal

func (m *ListLastCommitsForTreeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListLastCommitsForTreeRequest) XXX_Merge

func (m *ListLastCommitsForTreeRequest) XXX_Merge(src proto.Message)

func (*ListLastCommitsForTreeRequest) XXX_Size

func (m *ListLastCommitsForTreeRequest) XXX_Size() int

func (*ListLastCommitsForTreeRequest) XXX_Unmarshal

func (m *ListLastCommitsForTreeRequest) XXX_Unmarshal(b []byte) error

type ListLastCommitsForTreeResponse

type ListLastCommitsForTreeResponse struct {
	Commits              []*ListLastCommitsForTreeResponse_CommitForTree `protobuf:"bytes,1,rep,name=commits,proto3" json:"commits,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                        `json:"-"`
	XXX_unrecognized     []byte                                          `json:"-"`
	XXX_sizecache        int32                                           `json:"-"`
}

func (*ListLastCommitsForTreeResponse) Descriptor

func (*ListLastCommitsForTreeResponse) Descriptor() ([]byte, []int)

func (*ListLastCommitsForTreeResponse) GetCommits

func (*ListLastCommitsForTreeResponse) ProtoMessage

func (*ListLastCommitsForTreeResponse) ProtoMessage()

func (*ListLastCommitsForTreeResponse) Reset

func (m *ListLastCommitsForTreeResponse) Reset()

func (*ListLastCommitsForTreeResponse) String

func (*ListLastCommitsForTreeResponse) XXX_DiscardUnknown

func (m *ListLastCommitsForTreeResponse) XXX_DiscardUnknown()

func (*ListLastCommitsForTreeResponse) XXX_Marshal

func (m *ListLastCommitsForTreeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListLastCommitsForTreeResponse) XXX_Merge

func (m *ListLastCommitsForTreeResponse) XXX_Merge(src proto.Message)

func (*ListLastCommitsForTreeResponse) XXX_Size

func (m *ListLastCommitsForTreeResponse) XXX_Size() int

func (*ListLastCommitsForTreeResponse) XXX_Unmarshal

func (m *ListLastCommitsForTreeResponse) XXX_Unmarshal(b []byte) error

type ListLastCommitsForTreeResponse_CommitForTree

type ListLastCommitsForTreeResponse_CommitForTree struct {
	Commit               *GitCommit `protobuf:"bytes,2,opt,name=commit,proto3" json:"commit,omitempty"`
	PathBytes            []byte     `protobuf:"bytes,4,opt,name=path_bytes,json=pathBytes,proto3" json:"path_bytes,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*ListLastCommitsForTreeResponse_CommitForTree) Descriptor

func (*ListLastCommitsForTreeResponse_CommitForTree) GetCommit

func (*ListLastCommitsForTreeResponse_CommitForTree) GetPathBytes

func (*ListLastCommitsForTreeResponse_CommitForTree) ProtoMessage

func (*ListLastCommitsForTreeResponse_CommitForTree) Reset

func (*ListLastCommitsForTreeResponse_CommitForTree) String

func (*ListLastCommitsForTreeResponse_CommitForTree) XXX_DiscardUnknown

func (m *ListLastCommitsForTreeResponse_CommitForTree) XXX_DiscardUnknown()

func (*ListLastCommitsForTreeResponse_CommitForTree) XXX_Marshal

func (m *ListLastCommitsForTreeResponse_CommitForTree) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListLastCommitsForTreeResponse_CommitForTree) XXX_Merge

func (*ListLastCommitsForTreeResponse_CommitForTree) XXX_Size

func (*ListLastCommitsForTreeResponse_CommitForTree) XXX_Unmarshal

type ListNewBlobsRequest

type ListNewBlobsRequest struct {
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	CommitId   string      `protobuf:"bytes,2,opt,name=commit_id,json=commitId,proto3" json:"commit_id,omitempty"`
	// Limit the number of revs to be returned fro mgit-rev-list
	// If the limit is set to zero, all items will be returned
	Limit                uint32   `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListNewBlobsRequest) Descriptor

func (*ListNewBlobsRequest) Descriptor() ([]byte, []int)

func (*ListNewBlobsRequest) GetCommitId

func (m *ListNewBlobsRequest) GetCommitId() string

func (*ListNewBlobsRequest) GetLimit

func (m *ListNewBlobsRequest) GetLimit() uint32

func (*ListNewBlobsRequest) GetRepository

func (m *ListNewBlobsRequest) GetRepository() *Repository

func (*ListNewBlobsRequest) ProtoMessage

func (*ListNewBlobsRequest) ProtoMessage()

func (*ListNewBlobsRequest) Reset

func (m *ListNewBlobsRequest) Reset()

func (*ListNewBlobsRequest) String

func (m *ListNewBlobsRequest) String() string

func (*ListNewBlobsRequest) XXX_DiscardUnknown

func (m *ListNewBlobsRequest) XXX_DiscardUnknown()

func (*ListNewBlobsRequest) XXX_Marshal

func (m *ListNewBlobsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListNewBlobsRequest) XXX_Merge

func (m *ListNewBlobsRequest) XXX_Merge(src proto.Message)

func (*ListNewBlobsRequest) XXX_Size

func (m *ListNewBlobsRequest) XXX_Size() int

func (*ListNewBlobsRequest) XXX_Unmarshal

func (m *ListNewBlobsRequest) XXX_Unmarshal(b []byte) error

type ListNewBlobsResponse

type ListNewBlobsResponse struct {
	NewBlobObjects       []*NewBlobObject `protobuf:"bytes,1,rep,name=new_blob_objects,json=newBlobObjects,proto3" json:"new_blob_objects,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*ListNewBlobsResponse) Descriptor

func (*ListNewBlobsResponse) Descriptor() ([]byte, []int)

func (*ListNewBlobsResponse) GetNewBlobObjects

func (m *ListNewBlobsResponse) GetNewBlobObjects() []*NewBlobObject

func (*ListNewBlobsResponse) ProtoMessage

func (*ListNewBlobsResponse) ProtoMessage()

func (*ListNewBlobsResponse) Reset

func (m *ListNewBlobsResponse) Reset()

func (*ListNewBlobsResponse) String

func (m *ListNewBlobsResponse) String() string

func (*ListNewBlobsResponse) XXX_DiscardUnknown

func (m *ListNewBlobsResponse) XXX_DiscardUnknown()

func (*ListNewBlobsResponse) XXX_Marshal

func (m *ListNewBlobsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListNewBlobsResponse) XXX_Merge

func (m *ListNewBlobsResponse) XXX_Merge(src proto.Message)

func (*ListNewBlobsResponse) XXX_Size

func (m *ListNewBlobsResponse) XXX_Size() int

func (*ListNewBlobsResponse) XXX_Unmarshal

func (m *ListNewBlobsResponse) XXX_Unmarshal(b []byte) error

type ListNewCommitsRequest

type ListNewCommitsRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	CommitId             string      `protobuf:"bytes,2,opt,name=commit_id,json=commitId,proto3" json:"commit_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ListNewCommitsRequest) Descriptor

func (*ListNewCommitsRequest) Descriptor() ([]byte, []int)

func (*ListNewCommitsRequest) GetCommitId

func (m *ListNewCommitsRequest) GetCommitId() string

func (*ListNewCommitsRequest) GetRepository

func (m *ListNewCommitsRequest) GetRepository() *Repository

func (*ListNewCommitsRequest) ProtoMessage

func (*ListNewCommitsRequest) ProtoMessage()

func (*ListNewCommitsRequest) Reset

func (m *ListNewCommitsRequest) Reset()

func (*ListNewCommitsRequest) String

func (m *ListNewCommitsRequest) String() string

func (*ListNewCommitsRequest) XXX_DiscardUnknown

func (m *ListNewCommitsRequest) XXX_DiscardUnknown()

func (*ListNewCommitsRequest) XXX_Marshal

func (m *ListNewCommitsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListNewCommitsRequest) XXX_Merge

func (m *ListNewCommitsRequest) XXX_Merge(src proto.Message)

func (*ListNewCommitsRequest) XXX_Size

func (m *ListNewCommitsRequest) XXX_Size() int

func (*ListNewCommitsRequest) XXX_Unmarshal

func (m *ListNewCommitsRequest) XXX_Unmarshal(b []byte) error

type ListNewCommitsResponse

type ListNewCommitsResponse struct {
	Commits              []*GitCommit `protobuf:"bytes,1,rep,name=commits,proto3" json:"commits,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ListNewCommitsResponse) Descriptor

func (*ListNewCommitsResponse) Descriptor() ([]byte, []int)

func (*ListNewCommitsResponse) GetCommits

func (m *ListNewCommitsResponse) GetCommits() []*GitCommit

func (*ListNewCommitsResponse) ProtoMessage

func (*ListNewCommitsResponse) ProtoMessage()

func (*ListNewCommitsResponse) Reset

func (m *ListNewCommitsResponse) Reset()

func (*ListNewCommitsResponse) String

func (m *ListNewCommitsResponse) String() string

func (*ListNewCommitsResponse) XXX_DiscardUnknown

func (m *ListNewCommitsResponse) XXX_DiscardUnknown()

func (*ListNewCommitsResponse) XXX_Marshal

func (m *ListNewCommitsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListNewCommitsResponse) XXX_Merge

func (m *ListNewCommitsResponse) XXX_Merge(src proto.Message)

func (*ListNewCommitsResponse) XXX_Size

func (m *ListNewCommitsResponse) XXX_Size() int

func (*ListNewCommitsResponse) XXX_Unmarshal

func (m *ListNewCommitsResponse) XXX_Unmarshal(b []byte) error

type ListRemotesRequest

type ListRemotesRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ListRemotesRequest) Descriptor

func (*ListRemotesRequest) Descriptor() ([]byte, []int)

func (*ListRemotesRequest) GetRepository

func (m *ListRemotesRequest) GetRepository() *Repository

func (*ListRemotesRequest) ProtoMessage

func (*ListRemotesRequest) ProtoMessage()

func (*ListRemotesRequest) Reset

func (m *ListRemotesRequest) Reset()

func (*ListRemotesRequest) String

func (m *ListRemotesRequest) String() string

func (*ListRemotesRequest) XXX_DiscardUnknown

func (m *ListRemotesRequest) XXX_DiscardUnknown()

func (*ListRemotesRequest) XXX_Marshal

func (m *ListRemotesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListRemotesRequest) XXX_Merge

func (m *ListRemotesRequest) XXX_Merge(src proto.Message)

func (*ListRemotesRequest) XXX_Size

func (m *ListRemotesRequest) XXX_Size() int

func (*ListRemotesRequest) XXX_Unmarshal

func (m *ListRemotesRequest) XXX_Unmarshal(b []byte) error

type ListRemotesResponse

type ListRemotesResponse struct {
	Remotes              []*ListRemotesResponse_Remote `protobuf:"bytes,1,rep,name=remotes,proto3" json:"remotes,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*ListRemotesResponse) Descriptor

func (*ListRemotesResponse) Descriptor() ([]byte, []int)

func (*ListRemotesResponse) GetRemotes

func (*ListRemotesResponse) ProtoMessage

func (*ListRemotesResponse) ProtoMessage()

func (*ListRemotesResponse) Reset

func (m *ListRemotesResponse) Reset()

func (*ListRemotesResponse) String

func (m *ListRemotesResponse) String() string

func (*ListRemotesResponse) XXX_DiscardUnknown

func (m *ListRemotesResponse) XXX_DiscardUnknown()

func (*ListRemotesResponse) XXX_Marshal

func (m *ListRemotesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListRemotesResponse) XXX_Merge

func (m *ListRemotesResponse) XXX_Merge(src proto.Message)

func (*ListRemotesResponse) XXX_Size

func (m *ListRemotesResponse) XXX_Size() int

func (*ListRemotesResponse) XXX_Unmarshal

func (m *ListRemotesResponse) XXX_Unmarshal(b []byte) error

type ListRemotesResponse_Remote

type ListRemotesResponse_Remote struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	FetchUrl             string   `protobuf:"bytes,2,opt,name=fetch_url,json=fetchUrl,proto3" json:"fetch_url,omitempty"`
	PushUrl              string   `protobuf:"bytes,3,opt,name=push_url,json=pushUrl,proto3" json:"push_url,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListRemotesResponse_Remote) Descriptor

func (*ListRemotesResponse_Remote) Descriptor() ([]byte, []int)

func (*ListRemotesResponse_Remote) GetFetchUrl

func (m *ListRemotesResponse_Remote) GetFetchUrl() string

func (*ListRemotesResponse_Remote) GetName

func (m *ListRemotesResponse_Remote) GetName() string

func (*ListRemotesResponse_Remote) GetPushUrl

func (m *ListRemotesResponse_Remote) GetPushUrl() string

func (*ListRemotesResponse_Remote) ProtoMessage

func (*ListRemotesResponse_Remote) ProtoMessage()

func (*ListRemotesResponse_Remote) Reset

func (m *ListRemotesResponse_Remote) Reset()

func (*ListRemotesResponse_Remote) String

func (m *ListRemotesResponse_Remote) String() string

func (*ListRemotesResponse_Remote) XXX_DiscardUnknown

func (m *ListRemotesResponse_Remote) XXX_DiscardUnknown()

func (*ListRemotesResponse_Remote) XXX_Marshal

func (m *ListRemotesResponse_Remote) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListRemotesResponse_Remote) XXX_Merge

func (m *ListRemotesResponse_Remote) XXX_Merge(src proto.Message)

func (*ListRemotesResponse_Remote) XXX_Size

func (m *ListRemotesResponse_Remote) XXX_Size() int

func (*ListRemotesResponse_Remote) XXX_Unmarshal

func (m *ListRemotesResponse_Remote) XXX_Unmarshal(b []byte) error

type ListTagNamesContainingCommitRequest

type ListTagNamesContainingCommitRequest struct {
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	CommitId   string      `protobuf:"bytes,2,opt,name=commit_id,json=commitId,proto3" json:"commit_id,omitempty"`
	// Limit the number of tag names to be returned
	// If the limit is set to zero, all items will be returned
	Limit                uint32   `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListTagNamesContainingCommitRequest) Descriptor

func (*ListTagNamesContainingCommitRequest) Descriptor() ([]byte, []int)

func (*ListTagNamesContainingCommitRequest) GetCommitId

func (*ListTagNamesContainingCommitRequest) GetLimit

func (*ListTagNamesContainingCommitRequest) GetRepository

func (m *ListTagNamesContainingCommitRequest) GetRepository() *Repository

func (*ListTagNamesContainingCommitRequest) ProtoMessage

func (*ListTagNamesContainingCommitRequest) ProtoMessage()

func (*ListTagNamesContainingCommitRequest) Reset

func (*ListTagNamesContainingCommitRequest) String

func (*ListTagNamesContainingCommitRequest) XXX_DiscardUnknown

func (m *ListTagNamesContainingCommitRequest) XXX_DiscardUnknown()

func (*ListTagNamesContainingCommitRequest) XXX_Marshal

func (m *ListTagNamesContainingCommitRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListTagNamesContainingCommitRequest) XXX_Merge

func (*ListTagNamesContainingCommitRequest) XXX_Size

func (*ListTagNamesContainingCommitRequest) XXX_Unmarshal

func (m *ListTagNamesContainingCommitRequest) XXX_Unmarshal(b []byte) error

type ListTagNamesContainingCommitResponse

type ListTagNamesContainingCommitResponse struct {
	TagNames             [][]byte `protobuf:"bytes,2,rep,name=tag_names,json=tagNames,proto3" json:"tag_names,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListTagNamesContainingCommitResponse) Descriptor

func (*ListTagNamesContainingCommitResponse) Descriptor() ([]byte, []int)

func (*ListTagNamesContainingCommitResponse) GetTagNames

func (m *ListTagNamesContainingCommitResponse) GetTagNames() [][]byte

func (*ListTagNamesContainingCommitResponse) ProtoMessage

func (*ListTagNamesContainingCommitResponse) ProtoMessage()

func (*ListTagNamesContainingCommitResponse) Reset

func (*ListTagNamesContainingCommitResponse) String

func (*ListTagNamesContainingCommitResponse) XXX_DiscardUnknown

func (m *ListTagNamesContainingCommitResponse) XXX_DiscardUnknown()

func (*ListTagNamesContainingCommitResponse) XXX_Marshal

func (m *ListTagNamesContainingCommitResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListTagNamesContainingCommitResponse) XXX_Merge

func (*ListTagNamesContainingCommitResponse) XXX_Size

func (*ListTagNamesContainingCommitResponse) XXX_Unmarshal

func (m *ListTagNamesContainingCommitResponse) XXX_Unmarshal(b []byte) error

type MidxRepackRequest

type MidxRepackRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*MidxRepackRequest) Descriptor

func (*MidxRepackRequest) Descriptor() ([]byte, []int)

func (*MidxRepackRequest) GetRepository

func (m *MidxRepackRequest) GetRepository() *Repository

func (*MidxRepackRequest) ProtoMessage

func (*MidxRepackRequest) ProtoMessage()

func (*MidxRepackRequest) Reset

func (m *MidxRepackRequest) Reset()

func (*MidxRepackRequest) String

func (m *MidxRepackRequest) String() string

func (*MidxRepackRequest) XXX_DiscardUnknown

func (m *MidxRepackRequest) XXX_DiscardUnknown()

func (*MidxRepackRequest) XXX_Marshal

func (m *MidxRepackRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MidxRepackRequest) XXX_Merge

func (m *MidxRepackRequest) XXX_Merge(src proto.Message)

func (*MidxRepackRequest) XXX_Size

func (m *MidxRepackRequest) XXX_Size() int

func (*MidxRepackRequest) XXX_Unmarshal

func (m *MidxRepackRequest) XXX_Unmarshal(b []byte) error

type MidxRepackResponse

type MidxRepackResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MidxRepackResponse) Descriptor

func (*MidxRepackResponse) Descriptor() ([]byte, []int)

func (*MidxRepackResponse) ProtoMessage

func (*MidxRepackResponse) ProtoMessage()

func (*MidxRepackResponse) Reset

func (m *MidxRepackResponse) Reset()

func (*MidxRepackResponse) String

func (m *MidxRepackResponse) String() string

func (*MidxRepackResponse) XXX_DiscardUnknown

func (m *MidxRepackResponse) XXX_DiscardUnknown()

func (*MidxRepackResponse) XXX_Marshal

func (m *MidxRepackResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MidxRepackResponse) XXX_Merge

func (m *MidxRepackResponse) XXX_Merge(src proto.Message)

func (*MidxRepackResponse) XXX_Size

func (m *MidxRepackResponse) XXX_Size() int

func (*MidxRepackResponse) XXX_Unmarshal

func (m *MidxRepackResponse) XXX_Unmarshal(b []byte) error

type NamespaceExistsRequest

type NamespaceExistsRequest struct {
	StorageName          string   `protobuf:"bytes,1,opt,name=storage_name,json=storageName,proto3" json:"storage_name,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NamespaceExistsRequest) Descriptor

func (*NamespaceExistsRequest) Descriptor() ([]byte, []int)

func (*NamespaceExistsRequest) GetName

func (m *NamespaceExistsRequest) GetName() string

func (*NamespaceExistsRequest) GetStorageName

func (m *NamespaceExistsRequest) GetStorageName() string

func (*NamespaceExistsRequest) ProtoMessage

func (*NamespaceExistsRequest) ProtoMessage()

func (*NamespaceExistsRequest) Reset

func (m *NamespaceExistsRequest) Reset()

func (*NamespaceExistsRequest) String

func (m *NamespaceExistsRequest) String() string

func (*NamespaceExistsRequest) XXX_DiscardUnknown

func (m *NamespaceExistsRequest) XXX_DiscardUnknown()

func (*NamespaceExistsRequest) XXX_Marshal

func (m *NamespaceExistsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NamespaceExistsRequest) XXX_Merge

func (m *NamespaceExistsRequest) XXX_Merge(src proto.Message)

func (*NamespaceExistsRequest) XXX_Size

func (m *NamespaceExistsRequest) XXX_Size() int

func (*NamespaceExistsRequest) XXX_Unmarshal

func (m *NamespaceExistsRequest) XXX_Unmarshal(b []byte) error

type NamespaceExistsResponse

type NamespaceExistsResponse struct {
	Exists               bool     `protobuf:"varint,1,opt,name=exists,proto3" json:"exists,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NamespaceExistsResponse) Descriptor

func (*NamespaceExistsResponse) Descriptor() ([]byte, []int)

func (*NamespaceExistsResponse) GetExists

func (m *NamespaceExistsResponse) GetExists() bool

func (*NamespaceExistsResponse) ProtoMessage

func (*NamespaceExistsResponse) ProtoMessage()

func (*NamespaceExistsResponse) Reset

func (m *NamespaceExistsResponse) Reset()

func (*NamespaceExistsResponse) String

func (m *NamespaceExistsResponse) String() string

func (*NamespaceExistsResponse) XXX_DiscardUnknown

func (m *NamespaceExistsResponse) XXX_DiscardUnknown()

func (*NamespaceExistsResponse) XXX_Marshal

func (m *NamespaceExistsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NamespaceExistsResponse) XXX_Merge

func (m *NamespaceExistsResponse) XXX_Merge(src proto.Message)

func (*NamespaceExistsResponse) XXX_Size

func (m *NamespaceExistsResponse) XXX_Size() int

func (*NamespaceExistsResponse) XXX_Unmarshal

func (m *NamespaceExistsResponse) XXX_Unmarshal(b []byte) error

type NamespaceServiceClient

type NamespaceServiceClient interface {
	AddNamespace(ctx context.Context, in *AddNamespaceRequest, opts ...grpc.CallOption) (*AddNamespaceResponse, error)
	RemoveNamespace(ctx context.Context, in *RemoveNamespaceRequest, opts ...grpc.CallOption) (*RemoveNamespaceResponse, error)
	RenameNamespace(ctx context.Context, in *RenameNamespaceRequest, opts ...grpc.CallOption) (*RenameNamespaceResponse, error)
	NamespaceExists(ctx context.Context, in *NamespaceExistsRequest, opts ...grpc.CallOption) (*NamespaceExistsResponse, error)
}

NamespaceServiceClient is the client API for NamespaceService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewNamespaceServiceClient

func NewNamespaceServiceClient(cc *grpc.ClientConn) NamespaceServiceClient

type NamespaceServiceServer

NamespaceServiceServer is the server API for NamespaceService service.

type NewBlobObject

type NewBlobObject struct {
	Size                 int64    `protobuf:"varint,1,opt,name=size,proto3" json:"size,omitempty"`
	Oid                  string   `protobuf:"bytes,2,opt,name=oid,proto3" json:"oid,omitempty"`
	Path                 []byte   `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NewBlobObject) Descriptor

func (*NewBlobObject) Descriptor() ([]byte, []int)

func (*NewBlobObject) GetOid

func (m *NewBlobObject) GetOid() string

func (*NewBlobObject) GetPath

func (m *NewBlobObject) GetPath() []byte

func (*NewBlobObject) GetSize

func (m *NewBlobObject) GetSize() int64

func (*NewBlobObject) ProtoMessage

func (*NewBlobObject) ProtoMessage()

func (*NewBlobObject) Reset

func (m *NewBlobObject) Reset()

func (*NewBlobObject) String

func (m *NewBlobObject) String() string

func (*NewBlobObject) XXX_DiscardUnknown

func (m *NewBlobObject) XXX_DiscardUnknown()

func (*NewBlobObject) XXX_Marshal

func (m *NewBlobObject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NewBlobObject) XXX_Merge

func (m *NewBlobObject) XXX_Merge(src proto.Message)

func (*NewBlobObject) XXX_Size

func (m *NewBlobObject) XXX_Size() int

func (*NewBlobObject) XXX_Unmarshal

func (m *NewBlobObject) XXX_Unmarshal(b []byte) error

type ObjectPool

type ObjectPool struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ObjectPool) Descriptor

func (*ObjectPool) Descriptor() ([]byte, []int)

func (*ObjectPool) GetRepository

func (m *ObjectPool) GetRepository() *Repository

func (*ObjectPool) ProtoMessage

func (*ObjectPool) ProtoMessage()

func (*ObjectPool) Reset

func (m *ObjectPool) Reset()

func (*ObjectPool) String

func (m *ObjectPool) String() string

func (*ObjectPool) XXX_DiscardUnknown

func (m *ObjectPool) XXX_DiscardUnknown()

func (*ObjectPool) XXX_Marshal

func (m *ObjectPool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ObjectPool) XXX_Merge

func (m *ObjectPool) XXX_Merge(src proto.Message)

func (*ObjectPool) XXX_Size

func (m *ObjectPool) XXX_Size() int

func (*ObjectPool) XXX_Unmarshal

func (m *ObjectPool) XXX_Unmarshal(b []byte) error

type ObjectPoolServiceClient

type ObjectPoolServiceClient interface {
	CreateObjectPool(ctx context.Context, in *CreateObjectPoolRequest, opts ...grpc.CallOption) (*CreateObjectPoolResponse, error)
	DeleteObjectPool(ctx context.Context, in *DeleteObjectPoolRequest, opts ...grpc.CallOption) (*DeleteObjectPoolResponse, error)
	// Repositories are assumed to be stored on the same disk
	LinkRepositoryToObjectPool(ctx context.Context, in *LinkRepositoryToObjectPoolRequest, opts ...grpc.CallOption) (*LinkRepositoryToObjectPoolResponse, error)
	UnlinkRepositoryFromObjectPool(ctx context.Context, in *UnlinkRepositoryFromObjectPoolRequest, opts ...grpc.CallOption) (*UnlinkRepositoryFromObjectPoolResponse, error)
	ReduplicateRepository(ctx context.Context, in *ReduplicateRepositoryRequest, opts ...grpc.CallOption) (*ReduplicateRepositoryResponse, error)
	DisconnectGitAlternates(ctx context.Context, in *DisconnectGitAlternatesRequest, opts ...grpc.CallOption) (*DisconnectGitAlternatesResponse, error)
	FetchIntoObjectPool(ctx context.Context, in *FetchIntoObjectPoolRequest, opts ...grpc.CallOption) (*FetchIntoObjectPoolResponse, error)
	GetObjectPool(ctx context.Context, in *GetObjectPoolRequest, opts ...grpc.CallOption) (*GetObjectPoolResponse, error)
}

ObjectPoolServiceClient is the client API for ObjectPoolService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewObjectPoolServiceClient

func NewObjectPoolServiceClient(cc *grpc.ClientConn) ObjectPoolServiceClient

type ObjectPoolServiceServer

ObjectPoolServiceServer is the server API for ObjectPoolService service.

type ObjectType

type ObjectType int32
const (
	ObjectType_UNKNOWN ObjectType = 0
	ObjectType_COMMIT  ObjectType = 1
	ObjectType_BLOB    ObjectType = 2
	ObjectType_TREE    ObjectType = 3
	ObjectType_TAG     ObjectType = 4
)

func (ObjectType) EnumDescriptor

func (ObjectType) EnumDescriptor() ([]byte, []int)

func (ObjectType) String

func (x ObjectType) String() string

type OperationBranchUpdate

type OperationBranchUpdate struct {
	// commit_id is set to the OID of the created commit if a branch was created or updated.
	CommitId string `protobuf:"bytes,1,opt,name=commit_id,json=commitId,proto3" json:"commit_id,omitempty"`
	// repo_created indicates whether the branch created was the first one in the repository.
	// Used for cache invalidation in GitLab.
	RepoCreated bool `protobuf:"varint,2,opt,name=repo_created,json=repoCreated,proto3" json:"repo_created,omitempty"`
	// branch_created indicates whether the branch already existed in the repository
	// and was updated or whether it was created. Used for cache invalidation in GitLab.
	BranchCreated        bool     `protobuf:"varint,3,opt,name=branch_created,json=branchCreated,proto3" json:"branch_created,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

OperationBranchUpdate contains the details of a branch update.

func (*OperationBranchUpdate) Descriptor

func (*OperationBranchUpdate) Descriptor() ([]byte, []int)

func (*OperationBranchUpdate) GetBranchCreated

func (m *OperationBranchUpdate) GetBranchCreated() bool

func (*OperationBranchUpdate) GetCommitId

func (m *OperationBranchUpdate) GetCommitId() string

func (*OperationBranchUpdate) GetRepoCreated

func (m *OperationBranchUpdate) GetRepoCreated() bool

func (*OperationBranchUpdate) ProtoMessage

func (*OperationBranchUpdate) ProtoMessage()

func (*OperationBranchUpdate) Reset

func (m *OperationBranchUpdate) Reset()

func (*OperationBranchUpdate) String

func (m *OperationBranchUpdate) String() string

func (*OperationBranchUpdate) XXX_DiscardUnknown

func (m *OperationBranchUpdate) XXX_DiscardUnknown()

func (*OperationBranchUpdate) XXX_Marshal

func (m *OperationBranchUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OperationBranchUpdate) XXX_Merge

func (m *OperationBranchUpdate) XXX_Merge(src proto.Message)

func (*OperationBranchUpdate) XXX_Size

func (m *OperationBranchUpdate) XXX_Size() int

func (*OperationBranchUpdate) XXX_Unmarshal

func (m *OperationBranchUpdate) XXX_Unmarshal(b []byte) error

type OperationMsg

type OperationMsg struct {
	Op OperationMsg_Operation `protobuf:"varint,1,opt,name=op,proto3,enum=gitaly.OperationMsg_Operation" json:"op,omitempty"`
	// Scope level indicates what level an RPC interacts with a server:
	//   - REPOSITORY: scoped to only a single repo
	//   - SERVER: affects the entire server and potentially all repos
	//   - STORAGE: scoped to a specific storage location and all repos within
	ScopeLevel           OperationMsg_Scope `protobuf:"varint,2,opt,name=scope_level,json=scopeLevel,proto3,enum=gitaly.OperationMsg_Scope" json:"scope_level,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*OperationMsg) Descriptor

func (*OperationMsg) Descriptor() ([]byte, []int)

func (*OperationMsg) GetOp

func (*OperationMsg) GetScopeLevel

func (m *OperationMsg) GetScopeLevel() OperationMsg_Scope

func (*OperationMsg) ProtoMessage

func (*OperationMsg) ProtoMessage()

func (*OperationMsg) Reset

func (m *OperationMsg) Reset()

func (*OperationMsg) String

func (m *OperationMsg) String() string

func (*OperationMsg) XXX_DiscardUnknown

func (m *OperationMsg) XXX_DiscardUnknown()

func (*OperationMsg) XXX_Marshal

func (m *OperationMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OperationMsg) XXX_Merge

func (m *OperationMsg) XXX_Merge(src proto.Message)

func (*OperationMsg) XXX_Size

func (m *OperationMsg) XXX_Size() int

func (*OperationMsg) XXX_Unmarshal

func (m *OperationMsg) XXX_Unmarshal(b []byte) error

type OperationMsg_Operation

type OperationMsg_Operation int32
const (
	OperationMsg_UNKNOWN  OperationMsg_Operation = 0
	OperationMsg_MUTATOR  OperationMsg_Operation = 1
	OperationMsg_ACCESSOR OperationMsg_Operation = 2
)

func (OperationMsg_Operation) EnumDescriptor

func (OperationMsg_Operation) EnumDescriptor() ([]byte, []int)

func (OperationMsg_Operation) String

func (x OperationMsg_Operation) String() string

type OperationMsg_Scope

type OperationMsg_Scope int32
const (
	OperationMsg_REPOSITORY OperationMsg_Scope = 0
	OperationMsg_STORAGE    OperationMsg_Scope = 2
)

func (OperationMsg_Scope) EnumDescriptor

func (OperationMsg_Scope) EnumDescriptor() ([]byte, []int)

func (OperationMsg_Scope) String

func (x OperationMsg_Scope) String() string

type OperationServiceClient

type OperationServiceClient interface {
	UserCreateBranch(ctx context.Context, in *UserCreateBranchRequest, opts ...grpc.CallOption) (*UserCreateBranchResponse, error)
	UserUpdateBranch(ctx context.Context, in *UserUpdateBranchRequest, opts ...grpc.CallOption) (*UserUpdateBranchResponse, error)
	UserDeleteBranch(ctx context.Context, in *UserDeleteBranchRequest, opts ...grpc.CallOption) (*UserDeleteBranchResponse, error)
	// UserCreateTag creates a new tag.
	UserCreateTag(ctx context.Context, in *UserCreateTagRequest, opts ...grpc.CallOption) (*UserCreateTagResponse, error)
	UserDeleteTag(ctx context.Context, in *UserDeleteTagRequest, opts ...grpc.CallOption) (*UserDeleteTagResponse, error)
	// UserMergeRef creates a merge commit and updates target_ref to point to that
	// new commit. The first parent of the merge commit (the main line) is taken
	// from first_parent_ref. The second parent is specified by its commit ID in source_sha.
	// If target_ref already exists it will be overwritten.
	UserMergeToRef(ctx context.Context, in *UserMergeToRefRequest, opts ...grpc.CallOption) (*UserMergeToRefResponse, error)
	// UserMergeBranch tries to merge the given commit into the target branch.
	// The merge commit is created with the given user as author/committer and
	// the given message.
	//
	// This RPC requires confirmation to make any user-visible changes to the
	// repository. The first request sent shall contain details about the
	// requested merge, which will result in a response with the created merge
	// commit ID. Only if a second message with `apply = true` is sent will the
	// merge be applied.
	UserMergeBranch(ctx context.Context, opts ...grpc.CallOption) (OperationService_UserMergeBranchClient, error)
	// UserFFBranch tries to perform a fast-forward merge of the given branch to
	// the given commit. If the merge is not a fast-forward merge, the request
	// will fail. The RPC will return an empty response in case updating the
	// reference fails e.g. because of a race.
	UserFFBranch(ctx context.Context, in *UserFFBranchRequest, opts ...grpc.CallOption) (*UserFFBranchResponse, error)
	// UserCherryPick tries to perform a cherry-pick of a given commit onto a
	// branch.
	UserCherryPick(ctx context.Context, in *UserCherryPickRequest, opts ...grpc.CallOption) (*UserCherryPickResponse, error)
	// UserCommitFiles builds a commit from a stream of actions and updates the target branch to point to it.
	// UserCommitFilesRequest with a UserCommitFilesRequestHeader must be sent as the first message of the stream.
	// Following that, a variable number of actions can be sent to build a new commit. Each action consists of
	// a header followed by content if used by the action.
	UserCommitFiles(ctx context.Context, opts ...grpc.CallOption) (OperationService_UserCommitFilesClient, error)
	// UserRebaseConfirmable rebases the given remote branch onto a target
	// branch. The remote branch may be part of another repository.
	//
	// This RPC requires confirmation to make any user-visible changes to the
	// repository. The first request sent shall contains details about the
	// requested rebase, which will result in a response with the created rebase
	// commit ID. Only if a second message with `apply = true` is sent will the
	// rebase be applied.
	UserRebaseConfirmable(ctx context.Context, opts ...grpc.CallOption) (OperationService_UserRebaseConfirmableClient, error)
	// UserRevert tries to perform a revert of a given commit onto a branch.
	UserRevert(ctx context.Context, in *UserRevertRequest, opts ...grpc.CallOption) (*UserRevertResponse, error)
	// UserSquash squashes a range of commits into a single commit.
	UserSquash(ctx context.Context, in *UserSquashRequest, opts ...grpc.CallOption) (*UserSquashResponse, error)
	// UserApplyPatch applies patches to a given branch.
	UserApplyPatch(ctx context.Context, opts ...grpc.CallOption) (OperationService_UserApplyPatchClient, error)
	// UserUpdateSubmodule updates a submodule to point to a new commit.
	UserUpdateSubmodule(ctx context.Context, in *UserUpdateSubmoduleRequest, opts ...grpc.CallOption) (*UserUpdateSubmoduleResponse, error)
}

OperationServiceClient is the client API for OperationService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewOperationServiceClient

func NewOperationServiceClient(cc *grpc.ClientConn) OperationServiceClient

type OperationServiceServer

type OperationServiceServer interface {
	UserCreateBranch(context.Context, *UserCreateBranchRequest) (*UserCreateBranchResponse, error)
	UserUpdateBranch(context.Context, *UserUpdateBranchRequest) (*UserUpdateBranchResponse, error)
	UserDeleteBranch(context.Context, *UserDeleteBranchRequest) (*UserDeleteBranchResponse, error)
	// UserCreateTag creates a new tag.
	UserCreateTag(context.Context, *UserCreateTagRequest) (*UserCreateTagResponse, error)
	UserDeleteTag(context.Context, *UserDeleteTagRequest) (*UserDeleteTagResponse, error)
	// UserMergeRef creates a merge commit and updates target_ref to point to that
	// new commit. The first parent of the merge commit (the main line) is taken
	// from first_parent_ref. The second parent is specified by its commit ID in source_sha.
	// If target_ref already exists it will be overwritten.
	UserMergeToRef(context.Context, *UserMergeToRefRequest) (*UserMergeToRefResponse, error)
	// UserMergeBranch tries to merge the given commit into the target branch.
	// The merge commit is created with the given user as author/committer and
	// the given message.
	//
	// This RPC requires confirmation to make any user-visible changes to the
	// repository. The first request sent shall contain details about the
	// requested merge, which will result in a response with the created merge
	// commit ID. Only if a second message with `apply = true` is sent will the
	// merge be applied.
	UserMergeBranch(OperationService_UserMergeBranchServer) error
	// UserFFBranch tries to perform a fast-forward merge of the given branch to
	// the given commit. If the merge is not a fast-forward merge, the request
	// will fail. The RPC will return an empty response in case updating the
	// reference fails e.g. because of a race.
	UserFFBranch(context.Context, *UserFFBranchRequest) (*UserFFBranchResponse, error)
	// UserCherryPick tries to perform a cherry-pick of a given commit onto a
	// branch.
	UserCherryPick(context.Context, *UserCherryPickRequest) (*UserCherryPickResponse, error)
	// UserCommitFiles builds a commit from a stream of actions and updates the target branch to point to it.
	// UserCommitFilesRequest with a UserCommitFilesRequestHeader must be sent as the first message of the stream.
	// Following that, a variable number of actions can be sent to build a new commit. Each action consists of
	// a header followed by content if used by the action.
	UserCommitFiles(OperationService_UserCommitFilesServer) error
	// UserRebaseConfirmable rebases the given remote branch onto a target
	// branch. The remote branch may be part of another repository.
	//
	// This RPC requires confirmation to make any user-visible changes to the
	// repository. The first request sent shall contains details about the
	// requested rebase, which will result in a response with the created rebase
	// commit ID. Only if a second message with `apply = true` is sent will the
	// rebase be applied.
	UserRebaseConfirmable(OperationService_UserRebaseConfirmableServer) error
	// UserRevert tries to perform a revert of a given commit onto a branch.
	UserRevert(context.Context, *UserRevertRequest) (*UserRevertResponse, error)
	// UserSquash squashes a range of commits into a single commit.
	UserSquash(context.Context, *UserSquashRequest) (*UserSquashResponse, error)
	// UserApplyPatch applies patches to a given branch.
	UserApplyPatch(OperationService_UserApplyPatchServer) error
	// UserUpdateSubmodule updates a submodule to point to a new commit.
	UserUpdateSubmodule(context.Context, *UserUpdateSubmoduleRequest) (*UserUpdateSubmoduleResponse, error)
}

OperationServiceServer is the server API for OperationService service.

type OperationService_UserApplyPatchClient

type OperationService_UserApplyPatchClient interface {
	Send(*UserApplyPatchRequest) error
	CloseAndRecv() (*UserApplyPatchResponse, error)
	grpc.ClientStream
}

type OperationService_UserApplyPatchServer

type OperationService_UserApplyPatchServer interface {
	SendAndClose(*UserApplyPatchResponse) error
	Recv() (*UserApplyPatchRequest, error)
	grpc.ServerStream
}

type OperationService_UserCommitFilesClient

type OperationService_UserCommitFilesClient interface {
	Send(*UserCommitFilesRequest) error
	CloseAndRecv() (*UserCommitFilesResponse, error)
	grpc.ClientStream
}

type OperationService_UserCommitFilesServer

type OperationService_UserCommitFilesServer interface {
	SendAndClose(*UserCommitFilesResponse) error
	Recv() (*UserCommitFilesRequest, error)
	grpc.ServerStream
}

type OperationService_UserMergeBranchClient

type OperationService_UserMergeBranchClient interface {
	Send(*UserMergeBranchRequest) error
	Recv() (*UserMergeBranchResponse, error)
	grpc.ClientStream
}

type OperationService_UserMergeBranchServer

type OperationService_UserMergeBranchServer interface {
	Send(*UserMergeBranchResponse) error
	Recv() (*UserMergeBranchRequest, error)
	grpc.ServerStream
}

type OperationService_UserRebaseConfirmableClient

type OperationService_UserRebaseConfirmableClient interface {
	Send(*UserRebaseConfirmableRequest) error
	Recv() (*UserRebaseConfirmableResponse, error)
	grpc.ClientStream
}

type OperationService_UserRebaseConfirmableServer

type OperationService_UserRebaseConfirmableServer interface {
	Send(*UserRebaseConfirmableResponse) error
	Recv() (*UserRebaseConfirmableRequest, error)
	grpc.ServerStream
}

type OptimizeRepositoryRequest

type OptimizeRepositoryRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*OptimizeRepositoryRequest) Descriptor

func (*OptimizeRepositoryRequest) Descriptor() ([]byte, []int)

func (*OptimizeRepositoryRequest) GetRepository

func (m *OptimizeRepositoryRequest) GetRepository() *Repository

func (*OptimizeRepositoryRequest) ProtoMessage

func (*OptimizeRepositoryRequest) ProtoMessage()

func (*OptimizeRepositoryRequest) Reset

func (m *OptimizeRepositoryRequest) Reset()

func (*OptimizeRepositoryRequest) String

func (m *OptimizeRepositoryRequest) String() string

func (*OptimizeRepositoryRequest) XXX_DiscardUnknown

func (m *OptimizeRepositoryRequest) XXX_DiscardUnknown()

func (*OptimizeRepositoryRequest) XXX_Marshal

func (m *OptimizeRepositoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OptimizeRepositoryRequest) XXX_Merge

func (m *OptimizeRepositoryRequest) XXX_Merge(src proto.Message)

func (*OptimizeRepositoryRequest) XXX_Size

func (m *OptimizeRepositoryRequest) XXX_Size() int

func (*OptimizeRepositoryRequest) XXX_Unmarshal

func (m *OptimizeRepositoryRequest) XXX_Unmarshal(b []byte) error

type OptimizeRepositoryResponse

type OptimizeRepositoryResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OptimizeRepositoryResponse) Descriptor

func (*OptimizeRepositoryResponse) Descriptor() ([]byte, []int)

func (*OptimizeRepositoryResponse) ProtoMessage

func (*OptimizeRepositoryResponse) ProtoMessage()

func (*OptimizeRepositoryResponse) Reset

func (m *OptimizeRepositoryResponse) Reset()

func (*OptimizeRepositoryResponse) String

func (m *OptimizeRepositoryResponse) String() string

func (*OptimizeRepositoryResponse) XXX_DiscardUnknown

func (m *OptimizeRepositoryResponse) XXX_DiscardUnknown()

func (*OptimizeRepositoryResponse) XXX_Marshal

func (m *OptimizeRepositoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OptimizeRepositoryResponse) XXX_Merge

func (m *OptimizeRepositoryResponse) XXX_Merge(src proto.Message)

func (*OptimizeRepositoryResponse) XXX_Size

func (m *OptimizeRepositoryResponse) XXX_Size() int

func (*OptimizeRepositoryResponse) XXX_Unmarshal

func (m *OptimizeRepositoryResponse) XXX_Unmarshal(b []byte) error

type PackObjectsHookRequest

type PackObjectsHookRequest struct {
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// args contains the arguments passed to the pack-objects hook, without the leading "git"
	Args []string `protobuf:"bytes,2,rep,name=args,proto3" json:"args,omitempty"`
	// stdin is meant for consumption by git-pack-objects
	Stdin                []byte   `protobuf:"bytes,3,opt,name=stdin,proto3" json:"stdin,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PackObjectsHookRequest) Descriptor

func (*PackObjectsHookRequest) Descriptor() ([]byte, []int)

func (*PackObjectsHookRequest) GetArgs

func (m *PackObjectsHookRequest) GetArgs() []string

func (*PackObjectsHookRequest) GetRepository

func (m *PackObjectsHookRequest) GetRepository() *Repository

func (*PackObjectsHookRequest) GetStdin

func (m *PackObjectsHookRequest) GetStdin() []byte

func (*PackObjectsHookRequest) ProtoMessage

func (*PackObjectsHookRequest) ProtoMessage()

func (*PackObjectsHookRequest) Reset

func (m *PackObjectsHookRequest) Reset()

func (*PackObjectsHookRequest) String

func (m *PackObjectsHookRequest) String() string

func (*PackObjectsHookRequest) XXX_DiscardUnknown

func (m *PackObjectsHookRequest) XXX_DiscardUnknown()

func (*PackObjectsHookRequest) XXX_Marshal

func (m *PackObjectsHookRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PackObjectsHookRequest) XXX_Merge

func (m *PackObjectsHookRequest) XXX_Merge(src proto.Message)

func (*PackObjectsHookRequest) XXX_Size

func (m *PackObjectsHookRequest) XXX_Size() int

func (*PackObjectsHookRequest) XXX_Unmarshal

func (m *PackObjectsHookRequest) XXX_Unmarshal(b []byte) error

type PackObjectsHookResponse

type PackObjectsHookResponse struct {
	// stdout contains packfile data
	Stdout []byte `protobuf:"bytes,1,opt,name=stdout,proto3" json:"stdout,omitempty"`
	// stderr contains progress messages (such as "Enumerating objects ...")
	Stderr               []byte   `protobuf:"bytes,2,opt,name=stderr,proto3" json:"stderr,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PackObjectsHookResponse) Descriptor

func (*PackObjectsHookResponse) Descriptor() ([]byte, []int)

func (*PackObjectsHookResponse) GetStderr

func (m *PackObjectsHookResponse) GetStderr() []byte

func (*PackObjectsHookResponse) GetStdout

func (m *PackObjectsHookResponse) GetStdout() []byte

func (*PackObjectsHookResponse) ProtoMessage

func (*PackObjectsHookResponse) ProtoMessage()

func (*PackObjectsHookResponse) Reset

func (m *PackObjectsHookResponse) Reset()

func (*PackObjectsHookResponse) String

func (m *PackObjectsHookResponse) String() string

func (*PackObjectsHookResponse) XXX_DiscardUnknown

func (m *PackObjectsHookResponse) XXX_DiscardUnknown()

func (*PackObjectsHookResponse) XXX_Marshal

func (m *PackObjectsHookResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PackObjectsHookResponse) XXX_Merge

func (m *PackObjectsHookResponse) XXX_Merge(src proto.Message)

func (*PackObjectsHookResponse) XXX_Size

func (m *PackObjectsHookResponse) XXX_Size() int

func (*PackObjectsHookResponse) XXX_Unmarshal

func (m *PackObjectsHookResponse) XXX_Unmarshal(b []byte) error

type PackRefsRequest

type PackRefsRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	AllRefs              bool        `protobuf:"varint,2,opt,name=all_refs,json=allRefs,proto3" json:"all_refs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*PackRefsRequest) Descriptor

func (*PackRefsRequest) Descriptor() ([]byte, []int)

func (*PackRefsRequest) GetAllRefs

func (m *PackRefsRequest) GetAllRefs() bool

func (*PackRefsRequest) GetRepository

func (m *PackRefsRequest) GetRepository() *Repository

func (*PackRefsRequest) ProtoMessage

func (*PackRefsRequest) ProtoMessage()

func (*PackRefsRequest) Reset

func (m *PackRefsRequest) Reset()

func (*PackRefsRequest) String

func (m *PackRefsRequest) String() string

func (*PackRefsRequest) XXX_DiscardUnknown

func (m *PackRefsRequest) XXX_DiscardUnknown()

func (*PackRefsRequest) XXX_Marshal

func (m *PackRefsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PackRefsRequest) XXX_Merge

func (m *PackRefsRequest) XXX_Merge(src proto.Message)

func (*PackRefsRequest) XXX_Size

func (m *PackRefsRequest) XXX_Size() int

func (*PackRefsRequest) XXX_Unmarshal

func (m *PackRefsRequest) XXX_Unmarshal(b []byte) error

type PackRefsResponse

type PackRefsResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PackRefsResponse) Descriptor

func (*PackRefsResponse) Descriptor() ([]byte, []int)

func (*PackRefsResponse) ProtoMessage

func (*PackRefsResponse) ProtoMessage()

func (*PackRefsResponse) Reset

func (m *PackRefsResponse) Reset()

func (*PackRefsResponse) String

func (m *PackRefsResponse) String() string

func (*PackRefsResponse) XXX_DiscardUnknown

func (m *PackRefsResponse) XXX_DiscardUnknown()

func (*PackRefsResponse) XXX_Marshal

func (m *PackRefsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PackRefsResponse) XXX_Merge

func (m *PackRefsResponse) XXX_Merge(src proto.Message)

func (*PackRefsResponse) XXX_Size

func (m *PackRefsResponse) XXX_Size() int

func (*PackRefsResponse) XXX_Unmarshal

func (m *PackRefsResponse) XXX_Unmarshal(b []byte) error

type PaginationParameter

type PaginationParameter struct {
	// Instructs pagination to start sending results after the provided page
	// token appears. A page token allows for a generic pattern to uniquely
	// identify a result or 'page'. Each paginated RPC may interpret a page
	// token differently.
	PageToken string `protobuf:"bytes,1,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// When fully consuming the response the client will receive _at most_
	// `limit` number of resulting objects. Note that the number of response
	// messages might be much lower, as some response messages already send
	// multiple objects per message.
	// When the limit is smaller than 0, it will be normalized to 2147483647
	// on the server side. When limit is not set, it defaults to 0, and no
	// results are send in the response.
	Limit                int32    `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PaginationParameter) Descriptor

func (*PaginationParameter) Descriptor() ([]byte, []int)

func (*PaginationParameter) GetLimit

func (m *PaginationParameter) GetLimit() int32

func (*PaginationParameter) GetPageToken

func (m *PaginationParameter) GetPageToken() string

func (*PaginationParameter) ProtoMessage

func (*PaginationParameter) ProtoMessage()

func (*PaginationParameter) Reset

func (m *PaginationParameter) Reset()

func (*PaginationParameter) String

func (m *PaginationParameter) String() string

func (*PaginationParameter) XXX_DiscardUnknown

func (m *PaginationParameter) XXX_DiscardUnknown()

func (*PaginationParameter) XXX_Marshal

func (m *PaginationParameter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PaginationParameter) XXX_Merge

func (m *PaginationParameter) XXX_Merge(src proto.Message)

func (*PaginationParameter) XXX_Size

func (m *PaginationParameter) XXX_Size() int

func (*PaginationParameter) XXX_Unmarshal

func (m *PaginationParameter) XXX_Unmarshal(b []byte) error

type PostReceiveHookRequest

type PostReceiveHookRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	EnvironmentVariables []string    `protobuf:"bytes,2,rep,name=environment_variables,json=environmentVariables,proto3" json:"environment_variables,omitempty"`
	Stdin                []byte      `protobuf:"bytes,3,opt,name=stdin,proto3" json:"stdin,omitempty"`
	GitPushOptions       []string    `protobuf:"bytes,4,rep,name=git_push_options,json=gitPushOptions,proto3" json:"git_push_options,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*PostReceiveHookRequest) Descriptor

func (*PostReceiveHookRequest) Descriptor() ([]byte, []int)

func (*PostReceiveHookRequest) GetEnvironmentVariables

func (m *PostReceiveHookRequest) GetEnvironmentVariables() []string

func (*PostReceiveHookRequest) GetGitPushOptions

func (m *PostReceiveHookRequest) GetGitPushOptions() []string

func (*PostReceiveHookRequest) GetRepository

func (m *PostReceiveHookRequest) GetRepository() *Repository

func (*PostReceiveHookRequest) GetStdin

func (m *PostReceiveHookRequest) GetStdin() []byte

func (*PostReceiveHookRequest) ProtoMessage

func (*PostReceiveHookRequest) ProtoMessage()

func (*PostReceiveHookRequest) Reset

func (m *PostReceiveHookRequest) Reset()

func (*PostReceiveHookRequest) String

func (m *PostReceiveHookRequest) String() string

func (*PostReceiveHookRequest) XXX_DiscardUnknown

func (m *PostReceiveHookRequest) XXX_DiscardUnknown()

func (*PostReceiveHookRequest) XXX_Marshal

func (m *PostReceiveHookRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PostReceiveHookRequest) XXX_Merge

func (m *PostReceiveHookRequest) XXX_Merge(src proto.Message)

func (*PostReceiveHookRequest) XXX_Size

func (m *PostReceiveHookRequest) XXX_Size() int

func (*PostReceiveHookRequest) XXX_Unmarshal

func (m *PostReceiveHookRequest) XXX_Unmarshal(b []byte) error

type PostReceiveHookResponse

type PostReceiveHookResponse struct {
	Stdout               []byte      `protobuf:"bytes,1,opt,name=stdout,proto3" json:"stdout,omitempty"`
	Stderr               []byte      `protobuf:"bytes,2,opt,name=stderr,proto3" json:"stderr,omitempty"`
	ExitStatus           *ExitStatus `protobuf:"bytes,3,opt,name=exit_status,json=exitStatus,proto3" json:"exit_status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*PostReceiveHookResponse) Descriptor

func (*PostReceiveHookResponse) Descriptor() ([]byte, []int)

func (*PostReceiveHookResponse) GetExitStatus

func (m *PostReceiveHookResponse) GetExitStatus() *ExitStatus

func (*PostReceiveHookResponse) GetStderr

func (m *PostReceiveHookResponse) GetStderr() []byte

func (*PostReceiveHookResponse) GetStdout

func (m *PostReceiveHookResponse) GetStdout() []byte

func (*PostReceiveHookResponse) ProtoMessage

func (*PostReceiveHookResponse) ProtoMessage()

func (*PostReceiveHookResponse) Reset

func (m *PostReceiveHookResponse) Reset()

func (*PostReceiveHookResponse) String

func (m *PostReceiveHookResponse) String() string

func (*PostReceiveHookResponse) XXX_DiscardUnknown

func (m *PostReceiveHookResponse) XXX_DiscardUnknown()

func (*PostReceiveHookResponse) XXX_Marshal

func (m *PostReceiveHookResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PostReceiveHookResponse) XXX_Merge

func (m *PostReceiveHookResponse) XXX_Merge(src proto.Message)

func (*PostReceiveHookResponse) XXX_Size

func (m *PostReceiveHookResponse) XXX_Size() int

func (*PostReceiveHookResponse) XXX_Unmarshal

func (m *PostReceiveHookResponse) XXX_Unmarshal(b []byte) error

type PostReceivePackRequest

type PostReceivePackRequest struct {
	// repository should only be present in the first message of the stream
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// Raw data to be copied to stdin of 'git receive-pack'
	Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// gl_id, gl_repository, and gl_username become env variables, used by the Git {pre,post}-receive
	// hooks. They should only be present in the first message of the stream.
	GlId         string `protobuf:"bytes,3,opt,name=gl_id,json=glId,proto3" json:"gl_id,omitempty"`
	GlRepository string `protobuf:"bytes,4,opt,name=gl_repository,json=glRepository,proto3" json:"gl_repository,omitempty"`
	GlUsername   string `protobuf:"bytes,5,opt,name=gl_username,json=glUsername,proto3" json:"gl_username,omitempty"`
	// Git protocol version
	GitProtocol string `protobuf:"bytes,6,opt,name=git_protocol,json=gitProtocol,proto3" json:"git_protocol,omitempty"`
	// Parameters to use with git -c (key=value pairs)
	GitConfigOptions     []string `protobuf:"bytes,7,rep,name=git_config_options,json=gitConfigOptions,proto3" json:"git_config_options,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PostReceivePackRequest) Descriptor

func (*PostReceivePackRequest) Descriptor() ([]byte, []int)

func (*PostReceivePackRequest) GetData

func (m *PostReceivePackRequest) GetData() []byte

func (*PostReceivePackRequest) GetGitConfigOptions

func (m *PostReceivePackRequest) GetGitConfigOptions() []string

func (*PostReceivePackRequest) GetGitProtocol

func (m *PostReceivePackRequest) GetGitProtocol() string

func (*PostReceivePackRequest) GetGlId

func (m *PostReceivePackRequest) GetGlId() string

func (*PostReceivePackRequest) GetGlRepository

func (m *PostReceivePackRequest) GetGlRepository() string

func (*PostReceivePackRequest) GetGlUsername

func (m *PostReceivePackRequest) GetGlUsername() string

func (*PostReceivePackRequest) GetRepository

func (m *PostReceivePackRequest) GetRepository() *Repository

func (*PostReceivePackRequest) ProtoMessage

func (*PostReceivePackRequest) ProtoMessage()

func (*PostReceivePackRequest) Reset

func (m *PostReceivePackRequest) Reset()

func (*PostReceivePackRequest) String

func (m *PostReceivePackRequest) String() string

func (*PostReceivePackRequest) XXX_DiscardUnknown

func (m *PostReceivePackRequest) XXX_DiscardUnknown()

func (*PostReceivePackRequest) XXX_Marshal

func (m *PostReceivePackRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PostReceivePackRequest) XXX_Merge

func (m *PostReceivePackRequest) XXX_Merge(src proto.Message)

func (*PostReceivePackRequest) XXX_Size

func (m *PostReceivePackRequest) XXX_Size() int

func (*PostReceivePackRequest) XXX_Unmarshal

func (m *PostReceivePackRequest) XXX_Unmarshal(b []byte) error

type PostReceivePackResponse

type PostReceivePackResponse struct {
	// Raw data from stdout of 'git receive-pack'
	Data                 []byte   `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PostReceivePackResponse) Descriptor

func (*PostReceivePackResponse) Descriptor() ([]byte, []int)

func (*PostReceivePackResponse) GetData

func (m *PostReceivePackResponse) GetData() []byte

func (*PostReceivePackResponse) ProtoMessage

func (*PostReceivePackResponse) ProtoMessage()

func (*PostReceivePackResponse) Reset

func (m *PostReceivePackResponse) Reset()

func (*PostReceivePackResponse) String

func (m *PostReceivePackResponse) String() string

func (*PostReceivePackResponse) XXX_DiscardUnknown

func (m *PostReceivePackResponse) XXX_DiscardUnknown()

func (*PostReceivePackResponse) XXX_Marshal

func (m *PostReceivePackResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PostReceivePackResponse) XXX_Merge

func (m *PostReceivePackResponse) XXX_Merge(src proto.Message)

func (*PostReceivePackResponse) XXX_Size

func (m *PostReceivePackResponse) XXX_Size() int

func (*PostReceivePackResponse) XXX_Unmarshal

func (m *PostReceivePackResponse) XXX_Unmarshal(b []byte) error

type PostUploadPackRequest

type PostUploadPackRequest struct {
	// repository should only be present in the first message of the stream
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// Raw data to be copied to stdin of 'git upload-pack'
	Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// Parameters to use with git -c (key=value pairs)
	GitConfigOptions []string `protobuf:"bytes,3,rep,name=git_config_options,json=gitConfigOptions,proto3" json:"git_config_options,omitempty"`
	// Git protocol version
	GitProtocol          string   `protobuf:"bytes,4,opt,name=git_protocol,json=gitProtocol,proto3" json:"git_protocol,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PostUploadPackRequest) Descriptor

func (*PostUploadPackRequest) Descriptor() ([]byte, []int)

func (*PostUploadPackRequest) GetData

func (m *PostUploadPackRequest) GetData() []byte

func (*PostUploadPackRequest) GetGitConfigOptions

func (m *PostUploadPackRequest) GetGitConfigOptions() []string

func (*PostUploadPackRequest) GetGitProtocol

func (m *PostUploadPackRequest) GetGitProtocol() string

func (*PostUploadPackRequest) GetRepository

func (m *PostUploadPackRequest) GetRepository() *Repository

func (*PostUploadPackRequest) ProtoMessage

func (*PostUploadPackRequest) ProtoMessage()

func (*PostUploadPackRequest) Reset

func (m *PostUploadPackRequest) Reset()

func (*PostUploadPackRequest) String

func (m *PostUploadPackRequest) String() string

func (*PostUploadPackRequest) XXX_DiscardUnknown

func (m *PostUploadPackRequest) XXX_DiscardUnknown()

func (*PostUploadPackRequest) XXX_Marshal

func (m *PostUploadPackRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PostUploadPackRequest) XXX_Merge

func (m *PostUploadPackRequest) XXX_Merge(src proto.Message)

func (*PostUploadPackRequest) XXX_Size

func (m *PostUploadPackRequest) XXX_Size() int

func (*PostUploadPackRequest) XXX_Unmarshal

func (m *PostUploadPackRequest) XXX_Unmarshal(b []byte) error

type PostUploadPackResponse

type PostUploadPackResponse struct {
	// Raw data from stdout of 'git upload-pack'
	Data                 []byte   `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PostUploadPackResponse) Descriptor

func (*PostUploadPackResponse) Descriptor() ([]byte, []int)

func (*PostUploadPackResponse) GetData

func (m *PostUploadPackResponse) GetData() []byte

func (*PostUploadPackResponse) ProtoMessage

func (*PostUploadPackResponse) ProtoMessage()

func (*PostUploadPackResponse) Reset

func (m *PostUploadPackResponse) Reset()

func (*PostUploadPackResponse) String

func (m *PostUploadPackResponse) String() string

func (*PostUploadPackResponse) XXX_DiscardUnknown

func (m *PostUploadPackResponse) XXX_DiscardUnknown()

func (*PostUploadPackResponse) XXX_Marshal

func (m *PostUploadPackResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PostUploadPackResponse) XXX_Merge

func (m *PostUploadPackResponse) XXX_Merge(src proto.Message)

func (*PostUploadPackResponse) XXX_Size

func (m *PostUploadPackResponse) XXX_Size() int

func (*PostUploadPackResponse) XXX_Unmarshal

func (m *PostUploadPackResponse) XXX_Unmarshal(b []byte) error

type PraefectInfoServiceClient

type PraefectInfoServiceClient interface {
	RepositoryReplicas(ctx context.Context, in *RepositoryReplicasRequest, opts ...grpc.CallOption) (*RepositoryReplicasResponse, error)
	// ConsistencyCheck will perform a consistency check on the requested
	// virtual storage backend. A stream of repository statuses will be sent
	// back indicating which repos are consistent with the primary and which ones
	// need repair.
	ConsistencyCheck(ctx context.Context, in *ConsistencyCheckRequest, opts ...grpc.CallOption) (PraefectInfoService_ConsistencyCheckClient, error)
	// DatalossCheck checks for outdated repository replicas.
	DatalossCheck(ctx context.Context, in *DatalossCheckRequest, opts ...grpc.CallOption) (*DatalossCheckResponse, error)
	// SetAuthoritativeStorage sets the authoritative storage for a repository on a given virtual storage.
	// This causes the current version of the repository on the authoritative storage to be considered the
	// latest and overwrite any other version on the virtual storage.
	SetAuthoritativeStorage(ctx context.Context, in *SetAuthoritativeStorageRequest, opts ...grpc.CallOption) (*SetAuthoritativeStorageResponse, error)
	// SetReplicationFactor assigns or unassigns host nodes from the repository to meet the desired replication factor.
	// SetReplicationFactor returns an error when trying to set a replication factor that exceeds the storage node count
	// in the virtual storage. An error is also returned when trying to set a replication factor below one. The primary node
	// won't be unassigned as it needs a copy of the repository to accept writes. Likewise, the primary is the first storage
	// that gets assigned when setting a replication factor for a repository. Assignments of unconfigured storages are ignored.
	// This might cause the actual replication factor to be higher than desired if the replication factor is set during an upgrade
	// from a Praefect node that does not yet know about a new node. As assignments of unconfigured storages are ignored, replication
	// factor of repositories assigned to a storage node removed from the cluster is effectively decreased.
	SetReplicationFactor(ctx context.Context, in *SetReplicationFactorRequest, opts ...grpc.CallOption) (*SetReplicationFactorResponse, error)
}

PraefectInfoServiceClient is the client API for PraefectInfoService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewPraefectInfoServiceClient

func NewPraefectInfoServiceClient(cc *grpc.ClientConn) PraefectInfoServiceClient

type PraefectInfoServiceServer

type PraefectInfoServiceServer interface {
	RepositoryReplicas(context.Context, *RepositoryReplicasRequest) (*RepositoryReplicasResponse, error)
	// ConsistencyCheck will perform a consistency check on the requested
	// virtual storage backend. A stream of repository statuses will be sent
	// back indicating which repos are consistent with the primary and which ones
	// need repair.
	ConsistencyCheck(*ConsistencyCheckRequest, PraefectInfoService_ConsistencyCheckServer) error
	// DatalossCheck checks for outdated repository replicas.
	DatalossCheck(context.Context, *DatalossCheckRequest) (*DatalossCheckResponse, error)
	// SetAuthoritativeStorage sets the authoritative storage for a repository on a given virtual storage.
	// This causes the current version of the repository on the authoritative storage to be considered the
	// latest and overwrite any other version on the virtual storage.
	SetAuthoritativeStorage(context.Context, *SetAuthoritativeStorageRequest) (*SetAuthoritativeStorageResponse, error)
	// SetReplicationFactor assigns or unassigns host nodes from the repository to meet the desired replication factor.
	// SetReplicationFactor returns an error when trying to set a replication factor that exceeds the storage node count
	// in the virtual storage. An error is also returned when trying to set a replication factor below one. The primary node
	// won't be unassigned as it needs a copy of the repository to accept writes. Likewise, the primary is the first storage
	// that gets assigned when setting a replication factor for a repository. Assignments of unconfigured storages are ignored.
	// This might cause the actual replication factor to be higher than desired if the replication factor is set during an upgrade
	// from a Praefect node that does not yet know about a new node. As assignments of unconfigured storages are ignored, replication
	// factor of repositories assigned to a storage node removed from the cluster is effectively decreased.
	SetReplicationFactor(context.Context, *SetReplicationFactorRequest) (*SetReplicationFactorResponse, error)
}

PraefectInfoServiceServer is the server API for PraefectInfoService service.

type PraefectInfoService_ConsistencyCheckClient

type PraefectInfoService_ConsistencyCheckClient interface {
	Recv() (*ConsistencyCheckResponse, error)
	grpc.ClientStream
}

type PraefectInfoService_ConsistencyCheckServer

type PraefectInfoService_ConsistencyCheckServer interface {
	Send(*ConsistencyCheckResponse) error
	grpc.ServerStream
}

type PreReceiveHookRequest

type PreReceiveHookRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	EnvironmentVariables []string    `protobuf:"bytes,2,rep,name=environment_variables,json=environmentVariables,proto3" json:"environment_variables,omitempty"`
	Stdin                []byte      `protobuf:"bytes,4,opt,name=stdin,proto3" json:"stdin,omitempty"`
	GitPushOptions       []string    `protobuf:"bytes,5,rep,name=git_push_options,json=gitPushOptions,proto3" json:"git_push_options,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*PreReceiveHookRequest) Descriptor

func (*PreReceiveHookRequest) Descriptor() ([]byte, []int)

func (*PreReceiveHookRequest) GetEnvironmentVariables

func (m *PreReceiveHookRequest) GetEnvironmentVariables() []string

func (*PreReceiveHookRequest) GetGitPushOptions

func (m *PreReceiveHookRequest) GetGitPushOptions() []string

func (*PreReceiveHookRequest) GetRepository

func (m *PreReceiveHookRequest) GetRepository() *Repository

func (*PreReceiveHookRequest) GetStdin

func (m *PreReceiveHookRequest) GetStdin() []byte

func (*PreReceiveHookRequest) ProtoMessage

func (*PreReceiveHookRequest) ProtoMessage()

func (*PreReceiveHookRequest) Reset

func (m *PreReceiveHookRequest) Reset()

func (*PreReceiveHookRequest) String

func (m *PreReceiveHookRequest) String() string

func (*PreReceiveHookRequest) XXX_DiscardUnknown

func (m *PreReceiveHookRequest) XXX_DiscardUnknown()

func (*PreReceiveHookRequest) XXX_Marshal

func (m *PreReceiveHookRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PreReceiveHookRequest) XXX_Merge

func (m *PreReceiveHookRequest) XXX_Merge(src proto.Message)

func (*PreReceiveHookRequest) XXX_Size

func (m *PreReceiveHookRequest) XXX_Size() int

func (*PreReceiveHookRequest) XXX_Unmarshal

func (m *PreReceiveHookRequest) XXX_Unmarshal(b []byte) error

type PreReceiveHookResponse

type PreReceiveHookResponse struct {
	Stdout               []byte      `protobuf:"bytes,1,opt,name=stdout,proto3" json:"stdout,omitempty"`
	Stderr               []byte      `protobuf:"bytes,2,opt,name=stderr,proto3" json:"stderr,omitempty"`
	ExitStatus           *ExitStatus `protobuf:"bytes,3,opt,name=exit_status,json=exitStatus,proto3" json:"exit_status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*PreReceiveHookResponse) Descriptor

func (*PreReceiveHookResponse) Descriptor() ([]byte, []int)

func (*PreReceiveHookResponse) GetExitStatus

func (m *PreReceiveHookResponse) GetExitStatus() *ExitStatus

func (*PreReceiveHookResponse) GetStderr

func (m *PreReceiveHookResponse) GetStderr() []byte

func (*PreReceiveHookResponse) GetStdout

func (m *PreReceiveHookResponse) GetStdout() []byte

func (*PreReceiveHookResponse) ProtoMessage

func (*PreReceiveHookResponse) ProtoMessage()

func (*PreReceiveHookResponse) Reset

func (m *PreReceiveHookResponse) Reset()

func (*PreReceiveHookResponse) String

func (m *PreReceiveHookResponse) String() string

func (*PreReceiveHookResponse) XXX_DiscardUnknown

func (m *PreReceiveHookResponse) XXX_DiscardUnknown()

func (*PreReceiveHookResponse) XXX_Marshal

func (m *PreReceiveHookResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PreReceiveHookResponse) XXX_Merge

func (m *PreReceiveHookResponse) XXX_Merge(src proto.Message)

func (*PreReceiveHookResponse) XXX_Size

func (m *PreReceiveHookResponse) XXX_Size() int

func (*PreReceiveHookResponse) XXX_Unmarshal

func (m *PreReceiveHookResponse) XXX_Unmarshal(b []byte) error

type RawBlameRequest

type RawBlameRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Revision             []byte      `protobuf:"bytes,2,opt,name=revision,proto3" json:"revision,omitempty"`
	Path                 []byte      `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*RawBlameRequest) Descriptor

func (*RawBlameRequest) Descriptor() ([]byte, []int)

func (*RawBlameRequest) GetPath

func (m *RawBlameRequest) GetPath() []byte

func (*RawBlameRequest) GetRepository

func (m *RawBlameRequest) GetRepository() *Repository

func (*RawBlameRequest) GetRevision

func (m *RawBlameRequest) GetRevision() []byte

func (*RawBlameRequest) ProtoMessage

func (*RawBlameRequest) ProtoMessage()

func (*RawBlameRequest) Reset

func (m *RawBlameRequest) Reset()

func (*RawBlameRequest) String

func (m *RawBlameRequest) String() string

func (*RawBlameRequest) XXX_DiscardUnknown

func (m *RawBlameRequest) XXX_DiscardUnknown()

func (*RawBlameRequest) XXX_Marshal

func (m *RawBlameRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RawBlameRequest) XXX_Merge

func (m *RawBlameRequest) XXX_Merge(src proto.Message)

func (*RawBlameRequest) XXX_Size

func (m *RawBlameRequest) XXX_Size() int

func (*RawBlameRequest) XXX_Unmarshal

func (m *RawBlameRequest) XXX_Unmarshal(b []byte) error

type RawBlameResponse

type RawBlameResponse struct {
	Data                 []byte   `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RawBlameResponse) Descriptor

func (*RawBlameResponse) Descriptor() ([]byte, []int)

func (*RawBlameResponse) GetData

func (m *RawBlameResponse) GetData() []byte

func (*RawBlameResponse) ProtoMessage

func (*RawBlameResponse) ProtoMessage()

func (*RawBlameResponse) Reset

func (m *RawBlameResponse) Reset()

func (*RawBlameResponse) String

func (m *RawBlameResponse) String() string

func (*RawBlameResponse) XXX_DiscardUnknown

func (m *RawBlameResponse) XXX_DiscardUnknown()

func (*RawBlameResponse) XXX_Marshal

func (m *RawBlameResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RawBlameResponse) XXX_Merge

func (m *RawBlameResponse) XXX_Merge(src proto.Message)

func (*RawBlameResponse) XXX_Size

func (m *RawBlameResponse) XXX_Size() int

func (*RawBlameResponse) XXX_Unmarshal

func (m *RawBlameResponse) XXX_Unmarshal(b []byte) error

type RawDiffRequest

type RawDiffRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	LeftCommitId         string      `protobuf:"bytes,2,opt,name=left_commit_id,json=leftCommitId,proto3" json:"left_commit_id,omitempty"`
	RightCommitId        string      `protobuf:"bytes,3,opt,name=right_commit_id,json=rightCommitId,proto3" json:"right_commit_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*RawDiffRequest) Descriptor

func (*RawDiffRequest) Descriptor() ([]byte, []int)

func (*RawDiffRequest) GetLeftCommitId

func (m *RawDiffRequest) GetLeftCommitId() string

func (*RawDiffRequest) GetRepository

func (m *RawDiffRequest) GetRepository() *Repository

func (*RawDiffRequest) GetRightCommitId

func (m *RawDiffRequest) GetRightCommitId() string

func (*RawDiffRequest) ProtoMessage

func (*RawDiffRequest) ProtoMessage()

func (*RawDiffRequest) Reset

func (m *RawDiffRequest) Reset()

func (*RawDiffRequest) String

func (m *RawDiffRequest) String() string

func (*RawDiffRequest) XXX_DiscardUnknown

func (m *RawDiffRequest) XXX_DiscardUnknown()

func (*RawDiffRequest) XXX_Marshal

func (m *RawDiffRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RawDiffRequest) XXX_Merge

func (m *RawDiffRequest) XXX_Merge(src proto.Message)

func (*RawDiffRequest) XXX_Size

func (m *RawDiffRequest) XXX_Size() int

func (*RawDiffRequest) XXX_Unmarshal

func (m *RawDiffRequest) XXX_Unmarshal(b []byte) error

type RawDiffResponse

type RawDiffResponse struct {
	Data                 []byte   `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RawDiffResponse) Descriptor

func (*RawDiffResponse) Descriptor() ([]byte, []int)

func (*RawDiffResponse) GetData

func (m *RawDiffResponse) GetData() []byte

func (*RawDiffResponse) ProtoMessage

func (*RawDiffResponse) ProtoMessage()

func (*RawDiffResponse) Reset

func (m *RawDiffResponse) Reset()

func (*RawDiffResponse) String

func (m *RawDiffResponse) String() string

func (*RawDiffResponse) XXX_DiscardUnknown

func (m *RawDiffResponse) XXX_DiscardUnknown()

func (*RawDiffResponse) XXX_Marshal

func (m *RawDiffResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RawDiffResponse) XXX_Merge

func (m *RawDiffResponse) XXX_Merge(src proto.Message)

func (*RawDiffResponse) XXX_Size

func (m *RawDiffResponse) XXX_Size() int

func (*RawDiffResponse) XXX_Unmarshal

func (m *RawDiffResponse) XXX_Unmarshal(b []byte) error

type RawPatchRequest

type RawPatchRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	LeftCommitId         string      `protobuf:"bytes,2,opt,name=left_commit_id,json=leftCommitId,proto3" json:"left_commit_id,omitempty"`
	RightCommitId        string      `protobuf:"bytes,3,opt,name=right_commit_id,json=rightCommitId,proto3" json:"right_commit_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*RawPatchRequest) Descriptor

func (*RawPatchRequest) Descriptor() ([]byte, []int)

func (*RawPatchRequest) GetLeftCommitId

func (m *RawPatchRequest) GetLeftCommitId() string

func (*RawPatchRequest) GetRepository

func (m *RawPatchRequest) GetRepository() *Repository

func (*RawPatchRequest) GetRightCommitId

func (m *RawPatchRequest) GetRightCommitId() string

func (*RawPatchRequest) ProtoMessage

func (*RawPatchRequest) ProtoMessage()

func (*RawPatchRequest) Reset

func (m *RawPatchRequest) Reset()

func (*RawPatchRequest) String

func (m *RawPatchRequest) String() string

func (*RawPatchRequest) XXX_DiscardUnknown

func (m *RawPatchRequest) XXX_DiscardUnknown()

func (*RawPatchRequest) XXX_Marshal

func (m *RawPatchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RawPatchRequest) XXX_Merge

func (m *RawPatchRequest) XXX_Merge(src proto.Message)

func (*RawPatchRequest) XXX_Size

func (m *RawPatchRequest) XXX_Size() int

func (*RawPatchRequest) XXX_Unmarshal

func (m *RawPatchRequest) XXX_Unmarshal(b []byte) error

type RawPatchResponse

type RawPatchResponse struct {
	Data                 []byte   `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RawPatchResponse) Descriptor

func (*RawPatchResponse) Descriptor() ([]byte, []int)

func (*RawPatchResponse) GetData

func (m *RawPatchResponse) GetData() []byte

func (*RawPatchResponse) ProtoMessage

func (*RawPatchResponse) ProtoMessage()

func (*RawPatchResponse) Reset

func (m *RawPatchResponse) Reset()

func (*RawPatchResponse) String

func (m *RawPatchResponse) String() string

func (*RawPatchResponse) XXX_DiscardUnknown

func (m *RawPatchResponse) XXX_DiscardUnknown()

func (*RawPatchResponse) XXX_Marshal

func (m *RawPatchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RawPatchResponse) XXX_Merge

func (m *RawPatchResponse) XXX_Merge(src proto.Message)

func (*RawPatchResponse) XXX_Size

func (m *RawPatchResponse) XXX_Size() int

func (*RawPatchResponse) XXX_Unmarshal

func (m *RawPatchResponse) XXX_Unmarshal(b []byte) error

type ReduplicateRepositoryRequest

type ReduplicateRepositoryRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ReduplicateRepositoryRequest) Descriptor

func (*ReduplicateRepositoryRequest) Descriptor() ([]byte, []int)

func (*ReduplicateRepositoryRequest) GetRepository

func (m *ReduplicateRepositoryRequest) GetRepository() *Repository

func (*ReduplicateRepositoryRequest) ProtoMessage

func (*ReduplicateRepositoryRequest) ProtoMessage()

func (*ReduplicateRepositoryRequest) Reset

func (m *ReduplicateRepositoryRequest) Reset()

func (*ReduplicateRepositoryRequest) String

func (*ReduplicateRepositoryRequest) XXX_DiscardUnknown

func (m *ReduplicateRepositoryRequest) XXX_DiscardUnknown()

func (*ReduplicateRepositoryRequest) XXX_Marshal

func (m *ReduplicateRepositoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReduplicateRepositoryRequest) XXX_Merge

func (m *ReduplicateRepositoryRequest) XXX_Merge(src proto.Message)

func (*ReduplicateRepositoryRequest) XXX_Size

func (m *ReduplicateRepositoryRequest) XXX_Size() int

func (*ReduplicateRepositoryRequest) XXX_Unmarshal

func (m *ReduplicateRepositoryRequest) XXX_Unmarshal(b []byte) error

type ReduplicateRepositoryResponse

type ReduplicateRepositoryResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReduplicateRepositoryResponse) Descriptor

func (*ReduplicateRepositoryResponse) Descriptor() ([]byte, []int)

func (*ReduplicateRepositoryResponse) ProtoMessage

func (*ReduplicateRepositoryResponse) ProtoMessage()

func (*ReduplicateRepositoryResponse) Reset

func (m *ReduplicateRepositoryResponse) Reset()

func (*ReduplicateRepositoryResponse) String

func (*ReduplicateRepositoryResponse) XXX_DiscardUnknown

func (m *ReduplicateRepositoryResponse) XXX_DiscardUnknown()

func (*ReduplicateRepositoryResponse) XXX_Marshal

func (m *ReduplicateRepositoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReduplicateRepositoryResponse) XXX_Merge

func (m *ReduplicateRepositoryResponse) XXX_Merge(src proto.Message)

func (*ReduplicateRepositoryResponse) XXX_Size

func (m *ReduplicateRepositoryResponse) XXX_Size() int

func (*ReduplicateRepositoryResponse) XXX_Unmarshal

func (m *ReduplicateRepositoryResponse) XXX_Unmarshal(b []byte) error

type RefExistsRequest

type RefExistsRequest struct {
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// Any ref, e.g. 'refs/heads/master' or 'refs/tags/v1.0.1'. Must start with 'refs/'.
	Ref                  []byte   `protobuf:"bytes,2,opt,name=ref,proto3" json:"ref,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RefExistsRequest) Descriptor

func (*RefExistsRequest) Descriptor() ([]byte, []int)

func (*RefExistsRequest) GetRef

func (m *RefExistsRequest) GetRef() []byte

func (*RefExistsRequest) GetRepository

func (m *RefExistsRequest) GetRepository() *Repository

func (*RefExistsRequest) ProtoMessage

func (*RefExistsRequest) ProtoMessage()

func (*RefExistsRequest) Reset

func (m *RefExistsRequest) Reset()

func (*RefExistsRequest) String

func (m *RefExistsRequest) String() string

func (*RefExistsRequest) XXX_DiscardUnknown

func (m *RefExistsRequest) XXX_DiscardUnknown()

func (*RefExistsRequest) XXX_Marshal

func (m *RefExistsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RefExistsRequest) XXX_Merge

func (m *RefExistsRequest) XXX_Merge(src proto.Message)

func (*RefExistsRequest) XXX_Size

func (m *RefExistsRequest) XXX_Size() int

func (*RefExistsRequest) XXX_Unmarshal

func (m *RefExistsRequest) XXX_Unmarshal(b []byte) error

type RefExistsResponse

type RefExistsResponse struct {
	Value                bool     `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RefExistsResponse) Descriptor

func (*RefExistsResponse) Descriptor() ([]byte, []int)

func (*RefExistsResponse) GetValue

func (m *RefExistsResponse) GetValue() bool

func (*RefExistsResponse) ProtoMessage

func (*RefExistsResponse) ProtoMessage()

func (*RefExistsResponse) Reset

func (m *RefExistsResponse) Reset()

func (*RefExistsResponse) String

func (m *RefExistsResponse) String() string

func (*RefExistsResponse) XXX_DiscardUnknown

func (m *RefExistsResponse) XXX_DiscardUnknown()

func (*RefExistsResponse) XXX_Marshal

func (m *RefExistsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RefExistsResponse) XXX_Merge

func (m *RefExistsResponse) XXX_Merge(src proto.Message)

func (*RefExistsResponse) XXX_Size

func (m *RefExistsResponse) XXX_Size() int

func (*RefExistsResponse) XXX_Unmarshal

func (m *RefExistsResponse) XXX_Unmarshal(b []byte) error

type RefServiceClient

type RefServiceClient interface {
	FindDefaultBranchName(ctx context.Context, in *FindDefaultBranchNameRequest, opts ...grpc.CallOption) (*FindDefaultBranchNameResponse, error)
	FindAllBranchNames(ctx context.Context, in *FindAllBranchNamesRequest, opts ...grpc.CallOption) (RefService_FindAllBranchNamesClient, error)
	FindAllTagNames(ctx context.Context, in *FindAllTagNamesRequest, opts ...grpc.CallOption) (RefService_FindAllTagNamesClient, error)
	// Find a Ref matching the given constraints. Response may be empty.
	FindRefName(ctx context.Context, in *FindRefNameRequest, opts ...grpc.CallOption) (*FindRefNameResponse, error)
	// Return a stream so we can divide the response in chunks of branches
	FindLocalBranches(ctx context.Context, in *FindLocalBranchesRequest, opts ...grpc.CallOption) (RefService_FindLocalBranchesClient, error)
	FindAllBranches(ctx context.Context, in *FindAllBranchesRequest, opts ...grpc.CallOption) (RefService_FindAllBranchesClient, error)
	FindAllTags(ctx context.Context, in *FindAllTagsRequest, opts ...grpc.CallOption) (RefService_FindAllTagsClient, error)
	FindTag(ctx context.Context, in *FindTagRequest, opts ...grpc.CallOption) (*FindTagResponse, error)
	FindAllRemoteBranches(ctx context.Context, in *FindAllRemoteBranchesRequest, opts ...grpc.CallOption) (RefService_FindAllRemoteBranchesClient, error)
	RefExists(ctx context.Context, in *RefExistsRequest, opts ...grpc.CallOption) (*RefExistsResponse, error)
	// FindBranch finds a branch by its unqualified name (like "master") and
	// returns the commit it currently points to.
	FindBranch(ctx context.Context, in *FindBranchRequest, opts ...grpc.CallOption) (*FindBranchResponse, error)
	DeleteRefs(ctx context.Context, in *DeleteRefsRequest, opts ...grpc.CallOption) (*DeleteRefsResponse, error)
	ListBranchNamesContainingCommit(ctx context.Context, in *ListBranchNamesContainingCommitRequest, opts ...grpc.CallOption) (RefService_ListBranchNamesContainingCommitClient, error)
	ListTagNamesContainingCommit(ctx context.Context, in *ListTagNamesContainingCommitRequest, opts ...grpc.CallOption) (RefService_ListTagNamesContainingCommitClient, error)
	GetTagMessages(ctx context.Context, in *GetTagMessagesRequest, opts ...grpc.CallOption) (RefService_GetTagMessagesClient, error)
	// Returns commits that are only reachable from the ref passed
	ListNewCommits(ctx context.Context, in *ListNewCommitsRequest, opts ...grpc.CallOption) (RefService_ListNewCommitsClient, error)
	ListNewBlobs(ctx context.Context, in *ListNewBlobsRequest, opts ...grpc.CallOption) (RefService_ListNewBlobsClient, error)
	PackRefs(ctx context.Context, in *PackRefsRequest, opts ...grpc.CallOption) (*PackRefsResponse, error)
}

RefServiceClient is the client API for RefService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRefServiceClient

func NewRefServiceClient(cc *grpc.ClientConn) RefServiceClient

type RefServiceServer

type RefServiceServer interface {
	FindDefaultBranchName(context.Context, *FindDefaultBranchNameRequest) (*FindDefaultBranchNameResponse, error)
	FindAllBranchNames(*FindAllBranchNamesRequest, RefService_FindAllBranchNamesServer) error
	FindAllTagNames(*FindAllTagNamesRequest, RefService_FindAllTagNamesServer) error
	// Find a Ref matching the given constraints. Response may be empty.
	FindRefName(context.Context, *FindRefNameRequest) (*FindRefNameResponse, error)
	// Return a stream so we can divide the response in chunks of branches
	FindLocalBranches(*FindLocalBranchesRequest, RefService_FindLocalBranchesServer) error
	FindAllBranches(*FindAllBranchesRequest, RefService_FindAllBranchesServer) error
	FindAllTags(*FindAllTagsRequest, RefService_FindAllTagsServer) error
	FindTag(context.Context, *FindTagRequest) (*FindTagResponse, error)
	FindAllRemoteBranches(*FindAllRemoteBranchesRequest, RefService_FindAllRemoteBranchesServer) error
	RefExists(context.Context, *RefExistsRequest) (*RefExistsResponse, error)
	// FindBranch finds a branch by its unqualified name (like "master") and
	// returns the commit it currently points to.
	FindBranch(context.Context, *FindBranchRequest) (*FindBranchResponse, error)
	DeleteRefs(context.Context, *DeleteRefsRequest) (*DeleteRefsResponse, error)
	ListBranchNamesContainingCommit(*ListBranchNamesContainingCommitRequest, RefService_ListBranchNamesContainingCommitServer) error
	ListTagNamesContainingCommit(*ListTagNamesContainingCommitRequest, RefService_ListTagNamesContainingCommitServer) error
	GetTagMessages(*GetTagMessagesRequest, RefService_GetTagMessagesServer) error
	// Returns commits that are only reachable from the ref passed
	ListNewCommits(*ListNewCommitsRequest, RefService_ListNewCommitsServer) error
	ListNewBlobs(*ListNewBlobsRequest, RefService_ListNewBlobsServer) error
	PackRefs(context.Context, *PackRefsRequest) (*PackRefsResponse, error)
}

RefServiceServer is the server API for RefService service.

type RefService_FindAllBranchNamesClient

type RefService_FindAllBranchNamesClient interface {
	Recv() (*FindAllBranchNamesResponse, error)
	grpc.ClientStream
}

type RefService_FindAllBranchNamesServer

type RefService_FindAllBranchNamesServer interface {
	Send(*FindAllBranchNamesResponse) error
	grpc.ServerStream
}

type RefService_FindAllBranchesClient

type RefService_FindAllBranchesClient interface {
	Recv() (*FindAllBranchesResponse, error)
	grpc.ClientStream
}

type RefService_FindAllBranchesServer

type RefService_FindAllBranchesServer interface {
	Send(*FindAllBranchesResponse) error
	grpc.ServerStream
}

type RefService_FindAllRemoteBranchesClient

type RefService_FindAllRemoteBranchesClient interface {
	Recv() (*FindAllRemoteBranchesResponse, error)
	grpc.ClientStream
}

type RefService_FindAllRemoteBranchesServer

type RefService_FindAllRemoteBranchesServer interface {
	Send(*FindAllRemoteBranchesResponse) error
	grpc.ServerStream
}

type RefService_FindAllTagNamesClient

type RefService_FindAllTagNamesClient interface {
	Recv() (*FindAllTagNamesResponse, error)
	grpc.ClientStream
}

type RefService_FindAllTagNamesServer

type RefService_FindAllTagNamesServer interface {
	Send(*FindAllTagNamesResponse) error
	grpc.ServerStream
}

type RefService_FindAllTagsClient

type RefService_FindAllTagsClient interface {
	Recv() (*FindAllTagsResponse, error)
	grpc.ClientStream
}

type RefService_FindAllTagsServer

type RefService_FindAllTagsServer interface {
	Send(*FindAllTagsResponse) error
	grpc.ServerStream
}

type RefService_FindLocalBranchesClient

type RefService_FindLocalBranchesClient interface {
	Recv() (*FindLocalBranchesResponse, error)
	grpc.ClientStream
}

type RefService_FindLocalBranchesServer

type RefService_FindLocalBranchesServer interface {
	Send(*FindLocalBranchesResponse) error
	grpc.ServerStream
}

type RefService_GetTagMessagesClient

type RefService_GetTagMessagesClient interface {
	Recv() (*GetTagMessagesResponse, error)
	grpc.ClientStream
}

type RefService_GetTagMessagesServer

type RefService_GetTagMessagesServer interface {
	Send(*GetTagMessagesResponse) error
	grpc.ServerStream
}

type RefService_ListBranchNamesContainingCommitClient

type RefService_ListBranchNamesContainingCommitClient interface {
	Recv() (*ListBranchNamesContainingCommitResponse, error)
	grpc.ClientStream
}

type RefService_ListBranchNamesContainingCommitServer

type RefService_ListBranchNamesContainingCommitServer interface {
	Send(*ListBranchNamesContainingCommitResponse) error
	grpc.ServerStream
}

type RefService_ListNewBlobsClient

type RefService_ListNewBlobsClient interface {
	Recv() (*ListNewBlobsResponse, error)
	grpc.ClientStream
}

type RefService_ListNewBlobsServer

type RefService_ListNewBlobsServer interface {
	Send(*ListNewBlobsResponse) error
	grpc.ServerStream
}

type RefService_ListNewCommitsClient

type RefService_ListNewCommitsClient interface {
	Recv() (*ListNewCommitsResponse, error)
	grpc.ClientStream
}

type RefService_ListNewCommitsServer

type RefService_ListNewCommitsServer interface {
	Send(*ListNewCommitsResponse) error
	grpc.ServerStream
}

type RefService_ListTagNamesContainingCommitClient

type RefService_ListTagNamesContainingCommitClient interface {
	Recv() (*ListTagNamesContainingCommitResponse, error)
	grpc.ClientStream
}

type RefService_ListTagNamesContainingCommitServer

type RefService_ListTagNamesContainingCommitServer interface {
	Send(*ListTagNamesContainingCommitResponse) error
	grpc.ServerStream
}

type RefTransactionClient

type RefTransactionClient interface {
	VoteTransaction(ctx context.Context, in *VoteTransactionRequest, opts ...grpc.CallOption) (*VoteTransactionResponse, error)
	StopTransaction(ctx context.Context, in *StopTransactionRequest, opts ...grpc.CallOption) (*StopTransactionResponse, error)
}

RefTransactionClient is the client API for RefTransaction service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRefTransactionClient

func NewRefTransactionClient(cc *grpc.ClientConn) RefTransactionClient

type RefTransactionServer

type RefTransactionServer interface {
	VoteTransaction(context.Context, *VoteTransactionRequest) (*VoteTransactionResponse, error)
	StopTransaction(context.Context, *StopTransactionRequest) (*StopTransactionResponse, error)
}

RefTransactionServer is the server API for RefTransaction service.

type ReferenceTransactionHookRequest

type ReferenceTransactionHookRequest struct {
	Repository           *Repository                           `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	EnvironmentVariables []string                              `protobuf:"bytes,2,rep,name=environment_variables,json=environmentVariables,proto3" json:"environment_variables,omitempty"`
	Stdin                []byte                                `protobuf:"bytes,3,opt,name=stdin,proto3" json:"stdin,omitempty"`
	State                ReferenceTransactionHookRequest_State `protobuf:"varint,4,opt,name=state,proto3,enum=gitaly.ReferenceTransactionHookRequest_State" json:"state,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                              `json:"-"`
	XXX_unrecognized     []byte                                `json:"-"`
	XXX_sizecache        int32                                 `json:"-"`
}

func (*ReferenceTransactionHookRequest) Descriptor

func (*ReferenceTransactionHookRequest) Descriptor() ([]byte, []int)

func (*ReferenceTransactionHookRequest) GetEnvironmentVariables

func (m *ReferenceTransactionHookRequest) GetEnvironmentVariables() []string

func (*ReferenceTransactionHookRequest) GetRepository

func (m *ReferenceTransactionHookRequest) GetRepository() *Repository

func (*ReferenceTransactionHookRequest) GetState

func (*ReferenceTransactionHookRequest) GetStdin

func (m *ReferenceTransactionHookRequest) GetStdin() []byte

func (*ReferenceTransactionHookRequest) ProtoMessage

func (*ReferenceTransactionHookRequest) ProtoMessage()

func (*ReferenceTransactionHookRequest) Reset

func (*ReferenceTransactionHookRequest) String

func (*ReferenceTransactionHookRequest) XXX_DiscardUnknown

func (m *ReferenceTransactionHookRequest) XXX_DiscardUnknown()

func (*ReferenceTransactionHookRequest) XXX_Marshal

func (m *ReferenceTransactionHookRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReferenceTransactionHookRequest) XXX_Merge

func (m *ReferenceTransactionHookRequest) XXX_Merge(src proto.Message)

func (*ReferenceTransactionHookRequest) XXX_Size

func (m *ReferenceTransactionHookRequest) XXX_Size() int

func (*ReferenceTransactionHookRequest) XXX_Unmarshal

func (m *ReferenceTransactionHookRequest) XXX_Unmarshal(b []byte) error

type ReferenceTransactionHookRequest_State

type ReferenceTransactionHookRequest_State int32
const (
	ReferenceTransactionHookRequest_PREPARED  ReferenceTransactionHookRequest_State = 0
	ReferenceTransactionHookRequest_COMMITTED ReferenceTransactionHookRequest_State = 1
	ReferenceTransactionHookRequest_ABORTED   ReferenceTransactionHookRequest_State = 2
)

func (ReferenceTransactionHookRequest_State) EnumDescriptor

func (ReferenceTransactionHookRequest_State) EnumDescriptor() ([]byte, []int)

func (ReferenceTransactionHookRequest_State) String

type ReferenceTransactionHookResponse

type ReferenceTransactionHookResponse struct {
	Stdout               []byte      `protobuf:"bytes,1,opt,name=stdout,proto3" json:"stdout,omitempty"`
	Stderr               []byte      `protobuf:"bytes,2,opt,name=stderr,proto3" json:"stderr,omitempty"`
	ExitStatus           *ExitStatus `protobuf:"bytes,3,opt,name=exit_status,json=exitStatus,proto3" json:"exit_status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ReferenceTransactionHookResponse) Descriptor

func (*ReferenceTransactionHookResponse) Descriptor() ([]byte, []int)

func (*ReferenceTransactionHookResponse) GetExitStatus

func (m *ReferenceTransactionHookResponse) GetExitStatus() *ExitStatus

func (*ReferenceTransactionHookResponse) GetStderr

func (m *ReferenceTransactionHookResponse) GetStderr() []byte

func (*ReferenceTransactionHookResponse) GetStdout

func (m *ReferenceTransactionHookResponse) GetStdout() []byte

func (*ReferenceTransactionHookResponse) ProtoMessage

func (*ReferenceTransactionHookResponse) ProtoMessage()

func (*ReferenceTransactionHookResponse) Reset

func (*ReferenceTransactionHookResponse) String

func (*ReferenceTransactionHookResponse) XXX_DiscardUnknown

func (m *ReferenceTransactionHookResponse) XXX_DiscardUnknown()

func (*ReferenceTransactionHookResponse) XXX_Marshal

func (m *ReferenceTransactionHookResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReferenceTransactionHookResponse) XXX_Merge

func (*ReferenceTransactionHookResponse) XXX_Size

func (m *ReferenceTransactionHookResponse) XXX_Size() int

func (*ReferenceTransactionHookResponse) XXX_Unmarshal

func (m *ReferenceTransactionHookResponse) XXX_Unmarshal(b []byte) error

type Remote

type Remote struct {
	// url is the URL of the remote repository.
	Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	// http_authorization_header is the HTTP header which should be added to
	// the request in order to authenticate against the repository.
	HttpAuthorizationHeader string `` /* 132-byte string literal not displayed */
	// mirror_refmaps contains the refspecs which shall be fetched. Some special
	// refspecs are accepted:
	//
	// - "all_refs" gets translated to "+refs/*:refs/*", which mirrors all
	//   references of the source repository.
	// - "heads" gets translated to "+refs/heads/*:refs/heads/*", which mirrors
	//   all branches of the source repository.
	// - "tags" gets translated to "+refs/tags/*:refs/tags/*", which mirrors all
	//   tags of the source repository.
	//
	// If no refspecs are given, this defaults to "all_refs".
	MirrorRefmaps        []string `protobuf:"bytes,4,rep,name=mirror_refmaps,json=mirrorRefmaps,proto3" json:"mirror_refmaps,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Remote represents a git remote repository.

func (*Remote) Descriptor

func (*Remote) Descriptor() ([]byte, []int)

func (*Remote) GetHttpAuthorizationHeader

func (m *Remote) GetHttpAuthorizationHeader() string

func (*Remote) GetMirrorRefmaps

func (m *Remote) GetMirrorRefmaps() []string

func (*Remote) GetUrl

func (m *Remote) GetUrl() string

func (*Remote) ProtoMessage

func (*Remote) ProtoMessage()

func (*Remote) Reset

func (m *Remote) Reset()

func (*Remote) String

func (m *Remote) String() string

func (*Remote) XXX_DiscardUnknown

func (m *Remote) XXX_DiscardUnknown()

func (*Remote) XXX_Marshal

func (m *Remote) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Remote) XXX_Merge

func (m *Remote) XXX_Merge(src proto.Message)

func (*Remote) XXX_Size

func (m *Remote) XXX_Size() int

func (*Remote) XXX_Unmarshal

func (m *Remote) XXX_Unmarshal(b []byte) error

type RemoteServiceClient

type RemoteServiceClient interface {
	AddRemote(ctx context.Context, in *AddRemoteRequest, opts ...grpc.CallOption) (*AddRemoteResponse, error)
	FetchInternalRemote(ctx context.Context, in *FetchInternalRemoteRequest, opts ...grpc.CallOption) (*FetchInternalRemoteResponse, error)
	RemoveRemote(ctx context.Context, in *RemoveRemoteRequest, opts ...grpc.CallOption) (*RemoveRemoteResponse, error)
	// UpdateRemoteMirror compares the references in the target repository and its remote mirror
	// repository. Any differences in the references are then addressed by pushing the differing
	// references to the mirror. Created and modified references are updated, removed references are
	// deleted from the mirror. UpdateRemoteMirror updates all tags. Branches are updated if they match
	// the patterns specified in the requests.
	UpdateRemoteMirror(ctx context.Context, opts ...grpc.CallOption) (RemoteService_UpdateRemoteMirrorClient, error)
	FindRemoteRepository(ctx context.Context, in *FindRemoteRepositoryRequest, opts ...grpc.CallOption) (*FindRemoteRepositoryResponse, error)
	// FindRemoteRootRef tries to find the root reference of a remote
	// repository. The root reference is the default branch as pointed to by
	// the remotes HEAD reference. Returns an InvalidArgument error if the
	// specified remote does not exist and a NotFound error in case no HEAD
	// branch was found.
	FindRemoteRootRef(ctx context.Context, in *FindRemoteRootRefRequest, opts ...grpc.CallOption) (*FindRemoteRootRefResponse, error)
}

RemoteServiceClient is the client API for RemoteService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRemoteServiceClient

func NewRemoteServiceClient(cc *grpc.ClientConn) RemoteServiceClient

type RemoteServiceServer

type RemoteServiceServer interface {
	AddRemote(context.Context, *AddRemoteRequest) (*AddRemoteResponse, error)
	FetchInternalRemote(context.Context, *FetchInternalRemoteRequest) (*FetchInternalRemoteResponse, error)
	RemoveRemote(context.Context, *RemoveRemoteRequest) (*RemoveRemoteResponse, error)
	// UpdateRemoteMirror compares the references in the target repository and its remote mirror
	// repository. Any differences in the references are then addressed by pushing the differing
	// references to the mirror. Created and modified references are updated, removed references are
	// deleted from the mirror. UpdateRemoteMirror updates all tags. Branches are updated if they match
	// the patterns specified in the requests.
	UpdateRemoteMirror(RemoteService_UpdateRemoteMirrorServer) error
	FindRemoteRepository(context.Context, *FindRemoteRepositoryRequest) (*FindRemoteRepositoryResponse, error)
	// FindRemoteRootRef tries to find the root reference of a remote
	// repository. The root reference is the default branch as pointed to by
	// the remotes HEAD reference. Returns an InvalidArgument error if the
	// specified remote does not exist and a NotFound error in case no HEAD
	// branch was found.
	FindRemoteRootRef(context.Context, *FindRemoteRootRefRequest) (*FindRemoteRootRefResponse, error)
}

RemoteServiceServer is the server API for RemoteService service.

type RemoteService_UpdateRemoteMirrorClient

type RemoteService_UpdateRemoteMirrorClient interface {
	Send(*UpdateRemoteMirrorRequest) error
	CloseAndRecv() (*UpdateRemoteMirrorResponse, error)
	grpc.ClientStream
}

type RemoteService_UpdateRemoteMirrorServer

type RemoteService_UpdateRemoteMirrorServer interface {
	SendAndClose(*UpdateRemoteMirrorResponse) error
	Recv() (*UpdateRemoteMirrorRequest, error)
	grpc.ServerStream
}

type RemoveNamespaceRequest

type RemoveNamespaceRequest struct {
	StorageName          string   `protobuf:"bytes,1,opt,name=storage_name,json=storageName,proto3" json:"storage_name,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveNamespaceRequest) Descriptor

func (*RemoveNamespaceRequest) Descriptor() ([]byte, []int)

func (*RemoveNamespaceRequest) GetName

func (m *RemoveNamespaceRequest) GetName() string

func (*RemoveNamespaceRequest) GetStorageName

func (m *RemoveNamespaceRequest) GetStorageName() string

func (*RemoveNamespaceRequest) ProtoMessage

func (*RemoveNamespaceRequest) ProtoMessage()

func (*RemoveNamespaceRequest) Reset

func (m *RemoveNamespaceRequest) Reset()

func (*RemoveNamespaceRequest) String

func (m *RemoveNamespaceRequest) String() string

func (*RemoveNamespaceRequest) XXX_DiscardUnknown

func (m *RemoveNamespaceRequest) XXX_DiscardUnknown()

func (*RemoveNamespaceRequest) XXX_Marshal

func (m *RemoveNamespaceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemoveNamespaceRequest) XXX_Merge

func (m *RemoveNamespaceRequest) XXX_Merge(src proto.Message)

func (*RemoveNamespaceRequest) XXX_Size

func (m *RemoveNamespaceRequest) XXX_Size() int

func (*RemoveNamespaceRequest) XXX_Unmarshal

func (m *RemoveNamespaceRequest) XXX_Unmarshal(b []byte) error

type RemoveNamespaceResponse

type RemoveNamespaceResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveNamespaceResponse) Descriptor

func (*RemoveNamespaceResponse) Descriptor() ([]byte, []int)

func (*RemoveNamespaceResponse) ProtoMessage

func (*RemoveNamespaceResponse) ProtoMessage()

func (*RemoveNamespaceResponse) Reset

func (m *RemoveNamespaceResponse) Reset()

func (*RemoveNamespaceResponse) String

func (m *RemoveNamespaceResponse) String() string

func (*RemoveNamespaceResponse) XXX_DiscardUnknown

func (m *RemoveNamespaceResponse) XXX_DiscardUnknown()

func (*RemoveNamespaceResponse) XXX_Marshal

func (m *RemoveNamespaceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemoveNamespaceResponse) XXX_Merge

func (m *RemoveNamespaceResponse) XXX_Merge(src proto.Message)

func (*RemoveNamespaceResponse) XXX_Size

func (m *RemoveNamespaceResponse) XXX_Size() int

func (*RemoveNamespaceResponse) XXX_Unmarshal

func (m *RemoveNamespaceResponse) XXX_Unmarshal(b []byte) error

type RemoveRemoteRequest

type RemoveRemoteRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Name                 string      `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*RemoveRemoteRequest) Descriptor

func (*RemoveRemoteRequest) Descriptor() ([]byte, []int)

func (*RemoveRemoteRequest) GetName

func (m *RemoveRemoteRequest) GetName() string

func (*RemoveRemoteRequest) GetRepository

func (m *RemoveRemoteRequest) GetRepository() *Repository

func (*RemoveRemoteRequest) ProtoMessage

func (*RemoveRemoteRequest) ProtoMessage()

func (*RemoveRemoteRequest) Reset

func (m *RemoveRemoteRequest) Reset()

func (*RemoveRemoteRequest) String

func (m *RemoveRemoteRequest) String() string

func (*RemoveRemoteRequest) XXX_DiscardUnknown

func (m *RemoveRemoteRequest) XXX_DiscardUnknown()

func (*RemoveRemoteRequest) XXX_Marshal

func (m *RemoveRemoteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemoveRemoteRequest) XXX_Merge

func (m *RemoveRemoteRequest) XXX_Merge(src proto.Message)

func (*RemoveRemoteRequest) XXX_Size

func (m *RemoveRemoteRequest) XXX_Size() int

func (*RemoveRemoteRequest) XXX_Unmarshal

func (m *RemoveRemoteRequest) XXX_Unmarshal(b []byte) error

type RemoveRemoteResponse

type RemoveRemoteResponse struct {
	Result               bool     `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveRemoteResponse) Descriptor

func (*RemoveRemoteResponse) Descriptor() ([]byte, []int)

func (*RemoveRemoteResponse) GetResult

func (m *RemoveRemoteResponse) GetResult() bool

func (*RemoveRemoteResponse) ProtoMessage

func (*RemoveRemoteResponse) ProtoMessage()

func (*RemoveRemoteResponse) Reset

func (m *RemoveRemoteResponse) Reset()

func (*RemoveRemoteResponse) String

func (m *RemoveRemoteResponse) String() string

func (*RemoveRemoteResponse) XXX_DiscardUnknown

func (m *RemoveRemoteResponse) XXX_DiscardUnknown()

func (*RemoveRemoteResponse) XXX_Marshal

func (m *RemoveRemoteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemoveRemoteResponse) XXX_Merge

func (m *RemoveRemoteResponse) XXX_Merge(src proto.Message)

func (*RemoveRemoteResponse) XXX_Size

func (m *RemoveRemoteResponse) XXX_Size() int

func (*RemoveRemoteResponse) XXX_Unmarshal

func (m *RemoveRemoteResponse) XXX_Unmarshal(b []byte) error

type RemoveRepositoryRequest

type RemoveRepositoryRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*RemoveRepositoryRequest) Descriptor

func (*RemoveRepositoryRequest) Descriptor() ([]byte, []int)

func (*RemoveRepositoryRequest) GetRepository

func (m *RemoveRepositoryRequest) GetRepository() *Repository

func (*RemoveRepositoryRequest) ProtoMessage

func (*RemoveRepositoryRequest) ProtoMessage()

func (*RemoveRepositoryRequest) Reset

func (m *RemoveRepositoryRequest) Reset()

func (*RemoveRepositoryRequest) String

func (m *RemoveRepositoryRequest) String() string

func (*RemoveRepositoryRequest) XXX_DiscardUnknown

func (m *RemoveRepositoryRequest) XXX_DiscardUnknown()

func (*RemoveRepositoryRequest) XXX_Marshal

func (m *RemoveRepositoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemoveRepositoryRequest) XXX_Merge

func (m *RemoveRepositoryRequest) XXX_Merge(src proto.Message)

func (*RemoveRepositoryRequest) XXX_Size

func (m *RemoveRepositoryRequest) XXX_Size() int

func (*RemoveRepositoryRequest) XXX_Unmarshal

func (m *RemoveRepositoryRequest) XXX_Unmarshal(b []byte) error

type RemoveRepositoryResponse

type RemoveRepositoryResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveRepositoryResponse) Descriptor

func (*RemoveRepositoryResponse) Descriptor() ([]byte, []int)

func (*RemoveRepositoryResponse) ProtoMessage

func (*RemoveRepositoryResponse) ProtoMessage()

func (*RemoveRepositoryResponse) Reset

func (m *RemoveRepositoryResponse) Reset()

func (*RemoveRepositoryResponse) String

func (m *RemoveRepositoryResponse) String() string

func (*RemoveRepositoryResponse) XXX_DiscardUnknown

func (m *RemoveRepositoryResponse) XXX_DiscardUnknown()

func (*RemoveRepositoryResponse) XXX_Marshal

func (m *RemoveRepositoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemoveRepositoryResponse) XXX_Merge

func (m *RemoveRepositoryResponse) XXX_Merge(src proto.Message)

func (*RemoveRepositoryResponse) XXX_Size

func (m *RemoveRepositoryResponse) XXX_Size() int

func (*RemoveRepositoryResponse) XXX_Unmarshal

func (m *RemoveRepositoryResponse) XXX_Unmarshal(b []byte) error

type RenameNamespaceRequest

type RenameNamespaceRequest struct {
	StorageName          string   `protobuf:"bytes,1,opt,name=storage_name,json=storageName,proto3" json:"storage_name,omitempty"`
	From                 string   `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	To                   string   `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RenameNamespaceRequest) Descriptor

func (*RenameNamespaceRequest) Descriptor() ([]byte, []int)

func (*RenameNamespaceRequest) GetFrom

func (m *RenameNamespaceRequest) GetFrom() string

func (*RenameNamespaceRequest) GetStorageName

func (m *RenameNamespaceRequest) GetStorageName() string

func (*RenameNamespaceRequest) GetTo

func (m *RenameNamespaceRequest) GetTo() string

func (*RenameNamespaceRequest) ProtoMessage

func (*RenameNamespaceRequest) ProtoMessage()

func (*RenameNamespaceRequest) Reset

func (m *RenameNamespaceRequest) Reset()

func (*RenameNamespaceRequest) String

func (m *RenameNamespaceRequest) String() string

func (*RenameNamespaceRequest) XXX_DiscardUnknown

func (m *RenameNamespaceRequest) XXX_DiscardUnknown()

func (*RenameNamespaceRequest) XXX_Marshal

func (m *RenameNamespaceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RenameNamespaceRequest) XXX_Merge

func (m *RenameNamespaceRequest) XXX_Merge(src proto.Message)

func (*RenameNamespaceRequest) XXX_Size

func (m *RenameNamespaceRequest) XXX_Size() int

func (*RenameNamespaceRequest) XXX_Unmarshal

func (m *RenameNamespaceRequest) XXX_Unmarshal(b []byte) error

type RenameNamespaceResponse

type RenameNamespaceResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RenameNamespaceResponse) Descriptor

func (*RenameNamespaceResponse) Descriptor() ([]byte, []int)

func (*RenameNamespaceResponse) ProtoMessage

func (*RenameNamespaceResponse) ProtoMessage()

func (*RenameNamespaceResponse) Reset

func (m *RenameNamespaceResponse) Reset()

func (*RenameNamespaceResponse) String

func (m *RenameNamespaceResponse) String() string

func (*RenameNamespaceResponse) XXX_DiscardUnknown

func (m *RenameNamespaceResponse) XXX_DiscardUnknown()

func (*RenameNamespaceResponse) XXX_Marshal

func (m *RenameNamespaceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RenameNamespaceResponse) XXX_Merge

func (m *RenameNamespaceResponse) XXX_Merge(src proto.Message)

func (*RenameNamespaceResponse) XXX_Size

func (m *RenameNamespaceResponse) XXX_Size() int

func (*RenameNamespaceResponse) XXX_Unmarshal

func (m *RenameNamespaceResponse) XXX_Unmarshal(b []byte) error

type RenameRepositoryRequest

type RenameRepositoryRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	RelativePath         string      `protobuf:"bytes,2,opt,name=relative_path,json=relativePath,proto3" json:"relative_path,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*RenameRepositoryRequest) Descriptor

func (*RenameRepositoryRequest) Descriptor() ([]byte, []int)

func (*RenameRepositoryRequest) GetRelativePath

func (m *RenameRepositoryRequest) GetRelativePath() string

func (*RenameRepositoryRequest) GetRepository

func (m *RenameRepositoryRequest) GetRepository() *Repository

func (*RenameRepositoryRequest) ProtoMessage

func (*RenameRepositoryRequest) ProtoMessage()

func (*RenameRepositoryRequest) Reset

func (m *RenameRepositoryRequest) Reset()

func (*RenameRepositoryRequest) String

func (m *RenameRepositoryRequest) String() string

func (*RenameRepositoryRequest) XXX_DiscardUnknown

func (m *RenameRepositoryRequest) XXX_DiscardUnknown()

func (*RenameRepositoryRequest) XXX_Marshal

func (m *RenameRepositoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RenameRepositoryRequest) XXX_Merge

func (m *RenameRepositoryRequest) XXX_Merge(src proto.Message)

func (*RenameRepositoryRequest) XXX_Size

func (m *RenameRepositoryRequest) XXX_Size() int

func (*RenameRepositoryRequest) XXX_Unmarshal

func (m *RenameRepositoryRequest) XXX_Unmarshal(b []byte) error

type RenameRepositoryResponse

type RenameRepositoryResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RenameRepositoryResponse) Descriptor

func (*RenameRepositoryResponse) Descriptor() ([]byte, []int)

func (*RenameRepositoryResponse) ProtoMessage

func (*RenameRepositoryResponse) ProtoMessage()

func (*RenameRepositoryResponse) Reset

func (m *RenameRepositoryResponse) Reset()

func (*RenameRepositoryResponse) String

func (m *RenameRepositoryResponse) String() string

func (*RenameRepositoryResponse) XXX_DiscardUnknown

func (m *RenameRepositoryResponse) XXX_DiscardUnknown()

func (*RenameRepositoryResponse) XXX_Marshal

func (m *RenameRepositoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RenameRepositoryResponse) XXX_Merge

func (m *RenameRepositoryResponse) XXX_Merge(src proto.Message)

func (*RenameRepositoryResponse) XXX_Size

func (m *RenameRepositoryResponse) XXX_Size() int

func (*RenameRepositoryResponse) XXX_Unmarshal

func (m *RenameRepositoryResponse) XXX_Unmarshal(b []byte) error

type RepackFullRequest

type RepackFullRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	CreateBitmap         bool        `protobuf:"varint,2,opt,name=create_bitmap,json=createBitmap,proto3" json:"create_bitmap,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*RepackFullRequest) Descriptor

func (*RepackFullRequest) Descriptor() ([]byte, []int)

func (*RepackFullRequest) GetCreateBitmap

func (m *RepackFullRequest) GetCreateBitmap() bool

func (*RepackFullRequest) GetRepository

func (m *RepackFullRequest) GetRepository() *Repository

func (*RepackFullRequest) ProtoMessage

func (*RepackFullRequest) ProtoMessage()

func (*RepackFullRequest) Reset

func (m *RepackFullRequest) Reset()

func (*RepackFullRequest) String

func (m *RepackFullRequest) String() string

func (*RepackFullRequest) XXX_DiscardUnknown

func (m *RepackFullRequest) XXX_DiscardUnknown()

func (*RepackFullRequest) XXX_Marshal

func (m *RepackFullRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RepackFullRequest) XXX_Merge

func (m *RepackFullRequest) XXX_Merge(src proto.Message)

func (*RepackFullRequest) XXX_Size

func (m *RepackFullRequest) XXX_Size() int

func (*RepackFullRequest) XXX_Unmarshal

func (m *RepackFullRequest) XXX_Unmarshal(b []byte) error

type RepackFullResponse

type RepackFullResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RepackFullResponse) Descriptor

func (*RepackFullResponse) Descriptor() ([]byte, []int)

func (*RepackFullResponse) ProtoMessage

func (*RepackFullResponse) ProtoMessage()

func (*RepackFullResponse) Reset

func (m *RepackFullResponse) Reset()

func (*RepackFullResponse) String

func (m *RepackFullResponse) String() string

func (*RepackFullResponse) XXX_DiscardUnknown

func (m *RepackFullResponse) XXX_DiscardUnknown()

func (*RepackFullResponse) XXX_Marshal

func (m *RepackFullResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RepackFullResponse) XXX_Merge

func (m *RepackFullResponse) XXX_Merge(src proto.Message)

func (*RepackFullResponse) XXX_Size

func (m *RepackFullResponse) XXX_Size() int

func (*RepackFullResponse) XXX_Unmarshal

func (m *RepackFullResponse) XXX_Unmarshal(b []byte) error

type RepackIncrementalRequest

type RepackIncrementalRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*RepackIncrementalRequest) Descriptor

func (*RepackIncrementalRequest) Descriptor() ([]byte, []int)

func (*RepackIncrementalRequest) GetRepository

func (m *RepackIncrementalRequest) GetRepository() *Repository

func (*RepackIncrementalRequest) ProtoMessage

func (*RepackIncrementalRequest) ProtoMessage()

func (*RepackIncrementalRequest) Reset

func (m *RepackIncrementalRequest) Reset()

func (*RepackIncrementalRequest) String

func (m *RepackIncrementalRequest) String() string

func (*RepackIncrementalRequest) XXX_DiscardUnknown

func (m *RepackIncrementalRequest) XXX_DiscardUnknown()

func (*RepackIncrementalRequest) XXX_Marshal

func (m *RepackIncrementalRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RepackIncrementalRequest) XXX_Merge

func (m *RepackIncrementalRequest) XXX_Merge(src proto.Message)

func (*RepackIncrementalRequest) XXX_Size

func (m *RepackIncrementalRequest) XXX_Size() int

func (*RepackIncrementalRequest) XXX_Unmarshal

func (m *RepackIncrementalRequest) XXX_Unmarshal(b []byte) error

type RepackIncrementalResponse

type RepackIncrementalResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RepackIncrementalResponse) Descriptor

func (*RepackIncrementalResponse) Descriptor() ([]byte, []int)

func (*RepackIncrementalResponse) ProtoMessage

func (*RepackIncrementalResponse) ProtoMessage()

func (*RepackIncrementalResponse) Reset

func (m *RepackIncrementalResponse) Reset()

func (*RepackIncrementalResponse) String

func (m *RepackIncrementalResponse) String() string

func (*RepackIncrementalResponse) XXX_DiscardUnknown

func (m *RepackIncrementalResponse) XXX_DiscardUnknown()

func (*RepackIncrementalResponse) XXX_Marshal

func (m *RepackIncrementalResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RepackIncrementalResponse) XXX_Merge

func (m *RepackIncrementalResponse) XXX_Merge(src proto.Message)

func (*RepackIncrementalResponse) XXX_Size

func (m *RepackIncrementalResponse) XXX_Size() int

func (*RepackIncrementalResponse) XXX_Unmarshal

func (m *RepackIncrementalResponse) XXX_Unmarshal(b []byte) error

type ReplicateRepositoryRequest

type ReplicateRepositoryRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Source               *Repository `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ReplicateRepositoryRequest) Descriptor

func (*ReplicateRepositoryRequest) Descriptor() ([]byte, []int)

func (*ReplicateRepositoryRequest) GetRepository

func (m *ReplicateRepositoryRequest) GetRepository() *Repository

func (*ReplicateRepositoryRequest) GetSource

func (m *ReplicateRepositoryRequest) GetSource() *Repository

func (*ReplicateRepositoryRequest) ProtoMessage

func (*ReplicateRepositoryRequest) ProtoMessage()

func (*ReplicateRepositoryRequest) Reset

func (m *ReplicateRepositoryRequest) Reset()

func (*ReplicateRepositoryRequest) String

func (m *ReplicateRepositoryRequest) String() string

func (*ReplicateRepositoryRequest) XXX_DiscardUnknown

func (m *ReplicateRepositoryRequest) XXX_DiscardUnknown()

func (*ReplicateRepositoryRequest) XXX_Marshal

func (m *ReplicateRepositoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReplicateRepositoryRequest) XXX_Merge

func (m *ReplicateRepositoryRequest) XXX_Merge(src proto.Message)

func (*ReplicateRepositoryRequest) XXX_Size

func (m *ReplicateRepositoryRequest) XXX_Size() int

func (*ReplicateRepositoryRequest) XXX_Unmarshal

func (m *ReplicateRepositoryRequest) XXX_Unmarshal(b []byte) error

type ReplicateRepositoryResponse

type ReplicateRepositoryResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReplicateRepositoryResponse) Descriptor

func (*ReplicateRepositoryResponse) Descriptor() ([]byte, []int)

func (*ReplicateRepositoryResponse) ProtoMessage

func (*ReplicateRepositoryResponse) ProtoMessage()

func (*ReplicateRepositoryResponse) Reset

func (m *ReplicateRepositoryResponse) Reset()

func (*ReplicateRepositoryResponse) String

func (m *ReplicateRepositoryResponse) String() string

func (*ReplicateRepositoryResponse) XXX_DiscardUnknown

func (m *ReplicateRepositoryResponse) XXX_DiscardUnknown()

func (*ReplicateRepositoryResponse) XXX_Marshal

func (m *ReplicateRepositoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReplicateRepositoryResponse) XXX_Merge

func (m *ReplicateRepositoryResponse) XXX_Merge(src proto.Message)

func (*ReplicateRepositoryResponse) XXX_Size

func (m *ReplicateRepositoryResponse) XXX_Size() int

func (*ReplicateRepositoryResponse) XXX_Unmarshal

func (m *ReplicateRepositoryResponse) XXX_Unmarshal(b []byte) error

type Repository

type Repository struct {
	StorageName  string `protobuf:"bytes,2,opt,name=storage_name,json=storageName,proto3" json:"storage_name,omitempty"`
	RelativePath string `protobuf:"bytes,3,opt,name=relative_path,json=relativePath,proto3" json:"relative_path,omitempty"`
	// Sets the GIT_OBJECT_DIRECTORY envvar on git commands to the value of this field.
	// It influences the object storage directory the SHA1 directories are created underneath.
	GitObjectDirectory string `protobuf:"bytes,4,opt,name=git_object_directory,json=gitObjectDirectory,proto3" json:"git_object_directory,omitempty"`
	// Sets the GIT_ALTERNATE_OBJECT_DIRECTORIES envvar on git commands to the values of this field.
	// It influences the list of Git object directories which can be used to search for Git objects.
	GitAlternateObjectDirectories []string `` /* 152-byte string literal not displayed */
	// Used in callbacks to GitLab so that it knows what repository the event is
	// associated with. May be left empty on RPC's that do not perform callbacks.
	// During project creation, `gl_repository` may not be known.
	GlRepository string `protobuf:"bytes,6,opt,name=gl_repository,json=glRepository,proto3" json:"gl_repository,omitempty"`
	// The human-readable GitLab project path (e.g. gitlab-org/gitlab-ce).
	// When hashed storage is use, this associates a project path with its
	// path on disk. The name can change over time (e.g. when a project is
	// renamed). This is primarily used for logging/debugging at the
	// moment.
	GlProjectPath        string   `protobuf:"bytes,8,opt,name=gl_project_path,json=glProjectPath,proto3" json:"gl_project_path,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Repository) Descriptor

func (*Repository) Descriptor() ([]byte, []int)

func (*Repository) GetGitAlternateObjectDirectories

func (m *Repository) GetGitAlternateObjectDirectories() []string

func (*Repository) GetGitObjectDirectory

func (m *Repository) GetGitObjectDirectory() string

func (*Repository) GetGlProjectPath

func (m *Repository) GetGlProjectPath() string

func (*Repository) GetGlRepository

func (m *Repository) GetGlRepository() string

func (*Repository) GetRelativePath

func (m *Repository) GetRelativePath() string

func (*Repository) GetStorageName

func (m *Repository) GetStorageName() string

func (*Repository) ProtoMessage

func (*Repository) ProtoMessage()

func (*Repository) Reset

func (m *Repository) Reset()

func (*Repository) String

func (m *Repository) String() string

func (*Repository) XXX_DiscardUnknown

func (m *Repository) XXX_DiscardUnknown()

func (*Repository) XXX_Marshal

func (m *Repository) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Repository) XXX_Merge

func (m *Repository) XXX_Merge(src proto.Message)

func (*Repository) XXX_Size

func (m *Repository) XXX_Size() int

func (*Repository) XXX_Unmarshal

func (m *Repository) XXX_Unmarshal(b []byte) error

type RepositoryExistsRequest

type RepositoryExistsRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*RepositoryExistsRequest) Descriptor

func (*RepositoryExistsRequest) Descriptor() ([]byte, []int)

func (*RepositoryExistsRequest) GetRepository

func (m *RepositoryExistsRequest) GetRepository() *Repository

func (*RepositoryExistsRequest) ProtoMessage

func (*RepositoryExistsRequest) ProtoMessage()

func (*RepositoryExistsRequest) Reset

func (m *RepositoryExistsRequest) Reset()

func (*RepositoryExistsRequest) String

func (m *RepositoryExistsRequest) String() string

func (*RepositoryExistsRequest) XXX_DiscardUnknown

func (m *RepositoryExistsRequest) XXX_DiscardUnknown()

func (*RepositoryExistsRequest) XXX_Marshal

func (m *RepositoryExistsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RepositoryExistsRequest) XXX_Merge

func (m *RepositoryExistsRequest) XXX_Merge(src proto.Message)

func (*RepositoryExistsRequest) XXX_Size

func (m *RepositoryExistsRequest) XXX_Size() int

func (*RepositoryExistsRequest) XXX_Unmarshal

func (m *RepositoryExistsRequest) XXX_Unmarshal(b []byte) error

type RepositoryExistsResponse

type RepositoryExistsResponse struct {
	Exists               bool     `protobuf:"varint,1,opt,name=exists,proto3" json:"exists,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RepositoryExistsResponse) Descriptor

func (*RepositoryExistsResponse) Descriptor() ([]byte, []int)

func (*RepositoryExistsResponse) GetExists

func (m *RepositoryExistsResponse) GetExists() bool

func (*RepositoryExistsResponse) ProtoMessage

func (*RepositoryExistsResponse) ProtoMessage()

func (*RepositoryExistsResponse) Reset

func (m *RepositoryExistsResponse) Reset()

func (*RepositoryExistsResponse) String

func (m *RepositoryExistsResponse) String() string

func (*RepositoryExistsResponse) XXX_DiscardUnknown

func (m *RepositoryExistsResponse) XXX_DiscardUnknown()

func (*RepositoryExistsResponse) XXX_Marshal

func (m *RepositoryExistsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RepositoryExistsResponse) XXX_Merge

func (m *RepositoryExistsResponse) XXX_Merge(src proto.Message)

func (*RepositoryExistsResponse) XXX_Size

func (m *RepositoryExistsResponse) XXX_Size() int

func (*RepositoryExistsResponse) XXX_Unmarshal

func (m *RepositoryExistsResponse) XXX_Unmarshal(b []byte) error

type RepositoryReplicasRequest

type RepositoryReplicasRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*RepositoryReplicasRequest) Descriptor

func (*RepositoryReplicasRequest) Descriptor() ([]byte, []int)

func (*RepositoryReplicasRequest) GetRepository

func (m *RepositoryReplicasRequest) GetRepository() *Repository

func (*RepositoryReplicasRequest) ProtoMessage

func (*RepositoryReplicasRequest) ProtoMessage()

func (*RepositoryReplicasRequest) Reset

func (m *RepositoryReplicasRequest) Reset()

func (*RepositoryReplicasRequest) String

func (m *RepositoryReplicasRequest) String() string

func (*RepositoryReplicasRequest) XXX_DiscardUnknown

func (m *RepositoryReplicasRequest) XXX_DiscardUnknown()

func (*RepositoryReplicasRequest) XXX_Marshal

func (m *RepositoryReplicasRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RepositoryReplicasRequest) XXX_Merge

func (m *RepositoryReplicasRequest) XXX_Merge(src proto.Message)

func (*RepositoryReplicasRequest) XXX_Size

func (m *RepositoryReplicasRequest) XXX_Size() int

func (*RepositoryReplicasRequest) XXX_Unmarshal

func (m *RepositoryReplicasRequest) XXX_Unmarshal(b []byte) error

type RepositoryReplicasResponse

type RepositoryReplicasResponse struct {
	Primary              *RepositoryReplicasResponse_RepositoryDetails   `protobuf:"bytes,1,opt,name=primary,proto3" json:"primary,omitempty"`
	Replicas             []*RepositoryReplicasResponse_RepositoryDetails `protobuf:"bytes,2,rep,name=replicas,proto3" json:"replicas,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                        `json:"-"`
	XXX_unrecognized     []byte                                          `json:"-"`
	XXX_sizecache        int32                                           `json:"-"`
}

func (*RepositoryReplicasResponse) Descriptor

func (*RepositoryReplicasResponse) Descriptor() ([]byte, []int)

func (*RepositoryReplicasResponse) GetPrimary

func (*RepositoryReplicasResponse) GetReplicas

func (*RepositoryReplicasResponse) ProtoMessage

func (*RepositoryReplicasResponse) ProtoMessage()

func (*RepositoryReplicasResponse) Reset

func (m *RepositoryReplicasResponse) Reset()

func (*RepositoryReplicasResponse) String

func (m *RepositoryReplicasResponse) String() string

func (*RepositoryReplicasResponse) XXX_DiscardUnknown

func (m *RepositoryReplicasResponse) XXX_DiscardUnknown()

func (*RepositoryReplicasResponse) XXX_Marshal

func (m *RepositoryReplicasResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RepositoryReplicasResponse) XXX_Merge

func (m *RepositoryReplicasResponse) XXX_Merge(src proto.Message)

func (*RepositoryReplicasResponse) XXX_Size

func (m *RepositoryReplicasResponse) XXX_Size() int

func (*RepositoryReplicasResponse) XXX_Unmarshal

func (m *RepositoryReplicasResponse) XXX_Unmarshal(b []byte) error

type RepositoryReplicasResponse_RepositoryDetails

type RepositoryReplicasResponse_RepositoryDetails struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Checksum             string      `protobuf:"bytes,2,opt,name=checksum,proto3" json:"checksum,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*RepositoryReplicasResponse_RepositoryDetails) Descriptor

func (*RepositoryReplicasResponse_RepositoryDetails) GetChecksum

func (*RepositoryReplicasResponse_RepositoryDetails) GetRepository

func (*RepositoryReplicasResponse_RepositoryDetails) ProtoMessage

func (*RepositoryReplicasResponse_RepositoryDetails) Reset

func (*RepositoryReplicasResponse_RepositoryDetails) String

func (*RepositoryReplicasResponse_RepositoryDetails) XXX_DiscardUnknown

func (m *RepositoryReplicasResponse_RepositoryDetails) XXX_DiscardUnknown()

func (*RepositoryReplicasResponse_RepositoryDetails) XXX_Marshal

func (m *RepositoryReplicasResponse_RepositoryDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RepositoryReplicasResponse_RepositoryDetails) XXX_Merge

func (*RepositoryReplicasResponse_RepositoryDetails) XXX_Size

func (*RepositoryReplicasResponse_RepositoryDetails) XXX_Unmarshal

type RepositoryServiceClient

type RepositoryServiceClient interface {
	RepositoryExists(ctx context.Context, in *RepositoryExistsRequest, opts ...grpc.CallOption) (*RepositoryExistsResponse, error)
	RepackIncremental(ctx context.Context, in *RepackIncrementalRequest, opts ...grpc.CallOption) (*RepackIncrementalResponse, error)
	RepackFull(ctx context.Context, in *RepackFullRequest, opts ...grpc.CallOption) (*RepackFullResponse, error)
	MidxRepack(ctx context.Context, in *MidxRepackRequest, opts ...grpc.CallOption) (*MidxRepackResponse, error)
	GarbageCollect(ctx context.Context, in *GarbageCollectRequest, opts ...grpc.CallOption) (*GarbageCollectResponse, error)
	WriteCommitGraph(ctx context.Context, in *WriteCommitGraphRequest, opts ...grpc.CallOption) (*WriteCommitGraphResponse, error)
	RepositorySize(ctx context.Context, in *RepositorySizeRequest, opts ...grpc.CallOption) (*RepositorySizeResponse, error)
	ApplyGitattributes(ctx context.Context, in *ApplyGitattributesRequest, opts ...grpc.CallOption) (*ApplyGitattributesResponse, error)
	// FetchRemote fetches references from a remote repository into the local
	// repository.
	FetchRemote(ctx context.Context, in *FetchRemoteRequest, opts ...grpc.CallOption) (*FetchRemoteResponse, error)
	CreateRepository(ctx context.Context, in *CreateRepositoryRequest, opts ...grpc.CallOption) (*CreateRepositoryResponse, error)
	GetArchive(ctx context.Context, in *GetArchiveRequest, opts ...grpc.CallOption) (RepositoryService_GetArchiveClient, error)
	HasLocalBranches(ctx context.Context, in *HasLocalBranchesRequest, opts ...grpc.CallOption) (*HasLocalBranchesResponse, error)
	// FetchSourceBranch fetches a branch from a second (potentially remote)
	// repository into the given repository.
	FetchSourceBranch(ctx context.Context, in *FetchSourceBranchRequest, opts ...grpc.CallOption) (*FetchSourceBranchResponse, error)
	Fsck(ctx context.Context, in *FsckRequest, opts ...grpc.CallOption) (*FsckResponse, error)
	WriteRef(ctx context.Context, in *WriteRefRequest, opts ...grpc.CallOption) (*WriteRefResponse, error)
	FindMergeBase(ctx context.Context, in *FindMergeBaseRequest, opts ...grpc.CallOption) (*FindMergeBaseResponse, error)
	CreateFork(ctx context.Context, in *CreateForkRequest, opts ...grpc.CallOption) (*CreateForkResponse, error)
	IsRebaseInProgress(ctx context.Context, in *IsRebaseInProgressRequest, opts ...grpc.CallOption) (*IsRebaseInProgressResponse, error)
	IsSquashInProgress(ctx context.Context, in *IsSquashInProgressRequest, opts ...grpc.CallOption) (*IsSquashInProgressResponse, error)
	CreateRepositoryFromURL(ctx context.Context, in *CreateRepositoryFromURLRequest, opts ...grpc.CallOption) (*CreateRepositoryFromURLResponse, error)
	CreateBundle(ctx context.Context, in *CreateBundleRequest, opts ...grpc.CallOption) (RepositoryService_CreateBundleClient, error)
	CreateRepositoryFromBundle(ctx context.Context, opts ...grpc.CallOption) (RepositoryService_CreateRepositoryFromBundleClient, error)
	// GetConfig reads the target repository's gitconfig and streams its contents
	// back. Returns a NotFound error in case no gitconfig was found.
	GetConfig(ctx context.Context, in *GetConfigRequest, opts ...grpc.CallOption) (RepositoryService_GetConfigClient, error)
	SetConfig(ctx context.Context, in *SetConfigRequest, opts ...grpc.CallOption) (*SetConfigResponse, error)
	DeleteConfig(ctx context.Context, in *DeleteConfigRequest, opts ...grpc.CallOption) (*DeleteConfigResponse, error)
	FindLicense(ctx context.Context, in *FindLicenseRequest, opts ...grpc.CallOption) (*FindLicenseResponse, error)
	GetInfoAttributes(ctx context.Context, in *GetInfoAttributesRequest, opts ...grpc.CallOption) (RepositoryService_GetInfoAttributesClient, error)
	CalculateChecksum(ctx context.Context, in *CalculateChecksumRequest, opts ...grpc.CallOption) (*CalculateChecksumResponse, error)
	Cleanup(ctx context.Context, in *CleanupRequest, opts ...grpc.CallOption) (*CleanupResponse, error)
	GetSnapshot(ctx context.Context, in *GetSnapshotRequest, opts ...grpc.CallOption) (RepositoryService_GetSnapshotClient, error)
	CreateRepositoryFromSnapshot(ctx context.Context, in *CreateRepositoryFromSnapshotRequest, opts ...grpc.CallOption) (*CreateRepositoryFromSnapshotResponse, error)
	GetRawChanges(ctx context.Context, in *GetRawChangesRequest, opts ...grpc.CallOption) (RepositoryService_GetRawChangesClient, error)
	SearchFilesByContent(ctx context.Context, in *SearchFilesByContentRequest, opts ...grpc.CallOption) (RepositoryService_SearchFilesByContentClient, error)
	SearchFilesByName(ctx context.Context, in *SearchFilesByNameRequest, opts ...grpc.CallOption) (RepositoryService_SearchFilesByNameClient, error)
	RestoreCustomHooks(ctx context.Context, opts ...grpc.CallOption) (RepositoryService_RestoreCustomHooksClient, error)
	BackupCustomHooks(ctx context.Context, in *BackupCustomHooksRequest, opts ...grpc.CallOption) (RepositoryService_BackupCustomHooksClient, error)
	GetObjectDirectorySize(ctx context.Context, in *GetObjectDirectorySizeRequest, opts ...grpc.CallOption) (*GetObjectDirectorySizeResponse, error)
	CloneFromPool(ctx context.Context, in *CloneFromPoolRequest, opts ...grpc.CallOption) (*CloneFromPoolResponse, error)
	CloneFromPoolInternal(ctx context.Context, in *CloneFromPoolInternalRequest, opts ...grpc.CallOption) (*CloneFromPoolInternalResponse, error)
	// RemoveRepository will move the repository to `+gitaly/tmp/<relative_path>_removed` and
	// eventually remove it. This ensures that even on networked filesystems the
	// data is actually removed even if there's someone still handling the data.
	RemoveRepository(ctx context.Context, in *RemoveRepositoryRequest, opts ...grpc.CallOption) (*RemoveRepositoryResponse, error)
	RenameRepository(ctx context.Context, in *RenameRepositoryRequest, opts ...grpc.CallOption) (*RenameRepositoryResponse, error)
	ReplicateRepository(ctx context.Context, in *ReplicateRepositoryRequest, opts ...grpc.CallOption) (*ReplicateRepositoryResponse, error)
	OptimizeRepository(ctx context.Context, in *OptimizeRepositoryRequest, opts ...grpc.CallOption) (*OptimizeRepositoryResponse, error)
}

RepositoryServiceClient is the client API for RepositoryService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRepositoryServiceClient

func NewRepositoryServiceClient(cc *grpc.ClientConn) RepositoryServiceClient

type RepositoryServiceServer

type RepositoryServiceServer interface {
	RepositoryExists(context.Context, *RepositoryExistsRequest) (*RepositoryExistsResponse, error)
	RepackIncremental(context.Context, *RepackIncrementalRequest) (*RepackIncrementalResponse, error)
	RepackFull(context.Context, *RepackFullRequest) (*RepackFullResponse, error)
	MidxRepack(context.Context, *MidxRepackRequest) (*MidxRepackResponse, error)
	GarbageCollect(context.Context, *GarbageCollectRequest) (*GarbageCollectResponse, error)
	WriteCommitGraph(context.Context, *WriteCommitGraphRequest) (*WriteCommitGraphResponse, error)
	RepositorySize(context.Context, *RepositorySizeRequest) (*RepositorySizeResponse, error)
	ApplyGitattributes(context.Context, *ApplyGitattributesRequest) (*ApplyGitattributesResponse, error)
	// FetchRemote fetches references from a remote repository into the local
	// repository.
	FetchRemote(context.Context, *FetchRemoteRequest) (*FetchRemoteResponse, error)
	CreateRepository(context.Context, *CreateRepositoryRequest) (*CreateRepositoryResponse, error)
	GetArchive(*GetArchiveRequest, RepositoryService_GetArchiveServer) error
	HasLocalBranches(context.Context, *HasLocalBranchesRequest) (*HasLocalBranchesResponse, error)
	// FetchSourceBranch fetches a branch from a second (potentially remote)
	// repository into the given repository.
	FetchSourceBranch(context.Context, *FetchSourceBranchRequest) (*FetchSourceBranchResponse, error)
	Fsck(context.Context, *FsckRequest) (*FsckResponse, error)
	WriteRef(context.Context, *WriteRefRequest) (*WriteRefResponse, error)
	FindMergeBase(context.Context, *FindMergeBaseRequest) (*FindMergeBaseResponse, error)
	CreateFork(context.Context, *CreateForkRequest) (*CreateForkResponse, error)
	IsRebaseInProgress(context.Context, *IsRebaseInProgressRequest) (*IsRebaseInProgressResponse, error)
	IsSquashInProgress(context.Context, *IsSquashInProgressRequest) (*IsSquashInProgressResponse, error)
	CreateRepositoryFromURL(context.Context, *CreateRepositoryFromURLRequest) (*CreateRepositoryFromURLResponse, error)
	CreateBundle(*CreateBundleRequest, RepositoryService_CreateBundleServer) error
	CreateRepositoryFromBundle(RepositoryService_CreateRepositoryFromBundleServer) error
	// GetConfig reads the target repository's gitconfig and streams its contents
	// back. Returns a NotFound error in case no gitconfig was found.
	GetConfig(*GetConfigRequest, RepositoryService_GetConfigServer) error
	SetConfig(context.Context, *SetConfigRequest) (*SetConfigResponse, error)
	DeleteConfig(context.Context, *DeleteConfigRequest) (*DeleteConfigResponse, error)
	FindLicense(context.Context, *FindLicenseRequest) (*FindLicenseResponse, error)
	GetInfoAttributes(*GetInfoAttributesRequest, RepositoryService_GetInfoAttributesServer) error
	CalculateChecksum(context.Context, *CalculateChecksumRequest) (*CalculateChecksumResponse, error)
	Cleanup(context.Context, *CleanupRequest) (*CleanupResponse, error)
	GetSnapshot(*GetSnapshotRequest, RepositoryService_GetSnapshotServer) error
	CreateRepositoryFromSnapshot(context.Context, *CreateRepositoryFromSnapshotRequest) (*CreateRepositoryFromSnapshotResponse, error)
	GetRawChanges(*GetRawChangesRequest, RepositoryService_GetRawChangesServer) error
	SearchFilesByContent(*SearchFilesByContentRequest, RepositoryService_SearchFilesByContentServer) error
	SearchFilesByName(*SearchFilesByNameRequest, RepositoryService_SearchFilesByNameServer) error
	RestoreCustomHooks(RepositoryService_RestoreCustomHooksServer) error
	BackupCustomHooks(*BackupCustomHooksRequest, RepositoryService_BackupCustomHooksServer) error
	GetObjectDirectorySize(context.Context, *GetObjectDirectorySizeRequest) (*GetObjectDirectorySizeResponse, error)
	CloneFromPool(context.Context, *CloneFromPoolRequest) (*CloneFromPoolResponse, error)
	CloneFromPoolInternal(context.Context, *CloneFromPoolInternalRequest) (*CloneFromPoolInternalResponse, error)
	// RemoveRepository will move the repository to `+gitaly/tmp/<relative_path>_removed` and
	// eventually remove it. This ensures that even on networked filesystems the
	// data is actually removed even if there's someone still handling the data.
	RemoveRepository(context.Context, *RemoveRepositoryRequest) (*RemoveRepositoryResponse, error)
	RenameRepository(context.Context, *RenameRepositoryRequest) (*RenameRepositoryResponse, error)
	ReplicateRepository(context.Context, *ReplicateRepositoryRequest) (*ReplicateRepositoryResponse, error)
	OptimizeRepository(context.Context, *OptimizeRepositoryRequest) (*OptimizeRepositoryResponse, error)
}

RepositoryServiceServer is the server API for RepositoryService service.

type RepositoryService_BackupCustomHooksClient

type RepositoryService_BackupCustomHooksClient interface {
	Recv() (*BackupCustomHooksResponse, error)
	grpc.ClientStream
}

type RepositoryService_BackupCustomHooksServer

type RepositoryService_BackupCustomHooksServer interface {
	Send(*BackupCustomHooksResponse) error
	grpc.ServerStream
}

type RepositoryService_CreateBundleClient

type RepositoryService_CreateBundleClient interface {
	Recv() (*CreateBundleResponse, error)
	grpc.ClientStream
}

type RepositoryService_CreateBundleServer

type RepositoryService_CreateBundleServer interface {
	Send(*CreateBundleResponse) error
	grpc.ServerStream
}

type RepositoryService_CreateRepositoryFromBundleClient

type RepositoryService_CreateRepositoryFromBundleClient interface {
	Send(*CreateRepositoryFromBundleRequest) error
	CloseAndRecv() (*CreateRepositoryFromBundleResponse, error)
	grpc.ClientStream
}

type RepositoryService_CreateRepositoryFromBundleServer

type RepositoryService_CreateRepositoryFromBundleServer interface {
	SendAndClose(*CreateRepositoryFromBundleResponse) error
	Recv() (*CreateRepositoryFromBundleRequest, error)
	grpc.ServerStream
}

type RepositoryService_GetArchiveClient

type RepositoryService_GetArchiveClient interface {
	Recv() (*GetArchiveResponse, error)
	grpc.ClientStream
}

type RepositoryService_GetArchiveServer

type RepositoryService_GetArchiveServer interface {
	Send(*GetArchiveResponse) error
	grpc.ServerStream
}

type RepositoryService_GetConfigClient

type RepositoryService_GetConfigClient interface {
	Recv() (*GetConfigResponse, error)
	grpc.ClientStream
}

type RepositoryService_GetConfigServer

type RepositoryService_GetConfigServer interface {
	Send(*GetConfigResponse) error
	grpc.ServerStream
}

type RepositoryService_GetInfoAttributesClient

type RepositoryService_GetInfoAttributesClient interface {
	Recv() (*GetInfoAttributesResponse, error)
	grpc.ClientStream
}

type RepositoryService_GetInfoAttributesServer

type RepositoryService_GetInfoAttributesServer interface {
	Send(*GetInfoAttributesResponse) error
	grpc.ServerStream
}

type RepositoryService_GetRawChangesClient

type RepositoryService_GetRawChangesClient interface {
	Recv() (*GetRawChangesResponse, error)
	grpc.ClientStream
}

type RepositoryService_GetRawChangesServer

type RepositoryService_GetRawChangesServer interface {
	Send(*GetRawChangesResponse) error
	grpc.ServerStream
}

type RepositoryService_GetSnapshotClient

type RepositoryService_GetSnapshotClient interface {
	Recv() (*GetSnapshotResponse, error)
	grpc.ClientStream
}

type RepositoryService_GetSnapshotServer

type RepositoryService_GetSnapshotServer interface {
	Send(*GetSnapshotResponse) error
	grpc.ServerStream
}

type RepositoryService_RestoreCustomHooksClient

type RepositoryService_RestoreCustomHooksClient interface {
	Send(*RestoreCustomHooksRequest) error
	CloseAndRecv() (*RestoreCustomHooksResponse, error)
	grpc.ClientStream
}

type RepositoryService_RestoreCustomHooksServer

type RepositoryService_RestoreCustomHooksServer interface {
	SendAndClose(*RestoreCustomHooksResponse) error
	Recv() (*RestoreCustomHooksRequest, error)
	grpc.ServerStream
}

type RepositoryService_SearchFilesByContentClient

type RepositoryService_SearchFilesByContentClient interface {
	Recv() (*SearchFilesByContentResponse, error)
	grpc.ClientStream
}

type RepositoryService_SearchFilesByContentServer

type RepositoryService_SearchFilesByContentServer interface {
	Send(*SearchFilesByContentResponse) error
	grpc.ServerStream
}

type RepositoryService_SearchFilesByNameClient

type RepositoryService_SearchFilesByNameClient interface {
	Recv() (*SearchFilesByNameResponse, error)
	grpc.ClientStream
}

type RepositoryService_SearchFilesByNameServer

type RepositoryService_SearchFilesByNameServer interface {
	Send(*SearchFilesByNameResponse) error
	grpc.ServerStream
}

type RepositorySizeRequest

type RepositorySizeRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*RepositorySizeRequest) Descriptor

func (*RepositorySizeRequest) Descriptor() ([]byte, []int)

func (*RepositorySizeRequest) GetRepository

func (m *RepositorySizeRequest) GetRepository() *Repository

func (*RepositorySizeRequest) ProtoMessage

func (*RepositorySizeRequest) ProtoMessage()

func (*RepositorySizeRequest) Reset

func (m *RepositorySizeRequest) Reset()

func (*RepositorySizeRequest) String

func (m *RepositorySizeRequest) String() string

func (*RepositorySizeRequest) XXX_DiscardUnknown

func (m *RepositorySizeRequest) XXX_DiscardUnknown()

func (*RepositorySizeRequest) XXX_Marshal

func (m *RepositorySizeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RepositorySizeRequest) XXX_Merge

func (m *RepositorySizeRequest) XXX_Merge(src proto.Message)

func (*RepositorySizeRequest) XXX_Size

func (m *RepositorySizeRequest) XXX_Size() int

func (*RepositorySizeRequest) XXX_Unmarshal

func (m *RepositorySizeRequest) XXX_Unmarshal(b []byte) error

type RepositorySizeResponse

type RepositorySizeResponse struct {
	// Repository size in kilobytes
	Size                 int64    `protobuf:"varint,1,opt,name=size,proto3" json:"size,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RepositorySizeResponse) Descriptor

func (*RepositorySizeResponse) Descriptor() ([]byte, []int)

func (*RepositorySizeResponse) GetSize

func (m *RepositorySizeResponse) GetSize() int64

func (*RepositorySizeResponse) ProtoMessage

func (*RepositorySizeResponse) ProtoMessage()

func (*RepositorySizeResponse) Reset

func (m *RepositorySizeResponse) Reset()

func (*RepositorySizeResponse) String

func (m *RepositorySizeResponse) String() string

func (*RepositorySizeResponse) XXX_DiscardUnknown

func (m *RepositorySizeResponse) XXX_DiscardUnknown()

func (*RepositorySizeResponse) XXX_Marshal

func (m *RepositorySizeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RepositorySizeResponse) XXX_Merge

func (m *RepositorySizeResponse) XXX_Merge(src proto.Message)

func (*RepositorySizeResponse) XXX_Size

func (m *RepositorySizeResponse) XXX_Size() int

func (*RepositorySizeResponse) XXX_Unmarshal

func (m *RepositorySizeResponse) XXX_Unmarshal(b []byte) error

type ResolveConflictsRequest

type ResolveConflictsRequest struct {
	// RequestPayload is the payload part of the request. The first message sent
	// must always be a ResolveConflictsRequestHeader, whereas all remaining
	// requests must be FilesJson requests.
	//
	// Types that are valid to be assigned to ResolveConflictsRequestPayload:
	//	*ResolveConflictsRequest_Header
	//	*ResolveConflictsRequest_FilesJson
	ResolveConflictsRequestPayload isResolveConflictsRequest_ResolveConflictsRequestPayload `protobuf_oneof:"resolve_conflicts_request_payload"`
	XXX_NoUnkeyedLiteral           struct{}                                                 `json:"-"`
	XXX_unrecognized               []byte                                                   `json:"-"`
	XXX_sizecache                  int32                                                    `json:"-"`
}

ResolveConflictsRequest is a request for the ResolveConflicts RPC.

func (*ResolveConflictsRequest) Descriptor

func (*ResolveConflictsRequest) Descriptor() ([]byte, []int)

func (*ResolveConflictsRequest) GetFilesJson

func (m *ResolveConflictsRequest) GetFilesJson() []byte

func (*ResolveConflictsRequest) GetHeader

func (*ResolveConflictsRequest) GetResolveConflictsRequestPayload

func (m *ResolveConflictsRequest) GetResolveConflictsRequestPayload() isResolveConflictsRequest_ResolveConflictsRequestPayload

func (*ResolveConflictsRequest) ProtoMessage

func (*ResolveConflictsRequest) ProtoMessage()

func (*ResolveConflictsRequest) Reset

func (m *ResolveConflictsRequest) Reset()

func (*ResolveConflictsRequest) String

func (m *ResolveConflictsRequest) String() string

func (*ResolveConflictsRequest) XXX_DiscardUnknown

func (m *ResolveConflictsRequest) XXX_DiscardUnknown()

func (*ResolveConflictsRequest) XXX_Marshal

func (m *ResolveConflictsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResolveConflictsRequest) XXX_Merge

func (m *ResolveConflictsRequest) XXX_Merge(src proto.Message)

func (*ResolveConflictsRequest) XXX_OneofWrappers

func (*ResolveConflictsRequest) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*ResolveConflictsRequest) XXX_Size

func (m *ResolveConflictsRequest) XXX_Size() int

func (*ResolveConflictsRequest) XXX_Unmarshal

func (m *ResolveConflictsRequest) XXX_Unmarshal(b []byte) error

type ResolveConflictsRequestHeader

type ResolveConflictsRequestHeader struct {
	// Repository is the repository in which conflicts shall be resolved and
	// where SourceBranch shall be updated with the resolved conflict.
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// OurCommitOid is the OID of the commit representing the local commit.
	OurCommitOid string `protobuf:"bytes,2,opt,name=our_commit_oid,json=ourCommitOid,proto3" json:"our_commit_oid,omitempty"`
	// TargetRepository is the repository from which TheirCommitOid shall be
	// retrieved.
	TargetRepository *Repository `protobuf:"bytes,3,opt,name=target_repository,json=targetRepository,proto3" json:"target_repository,omitempty"`
	// TheirCommitOid is the OID of the commit representing the remote commit
	// which is to be merged into the local commit.
	TheirCommitOid string `protobuf:"bytes,4,opt,name=their_commit_oid,json=theirCommitOid,proto3" json:"their_commit_oid,omitempty"`
	// SourceBranch is the branch on which the new commit shall be created.
	SourceBranch []byte `protobuf:"bytes,5,opt,name=source_branch,json=sourceBranch,proto3" json:"source_branch,omitempty"`
	// TargetBranch identifies the branch which will be fetched from
	// TargetRepository in case TheirCommitOid does not exist in Repository.
	TargetBranch []byte `protobuf:"bytes,6,opt,name=target_branch,json=targetBranch,proto3" json:"target_branch,omitempty"`
	// CommitMessage is the message of the newly created merge commit.
	CommitMessage []byte `protobuf:"bytes,7,opt,name=commit_message,json=commitMessage,proto3" json:"commit_message,omitempty"`
	// User is the user used as author and committer of the newly created merge
	// commit.
	User *User `protobuf:"bytes,8,opt,name=user,proto3" json:"user,omitempty"`
	// timestamp is the optional timestamp to use for the commit as committer
	// date. If it's not set, the current time will be used.
	Timestamp            *timestamp.Timestamp `protobuf:"bytes,9,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

ResolveConflictsRequestHeader is the first message that must be sent for each ResolveConflicts call.

func (*ResolveConflictsRequestHeader) Descriptor

func (*ResolveConflictsRequestHeader) Descriptor() ([]byte, []int)

func (*ResolveConflictsRequestHeader) GetCommitMessage

func (m *ResolveConflictsRequestHeader) GetCommitMessage() []byte

func (*ResolveConflictsRequestHeader) GetOurCommitOid

func (m *ResolveConflictsRequestHeader) GetOurCommitOid() string

func (*ResolveConflictsRequestHeader) GetRepository

func (m *ResolveConflictsRequestHeader) GetRepository() *Repository

func (*ResolveConflictsRequestHeader) GetSourceBranch

func (m *ResolveConflictsRequestHeader) GetSourceBranch() []byte

func (*ResolveConflictsRequestHeader) GetTargetBranch

func (m *ResolveConflictsRequestHeader) GetTargetBranch() []byte

func (*ResolveConflictsRequestHeader) GetTargetRepository

func (m *ResolveConflictsRequestHeader) GetTargetRepository() *Repository

func (*ResolveConflictsRequestHeader) GetTheirCommitOid

func (m *ResolveConflictsRequestHeader) GetTheirCommitOid() string

func (*ResolveConflictsRequestHeader) GetTimestamp

func (*ResolveConflictsRequestHeader) GetUser

func (m *ResolveConflictsRequestHeader) GetUser() *User

func (*ResolveConflictsRequestHeader) ProtoMessage

func (*ResolveConflictsRequestHeader) ProtoMessage()

func (*ResolveConflictsRequestHeader) Reset

func (m *ResolveConflictsRequestHeader) Reset()

func (*ResolveConflictsRequestHeader) String

func (*ResolveConflictsRequestHeader) XXX_DiscardUnknown

func (m *ResolveConflictsRequestHeader) XXX_DiscardUnknown()

func (*ResolveConflictsRequestHeader) XXX_Marshal

func (m *ResolveConflictsRequestHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResolveConflictsRequestHeader) XXX_Merge

func (m *ResolveConflictsRequestHeader) XXX_Merge(src proto.Message)

func (*ResolveConflictsRequestHeader) XXX_Size

func (m *ResolveConflictsRequestHeader) XXX_Size() int

func (*ResolveConflictsRequestHeader) XXX_Unmarshal

func (m *ResolveConflictsRequestHeader) XXX_Unmarshal(b []byte) error

type ResolveConflictsRequest_FilesJson

type ResolveConflictsRequest_FilesJson struct {
	FilesJson []byte `protobuf:"bytes,2,opt,name=files_json,json=filesJson,proto3,oneof"`
}

type ResolveConflictsRequest_Header

type ResolveConflictsRequest_Header struct {
	Header *ResolveConflictsRequestHeader `protobuf:"bytes,1,opt,name=header,proto3,oneof"`
}

type ResolveConflictsResponse

type ResolveConflictsResponse struct {
	// ResolutionError contains a description of why conflict resolution has
	// failed.
	ResolutionError      string   `protobuf:"bytes,1,opt,name=resolution_error,json=resolutionError,proto3" json:"resolution_error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ResolveConflictsResponse is a response of the ResolveConflicts RPC. Conflict resolution may have failed even if the RPC has returned OK. The user must check ResolutionError to verify whether the merge commit was correctly computed or not.

func (*ResolveConflictsResponse) Descriptor

func (*ResolveConflictsResponse) Descriptor() ([]byte, []int)

func (*ResolveConflictsResponse) GetResolutionError

func (m *ResolveConflictsResponse) GetResolutionError() string

func (*ResolveConflictsResponse) ProtoMessage

func (*ResolveConflictsResponse) ProtoMessage()

func (*ResolveConflictsResponse) Reset

func (m *ResolveConflictsResponse) Reset()

func (*ResolveConflictsResponse) String

func (m *ResolveConflictsResponse) String() string

func (*ResolveConflictsResponse) XXX_DiscardUnknown

func (m *ResolveConflictsResponse) XXX_DiscardUnknown()

func (*ResolveConflictsResponse) XXX_Marshal

func (m *ResolveConflictsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResolveConflictsResponse) XXX_Merge

func (m *ResolveConflictsResponse) XXX_Merge(src proto.Message)

func (*ResolveConflictsResponse) XXX_Size

func (m *ResolveConflictsResponse) XXX_Size() int

func (*ResolveConflictsResponse) XXX_Unmarshal

func (m *ResolveConflictsResponse) XXX_Unmarshal(b []byte) error

type RestoreCustomHooksRequest

type RestoreCustomHooksRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Data                 []byte      `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*RestoreCustomHooksRequest) Descriptor

func (*RestoreCustomHooksRequest) Descriptor() ([]byte, []int)

func (*RestoreCustomHooksRequest) GetData

func (m *RestoreCustomHooksRequest) GetData() []byte

func (*RestoreCustomHooksRequest) GetRepository

func (m *RestoreCustomHooksRequest) GetRepository() *Repository

func (*RestoreCustomHooksRequest) ProtoMessage

func (*RestoreCustomHooksRequest) ProtoMessage()

func (*RestoreCustomHooksRequest) Reset

func (m *RestoreCustomHooksRequest) Reset()

func (*RestoreCustomHooksRequest) String

func (m *RestoreCustomHooksRequest) String() string

func (*RestoreCustomHooksRequest) XXX_DiscardUnknown

func (m *RestoreCustomHooksRequest) XXX_DiscardUnknown()

func (*RestoreCustomHooksRequest) XXX_Marshal

func (m *RestoreCustomHooksRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RestoreCustomHooksRequest) XXX_Merge

func (m *RestoreCustomHooksRequest) XXX_Merge(src proto.Message)

func (*RestoreCustomHooksRequest) XXX_Size

func (m *RestoreCustomHooksRequest) XXX_Size() int

func (*RestoreCustomHooksRequest) XXX_Unmarshal

func (m *RestoreCustomHooksRequest) XXX_Unmarshal(b []byte) error

type RestoreCustomHooksResponse

type RestoreCustomHooksResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RestoreCustomHooksResponse) Descriptor

func (*RestoreCustomHooksResponse) Descriptor() ([]byte, []int)

func (*RestoreCustomHooksResponse) ProtoMessage

func (*RestoreCustomHooksResponse) ProtoMessage()

func (*RestoreCustomHooksResponse) Reset

func (m *RestoreCustomHooksResponse) Reset()

func (*RestoreCustomHooksResponse) String

func (m *RestoreCustomHooksResponse) String() string

func (*RestoreCustomHooksResponse) XXX_DiscardUnknown

func (m *RestoreCustomHooksResponse) XXX_DiscardUnknown()

func (*RestoreCustomHooksResponse) XXX_Marshal

func (m *RestoreCustomHooksResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RestoreCustomHooksResponse) XXX_Merge

func (m *RestoreCustomHooksResponse) XXX_Merge(src proto.Message)

func (*RestoreCustomHooksResponse) XXX_Size

func (m *RestoreCustomHooksResponse) XXX_Size() int

func (*RestoreCustomHooksResponse) XXX_Unmarshal

func (m *RestoreCustomHooksResponse) XXX_Unmarshal(b []byte) error

type SSHReceivePackRequest

type SSHReceivePackRequest struct {
	// 'repository' must be present in the first message.
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// A chunk of raw data to be copied to 'git upload-pack' standard input
	Stdin []byte `protobuf:"bytes,2,opt,name=stdin,proto3" json:"stdin,omitempty"`
	// Contents of GL_ID, GL_REPOSITORY, and GL_USERNAME environment variables
	// for 'git receive-pack'
	GlId         string `protobuf:"bytes,3,opt,name=gl_id,json=glId,proto3" json:"gl_id,omitempty"`
	GlRepository string `protobuf:"bytes,4,opt,name=gl_repository,json=glRepository,proto3" json:"gl_repository,omitempty"`
	GlUsername   string `protobuf:"bytes,5,opt,name=gl_username,json=glUsername,proto3" json:"gl_username,omitempty"`
	// Git protocol version
	GitProtocol string `protobuf:"bytes,6,opt,name=git_protocol,json=gitProtocol,proto3" json:"git_protocol,omitempty"`
	// Parameters to use with git -c (key=value pairs)
	GitConfigOptions     []string `protobuf:"bytes,7,rep,name=git_config_options,json=gitConfigOptions,proto3" json:"git_config_options,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SSHReceivePackRequest) Descriptor

func (*SSHReceivePackRequest) Descriptor() ([]byte, []int)

func (*SSHReceivePackRequest) GetGitConfigOptions

func (m *SSHReceivePackRequest) GetGitConfigOptions() []string

func (*SSHReceivePackRequest) GetGitProtocol

func (m *SSHReceivePackRequest) GetGitProtocol() string

func (*SSHReceivePackRequest) GetGlId

func (m *SSHReceivePackRequest) GetGlId() string

func (*SSHReceivePackRequest) GetGlRepository

func (m *SSHReceivePackRequest) GetGlRepository() string

func (*SSHReceivePackRequest) GetGlUsername

func (m *SSHReceivePackRequest) GetGlUsername() string

func (*SSHReceivePackRequest) GetRepository

func (m *SSHReceivePackRequest) GetRepository() *Repository

func (*SSHReceivePackRequest) GetStdin

func (m *SSHReceivePackRequest) GetStdin() []byte

func (*SSHReceivePackRequest) ProtoMessage

func (*SSHReceivePackRequest) ProtoMessage()

func (*SSHReceivePackRequest) Reset

func (m *SSHReceivePackRequest) Reset()

func (*SSHReceivePackRequest) String

func (m *SSHReceivePackRequest) String() string

func (*SSHReceivePackRequest) XXX_DiscardUnknown

func (m *SSHReceivePackRequest) XXX_DiscardUnknown()

func (*SSHReceivePackRequest) XXX_Marshal

func (m *SSHReceivePackRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SSHReceivePackRequest) XXX_Merge

func (m *SSHReceivePackRequest) XXX_Merge(src proto.Message)

func (*SSHReceivePackRequest) XXX_Size

func (m *SSHReceivePackRequest) XXX_Size() int

func (*SSHReceivePackRequest) XXX_Unmarshal

func (m *SSHReceivePackRequest) XXX_Unmarshal(b []byte) error

type SSHReceivePackResponse

type SSHReceivePackResponse struct {
	// A chunk of raw data from 'git receive-pack' standard output
	Stdout []byte `protobuf:"bytes,1,opt,name=stdout,proto3" json:"stdout,omitempty"`
	// A chunk of raw data from 'git receive-pack' standard error
	Stderr []byte `protobuf:"bytes,2,opt,name=stderr,proto3" json:"stderr,omitempty"`
	// This field may be nil. This is intentional: only when the remote
	// command has finished can we return its exit status.
	ExitStatus           *ExitStatus `protobuf:"bytes,3,opt,name=exit_status,json=exitStatus,proto3" json:"exit_status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*SSHReceivePackResponse) Descriptor

func (*SSHReceivePackResponse) Descriptor() ([]byte, []int)

func (*SSHReceivePackResponse) GetExitStatus

func (m *SSHReceivePackResponse) GetExitStatus() *ExitStatus

func (*SSHReceivePackResponse) GetStderr

func (m *SSHReceivePackResponse) GetStderr() []byte

func (*SSHReceivePackResponse) GetStdout

func (m *SSHReceivePackResponse) GetStdout() []byte

func (*SSHReceivePackResponse) ProtoMessage

func (*SSHReceivePackResponse) ProtoMessage()

func (*SSHReceivePackResponse) Reset

func (m *SSHReceivePackResponse) Reset()

func (*SSHReceivePackResponse) String

func (m *SSHReceivePackResponse) String() string

func (*SSHReceivePackResponse) XXX_DiscardUnknown

func (m *SSHReceivePackResponse) XXX_DiscardUnknown()

func (*SSHReceivePackResponse) XXX_Marshal

func (m *SSHReceivePackResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SSHReceivePackResponse) XXX_Merge

func (m *SSHReceivePackResponse) XXX_Merge(src proto.Message)

func (*SSHReceivePackResponse) XXX_Size

func (m *SSHReceivePackResponse) XXX_Size() int

func (*SSHReceivePackResponse) XXX_Unmarshal

func (m *SSHReceivePackResponse) XXX_Unmarshal(b []byte) error

type SSHServiceClient

type SSHServiceClient interface {
	// To forward 'git upload-pack' to Gitaly for SSH sessions
	SSHUploadPack(ctx context.Context, opts ...grpc.CallOption) (SSHService_SSHUploadPackClient, error)
	// To forward 'git receive-pack' to Gitaly for SSH sessions
	SSHReceivePack(ctx context.Context, opts ...grpc.CallOption) (SSHService_SSHReceivePackClient, error)
	// To forward 'git upload-archive' to Gitaly for SSH sessions
	SSHUploadArchive(ctx context.Context, opts ...grpc.CallOption) (SSHService_SSHUploadArchiveClient, error)
}

SSHServiceClient is the client API for SSHService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewSSHServiceClient

func NewSSHServiceClient(cc *grpc.ClientConn) SSHServiceClient

type SSHServiceServer

type SSHServiceServer interface {
	// To forward 'git upload-pack' to Gitaly for SSH sessions
	SSHUploadPack(SSHService_SSHUploadPackServer) error
	// To forward 'git receive-pack' to Gitaly for SSH sessions
	SSHReceivePack(SSHService_SSHReceivePackServer) error
	// To forward 'git upload-archive' to Gitaly for SSH sessions
	SSHUploadArchive(SSHService_SSHUploadArchiveServer) error
}

SSHServiceServer is the server API for SSHService service.

type SSHService_SSHReceivePackClient

type SSHService_SSHReceivePackClient interface {
	Send(*SSHReceivePackRequest) error
	Recv() (*SSHReceivePackResponse, error)
	grpc.ClientStream
}

type SSHService_SSHReceivePackServer

type SSHService_SSHReceivePackServer interface {
	Send(*SSHReceivePackResponse) error
	Recv() (*SSHReceivePackRequest, error)
	grpc.ServerStream
}

type SSHService_SSHUploadArchiveClient

type SSHService_SSHUploadArchiveClient interface {
	Send(*SSHUploadArchiveRequest) error
	Recv() (*SSHUploadArchiveResponse, error)
	grpc.ClientStream
}

type SSHService_SSHUploadArchiveServer

type SSHService_SSHUploadArchiveServer interface {
	Send(*SSHUploadArchiveResponse) error
	Recv() (*SSHUploadArchiveRequest, error)
	grpc.ServerStream
}

type SSHService_SSHUploadPackClient

type SSHService_SSHUploadPackClient interface {
	Send(*SSHUploadPackRequest) error
	Recv() (*SSHUploadPackResponse, error)
	grpc.ClientStream
}

type SSHService_SSHUploadPackServer

type SSHService_SSHUploadPackServer interface {
	Send(*SSHUploadPackResponse) error
	Recv() (*SSHUploadPackRequest, error)
	grpc.ServerStream
}

type SSHUploadArchiveRequest

type SSHUploadArchiveRequest struct {
	// 'repository' must be present in the first message.
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// A chunk of raw data to be copied to 'git upload-archive' standard input
	Stdin                []byte   `protobuf:"bytes,2,opt,name=stdin,proto3" json:"stdin,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SSHUploadArchiveRequest) Descriptor

func (*SSHUploadArchiveRequest) Descriptor() ([]byte, []int)

func (*SSHUploadArchiveRequest) GetRepository

func (m *SSHUploadArchiveRequest) GetRepository() *Repository

func (*SSHUploadArchiveRequest) GetStdin

func (m *SSHUploadArchiveRequest) GetStdin() []byte

func (*SSHUploadArchiveRequest) ProtoMessage

func (*SSHUploadArchiveRequest) ProtoMessage()

func (*SSHUploadArchiveRequest) Reset

func (m *SSHUploadArchiveRequest) Reset()

func (*SSHUploadArchiveRequest) String

func (m *SSHUploadArchiveRequest) String() string

func (*SSHUploadArchiveRequest) XXX_DiscardUnknown

func (m *SSHUploadArchiveRequest) XXX_DiscardUnknown()

func (*SSHUploadArchiveRequest) XXX_Marshal

func (m *SSHUploadArchiveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SSHUploadArchiveRequest) XXX_Merge

func (m *SSHUploadArchiveRequest) XXX_Merge(src proto.Message)

func (*SSHUploadArchiveRequest) XXX_Size

func (m *SSHUploadArchiveRequest) XXX_Size() int

func (*SSHUploadArchiveRequest) XXX_Unmarshal

func (m *SSHUploadArchiveRequest) XXX_Unmarshal(b []byte) error

type SSHUploadArchiveResponse

type SSHUploadArchiveResponse struct {
	// A chunk of raw data from 'git upload-archive' standard output
	Stdout []byte `protobuf:"bytes,1,opt,name=stdout,proto3" json:"stdout,omitempty"`
	// A chunk of raw data from 'git upload-archive' standard error
	Stderr []byte `protobuf:"bytes,2,opt,name=stderr,proto3" json:"stderr,omitempty"`
	// This value will only be set on the last message
	ExitStatus           *ExitStatus `protobuf:"bytes,3,opt,name=exit_status,json=exitStatus,proto3" json:"exit_status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*SSHUploadArchiveResponse) Descriptor

func (*SSHUploadArchiveResponse) Descriptor() ([]byte, []int)

func (*SSHUploadArchiveResponse) GetExitStatus

func (m *SSHUploadArchiveResponse) GetExitStatus() *ExitStatus

func (*SSHUploadArchiveResponse) GetStderr

func (m *SSHUploadArchiveResponse) GetStderr() []byte

func (*SSHUploadArchiveResponse) GetStdout

func (m *SSHUploadArchiveResponse) GetStdout() []byte

func (*SSHUploadArchiveResponse) ProtoMessage

func (*SSHUploadArchiveResponse) ProtoMessage()

func (*SSHUploadArchiveResponse) Reset

func (m *SSHUploadArchiveResponse) Reset()

func (*SSHUploadArchiveResponse) String

func (m *SSHUploadArchiveResponse) String() string

func (*SSHUploadArchiveResponse) XXX_DiscardUnknown

func (m *SSHUploadArchiveResponse) XXX_DiscardUnknown()

func (*SSHUploadArchiveResponse) XXX_Marshal

func (m *SSHUploadArchiveResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SSHUploadArchiveResponse) XXX_Merge

func (m *SSHUploadArchiveResponse) XXX_Merge(src proto.Message)

func (*SSHUploadArchiveResponse) XXX_Size

func (m *SSHUploadArchiveResponse) XXX_Size() int

func (*SSHUploadArchiveResponse) XXX_Unmarshal

func (m *SSHUploadArchiveResponse) XXX_Unmarshal(b []byte) error

type SSHUploadPackRequest

type SSHUploadPackRequest struct {
	// 'repository' must be present in the first message.
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// A chunk of raw data to be copied to 'git upload-pack' standard input
	Stdin []byte `protobuf:"bytes,2,opt,name=stdin,proto3" json:"stdin,omitempty"`
	// Parameters to use with git -c (key=value pairs)
	GitConfigOptions []string `protobuf:"bytes,4,rep,name=git_config_options,json=gitConfigOptions,proto3" json:"git_config_options,omitempty"`
	// Git protocol version
	GitProtocol          string   `protobuf:"bytes,5,opt,name=git_protocol,json=gitProtocol,proto3" json:"git_protocol,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SSHUploadPackRequest) Descriptor

func (*SSHUploadPackRequest) Descriptor() ([]byte, []int)

func (*SSHUploadPackRequest) GetGitConfigOptions

func (m *SSHUploadPackRequest) GetGitConfigOptions() []string

func (*SSHUploadPackRequest) GetGitProtocol

func (m *SSHUploadPackRequest) GetGitProtocol() string

func (*SSHUploadPackRequest) GetRepository

func (m *SSHUploadPackRequest) GetRepository() *Repository

func (*SSHUploadPackRequest) GetStdin

func (m *SSHUploadPackRequest) GetStdin() []byte

func (*SSHUploadPackRequest) ProtoMessage

func (*SSHUploadPackRequest) ProtoMessage()

func (*SSHUploadPackRequest) Reset

func (m *SSHUploadPackRequest) Reset()

func (*SSHUploadPackRequest) String

func (m *SSHUploadPackRequest) String() string

func (*SSHUploadPackRequest) XXX_DiscardUnknown

func (m *SSHUploadPackRequest) XXX_DiscardUnknown()

func (*SSHUploadPackRequest) XXX_Marshal

func (m *SSHUploadPackRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SSHUploadPackRequest) XXX_Merge

func (m *SSHUploadPackRequest) XXX_Merge(src proto.Message)

func (*SSHUploadPackRequest) XXX_Size

func (m *SSHUploadPackRequest) XXX_Size() int

func (*SSHUploadPackRequest) XXX_Unmarshal

func (m *SSHUploadPackRequest) XXX_Unmarshal(b []byte) error

type SSHUploadPackResponse

type SSHUploadPackResponse struct {
	// A chunk of raw data from 'git upload-pack' standard output
	Stdout []byte `protobuf:"bytes,1,opt,name=stdout,proto3" json:"stdout,omitempty"`
	// A chunk of raw data from 'git upload-pack' standard error
	Stderr []byte `protobuf:"bytes,2,opt,name=stderr,proto3" json:"stderr,omitempty"`
	// This field may be nil. This is intentional: only when the remote
	// command has finished can we return its exit status.
	ExitStatus           *ExitStatus `protobuf:"bytes,3,opt,name=exit_status,json=exitStatus,proto3" json:"exit_status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*SSHUploadPackResponse) Descriptor

func (*SSHUploadPackResponse) Descriptor() ([]byte, []int)

func (*SSHUploadPackResponse) GetExitStatus

func (m *SSHUploadPackResponse) GetExitStatus() *ExitStatus

func (*SSHUploadPackResponse) GetStderr

func (m *SSHUploadPackResponse) GetStderr() []byte

func (*SSHUploadPackResponse) GetStdout

func (m *SSHUploadPackResponse) GetStdout() []byte

func (*SSHUploadPackResponse) ProtoMessage

func (*SSHUploadPackResponse) ProtoMessage()

func (*SSHUploadPackResponse) Reset

func (m *SSHUploadPackResponse) Reset()

func (*SSHUploadPackResponse) String

func (m *SSHUploadPackResponse) String() string

func (*SSHUploadPackResponse) XXX_DiscardUnknown

func (m *SSHUploadPackResponse) XXX_DiscardUnknown()

func (*SSHUploadPackResponse) XXX_Marshal

func (m *SSHUploadPackResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SSHUploadPackResponse) XXX_Merge

func (m *SSHUploadPackResponse) XXX_Merge(src proto.Message)

func (*SSHUploadPackResponse) XXX_Size

func (m *SSHUploadPackResponse) XXX_Size() int

func (*SSHUploadPackResponse) XXX_Unmarshal

func (m *SSHUploadPackResponse) XXX_Unmarshal(b []byte) error

type SearchFilesByContentRequest

type SearchFilesByContentRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Query                string      `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	Ref                  []byte      `protobuf:"bytes,3,opt,name=ref,proto3" json:"ref,omitempty"`
	ChunkedResponse      bool        `protobuf:"varint,4,opt,name=chunked_response,json=chunkedResponse,proto3" json:"chunked_response,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*SearchFilesByContentRequest) Descriptor

func (*SearchFilesByContentRequest) Descriptor() ([]byte, []int)

func (*SearchFilesByContentRequest) GetChunkedResponse

func (m *SearchFilesByContentRequest) GetChunkedResponse() bool

func (*SearchFilesByContentRequest) GetQuery

func (m *SearchFilesByContentRequest) GetQuery() string

func (*SearchFilesByContentRequest) GetRef

func (m *SearchFilesByContentRequest) GetRef() []byte

func (*SearchFilesByContentRequest) GetRepository

func (m *SearchFilesByContentRequest) GetRepository() *Repository

func (*SearchFilesByContentRequest) ProtoMessage

func (*SearchFilesByContentRequest) ProtoMessage()

func (*SearchFilesByContentRequest) Reset

func (m *SearchFilesByContentRequest) Reset()

func (*SearchFilesByContentRequest) String

func (m *SearchFilesByContentRequest) String() string

func (*SearchFilesByContentRequest) XXX_DiscardUnknown

func (m *SearchFilesByContentRequest) XXX_DiscardUnknown()

func (*SearchFilesByContentRequest) XXX_Marshal

func (m *SearchFilesByContentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchFilesByContentRequest) XXX_Merge

func (m *SearchFilesByContentRequest) XXX_Merge(src proto.Message)

func (*SearchFilesByContentRequest) XXX_Size

func (m *SearchFilesByContentRequest) XXX_Size() int

func (*SearchFilesByContentRequest) XXX_Unmarshal

func (m *SearchFilesByContentRequest) XXX_Unmarshal(b []byte) error

type SearchFilesByContentResponse

type SearchFilesByContentResponse struct {
	Matches              [][]byte `protobuf:"bytes,1,rep,name=matches,proto3" json:"matches,omitempty"`
	MatchData            []byte   `protobuf:"bytes,2,opt,name=match_data,json=matchData,proto3" json:"match_data,omitempty"`
	EndOfMatch           bool     `protobuf:"varint,3,opt,name=end_of_match,json=endOfMatch,proto3" json:"end_of_match,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SearchFilesByContentResponse) Descriptor

func (*SearchFilesByContentResponse) Descriptor() ([]byte, []int)

func (*SearchFilesByContentResponse) GetEndOfMatch

func (m *SearchFilesByContentResponse) GetEndOfMatch() bool

func (*SearchFilesByContentResponse) GetMatchData

func (m *SearchFilesByContentResponse) GetMatchData() []byte

func (*SearchFilesByContentResponse) GetMatches

func (m *SearchFilesByContentResponse) GetMatches() [][]byte

func (*SearchFilesByContentResponse) ProtoMessage

func (*SearchFilesByContentResponse) ProtoMessage()

func (*SearchFilesByContentResponse) Reset

func (m *SearchFilesByContentResponse) Reset()

func (*SearchFilesByContentResponse) String

func (*SearchFilesByContentResponse) XXX_DiscardUnknown

func (m *SearchFilesByContentResponse) XXX_DiscardUnknown()

func (*SearchFilesByContentResponse) XXX_Marshal

func (m *SearchFilesByContentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchFilesByContentResponse) XXX_Merge

func (m *SearchFilesByContentResponse) XXX_Merge(src proto.Message)

func (*SearchFilesByContentResponse) XXX_Size

func (m *SearchFilesByContentResponse) XXX_Size() int

func (*SearchFilesByContentResponse) XXX_Unmarshal

func (m *SearchFilesByContentResponse) XXX_Unmarshal(b []byte) error

type SearchFilesByNameRequest

type SearchFilesByNameRequest struct {
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Query      string      `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	Ref        []byte      `protobuf:"bytes,3,opt,name=ref,proto3" json:"ref,omitempty"`
	// If `filter` is specified and non-empty, it will be parsed as a regular
	// expression and used to filter the result set before it is transmitted. It is
	// parsed using Go's `regexp` package, which is closely related to PCRE,
	// excluding backreferences, atomic/possesive operators, and some other
	// features. It has a maximum length of 1000 bytes.
	Filter               string   `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SearchFilesByNameRequest) Descriptor

func (*SearchFilesByNameRequest) Descriptor() ([]byte, []int)

func (*SearchFilesByNameRequest) GetFilter

func (m *SearchFilesByNameRequest) GetFilter() string

func (*SearchFilesByNameRequest) GetQuery

func (m *SearchFilesByNameRequest) GetQuery() string

func (*SearchFilesByNameRequest) GetRef

func (m *SearchFilesByNameRequest) GetRef() []byte

func (*SearchFilesByNameRequest) GetRepository

func (m *SearchFilesByNameRequest) GetRepository() *Repository

func (*SearchFilesByNameRequest) ProtoMessage

func (*SearchFilesByNameRequest) ProtoMessage()

func (*SearchFilesByNameRequest) Reset

func (m *SearchFilesByNameRequest) Reset()

func (*SearchFilesByNameRequest) String

func (m *SearchFilesByNameRequest) String() string

func (*SearchFilesByNameRequest) XXX_DiscardUnknown

func (m *SearchFilesByNameRequest) XXX_DiscardUnknown()

func (*SearchFilesByNameRequest) XXX_Marshal

func (m *SearchFilesByNameRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchFilesByNameRequest) XXX_Merge

func (m *SearchFilesByNameRequest) XXX_Merge(src proto.Message)

func (*SearchFilesByNameRequest) XXX_Size

func (m *SearchFilesByNameRequest) XXX_Size() int

func (*SearchFilesByNameRequest) XXX_Unmarshal

func (m *SearchFilesByNameRequest) XXX_Unmarshal(b []byte) error

type SearchFilesByNameResponse

type SearchFilesByNameResponse struct {
	Files                [][]byte `protobuf:"bytes,1,rep,name=files,proto3" json:"files,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SearchFilesByNameResponse) Descriptor

func (*SearchFilesByNameResponse) Descriptor() ([]byte, []int)

func (*SearchFilesByNameResponse) GetFiles

func (m *SearchFilesByNameResponse) GetFiles() [][]byte

func (*SearchFilesByNameResponse) ProtoMessage

func (*SearchFilesByNameResponse) ProtoMessage()

func (*SearchFilesByNameResponse) Reset

func (m *SearchFilesByNameResponse) Reset()

func (*SearchFilesByNameResponse) String

func (m *SearchFilesByNameResponse) String() string

func (*SearchFilesByNameResponse) XXX_DiscardUnknown

func (m *SearchFilesByNameResponse) XXX_DiscardUnknown()

func (*SearchFilesByNameResponse) XXX_Marshal

func (m *SearchFilesByNameResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchFilesByNameResponse) XXX_Merge

func (m *SearchFilesByNameResponse) XXX_Merge(src proto.Message)

func (*SearchFilesByNameResponse) XXX_Size

func (m *SearchFilesByNameResponse) XXX_Size() int

func (*SearchFilesByNameResponse) XXX_Unmarshal

func (m *SearchFilesByNameResponse) XXX_Unmarshal(b []byte) error

type ServerInfoRequest

type ServerInfoRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ServerInfoRequest) Descriptor

func (*ServerInfoRequest) Descriptor() ([]byte, []int)

func (*ServerInfoRequest) ProtoMessage

func (*ServerInfoRequest) ProtoMessage()

func (*ServerInfoRequest) Reset

func (m *ServerInfoRequest) Reset()

func (*ServerInfoRequest) String

func (m *ServerInfoRequest) String() string

func (*ServerInfoRequest) XXX_DiscardUnknown

func (m *ServerInfoRequest) XXX_DiscardUnknown()

func (*ServerInfoRequest) XXX_Marshal

func (m *ServerInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ServerInfoRequest) XXX_Merge

func (m *ServerInfoRequest) XXX_Merge(src proto.Message)

func (*ServerInfoRequest) XXX_Size

func (m *ServerInfoRequest) XXX_Size() int

func (*ServerInfoRequest) XXX_Unmarshal

func (m *ServerInfoRequest) XXX_Unmarshal(b []byte) error

type ServerInfoResponse

type ServerInfoResponse struct {
	ServerVersion        string                              `protobuf:"bytes,1,opt,name=server_version,json=serverVersion,proto3" json:"server_version,omitempty"`
	GitVersion           string                              `protobuf:"bytes,2,opt,name=git_version,json=gitVersion,proto3" json:"git_version,omitempty"`
	StorageStatuses      []*ServerInfoResponse_StorageStatus `protobuf:"bytes,3,rep,name=storage_statuses,json=storageStatuses,proto3" json:"storage_statuses,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                            `json:"-"`
	XXX_unrecognized     []byte                              `json:"-"`
	XXX_sizecache        int32                               `json:"-"`
}

func (*ServerInfoResponse) Descriptor

func (*ServerInfoResponse) Descriptor() ([]byte, []int)

func (*ServerInfoResponse) GetGitVersion

func (m *ServerInfoResponse) GetGitVersion() string

func (*ServerInfoResponse) GetServerVersion

func (m *ServerInfoResponse) GetServerVersion() string

func (*ServerInfoResponse) GetStorageStatuses

func (m *ServerInfoResponse) GetStorageStatuses() []*ServerInfoResponse_StorageStatus

func (*ServerInfoResponse) ProtoMessage

func (*ServerInfoResponse) ProtoMessage()

func (*ServerInfoResponse) Reset

func (m *ServerInfoResponse) Reset()

func (*ServerInfoResponse) String

func (m *ServerInfoResponse) String() string

func (*ServerInfoResponse) XXX_DiscardUnknown

func (m *ServerInfoResponse) XXX_DiscardUnknown()

func (*ServerInfoResponse) XXX_Marshal

func (m *ServerInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ServerInfoResponse) XXX_Merge

func (m *ServerInfoResponse) XXX_Merge(src proto.Message)

func (*ServerInfoResponse) XXX_Size

func (m *ServerInfoResponse) XXX_Size() int

func (*ServerInfoResponse) XXX_Unmarshal

func (m *ServerInfoResponse) XXX_Unmarshal(b []byte) error

type ServerInfoResponse_StorageStatus

type ServerInfoResponse_StorageStatus struct {
	StorageName          string   `protobuf:"bytes,1,opt,name=storage_name,json=storageName,proto3" json:"storage_name,omitempty"`
	Readable             bool     `protobuf:"varint,2,opt,name=readable,proto3" json:"readable,omitempty"`
	Writeable            bool     `protobuf:"varint,3,opt,name=writeable,proto3" json:"writeable,omitempty"`
	FsType               string   `protobuf:"bytes,4,opt,name=fs_type,json=fsType,proto3" json:"fs_type,omitempty"`
	FilesystemId         string   `protobuf:"bytes,5,opt,name=filesystem_id,json=filesystemId,proto3" json:"filesystem_id,omitempty"`
	ReplicationFactor    uint32   `protobuf:"varint,6,opt,name=replication_factor,json=replicationFactor,proto3" json:"replication_factor,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ServerInfoResponse_StorageStatus) Descriptor

func (*ServerInfoResponse_StorageStatus) Descriptor() ([]byte, []int)

func (*ServerInfoResponse_StorageStatus) GetFilesystemId

func (m *ServerInfoResponse_StorageStatus) GetFilesystemId() string

func (*ServerInfoResponse_StorageStatus) GetFsType

func (*ServerInfoResponse_StorageStatus) GetReadable

func (m *ServerInfoResponse_StorageStatus) GetReadable() bool

func (*ServerInfoResponse_StorageStatus) GetReplicationFactor

func (m *ServerInfoResponse_StorageStatus) GetReplicationFactor() uint32

func (*ServerInfoResponse_StorageStatus) GetStorageName

func (m *ServerInfoResponse_StorageStatus) GetStorageName() string

func (*ServerInfoResponse_StorageStatus) GetWriteable

func (m *ServerInfoResponse_StorageStatus) GetWriteable() bool

func (*ServerInfoResponse_StorageStatus) ProtoMessage

func (*ServerInfoResponse_StorageStatus) ProtoMessage()

func (*ServerInfoResponse_StorageStatus) Reset

func (*ServerInfoResponse_StorageStatus) String

func (*ServerInfoResponse_StorageStatus) XXX_DiscardUnknown

func (m *ServerInfoResponse_StorageStatus) XXX_DiscardUnknown()

func (*ServerInfoResponse_StorageStatus) XXX_Marshal

func (m *ServerInfoResponse_StorageStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ServerInfoResponse_StorageStatus) XXX_Merge

func (*ServerInfoResponse_StorageStatus) XXX_Size

func (m *ServerInfoResponse_StorageStatus) XXX_Size() int

func (*ServerInfoResponse_StorageStatus) XXX_Unmarshal

func (m *ServerInfoResponse_StorageStatus) XXX_Unmarshal(b []byte) error

type ServerServiceClient

type ServerServiceClient interface {
	ServerInfo(ctx context.Context, in *ServerInfoRequest, opts ...grpc.CallOption) (*ServerInfoResponse, error)
	DiskStatistics(ctx context.Context, in *DiskStatisticsRequest, opts ...grpc.CallOption) (*DiskStatisticsResponse, error)
}

ServerServiceClient is the client API for ServerService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewServerServiceClient

func NewServerServiceClient(cc *grpc.ClientConn) ServerServiceClient

type ServerServiceServer

type ServerServiceServer interface {
	ServerInfo(context.Context, *ServerInfoRequest) (*ServerInfoResponse, error)
	DiskStatistics(context.Context, *DiskStatisticsRequest) (*DiskStatisticsResponse, error)
}

ServerServiceServer is the server API for ServerService service.

type SetAuthoritativeStorageRequest

type SetAuthoritativeStorageRequest struct {
	VirtualStorage       string   `protobuf:"bytes,1,opt,name=virtual_storage,json=virtualStorage,proto3" json:"virtual_storage,omitempty"`
	RelativePath         string   `protobuf:"bytes,2,opt,name=relative_path,json=relativePath,proto3" json:"relative_path,omitempty"`
	AuthoritativeStorage string   `protobuf:"bytes,3,opt,name=authoritative_storage,json=authoritativeStorage,proto3" json:"authoritative_storage,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetAuthoritativeStorageRequest) Descriptor

func (*SetAuthoritativeStorageRequest) Descriptor() ([]byte, []int)

func (*SetAuthoritativeStorageRequest) GetAuthoritativeStorage

func (m *SetAuthoritativeStorageRequest) GetAuthoritativeStorage() string

func (*SetAuthoritativeStorageRequest) GetRelativePath

func (m *SetAuthoritativeStorageRequest) GetRelativePath() string

func (*SetAuthoritativeStorageRequest) GetVirtualStorage

func (m *SetAuthoritativeStorageRequest) GetVirtualStorage() string

func (*SetAuthoritativeStorageRequest) ProtoMessage

func (*SetAuthoritativeStorageRequest) ProtoMessage()

func (*SetAuthoritativeStorageRequest) Reset

func (m *SetAuthoritativeStorageRequest) Reset()

func (*SetAuthoritativeStorageRequest) String

func (*SetAuthoritativeStorageRequest) XXX_DiscardUnknown

func (m *SetAuthoritativeStorageRequest) XXX_DiscardUnknown()

func (*SetAuthoritativeStorageRequest) XXX_Marshal

func (m *SetAuthoritativeStorageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetAuthoritativeStorageRequest) XXX_Merge

func (m *SetAuthoritativeStorageRequest) XXX_Merge(src proto.Message)

func (*SetAuthoritativeStorageRequest) XXX_Size

func (m *SetAuthoritativeStorageRequest) XXX_Size() int

func (*SetAuthoritativeStorageRequest) XXX_Unmarshal

func (m *SetAuthoritativeStorageRequest) XXX_Unmarshal(b []byte) error

type SetAuthoritativeStorageResponse

type SetAuthoritativeStorageResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetAuthoritativeStorageResponse) Descriptor

func (*SetAuthoritativeStorageResponse) Descriptor() ([]byte, []int)

func (*SetAuthoritativeStorageResponse) ProtoMessage

func (*SetAuthoritativeStorageResponse) ProtoMessage()

func (*SetAuthoritativeStorageResponse) Reset

func (*SetAuthoritativeStorageResponse) String

func (*SetAuthoritativeStorageResponse) XXX_DiscardUnknown

func (m *SetAuthoritativeStorageResponse) XXX_DiscardUnknown()

func (*SetAuthoritativeStorageResponse) XXX_Marshal

func (m *SetAuthoritativeStorageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetAuthoritativeStorageResponse) XXX_Merge

func (m *SetAuthoritativeStorageResponse) XXX_Merge(src proto.Message)

func (*SetAuthoritativeStorageResponse) XXX_Size

func (m *SetAuthoritativeStorageResponse) XXX_Size() int

func (*SetAuthoritativeStorageResponse) XXX_Unmarshal

func (m *SetAuthoritativeStorageResponse) XXX_Unmarshal(b []byte) error

type SetConfigRequest

type SetConfigRequest struct {
	Repository           *Repository               `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Entries              []*SetConfigRequest_Entry `protobuf:"bytes,2,rep,name=entries,proto3" json:"entries,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*SetConfigRequest) Descriptor

func (*SetConfigRequest) Descriptor() ([]byte, []int)

func (*SetConfigRequest) GetEntries

func (m *SetConfigRequest) GetEntries() []*SetConfigRequest_Entry

func (*SetConfigRequest) GetRepository

func (m *SetConfigRequest) GetRepository() *Repository

func (*SetConfigRequest) ProtoMessage

func (*SetConfigRequest) ProtoMessage()

func (*SetConfigRequest) Reset

func (m *SetConfigRequest) Reset()

func (*SetConfigRequest) String

func (m *SetConfigRequest) String() string

func (*SetConfigRequest) XXX_DiscardUnknown

func (m *SetConfigRequest) XXX_DiscardUnknown()

func (*SetConfigRequest) XXX_Marshal

func (m *SetConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetConfigRequest) XXX_Merge

func (m *SetConfigRequest) XXX_Merge(src proto.Message)

func (*SetConfigRequest) XXX_Size

func (m *SetConfigRequest) XXX_Size() int

func (*SetConfigRequest) XXX_Unmarshal

func (m *SetConfigRequest) XXX_Unmarshal(b []byte) error

type SetConfigRequest_Entry

type SetConfigRequest_Entry struct {
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// Types that are valid to be assigned to Value:
	//	*SetConfigRequest_Entry_ValueStr
	//	*SetConfigRequest_Entry_ValueInt32
	//	*SetConfigRequest_Entry_ValueBool
	Value                isSetConfigRequest_Entry_Value `protobuf_oneof:"value"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*SetConfigRequest_Entry) Descriptor

func (*SetConfigRequest_Entry) Descriptor() ([]byte, []int)

func (*SetConfigRequest_Entry) GetKey

func (m *SetConfigRequest_Entry) GetKey() string

func (*SetConfigRequest_Entry) GetValue

func (m *SetConfigRequest_Entry) GetValue() isSetConfigRequest_Entry_Value

func (*SetConfigRequest_Entry) GetValueBool

func (m *SetConfigRequest_Entry) GetValueBool() bool

func (*SetConfigRequest_Entry) GetValueInt32

func (m *SetConfigRequest_Entry) GetValueInt32() int32

func (*SetConfigRequest_Entry) GetValueStr

func (m *SetConfigRequest_Entry) GetValueStr() string

func (*SetConfigRequest_Entry) ProtoMessage

func (*SetConfigRequest_Entry) ProtoMessage()

func (*SetConfigRequest_Entry) Reset

func (m *SetConfigRequest_Entry) Reset()

func (*SetConfigRequest_Entry) String

func (m *SetConfigRequest_Entry) String() string

func (*SetConfigRequest_Entry) XXX_DiscardUnknown

func (m *SetConfigRequest_Entry) XXX_DiscardUnknown()

func (*SetConfigRequest_Entry) XXX_Marshal

func (m *SetConfigRequest_Entry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetConfigRequest_Entry) XXX_Merge

func (m *SetConfigRequest_Entry) XXX_Merge(src proto.Message)

func (*SetConfigRequest_Entry) XXX_OneofWrappers

func (*SetConfigRequest_Entry) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*SetConfigRequest_Entry) XXX_Size

func (m *SetConfigRequest_Entry) XXX_Size() int

func (*SetConfigRequest_Entry) XXX_Unmarshal

func (m *SetConfigRequest_Entry) XXX_Unmarshal(b []byte) error

type SetConfigRequest_Entry_ValueBool

type SetConfigRequest_Entry_ValueBool struct {
	ValueBool bool `protobuf:"varint,4,opt,name=value_bool,json=valueBool,proto3,oneof"`
}

type SetConfigRequest_Entry_ValueInt32

type SetConfigRequest_Entry_ValueInt32 struct {
	ValueInt32 int32 `protobuf:"varint,3,opt,name=value_int32,json=valueInt32,proto3,oneof"`
}

type SetConfigRequest_Entry_ValueStr

type SetConfigRequest_Entry_ValueStr struct {
	ValueStr string `protobuf:"bytes,2,opt,name=value_str,json=valueStr,proto3,oneof"`
}

type SetConfigResponse

type SetConfigResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetConfigResponse) Descriptor

func (*SetConfigResponse) Descriptor() ([]byte, []int)

func (*SetConfigResponse) ProtoMessage

func (*SetConfigResponse) ProtoMessage()

func (*SetConfigResponse) Reset

func (m *SetConfigResponse) Reset()

func (*SetConfigResponse) String

func (m *SetConfigResponse) String() string

func (*SetConfigResponse) XXX_DiscardUnknown

func (m *SetConfigResponse) XXX_DiscardUnknown()

func (*SetConfigResponse) XXX_Marshal

func (m *SetConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetConfigResponse) XXX_Merge

func (m *SetConfigResponse) XXX_Merge(src proto.Message)

func (*SetConfigResponse) XXX_Size

func (m *SetConfigResponse) XXX_Size() int

func (*SetConfigResponse) XXX_Unmarshal

func (m *SetConfigResponse) XXX_Unmarshal(b []byte) error

type SetReplicationFactorRequest

type SetReplicationFactorRequest struct {
	// virtual_storage is the virtual storage the repository is located in
	VirtualStorage string `protobuf:"bytes,1,opt,name=virtual_storage,json=virtualStorage,proto3" json:"virtual_storage,omitempty"`
	// relative_path is the relative path of the repository
	RelativePath string `protobuf:"bytes,2,opt,name=relative_path,json=relativePath,proto3" json:"relative_path,omitempty"`
	// replication_factor is the desired replication factor. Replication must be equal or greater than 1.
	ReplicationFactor    int32    `protobuf:"varint,3,opt,name=replication_factor,json=replicationFactor,proto3" json:"replication_factor,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

SetReplicationFactorRequest sets the desired replication factor for a repository.

func (*SetReplicationFactorRequest) Descriptor

func (*SetReplicationFactorRequest) Descriptor() ([]byte, []int)

func (*SetReplicationFactorRequest) GetRelativePath

func (m *SetReplicationFactorRequest) GetRelativePath() string

func (*SetReplicationFactorRequest) GetReplicationFactor

func (m *SetReplicationFactorRequest) GetReplicationFactor() int32

func (*SetReplicationFactorRequest) GetVirtualStorage

func (m *SetReplicationFactorRequest) GetVirtualStorage() string

func (*SetReplicationFactorRequest) ProtoMessage

func (*SetReplicationFactorRequest) ProtoMessage()

func (*SetReplicationFactorRequest) Reset

func (m *SetReplicationFactorRequest) Reset()

func (*SetReplicationFactorRequest) String

func (m *SetReplicationFactorRequest) String() string

func (*SetReplicationFactorRequest) XXX_DiscardUnknown

func (m *SetReplicationFactorRequest) XXX_DiscardUnknown()

func (*SetReplicationFactorRequest) XXX_Marshal

func (m *SetReplicationFactorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetReplicationFactorRequest) XXX_Merge

func (m *SetReplicationFactorRequest) XXX_Merge(src proto.Message)

func (*SetReplicationFactorRequest) XXX_Size

func (m *SetReplicationFactorRequest) XXX_Size() int

func (*SetReplicationFactorRequest) XXX_Unmarshal

func (m *SetReplicationFactorRequest) XXX_Unmarshal(b []byte) error

type SetReplicationFactorResponse

type SetReplicationFactorResponse struct {
	// storages are the storages assigned to host the repository.
	Storages             []string `protobuf:"bytes,1,rep,name=storages,proto3" json:"storages,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

SetReplicationFactorResponse returns the assigned hosts after setting the desired replication factor.

func (*SetReplicationFactorResponse) Descriptor

func (*SetReplicationFactorResponse) Descriptor() ([]byte, []int)

func (*SetReplicationFactorResponse) GetStorages

func (m *SetReplicationFactorResponse) GetStorages() []string

func (*SetReplicationFactorResponse) ProtoMessage

func (*SetReplicationFactorResponse) ProtoMessage()

func (*SetReplicationFactorResponse) Reset

func (m *SetReplicationFactorResponse) Reset()

func (*SetReplicationFactorResponse) String

func (*SetReplicationFactorResponse) XXX_DiscardUnknown

func (m *SetReplicationFactorResponse) XXX_DiscardUnknown()

func (*SetReplicationFactorResponse) XXX_Marshal

func (m *SetReplicationFactorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetReplicationFactorResponse) XXX_Merge

func (m *SetReplicationFactorResponse) XXX_Merge(src proto.Message)

func (*SetReplicationFactorResponse) XXX_Size

func (m *SetReplicationFactorResponse) XXX_Size() int

func (*SetReplicationFactorResponse) XXX_Unmarshal

func (m *SetReplicationFactorResponse) XXX_Unmarshal(b []byte) error

type SignatureType

type SignatureType int32
const (
	SignatureType_NONE SignatureType = 0
	SignatureType_PGP  SignatureType = 1
	SignatureType_X509 SignatureType = 2
)

func (SignatureType) EnumDescriptor

func (SignatureType) EnumDescriptor() ([]byte, []int)

func (SignatureType) String

func (x SignatureType) String() string

type SmartHTTPServiceClient

type SmartHTTPServiceClient interface {
	// The response body for GET /info/refs?service=git-upload-pack
	// Will be invoked when the user executes a `git fetch`, meaning the server
	// will upload the packs to that user. The user doesn't upload new objects.
	InfoRefsUploadPack(ctx context.Context, in *InfoRefsRequest, opts ...grpc.CallOption) (SmartHTTPService_InfoRefsUploadPackClient, error)
	// The response body for GET /info/refs?service=git-receive-pack
	// Will be invoked when the user executes a `git push`, but only advertises
	// references to the user.
	InfoRefsReceivePack(ctx context.Context, in *InfoRefsRequest, opts ...grpc.CallOption) (SmartHTTPService_InfoRefsReceivePackClient, error)
	// Request and response body for POST /upload-pack
	PostUploadPack(ctx context.Context, opts ...grpc.CallOption) (SmartHTTPService_PostUploadPackClient, error)
	// Request and response body for POST /receive-pack
	PostReceivePack(ctx context.Context, opts ...grpc.CallOption) (SmartHTTPService_PostReceivePackClient, error)
}

SmartHTTPServiceClient is the client API for SmartHTTPService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewSmartHTTPServiceClient

func NewSmartHTTPServiceClient(cc *grpc.ClientConn) SmartHTTPServiceClient

type SmartHTTPServiceServer

type SmartHTTPServiceServer interface {
	// The response body for GET /info/refs?service=git-upload-pack
	// Will be invoked when the user executes a `git fetch`, meaning the server
	// will upload the packs to that user. The user doesn't upload new objects.
	InfoRefsUploadPack(*InfoRefsRequest, SmartHTTPService_InfoRefsUploadPackServer) error
	// The response body for GET /info/refs?service=git-receive-pack
	// Will be invoked when the user executes a `git push`, but only advertises
	// references to the user.
	InfoRefsReceivePack(*InfoRefsRequest, SmartHTTPService_InfoRefsReceivePackServer) error
	// Request and response body for POST /upload-pack
	PostUploadPack(SmartHTTPService_PostUploadPackServer) error
	// Request and response body for POST /receive-pack
	PostReceivePack(SmartHTTPService_PostReceivePackServer) error
}

SmartHTTPServiceServer is the server API for SmartHTTPService service.

type SmartHTTPService_InfoRefsReceivePackClient

type SmartHTTPService_InfoRefsReceivePackClient interface {
	Recv() (*InfoRefsResponse, error)
	grpc.ClientStream
}

type SmartHTTPService_InfoRefsReceivePackServer

type SmartHTTPService_InfoRefsReceivePackServer interface {
	Send(*InfoRefsResponse) error
	grpc.ServerStream
}

type SmartHTTPService_InfoRefsUploadPackClient

type SmartHTTPService_InfoRefsUploadPackClient interface {
	Recv() (*InfoRefsResponse, error)
	grpc.ClientStream
}

type SmartHTTPService_InfoRefsUploadPackServer

type SmartHTTPService_InfoRefsUploadPackServer interface {
	Send(*InfoRefsResponse) error
	grpc.ServerStream
}

type SmartHTTPService_PostReceivePackClient

type SmartHTTPService_PostReceivePackClient interface {
	Send(*PostReceivePackRequest) error
	Recv() (*PostReceivePackResponse, error)
	grpc.ClientStream
}

type SmartHTTPService_PostReceivePackServer

type SmartHTTPService_PostReceivePackServer interface {
	Send(*PostReceivePackResponse) error
	Recv() (*PostReceivePackRequest, error)
	grpc.ServerStream
}

type SmartHTTPService_PostUploadPackClient

type SmartHTTPService_PostUploadPackClient interface {
	Send(*PostUploadPackRequest) error
	Recv() (*PostUploadPackResponse, error)
	grpc.ClientStream
}

type SmartHTTPService_PostUploadPackServer

type SmartHTTPService_PostUploadPackServer interface {
	Send(*PostUploadPackResponse) error
	Recv() (*PostUploadPackRequest, error)
	grpc.ServerStream
}

type StopTransactionRequest

type StopTransactionRequest struct {
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// ID of the transaction we're processing
	TransactionId        uint64   `protobuf:"varint,2,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StopTransactionRequest) Descriptor

func (*StopTransactionRequest) Descriptor() ([]byte, []int)

func (*StopTransactionRequest) GetRepository

func (m *StopTransactionRequest) GetRepository() *Repository

func (*StopTransactionRequest) GetTransactionId

func (m *StopTransactionRequest) GetTransactionId() uint64

func (*StopTransactionRequest) ProtoMessage

func (*StopTransactionRequest) ProtoMessage()

func (*StopTransactionRequest) Reset

func (m *StopTransactionRequest) Reset()

func (*StopTransactionRequest) String

func (m *StopTransactionRequest) String() string

func (*StopTransactionRequest) XXX_DiscardUnknown

func (m *StopTransactionRequest) XXX_DiscardUnknown()

func (*StopTransactionRequest) XXX_Marshal

func (m *StopTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StopTransactionRequest) XXX_Merge

func (m *StopTransactionRequest) XXX_Merge(src proto.Message)

func (*StopTransactionRequest) XXX_Size

func (m *StopTransactionRequest) XXX_Size() int

func (*StopTransactionRequest) XXX_Unmarshal

func (m *StopTransactionRequest) XXX_Unmarshal(b []byte) error

type StopTransactionResponse

type StopTransactionResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StopTransactionResponse) Descriptor

func (*StopTransactionResponse) Descriptor() ([]byte, []int)

func (*StopTransactionResponse) ProtoMessage

func (*StopTransactionResponse) ProtoMessage()

func (*StopTransactionResponse) Reset

func (m *StopTransactionResponse) Reset()

func (*StopTransactionResponse) String

func (m *StopTransactionResponse) String() string

func (*StopTransactionResponse) XXX_DiscardUnknown

func (m *StopTransactionResponse) XXX_DiscardUnknown()

func (*StopTransactionResponse) XXX_Marshal

func (m *StopTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StopTransactionResponse) XXX_Merge

func (m *StopTransactionResponse) XXX_Merge(src proto.Message)

func (*StopTransactionResponse) XXX_Size

func (m *StopTransactionResponse) XXX_Size() int

func (*StopTransactionResponse) XXX_Unmarshal

func (m *StopTransactionResponse) XXX_Unmarshal(b []byte) error

type Tag

type Tag struct {
	Name         []byte     `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Id           string     `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	TargetCommit *GitCommit `protobuf:"bytes,3,opt,name=target_commit,json=targetCommit,proto3" json:"target_commit,omitempty"`
	// If message exceeds a certain threshold, it will be nullified,
	// but its size will be set in message_size so we can know if
	// a tag had a message in the first place.
	Message              []byte        `protobuf:"bytes,4,opt,name=message,proto3" json:"message,omitempty"`
	MessageSize          int64         `protobuf:"varint,5,opt,name=message_size,json=messageSize,proto3" json:"message_size,omitempty"`
	Tagger               *CommitAuthor `protobuf:"bytes,6,opt,name=tagger,proto3" json:"tagger,omitempty"`
	SignatureType        SignatureType `` /* 127-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*Tag) Descriptor

func (*Tag) Descriptor() ([]byte, []int)

func (*Tag) GetId

func (m *Tag) GetId() string

func (*Tag) GetMessage

func (m *Tag) GetMessage() []byte

func (*Tag) GetMessageSize

func (m *Tag) GetMessageSize() int64

func (*Tag) GetName

func (m *Tag) GetName() []byte

func (*Tag) GetSignatureType

func (m *Tag) GetSignatureType() SignatureType

func (*Tag) GetTagger

func (m *Tag) GetTagger() *CommitAuthor

func (*Tag) GetTargetCommit

func (m *Tag) GetTargetCommit() *GitCommit

func (*Tag) ProtoMessage

func (*Tag) ProtoMessage()

func (*Tag) Reset

func (m *Tag) Reset()

func (*Tag) String

func (m *Tag) String() string

func (*Tag) XXX_DiscardUnknown

func (m *Tag) XXX_DiscardUnknown()

func (*Tag) XXX_Marshal

func (m *Tag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Tag) XXX_Merge

func (m *Tag) XXX_Merge(src proto.Message)

func (*Tag) XXX_Size

func (m *Tag) XXX_Size() int

func (*Tag) XXX_Unmarshal

func (m *Tag) XXX_Unmarshal(b []byte) error

type TreeEntry

type TreeEntry struct {
	// OID of the object this tree entry points to
	Oid string `protobuf:"bytes,1,opt,name=oid,proto3" json:"oid,omitempty"`
	// OID of the tree attached to commit_oid
	RootOid string `protobuf:"bytes,2,opt,name=root_oid,json=rootOid,proto3" json:"root_oid,omitempty"`
	// Path relative to repository root
	Path []byte              `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
	Type TreeEntry_EntryType `protobuf:"varint,4,opt,name=type,proto3,enum=gitaly.TreeEntry_EntryType" json:"type,omitempty"`
	// File mode e.g. 0644
	Mode int32 `protobuf:"varint,5,opt,name=mode,proto3" json:"mode,omitempty"`
	// The commit object via which this entry was retrieved
	CommitOid string `protobuf:"bytes,6,opt,name=commit_oid,json=commitOid,proto3" json:"commit_oid,omitempty"`
	// Relative path of the first subdir that doesn't have only one directory descendant
	FlatPath             []byte   `protobuf:"bytes,7,opt,name=flat_path,json=flatPath,proto3" json:"flat_path,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TreeEntry) Descriptor

func (*TreeEntry) Descriptor() ([]byte, []int)

func (*TreeEntry) GetCommitOid

func (m *TreeEntry) GetCommitOid() string

func (*TreeEntry) GetFlatPath

func (m *TreeEntry) GetFlatPath() []byte

func (*TreeEntry) GetMode

func (m *TreeEntry) GetMode() int32

func (*TreeEntry) GetOid

func (m *TreeEntry) GetOid() string

func (*TreeEntry) GetPath

func (m *TreeEntry) GetPath() []byte

func (*TreeEntry) GetRootOid

func (m *TreeEntry) GetRootOid() string

func (*TreeEntry) GetType

func (m *TreeEntry) GetType() TreeEntry_EntryType

func (*TreeEntry) ProtoMessage

func (*TreeEntry) ProtoMessage()

func (*TreeEntry) Reset

func (m *TreeEntry) Reset()

func (*TreeEntry) String

func (m *TreeEntry) String() string

func (*TreeEntry) XXX_DiscardUnknown

func (m *TreeEntry) XXX_DiscardUnknown()

func (*TreeEntry) XXX_Marshal

func (m *TreeEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TreeEntry) XXX_Merge

func (m *TreeEntry) XXX_Merge(src proto.Message)

func (*TreeEntry) XXX_Size

func (m *TreeEntry) XXX_Size() int

func (*TreeEntry) XXX_Unmarshal

func (m *TreeEntry) XXX_Unmarshal(b []byte) error

type TreeEntryRequest

type TreeEntryRequest struct {
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// commit ID or refname
	Revision []byte `protobuf:"bytes,2,opt,name=revision,proto3" json:"revision,omitempty"`
	// entry path relative to repository root
	Path []byte `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
	// Limit is the maximum number of bytes to fetch. If object is bigger, remaining bytes are not sent
	// 0 means there is no limit.
	Limit int64 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	// MaxSize is the maximum allowed object size. If bigger, a FailedPrecondition error is returned
	// 0 means there is no maximum size.
	MaxSize              int64    `protobuf:"varint,5,opt,name=max_size,json=maxSize,proto3" json:"max_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TreeEntryRequest) Descriptor

func (*TreeEntryRequest) Descriptor() ([]byte, []int)

func (*TreeEntryRequest) GetLimit

func (m *TreeEntryRequest) GetLimit() int64

func (*TreeEntryRequest) GetMaxSize

func (m *TreeEntryRequest) GetMaxSize() int64

func (*TreeEntryRequest) GetPath

func (m *TreeEntryRequest) GetPath() []byte

func (*TreeEntryRequest) GetRepository

func (m *TreeEntryRequest) GetRepository() *Repository

func (*TreeEntryRequest) GetRevision

func (m *TreeEntryRequest) GetRevision() []byte

func (*TreeEntryRequest) ProtoMessage

func (*TreeEntryRequest) ProtoMessage()

func (*TreeEntryRequest) Reset

func (m *TreeEntryRequest) Reset()

func (*TreeEntryRequest) String

func (m *TreeEntryRequest) String() string

func (*TreeEntryRequest) XXX_DiscardUnknown

func (m *TreeEntryRequest) XXX_DiscardUnknown()

func (*TreeEntryRequest) XXX_Marshal

func (m *TreeEntryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TreeEntryRequest) XXX_Merge

func (m *TreeEntryRequest) XXX_Merge(src proto.Message)

func (*TreeEntryRequest) XXX_Size

func (m *TreeEntryRequest) XXX_Size() int

func (*TreeEntryRequest) XXX_Unmarshal

func (m *TreeEntryRequest) XXX_Unmarshal(b []byte) error

type TreeEntryResponse

type TreeEntryResponse struct {
	Type TreeEntryResponse_ObjectType `protobuf:"varint,1,opt,name=type,proto3,enum=gitaly.TreeEntryResponse_ObjectType" json:"type,omitempty"`
	// SHA1 object ID
	Oid  string `protobuf:"bytes,2,opt,name=oid,proto3" json:"oid,omitempty"`
	Size int64  `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
	// file mode
	Mode int32 `protobuf:"varint,4,opt,name=mode,proto3" json:"mode,omitempty"`
	// raw object contents
	Data                 []byte   `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TreeEntryResponse) Descriptor

func (*TreeEntryResponse) Descriptor() ([]byte, []int)

func (*TreeEntryResponse) GetData

func (m *TreeEntryResponse) GetData() []byte

func (*TreeEntryResponse) GetMode

func (m *TreeEntryResponse) GetMode() int32

func (*TreeEntryResponse) GetOid

func (m *TreeEntryResponse) GetOid() string

func (*TreeEntryResponse) GetSize

func (m *TreeEntryResponse) GetSize() int64

func (*TreeEntryResponse) GetType

func (*TreeEntryResponse) ProtoMessage

func (*TreeEntryResponse) ProtoMessage()

func (*TreeEntryResponse) Reset

func (m *TreeEntryResponse) Reset()

func (*TreeEntryResponse) String

func (m *TreeEntryResponse) String() string

func (*TreeEntryResponse) XXX_DiscardUnknown

func (m *TreeEntryResponse) XXX_DiscardUnknown()

func (*TreeEntryResponse) XXX_Marshal

func (m *TreeEntryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TreeEntryResponse) XXX_Merge

func (m *TreeEntryResponse) XXX_Merge(src proto.Message)

func (*TreeEntryResponse) XXX_Size

func (m *TreeEntryResponse) XXX_Size() int

func (*TreeEntryResponse) XXX_Unmarshal

func (m *TreeEntryResponse) XXX_Unmarshal(b []byte) error

type TreeEntryResponse_ObjectType

type TreeEntryResponse_ObjectType int32

TODO: Replace this enum with ObjectType in shared.proto

const (
	TreeEntryResponse_COMMIT TreeEntryResponse_ObjectType = 0
	TreeEntryResponse_BLOB   TreeEntryResponse_ObjectType = 1
	TreeEntryResponse_TREE   TreeEntryResponse_ObjectType = 2
	TreeEntryResponse_TAG    TreeEntryResponse_ObjectType = 3
)

func (TreeEntryResponse_ObjectType) EnumDescriptor

func (TreeEntryResponse_ObjectType) EnumDescriptor() ([]byte, []int)

func (TreeEntryResponse_ObjectType) String

type TreeEntry_EntryType

type TreeEntry_EntryType int32

TODO: Replace this enum with ObjectType in shared.proto

const (
	TreeEntry_BLOB   TreeEntry_EntryType = 0
	TreeEntry_TREE   TreeEntry_EntryType = 1
	TreeEntry_COMMIT TreeEntry_EntryType = 3
)

func (TreeEntry_EntryType) EnumDescriptor

func (TreeEntry_EntryType) EnumDescriptor() ([]byte, []int)

func (TreeEntry_EntryType) String

func (x TreeEntry_EntryType) String() string

type UnimplementedBlobServiceServer

type UnimplementedBlobServiceServer struct {
}

UnimplementedBlobServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedBlobServiceServer) GetBlob

func (*UnimplementedBlobServiceServer) GetBlobs

func (*UnimplementedBlobServiceServer) GetLFSPointers

func (*UnimplementedBlobServiceServer) ListAllLFSPointers

func (*UnimplementedBlobServiceServer) ListLFSPointers

type UnimplementedCleanupServiceServer

type UnimplementedCleanupServiceServer struct {
}

UnimplementedCleanupServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedCleanupServiceServer) ApplyBfgObjectMapStream

type UnimplementedCommitServiceServer

type UnimplementedCommitServiceServer struct {
}

UnimplementedCommitServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedCommitServiceServer) CommitIsAncestor

func (*UnimplementedCommitServiceServer) CommitLanguages

func (*UnimplementedCommitServiceServer) CommitStats

func (*UnimplementedCommitServiceServer) CommitsBetween

func (*UnimplementedCommitServiceServer) CommitsByMessage

func (*UnimplementedCommitServiceServer) CountCommits

func (*UnimplementedCommitServiceServer) CountDivergingCommits

func (*UnimplementedCommitServiceServer) FilterShasWithSignatures

func (*UnimplementedCommitServiceServer) FindAllCommits

func (*UnimplementedCommitServiceServer) FindCommit

func (*UnimplementedCommitServiceServer) FindCommits

func (*UnimplementedCommitServiceServer) GetCommitMessages

func (*UnimplementedCommitServiceServer) GetCommitSignatures

func (*UnimplementedCommitServiceServer) GetTreeEntries

func (*UnimplementedCommitServiceServer) LastCommitForPath

func (*UnimplementedCommitServiceServer) ListCommitsByOid

func (*UnimplementedCommitServiceServer) ListCommitsByRefName

func (*UnimplementedCommitServiceServer) ListFiles

func (*UnimplementedCommitServiceServer) ListLastCommitsForTree

func (*UnimplementedCommitServiceServer) RawBlame

func (*UnimplementedCommitServiceServer) TreeEntry

type UnimplementedConflictsServiceServer

type UnimplementedConflictsServiceServer struct {
}

UnimplementedConflictsServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedConflictsServiceServer) ListConflictFiles

func (*UnimplementedConflictsServiceServer) ResolveConflicts

type UnimplementedDiffServiceServer

type UnimplementedDiffServiceServer struct {
}

UnimplementedDiffServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedDiffServiceServer) CommitDelta

func (*UnimplementedDiffServiceServer) CommitDiff

func (*UnimplementedDiffServiceServer) DiffStats

func (*UnimplementedDiffServiceServer) FindChangedPaths

func (*UnimplementedDiffServiceServer) RawDiff

func (*UnimplementedDiffServiceServer) RawPatch

type UnimplementedHookServiceServer

type UnimplementedHookServiceServer struct {
}

UnimplementedHookServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedHookServiceServer) PackObjectsHook

func (*UnimplementedHookServiceServer) PostReceiveHook

func (*UnimplementedHookServiceServer) PreReceiveHook

func (*UnimplementedHookServiceServer) ReferenceTransactionHook

func (*UnimplementedHookServiceServer) UpdateHook

type UnimplementedInternalGitalyServer

type UnimplementedInternalGitalyServer struct {
}

UnimplementedInternalGitalyServer can be embedded to have forward compatible implementations.

func (*UnimplementedInternalGitalyServer) WalkRepos

type UnimplementedNamespaceServiceServer

type UnimplementedNamespaceServiceServer struct {
}

UnimplementedNamespaceServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedNamespaceServiceServer) AddNamespace

func (*UnimplementedNamespaceServiceServer) NamespaceExists

func (*UnimplementedNamespaceServiceServer) RemoveNamespace

func (*UnimplementedNamespaceServiceServer) RenameNamespace

type UnimplementedObjectPoolServiceServer

type UnimplementedObjectPoolServiceServer struct {
}

UnimplementedObjectPoolServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedObjectPoolServiceServer) CreateObjectPool

func (*UnimplementedObjectPoolServiceServer) DeleteObjectPool

func (*UnimplementedObjectPoolServiceServer) DisconnectGitAlternates

func (*UnimplementedObjectPoolServiceServer) FetchIntoObjectPool

func (*UnimplementedObjectPoolServiceServer) GetObjectPool

func (*UnimplementedObjectPoolServiceServer) LinkRepositoryToObjectPool

func (*UnimplementedObjectPoolServiceServer) ReduplicateRepository

func (*UnimplementedObjectPoolServiceServer) UnlinkRepositoryFromObjectPool

type UnimplementedOperationServiceServer

type UnimplementedOperationServiceServer struct {
}

UnimplementedOperationServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedOperationServiceServer) UserApplyPatch

func (*UnimplementedOperationServiceServer) UserCherryPick

func (*UnimplementedOperationServiceServer) UserCommitFiles

func (*UnimplementedOperationServiceServer) UserCreateBranch

func (*UnimplementedOperationServiceServer) UserCreateTag

func (*UnimplementedOperationServiceServer) UserDeleteBranch

func (*UnimplementedOperationServiceServer) UserDeleteTag

func (*UnimplementedOperationServiceServer) UserFFBranch

func (*UnimplementedOperationServiceServer) UserMergeBranch

func (*UnimplementedOperationServiceServer) UserMergeToRef

func (*UnimplementedOperationServiceServer) UserRebaseConfirmable

func (*UnimplementedOperationServiceServer) UserRevert

func (*UnimplementedOperationServiceServer) UserSquash

func (*UnimplementedOperationServiceServer) UserUpdateBranch

func (*UnimplementedOperationServiceServer) UserUpdateSubmodule

type UnimplementedPraefectInfoServiceServer

type UnimplementedPraefectInfoServiceServer struct {
}

UnimplementedPraefectInfoServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedPraefectInfoServiceServer) ConsistencyCheck

func (*UnimplementedPraefectInfoServiceServer) DatalossCheck

func (*UnimplementedPraefectInfoServiceServer) RepositoryReplicas

func (*UnimplementedPraefectInfoServiceServer) SetAuthoritativeStorage

func (*UnimplementedPraefectInfoServiceServer) SetReplicationFactor

type UnimplementedRefServiceServer

type UnimplementedRefServiceServer struct {
}

UnimplementedRefServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedRefServiceServer) DeleteRefs

func (*UnimplementedRefServiceServer) FindAllBranchNames

func (*UnimplementedRefServiceServer) FindAllBranches

func (*UnimplementedRefServiceServer) FindAllRemoteBranches

func (*UnimplementedRefServiceServer) FindAllTagNames

func (*UnimplementedRefServiceServer) FindAllTags

func (*UnimplementedRefServiceServer) FindBranch

func (*UnimplementedRefServiceServer) FindDefaultBranchName

func (*UnimplementedRefServiceServer) FindLocalBranches

func (*UnimplementedRefServiceServer) FindRefName

func (*UnimplementedRefServiceServer) FindTag

func (*UnimplementedRefServiceServer) GetTagMessages

func (*UnimplementedRefServiceServer) ListNewBlobs

func (*UnimplementedRefServiceServer) ListNewCommits

func (*UnimplementedRefServiceServer) PackRefs

func (*UnimplementedRefServiceServer) RefExists

type UnimplementedRefTransactionServer

type UnimplementedRefTransactionServer struct {
}

UnimplementedRefTransactionServer can be embedded to have forward compatible implementations.

func (*UnimplementedRefTransactionServer) StopTransaction

func (*UnimplementedRefTransactionServer) VoteTransaction

type UnimplementedRemoteServiceServer

type UnimplementedRemoteServiceServer struct {
}

UnimplementedRemoteServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedRemoteServiceServer) AddRemote

func (*UnimplementedRemoteServiceServer) FetchInternalRemote

func (*UnimplementedRemoteServiceServer) FindRemoteRepository

func (*UnimplementedRemoteServiceServer) FindRemoteRootRef

func (*UnimplementedRemoteServiceServer) RemoveRemote

func (*UnimplementedRemoteServiceServer) UpdateRemoteMirror

type UnimplementedRepositoryServiceServer

type UnimplementedRepositoryServiceServer struct {
}

UnimplementedRepositoryServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedRepositoryServiceServer) ApplyGitattributes

func (*UnimplementedRepositoryServiceServer) BackupCustomHooks

func (*UnimplementedRepositoryServiceServer) CalculateChecksum

func (*UnimplementedRepositoryServiceServer) Cleanup

func (*UnimplementedRepositoryServiceServer) CloneFromPool

func (*UnimplementedRepositoryServiceServer) CloneFromPoolInternal

func (*UnimplementedRepositoryServiceServer) CreateBundle

func (*UnimplementedRepositoryServiceServer) CreateFork

func (*UnimplementedRepositoryServiceServer) CreateRepository

func (*UnimplementedRepositoryServiceServer) CreateRepositoryFromBundle

func (*UnimplementedRepositoryServiceServer) CreateRepositoryFromSnapshot

func (*UnimplementedRepositoryServiceServer) CreateRepositoryFromURL

func (*UnimplementedRepositoryServiceServer) DeleteConfig

func (*UnimplementedRepositoryServiceServer) FetchRemote

func (*UnimplementedRepositoryServiceServer) FetchSourceBranch

func (*UnimplementedRepositoryServiceServer) FindLicense

func (*UnimplementedRepositoryServiceServer) FindMergeBase

func (*UnimplementedRepositoryServiceServer) Fsck

func (*UnimplementedRepositoryServiceServer) GarbageCollect

func (*UnimplementedRepositoryServiceServer) GetArchive

func (*UnimplementedRepositoryServiceServer) GetConfig

func (*UnimplementedRepositoryServiceServer) GetInfoAttributes

func (*UnimplementedRepositoryServiceServer) GetObjectDirectorySize

func (*UnimplementedRepositoryServiceServer) GetRawChanges

func (*UnimplementedRepositoryServiceServer) GetSnapshot

func (*UnimplementedRepositoryServiceServer) HasLocalBranches

func (*UnimplementedRepositoryServiceServer) IsRebaseInProgress

func (*UnimplementedRepositoryServiceServer) IsSquashInProgress

func (*UnimplementedRepositoryServiceServer) MidxRepack

func (*UnimplementedRepositoryServiceServer) OptimizeRepository

func (*UnimplementedRepositoryServiceServer) RemoveRepository

func (*UnimplementedRepositoryServiceServer) RenameRepository

func (*UnimplementedRepositoryServiceServer) RepackFull

func (*UnimplementedRepositoryServiceServer) RepackIncremental

func (*UnimplementedRepositoryServiceServer) ReplicateRepository

func (*UnimplementedRepositoryServiceServer) RepositoryExists

func (*UnimplementedRepositoryServiceServer) RepositorySize

func (*UnimplementedRepositoryServiceServer) RestoreCustomHooks

func (*UnimplementedRepositoryServiceServer) SearchFilesByContent

func (*UnimplementedRepositoryServiceServer) SearchFilesByName

func (*UnimplementedRepositoryServiceServer) SetConfig

func (*UnimplementedRepositoryServiceServer) WriteCommitGraph

func (*UnimplementedRepositoryServiceServer) WriteRef

type UnimplementedSSHServiceServer

type UnimplementedSSHServiceServer struct {
}

UnimplementedSSHServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedSSHServiceServer) SSHReceivePack

func (*UnimplementedSSHServiceServer) SSHUploadArchive

func (*UnimplementedSSHServiceServer) SSHUploadPack

type UnimplementedServerServiceServer

type UnimplementedServerServiceServer struct {
}

UnimplementedServerServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedServerServiceServer) DiskStatistics

func (*UnimplementedServerServiceServer) ServerInfo

type UnimplementedSmartHTTPServiceServer

type UnimplementedSmartHTTPServiceServer struct {
}

UnimplementedSmartHTTPServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedSmartHTTPServiceServer) InfoRefsReceivePack

func (*UnimplementedSmartHTTPServiceServer) InfoRefsUploadPack

func (*UnimplementedSmartHTTPServiceServer) PostReceivePack

func (*UnimplementedSmartHTTPServiceServer) PostUploadPack

type UnimplementedWikiServiceServer

type UnimplementedWikiServiceServer struct {
}

UnimplementedWikiServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedWikiServiceServer) WikiFindPage

func (*UnimplementedWikiServiceServer) WikiGetAllPages

func (*UnimplementedWikiServiceServer) WikiListPages

func (*UnimplementedWikiServiceServer) WikiUpdatePage

func (*UnimplementedWikiServiceServer) WikiWritePage

type UnlinkRepositoryFromObjectPoolRequest

type UnlinkRepositoryFromObjectPoolRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	ObjectPool           *ObjectPool `protobuf:"bytes,2,opt,name=object_pool,json=objectPool,proto3" json:"object_pool,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

This RPC doesn't require the ObjectPool as it will remove the alternates file from the pool participant. The caller is responsible no data loss occurs.

func (*UnlinkRepositoryFromObjectPoolRequest) Descriptor

func (*UnlinkRepositoryFromObjectPoolRequest) Descriptor() ([]byte, []int)

func (*UnlinkRepositoryFromObjectPoolRequest) GetObjectPool

func (*UnlinkRepositoryFromObjectPoolRequest) GetRepository

func (*UnlinkRepositoryFromObjectPoolRequest) ProtoMessage

func (*UnlinkRepositoryFromObjectPoolRequest) ProtoMessage()

func (*UnlinkRepositoryFromObjectPoolRequest) Reset

func (*UnlinkRepositoryFromObjectPoolRequest) String

func (*UnlinkRepositoryFromObjectPoolRequest) XXX_DiscardUnknown

func (m *UnlinkRepositoryFromObjectPoolRequest) XXX_DiscardUnknown()

func (*UnlinkRepositoryFromObjectPoolRequest) XXX_Marshal

func (m *UnlinkRepositoryFromObjectPoolRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnlinkRepositoryFromObjectPoolRequest) XXX_Merge

func (*UnlinkRepositoryFromObjectPoolRequest) XXX_Size

func (*UnlinkRepositoryFromObjectPoolRequest) XXX_Unmarshal

func (m *UnlinkRepositoryFromObjectPoolRequest) XXX_Unmarshal(b []byte) error

type UnlinkRepositoryFromObjectPoolResponse

type UnlinkRepositoryFromObjectPoolResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UnlinkRepositoryFromObjectPoolResponse) Descriptor

func (*UnlinkRepositoryFromObjectPoolResponse) Descriptor() ([]byte, []int)

func (*UnlinkRepositoryFromObjectPoolResponse) ProtoMessage

func (*UnlinkRepositoryFromObjectPoolResponse) Reset

func (*UnlinkRepositoryFromObjectPoolResponse) String

func (*UnlinkRepositoryFromObjectPoolResponse) XXX_DiscardUnknown

func (m *UnlinkRepositoryFromObjectPoolResponse) XXX_DiscardUnknown()

func (*UnlinkRepositoryFromObjectPoolResponse) XXX_Marshal

func (m *UnlinkRepositoryFromObjectPoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnlinkRepositoryFromObjectPoolResponse) XXX_Merge

func (*UnlinkRepositoryFromObjectPoolResponse) XXX_Size

func (*UnlinkRepositoryFromObjectPoolResponse) XXX_Unmarshal

func (m *UnlinkRepositoryFromObjectPoolResponse) XXX_Unmarshal(b []byte) error

type UpdateHookRequest

type UpdateHookRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	EnvironmentVariables []string    `protobuf:"bytes,2,rep,name=environment_variables,json=environmentVariables,proto3" json:"environment_variables,omitempty"`
	Ref                  []byte      `protobuf:"bytes,3,opt,name=ref,proto3" json:"ref,omitempty"`
	OldValue             string      `protobuf:"bytes,4,opt,name=old_value,json=oldValue,proto3" json:"old_value,omitempty"`
	NewValue             string      `protobuf:"bytes,5,opt,name=new_value,json=newValue,proto3" json:"new_value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*UpdateHookRequest) Descriptor

func (*UpdateHookRequest) Descriptor() ([]byte, []int)

func (*UpdateHookRequest) GetEnvironmentVariables

func (m *UpdateHookRequest) GetEnvironmentVariables() []string

func (*UpdateHookRequest) GetNewValue

func (m *UpdateHookRequest) GetNewValue() string

func (*UpdateHookRequest) GetOldValue

func (m *UpdateHookRequest) GetOldValue() string

func (*UpdateHookRequest) GetRef

func (m *UpdateHookRequest) GetRef() []byte

func (*UpdateHookRequest) GetRepository

func (m *UpdateHookRequest) GetRepository() *Repository

func (*UpdateHookRequest) ProtoMessage

func (*UpdateHookRequest) ProtoMessage()

func (*UpdateHookRequest) Reset

func (m *UpdateHookRequest) Reset()

func (*UpdateHookRequest) String

func (m *UpdateHookRequest) String() string

func (*UpdateHookRequest) XXX_DiscardUnknown

func (m *UpdateHookRequest) XXX_DiscardUnknown()

func (*UpdateHookRequest) XXX_Marshal

func (m *UpdateHookRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateHookRequest) XXX_Merge

func (m *UpdateHookRequest) XXX_Merge(src proto.Message)

func (*UpdateHookRequest) XXX_Size

func (m *UpdateHookRequest) XXX_Size() int

func (*UpdateHookRequest) XXX_Unmarshal

func (m *UpdateHookRequest) XXX_Unmarshal(b []byte) error

type UpdateHookResponse

type UpdateHookResponse struct {
	Stdout               []byte      `protobuf:"bytes,1,opt,name=stdout,proto3" json:"stdout,omitempty"`
	Stderr               []byte      `protobuf:"bytes,2,opt,name=stderr,proto3" json:"stderr,omitempty"`
	ExitStatus           *ExitStatus `protobuf:"bytes,3,opt,name=exit_status,json=exitStatus,proto3" json:"exit_status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*UpdateHookResponse) Descriptor

func (*UpdateHookResponse) Descriptor() ([]byte, []int)

func (*UpdateHookResponse) GetExitStatus

func (m *UpdateHookResponse) GetExitStatus() *ExitStatus

func (*UpdateHookResponse) GetStderr

func (m *UpdateHookResponse) GetStderr() []byte

func (*UpdateHookResponse) GetStdout

func (m *UpdateHookResponse) GetStdout() []byte

func (*UpdateHookResponse) ProtoMessage

func (*UpdateHookResponse) ProtoMessage()

func (*UpdateHookResponse) Reset

func (m *UpdateHookResponse) Reset()

func (*UpdateHookResponse) String

func (m *UpdateHookResponse) String() string

func (*UpdateHookResponse) XXX_DiscardUnknown

func (m *UpdateHookResponse) XXX_DiscardUnknown()

func (*UpdateHookResponse) XXX_Marshal

func (m *UpdateHookResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateHookResponse) XXX_Merge

func (m *UpdateHookResponse) XXX_Merge(src proto.Message)

func (*UpdateHookResponse) XXX_Size

func (m *UpdateHookResponse) XXX_Size() int

func (*UpdateHookResponse) XXX_Unmarshal

func (m *UpdateHookResponse) XXX_Unmarshal(b []byte) error

type UpdateRemoteMirrorRequest

type UpdateRemoteMirrorRequest struct {
	// Repository is the repository whose mirror repository to update.
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// RefName is actually the remote to update. Deprecated in favor of the
	// Remote field.
	RefName string `protobuf:"bytes,2,opt,name=ref_name,json=refName,proto3" json:"ref_name,omitempty"`
	// Remote contains parameters required to connect to the remote repository.
	// This allows Gitaly to use an in-memory remote and does not require any
	// on-disk remote configuration.
	Remote *UpdateRemoteMirrorRequest_Remote `protobuf:"bytes,7,opt,name=remote,proto3" json:"remote,omitempty"`
	// OnlyBranchesMatching contains patterns to match branches against. Only the
	// matched brances are updated in the remote mirror. If no patterns are
	// specified, all branches are updated. The patterns should only contain the
	// branch name without the 'refs/heads/' prefix. "*" can be used as a
	// wildcard to match anything. only_branches_matching can be streamed to the
	// server over multiple messages. Optional.
	OnlyBranchesMatching [][]byte `protobuf:"bytes,3,rep,name=only_branches_matching,json=onlyBranchesMatching,proto3" json:"only_branches_matching,omitempty"`
	// SshKey is the SSH key to use for accessing to the mirror repository.
	// Optional.
	SshKey string `protobuf:"bytes,4,opt,name=ssh_key,json=sshKey,proto3" json:"ssh_key,omitempty"`
	// KnownHosts specifies the identities used for strict host key checking.
	// Optional.
	KnownHosts string `protobuf:"bytes,5,opt,name=known_hosts,json=knownHosts,proto3" json:"known_hosts,omitempty"`
	// KeepDivergentRefs specifies whether or not to update diverged references
	// in the mirror repository.
	KeepDivergentRefs    bool     `protobuf:"varint,6,opt,name=keep_divergent_refs,json=keepDivergentRefs,proto3" json:"keep_divergent_refs,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateRemoteMirrorRequest) Descriptor

func (*UpdateRemoteMirrorRequest) Descriptor() ([]byte, []int)

func (*UpdateRemoteMirrorRequest) GetKeepDivergentRefs

func (m *UpdateRemoteMirrorRequest) GetKeepDivergentRefs() bool

func (*UpdateRemoteMirrorRequest) GetKnownHosts

func (m *UpdateRemoteMirrorRequest) GetKnownHosts() string

func (*UpdateRemoteMirrorRequest) GetOnlyBranchesMatching

func (m *UpdateRemoteMirrorRequest) GetOnlyBranchesMatching() [][]byte

func (*UpdateRemoteMirrorRequest) GetRefName

func (m *UpdateRemoteMirrorRequest) GetRefName() string

func (*UpdateRemoteMirrorRequest) GetRemote

func (*UpdateRemoteMirrorRequest) GetRepository

func (m *UpdateRemoteMirrorRequest) GetRepository() *Repository

func (*UpdateRemoteMirrorRequest) GetSshKey

func (m *UpdateRemoteMirrorRequest) GetSshKey() string

func (*UpdateRemoteMirrorRequest) ProtoMessage

func (*UpdateRemoteMirrorRequest) ProtoMessage()

func (*UpdateRemoteMirrorRequest) Reset

func (m *UpdateRemoteMirrorRequest) Reset()

func (*UpdateRemoteMirrorRequest) String

func (m *UpdateRemoteMirrorRequest) String() string

func (*UpdateRemoteMirrorRequest) XXX_DiscardUnknown

func (m *UpdateRemoteMirrorRequest) XXX_DiscardUnknown()

func (*UpdateRemoteMirrorRequest) XXX_Marshal

func (m *UpdateRemoteMirrorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateRemoteMirrorRequest) XXX_Merge

func (m *UpdateRemoteMirrorRequest) XXX_Merge(src proto.Message)

func (*UpdateRemoteMirrorRequest) XXX_Size

func (m *UpdateRemoteMirrorRequest) XXX_Size() int

func (*UpdateRemoteMirrorRequest) XXX_Unmarshal

func (m *UpdateRemoteMirrorRequest) XXX_Unmarshal(b []byte) error

type UpdateRemoteMirrorRequest_Remote

type UpdateRemoteMirrorRequest_Remote struct {
	// URL is the URL of the remote repository.
	Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	// HTTPAuthorizationHeader is an optional HTTP header used for
	// authenticating against the remote repository.
	HttpAuthorizationHeader string   `` /* 132-byte string literal not displayed */
	XXX_NoUnkeyedLiteral    struct{} `json:"-"`
	XXX_unrecognized        []byte   `json:"-"`
	XXX_sizecache           int32    `json:"-"`
}

func (*UpdateRemoteMirrorRequest_Remote) Descriptor

func (*UpdateRemoteMirrorRequest_Remote) Descriptor() ([]byte, []int)

func (*UpdateRemoteMirrorRequest_Remote) GetHttpAuthorizationHeader

func (m *UpdateRemoteMirrorRequest_Remote) GetHttpAuthorizationHeader() string

func (*UpdateRemoteMirrorRequest_Remote) GetUrl

func (*UpdateRemoteMirrorRequest_Remote) ProtoMessage

func (*UpdateRemoteMirrorRequest_Remote) ProtoMessage()

func (*UpdateRemoteMirrorRequest_Remote) Reset

func (*UpdateRemoteMirrorRequest_Remote) String

func (*UpdateRemoteMirrorRequest_Remote) XXX_DiscardUnknown

func (m *UpdateRemoteMirrorRequest_Remote) XXX_DiscardUnknown()

func (*UpdateRemoteMirrorRequest_Remote) XXX_Marshal

func (m *UpdateRemoteMirrorRequest_Remote) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateRemoteMirrorRequest_Remote) XXX_Merge

func (*UpdateRemoteMirrorRequest_Remote) XXX_Size

func (m *UpdateRemoteMirrorRequest_Remote) XXX_Size() int

func (*UpdateRemoteMirrorRequest_Remote) XXX_Unmarshal

func (m *UpdateRemoteMirrorRequest_Remote) XXX_Unmarshal(b []byte) error

type UpdateRemoteMirrorResponse

type UpdateRemoteMirrorResponse struct {
	// DivergentRefs contains a list of references that had diverged in the
	// mirror from the source repository.
	DivergentRefs        [][]byte `protobuf:"bytes,1,rep,name=divergent_refs,json=divergentRefs,proto3" json:"divergent_refs,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateRemoteMirrorResponse) Descriptor

func (*UpdateRemoteMirrorResponse) Descriptor() ([]byte, []int)

func (*UpdateRemoteMirrorResponse) GetDivergentRefs

func (m *UpdateRemoteMirrorResponse) GetDivergentRefs() [][]byte

func (*UpdateRemoteMirrorResponse) ProtoMessage

func (*UpdateRemoteMirrorResponse) ProtoMessage()

func (*UpdateRemoteMirrorResponse) Reset

func (m *UpdateRemoteMirrorResponse) Reset()

func (*UpdateRemoteMirrorResponse) String

func (m *UpdateRemoteMirrorResponse) String() string

func (*UpdateRemoteMirrorResponse) XXX_DiscardUnknown

func (m *UpdateRemoteMirrorResponse) XXX_DiscardUnknown()

func (*UpdateRemoteMirrorResponse) XXX_Marshal

func (m *UpdateRemoteMirrorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateRemoteMirrorResponse) XXX_Merge

func (m *UpdateRemoteMirrorResponse) XXX_Merge(src proto.Message)

func (*UpdateRemoteMirrorResponse) XXX_Size

func (m *UpdateRemoteMirrorResponse) XXX_Size() int

func (*UpdateRemoteMirrorResponse) XXX_Unmarshal

func (m *UpdateRemoteMirrorResponse) XXX_Unmarshal(b []byte) error

type User

type User struct {
	GlId                 string   `protobuf:"bytes,1,opt,name=gl_id,json=glId,proto3" json:"gl_id,omitempty"`
	Name                 []byte   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Email                []byte   `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	GlUsername           string   `protobuf:"bytes,4,opt,name=gl_username,json=glUsername,proto3" json:"gl_username,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*User) Descriptor

func (*User) Descriptor() ([]byte, []int)

func (*User) GetEmail

func (m *User) GetEmail() []byte

func (*User) GetGlId

func (m *User) GetGlId() string

func (*User) GetGlUsername

func (m *User) GetGlUsername() string

func (*User) GetName

func (m *User) GetName() []byte

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) Reset

func (m *User) Reset()

func (*User) String

func (m *User) String() string

func (*User) XXX_DiscardUnknown

func (m *User) XXX_DiscardUnknown()

func (*User) XXX_Marshal

func (m *User) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*User) XXX_Merge

func (m *User) XXX_Merge(src proto.Message)

func (*User) XXX_Size

func (m *User) XXX_Size() int

func (*User) XXX_Unmarshal

func (m *User) XXX_Unmarshal(b []byte) error

type UserApplyPatchRequest

type UserApplyPatchRequest struct {
	// Types that are valid to be assigned to UserApplyPatchRequestPayload:
	//	*UserApplyPatchRequest_Header_
	//	*UserApplyPatchRequest_Patches
	UserApplyPatchRequestPayload isUserApplyPatchRequest_UserApplyPatchRequestPayload `protobuf_oneof:"user_apply_patch_request_payload"`
	XXX_NoUnkeyedLiteral         struct{}                                             `json:"-"`
	XXX_unrecognized             []byte                                               `json:"-"`
	XXX_sizecache                int32                                                `json:"-"`
}

func (*UserApplyPatchRequest) Descriptor

func (*UserApplyPatchRequest) Descriptor() ([]byte, []int)

func (*UserApplyPatchRequest) GetHeader

func (*UserApplyPatchRequest) GetPatches

func (m *UserApplyPatchRequest) GetPatches() []byte

func (*UserApplyPatchRequest) GetUserApplyPatchRequestPayload

func (m *UserApplyPatchRequest) GetUserApplyPatchRequestPayload() isUserApplyPatchRequest_UserApplyPatchRequestPayload

func (*UserApplyPatchRequest) ProtoMessage

func (*UserApplyPatchRequest) ProtoMessage()

func (*UserApplyPatchRequest) Reset

func (m *UserApplyPatchRequest) Reset()

func (*UserApplyPatchRequest) String

func (m *UserApplyPatchRequest) String() string

func (*UserApplyPatchRequest) XXX_DiscardUnknown

func (m *UserApplyPatchRequest) XXX_DiscardUnknown()

func (*UserApplyPatchRequest) XXX_Marshal

func (m *UserApplyPatchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserApplyPatchRequest) XXX_Merge

func (m *UserApplyPatchRequest) XXX_Merge(src proto.Message)

func (*UserApplyPatchRequest) XXX_OneofWrappers

func (*UserApplyPatchRequest) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*UserApplyPatchRequest) XXX_Size

func (m *UserApplyPatchRequest) XXX_Size() int

func (*UserApplyPatchRequest) XXX_Unmarshal

func (m *UserApplyPatchRequest) XXX_Unmarshal(b []byte) error

type UserApplyPatchRequest_Header

type UserApplyPatchRequest_Header struct {
	// repository is the repository to which the patches shall be applied to.
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// user is used for authentication.
	User *User `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	// target_branch is the branch onto which the patches shall be applied.
	TargetBranch []byte `protobuf:"bytes,3,opt,name=target_branch,json=targetBranch,proto3" json:"target_branch,omitempty"`
	// timestamp is the optional timestamp to use for the squashed commit as
	// committer date. If it's not set, the current time will be used.
	Timestamp            *timestamp.Timestamp `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

Header contains information about how to apply the patches.

func (*UserApplyPatchRequest_Header) Descriptor

func (*UserApplyPatchRequest_Header) Descriptor() ([]byte, []int)

func (*UserApplyPatchRequest_Header) GetRepository

func (m *UserApplyPatchRequest_Header) GetRepository() *Repository

func (*UserApplyPatchRequest_Header) GetTargetBranch

func (m *UserApplyPatchRequest_Header) GetTargetBranch() []byte

func (*UserApplyPatchRequest_Header) GetTimestamp

func (*UserApplyPatchRequest_Header) GetUser

func (m *UserApplyPatchRequest_Header) GetUser() *User

func (*UserApplyPatchRequest_Header) ProtoMessage

func (*UserApplyPatchRequest_Header) ProtoMessage()

func (*UserApplyPatchRequest_Header) Reset

func (m *UserApplyPatchRequest_Header) Reset()

func (*UserApplyPatchRequest_Header) String

func (*UserApplyPatchRequest_Header) XXX_DiscardUnknown

func (m *UserApplyPatchRequest_Header) XXX_DiscardUnknown()

func (*UserApplyPatchRequest_Header) XXX_Marshal

func (m *UserApplyPatchRequest_Header) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserApplyPatchRequest_Header) XXX_Merge

func (m *UserApplyPatchRequest_Header) XXX_Merge(src proto.Message)

func (*UserApplyPatchRequest_Header) XXX_Size

func (m *UserApplyPatchRequest_Header) XXX_Size() int

func (*UserApplyPatchRequest_Header) XXX_Unmarshal

func (m *UserApplyPatchRequest_Header) XXX_Unmarshal(b []byte) error

type UserApplyPatchRequest_Header_

type UserApplyPatchRequest_Header_ struct {
	Header *UserApplyPatchRequest_Header `protobuf:"bytes,1,opt,name=header,proto3,oneof"`
}

type UserApplyPatchRequest_Patches

type UserApplyPatchRequest_Patches struct {
	Patches []byte `protobuf:"bytes,2,opt,name=patches,proto3,oneof"`
}

type UserApplyPatchResponse

type UserApplyPatchResponse struct {
	// branch_update contains information about the updated branch.
	BranchUpdate         *OperationBranchUpdate `protobuf:"bytes,1,opt,name=branch_update,json=branchUpdate,proto3" json:"branch_update,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*UserApplyPatchResponse) Descriptor

func (*UserApplyPatchResponse) Descriptor() ([]byte, []int)

func (*UserApplyPatchResponse) GetBranchUpdate

func (m *UserApplyPatchResponse) GetBranchUpdate() *OperationBranchUpdate

func (*UserApplyPatchResponse) ProtoMessage

func (*UserApplyPatchResponse) ProtoMessage()

func (*UserApplyPatchResponse) Reset

func (m *UserApplyPatchResponse) Reset()

func (*UserApplyPatchResponse) String

func (m *UserApplyPatchResponse) String() string

func (*UserApplyPatchResponse) XXX_DiscardUnknown

func (m *UserApplyPatchResponse) XXX_DiscardUnknown()

func (*UserApplyPatchResponse) XXX_Marshal

func (m *UserApplyPatchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserApplyPatchResponse) XXX_Merge

func (m *UserApplyPatchResponse) XXX_Merge(src proto.Message)

func (*UserApplyPatchResponse) XXX_Size

func (m *UserApplyPatchResponse) XXX_Size() int

func (*UserApplyPatchResponse) XXX_Unmarshal

func (m *UserApplyPatchResponse) XXX_Unmarshal(b []byte) error

type UserCherryPickRequest

type UserCherryPickRequest struct {
	// repository is the repository into which the cherry-pick shall be
	// performed.
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// user is the user to perform the cherry-pick as. This is used for
	// authorization checks and as the committer of the computed cherry-pick.
	User *User `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	// commit is the commit to cherry-pick onto the given branch.
	Commit *GitCommit `protobuf:"bytes,3,opt,name=commit,proto3" json:"commit,omitempty"`
	// branch_name is the name of the branch onto which the cherry-pick shall be
	// executed.
	BranchName []byte `protobuf:"bytes,4,opt,name=branch_name,json=branchName,proto3" json:"branch_name,omitempty"`
	// message is the message to use for the cherry-picked commit.
	Message []byte `protobuf:"bytes,5,opt,name=message,proto3" json:"message,omitempty"`
	// start_branch_name is is used in case the branch_name branch does not
	// exist. In that case, it will be created from the start_branch_name.
	StartBranchName []byte `protobuf:"bytes,6,opt,name=start_branch_name,json=startBranchName,proto3" json:"start_branch_name,omitempty"`
	// start_repository is used in case the branch_name branch does not exist. In
	// that case, it will be created from start_branch_name in the
	// start_repository.
	StartRepository *Repository `protobuf:"bytes,7,opt,name=start_repository,json=startRepository,proto3" json:"start_repository,omitempty"`
	// dry_run will compute the cherry-pick, but not update the target branch.
	DryRun bool `protobuf:"varint,8,opt,name=dry_run,json=dryRun,proto3" json:"dry_run,omitempty"`
	// timestamp is the optional timestamp to use for the created cherry-picked
	// commit's committer date. If it's not set, the current time will be used.
	Timestamp            *timestamp.Timestamp `protobuf:"bytes,9,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*UserCherryPickRequest) Descriptor

func (*UserCherryPickRequest) Descriptor() ([]byte, []int)

func (*UserCherryPickRequest) GetBranchName

func (m *UserCherryPickRequest) GetBranchName() []byte

func (*UserCherryPickRequest) GetCommit

func (m *UserCherryPickRequest) GetCommit() *GitCommit

func (*UserCherryPickRequest) GetDryRun

func (m *UserCherryPickRequest) GetDryRun() bool

func (*UserCherryPickRequest) GetMessage

func (m *UserCherryPickRequest) GetMessage() []byte

func (*UserCherryPickRequest) GetRepository

func (m *UserCherryPickRequest) GetRepository() *Repository

func (*UserCherryPickRequest) GetStartBranchName

func (m *UserCherryPickRequest) GetStartBranchName() []byte

func (*UserCherryPickRequest) GetStartRepository

func (m *UserCherryPickRequest) GetStartRepository() *Repository

func (*UserCherryPickRequest) GetTimestamp

func (m *UserCherryPickRequest) GetTimestamp() *timestamp.Timestamp

func (*UserCherryPickRequest) GetUser

func (m *UserCherryPickRequest) GetUser() *User

func (*UserCherryPickRequest) ProtoMessage

func (*UserCherryPickRequest) ProtoMessage()

func (*UserCherryPickRequest) Reset

func (m *UserCherryPickRequest) Reset()

func (*UserCherryPickRequest) String

func (m *UserCherryPickRequest) String() string

func (*UserCherryPickRequest) XXX_DiscardUnknown

func (m *UserCherryPickRequest) XXX_DiscardUnknown()

func (*UserCherryPickRequest) XXX_Marshal

func (m *UserCherryPickRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserCherryPickRequest) XXX_Merge

func (m *UserCherryPickRequest) XXX_Merge(src proto.Message)

func (*UserCherryPickRequest) XXX_Size

func (m *UserCherryPickRequest) XXX_Size() int

func (*UserCherryPickRequest) XXX_Unmarshal

func (m *UserCherryPickRequest) XXX_Unmarshal(b []byte) error

type UserCherryPickResponse

type UserCherryPickResponse struct {
	// branch_update represents details about the updated branch.
	BranchUpdate *OperationBranchUpdate `protobuf:"bytes,1,opt,name=branch_update,json=branchUpdate,proto3" json:"branch_update,omitempty"`
	// create_tree_error contains the error message if creation of the tree
	// failed.
	CreateTreeError string `protobuf:"bytes,2,opt,name=create_tree_error,json=createTreeError,proto3" json:"create_tree_error,omitempty"`
	// commit_error contains the error message if updating the reference failed.
	CommitError string `protobuf:"bytes,3,opt,name=commit_error,json=commitError,proto3" json:"commit_error,omitempty"`
	// pre_receive_error contains the error message if the pre-receive hook
	// failed.
	PreReceiveError string `protobuf:"bytes,4,opt,name=pre_receive_error,json=preReceiveError,proto3" json:"pre_receive_error,omitempty"`
	// create_tree_error_code contains the error code if creation of the tree
	// failed.
	CreateTreeErrorCode  UserCherryPickResponse_CreateTreeError `` /* 174-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                               `json:"-"`
	XXX_unrecognized     []byte                                 `json:"-"`
	XXX_sizecache        int32                                  `json:"-"`
}

func (*UserCherryPickResponse) Descriptor

func (*UserCherryPickResponse) Descriptor() ([]byte, []int)

func (*UserCherryPickResponse) GetBranchUpdate

func (m *UserCherryPickResponse) GetBranchUpdate() *OperationBranchUpdate

func (*UserCherryPickResponse) GetCommitError

func (m *UserCherryPickResponse) GetCommitError() string

func (*UserCherryPickResponse) GetCreateTreeError

func (m *UserCherryPickResponse) GetCreateTreeError() string

func (*UserCherryPickResponse) GetCreateTreeErrorCode

func (*UserCherryPickResponse) GetPreReceiveError

func (m *UserCherryPickResponse) GetPreReceiveError() string

func (*UserCherryPickResponse) ProtoMessage

func (*UserCherryPickResponse) ProtoMessage()

func (*UserCherryPickResponse) Reset

func (m *UserCherryPickResponse) Reset()

func (*UserCherryPickResponse) String

func (m *UserCherryPickResponse) String() string

func (*UserCherryPickResponse) XXX_DiscardUnknown

func (m *UserCherryPickResponse) XXX_DiscardUnknown()

func (*UserCherryPickResponse) XXX_Marshal

func (m *UserCherryPickResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserCherryPickResponse) XXX_Merge

func (m *UserCherryPickResponse) XXX_Merge(src proto.Message)

func (*UserCherryPickResponse) XXX_Size

func (m *UserCherryPickResponse) XXX_Size() int

func (*UserCherryPickResponse) XXX_Unmarshal

func (m *UserCherryPickResponse) XXX_Unmarshal(b []byte) error

type UserCherryPickResponse_CreateTreeError

type UserCherryPickResponse_CreateTreeError int32

CreateTreeError represents an error which happened when computing the cherry-pick.

const (
	// NONE denotes that no error occurred.
	UserCherryPickResponse_NONE UserCherryPickResponse_CreateTreeError = 0
	// EMPTY denotes that the cherry-pick would've resulted in an empty commit,
	// typically because it has already been applied to the target branch.
	UserCherryPickResponse_EMPTY UserCherryPickResponse_CreateTreeError = 1
	// CONFLICT denotes that the cherry-pick resulted in a conflict.
	UserCherryPickResponse_CONFLICT UserCherryPickResponse_CreateTreeError = 2
)

func (UserCherryPickResponse_CreateTreeError) EnumDescriptor

func (UserCherryPickResponse_CreateTreeError) EnumDescriptor() ([]byte, []int)

func (UserCherryPickResponse_CreateTreeError) String

type UserCommitFilesAction

type UserCommitFilesAction struct {
	// Types that are valid to be assigned to UserCommitFilesActionPayload:
	//	*UserCommitFilesAction_Header
	//	*UserCommitFilesAction_Content
	UserCommitFilesActionPayload isUserCommitFilesAction_UserCommitFilesActionPayload `protobuf_oneof:"user_commit_files_action_payload"`
	XXX_NoUnkeyedLiteral         struct{}                                             `json:"-"`
	XXX_unrecognized             []byte                                               `json:"-"`
	XXX_sizecache                int32                                                `json:"-"`
}

UserCommitFilesAction is the request message used to stream in the actions to build a commit.

func (*UserCommitFilesAction) Descriptor

func (*UserCommitFilesAction) Descriptor() ([]byte, []int)

func (*UserCommitFilesAction) GetContent

func (m *UserCommitFilesAction) GetContent() []byte

func (*UserCommitFilesAction) GetHeader

func (*UserCommitFilesAction) GetUserCommitFilesActionPayload

func (m *UserCommitFilesAction) GetUserCommitFilesActionPayload() isUserCommitFilesAction_UserCommitFilesActionPayload

func (*UserCommitFilesAction) ProtoMessage

func (*UserCommitFilesAction) ProtoMessage()

func (*UserCommitFilesAction) Reset

func (m *UserCommitFilesAction) Reset()

func (*UserCommitFilesAction) String

func (m *UserCommitFilesAction) String() string

func (*UserCommitFilesAction) XXX_DiscardUnknown

func (m *UserCommitFilesAction) XXX_DiscardUnknown()

func (*UserCommitFilesAction) XXX_Marshal

func (m *UserCommitFilesAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserCommitFilesAction) XXX_Merge

func (m *UserCommitFilesAction) XXX_Merge(src proto.Message)

func (*UserCommitFilesAction) XXX_OneofWrappers

func (*UserCommitFilesAction) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*UserCommitFilesAction) XXX_Size

func (m *UserCommitFilesAction) XXX_Size() int

func (*UserCommitFilesAction) XXX_Unmarshal

func (m *UserCommitFilesAction) XXX_Unmarshal(b []byte) error

type UserCommitFilesActionHeader

type UserCommitFilesActionHeader struct {
	// action is the type of the action taken to build a commit. Not all fields are
	// used for all of the actions.
	Action UserCommitFilesActionHeader_ActionType `protobuf:"varint,1,opt,name=action,proto3,enum=gitaly.UserCommitFilesActionHeader_ActionType" json:"action,omitempty"`
	// file_path refers to the file or directory being modified. The meaning differs for each
	// action:
	//   1. CREATE: path of the file to create
	//   2. CREATE_DIR: path of the directory to create
	//   3. UPDATE: path of the file to update
	//   4. MOVE: the new path of the moved file
	//   5. DELETE: path of the file to delete
	//   6. CHMOD: path of the file to modify permissions for
	FilePath []byte `protobuf:"bytes,2,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"`
	// previous_path is used in MOVE action to specify the path of the file to move.
	PreviousPath []byte `protobuf:"bytes,3,opt,name=previous_path,json=previousPath,proto3" json:"previous_path,omitempty"`
	// base64_content indicates the content of the file is base64 encoded. The encoding
	// must be the standard base64 encoding defined in RFC 4648. Only used for CREATE and
	// UPDATE actions.
	Base64Content bool `protobuf:"varint,4,opt,name=base64_content,json=base64Content,proto3" json:"base64_content,omitempty"`
	// execute_filemode determines whether the file is created with execute permissions.
	// The field is only used in CREATE and CHMOD actions.
	ExecuteFilemode bool `protobuf:"varint,5,opt,name=execute_filemode,json=executeFilemode,proto3" json:"execute_filemode,omitempty"`
	// Move actions that change the file path, but not its content, should set
	// infer_content to true instead of populating the content field. Ignored for
	// other action types.
	InferContent         bool     `protobuf:"varint,6,opt,name=infer_content,json=inferContent,proto3" json:"infer_content,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

UserCommitFilesActionHeader contains the details of the action to be performed.

func (*UserCommitFilesActionHeader) Descriptor

func (*UserCommitFilesActionHeader) Descriptor() ([]byte, []int)

func (*UserCommitFilesActionHeader) GetAction

func (*UserCommitFilesActionHeader) GetBase64Content

func (m *UserCommitFilesActionHeader) GetBase64Content() bool

func (*UserCommitFilesActionHeader) GetExecuteFilemode

func (m *UserCommitFilesActionHeader) GetExecuteFilemode() bool

func (*UserCommitFilesActionHeader) GetFilePath

func (m *UserCommitFilesActionHeader) GetFilePath() []byte

func (*UserCommitFilesActionHeader) GetInferContent

func (m *UserCommitFilesActionHeader) GetInferContent() bool

func (*UserCommitFilesActionHeader) GetPreviousPath

func (m *UserCommitFilesActionHeader) GetPreviousPath() []byte

func (*UserCommitFilesActionHeader) ProtoMessage

func (*UserCommitFilesActionHeader) ProtoMessage()

func (*UserCommitFilesActionHeader) Reset

func (m *UserCommitFilesActionHeader) Reset()

func (*UserCommitFilesActionHeader) String

func (m *UserCommitFilesActionHeader) String() string

func (*UserCommitFilesActionHeader) XXX_DiscardUnknown

func (m *UserCommitFilesActionHeader) XXX_DiscardUnknown()

func (*UserCommitFilesActionHeader) XXX_Marshal

func (m *UserCommitFilesActionHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserCommitFilesActionHeader) XXX_Merge

func (m *UserCommitFilesActionHeader) XXX_Merge(src proto.Message)

func (*UserCommitFilesActionHeader) XXX_Size

func (m *UserCommitFilesActionHeader) XXX_Size() int

func (*UserCommitFilesActionHeader) XXX_Unmarshal

func (m *UserCommitFilesActionHeader) XXX_Unmarshal(b []byte) error

type UserCommitFilesActionHeader_ActionType

type UserCommitFilesActionHeader_ActionType int32
const (
	// CREATE creates a new file.
	UserCommitFilesActionHeader_CREATE UserCommitFilesActionHeader_ActionType = 0
	// CREATE_DIR creates a new directory.
	UserCommitFilesActionHeader_CREATE_DIR UserCommitFilesActionHeader_ActionType = 1
	// UPDATE updates an existing file.
	UserCommitFilesActionHeader_UPDATE UserCommitFilesActionHeader_ActionType = 2
	// MOVE moves an existing file to a new path.
	UserCommitFilesActionHeader_MOVE UserCommitFilesActionHeader_ActionType = 3
	// DELETE deletes an existing file.
	UserCommitFilesActionHeader_DELETE UserCommitFilesActionHeader_ActionType = 4
	// CHMOD changes the permissions of an existing file.
	UserCommitFilesActionHeader_CHMOD UserCommitFilesActionHeader_ActionType = 5
)

func (UserCommitFilesActionHeader_ActionType) EnumDescriptor

func (UserCommitFilesActionHeader_ActionType) EnumDescriptor() ([]byte, []int)

func (UserCommitFilesActionHeader_ActionType) String

type UserCommitFilesAction_Content

type UserCommitFilesAction_Content struct {
	Content []byte `protobuf:"bytes,2,opt,name=content,proto3,oneof"`
}

type UserCommitFilesAction_Header

type UserCommitFilesAction_Header struct {
	Header *UserCommitFilesActionHeader `protobuf:"bytes,1,opt,name=header,proto3,oneof"`
}

type UserCommitFilesRequest

type UserCommitFilesRequest struct {
	// Types that are valid to be assigned to UserCommitFilesRequestPayload:
	//	*UserCommitFilesRequest_Header
	//	*UserCommitFilesRequest_Action
	UserCommitFilesRequestPayload isUserCommitFilesRequest_UserCommitFilesRequestPayload `protobuf_oneof:"user_commit_files_request_payload"`
	XXX_NoUnkeyedLiteral          struct{}                                               `json:"-"`
	XXX_unrecognized              []byte                                                 `json:"-"`
	XXX_sizecache                 int32                                                  `json:"-"`
}

UserCommitFiles is the request of UserCommitFiles.

func (*UserCommitFilesRequest) Descriptor

func (*UserCommitFilesRequest) Descriptor() ([]byte, []int)

func (*UserCommitFilesRequest) GetAction

func (*UserCommitFilesRequest) GetHeader

func (*UserCommitFilesRequest) GetUserCommitFilesRequestPayload

func (m *UserCommitFilesRequest) GetUserCommitFilesRequestPayload() isUserCommitFilesRequest_UserCommitFilesRequestPayload

func (*UserCommitFilesRequest) ProtoMessage

func (*UserCommitFilesRequest) ProtoMessage()

func (*UserCommitFilesRequest) Reset

func (m *UserCommitFilesRequest) Reset()

func (*UserCommitFilesRequest) String

func (m *UserCommitFilesRequest) String() string

func (*UserCommitFilesRequest) XXX_DiscardUnknown

func (m *UserCommitFilesRequest) XXX_DiscardUnknown()

func (*UserCommitFilesRequest) XXX_Marshal

func (m *UserCommitFilesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserCommitFilesRequest) XXX_Merge

func (m *UserCommitFilesRequest) XXX_Merge(src proto.Message)

func (*UserCommitFilesRequest) XXX_OneofWrappers

func (*UserCommitFilesRequest) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*UserCommitFilesRequest) XXX_Size

func (m *UserCommitFilesRequest) XXX_Size() int

func (*UserCommitFilesRequest) XXX_Unmarshal

func (m *UserCommitFilesRequest) XXX_Unmarshal(b []byte) error

type UserCommitFilesRequestHeader

type UserCommitFilesRequestHeader struct {
	// repository is the target repository where to apply the commit.
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// user is the user peforming the call.
	User *User `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	// branch_name is the name of the branch to point to the new commit. If start_sha and start_branch_name
	// are not defined, the commit of branch_name is used as the parent commit.
	BranchName []byte `protobuf:"bytes,3,opt,name=branch_name,json=branchName,proto3" json:"branch_name,omitempty"`
	// commit_message is the message to use in the commit.
	CommitMessage []byte `protobuf:"bytes,4,opt,name=commit_message,json=commitMessage,proto3" json:"commit_message,omitempty"`
	// commit_author_name is the commit author's name. If not provided, the user's name is
	// used instead.
	CommitAuthorName []byte `protobuf:"bytes,5,opt,name=commit_author_name,json=commitAuthorName,proto3" json:"commit_author_name,omitempty"`
	// commit_author_email is the commit author's email. If not provided, the user's email is
	// used instead.
	CommitAuthorEmail []byte `protobuf:"bytes,6,opt,name=commit_author_email,json=commitAuthorEmail,proto3" json:"commit_author_email,omitempty"`
	// start_branch_name specifies the branch whose commit to use as the parent commit. Takes priority
	// over branch_name. Optional.
	StartBranchName []byte `protobuf:"bytes,7,opt,name=start_branch_name,json=startBranchName,proto3" json:"start_branch_name,omitempty"`
	// start_repository specifies which contains the parent commit. If not specified, repository itself
	// is used to look up the parent commit. Optional.
	StartRepository *Repository `protobuf:"bytes,8,opt,name=start_repository,json=startRepository,proto3" json:"start_repository,omitempty"`
	// force determines whether to force update the target branch specified by branch_name to
	// point to the new commit.
	Force bool `protobuf:"varint,9,opt,name=force,proto3" json:"force,omitempty"`
	// start_sha specifies the SHA of the commit to use as the parent of new commit. Takes priority
	// over start_branch_name and branc_name. Optional.
	StartSha string `protobuf:"bytes,10,opt,name=start_sha,json=startSha,proto3" json:"start_sha,omitempty"`
	// timestamp is the optional timestamp to use for the commits as author and
	// committer date. If it's not set, the current time will be used.
	Timestamp            *timestamp.Timestamp `protobuf:"bytes,11,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

UserCommitFilesRequestHeader is the header of the UserCommitFiles that defines the commit details, parent and other information related to the call.

func (*UserCommitFilesRequestHeader) Descriptor

func (*UserCommitFilesRequestHeader) Descriptor() ([]byte, []int)

func (*UserCommitFilesRequestHeader) GetBranchName

func (m *UserCommitFilesRequestHeader) GetBranchName() []byte

func (*UserCommitFilesRequestHeader) GetCommitAuthorEmail

func (m *UserCommitFilesRequestHeader) GetCommitAuthorEmail() []byte

func (*UserCommitFilesRequestHeader) GetCommitAuthorName

func (m *UserCommitFilesRequestHeader) GetCommitAuthorName() []byte

func (*UserCommitFilesRequestHeader) GetCommitMessage

func (m *UserCommitFilesRequestHeader) GetCommitMessage() []byte

func (*UserCommitFilesRequestHeader) GetForce

func (m *UserCommitFilesRequestHeader) GetForce() bool

func (*UserCommitFilesRequestHeader) GetRepository

func (m *UserCommitFilesRequestHeader) GetRepository() *Repository

func (*UserCommitFilesRequestHeader) GetStartBranchName

func (m *UserCommitFilesRequestHeader) GetStartBranchName() []byte

func (*UserCommitFilesRequestHeader) GetStartRepository

func (m *UserCommitFilesRequestHeader) GetStartRepository() *Repository

func (*UserCommitFilesRequestHeader) GetStartSha

func (m *UserCommitFilesRequestHeader) GetStartSha() string

func (*UserCommitFilesRequestHeader) GetTimestamp

func (*UserCommitFilesRequestHeader) GetUser

func (m *UserCommitFilesRequestHeader) GetUser() *User

func (*UserCommitFilesRequestHeader) ProtoMessage

func (*UserCommitFilesRequestHeader) ProtoMessage()

func (*UserCommitFilesRequestHeader) Reset

func (m *UserCommitFilesRequestHeader) Reset()

func (*UserCommitFilesRequestHeader) String

func (*UserCommitFilesRequestHeader) XXX_DiscardUnknown

func (m *UserCommitFilesRequestHeader) XXX_DiscardUnknown()

func (*UserCommitFilesRequestHeader) XXX_Marshal

func (m *UserCommitFilesRequestHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserCommitFilesRequestHeader) XXX_Merge

func (m *UserCommitFilesRequestHeader) XXX_Merge(src proto.Message)

func (*UserCommitFilesRequestHeader) XXX_Size

func (m *UserCommitFilesRequestHeader) XXX_Size() int

func (*UserCommitFilesRequestHeader) XXX_Unmarshal

func (m *UserCommitFilesRequestHeader) XXX_Unmarshal(b []byte) error

type UserCommitFilesRequest_Action

type UserCommitFilesRequest_Action struct {
	Action *UserCommitFilesAction `protobuf:"bytes,2,opt,name=action,proto3,oneof"`
}

type UserCommitFilesRequest_Header

type UserCommitFilesRequest_Header struct {
	Header *UserCommitFilesRequestHeader `protobuf:"bytes,1,opt,name=header,proto3,oneof"`
}

type UserCommitFilesResponse

type UserCommitFilesResponse struct {
	// branch_update contains the details of the commit and the branch update.
	BranchUpdate *OperationBranchUpdate `protobuf:"bytes,1,opt,name=branch_update,json=branchUpdate,proto3" json:"branch_update,omitempty"`
	// index_error is set to the error message when an invalid action was attempted, such as
	// trying to create a file that already existed.
	IndexError string `protobuf:"bytes,2,opt,name=index_error,json=indexError,proto3" json:"index_error,omitempty"`
	// pre_receive_error is set when the pre-receive hook errored.
	PreReceiveError      string   `protobuf:"bytes,3,opt,name=pre_receive_error,json=preReceiveError,proto3" json:"pre_receive_error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

UserCommitFilesResponse is the response object of UserCommitFiles.

func (*UserCommitFilesResponse) Descriptor

func (*UserCommitFilesResponse) Descriptor() ([]byte, []int)

func (*UserCommitFilesResponse) GetBranchUpdate

func (m *UserCommitFilesResponse) GetBranchUpdate() *OperationBranchUpdate

func (*UserCommitFilesResponse) GetIndexError

func (m *UserCommitFilesResponse) GetIndexError() string

func (*UserCommitFilesResponse) GetPreReceiveError

func (m *UserCommitFilesResponse) GetPreReceiveError() string

func (*UserCommitFilesResponse) ProtoMessage

func (*UserCommitFilesResponse) ProtoMessage()

func (*UserCommitFilesResponse) Reset

func (m *UserCommitFilesResponse) Reset()

func (*UserCommitFilesResponse) String

func (m *UserCommitFilesResponse) String() string

func (*UserCommitFilesResponse) XXX_DiscardUnknown

func (m *UserCommitFilesResponse) XXX_DiscardUnknown()

func (*UserCommitFilesResponse) XXX_Marshal

func (m *UserCommitFilesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserCommitFilesResponse) XXX_Merge

func (m *UserCommitFilesResponse) XXX_Merge(src proto.Message)

func (*UserCommitFilesResponse) XXX_Size

func (m *UserCommitFilesResponse) XXX_Size() int

func (*UserCommitFilesResponse) XXX_Unmarshal

func (m *UserCommitFilesResponse) XXX_Unmarshal(b []byte) error

type UserCreateBranchRequest

type UserCreateBranchRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	BranchName           []byte      `protobuf:"bytes,2,opt,name=branch_name,json=branchName,proto3" json:"branch_name,omitempty"`
	User                 *User       `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"`
	StartPoint           []byte      `protobuf:"bytes,4,opt,name=start_point,json=startPoint,proto3" json:"start_point,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*UserCreateBranchRequest) Descriptor

func (*UserCreateBranchRequest) Descriptor() ([]byte, []int)

func (*UserCreateBranchRequest) GetBranchName

func (m *UserCreateBranchRequest) GetBranchName() []byte

func (*UserCreateBranchRequest) GetRepository

func (m *UserCreateBranchRequest) GetRepository() *Repository

func (*UserCreateBranchRequest) GetStartPoint

func (m *UserCreateBranchRequest) GetStartPoint() []byte

func (*UserCreateBranchRequest) GetUser

func (m *UserCreateBranchRequest) GetUser() *User

func (*UserCreateBranchRequest) ProtoMessage

func (*UserCreateBranchRequest) ProtoMessage()

func (*UserCreateBranchRequest) Reset

func (m *UserCreateBranchRequest) Reset()

func (*UserCreateBranchRequest) String

func (m *UserCreateBranchRequest) String() string

func (*UserCreateBranchRequest) XXX_DiscardUnknown

func (m *UserCreateBranchRequest) XXX_DiscardUnknown()

func (*UserCreateBranchRequest) XXX_Marshal

func (m *UserCreateBranchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserCreateBranchRequest) XXX_Merge

func (m *UserCreateBranchRequest) XXX_Merge(src proto.Message)

func (*UserCreateBranchRequest) XXX_Size

func (m *UserCreateBranchRequest) XXX_Size() int

func (*UserCreateBranchRequest) XXX_Unmarshal

func (m *UserCreateBranchRequest) XXX_Unmarshal(b []byte) error

type UserCreateBranchResponse

type UserCreateBranchResponse struct {
	Branch *Branch `protobuf:"bytes,1,opt,name=branch,proto3" json:"branch,omitempty"`
	// Error returned by the pre-receive hook. If no error was thrown,
	// it's the empty string ("")
	PreReceiveError      string   `protobuf:"bytes,2,opt,name=pre_receive_error,json=preReceiveError,proto3" json:"pre_receive_error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserCreateBranchResponse) Descriptor

func (*UserCreateBranchResponse) Descriptor() ([]byte, []int)

func (*UserCreateBranchResponse) GetBranch

func (m *UserCreateBranchResponse) GetBranch() *Branch

func (*UserCreateBranchResponse) GetPreReceiveError

func (m *UserCreateBranchResponse) GetPreReceiveError() string

func (*UserCreateBranchResponse) ProtoMessage

func (*UserCreateBranchResponse) ProtoMessage()

func (*UserCreateBranchResponse) Reset

func (m *UserCreateBranchResponse) Reset()

func (*UserCreateBranchResponse) String

func (m *UserCreateBranchResponse) String() string

func (*UserCreateBranchResponse) XXX_DiscardUnknown

func (m *UserCreateBranchResponse) XXX_DiscardUnknown()

func (*UserCreateBranchResponse) XXX_Marshal

func (m *UserCreateBranchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserCreateBranchResponse) XXX_Merge

func (m *UserCreateBranchResponse) XXX_Merge(src proto.Message)

func (*UserCreateBranchResponse) XXX_Size

func (m *UserCreateBranchResponse) XXX_Size() int

func (*UserCreateBranchResponse) XXX_Unmarshal

func (m *UserCreateBranchResponse) XXX_Unmarshal(b []byte) error

type UserCreateTagRequest

type UserCreateTagRequest struct {
	// repository is the repository in which the tag shall be created.
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// tag_name is the name of the tag that shall be created.
	TagName []byte `protobuf:"bytes,2,opt,name=tag_name,json=tagName,proto3" json:"tag_name,omitempty"`
	// user is the user as which the tag shall be created.
	User *User `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"`
	// target_revision is the revision which the tag should point to.
	TargetRevision []byte `protobuf:"bytes,4,opt,name=target_revision,json=targetRevision,proto3" json:"target_revision,omitempty"`
	// message is the message of the tag. If it is empty, a lightweight tag is
	// created. Otherwise, an annotated tag is created.
	Message []byte `protobuf:"bytes,5,opt,name=message,proto3" json:"message,omitempty"`
	// timestamp is the optional timestamp to use for the created tag tags. If
	// it's not set, the current time will be used. It's only used if an
	// annotated tag is being created.
	Timestamp            *timestamp.Timestamp `protobuf:"bytes,7,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*UserCreateTagRequest) Descriptor

func (*UserCreateTagRequest) Descriptor() ([]byte, []int)

func (*UserCreateTagRequest) GetMessage

func (m *UserCreateTagRequest) GetMessage() []byte

func (*UserCreateTagRequest) GetRepository

func (m *UserCreateTagRequest) GetRepository() *Repository

func (*UserCreateTagRequest) GetTagName

func (m *UserCreateTagRequest) GetTagName() []byte

func (*UserCreateTagRequest) GetTargetRevision

func (m *UserCreateTagRequest) GetTargetRevision() []byte

func (*UserCreateTagRequest) GetTimestamp

func (m *UserCreateTagRequest) GetTimestamp() *timestamp.Timestamp

func (*UserCreateTagRequest) GetUser

func (m *UserCreateTagRequest) GetUser() *User

func (*UserCreateTagRequest) ProtoMessage

func (*UserCreateTagRequest) ProtoMessage()

func (*UserCreateTagRequest) Reset

func (m *UserCreateTagRequest) Reset()

func (*UserCreateTagRequest) String

func (m *UserCreateTagRequest) String() string

func (*UserCreateTagRequest) XXX_DiscardUnknown

func (m *UserCreateTagRequest) XXX_DiscardUnknown()

func (*UserCreateTagRequest) XXX_Marshal

func (m *UserCreateTagRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserCreateTagRequest) XXX_Merge

func (m *UserCreateTagRequest) XXX_Merge(src proto.Message)

func (*UserCreateTagRequest) XXX_Size

func (m *UserCreateTagRequest) XXX_Size() int

func (*UserCreateTagRequest) XXX_Unmarshal

func (m *UserCreateTagRequest) XXX_Unmarshal(b []byte) error

type UserCreateTagResponse

type UserCreateTagResponse struct {
	// tag is the newly created tag.
	Tag *Tag `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
	// exists denotes whether the tag has existed already.
	Exists bool `protobuf:"varint,2,opt,name=exists,proto3" json:"exists,omitempty"`
	// pre_receive_error contains an error message if updating the tag failed
	// because of a pre-receive error.
	PreReceiveError      string   `protobuf:"bytes,3,opt,name=pre_receive_error,json=preReceiveError,proto3" json:"pre_receive_error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserCreateTagResponse) Descriptor

func (*UserCreateTagResponse) Descriptor() ([]byte, []int)

func (*UserCreateTagResponse) GetExists

func (m *UserCreateTagResponse) GetExists() bool

func (*UserCreateTagResponse) GetPreReceiveError

func (m *UserCreateTagResponse) GetPreReceiveError() string

func (*UserCreateTagResponse) GetTag

func (m *UserCreateTagResponse) GetTag() *Tag

func (*UserCreateTagResponse) ProtoMessage

func (*UserCreateTagResponse) ProtoMessage()

func (*UserCreateTagResponse) Reset

func (m *UserCreateTagResponse) Reset()

func (*UserCreateTagResponse) String

func (m *UserCreateTagResponse) String() string

func (*UserCreateTagResponse) XXX_DiscardUnknown

func (m *UserCreateTagResponse) XXX_DiscardUnknown()

func (*UserCreateTagResponse) XXX_Marshal

func (m *UserCreateTagResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserCreateTagResponse) XXX_Merge

func (m *UserCreateTagResponse) XXX_Merge(src proto.Message)

func (*UserCreateTagResponse) XXX_Size

func (m *UserCreateTagResponse) XXX_Size() int

func (*UserCreateTagResponse) XXX_Unmarshal

func (m *UserCreateTagResponse) XXX_Unmarshal(b []byte) error

type UserDeleteBranchRequest

type UserDeleteBranchRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	BranchName           []byte      `protobuf:"bytes,2,opt,name=branch_name,json=branchName,proto3" json:"branch_name,omitempty"`
	User                 *User       `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*UserDeleteBranchRequest) Descriptor

func (*UserDeleteBranchRequest) Descriptor() ([]byte, []int)

func (*UserDeleteBranchRequest) GetBranchName

func (m *UserDeleteBranchRequest) GetBranchName() []byte

func (*UserDeleteBranchRequest) GetRepository

func (m *UserDeleteBranchRequest) GetRepository() *Repository

func (*UserDeleteBranchRequest) GetUser

func (m *UserDeleteBranchRequest) GetUser() *User

func (*UserDeleteBranchRequest) ProtoMessage

func (*UserDeleteBranchRequest) ProtoMessage()

func (*UserDeleteBranchRequest) Reset

func (m *UserDeleteBranchRequest) Reset()

func (*UserDeleteBranchRequest) String

func (m *UserDeleteBranchRequest) String() string

func (*UserDeleteBranchRequest) XXX_DiscardUnknown

func (m *UserDeleteBranchRequest) XXX_DiscardUnknown()

func (*UserDeleteBranchRequest) XXX_Marshal

func (m *UserDeleteBranchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserDeleteBranchRequest) XXX_Merge

func (m *UserDeleteBranchRequest) XXX_Merge(src proto.Message)

func (*UserDeleteBranchRequest) XXX_Size

func (m *UserDeleteBranchRequest) XXX_Size() int

func (*UserDeleteBranchRequest) XXX_Unmarshal

func (m *UserDeleteBranchRequest) XXX_Unmarshal(b []byte) error

type UserDeleteBranchResponse

type UserDeleteBranchResponse struct {
	PreReceiveError      string   `protobuf:"bytes,1,opt,name=pre_receive_error,json=preReceiveError,proto3" json:"pre_receive_error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserDeleteBranchResponse) Descriptor

func (*UserDeleteBranchResponse) Descriptor() ([]byte, []int)

func (*UserDeleteBranchResponse) GetPreReceiveError

func (m *UserDeleteBranchResponse) GetPreReceiveError() string

func (*UserDeleteBranchResponse) ProtoMessage

func (*UserDeleteBranchResponse) ProtoMessage()

func (*UserDeleteBranchResponse) Reset

func (m *UserDeleteBranchResponse) Reset()

func (*UserDeleteBranchResponse) String

func (m *UserDeleteBranchResponse) String() string

func (*UserDeleteBranchResponse) XXX_DiscardUnknown

func (m *UserDeleteBranchResponse) XXX_DiscardUnknown()

func (*UserDeleteBranchResponse) XXX_Marshal

func (m *UserDeleteBranchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserDeleteBranchResponse) XXX_Merge

func (m *UserDeleteBranchResponse) XXX_Merge(src proto.Message)

func (*UserDeleteBranchResponse) XXX_Size

func (m *UserDeleteBranchResponse) XXX_Size() int

func (*UserDeleteBranchResponse) XXX_Unmarshal

func (m *UserDeleteBranchResponse) XXX_Unmarshal(b []byte) error

type UserDeleteTagRequest

type UserDeleteTagRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	TagName              []byte      `protobuf:"bytes,2,opt,name=tag_name,json=tagName,proto3" json:"tag_name,omitempty"`
	User                 *User       `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*UserDeleteTagRequest) Descriptor

func (*UserDeleteTagRequest) Descriptor() ([]byte, []int)

func (*UserDeleteTagRequest) GetRepository

func (m *UserDeleteTagRequest) GetRepository() *Repository

func (*UserDeleteTagRequest) GetTagName

func (m *UserDeleteTagRequest) GetTagName() []byte

func (*UserDeleteTagRequest) GetUser

func (m *UserDeleteTagRequest) GetUser() *User

func (*UserDeleteTagRequest) ProtoMessage

func (*UserDeleteTagRequest) ProtoMessage()

func (*UserDeleteTagRequest) Reset

func (m *UserDeleteTagRequest) Reset()

func (*UserDeleteTagRequest) String

func (m *UserDeleteTagRequest) String() string

func (*UserDeleteTagRequest) XXX_DiscardUnknown

func (m *UserDeleteTagRequest) XXX_DiscardUnknown()

func (*UserDeleteTagRequest) XXX_Marshal

func (m *UserDeleteTagRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserDeleteTagRequest) XXX_Merge

func (m *UserDeleteTagRequest) XXX_Merge(src proto.Message)

func (*UserDeleteTagRequest) XXX_Size

func (m *UserDeleteTagRequest) XXX_Size() int

func (*UserDeleteTagRequest) XXX_Unmarshal

func (m *UserDeleteTagRequest) XXX_Unmarshal(b []byte) error

type UserDeleteTagResponse

type UserDeleteTagResponse struct {
	PreReceiveError      string   `protobuf:"bytes,1,opt,name=pre_receive_error,json=preReceiveError,proto3" json:"pre_receive_error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserDeleteTagResponse) Descriptor

func (*UserDeleteTagResponse) Descriptor() ([]byte, []int)

func (*UserDeleteTagResponse) GetPreReceiveError

func (m *UserDeleteTagResponse) GetPreReceiveError() string

func (*UserDeleteTagResponse) ProtoMessage

func (*UserDeleteTagResponse) ProtoMessage()

func (*UserDeleteTagResponse) Reset

func (m *UserDeleteTagResponse) Reset()

func (*UserDeleteTagResponse) String

func (m *UserDeleteTagResponse) String() string

func (*UserDeleteTagResponse) XXX_DiscardUnknown

func (m *UserDeleteTagResponse) XXX_DiscardUnknown()

func (*UserDeleteTagResponse) XXX_Marshal

func (m *UserDeleteTagResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserDeleteTagResponse) XXX_Merge

func (m *UserDeleteTagResponse) XXX_Merge(src proto.Message)

func (*UserDeleteTagResponse) XXX_Size

func (m *UserDeleteTagResponse) XXX_Size() int

func (*UserDeleteTagResponse) XXX_Unmarshal

func (m *UserDeleteTagResponse) XXX_Unmarshal(b []byte) error

type UserFFBranchRequest

type UserFFBranchRequest struct {
	// repository is the repository for which to perform the fast-forward merge.
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// user is the user which to perform the fast-forward merge as. This is used
	// for authorization checks.
	User *User `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	// commit_id is the commit ID to update the branch to.
	CommitId string `protobuf:"bytes,3,opt,name=commit_id,json=commitId,proto3" json:"commit_id,omitempty"`
	// branch is the name of the branch that shall be update. This must be the
	// branch name only and not a fully qualified reference, e.g. "master"
	// instead of "refs/heads/master".
	Branch               []byte   `protobuf:"bytes,4,opt,name=branch,proto3" json:"branch,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

UserFFBranchRequest contains parameters for the UserFFBranch RPC.

func (*UserFFBranchRequest) Descriptor

func (*UserFFBranchRequest) Descriptor() ([]byte, []int)

func (*UserFFBranchRequest) GetBranch

func (m *UserFFBranchRequest) GetBranch() []byte

func (*UserFFBranchRequest) GetCommitId

func (m *UserFFBranchRequest) GetCommitId() string

func (*UserFFBranchRequest) GetRepository

func (m *UserFFBranchRequest) GetRepository() *Repository

func (*UserFFBranchRequest) GetUser

func (m *UserFFBranchRequest) GetUser() *User

func (*UserFFBranchRequest) ProtoMessage

func (*UserFFBranchRequest) ProtoMessage()

func (*UserFFBranchRequest) Reset

func (m *UserFFBranchRequest) Reset()

func (*UserFFBranchRequest) String

func (m *UserFFBranchRequest) String() string

func (*UserFFBranchRequest) XXX_DiscardUnknown

func (m *UserFFBranchRequest) XXX_DiscardUnknown()

func (*UserFFBranchRequest) XXX_Marshal

func (m *UserFFBranchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserFFBranchRequest) XXX_Merge

func (m *UserFFBranchRequest) XXX_Merge(src proto.Message)

func (*UserFFBranchRequest) XXX_Size

func (m *UserFFBranchRequest) XXX_Size() int

func (*UserFFBranchRequest) XXX_Unmarshal

func (m *UserFFBranchRequest) XXX_Unmarshal(b []byte) error

type UserFFBranchResponse

type UserFFBranchResponse struct {
	BranchUpdate         *OperationBranchUpdate `protobuf:"bytes,1,opt,name=branch_update,json=branchUpdate,proto3" json:"branch_update,omitempty"`
	PreReceiveError      string                 `protobuf:"bytes,2,opt,name=pre_receive_error,json=preReceiveError,proto3" json:"pre_receive_error,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*UserFFBranchResponse) Descriptor

func (*UserFFBranchResponse) Descriptor() ([]byte, []int)

func (*UserFFBranchResponse) GetBranchUpdate

func (m *UserFFBranchResponse) GetBranchUpdate() *OperationBranchUpdate

func (*UserFFBranchResponse) GetPreReceiveError

func (m *UserFFBranchResponse) GetPreReceiveError() string

func (*UserFFBranchResponse) ProtoMessage

func (*UserFFBranchResponse) ProtoMessage()

func (*UserFFBranchResponse) Reset

func (m *UserFFBranchResponse) Reset()

func (*UserFFBranchResponse) String

func (m *UserFFBranchResponse) String() string

func (*UserFFBranchResponse) XXX_DiscardUnknown

func (m *UserFFBranchResponse) XXX_DiscardUnknown()

func (*UserFFBranchResponse) XXX_Marshal

func (m *UserFFBranchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserFFBranchResponse) XXX_Merge

func (m *UserFFBranchResponse) XXX_Merge(src proto.Message)

func (*UserFFBranchResponse) XXX_Size

func (m *UserFFBranchResponse) XXX_Size() int

func (*UserFFBranchResponse) XXX_Unmarshal

func (m *UserFFBranchResponse) XXX_Unmarshal(b []byte) error

type UserMergeBranchRequest

type UserMergeBranchRequest struct {
	// repository is the repository to compute the merge for.
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// user is the user to compute the merge as. Its name and mail address are
	// used as author and committer of the merge.
	User *User `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	// commit_id is the object ID (hash) of the object that shall be merged into
	// the target branch.
	CommitId string `protobuf:"bytes,3,opt,name=commit_id,json=commitId,proto3" json:"commit_id,omitempty"`
	// branch is the branch into which the given commit shall be merged and whose
	// reference is going to be updated.
	Branch []byte `protobuf:"bytes,4,opt,name=branch,proto3" json:"branch,omitempty"`
	// message is the message to use for the merge commit.
	Message []byte `protobuf:"bytes,5,opt,name=message,proto3" json:"message,omitempty"`
	// timestamp is the optional timestamp to use for the merge commit. If it's
	// not set, the current time will be used.
	Timestamp *timestamp.Timestamp `protobuf:"bytes,7,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// apply must only be set in the second message. Only if this second message
	// is sent and if apply is set to true will the branch be updated to point to
	// the merge commit.
	Apply                bool     `protobuf:"varint,6,opt,name=apply,proto3" json:"apply,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserMergeBranchRequest) Descriptor

func (*UserMergeBranchRequest) Descriptor() ([]byte, []int)

func (*UserMergeBranchRequest) GetApply

func (m *UserMergeBranchRequest) GetApply() bool

func (*UserMergeBranchRequest) GetBranch

func (m *UserMergeBranchRequest) GetBranch() []byte

func (*UserMergeBranchRequest) GetCommitId

func (m *UserMergeBranchRequest) GetCommitId() string

func (*UserMergeBranchRequest) GetMessage

func (m *UserMergeBranchRequest) GetMessage() []byte

func (*UserMergeBranchRequest) GetRepository

func (m *UserMergeBranchRequest) GetRepository() *Repository

func (*UserMergeBranchRequest) GetTimestamp

func (m *UserMergeBranchRequest) GetTimestamp() *timestamp.Timestamp

func (*UserMergeBranchRequest) GetUser

func (m *UserMergeBranchRequest) GetUser() *User

func (*UserMergeBranchRequest) ProtoMessage

func (*UserMergeBranchRequest) ProtoMessage()

func (*UserMergeBranchRequest) Reset

func (m *UserMergeBranchRequest) Reset()

func (*UserMergeBranchRequest) String

func (m *UserMergeBranchRequest) String() string

func (*UserMergeBranchRequest) XXX_DiscardUnknown

func (m *UserMergeBranchRequest) XXX_DiscardUnknown()

func (*UserMergeBranchRequest) XXX_Marshal

func (m *UserMergeBranchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserMergeBranchRequest) XXX_Merge

func (m *UserMergeBranchRequest) XXX_Merge(src proto.Message)

func (*UserMergeBranchRequest) XXX_Size

func (m *UserMergeBranchRequest) XXX_Size() int

func (*UserMergeBranchRequest) XXX_Unmarshal

func (m *UserMergeBranchRequest) XXX_Unmarshal(b []byte) error

type UserMergeBranchResponse

type UserMergeBranchResponse struct {
	// First message
	// The merge commit the branch will be updated to. The caller can still abort the merge.
	CommitId string `protobuf:"bytes,1,opt,name=commit_id,json=commitId,proto3" json:"commit_id,omitempty"`
	// Second message
	// If set, the merge has been applied to the branch.
	BranchUpdate         *OperationBranchUpdate `protobuf:"bytes,3,opt,name=branch_update,json=branchUpdate,proto3" json:"branch_update,omitempty"`
	PreReceiveError      string                 `protobuf:"bytes,4,opt,name=pre_receive_error,json=preReceiveError,proto3" json:"pre_receive_error,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*UserMergeBranchResponse) Descriptor

func (*UserMergeBranchResponse) Descriptor() ([]byte, []int)

func (*UserMergeBranchResponse) GetBranchUpdate

func (m *UserMergeBranchResponse) GetBranchUpdate() *OperationBranchUpdate

func (*UserMergeBranchResponse) GetCommitId

func (m *UserMergeBranchResponse) GetCommitId() string

func (*UserMergeBranchResponse) GetPreReceiveError

func (m *UserMergeBranchResponse) GetPreReceiveError() string

func (*UserMergeBranchResponse) ProtoMessage

func (*UserMergeBranchResponse) ProtoMessage()

func (*UserMergeBranchResponse) Reset

func (m *UserMergeBranchResponse) Reset()

func (*UserMergeBranchResponse) String

func (m *UserMergeBranchResponse) String() string

func (*UserMergeBranchResponse) XXX_DiscardUnknown

func (m *UserMergeBranchResponse) XXX_DiscardUnknown()

func (*UserMergeBranchResponse) XXX_Marshal

func (m *UserMergeBranchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserMergeBranchResponse) XXX_Merge

func (m *UserMergeBranchResponse) XXX_Merge(src proto.Message)

func (*UserMergeBranchResponse) XXX_Size

func (m *UserMergeBranchResponse) XXX_Size() int

func (*UserMergeBranchResponse) XXX_Unmarshal

func (m *UserMergeBranchResponse) XXX_Unmarshal(b []byte) error

type UserMergeToRefRequest

type UserMergeToRefRequest struct {
	// repository is the repository in which the merge shall be computed.
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// user is the user as which the merge commit shall be created.
	User *User `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	// source_sha is the object ID of the second parent of the computed merge.
	SourceSha string `protobuf:"bytes,3,opt,name=source_sha,json=sourceSha,proto3" json:"source_sha,omitempty"`
	// branch contains the name of the branch which should be used as the first
	// parent of the computed merge. It is deprecated in favor of
	// `first_parent_ref` and will be ignored in case it is set.
	Branch []byte `protobuf:"bytes,4,opt,name=branch,proto3" json:"branch,omitempty"`
	// target_ref contains the fully qualified reference which should be updated
	// with the computed merge commit.
	TargetRef []byte `protobuf:"bytes,5,opt,name=target_ref,json=targetRef,proto3" json:"target_ref,omitempty"`
	// message is the message to use for the merge commit.
	Message []byte `protobuf:"bytes,6,opt,name=message,proto3" json:"message,omitempty"`
	// first_parent_ref is the name of the reference which should be used as the
	// first parent of the computed merge. Overrides `branch`.
	FirstParentRef []byte `protobuf:"bytes,7,opt,name=first_parent_ref,json=firstParentRef,proto3" json:"first_parent_ref,omitempty"`
	// Allow conflicts to occur. Any conflict markers will be part of the merge commit.
	// When tree-based conflicts occur, no conflict markers will be added to the
	// file on the merge commit. The `Their` side of the conflict will be kept and
	// `Our` and `Ancestor` will be ignored.
	AllowConflicts bool `protobuf:"varint,8,opt,name=allow_conflicts,json=allowConflicts,proto3" json:"allow_conflicts,omitempty"`
	// timestamp is the optional timestamp to use for the merge commit. If it's
	// not set, the current time will be used.
	Timestamp            *timestamp.Timestamp `protobuf:"bytes,9,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*UserMergeToRefRequest) Descriptor

func (*UserMergeToRefRequest) Descriptor() ([]byte, []int)

func (*UserMergeToRefRequest) GetAllowConflicts

func (m *UserMergeToRefRequest) GetAllowConflicts() bool

func (*UserMergeToRefRequest) GetBranch

func (m *UserMergeToRefRequest) GetBranch() []byte

func (*UserMergeToRefRequest) GetFirstParentRef

func (m *UserMergeToRefRequest) GetFirstParentRef() []byte

func (*UserMergeToRefRequest) GetMessage

func (m *UserMergeToRefRequest) GetMessage() []byte

func (*UserMergeToRefRequest) GetRepository

func (m *UserMergeToRefRequest) GetRepository() *Repository

func (*UserMergeToRefRequest) GetSourceSha

func (m *UserMergeToRefRequest) GetSourceSha() string

func (*UserMergeToRefRequest) GetTargetRef

func (m *UserMergeToRefRequest) GetTargetRef() []byte

func (*UserMergeToRefRequest) GetTimestamp

func (m *UserMergeToRefRequest) GetTimestamp() *timestamp.Timestamp

func (*UserMergeToRefRequest) GetUser

func (m *UserMergeToRefRequest) GetUser() *User

func (*UserMergeToRefRequest) ProtoMessage

func (*UserMergeToRefRequest) ProtoMessage()

func (*UserMergeToRefRequest) Reset

func (m *UserMergeToRefRequest) Reset()

func (*UserMergeToRefRequest) String

func (m *UserMergeToRefRequest) String() string

func (*UserMergeToRefRequest) XXX_DiscardUnknown

func (m *UserMergeToRefRequest) XXX_DiscardUnknown()

func (*UserMergeToRefRequest) XXX_Marshal

func (m *UserMergeToRefRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserMergeToRefRequest) XXX_Merge

func (m *UserMergeToRefRequest) XXX_Merge(src proto.Message)

func (*UserMergeToRefRequest) XXX_Size

func (m *UserMergeToRefRequest) XXX_Size() int

func (*UserMergeToRefRequest) XXX_Unmarshal

func (m *UserMergeToRefRequest) XXX_Unmarshal(b []byte) error

type UserMergeToRefResponse

type UserMergeToRefResponse struct {
	// commit_id is the object ID of the computed merge commit.
	CommitId string `protobuf:"bytes,1,opt,name=commit_id,json=commitId,proto3" json:"commit_id,omitempty"`
	// pre_receive_error contains an error message if the merge failed.
	PreReceiveError      string   `protobuf:"bytes,2,opt,name=pre_receive_error,json=preReceiveError,proto3" json:"pre_receive_error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserMergeToRefResponse) Descriptor

func (*UserMergeToRefResponse) Descriptor() ([]byte, []int)

func (*UserMergeToRefResponse) GetCommitId

func (m *UserMergeToRefResponse) GetCommitId() string

func (*UserMergeToRefResponse) GetPreReceiveError

func (m *UserMergeToRefResponse) GetPreReceiveError() string

func (*UserMergeToRefResponse) ProtoMessage

func (*UserMergeToRefResponse) ProtoMessage()

func (*UserMergeToRefResponse) Reset

func (m *UserMergeToRefResponse) Reset()

func (*UserMergeToRefResponse) String

func (m *UserMergeToRefResponse) String() string

func (*UserMergeToRefResponse) XXX_DiscardUnknown

func (m *UserMergeToRefResponse) XXX_DiscardUnknown()

func (*UserMergeToRefResponse) XXX_Marshal

func (m *UserMergeToRefResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserMergeToRefResponse) XXX_Merge

func (m *UserMergeToRefResponse) XXX_Merge(src proto.Message)

func (*UserMergeToRefResponse) XXX_Size

func (m *UserMergeToRefResponse) XXX_Size() int

func (*UserMergeToRefResponse) XXX_Unmarshal

func (m *UserMergeToRefResponse) XXX_Unmarshal(b []byte) error

type UserRebaseConfirmableRequest

type UserRebaseConfirmableRequest struct {
	// Types that are valid to be assigned to UserRebaseConfirmableRequestPayload:
	//	*UserRebaseConfirmableRequest_Header_
	//	*UserRebaseConfirmableRequest_Apply
	UserRebaseConfirmableRequestPayload isUserRebaseConfirmableRequest_UserRebaseConfirmableRequestPayload `protobuf_oneof:"user_rebase_confirmable_request_payload"`
	XXX_NoUnkeyedLiteral                struct{}                                                           `json:"-"`
	XXX_unrecognized                    []byte                                                             `json:"-"`
	XXX_sizecache                       int32                                                              `json:"-"`
}

func (*UserRebaseConfirmableRequest) Descriptor

func (*UserRebaseConfirmableRequest) Descriptor() ([]byte, []int)

func (*UserRebaseConfirmableRequest) GetApply

func (m *UserRebaseConfirmableRequest) GetApply() bool

func (*UserRebaseConfirmableRequest) GetHeader

func (*UserRebaseConfirmableRequest) GetUserRebaseConfirmableRequestPayload

func (m *UserRebaseConfirmableRequest) GetUserRebaseConfirmableRequestPayload() isUserRebaseConfirmableRequest_UserRebaseConfirmableRequestPayload

func (*UserRebaseConfirmableRequest) ProtoMessage

func (*UserRebaseConfirmableRequest) ProtoMessage()

func (*UserRebaseConfirmableRequest) Reset

func (m *UserRebaseConfirmableRequest) Reset()

func (*UserRebaseConfirmableRequest) String

func (*UserRebaseConfirmableRequest) XXX_DiscardUnknown

func (m *UserRebaseConfirmableRequest) XXX_DiscardUnknown()

func (*UserRebaseConfirmableRequest) XXX_Marshal

func (m *UserRebaseConfirmableRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserRebaseConfirmableRequest) XXX_Merge

func (m *UserRebaseConfirmableRequest) XXX_Merge(src proto.Message)

func (*UserRebaseConfirmableRequest) XXX_OneofWrappers

func (*UserRebaseConfirmableRequest) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*UserRebaseConfirmableRequest) XXX_Size

func (m *UserRebaseConfirmableRequest) XXX_Size() int

func (*UserRebaseConfirmableRequest) XXX_Unmarshal

func (m *UserRebaseConfirmableRequest) XXX_Unmarshal(b []byte) error

type UserRebaseConfirmableRequest_Apply

type UserRebaseConfirmableRequest_Apply struct {
	Apply bool `protobuf:"varint,2,opt,name=apply,proto3,oneof"`
}

type UserRebaseConfirmableRequest_Header

type UserRebaseConfirmableRequest_Header struct {
	// repository is the repository in which the rebase will be computed and
	// applied.
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// user is the user to compute the rebase as. It will be used as
	// "committer" of rebased commits.
	User *User `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	// rebase_id is an ID which uniquely identifies the rebase. Internally, it
	// is used to identify the worktree in which the rebase shall be computed.
	// There cannot be two concurrent calls using the same rebase_id.
	RebaseId string `protobuf:"bytes,3,opt,name=rebase_id,json=rebaseId,proto3" json:"rebase_id,omitempty"`
	// branch is the branch onto which the rebase shall happen.
	Branch []byte `protobuf:"bytes,4,opt,name=branch,proto3" json:"branch,omitempty"`
	// branch_sha is the expected object ID which branch currently points to.
	// This is used as a safety guard to avoid races when branch has been
	// updated meanwhile.
	BranchSha string `protobuf:"bytes,5,opt,name=branch_sha,json=branchSha,proto3" json:"branch_sha,omitempty"`
	// remote_repository is the repository which contains the branch which
	// shall be rebased onto the local branch.
	RemoteRepository *Repository `protobuf:"bytes,6,opt,name=remote_repository,json=remoteRepository,proto3" json:"remote_repository,omitempty"`
	// remote_branch contains the branch name which shall re rebased onto the
	// local branch.
	RemoteBranch []byte `protobuf:"bytes,7,opt,name=remote_branch,json=remoteBranch,proto3" json:"remote_branch,omitempty"`
	// git_push_options contain options which shall be passed to the git hooks
	// when the local branch gets updated.
	GitPushOptions []string `protobuf:"bytes,8,rep,name=git_push_options,json=gitPushOptions,proto3" json:"git_push_options,omitempty"`
	// timestamp is the optional timestamp to use for the rebased commits as
	// committer date. If it's not set, the current time will be used.
	Timestamp            *timestamp.Timestamp `protobuf:"bytes,9,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

Header contains information to compute the rebase and must be sent as first message.

func (*UserRebaseConfirmableRequest_Header) Descriptor

func (*UserRebaseConfirmableRequest_Header) Descriptor() ([]byte, []int)

func (*UserRebaseConfirmableRequest_Header) GetBranch

func (m *UserRebaseConfirmableRequest_Header) GetBranch() []byte

func (*UserRebaseConfirmableRequest_Header) GetBranchSha

func (m *UserRebaseConfirmableRequest_Header) GetBranchSha() string

func (*UserRebaseConfirmableRequest_Header) GetGitPushOptions

func (m *UserRebaseConfirmableRequest_Header) GetGitPushOptions() []string

func (*UserRebaseConfirmableRequest_Header) GetRebaseId

func (*UserRebaseConfirmableRequest_Header) GetRemoteBranch

func (m *UserRebaseConfirmableRequest_Header) GetRemoteBranch() []byte

func (*UserRebaseConfirmableRequest_Header) GetRemoteRepository

func (m *UserRebaseConfirmableRequest_Header) GetRemoteRepository() *Repository

func (*UserRebaseConfirmableRequest_Header) GetRepository

func (m *UserRebaseConfirmableRequest_Header) GetRepository() *Repository

func (*UserRebaseConfirmableRequest_Header) GetTimestamp

func (*UserRebaseConfirmableRequest_Header) GetUser

func (*UserRebaseConfirmableRequest_Header) ProtoMessage

func (*UserRebaseConfirmableRequest_Header) ProtoMessage()

func (*UserRebaseConfirmableRequest_Header) Reset

func (*UserRebaseConfirmableRequest_Header) String

func (*UserRebaseConfirmableRequest_Header) XXX_DiscardUnknown

func (m *UserRebaseConfirmableRequest_Header) XXX_DiscardUnknown()

func (*UserRebaseConfirmableRequest_Header) XXX_Marshal

func (m *UserRebaseConfirmableRequest_Header) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserRebaseConfirmableRequest_Header) XXX_Merge

func (*UserRebaseConfirmableRequest_Header) XXX_Size

func (*UserRebaseConfirmableRequest_Header) XXX_Unmarshal

func (m *UserRebaseConfirmableRequest_Header) XXX_Unmarshal(b []byte) error

type UserRebaseConfirmableRequest_Header_

type UserRebaseConfirmableRequest_Header_ struct {
	Header *UserRebaseConfirmableRequest_Header `protobuf:"bytes,1,opt,name=header,proto3,oneof"`
}

type UserRebaseConfirmableResponse

type UserRebaseConfirmableResponse struct {
	// Types that are valid to be assigned to UserRebaseConfirmableResponsePayload:
	//	*UserRebaseConfirmableResponse_RebaseSha
	//	*UserRebaseConfirmableResponse_RebaseApplied
	UserRebaseConfirmableResponsePayload isUserRebaseConfirmableResponse_UserRebaseConfirmableResponsePayload `protobuf_oneof:"user_rebase_confirmable_response_payload"`
	// pre_receive_error contains an error message if the rebase failed because
	// of an error raised by hooks.
	PreReceiveError string `protobuf:"bytes,3,opt,name=pre_receive_error,json=preReceiveError,proto3" json:"pre_receive_error,omitempty"`
	// git_error contains an error message if git operations have failed.
	GitError             string   `protobuf:"bytes,4,opt,name=git_error,json=gitError,proto3" json:"git_error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserRebaseConfirmableResponse) Descriptor

func (*UserRebaseConfirmableResponse) Descriptor() ([]byte, []int)

func (*UserRebaseConfirmableResponse) GetGitError

func (m *UserRebaseConfirmableResponse) GetGitError() string

func (*UserRebaseConfirmableResponse) GetPreReceiveError

func (m *UserRebaseConfirmableResponse) GetPreReceiveError() string

func (*UserRebaseConfirmableResponse) GetRebaseApplied

func (m *UserRebaseConfirmableResponse) GetRebaseApplied() bool

func (*UserRebaseConfirmableResponse) GetRebaseSha

func (m *UserRebaseConfirmableResponse) GetRebaseSha() string

func (*UserRebaseConfirmableResponse) GetUserRebaseConfirmableResponsePayload

func (m *UserRebaseConfirmableResponse) GetUserRebaseConfirmableResponsePayload() isUserRebaseConfirmableResponse_UserRebaseConfirmableResponsePayload

func (*UserRebaseConfirmableResponse) ProtoMessage

func (*UserRebaseConfirmableResponse) ProtoMessage()

func (*UserRebaseConfirmableResponse) Reset

func (m *UserRebaseConfirmableResponse) Reset()

func (*UserRebaseConfirmableResponse) String

func (*UserRebaseConfirmableResponse) XXX_DiscardUnknown

func (m *UserRebaseConfirmableResponse) XXX_DiscardUnknown()

func (*UserRebaseConfirmableResponse) XXX_Marshal

func (m *UserRebaseConfirmableResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserRebaseConfirmableResponse) XXX_Merge

func (m *UserRebaseConfirmableResponse) XXX_Merge(src proto.Message)

func (*UserRebaseConfirmableResponse) XXX_OneofWrappers

func (*UserRebaseConfirmableResponse) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*UserRebaseConfirmableResponse) XXX_Size

func (m *UserRebaseConfirmableResponse) XXX_Size() int

func (*UserRebaseConfirmableResponse) XXX_Unmarshal

func (m *UserRebaseConfirmableResponse) XXX_Unmarshal(b []byte) error

type UserRebaseConfirmableResponse_RebaseApplied

type UserRebaseConfirmableResponse_RebaseApplied struct {
	RebaseApplied bool `protobuf:"varint,2,opt,name=rebase_applied,json=rebaseApplied,proto3,oneof"`
}

type UserRebaseConfirmableResponse_RebaseSha

type UserRebaseConfirmableResponse_RebaseSha struct {
	RebaseSha string `protobuf:"bytes,1,opt,name=rebase_sha,json=rebaseSha,proto3,oneof"`
}

type UserRevertRequest

type UserRevertRequest struct {
	// repository is the repository in which the revert shall be applied.
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// user is the user to perform the revert as. This is used both for
	// authorization and as author/committer for the revert commit.
	User *User `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	// commit iis the commit to revert.
	Commit *GitCommit `protobuf:"bytes,3,opt,name=commit,proto3" json:"commit,omitempty"`
	// branch_name is the name of the branch onto which the reverted commit shall
	// be committed.
	BranchName []byte `protobuf:"bytes,4,opt,name=branch_name,json=branchName,proto3" json:"branch_name,omitempty"`
	// message is the message to use for the revert commit.
	Message []byte `protobuf:"bytes,5,opt,name=message,proto3" json:"message,omitempty"`
	// start_branch_name is is used in case the branch_name branch does not
	// exist. In that case, it will be created from the start_branch_name.
	StartBranchName []byte `protobuf:"bytes,6,opt,name=start_branch_name,json=startBranchName,proto3" json:"start_branch_name,omitempty"`
	// start_repository is used in case the branch_name branch does not exist. In
	// that case, it will be created from start_branch_name in the
	// start_repository.
	StartRepository *Repository `protobuf:"bytes,7,opt,name=start_repository,json=startRepository,proto3" json:"start_repository,omitempty"`
	// dry_run  will compute the revert, but not update the target branch.
	DryRun bool `protobuf:"varint,8,opt,name=dry_run,json=dryRun,proto3" json:"dry_run,omitempty"`
	// timestamp is the optional timestamp to use for the created cherry-picked
	// commit's committer date. If it's not set, the current time will be used.
	Timestamp            *timestamp.Timestamp `protobuf:"bytes,9,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*UserRevertRequest) Descriptor

func (*UserRevertRequest) Descriptor() ([]byte, []int)

func (*UserRevertRequest) GetBranchName

func (m *UserRevertRequest) GetBranchName() []byte

func (*UserRevertRequest) GetCommit

func (m *UserRevertRequest) GetCommit() *GitCommit

func (*UserRevertRequest) GetDryRun

func (m *UserRevertRequest) GetDryRun() bool

func (*UserRevertRequest) GetMessage

func (m *UserRevertRequest) GetMessage() []byte

func (*UserRevertRequest) GetRepository

func (m *UserRevertRequest) GetRepository() *Repository

func (*UserRevertRequest) GetStartBranchName

func (m *UserRevertRequest) GetStartBranchName() []byte

func (*UserRevertRequest) GetStartRepository

func (m *UserRevertRequest) GetStartRepository() *Repository

func (*UserRevertRequest) GetTimestamp

func (m *UserRevertRequest) GetTimestamp() *timestamp.Timestamp

func (*UserRevertRequest) GetUser

func (m *UserRevertRequest) GetUser() *User

func (*UserRevertRequest) ProtoMessage

func (*UserRevertRequest) ProtoMessage()

func (*UserRevertRequest) Reset

func (m *UserRevertRequest) Reset()

func (*UserRevertRequest) String

func (m *UserRevertRequest) String() string

func (*UserRevertRequest) XXX_DiscardUnknown

func (m *UserRevertRequest) XXX_DiscardUnknown()

func (*UserRevertRequest) XXX_Marshal

func (m *UserRevertRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserRevertRequest) XXX_Merge

func (m *UserRevertRequest) XXX_Merge(src proto.Message)

func (*UserRevertRequest) XXX_Size

func (m *UserRevertRequest) XXX_Size() int

func (*UserRevertRequest) XXX_Unmarshal

func (m *UserRevertRequest) XXX_Unmarshal(b []byte) error

type UserRevertResponse

type UserRevertResponse struct {
	// branch_update represents details about the updated branch.
	BranchUpdate *OperationBranchUpdate `protobuf:"bytes,1,opt,name=branch_update,json=branchUpdate,proto3" json:"branch_update,omitempty"`
	// create_tree_error contains the error message if creation of the tree
	// failed.
	CreateTreeError string `protobuf:"bytes,2,opt,name=create_tree_error,json=createTreeError,proto3" json:"create_tree_error,omitempty"`
	// commit_error contains the error message if updating the reference failed.
	CommitError string `protobuf:"bytes,3,opt,name=commit_error,json=commitError,proto3" json:"commit_error,omitempty"`
	// pre_receive_error contains the error message if the pre-receive hook
	// failed.
	PreReceiveError string `protobuf:"bytes,4,opt,name=pre_receive_error,json=preReceiveError,proto3" json:"pre_receive_error,omitempty"`
	// create_tree_error_code contains the error code if creation of the tree
	// failed.
	CreateTreeErrorCode  UserRevertResponse_CreateTreeError `` /* 170-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
	XXX_unrecognized     []byte                             `json:"-"`
	XXX_sizecache        int32                              `json:"-"`
}

func (*UserRevertResponse) Descriptor

func (*UserRevertResponse) Descriptor() ([]byte, []int)

func (*UserRevertResponse) GetBranchUpdate

func (m *UserRevertResponse) GetBranchUpdate() *OperationBranchUpdate

func (*UserRevertResponse) GetCommitError

func (m *UserRevertResponse) GetCommitError() string

func (*UserRevertResponse) GetCreateTreeError

func (m *UserRevertResponse) GetCreateTreeError() string

func (*UserRevertResponse) GetCreateTreeErrorCode

func (m *UserRevertResponse) GetCreateTreeErrorCode() UserRevertResponse_CreateTreeError

func (*UserRevertResponse) GetPreReceiveError

func (m *UserRevertResponse) GetPreReceiveError() string

func (*UserRevertResponse) ProtoMessage

func (*UserRevertResponse) ProtoMessage()

func (*UserRevertResponse) Reset

func (m *UserRevertResponse) Reset()

func (*UserRevertResponse) String

func (m *UserRevertResponse) String() string

func (*UserRevertResponse) XXX_DiscardUnknown

func (m *UserRevertResponse) XXX_DiscardUnknown()

func (*UserRevertResponse) XXX_Marshal

func (m *UserRevertResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserRevertResponse) XXX_Merge

func (m *UserRevertResponse) XXX_Merge(src proto.Message)

func (*UserRevertResponse) XXX_Size

func (m *UserRevertResponse) XXX_Size() int

func (*UserRevertResponse) XXX_Unmarshal

func (m *UserRevertResponse) XXX_Unmarshal(b []byte) error

type UserRevertResponse_CreateTreeError

type UserRevertResponse_CreateTreeError int32

CreateTreeError represents an error which happened when computing the revert.

const (
	// NONE denotes that no error occurred.
	UserRevertResponse_NONE UserRevertResponse_CreateTreeError = 0
	// EMPTY denotes that the revert would've resulted in an empty commit,
	// typically because it has already been applied to the target branch.
	UserRevertResponse_EMPTY UserRevertResponse_CreateTreeError = 1
	// CONFLICT denotes that the revert resulted in a conflict.
	UserRevertResponse_CONFLICT UserRevertResponse_CreateTreeError = 2
)

func (UserRevertResponse_CreateTreeError) EnumDescriptor

func (UserRevertResponse_CreateTreeError) EnumDescriptor() ([]byte, []int)

func (UserRevertResponse_CreateTreeError) String

type UserSquashRequest

type UserSquashRequest struct {
	// repository is the repository into which the squashed commit shall be
	// written.
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// user is used for authorization checks.
	User *User `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	// squash_id is used as a unique identifier for the squash. Internally, this
	// is used to identify the worktree in which the squash shall be computed. No
	// two UserSquash RPCs may run with the same ID.
	SquashId string `protobuf:"bytes,3,opt,name=squash_id,json=squashId,proto3" json:"squash_id,omitempty"`
	// start_sha is the object ID of the start commit of the range which shall be
	// squashed.
	StartSha string `protobuf:"bytes,5,opt,name=start_sha,json=startSha,proto3" json:"start_sha,omitempty"`
	// end_sha is the object ID of the end commit of the range which shall be
	// squashed.
	EndSha string `protobuf:"bytes,6,opt,name=end_sha,json=endSha,proto3" json:"end_sha,omitempty"`
	// author will be used as the author of the squashed commit.
	Author *User `protobuf:"bytes,7,opt,name=author,proto3" json:"author,omitempty"`
	// commit_message is the message to be used for the squashed commit.
	CommitMessage []byte `protobuf:"bytes,8,opt,name=commit_message,json=commitMessage,proto3" json:"commit_message,omitempty"`
	// timestamp is the optional timestamp to use for the squashed commit as
	// committer date. If it's not set, the current time will be used.
	Timestamp            *timestamp.Timestamp `protobuf:"bytes,9,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*UserSquashRequest) Descriptor

func (*UserSquashRequest) Descriptor() ([]byte, []int)

func (*UserSquashRequest) GetAuthor

func (m *UserSquashRequest) GetAuthor() *User

func (*UserSquashRequest) GetCommitMessage

func (m *UserSquashRequest) GetCommitMessage() []byte

func (*UserSquashRequest) GetEndSha

func (m *UserSquashRequest) GetEndSha() string

func (*UserSquashRequest) GetRepository

func (m *UserSquashRequest) GetRepository() *Repository

func (*UserSquashRequest) GetSquashId

func (m *UserSquashRequest) GetSquashId() string

func (*UserSquashRequest) GetStartSha

func (m *UserSquashRequest) GetStartSha() string

func (*UserSquashRequest) GetTimestamp

func (m *UserSquashRequest) GetTimestamp() *timestamp.Timestamp

func (*UserSquashRequest) GetUser

func (m *UserSquashRequest) GetUser() *User

func (*UserSquashRequest) ProtoMessage

func (*UserSquashRequest) ProtoMessage()

func (*UserSquashRequest) Reset

func (m *UserSquashRequest) Reset()

func (*UserSquashRequest) String

func (m *UserSquashRequest) String() string

func (*UserSquashRequest) XXX_DiscardUnknown

func (m *UserSquashRequest) XXX_DiscardUnknown()

func (*UserSquashRequest) XXX_Marshal

func (m *UserSquashRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserSquashRequest) XXX_Merge

func (m *UserSquashRequest) XXX_Merge(src proto.Message)

func (*UserSquashRequest) XXX_Size

func (m *UserSquashRequest) XXX_Size() int

func (*UserSquashRequest) XXX_Unmarshal

func (m *UserSquashRequest) XXX_Unmarshal(b []byte) error

type UserSquashResponse

type UserSquashResponse struct {
	// squash_sha is the object ID of the squashed commit.
	SquashSha            string   `protobuf:"bytes,1,opt,name=squash_sha,json=squashSha,proto3" json:"squash_sha,omitempty"`
	GitError             string   `protobuf:"bytes,3,opt,name=git_error,json=gitError,proto3" json:"git_error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserSquashResponse) Descriptor

func (*UserSquashResponse) Descriptor() ([]byte, []int)

func (*UserSquashResponse) GetGitError

func (m *UserSquashResponse) GetGitError() string

func (*UserSquashResponse) GetSquashSha

func (m *UserSquashResponse) GetSquashSha() string

func (*UserSquashResponse) ProtoMessage

func (*UserSquashResponse) ProtoMessage()

func (*UserSquashResponse) Reset

func (m *UserSquashResponse) Reset()

func (*UserSquashResponse) String

func (m *UserSquashResponse) String() string

func (*UserSquashResponse) XXX_DiscardUnknown

func (m *UserSquashResponse) XXX_DiscardUnknown()

func (*UserSquashResponse) XXX_Marshal

func (m *UserSquashResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserSquashResponse) XXX_Merge

func (m *UserSquashResponse) XXX_Merge(src proto.Message)

func (*UserSquashResponse) XXX_Size

func (m *UserSquashResponse) XXX_Size() int

func (*UserSquashResponse) XXX_Unmarshal

func (m *UserSquashResponse) XXX_Unmarshal(b []byte) error

type UserUpdateBranchRequest

type UserUpdateBranchRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	BranchName           []byte      `protobuf:"bytes,2,opt,name=branch_name,json=branchName,proto3" json:"branch_name,omitempty"`
	User                 *User       `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"`
	Newrev               []byte      `protobuf:"bytes,4,opt,name=newrev,proto3" json:"newrev,omitempty"`
	Oldrev               []byte      `protobuf:"bytes,5,opt,name=oldrev,proto3" json:"oldrev,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*UserUpdateBranchRequest) Descriptor

func (*UserUpdateBranchRequest) Descriptor() ([]byte, []int)

func (*UserUpdateBranchRequest) GetBranchName

func (m *UserUpdateBranchRequest) GetBranchName() []byte

func (*UserUpdateBranchRequest) GetNewrev

func (m *UserUpdateBranchRequest) GetNewrev() []byte

func (*UserUpdateBranchRequest) GetOldrev

func (m *UserUpdateBranchRequest) GetOldrev() []byte

func (*UserUpdateBranchRequest) GetRepository

func (m *UserUpdateBranchRequest) GetRepository() *Repository

func (*UserUpdateBranchRequest) GetUser

func (m *UserUpdateBranchRequest) GetUser() *User

func (*UserUpdateBranchRequest) ProtoMessage

func (*UserUpdateBranchRequest) ProtoMessage()

func (*UserUpdateBranchRequest) Reset

func (m *UserUpdateBranchRequest) Reset()

func (*UserUpdateBranchRequest) String

func (m *UserUpdateBranchRequest) String() string

func (*UserUpdateBranchRequest) XXX_DiscardUnknown

func (m *UserUpdateBranchRequest) XXX_DiscardUnknown()

func (*UserUpdateBranchRequest) XXX_Marshal

func (m *UserUpdateBranchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserUpdateBranchRequest) XXX_Merge

func (m *UserUpdateBranchRequest) XXX_Merge(src proto.Message)

func (*UserUpdateBranchRequest) XXX_Size

func (m *UserUpdateBranchRequest) XXX_Size() int

func (*UserUpdateBranchRequest) XXX_Unmarshal

func (m *UserUpdateBranchRequest) XXX_Unmarshal(b []byte) error

type UserUpdateBranchResponse

type UserUpdateBranchResponse struct {
	PreReceiveError      string   `protobuf:"bytes,1,opt,name=pre_receive_error,json=preReceiveError,proto3" json:"pre_receive_error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserUpdateBranchResponse) Descriptor

func (*UserUpdateBranchResponse) Descriptor() ([]byte, []int)

func (*UserUpdateBranchResponse) GetPreReceiveError

func (m *UserUpdateBranchResponse) GetPreReceiveError() string

func (*UserUpdateBranchResponse) ProtoMessage

func (*UserUpdateBranchResponse) ProtoMessage()

func (*UserUpdateBranchResponse) Reset

func (m *UserUpdateBranchResponse) Reset()

func (*UserUpdateBranchResponse) String

func (m *UserUpdateBranchResponse) String() string

func (*UserUpdateBranchResponse) XXX_DiscardUnknown

func (m *UserUpdateBranchResponse) XXX_DiscardUnknown()

func (*UserUpdateBranchResponse) XXX_Marshal

func (m *UserUpdateBranchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserUpdateBranchResponse) XXX_Merge

func (m *UserUpdateBranchResponse) XXX_Merge(src proto.Message)

func (*UserUpdateBranchResponse) XXX_Size

func (m *UserUpdateBranchResponse) XXX_Size() int

func (*UserUpdateBranchResponse) XXX_Unmarshal

func (m *UserUpdateBranchResponse) XXX_Unmarshal(b []byte) error

type UserUpdateSubmoduleRequest

type UserUpdateSubmoduleRequest struct {
	// repository is the repository in which the submodule shall be updated.
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// user is used both for authorization and as author/committer of the
	// resulting commit.
	User *User `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	// commit_sha is the object ID the submodule shall be updated to.
	CommitSha string `protobuf:"bytes,3,opt,name=commit_sha,json=commitSha,proto3" json:"commit_sha,omitempty"`
	// branch is the branch which shall be updated. This is the unqualified name
	// of the branch, it must not have a "refs/heads/" prefix.
	Branch []byte `protobuf:"bytes,4,opt,name=branch,proto3" json:"branch,omitempty"`
	// submodule is the path to the submodule which shall be updated.
	Submodule []byte `protobuf:"bytes,5,opt,name=submodule,proto3" json:"submodule,omitempty"`
	// commit_message is the message updating the submodule.
	CommitMessage []byte `protobuf:"bytes,6,opt,name=commit_message,json=commitMessage,proto3" json:"commit_message,omitempty"`
	// timestamp is the optional timestamp to use for the commit updating the
	// submodule as committer date. If it's not set, the current time will be
	// used.
	Timestamp            *timestamp.Timestamp `protobuf:"bytes,7,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*UserUpdateSubmoduleRequest) Descriptor

func (*UserUpdateSubmoduleRequest) Descriptor() ([]byte, []int)

func (*UserUpdateSubmoduleRequest) GetBranch

func (m *UserUpdateSubmoduleRequest) GetBranch() []byte

func (*UserUpdateSubmoduleRequest) GetCommitMessage

func (m *UserUpdateSubmoduleRequest) GetCommitMessage() []byte

func (*UserUpdateSubmoduleRequest) GetCommitSha

func (m *UserUpdateSubmoduleRequest) GetCommitSha() string

func (*UserUpdateSubmoduleRequest) GetRepository

func (m *UserUpdateSubmoduleRequest) GetRepository() *Repository

func (*UserUpdateSubmoduleRequest) GetSubmodule

func (m *UserUpdateSubmoduleRequest) GetSubmodule() []byte

func (*UserUpdateSubmoduleRequest) GetTimestamp

func (m *UserUpdateSubmoduleRequest) GetTimestamp() *timestamp.Timestamp

func (*UserUpdateSubmoduleRequest) GetUser

func (m *UserUpdateSubmoduleRequest) GetUser() *User

func (*UserUpdateSubmoduleRequest) ProtoMessage

func (*UserUpdateSubmoduleRequest) ProtoMessage()

func (*UserUpdateSubmoduleRequest) Reset

func (m *UserUpdateSubmoduleRequest) Reset()

func (*UserUpdateSubmoduleRequest) String

func (m *UserUpdateSubmoduleRequest) String() string

func (*UserUpdateSubmoduleRequest) XXX_DiscardUnknown

func (m *UserUpdateSubmoduleRequest) XXX_DiscardUnknown()

func (*UserUpdateSubmoduleRequest) XXX_Marshal

func (m *UserUpdateSubmoduleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserUpdateSubmoduleRequest) XXX_Merge

func (m *UserUpdateSubmoduleRequest) XXX_Merge(src proto.Message)

func (*UserUpdateSubmoduleRequest) XXX_Size

func (m *UserUpdateSubmoduleRequest) XXX_Size() int

func (*UserUpdateSubmoduleRequest) XXX_Unmarshal

func (m *UserUpdateSubmoduleRequest) XXX_Unmarshal(b []byte) error

type UserUpdateSubmoduleResponse

type UserUpdateSubmoduleResponse struct {
	// branch_update contains information about the updated branch.
	BranchUpdate *OperationBranchUpdate `protobuf:"bytes,1,opt,name=branch_update,json=branchUpdate,proto3" json:"branch_update,omitempty"`
	// pre_receive_error contains an error message if the pre-receive hook
	// rejects the update.
	PreReceiveError string `protobuf:"bytes,2,opt,name=pre_receive_error,json=preReceiveError,proto3" json:"pre_receive_error,omitempty"`
	// commit_error contains an error message if committing the update fails.
	CommitError          string   `protobuf:"bytes,4,opt,name=commit_error,json=commitError,proto3" json:"commit_error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserUpdateSubmoduleResponse) Descriptor

func (*UserUpdateSubmoduleResponse) Descriptor() ([]byte, []int)

func (*UserUpdateSubmoduleResponse) GetBranchUpdate

func (m *UserUpdateSubmoduleResponse) GetBranchUpdate() *OperationBranchUpdate

func (*UserUpdateSubmoduleResponse) GetCommitError

func (m *UserUpdateSubmoduleResponse) GetCommitError() string

func (*UserUpdateSubmoduleResponse) GetPreReceiveError

func (m *UserUpdateSubmoduleResponse) GetPreReceiveError() string

func (*UserUpdateSubmoduleResponse) ProtoMessage

func (*UserUpdateSubmoduleResponse) ProtoMessage()

func (*UserUpdateSubmoduleResponse) Reset

func (m *UserUpdateSubmoduleResponse) Reset()

func (*UserUpdateSubmoduleResponse) String

func (m *UserUpdateSubmoduleResponse) String() string

func (*UserUpdateSubmoduleResponse) XXX_DiscardUnknown

func (m *UserUpdateSubmoduleResponse) XXX_DiscardUnknown()

func (*UserUpdateSubmoduleResponse) XXX_Marshal

func (m *UserUpdateSubmoduleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserUpdateSubmoduleResponse) XXX_Merge

func (m *UserUpdateSubmoduleResponse) XXX_Merge(src proto.Message)

func (*UserUpdateSubmoduleResponse) XXX_Size

func (m *UserUpdateSubmoduleResponse) XXX_Size() int

func (*UserUpdateSubmoduleResponse) XXX_Unmarshal

func (m *UserUpdateSubmoduleResponse) XXX_Unmarshal(b []byte) error

type VoteTransactionRequest

type VoteTransactionRequest struct {
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// ID of the transaction we're processing
	TransactionId uint64 `protobuf:"varint,2,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"`
	// Name of the Gitaly node that's voting on a transaction.
	Node string `protobuf:"bytes,3,opt,name=node,proto3" json:"node,omitempty"`
	// SHA1 of the references that are to be updated
	ReferenceUpdatesHash []byte   `protobuf:"bytes,4,opt,name=reference_updates_hash,json=referenceUpdatesHash,proto3" json:"reference_updates_hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VoteTransactionRequest) Descriptor

func (*VoteTransactionRequest) Descriptor() ([]byte, []int)

func (*VoteTransactionRequest) GetNode

func (m *VoteTransactionRequest) GetNode() string

func (*VoteTransactionRequest) GetReferenceUpdatesHash

func (m *VoteTransactionRequest) GetReferenceUpdatesHash() []byte

func (*VoteTransactionRequest) GetRepository

func (m *VoteTransactionRequest) GetRepository() *Repository

func (*VoteTransactionRequest) GetTransactionId

func (m *VoteTransactionRequest) GetTransactionId() uint64

func (*VoteTransactionRequest) ProtoMessage

func (*VoteTransactionRequest) ProtoMessage()

func (*VoteTransactionRequest) Reset

func (m *VoteTransactionRequest) Reset()

func (*VoteTransactionRequest) String

func (m *VoteTransactionRequest) String() string

func (*VoteTransactionRequest) XXX_DiscardUnknown

func (m *VoteTransactionRequest) XXX_DiscardUnknown()

func (*VoteTransactionRequest) XXX_Marshal

func (m *VoteTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VoteTransactionRequest) XXX_Merge

func (m *VoteTransactionRequest) XXX_Merge(src proto.Message)

func (*VoteTransactionRequest) XXX_Size

func (m *VoteTransactionRequest) XXX_Size() int

func (*VoteTransactionRequest) XXX_Unmarshal

func (m *VoteTransactionRequest) XXX_Unmarshal(b []byte) error

type VoteTransactionResponse

type VoteTransactionResponse struct {
	State                VoteTransactionResponse_TransactionState `protobuf:"varint,1,opt,name=state,proto3,enum=gitaly.VoteTransactionResponse_TransactionState" json:"state,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                 `json:"-"`
	XXX_unrecognized     []byte                                   `json:"-"`
	XXX_sizecache        int32                                    `json:"-"`
}

func (*VoteTransactionResponse) Descriptor

func (*VoteTransactionResponse) Descriptor() ([]byte, []int)

func (*VoteTransactionResponse) GetState

func (*VoteTransactionResponse) ProtoMessage

func (*VoteTransactionResponse) ProtoMessage()

func (*VoteTransactionResponse) Reset

func (m *VoteTransactionResponse) Reset()

func (*VoteTransactionResponse) String

func (m *VoteTransactionResponse) String() string

func (*VoteTransactionResponse) XXX_DiscardUnknown

func (m *VoteTransactionResponse) XXX_DiscardUnknown()

func (*VoteTransactionResponse) XXX_Marshal

func (m *VoteTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VoteTransactionResponse) XXX_Merge

func (m *VoteTransactionResponse) XXX_Merge(src proto.Message)

func (*VoteTransactionResponse) XXX_Size

func (m *VoteTransactionResponse) XXX_Size() int

func (*VoteTransactionResponse) XXX_Unmarshal

func (m *VoteTransactionResponse) XXX_Unmarshal(b []byte) error

type VoteTransactionResponse_TransactionState

type VoteTransactionResponse_TransactionState int32

The outcome of the given transaction telling the client whether the transaction should be committed or rolled back.

const (
	VoteTransactionResponse_COMMIT VoteTransactionResponse_TransactionState = 0
	VoteTransactionResponse_ABORT  VoteTransactionResponse_TransactionState = 1
	VoteTransactionResponse_STOP   VoteTransactionResponse_TransactionState = 2
)

func (VoteTransactionResponse_TransactionState) EnumDescriptor

func (VoteTransactionResponse_TransactionState) EnumDescriptor() ([]byte, []int)

func (VoteTransactionResponse_TransactionState) String

type WalkReposRequest

type WalkReposRequest struct {
	StorageName          string   `protobuf:"bytes,1,opt,name=storage_name,json=storageName,proto3" json:"storage_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WalkReposRequest) Descriptor

func (*WalkReposRequest) Descriptor() ([]byte, []int)

func (*WalkReposRequest) GetStorageName

func (m *WalkReposRequest) GetStorageName() string

func (*WalkReposRequest) ProtoMessage

func (*WalkReposRequest) ProtoMessage()

func (*WalkReposRequest) Reset

func (m *WalkReposRequest) Reset()

func (*WalkReposRequest) String

func (m *WalkReposRequest) String() string

func (*WalkReposRequest) XXX_DiscardUnknown

func (m *WalkReposRequest) XXX_DiscardUnknown()

func (*WalkReposRequest) XXX_Marshal

func (m *WalkReposRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WalkReposRequest) XXX_Merge

func (m *WalkReposRequest) XXX_Merge(src proto.Message)

func (*WalkReposRequest) XXX_Size

func (m *WalkReposRequest) XXX_Size() int

func (*WalkReposRequest) XXX_Unmarshal

func (m *WalkReposRequest) XXX_Unmarshal(b []byte) error

type WalkReposResponse

type WalkReposResponse struct {
	RelativePath         string   `protobuf:"bytes,1,opt,name=relative_path,json=relativePath,proto3" json:"relative_path,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WalkReposResponse) Descriptor

func (*WalkReposResponse) Descriptor() ([]byte, []int)

func (*WalkReposResponse) GetRelativePath

func (m *WalkReposResponse) GetRelativePath() string

func (*WalkReposResponse) ProtoMessage

func (*WalkReposResponse) ProtoMessage()

func (*WalkReposResponse) Reset

func (m *WalkReposResponse) Reset()

func (*WalkReposResponse) String

func (m *WalkReposResponse) String() string

func (*WalkReposResponse) XXX_DiscardUnknown

func (m *WalkReposResponse) XXX_DiscardUnknown()

func (*WalkReposResponse) XXX_Marshal

func (m *WalkReposResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WalkReposResponse) XXX_Merge

func (m *WalkReposResponse) XXX_Merge(src proto.Message)

func (*WalkReposResponse) XXX_Size

func (m *WalkReposResponse) XXX_Size() int

func (*WalkReposResponse) XXX_Unmarshal

func (m *WalkReposResponse) XXX_Unmarshal(b []byte) error

type WikiCommitDetails

type WikiCommitDetails struct {
	Name                 []byte   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Email                []byte   `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	Message              []byte   `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	UserId               int32    `protobuf:"varint,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserName             []byte   `protobuf:"bytes,5,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WikiCommitDetails) Descriptor

func (*WikiCommitDetails) Descriptor() ([]byte, []int)

func (*WikiCommitDetails) GetEmail

func (m *WikiCommitDetails) GetEmail() []byte

func (*WikiCommitDetails) GetMessage

func (m *WikiCommitDetails) GetMessage() []byte

func (*WikiCommitDetails) GetName

func (m *WikiCommitDetails) GetName() []byte

func (*WikiCommitDetails) GetUserId

func (m *WikiCommitDetails) GetUserId() int32

func (*WikiCommitDetails) GetUserName

func (m *WikiCommitDetails) GetUserName() []byte

func (*WikiCommitDetails) ProtoMessage

func (*WikiCommitDetails) ProtoMessage()

func (*WikiCommitDetails) Reset

func (m *WikiCommitDetails) Reset()

func (*WikiCommitDetails) String

func (m *WikiCommitDetails) String() string

func (*WikiCommitDetails) XXX_DiscardUnknown

func (m *WikiCommitDetails) XXX_DiscardUnknown()

func (*WikiCommitDetails) XXX_Marshal

func (m *WikiCommitDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WikiCommitDetails) XXX_Merge

func (m *WikiCommitDetails) XXX_Merge(src proto.Message)

func (*WikiCommitDetails) XXX_Size

func (m *WikiCommitDetails) XXX_Size() int

func (*WikiCommitDetails) XXX_Unmarshal

func (m *WikiCommitDetails) XXX_Unmarshal(b []byte) error

type WikiFindPageRequest

type WikiFindPageRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Title                []byte      `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Revision             []byte      `protobuf:"bytes,3,opt,name=revision,proto3" json:"revision,omitempty"`
	Directory            []byte      `protobuf:"bytes,4,opt,name=directory,proto3" json:"directory,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*WikiFindPageRequest) Descriptor

func (*WikiFindPageRequest) Descriptor() ([]byte, []int)

func (*WikiFindPageRequest) GetDirectory

func (m *WikiFindPageRequest) GetDirectory() []byte

func (*WikiFindPageRequest) GetRepository

func (m *WikiFindPageRequest) GetRepository() *Repository

func (*WikiFindPageRequest) GetRevision

func (m *WikiFindPageRequest) GetRevision() []byte

func (*WikiFindPageRequest) GetTitle

func (m *WikiFindPageRequest) GetTitle() []byte

func (*WikiFindPageRequest) ProtoMessage

func (*WikiFindPageRequest) ProtoMessage()

func (*WikiFindPageRequest) Reset

func (m *WikiFindPageRequest) Reset()

func (*WikiFindPageRequest) String

func (m *WikiFindPageRequest) String() string

func (*WikiFindPageRequest) XXX_DiscardUnknown

func (m *WikiFindPageRequest) XXX_DiscardUnknown()

func (*WikiFindPageRequest) XXX_Marshal

func (m *WikiFindPageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WikiFindPageRequest) XXX_Merge

func (m *WikiFindPageRequest) XXX_Merge(src proto.Message)

func (*WikiFindPageRequest) XXX_Size

func (m *WikiFindPageRequest) XXX_Size() int

func (*WikiFindPageRequest) XXX_Unmarshal

func (m *WikiFindPageRequest) XXX_Unmarshal(b []byte) error

type WikiFindPageResponse

type WikiFindPageResponse struct {
	Page                 *WikiPage `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

WikiFindPageResponse is a stream because we need multiple WikiPage messages to send the raw_data field.

func (*WikiFindPageResponse) Descriptor

func (*WikiFindPageResponse) Descriptor() ([]byte, []int)

func (*WikiFindPageResponse) GetPage

func (m *WikiFindPageResponse) GetPage() *WikiPage

func (*WikiFindPageResponse) ProtoMessage

func (*WikiFindPageResponse) ProtoMessage()

func (*WikiFindPageResponse) Reset

func (m *WikiFindPageResponse) Reset()

func (*WikiFindPageResponse) String

func (m *WikiFindPageResponse) String() string

func (*WikiFindPageResponse) XXX_DiscardUnknown

func (m *WikiFindPageResponse) XXX_DiscardUnknown()

func (*WikiFindPageResponse) XXX_Marshal

func (m *WikiFindPageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WikiFindPageResponse) XXX_Merge

func (m *WikiFindPageResponse) XXX_Merge(src proto.Message)

func (*WikiFindPageResponse) XXX_Size

func (m *WikiFindPageResponse) XXX_Size() int

func (*WikiFindPageResponse) XXX_Unmarshal

func (m *WikiFindPageResponse) XXX_Unmarshal(b []byte) error

type WikiGetAllPagesRequest

type WikiGetAllPagesRequest struct {
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// Passing 0 means no limit is applied
	Limit                uint32                        `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	DirectionDesc        bool                          `protobuf:"varint,3,opt,name=direction_desc,json=directionDesc,proto3" json:"direction_desc,omitempty"`
	Sort                 WikiGetAllPagesRequest_SortBy `protobuf:"varint,4,opt,name=sort,proto3,enum=gitaly.WikiGetAllPagesRequest_SortBy" json:"sort,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*WikiGetAllPagesRequest) Descriptor

func (*WikiGetAllPagesRequest) Descriptor() ([]byte, []int)

func (*WikiGetAllPagesRequest) GetDirectionDesc

func (m *WikiGetAllPagesRequest) GetDirectionDesc() bool

func (*WikiGetAllPagesRequest) GetLimit

func (m *WikiGetAllPagesRequest) GetLimit() uint32

func (*WikiGetAllPagesRequest) GetRepository

func (m *WikiGetAllPagesRequest) GetRepository() *Repository

func (*WikiGetAllPagesRequest) GetSort

func (*WikiGetAllPagesRequest) ProtoMessage

func (*WikiGetAllPagesRequest) ProtoMessage()

func (*WikiGetAllPagesRequest) Reset

func (m *WikiGetAllPagesRequest) Reset()

func (*WikiGetAllPagesRequest) String

func (m *WikiGetAllPagesRequest) String() string

func (*WikiGetAllPagesRequest) XXX_DiscardUnknown

func (m *WikiGetAllPagesRequest) XXX_DiscardUnknown()

func (*WikiGetAllPagesRequest) XXX_Marshal

func (m *WikiGetAllPagesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WikiGetAllPagesRequest) XXX_Merge

func (m *WikiGetAllPagesRequest) XXX_Merge(src proto.Message)

func (*WikiGetAllPagesRequest) XXX_Size

func (m *WikiGetAllPagesRequest) XXX_Size() int

func (*WikiGetAllPagesRequest) XXX_Unmarshal

func (m *WikiGetAllPagesRequest) XXX_Unmarshal(b []byte) error

type WikiGetAllPagesRequest_SortBy

type WikiGetAllPagesRequest_SortBy int32
const (
	WikiGetAllPagesRequest_TITLE      WikiGetAllPagesRequest_SortBy = 0
	WikiGetAllPagesRequest_CREATED_AT WikiGetAllPagesRequest_SortBy = 1
)

func (WikiGetAllPagesRequest_SortBy) EnumDescriptor

func (WikiGetAllPagesRequest_SortBy) EnumDescriptor() ([]byte, []int)

func (WikiGetAllPagesRequest_SortBy) String

type WikiGetAllPagesResponse

type WikiGetAllPagesResponse struct {
	Page *WikiPage `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
	// When end_of_page is true it signals a change of page for the next Response message (if any)
	EndOfPage            bool     `protobuf:"varint,2,opt,name=end_of_page,json=endOfPage,proto3" json:"end_of_page,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The WikiGetAllPagesResponse stream is a concatenation of WikiPage streams

func (*WikiGetAllPagesResponse) Descriptor

func (*WikiGetAllPagesResponse) Descriptor() ([]byte, []int)

func (*WikiGetAllPagesResponse) GetEndOfPage

func (m *WikiGetAllPagesResponse) GetEndOfPage() bool

func (*WikiGetAllPagesResponse) GetPage

func (m *WikiGetAllPagesResponse) GetPage() *WikiPage

func (*WikiGetAllPagesResponse) ProtoMessage

func (*WikiGetAllPagesResponse) ProtoMessage()

func (*WikiGetAllPagesResponse) Reset

func (m *WikiGetAllPagesResponse) Reset()

func (*WikiGetAllPagesResponse) String

func (m *WikiGetAllPagesResponse) String() string

func (*WikiGetAllPagesResponse) XXX_DiscardUnknown

func (m *WikiGetAllPagesResponse) XXX_DiscardUnknown()

func (*WikiGetAllPagesResponse) XXX_Marshal

func (m *WikiGetAllPagesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WikiGetAllPagesResponse) XXX_Merge

func (m *WikiGetAllPagesResponse) XXX_Merge(src proto.Message)

func (*WikiGetAllPagesResponse) XXX_Size

func (m *WikiGetAllPagesResponse) XXX_Size() int

func (*WikiGetAllPagesResponse) XXX_Unmarshal

func (m *WikiGetAllPagesResponse) XXX_Unmarshal(b []byte) error

type WikiListPagesRequest

type WikiListPagesRequest struct {
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// Passing 0 means no limit is applied
	Limit                uint32                      `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	DirectionDesc        bool                        `protobuf:"varint,3,opt,name=direction_desc,json=directionDesc,proto3" json:"direction_desc,omitempty"`
	Sort                 WikiListPagesRequest_SortBy `protobuf:"varint,4,opt,name=sort,proto3,enum=gitaly.WikiListPagesRequest_SortBy" json:"sort,omitempty"`
	Offset               uint32                      `protobuf:"varint,5,opt,name=offset,proto3" json:"offset,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*WikiListPagesRequest) Descriptor

func (*WikiListPagesRequest) Descriptor() ([]byte, []int)

func (*WikiListPagesRequest) GetDirectionDesc

func (m *WikiListPagesRequest) GetDirectionDesc() bool

func (*WikiListPagesRequest) GetLimit

func (m *WikiListPagesRequest) GetLimit() uint32

func (*WikiListPagesRequest) GetOffset

func (m *WikiListPagesRequest) GetOffset() uint32

func (*WikiListPagesRequest) GetRepository

func (m *WikiListPagesRequest) GetRepository() *Repository

func (*WikiListPagesRequest) GetSort

func (*WikiListPagesRequest) ProtoMessage

func (*WikiListPagesRequest) ProtoMessage()

func (*WikiListPagesRequest) Reset

func (m *WikiListPagesRequest) Reset()

func (*WikiListPagesRequest) String

func (m *WikiListPagesRequest) String() string

func (*WikiListPagesRequest) XXX_DiscardUnknown

func (m *WikiListPagesRequest) XXX_DiscardUnknown()

func (*WikiListPagesRequest) XXX_Marshal

func (m *WikiListPagesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WikiListPagesRequest) XXX_Merge

func (m *WikiListPagesRequest) XXX_Merge(src proto.Message)

func (*WikiListPagesRequest) XXX_Size

func (m *WikiListPagesRequest) XXX_Size() int

func (*WikiListPagesRequest) XXX_Unmarshal

func (m *WikiListPagesRequest) XXX_Unmarshal(b []byte) error

type WikiListPagesRequest_SortBy

type WikiListPagesRequest_SortBy int32
const (
	WikiListPagesRequest_TITLE      WikiListPagesRequest_SortBy = 0
	WikiListPagesRequest_CREATED_AT WikiListPagesRequest_SortBy = 1
)

func (WikiListPagesRequest_SortBy) EnumDescriptor

func (WikiListPagesRequest_SortBy) EnumDescriptor() ([]byte, []int)

func (WikiListPagesRequest_SortBy) String

type WikiListPagesResponse

type WikiListPagesResponse struct {
	Page                 *WikiPage `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

The WikiListPagesResponse stream is a concatenation of WikiPage streams without content

func (*WikiListPagesResponse) Descriptor

func (*WikiListPagesResponse) Descriptor() ([]byte, []int)

func (*WikiListPagesResponse) GetPage

func (m *WikiListPagesResponse) GetPage() *WikiPage

func (*WikiListPagesResponse) ProtoMessage

func (*WikiListPagesResponse) ProtoMessage()

func (*WikiListPagesResponse) Reset

func (m *WikiListPagesResponse) Reset()

func (*WikiListPagesResponse) String

func (m *WikiListPagesResponse) String() string

func (*WikiListPagesResponse) XXX_DiscardUnknown

func (m *WikiListPagesResponse) XXX_DiscardUnknown()

func (*WikiListPagesResponse) XXX_Marshal

func (m *WikiListPagesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WikiListPagesResponse) XXX_Merge

func (m *WikiListPagesResponse) XXX_Merge(src proto.Message)

func (*WikiListPagesResponse) XXX_Size

func (m *WikiListPagesResponse) XXX_Size() int

func (*WikiListPagesResponse) XXX_Unmarshal

func (m *WikiListPagesResponse) XXX_Unmarshal(b []byte) error

type WikiPage

type WikiPage struct {
	// These fields are only present in the first message of a WikiPage stream
	Version    *WikiPageVersion `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	Format     string           `protobuf:"bytes,2,opt,name=format,proto3" json:"format,omitempty"`
	Title      []byte           `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	UrlPath    string           `protobuf:"bytes,4,opt,name=url_path,json=urlPath,proto3" json:"url_path,omitempty"`
	Path       []byte           `protobuf:"bytes,5,opt,name=path,proto3" json:"path,omitempty"`
	Name       []byte           `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Historical bool             `protobuf:"varint,7,opt,name=historical,proto3" json:"historical,omitempty"`
	// This field is present in all messages of a WikiPage stream
	RawData              []byte   `protobuf:"bytes,8,opt,name=raw_data,json=rawData,proto3" json:"raw_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WikiPage) Descriptor

func (*WikiPage) Descriptor() ([]byte, []int)

func (*WikiPage) GetFormat

func (m *WikiPage) GetFormat() string

func (*WikiPage) GetHistorical

func (m *WikiPage) GetHistorical() bool

func (*WikiPage) GetName

func (m *WikiPage) GetName() []byte

func (*WikiPage) GetPath

func (m *WikiPage) GetPath() []byte

func (*WikiPage) GetRawData

func (m *WikiPage) GetRawData() []byte

func (*WikiPage) GetTitle

func (m *WikiPage) GetTitle() []byte

func (*WikiPage) GetUrlPath

func (m *WikiPage) GetUrlPath() string

func (*WikiPage) GetVersion

func (m *WikiPage) GetVersion() *WikiPageVersion

func (*WikiPage) ProtoMessage

func (*WikiPage) ProtoMessage()

func (*WikiPage) Reset

func (m *WikiPage) Reset()

func (*WikiPage) String

func (m *WikiPage) String() string

func (*WikiPage) XXX_DiscardUnknown

func (m *WikiPage) XXX_DiscardUnknown()

func (*WikiPage) XXX_Marshal

func (m *WikiPage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WikiPage) XXX_Merge

func (m *WikiPage) XXX_Merge(src proto.Message)

func (*WikiPage) XXX_Size

func (m *WikiPage) XXX_Size() int

func (*WikiPage) XXX_Unmarshal

func (m *WikiPage) XXX_Unmarshal(b []byte) error

type WikiPageVersion

type WikiPageVersion struct {
	Commit               *GitCommit `protobuf:"bytes,1,opt,name=commit,proto3" json:"commit,omitempty"`
	Format               string     `protobuf:"bytes,2,opt,name=format,proto3" json:"format,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*WikiPageVersion) Descriptor

func (*WikiPageVersion) Descriptor() ([]byte, []int)

func (*WikiPageVersion) GetCommit

func (m *WikiPageVersion) GetCommit() *GitCommit

func (*WikiPageVersion) GetFormat

func (m *WikiPageVersion) GetFormat() string

func (*WikiPageVersion) ProtoMessage

func (*WikiPageVersion) ProtoMessage()

func (*WikiPageVersion) Reset

func (m *WikiPageVersion) Reset()

func (*WikiPageVersion) String

func (m *WikiPageVersion) String() string

func (*WikiPageVersion) XXX_DiscardUnknown

func (m *WikiPageVersion) XXX_DiscardUnknown()

func (*WikiPageVersion) XXX_Marshal

func (m *WikiPageVersion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WikiPageVersion) XXX_Merge

func (m *WikiPageVersion) XXX_Merge(src proto.Message)

func (*WikiPageVersion) XXX_Size

func (m *WikiPageVersion) XXX_Size() int

func (*WikiPageVersion) XXX_Unmarshal

func (m *WikiPageVersion) XXX_Unmarshal(b []byte) error

type WikiServiceClient

type WikiServiceClient interface {
	WikiWritePage(ctx context.Context, opts ...grpc.CallOption) (WikiService_WikiWritePageClient, error)
	WikiUpdatePage(ctx context.Context, opts ...grpc.CallOption) (WikiService_WikiUpdatePageClient, error)
	// WikiFindPage returns a stream because the page's raw_data field may be arbitrarily large.
	WikiFindPage(ctx context.Context, in *WikiFindPageRequest, opts ...grpc.CallOption) (WikiService_WikiFindPageClient, error)
	WikiGetAllPages(ctx context.Context, in *WikiGetAllPagesRequest, opts ...grpc.CallOption) (WikiService_WikiGetAllPagesClient, error)
	WikiListPages(ctx context.Context, in *WikiListPagesRequest, opts ...grpc.CallOption) (WikiService_WikiListPagesClient, error)
}

WikiServiceClient is the client API for WikiService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewWikiServiceClient

func NewWikiServiceClient(cc *grpc.ClientConn) WikiServiceClient

type WikiServiceServer

type WikiServiceServer interface {
	WikiWritePage(WikiService_WikiWritePageServer) error
	WikiUpdatePage(WikiService_WikiUpdatePageServer) error
	// WikiFindPage returns a stream because the page's raw_data field may be arbitrarily large.
	WikiFindPage(*WikiFindPageRequest, WikiService_WikiFindPageServer) error
	WikiGetAllPages(*WikiGetAllPagesRequest, WikiService_WikiGetAllPagesServer) error
	WikiListPages(*WikiListPagesRequest, WikiService_WikiListPagesServer) error
}

WikiServiceServer is the server API for WikiService service.

type WikiService_WikiFindPageClient

type WikiService_WikiFindPageClient interface {
	Recv() (*WikiFindPageResponse, error)
	grpc.ClientStream
}

type WikiService_WikiFindPageServer

type WikiService_WikiFindPageServer interface {
	Send(*WikiFindPageResponse) error
	grpc.ServerStream
}

type WikiService_WikiGetAllPagesClient

type WikiService_WikiGetAllPagesClient interface {
	Recv() (*WikiGetAllPagesResponse, error)
	grpc.ClientStream
}

type WikiService_WikiGetAllPagesServer

type WikiService_WikiGetAllPagesServer interface {
	Send(*WikiGetAllPagesResponse) error
	grpc.ServerStream
}

type WikiService_WikiListPagesClient

type WikiService_WikiListPagesClient interface {
	Recv() (*WikiListPagesResponse, error)
	grpc.ClientStream
}

type WikiService_WikiListPagesServer

type WikiService_WikiListPagesServer interface {
	Send(*WikiListPagesResponse) error
	grpc.ServerStream
}

type WikiService_WikiUpdatePageClient

type WikiService_WikiUpdatePageClient interface {
	Send(*WikiUpdatePageRequest) error
	CloseAndRecv() (*WikiUpdatePageResponse, error)
	grpc.ClientStream
}

type WikiService_WikiUpdatePageServer

type WikiService_WikiUpdatePageServer interface {
	SendAndClose(*WikiUpdatePageResponse) error
	Recv() (*WikiUpdatePageRequest, error)
	grpc.ServerStream
}

type WikiService_WikiWritePageClient

type WikiService_WikiWritePageClient interface {
	Send(*WikiWritePageRequest) error
	CloseAndRecv() (*WikiWritePageResponse, error)
	grpc.ClientStream
}

type WikiService_WikiWritePageServer

type WikiService_WikiWritePageServer interface {
	SendAndClose(*WikiWritePageResponse) error
	Recv() (*WikiWritePageRequest, error)
	grpc.ServerStream
}

type WikiUpdatePageRequest

type WikiUpdatePageRequest struct {
	// There fields are only present in the first message of the stream
	Repository    *Repository        `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	PagePath      []byte             `protobuf:"bytes,2,opt,name=page_path,json=pagePath,proto3" json:"page_path,omitempty"`
	Title         []byte             `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Format        string             `protobuf:"bytes,4,opt,name=format,proto3" json:"format,omitempty"`
	CommitDetails *WikiCommitDetails `protobuf:"bytes,5,opt,name=commit_details,json=commitDetails,proto3" json:"commit_details,omitempty"`
	// This field is present in all messages
	Content              []byte   `protobuf:"bytes,6,opt,name=content,proto3" json:"content,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WikiUpdatePageRequest) Descriptor

func (*WikiUpdatePageRequest) Descriptor() ([]byte, []int)

func (*WikiUpdatePageRequest) GetCommitDetails

func (m *WikiUpdatePageRequest) GetCommitDetails() *WikiCommitDetails

func (*WikiUpdatePageRequest) GetContent

func (m *WikiUpdatePageRequest) GetContent() []byte

func (*WikiUpdatePageRequest) GetFormat

func (m *WikiUpdatePageRequest) GetFormat() string

func (*WikiUpdatePageRequest) GetPagePath

func (m *WikiUpdatePageRequest) GetPagePath() []byte

func (*WikiUpdatePageRequest) GetRepository

func (m *WikiUpdatePageRequest) GetRepository() *Repository

func (*WikiUpdatePageRequest) GetTitle

func (m *WikiUpdatePageRequest) GetTitle() []byte

func (*WikiUpdatePageRequest) ProtoMessage

func (*WikiUpdatePageRequest) ProtoMessage()

func (*WikiUpdatePageRequest) Reset

func (m *WikiUpdatePageRequest) Reset()

func (*WikiUpdatePageRequest) String

func (m *WikiUpdatePageRequest) String() string

func (*WikiUpdatePageRequest) XXX_DiscardUnknown

func (m *WikiUpdatePageRequest) XXX_DiscardUnknown()

func (*WikiUpdatePageRequest) XXX_Marshal

func (m *WikiUpdatePageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WikiUpdatePageRequest) XXX_Merge

func (m *WikiUpdatePageRequest) XXX_Merge(src proto.Message)

func (*WikiUpdatePageRequest) XXX_Size

func (m *WikiUpdatePageRequest) XXX_Size() int

func (*WikiUpdatePageRequest) XXX_Unmarshal

func (m *WikiUpdatePageRequest) XXX_Unmarshal(b []byte) error

type WikiUpdatePageResponse

type WikiUpdatePageResponse struct {
	Error                []byte   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WikiUpdatePageResponse) Descriptor

func (*WikiUpdatePageResponse) Descriptor() ([]byte, []int)

func (*WikiUpdatePageResponse) GetError

func (m *WikiUpdatePageResponse) GetError() []byte

func (*WikiUpdatePageResponse) ProtoMessage

func (*WikiUpdatePageResponse) ProtoMessage()

func (*WikiUpdatePageResponse) Reset

func (m *WikiUpdatePageResponse) Reset()

func (*WikiUpdatePageResponse) String

func (m *WikiUpdatePageResponse) String() string

func (*WikiUpdatePageResponse) XXX_DiscardUnknown

func (m *WikiUpdatePageResponse) XXX_DiscardUnknown()

func (*WikiUpdatePageResponse) XXX_Marshal

func (m *WikiUpdatePageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WikiUpdatePageResponse) XXX_Merge

func (m *WikiUpdatePageResponse) XXX_Merge(src proto.Message)

func (*WikiUpdatePageResponse) XXX_Size

func (m *WikiUpdatePageResponse) XXX_Size() int

func (*WikiUpdatePageResponse) XXX_Unmarshal

func (m *WikiUpdatePageResponse) XXX_Unmarshal(b []byte) error

type WikiWritePageRequest

type WikiWritePageRequest struct {
	// These following fields are only present in the first message.
	Repository    *Repository        `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Name          []byte             `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Format        string             `protobuf:"bytes,3,opt,name=format,proto3" json:"format,omitempty"`
	CommitDetails *WikiCommitDetails `protobuf:"bytes,4,opt,name=commit_details,json=commitDetails,proto3" json:"commit_details,omitempty"`
	// This field is present in all messages.
	Content              []byte   `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

This message is sent in a stream because the 'content' field may be large.

func (*WikiWritePageRequest) Descriptor

func (*WikiWritePageRequest) Descriptor() ([]byte, []int)

func (*WikiWritePageRequest) GetCommitDetails

func (m *WikiWritePageRequest) GetCommitDetails() *WikiCommitDetails

func (*WikiWritePageRequest) GetContent

func (m *WikiWritePageRequest) GetContent() []byte

func (*WikiWritePageRequest) GetFormat

func (m *WikiWritePageRequest) GetFormat() string

func (*WikiWritePageRequest) GetName

func (m *WikiWritePageRequest) GetName() []byte

func (*WikiWritePageRequest) GetRepository

func (m *WikiWritePageRequest) GetRepository() *Repository

func (*WikiWritePageRequest) ProtoMessage

func (*WikiWritePageRequest) ProtoMessage()

func (*WikiWritePageRequest) Reset

func (m *WikiWritePageRequest) Reset()

func (*WikiWritePageRequest) String

func (m *WikiWritePageRequest) String() string

func (*WikiWritePageRequest) XXX_DiscardUnknown

func (m *WikiWritePageRequest) XXX_DiscardUnknown()

func (*WikiWritePageRequest) XXX_Marshal

func (m *WikiWritePageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WikiWritePageRequest) XXX_Merge

func (m *WikiWritePageRequest) XXX_Merge(src proto.Message)

func (*WikiWritePageRequest) XXX_Size

func (m *WikiWritePageRequest) XXX_Size() int

func (*WikiWritePageRequest) XXX_Unmarshal

func (m *WikiWritePageRequest) XXX_Unmarshal(b []byte) error

type WikiWritePageResponse

type WikiWritePageResponse struct {
	DuplicateError       []byte   `protobuf:"bytes,1,opt,name=duplicate_error,json=duplicateError,proto3" json:"duplicate_error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WikiWritePageResponse) Descriptor

func (*WikiWritePageResponse) Descriptor() ([]byte, []int)

func (*WikiWritePageResponse) GetDuplicateError

func (m *WikiWritePageResponse) GetDuplicateError() []byte

func (*WikiWritePageResponse) ProtoMessage

func (*WikiWritePageResponse) ProtoMessage()

func (*WikiWritePageResponse) Reset

func (m *WikiWritePageResponse) Reset()

func (*WikiWritePageResponse) String

func (m *WikiWritePageResponse) String() string

func (*WikiWritePageResponse) XXX_DiscardUnknown

func (m *WikiWritePageResponse) XXX_DiscardUnknown()

func (*WikiWritePageResponse) XXX_Marshal

func (m *WikiWritePageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WikiWritePageResponse) XXX_Merge

func (m *WikiWritePageResponse) XXX_Merge(src proto.Message)

func (*WikiWritePageResponse) XXX_Size

func (m *WikiWritePageResponse) XXX_Size() int

func (*WikiWritePageResponse) XXX_Unmarshal

func (m *WikiWritePageResponse) XXX_Unmarshal(b []byte) error

type WriteCommitGraphRequest

type WriteCommitGraphRequest struct {
	Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	// SplitStrategy is a strategy used to create/update commit graph.
	SplitStrategy        WriteCommitGraphRequest_SplitStrategy `` /* 130-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                              `json:"-"`
	XXX_unrecognized     []byte                                `json:"-"`
	XXX_sizecache        int32                                 `json:"-"`
}

func (*WriteCommitGraphRequest) Descriptor

func (*WriteCommitGraphRequest) Descriptor() ([]byte, []int)

func (*WriteCommitGraphRequest) GetRepository

func (m *WriteCommitGraphRequest) GetRepository() *Repository

func (*WriteCommitGraphRequest) GetSplitStrategy

func (*WriteCommitGraphRequest) ProtoMessage

func (*WriteCommitGraphRequest) ProtoMessage()

func (*WriteCommitGraphRequest) Reset

func (m *WriteCommitGraphRequest) Reset()

func (*WriteCommitGraphRequest) String

func (m *WriteCommitGraphRequest) String() string

func (*WriteCommitGraphRequest) XXX_DiscardUnknown

func (m *WriteCommitGraphRequest) XXX_DiscardUnknown()

func (*WriteCommitGraphRequest) XXX_Marshal

func (m *WriteCommitGraphRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WriteCommitGraphRequest) XXX_Merge

func (m *WriteCommitGraphRequest) XXX_Merge(src proto.Message)

func (*WriteCommitGraphRequest) XXX_Size

func (m *WriteCommitGraphRequest) XXX_Size() int

func (*WriteCommitGraphRequest) XXX_Unmarshal

func (m *WriteCommitGraphRequest) XXX_Unmarshal(b []byte) error

type WriteCommitGraphRequest_SplitStrategy

type WriteCommitGraphRequest_SplitStrategy int32
const (
	// SizeMultiple requires to use '--split --size-multiple=4' strategy to create/update commit graph.
	// https://git-scm.com/docs/git-commit-graph#Documentation/git-commit-graph.txt-emwriteem
	// It is a default, there is no need to explicitly set it in the request.
	WriteCommitGraphRequest_SizeMultiple WriteCommitGraphRequest_SplitStrategy = 0
)

func (WriteCommitGraphRequest_SplitStrategy) EnumDescriptor

func (WriteCommitGraphRequest_SplitStrategy) EnumDescriptor() ([]byte, []int)

func (WriteCommitGraphRequest_SplitStrategy) String

type WriteCommitGraphResponse

type WriteCommitGraphResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WriteCommitGraphResponse) Descriptor

func (*WriteCommitGraphResponse) Descriptor() ([]byte, []int)

func (*WriteCommitGraphResponse) ProtoMessage

func (*WriteCommitGraphResponse) ProtoMessage()

func (*WriteCommitGraphResponse) Reset

func (m *WriteCommitGraphResponse) Reset()

func (*WriteCommitGraphResponse) String

func (m *WriteCommitGraphResponse) String() string

func (*WriteCommitGraphResponse) XXX_DiscardUnknown

func (m *WriteCommitGraphResponse) XXX_DiscardUnknown()

func (*WriteCommitGraphResponse) XXX_Marshal

func (m *WriteCommitGraphResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WriteCommitGraphResponse) XXX_Merge

func (m *WriteCommitGraphResponse) XXX_Merge(src proto.Message)

func (*WriteCommitGraphResponse) XXX_Size

func (m *WriteCommitGraphResponse) XXX_Size() int

func (*WriteCommitGraphResponse) XXX_Unmarshal

func (m *WriteCommitGraphResponse) XXX_Unmarshal(b []byte) error

type WriteRefRequest

type WriteRefRequest struct {
	Repository           *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
	Ref                  []byte      `protobuf:"bytes,2,opt,name=ref,proto3" json:"ref,omitempty"`
	Revision             []byte      `protobuf:"bytes,3,opt,name=revision,proto3" json:"revision,omitempty"`
	OldRevision          []byte      `protobuf:"bytes,4,opt,name=old_revision,json=oldRevision,proto3" json:"old_revision,omitempty"`
	Force                bool        `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*WriteRefRequest) Descriptor

func (*WriteRefRequest) Descriptor() ([]byte, []int)

func (*WriteRefRequest) GetForce

func (m *WriteRefRequest) GetForce() bool

func (*WriteRefRequest) GetOldRevision

func (m *WriteRefRequest) GetOldRevision() []byte

func (*WriteRefRequest) GetRef

func (m *WriteRefRequest) GetRef() []byte

func (*WriteRefRequest) GetRepository

func (m *WriteRefRequest) GetRepository() *Repository

func (*WriteRefRequest) GetRevision

func (m *WriteRefRequest) GetRevision() []byte

func (*WriteRefRequest) ProtoMessage

func (*WriteRefRequest) ProtoMessage()

func (*WriteRefRequest) Reset

func (m *WriteRefRequest) Reset()

func (*WriteRefRequest) String

func (m *WriteRefRequest) String() string

func (*WriteRefRequest) XXX_DiscardUnknown

func (m *WriteRefRequest) XXX_DiscardUnknown()

func (*WriteRefRequest) XXX_Marshal

func (m *WriteRefRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WriteRefRequest) XXX_Merge

func (m *WriteRefRequest) XXX_Merge(src proto.Message)

func (*WriteRefRequest) XXX_Size

func (m *WriteRefRequest) XXX_Size() int

func (*WriteRefRequest) XXX_Unmarshal

func (m *WriteRefRequest) XXX_Unmarshal(b []byte) error

type WriteRefResponse

type WriteRefResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WriteRefResponse) Descriptor

func (*WriteRefResponse) Descriptor() ([]byte, []int)

func (*WriteRefResponse) ProtoMessage

func (*WriteRefResponse) ProtoMessage()

func (*WriteRefResponse) Reset

func (m *WriteRefResponse) Reset()

func (*WriteRefResponse) String

func (m *WriteRefResponse) String() string

func (*WriteRefResponse) XXX_DiscardUnknown

func (m *WriteRefResponse) XXX_DiscardUnknown()

func (*WriteRefResponse) XXX_Marshal

func (m *WriteRefResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WriteRefResponse) XXX_Merge

func (m *WriteRefResponse) XXX_Merge(src proto.Message)

func (*WriteRefResponse) XXX_Size

func (m *WriteRefResponse) XXX_Size() int

func (*WriteRefResponse) XXX_Unmarshal

func (m *WriteRefResponse) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL