Documentation ¶
Index ¶
- Variables
- type GenerateRunnerTokenRequest
- func (*GenerateRunnerTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateRunnerTokenRequest) GetOrganizationId() string
- func (x *GenerateRunnerTokenRequest) GetRunId() string
- func (x *GenerateRunnerTokenRequest) GetWorkspaceId() string
- func (*GenerateRunnerTokenRequest) ProtoMessage()
- func (x *GenerateRunnerTokenRequest) ProtoReflect() protoreflect.Message
- func (x *GenerateRunnerTokenRequest) Reset()
- func (x *GenerateRunnerTokenRequest) String() string
- type GenerateRunnerTokenResponse
- func (*GenerateRunnerTokenResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateRunnerTokenResponse) GetToken() string
- func (*GenerateRunnerTokenResponse) ProtoMessage()
- func (x *GenerateRunnerTokenResponse) ProtoReflect() protoreflect.Message
- func (x *GenerateRunnerTokenResponse) Reset()
- func (x *GenerateRunnerTokenResponse) String() string
- type GetRunRequest
- type GetVariablesRequest
- func (*GetVariablesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetVariablesRequest) GetWorkspaceId() string
- func (*GetVariablesRequest) ProtoMessage()
- func (x *GetVariablesRequest) ProtoReflect() protoreflect.Message
- func (x *GetVariablesRequest) Reset()
- func (x *GetVariablesRequest) String() string
- type GetVariablesResponse
- func (*GetVariablesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetVariablesResponse) GetVariables() []*Variable
- func (*GetVariablesResponse) ProtoMessage()
- func (x *GetVariablesResponse) ProtoReflect() protoreflect.Message
- func (x *GetVariablesResponse) Reset()
- func (x *GetVariablesResponse) String() string
- type GetVcsConnectionRequest
- func (*GetVcsConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetVcsConnectionRequest) GetConnectionId() string
- func (x *GetVcsConnectionRequest) GetWorkspaceId() string
- func (*GetVcsConnectionRequest) ProtoMessage()
- func (x *GetVcsConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *GetVcsConnectionRequest) Reset()
- func (x *GetVcsConnectionRequest) String() string
- type GetVcsConnectionResponse
- func (*GetVcsConnectionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetVcsConnectionResponse) GetToken() string
- func (*GetVcsConnectionResponse) ProtoMessage()
- func (x *GetVcsConnectionResponse) ProtoReflect() protoreflect.Message
- func (x *GetVcsConnectionResponse) Reset()
- func (x *GetVcsConnectionResponse) String() string
- type GetWorkspaceRequest
- func (*GetWorkspaceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetWorkspaceRequest) GetId() string
- func (*GetWorkspaceRequest) ProtoMessage()
- func (x *GetWorkspaceRequest) ProtoReflect() protoreflect.Message
- func (x *GetWorkspaceRequest) Reset()
- func (x *GetWorkspaceRequest) String() string
- type GetWorkspaceResponse
- func (*GetWorkspaceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetWorkspaceResponse) GetWorkspace() *Workspace
- func (*GetWorkspaceResponse) ProtoMessage()
- func (x *GetWorkspaceResponse) ProtoReflect() protoreflect.Message
- func (x *GetWorkspaceResponse) Reset()
- func (x *GetWorkspaceResponse) String() string
- type ListRunsRequest
- type ListRunsResponse
- type Run
- type StreamLogsRequest
- func (*StreamLogsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StreamLogsRequest) GetContent() string
- func (x *StreamLogsRequest) GetRunId() string
- func (*StreamLogsRequest) ProtoMessage()
- func (x *StreamLogsRequest) ProtoReflect() protoreflect.Message
- func (x *StreamLogsRequest) Reset()
- func (x *StreamLogsRequest) String() string
- type StreamLogsResponse
- func (*StreamLogsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StreamLogsResponse) GetSuccess() bool
- func (*StreamLogsResponse) ProtoMessage()
- func (x *StreamLogsResponse) ProtoReflect() protoreflect.Message
- func (x *StreamLogsResponse) Reset()
- func (x *StreamLogsResponse) String() string
- type UpdateRunRequest
- func (*UpdateRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateRunRequest) GetAdd() int32
- func (x *UpdateRunRequest) GetChange() int32
- func (x *UpdateRunRequest) GetId() string
- func (x *UpdateRunRequest) GetRemove() int32
- func (x *UpdateRunRequest) GetStatus() string
- func (*UpdateRunRequest) ProtoMessage()
- func (x *UpdateRunRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateRunRequest) Reset()
- func (x *UpdateRunRequest) String() string
- type UploadLogsRequest
- func (*UploadLogsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UploadLogsRequest) GetContent() string
- func (x *UploadLogsRequest) GetRunId() string
- func (*UploadLogsRequest) ProtoMessage()
- func (x *UploadLogsRequest) ProtoReflect() protoreflect.Message
- func (x *UploadLogsRequest) Reset()
- func (x *UploadLogsRequest) String() string
- type UploadLogsResponse
- func (*UploadLogsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UploadLogsResponse) GetSuccess() bool
- func (*UploadLogsResponse) ProtoMessage()
- func (x *UploadLogsResponse) ProtoReflect() protoreflect.Message
- func (x *UploadLogsResponse) Reset()
- func (x *UploadLogsResponse) String() string
- type UploadPlanRequest
- func (*UploadPlanRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UploadPlanRequest) GetContent() string
- func (x *UploadPlanRequest) GetRunId() string
- func (*UploadPlanRequest) ProtoMessage()
- func (x *UploadPlanRequest) ProtoReflect() protoreflect.Message
- func (x *UploadPlanRequest) Reset()
- func (x *UploadPlanRequest) String() string
- type UploadPlanResponse
- func (*UploadPlanResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UploadPlanResponse) GetSuccess() bool
- func (*UploadPlanResponse) ProtoMessage()
- func (x *UploadPlanResponse) ProtoReflect() protoreflect.Message
- func (x *UploadPlanResponse) Reset()
- func (x *UploadPlanResponse) String() string
- type Variable
- func (*Variable) Descriptor() ([]byte, []int)deprecated
- func (x *Variable) GetKey() string
- func (x *Variable) GetType() string
- func (x *Variable) GetValue() string
- func (*Variable) ProtoMessage()
- func (x *Variable) ProtoReflect() protoreflect.Message
- func (x *Variable) Reset()
- func (x *Variable) String() string
- type WatchRunsRequest
- type Workspace
- func (*Workspace) Descriptor() ([]byte, []int)deprecated
- func (x *Workspace) GetId() string
- func (x *Workspace) GetLocked() bool
- func (x *Workspace) GetName() string
- func (x *Workspace) GetVcs() *WorkspaceVcs
- func (*Workspace) ProtoMessage()
- func (x *Workspace) ProtoReflect() protoreflect.Message
- func (x *Workspace) Reset()
- func (x *Workspace) String() string
- type WorkspaceVcs
- func (*WorkspaceVcs) Descriptor() ([]byte, []int)deprecated
- func (x *WorkspaceVcs) GetBranch() string
- func (x *WorkspaceVcs) GetConnectionId() string
- func (x *WorkspaceVcs) GetPatterns() []string
- func (x *WorkspaceVcs) GetPrefixes() []string
- func (x *WorkspaceVcs) GetSource() string
- func (x *WorkspaceVcs) GetWorkingDirectory() string
- func (*WorkspaceVcs) ProtoMessage()
- func (x *WorkspaceVcs) ProtoReflect() protoreflect.Message
- func (x *WorkspaceVcs) Reset()
- func (x *WorkspaceVcs) String() string
Constants ¶
This section is empty.
Variables ¶
var File_api_v1_auth_proto protoreflect.FileDescriptor
var File_api_v1_logs_proto protoreflect.FileDescriptor
var File_api_v1_plans_proto protoreflect.FileDescriptor
var File_api_v1_run_proto protoreflect.FileDescriptor
var File_api_v1_workspaces_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type GenerateRunnerTokenRequest ¶
type GenerateRunnerTokenRequest struct { RunId string `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"` WorkspaceId string `protobuf:"bytes,2,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"` OrganizationId string `protobuf:"bytes,3,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // contains filtered or unexported fields }
func (*GenerateRunnerTokenRequest) Descriptor
deprecated
func (*GenerateRunnerTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use GenerateRunnerTokenRequest.ProtoReflect.Descriptor instead.
func (*GenerateRunnerTokenRequest) GetOrganizationId ¶
func (x *GenerateRunnerTokenRequest) GetOrganizationId() string
func (*GenerateRunnerTokenRequest) GetRunId ¶
func (x *GenerateRunnerTokenRequest) GetRunId() string
func (*GenerateRunnerTokenRequest) GetWorkspaceId ¶
func (x *GenerateRunnerTokenRequest) GetWorkspaceId() string
func (*GenerateRunnerTokenRequest) ProtoMessage ¶
func (*GenerateRunnerTokenRequest) ProtoMessage()
func (*GenerateRunnerTokenRequest) ProtoReflect ¶
func (x *GenerateRunnerTokenRequest) ProtoReflect() protoreflect.Message
func (*GenerateRunnerTokenRequest) Reset ¶
func (x *GenerateRunnerTokenRequest) Reset()
func (*GenerateRunnerTokenRequest) String ¶
func (x *GenerateRunnerTokenRequest) String() string
type GenerateRunnerTokenResponse ¶
type GenerateRunnerTokenResponse struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
func (*GenerateRunnerTokenResponse) Descriptor
deprecated
func (*GenerateRunnerTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use GenerateRunnerTokenResponse.ProtoReflect.Descriptor instead.
func (*GenerateRunnerTokenResponse) GetToken ¶
func (x *GenerateRunnerTokenResponse) GetToken() string
func (*GenerateRunnerTokenResponse) ProtoMessage ¶
func (*GenerateRunnerTokenResponse) ProtoMessage()
func (*GenerateRunnerTokenResponse) ProtoReflect ¶
func (x *GenerateRunnerTokenResponse) ProtoReflect() protoreflect.Message
func (*GenerateRunnerTokenResponse) Reset ¶
func (x *GenerateRunnerTokenResponse) Reset()
func (*GenerateRunnerTokenResponse) String ¶
func (x *GenerateRunnerTokenResponse) String() string
type GetRunRequest ¶
type GetRunRequest struct { RunId string `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"` // contains filtered or unexported fields }
func (*GetRunRequest) Descriptor
deprecated
func (*GetRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRunRequest.ProtoReflect.Descriptor instead.
func (*GetRunRequest) GetRunId ¶
func (x *GetRunRequest) GetRunId() string
func (*GetRunRequest) ProtoMessage ¶
func (*GetRunRequest) ProtoMessage()
func (*GetRunRequest) ProtoReflect ¶
func (x *GetRunRequest) ProtoReflect() protoreflect.Message
func (*GetRunRequest) Reset ¶
func (x *GetRunRequest) Reset()
func (*GetRunRequest) String ¶
func (x *GetRunRequest) String() string
type GetVariablesRequest ¶
type GetVariablesRequest struct { WorkspaceId string `protobuf:"bytes,1,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"` // contains filtered or unexported fields }
func (*GetVariablesRequest) Descriptor
deprecated
func (*GetVariablesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetVariablesRequest.ProtoReflect.Descriptor instead.
func (*GetVariablesRequest) GetWorkspaceId ¶
func (x *GetVariablesRequest) GetWorkspaceId() string
func (*GetVariablesRequest) ProtoMessage ¶
func (*GetVariablesRequest) ProtoMessage()
func (*GetVariablesRequest) ProtoReflect ¶
func (x *GetVariablesRequest) ProtoReflect() protoreflect.Message
func (*GetVariablesRequest) Reset ¶
func (x *GetVariablesRequest) Reset()
func (*GetVariablesRequest) String ¶
func (x *GetVariablesRequest) String() string
type GetVariablesResponse ¶
type GetVariablesResponse struct { Variables []*Variable `protobuf:"bytes,1,rep,name=variables,proto3" json:"variables,omitempty"` // contains filtered or unexported fields }
func (*GetVariablesResponse) Descriptor
deprecated
func (*GetVariablesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetVariablesResponse.ProtoReflect.Descriptor instead.
func (*GetVariablesResponse) GetVariables ¶
func (x *GetVariablesResponse) GetVariables() []*Variable
func (*GetVariablesResponse) ProtoMessage ¶
func (*GetVariablesResponse) ProtoMessage()
func (*GetVariablesResponse) ProtoReflect ¶
func (x *GetVariablesResponse) ProtoReflect() protoreflect.Message
func (*GetVariablesResponse) Reset ¶
func (x *GetVariablesResponse) Reset()
func (*GetVariablesResponse) String ¶
func (x *GetVariablesResponse) String() string
type GetVcsConnectionRequest ¶
type GetVcsConnectionRequest struct { WorkspaceId string `protobuf:"bytes,1,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"` ConnectionId string `protobuf:"bytes,2,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"` // contains filtered or unexported fields }
func (*GetVcsConnectionRequest) Descriptor
deprecated
func (*GetVcsConnectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetVcsConnectionRequest.ProtoReflect.Descriptor instead.
func (*GetVcsConnectionRequest) GetConnectionId ¶
func (x *GetVcsConnectionRequest) GetConnectionId() string
func (*GetVcsConnectionRequest) GetWorkspaceId ¶
func (x *GetVcsConnectionRequest) GetWorkspaceId() string
func (*GetVcsConnectionRequest) ProtoMessage ¶
func (*GetVcsConnectionRequest) ProtoMessage()
func (*GetVcsConnectionRequest) ProtoReflect ¶
func (x *GetVcsConnectionRequest) ProtoReflect() protoreflect.Message
func (*GetVcsConnectionRequest) Reset ¶
func (x *GetVcsConnectionRequest) Reset()
func (*GetVcsConnectionRequest) String ¶
func (x *GetVcsConnectionRequest) String() string
type GetVcsConnectionResponse ¶
type GetVcsConnectionResponse struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
func (*GetVcsConnectionResponse) Descriptor
deprecated
func (*GetVcsConnectionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetVcsConnectionResponse.ProtoReflect.Descriptor instead.
func (*GetVcsConnectionResponse) GetToken ¶
func (x *GetVcsConnectionResponse) GetToken() string
func (*GetVcsConnectionResponse) ProtoMessage ¶
func (*GetVcsConnectionResponse) ProtoMessage()
func (*GetVcsConnectionResponse) ProtoReflect ¶
func (x *GetVcsConnectionResponse) ProtoReflect() protoreflect.Message
func (*GetVcsConnectionResponse) Reset ¶
func (x *GetVcsConnectionResponse) Reset()
func (*GetVcsConnectionResponse) String ¶
func (x *GetVcsConnectionResponse) String() string
type GetWorkspaceRequest ¶
type GetWorkspaceRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetWorkspaceRequest) Descriptor
deprecated
func (*GetWorkspaceRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetWorkspaceRequest.ProtoReflect.Descriptor instead.
func (*GetWorkspaceRequest) GetId ¶
func (x *GetWorkspaceRequest) GetId() string
func (*GetWorkspaceRequest) ProtoMessage ¶
func (*GetWorkspaceRequest) ProtoMessage()
func (*GetWorkspaceRequest) ProtoReflect ¶
func (x *GetWorkspaceRequest) ProtoReflect() protoreflect.Message
func (*GetWorkspaceRequest) Reset ¶
func (x *GetWorkspaceRequest) Reset()
func (*GetWorkspaceRequest) String ¶
func (x *GetWorkspaceRequest) String() string
type GetWorkspaceResponse ¶
type GetWorkspaceResponse struct { Workspace *Workspace `protobuf:"bytes,1,opt,name=workspace,proto3" json:"workspace,omitempty"` // contains filtered or unexported fields }
func (*GetWorkspaceResponse) Descriptor
deprecated
func (*GetWorkspaceResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetWorkspaceResponse.ProtoReflect.Descriptor instead.
func (*GetWorkspaceResponse) GetWorkspace ¶
func (x *GetWorkspaceResponse) GetWorkspace() *Workspace
func (*GetWorkspaceResponse) ProtoMessage ¶
func (*GetWorkspaceResponse) ProtoMessage()
func (*GetWorkspaceResponse) ProtoReflect ¶
func (x *GetWorkspaceResponse) ProtoReflect() protoreflect.Message
func (*GetWorkspaceResponse) Reset ¶
func (x *GetWorkspaceResponse) Reset()
func (*GetWorkspaceResponse) String ¶
func (x *GetWorkspaceResponse) String() string
type ListRunsRequest ¶
type ListRunsRequest struct { AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"` // contains filtered or unexported fields }
func (*ListRunsRequest) Descriptor
deprecated
func (*ListRunsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRunsRequest.ProtoReflect.Descriptor instead.
func (*ListRunsRequest) GetAgentId ¶
func (x *ListRunsRequest) GetAgentId() string
func (*ListRunsRequest) ProtoMessage ¶
func (*ListRunsRequest) ProtoMessage()
func (*ListRunsRequest) ProtoReflect ¶
func (x *ListRunsRequest) ProtoReflect() protoreflect.Message
func (*ListRunsRequest) Reset ¶
func (x *ListRunsRequest) Reset()
func (*ListRunsRequest) String ¶
func (x *ListRunsRequest) String() string
type ListRunsResponse ¶
type ListRunsResponse struct { Runs []*Run `protobuf:"bytes,1,rep,name=runs,proto3" json:"runs,omitempty"` // contains filtered or unexported fields }
func (*ListRunsResponse) Descriptor
deprecated
func (*ListRunsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRunsResponse.ProtoReflect.Descriptor instead.
func (*ListRunsResponse) GetRuns ¶
func (x *ListRunsResponse) GetRuns() []*Run
func (*ListRunsResponse) ProtoMessage ¶
func (*ListRunsResponse) ProtoMessage()
func (*ListRunsResponse) ProtoReflect ¶
func (x *ListRunsResponse) ProtoReflect() protoreflect.Message
func (*ListRunsResponse) Reset ¶
func (x *ListRunsResponse) Reset()
func (*ListRunsResponse) String ¶
func (x *ListRunsResponse) String() string
type Run ¶
type Run struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` WorkspaceId string `protobuf:"bytes,2,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"` Operation string `protobuf:"bytes,3,opt,name=operation,proto3" json:"operation,omitempty"` // contains filtered or unexported fields }
func (*Run) Descriptor
deprecated
func (*Run) GetOperation ¶
func (*Run) GetWorkspaceId ¶
func (*Run) ProtoMessage ¶
func (*Run) ProtoMessage()
func (*Run) ProtoReflect ¶
func (x *Run) ProtoReflect() protoreflect.Message
type StreamLogsRequest ¶
type StreamLogsRequest struct { RunId string `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"` Content string `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"` // contains filtered or unexported fields }
func (*StreamLogsRequest) Descriptor
deprecated
func (*StreamLogsRequest) Descriptor() ([]byte, []int)
Deprecated: Use StreamLogsRequest.ProtoReflect.Descriptor instead.
func (*StreamLogsRequest) GetContent ¶
func (x *StreamLogsRequest) GetContent() string
func (*StreamLogsRequest) GetRunId ¶
func (x *StreamLogsRequest) GetRunId() string
func (*StreamLogsRequest) ProtoMessage ¶
func (*StreamLogsRequest) ProtoMessage()
func (*StreamLogsRequest) ProtoReflect ¶
func (x *StreamLogsRequest) ProtoReflect() protoreflect.Message
func (*StreamLogsRequest) Reset ¶
func (x *StreamLogsRequest) Reset()
func (*StreamLogsRequest) String ¶
func (x *StreamLogsRequest) String() string
type StreamLogsResponse ¶
type StreamLogsResponse struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` // contains filtered or unexported fields }
func (*StreamLogsResponse) Descriptor
deprecated
func (*StreamLogsResponse) Descriptor() ([]byte, []int)
Deprecated: Use StreamLogsResponse.ProtoReflect.Descriptor instead.
func (*StreamLogsResponse) GetSuccess ¶
func (x *StreamLogsResponse) GetSuccess() bool
func (*StreamLogsResponse) ProtoMessage ¶
func (*StreamLogsResponse) ProtoMessage()
func (*StreamLogsResponse) ProtoReflect ¶
func (x *StreamLogsResponse) ProtoReflect() protoreflect.Message
func (*StreamLogsResponse) Reset ¶
func (x *StreamLogsResponse) Reset()
func (*StreamLogsResponse) String ¶
func (x *StreamLogsResponse) String() string
type UpdateRunRequest ¶
type UpdateRunRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` Add int32 `protobuf:"varint,3,opt,name=add,proto3" json:"add,omitempty"` Change int32 `protobuf:"varint,4,opt,name=change,proto3" json:"change,omitempty"` Remove int32 `protobuf:"varint,5,opt,name=remove,proto3" json:"remove,omitempty"` // contains filtered or unexported fields }
func (*UpdateRunRequest) Descriptor
deprecated
func (*UpdateRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateRunRequest.ProtoReflect.Descriptor instead.
func (*UpdateRunRequest) GetAdd ¶
func (x *UpdateRunRequest) GetAdd() int32
func (*UpdateRunRequest) GetChange ¶
func (x *UpdateRunRequest) GetChange() int32
func (*UpdateRunRequest) GetId ¶
func (x *UpdateRunRequest) GetId() string
func (*UpdateRunRequest) GetRemove ¶
func (x *UpdateRunRequest) GetRemove() int32
func (*UpdateRunRequest) GetStatus ¶
func (x *UpdateRunRequest) GetStatus() string
func (*UpdateRunRequest) ProtoMessage ¶
func (*UpdateRunRequest) ProtoMessage()
func (*UpdateRunRequest) ProtoReflect ¶
func (x *UpdateRunRequest) ProtoReflect() protoreflect.Message
func (*UpdateRunRequest) Reset ¶
func (x *UpdateRunRequest) Reset()
func (*UpdateRunRequest) String ¶
func (x *UpdateRunRequest) String() string
type UploadLogsRequest ¶
type UploadLogsRequest struct { RunId string `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"` Content string `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"` // contains filtered or unexported fields }
func (*UploadLogsRequest) Descriptor
deprecated
func (*UploadLogsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UploadLogsRequest.ProtoReflect.Descriptor instead.
func (*UploadLogsRequest) GetContent ¶
func (x *UploadLogsRequest) GetContent() string
func (*UploadLogsRequest) GetRunId ¶
func (x *UploadLogsRequest) GetRunId() string
func (*UploadLogsRequest) ProtoMessage ¶
func (*UploadLogsRequest) ProtoMessage()
func (*UploadLogsRequest) ProtoReflect ¶
func (x *UploadLogsRequest) ProtoReflect() protoreflect.Message
func (*UploadLogsRequest) Reset ¶
func (x *UploadLogsRequest) Reset()
func (*UploadLogsRequest) String ¶
func (x *UploadLogsRequest) String() string
type UploadLogsResponse ¶
type UploadLogsResponse struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` // contains filtered or unexported fields }
func (*UploadLogsResponse) Descriptor
deprecated
func (*UploadLogsResponse) Descriptor() ([]byte, []int)
Deprecated: Use UploadLogsResponse.ProtoReflect.Descriptor instead.
func (*UploadLogsResponse) GetSuccess ¶
func (x *UploadLogsResponse) GetSuccess() bool
func (*UploadLogsResponse) ProtoMessage ¶
func (*UploadLogsResponse) ProtoMessage()
func (*UploadLogsResponse) ProtoReflect ¶
func (x *UploadLogsResponse) ProtoReflect() protoreflect.Message
func (*UploadLogsResponse) Reset ¶
func (x *UploadLogsResponse) Reset()
func (*UploadLogsResponse) String ¶
func (x *UploadLogsResponse) String() string
type UploadPlanRequest ¶
type UploadPlanRequest struct { RunId string `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"` Content string `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"` // contains filtered or unexported fields }
func (*UploadPlanRequest) Descriptor
deprecated
func (*UploadPlanRequest) Descriptor() ([]byte, []int)
Deprecated: Use UploadPlanRequest.ProtoReflect.Descriptor instead.
func (*UploadPlanRequest) GetContent ¶
func (x *UploadPlanRequest) GetContent() string
func (*UploadPlanRequest) GetRunId ¶
func (x *UploadPlanRequest) GetRunId() string
func (*UploadPlanRequest) ProtoMessage ¶
func (*UploadPlanRequest) ProtoMessage()
func (*UploadPlanRequest) ProtoReflect ¶
func (x *UploadPlanRequest) ProtoReflect() protoreflect.Message
func (*UploadPlanRequest) Reset ¶
func (x *UploadPlanRequest) Reset()
func (*UploadPlanRequest) String ¶
func (x *UploadPlanRequest) String() string
type UploadPlanResponse ¶
type UploadPlanResponse struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` // contains filtered or unexported fields }
func (*UploadPlanResponse) Descriptor
deprecated
func (*UploadPlanResponse) Descriptor() ([]byte, []int)
Deprecated: Use UploadPlanResponse.ProtoReflect.Descriptor instead.
func (*UploadPlanResponse) GetSuccess ¶
func (x *UploadPlanResponse) GetSuccess() bool
func (*UploadPlanResponse) ProtoMessage ¶
func (*UploadPlanResponse) ProtoMessage()
func (*UploadPlanResponse) ProtoReflect ¶
func (x *UploadPlanResponse) ProtoReflect() protoreflect.Message
func (*UploadPlanResponse) Reset ¶
func (x *UploadPlanResponse) Reset()
func (*UploadPlanResponse) String ¶
func (x *UploadPlanResponse) String() string
type Variable ¶
type Variable struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` // contains filtered or unexported fields }
func (*Variable) Descriptor
deprecated
func (*Variable) ProtoMessage ¶
func (*Variable) ProtoMessage()
func (*Variable) ProtoReflect ¶
func (x *Variable) ProtoReflect() protoreflect.Message
type WatchRunsRequest ¶
type WatchRunsRequest struct { AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"` // contains filtered or unexported fields }
func (*WatchRunsRequest) Descriptor
deprecated
func (*WatchRunsRequest) Descriptor() ([]byte, []int)
Deprecated: Use WatchRunsRequest.ProtoReflect.Descriptor instead.
func (*WatchRunsRequest) GetAgentId ¶
func (x *WatchRunsRequest) GetAgentId() string
func (*WatchRunsRequest) ProtoMessage ¶
func (*WatchRunsRequest) ProtoMessage()
func (*WatchRunsRequest) ProtoReflect ¶
func (x *WatchRunsRequest) ProtoReflect() protoreflect.Message
func (*WatchRunsRequest) Reset ¶
func (x *WatchRunsRequest) Reset()
func (*WatchRunsRequest) String ¶
func (x *WatchRunsRequest) String() string
type Workspace ¶
type Workspace 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"` Locked bool `protobuf:"varint,3,opt,name=locked,proto3" json:"locked,omitempty"` Vcs *WorkspaceVcs `protobuf:"bytes,4,opt,name=vcs,proto3" json:"vcs,omitempty"` // contains filtered or unexported fields }
func (*Workspace) Descriptor
deprecated
func (*Workspace) GetVcs ¶
func (x *Workspace) GetVcs() *WorkspaceVcs
func (*Workspace) ProtoMessage ¶
func (*Workspace) ProtoMessage()
func (*Workspace) ProtoReflect ¶
func (x *Workspace) ProtoReflect() protoreflect.Message
type WorkspaceVcs ¶
type WorkspaceVcs struct { Source string `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"` Branch string `protobuf:"bytes,2,opt,name=branch,proto3" json:"branch,omitempty"` Patterns []string `protobuf:"bytes,3,rep,name=patterns,proto3" json:"patterns,omitempty"` Prefixes []string `protobuf:"bytes,4,rep,name=prefixes,proto3" json:"prefixes,omitempty"` WorkingDirectory string `protobuf:"bytes,5,opt,name=working_directory,json=workingDirectory,proto3" json:"working_directory,omitempty"` ConnectionId string `protobuf:"bytes,6,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"` // contains filtered or unexported fields }
func (*WorkspaceVcs) Descriptor
deprecated
func (*WorkspaceVcs) Descriptor() ([]byte, []int)
Deprecated: Use WorkspaceVcs.ProtoReflect.Descriptor instead.
func (*WorkspaceVcs) GetBranch ¶
func (x *WorkspaceVcs) GetBranch() string
func (*WorkspaceVcs) GetConnectionId ¶
func (x *WorkspaceVcs) GetConnectionId() string
func (*WorkspaceVcs) GetPatterns ¶
func (x *WorkspaceVcs) GetPatterns() []string
func (*WorkspaceVcs) GetPrefixes ¶
func (x *WorkspaceVcs) GetPrefixes() []string
func (*WorkspaceVcs) GetSource ¶
func (x *WorkspaceVcs) GetSource() string
func (*WorkspaceVcs) GetWorkingDirectory ¶
func (x *WorkspaceVcs) GetWorkingDirectory() string
func (*WorkspaceVcs) ProtoMessage ¶
func (*WorkspaceVcs) ProtoMessage()
func (*WorkspaceVcs) ProtoReflect ¶
func (x *WorkspaceVcs) ProtoReflect() protoreflect.Message
func (*WorkspaceVcs) Reset ¶
func (x *WorkspaceVcs) Reset()
func (*WorkspaceVcs) String ¶
func (x *WorkspaceVcs) String() string