Documentation ¶
Index ¶
- Constants
- Variables
- func Asset(name string) ([]byte, error)
- func AssetDigest(name string) ([sha256.Size]byte, error)
- func AssetDir(name string) ([]string, error)
- func AssetInfo(name string) (os.FileInfo, error)
- func AssetNames() []string
- func AssetString(name string) (string, error)
- func Digests() (map[string][sha256.Size]byte, error)
- func MustAsset(name string) []byte
- func MustAssetString(name string) string
- func RegisterWaypointServer(s *grpc.Server, srv WaypointServer)
- func RestoreAsset(dir, name string) error
- func RestoreAssets(dir, name string) error
- type Application
- func (*Application) Descriptor() ([]byte, []int)deprecated
- func (x *Application) GetName() string
- func (x *Application) GetProject() *Ref_Project
- func (*Application) ProtoMessage()
- func (x *Application) ProtoReflect() protoreflect.Message
- func (x *Application) Reset()
- func (x *Application) String() string
- type Artifact
- type Build
- func (*Build) Descriptor() ([]byte, []int)deprecated
- func (x *Build) GetApplication() *Ref_Application
- func (x *Build) GetArtifact() *Artifact
- func (x *Build) GetComponent() *Component
- func (x *Build) GetId() string
- func (x *Build) GetJobId() string
- func (x *Build) GetLabels() map[string]string
- func (x *Build) GetSequence() uint64
- func (x *Build) GetStatus() *Status
- func (x *Build) GetWorkspace() *Ref_Workspace
- func (*Build) ProtoMessage()
- func (x *Build) ProtoReflect() protoreflect.Message
- func (x *Build) Reset()
- func (x *Build) String() string
- type CancelJobRequest
- type Component
- type Component_Type
- func (Component_Type) Descriptor() protoreflect.EnumDescriptor
- func (x Component_Type) Enum() *Component_Type
- func (Component_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x Component_Type) Number() protoreflect.EnumNumber
- func (x Component_Type) String() string
- func (Component_Type) Type() protoreflect.EnumType
- type ConfigGetRequest
- func (*ConfigGetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigGetRequest) GetApplication() *Ref_Application
- func (x *ConfigGetRequest) GetPrefix() string
- func (x *ConfigGetRequest) GetProject() *Ref_Project
- func (x *ConfigGetRequest) GetRunner() *Ref_RunnerId
- func (m *ConfigGetRequest) GetScope() isConfigGetRequest_Scope
- func (*ConfigGetRequest) ProtoMessage()
- func (x *ConfigGetRequest) ProtoReflect() protoreflect.Message
- func (x *ConfigGetRequest) Reset()
- func (x *ConfigGetRequest) String() string
- type ConfigGetRequest_Application
- type ConfigGetRequest_Project
- type ConfigGetRequest_Runner
- type ConfigGetResponse
- func (*ConfigGetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigGetResponse) GetVariables() []*ConfigVar
- func (*ConfigGetResponse) ProtoMessage()
- func (x *ConfigGetResponse) ProtoReflect() protoreflect.Message
- func (x *ConfigGetResponse) Reset()
- func (x *ConfigGetResponse) String() string
- type ConfigSetRequest
- type ConfigSetResponse
- type ConfigVar
- func (*ConfigVar) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigVar) GetApplication() *Ref_Application
- func (x *ConfigVar) GetName() string
- func (x *ConfigVar) GetProject() *Ref_Project
- func (x *ConfigVar) GetRunner() *Ref_Runner
- func (m *ConfigVar) GetScope() isConfigVar_Scope
- func (x *ConfigVar) GetValue() string
- func (*ConfigVar) ProtoMessage()
- func (x *ConfigVar) ProtoReflect() protoreflect.Message
- func (x *ConfigVar) Reset()
- func (x *ConfigVar) String() string
- type ConfigVar_Application
- type ConfigVar_Project
- type ConfigVar_Runner
- type ConvertInviteTokenRequest
- func (*ConvertInviteTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ConvertInviteTokenRequest) GetToken() string
- func (*ConvertInviteTokenRequest) ProtoMessage()
- func (x *ConvertInviteTokenRequest) ProtoReflect() protoreflect.Message
- func (x *ConvertInviteTokenRequest) Reset()
- func (x *ConvertInviteTokenRequest) String() string
- type CreateHostnameRequest
- func (*CreateHostnameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateHostnameRequest) GetHostname() string
- func (x *CreateHostnameRequest) GetTarget() *Hostname_Target
- func (*CreateHostnameRequest) ProtoMessage()
- func (x *CreateHostnameRequest) ProtoReflect() protoreflect.Message
- func (x *CreateHostnameRequest) Reset()
- func (x *CreateHostnameRequest) String() string
- type CreateHostnameResponse
- func (*CreateHostnameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateHostnameResponse) GetHostname() *Hostname
- func (*CreateHostnameResponse) ProtoMessage()
- func (x *CreateHostnameResponse) ProtoReflect() protoreflect.Message
- func (x *CreateHostnameResponse) Reset()
- func (x *CreateHostnameResponse) String() string
- type DeleteHostnameRequest
- func (*DeleteHostnameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteHostnameRequest) GetHostname() string
- func (*DeleteHostnameRequest) ProtoMessage()
- func (x *DeleteHostnameRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteHostnameRequest) Reset()
- func (x *DeleteHostnameRequest) String() string
- type Deployment
- func (*Deployment) Descriptor() ([]byte, []int)deprecated
- func (x *Deployment) GetApplication() *Ref_Application
- func (x *Deployment) GetArtifactId() string
- func (x *Deployment) GetComponent() *Component
- func (x *Deployment) GetDeployment() *any.Any
- func (x *Deployment) GetHasEntrypointConfig() bool
- func (x *Deployment) GetId() string
- func (x *Deployment) GetJobId() string
- func (x *Deployment) GetLabels() map[string]string
- func (x *Deployment) GetPreload() *Deployment_Preload
- func (x *Deployment) GetSequence() uint64
- func (x *Deployment) GetState() Operation_PhysicalState
- func (x *Deployment) GetStatus() *Status
- func (x *Deployment) GetWorkspace() *Ref_Workspace
- func (*Deployment) ProtoMessage()
- func (x *Deployment) ProtoReflect() protoreflect.Message
- func (x *Deployment) Reset()
- func (x *Deployment) String() string
- type Deployment_LoadDetails
- func (Deployment_LoadDetails) Descriptor() protoreflect.EnumDescriptor
- func (x Deployment_LoadDetails) Enum() *Deployment_LoadDetails
- func (Deployment_LoadDetails) EnumDescriptor() ([]byte, []int)deprecated
- func (x Deployment_LoadDetails) Number() protoreflect.EnumNumber
- func (x Deployment_LoadDetails) String() string
- func (Deployment_LoadDetails) Type() protoreflect.EnumType
- type Deployment_Preload
- func (*Deployment_Preload) Descriptor() ([]byte, []int)deprecated
- func (x *Deployment_Preload) GetArtifact() *PushedArtifact
- func (x *Deployment_Preload) GetBuild() *Build
- func (x *Deployment_Preload) GetDeployUrl() string
- func (*Deployment_Preload) ProtoMessage()
- func (x *Deployment_Preload) ProtoReflect() protoreflect.Message
- func (x *Deployment_Preload) Reset()
- func (x *Deployment_Preload) String() string
- type Documentation
- func (*Documentation) Descriptor() ([]byte, []int)deprecated
- func (x *Documentation) GetDescription() string
- func (x *Documentation) GetExample() string
- func (x *Documentation) GetFields() map[string]*Documentation_Field
- func (x *Documentation) GetInput() string
- func (x *Documentation) GetMappers() []*Documentation_Mapper
- func (x *Documentation) GetOutput() string
- func (*Documentation) ProtoMessage()
- func (x *Documentation) ProtoReflect() protoreflect.Message
- func (x *Documentation) Reset()
- func (x *Documentation) String() string
- type Documentation_Field
- func (*Documentation_Field) Descriptor() ([]byte, []int)deprecated
- func (x *Documentation_Field) GetDefault() string
- func (x *Documentation_Field) GetEnvVar() string
- func (x *Documentation_Field) GetName() string
- func (x *Documentation_Field) GetOptional() bool
- func (x *Documentation_Field) GetSummary() string
- func (x *Documentation_Field) GetSynopsis() string
- func (x *Documentation_Field) GetType() string
- func (*Documentation_Field) ProtoMessage()
- func (x *Documentation_Field) ProtoReflect() protoreflect.Message
- func (x *Documentation_Field) Reset()
- func (x *Documentation_Field) String() string
- type Documentation_Mapper
- func (*Documentation_Mapper) Descriptor() ([]byte, []int)deprecated
- func (x *Documentation_Mapper) GetDescription() string
- func (x *Documentation_Mapper) GetInput() string
- func (x *Documentation_Mapper) GetOutput() string
- func (*Documentation_Mapper) ProtoMessage()
- func (x *Documentation_Mapper) ProtoReflect() protoreflect.Message
- func (x *Documentation_Mapper) Reset()
- func (x *Documentation_Mapper) String() string
- type EntrypointConfig
- func (*EntrypointConfig) Descriptor() ([]byte, []int)deprecated
- func (x *EntrypointConfig) GetEnvVars() []*ConfigVar
- func (x *EntrypointConfig) GetExec() []*EntrypointConfig_Exec
- func (x *EntrypointConfig) GetUrlService() *EntrypointConfig_URLService
- func (*EntrypointConfig) ProtoMessage()
- func (x *EntrypointConfig) ProtoReflect() protoreflect.Message
- func (x *EntrypointConfig) Reset()
- func (x *EntrypointConfig) String() string
- type EntrypointConfigRequest
- func (*EntrypointConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EntrypointConfigRequest) GetDeploymentId() string
- func (x *EntrypointConfigRequest) GetInstanceId() string
- func (*EntrypointConfigRequest) ProtoMessage()
- func (x *EntrypointConfigRequest) ProtoReflect() protoreflect.Message
- func (x *EntrypointConfigRequest) Reset()
- func (x *EntrypointConfigRequest) String() string
- type EntrypointConfigResponse
- func (*EntrypointConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EntrypointConfigResponse) GetConfig() *EntrypointConfig
- func (*EntrypointConfigResponse) ProtoMessage()
- func (x *EntrypointConfigResponse) ProtoReflect() protoreflect.Message
- func (x *EntrypointConfigResponse) Reset()
- func (x *EntrypointConfigResponse) String() string
- type EntrypointConfig_Exec
- func (*EntrypointConfig_Exec) Descriptor() ([]byte, []int)deprecated
- func (x *EntrypointConfig_Exec) GetArgs() []string
- func (x *EntrypointConfig_Exec) GetIndex() int64
- func (x *EntrypointConfig_Exec) GetPty() *ExecStreamRequest_PTY
- func (*EntrypointConfig_Exec) ProtoMessage()
- func (x *EntrypointConfig_Exec) ProtoReflect() protoreflect.Message
- func (x *EntrypointConfig_Exec) Reset()
- func (x *EntrypointConfig_Exec) String() string
- type EntrypointConfig_URLService
- func (*EntrypointConfig_URLService) Descriptor() ([]byte, []int)deprecated
- func (x *EntrypointConfig_URLService) GetControlAddr() string
- func (x *EntrypointConfig_URLService) GetLabels() string
- func (x *EntrypointConfig_URLService) GetToken() string
- func (*EntrypointConfig_URLService) ProtoMessage()
- func (x *EntrypointConfig_URLService) ProtoReflect() protoreflect.Message
- func (x *EntrypointConfig_URLService) Reset()
- func (x *EntrypointConfig_URLService) String() string
- type EntrypointExecRequest
- func (*EntrypointExecRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EntrypointExecRequest) GetError() *EntrypointExecRequest_Error
- func (m *EntrypointExecRequest) GetEvent() isEntrypointExecRequest_Event
- func (x *EntrypointExecRequest) GetExit() *EntrypointExecRequest_Exit
- func (x *EntrypointExecRequest) GetOpen() *EntrypointExecRequest_Open
- func (x *EntrypointExecRequest) GetOutput() *EntrypointExecRequest_Output
- func (*EntrypointExecRequest) ProtoMessage()
- func (x *EntrypointExecRequest) ProtoReflect() protoreflect.Message
- func (x *EntrypointExecRequest) Reset()
- func (x *EntrypointExecRequest) String() string
- type EntrypointExecRequest_Error
- func (*EntrypointExecRequest_Error) Descriptor() ([]byte, []int)deprecated
- func (x *EntrypointExecRequest_Error) GetError() *status.Status
- func (*EntrypointExecRequest_Error) ProtoMessage()
- func (x *EntrypointExecRequest_Error) ProtoReflect() protoreflect.Message
- func (x *EntrypointExecRequest_Error) Reset()
- func (x *EntrypointExecRequest_Error) String() string
- type EntrypointExecRequest_Error_
- type EntrypointExecRequest_Exit
- func (*EntrypointExecRequest_Exit) Descriptor() ([]byte, []int)deprecated
- func (x *EntrypointExecRequest_Exit) GetCode() int32
- func (*EntrypointExecRequest_Exit) ProtoMessage()
- func (x *EntrypointExecRequest_Exit) ProtoReflect() protoreflect.Message
- func (x *EntrypointExecRequest_Exit) Reset()
- func (x *EntrypointExecRequest_Exit) String() string
- type EntrypointExecRequest_Exit_
- type EntrypointExecRequest_Open
- func (*EntrypointExecRequest_Open) Descriptor() ([]byte, []int)deprecated
- func (x *EntrypointExecRequest_Open) GetIndex() int64
- func (x *EntrypointExecRequest_Open) GetInstanceId() string
- func (*EntrypointExecRequest_Open) ProtoMessage()
- func (x *EntrypointExecRequest_Open) ProtoReflect() protoreflect.Message
- func (x *EntrypointExecRequest_Open) Reset()
- func (x *EntrypointExecRequest_Open) String() string
- type EntrypointExecRequest_Open_
- type EntrypointExecRequest_Output
- func (*EntrypointExecRequest_Output) Descriptor() ([]byte, []int)deprecated
- func (x *EntrypointExecRequest_Output) GetChannel() EntrypointExecRequest_Output_Channel
- func (x *EntrypointExecRequest_Output) GetData() []byte
- func (*EntrypointExecRequest_Output) ProtoMessage()
- func (x *EntrypointExecRequest_Output) ProtoReflect() protoreflect.Message
- func (x *EntrypointExecRequest_Output) Reset()
- func (x *EntrypointExecRequest_Output) String() string
- type EntrypointExecRequest_Output_
- type EntrypointExecRequest_Output_Channel
- func (EntrypointExecRequest_Output_Channel) Descriptor() protoreflect.EnumDescriptor
- func (x EntrypointExecRequest_Output_Channel) Enum() *EntrypointExecRequest_Output_Channel
- func (EntrypointExecRequest_Output_Channel) EnumDescriptor() ([]byte, []int)deprecated
- func (x EntrypointExecRequest_Output_Channel) Number() protoreflect.EnumNumber
- func (x EntrypointExecRequest_Output_Channel) String() string
- func (EntrypointExecRequest_Output_Channel) Type() protoreflect.EnumType
- type EntrypointExecResponse
- func (*EntrypointExecResponse) Descriptor() ([]byte, []int)deprecated
- func (m *EntrypointExecResponse) GetEvent() isEntrypointExecResponse_Event
- func (x *EntrypointExecResponse) GetInput() []byte
- func (x *EntrypointExecResponse) GetOpened() bool
- func (x *EntrypointExecResponse) GetWinch() *ExecStreamRequest_WindowSize
- func (*EntrypointExecResponse) ProtoMessage()
- func (x *EntrypointExecResponse) ProtoReflect() protoreflect.Message
- func (x *EntrypointExecResponse) Reset()
- func (x *EntrypointExecResponse) String() string
- type EntrypointExecResponse_Input
- type EntrypointExecResponse_Opened
- type EntrypointExecResponse_Winch
- type EntrypointLogBatch
- func (*EntrypointLogBatch) Descriptor() ([]byte, []int)deprecated
- func (x *EntrypointLogBatch) GetInstanceId() string
- func (x *EntrypointLogBatch) GetLines() []*LogBatch_Entry
- func (*EntrypointLogBatch) ProtoMessage()
- func (x *EntrypointLogBatch) ProtoReflect() protoreflect.Message
- func (x *EntrypointLogBatch) Reset()
- func (x *EntrypointLogBatch) String() string
- type ExecStreamRequest
- func (*ExecStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (m *ExecStreamRequest) GetEvent() isExecStreamRequest_Event
- func (x *ExecStreamRequest) GetInput() *ExecStreamRequest_Input
- func (x *ExecStreamRequest) GetStart() *ExecStreamRequest_Start
- func (x *ExecStreamRequest) GetWinch() *ExecStreamRequest_WindowSize
- func (*ExecStreamRequest) ProtoMessage()
- func (x *ExecStreamRequest) ProtoReflect() protoreflect.Message
- func (x *ExecStreamRequest) Reset()
- func (x *ExecStreamRequest) String() string
- type ExecStreamRequest_Input
- func (*ExecStreamRequest_Input) Descriptor() ([]byte, []int)deprecated
- func (x *ExecStreamRequest_Input) GetData() []byte
- func (*ExecStreamRequest_Input) ProtoMessage()
- func (x *ExecStreamRequest_Input) ProtoReflect() protoreflect.Message
- func (x *ExecStreamRequest_Input) Reset()
- func (x *ExecStreamRequest_Input) String() string
- type ExecStreamRequest_Input_
- type ExecStreamRequest_PTY
- func (*ExecStreamRequest_PTY) Descriptor() ([]byte, []int)deprecated
- func (x *ExecStreamRequest_PTY) GetEnable() bool
- func (x *ExecStreamRequest_PTY) GetTerm() string
- func (x *ExecStreamRequest_PTY) GetWindowSize() *ExecStreamRequest_WindowSize
- func (*ExecStreamRequest_PTY) ProtoMessage()
- func (x *ExecStreamRequest_PTY) ProtoReflect() protoreflect.Message
- func (x *ExecStreamRequest_PTY) Reset()
- func (x *ExecStreamRequest_PTY) String() string
- type ExecStreamRequest_Start
- func (*ExecStreamRequest_Start) Descriptor() ([]byte, []int)deprecated
- func (x *ExecStreamRequest_Start) GetArgs() []string
- func (x *ExecStreamRequest_Start) GetDeploymentId() string
- func (x *ExecStreamRequest_Start) GetPty() *ExecStreamRequest_PTY
- func (*ExecStreamRequest_Start) ProtoMessage()
- func (x *ExecStreamRequest_Start) ProtoReflect() protoreflect.Message
- func (x *ExecStreamRequest_Start) Reset()
- func (x *ExecStreamRequest_Start) String() string
- type ExecStreamRequest_Start_
- type ExecStreamRequest_Winch
- type ExecStreamRequest_WindowSize
- func (*ExecStreamRequest_WindowSize) Descriptor() ([]byte, []int)deprecated
- func (x *ExecStreamRequest_WindowSize) GetCols() int32
- func (x *ExecStreamRequest_WindowSize) GetHeight() int32
- func (x *ExecStreamRequest_WindowSize) GetRows() int32
- func (x *ExecStreamRequest_WindowSize) GetWidth() int32
- func (*ExecStreamRequest_WindowSize) ProtoMessage()
- func (x *ExecStreamRequest_WindowSize) ProtoReflect() protoreflect.Message
- func (x *ExecStreamRequest_WindowSize) Reset()
- func (x *ExecStreamRequest_WindowSize) String() string
- type ExecStreamResponse
- func (*ExecStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (m *ExecStreamResponse) GetEvent() isExecStreamResponse_Event
- func (x *ExecStreamResponse) GetExit() *ExecStreamResponse_Exit
- func (x *ExecStreamResponse) GetOpen() *ExecStreamResponse_Open
- func (x *ExecStreamResponse) GetOutput() *ExecStreamResponse_Output
- func (*ExecStreamResponse) ProtoMessage()
- func (x *ExecStreamResponse) ProtoReflect() protoreflect.Message
- func (x *ExecStreamResponse) Reset()
- func (x *ExecStreamResponse) String() string
- type ExecStreamResponse_Exit
- func (*ExecStreamResponse_Exit) Descriptor() ([]byte, []int)deprecated
- func (x *ExecStreamResponse_Exit) GetCode() int32
- func (*ExecStreamResponse_Exit) ProtoMessage()
- func (x *ExecStreamResponse_Exit) ProtoReflect() protoreflect.Message
- func (x *ExecStreamResponse_Exit) Reset()
- func (x *ExecStreamResponse_Exit) String() string
- type ExecStreamResponse_Exit_
- type ExecStreamResponse_Open
- type ExecStreamResponse_Open_
- type ExecStreamResponse_Output
- func (*ExecStreamResponse_Output) Descriptor() ([]byte, []int)deprecated
- func (x *ExecStreamResponse_Output) GetChannel() ExecStreamResponse_Output_Channel
- func (x *ExecStreamResponse_Output) GetData() []byte
- func (*ExecStreamResponse_Output) ProtoMessage()
- func (x *ExecStreamResponse_Output) ProtoReflect() protoreflect.Message
- func (x *ExecStreamResponse_Output) Reset()
- func (x *ExecStreamResponse_Output) String() string
- type ExecStreamResponse_Output_
- type ExecStreamResponse_Output_Channel
- func (ExecStreamResponse_Output_Channel) Descriptor() protoreflect.EnumDescriptor
- func (x ExecStreamResponse_Output_Channel) Enum() *ExecStreamResponse_Output_Channel
- func (ExecStreamResponse_Output_Channel) EnumDescriptor() ([]byte, []int)deprecated
- func (x ExecStreamResponse_Output_Channel) Number() protoreflect.EnumNumber
- func (x ExecStreamResponse_Output_Channel) String() string
- func (ExecStreamResponse_Output_Channel) Type() protoreflect.EnumType
- type GetBuildRequest
- type GetDeploymentRequest
- func (*GetDeploymentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeploymentRequest) GetLoadDetails() Deployment_LoadDetails
- func (x *GetDeploymentRequest) GetRef() *Ref_Operation
- func (*GetDeploymentRequest) ProtoMessage()
- func (x *GetDeploymentRequest) ProtoReflect() protoreflect.Message
- func (x *GetDeploymentRequest) Reset()
- func (x *GetDeploymentRequest) String() string
- type GetJobRequest
- type GetJobStreamRequest
- func (*GetJobStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobStreamRequest) GetJobId() string
- func (*GetJobStreamRequest) ProtoMessage()
- func (x *GetJobStreamRequest) ProtoReflect() protoreflect.Message
- func (x *GetJobStreamRequest) Reset()
- func (x *GetJobStreamRequest) String() string
- type GetJobStreamResponse
- func (*GetJobStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobStreamResponse) GetComplete() *GetJobStreamResponse_Complete
- func (x *GetJobStreamResponse) GetError() *GetJobStreamResponse_Error
- func (m *GetJobStreamResponse) GetEvent() isGetJobStreamResponse_Event
- func (x *GetJobStreamResponse) GetOpen() *GetJobStreamResponse_Open
- func (x *GetJobStreamResponse) GetState() *GetJobStreamResponse_State
- func (x *GetJobStreamResponse) GetTerminal() *GetJobStreamResponse_Terminal
- func (*GetJobStreamResponse) ProtoMessage()
- func (x *GetJobStreamResponse) ProtoReflect() protoreflect.Message
- func (x *GetJobStreamResponse) Reset()
- func (x *GetJobStreamResponse) String() string
- type GetJobStreamResponse_Complete
- func (*GetJobStreamResponse_Complete) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobStreamResponse_Complete) GetError() *status.Status
- func (x *GetJobStreamResponse_Complete) GetResult() *Job_Result
- func (*GetJobStreamResponse_Complete) ProtoMessage()
- func (x *GetJobStreamResponse_Complete) ProtoReflect() protoreflect.Message
- func (x *GetJobStreamResponse_Complete) Reset()
- func (x *GetJobStreamResponse_Complete) String() string
- type GetJobStreamResponse_Complete_
- type GetJobStreamResponse_Error
- func (*GetJobStreamResponse_Error) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobStreamResponse_Error) GetError() *status.Status
- func (*GetJobStreamResponse_Error) ProtoMessage()
- func (x *GetJobStreamResponse_Error) ProtoReflect() protoreflect.Message
- func (x *GetJobStreamResponse_Error) Reset()
- func (x *GetJobStreamResponse_Error) String() string
- type GetJobStreamResponse_Error_
- type GetJobStreamResponse_Open
- type GetJobStreamResponse_Open_
- type GetJobStreamResponse_State
- func (*GetJobStreamResponse_State) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobStreamResponse_State) GetCanceling() bool
- func (x *GetJobStreamResponse_State) GetCurrent() Job_State
- func (x *GetJobStreamResponse_State) GetJob() *Job
- func (x *GetJobStreamResponse_State) GetPrevious() Job_State
- func (*GetJobStreamResponse_State) ProtoMessage()
- func (x *GetJobStreamResponse_State) ProtoReflect() protoreflect.Message
- func (x *GetJobStreamResponse_State) Reset()
- func (x *GetJobStreamResponse_State) String() string
- type GetJobStreamResponse_State_
- type GetJobStreamResponse_Terminal
- func (*GetJobStreamResponse_Terminal) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobStreamResponse_Terminal) GetBuffered() bool
- func (x *GetJobStreamResponse_Terminal) GetEvents() []*GetJobStreamResponse_Terminal_Event
- func (*GetJobStreamResponse_Terminal) ProtoMessage()
- func (x *GetJobStreamResponse_Terminal) ProtoReflect() protoreflect.Message
- func (x *GetJobStreamResponse_Terminal) Reset()
- func (x *GetJobStreamResponse_Terminal) String() string
- type GetJobStreamResponse_Terminal_
- type GetJobStreamResponse_Terminal_Event
- func (*GetJobStreamResponse_Terminal_Event) Descriptor() ([]byte, []int)deprecated
- func (m *GetJobStreamResponse_Terminal_Event) GetEvent() isGetJobStreamResponse_Terminal_Event_Event
- func (x *GetJobStreamResponse_Terminal_Event) GetLine() *GetJobStreamResponse_Terminal_Event_Line
- func (x *GetJobStreamResponse_Terminal_Event) GetNamedValues() *GetJobStreamResponse_Terminal_Event_NamedValues
- func (x *GetJobStreamResponse_Terminal_Event) GetRaw() *GetJobStreamResponse_Terminal_Event_Raw
- func (x *GetJobStreamResponse_Terminal_Event) GetStatus() *GetJobStreamResponse_Terminal_Event_Status
- func (x *GetJobStreamResponse_Terminal_Event) GetStep() *GetJobStreamResponse_Terminal_Event_Step
- func (x *GetJobStreamResponse_Terminal_Event) GetStepGroup() *GetJobStreamResponse_Terminal_Event_StepGroup
- func (x *GetJobStreamResponse_Terminal_Event) GetTable() *GetJobStreamResponse_Terminal_Event_Table
- func (x *GetJobStreamResponse_Terminal_Event) GetTimestamp() *timestamp.Timestamp
- func (*GetJobStreamResponse_Terminal_Event) ProtoMessage()
- func (x *GetJobStreamResponse_Terminal_Event) ProtoReflect() protoreflect.Message
- func (x *GetJobStreamResponse_Terminal_Event) Reset()
- func (x *GetJobStreamResponse_Terminal_Event) String() string
- type GetJobStreamResponse_Terminal_Event_Line
- func (*GetJobStreamResponse_Terminal_Event_Line) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobStreamResponse_Terminal_Event_Line) GetMsg() string
- func (x *GetJobStreamResponse_Terminal_Event_Line) GetStyle() string
- func (*GetJobStreamResponse_Terminal_Event_Line) ProtoMessage()
- func (x *GetJobStreamResponse_Terminal_Event_Line) ProtoReflect() protoreflect.Message
- func (x *GetJobStreamResponse_Terminal_Event_Line) Reset()
- func (x *GetJobStreamResponse_Terminal_Event_Line) String() string
- type GetJobStreamResponse_Terminal_Event_Line_
- type GetJobStreamResponse_Terminal_Event_NamedValue
- func (*GetJobStreamResponse_Terminal_Event_NamedValue) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobStreamResponse_Terminal_Event_NamedValue) GetName() string
- func (x *GetJobStreamResponse_Terminal_Event_NamedValue) GetValue() string
- func (*GetJobStreamResponse_Terminal_Event_NamedValue) ProtoMessage()
- func (x *GetJobStreamResponse_Terminal_Event_NamedValue) ProtoReflect() protoreflect.Message
- func (x *GetJobStreamResponse_Terminal_Event_NamedValue) Reset()
- func (x *GetJobStreamResponse_Terminal_Event_NamedValue) String() string
- type GetJobStreamResponse_Terminal_Event_NamedValues
- func (*GetJobStreamResponse_Terminal_Event_NamedValues) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobStreamResponse_Terminal_Event_NamedValues) GetValues() []*GetJobStreamResponse_Terminal_Event_NamedValue
- func (*GetJobStreamResponse_Terminal_Event_NamedValues) ProtoMessage()
- func (x *GetJobStreamResponse_Terminal_Event_NamedValues) ProtoReflect() protoreflect.Message
- func (x *GetJobStreamResponse_Terminal_Event_NamedValues) Reset()
- func (x *GetJobStreamResponse_Terminal_Event_NamedValues) String() string
- type GetJobStreamResponse_Terminal_Event_NamedValues_
- type GetJobStreamResponse_Terminal_Event_Raw
- func (*GetJobStreamResponse_Terminal_Event_Raw) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobStreamResponse_Terminal_Event_Raw) GetData() []byte
- func (x *GetJobStreamResponse_Terminal_Event_Raw) GetStderr() bool
- func (*GetJobStreamResponse_Terminal_Event_Raw) ProtoMessage()
- func (x *GetJobStreamResponse_Terminal_Event_Raw) ProtoReflect() protoreflect.Message
- func (x *GetJobStreamResponse_Terminal_Event_Raw) Reset()
- func (x *GetJobStreamResponse_Terminal_Event_Raw) String() string
- type GetJobStreamResponse_Terminal_Event_Raw_
- type GetJobStreamResponse_Terminal_Event_Status
- func (*GetJobStreamResponse_Terminal_Event_Status) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobStreamResponse_Terminal_Event_Status) GetMsg() string
- func (x *GetJobStreamResponse_Terminal_Event_Status) GetStatus() string
- func (x *GetJobStreamResponse_Terminal_Event_Status) GetStep() bool
- func (*GetJobStreamResponse_Terminal_Event_Status) ProtoMessage()
- func (x *GetJobStreamResponse_Terminal_Event_Status) ProtoReflect() protoreflect.Message
- func (x *GetJobStreamResponse_Terminal_Event_Status) Reset()
- func (x *GetJobStreamResponse_Terminal_Event_Status) String() string
- type GetJobStreamResponse_Terminal_Event_Status_
- type GetJobStreamResponse_Terminal_Event_Step
- func (*GetJobStreamResponse_Terminal_Event_Step) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobStreamResponse_Terminal_Event_Step) GetClose() bool
- func (x *GetJobStreamResponse_Terminal_Event_Step) GetId() int32
- func (x *GetJobStreamResponse_Terminal_Event_Step) GetMsg() string
- func (x *GetJobStreamResponse_Terminal_Event_Step) GetOutput() []byte
- func (x *GetJobStreamResponse_Terminal_Event_Step) GetStatus() string
- func (*GetJobStreamResponse_Terminal_Event_Step) ProtoMessage()
- func (x *GetJobStreamResponse_Terminal_Event_Step) ProtoReflect() protoreflect.Message
- func (x *GetJobStreamResponse_Terminal_Event_Step) Reset()
- func (x *GetJobStreamResponse_Terminal_Event_Step) String() string
- type GetJobStreamResponse_Terminal_Event_StepGroup
- func (*GetJobStreamResponse_Terminal_Event_StepGroup) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobStreamResponse_Terminal_Event_StepGroup) GetClose() bool
- func (*GetJobStreamResponse_Terminal_Event_StepGroup) ProtoMessage()
- func (x *GetJobStreamResponse_Terminal_Event_StepGroup) ProtoReflect() protoreflect.Message
- func (x *GetJobStreamResponse_Terminal_Event_StepGroup) Reset()
- func (x *GetJobStreamResponse_Terminal_Event_StepGroup) String() string
- type GetJobStreamResponse_Terminal_Event_StepGroup_
- type GetJobStreamResponse_Terminal_Event_Step_
- type GetJobStreamResponse_Terminal_Event_Table
- func (*GetJobStreamResponse_Terminal_Event_Table) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobStreamResponse_Terminal_Event_Table) GetHeaders() []string
- func (x *GetJobStreamResponse_Terminal_Event_Table) GetRows() []*GetJobStreamResponse_Terminal_Event_TableRow
- func (*GetJobStreamResponse_Terminal_Event_Table) ProtoMessage()
- func (x *GetJobStreamResponse_Terminal_Event_Table) ProtoReflect() protoreflect.Message
- func (x *GetJobStreamResponse_Terminal_Event_Table) Reset()
- func (x *GetJobStreamResponse_Terminal_Event_Table) String() string
- type GetJobStreamResponse_Terminal_Event_TableEntry
- func (*GetJobStreamResponse_Terminal_Event_TableEntry) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobStreamResponse_Terminal_Event_TableEntry) GetColor() string
- func (x *GetJobStreamResponse_Terminal_Event_TableEntry) GetValue() string
- func (*GetJobStreamResponse_Terminal_Event_TableEntry) ProtoMessage()
- func (x *GetJobStreamResponse_Terminal_Event_TableEntry) ProtoReflect() protoreflect.Message
- func (x *GetJobStreamResponse_Terminal_Event_TableEntry) Reset()
- func (x *GetJobStreamResponse_Terminal_Event_TableEntry) String() string
- type GetJobStreamResponse_Terminal_Event_TableRow
- func (*GetJobStreamResponse_Terminal_Event_TableRow) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobStreamResponse_Terminal_Event_TableRow) GetEntries() []*GetJobStreamResponse_Terminal_Event_TableEntry
- func (*GetJobStreamResponse_Terminal_Event_TableRow) ProtoMessage()
- func (x *GetJobStreamResponse_Terminal_Event_TableRow) ProtoReflect() protoreflect.Message
- func (x *GetJobStreamResponse_Terminal_Event_TableRow) Reset()
- func (x *GetJobStreamResponse_Terminal_Event_TableRow) String() string
- type GetJobStreamResponse_Terminal_Event_Table_
- type GetLatestBuildRequest
- func (*GetLatestBuildRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetLatestBuildRequest) GetApplication() *Ref_Application
- func (x *GetLatestBuildRequest) GetWorkspace() *Ref_Workspace
- func (*GetLatestBuildRequest) ProtoMessage()
- func (x *GetLatestBuildRequest) ProtoReflect() protoreflect.Message
- func (x *GetLatestBuildRequest) Reset()
- func (x *GetLatestBuildRequest) String() string
- type GetLatestPushedArtifactRequest
- func (*GetLatestPushedArtifactRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetLatestPushedArtifactRequest) GetApplication() *Ref_Application
- func (x *GetLatestPushedArtifactRequest) GetWorkspace() *Ref_Workspace
- func (*GetLatestPushedArtifactRequest) ProtoMessage()
- func (x *GetLatestPushedArtifactRequest) ProtoReflect() protoreflect.Message
- func (x *GetLatestPushedArtifactRequest) Reset()
- func (x *GetLatestPushedArtifactRequest) String() string
- type GetLatestReleaseRequest
- func (*GetLatestReleaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetLatestReleaseRequest) GetApplication() *Ref_Application
- func (x *GetLatestReleaseRequest) GetLoadDetails() Release_LoadDetails
- func (x *GetLatestReleaseRequest) GetWorkspace() *Ref_Workspace
- func (*GetLatestReleaseRequest) ProtoMessage()
- func (x *GetLatestReleaseRequest) ProtoReflect() protoreflect.Message
- func (x *GetLatestReleaseRequest) Reset()
- func (x *GetLatestReleaseRequest) String() string
- type GetLogStreamRequest
- func (*GetLogStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetLogStreamRequest) GetApplication() *GetLogStreamRequest_Application
- func (x *GetLogStreamRequest) GetDeploymentId() string
- func (x *GetLogStreamRequest) GetLimitBacklog() int32
- func (m *GetLogStreamRequest) GetScope() isGetLogStreamRequest_Scope
- func (*GetLogStreamRequest) ProtoMessage()
- func (x *GetLogStreamRequest) ProtoReflect() protoreflect.Message
- func (x *GetLogStreamRequest) Reset()
- func (x *GetLogStreamRequest) String() string
- type GetLogStreamRequest_Application
- func (*GetLogStreamRequest_Application) Descriptor() ([]byte, []int)deprecated
- func (x *GetLogStreamRequest_Application) GetApplication() *Ref_Application
- func (x *GetLogStreamRequest_Application) GetWorkspace() *Ref_Workspace
- func (*GetLogStreamRequest_Application) ProtoMessage()
- func (x *GetLogStreamRequest_Application) ProtoReflect() protoreflect.Message
- func (x *GetLogStreamRequest_Application) Reset()
- func (x *GetLogStreamRequest_Application) String() string
- type GetLogStreamRequest_Application_
- type GetLogStreamRequest_DeploymentId
- type GetProjectRequest
- func (*GetProjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetProjectRequest) GetProject() *Ref_Project
- func (*GetProjectRequest) ProtoMessage()
- func (x *GetProjectRequest) ProtoReflect() protoreflect.Message
- func (x *GetProjectRequest) Reset()
- func (x *GetProjectRequest) String() string
- type GetProjectResponse
- func (*GetProjectResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetProjectResponse) GetProject() *Project
- func (*GetProjectResponse) ProtoMessage()
- func (x *GetProjectResponse) ProtoReflect() protoreflect.Message
- func (x *GetProjectResponse) Reset()
- func (x *GetProjectResponse) String() string
- type GetPushedArtifactRequest
- func (*GetPushedArtifactRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPushedArtifactRequest) GetRef() *Ref_Operation
- func (*GetPushedArtifactRequest) ProtoMessage()
- func (x *GetPushedArtifactRequest) ProtoReflect() protoreflect.Message
- func (x *GetPushedArtifactRequest) Reset()
- func (x *GetPushedArtifactRequest) String() string
- type GetReleaseRequest
- func (*GetReleaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetReleaseRequest) GetLoadDetails() Release_LoadDetails
- func (x *GetReleaseRequest) GetRef() *Ref_Operation
- func (*GetReleaseRequest) ProtoMessage()
- func (x *GetReleaseRequest) ProtoReflect() protoreflect.Message
- func (x *GetReleaseRequest) Reset()
- func (x *GetReleaseRequest) String() string
- type GetRunnerRequest
- type GetServerConfigResponse
- func (*GetServerConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetServerConfigResponse) GetConfig() *ServerConfig
- func (*GetServerConfigResponse) ProtoMessage()
- func (x *GetServerConfigResponse) ProtoReflect() protoreflect.Message
- func (x *GetServerConfigResponse) Reset()
- func (x *GetServerConfigResponse) String() string
- type GetVersionInfoResponse
- func (*GetVersionInfoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetVersionInfoResponse) GetInfo() *VersionInfo
- func (*GetVersionInfoResponse) ProtoMessage()
- func (x *GetVersionInfoResponse) ProtoReflect() protoreflect.Message
- func (x *GetVersionInfoResponse) Reset()
- func (x *GetVersionInfoResponse) String() string
- type GetWorkspaceRequest
- func (*GetWorkspaceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetWorkspaceRequest) GetWorkspace() *Ref_Workspace
- 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 HMACKey
- type Hostname
- func (*Hostname) Descriptor() ([]byte, []int)deprecated
- func (x *Hostname) GetFqdn() string
- func (x *Hostname) GetHostname() string
- func (x *Hostname) GetTargetLabels() map[string]string
- func (*Hostname) ProtoMessage()
- func (x *Hostname) ProtoReflect() protoreflect.Message
- func (x *Hostname) Reset()
- func (x *Hostname) String() string
- type Hostname_Target
- func (*Hostname_Target) Descriptor() ([]byte, []int)deprecated
- func (x *Hostname_Target) GetApplication() *Hostname_TargetApp
- func (m *Hostname_Target) GetTarget() isHostname_Target_Target
- func (*Hostname_Target) ProtoMessage()
- func (x *Hostname_Target) ProtoReflect() protoreflect.Message
- func (x *Hostname_Target) Reset()
- func (x *Hostname_Target) String() string
- type Hostname_TargetApp
- func (*Hostname_TargetApp) Descriptor() ([]byte, []int)deprecated
- func (x *Hostname_TargetApp) GetApplication() *Ref_Application
- func (x *Hostname_TargetApp) GetWorkspace() *Ref_Workspace
- func (*Hostname_TargetApp) ProtoMessage()
- func (x *Hostname_TargetApp) ProtoReflect() protoreflect.Message
- func (x *Hostname_TargetApp) Reset()
- func (x *Hostname_TargetApp) String() string
- type Hostname_Target_Application
- type Instance
- func (*Instance) Descriptor() ([]byte, []int)deprecated
- func (x *Instance) GetApplication() *Ref_Application
- func (x *Instance) GetDeploymentId() string
- func (x *Instance) GetId() string
- func (x *Instance) GetWorkspace() *Ref_Workspace
- func (*Instance) ProtoMessage()
- func (x *Instance) ProtoReflect() protoreflect.Message
- func (x *Instance) Reset()
- func (x *Instance) String() string
- type InviteTokenRequest
- func (*InviteTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InviteTokenRequest) GetDuration() string
- func (x *InviteTokenRequest) GetEntrypoint() *Token_Entrypoint
- func (*InviteTokenRequest) ProtoMessage()
- func (x *InviteTokenRequest) ProtoReflect() protoreflect.Message
- func (x *InviteTokenRequest) Reset()
- func (x *InviteTokenRequest) String() string
- type Job
- func (*Job) Descriptor() ([]byte, []int)deprecated
- func (x *Job) GetAckTime() *timestamp.Timestamp
- func (x *Job) GetApplication() *Ref_Application
- func (x *Job) GetAssignTime() *timestamp.Timestamp
- func (x *Job) GetAssignedRunner() *Ref_RunnerId
- func (x *Job) GetAuth() *Job_AuthOp
- func (x *Job) GetBuild() *Job_BuildOp
- func (x *Job) GetCancelTime() *timestamp.Timestamp
- func (x *Job) GetCompleteTime() *timestamp.Timestamp
- func (x *Job) GetDataSource() *Job_DataSource
- func (x *Job) GetDataSourceOverrides() map[string]string
- func (x *Job) GetDeploy() *Job_DeployOp
- func (x *Job) GetDestroy() *Job_DestroyOp
- func (x *Job) GetDocs() *Job_DocsOp
- func (x *Job) GetError() *status.Status
- func (x *Job) GetExpireTime() *timestamp.Timestamp
- func (x *Job) GetId() string
- func (x *Job) GetLabels() map[string]string
- func (x *Job) GetNoop() *Job_Noop
- func (m *Job) GetOperation() isJob_Operation
- func (x *Job) GetPush() *Job_PushOp
- func (x *Job) GetQueueTime() *timestamp.Timestamp
- func (x *Job) GetRelease() *Job_ReleaseOp
- func (x *Job) GetResult() *Job_Result
- func (x *Job) GetState() Job_State
- func (x *Job) GetTargetRunner() *Ref_Runner
- func (x *Job) GetValidate() *Job_ValidateOp
- func (x *Job) GetWorkspace() *Ref_Workspace
- func (*Job) ProtoMessage()
- func (x *Job) ProtoReflect() protoreflect.Message
- func (x *Job) Reset()
- func (x *Job) String() string
- type Job_Auth
- type Job_AuthOp
- func (*Job_AuthOp) Descriptor() ([]byte, []int)deprecated
- func (x *Job_AuthOp) GetCheckOnly() bool
- func (x *Job_AuthOp) GetComponent() *Ref_Component
- func (*Job_AuthOp) ProtoMessage()
- func (x *Job_AuthOp) ProtoReflect() protoreflect.Message
- func (x *Job_AuthOp) Reset()
- func (x *Job_AuthOp) String() string
- type Job_AuthResult
- type Job_AuthResult_Result
- func (*Job_AuthResult_Result) Descriptor() ([]byte, []int)deprecated
- func (x *Job_AuthResult_Result) GetAuthCompleted() bool
- func (x *Job_AuthResult_Result) GetAuthError() *status.Status
- func (x *Job_AuthResult_Result) GetAuthSupported() bool
- func (x *Job_AuthResult_Result) GetCheckError() *status.Status
- func (x *Job_AuthResult_Result) GetCheckResult() bool
- func (x *Job_AuthResult_Result) GetComponent() *Component
- func (*Job_AuthResult_Result) ProtoMessage()
- func (x *Job_AuthResult_Result) ProtoReflect() protoreflect.Message
- func (x *Job_AuthResult_Result) Reset()
- func (x *Job_AuthResult_Result) String() string
- type Job_Build
- type Job_BuildOp
- type Job_BuildResult
- func (*Job_BuildResult) Descriptor() ([]byte, []int)deprecated
- func (x *Job_BuildResult) GetBuild() *Build
- func (x *Job_BuildResult) GetPush() *PushedArtifact
- func (*Job_BuildResult) ProtoMessage()
- func (x *Job_BuildResult) ProtoReflect() protoreflect.Message
- func (x *Job_BuildResult) Reset()
- func (x *Job_BuildResult) String() string
- type Job_DataSource
- func (*Job_DataSource) Descriptor() ([]byte, []int)deprecated
- func (x *Job_DataSource) GetGit() *Job_Git
- func (x *Job_DataSource) GetLocal() *Job_Local
- func (m *Job_DataSource) GetSource() isJob_DataSource_Source
- func (*Job_DataSource) ProtoMessage()
- func (x *Job_DataSource) ProtoReflect() protoreflect.Message
- func (x *Job_DataSource) Reset()
- func (x *Job_DataSource) String() string
- type Job_DataSource_Git
- type Job_DataSource_Local
- type Job_Deploy
- type Job_DeployOp
- type Job_DeployResult
- type Job_Destroy
- type Job_DestroyOp
- func (*Job_DestroyOp) Descriptor() ([]byte, []int)deprecated
- func (x *Job_DestroyOp) GetDeployment() *Deployment
- func (m *Job_DestroyOp) GetTarget() isJob_DestroyOp_Target
- func (x *Job_DestroyOp) GetWorkspace() *empty.Empty
- func (*Job_DestroyOp) ProtoMessage()
- func (x *Job_DestroyOp) ProtoReflect() protoreflect.Message
- func (x *Job_DestroyOp) Reset()
- func (x *Job_DestroyOp) String() string
- type Job_DestroyOp_Deployment
- type Job_DestroyOp_Workspace
- type Job_Docs
- type Job_DocsOp
- type Job_DocsResult
- type Job_DocsResult_Result
- func (*Job_DocsResult_Result) Descriptor() ([]byte, []int)deprecated
- func (x *Job_DocsResult_Result) GetComponent() *Component
- func (x *Job_DocsResult_Result) GetDocs() *Documentation
- func (*Job_DocsResult_Result) ProtoMessage()
- func (x *Job_DocsResult_Result) ProtoReflect() protoreflect.Message
- func (x *Job_DocsResult_Result) Reset()
- func (x *Job_DocsResult_Result) String() string
- type Job_Git
- func (*Job_Git) Descriptor() ([]byte, []int)deprecated
- func (x *Job_Git) GetPath() string
- func (x *Job_Git) GetRef() string
- func (x *Job_Git) GetUrl() string
- func (*Job_Git) ProtoMessage()
- func (x *Job_Git) ProtoReflect() protoreflect.Message
- func (x *Job_Git) Reset()
- func (x *Job_Git) String() string
- type Job_Local
- type Job_Noop
- type Job_Noop_
- type Job_Push
- type Job_PushOp
- type Job_PushResult
- type Job_Release
- type Job_ReleaseOp
- func (*Job_ReleaseOp) Descriptor() ([]byte, []int)deprecated
- func (x *Job_ReleaseOp) GetDeployment() *Deployment
- func (x *Job_ReleaseOp) GetPrune() bool
- func (*Job_ReleaseOp) ProtoMessage()
- func (x *Job_ReleaseOp) ProtoReflect() protoreflect.Message
- func (x *Job_ReleaseOp) Reset()
- func (x *Job_ReleaseOp) String() string
- type Job_ReleaseResult
- type Job_Result
- func (*Job_Result) Descriptor() ([]byte, []int)deprecated
- func (x *Job_Result) GetAuth() *Job_AuthResult
- func (x *Job_Result) GetBuild() *Job_BuildResult
- func (x *Job_Result) GetDeploy() *Job_DeployResult
- func (x *Job_Result) GetDocs() *Job_DocsResult
- func (x *Job_Result) GetPush() *Job_PushResult
- func (x *Job_Result) GetRelease() *Job_ReleaseResult
- func (x *Job_Result) GetValidate() *Job_ValidateResult
- func (*Job_Result) ProtoMessage()
- func (x *Job_Result) ProtoReflect() protoreflect.Message
- func (x *Job_Result) Reset()
- func (x *Job_Result) String() string
- type Job_State
- type Job_Validate
- type Job_ValidateOp
- type Job_ValidateResult
- type ListBuildsRequest
- func (*ListBuildsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListBuildsRequest) GetApplication() *Ref_Application
- func (x *ListBuildsRequest) GetOrder() *OperationOrder
- func (x *ListBuildsRequest) GetWorkspace() *Ref_Workspace
- func (*ListBuildsRequest) ProtoMessage()
- func (x *ListBuildsRequest) ProtoReflect() protoreflect.Message
- func (x *ListBuildsRequest) Reset()
- func (x *ListBuildsRequest) String() string
- type ListBuildsResponse
- func (*ListBuildsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListBuildsResponse) GetBuilds() []*Build
- func (*ListBuildsResponse) ProtoMessage()
- func (x *ListBuildsResponse) ProtoReflect() protoreflect.Message
- func (x *ListBuildsResponse) Reset()
- func (x *ListBuildsResponse) String() string
- type ListDeploymentsRequest
- func (*ListDeploymentsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDeploymentsRequest) GetApplication() *Ref_Application
- func (x *ListDeploymentsRequest) GetLoadDetails() Deployment_LoadDetails
- func (x *ListDeploymentsRequest) GetOrder() *OperationOrder
- func (x *ListDeploymentsRequest) GetPhysicalState() Operation_PhysicalState
- func (x *ListDeploymentsRequest) GetStatus() []*StatusFilter
- func (x *ListDeploymentsRequest) GetWorkspace() *Ref_Workspace
- func (*ListDeploymentsRequest) ProtoMessage()
- func (x *ListDeploymentsRequest) ProtoReflect() protoreflect.Message
- func (x *ListDeploymentsRequest) Reset()
- func (x *ListDeploymentsRequest) String() string
- type ListDeploymentsResponse
- func (*ListDeploymentsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListDeploymentsResponse) GetDeployments() []*Deployment
- func (*ListDeploymentsResponse) ProtoMessage()
- func (x *ListDeploymentsResponse) ProtoReflect() protoreflect.Message
- func (x *ListDeploymentsResponse) Reset()
- func (x *ListDeploymentsResponse) String() string
- type ListHostnamesRequest
- func (*ListHostnamesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListHostnamesRequest) GetTarget() *Hostname_Target
- func (*ListHostnamesRequest) ProtoMessage()
- func (x *ListHostnamesRequest) ProtoReflect() protoreflect.Message
- func (x *ListHostnamesRequest) Reset()
- func (x *ListHostnamesRequest) String() string
- type ListHostnamesResponse
- func (*ListHostnamesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListHostnamesResponse) GetHostnames() []*Hostname
- func (*ListHostnamesResponse) ProtoMessage()
- func (x *ListHostnamesResponse) ProtoReflect() protoreflect.Message
- func (x *ListHostnamesResponse) Reset()
- func (x *ListHostnamesResponse) String() string
- type ListInstancesRequest
- func (*ListInstancesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListInstancesRequest) GetApplication() *ListInstancesRequest_Application
- func (x *ListInstancesRequest) GetDeploymentId() string
- func (m *ListInstancesRequest) GetScope() isListInstancesRequest_Scope
- func (*ListInstancesRequest) ProtoMessage()
- func (x *ListInstancesRequest) ProtoReflect() protoreflect.Message
- func (x *ListInstancesRequest) Reset()
- func (x *ListInstancesRequest) String() string
- type ListInstancesRequest_Application
- func (*ListInstancesRequest_Application) Descriptor() ([]byte, []int)deprecated
- func (x *ListInstancesRequest_Application) GetApplication() *Ref_Application
- func (x *ListInstancesRequest_Application) GetWorkspace() *Ref_Workspace
- func (*ListInstancesRequest_Application) ProtoMessage()
- func (x *ListInstancesRequest_Application) ProtoReflect() protoreflect.Message
- func (x *ListInstancesRequest_Application) Reset()
- func (x *ListInstancesRequest_Application) String() string
- type ListInstancesRequest_Application_
- type ListInstancesRequest_DeploymentId
- type ListInstancesResponse
- func (*ListInstancesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListInstancesResponse) GetInstances() []*Instance
- func (*ListInstancesResponse) ProtoMessage()
- func (x *ListInstancesResponse) ProtoReflect() protoreflect.Message
- func (x *ListInstancesResponse) Reset()
- func (x *ListInstancesResponse) String() string
- type ListJobsRequest
- type ListJobsResponse
- type ListProjectsResponse
- func (*ListProjectsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectsResponse) GetProjects() []*Ref_Project
- func (*ListProjectsResponse) ProtoMessage()
- func (x *ListProjectsResponse) ProtoReflect() protoreflect.Message
- func (x *ListProjectsResponse) Reset()
- func (x *ListProjectsResponse) String() string
- type ListPushedArtifactsRequest
- func (*ListPushedArtifactsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListPushedArtifactsRequest) GetApplication() *Ref_Application
- func (x *ListPushedArtifactsRequest) GetIncludeBuild() bool
- func (x *ListPushedArtifactsRequest) GetOrder() *OperationOrder
- func (x *ListPushedArtifactsRequest) GetStatus() []*StatusFilter
- func (x *ListPushedArtifactsRequest) GetWorkspace() *Ref_Workspace
- func (*ListPushedArtifactsRequest) ProtoMessage()
- func (x *ListPushedArtifactsRequest) ProtoReflect() protoreflect.Message
- func (x *ListPushedArtifactsRequest) Reset()
- func (x *ListPushedArtifactsRequest) String() string
- type ListPushedArtifactsResponse
- func (*ListPushedArtifactsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListPushedArtifactsResponse) GetArtifacts() []*PushedArtifact
- func (*ListPushedArtifactsResponse) ProtoMessage()
- func (x *ListPushedArtifactsResponse) ProtoReflect() protoreflect.Message
- func (x *ListPushedArtifactsResponse) Reset()
- func (x *ListPushedArtifactsResponse) String() string
- type ListReleasesRequest
- func (*ListReleasesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListReleasesRequest) GetApplication() *Ref_Application
- func (x *ListReleasesRequest) GetLoadDetails() Release_LoadDetails
- func (x *ListReleasesRequest) GetOrder() *OperationOrder
- func (x *ListReleasesRequest) GetPhysicalState() Operation_PhysicalState
- func (x *ListReleasesRequest) GetStatus() []*StatusFilter
- func (x *ListReleasesRequest) GetWorkspace() *Ref_Workspace
- func (*ListReleasesRequest) ProtoMessage()
- func (x *ListReleasesRequest) ProtoReflect() protoreflect.Message
- func (x *ListReleasesRequest) Reset()
- func (x *ListReleasesRequest) String() string
- type ListReleasesResponse
- func (*ListReleasesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListReleasesResponse) GetReleases() []*Release
- func (*ListReleasesResponse) ProtoMessage()
- func (x *ListReleasesResponse) ProtoReflect() protoreflect.Message
- func (x *ListReleasesResponse) Reset()
- func (x *ListReleasesResponse) String() string
- type ListWorkspacesResponse
- func (*ListWorkspacesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListWorkspacesResponse) GetWorkspaces() []*Workspace
- func (*ListWorkspacesResponse) ProtoMessage()
- func (x *ListWorkspacesResponse) ProtoReflect() protoreflect.Message
- func (x *ListWorkspacesResponse) Reset()
- func (x *ListWorkspacesResponse) String() string
- type LogBatch
- func (*LogBatch) Descriptor() ([]byte, []int)deprecated
- func (x *LogBatch) GetDeploymentId() string
- func (x *LogBatch) GetInstanceId() string
- func (x *LogBatch) GetLines() []*LogBatch_Entry
- func (*LogBatch) ProtoMessage()
- func (x *LogBatch) ProtoReflect() protoreflect.Message
- func (x *LogBatch) Reset()
- func (x *LogBatch) String() string
- type LogBatch_Entry
- func (*LogBatch_Entry) Descriptor() ([]byte, []int)deprecated
- func (x *LogBatch_Entry) GetLine() string
- func (x *LogBatch_Entry) GetTimestamp() *timestamp.Timestamp
- func (*LogBatch_Entry) ProtoMessage()
- func (x *LogBatch_Entry) ProtoReflect() protoreflect.Message
- func (x *LogBatch_Entry) Reset()
- func (x *LogBatch_Entry) String() string
- type NewTokenResponse
- type Operation
- type OperationOrder
- func (*OperationOrder) Descriptor() ([]byte, []int)deprecated
- func (x *OperationOrder) GetDesc() bool
- func (x *OperationOrder) GetLimit() uint32
- func (x *OperationOrder) GetOrder() OperationOrder_Order
- func (*OperationOrder) ProtoMessage()
- func (x *OperationOrder) ProtoReflect() protoreflect.Message
- func (x *OperationOrder) Reset()
- func (x *OperationOrder) String() string
- type OperationOrder_Order
- func (OperationOrder_Order) Descriptor() protoreflect.EnumDescriptor
- func (x OperationOrder_Order) Enum() *OperationOrder_Order
- func (OperationOrder_Order) EnumDescriptor() ([]byte, []int)deprecated
- func (x OperationOrder_Order) Number() protoreflect.EnumNumber
- func (x OperationOrder_Order) String() string
- func (OperationOrder_Order) Type() protoreflect.EnumType
- type Operation_PhysicalState
- func (Operation_PhysicalState) Descriptor() protoreflect.EnumDescriptor
- func (x Operation_PhysicalState) Enum() *Operation_PhysicalState
- func (Operation_PhysicalState) EnumDescriptor() ([]byte, []int)deprecated
- func (x Operation_PhysicalState) Number() protoreflect.EnumNumber
- func (x Operation_PhysicalState) String() string
- func (Operation_PhysicalState) Type() protoreflect.EnumType
- type Project
- func (*Project) Descriptor() ([]byte, []int)deprecated
- func (x *Project) GetApplications() []*Application
- func (x *Project) GetDataSource() *Job_DataSource
- func (x *Project) GetName() string
- func (x *Project) GetRemoteEnabled() bool
- func (*Project) ProtoMessage()
- func (x *Project) ProtoReflect() protoreflect.Message
- func (x *Project) Reset()
- func (x *Project) String() string
- type PushedArtifact
- func (*PushedArtifact) Descriptor() ([]byte, []int)deprecated
- func (x *PushedArtifact) GetApplication() *Ref_Application
- func (x *PushedArtifact) GetArtifact() *Artifact
- func (x *PushedArtifact) GetBuild() *Build
- func (x *PushedArtifact) GetBuildId() string
- func (x *PushedArtifact) GetComponent() *Component
- func (x *PushedArtifact) GetId() string
- func (x *PushedArtifact) GetJobId() string
- func (x *PushedArtifact) GetLabels() map[string]string
- func (x *PushedArtifact) GetSequence() uint64
- func (x *PushedArtifact) GetStatus() *Status
- func (x *PushedArtifact) GetWorkspace() *Ref_Workspace
- func (*PushedArtifact) ProtoMessage()
- func (x *PushedArtifact) ProtoReflect() protoreflect.Message
- func (x *PushedArtifact) Reset()
- func (x *PushedArtifact) String() string
- type QueueJobRequest
- func (*QueueJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueueJobRequest) GetExpiresIn() string
- func (x *QueueJobRequest) GetJob() *Job
- func (*QueueJobRequest) ProtoMessage()
- func (x *QueueJobRequest) ProtoReflect() protoreflect.Message
- func (x *QueueJobRequest) Reset()
- func (x *QueueJobRequest) String() string
- type QueueJobResponse
- type Ref
- type Ref_Application
- func (*Ref_Application) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_Application) GetApplication() string
- func (x *Ref_Application) GetProject() string
- func (*Ref_Application) ProtoMessage()
- func (x *Ref_Application) ProtoReflect() protoreflect.Message
- func (x *Ref_Application) Reset()
- func (x *Ref_Application) String() string
- type Ref_Component
- func (*Ref_Component) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_Component) GetName() string
- func (x *Ref_Component) GetType() Component_Type
- func (*Ref_Component) ProtoMessage()
- func (x *Ref_Component) ProtoReflect() protoreflect.Message
- func (x *Ref_Component) Reset()
- func (x *Ref_Component) String() string
- type Ref_Operation
- func (*Ref_Operation) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_Operation) GetId() string
- func (x *Ref_Operation) GetSequence() *Ref_OperationSeq
- func (m *Ref_Operation) GetTarget() isRef_Operation_Target
- func (*Ref_Operation) ProtoMessage()
- func (x *Ref_Operation) ProtoReflect() protoreflect.Message
- func (x *Ref_Operation) Reset()
- func (x *Ref_Operation) String() string
- type Ref_OperationSeq
- func (*Ref_OperationSeq) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_OperationSeq) GetApplication() *Ref_Application
- func (x *Ref_OperationSeq) GetNumber() uint64
- func (*Ref_OperationSeq) ProtoMessage()
- func (x *Ref_OperationSeq) ProtoReflect() protoreflect.Message
- func (x *Ref_OperationSeq) Reset()
- func (x *Ref_OperationSeq) String() string
- type Ref_Operation_Id
- type Ref_Operation_Sequence
- type Ref_Project
- type Ref_Runner
- func (*Ref_Runner) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_Runner) GetAny() *Ref_RunnerAny
- func (x *Ref_Runner) GetId() *Ref_RunnerId
- func (m *Ref_Runner) GetTarget() isRef_Runner_Target
- func (*Ref_Runner) ProtoMessage()
- func (x *Ref_Runner) ProtoReflect() protoreflect.Message
- func (x *Ref_Runner) Reset()
- func (x *Ref_Runner) String() string
- type Ref_RunnerAny
- type Ref_RunnerId
- type Ref_Runner_Any
- type Ref_Runner_Id
- type Ref_Workspace
- type Release
- func (*Release) Descriptor() ([]byte, []int)deprecated
- func (x *Release) GetApplication() *Ref_Application
- func (x *Release) GetComponent() *Component
- func (x *Release) GetDeploymentId() string
- func (x *Release) GetId() string
- func (x *Release) GetJobId() string
- func (x *Release) GetLabels() map[string]string
- func (x *Release) GetPreload() *Release_Preload
- func (x *Release) GetRelease() *any.Any
- func (x *Release) GetSequence() uint64
- func (x *Release) GetState() Operation_PhysicalState
- func (x *Release) GetStatus() *Status
- func (x *Release) GetUrl() string
- func (x *Release) GetWorkspace() *Ref_Workspace
- func (*Release) ProtoMessage()
- func (x *Release) ProtoReflect() protoreflect.Message
- func (x *Release) Reset()
- func (x *Release) String() string
- type Release_LoadDetails
- func (Release_LoadDetails) Descriptor() protoreflect.EnumDescriptor
- func (x Release_LoadDetails) Enum() *Release_LoadDetails
- func (Release_LoadDetails) EnumDescriptor() ([]byte, []int)deprecated
- func (x Release_LoadDetails) Number() protoreflect.EnumNumber
- func (x Release_LoadDetails) String() string
- func (Release_LoadDetails) Type() protoreflect.EnumType
- type Release_Preload
- func (*Release_Preload) Descriptor() ([]byte, []int)deprecated
- func (x *Release_Preload) GetArtifact() *PushedArtifact
- func (x *Release_Preload) GetBuild() *Build
- func (x *Release_Preload) GetDeployment() *Deployment
- func (*Release_Preload) ProtoMessage()
- func (x *Release_Preload) ProtoReflect() protoreflect.Message
- func (x *Release_Preload) Reset()
- func (x *Release_Preload) String() string
- type Runner
- func (*Runner) Descriptor() ([]byte, []int)deprecated
- func (x *Runner) GetByIdOnly() bool
- func (x *Runner) GetComponents() []*Component
- func (x *Runner) GetId() string
- func (*Runner) ProtoMessage()
- func (x *Runner) ProtoReflect() protoreflect.Message
- func (x *Runner) Reset()
- func (x *Runner) String() string
- type RunnerConfig
- type RunnerConfigRequest
- func (*RunnerConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (m *RunnerConfigRequest) GetEvent() isRunnerConfigRequest_Event
- func (x *RunnerConfigRequest) GetOpen() *RunnerConfigRequest_Open
- func (*RunnerConfigRequest) ProtoMessage()
- func (x *RunnerConfigRequest) ProtoReflect() protoreflect.Message
- func (x *RunnerConfigRequest) Reset()
- func (x *RunnerConfigRequest) String() string
- type RunnerConfigRequest_Open
- func (*RunnerConfigRequest_Open) Descriptor() ([]byte, []int)deprecated
- func (x *RunnerConfigRequest_Open) GetRunner() *Runner
- func (*RunnerConfigRequest_Open) ProtoMessage()
- func (x *RunnerConfigRequest_Open) ProtoReflect() protoreflect.Message
- func (x *RunnerConfigRequest_Open) Reset()
- func (x *RunnerConfigRequest_Open) String() string
- type RunnerConfigRequest_Open_
- type RunnerConfigResponse
- func (*RunnerConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RunnerConfigResponse) GetConfig() *RunnerConfig
- func (*RunnerConfigResponse) ProtoMessage()
- func (x *RunnerConfigResponse) ProtoReflect() protoreflect.Message
- func (x *RunnerConfigResponse) Reset()
- func (x *RunnerConfigResponse) String() string
- type RunnerGetDeploymentConfigRequest
- func (*RunnerGetDeploymentConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (*RunnerGetDeploymentConfigRequest) ProtoMessage()
- func (x *RunnerGetDeploymentConfigRequest) ProtoReflect() protoreflect.Message
- func (x *RunnerGetDeploymentConfigRequest) Reset()
- func (x *RunnerGetDeploymentConfigRequest) String() string
- type RunnerGetDeploymentConfigResponse
- func (*RunnerGetDeploymentConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RunnerGetDeploymentConfigResponse) GetServerAddr() string
- func (x *RunnerGetDeploymentConfigResponse) GetServerTls() bool
- func (x *RunnerGetDeploymentConfigResponse) GetServerTlsSkipVerify() bool
- func (*RunnerGetDeploymentConfigResponse) ProtoMessage()
- func (x *RunnerGetDeploymentConfigResponse) ProtoReflect() protoreflect.Message
- func (x *RunnerGetDeploymentConfigResponse) Reset()
- func (x *RunnerGetDeploymentConfigResponse) String() string
- type RunnerJobStreamRequest
- func (*RunnerJobStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RunnerJobStreamRequest) GetAck() *RunnerJobStreamRequest_Ack
- func (x *RunnerJobStreamRequest) GetComplete() *RunnerJobStreamRequest_Complete
- func (x *RunnerJobStreamRequest) GetError() *RunnerJobStreamRequest_Error
- func (m *RunnerJobStreamRequest) GetEvent() isRunnerJobStreamRequest_Event
- func (x *RunnerJobStreamRequest) GetHeartbeat() *RunnerJobStreamRequest_Heartbeat
- func (x *RunnerJobStreamRequest) GetRequest() *RunnerJobStreamRequest_Request
- func (x *RunnerJobStreamRequest) GetTerminal() *GetJobStreamResponse_Terminal
- func (*RunnerJobStreamRequest) ProtoMessage()
- func (x *RunnerJobStreamRequest) ProtoReflect() protoreflect.Message
- func (x *RunnerJobStreamRequest) Reset()
- func (x *RunnerJobStreamRequest) String() string
- type RunnerJobStreamRequest_Ack
- type RunnerJobStreamRequest_Ack_
- type RunnerJobStreamRequest_Complete
- func (*RunnerJobStreamRequest_Complete) Descriptor() ([]byte, []int)deprecated
- func (x *RunnerJobStreamRequest_Complete) GetResult() *Job_Result
- func (*RunnerJobStreamRequest_Complete) ProtoMessage()
- func (x *RunnerJobStreamRequest_Complete) ProtoReflect() protoreflect.Message
- func (x *RunnerJobStreamRequest_Complete) Reset()
- func (x *RunnerJobStreamRequest_Complete) String() string
- type RunnerJobStreamRequest_Complete_
- type RunnerJobStreamRequest_Error
- func (*RunnerJobStreamRequest_Error) Descriptor() ([]byte, []int)deprecated
- func (x *RunnerJobStreamRequest_Error) GetError() *status.Status
- func (*RunnerJobStreamRequest_Error) ProtoMessage()
- func (x *RunnerJobStreamRequest_Error) ProtoReflect() protoreflect.Message
- func (x *RunnerJobStreamRequest_Error) Reset()
- func (x *RunnerJobStreamRequest_Error) String() string
- type RunnerJobStreamRequest_Error_
- type RunnerJobStreamRequest_Heartbeat
- func (*RunnerJobStreamRequest_Heartbeat) Descriptor() ([]byte, []int)deprecated
- func (*RunnerJobStreamRequest_Heartbeat) ProtoMessage()
- func (x *RunnerJobStreamRequest_Heartbeat) ProtoReflect() protoreflect.Message
- func (x *RunnerJobStreamRequest_Heartbeat) Reset()
- func (x *RunnerJobStreamRequest_Heartbeat) String() string
- type RunnerJobStreamRequest_Heartbeat_
- type RunnerJobStreamRequest_Request
- func (*RunnerJobStreamRequest_Request) Descriptor() ([]byte, []int)deprecated
- func (x *RunnerJobStreamRequest_Request) GetRunnerId() string
- func (*RunnerJobStreamRequest_Request) ProtoMessage()
- func (x *RunnerJobStreamRequest_Request) ProtoReflect() protoreflect.Message
- func (x *RunnerJobStreamRequest_Request) Reset()
- func (x *RunnerJobStreamRequest_Request) String() string
- type RunnerJobStreamRequest_Request_
- type RunnerJobStreamRequest_Terminal
- type RunnerJobStreamResponse
- func (*RunnerJobStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RunnerJobStreamResponse) GetAssignment() *RunnerJobStreamResponse_JobAssignment
- func (x *RunnerJobStreamResponse) GetCancel() *RunnerJobStreamResponse_JobCancel
- func (m *RunnerJobStreamResponse) GetEvent() isRunnerJobStreamResponse_Event
- func (*RunnerJobStreamResponse) ProtoMessage()
- func (x *RunnerJobStreamResponse) ProtoReflect() protoreflect.Message
- func (x *RunnerJobStreamResponse) Reset()
- func (x *RunnerJobStreamResponse) String() string
- type RunnerJobStreamResponse_Assignment
- type RunnerJobStreamResponse_Cancel
- type RunnerJobStreamResponse_JobAssignment
- func (*RunnerJobStreamResponse_JobAssignment) Descriptor() ([]byte, []int)deprecated
- func (x *RunnerJobStreamResponse_JobAssignment) GetJob() *Job
- func (*RunnerJobStreamResponse_JobAssignment) ProtoMessage()
- func (x *RunnerJobStreamResponse_JobAssignment) ProtoReflect() protoreflect.Message
- func (x *RunnerJobStreamResponse_JobAssignment) Reset()
- func (x *RunnerJobStreamResponse_JobAssignment) String() string
- type RunnerJobStreamResponse_JobCancel
- func (*RunnerJobStreamResponse_JobCancel) Descriptor() ([]byte, []int)deprecated
- func (x *RunnerJobStreamResponse_JobCancel) GetForce() bool
- func (*RunnerJobStreamResponse_JobCancel) ProtoMessage()
- func (x *RunnerJobStreamResponse_JobCancel) ProtoReflect() protoreflect.Message
- func (x *RunnerJobStreamResponse_JobCancel) Reset()
- func (x *RunnerJobStreamResponse_JobCancel) String() string
- type ServerConfig
- type ServerConfig_AdvertiseAddr
- func (*ServerConfig_AdvertiseAddr) Descriptor() ([]byte, []int)deprecated
- func (x *ServerConfig_AdvertiseAddr) GetAddr() string
- func (x *ServerConfig_AdvertiseAddr) GetTls() bool
- func (x *ServerConfig_AdvertiseAddr) GetTlsSkipVerify() bool
- func (*ServerConfig_AdvertiseAddr) ProtoMessage()
- func (x *ServerConfig_AdvertiseAddr) ProtoReflect() protoreflect.Message
- func (x *ServerConfig_AdvertiseAddr) Reset()
- func (x *ServerConfig_AdvertiseAddr) String() string
- type SetServerConfigRequest
- func (*SetServerConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetServerConfigRequest) GetConfig() *ServerConfig
- func (*SetServerConfigRequest) ProtoMessage()
- func (x *SetServerConfigRequest) ProtoReflect() protoreflect.Message
- func (x *SetServerConfigRequest) Reset()
- func (x *SetServerConfigRequest) String() string
- type Status
- func (*Status) Descriptor() ([]byte, []int)deprecated
- func (x *Status) GetCompleteTime() *timestamp.Timestamp
- func (x *Status) GetDetails() string
- func (x *Status) GetError() *status.Status
- func (x *Status) GetStartTime() *timestamp.Timestamp
- func (x *Status) GetState() Status_State
- func (*Status) ProtoMessage()
- func (x *Status) ProtoReflect() protoreflect.Message
- func (x *Status) Reset()
- func (x *Status) String() string
- type StatusFilter
- type StatusFilter_Filter
- func (*StatusFilter_Filter) Descriptor() ([]byte, []int)deprecated
- func (m *StatusFilter_Filter) GetFilter() isStatusFilter_Filter_Filter
- func (x *StatusFilter_Filter) GetState() Status_State
- func (*StatusFilter_Filter) ProtoMessage()
- func (x *StatusFilter_Filter) ProtoReflect() protoreflect.Message
- func (x *StatusFilter_Filter) Reset()
- func (x *StatusFilter_Filter) String() string
- type StatusFilter_Filter_State
- type Status_State
- func (Status_State) Descriptor() protoreflect.EnumDescriptor
- func (x Status_State) Enum() *Status_State
- func (Status_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x Status_State) Number() protoreflect.EnumNumber
- func (x Status_State) String() string
- func (Status_State) Type() protoreflect.EnumType
- type Token
- func (*Token) Descriptor() ([]byte, []int)deprecated
- func (x *Token) GetEntrypoint() *Token_Entrypoint
- func (x *Token) GetInvite() bool
- func (x *Token) GetLogin() bool
- func (x *Token) GetTokenId() []byte
- func (x *Token) GetUser() string
- func (x *Token) GetValidUntil() *timestamp.Timestamp
- func (*Token) ProtoMessage()
- func (x *Token) ProtoReflect() protoreflect.Message
- func (x *Token) Reset()
- func (x *Token) String() string
- type TokenTransport
- func (*TokenTransport) Descriptor() ([]byte, []int)deprecated
- func (x *TokenTransport) GetBody() []byte
- func (x *TokenTransport) GetKeyId() string
- func (x *TokenTransport) GetMetadata() map[string]string
- func (x *TokenTransport) GetSignature() []byte
- func (*TokenTransport) ProtoMessage()
- func (x *TokenTransport) ProtoReflect() protoreflect.Message
- func (x *TokenTransport) Reset()
- func (x *TokenTransport) String() string
- type Token_Entrypoint
- type UnimplementedWaypointServer
- func (*UnimplementedWaypointServer) BootstrapToken(context.Context, *empty.Empty) (*NewTokenResponse, error)
- func (*UnimplementedWaypointServer) CancelJob(context.Context, *CancelJobRequest) (*empty.Empty, error)
- func (*UnimplementedWaypointServer) ConvertInviteToken(context.Context, *ConvertInviteTokenRequest) (*NewTokenResponse, error)
- func (*UnimplementedWaypointServer) CreateHostname(context.Context, *CreateHostnameRequest) (*CreateHostnameResponse, error)
- func (*UnimplementedWaypointServer) DeleteHostname(context.Context, *DeleteHostnameRequest) (*empty.Empty, error)
- func (*UnimplementedWaypointServer) EntrypointConfig(*EntrypointConfigRequest, Waypoint_EntrypointConfigServer) error
- func (*UnimplementedWaypointServer) EntrypointExecStream(Waypoint_EntrypointExecStreamServer) error
- func (*UnimplementedWaypointServer) EntrypointLogStream(Waypoint_EntrypointLogStreamServer) error
- func (*UnimplementedWaypointServer) GenerateInviteToken(context.Context, *InviteTokenRequest) (*NewTokenResponse, error)
- func (*UnimplementedWaypointServer) GenerateLoginToken(context.Context, *empty.Empty) (*NewTokenResponse, error)
- func (*UnimplementedWaypointServer) GetBuild(context.Context, *GetBuildRequest) (*Build, error)
- func (*UnimplementedWaypointServer) GetConfig(context.Context, *ConfigGetRequest) (*ConfigGetResponse, error)
- func (*UnimplementedWaypointServer) GetDeployment(context.Context, *GetDeploymentRequest) (*Deployment, error)
- func (*UnimplementedWaypointServer) GetJob(context.Context, *GetJobRequest) (*Job, error)
- func (*UnimplementedWaypointServer) GetJobStream(*GetJobStreamRequest, Waypoint_GetJobStreamServer) error
- func (*UnimplementedWaypointServer) GetLatestBuild(context.Context, *GetLatestBuildRequest) (*Build, error)
- func (*UnimplementedWaypointServer) GetLatestPushedArtifact(context.Context, *GetLatestPushedArtifactRequest) (*PushedArtifact, error)
- func (*UnimplementedWaypointServer) GetLatestRelease(context.Context, *GetLatestReleaseRequest) (*Release, error)
- func (*UnimplementedWaypointServer) GetLogStream(*GetLogStreamRequest, Waypoint_GetLogStreamServer) error
- func (*UnimplementedWaypointServer) GetProject(context.Context, *GetProjectRequest) (*GetProjectResponse, error)
- func (*UnimplementedWaypointServer) GetPushedArtifact(context.Context, *GetPushedArtifactRequest) (*PushedArtifact, error)
- func (*UnimplementedWaypointServer) GetRelease(context.Context, *GetReleaseRequest) (*Release, error)
- func (*UnimplementedWaypointServer) GetRunner(context.Context, *GetRunnerRequest) (*Runner, error)
- func (*UnimplementedWaypointServer) GetServerConfig(context.Context, *empty.Empty) (*GetServerConfigResponse, error)
- func (*UnimplementedWaypointServer) GetVersionInfo(context.Context, *empty.Empty) (*GetVersionInfoResponse, error)
- func (*UnimplementedWaypointServer) GetWorkspace(context.Context, *GetWorkspaceRequest) (*GetWorkspaceResponse, error)
- func (*UnimplementedWaypointServer) ListBuilds(context.Context, *ListBuildsRequest) (*ListBuildsResponse, error)
- func (*UnimplementedWaypointServer) ListDeployments(context.Context, *ListDeploymentsRequest) (*ListDeploymentsResponse, error)
- func (*UnimplementedWaypointServer) ListHostnames(context.Context, *ListHostnamesRequest) (*ListHostnamesResponse, error)
- func (*UnimplementedWaypointServer) ListInstances(context.Context, *ListInstancesRequest) (*ListInstancesResponse, error)
- func (*UnimplementedWaypointServer) ListProjects(context.Context, *empty.Empty) (*ListProjectsResponse, error)
- func (*UnimplementedWaypointServer) ListPushedArtifacts(context.Context, *ListPushedArtifactsRequest) (*ListPushedArtifactsResponse, error)
- func (*UnimplementedWaypointServer) ListReleases(context.Context, *ListReleasesRequest) (*ListReleasesResponse, error)
- func (*UnimplementedWaypointServer) ListWorkspaces(context.Context, *empty.Empty) (*ListWorkspacesResponse, error)
- func (*UnimplementedWaypointServer) QueueJob(context.Context, *QueueJobRequest) (*QueueJobResponse, error)
- func (*UnimplementedWaypointServer) RunnerConfig(Waypoint_RunnerConfigServer) error
- func (*UnimplementedWaypointServer) RunnerGetDeploymentConfig(context.Context, *RunnerGetDeploymentConfigRequest) (*RunnerGetDeploymentConfigResponse, error)
- func (*UnimplementedWaypointServer) RunnerJobStream(Waypoint_RunnerJobStreamServer) error
- func (*UnimplementedWaypointServer) SetConfig(context.Context, *ConfigSetRequest) (*ConfigSetResponse, error)
- func (*UnimplementedWaypointServer) SetServerConfig(context.Context, *SetServerConfigRequest) (*empty.Empty, error)
- func (*UnimplementedWaypointServer) StartExecStream(Waypoint_StartExecStreamServer) error
- func (*UnimplementedWaypointServer) UpsertApplication(context.Context, *UpsertApplicationRequest) (*UpsertApplicationResponse, error)
- func (*UnimplementedWaypointServer) UpsertBuild(context.Context, *UpsertBuildRequest) (*UpsertBuildResponse, error)
- func (*UnimplementedWaypointServer) UpsertDeployment(context.Context, *UpsertDeploymentRequest) (*UpsertDeploymentResponse, error)
- func (*UnimplementedWaypointServer) UpsertProject(context.Context, *UpsertProjectRequest) (*UpsertProjectResponse, error)
- func (*UnimplementedWaypointServer) UpsertPushedArtifact(context.Context, *UpsertPushedArtifactRequest) (*UpsertPushedArtifactResponse, error)
- func (*UnimplementedWaypointServer) UpsertRelease(context.Context, *UpsertReleaseRequest) (*UpsertReleaseResponse, error)
- func (*UnimplementedWaypointServer) ValidateJob(context.Context, *ValidateJobRequest) (*ValidateJobResponse, error)
- func (*UnimplementedWaypointServer) XListJobs(context.Context, *ListJobsRequest) (*ListJobsResponse, error)
- type UpsertApplicationRequest
- func (*UpsertApplicationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertApplicationRequest) GetName() string
- func (x *UpsertApplicationRequest) GetProject() *Ref_Project
- func (*UpsertApplicationRequest) ProtoMessage()
- func (x *UpsertApplicationRequest) ProtoReflect() protoreflect.Message
- func (x *UpsertApplicationRequest) Reset()
- func (x *UpsertApplicationRequest) String() string
- type UpsertApplicationResponse
- func (*UpsertApplicationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertApplicationResponse) GetApplication() *Application
- func (*UpsertApplicationResponse) ProtoMessage()
- func (x *UpsertApplicationResponse) ProtoReflect() protoreflect.Message
- func (x *UpsertApplicationResponse) Reset()
- func (x *UpsertApplicationResponse) String() string
- type UpsertBuildRequest
- func (*UpsertBuildRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertBuildRequest) GetBuild() *Build
- func (*UpsertBuildRequest) ProtoMessage()
- func (x *UpsertBuildRequest) ProtoReflect() protoreflect.Message
- func (x *UpsertBuildRequest) Reset()
- func (x *UpsertBuildRequest) String() string
- type UpsertBuildResponse
- func (*UpsertBuildResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertBuildResponse) GetBuild() *Build
- func (*UpsertBuildResponse) ProtoMessage()
- func (x *UpsertBuildResponse) ProtoReflect() protoreflect.Message
- func (x *UpsertBuildResponse) Reset()
- func (x *UpsertBuildResponse) String() string
- type UpsertDeploymentRequest
- func (*UpsertDeploymentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertDeploymentRequest) GetAutoHostname() UpsertDeploymentRequest_Tristate
- func (x *UpsertDeploymentRequest) GetDeployment() *Deployment
- func (*UpsertDeploymentRequest) ProtoMessage()
- func (x *UpsertDeploymentRequest) ProtoReflect() protoreflect.Message
- func (x *UpsertDeploymentRequest) Reset()
- func (x *UpsertDeploymentRequest) String() string
- type UpsertDeploymentRequest_Tristate
- func (UpsertDeploymentRequest_Tristate) Descriptor() protoreflect.EnumDescriptor
- func (x UpsertDeploymentRequest_Tristate) Enum() *UpsertDeploymentRequest_Tristate
- func (UpsertDeploymentRequest_Tristate) EnumDescriptor() ([]byte, []int)deprecated
- func (x UpsertDeploymentRequest_Tristate) Number() protoreflect.EnumNumber
- func (x UpsertDeploymentRequest_Tristate) String() string
- func (UpsertDeploymentRequest_Tristate) Type() protoreflect.EnumType
- type UpsertDeploymentResponse
- func (*UpsertDeploymentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertDeploymentResponse) GetDeployment() *Deployment
- func (*UpsertDeploymentResponse) ProtoMessage()
- func (x *UpsertDeploymentResponse) ProtoReflect() protoreflect.Message
- func (x *UpsertDeploymentResponse) Reset()
- func (x *UpsertDeploymentResponse) String() string
- type UpsertProjectRequest
- func (*UpsertProjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertProjectRequest) GetProject() *Project
- func (*UpsertProjectRequest) ProtoMessage()
- func (x *UpsertProjectRequest) ProtoReflect() protoreflect.Message
- func (x *UpsertProjectRequest) Reset()
- func (x *UpsertProjectRequest) String() string
- type UpsertProjectResponse
- func (*UpsertProjectResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertProjectResponse) GetProject() *Project
- func (*UpsertProjectResponse) ProtoMessage()
- func (x *UpsertProjectResponse) ProtoReflect() protoreflect.Message
- func (x *UpsertProjectResponse) Reset()
- func (x *UpsertProjectResponse) String() string
- type UpsertPushedArtifactRequest
- func (*UpsertPushedArtifactRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertPushedArtifactRequest) GetArtifact() *PushedArtifact
- func (*UpsertPushedArtifactRequest) ProtoMessage()
- func (x *UpsertPushedArtifactRequest) ProtoReflect() protoreflect.Message
- func (x *UpsertPushedArtifactRequest) Reset()
- func (x *UpsertPushedArtifactRequest) String() string
- type UpsertPushedArtifactResponse
- func (*UpsertPushedArtifactResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertPushedArtifactResponse) GetArtifact() *PushedArtifact
- func (*UpsertPushedArtifactResponse) ProtoMessage()
- func (x *UpsertPushedArtifactResponse) ProtoReflect() protoreflect.Message
- func (x *UpsertPushedArtifactResponse) Reset()
- func (x *UpsertPushedArtifactResponse) String() string
- type UpsertReleaseRequest
- func (*UpsertReleaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertReleaseRequest) GetRelease() *Release
- func (*UpsertReleaseRequest) ProtoMessage()
- func (x *UpsertReleaseRequest) ProtoReflect() protoreflect.Message
- func (x *UpsertReleaseRequest) Reset()
- func (x *UpsertReleaseRequest) String() string
- type UpsertReleaseResponse
- func (*UpsertReleaseResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertReleaseResponse) GetRelease() *Release
- func (*UpsertReleaseResponse) ProtoMessage()
- func (x *UpsertReleaseResponse) ProtoReflect() protoreflect.Message
- func (x *UpsertReleaseResponse) Reset()
- func (x *UpsertReleaseResponse) String() string
- type ValidateJobRequest
- func (*ValidateJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateJobRequest) GetDisableAssign() bool
- func (x *ValidateJobRequest) GetJob() *Job
- func (*ValidateJobRequest) ProtoMessage()
- func (x *ValidateJobRequest) ProtoReflect() protoreflect.Message
- func (x *ValidateJobRequest) Reset()
- func (x *ValidateJobRequest) String() string
- type ValidateJobResponse
- func (*ValidateJobResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateJobResponse) GetAssignable() bool
- func (x *ValidateJobResponse) GetValid() bool
- func (x *ValidateJobResponse) GetValidationError() *status.Status
- func (*ValidateJobResponse) ProtoMessage()
- func (x *ValidateJobResponse) ProtoReflect() protoreflect.Message
- func (x *ValidateJobResponse) Reset()
- func (x *ValidateJobResponse) String() string
- type VersionInfo
- func (*VersionInfo) Descriptor() ([]byte, []int)deprecated
- func (x *VersionInfo) GetApi() *VersionInfo_ProtocolVersion
- func (x *VersionInfo) GetEntrypoint() *VersionInfo_ProtocolVersion
- func (x *VersionInfo) GetVersion() string
- func (*VersionInfo) ProtoMessage()
- func (x *VersionInfo) ProtoReflect() protoreflect.Message
- func (x *VersionInfo) Reset()
- func (x *VersionInfo) String() string
- type VersionInfo_ProtocolVersion
- func (*VersionInfo_ProtocolVersion) Descriptor() ([]byte, []int)deprecated
- func (x *VersionInfo_ProtocolVersion) GetCurrent() uint32
- func (x *VersionInfo_ProtocolVersion) GetMinimum() uint32
- func (*VersionInfo_ProtocolVersion) ProtoMessage()
- func (x *VersionInfo_ProtocolVersion) ProtoReflect() protoreflect.Message
- func (x *VersionInfo_ProtocolVersion) Reset()
- func (x *VersionInfo_ProtocolVersion) String() string
- type WaypointClient
- type WaypointServer
- type Waypoint_EntrypointConfigClient
- type Waypoint_EntrypointConfigServer
- type Waypoint_EntrypointExecStreamClient
- type Waypoint_EntrypointExecStreamServer
- type Waypoint_EntrypointLogStreamClient
- type Waypoint_EntrypointLogStreamServer
- type Waypoint_GetJobStreamClient
- type Waypoint_GetJobStreamServer
- type Waypoint_GetLogStreamClient
- type Waypoint_GetLogStreamServer
- type Waypoint_RunnerConfigClient
- type Waypoint_RunnerConfigServer
- type Waypoint_RunnerJobStreamClient
- type Waypoint_RunnerJobStreamServer
- type Waypoint_StartExecStreamClient
- type Waypoint_StartExecStreamServer
- type Workspace
- func (*Workspace) Descriptor() ([]byte, []int)deprecated
- func (x *Workspace) GetActiveTime() *timestamp.Timestamp
- func (x *Workspace) GetApplications() []*Workspace_Application
- func (x *Workspace) GetName() string
- func (*Workspace) ProtoMessage()
- func (x *Workspace) ProtoReflect() protoreflect.Message
- func (x *Workspace) Reset()
- func (x *Workspace) String() string
- type Workspace_Application
- func (*Workspace_Application) Descriptor() ([]byte, []int)deprecated
- func (x *Workspace_Application) GetActiveTime() *timestamp.Timestamp
- func (x *Workspace_Application) GetApplication() *Ref_Application
- func (*Workspace_Application) ProtoMessage()
- func (x *Workspace_Application) ProtoReflect() protoreflect.Message
- func (x *Workspace_Application) Reset()
- func (x *Workspace_Application) String() string
Constants ¶
const AssetDebug = false
AssetDebug is true if the assets were built with the debug flag enabled.
Variables ¶
var ( Component_Type_name = map[int32]string{ 0: "UNKNOWN", 1: "BUILDER", 2: "REGISTRY", 3: "PLATFORM", 4: "RELEASEMANAGER", } Component_Type_value = map[string]int32{ "UNKNOWN": 0, "BUILDER": 1, "REGISTRY": 2, "PLATFORM": 3, "RELEASEMANAGER": 4, } )
Enum value maps for Component_Type.
var ( Status_State_name = map[int32]string{ 0: "UNKNOWN", 1: "RUNNING", 2: "SUCCESS", 3: "ERROR", } Status_State_value = map[string]int32{ "UNKNOWN": 0, "RUNNING": 1, "SUCCESS": 2, "ERROR": 3, } )
Enum value maps for Status_State.
var ( Operation_PhysicalState_name = map[int32]string{ 0: "UNKNOWN", 1: "PENDING", 3: "CREATED", 4: "DESTROYED", } Operation_PhysicalState_value = map[string]int32{ "UNKNOWN": 0, "PENDING": 1, "CREATED": 3, "DESTROYED": 4, } )
Enum value maps for Operation_PhysicalState.
var ( OperationOrder_Order_name = map[int32]string{ 0: "UNSET", 1: "START_TIME", 2: "COMPLETE_TIME", } OperationOrder_Order_value = map[string]int32{ "UNSET": 0, "START_TIME": 1, "COMPLETE_TIME": 2, } )
Enum value maps for OperationOrder_Order.
var ( Job_State_name = map[int32]string{ 0: "UNKNOWN", 1: "QUEUED", 2: "WAITING", 3: "RUNNING", 4: "ERROR", 5: "SUCCESS", } Job_State_value = map[string]int32{ "UNKNOWN": 0, "QUEUED": 1, "WAITING": 2, "RUNNING": 3, "ERROR": 4, "SUCCESS": 5, } )
Enum value maps for Job_State.
var ( UpsertDeploymentRequest_Tristate_name = map[int32]string{ 0: "UNSET", 1: "TRUE", 2: "FALSE", } UpsertDeploymentRequest_Tristate_value = map[string]int32{ "UNSET": 0, "TRUE": 1, "FALSE": 2, } )
Enum value maps for UpsertDeploymentRequest_Tristate.
var ( Deployment_LoadDetails_name = map[int32]string{ 0: "NONE", 1: "ARTIFACT", 2: "BUILD", } Deployment_LoadDetails_value = map[string]int32{ "NONE": 0, "ARTIFACT": 1, "BUILD": 2, } )
Enum value maps for Deployment_LoadDetails.
var ( Release_LoadDetails_name = map[int32]string{ 0: "NONE", 1: "DEPLOYMENT", 2: "ARTIFACT", 3: "BUILD", } Release_LoadDetails_value = map[string]int32{ "NONE": 0, "DEPLOYMENT": 1, "ARTIFACT": 2, "BUILD": 3, } )
Enum value maps for Release_LoadDetails.
var ( ExecStreamResponse_Output_Channel_name = map[int32]string{ 0: "UNKNOWN", 1: "STDOUT", 2: "STDERR", } ExecStreamResponse_Output_Channel_value = map[string]int32{ "UNKNOWN": 0, "STDOUT": 1, "STDERR": 2, } )
Enum value maps for ExecStreamResponse_Output_Channel.
var ( EntrypointExecRequest_Output_Channel_name = map[int32]string{ 0: "UNKNOWN", 1: "STDOUT", 2: "STDERR", } EntrypointExecRequest_Output_Channel_value = map[string]int32{ "UNKNOWN": 0, "STDOUT": 1, "STDERR": 2, } )
Enum value maps for EntrypointExecRequest_Output_Channel.
var File_internal_server_proto_server_proto protoreflect.FileDescriptor
Functions ¶
func Asset ¶
Asset loads and returns the asset for the given name. It returns an error if the asset could not be found or could not be loaded.
func AssetDigest ¶
AssetDigest returns the digest of the file with the given name. It returns an error if the asset could not be found or the digest could not be loaded.
func AssetDir ¶
AssetDir returns the file names below a certain directory embedded in the file by go-bindata. For example if you run go-bindata on data/... and data contains the following hierarchy:
data/ foo.txt img/ a.png b.png
then AssetDir("data") would return []string{"foo.txt", "img"}, AssetDir("data/img") would return []string{"a.png", "b.png"}, AssetDir("foo.txt") and AssetDir("notexist") would return an error, and AssetDir("") will return []string{"data"}.
func AssetInfo ¶
AssetInfo loads and returns the asset info for the given name. It returns an error if the asset could not be found or could not be loaded.
func AssetString ¶
AssetString returns the asset contents as a string (instead of a []byte).
func MustAsset ¶
MustAsset is like Asset but panics when Asset would return an error. It simplifies safe initialization of global variables.
func MustAssetString ¶
MustAssetString is like AssetString but panics when Asset would return an error. It simplifies safe initialization of global variables.
func RegisterWaypointServer ¶
func RegisterWaypointServer(s *grpc.Server, srv WaypointServer)
func RestoreAsset ¶
RestoreAsset restores an asset under the given directory.
func RestoreAssets ¶
RestoreAssets restores an asset under the given directory recursively.
Types ¶
type Application ¶
type Application struct { Project *Ref_Project `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"` Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*Application) Descriptor
deprecated
func (*Application) Descriptor() ([]byte, []int)
Deprecated: Use Application.ProtoReflect.Descriptor instead.
func (*Application) GetName ¶
func (x *Application) GetName() string
func (*Application) GetProject ¶
func (x *Application) GetProject() *Ref_Project
func (*Application) ProtoMessage ¶
func (*Application) ProtoMessage()
func (*Application) ProtoReflect ¶
func (x *Application) ProtoReflect() protoreflect.Message
func (*Application) Reset ¶
func (x *Application) Reset()
func (*Application) String ¶
func (x *Application) String() string
type Artifact ¶
type Artifact struct { // artifact is the full artifact encoded directly from the component plugin. // The receiving end must have access to the component proto files to // know how to decode this. Artifact *any.Any `protobuf:"bytes,1,opt,name=artifact,proto3" json:"artifact,omitempty"` // contains filtered or unexported fields }
Artifact is the result of a build or registry. This is the metadata only. The binary contents of an artifact are expected to be stored in a registry.
func (*Artifact) Descriptor
deprecated
func (*Artifact) GetArtifact ¶
func (*Artifact) ProtoMessage ¶
func (*Artifact) ProtoMessage()
func (*Artifact) ProtoReflect ¶
func (x *Artifact) ProtoReflect() protoreflect.Message
type Build ¶
type Build struct { // The application that this build is part of. Application *Ref_Application `protobuf:"bytes,6,opt,name=application,proto3" json:"application,omitempty"` // The workspace that this exists in Workspace *Ref_Workspace `protobuf:"bytes,7,opt,name=workspace,proto3" json:"workspace,omitempty"` // The sequence number for this build. Sequence uint64 `protobuf:"varint,8,opt,name=sequence,proto3" json:"sequence,omitempty"` // id is the unique ID of the build Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // status of the build Status *Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` // component is the component that was used for this build Component *Component `protobuf:"bytes,3,opt,name=component,proto3" json:"component,omitempty"` // artifact is the result of the build if the status.state == SUCCESS Artifact *Artifact `protobuf:"bytes,4,opt,name=artifact,proto3" json:"artifact,omitempty"` // labels are the set of labels that are present on this build. Labels map[string]string `` /* 153-byte string literal not displayed */ // ID of the job that created this build. This may be empty. JobId string `protobuf:"bytes,9,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` // contains filtered or unexported fields }
Build represents a process of creating an artifact that can be in any state, such as complete. A successful complete build produces an artifact.
func (*Build) Descriptor
deprecated
func (*Build) GetApplication ¶
func (x *Build) GetApplication() *Ref_Application
func (*Build) GetArtifact ¶
func (*Build) GetComponent ¶
func (*Build) GetSequence ¶
func (*Build) GetWorkspace ¶
func (x *Build) GetWorkspace() *Ref_Workspace
func (*Build) ProtoMessage ¶
func (*Build) ProtoMessage()
func (*Build) ProtoReflect ¶
func (x *Build) ProtoReflect() protoreflect.Message
type CancelJobRequest ¶
type CancelJobRequest struct { // The job to cancel JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` // contains filtered or unexported fields }
func (*CancelJobRequest) Descriptor
deprecated
func (*CancelJobRequest) Descriptor() ([]byte, []int)
Deprecated: Use CancelJobRequest.ProtoReflect.Descriptor instead.
func (*CancelJobRequest) GetJobId ¶
func (x *CancelJobRequest) GetJobId() string
func (*CancelJobRequest) ProtoMessage ¶
func (*CancelJobRequest) ProtoMessage()
func (*CancelJobRequest) ProtoReflect ¶
func (x *CancelJobRequest) ProtoReflect() protoreflect.Message
func (*CancelJobRequest) Reset ¶
func (x *CancelJobRequest) Reset()
func (*CancelJobRequest) String ¶
func (x *CancelJobRequest) String() string
type Component ¶
type Component struct { // type of the component Type Component_Type `protobuf:"varint,1,opt,name=type,proto3,enum=hashicorp.waypoint.Component_Type" json:"type,omitempty"` // name of the component Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Component represents metadata about a component. A component is the generic name for a builder, registry, platform, etc.
func (*Component) Descriptor
deprecated
func (*Component) GetType ¶
func (x *Component) GetType() Component_Type
func (*Component) ProtoMessage ¶
func (*Component) ProtoMessage()
func (*Component) ProtoReflect ¶
func (x *Component) ProtoReflect() protoreflect.Message
type Component_Type ¶
type Component_Type int32
Supported component types, the values here MUST match the enum values in the Go sdk/component package exactly. A test in internal/server validates this.
const ( Component_UNKNOWN Component_Type = 0 Component_BUILDER Component_Type = 1 Component_REGISTRY Component_Type = 2 Component_PLATFORM Component_Type = 3 Component_RELEASEMANAGER Component_Type = 4 )
func (Component_Type) Descriptor ¶
func (Component_Type) Descriptor() protoreflect.EnumDescriptor
func (Component_Type) Enum ¶
func (x Component_Type) Enum() *Component_Type
func (Component_Type) EnumDescriptor
deprecated
func (Component_Type) EnumDescriptor() ([]byte, []int)
Deprecated: Use Component_Type.Descriptor instead.
func (Component_Type) Number ¶
func (x Component_Type) Number() protoreflect.EnumNumber
func (Component_Type) String ¶
func (x Component_Type) String() string
func (Component_Type) Type ¶
func (Component_Type) Type() protoreflect.EnumType
type ConfigGetRequest ¶
type ConfigGetRequest struct { // scope is the scoping for this config variable. // // Types that are assignable to Scope: // *ConfigGetRequest_Application // *ConfigGetRequest_Project // *ConfigGetRequest_Runner Scope isConfigGetRequest_Scope `protobuf_oneof:"scope"` // Get all configuration entries under the given prefix. When empty, // returns all config variables. Prefix string `protobuf:"bytes,1,opt,name=prefix,proto3" json:"prefix,omitempty"` // contains filtered or unexported fields }
func (*ConfigGetRequest) Descriptor
deprecated
func (*ConfigGetRequest) Descriptor() ([]byte, []int)
Deprecated: Use ConfigGetRequest.ProtoReflect.Descriptor instead.
func (*ConfigGetRequest) GetApplication ¶
func (x *ConfigGetRequest) GetApplication() *Ref_Application
func (*ConfigGetRequest) GetPrefix ¶
func (x *ConfigGetRequest) GetPrefix() string
func (*ConfigGetRequest) GetProject ¶
func (x *ConfigGetRequest) GetProject() *Ref_Project
func (*ConfigGetRequest) GetRunner ¶
func (x *ConfigGetRequest) GetRunner() *Ref_RunnerId
func (*ConfigGetRequest) GetScope ¶
func (m *ConfigGetRequest) GetScope() isConfigGetRequest_Scope
func (*ConfigGetRequest) ProtoMessage ¶
func (*ConfigGetRequest) ProtoMessage()
func (*ConfigGetRequest) ProtoReflect ¶
func (x *ConfigGetRequest) ProtoReflect() protoreflect.Message
func (*ConfigGetRequest) Reset ¶
func (x *ConfigGetRequest) Reset()
func (*ConfigGetRequest) String ¶
func (x *ConfigGetRequest) String() string
type ConfigGetRequest_Application ¶
type ConfigGetRequest_Application struct {
Application *Ref_Application `protobuf:"bytes,2,opt,name=application,proto3,oneof"`
}
type ConfigGetRequest_Project ¶
type ConfigGetRequest_Project struct {
Project *Ref_Project `protobuf:"bytes,3,opt,name=project,proto3,oneof"`
}
type ConfigGetRequest_Runner ¶
type ConfigGetRequest_Runner struct {
Runner *Ref_RunnerId `protobuf:"bytes,4,opt,name=runner,proto3,oneof"`
}
type ConfigGetResponse ¶
type ConfigGetResponse struct { Variables []*ConfigVar `protobuf:"bytes,1,rep,name=variables,proto3" json:"variables,omitempty"` // contains filtered or unexported fields }
func (*ConfigGetResponse) Descriptor
deprecated
func (*ConfigGetResponse) Descriptor() ([]byte, []int)
Deprecated: Use ConfigGetResponse.ProtoReflect.Descriptor instead.
func (*ConfigGetResponse) GetVariables ¶
func (x *ConfigGetResponse) GetVariables() []*ConfigVar
func (*ConfigGetResponse) ProtoMessage ¶
func (*ConfigGetResponse) ProtoMessage()
func (*ConfigGetResponse) ProtoReflect ¶
func (x *ConfigGetResponse) ProtoReflect() protoreflect.Message
func (*ConfigGetResponse) Reset ¶
func (x *ConfigGetResponse) Reset()
func (*ConfigGetResponse) String ¶
func (x *ConfigGetResponse) String() string
type ConfigSetRequest ¶
type ConfigSetRequest struct { Variables []*ConfigVar `protobuf:"bytes,1,rep,name=variables,proto3" json:"variables,omitempty"` // contains filtered or unexported fields }
func (*ConfigSetRequest) Descriptor
deprecated
func (*ConfigSetRequest) Descriptor() ([]byte, []int)
Deprecated: Use ConfigSetRequest.ProtoReflect.Descriptor instead.
func (*ConfigSetRequest) GetVariables ¶
func (x *ConfigSetRequest) GetVariables() []*ConfigVar
func (*ConfigSetRequest) ProtoMessage ¶
func (*ConfigSetRequest) ProtoMessage()
func (*ConfigSetRequest) ProtoReflect ¶
func (x *ConfigSetRequest) ProtoReflect() protoreflect.Message
func (*ConfigSetRequest) Reset ¶
func (x *ConfigSetRequest) Reset()
func (*ConfigSetRequest) String ¶
func (x *ConfigSetRequest) String() string
type ConfigSetResponse ¶
type ConfigSetResponse struct {
// contains filtered or unexported fields
}
func (*ConfigSetResponse) Descriptor
deprecated
func (*ConfigSetResponse) Descriptor() ([]byte, []int)
Deprecated: Use ConfigSetResponse.ProtoReflect.Descriptor instead.
func (*ConfigSetResponse) ProtoMessage ¶
func (*ConfigSetResponse) ProtoMessage()
func (*ConfigSetResponse) ProtoReflect ¶
func (x *ConfigSetResponse) ProtoReflect() protoreflect.Message
func (*ConfigSetResponse) Reset ¶
func (x *ConfigSetResponse) Reset()
func (*ConfigSetResponse) String ¶
func (x *ConfigSetResponse) String() string
type ConfigVar ¶
type ConfigVar struct { // scope is the scoping for this config variable. // // Types that are assignable to Scope: // *ConfigVar_Application // *ConfigVar_Project // *ConfigVar_Runner Scope isConfigVar_Scope `protobuf_oneof:"scope"` Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*ConfigVar) Descriptor
deprecated
func (*ConfigVar) GetApplication ¶
func (x *ConfigVar) GetApplication() *Ref_Application
func (*ConfigVar) GetProject ¶
func (x *ConfigVar) GetProject() *Ref_Project
func (*ConfigVar) GetRunner ¶
func (x *ConfigVar) GetRunner() *Ref_Runner
func (*ConfigVar) ProtoMessage ¶
func (*ConfigVar) ProtoMessage()
func (*ConfigVar) ProtoReflect ¶
func (x *ConfigVar) ProtoReflect() protoreflect.Message
type ConfigVar_Application ¶
type ConfigVar_Application struct {
Application *Ref_Application `protobuf:"bytes,3,opt,name=application,proto3,oneof"`
}
type ConfigVar_Project ¶
type ConfigVar_Project struct {
Project *Ref_Project `protobuf:"bytes,4,opt,name=project,proto3,oneof"`
}
type ConfigVar_Runner ¶
type ConfigVar_Runner struct { // This specifies that the configuration variable is for runners only. // You can use more complex runner targeting via this ref. Runner *Ref_Runner `protobuf:"bytes,5,opt,name=runner,proto3,oneof"` }
type ConvertInviteTokenRequest ¶
type ConvertInviteTokenRequest struct { // A token previous returned by GenerateInviteToken. Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
Passed to ConvertInviteToken to create a new token that can be used to authenticate RPCs.
func (*ConvertInviteTokenRequest) Descriptor
deprecated
func (*ConvertInviteTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use ConvertInviteTokenRequest.ProtoReflect.Descriptor instead.
func (*ConvertInviteTokenRequest) GetToken ¶
func (x *ConvertInviteTokenRequest) GetToken() string
func (*ConvertInviteTokenRequest) ProtoMessage ¶
func (*ConvertInviteTokenRequest) ProtoMessage()
func (*ConvertInviteTokenRequest) ProtoReflect ¶
func (x *ConvertInviteTokenRequest) ProtoReflect() protoreflect.Message
func (*ConvertInviteTokenRequest) Reset ¶
func (x *ConvertInviteTokenRequest) Reset()
func (*ConvertInviteTokenRequest) String ¶
func (x *ConvertInviteTokenRequest) String() string
type CreateHostnameRequest ¶
type CreateHostnameRequest struct { // hostname to register. This may be empty to autogenerate a hostname. Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"` // target determines where the hostname routes to. Target *Hostname_Target `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"` // contains filtered or unexported fields }
func (*CreateHostnameRequest) Descriptor
deprecated
func (*CreateHostnameRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateHostnameRequest.ProtoReflect.Descriptor instead.
func (*CreateHostnameRequest) GetHostname ¶
func (x *CreateHostnameRequest) GetHostname() string
func (*CreateHostnameRequest) GetTarget ¶
func (x *CreateHostnameRequest) GetTarget() *Hostname_Target
func (*CreateHostnameRequest) ProtoMessage ¶
func (*CreateHostnameRequest) ProtoMessage()
func (*CreateHostnameRequest) ProtoReflect ¶
func (x *CreateHostnameRequest) ProtoReflect() protoreflect.Message
func (*CreateHostnameRequest) Reset ¶
func (x *CreateHostnameRequest) Reset()
func (*CreateHostnameRequest) String ¶
func (x *CreateHostnameRequest) String() string
type CreateHostnameResponse ¶
type CreateHostnameResponse struct { // Created hostname Hostname *Hostname `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"` // contains filtered or unexported fields }
func (*CreateHostnameResponse) Descriptor
deprecated
func (*CreateHostnameResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateHostnameResponse.ProtoReflect.Descriptor instead.
func (*CreateHostnameResponse) GetHostname ¶
func (x *CreateHostnameResponse) GetHostname() *Hostname
func (*CreateHostnameResponse) ProtoMessage ¶
func (*CreateHostnameResponse) ProtoMessage()
func (*CreateHostnameResponse) ProtoReflect ¶
func (x *CreateHostnameResponse) ProtoReflect() protoreflect.Message
func (*CreateHostnameResponse) Reset ¶
func (x *CreateHostnameResponse) Reset()
func (*CreateHostnameResponse) String ¶
func (x *CreateHostnameResponse) String() string
type DeleteHostnameRequest ¶
type DeleteHostnameRequest struct { Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"` // contains filtered or unexported fields }
func (*DeleteHostnameRequest) Descriptor
deprecated
func (*DeleteHostnameRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteHostnameRequest.ProtoReflect.Descriptor instead.
func (*DeleteHostnameRequest) GetHostname ¶
func (x *DeleteHostnameRequest) GetHostname() string
func (*DeleteHostnameRequest) ProtoMessage ¶
func (*DeleteHostnameRequest) ProtoMessage()
func (*DeleteHostnameRequest) ProtoReflect ¶
func (x *DeleteHostnameRequest) ProtoReflect() protoreflect.Message
func (*DeleteHostnameRequest) Reset ¶
func (x *DeleteHostnameRequest) Reset()
func (*DeleteHostnameRequest) String ¶
func (x *DeleteHostnameRequest) String() string
type Deployment ¶
type Deployment struct { // application that this deployment belongs to Application *Ref_Application `protobuf:"bytes,8,opt,name=application,proto3" json:"application,omitempty"` // The workspace that this exists in Workspace *Ref_Workspace `protobuf:"bytes,9,opt,name=workspace,proto3" json:"workspace,omitempty"` // The sequence number for this build. Sequence uint64 `protobuf:"varint,10,opt,name=sequence,proto3" json:"sequence,omitempty"` // id is the unique ID for this deployment Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // state is the state of this deployment. State Operation_PhysicalState `protobuf:"varint,2,opt,name=state,proto3,enum=hashicorp.waypoint.Operation_PhysicalState" json:"state,omitempty"` // status tracks the status of the most recent operation (creation, // destroy, etc. NOTE(mitchellh): I want to separate these out so that // you can keep history of the status of multiple operations. Status *Status `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"` // component that initiated this deployment Component *Component `protobuf:"bytes,4,opt,name=component,proto3" json:"component,omitempty"` // ID of the PushedArtifact that was deployed. ArtifactId string `protobuf:"bytes,5,opt,name=artifact_id,json=artifactId,proto3" json:"artifact_id,omitempty"` // deployment is the full raw deployment object encoded directly from // the plugin. The client must have all the plugins setup to properly // decode this. Deployment *any.Any `protobuf:"bytes,6,opt,name=deployment,proto3" json:"deployment,omitempty"` // labels are the set of labels that are present on this build. Labels map[string]string `` /* 153-byte string literal not displayed */ // ID of the job that created this. This may be empty. JobId string `protobuf:"bytes,12,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` // True if this deployment had the environment variables available // for the entrypoint to talk to. If this is false, this deployment // should not be able to communicate back to the server even if it // has the entrypoint available. This means this deployment will not // support logs, exec, etc. HasEntrypointConfig bool `protobuf:"varint,13,opt,name=has_entrypoint_config,json=hasEntrypointConfig,proto3" json:"has_entrypoint_config,omitempty"` // This is the populated preload data. Most of this data can be retrieved // through additional API calls or manually computed, but certain API // calls will pre-populate some of these fields for convenience. The exact // pre-populated fields depend on the API. Preload *Deployment_Preload `protobuf:"bytes,11,opt,name=preload,proto3" json:"preload,omitempty"` // contains filtered or unexported fields }
func (*Deployment) Descriptor
deprecated
func (*Deployment) Descriptor() ([]byte, []int)
Deprecated: Use Deployment.ProtoReflect.Descriptor instead.
func (*Deployment) GetApplication ¶
func (x *Deployment) GetApplication() *Ref_Application
func (*Deployment) GetArtifactId ¶
func (x *Deployment) GetArtifactId() string
func (*Deployment) GetComponent ¶
func (x *Deployment) GetComponent() *Component
func (*Deployment) GetDeployment ¶
func (x *Deployment) GetDeployment() *any.Any
func (*Deployment) GetHasEntrypointConfig ¶
func (x *Deployment) GetHasEntrypointConfig() bool
func (*Deployment) GetId ¶
func (x *Deployment) GetId() string
func (*Deployment) GetJobId ¶
func (x *Deployment) GetJobId() string
func (*Deployment) GetLabels ¶
func (x *Deployment) GetLabels() map[string]string
func (*Deployment) GetPreload ¶
func (x *Deployment) GetPreload() *Deployment_Preload
func (*Deployment) GetSequence ¶
func (x *Deployment) GetSequence() uint64
func (*Deployment) GetState ¶
func (x *Deployment) GetState() Operation_PhysicalState
func (*Deployment) GetStatus ¶
func (x *Deployment) GetStatus() *Status
func (*Deployment) GetWorkspace ¶
func (x *Deployment) GetWorkspace() *Ref_Workspace
func (*Deployment) ProtoMessage ¶
func (*Deployment) ProtoMessage()
func (*Deployment) ProtoReflect ¶
func (x *Deployment) ProtoReflect() protoreflect.Message
func (*Deployment) Reset ¶
func (x *Deployment) Reset()
func (*Deployment) String ¶
func (x *Deployment) String() string
type Deployment_LoadDetails ¶
type Deployment_LoadDetails int32
const ( Deployment_NONE Deployment_LoadDetails = 0 Deployment_ARTIFACT Deployment_LoadDetails = 1 Deployment_BUILD Deployment_LoadDetails = 2 )
func (Deployment_LoadDetails) Descriptor ¶
func (Deployment_LoadDetails) Descriptor() protoreflect.EnumDescriptor
func (Deployment_LoadDetails) Enum ¶
func (x Deployment_LoadDetails) Enum() *Deployment_LoadDetails
func (Deployment_LoadDetails) EnumDescriptor
deprecated
func (Deployment_LoadDetails) EnumDescriptor() ([]byte, []int)
Deprecated: Use Deployment_LoadDetails.Descriptor instead.
func (Deployment_LoadDetails) Number ¶
func (x Deployment_LoadDetails) Number() protoreflect.EnumNumber
func (Deployment_LoadDetails) String ¶
func (x Deployment_LoadDetails) String() string
func (Deployment_LoadDetails) Type ¶
func (Deployment_LoadDetails) Type() protoreflect.EnumType
type Deployment_Preload ¶
type Deployment_Preload struct { // Populated when a Deployment is read with LoadDetails set // to ARTIFACT or BUILD Artifact *PushedArtifact `protobuf:"bytes,1,opt,name=artifact,proto3" json:"artifact,omitempty"` // Populated when a Deployment is read with LoadDetails set to BUILD Build *Build `protobuf:"bytes,2,opt,name=build,proto3" json:"build,omitempty"` // The deployment-specific URL from the URL service. This is set on // all deployment API calls. This will be empty if the URL service // is not enabled or there was an error loading this information. DeployUrl string `protobuf:"bytes,3,opt,name=deploy_url,json=deployUrl,proto3" json:"deploy_url,omitempty"` // contains filtered or unexported fields }
func (*Deployment_Preload) Descriptor
deprecated
func (*Deployment_Preload) Descriptor() ([]byte, []int)
Deprecated: Use Deployment_Preload.ProtoReflect.Descriptor instead.
func (*Deployment_Preload) GetArtifact ¶
func (x *Deployment_Preload) GetArtifact() *PushedArtifact
func (*Deployment_Preload) GetBuild ¶
func (x *Deployment_Preload) GetBuild() *Build
func (*Deployment_Preload) GetDeployUrl ¶
func (x *Deployment_Preload) GetDeployUrl() string
func (*Deployment_Preload) ProtoMessage ¶
func (*Deployment_Preload) ProtoMessage()
func (*Deployment_Preload) ProtoReflect ¶
func (x *Deployment_Preload) ProtoReflect() protoreflect.Message
func (*Deployment_Preload) Reset ¶
func (x *Deployment_Preload) Reset()
func (*Deployment_Preload) String ¶
func (x *Deployment_Preload) String() string
type Documentation ¶
type Documentation struct { Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"` Example string `protobuf:"bytes,2,opt,name=example,proto3" json:"example,omitempty"` Input string `protobuf:"bytes,3,opt,name=input,proto3" json:"input,omitempty"` Output string `protobuf:"bytes,4,opt,name=output,proto3" json:"output,omitempty"` Fields map[string]*Documentation_Field `` /* 153-byte string literal not displayed */ Mappers []*Documentation_Mapper `protobuf:"bytes,6,rep,name=mappers,proto3" json:"mappers,omitempty"` // contains filtered or unexported fields }
func (*Documentation) Descriptor
deprecated
func (*Documentation) Descriptor() ([]byte, []int)
Deprecated: Use Documentation.ProtoReflect.Descriptor instead.
func (*Documentation) GetDescription ¶
func (x *Documentation) GetDescription() string
func (*Documentation) GetExample ¶
func (x *Documentation) GetExample() string
func (*Documentation) GetFields ¶
func (x *Documentation) GetFields() map[string]*Documentation_Field
func (*Documentation) GetInput ¶
func (x *Documentation) GetInput() string
func (*Documentation) GetMappers ¶
func (x *Documentation) GetMappers() []*Documentation_Mapper
func (*Documentation) GetOutput ¶
func (x *Documentation) GetOutput() string
func (*Documentation) ProtoMessage ¶
func (*Documentation) ProtoMessage()
func (*Documentation) ProtoReflect ¶
func (x *Documentation) ProtoReflect() protoreflect.Message
func (*Documentation) Reset ¶
func (x *Documentation) Reset()
func (*Documentation) String ¶
func (x *Documentation) String() string
type Documentation_Field ¶
type Documentation_Field struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Synopsis string `protobuf:"bytes,2,opt,name=synopsis,proto3" json:"synopsis,omitempty"` Summary string `protobuf:"bytes,3,opt,name=summary,proto3" json:"summary,omitempty"` Optional bool `protobuf:"varint,4,opt,name=optional,proto3" json:"optional,omitempty"` EnvVar string `protobuf:"bytes,5,opt,name=env_var,json=envVar,proto3" json:"env_var,omitempty"` Type string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"` Default string `protobuf:"bytes,7,opt,name=default,proto3" json:"default,omitempty"` // contains filtered or unexported fields }
func (*Documentation_Field) Descriptor
deprecated
func (*Documentation_Field) Descriptor() ([]byte, []int)
Deprecated: Use Documentation_Field.ProtoReflect.Descriptor instead.
func (*Documentation_Field) GetDefault ¶
func (x *Documentation_Field) GetDefault() string
func (*Documentation_Field) GetEnvVar ¶
func (x *Documentation_Field) GetEnvVar() string
func (*Documentation_Field) GetName ¶
func (x *Documentation_Field) GetName() string
func (*Documentation_Field) GetOptional ¶
func (x *Documentation_Field) GetOptional() bool
func (*Documentation_Field) GetSummary ¶
func (x *Documentation_Field) GetSummary() string
func (*Documentation_Field) GetSynopsis ¶
func (x *Documentation_Field) GetSynopsis() string
func (*Documentation_Field) GetType ¶
func (x *Documentation_Field) GetType() string
func (*Documentation_Field) ProtoMessage ¶
func (*Documentation_Field) ProtoMessage()
func (*Documentation_Field) ProtoReflect ¶
func (x *Documentation_Field) ProtoReflect() protoreflect.Message
func (*Documentation_Field) Reset ¶
func (x *Documentation_Field) Reset()
func (*Documentation_Field) String ¶
func (x *Documentation_Field) String() string
type Documentation_Mapper ¶
type Documentation_Mapper struct { Input string `protobuf:"bytes,1,opt,name=input,proto3" json:"input,omitempty"` Output string `protobuf:"bytes,2,opt,name=output,proto3" json:"output,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
func (*Documentation_Mapper) Descriptor
deprecated
func (*Documentation_Mapper) Descriptor() ([]byte, []int)
Deprecated: Use Documentation_Mapper.ProtoReflect.Descriptor instead.
func (*Documentation_Mapper) GetDescription ¶
func (x *Documentation_Mapper) GetDescription() string
func (*Documentation_Mapper) GetInput ¶
func (x *Documentation_Mapper) GetInput() string
func (*Documentation_Mapper) GetOutput ¶
func (x *Documentation_Mapper) GetOutput() string
func (*Documentation_Mapper) ProtoMessage ¶
func (*Documentation_Mapper) ProtoMessage()
func (*Documentation_Mapper) ProtoReflect ¶
func (x *Documentation_Mapper) ProtoReflect() protoreflect.Message
func (*Documentation_Mapper) Reset ¶
func (x *Documentation_Mapper) Reset()
func (*Documentation_Mapper) String ¶
func (x *Documentation_Mapper) String() string
type EntrypointConfig ¶
type EntrypointConfig struct { // Exec are requested exec sessions for this instance. Exec []*EntrypointConfig_Exec `protobuf:"bytes,1,rep,name=exec,proto3" json:"exec,omitempty"` EnvVars []*ConfigVar `protobuf:"bytes,2,rep,name=env_vars,json=envVars,proto3" json:"env_vars,omitempty"` // The URL service configuration. This might be nil. If this is nil, // then the URL service is disabled. UrlService *EntrypointConfig_URLService `protobuf:"bytes,3,opt,name=url_service,json=urlService,proto3" json:"url_service,omitempty"` // contains filtered or unexported fields }
func (*EntrypointConfig) Descriptor
deprecated
func (*EntrypointConfig) Descriptor() ([]byte, []int)
Deprecated: Use EntrypointConfig.ProtoReflect.Descriptor instead.
func (*EntrypointConfig) GetEnvVars ¶
func (x *EntrypointConfig) GetEnvVars() []*ConfigVar
func (*EntrypointConfig) GetExec ¶
func (x *EntrypointConfig) GetExec() []*EntrypointConfig_Exec
func (*EntrypointConfig) GetUrlService ¶
func (x *EntrypointConfig) GetUrlService() *EntrypointConfig_URLService
func (*EntrypointConfig) ProtoMessage ¶
func (*EntrypointConfig) ProtoMessage()
func (*EntrypointConfig) ProtoReflect ¶
func (x *EntrypointConfig) ProtoReflect() protoreflect.Message
func (*EntrypointConfig) Reset ¶
func (x *EntrypointConfig) Reset()
func (*EntrypointConfig) String ¶
func (x *EntrypointConfig) String() string
type EntrypointConfigRequest ¶
type EntrypointConfigRequest struct { // id of the deployment that this instance is a part of DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"` // instance_id is a unique ID generated by the running entrypoint. This is // not an auth mechanism, just a way to associate data with the correct instance. InstanceId string `protobuf:"bytes,2,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` // contains filtered or unexported fields }
func (*EntrypointConfigRequest) Descriptor
deprecated
func (*EntrypointConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use EntrypointConfigRequest.ProtoReflect.Descriptor instead.
func (*EntrypointConfigRequest) GetDeploymentId ¶
func (x *EntrypointConfigRequest) GetDeploymentId() string
func (*EntrypointConfigRequest) GetInstanceId ¶
func (x *EntrypointConfigRequest) GetInstanceId() string
func (*EntrypointConfigRequest) ProtoMessage ¶
func (*EntrypointConfigRequest) ProtoMessage()
func (*EntrypointConfigRequest) ProtoReflect ¶
func (x *EntrypointConfigRequest) ProtoReflect() protoreflect.Message
func (*EntrypointConfigRequest) Reset ¶
func (x *EntrypointConfigRequest) Reset()
func (*EntrypointConfigRequest) String ¶
func (x *EntrypointConfigRequest) String() string
type EntrypointConfigResponse ¶
type EntrypointConfigResponse struct { Config *EntrypointConfig `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*EntrypointConfigResponse) Descriptor
deprecated
func (*EntrypointConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use EntrypointConfigResponse.ProtoReflect.Descriptor instead.
func (*EntrypointConfigResponse) GetConfig ¶
func (x *EntrypointConfigResponse) GetConfig() *EntrypointConfig
func (*EntrypointConfigResponse) ProtoMessage ¶
func (*EntrypointConfigResponse) ProtoMessage()
func (*EntrypointConfigResponse) ProtoReflect ¶
func (x *EntrypointConfigResponse) ProtoReflect() protoreflect.Message
func (*EntrypointConfigResponse) Reset ¶
func (x *EntrypointConfigResponse) Reset()
func (*EntrypointConfigResponse) String ¶
func (x *EntrypointConfigResponse) String() string
type EntrypointConfig_Exec ¶
type EntrypointConfig_Exec struct { Index int64 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` Args []string `protobuf:"bytes,2,rep,name=args,proto3" json:"args,omitempty"` Pty *ExecStreamRequest_PTY `protobuf:"bytes,3,opt,name=pty,proto3" json:"pty,omitempty"` // contains filtered or unexported fields }
func (*EntrypointConfig_Exec) Descriptor
deprecated
func (*EntrypointConfig_Exec) Descriptor() ([]byte, []int)
Deprecated: Use EntrypointConfig_Exec.ProtoReflect.Descriptor instead.
func (*EntrypointConfig_Exec) GetArgs ¶
func (x *EntrypointConfig_Exec) GetArgs() []string
func (*EntrypointConfig_Exec) GetIndex ¶
func (x *EntrypointConfig_Exec) GetIndex() int64
func (*EntrypointConfig_Exec) GetPty ¶
func (x *EntrypointConfig_Exec) GetPty() *ExecStreamRequest_PTY
func (*EntrypointConfig_Exec) ProtoMessage ¶
func (*EntrypointConfig_Exec) ProtoMessage()
func (*EntrypointConfig_Exec) ProtoReflect ¶
func (x *EntrypointConfig_Exec) ProtoReflect() protoreflect.Message
func (*EntrypointConfig_Exec) Reset ¶
func (x *EntrypointConfig_Exec) Reset()
func (*EntrypointConfig_Exec) String ¶
func (x *EntrypointConfig_Exec) String() string
type EntrypointConfig_URLService ¶
type EntrypointConfig_URLService struct { // address to the control server and the token for auth ControlAddr string `protobuf:"bytes,1,opt,name=control_addr,json=controlAddr,proto3" json:"control_addr,omitempty"` Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"` // labels to register this instance under Labels string `protobuf:"bytes,3,opt,name=labels,proto3" json:"labels,omitempty"` // contains filtered or unexported fields }
func (*EntrypointConfig_URLService) Descriptor
deprecated
func (*EntrypointConfig_URLService) Descriptor() ([]byte, []int)
Deprecated: Use EntrypointConfig_URLService.ProtoReflect.Descriptor instead.
func (*EntrypointConfig_URLService) GetControlAddr ¶
func (x *EntrypointConfig_URLService) GetControlAddr() string
func (*EntrypointConfig_URLService) GetLabels ¶
func (x *EntrypointConfig_URLService) GetLabels() string
func (*EntrypointConfig_URLService) GetToken ¶
func (x *EntrypointConfig_URLService) GetToken() string
func (*EntrypointConfig_URLService) ProtoMessage ¶
func (*EntrypointConfig_URLService) ProtoMessage()
func (*EntrypointConfig_URLService) ProtoReflect ¶
func (x *EntrypointConfig_URLService) ProtoReflect() protoreflect.Message
func (*EntrypointConfig_URLService) Reset ¶
func (x *EntrypointConfig_URLService) Reset()
func (*EntrypointConfig_URLService) String ¶
func (x *EntrypointConfig_URLService) String() string
type EntrypointExecRequest ¶
type EntrypointExecRequest struct { // Types that are assignable to Event: // *EntrypointExecRequest_Open_ // *EntrypointExecRequest_Exit_ // *EntrypointExecRequest_Output_ // *EntrypointExecRequest_Error_ Event isEntrypointExecRequest_Event `protobuf_oneof:"event"` // contains filtered or unexported fields }
func (*EntrypointExecRequest) Descriptor
deprecated
func (*EntrypointExecRequest) Descriptor() ([]byte, []int)
Deprecated: Use EntrypointExecRequest.ProtoReflect.Descriptor instead.
func (*EntrypointExecRequest) GetError ¶
func (x *EntrypointExecRequest) GetError() *EntrypointExecRequest_Error
func (*EntrypointExecRequest) GetEvent ¶
func (m *EntrypointExecRequest) GetEvent() isEntrypointExecRequest_Event
func (*EntrypointExecRequest) GetExit ¶
func (x *EntrypointExecRequest) GetExit() *EntrypointExecRequest_Exit
func (*EntrypointExecRequest) GetOpen ¶
func (x *EntrypointExecRequest) GetOpen() *EntrypointExecRequest_Open
func (*EntrypointExecRequest) GetOutput ¶
func (x *EntrypointExecRequest) GetOutput() *EntrypointExecRequest_Output
func (*EntrypointExecRequest) ProtoMessage ¶
func (*EntrypointExecRequest) ProtoMessage()
func (*EntrypointExecRequest) ProtoReflect ¶
func (x *EntrypointExecRequest) ProtoReflect() protoreflect.Message
func (*EntrypointExecRequest) Reset ¶
func (x *EntrypointExecRequest) Reset()
func (*EntrypointExecRequest) String ¶
func (x *EntrypointExecRequest) String() string
type EntrypointExecRequest_Error ¶
type EntrypointExecRequest_Error struct { Error *status.Status `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*EntrypointExecRequest_Error) Descriptor
deprecated
func (*EntrypointExecRequest_Error) Descriptor() ([]byte, []int)
Deprecated: Use EntrypointExecRequest_Error.ProtoReflect.Descriptor instead.
func (*EntrypointExecRequest_Error) GetError ¶
func (x *EntrypointExecRequest_Error) GetError() *status.Status
func (*EntrypointExecRequest_Error) ProtoMessage ¶
func (*EntrypointExecRequest_Error) ProtoMessage()
func (*EntrypointExecRequest_Error) ProtoReflect ¶
func (x *EntrypointExecRequest_Error) ProtoReflect() protoreflect.Message
func (*EntrypointExecRequest_Error) Reset ¶
func (x *EntrypointExecRequest_Error) Reset()
func (*EntrypointExecRequest_Error) String ¶
func (x *EntrypointExecRequest_Error) String() string
type EntrypointExecRequest_Error_ ¶
type EntrypointExecRequest_Error_ struct { // error indicates an error occurred. This will terminate the stream. Error *EntrypointExecRequest_Error `protobuf:"bytes,4,opt,name=error,proto3,oneof"` }
type EntrypointExecRequest_Exit ¶
type EntrypointExecRequest_Exit struct { Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` // contains filtered or unexported fields }
func (*EntrypointExecRequest_Exit) Descriptor
deprecated
func (*EntrypointExecRequest_Exit) Descriptor() ([]byte, []int)
Deprecated: Use EntrypointExecRequest_Exit.ProtoReflect.Descriptor instead.
func (*EntrypointExecRequest_Exit) GetCode ¶
func (x *EntrypointExecRequest_Exit) GetCode() int32
func (*EntrypointExecRequest_Exit) ProtoMessage ¶
func (*EntrypointExecRequest_Exit) ProtoMessage()
func (*EntrypointExecRequest_Exit) ProtoReflect ¶
func (x *EntrypointExecRequest_Exit) ProtoReflect() protoreflect.Message
func (*EntrypointExecRequest_Exit) Reset ¶
func (x *EntrypointExecRequest_Exit) Reset()
func (*EntrypointExecRequest_Exit) String ¶
func (x *EntrypointExecRequest_Exit) String() string
type EntrypointExecRequest_Exit_ ¶
type EntrypointExecRequest_Exit_ struct { // exit should be sent as a final message type after the command exits. Exit *EntrypointExecRequest_Exit `protobuf:"bytes,2,opt,name=exit,proto3,oneof"` }
type EntrypointExecRequest_Open ¶
type EntrypointExecRequest_Open struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Index int64 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"` // contains filtered or unexported fields }
func (*EntrypointExecRequest_Open) Descriptor
deprecated
func (*EntrypointExecRequest_Open) Descriptor() ([]byte, []int)
Deprecated: Use EntrypointExecRequest_Open.ProtoReflect.Descriptor instead.
func (*EntrypointExecRequest_Open) GetIndex ¶
func (x *EntrypointExecRequest_Open) GetIndex() int64
func (*EntrypointExecRequest_Open) GetInstanceId ¶
func (x *EntrypointExecRequest_Open) GetInstanceId() string
func (*EntrypointExecRequest_Open) ProtoMessage ¶
func (*EntrypointExecRequest_Open) ProtoMessage()
func (*EntrypointExecRequest_Open) ProtoReflect ¶
func (x *EntrypointExecRequest_Open) ProtoReflect() protoreflect.Message
func (*EntrypointExecRequest_Open) Reset ¶
func (x *EntrypointExecRequest_Open) Reset()
func (*EntrypointExecRequest_Open) String ¶
func (x *EntrypointExecRequest_Open) String() string
type EntrypointExecRequest_Open_ ¶
type EntrypointExecRequest_Open_ struct { // open MUST BE the first message sent by a client. This will be used // by the server side to perform some initialization. If the first message // is not open the server will close the connection. Open *EntrypointExecRequest_Open `protobuf:"bytes,1,opt,name=open,proto3,oneof"` }
type EntrypointExecRequest_Output ¶
type EntrypointExecRequest_Output struct { Channel EntrypointExecRequest_Output_Channel `` /* 129-byte string literal not displayed */ Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*EntrypointExecRequest_Output) Descriptor
deprecated
func (*EntrypointExecRequest_Output) Descriptor() ([]byte, []int)
Deprecated: Use EntrypointExecRequest_Output.ProtoReflect.Descriptor instead.
func (*EntrypointExecRequest_Output) GetChannel ¶
func (x *EntrypointExecRequest_Output) GetChannel() EntrypointExecRequest_Output_Channel
func (*EntrypointExecRequest_Output) GetData ¶
func (x *EntrypointExecRequest_Output) GetData() []byte
func (*EntrypointExecRequest_Output) ProtoMessage ¶
func (*EntrypointExecRequest_Output) ProtoMessage()
func (*EntrypointExecRequest_Output) ProtoReflect ¶
func (x *EntrypointExecRequest_Output) ProtoReflect() protoreflect.Message
func (*EntrypointExecRequest_Output) Reset ¶
func (x *EntrypointExecRequest_Output) Reset()
func (*EntrypointExecRequest_Output) String ¶
func (x *EntrypointExecRequest_Output) String() string
type EntrypointExecRequest_Output_ ¶
type EntrypointExecRequest_Output_ struct { // output contains stdout/stderr Output *EntrypointExecRequest_Output `protobuf:"bytes,3,opt,name=output,proto3,oneof"` }
type EntrypointExecRequest_Output_Channel ¶
type EntrypointExecRequest_Output_Channel int32
const ( EntrypointExecRequest_Output_UNKNOWN EntrypointExecRequest_Output_Channel = 0 EntrypointExecRequest_Output_STDOUT EntrypointExecRequest_Output_Channel = 1 EntrypointExecRequest_Output_STDERR EntrypointExecRequest_Output_Channel = 2 )
func (EntrypointExecRequest_Output_Channel) Descriptor ¶
func (EntrypointExecRequest_Output_Channel) Descriptor() protoreflect.EnumDescriptor
func (EntrypointExecRequest_Output_Channel) Enum ¶
func (x EntrypointExecRequest_Output_Channel) Enum() *EntrypointExecRequest_Output_Channel
func (EntrypointExecRequest_Output_Channel) EnumDescriptor
deprecated
func (EntrypointExecRequest_Output_Channel) EnumDescriptor() ([]byte, []int)
Deprecated: Use EntrypointExecRequest_Output_Channel.Descriptor instead.
func (EntrypointExecRequest_Output_Channel) Number ¶
func (x EntrypointExecRequest_Output_Channel) Number() protoreflect.EnumNumber
func (EntrypointExecRequest_Output_Channel) String ¶
func (x EntrypointExecRequest_Output_Channel) String() string
func (EntrypointExecRequest_Output_Channel) Type ¶
func (EntrypointExecRequest_Output_Channel) Type() protoreflect.EnumType
type EntrypointExecResponse ¶
type EntrypointExecResponse struct { // Types that are assignable to Event: // *EntrypointExecResponse_Input // *EntrypointExecResponse_Winch // *EntrypointExecResponse_Opened Event isEntrypointExecResponse_Event `protobuf_oneof:"event"` // contains filtered or unexported fields }
func (*EntrypointExecResponse) Descriptor
deprecated
func (*EntrypointExecResponse) Descriptor() ([]byte, []int)
Deprecated: Use EntrypointExecResponse.ProtoReflect.Descriptor instead.
func (*EntrypointExecResponse) GetEvent ¶
func (m *EntrypointExecResponse) GetEvent() isEntrypointExecResponse_Event
func (*EntrypointExecResponse) GetInput ¶
func (x *EntrypointExecResponse) GetInput() []byte
func (*EntrypointExecResponse) GetOpened ¶
func (x *EntrypointExecResponse) GetOpened() bool
func (*EntrypointExecResponse) GetWinch ¶
func (x *EntrypointExecResponse) GetWinch() *ExecStreamRequest_WindowSize
func (*EntrypointExecResponse) ProtoMessage ¶
func (*EntrypointExecResponse) ProtoMessage()
func (*EntrypointExecResponse) ProtoReflect ¶
func (x *EntrypointExecResponse) ProtoReflect() protoreflect.Message
func (*EntrypointExecResponse) Reset ¶
func (x *EntrypointExecResponse) Reset()
func (*EntrypointExecResponse) String ¶
func (x *EntrypointExecResponse) String() string
type EntrypointExecResponse_Input ¶
type EntrypointExecResponse_Input struct { // input is raw stdin input from the client Input []byte `protobuf:"bytes,1,opt,name=input,proto3,oneof"` }
type EntrypointExecResponse_Opened ¶
type EntrypointExecResponse_Opened struct { // opened is sent when the entrypoint session is successfully opened. // The value of this message is meaningless. The existence of the message // itself is a signal that the stream was opened properly. Opened bool `protobuf:"varint,3,opt,name=opened,proto3,oneof"` }
type EntrypointExecResponse_Winch ¶
type EntrypointExecResponse_Winch struct { // winch is SIGWNCH information for window sizing Winch *ExecStreamRequest_WindowSize `protobuf:"bytes,2,opt,name=winch,proto3,oneof"` }
type EntrypointLogBatch ¶
type EntrypointLogBatch struct { // instance_id is a unique ID generated by the running entrypoint. This is // not an auth mechanism, just a way to associate data with the correct instance. InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` // lines is the set of lines Lines []*LogBatch_Entry `protobuf:"bytes,2,rep,name=lines,proto3" json:"lines,omitempty"` // contains filtered or unexported fields }
A batch of data for log streaming from the entrypoint.
func (*EntrypointLogBatch) Descriptor
deprecated
func (*EntrypointLogBatch) Descriptor() ([]byte, []int)
Deprecated: Use EntrypointLogBatch.ProtoReflect.Descriptor instead.
func (*EntrypointLogBatch) GetInstanceId ¶
func (x *EntrypointLogBatch) GetInstanceId() string
func (*EntrypointLogBatch) GetLines ¶
func (x *EntrypointLogBatch) GetLines() []*LogBatch_Entry
func (*EntrypointLogBatch) ProtoMessage ¶
func (*EntrypointLogBatch) ProtoMessage()
func (*EntrypointLogBatch) ProtoReflect ¶
func (x *EntrypointLogBatch) ProtoReflect() protoreflect.Message
func (*EntrypointLogBatch) Reset ¶
func (x *EntrypointLogBatch) Reset()
func (*EntrypointLogBatch) String ¶
func (x *EntrypointLogBatch) String() string
type ExecStreamRequest ¶
type ExecStreamRequest struct { // Types that are assignable to Event: // *ExecStreamRequest_Start_ // *ExecStreamRequest_Input_ // *ExecStreamRequest_Winch Event isExecStreamRequest_Event `protobuf_oneof:"event"` // contains filtered or unexported fields }
func (*ExecStreamRequest) Descriptor
deprecated
func (*ExecStreamRequest) Descriptor() ([]byte, []int)
Deprecated: Use ExecStreamRequest.ProtoReflect.Descriptor instead.
func (*ExecStreamRequest) GetEvent ¶
func (m *ExecStreamRequest) GetEvent() isExecStreamRequest_Event
func (*ExecStreamRequest) GetInput ¶
func (x *ExecStreamRequest) GetInput() *ExecStreamRequest_Input
func (*ExecStreamRequest) GetStart ¶
func (x *ExecStreamRequest) GetStart() *ExecStreamRequest_Start
func (*ExecStreamRequest) GetWinch ¶
func (x *ExecStreamRequest) GetWinch() *ExecStreamRequest_WindowSize
func (*ExecStreamRequest) ProtoMessage ¶
func (*ExecStreamRequest) ProtoMessage()
func (*ExecStreamRequest) ProtoReflect ¶
func (x *ExecStreamRequest) ProtoReflect() protoreflect.Message
func (*ExecStreamRequest) Reset ¶
func (x *ExecStreamRequest) Reset()
func (*ExecStreamRequest) String ¶
func (x *ExecStreamRequest) String() string
type ExecStreamRequest_Input ¶
type ExecStreamRequest_Input struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*ExecStreamRequest_Input) Descriptor
deprecated
func (*ExecStreamRequest_Input) Descriptor() ([]byte, []int)
Deprecated: Use ExecStreamRequest_Input.ProtoReflect.Descriptor instead.
func (*ExecStreamRequest_Input) GetData ¶
func (x *ExecStreamRequest_Input) GetData() []byte
func (*ExecStreamRequest_Input) ProtoMessage ¶
func (*ExecStreamRequest_Input) ProtoMessage()
func (*ExecStreamRequest_Input) ProtoReflect ¶
func (x *ExecStreamRequest_Input) ProtoReflect() protoreflect.Message
func (*ExecStreamRequest_Input) Reset ¶
func (x *ExecStreamRequest_Input) Reset()
func (*ExecStreamRequest_Input) String ¶
func (x *ExecStreamRequest_Input) String() string
type ExecStreamRequest_Input_ ¶
type ExecStreamRequest_Input_ struct {
Input *ExecStreamRequest_Input `protobuf:"bytes,2,opt,name=input,proto3,oneof"`
}
type ExecStreamRequest_PTY ¶
type ExecStreamRequest_PTY struct { Enable bool `protobuf:"varint,1,opt,name=enable,proto3" json:"enable,omitempty"` // term is the TERM value to request on the remote side. This should be set. Term string `protobuf:"bytes,2,opt,name=term,proto3" json:"term,omitempty"` // window_size is the initial window size WindowSize *ExecStreamRequest_WindowSize `protobuf:"bytes,3,opt,name=window_size,json=windowSize,proto3" json:"window_size,omitempty"` // contains filtered or unexported fields }
func (*ExecStreamRequest_PTY) Descriptor
deprecated
func (*ExecStreamRequest_PTY) Descriptor() ([]byte, []int)
Deprecated: Use ExecStreamRequest_PTY.ProtoReflect.Descriptor instead.
func (*ExecStreamRequest_PTY) GetEnable ¶
func (x *ExecStreamRequest_PTY) GetEnable() bool
func (*ExecStreamRequest_PTY) GetTerm ¶
func (x *ExecStreamRequest_PTY) GetTerm() string
func (*ExecStreamRequest_PTY) GetWindowSize ¶
func (x *ExecStreamRequest_PTY) GetWindowSize() *ExecStreamRequest_WindowSize
func (*ExecStreamRequest_PTY) ProtoMessage ¶
func (*ExecStreamRequest_PTY) ProtoMessage()
func (*ExecStreamRequest_PTY) ProtoReflect ¶
func (x *ExecStreamRequest_PTY) ProtoReflect() protoreflect.Message
func (*ExecStreamRequest_PTY) Reset ¶
func (x *ExecStreamRequest_PTY) Reset()
func (*ExecStreamRequest_PTY) String ¶
func (x *ExecStreamRequest_PTY) String() string
type ExecStreamRequest_Start ¶
type ExecStreamRequest_Start struct { // Deployment to exec into DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"` // Args including the command at args[0] to execute. Args []string `protobuf:"bytes,2,rep,name=args,proto3" json:"args,omitempty"` // Pty is set if we should allocate a PTY for this exec stream. Pty *ExecStreamRequest_PTY `protobuf:"bytes,3,opt,name=pty,proto3" json:"pty,omitempty"` // contains filtered or unexported fields }
func (*ExecStreamRequest_Start) Descriptor
deprecated
func (*ExecStreamRequest_Start) Descriptor() ([]byte, []int)
Deprecated: Use ExecStreamRequest_Start.ProtoReflect.Descriptor instead.
func (*ExecStreamRequest_Start) GetArgs ¶
func (x *ExecStreamRequest_Start) GetArgs() []string
func (*ExecStreamRequest_Start) GetDeploymentId ¶
func (x *ExecStreamRequest_Start) GetDeploymentId() string
func (*ExecStreamRequest_Start) GetPty ¶
func (x *ExecStreamRequest_Start) GetPty() *ExecStreamRequest_PTY
func (*ExecStreamRequest_Start) ProtoMessage ¶
func (*ExecStreamRequest_Start) ProtoMessage()
func (*ExecStreamRequest_Start) ProtoReflect ¶
func (x *ExecStreamRequest_Start) ProtoReflect() protoreflect.Message
func (*ExecStreamRequest_Start) Reset ¶
func (x *ExecStreamRequest_Start) Reset()
func (*ExecStreamRequest_Start) String ¶
func (x *ExecStreamRequest_Start) String() string
type ExecStreamRequest_Start_ ¶
type ExecStreamRequest_Start_ struct {
Start *ExecStreamRequest_Start `protobuf:"bytes,1,opt,name=start,proto3,oneof"`
}
type ExecStreamRequest_Winch ¶
type ExecStreamRequest_Winch struct {
Winch *ExecStreamRequest_WindowSize `protobuf:"bytes,3,opt,name=winch,proto3,oneof"`
}
type ExecStreamRequest_WindowSize ¶
type ExecStreamRequest_WindowSize struct { Rows int32 `protobuf:"varint,1,opt,name=rows,proto3" json:"rows,omitempty"` Cols int32 `protobuf:"varint,2,opt,name=cols,proto3" json:"cols,omitempty"` Width int32 `protobuf:"varint,3,opt,name=width,proto3" json:"width,omitempty"` Height int32 `protobuf:"varint,4,opt,name=height,proto3" json:"height,omitempty"` // contains filtered or unexported fields }
func (*ExecStreamRequest_WindowSize) Descriptor
deprecated
func (*ExecStreamRequest_WindowSize) Descriptor() ([]byte, []int)
Deprecated: Use ExecStreamRequest_WindowSize.ProtoReflect.Descriptor instead.
func (*ExecStreamRequest_WindowSize) GetCols ¶
func (x *ExecStreamRequest_WindowSize) GetCols() int32
func (*ExecStreamRequest_WindowSize) GetHeight ¶
func (x *ExecStreamRequest_WindowSize) GetHeight() int32
func (*ExecStreamRequest_WindowSize) GetRows ¶
func (x *ExecStreamRequest_WindowSize) GetRows() int32
func (*ExecStreamRequest_WindowSize) GetWidth ¶
func (x *ExecStreamRequest_WindowSize) GetWidth() int32
func (*ExecStreamRequest_WindowSize) ProtoMessage ¶
func (*ExecStreamRequest_WindowSize) ProtoMessage()
func (*ExecStreamRequest_WindowSize) ProtoReflect ¶
func (x *ExecStreamRequest_WindowSize) ProtoReflect() protoreflect.Message
func (*ExecStreamRequest_WindowSize) Reset ¶
func (x *ExecStreamRequest_WindowSize) Reset()
func (*ExecStreamRequest_WindowSize) String ¶
func (x *ExecStreamRequest_WindowSize) String() string
type ExecStreamResponse ¶
type ExecStreamResponse struct { // Types that are assignable to Event: // *ExecStreamResponse_Open_ // *ExecStreamResponse_Output_ // *ExecStreamResponse_Exit_ Event isExecStreamResponse_Event `protobuf_oneof:"event"` // contains filtered or unexported fields }
func (*ExecStreamResponse) Descriptor
deprecated
func (*ExecStreamResponse) Descriptor() ([]byte, []int)
Deprecated: Use ExecStreamResponse.ProtoReflect.Descriptor instead.
func (*ExecStreamResponse) GetEvent ¶
func (m *ExecStreamResponse) GetEvent() isExecStreamResponse_Event
func (*ExecStreamResponse) GetExit ¶
func (x *ExecStreamResponse) GetExit() *ExecStreamResponse_Exit
func (*ExecStreamResponse) GetOpen ¶
func (x *ExecStreamResponse) GetOpen() *ExecStreamResponse_Open
func (*ExecStreamResponse) GetOutput ¶
func (x *ExecStreamResponse) GetOutput() *ExecStreamResponse_Output
func (*ExecStreamResponse) ProtoMessage ¶
func (*ExecStreamResponse) ProtoMessage()
func (*ExecStreamResponse) ProtoReflect ¶
func (x *ExecStreamResponse) ProtoReflect() protoreflect.Message
func (*ExecStreamResponse) Reset ¶
func (x *ExecStreamResponse) Reset()
func (*ExecStreamResponse) String ¶
func (x *ExecStreamResponse) String() string
type ExecStreamResponse_Exit ¶
type ExecStreamResponse_Exit struct { Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` // contains filtered or unexported fields }
func (*ExecStreamResponse_Exit) Descriptor
deprecated
func (*ExecStreamResponse_Exit) Descriptor() ([]byte, []int)
Deprecated: Use ExecStreamResponse_Exit.ProtoReflect.Descriptor instead.
func (*ExecStreamResponse_Exit) GetCode ¶
func (x *ExecStreamResponse_Exit) GetCode() int32
func (*ExecStreamResponse_Exit) ProtoMessage ¶
func (*ExecStreamResponse_Exit) ProtoMessage()
func (*ExecStreamResponse_Exit) ProtoReflect ¶
func (x *ExecStreamResponse_Exit) ProtoReflect() protoreflect.Message
func (*ExecStreamResponse_Exit) Reset ¶
func (x *ExecStreamResponse_Exit) Reset()
func (*ExecStreamResponse_Exit) String ¶
func (x *ExecStreamResponse_Exit) String() string
type ExecStreamResponse_Exit_ ¶
type ExecStreamResponse_Exit_ struct {
Exit *ExecStreamResponse_Exit `protobuf:"bytes,2,opt,name=exit,proto3,oneof"`
}
type ExecStreamResponse_Open ¶
type ExecStreamResponse_Open struct {
// contains filtered or unexported fields
}
func (*ExecStreamResponse_Open) Descriptor
deprecated
func (*ExecStreamResponse_Open) Descriptor() ([]byte, []int)
Deprecated: Use ExecStreamResponse_Open.ProtoReflect.Descriptor instead.
func (*ExecStreamResponse_Open) ProtoMessage ¶
func (*ExecStreamResponse_Open) ProtoMessage()
func (*ExecStreamResponse_Open) ProtoReflect ¶
func (x *ExecStreamResponse_Open) ProtoReflect() protoreflect.Message
func (*ExecStreamResponse_Open) Reset ¶
func (x *ExecStreamResponse_Open) Reset()
func (*ExecStreamResponse_Open) String ¶
func (x *ExecStreamResponse_Open) String() string
type ExecStreamResponse_Open_ ¶
type ExecStreamResponse_Open_ struct { // Open is always sent first no matter what (unless there is an error // in which case the stream will exit). This should be used to validate // that the exec process started properly. Open *ExecStreamResponse_Open `protobuf:"bytes,3,opt,name=open,proto3,oneof"` }
type ExecStreamResponse_Output ¶
type ExecStreamResponse_Output struct { Channel ExecStreamResponse_Output_Channel `` /* 126-byte string literal not displayed */ Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*ExecStreamResponse_Output) Descriptor
deprecated
func (*ExecStreamResponse_Output) Descriptor() ([]byte, []int)
Deprecated: Use ExecStreamResponse_Output.ProtoReflect.Descriptor instead.
func (*ExecStreamResponse_Output) GetChannel ¶
func (x *ExecStreamResponse_Output) GetChannel() ExecStreamResponse_Output_Channel
func (*ExecStreamResponse_Output) GetData ¶
func (x *ExecStreamResponse_Output) GetData() []byte
func (*ExecStreamResponse_Output) ProtoMessage ¶
func (*ExecStreamResponse_Output) ProtoMessage()
func (*ExecStreamResponse_Output) ProtoReflect ¶
func (x *ExecStreamResponse_Output) ProtoReflect() protoreflect.Message
func (*ExecStreamResponse_Output) Reset ¶
func (x *ExecStreamResponse_Output) Reset()
func (*ExecStreamResponse_Output) String ¶
func (x *ExecStreamResponse_Output) String() string
type ExecStreamResponse_Output_ ¶
type ExecStreamResponse_Output_ struct {
Output *ExecStreamResponse_Output `protobuf:"bytes,1,opt,name=output,proto3,oneof"`
}
type ExecStreamResponse_Output_Channel ¶
type ExecStreamResponse_Output_Channel int32
const ( ExecStreamResponse_Output_UNKNOWN ExecStreamResponse_Output_Channel = 0 ExecStreamResponse_Output_STDOUT ExecStreamResponse_Output_Channel = 1 ExecStreamResponse_Output_STDERR ExecStreamResponse_Output_Channel = 2 )
func (ExecStreamResponse_Output_Channel) Descriptor ¶
func (ExecStreamResponse_Output_Channel) Descriptor() protoreflect.EnumDescriptor
func (ExecStreamResponse_Output_Channel) Enum ¶
func (x ExecStreamResponse_Output_Channel) Enum() *ExecStreamResponse_Output_Channel
func (ExecStreamResponse_Output_Channel) EnumDescriptor
deprecated
func (ExecStreamResponse_Output_Channel) EnumDescriptor() ([]byte, []int)
Deprecated: Use ExecStreamResponse_Output_Channel.Descriptor instead.
func (ExecStreamResponse_Output_Channel) Number ¶
func (x ExecStreamResponse_Output_Channel) Number() protoreflect.EnumNumber
func (ExecStreamResponse_Output_Channel) String ¶
func (x ExecStreamResponse_Output_Channel) String() string
func (ExecStreamResponse_Output_Channel) Type ¶
func (ExecStreamResponse_Output_Channel) Type() protoreflect.EnumType
type GetBuildRequest ¶
type GetBuildRequest struct { Ref *Ref_Operation `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"` // contains filtered or unexported fields }
func (*GetBuildRequest) Descriptor
deprecated
func (*GetBuildRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetBuildRequest.ProtoReflect.Descriptor instead.
func (*GetBuildRequest) GetRef ¶
func (x *GetBuildRequest) GetRef() *Ref_Operation
func (*GetBuildRequest) ProtoMessage ¶
func (*GetBuildRequest) ProtoMessage()
func (*GetBuildRequest) ProtoReflect ¶
func (x *GetBuildRequest) ProtoReflect() protoreflect.Message
func (*GetBuildRequest) Reset ¶
func (x *GetBuildRequest) Reset()
func (*GetBuildRequest) String ¶
func (x *GetBuildRequest) String() string
type GetDeploymentRequest ¶
type GetDeploymentRequest struct { Ref *Ref_Operation `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"` // Inidicate of the fetched deployments should include additional information // about each deployment. LoadDetails Deployment_LoadDetails `` /* 142-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetDeploymentRequest) Descriptor
deprecated
func (*GetDeploymentRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDeploymentRequest.ProtoReflect.Descriptor instead.
func (*GetDeploymentRequest) GetLoadDetails ¶
func (x *GetDeploymentRequest) GetLoadDetails() Deployment_LoadDetails
func (*GetDeploymentRequest) GetRef ¶
func (x *GetDeploymentRequest) GetRef() *Ref_Operation
func (*GetDeploymentRequest) ProtoMessage ¶
func (*GetDeploymentRequest) ProtoMessage()
func (*GetDeploymentRequest) ProtoReflect ¶
func (x *GetDeploymentRequest) ProtoReflect() protoreflect.Message
func (*GetDeploymentRequest) Reset ¶
func (x *GetDeploymentRequest) Reset()
func (*GetDeploymentRequest) String ¶
func (x *GetDeploymentRequest) String() string
type GetJobRequest ¶
type GetJobRequest struct { // ID of the job to request. JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` // contains filtered or unexported fields }
func (*GetJobRequest) Descriptor
deprecated
func (*GetJobRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetJobRequest.ProtoReflect.Descriptor instead.
func (*GetJobRequest) GetJobId ¶
func (x *GetJobRequest) GetJobId() string
func (*GetJobRequest) ProtoMessage ¶
func (*GetJobRequest) ProtoMessage()
func (*GetJobRequest) ProtoReflect ¶
func (x *GetJobRequest) ProtoReflect() protoreflect.Message
func (*GetJobRequest) Reset ¶
func (x *GetJobRequest) Reset()
func (*GetJobRequest) String ¶
func (x *GetJobRequest) String() string
type GetJobStreamRequest ¶
type GetJobStreamRequest struct { JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` // contains filtered or unexported fields }
func (*GetJobStreamRequest) Descriptor
deprecated
func (*GetJobStreamRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetJobStreamRequest.ProtoReflect.Descriptor instead.
func (*GetJobStreamRequest) GetJobId ¶
func (x *GetJobStreamRequest) GetJobId() string
func (*GetJobStreamRequest) ProtoMessage ¶
func (*GetJobStreamRequest) ProtoMessage()
func (*GetJobStreamRequest) ProtoReflect ¶
func (x *GetJobStreamRequest) ProtoReflect() protoreflect.Message
func (*GetJobStreamRequest) Reset ¶
func (x *GetJobStreamRequest) Reset()
func (*GetJobStreamRequest) String ¶
func (x *GetJobStreamRequest) String() string
type GetJobStreamResponse ¶
type GetJobStreamResponse struct { // Types that are assignable to Event: // *GetJobStreamResponse_Open_ // *GetJobStreamResponse_State_ // *GetJobStreamResponse_Terminal_ // *GetJobStreamResponse_Error_ // *GetJobStreamResponse_Complete_ Event isGetJobStreamResponse_Event `protobuf_oneof:"event"` // contains filtered or unexported fields }
func (*GetJobStreamResponse) Descriptor
deprecated
func (*GetJobStreamResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetJobStreamResponse.ProtoReflect.Descriptor instead.
func (*GetJobStreamResponse) GetComplete ¶
func (x *GetJobStreamResponse) GetComplete() *GetJobStreamResponse_Complete
func (*GetJobStreamResponse) GetError ¶
func (x *GetJobStreamResponse) GetError() *GetJobStreamResponse_Error
func (*GetJobStreamResponse) GetEvent ¶
func (m *GetJobStreamResponse) GetEvent() isGetJobStreamResponse_Event
func (*GetJobStreamResponse) GetOpen ¶
func (x *GetJobStreamResponse) GetOpen() *GetJobStreamResponse_Open
func (*GetJobStreamResponse) GetState ¶
func (x *GetJobStreamResponse) GetState() *GetJobStreamResponse_State
func (*GetJobStreamResponse) GetTerminal ¶
func (x *GetJobStreamResponse) GetTerminal() *GetJobStreamResponse_Terminal
func (*GetJobStreamResponse) ProtoMessage ¶
func (*GetJobStreamResponse) ProtoMessage()
func (*GetJobStreamResponse) ProtoReflect ¶
func (x *GetJobStreamResponse) ProtoReflect() protoreflect.Message
func (*GetJobStreamResponse) Reset ¶
func (x *GetJobStreamResponse) Reset()
func (*GetJobStreamResponse) String ¶
func (x *GetJobStreamResponse) String() string
type GetJobStreamResponse_Complete ¶
type GetJobStreamResponse_Complete struct { // error, if set, is an error that occurred as part of the job execution // and resulted in job termination. This is different than the "error" // event which is an error in the stream itself. Error *status.Status `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` // Result will be set to the final result of the job execution, if any. Result *Job_Result `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*GetJobStreamResponse_Complete) Descriptor
deprecated
func (*GetJobStreamResponse_Complete) Descriptor() ([]byte, []int)
Deprecated: Use GetJobStreamResponse_Complete.ProtoReflect.Descriptor instead.
func (*GetJobStreamResponse_Complete) GetError ¶
func (x *GetJobStreamResponse_Complete) GetError() *status.Status
func (*GetJobStreamResponse_Complete) GetResult ¶
func (x *GetJobStreamResponse_Complete) GetResult() *Job_Result
func (*GetJobStreamResponse_Complete) ProtoMessage ¶
func (*GetJobStreamResponse_Complete) ProtoMessage()
func (*GetJobStreamResponse_Complete) ProtoReflect ¶
func (x *GetJobStreamResponse_Complete) ProtoReflect() protoreflect.Message
func (*GetJobStreamResponse_Complete) Reset ¶
func (x *GetJobStreamResponse_Complete) Reset()
func (*GetJobStreamResponse_Complete) String ¶
func (x *GetJobStreamResponse_Complete) String() string
type GetJobStreamResponse_Complete_ ¶
type GetJobStreamResponse_Complete_ struct { // job completion, no more events will follow this one. This can be // both success or failure, the event must be checked. Any errors // in complete are errors from the job execution itself. Complete *GetJobStreamResponse_Complete `protobuf:"bytes,5,opt,name=complete,proto3,oneof"` }
type GetJobStreamResponse_Error ¶
type GetJobStreamResponse_Error struct { Error *status.Status `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*GetJobStreamResponse_Error) Descriptor
deprecated
func (*GetJobStreamResponse_Error) Descriptor() ([]byte, []int)
Deprecated: Use GetJobStreamResponse_Error.ProtoReflect.Descriptor instead.
func (*GetJobStreamResponse_Error) GetError ¶
func (x *GetJobStreamResponse_Error) GetError() *status.Status
func (*GetJobStreamResponse_Error) ProtoMessage ¶
func (*GetJobStreamResponse_Error) ProtoMessage()
func (*GetJobStreamResponse_Error) ProtoReflect ¶
func (x *GetJobStreamResponse_Error) ProtoReflect() protoreflect.Message
func (*GetJobStreamResponse_Error) Reset ¶
func (x *GetJobStreamResponse_Error) Reset()
func (*GetJobStreamResponse_Error) String ¶
func (x *GetJobStreamResponse_Error) String() string
type GetJobStreamResponse_Error_ ¶
type GetJobStreamResponse_Error_ struct { // an error regarding the stream itself, rather than the executing job. // For example, if you request a job stream for an invalid job ID, // this will be sent back. If this is sent, no further messages will // be sent and the stream is terminated. // // For errors in job execution, see "complete". Error *GetJobStreamResponse_Error `protobuf:"bytes,4,opt,name=error,proto3,oneof"` }
type GetJobStreamResponse_Open ¶
type GetJobStreamResponse_Open struct {
// contains filtered or unexported fields
}
func (*GetJobStreamResponse_Open) Descriptor
deprecated
func (*GetJobStreamResponse_Open) Descriptor() ([]byte, []int)
Deprecated: Use GetJobStreamResponse_Open.ProtoReflect.Descriptor instead.
func (*GetJobStreamResponse_Open) ProtoMessage ¶
func (*GetJobStreamResponse_Open) ProtoMessage()
func (*GetJobStreamResponse_Open) ProtoReflect ¶
func (x *GetJobStreamResponse_Open) ProtoReflect() protoreflect.Message
func (*GetJobStreamResponse_Open) Reset ¶
func (x *GetJobStreamResponse_Open) Reset()
func (*GetJobStreamResponse_Open) String ¶
func (x *GetJobStreamResponse_Open) String() string
type GetJobStreamResponse_Open_ ¶
type GetJobStreamResponse_Open_ struct { // Open is sent as confirmation that the job stream successfully opened. // This will be sent immediately by the server if the job ID is valid. // This is useful since other events such as terminal output may not // happen for a long time while the job is executing, queued, etc. // // This is ALWAYS sent. If the job is already completed, this will be // sent first followed immediately by a Complete. Open *GetJobStreamResponse_Open `protobuf:"bytes,1,opt,name=open,proto3,oneof"` }
type GetJobStreamResponse_State ¶
type GetJobStreamResponse_State struct { // previous and current are the previous and current states, respectively. Previous Job_State `protobuf:"varint,1,opt,name=previous,proto3,enum=hashicorp.waypoint.Job_State" json:"previous,omitempty"` Current Job_State `protobuf:"varint,2,opt,name=current,proto3,enum=hashicorp.waypoint.Job_State" json:"current,omitempty"` // The full updated job is also sent because additional fields may be // set depending on the state (such as the assigned runner, assignment // times, etc.) Job *Job `protobuf:"bytes,3,opt,name=job,proto3" json:"job,omitempty"` // canceling is true if the job was requested to be canceled. Canceling bool `protobuf:"varint,4,opt,name=canceling,proto3" json:"canceling,omitempty"` // contains filtered or unexported fields }
func (*GetJobStreamResponse_State) Descriptor
deprecated
func (*GetJobStreamResponse_State) Descriptor() ([]byte, []int)
Deprecated: Use GetJobStreamResponse_State.ProtoReflect.Descriptor instead.
func (*GetJobStreamResponse_State) GetCanceling ¶
func (x *GetJobStreamResponse_State) GetCanceling() bool
func (*GetJobStreamResponse_State) GetCurrent ¶
func (x *GetJobStreamResponse_State) GetCurrent() Job_State
func (*GetJobStreamResponse_State) GetJob ¶
func (x *GetJobStreamResponse_State) GetJob() *Job
func (*GetJobStreamResponse_State) GetPrevious ¶
func (x *GetJobStreamResponse_State) GetPrevious() Job_State
func (*GetJobStreamResponse_State) ProtoMessage ¶
func (*GetJobStreamResponse_State) ProtoMessage()
func (*GetJobStreamResponse_State) ProtoReflect ¶
func (x *GetJobStreamResponse_State) ProtoReflect() protoreflect.Message
func (*GetJobStreamResponse_State) Reset ¶
func (x *GetJobStreamResponse_State) Reset()
func (*GetJobStreamResponse_State) String ¶
func (x *GetJobStreamResponse_State) String() string
type GetJobStreamResponse_State_ ¶
type GetJobStreamResponse_State_ struct { // state is sent when there is a job state change event. State *GetJobStreamResponse_State `protobuf:"bytes,2,opt,name=state,proto3,oneof"` }
type GetJobStreamResponse_Terminal ¶
type GetJobStreamResponse_Terminal struct { Events []*GetJobStreamResponse_Terminal_Event `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"` // buffered if true signifies that the data being sent is from the // server buffer and is historical vs real-time since the stream was // opened. If this is true, all lines are buffered. We will never mix // buffered and non-buffered lines. Buffered bool `protobuf:"varint,2,opt,name=buffered,proto3" json:"buffered,omitempty"` // contains filtered or unexported fields }
func (*GetJobStreamResponse_Terminal) Descriptor
deprecated
func (*GetJobStreamResponse_Terminal) Descriptor() ([]byte, []int)
Deprecated: Use GetJobStreamResponse_Terminal.ProtoReflect.Descriptor instead.
func (*GetJobStreamResponse_Terminal) GetBuffered ¶
func (x *GetJobStreamResponse_Terminal) GetBuffered() bool
func (*GetJobStreamResponse_Terminal) GetEvents ¶
func (x *GetJobStreamResponse_Terminal) GetEvents() []*GetJobStreamResponse_Terminal_Event
func (*GetJobStreamResponse_Terminal) ProtoMessage ¶
func (*GetJobStreamResponse_Terminal) ProtoMessage()
func (*GetJobStreamResponse_Terminal) ProtoReflect ¶
func (x *GetJobStreamResponse_Terminal) ProtoReflect() protoreflect.Message
func (*GetJobStreamResponse_Terminal) Reset ¶
func (x *GetJobStreamResponse_Terminal) Reset()
func (*GetJobStreamResponse_Terminal) String ¶
func (x *GetJobStreamResponse_Terminal) String() string
type GetJobStreamResponse_Terminal_ ¶
type GetJobStreamResponse_Terminal_ struct { // terminal output. On initial connection, the server may send buffered // historical terminal data so there isn't a race between queueing a job // and getting its first byte output. You can determine this based on the // flag on Terminal. Terminal *GetJobStreamResponse_Terminal `protobuf:"bytes,3,opt,name=terminal,proto3,oneof"` }
type GetJobStreamResponse_Terminal_Event ¶
type GetJobStreamResponse_Terminal_Event struct { // timestamp of the event as seen by the runner. This might be // skewed from the server or the client but relative to all other // line output, it will be accurate. Timestamp *timestamp.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // Types that are assignable to Event: // *GetJobStreamResponse_Terminal_Event_Line_ // *GetJobStreamResponse_Terminal_Event_Status_ // *GetJobStreamResponse_Terminal_Event_NamedValues_ // *GetJobStreamResponse_Terminal_Event_Raw_ // *GetJobStreamResponse_Terminal_Event_Table_ // *GetJobStreamResponse_Terminal_Event_StepGroup_ // *GetJobStreamResponse_Terminal_Event_Step_ Event isGetJobStreamResponse_Terminal_Event_Event `protobuf_oneof:"event"` // contains filtered or unexported fields }
func (*GetJobStreamResponse_Terminal_Event) Descriptor
deprecated
func (*GetJobStreamResponse_Terminal_Event) Descriptor() ([]byte, []int)
Deprecated: Use GetJobStreamResponse_Terminal_Event.ProtoReflect.Descriptor instead.
func (*GetJobStreamResponse_Terminal_Event) GetEvent ¶
func (m *GetJobStreamResponse_Terminal_Event) GetEvent() isGetJobStreamResponse_Terminal_Event_Event
func (*GetJobStreamResponse_Terminal_Event) GetLine ¶
func (x *GetJobStreamResponse_Terminal_Event) GetLine() *GetJobStreamResponse_Terminal_Event_Line
func (*GetJobStreamResponse_Terminal_Event) GetNamedValues ¶
func (x *GetJobStreamResponse_Terminal_Event) GetNamedValues() *GetJobStreamResponse_Terminal_Event_NamedValues
func (*GetJobStreamResponse_Terminal_Event) GetRaw ¶
func (x *GetJobStreamResponse_Terminal_Event) GetRaw() *GetJobStreamResponse_Terminal_Event_Raw
func (*GetJobStreamResponse_Terminal_Event) GetStatus ¶
func (x *GetJobStreamResponse_Terminal_Event) GetStatus() *GetJobStreamResponse_Terminal_Event_Status
func (*GetJobStreamResponse_Terminal_Event) GetStep ¶
func (x *GetJobStreamResponse_Terminal_Event) GetStep() *GetJobStreamResponse_Terminal_Event_Step
func (*GetJobStreamResponse_Terminal_Event) GetStepGroup ¶
func (x *GetJobStreamResponse_Terminal_Event) GetStepGroup() *GetJobStreamResponse_Terminal_Event_StepGroup
func (*GetJobStreamResponse_Terminal_Event) GetTable ¶
func (x *GetJobStreamResponse_Terminal_Event) GetTable() *GetJobStreamResponse_Terminal_Event_Table
func (*GetJobStreamResponse_Terminal_Event) GetTimestamp ¶
func (x *GetJobStreamResponse_Terminal_Event) GetTimestamp() *timestamp.Timestamp
func (*GetJobStreamResponse_Terminal_Event) ProtoMessage ¶
func (*GetJobStreamResponse_Terminal_Event) ProtoMessage()
func (*GetJobStreamResponse_Terminal_Event) ProtoReflect ¶
func (x *GetJobStreamResponse_Terminal_Event) ProtoReflect() protoreflect.Message
func (*GetJobStreamResponse_Terminal_Event) Reset ¶
func (x *GetJobStreamResponse_Terminal_Event) Reset()
func (*GetJobStreamResponse_Terminal_Event) String ¶
func (x *GetJobStreamResponse_Terminal_Event) String() string
type GetJobStreamResponse_Terminal_Event_Line ¶
type GetJobStreamResponse_Terminal_Event_Line struct { Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"` Style string `protobuf:"bytes,2,opt,name=style,proto3" json:"style,omitempty"` // contains filtered or unexported fields }
func (*GetJobStreamResponse_Terminal_Event_Line) Descriptor
deprecated
func (*GetJobStreamResponse_Terminal_Event_Line) Descriptor() ([]byte, []int)
Deprecated: Use GetJobStreamResponse_Terminal_Event_Line.ProtoReflect.Descriptor instead.
func (*GetJobStreamResponse_Terminal_Event_Line) GetMsg ¶
func (x *GetJobStreamResponse_Terminal_Event_Line) GetMsg() string
func (*GetJobStreamResponse_Terminal_Event_Line) GetStyle ¶
func (x *GetJobStreamResponse_Terminal_Event_Line) GetStyle() string
func (*GetJobStreamResponse_Terminal_Event_Line) ProtoMessage ¶
func (*GetJobStreamResponse_Terminal_Event_Line) ProtoMessage()
func (*GetJobStreamResponse_Terminal_Event_Line) ProtoReflect ¶
func (x *GetJobStreamResponse_Terminal_Event_Line) ProtoReflect() protoreflect.Message
func (*GetJobStreamResponse_Terminal_Event_Line) Reset ¶
func (x *GetJobStreamResponse_Terminal_Event_Line) Reset()
func (*GetJobStreamResponse_Terminal_Event_Line) String ¶
func (x *GetJobStreamResponse_Terminal_Event_Line) String() string
type GetJobStreamResponse_Terminal_Event_Line_ ¶
type GetJobStreamResponse_Terminal_Event_Line_ struct {
Line *GetJobStreamResponse_Terminal_Event_Line `protobuf:"bytes,2,opt,name=line,proto3,oneof"`
}
type GetJobStreamResponse_Terminal_Event_NamedValue ¶
type GetJobStreamResponse_Terminal_Event_NamedValue struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*GetJobStreamResponse_Terminal_Event_NamedValue) Descriptor
deprecated
func (*GetJobStreamResponse_Terminal_Event_NamedValue) Descriptor() ([]byte, []int)
Deprecated: Use GetJobStreamResponse_Terminal_Event_NamedValue.ProtoReflect.Descriptor instead.
func (*GetJobStreamResponse_Terminal_Event_NamedValue) GetName ¶
func (x *GetJobStreamResponse_Terminal_Event_NamedValue) GetName() string
func (*GetJobStreamResponse_Terminal_Event_NamedValue) GetValue ¶
func (x *GetJobStreamResponse_Terminal_Event_NamedValue) GetValue() string
func (*GetJobStreamResponse_Terminal_Event_NamedValue) ProtoMessage ¶
func (*GetJobStreamResponse_Terminal_Event_NamedValue) ProtoMessage()
func (*GetJobStreamResponse_Terminal_Event_NamedValue) ProtoReflect ¶
func (x *GetJobStreamResponse_Terminal_Event_NamedValue) ProtoReflect() protoreflect.Message
func (*GetJobStreamResponse_Terminal_Event_NamedValue) Reset ¶
func (x *GetJobStreamResponse_Terminal_Event_NamedValue) Reset()
func (*GetJobStreamResponse_Terminal_Event_NamedValue) String ¶
func (x *GetJobStreamResponse_Terminal_Event_NamedValue) String() string
type GetJobStreamResponse_Terminal_Event_NamedValues ¶
type GetJobStreamResponse_Terminal_Event_NamedValues struct { Values []*GetJobStreamResponse_Terminal_Event_NamedValue `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
func (*GetJobStreamResponse_Terminal_Event_NamedValues) Descriptor
deprecated
func (*GetJobStreamResponse_Terminal_Event_NamedValues) Descriptor() ([]byte, []int)
Deprecated: Use GetJobStreamResponse_Terminal_Event_NamedValues.ProtoReflect.Descriptor instead.
func (*GetJobStreamResponse_Terminal_Event_NamedValues) GetValues ¶
func (x *GetJobStreamResponse_Terminal_Event_NamedValues) GetValues() []*GetJobStreamResponse_Terminal_Event_NamedValue
func (*GetJobStreamResponse_Terminal_Event_NamedValues) ProtoMessage ¶
func (*GetJobStreamResponse_Terminal_Event_NamedValues) ProtoMessage()
func (*GetJobStreamResponse_Terminal_Event_NamedValues) ProtoReflect ¶
func (x *GetJobStreamResponse_Terminal_Event_NamedValues) ProtoReflect() protoreflect.Message
func (*GetJobStreamResponse_Terminal_Event_NamedValues) Reset ¶
func (x *GetJobStreamResponse_Terminal_Event_NamedValues) Reset()
func (*GetJobStreamResponse_Terminal_Event_NamedValues) String ¶
func (x *GetJobStreamResponse_Terminal_Event_NamedValues) String() string
type GetJobStreamResponse_Terminal_Event_NamedValues_ ¶
type GetJobStreamResponse_Terminal_Event_NamedValues_ struct {
NamedValues *GetJobStreamResponse_Terminal_Event_NamedValues `protobuf:"bytes,4,opt,name=named_values,json=namedValues,proto3,oneof"`
}
type GetJobStreamResponse_Terminal_Event_Raw ¶
type GetJobStreamResponse_Terminal_Event_Raw struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` Stderr bool `protobuf:"varint,2,opt,name=stderr,proto3" json:"stderr,omitempty"` // contains filtered or unexported fields }
func (*GetJobStreamResponse_Terminal_Event_Raw) Descriptor
deprecated
func (*GetJobStreamResponse_Terminal_Event_Raw) Descriptor() ([]byte, []int)
Deprecated: Use GetJobStreamResponse_Terminal_Event_Raw.ProtoReflect.Descriptor instead.
func (*GetJobStreamResponse_Terminal_Event_Raw) GetData ¶
func (x *GetJobStreamResponse_Terminal_Event_Raw) GetData() []byte
func (*GetJobStreamResponse_Terminal_Event_Raw) GetStderr ¶
func (x *GetJobStreamResponse_Terminal_Event_Raw) GetStderr() bool
func (*GetJobStreamResponse_Terminal_Event_Raw) ProtoMessage ¶
func (*GetJobStreamResponse_Terminal_Event_Raw) ProtoMessage()
func (*GetJobStreamResponse_Terminal_Event_Raw) ProtoReflect ¶
func (x *GetJobStreamResponse_Terminal_Event_Raw) ProtoReflect() protoreflect.Message
func (*GetJobStreamResponse_Terminal_Event_Raw) Reset ¶
func (x *GetJobStreamResponse_Terminal_Event_Raw) Reset()
func (*GetJobStreamResponse_Terminal_Event_Raw) String ¶
func (x *GetJobStreamResponse_Terminal_Event_Raw) String() string
type GetJobStreamResponse_Terminal_Event_Raw_ ¶
type GetJobStreamResponse_Terminal_Event_Raw_ struct {
Raw *GetJobStreamResponse_Terminal_Event_Raw `protobuf:"bytes,5,opt,name=raw,proto3,oneof"`
}
type GetJobStreamResponse_Terminal_Event_Status ¶
type GetJobStreamResponse_Terminal_Event_Status struct { Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"` Step bool `protobuf:"varint,3,opt,name=step,proto3" json:"step,omitempty"` // contains filtered or unexported fields }
func (*GetJobStreamResponse_Terminal_Event_Status) Descriptor
deprecated
func (*GetJobStreamResponse_Terminal_Event_Status) Descriptor() ([]byte, []int)
Deprecated: Use GetJobStreamResponse_Terminal_Event_Status.ProtoReflect.Descriptor instead.
func (*GetJobStreamResponse_Terminal_Event_Status) GetMsg ¶
func (x *GetJobStreamResponse_Terminal_Event_Status) GetMsg() string
func (*GetJobStreamResponse_Terminal_Event_Status) GetStatus ¶
func (x *GetJobStreamResponse_Terminal_Event_Status) GetStatus() string
func (*GetJobStreamResponse_Terminal_Event_Status) GetStep ¶
func (x *GetJobStreamResponse_Terminal_Event_Status) GetStep() bool
func (*GetJobStreamResponse_Terminal_Event_Status) ProtoMessage ¶
func (*GetJobStreamResponse_Terminal_Event_Status) ProtoMessage()
func (*GetJobStreamResponse_Terminal_Event_Status) ProtoReflect ¶
func (x *GetJobStreamResponse_Terminal_Event_Status) ProtoReflect() protoreflect.Message
func (*GetJobStreamResponse_Terminal_Event_Status) Reset ¶
func (x *GetJobStreamResponse_Terminal_Event_Status) Reset()
func (*GetJobStreamResponse_Terminal_Event_Status) String ¶
func (x *GetJobStreamResponse_Terminal_Event_Status) String() string
type GetJobStreamResponse_Terminal_Event_Status_ ¶
type GetJobStreamResponse_Terminal_Event_Status_ struct {
Status *GetJobStreamResponse_Terminal_Event_Status `protobuf:"bytes,3,opt,name=status,proto3,oneof"`
}
type GetJobStreamResponse_Terminal_Event_Step ¶
type GetJobStreamResponse_Terminal_Event_Step struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Close bool `protobuf:"varint,2,opt,name=close,proto3" json:"close,omitempty"` Msg string `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"` Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"` Output []byte `protobuf:"bytes,5,opt,name=output,proto3" json:"output,omitempty"` // contains filtered or unexported fields }
func (*GetJobStreamResponse_Terminal_Event_Step) Descriptor
deprecated
func (*GetJobStreamResponse_Terminal_Event_Step) Descriptor() ([]byte, []int)
Deprecated: Use GetJobStreamResponse_Terminal_Event_Step.ProtoReflect.Descriptor instead.
func (*GetJobStreamResponse_Terminal_Event_Step) GetClose ¶
func (x *GetJobStreamResponse_Terminal_Event_Step) GetClose() bool
func (*GetJobStreamResponse_Terminal_Event_Step) GetId ¶
func (x *GetJobStreamResponse_Terminal_Event_Step) GetId() int32
func (*GetJobStreamResponse_Terminal_Event_Step) GetMsg ¶
func (x *GetJobStreamResponse_Terminal_Event_Step) GetMsg() string
func (*GetJobStreamResponse_Terminal_Event_Step) GetOutput ¶
func (x *GetJobStreamResponse_Terminal_Event_Step) GetOutput() []byte
func (*GetJobStreamResponse_Terminal_Event_Step) GetStatus ¶
func (x *GetJobStreamResponse_Terminal_Event_Step) GetStatus() string
func (*GetJobStreamResponse_Terminal_Event_Step) ProtoMessage ¶
func (*GetJobStreamResponse_Terminal_Event_Step) ProtoMessage()
func (*GetJobStreamResponse_Terminal_Event_Step) ProtoReflect ¶
func (x *GetJobStreamResponse_Terminal_Event_Step) ProtoReflect() protoreflect.Message
func (*GetJobStreamResponse_Terminal_Event_Step) Reset ¶
func (x *GetJobStreamResponse_Terminal_Event_Step) Reset()
func (*GetJobStreamResponse_Terminal_Event_Step) String ¶
func (x *GetJobStreamResponse_Terminal_Event_Step) String() string
type GetJobStreamResponse_Terminal_Event_StepGroup ¶
type GetJobStreamResponse_Terminal_Event_StepGroup struct { Close bool `protobuf:"varint,1,opt,name=close,proto3" json:"close,omitempty"` // contains filtered or unexported fields }
func (*GetJobStreamResponse_Terminal_Event_StepGroup) Descriptor
deprecated
func (*GetJobStreamResponse_Terminal_Event_StepGroup) Descriptor() ([]byte, []int)
Deprecated: Use GetJobStreamResponse_Terminal_Event_StepGroup.ProtoReflect.Descriptor instead.
func (*GetJobStreamResponse_Terminal_Event_StepGroup) GetClose ¶
func (x *GetJobStreamResponse_Terminal_Event_StepGroup) GetClose() bool
func (*GetJobStreamResponse_Terminal_Event_StepGroup) ProtoMessage ¶
func (*GetJobStreamResponse_Terminal_Event_StepGroup) ProtoMessage()
func (*GetJobStreamResponse_Terminal_Event_StepGroup) ProtoReflect ¶
func (x *GetJobStreamResponse_Terminal_Event_StepGroup) ProtoReflect() protoreflect.Message
func (*GetJobStreamResponse_Terminal_Event_StepGroup) Reset ¶
func (x *GetJobStreamResponse_Terminal_Event_StepGroup) Reset()
func (*GetJobStreamResponse_Terminal_Event_StepGroup) String ¶
func (x *GetJobStreamResponse_Terminal_Event_StepGroup) String() string
type GetJobStreamResponse_Terminal_Event_StepGroup_ ¶
type GetJobStreamResponse_Terminal_Event_StepGroup_ struct {
StepGroup *GetJobStreamResponse_Terminal_Event_StepGroup `protobuf:"bytes,7,opt,name=step_group,json=stepGroup,proto3,oneof"`
}
type GetJobStreamResponse_Terminal_Event_Step_ ¶
type GetJobStreamResponse_Terminal_Event_Step_ struct {
Step *GetJobStreamResponse_Terminal_Event_Step `protobuf:"bytes,8,opt,name=step,proto3,oneof"`
}
type GetJobStreamResponse_Terminal_Event_Table ¶
type GetJobStreamResponse_Terminal_Event_Table struct { Headers []string `protobuf:"bytes,1,rep,name=headers,proto3" json:"headers,omitempty"` Rows []*GetJobStreamResponse_Terminal_Event_TableRow `protobuf:"bytes,2,rep,name=rows,proto3" json:"rows,omitempty"` // contains filtered or unexported fields }
func (*GetJobStreamResponse_Terminal_Event_Table) Descriptor
deprecated
func (*GetJobStreamResponse_Terminal_Event_Table) Descriptor() ([]byte, []int)
Deprecated: Use GetJobStreamResponse_Terminal_Event_Table.ProtoReflect.Descriptor instead.
func (*GetJobStreamResponse_Terminal_Event_Table) GetHeaders ¶
func (x *GetJobStreamResponse_Terminal_Event_Table) GetHeaders() []string
func (*GetJobStreamResponse_Terminal_Event_Table) GetRows ¶
func (x *GetJobStreamResponse_Terminal_Event_Table) GetRows() []*GetJobStreamResponse_Terminal_Event_TableRow
func (*GetJobStreamResponse_Terminal_Event_Table) ProtoMessage ¶
func (*GetJobStreamResponse_Terminal_Event_Table) ProtoMessage()
func (*GetJobStreamResponse_Terminal_Event_Table) ProtoReflect ¶
func (x *GetJobStreamResponse_Terminal_Event_Table) ProtoReflect() protoreflect.Message
func (*GetJobStreamResponse_Terminal_Event_Table) Reset ¶
func (x *GetJobStreamResponse_Terminal_Event_Table) Reset()
func (*GetJobStreamResponse_Terminal_Event_Table) String ¶
func (x *GetJobStreamResponse_Terminal_Event_Table) String() string
type GetJobStreamResponse_Terminal_Event_TableEntry ¶
type GetJobStreamResponse_Terminal_Event_TableEntry struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` Color string `protobuf:"bytes,2,opt,name=color,proto3" json:"color,omitempty"` // contains filtered or unexported fields }
func (*GetJobStreamResponse_Terminal_Event_TableEntry) Descriptor
deprecated
func (*GetJobStreamResponse_Terminal_Event_TableEntry) Descriptor() ([]byte, []int)
Deprecated: Use GetJobStreamResponse_Terminal_Event_TableEntry.ProtoReflect.Descriptor instead.
func (*GetJobStreamResponse_Terminal_Event_TableEntry) GetColor ¶
func (x *GetJobStreamResponse_Terminal_Event_TableEntry) GetColor() string
func (*GetJobStreamResponse_Terminal_Event_TableEntry) GetValue ¶
func (x *GetJobStreamResponse_Terminal_Event_TableEntry) GetValue() string
func (*GetJobStreamResponse_Terminal_Event_TableEntry) ProtoMessage ¶
func (*GetJobStreamResponse_Terminal_Event_TableEntry) ProtoMessage()
func (*GetJobStreamResponse_Terminal_Event_TableEntry) ProtoReflect ¶
func (x *GetJobStreamResponse_Terminal_Event_TableEntry) ProtoReflect() protoreflect.Message
func (*GetJobStreamResponse_Terminal_Event_TableEntry) Reset ¶
func (x *GetJobStreamResponse_Terminal_Event_TableEntry) Reset()
func (*GetJobStreamResponse_Terminal_Event_TableEntry) String ¶
func (x *GetJobStreamResponse_Terminal_Event_TableEntry) String() string
type GetJobStreamResponse_Terminal_Event_TableRow ¶
type GetJobStreamResponse_Terminal_Event_TableRow struct { Entries []*GetJobStreamResponse_Terminal_Event_TableEntry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"` // contains filtered or unexported fields }
func (*GetJobStreamResponse_Terminal_Event_TableRow) Descriptor
deprecated
func (*GetJobStreamResponse_Terminal_Event_TableRow) Descriptor() ([]byte, []int)
Deprecated: Use GetJobStreamResponse_Terminal_Event_TableRow.ProtoReflect.Descriptor instead.
func (*GetJobStreamResponse_Terminal_Event_TableRow) GetEntries ¶
func (x *GetJobStreamResponse_Terminal_Event_TableRow) GetEntries() []*GetJobStreamResponse_Terminal_Event_TableEntry
func (*GetJobStreamResponse_Terminal_Event_TableRow) ProtoMessage ¶
func (*GetJobStreamResponse_Terminal_Event_TableRow) ProtoMessage()
func (*GetJobStreamResponse_Terminal_Event_TableRow) ProtoReflect ¶
func (x *GetJobStreamResponse_Terminal_Event_TableRow) ProtoReflect() protoreflect.Message
func (*GetJobStreamResponse_Terminal_Event_TableRow) Reset ¶
func (x *GetJobStreamResponse_Terminal_Event_TableRow) Reset()
func (*GetJobStreamResponse_Terminal_Event_TableRow) String ¶
func (x *GetJobStreamResponse_Terminal_Event_TableRow) String() string
type GetJobStreamResponse_Terminal_Event_Table_ ¶
type GetJobStreamResponse_Terminal_Event_Table_ struct {
Table *GetJobStreamResponse_Terminal_Event_Table `protobuf:"bytes,6,opt,name=table,proto3,oneof"`
}
type GetLatestBuildRequest ¶
type GetLatestBuildRequest struct { Application *Ref_Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` Workspace *Ref_Workspace `protobuf:"bytes,2,opt,name=workspace,proto3" json:"workspace,omitempty"` // contains filtered or unexported fields }
func (*GetLatestBuildRequest) Descriptor
deprecated
func (*GetLatestBuildRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetLatestBuildRequest.ProtoReflect.Descriptor instead.
func (*GetLatestBuildRequest) GetApplication ¶
func (x *GetLatestBuildRequest) GetApplication() *Ref_Application
func (*GetLatestBuildRequest) GetWorkspace ¶
func (x *GetLatestBuildRequest) GetWorkspace() *Ref_Workspace
func (*GetLatestBuildRequest) ProtoMessage ¶
func (*GetLatestBuildRequest) ProtoMessage()
func (*GetLatestBuildRequest) ProtoReflect ¶
func (x *GetLatestBuildRequest) ProtoReflect() protoreflect.Message
func (*GetLatestBuildRequest) Reset ¶
func (x *GetLatestBuildRequest) Reset()
func (*GetLatestBuildRequest) String ¶
func (x *GetLatestBuildRequest) String() string
type GetLatestPushedArtifactRequest ¶
type GetLatestPushedArtifactRequest struct { // application that this belongs to Application *Ref_Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` // workspace for the artifact, any workspace if empty Workspace *Ref_Workspace `protobuf:"bytes,2,opt,name=workspace,proto3" json:"workspace,omitempty"` // contains filtered or unexported fields }
func (*GetLatestPushedArtifactRequest) Descriptor
deprecated
func (*GetLatestPushedArtifactRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetLatestPushedArtifactRequest.ProtoReflect.Descriptor instead.
func (*GetLatestPushedArtifactRequest) GetApplication ¶
func (x *GetLatestPushedArtifactRequest) GetApplication() *Ref_Application
func (*GetLatestPushedArtifactRequest) GetWorkspace ¶
func (x *GetLatestPushedArtifactRequest) GetWorkspace() *Ref_Workspace
func (*GetLatestPushedArtifactRequest) ProtoMessage ¶
func (*GetLatestPushedArtifactRequest) ProtoMessage()
func (*GetLatestPushedArtifactRequest) ProtoReflect ¶
func (x *GetLatestPushedArtifactRequest) ProtoReflect() protoreflect.Message
func (*GetLatestPushedArtifactRequest) Reset ¶
func (x *GetLatestPushedArtifactRequest) Reset()
func (*GetLatestPushedArtifactRequest) String ¶
func (x *GetLatestPushedArtifactRequest) String() string
type GetLatestReleaseRequest ¶
type GetLatestReleaseRequest struct { // application that this belongs to Application *Ref_Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` // workspace for the artifact, any workspace if empty Workspace *Ref_Workspace `protobuf:"bytes,2,opt,name=workspace,proto3" json:"workspace,omitempty"` // Load additional details about the release. These will become available // in the Preload section. LoadDetails Release_LoadDetails `` /* 139-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetLatestReleaseRequest) Descriptor
deprecated
func (*GetLatestReleaseRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetLatestReleaseRequest.ProtoReflect.Descriptor instead.
func (*GetLatestReleaseRequest) GetApplication ¶
func (x *GetLatestReleaseRequest) GetApplication() *Ref_Application
func (*GetLatestReleaseRequest) GetLoadDetails ¶
func (x *GetLatestReleaseRequest) GetLoadDetails() Release_LoadDetails
func (*GetLatestReleaseRequest) GetWorkspace ¶
func (x *GetLatestReleaseRequest) GetWorkspace() *Ref_Workspace
func (*GetLatestReleaseRequest) ProtoMessage ¶
func (*GetLatestReleaseRequest) ProtoMessage()
func (*GetLatestReleaseRequest) ProtoReflect ¶
func (x *GetLatestReleaseRequest) ProtoReflect() protoreflect.Message
func (*GetLatestReleaseRequest) Reset ¶
func (x *GetLatestReleaseRequest) Reset()
func (*GetLatestReleaseRequest) String ¶
func (x *GetLatestReleaseRequest) String() string
type GetLogStreamRequest ¶
type GetLogStreamRequest struct { // Types that are assignable to Scope: // *GetLogStreamRequest_DeploymentId // *GetLogStreamRequest_Application_ Scope isGetLogStreamRequest_Scope `protobuf_oneof:"scope"` // limit_backlog sets the maximum backlog lines to return on the initial // connection. This setting is per instance, not global. The maximum // backlog to expect is `n * limit_backlog` where n is the number of // instances. // // A negative value will not limit the backlog. // // A value of zero will default to a value of 50. LimitBacklog int32 `protobuf:"varint,3,opt,name=limit_backlog,json=limitBacklog,proto3" json:"limit_backlog,omitempty"` // contains filtered or unexported fields }
func (*GetLogStreamRequest) Descriptor
deprecated
func (*GetLogStreamRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetLogStreamRequest.ProtoReflect.Descriptor instead.
func (*GetLogStreamRequest) GetApplication ¶
func (x *GetLogStreamRequest) GetApplication() *GetLogStreamRequest_Application
func (*GetLogStreamRequest) GetDeploymentId ¶
func (x *GetLogStreamRequest) GetDeploymentId() string
func (*GetLogStreamRequest) GetLimitBacklog ¶
func (x *GetLogStreamRequest) GetLimitBacklog() int32
func (*GetLogStreamRequest) GetScope ¶
func (m *GetLogStreamRequest) GetScope() isGetLogStreamRequest_Scope
func (*GetLogStreamRequest) ProtoMessage ¶
func (*GetLogStreamRequest) ProtoMessage()
func (*GetLogStreamRequest) ProtoReflect ¶
func (x *GetLogStreamRequest) ProtoReflect() protoreflect.Message
func (*GetLogStreamRequest) Reset ¶
func (x *GetLogStreamRequest) Reset()
func (*GetLogStreamRequest) String ¶
func (x *GetLogStreamRequest) String() string
type GetLogStreamRequest_Application ¶
type GetLogStreamRequest_Application struct { Application *Ref_Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` Workspace *Ref_Workspace `protobuf:"bytes,2,opt,name=workspace,proto3" json:"workspace,omitempty"` // contains filtered or unexported fields }
func (*GetLogStreamRequest_Application) Descriptor
deprecated
func (*GetLogStreamRequest_Application) Descriptor() ([]byte, []int)
Deprecated: Use GetLogStreamRequest_Application.ProtoReflect.Descriptor instead.
func (*GetLogStreamRequest_Application) GetApplication ¶
func (x *GetLogStreamRequest_Application) GetApplication() *Ref_Application
func (*GetLogStreamRequest_Application) GetWorkspace ¶
func (x *GetLogStreamRequest_Application) GetWorkspace() *Ref_Workspace
func (*GetLogStreamRequest_Application) ProtoMessage ¶
func (*GetLogStreamRequest_Application) ProtoMessage()
func (*GetLogStreamRequest_Application) ProtoReflect ¶
func (x *GetLogStreamRequest_Application) ProtoReflect() protoreflect.Message
func (*GetLogStreamRequest_Application) Reset ¶
func (x *GetLogStreamRequest_Application) Reset()
func (*GetLogStreamRequest_Application) String ¶
func (x *GetLogStreamRequest_Application) String() string
type GetLogStreamRequest_Application_ ¶
type GetLogStreamRequest_Application_ struct { // Logs for a specific application in a workspace. Application *GetLogStreamRequest_Application `protobuf:"bytes,2,opt,name=application,proto3,oneof"` }
type GetLogStreamRequest_DeploymentId ¶
type GetLogStreamRequest_DeploymentId struct { // Deployment to request logs for. DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3,oneof"` }
type GetProjectRequest ¶
type GetProjectRequest struct { Project *Ref_Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` // contains filtered or unexported fields }
func (*GetProjectRequest) Descriptor
deprecated
func (*GetProjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetProjectRequest.ProtoReflect.Descriptor instead.
func (*GetProjectRequest) GetProject ¶
func (x *GetProjectRequest) GetProject() *Ref_Project
func (*GetProjectRequest) ProtoMessage ¶
func (*GetProjectRequest) ProtoMessage()
func (*GetProjectRequest) ProtoReflect ¶
func (x *GetProjectRequest) ProtoReflect() protoreflect.Message
func (*GetProjectRequest) Reset ¶
func (x *GetProjectRequest) Reset()
func (*GetProjectRequest) String ¶
func (x *GetProjectRequest) String() string
type GetProjectResponse ¶
type GetProjectResponse struct { Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` // contains filtered or unexported fields }
func (*GetProjectResponse) Descriptor
deprecated
func (*GetProjectResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetProjectResponse.ProtoReflect.Descriptor instead.
func (*GetProjectResponse) GetProject ¶
func (x *GetProjectResponse) GetProject() *Project
func (*GetProjectResponse) ProtoMessage ¶
func (*GetProjectResponse) ProtoMessage()
func (*GetProjectResponse) ProtoReflect ¶
func (x *GetProjectResponse) ProtoReflect() protoreflect.Message
func (*GetProjectResponse) Reset ¶
func (x *GetProjectResponse) Reset()
func (*GetProjectResponse) String ¶
func (x *GetProjectResponse) String() string
type GetPushedArtifactRequest ¶
type GetPushedArtifactRequest struct { Ref *Ref_Operation `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"` // contains filtered or unexported fields }
func (*GetPushedArtifactRequest) Descriptor
deprecated
func (*GetPushedArtifactRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPushedArtifactRequest.ProtoReflect.Descriptor instead.
func (*GetPushedArtifactRequest) GetRef ¶
func (x *GetPushedArtifactRequest) GetRef() *Ref_Operation
func (*GetPushedArtifactRequest) ProtoMessage ¶
func (*GetPushedArtifactRequest) ProtoMessage()
func (*GetPushedArtifactRequest) ProtoReflect ¶
func (x *GetPushedArtifactRequest) ProtoReflect() protoreflect.Message
func (*GetPushedArtifactRequest) Reset ¶
func (x *GetPushedArtifactRequest) Reset()
func (*GetPushedArtifactRequest) String ¶
func (x *GetPushedArtifactRequest) String() string
type GetReleaseRequest ¶
type GetReleaseRequest struct { Ref *Ref_Operation `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"` // Load additional details about the release. These will become available // in the Preload section. LoadDetails Release_LoadDetails `` /* 139-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetReleaseRequest) Descriptor
deprecated
func (*GetReleaseRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetReleaseRequest.ProtoReflect.Descriptor instead.
func (*GetReleaseRequest) GetLoadDetails ¶
func (x *GetReleaseRequest) GetLoadDetails() Release_LoadDetails
func (*GetReleaseRequest) GetRef ¶
func (x *GetReleaseRequest) GetRef() *Ref_Operation
func (*GetReleaseRequest) ProtoMessage ¶
func (*GetReleaseRequest) ProtoMessage()
func (*GetReleaseRequest) ProtoReflect ¶
func (x *GetReleaseRequest) ProtoReflect() protoreflect.Message
func (*GetReleaseRequest) Reset ¶
func (x *GetReleaseRequest) Reset()
func (*GetReleaseRequest) String ¶
func (x *GetReleaseRequest) String() string
type GetRunnerRequest ¶
type GetRunnerRequest struct { // ID of the runner to request. RunnerId string `protobuf:"bytes,1,opt,name=runner_id,json=runnerId,proto3" json:"runner_id,omitempty"` // contains filtered or unexported fields }
func (*GetRunnerRequest) Descriptor
deprecated
func (*GetRunnerRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRunnerRequest.ProtoReflect.Descriptor instead.
func (*GetRunnerRequest) GetRunnerId ¶
func (x *GetRunnerRequest) GetRunnerId() string
func (*GetRunnerRequest) ProtoMessage ¶
func (*GetRunnerRequest) ProtoMessage()
func (*GetRunnerRequest) ProtoReflect ¶
func (x *GetRunnerRequest) ProtoReflect() protoreflect.Message
func (*GetRunnerRequest) Reset ¶
func (x *GetRunnerRequest) Reset()
func (*GetRunnerRequest) String ¶
func (x *GetRunnerRequest) String() string
type GetServerConfigResponse ¶
type GetServerConfigResponse struct { Config *ServerConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*GetServerConfigResponse) Descriptor
deprecated
func (*GetServerConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetServerConfigResponse.ProtoReflect.Descriptor instead.
func (*GetServerConfigResponse) GetConfig ¶
func (x *GetServerConfigResponse) GetConfig() *ServerConfig
func (*GetServerConfigResponse) ProtoMessage ¶
func (*GetServerConfigResponse) ProtoMessage()
func (*GetServerConfigResponse) ProtoReflect ¶
func (x *GetServerConfigResponse) ProtoReflect() protoreflect.Message
func (*GetServerConfigResponse) Reset ¶
func (x *GetServerConfigResponse) Reset()
func (*GetServerConfigResponse) String ¶
func (x *GetServerConfigResponse) String() string
type GetVersionInfoResponse ¶
type GetVersionInfoResponse struct { Info *VersionInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"` // contains filtered or unexported fields }
func (*GetVersionInfoResponse) Descriptor
deprecated
func (*GetVersionInfoResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetVersionInfoResponse.ProtoReflect.Descriptor instead.
func (*GetVersionInfoResponse) GetInfo ¶
func (x *GetVersionInfoResponse) GetInfo() *VersionInfo
func (*GetVersionInfoResponse) ProtoMessage ¶
func (*GetVersionInfoResponse) ProtoMessage()
func (*GetVersionInfoResponse) ProtoReflect ¶
func (x *GetVersionInfoResponse) ProtoReflect() protoreflect.Message
func (*GetVersionInfoResponse) Reset ¶
func (x *GetVersionInfoResponse) Reset()
func (*GetVersionInfoResponse) String ¶
func (x *GetVersionInfoResponse) String() string
type GetWorkspaceRequest ¶
type GetWorkspaceRequest struct { Workspace *Ref_Workspace `protobuf:"bytes,1,opt,name=workspace,proto3" json:"workspace,omitempty"` // contains filtered or unexported fields }
func (*GetWorkspaceRequest) Descriptor
deprecated
func (*GetWorkspaceRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetWorkspaceRequest.ProtoReflect.Descriptor instead.
func (*GetWorkspaceRequest) GetWorkspace ¶
func (x *GetWorkspaceRequest) GetWorkspace() *Ref_Workspace
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 HMACKey ¶
type HMACKey struct { // The identifier of the key. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // A randomly generated key used to sign tokens with Key []byte `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
Represents a key used to sign tokens using HMAC
func (*HMACKey) Descriptor
deprecated
func (*HMACKey) ProtoMessage ¶
func (*HMACKey) ProtoMessage()
func (*HMACKey) ProtoReflect ¶
func (x *HMACKey) ProtoReflect() protoreflect.Message
type Hostname ¶
type Hostname struct { // hostname alone, such as "fabulous-panda" Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"` // fqdn is the fully qualified domain, such as "fabulous-panda.waypoint.run" Fqdn string `protobuf:"bytes,2,opt,name=fqdn,proto3" json:"fqdn,omitempty"` // target_labels are the raw label targets given to the URL service. // We can't reproduce the richer "Target" structure yet but in the future // we may expose that. TargetLabels map[string]string `` /* 185-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Hostname) Descriptor
deprecated
func (*Hostname) GetHostname ¶
func (*Hostname) GetTargetLabels ¶
func (*Hostname) ProtoMessage ¶
func (*Hostname) ProtoMessage()
func (*Hostname) ProtoReflect ¶
func (x *Hostname) ProtoReflect() protoreflect.Message
type Hostname_Target ¶
type Hostname_Target struct { // Types that are assignable to Target: // *Hostname_Target_Application Target isHostname_Target_Target `protobuf_oneof:"target"` // contains filtered or unexported fields }
func (*Hostname_Target) Descriptor
deprecated
func (*Hostname_Target) Descriptor() ([]byte, []int)
Deprecated: Use Hostname_Target.ProtoReflect.Descriptor instead.
func (*Hostname_Target) GetApplication ¶
func (x *Hostname_Target) GetApplication() *Hostname_TargetApp
func (*Hostname_Target) GetTarget ¶
func (m *Hostname_Target) GetTarget() isHostname_Target_Target
func (*Hostname_Target) ProtoMessage ¶
func (*Hostname_Target) ProtoMessage()
func (*Hostname_Target) ProtoReflect ¶
func (x *Hostname_Target) ProtoReflect() protoreflect.Message
func (*Hostname_Target) Reset ¶
func (x *Hostname_Target) Reset()
func (*Hostname_Target) String ¶
func (x *Hostname_Target) String() string
type Hostname_TargetApp ¶
type Hostname_TargetApp struct { Application *Ref_Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` Workspace *Ref_Workspace `protobuf:"bytes,2,opt,name=workspace,proto3" json:"workspace,omitempty"` // contains filtered or unexported fields }
TargetApp targets an application in a specific workspace. With this target type, you can still target specific deployments by appending `--<deployment id>` to the hostname after registration.
func (*Hostname_TargetApp) Descriptor
deprecated
func (*Hostname_TargetApp) Descriptor() ([]byte, []int)
Deprecated: Use Hostname_TargetApp.ProtoReflect.Descriptor instead.
func (*Hostname_TargetApp) GetApplication ¶
func (x *Hostname_TargetApp) GetApplication() *Ref_Application
func (*Hostname_TargetApp) GetWorkspace ¶
func (x *Hostname_TargetApp) GetWorkspace() *Ref_Workspace
func (*Hostname_TargetApp) ProtoMessage ¶
func (*Hostname_TargetApp) ProtoMessage()
func (*Hostname_TargetApp) ProtoReflect ¶
func (x *Hostname_TargetApp) ProtoReflect() protoreflect.Message
func (*Hostname_TargetApp) Reset ¶
func (x *Hostname_TargetApp) Reset()
func (*Hostname_TargetApp) String ¶
func (x *Hostname_TargetApp) String() string
type Hostname_Target_Application ¶
type Hostname_Target_Application struct {
Application *Hostname_TargetApp `protobuf:"bytes,20,opt,name=application,proto3,oneof"`
}
type Instance ¶
type Instance struct { // id of the instance. This should be globally unique to your Waypoint // installation but relies on the entrypoint being well behaved. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // The ID of the deployment that this instance belongs to. DeploymentId string `protobuf:"bytes,2,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"` // application that this instance belongs to Application *Ref_Application `protobuf:"bytes,3,opt,name=application,proto3" json:"application,omitempty"` // The workspace that this exists in Workspace *Ref_Workspace `protobuf:"bytes,4,opt,name=workspace,proto3" json:"workspace,omitempty"` // contains filtered or unexported fields }
An instance is a single running process for a deployment. A deployment may have many instances (for example Kubernetes ReplicaSets spawn many pods). An instance is only represented if you're using the Waypoint Entrypoint. Otherwise, the Waypoint server will never be notified of running instances.
func (*Instance) Descriptor
deprecated
func (*Instance) GetApplication ¶
func (x *Instance) GetApplication() *Ref_Application
func (*Instance) GetDeploymentId ¶
func (*Instance) GetWorkspace ¶
func (x *Instance) GetWorkspace() *Ref_Workspace
func (*Instance) ProtoMessage ¶
func (*Instance) ProtoMessage()
func (*Instance) ProtoReflect ¶
func (x *Instance) ProtoReflect() protoreflect.Message
type InviteTokenRequest ¶
type InviteTokenRequest struct { // How long the token should be valid until. The resulting token has a timestamp // encoded within it by adding the current time to this duration. Duration string `protobuf:"bytes,1,opt,name=duration,proto3" json:"duration,omitempty"` // If set, the token generated by this invite code is for the given entrypoint. Entrypoint *Token_Entrypoint `protobuf:"bytes,2,opt,name=entrypoint,proto3" json:"entrypoint,omitempty"` // contains filtered or unexported fields }
Passed with GenerateInviteToken with the params on how the invite token should be generate.
func (*InviteTokenRequest) Descriptor
deprecated
func (*InviteTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use InviteTokenRequest.ProtoReflect.Descriptor instead.
func (*InviteTokenRequest) GetDuration ¶
func (x *InviteTokenRequest) GetDuration() string
func (*InviteTokenRequest) GetEntrypoint ¶
func (x *InviteTokenRequest) GetEntrypoint() *Token_Entrypoint
func (*InviteTokenRequest) ProtoMessage ¶
func (*InviteTokenRequest) ProtoMessage()
func (*InviteTokenRequest) ProtoReflect ¶
func (x *InviteTokenRequest) ProtoReflect() protoreflect.Message
func (*InviteTokenRequest) Reset ¶
func (x *InviteTokenRequest) Reset()
func (*InviteTokenRequest) String ¶
func (x *InviteTokenRequest) String() string
type Job ¶
type Job struct { // id of the job. This is generated on the server side when queued. If // you are queueing a job, this must be empty or unset. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // The application to target for the operation. Some operations may allow // certain fields of this to be empty, so check with the operation // documentation to determine what needs to be set. Generally, project // must be set. Application *Ref_Application `protobuf:"bytes,2,opt,name=application,proto3" json:"application,omitempty"` // The workspace to perform the operation in. Workspace *Ref_Workspace `protobuf:"bytes,3,opt,name=workspace,proto3" json:"workspace,omitempty"` // The runner that should execute this job. This is required. TargetRunner *Ref_Runner `protobuf:"bytes,4,opt,name=target_runner,json=targetRunner,proto3" json:"target_runner,omitempty"` // Labels are the labels to set for this operation. Labels map[string]string `` /* 153-byte string literal not displayed */ // data_source determines where the data to operate on (such as the // application source code and Waypoint configuration) comes from. // If this is not set then QueueJob will populate this if a default // data source is configured for the target project. // // The overrides will set overrides of configs for the data source. This is // data source dependent but this allows for example setting the Git ref // without knowing the full data source. Invalid overrides will fail the // job. DataSource *Job_DataSource `protobuf:"bytes,6,opt,name=data_source,json=dataSource,proto3" json:"data_source,omitempty"` DataSourceOverrides map[string]string `` /* 208-byte string literal not displayed */ // The operation to execute. See the message docs for details on the operation. // // Types that are assignable to Operation: // *Job_Noop_ // *Job_Build // *Job_Push // *Job_Deploy // *Job_Destroy // *Job_Release // *Job_Validate // *Job_Auth // *Job_Docs Operation isJob_Operation `protobuf_oneof:"operation"` // state of the job State Job_State `protobuf:"varint,100,opt,name=state,proto3,enum=hashicorp.waypoint.Job_State" json:"state,omitempty"` // The runner that was assigned to execute this job. Note that the // runner may have been ephemeral and may no longer exist. AssignedRunner *Ref_RunnerId `protobuf:"bytes,101,opt,name=assigned_runner,json=assignedRunner,proto3" json:"assigned_runner,omitempty"` // The time when the job was queued. QueueTime *timestamp.Timestamp `protobuf:"bytes,102,opt,name=queue_time,json=queueTime,proto3" json:"queue_time,omitempty"` AssignTime *timestamp.Timestamp `protobuf:"bytes,103,opt,name=assign_time,json=assignTime,proto3" json:"assign_time,omitempty"` AckTime *timestamp.Timestamp `protobuf:"bytes,104,opt,name=ack_time,json=ackTime,proto3" json:"ack_time,omitempty"` CompleteTime *timestamp.Timestamp `protobuf:"bytes,105,opt,name=complete_time,json=completeTime,proto3" json:"complete_time,omitempty"` // error is set if state == ERROR Error *status.Status `protobuf:"bytes,106,opt,name=error,proto3" json:"error,omitempty"` // result is set based on the operation specified. A nil result is possible // for some operations. Result *Job_Result `protobuf:"bytes,107,opt,name=result,proto3" json:"result,omitempty"` // cancel time is the time that cancellation of this job was requested. // If this is zero then this job was not cancelled. Note that this is the // cancellation _request_ time. The actual time a job ended is noted by // the complete_time field. CancelTime *timestamp.Timestamp `protobuf:"bytes,108,opt,name=cancel_time,json=cancelTime,proto3" json:"cancel_time,omitempty"` // expire time is the time when this job would expire. If this isn't set // then this is a non-expiring job. This will remain set even if the job // never expired because it was accepted and run. This field can be used // to detect that it was configured to expire. ExpireTime *timestamp.Timestamp `protobuf:"bytes,109,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"` // contains filtered or unexported fields }
A Job is a job that executes on a runner and is queued by QueueOperation.
func (*Job) Descriptor
deprecated
func (*Job) GetAckTime ¶
func (*Job) GetApplication ¶
func (x *Job) GetApplication() *Ref_Application
func (*Job) GetAssignTime ¶
func (*Job) GetAssignedRunner ¶
func (x *Job) GetAssignedRunner() *Ref_RunnerId
func (*Job) GetAuth ¶
func (x *Job) GetAuth() *Job_AuthOp
func (*Job) GetBuild ¶
func (x *Job) GetBuild() *Job_BuildOp
func (*Job) GetCancelTime ¶
func (*Job) GetCompleteTime ¶
func (*Job) GetDataSource ¶
func (x *Job) GetDataSource() *Job_DataSource
func (*Job) GetDataSourceOverrides ¶
func (*Job) GetDeploy ¶
func (x *Job) GetDeploy() *Job_DeployOp
func (*Job) GetDestroy ¶
func (x *Job) GetDestroy() *Job_DestroyOp
func (*Job) GetDocs ¶
func (x *Job) GetDocs() *Job_DocsOp
func (*Job) GetExpireTime ¶
func (*Job) GetOperation ¶
func (m *Job) GetOperation() isJob_Operation
func (*Job) GetPush ¶
func (x *Job) GetPush() *Job_PushOp
func (*Job) GetQueueTime ¶
func (*Job) GetRelease ¶
func (x *Job) GetRelease() *Job_ReleaseOp
func (*Job) GetResult ¶
func (x *Job) GetResult() *Job_Result
func (*Job) GetTargetRunner ¶
func (x *Job) GetTargetRunner() *Ref_Runner
func (*Job) GetValidate ¶
func (x *Job) GetValidate() *Job_ValidateOp
func (*Job) GetWorkspace ¶
func (x *Job) GetWorkspace() *Ref_Workspace
func (*Job) ProtoMessage ¶
func (*Job) ProtoMessage()
func (*Job) ProtoReflect ¶
func (x *Job) ProtoReflect() protoreflect.Message
type Job_Auth ¶
type Job_Auth struct {
Auth *Job_AuthOp `protobuf:"bytes,57,opt,name=auth,proto3,oneof"`
}
type Job_AuthOp ¶
type Job_AuthOp struct { // if true, auth will only be checked but not attempted. Currently // this must ALWAYS be true. Only authentication checking is supported. CheckOnly bool `protobuf:"varint,1,opt,name=check_only,json=checkOnly,proto3" json:"check_only,omitempty"` // if set, only the component matching this reference will be authed. // If this component doesn't exist, an error will be returned. If this is // unset, all components wll be authed. Component *Ref_Component `protobuf:"bytes,2,opt,name=component,proto3" json:"component,omitempty"` // contains filtered or unexported fields }
AuthOp is the configuration to authenticate any plugins.
func (*Job_AuthOp) Descriptor
deprecated
func (*Job_AuthOp) Descriptor() ([]byte, []int)
Deprecated: Use Job_AuthOp.ProtoReflect.Descriptor instead.
func (*Job_AuthOp) GetCheckOnly ¶
func (x *Job_AuthOp) GetCheckOnly() bool
func (*Job_AuthOp) GetComponent ¶
func (x *Job_AuthOp) GetComponent() *Ref_Component
func (*Job_AuthOp) ProtoMessage ¶
func (*Job_AuthOp) ProtoMessage()
func (*Job_AuthOp) ProtoReflect ¶
func (x *Job_AuthOp) ProtoReflect() protoreflect.Message
func (*Job_AuthOp) Reset ¶
func (x *Job_AuthOp) Reset()
func (*Job_AuthOp) String ¶
func (x *Job_AuthOp) String() string
type Job_AuthResult ¶
type Job_AuthResult struct { // results are the list of components that were checked Results []*Job_AuthResult_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` // contains filtered or unexported fields }
func (*Job_AuthResult) Descriptor
deprecated
func (*Job_AuthResult) Descriptor() ([]byte, []int)
Deprecated: Use Job_AuthResult.ProtoReflect.Descriptor instead.
func (*Job_AuthResult) GetResults ¶
func (x *Job_AuthResult) GetResults() []*Job_AuthResult_Result
func (*Job_AuthResult) ProtoMessage ¶
func (*Job_AuthResult) ProtoMessage()
func (*Job_AuthResult) ProtoReflect ¶
func (x *Job_AuthResult) ProtoReflect() protoreflect.Message
func (*Job_AuthResult) Reset ¶
func (x *Job_AuthResult) Reset()
func (*Job_AuthResult) String ¶
func (x *Job_AuthResult) String() string
type Job_AuthResult_Result ¶
type Job_AuthResult_Result struct { // component that was checked Component *Component `protobuf:"bytes,1,opt,name=component,proto3" json:"component,omitempty"` // result of the auth check. If the component didn't implement the // auth interface this will be set to true. You can check for interface // implementation using auth_supported. If auth is attempted, the auth // operation will recheck the status and this value will reflect the // check post-auth attempt. You can use this to verify if the auth // succeeded. CheckResult bool `protobuf:"varint,2,opt,name=check_result,json=checkResult,proto3" json:"check_result,omitempty"` CheckError *status.Status `protobuf:"bytes,3,opt,name=check_error,json=checkError,proto3" json:"check_error,omitempty"` // this is true if the component was authenticated using the Auth // callback. If false, then no attempt was made to authenticate. This // can be on purpose for example if "check_only" is set to true on // the op. AuthCompleted bool `protobuf:"varint,4,opt,name=auth_completed,json=authCompleted,proto3" json:"auth_completed,omitempty"` AuthError *status.Status `protobuf:"bytes,5,opt,name=auth_error,json=authError,proto3" json:"auth_error,omitempty"` // auth supported is true if this component implemented the auth // interface. AuthSupported bool `protobuf:"varint,6,opt,name=auth_supported,json=authSupported,proto3" json:"auth_supported,omitempty"` // contains filtered or unexported fields }
func (*Job_AuthResult_Result) Descriptor
deprecated
func (*Job_AuthResult_Result) Descriptor() ([]byte, []int)
Deprecated: Use Job_AuthResult_Result.ProtoReflect.Descriptor instead.
func (*Job_AuthResult_Result) GetAuthCompleted ¶
func (x *Job_AuthResult_Result) GetAuthCompleted() bool
func (*Job_AuthResult_Result) GetAuthError ¶
func (x *Job_AuthResult_Result) GetAuthError() *status.Status
func (*Job_AuthResult_Result) GetAuthSupported ¶
func (x *Job_AuthResult_Result) GetAuthSupported() bool
func (*Job_AuthResult_Result) GetCheckError ¶
func (x *Job_AuthResult_Result) GetCheckError() *status.Status
func (*Job_AuthResult_Result) GetCheckResult ¶
func (x *Job_AuthResult_Result) GetCheckResult() bool
func (*Job_AuthResult_Result) GetComponent ¶
func (x *Job_AuthResult_Result) GetComponent() *Component
func (*Job_AuthResult_Result) ProtoMessage ¶
func (*Job_AuthResult_Result) ProtoMessage()
func (*Job_AuthResult_Result) ProtoReflect ¶
func (x *Job_AuthResult_Result) ProtoReflect() protoreflect.Message
func (*Job_AuthResult_Result) Reset ¶
func (x *Job_AuthResult_Result) Reset()
func (*Job_AuthResult_Result) String ¶
func (x *Job_AuthResult_Result) String() string
type Job_Build ¶
type Job_Build struct {
Build *Job_BuildOp `protobuf:"bytes,51,opt,name=build,proto3,oneof"`
}
type Job_BuildOp ¶
type Job_BuildOp struct { // Don't push the build to any configured registry. DisablePush bool `protobuf:"varint,1,opt,name=disable_push,json=disablePush,proto3" json:"disable_push,omitempty"` // contains filtered or unexported fields }
func (*Job_BuildOp) Descriptor
deprecated
func (*Job_BuildOp) Descriptor() ([]byte, []int)
Deprecated: Use Job_BuildOp.ProtoReflect.Descriptor instead.
func (*Job_BuildOp) GetDisablePush ¶
func (x *Job_BuildOp) GetDisablePush() bool
func (*Job_BuildOp) ProtoMessage ¶
func (*Job_BuildOp) ProtoMessage()
func (*Job_BuildOp) ProtoReflect ¶
func (x *Job_BuildOp) ProtoReflect() protoreflect.Message
func (*Job_BuildOp) Reset ¶
func (x *Job_BuildOp) Reset()
func (*Job_BuildOp) String ¶
func (x *Job_BuildOp) String() string
type Job_BuildResult ¶
type Job_BuildResult struct { // The resulting build Build *Build `protobuf:"bytes,1,opt,name=build,proto3" json:"build,omitempty"` // The artifact that was pushed. This will be nil if DisablePush was set. Push *PushedArtifact `protobuf:"bytes,2,opt,name=push,proto3" json:"push,omitempty"` // contains filtered or unexported fields }
func (*Job_BuildResult) Descriptor
deprecated
func (*Job_BuildResult) Descriptor() ([]byte, []int)
Deprecated: Use Job_BuildResult.ProtoReflect.Descriptor instead.
func (*Job_BuildResult) GetBuild ¶
func (x *Job_BuildResult) GetBuild() *Build
func (*Job_BuildResult) GetPush ¶
func (x *Job_BuildResult) GetPush() *PushedArtifact
func (*Job_BuildResult) ProtoMessage ¶
func (*Job_BuildResult) ProtoMessage()
func (*Job_BuildResult) ProtoReflect ¶
func (x *Job_BuildResult) ProtoReflect() protoreflect.Message
func (*Job_BuildResult) Reset ¶
func (x *Job_BuildResult) Reset()
func (*Job_BuildResult) String ¶
func (x *Job_BuildResult) String() string
type Job_DataSource ¶
type Job_DataSource struct { // Types that are assignable to Source: // *Job_DataSource_Local // *Job_DataSource_Git Source isJob_DataSource_Source `protobuf_oneof:"source"` // contains filtered or unexported fields }
func (*Job_DataSource) Descriptor
deprecated
func (*Job_DataSource) Descriptor() ([]byte, []int)
Deprecated: Use Job_DataSource.ProtoReflect.Descriptor instead.
func (*Job_DataSource) GetGit ¶
func (x *Job_DataSource) GetGit() *Job_Git
func (*Job_DataSource) GetLocal ¶
func (x *Job_DataSource) GetLocal() *Job_Local
func (*Job_DataSource) GetSource ¶
func (m *Job_DataSource) GetSource() isJob_DataSource_Source
func (*Job_DataSource) ProtoMessage ¶
func (*Job_DataSource) ProtoMessage()
func (*Job_DataSource) ProtoReflect ¶
func (x *Job_DataSource) ProtoReflect() protoreflect.Message
func (*Job_DataSource) Reset ¶
func (x *Job_DataSource) Reset()
func (*Job_DataSource) String ¶
func (x *Job_DataSource) String() string
type Job_DataSource_Git ¶
type Job_DataSource_Git struct { // git will check out the data from a Git repository. Git *Job_Git `protobuf:"bytes,2,opt,name=git,proto3,oneof"` }
type Job_DataSource_Local ¶
type Job_DataSource_Local struct { // local means the runner has access to the data locally and will // know what to do. This is primarily only useful if the target_runner // is a specific runner and should not be used by any runner unless your // runners are configured to have access to the proper data. Local *Job_Local `protobuf:"bytes,1,opt,name=local,proto3,oneof"` }
type Job_Deploy ¶
type Job_Deploy struct {
Deploy *Job_DeployOp `protobuf:"bytes,53,opt,name=deploy,proto3,oneof"`
}
type Job_DeployOp ¶
type Job_DeployOp struct { // Artifact to deploy Artifact *PushedArtifact `protobuf:"bytes,1,opt,name=artifact,proto3" json:"artifact,omitempty"` // contains filtered or unexported fields }
func (*Job_DeployOp) Descriptor
deprecated
func (*Job_DeployOp) Descriptor() ([]byte, []int)
Deprecated: Use Job_DeployOp.ProtoReflect.Descriptor instead.
func (*Job_DeployOp) GetArtifact ¶
func (x *Job_DeployOp) GetArtifact() *PushedArtifact
func (*Job_DeployOp) ProtoMessage ¶
func (*Job_DeployOp) ProtoMessage()
func (*Job_DeployOp) ProtoReflect ¶
func (x *Job_DeployOp) ProtoReflect() protoreflect.Message
func (*Job_DeployOp) Reset ¶
func (x *Job_DeployOp) Reset()
func (*Job_DeployOp) String ¶
func (x *Job_DeployOp) String() string
type Job_DeployResult ¶
type Job_DeployResult struct { Deployment *Deployment `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"` // contains filtered or unexported fields }
func (*Job_DeployResult) Descriptor
deprecated
func (*Job_DeployResult) Descriptor() ([]byte, []int)
Deprecated: Use Job_DeployResult.ProtoReflect.Descriptor instead.
func (*Job_DeployResult) GetDeployment ¶
func (x *Job_DeployResult) GetDeployment() *Deployment
func (*Job_DeployResult) ProtoMessage ¶
func (*Job_DeployResult) ProtoMessage()
func (*Job_DeployResult) ProtoReflect ¶
func (x *Job_DeployResult) ProtoReflect() protoreflect.Message
func (*Job_DeployResult) Reset ¶
func (x *Job_DeployResult) Reset()
func (*Job_DeployResult) String ¶
func (x *Job_DeployResult) String() string
type Job_Destroy ¶
type Job_Destroy struct {
Destroy *Job_DestroyOp `protobuf:"bytes,54,opt,name=destroy,proto3,oneof"`
}
type Job_DestroyOp ¶
type Job_DestroyOp struct { // target is what to destroy in this operation. // // Types that are assignable to Target: // *Job_DestroyOp_Workspace // *Job_DestroyOp_Deployment Target isJob_DestroyOp_Target `protobuf_oneof:"target"` // contains filtered or unexported fields }
func (*Job_DestroyOp) Descriptor
deprecated
func (*Job_DestroyOp) Descriptor() ([]byte, []int)
Deprecated: Use Job_DestroyOp.ProtoReflect.Descriptor instead.
func (*Job_DestroyOp) GetDeployment ¶
func (x *Job_DestroyOp) GetDeployment() *Deployment
func (*Job_DestroyOp) GetTarget ¶
func (m *Job_DestroyOp) GetTarget() isJob_DestroyOp_Target
func (*Job_DestroyOp) GetWorkspace ¶
func (x *Job_DestroyOp) GetWorkspace() *empty.Empty
func (*Job_DestroyOp) ProtoMessage ¶
func (*Job_DestroyOp) ProtoMessage()
func (*Job_DestroyOp) ProtoReflect ¶
func (x *Job_DestroyOp) ProtoReflect() protoreflect.Message
func (*Job_DestroyOp) Reset ¶
func (x *Job_DestroyOp) Reset()
func (*Job_DestroyOp) String ¶
func (x *Job_DestroyOp) String() string
type Job_DestroyOp_Deployment ¶
type Job_DestroyOp_Deployment struct {
Deployment *Deployment `protobuf:"bytes,2,opt,name=deployment,proto3,oneof"`
}
type Job_DestroyOp_Workspace ¶
type Job_Docs ¶
type Job_Docs struct {
Docs *Job_DocsOp `protobuf:"bytes,58,opt,name=docs,proto3,oneof"`
}
type Job_DocsOp ¶
type Job_DocsOp struct {
// contains filtered or unexported fields
}
func (*Job_DocsOp) Descriptor
deprecated
func (*Job_DocsOp) Descriptor() ([]byte, []int)
Deprecated: Use Job_DocsOp.ProtoReflect.Descriptor instead.
func (*Job_DocsOp) ProtoMessage ¶
func (*Job_DocsOp) ProtoMessage()
func (*Job_DocsOp) ProtoReflect ¶
func (x *Job_DocsOp) ProtoReflect() protoreflect.Message
func (*Job_DocsOp) Reset ¶
func (x *Job_DocsOp) Reset()
func (*Job_DocsOp) String ¶
func (x *Job_DocsOp) String() string
type Job_DocsResult ¶
type Job_DocsResult struct { // results are the list of components that were checked Results []*Job_DocsResult_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` // contains filtered or unexported fields }
func (*Job_DocsResult) Descriptor
deprecated
func (*Job_DocsResult) Descriptor() ([]byte, []int)
Deprecated: Use Job_DocsResult.ProtoReflect.Descriptor instead.
func (*Job_DocsResult) GetResults ¶
func (x *Job_DocsResult) GetResults() []*Job_DocsResult_Result
func (*Job_DocsResult) ProtoMessage ¶
func (*Job_DocsResult) ProtoMessage()
func (*Job_DocsResult) ProtoReflect ¶
func (x *Job_DocsResult) ProtoReflect() protoreflect.Message
func (*Job_DocsResult) Reset ¶
func (x *Job_DocsResult) Reset()
func (*Job_DocsResult) String ¶
func (x *Job_DocsResult) String() string
type Job_DocsResult_Result ¶
type Job_DocsResult_Result struct { // component that the docs are for Component *Component `protobuf:"bytes,1,opt,name=component,proto3" json:"component,omitempty"` Docs *Documentation `protobuf:"bytes,2,opt,name=docs,proto3" json:"docs,omitempty"` // contains filtered or unexported fields }
func (*Job_DocsResult_Result) Descriptor
deprecated
func (*Job_DocsResult_Result) Descriptor() ([]byte, []int)
Deprecated: Use Job_DocsResult_Result.ProtoReflect.Descriptor instead.
func (*Job_DocsResult_Result) GetComponent ¶
func (x *Job_DocsResult_Result) GetComponent() *Component
func (*Job_DocsResult_Result) GetDocs ¶
func (x *Job_DocsResult_Result) GetDocs() *Documentation
func (*Job_DocsResult_Result) ProtoMessage ¶
func (*Job_DocsResult_Result) ProtoMessage()
func (*Job_DocsResult_Result) ProtoReflect ¶
func (x *Job_DocsResult_Result) ProtoReflect() protoreflect.Message
func (*Job_DocsResult_Result) Reset ¶
func (x *Job_DocsResult_Result) Reset()
func (*Job_DocsResult_Result) String ¶
func (x *Job_DocsResult_Result) String() string
type Job_Git ¶
type Job_Git struct { // url of the repository to clone. Local paths are not allowed. Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` // a ref to checkout. If this isn't specified, then the default // ref that is cloned from the URL above will be used. Ref string `protobuf:"bytes,2,opt,name=ref,proto3" json:"ref,omitempty"` // path is a subdirectory within the checked out repository to // go into for the configuration. This must be a relative path // and may not contain ".." Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
func (*Job_Git) Descriptor
deprecated
func (*Job_Git) ProtoMessage ¶
func (*Job_Git) ProtoMessage()
func (*Job_Git) ProtoReflect ¶
func (x *Job_Git) ProtoReflect() protoreflect.Message
type Job_Local ¶
type Job_Local struct {
// contains filtered or unexported fields
}
func (*Job_Local) Descriptor
deprecated
func (*Job_Local) ProtoMessage ¶
func (*Job_Local) ProtoMessage()
func (*Job_Local) ProtoReflect ¶
func (x *Job_Local) ProtoReflect() protoreflect.Message
type Job_Noop ¶
type Job_Noop struct {
// contains filtered or unexported fields
}
Noop operations do nothing. This is primarily used for testing. This operation will still download the data from the data source. A noop may be useful outside of testing to verify a runner is executing properly or can access data properly.
func (*Job_Noop) Descriptor
deprecated
func (*Job_Noop) ProtoMessage ¶
func (*Job_Noop) ProtoMessage()
func (*Job_Noop) ProtoReflect ¶
func (x *Job_Noop) ProtoReflect() protoreflect.Message
type Job_Noop_ ¶
type Job_Noop_ struct {
Noop *Job_Noop `protobuf:"bytes,50,opt,name=noop,proto3,oneof"`
}
type Job_Push ¶
type Job_Push struct {
Push *Job_PushOp `protobuf:"bytes,52,opt,name=push,proto3,oneof"`
}
type Job_PushOp ¶
type Job_PushOp struct { // Build to push Build *Build `protobuf:"bytes,1,opt,name=build,proto3" json:"build,omitempty"` // contains filtered or unexported fields }
func (*Job_PushOp) Descriptor
deprecated
func (*Job_PushOp) Descriptor() ([]byte, []int)
Deprecated: Use Job_PushOp.ProtoReflect.Descriptor instead.
func (*Job_PushOp) GetBuild ¶
func (x *Job_PushOp) GetBuild() *Build
func (*Job_PushOp) ProtoMessage ¶
func (*Job_PushOp) ProtoMessage()
func (*Job_PushOp) ProtoReflect ¶
func (x *Job_PushOp) ProtoReflect() protoreflect.Message
func (*Job_PushOp) Reset ¶
func (x *Job_PushOp) Reset()
func (*Job_PushOp) String ¶
func (x *Job_PushOp) String() string
type Job_PushResult ¶
type Job_PushResult struct { Artifact *PushedArtifact `protobuf:"bytes,1,opt,name=artifact,proto3" json:"artifact,omitempty"` // contains filtered or unexported fields }
func (*Job_PushResult) Descriptor
deprecated
func (*Job_PushResult) Descriptor() ([]byte, []int)
Deprecated: Use Job_PushResult.ProtoReflect.Descriptor instead.
func (*Job_PushResult) GetArtifact ¶
func (x *Job_PushResult) GetArtifact() *PushedArtifact
func (*Job_PushResult) ProtoMessage ¶
func (*Job_PushResult) ProtoMessage()
func (*Job_PushResult) ProtoReflect ¶
func (x *Job_PushResult) ProtoReflect() protoreflect.Message
func (*Job_PushResult) Reset ¶
func (x *Job_PushResult) Reset()
func (*Job_PushResult) String ¶
func (x *Job_PushResult) String() string
type Job_Release ¶
type Job_Release struct {
Release *Job_ReleaseOp `protobuf:"bytes,55,opt,name=release,proto3,oneof"`
}
type Job_ReleaseOp ¶
type Job_ReleaseOp struct { Deployment *Deployment `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"` // Prune settings. This will prune the deployments that aren't released. // The number to prune is determined based on the configuration. Prune bool `protobuf:"varint,2,opt,name=prune,proto3" json:"prune,omitempty"` // contains filtered or unexported fields }
func (*Job_ReleaseOp) Descriptor
deprecated
func (*Job_ReleaseOp) Descriptor() ([]byte, []int)
Deprecated: Use Job_ReleaseOp.ProtoReflect.Descriptor instead.
func (*Job_ReleaseOp) GetDeployment ¶
func (x *Job_ReleaseOp) GetDeployment() *Deployment
func (*Job_ReleaseOp) GetPrune ¶
func (x *Job_ReleaseOp) GetPrune() bool
func (*Job_ReleaseOp) ProtoMessage ¶
func (*Job_ReleaseOp) ProtoMessage()
func (*Job_ReleaseOp) ProtoReflect ¶
func (x *Job_ReleaseOp) ProtoReflect() protoreflect.Message
func (*Job_ReleaseOp) Reset ¶
func (x *Job_ReleaseOp) Reset()
func (*Job_ReleaseOp) String ¶
func (x *Job_ReleaseOp) String() string
type Job_ReleaseResult ¶
type Job_ReleaseResult struct { Release *Release `protobuf:"bytes,1,opt,name=release,proto3" json:"release,omitempty"` // contains filtered or unexported fields }
func (*Job_ReleaseResult) Descriptor
deprecated
func (*Job_ReleaseResult) Descriptor() ([]byte, []int)
Deprecated: Use Job_ReleaseResult.ProtoReflect.Descriptor instead.
func (*Job_ReleaseResult) GetRelease ¶
func (x *Job_ReleaseResult) GetRelease() *Release
func (*Job_ReleaseResult) ProtoMessage ¶
func (*Job_ReleaseResult) ProtoMessage()
func (*Job_ReleaseResult) ProtoReflect ¶
func (x *Job_ReleaseResult) ProtoReflect() protoreflect.Message
func (*Job_ReleaseResult) Reset ¶
func (x *Job_ReleaseResult) Reset()
func (*Job_ReleaseResult) String ¶
func (x *Job_ReleaseResult) String() string
type Job_Result ¶
type Job_Result struct { Build *Job_BuildResult `protobuf:"bytes,1,opt,name=build,proto3" json:"build,omitempty"` Push *Job_PushResult `protobuf:"bytes,2,opt,name=push,proto3" json:"push,omitempty"` Deploy *Job_DeployResult `protobuf:"bytes,3,opt,name=deploy,proto3" json:"deploy,omitempty"` Release *Job_ReleaseResult `protobuf:"bytes,4,opt,name=release,proto3" json:"release,omitempty"` Validate *Job_ValidateResult `protobuf:"bytes,5,opt,name=validate,proto3" json:"validate,omitempty"` Auth *Job_AuthResult `protobuf:"bytes,6,opt,name=auth,proto3" json:"auth,omitempty"` Docs *Job_DocsResult `protobuf:"bytes,7,opt,name=docs,proto3" json:"docs,omitempty"` // contains filtered or unexported fields }
func (*Job_Result) Descriptor
deprecated
func (*Job_Result) Descriptor() ([]byte, []int)
Deprecated: Use Job_Result.ProtoReflect.Descriptor instead.
func (*Job_Result) GetAuth ¶
func (x *Job_Result) GetAuth() *Job_AuthResult
func (*Job_Result) GetBuild ¶
func (x *Job_Result) GetBuild() *Job_BuildResult
func (*Job_Result) GetDeploy ¶
func (x *Job_Result) GetDeploy() *Job_DeployResult
func (*Job_Result) GetDocs ¶
func (x *Job_Result) GetDocs() *Job_DocsResult
func (*Job_Result) GetPush ¶
func (x *Job_Result) GetPush() *Job_PushResult
func (*Job_Result) GetRelease ¶
func (x *Job_Result) GetRelease() *Job_ReleaseResult
func (*Job_Result) GetValidate ¶
func (x *Job_Result) GetValidate() *Job_ValidateResult
func (*Job_Result) ProtoMessage ¶
func (*Job_Result) ProtoMessage()
func (*Job_Result) ProtoReflect ¶
func (x *Job_Result) ProtoReflect() protoreflect.Message
func (*Job_Result) Reset ¶
func (x *Job_Result) Reset()
func (*Job_Result) String ¶
func (x *Job_Result) String() string
type Job_State ¶
type Job_State int32
const ( Job_UNKNOWN Job_State = 0 Job_QUEUED Job_State = 1 // queued and waiting for assignment Job_WAITING Job_State = 2 // assigned to a runner, waiting for runner to ack Job_RUNNING Job_State = 3 // runner acked and is executing Job_ERROR Job_State = 4 // job failed Job_SUCCESS Job_State = 5 // job succeeded )
func (Job_State) Descriptor ¶
func (Job_State) Descriptor() protoreflect.EnumDescriptor
func (Job_State) EnumDescriptor
deprecated
func (Job_State) Number ¶
func (x Job_State) Number() protoreflect.EnumNumber
func (Job_State) Type ¶
func (Job_State) Type() protoreflect.EnumType
type Job_Validate ¶
type Job_Validate struct {
Validate *Job_ValidateOp `protobuf:"bytes,56,opt,name=validate,proto3,oneof"`
}
type Job_ValidateOp ¶
type Job_ValidateOp struct {
// contains filtered or unexported fields
}
ValidateOp validates various aspects of a configuration.
func (*Job_ValidateOp) Descriptor
deprecated
func (*Job_ValidateOp) Descriptor() ([]byte, []int)
Deprecated: Use Job_ValidateOp.ProtoReflect.Descriptor instead.
func (*Job_ValidateOp) ProtoMessage ¶
func (*Job_ValidateOp) ProtoMessage()
func (*Job_ValidateOp) ProtoReflect ¶
func (x *Job_ValidateOp) ProtoReflect() protoreflect.Message
func (*Job_ValidateOp) Reset ¶
func (x *Job_ValidateOp) Reset()
func (*Job_ValidateOp) String ¶
func (x *Job_ValidateOp) String() string
type Job_ValidateResult ¶
type Job_ValidateResult struct {
// contains filtered or unexported fields
}
func (*Job_ValidateResult) Descriptor
deprecated
func (*Job_ValidateResult) Descriptor() ([]byte, []int)
Deprecated: Use Job_ValidateResult.ProtoReflect.Descriptor instead.
func (*Job_ValidateResult) ProtoMessage ¶
func (*Job_ValidateResult) ProtoMessage()
func (*Job_ValidateResult) ProtoReflect ¶
func (x *Job_ValidateResult) ProtoReflect() protoreflect.Message
func (*Job_ValidateResult) Reset ¶
func (x *Job_ValidateResult) Reset()
func (*Job_ValidateResult) String ¶
func (x *Job_ValidateResult) String() string
type ListBuildsRequest ¶
type ListBuildsRequest struct { // The application whose builds to list. This must be set. Application *Ref_Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` // The workspace to list builds for. If this isn't set, then all builds // for the other filters are listed. Workspace *Ref_Workspace `protobuf:"bytes,2,opt,name=workspace,proto3" json:"workspace,omitempty"` // Specifies the order of results. If this isn't specified, the results // are in an undefined order. Order *OperationOrder `protobuf:"bytes,3,opt,name=order,proto3" json:"order,omitempty"` // contains filtered or unexported fields }
func (*ListBuildsRequest) Descriptor
deprecated
func (*ListBuildsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListBuildsRequest.ProtoReflect.Descriptor instead.
func (*ListBuildsRequest) GetApplication ¶
func (x *ListBuildsRequest) GetApplication() *Ref_Application
func (*ListBuildsRequest) GetOrder ¶
func (x *ListBuildsRequest) GetOrder() *OperationOrder
func (*ListBuildsRequest) GetWorkspace ¶
func (x *ListBuildsRequest) GetWorkspace() *Ref_Workspace
func (*ListBuildsRequest) ProtoMessage ¶
func (*ListBuildsRequest) ProtoMessage()
func (*ListBuildsRequest) ProtoReflect ¶
func (x *ListBuildsRequest) ProtoReflect() protoreflect.Message
func (*ListBuildsRequest) Reset ¶
func (x *ListBuildsRequest) Reset()
func (*ListBuildsRequest) String ¶
func (x *ListBuildsRequest) String() string
type ListBuildsResponse ¶
type ListBuildsResponse struct { // builds is the list of builds. Builds []*Build `protobuf:"bytes,1,rep,name=builds,proto3" json:"builds,omitempty"` // contains filtered or unexported fields }
func (*ListBuildsResponse) Descriptor
deprecated
func (*ListBuildsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListBuildsResponse.ProtoReflect.Descriptor instead.
func (*ListBuildsResponse) GetBuilds ¶
func (x *ListBuildsResponse) GetBuilds() []*Build
func (*ListBuildsResponse) ProtoMessage ¶
func (*ListBuildsResponse) ProtoMessage()
func (*ListBuildsResponse) ProtoReflect ¶
func (x *ListBuildsResponse) ProtoReflect() protoreflect.Message
func (*ListBuildsResponse) Reset ¶
func (x *ListBuildsResponse) Reset()
func (*ListBuildsResponse) String ¶
func (x *ListBuildsResponse) String() string
type ListDeploymentsRequest ¶
type ListDeploymentsRequest struct { // application that this deployment belongs to Application *Ref_Application `protobuf:"bytes,3,opt,name=application,proto3" json:"application,omitempty"` // workspace that this should belong to. If this is empty, values in // all workspaces will be listed. Workspace *Ref_Workspace `protobuf:"bytes,4,opt,name=workspace,proto3" json:"workspace,omitempty"` // The filters to apply to this request. These are ORed, so you should // specify multiple filters in the StatusFilter for AND behavior. Status []*StatusFilter `protobuf:"bytes,1,rep,name=status,proto3" json:"status,omitempty"` // The physical state to filter for. If this is zero or unset then no // filtering on physical state will be done. PhysicalState Operation_PhysicalState `` /* 149-byte string literal not displayed */ // Specifies the order of results. If this isn't specified, the results // are in an undefined order. Order *OperationOrder `protobuf:"bytes,2,opt,name=order,proto3" json:"order,omitempty"` // Inidicate of the fetched deployments should include additional information // about each deployment. LoadDetails Deployment_LoadDetails `` /* 142-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ListDeploymentsRequest) Descriptor
deprecated
func (*ListDeploymentsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListDeploymentsRequest.ProtoReflect.Descriptor instead.
func (*ListDeploymentsRequest) GetApplication ¶
func (x *ListDeploymentsRequest) GetApplication() *Ref_Application
func (*ListDeploymentsRequest) GetLoadDetails ¶
func (x *ListDeploymentsRequest) GetLoadDetails() Deployment_LoadDetails
func (*ListDeploymentsRequest) GetOrder ¶
func (x *ListDeploymentsRequest) GetOrder() *OperationOrder
func (*ListDeploymentsRequest) GetPhysicalState ¶
func (x *ListDeploymentsRequest) GetPhysicalState() Operation_PhysicalState
func (*ListDeploymentsRequest) GetStatus ¶
func (x *ListDeploymentsRequest) GetStatus() []*StatusFilter
func (*ListDeploymentsRequest) GetWorkspace ¶
func (x *ListDeploymentsRequest) GetWorkspace() *Ref_Workspace
func (*ListDeploymentsRequest) ProtoMessage ¶
func (*ListDeploymentsRequest) ProtoMessage()
func (*ListDeploymentsRequest) ProtoReflect ¶
func (x *ListDeploymentsRequest) ProtoReflect() protoreflect.Message
func (*ListDeploymentsRequest) Reset ¶
func (x *ListDeploymentsRequest) Reset()
func (*ListDeploymentsRequest) String ¶
func (x *ListDeploymentsRequest) String() string
type ListDeploymentsResponse ¶
type ListDeploymentsResponse struct { // deployments is the list of deployments. Deployments []*Deployment `protobuf:"bytes,1,rep,name=deployments,proto3" json:"deployments,omitempty"` // contains filtered or unexported fields }
func (*ListDeploymentsResponse) Descriptor
deprecated
func (*ListDeploymentsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListDeploymentsResponse.ProtoReflect.Descriptor instead.
func (*ListDeploymentsResponse) GetDeployments ¶
func (x *ListDeploymentsResponse) GetDeployments() []*Deployment
func (*ListDeploymentsResponse) ProtoMessage ¶
func (*ListDeploymentsResponse) ProtoMessage()
func (*ListDeploymentsResponse) ProtoReflect ¶
func (x *ListDeploymentsResponse) ProtoReflect() protoreflect.Message
func (*ListDeploymentsResponse) Reset ¶
func (x *ListDeploymentsResponse) Reset()
func (*ListDeploymentsResponse) String ¶
func (x *ListDeploymentsResponse) String() string
type ListHostnamesRequest ¶
type ListHostnamesRequest struct { // Target if set will only return hostnames matching this target. // If unset, all hostnames registered for the account will be returned. Target *Hostname_Target `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` // contains filtered or unexported fields }
func (*ListHostnamesRequest) Descriptor
deprecated
func (*ListHostnamesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListHostnamesRequest.ProtoReflect.Descriptor instead.
func (*ListHostnamesRequest) GetTarget ¶
func (x *ListHostnamesRequest) GetTarget() *Hostname_Target
func (*ListHostnamesRequest) ProtoMessage ¶
func (*ListHostnamesRequest) ProtoMessage()
func (*ListHostnamesRequest) ProtoReflect ¶
func (x *ListHostnamesRequest) ProtoReflect() protoreflect.Message
func (*ListHostnamesRequest) Reset ¶
func (x *ListHostnamesRequest) Reset()
func (*ListHostnamesRequest) String ¶
func (x *ListHostnamesRequest) String() string
type ListHostnamesResponse ¶
type ListHostnamesResponse struct { Hostnames []*Hostname `protobuf:"bytes,1,rep,name=hostnames,proto3" json:"hostnames,omitempty"` // contains filtered or unexported fields }
func (*ListHostnamesResponse) Descriptor
deprecated
func (*ListHostnamesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListHostnamesResponse.ProtoReflect.Descriptor instead.
func (*ListHostnamesResponse) GetHostnames ¶
func (x *ListHostnamesResponse) GetHostnames() []*Hostname
func (*ListHostnamesResponse) ProtoMessage ¶
func (*ListHostnamesResponse) ProtoMessage()
func (*ListHostnamesResponse) ProtoReflect ¶
func (x *ListHostnamesResponse) ProtoReflect() protoreflect.Message
func (*ListHostnamesResponse) Reset ¶
func (x *ListHostnamesResponse) Reset()
func (*ListHostnamesResponse) String ¶
func (x *ListHostnamesResponse) String() string
type ListInstancesRequest ¶
type ListInstancesRequest struct { // Types that are assignable to Scope: // *ListInstancesRequest_DeploymentId // *ListInstancesRequest_Application_ Scope isListInstancesRequest_Scope `protobuf_oneof:"scope"` // contains filtered or unexported fields }
func (*ListInstancesRequest) Descriptor
deprecated
func (*ListInstancesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListInstancesRequest.ProtoReflect.Descriptor instead.
func (*ListInstancesRequest) GetApplication ¶
func (x *ListInstancesRequest) GetApplication() *ListInstancesRequest_Application
func (*ListInstancesRequest) GetDeploymentId ¶
func (x *ListInstancesRequest) GetDeploymentId() string
func (*ListInstancesRequest) GetScope ¶
func (m *ListInstancesRequest) GetScope() isListInstancesRequest_Scope
func (*ListInstancesRequest) ProtoMessage ¶
func (*ListInstancesRequest) ProtoMessage()
func (*ListInstancesRequest) ProtoReflect ¶
func (x *ListInstancesRequest) ProtoReflect() protoreflect.Message
func (*ListInstancesRequest) Reset ¶
func (x *ListInstancesRequest) Reset()
func (*ListInstancesRequest) String ¶
func (x *ListInstancesRequest) String() string
type ListInstancesRequest_Application ¶
type ListInstancesRequest_Application struct { // Application to query. This must have both a project/app set. Application *Ref_Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` // Workspace to filter by. If this isn't set, then all workspaces for // the app are returned. Workspace *Ref_Workspace `protobuf:"bytes,2,opt,name=workspace,proto3" json:"workspace,omitempty"` // contains filtered or unexported fields }
func (*ListInstancesRequest_Application) Descriptor
deprecated
func (*ListInstancesRequest_Application) Descriptor() ([]byte, []int)
Deprecated: Use ListInstancesRequest_Application.ProtoReflect.Descriptor instead.
func (*ListInstancesRequest_Application) GetApplication ¶
func (x *ListInstancesRequest_Application) GetApplication() *Ref_Application
func (*ListInstancesRequest_Application) GetWorkspace ¶
func (x *ListInstancesRequest_Application) GetWorkspace() *Ref_Workspace
func (*ListInstancesRequest_Application) ProtoMessage ¶
func (*ListInstancesRequest_Application) ProtoMessage()
func (*ListInstancesRequest_Application) ProtoReflect ¶
func (x *ListInstancesRequest_Application) ProtoReflect() protoreflect.Message
func (*ListInstancesRequest_Application) Reset ¶
func (x *ListInstancesRequest_Application) Reset()
func (*ListInstancesRequest_Application) String ¶
func (x *ListInstancesRequest_Application) String() string
type ListInstancesRequest_Application_ ¶
type ListInstancesRequest_Application_ struct { // Find all instances for an application Application *ListInstancesRequest_Application `protobuf:"bytes,2,opt,name=application,proto3,oneof"` }
type ListInstancesRequest_DeploymentId ¶
type ListInstancesRequest_DeploymentId struct { // List instances for a specific deployment. DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3,oneof"` }
type ListInstancesResponse ¶
type ListInstancesResponse struct { Instances []*Instance `protobuf:"bytes,1,rep,name=instances,proto3" json:"instances,omitempty"` // contains filtered or unexported fields }
func (*ListInstancesResponse) Descriptor
deprecated
func (*ListInstancesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListInstancesResponse.ProtoReflect.Descriptor instead.
func (*ListInstancesResponse) GetInstances ¶
func (x *ListInstancesResponse) GetInstances() []*Instance
func (*ListInstancesResponse) ProtoMessage ¶
func (*ListInstancesResponse) ProtoMessage()
func (*ListInstancesResponse) ProtoReflect ¶
func (x *ListInstancesResponse) ProtoReflect() protoreflect.Message
func (*ListInstancesResponse) Reset ¶
func (x *ListInstancesResponse) Reset()
func (*ListInstancesResponse) String ¶
func (x *ListInstancesResponse) String() string
type ListJobsRequest ¶
type ListJobsRequest struct {
// contains filtered or unexported fields
}
func (*ListJobsRequest) Descriptor
deprecated
func (*ListJobsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListJobsRequest.ProtoReflect.Descriptor instead.
func (*ListJobsRequest) ProtoMessage ¶
func (*ListJobsRequest) ProtoMessage()
func (*ListJobsRequest) ProtoReflect ¶
func (x *ListJobsRequest) ProtoReflect() protoreflect.Message
func (*ListJobsRequest) Reset ¶
func (x *ListJobsRequest) Reset()
func (*ListJobsRequest) String ¶
func (x *ListJobsRequest) String() string
type ListJobsResponse ¶
type ListJobsResponse struct { Jobs []*Job `protobuf:"bytes,1,rep,name=jobs,proto3" json:"jobs,omitempty"` // contains filtered or unexported fields }
func (*ListJobsResponse) Descriptor
deprecated
func (*ListJobsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListJobsResponse.ProtoReflect.Descriptor instead.
func (*ListJobsResponse) GetJobs ¶
func (x *ListJobsResponse) GetJobs() []*Job
func (*ListJobsResponse) ProtoMessage ¶
func (*ListJobsResponse) ProtoMessage()
func (*ListJobsResponse) ProtoReflect ¶
func (x *ListJobsResponse) ProtoReflect() protoreflect.Message
func (*ListJobsResponse) Reset ¶
func (x *ListJobsResponse) Reset()
func (*ListJobsResponse) String ¶
func (x *ListJobsResponse) String() string
type ListProjectsResponse ¶
type ListProjectsResponse struct { Projects []*Ref_Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"` // contains filtered or unexported fields }
func (*ListProjectsResponse) Descriptor
deprecated
func (*ListProjectsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListProjectsResponse.ProtoReflect.Descriptor instead.
func (*ListProjectsResponse) GetProjects ¶
func (x *ListProjectsResponse) GetProjects() []*Ref_Project
func (*ListProjectsResponse) ProtoMessage ¶
func (*ListProjectsResponse) ProtoMessage()
func (*ListProjectsResponse) ProtoReflect ¶
func (x *ListProjectsResponse) ProtoReflect() protoreflect.Message
func (*ListProjectsResponse) Reset ¶
func (x *ListProjectsResponse) Reset()
func (*ListProjectsResponse) String ¶
func (x *ListProjectsResponse) String() string
type ListPushedArtifactsRequest ¶
type ListPushedArtifactsRequest struct { // application that this belongs to Application *Ref_Application `protobuf:"bytes,3,opt,name=application,proto3" json:"application,omitempty"` // workspace for the results, or all if not set Workspace *Ref_Workspace `protobuf:"bytes,4,opt,name=workspace,proto3" json:"workspace,omitempty"` // The filters to apply to this request. These are ORed, so you should // specify multiple filters in the StatusFilter for AND behavior. Status []*StatusFilter `protobuf:"bytes,1,rep,name=status,proto3" json:"status,omitempty"` // Specifies the order of results. If this isn't specified, the results // are in an undefined order. Order *OperationOrder `protobuf:"bytes,2,opt,name=order,proto3" json:"order,omitempty"` // Indicate if the Build value should be returned for each // of the artifacts as well. IncludeBuild bool `protobuf:"varint,5,opt,name=include_build,json=includeBuild,proto3" json:"include_build,omitempty"` // contains filtered or unexported fields }
func (*ListPushedArtifactsRequest) Descriptor
deprecated
func (*ListPushedArtifactsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListPushedArtifactsRequest.ProtoReflect.Descriptor instead.
func (*ListPushedArtifactsRequest) GetApplication ¶
func (x *ListPushedArtifactsRequest) GetApplication() *Ref_Application
func (*ListPushedArtifactsRequest) GetIncludeBuild ¶
func (x *ListPushedArtifactsRequest) GetIncludeBuild() bool
func (*ListPushedArtifactsRequest) GetOrder ¶
func (x *ListPushedArtifactsRequest) GetOrder() *OperationOrder
func (*ListPushedArtifactsRequest) GetStatus ¶
func (x *ListPushedArtifactsRequest) GetStatus() []*StatusFilter
func (*ListPushedArtifactsRequest) GetWorkspace ¶
func (x *ListPushedArtifactsRequest) GetWorkspace() *Ref_Workspace
func (*ListPushedArtifactsRequest) ProtoMessage ¶
func (*ListPushedArtifactsRequest) ProtoMessage()
func (*ListPushedArtifactsRequest) ProtoReflect ¶
func (x *ListPushedArtifactsRequest) ProtoReflect() protoreflect.Message
func (*ListPushedArtifactsRequest) Reset ¶
func (x *ListPushedArtifactsRequest) Reset()
func (*ListPushedArtifactsRequest) String ¶
func (x *ListPushedArtifactsRequest) String() string
type ListPushedArtifactsResponse ¶
type ListPushedArtifactsResponse struct { // artifacts is the list of artifacts. Artifacts []*PushedArtifact `protobuf:"bytes,1,rep,name=artifacts,proto3" json:"artifacts,omitempty"` // contains filtered or unexported fields }
func (*ListPushedArtifactsResponse) Descriptor
deprecated
func (*ListPushedArtifactsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListPushedArtifactsResponse.ProtoReflect.Descriptor instead.
func (*ListPushedArtifactsResponse) GetArtifacts ¶
func (x *ListPushedArtifactsResponse) GetArtifacts() []*PushedArtifact
func (*ListPushedArtifactsResponse) ProtoMessage ¶
func (*ListPushedArtifactsResponse) ProtoMessage()
func (*ListPushedArtifactsResponse) ProtoReflect ¶
func (x *ListPushedArtifactsResponse) ProtoReflect() protoreflect.Message
func (*ListPushedArtifactsResponse) Reset ¶
func (x *ListPushedArtifactsResponse) Reset()
func (*ListPushedArtifactsResponse) String ¶
func (x *ListPushedArtifactsResponse) String() string
type ListReleasesRequest ¶
type ListReleasesRequest struct { // application that this release belongs to Application *Ref_Application `protobuf:"bytes,3,opt,name=application,proto3" json:"application,omitempty"` // workspace that this should belong to. If this is empty, values in // all workspaces will be listed. Workspace *Ref_Workspace `protobuf:"bytes,4,opt,name=workspace,proto3" json:"workspace,omitempty"` // The filters to apply to this request. These are ORed, so you should // specify multiple filters in the StatusFilter for AND behavior. Status []*StatusFilter `protobuf:"bytes,1,rep,name=status,proto3" json:"status,omitempty"` // The physical state to filter for. If this is zero or unset then no // filtering on physical state will be done. PhysicalState Operation_PhysicalState `` /* 149-byte string literal not displayed */ // Specifies the order of results. If this isn't specified, the results // are in an undefined order. Order *OperationOrder `protobuf:"bytes,2,opt,name=order,proto3" json:"order,omitempty"` // Load additional details about the release. These will become available // in the Preload section. LoadDetails Release_LoadDetails `` /* 139-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ListReleasesRequest) Descriptor
deprecated
func (*ListReleasesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListReleasesRequest.ProtoReflect.Descriptor instead.
func (*ListReleasesRequest) GetApplication ¶
func (x *ListReleasesRequest) GetApplication() *Ref_Application
func (*ListReleasesRequest) GetLoadDetails ¶
func (x *ListReleasesRequest) GetLoadDetails() Release_LoadDetails
func (*ListReleasesRequest) GetOrder ¶
func (x *ListReleasesRequest) GetOrder() *OperationOrder
func (*ListReleasesRequest) GetPhysicalState ¶
func (x *ListReleasesRequest) GetPhysicalState() Operation_PhysicalState
func (*ListReleasesRequest) GetStatus ¶
func (x *ListReleasesRequest) GetStatus() []*StatusFilter
func (*ListReleasesRequest) GetWorkspace ¶
func (x *ListReleasesRequest) GetWorkspace() *Ref_Workspace
func (*ListReleasesRequest) ProtoMessage ¶
func (*ListReleasesRequest) ProtoMessage()
func (*ListReleasesRequest) ProtoReflect ¶
func (x *ListReleasesRequest) ProtoReflect() protoreflect.Message
func (*ListReleasesRequest) Reset ¶
func (x *ListReleasesRequest) Reset()
func (*ListReleasesRequest) String ¶
func (x *ListReleasesRequest) String() string
type ListReleasesResponse ¶
type ListReleasesResponse struct { Releases []*Release `protobuf:"bytes,1,rep,name=releases,proto3" json:"releases,omitempty"` // contains filtered or unexported fields }
func (*ListReleasesResponse) Descriptor
deprecated
func (*ListReleasesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListReleasesResponse.ProtoReflect.Descriptor instead.
func (*ListReleasesResponse) GetReleases ¶
func (x *ListReleasesResponse) GetReleases() []*Release
func (*ListReleasesResponse) ProtoMessage ¶
func (*ListReleasesResponse) ProtoMessage()
func (*ListReleasesResponse) ProtoReflect ¶
func (x *ListReleasesResponse) ProtoReflect() protoreflect.Message
func (*ListReleasesResponse) Reset ¶
func (x *ListReleasesResponse) Reset()
func (*ListReleasesResponse) String ¶
func (x *ListReleasesResponse) String() string
type ListWorkspacesResponse ¶
type ListWorkspacesResponse struct { Workspaces []*Workspace `protobuf:"bytes,1,rep,name=workspaces,proto3" json:"workspaces,omitempty"` // contains filtered or unexported fields }
func (*ListWorkspacesResponse) Descriptor
deprecated
func (*ListWorkspacesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListWorkspacesResponse.ProtoReflect.Descriptor instead.
func (*ListWorkspacesResponse) GetWorkspaces ¶
func (x *ListWorkspacesResponse) GetWorkspaces() []*Workspace
func (*ListWorkspacesResponse) ProtoMessage ¶
func (*ListWorkspacesResponse) ProtoMessage()
func (*ListWorkspacesResponse) ProtoReflect ¶
func (x *ListWorkspacesResponse) ProtoReflect() protoreflect.Message
func (*ListWorkspacesResponse) Reset ¶
func (x *ListWorkspacesResponse) Reset()
func (*ListWorkspacesResponse) String ¶
func (x *ListWorkspacesResponse) String() string
type LogBatch ¶
type LogBatch struct { DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"` InstanceId string `protobuf:"bytes,2,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Lines []*LogBatch_Entry `protobuf:"bytes,3,rep,name=lines,proto3" json:"lines,omitempty"` // contains filtered or unexported fields }
func (*LogBatch) Descriptor
deprecated
func (*LogBatch) GetDeploymentId ¶
func (*LogBatch) GetInstanceId ¶
func (*LogBatch) GetLines ¶
func (x *LogBatch) GetLines() []*LogBatch_Entry
func (*LogBatch) ProtoMessage ¶
func (*LogBatch) ProtoMessage()
func (*LogBatch) ProtoReflect ¶
func (x *LogBatch) ProtoReflect() protoreflect.Message
type LogBatch_Entry ¶
type LogBatch_Entry struct { Timestamp *timestamp.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Line string `protobuf:"bytes,2,opt,name=line,proto3" json:"line,omitempty"` // contains filtered or unexported fields }
func (*LogBatch_Entry) Descriptor
deprecated
func (*LogBatch_Entry) Descriptor() ([]byte, []int)
Deprecated: Use LogBatch_Entry.ProtoReflect.Descriptor instead.
func (*LogBatch_Entry) GetLine ¶
func (x *LogBatch_Entry) GetLine() string
func (*LogBatch_Entry) GetTimestamp ¶
func (x *LogBatch_Entry) GetTimestamp() *timestamp.Timestamp
func (*LogBatch_Entry) ProtoMessage ¶
func (*LogBatch_Entry) ProtoMessage()
func (*LogBatch_Entry) ProtoReflect ¶
func (x *LogBatch_Entry) ProtoReflect() protoreflect.Message
func (*LogBatch_Entry) Reset ¶
func (x *LogBatch_Entry) Reset()
func (*LogBatch_Entry) String ¶
func (x *LogBatch_Entry) String() string
type NewTokenResponse ¶
type NewTokenResponse struct { // The new token which can be presented to whichever API expects it. Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
Returned by any action that creates a token.
func (*NewTokenResponse) Descriptor
deprecated
func (*NewTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use NewTokenResponse.ProtoReflect.Descriptor instead.
func (*NewTokenResponse) GetToken ¶
func (x *NewTokenResponse) GetToken() string
func (*NewTokenResponse) ProtoMessage ¶
func (*NewTokenResponse) ProtoMessage()
func (*NewTokenResponse) ProtoReflect ¶
func (x *NewTokenResponse) ProtoReflect() protoreflect.Message
func (*NewTokenResponse) Reset ¶
func (x *NewTokenResponse) Reset()
func (*NewTokenResponse) String ¶
func (x *NewTokenResponse) String() string
type Operation ¶
type Operation struct {
// contains filtered or unexported fields
}
Operation is a shared message type used to describe "operations" which are executions of a build, deploy, etc. This just contains shared message types used for fields. Each individual operation has their own message type such as Deployment.
func (*Operation) Descriptor
deprecated
func (*Operation) ProtoMessage ¶
func (*Operation) ProtoMessage()
func (*Operation) ProtoReflect ¶
func (x *Operation) ProtoReflect() protoreflect.Message
type OperationOrder ¶
type OperationOrder struct { // Order for the results. Order OperationOrder_Order `protobuf:"varint,2,opt,name=order,proto3,enum=hashicorp.waypoint.OperationOrder_Order" json:"order,omitempty"` Desc bool `protobuf:"varint,3,opt,name=desc,proto3" json:"desc,omitempty"` // Limit the number of results Limit uint32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"` // contains filtered or unexported fields }
OperationOrder is a shared message type used for controlling the order of results in queries for app operations such as build, deploys, etc.
func (*OperationOrder) Descriptor
deprecated
func (*OperationOrder) Descriptor() ([]byte, []int)
Deprecated: Use OperationOrder.ProtoReflect.Descriptor instead.
func (*OperationOrder) GetDesc ¶
func (x *OperationOrder) GetDesc() bool
func (*OperationOrder) GetLimit ¶
func (x *OperationOrder) GetLimit() uint32
func (*OperationOrder) GetOrder ¶
func (x *OperationOrder) GetOrder() OperationOrder_Order
func (*OperationOrder) ProtoMessage ¶
func (*OperationOrder) ProtoMessage()
func (*OperationOrder) ProtoReflect ¶
func (x *OperationOrder) ProtoReflect() protoreflect.Message
func (*OperationOrder) Reset ¶
func (x *OperationOrder) Reset()
func (*OperationOrder) String ¶
func (x *OperationOrder) String() string
type OperationOrder_Order ¶
type OperationOrder_Order int32
const ( OperationOrder_UNSET OperationOrder_Order = 0 OperationOrder_START_TIME OperationOrder_Order = 1 OperationOrder_COMPLETE_TIME OperationOrder_Order = 2 )
func (OperationOrder_Order) Descriptor ¶
func (OperationOrder_Order) Descriptor() protoreflect.EnumDescriptor
func (OperationOrder_Order) Enum ¶
func (x OperationOrder_Order) Enum() *OperationOrder_Order
func (OperationOrder_Order) EnumDescriptor
deprecated
func (OperationOrder_Order) EnumDescriptor() ([]byte, []int)
Deprecated: Use OperationOrder_Order.Descriptor instead.
func (OperationOrder_Order) Number ¶
func (x OperationOrder_Order) Number() protoreflect.EnumNumber
func (OperationOrder_Order) String ¶
func (x OperationOrder_Order) String() string
func (OperationOrder_Order) Type ¶
func (OperationOrder_Order) Type() protoreflect.EnumType
type Operation_PhysicalState ¶
type Operation_PhysicalState int32
PhysicalState is the state of any physical resources associated with an operation. A physical resource for example is the actual container that might be created alongside an operation.
const ( Operation_UNKNOWN Operation_PhysicalState = 0 Operation_PENDING Operation_PhysicalState = 1 Operation_CREATED Operation_PhysicalState = 3 Operation_DESTROYED Operation_PhysicalState = 4 )
func (Operation_PhysicalState) Descriptor ¶
func (Operation_PhysicalState) Descriptor() protoreflect.EnumDescriptor
func (Operation_PhysicalState) Enum ¶
func (x Operation_PhysicalState) Enum() *Operation_PhysicalState
func (Operation_PhysicalState) EnumDescriptor
deprecated
func (Operation_PhysicalState) EnumDescriptor() ([]byte, []int)
Deprecated: Use Operation_PhysicalState.Descriptor instead.
func (Operation_PhysicalState) Number ¶
func (x Operation_PhysicalState) Number() protoreflect.EnumNumber
func (Operation_PhysicalState) String ¶
func (x Operation_PhysicalState) String() string
func (Operation_PhysicalState) Type ¶
func (Operation_PhysicalState) Type() protoreflect.EnumType
type Project ¶
type Project struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The set of applications that are known about this project. Note that // this may not exactly represent the project configuration if a user hasn't // run `waypoint init` yet. // // The applications cannot be modified in any Project APIs. You must // use the dedicated Application APIs. Applications []*Application `protobuf:"bytes,2,rep,name=applications,proto3" json:"applications,omitempty"` // If true, then the `-remote` flag or the `waypoint build project/app` // syntax can be used with a remote runner. If this is false, then // this is not allowed. This is typically configured using the // `runner {}` block in the waypoint config. RemoteEnabled bool `protobuf:"varint,3,opt,name=remote_enabled,json=remoteEnabled,proto3" json:"remote_enabled,omitempty"` // Where data is sourced for remote operations. If this isn't set, then // there is no default data source and it will be an error if a job is // queued for this project without a data source set. This is usually // set using the `runner {}` block in the waypoint config. DataSource *Job_DataSource `protobuf:"bytes,4,opt,name=data_source,json=dataSource,proto3" json:"data_source,omitempty"` // contains filtered or unexported fields }
func (*Project) Descriptor
deprecated
func (*Project) GetApplications ¶
func (x *Project) GetApplications() []*Application
func (*Project) GetDataSource ¶
func (x *Project) GetDataSource() *Job_DataSource
func (*Project) GetRemoteEnabled ¶
func (*Project) ProtoMessage ¶
func (*Project) ProtoMessage()
func (*Project) ProtoReflect ¶
func (x *Project) ProtoReflect() protoreflect.Message
type PushedArtifact ¶
type PushedArtifact struct { // application that this belongs to Application *Ref_Application `protobuf:"bytes,7,opt,name=application,proto3" json:"application,omitempty"` // The workspace that this exists in Workspace *Ref_Workspace `protobuf:"bytes,8,opt,name=workspace,proto3" json:"workspace,omitempty"` // The sequence number for this build. Sequence uint64 `protobuf:"varint,9,opt,name=sequence,proto3" json:"sequence,omitempty"` // id is a unique ID for this push Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // status of the push operation Status *Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` // component that pushed this artifact Component *Component `protobuf:"bytes,3,opt,name=component,proto3" json:"component,omitempty"` // artifact is the artifact that was a result from the push. Artifact *Artifact `protobuf:"bytes,4,opt,name=artifact,proto3" json:"artifact,omitempty"` // the id of the build that this pushed artifact was sourced from. BuildId string `protobuf:"bytes,5,opt,name=build_id,json=buildId,proto3" json:"build_id,omitempty"` // labels are the set of labels that are present on this build. Labels map[string]string `` /* 153-byte string literal not displayed */ // If include_build was set on the list request, this will include // the Build value associated with the given build_id. Build *Build `protobuf:"bytes,10,opt,name=build,proto3" json:"build,omitempty"` // ID of the job that created this. This may be empty. JobId string `protobuf:"bytes,11,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` // contains filtered or unexported fields }
func (*PushedArtifact) Descriptor
deprecated
func (*PushedArtifact) Descriptor() ([]byte, []int)
Deprecated: Use PushedArtifact.ProtoReflect.Descriptor instead.
func (*PushedArtifact) GetApplication ¶
func (x *PushedArtifact) GetApplication() *Ref_Application
func (*PushedArtifact) GetArtifact ¶
func (x *PushedArtifact) GetArtifact() *Artifact
func (*PushedArtifact) GetBuild ¶
func (x *PushedArtifact) GetBuild() *Build
func (*PushedArtifact) GetBuildId ¶
func (x *PushedArtifact) GetBuildId() string
func (*PushedArtifact) GetComponent ¶
func (x *PushedArtifact) GetComponent() *Component
func (*PushedArtifact) GetId ¶
func (x *PushedArtifact) GetId() string
func (*PushedArtifact) GetJobId ¶
func (x *PushedArtifact) GetJobId() string
func (*PushedArtifact) GetLabels ¶
func (x *PushedArtifact) GetLabels() map[string]string
func (*PushedArtifact) GetSequence ¶
func (x *PushedArtifact) GetSequence() uint64
func (*PushedArtifact) GetStatus ¶
func (x *PushedArtifact) GetStatus() *Status
func (*PushedArtifact) GetWorkspace ¶
func (x *PushedArtifact) GetWorkspace() *Ref_Workspace
func (*PushedArtifact) ProtoMessage ¶
func (*PushedArtifact) ProtoMessage()
func (*PushedArtifact) ProtoReflect ¶
func (x *PushedArtifact) ProtoReflect() protoreflect.Message
func (*PushedArtifact) Reset ¶
func (x *PushedArtifact) Reset()
func (*PushedArtifact) String ¶
func (x *PushedArtifact) String() string
type QueueJobRequest ¶
type QueueJobRequest struct { // The job to queue. See the Job message documentation for more details // on what to set. Job *Job `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"` // Set an expiration duration. If the job is not assigned and acked // in the given duration then the job will be automatically cancelled. ExpiresIn string `protobuf:"bytes,2,opt,name=expires_in,json=expiresIn,proto3" json:"expires_in,omitempty"` // contains filtered or unexported fields }
func (*QueueJobRequest) Descriptor
deprecated
func (*QueueJobRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueueJobRequest.ProtoReflect.Descriptor instead.
func (*QueueJobRequest) GetExpiresIn ¶
func (x *QueueJobRequest) GetExpiresIn() string
func (*QueueJobRequest) GetJob ¶
func (x *QueueJobRequest) GetJob() *Job
func (*QueueJobRequest) ProtoMessage ¶
func (*QueueJobRequest) ProtoMessage()
func (*QueueJobRequest) ProtoReflect ¶
func (x *QueueJobRequest) ProtoReflect() protoreflect.Message
func (*QueueJobRequest) Reset ¶
func (x *QueueJobRequest) Reset()
func (*QueueJobRequest) String ¶
func (x *QueueJobRequest) String() string
type QueueJobResponse ¶
type QueueJobResponse struct { // the job ID that was queued. This can be used with other RPC methods // to check on the status, cancel, etc. JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` // contains filtered or unexported fields }
func (*QueueJobResponse) Descriptor
deprecated
func (*QueueJobResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueueJobResponse.ProtoReflect.Descriptor instead.
func (*QueueJobResponse) GetJobId ¶
func (x *QueueJobResponse) GetJobId() string
func (*QueueJobResponse) ProtoMessage ¶
func (*QueueJobResponse) ProtoMessage()
func (*QueueJobResponse) ProtoReflect ¶
func (x *QueueJobResponse) ProtoReflect() protoreflect.Message
func (*QueueJobResponse) Reset ¶
func (x *QueueJobResponse) Reset()
func (*QueueJobResponse) String ¶
func (x *QueueJobResponse) String() string
type Ref ¶
type Ref struct {
// contains filtered or unexported fields
}
Ref contains shared messages used for references to other resources.
Refs should be used when the full type shouldn't be embedded in the message.
func (*Ref) Descriptor
deprecated
func (*Ref) ProtoMessage ¶
func (*Ref) ProtoMessage()
func (*Ref) ProtoReflect ¶
func (x *Ref) ProtoReflect() protoreflect.Message
type Ref_Application ¶
type Ref_Application struct { Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"` // contains filtered or unexported fields }
Application references an application. To uniquely identify an application, this must encapsulate the full hierarchy to the application.
func (*Ref_Application) Descriptor
deprecated
func (*Ref_Application) Descriptor() ([]byte, []int)
Deprecated: Use Ref_Application.ProtoReflect.Descriptor instead.
func (*Ref_Application) GetApplication ¶
func (x *Ref_Application) GetApplication() string
func (*Ref_Application) GetProject ¶
func (x *Ref_Application) GetProject() string
func (*Ref_Application) ProtoMessage ¶
func (*Ref_Application) ProtoMessage()
func (*Ref_Application) ProtoReflect ¶
func (x *Ref_Application) ProtoReflect() protoreflect.Message
func (*Ref_Application) Reset ¶
func (x *Ref_Application) Reset()
func (*Ref_Application) String ¶
func (x *Ref_Application) String() string
type Ref_Component ¶
type Ref_Component struct { Type Component_Type `protobuf:"varint,1,opt,name=type,proto3,enum=hashicorp.waypoint.Component_Type" json:"type,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Component references a component.
func (*Ref_Component) Descriptor
deprecated
func (*Ref_Component) Descriptor() ([]byte, []int)
Deprecated: Use Ref_Component.ProtoReflect.Descriptor instead.
func (*Ref_Component) GetName ¶
func (x *Ref_Component) GetName() string
func (*Ref_Component) GetType ¶
func (x *Ref_Component) GetType() Component_Type
func (*Ref_Component) ProtoMessage ¶
func (*Ref_Component) ProtoMessage()
func (*Ref_Component) ProtoReflect ¶
func (x *Ref_Component) ProtoReflect() protoreflect.Message
func (*Ref_Component) Reset ¶
func (x *Ref_Component) Reset()
func (*Ref_Component) String ¶
func (x *Ref_Component) String() string
type Ref_Operation ¶
type Ref_Operation struct { // Types that are assignable to Target: // *Ref_Operation_Id // *Ref_Operation_Sequence Target isRef_Operation_Target `protobuf_oneof:"target"` // contains filtered or unexported fields }
Operation references an operation (build, deploy, etc.). This can reference an operation in multiple ways so you must use the oneof to choose.
func (*Ref_Operation) Descriptor
deprecated
func (*Ref_Operation) Descriptor() ([]byte, []int)
Deprecated: Use Ref_Operation.ProtoReflect.Descriptor instead.
func (*Ref_Operation) GetId ¶
func (x *Ref_Operation) GetId() string
func (*Ref_Operation) GetSequence ¶
func (x *Ref_Operation) GetSequence() *Ref_OperationSeq
func (*Ref_Operation) GetTarget ¶
func (m *Ref_Operation) GetTarget() isRef_Operation_Target
func (*Ref_Operation) ProtoMessage ¶
func (*Ref_Operation) ProtoMessage()
func (*Ref_Operation) ProtoReflect ¶
func (x *Ref_Operation) ProtoReflect() protoreflect.Message
func (*Ref_Operation) Reset ¶
func (x *Ref_Operation) Reset()
func (*Ref_Operation) String ¶
func (x *Ref_Operation) String() string
type Ref_OperationSeq ¶
type Ref_OperationSeq struct { Application *Ref_Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` Number uint64 `protobuf:"varint,2,opt,name=number,proto3" json:"number,omitempty"` // contains filtered or unexported fields }
OperationSeq references an operation by sequence number.
func (*Ref_OperationSeq) Descriptor
deprecated
func (*Ref_OperationSeq) Descriptor() ([]byte, []int)
Deprecated: Use Ref_OperationSeq.ProtoReflect.Descriptor instead.
func (*Ref_OperationSeq) GetApplication ¶
func (x *Ref_OperationSeq) GetApplication() *Ref_Application
func (*Ref_OperationSeq) GetNumber ¶
func (x *Ref_OperationSeq) GetNumber() uint64
func (*Ref_OperationSeq) ProtoMessage ¶
func (*Ref_OperationSeq) ProtoMessage()
func (*Ref_OperationSeq) ProtoReflect ¶
func (x *Ref_OperationSeq) ProtoReflect() protoreflect.Message
func (*Ref_OperationSeq) Reset ¶
func (x *Ref_OperationSeq) Reset()
func (*Ref_OperationSeq) String ¶
func (x *Ref_OperationSeq) String() string
type Ref_Operation_Id ¶
type Ref_Operation_Id struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3,oneof"`
}
type Ref_Operation_Sequence ¶
type Ref_Operation_Sequence struct {
Sequence *Ref_OperationSeq `protobuf:"bytes,2,opt,name=sequence,proto3,oneof"`
}
type Ref_Project ¶
type Ref_Project struct { Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` // contains filtered or unexported fields }
Project references a project.
func (*Ref_Project) Descriptor
deprecated
func (*Ref_Project) Descriptor() ([]byte, []int)
Deprecated: Use Ref_Project.ProtoReflect.Descriptor instead.
func (*Ref_Project) GetProject ¶
func (x *Ref_Project) GetProject() string
func (*Ref_Project) ProtoMessage ¶
func (*Ref_Project) ProtoMessage()
func (*Ref_Project) ProtoReflect ¶
func (x *Ref_Project) ProtoReflect() protoreflect.Message
func (*Ref_Project) Reset ¶
func (x *Ref_Project) Reset()
func (*Ref_Project) String ¶
func (x *Ref_Project) String() string
type Ref_Runner ¶
type Ref_Runner struct { // Types that are assignable to Target: // *Ref_Runner_Any // *Ref_Runner_Id Target isRef_Runner_Target `protobuf_oneof:"target"` // contains filtered or unexported fields }
Runner references a runner process which executes operations. This can reference a runner by any of the more specific types, such as by ID. If you want to constrain which runners can be targeted, a different ref type should be used.
func (*Ref_Runner) Descriptor
deprecated
func (*Ref_Runner) Descriptor() ([]byte, []int)
Deprecated: Use Ref_Runner.ProtoReflect.Descriptor instead.
func (*Ref_Runner) GetAny ¶
func (x *Ref_Runner) GetAny() *Ref_RunnerAny
func (*Ref_Runner) GetId ¶
func (x *Ref_Runner) GetId() *Ref_RunnerId
func (*Ref_Runner) GetTarget ¶
func (m *Ref_Runner) GetTarget() isRef_Runner_Target
func (*Ref_Runner) ProtoMessage ¶
func (*Ref_Runner) ProtoMessage()
func (*Ref_Runner) ProtoReflect ¶
func (x *Ref_Runner) ProtoReflect() protoreflect.Message
func (*Ref_Runner) Reset ¶
func (x *Ref_Runner) Reset()
func (*Ref_Runner) String ¶
func (x *Ref_Runner) String() string
type Ref_RunnerAny ¶
type Ref_RunnerAny struct {
// contains filtered or unexported fields
}
RunnerAny will reference any runner.
func (*Ref_RunnerAny) Descriptor
deprecated
func (*Ref_RunnerAny) Descriptor() ([]byte, []int)
Deprecated: Use Ref_RunnerAny.ProtoReflect.Descriptor instead.
func (*Ref_RunnerAny) ProtoMessage ¶
func (*Ref_RunnerAny) ProtoMessage()
func (*Ref_RunnerAny) ProtoReflect ¶
func (x *Ref_RunnerAny) ProtoReflect() protoreflect.Message
func (*Ref_RunnerAny) Reset ¶
func (x *Ref_RunnerAny) Reset()
func (*Ref_RunnerAny) String ¶
func (x *Ref_RunnerAny) String() string
type Ref_RunnerId ¶
type Ref_RunnerId struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
RunenrId references a runner by ID.
func (*Ref_RunnerId) Descriptor
deprecated
func (*Ref_RunnerId) Descriptor() ([]byte, []int)
Deprecated: Use Ref_RunnerId.ProtoReflect.Descriptor instead.
func (*Ref_RunnerId) GetId ¶
func (x *Ref_RunnerId) GetId() string
func (*Ref_RunnerId) ProtoMessage ¶
func (*Ref_RunnerId) ProtoMessage()
func (*Ref_RunnerId) ProtoReflect ¶
func (x *Ref_RunnerId) ProtoReflect() protoreflect.Message
func (*Ref_RunnerId) Reset ¶
func (x *Ref_RunnerId) Reset()
func (*Ref_RunnerId) String ¶
func (x *Ref_RunnerId) String() string
type Ref_Runner_Any ¶
type Ref_Runner_Any struct {
Any *Ref_RunnerAny `protobuf:"bytes,1,opt,name=any,proto3,oneof"`
}
type Ref_Runner_Id ¶
type Ref_Runner_Id struct {
Id *Ref_RunnerId `protobuf:"bytes,2,opt,name=id,proto3,oneof"`
}
type Ref_Workspace ¶
type Ref_Workspace struct { Workspace string `protobuf:"bytes,1,opt,name=workspace,proto3" json:"workspace,omitempty"` // contains filtered or unexported fields }
Workspace references a workspace.
func (*Ref_Workspace) Descriptor
deprecated
func (*Ref_Workspace) Descriptor() ([]byte, []int)
Deprecated: Use Ref_Workspace.ProtoReflect.Descriptor instead.
func (*Ref_Workspace) GetWorkspace ¶
func (x *Ref_Workspace) GetWorkspace() string
func (*Ref_Workspace) ProtoMessage ¶
func (*Ref_Workspace) ProtoMessage()
func (*Ref_Workspace) ProtoReflect ¶
func (x *Ref_Workspace) ProtoReflect() protoreflect.Message
func (*Ref_Workspace) Reset ¶
func (x *Ref_Workspace) Reset()
func (*Ref_Workspace) String ¶
func (x *Ref_Workspace) String() string
type Release ¶
type Release struct { // application that this release belongs to Application *Ref_Application `protobuf:"bytes,7,opt,name=application,proto3" json:"application,omitempty"` // The workspace that this exists in Workspace *Ref_Workspace `protobuf:"bytes,8,opt,name=workspace,proto3" json:"workspace,omitempty"` // The sequence number for this build. Sequence uint64 `protobuf:"varint,10,opt,name=sequence,proto3" json:"sequence,omitempty"` // id is the unique ID for this release. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // status of the release operation. Status *Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` // The physical state of the release resources. State Operation_PhysicalState `protobuf:"varint,11,opt,name=state,proto3,enum=hashicorp.waypoint.Operation_PhysicalState" json:"state,omitempty"` // component managing the release process. Component *Component `protobuf:"bytes,3,opt,name=component,proto3" json:"component,omitempty"` // release is the raw release object encoded directly from the plugin. Release *any.Any `protobuf:"bytes,4,opt,name=release,proto3" json:"release,omitempty"` // ID of the deployment that is being released. DeploymentId string `protobuf:"bytes,5,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"` // labels are the set of labels that are present on this build. Labels map[string]string `` /* 153-byte string literal not displayed */ // URL for this release. This is valid while the release is still // in use. After the release is not in use, this may still be set but // may no longer be valid. Url string `protobuf:"bytes,9,opt,name=url,proto3" json:"url,omitempty"` // ID of the job that created this. This may be empty. JobId string `protobuf:"bytes,13,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` // This is the populated preload data. Most of this data can be retrieved // through additional API calls or manually computed, but certain API // calls will pre-populate some of these fields for convenience. The exact // pre-populated fields depend on the API. Preload *Release_Preload `protobuf:"bytes,12,opt,name=preload,proto3" json:"preload,omitempty"` // contains filtered or unexported fields }
func (*Release) Descriptor
deprecated
func (*Release) GetApplication ¶
func (x *Release) GetApplication() *Ref_Application
func (*Release) GetComponent ¶
func (*Release) GetDeploymentId ¶
func (*Release) GetPreload ¶
func (x *Release) GetPreload() *Release_Preload
func (*Release) GetRelease ¶
func (*Release) GetSequence ¶
func (*Release) GetState ¶
func (x *Release) GetState() Operation_PhysicalState
func (*Release) GetWorkspace ¶
func (x *Release) GetWorkspace() *Ref_Workspace
func (*Release) ProtoMessage ¶
func (*Release) ProtoMessage()
func (*Release) ProtoReflect ¶
func (x *Release) ProtoReflect() protoreflect.Message
type Release_LoadDetails ¶
type Release_LoadDetails int32
const ( Release_NONE Release_LoadDetails = 0 Release_DEPLOYMENT Release_LoadDetails = 1 Release_ARTIFACT Release_LoadDetails = 2 Release_BUILD Release_LoadDetails = 3 )
func (Release_LoadDetails) Descriptor ¶
func (Release_LoadDetails) Descriptor() protoreflect.EnumDescriptor
func (Release_LoadDetails) Enum ¶
func (x Release_LoadDetails) Enum() *Release_LoadDetails
func (Release_LoadDetails) EnumDescriptor
deprecated
func (Release_LoadDetails) EnumDescriptor() ([]byte, []int)
Deprecated: Use Release_LoadDetails.Descriptor instead.
func (Release_LoadDetails) Number ¶
func (x Release_LoadDetails) Number() protoreflect.EnumNumber
func (Release_LoadDetails) String ¶
func (x Release_LoadDetails) String() string
func (Release_LoadDetails) Type ¶
func (Release_LoadDetails) Type() protoreflect.EnumType
type Release_Preload ¶
type Release_Preload struct { // Populated when LoadDetails is set. Deployment *Deployment `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"` // Populated when LoadDetails is set. Artifact *PushedArtifact `protobuf:"bytes,2,opt,name=artifact,proto3" json:"artifact,omitempty"` // Populated when LoadDetails is set. Build *Build `protobuf:"bytes,3,opt,name=build,proto3" json:"build,omitempty"` // contains filtered or unexported fields }
func (*Release_Preload) Descriptor
deprecated
func (*Release_Preload) Descriptor() ([]byte, []int)
Deprecated: Use Release_Preload.ProtoReflect.Descriptor instead.
func (*Release_Preload) GetArtifact ¶
func (x *Release_Preload) GetArtifact() *PushedArtifact
func (*Release_Preload) GetBuild ¶
func (x *Release_Preload) GetBuild() *Build
func (*Release_Preload) GetDeployment ¶
func (x *Release_Preload) GetDeployment() *Deployment
func (*Release_Preload) ProtoMessage ¶
func (*Release_Preload) ProtoMessage()
func (*Release_Preload) ProtoReflect ¶
func (x *Release_Preload) ProtoReflect() protoreflect.Message
func (*Release_Preload) Reset ¶
func (x *Release_Preload) Reset()
func (*Release_Preload) String ¶
func (x *Release_Preload) String() string
type Runner ¶
type Runner struct { // id is a unique ID generated by the runner. This should be a UUID or some // other guaranteed unique mechanism. This is not an auth mechanism, just // a way to associate an ID to a runner. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // The runner will only be assigned jobs that directly target this // runner by ID. This is used by local runners to prevent external // jobs from being assigned to them. ByIdOnly bool `protobuf:"varint,2,opt,name=by_id_only,json=byIdOnly,proto3" json:"by_id_only,omitempty"` // Components are the list of components that the runner supports. This // is used to match jobs to this runner. Components []*Component `protobuf:"bytes,3,rep,name=components,proto3" json:"components,omitempty"` // contains filtered or unexported fields }
func (*Runner) Descriptor
deprecated
func (*Runner) GetByIdOnly ¶
func (*Runner) GetComponents ¶
func (*Runner) ProtoMessage ¶
func (*Runner) ProtoMessage()
func (*Runner) ProtoReflect ¶
func (x *Runner) ProtoReflect() protoreflect.Message
type RunnerConfig ¶
type RunnerConfig struct { // The configuration for the runner. Any locally set runner config will // take priority in a conflict. This allows operators to setup runners // with specific configuration without fear that the server will override // them. ConfigVars []*ConfigVar `protobuf:"bytes,1,rep,name=config_vars,json=configVars,proto3" json:"config_vars,omitempty"` // contains filtered or unexported fields }
func (*RunnerConfig) Descriptor
deprecated
func (*RunnerConfig) Descriptor() ([]byte, []int)
Deprecated: Use RunnerConfig.ProtoReflect.Descriptor instead.
func (*RunnerConfig) GetConfigVars ¶
func (x *RunnerConfig) GetConfigVars() []*ConfigVar
func (*RunnerConfig) ProtoMessage ¶
func (*RunnerConfig) ProtoMessage()
func (*RunnerConfig) ProtoReflect ¶
func (x *RunnerConfig) ProtoReflect() protoreflect.Message
func (*RunnerConfig) Reset ¶
func (x *RunnerConfig) Reset()
func (*RunnerConfig) String ¶
func (x *RunnerConfig) String() string
type RunnerConfigRequest ¶
type RunnerConfigRequest struct { // Types that are assignable to Event: // *RunnerConfigRequest_Open_ Event isRunnerConfigRequest_Event `protobuf_oneof:"event"` // contains filtered or unexported fields }
func (*RunnerConfigRequest) Descriptor
deprecated
func (*RunnerConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use RunnerConfigRequest.ProtoReflect.Descriptor instead.
func (*RunnerConfigRequest) GetEvent ¶
func (m *RunnerConfigRequest) GetEvent() isRunnerConfigRequest_Event
func (*RunnerConfigRequest) GetOpen ¶
func (x *RunnerConfigRequest) GetOpen() *RunnerConfigRequest_Open
func (*RunnerConfigRequest) ProtoMessage ¶
func (*RunnerConfigRequest) ProtoMessage()
func (*RunnerConfigRequest) ProtoReflect ¶
func (x *RunnerConfigRequest) ProtoReflect() protoreflect.Message
func (*RunnerConfigRequest) Reset ¶
func (x *RunnerConfigRequest) Reset()
func (*RunnerConfigRequest) String ¶
func (x *RunnerConfigRequest) String() string
type RunnerConfigRequest_Open ¶
type RunnerConfigRequest_Open struct { // Runner to register. See Runner for what fields can be set. Runner *Runner `protobuf:"bytes,1,opt,name=runner,proto3" json:"runner,omitempty"` // contains filtered or unexported fields }
func (*RunnerConfigRequest_Open) Descriptor
deprecated
func (*RunnerConfigRequest_Open) Descriptor() ([]byte, []int)
Deprecated: Use RunnerConfigRequest_Open.ProtoReflect.Descriptor instead.
func (*RunnerConfigRequest_Open) GetRunner ¶
func (x *RunnerConfigRequest_Open) GetRunner() *Runner
func (*RunnerConfigRequest_Open) ProtoMessage ¶
func (*RunnerConfigRequest_Open) ProtoMessage()
func (*RunnerConfigRequest_Open) ProtoReflect ¶
func (x *RunnerConfigRequest_Open) ProtoReflect() protoreflect.Message
func (*RunnerConfigRequest_Open) Reset ¶
func (x *RunnerConfigRequest_Open) Reset()
func (*RunnerConfigRequest_Open) String ¶
func (x *RunnerConfigRequest_Open) String() string
type RunnerConfigRequest_Open_ ¶
type RunnerConfigRequest_Open_ struct {
Open *RunnerConfigRequest_Open `protobuf:"bytes,1,opt,name=open,proto3,oneof"`
}
type RunnerConfigResponse ¶
type RunnerConfigResponse struct { // config is any updated configuration for the runner. Config *RunnerConfig `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*RunnerConfigResponse) Descriptor
deprecated
func (*RunnerConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use RunnerConfigResponse.ProtoReflect.Descriptor instead.
func (*RunnerConfigResponse) GetConfig ¶
func (x *RunnerConfigResponse) GetConfig() *RunnerConfig
func (*RunnerConfigResponse) ProtoMessage ¶
func (*RunnerConfigResponse) ProtoMessage()
func (*RunnerConfigResponse) ProtoReflect ¶
func (x *RunnerConfigResponse) ProtoReflect() protoreflect.Message
func (*RunnerConfigResponse) Reset ¶
func (x *RunnerConfigResponse) Reset()
func (*RunnerConfigResponse) String ¶
func (x *RunnerConfigResponse) String() string
type RunnerGetDeploymentConfigRequest ¶
type RunnerGetDeploymentConfigRequest struct {
// contains filtered or unexported fields
}
func (*RunnerGetDeploymentConfigRequest) Descriptor
deprecated
func (*RunnerGetDeploymentConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use RunnerGetDeploymentConfigRequest.ProtoReflect.Descriptor instead.
func (*RunnerGetDeploymentConfigRequest) ProtoMessage ¶
func (*RunnerGetDeploymentConfigRequest) ProtoMessage()
func (*RunnerGetDeploymentConfigRequest) ProtoReflect ¶
func (x *RunnerGetDeploymentConfigRequest) ProtoReflect() protoreflect.Message
func (*RunnerGetDeploymentConfigRequest) Reset ¶
func (x *RunnerGetDeploymentConfigRequest) Reset()
func (*RunnerGetDeploymentConfigRequest) String ¶
func (x *RunnerGetDeploymentConfigRequest) String() string
type RunnerGetDeploymentConfigResponse ¶
type RunnerGetDeploymentConfigResponse struct { ServerAddr string `protobuf:"bytes,1,opt,name=server_addr,json=serverAddr,proto3" json:"server_addr,omitempty"` ServerTls bool `protobuf:"varint,2,opt,name=server_tls,json=serverTls,proto3" json:"server_tls,omitempty"` ServerTlsSkipVerify bool `protobuf:"varint,3,opt,name=server_tls_skip_verify,json=serverTlsSkipVerify,proto3" json:"server_tls_skip_verify,omitempty"` // contains filtered or unexported fields }
func (*RunnerGetDeploymentConfigResponse) Descriptor
deprecated
func (*RunnerGetDeploymentConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use RunnerGetDeploymentConfigResponse.ProtoReflect.Descriptor instead.
func (*RunnerGetDeploymentConfigResponse) GetServerAddr ¶
func (x *RunnerGetDeploymentConfigResponse) GetServerAddr() string
func (*RunnerGetDeploymentConfigResponse) GetServerTls ¶
func (x *RunnerGetDeploymentConfigResponse) GetServerTls() bool
func (*RunnerGetDeploymentConfigResponse) GetServerTlsSkipVerify ¶
func (x *RunnerGetDeploymentConfigResponse) GetServerTlsSkipVerify() bool
func (*RunnerGetDeploymentConfigResponse) ProtoMessage ¶
func (*RunnerGetDeploymentConfigResponse) ProtoMessage()
func (*RunnerGetDeploymentConfigResponse) ProtoReflect ¶
func (x *RunnerGetDeploymentConfigResponse) ProtoReflect() protoreflect.Message
func (*RunnerGetDeploymentConfigResponse) Reset ¶
func (x *RunnerGetDeploymentConfigResponse) Reset()
func (*RunnerGetDeploymentConfigResponse) String ¶
func (x *RunnerGetDeploymentConfigResponse) String() string
type RunnerJobStreamRequest ¶
type RunnerJobStreamRequest struct { // Types that are assignable to Event: // *RunnerJobStreamRequest_Request_ // *RunnerJobStreamRequest_Ack_ // *RunnerJobStreamRequest_Complete_ // *RunnerJobStreamRequest_Error_ // *RunnerJobStreamRequest_Terminal // *RunnerJobStreamRequest_Heartbeat_ Event isRunnerJobStreamRequest_Event `protobuf_oneof:"event"` // contains filtered or unexported fields }
func (*RunnerJobStreamRequest) Descriptor
deprecated
func (*RunnerJobStreamRequest) Descriptor() ([]byte, []int)
Deprecated: Use RunnerJobStreamRequest.ProtoReflect.Descriptor instead.
func (*RunnerJobStreamRequest) GetAck ¶
func (x *RunnerJobStreamRequest) GetAck() *RunnerJobStreamRequest_Ack
func (*RunnerJobStreamRequest) GetComplete ¶
func (x *RunnerJobStreamRequest) GetComplete() *RunnerJobStreamRequest_Complete
func (*RunnerJobStreamRequest) GetError ¶
func (x *RunnerJobStreamRequest) GetError() *RunnerJobStreamRequest_Error
func (*RunnerJobStreamRequest) GetEvent ¶
func (m *RunnerJobStreamRequest) GetEvent() isRunnerJobStreamRequest_Event
func (*RunnerJobStreamRequest) GetHeartbeat ¶
func (x *RunnerJobStreamRequest) GetHeartbeat() *RunnerJobStreamRequest_Heartbeat
func (*RunnerJobStreamRequest) GetRequest ¶
func (x *RunnerJobStreamRequest) GetRequest() *RunnerJobStreamRequest_Request
func (*RunnerJobStreamRequest) GetTerminal ¶
func (x *RunnerJobStreamRequest) GetTerminal() *GetJobStreamResponse_Terminal
func (*RunnerJobStreamRequest) ProtoMessage ¶
func (*RunnerJobStreamRequest) ProtoMessage()
func (*RunnerJobStreamRequest) ProtoReflect ¶
func (x *RunnerJobStreamRequest) ProtoReflect() protoreflect.Message
func (*RunnerJobStreamRequest) Reset ¶
func (x *RunnerJobStreamRequest) Reset()
func (*RunnerJobStreamRequest) String ¶
func (x *RunnerJobStreamRequest) String() string
type RunnerJobStreamRequest_Ack ¶
type RunnerJobStreamRequest_Ack struct {
// contains filtered or unexported fields
}
func (*RunnerJobStreamRequest_Ack) Descriptor
deprecated
func (*RunnerJobStreamRequest_Ack) Descriptor() ([]byte, []int)
Deprecated: Use RunnerJobStreamRequest_Ack.ProtoReflect.Descriptor instead.
func (*RunnerJobStreamRequest_Ack) ProtoMessage ¶
func (*RunnerJobStreamRequest_Ack) ProtoMessage()
func (*RunnerJobStreamRequest_Ack) ProtoReflect ¶
func (x *RunnerJobStreamRequest_Ack) ProtoReflect() protoreflect.Message
func (*RunnerJobStreamRequest_Ack) Reset ¶
func (x *RunnerJobStreamRequest_Ack) Reset()
func (*RunnerJobStreamRequest_Ack) String ¶
func (x *RunnerJobStreamRequest_Ack) String() string
type RunnerJobStreamRequest_Ack_ ¶
type RunnerJobStreamRequest_Ack_ struct { // ack is sent to accept a job assignment from the server. This // should be sent soon after the job is assigned to avoid the job being // reassigned and duplicated. Ack *RunnerJobStreamRequest_Ack `protobuf:"bytes,2,opt,name=ack,proto3,oneof"` }
type RunnerJobStreamRequest_Complete ¶
type RunnerJobStreamRequest_Complete struct { Result *Job_Result `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*RunnerJobStreamRequest_Complete) Descriptor
deprecated
func (*RunnerJobStreamRequest_Complete) Descriptor() ([]byte, []int)
Deprecated: Use RunnerJobStreamRequest_Complete.ProtoReflect.Descriptor instead.
func (*RunnerJobStreamRequest_Complete) GetResult ¶
func (x *RunnerJobStreamRequest_Complete) GetResult() *Job_Result
func (*RunnerJobStreamRequest_Complete) ProtoMessage ¶
func (*RunnerJobStreamRequest_Complete) ProtoMessage()
func (*RunnerJobStreamRequest_Complete) ProtoReflect ¶
func (x *RunnerJobStreamRequest_Complete) ProtoReflect() protoreflect.Message
func (*RunnerJobStreamRequest_Complete) Reset ¶
func (x *RunnerJobStreamRequest_Complete) Reset()
func (*RunnerJobStreamRequest_Complete) String ¶
func (x *RunnerJobStreamRequest_Complete) String() string
type RunnerJobStreamRequest_Complete_ ¶
type RunnerJobStreamRequest_Complete_ struct { // complete is sent on job completion. This is only sent if there // were no errors, so this signals a successful completion. An erroneous // completion is signaled by sending an Error event. Complete *RunnerJobStreamRequest_Complete `protobuf:"bytes,3,opt,name=complete,proto3,oneof"` }
type RunnerJobStreamRequest_Error ¶
type RunnerJobStreamRequest_Error struct { Error *status.Status `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*RunnerJobStreamRequest_Error) Descriptor
deprecated
func (*RunnerJobStreamRequest_Error) Descriptor() ([]byte, []int)
Deprecated: Use RunnerJobStreamRequest_Error.ProtoReflect.Descriptor instead.
func (*RunnerJobStreamRequest_Error) GetError ¶
func (x *RunnerJobStreamRequest_Error) GetError() *status.Status
func (*RunnerJobStreamRequest_Error) ProtoMessage ¶
func (*RunnerJobStreamRequest_Error) ProtoMessage()
func (*RunnerJobStreamRequest_Error) ProtoReflect ¶
func (x *RunnerJobStreamRequest_Error) ProtoReflect() protoreflect.Message
func (*RunnerJobStreamRequest_Error) Reset ¶
func (x *RunnerJobStreamRequest_Error) Reset()
func (*RunnerJobStreamRequest_Error) String ¶
func (x *RunnerJobStreamRequest_Error) String() string
type RunnerJobStreamRequest_Error_ ¶
type RunnerJobStreamRequest_Error_ struct { // error is sent when there was an error with job execution (after // accept was sent). This signals that the job failed and it cannot // be retried. This terminates the job and no other events should be // sent. Error *RunnerJobStreamRequest_Error `protobuf:"bytes,4,opt,name=error,proto3,oneof"` }
type RunnerJobStreamRequest_Heartbeat ¶
type RunnerJobStreamRequest_Heartbeat struct {
// contains filtered or unexported fields
}
func (*RunnerJobStreamRequest_Heartbeat) Descriptor
deprecated
func (*RunnerJobStreamRequest_Heartbeat) Descriptor() ([]byte, []int)
Deprecated: Use RunnerJobStreamRequest_Heartbeat.ProtoReflect.Descriptor instead.
func (*RunnerJobStreamRequest_Heartbeat) ProtoMessage ¶
func (*RunnerJobStreamRequest_Heartbeat) ProtoMessage()
func (*RunnerJobStreamRequest_Heartbeat) ProtoReflect ¶
func (x *RunnerJobStreamRequest_Heartbeat) ProtoReflect() protoreflect.Message
func (*RunnerJobStreamRequest_Heartbeat) Reset ¶
func (x *RunnerJobStreamRequest_Heartbeat) Reset()
func (*RunnerJobStreamRequest_Heartbeat) String ¶
func (x *RunnerJobStreamRequest_Heartbeat) String() string
type RunnerJobStreamRequest_Heartbeat_ ¶
type RunnerJobStreamRequest_Heartbeat_ struct { // heartbeat that the job is still running. Heartbeat *RunnerJobStreamRequest_Heartbeat `protobuf:"bytes,6,opt,name=heartbeat,proto3,oneof"` }
type RunnerJobStreamRequest_Request ¶
type RunnerJobStreamRequest_Request struct { RunnerId string `protobuf:"bytes,1,opt,name=runner_id,json=runnerId,proto3" json:"runner_id,omitempty"` // contains filtered or unexported fields }
func (*RunnerJobStreamRequest_Request) Descriptor
deprecated
func (*RunnerJobStreamRequest_Request) Descriptor() ([]byte, []int)
Deprecated: Use RunnerJobStreamRequest_Request.ProtoReflect.Descriptor instead.
func (*RunnerJobStreamRequest_Request) GetRunnerId ¶
func (x *RunnerJobStreamRequest_Request) GetRunnerId() string
func (*RunnerJobStreamRequest_Request) ProtoMessage ¶
func (*RunnerJobStreamRequest_Request) ProtoMessage()
func (*RunnerJobStreamRequest_Request) ProtoReflect ¶
func (x *RunnerJobStreamRequest_Request) ProtoReflect() protoreflect.Message
func (*RunnerJobStreamRequest_Request) Reset ¶
func (x *RunnerJobStreamRequest_Request) Reset()
func (*RunnerJobStreamRequest_Request) String ¶
func (x *RunnerJobStreamRequest_Request) String() string
type RunnerJobStreamRequest_Request_ ¶
type RunnerJobStreamRequest_Request_ struct { // request MUST BE the first message sent by a client. This is used to // signify that a runner is ready to accept a job. This is only ever // sent once. Once a job is complete, the client must terminate the // stream and open a new connection. Request *RunnerJobStreamRequest_Request `protobuf:"bytes,1,opt,name=request,proto3,oneof"` }
type RunnerJobStreamRequest_Terminal ¶
type RunnerJobStreamRequest_Terminal struct { // terminal output from the job. Terminal *GetJobStreamResponse_Terminal `protobuf:"bytes,5,opt,name=terminal,proto3,oneof"` }
type RunnerJobStreamResponse ¶
type RunnerJobStreamResponse struct { // Types that are assignable to Event: // *RunnerJobStreamResponse_Assignment // *RunnerJobStreamResponse_Cancel Event isRunnerJobStreamResponse_Event `protobuf_oneof:"event"` // contains filtered or unexported fields }
func (*RunnerJobStreamResponse) Descriptor
deprecated
func (*RunnerJobStreamResponse) Descriptor() ([]byte, []int)
Deprecated: Use RunnerJobStreamResponse.ProtoReflect.Descriptor instead.
func (*RunnerJobStreamResponse) GetAssignment ¶
func (x *RunnerJobStreamResponse) GetAssignment() *RunnerJobStreamResponse_JobAssignment
func (*RunnerJobStreamResponse) GetCancel ¶
func (x *RunnerJobStreamResponse) GetCancel() *RunnerJobStreamResponse_JobCancel
func (*RunnerJobStreamResponse) GetEvent ¶
func (m *RunnerJobStreamResponse) GetEvent() isRunnerJobStreamResponse_Event
func (*RunnerJobStreamResponse) ProtoMessage ¶
func (*RunnerJobStreamResponse) ProtoMessage()
func (*RunnerJobStreamResponse) ProtoReflect ¶
func (x *RunnerJobStreamResponse) ProtoReflect() protoreflect.Message
func (*RunnerJobStreamResponse) Reset ¶
func (x *RunnerJobStreamResponse) Reset()
func (*RunnerJobStreamResponse) String ¶
func (x *RunnerJobStreamResponse) String() string
type RunnerJobStreamResponse_Assignment ¶
type RunnerJobStreamResponse_Assignment struct { // assignment is when a job is assigned to this job stream. This // will happen ONLY in response to a "Request" message from the client. Assignment *RunnerJobStreamResponse_JobAssignment `protobuf:"bytes,1,opt,name=assignment,proto3,oneof"` }
type RunnerJobStreamResponse_Cancel ¶
type RunnerJobStreamResponse_Cancel struct { // cancel is sent when a cancel request is made. Cancel *RunnerJobStreamResponse_JobCancel `protobuf:"bytes,2,opt,name=cancel,proto3,oneof"` }
type RunnerJobStreamResponse_JobAssignment ¶
type RunnerJobStreamResponse_JobAssignment struct { Job *Job `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"` // contains filtered or unexported fields }
func (*RunnerJobStreamResponse_JobAssignment) Descriptor
deprecated
func (*RunnerJobStreamResponse_JobAssignment) Descriptor() ([]byte, []int)
Deprecated: Use RunnerJobStreamResponse_JobAssignment.ProtoReflect.Descriptor instead.
func (*RunnerJobStreamResponse_JobAssignment) GetJob ¶
func (x *RunnerJobStreamResponse_JobAssignment) GetJob() *Job
func (*RunnerJobStreamResponse_JobAssignment) ProtoMessage ¶
func (*RunnerJobStreamResponse_JobAssignment) ProtoMessage()
func (*RunnerJobStreamResponse_JobAssignment) ProtoReflect ¶
func (x *RunnerJobStreamResponse_JobAssignment) ProtoReflect() protoreflect.Message
func (*RunnerJobStreamResponse_JobAssignment) Reset ¶
func (x *RunnerJobStreamResponse_JobAssignment) Reset()
func (*RunnerJobStreamResponse_JobAssignment) String ¶
func (x *RunnerJobStreamResponse_JobAssignment) String() string
type RunnerJobStreamResponse_JobCancel ¶
type RunnerJobStreamResponse_JobCancel struct { Force bool `protobuf:"varint,1,opt,name=force,proto3" json:"force,omitempty"` // contains filtered or unexported fields }
func (*RunnerJobStreamResponse_JobCancel) Descriptor
deprecated
func (*RunnerJobStreamResponse_JobCancel) Descriptor() ([]byte, []int)
Deprecated: Use RunnerJobStreamResponse_JobCancel.ProtoReflect.Descriptor instead.
func (*RunnerJobStreamResponse_JobCancel) GetForce ¶
func (x *RunnerJobStreamResponse_JobCancel) GetForce() bool
func (*RunnerJobStreamResponse_JobCancel) ProtoMessage ¶
func (*RunnerJobStreamResponse_JobCancel) ProtoMessage()
func (*RunnerJobStreamResponse_JobCancel) ProtoReflect ¶
func (x *RunnerJobStreamResponse_JobCancel) ProtoReflect() protoreflect.Message
func (*RunnerJobStreamResponse_JobCancel) Reset ¶
func (x *RunnerJobStreamResponse_JobCancel) Reset()
func (*RunnerJobStreamResponse_JobCancel) String ¶
func (x *RunnerJobStreamResponse_JobCancel) String() string
type ServerConfig ¶
type ServerConfig struct { // The addresses that are advertised for entrypoints. These define how // applications reach back to the server. Currently you may only set // EXACTLY ONE address. In the future, we'll support multiple advertise // addrs and more controls over which are advertised when. AdvertiseAddrs []*ServerConfig_AdvertiseAddr `protobuf:"bytes,1,rep,name=advertise_addrs,json=advertiseAddrs,proto3" json:"advertise_addrs,omitempty"` // contains filtered or unexported fields }
ServerConfig is the configuration for the server that can be read and set online. This differs from the configuration used to start the server since some settings can only be set via the file vs. the API.
func (*ServerConfig) Descriptor
deprecated
func (*ServerConfig) Descriptor() ([]byte, []int)
Deprecated: Use ServerConfig.ProtoReflect.Descriptor instead.
func (*ServerConfig) GetAdvertiseAddrs ¶
func (x *ServerConfig) GetAdvertiseAddrs() []*ServerConfig_AdvertiseAddr
func (*ServerConfig) ProtoMessage ¶
func (*ServerConfig) ProtoMessage()
func (*ServerConfig) ProtoReflect ¶
func (x *ServerConfig) ProtoReflect() protoreflect.Message
func (*ServerConfig) Reset ¶
func (x *ServerConfig) Reset()
func (*ServerConfig) String ¶
func (x *ServerConfig) String() string
type ServerConfig_AdvertiseAddr ¶
type ServerConfig_AdvertiseAddr struct { Addr string `protobuf:"bytes,1,opt,name=addr,proto3" json:"addr,omitempty"` Tls bool `protobuf:"varint,2,opt,name=tls,proto3" json:"tls,omitempty"` TlsSkipVerify bool `protobuf:"varint,3,opt,name=tls_skip_verify,json=tlsSkipVerify,proto3" json:"tls_skip_verify,omitempty"` // contains filtered or unexported fields }
func (*ServerConfig_AdvertiseAddr) Descriptor
deprecated
func (*ServerConfig_AdvertiseAddr) Descriptor() ([]byte, []int)
Deprecated: Use ServerConfig_AdvertiseAddr.ProtoReflect.Descriptor instead.
func (*ServerConfig_AdvertiseAddr) GetAddr ¶
func (x *ServerConfig_AdvertiseAddr) GetAddr() string
func (*ServerConfig_AdvertiseAddr) GetTls ¶
func (x *ServerConfig_AdvertiseAddr) GetTls() bool
func (*ServerConfig_AdvertiseAddr) GetTlsSkipVerify ¶
func (x *ServerConfig_AdvertiseAddr) GetTlsSkipVerify() bool
func (*ServerConfig_AdvertiseAddr) ProtoMessage ¶
func (*ServerConfig_AdvertiseAddr) ProtoMessage()
func (*ServerConfig_AdvertiseAddr) ProtoReflect ¶
func (x *ServerConfig_AdvertiseAddr) ProtoReflect() protoreflect.Message
func (*ServerConfig_AdvertiseAddr) Reset ¶
func (x *ServerConfig_AdvertiseAddr) Reset()
func (*ServerConfig_AdvertiseAddr) String ¶
func (x *ServerConfig_AdvertiseAddr) String() string
type SetServerConfigRequest ¶
type SetServerConfigRequest struct { Config *ServerConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*SetServerConfigRequest) Descriptor
deprecated
func (*SetServerConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetServerConfigRequest.ProtoReflect.Descriptor instead.
func (*SetServerConfigRequest) GetConfig ¶
func (x *SetServerConfigRequest) GetConfig() *ServerConfig
func (*SetServerConfigRequest) ProtoMessage ¶
func (*SetServerConfigRequest) ProtoMessage()
func (*SetServerConfigRequest) ProtoReflect ¶
func (x *SetServerConfigRequest) ProtoReflect() protoreflect.Message
func (*SetServerConfigRequest) Reset ¶
func (x *SetServerConfigRequest) Reset()
func (*SetServerConfigRequest) String ¶
func (x *SetServerConfigRequest) String() string
type Status ¶
type Status struct { // state is the state of this operation. State Status_State `protobuf:"varint,1,opt,name=state,proto3,enum=hashicorp.waypoint.Status_State" json:"state,omitempty"` // details may be non-empty to provide human-friendly information // about the current status. This may change between status updates // for the same state to provide updated details about the state. Details string `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"` // error is set if the state == ERROR with the error that occurred. Error *status.Status `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"` // start_time is the time the operation was started. StartTime *timestamp.Timestamp `protobuf:"bytes,4,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` // complete_time is the time the operation completed (success or fail). CompleteTime *timestamp.Timestamp `protobuf:"bytes,5,opt,name=complete_time,json=completeTime,proto3" json:"complete_time,omitempty"` // contains filtered or unexported fields }
Status represents the status of an async operation.
func (*Status) Descriptor
deprecated
func (*Status) GetCompleteTime ¶
func (*Status) GetDetails ¶
func (*Status) GetStartTime ¶
func (*Status) GetState ¶
func (x *Status) GetState() Status_State
func (*Status) ProtoMessage ¶
func (*Status) ProtoMessage()
func (*Status) ProtoReflect ¶
func (x *Status) ProtoReflect() protoreflect.Message
type StatusFilter ¶
type StatusFilter struct { // Filters are ANDed together. Filters []*StatusFilter_Filter `protobuf:"bytes,1,rep,name=filters,proto3" json:"filters,omitempty"` // contains filtered or unexported fields }
func (*StatusFilter) Descriptor
deprecated
func (*StatusFilter) Descriptor() ([]byte, []int)
Deprecated: Use StatusFilter.ProtoReflect.Descriptor instead.
func (*StatusFilter) GetFilters ¶
func (x *StatusFilter) GetFilters() []*StatusFilter_Filter
func (*StatusFilter) ProtoMessage ¶
func (*StatusFilter) ProtoMessage()
func (*StatusFilter) ProtoReflect ¶
func (x *StatusFilter) ProtoReflect() protoreflect.Message
func (*StatusFilter) Reset ¶
func (x *StatusFilter) Reset()
func (*StatusFilter) String ¶
func (x *StatusFilter) String() string
type StatusFilter_Filter ¶
type StatusFilter_Filter struct { // Types that are assignable to Filter: // *StatusFilter_Filter_State Filter isStatusFilter_Filter_Filter `protobuf_oneof:"filter"` // contains filtered or unexported fields }
func (*StatusFilter_Filter) Descriptor
deprecated
func (*StatusFilter_Filter) Descriptor() ([]byte, []int)
Deprecated: Use StatusFilter_Filter.ProtoReflect.Descriptor instead.
func (*StatusFilter_Filter) GetFilter ¶
func (m *StatusFilter_Filter) GetFilter() isStatusFilter_Filter_Filter
func (*StatusFilter_Filter) GetState ¶
func (x *StatusFilter_Filter) GetState() Status_State
func (*StatusFilter_Filter) ProtoMessage ¶
func (*StatusFilter_Filter) ProtoMessage()
func (*StatusFilter_Filter) ProtoReflect ¶
func (x *StatusFilter_Filter) ProtoReflect() protoreflect.Message
func (*StatusFilter_Filter) Reset ¶
func (x *StatusFilter_Filter) Reset()
func (*StatusFilter_Filter) String ¶
func (x *StatusFilter_Filter) String() string
type StatusFilter_Filter_State ¶
type StatusFilter_Filter_State struct { // state will match any status that has the given state. State Status_State `protobuf:"varint,2,opt,name=state,proto3,enum=hashicorp.waypoint.Status_State,oneof"` }
type Status_State ¶
type Status_State int32
const ( Status_UNKNOWN Status_State = 0 Status_RUNNING Status_State = 1 Status_SUCCESS Status_State = 2 Status_ERROR Status_State = 3 )
func (Status_State) Descriptor ¶
func (Status_State) Descriptor() protoreflect.EnumDescriptor
func (Status_State) Enum ¶
func (x Status_State) Enum() *Status_State
func (Status_State) EnumDescriptor
deprecated
func (Status_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use Status_State.Descriptor instead.
func (Status_State) Number ¶
func (x Status_State) Number() protoreflect.EnumNumber
func (Status_State) String ¶
func (x Status_State) String() string
func (Status_State) Type ¶
func (Status_State) Type() protoreflect.EnumType
type Token ¶
type Token struct { // The user that the token is fore. User string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // A random id for the token. Also functions as a nonce when signing. TokenId []byte `protobuf:"bytes,2,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"` // When the token is valid until. After the given date, the token will be rejected. // When this is not set, the token is valid forever. ValidUntil *timestamp.Timestamp `protobuf:"bytes,3,opt,name=valid_until,json=validUntil,proto3" json:"valid_until,omitempty"` // Indicates whether or not this token can be used for to authenticate RPCs. Login bool `protobuf:"varint,4,opt,name=login,proto3" json:"login,omitempty"` // Inidicates whether or not this token can be used as an invite. Invite bool `protobuf:"varint,5,opt,name=invite,proto3" json:"invite,omitempty"` // Entrypoint if set indicates that this token is for entrypoint binary // usage only and specific restrictions are specified in this message. Entrypoint *Token_Entrypoint `protobuf:"bytes,6,opt,name=entrypoint,proto3" json:"entrypoint,omitempty"` // contains filtered or unexported fields }
The authenticated Token information. This is used to authenticate requests.
func (*Token) Descriptor
deprecated
func (*Token) GetEntrypoint ¶
func (x *Token) GetEntrypoint() *Token_Entrypoint
func (*Token) GetTokenId ¶
func (*Token) GetValidUntil ¶
func (*Token) ProtoMessage ¶
func (*Token) ProtoMessage()
func (*Token) ProtoReflect ¶
func (x *Token) ProtoReflect() protoreflect.Message
type TokenTransport ¶
type TokenTransport struct { // A Marshaled token, stored as bytes because we need to to validate // it with the given signature. Body []byte `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` // The signature of body for validation. Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // The key used to generate the signature. KeyId string `protobuf:"bytes,3,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"` // Any configuration style metadata that can be passed along with the token // without invalidating the token body itself. Metadata map[string]string `` /* 157-byte string literal not displayed */ // contains filtered or unexported fields }
The outer structure of the token that is directly Marshaled and ASCII armored.
func (*TokenTransport) Descriptor
deprecated
func (*TokenTransport) Descriptor() ([]byte, []int)
Deprecated: Use TokenTransport.ProtoReflect.Descriptor instead.
func (*TokenTransport) GetBody ¶
func (x *TokenTransport) GetBody() []byte
func (*TokenTransport) GetKeyId ¶
func (x *TokenTransport) GetKeyId() string
func (*TokenTransport) GetMetadata ¶
func (x *TokenTransport) GetMetadata() map[string]string
func (*TokenTransport) GetSignature ¶
func (x *TokenTransport) GetSignature() []byte
func (*TokenTransport) ProtoMessage ¶
func (*TokenTransport) ProtoMessage()
func (*TokenTransport) ProtoReflect ¶
func (x *TokenTransport) ProtoReflect() protoreflect.Message
func (*TokenTransport) Reset ¶
func (x *TokenTransport) Reset()
func (*TokenTransport) String ¶
func (x *TokenTransport) String() string
type Token_Entrypoint ¶
type Token_Entrypoint struct { // deployment id is the deployment to restrict this token to. DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"` // contains filtered or unexported fields }
func (*Token_Entrypoint) Descriptor
deprecated
func (*Token_Entrypoint) Descriptor() ([]byte, []int)
Deprecated: Use Token_Entrypoint.ProtoReflect.Descriptor instead.
func (*Token_Entrypoint) GetDeploymentId ¶
func (x *Token_Entrypoint) GetDeploymentId() string
func (*Token_Entrypoint) ProtoMessage ¶
func (*Token_Entrypoint) ProtoMessage()
func (*Token_Entrypoint) ProtoReflect ¶
func (x *Token_Entrypoint) ProtoReflect() protoreflect.Message
func (*Token_Entrypoint) Reset ¶
func (x *Token_Entrypoint) Reset()
func (*Token_Entrypoint) String ¶
func (x *Token_Entrypoint) String() string
type UnimplementedWaypointServer ¶
type UnimplementedWaypointServer struct { }
UnimplementedWaypointServer can be embedded to have forward compatible implementations.
func (*UnimplementedWaypointServer) BootstrapToken ¶
func (*UnimplementedWaypointServer) BootstrapToken(context.Context, *empty.Empty) (*NewTokenResponse, error)
func (*UnimplementedWaypointServer) CancelJob ¶
func (*UnimplementedWaypointServer) CancelJob(context.Context, *CancelJobRequest) (*empty.Empty, error)
func (*UnimplementedWaypointServer) ConvertInviteToken ¶
func (*UnimplementedWaypointServer) ConvertInviteToken(context.Context, *ConvertInviteTokenRequest) (*NewTokenResponse, error)
func (*UnimplementedWaypointServer) CreateHostname ¶
func (*UnimplementedWaypointServer) CreateHostname(context.Context, *CreateHostnameRequest) (*CreateHostnameResponse, error)
func (*UnimplementedWaypointServer) DeleteHostname ¶
func (*UnimplementedWaypointServer) DeleteHostname(context.Context, *DeleteHostnameRequest) (*empty.Empty, error)
func (*UnimplementedWaypointServer) EntrypointConfig ¶
func (*UnimplementedWaypointServer) EntrypointConfig(*EntrypointConfigRequest, Waypoint_EntrypointConfigServer) error
func (*UnimplementedWaypointServer) EntrypointExecStream ¶
func (*UnimplementedWaypointServer) EntrypointExecStream(Waypoint_EntrypointExecStreamServer) error
func (*UnimplementedWaypointServer) EntrypointLogStream ¶
func (*UnimplementedWaypointServer) EntrypointLogStream(Waypoint_EntrypointLogStreamServer) error
func (*UnimplementedWaypointServer) GenerateInviteToken ¶
func (*UnimplementedWaypointServer) GenerateInviteToken(context.Context, *InviteTokenRequest) (*NewTokenResponse, error)
func (*UnimplementedWaypointServer) GenerateLoginToken ¶
func (*UnimplementedWaypointServer) GenerateLoginToken(context.Context, *empty.Empty) (*NewTokenResponse, error)
func (*UnimplementedWaypointServer) GetBuild ¶
func (*UnimplementedWaypointServer) GetBuild(context.Context, *GetBuildRequest) (*Build, error)
func (*UnimplementedWaypointServer) GetConfig ¶
func (*UnimplementedWaypointServer) GetConfig(context.Context, *ConfigGetRequest) (*ConfigGetResponse, error)
func (*UnimplementedWaypointServer) GetDeployment ¶
func (*UnimplementedWaypointServer) GetDeployment(context.Context, *GetDeploymentRequest) (*Deployment, error)
func (*UnimplementedWaypointServer) GetJob ¶
func (*UnimplementedWaypointServer) GetJob(context.Context, *GetJobRequest) (*Job, error)
func (*UnimplementedWaypointServer) GetJobStream ¶
func (*UnimplementedWaypointServer) GetJobStream(*GetJobStreamRequest, Waypoint_GetJobStreamServer) error
func (*UnimplementedWaypointServer) GetLatestBuild ¶
func (*UnimplementedWaypointServer) GetLatestBuild(context.Context, *GetLatestBuildRequest) (*Build, error)
func (*UnimplementedWaypointServer) GetLatestPushedArtifact ¶
func (*UnimplementedWaypointServer) GetLatestPushedArtifact(context.Context, *GetLatestPushedArtifactRequest) (*PushedArtifact, error)
func (*UnimplementedWaypointServer) GetLatestRelease ¶
func (*UnimplementedWaypointServer) GetLatestRelease(context.Context, *GetLatestReleaseRequest) (*Release, error)
func (*UnimplementedWaypointServer) GetLogStream ¶
func (*UnimplementedWaypointServer) GetLogStream(*GetLogStreamRequest, Waypoint_GetLogStreamServer) error
func (*UnimplementedWaypointServer) GetProject ¶
func (*UnimplementedWaypointServer) GetProject(context.Context, *GetProjectRequest) (*GetProjectResponse, error)
func (*UnimplementedWaypointServer) GetPushedArtifact ¶
func (*UnimplementedWaypointServer) GetPushedArtifact(context.Context, *GetPushedArtifactRequest) (*PushedArtifact, error)
func (*UnimplementedWaypointServer) GetRelease ¶
func (*UnimplementedWaypointServer) GetRelease(context.Context, *GetReleaseRequest) (*Release, error)
func (*UnimplementedWaypointServer) GetRunner ¶
func (*UnimplementedWaypointServer) GetRunner(context.Context, *GetRunnerRequest) (*Runner, error)
func (*UnimplementedWaypointServer) GetServerConfig ¶
func (*UnimplementedWaypointServer) GetServerConfig(context.Context, *empty.Empty) (*GetServerConfigResponse, error)
func (*UnimplementedWaypointServer) GetVersionInfo ¶
func (*UnimplementedWaypointServer) GetVersionInfo(context.Context, *empty.Empty) (*GetVersionInfoResponse, error)
func (*UnimplementedWaypointServer) GetWorkspace ¶
func (*UnimplementedWaypointServer) GetWorkspace(context.Context, *GetWorkspaceRequest) (*GetWorkspaceResponse, error)
func (*UnimplementedWaypointServer) ListBuilds ¶
func (*UnimplementedWaypointServer) ListBuilds(context.Context, *ListBuildsRequest) (*ListBuildsResponse, error)
func (*UnimplementedWaypointServer) ListDeployments ¶
func (*UnimplementedWaypointServer) ListDeployments(context.Context, *ListDeploymentsRequest) (*ListDeploymentsResponse, error)
func (*UnimplementedWaypointServer) ListHostnames ¶
func (*UnimplementedWaypointServer) ListHostnames(context.Context, *ListHostnamesRequest) (*ListHostnamesResponse, error)
func (*UnimplementedWaypointServer) ListInstances ¶
func (*UnimplementedWaypointServer) ListInstances(context.Context, *ListInstancesRequest) (*ListInstancesResponse, error)
func (*UnimplementedWaypointServer) ListProjects ¶
func (*UnimplementedWaypointServer) ListProjects(context.Context, *empty.Empty) (*ListProjectsResponse, error)
func (*UnimplementedWaypointServer) ListPushedArtifacts ¶
func (*UnimplementedWaypointServer) ListPushedArtifacts(context.Context, *ListPushedArtifactsRequest) (*ListPushedArtifactsResponse, error)
func (*UnimplementedWaypointServer) ListReleases ¶
func (*UnimplementedWaypointServer) ListReleases(context.Context, *ListReleasesRequest) (*ListReleasesResponse, error)
func (*UnimplementedWaypointServer) ListWorkspaces ¶
func (*UnimplementedWaypointServer) ListWorkspaces(context.Context, *empty.Empty) (*ListWorkspacesResponse, error)
func (*UnimplementedWaypointServer) QueueJob ¶
func (*UnimplementedWaypointServer) QueueJob(context.Context, *QueueJobRequest) (*QueueJobResponse, error)
func (*UnimplementedWaypointServer) RunnerConfig ¶
func (*UnimplementedWaypointServer) RunnerConfig(Waypoint_RunnerConfigServer) error
func (*UnimplementedWaypointServer) RunnerGetDeploymentConfig ¶
func (*UnimplementedWaypointServer) RunnerGetDeploymentConfig(context.Context, *RunnerGetDeploymentConfigRequest) (*RunnerGetDeploymentConfigResponse, error)
func (*UnimplementedWaypointServer) RunnerJobStream ¶
func (*UnimplementedWaypointServer) RunnerJobStream(Waypoint_RunnerJobStreamServer) error
func (*UnimplementedWaypointServer) SetConfig ¶
func (*UnimplementedWaypointServer) SetConfig(context.Context, *ConfigSetRequest) (*ConfigSetResponse, error)
func (*UnimplementedWaypointServer) SetServerConfig ¶
func (*UnimplementedWaypointServer) SetServerConfig(context.Context, *SetServerConfigRequest) (*empty.Empty, error)
func (*UnimplementedWaypointServer) StartExecStream ¶
func (*UnimplementedWaypointServer) StartExecStream(Waypoint_StartExecStreamServer) error
func (*UnimplementedWaypointServer) UpsertApplication ¶
func (*UnimplementedWaypointServer) UpsertApplication(context.Context, *UpsertApplicationRequest) (*UpsertApplicationResponse, error)
func (*UnimplementedWaypointServer) UpsertBuild ¶
func (*UnimplementedWaypointServer) UpsertBuild(context.Context, *UpsertBuildRequest) (*UpsertBuildResponse, error)
func (*UnimplementedWaypointServer) UpsertDeployment ¶
func (*UnimplementedWaypointServer) UpsertDeployment(context.Context, *UpsertDeploymentRequest) (*UpsertDeploymentResponse, error)
func (*UnimplementedWaypointServer) UpsertProject ¶
func (*UnimplementedWaypointServer) UpsertProject(context.Context, *UpsertProjectRequest) (*UpsertProjectResponse, error)
func (*UnimplementedWaypointServer) UpsertPushedArtifact ¶
func (*UnimplementedWaypointServer) UpsertPushedArtifact(context.Context, *UpsertPushedArtifactRequest) (*UpsertPushedArtifactResponse, error)
func (*UnimplementedWaypointServer) UpsertRelease ¶
func (*UnimplementedWaypointServer) UpsertRelease(context.Context, *UpsertReleaseRequest) (*UpsertReleaseResponse, error)
func (*UnimplementedWaypointServer) ValidateJob ¶
func (*UnimplementedWaypointServer) ValidateJob(context.Context, *ValidateJobRequest) (*ValidateJobResponse, error)
func (*UnimplementedWaypointServer) XListJobs ¶
func (*UnimplementedWaypointServer) XListJobs(context.Context, *ListJobsRequest) (*ListJobsResponse, error)
type UpsertApplicationRequest ¶
type UpsertApplicationRequest struct { // project to register the app against Project *Ref_Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` // name of the application to register Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*UpsertApplicationRequest) Descriptor
deprecated
func (*UpsertApplicationRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpsertApplicationRequest.ProtoReflect.Descriptor instead.
func (*UpsertApplicationRequest) GetName ¶
func (x *UpsertApplicationRequest) GetName() string
func (*UpsertApplicationRequest) GetProject ¶
func (x *UpsertApplicationRequest) GetProject() *Ref_Project
func (*UpsertApplicationRequest) ProtoMessage ¶
func (*UpsertApplicationRequest) ProtoMessage()
func (*UpsertApplicationRequest) ProtoReflect ¶
func (x *UpsertApplicationRequest) ProtoReflect() protoreflect.Message
func (*UpsertApplicationRequest) Reset ¶
func (x *UpsertApplicationRequest) Reset()
func (*UpsertApplicationRequest) String ¶
func (x *UpsertApplicationRequest) String() string
type UpsertApplicationResponse ¶
type UpsertApplicationResponse struct { Application *Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` // contains filtered or unexported fields }
func (*UpsertApplicationResponse) Descriptor
deprecated
func (*UpsertApplicationResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpsertApplicationResponse.ProtoReflect.Descriptor instead.
func (*UpsertApplicationResponse) GetApplication ¶
func (x *UpsertApplicationResponse) GetApplication() *Application
func (*UpsertApplicationResponse) ProtoMessage ¶
func (*UpsertApplicationResponse) ProtoMessage()
func (*UpsertApplicationResponse) ProtoReflect ¶
func (x *UpsertApplicationResponse) ProtoReflect() protoreflect.Message
func (*UpsertApplicationResponse) Reset ¶
func (x *UpsertApplicationResponse) Reset()
func (*UpsertApplicationResponse) String ¶
func (x *UpsertApplicationResponse) String() string
type UpsertBuildRequest ¶
type UpsertBuildRequest struct { // Build to upsert. If an ID is not set, this will be an insert operation. // If the ID is set, that build is updated. It is an error if an update // is requested on a non-existent build. Build *Build `protobuf:"bytes,1,opt,name=build,proto3" json:"build,omitempty"` // contains filtered or unexported fields }
func (*UpsertBuildRequest) Descriptor
deprecated
func (*UpsertBuildRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpsertBuildRequest.ProtoReflect.Descriptor instead.
func (*UpsertBuildRequest) GetBuild ¶
func (x *UpsertBuildRequest) GetBuild() *Build
func (*UpsertBuildRequest) ProtoMessage ¶
func (*UpsertBuildRequest) ProtoMessage()
func (*UpsertBuildRequest) ProtoReflect ¶
func (x *UpsertBuildRequest) ProtoReflect() protoreflect.Message
func (*UpsertBuildRequest) Reset ¶
func (x *UpsertBuildRequest) Reset()
func (*UpsertBuildRequest) String ¶
func (x *UpsertBuildRequest) String() string
type UpsertBuildResponse ¶
type UpsertBuildResponse struct { Build *Build `protobuf:"bytes,1,opt,name=build,proto3" json:"build,omitempty"` // contains filtered or unexported fields }
func (*UpsertBuildResponse) Descriptor
deprecated
func (*UpsertBuildResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpsertBuildResponse.ProtoReflect.Descriptor instead.
func (*UpsertBuildResponse) GetBuild ¶
func (x *UpsertBuildResponse) GetBuild() *Build
func (*UpsertBuildResponse) ProtoMessage ¶
func (*UpsertBuildResponse) ProtoMessage()
func (*UpsertBuildResponse) ProtoReflect ¶
func (x *UpsertBuildResponse) ProtoReflect() protoreflect.Message
func (*UpsertBuildResponse) Reset ¶
func (x *UpsertBuildResponse) Reset()
func (*UpsertBuildResponse) String ¶
func (x *UpsertBuildResponse) String() string
type UpsertDeploymentRequest ¶
type UpsertDeploymentRequest struct { // deployment to upsert. If the id in the artifact is empty, then this // will be an insert. Otherwise, this will be an update and if the ID // isn't found, it will be an error. Deployment *Deployment `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"` // auto_hostname will automatically create a hostname for this app if // one doesn't already exist. This hostname maps to the entire app/workspace // combo, not specifically to this deployment. // // This is a "tri-state" boolean because if this is unset then we use // the configured defaults for the server configuration. AutoHostname UpsertDeploymentRequest_Tristate `` /* 155-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UpsertDeploymentRequest) Descriptor
deprecated
func (*UpsertDeploymentRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpsertDeploymentRequest.ProtoReflect.Descriptor instead.
func (*UpsertDeploymentRequest) GetAutoHostname ¶
func (x *UpsertDeploymentRequest) GetAutoHostname() UpsertDeploymentRequest_Tristate
func (*UpsertDeploymentRequest) GetDeployment ¶
func (x *UpsertDeploymentRequest) GetDeployment() *Deployment
func (*UpsertDeploymentRequest) ProtoMessage ¶
func (*UpsertDeploymentRequest) ProtoMessage()
func (*UpsertDeploymentRequest) ProtoReflect ¶
func (x *UpsertDeploymentRequest) ProtoReflect() protoreflect.Message
func (*UpsertDeploymentRequest) Reset ¶
func (x *UpsertDeploymentRequest) Reset()
func (*UpsertDeploymentRequest) String ¶
func (x *UpsertDeploymentRequest) String() string
type UpsertDeploymentRequest_Tristate ¶
type UpsertDeploymentRequest_Tristate int32
const ( UpsertDeploymentRequest_UNSET UpsertDeploymentRequest_Tristate = 0 UpsertDeploymentRequest_TRUE UpsertDeploymentRequest_Tristate = 1 UpsertDeploymentRequest_FALSE UpsertDeploymentRequest_Tristate = 2 )
func (UpsertDeploymentRequest_Tristate) Descriptor ¶
func (UpsertDeploymentRequest_Tristate) Descriptor() protoreflect.EnumDescriptor
func (UpsertDeploymentRequest_Tristate) Enum ¶
func (x UpsertDeploymentRequest_Tristate) Enum() *UpsertDeploymentRequest_Tristate
func (UpsertDeploymentRequest_Tristate) EnumDescriptor
deprecated
func (UpsertDeploymentRequest_Tristate) EnumDescriptor() ([]byte, []int)
Deprecated: Use UpsertDeploymentRequest_Tristate.Descriptor instead.
func (UpsertDeploymentRequest_Tristate) Number ¶
func (x UpsertDeploymentRequest_Tristate) Number() protoreflect.EnumNumber
func (UpsertDeploymentRequest_Tristate) String ¶
func (x UpsertDeploymentRequest_Tristate) String() string
func (UpsertDeploymentRequest_Tristate) Type ¶
func (UpsertDeploymentRequest_Tristate) Type() protoreflect.EnumType
type UpsertDeploymentResponse ¶
type UpsertDeploymentResponse struct { // resulting object, you should replace this with what was sent in the request // since the update operation may touch up the input data (i.e. update // timestamps) Deployment *Deployment `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"` // contains filtered or unexported fields }
func (*UpsertDeploymentResponse) Descriptor
deprecated
func (*UpsertDeploymentResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpsertDeploymentResponse.ProtoReflect.Descriptor instead.
func (*UpsertDeploymentResponse) GetDeployment ¶
func (x *UpsertDeploymentResponse) GetDeployment() *Deployment
func (*UpsertDeploymentResponse) ProtoMessage ¶
func (*UpsertDeploymentResponse) ProtoMessage()
func (*UpsertDeploymentResponse) ProtoReflect ¶
func (x *UpsertDeploymentResponse) ProtoReflect() protoreflect.Message
func (*UpsertDeploymentResponse) Reset ¶
func (x *UpsertDeploymentResponse) Reset()
func (*UpsertDeploymentResponse) String ¶
func (x *UpsertDeploymentResponse) String() string
type UpsertProjectRequest ¶
type UpsertProjectRequest struct { // Project to upsert. See the message for what fields to set. Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` // contains filtered or unexported fields }
func (*UpsertProjectRequest) Descriptor
deprecated
func (*UpsertProjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpsertProjectRequest.ProtoReflect.Descriptor instead.
func (*UpsertProjectRequest) GetProject ¶
func (x *UpsertProjectRequest) GetProject() *Project
func (*UpsertProjectRequest) ProtoMessage ¶
func (*UpsertProjectRequest) ProtoMessage()
func (*UpsertProjectRequest) ProtoReflect ¶
func (x *UpsertProjectRequest) ProtoReflect() protoreflect.Message
func (*UpsertProjectRequest) Reset ¶
func (x *UpsertProjectRequest) Reset()
func (*UpsertProjectRequest) String ¶
func (x *UpsertProjectRequest) String() string
type UpsertProjectResponse ¶
type UpsertProjectResponse struct { Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` // contains filtered or unexported fields }
func (*UpsertProjectResponse) Descriptor
deprecated
func (*UpsertProjectResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpsertProjectResponse.ProtoReflect.Descriptor instead.
func (*UpsertProjectResponse) GetProject ¶
func (x *UpsertProjectResponse) GetProject() *Project
func (*UpsertProjectResponse) ProtoMessage ¶
func (*UpsertProjectResponse) ProtoMessage()
func (*UpsertProjectResponse) ProtoReflect ¶
func (x *UpsertProjectResponse) ProtoReflect() protoreflect.Message
func (*UpsertProjectResponse) Reset ¶
func (x *UpsertProjectResponse) Reset()
func (*UpsertProjectResponse) String ¶
func (x *UpsertProjectResponse) String() string
type UpsertPushedArtifactRequest ¶
type UpsertPushedArtifactRequest struct { // artifact to upsert. If the id in the artifact is empty, then this // will be an insert. Otherwise, this will be an update and if the ID // isn't found, it will be an error. Artifact *PushedArtifact `protobuf:"bytes,1,opt,name=artifact,proto3" json:"artifact,omitempty"` // contains filtered or unexported fields }
func (*UpsertPushedArtifactRequest) Descriptor
deprecated
func (*UpsertPushedArtifactRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpsertPushedArtifactRequest.ProtoReflect.Descriptor instead.
func (*UpsertPushedArtifactRequest) GetArtifact ¶
func (x *UpsertPushedArtifactRequest) GetArtifact() *PushedArtifact
func (*UpsertPushedArtifactRequest) ProtoMessage ¶
func (*UpsertPushedArtifactRequest) ProtoMessage()
func (*UpsertPushedArtifactRequest) ProtoReflect ¶
func (x *UpsertPushedArtifactRequest) ProtoReflect() protoreflect.Message
func (*UpsertPushedArtifactRequest) Reset ¶
func (x *UpsertPushedArtifactRequest) Reset()
func (*UpsertPushedArtifactRequest) String ¶
func (x *UpsertPushedArtifactRequest) String() string
type UpsertPushedArtifactResponse ¶
type UpsertPushedArtifactResponse struct { // resulting push object, you should replace this with what was sent // since the update operation may touch up the input data (i.e. update // timestamps) Artifact *PushedArtifact `protobuf:"bytes,1,opt,name=artifact,proto3" json:"artifact,omitempty"` // contains filtered or unexported fields }
func (*UpsertPushedArtifactResponse) Descriptor
deprecated
func (*UpsertPushedArtifactResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpsertPushedArtifactResponse.ProtoReflect.Descriptor instead.
func (*UpsertPushedArtifactResponse) GetArtifact ¶
func (x *UpsertPushedArtifactResponse) GetArtifact() *PushedArtifact
func (*UpsertPushedArtifactResponse) ProtoMessage ¶
func (*UpsertPushedArtifactResponse) ProtoMessage()
func (*UpsertPushedArtifactResponse) ProtoReflect ¶
func (x *UpsertPushedArtifactResponse) ProtoReflect() protoreflect.Message
func (*UpsertPushedArtifactResponse) Reset ¶
func (x *UpsertPushedArtifactResponse) Reset()
func (*UpsertPushedArtifactResponse) String ¶
func (x *UpsertPushedArtifactResponse) String() string
type UpsertReleaseRequest ¶
type UpsertReleaseRequest struct { // release to upsert. If the id in the artifact is empty, then this // will be an insert. Otherwise, this will be an update and if the ID // isn't found, it will be an error. Release *Release `protobuf:"bytes,1,opt,name=release,proto3" json:"release,omitempty"` // contains filtered or unexported fields }
func (*UpsertReleaseRequest) Descriptor
deprecated
func (*UpsertReleaseRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpsertReleaseRequest.ProtoReflect.Descriptor instead.
func (*UpsertReleaseRequest) GetRelease ¶
func (x *UpsertReleaseRequest) GetRelease() *Release
func (*UpsertReleaseRequest) ProtoMessage ¶
func (*UpsertReleaseRequest) ProtoMessage()
func (*UpsertReleaseRequest) ProtoReflect ¶
func (x *UpsertReleaseRequest) ProtoReflect() protoreflect.Message
func (*UpsertReleaseRequest) Reset ¶
func (x *UpsertReleaseRequest) Reset()
func (*UpsertReleaseRequest) String ¶
func (x *UpsertReleaseRequest) String() string
type UpsertReleaseResponse ¶
type UpsertReleaseResponse struct { // resulting object, you should replace this with what was sent in the request // since the update operation may touch up the input data (i.e. update // timestamps) Release *Release `protobuf:"bytes,1,opt,name=release,proto3" json:"release,omitempty"` // contains filtered or unexported fields }
func (*UpsertReleaseResponse) Descriptor
deprecated
func (*UpsertReleaseResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpsertReleaseResponse.ProtoReflect.Descriptor instead.
func (*UpsertReleaseResponse) GetRelease ¶
func (x *UpsertReleaseResponse) GetRelease() *Release
func (*UpsertReleaseResponse) ProtoMessage ¶
func (*UpsertReleaseResponse) ProtoMessage()
func (*UpsertReleaseResponse) ProtoReflect ¶
func (x *UpsertReleaseResponse) ProtoReflect() protoreflect.Message
func (*UpsertReleaseResponse) Reset ¶
func (x *UpsertReleaseResponse) Reset()
func (*UpsertReleaseResponse) String ¶
func (x *UpsertReleaseResponse) String() string
type ValidateJobRequest ¶
type ValidateJobRequest struct { // The job to validate. Job *Job `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"` // If true, will NOT validate that the job is assignable. DisableAssign bool `protobuf:"varint,2,opt,name=disable_assign,json=disableAssign,proto3" json:"disable_assign,omitempty"` // contains filtered or unexported fields }
func (*ValidateJobRequest) Descriptor
deprecated
func (*ValidateJobRequest) Descriptor() ([]byte, []int)
Deprecated: Use ValidateJobRequest.ProtoReflect.Descriptor instead.
func (*ValidateJobRequest) GetDisableAssign ¶
func (x *ValidateJobRequest) GetDisableAssign() bool
func (*ValidateJobRequest) GetJob ¶
func (x *ValidateJobRequest) GetJob() *Job
func (*ValidateJobRequest) ProtoMessage ¶
func (*ValidateJobRequest) ProtoMessage()
func (*ValidateJobRequest) ProtoReflect ¶
func (x *ValidateJobRequest) ProtoReflect() protoreflect.Message
func (*ValidateJobRequest) Reset ¶
func (x *ValidateJobRequest) Reset()
func (*ValidateJobRequest) String ¶
func (x *ValidateJobRequest) String() string
type ValidateJobResponse ¶
type ValidateJobResponse struct { // valid will be true if the job structure is valid. If it is invalid // validation_error will be set with a reason. Valid bool `protobuf:"varint,1,opt,name=valid,proto3" json:"valid,omitempty"` ValidationError *status.Status `protobuf:"bytes,2,opt,name=validation_error,json=validationError,proto3" json:"validation_error,omitempty"` // assignable will be true if the job is assignable at this point-in-time. // Assignable means that there are runners registered with the server that // claim to be able to service this job. Note that this is a point-in-time // result so it doesn't guarantee that a job will be serviced when queued. // Additionally, assignability doesn't imply anything about queue length, // so the job may still be queued for some time. // // This will always be false if "valid" is false since we don't check // assignability of invalid jobs. Assignable bool `protobuf:"varint,3,opt,name=assignable,proto3" json:"assignable,omitempty"` // contains filtered or unexported fields }
func (*ValidateJobResponse) Descriptor
deprecated
func (*ValidateJobResponse) Descriptor() ([]byte, []int)
Deprecated: Use ValidateJobResponse.ProtoReflect.Descriptor instead.
func (*ValidateJobResponse) GetAssignable ¶
func (x *ValidateJobResponse) GetAssignable() bool
func (*ValidateJobResponse) GetValid ¶
func (x *ValidateJobResponse) GetValid() bool
func (*ValidateJobResponse) GetValidationError ¶
func (x *ValidateJobResponse) GetValidationError() *status.Status
func (*ValidateJobResponse) ProtoMessage ¶
func (*ValidateJobResponse) ProtoMessage()
func (*ValidateJobResponse) ProtoReflect ¶
func (x *ValidateJobResponse) ProtoReflect() protoreflect.Message
func (*ValidateJobResponse) Reset ¶
func (x *ValidateJobResponse) Reset()
func (*ValidateJobResponse) String ¶
func (x *ValidateJobResponse) String() string
type VersionInfo ¶
type VersionInfo struct { Api *VersionInfo_ProtocolVersion `protobuf:"bytes,1,opt,name=api,proto3" json:"api,omitempty"` Entrypoint *VersionInfo_ProtocolVersion `protobuf:"bytes,2,opt,name=entrypoint,proto3" json:"entrypoint,omitempty"` // Full version string (semver-syntax). This may be hidden/blank for // security purposes so clients should gracefully handle blank values. Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*VersionInfo) Descriptor
deprecated
func (*VersionInfo) Descriptor() ([]byte, []int)
Deprecated: Use VersionInfo.ProtoReflect.Descriptor instead.
func (*VersionInfo) GetApi ¶
func (x *VersionInfo) GetApi() *VersionInfo_ProtocolVersion
func (*VersionInfo) GetEntrypoint ¶
func (x *VersionInfo) GetEntrypoint() *VersionInfo_ProtocolVersion
func (*VersionInfo) GetVersion ¶
func (x *VersionInfo) GetVersion() string
func (*VersionInfo) ProtoMessage ¶
func (*VersionInfo) ProtoMessage()
func (*VersionInfo) ProtoReflect ¶
func (x *VersionInfo) ProtoReflect() protoreflect.Message
func (*VersionInfo) Reset ¶
func (x *VersionInfo) Reset()
func (*VersionInfo) String ¶
func (x *VersionInfo) String() string
type VersionInfo_ProtocolVersion ¶
type VersionInfo_ProtocolVersion struct { Current uint32 `protobuf:"varint,1,opt,name=current,proto3" json:"current,omitempty"` Minimum uint32 `protobuf:"varint,2,opt,name=minimum,proto3" json:"minimum,omitempty"` // contains filtered or unexported fields }
func (*VersionInfo_ProtocolVersion) Descriptor
deprecated
func (*VersionInfo_ProtocolVersion) Descriptor() ([]byte, []int)
Deprecated: Use VersionInfo_ProtocolVersion.ProtoReflect.Descriptor instead.
func (*VersionInfo_ProtocolVersion) GetCurrent ¶
func (x *VersionInfo_ProtocolVersion) GetCurrent() uint32
func (*VersionInfo_ProtocolVersion) GetMinimum ¶
func (x *VersionInfo_ProtocolVersion) GetMinimum() uint32
func (*VersionInfo_ProtocolVersion) ProtoMessage ¶
func (*VersionInfo_ProtocolVersion) ProtoMessage()
func (*VersionInfo_ProtocolVersion) ProtoReflect ¶
func (x *VersionInfo_ProtocolVersion) ProtoReflect() protoreflect.Message
func (*VersionInfo_ProtocolVersion) Reset ¶
func (x *VersionInfo_ProtocolVersion) Reset()
func (*VersionInfo_ProtocolVersion) String ¶
func (x *VersionInfo_ProtocolVersion) String() string
type WaypointClient ¶
type WaypointClient interface { // GetVersionInfo returns information about the server. This RPC call does // NOT require authentication. It can be used by clients to determine if they // are capable of talking to this server. GetVersionInfo(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*GetVersionInfoResponse, error) // ListWorkspaces returns a list of all workspaces. // // Note that currently this list is never pruned, even if a workspace is // no longer in use. We plan to prune this in a future improvement. ListWorkspaces(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*ListWorkspacesResponse, error) // GetWorkspace returns the workspace. GetWorkspace(ctx context.Context, in *GetWorkspaceRequest, opts ...grpc.CallOption) (*GetWorkspaceResponse, error) // UpsertProject upserts the project. UpsertProject(ctx context.Context, in *UpsertProjectRequest, opts ...grpc.CallOption) (*UpsertProjectResponse, error) // GetProject returns the project. GetProject(ctx context.Context, in *GetProjectRequest, opts ...grpc.CallOption) (*GetProjectResponse, error) // ListProjects returns a list of all the projects. There is no equivalent // ListApplications because applications are a part of projects and you // can use GetProject to get more information about the project. ListProjects(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*ListProjectsResponse, error) // UpsertApplication upserts an application with a project. If the application // is already registered this does nothing. UpsertApplication(ctx context.Context, in *UpsertApplicationRequest, opts ...grpc.CallOption) (*UpsertApplicationResponse, error) // ListBuilds returns the builds. ListBuilds(ctx context.Context, in *ListBuildsRequest, opts ...grpc.CallOption) (*ListBuildsResponse, error) // GetBuild returns a build GetBuild(ctx context.Context, in *GetBuildRequest, opts ...grpc.CallOption) (*Build, error) // ListPushedArtifacts returns the builds. ListPushedArtifacts(ctx context.Context, in *ListPushedArtifactsRequest, opts ...grpc.CallOption) (*ListPushedArtifactsResponse, error) // GetPushedArtifact returns a deployment GetPushedArtifact(ctx context.Context, in *GetPushedArtifactRequest, opts ...grpc.CallOption) (*PushedArtifact, error) // ListDeployments returns the deployments. ListDeployments(ctx context.Context, in *ListDeploymentsRequest, opts ...grpc.CallOption) (*ListDeploymentsResponse, error) // ListInstances returns the running instances of deployments. ListInstances(ctx context.Context, in *ListInstancesRequest, opts ...grpc.CallOption) (*ListInstancesResponse, error) // GetDeployment returns a deployment GetDeployment(ctx context.Context, in *GetDeploymentRequest, opts ...grpc.CallOption) (*Deployment, error) // GetLatestBuild returns the most recent successfully completed build // for an app. GetLatestBuild(ctx context.Context, in *GetLatestBuildRequest, opts ...grpc.CallOption) (*Build, error) // GetLatestPushedArtifact returns the most recent successfully completed // artifact push for an app. GetLatestPushedArtifact(ctx context.Context, in *GetLatestPushedArtifactRequest, opts ...grpc.CallOption) (*PushedArtifact, error) // ListReleases returns the deployments. ListReleases(ctx context.Context, in *ListReleasesRequest, opts ...grpc.CallOption) (*ListReleasesResponse, error) // GetRelease returns a deployment GetRelease(ctx context.Context, in *GetReleaseRequest, opts ...grpc.CallOption) (*Release, error) // GetLatestRelease returns the most recent successfully completed // artifact push for an app. GetLatestRelease(ctx context.Context, in *GetLatestReleaseRequest, opts ...grpc.CallOption) (*Release, error) // GetLogStream reads the log stream for a deployment. This will immediately // send a single LogEntry with the lines we have so far. If there are no // available lines this will NOT block and instead will return an error. // The client can choose to retry or not. GetLogStream(ctx context.Context, in *GetLogStreamRequest, opts ...grpc.CallOption) (Waypoint_GetLogStreamClient, error) // StartExecStream starts an exec session. StartExecStream(ctx context.Context, opts ...grpc.CallOption) (Waypoint_StartExecStreamClient, error) // Set a single configuration item for the application. SetConfig(ctx context.Context, in *ConfigSetRequest, opts ...grpc.CallOption) (*ConfigSetResponse, error) // Retrieve merged configuration values for a specific scope. You can determine // where a configuration variable was set by looking at the scope field on // each variable. GetConfig(ctx context.Context, in *ConfigGetRequest, opts ...grpc.CallOption) (*ConfigGetResponse, error) // Create a hostname with the URL service. CreateHostname(ctx context.Context, in *CreateHostnameRequest, opts ...grpc.CallOption) (*CreateHostnameResponse, error) // Delete a hostname with the URL service. DeleteHostname(ctx context.Context, in *DeleteHostnameRequest, opts ...grpc.CallOption) (*empty.Empty, error) // List all our registered hostnames. ListHostnames(ctx context.Context, in *ListHostnamesRequest, opts ...grpc.CallOption) (*ListHostnamesResponse, error) // QueueJob queues a job for execution by a runner. This will return as // soon as the job is queued, it will not wait for execution. QueueJob(ctx context.Context, in *QueueJobRequest, opts ...grpc.CallOption) (*QueueJobResponse, error) // CancelJob cancels a job. If the job is still queued this is a quick // and easy operation. If the job is already completed, then this does // nothing. If the job is assigned or running, then this will signal // the runner about the cancellation but it may take time. // // This RPC always returns immediately. You must use GetJob or GetJobStream // to wait on the status of the cancellation. CancelJob(ctx context.Context, in *CancelJobRequest, opts ...grpc.CallOption) (*empty.Empty, error) // GetJob queries a job by ID. GetJob(ctx context.Context, in *GetJobRequest, opts ...grpc.CallOption) (*Job, error) // INTERNAL: ListJobs lists all the jobs the server has processed. This // is not yet ready for public use. XListJobs(ctx context.Context, in *ListJobsRequest, opts ...grpc.CallOption) (*ListJobsResponse, error) // ValidateJob checks if a job appears valid. This will check the job // structure itself (i.e. missing fields) and can also check to ensure // the job is assignable to a runner. ValidateJob(ctx context.Context, in *ValidateJobRequest, opts ...grpc.CallOption) (*ValidateJobResponse, error) // GetJobStream opens a job event stream for a running job. This can be // used to listen for terminal output and other events of a running job. // Multiple listeners can open a job stream. GetJobStream(ctx context.Context, in *GetJobStreamRequest, opts ...grpc.CallOption) (Waypoint_GetJobStreamClient, error) // GetRunner gets information about a single runner. GetRunner(ctx context.Context, in *GetRunnerRequest, opts ...grpc.CallOption) (*Runner, error) // GetServerConfig sets configuration for the Waypoint server. GetServerConfig(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*GetServerConfigResponse, error) // SetServerConfig sets configuration for the Waypoint server. SetServerConfig(ctx context.Context, in *SetServerConfigRequest, opts ...grpc.CallOption) (*empty.Empty, error) // BootstrapToken returns the initial token for the server. This can only // be requested once on first startup. After initial request this will // always return a PermissionDenied error. BootstrapToken(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*NewTokenResponse, error) // Generate a new invite token that users can exchange for a login token. GenerateInviteToken(ctx context.Context, in *InviteTokenRequest, opts ...grpc.CallOption) (*NewTokenResponse, error) // Generate a new login token that users can use to login directly. GenerateLoginToken(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*NewTokenResponse, error) // Exchange a invite token for a login token. ConvertInviteToken(ctx context.Context, in *ConvertInviteTokenRequest, opts ...grpc.CallOption) (*NewTokenResponse, error) // RunnerConfig is called to register a runner and receive the configuration // for the runner. The response is a stream so that the configuration can // be updated later. RunnerConfig(ctx context.Context, opts ...grpc.CallOption) (Waypoint_RunnerConfigClient, error) // RunnerJobStream is called by a runner to request a single job for // execution and update the status of that job. RunnerJobStream(ctx context.Context, opts ...grpc.CallOption) (Waypoint_RunnerJobStreamClient, error) // RunnerGetDeploymentConfig is called by a runner for a deployment operation // to determine the settings to use for a deployment. RunnerGetDeploymentConfig(ctx context.Context, in *RunnerGetDeploymentConfigRequest, opts ...grpc.CallOption) (*RunnerGetDeploymentConfigResponse, error) // EntrypointConfig is called to get the configuration for the entrypoint // and also to get any potential updates. // // This endpoint also registers the instance with the server. This MUST be // called first otherwise other RPCs related to the entrypoint may fail // with FailedPrecondition. EntrypointConfig(ctx context.Context, in *EntrypointConfigRequest, opts ...grpc.CallOption) (Waypoint_EntrypointConfigClient, error) // EntrypointLogStream is called to open the stream that logs are sent to. EntrypointLogStream(ctx context.Context, opts ...grpc.CallOption) (Waypoint_EntrypointLogStreamClient, error) // EntrypointExecStream is called to open the data stream for the exec session. EntrypointExecStream(ctx context.Context, opts ...grpc.CallOption) (Waypoint_EntrypointExecStreamClient, error) // UpsertBuild updates or inserts a build. A build is responsible for // taking some set of source information and turning it into an initial // artifact. This artifact is considered "local" until it is pushed. UpsertBuild(ctx context.Context, in *UpsertBuildRequest, opts ...grpc.CallOption) (*UpsertBuildResponse, error) // UpsertPushedArtifact updates or inserts a pushed artifact. This is // useful for local operations to work on a pushed artifact. UpsertPushedArtifact(ctx context.Context, in *UpsertPushedArtifactRequest, opts ...grpc.CallOption) (*UpsertPushedArtifactResponse, error) // UpsertDeployment updates or inserts a deployment. UpsertDeployment(ctx context.Context, in *UpsertDeploymentRequest, opts ...grpc.CallOption) (*UpsertDeploymentResponse, error) // UpsertRelease updates or inserts a release. UpsertRelease(ctx context.Context, in *UpsertReleaseRequest, opts ...grpc.CallOption) (*UpsertReleaseResponse, error) }
WaypointClient is the client API for Waypoint service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewWaypointClient ¶
func NewWaypointClient(cc grpc.ClientConnInterface) WaypointClient
type WaypointServer ¶
type WaypointServer interface { // GetVersionInfo returns information about the server. This RPC call does // NOT require authentication. It can be used by clients to determine if they // are capable of talking to this server. GetVersionInfo(context.Context, *empty.Empty) (*GetVersionInfoResponse, error) // ListWorkspaces returns a list of all workspaces. // // Note that currently this list is never pruned, even if a workspace is // no longer in use. We plan to prune this in a future improvement. ListWorkspaces(context.Context, *empty.Empty) (*ListWorkspacesResponse, error) // GetWorkspace returns the workspace. GetWorkspace(context.Context, *GetWorkspaceRequest) (*GetWorkspaceResponse, error) // UpsertProject upserts the project. UpsertProject(context.Context, *UpsertProjectRequest) (*UpsertProjectResponse, error) // GetProject returns the project. GetProject(context.Context, *GetProjectRequest) (*GetProjectResponse, error) // ListProjects returns a list of all the projects. There is no equivalent // ListApplications because applications are a part of projects and you // can use GetProject to get more information about the project. ListProjects(context.Context, *empty.Empty) (*ListProjectsResponse, error) // UpsertApplication upserts an application with a project. If the application // is already registered this does nothing. UpsertApplication(context.Context, *UpsertApplicationRequest) (*UpsertApplicationResponse, error) // ListBuilds returns the builds. ListBuilds(context.Context, *ListBuildsRequest) (*ListBuildsResponse, error) // GetBuild returns a build GetBuild(context.Context, *GetBuildRequest) (*Build, error) // ListPushedArtifacts returns the builds. ListPushedArtifacts(context.Context, *ListPushedArtifactsRequest) (*ListPushedArtifactsResponse, error) // GetPushedArtifact returns a deployment GetPushedArtifact(context.Context, *GetPushedArtifactRequest) (*PushedArtifact, error) // ListDeployments returns the deployments. ListDeployments(context.Context, *ListDeploymentsRequest) (*ListDeploymentsResponse, error) // ListInstances returns the running instances of deployments. ListInstances(context.Context, *ListInstancesRequest) (*ListInstancesResponse, error) // GetDeployment returns a deployment GetDeployment(context.Context, *GetDeploymentRequest) (*Deployment, error) // GetLatestBuild returns the most recent successfully completed build // for an app. GetLatestBuild(context.Context, *GetLatestBuildRequest) (*Build, error) // GetLatestPushedArtifact returns the most recent successfully completed // artifact push for an app. GetLatestPushedArtifact(context.Context, *GetLatestPushedArtifactRequest) (*PushedArtifact, error) // ListReleases returns the deployments. ListReleases(context.Context, *ListReleasesRequest) (*ListReleasesResponse, error) // GetRelease returns a deployment GetRelease(context.Context, *GetReleaseRequest) (*Release, error) // GetLatestRelease returns the most recent successfully completed // artifact push for an app. GetLatestRelease(context.Context, *GetLatestReleaseRequest) (*Release, error) // GetLogStream reads the log stream for a deployment. This will immediately // send a single LogEntry with the lines we have so far. If there are no // available lines this will NOT block and instead will return an error. // The client can choose to retry or not. GetLogStream(*GetLogStreamRequest, Waypoint_GetLogStreamServer) error // StartExecStream starts an exec session. StartExecStream(Waypoint_StartExecStreamServer) error // Set a single configuration item for the application. SetConfig(context.Context, *ConfigSetRequest) (*ConfigSetResponse, error) // Retrieve merged configuration values for a specific scope. You can determine // where a configuration variable was set by looking at the scope field on // each variable. GetConfig(context.Context, *ConfigGetRequest) (*ConfigGetResponse, error) // Create a hostname with the URL service. CreateHostname(context.Context, *CreateHostnameRequest) (*CreateHostnameResponse, error) // Delete a hostname with the URL service. DeleteHostname(context.Context, *DeleteHostnameRequest) (*empty.Empty, error) // List all our registered hostnames. ListHostnames(context.Context, *ListHostnamesRequest) (*ListHostnamesResponse, error) // QueueJob queues a job for execution by a runner. This will return as // soon as the job is queued, it will not wait for execution. QueueJob(context.Context, *QueueJobRequest) (*QueueJobResponse, error) // CancelJob cancels a job. If the job is still queued this is a quick // and easy operation. If the job is already completed, then this does // nothing. If the job is assigned or running, then this will signal // the runner about the cancellation but it may take time. // // This RPC always returns immediately. You must use GetJob or GetJobStream // to wait on the status of the cancellation. CancelJob(context.Context, *CancelJobRequest) (*empty.Empty, error) // GetJob queries a job by ID. GetJob(context.Context, *GetJobRequest) (*Job, error) // INTERNAL: ListJobs lists all the jobs the server has processed. This // is not yet ready for public use. XListJobs(context.Context, *ListJobsRequest) (*ListJobsResponse, error) // ValidateJob checks if a job appears valid. This will check the job // structure itself (i.e. missing fields) and can also check to ensure // the job is assignable to a runner. ValidateJob(context.Context, *ValidateJobRequest) (*ValidateJobResponse, error) // GetJobStream opens a job event stream for a running job. This can be // used to listen for terminal output and other events of a running job. // Multiple listeners can open a job stream. GetJobStream(*GetJobStreamRequest, Waypoint_GetJobStreamServer) error // GetRunner gets information about a single runner. GetRunner(context.Context, *GetRunnerRequest) (*Runner, error) // GetServerConfig sets configuration for the Waypoint server. GetServerConfig(context.Context, *empty.Empty) (*GetServerConfigResponse, error) // SetServerConfig sets configuration for the Waypoint server. SetServerConfig(context.Context, *SetServerConfigRequest) (*empty.Empty, error) // BootstrapToken returns the initial token for the server. This can only // be requested once on first startup. After initial request this will // always return a PermissionDenied error. BootstrapToken(context.Context, *empty.Empty) (*NewTokenResponse, error) // Generate a new invite token that users can exchange for a login token. GenerateInviteToken(context.Context, *InviteTokenRequest) (*NewTokenResponse, error) // Generate a new login token that users can use to login directly. GenerateLoginToken(context.Context, *empty.Empty) (*NewTokenResponse, error) // Exchange a invite token for a login token. ConvertInviteToken(context.Context, *ConvertInviteTokenRequest) (*NewTokenResponse, error) // RunnerConfig is called to register a runner and receive the configuration // for the runner. The response is a stream so that the configuration can // be updated later. RunnerConfig(Waypoint_RunnerConfigServer) error // RunnerJobStream is called by a runner to request a single job for // execution and update the status of that job. RunnerJobStream(Waypoint_RunnerJobStreamServer) error // RunnerGetDeploymentConfig is called by a runner for a deployment operation // to determine the settings to use for a deployment. RunnerGetDeploymentConfig(context.Context, *RunnerGetDeploymentConfigRequest) (*RunnerGetDeploymentConfigResponse, error) // EntrypointConfig is called to get the configuration for the entrypoint // and also to get any potential updates. // // This endpoint also registers the instance with the server. This MUST be // called first otherwise other RPCs related to the entrypoint may fail // with FailedPrecondition. EntrypointConfig(*EntrypointConfigRequest, Waypoint_EntrypointConfigServer) error // EntrypointLogStream is called to open the stream that logs are sent to. EntrypointLogStream(Waypoint_EntrypointLogStreamServer) error // EntrypointExecStream is called to open the data stream for the exec session. EntrypointExecStream(Waypoint_EntrypointExecStreamServer) error // UpsertBuild updates or inserts a build. A build is responsible for // taking some set of source information and turning it into an initial // artifact. This artifact is considered "local" until it is pushed. UpsertBuild(context.Context, *UpsertBuildRequest) (*UpsertBuildResponse, error) // UpsertPushedArtifact updates or inserts a pushed artifact. This is // useful for local operations to work on a pushed artifact. UpsertPushedArtifact(context.Context, *UpsertPushedArtifactRequest) (*UpsertPushedArtifactResponse, error) // UpsertDeployment updates or inserts a deployment. UpsertDeployment(context.Context, *UpsertDeploymentRequest) (*UpsertDeploymentResponse, error) // UpsertRelease updates or inserts a release. UpsertRelease(context.Context, *UpsertReleaseRequest) (*UpsertReleaseResponse, error) }
WaypointServer is the server API for Waypoint service.
type Waypoint_EntrypointConfigClient ¶
type Waypoint_EntrypointConfigClient interface { Recv() (*EntrypointConfigResponse, error) grpc.ClientStream }
type Waypoint_EntrypointConfigServer ¶
type Waypoint_EntrypointConfigServer interface { Send(*EntrypointConfigResponse) error grpc.ServerStream }
type Waypoint_EntrypointExecStreamClient ¶
type Waypoint_EntrypointExecStreamClient interface { Send(*EntrypointExecRequest) error Recv() (*EntrypointExecResponse, error) grpc.ClientStream }
type Waypoint_EntrypointExecStreamServer ¶
type Waypoint_EntrypointExecStreamServer interface { Send(*EntrypointExecResponse) error Recv() (*EntrypointExecRequest, error) grpc.ServerStream }
type Waypoint_EntrypointLogStreamClient ¶
type Waypoint_EntrypointLogStreamClient interface { Send(*EntrypointLogBatch) error CloseAndRecv() (*empty.Empty, error) grpc.ClientStream }
type Waypoint_EntrypointLogStreamServer ¶
type Waypoint_EntrypointLogStreamServer interface { SendAndClose(*empty.Empty) error Recv() (*EntrypointLogBatch, error) grpc.ServerStream }
type Waypoint_GetJobStreamClient ¶
type Waypoint_GetJobStreamClient interface { Recv() (*GetJobStreamResponse, error) grpc.ClientStream }
type Waypoint_GetJobStreamServer ¶
type Waypoint_GetJobStreamServer interface { Send(*GetJobStreamResponse) error grpc.ServerStream }
type Waypoint_GetLogStreamClient ¶
type Waypoint_GetLogStreamClient interface { Recv() (*LogBatch, error) grpc.ClientStream }
type Waypoint_GetLogStreamServer ¶
type Waypoint_GetLogStreamServer interface { Send(*LogBatch) error grpc.ServerStream }
type Waypoint_RunnerConfigClient ¶
type Waypoint_RunnerConfigClient interface { Send(*RunnerConfigRequest) error Recv() (*RunnerConfigResponse, error) grpc.ClientStream }
type Waypoint_RunnerConfigServer ¶
type Waypoint_RunnerConfigServer interface { Send(*RunnerConfigResponse) error Recv() (*RunnerConfigRequest, error) grpc.ServerStream }
type Waypoint_RunnerJobStreamClient ¶
type Waypoint_RunnerJobStreamClient interface { Send(*RunnerJobStreamRequest) error Recv() (*RunnerJobStreamResponse, error) grpc.ClientStream }
type Waypoint_RunnerJobStreamServer ¶
type Waypoint_RunnerJobStreamServer interface { Send(*RunnerJobStreamResponse) error Recv() (*RunnerJobStreamRequest, error) grpc.ServerStream }
type Waypoint_StartExecStreamClient ¶
type Waypoint_StartExecStreamClient interface { Send(*ExecStreamRequest) error Recv() (*ExecStreamResponse, error) grpc.ClientStream }
type Waypoint_StartExecStreamServer ¶
type Waypoint_StartExecStreamServer interface { Send(*ExecStreamResponse) error Recv() (*ExecStreamRequest, error) grpc.ServerStream }
type Workspace ¶
type Workspace struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The list of applications that have executed at least one operation // within the context of this workspace. To determine which operations // you must call the operations respective List API such as ListDeployments. Applications []*Workspace_Application `protobuf:"bytes,2,rep,name=applications,proto3" json:"applications,omitempty"` // active_time is the last time that this workspace had activity. ActiveTime *timestamp.Timestamp `protobuf:"bytes,3,opt,name=active_time,json=activeTime,proto3" json:"active_time,omitempty"` // contains filtered or unexported fields }
func (*Workspace) Descriptor
deprecated
func (*Workspace) GetActiveTime ¶
func (*Workspace) GetApplications ¶
func (x *Workspace) GetApplications() []*Workspace_Application
func (*Workspace) ProtoMessage ¶
func (*Workspace) ProtoMessage()
func (*Workspace) ProtoReflect ¶
func (x *Workspace) ProtoReflect() protoreflect.Message
type Workspace_Application ¶
type Workspace_Application struct { // Application that this is referencing. Application *Ref_Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` // active_time is the last time that this application was active ActiveTime *timestamp.Timestamp `protobuf:"bytes,2,opt,name=active_time,json=activeTime,proto3" json:"active_time,omitempty"` // contains filtered or unexported fields }
func (*Workspace_Application) Descriptor
deprecated
func (*Workspace_Application) Descriptor() ([]byte, []int)
Deprecated: Use Workspace_Application.ProtoReflect.Descriptor instead.
func (*Workspace_Application) GetActiveTime ¶
func (x *Workspace_Application) GetActiveTime() *timestamp.Timestamp
func (*Workspace_Application) GetApplication ¶
func (x *Workspace_Application) GetApplication() *Ref_Application
func (*Workspace_Application) ProtoMessage ¶
func (*Workspace_Application) ProtoMessage()
func (*Workspace_Application) ProtoReflect ¶
func (x *Workspace_Application) ProtoReflect() protoreflect.Message
func (*Workspace_Application) Reset ¶
func (x *Workspace_Application) Reset()
func (*Workspace_Application) String ¶
func (x *Workspace_Application) String() string