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) GetFileChangeSignal() string
- func (x *Application) GetName() string
- func (x *Application) GetProject() *Ref_Project
- func (msg *Application) MarshalJSON() ([]byte, error)
- func (*Application) ProtoMessage()
- func (x *Application) ProtoReflect() protoreflect.Message
- func (x *Application) Reset()
- func (x *Application) String() string
- func (msg *Application) UnmarshalJSON(b []byte) error
- type Artifact
- func (*Artifact) Descriptor() ([]byte, []int)deprecated
- func (x *Artifact) GetArtifact() *any.Any
- func (msg *Artifact) MarshalJSON() ([]byte, error)
- func (*Artifact) ProtoMessage()
- func (x *Artifact) ProtoReflect() protoreflect.Message
- func (x *Artifact) Reset()
- func (x *Artifact) String() string
- func (msg *Artifact) UnmarshalJSON(b []byte) error
- 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) GetTemplateData() []byte
- func (x *Build) GetWorkspace() *Ref_Workspace
- func (msg *Build) MarshalJSON() ([]byte, error)
- func (*Build) ProtoMessage()
- func (x *Build) ProtoReflect() protoreflect.Message
- func (x *Build) Reset()
- func (x *Build) String() string
- func (msg *Build) UnmarshalJSON(b []byte) error
- type CancelJobRequest
- func (*CancelJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CancelJobRequest) GetJobId() string
- func (msg *CancelJobRequest) MarshalJSON() ([]byte, error)
- func (*CancelJobRequest) ProtoMessage()
- func (x *CancelJobRequest) ProtoReflect() protoreflect.Message
- func (x *CancelJobRequest) Reset()
- func (x *CancelJobRequest) String() string
- func (msg *CancelJobRequest) UnmarshalJSON(b []byte) error
- type Component
- func (*Component) Descriptor() ([]byte, []int)deprecated
- func (x *Component) GetName() string
- func (x *Component) GetType() Component_Type
- func (msg *Component) MarshalJSON() ([]byte, error)
- func (*Component) ProtoMessage()
- func (x *Component) ProtoReflect() protoreflect.Message
- func (x *Component) Reset()
- func (x *Component) String() string
- func (msg *Component) UnmarshalJSON(b []byte) error
- 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 (msg *ConfigGetRequest) MarshalJSON() ([]byte, error)
- func (*ConfigGetRequest) ProtoMessage()
- func (x *ConfigGetRequest) ProtoReflect() protoreflect.Message
- func (x *ConfigGetRequest) Reset()
- func (x *ConfigGetRequest) String() string
- func (msg *ConfigGetRequest) UnmarshalJSON(b []byte) error
- type ConfigGetRequest_Application
- type ConfigGetRequest_Project
- type ConfigGetRequest_Runner
- type ConfigGetResponse
- func (*ConfigGetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigGetResponse) GetVariables() []*ConfigVar
- func (msg *ConfigGetResponse) MarshalJSON() ([]byte, error)
- func (*ConfigGetResponse) ProtoMessage()
- func (x *ConfigGetResponse) ProtoReflect() protoreflect.Message
- func (x *ConfigGetResponse) Reset()
- func (x *ConfigGetResponse) String() string
- func (msg *ConfigGetResponse) UnmarshalJSON(b []byte) error
- type ConfigSetRequest
- func (*ConfigSetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigSetRequest) GetVariables() []*ConfigVar
- func (msg *ConfigSetRequest) MarshalJSON() ([]byte, error)
- func (*ConfigSetRequest) ProtoMessage()
- func (x *ConfigSetRequest) ProtoReflect() protoreflect.Message
- func (x *ConfigSetRequest) Reset()
- func (x *ConfigSetRequest) String() string
- func (msg *ConfigSetRequest) UnmarshalJSON(b []byte) error
- type ConfigSetResponse
- func (*ConfigSetResponse) Descriptor() ([]byte, []int)deprecated
- func (msg *ConfigSetResponse) MarshalJSON() ([]byte, error)
- func (*ConfigSetResponse) ProtoMessage()
- func (x *ConfigSetResponse) ProtoReflect() protoreflect.Message
- func (x *ConfigSetResponse) Reset()
- func (x *ConfigSetResponse) String() string
- func (msg *ConfigSetResponse) UnmarshalJSON(b []byte) error
- type ConfigSource
- func (*ConfigSource) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigSource) GetConfig() map[string]string
- func (x *ConfigSource) GetDelete() bool
- func (x *ConfigSource) GetGlobal() *Ref_Global
- func (x *ConfigSource) GetHash() uint64
- func (m *ConfigSource) GetScope() isConfigSource_Scope
- func (x *ConfigSource) GetType() string
- func (msg *ConfigSource) MarshalJSON() ([]byte, error)
- func (*ConfigSource) ProtoMessage()
- func (x *ConfigSource) ProtoReflect() protoreflect.Message
- func (x *ConfigSource) Reset()
- func (x *ConfigSource) String() string
- func (msg *ConfigSource) UnmarshalJSON(b []byte) error
- type ConfigSource_Global
- type ConfigVar
- func (*ConfigVar) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigVar) GetApplication() *Ref_Application
- func (x *ConfigVar) GetDynamic() *ConfigVar_DynamicVal
- func (x *ConfigVar) GetInternal() bool
- func (x *ConfigVar) GetName() string
- func (x *ConfigVar) GetNameIsPath() bool
- func (x *ConfigVar) GetProject() *Ref_Project
- func (x *ConfigVar) GetRunner() *Ref_Runner
- func (m *ConfigVar) GetScope() isConfigVar_Scope
- func (x *ConfigVar) GetStatic() string
- func (x *ConfigVar) GetUnset() *empty.Empty
- func (m *ConfigVar) GetValue() isConfigVar_Value
- func (msg *ConfigVar) MarshalJSON() ([]byte, error)
- func (*ConfigVar) ProtoMessage()
- func (x *ConfigVar) ProtoReflect() protoreflect.Message
- func (x *ConfigVar) Reset()
- func (x *ConfigVar) String() string
- func (msg *ConfigVar) UnmarshalJSON(b []byte) error
- type ConfigVar_Application
- type ConfigVar_Dynamic
- type ConfigVar_DynamicVal
- func (*ConfigVar_DynamicVal) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigVar_DynamicVal) GetConfig() map[string]string
- func (x *ConfigVar_DynamicVal) GetFrom() string
- func (msg *ConfigVar_DynamicVal) MarshalJSON() ([]byte, error)
- func (*ConfigVar_DynamicVal) ProtoMessage()
- func (x *ConfigVar_DynamicVal) ProtoReflect() protoreflect.Message
- func (x *ConfigVar_DynamicVal) Reset()
- func (x *ConfigVar_DynamicVal) String() string
- func (msg *ConfigVar_DynamicVal) UnmarshalJSON(b []byte) error
- type ConfigVar_Project
- type ConfigVar_Runner
- type ConfigVar_Static
- type ConfigVar_Unset
- type ConvertInviteTokenRequest
- func (*ConvertInviteTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ConvertInviteTokenRequest) GetToken() string
- func (msg *ConvertInviteTokenRequest) MarshalJSON() ([]byte, error)
- func (*ConvertInviteTokenRequest) ProtoMessage()
- func (x *ConvertInviteTokenRequest) ProtoReflect() protoreflect.Message
- func (x *ConvertInviteTokenRequest) Reset()
- func (x *ConvertInviteTokenRequest) String() string
- func (msg *ConvertInviteTokenRequest) UnmarshalJSON(b []byte) error
- type CreateHostnameRequest
- func (*CreateHostnameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateHostnameRequest) GetHostname() string
- func (x *CreateHostnameRequest) GetTarget() *Hostname_Target
- func (msg *CreateHostnameRequest) MarshalJSON() ([]byte, error)
- func (*CreateHostnameRequest) ProtoMessage()
- func (x *CreateHostnameRequest) ProtoReflect() protoreflect.Message
- func (x *CreateHostnameRequest) Reset()
- func (x *CreateHostnameRequest) String() string
- func (msg *CreateHostnameRequest) UnmarshalJSON(b []byte) error
- type CreateHostnameResponse
- func (*CreateHostnameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateHostnameResponse) GetHostname() *Hostname
- func (msg *CreateHostnameResponse) MarshalJSON() ([]byte, error)
- func (*CreateHostnameResponse) ProtoMessage()
- func (x *CreateHostnameResponse) ProtoReflect() protoreflect.Message
- func (x *CreateHostnameResponse) Reset()
- func (x *CreateHostnameResponse) String() string
- func (msg *CreateHostnameResponse) UnmarshalJSON(b []byte) error
- type CreateSnapshotResponse
- func (*CreateSnapshotResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateSnapshotResponse) GetChunk() []byte
- func (m *CreateSnapshotResponse) GetEvent() isCreateSnapshotResponse_Event
- func (x *CreateSnapshotResponse) GetOpen() *CreateSnapshotResponse_Open
- func (msg *CreateSnapshotResponse) MarshalJSON() ([]byte, error)
- func (*CreateSnapshotResponse) ProtoMessage()
- func (x *CreateSnapshotResponse) ProtoReflect() protoreflect.Message
- func (x *CreateSnapshotResponse) Reset()
- func (x *CreateSnapshotResponse) String() string
- func (msg *CreateSnapshotResponse) UnmarshalJSON(b []byte) error
- type CreateSnapshotResponse_Chunk
- type CreateSnapshotResponse_Open
- func (*CreateSnapshotResponse_Open) Descriptor() ([]byte, []int)deprecated
- func (msg *CreateSnapshotResponse_Open) MarshalJSON() ([]byte, error)
- func (*CreateSnapshotResponse_Open) ProtoMessage()
- func (x *CreateSnapshotResponse_Open) ProtoReflect() protoreflect.Message
- func (x *CreateSnapshotResponse_Open) Reset()
- func (x *CreateSnapshotResponse_Open) String() string
- func (msg *CreateSnapshotResponse_Open) UnmarshalJSON(b []byte) error
- type CreateSnapshotResponse_Open_
- type DeleteHostnameRequest
- func (*DeleteHostnameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteHostnameRequest) GetHostname() string
- func (msg *DeleteHostnameRequest) MarshalJSON() ([]byte, error)
- func (*DeleteHostnameRequest) ProtoMessage()
- func (x *DeleteHostnameRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteHostnameRequest) Reset()
- func (x *DeleteHostnameRequest) String() string
- func (msg *DeleteHostnameRequest) UnmarshalJSON(b []byte) error
- 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) GetGeneration() *Generation
- func (x *Deployment) GetHasEntrypointConfig() bool
- func (x *Deployment) GetHasExecPlugin() bool
- func (x *Deployment) GetHasLogsPlugin() 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) GetTemplateData() []byte
- func (x *Deployment) GetWorkspace() *Ref_Workspace
- func (msg *Deployment) MarshalJSON() ([]byte, error)
- func (*Deployment) ProtoMessage()
- func (x *Deployment) ProtoReflect() protoreflect.Message
- func (x *Deployment) Reset()
- func (x *Deployment) String() string
- func (msg *Deployment) UnmarshalJSON(b []byte) error
- 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 (msg *Deployment_Preload) MarshalJSON() ([]byte, error)
- func (*Deployment_Preload) ProtoMessage()
- func (x *Deployment_Preload) ProtoReflect() protoreflect.Message
- func (x *Deployment_Preload) Reset()
- func (x *Deployment_Preload) String() string
- func (msg *Deployment_Preload) UnmarshalJSON(b []byte) error
- 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 (msg *Documentation) MarshalJSON() ([]byte, error)
- func (*Documentation) ProtoMessage()
- func (x *Documentation) ProtoReflect() protoreflect.Message
- func (x *Documentation) Reset()
- func (x *Documentation) String() string
- func (msg *Documentation) UnmarshalJSON(b []byte) error
- 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 (msg *Documentation_Field) MarshalJSON() ([]byte, error)
- func (*Documentation_Field) ProtoMessage()
- func (x *Documentation_Field) ProtoReflect() protoreflect.Message
- func (x *Documentation_Field) Reset()
- func (x *Documentation_Field) String() string
- func (msg *Documentation_Field) UnmarshalJSON(b []byte) error
- 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 (msg *Documentation_Mapper) MarshalJSON() ([]byte, error)
- func (*Documentation_Mapper) ProtoMessage()
- func (x *Documentation_Mapper) ProtoReflect() protoreflect.Message
- func (x *Documentation_Mapper) Reset()
- func (x *Documentation_Mapper) String() string
- func (msg *Documentation_Mapper) UnmarshalJSON(b []byte) error
- type EntrypointConfig
- func (*EntrypointConfig) Descriptor() ([]byte, []int)deprecated
- func (x *EntrypointConfig) GetConfigSources() []*ConfigSource
- func (x *EntrypointConfig) GetDeployment() *EntrypointConfig_DeploymentInfo
- func (x *EntrypointConfig) GetEnvVars() []*ConfigVar
- func (x *EntrypointConfig) GetExec() []*EntrypointConfig_Exec
- func (x *EntrypointConfig) GetFileChangeSignal() string
- func (x *EntrypointConfig) GetUrlService() *EntrypointConfig_URLService
- func (msg *EntrypointConfig) MarshalJSON() ([]byte, error)
- func (*EntrypointConfig) ProtoMessage()
- func (x *EntrypointConfig) ProtoReflect() protoreflect.Message
- func (x *EntrypointConfig) Reset()
- func (x *EntrypointConfig) String() string
- func (msg *EntrypointConfig) UnmarshalJSON(b []byte) error
- type EntrypointConfigRequest
- func (*EntrypointConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EntrypointConfigRequest) GetDeploymentId() string
- func (x *EntrypointConfigRequest) GetInstanceId() string
- func (x *EntrypointConfigRequest) GetType() Instance_Type
- func (msg *EntrypointConfigRequest) MarshalJSON() ([]byte, error)
- func (*EntrypointConfigRequest) ProtoMessage()
- func (x *EntrypointConfigRequest) ProtoReflect() protoreflect.Message
- func (x *EntrypointConfigRequest) Reset()
- func (x *EntrypointConfigRequest) String() string
- func (msg *EntrypointConfigRequest) UnmarshalJSON(b []byte) error
- type EntrypointConfigResponse
- func (*EntrypointConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EntrypointConfigResponse) GetConfig() *EntrypointConfig
- func (msg *EntrypointConfigResponse) MarshalJSON() ([]byte, error)
- func (*EntrypointConfigResponse) ProtoMessage()
- func (x *EntrypointConfigResponse) ProtoReflect() protoreflect.Message
- func (x *EntrypointConfigResponse) Reset()
- func (x *EntrypointConfigResponse) String() string
- func (msg *EntrypointConfigResponse) UnmarshalJSON(b []byte) error
- type EntrypointConfig_DeploymentInfo
- func (*EntrypointConfig_DeploymentInfo) Descriptor() ([]byte, []int)deprecated
- func (x *EntrypointConfig_DeploymentInfo) GetComponent() *Component
- func (x *EntrypointConfig_DeploymentInfo) GetLabels() map[string]string
- func (msg *EntrypointConfig_DeploymentInfo) MarshalJSON() ([]byte, error)
- func (*EntrypointConfig_DeploymentInfo) ProtoMessage()
- func (x *EntrypointConfig_DeploymentInfo) ProtoReflect() protoreflect.Message
- func (x *EntrypointConfig_DeploymentInfo) Reset()
- func (x *EntrypointConfig_DeploymentInfo) String() string
- func (msg *EntrypointConfig_DeploymentInfo) UnmarshalJSON(b []byte) error
- 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 (msg *EntrypointConfig_Exec) MarshalJSON() ([]byte, error)
- func (*EntrypointConfig_Exec) ProtoMessage()
- func (x *EntrypointConfig_Exec) ProtoReflect() protoreflect.Message
- func (x *EntrypointConfig_Exec) Reset()
- func (x *EntrypointConfig_Exec) String() string
- func (msg *EntrypointConfig_Exec) UnmarshalJSON(b []byte) error
- 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 (msg *EntrypointConfig_URLService) MarshalJSON() ([]byte, error)
- func (*EntrypointConfig_URLService) ProtoMessage()
- func (x *EntrypointConfig_URLService) ProtoReflect() protoreflect.Message
- func (x *EntrypointConfig_URLService) Reset()
- func (x *EntrypointConfig_URLService) String() string
- func (msg *EntrypointConfig_URLService) UnmarshalJSON(b []byte) error
- 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 (msg *EntrypointExecRequest) MarshalJSON() ([]byte, error)
- func (*EntrypointExecRequest) ProtoMessage()
- func (x *EntrypointExecRequest) ProtoReflect() protoreflect.Message
- func (x *EntrypointExecRequest) Reset()
- func (x *EntrypointExecRequest) String() string
- func (msg *EntrypointExecRequest) UnmarshalJSON(b []byte) error
- type EntrypointExecRequest_Error
- func (*EntrypointExecRequest_Error) Descriptor() ([]byte, []int)deprecated
- func (x *EntrypointExecRequest_Error) GetError() *status.Status
- func (msg *EntrypointExecRequest_Error) MarshalJSON() ([]byte, error)
- func (*EntrypointExecRequest_Error) ProtoMessage()
- func (x *EntrypointExecRequest_Error) ProtoReflect() protoreflect.Message
- func (x *EntrypointExecRequest_Error) Reset()
- func (x *EntrypointExecRequest_Error) String() string
- func (msg *EntrypointExecRequest_Error) UnmarshalJSON(b []byte) error
- type EntrypointExecRequest_Error_
- type EntrypointExecRequest_Exit
- func (*EntrypointExecRequest_Exit) Descriptor() ([]byte, []int)deprecated
- func (x *EntrypointExecRequest_Exit) GetCode() int32
- func (msg *EntrypointExecRequest_Exit) MarshalJSON() ([]byte, error)
- func (*EntrypointExecRequest_Exit) ProtoMessage()
- func (x *EntrypointExecRequest_Exit) ProtoReflect() protoreflect.Message
- func (x *EntrypointExecRequest_Exit) Reset()
- func (x *EntrypointExecRequest_Exit) String() string
- func (msg *EntrypointExecRequest_Exit) UnmarshalJSON(b []byte) error
- 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 (msg *EntrypointExecRequest_Open) MarshalJSON() ([]byte, error)
- func (*EntrypointExecRequest_Open) ProtoMessage()
- func (x *EntrypointExecRequest_Open) ProtoReflect() protoreflect.Message
- func (x *EntrypointExecRequest_Open) Reset()
- func (x *EntrypointExecRequest_Open) String() string
- func (msg *EntrypointExecRequest_Open) UnmarshalJSON(b []byte) error
- 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 (msg *EntrypointExecRequest_Output) MarshalJSON() ([]byte, error)
- func (*EntrypointExecRequest_Output) ProtoMessage()
- func (x *EntrypointExecRequest_Output) ProtoReflect() protoreflect.Message
- func (x *EntrypointExecRequest_Output) Reset()
- func (x *EntrypointExecRequest_Output) String() string
- func (msg *EntrypointExecRequest_Output) UnmarshalJSON(b []byte) error
- 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) GetInputEof() *empty.Empty
- func (x *EntrypointExecResponse) GetOpened() bool
- func (x *EntrypointExecResponse) GetWinch() *ExecStreamRequest_WindowSize
- func (msg *EntrypointExecResponse) MarshalJSON() ([]byte, error)
- func (*EntrypointExecResponse) ProtoMessage()
- func (x *EntrypointExecResponse) ProtoReflect() protoreflect.Message
- func (x *EntrypointExecResponse) Reset()
- func (x *EntrypointExecResponse) String() string
- func (msg *EntrypointExecResponse) UnmarshalJSON(b []byte) error
- type EntrypointExecResponse_Input
- type EntrypointExecResponse_InputEof
- 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 (msg *EntrypointLogBatch) MarshalJSON() ([]byte, error)
- func (*EntrypointLogBatch) ProtoMessage()
- func (x *EntrypointLogBatch) ProtoReflect() protoreflect.Message
- func (x *EntrypointLogBatch) Reset()
- func (x *EntrypointLogBatch) String() string
- func (msg *EntrypointLogBatch) UnmarshalJSON(b []byte) error
- type ExecStreamRequest
- func (*ExecStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (m *ExecStreamRequest) GetEvent() isExecStreamRequest_Event
- func (x *ExecStreamRequest) GetInput() *ExecStreamRequest_Input
- func (x *ExecStreamRequest) GetInputEof() *empty.Empty
- func (x *ExecStreamRequest) GetStart() *ExecStreamRequest_Start
- func (x *ExecStreamRequest) GetWinch() *ExecStreamRequest_WindowSize
- func (msg *ExecStreamRequest) MarshalJSON() ([]byte, error)
- func (*ExecStreamRequest) ProtoMessage()
- func (x *ExecStreamRequest) ProtoReflect() protoreflect.Message
- func (x *ExecStreamRequest) Reset()
- func (x *ExecStreamRequest) String() string
- func (msg *ExecStreamRequest) UnmarshalJSON(b []byte) error
- type ExecStreamRequest_Input
- func (*ExecStreamRequest_Input) Descriptor() ([]byte, []int)deprecated
- func (x *ExecStreamRequest_Input) GetData() []byte
- func (msg *ExecStreamRequest_Input) MarshalJSON() ([]byte, error)
- func (*ExecStreamRequest_Input) ProtoMessage()
- func (x *ExecStreamRequest_Input) ProtoReflect() protoreflect.Message
- func (x *ExecStreamRequest_Input) Reset()
- func (x *ExecStreamRequest_Input) String() string
- func (msg *ExecStreamRequest_Input) UnmarshalJSON(b []byte) error
- type ExecStreamRequest_InputEof
- 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 (msg *ExecStreamRequest_PTY) MarshalJSON() ([]byte, error)
- func (*ExecStreamRequest_PTY) ProtoMessage()
- func (x *ExecStreamRequest_PTY) ProtoReflect() protoreflect.Message
- func (x *ExecStreamRequest_PTY) Reset()
- func (x *ExecStreamRequest_PTY) String() string
- func (msg *ExecStreamRequest_PTY) UnmarshalJSON(b []byte) error
- 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) GetInstanceId() string
- func (x *ExecStreamRequest_Start) GetPty() *ExecStreamRequest_PTY
- func (m *ExecStreamRequest_Start) GetTarget() isExecStreamRequest_Start_Target
- func (msg *ExecStreamRequest_Start) MarshalJSON() ([]byte, error)
- func (*ExecStreamRequest_Start) ProtoMessage()
- func (x *ExecStreamRequest_Start) ProtoReflect() protoreflect.Message
- func (x *ExecStreamRequest_Start) Reset()
- func (x *ExecStreamRequest_Start) String() string
- func (msg *ExecStreamRequest_Start) UnmarshalJSON(b []byte) error
- type ExecStreamRequest_Start_
- type ExecStreamRequest_Start_DeploymentId
- type ExecStreamRequest_Start_InstanceId
- 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 (msg *ExecStreamRequest_WindowSize) MarshalJSON() ([]byte, error)
- func (*ExecStreamRequest_WindowSize) ProtoMessage()
- func (x *ExecStreamRequest_WindowSize) ProtoReflect() protoreflect.Message
- func (x *ExecStreamRequest_WindowSize) Reset()
- func (x *ExecStreamRequest_WindowSize) String() string
- func (msg *ExecStreamRequest_WindowSize) UnmarshalJSON(b []byte) error
- 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 (msg *ExecStreamResponse) MarshalJSON() ([]byte, error)
- func (*ExecStreamResponse) ProtoMessage()
- func (x *ExecStreamResponse) ProtoReflect() protoreflect.Message
- func (x *ExecStreamResponse) Reset()
- func (x *ExecStreamResponse) String() string
- func (msg *ExecStreamResponse) UnmarshalJSON(b []byte) error
- type ExecStreamResponse_Exit
- func (*ExecStreamResponse_Exit) Descriptor() ([]byte, []int)deprecated
- func (x *ExecStreamResponse_Exit) GetCode() int32
- func (msg *ExecStreamResponse_Exit) MarshalJSON() ([]byte, error)
- func (*ExecStreamResponse_Exit) ProtoMessage()
- func (x *ExecStreamResponse_Exit) ProtoReflect() protoreflect.Message
- func (x *ExecStreamResponse_Exit) Reset()
- func (x *ExecStreamResponse_Exit) String() string
- func (msg *ExecStreamResponse_Exit) UnmarshalJSON(b []byte) error
- type ExecStreamResponse_Exit_
- type ExecStreamResponse_Open
- func (*ExecStreamResponse_Open) Descriptor() ([]byte, []int)deprecated
- func (msg *ExecStreamResponse_Open) MarshalJSON() ([]byte, error)
- func (*ExecStreamResponse_Open) ProtoMessage()
- func (x *ExecStreamResponse_Open) ProtoReflect() protoreflect.Message
- func (x *ExecStreamResponse_Open) Reset()
- func (x *ExecStreamResponse_Open) String() string
- func (msg *ExecStreamResponse_Open) UnmarshalJSON(b []byte) error
- 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 (msg *ExecStreamResponse_Output) MarshalJSON() ([]byte, error)
- func (*ExecStreamResponse_Output) ProtoMessage()
- func (x *ExecStreamResponse_Output) ProtoReflect() protoreflect.Message
- func (x *ExecStreamResponse_Output) Reset()
- func (x *ExecStreamResponse_Output) String() string
- func (msg *ExecStreamResponse_Output) UnmarshalJSON(b []byte) error
- 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 FindExecInstanceRequest
- func (*FindExecInstanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FindExecInstanceRequest) GetDeploymentId() string
- func (x *FindExecInstanceRequest) GetWaitTimeout() string
- func (msg *FindExecInstanceRequest) MarshalJSON() ([]byte, error)
- func (*FindExecInstanceRequest) ProtoMessage()
- func (x *FindExecInstanceRequest) ProtoReflect() protoreflect.Message
- func (x *FindExecInstanceRequest) Reset()
- func (x *FindExecInstanceRequest) String() string
- func (msg *FindExecInstanceRequest) UnmarshalJSON(b []byte) error
- type FindExecInstanceResponse
- func (*FindExecInstanceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FindExecInstanceResponse) GetInstance() *Instance
- func (msg *FindExecInstanceResponse) MarshalJSON() ([]byte, error)
- func (*FindExecInstanceResponse) ProtoMessage()
- func (x *FindExecInstanceResponse) ProtoReflect() protoreflect.Message
- func (x *FindExecInstanceResponse) Reset()
- func (x *FindExecInstanceResponse) String() string
- func (msg *FindExecInstanceResponse) UnmarshalJSON(b []byte) error
- type Generation
- func (*Generation) Descriptor() ([]byte, []int)deprecated
- func (x *Generation) GetId() string
- func (x *Generation) GetInitialSequence() uint64
- func (msg *Generation) MarshalJSON() ([]byte, error)
- func (*Generation) ProtoMessage()
- func (x *Generation) ProtoReflect() protoreflect.Message
- func (x *Generation) Reset()
- func (x *Generation) String() string
- func (msg *Generation) UnmarshalJSON(b []byte) error
- type GetBuildRequest
- func (*GetBuildRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetBuildRequest) GetRef() *Ref_Operation
- func (msg *GetBuildRequest) MarshalJSON() ([]byte, error)
- func (*GetBuildRequest) ProtoMessage()
- func (x *GetBuildRequest) ProtoReflect() protoreflect.Message
- func (x *GetBuildRequest) Reset()
- func (x *GetBuildRequest) String() string
- func (msg *GetBuildRequest) UnmarshalJSON(b []byte) error
- type GetConfigSourceRequest
- func (*GetConfigSourceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetConfigSourceRequest) GetGlobal() *Ref_Global
- func (m *GetConfigSourceRequest) GetScope() isGetConfigSourceRequest_Scope
- func (x *GetConfigSourceRequest) GetType() string
- func (msg *GetConfigSourceRequest) MarshalJSON() ([]byte, error)
- func (*GetConfigSourceRequest) ProtoMessage()
- func (x *GetConfigSourceRequest) ProtoReflect() protoreflect.Message
- func (x *GetConfigSourceRequest) Reset()
- func (x *GetConfigSourceRequest) String() string
- func (msg *GetConfigSourceRequest) UnmarshalJSON(b []byte) error
- type GetConfigSourceRequest_Global
- type GetConfigSourceResponse
- func (*GetConfigSourceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetConfigSourceResponse) GetConfigSources() []*ConfigSource
- func (msg *GetConfigSourceResponse) MarshalJSON() ([]byte, error)
- func (*GetConfigSourceResponse) ProtoMessage()
- func (x *GetConfigSourceResponse) ProtoReflect() protoreflect.Message
- func (x *GetConfigSourceResponse) Reset()
- func (x *GetConfigSourceResponse) String() string
- func (msg *GetConfigSourceResponse) UnmarshalJSON(b []byte) error
- type GetDeploymentRequest
- func (*GetDeploymentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeploymentRequest) GetLoadDetails() Deployment_LoadDetails
- func (x *GetDeploymentRequest) GetRef() *Ref_Operation
- func (msg *GetDeploymentRequest) MarshalJSON() ([]byte, error)
- func (*GetDeploymentRequest) ProtoMessage()
- func (x *GetDeploymentRequest) ProtoReflect() protoreflect.Message
- func (x *GetDeploymentRequest) Reset()
- func (x *GetDeploymentRequest) String() string
- func (msg *GetDeploymentRequest) UnmarshalJSON(b []byte) error
- type GetJobRequest
- func (*GetJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobRequest) GetJobId() string
- func (msg *GetJobRequest) MarshalJSON() ([]byte, error)
- func (*GetJobRequest) ProtoMessage()
- func (x *GetJobRequest) ProtoReflect() protoreflect.Message
- func (x *GetJobRequest) Reset()
- func (x *GetJobRequest) String() string
- func (msg *GetJobRequest) UnmarshalJSON(b []byte) error
- type GetJobStreamRequest
- func (*GetJobStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobStreamRequest) GetJobId() string
- func (msg *GetJobStreamRequest) MarshalJSON() ([]byte, error)
- func (*GetJobStreamRequest) ProtoMessage()
- func (x *GetJobStreamRequest) ProtoReflect() protoreflect.Message
- func (x *GetJobStreamRequest) Reset()
- func (x *GetJobStreamRequest) String() string
- func (msg *GetJobStreamRequest) UnmarshalJSON(b []byte) error
- type GetJobStreamResponse
- func (*GetJobStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobStreamResponse) GetComplete() *GetJobStreamResponse_Complete
- func (x *GetJobStreamResponse) GetDownload() *GetJobStreamResponse_Download
- 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 (msg *GetJobStreamResponse) MarshalJSON() ([]byte, error)
- func (*GetJobStreamResponse) ProtoMessage()
- func (x *GetJobStreamResponse) ProtoReflect() protoreflect.Message
- func (x *GetJobStreamResponse) Reset()
- func (x *GetJobStreamResponse) String() string
- func (msg *GetJobStreamResponse) UnmarshalJSON(b []byte) error
- 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 (msg *GetJobStreamResponse_Complete) MarshalJSON() ([]byte, error)
- func (*GetJobStreamResponse_Complete) ProtoMessage()
- func (x *GetJobStreamResponse_Complete) ProtoReflect() protoreflect.Message
- func (x *GetJobStreamResponse_Complete) Reset()
- func (x *GetJobStreamResponse_Complete) String() string
- func (msg *GetJobStreamResponse_Complete) UnmarshalJSON(b []byte) error
- type GetJobStreamResponse_Complete_
- type GetJobStreamResponse_Download
- func (*GetJobStreamResponse_Download) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobStreamResponse_Download) GetDataSourceRef() *Job_DataSource_Ref
- func (msg *GetJobStreamResponse_Download) MarshalJSON() ([]byte, error)
- func (*GetJobStreamResponse_Download) ProtoMessage()
- func (x *GetJobStreamResponse_Download) ProtoReflect() protoreflect.Message
- func (x *GetJobStreamResponse_Download) Reset()
- func (x *GetJobStreamResponse_Download) String() string
- func (msg *GetJobStreamResponse_Download) UnmarshalJSON(b []byte) error
- type GetJobStreamResponse_Download_
- type GetJobStreamResponse_Error
- func (*GetJobStreamResponse_Error) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobStreamResponse_Error) GetError() *status.Status
- func (msg *GetJobStreamResponse_Error) MarshalJSON() ([]byte, error)
- func (*GetJobStreamResponse_Error) ProtoMessage()
- func (x *GetJobStreamResponse_Error) ProtoReflect() protoreflect.Message
- func (x *GetJobStreamResponse_Error) Reset()
- func (x *GetJobStreamResponse_Error) String() string
- func (msg *GetJobStreamResponse_Error) UnmarshalJSON(b []byte) error
- type GetJobStreamResponse_Error_
- type GetJobStreamResponse_Open
- func (*GetJobStreamResponse_Open) Descriptor() ([]byte, []int)deprecated
- func (msg *GetJobStreamResponse_Open) MarshalJSON() ([]byte, error)
- func (*GetJobStreamResponse_Open) ProtoMessage()
- func (x *GetJobStreamResponse_Open) ProtoReflect() protoreflect.Message
- func (x *GetJobStreamResponse_Open) Reset()
- func (x *GetJobStreamResponse_Open) String() string
- func (msg *GetJobStreamResponse_Open) UnmarshalJSON(b []byte) error
- 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 (msg *GetJobStreamResponse_State) MarshalJSON() ([]byte, error)
- func (*GetJobStreamResponse_State) ProtoMessage()
- func (x *GetJobStreamResponse_State) ProtoReflect() protoreflect.Message
- func (x *GetJobStreamResponse_State) Reset()
- func (x *GetJobStreamResponse_State) String() string
- func (msg *GetJobStreamResponse_State) UnmarshalJSON(b []byte) error
- 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 (msg *GetJobStreamResponse_Terminal) MarshalJSON() ([]byte, error)
- func (*GetJobStreamResponse_Terminal) ProtoMessage()
- func (x *GetJobStreamResponse_Terminal) ProtoReflect() protoreflect.Message
- func (x *GetJobStreamResponse_Terminal) Reset()
- func (x *GetJobStreamResponse_Terminal) String() string
- func (msg *GetJobStreamResponse_Terminal) UnmarshalJSON(b []byte) error
- 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 (msg *GetJobStreamResponse_Terminal_Event) MarshalJSON() ([]byte, error)
- 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
- func (msg *GetJobStreamResponse_Terminal_Event) UnmarshalJSON(b []byte) error
- 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 (msg *GetJobStreamResponse_Terminal_Event_Line) MarshalJSON() ([]byte, error)
- 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
- func (msg *GetJobStreamResponse_Terminal_Event_Line) UnmarshalJSON(b []byte) error
- 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 (msg *GetJobStreamResponse_Terminal_Event_NamedValue) MarshalJSON() ([]byte, error)
- 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
- func (msg *GetJobStreamResponse_Terminal_Event_NamedValue) UnmarshalJSON(b []byte) error
- 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 (msg *GetJobStreamResponse_Terminal_Event_NamedValues) MarshalJSON() ([]byte, error)
- 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
- func (msg *GetJobStreamResponse_Terminal_Event_NamedValues) UnmarshalJSON(b []byte) error
- 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 (msg *GetJobStreamResponse_Terminal_Event_Raw) MarshalJSON() ([]byte, error)
- 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
- func (msg *GetJobStreamResponse_Terminal_Event_Raw) UnmarshalJSON(b []byte) error
- 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 (msg *GetJobStreamResponse_Terminal_Event_Status) MarshalJSON() ([]byte, error)
- 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
- func (msg *GetJobStreamResponse_Terminal_Event_Status) UnmarshalJSON(b []byte) error
- 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 (msg *GetJobStreamResponse_Terminal_Event_Step) MarshalJSON() ([]byte, error)
- 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
- func (msg *GetJobStreamResponse_Terminal_Event_Step) UnmarshalJSON(b []byte) error
- type GetJobStreamResponse_Terminal_Event_StepGroup
- func (*GetJobStreamResponse_Terminal_Event_StepGroup) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobStreamResponse_Terminal_Event_StepGroup) GetClose() bool
- func (msg *GetJobStreamResponse_Terminal_Event_StepGroup) MarshalJSON() ([]byte, error)
- 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
- func (msg *GetJobStreamResponse_Terminal_Event_StepGroup) UnmarshalJSON(b []byte) error
- 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 (msg *GetJobStreamResponse_Terminal_Event_Table) MarshalJSON() ([]byte, error)
- 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
- func (msg *GetJobStreamResponse_Terminal_Event_Table) UnmarshalJSON(b []byte) error
- 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 (msg *GetJobStreamResponse_Terminal_Event_TableEntry) MarshalJSON() ([]byte, error)
- 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
- func (msg *GetJobStreamResponse_Terminal_Event_TableEntry) UnmarshalJSON(b []byte) error
- 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 (msg *GetJobStreamResponse_Terminal_Event_TableRow) MarshalJSON() ([]byte, error)
- 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
- func (msg *GetJobStreamResponse_Terminal_Event_TableRow) UnmarshalJSON(b []byte) error
- 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 (msg *GetLatestBuildRequest) MarshalJSON() ([]byte, error)
- func (*GetLatestBuildRequest) ProtoMessage()
- func (x *GetLatestBuildRequest) ProtoReflect() protoreflect.Message
- func (x *GetLatestBuildRequest) Reset()
- func (x *GetLatestBuildRequest) String() string
- func (msg *GetLatestBuildRequest) UnmarshalJSON(b []byte) error
- type GetLatestPushedArtifactRequest
- func (*GetLatestPushedArtifactRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetLatestPushedArtifactRequest) GetApplication() *Ref_Application
- func (x *GetLatestPushedArtifactRequest) GetWorkspace() *Ref_Workspace
- func (msg *GetLatestPushedArtifactRequest) MarshalJSON() ([]byte, error)
- func (*GetLatestPushedArtifactRequest) ProtoMessage()
- func (x *GetLatestPushedArtifactRequest) ProtoReflect() protoreflect.Message
- func (x *GetLatestPushedArtifactRequest) Reset()
- func (x *GetLatestPushedArtifactRequest) String() string
- func (msg *GetLatestPushedArtifactRequest) UnmarshalJSON(b []byte) error
- 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 (msg *GetLatestReleaseRequest) MarshalJSON() ([]byte, error)
- func (*GetLatestReleaseRequest) ProtoMessage()
- func (x *GetLatestReleaseRequest) ProtoReflect() protoreflect.Message
- func (x *GetLatestReleaseRequest) Reset()
- func (x *GetLatestReleaseRequest) String() string
- func (msg *GetLatestReleaseRequest) UnmarshalJSON(b []byte) error
- type GetLatestStatusReportRequest
- func (*GetLatestStatusReportRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetLatestStatusReportRequest) GetApplication() *Ref_Application
- func (x *GetLatestStatusReportRequest) GetWorkspace() *Ref_Workspace
- func (msg *GetLatestStatusReportRequest) MarshalJSON() ([]byte, error)
- func (*GetLatestStatusReportRequest) ProtoMessage()
- func (x *GetLatestStatusReportRequest) ProtoReflect() protoreflect.Message
- func (x *GetLatestStatusReportRequest) Reset()
- func (x *GetLatestStatusReportRequest) String() string
- func (msg *GetLatestStatusReportRequest) UnmarshalJSON(b []byte) error
- 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 (msg *GetLogStreamRequest) MarshalJSON() ([]byte, error)
- func (*GetLogStreamRequest) ProtoMessage()
- func (x *GetLogStreamRequest) ProtoReflect() protoreflect.Message
- func (x *GetLogStreamRequest) Reset()
- func (x *GetLogStreamRequest) String() string
- func (msg *GetLogStreamRequest) UnmarshalJSON(b []byte) error
- 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 (msg *GetLogStreamRequest_Application) MarshalJSON() ([]byte, error)
- func (*GetLogStreamRequest_Application) ProtoMessage()
- func (x *GetLogStreamRequest_Application) ProtoReflect() protoreflect.Message
- func (x *GetLogStreamRequest_Application) Reset()
- func (x *GetLogStreamRequest_Application) String() string
- func (msg *GetLogStreamRequest_Application) UnmarshalJSON(b []byte) error
- type GetLogStreamRequest_Application_
- type GetLogStreamRequest_DeploymentId
- type GetProjectRequest
- func (*GetProjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetProjectRequest) GetProject() *Ref_Project
- func (msg *GetProjectRequest) MarshalJSON() ([]byte, error)
- func (*GetProjectRequest) ProtoMessage()
- func (x *GetProjectRequest) ProtoReflect() protoreflect.Message
- func (x *GetProjectRequest) Reset()
- func (x *GetProjectRequest) String() string
- func (msg *GetProjectRequest) UnmarshalJSON(b []byte) error
- type GetProjectResponse
- func (*GetProjectResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetProjectResponse) GetProject() *Project
- func (x *GetProjectResponse) GetWorkspaces() []*Workspace_Project
- func (msg *GetProjectResponse) MarshalJSON() ([]byte, error)
- func (*GetProjectResponse) ProtoMessage()
- func (x *GetProjectResponse) ProtoReflect() protoreflect.Message
- func (x *GetProjectResponse) Reset()
- func (x *GetProjectResponse) String() string
- func (msg *GetProjectResponse) UnmarshalJSON(b []byte) error
- type GetPushedArtifactRequest
- func (*GetPushedArtifactRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPushedArtifactRequest) GetRef() *Ref_Operation
- func (msg *GetPushedArtifactRequest) MarshalJSON() ([]byte, error)
- func (*GetPushedArtifactRequest) ProtoMessage()
- func (x *GetPushedArtifactRequest) ProtoReflect() protoreflect.Message
- func (x *GetPushedArtifactRequest) Reset()
- func (x *GetPushedArtifactRequest) String() string
- func (msg *GetPushedArtifactRequest) UnmarshalJSON(b []byte) error
- type GetReleaseRequest
- func (*GetReleaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetReleaseRequest) GetLoadDetails() Release_LoadDetails
- func (x *GetReleaseRequest) GetRef() *Ref_Operation
- func (msg *GetReleaseRequest) MarshalJSON() ([]byte, error)
- func (*GetReleaseRequest) ProtoMessage()
- func (x *GetReleaseRequest) ProtoReflect() protoreflect.Message
- func (x *GetReleaseRequest) Reset()
- func (x *GetReleaseRequest) String() string
- func (msg *GetReleaseRequest) UnmarshalJSON(b []byte) error
- type GetRunnerRequest
- func (*GetRunnerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRunnerRequest) GetRunnerId() string
- func (msg *GetRunnerRequest) MarshalJSON() ([]byte, error)
- func (*GetRunnerRequest) ProtoMessage()
- func (x *GetRunnerRequest) ProtoReflect() protoreflect.Message
- func (x *GetRunnerRequest) Reset()
- func (x *GetRunnerRequest) String() string
- func (msg *GetRunnerRequest) UnmarshalJSON(b []byte) error
- type GetServerConfigResponse
- func (*GetServerConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetServerConfigResponse) GetConfig() *ServerConfig
- func (msg *GetServerConfigResponse) MarshalJSON() ([]byte, error)
- func (*GetServerConfigResponse) ProtoMessage()
- func (x *GetServerConfigResponse) ProtoReflect() protoreflect.Message
- func (x *GetServerConfigResponse) Reset()
- func (x *GetServerConfigResponse) String() string
- func (msg *GetServerConfigResponse) UnmarshalJSON(b []byte) error
- type GetStatusReportRequest
- func (*GetStatusReportRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetStatusReportRequest) GetRef() *Ref_Operation
- func (msg *GetStatusReportRequest) MarshalJSON() ([]byte, error)
- func (*GetStatusReportRequest) ProtoMessage()
- func (x *GetStatusReportRequest) ProtoReflect() protoreflect.Message
- func (x *GetStatusReportRequest) Reset()
- func (x *GetStatusReportRequest) String() string
- func (msg *GetStatusReportRequest) UnmarshalJSON(b []byte) error
- type GetVersionInfoResponse
- func (*GetVersionInfoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetVersionInfoResponse) GetInfo() *VersionInfo
- func (msg *GetVersionInfoResponse) MarshalJSON() ([]byte, error)
- func (*GetVersionInfoResponse) ProtoMessage()
- func (x *GetVersionInfoResponse) ProtoReflect() protoreflect.Message
- func (x *GetVersionInfoResponse) Reset()
- func (x *GetVersionInfoResponse) String() string
- func (msg *GetVersionInfoResponse) UnmarshalJSON(b []byte) error
- type GetWorkspaceRequest
- func (*GetWorkspaceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetWorkspaceRequest) GetWorkspace() *Ref_Workspace
- func (msg *GetWorkspaceRequest) MarshalJSON() ([]byte, error)
- func (*GetWorkspaceRequest) ProtoMessage()
- func (x *GetWorkspaceRequest) ProtoReflect() protoreflect.Message
- func (x *GetWorkspaceRequest) Reset()
- func (x *GetWorkspaceRequest) String() string
- func (msg *GetWorkspaceRequest) UnmarshalJSON(b []byte) error
- type GetWorkspaceResponse
- func (*GetWorkspaceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetWorkspaceResponse) GetWorkspace() *Workspace
- func (msg *GetWorkspaceResponse) MarshalJSON() ([]byte, error)
- func (*GetWorkspaceResponse) ProtoMessage()
- func (x *GetWorkspaceResponse) ProtoReflect() protoreflect.Message
- func (x *GetWorkspaceResponse) Reset()
- func (x *GetWorkspaceResponse) String() string
- func (msg *GetWorkspaceResponse) UnmarshalJSON(b []byte) error
- type HMACKey
- func (*HMACKey) Descriptor() ([]byte, []int)deprecated
- func (x *HMACKey) GetId() string
- func (x *HMACKey) GetKey() []byte
- func (msg *HMACKey) MarshalJSON() ([]byte, error)
- func (*HMACKey) ProtoMessage()
- func (x *HMACKey) ProtoReflect() protoreflect.Message
- func (x *HMACKey) Reset()
- func (x *HMACKey) String() string
- func (msg *HMACKey) UnmarshalJSON(b []byte) error
- 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 (msg *Hostname) MarshalJSON() ([]byte, error)
- func (*Hostname) ProtoMessage()
- func (x *Hostname) ProtoReflect() protoreflect.Message
- func (x *Hostname) Reset()
- func (x *Hostname) String() string
- func (msg *Hostname) UnmarshalJSON(b []byte) error
- 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 (msg *Hostname_Target) MarshalJSON() ([]byte, error)
- func (*Hostname_Target) ProtoMessage()
- func (x *Hostname_Target) ProtoReflect() protoreflect.Message
- func (x *Hostname_Target) Reset()
- func (x *Hostname_Target) String() string
- func (msg *Hostname_Target) UnmarshalJSON(b []byte) error
- 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 (msg *Hostname_TargetApp) MarshalJSON() ([]byte, error)
- func (*Hostname_TargetApp) ProtoMessage()
- func (x *Hostname_TargetApp) ProtoReflect() protoreflect.Message
- func (x *Hostname_TargetApp) Reset()
- func (x *Hostname_TargetApp) String() string
- func (msg *Hostname_TargetApp) UnmarshalJSON(b []byte) error
- 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) GetType() Instance_Type
- func (x *Instance) GetWorkspace() *Ref_Workspace
- func (msg *Instance) MarshalJSON() ([]byte, error)
- func (*Instance) ProtoMessage()
- func (x *Instance) ProtoReflect() protoreflect.Message
- func (x *Instance) Reset()
- func (x *Instance) String() string
- func (msg *Instance) UnmarshalJSON(b []byte) error
- type Instance_Type
- func (Instance_Type) Descriptor() protoreflect.EnumDescriptor
- func (x Instance_Type) Enum() *Instance_Type
- func (Instance_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x Instance_Type) Number() protoreflect.EnumNumber
- func (x Instance_Type) String() string
- func (Instance_Type) Type() protoreflect.EnumType
- type InviteTokenRequest
- func (*InviteTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InviteTokenRequest) GetDuration() string
- func (x *InviteTokenRequest) GetEntrypoint() *Token_Entrypoint
- func (msg *InviteTokenRequest) MarshalJSON() ([]byte, error)
- func (*InviteTokenRequest) ProtoMessage()
- func (x *InviteTokenRequest) ProtoReflect() protoreflect.Message
- func (x *InviteTokenRequest) Reset()
- func (x *InviteTokenRequest) String() string
- func (msg *InviteTokenRequest) UnmarshalJSON(b []byte) error
- 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) GetConfigSync() *Job_ConfigSyncOp
- func (x *Job) GetDataSource() *Job_DataSource
- func (x *Job) GetDataSourceOverrides() map[string]string
- func (x *Job) GetDataSourceRef() *Job_DataSource_Ref
- 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) GetExec() *Job_ExecOp
- func (x *Job) GetExpireTime() *timestamp.Timestamp
- func (x *Job) GetId() string
- func (x *Job) GetLabels() map[string]string
- func (x *Job) GetLogs() *Job_LogsOp
- func (x *Job) GetNoop() *Job_Noop
- func (m *Job) GetOperation() isJob_Operation
- func (x *Job) GetPoll() *Job_PollOp
- func (x *Job) GetPush() *Job_PushOp
- func (x *Job) GetQueueProject() *Job_QueueProjectOp
- func (x *Job) GetQueueTime() *timestamp.Timestamp
- func (x *Job) GetRelease() *Job_ReleaseOp
- func (x *Job) GetResult() *Job_Result
- func (x *Job) GetSingletonId() string
- func (x *Job) GetState() Job_State
- func (x *Job) GetStatusReport() *Job_StatusReportOp
- func (x *Job) GetTargetRunner() *Ref_Runner
- func (x *Job) GetUp() *Job_UpOp
- func (x *Job) GetValidate() *Job_ValidateOp
- func (x *Job) GetVariables() []*Variable
- func (x *Job) GetWorkspace() *Ref_Workspace
- func (msg *Job) MarshalJSON() ([]byte, error)
- func (*Job) ProtoMessage()
- func (x *Job) ProtoReflect() protoreflect.Message
- func (x *Job) Reset()
- func (x *Job) String() string
- func (msg *Job) UnmarshalJSON(b []byte) error
- 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 (msg *Job_AuthOp) MarshalJSON() ([]byte, error)
- func (*Job_AuthOp) ProtoMessage()
- func (x *Job_AuthOp) ProtoReflect() protoreflect.Message
- func (x *Job_AuthOp) Reset()
- func (x *Job_AuthOp) String() string
- func (msg *Job_AuthOp) UnmarshalJSON(b []byte) error
- type Job_AuthResult
- func (*Job_AuthResult) Descriptor() ([]byte, []int)deprecated
- func (x *Job_AuthResult) GetResults() []*Job_AuthResult_Result
- func (msg *Job_AuthResult) MarshalJSON() ([]byte, error)
- func (*Job_AuthResult) ProtoMessage()
- func (x *Job_AuthResult) ProtoReflect() protoreflect.Message
- func (x *Job_AuthResult) Reset()
- func (x *Job_AuthResult) String() string
- func (msg *Job_AuthResult) UnmarshalJSON(b []byte) error
- 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 (msg *Job_AuthResult_Result) MarshalJSON() ([]byte, error)
- 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
- func (msg *Job_AuthResult_Result) UnmarshalJSON(b []byte) error
- type Job_Build
- type Job_BuildOp
- func (*Job_BuildOp) Descriptor() ([]byte, []int)deprecated
- func (x *Job_BuildOp) GetDisablePush() bool
- func (msg *Job_BuildOp) MarshalJSON() ([]byte, error)
- func (*Job_BuildOp) ProtoMessage()
- func (x *Job_BuildOp) ProtoReflect() protoreflect.Message
- func (x *Job_BuildOp) Reset()
- func (x *Job_BuildOp) String() string
- func (msg *Job_BuildOp) UnmarshalJSON(b []byte) error
- type Job_BuildResult
- func (*Job_BuildResult) Descriptor() ([]byte, []int)deprecated
- func (x *Job_BuildResult) GetBuild() *Build
- func (x *Job_BuildResult) GetPush() *PushedArtifact
- func (msg *Job_BuildResult) MarshalJSON() ([]byte, error)
- func (*Job_BuildResult) ProtoMessage()
- func (x *Job_BuildResult) ProtoReflect() protoreflect.Message
- func (x *Job_BuildResult) Reset()
- func (x *Job_BuildResult) String() string
- func (msg *Job_BuildResult) UnmarshalJSON(b []byte) error
- type Job_ConfigSync
- type Job_ConfigSyncOp
- func (*Job_ConfigSyncOp) Descriptor() ([]byte, []int)deprecated
- func (msg *Job_ConfigSyncOp) MarshalJSON() ([]byte, error)
- func (*Job_ConfigSyncOp) ProtoMessage()
- func (x *Job_ConfigSyncOp) ProtoReflect() protoreflect.Message
- func (x *Job_ConfigSyncOp) Reset()
- func (x *Job_ConfigSyncOp) String() string
- func (msg *Job_ConfigSyncOp) UnmarshalJSON(b []byte) error
- type Job_ConfigSyncResult
- func (*Job_ConfigSyncResult) Descriptor() ([]byte, []int)deprecated
- func (msg *Job_ConfigSyncResult) MarshalJSON() ([]byte, error)
- func (*Job_ConfigSyncResult) ProtoMessage()
- func (x *Job_ConfigSyncResult) ProtoReflect() protoreflect.Message
- func (x *Job_ConfigSyncResult) Reset()
- func (x *Job_ConfigSyncResult) String() string
- func (msg *Job_ConfigSyncResult) UnmarshalJSON(b []byte) error
- 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 (msg *Job_DataSource) MarshalJSON() ([]byte, error)
- func (*Job_DataSource) ProtoMessage()
- func (x *Job_DataSource) ProtoReflect() protoreflect.Message
- func (x *Job_DataSource) Reset()
- func (x *Job_DataSource) String() string
- func (msg *Job_DataSource) UnmarshalJSON(b []byte) error
- type Job_DataSource_Git
- type Job_DataSource_Local
- type Job_DataSource_Ref
- func (*Job_DataSource_Ref) Descriptor() ([]byte, []int)deprecated
- func (x *Job_DataSource_Ref) GetGit() *Job_Git_Ref
- func (m *Job_DataSource_Ref) GetRef() isJob_DataSource_Ref_Ref
- func (x *Job_DataSource_Ref) GetUnknown() *empty.Empty
- func (msg *Job_DataSource_Ref) MarshalJSON() ([]byte, error)
- func (*Job_DataSource_Ref) ProtoMessage()
- func (x *Job_DataSource_Ref) ProtoReflect() protoreflect.Message
- func (x *Job_DataSource_Ref) Reset()
- func (x *Job_DataSource_Ref) String() string
- func (msg *Job_DataSource_Ref) UnmarshalJSON(b []byte) error
- type Job_DataSource_Ref_Git
- type Job_DataSource_Ref_Unknown
- type Job_Deploy
- type Job_DeployOp
- func (*Job_DeployOp) Descriptor() ([]byte, []int)deprecated
- func (x *Job_DeployOp) GetArtifact() *PushedArtifact
- func (msg *Job_DeployOp) MarshalJSON() ([]byte, error)
- func (*Job_DeployOp) ProtoMessage()
- func (x *Job_DeployOp) ProtoReflect() protoreflect.Message
- func (x *Job_DeployOp) Reset()
- func (x *Job_DeployOp) String() string
- func (msg *Job_DeployOp) UnmarshalJSON(b []byte) error
- type Job_DeployResult
- func (*Job_DeployResult) Descriptor() ([]byte, []int)deprecated
- func (x *Job_DeployResult) GetDeployment() *Deployment
- func (msg *Job_DeployResult) MarshalJSON() ([]byte, error)
- func (*Job_DeployResult) ProtoMessage()
- func (x *Job_DeployResult) ProtoReflect() protoreflect.Message
- func (x *Job_DeployResult) Reset()
- func (x *Job_DeployResult) String() string
- func (msg *Job_DeployResult) UnmarshalJSON(b []byte) error
- 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 (msg *Job_DestroyOp) MarshalJSON() ([]byte, error)
- func (*Job_DestroyOp) ProtoMessage()
- func (x *Job_DestroyOp) ProtoReflect() protoreflect.Message
- func (x *Job_DestroyOp) Reset()
- func (x *Job_DestroyOp) String() string
- func (msg *Job_DestroyOp) UnmarshalJSON(b []byte) error
- type Job_DestroyOp_Deployment
- type Job_DestroyOp_Workspace
- type Job_Docs
- type Job_DocsOp
- func (*Job_DocsOp) Descriptor() ([]byte, []int)deprecated
- func (msg *Job_DocsOp) MarshalJSON() ([]byte, error)
- func (*Job_DocsOp) ProtoMessage()
- func (x *Job_DocsOp) ProtoReflect() protoreflect.Message
- func (x *Job_DocsOp) Reset()
- func (x *Job_DocsOp) String() string
- func (msg *Job_DocsOp) UnmarshalJSON(b []byte) error
- type Job_DocsResult
- func (*Job_DocsResult) Descriptor() ([]byte, []int)deprecated
- func (x *Job_DocsResult) GetResults() []*Job_DocsResult_Result
- func (msg *Job_DocsResult) MarshalJSON() ([]byte, error)
- func (*Job_DocsResult) ProtoMessage()
- func (x *Job_DocsResult) ProtoReflect() protoreflect.Message
- func (x *Job_DocsResult) Reset()
- func (x *Job_DocsResult) String() string
- func (msg *Job_DocsResult) UnmarshalJSON(b []byte) error
- 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 (msg *Job_DocsResult_Result) MarshalJSON() ([]byte, error)
- 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
- func (msg *Job_DocsResult_Result) UnmarshalJSON(b []byte) error
- type Job_Exec
- type Job_ExecOp
- func (*Job_ExecOp) Descriptor() ([]byte, []int)deprecated
- func (x *Job_ExecOp) GetDeployment() *Deployment
- func (x *Job_ExecOp) GetInstanceId() string
- func (msg *Job_ExecOp) MarshalJSON() ([]byte, error)
- func (*Job_ExecOp) ProtoMessage()
- func (x *Job_ExecOp) ProtoReflect() protoreflect.Message
- func (x *Job_ExecOp) Reset()
- func (x *Job_ExecOp) String() string
- func (msg *Job_ExecOp) UnmarshalJSON(b []byte) error
- type Job_ExecResult
- func (*Job_ExecResult) Descriptor() ([]byte, []int)deprecated
- func (msg *Job_ExecResult) MarshalJSON() ([]byte, error)
- func (*Job_ExecResult) ProtoMessage()
- func (x *Job_ExecResult) ProtoReflect() protoreflect.Message
- func (x *Job_ExecResult) Reset()
- func (x *Job_ExecResult) String() string
- func (msg *Job_ExecResult) UnmarshalJSON(b []byte) error
- type Job_Git
- func (*Job_Git) Descriptor() ([]byte, []int)deprecated
- func (m *Job_Git) GetAuth() isJob_Git_Auth
- func (x *Job_Git) GetBasic() *Job_Git_Basic
- func (x *Job_Git) GetPath() string
- func (x *Job_Git) GetRef() string
- func (x *Job_Git) GetSsh() *Job_Git_SSH
- func (x *Job_Git) GetUrl() string
- func (msg *Job_Git) MarshalJSON() ([]byte, error)
- func (*Job_Git) ProtoMessage()
- func (x *Job_Git) ProtoReflect() protoreflect.Message
- func (x *Job_Git) Reset()
- func (x *Job_Git) String() string
- func (msg *Job_Git) UnmarshalJSON(b []byte) error
- type Job_Git_Basic
- func (*Job_Git_Basic) Descriptor() ([]byte, []int)deprecated
- func (x *Job_Git_Basic) GetPassword() string
- func (x *Job_Git_Basic) GetUsername() string
- func (msg *Job_Git_Basic) MarshalJSON() ([]byte, error)
- func (*Job_Git_Basic) ProtoMessage()
- func (x *Job_Git_Basic) ProtoReflect() protoreflect.Message
- func (x *Job_Git_Basic) Reset()
- func (x *Job_Git_Basic) String() string
- func (msg *Job_Git_Basic) UnmarshalJSON(b []byte) error
- type Job_Git_Basic_
- type Job_Git_Ref
- func (*Job_Git_Ref) Descriptor() ([]byte, []int)deprecated
- func (x *Job_Git_Ref) GetCommit() string
- func (x *Job_Git_Ref) GetTimestamp() *timestamp.Timestamp
- func (msg *Job_Git_Ref) MarshalJSON() ([]byte, error)
- func (*Job_Git_Ref) ProtoMessage()
- func (x *Job_Git_Ref) ProtoReflect() protoreflect.Message
- func (x *Job_Git_Ref) Reset()
- func (x *Job_Git_Ref) String() string
- func (msg *Job_Git_Ref) UnmarshalJSON(b []byte) error
- type Job_Git_SSH
- func (*Job_Git_SSH) Descriptor() ([]byte, []int)deprecated
- func (x *Job_Git_SSH) GetPassword() string
- func (x *Job_Git_SSH) GetPrivateKeyPem() []byte
- func (x *Job_Git_SSH) GetUser() string
- func (msg *Job_Git_SSH) MarshalJSON() ([]byte, error)
- func (*Job_Git_SSH) ProtoMessage()
- func (x *Job_Git_SSH) ProtoReflect() protoreflect.Message
- func (x *Job_Git_SSH) Reset()
- func (x *Job_Git_SSH) String() string
- func (msg *Job_Git_SSH) UnmarshalJSON(b []byte) error
- type Job_Git_Ssh
- type Job_Local
- func (*Job_Local) Descriptor() ([]byte, []int)deprecated
- func (msg *Job_Local) MarshalJSON() ([]byte, error)
- func (*Job_Local) ProtoMessage()
- func (x *Job_Local) ProtoReflect() protoreflect.Message
- func (x *Job_Local) Reset()
- func (x *Job_Local) String() string
- func (msg *Job_Local) UnmarshalJSON(b []byte) error
- type Job_Logs
- type Job_LogsOp
- func (*Job_LogsOp) Descriptor() ([]byte, []int)deprecated
- func (x *Job_LogsOp) GetDeployment() *Deployment
- func (x *Job_LogsOp) GetInstanceId() string
- func (x *Job_LogsOp) GetLimit() int32
- func (x *Job_LogsOp) GetStartTime() *timestamp.Timestamp
- func (msg *Job_LogsOp) MarshalJSON() ([]byte, error)
- func (*Job_LogsOp) ProtoMessage()
- func (x *Job_LogsOp) ProtoReflect() protoreflect.Message
- func (x *Job_LogsOp) Reset()
- func (x *Job_LogsOp) String() string
- func (msg *Job_LogsOp) UnmarshalJSON(b []byte) error
- type Job_Noop
- func (*Job_Noop) Descriptor() ([]byte, []int)deprecated
- func (msg *Job_Noop) MarshalJSON() ([]byte, error)
- func (*Job_Noop) ProtoMessage()
- func (x *Job_Noop) ProtoReflect() protoreflect.Message
- func (x *Job_Noop) Reset()
- func (x *Job_Noop) String() string
- func (msg *Job_Noop) UnmarshalJSON(b []byte) error
- type Job_Noop_
- type Job_Poll
- type Job_PollOp
- func (*Job_PollOp) Descriptor() ([]byte, []int)deprecated
- func (msg *Job_PollOp) MarshalJSON() ([]byte, error)
- func (*Job_PollOp) ProtoMessage()
- func (x *Job_PollOp) ProtoReflect() protoreflect.Message
- func (x *Job_PollOp) Reset()
- func (x *Job_PollOp) String() string
- func (msg *Job_PollOp) UnmarshalJSON(b []byte) error
- type Job_PollResult
- func (*Job_PollResult) Descriptor() ([]byte, []int)deprecated
- func (x *Job_PollResult) GetJobId() string
- func (x *Job_PollResult) GetNewRef() *Job_DataSource_Ref
- func (x *Job_PollResult) GetOldRef() *Job_DataSource_Ref
- func (msg *Job_PollResult) MarshalJSON() ([]byte, error)
- func (*Job_PollResult) ProtoMessage()
- func (x *Job_PollResult) ProtoReflect() protoreflect.Message
- func (x *Job_PollResult) Reset()
- func (x *Job_PollResult) String() string
- func (msg *Job_PollResult) UnmarshalJSON(b []byte) error
- type Job_Push
- type Job_PushOp
- func (*Job_PushOp) Descriptor() ([]byte, []int)deprecated
- func (x *Job_PushOp) GetBuild() *Build
- func (msg *Job_PushOp) MarshalJSON() ([]byte, error)
- func (*Job_PushOp) ProtoMessage()
- func (x *Job_PushOp) ProtoReflect() protoreflect.Message
- func (x *Job_PushOp) Reset()
- func (x *Job_PushOp) String() string
- func (msg *Job_PushOp) UnmarshalJSON(b []byte) error
- type Job_PushResult
- func (*Job_PushResult) Descriptor() ([]byte, []int)deprecated
- func (x *Job_PushResult) GetArtifact() *PushedArtifact
- func (msg *Job_PushResult) MarshalJSON() ([]byte, error)
- func (*Job_PushResult) ProtoMessage()
- func (x *Job_PushResult) ProtoReflect() protoreflect.Message
- func (x *Job_PushResult) Reset()
- func (x *Job_PushResult) String() string
- func (msg *Job_PushResult) UnmarshalJSON(b []byte) error
- type Job_QueueProject
- type Job_QueueProjectOp
- func (*Job_QueueProjectOp) Descriptor() ([]byte, []int)deprecated
- func (x *Job_QueueProjectOp) GetJobTemplate() *Job
- func (msg *Job_QueueProjectOp) MarshalJSON() ([]byte, error)
- func (*Job_QueueProjectOp) ProtoMessage()
- func (x *Job_QueueProjectOp) ProtoReflect() protoreflect.Message
- func (x *Job_QueueProjectOp) Reset()
- func (x *Job_QueueProjectOp) String() string
- func (msg *Job_QueueProjectOp) UnmarshalJSON(b []byte) error
- type Job_QueueProjectResult
- func (*Job_QueueProjectResult) Descriptor() ([]byte, []int)deprecated
- func (x *Job_QueueProjectResult) GetApplications() []*Job_QueueProjectResult_Application
- func (msg *Job_QueueProjectResult) MarshalJSON() ([]byte, error)
- func (*Job_QueueProjectResult) ProtoMessage()
- func (x *Job_QueueProjectResult) ProtoReflect() protoreflect.Message
- func (x *Job_QueueProjectResult) Reset()
- func (x *Job_QueueProjectResult) String() string
- func (msg *Job_QueueProjectResult) UnmarshalJSON(b []byte) error
- type Job_QueueProjectResult_Application
- func (*Job_QueueProjectResult_Application) Descriptor() ([]byte, []int)deprecated
- func (x *Job_QueueProjectResult_Application) GetApplication() *Ref_Application
- func (x *Job_QueueProjectResult_Application) GetJobId() string
- func (msg *Job_QueueProjectResult_Application) MarshalJSON() ([]byte, error)
- func (*Job_QueueProjectResult_Application) ProtoMessage()
- func (x *Job_QueueProjectResult_Application) ProtoReflect() protoreflect.Message
- func (x *Job_QueueProjectResult_Application) Reset()
- func (x *Job_QueueProjectResult_Application) String() string
- func (msg *Job_QueueProjectResult_Application) UnmarshalJSON(b []byte) error
- 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 (x *Job_ReleaseOp) GetPruneRetain() int32
- func (x *Job_ReleaseOp) GetPruneRetainOverride() bool
- func (msg *Job_ReleaseOp) MarshalJSON() ([]byte, error)
- func (*Job_ReleaseOp) ProtoMessage()
- func (x *Job_ReleaseOp) ProtoReflect() protoreflect.Message
- func (x *Job_ReleaseOp) Reset()
- func (x *Job_ReleaseOp) String() string
- func (msg *Job_ReleaseOp) UnmarshalJSON(b []byte) error
- type Job_ReleaseResult
- func (*Job_ReleaseResult) Descriptor() ([]byte, []int)deprecated
- func (x *Job_ReleaseResult) GetRelease() *Release
- func (msg *Job_ReleaseResult) MarshalJSON() ([]byte, error)
- func (*Job_ReleaseResult) ProtoMessage()
- func (x *Job_ReleaseResult) ProtoReflect() protoreflect.Message
- func (x *Job_ReleaseResult) Reset()
- func (x *Job_ReleaseResult) String() string
- func (msg *Job_ReleaseResult) UnmarshalJSON(b []byte) error
- 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) GetConfigSync() *Job_ConfigSyncResult
- func (x *Job_Result) GetDeploy() *Job_DeployResult
- func (x *Job_Result) GetDocs() *Job_DocsResult
- func (x *Job_Result) GetPoll() *Job_PollResult
- func (x *Job_Result) GetPush() *Job_PushResult
- func (x *Job_Result) GetQueueProject() *Job_QueueProjectResult
- func (x *Job_Result) GetRelease() *Job_ReleaseResult
- func (x *Job_Result) GetStatusReport() *Job_StatusReportResult
- func (x *Job_Result) GetUp() *Job_UpResult
- func (x *Job_Result) GetValidate() *Job_ValidateResult
- func (msg *Job_Result) MarshalJSON() ([]byte, error)
- func (*Job_Result) ProtoMessage()
- func (x *Job_Result) ProtoReflect() protoreflect.Message
- func (x *Job_Result) Reset()
- func (x *Job_Result) String() string
- func (msg *Job_Result) UnmarshalJSON(b []byte) error
- type Job_State
- type Job_StatusReport
- type Job_StatusReportOp
- func (*Job_StatusReportOp) Descriptor() ([]byte, []int)deprecated
- func (x *Job_StatusReportOp) GetDeployment() *Deployment
- func (x *Job_StatusReportOp) GetRelease() *Release
- func (m *Job_StatusReportOp) GetTarget() isJob_StatusReportOp_Target
- func (msg *Job_StatusReportOp) MarshalJSON() ([]byte, error)
- func (*Job_StatusReportOp) ProtoMessage()
- func (x *Job_StatusReportOp) ProtoReflect() protoreflect.Message
- func (x *Job_StatusReportOp) Reset()
- func (x *Job_StatusReportOp) String() string
- func (msg *Job_StatusReportOp) UnmarshalJSON(b []byte) error
- type Job_StatusReportOp_Deployment
- type Job_StatusReportOp_Release
- type Job_StatusReportResult
- func (*Job_StatusReportResult) Descriptor() ([]byte, []int)deprecated
- func (x *Job_StatusReportResult) GetStatusReport() *StatusReport
- func (msg *Job_StatusReportResult) MarshalJSON() ([]byte, error)
- func (*Job_StatusReportResult) ProtoMessage()
- func (x *Job_StatusReportResult) ProtoReflect() protoreflect.Message
- func (x *Job_StatusReportResult) Reset()
- func (x *Job_StatusReportResult) String() string
- func (msg *Job_StatusReportResult) UnmarshalJSON(b []byte) error
- type Job_Up
- type Job_UpOp
- func (*Job_UpOp) Descriptor() ([]byte, []int)deprecated
- func (x *Job_UpOp) GetRelease() *Job_ReleaseOp
- func (msg *Job_UpOp) MarshalJSON() ([]byte, error)
- func (*Job_UpOp) ProtoMessage()
- func (x *Job_UpOp) ProtoReflect() protoreflect.Message
- func (x *Job_UpOp) Reset()
- func (x *Job_UpOp) String() string
- func (msg *Job_UpOp) UnmarshalJSON(b []byte) error
- type Job_UpResult
- func (*Job_UpResult) Descriptor() ([]byte, []int)deprecated
- func (x *Job_UpResult) GetAppUrl() string
- func (x *Job_UpResult) GetDeployUrl() string
- func (x *Job_UpResult) GetReleaseUrl() string
- func (msg *Job_UpResult) MarshalJSON() ([]byte, error)
- func (*Job_UpResult) ProtoMessage()
- func (x *Job_UpResult) ProtoReflect() protoreflect.Message
- func (x *Job_UpResult) Reset()
- func (x *Job_UpResult) String() string
- func (msg *Job_UpResult) UnmarshalJSON(b []byte) error
- type Job_Validate
- type Job_ValidateOp
- func (*Job_ValidateOp) Descriptor() ([]byte, []int)deprecated
- func (msg *Job_ValidateOp) MarshalJSON() ([]byte, error)
- func (*Job_ValidateOp) ProtoMessage()
- func (x *Job_ValidateOp) ProtoReflect() protoreflect.Message
- func (x *Job_ValidateOp) Reset()
- func (x *Job_ValidateOp) String() string
- func (msg *Job_ValidateOp) UnmarshalJSON(b []byte) error
- type Job_ValidateResult
- func (*Job_ValidateResult) Descriptor() ([]byte, []int)deprecated
- func (msg *Job_ValidateResult) MarshalJSON() ([]byte, error)
- func (*Job_ValidateResult) ProtoMessage()
- func (x *Job_ValidateResult) ProtoReflect() protoreflect.Message
- func (x *Job_ValidateResult) Reset()
- func (x *Job_ValidateResult) String() string
- func (msg *Job_ValidateResult) UnmarshalJSON(b []byte) error
- 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 (msg *ListBuildsRequest) MarshalJSON() ([]byte, error)
- func (*ListBuildsRequest) ProtoMessage()
- func (x *ListBuildsRequest) ProtoReflect() protoreflect.Message
- func (x *ListBuildsRequest) Reset()
- func (x *ListBuildsRequest) String() string
- func (msg *ListBuildsRequest) UnmarshalJSON(b []byte) error
- type ListBuildsResponse
- func (*ListBuildsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListBuildsResponse) GetBuilds() []*Build
- func (msg *ListBuildsResponse) MarshalJSON() ([]byte, error)
- func (*ListBuildsResponse) ProtoMessage()
- func (x *ListBuildsResponse) ProtoReflect() protoreflect.Message
- func (x *ListBuildsResponse) Reset()
- func (x *ListBuildsResponse) String() string
- func (msg *ListBuildsResponse) UnmarshalJSON(b []byte) error
- 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 (msg *ListDeploymentsRequest) MarshalJSON() ([]byte, error)
- func (*ListDeploymentsRequest) ProtoMessage()
- func (x *ListDeploymentsRequest) ProtoReflect() protoreflect.Message
- func (x *ListDeploymentsRequest) Reset()
- func (x *ListDeploymentsRequest) String() string
- func (msg *ListDeploymentsRequest) UnmarshalJSON(b []byte) error
- type ListDeploymentsResponse
- func (*ListDeploymentsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListDeploymentsResponse) GetDeployments() []*Deployment
- func (msg *ListDeploymentsResponse) MarshalJSON() ([]byte, error)
- func (*ListDeploymentsResponse) ProtoMessage()
- func (x *ListDeploymentsResponse) ProtoReflect() protoreflect.Message
- func (x *ListDeploymentsResponse) Reset()
- func (x *ListDeploymentsResponse) String() string
- func (msg *ListDeploymentsResponse) UnmarshalJSON(b []byte) error
- type ListHostnamesRequest
- func (*ListHostnamesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListHostnamesRequest) GetTarget() *Hostname_Target
- func (msg *ListHostnamesRequest) MarshalJSON() ([]byte, error)
- func (*ListHostnamesRequest) ProtoMessage()
- func (x *ListHostnamesRequest) ProtoReflect() protoreflect.Message
- func (x *ListHostnamesRequest) Reset()
- func (x *ListHostnamesRequest) String() string
- func (msg *ListHostnamesRequest) UnmarshalJSON(b []byte) error
- type ListHostnamesResponse
- func (*ListHostnamesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListHostnamesResponse) GetHostnames() []*Hostname
- func (msg *ListHostnamesResponse) MarshalJSON() ([]byte, error)
- func (*ListHostnamesResponse) ProtoMessage()
- func (x *ListHostnamesResponse) ProtoReflect() protoreflect.Message
- func (x *ListHostnamesResponse) Reset()
- func (x *ListHostnamesResponse) String() string
- func (msg *ListHostnamesResponse) UnmarshalJSON(b []byte) error
- 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 (x *ListInstancesRequest) GetWaitTimeout() string
- func (msg *ListInstancesRequest) MarshalJSON() ([]byte, error)
- func (*ListInstancesRequest) ProtoMessage()
- func (x *ListInstancesRequest) ProtoReflect() protoreflect.Message
- func (x *ListInstancesRequest) Reset()
- func (x *ListInstancesRequest) String() string
- func (msg *ListInstancesRequest) UnmarshalJSON(b []byte) error
- 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 (msg *ListInstancesRequest_Application) MarshalJSON() ([]byte, error)
- func (*ListInstancesRequest_Application) ProtoMessage()
- func (x *ListInstancesRequest_Application) ProtoReflect() protoreflect.Message
- func (x *ListInstancesRequest_Application) Reset()
- func (x *ListInstancesRequest_Application) String() string
- func (msg *ListInstancesRequest_Application) UnmarshalJSON(b []byte) error
- type ListInstancesRequest_Application_
- type ListInstancesRequest_DeploymentId
- type ListInstancesResponse
- func (*ListInstancesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListInstancesResponse) GetInstances() []*Instance
- func (msg *ListInstancesResponse) MarshalJSON() ([]byte, error)
- func (*ListInstancesResponse) ProtoMessage()
- func (x *ListInstancesResponse) ProtoReflect() protoreflect.Message
- func (x *ListInstancesResponse) Reset()
- func (x *ListInstancesResponse) String() string
- func (msg *ListInstancesResponse) UnmarshalJSON(b []byte) error
- type ListJobsRequest
- func (*ListJobsRequest) Descriptor() ([]byte, []int)deprecated
- func (msg *ListJobsRequest) MarshalJSON() ([]byte, error)
- func (*ListJobsRequest) ProtoMessage()
- func (x *ListJobsRequest) ProtoReflect() protoreflect.Message
- func (x *ListJobsRequest) Reset()
- func (x *ListJobsRequest) String() string
- func (msg *ListJobsRequest) UnmarshalJSON(b []byte) error
- type ListJobsResponse
- func (*ListJobsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListJobsResponse) GetJobs() []*Job
- func (msg *ListJobsResponse) MarshalJSON() ([]byte, error)
- func (*ListJobsResponse) ProtoMessage()
- func (x *ListJobsResponse) ProtoReflect() protoreflect.Message
- func (x *ListJobsResponse) Reset()
- func (x *ListJobsResponse) String() string
- func (msg *ListJobsResponse) UnmarshalJSON(b []byte) error
- type ListProjectsResponse
- func (*ListProjectsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectsResponse) GetProjects() []*Ref_Project
- func (msg *ListProjectsResponse) MarshalJSON() ([]byte, error)
- func (*ListProjectsResponse) ProtoMessage()
- func (x *ListProjectsResponse) ProtoReflect() protoreflect.Message
- func (x *ListProjectsResponse) Reset()
- func (x *ListProjectsResponse) String() string
- func (msg *ListProjectsResponse) UnmarshalJSON(b []byte) error
- 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 (msg *ListPushedArtifactsRequest) MarshalJSON() ([]byte, error)
- func (*ListPushedArtifactsRequest) ProtoMessage()
- func (x *ListPushedArtifactsRequest) ProtoReflect() protoreflect.Message
- func (x *ListPushedArtifactsRequest) Reset()
- func (x *ListPushedArtifactsRequest) String() string
- func (msg *ListPushedArtifactsRequest) UnmarshalJSON(b []byte) error
- type ListPushedArtifactsResponse
- func (*ListPushedArtifactsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListPushedArtifactsResponse) GetArtifacts() []*PushedArtifact
- func (msg *ListPushedArtifactsResponse) MarshalJSON() ([]byte, error)
- func (*ListPushedArtifactsResponse) ProtoMessage()
- func (x *ListPushedArtifactsResponse) ProtoReflect() protoreflect.Message
- func (x *ListPushedArtifactsResponse) Reset()
- func (x *ListPushedArtifactsResponse) String() string
- func (msg *ListPushedArtifactsResponse) UnmarshalJSON(b []byte) error
- 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 (msg *ListReleasesRequest) MarshalJSON() ([]byte, error)
- func (*ListReleasesRequest) ProtoMessage()
- func (x *ListReleasesRequest) ProtoReflect() protoreflect.Message
- func (x *ListReleasesRequest) Reset()
- func (x *ListReleasesRequest) String() string
- func (msg *ListReleasesRequest) UnmarshalJSON(b []byte) error
- type ListReleasesResponse
- func (*ListReleasesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListReleasesResponse) GetReleases() []*Release
- func (msg *ListReleasesResponse) MarshalJSON() ([]byte, error)
- func (*ListReleasesResponse) ProtoMessage()
- func (x *ListReleasesResponse) ProtoReflect() protoreflect.Message
- func (x *ListReleasesResponse) Reset()
- func (x *ListReleasesResponse) String() string
- func (msg *ListReleasesResponse) UnmarshalJSON(b []byte) error
- type ListStatusReportsRequest
- func (*ListStatusReportsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListStatusReportsRequest) GetApplication() *Ref_Application
- func (x *ListStatusReportsRequest) GetOrder() *OperationOrder
- func (x *ListStatusReportsRequest) GetStatus() []*StatusFilter
- func (x *ListStatusReportsRequest) GetWorkspace() *Ref_Workspace
- func (msg *ListStatusReportsRequest) MarshalJSON() ([]byte, error)
- func (*ListStatusReportsRequest) ProtoMessage()
- func (x *ListStatusReportsRequest) ProtoReflect() protoreflect.Message
- func (x *ListStatusReportsRequest) Reset()
- func (x *ListStatusReportsRequest) String() string
- func (msg *ListStatusReportsRequest) UnmarshalJSON(b []byte) error
- type ListStatusReportsResponse
- func (*ListStatusReportsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListStatusReportsResponse) GetStatusReports() []*StatusReport
- func (msg *ListStatusReportsResponse) MarshalJSON() ([]byte, error)
- func (*ListStatusReportsResponse) ProtoMessage()
- func (x *ListStatusReportsResponse) ProtoReflect() protoreflect.Message
- func (x *ListStatusReportsResponse) Reset()
- func (x *ListStatusReportsResponse) String() string
- func (msg *ListStatusReportsResponse) UnmarshalJSON(b []byte) error
- type ListWorkspacesRequest
- func (*ListWorkspacesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListWorkspacesRequest) GetApplication() *Ref_Application
- func (x *ListWorkspacesRequest) GetGlobal() *empty.Empty
- func (x *ListWorkspacesRequest) GetProject() *Ref_Project
- func (m *ListWorkspacesRequest) GetScope() isListWorkspacesRequest_Scope
- func (msg *ListWorkspacesRequest) MarshalJSON() ([]byte, error)
- func (*ListWorkspacesRequest) ProtoMessage()
- func (x *ListWorkspacesRequest) ProtoReflect() protoreflect.Message
- func (x *ListWorkspacesRequest) Reset()
- func (x *ListWorkspacesRequest) String() string
- func (msg *ListWorkspacesRequest) UnmarshalJSON(b []byte) error
- type ListWorkspacesRequest_Application
- type ListWorkspacesRequest_Global
- type ListWorkspacesRequest_Project
- type ListWorkspacesResponse
- func (*ListWorkspacesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListWorkspacesResponse) GetWorkspaces() []*Workspace
- func (msg *ListWorkspacesResponse) MarshalJSON() ([]byte, error)
- func (*ListWorkspacesResponse) ProtoMessage()
- func (x *ListWorkspacesResponse) ProtoReflect() protoreflect.Message
- func (x *ListWorkspacesResponse) Reset()
- func (x *ListWorkspacesResponse) String() string
- func (msg *ListWorkspacesResponse) UnmarshalJSON(b []byte) error
- 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 (msg *LogBatch) MarshalJSON() ([]byte, error)
- func (*LogBatch) ProtoMessage()
- func (x *LogBatch) ProtoReflect() protoreflect.Message
- func (x *LogBatch) Reset()
- func (x *LogBatch) String() string
- func (msg *LogBatch) UnmarshalJSON(b []byte) error
- type LogBatch_Entry
- func (*LogBatch_Entry) Descriptor() ([]byte, []int)deprecated
- func (x *LogBatch_Entry) GetLine() string
- func (x *LogBatch_Entry) GetSource() LogBatch_Entry_Source
- func (x *LogBatch_Entry) GetTimestamp() *timestamp.Timestamp
- func (msg *LogBatch_Entry) MarshalJSON() ([]byte, error)
- func (*LogBatch_Entry) ProtoMessage()
- func (x *LogBatch_Entry) ProtoReflect() protoreflect.Message
- func (x *LogBatch_Entry) Reset()
- func (x *LogBatch_Entry) String() string
- func (msg *LogBatch_Entry) UnmarshalJSON(b []byte) error
- type LogBatch_Entry_Source
- func (LogBatch_Entry_Source) Descriptor() protoreflect.EnumDescriptor
- func (x LogBatch_Entry_Source) Enum() *LogBatch_Entry_Source
- func (LogBatch_Entry_Source) EnumDescriptor() ([]byte, []int)deprecated
- func (x LogBatch_Entry_Source) Number() protoreflect.EnumNumber
- func (x LogBatch_Entry_Source) String() string
- func (LogBatch_Entry_Source) Type() protoreflect.EnumType
- type NewTokenResponse
- func (*NewTokenResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NewTokenResponse) GetToken() string
- func (msg *NewTokenResponse) MarshalJSON() ([]byte, error)
- func (*NewTokenResponse) ProtoMessage()
- func (x *NewTokenResponse) ProtoReflect() protoreflect.Message
- func (x *NewTokenResponse) Reset()
- func (x *NewTokenResponse) String() string
- func (msg *NewTokenResponse) UnmarshalJSON(b []byte) error
- type Operation
- func (*Operation) Descriptor() ([]byte, []int)deprecated
- func (msg *Operation) MarshalJSON() ([]byte, error)
- func (*Operation) ProtoMessage()
- func (x *Operation) ProtoReflect() protoreflect.Message
- func (x *Operation) Reset()
- func (x *Operation) String() string
- func (msg *Operation) UnmarshalJSON(b []byte) error
- 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 (msg *OperationOrder) MarshalJSON() ([]byte, error)
- func (*OperationOrder) ProtoMessage()
- func (x *OperationOrder) ProtoReflect() protoreflect.Message
- func (x *OperationOrder) Reset()
- func (x *OperationOrder) String() string
- func (msg *OperationOrder) UnmarshalJSON(b []byte) error
- 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) GetDataSourcePoll() *Project_Poll
- func (x *Project) GetFileChangeSignal() string
- func (x *Project) GetName() string
- func (x *Project) GetRemoteEnabled() bool
- func (x *Project) GetVariables() []*Variable
- func (x *Project) GetWaypointHcl() []byte
- func (x *Project) GetWaypointHclFormat() Project_Format
- func (msg *Project) MarshalJSON() ([]byte, error)
- func (*Project) ProtoMessage()
- func (x *Project) ProtoReflect() protoreflect.Message
- func (x *Project) Reset()
- func (x *Project) String() string
- func (msg *Project) UnmarshalJSON(b []byte) error
- type Project_Format
- func (Project_Format) Descriptor() protoreflect.EnumDescriptor
- func (x Project_Format) Enum() *Project_Format
- func (Project_Format) EnumDescriptor() ([]byte, []int)deprecated
- func (x Project_Format) Number() protoreflect.EnumNumber
- func (x Project_Format) String() string
- func (Project_Format) Type() protoreflect.EnumType
- type Project_Poll
- func (*Project_Poll) Descriptor() ([]byte, []int)deprecated
- func (x *Project_Poll) GetEnabled() bool
- func (x *Project_Poll) GetInterval() string
- func (msg *Project_Poll) MarshalJSON() ([]byte, error)
- func (*Project_Poll) ProtoMessage()
- func (x *Project_Poll) ProtoReflect() protoreflect.Message
- func (x *Project_Poll) Reset()
- func (x *Project_Poll) String() string
- func (msg *Project_Poll) UnmarshalJSON(b []byte) error
- 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) GetTemplateData() []byte
- func (x *PushedArtifact) GetWorkspace() *Ref_Workspace
- func (msg *PushedArtifact) MarshalJSON() ([]byte, error)
- func (*PushedArtifact) ProtoMessage()
- func (x *PushedArtifact) ProtoReflect() protoreflect.Message
- func (x *PushedArtifact) Reset()
- func (x *PushedArtifact) String() string
- func (msg *PushedArtifact) UnmarshalJSON(b []byte) error
- type QueueJobRequest
- func (*QueueJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueueJobRequest) GetExpiresIn() string
- func (x *QueueJobRequest) GetJob() *Job
- func (msg *QueueJobRequest) MarshalJSON() ([]byte, error)
- func (*QueueJobRequest) ProtoMessage()
- func (x *QueueJobRequest) ProtoReflect() protoreflect.Message
- func (x *QueueJobRequest) Reset()
- func (x *QueueJobRequest) String() string
- func (msg *QueueJobRequest) UnmarshalJSON(b []byte) error
- type QueueJobResponse
- func (*QueueJobResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueueJobResponse) GetJobId() string
- func (msg *QueueJobResponse) MarshalJSON() ([]byte, error)
- func (*QueueJobResponse) ProtoMessage()
- func (x *QueueJobResponse) ProtoReflect() protoreflect.Message
- func (x *QueueJobResponse) Reset()
- func (x *QueueJobResponse) String() string
- func (msg *QueueJobResponse) UnmarshalJSON(b []byte) error
- 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 (msg *Ref_Application) MarshalJSON() ([]byte, error)
- func (*Ref_Application) ProtoMessage()
- func (x *Ref_Application) ProtoReflect() protoreflect.Message
- func (x *Ref_Application) Reset()
- func (x *Ref_Application) String() string
- func (msg *Ref_Application) UnmarshalJSON(b []byte) error
- type Ref_Component
- func (*Ref_Component) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_Component) GetName() string
- func (x *Ref_Component) GetType() Component_Type
- func (msg *Ref_Component) MarshalJSON() ([]byte, error)
- func (*Ref_Component) ProtoMessage()
- func (x *Ref_Component) ProtoReflect() protoreflect.Message
- func (x *Ref_Component) Reset()
- func (x *Ref_Component) String() string
- func (msg *Ref_Component) UnmarshalJSON(b []byte) error
- type Ref_Global
- func (*Ref_Global) Descriptor() ([]byte, []int)deprecated
- func (msg *Ref_Global) MarshalJSON() ([]byte, error)
- func (*Ref_Global) ProtoMessage()
- func (x *Ref_Global) ProtoReflect() protoreflect.Message
- func (x *Ref_Global) Reset()
- func (x *Ref_Global) String() string
- func (msg *Ref_Global) UnmarshalJSON(b []byte) error
- 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 (msg *Ref_Operation) MarshalJSON() ([]byte, error)
- func (*Ref_Operation) ProtoMessage()
- func (x *Ref_Operation) ProtoReflect() protoreflect.Message
- func (x *Ref_Operation) Reset()
- func (x *Ref_Operation) String() string
- func (msg *Ref_Operation) UnmarshalJSON(b []byte) error
- type Ref_OperationSeq
- func (*Ref_OperationSeq) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_OperationSeq) GetApplication() *Ref_Application
- func (x *Ref_OperationSeq) GetNumber() uint64
- func (msg *Ref_OperationSeq) MarshalJSON() ([]byte, error)
- func (*Ref_OperationSeq) ProtoMessage()
- func (x *Ref_OperationSeq) ProtoReflect() protoreflect.Message
- func (x *Ref_OperationSeq) Reset()
- func (x *Ref_OperationSeq) String() string
- func (msg *Ref_OperationSeq) UnmarshalJSON(b []byte) error
- type Ref_Operation_Id
- type Ref_Operation_Sequence
- type Ref_Project
- func (*Ref_Project) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_Project) GetProject() string
- func (msg *Ref_Project) MarshalJSON() ([]byte, error)
- func (*Ref_Project) ProtoMessage()
- func (x *Ref_Project) ProtoReflect() protoreflect.Message
- func (x *Ref_Project) Reset()
- func (x *Ref_Project) String() string
- func (msg *Ref_Project) UnmarshalJSON(b []byte) error
- 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 (msg *Ref_Runner) MarshalJSON() ([]byte, error)
- func (*Ref_Runner) ProtoMessage()
- func (x *Ref_Runner) ProtoReflect() protoreflect.Message
- func (x *Ref_Runner) Reset()
- func (x *Ref_Runner) String() string
- func (msg *Ref_Runner) UnmarshalJSON(b []byte) error
- type Ref_RunnerAny
- func (*Ref_RunnerAny) Descriptor() ([]byte, []int)deprecated
- func (msg *Ref_RunnerAny) MarshalJSON() ([]byte, error)
- func (*Ref_RunnerAny) ProtoMessage()
- func (x *Ref_RunnerAny) ProtoReflect() protoreflect.Message
- func (x *Ref_RunnerAny) Reset()
- func (x *Ref_RunnerAny) String() string
- func (msg *Ref_RunnerAny) UnmarshalJSON(b []byte) error
- type Ref_RunnerId
- func (*Ref_RunnerId) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_RunnerId) GetId() string
- func (msg *Ref_RunnerId) MarshalJSON() ([]byte, error)
- func (*Ref_RunnerId) ProtoMessage()
- func (x *Ref_RunnerId) ProtoReflect() protoreflect.Message
- func (x *Ref_RunnerId) Reset()
- func (x *Ref_RunnerId) String() string
- func (msg *Ref_RunnerId) UnmarshalJSON(b []byte) error
- type Ref_Runner_Any
- type Ref_Runner_Id
- type Ref_Workspace
- func (*Ref_Workspace) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_Workspace) GetWorkspace() string
- func (msg *Ref_Workspace) MarshalJSON() ([]byte, error)
- func (*Ref_Workspace) ProtoMessage()
- func (x *Ref_Workspace) ProtoReflect() protoreflect.Message
- func (x *Ref_Workspace) Reset()
- func (x *Ref_Workspace) String() string
- func (msg *Ref_Workspace) UnmarshalJSON(b []byte) error
- 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) GetTemplateData() []byte
- func (x *Release) GetUrl() string
- func (x *Release) GetWorkspace() *Ref_Workspace
- func (msg *Release) MarshalJSON() ([]byte, error)
- func (*Release) ProtoMessage()
- func (x *Release) ProtoReflect() protoreflect.Message
- func (x *Release) Reset()
- func (x *Release) String() string
- func (msg *Release) UnmarshalJSON(b []byte) error
- 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 (msg *Release_Preload) MarshalJSON() ([]byte, error)
- func (*Release_Preload) ProtoMessage()
- func (x *Release_Preload) ProtoReflect() protoreflect.Message
- func (x *Release_Preload) Reset()
- func (x *Release_Preload) String() string
- func (msg *Release_Preload) UnmarshalJSON(b []byte) error
- type RestoreSnapshotRequest
- func (*RestoreSnapshotRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RestoreSnapshotRequest) GetChunk() []byte
- func (m *RestoreSnapshotRequest) GetEvent() isRestoreSnapshotRequest_Event
- func (x *RestoreSnapshotRequest) GetOpen() *RestoreSnapshotRequest_Open
- func (msg *RestoreSnapshotRequest) MarshalJSON() ([]byte, error)
- func (*RestoreSnapshotRequest) ProtoMessage()
- func (x *RestoreSnapshotRequest) ProtoReflect() protoreflect.Message
- func (x *RestoreSnapshotRequest) Reset()
- func (x *RestoreSnapshotRequest) String() string
- func (msg *RestoreSnapshotRequest) UnmarshalJSON(b []byte) error
- type RestoreSnapshotRequest_Chunk
- type RestoreSnapshotRequest_Open
- func (*RestoreSnapshotRequest_Open) Descriptor() ([]byte, []int)deprecated
- func (x *RestoreSnapshotRequest_Open) GetExit() bool
- func (msg *RestoreSnapshotRequest_Open) MarshalJSON() ([]byte, error)
- func (*RestoreSnapshotRequest_Open) ProtoMessage()
- func (x *RestoreSnapshotRequest_Open) ProtoReflect() protoreflect.Message
- func (x *RestoreSnapshotRequest_Open) Reset()
- func (x *RestoreSnapshotRequest_Open) String() string
- func (msg *RestoreSnapshotRequest_Open) UnmarshalJSON(b []byte) error
- type RestoreSnapshotRequest_Open_
- type Runner
- func (*Runner) Descriptor() ([]byte, []int)deprecated
- func (x *Runner) GetByIdOnly() bool
- func (x *Runner) GetComponents() []*Component
- func (x *Runner) GetId() string
- func (msg *Runner) MarshalJSON() ([]byte, error)
- func (*Runner) ProtoMessage()
- func (x *Runner) ProtoReflect() protoreflect.Message
- func (x *Runner) Reset()
- func (x *Runner) String() string
- func (msg *Runner) UnmarshalJSON(b []byte) error
- type RunnerConfig
- func (*RunnerConfig) Descriptor() ([]byte, []int)deprecated
- func (x *RunnerConfig) GetConfigVars() []*ConfigVar
- func (msg *RunnerConfig) MarshalJSON() ([]byte, error)
- func (*RunnerConfig) ProtoMessage()
- func (x *RunnerConfig) ProtoReflect() protoreflect.Message
- func (x *RunnerConfig) Reset()
- func (x *RunnerConfig) String() string
- func (msg *RunnerConfig) UnmarshalJSON(b []byte) error
- type RunnerConfigRequest
- func (*RunnerConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (m *RunnerConfigRequest) GetEvent() isRunnerConfigRequest_Event
- func (x *RunnerConfigRequest) GetOpen() *RunnerConfigRequest_Open
- func (msg *RunnerConfigRequest) MarshalJSON() ([]byte, error)
- func (*RunnerConfigRequest) ProtoMessage()
- func (x *RunnerConfigRequest) ProtoReflect() protoreflect.Message
- func (x *RunnerConfigRequest) Reset()
- func (x *RunnerConfigRequest) String() string
- func (msg *RunnerConfigRequest) UnmarshalJSON(b []byte) error
- type RunnerConfigRequest_Open
- func (*RunnerConfigRequest_Open) Descriptor() ([]byte, []int)deprecated
- func (x *RunnerConfigRequest_Open) GetRunner() *Runner
- func (msg *RunnerConfigRequest_Open) MarshalJSON() ([]byte, error)
- func (*RunnerConfigRequest_Open) ProtoMessage()
- func (x *RunnerConfigRequest_Open) ProtoReflect() protoreflect.Message
- func (x *RunnerConfigRequest_Open) Reset()
- func (x *RunnerConfigRequest_Open) String() string
- func (msg *RunnerConfigRequest_Open) UnmarshalJSON(b []byte) error
- type RunnerConfigRequest_Open_
- type RunnerConfigResponse
- func (*RunnerConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RunnerConfigResponse) GetConfig() *RunnerConfig
- func (msg *RunnerConfigResponse) MarshalJSON() ([]byte, error)
- func (*RunnerConfigResponse) ProtoMessage()
- func (x *RunnerConfigResponse) ProtoReflect() protoreflect.Message
- func (x *RunnerConfigResponse) Reset()
- func (x *RunnerConfigResponse) String() string
- func (msg *RunnerConfigResponse) UnmarshalJSON(b []byte) error
- type RunnerGetDeploymentConfigRequest
- func (*RunnerGetDeploymentConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (msg *RunnerGetDeploymentConfigRequest) MarshalJSON() ([]byte, error)
- func (*RunnerGetDeploymentConfigRequest) ProtoMessage()
- func (x *RunnerGetDeploymentConfigRequest) ProtoReflect() protoreflect.Message
- func (x *RunnerGetDeploymentConfigRequest) Reset()
- func (x *RunnerGetDeploymentConfigRequest) String() string
- func (msg *RunnerGetDeploymentConfigRequest) UnmarshalJSON(b []byte) error
- type RunnerGetDeploymentConfigResponse
- func (*RunnerGetDeploymentConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RunnerGetDeploymentConfigResponse) GetServerAddr() string
- func (x *RunnerGetDeploymentConfigResponse) GetServerTls() bool
- func (x *RunnerGetDeploymentConfigResponse) GetServerTlsSkipVerify() bool
- func (msg *RunnerGetDeploymentConfigResponse) MarshalJSON() ([]byte, error)
- func (*RunnerGetDeploymentConfigResponse) ProtoMessage()
- func (x *RunnerGetDeploymentConfigResponse) ProtoReflect() protoreflect.Message
- func (x *RunnerGetDeploymentConfigResponse) Reset()
- func (x *RunnerGetDeploymentConfigResponse) String() string
- func (msg *RunnerGetDeploymentConfigResponse) UnmarshalJSON(b []byte) error
- type RunnerJobStreamRequest
- func (*RunnerJobStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RunnerJobStreamRequest) GetAck() *RunnerJobStreamRequest_Ack
- func (x *RunnerJobStreamRequest) GetComplete() *RunnerJobStreamRequest_Complete
- func (x *RunnerJobStreamRequest) GetDownload() *GetJobStreamResponse_Download
- 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 (msg *RunnerJobStreamRequest) MarshalJSON() ([]byte, error)
- func (*RunnerJobStreamRequest) ProtoMessage()
- func (x *RunnerJobStreamRequest) ProtoReflect() protoreflect.Message
- func (x *RunnerJobStreamRequest) Reset()
- func (x *RunnerJobStreamRequest) String() string
- func (msg *RunnerJobStreamRequest) UnmarshalJSON(b []byte) error
- type RunnerJobStreamRequest_Ack
- func (*RunnerJobStreamRequest_Ack) Descriptor() ([]byte, []int)deprecated
- func (msg *RunnerJobStreamRequest_Ack) MarshalJSON() ([]byte, error)
- func (*RunnerJobStreamRequest_Ack) ProtoMessage()
- func (x *RunnerJobStreamRequest_Ack) ProtoReflect() protoreflect.Message
- func (x *RunnerJobStreamRequest_Ack) Reset()
- func (x *RunnerJobStreamRequest_Ack) String() string
- func (msg *RunnerJobStreamRequest_Ack) UnmarshalJSON(b []byte) error
- type RunnerJobStreamRequest_Ack_
- type RunnerJobStreamRequest_Complete
- func (*RunnerJobStreamRequest_Complete) Descriptor() ([]byte, []int)deprecated
- func (x *RunnerJobStreamRequest_Complete) GetResult() *Job_Result
- func (msg *RunnerJobStreamRequest_Complete) MarshalJSON() ([]byte, error)
- func (*RunnerJobStreamRequest_Complete) ProtoMessage()
- func (x *RunnerJobStreamRequest_Complete) ProtoReflect() protoreflect.Message
- func (x *RunnerJobStreamRequest_Complete) Reset()
- func (x *RunnerJobStreamRequest_Complete) String() string
- func (msg *RunnerJobStreamRequest_Complete) UnmarshalJSON(b []byte) error
- type RunnerJobStreamRequest_Complete_
- type RunnerJobStreamRequest_Download
- type RunnerJobStreamRequest_Error
- func (*RunnerJobStreamRequest_Error) Descriptor() ([]byte, []int)deprecated
- func (x *RunnerJobStreamRequest_Error) GetError() *status.Status
- func (msg *RunnerJobStreamRequest_Error) MarshalJSON() ([]byte, error)
- func (*RunnerJobStreamRequest_Error) ProtoMessage()
- func (x *RunnerJobStreamRequest_Error) ProtoReflect() protoreflect.Message
- func (x *RunnerJobStreamRequest_Error) Reset()
- func (x *RunnerJobStreamRequest_Error) String() string
- func (msg *RunnerJobStreamRequest_Error) UnmarshalJSON(b []byte) error
- type RunnerJobStreamRequest_Error_
- type RunnerJobStreamRequest_Heartbeat
- func (*RunnerJobStreamRequest_Heartbeat) Descriptor() ([]byte, []int)deprecated
- func (msg *RunnerJobStreamRequest_Heartbeat) MarshalJSON() ([]byte, error)
- func (*RunnerJobStreamRequest_Heartbeat) ProtoMessage()
- func (x *RunnerJobStreamRequest_Heartbeat) ProtoReflect() protoreflect.Message
- func (x *RunnerJobStreamRequest_Heartbeat) Reset()
- func (x *RunnerJobStreamRequest_Heartbeat) String() string
- func (msg *RunnerJobStreamRequest_Heartbeat) UnmarshalJSON(b []byte) error
- type RunnerJobStreamRequest_Heartbeat_
- type RunnerJobStreamRequest_Request
- func (*RunnerJobStreamRequest_Request) Descriptor() ([]byte, []int)deprecated
- func (x *RunnerJobStreamRequest_Request) GetRunnerId() string
- func (msg *RunnerJobStreamRequest_Request) MarshalJSON() ([]byte, error)
- func (*RunnerJobStreamRequest_Request) ProtoMessage()
- func (x *RunnerJobStreamRequest_Request) ProtoReflect() protoreflect.Message
- func (x *RunnerJobStreamRequest_Request) Reset()
- func (x *RunnerJobStreamRequest_Request) String() string
- func (msg *RunnerJobStreamRequest_Request) UnmarshalJSON(b []byte) error
- 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 (msg *RunnerJobStreamResponse) MarshalJSON() ([]byte, error)
- func (*RunnerJobStreamResponse) ProtoMessage()
- func (x *RunnerJobStreamResponse) ProtoReflect() protoreflect.Message
- func (x *RunnerJobStreamResponse) Reset()
- func (x *RunnerJobStreamResponse) String() string
- func (msg *RunnerJobStreamResponse) UnmarshalJSON(b []byte) error
- type RunnerJobStreamResponse_Assignment
- type RunnerJobStreamResponse_Cancel
- type RunnerJobStreamResponse_JobAssignment
- func (*RunnerJobStreamResponse_JobAssignment) Descriptor() ([]byte, []int)deprecated
- func (x *RunnerJobStreamResponse_JobAssignment) GetJob() *Job
- func (msg *RunnerJobStreamResponse_JobAssignment) MarshalJSON() ([]byte, error)
- func (*RunnerJobStreamResponse_JobAssignment) ProtoMessage()
- func (x *RunnerJobStreamResponse_JobAssignment) ProtoReflect() protoreflect.Message
- func (x *RunnerJobStreamResponse_JobAssignment) Reset()
- func (x *RunnerJobStreamResponse_JobAssignment) String() string
- func (msg *RunnerJobStreamResponse_JobAssignment) UnmarshalJSON(b []byte) error
- type RunnerJobStreamResponse_JobCancel
- func (*RunnerJobStreamResponse_JobCancel) Descriptor() ([]byte, []int)deprecated
- func (x *RunnerJobStreamResponse_JobCancel) GetForce() bool
- func (msg *RunnerJobStreamResponse_JobCancel) MarshalJSON() ([]byte, error)
- func (*RunnerJobStreamResponse_JobCancel) ProtoMessage()
- func (x *RunnerJobStreamResponse_JobCancel) ProtoReflect() protoreflect.Message
- func (x *RunnerJobStreamResponse_JobCancel) Reset()
- func (x *RunnerJobStreamResponse_JobCancel) String() string
- func (msg *RunnerJobStreamResponse_JobCancel) UnmarshalJSON(b []byte) error
- type ServerConfig
- func (*ServerConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ServerConfig) GetAdvertiseAddrs() []*ServerConfig_AdvertiseAddr
- func (x *ServerConfig) GetPlatform() string
- func (msg *ServerConfig) MarshalJSON() ([]byte, error)
- func (*ServerConfig) ProtoMessage()
- func (x *ServerConfig) ProtoReflect() protoreflect.Message
- func (x *ServerConfig) Reset()
- func (x *ServerConfig) String() string
- func (msg *ServerConfig) UnmarshalJSON(b []byte) error
- 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 (msg *ServerConfig_AdvertiseAddr) MarshalJSON() ([]byte, error)
- func (*ServerConfig_AdvertiseAddr) ProtoMessage()
- func (x *ServerConfig_AdvertiseAddr) ProtoReflect() protoreflect.Message
- func (x *ServerConfig_AdvertiseAddr) Reset()
- func (x *ServerConfig_AdvertiseAddr) String() string
- func (msg *ServerConfig_AdvertiseAddr) UnmarshalJSON(b []byte) error
- type SetConfigSourceRequest
- func (*SetConfigSourceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetConfigSourceRequest) GetConfigSource() *ConfigSource
- func (msg *SetConfigSourceRequest) MarshalJSON() ([]byte, error)
- func (*SetConfigSourceRequest) ProtoMessage()
- func (x *SetConfigSourceRequest) ProtoReflect() protoreflect.Message
- func (x *SetConfigSourceRequest) Reset()
- func (x *SetConfigSourceRequest) String() string
- func (msg *SetConfigSourceRequest) UnmarshalJSON(b []byte) error
- type SetServerConfigRequest
- func (*SetServerConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetServerConfigRequest) GetConfig() *ServerConfig
- func (msg *SetServerConfigRequest) MarshalJSON() ([]byte, error)
- func (*SetServerConfigRequest) ProtoMessage()
- func (x *SetServerConfigRequest) ProtoReflect() protoreflect.Message
- func (x *SetServerConfigRequest) Reset()
- func (x *SetServerConfigRequest) String() string
- func (msg *SetServerConfigRequest) UnmarshalJSON(b []byte) error
- type Snapshot
- func (*Snapshot) Descriptor() ([]byte, []int)deprecated
- func (msg *Snapshot) MarshalJSON() ([]byte, error)
- func (*Snapshot) ProtoMessage()
- func (x *Snapshot) ProtoReflect() protoreflect.Message
- func (x *Snapshot) Reset()
- func (x *Snapshot) String() string
- func (msg *Snapshot) UnmarshalJSON(b []byte) error
- type Snapshot_BoltChunk
- func (*Snapshot_BoltChunk) Descriptor() ([]byte, []int)deprecated
- func (x *Snapshot_BoltChunk) GetBucket() string
- func (x *Snapshot_BoltChunk) GetFinal() bool
- func (x *Snapshot_BoltChunk) GetItems() map[string][]byte
- func (msg *Snapshot_BoltChunk) MarshalJSON() ([]byte, error)
- func (*Snapshot_BoltChunk) ProtoMessage()
- func (x *Snapshot_BoltChunk) ProtoReflect() protoreflect.Message
- func (x *Snapshot_BoltChunk) Reset()
- func (x *Snapshot_BoltChunk) String() string
- func (msg *Snapshot_BoltChunk) UnmarshalJSON(b []byte) error
- type Snapshot_Header
- func (*Snapshot_Header) Descriptor() ([]byte, []int)deprecated
- func (x *Snapshot_Header) GetFormat() Snapshot_Header_Format
- func (x *Snapshot_Header) GetVersion() *VersionInfo
- func (msg *Snapshot_Header) MarshalJSON() ([]byte, error)
- func (*Snapshot_Header) ProtoMessage()
- func (x *Snapshot_Header) ProtoReflect() protoreflect.Message
- func (x *Snapshot_Header) Reset()
- func (x *Snapshot_Header) String() string
- func (msg *Snapshot_Header) UnmarshalJSON(b []byte) error
- type Snapshot_Header_Format
- func (Snapshot_Header_Format) Descriptor() protoreflect.EnumDescriptor
- func (x Snapshot_Header_Format) Enum() *Snapshot_Header_Format
- func (Snapshot_Header_Format) EnumDescriptor() ([]byte, []int)deprecated
- func (x Snapshot_Header_Format) Number() protoreflect.EnumNumber
- func (x Snapshot_Header_Format) String() string
- func (Snapshot_Header_Format) Type() protoreflect.EnumType
- type Snapshot_Trailer
- func (*Snapshot_Trailer) Descriptor() ([]byte, []int)deprecated
- func (m *Snapshot_Trailer) GetChecksum() isSnapshot_Trailer_Checksum
- func (x *Snapshot_Trailer) GetSha256() string
- func (msg *Snapshot_Trailer) MarshalJSON() ([]byte, error)
- func (*Snapshot_Trailer) ProtoMessage()
- func (x *Snapshot_Trailer) ProtoReflect() protoreflect.Message
- func (x *Snapshot_Trailer) Reset()
- func (x *Snapshot_Trailer) String() string
- func (msg *Snapshot_Trailer) UnmarshalJSON(b []byte) error
- type Snapshot_Trailer_Sha256
- 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 (msg *Status) MarshalJSON() ([]byte, error)
- func (*Status) ProtoMessage()
- func (x *Status) ProtoReflect() protoreflect.Message
- func (x *Status) Reset()
- func (x *Status) String() string
- func (msg *Status) UnmarshalJSON(b []byte) error
- type StatusFilter
- func (*StatusFilter) Descriptor() ([]byte, []int)deprecated
- func (x *StatusFilter) GetFilters() []*StatusFilter_Filter
- func (msg *StatusFilter) MarshalJSON() ([]byte, error)
- func (*StatusFilter) ProtoMessage()
- func (x *StatusFilter) ProtoReflect() protoreflect.Message
- func (x *StatusFilter) Reset()
- func (x *StatusFilter) String() string
- func (msg *StatusFilter) UnmarshalJSON(b []byte) error
- 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 (msg *StatusFilter_Filter) MarshalJSON() ([]byte, error)
- func (*StatusFilter_Filter) ProtoMessage()
- func (x *StatusFilter_Filter) ProtoReflect() protoreflect.Message
- func (x *StatusFilter_Filter) Reset()
- func (x *StatusFilter_Filter) String() string
- func (msg *StatusFilter_Filter) UnmarshalJSON(b []byte) error
- type StatusFilter_Filter_State
- type StatusReport
- func (*StatusReport) Descriptor() ([]byte, []int)deprecated
- func (x *StatusReport) GetApplication() *Ref_Application
- func (x *StatusReport) GetDeploymentId() string
- func (x *StatusReport) GetHealth() *StatusReport_Health
- func (x *StatusReport) GetId() string
- func (x *StatusReport) GetReleaseId() string
- func (x *StatusReport) GetResourcesHealth() []*StatusReport_Health
- func (x *StatusReport) GetStatus() *Status
- func (x *StatusReport) GetStatusReport() *any.Any
- func (m *StatusReport) GetTargetId() isStatusReport_TargetId
- func (x *StatusReport) GetWorkspace() *Ref_Workspace
- func (msg *StatusReport) MarshalJSON() ([]byte, error)
- func (*StatusReport) ProtoMessage()
- func (x *StatusReport) ProtoReflect() protoreflect.Message
- func (x *StatusReport) Reset()
- func (x *StatusReport) String() string
- func (msg *StatusReport) UnmarshalJSON(b []byte) error
- type StatusReport_DeploymentId
- type StatusReport_Health
- func (*StatusReport_Health) Descriptor() ([]byte, []int)deprecated
- func (x *StatusReport_Health) GetHealthMessage() string
- func (x *StatusReport_Health) GetHealthStatus() string
- func (x *StatusReport_Health) GetId() string
- func (x *StatusReport_Health) GetName() string
- func (msg *StatusReport_Health) MarshalJSON() ([]byte, error)
- func (*StatusReport_Health) ProtoMessage()
- func (x *StatusReport_Health) ProtoReflect() protoreflect.Message
- func (x *StatusReport_Health) Reset()
- func (x *StatusReport_Health) String() string
- func (msg *StatusReport_Health) UnmarshalJSON(b []byte) error
- type StatusReport_ReleaseId
- 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 (msg *Token) MarshalJSON() ([]byte, error)
- func (*Token) ProtoMessage()
- func (x *Token) ProtoReflect() protoreflect.Message
- func (x *Token) Reset()
- func (x *Token) String() string
- func (msg *Token) UnmarshalJSON(b []byte) error
- 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 (msg *TokenTransport) MarshalJSON() ([]byte, error)
- func (*TokenTransport) ProtoMessage()
- func (x *TokenTransport) ProtoReflect() protoreflect.Message
- func (x *TokenTransport) Reset()
- func (x *TokenTransport) String() string
- func (msg *TokenTransport) UnmarshalJSON(b []byte) error
- type Token_Entrypoint
- func (*Token_Entrypoint) Descriptor() ([]byte, []int)deprecated
- func (x *Token_Entrypoint) GetDeploymentId() string
- func (msg *Token_Entrypoint) MarshalJSON() ([]byte, error)
- func (*Token_Entrypoint) ProtoMessage()
- func (x *Token_Entrypoint) ProtoReflect() protoreflect.Message
- func (x *Token_Entrypoint) Reset()
- func (x *Token_Entrypoint) String() string
- func (msg *Token_Entrypoint) UnmarshalJSON(b []byte) error
- 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) CreateSnapshot(*empty.Empty, Waypoint_CreateSnapshotServer) 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) FindExecInstance(context.Context, *FindExecInstanceRequest) (*FindExecInstanceResponse, 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) GetConfigSource(context.Context, *GetConfigSourceRequest) (*GetConfigSourceResponse, 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) GetLatestStatusReport(context.Context, *GetLatestStatusReportRequest) (*StatusReport, 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) GetStatusReport(context.Context, *GetStatusReportRequest) (*StatusReport, 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) ListStatusReports(context.Context, *ListStatusReportsRequest) (*ListStatusReportsResponse, error)
- func (*UnimplementedWaypointServer) ListWorkspaces(context.Context, *ListWorkspacesRequest) (*ListWorkspacesResponse, error)
- func (*UnimplementedWaypointServer) QueueJob(context.Context, *QueueJobRequest) (*QueueJobResponse, error)
- func (*UnimplementedWaypointServer) RestoreSnapshot(Waypoint_RestoreSnapshotServer) 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) SetConfigSource(context.Context, *SetConfigSourceRequest) (*empty.Empty, 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) UpsertStatusReport(context.Context, *UpsertStatusReportRequest) (*UpsertStatusReportResponse, error)
- func (*UnimplementedWaypointServer) ValidateJob(context.Context, *ValidateJobRequest) (*ValidateJobResponse, error)
- func (*UnimplementedWaypointServer) WaypointHclFmt(context.Context, *WaypointHclFmtRequest) (*WaypointHclFmtResponse, error)
- func (*UnimplementedWaypointServer) XListJobs(context.Context, *ListJobsRequest) (*ListJobsResponse, error)
- type UpsertApplicationRequest
- func (*UpsertApplicationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertApplicationRequest) GetFileChangeSignal() string
- func (x *UpsertApplicationRequest) GetName() string
- func (x *UpsertApplicationRequest) GetProject() *Ref_Project
- func (msg *UpsertApplicationRequest) MarshalJSON() ([]byte, error)
- func (*UpsertApplicationRequest) ProtoMessage()
- func (x *UpsertApplicationRequest) ProtoReflect() protoreflect.Message
- func (x *UpsertApplicationRequest) Reset()
- func (x *UpsertApplicationRequest) String() string
- func (msg *UpsertApplicationRequest) UnmarshalJSON(b []byte) error
- type UpsertApplicationResponse
- func (*UpsertApplicationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertApplicationResponse) GetApplication() *Application
- func (msg *UpsertApplicationResponse) MarshalJSON() ([]byte, error)
- func (*UpsertApplicationResponse) ProtoMessage()
- func (x *UpsertApplicationResponse) ProtoReflect() protoreflect.Message
- func (x *UpsertApplicationResponse) Reset()
- func (x *UpsertApplicationResponse) String() string
- func (msg *UpsertApplicationResponse) UnmarshalJSON(b []byte) error
- type UpsertBuildRequest
- func (*UpsertBuildRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertBuildRequest) GetBuild() *Build
- func (msg *UpsertBuildRequest) MarshalJSON() ([]byte, error)
- func (*UpsertBuildRequest) ProtoMessage()
- func (x *UpsertBuildRequest) ProtoReflect() protoreflect.Message
- func (x *UpsertBuildRequest) Reset()
- func (x *UpsertBuildRequest) String() string
- func (msg *UpsertBuildRequest) UnmarshalJSON(b []byte) error
- type UpsertBuildResponse
- func (*UpsertBuildResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertBuildResponse) GetBuild() *Build
- func (msg *UpsertBuildResponse) MarshalJSON() ([]byte, error)
- func (*UpsertBuildResponse) ProtoMessage()
- func (x *UpsertBuildResponse) ProtoReflect() protoreflect.Message
- func (x *UpsertBuildResponse) Reset()
- func (x *UpsertBuildResponse) String() string
- func (msg *UpsertBuildResponse) UnmarshalJSON(b []byte) error
- type UpsertDeploymentRequest
- func (*UpsertDeploymentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertDeploymentRequest) GetAutoHostname() UpsertDeploymentRequest_Tristate
- func (x *UpsertDeploymentRequest) GetDeployment() *Deployment
- func (msg *UpsertDeploymentRequest) MarshalJSON() ([]byte, error)
- func (*UpsertDeploymentRequest) ProtoMessage()
- func (x *UpsertDeploymentRequest) ProtoReflect() protoreflect.Message
- func (x *UpsertDeploymentRequest) Reset()
- func (x *UpsertDeploymentRequest) String() string
- func (msg *UpsertDeploymentRequest) UnmarshalJSON(b []byte) error
- 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 (msg *UpsertDeploymentResponse) MarshalJSON() ([]byte, error)
- func (*UpsertDeploymentResponse) ProtoMessage()
- func (x *UpsertDeploymentResponse) ProtoReflect() protoreflect.Message
- func (x *UpsertDeploymentResponse) Reset()
- func (x *UpsertDeploymentResponse) String() string
- func (msg *UpsertDeploymentResponse) UnmarshalJSON(b []byte) error
- type UpsertProjectRequest
- func (*UpsertProjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertProjectRequest) GetProject() *Project
- func (msg *UpsertProjectRequest) MarshalJSON() ([]byte, error)
- func (*UpsertProjectRequest) ProtoMessage()
- func (x *UpsertProjectRequest) ProtoReflect() protoreflect.Message
- func (x *UpsertProjectRequest) Reset()
- func (x *UpsertProjectRequest) String() string
- func (msg *UpsertProjectRequest) UnmarshalJSON(b []byte) error
- type UpsertProjectResponse
- func (*UpsertProjectResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertProjectResponse) GetProject() *Project
- func (msg *UpsertProjectResponse) MarshalJSON() ([]byte, error)
- func (*UpsertProjectResponse) ProtoMessage()
- func (x *UpsertProjectResponse) ProtoReflect() protoreflect.Message
- func (x *UpsertProjectResponse) Reset()
- func (x *UpsertProjectResponse) String() string
- func (msg *UpsertProjectResponse) UnmarshalJSON(b []byte) error
- type UpsertPushedArtifactRequest
- func (*UpsertPushedArtifactRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertPushedArtifactRequest) GetArtifact() *PushedArtifact
- func (msg *UpsertPushedArtifactRequest) MarshalJSON() ([]byte, error)
- func (*UpsertPushedArtifactRequest) ProtoMessage()
- func (x *UpsertPushedArtifactRequest) ProtoReflect() protoreflect.Message
- func (x *UpsertPushedArtifactRequest) Reset()
- func (x *UpsertPushedArtifactRequest) String() string
- func (msg *UpsertPushedArtifactRequest) UnmarshalJSON(b []byte) error
- type UpsertPushedArtifactResponse
- func (*UpsertPushedArtifactResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertPushedArtifactResponse) GetArtifact() *PushedArtifact
- func (msg *UpsertPushedArtifactResponse) MarshalJSON() ([]byte, error)
- func (*UpsertPushedArtifactResponse) ProtoMessage()
- func (x *UpsertPushedArtifactResponse) ProtoReflect() protoreflect.Message
- func (x *UpsertPushedArtifactResponse) Reset()
- func (x *UpsertPushedArtifactResponse) String() string
- func (msg *UpsertPushedArtifactResponse) UnmarshalJSON(b []byte) error
- type UpsertReleaseRequest
- func (*UpsertReleaseRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertReleaseRequest) GetRelease() *Release
- func (msg *UpsertReleaseRequest) MarshalJSON() ([]byte, error)
- func (*UpsertReleaseRequest) ProtoMessage()
- func (x *UpsertReleaseRequest) ProtoReflect() protoreflect.Message
- func (x *UpsertReleaseRequest) Reset()
- func (x *UpsertReleaseRequest) String() string
- func (msg *UpsertReleaseRequest) UnmarshalJSON(b []byte) error
- type UpsertReleaseResponse
- func (*UpsertReleaseResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertReleaseResponse) GetRelease() *Release
- func (msg *UpsertReleaseResponse) MarshalJSON() ([]byte, error)
- func (*UpsertReleaseResponse) ProtoMessage()
- func (x *UpsertReleaseResponse) ProtoReflect() protoreflect.Message
- func (x *UpsertReleaseResponse) Reset()
- func (x *UpsertReleaseResponse) String() string
- func (msg *UpsertReleaseResponse) UnmarshalJSON(b []byte) error
- type UpsertStatusReportRequest
- func (*UpsertStatusReportRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertStatusReportRequest) GetStatusReport() *StatusReport
- func (msg *UpsertStatusReportRequest) MarshalJSON() ([]byte, error)
- func (*UpsertStatusReportRequest) ProtoMessage()
- func (x *UpsertStatusReportRequest) ProtoReflect() protoreflect.Message
- func (x *UpsertStatusReportRequest) Reset()
- func (x *UpsertStatusReportRequest) String() string
- func (msg *UpsertStatusReportRequest) UnmarshalJSON(b []byte) error
- type UpsertStatusReportResponse
- func (*UpsertStatusReportResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertStatusReportResponse) GetStatusReport() *StatusReport
- func (msg *UpsertStatusReportResponse) MarshalJSON() ([]byte, error)
- func (*UpsertStatusReportResponse) ProtoMessage()
- func (x *UpsertStatusReportResponse) ProtoReflect() protoreflect.Message
- func (x *UpsertStatusReportResponse) Reset()
- func (x *UpsertStatusReportResponse) String() string
- func (msg *UpsertStatusReportResponse) UnmarshalJSON(b []byte) error
- type ValidateJobRequest
- func (*ValidateJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateJobRequest) GetDisableAssign() bool
- func (x *ValidateJobRequest) GetJob() *Job
- func (msg *ValidateJobRequest) MarshalJSON() ([]byte, error)
- func (*ValidateJobRequest) ProtoMessage()
- func (x *ValidateJobRequest) ProtoReflect() protoreflect.Message
- func (x *ValidateJobRequest) Reset()
- func (x *ValidateJobRequest) String() string
- func (msg *ValidateJobRequest) UnmarshalJSON(b []byte) error
- 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 (msg *ValidateJobResponse) MarshalJSON() ([]byte, error)
- func (*ValidateJobResponse) ProtoMessage()
- func (x *ValidateJobResponse) ProtoReflect() protoreflect.Message
- func (x *ValidateJobResponse) Reset()
- func (x *ValidateJobResponse) String() string
- func (msg *ValidateJobResponse) UnmarshalJSON(b []byte) error
- type Variable
- func (*Variable) Descriptor() ([]byte, []int)deprecated
- func (x *Variable) GetCli() *empty.Empty
- func (x *Variable) GetEnv() *empty.Empty
- func (x *Variable) GetFile() *Variable_File
- func (x *Variable) GetHcl() string
- func (x *Variable) GetName() string
- func (x *Variable) GetServer() *empty.Empty
- func (m *Variable) GetSource() isVariable_Source
- func (x *Variable) GetStr() string
- func (m *Variable) GetValue() isVariable_Value
- func (x *Variable) GetVcs() *Variable_VCS
- func (msg *Variable) MarshalJSON() ([]byte, error)
- func (*Variable) ProtoMessage()
- func (x *Variable) ProtoReflect() protoreflect.Message
- func (x *Variable) Reset()
- func (x *Variable) String() string
- func (msg *Variable) UnmarshalJSON(b []byte) error
- type Variable_Cli
- type Variable_Env
- type Variable_File
- func (*Variable_File) Descriptor() ([]byte, []int)deprecated
- func (x *Variable_File) GetFileName() string
- func (x *Variable_File) GetHclRange() *Variable_HclRange
- func (msg *Variable_File) MarshalJSON() ([]byte, error)
- func (*Variable_File) ProtoMessage()
- func (x *Variable_File) ProtoReflect() protoreflect.Message
- func (x *Variable_File) Reset()
- func (x *Variable_File) String() string
- func (msg *Variable_File) UnmarshalJSON(b []byte) error
- type Variable_File_
- type Variable_Hcl
- type Variable_HclPos
- func (*Variable_HclPos) Descriptor() ([]byte, []int)deprecated
- func (x *Variable_HclPos) GetByte() int32
- func (x *Variable_HclPos) GetColumn() int32
- func (x *Variable_HclPos) GetLine() int32
- func (msg *Variable_HclPos) MarshalJSON() ([]byte, error)
- func (*Variable_HclPos) ProtoMessage()
- func (x *Variable_HclPos) ProtoReflect() protoreflect.Message
- func (x *Variable_HclPos) Reset()
- func (x *Variable_HclPos) String() string
- func (msg *Variable_HclPos) UnmarshalJSON(b []byte) error
- type Variable_HclRange
- func (*Variable_HclRange) Descriptor() ([]byte, []int)deprecated
- func (x *Variable_HclRange) GetEnd() *Variable_HclPos
- func (x *Variable_HclRange) GetFilename() string
- func (x *Variable_HclRange) GetStart() *Variable_HclPos
- func (msg *Variable_HclRange) MarshalJSON() ([]byte, error)
- func (*Variable_HclRange) ProtoMessage()
- func (x *Variable_HclRange) ProtoReflect() protoreflect.Message
- func (x *Variable_HclRange) Reset()
- func (x *Variable_HclRange) String() string
- func (msg *Variable_HclRange) UnmarshalJSON(b []byte) error
- type Variable_Server
- type Variable_Str
- type Variable_VCS
- func (*Variable_VCS) Descriptor() ([]byte, []int)deprecated
- func (x *Variable_VCS) GetFileName() string
- func (x *Variable_VCS) GetHclRange() *Variable_HclRange
- func (msg *Variable_VCS) MarshalJSON() ([]byte, error)
- func (*Variable_VCS) ProtoMessage()
- func (x *Variable_VCS) ProtoReflect() protoreflect.Message
- func (x *Variable_VCS) Reset()
- func (x *Variable_VCS) String() string
- func (msg *Variable_VCS) UnmarshalJSON(b []byte) error
- type Variable_Vcs
- 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 (msg *VersionInfo) MarshalJSON() ([]byte, error)
- func (*VersionInfo) ProtoMessage()
- func (x *VersionInfo) ProtoReflect() protoreflect.Message
- func (x *VersionInfo) Reset()
- func (x *VersionInfo) String() string
- func (msg *VersionInfo) UnmarshalJSON(b []byte) error
- type VersionInfo_ProtocolVersion
- func (*VersionInfo_ProtocolVersion) Descriptor() ([]byte, []int)deprecated
- func (x *VersionInfo_ProtocolVersion) GetCurrent() uint32
- func (x *VersionInfo_ProtocolVersion) GetMinimum() uint32
- func (msg *VersionInfo_ProtocolVersion) MarshalJSON() ([]byte, error)
- func (*VersionInfo_ProtocolVersion) ProtoMessage()
- func (x *VersionInfo_ProtocolVersion) ProtoReflect() protoreflect.Message
- func (x *VersionInfo_ProtocolVersion) Reset()
- func (x *VersionInfo_ProtocolVersion) String() string
- func (msg *VersionInfo_ProtocolVersion) UnmarshalJSON(b []byte) error
- type WaypointClient
- type WaypointHclFmtRequest
- func (*WaypointHclFmtRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WaypointHclFmtRequest) GetWaypointHcl() []byte
- func (msg *WaypointHclFmtRequest) MarshalJSON() ([]byte, error)
- func (*WaypointHclFmtRequest) ProtoMessage()
- func (x *WaypointHclFmtRequest) ProtoReflect() protoreflect.Message
- func (x *WaypointHclFmtRequest) Reset()
- func (x *WaypointHclFmtRequest) String() string
- func (msg *WaypointHclFmtRequest) UnmarshalJSON(b []byte) error
- type WaypointHclFmtResponse
- func (*WaypointHclFmtResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WaypointHclFmtResponse) GetWaypointHcl() []byte
- func (msg *WaypointHclFmtResponse) MarshalJSON() ([]byte, error)
- func (*WaypointHclFmtResponse) ProtoMessage()
- func (x *WaypointHclFmtResponse) ProtoReflect() protoreflect.Message
- func (x *WaypointHclFmtResponse) Reset()
- func (x *WaypointHclFmtResponse) String() string
- func (msg *WaypointHclFmtResponse) UnmarshalJSON(b []byte) error
- type WaypointServer
- type Waypoint_CreateSnapshotClient
- type Waypoint_CreateSnapshotServer
- 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_RestoreSnapshotClient
- type Waypoint_RestoreSnapshotServer
- 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) GetName() string
- func (x *Workspace) GetProjects() []*Workspace_Project
- func (msg *Workspace) MarshalJSON() ([]byte, error)
- func (*Workspace) ProtoMessage()
- func (x *Workspace) ProtoReflect() protoreflect.Message
- func (x *Workspace) Reset()
- func (x *Workspace) String() string
- func (msg *Workspace) UnmarshalJSON(b []byte) error
- 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 (msg *Workspace_Application) MarshalJSON() ([]byte, error)
- func (*Workspace_Application) ProtoMessage()
- func (x *Workspace_Application) ProtoReflect() protoreflect.Message
- func (x *Workspace_Application) Reset()
- func (x *Workspace_Application) String() string
- func (msg *Workspace_Application) UnmarshalJSON(b []byte) error
- type Workspace_Project
- func (*Workspace_Project) Descriptor() ([]byte, []int)deprecated
- func (x *Workspace_Project) GetActiveTime() *timestamp.Timestamp
- func (x *Workspace_Project) GetApplications() []*Workspace_Application
- func (x *Workspace_Project) GetDataSourceRef() *Job_DataSource_Ref
- func (x *Workspace_Project) GetProject() *Ref_Project
- func (x *Workspace_Project) GetWorkspace() *Ref_Workspace
- func (msg *Workspace_Project) MarshalJSON() ([]byte, error)
- func (*Workspace_Project) ProtoMessage()
- func (x *Workspace_Project) ProtoReflect() protoreflect.Message
- func (x *Workspace_Project) Reset()
- func (x *Workspace_Project) String() string
- func (msg *Workspace_Project) UnmarshalJSON(b []byte) error
Constants ¶
const AssetDebug = false
AssetDebug is true if the assets were built with the debug flag enabled.
Variables ¶
var ( Project_Format_name = map[int32]string{ 0: "HCL", 1: "JSON", } Project_Format_value = map[string]int32{ "HCL": 0, "JSON": 1, } )
Enum value maps for Project_Format.
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 ( Instance_Type_name = map[int32]string{ 0: "LONG_RUNNING", 1: "ON_DEMAND", 2: "VIRTUAL", } Instance_Type_value = map[string]int32{ "LONG_RUNNING": 0, "ON_DEMAND": 1, "VIRTUAL": 2, } )
Enum value maps for Instance_Type.
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 ( LogBatch_Entry_Source_name = map[int32]string{ 0: "APP", 1: "ENTRYPOINT", } LogBatch_Entry_Source_value = map[string]int32{ "APP": 0, "ENTRYPOINT": 1, } )
Enum value maps for LogBatch_Entry_Source.
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 ( Snapshot_Header_Format_name = map[int32]string{ 0: "UNKNOWN", 1: "BOLT", } Snapshot_Header_Format_value = map[string]int32{ "UNKNOWN": 0, "BOLT": 1, } )
Enum value maps for Snapshot_Header_Format.
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"` // Indicates signal to be sent to the applications when its config files // change. FileChangeSignal string `protobuf:"bytes,3,opt,name=file_change_signal,json=fileChangeSignal,proto3" json:"file_change_signal,omitempty"` // contains filtered or unexported fields }
func (*Application) Descriptor
deprecated
func (*Application) Descriptor() ([]byte, []int)
Deprecated: Use Application.ProtoReflect.Descriptor instead.
func (*Application) GetFileChangeSignal ¶ added in v0.4.0
func (x *Application) GetFileChangeSignal() string
func (*Application) GetName ¶
func (x *Application) GetName() string
func (*Application) GetProject ¶
func (x *Application) GetProject() *Ref_Project
func (*Application) MarshalJSON ¶ added in v0.2.0
func (msg *Application) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Application) UnmarshalJSON ¶ added in v0.2.0
func (msg *Application) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
MarshalJSON implements json.Marshaler
func (*Artifact) ProtoMessage ¶
func (*Artifact) ProtoMessage()
func (*Artifact) ProtoReflect ¶
func (x *Artifact) ProtoReflect() protoreflect.Message
func (*Artifact) UnmarshalJSON ¶ added in v0.2.0
UnmarshalJSON implements json.Unmarshaler
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 */ // template data for HCL variables and template functions, json-encoded TemplateData []byte `protobuf:"bytes,10,opt,name=template_data,json=templateData,proto3" json:"template_data,omitempty"` // 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) GetTemplateData ¶ added in v0.2.0
func (*Build) GetWorkspace ¶
func (x *Build) GetWorkspace() *Ref_Workspace
func (*Build) MarshalJSON ¶ added in v0.2.0
MarshalJSON implements json.Marshaler
func (*Build) ProtoMessage ¶
func (*Build) ProtoMessage()
func (*Build) ProtoReflect ¶
func (x *Build) ProtoReflect() protoreflect.Message
func (*Build) UnmarshalJSON ¶ added in v0.2.0
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *CancelJobRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*CancelJobRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *CancelJobRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
MarshalJSON implements json.Marshaler
func (*Component) ProtoMessage ¶
func (*Component) ProtoMessage()
func (*Component) ProtoReflect ¶
func (x *Component) ProtoReflect() protoreflect.Message
func (*Component) UnmarshalJSON ¶ added in v0.2.0
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *ConfigGetRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ConfigGetRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *ConfigGetRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *ConfigGetResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ConfigGetResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *ConfigGetResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *ConfigSetRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ConfigSetRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *ConfigSetRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *ConfigSetResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ConfigSetResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *ConfigSetResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ConfigSource ¶ added in v0.2.0
type ConfigSource struct { // delete may be set to true on SetConfigSource to delete this config source. // This is a field on ConfigSource since there are a variety of ways to // identify a ConfigSource. Therefore, the recommend deletion process is // to query the ConfigSource using GetConfigSource and then set delete // on a return value to ensure the correct value is deleted. Delete bool `protobuf:"varint,3,opt,name=delete,proto3" json:"delete,omitempty"` // Scope that this configuration is valid. Note that this doesn't // prevent a config source from being used in other scopes, it only // prevents this configuration. Configuration sources used in other // scopes will use a default configuration set by the plugin. // // Types that are assignable to Scope: // *ConfigSource_Global Scope isConfigSource_Scope `protobuf_oneof:"scope"` // type of the config source. This should match the plugin name. Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` // config is the configuration for the config source. Config map[string]string `` /* 153-byte string literal not displayed */ // hash is set automatically on write and available on read and is a // content hash of the configuration. This can be used to determine // uniqueness or changes in the configuration. Setting this value with // SetConfigSource has no effect and will be overwritten. Note that this // hash may take more into account than just "config" as other fields // are introduced to this message type. Hash uint64 `protobuf:"varint,4,opt,name=hash,proto3" json:"hash,omitempty"` // contains filtered or unexported fields }
func (*ConfigSource) Descriptor
deprecated
added in
v0.2.0
func (*ConfigSource) Descriptor() ([]byte, []int)
Deprecated: Use ConfigSource.ProtoReflect.Descriptor instead.
func (*ConfigSource) GetConfig ¶ added in v0.2.0
func (x *ConfigSource) GetConfig() map[string]string
func (*ConfigSource) GetDelete ¶ added in v0.2.0
func (x *ConfigSource) GetDelete() bool
func (*ConfigSource) GetGlobal ¶ added in v0.2.0
func (x *ConfigSource) GetGlobal() *Ref_Global
func (*ConfigSource) GetHash ¶ added in v0.2.0
func (x *ConfigSource) GetHash() uint64
func (*ConfigSource) GetScope ¶ added in v0.2.0
func (m *ConfigSource) GetScope() isConfigSource_Scope
func (*ConfigSource) GetType ¶ added in v0.2.0
func (x *ConfigSource) GetType() string
func (*ConfigSource) MarshalJSON ¶ added in v0.2.0
func (msg *ConfigSource) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ConfigSource) ProtoMessage ¶ added in v0.2.0
func (*ConfigSource) ProtoMessage()
func (*ConfigSource) ProtoReflect ¶ added in v0.2.0
func (x *ConfigSource) ProtoReflect() protoreflect.Message
func (*ConfigSource) Reset ¶ added in v0.2.0
func (x *ConfigSource) Reset()
func (*ConfigSource) String ¶ added in v0.2.0
func (x *ConfigSource) String() string
func (*ConfigSource) UnmarshalJSON ¶ added in v0.2.0
func (msg *ConfigSource) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ConfigSource_Global ¶ added in v0.2.0
type ConfigSource_Global struct {
Global *Ref_Global `protobuf:"bytes,50,opt,name=global,proto3,oneof"`
}
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 is the name of the environment variable that this config var is setting Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Types that are assignable to Value: // *ConfigVar_Unset // *ConfigVar_Static // *ConfigVar_Dynamic Value isConfigVar_Value `protobuf_oneof:"value"` // Indicates if the variable is not meant to be exposed applications or runners. // It exists only to be referenced by other variables. Internal bool `protobuf:"varint,8,opt,name=internal,proto3" json:"internal,omitempty"` // Indicates that this is actually be written as a file, with the name // field being the filename. NameIsPath bool `protobuf:"varint,9,opt,name=name_is_path,json=nameIsPath,proto3" json:"name_is_path,omitempty"` // contains filtered or unexported fields }
func (*ConfigVar) Descriptor
deprecated
func (*ConfigVar) GetApplication ¶
func (x *ConfigVar) GetApplication() *Ref_Application
func (*ConfigVar) GetDynamic ¶ added in v0.2.0
func (x *ConfigVar) GetDynamic() *ConfigVar_DynamicVal
func (*ConfigVar) GetInternal ¶ added in v0.4.0
func (*ConfigVar) GetNameIsPath ¶ added in v0.4.0
func (*ConfigVar) GetProject ¶
func (x *ConfigVar) GetProject() *Ref_Project
func (*ConfigVar) GetRunner ¶
func (x *ConfigVar) GetRunner() *Ref_Runner
func (*ConfigVar) MarshalJSON ¶ added in v0.2.0
MarshalJSON implements json.Marshaler
func (*ConfigVar) ProtoMessage ¶
func (*ConfigVar) ProtoMessage()
func (*ConfigVar) ProtoReflect ¶
func (x *ConfigVar) ProtoReflect() protoreflect.Message
func (*ConfigVar) UnmarshalJSON ¶ added in v0.2.0
UnmarshalJSON implements json.Unmarshaler
type ConfigVar_Application ¶
type ConfigVar_Application struct {
Application *Ref_Application `protobuf:"bytes,3,opt,name=application,proto3,oneof"`
}
type ConfigVar_Dynamic ¶ added in v0.2.0
type ConfigVar_Dynamic struct { // dynamically sourced value Dynamic *ConfigVar_DynamicVal `protobuf:"bytes,6,opt,name=dynamic,proto3,oneof"` }
type ConfigVar_DynamicVal ¶ added in v0.2.0
type ConfigVar_DynamicVal struct { // from is the config source plugin to use From string `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"` // config is the configuration for the config source plugin that // defines how the value is read. For example, for a "Vault" config // source this may contain the path in the KV store to read the value. Config map[string]string `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
DynamicVal is the configuration for dynamic values for configuration.
func (*ConfigVar_DynamicVal) Descriptor
deprecated
added in
v0.2.0
func (*ConfigVar_DynamicVal) Descriptor() ([]byte, []int)
Deprecated: Use ConfigVar_DynamicVal.ProtoReflect.Descriptor instead.
func (*ConfigVar_DynamicVal) GetConfig ¶ added in v0.2.0
func (x *ConfigVar_DynamicVal) GetConfig() map[string]string
func (*ConfigVar_DynamicVal) GetFrom ¶ added in v0.2.0
func (x *ConfigVar_DynamicVal) GetFrom() string
func (*ConfigVar_DynamicVal) MarshalJSON ¶ added in v0.2.0
func (msg *ConfigVar_DynamicVal) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ConfigVar_DynamicVal) ProtoMessage ¶ added in v0.2.0
func (*ConfigVar_DynamicVal) ProtoMessage()
func (*ConfigVar_DynamicVal) ProtoReflect ¶ added in v0.2.0
func (x *ConfigVar_DynamicVal) ProtoReflect() protoreflect.Message
func (*ConfigVar_DynamicVal) Reset ¶ added in v0.2.0
func (x *ConfigVar_DynamicVal) Reset()
func (*ConfigVar_DynamicVal) String ¶ added in v0.2.0
func (x *ConfigVar_DynamicVal) String() string
func (*ConfigVar_DynamicVal) UnmarshalJSON ¶ added in v0.2.0
func (msg *ConfigVar_DynamicVal) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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 ConfigVar_Static ¶ added in v0.2.0
type ConfigVar_Static struct { // static, direct value. Static string `protobuf:"bytes,2,opt,name=static,proto3,oneof"` }
type ConfigVar_Unset ¶ added in v0.2.0
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) MarshalJSON ¶ added in v0.2.0
func (msg *ConvertInviteTokenRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ConvertInviteTokenRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *ConvertInviteTokenRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *CreateHostnameRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*CreateHostnameRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *CreateHostnameRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *CreateHostnameResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*CreateHostnameResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *CreateHostnameResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type CreateSnapshotResponse ¶ added in v0.2.0
type CreateSnapshotResponse struct { // Types that are assignable to Event: // *CreateSnapshotResponse_Open_ // *CreateSnapshotResponse_Chunk Event isCreateSnapshotResponse_Event `protobuf_oneof:"event"` // contains filtered or unexported fields }
func (*CreateSnapshotResponse) Descriptor
deprecated
added in
v0.2.0
func (*CreateSnapshotResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateSnapshotResponse.ProtoReflect.Descriptor instead.
func (*CreateSnapshotResponse) GetChunk ¶ added in v0.2.0
func (x *CreateSnapshotResponse) GetChunk() []byte
func (*CreateSnapshotResponse) GetEvent ¶ added in v0.2.0
func (m *CreateSnapshotResponse) GetEvent() isCreateSnapshotResponse_Event
func (*CreateSnapshotResponse) GetOpen ¶ added in v0.2.0
func (x *CreateSnapshotResponse) GetOpen() *CreateSnapshotResponse_Open
func (*CreateSnapshotResponse) MarshalJSON ¶ added in v0.2.0
func (msg *CreateSnapshotResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*CreateSnapshotResponse) ProtoMessage ¶ added in v0.2.0
func (*CreateSnapshotResponse) ProtoMessage()
func (*CreateSnapshotResponse) ProtoReflect ¶ added in v0.2.0
func (x *CreateSnapshotResponse) ProtoReflect() protoreflect.Message
func (*CreateSnapshotResponse) Reset ¶ added in v0.2.0
func (x *CreateSnapshotResponse) Reset()
func (*CreateSnapshotResponse) String ¶ added in v0.2.0
func (x *CreateSnapshotResponse) String() string
func (*CreateSnapshotResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *CreateSnapshotResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type CreateSnapshotResponse_Chunk ¶ added in v0.2.0
type CreateSnapshotResponse_Chunk struct { // Chunk is a next chunk of data. You should continue to expect // data until an EOF is received on the stream. Chunk []byte `protobuf:"bytes,2,opt,name=chunk,proto3,oneof"` }
type CreateSnapshotResponse_Open ¶ added in v0.2.0
type CreateSnapshotResponse_Open struct {
// contains filtered or unexported fields
}
One day we may add information here. For now we are reserving this.
func (*CreateSnapshotResponse_Open) Descriptor
deprecated
added in
v0.2.0
func (*CreateSnapshotResponse_Open) Descriptor() ([]byte, []int)
Deprecated: Use CreateSnapshotResponse_Open.ProtoReflect.Descriptor instead.
func (*CreateSnapshotResponse_Open) MarshalJSON ¶ added in v0.2.0
func (msg *CreateSnapshotResponse_Open) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*CreateSnapshotResponse_Open) ProtoMessage ¶ added in v0.2.0
func (*CreateSnapshotResponse_Open) ProtoMessage()
func (*CreateSnapshotResponse_Open) ProtoReflect ¶ added in v0.2.0
func (x *CreateSnapshotResponse_Open) ProtoReflect() protoreflect.Message
func (*CreateSnapshotResponse_Open) Reset ¶ added in v0.2.0
func (x *CreateSnapshotResponse_Open) Reset()
func (*CreateSnapshotResponse_Open) String ¶ added in v0.2.0
func (x *CreateSnapshotResponse_Open) String() string
func (*CreateSnapshotResponse_Open) UnmarshalJSON ¶ added in v0.2.0
func (msg *CreateSnapshotResponse_Open) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type CreateSnapshotResponse_Open_ ¶ added in v0.2.0
type CreateSnapshotResponse_Open_ struct { // Open is sent as the opening message with information about the // snapshot. This is always sent first (before any data). Open *CreateSnapshotResponse_Open `protobuf:"bytes,1,opt,name=open,proto3,oneof"` }
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) MarshalJSON ¶ added in v0.2.0
func (msg *DeleteHostnameRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*DeleteHostnameRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *DeleteHostnameRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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"` // See the docs for Generation. Generation *Generation `protobuf:"bytes,17,opt,name=generation,proto3" json:"generation,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 */ // template data for HCL variables and template functions, json-encoded TemplateData []byte `protobuf:"bytes,14,opt,name=template_data,json=templateData,proto3" json:"template_data,omitempty"` // 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"` // True if the deployment was done by a plugin that defined an exec plugin HasExecPlugin bool `protobuf:"varint,15,opt,name=has_exec_plugin,json=hasExecPlugin,proto3" json:"has_exec_plugin,omitempty"` // True if the deployment was done by a plugin that defined an logs plugin HasLogsPlugin bool `protobuf:"varint,16,opt,name=has_logs_plugin,json=hasLogsPlugin,proto3" json:"has_logs_plugin,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) GetGeneration ¶ added in v0.4.0
func (x *Deployment) GetGeneration() *Generation
func (*Deployment) GetHasEntrypointConfig ¶
func (x *Deployment) GetHasEntrypointConfig() bool
func (*Deployment) GetHasExecPlugin ¶ added in v0.3.0
func (x *Deployment) GetHasExecPlugin() bool
func (*Deployment) GetHasLogsPlugin ¶ added in v0.3.0
func (x *Deployment) GetHasLogsPlugin() 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) GetTemplateData ¶ added in v0.2.0
func (x *Deployment) GetTemplateData() []byte
func (*Deployment) GetWorkspace ¶
func (x *Deployment) GetWorkspace() *Ref_Workspace
func (*Deployment) MarshalJSON ¶ added in v0.2.0
func (msg *Deployment) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Deployment) UnmarshalJSON ¶ added in v0.2.0
func (msg *Deployment) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Deployment_Preload) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Deployment_Preload) UnmarshalJSON ¶ added in v0.2.0
func (msg *Deployment_Preload) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Documentation) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Documentation) UnmarshalJSON ¶ added in v0.2.0
func (msg *Documentation) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Documentation_Field) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Documentation_Field) UnmarshalJSON ¶ added in v0.2.0
func (msg *Documentation_Field) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Documentation_Mapper) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Documentation_Mapper) UnmarshalJSON ¶ added in v0.2.0
func (msg *Documentation_Mapper) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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"` // The environment variables to set in the entrypoint. EnvVars []*ConfigVar `protobuf:"bytes,2,rep,name=env_vars,json=envVars,proto3" json:"env_vars,omitempty"` // The configuration for any config sources that may be used in the // config vars sent down. The server may send down extra configs that // aren't used so consumers should filter these based on what env vars // are actually in use. ConfigSources []*ConfigSource `protobuf:"bytes,5,rep,name=config_sources,json=configSources,proto3" json:"config_sources,omitempty"` // The signal to send the application when config files change. FileChangeSignal string `protobuf:"bytes,6,opt,name=file_change_signal,json=fileChangeSignal,proto3" json:"file_change_signal,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"` // Deployment is the deployment information for this instance. This may // be nil if the user is running an old enough server so always nil-check this. Deployment *EntrypointConfig_DeploymentInfo `protobuf:"bytes,4,opt,name=deployment,proto3" json:"deployment,omitempty"` // contains filtered or unexported fields }
func (*EntrypointConfig) Descriptor
deprecated
func (*EntrypointConfig) Descriptor() ([]byte, []int)
Deprecated: Use EntrypointConfig.ProtoReflect.Descriptor instead.
func (*EntrypointConfig) GetConfigSources ¶ added in v0.2.0
func (x *EntrypointConfig) GetConfigSources() []*ConfigSource
func (*EntrypointConfig) GetDeployment ¶ added in v0.2.0
func (x *EntrypointConfig) GetDeployment() *EntrypointConfig_DeploymentInfo
func (*EntrypointConfig) GetEnvVars ¶
func (x *EntrypointConfig) GetEnvVars() []*ConfigVar
func (*EntrypointConfig) GetExec ¶
func (x *EntrypointConfig) GetExec() []*EntrypointConfig_Exec
func (*EntrypointConfig) GetFileChangeSignal ¶ added in v0.4.0
func (x *EntrypointConfig) GetFileChangeSignal() string
func (*EntrypointConfig) GetUrlService ¶
func (x *EntrypointConfig) GetUrlService() *EntrypointConfig_URLService
func (*EntrypointConfig) MarshalJSON ¶ added in v0.2.0
func (msg *EntrypointConfig) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*EntrypointConfig) UnmarshalJSON ¶ added in v0.2.0
func (msg *EntrypointConfig) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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"` // The type of instance that is making the config request. This type will be // recorded by the server to alter how the server interacts with the instance. Type Instance_Type `protobuf:"varint,3,opt,name=type,proto3,enum=hashicorp.waypoint.Instance_Type" json:"type,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) GetType ¶ added in v0.3.0
func (x *EntrypointConfigRequest) GetType() Instance_Type
func (*EntrypointConfigRequest) MarshalJSON ¶ added in v0.2.0
func (msg *EntrypointConfigRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*EntrypointConfigRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *EntrypointConfigRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *EntrypointConfigResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*EntrypointConfigResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *EntrypointConfigResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type EntrypointConfig_DeploymentInfo ¶ added in v0.2.0
type EntrypointConfig_DeploymentInfo struct { // component is the deployment plugin information that launched this instance. Component *Component `protobuf:"bytes,1,opt,name=component,proto3" json:"component,omitempty"` // labels are the set of labels that are present on the deployment. Labels map[string]string `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*EntrypointConfig_DeploymentInfo) Descriptor
deprecated
added in
v0.2.0
func (*EntrypointConfig_DeploymentInfo) Descriptor() ([]byte, []int)
Deprecated: Use EntrypointConfig_DeploymentInfo.ProtoReflect.Descriptor instead.
func (*EntrypointConfig_DeploymentInfo) GetComponent ¶ added in v0.2.0
func (x *EntrypointConfig_DeploymentInfo) GetComponent() *Component
func (*EntrypointConfig_DeploymentInfo) GetLabels ¶ added in v0.2.0
func (x *EntrypointConfig_DeploymentInfo) GetLabels() map[string]string
func (*EntrypointConfig_DeploymentInfo) MarshalJSON ¶ added in v0.2.0
func (msg *EntrypointConfig_DeploymentInfo) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*EntrypointConfig_DeploymentInfo) ProtoMessage ¶ added in v0.2.0
func (*EntrypointConfig_DeploymentInfo) ProtoMessage()
func (*EntrypointConfig_DeploymentInfo) ProtoReflect ¶ added in v0.2.0
func (x *EntrypointConfig_DeploymentInfo) ProtoReflect() protoreflect.Message
func (*EntrypointConfig_DeploymentInfo) Reset ¶ added in v0.2.0
func (x *EntrypointConfig_DeploymentInfo) Reset()
func (*EntrypointConfig_DeploymentInfo) String ¶ added in v0.2.0
func (x *EntrypointConfig_DeploymentInfo) String() string
func (*EntrypointConfig_DeploymentInfo) UnmarshalJSON ¶ added in v0.2.0
func (msg *EntrypointConfig_DeploymentInfo) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *EntrypointConfig_Exec) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*EntrypointConfig_Exec) UnmarshalJSON ¶ added in v0.2.0
func (msg *EntrypointConfig_Exec) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *EntrypointConfig_URLService) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*EntrypointConfig_URLService) UnmarshalJSON ¶ added in v0.2.0
func (msg *EntrypointConfig_URLService) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *EntrypointExecRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*EntrypointExecRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *EntrypointExecRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *EntrypointExecRequest_Error) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*EntrypointExecRequest_Error) UnmarshalJSON ¶ added in v0.2.0
func (msg *EntrypointExecRequest_Error) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *EntrypointExecRequest_Exit) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*EntrypointExecRequest_Exit) UnmarshalJSON ¶ added in v0.2.0
func (msg *EntrypointExecRequest_Exit) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *EntrypointExecRequest_Open) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*EntrypointExecRequest_Open) UnmarshalJSON ¶ added in v0.2.0
func (msg *EntrypointExecRequest_Open) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *EntrypointExecRequest_Output) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*EntrypointExecRequest_Output) UnmarshalJSON ¶ added in v0.2.0
func (msg *EntrypointExecRequest_Output) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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_InputEof // *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) GetInputEof ¶ added in v0.2.0
func (x *EntrypointExecResponse) GetInputEof() *empty.Empty
func (*EntrypointExecResponse) GetOpened ¶
func (x *EntrypointExecResponse) GetOpened() bool
func (*EntrypointExecResponse) GetWinch ¶
func (x *EntrypointExecResponse) GetWinch() *ExecStreamRequest_WindowSize
func (*EntrypointExecResponse) MarshalJSON ¶ added in v0.2.0
func (msg *EntrypointExecResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*EntrypointExecResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *EntrypointExecResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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_InputEof ¶ added in v0.2.0
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) MarshalJSON ¶ added in v0.2.0
func (msg *EntrypointLogBatch) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*EntrypointLogBatch) UnmarshalJSON ¶ added in v0.2.0
func (msg *EntrypointLogBatch) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ExecStreamRequest ¶
type ExecStreamRequest struct { // Types that are assignable to Event: // *ExecStreamRequest_Start_ // *ExecStreamRequest_Input_ // *ExecStreamRequest_Winch // *ExecStreamRequest_InputEof 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) GetInputEof ¶ added in v0.2.0
func (x *ExecStreamRequest) GetInputEof() *empty.Empty
func (*ExecStreamRequest) GetStart ¶
func (x *ExecStreamRequest) GetStart() *ExecStreamRequest_Start
func (*ExecStreamRequest) GetWinch ¶
func (x *ExecStreamRequest) GetWinch() *ExecStreamRequest_WindowSize
func (*ExecStreamRequest) MarshalJSON ¶ added in v0.2.0
func (msg *ExecStreamRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ExecStreamRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *ExecStreamRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *ExecStreamRequest_Input) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ExecStreamRequest_Input) UnmarshalJSON ¶ added in v0.2.0
func (msg *ExecStreamRequest_Input) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ExecStreamRequest_InputEof ¶ added in v0.2.0
type ExecStreamRequest_InputEof struct { // input_eof should be sent as an event when the input stream is // closed. After this, no more Input messages can be sent. Any Input // messages sent will be ignored. This will send an EOF on the remote // end as well to close stdin for the exec process. InputEof *empty.Empty `protobuf:"bytes,4,opt,name=input_eof,json=inputEof,proto3,oneof"` }
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) MarshalJSON ¶ added in v0.2.0
func (msg *ExecStreamRequest_PTY) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ExecStreamRequest_PTY) UnmarshalJSON ¶ added in v0.2.0
func (msg *ExecStreamRequest_PTY) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ExecStreamRequest_Start ¶
type ExecStreamRequest_Start struct { // Types that are assignable to Target: // *ExecStreamRequest_Start_DeploymentId // *ExecStreamRequest_Start_InstanceId Target isExecStreamRequest_Start_Target `protobuf_oneof:"target"` // 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) GetInstanceId ¶ added in v0.3.0
func (x *ExecStreamRequest_Start) GetInstanceId() string
func (*ExecStreamRequest_Start) GetPty ¶
func (x *ExecStreamRequest_Start) GetPty() *ExecStreamRequest_PTY
func (*ExecStreamRequest_Start) GetTarget ¶ added in v0.3.0
func (m *ExecStreamRequest_Start) GetTarget() isExecStreamRequest_Start_Target
func (*ExecStreamRequest_Start) MarshalJSON ¶ added in v0.2.0
func (msg *ExecStreamRequest_Start) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ExecStreamRequest_Start) UnmarshalJSON ¶ added in v0.2.0
func (msg *ExecStreamRequest_Start) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ExecStreamRequest_Start_ ¶
type ExecStreamRequest_Start_ struct {
Start *ExecStreamRequest_Start `protobuf:"bytes,1,opt,name=start,proto3,oneof"`
}
type ExecStreamRequest_Start_DeploymentId ¶ added in v0.3.0
type ExecStreamRequest_Start_DeploymentId struct { // Deployment to exec into DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3,oneof"` }
type ExecStreamRequest_Start_InstanceId ¶ added in v0.3.0
type ExecStreamRequest_Start_InstanceId struct { // Instance to send the exec request to. This is indicates that // the client wants an exec session to this specific instance, // rather than one the server picks. Targetted instances can be // any instance type, where as untargeted have to be LONG_RUNNING. InstanceId string `protobuf:"bytes,4,opt,name=instance_id,json=instanceId,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) MarshalJSON ¶ added in v0.2.0
func (msg *ExecStreamRequest_WindowSize) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ExecStreamRequest_WindowSize) UnmarshalJSON ¶ added in v0.2.0
func (msg *ExecStreamRequest_WindowSize) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *ExecStreamResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ExecStreamResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *ExecStreamResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *ExecStreamResponse_Exit) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ExecStreamResponse_Exit) UnmarshalJSON ¶ added in v0.2.0
func (msg *ExecStreamResponse_Exit) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *ExecStreamResponse_Open) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ExecStreamResponse_Open) UnmarshalJSON ¶ added in v0.2.0
func (msg *ExecStreamResponse_Open) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *ExecStreamResponse_Output) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ExecStreamResponse_Output) UnmarshalJSON ¶ added in v0.2.0
func (msg *ExecStreamResponse_Output) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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 FindExecInstanceRequest ¶ added in v0.3.0
type FindExecInstanceRequest struct { // List instances for a specific deployment. DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"` // Time to wait before retrying a request to connect to requested instance WaitTimeout string `protobuf:"bytes,3,opt,name=wait_timeout,json=waitTimeout,proto3" json:"wait_timeout,omitempty"` // contains filtered or unexported fields }
func (*FindExecInstanceRequest) Descriptor
deprecated
added in
v0.3.0
func (*FindExecInstanceRequest) Descriptor() ([]byte, []int)
Deprecated: Use FindExecInstanceRequest.ProtoReflect.Descriptor instead.
func (*FindExecInstanceRequest) GetDeploymentId ¶ added in v0.3.0
func (x *FindExecInstanceRequest) GetDeploymentId() string
func (*FindExecInstanceRequest) GetWaitTimeout ¶ added in v0.3.0
func (x *FindExecInstanceRequest) GetWaitTimeout() string
func (*FindExecInstanceRequest) MarshalJSON ¶ added in v0.3.0
func (msg *FindExecInstanceRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*FindExecInstanceRequest) ProtoMessage ¶ added in v0.3.0
func (*FindExecInstanceRequest) ProtoMessage()
func (*FindExecInstanceRequest) ProtoReflect ¶ added in v0.3.0
func (x *FindExecInstanceRequest) ProtoReflect() protoreflect.Message
func (*FindExecInstanceRequest) Reset ¶ added in v0.3.0
func (x *FindExecInstanceRequest) Reset()
func (*FindExecInstanceRequest) String ¶ added in v0.3.0
func (x *FindExecInstanceRequest) String() string
func (*FindExecInstanceRequest) UnmarshalJSON ¶ added in v0.3.0
func (msg *FindExecInstanceRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type FindExecInstanceResponse ¶ added in v0.3.0
type FindExecInstanceResponse struct { Instance *Instance `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"` // contains filtered or unexported fields }
func (*FindExecInstanceResponse) Descriptor
deprecated
added in
v0.3.0
func (*FindExecInstanceResponse) Descriptor() ([]byte, []int)
Deprecated: Use FindExecInstanceResponse.ProtoReflect.Descriptor instead.
func (*FindExecInstanceResponse) GetInstance ¶ added in v0.3.0
func (x *FindExecInstanceResponse) GetInstance() *Instance
func (*FindExecInstanceResponse) MarshalJSON ¶ added in v0.3.0
func (msg *FindExecInstanceResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*FindExecInstanceResponse) ProtoMessage ¶ added in v0.3.0
func (*FindExecInstanceResponse) ProtoMessage()
func (*FindExecInstanceResponse) ProtoReflect ¶ added in v0.3.0
func (x *FindExecInstanceResponse) ProtoReflect() protoreflect.Message
func (*FindExecInstanceResponse) Reset ¶ added in v0.3.0
func (x *FindExecInstanceResponse) Reset()
func (*FindExecInstanceResponse) String ¶ added in v0.3.0
func (x *FindExecInstanceResponse) String() string
func (*FindExecInstanceResponse) UnmarshalJSON ¶ added in v0.3.0
func (msg *FindExecInstanceResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Generation ¶ added in v0.4.0
type Generation struct { // Id is the unique identifier for this generation. This value is opaque. // Waypoint internally only requires that two different generations have // two different IDs. The format of the value can be anything. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // This is the sequence number of the first operation that introduced // this generation. Once all operations using a sequence number are fully // destroyed, a reused generation will introduce a new sequence number. // // This should not be manually set. This value will be automatically // populated on insert. Updates should not modify this value. // // Consumers can compare this to the sequence number of the operation // to determine if this generation is new or existing. InitialSequence uint64 `protobuf:"varint,2,opt,name=initial_sequence,json=initialSequence,proto3" json:"initial_sequence,omitempty"` // contains filtered or unexported fields }
Generation is a shared message type used by operations to denote the "generation" they're a part of. A generation denotes whether shared physical resources were used or whether new resources were created. Another way to conceptualize generations: immutable deployment models will create new generations each operation, whereas mutable models will reuse a generation.
The concept of a "Generation" was introduced in Waypoint 0.4. Operations from earlier versions will have nil generations and callers must handle that scenario.
== Read/Write Notes
Callers inserting operations should ONLY set the generation ID. Remaining fields will be automatically populated.
Updates should never modify the generation.
func (*Generation) Descriptor
deprecated
added in
v0.4.0
func (*Generation) Descriptor() ([]byte, []int)
Deprecated: Use Generation.ProtoReflect.Descriptor instead.
func (*Generation) GetId ¶ added in v0.4.0
func (x *Generation) GetId() string
func (*Generation) GetInitialSequence ¶ added in v0.4.0
func (x *Generation) GetInitialSequence() uint64
func (*Generation) MarshalJSON ¶ added in v0.4.0
func (msg *Generation) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Generation) ProtoMessage ¶ added in v0.4.0
func (*Generation) ProtoMessage()
func (*Generation) ProtoReflect ¶ added in v0.4.0
func (x *Generation) ProtoReflect() protoreflect.Message
func (*Generation) Reset ¶ added in v0.4.0
func (x *Generation) Reset()
func (*Generation) String ¶ added in v0.4.0
func (x *Generation) String() string
func (*Generation) UnmarshalJSON ¶ added in v0.4.0
func (msg *Generation) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetBuildRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetBuildRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetBuildRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetConfigSourceRequest ¶ added in v0.2.0
type GetConfigSourceRequest struct { // scope is the scoping for the config source. // // Types that are assignable to Scope: // *GetConfigSourceRequest_Global Scope isGetConfigSourceRequest_Scope `protobuf_oneof:"scope"` // config source type. This is optional. If this is omitted, all // config source types matching the above scoping will be returned. // This is a prefix-search. All config sources with this type prefix // will be returned. Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` // contains filtered or unexported fields }
func (*GetConfigSourceRequest) Descriptor
deprecated
added in
v0.2.0
func (*GetConfigSourceRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetConfigSourceRequest.ProtoReflect.Descriptor instead.
func (*GetConfigSourceRequest) GetGlobal ¶ added in v0.2.0
func (x *GetConfigSourceRequest) GetGlobal() *Ref_Global
func (*GetConfigSourceRequest) GetScope ¶ added in v0.2.0
func (m *GetConfigSourceRequest) GetScope() isGetConfigSourceRequest_Scope
func (*GetConfigSourceRequest) GetType ¶ added in v0.2.0
func (x *GetConfigSourceRequest) GetType() string
func (*GetConfigSourceRequest) MarshalJSON ¶ added in v0.2.0
func (msg *GetConfigSourceRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetConfigSourceRequest) ProtoMessage ¶ added in v0.2.0
func (*GetConfigSourceRequest) ProtoMessage()
func (*GetConfigSourceRequest) ProtoReflect ¶ added in v0.2.0
func (x *GetConfigSourceRequest) ProtoReflect() protoreflect.Message
func (*GetConfigSourceRequest) Reset ¶ added in v0.2.0
func (x *GetConfigSourceRequest) Reset()
func (*GetConfigSourceRequest) String ¶ added in v0.2.0
func (x *GetConfigSourceRequest) String() string
func (*GetConfigSourceRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetConfigSourceRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetConfigSourceRequest_Global ¶ added in v0.2.0
type GetConfigSourceRequest_Global struct {
Global *Ref_Global `protobuf:"bytes,50,opt,name=global,proto3,oneof"`
}
type GetConfigSourceResponse ¶ added in v0.2.0
type GetConfigSourceResponse struct { ConfigSources []*ConfigSource `protobuf:"bytes,1,rep,name=config_sources,json=configSources,proto3" json:"config_sources,omitempty"` // contains filtered or unexported fields }
func (*GetConfigSourceResponse) Descriptor
deprecated
added in
v0.2.0
func (*GetConfigSourceResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetConfigSourceResponse.ProtoReflect.Descriptor instead.
func (*GetConfigSourceResponse) GetConfigSources ¶ added in v0.2.0
func (x *GetConfigSourceResponse) GetConfigSources() []*ConfigSource
func (*GetConfigSourceResponse) MarshalJSON ¶ added in v0.2.0
func (msg *GetConfigSourceResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetConfigSourceResponse) ProtoMessage ¶ added in v0.2.0
func (*GetConfigSourceResponse) ProtoMessage()
func (*GetConfigSourceResponse) ProtoReflect ¶ added in v0.2.0
func (x *GetConfigSourceResponse) ProtoReflect() protoreflect.Message
func (*GetConfigSourceResponse) Reset ¶ added in v0.2.0
func (x *GetConfigSourceResponse) Reset()
func (*GetConfigSourceResponse) String ¶ added in v0.2.0
func (x *GetConfigSourceResponse) String() string
func (*GetConfigSourceResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetConfigSourceResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetDeploymentRequest ¶
type GetDeploymentRequest struct { Ref *Ref_Operation `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"` // Indicate if 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) MarshalJSON ¶ added in v0.2.0
func (msg *GetDeploymentRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetDeploymentRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetDeploymentRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetJobRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetJobRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetJobRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetJobStreamRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetJobStreamResponse ¶
type GetJobStreamResponse struct { // Types that are assignable to Event: // *GetJobStreamResponse_Open_ // *GetJobStreamResponse_State_ // *GetJobStreamResponse_Terminal_ // *GetJobStreamResponse_Download_ // *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) GetDownload ¶ added in v0.3.0
func (x *GetJobStreamResponse) GetDownload() *GetJobStreamResponse_Download
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetJobStreamResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Complete) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetJobStreamResponse_Complete) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Complete) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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_Download ¶ added in v0.3.0
type GetJobStreamResponse_Download struct { // The ref for the data that was downloaded. This can be nil if no // data was downloaded (though it'd be more reasonable to just not // send a download event in that case). DataSourceRef *Job_DataSource_Ref `protobuf:"bytes,1,opt,name=data_source_ref,json=dataSourceRef,proto3" json:"data_source_ref,omitempty"` // contains filtered or unexported fields }
func (*GetJobStreamResponse_Download) Descriptor
deprecated
added in
v0.3.0
func (*GetJobStreamResponse_Download) Descriptor() ([]byte, []int)
Deprecated: Use GetJobStreamResponse_Download.ProtoReflect.Descriptor instead.
func (*GetJobStreamResponse_Download) GetDataSourceRef ¶ added in v0.3.0
func (x *GetJobStreamResponse_Download) GetDataSourceRef() *Job_DataSource_Ref
func (*GetJobStreamResponse_Download) MarshalJSON ¶ added in v0.3.0
func (msg *GetJobStreamResponse_Download) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetJobStreamResponse_Download) ProtoMessage ¶ added in v0.3.0
func (*GetJobStreamResponse_Download) ProtoMessage()
func (*GetJobStreamResponse_Download) ProtoReflect ¶ added in v0.3.0
func (x *GetJobStreamResponse_Download) ProtoReflect() protoreflect.Message
func (*GetJobStreamResponse_Download) Reset ¶ added in v0.3.0
func (x *GetJobStreamResponse_Download) Reset()
func (*GetJobStreamResponse_Download) String ¶ added in v0.3.0
func (x *GetJobStreamResponse_Download) String() string
func (*GetJobStreamResponse_Download) UnmarshalJSON ¶ added in v0.3.0
func (msg *GetJobStreamResponse_Download) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetJobStreamResponse_Download_ ¶ added in v0.3.0
type GetJobStreamResponse_Download_ struct { // data downloaded for the job. This is sent after the state is RUNNING // when the runner has cloned any data (if necessary) containing information // about the data. This is an optional event and may not be sent, indicating // that the runner is either older and doesn't support this event or that // there was no data download necessary and it is using local data. Download *GetJobStreamResponse_Download `protobuf:"bytes,6,opt,name=download,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) MarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Error) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetJobStreamResponse_Error) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Error) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Open) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetJobStreamResponse_Open) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Open) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_State) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetJobStreamResponse_State) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_State) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetJobStreamResponse_State_ ¶
type GetJobStreamResponse_State_ struct { // state is sent when there is a job state change event. This event is // also used if there is job metadata changes. In this case, the state // may be the same but the job is different. 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) MarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Terminal) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetJobStreamResponse_Terminal) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Terminal) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Terminal_Event) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetJobStreamResponse_Terminal_Event) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Terminal_Event) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Terminal_Event_Line) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetJobStreamResponse_Terminal_Event_Line) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Terminal_Event_Line) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Terminal_Event_NamedValue) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetJobStreamResponse_Terminal_Event_NamedValue) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Terminal_Event_NamedValue) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Terminal_Event_NamedValues) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetJobStreamResponse_Terminal_Event_NamedValues) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Terminal_Event_NamedValues) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Terminal_Event_Raw) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetJobStreamResponse_Terminal_Event_Raw) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Terminal_Event_Raw) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Terminal_Event_Status) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetJobStreamResponse_Terminal_Event_Status) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Terminal_Event_Status) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Terminal_Event_Step) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetJobStreamResponse_Terminal_Event_Step) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Terminal_Event_Step) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Terminal_Event_StepGroup) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetJobStreamResponse_Terminal_Event_StepGroup) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Terminal_Event_StepGroup) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Terminal_Event_Table) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetJobStreamResponse_Terminal_Event_Table) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Terminal_Event_Table) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Terminal_Event_TableEntry) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetJobStreamResponse_Terminal_Event_TableEntry) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Terminal_Event_TableEntry) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Terminal_Event_TableRow) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetJobStreamResponse_Terminal_Event_TableRow) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetJobStreamResponse_Terminal_Event_TableRow) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetLatestBuildRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetLatestBuildRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetLatestBuildRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetLatestPushedArtifactRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetLatestPushedArtifactRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetLatestPushedArtifactRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetLatestReleaseRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetLatestReleaseRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetLatestReleaseRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetLatestStatusReportRequest ¶ added in v0.4.0
type GetLatestStatusReportRequest struct { // application that this belongs to Application *Ref_Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` // workspace for the report, any workspace if empty Workspace *Ref_Workspace `protobuf:"bytes,2,opt,name=workspace,proto3" json:"workspace,omitempty"` // contains filtered or unexported fields }
func (*GetLatestStatusReportRequest) Descriptor
deprecated
added in
v0.4.0
func (*GetLatestStatusReportRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetLatestStatusReportRequest.ProtoReflect.Descriptor instead.
func (*GetLatestStatusReportRequest) GetApplication ¶ added in v0.4.0
func (x *GetLatestStatusReportRequest) GetApplication() *Ref_Application
func (*GetLatestStatusReportRequest) GetWorkspace ¶ added in v0.4.0
func (x *GetLatestStatusReportRequest) GetWorkspace() *Ref_Workspace
func (*GetLatestStatusReportRequest) MarshalJSON ¶ added in v0.4.0
func (msg *GetLatestStatusReportRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetLatestStatusReportRequest) ProtoMessage ¶ added in v0.4.0
func (*GetLatestStatusReportRequest) ProtoMessage()
func (*GetLatestStatusReportRequest) ProtoReflect ¶ added in v0.4.0
func (x *GetLatestStatusReportRequest) ProtoReflect() protoreflect.Message
func (*GetLatestStatusReportRequest) Reset ¶ added in v0.4.0
func (x *GetLatestStatusReportRequest) Reset()
func (*GetLatestStatusReportRequest) String ¶ added in v0.4.0
func (x *GetLatestStatusReportRequest) String() string
func (*GetLatestStatusReportRequest) UnmarshalJSON ¶ added in v0.4.0
func (msg *GetLatestStatusReportRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetLogStreamRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetLogStreamRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetLogStreamRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetLogStreamRequest_Application) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetLogStreamRequest_Application) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetLogStreamRequest_Application) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetProjectRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetProjectRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetProjectRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetProjectResponse ¶
type GetProjectResponse struct { Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` // The list of workspaces that this project is part of. Workspaces []*Workspace_Project `protobuf:"bytes,2,rep,name=workspaces,proto3" json:"workspaces,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) GetWorkspaces ¶ added in v0.3.0
func (x *GetProjectResponse) GetWorkspaces() []*Workspace_Project
func (*GetProjectResponse) MarshalJSON ¶ added in v0.2.0
func (msg *GetProjectResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetProjectResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetProjectResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetPushedArtifactRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetPushedArtifactRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetPushedArtifactRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetReleaseRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetReleaseRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetReleaseRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetRunnerRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetRunnerRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetRunnerRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetServerConfigResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetServerConfigResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetServerConfigResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetStatusReportRequest ¶ added in v0.4.0
type GetStatusReportRequest struct { Ref *Ref_Operation `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"` // contains filtered or unexported fields }
func (*GetStatusReportRequest) Descriptor
deprecated
added in
v0.4.0
func (*GetStatusReportRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetStatusReportRequest.ProtoReflect.Descriptor instead.
func (*GetStatusReportRequest) GetRef ¶ added in v0.4.0
func (x *GetStatusReportRequest) GetRef() *Ref_Operation
func (*GetStatusReportRequest) MarshalJSON ¶ added in v0.4.0
func (msg *GetStatusReportRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetStatusReportRequest) ProtoMessage ¶ added in v0.4.0
func (*GetStatusReportRequest) ProtoMessage()
func (*GetStatusReportRequest) ProtoReflect ¶ added in v0.4.0
func (x *GetStatusReportRequest) ProtoReflect() protoreflect.Message
func (*GetStatusReportRequest) Reset ¶ added in v0.4.0
func (x *GetStatusReportRequest) Reset()
func (*GetStatusReportRequest) String ¶ added in v0.4.0
func (x *GetStatusReportRequest) String() string
func (*GetStatusReportRequest) UnmarshalJSON ¶ added in v0.4.0
func (msg *GetStatusReportRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetVersionInfoResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetVersionInfoResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetVersionInfoResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetWorkspaceRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetWorkspaceRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetWorkspaceRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *GetWorkspaceResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*GetWorkspaceResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *GetWorkspaceResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
MarshalJSON implements json.Marshaler
func (*HMACKey) ProtoMessage ¶
func (*HMACKey) ProtoMessage()
func (*HMACKey) ProtoReflect ¶
func (x *HMACKey) ProtoReflect() protoreflect.Message
func (*HMACKey) UnmarshalJSON ¶ added in v0.2.0
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
MarshalJSON implements json.Marshaler
func (*Hostname) ProtoMessage ¶
func (*Hostname) ProtoMessage()
func (*Hostname) ProtoReflect ¶
func (x *Hostname) ProtoReflect() protoreflect.Message
func (*Hostname) UnmarshalJSON ¶ added in v0.2.0
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Hostname_Target) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Hostname_Target) UnmarshalJSON ¶ added in v0.2.0
func (msg *Hostname_Target) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Hostname_TargetApp) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Hostname_TargetApp) UnmarshalJSON ¶ added in v0.2.0
func (msg *Hostname_TargetApp) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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"` // Which type of instance this is Type Instance_Type `protobuf:"varint,5,opt,name=type,proto3,enum=hashicorp.waypoint.Instance_Type" json:"type,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) GetType ¶ added in v0.3.0
func (x *Instance) GetType() Instance_Type
func (*Instance) GetWorkspace ¶
func (x *Instance) GetWorkspace() *Ref_Workspace
func (*Instance) MarshalJSON ¶ added in v0.2.0
MarshalJSON implements json.Marshaler
func (*Instance) ProtoMessage ¶
func (*Instance) ProtoMessage()
func (*Instance) ProtoReflect ¶
func (x *Instance) ProtoReflect() protoreflect.Message
func (*Instance) UnmarshalJSON ¶ added in v0.2.0
UnmarshalJSON implements json.Unmarshaler
type Instance_Type ¶ added in v0.3.0
type Instance_Type int32
Instances are one of a these types.
const ( // The "traditional" instance type, a process that is running // constantly for a long period of time. Instance_LONG_RUNNING Instance_Type = 0 // An instance that was launched in response to a request and will // disappear quickly. Instance_ON_DEMAND Instance_Type = 1 // An instance that is not actually running any code, but registers // itself as an instance for the purposes of interacting with the // exec and logs functionality Instance_VIRTUAL Instance_Type = 2 )
func (Instance_Type) Descriptor ¶ added in v0.3.0
func (Instance_Type) Descriptor() protoreflect.EnumDescriptor
func (Instance_Type) Enum ¶ added in v0.3.0
func (x Instance_Type) Enum() *Instance_Type
func (Instance_Type) EnumDescriptor
deprecated
added in
v0.3.0
func (Instance_Type) EnumDescriptor() ([]byte, []int)
Deprecated: Use Instance_Type.Descriptor instead.
func (Instance_Type) Number ¶ added in v0.3.0
func (x Instance_Type) Number() protoreflect.EnumNumber
func (Instance_Type) String ¶ added in v0.3.0
func (x Instance_Type) String() string
func (Instance_Type) Type ¶ added in v0.3.0
func (Instance_Type) Type() protoreflect.EnumType
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) MarshalJSON ¶ added in v0.2.0
func (msg *InviteTokenRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*InviteTokenRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *InviteTokenRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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"` // If this is set, then only one job with this singleton_id may exist // at any point in the QUEUED state. If QueueJob is called with this set // and an existing job is already queued with a matching singleton_id, // that job will be overwritten with this job. // This is optional. SingletonId string `protobuf:"bytes,8,opt,name=singleton_id,json=singletonId,proto3" json:"singleton_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. // This is required. Application *Ref_Application `protobuf:"bytes,2,opt,name=application,proto3" json:"application,omitempty"` // The workspace to perform the operation in. // This is required. 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. // This is optional. 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. // Ergo, this is optional. 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 */ // NOTE: Variables are WIP and experimental; currently // these are not used, and don't do anything // WIP: variables store the key/value pairs of parsed variables; the parse // prior to running a job only verifies syntax correctness. Verifying type // checks and the presence of required values will both need to be done // in the job's validation Variables []*Variable `protobuf:"bytes,9,rep,name=variables,proto3" json:"variables,omitempty"` // The operation to execute. See the message docs for details on the operation. // This is required, set one (and one only). // // Types that are assignable to Operation: // *Job_Noop_ // *Job_Build // *Job_Push // *Job_Deploy // *Job_Destroy // *Job_Release // *Job_Validate // *Job_Auth // *Job_Docs // *Job_ConfigSync // *Job_Exec // *Job_Up // *Job_Logs // *Job_QueueProject // *Job_Poll // *Job_StatusReport 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"` // Ref of the data was fetched for this job. This is available after // the Ref event is sent down by GetJobStream. This is NOT used to specify // the ref that should be downloaded. That level of configuration should be // exposed via the data_source parameter itself. DataSourceRef *Job_DataSource_Ref `protobuf:"bytes,110,opt,name=data_source_ref,json=dataSourceRef,proto3" json:"data_source_ref,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) GetConfigSync ¶ added in v0.2.0
func (x *Job) GetConfigSync() *Job_ConfigSyncOp
func (*Job) GetDataSource ¶
func (x *Job) GetDataSource() *Job_DataSource
func (*Job) GetDataSourceOverrides ¶
func (*Job) GetDataSourceRef ¶ added in v0.3.0
func (x *Job) GetDataSourceRef() *Job_DataSource_Ref
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) GetExec ¶ added in v0.3.0
func (x *Job) GetExec() *Job_ExecOp
func (*Job) GetExpireTime ¶
func (*Job) GetLogs ¶ added in v0.3.0
func (x *Job) GetLogs() *Job_LogsOp
func (*Job) GetOperation ¶
func (m *Job) GetOperation() isJob_Operation
func (*Job) GetPoll ¶ added in v0.3.0
func (x *Job) GetPoll() *Job_PollOp
func (*Job) GetPush ¶
func (x *Job) GetPush() *Job_PushOp
func (*Job) GetQueueProject ¶ added in v0.3.0
func (x *Job) GetQueueProject() *Job_QueueProjectOp
func (*Job) GetQueueTime ¶
func (*Job) GetRelease ¶
func (x *Job) GetRelease() *Job_ReleaseOp
func (*Job) GetResult ¶
func (x *Job) GetResult() *Job_Result
func (*Job) GetSingletonId ¶ added in v0.3.0
func (*Job) GetStatusReport ¶ added in v0.4.0
func (x *Job) GetStatusReport() *Job_StatusReportOp
func (*Job) GetTargetRunner ¶
func (x *Job) GetTargetRunner() *Ref_Runner
func (*Job) GetValidate ¶
func (x *Job) GetValidate() *Job_ValidateOp
func (*Job) GetVariables ¶ added in v0.4.0
func (*Job) GetWorkspace ¶
func (x *Job) GetWorkspace() *Ref_Workspace
func (*Job) MarshalJSON ¶ added in v0.2.0
MarshalJSON implements json.Marshaler
func (*Job) ProtoMessage ¶
func (*Job) ProtoMessage()
func (*Job) ProtoReflect ¶
func (x *Job) ProtoReflect() protoreflect.Message
func (*Job) UnmarshalJSON ¶ added in v0.2.0
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Job_AuthOp) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Job_AuthOp) UnmarshalJSON ¶ added in v0.2.0
func (msg *Job_AuthOp) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Job_AuthResult) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Job_AuthResult) UnmarshalJSON ¶ added in v0.2.0
func (msg *Job_AuthResult) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Job_AuthResult_Result) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Job_AuthResult_Result) UnmarshalJSON ¶ added in v0.2.0
func (msg *Job_AuthResult_Result) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Job_BuildOp) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Job_BuildOp) UnmarshalJSON ¶ added in v0.2.0
func (msg *Job_BuildOp) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Job_BuildResult) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Job_BuildResult) UnmarshalJSON ¶ added in v0.2.0
func (msg *Job_BuildResult) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_ConfigSync ¶ added in v0.2.0
type Job_ConfigSync struct {
ConfigSync *Job_ConfigSyncOp `protobuf:"bytes,59,opt,name=config_sync,json=configSync,proto3,oneof"`
}
type Job_ConfigSyncOp ¶ added in v0.2.0
type Job_ConfigSyncOp struct {
// contains filtered or unexported fields
}
func (*Job_ConfigSyncOp) Descriptor
deprecated
added in
v0.2.0
func (*Job_ConfigSyncOp) Descriptor() ([]byte, []int)
Deprecated: Use Job_ConfigSyncOp.ProtoReflect.Descriptor instead.
func (*Job_ConfigSyncOp) MarshalJSON ¶ added in v0.2.0
func (msg *Job_ConfigSyncOp) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_ConfigSyncOp) ProtoMessage ¶ added in v0.2.0
func (*Job_ConfigSyncOp) ProtoMessage()
func (*Job_ConfigSyncOp) ProtoReflect ¶ added in v0.2.0
func (x *Job_ConfigSyncOp) ProtoReflect() protoreflect.Message
func (*Job_ConfigSyncOp) Reset ¶ added in v0.2.0
func (x *Job_ConfigSyncOp) Reset()
func (*Job_ConfigSyncOp) String ¶ added in v0.2.0
func (x *Job_ConfigSyncOp) String() string
func (*Job_ConfigSyncOp) UnmarshalJSON ¶ added in v0.2.0
func (msg *Job_ConfigSyncOp) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_ConfigSyncResult ¶ added in v0.2.0
type Job_ConfigSyncResult struct {
// contains filtered or unexported fields
}
func (*Job_ConfigSyncResult) Descriptor
deprecated
added in
v0.2.0
func (*Job_ConfigSyncResult) Descriptor() ([]byte, []int)
Deprecated: Use Job_ConfigSyncResult.ProtoReflect.Descriptor instead.
func (*Job_ConfigSyncResult) MarshalJSON ¶ added in v0.2.0
func (msg *Job_ConfigSyncResult) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_ConfigSyncResult) ProtoMessage ¶ added in v0.2.0
func (*Job_ConfigSyncResult) ProtoMessage()
func (*Job_ConfigSyncResult) ProtoReflect ¶ added in v0.2.0
func (x *Job_ConfigSyncResult) ProtoReflect() protoreflect.Message
func (*Job_ConfigSyncResult) Reset ¶ added in v0.2.0
func (x *Job_ConfigSyncResult) Reset()
func (*Job_ConfigSyncResult) String ¶ added in v0.2.0
func (x *Job_ConfigSyncResult) String() string
func (*Job_ConfigSyncResult) UnmarshalJSON ¶ added in v0.2.0
func (msg *Job_ConfigSyncResult) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Job_DataSource) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Job_DataSource) UnmarshalJSON ¶ added in v0.2.0
func (msg *Job_DataSource) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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_DataSource_Ref ¶ added in v0.3.0
type Job_DataSource_Ref struct { // Types that are assignable to Ref: // *Job_DataSource_Ref_Unknown // *Job_DataSource_Ref_Git Ref isJob_DataSource_Ref_Ref `protobuf_oneof:"ref"` // contains filtered or unexported fields }
Ref is a reference to the exact set of data used by a data source.
func (*Job_DataSource_Ref) Descriptor
deprecated
added in
v0.3.0
func (*Job_DataSource_Ref) Descriptor() ([]byte, []int)
Deprecated: Use Job_DataSource_Ref.ProtoReflect.Descriptor instead.
func (*Job_DataSource_Ref) GetGit ¶ added in v0.3.0
func (x *Job_DataSource_Ref) GetGit() *Job_Git_Ref
func (*Job_DataSource_Ref) GetRef ¶ added in v0.3.0
func (m *Job_DataSource_Ref) GetRef() isJob_DataSource_Ref_Ref
func (*Job_DataSource_Ref) GetUnknown ¶ added in v0.3.0
func (x *Job_DataSource_Ref) GetUnknown() *empty.Empty
func (*Job_DataSource_Ref) MarshalJSON ¶ added in v0.3.0
func (msg *Job_DataSource_Ref) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_DataSource_Ref) ProtoMessage ¶ added in v0.3.0
func (*Job_DataSource_Ref) ProtoMessage()
func (*Job_DataSource_Ref) ProtoReflect ¶ added in v0.3.0
func (x *Job_DataSource_Ref) ProtoReflect() protoreflect.Message
func (*Job_DataSource_Ref) Reset ¶ added in v0.3.0
func (x *Job_DataSource_Ref) Reset()
func (*Job_DataSource_Ref) String ¶ added in v0.3.0
func (x *Job_DataSource_Ref) String() string
func (*Job_DataSource_Ref) UnmarshalJSON ¶ added in v0.3.0
func (msg *Job_DataSource_Ref) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_DataSource_Ref_Git ¶ added in v0.3.0
type Job_DataSource_Ref_Git struct { // git commit Git *Job_Git_Ref `protobuf:"bytes,2,opt,name=git,proto3,oneof"` }
type Job_DataSource_Ref_Unknown ¶ added in v0.3.0
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) MarshalJSON ¶ added in v0.2.0
func (msg *Job_DeployOp) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Job_DeployOp) UnmarshalJSON ¶ added in v0.2.0
func (msg *Job_DeployOp) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Job_DeployResult) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Job_DeployResult) UnmarshalJSON ¶ added in v0.2.0
func (msg *Job_DeployResult) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Job_DestroyOp) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Job_DestroyOp) UnmarshalJSON ¶ added in v0.2.0
func (msg *Job_DestroyOp) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Job_DocsOp) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Job_DocsOp) UnmarshalJSON ¶ added in v0.2.0
func (msg *Job_DocsOp) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Job_DocsResult) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Job_DocsResult) UnmarshalJSON ¶ added in v0.2.0
func (msg *Job_DocsResult) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Job_DocsResult_Result) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Job_DocsResult_Result) UnmarshalJSON ¶ added in v0.2.0
func (msg *Job_DocsResult_Result) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_Exec ¶ added in v0.3.0
type Job_Exec struct {
Exec *Job_ExecOp `protobuf:"bytes,60,opt,name=exec,proto3,oneof"`
}
type Job_ExecOp ¶ added in v0.3.0
type Job_ExecOp struct { // Id to assign the virtual instance created InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` // The deployment to create the exec session context. Ie, what // application code will be available within the exec session. Deployment *Deployment `protobuf:"bytes,2,opt,name=deployment,proto3" json:"deployment,omitempty"` // contains filtered or unexported fields }
Used to start a platform's exec function within a runner. This is only used there are no long running instances for a deployment and can fail if the platform plugin does not provide an exec function.
func (*Job_ExecOp) Descriptor
deprecated
added in
v0.3.0
func (*Job_ExecOp) Descriptor() ([]byte, []int)
Deprecated: Use Job_ExecOp.ProtoReflect.Descriptor instead.
func (*Job_ExecOp) GetDeployment ¶ added in v0.3.0
func (x *Job_ExecOp) GetDeployment() *Deployment
func (*Job_ExecOp) GetInstanceId ¶ added in v0.3.0
func (x *Job_ExecOp) GetInstanceId() string
func (*Job_ExecOp) MarshalJSON ¶ added in v0.3.0
func (msg *Job_ExecOp) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_ExecOp) ProtoMessage ¶ added in v0.3.0
func (*Job_ExecOp) ProtoMessage()
func (*Job_ExecOp) ProtoReflect ¶ added in v0.3.0
func (x *Job_ExecOp) ProtoReflect() protoreflect.Message
func (*Job_ExecOp) Reset ¶ added in v0.3.0
func (x *Job_ExecOp) Reset()
func (*Job_ExecOp) String ¶ added in v0.3.0
func (x *Job_ExecOp) String() string
func (*Job_ExecOp) UnmarshalJSON ¶ added in v0.3.0
func (msg *Job_ExecOp) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_ExecResult ¶ added in v0.3.0
type Job_ExecResult struct {
// contains filtered or unexported fields
}
func (*Job_ExecResult) Descriptor
deprecated
added in
v0.3.0
func (*Job_ExecResult) Descriptor() ([]byte, []int)
Deprecated: Use Job_ExecResult.ProtoReflect.Descriptor instead.
func (*Job_ExecResult) MarshalJSON ¶ added in v0.3.0
func (msg *Job_ExecResult) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_ExecResult) ProtoMessage ¶ added in v0.3.0
func (*Job_ExecResult) ProtoMessage()
func (*Job_ExecResult) ProtoReflect ¶ added in v0.3.0
func (x *Job_ExecResult) ProtoReflect() protoreflect.Message
func (*Job_ExecResult) Reset ¶ added in v0.3.0
func (x *Job_ExecResult) Reset()
func (*Job_ExecResult) String ¶ added in v0.3.0
func (x *Job_ExecResult) String() string
func (*Job_ExecResult) UnmarshalJSON ¶ added in v0.3.0
func (msg *Job_ExecResult) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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"` // auth is the auth mechanism to use for this data source. This is optional. // If this isn't set, then the data source will attempt to clone // without setting any explicit auth. This usually picks up machine // settings like ssh config files and so on if they exist. // // Note that any auth settings set here are stored in the server and // may NOT be encrypted. If you want increased security, we recommend // using auth baked into the machine running Waypoint. // // Types that are assignable to Auth: // *Job_Git_Basic_ // *Job_Git_Ssh Auth isJob_Git_Auth `protobuf_oneof:"auth"` // contains filtered or unexported fields }
func (*Job_Git) Descriptor
deprecated
func (*Job_Git) GetBasic ¶ added in v0.3.0
func (x *Job_Git) GetBasic() *Job_Git_Basic
func (*Job_Git) GetSsh ¶ added in v0.3.0
func (x *Job_Git) GetSsh() *Job_Git_SSH
func (*Job_Git) MarshalJSON ¶ added in v0.2.0
MarshalJSON implements json.Marshaler
func (*Job_Git) ProtoMessage ¶
func (*Job_Git) ProtoMessage()
func (*Job_Git) ProtoReflect ¶
func (x *Job_Git) ProtoReflect() protoreflect.Message
func (*Job_Git) UnmarshalJSON ¶ added in v0.2.0
UnmarshalJSON implements json.Unmarshaler
type Job_Git_Basic ¶ added in v0.3.0
type Job_Git_Basic struct { // username for authentication. If using access token based auth // for something like GitHub, this can be any non-empty string. Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` // password for authentication. If using access token based auth // for GitHub, this should be the access token. Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` // contains filtered or unexported fields }
Basic auth
func (*Job_Git_Basic) Descriptor
deprecated
added in
v0.3.0
func (*Job_Git_Basic) Descriptor() ([]byte, []int)
Deprecated: Use Job_Git_Basic.ProtoReflect.Descriptor instead.
func (*Job_Git_Basic) GetPassword ¶ added in v0.3.0
func (x *Job_Git_Basic) GetPassword() string
func (*Job_Git_Basic) GetUsername ¶ added in v0.3.0
func (x *Job_Git_Basic) GetUsername() string
func (*Job_Git_Basic) MarshalJSON ¶ added in v0.3.0
func (msg *Job_Git_Basic) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_Git_Basic) ProtoMessage ¶ added in v0.3.0
func (*Job_Git_Basic) ProtoMessage()
func (*Job_Git_Basic) ProtoReflect ¶ added in v0.3.0
func (x *Job_Git_Basic) ProtoReflect() protoreflect.Message
func (*Job_Git_Basic) Reset ¶ added in v0.3.0
func (x *Job_Git_Basic) Reset()
func (*Job_Git_Basic) String ¶ added in v0.3.0
func (x *Job_Git_Basic) String() string
func (*Job_Git_Basic) UnmarshalJSON ¶ added in v0.3.0
func (msg *Job_Git_Basic) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_Git_Basic_ ¶ added in v0.3.0
type Job_Git_Basic_ struct {
Basic *Job_Git_Basic `protobuf:"bytes,4,opt,name=basic,proto3,oneof"`
}
type Job_Git_Ref ¶ added in v0.3.0
type Job_Git_Ref struct { // commit is the full commit hash Commit string `protobuf:"bytes,1,opt,name=commit,proto3" json:"commit,omitempty"` // timestamp is the timestamp of the commit Timestamp *timestamp.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
Ref is used to populate DataSource.Ref
func (*Job_Git_Ref) Descriptor
deprecated
added in
v0.3.0
func (*Job_Git_Ref) Descriptor() ([]byte, []int)
Deprecated: Use Job_Git_Ref.ProtoReflect.Descriptor instead.
func (*Job_Git_Ref) GetCommit ¶ added in v0.3.0
func (x *Job_Git_Ref) GetCommit() string
func (*Job_Git_Ref) GetTimestamp ¶ added in v0.3.0
func (x *Job_Git_Ref) GetTimestamp() *timestamp.Timestamp
func (*Job_Git_Ref) MarshalJSON ¶ added in v0.3.0
func (msg *Job_Git_Ref) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_Git_Ref) ProtoMessage ¶ added in v0.3.0
func (*Job_Git_Ref) ProtoMessage()
func (*Job_Git_Ref) ProtoReflect ¶ added in v0.3.0
func (x *Job_Git_Ref) ProtoReflect() protoreflect.Message
func (*Job_Git_Ref) Reset ¶ added in v0.3.0
func (x *Job_Git_Ref) Reset()
func (*Job_Git_Ref) String ¶ added in v0.3.0
func (x *Job_Git_Ref) String() string
func (*Job_Git_Ref) UnmarshalJSON ¶ added in v0.3.0
func (msg *Job_Git_Ref) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_Git_SSH ¶ added in v0.3.0
type Job_Git_SSH struct { // private_key_pem is a PEM-encoded private key. PrivateKeyPem []byte `protobuf:"bytes,1,opt,name=private_key_pem,json=privateKeyPem,proto3" json:"private_key_pem,omitempty"` // password is an optional password for decoding the private key. Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` // user is the SSH user to use when cloning. This will default to // "git" if not specified. User string `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
SSH private key auth
func (*Job_Git_SSH) Descriptor
deprecated
added in
v0.3.0
func (*Job_Git_SSH) Descriptor() ([]byte, []int)
Deprecated: Use Job_Git_SSH.ProtoReflect.Descriptor instead.
func (*Job_Git_SSH) GetPassword ¶ added in v0.3.0
func (x *Job_Git_SSH) GetPassword() string
func (*Job_Git_SSH) GetPrivateKeyPem ¶ added in v0.3.0
func (x *Job_Git_SSH) GetPrivateKeyPem() []byte
func (*Job_Git_SSH) GetUser ¶ added in v0.3.0
func (x *Job_Git_SSH) GetUser() string
func (*Job_Git_SSH) MarshalJSON ¶ added in v0.3.0
func (msg *Job_Git_SSH) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_Git_SSH) ProtoMessage ¶ added in v0.3.0
func (*Job_Git_SSH) ProtoMessage()
func (*Job_Git_SSH) ProtoReflect ¶ added in v0.3.0
func (x *Job_Git_SSH) ProtoReflect() protoreflect.Message
func (*Job_Git_SSH) Reset ¶ added in v0.3.0
func (x *Job_Git_SSH) Reset()
func (*Job_Git_SSH) String ¶ added in v0.3.0
func (x *Job_Git_SSH) String() string
func (*Job_Git_SSH) UnmarshalJSON ¶ added in v0.3.0
func (msg *Job_Git_SSH) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_Git_Ssh ¶ added in v0.3.0
type Job_Git_Ssh struct {
Ssh *Job_Git_SSH `protobuf:"bytes,5,opt,name=ssh,proto3,oneof"`
}
type Job_Local ¶
type Job_Local struct {
// contains filtered or unexported fields
}
func (*Job_Local) Descriptor
deprecated
func (*Job_Local) MarshalJSON ¶ added in v0.2.0
MarshalJSON implements json.Marshaler
func (*Job_Local) ProtoMessage ¶
func (*Job_Local) ProtoMessage()
func (*Job_Local) ProtoReflect ¶
func (x *Job_Local) ProtoReflect() protoreflect.Message
func (*Job_Local) UnmarshalJSON ¶ added in v0.2.0
UnmarshalJSON implements json.Unmarshaler
type Job_Logs ¶ added in v0.3.0
type Job_Logs struct {
Logs *Job_LogsOp `protobuf:"bytes,62,opt,name=logs,proto3,oneof"`
}
type Job_LogsOp ¶ added in v0.3.0
type Job_LogsOp struct { // Id to assign the virtual instance created InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` // The deployment to create the exec session context. Ie, what // application code will be available within the exec session. Deployment *Deployment `protobuf:"bytes,2,opt,name=deployment,proto3" json:"deployment,omitempty"` // Indicates the time horizon that log entries must be beyond for them // to be emitted. StartTime *timestamp.Timestamp `protobuf:"bytes,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` // The maximum of log entries to be output. Limit int32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"` // contains filtered or unexported fields }
Used to start a platform's log function within a runner. API users interested in viewing logs should use the GetLogStream API. This is only meant for implementing custom log handling by plugins.
func (*Job_LogsOp) Descriptor
deprecated
added in
v0.3.0
func (*Job_LogsOp) Descriptor() ([]byte, []int)
Deprecated: Use Job_LogsOp.ProtoReflect.Descriptor instead.
func (*Job_LogsOp) GetDeployment ¶ added in v0.3.0
func (x *Job_LogsOp) GetDeployment() *Deployment
func (*Job_LogsOp) GetInstanceId ¶ added in v0.3.0
func (x *Job_LogsOp) GetInstanceId() string
func (*Job_LogsOp) GetLimit ¶ added in v0.3.0
func (x *Job_LogsOp) GetLimit() int32
func (*Job_LogsOp) GetStartTime ¶ added in v0.3.0
func (x *Job_LogsOp) GetStartTime() *timestamp.Timestamp
func (*Job_LogsOp) MarshalJSON ¶ added in v0.3.0
func (msg *Job_LogsOp) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_LogsOp) ProtoMessage ¶ added in v0.3.0
func (*Job_LogsOp) ProtoMessage()
func (*Job_LogsOp) ProtoReflect ¶ added in v0.3.0
func (x *Job_LogsOp) ProtoReflect() protoreflect.Message
func (*Job_LogsOp) Reset ¶ added in v0.3.0
func (x *Job_LogsOp) Reset()
func (*Job_LogsOp) String ¶ added in v0.3.0
func (x *Job_LogsOp) String() string
func (*Job_LogsOp) UnmarshalJSON ¶ added in v0.3.0
func (msg *Job_LogsOp) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
MarshalJSON implements json.Marshaler
func (*Job_Noop) ProtoMessage ¶
func (*Job_Noop) ProtoMessage()
func (*Job_Noop) ProtoReflect ¶
func (x *Job_Noop) ProtoReflect() protoreflect.Message
func (*Job_Noop) UnmarshalJSON ¶ added in v0.2.0
UnmarshalJSON implements json.Unmarshaler
type Job_Noop_ ¶
type Job_Noop_ struct {
Noop *Job_Noop `protobuf:"bytes,50,opt,name=noop,proto3,oneof"`
}
type Job_Poll ¶ added in v0.3.0
type Job_Poll struct {
Poll *Job_PollOp `protobuf:"bytes,64,opt,name=poll,proto3,oneof"`
}
type Job_PollOp ¶ added in v0.3.0
type Job_PollOp struct {
// contains filtered or unexported fields
}
PollOp triggers a poll action for a project. The job will fail if there is no data source configured for the project.
A poll operation can be queued even if a project has polling disabled. If a project has polling enabled, a manually queued poll operation will have no effect on the poll timer or intervals.
func (*Job_PollOp) Descriptor
deprecated
added in
v0.3.0
func (*Job_PollOp) Descriptor() ([]byte, []int)
Deprecated: Use Job_PollOp.ProtoReflect.Descriptor instead.
func (*Job_PollOp) MarshalJSON ¶ added in v0.3.0
func (msg *Job_PollOp) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_PollOp) ProtoMessage ¶ added in v0.3.0
func (*Job_PollOp) ProtoMessage()
func (*Job_PollOp) ProtoReflect ¶ added in v0.3.0
func (x *Job_PollOp) ProtoReflect() protoreflect.Message
func (*Job_PollOp) Reset ¶ added in v0.3.0
func (x *Job_PollOp) Reset()
func (*Job_PollOp) String ¶ added in v0.3.0
func (x *Job_PollOp) String() string
func (*Job_PollOp) UnmarshalJSON ¶ added in v0.3.0
func (msg *Job_PollOp) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_PollResult ¶ added in v0.3.0
type Job_PollResult struct { // This field will be non-empty if and only if polling resulted in // new data that needs to be deployed. This will be the ID of the job // that queues the "up" operation. JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` // If the poll resulted in new data, old_ref and new_ref will contain // the two refs that were currently in use. These are nil if the polling // didn't find new data. OldRef *Job_DataSource_Ref `protobuf:"bytes,2,opt,name=old_ref,json=oldRef,proto3" json:"old_ref,omitempty"` NewRef *Job_DataSource_Ref `protobuf:"bytes,3,opt,name=new_ref,json=newRef,proto3" json:"new_ref,omitempty"` // contains filtered or unexported fields }
func (*Job_PollResult) Descriptor
deprecated
added in
v0.3.0
func (*Job_PollResult) Descriptor() ([]byte, []int)
Deprecated: Use Job_PollResult.ProtoReflect.Descriptor instead.
func (*Job_PollResult) GetJobId ¶ added in v0.3.0
func (x *Job_PollResult) GetJobId() string
func (*Job_PollResult) GetNewRef ¶ added in v0.3.0
func (x *Job_PollResult) GetNewRef() *Job_DataSource_Ref
func (*Job_PollResult) GetOldRef ¶ added in v0.3.0
func (x *Job_PollResult) GetOldRef() *Job_DataSource_Ref
func (*Job_PollResult) MarshalJSON ¶ added in v0.3.0
func (msg *Job_PollResult) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_PollResult) ProtoMessage ¶ added in v0.3.0
func (*Job_PollResult) ProtoMessage()
func (*Job_PollResult) ProtoReflect ¶ added in v0.3.0
func (x *Job_PollResult) ProtoReflect() protoreflect.Message
func (*Job_PollResult) Reset ¶ added in v0.3.0
func (x *Job_PollResult) Reset()
func (*Job_PollResult) String ¶ added in v0.3.0
func (x *Job_PollResult) String() string
func (*Job_PollResult) UnmarshalJSON ¶ added in v0.3.0
func (msg *Job_PollResult) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Job_PushOp) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Job_PushOp) UnmarshalJSON ¶ added in v0.2.0
func (msg *Job_PushOp) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Job_PushResult) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Job_PushResult) UnmarshalJSON ¶ added in v0.2.0
func (msg *Job_PushResult) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_QueueProject ¶ added in v0.3.0
type Job_QueueProject struct {
QueueProject *Job_QueueProjectOp `protobuf:"bytes,63,opt,name=queue_project,json=queueProject,proto3,oneof"`
}
type Job_QueueProjectOp ¶ added in v0.3.0
type Job_QueueProjectOp struct { // The template for the job to queue for each application. The "application" // field will be overwritten for each application. All other fields are // untouched. JobTemplate *Job `protobuf:"bytes,1,opt,name=job_template,json=jobTemplate,proto3" json:"job_template,omitempty"` // contains filtered or unexported fields }
QueueProjectOp queues a job for all applications in a project. The applications queued may not directly align with what can be found in ListProjects because the application list will be based on the config and not the database.
func (*Job_QueueProjectOp) Descriptor
deprecated
added in
v0.3.0
func (*Job_QueueProjectOp) Descriptor() ([]byte, []int)
Deprecated: Use Job_QueueProjectOp.ProtoReflect.Descriptor instead.
func (*Job_QueueProjectOp) GetJobTemplate ¶ added in v0.3.0
func (x *Job_QueueProjectOp) GetJobTemplate() *Job
func (*Job_QueueProjectOp) MarshalJSON ¶ added in v0.3.0
func (msg *Job_QueueProjectOp) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_QueueProjectOp) ProtoMessage ¶ added in v0.3.0
func (*Job_QueueProjectOp) ProtoMessage()
func (*Job_QueueProjectOp) ProtoReflect ¶ added in v0.3.0
func (x *Job_QueueProjectOp) ProtoReflect() protoreflect.Message
func (*Job_QueueProjectOp) Reset ¶ added in v0.3.0
func (x *Job_QueueProjectOp) Reset()
func (*Job_QueueProjectOp) String ¶ added in v0.3.0
func (x *Job_QueueProjectOp) String() string
func (*Job_QueueProjectOp) UnmarshalJSON ¶ added in v0.3.0
func (msg *Job_QueueProjectOp) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_QueueProjectResult ¶ added in v0.3.0
type Job_QueueProjectResult struct { // All applications that had jobs queued. This may be empty even if the // job was a success. If this is empty, it means that no applications were // found to have jobs queued. Applications []*Job_QueueProjectResult_Application `protobuf:"bytes,1,rep,name=applications,proto3" json:"applications,omitempty"` // contains filtered or unexported fields }
func (*Job_QueueProjectResult) Descriptor
deprecated
added in
v0.3.0
func (*Job_QueueProjectResult) Descriptor() ([]byte, []int)
Deprecated: Use Job_QueueProjectResult.ProtoReflect.Descriptor instead.
func (*Job_QueueProjectResult) GetApplications ¶ added in v0.3.0
func (x *Job_QueueProjectResult) GetApplications() []*Job_QueueProjectResult_Application
func (*Job_QueueProjectResult) MarshalJSON ¶ added in v0.3.0
func (msg *Job_QueueProjectResult) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_QueueProjectResult) ProtoMessage ¶ added in v0.3.0
func (*Job_QueueProjectResult) ProtoMessage()
func (*Job_QueueProjectResult) ProtoReflect ¶ added in v0.3.0
func (x *Job_QueueProjectResult) ProtoReflect() protoreflect.Message
func (*Job_QueueProjectResult) Reset ¶ added in v0.3.0
func (x *Job_QueueProjectResult) Reset()
func (*Job_QueueProjectResult) String ¶ added in v0.3.0
func (x *Job_QueueProjectResult) String() string
func (*Job_QueueProjectResult) UnmarshalJSON ¶ added in v0.3.0
func (msg *Job_QueueProjectResult) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_QueueProjectResult_Application ¶ added in v0.3.0
type Job_QueueProjectResult_Application struct { // Application that was queued. Application *Ref_Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` // ID of the job that was queued. JobId string `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` // contains filtered or unexported fields }
func (*Job_QueueProjectResult_Application) Descriptor
deprecated
added in
v0.3.0
func (*Job_QueueProjectResult_Application) Descriptor() ([]byte, []int)
Deprecated: Use Job_QueueProjectResult_Application.ProtoReflect.Descriptor instead.
func (*Job_QueueProjectResult_Application) GetApplication ¶ added in v0.3.0
func (x *Job_QueueProjectResult_Application) GetApplication() *Ref_Application
func (*Job_QueueProjectResult_Application) GetJobId ¶ added in v0.3.0
func (x *Job_QueueProjectResult_Application) GetJobId() string
func (*Job_QueueProjectResult_Application) MarshalJSON ¶ added in v0.3.0
func (msg *Job_QueueProjectResult_Application) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_QueueProjectResult_Application) ProtoMessage ¶ added in v0.3.0
func (*Job_QueueProjectResult_Application) ProtoMessage()
func (*Job_QueueProjectResult_Application) ProtoReflect ¶ added in v0.3.0
func (x *Job_QueueProjectResult_Application) ProtoReflect() protoreflect.Message
func (*Job_QueueProjectResult_Application) Reset ¶ added in v0.3.0
func (x *Job_QueueProjectResult_Application) Reset()
func (*Job_QueueProjectResult_Application) String ¶ added in v0.3.0
func (x *Job_QueueProjectResult_Application) String() string
func (*Job_QueueProjectResult_Application) UnmarshalJSON ¶ added in v0.3.0
func (msg *Job_QueueProjectResult_Application) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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. Prune bool `protobuf:"varint,2,opt,name=prune,proto3" json:"prune,omitempty"` // This sets the number of unreleased deployments to retain when pruning. // This only has an effect if "prune_retain_override" is true. If that // is false, then pruning uses the default behavior (retain 2). PruneRetain int32 `protobuf:"varint,3,opt,name=prune_retain,json=pruneRetain,proto3" json:"prune_retain,omitempty"` PruneRetainOverride bool `protobuf:"varint,4,opt,name=prune_retain_override,json=pruneRetainOverride,proto3" json:"prune_retain_override,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) GetPruneRetain ¶ added in v0.3.0
func (x *Job_ReleaseOp) GetPruneRetain() int32
func (*Job_ReleaseOp) GetPruneRetainOverride ¶ added in v0.3.0
func (x *Job_ReleaseOp) GetPruneRetainOverride() bool
func (*Job_ReleaseOp) MarshalJSON ¶ added in v0.2.0
func (msg *Job_ReleaseOp) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Job_ReleaseOp) UnmarshalJSON ¶ added in v0.2.0
func (msg *Job_ReleaseOp) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_ReleaseResult ¶
type Job_ReleaseResult struct { // The release that was just created. If the release operation was a noop, // for example if the target deployment shares a generation with the // previously released deployment, then this may be an existing release. // Callers can verify by checking if the target deployment changed // or not. 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) MarshalJSON ¶ added in v0.2.0
func (msg *Job_ReleaseResult) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Job_ReleaseResult) UnmarshalJSON ¶ added in v0.2.0
func (msg *Job_ReleaseResult) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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"` ConfigSync *Job_ConfigSyncResult `protobuf:"bytes,8,opt,name=config_sync,json=configSync,proto3" json:"config_sync,omitempty"` Up *Job_UpResult `protobuf:"bytes,9,opt,name=up,proto3" json:"up,omitempty"` QueueProject *Job_QueueProjectResult `protobuf:"bytes,10,opt,name=queue_project,json=queueProject,proto3" json:"queue_project,omitempty"` Poll *Job_PollResult `protobuf:"bytes,11,opt,name=poll,proto3" json:"poll,omitempty"` StatusReport *Job_StatusReportResult `protobuf:"bytes,12,opt,name=status_report,json=statusReport,proto3" json:"status_report,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) GetConfigSync ¶ added in v0.2.0
func (x *Job_Result) GetConfigSync() *Job_ConfigSyncResult
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) GetPoll ¶ added in v0.3.0
func (x *Job_Result) GetPoll() *Job_PollResult
func (*Job_Result) GetPush ¶
func (x *Job_Result) GetPush() *Job_PushResult
func (*Job_Result) GetQueueProject ¶ added in v0.3.0
func (x *Job_Result) GetQueueProject() *Job_QueueProjectResult
func (*Job_Result) GetRelease ¶
func (x *Job_Result) GetRelease() *Job_ReleaseResult
func (*Job_Result) GetStatusReport ¶ added in v0.4.0
func (x *Job_Result) GetStatusReport() *Job_StatusReportResult
func (*Job_Result) GetUp ¶ added in v0.3.0
func (x *Job_Result) GetUp() *Job_UpResult
func (*Job_Result) GetValidate ¶
func (x *Job_Result) GetValidate() *Job_ValidateResult
func (*Job_Result) MarshalJSON ¶ added in v0.2.0
func (msg *Job_Result) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Job_Result) UnmarshalJSON ¶ added in v0.2.0
func (msg *Job_Result) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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_StatusReport ¶ added in v0.4.0
type Job_StatusReport struct {
StatusReport *Job_StatusReportOp `protobuf:"bytes,65,opt,name=status_report,json=statusReport,proto3,oneof"`
}
type Job_StatusReportOp ¶ added in v0.4.0
type Job_StatusReportOp struct { // Types that are assignable to Target: // *Job_StatusReportOp_Deployment // *Job_StatusReportOp_Release Target isJob_StatusReportOp_Target `protobuf_oneof:"target"` // contains filtered or unexported fields }
func (*Job_StatusReportOp) Descriptor
deprecated
added in
v0.4.0
func (*Job_StatusReportOp) Descriptor() ([]byte, []int)
Deprecated: Use Job_StatusReportOp.ProtoReflect.Descriptor instead.
func (*Job_StatusReportOp) GetDeployment ¶ added in v0.4.0
func (x *Job_StatusReportOp) GetDeployment() *Deployment
func (*Job_StatusReportOp) GetRelease ¶ added in v0.4.0
func (x *Job_StatusReportOp) GetRelease() *Release
func (*Job_StatusReportOp) GetTarget ¶ added in v0.4.0
func (m *Job_StatusReportOp) GetTarget() isJob_StatusReportOp_Target
func (*Job_StatusReportOp) MarshalJSON ¶ added in v0.4.0
func (msg *Job_StatusReportOp) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_StatusReportOp) ProtoMessage ¶ added in v0.4.0
func (*Job_StatusReportOp) ProtoMessage()
func (*Job_StatusReportOp) ProtoReflect ¶ added in v0.4.0
func (x *Job_StatusReportOp) ProtoReflect() protoreflect.Message
func (*Job_StatusReportOp) Reset ¶ added in v0.4.0
func (x *Job_StatusReportOp) Reset()
func (*Job_StatusReportOp) String ¶ added in v0.4.0
func (x *Job_StatusReportOp) String() string
func (*Job_StatusReportOp) UnmarshalJSON ¶ added in v0.4.0
func (msg *Job_StatusReportOp) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_StatusReportOp_Deployment ¶ added in v0.4.0
type Job_StatusReportOp_Deployment struct { // The deployment that should be associated with this status report // operation Deployment *Deployment `protobuf:"bytes,1,opt,name=deployment,proto3,oneof"` }
type Job_StatusReportOp_Release ¶ added in v0.4.0
type Job_StatusReportOp_Release struct { // The release that should be associated with this status report // operation Release *Release `protobuf:"bytes,2,opt,name=release,proto3,oneof"` }
type Job_StatusReportResult ¶ added in v0.4.0
type Job_StatusReportResult struct { // The status report that was just created StatusReport *StatusReport `protobuf:"bytes,1,opt,name=status_report,json=statusReport,proto3" json:"status_report,omitempty"` // contains filtered or unexported fields }
func (*Job_StatusReportResult) Descriptor
deprecated
added in
v0.4.0
func (*Job_StatusReportResult) Descriptor() ([]byte, []int)
Deprecated: Use Job_StatusReportResult.ProtoReflect.Descriptor instead.
func (*Job_StatusReportResult) GetStatusReport ¶ added in v0.4.0
func (x *Job_StatusReportResult) GetStatusReport() *StatusReport
func (*Job_StatusReportResult) MarshalJSON ¶ added in v0.4.0
func (msg *Job_StatusReportResult) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_StatusReportResult) ProtoMessage ¶ added in v0.4.0
func (*Job_StatusReportResult) ProtoMessage()
func (*Job_StatusReportResult) ProtoReflect ¶ added in v0.4.0
func (x *Job_StatusReportResult) ProtoReflect() protoreflect.Message
func (*Job_StatusReportResult) Reset ¶ added in v0.4.0
func (x *Job_StatusReportResult) Reset()
func (*Job_StatusReportResult) String ¶ added in v0.4.0
func (x *Job_StatusReportResult) String() string
func (*Job_StatusReportResult) UnmarshalJSON ¶ added in v0.4.0
func (msg *Job_StatusReportResult) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_Up ¶ added in v0.3.0
type Job_Up struct {
Up *Job_UpOp `protobuf:"bytes,61,opt,name=up,proto3,oneof"`
}
type Job_UpOp ¶ added in v0.3.0
type Job_UpOp struct { // Options for the release stage. The "deployment" field in this will // be ignored since we'll always use the deployment from the deploy // step in Up. Release *Job_ReleaseOp `protobuf:"bytes,1,opt,name=release,proto3" json:"release,omitempty"` // contains filtered or unexported fields }
UpOp runs the "waypoint up" logic: it does a build (with push), deploy, and release all in one. The results for each child operation will be set directly on the Release message (i.e. "build" will be populated in addition to "up").
func (*Job_UpOp) Descriptor
deprecated
added in
v0.3.0
func (*Job_UpOp) GetRelease ¶ added in v0.3.0
func (x *Job_UpOp) GetRelease() *Job_ReleaseOp
func (*Job_UpOp) MarshalJSON ¶ added in v0.3.0
MarshalJSON implements json.Marshaler
func (*Job_UpOp) ProtoMessage ¶ added in v0.3.0
func (*Job_UpOp) ProtoMessage()
func (*Job_UpOp) ProtoReflect ¶ added in v0.3.0
func (x *Job_UpOp) ProtoReflect() protoreflect.Message
func (*Job_UpOp) UnmarshalJSON ¶ added in v0.3.0
UnmarshalJSON implements json.Unmarshaler
type Job_UpResult ¶ added in v0.3.0
type Job_UpResult struct { // release_url is the equivalent of Release.Url. This is the URL that // the release plugin generates directly from the platform. For example, // on AWS this might be an ALB addr, on K8S this might be a load balancer // addr, etc. // // This can be empty if the release plugin does not support getting a URL. ReleaseUrl string `protobuf:"bytes,1,opt,name=release_url,json=releaseUrl,proto3" json:"release_url,omitempty"` // app_url is the HashiCorp URL service URL for the entire application. // Example: mistakenly-crucial-malamute.waypoint.run. If there are multiple // hostnames registered for the application, this always picks the first one. // // This can be blank if the URL service is disabled or errored. AppUrl string `protobuf:"bytes,2,opt,name=app_url,json=appUrl,proto3" json:"app_url,omitempty"` // deploy_url is the HashiCorp URL service URL for this specific deploy. // Example: mistakenly-crucial-malamute--v1.waypoint.run. Similar to app_url, // if there are multiple registered hostnames for the application, this // always picks the first one. // // This can be blank if the URL service is disabled or errored. DeployUrl string `protobuf:"bytes,3,opt,name=deploy_url,json=deployUrl,proto3" json:"deploy_url,omitempty"` // contains filtered or unexported fields }
UpResult is the result of an UpOp. Because "up" calls other operations, the Result message will set the build, deploy, push, and release results.
func (*Job_UpResult) Descriptor
deprecated
added in
v0.3.0
func (*Job_UpResult) Descriptor() ([]byte, []int)
Deprecated: Use Job_UpResult.ProtoReflect.Descriptor instead.
func (*Job_UpResult) GetAppUrl ¶ added in v0.3.0
func (x *Job_UpResult) GetAppUrl() string
func (*Job_UpResult) GetDeployUrl ¶ added in v0.3.0
func (x *Job_UpResult) GetDeployUrl() string
func (*Job_UpResult) GetReleaseUrl ¶ added in v0.3.0
func (x *Job_UpResult) GetReleaseUrl() string
func (*Job_UpResult) MarshalJSON ¶ added in v0.3.0
func (msg *Job_UpResult) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_UpResult) ProtoMessage ¶ added in v0.3.0
func (*Job_UpResult) ProtoMessage()
func (*Job_UpResult) ProtoReflect ¶ added in v0.3.0
func (x *Job_UpResult) ProtoReflect() protoreflect.Message
func (*Job_UpResult) Reset ¶ added in v0.3.0
func (x *Job_UpResult) Reset()
func (*Job_UpResult) String ¶ added in v0.3.0
func (x *Job_UpResult) String() string
func (*Job_UpResult) UnmarshalJSON ¶ added in v0.3.0
func (msg *Job_UpResult) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Job_ValidateOp) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Job_ValidateOp) UnmarshalJSON ¶ added in v0.2.0
func (msg *Job_ValidateOp) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Job_ValidateResult) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Job_ValidateResult) UnmarshalJSON ¶ added in v0.2.0
func (msg *Job_ValidateResult) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *ListBuildsRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ListBuildsRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *ListBuildsRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *ListBuildsResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ListBuildsResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *ListBuildsResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *ListDeploymentsRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ListDeploymentsRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *ListDeploymentsRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *ListDeploymentsResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ListDeploymentsResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *ListDeploymentsResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *ListHostnamesRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ListHostnamesRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *ListHostnamesRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *ListHostnamesResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ListHostnamesResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *ListHostnamesResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ListInstancesRequest ¶
type ListInstancesRequest struct { // Types that are assignable to Scope: // *ListInstancesRequest_DeploymentId // *ListInstancesRequest_Application_ Scope isListInstancesRequest_Scope `protobuf_oneof:"scope"` // Time to wait before retrying a request to connect to requested instance WaitTimeout string `protobuf:"bytes,3,opt,name=wait_timeout,json=waitTimeout,proto3" json:"wait_timeout,omitempty"` // 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) GetWaitTimeout ¶ added in v0.2.0
func (x *ListInstancesRequest) GetWaitTimeout() string
func (*ListInstancesRequest) MarshalJSON ¶ added in v0.2.0
func (msg *ListInstancesRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ListInstancesRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *ListInstancesRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *ListInstancesRequest_Application) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ListInstancesRequest_Application) UnmarshalJSON ¶ added in v0.2.0
func (msg *ListInstancesRequest_Application) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *ListInstancesResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ListInstancesResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *ListInstancesResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *ListJobsRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ListJobsRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *ListJobsRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *ListJobsResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ListJobsResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *ListJobsResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *ListProjectsResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ListProjectsResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *ListProjectsResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *ListPushedArtifactsRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ListPushedArtifactsRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *ListPushedArtifactsRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *ListPushedArtifactsResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ListPushedArtifactsResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *ListPushedArtifactsResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *ListReleasesRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ListReleasesRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *ListReleasesRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *ListReleasesResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ListReleasesResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *ListReleasesResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ListStatusReportsRequest ¶ added in v0.4.0
type ListStatusReportsRequest struct { // 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"` // 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"` // contains filtered or unexported fields }
func (*ListStatusReportsRequest) Descriptor
deprecated
added in
v0.4.0
func (*ListStatusReportsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListStatusReportsRequest.ProtoReflect.Descriptor instead.
func (*ListStatusReportsRequest) GetApplication ¶ added in v0.4.0
func (x *ListStatusReportsRequest) GetApplication() *Ref_Application
func (*ListStatusReportsRequest) GetOrder ¶ added in v0.4.0
func (x *ListStatusReportsRequest) GetOrder() *OperationOrder
func (*ListStatusReportsRequest) GetStatus ¶ added in v0.4.0
func (x *ListStatusReportsRequest) GetStatus() []*StatusFilter
func (*ListStatusReportsRequest) GetWorkspace ¶ added in v0.4.0
func (x *ListStatusReportsRequest) GetWorkspace() *Ref_Workspace
func (*ListStatusReportsRequest) MarshalJSON ¶ added in v0.4.0
func (msg *ListStatusReportsRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ListStatusReportsRequest) ProtoMessage ¶ added in v0.4.0
func (*ListStatusReportsRequest) ProtoMessage()
func (*ListStatusReportsRequest) ProtoReflect ¶ added in v0.4.0
func (x *ListStatusReportsRequest) ProtoReflect() protoreflect.Message
func (*ListStatusReportsRequest) Reset ¶ added in v0.4.0
func (x *ListStatusReportsRequest) Reset()
func (*ListStatusReportsRequest) String ¶ added in v0.4.0
func (x *ListStatusReportsRequest) String() string
func (*ListStatusReportsRequest) UnmarshalJSON ¶ added in v0.4.0
func (msg *ListStatusReportsRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ListStatusReportsResponse ¶ added in v0.4.0
type ListStatusReportsResponse struct { // For 0.4.0, there should only the one 'latest' status report StatusReports []*StatusReport `protobuf:"bytes,1,rep,name=status_reports,json=statusReports,proto3" json:"status_reports,omitempty"` // contains filtered or unexported fields }
func (*ListStatusReportsResponse) Descriptor
deprecated
added in
v0.4.0
func (*ListStatusReportsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListStatusReportsResponse.ProtoReflect.Descriptor instead.
func (*ListStatusReportsResponse) GetStatusReports ¶ added in v0.4.0
func (x *ListStatusReportsResponse) GetStatusReports() []*StatusReport
func (*ListStatusReportsResponse) MarshalJSON ¶ added in v0.4.0
func (msg *ListStatusReportsResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ListStatusReportsResponse) ProtoMessage ¶ added in v0.4.0
func (*ListStatusReportsResponse) ProtoMessage()
func (*ListStatusReportsResponse) ProtoReflect ¶ added in v0.4.0
func (x *ListStatusReportsResponse) ProtoReflect() protoreflect.Message
func (*ListStatusReportsResponse) Reset ¶ added in v0.4.0
func (x *ListStatusReportsResponse) Reset()
func (*ListStatusReportsResponse) String ¶ added in v0.4.0
func (x *ListStatusReportsResponse) String() string
func (*ListStatusReportsResponse) UnmarshalJSON ¶ added in v0.4.0
func (msg *ListStatusReportsResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ListWorkspacesRequest ¶ added in v0.4.0
type ListWorkspacesRequest struct { // scope of the workspaces to list. If this isn't set, it defaults to // "global" for backwards compatibility reasons. Note for that non-global // scopes, the workspaces returned may still contain other // projects/applications; the scopes guarantee that the workspaces // include the project/app/etc. in that scope, however. // // Types that are assignable to Scope: // *ListWorkspacesRequest_Global // *ListWorkspacesRequest_Project // *ListWorkspacesRequest_Application Scope isListWorkspacesRequest_Scope `protobuf_oneof:"scope"` // contains filtered or unexported fields }
func (*ListWorkspacesRequest) Descriptor
deprecated
added in
v0.4.0
func (*ListWorkspacesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListWorkspacesRequest.ProtoReflect.Descriptor instead.
func (*ListWorkspacesRequest) GetApplication ¶ added in v0.4.0
func (x *ListWorkspacesRequest) GetApplication() *Ref_Application
func (*ListWorkspacesRequest) GetGlobal ¶ added in v0.4.0
func (x *ListWorkspacesRequest) GetGlobal() *empty.Empty
func (*ListWorkspacesRequest) GetProject ¶ added in v0.4.0
func (x *ListWorkspacesRequest) GetProject() *Ref_Project
func (*ListWorkspacesRequest) GetScope ¶ added in v0.4.0
func (m *ListWorkspacesRequest) GetScope() isListWorkspacesRequest_Scope
func (*ListWorkspacesRequest) MarshalJSON ¶ added in v0.4.0
func (msg *ListWorkspacesRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ListWorkspacesRequest) ProtoMessage ¶ added in v0.4.0
func (*ListWorkspacesRequest) ProtoMessage()
func (*ListWorkspacesRequest) ProtoReflect ¶ added in v0.4.0
func (x *ListWorkspacesRequest) ProtoReflect() protoreflect.Message
func (*ListWorkspacesRequest) Reset ¶ added in v0.4.0
func (x *ListWorkspacesRequest) Reset()
func (*ListWorkspacesRequest) String ¶ added in v0.4.0
func (x *ListWorkspacesRequest) String() string
func (*ListWorkspacesRequest) UnmarshalJSON ¶ added in v0.4.0
func (msg *ListWorkspacesRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ListWorkspacesRequest_Application ¶ added in v0.4.0
type ListWorkspacesRequest_Application struct { // application lists all the workspaces in use by a specific application // in a project. Application *Ref_Application `protobuf:"bytes,3,opt,name=application,proto3,oneof"` }
type ListWorkspacesRequest_Global ¶ added in v0.4.0
type ListWorkspacesRequest_Project ¶ added in v0.4.0
type ListWorkspacesRequest_Project struct { // project lists all the workspaces in use by any applications in // a single project. A workspace returned here is used by 1 or more // applications in the project. Project *Ref_Project `protobuf:"bytes,2,opt,name=project,proto3,oneof"` }
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) MarshalJSON ¶ added in v0.2.0
func (msg *ListWorkspacesResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ListWorkspacesResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *ListWorkspacesResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
MarshalJSON implements json.Marshaler
func (*LogBatch) ProtoMessage ¶
func (*LogBatch) ProtoMessage()
func (*LogBatch) ProtoReflect ¶
func (x *LogBatch) ProtoReflect() protoreflect.Message
func (*LogBatch) UnmarshalJSON ¶ added in v0.2.0
UnmarshalJSON implements json.Unmarshaler
type LogBatch_Entry ¶
type LogBatch_Entry struct { Source LogBatch_Entry_Source `protobuf:"varint,3,opt,name=source,proto3,enum=hashicorp.waypoint.LogBatch_Entry_Source" json:"source,omitempty"` 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) GetSource ¶ added in v0.2.0
func (x *LogBatch_Entry) GetSource() LogBatch_Entry_Source
func (*LogBatch_Entry) GetTimestamp ¶
func (x *LogBatch_Entry) GetTimestamp() *timestamp.Timestamp
func (*LogBatch_Entry) MarshalJSON ¶ added in v0.2.0
func (msg *LogBatch_Entry) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*LogBatch_Entry) UnmarshalJSON ¶ added in v0.2.0
func (msg *LogBatch_Entry) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type LogBatch_Entry_Source ¶ added in v0.2.0
type LogBatch_Entry_Source int32
const ( // App is zero for backwards compatibility since Source was // added later this allows the default to just work. LogBatch_Entry_APP LogBatch_Entry_Source = 0 // Entrypoint logs. LogBatch_Entry_ENTRYPOINT LogBatch_Entry_Source = 1 )
func (LogBatch_Entry_Source) Descriptor ¶ added in v0.2.0
func (LogBatch_Entry_Source) Descriptor() protoreflect.EnumDescriptor
func (LogBatch_Entry_Source) Enum ¶ added in v0.2.0
func (x LogBatch_Entry_Source) Enum() *LogBatch_Entry_Source
func (LogBatch_Entry_Source) EnumDescriptor
deprecated
added in
v0.2.0
func (LogBatch_Entry_Source) EnumDescriptor() ([]byte, []int)
Deprecated: Use LogBatch_Entry_Source.Descriptor instead.
func (LogBatch_Entry_Source) Number ¶ added in v0.2.0
func (x LogBatch_Entry_Source) Number() protoreflect.EnumNumber
func (LogBatch_Entry_Source) String ¶ added in v0.2.0
func (x LogBatch_Entry_Source) String() string
func (LogBatch_Entry_Source) Type ¶ added in v0.2.0
func (LogBatch_Entry_Source) Type() protoreflect.EnumType
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) MarshalJSON ¶ added in v0.2.0
func (msg *NewTokenResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*NewTokenResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *NewTokenResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
MarshalJSON implements json.Marshaler
func (*Operation) ProtoMessage ¶
func (*Operation) ProtoMessage()
func (*Operation) ProtoReflect ¶
func (x *Operation) ProtoReflect() protoreflect.Message
func (*Operation) UnmarshalJSON ¶ added in v0.2.0
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *OperationOrder) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*OperationOrder) UnmarshalJSON ¶ added in v0.2.0
func (msg *OperationOrder) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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"` // Polling settings. Polling will trigger a "waypoint up" whenever a // new data is detected on the data source. For now, polling is only done // on the `default` workspace. A future version of Waypoint will expand // polling to other workspaces. // // Each polling event is tracked as a separate job. You can query the // poll operations and their success/failure by using the ListJobs API. DataSourcePoll *Project_Poll `protobuf:"bytes,7,opt,name=data_source_poll,json=dataSourcePoll,proto3" json:"data_source_poll,omitempty"` // The contents of a default waypoint.hcl file. This will be used ONLY IF // this project does not have a waypoint.hcl file when an operation is // executed. When this is used, local operations can't be run any more // since the CLI usually determines the project based on the waypoint.hcl // file. The CLI may still be used for remote operations by executing // i.e. waypoint up <project> WaypointHcl []byte `protobuf:"bytes,5,opt,name=waypoint_hcl,json=waypointHcl,proto3" json:"waypoint_hcl,omitempty"` WaypointHclFormat Project_Format `` /* 154-byte string literal not displayed */ // Indicates signal to be sent to any applications when their config files // change. FileChangeSignal string `protobuf:"bytes,8,opt,name=file_change_signal,json=fileChangeSignal,proto3" json:"file_change_signal,omitempty"` // NOTE: Variables are WIP and experimental; currently // these are not used, and don't do anything // WIP: Variable values stored on the server. These values are set in the UI. Variables []*Variable `protobuf:"bytes,9,rep,name=variables,proto3" json:"variables,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) GetDataSourcePoll ¶ added in v0.3.0
func (x *Project) GetDataSourcePoll() *Project_Poll
func (*Project) GetFileChangeSignal ¶ added in v0.4.0
func (*Project) GetRemoteEnabled ¶
func (*Project) GetVariables ¶ added in v0.4.0
func (*Project) GetWaypointHcl ¶ added in v0.3.0
func (*Project) GetWaypointHclFormat ¶ added in v0.3.0
func (x *Project) GetWaypointHclFormat() Project_Format
func (*Project) MarshalJSON ¶ added in v0.2.0
MarshalJSON implements json.Marshaler
func (*Project) ProtoMessage ¶
func (*Project) ProtoMessage()
func (*Project) ProtoReflect ¶
func (x *Project) ProtoReflect() protoreflect.Message
func (*Project) UnmarshalJSON ¶ added in v0.2.0
UnmarshalJSON implements json.Unmarshaler
type Project_Format ¶ added in v0.3.0
type Project_Format int32
const ( Project_HCL Project_Format = 0 // We assume HCL by default Project_JSON Project_Format = 1 )
func (Project_Format) Descriptor ¶ added in v0.3.0
func (Project_Format) Descriptor() protoreflect.EnumDescriptor
func (Project_Format) Enum ¶ added in v0.3.0
func (x Project_Format) Enum() *Project_Format
func (Project_Format) EnumDescriptor
deprecated
added in
v0.3.0
func (Project_Format) EnumDescriptor() ([]byte, []int)
Deprecated: Use Project_Format.Descriptor instead.
func (Project_Format) Number ¶ added in v0.3.0
func (x Project_Format) Number() protoreflect.EnumNumber
func (Project_Format) String ¶ added in v0.3.0
func (x Project_Format) String() string
func (Project_Format) Type ¶ added in v0.3.0
func (Project_Format) Type() protoreflect.EnumType
type Project_Poll ¶ added in v0.3.0
type Project_Poll struct { // enabled must be set to true to enable polling. Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` // interval is a duration string of how often to poll, such as "5s". // The server may enforce minimum values, in which case a value lower // than the minimum will be ignored. Interval string `protobuf:"bytes,2,opt,name=interval,proto3" json:"interval,omitempty"` // contains filtered or unexported fields }
func (*Project_Poll) Descriptor
deprecated
added in
v0.3.0
func (*Project_Poll) Descriptor() ([]byte, []int)
Deprecated: Use Project_Poll.ProtoReflect.Descriptor instead.
func (*Project_Poll) GetEnabled ¶ added in v0.3.0
func (x *Project_Poll) GetEnabled() bool
func (*Project_Poll) GetInterval ¶ added in v0.3.0
func (x *Project_Poll) GetInterval() string
func (*Project_Poll) MarshalJSON ¶ added in v0.3.0
func (msg *Project_Poll) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Project_Poll) ProtoMessage ¶ added in v0.3.0
func (*Project_Poll) ProtoMessage()
func (*Project_Poll) ProtoReflect ¶ added in v0.3.0
func (x *Project_Poll) ProtoReflect() protoreflect.Message
func (*Project_Poll) Reset ¶ added in v0.3.0
func (x *Project_Poll) Reset()
func (*Project_Poll) String ¶ added in v0.3.0
func (x *Project_Poll) String() string
func (*Project_Poll) UnmarshalJSON ¶ added in v0.3.0
func (msg *Project_Poll) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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 */ // template data for HCL variables and template functions, json-encoded TemplateData []byte `protobuf:"bytes,12,opt,name=template_data,json=templateData,proto3" json:"template_data,omitempty"` // 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) GetTemplateData ¶ added in v0.2.0
func (x *PushedArtifact) GetTemplateData() []byte
func (*PushedArtifact) GetWorkspace ¶
func (x *PushedArtifact) GetWorkspace() *Ref_Workspace
func (*PushedArtifact) MarshalJSON ¶ added in v0.2.0
func (msg *PushedArtifact) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*PushedArtifact) UnmarshalJSON ¶ added in v0.2.0
func (msg *PushedArtifact) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *QueueJobRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*QueueJobRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *QueueJobRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *QueueJobResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*QueueJobResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *QueueJobResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
MarshalJSON implements json.Marshaler
func (*Ref) ProtoMessage ¶
func (*Ref) ProtoMessage()
func (*Ref) ProtoReflect ¶
func (x *Ref) ProtoReflect() protoreflect.Message
func (*Ref) UnmarshalJSON ¶ added in v0.2.0
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Ref_Application) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Ref_Application) UnmarshalJSON ¶ added in v0.2.0
func (msg *Ref_Application) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Ref_Component) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Ref_Component) UnmarshalJSON ¶ added in v0.2.0
func (msg *Ref_Component) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Ref_Global ¶ added in v0.2.0
type Ref_Global struct {
// contains filtered or unexported fields
}
Global references the entire server. This is used in some APIs as a way to read/write values that are server-global.
func (*Ref_Global) Descriptor
deprecated
added in
v0.2.0
func (*Ref_Global) Descriptor() ([]byte, []int)
Deprecated: Use Ref_Global.ProtoReflect.Descriptor instead.
func (*Ref_Global) MarshalJSON ¶ added in v0.2.0
func (msg *Ref_Global) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Ref_Global) ProtoMessage ¶ added in v0.2.0
func (*Ref_Global) ProtoMessage()
func (*Ref_Global) ProtoReflect ¶ added in v0.2.0
func (x *Ref_Global) ProtoReflect() protoreflect.Message
func (*Ref_Global) Reset ¶ added in v0.2.0
func (x *Ref_Global) Reset()
func (*Ref_Global) String ¶ added in v0.2.0
func (x *Ref_Global) String() string
func (*Ref_Global) UnmarshalJSON ¶ added in v0.2.0
func (msg *Ref_Global) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Ref_Operation) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Ref_Operation) UnmarshalJSON ¶ added in v0.2.0
func (msg *Ref_Operation) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Ref_OperationSeq) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Ref_OperationSeq) UnmarshalJSON ¶ added in v0.2.0
func (msg *Ref_OperationSeq) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Ref_Project) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Ref_Project) UnmarshalJSON ¶ added in v0.2.0
func (msg *Ref_Project) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Ref_Runner) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Ref_Runner) UnmarshalJSON ¶ added in v0.2.0
func (msg *Ref_Runner) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Ref_RunnerAny) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Ref_RunnerAny) UnmarshalJSON ¶ added in v0.2.0
func (msg *Ref_RunnerAny) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Ref_RunnerId) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Ref_RunnerId) UnmarshalJSON ¶ added in v0.2.0
func (msg *Ref_RunnerId) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Ref_Workspace) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Ref_Workspace) UnmarshalJSON ¶ added in v0.2.0
func (msg *Ref_Workspace) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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 */ // template data for HCL variables and template functions, json-encoded TemplateData []byte `protobuf:"bytes,14,opt,name=template_data,json=templateData,proto3" json:"template_data,omitempty"` // 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) GetTemplateData ¶ added in v0.2.0
func (*Release) GetWorkspace ¶
func (x *Release) GetWorkspace() *Ref_Workspace
func (*Release) MarshalJSON ¶ added in v0.2.0
MarshalJSON implements json.Marshaler
func (*Release) ProtoMessage ¶
func (*Release) ProtoMessage()
func (*Release) ProtoReflect ¶
func (x *Release) ProtoReflect() protoreflect.Message
func (*Release) UnmarshalJSON ¶ added in v0.2.0
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Release_Preload) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Release_Preload) UnmarshalJSON ¶ added in v0.2.0
func (msg *Release_Preload) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type RestoreSnapshotRequest ¶ added in v0.2.0
type RestoreSnapshotRequest struct { // Types that are assignable to Event: // *RestoreSnapshotRequest_Open_ // *RestoreSnapshotRequest_Chunk Event isRestoreSnapshotRequest_Event `protobuf_oneof:"event"` // contains filtered or unexported fields }
func (*RestoreSnapshotRequest) Descriptor
deprecated
added in
v0.2.0
func (*RestoreSnapshotRequest) Descriptor() ([]byte, []int)
Deprecated: Use RestoreSnapshotRequest.ProtoReflect.Descriptor instead.
func (*RestoreSnapshotRequest) GetChunk ¶ added in v0.2.0
func (x *RestoreSnapshotRequest) GetChunk() []byte
func (*RestoreSnapshotRequest) GetEvent ¶ added in v0.2.0
func (m *RestoreSnapshotRequest) GetEvent() isRestoreSnapshotRequest_Event
func (*RestoreSnapshotRequest) GetOpen ¶ added in v0.2.0
func (x *RestoreSnapshotRequest) GetOpen() *RestoreSnapshotRequest_Open
func (*RestoreSnapshotRequest) MarshalJSON ¶ added in v0.2.0
func (msg *RestoreSnapshotRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*RestoreSnapshotRequest) ProtoMessage ¶ added in v0.2.0
func (*RestoreSnapshotRequest) ProtoMessage()
func (*RestoreSnapshotRequest) ProtoReflect ¶ added in v0.2.0
func (x *RestoreSnapshotRequest) ProtoReflect() protoreflect.Message
func (*RestoreSnapshotRequest) Reset ¶ added in v0.2.0
func (x *RestoreSnapshotRequest) Reset()
func (*RestoreSnapshotRequest) String ¶ added in v0.2.0
func (x *RestoreSnapshotRequest) String() string
func (*RestoreSnapshotRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *RestoreSnapshotRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type RestoreSnapshotRequest_Chunk ¶ added in v0.2.0
type RestoreSnapshotRequest_Chunk struct { // Chunk is a chunk of restore data. The restore snapshot API will // continue reading data until an EOF is received (the write end is // closed). Chunk []byte `protobuf:"bytes,2,opt,name=chunk,proto3,oneof"` }
type RestoreSnapshotRequest_Open ¶ added in v0.2.0
type RestoreSnapshotRequest_Open struct { // If true, the server will exit after the restore is staged. This will // SHUT DOWN the server and some external process you created is expected // to bring it back. The Waypoint server on its own WILL NOT automatically // restart. You should only set this if you have some operation to // automate restart such as running in Nomad or Kubernetes. Exit bool `protobuf:"varint,1,opt,name=exit,proto3" json:"exit,omitempty"` // contains filtered or unexported fields }
func (*RestoreSnapshotRequest_Open) Descriptor
deprecated
added in
v0.2.0
func (*RestoreSnapshotRequest_Open) Descriptor() ([]byte, []int)
Deprecated: Use RestoreSnapshotRequest_Open.ProtoReflect.Descriptor instead.
func (*RestoreSnapshotRequest_Open) GetExit ¶ added in v0.2.0
func (x *RestoreSnapshotRequest_Open) GetExit() bool
func (*RestoreSnapshotRequest_Open) MarshalJSON ¶ added in v0.2.0
func (msg *RestoreSnapshotRequest_Open) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*RestoreSnapshotRequest_Open) ProtoMessage ¶ added in v0.2.0
func (*RestoreSnapshotRequest_Open) ProtoMessage()
func (*RestoreSnapshotRequest_Open) ProtoReflect ¶ added in v0.2.0
func (x *RestoreSnapshotRequest_Open) ProtoReflect() protoreflect.Message
func (*RestoreSnapshotRequest_Open) Reset ¶ added in v0.2.0
func (x *RestoreSnapshotRequest_Open) Reset()
func (*RestoreSnapshotRequest_Open) String ¶ added in v0.2.0
func (x *RestoreSnapshotRequest_Open) String() string
func (*RestoreSnapshotRequest_Open) UnmarshalJSON ¶ added in v0.2.0
func (msg *RestoreSnapshotRequest_Open) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type RestoreSnapshotRequest_Open_ ¶ added in v0.2.0
type RestoreSnapshotRequest_Open_ struct { // Open MUST be sent as the first message and sent exactly once. // This sets the settings for the restore. Open *RestoreSnapshotRequest_Open `protobuf:"bytes,1,opt,name=open,proto3,oneof"` }
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) MarshalJSON ¶ added in v0.2.0
MarshalJSON implements json.Marshaler
func (*Runner) ProtoMessage ¶
func (*Runner) ProtoMessage()
func (*Runner) ProtoReflect ¶
func (x *Runner) ProtoReflect() protoreflect.Message
func (*Runner) UnmarshalJSON ¶ added in v0.2.0
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *RunnerConfig) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*RunnerConfig) UnmarshalJSON ¶ added in v0.2.0
func (msg *RunnerConfig) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *RunnerConfigRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*RunnerConfigRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *RunnerConfigRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *RunnerConfigRequest_Open) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*RunnerConfigRequest_Open) UnmarshalJSON ¶ added in v0.2.0
func (msg *RunnerConfigRequest_Open) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *RunnerConfigResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*RunnerConfigResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *RunnerConfigResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *RunnerGetDeploymentConfigRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*RunnerGetDeploymentConfigRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *RunnerGetDeploymentConfigRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *RunnerGetDeploymentConfigResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*RunnerGetDeploymentConfigResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *RunnerGetDeploymentConfigResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type RunnerJobStreamRequest ¶
type RunnerJobStreamRequest struct { // Types that are assignable to Event: // *RunnerJobStreamRequest_Request_ // *RunnerJobStreamRequest_Ack_ // *RunnerJobStreamRequest_Complete_ // *RunnerJobStreamRequest_Error_ // *RunnerJobStreamRequest_Terminal // *RunnerJobStreamRequest_Download // *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) GetDownload ¶ added in v0.3.0
func (x *RunnerJobStreamRequest) GetDownload() *GetJobStreamResponse_Download
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) MarshalJSON ¶ added in v0.2.0
func (msg *RunnerJobStreamRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*RunnerJobStreamRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *RunnerJobStreamRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *RunnerJobStreamRequest_Ack) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*RunnerJobStreamRequest_Ack) UnmarshalJSON ¶ added in v0.2.0
func (msg *RunnerJobStreamRequest_Ack) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *RunnerJobStreamRequest_Complete) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*RunnerJobStreamRequest_Complete) UnmarshalJSON ¶ added in v0.2.0
func (msg *RunnerJobStreamRequest_Complete) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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_Download ¶ added in v0.3.0
type RunnerJobStreamRequest_Download struct { // download event is sent after the data is downloaded. This is optional. // If this isn't sent the job will still remain in the "running" state but // download details will not be available. Download *GetJobStreamResponse_Download `protobuf:"bytes,7,opt,name=download,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) MarshalJSON ¶ added in v0.2.0
func (msg *RunnerJobStreamRequest_Error) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*RunnerJobStreamRequest_Error) UnmarshalJSON ¶ added in v0.2.0
func (msg *RunnerJobStreamRequest_Error) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *RunnerJobStreamRequest_Heartbeat) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*RunnerJobStreamRequest_Heartbeat) UnmarshalJSON ¶ added in v0.2.0
func (msg *RunnerJobStreamRequest_Heartbeat) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *RunnerJobStreamRequest_Request) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*RunnerJobStreamRequest_Request) UnmarshalJSON ¶ added in v0.2.0
func (msg *RunnerJobStreamRequest_Request) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *RunnerJobStreamResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*RunnerJobStreamResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *RunnerJobStreamResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *RunnerJobStreamResponse_JobAssignment) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*RunnerJobStreamResponse_JobAssignment) UnmarshalJSON ¶ added in v0.2.0
func (msg *RunnerJobStreamResponse_JobAssignment) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *RunnerJobStreamResponse_JobCancel) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*RunnerJobStreamResponse_JobCancel) UnmarshalJSON ¶ added in v0.2.0
func (msg *RunnerJobStreamResponse_JobCancel) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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"` // The platform that the server is currently installed to. This is set // through the CLI flag '-platform' on installation. Platform string `protobuf:"bytes,4,opt,name=platform,proto3" json:"platform,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) GetPlatform ¶ added in v0.2.1
func (x *ServerConfig) GetPlatform() string
func (*ServerConfig) MarshalJSON ¶ added in v0.2.0
func (msg *ServerConfig) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ServerConfig) UnmarshalJSON ¶ added in v0.2.0
func (msg *ServerConfig) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *ServerConfig_AdvertiseAddr) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ServerConfig_AdvertiseAddr) UnmarshalJSON ¶ added in v0.2.0
func (msg *ServerConfig_AdvertiseAddr) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type SetConfigSourceRequest ¶ added in v0.2.0
type SetConfigSourceRequest struct { ConfigSource *ConfigSource `protobuf:"bytes,1,opt,name=config_source,json=configSource,proto3" json:"config_source,omitempty"` // contains filtered or unexported fields }
func (*SetConfigSourceRequest) Descriptor
deprecated
added in
v0.2.0
func (*SetConfigSourceRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetConfigSourceRequest.ProtoReflect.Descriptor instead.
func (*SetConfigSourceRequest) GetConfigSource ¶ added in v0.2.0
func (x *SetConfigSourceRequest) GetConfigSource() *ConfigSource
func (*SetConfigSourceRequest) MarshalJSON ¶ added in v0.2.0
func (msg *SetConfigSourceRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*SetConfigSourceRequest) ProtoMessage ¶ added in v0.2.0
func (*SetConfigSourceRequest) ProtoMessage()
func (*SetConfigSourceRequest) ProtoReflect ¶ added in v0.2.0
func (x *SetConfigSourceRequest) ProtoReflect() protoreflect.Message
func (*SetConfigSourceRequest) Reset ¶ added in v0.2.0
func (x *SetConfigSourceRequest) Reset()
func (*SetConfigSourceRequest) String ¶ added in v0.2.0
func (x *SetConfigSourceRequest) String() string
func (*SetConfigSourceRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *SetConfigSourceRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *SetServerConfigRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*SetServerConfigRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *SetServerConfigRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Snapshot ¶ added in v0.2.0
type Snapshot struct {
// contains filtered or unexported fields
}
Snapshot is the encoding of the snapshot for all snapshot APIs. The encoding is proto.Message delimited data. This is also the encoding expected if the waypoint-restore.db file is copied manually from the snapshot data.
For snapshots, the Header message is always guaranteed first. After that, it is NOT guaranteed that only data chunks are sent. It is only guaranteed that the data chunks are over at EOF. Unknown messages can probably be ignored.
It is HIGHLY RECOMMENDED you do not modify snapshots, but these messages are publicly exported so that you can try to inspect snapshots.
func (*Snapshot) Descriptor
deprecated
added in
v0.2.0
func (*Snapshot) MarshalJSON ¶ added in v0.2.0
MarshalJSON implements json.Marshaler
func (*Snapshot) ProtoMessage ¶ added in v0.2.0
func (*Snapshot) ProtoMessage()
func (*Snapshot) ProtoReflect ¶ added in v0.2.0
func (x *Snapshot) ProtoReflect() protoreflect.Message
func (*Snapshot) UnmarshalJSON ¶ added in v0.2.0
UnmarshalJSON implements json.Unmarshaler
type Snapshot_BoltChunk ¶ added in v0.2.0
type Snapshot_BoltChunk struct { // bucket is the name of the bucket. This may be empty. If this is empty, // then this chunk should be ignored. Bucket string `protobuf:"bytes,1,opt,name=bucket,proto3" json:"bucket,omitempty"` // items is a id/value mapping of all this chunk of items in this bucket Items map[string][]byte `` /* 151-byte string literal not displayed */ // final is true if this is the last bolt chunk being written. Final bool `protobuf:"varint,3,opt,name=final,proto3" json:"final,omitempty"` // contains filtered or unexported fields }
BoltChunk is a single chunk of data for BoltDB if the snapshot format is BOLT. A chunk will always contain items designated for a single bucket, but a bucket may be repeated multiple time across chunks if there are too many items in the bucket.
The final BoltChunk will have trailer set to true. Immediaetly following that chunk will be the Trailer message.
func (*Snapshot_BoltChunk) Descriptor
deprecated
added in
v0.2.0
func (*Snapshot_BoltChunk) Descriptor() ([]byte, []int)
Deprecated: Use Snapshot_BoltChunk.ProtoReflect.Descriptor instead.
func (*Snapshot_BoltChunk) GetBucket ¶ added in v0.2.0
func (x *Snapshot_BoltChunk) GetBucket() string
func (*Snapshot_BoltChunk) GetFinal ¶ added in v0.2.0
func (x *Snapshot_BoltChunk) GetFinal() bool
func (*Snapshot_BoltChunk) GetItems ¶ added in v0.2.0
func (x *Snapshot_BoltChunk) GetItems() map[string][]byte
func (*Snapshot_BoltChunk) MarshalJSON ¶ added in v0.2.0
func (msg *Snapshot_BoltChunk) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Snapshot_BoltChunk) ProtoMessage ¶ added in v0.2.0
func (*Snapshot_BoltChunk) ProtoMessage()
func (*Snapshot_BoltChunk) ProtoReflect ¶ added in v0.2.0
func (x *Snapshot_BoltChunk) ProtoReflect() protoreflect.Message
func (*Snapshot_BoltChunk) Reset ¶ added in v0.2.0
func (x *Snapshot_BoltChunk) Reset()
func (*Snapshot_BoltChunk) String ¶ added in v0.2.0
func (x *Snapshot_BoltChunk) String() string
func (*Snapshot_BoltChunk) UnmarshalJSON ¶ added in v0.2.0
func (msg *Snapshot_BoltChunk) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Snapshot_Header ¶ added in v0.2.0
type Snapshot_Header struct { // version is the version of Waypoint that generated this snapshot. Version *VersionInfo `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` // format is the format of the remaining messages. This can be used // to determine what messages to expect following the header. Format Snapshot_Header_Format `protobuf:"varint,2,opt,name=format,proto3,enum=hashicorp.waypoint.Snapshot_Header_Format" json:"format,omitempty"` // contains filtered or unexported fields }
Header is _always_ the first message encoded into a snapshot. If this isn't present, the entire snapshot can be considered corrupt.
func (*Snapshot_Header) Descriptor
deprecated
added in
v0.2.0
func (*Snapshot_Header) Descriptor() ([]byte, []int)
Deprecated: Use Snapshot_Header.ProtoReflect.Descriptor instead.
func (*Snapshot_Header) GetFormat ¶ added in v0.2.0
func (x *Snapshot_Header) GetFormat() Snapshot_Header_Format
func (*Snapshot_Header) GetVersion ¶ added in v0.2.0
func (x *Snapshot_Header) GetVersion() *VersionInfo
func (*Snapshot_Header) MarshalJSON ¶ added in v0.2.0
func (msg *Snapshot_Header) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Snapshot_Header) ProtoMessage ¶ added in v0.2.0
func (*Snapshot_Header) ProtoMessage()
func (*Snapshot_Header) ProtoReflect ¶ added in v0.2.0
func (x *Snapshot_Header) ProtoReflect() protoreflect.Message
func (*Snapshot_Header) Reset ¶ added in v0.2.0
func (x *Snapshot_Header) Reset()
func (*Snapshot_Header) String ¶ added in v0.2.0
func (x *Snapshot_Header) String() string
func (*Snapshot_Header) UnmarshalJSON ¶ added in v0.2.0
func (msg *Snapshot_Header) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Snapshot_Header_Format ¶ added in v0.2.0
type Snapshot_Header_Format int32
const ( Snapshot_Header_UNKNOWN Snapshot_Header_Format = 0 Snapshot_Header_BOLT Snapshot_Header_Format = 1 // Expect a series of BoltChunk messages )
func (Snapshot_Header_Format) Descriptor ¶ added in v0.2.0
func (Snapshot_Header_Format) Descriptor() protoreflect.EnumDescriptor
func (Snapshot_Header_Format) Enum ¶ added in v0.2.0
func (x Snapshot_Header_Format) Enum() *Snapshot_Header_Format
func (Snapshot_Header_Format) EnumDescriptor
deprecated
added in
v0.2.0
func (Snapshot_Header_Format) EnumDescriptor() ([]byte, []int)
Deprecated: Use Snapshot_Header_Format.Descriptor instead.
func (Snapshot_Header_Format) Number ¶ added in v0.2.0
func (x Snapshot_Header_Format) Number() protoreflect.EnumNumber
func (Snapshot_Header_Format) String ¶ added in v0.2.0
func (x Snapshot_Header_Format) String() string
func (Snapshot_Header_Format) Type ¶ added in v0.2.0
func (Snapshot_Header_Format) Type() protoreflect.EnumType
type Snapshot_Trailer ¶ added in v0.2.0
type Snapshot_Trailer struct { // checksum is the checksum of all the bytes up to but not including // this proto message. The checksum is for the raw uncompressed bytes. // // Types that are assignable to Checksum: // *Snapshot_Trailer_Sha256 Checksum isSnapshot_Trailer_Checksum `protobuf_oneof:"checksum"` // contains filtered or unexported fields }
Trailer is sent as the final message encoded into a snapshot. Detecting when the trailer is is dependent on the format.
func (*Snapshot_Trailer) Descriptor
deprecated
added in
v0.2.0
func (*Snapshot_Trailer) Descriptor() ([]byte, []int)
Deprecated: Use Snapshot_Trailer.ProtoReflect.Descriptor instead.
func (*Snapshot_Trailer) GetChecksum ¶ added in v0.2.0
func (m *Snapshot_Trailer) GetChecksum() isSnapshot_Trailer_Checksum
func (*Snapshot_Trailer) GetSha256 ¶ added in v0.2.0
func (x *Snapshot_Trailer) GetSha256() string
func (*Snapshot_Trailer) MarshalJSON ¶ added in v0.2.0
func (msg *Snapshot_Trailer) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Snapshot_Trailer) ProtoMessage ¶ added in v0.2.0
func (*Snapshot_Trailer) ProtoMessage()
func (*Snapshot_Trailer) ProtoReflect ¶ added in v0.2.0
func (x *Snapshot_Trailer) ProtoReflect() protoreflect.Message
func (*Snapshot_Trailer) Reset ¶ added in v0.2.0
func (x *Snapshot_Trailer) Reset()
func (*Snapshot_Trailer) String ¶ added in v0.2.0
func (x *Snapshot_Trailer) String() string
func (*Snapshot_Trailer) UnmarshalJSON ¶ added in v0.2.0
func (msg *Snapshot_Trailer) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Snapshot_Trailer_Sha256 ¶ added in v0.2.0
type Snapshot_Trailer_Sha256 struct {
Sha256 string `protobuf:"bytes,1,opt,name=sha256,proto3,oneof"` // SHA-256 checksum
}
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) MarshalJSON ¶ added in v0.2.0
MarshalJSON implements json.Marshaler
func (*Status) ProtoMessage ¶
func (*Status) ProtoMessage()
func (*Status) ProtoReflect ¶
func (x *Status) ProtoReflect() protoreflect.Message
func (*Status) UnmarshalJSON ¶ added in v0.2.0
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *StatusFilter) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*StatusFilter) UnmarshalJSON ¶ added in v0.2.0
func (msg *StatusFilter) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *StatusFilter_Filter) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*StatusFilter_Filter) UnmarshalJSON ¶ added in v0.2.0
func (msg *StatusFilter_Filter) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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 StatusReport ¶ added in v0.4.0
type StatusReport struct { // The application that this build is part of. Application *Ref_Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` // The workspace that this exists in Workspace *Ref_Workspace `protobuf:"bytes,2,opt,name=workspace,proto3" json:"workspace,omitempty"` // the reference id that is associated with this report // // Types that are assignable to TargetId: // *StatusReport_DeploymentId // *StatusReport_ReleaseId TargetId isStatusReport_TargetId `protobuf_oneof:"target_id"` // Status of the StatusReport operation executed by the server. // Note that this status is not related to the status report, but the current // state of the StatusReport operation Status *Status `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` // id is the unique ID for this status report. Id string `protobuf:"bytes,6,opt,name=id,proto3" json:"id,omitempty"` // StatusReport is the raw SDK report object encoded directly from the plugin. // This message is a StatusReport proto that exists inside the SDK StatusReport *any.Any `protobuf:"bytes,7,opt,name=status_report,json=statusReport,proto3" json:"status_report,omitempty"` // The overall health of the deployment or release as reported by the plugin Health *StatusReport_Health `protobuf:"bytes,8,opt,name=health,proto3" json:"health,omitempty"` // A health report of all of the resources that make up the report. ResourcesHealth []*StatusReport_Health `protobuf:"bytes,9,rep,name=resources_health,json=resourcesHealth,proto3" json:"resources_health,omitempty"` // contains filtered or unexported fields }
StatusReport is the report genrated when querying the overall health of a deployed or released application. This report is generated after the an Up Operation, DeployOp or ReleaseOp. In the future Waypoint will be able to generate these reports on demand in the UI, or on an interval using a poller.
NOTE: This is not related to Status or StatusFilter messages but a message used to run the StatusReport job operation for Waypoint Server. The raw SDK StatusReport message is stored as an option on this message
func (*StatusReport) Descriptor
deprecated
added in
v0.4.0
func (*StatusReport) Descriptor() ([]byte, []int)
Deprecated: Use StatusReport.ProtoReflect.Descriptor instead.
func (*StatusReport) GetApplication ¶ added in v0.4.0
func (x *StatusReport) GetApplication() *Ref_Application
func (*StatusReport) GetDeploymentId ¶ added in v0.4.0
func (x *StatusReport) GetDeploymentId() string
func (*StatusReport) GetHealth ¶ added in v0.4.0
func (x *StatusReport) GetHealth() *StatusReport_Health
func (*StatusReport) GetId ¶ added in v0.4.0
func (x *StatusReport) GetId() string
func (*StatusReport) GetReleaseId ¶ added in v0.4.0
func (x *StatusReport) GetReleaseId() string
func (*StatusReport) GetResourcesHealth ¶ added in v0.4.0
func (x *StatusReport) GetResourcesHealth() []*StatusReport_Health
func (*StatusReport) GetStatus ¶ added in v0.4.0
func (x *StatusReport) GetStatus() *Status
func (*StatusReport) GetStatusReport ¶ added in v0.4.0
func (x *StatusReport) GetStatusReport() *any.Any
func (*StatusReport) GetTargetId ¶ added in v0.4.0
func (m *StatusReport) GetTargetId() isStatusReport_TargetId
func (*StatusReport) GetWorkspace ¶ added in v0.4.0
func (x *StatusReport) GetWorkspace() *Ref_Workspace
func (*StatusReport) MarshalJSON ¶ added in v0.4.0
func (msg *StatusReport) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*StatusReport) ProtoMessage ¶ added in v0.4.0
func (*StatusReport) ProtoMessage()
func (*StatusReport) ProtoReflect ¶ added in v0.4.0
func (x *StatusReport) ProtoReflect() protoreflect.Message
func (*StatusReport) Reset ¶ added in v0.4.0
func (x *StatusReport) Reset()
func (*StatusReport) String ¶ added in v0.4.0
func (x *StatusReport) String() string
func (*StatusReport) UnmarshalJSON ¶ added in v0.4.0
func (msg *StatusReport) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type StatusReport_DeploymentId ¶ added in v0.4.0
type StatusReport_DeploymentId struct { // the deployment id that this status report was generated on DeploymentId string `protobuf:"bytes,3,opt,name=deployment_id,json=deploymentId,proto3,oneof"` }
type StatusReport_Health ¶ added in v0.4.0
type StatusReport_Health struct { // the overall health of the report for a resource HealthStatus string `protobuf:"bytes,1,opt,name=health_status,json=healthStatus,proto3" json:"health_status,omitempty"` // the overall health message of the report for a resource HealthMessage string `protobuf:"bytes,2,opt,name=health_message,json=healthMessage,proto3" json:"health_message,omitempty"` // Resource name Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // Resource id Id string `protobuf:"bytes,4,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*StatusReport_Health) Descriptor
deprecated
added in
v0.4.0
func (*StatusReport_Health) Descriptor() ([]byte, []int)
Deprecated: Use StatusReport_Health.ProtoReflect.Descriptor instead.
func (*StatusReport_Health) GetHealthMessage ¶ added in v0.4.0
func (x *StatusReport_Health) GetHealthMessage() string
func (*StatusReport_Health) GetHealthStatus ¶ added in v0.4.0
func (x *StatusReport_Health) GetHealthStatus() string
func (*StatusReport_Health) GetId ¶ added in v0.4.0
func (x *StatusReport_Health) GetId() string
func (*StatusReport_Health) GetName ¶ added in v0.4.0
func (x *StatusReport_Health) GetName() string
func (*StatusReport_Health) MarshalJSON ¶ added in v0.4.0
func (msg *StatusReport_Health) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*StatusReport_Health) ProtoMessage ¶ added in v0.4.0
func (*StatusReport_Health) ProtoMessage()
func (*StatusReport_Health) ProtoReflect ¶ added in v0.4.0
func (x *StatusReport_Health) ProtoReflect() protoreflect.Message
func (*StatusReport_Health) Reset ¶ added in v0.4.0
func (x *StatusReport_Health) Reset()
func (*StatusReport_Health) String ¶ added in v0.4.0
func (x *StatusReport_Health) String() string
func (*StatusReport_Health) UnmarshalJSON ¶ added in v0.4.0
func (msg *StatusReport_Health) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type StatusReport_ReleaseId ¶ added in v0.4.0
type StatusReport_ReleaseId struct { // the release id that this status report was generated on ReleaseId string `protobuf:"bytes,4,opt,name=release_id,json=releaseId,proto3,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) MarshalJSON ¶ added in v0.2.0
MarshalJSON implements json.Marshaler
func (*Token) ProtoMessage ¶
func (*Token) ProtoMessage()
func (*Token) ProtoReflect ¶
func (x *Token) ProtoReflect() protoreflect.Message
func (*Token) UnmarshalJSON ¶ added in v0.2.0
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *TokenTransport) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*TokenTransport) UnmarshalJSON ¶ added in v0.2.0
func (msg *TokenTransport) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Token_Entrypoint) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Token_Entrypoint) UnmarshalJSON ¶ added in v0.2.0
func (msg *Token_Entrypoint) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) CreateSnapshot ¶ added in v0.2.0
func (*UnimplementedWaypointServer) CreateSnapshot(*empty.Empty, Waypoint_CreateSnapshotServer) 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) FindExecInstance ¶ added in v0.3.0
func (*UnimplementedWaypointServer) FindExecInstance(context.Context, *FindExecInstanceRequest) (*FindExecInstanceResponse, 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) GetConfigSource ¶ added in v0.2.0
func (*UnimplementedWaypointServer) GetConfigSource(context.Context, *GetConfigSourceRequest) (*GetConfigSourceResponse, 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) GetLatestStatusReport ¶ added in v0.4.0
func (*UnimplementedWaypointServer) GetLatestStatusReport(context.Context, *GetLatestStatusReportRequest) (*StatusReport, 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) GetStatusReport ¶ added in v0.4.0
func (*UnimplementedWaypointServer) GetStatusReport(context.Context, *GetStatusReportRequest) (*StatusReport, 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) ListStatusReports ¶ added in v0.4.0
func (*UnimplementedWaypointServer) ListStatusReports(context.Context, *ListStatusReportsRequest) (*ListStatusReportsResponse, error)
func (*UnimplementedWaypointServer) ListWorkspaces ¶
func (*UnimplementedWaypointServer) ListWorkspaces(context.Context, *ListWorkspacesRequest) (*ListWorkspacesResponse, error)
func (*UnimplementedWaypointServer) QueueJob ¶
func (*UnimplementedWaypointServer) QueueJob(context.Context, *QueueJobRequest) (*QueueJobResponse, error)
func (*UnimplementedWaypointServer) RestoreSnapshot ¶ added in v0.2.0
func (*UnimplementedWaypointServer) RestoreSnapshot(Waypoint_RestoreSnapshotServer) 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) SetConfigSource ¶ added in v0.2.0
func (*UnimplementedWaypointServer) SetConfigSource(context.Context, *SetConfigSourceRequest) (*empty.Empty, 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) UpsertStatusReport ¶ added in v0.4.0
func (*UnimplementedWaypointServer) UpsertStatusReport(context.Context, *UpsertStatusReportRequest) (*UpsertStatusReportResponse, error)
func (*UnimplementedWaypointServer) ValidateJob ¶
func (*UnimplementedWaypointServer) ValidateJob(context.Context, *ValidateJobRequest) (*ValidateJobResponse, error)
func (*UnimplementedWaypointServer) WaypointHclFmt ¶ added in v0.3.0
func (*UnimplementedWaypointServer) WaypointHclFmt(context.Context, *WaypointHclFmtRequest) (*WaypointHclFmtResponse, 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"` // a signal to send the application when config files change FileChangeSignal string `protobuf:"bytes,3,opt,name=file_change_signal,json=fileChangeSignal,proto3" json:"file_change_signal,omitempty"` // contains filtered or unexported fields }
func (*UpsertApplicationRequest) Descriptor
deprecated
func (*UpsertApplicationRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpsertApplicationRequest.ProtoReflect.Descriptor instead.
func (*UpsertApplicationRequest) GetFileChangeSignal ¶ added in v0.4.0
func (x *UpsertApplicationRequest) GetFileChangeSignal() string
func (*UpsertApplicationRequest) GetName ¶
func (x *UpsertApplicationRequest) GetName() string
func (*UpsertApplicationRequest) GetProject ¶
func (x *UpsertApplicationRequest) GetProject() *Ref_Project
func (*UpsertApplicationRequest) MarshalJSON ¶ added in v0.2.0
func (msg *UpsertApplicationRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*UpsertApplicationRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *UpsertApplicationRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *UpsertApplicationResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*UpsertApplicationResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *UpsertApplicationResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *UpsertBuildRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*UpsertBuildRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *UpsertBuildRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *UpsertBuildResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*UpsertBuildResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *UpsertBuildResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *UpsertDeploymentRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*UpsertDeploymentRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *UpsertDeploymentRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *UpsertDeploymentResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*UpsertDeploymentResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *UpsertDeploymentResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *UpsertProjectRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*UpsertProjectRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *UpsertProjectRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *UpsertProjectResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*UpsertProjectResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *UpsertProjectResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *UpsertPushedArtifactRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*UpsertPushedArtifactRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *UpsertPushedArtifactRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *UpsertPushedArtifactResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*UpsertPushedArtifactResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *UpsertPushedArtifactResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *UpsertReleaseRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*UpsertReleaseRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *UpsertReleaseRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *UpsertReleaseResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*UpsertReleaseResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *UpsertReleaseResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type UpsertStatusReportRequest ¶ added in v0.4.0
type UpsertStatusReportRequest struct { // status report to upsert. If the id in the deployment 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. StatusReport *StatusReport `protobuf:"bytes,1,opt,name=status_report,json=statusReport,proto3" json:"status_report,omitempty"` // contains filtered or unexported fields }
func (*UpsertStatusReportRequest) Descriptor
deprecated
added in
v0.4.0
func (*UpsertStatusReportRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpsertStatusReportRequest.ProtoReflect.Descriptor instead.
func (*UpsertStatusReportRequest) GetStatusReport ¶ added in v0.4.0
func (x *UpsertStatusReportRequest) GetStatusReport() *StatusReport
func (*UpsertStatusReportRequest) MarshalJSON ¶ added in v0.4.0
func (msg *UpsertStatusReportRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*UpsertStatusReportRequest) ProtoMessage ¶ added in v0.4.0
func (*UpsertStatusReportRequest) ProtoMessage()
func (*UpsertStatusReportRequest) ProtoReflect ¶ added in v0.4.0
func (x *UpsertStatusReportRequest) ProtoReflect() protoreflect.Message
func (*UpsertStatusReportRequest) Reset ¶ added in v0.4.0
func (x *UpsertStatusReportRequest) Reset()
func (*UpsertStatusReportRequest) String ¶ added in v0.4.0
func (x *UpsertStatusReportRequest) String() string
func (*UpsertStatusReportRequest) UnmarshalJSON ¶ added in v0.4.0
func (msg *UpsertStatusReportRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type UpsertStatusReportResponse ¶ added in v0.4.0
type UpsertStatusReportResponse 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) StatusReport *StatusReport `protobuf:"bytes,1,opt,name=status_report,json=statusReport,proto3" json:"status_report,omitempty"` // contains filtered or unexported fields }
func (*UpsertStatusReportResponse) Descriptor
deprecated
added in
v0.4.0
func (*UpsertStatusReportResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpsertStatusReportResponse.ProtoReflect.Descriptor instead.
func (*UpsertStatusReportResponse) GetStatusReport ¶ added in v0.4.0
func (x *UpsertStatusReportResponse) GetStatusReport() *StatusReport
func (*UpsertStatusReportResponse) MarshalJSON ¶ added in v0.4.0
func (msg *UpsertStatusReportResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*UpsertStatusReportResponse) ProtoMessage ¶ added in v0.4.0
func (*UpsertStatusReportResponse) ProtoMessage()
func (*UpsertStatusReportResponse) ProtoReflect ¶ added in v0.4.0
func (x *UpsertStatusReportResponse) ProtoReflect() protoreflect.Message
func (*UpsertStatusReportResponse) Reset ¶ added in v0.4.0
func (x *UpsertStatusReportResponse) Reset()
func (*UpsertStatusReportResponse) String ¶ added in v0.4.0
func (x *UpsertStatusReportResponse) String() string
func (*UpsertStatusReportResponse) UnmarshalJSON ¶ added in v0.4.0
func (msg *UpsertStatusReportResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *ValidateJobRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ValidateJobRequest) UnmarshalJSON ¶ added in v0.2.0
func (msg *ValidateJobRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *ValidateJobResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*ValidateJobResponse) UnmarshalJSON ¶ added in v0.2.0
func (msg *ValidateJobResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Variable ¶ added in v0.4.0
type Variable struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Types that are assignable to Value: // *Variable_Str // *Variable_Hcl Value isVariable_Value `protobuf_oneof:"value"` // Source tracks where a value came from for more helpful error messaging. // This is optional. If unset, we will give a generic error message. // // Types that are assignable to Source: // *Variable_Cli // *Variable_File_ // *Variable_Env // *Variable_Vcs // *Variable_Server Source isVariable_Source `protobuf_oneof:"source"` // contains filtered or unexported fields }
Variable stores a variable's value, and metadata to allow for precedence sorting and source-specific error messaging
func (*Variable) Descriptor
deprecated
added in
v0.4.0
func (*Variable) GetFile ¶ added in v0.4.0
func (x *Variable) GetFile() *Variable_File
func (*Variable) GetVcs ¶ added in v0.4.0
func (x *Variable) GetVcs() *Variable_VCS
func (*Variable) MarshalJSON ¶ added in v0.4.0
MarshalJSON implements json.Marshaler
func (*Variable) ProtoMessage ¶ added in v0.4.0
func (*Variable) ProtoMessage()
func (*Variable) ProtoReflect ¶ added in v0.4.0
func (x *Variable) ProtoReflect() protoreflect.Message
func (*Variable) UnmarshalJSON ¶ added in v0.4.0
UnmarshalJSON implements json.Unmarshaler
type Variable_Cli ¶ added in v0.4.0
type Variable_Env ¶ added in v0.4.0
type Variable_File ¶ added in v0.4.0
type Variable_File struct { FileName string `protobuf:"bytes,1,opt,name=fileName,proto3" json:"fileName,omitempty"` HclRange *Variable_HclRange `protobuf:"bytes,2,opt,name=hcl_range,json=hclRange,proto3" json:"hcl_range,omitempty"` // contains filtered or unexported fields }
func (*Variable_File) Descriptor
deprecated
added in
v0.4.0
func (*Variable_File) Descriptor() ([]byte, []int)
Deprecated: Use Variable_File.ProtoReflect.Descriptor instead.
func (*Variable_File) GetFileName ¶ added in v0.4.0
func (x *Variable_File) GetFileName() string
func (*Variable_File) GetHclRange ¶ added in v0.4.0
func (x *Variable_File) GetHclRange() *Variable_HclRange
func (*Variable_File) MarshalJSON ¶ added in v0.4.0
func (msg *Variable_File) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Variable_File) ProtoMessage ¶ added in v0.4.0
func (*Variable_File) ProtoMessage()
func (*Variable_File) ProtoReflect ¶ added in v0.4.0
func (x *Variable_File) ProtoReflect() protoreflect.Message
func (*Variable_File) Reset ¶ added in v0.4.0
func (x *Variable_File) Reset()
func (*Variable_File) String ¶ added in v0.4.0
func (x *Variable_File) String() string
func (*Variable_File) UnmarshalJSON ¶ added in v0.4.0
func (msg *Variable_File) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Variable_File_ ¶ added in v0.4.0
type Variable_File_ struct { // File is set if a variable value is set via a -var-file flag File *Variable_File `protobuf:"bytes,5,opt,name=file,proto3,oneof"` }
type Variable_Hcl ¶ added in v0.4.0
type Variable_Hcl struct {
Hcl string `protobuf:"bytes,3,opt,name=hcl,proto3,oneof"`
}
type Variable_HclPos ¶ added in v0.4.0
type Variable_HclPos struct { Line int32 `protobuf:"varint,1,opt,name=line,proto3" json:"line,omitempty"` Column int32 `protobuf:"varint,2,opt,name=column,proto3" json:"column,omitempty"` Byte int32 `protobuf:"varint,3,opt,name=byte,proto3" json:"byte,omitempty"` // contains filtered or unexported fields }
Types mapped from https://pkg.go.dev/github.com/hashicorp/hcl/v2#Pos
func (*Variable_HclPos) Descriptor
deprecated
added in
v0.4.0
func (*Variable_HclPos) Descriptor() ([]byte, []int)
Deprecated: Use Variable_HclPos.ProtoReflect.Descriptor instead.
func (*Variable_HclPos) GetByte ¶ added in v0.4.0
func (x *Variable_HclPos) GetByte() int32
func (*Variable_HclPos) GetColumn ¶ added in v0.4.0
func (x *Variable_HclPos) GetColumn() int32
func (*Variable_HclPos) GetLine ¶ added in v0.4.0
func (x *Variable_HclPos) GetLine() int32
func (*Variable_HclPos) MarshalJSON ¶ added in v0.4.0
func (msg *Variable_HclPos) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Variable_HclPos) ProtoMessage ¶ added in v0.4.0
func (*Variable_HclPos) ProtoMessage()
func (*Variable_HclPos) ProtoReflect ¶ added in v0.4.0
func (x *Variable_HclPos) ProtoReflect() protoreflect.Message
func (*Variable_HclPos) Reset ¶ added in v0.4.0
func (x *Variable_HclPos) Reset()
func (*Variable_HclPos) String ¶ added in v0.4.0
func (x *Variable_HclPos) String() string
func (*Variable_HclPos) UnmarshalJSON ¶ added in v0.4.0
func (msg *Variable_HclPos) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Variable_HclRange ¶ added in v0.4.0
type Variable_HclRange struct { Filename string `protobuf:"bytes,1,opt,name=filename,proto3" json:"filename,omitempty"` Start *Variable_HclPos `protobuf:"bytes,2,opt,name=start,proto3" json:"start,omitempty"` End *Variable_HclPos `protobuf:"bytes,3,opt,name=end,proto3" json:"end,omitempty"` // contains filtered or unexported fields }
func (*Variable_HclRange) Descriptor
deprecated
added in
v0.4.0
func (*Variable_HclRange) Descriptor() ([]byte, []int)
Deprecated: Use Variable_HclRange.ProtoReflect.Descriptor instead.
func (*Variable_HclRange) GetEnd ¶ added in v0.4.0
func (x *Variable_HclRange) GetEnd() *Variable_HclPos
func (*Variable_HclRange) GetFilename ¶ added in v0.4.0
func (x *Variable_HclRange) GetFilename() string
func (*Variable_HclRange) GetStart ¶ added in v0.4.0
func (x *Variable_HclRange) GetStart() *Variable_HclPos
func (*Variable_HclRange) MarshalJSON ¶ added in v0.4.0
func (msg *Variable_HclRange) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Variable_HclRange) ProtoMessage ¶ added in v0.4.0
func (*Variable_HclRange) ProtoMessage()
func (*Variable_HclRange) ProtoReflect ¶ added in v0.4.0
func (x *Variable_HclRange) ProtoReflect() protoreflect.Message
func (*Variable_HclRange) Reset ¶ added in v0.4.0
func (x *Variable_HclRange) Reset()
func (*Variable_HclRange) String ¶ added in v0.4.0
func (x *Variable_HclRange) String() string
func (*Variable_HclRange) UnmarshalJSON ¶ added in v0.4.0
func (msg *Variable_HclRange) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Variable_Server ¶ added in v0.4.0
type Variable_Str ¶ added in v0.4.0
type Variable_Str struct {
Str string `protobuf:"bytes,2,opt,name=str,proto3,oneof"`
}
type Variable_VCS ¶ added in v0.4.0
type Variable_VCS struct { FileName string `protobuf:"bytes,1,opt,name=fileName,proto3" json:"fileName,omitempty"` HclRange *Variable_HclRange `protobuf:"bytes,2,opt,name=hcl_range,json=hclRange,proto3" json:"hcl_range,omitempty"` // contains filtered or unexported fields }
func (*Variable_VCS) Descriptor
deprecated
added in
v0.4.0
func (*Variable_VCS) Descriptor() ([]byte, []int)
Deprecated: Use Variable_VCS.ProtoReflect.Descriptor instead.
func (*Variable_VCS) GetFileName ¶ added in v0.4.0
func (x *Variable_VCS) GetFileName() string
func (*Variable_VCS) GetHclRange ¶ added in v0.4.0
func (x *Variable_VCS) GetHclRange() *Variable_HclRange
func (*Variable_VCS) MarshalJSON ¶ added in v0.4.0
func (msg *Variable_VCS) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Variable_VCS) ProtoMessage ¶ added in v0.4.0
func (*Variable_VCS) ProtoMessage()
func (*Variable_VCS) ProtoReflect ¶ added in v0.4.0
func (x *Variable_VCS) ProtoReflect() protoreflect.Message
func (*Variable_VCS) Reset ¶ added in v0.4.0
func (x *Variable_VCS) Reset()
func (*Variable_VCS) String ¶ added in v0.4.0
func (x *Variable_VCS) String() string
func (*Variable_VCS) UnmarshalJSON ¶ added in v0.4.0
func (msg *Variable_VCS) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Variable_Vcs ¶ added in v0.4.0
type Variable_Vcs struct { // VCS is set if git polling is enabled and an // *.auto.wpvars.hcl/json file is found in the repo Vcs *Variable_VCS `protobuf:"bytes,7,opt,name=vcs,proto3,oneof"` }
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) MarshalJSON ¶ added in v0.2.0
func (msg *VersionInfo) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*VersionInfo) UnmarshalJSON ¶ added in v0.2.0
func (msg *VersionInfo) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *VersionInfo_ProtocolVersion) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*VersionInfo_ProtocolVersion) UnmarshalJSON ¶ added in v0.2.0
func (msg *VersionInfo_ProtocolVersion) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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 *ListWorkspacesRequest, 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) // FindExecInstance returns an instance that can be used for an exec session. // This is used by the exec cli command to detect if there is a long running // instance to connect to or if a virtual instance should be created by running // the plugins exec function. FindExecInstance(ctx context.Context, in *FindExecInstanceRequest, opts ...grpc.CallOption) (*FindExecInstanceResponse, 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) // Set the configuration for a dynamic configuration source. If you're looking // to set application configuration, you probably want SetConfig instead. SetConfigSource(ctx context.Context, in *SetConfigSourceRequest, opts ...grpc.CallOption) (*empty.Empty, error) // Get the matching configuration source for the request. This will return // the most specific matching config source given the scope in the request. // For example, if you search for an app-specific config source and only // a global config exists, the global config will be returned. GetConfigSource(ctx context.Context, in *GetConfigSourceRequest, opts ...grpc.CallOption) (*GetConfigSourceResponse, 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) // CreateSnapshot creates a new database snapshot. CreateSnapshot(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (Waypoint_CreateSnapshotClient, error) // RestoreSnapshot performs a database restore with the given snapshot. // This API doesn't do a full online restore, it only stages the restore // for the next server start to finalize the restore. See the arguments for // more information. RestoreSnapshot(ctx context.Context, opts ...grpc.CallOption) (Waypoint_RestoreSnapshotClient, 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) // GetStatusReport returns a StatusReport GetStatusReport(ctx context.Context, in *GetStatusReportRequest, opts ...grpc.CallOption) (*StatusReport, error) // GetLatestStatusReport returns the most recent successfully completed // health report for an app GetLatestStatusReport(ctx context.Context, in *GetLatestStatusReportRequest, opts ...grpc.CallOption) (*StatusReport, error) // ListStatusReports returns the deployments. ListStatusReports(ctx context.Context, in *ListStatusReportsRequest, opts ...grpc.CallOption) (*ListStatusReportsResponse, 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) // WaypointHclFmt formats a waypoint.hcl file. This must be in HCL format. // JSON formatting is not supported. WaypointHclFmt(ctx context.Context, in *WaypointHclFmtRequest, opts ...grpc.CallOption) (*WaypointHclFmtResponse, 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) // UpsertStatusReport updates or inserts a statusreport. UpsertStatusReport(ctx context.Context, in *UpsertStatusReportRequest, opts ...grpc.CallOption) (*UpsertStatusReportResponse, 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 WaypointHclFmtRequest ¶ added in v0.3.0
type WaypointHclFmtRequest struct { WaypointHcl []byte `protobuf:"bytes,1,opt,name=waypoint_hcl,json=waypointHcl,proto3" json:"waypoint_hcl,omitempty"` // contains filtered or unexported fields }
func (*WaypointHclFmtRequest) Descriptor
deprecated
added in
v0.3.0
func (*WaypointHclFmtRequest) Descriptor() ([]byte, []int)
Deprecated: Use WaypointHclFmtRequest.ProtoReflect.Descriptor instead.
func (*WaypointHclFmtRequest) GetWaypointHcl ¶ added in v0.3.0
func (x *WaypointHclFmtRequest) GetWaypointHcl() []byte
func (*WaypointHclFmtRequest) MarshalJSON ¶ added in v0.3.0
func (msg *WaypointHclFmtRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*WaypointHclFmtRequest) ProtoMessage ¶ added in v0.3.0
func (*WaypointHclFmtRequest) ProtoMessage()
func (*WaypointHclFmtRequest) ProtoReflect ¶ added in v0.3.0
func (x *WaypointHclFmtRequest) ProtoReflect() protoreflect.Message
func (*WaypointHclFmtRequest) Reset ¶ added in v0.3.0
func (x *WaypointHclFmtRequest) Reset()
func (*WaypointHclFmtRequest) String ¶ added in v0.3.0
func (x *WaypointHclFmtRequest) String() string
func (*WaypointHclFmtRequest) UnmarshalJSON ¶ added in v0.3.0
func (msg *WaypointHclFmtRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type WaypointHclFmtResponse ¶ added in v0.3.0
type WaypointHclFmtResponse struct { WaypointHcl []byte `protobuf:"bytes,1,opt,name=waypoint_hcl,json=waypointHcl,proto3" json:"waypoint_hcl,omitempty"` // contains filtered or unexported fields }
func (*WaypointHclFmtResponse) Descriptor
deprecated
added in
v0.3.0
func (*WaypointHclFmtResponse) Descriptor() ([]byte, []int)
Deprecated: Use WaypointHclFmtResponse.ProtoReflect.Descriptor instead.
func (*WaypointHclFmtResponse) GetWaypointHcl ¶ added in v0.3.0
func (x *WaypointHclFmtResponse) GetWaypointHcl() []byte
func (*WaypointHclFmtResponse) MarshalJSON ¶ added in v0.3.0
func (msg *WaypointHclFmtResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*WaypointHclFmtResponse) ProtoMessage ¶ added in v0.3.0
func (*WaypointHclFmtResponse) ProtoMessage()
func (*WaypointHclFmtResponse) ProtoReflect ¶ added in v0.3.0
func (x *WaypointHclFmtResponse) ProtoReflect() protoreflect.Message
func (*WaypointHclFmtResponse) Reset ¶ added in v0.3.0
func (x *WaypointHclFmtResponse) Reset()
func (*WaypointHclFmtResponse) String ¶ added in v0.3.0
func (x *WaypointHclFmtResponse) String() string
func (*WaypointHclFmtResponse) UnmarshalJSON ¶ added in v0.3.0
func (msg *WaypointHclFmtResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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, *ListWorkspacesRequest) (*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) // FindExecInstance returns an instance that can be used for an exec session. // This is used by the exec cli command to detect if there is a long running // instance to connect to or if a virtual instance should be created by running // the plugins exec function. FindExecInstance(context.Context, *FindExecInstanceRequest) (*FindExecInstanceResponse, 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) // Set the configuration for a dynamic configuration source. If you're looking // to set application configuration, you probably want SetConfig instead. SetConfigSource(context.Context, *SetConfigSourceRequest) (*empty.Empty, error) // Get the matching configuration source for the request. This will return // the most specific matching config source given the scope in the request. // For example, if you search for an app-specific config source and only // a global config exists, the global config will be returned. GetConfigSource(context.Context, *GetConfigSourceRequest) (*GetConfigSourceResponse, 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) // CreateSnapshot creates a new database snapshot. CreateSnapshot(*empty.Empty, Waypoint_CreateSnapshotServer) error // RestoreSnapshot performs a database restore with the given snapshot. // This API doesn't do a full online restore, it only stages the restore // for the next server start to finalize the restore. See the arguments for // more information. RestoreSnapshot(Waypoint_RestoreSnapshotServer) 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) // GetStatusReport returns a StatusReport GetStatusReport(context.Context, *GetStatusReportRequest) (*StatusReport, error) // GetLatestStatusReport returns the most recent successfully completed // health report for an app GetLatestStatusReport(context.Context, *GetLatestStatusReportRequest) (*StatusReport, error) // ListStatusReports returns the deployments. ListStatusReports(context.Context, *ListStatusReportsRequest) (*ListStatusReportsResponse, 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 // WaypointHclFmt formats a waypoint.hcl file. This must be in HCL format. // JSON formatting is not supported. WaypointHclFmt(context.Context, *WaypointHclFmtRequest) (*WaypointHclFmtResponse, 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) // UpsertStatusReport updates or inserts a statusreport. UpsertStatusReport(context.Context, *UpsertStatusReportRequest) (*UpsertStatusReportResponse, error) }
WaypointServer is the server API for Waypoint service.
type Waypoint_CreateSnapshotClient ¶ added in v0.2.0
type Waypoint_CreateSnapshotClient interface { Recv() (*CreateSnapshotResponse, error) grpc.ClientStream }
type Waypoint_CreateSnapshotServer ¶ added in v0.2.0
type Waypoint_CreateSnapshotServer interface { Send(*CreateSnapshotResponse) error grpc.ServerStream }
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_RestoreSnapshotClient ¶ added in v0.2.0
type Waypoint_RestoreSnapshotClient interface { Send(*RestoreSnapshotRequest) error CloseAndRecv() (*empty.Empty, error) grpc.ClientStream }
type Waypoint_RestoreSnapshotServer ¶ added in v0.2.0
type Waypoint_RestoreSnapshotServer interface { SendAndClose(*empty.Empty) error Recv() (*RestoreSnapshotRequest, 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 projects that have executed at least one operation within // the context of this workspace. Projects []*Workspace_Project `protobuf:"bytes,4,rep,name=projects,proto3" json:"projects,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) GetProjects ¶ added in v0.3.0
func (x *Workspace) GetProjects() []*Workspace_Project
func (*Workspace) MarshalJSON ¶ added in v0.2.0
MarshalJSON implements json.Marshaler
func (*Workspace) ProtoMessage ¶
func (*Workspace) ProtoMessage()
func (*Workspace) ProtoReflect ¶
func (x *Workspace) ProtoReflect() protoreflect.Message
func (*Workspace) UnmarshalJSON ¶ added in v0.2.0
UnmarshalJSON implements json.Unmarshaler
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) MarshalJSON ¶ added in v0.2.0
func (msg *Workspace_Application) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
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
func (*Workspace_Application) UnmarshalJSON ¶ added in v0.2.0
func (msg *Workspace_Application) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Workspace_Project ¶ added in v0.3.0
type Workspace_Project struct { // Project that this is referencing. Project *Ref_Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` // Workspace that this project is part of. This will only be set // when using the GetProject API. This will ALWAYS BE NIL on workspace // list and get APIs. Workspace *Ref_Workspace `protobuf:"bytes,5,opt,name=workspace,proto3" json:"workspace,omitempty"` // The last non-local ref that was used for any operation. DataSourceRef *Job_DataSource_Ref `protobuf:"bytes,2,opt,name=data_source_ref,json=dataSourceRef,proto3" json:"data_source_ref,omitempty"` // active_time is the last time that this project had activity in // this workspace. ActiveTime *timestamp.Timestamp `protobuf:"bytes,3,opt,name=active_time,json=activeTime,proto3" json:"active_time,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 respect list API for that operation, such as // ListDeployments. Applications []*Workspace_Application `protobuf:"bytes,4,rep,name=applications,proto3" json:"applications,omitempty"` // contains filtered or unexported fields }
func (*Workspace_Project) Descriptor
deprecated
added in
v0.3.0
func (*Workspace_Project) Descriptor() ([]byte, []int)
Deprecated: Use Workspace_Project.ProtoReflect.Descriptor instead.
func (*Workspace_Project) GetActiveTime ¶ added in v0.3.0
func (x *Workspace_Project) GetActiveTime() *timestamp.Timestamp
func (*Workspace_Project) GetApplications ¶ added in v0.3.0
func (x *Workspace_Project) GetApplications() []*Workspace_Application
func (*Workspace_Project) GetDataSourceRef ¶ added in v0.3.0
func (x *Workspace_Project) GetDataSourceRef() *Job_DataSource_Ref
func (*Workspace_Project) GetProject ¶ added in v0.3.0
func (x *Workspace_Project) GetProject() *Ref_Project
func (*Workspace_Project) GetWorkspace ¶ added in v0.3.0
func (x *Workspace_Project) GetWorkspace() *Ref_Workspace
func (*Workspace_Project) MarshalJSON ¶ added in v0.3.0
func (msg *Workspace_Project) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Workspace_Project) ProtoMessage ¶ added in v0.3.0
func (*Workspace_Project) ProtoMessage()
func (*Workspace_Project) ProtoReflect ¶ added in v0.3.0
func (x *Workspace_Project) ProtoReflect() protoreflect.Message
func (*Workspace_Project) Reset ¶ added in v0.3.0
func (x *Workspace_Project) Reset()
func (*Workspace_Project) String ¶ added in v0.3.0
func (x *Workspace_Project) String() string
func (*Workspace_Project) UnmarshalJSON ¶ added in v0.3.0
func (msg *Workspace_Project) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler