Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterProjectServiceServer(s grpc.ServiceRegistrar, srv ProjectServiceServer)
- type ChangeProjectOwnerRequest
- func (*ChangeProjectOwnerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeProjectOwnerRequest) GetId() string
- func (x *ChangeProjectOwnerRequest) GetMetadata() *RequestMeta
- func (x *ChangeProjectOwnerRequest) GetUserId() string
- func (*ChangeProjectOwnerRequest) ProtoMessage()
- func (x *ChangeProjectOwnerRequest) ProtoReflect() protoreflect.Message
- func (x *ChangeProjectOwnerRequest) Reset()
- func (x *ChangeProjectOwnerRequest) String() string
- type ChangeProjectOwnerResponse
- func (*ChangeProjectOwnerResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeProjectOwnerResponse) GetMetadata() *ResponseMeta
- func (*ChangeProjectOwnerResponse) ProtoMessage()
- func (x *ChangeProjectOwnerResponse) ProtoReflect() protoreflect.Message
- func (x *ChangeProjectOwnerResponse) Reset()
- func (x *ChangeProjectOwnerResponse) String() string
- type CheckDeployKeyRequest
- func (*CheckDeployKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CheckDeployKeyRequest) GetId() string
- func (x *CheckDeployKeyRequest) GetMetadata() *RequestMeta
- func (*CheckDeployKeyRequest) ProtoMessage()
- func (x *CheckDeployKeyRequest) ProtoReflect() protoreflect.Message
- func (x *CheckDeployKeyRequest) Reset()
- func (x *CheckDeployKeyRequest) String() string
- type CheckDeployKeyResponse
- func (*CheckDeployKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CheckDeployKeyResponse) GetDeployKey() *CheckDeployKeyResponse_DeployKey
- func (x *CheckDeployKeyResponse) GetMetadata() *ResponseMeta
- func (*CheckDeployKeyResponse) ProtoMessage()
- func (x *CheckDeployKeyResponse) ProtoReflect() protoreflect.Message
- func (x *CheckDeployKeyResponse) Reset()
- func (x *CheckDeployKeyResponse) String() string
- type CheckDeployKeyResponse_DeployKey
- func (*CheckDeployKeyResponse_DeployKey) Descriptor() ([]byte, []int)deprecated
- func (x *CheckDeployKeyResponse_DeployKey) GetCreatedAt() *timestamp.Timestamp
- func (x *CheckDeployKeyResponse_DeployKey) GetFingerprint() string
- func (x *CheckDeployKeyResponse_DeployKey) GetTitle() string
- func (*CheckDeployKeyResponse_DeployKey) ProtoMessage()
- func (x *CheckDeployKeyResponse_DeployKey) ProtoReflect() protoreflect.Message
- func (x *CheckDeployKeyResponse_DeployKey) Reset()
- func (x *CheckDeployKeyResponse_DeployKey) String() string
- type CheckWebhookRequest
- func (*CheckWebhookRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CheckWebhookRequest) GetId() string
- func (x *CheckWebhookRequest) GetMetadata() *RequestMeta
- func (*CheckWebhookRequest) ProtoMessage()
- func (x *CheckWebhookRequest) ProtoReflect() protoreflect.Message
- func (x *CheckWebhookRequest) Reset()
- func (x *CheckWebhookRequest) String() string
- type CheckWebhookResponse
- func (*CheckWebhookResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CheckWebhookResponse) GetMetadata() *ResponseMeta
- func (x *CheckWebhookResponse) GetWebhook() *Webhook
- func (*CheckWebhookResponse) ProtoMessage()
- func (x *CheckWebhookResponse) ProtoReflect() protoreflect.Message
- func (x *CheckWebhookResponse) Reset()
- func (x *CheckWebhookResponse) String() string
- type CollaboratorsChanged
- func (*CollaboratorsChanged) Descriptor() ([]byte, []int)deprecated
- func (x *CollaboratorsChanged) GetProjectId() string
- func (x *CollaboratorsChanged) GetTimestamp() *timestamp.Timestamp
- func (*CollaboratorsChanged) ProtoMessage()
- func (x *CollaboratorsChanged) ProtoReflect() protoreflect.Message
- func (x *CollaboratorsChanged) Reset()
- func (x *CollaboratorsChanged) String() string
- type CreateRequest
- func (*CreateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRequest) GetMetadata() *RequestMeta
- func (x *CreateRequest) GetProject() *Project
- func (x *CreateRequest) GetSkipOnboarding() bool
- func (*CreateRequest) ProtoMessage()
- func (x *CreateRequest) ProtoReflect() protoreflect.Message
- func (x *CreateRequest) Reset()
- func (x *CreateRequest) String() string
- type CreateResponse
- func (*CreateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateResponse) GetMetadata() *ResponseMeta
- func (x *CreateResponse) GetProject() *Project
- func (*CreateResponse) ProtoMessage()
- func (x *CreateResponse) ProtoReflect() protoreflect.Message
- func (x *CreateResponse) Reset()
- func (x *CreateResponse) String() string
- type DescribeManyRequest
- func (*DescribeManyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeManyRequest) GetIds() []string
- func (x *DescribeManyRequest) GetMetadata() *RequestMeta
- func (*DescribeManyRequest) ProtoMessage()
- func (x *DescribeManyRequest) ProtoReflect() protoreflect.Message
- func (x *DescribeManyRequest) Reset()
- func (x *DescribeManyRequest) String() string
- type DescribeManyResponse
- func (*DescribeManyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeManyResponse) GetMetadata() *ResponseMeta
- func (x *DescribeManyResponse) GetProjects() []*Project
- func (*DescribeManyResponse) ProtoMessage()
- func (x *DescribeManyResponse) ProtoReflect() protoreflect.Message
- func (x *DescribeManyResponse) Reset()
- func (x *DescribeManyResponse) String() string
- type DescribeRequest
- func (*DescribeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeRequest) GetDetailed() bool
- func (x *DescribeRequest) GetId() string
- func (x *DescribeRequest) GetMetadata() *RequestMeta
- func (x *DescribeRequest) GetName() string
- func (*DescribeRequest) ProtoMessage()
- func (x *DescribeRequest) ProtoReflect() protoreflect.Message
- func (x *DescribeRequest) Reset()
- func (x *DescribeRequest) String() string
- type DescribeResponse
- func (*DescribeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeResponse) GetMetadata() *ResponseMeta
- func (x *DescribeResponse) GetProject() *Project
- func (*DescribeResponse) ProtoMessage()
- func (x *DescribeResponse) ProtoReflect() protoreflect.Message
- func (x *DescribeResponse) Reset()
- func (x *DescribeResponse) String() string
- type DestroyRequest
- func (*DestroyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DestroyRequest) GetId() string
- func (x *DestroyRequest) GetMetadata() *RequestMeta
- func (x *DestroyRequest) GetName() string
- func (*DestroyRequest) ProtoMessage()
- func (x *DestroyRequest) ProtoReflect() protoreflect.Message
- func (x *DestroyRequest) Reset()
- func (x *DestroyRequest) String() string
- type DestroyResponse
- type FinishOnboardingRequest
- func (*FinishOnboardingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FinishOnboardingRequest) GetId() string
- func (x *FinishOnboardingRequest) GetMetadata() *RequestMeta
- func (*FinishOnboardingRequest) ProtoMessage()
- func (x *FinishOnboardingRequest) ProtoReflect() protoreflect.Message
- func (x *FinishOnboardingRequest) Reset()
- func (x *FinishOnboardingRequest) String() string
- type FinishOnboardingResponse
- func (*FinishOnboardingResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FinishOnboardingResponse) GetMetadata() *ResponseMeta
- func (*FinishOnboardingResponse) ProtoMessage()
- func (x *FinishOnboardingResponse) ProtoReflect() protoreflect.Message
- func (x *FinishOnboardingResponse) Reset()
- func (x *FinishOnboardingResponse) String() string
- type ForkAndCreateRequest
- func (*ForkAndCreateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ForkAndCreateRequest) GetMetadata() *RequestMeta
- func (x *ForkAndCreateRequest) GetProject() *Project
- func (*ForkAndCreateRequest) ProtoMessage()
- func (x *ForkAndCreateRequest) ProtoReflect() protoreflect.Message
- func (x *ForkAndCreateRequest) Reset()
- func (x *ForkAndCreateRequest) String() string
- type ForkAndCreateResponse
- func (*ForkAndCreateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ForkAndCreateResponse) GetMetadata() *ResponseMeta
- func (x *ForkAndCreateResponse) GetProject() *Project
- func (*ForkAndCreateResponse) ProtoMessage()
- func (x *ForkAndCreateResponse) ProtoReflect() protoreflect.Message
- func (x *ForkAndCreateResponse) Reset()
- func (x *ForkAndCreateResponse) String() string
- type GithubAppSwitchRequest
- func (*GithubAppSwitchRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GithubAppSwitchRequest) GetId() string
- func (x *GithubAppSwitchRequest) GetMetadata() *RequestMeta
- func (*GithubAppSwitchRequest) ProtoMessage()
- func (x *GithubAppSwitchRequest) ProtoReflect() protoreflect.Message
- func (x *GithubAppSwitchRequest) Reset()
- func (x *GithubAppSwitchRequest) String() string
- type GithubAppSwitchResponse
- func (*GithubAppSwitchResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GithubAppSwitchResponse) GetMetadata() *ResponseMeta
- func (*GithubAppSwitchResponse) ProtoMessage()
- func (x *GithubAppSwitchResponse) ProtoReflect() protoreflect.Message
- func (x *GithubAppSwitchResponse) Reset()
- func (x *GithubAppSwitchResponse) String() string
- type ListKeysetRequest
- func (*ListKeysetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListKeysetRequest) GetCreatedAfter() *timestamp.Timestamp
- func (x *ListKeysetRequest) GetDirection() ListKeysetRequest_Direction
- func (x *ListKeysetRequest) GetMetadata() *RequestMeta
- func (x *ListKeysetRequest) GetOwnerId() string
- func (x *ListKeysetRequest) GetPageSize() int32
- func (x *ListKeysetRequest) GetPageToken() string
- func (x *ListKeysetRequest) GetRepoUrl() string
- func (*ListKeysetRequest) ProtoMessage()
- func (x *ListKeysetRequest) ProtoReflect() protoreflect.Message
- func (x *ListKeysetRequest) Reset()
- func (x *ListKeysetRequest) String() string
- type ListKeysetRequest_Direction
- func (ListKeysetRequest_Direction) Descriptor() protoreflect.EnumDescriptor
- func (x ListKeysetRequest_Direction) Enum() *ListKeysetRequest_Direction
- func (ListKeysetRequest_Direction) EnumDescriptor() ([]byte, []int)deprecated
- func (x ListKeysetRequest_Direction) Number() protoreflect.EnumNumber
- func (x ListKeysetRequest_Direction) String() string
- func (ListKeysetRequest_Direction) Type() protoreflect.EnumType
- type ListKeysetResponse
- func (*ListKeysetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListKeysetResponse) GetMetadata() *ResponseMeta
- func (x *ListKeysetResponse) GetNextPageToken() string
- func (x *ListKeysetResponse) GetPreviousPageToken() string
- func (x *ListKeysetResponse) GetProjects() []*Project
- func (*ListKeysetResponse) ProtoMessage()
- func (x *ListKeysetResponse) ProtoReflect() protoreflect.Message
- func (x *ListKeysetResponse) Reset()
- func (x *ListKeysetResponse) String() string
- type ListRequest
- func (*ListRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListRequest) GetMetadata() *RequestMeta
- func (x *ListRequest) GetOwnerId() string
- func (x *ListRequest) GetPagination() *PaginationRequest
- func (x *ListRequest) GetRepoUrl() string
- func (*ListRequest) ProtoMessage()
- func (x *ListRequest) ProtoReflect() protoreflect.Message
- func (x *ListRequest) Reset()
- func (x *ListRequest) String() string
- type ListResponse
- func (*ListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListResponse) GetMetadata() *ResponseMeta
- func (x *ListResponse) GetPagination() *PaginationResponse
- func (x *ListResponse) GetProjects() []*Project
- func (*ListResponse) ProtoMessage()
- func (x *ListResponse) ProtoReflect() protoreflect.Message
- func (x *ListResponse) Reset()
- func (x *ListResponse) String() string
- type PaginationRequest
- func (*PaginationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PaginationRequest) GetPage() int32
- func (x *PaginationRequest) GetPageSize() int32
- func (*PaginationRequest) ProtoMessage()
- func (x *PaginationRequest) ProtoReflect() protoreflect.Message
- func (x *PaginationRequest) Reset()
- func (x *PaginationRequest) String() string
- type PaginationResponse
- func (*PaginationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PaginationResponse) GetPageNumber() int32
- func (x *PaginationResponse) GetPageSize() int32
- func (x *PaginationResponse) GetTotalEntries() int32
- func (x *PaginationResponse) GetTotalPages() int32
- func (*PaginationResponse) ProtoMessage()
- func (x *PaginationResponse) ProtoReflect() protoreflect.Message
- func (x *PaginationResponse) Reset()
- func (x *PaginationResponse) String() string
- type Project
- func (*Project) Descriptor() ([]byte, []int)deprecated
- func (x *Project) GetMetadata() *Project_Metadata
- func (x *Project) GetSpec() *Project_Spec
- func (x *Project) GetStatus() *Project_Status
- func (*Project) ProtoMessage()
- func (x *Project) ProtoReflect() protoreflect.Message
- func (x *Project) Reset()
- func (x *Project) String() string
- type ProjectCreated
- func (*ProjectCreated) Descriptor() ([]byte, []int)deprecated
- func (x *ProjectCreated) GetOrgId() string
- func (x *ProjectCreated) GetProjectId() string
- func (x *ProjectCreated) GetTimestamp() *timestamp.Timestamp
- func (*ProjectCreated) ProtoMessage()
- func (x *ProjectCreated) ProtoReflect() protoreflect.Message
- func (x *ProjectCreated) Reset()
- func (x *ProjectCreated) String() string
- type ProjectDeleted
- func (*ProjectDeleted) Descriptor() ([]byte, []int)deprecated
- func (x *ProjectDeleted) GetOrgId() string
- func (x *ProjectDeleted) GetProjectId() string
- func (x *ProjectDeleted) GetTimestamp() *timestamp.Timestamp
- func (*ProjectDeleted) ProtoMessage()
- func (x *ProjectDeleted) ProtoReflect() protoreflect.Message
- func (x *ProjectDeleted) Reset()
- func (x *ProjectDeleted) String() string
- type ProjectServiceClient
- type ProjectServiceServer
- type ProjectUpdated
- func (*ProjectUpdated) Descriptor() ([]byte, []int)deprecated
- func (x *ProjectUpdated) GetOrgId() string
- func (x *ProjectUpdated) GetProjectId() string
- func (x *ProjectUpdated) GetTimestamp() *timestamp.Timestamp
- func (*ProjectUpdated) ProtoMessage()
- func (x *ProjectUpdated) ProtoReflect() protoreflect.Message
- func (x *ProjectUpdated) Reset()
- func (x *ProjectUpdated) String() string
- type Project_Metadata
- func (*Project_Metadata) Descriptor() ([]byte, []int)deprecated
- func (x *Project_Metadata) GetCreatedAt() *timestamp.Timestamp
- func (x *Project_Metadata) GetDescription() string
- func (x *Project_Metadata) GetId() string
- func (x *Project_Metadata) GetName() string
- func (x *Project_Metadata) GetOrgId() string
- func (x *Project_Metadata) GetOwnerId() string
- func (*Project_Metadata) ProtoMessage()
- func (x *Project_Metadata) ProtoReflect() protoreflect.Message
- func (x *Project_Metadata) Reset()
- func (x *Project_Metadata) String() string
- type Project_Spec
- func (*Project_Spec) Descriptor() ([]byte, []int)deprecated
- func (x *Project_Spec) GetArtifactStoreId() string
- func (x *Project_Spec) GetAttachPermissions() []Project_Spec_PermissionType
- func (x *Project_Spec) GetCacheId() string
- func (x *Project_Spec) GetCustomPermissions() bool
- func (x *Project_Spec) GetDebugPermissions() []Project_Spec_PermissionType
- func (x *Project_Spec) GetDockerRegistryId() string
- func (x *Project_Spec) GetPrivate() bool
- func (x *Project_Spec) GetPublic() bool
- func (x *Project_Spec) GetRepository() *Project_Spec_Repository
- func (x *Project_Spec) GetSchedulers() []*Project_Spec_Scheduler
- func (x *Project_Spec) GetTasks() []*Project_Spec_Task
- func (x *Project_Spec) GetVisibility() Project_Spec_Visibility
- func (*Project_Spec) ProtoMessage()
- func (x *Project_Spec) ProtoReflect() protoreflect.Message
- func (x *Project_Spec) Reset()
- func (x *Project_Spec) String() string
- type Project_Spec_PermissionType
- func (Project_Spec_PermissionType) Descriptor() protoreflect.EnumDescriptor
- func (x Project_Spec_PermissionType) Enum() *Project_Spec_PermissionType
- func (Project_Spec_PermissionType) EnumDescriptor() ([]byte, []int)deprecated
- func (x Project_Spec_PermissionType) Number() protoreflect.EnumNumber
- func (x Project_Spec_PermissionType) String() string
- func (Project_Spec_PermissionType) Type() protoreflect.EnumType
- type Project_Spec_Repository
- func (*Project_Spec_Repository) Descriptor() ([]byte, []int)deprecated
- func (x *Project_Spec_Repository) GetConnected() bool
- func (x *Project_Spec_Repository) GetDefaultBranch() string
- func (x *Project_Spec_Repository) GetForkedPullRequests() *Project_Spec_Repository_ForkedPullRequests
- func (x *Project_Spec_Repository) GetId() string
- func (x *Project_Spec_Repository) GetIntegrationType() repository_integrator.IntegrationType
- func (x *Project_Spec_Repository) GetName() string
- func (x *Project_Spec_Repository) GetOwner() string
- func (x *Project_Spec_Repository) GetPipelineFile() string
- func (x *Project_Spec_Repository) GetPublic() bool
- func (x *Project_Spec_Repository) GetRun() bool
- func (x *Project_Spec_Repository) GetRunOn() []Project_Spec_Repository_RunType
- func (x *Project_Spec_Repository) GetRunPresent() isProject_Spec_Repository_RunPresent
- func (x *Project_Spec_Repository) GetStatus() *Project_Spec_Repository_Status
- func (x *Project_Spec_Repository) GetUrl() string
- func (x *Project_Spec_Repository) GetWhitelist() *Project_Spec_Repository_Whitelist
- func (*Project_Spec_Repository) ProtoMessage()
- func (x *Project_Spec_Repository) ProtoReflect() protoreflect.Message
- func (x *Project_Spec_Repository) Reset()
- func (x *Project_Spec_Repository) String() string
- type Project_Spec_Repository_ForkedPullRequests
- func (*Project_Spec_Repository_ForkedPullRequests) Descriptor() ([]byte, []int)deprecated
- func (x *Project_Spec_Repository_ForkedPullRequests) GetAllowedContributors() []string
- func (x *Project_Spec_Repository_ForkedPullRequests) GetAllowedSecrets() []string
- func (*Project_Spec_Repository_ForkedPullRequests) ProtoMessage()
- func (x *Project_Spec_Repository_ForkedPullRequests) ProtoReflect() protoreflect.Message
- func (x *Project_Spec_Repository_ForkedPullRequests) Reset()
- func (x *Project_Spec_Repository_ForkedPullRequests) String() string
- type Project_Spec_Repository_Run
- type Project_Spec_Repository_RunType
- func (Project_Spec_Repository_RunType) Descriptor() protoreflect.EnumDescriptor
- func (x Project_Spec_Repository_RunType) Enum() *Project_Spec_Repository_RunType
- func (Project_Spec_Repository_RunType) EnumDescriptor() ([]byte, []int)deprecated
- func (x Project_Spec_Repository_RunType) Number() protoreflect.EnumNumber
- func (x Project_Spec_Repository_RunType) String() string
- func (Project_Spec_Repository_RunType) Type() protoreflect.EnumType
- type Project_Spec_Repository_Status
- func (*Project_Spec_Repository_Status) Descriptor() ([]byte, []int)deprecated
- func (x *Project_Spec_Repository_Status) GetPipelineFiles() []*Project_Spec_Repository_Status_PipelineFile
- func (*Project_Spec_Repository_Status) ProtoMessage()
- func (x *Project_Spec_Repository_Status) ProtoReflect() protoreflect.Message
- func (x *Project_Spec_Repository_Status) Reset()
- func (x *Project_Spec_Repository_Status) String() string
- type Project_Spec_Repository_Status_PipelineFile
- func (*Project_Spec_Repository_Status_PipelineFile) Descriptor() ([]byte, []int)deprecated
- func (x *Project_Spec_Repository_Status_PipelineFile) GetLevel() Project_Spec_Repository_Status_PipelineFile_Level
- func (x *Project_Spec_Repository_Status_PipelineFile) GetPath() string
- func (*Project_Spec_Repository_Status_PipelineFile) ProtoMessage()
- func (x *Project_Spec_Repository_Status_PipelineFile) ProtoReflect() protoreflect.Message
- func (x *Project_Spec_Repository_Status_PipelineFile) Reset()
- func (x *Project_Spec_Repository_Status_PipelineFile) String() string
- type Project_Spec_Repository_Status_PipelineFile_Level
- func (Project_Spec_Repository_Status_PipelineFile_Level) Descriptor() protoreflect.EnumDescriptor
- func (x Project_Spec_Repository_Status_PipelineFile_Level) Enum() *Project_Spec_Repository_Status_PipelineFile_Level
- func (Project_Spec_Repository_Status_PipelineFile_Level) EnumDescriptor() ([]byte, []int)deprecated
- func (x Project_Spec_Repository_Status_PipelineFile_Level) Number() protoreflect.EnumNumber
- func (x Project_Spec_Repository_Status_PipelineFile_Level) String() string
- func (Project_Spec_Repository_Status_PipelineFile_Level) Type() protoreflect.EnumType
- type Project_Spec_Repository_Whitelist
- func (*Project_Spec_Repository_Whitelist) Descriptor() ([]byte, []int)deprecated
- func (x *Project_Spec_Repository_Whitelist) GetBranches() []string
- func (x *Project_Spec_Repository_Whitelist) GetTags() []string
- func (*Project_Spec_Repository_Whitelist) ProtoMessage()
- func (x *Project_Spec_Repository_Whitelist) ProtoReflect() protoreflect.Message
- func (x *Project_Spec_Repository_Whitelist) Reset()
- func (x *Project_Spec_Repository_Whitelist) String() string
- type Project_Spec_Scheduler
- func (*Project_Spec_Scheduler) Descriptor() ([]byte, []int)deprecated
- func (x *Project_Spec_Scheduler) GetAt() string
- func (x *Project_Spec_Scheduler) GetBranch() string
- func (x *Project_Spec_Scheduler) GetId() string
- func (x *Project_Spec_Scheduler) GetName() string
- func (x *Project_Spec_Scheduler) GetPipelineFile() string
- func (x *Project_Spec_Scheduler) GetStatus() Project_Spec_Scheduler_Status
- func (*Project_Spec_Scheduler) ProtoMessage()
- func (x *Project_Spec_Scheduler) ProtoReflect() protoreflect.Message
- func (x *Project_Spec_Scheduler) Reset()
- func (x *Project_Spec_Scheduler) String() string
- type Project_Spec_Scheduler_Status
- func (Project_Spec_Scheduler_Status) Descriptor() protoreflect.EnumDescriptor
- func (x Project_Spec_Scheduler_Status) Enum() *Project_Spec_Scheduler_Status
- func (Project_Spec_Scheduler_Status) EnumDescriptor() ([]byte, []int)deprecated
- func (x Project_Spec_Scheduler_Status) Number() protoreflect.EnumNumber
- func (x Project_Spec_Scheduler_Status) String() string
- func (Project_Spec_Scheduler_Status) Type() protoreflect.EnumType
- type Project_Spec_Task
- func (*Project_Spec_Task) Descriptor() ([]byte, []int)deprecated
- func (x *Project_Spec_Task) GetAt() string
- func (x *Project_Spec_Task) GetBranch() string
- func (x *Project_Spec_Task) GetDescription() string
- func (x *Project_Spec_Task) GetId() string
- func (x *Project_Spec_Task) GetName() string
- func (x *Project_Spec_Task) GetParameters() []*Project_Spec_Task_Parameter
- func (x *Project_Spec_Task) GetPipelineFile() string
- func (x *Project_Spec_Task) GetRecurring() bool
- func (x *Project_Spec_Task) GetStatus() Project_Spec_Task_Status
- func (*Project_Spec_Task) ProtoMessage()
- func (x *Project_Spec_Task) ProtoReflect() protoreflect.Message
- func (x *Project_Spec_Task) Reset()
- func (x *Project_Spec_Task) String() string
- type Project_Spec_Task_Parameter
- func (*Project_Spec_Task_Parameter) Descriptor() ([]byte, []int)deprecated
- func (x *Project_Spec_Task_Parameter) GetDefaultValue() string
- func (x *Project_Spec_Task_Parameter) GetDescription() string
- func (x *Project_Spec_Task_Parameter) GetName() string
- func (x *Project_Spec_Task_Parameter) GetOptions() []string
- func (x *Project_Spec_Task_Parameter) GetRequired() bool
- func (*Project_Spec_Task_Parameter) ProtoMessage()
- func (x *Project_Spec_Task_Parameter) ProtoReflect() protoreflect.Message
- func (x *Project_Spec_Task_Parameter) Reset()
- func (x *Project_Spec_Task_Parameter) String() string
- type Project_Spec_Task_Status
- func (Project_Spec_Task_Status) Descriptor() protoreflect.EnumDescriptor
- func (x Project_Spec_Task_Status) Enum() *Project_Spec_Task_Status
- func (Project_Spec_Task_Status) EnumDescriptor() ([]byte, []int)deprecated
- func (x Project_Spec_Task_Status) Number() protoreflect.EnumNumber
- func (x Project_Spec_Task_Status) String() string
- func (Project_Spec_Task_Status) Type() protoreflect.EnumType
- type Project_Spec_Visibility
- func (Project_Spec_Visibility) Descriptor() protoreflect.EnumDescriptor
- func (x Project_Spec_Visibility) Enum() *Project_Spec_Visibility
- func (Project_Spec_Visibility) EnumDescriptor() ([]byte, []int)deprecated
- func (x Project_Spec_Visibility) Number() protoreflect.EnumNumber
- func (x Project_Spec_Visibility) String() string
- func (Project_Spec_Visibility) Type() protoreflect.EnumType
- type Project_Status
- func (*Project_Status) Descriptor() ([]byte, []int)deprecated
- func (x *Project_Status) GetAnalysis() *Project_Status_Analysis
- func (x *Project_Status) GetArtifactStore() *Project_Status_ArtifactStore
- func (x *Project_Status) GetCache() *Project_Status_Cache
- func (x *Project_Status) GetPermissions() *Project_Status_Permissions
- func (x *Project_Status) GetRepository() *Project_Status_Repository
- func (x *Project_Status) GetState() Project_Status_State
- func (x *Project_Status) GetStateReason() string
- func (*Project_Status) ProtoMessage()
- func (x *Project_Status) ProtoReflect() protoreflect.Message
- func (x *Project_Status) Reset()
- func (x *Project_Status) String() string
- type Project_Status_Analysis
- func (*Project_Status_Analysis) Descriptor() ([]byte, []int)deprecated
- func (x *Project_Status_Analysis) GetState() Project_Status_State
- func (*Project_Status_Analysis) ProtoMessage()
- func (x *Project_Status_Analysis) ProtoReflect() protoreflect.Message
- func (x *Project_Status_Analysis) Reset()
- func (x *Project_Status_Analysis) String() string
- type Project_Status_ArtifactStore
- func (*Project_Status_ArtifactStore) Descriptor() ([]byte, []int)deprecated
- func (x *Project_Status_ArtifactStore) GetState() Project_Status_State
- func (*Project_Status_ArtifactStore) ProtoMessage()
- func (x *Project_Status_ArtifactStore) ProtoReflect() protoreflect.Message
- func (x *Project_Status_ArtifactStore) Reset()
- func (x *Project_Status_ArtifactStore) String() string
- type Project_Status_Cache
- func (*Project_Status_Cache) Descriptor() ([]byte, []int)deprecated
- func (x *Project_Status_Cache) GetState() Project_Status_State
- func (*Project_Status_Cache) ProtoMessage()
- func (x *Project_Status_Cache) ProtoReflect() protoreflect.Message
- func (x *Project_Status_Cache) Reset()
- func (x *Project_Status_Cache) String() string
- type Project_Status_Permissions
- func (*Project_Status_Permissions) Descriptor() ([]byte, []int)deprecated
- func (x *Project_Status_Permissions) GetState() Project_Status_State
- func (*Project_Status_Permissions) ProtoMessage()
- func (x *Project_Status_Permissions) ProtoReflect() protoreflect.Message
- func (x *Project_Status_Permissions) Reset()
- func (x *Project_Status_Permissions) String() string
- type Project_Status_Repository
- func (*Project_Status_Repository) Descriptor() ([]byte, []int)deprecated
- func (x *Project_Status_Repository) GetState() Project_Status_State
- func (*Project_Status_Repository) ProtoMessage()
- func (x *Project_Status_Repository) ProtoReflect() protoreflect.Message
- func (x *Project_Status_Repository) Reset()
- func (x *Project_Status_Repository) String() string
- type Project_Status_State
- func (Project_Status_State) Descriptor() protoreflect.EnumDescriptor
- func (x Project_Status_State) Enum() *Project_Status_State
- func (Project_Status_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x Project_Status_State) Number() protoreflect.EnumNumber
- func (x Project_Status_State) String() string
- func (Project_Status_State) Type() protoreflect.EnumType
- type RegenerateDeployKeyRequest
- func (*RegenerateDeployKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RegenerateDeployKeyRequest) GetId() string
- func (x *RegenerateDeployKeyRequest) GetMetadata() *RequestMeta
- func (*RegenerateDeployKeyRequest) ProtoMessage()
- func (x *RegenerateDeployKeyRequest) ProtoReflect() protoreflect.Message
- func (x *RegenerateDeployKeyRequest) Reset()
- func (x *RegenerateDeployKeyRequest) String() string
- type RegenerateDeployKeyResponse
- func (*RegenerateDeployKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RegenerateDeployKeyResponse) GetDeployKey() *RegenerateDeployKeyResponse_DeployKey
- func (x *RegenerateDeployKeyResponse) GetMetadata() *ResponseMeta
- func (*RegenerateDeployKeyResponse) ProtoMessage()
- func (x *RegenerateDeployKeyResponse) ProtoReflect() protoreflect.Message
- func (x *RegenerateDeployKeyResponse) Reset()
- func (x *RegenerateDeployKeyResponse) String() string
- type RegenerateDeployKeyResponse_DeployKey
- func (*RegenerateDeployKeyResponse_DeployKey) Descriptor() ([]byte, []int)deprecated
- func (x *RegenerateDeployKeyResponse_DeployKey) GetCreatedAt() *timestamp.Timestamp
- func (x *RegenerateDeployKeyResponse_DeployKey) GetFingerprint() string
- func (x *RegenerateDeployKeyResponse_DeployKey) GetTitle() string
- func (*RegenerateDeployKeyResponse_DeployKey) ProtoMessage()
- func (x *RegenerateDeployKeyResponse_DeployKey) ProtoReflect() protoreflect.Message
- func (x *RegenerateDeployKeyResponse_DeployKey) Reset()
- func (x *RegenerateDeployKeyResponse_DeployKey) String() string
- type RegenerateWebhookRequest
- func (*RegenerateWebhookRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RegenerateWebhookRequest) GetId() string
- func (x *RegenerateWebhookRequest) GetMetadata() *RequestMeta
- func (*RegenerateWebhookRequest) ProtoMessage()
- func (x *RegenerateWebhookRequest) ProtoReflect() protoreflect.Message
- func (x *RegenerateWebhookRequest) Reset()
- func (x *RegenerateWebhookRequest) String() string
- type RegenerateWebhookResponse
- func (*RegenerateWebhookResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RegenerateWebhookResponse) GetMetadata() *ResponseMeta
- func (x *RegenerateWebhookResponse) GetWebhook() *Webhook
- func (*RegenerateWebhookResponse) ProtoMessage()
- func (x *RegenerateWebhookResponse) ProtoReflect() protoreflect.Message
- func (x *RegenerateWebhookResponse) Reset()
- func (x *RegenerateWebhookResponse) String() string
- type RequestMeta
- func (*RequestMeta) Descriptor() ([]byte, []int)deprecated
- func (x *RequestMeta) GetApiVersion() string
- func (x *RequestMeta) GetKind() string
- func (x *RequestMeta) GetOrgId() string
- func (x *RequestMeta) GetReqId() string
- func (x *RequestMeta) GetUserId() string
- func (*RequestMeta) ProtoMessage()
- func (x *RequestMeta) ProtoReflect() protoreflect.Message
- func (x *RequestMeta) Reset()
- func (x *RequestMeta) String() string
- type ResponseMeta
- func (*ResponseMeta) Descriptor() ([]byte, []int)deprecated
- func (x *ResponseMeta) GetApiVersion() string
- func (x *ResponseMeta) GetKind() string
- func (x *ResponseMeta) GetOrgId() string
- func (x *ResponseMeta) GetReqId() string
- func (x *ResponseMeta) GetStatus() *ResponseMeta_Status
- func (x *ResponseMeta) GetUserId() string
- func (*ResponseMeta) ProtoMessage()
- func (x *ResponseMeta) ProtoReflect() protoreflect.Message
- func (x *ResponseMeta) Reset()
- func (x *ResponseMeta) String() string
- type ResponseMeta_Code
- func (ResponseMeta_Code) Descriptor() protoreflect.EnumDescriptor
- func (x ResponseMeta_Code) Enum() *ResponseMeta_Code
- func (ResponseMeta_Code) EnumDescriptor() ([]byte, []int)deprecated
- func (x ResponseMeta_Code) Number() protoreflect.EnumNumber
- func (x ResponseMeta_Code) String() string
- func (ResponseMeta_Code) Type() protoreflect.EnumType
- type ResponseMeta_Status
- func (*ResponseMeta_Status) Descriptor() ([]byte, []int)deprecated
- func (x *ResponseMeta_Status) GetCode() ResponseMeta_Code
- func (x *ResponseMeta_Status) GetMessage() string
- func (*ResponseMeta_Status) ProtoMessage()
- func (x *ResponseMeta_Status) ProtoReflect() protoreflect.Message
- func (x *ResponseMeta_Status) Reset()
- func (x *ResponseMeta_Status) String() string
- type UnimplementedProjectServiceServer
- func (UnimplementedProjectServiceServer) ChangeProjectOwner(context.Context, *ChangeProjectOwnerRequest) (*ChangeProjectOwnerResponse, error)
- func (UnimplementedProjectServiceServer) CheckDeployKey(context.Context, *CheckDeployKeyRequest) (*CheckDeployKeyResponse, error)
- func (UnimplementedProjectServiceServer) CheckWebhook(context.Context, *CheckWebhookRequest) (*CheckWebhookResponse, error)
- func (UnimplementedProjectServiceServer) Create(context.Context, *CreateRequest) (*CreateResponse, error)
- func (UnimplementedProjectServiceServer) Describe(context.Context, *DescribeRequest) (*DescribeResponse, error)
- func (UnimplementedProjectServiceServer) DescribeMany(context.Context, *DescribeManyRequest) (*DescribeManyResponse, error)
- func (UnimplementedProjectServiceServer) Destroy(context.Context, *DestroyRequest) (*DestroyResponse, error)
- func (UnimplementedProjectServiceServer) FinishOnboarding(context.Context, *FinishOnboardingRequest) (*FinishOnboardingResponse, error)
- func (UnimplementedProjectServiceServer) ForkAndCreate(context.Context, *ForkAndCreateRequest) (*ForkAndCreateResponse, error)
- func (UnimplementedProjectServiceServer) GithubAppSwitch(context.Context, *GithubAppSwitchRequest) (*GithubAppSwitchResponse, error)
- func (UnimplementedProjectServiceServer) List(context.Context, *ListRequest) (*ListResponse, error)
- func (UnimplementedProjectServiceServer) ListKeyset(context.Context, *ListKeysetRequest) (*ListKeysetResponse, error)
- func (UnimplementedProjectServiceServer) RegenerateDeployKey(context.Context, *RegenerateDeployKeyRequest) (*RegenerateDeployKeyResponse, error)
- func (UnimplementedProjectServiceServer) RegenerateWebhook(context.Context, *RegenerateWebhookRequest) (*RegenerateWebhookResponse, error)
- func (UnimplementedProjectServiceServer) Update(context.Context, *UpdateRequest) (*UpdateResponse, error)
- func (UnimplementedProjectServiceServer) Users(context.Context, *UsersRequest) (*UsersResponse, error)
- type UnsafeProjectServiceServer
- type UpdateRequest
- func (*UpdateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateRequest) GetMetadata() *RequestMeta
- func (x *UpdateRequest) GetOmitSchedulersAndTasks() bool
- func (x *UpdateRequest) GetProject() *Project
- func (*UpdateRequest) ProtoMessage()
- func (x *UpdateRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateRequest) Reset()
- func (x *UpdateRequest) String() string
- type UpdateResponse
- func (*UpdateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateResponse) GetMetadata() *ResponseMeta
- func (x *UpdateResponse) GetProject() *Project
- func (*UpdateResponse) ProtoMessage()
- func (x *UpdateResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateResponse) Reset()
- func (x *UpdateResponse) String() string
- type UsersRequest
- func (*UsersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UsersRequest) GetId() string
- func (x *UsersRequest) GetMetadata() *RequestMeta
- func (*UsersRequest) ProtoMessage()
- func (x *UsersRequest) ProtoReflect() protoreflect.Message
- func (x *UsersRequest) Reset()
- func (x *UsersRequest) String() string
- type UsersResponse
- func (*UsersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UsersResponse) GetMetadata() *ResponseMeta
- func (x *UsersResponse) GetUsers() []*user.User
- func (*UsersResponse) ProtoMessage()
- func (x *UsersResponse) ProtoReflect() protoreflect.Message
- func (x *UsersResponse) Reset()
- func (x *UsersResponse) String() string
- type Webhook
Constants ¶
const ( ProjectService_List_FullMethodName = "/InternalApi.Projecthub.ProjectService/List" ProjectService_ListKeyset_FullMethodName = "/InternalApi.Projecthub.ProjectService/ListKeyset" ProjectService_Describe_FullMethodName = "/InternalApi.Projecthub.ProjectService/Describe" ProjectService_DescribeMany_FullMethodName = "/InternalApi.Projecthub.ProjectService/DescribeMany" ProjectService_Create_FullMethodName = "/InternalApi.Projecthub.ProjectService/Create" ProjectService_Update_FullMethodName = "/InternalApi.Projecthub.ProjectService/Update" ProjectService_Destroy_FullMethodName = "/InternalApi.Projecthub.ProjectService/Destroy" ProjectService_Users_FullMethodName = "/InternalApi.Projecthub.ProjectService/Users" ProjectService_CheckDeployKey_FullMethodName = "/InternalApi.Projecthub.ProjectService/CheckDeployKey" ProjectService_RegenerateDeployKey_FullMethodName = "/InternalApi.Projecthub.ProjectService/RegenerateDeployKey" ProjectService_CheckWebhook_FullMethodName = "/InternalApi.Projecthub.ProjectService/CheckWebhook" ProjectService_RegenerateWebhook_FullMethodName = "/InternalApi.Projecthub.ProjectService/RegenerateWebhook" ProjectService_ChangeProjectOwner_FullMethodName = "/InternalApi.Projecthub.ProjectService/ChangeProjectOwner" ProjectService_ForkAndCreate_FullMethodName = "/InternalApi.Projecthub.ProjectService/ForkAndCreate" ProjectService_GithubAppSwitch_FullMethodName = "/InternalApi.Projecthub.ProjectService/GithubAppSwitch" ProjectService_FinishOnboarding_FullMethodName = "/InternalApi.Projecthub.ProjectService/FinishOnboarding" )
Variables ¶
var ( ResponseMeta_Code_name = map[int32]string{ 0: "OK", 2: "NOT_FOUND", 3: "FAILED_PRECONDITION", } ResponseMeta_Code_value = map[string]int32{ "OK": 0, "NOT_FOUND": 2, "FAILED_PRECONDITION": 3, } )
Enum value maps for ResponseMeta_Code.
var ( Project_Spec_Visibility_name = map[int32]string{ 0: "PRIVATE", 1: "PUBLIC", } Project_Spec_Visibility_value = map[string]int32{ "PRIVATE": 0, "PUBLIC": 1, } )
Enum value maps for Project_Spec_Visibility.
var ( Project_Spec_PermissionType_name = map[int32]string{ 0: "EMPTY", 1: "DEFAULT_BRANCH", 2: "NON_DEFAULT_BRANCH", 3: "PULL_REQUEST", 4: "FORKED_PULL_REQUEST", 5: "TAG", } Project_Spec_PermissionType_value = map[string]int32{ "EMPTY": 0, "DEFAULT_BRANCH": 1, "NON_DEFAULT_BRANCH": 2, "PULL_REQUEST": 3, "FORKED_PULL_REQUEST": 4, "TAG": 5, } )
Enum value maps for Project_Spec_PermissionType.
var ( Project_Spec_Repository_RunType_name = map[int32]string{ 0: "BRANCHES", 1: "TAGS", 2: "PULL_REQUESTS", 3: "FORKED_PULL_REQUESTS", } Project_Spec_Repository_RunType_value = map[string]int32{ "BRANCHES": 0, "TAGS": 1, "PULL_REQUESTS": 2, "FORKED_PULL_REQUESTS": 3, } )
Enum value maps for Project_Spec_Repository_RunType.
var ( Project_Spec_Repository_Status_PipelineFile_Level_name = map[int32]string{ 0: "BLOCK", 1: "PIPELINE", } Project_Spec_Repository_Status_PipelineFile_Level_value = map[string]int32{ "BLOCK": 0, "PIPELINE": 1, } )
Enum value maps for Project_Spec_Repository_Status_PipelineFile_Level.
var ( Project_Spec_Scheduler_Status_name = map[int32]string{ 0: "STATUS_UNSPECIFIED", 1: "STATUS_INACTIVE", 2: "STATUS_ACTIVE", } Project_Spec_Scheduler_Status_value = map[string]int32{ "STATUS_UNSPECIFIED": 0, "STATUS_INACTIVE": 1, "STATUS_ACTIVE": 2, } )
Enum value maps for Project_Spec_Scheduler_Status.
var ( Project_Spec_Task_Status_name = map[int32]string{ 0: "STATUS_UNSPECIFIED", 1: "STATUS_INACTIVE", 2: "STATUS_ACTIVE", } Project_Spec_Task_Status_value = map[string]int32{ "STATUS_UNSPECIFIED": 0, "STATUS_INACTIVE": 1, "STATUS_ACTIVE": 2, } )
Enum value maps for Project_Spec_Task_Status.
var ( Project_Status_State_name = map[int32]string{ 0: "INITIALIZING", 1: "READY", 2: "ERROR", 3: "ONBOARDING", } Project_Status_State_value = map[string]int32{ "INITIALIZING": 0, "READY": 1, "ERROR": 2, "ONBOARDING": 3, } )
Enum value maps for Project_Status_State.
var ( ListKeysetRequest_Direction_name = map[int32]string{ 0: "NEXT", 1: "PREVIOUS", } ListKeysetRequest_Direction_value = map[string]int32{ "NEXT": 0, "PREVIOUS": 1, } )
Enum value maps for ListKeysetRequest_Direction.
var File_projecthub_proto protoreflect.FileDescriptor
var ProjectService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "InternalApi.Projecthub.ProjectService", HandlerType: (*ProjectServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "List", Handler: _ProjectService_List_Handler, }, { MethodName: "ListKeyset", Handler: _ProjectService_ListKeyset_Handler, }, { MethodName: "Describe", Handler: _ProjectService_Describe_Handler, }, { MethodName: "DescribeMany", Handler: _ProjectService_DescribeMany_Handler, }, { MethodName: "Create", Handler: _ProjectService_Create_Handler, }, { MethodName: "Update", Handler: _ProjectService_Update_Handler, }, { MethodName: "Destroy", Handler: _ProjectService_Destroy_Handler, }, { MethodName: "Users", Handler: _ProjectService_Users_Handler, }, { MethodName: "CheckDeployKey", Handler: _ProjectService_CheckDeployKey_Handler, }, { MethodName: "RegenerateDeployKey", Handler: _ProjectService_RegenerateDeployKey_Handler, }, { MethodName: "CheckWebhook", Handler: _ProjectService_CheckWebhook_Handler, }, { MethodName: "RegenerateWebhook", Handler: _ProjectService_RegenerateWebhook_Handler, }, { MethodName: "ChangeProjectOwner", Handler: _ProjectService_ChangeProjectOwner_Handler, }, { MethodName: "ForkAndCreate", Handler: _ProjectService_ForkAndCreate_Handler, }, { MethodName: "GithubAppSwitch", Handler: _ProjectService_GithubAppSwitch_Handler, }, { MethodName: "FinishOnboarding", Handler: _ProjectService_FinishOnboarding_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "projecthub.proto", }
ProjectService_ServiceDesc is the grpc.ServiceDesc for ProjectService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterProjectServiceServer ¶
func RegisterProjectServiceServer(s grpc.ServiceRegistrar, srv ProjectServiceServer)
Types ¶
type ChangeProjectOwnerRequest ¶
type ChangeProjectOwnerRequest struct { Metadata *RequestMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` UserId string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
ChangeProjectOwner call request
- id = [required] project uuid. - user_id = [required] new project owner uuid.
func (*ChangeProjectOwnerRequest) Descriptor
deprecated
func (*ChangeProjectOwnerRequest) Descriptor() ([]byte, []int)
Deprecated: Use ChangeProjectOwnerRequest.ProtoReflect.Descriptor instead.
func (*ChangeProjectOwnerRequest) GetId ¶
func (x *ChangeProjectOwnerRequest) GetId() string
func (*ChangeProjectOwnerRequest) GetMetadata ¶
func (x *ChangeProjectOwnerRequest) GetMetadata() *RequestMeta
func (*ChangeProjectOwnerRequest) GetUserId ¶
func (x *ChangeProjectOwnerRequest) GetUserId() string
func (*ChangeProjectOwnerRequest) ProtoMessage ¶
func (*ChangeProjectOwnerRequest) ProtoMessage()
func (*ChangeProjectOwnerRequest) ProtoReflect ¶
func (x *ChangeProjectOwnerRequest) ProtoReflect() protoreflect.Message
func (*ChangeProjectOwnerRequest) Reset ¶
func (x *ChangeProjectOwnerRequest) Reset()
func (*ChangeProjectOwnerRequest) String ¶
func (x *ChangeProjectOwnerRequest) String() string
type ChangeProjectOwnerResponse ¶
type ChangeProjectOwnerResponse struct { Metadata *ResponseMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
ChangeProjectOwner call response
func (*ChangeProjectOwnerResponse) Descriptor
deprecated
func (*ChangeProjectOwnerResponse) Descriptor() ([]byte, []int)
Deprecated: Use ChangeProjectOwnerResponse.ProtoReflect.Descriptor instead.
func (*ChangeProjectOwnerResponse) GetMetadata ¶
func (x *ChangeProjectOwnerResponse) GetMetadata() *ResponseMeta
func (*ChangeProjectOwnerResponse) ProtoMessage ¶
func (*ChangeProjectOwnerResponse) ProtoMessage()
func (*ChangeProjectOwnerResponse) ProtoReflect ¶
func (x *ChangeProjectOwnerResponse) ProtoReflect() protoreflect.Message
func (*ChangeProjectOwnerResponse) Reset ¶
func (x *ChangeProjectOwnerResponse) Reset()
func (*ChangeProjectOwnerResponse) String ¶
func (x *ChangeProjectOwnerResponse) String() string
type CheckDeployKeyRequest ¶
type CheckDeployKeyRequest struct { Metadata *RequestMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
CheckDeployKey call request
- id = [required] project uuid.
func (*CheckDeployKeyRequest) Descriptor
deprecated
func (*CheckDeployKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use CheckDeployKeyRequest.ProtoReflect.Descriptor instead.
func (*CheckDeployKeyRequest) GetId ¶
func (x *CheckDeployKeyRequest) GetId() string
func (*CheckDeployKeyRequest) GetMetadata ¶
func (x *CheckDeployKeyRequest) GetMetadata() *RequestMeta
func (*CheckDeployKeyRequest) ProtoMessage ¶
func (*CheckDeployKeyRequest) ProtoMessage()
func (*CheckDeployKeyRequest) ProtoReflect ¶
func (x *CheckDeployKeyRequest) ProtoReflect() protoreflect.Message
func (*CheckDeployKeyRequest) Reset ¶
func (x *CheckDeployKeyRequest) Reset()
func (*CheckDeployKeyRequest) String ¶
func (x *CheckDeployKeyRequest) String() string
type CheckDeployKeyResponse ¶
type CheckDeployKeyResponse struct { Metadata *ResponseMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` DeployKey *CheckDeployKeyResponse_DeployKey `protobuf:"bytes,2,opt,name=deploy_key,json=deployKey,proto3" json:"deploy_key,omitempty"` // contains filtered or unexported fields }
CheckDeployKey call response
func (*CheckDeployKeyResponse) Descriptor
deprecated
func (*CheckDeployKeyResponse) Descriptor() ([]byte, []int)
Deprecated: Use CheckDeployKeyResponse.ProtoReflect.Descriptor instead.
func (*CheckDeployKeyResponse) GetDeployKey ¶
func (x *CheckDeployKeyResponse) GetDeployKey() *CheckDeployKeyResponse_DeployKey
func (*CheckDeployKeyResponse) GetMetadata ¶
func (x *CheckDeployKeyResponse) GetMetadata() *ResponseMeta
func (*CheckDeployKeyResponse) ProtoMessage ¶
func (*CheckDeployKeyResponse) ProtoMessage()
func (*CheckDeployKeyResponse) ProtoReflect ¶
func (x *CheckDeployKeyResponse) ProtoReflect() protoreflect.Message
func (*CheckDeployKeyResponse) Reset ¶
func (x *CheckDeployKeyResponse) Reset()
func (*CheckDeployKeyResponse) String ¶
func (x *CheckDeployKeyResponse) String() string
type CheckDeployKeyResponse_DeployKey ¶
type CheckDeployKeyResponse_DeployKey struct { Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` Fingerprint string `protobuf:"bytes,2,opt,name=fingerprint,proto3" json:"fingerprint,omitempty"` CreatedAt *timestamp.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // contains filtered or unexported fields }
func (*CheckDeployKeyResponse_DeployKey) Descriptor
deprecated
func (*CheckDeployKeyResponse_DeployKey) Descriptor() ([]byte, []int)
Deprecated: Use CheckDeployKeyResponse_DeployKey.ProtoReflect.Descriptor instead.
func (*CheckDeployKeyResponse_DeployKey) GetCreatedAt ¶
func (x *CheckDeployKeyResponse_DeployKey) GetCreatedAt() *timestamp.Timestamp
func (*CheckDeployKeyResponse_DeployKey) GetFingerprint ¶
func (x *CheckDeployKeyResponse_DeployKey) GetFingerprint() string
func (*CheckDeployKeyResponse_DeployKey) GetTitle ¶
func (x *CheckDeployKeyResponse_DeployKey) GetTitle() string
func (*CheckDeployKeyResponse_DeployKey) ProtoMessage ¶
func (*CheckDeployKeyResponse_DeployKey) ProtoMessage()
func (*CheckDeployKeyResponse_DeployKey) ProtoReflect ¶
func (x *CheckDeployKeyResponse_DeployKey) ProtoReflect() protoreflect.Message
func (*CheckDeployKeyResponse_DeployKey) Reset ¶
func (x *CheckDeployKeyResponse_DeployKey) Reset()
func (*CheckDeployKeyResponse_DeployKey) String ¶
func (x *CheckDeployKeyResponse_DeployKey) String() string
type CheckWebhookRequest ¶
type CheckWebhookRequest struct { Metadata *RequestMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
CheckWebhook call request
- id = [required] project uuid.
func (*CheckWebhookRequest) Descriptor
deprecated
func (*CheckWebhookRequest) Descriptor() ([]byte, []int)
Deprecated: Use CheckWebhookRequest.ProtoReflect.Descriptor instead.
func (*CheckWebhookRequest) GetId ¶
func (x *CheckWebhookRequest) GetId() string
func (*CheckWebhookRequest) GetMetadata ¶
func (x *CheckWebhookRequest) GetMetadata() *RequestMeta
func (*CheckWebhookRequest) ProtoMessage ¶
func (*CheckWebhookRequest) ProtoMessage()
func (*CheckWebhookRequest) ProtoReflect ¶
func (x *CheckWebhookRequest) ProtoReflect() protoreflect.Message
func (*CheckWebhookRequest) Reset ¶
func (x *CheckWebhookRequest) Reset()
func (*CheckWebhookRequest) String ¶
func (x *CheckWebhookRequest) String() string
type CheckWebhookResponse ¶
type CheckWebhookResponse struct { Metadata *ResponseMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Webhook *Webhook `protobuf:"bytes,2,opt,name=webhook,proto3" json:"webhook,omitempty"` // contains filtered or unexported fields }
CheckWebhook call response
func (*CheckWebhookResponse) Descriptor
deprecated
func (*CheckWebhookResponse) Descriptor() ([]byte, []int)
Deprecated: Use CheckWebhookResponse.ProtoReflect.Descriptor instead.
func (*CheckWebhookResponse) GetMetadata ¶
func (x *CheckWebhookResponse) GetMetadata() *ResponseMeta
func (*CheckWebhookResponse) GetWebhook ¶
func (x *CheckWebhookResponse) GetWebhook() *Webhook
func (*CheckWebhookResponse) ProtoMessage ¶
func (*CheckWebhookResponse) ProtoMessage()
func (*CheckWebhookResponse) ProtoReflect ¶
func (x *CheckWebhookResponse) ProtoReflect() protoreflect.Message
func (*CheckWebhookResponse) Reset ¶
func (x *CheckWebhookResponse) Reset()
func (*CheckWebhookResponse) String ¶
func (x *CheckWebhookResponse) String() string
type CollaboratorsChanged ¶
type CollaboratorsChanged struct { ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` Timestamp *timestamp.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
Published with routing key: 'collabortors_changed'. All fields are required.
func (*CollaboratorsChanged) Descriptor
deprecated
func (*CollaboratorsChanged) Descriptor() ([]byte, []int)
Deprecated: Use CollaboratorsChanged.ProtoReflect.Descriptor instead.
func (*CollaboratorsChanged) GetProjectId ¶
func (x *CollaboratorsChanged) GetProjectId() string
func (*CollaboratorsChanged) GetTimestamp ¶
func (x *CollaboratorsChanged) GetTimestamp() *timestamp.Timestamp
func (*CollaboratorsChanged) ProtoMessage ¶
func (*CollaboratorsChanged) ProtoMessage()
func (*CollaboratorsChanged) ProtoReflect ¶
func (x *CollaboratorsChanged) ProtoReflect() protoreflect.Message
func (*CollaboratorsChanged) Reset ¶
func (x *CollaboratorsChanged) Reset()
func (*CollaboratorsChanged) String ¶
func (x *CollaboratorsChanged) String() string
type CreateRequest ¶
type CreateRequest struct { Metadata *RequestMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Project *Project `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"` SkipOnboarding bool `protobuf:"varint,3,opt,name=skip_onboarding,json=skipOnboarding,proto3" json:"skip_onboarding,omitempty"` // contains filtered or unexported fields }
func (*CreateRequest) Descriptor
deprecated
func (*CreateRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateRequest.ProtoReflect.Descriptor instead.
func (*CreateRequest) GetMetadata ¶
func (x *CreateRequest) GetMetadata() *RequestMeta
func (*CreateRequest) GetProject ¶
func (x *CreateRequest) GetProject() *Project
func (*CreateRequest) GetSkipOnboarding ¶
func (x *CreateRequest) GetSkipOnboarding() bool
func (*CreateRequest) ProtoMessage ¶
func (*CreateRequest) ProtoMessage()
func (*CreateRequest) ProtoReflect ¶
func (x *CreateRequest) ProtoReflect() protoreflect.Message
func (*CreateRequest) Reset ¶
func (x *CreateRequest) Reset()
func (*CreateRequest) String ¶
func (x *CreateRequest) String() string
type CreateResponse ¶
type CreateResponse struct { Metadata *ResponseMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Project *Project `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"` // contains filtered or unexported fields }
func (*CreateResponse) Descriptor
deprecated
func (*CreateResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateResponse.ProtoReflect.Descriptor instead.
func (*CreateResponse) GetMetadata ¶
func (x *CreateResponse) GetMetadata() *ResponseMeta
func (*CreateResponse) GetProject ¶
func (x *CreateResponse) GetProject() *Project
func (*CreateResponse) ProtoMessage ¶
func (*CreateResponse) ProtoMessage()
func (*CreateResponse) ProtoReflect ¶
func (x *CreateResponse) ProtoReflect() protoreflect.Message
func (*CreateResponse) Reset ¶
func (x *CreateResponse) Reset()
func (*CreateResponse) String ¶
func (x *CreateResponse) String() string
type DescribeManyRequest ¶
type DescribeManyRequest struct { Metadata *RequestMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Ids []string `protobuf:"bytes,2,rep,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*DescribeManyRequest) Descriptor
deprecated
func (*DescribeManyRequest) Descriptor() ([]byte, []int)
Deprecated: Use DescribeManyRequest.ProtoReflect.Descriptor instead.
func (*DescribeManyRequest) GetIds ¶
func (x *DescribeManyRequest) GetIds() []string
func (*DescribeManyRequest) GetMetadata ¶
func (x *DescribeManyRequest) GetMetadata() *RequestMeta
func (*DescribeManyRequest) ProtoMessage ¶
func (*DescribeManyRequest) ProtoMessage()
func (*DescribeManyRequest) ProtoReflect ¶
func (x *DescribeManyRequest) ProtoReflect() protoreflect.Message
func (*DescribeManyRequest) Reset ¶
func (x *DescribeManyRequest) Reset()
func (*DescribeManyRequest) String ¶
func (x *DescribeManyRequest) String() string
type DescribeManyResponse ¶
type DescribeManyResponse struct { Metadata *ResponseMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Projects []*Project `protobuf:"bytes,2,rep,name=projects,proto3" json:"projects,omitempty"` // contains filtered or unexported fields }
func (*DescribeManyResponse) Descriptor
deprecated
func (*DescribeManyResponse) Descriptor() ([]byte, []int)
Deprecated: Use DescribeManyResponse.ProtoReflect.Descriptor instead.
func (*DescribeManyResponse) GetMetadata ¶
func (x *DescribeManyResponse) GetMetadata() *ResponseMeta
func (*DescribeManyResponse) GetProjects ¶
func (x *DescribeManyResponse) GetProjects() []*Project
func (*DescribeManyResponse) ProtoMessage ¶
func (*DescribeManyResponse) ProtoMessage()
func (*DescribeManyResponse) ProtoReflect ¶
func (x *DescribeManyResponse) ProtoReflect() protoreflect.Message
func (*DescribeManyResponse) Reset ¶
func (x *DescribeManyResponse) Reset()
func (*DescribeManyResponse) String ¶
func (x *DescribeManyResponse) String() string
type DescribeRequest ¶
type DescribeRequest struct { Metadata *RequestMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Detailed bool `protobuf:"varint,4,opt,name=detailed,proto3" json:"detailed,omitempty"` // contains filtered or unexported fields }
Describe call request
- metadata = [required] Request metadata - id = [required if no name] Project ID - name = [required if no id] Project name - detailed = [optional] Return schedulers spec? Default if false.
func (*DescribeRequest) Descriptor
deprecated
func (*DescribeRequest) Descriptor() ([]byte, []int)
Deprecated: Use DescribeRequest.ProtoReflect.Descriptor instead.
func (*DescribeRequest) GetDetailed ¶
func (x *DescribeRequest) GetDetailed() bool
func (*DescribeRequest) GetId ¶
func (x *DescribeRequest) GetId() string
func (*DescribeRequest) GetMetadata ¶
func (x *DescribeRequest) GetMetadata() *RequestMeta
func (*DescribeRequest) GetName ¶
func (x *DescribeRequest) GetName() string
func (*DescribeRequest) ProtoMessage ¶
func (*DescribeRequest) ProtoMessage()
func (*DescribeRequest) ProtoReflect ¶
func (x *DescribeRequest) ProtoReflect() protoreflect.Message
func (*DescribeRequest) Reset ¶
func (x *DescribeRequest) Reset()
func (*DescribeRequest) String ¶
func (x *DescribeRequest) String() string
type DescribeResponse ¶
type DescribeResponse struct { Metadata *ResponseMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Project *Project `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"` // contains filtered or unexported fields }
func (*DescribeResponse) Descriptor
deprecated
func (*DescribeResponse) Descriptor() ([]byte, []int)
Deprecated: Use DescribeResponse.ProtoReflect.Descriptor instead.
func (*DescribeResponse) GetMetadata ¶
func (x *DescribeResponse) GetMetadata() *ResponseMeta
func (*DescribeResponse) GetProject ¶
func (x *DescribeResponse) GetProject() *Project
func (*DescribeResponse) ProtoMessage ¶
func (*DescribeResponse) ProtoMessage()
func (*DescribeResponse) ProtoReflect ¶
func (x *DescribeResponse) ProtoReflect() protoreflect.Message
func (*DescribeResponse) Reset ¶
func (x *DescribeResponse) Reset()
func (*DescribeResponse) String ¶
func (x *DescribeResponse) String() string
type DestroyRequest ¶
type DestroyRequest struct { Metadata *RequestMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*DestroyRequest) Descriptor
deprecated
func (*DestroyRequest) Descriptor() ([]byte, []int)
Deprecated: Use DestroyRequest.ProtoReflect.Descriptor instead.
func (*DestroyRequest) GetId ¶
func (x *DestroyRequest) GetId() string
func (*DestroyRequest) GetMetadata ¶
func (x *DestroyRequest) GetMetadata() *RequestMeta
func (*DestroyRequest) GetName ¶
func (x *DestroyRequest) GetName() string
func (*DestroyRequest) ProtoMessage ¶
func (*DestroyRequest) ProtoMessage()
func (*DestroyRequest) ProtoReflect ¶
func (x *DestroyRequest) ProtoReflect() protoreflect.Message
func (*DestroyRequest) Reset ¶
func (x *DestroyRequest) Reset()
func (*DestroyRequest) String ¶
func (x *DestroyRequest) String() string
type DestroyResponse ¶
type DestroyResponse struct { Metadata *ResponseMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
func (*DestroyResponse) Descriptor
deprecated
func (*DestroyResponse) Descriptor() ([]byte, []int)
Deprecated: Use DestroyResponse.ProtoReflect.Descriptor instead.
func (*DestroyResponse) GetMetadata ¶
func (x *DestroyResponse) GetMetadata() *ResponseMeta
func (*DestroyResponse) ProtoMessage ¶
func (*DestroyResponse) ProtoMessage()
func (*DestroyResponse) ProtoReflect ¶
func (x *DestroyResponse) ProtoReflect() protoreflect.Message
func (*DestroyResponse) Reset ¶
func (x *DestroyResponse) Reset()
func (*DestroyResponse) String ¶
func (x *DestroyResponse) String() string
type FinishOnboardingRequest ¶
type FinishOnboardingRequest struct { Metadata *RequestMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
FinishOnboarding call request
- id = [required] project uuid.
func (*FinishOnboardingRequest) Descriptor
deprecated
func (*FinishOnboardingRequest) Descriptor() ([]byte, []int)
Deprecated: Use FinishOnboardingRequest.ProtoReflect.Descriptor instead.
func (*FinishOnboardingRequest) GetId ¶
func (x *FinishOnboardingRequest) GetId() string
func (*FinishOnboardingRequest) GetMetadata ¶
func (x *FinishOnboardingRequest) GetMetadata() *RequestMeta
func (*FinishOnboardingRequest) ProtoMessage ¶
func (*FinishOnboardingRequest) ProtoMessage()
func (*FinishOnboardingRequest) ProtoReflect ¶
func (x *FinishOnboardingRequest) ProtoReflect() protoreflect.Message
func (*FinishOnboardingRequest) Reset ¶
func (x *FinishOnboardingRequest) Reset()
func (*FinishOnboardingRequest) String ¶
func (x *FinishOnboardingRequest) String() string
type FinishOnboardingResponse ¶
type FinishOnboardingResponse struct { Metadata *ResponseMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
FinishOnboarding call response
func (*FinishOnboardingResponse) Descriptor
deprecated
func (*FinishOnboardingResponse) Descriptor() ([]byte, []int)
Deprecated: Use FinishOnboardingResponse.ProtoReflect.Descriptor instead.
func (*FinishOnboardingResponse) GetMetadata ¶
func (x *FinishOnboardingResponse) GetMetadata() *ResponseMeta
func (*FinishOnboardingResponse) ProtoMessage ¶
func (*FinishOnboardingResponse) ProtoMessage()
func (*FinishOnboardingResponse) ProtoReflect ¶
func (x *FinishOnboardingResponse) ProtoReflect() protoreflect.Message
func (*FinishOnboardingResponse) Reset ¶
func (x *FinishOnboardingResponse) Reset()
func (*FinishOnboardingResponse) String ¶
func (x *FinishOnboardingResponse) String() string
type ForkAndCreateRequest ¶
type ForkAndCreateRequest struct { Metadata *RequestMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Project *Project `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"` // contains filtered or unexported fields }
ForkAndCreate call request
func (*ForkAndCreateRequest) Descriptor
deprecated
func (*ForkAndCreateRequest) Descriptor() ([]byte, []int)
Deprecated: Use ForkAndCreateRequest.ProtoReflect.Descriptor instead.
func (*ForkAndCreateRequest) GetMetadata ¶
func (x *ForkAndCreateRequest) GetMetadata() *RequestMeta
func (*ForkAndCreateRequest) GetProject ¶
func (x *ForkAndCreateRequest) GetProject() *Project
func (*ForkAndCreateRequest) ProtoMessage ¶
func (*ForkAndCreateRequest) ProtoMessage()
func (*ForkAndCreateRequest) ProtoReflect ¶
func (x *ForkAndCreateRequest) ProtoReflect() protoreflect.Message
func (*ForkAndCreateRequest) Reset ¶
func (x *ForkAndCreateRequest) Reset()
func (*ForkAndCreateRequest) String ¶
func (x *ForkAndCreateRequest) String() string
type ForkAndCreateResponse ¶
type ForkAndCreateResponse struct { Metadata *ResponseMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Project *Project `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"` // contains filtered or unexported fields }
ForkAndCreate call response
func (*ForkAndCreateResponse) Descriptor
deprecated
func (*ForkAndCreateResponse) Descriptor() ([]byte, []int)
Deprecated: Use ForkAndCreateResponse.ProtoReflect.Descriptor instead.
func (*ForkAndCreateResponse) GetMetadata ¶
func (x *ForkAndCreateResponse) GetMetadata() *ResponseMeta
func (*ForkAndCreateResponse) GetProject ¶
func (x *ForkAndCreateResponse) GetProject() *Project
func (*ForkAndCreateResponse) ProtoMessage ¶
func (*ForkAndCreateResponse) ProtoMessage()
func (*ForkAndCreateResponse) ProtoReflect ¶
func (x *ForkAndCreateResponse) ProtoReflect() protoreflect.Message
func (*ForkAndCreateResponse) Reset ¶
func (x *ForkAndCreateResponse) Reset()
func (*ForkAndCreateResponse) String ¶
func (x *ForkAndCreateResponse) String() string
type GithubAppSwitchRequest ¶
type GithubAppSwitchRequest struct { Metadata *RequestMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
GithubAppSwitch call request
- id = [required] project uuid.
func (*GithubAppSwitchRequest) Descriptor
deprecated
func (*GithubAppSwitchRequest) Descriptor() ([]byte, []int)
Deprecated: Use GithubAppSwitchRequest.ProtoReflect.Descriptor instead.
func (*GithubAppSwitchRequest) GetId ¶
func (x *GithubAppSwitchRequest) GetId() string
func (*GithubAppSwitchRequest) GetMetadata ¶
func (x *GithubAppSwitchRequest) GetMetadata() *RequestMeta
func (*GithubAppSwitchRequest) ProtoMessage ¶
func (*GithubAppSwitchRequest) ProtoMessage()
func (*GithubAppSwitchRequest) ProtoReflect ¶
func (x *GithubAppSwitchRequest) ProtoReflect() protoreflect.Message
func (*GithubAppSwitchRequest) Reset ¶
func (x *GithubAppSwitchRequest) Reset()
func (*GithubAppSwitchRequest) String ¶
func (x *GithubAppSwitchRequest) String() string
type GithubAppSwitchResponse ¶
type GithubAppSwitchResponse struct { Metadata *ResponseMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
GithubAppSwitch call response
func (*GithubAppSwitchResponse) Descriptor
deprecated
func (*GithubAppSwitchResponse) Descriptor() ([]byte, []int)
Deprecated: Use GithubAppSwitchResponse.ProtoReflect.Descriptor instead.
func (*GithubAppSwitchResponse) GetMetadata ¶
func (x *GithubAppSwitchResponse) GetMetadata() *ResponseMeta
func (*GithubAppSwitchResponse) ProtoMessage ¶
func (*GithubAppSwitchResponse) ProtoMessage()
func (*GithubAppSwitchResponse) ProtoReflect ¶
func (x *GithubAppSwitchResponse) ProtoReflect() protoreflect.Message
func (*GithubAppSwitchResponse) Reset ¶
func (x *GithubAppSwitchResponse) Reset()
func (*GithubAppSwitchResponse) String ¶
func (x *GithubAppSwitchResponse) String() string
type ListKeysetRequest ¶
type ListKeysetRequest struct { Metadata *RequestMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Direction ListKeysetRequest_Direction `` /* 128-byte string literal not displayed */ OwnerId string `protobuf:"bytes,5,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"` RepoUrl string `protobuf:"bytes,6,opt,name=repo_url,json=repoUrl,proto3" json:"repo_url,omitempty"` CreatedAfter *timestamp.Timestamp `protobuf:"bytes,7,opt,name=created_after,json=createdAfter,proto3" json:"created_after,omitempty"` // contains filtered or unexported fields }
func (*ListKeysetRequest) Descriptor
deprecated
func (*ListKeysetRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListKeysetRequest.ProtoReflect.Descriptor instead.
func (*ListKeysetRequest) GetCreatedAfter ¶
func (x *ListKeysetRequest) GetCreatedAfter() *timestamp.Timestamp
func (*ListKeysetRequest) GetDirection ¶
func (x *ListKeysetRequest) GetDirection() ListKeysetRequest_Direction
func (*ListKeysetRequest) GetMetadata ¶
func (x *ListKeysetRequest) GetMetadata() *RequestMeta
func (*ListKeysetRequest) GetOwnerId ¶
func (x *ListKeysetRequest) GetOwnerId() string
func (*ListKeysetRequest) GetPageSize ¶
func (x *ListKeysetRequest) GetPageSize() int32
func (*ListKeysetRequest) GetPageToken ¶
func (x *ListKeysetRequest) GetPageToken() string
func (*ListKeysetRequest) GetRepoUrl ¶
func (x *ListKeysetRequest) GetRepoUrl() string
func (*ListKeysetRequest) ProtoMessage ¶
func (*ListKeysetRequest) ProtoMessage()
func (*ListKeysetRequest) ProtoReflect ¶
func (x *ListKeysetRequest) ProtoReflect() protoreflect.Message
func (*ListKeysetRequest) Reset ¶
func (x *ListKeysetRequest) Reset()
func (*ListKeysetRequest) String ¶
func (x *ListKeysetRequest) String() string
type ListKeysetRequest_Direction ¶
type ListKeysetRequest_Direction int32
const ( ListKeysetRequest_NEXT ListKeysetRequest_Direction = 0 ListKeysetRequest_PREVIOUS ListKeysetRequest_Direction = 1 )
func (ListKeysetRequest_Direction) Descriptor ¶
func (ListKeysetRequest_Direction) Descriptor() protoreflect.EnumDescriptor
func (ListKeysetRequest_Direction) Enum ¶
func (x ListKeysetRequest_Direction) Enum() *ListKeysetRequest_Direction
func (ListKeysetRequest_Direction) EnumDescriptor
deprecated
func (ListKeysetRequest_Direction) EnumDescriptor() ([]byte, []int)
Deprecated: Use ListKeysetRequest_Direction.Descriptor instead.
func (ListKeysetRequest_Direction) Number ¶
func (x ListKeysetRequest_Direction) Number() protoreflect.EnumNumber
func (ListKeysetRequest_Direction) String ¶
func (x ListKeysetRequest_Direction) String() string
func (ListKeysetRequest_Direction) Type ¶
func (ListKeysetRequest_Direction) Type() protoreflect.EnumType
type ListKeysetResponse ¶
type ListKeysetResponse struct { Metadata *ResponseMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Projects []*Project `protobuf:"bytes,2,rep,name=projects,proto3" json:"projects,omitempty"` NextPageToken string `protobuf:"bytes,3,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` PreviousPageToken string `protobuf:"bytes,4,opt,name=previous_page_token,json=previousPageToken,proto3" json:"previous_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListKeysetResponse) Descriptor
deprecated
func (*ListKeysetResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListKeysetResponse.ProtoReflect.Descriptor instead.
func (*ListKeysetResponse) GetMetadata ¶
func (x *ListKeysetResponse) GetMetadata() *ResponseMeta
func (*ListKeysetResponse) GetNextPageToken ¶
func (x *ListKeysetResponse) GetNextPageToken() string
func (*ListKeysetResponse) GetPreviousPageToken ¶
func (x *ListKeysetResponse) GetPreviousPageToken() string
func (*ListKeysetResponse) GetProjects ¶
func (x *ListKeysetResponse) GetProjects() []*Project
func (*ListKeysetResponse) ProtoMessage ¶
func (*ListKeysetResponse) ProtoMessage()
func (*ListKeysetResponse) ProtoReflect ¶
func (x *ListKeysetResponse) ProtoReflect() protoreflect.Message
func (*ListKeysetResponse) Reset ¶
func (x *ListKeysetResponse) Reset()
func (*ListKeysetResponse) String ¶
func (x *ListKeysetResponse) String() string
type ListRequest ¶
type ListRequest struct { Metadata *RequestMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Pagination *PaginationRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` OwnerId string `protobuf:"bytes,3,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"` RepoUrl string `protobuf:"bytes,4,opt,name=repo_url,json=repoUrl,proto3" json:"repo_url,omitempty"` // contains filtered or unexported fields }
List call request
- metadata = [required] Request metadata - owner_id = [optional] Project Owner ID - repo_url = [optional] Repository URL
func (*ListRequest) Descriptor
deprecated
func (*ListRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRequest.ProtoReflect.Descriptor instead.
func (*ListRequest) GetMetadata ¶
func (x *ListRequest) GetMetadata() *RequestMeta
func (*ListRequest) GetOwnerId ¶
func (x *ListRequest) GetOwnerId() string
func (*ListRequest) GetPagination ¶
func (x *ListRequest) GetPagination() *PaginationRequest
func (*ListRequest) GetRepoUrl ¶
func (x *ListRequest) GetRepoUrl() string
func (*ListRequest) ProtoMessage ¶
func (*ListRequest) ProtoMessage()
func (*ListRequest) ProtoReflect ¶
func (x *ListRequest) ProtoReflect() protoreflect.Message
func (*ListRequest) Reset ¶
func (x *ListRequest) Reset()
func (*ListRequest) String ¶
func (x *ListRequest) String() string
type ListResponse ¶
type ListResponse struct { Metadata *ResponseMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Pagination *PaginationResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` Projects []*Project `protobuf:"bytes,3,rep,name=projects,proto3" json:"projects,omitempty"` // contains filtered or unexported fields }
func (*ListResponse) Descriptor
deprecated
func (*ListResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListResponse.ProtoReflect.Descriptor instead.
func (*ListResponse) GetMetadata ¶
func (x *ListResponse) GetMetadata() *ResponseMeta
func (*ListResponse) GetPagination ¶
func (x *ListResponse) GetPagination() *PaginationResponse
func (*ListResponse) GetProjects ¶
func (x *ListResponse) GetProjects() []*Project
func (*ListResponse) ProtoMessage ¶
func (*ListResponse) ProtoMessage()
func (*ListResponse) ProtoReflect ¶
func (x *ListResponse) ProtoReflect() protoreflect.Message
func (*ListResponse) Reset ¶
func (x *ListResponse) Reset()
func (*ListResponse) String ¶
func (x *ListResponse) String() string
type PaginationRequest ¶
type PaginationRequest struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // contains filtered or unexported fields }
func (*PaginationRequest) Descriptor
deprecated
func (*PaginationRequest) Descriptor() ([]byte, []int)
Deprecated: Use PaginationRequest.ProtoReflect.Descriptor instead.
func (*PaginationRequest) GetPage ¶
func (x *PaginationRequest) GetPage() int32
func (*PaginationRequest) GetPageSize ¶
func (x *PaginationRequest) GetPageSize() int32
func (*PaginationRequest) ProtoMessage ¶
func (*PaginationRequest) ProtoMessage()
func (*PaginationRequest) ProtoReflect ¶
func (x *PaginationRequest) ProtoReflect() protoreflect.Message
func (*PaginationRequest) Reset ¶
func (x *PaginationRequest) Reset()
func (*PaginationRequest) String ¶
func (x *PaginationRequest) String() string
type PaginationResponse ¶
type PaginationResponse struct { PageNumber int32 `protobuf:"varint,1,opt,name=page_number,json=pageNumber,proto3" json:"page_number,omitempty"` PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` TotalEntries int32 `protobuf:"varint,3,opt,name=total_entries,json=totalEntries,proto3" json:"total_entries,omitempty"` TotalPages int32 `protobuf:"varint,4,opt,name=total_pages,json=totalPages,proto3" json:"total_pages,omitempty"` // contains filtered or unexported fields }
func (*PaginationResponse) Descriptor
deprecated
func (*PaginationResponse) Descriptor() ([]byte, []int)
Deprecated: Use PaginationResponse.ProtoReflect.Descriptor instead.
func (*PaginationResponse) GetPageNumber ¶
func (x *PaginationResponse) GetPageNumber() int32
func (*PaginationResponse) GetPageSize ¶
func (x *PaginationResponse) GetPageSize() int32
func (*PaginationResponse) GetTotalEntries ¶
func (x *PaginationResponse) GetTotalEntries() int32
func (*PaginationResponse) GetTotalPages ¶
func (x *PaginationResponse) GetTotalPages() int32
func (*PaginationResponse) ProtoMessage ¶
func (*PaginationResponse) ProtoMessage()
func (*PaginationResponse) ProtoReflect ¶
func (x *PaginationResponse) ProtoReflect() protoreflect.Message
func (*PaginationResponse) Reset ¶
func (x *PaginationResponse) Reset()
func (*PaginationResponse) String ¶
func (x *PaginationResponse) String() string
type Project ¶
type Project struct { Metadata *Project_Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Spec *Project_Spec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"` Status *Project_Status `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*Project) Descriptor
deprecated
func (*Project) GetMetadata ¶
func (x *Project) GetMetadata() *Project_Metadata
func (*Project) GetSpec ¶
func (x *Project) GetSpec() *Project_Spec
func (*Project) GetStatus ¶
func (x *Project) GetStatus() *Project_Status
func (*Project) ProtoMessage ¶
func (*Project) ProtoMessage()
func (*Project) ProtoReflect ¶
func (x *Project) ProtoReflect() protoreflect.Message
type ProjectCreated ¶
type ProjectCreated struct { ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` Timestamp *timestamp.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"` OrgId string `protobuf:"bytes,3,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"` // contains filtered or unexported fields }
Published with routing key: 'created'. All fields are required.
func (*ProjectCreated) Descriptor
deprecated
func (*ProjectCreated) Descriptor() ([]byte, []int)
Deprecated: Use ProjectCreated.ProtoReflect.Descriptor instead.
func (*ProjectCreated) GetOrgId ¶
func (x *ProjectCreated) GetOrgId() string
func (*ProjectCreated) GetProjectId ¶
func (x *ProjectCreated) GetProjectId() string
func (*ProjectCreated) GetTimestamp ¶
func (x *ProjectCreated) GetTimestamp() *timestamp.Timestamp
func (*ProjectCreated) ProtoMessage ¶
func (*ProjectCreated) ProtoMessage()
func (*ProjectCreated) ProtoReflect ¶
func (x *ProjectCreated) ProtoReflect() protoreflect.Message
func (*ProjectCreated) Reset ¶
func (x *ProjectCreated) Reset()
func (*ProjectCreated) String ¶
func (x *ProjectCreated) String() string
type ProjectDeleted ¶
type ProjectDeleted struct { ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` Timestamp *timestamp.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"` OrgId string `protobuf:"bytes,3,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"` // contains filtered or unexported fields }
Published with routing key: 'deleted'. All fields are required.
func (*ProjectDeleted) Descriptor
deprecated
func (*ProjectDeleted) Descriptor() ([]byte, []int)
Deprecated: Use ProjectDeleted.ProtoReflect.Descriptor instead.
func (*ProjectDeleted) GetOrgId ¶
func (x *ProjectDeleted) GetOrgId() string
func (*ProjectDeleted) GetProjectId ¶
func (x *ProjectDeleted) GetProjectId() string
func (*ProjectDeleted) GetTimestamp ¶
func (x *ProjectDeleted) GetTimestamp() *timestamp.Timestamp
func (*ProjectDeleted) ProtoMessage ¶
func (*ProjectDeleted) ProtoMessage()
func (*ProjectDeleted) ProtoReflect ¶
func (x *ProjectDeleted) ProtoReflect() protoreflect.Message
func (*ProjectDeleted) Reset ¶
func (x *ProjectDeleted) Reset()
func (*ProjectDeleted) String ¶
func (x *ProjectDeleted) String() string
type ProjectServiceClient ¶
type ProjectServiceClient interface { List(ctx context.Context, in *ListRequest, opts ...grpc.CallOption) (*ListResponse, error) ListKeyset(ctx context.Context, in *ListKeysetRequest, opts ...grpc.CallOption) (*ListKeysetResponse, error) Describe(ctx context.Context, in *DescribeRequest, opts ...grpc.CallOption) (*DescribeResponse, error) DescribeMany(ctx context.Context, in *DescribeManyRequest, opts ...grpc.CallOption) (*DescribeManyResponse, error) Create(ctx context.Context, in *CreateRequest, opts ...grpc.CallOption) (*CreateResponse, error) Update(ctx context.Context, in *UpdateRequest, opts ...grpc.CallOption) (*UpdateResponse, error) Destroy(ctx context.Context, in *DestroyRequest, opts ...grpc.CallOption) (*DestroyResponse, error) // Operation is called to list Semaphore users on the project. // Operation is synchronous. Users(ctx context.Context, in *UsersRequest, opts ...grpc.CallOption) (*UsersResponse, error) // Operation is called to check the status of a deploy key. // Operation is synchronous. CheckDeployKey(ctx context.Context, in *CheckDeployKeyRequest, opts ...grpc.CallOption) (*CheckDeployKeyResponse, error) // Operation is called to regenerate a deploy key. // Operation is synchronous. RegenerateDeployKey(ctx context.Context, in *RegenerateDeployKeyRequest, opts ...grpc.CallOption) (*RegenerateDeployKeyResponse, error) // Operation is called to check the status of a webhook. // Operation is synchronous. CheckWebhook(ctx context.Context, in *CheckWebhookRequest, opts ...grpc.CallOption) (*CheckWebhookResponse, error) // Operation is called to regenerate a webhook. // Operation is synchronous. RegenerateWebhook(ctx context.Context, in *RegenerateWebhookRequest, opts ...grpc.CallOption) (*RegenerateWebhookResponse, error) // Operation is called to change a project owner within the same organization. // Operation is synchronous. ChangeProjectOwner(ctx context.Context, in *ChangeProjectOwnerRequest, opts ...grpc.CallOption) (*ChangeProjectOwnerResponse, error) // Operation is called to fork and then add repository // Operation is synchronous. ForkAndCreate(ctx context.Context, in *ForkAndCreateRequest, opts ...grpc.CallOption) (*ForkAndCreateResponse, error) // Operation is called to switch project from github_oauth_token to github_app integration // Operation is synchronous. GithubAppSwitch(ctx context.Context, in *GithubAppSwitchRequest, opts ...grpc.CallOption) (*GithubAppSwitchResponse, error) // Operation is called to transition project from onboarding to ready state. // Operation is synchronous. FinishOnboarding(ctx context.Context, in *FinishOnboardingRequest, opts ...grpc.CallOption) (*FinishOnboardingResponse, error) }
ProjectServiceClient is the client API for ProjectService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewProjectServiceClient ¶
func NewProjectServiceClient(cc grpc.ClientConnInterface) ProjectServiceClient
type ProjectServiceServer ¶
type ProjectServiceServer interface { List(context.Context, *ListRequest) (*ListResponse, error) ListKeyset(context.Context, *ListKeysetRequest) (*ListKeysetResponse, error) Describe(context.Context, *DescribeRequest) (*DescribeResponse, error) DescribeMany(context.Context, *DescribeManyRequest) (*DescribeManyResponse, error) Create(context.Context, *CreateRequest) (*CreateResponse, error) Update(context.Context, *UpdateRequest) (*UpdateResponse, error) Destroy(context.Context, *DestroyRequest) (*DestroyResponse, error) // Operation is called to list Semaphore users on the project. // Operation is synchronous. Users(context.Context, *UsersRequest) (*UsersResponse, error) // Operation is called to check the status of a deploy key. // Operation is synchronous. CheckDeployKey(context.Context, *CheckDeployKeyRequest) (*CheckDeployKeyResponse, error) // Operation is called to regenerate a deploy key. // Operation is synchronous. RegenerateDeployKey(context.Context, *RegenerateDeployKeyRequest) (*RegenerateDeployKeyResponse, error) // Operation is called to check the status of a webhook. // Operation is synchronous. CheckWebhook(context.Context, *CheckWebhookRequest) (*CheckWebhookResponse, error) // Operation is called to regenerate a webhook. // Operation is synchronous. RegenerateWebhook(context.Context, *RegenerateWebhookRequest) (*RegenerateWebhookResponse, error) // Operation is called to change a project owner within the same organization. // Operation is synchronous. ChangeProjectOwner(context.Context, *ChangeProjectOwnerRequest) (*ChangeProjectOwnerResponse, error) // Operation is called to fork and then add repository // Operation is synchronous. ForkAndCreate(context.Context, *ForkAndCreateRequest) (*ForkAndCreateResponse, error) // Operation is called to switch project from github_oauth_token to github_app integration // Operation is synchronous. GithubAppSwitch(context.Context, *GithubAppSwitchRequest) (*GithubAppSwitchResponse, error) // Operation is called to transition project from onboarding to ready state. // Operation is synchronous. FinishOnboarding(context.Context, *FinishOnboardingRequest) (*FinishOnboardingResponse, error) }
ProjectServiceServer is the server API for ProjectService service. All implementations should embed UnimplementedProjectServiceServer for forward compatibility.
type ProjectUpdated ¶
type ProjectUpdated struct { ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"` Timestamp *timestamp.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
Published with routing key: 'updated'. All fields are required.
func (*ProjectUpdated) Descriptor
deprecated
func (*ProjectUpdated) Descriptor() ([]byte, []int)
Deprecated: Use ProjectUpdated.ProtoReflect.Descriptor instead.
func (*ProjectUpdated) GetOrgId ¶
func (x *ProjectUpdated) GetOrgId() string
func (*ProjectUpdated) GetProjectId ¶
func (x *ProjectUpdated) GetProjectId() string
func (*ProjectUpdated) GetTimestamp ¶
func (x *ProjectUpdated) GetTimestamp() *timestamp.Timestamp
func (*ProjectUpdated) ProtoMessage ¶
func (*ProjectUpdated) ProtoMessage()
func (*ProjectUpdated) ProtoReflect ¶
func (x *ProjectUpdated) ProtoReflect() protoreflect.Message
func (*ProjectUpdated) Reset ¶
func (x *ProjectUpdated) Reset()
func (*ProjectUpdated) String ¶
func (x *ProjectUpdated) String() string
type Project_Metadata ¶
type Project_Metadata struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` OwnerId string `protobuf:"bytes,3,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"` OrgId string `protobuf:"bytes,4,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"` Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` CreatedAt *timestamp.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // contains filtered or unexported fields }
func (*Project_Metadata) Descriptor
deprecated
func (*Project_Metadata) Descriptor() ([]byte, []int)
Deprecated: Use Project_Metadata.ProtoReflect.Descriptor instead.
func (*Project_Metadata) GetCreatedAt ¶
func (x *Project_Metadata) GetCreatedAt() *timestamp.Timestamp
func (*Project_Metadata) GetDescription ¶
func (x *Project_Metadata) GetDescription() string
func (*Project_Metadata) GetId ¶
func (x *Project_Metadata) GetId() string
func (*Project_Metadata) GetName ¶
func (x *Project_Metadata) GetName() string
func (*Project_Metadata) GetOrgId ¶
func (x *Project_Metadata) GetOrgId() string
func (*Project_Metadata) GetOwnerId ¶
func (x *Project_Metadata) GetOwnerId() string
func (*Project_Metadata) ProtoMessage ¶
func (*Project_Metadata) ProtoMessage()
func (*Project_Metadata) ProtoReflect ¶
func (x *Project_Metadata) ProtoReflect() protoreflect.Message
func (*Project_Metadata) Reset ¶
func (x *Project_Metadata) Reset()
func (*Project_Metadata) String ¶
func (x *Project_Metadata) String() string
type Project_Spec ¶
type Project_Spec struct { Repository *Project_Spec_Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"` Schedulers []*Project_Spec_Scheduler `protobuf:"bytes,2,rep,name=schedulers,proto3" json:"schedulers,omitempty"` Private bool `protobuf:"varint,3,opt,name=private,proto3" json:"private,omitempty"` Public bool `protobuf:"varint,4,opt,name=public,proto3" json:"public,omitempty"` Visibility Project_Spec_Visibility `` /* 126-byte string literal not displayed */ DebugPermissions []Project_Spec_PermissionType `` /* 173-byte string literal not displayed */ AttachPermissions []Project_Spec_PermissionType `` /* 176-byte string literal not displayed */ CustomPermissions bool `protobuf:"varint,8,opt,name=custom_permissions,json=customPermissions,proto3" json:"custom_permissions,omitempty"` ArtifactStoreId string `protobuf:"bytes,9,opt,name=artifact_store_id,json=artifactStoreId,proto3" json:"artifact_store_id,omitempty"` CacheId string `protobuf:"bytes,10,opt,name=cache_id,json=cacheId,proto3" json:"cache_id,omitempty"` DockerRegistryId string `protobuf:"bytes,11,opt,name=docker_registry_id,json=dockerRegistryId,proto3" json:"docker_registry_id,omitempty"` Tasks []*Project_Spec_Task `protobuf:"bytes,12,rep,name=tasks,proto3" json:"tasks,omitempty"` // contains filtered or unexported fields }
Spec - repository = [required] Data about repository - schedulers = [optional, default = []] List of scheluders - private = [optional, default = true, deprecated] Private project will be visible only for members of an organization. - public = [optional, default = false, deprecated] Public project will be visible for everyone, even anonymous users. - visibility = [optional, default = PRIVATE] Public project will be visible for everyone, even anonymous users. - custom_permissions = [required if restricted organization] True if project do not follow organization defaults for debug/attach permissions. - debug_permissions = [required if restricted organization] List of types for witch debug sessions are allowed. Used only if custom_permissions is set to true. - attach_permissions = [required if restricted organization] List of types for witch attached sessions are allowed. Used only if custom_permissions is set to true.
func (*Project_Spec) Descriptor
deprecated
func (*Project_Spec) Descriptor() ([]byte, []int)
Deprecated: Use Project_Spec.ProtoReflect.Descriptor instead.
func (*Project_Spec) GetArtifactStoreId ¶
func (x *Project_Spec) GetArtifactStoreId() string
func (*Project_Spec) GetAttachPermissions ¶
func (x *Project_Spec) GetAttachPermissions() []Project_Spec_PermissionType
func (*Project_Spec) GetCacheId ¶
func (x *Project_Spec) GetCacheId() string
func (*Project_Spec) GetCustomPermissions ¶
func (x *Project_Spec) GetCustomPermissions() bool
func (*Project_Spec) GetDebugPermissions ¶
func (x *Project_Spec) GetDebugPermissions() []Project_Spec_PermissionType
func (*Project_Spec) GetDockerRegistryId ¶
func (x *Project_Spec) GetDockerRegistryId() string
func (*Project_Spec) GetPrivate ¶
func (x *Project_Spec) GetPrivate() bool
func (*Project_Spec) GetPublic ¶
func (x *Project_Spec) GetPublic() bool
func (*Project_Spec) GetRepository ¶
func (x *Project_Spec) GetRepository() *Project_Spec_Repository
func (*Project_Spec) GetSchedulers ¶
func (x *Project_Spec) GetSchedulers() []*Project_Spec_Scheduler
func (*Project_Spec) GetTasks ¶
func (x *Project_Spec) GetTasks() []*Project_Spec_Task
func (*Project_Spec) GetVisibility ¶
func (x *Project_Spec) GetVisibility() Project_Spec_Visibility
func (*Project_Spec) ProtoMessage ¶
func (*Project_Spec) ProtoMessage()
func (*Project_Spec) ProtoReflect ¶
func (x *Project_Spec) ProtoReflect() protoreflect.Message
func (*Project_Spec) Reset ¶
func (x *Project_Spec) Reset()
func (*Project_Spec) String ¶
func (x *Project_Spec) String() string
type Project_Spec_PermissionType ¶
type Project_Spec_PermissionType int32
const ( Project_Spec_EMPTY Project_Spec_PermissionType = 0 Project_Spec_DEFAULT_BRANCH Project_Spec_PermissionType = 1 Project_Spec_NON_DEFAULT_BRANCH Project_Spec_PermissionType = 2 Project_Spec_PULL_REQUEST Project_Spec_PermissionType = 3 Project_Spec_FORKED_PULL_REQUEST Project_Spec_PermissionType = 4 Project_Spec_TAG Project_Spec_PermissionType = 5 )
func (Project_Spec_PermissionType) Descriptor ¶
func (Project_Spec_PermissionType) Descriptor() protoreflect.EnumDescriptor
func (Project_Spec_PermissionType) Enum ¶
func (x Project_Spec_PermissionType) Enum() *Project_Spec_PermissionType
func (Project_Spec_PermissionType) EnumDescriptor
deprecated
func (Project_Spec_PermissionType) EnumDescriptor() ([]byte, []int)
Deprecated: Use Project_Spec_PermissionType.Descriptor instead.
func (Project_Spec_PermissionType) Number ¶
func (x Project_Spec_PermissionType) Number() protoreflect.EnumNumber
func (Project_Spec_PermissionType) String ¶
func (x Project_Spec_PermissionType) String() string
func (Project_Spec_PermissionType) Type ¶
func (Project_Spec_PermissionType) Type() protoreflect.EnumType
type Project_Spec_Repository ¶
type Project_Spec_Repository struct { Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Owner string `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"` RunOn []Project_Spec_Repository_RunType `` /* 144-byte string literal not displayed */ ForkedPullRequests *Project_Spec_Repository_ForkedPullRequests `protobuf:"bytes,5,opt,name=forked_pull_requests,json=forkedPullRequests,proto3" json:"forked_pull_requests,omitempty"` // Types that are valid to be assigned to RunPresent: // // *Project_Spec_Repository_Run RunPresent isProject_Spec_Repository_RunPresent `protobuf_oneof:"run_present"` // [optional] Which pipeline file to run when a hook is received. Default: .semaphore/semaphore.yml PipelineFile string `protobuf:"bytes,7,opt,name=pipeline_file,json=pipelineFile,proto3" json:"pipeline_file,omitempty"` // [optional] Which pipelines should report statuses on repository. Default: None Status *Project_Spec_Repository_Status `protobuf:"bytes,8,opt,name=status,proto3" json:"status,omitempty"` // [optional] Which branches and tags should be build. Default: None Whitelist *Project_Spec_Repository_Whitelist `protobuf:"bytes,9,opt,name=whitelist,proto3" json:"whitelist,omitempty"` // [required, readonly] Visibility status of a repository. Public bool `protobuf:"varint,10,opt,name=public,proto3" json:"public,omitempty"` // [required, readonly] Integration Type of a repository. IntegrationType repository_integrator.IntegrationType `` /* 162-byte string literal not displayed */ // [required, readonly] Connection status between Semaphore and repository. Connected bool `protobuf:"varint,12,opt,name=connected,proto3" json:"connected,omitempty"` Id string `protobuf:"bytes,13,opt,name=id,proto3" json:"id,omitempty"` // [required, readonly] Default branch on repository DefaultBranch string `protobuf:"bytes,14,opt,name=default_branch,json=defaultBranch,proto3" json:"default_branch,omitempty"` // contains filtered or unexported fields }
func (*Project_Spec_Repository) Descriptor
deprecated
func (*Project_Spec_Repository) Descriptor() ([]byte, []int)
Deprecated: Use Project_Spec_Repository.ProtoReflect.Descriptor instead.
func (*Project_Spec_Repository) GetConnected ¶
func (x *Project_Spec_Repository) GetConnected() bool
func (*Project_Spec_Repository) GetDefaultBranch ¶
func (x *Project_Spec_Repository) GetDefaultBranch() string
func (*Project_Spec_Repository) GetForkedPullRequests ¶
func (x *Project_Spec_Repository) GetForkedPullRequests() *Project_Spec_Repository_ForkedPullRequests
func (*Project_Spec_Repository) GetId ¶
func (x *Project_Spec_Repository) GetId() string
func (*Project_Spec_Repository) GetIntegrationType ¶
func (x *Project_Spec_Repository) GetIntegrationType() repository_integrator.IntegrationType
func (*Project_Spec_Repository) GetName ¶
func (x *Project_Spec_Repository) GetName() string
func (*Project_Spec_Repository) GetOwner ¶
func (x *Project_Spec_Repository) GetOwner() string
func (*Project_Spec_Repository) GetPipelineFile ¶
func (x *Project_Spec_Repository) GetPipelineFile() string
func (*Project_Spec_Repository) GetPublic ¶
func (x *Project_Spec_Repository) GetPublic() bool
func (*Project_Spec_Repository) GetRun ¶
func (x *Project_Spec_Repository) GetRun() bool
func (*Project_Spec_Repository) GetRunOn ¶
func (x *Project_Spec_Repository) GetRunOn() []Project_Spec_Repository_RunType
func (*Project_Spec_Repository) GetRunPresent ¶
func (x *Project_Spec_Repository) GetRunPresent() isProject_Spec_Repository_RunPresent
func (*Project_Spec_Repository) GetStatus ¶
func (x *Project_Spec_Repository) GetStatus() *Project_Spec_Repository_Status
func (*Project_Spec_Repository) GetUrl ¶
func (x *Project_Spec_Repository) GetUrl() string
func (*Project_Spec_Repository) GetWhitelist ¶
func (x *Project_Spec_Repository) GetWhitelist() *Project_Spec_Repository_Whitelist
func (*Project_Spec_Repository) ProtoMessage ¶
func (*Project_Spec_Repository) ProtoMessage()
func (*Project_Spec_Repository) ProtoReflect ¶
func (x *Project_Spec_Repository) ProtoReflect() protoreflect.Message
func (*Project_Spec_Repository) Reset ¶
func (x *Project_Spec_Repository) Reset()
func (*Project_Spec_Repository) String ¶
func (x *Project_Spec_Repository) String() string
type Project_Spec_Repository_ForkedPullRequests ¶
type Project_Spec_Repository_ForkedPullRequests struct { AllowedSecrets []string `protobuf:"bytes,1,rep,name=allowed_secrets,json=allowedSecrets,proto3" json:"allowed_secrets,omitempty"` AllowedContributors []string `protobuf:"bytes,2,rep,name=allowed_contributors,json=allowedContributors,proto3" json:"allowed_contributors,omitempty"` // contains filtered or unexported fields }
ForkedPullRequests
Contains options regarding forked Pull Requests ¶
- allowed_secrets = [optional, default = []] list of secrets that can be exported. Empty list means that no secret will be exported. - allowed_contributors = [optional, default = []] list of contributors that can create workflows from forked PRs. Empty list means that everyone can.
func (*Project_Spec_Repository_ForkedPullRequests) Descriptor
deprecated
func (*Project_Spec_Repository_ForkedPullRequests) Descriptor() ([]byte, []int)
Deprecated: Use Project_Spec_Repository_ForkedPullRequests.ProtoReflect.Descriptor instead.
func (*Project_Spec_Repository_ForkedPullRequests) GetAllowedContributors ¶
func (x *Project_Spec_Repository_ForkedPullRequests) GetAllowedContributors() []string
func (*Project_Spec_Repository_ForkedPullRequests) GetAllowedSecrets ¶
func (x *Project_Spec_Repository_ForkedPullRequests) GetAllowedSecrets() []string
func (*Project_Spec_Repository_ForkedPullRequests) ProtoMessage ¶
func (*Project_Spec_Repository_ForkedPullRequests) ProtoMessage()
func (*Project_Spec_Repository_ForkedPullRequests) ProtoReflect ¶
func (x *Project_Spec_Repository_ForkedPullRequests) ProtoReflect() protoreflect.Message
func (*Project_Spec_Repository_ForkedPullRequests) Reset ¶
func (x *Project_Spec_Repository_ForkedPullRequests) Reset()
func (*Project_Spec_Repository_ForkedPullRequests) String ¶
func (x *Project_Spec_Repository_ForkedPullRequests) String() string
type Project_Spec_Repository_Run ¶
type Project_Spec_Repository_Run struct {
Run bool `protobuf:"varint,6,opt,name=run,proto3,oneof"`
}
type Project_Spec_Repository_RunType ¶
type Project_Spec_Repository_RunType int32
const ( Project_Spec_Repository_BRANCHES Project_Spec_Repository_RunType = 0 Project_Spec_Repository_TAGS Project_Spec_Repository_RunType = 1 Project_Spec_Repository_PULL_REQUESTS Project_Spec_Repository_RunType = 2 Project_Spec_Repository_FORKED_PULL_REQUESTS Project_Spec_Repository_RunType = 3 )
func (Project_Spec_Repository_RunType) Descriptor ¶
func (Project_Spec_Repository_RunType) Descriptor() protoreflect.EnumDescriptor
func (Project_Spec_Repository_RunType) Enum ¶
func (x Project_Spec_Repository_RunType) Enum() *Project_Spec_Repository_RunType
func (Project_Spec_Repository_RunType) EnumDescriptor
deprecated
func (Project_Spec_Repository_RunType) EnumDescriptor() ([]byte, []int)
Deprecated: Use Project_Spec_Repository_RunType.Descriptor instead.
func (Project_Spec_Repository_RunType) Number ¶
func (x Project_Spec_Repository_RunType) Number() protoreflect.EnumNumber
func (Project_Spec_Repository_RunType) String ¶
func (x Project_Spec_Repository_RunType) String() string
func (Project_Spec_Repository_RunType) Type ¶
func (Project_Spec_Repository_RunType) Type() protoreflect.EnumType
type Project_Spec_Repository_Status ¶
type Project_Spec_Repository_Status struct { PipelineFiles []*Project_Spec_Repository_Status_PipelineFile `protobuf:"bytes,1,rep,name=pipeline_files,json=pipelineFiles,proto3" json:"pipeline_files,omitempty"` // contains filtered or unexported fields }
func (*Project_Spec_Repository_Status) Descriptor
deprecated
func (*Project_Spec_Repository_Status) Descriptor() ([]byte, []int)
Deprecated: Use Project_Spec_Repository_Status.ProtoReflect.Descriptor instead.
func (*Project_Spec_Repository_Status) GetPipelineFiles ¶
func (x *Project_Spec_Repository_Status) GetPipelineFiles() []*Project_Spec_Repository_Status_PipelineFile
func (*Project_Spec_Repository_Status) ProtoMessage ¶
func (*Project_Spec_Repository_Status) ProtoMessage()
func (*Project_Spec_Repository_Status) ProtoReflect ¶
func (x *Project_Spec_Repository_Status) ProtoReflect() protoreflect.Message
func (*Project_Spec_Repository_Status) Reset ¶
func (x *Project_Spec_Repository_Status) Reset()
func (*Project_Spec_Repository_Status) String ¶
func (x *Project_Spec_Repository_Status) String() string
type Project_Spec_Repository_Status_PipelineFile ¶
type Project_Spec_Repository_Status_PipelineFile struct { Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` Level Project_Spec_Repository_Status_PipelineFile_Level `` /* 142-byte string literal not displayed */ // contains filtered or unexported fields }
PipelineFile
- path = [required] path to pipeline file - level = [required] on what level status should be created. One for pipeline or one for each block.
func (*Project_Spec_Repository_Status_PipelineFile) Descriptor
deprecated
func (*Project_Spec_Repository_Status_PipelineFile) Descriptor() ([]byte, []int)
Deprecated: Use Project_Spec_Repository_Status_PipelineFile.ProtoReflect.Descriptor instead.
func (*Project_Spec_Repository_Status_PipelineFile) GetPath ¶
func (x *Project_Spec_Repository_Status_PipelineFile) GetPath() string
func (*Project_Spec_Repository_Status_PipelineFile) ProtoMessage ¶
func (*Project_Spec_Repository_Status_PipelineFile) ProtoMessage()
func (*Project_Spec_Repository_Status_PipelineFile) ProtoReflect ¶
func (x *Project_Spec_Repository_Status_PipelineFile) ProtoReflect() protoreflect.Message
func (*Project_Spec_Repository_Status_PipelineFile) Reset ¶
func (x *Project_Spec_Repository_Status_PipelineFile) Reset()
func (*Project_Spec_Repository_Status_PipelineFile) String ¶
func (x *Project_Spec_Repository_Status_PipelineFile) String() string
type Project_Spec_Repository_Status_PipelineFile_Level ¶
type Project_Spec_Repository_Status_PipelineFile_Level int32
const ( Project_Spec_Repository_Status_PipelineFile_BLOCK Project_Spec_Repository_Status_PipelineFile_Level = 0 Project_Spec_Repository_Status_PipelineFile_PIPELINE Project_Spec_Repository_Status_PipelineFile_Level = 1 )
func (Project_Spec_Repository_Status_PipelineFile_Level) Descriptor ¶
func (Project_Spec_Repository_Status_PipelineFile_Level) Descriptor() protoreflect.EnumDescriptor
func (Project_Spec_Repository_Status_PipelineFile_Level) EnumDescriptor
deprecated
func (Project_Spec_Repository_Status_PipelineFile_Level) EnumDescriptor() ([]byte, []int)
Deprecated: Use Project_Spec_Repository_Status_PipelineFile_Level.Descriptor instead.
func (Project_Spec_Repository_Status_PipelineFile_Level) Number ¶
func (x Project_Spec_Repository_Status_PipelineFile_Level) Number() protoreflect.EnumNumber
func (Project_Spec_Repository_Status_PipelineFile_Level) String ¶
func (x Project_Spec_Repository_Status_PipelineFile_Level) String() string
type Project_Spec_Repository_Whitelist ¶
type Project_Spec_Repository_Whitelist struct { Branches []string `protobuf:"bytes,1,rep,name=branches,proto3" json:"branches,omitempty"` Tags []string `protobuf:"bytes,2,rep,name=tags,proto3" json:"tags,omitempty"` // contains filtered or unexported fields }
- branches = [optional, default = []] list of branches that can be build. Regular expressions allowed. Empty list means that all branches can. Used only when RunType BRANCHES is included. - tags = [optional, default = []] list of tags that can be build. Regular expressions allowed. Empty list means that all tags can. Used only when RunType TAGS is included.
func (*Project_Spec_Repository_Whitelist) Descriptor
deprecated
func (*Project_Spec_Repository_Whitelist) Descriptor() ([]byte, []int)
Deprecated: Use Project_Spec_Repository_Whitelist.ProtoReflect.Descriptor instead.
func (*Project_Spec_Repository_Whitelist) GetBranches ¶
func (x *Project_Spec_Repository_Whitelist) GetBranches() []string
func (*Project_Spec_Repository_Whitelist) GetTags ¶
func (x *Project_Spec_Repository_Whitelist) GetTags() []string
func (*Project_Spec_Repository_Whitelist) ProtoMessage ¶
func (*Project_Spec_Repository_Whitelist) ProtoMessage()
func (*Project_Spec_Repository_Whitelist) ProtoReflect ¶
func (x *Project_Spec_Repository_Whitelist) ProtoReflect() protoreflect.Message
func (*Project_Spec_Repository_Whitelist) Reset ¶
func (x *Project_Spec_Repository_Whitelist) Reset()
func (*Project_Spec_Repository_Whitelist) String ¶
func (x *Project_Spec_Repository_Whitelist) String() string
type Project_Spec_Scheduler ¶
type Project_Spec_Scheduler struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Branch string `protobuf:"bytes,3,opt,name=branch,proto3" json:"branch,omitempty"` At string `protobuf:"bytes,4,opt,name=at,proto3" json:"at,omitempty"` PipelineFile string `protobuf:"bytes,5,opt,name=pipeline_file,json=pipelineFile,proto3" json:"pipeline_file,omitempty"` Status Project_Spec_Scheduler_Status `protobuf:"varint,6,opt,name=status,proto3,enum=InternalApi.Projecthub.Project_Spec_Scheduler_Status" json:"status,omitempty"` // contains filtered or unexported fields }
func (*Project_Spec_Scheduler) Descriptor
deprecated
func (*Project_Spec_Scheduler) Descriptor() ([]byte, []int)
Deprecated: Use Project_Spec_Scheduler.ProtoReflect.Descriptor instead.
func (*Project_Spec_Scheduler) GetAt ¶
func (x *Project_Spec_Scheduler) GetAt() string
func (*Project_Spec_Scheduler) GetBranch ¶
func (x *Project_Spec_Scheduler) GetBranch() string
func (*Project_Spec_Scheduler) GetId ¶
func (x *Project_Spec_Scheduler) GetId() string
func (*Project_Spec_Scheduler) GetName ¶
func (x *Project_Spec_Scheduler) GetName() string
func (*Project_Spec_Scheduler) GetPipelineFile ¶
func (x *Project_Spec_Scheduler) GetPipelineFile() string
func (*Project_Spec_Scheduler) GetStatus ¶
func (x *Project_Spec_Scheduler) GetStatus() Project_Spec_Scheduler_Status
func (*Project_Spec_Scheduler) ProtoMessage ¶
func (*Project_Spec_Scheduler) ProtoMessage()
func (*Project_Spec_Scheduler) ProtoReflect ¶
func (x *Project_Spec_Scheduler) ProtoReflect() protoreflect.Message
func (*Project_Spec_Scheduler) Reset ¶
func (x *Project_Spec_Scheduler) Reset()
func (*Project_Spec_Scheduler) String ¶
func (x *Project_Spec_Scheduler) String() string
type Project_Spec_Scheduler_Status ¶
type Project_Spec_Scheduler_Status int32
const ( Project_Spec_Scheduler_STATUS_UNSPECIFIED Project_Spec_Scheduler_Status = 0 Project_Spec_Scheduler_STATUS_INACTIVE Project_Spec_Scheduler_Status = 1 Project_Spec_Scheduler_STATUS_ACTIVE Project_Spec_Scheduler_Status = 2 )
func (Project_Spec_Scheduler_Status) Descriptor ¶
func (Project_Spec_Scheduler_Status) Descriptor() protoreflect.EnumDescriptor
func (Project_Spec_Scheduler_Status) Enum ¶
func (x Project_Spec_Scheduler_Status) Enum() *Project_Spec_Scheduler_Status
func (Project_Spec_Scheduler_Status) EnumDescriptor
deprecated
func (Project_Spec_Scheduler_Status) EnumDescriptor() ([]byte, []int)
Deprecated: Use Project_Spec_Scheduler_Status.Descriptor instead.
func (Project_Spec_Scheduler_Status) Number ¶
func (x Project_Spec_Scheduler_Status) Number() protoreflect.EnumNumber
func (Project_Spec_Scheduler_Status) String ¶
func (x Project_Spec_Scheduler_Status) String() string
func (Project_Spec_Scheduler_Status) Type ¶
func (Project_Spec_Scheduler_Status) Type() protoreflect.EnumType
type Project_Spec_Task ¶
type Project_Spec_Task struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Branch string `protobuf:"bytes,3,opt,name=branch,proto3" json:"branch,omitempty"` At string `protobuf:"bytes,4,opt,name=at,proto3" json:"at,omitempty"` PipelineFile string `protobuf:"bytes,5,opt,name=pipeline_file,json=pipelineFile,proto3" json:"pipeline_file,omitempty"` Status Project_Spec_Task_Status `protobuf:"varint,6,opt,name=status,proto3,enum=InternalApi.Projecthub.Project_Spec_Task_Status" json:"status,omitempty"` Recurring bool `protobuf:"varint,7,opt,name=recurring,proto3" json:"recurring,omitempty"` Parameters []*Project_Spec_Task_Parameter `protobuf:"bytes,8,rep,name=parameters,proto3" json:"parameters,omitempty"` Description string `protobuf:"bytes,9,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
func (*Project_Spec_Task) Descriptor
deprecated
func (*Project_Spec_Task) Descriptor() ([]byte, []int)
Deprecated: Use Project_Spec_Task.ProtoReflect.Descriptor instead.
func (*Project_Spec_Task) GetAt ¶
func (x *Project_Spec_Task) GetAt() string
func (*Project_Spec_Task) GetBranch ¶
func (x *Project_Spec_Task) GetBranch() string
func (*Project_Spec_Task) GetDescription ¶
func (x *Project_Spec_Task) GetDescription() string
func (*Project_Spec_Task) GetId ¶
func (x *Project_Spec_Task) GetId() string
func (*Project_Spec_Task) GetName ¶
func (x *Project_Spec_Task) GetName() string
func (*Project_Spec_Task) GetParameters ¶
func (x *Project_Spec_Task) GetParameters() []*Project_Spec_Task_Parameter
func (*Project_Spec_Task) GetPipelineFile ¶
func (x *Project_Spec_Task) GetPipelineFile() string
func (*Project_Spec_Task) GetRecurring ¶
func (x *Project_Spec_Task) GetRecurring() bool
func (*Project_Spec_Task) GetStatus ¶
func (x *Project_Spec_Task) GetStatus() Project_Spec_Task_Status
func (*Project_Spec_Task) ProtoMessage ¶
func (*Project_Spec_Task) ProtoMessage()
func (*Project_Spec_Task) ProtoReflect ¶
func (x *Project_Spec_Task) ProtoReflect() protoreflect.Message
func (*Project_Spec_Task) Reset ¶
func (x *Project_Spec_Task) Reset()
func (*Project_Spec_Task) String ¶
func (x *Project_Spec_Task) String() string
type Project_Spec_Task_Parameter ¶
type Project_Spec_Task_Parameter struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Required bool `protobuf:"varint,2,opt,name=required,proto3" json:"required,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` DefaultValue string `protobuf:"bytes,4,opt,name=default_value,json=defaultValue,proto3" json:"default_value,omitempty"` Options []string `protobuf:"bytes,5,rep,name=options,proto3" json:"options,omitempty"` // contains filtered or unexported fields }
func (*Project_Spec_Task_Parameter) Descriptor
deprecated
func (*Project_Spec_Task_Parameter) Descriptor() ([]byte, []int)
Deprecated: Use Project_Spec_Task_Parameter.ProtoReflect.Descriptor instead.
func (*Project_Spec_Task_Parameter) GetDefaultValue ¶
func (x *Project_Spec_Task_Parameter) GetDefaultValue() string
func (*Project_Spec_Task_Parameter) GetDescription ¶
func (x *Project_Spec_Task_Parameter) GetDescription() string
func (*Project_Spec_Task_Parameter) GetName ¶
func (x *Project_Spec_Task_Parameter) GetName() string
func (*Project_Spec_Task_Parameter) GetOptions ¶
func (x *Project_Spec_Task_Parameter) GetOptions() []string
func (*Project_Spec_Task_Parameter) GetRequired ¶
func (x *Project_Spec_Task_Parameter) GetRequired() bool
func (*Project_Spec_Task_Parameter) ProtoMessage ¶
func (*Project_Spec_Task_Parameter) ProtoMessage()
func (*Project_Spec_Task_Parameter) ProtoReflect ¶
func (x *Project_Spec_Task_Parameter) ProtoReflect() protoreflect.Message
func (*Project_Spec_Task_Parameter) Reset ¶
func (x *Project_Spec_Task_Parameter) Reset()
func (*Project_Spec_Task_Parameter) String ¶
func (x *Project_Spec_Task_Parameter) String() string
type Project_Spec_Task_Status ¶
type Project_Spec_Task_Status int32
const ( Project_Spec_Task_STATUS_UNSPECIFIED Project_Spec_Task_Status = 0 Project_Spec_Task_STATUS_INACTIVE Project_Spec_Task_Status = 1 Project_Spec_Task_STATUS_ACTIVE Project_Spec_Task_Status = 2 )
func (Project_Spec_Task_Status) Descriptor ¶
func (Project_Spec_Task_Status) Descriptor() protoreflect.EnumDescriptor
func (Project_Spec_Task_Status) Enum ¶
func (x Project_Spec_Task_Status) Enum() *Project_Spec_Task_Status
func (Project_Spec_Task_Status) EnumDescriptor
deprecated
func (Project_Spec_Task_Status) EnumDescriptor() ([]byte, []int)
Deprecated: Use Project_Spec_Task_Status.Descriptor instead.
func (Project_Spec_Task_Status) Number ¶
func (x Project_Spec_Task_Status) Number() protoreflect.EnumNumber
func (Project_Spec_Task_Status) String ¶
func (x Project_Spec_Task_Status) String() string
func (Project_Spec_Task_Status) Type ¶
func (Project_Spec_Task_Status) Type() protoreflect.EnumType
type Project_Spec_Visibility ¶
type Project_Spec_Visibility int32
const ( Project_Spec_PRIVATE Project_Spec_Visibility = 0 Project_Spec_PUBLIC Project_Spec_Visibility = 1 )
func (Project_Spec_Visibility) Descriptor ¶
func (Project_Spec_Visibility) Descriptor() protoreflect.EnumDescriptor
func (Project_Spec_Visibility) Enum ¶
func (x Project_Spec_Visibility) Enum() *Project_Spec_Visibility
func (Project_Spec_Visibility) EnumDescriptor
deprecated
func (Project_Spec_Visibility) EnumDescriptor() ([]byte, []int)
Deprecated: Use Project_Spec_Visibility.Descriptor instead.
func (Project_Spec_Visibility) Number ¶
func (x Project_Spec_Visibility) Number() protoreflect.EnumNumber
func (Project_Spec_Visibility) String ¶
func (x Project_Spec_Visibility) String() string
func (Project_Spec_Visibility) Type ¶
func (Project_Spec_Visibility) Type() protoreflect.EnumType
type Project_Status ¶
type Project_Status struct { State Project_Status_State `protobuf:"varint,1,opt,name=state,proto3,enum=InternalApi.Projecthub.Project_Status_State" json:"state,omitempty"` StateReason string `protobuf:"bytes,2,opt,name=state_reason,json=stateReason,proto3" json:"state_reason,omitempty"` Cache *Project_Status_Cache `protobuf:"bytes,3,opt,name=cache,proto3" json:"cache,omitempty"` ArtifactStore *Project_Status_ArtifactStore `protobuf:"bytes,4,opt,name=artifact_store,json=artifactStore,proto3" json:"artifact_store,omitempty"` Repository *Project_Status_Repository `protobuf:"bytes,5,opt,name=repository,proto3" json:"repository,omitempty"` Analysis *Project_Status_Analysis `protobuf:"bytes,6,opt,name=analysis,proto3" json:"analysis,omitempty"` // indicates if creator's permissions have been setup in RBAC Permissions *Project_Status_Permissions `protobuf:"bytes,7,opt,name=permissions,proto3" json:"permissions,omitempty"` // contains filtered or unexported fields }
func (*Project_Status) Descriptor
deprecated
func (*Project_Status) Descriptor() ([]byte, []int)
Deprecated: Use Project_Status.ProtoReflect.Descriptor instead.
func (*Project_Status) GetAnalysis ¶
func (x *Project_Status) GetAnalysis() *Project_Status_Analysis
func (*Project_Status) GetArtifactStore ¶
func (x *Project_Status) GetArtifactStore() *Project_Status_ArtifactStore
func (*Project_Status) GetCache ¶
func (x *Project_Status) GetCache() *Project_Status_Cache
func (*Project_Status) GetPermissions ¶
func (x *Project_Status) GetPermissions() *Project_Status_Permissions
func (*Project_Status) GetRepository ¶
func (x *Project_Status) GetRepository() *Project_Status_Repository
func (*Project_Status) GetState ¶
func (x *Project_Status) GetState() Project_Status_State
func (*Project_Status) GetStateReason ¶
func (x *Project_Status) GetStateReason() string
func (*Project_Status) ProtoMessage ¶
func (*Project_Status) ProtoMessage()
func (*Project_Status) ProtoReflect ¶
func (x *Project_Status) ProtoReflect() protoreflect.Message
func (*Project_Status) Reset ¶
func (x *Project_Status) Reset()
func (*Project_Status) String ¶
func (x *Project_Status) String() string
type Project_Status_Analysis ¶
type Project_Status_Analysis struct { State Project_Status_State `protobuf:"varint,1,opt,name=state,proto3,enum=InternalApi.Projecthub.Project_Status_State" json:"state,omitempty"` // contains filtered or unexported fields }
func (*Project_Status_Analysis) Descriptor
deprecated
func (*Project_Status_Analysis) Descriptor() ([]byte, []int)
Deprecated: Use Project_Status_Analysis.ProtoReflect.Descriptor instead.
func (*Project_Status_Analysis) GetState ¶
func (x *Project_Status_Analysis) GetState() Project_Status_State
func (*Project_Status_Analysis) ProtoMessage ¶
func (*Project_Status_Analysis) ProtoMessage()
func (*Project_Status_Analysis) ProtoReflect ¶
func (x *Project_Status_Analysis) ProtoReflect() protoreflect.Message
func (*Project_Status_Analysis) Reset ¶
func (x *Project_Status_Analysis) Reset()
func (*Project_Status_Analysis) String ¶
func (x *Project_Status_Analysis) String() string
type Project_Status_ArtifactStore ¶
type Project_Status_ArtifactStore struct { State Project_Status_State `protobuf:"varint,1,opt,name=state,proto3,enum=InternalApi.Projecthub.Project_Status_State" json:"state,omitempty"` // contains filtered or unexported fields }
func (*Project_Status_ArtifactStore) Descriptor
deprecated
func (*Project_Status_ArtifactStore) Descriptor() ([]byte, []int)
Deprecated: Use Project_Status_ArtifactStore.ProtoReflect.Descriptor instead.
func (*Project_Status_ArtifactStore) GetState ¶
func (x *Project_Status_ArtifactStore) GetState() Project_Status_State
func (*Project_Status_ArtifactStore) ProtoMessage ¶
func (*Project_Status_ArtifactStore) ProtoMessage()
func (*Project_Status_ArtifactStore) ProtoReflect ¶
func (x *Project_Status_ArtifactStore) ProtoReflect() protoreflect.Message
func (*Project_Status_ArtifactStore) Reset ¶
func (x *Project_Status_ArtifactStore) Reset()
func (*Project_Status_ArtifactStore) String ¶
func (x *Project_Status_ArtifactStore) String() string
type Project_Status_Cache ¶
type Project_Status_Cache struct { State Project_Status_State `protobuf:"varint,1,opt,name=state,proto3,enum=InternalApi.Projecthub.Project_Status_State" json:"state,omitempty"` // contains filtered or unexported fields }
func (*Project_Status_Cache) Descriptor
deprecated
func (*Project_Status_Cache) Descriptor() ([]byte, []int)
Deprecated: Use Project_Status_Cache.ProtoReflect.Descriptor instead.
func (*Project_Status_Cache) GetState ¶
func (x *Project_Status_Cache) GetState() Project_Status_State
func (*Project_Status_Cache) ProtoMessage ¶
func (*Project_Status_Cache) ProtoMessage()
func (*Project_Status_Cache) ProtoReflect ¶
func (x *Project_Status_Cache) ProtoReflect() protoreflect.Message
func (*Project_Status_Cache) Reset ¶
func (x *Project_Status_Cache) Reset()
func (*Project_Status_Cache) String ¶
func (x *Project_Status_Cache) String() string
type Project_Status_Permissions ¶
type Project_Status_Permissions struct { State Project_Status_State `protobuf:"varint,1,opt,name=state,proto3,enum=InternalApi.Projecthub.Project_Status_State" json:"state,omitempty"` // contains filtered or unexported fields }
func (*Project_Status_Permissions) Descriptor
deprecated
func (*Project_Status_Permissions) Descriptor() ([]byte, []int)
Deprecated: Use Project_Status_Permissions.ProtoReflect.Descriptor instead.
func (*Project_Status_Permissions) GetState ¶
func (x *Project_Status_Permissions) GetState() Project_Status_State
func (*Project_Status_Permissions) ProtoMessage ¶
func (*Project_Status_Permissions) ProtoMessage()
func (*Project_Status_Permissions) ProtoReflect ¶
func (x *Project_Status_Permissions) ProtoReflect() protoreflect.Message
func (*Project_Status_Permissions) Reset ¶
func (x *Project_Status_Permissions) Reset()
func (*Project_Status_Permissions) String ¶
func (x *Project_Status_Permissions) String() string
type Project_Status_Repository ¶
type Project_Status_Repository struct { State Project_Status_State `protobuf:"varint,1,opt,name=state,proto3,enum=InternalApi.Projecthub.Project_Status_State" json:"state,omitempty"` // contains filtered or unexported fields }
func (*Project_Status_Repository) Descriptor
deprecated
func (*Project_Status_Repository) Descriptor() ([]byte, []int)
Deprecated: Use Project_Status_Repository.ProtoReflect.Descriptor instead.
func (*Project_Status_Repository) GetState ¶
func (x *Project_Status_Repository) GetState() Project_Status_State
func (*Project_Status_Repository) ProtoMessage ¶
func (*Project_Status_Repository) ProtoMessage()
func (*Project_Status_Repository) ProtoReflect ¶
func (x *Project_Status_Repository) ProtoReflect() protoreflect.Message
func (*Project_Status_Repository) Reset ¶
func (x *Project_Status_Repository) Reset()
func (*Project_Status_Repository) String ¶
func (x *Project_Status_Repository) String() string
type Project_Status_State ¶
type Project_Status_State int32
const ( Project_Status_INITIALIZING Project_Status_State = 0 Project_Status_READY Project_Status_State = 1 Project_Status_ERROR Project_Status_State = 2 Project_Status_ONBOARDING Project_Status_State = 3 )
func (Project_Status_State) Descriptor ¶
func (Project_Status_State) Descriptor() protoreflect.EnumDescriptor
func (Project_Status_State) Enum ¶
func (x Project_Status_State) Enum() *Project_Status_State
func (Project_Status_State) EnumDescriptor
deprecated
func (Project_Status_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use Project_Status_State.Descriptor instead.
func (Project_Status_State) Number ¶
func (x Project_Status_State) Number() protoreflect.EnumNumber
func (Project_Status_State) String ¶
func (x Project_Status_State) String() string
func (Project_Status_State) Type ¶
func (Project_Status_State) Type() protoreflect.EnumType
type RegenerateDeployKeyRequest ¶
type RegenerateDeployKeyRequest struct { Metadata *RequestMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
RegenerateDeployKey call request
- id = [required] project uuid.
func (*RegenerateDeployKeyRequest) Descriptor
deprecated
func (*RegenerateDeployKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use RegenerateDeployKeyRequest.ProtoReflect.Descriptor instead.
func (*RegenerateDeployKeyRequest) GetId ¶
func (x *RegenerateDeployKeyRequest) GetId() string
func (*RegenerateDeployKeyRequest) GetMetadata ¶
func (x *RegenerateDeployKeyRequest) GetMetadata() *RequestMeta
func (*RegenerateDeployKeyRequest) ProtoMessage ¶
func (*RegenerateDeployKeyRequest) ProtoMessage()
func (*RegenerateDeployKeyRequest) ProtoReflect ¶
func (x *RegenerateDeployKeyRequest) ProtoReflect() protoreflect.Message
func (*RegenerateDeployKeyRequest) Reset ¶
func (x *RegenerateDeployKeyRequest) Reset()
func (*RegenerateDeployKeyRequest) String ¶
func (x *RegenerateDeployKeyRequest) String() string
type RegenerateDeployKeyResponse ¶
type RegenerateDeployKeyResponse struct { Metadata *ResponseMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` DeployKey *RegenerateDeployKeyResponse_DeployKey `protobuf:"bytes,2,opt,name=deploy_key,json=deployKey,proto3" json:"deploy_key,omitempty"` // contains filtered or unexported fields }
RegenerateDeployKey call response
func (*RegenerateDeployKeyResponse) Descriptor
deprecated
func (*RegenerateDeployKeyResponse) Descriptor() ([]byte, []int)
Deprecated: Use RegenerateDeployKeyResponse.ProtoReflect.Descriptor instead.
func (*RegenerateDeployKeyResponse) GetDeployKey ¶
func (x *RegenerateDeployKeyResponse) GetDeployKey() *RegenerateDeployKeyResponse_DeployKey
func (*RegenerateDeployKeyResponse) GetMetadata ¶
func (x *RegenerateDeployKeyResponse) GetMetadata() *ResponseMeta
func (*RegenerateDeployKeyResponse) ProtoMessage ¶
func (*RegenerateDeployKeyResponse) ProtoMessage()
func (*RegenerateDeployKeyResponse) ProtoReflect ¶
func (x *RegenerateDeployKeyResponse) ProtoReflect() protoreflect.Message
func (*RegenerateDeployKeyResponse) Reset ¶
func (x *RegenerateDeployKeyResponse) Reset()
func (*RegenerateDeployKeyResponse) String ¶
func (x *RegenerateDeployKeyResponse) String() string
type RegenerateDeployKeyResponse_DeployKey ¶
type RegenerateDeployKeyResponse_DeployKey struct { Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` Fingerprint string `protobuf:"bytes,2,opt,name=fingerprint,proto3" json:"fingerprint,omitempty"` CreatedAt *timestamp.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // contains filtered or unexported fields }
func (*RegenerateDeployKeyResponse_DeployKey) Descriptor
deprecated
func (*RegenerateDeployKeyResponse_DeployKey) Descriptor() ([]byte, []int)
Deprecated: Use RegenerateDeployKeyResponse_DeployKey.ProtoReflect.Descriptor instead.
func (*RegenerateDeployKeyResponse_DeployKey) GetCreatedAt ¶
func (x *RegenerateDeployKeyResponse_DeployKey) GetCreatedAt() *timestamp.Timestamp
func (*RegenerateDeployKeyResponse_DeployKey) GetFingerprint ¶
func (x *RegenerateDeployKeyResponse_DeployKey) GetFingerprint() string
func (*RegenerateDeployKeyResponse_DeployKey) GetTitle ¶
func (x *RegenerateDeployKeyResponse_DeployKey) GetTitle() string
func (*RegenerateDeployKeyResponse_DeployKey) ProtoMessage ¶
func (*RegenerateDeployKeyResponse_DeployKey) ProtoMessage()
func (*RegenerateDeployKeyResponse_DeployKey) ProtoReflect ¶
func (x *RegenerateDeployKeyResponse_DeployKey) ProtoReflect() protoreflect.Message
func (*RegenerateDeployKeyResponse_DeployKey) Reset ¶
func (x *RegenerateDeployKeyResponse_DeployKey) Reset()
func (*RegenerateDeployKeyResponse_DeployKey) String ¶
func (x *RegenerateDeployKeyResponse_DeployKey) String() string
type RegenerateWebhookRequest ¶
type RegenerateWebhookRequest struct { Metadata *RequestMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
RegenerateWebhook call request
- id = [required] project uuid.
func (*RegenerateWebhookRequest) Descriptor
deprecated
func (*RegenerateWebhookRequest) Descriptor() ([]byte, []int)
Deprecated: Use RegenerateWebhookRequest.ProtoReflect.Descriptor instead.
func (*RegenerateWebhookRequest) GetId ¶
func (x *RegenerateWebhookRequest) GetId() string
func (*RegenerateWebhookRequest) GetMetadata ¶
func (x *RegenerateWebhookRequest) GetMetadata() *RequestMeta
func (*RegenerateWebhookRequest) ProtoMessage ¶
func (*RegenerateWebhookRequest) ProtoMessage()
func (*RegenerateWebhookRequest) ProtoReflect ¶
func (x *RegenerateWebhookRequest) ProtoReflect() protoreflect.Message
func (*RegenerateWebhookRequest) Reset ¶
func (x *RegenerateWebhookRequest) Reset()
func (*RegenerateWebhookRequest) String ¶
func (x *RegenerateWebhookRequest) String() string
type RegenerateWebhookResponse ¶
type RegenerateWebhookResponse struct { Metadata *ResponseMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Webhook *Webhook `protobuf:"bytes,2,opt,name=webhook,proto3" json:"webhook,omitempty"` // contains filtered or unexported fields }
RegenerateWebhook call response
func (*RegenerateWebhookResponse) Descriptor
deprecated
func (*RegenerateWebhookResponse) Descriptor() ([]byte, []int)
Deprecated: Use RegenerateWebhookResponse.ProtoReflect.Descriptor instead.
func (*RegenerateWebhookResponse) GetMetadata ¶
func (x *RegenerateWebhookResponse) GetMetadata() *ResponseMeta
func (*RegenerateWebhookResponse) GetWebhook ¶
func (x *RegenerateWebhookResponse) GetWebhook() *Webhook
func (*RegenerateWebhookResponse) ProtoMessage ¶
func (*RegenerateWebhookResponse) ProtoMessage()
func (*RegenerateWebhookResponse) ProtoReflect ¶
func (x *RegenerateWebhookResponse) ProtoReflect() protoreflect.Message
func (*RegenerateWebhookResponse) Reset ¶
func (x *RegenerateWebhookResponse) Reset()
func (*RegenerateWebhookResponse) String ¶
func (x *RegenerateWebhookResponse) String() string
type RequestMeta ¶
type RequestMeta struct { ApiVersion string `protobuf:"bytes,1,opt,name=api_version,json=apiVersion,proto3" json:"api_version,omitempty"` Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` ReqId string `protobuf:"bytes,3,opt,name=req_id,json=reqId,proto3" json:"req_id,omitempty"` OrgId string `protobuf:"bytes,4,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"` UserId string `protobuf:"bytes,5,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*RequestMeta) Descriptor
deprecated
func (*RequestMeta) Descriptor() ([]byte, []int)
Deprecated: Use RequestMeta.ProtoReflect.Descriptor instead.
func (*RequestMeta) GetApiVersion ¶
func (x *RequestMeta) GetApiVersion() string
func (*RequestMeta) GetKind ¶
func (x *RequestMeta) GetKind() string
func (*RequestMeta) GetOrgId ¶
func (x *RequestMeta) GetOrgId() string
func (*RequestMeta) GetReqId ¶
func (x *RequestMeta) GetReqId() string
func (*RequestMeta) GetUserId ¶
func (x *RequestMeta) GetUserId() string
func (*RequestMeta) ProtoMessage ¶
func (*RequestMeta) ProtoMessage()
func (*RequestMeta) ProtoReflect ¶
func (x *RequestMeta) ProtoReflect() protoreflect.Message
func (*RequestMeta) Reset ¶
func (x *RequestMeta) Reset()
func (*RequestMeta) String ¶
func (x *RequestMeta) String() string
type ResponseMeta ¶
type ResponseMeta struct { ApiVersion string `protobuf:"bytes,1,opt,name=api_version,json=apiVersion,proto3" json:"api_version,omitempty"` Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` ReqId string `protobuf:"bytes,3,opt,name=req_id,json=reqId,proto3" json:"req_id,omitempty"` OrgId string `protobuf:"bytes,4,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"` UserId string `protobuf:"bytes,5,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Status *ResponseMeta_Status `protobuf:"bytes,6,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*ResponseMeta) Descriptor
deprecated
func (*ResponseMeta) Descriptor() ([]byte, []int)
Deprecated: Use ResponseMeta.ProtoReflect.Descriptor instead.
func (*ResponseMeta) GetApiVersion ¶
func (x *ResponseMeta) GetApiVersion() string
func (*ResponseMeta) GetKind ¶
func (x *ResponseMeta) GetKind() string
func (*ResponseMeta) GetOrgId ¶
func (x *ResponseMeta) GetOrgId() string
func (*ResponseMeta) GetReqId ¶
func (x *ResponseMeta) GetReqId() string
func (*ResponseMeta) GetStatus ¶
func (x *ResponseMeta) GetStatus() *ResponseMeta_Status
func (*ResponseMeta) GetUserId ¶
func (x *ResponseMeta) GetUserId() string
func (*ResponseMeta) ProtoMessage ¶
func (*ResponseMeta) ProtoMessage()
func (*ResponseMeta) ProtoReflect ¶
func (x *ResponseMeta) ProtoReflect() protoreflect.Message
func (*ResponseMeta) Reset ¶
func (x *ResponseMeta) Reset()
func (*ResponseMeta) String ¶
func (x *ResponseMeta) String() string
type ResponseMeta_Code ¶
type ResponseMeta_Code int32
const ( ResponseMeta_OK ResponseMeta_Code = 0 ResponseMeta_NOT_FOUND ResponseMeta_Code = 2 ResponseMeta_FAILED_PRECONDITION ResponseMeta_Code = 3 )
func (ResponseMeta_Code) Descriptor ¶
func (ResponseMeta_Code) Descriptor() protoreflect.EnumDescriptor
func (ResponseMeta_Code) Enum ¶
func (x ResponseMeta_Code) Enum() *ResponseMeta_Code
func (ResponseMeta_Code) EnumDescriptor
deprecated
func (ResponseMeta_Code) EnumDescriptor() ([]byte, []int)
Deprecated: Use ResponseMeta_Code.Descriptor instead.
func (ResponseMeta_Code) Number ¶
func (x ResponseMeta_Code) Number() protoreflect.EnumNumber
func (ResponseMeta_Code) String ¶
func (x ResponseMeta_Code) String() string
func (ResponseMeta_Code) Type ¶
func (ResponseMeta_Code) Type() protoreflect.EnumType
type ResponseMeta_Status ¶
type ResponseMeta_Status struct { Code ResponseMeta_Code `protobuf:"varint,1,opt,name=code,proto3,enum=InternalApi.Projecthub.ResponseMeta_Code" json:"code,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*ResponseMeta_Status) Descriptor
deprecated
func (*ResponseMeta_Status) Descriptor() ([]byte, []int)
Deprecated: Use ResponseMeta_Status.ProtoReflect.Descriptor instead.
func (*ResponseMeta_Status) GetCode ¶
func (x *ResponseMeta_Status) GetCode() ResponseMeta_Code
func (*ResponseMeta_Status) GetMessage ¶
func (x *ResponseMeta_Status) GetMessage() string
func (*ResponseMeta_Status) ProtoMessage ¶
func (*ResponseMeta_Status) ProtoMessage()
func (*ResponseMeta_Status) ProtoReflect ¶
func (x *ResponseMeta_Status) ProtoReflect() protoreflect.Message
func (*ResponseMeta_Status) Reset ¶
func (x *ResponseMeta_Status) Reset()
func (*ResponseMeta_Status) String ¶
func (x *ResponseMeta_Status) String() string
type UnimplementedProjectServiceServer ¶
type UnimplementedProjectServiceServer struct{}
UnimplementedProjectServiceServer should be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedProjectServiceServer) ChangeProjectOwner ¶
func (UnimplementedProjectServiceServer) ChangeProjectOwner(context.Context, *ChangeProjectOwnerRequest) (*ChangeProjectOwnerResponse, error)
func (UnimplementedProjectServiceServer) CheckDeployKey ¶
func (UnimplementedProjectServiceServer) CheckDeployKey(context.Context, *CheckDeployKeyRequest) (*CheckDeployKeyResponse, error)
func (UnimplementedProjectServiceServer) CheckWebhook ¶
func (UnimplementedProjectServiceServer) CheckWebhook(context.Context, *CheckWebhookRequest) (*CheckWebhookResponse, error)
func (UnimplementedProjectServiceServer) Create ¶
func (UnimplementedProjectServiceServer) Create(context.Context, *CreateRequest) (*CreateResponse, error)
func (UnimplementedProjectServiceServer) Describe ¶
func (UnimplementedProjectServiceServer) Describe(context.Context, *DescribeRequest) (*DescribeResponse, error)
func (UnimplementedProjectServiceServer) DescribeMany ¶
func (UnimplementedProjectServiceServer) DescribeMany(context.Context, *DescribeManyRequest) (*DescribeManyResponse, error)
func (UnimplementedProjectServiceServer) Destroy ¶
func (UnimplementedProjectServiceServer) Destroy(context.Context, *DestroyRequest) (*DestroyResponse, error)
func (UnimplementedProjectServiceServer) FinishOnboarding ¶
func (UnimplementedProjectServiceServer) FinishOnboarding(context.Context, *FinishOnboardingRequest) (*FinishOnboardingResponse, error)
func (UnimplementedProjectServiceServer) ForkAndCreate ¶
func (UnimplementedProjectServiceServer) ForkAndCreate(context.Context, *ForkAndCreateRequest) (*ForkAndCreateResponse, error)
func (UnimplementedProjectServiceServer) GithubAppSwitch ¶
func (UnimplementedProjectServiceServer) GithubAppSwitch(context.Context, *GithubAppSwitchRequest) (*GithubAppSwitchResponse, error)
func (UnimplementedProjectServiceServer) List ¶
func (UnimplementedProjectServiceServer) List(context.Context, *ListRequest) (*ListResponse, error)
func (UnimplementedProjectServiceServer) ListKeyset ¶
func (UnimplementedProjectServiceServer) ListKeyset(context.Context, *ListKeysetRequest) (*ListKeysetResponse, error)
func (UnimplementedProjectServiceServer) RegenerateDeployKey ¶
func (UnimplementedProjectServiceServer) RegenerateDeployKey(context.Context, *RegenerateDeployKeyRequest) (*RegenerateDeployKeyResponse, error)
func (UnimplementedProjectServiceServer) RegenerateWebhook ¶
func (UnimplementedProjectServiceServer) RegenerateWebhook(context.Context, *RegenerateWebhookRequest) (*RegenerateWebhookResponse, error)
func (UnimplementedProjectServiceServer) Update ¶
func (UnimplementedProjectServiceServer) Update(context.Context, *UpdateRequest) (*UpdateResponse, error)
func (UnimplementedProjectServiceServer) Users ¶
func (UnimplementedProjectServiceServer) Users(context.Context, *UsersRequest) (*UsersResponse, error)
type UnsafeProjectServiceServer ¶
type UnsafeProjectServiceServer interface {
// contains filtered or unexported methods
}
UnsafeProjectServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ProjectServiceServer will result in compilation errors.
type UpdateRequest ¶
type UpdateRequest struct { Metadata *RequestMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Project *Project `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"` OmitSchedulersAndTasks bool `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UpdateRequest) Descriptor
deprecated
func (*UpdateRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateRequest.ProtoReflect.Descriptor instead.
func (*UpdateRequest) GetMetadata ¶
func (x *UpdateRequest) GetMetadata() *RequestMeta
func (*UpdateRequest) GetOmitSchedulersAndTasks ¶
func (x *UpdateRequest) GetOmitSchedulersAndTasks() bool
func (*UpdateRequest) GetProject ¶
func (x *UpdateRequest) GetProject() *Project
func (*UpdateRequest) ProtoMessage ¶
func (*UpdateRequest) ProtoMessage()
func (*UpdateRequest) ProtoReflect ¶
func (x *UpdateRequest) ProtoReflect() protoreflect.Message
func (*UpdateRequest) Reset ¶
func (x *UpdateRequest) Reset()
func (*UpdateRequest) String ¶
func (x *UpdateRequest) String() string
type UpdateResponse ¶
type UpdateResponse struct { Metadata *ResponseMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Project *Project `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"` // contains filtered or unexported fields }
func (*UpdateResponse) Descriptor
deprecated
func (*UpdateResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateResponse.ProtoReflect.Descriptor instead.
func (*UpdateResponse) GetMetadata ¶
func (x *UpdateResponse) GetMetadata() *ResponseMeta
func (*UpdateResponse) GetProject ¶
func (x *UpdateResponse) GetProject() *Project
func (*UpdateResponse) ProtoMessage ¶
func (*UpdateResponse) ProtoMessage()
func (*UpdateResponse) ProtoReflect ¶
func (x *UpdateResponse) ProtoReflect() protoreflect.Message
func (*UpdateResponse) Reset ¶
func (x *UpdateResponse) Reset()
func (*UpdateResponse) String ¶
func (x *UpdateResponse) String() string
type UsersRequest ¶
type UsersRequest struct { Metadata *RequestMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
Users call request
- id = [required] project uuid.
func (*UsersRequest) Descriptor
deprecated
func (*UsersRequest) Descriptor() ([]byte, []int)
Deprecated: Use UsersRequest.ProtoReflect.Descriptor instead.
func (*UsersRequest) GetId ¶
func (x *UsersRequest) GetId() string
func (*UsersRequest) GetMetadata ¶
func (x *UsersRequest) GetMetadata() *RequestMeta
func (*UsersRequest) ProtoMessage ¶
func (*UsersRequest) ProtoMessage()
func (*UsersRequest) ProtoReflect ¶
func (x *UsersRequest) ProtoReflect() protoreflect.Message
func (*UsersRequest) Reset ¶
func (x *UsersRequest) Reset()
func (*UsersRequest) String ¶
func (x *UsersRequest) String() string
type UsersResponse ¶
type UsersResponse struct { Metadata *ResponseMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` Users []*user.User `protobuf:"bytes,2,rep,name=users,proto3" json:"users,omitempty"` // contains filtered or unexported fields }
Users call response
- id = [required] project uuid.
func (*UsersResponse) Descriptor
deprecated
func (*UsersResponse) Descriptor() ([]byte, []int)
Deprecated: Use UsersResponse.ProtoReflect.Descriptor instead.
func (*UsersResponse) GetMetadata ¶
func (x *UsersResponse) GetMetadata() *ResponseMeta
func (*UsersResponse) GetUsers ¶
func (x *UsersResponse) GetUsers() []*user.User
func (*UsersResponse) ProtoMessage ¶
func (*UsersResponse) ProtoMessage()
func (*UsersResponse) ProtoReflect ¶
func (x *UsersResponse) ProtoReflect() protoreflect.Message
func (*UsersResponse) Reset ¶
func (x *UsersResponse) Reset()
func (*UsersResponse) String ¶
func (x *UsersResponse) String() string
type Webhook ¶
type Webhook struct { Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` // contains filtered or unexported fields }
func (*Webhook) Descriptor
deprecated
func (*Webhook) ProtoMessage ¶
func (*Webhook) ProtoMessage()
func (*Webhook) ProtoReflect ¶
func (x *Webhook) ProtoReflect() protoreflect.Message