proto

package
v3.1.12+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2020 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ExportObj_DataType_name = map[int32]string{
	0: "JSON",
}
View Source
var ExportObj_DataType_value = map[string]int32{
	"JSON": 0,
}
View Source
var IntegrationOnboardExportReq_Kind_name = map[int32]string{
	0: "USERS",
	1: "REPOS",
	2: "PROJECTS",
	3: "WORKCONFIG",
	4: "CALENDARS",
}
View Source
var IntegrationOnboardExportReq_Kind_value = map[string]int32{
	"USERS":      0,
	"REPOS":      1,
	"PROJECTS":   2,
	"WORKCONFIG": 3,
	"CALENDARS":  4,
}
View Source
var IntegrationOnboardExportResp_Error_name = map[int32]string{
	0: "NONE",
	1: "NOT_SUPPORTED",
}
View Source
var IntegrationOnboardExportResp_Error_value = map[string]int32{
	"NONE":          0,
	"NOT_SUPPORTED": 1,
}

Functions

func RegisterAgentServer

func RegisterAgentServer(s *grpc.Server, srv AgentServer)

func RegisterIntegrationServer

func RegisterIntegrationServer(s *grpc.Server, srv IntegrationServer)

Types

type AgentClient

type AgentClient interface {
	ExportStarted(ctx context.Context, in *ExportStartedReq, opts ...grpc.CallOption) (*ExportStartedResp, error)
	// rename to SessionCommit
	ExportDone(ctx context.Context, in *ExportDoneReq, opts ...grpc.CallOption) (*Empty, error)
	SendExported(ctx context.Context, in *SendExportedReq, opts ...grpc.CallOption) (*Empty, error)
	ExportGitRepo(ctx context.Context, in *ExportGitRepoReq, opts ...grpc.CallOption) (*Empty, error)
	SessionStart(ctx context.Context, in *SessionStartReq, opts ...grpc.CallOption) (*SessionStartResp, error)
	SessionProgress(ctx context.Context, in *SessionProgressReq, opts ...grpc.CallOption) (*Empty, error)
	SessionRollback(ctx context.Context, in *SessionRollbackReq, opts ...grpc.CallOption) (*Empty, error)
	OAuthNewAccessToken(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*OAuthNewAccessTokenResp, error)
	SendPauseEvent(ctx context.Context, in *SendPauseEventReq, opts ...grpc.CallOption) (*Empty, error)
	SendResumeEvent(ctx context.Context, in *SendResumeEventReq, opts ...grpc.CallOption) (*Empty, error)
}

AgentClient is the client API for Agent service.

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

func NewAgentClient

func NewAgentClient(cc *grpc.ClientConn) AgentClient

type AgentServer

type AgentServer interface {
	ExportStarted(context.Context, *ExportStartedReq) (*ExportStartedResp, error)
	// rename to SessionCommit
	ExportDone(context.Context, *ExportDoneReq) (*Empty, error)
	SendExported(context.Context, *SendExportedReq) (*Empty, error)
	ExportGitRepo(context.Context, *ExportGitRepoReq) (*Empty, error)
	SessionStart(context.Context, *SessionStartReq) (*SessionStartResp, error)
	SessionProgress(context.Context, *SessionProgressReq) (*Empty, error)
	SessionRollback(context.Context, *SessionRollbackReq) (*Empty, error)
	OAuthNewAccessToken(context.Context, *Empty) (*OAuthNewAccessTokenResp, error)
	SendPauseEvent(context.Context, *SendPauseEventReq) (*Empty, error)
	SendResumeEvent(context.Context, *SendResumeEventReq) (*Empty, error)
}

AgentServer is the server API for Agent service.

type Empty

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

func (*Empty) Descriptor

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

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) Reset

func (m *Empty) Reset()

func (*Empty) String

func (m *Empty) String() string

func (*Empty) XXX_DiscardUnknown

func (m *Empty) XXX_DiscardUnknown()

func (*Empty) XXX_Marshal

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

func (*Empty) XXX_Merge

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

func (*Empty) XXX_Size

func (m *Empty) XXX_Size() int

func (*Empty) XXX_Unmarshal

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

type ExportDoneReq

type ExportDoneReq struct {
	SessionId            string         `protobuf:"bytes,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	LastProcessed        *LastProcessed `protobuf:"bytes,2,opt,name=last_processed,json=lastProcessed,proto3" json:"last_processed,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*ExportDoneReq) Descriptor

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

func (*ExportDoneReq) GetLastProcessed

func (m *ExportDoneReq) GetLastProcessed() *LastProcessed

func (*ExportDoneReq) GetSessionId

func (m *ExportDoneReq) GetSessionId() string

func (*ExportDoneReq) ProtoMessage

func (*ExportDoneReq) ProtoMessage()

func (*ExportDoneReq) Reset

func (m *ExportDoneReq) Reset()

func (*ExportDoneReq) String

func (m *ExportDoneReq) String() string

func (*ExportDoneReq) XXX_DiscardUnknown

func (m *ExportDoneReq) XXX_DiscardUnknown()

func (*ExportDoneReq) XXX_Marshal

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

func (*ExportDoneReq) XXX_Merge

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

func (*ExportDoneReq) XXX_Size

func (m *ExportDoneReq) XXX_Size() int

func (*ExportDoneReq) XXX_Unmarshal

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

type ExportGitRepoPR

type ExportGitRepoPR struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	RefId                string   `protobuf:"bytes,2,opt,name=ref_id,json=refId,proto3" json:"ref_id,omitempty"`
	Url                  string   `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	BranchName           string   `protobuf:"bytes,4,opt,name=branch_name,json=branchName,proto3" json:"branch_name,omitempty"`
	LastCommitSha        string   `protobuf:"bytes,5,opt,name=last_commit_sha,json=lastCommitSha,proto3" json:"last_commit_sha,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ExportGitRepoPR) Descriptor

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

func (*ExportGitRepoPR) GetBranchName

func (m *ExportGitRepoPR) GetBranchName() string

func (*ExportGitRepoPR) GetId

func (m *ExportGitRepoPR) GetId() string

func (*ExportGitRepoPR) GetLastCommitSha

func (m *ExportGitRepoPR) GetLastCommitSha() string

func (*ExportGitRepoPR) GetRefId

func (m *ExportGitRepoPR) GetRefId() string

func (*ExportGitRepoPR) GetUrl

func (m *ExportGitRepoPR) GetUrl() string

func (*ExportGitRepoPR) ProtoMessage

func (*ExportGitRepoPR) ProtoMessage()

func (*ExportGitRepoPR) Reset

func (m *ExportGitRepoPR) Reset()

func (*ExportGitRepoPR) String

func (m *ExportGitRepoPR) String() string

func (*ExportGitRepoPR) XXX_DiscardUnknown

func (m *ExportGitRepoPR) XXX_DiscardUnknown()

func (*ExportGitRepoPR) XXX_Marshal

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

func (*ExportGitRepoPR) XXX_Merge

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

func (*ExportGitRepoPR) XXX_Size

func (m *ExportGitRepoPR) XXX_Size() int

func (*ExportGitRepoPR) XXX_Unmarshal

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

type ExportGitRepoReq

type ExportGitRepoReq struct {
	RepoId               string             `protobuf:"bytes,1,opt,name=repo_id,json=repoId,proto3" json:"repo_id,omitempty"`
	UniqueName           string             `protobuf:"bytes,2,opt,name=unique_name,json=uniqueName,proto3" json:"unique_name,omitempty"`
	RefType              string             `protobuf:"bytes,3,opt,name=ref_type,json=refType,proto3" json:"ref_type,omitempty"`
	Url                  string             `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"`
	CommitUrlTemplate    string             `protobuf:"bytes,5,opt,name=commit_url_template,json=commitUrlTemplate,proto3" json:"commit_url_template,omitempty"`
	BranchUrlTemplate    string             `protobuf:"bytes,6,opt,name=branch_url_template,json=branchUrlTemplate,proto3" json:"branch_url_template,omitempty"`
	Prs                  []*ExportGitRepoPR `protobuf:"bytes,7,rep,name=prs,proto3" json:"prs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ExportGitRepoReq) Descriptor

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

func (*ExportGitRepoReq) GetBranchUrlTemplate

func (m *ExportGitRepoReq) GetBranchUrlTemplate() string

func (*ExportGitRepoReq) GetCommitUrlTemplate

func (m *ExportGitRepoReq) GetCommitUrlTemplate() string

func (*ExportGitRepoReq) GetPrs

func (m *ExportGitRepoReq) GetPrs() []*ExportGitRepoPR

func (*ExportGitRepoReq) GetRefType

func (m *ExportGitRepoReq) GetRefType() string

func (*ExportGitRepoReq) GetRepoId

func (m *ExportGitRepoReq) GetRepoId() string

func (*ExportGitRepoReq) GetUniqueName

func (m *ExportGitRepoReq) GetUniqueName() string

func (*ExportGitRepoReq) GetUrl

func (m *ExportGitRepoReq) GetUrl() string

func (*ExportGitRepoReq) ProtoMessage

func (*ExportGitRepoReq) ProtoMessage()

func (*ExportGitRepoReq) Reset

func (m *ExportGitRepoReq) Reset()

func (*ExportGitRepoReq) String

func (m *ExportGitRepoReq) String() string

func (*ExportGitRepoReq) XXX_DiscardUnknown

func (m *ExportGitRepoReq) XXX_DiscardUnknown()

func (*ExportGitRepoReq) XXX_Marshal

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

func (*ExportGitRepoReq) XXX_Merge

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

func (*ExportGitRepoReq) XXX_Size

func (m *ExportGitRepoReq) XXX_Size() int

func (*ExportGitRepoReq) XXX_Unmarshal

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

type ExportObj

type ExportObj struct {
	DataType             ExportObj_DataType `protobuf:"varint,1,opt,name=data_type,json=dataType,proto3,enum=proto.ExportObj_DataType" json:"data_type,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 (*ExportObj) Descriptor

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

func (*ExportObj) GetData

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

func (*ExportObj) GetDataType

func (m *ExportObj) GetDataType() ExportObj_DataType

func (*ExportObj) ProtoMessage

func (*ExportObj) ProtoMessage()

func (*ExportObj) Reset

func (m *ExportObj) Reset()

func (*ExportObj) String

func (m *ExportObj) String() string

func (*ExportObj) XXX_DiscardUnknown

func (m *ExportObj) XXX_DiscardUnknown()

func (*ExportObj) XXX_Marshal

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

func (*ExportObj) XXX_Merge

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

func (*ExportObj) XXX_Size

func (m *ExportObj) XXX_Size() int

func (*ExportObj) XXX_Unmarshal

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

type ExportObj_DataType

type ExportObj_DataType int32
const (
	ExportObj_JSON ExportObj_DataType = 0
)

func (ExportObj_DataType) EnumDescriptor

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

func (ExportObj_DataType) String

func (x ExportObj_DataType) String() string

type ExportStartedReq

type ExportStartedReq struct {
	ModelType            string   `protobuf:"bytes,1,opt,name=model_type,json=modelType,proto3" json:"model_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ExportStartedReq) Descriptor

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

func (*ExportStartedReq) GetModelType

func (m *ExportStartedReq) GetModelType() string

func (*ExportStartedReq) ProtoMessage

func (*ExportStartedReq) ProtoMessage()

func (*ExportStartedReq) Reset

func (m *ExportStartedReq) Reset()

func (*ExportStartedReq) String

func (m *ExportStartedReq) String() string

func (*ExportStartedReq) XXX_DiscardUnknown

func (m *ExportStartedReq) XXX_DiscardUnknown()

func (*ExportStartedReq) XXX_Marshal

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

func (*ExportStartedReq) XXX_Merge

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

func (*ExportStartedReq) XXX_Size

func (m *ExportStartedReq) XXX_Size() int

func (*ExportStartedReq) XXX_Unmarshal

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

type ExportStartedResp

type ExportStartedResp struct {
	SessionId            string         `protobuf:"bytes,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	LastProcessed        *LastProcessed `protobuf:"bytes,2,opt,name=last_processed,json=lastProcessed,proto3" json:"last_processed,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*ExportStartedResp) Descriptor

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

func (*ExportStartedResp) GetLastProcessed

func (m *ExportStartedResp) GetLastProcessed() *LastProcessed

func (*ExportStartedResp) GetSessionId

func (m *ExportStartedResp) GetSessionId() string

func (*ExportStartedResp) ProtoMessage

func (*ExportStartedResp) ProtoMessage()

func (*ExportStartedResp) Reset

func (m *ExportStartedResp) Reset()

func (*ExportStartedResp) String

func (m *ExportStartedResp) String() string

func (*ExportStartedResp) XXX_DiscardUnknown

func (m *ExportStartedResp) XXX_DiscardUnknown()

func (*ExportStartedResp) XXX_Marshal

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

func (*ExportStartedResp) XXX_Merge

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

func (*ExportStartedResp) XXX_Size

func (m *ExportStartedResp) XXX_Size() int

func (*ExportStartedResp) XXX_Unmarshal

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

type IntegrationAgentConfig

type IntegrationAgentConfig struct {
	CustomerId           string   `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IntegrationAgentConfig) Descriptor

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

func (*IntegrationAgentConfig) GetCustomerId

func (m *IntegrationAgentConfig) GetCustomerId() string

func (*IntegrationAgentConfig) ProtoMessage

func (*IntegrationAgentConfig) ProtoMessage()

func (*IntegrationAgentConfig) Reset

func (m *IntegrationAgentConfig) Reset()

func (*IntegrationAgentConfig) String

func (m *IntegrationAgentConfig) String() string

func (*IntegrationAgentConfig) XXX_DiscardUnknown

func (m *IntegrationAgentConfig) XXX_DiscardUnknown()

func (*IntegrationAgentConfig) XXX_Marshal

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

func (*IntegrationAgentConfig) XXX_Merge

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

func (*IntegrationAgentConfig) XXX_Size

func (m *IntegrationAgentConfig) XXX_Size() int

func (*IntegrationAgentConfig) XXX_Unmarshal

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

type IntegrationClient

IntegrationClient is the client API for Integration service.

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

func NewIntegrationClient

func NewIntegrationClient(cc *grpc.ClientConn) IntegrationClient

type IntegrationExportConfig

type IntegrationExportConfig struct {
	IntegrationConfigJson []byte                  `` /* 126-byte string literal not displayed */
	AgentConfig           *IntegrationAgentConfig `protobuf:"bytes,2,opt,name=agent_config,json=agentConfig,proto3" json:"agent_config,omitempty"`
	UseOauth              bool                    `protobuf:"varint,3,opt,name=use_oauth,json=useOauth,proto3" json:"use_oauth,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}                `json:"-"`
	XXX_unrecognized      []byte                  `json:"-"`
	XXX_sizecache         int32                   `json:"-"`
}

func (*IntegrationExportConfig) Descriptor

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

func (*IntegrationExportConfig) GetAgentConfig

func (m *IntegrationExportConfig) GetAgentConfig() *IntegrationAgentConfig

func (*IntegrationExportConfig) GetIntegrationConfigJson

func (m *IntegrationExportConfig) GetIntegrationConfigJson() []byte

func (*IntegrationExportConfig) GetUseOauth

func (m *IntegrationExportConfig) GetUseOauth() bool

func (*IntegrationExportConfig) ProtoMessage

func (*IntegrationExportConfig) ProtoMessage()

func (*IntegrationExportConfig) Reset

func (m *IntegrationExportConfig) Reset()

func (*IntegrationExportConfig) String

func (m *IntegrationExportConfig) String() string

func (*IntegrationExportConfig) XXX_DiscardUnknown

func (m *IntegrationExportConfig) XXX_DiscardUnknown()

func (*IntegrationExportConfig) XXX_Marshal

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

func (*IntegrationExportConfig) XXX_Merge

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

func (*IntegrationExportConfig) XXX_Size

func (m *IntegrationExportConfig) XXX_Size() int

func (*IntegrationExportConfig) XXX_Unmarshal

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

type IntegrationExportReq

type IntegrationExportReq struct {
	Config               *IntegrationExportConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*IntegrationExportReq) Descriptor

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

func (*IntegrationExportReq) GetConfig

func (*IntegrationExportReq) ProtoMessage

func (*IntegrationExportReq) ProtoMessage()

func (*IntegrationExportReq) Reset

func (m *IntegrationExportReq) Reset()

func (*IntegrationExportReq) String

func (m *IntegrationExportReq) String() string

func (*IntegrationExportReq) XXX_DiscardUnknown

func (m *IntegrationExportReq) XXX_DiscardUnknown()

func (*IntegrationExportReq) XXX_Marshal

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

func (*IntegrationExportReq) XXX_Merge

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

func (*IntegrationExportReq) XXX_Size

func (m *IntegrationExportReq) XXX_Size() int

func (*IntegrationExportReq) XXX_Unmarshal

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

type IntegrationExportResp

type IntegrationExportResp struct {
	Projects             []*IntegrationExportRespProject `protobuf:"bytes,3,rep,name=projects,proto3" json:"projects,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*IntegrationExportResp) Descriptor

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

func (*IntegrationExportResp) GetProjects

func (*IntegrationExportResp) ProtoMessage

func (*IntegrationExportResp) ProtoMessage()

func (*IntegrationExportResp) Reset

func (m *IntegrationExportResp) Reset()

func (*IntegrationExportResp) String

func (m *IntegrationExportResp) String() string

func (*IntegrationExportResp) XXX_DiscardUnknown

func (m *IntegrationExportResp) XXX_DiscardUnknown()

func (*IntegrationExportResp) XXX_Marshal

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

func (*IntegrationExportResp) XXX_Merge

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

func (*IntegrationExportResp) XXX_Size

func (m *IntegrationExportResp) XXX_Size() int

func (*IntegrationExportResp) XXX_Unmarshal

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

type IntegrationExportRespProject

type IntegrationExportRespProject struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	RefId                string   `protobuf:"bytes,2,opt,name=ref_id,json=refId,proto3" json:"ref_id,omitempty"`
	ReadableId           string   `protobuf:"bytes,3,opt,name=readable_id,json=readableId,proto3" json:"readable_id,omitempty"`
	Error                string   `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IntegrationExportRespProject) Descriptor

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

func (*IntegrationExportRespProject) GetError

func (m *IntegrationExportRespProject) GetError() string

func (*IntegrationExportRespProject) GetId

func (*IntegrationExportRespProject) GetReadableId

func (m *IntegrationExportRespProject) GetReadableId() string

func (*IntegrationExportRespProject) GetRefId

func (m *IntegrationExportRespProject) GetRefId() string

func (*IntegrationExportRespProject) ProtoMessage

func (*IntegrationExportRespProject) ProtoMessage()

func (*IntegrationExportRespProject) Reset

func (m *IntegrationExportRespProject) Reset()

func (*IntegrationExportRespProject) String

func (*IntegrationExportRespProject) XXX_DiscardUnknown

func (m *IntegrationExportRespProject) XXX_DiscardUnknown()

func (*IntegrationExportRespProject) XXX_Marshal

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

func (*IntegrationExportRespProject) XXX_Merge

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

func (*IntegrationExportRespProject) XXX_Size

func (m *IntegrationExportRespProject) XXX_Size() int

func (*IntegrationExportRespProject) XXX_Unmarshal

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

type IntegrationInitReq

type IntegrationInitReq struct {
	ServerId             uint32   `protobuf:"varint,1,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IntegrationInitReq) Descriptor

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

func (*IntegrationInitReq) GetServerId

func (m *IntegrationInitReq) GetServerId() uint32

func (*IntegrationInitReq) ProtoMessage

func (*IntegrationInitReq) ProtoMessage()

func (*IntegrationInitReq) Reset

func (m *IntegrationInitReq) Reset()

func (*IntegrationInitReq) String

func (m *IntegrationInitReq) String() string

func (*IntegrationInitReq) XXX_DiscardUnknown

func (m *IntegrationInitReq) XXX_DiscardUnknown()

func (*IntegrationInitReq) XXX_Marshal

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

func (*IntegrationInitReq) XXX_Merge

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

func (*IntegrationInitReq) XXX_Size

func (m *IntegrationInitReq) XXX_Size() int

func (*IntegrationInitReq) XXX_Unmarshal

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

type IntegrationMutateReq

type IntegrationMutateReq struct {
	Config               *IntegrationExportConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	MutateFn             string                   `protobuf:"bytes,2,opt,name=mutate_fn,json=mutateFn,proto3" json:"mutate_fn,omitempty"`
	MutateData           string                   `protobuf:"bytes,3,opt,name=mutate_data,json=mutateData,proto3" json:"mutate_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*IntegrationMutateReq) Descriptor

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

func (*IntegrationMutateReq) GetConfig

func (*IntegrationMutateReq) GetMutateData

func (m *IntegrationMutateReq) GetMutateData() string

func (*IntegrationMutateReq) GetMutateFn

func (m *IntegrationMutateReq) GetMutateFn() string

func (*IntegrationMutateReq) ProtoMessage

func (*IntegrationMutateReq) ProtoMessage()

func (*IntegrationMutateReq) Reset

func (m *IntegrationMutateReq) Reset()

func (*IntegrationMutateReq) String

func (m *IntegrationMutateReq) String() string

func (*IntegrationMutateReq) XXX_DiscardUnknown

func (m *IntegrationMutateReq) XXX_DiscardUnknown()

func (*IntegrationMutateReq) XXX_Marshal

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

func (*IntegrationMutateReq) XXX_Merge

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

func (*IntegrationMutateReq) XXX_Size

func (m *IntegrationMutateReq) XXX_Size() int

func (*IntegrationMutateReq) XXX_Unmarshal

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

type IntegrationMutateResp

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

func (*IntegrationMutateResp) Descriptor

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

func (*IntegrationMutateResp) GetJson

func (m *IntegrationMutateResp) GetJson() string

func (*IntegrationMutateResp) ProtoMessage

func (*IntegrationMutateResp) ProtoMessage()

func (*IntegrationMutateResp) Reset

func (m *IntegrationMutateResp) Reset()

func (*IntegrationMutateResp) String

func (m *IntegrationMutateResp) String() string

func (*IntegrationMutateResp) XXX_DiscardUnknown

func (m *IntegrationMutateResp) XXX_DiscardUnknown()

func (*IntegrationMutateResp) XXX_Marshal

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

func (*IntegrationMutateResp) XXX_Merge

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

func (*IntegrationMutateResp) XXX_Size

func (m *IntegrationMutateResp) XXX_Size() int

func (*IntegrationMutateResp) XXX_Unmarshal

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

type IntegrationOnboardExportReq

type IntegrationOnboardExportReq struct {
	Config               *IntegrationExportConfig         `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	Kind                 IntegrationOnboardExportReq_Kind `protobuf:"varint,2,opt,name=kind,proto3,enum=proto.IntegrationOnboardExportReq_Kind" json:"kind,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*IntegrationOnboardExportReq) Descriptor

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

func (*IntegrationOnboardExportReq) GetConfig

func (*IntegrationOnboardExportReq) GetKind

func (*IntegrationOnboardExportReq) ProtoMessage

func (*IntegrationOnboardExportReq) ProtoMessage()

func (*IntegrationOnboardExportReq) Reset

func (m *IntegrationOnboardExportReq) Reset()

func (*IntegrationOnboardExportReq) String

func (m *IntegrationOnboardExportReq) String() string

func (*IntegrationOnboardExportReq) XXX_DiscardUnknown

func (m *IntegrationOnboardExportReq) XXX_DiscardUnknown()

func (*IntegrationOnboardExportReq) XXX_Marshal

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

func (*IntegrationOnboardExportReq) XXX_Merge

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

func (*IntegrationOnboardExportReq) XXX_Size

func (m *IntegrationOnboardExportReq) XXX_Size() int

func (*IntegrationOnboardExportReq) XXX_Unmarshal

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

type IntegrationOnboardExportReq_Kind

type IntegrationOnboardExportReq_Kind int32
const (
	IntegrationOnboardExportReq_USERS      IntegrationOnboardExportReq_Kind = 0
	IntegrationOnboardExportReq_REPOS      IntegrationOnboardExportReq_Kind = 1
	IntegrationOnboardExportReq_PROJECTS   IntegrationOnboardExportReq_Kind = 2
	IntegrationOnboardExportReq_WORKCONFIG IntegrationOnboardExportReq_Kind = 3
	IntegrationOnboardExportReq_CALENDARS  IntegrationOnboardExportReq_Kind = 4
)

func (IntegrationOnboardExportReq_Kind) EnumDescriptor

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

func (IntegrationOnboardExportReq_Kind) String

type IntegrationOnboardExportResp

type IntegrationOnboardExportResp struct {
	Error                IntegrationOnboardExportResp_Error `protobuf:"varint,1,opt,name=error,proto3,enum=proto.IntegrationOnboardExportResp_Error" json:"error,omitempty"`
	DataJson             []byte                             `protobuf:"bytes,2,opt,name=data_json,json=dataJson,proto3" json:"data_json,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
	XXX_unrecognized     []byte                             `json:"-"`
	XXX_sizecache        int32                              `json:"-"`
}

func (*IntegrationOnboardExportResp) Descriptor

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

func (*IntegrationOnboardExportResp) GetDataJson

func (m *IntegrationOnboardExportResp) GetDataJson() []byte

func (*IntegrationOnboardExportResp) GetError

func (*IntegrationOnboardExportResp) ProtoMessage

func (*IntegrationOnboardExportResp) ProtoMessage()

func (*IntegrationOnboardExportResp) Reset

func (m *IntegrationOnboardExportResp) Reset()

func (*IntegrationOnboardExportResp) String

func (*IntegrationOnboardExportResp) XXX_DiscardUnknown

func (m *IntegrationOnboardExportResp) XXX_DiscardUnknown()

func (*IntegrationOnboardExportResp) XXX_Marshal

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

func (*IntegrationOnboardExportResp) XXX_Merge

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

func (*IntegrationOnboardExportResp) XXX_Size

func (m *IntegrationOnboardExportResp) XXX_Size() int

func (*IntegrationOnboardExportResp) XXX_Unmarshal

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

type IntegrationOnboardExportResp_Error

type IntegrationOnboardExportResp_Error int32
const (
	IntegrationOnboardExportResp_NONE          IntegrationOnboardExportResp_Error = 0
	IntegrationOnboardExportResp_NOT_SUPPORTED IntegrationOnboardExportResp_Error = 1
)

func (IntegrationOnboardExportResp_Error) EnumDescriptor

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

func (IntegrationOnboardExportResp_Error) String

type IntegrationValidateConfigReq

type IntegrationValidateConfigReq struct {
	Config               *IntegrationExportConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*IntegrationValidateConfigReq) Descriptor

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

func (*IntegrationValidateConfigReq) GetConfig

func (*IntegrationValidateConfigReq) ProtoMessage

func (*IntegrationValidateConfigReq) ProtoMessage()

func (*IntegrationValidateConfigReq) Reset

func (m *IntegrationValidateConfigReq) Reset()

func (*IntegrationValidateConfigReq) String

func (*IntegrationValidateConfigReq) XXX_DiscardUnknown

func (m *IntegrationValidateConfigReq) XXX_DiscardUnknown()

func (*IntegrationValidateConfigReq) XXX_Marshal

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

func (*IntegrationValidateConfigReq) XXX_Merge

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

func (*IntegrationValidateConfigReq) XXX_Size

func (m *IntegrationValidateConfigReq) XXX_Size() int

func (*IntegrationValidateConfigReq) XXX_Unmarshal

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

type IntegrationValidateConfigResp

type IntegrationValidateConfigResp struct {
	Errors               []string `protobuf:"bytes,1,rep,name=errors,proto3" json:"errors,omitempty"`
	RepoUrl              string   `protobuf:"bytes,2,opt,name=repo_url,json=repoUrl,proto3" json:"repo_url,omitempty"`
	ServerVersion        string   `protobuf:"bytes,3,opt,name=server_version,json=serverVersion,proto3" json:"server_version,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IntegrationValidateConfigResp) Descriptor

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

func (*IntegrationValidateConfigResp) GetErrors

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

func (*IntegrationValidateConfigResp) GetRepoUrl

func (m *IntegrationValidateConfigResp) GetRepoUrl() string

func (*IntegrationValidateConfigResp) GetServerVersion

func (m *IntegrationValidateConfigResp) GetServerVersion() string

func (*IntegrationValidateConfigResp) ProtoMessage

func (*IntegrationValidateConfigResp) ProtoMessage()

func (*IntegrationValidateConfigResp) Reset

func (m *IntegrationValidateConfigResp) Reset()

func (*IntegrationValidateConfigResp) String

func (*IntegrationValidateConfigResp) XXX_DiscardUnknown

func (m *IntegrationValidateConfigResp) XXX_DiscardUnknown()

func (*IntegrationValidateConfigResp) XXX_Marshal

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

func (*IntegrationValidateConfigResp) XXX_Merge

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

func (*IntegrationValidateConfigResp) XXX_Size

func (m *IntegrationValidateConfigResp) XXX_Size() int

func (*IntegrationValidateConfigResp) XXX_Unmarshal

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

type IntegrationWebhookReq

type IntegrationWebhookReq struct {
	Config               *IntegrationExportConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	Headers              map[string]string        `` /* 155-byte string literal not displayed */
	Body                 string                   `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*IntegrationWebhookReq) Descriptor

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

func (*IntegrationWebhookReq) GetBody

func (m *IntegrationWebhookReq) GetBody() string

func (*IntegrationWebhookReq) GetConfig

func (*IntegrationWebhookReq) GetHeaders

func (m *IntegrationWebhookReq) GetHeaders() map[string]string

func (*IntegrationWebhookReq) ProtoMessage

func (*IntegrationWebhookReq) ProtoMessage()

func (*IntegrationWebhookReq) Reset

func (m *IntegrationWebhookReq) Reset()

func (*IntegrationWebhookReq) String

func (m *IntegrationWebhookReq) String() string

func (*IntegrationWebhookReq) XXX_DiscardUnknown

func (m *IntegrationWebhookReq) XXX_DiscardUnknown()

func (*IntegrationWebhookReq) XXX_Marshal

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

func (*IntegrationWebhookReq) XXX_Merge

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

func (*IntegrationWebhookReq) XXX_Size

func (m *IntegrationWebhookReq) XXX_Size() int

func (*IntegrationWebhookReq) XXX_Unmarshal

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

type IntegrationWebhookResp

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

func (*IntegrationWebhookResp) Descriptor

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

func (*IntegrationWebhookResp) GetJson

func (m *IntegrationWebhookResp) GetJson() string

func (*IntegrationWebhookResp) ProtoMessage

func (*IntegrationWebhookResp) ProtoMessage()

func (*IntegrationWebhookResp) Reset

func (m *IntegrationWebhookResp) Reset()

func (*IntegrationWebhookResp) String

func (m *IntegrationWebhookResp) String() string

func (*IntegrationWebhookResp) XXX_DiscardUnknown

func (m *IntegrationWebhookResp) XXX_DiscardUnknown()

func (*IntegrationWebhookResp) XXX_Marshal

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

func (*IntegrationWebhookResp) XXX_Merge

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

func (*IntegrationWebhookResp) XXX_Size

func (m *IntegrationWebhookResp) XXX_Size() int

func (*IntegrationWebhookResp) XXX_Unmarshal

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

type LastProcessed

type LastProcessed struct {
	DataStr              string   `protobuf:"bytes,1,opt,name=data_str,json=dataStr,proto3" json:"data_str,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LastProcessed) Descriptor

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

func (*LastProcessed) GetDataStr

func (m *LastProcessed) GetDataStr() string

func (*LastProcessed) ProtoMessage

func (*LastProcessed) ProtoMessage()

func (*LastProcessed) Reset

func (m *LastProcessed) Reset()

func (*LastProcessed) String

func (m *LastProcessed) String() string

func (*LastProcessed) XXX_DiscardUnknown

func (m *LastProcessed) XXX_DiscardUnknown()

func (*LastProcessed) XXX_Marshal

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

func (*LastProcessed) XXX_Merge

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

func (*LastProcessed) XXX_Size

func (m *LastProcessed) XXX_Size() int

func (*LastProcessed) XXX_Unmarshal

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

type OAuthNewAccessTokenResp

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

func (*OAuthNewAccessTokenResp) Descriptor

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

func (*OAuthNewAccessTokenResp) GetToken

func (m *OAuthNewAccessTokenResp) GetToken() string

func (*OAuthNewAccessTokenResp) ProtoMessage

func (*OAuthNewAccessTokenResp) ProtoMessage()

func (*OAuthNewAccessTokenResp) Reset

func (m *OAuthNewAccessTokenResp) Reset()

func (*OAuthNewAccessTokenResp) String

func (m *OAuthNewAccessTokenResp) String() string

func (*OAuthNewAccessTokenResp) XXX_DiscardUnknown

func (m *OAuthNewAccessTokenResp) XXX_DiscardUnknown()

func (*OAuthNewAccessTokenResp) XXX_Marshal

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

func (*OAuthNewAccessTokenResp) XXX_Merge

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

func (*OAuthNewAccessTokenResp) XXX_Size

func (m *OAuthNewAccessTokenResp) XXX_Size() int

func (*OAuthNewAccessTokenResp) XXX_Unmarshal

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

type SendExportedReq

type SendExportedReq struct {
	SessionId            string       `protobuf:"bytes,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	Objs                 []*ExportObj `protobuf:"bytes,3,rep,name=objs,proto3" json:"objs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*SendExportedReq) Descriptor

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

func (*SendExportedReq) GetObjs

func (m *SendExportedReq) GetObjs() []*ExportObj

func (*SendExportedReq) GetSessionId

func (m *SendExportedReq) GetSessionId() string

func (*SendExportedReq) ProtoMessage

func (*SendExportedReq) ProtoMessage()

func (*SendExportedReq) Reset

func (m *SendExportedReq) Reset()

func (*SendExportedReq) String

func (m *SendExportedReq) String() string

func (*SendExportedReq) XXX_DiscardUnknown

func (m *SendExportedReq) XXX_DiscardUnknown()

func (*SendExportedReq) XXX_Marshal

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

func (*SendExportedReq) XXX_Merge

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

func (*SendExportedReq) XXX_Size

func (m *SendExportedReq) XXX_Size() int

func (*SendExportedReq) XXX_Unmarshal

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

type SendPauseEventReq

type SendPauseEventReq struct {
	Message              string   `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Rfc3339              string   `protobuf:"bytes,2,opt,name=rfc3339,proto3" json:"rfc3339,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SendPauseEventReq) Descriptor

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

func (*SendPauseEventReq) GetMessage

func (m *SendPauseEventReq) GetMessage() string

func (*SendPauseEventReq) GetRfc3339

func (m *SendPauseEventReq) GetRfc3339() string

func (*SendPauseEventReq) ProtoMessage

func (*SendPauseEventReq) ProtoMessage()

func (*SendPauseEventReq) Reset

func (m *SendPauseEventReq) Reset()

func (*SendPauseEventReq) String

func (m *SendPauseEventReq) String() string

func (*SendPauseEventReq) XXX_DiscardUnknown

func (m *SendPauseEventReq) XXX_DiscardUnknown()

func (*SendPauseEventReq) XXX_Marshal

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

func (*SendPauseEventReq) XXX_Merge

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

func (*SendPauseEventReq) XXX_Size

func (m *SendPauseEventReq) XXX_Size() int

func (*SendPauseEventReq) XXX_Unmarshal

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

type SendResumeEventReq

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

func (*SendResumeEventReq) Descriptor

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

func (*SendResumeEventReq) GetMessage

func (m *SendResumeEventReq) GetMessage() string

func (*SendResumeEventReq) ProtoMessage

func (*SendResumeEventReq) ProtoMessage()

func (*SendResumeEventReq) Reset

func (m *SendResumeEventReq) Reset()

func (*SendResumeEventReq) String

func (m *SendResumeEventReq) String() string

func (*SendResumeEventReq) XXX_DiscardUnknown

func (m *SendResumeEventReq) XXX_DiscardUnknown()

func (*SendResumeEventReq) XXX_Marshal

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

func (*SendResumeEventReq) XXX_Merge

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

func (*SendResumeEventReq) XXX_Size

func (m *SendResumeEventReq) XXX_Size() int

func (*SendResumeEventReq) XXX_Unmarshal

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

type SessionProgressReq

type SessionProgressReq struct {
	Id                   int64    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Current              int64    `protobuf:"varint,2,opt,name=current,proto3" json:"current,omitempty"`
	Total                int64    `protobuf:"varint,3,opt,name=total,proto3" json:"total,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SessionProgressReq) Descriptor

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

func (*SessionProgressReq) GetCurrent

func (m *SessionProgressReq) GetCurrent() int64

func (*SessionProgressReq) GetId

func (m *SessionProgressReq) GetId() int64

func (*SessionProgressReq) GetTotal

func (m *SessionProgressReq) GetTotal() int64

func (*SessionProgressReq) ProtoMessage

func (*SessionProgressReq) ProtoMessage()

func (*SessionProgressReq) Reset

func (m *SessionProgressReq) Reset()

func (*SessionProgressReq) String

func (m *SessionProgressReq) String() string

func (*SessionProgressReq) XXX_DiscardUnknown

func (m *SessionProgressReq) XXX_DiscardUnknown()

func (*SessionProgressReq) XXX_Marshal

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

func (*SessionProgressReq) XXX_Merge

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

func (*SessionProgressReq) XXX_Size

func (m *SessionProgressReq) XXX_Size() int

func (*SessionProgressReq) XXX_Unmarshal

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

type SessionRollbackReq

type SessionRollbackReq struct {
	Id                   int64    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SessionRollbackReq) Descriptor

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

func (*SessionRollbackReq) GetId

func (m *SessionRollbackReq) GetId() int64

func (*SessionRollbackReq) ProtoMessage

func (*SessionRollbackReq) ProtoMessage()

func (*SessionRollbackReq) Reset

func (m *SessionRollbackReq) Reset()

func (*SessionRollbackReq) String

func (m *SessionRollbackReq) String() string

func (*SessionRollbackReq) XXX_DiscardUnknown

func (m *SessionRollbackReq) XXX_DiscardUnknown()

func (*SessionRollbackReq) XXX_Marshal

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

func (*SessionRollbackReq) XXX_Merge

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

func (*SessionRollbackReq) XXX_Size

func (m *SessionRollbackReq) XXX_Size() int

func (*SessionRollbackReq) XXX_Unmarshal

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

type SessionStartReq

type SessionStartReq struct {
	IsTracking           bool     `protobuf:"varint,1,opt,name=is_tracking,json=isTracking,proto3" json:"is_tracking,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ParentSessionId      int64    `protobuf:"varint,3,opt,name=parent_session_id,json=parentSessionId,proto3" json:"parent_session_id,omitempty"`
	ParentObjectId       string   `protobuf:"bytes,4,opt,name=parent_object_id,json=parentObjectId,proto3" json:"parent_object_id,omitempty"`
	ParentObjectName     string   `protobuf:"bytes,5,opt,name=parent_object_name,json=parentObjectName,proto3" json:"parent_object_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SessionStartReq) Descriptor

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

func (*SessionStartReq) GetIsTracking

func (m *SessionStartReq) GetIsTracking() bool

func (*SessionStartReq) GetName

func (m *SessionStartReq) GetName() string

func (*SessionStartReq) GetParentObjectId

func (m *SessionStartReq) GetParentObjectId() string

func (*SessionStartReq) GetParentObjectName

func (m *SessionStartReq) GetParentObjectName() string

func (*SessionStartReq) GetParentSessionId

func (m *SessionStartReq) GetParentSessionId() int64

func (*SessionStartReq) ProtoMessage

func (*SessionStartReq) ProtoMessage()

func (*SessionStartReq) Reset

func (m *SessionStartReq) Reset()

func (*SessionStartReq) String

func (m *SessionStartReq) String() string

func (*SessionStartReq) XXX_DiscardUnknown

func (m *SessionStartReq) XXX_DiscardUnknown()

func (*SessionStartReq) XXX_Marshal

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

func (*SessionStartReq) XXX_Merge

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

func (*SessionStartReq) XXX_Size

func (m *SessionStartReq) XXX_Size() int

func (*SessionStartReq) XXX_Unmarshal

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

type SessionStartResp

type SessionStartResp struct {
	SessionId            int64          `protobuf:"varint,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	LastProcessed        *LastProcessed `protobuf:"bytes,2,opt,name=last_processed,json=lastProcessed,proto3" json:"last_processed,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*SessionStartResp) Descriptor

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

func (*SessionStartResp) GetLastProcessed

func (m *SessionStartResp) GetLastProcessed() *LastProcessed

func (*SessionStartResp) GetSessionId

func (m *SessionStartResp) GetSessionId() int64

func (*SessionStartResp) ProtoMessage

func (*SessionStartResp) ProtoMessage()

func (*SessionStartResp) Reset

func (m *SessionStartResp) Reset()

func (*SessionStartResp) String

func (m *SessionStartResp) String() string

func (*SessionStartResp) XXX_DiscardUnknown

func (m *SessionStartResp) XXX_DiscardUnknown()

func (*SessionStartResp) XXX_Marshal

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

func (*SessionStartResp) XXX_Merge

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

func (*SessionStartResp) XXX_Size

func (m *SessionStartResp) XXX_Size() int

func (*SessionStartResp) XXX_Unmarshal

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

type UnimplementedAgentServer

type UnimplementedAgentServer struct {
}

UnimplementedAgentServer can be embedded to have forward compatible implementations.

func (*UnimplementedAgentServer) ExportDone

func (*UnimplementedAgentServer) ExportDone(ctx context.Context, req *ExportDoneReq) (*Empty, error)

func (*UnimplementedAgentServer) ExportGitRepo

func (*UnimplementedAgentServer) ExportGitRepo(ctx context.Context, req *ExportGitRepoReq) (*Empty, error)

func (*UnimplementedAgentServer) ExportStarted

func (*UnimplementedAgentServer) OAuthNewAccessToken

func (*UnimplementedAgentServer) OAuthNewAccessToken(ctx context.Context, req *Empty) (*OAuthNewAccessTokenResp, error)

func (*UnimplementedAgentServer) SendExported

func (*UnimplementedAgentServer) SendExported(ctx context.Context, req *SendExportedReq) (*Empty, error)

func (*UnimplementedAgentServer) SendPauseEvent

func (*UnimplementedAgentServer) SendPauseEvent(ctx context.Context, req *SendPauseEventReq) (*Empty, error)

func (*UnimplementedAgentServer) SendResumeEvent

func (*UnimplementedAgentServer) SendResumeEvent(ctx context.Context, req *SendResumeEventReq) (*Empty, error)

func (*UnimplementedAgentServer) SessionProgress

func (*UnimplementedAgentServer) SessionProgress(ctx context.Context, req *SessionProgressReq) (*Empty, error)

func (*UnimplementedAgentServer) SessionRollback

func (*UnimplementedAgentServer) SessionRollback(ctx context.Context, req *SessionRollbackReq) (*Empty, error)

func (*UnimplementedAgentServer) SessionStart

type UnimplementedIntegrationServer

type UnimplementedIntegrationServer struct {
}

UnimplementedIntegrationServer can be embedded to have forward compatible implementations.

func (*UnimplementedIntegrationServer) Export

func (*UnimplementedIntegrationServer) Init

func (*UnimplementedIntegrationServer) Mutate

func (*UnimplementedIntegrationServer) OnboardExport

func (*UnimplementedIntegrationServer) ValidateConfig

func (*UnimplementedIntegrationServer) Webhook

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL