Documentation ¶
Overview ¶
Package gen is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
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 RegisterWaypointHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterWaypointHandlerClient(ctx context.Context, mux *runtime.ServeMux, client WaypointClient) error
- func RegisterWaypointHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterWaypointHandlerServer(ctx context.Context, mux *runtime.ServeMux, server WaypointServer) error
- func RegisterWaypointServer(s grpc.ServiceRegistrar, srv WaypointServer)
- func RestoreAsset(dir, name string) error
- func RestoreAssets(dir, name string) error
- type AdoptRunnerRequest
- func (*AdoptRunnerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AdoptRunnerRequest) GetAdopt() bool
- func (x *AdoptRunnerRequest) GetRunnerId() string
- func (msg *AdoptRunnerRequest) MarshalJSON() ([]byte, error)
- func (*AdoptRunnerRequest) ProtoMessage()
- func (x *AdoptRunnerRequest) ProtoReflect() protoreflect.Message
- func (x *AdoptRunnerRequest) Reset()
- func (x *AdoptRunnerRequest) String() string
- func (msg *AdoptRunnerRequest) UnmarshalJSON(b []byte) 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() *opaqueany.Any
- func (x *Artifact) GetArtifactJson() string
- 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 AuthMethod
- func (*AuthMethod) Descriptor() ([]byte, []int)deprecated
- func (x *AuthMethod) GetAccessSelector() string
- func (x *AuthMethod) GetDescription() string
- func (x *AuthMethod) GetDisplayName() string
- func (m *AuthMethod) GetMethod() isAuthMethod_Method
- func (x *AuthMethod) GetName() string
- func (x *AuthMethod) GetOidc() *AuthMethod_OIDC
- func (msg *AuthMethod) MarshalJSON() ([]byte, error)
- func (*AuthMethod) ProtoMessage()
- func (x *AuthMethod) ProtoReflect() protoreflect.Message
- func (x *AuthMethod) Reset()
- func (x *AuthMethod) String() string
- func (msg *AuthMethod) UnmarshalJSON(b []byte) error
- type AuthMethod_OIDC
- func (*AuthMethod_OIDC) Descriptor() ([]byte, []int)deprecated
- func (x *AuthMethod_OIDC) GetAllowedRedirectUris() []string
- func (x *AuthMethod_OIDC) GetAuds() []string
- func (x *AuthMethod_OIDC) GetClaimMappings() map[string]string
- func (x *AuthMethod_OIDC) GetClientId() string
- func (x *AuthMethod_OIDC) GetClientSecret() string
- func (x *AuthMethod_OIDC) GetDiscoveryCaPem() []string
- func (x *AuthMethod_OIDC) GetDiscoveryUrl() string
- func (x *AuthMethod_OIDC) GetListClaimMappings() map[string]string
- func (x *AuthMethod_OIDC) GetScopes() []string
- func (x *AuthMethod_OIDC) GetSigningAlgs() []string
- func (msg *AuthMethod_OIDC) MarshalJSON() ([]byte, error)
- func (*AuthMethod_OIDC) ProtoMessage()
- func (x *AuthMethod_OIDC) ProtoReflect() protoreflect.Message
- func (x *AuthMethod_OIDC) Reset()
- func (x *AuthMethod_OIDC) String() string
- func (msg *AuthMethod_OIDC) UnmarshalJSON(b []byte) error
- type AuthMethod_Oidc
- 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) GetPreload() *Build_Preload
- 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 Build_Preload
- func (*Build_Preload) Descriptor() ([]byte, []int)deprecated
- func (x *Build_Preload) GetJobDataSourceRef() *Job_DataSource_Ref
- func (msg *Build_Preload) MarshalJSON() ([]byte, error)
- func (*Build_Preload) ProtoMessage()
- func (x *Build_Preload) ProtoReflect() protoreflect.Message
- func (x *Build_Preload) Reset()
- func (x *Build_Preload) String() string
- func (msg *Build_Preload) UnmarshalJSON(b []byte) error
- type CancelJobRequest
- func (*CancelJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CancelJobRequest) GetForce() bool
- 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 CancelTaskRequest
- func (*CancelTaskRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CancelTaskRequest) GetRef() *Ref_Task
- func (msg *CancelTaskRequest) MarshalJSON() ([]byte, error)
- func (*CancelTaskRequest) ProtoMessage()
- func (x *CancelTaskRequest) ProtoReflect() protoreflect.Message
- func (x *CancelTaskRequest) Reset()
- func (x *CancelTaskRequest) String() string
- func (msg *CancelTaskRequest) UnmarshalJSON(b []byte) error
- type CompleteOIDCAuthRequest
- func (*CompleteOIDCAuthRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CompleteOIDCAuthRequest) GetAuthMethod() *Ref_AuthMethod
- func (x *CompleteOIDCAuthRequest) GetCode() string
- func (x *CompleteOIDCAuthRequest) GetNonce() string
- func (x *CompleteOIDCAuthRequest) GetRedirectUri() string
- func (x *CompleteOIDCAuthRequest) GetState() string
- func (msg *CompleteOIDCAuthRequest) MarshalJSON() ([]byte, error)
- func (*CompleteOIDCAuthRequest) ProtoMessage()
- func (x *CompleteOIDCAuthRequest) ProtoReflect() protoreflect.Message
- func (x *CompleteOIDCAuthRequest) Reset()
- func (x *CompleteOIDCAuthRequest) String() string
- func (msg *CompleteOIDCAuthRequest) UnmarshalJSON(b []byte) error
- type CompleteOIDCAuthResponse
- func (*CompleteOIDCAuthResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CompleteOIDCAuthResponse) GetIdClaimsJson() string
- func (x *CompleteOIDCAuthResponse) GetToken() string
- func (x *CompleteOIDCAuthResponse) GetUser() *User
- func (x *CompleteOIDCAuthResponse) GetUserClaimsJson() string
- func (msg *CompleteOIDCAuthResponse) MarshalJSON() ([]byte, error)
- func (*CompleteOIDCAuthResponse) ProtoMessage()
- func (x *CompleteOIDCAuthResponse) ProtoReflect() protoreflect.Message
- func (x *CompleteOIDCAuthResponse) Reset()
- func (x *CompleteOIDCAuthResponse) String() string
- func (msg *CompleteOIDCAuthResponse) 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) GetLabels() map[string]string
- func (x *ConfigGetRequest) GetPrefix() string
- func (x *ConfigGetRequest) GetProject() *Ref_Project
- func (x *ConfigGetRequest) GetRunner() *Ref_RunnerId
- func (m *ConfigGetRequest) GetScope() isConfigGetRequest_Scope
- func (x *ConfigGetRequest) GetWorkspace() *Ref_Workspace
- 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 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 ConfigSyncPipelineRequest
- func (*ConfigSyncPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigSyncPipelineRequest) GetProject() *Ref_Project
- func (msg *ConfigSyncPipelineRequest) MarshalJSON() ([]byte, error)
- func (*ConfigSyncPipelineRequest) ProtoMessage()
- func (x *ConfigSyncPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *ConfigSyncPipelineRequest) Reset()
- func (x *ConfigSyncPipelineRequest) String() string
- func (msg *ConfigSyncPipelineRequest) UnmarshalJSON(b []byte) error
- type ConfigSyncPipelineResponse
- func (*ConfigSyncPipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigSyncPipelineResponse) GetSyncedPipelines() map[string]*Ref_Pipeline
- func (msg *ConfigSyncPipelineResponse) MarshalJSON() ([]byte, error)
- func (*ConfigSyncPipelineResponse) ProtoMessage()
- func (x *ConfigSyncPipelineResponse) ProtoReflect() protoreflect.Message
- func (x *ConfigSyncPipelineResponse) Reset()
- func (x *ConfigSyncPipelineResponse) String() string
- func (msg *ConfigSyncPipelineResponse) UnmarshalJSON(b []byte) error
- 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 (x *ConfigVar) GetStatic() string
- func (x *ConfigVar) GetTarget() *ConfigVar_Target
- func (x *ConfigVar) GetUnset() *emptypb.Empty
- func (m *ConfigVar) GetUnusedScope() isConfigVar_UnusedScope
- 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_Target
- func (*ConfigVar_Target) Descriptor() ([]byte, []int)deprecated
- func (m *ConfigVar_Target) GetAppScope() isConfigVar_Target_AppScope
- func (x *ConfigVar_Target) GetApplication() *Ref_Application
- func (x *ConfigVar_Target) GetGlobal() *Ref_Global
- func (x *ConfigVar_Target) GetLabelSelector() string
- func (x *ConfigVar_Target) GetProject() *Ref_Project
- func (x *ConfigVar_Target) GetRunner() *Ref_Runner
- func (x *ConfigVar_Target) GetWorkspace() *Ref_Workspace
- func (msg *ConfigVar_Target) MarshalJSON() ([]byte, error)
- func (*ConfigVar_Target) ProtoMessage()
- func (x *ConfigVar_Target) ProtoReflect() protoreflect.Message
- func (x *ConfigVar_Target) Reset()
- func (x *ConfigVar_Target) String() string
- func (msg *ConfigVar_Target) UnmarshalJSON(b []byte) error
- type ConfigVar_Target_Application
- type ConfigVar_Target_Global
- type ConfigVar_Target_Project
- 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 DeclaredResource
- func (*DeclaredResource) Descriptor() ([]byte, []int)deprecated
- func (x *DeclaredResource) GetCategoryDisplayHint() ResourceCategoryDisplayHint
- func (x *DeclaredResource) GetName() string
- func (x *DeclaredResource) GetPlatform() string
- func (x *DeclaredResource) GetState() *opaqueany.Any
- func (x *DeclaredResource) GetStateJson() string
- func (x *DeclaredResource) GetType() string
- func (msg *DeclaredResource) MarshalJSON() ([]byte, error)
- func (*DeclaredResource) ProtoMessage()
- func (x *DeclaredResource) ProtoReflect() protoreflect.Message
- func (x *DeclaredResource) Reset()
- func (x *DeclaredResource) String() string
- func (msg *DeclaredResource) UnmarshalJSON(b []byte) error
- type DecodeTokenRequest
- func (*DecodeTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DecodeTokenRequest) GetToken() string
- func (msg *DecodeTokenRequest) MarshalJSON() ([]byte, error)
- func (*DecodeTokenRequest) ProtoMessage()
- func (x *DecodeTokenRequest) ProtoReflect() protoreflect.Message
- func (x *DecodeTokenRequest) Reset()
- func (x *DecodeTokenRequest) String() string
- func (msg *DecodeTokenRequest) UnmarshalJSON(b []byte) error
- type DecodeTokenResponse
- func (*DecodeTokenResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DecodeTokenResponse) GetToken() *Token
- func (x *DecodeTokenResponse) GetTransport() *TokenTransport
- func (msg *DecodeTokenResponse) MarshalJSON() ([]byte, error)
- func (*DecodeTokenResponse) ProtoMessage()
- func (x *DecodeTokenResponse) ProtoReflect() protoreflect.Message
- func (x *DecodeTokenResponse) Reset()
- func (x *DecodeTokenResponse) String() string
- func (msg *DecodeTokenResponse) UnmarshalJSON(b []byte) error
- type DeleteAuthMethodRequest
- func (*DeleteAuthMethodRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteAuthMethodRequest) GetAuthMethod() *Ref_AuthMethod
- func (msg *DeleteAuthMethodRequest) MarshalJSON() ([]byte, error)
- func (*DeleteAuthMethodRequest) ProtoMessage()
- func (x *DeleteAuthMethodRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteAuthMethodRequest) Reset()
- func (x *DeleteAuthMethodRequest) String() string
- func (msg *DeleteAuthMethodRequest) UnmarshalJSON(b []byte) error
- 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 DeleteOnDemandRunnerConfigRequest
- func (*DeleteOnDemandRunnerConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteOnDemandRunnerConfigRequest) GetConfig() *Ref_OnDemandRunnerConfig
- func (msg *DeleteOnDemandRunnerConfigRequest) MarshalJSON() ([]byte, error)
- func (*DeleteOnDemandRunnerConfigRequest) ProtoMessage()
- func (x *DeleteOnDemandRunnerConfigRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteOnDemandRunnerConfigRequest) Reset()
- func (x *DeleteOnDemandRunnerConfigRequest) String() string
- func (msg *DeleteOnDemandRunnerConfigRequest) UnmarshalJSON(b []byte) error
- type DeleteOnDemandRunnerConfigResponse
- func (*DeleteOnDemandRunnerConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteOnDemandRunnerConfigResponse) GetConfig() *OnDemandRunnerConfig
- func (msg *DeleteOnDemandRunnerConfigResponse) MarshalJSON() ([]byte, error)
- func (*DeleteOnDemandRunnerConfigResponse) ProtoMessage()
- func (x *DeleteOnDemandRunnerConfigResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteOnDemandRunnerConfigResponse) Reset()
- func (x *DeleteOnDemandRunnerConfigResponse) String() string
- func (msg *DeleteOnDemandRunnerConfigResponse) UnmarshalJSON(b []byte) error
- type DeleteTaskRequest
- func (*DeleteTaskRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteTaskRequest) GetRef() *Ref_Task
- func (msg *DeleteTaskRequest) MarshalJSON() ([]byte, error)
- func (*DeleteTaskRequest) ProtoMessage()
- func (x *DeleteTaskRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteTaskRequest) Reset()
- func (x *DeleteTaskRequest) String() string
- func (msg *DeleteTaskRequest) UnmarshalJSON(b []byte) error
- type DeleteTriggerRequest
- func (*DeleteTriggerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteTriggerRequest) GetRef() *Ref_Trigger
- func (msg *DeleteTriggerRequest) MarshalJSON() ([]byte, error)
- func (*DeleteTriggerRequest) ProtoMessage()
- func (x *DeleteTriggerRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteTriggerRequest) Reset()
- func (x *DeleteTriggerRequest) String() string
- func (msg *DeleteTriggerRequest) UnmarshalJSON(b []byte) error
- type DeleteUserRequest
- func (*DeleteUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteUserRequest) GetUser() *Ref_User
- func (msg *DeleteUserRequest) MarshalJSON() ([]byte, error)
- func (*DeleteUserRequest) ProtoMessage()
- func (x *DeleteUserRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteUserRequest) Reset()
- func (x *DeleteUserRequest) String() string
- func (msg *DeleteUserRequest) 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) GetDeclaredResources() []*DeclaredResource
- func (x *Deployment) GetDeployment() *opaqueany.Any
- func (x *Deployment) GetDeploymentJson() string
- func (x *Deployment) GetDestroyedResources() []*DestroyedResource
- 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) GetUrl() string
- 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 DeploymentExpanded
- func (*DeploymentExpanded) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentExpanded) GetDeployment() *Deployment
- func (x *DeploymentExpanded) GetLatestStatusReport() *StatusReport
- func (msg *DeploymentExpanded) MarshalJSON() ([]byte, error)
- func (*DeploymentExpanded) ProtoMessage()
- func (x *DeploymentExpanded) ProtoReflect() protoreflect.Message
- func (x *DeploymentExpanded) Reset()
- func (x *DeploymentExpanded) String() string
- func (msg *DeploymentExpanded) 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 (x *Deployment_Preload) GetJobDataSourceRef() *Job_DataSource_Ref
- 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 DestroyProjectRequest
- func (*DestroyProjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DestroyProjectRequest) GetProject() *Ref_Project
- func (msg *DestroyProjectRequest) MarshalJSON() ([]byte, error)
- func (*DestroyProjectRequest) ProtoMessage()
- func (x *DestroyProjectRequest) ProtoReflect() protoreflect.Message
- func (x *DestroyProjectRequest) Reset()
- func (x *DestroyProjectRequest) String() string
- func (msg *DestroyProjectRequest) UnmarshalJSON(b []byte) error
- type DestroyedResource
- func (*DestroyedResource) Descriptor() ([]byte, []int)deprecated
- func (x *DestroyedResource) GetName() string
- func (x *DestroyedResource) GetPlatform() string
- func (x *DestroyedResource) GetState() *opaqueany.Any
- func (x *DestroyedResource) GetStateJson() string
- func (x *DestroyedResource) GetType() string
- func (msg *DestroyedResource) MarshalJSON() ([]byte, error)
- func (*DestroyedResource) ProtoMessage()
- func (x *DestroyedResource) ProtoReflect() protoreflect.Message
- func (x *DestroyedResource) Reset()
- func (x *DestroyedResource) String() string
- func (msg *DestroyedResource) 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) GetDisableExec() bool
- 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() *emptypb.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 ErrorDetail
- func (*ErrorDetail) Descriptor() ([]byte, []int)deprecated
- func (x *ErrorDetail) GetKey() string
- func (x *ErrorDetail) GetValue() string
- func (msg *ErrorDetail) MarshalJSON() ([]byte, error)
- func (*ErrorDetail) ProtoMessage()
- func (x *ErrorDetail) ProtoReflect() protoreflect.Message
- func (x *ErrorDetail) Reset()
- func (x *ErrorDetail) String() string
- func (msg *ErrorDetail) 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() *emptypb.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 ExpediteStatusReportRequest
- func (*ExpediteStatusReportRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExpediteStatusReportRequest) GetDeployment() *Ref_Operation
- func (x *ExpediteStatusReportRequest) GetRelease() *Ref_Operation
- func (m *ExpediteStatusReportRequest) GetTarget() isExpediteStatusReportRequest_Target
- func (x *ExpediteStatusReportRequest) GetWorkspace() *Ref_Workspace
- func (msg *ExpediteStatusReportRequest) MarshalJSON() ([]byte, error)
- func (*ExpediteStatusReportRequest) ProtoMessage()
- func (x *ExpediteStatusReportRequest) ProtoReflect() protoreflect.Message
- func (x *ExpediteStatusReportRequest) Reset()
- func (x *ExpediteStatusReportRequest) String() string
- func (msg *ExpediteStatusReportRequest) UnmarshalJSON(b []byte) error
- type ExpediteStatusReportRequest_Deployment
- type ExpediteStatusReportRequest_Release
- type ExpediteStatusReportResponse
- func (*ExpediteStatusReportResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ExpediteStatusReportResponse) GetJobId() string
- func (msg *ExpediteStatusReportResponse) MarshalJSON() ([]byte, error)
- func (*ExpediteStatusReportResponse) ProtoMessage()
- func (x *ExpediteStatusReportResponse) ProtoReflect() protoreflect.Message
- func (x *ExpediteStatusReportResponse) Reset()
- func (x *ExpediteStatusReportResponse) String() string
- func (msg *ExpediteStatusReportResponse) UnmarshalJSON(b []byte) error
- type ForgetRunnerRequest
- func (*ForgetRunnerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ForgetRunnerRequest) GetRunnerId() string
- func (msg *ForgetRunnerRequest) MarshalJSON() ([]byte, error)
- func (*ForgetRunnerRequest) ProtoMessage()
- func (x *ForgetRunnerRequest) ProtoReflect() protoreflect.Message
- func (x *ForgetRunnerRequest) Reset()
- func (x *ForgetRunnerRequest) String() string
- func (msg *ForgetRunnerRequest) UnmarshalJSON(b []byte) error
- type GenerateRunnerTokenRequest
- func (*GenerateRunnerTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateRunnerTokenRequest) GetDuration() string
- func (x *GenerateRunnerTokenRequest) GetId() string
- func (x *GenerateRunnerTokenRequest) GetLabels() map[string]string
- func (msg *GenerateRunnerTokenRequest) MarshalJSON() ([]byte, error)
- func (*GenerateRunnerTokenRequest) ProtoMessage()
- func (x *GenerateRunnerTokenRequest) ProtoReflect() protoreflect.Message
- func (x *GenerateRunnerTokenRequest) Reset()
- func (x *GenerateRunnerTokenRequest) String() string
- func (msg *GenerateRunnerTokenRequest) 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 GetApplicationRequest
- func (*GetApplicationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetApplicationRequest) GetApplication() *Ref_Application
- func (msg *GetApplicationRequest) MarshalJSON() ([]byte, error)
- func (*GetApplicationRequest) ProtoMessage()
- func (x *GetApplicationRequest) ProtoReflect() protoreflect.Message
- func (x *GetApplicationRequest) Reset()
- func (x *GetApplicationRequest) String() string
- func (msg *GetApplicationRequest) UnmarshalJSON(b []byte) error
- type GetApplicationResponse
- func (*GetApplicationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetApplicationResponse) GetApplication() *Application
- func (msg *GetApplicationResponse) MarshalJSON() ([]byte, error)
- func (*GetApplicationResponse) ProtoMessage()
- func (x *GetApplicationResponse) ProtoReflect() protoreflect.Message
- func (x *GetApplicationResponse) Reset()
- func (x *GetApplicationResponse) String() string
- func (msg *GetApplicationResponse) UnmarshalJSON(b []byte) error
- type GetAuthMethodRequest
- func (*GetAuthMethodRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAuthMethodRequest) GetAuthMethod() *Ref_AuthMethod
- func (msg *GetAuthMethodRequest) MarshalJSON() ([]byte, error)
- func (*GetAuthMethodRequest) ProtoMessage()
- func (x *GetAuthMethodRequest) ProtoReflect() protoreflect.Message
- func (x *GetAuthMethodRequest) Reset()
- func (x *GetAuthMethodRequest) String() string
- func (msg *GetAuthMethodRequest) UnmarshalJSON(b []byte) error
- type GetAuthMethodResponse
- func (*GetAuthMethodResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAuthMethodResponse) GetAuthMethod() *AuthMethod
- func (msg *GetAuthMethodResponse) MarshalJSON() ([]byte, error)
- func (*GetAuthMethodResponse) ProtoMessage()
- func (x *GetAuthMethodResponse) ProtoReflect() protoreflect.Message
- func (x *GetAuthMethodResponse) Reset()
- func (x *GetAuthMethodResponse) String() string
- func (msg *GetAuthMethodResponse) 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) GetJob() *GetJobStreamResponse_JobChange
- 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_Job
- type GetJobStreamResponse_JobChange
- func (*GetJobStreamResponse_JobChange) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobStreamResponse_JobChange) GetJob() *Job
- func (msg *GetJobStreamResponse_JobChange) MarshalJSON() ([]byte, error)
- func (*GetJobStreamResponse_JobChange) ProtoMessage()
- func (x *GetJobStreamResponse_JobChange) ProtoReflect() protoreflect.Message
- func (x *GetJobStreamResponse_JobChange) Reset()
- func (x *GetJobStreamResponse_JobChange) String() string
- func (msg *GetJobStreamResponse_JobChange) UnmarshalJSON(b []byte) 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() *timestamppb.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) GetAny() *emptypb.Empty
- func (x *GetLatestStatusReportRequest) GetApplication() *Ref_Application
- func (x *GetLatestStatusReportRequest) GetDeploymentAny() *emptypb.Empty
- func (x *GetLatestStatusReportRequest) GetDeploymentId() string
- func (x *GetLatestStatusReportRequest) GetReleaseAny() *emptypb.Empty
- func (x *GetLatestStatusReportRequest) GetReleaseId() string
- func (m *GetLatestStatusReportRequest) GetTarget() isGetLatestStatusReportRequest_Target
- 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 GetLatestStatusReportRequest_Any
- type GetLatestStatusReportRequest_DeploymentAny
- type GetLatestStatusReportRequest_DeploymentId
- type GetLatestStatusReportRequest_ReleaseAny
- type GetLatestStatusReportRequest_ReleaseId
- 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 GetOIDCAuthURLRequest
- func (*GetOIDCAuthURLRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOIDCAuthURLRequest) GetAuthMethod() *Ref_AuthMethod
- func (x *GetOIDCAuthURLRequest) GetNonce() string
- func (x *GetOIDCAuthURLRequest) GetRedirectUri() string
- func (msg *GetOIDCAuthURLRequest) MarshalJSON() ([]byte, error)
- func (*GetOIDCAuthURLRequest) ProtoMessage()
- func (x *GetOIDCAuthURLRequest) ProtoReflect() protoreflect.Message
- func (x *GetOIDCAuthURLRequest) Reset()
- func (x *GetOIDCAuthURLRequest) String() string
- func (msg *GetOIDCAuthURLRequest) UnmarshalJSON(b []byte) error
- type GetOIDCAuthURLResponse
- func (*GetOIDCAuthURLResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOIDCAuthURLResponse) GetUrl() string
- func (msg *GetOIDCAuthURLResponse) MarshalJSON() ([]byte, error)
- func (*GetOIDCAuthURLResponse) ProtoMessage()
- func (x *GetOIDCAuthURLResponse) ProtoReflect() protoreflect.Message
- func (x *GetOIDCAuthURLResponse) Reset()
- func (x *GetOIDCAuthURLResponse) String() string
- func (msg *GetOIDCAuthURLResponse) UnmarshalJSON(b []byte) error
- type GetOnDemandRunnerConfigRequest
- func (*GetOnDemandRunnerConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOnDemandRunnerConfigRequest) GetConfig() *Ref_OnDemandRunnerConfig
- func (msg *GetOnDemandRunnerConfigRequest) MarshalJSON() ([]byte, error)
- func (*GetOnDemandRunnerConfigRequest) ProtoMessage()
- func (x *GetOnDemandRunnerConfigRequest) ProtoReflect() protoreflect.Message
- func (x *GetOnDemandRunnerConfigRequest) Reset()
- func (x *GetOnDemandRunnerConfigRequest) String() string
- func (msg *GetOnDemandRunnerConfigRequest) UnmarshalJSON(b []byte) error
- type GetOnDemandRunnerConfigResponse
- func (*GetOnDemandRunnerConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOnDemandRunnerConfigResponse) GetConfig() *OnDemandRunnerConfig
- func (msg *GetOnDemandRunnerConfigResponse) MarshalJSON() ([]byte, error)
- func (*GetOnDemandRunnerConfigResponse) ProtoMessage()
- func (x *GetOnDemandRunnerConfigResponse) ProtoReflect() protoreflect.Message
- func (x *GetOnDemandRunnerConfigResponse) Reset()
- func (x *GetOnDemandRunnerConfigResponse) String() string
- func (msg *GetOnDemandRunnerConfigResponse) UnmarshalJSON(b []byte) error
- type GetPipelineRequest
- func (*GetPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPipelineRequest) GetPipeline() *Ref_Pipeline
- func (msg *GetPipelineRequest) MarshalJSON() ([]byte, error)
- func (*GetPipelineRequest) ProtoMessage()
- func (x *GetPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *GetPipelineRequest) Reset()
- func (x *GetPipelineRequest) String() string
- func (msg *GetPipelineRequest) UnmarshalJSON(b []byte) error
- type GetPipelineResponse
- func (*GetPipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPipelineResponse) GetGraph() *GetPipelineResponse_Graph
- func (x *GetPipelineResponse) GetPipeline() *Pipeline
- func (x *GetPipelineResponse) GetRootStep() string
- func (msg *GetPipelineResponse) MarshalJSON() ([]byte, error)
- func (*GetPipelineResponse) ProtoMessage()
- func (x *GetPipelineResponse) ProtoReflect() protoreflect.Message
- func (x *GetPipelineResponse) Reset()
- func (x *GetPipelineResponse) String() string
- func (msg *GetPipelineResponse) UnmarshalJSON(b []byte) error
- type GetPipelineResponse_Graph
- func (*GetPipelineResponse_Graph) Descriptor() ([]byte, []int)deprecated
- func (x *GetPipelineResponse_Graph) GetContent() []byte
- func (x *GetPipelineResponse_Graph) GetFormat() GetPipelineResponse_Graph_Format
- func (msg *GetPipelineResponse_Graph) MarshalJSON() ([]byte, error)
- func (*GetPipelineResponse_Graph) ProtoMessage()
- func (x *GetPipelineResponse_Graph) ProtoReflect() protoreflect.Message
- func (x *GetPipelineResponse_Graph) Reset()
- func (x *GetPipelineResponse_Graph) String() string
- func (msg *GetPipelineResponse_Graph) UnmarshalJSON(b []byte) error
- type GetPipelineResponse_Graph_Format
- func (GetPipelineResponse_Graph_Format) Descriptor() protoreflect.EnumDescriptor
- func (x GetPipelineResponse_Graph_Format) Enum() *GetPipelineResponse_Graph_Format
- func (GetPipelineResponse_Graph_Format) EnumDescriptor() ([]byte, []int)deprecated
- func (x GetPipelineResponse_Graph_Format) Number() protoreflect.EnumNumber
- func (x GetPipelineResponse_Graph_Format) String() string
- func (GetPipelineResponse_Graph_Format) Type() protoreflect.EnumType
- type GetPipelineRunRequest
- func (*GetPipelineRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPipelineRunRequest) GetPipeline() *Ref_Pipeline
- func (x *GetPipelineRunRequest) GetSequence() uint64
- func (msg *GetPipelineRunRequest) MarshalJSON() ([]byte, error)
- func (*GetPipelineRunRequest) ProtoMessage()
- func (x *GetPipelineRunRequest) ProtoReflect() protoreflect.Message
- func (x *GetPipelineRunRequest) Reset()
- func (x *GetPipelineRunRequest) String() string
- func (msg *GetPipelineRunRequest) UnmarshalJSON(b []byte) error
- type GetPipelineRunResponse
- func (*GetPipelineRunResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPipelineRunResponse) GetPipelineRun() *PipelineRun
- func (msg *GetPipelineRunResponse) MarshalJSON() ([]byte, error)
- func (*GetPipelineRunResponse) ProtoMessage()
- func (x *GetPipelineRunResponse) ProtoReflect() protoreflect.Message
- func (x *GetPipelineRunResponse) Reset()
- func (x *GetPipelineRunResponse) String() string
- func (msg *GetPipelineRunResponse) UnmarshalJSON(b []byte) error
- 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 GetTaskRequest
- func (*GetTaskRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTaskRequest) GetRef() *Ref_Task
- func (msg *GetTaskRequest) MarshalJSON() ([]byte, error)
- func (*GetTaskRequest) ProtoMessage()
- func (x *GetTaskRequest) ProtoReflect() protoreflect.Message
- func (x *GetTaskRequest) Reset()
- func (x *GetTaskRequest) String() string
- func (msg *GetTaskRequest) UnmarshalJSON(b []byte) error
- type GetTaskResponse
- func (*GetTaskResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTaskResponse) GetStartJob() *Job
- func (x *GetTaskResponse) GetStopJob() *Job
- func (x *GetTaskResponse) GetTask() *Task
- func (x *GetTaskResponse) GetTaskJob() *Job
- func (x *GetTaskResponse) GetWatchJob() *Job
- func (msg *GetTaskResponse) MarshalJSON() ([]byte, error)
- func (*GetTaskResponse) ProtoMessage()
- func (x *GetTaskResponse) ProtoReflect() protoreflect.Message
- func (x *GetTaskResponse) Reset()
- func (x *GetTaskResponse) String() string
- func (msg *GetTaskResponse) UnmarshalJSON(b []byte) error
- type GetTriggerRequest
- func (*GetTriggerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTriggerRequest) GetRef() *Ref_Trigger
- func (msg *GetTriggerRequest) MarshalJSON() ([]byte, error)
- func (*GetTriggerRequest) ProtoMessage()
- func (x *GetTriggerRequest) ProtoReflect() protoreflect.Message
- func (x *GetTriggerRequest) Reset()
- func (x *GetTriggerRequest) String() string
- func (msg *GetTriggerRequest) UnmarshalJSON(b []byte) error
- type GetTriggerResponse
- func (*GetTriggerResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTriggerResponse) GetTrigger() *Trigger
- func (msg *GetTriggerResponse) MarshalJSON() ([]byte, error)
- func (*GetTriggerResponse) ProtoMessage()
- func (x *GetTriggerResponse) ProtoReflect() protoreflect.Message
- func (x *GetTriggerResponse) Reset()
- func (x *GetTriggerResponse) String() string
- func (msg *GetTriggerResponse) UnmarshalJSON(b []byte) error
- type GetUserRequest
- func (*GetUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserRequest) GetUser() *Ref_User
- func (msg *GetUserRequest) MarshalJSON() ([]byte, error)
- func (*GetUserRequest) ProtoMessage()
- func (x *GetUserRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserRequest) Reset()
- func (x *GetUserRequest) String() string
- func (msg *GetUserRequest) UnmarshalJSON(b []byte) error
- type GetUserResponse
- func (*GetUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserResponse) GetUser() *User
- func (msg *GetUserResponse) MarshalJSON() ([]byte, error)
- func (*GetUserResponse) ProtoMessage()
- func (x *GetUserResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserResponse) Reset()
- func (x *GetUserResponse) String() string
- func (msg *GetUserResponse) UnmarshalJSON(b []byte) error
- type GetVersionInfoResponse
- func (*GetVersionInfoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetVersionInfoResponse) GetInfo() *VersionInfo
- func (x *GetVersionInfoResponse) GetServerFeatures() *ServerFeatures
- 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 Hcl
- func (*Hcl) Descriptor() ([]byte, []int)deprecated
- func (x *Hcl) GetContents() []byte
- func (x *Hcl) GetFormat() Hcl_Format
- func (msg *Hcl) MarshalJSON() ([]byte, error)
- func (*Hcl) ProtoMessage()
- func (x *Hcl) ProtoReflect() protoreflect.Message
- func (x *Hcl) Reset()
- func (x *Hcl) String() string
- func (msg *Hcl) UnmarshalJSON(b []byte) error
- type Hcl_Format
- 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 InlineKeepalive
- func (*InlineKeepalive) Descriptor() ([]byte, []int)deprecated
- func (x *InlineKeepalive) GetSignature() string
- func (msg *InlineKeepalive) MarshalJSON() ([]byte, error)
- func (*InlineKeepalive) ProtoMessage()
- func (x *InlineKeepalive) ProtoReflect() protoreflect.Message
- func (x *InlineKeepalive) Reset()
- func (x *InlineKeepalive) String() string
- func (msg *InlineKeepalive) UnmarshalJSON(b []byte) error
- 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) GetLogin() *Token_Login
- func (x *InviteTokenRequest) GetSignup() *Token_Invite_Signup
- func (x *InviteTokenRequest) GetUnusedEntrypoint() *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() *timestamppb.Timestamp
- func (x *Job) GetApplication() *Ref_Application
- func (x *Job) GetAssignTime() *timestamppb.Timestamp
- func (x *Job) GetAssignedRunner() *Ref_RunnerId
- func (x *Job) GetAuth() *Job_AuthOp
- func (x *Job) GetBuild() *Job_BuildOp
- func (x *Job) GetCancelTime() *timestamppb.Timestamp
- func (x *Job) GetCompleteTime() *timestamppb.Timestamp
- func (x *Job) GetConfig() *Job_Config
- 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) GetDependsOn() []string
- func (x *Job) GetDependsOnAllowFailure() []string
- func (x *Job) GetDeploy() *Job_DeployOp
- func (x *Job) GetDestroy() *Job_DestroyOp
- func (x *Job) GetDestroyProject() *Job_DestroyProjectOp
- func (x *Job) GetDocs() *Job_DocsOp
- func (x *Job) GetError() *status.Status
- func (x *Job) GetExec() *Job_ExecOp
- func (x *Job) GetExpireTime() *timestamppb.Timestamp
- func (x *Job) GetId() string
- func (x *Job) GetInit() *Job_InitOp
- func (x *Job) GetLabels() map[string]string
- func (x *Job) GetLogs() *Job_LogsOp
- func (x *Job) GetNoop() *Job_Noop
- func (x *Job) GetOndemandRunner() *Ref_OnDemandRunnerConfig
- func (x *Job) GetOndemandRunnerTask() *Job_TaskOverride
- func (m *Job) GetOperation() isJob_Operation
- func (x *Job) GetPipeline() *Ref_PipelineStep
- func (x *Job) GetPipelineStep() *Job_PipelineStepOp
- func (x *Job) GetPoll() *Job_PollOp
- func (x *Job) GetPush() *Job_PushOp
- func (x *Job) GetQueueProject() *Job_QueueProjectOp
- func (x *Job) GetQueueTime() *timestamppb.Timestamp
- func (x *Job) GetRelease() *Job_ReleaseOp
- func (x *Job) GetResult() *Job_Result
- func (x *Job) GetSingletonId() string
- func (x *Job) GetStartTask() *Job_StartTaskLaunchOp
- func (x *Job) GetState() Job_State
- func (x *Job) GetStatusReport() *Job_StatusReportOp
- func (x *Job) GetStopTask() *Job_StopTaskLaunchOp
- func (x *Job) GetTargetRunner() *Ref_Runner
- func (x *Job) GetTask() *Ref_Task
- func (x *Job) GetUp() *Job_UpOp
- func (x *Job) GetValidate() *Job_ValidateOp
- func (x *Job) GetVariableFinalValues() map[string]*Variable_FinalValue
- func (x *Job) GetVariables() []*Variable
- func (x *Job) GetWatchTask() *Job_WatchTaskOp
- func (x *Job) GetWaypointHcl() *Hcl
- 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_Config
- func (*Job_Config) Descriptor() ([]byte, []int)deprecated
- func (x *Job_Config) GetSource() Job_Config_Source
- func (msg *Job_Config) MarshalJSON() ([]byte, error)
- func (*Job_Config) ProtoMessage()
- func (x *Job_Config) ProtoReflect() protoreflect.Message
- func (x *Job_Config) Reset()
- func (x *Job_Config) String() string
- func (msg *Job_Config) 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_Config_Source
- func (Job_Config_Source) Descriptor() protoreflect.EnumDescriptor
- func (x Job_Config_Source) Enum() *Job_Config_Source
- func (Job_Config_Source) EnumDescriptor() ([]byte, []int)deprecated
- func (x Job_Config_Source) Number() protoreflect.EnumNumber
- func (x Job_Config_Source) String() string
- func (Job_Config_Source) Type() protoreflect.EnumType
- 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 (x *Job_DataSource) GetRemote() *Job_Remote
- 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() *emptypb.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_DataSource_Remote
- 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() *emptypb.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_DestroyProject
- type Job_DestroyProjectOp
- func (*Job_DestroyProjectOp) Descriptor() ([]byte, []int)deprecated
- func (x *Job_DestroyProjectOp) GetProject() *Ref_Project
- func (x *Job_DestroyProjectOp) GetSkipDestroyResources() bool
- func (msg *Job_DestroyProjectOp) MarshalJSON() ([]byte, error)
- func (*Job_DestroyProjectOp) ProtoMessage()
- func (x *Job_DestroyProjectOp) ProtoReflect() protoreflect.Message
- func (x *Job_DestroyProjectOp) Reset()
- func (x *Job_DestroyProjectOp) String() string
- func (msg *Job_DestroyProjectOp) UnmarshalJSON(b []byte) error
- 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) GetIgnoreChangesOutsidePath() bool
- func (x *Job_Git) GetPath() string
- func (x *Job_Git) GetRecurseSubmodules() uint32
- 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) GetCommitMessage() string
- func (x *Job_Git_Ref) GetTimestamp() *timestamppb.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_Init
- type Job_InitOp
- func (*Job_InitOp) Descriptor() ([]byte, []int)deprecated
- func (msg *Job_InitOp) MarshalJSON() ([]byte, error)
- func (*Job_InitOp) ProtoMessage()
- func (x *Job_InitOp) ProtoReflect() protoreflect.Message
- func (x *Job_InitOp) Reset()
- func (x *Job_InitOp) String() string
- func (msg *Job_InitOp) UnmarshalJSON(b []byte) error
- type Job_InitResult
- func (*Job_InitResult) Descriptor() ([]byte, []int)deprecated
- func (msg *Job_InitResult) MarshalJSON() ([]byte, error)
- func (*Job_InitResult) ProtoMessage()
- func (x *Job_InitResult) ProtoReflect() protoreflect.Message
- func (x *Job_InitResult) Reset()
- func (x *Job_InitResult) String() string
- func (msg *Job_InitResult) UnmarshalJSON(b []byte) error
- 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() *timestamppb.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_PipelineConfigSyncResult
- func (*Job_PipelineConfigSyncResult) Descriptor() ([]byte, []int)deprecated
- func (x *Job_PipelineConfigSyncResult) GetSyncedPipelines() map[string]*Ref_Pipeline
- func (msg *Job_PipelineConfigSyncResult) MarshalJSON() ([]byte, error)
- func (*Job_PipelineConfigSyncResult) ProtoMessage()
- func (x *Job_PipelineConfigSyncResult) ProtoReflect() protoreflect.Message
- func (x *Job_PipelineConfigSyncResult) Reset()
- func (x *Job_PipelineConfigSyncResult) String() string
- func (msg *Job_PipelineConfigSyncResult) UnmarshalJSON(b []byte) error
- type Job_PipelineStep
- type Job_PipelineStepOp
- func (*Job_PipelineStepOp) Descriptor() ([]byte, []int)deprecated
- func (x *Job_PipelineStepOp) GetStep() *Pipeline_Step
- func (msg *Job_PipelineStepOp) MarshalJSON() ([]byte, error)
- func (*Job_PipelineStepOp) ProtoMessage()
- func (x *Job_PipelineStepOp) ProtoReflect() protoreflect.Message
- func (x *Job_PipelineStepOp) Reset()
- func (x *Job_PipelineStepOp) String() string
- func (msg *Job_PipelineStepOp) UnmarshalJSON(b []byte) error
- type Job_PipelineStepResult
- func (*Job_PipelineStepResult) Descriptor() ([]byte, []int)deprecated
- func (x *Job_PipelineStepResult) GetResult() *status.Status
- func (msg *Job_PipelineStepResult) MarshalJSON() ([]byte, error)
- func (*Job_PipelineStepResult) ProtoMessage()
- func (x *Job_PipelineStepResult) ProtoReflect() protoreflect.Message
- func (x *Job_PipelineStepResult) Reset()
- func (x *Job_PipelineStepResult) String() string
- func (msg *Job_PipelineStepResult) UnmarshalJSON(b []byte) error
- 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_ProjectDestroyResult
- func (*Job_ProjectDestroyResult) Descriptor() ([]byte, []int)deprecated
- func (x *Job_ProjectDestroyResult) GetJobId() string
- func (msg *Job_ProjectDestroyResult) MarshalJSON() ([]byte, error)
- func (*Job_ProjectDestroyResult) ProtoMessage()
- func (x *Job_ProjectDestroyResult) ProtoReflect() protoreflect.Message
- func (x *Job_ProjectDestroyResult) Reset()
- func (x *Job_ProjectDestroyResult) String() string
- func (msg *Job_ProjectDestroyResult) 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_Remote
- func (*Job_Remote) Descriptor() ([]byte, []int)deprecated
- func (x *Job_Remote) GetDescription() string
- func (msg *Job_Remote) MarshalJSON() ([]byte, error)
- func (*Job_Remote) ProtoMessage()
- func (x *Job_Remote) ProtoReflect() protoreflect.Message
- func (x *Job_Remote) Reset()
- func (x *Job_Remote) String() string
- func (msg *Job_Remote) 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) GetInit() *Job_InitResult
- func (x *Job_Result) GetPipelineConfigSync() *Job_PipelineConfigSyncResult
- func (x *Job_Result) GetPipelineStep() *Job_PipelineStepResult
- func (x *Job_Result) GetPoll() *Job_PollResult
- func (x *Job_Result) GetProjectDestroy() *Job_ProjectDestroyResult
- 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) GetStartTask() *Job_StartTaskResult
- func (x *Job_Result) GetStatusReport() *Job_StatusReportResult
- func (x *Job_Result) GetUp() *Job_UpResult
- func (x *Job_Result) GetValidate() *Job_ValidateResult
- func (x *Job_Result) GetWatchTask() *Job_WatchTaskResult
- 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_StartTask
- type Job_StartTaskLaunchOp
- func (*Job_StartTaskLaunchOp) Descriptor() ([]byte, []int)deprecated
- func (x *Job_StartTaskLaunchOp) GetInfo() *TaskLaunchInfo
- func (x *Job_StartTaskLaunchOp) GetParams() *Job_TaskPluginParams
- func (msg *Job_StartTaskLaunchOp) MarshalJSON() ([]byte, error)
- func (*Job_StartTaskLaunchOp) ProtoMessage()
- func (x *Job_StartTaskLaunchOp) ProtoReflect() protoreflect.Message
- func (x *Job_StartTaskLaunchOp) Reset()
- func (x *Job_StartTaskLaunchOp) String() string
- func (msg *Job_StartTaskLaunchOp) UnmarshalJSON(b []byte) error
- type Job_StartTaskResult
- func (*Job_StartTaskResult) Descriptor() ([]byte, []int)deprecated
- func (x *Job_StartTaskResult) GetState() *opaqueany.Any
- func (msg *Job_StartTaskResult) MarshalJSON() ([]byte, error)
- func (*Job_StartTaskResult) ProtoMessage()
- func (x *Job_StartTaskResult) ProtoReflect() protoreflect.Message
- func (x *Job_StartTaskResult) Reset()
- func (x *Job_StartTaskResult) String() string
- func (msg *Job_StartTaskResult) 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_StopTask
- type Job_StopTaskLaunchOp
- func (*Job_StopTaskLaunchOp) Descriptor() ([]byte, []int)deprecated
- func (x *Job_StopTaskLaunchOp) GetDirect() *opaqueany.Any
- func (x *Job_StopTaskLaunchOp) GetParams() *Job_TaskPluginParams
- func (x *Job_StopTaskLaunchOp) GetStartJobId() string
- func (m *Job_StopTaskLaunchOp) GetState() isJob_StopTaskLaunchOp_State
- func (msg *Job_StopTaskLaunchOp) MarshalJSON() ([]byte, error)
- func (*Job_StopTaskLaunchOp) ProtoMessage()
- func (x *Job_StopTaskLaunchOp) ProtoReflect() protoreflect.Message
- func (x *Job_StopTaskLaunchOp) Reset()
- func (x *Job_StopTaskLaunchOp) String() string
- func (msg *Job_StopTaskLaunchOp) UnmarshalJSON(b []byte) error
- type Job_StopTaskLaunchOp_Direct
- type Job_StopTaskLaunchOp_StartJobId
- type Job_TaskOverride
- func (*Job_TaskOverride) Descriptor() ([]byte, []int)deprecated
- func (x *Job_TaskOverride) GetLaunchInfo() *TaskLaunchInfo
- func (x *Job_TaskOverride) GetSkipOperation() bool
- func (msg *Job_TaskOverride) MarshalJSON() ([]byte, error)
- func (*Job_TaskOverride) ProtoMessage()
- func (x *Job_TaskOverride) ProtoReflect() protoreflect.Message
- func (x *Job_TaskOverride) Reset()
- func (x *Job_TaskOverride) String() string
- func (msg *Job_TaskOverride) UnmarshalJSON(b []byte) error
- type Job_TaskPluginParams
- func (*Job_TaskPluginParams) Descriptor() ([]byte, []int)deprecated
- func (x *Job_TaskPluginParams) GetHclConfig() []byte
- func (x *Job_TaskPluginParams) GetHclFormat() Hcl_Format
- func (x *Job_TaskPluginParams) GetPluginType() string
- func (msg *Job_TaskPluginParams) MarshalJSON() ([]byte, error)
- func (*Job_TaskPluginParams) ProtoMessage()
- func (x *Job_TaskPluginParams) ProtoReflect() protoreflect.Message
- func (x *Job_TaskPluginParams) Reset()
- func (x *Job_TaskPluginParams) String() string
- func (msg *Job_TaskPluginParams) 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 Job_WatchTask
- type Job_WatchTaskOp
- func (*Job_WatchTaskOp) Descriptor() ([]byte, []int)deprecated
- func (x *Job_WatchTaskOp) GetStartJob() *Ref_Job
- func (msg *Job_WatchTaskOp) MarshalJSON() ([]byte, error)
- func (*Job_WatchTaskOp) ProtoMessage()
- func (x *Job_WatchTaskOp) ProtoReflect() protoreflect.Message
- func (x *Job_WatchTaskOp) Reset()
- func (x *Job_WatchTaskOp) String() string
- func (msg *Job_WatchTaskOp) UnmarshalJSON(b []byte) error
- type Job_WatchTaskResult
- func (*Job_WatchTaskResult) Descriptor() ([]byte, []int)deprecated
- func (x *Job_WatchTaskResult) GetExitCode() int32
- func (msg *Job_WatchTaskResult) MarshalJSON() ([]byte, error)
- func (*Job_WatchTaskResult) ProtoMessage()
- func (x *Job_WatchTaskResult) ProtoReflect() protoreflect.Message
- func (x *Job_WatchTaskResult) Reset()
- func (x *Job_WatchTaskResult) String() string
- func (msg *Job_WatchTaskResult) UnmarshalJSON(b []byte) error
- type ListAuthMethodsResponse
- func (*ListAuthMethodsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAuthMethodsResponse) GetAuthMethods() []*AuthMethod
- func (msg *ListAuthMethodsResponse) MarshalJSON() ([]byte, error)
- func (*ListAuthMethodsResponse) ProtoMessage()
- func (x *ListAuthMethodsResponse) ProtoReflect() protoreflect.Message
- func (x *ListAuthMethodsResponse) Reset()
- func (x *ListAuthMethodsResponse) String() string
- func (msg *ListAuthMethodsResponse) 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 (x *ListJobsRequest) GetApplication() *Ref_Application
- func (x *ListJobsRequest) GetJobState() []Job_State
- func (x *ListJobsRequest) GetPipeline() *Ref_PipelineStep
- func (x *ListJobsRequest) GetProject() *Ref_Project
- func (x *ListJobsRequest) GetTargetRunner() *Ref_Runner
- func (x *ListJobsRequest) GetWorkspace() *Ref_Workspace
- 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 ListOIDCAuthMethodsResponse
- func (*ListOIDCAuthMethodsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOIDCAuthMethodsResponse) GetAuthMethods() []*OIDCAuthMethod
- func (msg *ListOIDCAuthMethodsResponse) MarshalJSON() ([]byte, error)
- func (*ListOIDCAuthMethodsResponse) ProtoMessage()
- func (x *ListOIDCAuthMethodsResponse) ProtoReflect() protoreflect.Message
- func (x *ListOIDCAuthMethodsResponse) Reset()
- func (x *ListOIDCAuthMethodsResponse) String() string
- func (msg *ListOIDCAuthMethodsResponse) UnmarshalJSON(b []byte) error
- type ListOnDemandRunnerConfigsResponse
- func (*ListOnDemandRunnerConfigsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOnDemandRunnerConfigsResponse) GetConfigs() []*OnDemandRunnerConfig
- func (msg *ListOnDemandRunnerConfigsResponse) MarshalJSON() ([]byte, error)
- func (*ListOnDemandRunnerConfigsResponse) ProtoMessage()
- func (x *ListOnDemandRunnerConfigsResponse) ProtoReflect() protoreflect.Message
- func (x *ListOnDemandRunnerConfigsResponse) Reset()
- func (x *ListOnDemandRunnerConfigsResponse) String() string
- func (msg *ListOnDemandRunnerConfigsResponse) UnmarshalJSON(b []byte) error
- type ListPipelineRunsRequest
- func (*ListPipelineRunsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListPipelineRunsRequest) GetPipeline() *Ref_Pipeline
- func (msg *ListPipelineRunsRequest) MarshalJSON() ([]byte, error)
- func (*ListPipelineRunsRequest) ProtoMessage()
- func (x *ListPipelineRunsRequest) ProtoReflect() protoreflect.Message
- func (x *ListPipelineRunsRequest) Reset()
- func (x *ListPipelineRunsRequest) String() string
- func (msg *ListPipelineRunsRequest) UnmarshalJSON(b []byte) error
- type ListPipelineRunsResponse
- func (*ListPipelineRunsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListPipelineRunsResponse) GetPipelineRuns() []*PipelineRun
- func (msg *ListPipelineRunsResponse) MarshalJSON() ([]byte, error)
- func (*ListPipelineRunsResponse) ProtoMessage()
- func (x *ListPipelineRunsResponse) ProtoReflect() protoreflect.Message
- func (x *ListPipelineRunsResponse) Reset()
- func (x *ListPipelineRunsResponse) String() string
- func (msg *ListPipelineRunsResponse) UnmarshalJSON(b []byte) error
- type ListPipelinesRequest
- func (*ListPipelinesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListPipelinesRequest) GetProject() *Ref_Project
- func (msg *ListPipelinesRequest) MarshalJSON() ([]byte, error)
- func (*ListPipelinesRequest) ProtoMessage()
- func (x *ListPipelinesRequest) ProtoReflect() protoreflect.Message
- func (x *ListPipelinesRequest) Reset()
- func (x *ListPipelinesRequest) String() string
- func (msg *ListPipelinesRequest) UnmarshalJSON(b []byte) error
- type ListPipelinesResponse
- func (*ListPipelinesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListPipelinesResponse) GetPipelines() []*Pipeline
- func (msg *ListPipelinesResponse) MarshalJSON() ([]byte, error)
- func (*ListPipelinesResponse) ProtoMessage()
- func (x *ListPipelinesResponse) ProtoReflect() protoreflect.Message
- func (x *ListPipelinesResponse) Reset()
- func (x *ListPipelinesResponse) String() string
- func (msg *ListPipelinesResponse) 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 ListRunnersRequest
- func (*ListRunnersRequest) Descriptor() ([]byte, []int)deprecated
- func (msg *ListRunnersRequest) MarshalJSON() ([]byte, error)
- func (*ListRunnersRequest) ProtoMessage()
- func (x *ListRunnersRequest) ProtoReflect() protoreflect.Message
- func (x *ListRunnersRequest) Reset()
- func (x *ListRunnersRequest) String() string
- func (msg *ListRunnersRequest) UnmarshalJSON(b []byte) error
- type ListRunnersResponse
- func (*ListRunnersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListRunnersResponse) GetRunners() []*Runner
- func (msg *ListRunnersResponse) MarshalJSON() ([]byte, error)
- func (*ListRunnersResponse) ProtoMessage()
- func (x *ListRunnersResponse) ProtoReflect() protoreflect.Message
- func (x *ListRunnersResponse) Reset()
- func (x *ListRunnersResponse) String() string
- func (msg *ListRunnersResponse) UnmarshalJSON(b []byte) error
- type ListStatusReportsRequest
- func (*ListStatusReportsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListStatusReportsRequest) GetApplication() *Ref_Application
- func (x *ListStatusReportsRequest) GetDeployment() *Ref_Operation
- func (x *ListStatusReportsRequest) GetOrder() *OperationOrder
- func (x *ListStatusReportsRequest) GetRelease() *Ref_Operation
- func (x *ListStatusReportsRequest) GetStatus() []*StatusFilter
- func (m *ListStatusReportsRequest) GetTarget() isListStatusReportsRequest_Target
- 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 ListStatusReportsRequest_Deployment
- type ListStatusReportsRequest_Release
- 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 ListTaskRequest
- func (*ListTaskRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListTaskRequest) GetTaskState() []Task_State
- func (msg *ListTaskRequest) MarshalJSON() ([]byte, error)
- func (*ListTaskRequest) ProtoMessage()
- func (x *ListTaskRequest) ProtoReflect() protoreflect.Message
- func (x *ListTaskRequest) Reset()
- func (x *ListTaskRequest) String() string
- func (msg *ListTaskRequest) UnmarshalJSON(b []byte) error
- type ListTaskResponse
- func (*ListTaskResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListTaskResponse) GetTasks() []*GetTaskResponse
- func (msg *ListTaskResponse) MarshalJSON() ([]byte, error)
- func (*ListTaskResponse) ProtoMessage()
- func (x *ListTaskResponse) ProtoReflect() protoreflect.Message
- func (x *ListTaskResponse) Reset()
- func (x *ListTaskResponse) String() string
- func (msg *ListTaskResponse) UnmarshalJSON(b []byte) error
- type ListTriggerRequest
- func (*ListTriggerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListTriggerRequest) GetApplication() *Ref_Application
- func (x *ListTriggerRequest) GetProject() *Ref_Project
- func (x *ListTriggerRequest) GetTags() []string
- func (x *ListTriggerRequest) GetWorkspace() *Ref_Workspace
- func (msg *ListTriggerRequest) MarshalJSON() ([]byte, error)
- func (*ListTriggerRequest) ProtoMessage()
- func (x *ListTriggerRequest) ProtoReflect() protoreflect.Message
- func (x *ListTriggerRequest) Reset()
- func (x *ListTriggerRequest) String() string
- func (msg *ListTriggerRequest) UnmarshalJSON(b []byte) error
- type ListTriggerResponse
- func (*ListTriggerResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListTriggerResponse) GetTriggers() []*Trigger
- func (msg *ListTriggerResponse) MarshalJSON() ([]byte, error)
- func (*ListTriggerResponse) ProtoMessage()
- func (x *ListTriggerResponse) ProtoReflect() protoreflect.Message
- func (x *ListTriggerResponse) Reset()
- func (x *ListTriggerResponse) String() string
- func (msg *ListTriggerResponse) UnmarshalJSON(b []byte) error
- type ListUsersResponse
- func (*ListUsersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUsersResponse) GetUsers() []*User
- func (msg *ListUsersResponse) MarshalJSON() ([]byte, error)
- func (*ListUsersResponse) ProtoMessage()
- func (x *ListUsersResponse) ProtoReflect() protoreflect.Message
- func (x *ListUsersResponse) Reset()
- func (x *ListUsersResponse) String() string
- func (msg *ListUsersResponse) UnmarshalJSON(b []byte) error
- type ListWorkspacesRequest
- func (*ListWorkspacesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListWorkspacesRequest) GetApplication() *Ref_Application
- func (x *ListWorkspacesRequest) GetGlobal() *emptypb.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() *timestamppb.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 LoginTokenRequest
- func (*LoginTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LoginTokenRequest) GetDuration() string
- func (x *LoginTokenRequest) GetTrigger() bool
- func (x *LoginTokenRequest) GetUser() *Ref_User
- func (msg *LoginTokenRequest) MarshalJSON() ([]byte, error)
- func (*LoginTokenRequest) ProtoMessage()
- func (x *LoginTokenRequest) ProtoReflect() protoreflect.Message
- func (x *LoginTokenRequest) Reset()
- func (x *LoginTokenRequest) String() string
- func (msg *LoginTokenRequest) UnmarshalJSON(b []byte) error
- 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 OIDCAuthMethod
- func (*OIDCAuthMethod) Descriptor() ([]byte, []int)deprecated
- func (x *OIDCAuthMethod) GetDisplayName() string
- func (x *OIDCAuthMethod) GetKind() OIDCAuthMethod_Kind
- func (x *OIDCAuthMethod) GetName() string
- func (msg *OIDCAuthMethod) MarshalJSON() ([]byte, error)
- func (*OIDCAuthMethod) ProtoMessage()
- func (x *OIDCAuthMethod) ProtoReflect() protoreflect.Message
- func (x *OIDCAuthMethod) Reset()
- func (x *OIDCAuthMethod) String() string
- func (msg *OIDCAuthMethod) UnmarshalJSON(b []byte) error
- type OIDCAuthMethod_Kind
- func (OIDCAuthMethod_Kind) Descriptor() protoreflect.EnumDescriptor
- func (x OIDCAuthMethod_Kind) Enum() *OIDCAuthMethod_Kind
- func (OIDCAuthMethod_Kind) EnumDescriptor() ([]byte, []int)deprecated
- func (x OIDCAuthMethod_Kind) Number() protoreflect.EnumNumber
- func (x OIDCAuthMethod_Kind) String() string
- func (OIDCAuthMethod_Kind) Type() protoreflect.EnumType
- type OnDemandRunnerConfig
- func (*OnDemandRunnerConfig) Descriptor() ([]byte, []int)deprecated
- func (x *OnDemandRunnerConfig) GetConfigFormat() Hcl_Format
- func (x *OnDemandRunnerConfig) GetDefault() bool
- func (x *OnDemandRunnerConfig) GetEnvironmentVariables() map[string]string
- func (x *OnDemandRunnerConfig) GetId() string
- func (x *OnDemandRunnerConfig) GetName() string
- func (x *OnDemandRunnerConfig) GetOciUrl() string
- func (x *OnDemandRunnerConfig) GetPluginConfig() []byte
- func (x *OnDemandRunnerConfig) GetPluginType() string
- func (x *OnDemandRunnerConfig) GetTargetRunner() *Ref_Runner
- func (msg *OnDemandRunnerConfig) MarshalJSON() ([]byte, error)
- func (*OnDemandRunnerConfig) ProtoMessage()
- func (x *OnDemandRunnerConfig) ProtoReflect() protoreflect.Message
- func (x *OnDemandRunnerConfig) Reset()
- func (x *OnDemandRunnerConfig) String() string
- func (msg *OnDemandRunnerConfig) 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 Pipeline
- func (*Pipeline) Descriptor() ([]byte, []int)deprecated
- func (x *Pipeline) GetId() string
- func (x *Pipeline) GetName() string
- func (m *Pipeline) GetOwner() isPipeline_Owner
- func (x *Pipeline) GetProject() *Ref_Project
- func (x *Pipeline) GetSteps() map[string]*Pipeline_Step
- func (msg *Pipeline) MarshalJSON() ([]byte, error)
- func (*Pipeline) ProtoMessage()
- func (x *Pipeline) ProtoReflect() protoreflect.Message
- func (x *Pipeline) Reset()
- func (x *Pipeline) String() string
- func (msg *Pipeline) UnmarshalJSON(b []byte) error
- type PipelineRun
- func (*PipelineRun) Descriptor() ([]byte, []int)deprecated
- func (x *PipelineRun) GetId() string
- func (x *PipelineRun) GetJobs() []*Ref_Job
- func (x *PipelineRun) GetPipeline() *Ref_Pipeline
- func (x *PipelineRun) GetSequence() uint64
- func (x *PipelineRun) GetState() PipelineRun_State
- func (msg *PipelineRun) MarshalJSON() ([]byte, error)
- func (*PipelineRun) ProtoMessage()
- func (x *PipelineRun) ProtoReflect() protoreflect.Message
- func (x *PipelineRun) Reset()
- func (x *PipelineRun) String() string
- func (msg *PipelineRun) UnmarshalJSON(b []byte) error
- type PipelineRun_State
- func (PipelineRun_State) Descriptor() protoreflect.EnumDescriptor
- func (x PipelineRun_State) Enum() *PipelineRun_State
- func (PipelineRun_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x PipelineRun_State) Number() protoreflect.EnumNumber
- func (x PipelineRun_State) String() string
- func (PipelineRun_State) Type() protoreflect.EnumType
- type Pipeline_Project
- type Pipeline_Step
- func (*Pipeline_Step) Descriptor() ([]byte, []int)deprecated
- func (x *Pipeline_Step) GetBuild() *Pipeline_Step_Build
- func (x *Pipeline_Step) GetDependsOn() []string
- func (x *Pipeline_Step) GetDeploy() *Pipeline_Step_Deploy
- func (x *Pipeline_Step) GetExec() *Pipeline_Step_Exec
- func (x *Pipeline_Step) GetImage() string
- func (m *Pipeline_Step) GetKind() isPipeline_Step_Kind
- func (x *Pipeline_Step) GetName() string
- func (x *Pipeline_Step) GetPipeline() *Pipeline_Step_Pipeline
- func (x *Pipeline_Step) GetRelease() *Pipeline_Step_Release
- func (x *Pipeline_Step) GetUp() *Pipeline_Step_Up
- func (x *Pipeline_Step) GetWorkspace() *Ref_Workspace
- func (msg *Pipeline_Step) MarshalJSON() ([]byte, error)
- func (*Pipeline_Step) ProtoMessage()
- func (x *Pipeline_Step) ProtoReflect() protoreflect.Message
- func (x *Pipeline_Step) Reset()
- func (x *Pipeline_Step) String() string
- func (msg *Pipeline_Step) UnmarshalJSON(b []byte) error
- type Pipeline_Step_Build
- func (*Pipeline_Step_Build) Descriptor() ([]byte, []int)deprecated
- func (x *Pipeline_Step_Build) GetDisablePush() bool
- func (msg *Pipeline_Step_Build) MarshalJSON() ([]byte, error)
- func (*Pipeline_Step_Build) ProtoMessage()
- func (x *Pipeline_Step_Build) ProtoReflect() protoreflect.Message
- func (x *Pipeline_Step_Build) Reset()
- func (x *Pipeline_Step_Build) String() string
- func (msg *Pipeline_Step_Build) UnmarshalJSON(b []byte) error
- type Pipeline_Step_Build_
- type Pipeline_Step_Deploy
- func (*Pipeline_Step_Deploy) Descriptor() ([]byte, []int)deprecated
- func (x *Pipeline_Step_Deploy) GetRelease() bool
- func (msg *Pipeline_Step_Deploy) MarshalJSON() ([]byte, error)
- func (*Pipeline_Step_Deploy) ProtoMessage()
- func (x *Pipeline_Step_Deploy) ProtoReflect() protoreflect.Message
- func (x *Pipeline_Step_Deploy) Reset()
- func (x *Pipeline_Step_Deploy) String() string
- func (msg *Pipeline_Step_Deploy) UnmarshalJSON(b []byte) error
- type Pipeline_Step_Deploy_
- type Pipeline_Step_Exec
- func (*Pipeline_Step_Exec) Descriptor() ([]byte, []int)deprecated
- func (x *Pipeline_Step_Exec) GetArgs() []string
- func (x *Pipeline_Step_Exec) GetCommand() string
- func (x *Pipeline_Step_Exec) GetImage() string
- func (msg *Pipeline_Step_Exec) MarshalJSON() ([]byte, error)
- func (*Pipeline_Step_Exec) ProtoMessage()
- func (x *Pipeline_Step_Exec) ProtoReflect() protoreflect.Message
- func (x *Pipeline_Step_Exec) Reset()
- func (x *Pipeline_Step_Exec) String() string
- func (msg *Pipeline_Step_Exec) UnmarshalJSON(b []byte) error
- type Pipeline_Step_Exec_
- type Pipeline_Step_Pipeline
- func (*Pipeline_Step_Pipeline) Descriptor() ([]byte, []int)deprecated
- func (x *Pipeline_Step_Pipeline) GetRef() *Ref_Pipeline
- func (msg *Pipeline_Step_Pipeline) MarshalJSON() ([]byte, error)
- func (*Pipeline_Step_Pipeline) ProtoMessage()
- func (x *Pipeline_Step_Pipeline) ProtoReflect() protoreflect.Message
- func (x *Pipeline_Step_Pipeline) Reset()
- func (x *Pipeline_Step_Pipeline) String() string
- func (msg *Pipeline_Step_Pipeline) UnmarshalJSON(b []byte) error
- type Pipeline_Step_Pipeline_
- type Pipeline_Step_Release
- func (*Pipeline_Step_Release) Descriptor() ([]byte, []int)deprecated
- func (x *Pipeline_Step_Release) GetDeployment() *Ref_Deployment
- func (x *Pipeline_Step_Release) GetPrune() bool
- func (x *Pipeline_Step_Release) GetPruneRetain() int32
- func (x *Pipeline_Step_Release) GetPruneRetainOverride() bool
- func (msg *Pipeline_Step_Release) MarshalJSON() ([]byte, error)
- func (*Pipeline_Step_Release) ProtoMessage()
- func (x *Pipeline_Step_Release) ProtoReflect() protoreflect.Message
- func (x *Pipeline_Step_Release) Reset()
- func (x *Pipeline_Step_Release) String() string
- func (msg *Pipeline_Step_Release) UnmarshalJSON(b []byte) error
- type Pipeline_Step_Release_
- type Pipeline_Step_Up
- func (*Pipeline_Step_Up) Descriptor() ([]byte, []int)deprecated
- func (x *Pipeline_Step_Up) GetPrune() bool
- func (x *Pipeline_Step_Up) GetPruneRetain() int32
- func (x *Pipeline_Step_Up) GetPruneRetainOverride() bool
- func (msg *Pipeline_Step_Up) MarshalJSON() ([]byte, error)
- func (*Pipeline_Step_Up) ProtoMessage()
- func (x *Pipeline_Step_Up) ProtoReflect() protoreflect.Message
- func (x *Pipeline_Step_Up) Reset()
- func (x *Pipeline_Step_Up) String() string
- func (msg *Pipeline_Step_Up) UnmarshalJSON(b []byte) error
- type Pipeline_Step_Up_
- 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) GetState() Project_ProjectState
- func (x *Project) GetStatusReportPoll() *Project_AppStatusPoll
- func (x *Project) GetVariables() []*Variable
- func (x *Project) GetWaypointHcl() []byte
- func (x *Project) GetWaypointHclFormat() Hcl_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_AppStatusPoll
- func (*Project_AppStatusPoll) Descriptor() ([]byte, []int)deprecated
- func (x *Project_AppStatusPoll) GetEnabled() bool
- func (x *Project_AppStatusPoll) GetInterval() string
- func (msg *Project_AppStatusPoll) MarshalJSON() ([]byte, error)
- func (*Project_AppStatusPoll) ProtoMessage()
- func (x *Project_AppStatusPoll) ProtoReflect() protoreflect.Message
- func (x *Project_AppStatusPoll) Reset()
- func (x *Project_AppStatusPoll) String() string
- func (msg *Project_AppStatusPoll) UnmarshalJSON(b []byte) error
- 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 Project_ProjectState
- func (Project_ProjectState) Descriptor() protoreflect.EnumDescriptor
- func (x Project_ProjectState) Enum() *Project_ProjectState
- func (Project_ProjectState) EnumDescriptor() ([]byte, []int)deprecated
- func (x Project_ProjectState) Number() protoreflect.EnumNumber
- func (x Project_ProjectState) String() string
- func (Project_ProjectState) Type() protoreflect.EnumType
- 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) GetPreload() *PushedArtifact_Preload
- 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 PushedArtifact_Preload
- func (*PushedArtifact_Preload) Descriptor() ([]byte, []int)deprecated
- func (x *PushedArtifact_Preload) GetJobDataSourceRef() *Job_DataSource_Ref
- func (msg *PushedArtifact_Preload) MarshalJSON() ([]byte, error)
- func (*PushedArtifact_Preload) ProtoMessage()
- func (x *PushedArtifact_Preload) ProtoReflect() protoreflect.Message
- func (x *PushedArtifact_Preload) Reset()
- func (x *PushedArtifact_Preload) String() string
- func (msg *PushedArtifact_Preload) 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_Artifact
- func (*Ref_Artifact) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_Artifact) GetLatest() bool
- func (m *Ref_Artifact) GetRef() isRef_Artifact_Ref
- func (x *Ref_Artifact) GetSequence() uint64
- func (msg *Ref_Artifact) MarshalJSON() ([]byte, error)
- func (*Ref_Artifact) ProtoMessage()
- func (x *Ref_Artifact) ProtoReflect() protoreflect.Message
- func (x *Ref_Artifact) Reset()
- func (x *Ref_Artifact) String() string
- func (msg *Ref_Artifact) UnmarshalJSON(b []byte) error
- type Ref_Artifact_Latest
- type Ref_Artifact_Sequence
- type Ref_AuthMethod
- func (*Ref_AuthMethod) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_AuthMethod) GetName() string
- func (msg *Ref_AuthMethod) MarshalJSON() ([]byte, error)
- func (*Ref_AuthMethod) ProtoMessage()
- func (x *Ref_AuthMethod) ProtoReflect() protoreflect.Message
- func (x *Ref_AuthMethod) Reset()
- func (x *Ref_AuthMethod) String() string
- func (msg *Ref_AuthMethod) 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_DeclaredResource
- func (*Ref_DeclaredResource) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_DeclaredResource) GetName() string
- func (msg *Ref_DeclaredResource) MarshalJSON() ([]byte, error)
- func (*Ref_DeclaredResource) ProtoMessage()
- func (x *Ref_DeclaredResource) ProtoReflect() protoreflect.Message
- func (x *Ref_DeclaredResource) Reset()
- func (x *Ref_DeclaredResource) String() string
- func (msg *Ref_DeclaredResource) UnmarshalJSON(b []byte) error
- type Ref_Deployment
- func (*Ref_Deployment) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_Deployment) GetLatest() bool
- func (m *Ref_Deployment) GetRef() isRef_Deployment_Ref
- func (x *Ref_Deployment) GetSequence() uint64
- func (msg *Ref_Deployment) MarshalJSON() ([]byte, error)
- func (*Ref_Deployment) ProtoMessage()
- func (x *Ref_Deployment) ProtoReflect() protoreflect.Message
- func (x *Ref_Deployment) Reset()
- func (x *Ref_Deployment) String() string
- func (msg *Ref_Deployment) UnmarshalJSON(b []byte) error
- type Ref_Deployment_Latest
- type Ref_Deployment_Sequence
- 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_Job
- func (*Ref_Job) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_Job) GetId() string
- func (msg *Ref_Job) MarshalJSON() ([]byte, error)
- func (*Ref_Job) ProtoMessage()
- func (x *Ref_Job) ProtoReflect() protoreflect.Message
- func (x *Ref_Job) Reset()
- func (x *Ref_Job) String() string
- func (msg *Ref_Job) UnmarshalJSON(b []byte) error
- type Ref_OnDemandRunnerConfig
- func (*Ref_OnDemandRunnerConfig) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_OnDemandRunnerConfig) GetId() string
- func (x *Ref_OnDemandRunnerConfig) GetName() string
- func (msg *Ref_OnDemandRunnerConfig) MarshalJSON() ([]byte, error)
- func (*Ref_OnDemandRunnerConfig) ProtoMessage()
- func (x *Ref_OnDemandRunnerConfig) ProtoReflect() protoreflect.Message
- func (x *Ref_OnDemandRunnerConfig) Reset()
- func (x *Ref_OnDemandRunnerConfig) String() string
- func (msg *Ref_OnDemandRunnerConfig) 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_Pipeline
- func (*Ref_Pipeline) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_Pipeline) GetId() string
- func (x *Ref_Pipeline) GetOwner() *Ref_PipelineOwner
- func (m *Ref_Pipeline) GetRef() isRef_Pipeline_Ref
- func (msg *Ref_Pipeline) MarshalJSON() ([]byte, error)
- func (*Ref_Pipeline) ProtoMessage()
- func (x *Ref_Pipeline) ProtoReflect() protoreflect.Message
- func (x *Ref_Pipeline) Reset()
- func (x *Ref_Pipeline) String() string
- func (msg *Ref_Pipeline) UnmarshalJSON(b []byte) error
- type Ref_PipelineOwner
- func (*Ref_PipelineOwner) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_PipelineOwner) GetPipelineName() string
- func (x *Ref_PipelineOwner) GetProject() *Ref_Project
- func (msg *Ref_PipelineOwner) MarshalJSON() ([]byte, error)
- func (*Ref_PipelineOwner) ProtoMessage()
- func (x *Ref_PipelineOwner) ProtoReflect() protoreflect.Message
- func (x *Ref_PipelineOwner) Reset()
- func (x *Ref_PipelineOwner) String() string
- func (msg *Ref_PipelineOwner) UnmarshalJSON(b []byte) error
- type Ref_PipelineStep
- func (*Ref_PipelineStep) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_PipelineStep) GetPipelineId() string
- func (x *Ref_PipelineStep) GetPipelineName() string
- func (x *Ref_PipelineStep) GetRunSequence() uint64
- func (x *Ref_PipelineStep) GetStep() string
- func (msg *Ref_PipelineStep) MarshalJSON() ([]byte, error)
- func (*Ref_PipelineStep) ProtoMessage()
- func (x *Ref_PipelineStep) ProtoReflect() protoreflect.Message
- func (x *Ref_PipelineStep) Reset()
- func (x *Ref_PipelineStep) String() string
- func (msg *Ref_PipelineStep) UnmarshalJSON(b []byte) error
- type Ref_Pipeline_Id
- type Ref_Pipeline_Owner
- 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 (x *Ref_Runner) GetLabels() *Ref_RunnerLabels
- 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_RunnerLabels
- func (*Ref_RunnerLabels) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_RunnerLabels) GetLabels() map[string]string
- func (msg *Ref_RunnerLabels) MarshalJSON() ([]byte, error)
- func (*Ref_RunnerLabels) ProtoMessage()
- func (x *Ref_RunnerLabels) ProtoReflect() protoreflect.Message
- func (x *Ref_RunnerLabels) Reset()
- func (x *Ref_RunnerLabels) String() string
- func (msg *Ref_RunnerLabels) UnmarshalJSON(b []byte) error
- type Ref_Runner_Any
- type Ref_Runner_Id
- type Ref_Runner_Labels
- type Ref_Task
- func (*Ref_Task) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_Task) GetId() string
- func (x *Ref_Task) GetJobId() string
- func (m *Ref_Task) GetRef() isRef_Task_Ref
- func (msg *Ref_Task) MarshalJSON() ([]byte, error)
- func (*Ref_Task) ProtoMessage()
- func (x *Ref_Task) ProtoReflect() protoreflect.Message
- func (x *Ref_Task) Reset()
- func (x *Ref_Task) String() string
- func (msg *Ref_Task) UnmarshalJSON(b []byte) error
- type Ref_Task_Id
- type Ref_Task_JobId
- type Ref_Trigger
- func (*Ref_Trigger) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_Trigger) GetId() string
- func (msg *Ref_Trigger) MarshalJSON() ([]byte, error)
- func (*Ref_Trigger) ProtoMessage()
- func (x *Ref_Trigger) ProtoReflect() protoreflect.Message
- func (x *Ref_Trigger) Reset()
- func (x *Ref_Trigger) String() string
- func (msg *Ref_Trigger) UnmarshalJSON(b []byte) error
- type Ref_User
- func (*Ref_User) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_User) GetId() *Ref_UserId
- func (m *Ref_User) GetRef() isRef_User_Ref
- func (x *Ref_User) GetUsername() *Ref_UserUsername
- func (msg *Ref_User) MarshalJSON() ([]byte, error)
- func (*Ref_User) ProtoMessage()
- func (x *Ref_User) ProtoReflect() protoreflect.Message
- func (x *Ref_User) Reset()
- func (x *Ref_User) String() string
- func (msg *Ref_User) UnmarshalJSON(b []byte) error
- type Ref_UserId
- func (*Ref_UserId) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_UserId) GetId() string
- func (msg *Ref_UserId) MarshalJSON() ([]byte, error)
- func (*Ref_UserId) ProtoMessage()
- func (x *Ref_UserId) ProtoReflect() protoreflect.Message
- func (x *Ref_UserId) Reset()
- func (x *Ref_UserId) String() string
- func (msg *Ref_UserId) UnmarshalJSON(b []byte) error
- type Ref_UserUsername
- func (*Ref_UserUsername) Descriptor() ([]byte, []int)deprecated
- func (x *Ref_UserUsername) GetUsername() string
- func (msg *Ref_UserUsername) MarshalJSON() ([]byte, error)
- func (*Ref_UserUsername) ProtoMessage()
- func (x *Ref_UserUsername) ProtoReflect() protoreflect.Message
- func (x *Ref_UserUsername) Reset()
- func (x *Ref_UserUsername) String() string
- func (msg *Ref_UserUsername) UnmarshalJSON(b []byte) error
- type Ref_User_Id
- type Ref_User_Username
- 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) GetDeclaredResources() []*DeclaredResource
- func (x *Release) GetDeploymentId() string
- func (x *Release) GetDestroyedResources() []*DestroyedResource
- 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() *opaqueany.Any
- func (x *Release) GetReleaseJson() string
- func (x *Release) GetSequence() uint64
- func (x *Release) GetState() Operation_PhysicalState
- func (x *Release) GetStatus() *Status
- func (x *Release) GetTemplateData() []byte
- func (x *Release) GetUnimplemented() bool
- 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 ReleaseExpanded
- func (*ReleaseExpanded) Descriptor() ([]byte, []int)deprecated
- func (x *ReleaseExpanded) GetLatestStatusReport() *StatusReport
- func (x *ReleaseExpanded) GetRelease() *Release
- func (msg *ReleaseExpanded) MarshalJSON() ([]byte, error)
- func (*ReleaseExpanded) ProtoMessage()
- func (x *ReleaseExpanded) ProtoReflect() protoreflect.Message
- func (x *ReleaseExpanded) Reset()
- func (x *ReleaseExpanded) String() string
- func (msg *ReleaseExpanded) 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 (x *Release_Preload) GetJobDataSourceRef() *Job_DataSource_Ref
- 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 ResourceCategoryDisplayHint
- func (ResourceCategoryDisplayHint) Descriptor() protoreflect.EnumDescriptor
- func (x ResourceCategoryDisplayHint) Enum() *ResourceCategoryDisplayHint
- func (ResourceCategoryDisplayHint) EnumDescriptor() ([]byte, []int)deprecated
- func (x ResourceCategoryDisplayHint) Number() protoreflect.EnumNumber
- func (x ResourceCategoryDisplayHint) String() string
- func (ResourceCategoryDisplayHint) Type() protoreflect.EnumType
- 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 RunPipelineRequest
- func (*RunPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RunPipelineRequest) GetJobTemplate() *Job
- func (x *RunPipelineRequest) GetPipeline() *Ref_Pipeline
- func (msg *RunPipelineRequest) MarshalJSON() ([]byte, error)
- func (*RunPipelineRequest) ProtoMessage()
- func (x *RunPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *RunPipelineRequest) Reset()
- func (x *RunPipelineRequest) String() string
- func (msg *RunPipelineRequest) UnmarshalJSON(b []byte) error
- type RunPipelineResponse
- func (*RunPipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RunPipelineResponse) GetAllJobIds() []string
- func (x *RunPipelineResponse) GetJobId() string
- func (x *RunPipelineResponse) GetJobMap() map[string]*Ref_PipelineStep
- func (x *RunPipelineResponse) GetSequence() uint64
- func (msg *RunPipelineResponse) MarshalJSON() ([]byte, error)
- func (*RunPipelineResponse) ProtoMessage()
- func (x *RunPipelineResponse) ProtoReflect() protoreflect.Message
- func (x *RunPipelineResponse) Reset()
- func (x *RunPipelineResponse) String() string
- func (msg *RunPipelineResponse) UnmarshalJSON(b []byte) error
- type RunTriggerRequest
- func (*RunTriggerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RunTriggerRequest) GetRef() *Ref_Trigger
- func (x *RunTriggerRequest) GetVariableOverrides() []*Variable
- func (msg *RunTriggerRequest) MarshalJSON() ([]byte, error)
- func (*RunTriggerRequest) ProtoMessage()
- func (x *RunTriggerRequest) ProtoReflect() protoreflect.Message
- func (x *RunTriggerRequest) Reset()
- func (x *RunTriggerRequest) String() string
- func (msg *RunTriggerRequest) UnmarshalJSON(b []byte) error
- type RunTriggerResponse
- func (*RunTriggerResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RunTriggerResponse) GetJobIds() []string
- func (msg *RunTriggerResponse) MarshalJSON() ([]byte, error)
- func (*RunTriggerResponse) ProtoMessage()
- func (x *RunTriggerResponse) ProtoReflect() protoreflect.Message
- func (x *RunTriggerResponse) Reset()
- func (x *RunTriggerResponse) String() string
- func (msg *RunTriggerResponse) UnmarshalJSON(b []byte) error
- type Runner
- func (*Runner) Descriptor() ([]byte, []int)deprecated
- func (x *Runner) GetAdoptionState() Runner_AdoptionState
- func (x *Runner) GetByIdOnly() bool
- func (x *Runner) GetComponents() []*Component
- func (x *Runner) GetDeprecatedIsOdr() bool
- func (x *Runner) GetFirstSeen() *timestamppb.Timestamp
- func (x *Runner) GetId() string
- func (m *Runner) GetKind() isRunner_Kind
- func (x *Runner) GetLabels() map[string]string
- func (x *Runner) GetLastSeen() *timestamppb.Timestamp
- func (x *Runner) GetLocal() *Runner_Local
- func (x *Runner) GetOdr() *Runner_ODR
- func (x *Runner) GetOnline() bool
- func (x *Runner) GetRemote() *Runner_Remote
- 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) GetConfigSources() []*ConfigSource
- 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) GetConfigLoad() *RunnerJobStreamRequest_ConfigLoad
- 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 (x *RunnerJobStreamRequest) GetVariableValuesSet() *RunnerJobStreamRequest_VariableValuesSet
- 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_ConfigLoad
- func (*RunnerJobStreamRequest_ConfigLoad) Descriptor() ([]byte, []int)deprecated
- func (x *RunnerJobStreamRequest_ConfigLoad) GetConfig() *Job_Config
- func (msg *RunnerJobStreamRequest_ConfigLoad) MarshalJSON() ([]byte, error)
- func (*RunnerJobStreamRequest_ConfigLoad) ProtoMessage()
- func (x *RunnerJobStreamRequest_ConfigLoad) ProtoReflect() protoreflect.Message
- func (x *RunnerJobStreamRequest_ConfigLoad) Reset()
- func (x *RunnerJobStreamRequest_ConfigLoad) String() string
- func (msg *RunnerJobStreamRequest_ConfigLoad) UnmarshalJSON(b []byte) error
- type RunnerJobStreamRequest_ConfigLoad_
- 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) GetReattachJobId() string
- 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 RunnerJobStreamRequest_VariableValuesSet
- func (*RunnerJobStreamRequest_VariableValuesSet) Descriptor() ([]byte, []int)deprecated
- func (x *RunnerJobStreamRequest_VariableValuesSet) GetFinalValues() map[string]*Variable_FinalValue
- func (msg *RunnerJobStreamRequest_VariableValuesSet) MarshalJSON() ([]byte, error)
- func (*RunnerJobStreamRequest_VariableValuesSet) ProtoMessage()
- func (x *RunnerJobStreamRequest_VariableValuesSet) ProtoReflect() protoreflect.Message
- func (x *RunnerJobStreamRequest_VariableValuesSet) Reset()
- func (x *RunnerJobStreamRequest_VariableValuesSet) String() string
- func (msg *RunnerJobStreamRequest_VariableValuesSet) UnmarshalJSON(b []byte) error
- type RunnerJobStreamRequest_VariableValuesSet_
- 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) GetConfigSources() []*ConfigSource
- 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 RunnerTokenRequest
- func (*RunnerTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RunnerTokenRequest) GetRunner() *Runner
- func (msg *RunnerTokenRequest) MarshalJSON() ([]byte, error)
- func (*RunnerTokenRequest) ProtoMessage()
- func (x *RunnerTokenRequest) ProtoReflect() protoreflect.Message
- func (x *RunnerTokenRequest) Reset()
- func (x *RunnerTokenRequest) String() string
- func (msg *RunnerTokenRequest) UnmarshalJSON(b []byte) error
- type RunnerTokenResponse
- func (*RunnerTokenResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RunnerTokenResponse) GetToken() string
- func (msg *RunnerTokenResponse) MarshalJSON() ([]byte, error)
- func (*RunnerTokenResponse) ProtoMessage()
- func (x *RunnerTokenResponse) ProtoReflect() protoreflect.Message
- func (x *RunnerTokenResponse) Reset()
- func (x *RunnerTokenResponse) String() string
- func (msg *RunnerTokenResponse) UnmarshalJSON(b []byte) error
- type Runner_AdoptionState
- func (Runner_AdoptionState) Descriptor() protoreflect.EnumDescriptor
- func (x Runner_AdoptionState) Enum() *Runner_AdoptionState
- func (Runner_AdoptionState) EnumDescriptor() ([]byte, []int)deprecated
- func (x Runner_AdoptionState) Number() protoreflect.EnumNumber
- func (x Runner_AdoptionState) String() string
- func (Runner_AdoptionState) Type() protoreflect.EnumType
- type Runner_DeprecatedIsOdr
- type Runner_Local
- func (*Runner_Local) Descriptor() ([]byte, []int)deprecated
- func (msg *Runner_Local) MarshalJSON() ([]byte, error)
- func (*Runner_Local) ProtoMessage()
- func (x *Runner_Local) ProtoReflect() protoreflect.Message
- func (x *Runner_Local) Reset()
- func (x *Runner_Local) String() string
- func (msg *Runner_Local) UnmarshalJSON(b []byte) error
- type Runner_Local_
- type Runner_ODR
- func (*Runner_ODR) Descriptor() ([]byte, []int)deprecated
- func (x *Runner_ODR) GetProfileId() string
- func (msg *Runner_ODR) MarshalJSON() ([]byte, error)
- func (*Runner_ODR) ProtoMessage()
- func (x *Runner_ODR) ProtoReflect() protoreflect.Message
- func (x *Runner_ODR) Reset()
- func (x *Runner_ODR) String() string
- func (msg *Runner_ODR) UnmarshalJSON(b []byte) error
- type Runner_Odr
- type Runner_Remote
- func (*Runner_Remote) Descriptor() ([]byte, []int)deprecated
- func (msg *Runner_Remote) MarshalJSON() ([]byte, error)
- func (*Runner_Remote) ProtoMessage()
- func (x *Runner_Remote) ProtoReflect() protoreflect.Message
- func (x *Runner_Remote) Reset()
- func (x *Runner_Remote) String() string
- func (msg *Runner_Remote) UnmarshalJSON(b []byte) error
- type Runner_Remote_
- type ServerConfig
- func (*ServerConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ServerConfig) GetAdvertiseAddrs() []*ServerConfig_AdvertiseAddr
- func (x *ServerConfig) GetCookie() string
- 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 ServerFeatures
- func (*ServerFeatures) Descriptor() ([]byte, []int)deprecated
- func (x *ServerFeatures) GetFeatures() []ServerFeaturesFeature
- func (msg *ServerFeatures) MarshalJSON() ([]byte, error)
- func (*ServerFeatures) ProtoMessage()
- func (x *ServerFeatures) ProtoReflect() protoreflect.Message
- func (x *ServerFeatures) Reset()
- func (x *ServerFeatures) String() string
- func (msg *ServerFeatures) UnmarshalJSON(b []byte) error
- type ServerFeaturesFeature
- func (ServerFeaturesFeature) Descriptor() protoreflect.EnumDescriptor
- func (x ServerFeaturesFeature) Enum() *ServerFeaturesFeature
- func (ServerFeaturesFeature) EnumDescriptor() ([]byte, []int)deprecated
- func (x ServerFeaturesFeature) Number() protoreflect.EnumNumber
- func (x ServerFeaturesFeature) String() string
- func (ServerFeaturesFeature) Type() protoreflect.EnumType
- 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() *timestamppb.Timestamp
- func (x *Status) GetDetails() string
- func (x *Status) GetError() *status.Status
- func (x *Status) GetStartTime() *timestamppb.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) GetDeprecatedResourcesHealth() []*StatusReport_Health
- func (x *StatusReport) GetExternal() bool
- func (x *StatusReport) GetGeneratedTime() *timestamppb.Timestamp
- func (x *StatusReport) GetHealth() *StatusReport_Health
- func (x *StatusReport) GetId() string
- func (x *StatusReport) GetInstancesCount() uint32
- func (x *StatusReport) GetReleaseId() string
- func (x *StatusReport) GetResources() []*StatusReport_Resource
- func (x *StatusReport) GetStatus() *Status
- func (x *StatusReport) GetStatusReport() *opaqueany.Any
- func (x *StatusReport) GetStatusReportJson() string
- 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) GetDeprecatedId() string
- func (x *StatusReport_Health) GetDeprecatedName() string
- func (x *StatusReport_Health) GetHealthMessage() string
- func (x *StatusReport_Health) GetHealthStatus() 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 StatusReport_Resource
- func (*StatusReport_Resource) Descriptor() ([]byte, []int)deprecated
- func (x *StatusReport_Resource) GetCategoryDisplayHint() ResourceCategoryDisplayHint
- func (x *StatusReport_Resource) GetCreatedTime() *timestamppb.Timestamp
- func (x *StatusReport_Resource) GetDeclaredResource() *Ref_DeclaredResource
- func (x *StatusReport_Resource) GetDeprecatedHealth() *StatusReport_Health
- func (x *StatusReport_Resource) GetHealth() StatusReport_Resource_Health
- func (x *StatusReport_Resource) GetHealthMessage() string
- func (x *StatusReport_Resource) GetId() string
- func (x *StatusReport_Resource) GetName() string
- func (x *StatusReport_Resource) GetParentResourceId() string
- func (x *StatusReport_Resource) GetPlatform() string
- func (x *StatusReport_Resource) GetPlatformUrl() string
- func (x *StatusReport_Resource) GetStateJson() string
- func (x *StatusReport_Resource) GetType() string
- func (msg *StatusReport_Resource) MarshalJSON() ([]byte, error)
- func (*StatusReport_Resource) ProtoMessage()
- func (x *StatusReport_Resource) ProtoReflect() protoreflect.Message
- func (x *StatusReport_Resource) Reset()
- func (x *StatusReport_Resource) String() string
- func (msg *StatusReport_Resource) UnmarshalJSON(b []byte) error
- type StatusReport_Resource_Health
- func (StatusReport_Resource_Health) Descriptor() protoreflect.EnumDescriptor
- func (x StatusReport_Resource_Health) Enum() *StatusReport_Resource_Health
- func (StatusReport_Resource_Health) EnumDescriptor() ([]byte, []int)deprecated
- func (x StatusReport_Resource_Health) Number() protoreflect.EnumNumber
- func (x StatusReport_Resource_Health) String() string
- func (StatusReport_Resource_Health) Type() protoreflect.EnumType
- 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 Task
- func (*Task) Descriptor() ([]byte, []int)deprecated
- func (x *Task) GetId() string
- func (x *Task) GetJobState() Task_State
- func (x *Task) GetResourceName() string
- func (x *Task) GetStartJob() *Ref_Job
- func (x *Task) GetState() *opaqueany.Any
- func (x *Task) GetStateJson() string
- func (x *Task) GetStopJob() *Ref_Job
- func (x *Task) GetTaskJob() *Ref_Job
- func (x *Task) GetWatchJob() *Ref_Job
- func (msg *Task) MarshalJSON() ([]byte, error)
- func (*Task) ProtoMessage()
- func (x *Task) ProtoReflect() protoreflect.Message
- func (x *Task) Reset()
- func (x *Task) String() string
- func (msg *Task) UnmarshalJSON(b []byte) error
- type TaskLaunchInfo
- func (*TaskLaunchInfo) Descriptor() ([]byte, []int)deprecated
- func (x *TaskLaunchInfo) GetArguments() []string
- func (x *TaskLaunchInfo) GetEntrypoint() []string
- func (x *TaskLaunchInfo) GetEnvironmentVariables() map[string]string
- func (x *TaskLaunchInfo) GetOciUrl() string
- func (msg *TaskLaunchInfo) MarshalJSON() ([]byte, error)
- func (*TaskLaunchInfo) ProtoMessage()
- func (x *TaskLaunchInfo) ProtoReflect() protoreflect.Message
- func (x *TaskLaunchInfo) Reset()
- func (x *TaskLaunchInfo) String() string
- func (msg *TaskLaunchInfo) UnmarshalJSON(b []byte) error
- type Task_State
- type Token
- func (*Token) Descriptor() ([]byte, []int)deprecated
- func (x *Token) GetAccessorId() []byte
- func (x *Token) GetInvite() *Token_Invite
- func (x *Token) GetIssuedTime() *timestamppb.Timestamp
- func (m *Token) GetKind() isToken_Kind
- func (x *Token) GetLogin() *Token_Login
- func (x *Token) GetRunner() *Token_Runner
- func (x *Token) GetTrigger() *Token_Trigger
- func (x *Token) GetUnusedEntrypoint() *Token_Entrypoint
- func (x *Token) GetUnusedInvite() bool
- func (x *Token) GetUnusedLogin() bool
- func (x *Token) GetUnusedUser() string
- func (x *Token) GetValidUntil() *timestamppb.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 (m *TokenTransport) GetExternalCreds() isTokenTransport_ExternalCreds
- func (x *TokenTransport) GetKeyId() string
- func (x *TokenTransport) GetMetadata() map[string]string
- func (x *TokenTransport) GetOauthCreds() *TokenTransport_OAuthCredentials
- 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 TokenTransport_OAuthCredentials
- func (*TokenTransport_OAuthCredentials) Descriptor() ([]byte, []int)deprecated
- func (x *TokenTransport_OAuthCredentials) GetClientId() string
- func (x *TokenTransport_OAuthCredentials) GetClientSecret() string
- func (x *TokenTransport_OAuthCredentials) GetUrl() string
- func (msg *TokenTransport_OAuthCredentials) MarshalJSON() ([]byte, error)
- func (*TokenTransport_OAuthCredentials) ProtoMessage()
- func (x *TokenTransport_OAuthCredentials) ProtoReflect() protoreflect.Message
- func (x *TokenTransport_OAuthCredentials) Reset()
- func (x *TokenTransport_OAuthCredentials) String() string
- func (msg *TokenTransport_OAuthCredentials) UnmarshalJSON(b []byte) error
- type TokenTransport_OauthCreds
- 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 Token_Invite
- func (*Token_Invite) Descriptor() ([]byte, []int)deprecated
- func (x *Token_Invite) GetFromUserId() string
- func (x *Token_Invite) GetLogin() *Token_Login
- func (x *Token_Invite) GetSignup() *Token_Invite_Signup
- func (msg *Token_Invite) MarshalJSON() ([]byte, error)
- func (*Token_Invite) ProtoMessage()
- func (x *Token_Invite) ProtoReflect() protoreflect.Message
- func (x *Token_Invite) Reset()
- func (x *Token_Invite) String() string
- func (msg *Token_Invite) UnmarshalJSON(b []byte) error
- type Token_Invite_
- type Token_Invite_Signup
- func (*Token_Invite_Signup) Descriptor() ([]byte, []int)deprecated
- func (x *Token_Invite_Signup) GetInitialUsername() string
- func (msg *Token_Invite_Signup) MarshalJSON() ([]byte, error)
- func (*Token_Invite_Signup) ProtoMessage()
- func (x *Token_Invite_Signup) ProtoReflect() protoreflect.Message
- func (x *Token_Invite_Signup) Reset()
- func (x *Token_Invite_Signup) String() string
- func (msg *Token_Invite_Signup) UnmarshalJSON(b []byte) error
- type Token_Login
- func (*Token_Login) Descriptor() ([]byte, []int)deprecated
- func (x *Token_Login) GetEntrypoint() *Token_Entrypoint
- func (x *Token_Login) GetUserId() string
- func (msg *Token_Login) MarshalJSON() ([]byte, error)
- func (*Token_Login) ProtoMessage()
- func (x *Token_Login) ProtoReflect() protoreflect.Message
- func (x *Token_Login) Reset()
- func (x *Token_Login) String() string
- func (msg *Token_Login) UnmarshalJSON(b []byte) error
- type Token_Login_
- type Token_Runner
- func (*Token_Runner) Descriptor() ([]byte, []int)deprecated
- func (x *Token_Runner) GetId() string
- func (x *Token_Runner) GetLabelHash() uint64
- func (msg *Token_Runner) MarshalJSON() ([]byte, error)
- func (*Token_Runner) ProtoMessage()
- func (x *Token_Runner) ProtoReflect() protoreflect.Message
- func (x *Token_Runner) Reset()
- func (x *Token_Runner) String() string
- func (msg *Token_Runner) UnmarshalJSON(b []byte) error
- type Token_Runner_
- type Token_Trigger
- func (*Token_Trigger) Descriptor() ([]byte, []int)deprecated
- func (x *Token_Trigger) GetFromUserId() string
- func (msg *Token_Trigger) MarshalJSON() ([]byte, error)
- func (*Token_Trigger) ProtoMessage()
- func (x *Token_Trigger) ProtoReflect() protoreflect.Message
- func (x *Token_Trigger) Reset()
- func (x *Token_Trigger) String() string
- func (msg *Token_Trigger) UnmarshalJSON(b []byte) error
- type Token_Trigger_
- type Trigger
- func (*Trigger) Descriptor() ([]byte, []int)deprecated
- func (x *Trigger) GetActiveTime() *timestamppb.Timestamp
- func (x *Trigger) GetApplication() *Ref_Application
- func (x *Trigger) GetAuthenticated() bool
- func (x *Trigger) GetBuild() *Job_BuildOp
- func (x *Trigger) GetDeploy() *Job_DeployOp
- func (x *Trigger) GetDescription() string
- func (x *Trigger) GetDestroy() *Job_DestroyOp
- func (x *Trigger) GetId() string
- func (x *Trigger) GetInit() *Job_InitOp
- func (x *Trigger) GetName() string
- func (m *Trigger) GetOperation() isTrigger_Operation
- func (x *Trigger) GetProject() *Ref_Project
- func (x *Trigger) GetPush() *Job_PushOp
- func (x *Trigger) GetRelease() *Job_ReleaseOp
- func (x *Trigger) GetStatusReport() *Job_StatusReportOp
- func (x *Trigger) GetTags() []string
- func (x *Trigger) GetUp() *Job_UpOp
- func (x *Trigger) GetWorkspace() *Ref_Workspace
- func (msg *Trigger) MarshalJSON() ([]byte, error)
- func (*Trigger) ProtoMessage()
- func (x *Trigger) ProtoReflect() protoreflect.Message
- func (x *Trigger) Reset()
- func (x *Trigger) String() string
- func (msg *Trigger) UnmarshalJSON(b []byte) error
- type Trigger_Build
- type Trigger_Deploy
- type Trigger_Destroy
- type Trigger_Init
- type Trigger_Push
- type Trigger_Release
- type Trigger_StatusReport
- type Trigger_Up
- type UI
- type UI_DeploymentBundle
- func (*UI_DeploymentBundle) Descriptor() ([]byte, []int)deprecated
- func (x *UI_DeploymentBundle) GetArtifact() *PushedArtifact
- func (x *UI_DeploymentBundle) GetBuild() *Build
- func (x *UI_DeploymentBundle) GetDeployUrl() string
- func (x *UI_DeploymentBundle) GetDeployment() *Deployment
- func (x *UI_DeploymentBundle) GetJobDataSourceRef() *Job_DataSource_Ref
- func (x *UI_DeploymentBundle) GetLatestStatusReport() *StatusReport
- func (msg *UI_DeploymentBundle) MarshalJSON() ([]byte, error)
- func (*UI_DeploymentBundle) ProtoMessage()
- func (x *UI_DeploymentBundle) ProtoReflect() protoreflect.Message
- func (x *UI_DeploymentBundle) Reset()
- func (x *UI_DeploymentBundle) String() string
- func (msg *UI_DeploymentBundle) UnmarshalJSON(b []byte) error
- type UI_GetProjectRequest
- func (*UI_GetProjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UI_GetProjectRequest) GetProject() *Ref_Project
- func (msg *UI_GetProjectRequest) MarshalJSON() ([]byte, error)
- func (*UI_GetProjectRequest) ProtoMessage()
- func (x *UI_GetProjectRequest) ProtoReflect() protoreflect.Message
- func (x *UI_GetProjectRequest) Reset()
- func (x *UI_GetProjectRequest) String() string
- func (msg *UI_GetProjectRequest) UnmarshalJSON(b []byte) error
- type UI_GetProjectResponse
- func (*UI_GetProjectResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UI_GetProjectResponse) GetLatestInitJob() *Job
- func (x *UI_GetProjectResponse) GetProject() *Project
- func (msg *UI_GetProjectResponse) MarshalJSON() ([]byte, error)
- func (*UI_GetProjectResponse) ProtoMessage()
- func (x *UI_GetProjectResponse) ProtoReflect() protoreflect.Message
- func (x *UI_GetProjectResponse) Reset()
- func (x *UI_GetProjectResponse) String() string
- func (msg *UI_GetProjectResponse) UnmarshalJSON(b []byte) error
- type UI_ListDeploymentsRequest
- func (*UI_ListDeploymentsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UI_ListDeploymentsRequest) GetApplication() *Ref_Application
- func (x *UI_ListDeploymentsRequest) GetOrder() *OperationOrder
- func (x *UI_ListDeploymentsRequest) GetPhysicalState() Operation_PhysicalState
- func (x *UI_ListDeploymentsRequest) GetStatus() []*StatusFilter
- func (x *UI_ListDeploymentsRequest) GetWorkspace() *Ref_Workspace
- func (msg *UI_ListDeploymentsRequest) MarshalJSON() ([]byte, error)
- func (*UI_ListDeploymentsRequest) ProtoMessage()
- func (x *UI_ListDeploymentsRequest) ProtoReflect() protoreflect.Message
- func (x *UI_ListDeploymentsRequest) Reset()
- func (x *UI_ListDeploymentsRequest) String() string
- func (msg *UI_ListDeploymentsRequest) UnmarshalJSON(b []byte) error
- type UI_ListDeploymentsResponse
- func (*UI_ListDeploymentsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UI_ListDeploymentsResponse) GetDeployments() []*UI_DeploymentBundle
- func (msg *UI_ListDeploymentsResponse) MarshalJSON() ([]byte, error)
- func (*UI_ListDeploymentsResponse) ProtoMessage()
- func (x *UI_ListDeploymentsResponse) ProtoReflect() protoreflect.Message
- func (x *UI_ListDeploymentsResponse) Reset()
- func (x *UI_ListDeploymentsResponse) String() string
- func (msg *UI_ListDeploymentsResponse) UnmarshalJSON(b []byte) error
- type UI_ListReleasesRequest
- func (*UI_ListReleasesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UI_ListReleasesRequest) GetApplication() *Ref_Application
- func (x *UI_ListReleasesRequest) GetOrder() *OperationOrder
- func (x *UI_ListReleasesRequest) GetPhysicalState() Operation_PhysicalState
- func (x *UI_ListReleasesRequest) GetStatus() []*StatusFilter
- func (x *UI_ListReleasesRequest) GetWorkspace() *Ref_Workspace
- func (msg *UI_ListReleasesRequest) MarshalJSON() ([]byte, error)
- func (*UI_ListReleasesRequest) ProtoMessage()
- func (x *UI_ListReleasesRequest) ProtoReflect() protoreflect.Message
- func (x *UI_ListReleasesRequest) Reset()
- func (x *UI_ListReleasesRequest) String() string
- func (msg *UI_ListReleasesRequest) UnmarshalJSON(b []byte) error
- type UI_ListReleasesResponse
- func (*UI_ListReleasesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UI_ListReleasesResponse) GetReleases() []*UI_ReleaseBundle
- func (msg *UI_ListReleasesResponse) MarshalJSON() ([]byte, error)
- func (*UI_ListReleasesResponse) ProtoMessage()
- func (x *UI_ListReleasesResponse) ProtoReflect() protoreflect.Message
- func (x *UI_ListReleasesResponse) Reset()
- func (x *UI_ListReleasesResponse) String() string
- func (msg *UI_ListReleasesResponse) UnmarshalJSON(b []byte) error
- type UI_ReleaseBundle
- func (*UI_ReleaseBundle) Descriptor() ([]byte, []int)deprecated
- func (x *UI_ReleaseBundle) GetLatestStatusReport() *StatusReport
- func (x *UI_ReleaseBundle) GetRelease() *Release
- func (msg *UI_ReleaseBundle) MarshalJSON() ([]byte, error)
- func (*UI_ReleaseBundle) ProtoMessage()
- func (x *UI_ReleaseBundle) ProtoReflect() protoreflect.Message
- func (x *UI_ReleaseBundle) Reset()
- func (x *UI_ReleaseBundle) String() string
- func (msg *UI_ReleaseBundle) UnmarshalJSON(b []byte) error
- type UnimplementedWaypointServer
- func (UnimplementedWaypointServer) AdoptRunner(context.Context, *AdoptRunnerRequest) (*emptypb.Empty, error)
- func (UnimplementedWaypointServer) BootstrapToken(context.Context, *emptypb.Empty) (*NewTokenResponse, error)
- func (UnimplementedWaypointServer) CancelJob(context.Context, *CancelJobRequest) (*emptypb.Empty, error)
- func (UnimplementedWaypointServer) CancelTask(context.Context, *CancelTaskRequest) (*emptypb.Empty, error)
- func (UnimplementedWaypointServer) CompleteOIDCAuth(context.Context, *CompleteOIDCAuthRequest) (*CompleteOIDCAuthResponse, error)
- func (UnimplementedWaypointServer) ConfigSyncPipeline(context.Context, *ConfigSyncPipelineRequest) (*ConfigSyncPipelineResponse, error)
- func (UnimplementedWaypointServer) ConvertInviteToken(context.Context, *ConvertInviteTokenRequest) (*NewTokenResponse, error)
- func (UnimplementedWaypointServer) CreateHostname(context.Context, *CreateHostnameRequest) (*CreateHostnameResponse, error)
- func (UnimplementedWaypointServer) CreateSnapshot(*emptypb.Empty, Waypoint_CreateSnapshotServer) error
- func (UnimplementedWaypointServer) DecodeToken(context.Context, *DecodeTokenRequest) (*DecodeTokenResponse, error)
- func (UnimplementedWaypointServer) DeleteAuthMethod(context.Context, *DeleteAuthMethodRequest) (*emptypb.Empty, error)
- func (UnimplementedWaypointServer) DeleteHostname(context.Context, *DeleteHostnameRequest) (*emptypb.Empty, error)
- func (UnimplementedWaypointServer) DeleteOnDemandRunnerConfig(context.Context, *DeleteOnDemandRunnerConfigRequest) (*DeleteOnDemandRunnerConfigResponse, error)
- func (UnimplementedWaypointServer) DeleteTrigger(context.Context, *DeleteTriggerRequest) (*emptypb.Empty, error)
- func (UnimplementedWaypointServer) DeleteUser(context.Context, *DeleteUserRequest) (*emptypb.Empty, error)
- func (UnimplementedWaypointServer) DestroyProject(context.Context, *DestroyProjectRequest) (*emptypb.Empty, error)
- func (UnimplementedWaypointServer) EntrypointConfig(*EntrypointConfigRequest, Waypoint_EntrypointConfigServer) error
- func (UnimplementedWaypointServer) EntrypointExecStream(Waypoint_EntrypointExecStreamServer) error
- func (UnimplementedWaypointServer) EntrypointLogStream(Waypoint_EntrypointLogStreamServer) error
- func (UnimplementedWaypointServer) ExpediteStatusReport(context.Context, *ExpediteStatusReportRequest) (*ExpediteStatusReportResponse, error)
- func (UnimplementedWaypointServer) ForgetRunner(context.Context, *ForgetRunnerRequest) (*emptypb.Empty, error)
- func (UnimplementedWaypointServer) GenerateInviteToken(context.Context, *InviteTokenRequest) (*NewTokenResponse, error)
- func (UnimplementedWaypointServer) GenerateLoginToken(context.Context, *LoginTokenRequest) (*NewTokenResponse, error)
- func (UnimplementedWaypointServer) GenerateRunnerToken(context.Context, *GenerateRunnerTokenRequest) (*NewTokenResponse, error)
- func (UnimplementedWaypointServer) GetApplication(context.Context, *GetApplicationRequest) (*GetApplicationResponse, error)
- func (UnimplementedWaypointServer) GetAuthMethod(context.Context, *GetAuthMethodRequest) (*GetAuthMethodResponse, 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) GetOIDCAuthURL(context.Context, *GetOIDCAuthURLRequest) (*GetOIDCAuthURLResponse, error)
- func (UnimplementedWaypointServer) GetOnDemandRunnerConfig(context.Context, *GetOnDemandRunnerConfigRequest) (*GetOnDemandRunnerConfigResponse, error)
- func (UnimplementedWaypointServer) GetPipeline(context.Context, *GetPipelineRequest) (*GetPipelineResponse, error)
- func (UnimplementedWaypointServer) GetPipelineRun(context.Context, *GetPipelineRunRequest) (*GetPipelineRunResponse, 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, *emptypb.Empty) (*GetServerConfigResponse, error)
- func (UnimplementedWaypointServer) GetStatusReport(context.Context, *GetStatusReportRequest) (*StatusReport, error)
- func (UnimplementedWaypointServer) GetTask(context.Context, *GetTaskRequest) (*GetTaskResponse, error)
- func (UnimplementedWaypointServer) GetTrigger(context.Context, *GetTriggerRequest) (*GetTriggerResponse, error)
- func (UnimplementedWaypointServer) GetUser(context.Context, *GetUserRequest) (*GetUserResponse, error)
- func (UnimplementedWaypointServer) GetVersionInfo(context.Context, *emptypb.Empty) (*GetVersionInfoResponse, error)
- func (UnimplementedWaypointServer) GetWorkspace(context.Context, *GetWorkspaceRequest) (*GetWorkspaceResponse, error)
- func (UnimplementedWaypointServer) ListAuthMethods(context.Context, *emptypb.Empty) (*ListAuthMethodsResponse, 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) ListJobs(context.Context, *ListJobsRequest) (*ListJobsResponse, error)
- func (UnimplementedWaypointServer) ListOIDCAuthMethods(context.Context, *emptypb.Empty) (*ListOIDCAuthMethodsResponse, error)
- func (UnimplementedWaypointServer) ListOnDemandRunnerConfigs(context.Context, *emptypb.Empty) (*ListOnDemandRunnerConfigsResponse, error)
- func (UnimplementedWaypointServer) ListPipelineRuns(context.Context, *ListPipelineRunsRequest) (*ListPipelineRunsResponse, error)
- func (UnimplementedWaypointServer) ListPipelines(context.Context, *ListPipelinesRequest) (*ListPipelinesResponse, error)
- func (UnimplementedWaypointServer) ListProjects(context.Context, *emptypb.Empty) (*ListProjectsResponse, error)
- func (UnimplementedWaypointServer) ListPushedArtifacts(context.Context, *ListPushedArtifactsRequest) (*ListPushedArtifactsResponse, error)
- func (UnimplementedWaypointServer) ListReleases(context.Context, *ListReleasesRequest) (*ListReleasesResponse, error)
- func (UnimplementedWaypointServer) ListRunners(context.Context, *ListRunnersRequest) (*ListRunnersResponse, error)
- func (UnimplementedWaypointServer) ListStatusReports(context.Context, *ListStatusReportsRequest) (*ListStatusReportsResponse, error)
- func (UnimplementedWaypointServer) ListTask(context.Context, *ListTaskRequest) (*ListTaskResponse, error)
- func (UnimplementedWaypointServer) ListTriggers(context.Context, *ListTriggerRequest) (*ListTriggerResponse, error)
- func (UnimplementedWaypointServer) ListUsers(context.Context, *emptypb.Empty) (*ListUsersResponse, error)
- func (UnimplementedWaypointServer) ListWorkspaces(context.Context, *ListWorkspacesRequest) (*ListWorkspacesResponse, error)
- func (UnimplementedWaypointServer) NoAuthRunTrigger(context.Context, *RunTriggerRequest) (*RunTriggerResponse, error)
- func (UnimplementedWaypointServer) QueueJob(context.Context, *QueueJobRequest) (*QueueJobResponse, error)
- func (UnimplementedWaypointServer) RestoreSnapshot(Waypoint_RestoreSnapshotServer) error
- func (UnimplementedWaypointServer) RunPipeline(context.Context, *RunPipelineRequest) (*RunPipelineResponse, error)
- func (UnimplementedWaypointServer) RunTrigger(context.Context, *RunTriggerRequest) (*RunTriggerResponse, error)
- func (UnimplementedWaypointServer) RunnerConfig(Waypoint_RunnerConfigServer) error
- func (UnimplementedWaypointServer) RunnerGetDeploymentConfig(context.Context, *RunnerGetDeploymentConfigRequest) (*RunnerGetDeploymentConfigResponse, error)
- func (UnimplementedWaypointServer) RunnerJobStream(Waypoint_RunnerJobStreamServer) error
- func (UnimplementedWaypointServer) RunnerToken(context.Context, *RunnerTokenRequest) (*RunnerTokenResponse, error)
- func (UnimplementedWaypointServer) SetConfig(context.Context, *ConfigSetRequest) (*ConfigSetResponse, error)
- func (UnimplementedWaypointServer) SetConfigSource(context.Context, *SetConfigSourceRequest) (*emptypb.Empty, error)
- func (UnimplementedWaypointServer) SetServerConfig(context.Context, *SetServerConfigRequest) (*emptypb.Empty, error)
- func (UnimplementedWaypointServer) StartExecStream(Waypoint_StartExecStreamServer) error
- func (UnimplementedWaypointServer) UI_GetProject(context.Context, *UI_GetProjectRequest) (*UI_GetProjectResponse, error)
- func (UnimplementedWaypointServer) UI_ListDeployments(context.Context, *UI_ListDeploymentsRequest) (*UI_ListDeploymentsResponse, error)
- func (UnimplementedWaypointServer) UI_ListReleases(context.Context, *UI_ListReleasesRequest) (*UI_ListReleasesResponse, error)
- func (UnimplementedWaypointServer) UpdateUser(context.Context, *UpdateUserRequest) (*UpdateUserResponse, error)
- func (UnimplementedWaypointServer) UpsertApplication(context.Context, *UpsertApplicationRequest) (*UpsertApplicationResponse, error)
- func (UnimplementedWaypointServer) UpsertAuthMethod(context.Context, *UpsertAuthMethodRequest) (*UpsertAuthMethodResponse, error)
- func (UnimplementedWaypointServer) UpsertBuild(context.Context, *UpsertBuildRequest) (*UpsertBuildResponse, error)
- func (UnimplementedWaypointServer) UpsertDeployment(context.Context, *UpsertDeploymentRequest) (*UpsertDeploymentResponse, error)
- func (UnimplementedWaypointServer) UpsertOnDemandRunnerConfig(context.Context, *UpsertOnDemandRunnerConfigRequest) (*UpsertOnDemandRunnerConfigResponse, error)
- func (UnimplementedWaypointServer) UpsertPipeline(context.Context, *UpsertPipelineRequest) (*UpsertPipelineResponse, 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) UpsertTrigger(context.Context, *UpsertTriggerRequest) (*UpsertTriggerResponse, error)
- func (UnimplementedWaypointServer) UpsertWorkspace(context.Context, *UpsertWorkspaceRequest) (*UpsertWorkspaceResponse, error)
- func (UnimplementedWaypointServer) ValidateJob(context.Context, *ValidateJobRequest) (*ValidateJobResponse, error)
- func (UnimplementedWaypointServer) WaypointHclFmt(context.Context, *WaypointHclFmtRequest) (*WaypointHclFmtResponse, error)
- type UnsafeWaypointServer
- type UpdateUserRequest
- func (*UpdateUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserRequest) GetUser() *User
- func (msg *UpdateUserRequest) MarshalJSON() ([]byte, error)
- func (*UpdateUserRequest) ProtoMessage()
- func (x *UpdateUserRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserRequest) Reset()
- func (x *UpdateUserRequest) String() string
- func (msg *UpdateUserRequest) UnmarshalJSON(b []byte) error
- type UpdateUserResponse
- func (*UpdateUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserResponse) GetUser() *User
- func (msg *UpdateUserResponse) MarshalJSON() ([]byte, error)
- func (*UpdateUserResponse) ProtoMessage()
- func (x *UpdateUserResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateUserResponse) Reset()
- func (x *UpdateUserResponse) String() string
- func (msg *UpdateUserResponse) UnmarshalJSON(b []byte) 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 UpsertAuthMethodRequest
- func (*UpsertAuthMethodRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertAuthMethodRequest) GetAuthMethod() *AuthMethod
- func (msg *UpsertAuthMethodRequest) MarshalJSON() ([]byte, error)
- func (*UpsertAuthMethodRequest) ProtoMessage()
- func (x *UpsertAuthMethodRequest) ProtoReflect() protoreflect.Message
- func (x *UpsertAuthMethodRequest) Reset()
- func (x *UpsertAuthMethodRequest) String() string
- func (msg *UpsertAuthMethodRequest) UnmarshalJSON(b []byte) error
- type UpsertAuthMethodResponse
- func (*UpsertAuthMethodResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertAuthMethodResponse) GetAuthMethod() *AuthMethod
- func (msg *UpsertAuthMethodResponse) MarshalJSON() ([]byte, error)
- func (*UpsertAuthMethodResponse) ProtoMessage()
- func (x *UpsertAuthMethodResponse) ProtoReflect() protoreflect.Message
- func (x *UpsertAuthMethodResponse) Reset()
- func (x *UpsertAuthMethodResponse) String() string
- func (msg *UpsertAuthMethodResponse) 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 UpsertOnDemandRunnerConfigRequest
- func (*UpsertOnDemandRunnerConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertOnDemandRunnerConfigRequest) GetConfig() *OnDemandRunnerConfig
- func (msg *UpsertOnDemandRunnerConfigRequest) MarshalJSON() ([]byte, error)
- func (*UpsertOnDemandRunnerConfigRequest) ProtoMessage()
- func (x *UpsertOnDemandRunnerConfigRequest) ProtoReflect() protoreflect.Message
- func (x *UpsertOnDemandRunnerConfigRequest) Reset()
- func (x *UpsertOnDemandRunnerConfigRequest) String() string
- func (msg *UpsertOnDemandRunnerConfigRequest) UnmarshalJSON(b []byte) error
- type UpsertOnDemandRunnerConfigResponse
- func (*UpsertOnDemandRunnerConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertOnDemandRunnerConfigResponse) GetConfig() *OnDemandRunnerConfig
- func (msg *UpsertOnDemandRunnerConfigResponse) MarshalJSON() ([]byte, error)
- func (*UpsertOnDemandRunnerConfigResponse) ProtoMessage()
- func (x *UpsertOnDemandRunnerConfigResponse) ProtoReflect() protoreflect.Message
- func (x *UpsertOnDemandRunnerConfigResponse) Reset()
- func (x *UpsertOnDemandRunnerConfigResponse) String() string
- func (msg *UpsertOnDemandRunnerConfigResponse) UnmarshalJSON(b []byte) error
- type UpsertPipelineRequest
- func (*UpsertPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertPipelineRequest) GetPipeline() *Pipeline
- func (msg *UpsertPipelineRequest) MarshalJSON() ([]byte, error)
- func (*UpsertPipelineRequest) ProtoMessage()
- func (x *UpsertPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *UpsertPipelineRequest) Reset()
- func (x *UpsertPipelineRequest) String() string
- func (msg *UpsertPipelineRequest) UnmarshalJSON(b []byte) error
- type UpsertPipelineResponse
- func (*UpsertPipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertPipelineResponse) GetPipeline() *Pipeline
- func (msg *UpsertPipelineResponse) MarshalJSON() ([]byte, error)
- func (*UpsertPipelineResponse) ProtoMessage()
- func (x *UpsertPipelineResponse) ProtoReflect() protoreflect.Message
- func (x *UpsertPipelineResponse) Reset()
- func (x *UpsertPipelineResponse) String() string
- func (msg *UpsertPipelineResponse) 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 UpsertTaskRequest
- func (*UpsertTaskRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertTaskRequest) GetTask() *Task
- func (msg *UpsertTaskRequest) MarshalJSON() ([]byte, error)
- func (*UpsertTaskRequest) ProtoMessage()
- func (x *UpsertTaskRequest) ProtoReflect() protoreflect.Message
- func (x *UpsertTaskRequest) Reset()
- func (x *UpsertTaskRequest) String() string
- func (msg *UpsertTaskRequest) UnmarshalJSON(b []byte) error
- type UpsertTaskResponse
- func (*UpsertTaskResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertTaskResponse) GetTask() *Task
- func (msg *UpsertTaskResponse) MarshalJSON() ([]byte, error)
- func (*UpsertTaskResponse) ProtoMessage()
- func (x *UpsertTaskResponse) ProtoReflect() protoreflect.Message
- func (x *UpsertTaskResponse) Reset()
- func (x *UpsertTaskResponse) String() string
- func (msg *UpsertTaskResponse) UnmarshalJSON(b []byte) error
- type UpsertTriggerRequest
- func (*UpsertTriggerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertTriggerRequest) GetTrigger() *Trigger
- func (msg *UpsertTriggerRequest) MarshalJSON() ([]byte, error)
- func (*UpsertTriggerRequest) ProtoMessage()
- func (x *UpsertTriggerRequest) ProtoReflect() protoreflect.Message
- func (x *UpsertTriggerRequest) Reset()
- func (x *UpsertTriggerRequest) String() string
- func (msg *UpsertTriggerRequest) UnmarshalJSON(b []byte) error
- type UpsertTriggerResponse
- func (*UpsertTriggerResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertTriggerResponse) GetTrigger() *Trigger
- func (msg *UpsertTriggerResponse) MarshalJSON() ([]byte, error)
- func (*UpsertTriggerResponse) ProtoMessage()
- func (x *UpsertTriggerResponse) ProtoReflect() protoreflect.Message
- func (x *UpsertTriggerResponse) Reset()
- func (x *UpsertTriggerResponse) String() string
- func (msg *UpsertTriggerResponse) UnmarshalJSON(b []byte) error
- type UpsertWorkspaceRequest
- func (*UpsertWorkspaceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertWorkspaceRequest) GetWorkspace() *Workspace
- func (msg *UpsertWorkspaceRequest) MarshalJSON() ([]byte, error)
- func (*UpsertWorkspaceRequest) ProtoMessage()
- func (x *UpsertWorkspaceRequest) ProtoReflect() protoreflect.Message
- func (x *UpsertWorkspaceRequest) Reset()
- func (x *UpsertWorkspaceRequest) String() string
- func (msg *UpsertWorkspaceRequest) UnmarshalJSON(b []byte) error
- type UpsertWorkspaceResponse
- func (*UpsertWorkspaceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpsertWorkspaceResponse) GetWorkspace() *Workspace
- func (msg *UpsertWorkspaceResponse) MarshalJSON() ([]byte, error)
- func (*UpsertWorkspaceResponse) ProtoMessage()
- func (x *UpsertWorkspaceResponse) ProtoReflect() protoreflect.Message
- func (x *UpsertWorkspaceResponse) Reset()
- func (x *UpsertWorkspaceResponse) String() string
- func (msg *UpsertWorkspaceResponse) UnmarshalJSON(b []byte) error
- type User
- func (*User) Descriptor() ([]byte, []int)deprecated
- func (x *User) GetDisplay() string
- func (x *User) GetEmail() string
- func (x *User) GetId() string
- func (x *User) GetLinks() []*User_Link
- func (x *User) GetUsername() string
- func (msg *User) MarshalJSON() ([]byte, error)
- func (*User) ProtoMessage()
- func (x *User) ProtoReflect() protoreflect.Message
- func (x *User) Reset()
- func (x *User) String() string
- func (msg *User) UnmarshalJSON(b []byte) error
- type User_Link
- func (*User_Link) Descriptor() ([]byte, []int)deprecated
- func (m *User_Link) GetMethod() isUser_Link_Method
- func (x *User_Link) GetOidc() *User_Link_OIDC
- func (msg *User_Link) MarshalJSON() ([]byte, error)
- func (*User_Link) ProtoMessage()
- func (x *User_Link) ProtoReflect() protoreflect.Message
- func (x *User_Link) Reset()
- func (x *User_Link) String() string
- func (msg *User_Link) UnmarshalJSON(b []byte) error
- type User_Link_OIDC
- func (*User_Link_OIDC) Descriptor() ([]byte, []int)deprecated
- func (x *User_Link_OIDC) GetIss() string
- func (x *User_Link_OIDC) GetSub() string
- func (msg *User_Link_OIDC) MarshalJSON() ([]byte, error)
- func (*User_Link_OIDC) ProtoMessage()
- func (x *User_Link_OIDC) ProtoReflect() protoreflect.Message
- func (x *User_Link_OIDC) Reset()
- func (x *User_Link_OIDC) String() string
- func (msg *User_Link_OIDC) UnmarshalJSON(b []byte) error
- type User_Link_Oidc
- 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) GetBool() bool
- func (x *Variable) GetCli() *emptypb.Empty
- func (x *Variable) GetDynamic() *emptypb.Empty
- func (x *Variable) GetEnv() *emptypb.Empty
- func (x *Variable) GetFile() *Variable_File
- func (x *Variable) GetFinalValue() *Variable_FinalValue
- func (x *Variable) GetHcl() string
- func (x *Variable) GetName() string
- func (x *Variable) GetNum() int64
- func (x *Variable) GetSensitive() bool
- func (x *Variable) GetServer() *emptypb.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_Bool
- type Variable_Cli
- type Variable_Dynamic
- 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_FinalValue
- func (*Variable_FinalValue) Descriptor() ([]byte, []int)deprecated
- func (x *Variable_FinalValue) GetBool() bool
- func (x *Variable_FinalValue) GetHcl() string
- func (x *Variable_FinalValue) GetNum() int64
- func (x *Variable_FinalValue) GetSensitive() string
- func (x *Variable_FinalValue) GetSource() Variable_FinalValue_Source
- func (x *Variable_FinalValue) GetStr() string
- func (m *Variable_FinalValue) GetValue() isVariable_FinalValue_Value
- func (msg *Variable_FinalValue) MarshalJSON() ([]byte, error)
- func (*Variable_FinalValue) ProtoMessage()
- func (x *Variable_FinalValue) ProtoReflect() protoreflect.Message
- func (x *Variable_FinalValue) Reset()
- func (x *Variable_FinalValue) String() string
- func (msg *Variable_FinalValue) UnmarshalJSON(b []byte) error
- type Variable_FinalValue_Bool
- type Variable_FinalValue_Hcl
- type Variable_FinalValue_Num
- type Variable_FinalValue_Sensitive
- type Variable_FinalValue_Source
- func (Variable_FinalValue_Source) Descriptor() protoreflect.EnumDescriptor
- func (x Variable_FinalValue_Source) Enum() *Variable_FinalValue_Source
- func (Variable_FinalValue_Source) EnumDescriptor() ([]byte, []int)deprecated
- func (x Variable_FinalValue_Source) Number() protoreflect.EnumNumber
- func (x Variable_FinalValue_Source) String() string
- func (Variable_FinalValue_Source) Type() protoreflect.EnumType
- type Variable_FinalValue_Str
- 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_Num
- 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() *timestamppb.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() *timestamppb.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() *timestamppb.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 ( ResourceCategoryDisplayHint_name = map[int32]string{ 0: "UNKNOWN", 1: "OTHER", 2: "INSTANCE", 3: "INSTANCE_MANAGER", 4: "ROUTER", 5: "POLICY", 6: "CONFIG", 7: "FUNCTION", 8: "STORAGE", } ResourceCategoryDisplayHint_value = map[string]int32{ "UNKNOWN": 0, "OTHER": 1, "INSTANCE": 2, "INSTANCE_MANAGER": 3, "ROUTER": 4, "POLICY": 5, "CONFIG": 6, "FUNCTION": 7, "STORAGE": 8, } )
Enum value maps for ResourceCategoryDisplayHint.
var ( ServerFeaturesFeature_name = map[int32]string{ 0: "FEATURE_UNSPECIFIED", 1: "FEATURE_INLINE_KEEPALIVES", } ServerFeaturesFeature_value = map[string]int32{ "FEATURE_UNSPECIFIED": 0, "FEATURE_INLINE_KEEPALIVES": 1, } )
Enum value maps for ServerFeaturesFeature.
var ( Variable_FinalValue_Source_name = map[int32]string{ 0: "UNKNOWN", 1: "DEFAULT", 2: "FILE", 3: "CLI", 4: "ENV", 5: "VCS", 6: "SERVER", 7: "DYNAMIC", } Variable_FinalValue_Source_value = map[string]int32{ "UNKNOWN": 0, "DEFAULT": 1, "FILE": 2, "CLI": 3, "ENV": 4, "VCS": 5, "SERVER": 6, "DYNAMIC": 7, } )
Enum value maps for Variable_FinalValue_Source.
var ( Project_ProjectState_name = map[int32]string{ 0: "ACTIVE", 1: "DESTROYING", } Project_ProjectState_value = map[string]int32{ "ACTIVE": 0, "DESTROYING": 1, } )
Enum value maps for Project_ProjectState.
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 ( Task_State_name = map[int32]string{ 0: "UNKNOWN", 1: "PENDING", 2: "STARTING", 3: "STARTED", 4: "RUNNING", 5: "COMPLETED", 6: "STOPPING", 7: "STOPPED", 8: "MIXED", } Task_State_value = map[string]int32{ "UNKNOWN": 0, "PENDING": 1, "STARTING": 2, "STARTED": 3, "RUNNING": 4, "COMPLETED": 5, "STOPPING": 6, "STOPPED": 7, "MIXED": 8, } )
Enum value maps for Task_State.
var ( OIDCAuthMethod_Kind_name = map[int32]string{ 0: "UNKNOWN", 1: "GITHUB", 2: "GOOGLE", } OIDCAuthMethod_Kind_value = map[string]int32{ "UNKNOWN": 0, "GITHUB": 1, "GOOGLE": 2, } )
Enum value maps for OIDCAuthMethod_Kind.
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 ( Job_Config_Source_name = map[int32]string{ 0: "UNKNOWN", 1: "FILE", 2: "SERVER", 3: "JOB", } Job_Config_Source_value = map[string]int32{ "UNKNOWN": 0, "FILE": 1, "SERVER": 2, "JOB": 3, } )
Enum value maps for Job_Config_Source.
var ( Runner_AdoptionState_name = map[int32]string{ 0: "PENDING", 1: "PREADOPTED", 2: "ADOPTED", 3: "REJECTED", } Runner_AdoptionState_value = map[string]int32{ "PENDING": 0, "PREADOPTED": 1, "ADOPTED": 2, "REJECTED": 3, } )
Enum value maps for Runner_AdoptionState.
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 ( StatusReport_Resource_Health_name = map[int32]string{ 0: "UNKNOWN", 1: "ALIVE", 2: "READY", 3: "DOWN", 5: "MISSING", 4: "PARTIAL", } StatusReport_Resource_Health_value = map[string]int32{ "UNKNOWN": 0, "ALIVE": 1, "READY": 2, "DOWN": 3, "MISSING": 5, "PARTIAL": 4, } )
Enum value maps for StatusReport_Resource_Health.
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 ( PipelineRun_State_name = map[int32]string{ 0: "UNKNOWN", 1: "PENDING", 2: "STARTING", 3: "RUNNING", 4: "ERROR", 5: "CANCELLED", 6: "SUCCESS", } PipelineRun_State_value = map[string]int32{ "UNKNOWN": 0, "PENDING": 1, "STARTING": 2, "RUNNING": 3, "ERROR": 4, "CANCELLED": 5, "SUCCESS": 6, } )
Enum value maps for PipelineRun_State.
var ( GetPipelineResponse_Graph_Format_name = map[int32]string{ 0: "INVALID", 1: "MERMAID", } GetPipelineResponse_Graph_Format_value = map[string]int32{ "INVALID": 0, "MERMAID": 1, } )
Enum value maps for GetPipelineResponse_Graph_Format.
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 ( Hcl_Format_name = map[int32]string{ 0: "HCL", 1: "JSON", } Hcl_Format_value = map[string]int32{ "HCL": 0, "JSON": 1, } )
Enum value maps for Hcl_Format.
var File_pkg_server_proto_server_proto protoreflect.FileDescriptor
var Waypoint_ServiceDesc = grpc.ServiceDesc{ ServiceName: "hashicorp.waypoint.Waypoint", HandlerType: (*WaypointServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetVersionInfo", Handler: _Waypoint_GetVersionInfo_Handler, }, { MethodName: "ListOIDCAuthMethods", Handler: _Waypoint_ListOIDCAuthMethods_Handler, }, { MethodName: "GetOIDCAuthURL", Handler: _Waypoint_GetOIDCAuthURL_Handler, }, { MethodName: "CompleteOIDCAuth", Handler: _Waypoint_CompleteOIDCAuth_Handler, }, { MethodName: "NoAuthRunTrigger", Handler: _Waypoint_NoAuthRunTrigger_Handler, }, { MethodName: "GetUser", Handler: _Waypoint_GetUser_Handler, }, { MethodName: "ListUsers", Handler: _Waypoint_ListUsers_Handler, }, { MethodName: "UpdateUser", Handler: _Waypoint_UpdateUser_Handler, }, { MethodName: "DeleteUser", Handler: _Waypoint_DeleteUser_Handler, }, { MethodName: "UpsertAuthMethod", Handler: _Waypoint_UpsertAuthMethod_Handler, }, { MethodName: "GetAuthMethod", Handler: _Waypoint_GetAuthMethod_Handler, }, { MethodName: "ListAuthMethods", Handler: _Waypoint_ListAuthMethods_Handler, }, { MethodName: "DeleteAuthMethod", Handler: _Waypoint_DeleteAuthMethod_Handler, }, { MethodName: "ListWorkspaces", Handler: _Waypoint_ListWorkspaces_Handler, }, { MethodName: "GetWorkspace", Handler: _Waypoint_GetWorkspace_Handler, }, { MethodName: "UpsertWorkspace", Handler: _Waypoint_UpsertWorkspace_Handler, }, { MethodName: "UpsertProject", Handler: _Waypoint_UpsertProject_Handler, }, { MethodName: "GetProject", Handler: _Waypoint_GetProject_Handler, }, { MethodName: "ListProjects", Handler: _Waypoint_ListProjects_Handler, }, { MethodName: "DestroyProject", Handler: _Waypoint_DestroyProject_Handler, }, { MethodName: "GetApplication", Handler: _Waypoint_GetApplication_Handler, }, { MethodName: "UpsertApplication", Handler: _Waypoint_UpsertApplication_Handler, }, { MethodName: "ListBuilds", Handler: _Waypoint_ListBuilds_Handler, }, { MethodName: "GetBuild", Handler: _Waypoint_GetBuild_Handler, }, { MethodName: "GetLatestBuild", Handler: _Waypoint_GetLatestBuild_Handler, }, { MethodName: "ListPushedArtifacts", Handler: _Waypoint_ListPushedArtifacts_Handler, }, { MethodName: "GetPushedArtifact", Handler: _Waypoint_GetPushedArtifact_Handler, }, { MethodName: "GetLatestPushedArtifact", Handler: _Waypoint_GetLatestPushedArtifact_Handler, }, { MethodName: "ListDeployments", Handler: _Waypoint_ListDeployments_Handler, }, { MethodName: "GetDeployment", Handler: _Waypoint_GetDeployment_Handler, }, { MethodName: "ListInstances", Handler: _Waypoint_ListInstances_Handler, }, { MethodName: "ListReleases", Handler: _Waypoint_ListReleases_Handler, }, { MethodName: "GetRelease", Handler: _Waypoint_GetRelease_Handler, }, { MethodName: "GetLatestRelease", Handler: _Waypoint_GetLatestRelease_Handler, }, { MethodName: "GetStatusReport", Handler: _Waypoint_GetStatusReport_Handler, }, { MethodName: "GetLatestStatusReport", Handler: _Waypoint_GetLatestStatusReport_Handler, }, { MethodName: "ListStatusReports", Handler: _Waypoint_ListStatusReports_Handler, }, { MethodName: "ExpediteStatusReport", Handler: _Waypoint_ExpediteStatusReport_Handler, }, { MethodName: "SetConfig", Handler: _Waypoint_SetConfig_Handler, }, { MethodName: "GetConfig", Handler: _Waypoint_GetConfig_Handler, }, { MethodName: "SetConfigSource", Handler: _Waypoint_SetConfigSource_Handler, }, { MethodName: "GetConfigSource", Handler: _Waypoint_GetConfigSource_Handler, }, { MethodName: "CreateHostname", Handler: _Waypoint_CreateHostname_Handler, }, { MethodName: "DeleteHostname", Handler: _Waypoint_DeleteHostname_Handler, }, { MethodName: "ListHostnames", Handler: _Waypoint_ListHostnames_Handler, }, { MethodName: "QueueJob", Handler: _Waypoint_QueueJob_Handler, }, { MethodName: "CancelJob", Handler: _Waypoint_CancelJob_Handler, }, { MethodName: "GetJob", Handler: _Waypoint_GetJob_Handler, }, { MethodName: "ListJobs", Handler: _Waypoint_ListJobs_Handler, }, { MethodName: "ValidateJob", Handler: _Waypoint_ValidateJob_Handler, }, { MethodName: "GetRunner", Handler: _Waypoint_GetRunner_Handler, }, { MethodName: "ListRunners", Handler: _Waypoint_ListRunners_Handler, }, { MethodName: "AdoptRunner", Handler: _Waypoint_AdoptRunner_Handler, }, { MethodName: "ForgetRunner", Handler: _Waypoint_ForgetRunner_Handler, }, { MethodName: "GetServerConfig", Handler: _Waypoint_GetServerConfig_Handler, }, { MethodName: "SetServerConfig", Handler: _Waypoint_SetServerConfig_Handler, }, { MethodName: "BootstrapToken", Handler: _Waypoint_BootstrapToken_Handler, }, { MethodName: "DecodeToken", Handler: _Waypoint_DecodeToken_Handler, }, { MethodName: "GenerateInviteToken", Handler: _Waypoint_GenerateInviteToken_Handler, }, { MethodName: "GenerateLoginToken", Handler: _Waypoint_GenerateLoginToken_Handler, }, { MethodName: "GenerateRunnerToken", Handler: _Waypoint_GenerateRunnerToken_Handler, }, { MethodName: "ConvertInviteToken", Handler: _Waypoint_ConvertInviteToken_Handler, }, { MethodName: "RunnerToken", Handler: _Waypoint_RunnerToken_Handler, }, { MethodName: "RunnerGetDeploymentConfig", Handler: _Waypoint_RunnerGetDeploymentConfig_Handler, }, { MethodName: "WaypointHclFmt", Handler: _Waypoint_WaypointHclFmt_Handler, }, { MethodName: "UpsertOnDemandRunnerConfig", Handler: _Waypoint_UpsertOnDemandRunnerConfig_Handler, }, { MethodName: "GetOnDemandRunnerConfig", Handler: _Waypoint_GetOnDemandRunnerConfig_Handler, }, { MethodName: "DeleteOnDemandRunnerConfig", Handler: _Waypoint_DeleteOnDemandRunnerConfig_Handler, }, { MethodName: "ListOnDemandRunnerConfigs", Handler: _Waypoint_ListOnDemandRunnerConfigs_Handler, }, { MethodName: "UpsertBuild", Handler: _Waypoint_UpsertBuild_Handler, }, { MethodName: "UpsertPushedArtifact", Handler: _Waypoint_UpsertPushedArtifact_Handler, }, { MethodName: "UpsertDeployment", Handler: _Waypoint_UpsertDeployment_Handler, }, { MethodName: "UpsertRelease", Handler: _Waypoint_UpsertRelease_Handler, }, { MethodName: "UpsertStatusReport", Handler: _Waypoint_UpsertStatusReport_Handler, }, { MethodName: "GetTask", Handler: _Waypoint_GetTask_Handler, }, { MethodName: "ListTask", Handler: _Waypoint_ListTask_Handler, }, { MethodName: "CancelTask", Handler: _Waypoint_CancelTask_Handler, }, { MethodName: "UpsertTrigger", Handler: _Waypoint_UpsertTrigger_Handler, }, { MethodName: "GetTrigger", Handler: _Waypoint_GetTrigger_Handler, }, { MethodName: "DeleteTrigger", Handler: _Waypoint_DeleteTrigger_Handler, }, { MethodName: "ListTriggers", Handler: _Waypoint_ListTriggers_Handler, }, { MethodName: "RunTrigger", Handler: _Waypoint_RunTrigger_Handler, }, { MethodName: "UpsertPipeline", Handler: _Waypoint_UpsertPipeline_Handler, }, { MethodName: "RunPipeline", Handler: _Waypoint_RunPipeline_Handler, }, { MethodName: "GetPipeline", Handler: _Waypoint_GetPipeline_Handler, }, { MethodName: "GetPipelineRun", Handler: _Waypoint_GetPipelineRun_Handler, }, { MethodName: "ListPipelines", Handler: _Waypoint_ListPipelines_Handler, }, { MethodName: "ListPipelineRuns", Handler: _Waypoint_ListPipelineRuns_Handler, }, { MethodName: "ConfigSyncPipeline", Handler: _Waypoint_ConfigSyncPipeline_Handler, }, { MethodName: "UI_GetProject", Handler: _Waypoint_UI_GetProject_Handler, }, { MethodName: "UI_ListDeployments", Handler: _Waypoint_UI_ListDeployments_Handler, }, { MethodName: "UI_ListReleases", Handler: _Waypoint_UI_ListReleases_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "GetLogStream", Handler: _Waypoint_GetLogStream_Handler, ServerStreams: true, }, { StreamName: "StartExecStream", Handler: _Waypoint_StartExecStream_Handler, ServerStreams: true, ClientStreams: true, }, { StreamName: "GetJobStream", Handler: _Waypoint_GetJobStream_Handler, ServerStreams: true, }, { StreamName: "CreateSnapshot", Handler: _Waypoint_CreateSnapshot_Handler, ServerStreams: true, }, { StreamName: "RestoreSnapshot", Handler: _Waypoint_RestoreSnapshot_Handler, ClientStreams: true, }, { StreamName: "RunnerConfig", Handler: _Waypoint_RunnerConfig_Handler, ServerStreams: true, ClientStreams: true, }, { StreamName: "RunnerJobStream", Handler: _Waypoint_RunnerJobStream_Handler, ServerStreams: true, ClientStreams: true, }, { StreamName: "EntrypointConfig", Handler: _Waypoint_EntrypointConfig_Handler, ServerStreams: true, }, { StreamName: "EntrypointLogStream", Handler: _Waypoint_EntrypointLogStream_Handler, ClientStreams: true, }, { StreamName: "EntrypointExecStream", Handler: _Waypoint_EntrypointExecStream_Handler, ServerStreams: true, ClientStreams: true, }, }, Metadata: "pkg/server/proto/server.proto", }
Waypoint_ServiceDesc is the grpc.ServiceDesc for Waypoint service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
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 RegisterWaypointHandler ¶
func RegisterWaypointHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterWaypointHandler registers the http handlers for service Waypoint to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterWaypointHandlerClient ¶
func RegisterWaypointHandlerClient(ctx context.Context, mux *runtime.ServeMux, client WaypointClient) error
RegisterWaypointHandlerClient registers the http handlers for service Waypoint to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "WaypointClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "WaypointClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "WaypointClient" to call the correct interceptors.
func RegisterWaypointHandlerFromEndpoint ¶
func RegisterWaypointHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterWaypointHandlerFromEndpoint is same as RegisterWaypointHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterWaypointHandlerServer ¶
func RegisterWaypointHandlerServer(ctx context.Context, mux *runtime.ServeMux, server WaypointServer) error
RegisterWaypointHandlerServer registers the http handlers for service Waypoint to "mux". UnaryRPC :call WaypointServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterWaypointHandlerFromEndpoint instead.
func RegisterWaypointServer ¶
func RegisterWaypointServer(s grpc.ServiceRegistrar, 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 AdoptRunnerRequest ¶
type AdoptRunnerRequest struct { // ID of the runner to change the adoption status. RunnerId string `protobuf:"bytes,1,opt,name=runner_id,json=runnerId,proto3" json:"runner_id,omitempty"` // Whether to adopt or reject. True for adopt, false for reject. Adopt bool `protobuf:"varint,2,opt,name=adopt,proto3" json:"adopt,omitempty"` // contains filtered or unexported fields }
func (*AdoptRunnerRequest) Descriptor
deprecated
func (*AdoptRunnerRequest) Descriptor() ([]byte, []int)
Deprecated: Use AdoptRunnerRequest.ProtoReflect.Descriptor instead.
func (*AdoptRunnerRequest) GetAdopt ¶
func (x *AdoptRunnerRequest) GetAdopt() bool
func (*AdoptRunnerRequest) GetRunnerId ¶
func (x *AdoptRunnerRequest) GetRunnerId() string
func (*AdoptRunnerRequest) MarshalJSON ¶
func (msg *AdoptRunnerRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*AdoptRunnerRequest) ProtoMessage ¶
func (*AdoptRunnerRequest) ProtoMessage()
func (*AdoptRunnerRequest) ProtoReflect ¶
func (x *AdoptRunnerRequest) ProtoReflect() protoreflect.Message
func (*AdoptRunnerRequest) Reset ¶
func (x *AdoptRunnerRequest) Reset()
func (*AdoptRunnerRequest) String ¶
func (x *AdoptRunnerRequest) String() string
func (*AdoptRunnerRequest) UnmarshalJSON ¶
func (msg *AdoptRunnerRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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 ¶
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 ¶
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 ¶
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 *opaqueany.Any `protobuf:"bytes,1,opt,name=artifact,proto3" json:"artifact,omitempty"` // This is the JSON-encoded protobuf structure of the Any field above. // This is generated by the plugin and Waypoint core does not modify this // value or have any enforced structure. This will be different per-plugin. ArtifactJson string `protobuf:"bytes,2,opt,name=artifact_json,json=artifactJson,proto3" json:"artifact_json,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) GetArtifactJson ¶
func (*Artifact) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*Artifact) ProtoMessage ¶
func (*Artifact) ProtoMessage()
func (*Artifact) ProtoReflect ¶
func (x *Artifact) ProtoReflect() protoreflect.Message
func (*Artifact) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler
type AuthMethod ¶
type AuthMethod struct { // unique name for this auth method Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // human friendly name for display and description. This has no impact // internally and is only helpful for the UI and API. This is optional. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // A selector to determine whether a user who authenticates using this // is allowed to authenticate at all. This runs before authentication // completes. This can be used to check group membership and so on. // Available variables depend on the auth method used. // // The syntax of this is this: // https://github.com/hashicorp/go-bexpr // (better docs to follow) AccessSelector string `protobuf:"bytes,4,opt,name=access_selector,json=accessSelector,proto3" json:"access_selector,omitempty"` // The method to configure. // // Types that are assignable to Method: // *AuthMethod_Oidc Method isAuthMethod_Method `protobuf_oneof:"method"` // contains filtered or unexported fields }
AuthMethod is a mechanism for authenticating to the Waypoint server. An AuthMethod deals with AuthN only: it provides identity and trades that for a Waypoint token.
func (*AuthMethod) Descriptor
deprecated
func (*AuthMethod) Descriptor() ([]byte, []int)
Deprecated: Use AuthMethod.ProtoReflect.Descriptor instead.
func (*AuthMethod) GetAccessSelector ¶
func (x *AuthMethod) GetAccessSelector() string
func (*AuthMethod) GetDescription ¶
func (x *AuthMethod) GetDescription() string
func (*AuthMethod) GetDisplayName ¶
func (x *AuthMethod) GetDisplayName() string
func (*AuthMethod) GetMethod ¶
func (m *AuthMethod) GetMethod() isAuthMethod_Method
func (*AuthMethod) GetName ¶
func (x *AuthMethod) GetName() string
func (*AuthMethod) GetOidc ¶
func (x *AuthMethod) GetOidc() *AuthMethod_OIDC
func (*AuthMethod) MarshalJSON ¶
func (msg *AuthMethod) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*AuthMethod) ProtoMessage ¶
func (*AuthMethod) ProtoMessage()
func (*AuthMethod) ProtoReflect ¶
func (x *AuthMethod) ProtoReflect() protoreflect.Message
func (*AuthMethod) Reset ¶
func (x *AuthMethod) Reset()
func (*AuthMethod) String ¶
func (x *AuthMethod) String() string
func (*AuthMethod) UnmarshalJSON ¶
func (msg *AuthMethod) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type AuthMethod_OIDC ¶
type AuthMethod_OIDC struct { // client ID and secret provided by OIDC provider. ClientId string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"` ClientSecret string `protobuf:"bytes,2,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"` // scopes is a list of scopes to request from the provider Scopes []string `protobuf:"bytes,3,rep,name=scopes,proto3" json:"scopes,omitempty"` // List of valid audience values to accept login. This can be // used to restrict only certain folks in a shared OIDC domain. Auds []string `protobuf:"bytes,4,rep,name=auds,proto3" json:"auds,omitempty"` // List of allowed redirect URIs, since our redirect URIs // are somewhat dynamic (UI for web UI, localhost server for // CLI, etc.). This protects against attack since this is not // generally recommended. AllowedRedirectUris []string `protobuf:"bytes,5,rep,name=allowed_redirect_uris,json=allowedRedirectUris,proto3" json:"allowed_redirect_uris,omitempty"` // The signing algorithms supported by the OIDC connect server. // If this isn't specified, this will default to RS256 since that // should be supported according to the RFC. The string values here // should be valid OIDC signing algorithms. SigningAlgs []string `protobuf:"bytes,11,rep,name=signing_algs,json=signingAlgs,proto3" json:"signing_algs,omitempty"` // Discovery URL endpoint to get other information. // Required by OIDC. DiscoveryUrl string `protobuf:"bytes,6,opt,name=discovery_url,json=discoveryUrl,proto3" json:"discovery_url,omitempty"` // Optional CA certificate chain to validate the discovery URL. // Multiple CA certificates can be specified to support easier // rotation. DiscoveryCaPem []string `protobuf:"bytes,7,rep,name=discovery_ca_pem,json=discoveryCaPem,proto3" json:"discovery_ca_pem,omitempty"` // Mapping claims to keys for usage in selectors such as the // "access_selector" on the root auth method. // // claim mappings are available as "value.<name>" and list // mappings are available as "list.<name>". ClaimMappings map[string]string `` /* 188-byte string literal not displayed */ ListClaimMappings map[string]string `` /* 202-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AuthMethod_OIDC) Descriptor
deprecated
func (*AuthMethod_OIDC) Descriptor() ([]byte, []int)
Deprecated: Use AuthMethod_OIDC.ProtoReflect.Descriptor instead.
func (*AuthMethod_OIDC) GetAllowedRedirectUris ¶
func (x *AuthMethod_OIDC) GetAllowedRedirectUris() []string
func (*AuthMethod_OIDC) GetAuds ¶
func (x *AuthMethod_OIDC) GetAuds() []string
func (*AuthMethod_OIDC) GetClaimMappings ¶
func (x *AuthMethod_OIDC) GetClaimMappings() map[string]string
func (*AuthMethod_OIDC) GetClientId ¶
func (x *AuthMethod_OIDC) GetClientId() string
func (*AuthMethod_OIDC) GetClientSecret ¶
func (x *AuthMethod_OIDC) GetClientSecret() string
func (*AuthMethod_OIDC) GetDiscoveryCaPem ¶
func (x *AuthMethod_OIDC) GetDiscoveryCaPem() []string
func (*AuthMethod_OIDC) GetDiscoveryUrl ¶
func (x *AuthMethod_OIDC) GetDiscoveryUrl() string
func (*AuthMethod_OIDC) GetListClaimMappings ¶
func (x *AuthMethod_OIDC) GetListClaimMappings() map[string]string
func (*AuthMethod_OIDC) GetScopes ¶
func (x *AuthMethod_OIDC) GetScopes() []string
func (*AuthMethod_OIDC) GetSigningAlgs ¶
func (x *AuthMethod_OIDC) GetSigningAlgs() []string
func (*AuthMethod_OIDC) MarshalJSON ¶
func (msg *AuthMethod_OIDC) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*AuthMethod_OIDC) ProtoMessage ¶
func (*AuthMethod_OIDC) ProtoMessage()
func (*AuthMethod_OIDC) ProtoReflect ¶
func (x *AuthMethod_OIDC) ProtoReflect() protoreflect.Message
func (*AuthMethod_OIDC) Reset ¶
func (x *AuthMethod_OIDC) Reset()
func (*AuthMethod_OIDC) String ¶
func (x *AuthMethod_OIDC) String() string
func (*AuthMethod_OIDC) UnmarshalJSON ¶
func (msg *AuthMethod_OIDC) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type AuthMethod_Oidc ¶
type AuthMethod_Oidc struct { // OIDC uses OpenID Connect for auth. OIDC is supported by most // major identity providers. Oidc *AuthMethod_OIDC `protobuf:"bytes,20,opt,name=oidc,proto3,oneof"` }
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"` // Preload is information that is available via further queries but it // sometimes pre-populated in the initial load (see the field docs for more // info). Preload *Build_Preload `protobuf:"bytes,11,opt,name=preload,proto3" json:"preload,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) GetPreload ¶
func (x *Build) GetPreload() *Build_Preload
func (*Build) GetSequence ¶
func (*Build) GetTemplateData ¶
func (*Build) GetWorkspace ¶
func (x *Build) GetWorkspace() *Ref_Workspace
func (*Build) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*Build) ProtoMessage ¶
func (*Build) ProtoMessage()
func (*Build) ProtoReflect ¶
func (x *Build) ProtoReflect() protoreflect.Message
func (*Build) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler
type Build_Preload ¶
type Build_Preload struct { // The ref that was used in the job to run this operation. This is // also accessible by querying the job via the job_id and should always // match. // // This may be null under multiple circumstances: (1) the job was // manually triggered with local data (no datasource) or (2) the job // was run in earlier versions of Waypoint before we tracked this or // (3) the job hasn't yet loaded the data. // // This is always pre-populated if it is exists. JobDataSourceRef *Job_DataSource_Ref `protobuf:"bytes,1,opt,name=job_data_source_ref,json=jobDataSourceRef,proto3" json:"job_data_source_ref,omitempty"` // contains filtered or unexported fields }
func (*Build_Preload) Descriptor
deprecated
func (*Build_Preload) Descriptor() ([]byte, []int)
Deprecated: Use Build_Preload.ProtoReflect.Descriptor instead.
func (*Build_Preload) GetJobDataSourceRef ¶
func (x *Build_Preload) GetJobDataSourceRef() *Job_DataSource_Ref
func (*Build_Preload) MarshalJSON ¶
func (msg *Build_Preload) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Build_Preload) ProtoMessage ¶
func (*Build_Preload) ProtoMessage()
func (*Build_Preload) ProtoReflect ¶
func (x *Build_Preload) ProtoReflect() protoreflect.Message
func (*Build_Preload) Reset ¶
func (x *Build_Preload) Reset()
func (*Build_Preload) String ¶
func (x *Build_Preload) String() string
func (*Build_Preload) UnmarshalJSON ¶
func (msg *Build_Preload) UnmarshalJSON(b []byte) error
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"` // Forcefully attempt to cancel the job Force bool `protobuf:"varint,2,opt,name=force,proto3" json:"force,omitempty"` // contains filtered or unexported fields }
func (*CancelJobRequest) Descriptor
deprecated
func (*CancelJobRequest) Descriptor() ([]byte, []int)
Deprecated: Use CancelJobRequest.ProtoReflect.Descriptor instead.
func (*CancelJobRequest) GetForce ¶
func (x *CancelJobRequest) GetForce() bool
func (*CancelJobRequest) GetJobId ¶
func (x *CancelJobRequest) GetJobId() string
func (*CancelJobRequest) MarshalJSON ¶
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 ¶
func (msg *CancelJobRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type CancelTaskRequest ¶ added in v0.9.0
type CancelTaskRequest struct { // A reference to the task to cancel Ref *Ref_Task `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"` // contains filtered or unexported fields }
func (*CancelTaskRequest) Descriptor
deprecated
added in
v0.9.0
func (*CancelTaskRequest) Descriptor() ([]byte, []int)
Deprecated: Use CancelTaskRequest.ProtoReflect.Descriptor instead.
func (*CancelTaskRequest) GetRef ¶ added in v0.9.0
func (x *CancelTaskRequest) GetRef() *Ref_Task
func (*CancelTaskRequest) MarshalJSON ¶ added in v0.9.0
func (msg *CancelTaskRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*CancelTaskRequest) ProtoMessage ¶ added in v0.9.0
func (*CancelTaskRequest) ProtoMessage()
func (*CancelTaskRequest) ProtoReflect ¶ added in v0.9.0
func (x *CancelTaskRequest) ProtoReflect() protoreflect.Message
func (*CancelTaskRequest) Reset ¶ added in v0.9.0
func (x *CancelTaskRequest) Reset()
func (*CancelTaskRequest) String ¶ added in v0.9.0
func (x *CancelTaskRequest) String() string
func (*CancelTaskRequest) UnmarshalJSON ¶ added in v0.9.0
func (msg *CancelTaskRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type CompleteOIDCAuthRequest ¶
type CompleteOIDCAuthRequest struct { AuthMethod *Ref_AuthMethod `protobuf:"bytes,1,opt,name=auth_method,json=authMethod,proto3" json:"auth_method,omitempty"` // This should match the GetOIDCAuthURL RPC. This is not used anymore // except for verification. RedirectUri string `protobuf:"bytes,2,opt,name=redirect_uri,json=redirectUri,proto3" json:"redirect_uri,omitempty"` // This should be provided from the parameters given to the redirect URL. State string `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty"` Nonce string `protobuf:"bytes,4,opt,name=nonce,proto3" json:"nonce,omitempty"` Code string `protobuf:"bytes,5,opt,name=code,proto3" json:"code,omitempty"` // contains filtered or unexported fields }
func (*CompleteOIDCAuthRequest) Descriptor
deprecated
func (*CompleteOIDCAuthRequest) Descriptor() ([]byte, []int)
Deprecated: Use CompleteOIDCAuthRequest.ProtoReflect.Descriptor instead.
func (*CompleteOIDCAuthRequest) GetAuthMethod ¶
func (x *CompleteOIDCAuthRequest) GetAuthMethod() *Ref_AuthMethod
func (*CompleteOIDCAuthRequest) GetCode ¶
func (x *CompleteOIDCAuthRequest) GetCode() string
func (*CompleteOIDCAuthRequest) GetNonce ¶
func (x *CompleteOIDCAuthRequest) GetNonce() string
func (*CompleteOIDCAuthRequest) GetRedirectUri ¶
func (x *CompleteOIDCAuthRequest) GetRedirectUri() string
func (*CompleteOIDCAuthRequest) GetState ¶
func (x *CompleteOIDCAuthRequest) GetState() string
func (*CompleteOIDCAuthRequest) MarshalJSON ¶
func (msg *CompleteOIDCAuthRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*CompleteOIDCAuthRequest) ProtoMessage ¶
func (*CompleteOIDCAuthRequest) ProtoMessage()
func (*CompleteOIDCAuthRequest) ProtoReflect ¶
func (x *CompleteOIDCAuthRequest) ProtoReflect() protoreflect.Message
func (*CompleteOIDCAuthRequest) Reset ¶
func (x *CompleteOIDCAuthRequest) Reset()
func (*CompleteOIDCAuthRequest) String ¶
func (x *CompleteOIDCAuthRequest) String() string
func (*CompleteOIDCAuthRequest) UnmarshalJSON ¶
func (msg *CompleteOIDCAuthRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type CompleteOIDCAuthResponse ¶
type CompleteOIDCAuthResponse struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // The user that was authenticated. This is the same as if GetUser // was called with the token returned. This is eager returned because // it is commonly useful and also readily available as part of auth. User *User `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"` // These are all the claims that were associated with this OIDC // authentication. This is used for debugging and operator inspection // when setting up an OIDC auth method and aren't meant for general purpose // use. These may also contain sensitive data so it shouldn't be stored. IdClaimsJson string `protobuf:"bytes,3,opt,name=id_claims_json,json=idClaimsJson,proto3" json:"id_claims_json,omitempty"` UserClaimsJson string `protobuf:"bytes,4,opt,name=user_claims_json,json=userClaimsJson,proto3" json:"user_claims_json,omitempty"` // contains filtered or unexported fields }
func (*CompleteOIDCAuthResponse) Descriptor
deprecated
func (*CompleteOIDCAuthResponse) Descriptor() ([]byte, []int)
Deprecated: Use CompleteOIDCAuthResponse.ProtoReflect.Descriptor instead.
func (*CompleteOIDCAuthResponse) GetIdClaimsJson ¶
func (x *CompleteOIDCAuthResponse) GetIdClaimsJson() string
func (*CompleteOIDCAuthResponse) GetToken ¶
func (x *CompleteOIDCAuthResponse) GetToken() string
func (*CompleteOIDCAuthResponse) GetUser ¶
func (x *CompleteOIDCAuthResponse) GetUser() *User
func (*CompleteOIDCAuthResponse) GetUserClaimsJson ¶
func (x *CompleteOIDCAuthResponse) GetUserClaimsJson() string
func (*CompleteOIDCAuthResponse) MarshalJSON ¶
func (msg *CompleteOIDCAuthResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*CompleteOIDCAuthResponse) ProtoMessage ¶
func (*CompleteOIDCAuthResponse) ProtoMessage()
func (*CompleteOIDCAuthResponse) ProtoReflect ¶
func (x *CompleteOIDCAuthResponse) ProtoReflect() protoreflect.Message
func (*CompleteOIDCAuthResponse) Reset ¶
func (x *CompleteOIDCAuthResponse) Reset()
func (*CompleteOIDCAuthResponse) String ¶
func (x *CompleteOIDCAuthResponse) String() string
func (*CompleteOIDCAuthResponse) UnmarshalJSON ¶
func (msg *CompleteOIDCAuthResponse) 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 ¶
MarshalJSON implements json.Marshaler
func (*Component) ProtoMessage ¶
func (*Component) ProtoMessage()
func (*Component) ProtoReflect ¶
func (x *Component) ProtoReflect() protoreflect.Message
func (*Component) UnmarshalJSON ¶
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. This describes the // target environment requesting configuration. For runners, this may still // be set if you are an on-demand runner requesting variables that may be // set for runners only in a specific project/app. // // Types that are assignable to Scope: // *ConfigGetRequest_Application // *ConfigGetRequest_Project Scope isConfigGetRequest_Scope `protobuf_oneof:"scope"` // Runner is specified if the requesting environment is a runner environment. Runner *Ref_RunnerId `protobuf:"bytes,4,opt,name=runner,proto3" json:"runner,omitempty"` // Workspace that the target environment is in. This will limit configuration // values to those that are only for this workspace. If this isn't set, all // configuration values will be returned. Workspace *Ref_Workspace `protobuf:"bytes,5,opt,name=workspace,proto3" json:"workspace,omitempty"` // Labels that are set in the target environment. This will limit the // configuration values to those which have label selectors that match (or // those that just ignore labels). Labels map[string]string `` /* 153-byte string literal not displayed */ // 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) GetLabels ¶
func (x *ConfigGetRequest) GetLabels() map[string]string
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) GetWorkspace ¶
func (x *ConfigGetRequest) GetWorkspace() *Ref_Workspace
func (*ConfigGetRequest) MarshalJSON ¶
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 ¶
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 { // For project scope, for historical reason, we return all matching // config vars (for all apps). We do not merge by name or perform // resolution logic. This is how this has always behaved. Project *Ref_Project `protobuf:"bytes,3,opt,name=project,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 ¶
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 ¶
func (msg *ConfigGetResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ConfigSetRequest ¶
type ConfigSetRequest struct { // The set of variables to set. Note that create vs update is determined // based on if the targets match, so if you want to change the target of // an existing config var you must send two items here: one with a matching // target to UNSET it, and one with a new target to set it. // // Unsets are handled before sets so that a delete will not override a write. // All config variables are updated atomically. 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 ¶
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 ¶
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 ¶
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 ¶
func (msg *ConfigSetResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ConfigSource ¶
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
func (*ConfigSource) Descriptor() ([]byte, []int)
Deprecated: Use ConfigSource.ProtoReflect.Descriptor instead.
func (*ConfigSource) GetConfig ¶
func (x *ConfigSource) GetConfig() map[string]string
func (*ConfigSource) GetDelete ¶
func (x *ConfigSource) GetDelete() bool
func (*ConfigSource) GetGlobal ¶
func (x *ConfigSource) GetGlobal() *Ref_Global
func (*ConfigSource) GetHash ¶
func (x *ConfigSource) GetHash() uint64
func (*ConfigSource) GetScope ¶
func (m *ConfigSource) GetScope() isConfigSource_Scope
func (*ConfigSource) GetType ¶
func (x *ConfigSource) GetType() string
func (*ConfigSource) MarshalJSON ¶
func (msg *ConfigSource) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ConfigSource) ProtoMessage ¶
func (*ConfigSource) ProtoMessage()
func (*ConfigSource) ProtoReflect ¶
func (x *ConfigSource) ProtoReflect() protoreflect.Message
func (*ConfigSource) Reset ¶
func (x *ConfigSource) Reset()
func (*ConfigSource) String ¶
func (x *ConfigSource) String() string
func (*ConfigSource) UnmarshalJSON ¶
func (msg *ConfigSource) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ConfigSource_Global ¶
type ConfigSource_Global struct {
Global *Ref_Global `protobuf:"bytes,50,opt,name=global,proto3,oneof"`
}
type ConfigSyncPipelineRequest ¶ added in v0.10.0
type ConfigSyncPipelineRequest struct { // The project to sync all pipeline configs on Project *Ref_Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` // contains filtered or unexported fields }
func (*ConfigSyncPipelineRequest) Descriptor
deprecated
added in
v0.10.0
func (*ConfigSyncPipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use ConfigSyncPipelineRequest.ProtoReflect.Descriptor instead.
func (*ConfigSyncPipelineRequest) GetProject ¶ added in v0.10.0
func (x *ConfigSyncPipelineRequest) GetProject() *Ref_Project
func (*ConfigSyncPipelineRequest) MarshalJSON ¶ added in v0.10.0
func (msg *ConfigSyncPipelineRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ConfigSyncPipelineRequest) ProtoMessage ¶ added in v0.10.0
func (*ConfigSyncPipelineRequest) ProtoMessage()
func (*ConfigSyncPipelineRequest) ProtoReflect ¶ added in v0.10.0
func (x *ConfigSyncPipelineRequest) ProtoReflect() protoreflect.Message
func (*ConfigSyncPipelineRequest) Reset ¶ added in v0.10.0
func (x *ConfigSyncPipelineRequest) Reset()
func (*ConfigSyncPipelineRequest) String ¶ added in v0.10.0
func (x *ConfigSyncPipelineRequest) String() string
func (*ConfigSyncPipelineRequest) UnmarshalJSON ¶ added in v0.10.0
func (msg *ConfigSyncPipelineRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ConfigSyncPipelineResponse ¶ added in v0.10.0
type ConfigSyncPipelineResponse struct { // synced_pipelines is a map of Pipeline Name Keys to Pipeline ID Refs for // each pipeline that was synced in the config sync request. SyncedPipelines map[string]*Ref_Pipeline `` /* 194-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ConfigSyncPipelineResponse) Descriptor
deprecated
added in
v0.10.0
func (*ConfigSyncPipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use ConfigSyncPipelineResponse.ProtoReflect.Descriptor instead.
func (*ConfigSyncPipelineResponse) GetSyncedPipelines ¶ added in v0.10.0
func (x *ConfigSyncPipelineResponse) GetSyncedPipelines() map[string]*Ref_Pipeline
func (*ConfigSyncPipelineResponse) MarshalJSON ¶ added in v0.10.0
func (msg *ConfigSyncPipelineResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ConfigSyncPipelineResponse) ProtoMessage ¶ added in v0.10.0
func (*ConfigSyncPipelineResponse) ProtoMessage()
func (*ConfigSyncPipelineResponse) ProtoReflect ¶ added in v0.10.0
func (x *ConfigSyncPipelineResponse) ProtoReflect() protoreflect.Message
func (*ConfigSyncPipelineResponse) Reset ¶ added in v0.10.0
func (x *ConfigSyncPipelineResponse) Reset()
func (*ConfigSyncPipelineResponse) String ¶ added in v0.10.0
func (x *ConfigSyncPipelineResponse) String() string
func (*ConfigSyncPipelineResponse) UnmarshalJSON ¶ added in v0.10.0
func (msg *ConfigSyncPipelineResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ConfigVar ¶
type ConfigVar struct { // Target is the target environment where this config var will take effect. Target *ConfigVar_Target `protobuf:"bytes,10,opt,name=target,proto3" json:"target,omitempty"` // 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"` // unused_scope is the pre-Waypoint 0.6 fields that are set for // setting the scope. This is retained for backwards compatibility // but should not be set. Any users of this field should switch to // the `target` field. // // Types that are assignable to UnusedScope: // *ConfigVar_Application // *ConfigVar_Project // *ConfigVar_Runner UnusedScope isConfigVar_UnusedScope `protobuf_oneof:"unused_scope"` // contains filtered or unexported fields }
ConfigVars represent configuration variables for applications and runners. Configuration variables can be exposed via env vars, files, and more. They are a way to inject configuration into a Waypoint-managed process.
Note that config vars are different from input variables. Input variables are a way to parameterize a Waypoint project/app. This is a different feature.
== Conflict Resolution
When two configuration variables share the same name and are both valid for a given target environment (for example, config "foo" set for both the project and app scope), the following rules are applied to determine which variable value is used:
If a workspace is set one one but not the other, the variable with the workspace sorts higher than no workspace.
The most specific "scope" is used: app over project over global.
If scopes match, the variable with a label selector set is used.
If both have label selectors, the config variable with the longer label selector by string length is used. This is arbitrary but makes the process deterministic.
func (*ConfigVar) Descriptor
deprecated
func (*ConfigVar) GetApplication ¶
func (x *ConfigVar) GetApplication() *Ref_Application
func (*ConfigVar) GetDynamic ¶
func (x *ConfigVar) GetDynamic() *ConfigVar_DynamicVal
func (*ConfigVar) GetInternal ¶
func (*ConfigVar) GetNameIsPath ¶
func (*ConfigVar) GetProject ¶
func (x *ConfigVar) GetProject() *Ref_Project
func (*ConfigVar) GetRunner ¶
func (x *ConfigVar) GetRunner() *Ref_Runner
func (*ConfigVar) GetTarget ¶
func (x *ConfigVar) GetTarget() *ConfigVar_Target
func (*ConfigVar) GetUnusedScope ¶
func (m *ConfigVar) GetUnusedScope() isConfigVar_UnusedScope
func (*ConfigVar) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*ConfigVar) ProtoMessage ¶
func (*ConfigVar) ProtoMessage()
func (*ConfigVar) ProtoReflect ¶
func (x *ConfigVar) ProtoReflect() protoreflect.Message
func (*ConfigVar) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler
type ConfigVar_Application ¶
type ConfigVar_Application struct { // These fields used to have docs but removed since they shouldn't be // used. If you're really trying to figure how to use these old fields, // see a Waypoint 0.5 or earlier git checkout. Application *Ref_Application `protobuf:"bytes,3,opt,name=application,proto3,oneof"` }
type ConfigVar_Dynamic ¶
type ConfigVar_Dynamic struct { // dynamically sourced value Dynamic *ConfigVar_DynamicVal `protobuf:"bytes,6,opt,name=dynamic,proto3,oneof"` }
type ConfigVar_DynamicVal ¶
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
func (*ConfigVar_DynamicVal) Descriptor() ([]byte, []int)
Deprecated: Use ConfigVar_DynamicVal.ProtoReflect.Descriptor instead.
func (*ConfigVar_DynamicVal) GetConfig ¶
func (x *ConfigVar_DynamicVal) GetConfig() map[string]string
func (*ConfigVar_DynamicVal) GetFrom ¶
func (x *ConfigVar_DynamicVal) GetFrom() string
func (*ConfigVar_DynamicVal) MarshalJSON ¶
func (msg *ConfigVar_DynamicVal) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ConfigVar_DynamicVal) ProtoMessage ¶
func (*ConfigVar_DynamicVal) ProtoMessage()
func (*ConfigVar_DynamicVal) ProtoReflect ¶
func (x *ConfigVar_DynamicVal) ProtoReflect() protoreflect.Message
func (*ConfigVar_DynamicVal) Reset ¶
func (x *ConfigVar_DynamicVal) Reset()
func (*ConfigVar_DynamicVal) String ¶
func (x *ConfigVar_DynamicVal) String() string
func (*ConfigVar_DynamicVal) UnmarshalJSON ¶
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 {
Runner *Ref_Runner `protobuf:"bytes,5,opt,name=runner,proto3,oneof"`
}
type ConfigVar_Static ¶
type ConfigVar_Static struct { // static, direct value. Static string `protobuf:"bytes,2,opt,name=static,proto3,oneof"` }
type ConfigVar_Target ¶
type ConfigVar_Target struct { // app_scope is the project/app scope that this config variable will be set. // If this is not set, global is assumed. // // Types that are assignable to AppScope: // *ConfigVar_Target_Global // *ConfigVar_Target_Project // *ConfigVar_Target_Application AppScope isConfigVar_Target_AppScope `protobuf_oneof:"app_scope"` // workspace, if set, will limit this config variable to a specific // workspace. This is in addition to the app scoping above. For example, // if you specify project scoping above, and set this too, then only // matching projects in the matching workspace will have this config var // set. Workspace *Ref_Workspace `protobuf:"bytes,4,opt,name=workspace,proto3" json:"workspace,omitempty"` // Label selector specifies an additional filtering mechanism. If this is // set, then the labels of the current environment must match for this // config variable to be set. Labels are determined by the operation: the // labels of the deploy, for example. LabelSelector string `protobuf:"bytes,5,opt,name=label_selector,json=labelSelector,proto3" json:"label_selector,omitempty"` // If this is set, then this configuration value will be set on runners // instead of deployed applications. This determines the runners that // will get this config var. If this config var is for an application, // leave this unset (null). Runner *Ref_Runner `protobuf:"bytes,6,opt,name=runner,proto3" json:"runner,omitempty"` // contains filtered or unexported fields }
Target sets the target where this configuration variable will be set.
This has multiple dimensions that filtering can be based on (app scope, runner, workspace, label selectors, etc.). Each of these is optional. If you specify any, they must ALL match.
The simplest type of targeting is just for a project. For example, setting an environment variable that is present for all apps in a project, regardless of what workspace it may be in. For this, you'd just set `app_scope` to `project` and leave everything else empty.
func (*ConfigVar_Target) Descriptor
deprecated
func (*ConfigVar_Target) Descriptor() ([]byte, []int)
Deprecated: Use ConfigVar_Target.ProtoReflect.Descriptor instead.
func (*ConfigVar_Target) GetAppScope ¶
func (m *ConfigVar_Target) GetAppScope() isConfigVar_Target_AppScope
func (*ConfigVar_Target) GetApplication ¶
func (x *ConfigVar_Target) GetApplication() *Ref_Application
func (*ConfigVar_Target) GetGlobal ¶
func (x *ConfigVar_Target) GetGlobal() *Ref_Global
func (*ConfigVar_Target) GetLabelSelector ¶
func (x *ConfigVar_Target) GetLabelSelector() string
func (*ConfigVar_Target) GetProject ¶
func (x *ConfigVar_Target) GetProject() *Ref_Project
func (*ConfigVar_Target) GetRunner ¶
func (x *ConfigVar_Target) GetRunner() *Ref_Runner
func (*ConfigVar_Target) GetWorkspace ¶
func (x *ConfigVar_Target) GetWorkspace() *Ref_Workspace
func (*ConfigVar_Target) MarshalJSON ¶
func (msg *ConfigVar_Target) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ConfigVar_Target) ProtoMessage ¶
func (*ConfigVar_Target) ProtoMessage()
func (*ConfigVar_Target) ProtoReflect ¶
func (x *ConfigVar_Target) ProtoReflect() protoreflect.Message
func (*ConfigVar_Target) Reset ¶
func (x *ConfigVar_Target) Reset()
func (*ConfigVar_Target) String ¶
func (x *ConfigVar_Target) String() string
func (*ConfigVar_Target) UnmarshalJSON ¶
func (msg *ConfigVar_Target) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ConfigVar_Target_Application ¶
type ConfigVar_Target_Application struct {
Application *Ref_Application `protobuf:"bytes,3,opt,name=application,proto3,oneof"`
}
type ConfigVar_Target_Global ¶
type ConfigVar_Target_Global struct {
Global *Ref_Global `protobuf:"bytes,1,opt,name=global,proto3,oneof"`
}
type ConfigVar_Target_Project ¶
type ConfigVar_Target_Project struct {
Project *Ref_Project `protobuf:"bytes,2,opt,name=project,proto3,oneof"`
}
type ConfigVar_Unset ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
func (msg *CreateHostnameResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type CreateSnapshotResponse ¶
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
func (*CreateSnapshotResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateSnapshotResponse.ProtoReflect.Descriptor instead.
func (*CreateSnapshotResponse) GetChunk ¶
func (x *CreateSnapshotResponse) GetChunk() []byte
func (*CreateSnapshotResponse) GetEvent ¶
func (m *CreateSnapshotResponse) GetEvent() isCreateSnapshotResponse_Event
func (*CreateSnapshotResponse) GetOpen ¶
func (x *CreateSnapshotResponse) GetOpen() *CreateSnapshotResponse_Open
func (*CreateSnapshotResponse) MarshalJSON ¶
func (msg *CreateSnapshotResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*CreateSnapshotResponse) ProtoMessage ¶
func (*CreateSnapshotResponse) ProtoMessage()
func (*CreateSnapshotResponse) ProtoReflect ¶
func (x *CreateSnapshotResponse) ProtoReflect() protoreflect.Message
func (*CreateSnapshotResponse) Reset ¶
func (x *CreateSnapshotResponse) Reset()
func (*CreateSnapshotResponse) String ¶
func (x *CreateSnapshotResponse) String() string
func (*CreateSnapshotResponse) UnmarshalJSON ¶
func (msg *CreateSnapshotResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type CreateSnapshotResponse_Chunk ¶
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 ¶
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
func (*CreateSnapshotResponse_Open) Descriptor() ([]byte, []int)
Deprecated: Use CreateSnapshotResponse_Open.ProtoReflect.Descriptor instead.
func (*CreateSnapshotResponse_Open) MarshalJSON ¶
func (msg *CreateSnapshotResponse_Open) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*CreateSnapshotResponse_Open) ProtoMessage ¶
func (*CreateSnapshotResponse_Open) ProtoMessage()
func (*CreateSnapshotResponse_Open) ProtoReflect ¶
func (x *CreateSnapshotResponse_Open) ProtoReflect() protoreflect.Message
func (*CreateSnapshotResponse_Open) Reset ¶
func (x *CreateSnapshotResponse_Open) Reset()
func (*CreateSnapshotResponse_Open) String ¶
func (x *CreateSnapshotResponse_Open) String() string
func (*CreateSnapshotResponse_Open) UnmarshalJSON ¶
func (msg *CreateSnapshotResponse_Open) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type CreateSnapshotResponse_Open_ ¶
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 DeclaredResource ¶
type DeclaredResource struct { // platform-specific name of the resource type. i.e. instance, pod, auto-scaling group, etc Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // platform-specific type of the resource type. i.e. instance, pod, auto-scaling group, etc Type string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"` // The platform on which the resource should exist, i.e. docker, gcp, k8s, etc. Platform string `protobuf:"bytes,2,opt,name=platform,proto3" json:"platform,omitempty"` // Internal ResourceManager representation of the resource. State *opaqueany.Any `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty"` // Any additional information a plugin wants to expose on this resource. // EX: Availability zones on a load balancer, concurrency limit on a lambda function, etc. StateJson string `protobuf:"bytes,4,opt,name=state_json,json=stateJson,proto3" json:"state_json,omitempty"` // high level type of the resource, used for display purposes. CategoryDisplayHint ResourceCategoryDisplayHint `` /* 173-byte string literal not displayed */ // contains filtered or unexported fields }
A platform resource that an operation (release/deployment) has created, depends on, or manages.
func (*DeclaredResource) Descriptor
deprecated
func (*DeclaredResource) Descriptor() ([]byte, []int)
Deprecated: Use DeclaredResource.ProtoReflect.Descriptor instead.
func (*DeclaredResource) GetCategoryDisplayHint ¶
func (x *DeclaredResource) GetCategoryDisplayHint() ResourceCategoryDisplayHint
func (*DeclaredResource) GetName ¶
func (x *DeclaredResource) GetName() string
func (*DeclaredResource) GetPlatform ¶
func (x *DeclaredResource) GetPlatform() string
func (*DeclaredResource) GetState ¶
func (x *DeclaredResource) GetState() *opaqueany.Any
func (*DeclaredResource) GetStateJson ¶
func (x *DeclaredResource) GetStateJson() string
func (*DeclaredResource) GetType ¶
func (x *DeclaredResource) GetType() string
func (*DeclaredResource) MarshalJSON ¶
func (msg *DeclaredResource) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*DeclaredResource) ProtoMessage ¶
func (*DeclaredResource) ProtoMessage()
func (*DeclaredResource) ProtoReflect ¶
func (x *DeclaredResource) ProtoReflect() protoreflect.Message
func (*DeclaredResource) Reset ¶
func (x *DeclaredResource) Reset()
func (*DeclaredResource) String ¶
func (x *DeclaredResource) String() string
func (*DeclaredResource) UnmarshalJSON ¶
func (msg *DeclaredResource) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type DecodeTokenRequest ¶
type DecodeTokenRequest struct { // The token to decode. Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
func (*DecodeTokenRequest) Descriptor
deprecated
func (*DecodeTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use DecodeTokenRequest.ProtoReflect.Descriptor instead.
func (*DecodeTokenRequest) GetToken ¶
func (x *DecodeTokenRequest) GetToken() string
func (*DecodeTokenRequest) MarshalJSON ¶
func (msg *DecodeTokenRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*DecodeTokenRequest) ProtoMessage ¶
func (*DecodeTokenRequest) ProtoMessage()
func (*DecodeTokenRequest) ProtoReflect ¶
func (x *DecodeTokenRequest) ProtoReflect() protoreflect.Message
func (*DecodeTokenRequest) Reset ¶
func (x *DecodeTokenRequest) Reset()
func (*DecodeTokenRequest) String ¶
func (x *DecodeTokenRequest) String() string
func (*DecodeTokenRequest) UnmarshalJSON ¶
func (msg *DecodeTokenRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type DecodeTokenResponse ¶
type DecodeTokenResponse struct { // The decoded token. Token *Token `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // Transport is the wrapper around the token. This may be useful // to look into the metadata around the token. Transport *TokenTransport `protobuf:"bytes,2,opt,name=transport,proto3" json:"transport,omitempty"` // contains filtered or unexported fields }
func (*DecodeTokenResponse) Descriptor
deprecated
func (*DecodeTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use DecodeTokenResponse.ProtoReflect.Descriptor instead.
func (*DecodeTokenResponse) GetToken ¶
func (x *DecodeTokenResponse) GetToken() *Token
func (*DecodeTokenResponse) GetTransport ¶
func (x *DecodeTokenResponse) GetTransport() *TokenTransport
func (*DecodeTokenResponse) MarshalJSON ¶
func (msg *DecodeTokenResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*DecodeTokenResponse) ProtoMessage ¶
func (*DecodeTokenResponse) ProtoMessage()
func (*DecodeTokenResponse) ProtoReflect ¶
func (x *DecodeTokenResponse) ProtoReflect() protoreflect.Message
func (*DecodeTokenResponse) Reset ¶
func (x *DecodeTokenResponse) Reset()
func (*DecodeTokenResponse) String ¶
func (x *DecodeTokenResponse) String() string
func (*DecodeTokenResponse) UnmarshalJSON ¶
func (msg *DecodeTokenResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type DeleteAuthMethodRequest ¶
type DeleteAuthMethodRequest struct { AuthMethod *Ref_AuthMethod `protobuf:"bytes,1,opt,name=auth_method,json=authMethod,proto3" json:"auth_method,omitempty"` // contains filtered or unexported fields }
func (*DeleteAuthMethodRequest) Descriptor
deprecated
func (*DeleteAuthMethodRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAuthMethodRequest.ProtoReflect.Descriptor instead.
func (*DeleteAuthMethodRequest) GetAuthMethod ¶
func (x *DeleteAuthMethodRequest) GetAuthMethod() *Ref_AuthMethod
func (*DeleteAuthMethodRequest) MarshalJSON ¶
func (msg *DeleteAuthMethodRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*DeleteAuthMethodRequest) ProtoMessage ¶
func (*DeleteAuthMethodRequest) ProtoMessage()
func (*DeleteAuthMethodRequest) ProtoReflect ¶
func (x *DeleteAuthMethodRequest) ProtoReflect() protoreflect.Message
func (*DeleteAuthMethodRequest) Reset ¶
func (x *DeleteAuthMethodRequest) Reset()
func (*DeleteAuthMethodRequest) String ¶
func (x *DeleteAuthMethodRequest) String() string
func (*DeleteAuthMethodRequest) UnmarshalJSON ¶
func (msg *DeleteAuthMethodRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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 ¶
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 ¶
func (msg *DeleteHostnameRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type DeleteOnDemandRunnerConfigRequest ¶ added in v0.9.0
type DeleteOnDemandRunnerConfigRequest struct { Config *Ref_OnDemandRunnerConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*DeleteOnDemandRunnerConfigRequest) Descriptor
deprecated
added in
v0.9.0
func (*DeleteOnDemandRunnerConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteOnDemandRunnerConfigRequest.ProtoReflect.Descriptor instead.
func (*DeleteOnDemandRunnerConfigRequest) GetConfig ¶ added in v0.9.0
func (x *DeleteOnDemandRunnerConfigRequest) GetConfig() *Ref_OnDemandRunnerConfig
func (*DeleteOnDemandRunnerConfigRequest) MarshalJSON ¶ added in v0.9.0
func (msg *DeleteOnDemandRunnerConfigRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*DeleteOnDemandRunnerConfigRequest) ProtoMessage ¶ added in v0.9.0
func (*DeleteOnDemandRunnerConfigRequest) ProtoMessage()
func (*DeleteOnDemandRunnerConfigRequest) ProtoReflect ¶ added in v0.9.0
func (x *DeleteOnDemandRunnerConfigRequest) ProtoReflect() protoreflect.Message
func (*DeleteOnDemandRunnerConfigRequest) Reset ¶ added in v0.9.0
func (x *DeleteOnDemandRunnerConfigRequest) Reset()
func (*DeleteOnDemandRunnerConfigRequest) String ¶ added in v0.9.0
func (x *DeleteOnDemandRunnerConfigRequest) String() string
func (*DeleteOnDemandRunnerConfigRequest) UnmarshalJSON ¶ added in v0.9.0
func (msg *DeleteOnDemandRunnerConfigRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type DeleteOnDemandRunnerConfigResponse ¶ added in v0.9.0
type DeleteOnDemandRunnerConfigResponse struct { Config *OnDemandRunnerConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*DeleteOnDemandRunnerConfigResponse) Descriptor
deprecated
added in
v0.9.0
func (*DeleteOnDemandRunnerConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteOnDemandRunnerConfigResponse.ProtoReflect.Descriptor instead.
func (*DeleteOnDemandRunnerConfigResponse) GetConfig ¶ added in v0.9.0
func (x *DeleteOnDemandRunnerConfigResponse) GetConfig() *OnDemandRunnerConfig
func (*DeleteOnDemandRunnerConfigResponse) MarshalJSON ¶ added in v0.9.0
func (msg *DeleteOnDemandRunnerConfigResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*DeleteOnDemandRunnerConfigResponse) ProtoMessage ¶ added in v0.9.0
func (*DeleteOnDemandRunnerConfigResponse) ProtoMessage()
func (*DeleteOnDemandRunnerConfigResponse) ProtoReflect ¶ added in v0.9.0
func (x *DeleteOnDemandRunnerConfigResponse) ProtoReflect() protoreflect.Message
func (*DeleteOnDemandRunnerConfigResponse) Reset ¶ added in v0.9.0
func (x *DeleteOnDemandRunnerConfigResponse) Reset()
func (*DeleteOnDemandRunnerConfigResponse) String ¶ added in v0.9.0
func (x *DeleteOnDemandRunnerConfigResponse) String() string
func (*DeleteOnDemandRunnerConfigResponse) UnmarshalJSON ¶ added in v0.9.0
func (msg *DeleteOnDemandRunnerConfigResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type DeleteTaskRequest ¶ added in v0.9.0
type DeleteTaskRequest struct { // The referenced task to delete by task id or Run job id. Ref *Ref_Task `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"` // contains filtered or unexported fields }
func (*DeleteTaskRequest) Descriptor
deprecated
added in
v0.9.0
func (*DeleteTaskRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteTaskRequest.ProtoReflect.Descriptor instead.
func (*DeleteTaskRequest) GetRef ¶ added in v0.9.0
func (x *DeleteTaskRequest) GetRef() *Ref_Task
func (*DeleteTaskRequest) MarshalJSON ¶ added in v0.9.0
func (msg *DeleteTaskRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*DeleteTaskRequest) ProtoMessage ¶ added in v0.9.0
func (*DeleteTaskRequest) ProtoMessage()
func (*DeleteTaskRequest) ProtoReflect ¶ added in v0.9.0
func (x *DeleteTaskRequest) ProtoReflect() protoreflect.Message
func (*DeleteTaskRequest) Reset ¶ added in v0.9.0
func (x *DeleteTaskRequest) Reset()
func (*DeleteTaskRequest) String ¶ added in v0.9.0
func (x *DeleteTaskRequest) String() string
func (*DeleteTaskRequest) UnmarshalJSON ¶ added in v0.9.0
func (msg *DeleteTaskRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type DeleteTriggerRequest ¶
type DeleteTriggerRequest struct { Ref *Ref_Trigger `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"` // contains filtered or unexported fields }
func (*DeleteTriggerRequest) Descriptor
deprecated
func (*DeleteTriggerRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteTriggerRequest.ProtoReflect.Descriptor instead.
func (*DeleteTriggerRequest) GetRef ¶
func (x *DeleteTriggerRequest) GetRef() *Ref_Trigger
func (*DeleteTriggerRequest) MarshalJSON ¶
func (msg *DeleteTriggerRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*DeleteTriggerRequest) ProtoMessage ¶
func (*DeleteTriggerRequest) ProtoMessage()
func (*DeleteTriggerRequest) ProtoReflect ¶
func (x *DeleteTriggerRequest) ProtoReflect() protoreflect.Message
func (*DeleteTriggerRequest) Reset ¶
func (x *DeleteTriggerRequest) Reset()
func (*DeleteTriggerRequest) String ¶
func (x *DeleteTriggerRequest) String() string
func (*DeleteTriggerRequest) UnmarshalJSON ¶
func (msg *DeleteTriggerRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type DeleteUserRequest ¶
type DeleteUserRequest struct { User *Ref_User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*DeleteUserRequest) Descriptor
deprecated
func (*DeleteUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteUserRequest.ProtoReflect.Descriptor instead.
func (*DeleteUserRequest) GetUser ¶
func (x *DeleteUserRequest) GetUser() *Ref_User
func (*DeleteUserRequest) MarshalJSON ¶
func (msg *DeleteUserRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*DeleteUserRequest) ProtoMessage ¶
func (*DeleteUserRequest) ProtoMessage()
func (*DeleteUserRequest) ProtoReflect ¶
func (x *DeleteUserRequest) ProtoReflect() protoreflect.Message
func (*DeleteUserRequest) Reset ¶
func (x *DeleteUserRequest) Reset()
func (*DeleteUserRequest) String ¶
func (x *DeleteUserRequest) String() string
func (*DeleteUserRequest) UnmarshalJSON ¶
func (msg *DeleteUserRequest) 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"` // url is the URL to the Deployment // this URL might be empty, indicating that the deployment doesn't have // the possibility to be contacted directly (e.g: Kubernetes pod) // and thus the URL Service (Hashicorp Horizon) will be used instead, if enabled. Url string `protobuf:"bytes,18,opt,name=url,proto3" json:"url,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 *opaqueany.Any `protobuf:"bytes,6,opt,name=deployment,proto3" json:"deployment,omitempty"` // This is the JSON-encoded protobuf structure of the Any field above. // This is generated by the plugin and Waypoint core does not modify this // value or have any enforced structure. This will be different per-plugin. DeploymentJson string `protobuf:"bytes,20,opt,name=deployment_json,json=deploymentJson,proto3" json:"deployment_json,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"` // Resources that this deployment has created or manages. DeclaredResources []*DeclaredResource `protobuf:"bytes,19,rep,name=declared_resources,json=declaredResources,proto3" json:"declared_resources,omitempty"` // Resources that a destroy operation has destroyed DestroyedResources []*DestroyedResource `protobuf:"bytes,21,rep,name=destroyed_resources,json=destroyedResources,proto3" json:"destroyed_resources,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) GetDeclaredResources ¶
func (x *Deployment) GetDeclaredResources() []*DeclaredResource
func (*Deployment) GetDeployment ¶
func (x *Deployment) GetDeployment() *opaqueany.Any
func (*Deployment) GetDeploymentJson ¶
func (x *Deployment) GetDeploymentJson() string
func (*Deployment) GetDestroyedResources ¶ added in v0.10.0
func (x *Deployment) GetDestroyedResources() []*DestroyedResource
func (*Deployment) GetGeneration ¶
func (x *Deployment) GetGeneration() *Generation
func (*Deployment) GetHasEntrypointConfig ¶
func (x *Deployment) GetHasEntrypointConfig() bool
func (*Deployment) GetHasExecPlugin ¶
func (x *Deployment) GetHasExecPlugin() bool
func (*Deployment) GetHasLogsPlugin ¶
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 ¶
func (x *Deployment) GetTemplateData() []byte
func (*Deployment) GetUrl ¶
func (x *Deployment) GetUrl() string
func (*Deployment) GetWorkspace ¶
func (x *Deployment) GetWorkspace() *Ref_Workspace
func (*Deployment) MarshalJSON ¶
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 ¶
func (msg *Deployment) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type DeploymentExpanded ¶
type DeploymentExpanded struct { // The deployment in question Deployment *Deployment `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"` // The most recent status report generated for this deployment LatestStatusReport *StatusReport `protobuf:"bytes,2,opt,name=latest_status_report,json=latestStatusReport,proto3" json:"latest_status_report,omitempty"` // contains filtered or unexported fields }
A deployment with additional related messages pre-fetched.
func (*DeploymentExpanded) Descriptor
deprecated
func (*DeploymentExpanded) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentExpanded.ProtoReflect.Descriptor instead.
func (*DeploymentExpanded) GetDeployment ¶
func (x *DeploymentExpanded) GetDeployment() *Deployment
func (*DeploymentExpanded) GetLatestStatusReport ¶
func (x *DeploymentExpanded) GetLatestStatusReport() *StatusReport
func (*DeploymentExpanded) MarshalJSON ¶
func (msg *DeploymentExpanded) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*DeploymentExpanded) ProtoMessage ¶
func (*DeploymentExpanded) ProtoMessage()
func (*DeploymentExpanded) ProtoReflect ¶
func (x *DeploymentExpanded) ProtoReflect() protoreflect.Message
func (*DeploymentExpanded) Reset ¶
func (x *DeploymentExpanded) Reset()
func (*DeploymentExpanded) String ¶
func (x *DeploymentExpanded) String() string
func (*DeploymentExpanded) UnmarshalJSON ¶
func (msg *DeploymentExpanded) 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"` // The ref that was used in the job to run this operation. This is // also accessible by querying the job via the job_id and should always // match. // // This may be null under multiple circumstances: (1) the job was // manually triggered with local data (no datasource) or (2) the job // was run in earlier versions of Waypoint before we tracked this or // (3) the job hasn't yet loaded the data. // // This is always pre-populated if it is exists. JobDataSourceRef *Job_DataSource_Ref `protobuf:"bytes,4,opt,name=job_data_source_ref,json=jobDataSourceRef,proto3" json:"job_data_source_ref,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) GetJobDataSourceRef ¶
func (x *Deployment_Preload) GetJobDataSourceRef() *Job_DataSource_Ref
func (*Deployment_Preload) MarshalJSON ¶
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 ¶
func (msg *Deployment_Preload) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type DestroyProjectRequest ¶ added in v0.10.0
type DestroyProjectRequest struct { Project *Ref_Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` // contains filtered or unexported fields }
func (*DestroyProjectRequest) Descriptor
deprecated
added in
v0.10.0
func (*DestroyProjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use DestroyProjectRequest.ProtoReflect.Descriptor instead.
func (*DestroyProjectRequest) GetProject ¶ added in v0.10.0
func (x *DestroyProjectRequest) GetProject() *Ref_Project
func (*DestroyProjectRequest) MarshalJSON ¶ added in v0.10.0
func (msg *DestroyProjectRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*DestroyProjectRequest) ProtoMessage ¶ added in v0.10.0
func (*DestroyProjectRequest) ProtoMessage()
func (*DestroyProjectRequest) ProtoReflect ¶ added in v0.10.0
func (x *DestroyProjectRequest) ProtoReflect() protoreflect.Message
func (*DestroyProjectRequest) Reset ¶ added in v0.10.0
func (x *DestroyProjectRequest) Reset()
func (*DestroyProjectRequest) String ¶ added in v0.10.0
func (x *DestroyProjectRequest) String() string
func (*DestroyProjectRequest) UnmarshalJSON ¶ added in v0.10.0
func (msg *DestroyProjectRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type DestroyedResource ¶ added in v0.10.0
type DestroyedResource struct { // Unique name name for the resource. Usually derived from the platform. Required. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // platform-specific type of the resource type. i.e. instance, pod, auto-scaling group, etc Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` // The platform on which the resource should exist, i.e. docker, gcp, k8s, etc. Platform string `protobuf:"bytes,3,opt,name=platform,proto3" json:"platform,omitempty"` // Internal ResourceManager representation of the resource. State *opaqueany.Any `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"` // Any additional information a plugin wants to expose on this resource. // EX: Availability zones on a load balancer, concurrency limit on a lambda function, etc. StateJson string `protobuf:"bytes,5,opt,name=state_json,json=stateJson,proto3" json:"state_json,omitempty"` // contains filtered or unexported fields }
func (*DestroyedResource) Descriptor
deprecated
added in
v0.10.0
func (*DestroyedResource) Descriptor() ([]byte, []int)
Deprecated: Use DestroyedResource.ProtoReflect.Descriptor instead.
func (*DestroyedResource) GetName ¶ added in v0.10.0
func (x *DestroyedResource) GetName() string
func (*DestroyedResource) GetPlatform ¶ added in v0.10.0
func (x *DestroyedResource) GetPlatform() string
func (*DestroyedResource) GetState ¶ added in v0.10.0
func (x *DestroyedResource) GetState() *opaqueany.Any
func (*DestroyedResource) GetStateJson ¶ added in v0.10.0
func (x *DestroyedResource) GetStateJson() string
func (*DestroyedResource) GetType ¶ added in v0.10.0
func (x *DestroyedResource) GetType() string
func (*DestroyedResource) MarshalJSON ¶ added in v0.10.0
func (msg *DestroyedResource) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*DestroyedResource) ProtoMessage ¶ added in v0.10.0
func (*DestroyedResource) ProtoMessage()
func (*DestroyedResource) ProtoReflect ¶ added in v0.10.0
func (x *DestroyedResource) ProtoReflect() protoreflect.Message
func (*DestroyedResource) Reset ¶ added in v0.10.0
func (x *DestroyedResource) Reset()
func (*DestroyedResource) String ¶ added in v0.10.0
func (x *DestroyedResource) String() string
func (*DestroyedResource) UnmarshalJSON ¶ added in v0.10.0
func (msg *DestroyedResource) 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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
func (x *EntrypointConfig) GetConfigSources() []*ConfigSource
func (*EntrypointConfig) GetDeployment ¶
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 ¶
func (x *EntrypointConfig) GetFileChangeSignal() string
func (*EntrypointConfig) GetUrlService ¶
func (x *EntrypointConfig) GetUrlService() *EntrypointConfig_URLService
func (*EntrypointConfig) MarshalJSON ¶
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 ¶
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"` // If this is true, then this instance will never be assigned any exec // sessions. If no instances support exec, an error will be shown to the // user. DisableExec bool `protobuf:"varint,4,opt,name=disable_exec,json=disableExec,proto3" json:"disable_exec,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) GetDisableExec ¶
func (x *EntrypointConfigRequest) GetDisableExec() bool
func (*EntrypointConfigRequest) GetInstanceId ¶
func (x *EntrypointConfigRequest) GetInstanceId() string
func (*EntrypointConfigRequest) GetType ¶
func (x *EntrypointConfigRequest) GetType() Instance_Type
func (*EntrypointConfigRequest) MarshalJSON ¶
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 ¶
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 ¶
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 ¶
func (msg *EntrypointConfigResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type EntrypointConfig_DeploymentInfo ¶
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
func (*EntrypointConfig_DeploymentInfo) Descriptor() ([]byte, []int)
Deprecated: Use EntrypointConfig_DeploymentInfo.ProtoReflect.Descriptor instead.
func (*EntrypointConfig_DeploymentInfo) GetComponent ¶
func (x *EntrypointConfig_DeploymentInfo) GetComponent() *Component
func (*EntrypointConfig_DeploymentInfo) GetLabels ¶
func (x *EntrypointConfig_DeploymentInfo) GetLabels() map[string]string
func (*EntrypointConfig_DeploymentInfo) MarshalJSON ¶
func (msg *EntrypointConfig_DeploymentInfo) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*EntrypointConfig_DeploymentInfo) ProtoMessage ¶
func (*EntrypointConfig_DeploymentInfo) ProtoMessage()
func (*EntrypointConfig_DeploymentInfo) ProtoReflect ¶
func (x *EntrypointConfig_DeploymentInfo) ProtoReflect() protoreflect.Message
func (*EntrypointConfig_DeploymentInfo) Reset ¶
func (x *EntrypointConfig_DeploymentInfo) Reset()
func (*EntrypointConfig_DeploymentInfo) String ¶
func (x *EntrypointConfig_DeploymentInfo) String() string
func (*EntrypointConfig_DeploymentInfo) UnmarshalJSON ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
func (x *EntrypointExecResponse) GetInputEof() *emptypb.Empty
func (*EntrypointExecResponse) GetOpened ¶
func (x *EntrypointExecResponse) GetOpened() bool
func (*EntrypointExecResponse) GetWinch ¶
func (x *EntrypointExecResponse) GetWinch() *ExecStreamRequest_WindowSize
func (*EntrypointExecResponse) MarshalJSON ¶
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 ¶
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_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 ¶
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 ¶
func (msg *EntrypointLogBatch) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ErrorDetail ¶ added in v0.9.0
type ErrorDetail struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
ErrorDetail is intended for use in `status`.
func (*ErrorDetail) Descriptor
deprecated
added in
v0.9.0
func (*ErrorDetail) Descriptor() ([]byte, []int)
Deprecated: Use ErrorDetail.ProtoReflect.Descriptor instead.
func (*ErrorDetail) GetKey ¶ added in v0.9.0
func (x *ErrorDetail) GetKey() string
func (*ErrorDetail) GetValue ¶ added in v0.9.0
func (x *ErrorDetail) GetValue() string
func (*ErrorDetail) MarshalJSON ¶ added in v0.9.0
func (msg *ErrorDetail) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ErrorDetail) ProtoMessage ¶ added in v0.9.0
func (*ErrorDetail) ProtoMessage()
func (*ErrorDetail) ProtoReflect ¶ added in v0.9.0
func (x *ErrorDetail) ProtoReflect() protoreflect.Message
func (*ErrorDetail) Reset ¶ added in v0.9.0
func (x *ErrorDetail) Reset()
func (*ErrorDetail) String ¶ added in v0.9.0
func (x *ErrorDetail) String() string
func (*ErrorDetail) UnmarshalJSON ¶ added in v0.9.0
func (msg *ErrorDetail) 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 ¶
func (x *ExecStreamRequest) GetInputEof() *emptypb.Empty
func (*ExecStreamRequest) GetStart ¶
func (x *ExecStreamRequest) GetStart() *ExecStreamRequest_Start
func (*ExecStreamRequest) GetWinch ¶
func (x *ExecStreamRequest) GetWinch() *ExecStreamRequest_WindowSize
func (*ExecStreamRequest) MarshalJSON ¶
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 ¶
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 ¶
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 ¶
func (msg *ExecStreamRequest_Input) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ExecStreamRequest_InputEof ¶
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 *emptypb.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 ¶
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 ¶
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 ¶
func (x *ExecStreamRequest_Start) GetInstanceId() string
func (*ExecStreamRequest_Start) GetPty ¶
func (x *ExecStreamRequest_Start) GetPty() *ExecStreamRequest_PTY
func (*ExecStreamRequest_Start) GetTarget ¶
func (m *ExecStreamRequest_Start) GetTarget() isExecStreamRequest_Start_Target
func (*ExecStreamRequest_Start) MarshalJSON ¶
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 ¶
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 ¶
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 ¶
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. Targeted 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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ExpediteStatusReportRequest ¶
type ExpediteStatusReportRequest struct { // The workspace that this exists in Workspace *Ref_Workspace `protobuf:"bytes,1,opt,name=workspace,proto3" json:"workspace,omitempty"` // Target is used to determine what a status report should be run against // // Types that are assignable to Target: // *ExpediteStatusReportRequest_Deployment // *ExpediteStatusReportRequest_Release Target isExpediteStatusReportRequest_Target `protobuf_oneof:"target"` // contains filtered or unexported fields }
func (*ExpediteStatusReportRequest) Descriptor
deprecated
func (*ExpediteStatusReportRequest) Descriptor() ([]byte, []int)
Deprecated: Use ExpediteStatusReportRequest.ProtoReflect.Descriptor instead.
func (*ExpediteStatusReportRequest) GetDeployment ¶
func (x *ExpediteStatusReportRequest) GetDeployment() *Ref_Operation
func (*ExpediteStatusReportRequest) GetRelease ¶
func (x *ExpediteStatusReportRequest) GetRelease() *Ref_Operation
func (*ExpediteStatusReportRequest) GetTarget ¶
func (m *ExpediteStatusReportRequest) GetTarget() isExpediteStatusReportRequest_Target
func (*ExpediteStatusReportRequest) GetWorkspace ¶
func (x *ExpediteStatusReportRequest) GetWorkspace() *Ref_Workspace
func (*ExpediteStatusReportRequest) MarshalJSON ¶
func (msg *ExpediteStatusReportRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ExpediteStatusReportRequest) ProtoMessage ¶
func (*ExpediteStatusReportRequest) ProtoMessage()
func (*ExpediteStatusReportRequest) ProtoReflect ¶
func (x *ExpediteStatusReportRequest) ProtoReflect() protoreflect.Message
func (*ExpediteStatusReportRequest) Reset ¶
func (x *ExpediteStatusReportRequest) Reset()
func (*ExpediteStatusReportRequest) String ¶
func (x *ExpediteStatusReportRequest) String() string
func (*ExpediteStatusReportRequest) UnmarshalJSON ¶
func (msg *ExpediteStatusReportRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ExpediteStatusReportRequest_Deployment ¶
type ExpediteStatusReportRequest_Deployment struct { // the deployment id that this status report was generated on Deployment *Ref_Operation `protobuf:"bytes,2,opt,name=deployment,proto3,oneof"` }
type ExpediteStatusReportRequest_Release ¶
type ExpediteStatusReportRequest_Release struct { // the release id that this status report was generated on Release *Ref_Operation `protobuf:"bytes,3,opt,name=release,proto3,oneof"` }
type ExpediteStatusReportResponse ¶
type ExpediteStatusReportResponse struct { JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` // contains filtered or unexported fields }
id of job expedited by the request
func (*ExpediteStatusReportResponse) Descriptor
deprecated
func (*ExpediteStatusReportResponse) Descriptor() ([]byte, []int)
Deprecated: Use ExpediteStatusReportResponse.ProtoReflect.Descriptor instead.
func (*ExpediteStatusReportResponse) GetJobId ¶
func (x *ExpediteStatusReportResponse) GetJobId() string
func (*ExpediteStatusReportResponse) MarshalJSON ¶
func (msg *ExpediteStatusReportResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ExpediteStatusReportResponse) ProtoMessage ¶
func (*ExpediteStatusReportResponse) ProtoMessage()
func (*ExpediteStatusReportResponse) ProtoReflect ¶
func (x *ExpediteStatusReportResponse) ProtoReflect() protoreflect.Message
func (*ExpediteStatusReportResponse) Reset ¶
func (x *ExpediteStatusReportResponse) Reset()
func (*ExpediteStatusReportResponse) String ¶
func (x *ExpediteStatusReportResponse) String() string
func (*ExpediteStatusReportResponse) UnmarshalJSON ¶
func (msg *ExpediteStatusReportResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ForgetRunnerRequest ¶
type ForgetRunnerRequest struct { // ID of the runner to forget RunnerId string `protobuf:"bytes,1,opt,name=runner_id,json=runnerId,proto3" json:"runner_id,omitempty"` // contains filtered or unexported fields }
func (*ForgetRunnerRequest) Descriptor
deprecated
func (*ForgetRunnerRequest) Descriptor() ([]byte, []int)
Deprecated: Use ForgetRunnerRequest.ProtoReflect.Descriptor instead.
func (*ForgetRunnerRequest) GetRunnerId ¶
func (x *ForgetRunnerRequest) GetRunnerId() string
func (*ForgetRunnerRequest) MarshalJSON ¶
func (msg *ForgetRunnerRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ForgetRunnerRequest) ProtoMessage ¶
func (*ForgetRunnerRequest) ProtoMessage()
func (*ForgetRunnerRequest) ProtoReflect ¶
func (x *ForgetRunnerRequest) ProtoReflect() protoreflect.Message
func (*ForgetRunnerRequest) Reset ¶
func (x *ForgetRunnerRequest) Reset()
func (*ForgetRunnerRequest) String ¶
func (x *ForgetRunnerRequest) String() string
func (*ForgetRunnerRequest) UnmarshalJSON ¶
func (msg *ForgetRunnerRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GenerateRunnerTokenRequest ¶
type GenerateRunnerTokenRequest struct { // How long the token should be valid from the time the request // is made. If this is empty then the runner token never expires on its own. Duration string `protobuf:"bytes,1,opt,name=duration,proto3" json:"duration,omitempty"` // ID to restrict this token to work with. This can be empty to allow it // for all runner IDs. Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // The set of labels to restrict this runner token to work for. The runner // labels must match this label set exactly. If this is not set, then runners // with any labels may use the resulting token. Labels map[string]string `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GenerateRunnerTokenRequest) Descriptor
deprecated
func (*GenerateRunnerTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use GenerateRunnerTokenRequest.ProtoReflect.Descriptor instead.
func (*GenerateRunnerTokenRequest) GetDuration ¶
func (x *GenerateRunnerTokenRequest) GetDuration() string
func (*GenerateRunnerTokenRequest) GetId ¶
func (x *GenerateRunnerTokenRequest) GetId() string
func (*GenerateRunnerTokenRequest) GetLabels ¶
func (x *GenerateRunnerTokenRequest) GetLabels() map[string]string
func (*GenerateRunnerTokenRequest) MarshalJSON ¶
func (msg *GenerateRunnerTokenRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GenerateRunnerTokenRequest) ProtoMessage ¶
func (*GenerateRunnerTokenRequest) ProtoMessage()
func (*GenerateRunnerTokenRequest) ProtoReflect ¶
func (x *GenerateRunnerTokenRequest) ProtoReflect() protoreflect.Message
func (*GenerateRunnerTokenRequest) Reset ¶
func (x *GenerateRunnerTokenRequest) Reset()
func (*GenerateRunnerTokenRequest) String ¶
func (x *GenerateRunnerTokenRequest) String() string
func (*GenerateRunnerTokenRequest) UnmarshalJSON ¶
func (msg *GenerateRunnerTokenRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Generation ¶
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
func (*Generation) Descriptor() ([]byte, []int)
Deprecated: Use Generation.ProtoReflect.Descriptor instead.
func (*Generation) GetId ¶
func (x *Generation) GetId() string
func (*Generation) GetInitialSequence ¶
func (x *Generation) GetInitialSequence() uint64
func (*Generation) MarshalJSON ¶
func (msg *Generation) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Generation) ProtoMessage ¶
func (*Generation) ProtoMessage()
func (*Generation) ProtoReflect ¶
func (x *Generation) ProtoReflect() protoreflect.Message
func (*Generation) Reset ¶
func (x *Generation) Reset()
func (*Generation) String ¶
func (x *Generation) String() string
func (*Generation) UnmarshalJSON ¶
func (msg *Generation) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetApplicationRequest ¶
type GetApplicationRequest struct { Application *Ref_Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` // contains filtered or unexported fields }
func (*GetApplicationRequest) Descriptor
deprecated
func (*GetApplicationRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetApplicationRequest.ProtoReflect.Descriptor instead.
func (*GetApplicationRequest) GetApplication ¶
func (x *GetApplicationRequest) GetApplication() *Ref_Application
func (*GetApplicationRequest) MarshalJSON ¶
func (msg *GetApplicationRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetApplicationRequest) ProtoMessage ¶
func (*GetApplicationRequest) ProtoMessage()
func (*GetApplicationRequest) ProtoReflect ¶
func (x *GetApplicationRequest) ProtoReflect() protoreflect.Message
func (*GetApplicationRequest) Reset ¶
func (x *GetApplicationRequest) Reset()
func (*GetApplicationRequest) String ¶
func (x *GetApplicationRequest) String() string
func (*GetApplicationRequest) UnmarshalJSON ¶
func (msg *GetApplicationRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetApplicationResponse ¶
type GetApplicationResponse struct { Application *Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` // contains filtered or unexported fields }
func (*GetApplicationResponse) Descriptor
deprecated
func (*GetApplicationResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetApplicationResponse.ProtoReflect.Descriptor instead.
func (*GetApplicationResponse) GetApplication ¶
func (x *GetApplicationResponse) GetApplication() *Application
func (*GetApplicationResponse) MarshalJSON ¶
func (msg *GetApplicationResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetApplicationResponse) ProtoMessage ¶
func (*GetApplicationResponse) ProtoMessage()
func (*GetApplicationResponse) ProtoReflect ¶
func (x *GetApplicationResponse) ProtoReflect() protoreflect.Message
func (*GetApplicationResponse) Reset ¶
func (x *GetApplicationResponse) Reset()
func (*GetApplicationResponse) String ¶
func (x *GetApplicationResponse) String() string
func (*GetApplicationResponse) UnmarshalJSON ¶
func (msg *GetApplicationResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetAuthMethodRequest ¶
type GetAuthMethodRequest struct { AuthMethod *Ref_AuthMethod `protobuf:"bytes,1,opt,name=auth_method,json=authMethod,proto3" json:"auth_method,omitempty"` // contains filtered or unexported fields }
func (*GetAuthMethodRequest) Descriptor
deprecated
func (*GetAuthMethodRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAuthMethodRequest.ProtoReflect.Descriptor instead.
func (*GetAuthMethodRequest) GetAuthMethod ¶
func (x *GetAuthMethodRequest) GetAuthMethod() *Ref_AuthMethod
func (*GetAuthMethodRequest) MarshalJSON ¶
func (msg *GetAuthMethodRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetAuthMethodRequest) ProtoMessage ¶
func (*GetAuthMethodRequest) ProtoMessage()
func (*GetAuthMethodRequest) ProtoReflect ¶
func (x *GetAuthMethodRequest) ProtoReflect() protoreflect.Message
func (*GetAuthMethodRequest) Reset ¶
func (x *GetAuthMethodRequest) Reset()
func (*GetAuthMethodRequest) String ¶
func (x *GetAuthMethodRequest) String() string
func (*GetAuthMethodRequest) UnmarshalJSON ¶
func (msg *GetAuthMethodRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetAuthMethodResponse ¶
type GetAuthMethodResponse struct { AuthMethod *AuthMethod `protobuf:"bytes,1,opt,name=auth_method,json=authMethod,proto3" json:"auth_method,omitempty"` // contains filtered or unexported fields }
func (*GetAuthMethodResponse) Descriptor
deprecated
func (*GetAuthMethodResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAuthMethodResponse.ProtoReflect.Descriptor instead.
func (*GetAuthMethodResponse) GetAuthMethod ¶
func (x *GetAuthMethodResponse) GetAuthMethod() *AuthMethod
func (*GetAuthMethodResponse) MarshalJSON ¶
func (msg *GetAuthMethodResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetAuthMethodResponse) ProtoMessage ¶
func (*GetAuthMethodResponse) ProtoMessage()
func (*GetAuthMethodResponse) ProtoReflect ¶
func (x *GetAuthMethodResponse) ProtoReflect() protoreflect.Message
func (*GetAuthMethodResponse) Reset ¶
func (x *GetAuthMethodResponse) Reset()
func (*GetAuthMethodResponse) String ¶
func (x *GetAuthMethodResponse) String() string
func (*GetAuthMethodResponse) UnmarshalJSON ¶
func (msg *GetAuthMethodResponse) 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 ¶
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 ¶
func (msg *GetBuildRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetConfigSourceRequest ¶
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
func (*GetConfigSourceRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetConfigSourceRequest.ProtoReflect.Descriptor instead.
func (*GetConfigSourceRequest) GetGlobal ¶
func (x *GetConfigSourceRequest) GetGlobal() *Ref_Global
func (*GetConfigSourceRequest) GetScope ¶
func (m *GetConfigSourceRequest) GetScope() isGetConfigSourceRequest_Scope
func (*GetConfigSourceRequest) GetType ¶
func (x *GetConfigSourceRequest) GetType() string
func (*GetConfigSourceRequest) MarshalJSON ¶
func (msg *GetConfigSourceRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetConfigSourceRequest) ProtoMessage ¶
func (*GetConfigSourceRequest) ProtoMessage()
func (*GetConfigSourceRequest) ProtoReflect ¶
func (x *GetConfigSourceRequest) ProtoReflect() protoreflect.Message
func (*GetConfigSourceRequest) Reset ¶
func (x *GetConfigSourceRequest) Reset()
func (*GetConfigSourceRequest) String ¶
func (x *GetConfigSourceRequest) String() string
func (*GetConfigSourceRequest) UnmarshalJSON ¶
func (msg *GetConfigSourceRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetConfigSourceRequest_Global ¶
type GetConfigSourceRequest_Global struct {
Global *Ref_Global `protobuf:"bytes,50,opt,name=global,proto3,oneof"`
}
type GetConfigSourceResponse ¶
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
func (*GetConfigSourceResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetConfigSourceResponse.ProtoReflect.Descriptor instead.
func (*GetConfigSourceResponse) GetConfigSources ¶
func (x *GetConfigSourceResponse) GetConfigSources() []*ConfigSource
func (*GetConfigSourceResponse) MarshalJSON ¶
func (msg *GetConfigSourceResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetConfigSourceResponse) ProtoMessage ¶
func (*GetConfigSourceResponse) ProtoMessage()
func (*GetConfigSourceResponse) ProtoReflect ¶
func (x *GetConfigSourceResponse) ProtoReflect() protoreflect.Message
func (*GetConfigSourceResponse) Reset ¶
func (x *GetConfigSourceResponse) Reset()
func (*GetConfigSourceResponse) String ¶
func (x *GetConfigSourceResponse) String() string
func (*GetConfigSourceResponse) UnmarshalJSON ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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_Job // *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 ¶
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) GetJob ¶
func (x *GetJobStreamResponse) GetJob() *GetJobStreamResponse_JobChange
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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
func (*GetJobStreamResponse_Download) Descriptor() ([]byte, []int)
Deprecated: Use GetJobStreamResponse_Download.ProtoReflect.Descriptor instead.
func (*GetJobStreamResponse_Download) GetDataSourceRef ¶
func (x *GetJobStreamResponse_Download) GetDataSourceRef() *Job_DataSource_Ref
func (*GetJobStreamResponse_Download) MarshalJSON ¶
func (msg *GetJobStreamResponse_Download) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetJobStreamResponse_Download) ProtoMessage ¶
func (*GetJobStreamResponse_Download) ProtoMessage()
func (*GetJobStreamResponse_Download) ProtoReflect ¶
func (x *GetJobStreamResponse_Download) ProtoReflect() protoreflect.Message
func (*GetJobStreamResponse_Download) Reset ¶
func (x *GetJobStreamResponse_Download) Reset()
func (*GetJobStreamResponse_Download) String ¶
func (x *GetJobStreamResponse_Download) String() string
func (*GetJobStreamResponse_Download) UnmarshalJSON ¶
func (msg *GetJobStreamResponse_Download) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetJobStreamResponse_Download_ ¶
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 ¶
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 ¶
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_Job ¶
type GetJobStreamResponse_Job struct { // Job is sent whenever the job information changes. This is similar to // state but is sent when ANY field in the Job structure changes. This // can be used to listen for any updates to fields. // // The updated job is also sent when the state changes. In that case, // both "state" and "job" will trigger. Job *GetJobStreamResponse_JobChange `protobuf:"bytes,7,opt,name=job,proto3,oneof"` }
type GetJobStreamResponse_JobChange ¶
type GetJobStreamResponse_JobChange struct { // The full updated job. Job *Job `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"` // contains filtered or unexported fields }
func (*GetJobStreamResponse_JobChange) Descriptor
deprecated
func (*GetJobStreamResponse_JobChange) Descriptor() ([]byte, []int)
Deprecated: Use GetJobStreamResponse_JobChange.ProtoReflect.Descriptor instead.
func (*GetJobStreamResponse_JobChange) GetJob ¶
func (x *GetJobStreamResponse_JobChange) GetJob() *Job
func (*GetJobStreamResponse_JobChange) MarshalJSON ¶
func (msg *GetJobStreamResponse_JobChange) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetJobStreamResponse_JobChange) ProtoMessage ¶
func (*GetJobStreamResponse_JobChange) ProtoMessage()
func (*GetJobStreamResponse_JobChange) ProtoReflect ¶
func (x *GetJobStreamResponse_JobChange) ProtoReflect() protoreflect.Message
func (*GetJobStreamResponse_JobChange) Reset ¶
func (x *GetJobStreamResponse_JobChange) Reset()
func (*GetJobStreamResponse_JobChange) String ¶
func (x *GetJobStreamResponse_JobChange) String() string
func (*GetJobStreamResponse_JobChange) UnmarshalJSON ¶
func (msg *GetJobStreamResponse_JobChange) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 *timestamppb.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() *timestamppb.Timestamp
func (*GetJobStreamResponse_Terminal_Event) MarshalJSON ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
func (msg *GetLatestReleaseRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetLatestStatusReportRequest ¶
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"` // Target of the report, will be any if this is not set. // // Types that are assignable to Target: // *GetLatestStatusReportRequest_Any // *GetLatestStatusReportRequest_DeploymentAny // *GetLatestStatusReportRequest_DeploymentId // *GetLatestStatusReportRequest_ReleaseAny // *GetLatestStatusReportRequest_ReleaseId Target isGetLatestStatusReportRequest_Target `protobuf_oneof:"target"` // contains filtered or unexported fields }
func (*GetLatestStatusReportRequest) Descriptor
deprecated
func (*GetLatestStatusReportRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetLatestStatusReportRequest.ProtoReflect.Descriptor instead.
func (*GetLatestStatusReportRequest) GetAny ¶
func (x *GetLatestStatusReportRequest) GetAny() *emptypb.Empty
func (*GetLatestStatusReportRequest) GetApplication ¶
func (x *GetLatestStatusReportRequest) GetApplication() *Ref_Application
func (*GetLatestStatusReportRequest) GetDeploymentAny ¶
func (x *GetLatestStatusReportRequest) GetDeploymentAny() *emptypb.Empty
func (*GetLatestStatusReportRequest) GetDeploymentId ¶
func (x *GetLatestStatusReportRequest) GetDeploymentId() string
func (*GetLatestStatusReportRequest) GetReleaseAny ¶
func (x *GetLatestStatusReportRequest) GetReleaseAny() *emptypb.Empty
func (*GetLatestStatusReportRequest) GetReleaseId ¶
func (x *GetLatestStatusReportRequest) GetReleaseId() string
func (*GetLatestStatusReportRequest) GetTarget ¶
func (m *GetLatestStatusReportRequest) GetTarget() isGetLatestStatusReportRequest_Target
func (*GetLatestStatusReportRequest) GetWorkspace ¶
func (x *GetLatestStatusReportRequest) GetWorkspace() *Ref_Workspace
func (*GetLatestStatusReportRequest) MarshalJSON ¶
func (msg *GetLatestStatusReportRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetLatestStatusReportRequest) ProtoMessage ¶
func (*GetLatestStatusReportRequest) ProtoMessage()
func (*GetLatestStatusReportRequest) ProtoReflect ¶
func (x *GetLatestStatusReportRequest) ProtoReflect() protoreflect.Message
func (*GetLatestStatusReportRequest) Reset ¶
func (x *GetLatestStatusReportRequest) Reset()
func (*GetLatestStatusReportRequest) String ¶
func (x *GetLatestStatusReportRequest) String() string
func (*GetLatestStatusReportRequest) UnmarshalJSON ¶
func (msg *GetLatestStatusReportRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetLatestStatusReportRequest_DeploymentId ¶
type GetLatestStatusReportRequest_DeploymentId struct {
DeploymentId string `protobuf:"bytes,5,opt,name=deployment_id,json=deploymentId,proto3,oneof"`
}
type GetLatestStatusReportRequest_ReleaseId ¶
type GetLatestStatusReportRequest_ReleaseId struct {
ReleaseId string `protobuf:"bytes,7,opt,name=release_id,json=releaseId,proto3,oneof"`
}
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 ¶
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 ¶
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 ¶
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 ¶
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 GetOIDCAuthURLRequest ¶
type GetOIDCAuthURLRequest struct { // OIDC auth method to use AuthMethod *Ref_AuthMethod `protobuf:"bytes,1,opt,name=auth_method,json=authMethod,proto3" json:"auth_method,omitempty"` // The URL that authorization should redirect to. RedirectUri string `protobuf:"bytes,2,opt,name=redirect_uri,json=redirectUri,proto3" json:"redirect_uri,omitempty"` // Nonce is a randomly generated string to prevent replay attacks. // It is up to the client to generate this. This must then be passed // back to CompleteOIDCAuthRequest. Nonce string `protobuf:"bytes,3,opt,name=nonce,proto3" json:"nonce,omitempty"` // contains filtered or unexported fields }
func (*GetOIDCAuthURLRequest) Descriptor
deprecated
func (*GetOIDCAuthURLRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOIDCAuthURLRequest.ProtoReflect.Descriptor instead.
func (*GetOIDCAuthURLRequest) GetAuthMethod ¶
func (x *GetOIDCAuthURLRequest) GetAuthMethod() *Ref_AuthMethod
func (*GetOIDCAuthURLRequest) GetNonce ¶
func (x *GetOIDCAuthURLRequest) GetNonce() string
func (*GetOIDCAuthURLRequest) GetRedirectUri ¶
func (x *GetOIDCAuthURLRequest) GetRedirectUri() string
func (*GetOIDCAuthURLRequest) MarshalJSON ¶
func (msg *GetOIDCAuthURLRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetOIDCAuthURLRequest) ProtoMessage ¶
func (*GetOIDCAuthURLRequest) ProtoMessage()
func (*GetOIDCAuthURLRequest) ProtoReflect ¶
func (x *GetOIDCAuthURLRequest) ProtoReflect() protoreflect.Message
func (*GetOIDCAuthURLRequest) Reset ¶
func (x *GetOIDCAuthURLRequest) Reset()
func (*GetOIDCAuthURLRequest) String ¶
func (x *GetOIDCAuthURLRequest) String() string
func (*GetOIDCAuthURLRequest) UnmarshalJSON ¶
func (msg *GetOIDCAuthURLRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetOIDCAuthURLResponse ¶
type GetOIDCAuthURLResponse struct { // The URL to begin authorization. The user should go here. Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` // contains filtered or unexported fields }
func (*GetOIDCAuthURLResponse) Descriptor
deprecated
func (*GetOIDCAuthURLResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOIDCAuthURLResponse.ProtoReflect.Descriptor instead.
func (*GetOIDCAuthURLResponse) GetUrl ¶
func (x *GetOIDCAuthURLResponse) GetUrl() string
func (*GetOIDCAuthURLResponse) MarshalJSON ¶
func (msg *GetOIDCAuthURLResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetOIDCAuthURLResponse) ProtoMessage ¶
func (*GetOIDCAuthURLResponse) ProtoMessage()
func (*GetOIDCAuthURLResponse) ProtoReflect ¶
func (x *GetOIDCAuthURLResponse) ProtoReflect() protoreflect.Message
func (*GetOIDCAuthURLResponse) Reset ¶
func (x *GetOIDCAuthURLResponse) Reset()
func (*GetOIDCAuthURLResponse) String ¶
func (x *GetOIDCAuthURLResponse) String() string
func (*GetOIDCAuthURLResponse) UnmarshalJSON ¶
func (msg *GetOIDCAuthURLResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetOnDemandRunnerConfigRequest ¶
type GetOnDemandRunnerConfigRequest struct { Config *Ref_OnDemandRunnerConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*GetOnDemandRunnerConfigRequest) Descriptor
deprecated
func (*GetOnDemandRunnerConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOnDemandRunnerConfigRequest.ProtoReflect.Descriptor instead.
func (*GetOnDemandRunnerConfigRequest) GetConfig ¶
func (x *GetOnDemandRunnerConfigRequest) GetConfig() *Ref_OnDemandRunnerConfig
func (*GetOnDemandRunnerConfigRequest) MarshalJSON ¶
func (msg *GetOnDemandRunnerConfigRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetOnDemandRunnerConfigRequest) ProtoMessage ¶
func (*GetOnDemandRunnerConfigRequest) ProtoMessage()
func (*GetOnDemandRunnerConfigRequest) ProtoReflect ¶
func (x *GetOnDemandRunnerConfigRequest) ProtoReflect() protoreflect.Message
func (*GetOnDemandRunnerConfigRequest) Reset ¶
func (x *GetOnDemandRunnerConfigRequest) Reset()
func (*GetOnDemandRunnerConfigRequest) String ¶
func (x *GetOnDemandRunnerConfigRequest) String() string
func (*GetOnDemandRunnerConfigRequest) UnmarshalJSON ¶
func (msg *GetOnDemandRunnerConfigRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetOnDemandRunnerConfigResponse ¶
type GetOnDemandRunnerConfigResponse struct { Config *OnDemandRunnerConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*GetOnDemandRunnerConfigResponse) Descriptor
deprecated
func (*GetOnDemandRunnerConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOnDemandRunnerConfigResponse.ProtoReflect.Descriptor instead.
func (*GetOnDemandRunnerConfigResponse) GetConfig ¶
func (x *GetOnDemandRunnerConfigResponse) GetConfig() *OnDemandRunnerConfig
func (*GetOnDemandRunnerConfigResponse) MarshalJSON ¶
func (msg *GetOnDemandRunnerConfigResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetOnDemandRunnerConfigResponse) ProtoMessage ¶
func (*GetOnDemandRunnerConfigResponse) ProtoMessage()
func (*GetOnDemandRunnerConfigResponse) ProtoReflect ¶
func (x *GetOnDemandRunnerConfigResponse) ProtoReflect() protoreflect.Message
func (*GetOnDemandRunnerConfigResponse) Reset ¶
func (x *GetOnDemandRunnerConfigResponse) Reset()
func (*GetOnDemandRunnerConfigResponse) String ¶
func (x *GetOnDemandRunnerConfigResponse) String() string
func (*GetOnDemandRunnerConfigResponse) UnmarshalJSON ¶
func (msg *GetOnDemandRunnerConfigResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetPipelineRequest ¶ added in v0.10.0
type GetPipelineRequest struct { Pipeline *Ref_Pipeline `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"` // contains filtered or unexported fields }
func (*GetPipelineRequest) Descriptor
deprecated
added in
v0.10.0
func (*GetPipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPipelineRequest.ProtoReflect.Descriptor instead.
func (*GetPipelineRequest) GetPipeline ¶ added in v0.10.0
func (x *GetPipelineRequest) GetPipeline() *Ref_Pipeline
func (*GetPipelineRequest) MarshalJSON ¶ added in v0.10.0
func (msg *GetPipelineRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetPipelineRequest) ProtoMessage ¶ added in v0.10.0
func (*GetPipelineRequest) ProtoMessage()
func (*GetPipelineRequest) ProtoReflect ¶ added in v0.10.0
func (x *GetPipelineRequest) ProtoReflect() protoreflect.Message
func (*GetPipelineRequest) Reset ¶ added in v0.10.0
func (x *GetPipelineRequest) Reset()
func (*GetPipelineRequest) String ¶ added in v0.10.0
func (x *GetPipelineRequest) String() string
func (*GetPipelineRequest) UnmarshalJSON ¶ added in v0.10.0
func (msg *GetPipelineRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetPipelineResponse ¶ added in v0.10.0
type GetPipelineResponse struct { // Pipeline is the pipeline that was requested. Pipeline *Pipeline `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"` // Root step is the name of the step in pipeline that is the first // step executed. RootStep string `protobuf:"bytes,2,opt,name=root_step,json=rootStep,proto3" json:"root_step,omitempty"` // Graph is the execution graph for the pipeline steps. This can be // used to better visualize pipeline execution since the internal data // format of pipeline.steps is optimized more for storage rather than usage. Graph *GetPipelineResponse_Graph `protobuf:"bytes,3,opt,name=graph,proto3" json:"graph,omitempty"` // contains filtered or unexported fields }
func (*GetPipelineResponse) Descriptor
deprecated
added in
v0.10.0
func (*GetPipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPipelineResponse.ProtoReflect.Descriptor instead.
func (*GetPipelineResponse) GetGraph ¶ added in v0.10.0
func (x *GetPipelineResponse) GetGraph() *GetPipelineResponse_Graph
func (*GetPipelineResponse) GetPipeline ¶ added in v0.10.0
func (x *GetPipelineResponse) GetPipeline() *Pipeline
func (*GetPipelineResponse) GetRootStep ¶ added in v0.10.0
func (x *GetPipelineResponse) GetRootStep() string
func (*GetPipelineResponse) MarshalJSON ¶ added in v0.10.0
func (msg *GetPipelineResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetPipelineResponse) ProtoMessage ¶ added in v0.10.0
func (*GetPipelineResponse) ProtoMessage()
func (*GetPipelineResponse) ProtoReflect ¶ added in v0.10.0
func (x *GetPipelineResponse) ProtoReflect() protoreflect.Message
func (*GetPipelineResponse) Reset ¶ added in v0.10.0
func (x *GetPipelineResponse) Reset()
func (*GetPipelineResponse) String ¶ added in v0.10.0
func (x *GetPipelineResponse) String() string
func (*GetPipelineResponse) UnmarshalJSON ¶ added in v0.10.0
func (msg *GetPipelineResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetPipelineResponse_Graph ¶ added in v0.10.0
type GetPipelineResponse_Graph struct { Content []byte `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"` Format GetPipelineResponse_Graph_Format `protobuf:"varint,2,opt,name=format,proto3,enum=hashicorp.waypoint.GetPipelineResponse_Graph_Format" json:"format,omitempty"` // contains filtered or unexported fields }
Graph represents the execution graph for the pipeline steps. This may support multiple formats.
func (*GetPipelineResponse_Graph) Descriptor
deprecated
added in
v0.10.0
func (*GetPipelineResponse_Graph) Descriptor() ([]byte, []int)
Deprecated: Use GetPipelineResponse_Graph.ProtoReflect.Descriptor instead.
func (*GetPipelineResponse_Graph) GetContent ¶ added in v0.10.0
func (x *GetPipelineResponse_Graph) GetContent() []byte
func (*GetPipelineResponse_Graph) GetFormat ¶ added in v0.10.0
func (x *GetPipelineResponse_Graph) GetFormat() GetPipelineResponse_Graph_Format
func (*GetPipelineResponse_Graph) MarshalJSON ¶ added in v0.10.0
func (msg *GetPipelineResponse_Graph) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetPipelineResponse_Graph) ProtoMessage ¶ added in v0.10.0
func (*GetPipelineResponse_Graph) ProtoMessage()
func (*GetPipelineResponse_Graph) ProtoReflect ¶ added in v0.10.0
func (x *GetPipelineResponse_Graph) ProtoReflect() protoreflect.Message
func (*GetPipelineResponse_Graph) Reset ¶ added in v0.10.0
func (x *GetPipelineResponse_Graph) Reset()
func (*GetPipelineResponse_Graph) String ¶ added in v0.10.0
func (x *GetPipelineResponse_Graph) String() string
func (*GetPipelineResponse_Graph) UnmarshalJSON ¶ added in v0.10.0
func (msg *GetPipelineResponse_Graph) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetPipelineResponse_Graph_Format ¶ added in v0.10.0
type GetPipelineResponse_Graph_Format int32
const ( GetPipelineResponse_Graph_INVALID GetPipelineResponse_Graph_Format = 0 GetPipelineResponse_Graph_MERMAID GetPipelineResponse_Graph_Format = 1 // https://mermaid-js.github.io/mermaid/ )
func (GetPipelineResponse_Graph_Format) Descriptor ¶ added in v0.10.0
func (GetPipelineResponse_Graph_Format) Descriptor() protoreflect.EnumDescriptor
func (GetPipelineResponse_Graph_Format) Enum ¶ added in v0.10.0
func (x GetPipelineResponse_Graph_Format) Enum() *GetPipelineResponse_Graph_Format
func (GetPipelineResponse_Graph_Format) EnumDescriptor
deprecated
added in
v0.10.0
func (GetPipelineResponse_Graph_Format) EnumDescriptor() ([]byte, []int)
Deprecated: Use GetPipelineResponse_Graph_Format.Descriptor instead.
func (GetPipelineResponse_Graph_Format) Number ¶ added in v0.10.0
func (x GetPipelineResponse_Graph_Format) Number() protoreflect.EnumNumber
func (GetPipelineResponse_Graph_Format) String ¶ added in v0.10.0
func (x GetPipelineResponse_Graph_Format) String() string
func (GetPipelineResponse_Graph_Format) Type ¶ added in v0.10.0
func (GetPipelineResponse_Graph_Format) Type() protoreflect.EnumType
type GetPipelineRunRequest ¶ added in v0.10.0
type GetPipelineRunRequest struct { Pipeline *Ref_Pipeline `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"` Sequence uint64 `protobuf:"varint,2,opt,name=sequence,proto3" json:"sequence,omitempty"` // contains filtered or unexported fields }
func (*GetPipelineRunRequest) Descriptor
deprecated
added in
v0.10.0
func (*GetPipelineRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPipelineRunRequest.ProtoReflect.Descriptor instead.
func (*GetPipelineRunRequest) GetPipeline ¶ added in v0.10.0
func (x *GetPipelineRunRequest) GetPipeline() *Ref_Pipeline
func (*GetPipelineRunRequest) GetSequence ¶ added in v0.10.0
func (x *GetPipelineRunRequest) GetSequence() uint64
func (*GetPipelineRunRequest) MarshalJSON ¶ added in v0.10.0
func (msg *GetPipelineRunRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetPipelineRunRequest) ProtoMessage ¶ added in v0.10.0
func (*GetPipelineRunRequest) ProtoMessage()
func (*GetPipelineRunRequest) ProtoReflect ¶ added in v0.10.0
func (x *GetPipelineRunRequest) ProtoReflect() protoreflect.Message
func (*GetPipelineRunRequest) Reset ¶ added in v0.10.0
func (x *GetPipelineRunRequest) Reset()
func (*GetPipelineRunRequest) String ¶ added in v0.10.0
func (x *GetPipelineRunRequest) String() string
func (*GetPipelineRunRequest) UnmarshalJSON ¶ added in v0.10.0
func (msg *GetPipelineRunRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetPipelineRunResponse ¶ added in v0.10.0
type GetPipelineRunResponse struct { // A single pipeline run PipelineRun *PipelineRun `protobuf:"bytes,1,opt,name=pipeline_run,json=pipelineRun,proto3" json:"pipeline_run,omitempty"` // contains filtered or unexported fields }
func (*GetPipelineRunResponse) Descriptor
deprecated
added in
v0.10.0
func (*GetPipelineRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPipelineRunResponse.ProtoReflect.Descriptor instead.
func (*GetPipelineRunResponse) GetPipelineRun ¶ added in v0.10.0
func (x *GetPipelineRunResponse) GetPipelineRun() *PipelineRun
func (*GetPipelineRunResponse) MarshalJSON ¶ added in v0.10.0
func (msg *GetPipelineRunResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetPipelineRunResponse) ProtoMessage ¶ added in v0.10.0
func (*GetPipelineRunResponse) ProtoMessage()
func (*GetPipelineRunResponse) ProtoReflect ¶ added in v0.10.0
func (x *GetPipelineRunResponse) ProtoReflect() protoreflect.Message
func (*GetPipelineRunResponse) Reset ¶ added in v0.10.0
func (x *GetPipelineRunResponse) Reset()
func (*GetPipelineRunResponse) String ¶ added in v0.10.0
func (x *GetPipelineRunResponse) String() string
func (*GetPipelineRunResponse) UnmarshalJSON ¶ added in v0.10.0
func (msg *GetPipelineRunResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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 ¶
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 ¶
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 ¶
func (x *GetProjectResponse) GetWorkspaces() []*Workspace_Project
func (*GetProjectResponse) MarshalJSON ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
func (msg *GetServerConfigResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetStatusReportRequest ¶
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
func (*GetStatusReportRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetStatusReportRequest.ProtoReflect.Descriptor instead.
func (*GetStatusReportRequest) GetRef ¶
func (x *GetStatusReportRequest) GetRef() *Ref_Operation
func (*GetStatusReportRequest) MarshalJSON ¶
func (msg *GetStatusReportRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetStatusReportRequest) ProtoMessage ¶
func (*GetStatusReportRequest) ProtoMessage()
func (*GetStatusReportRequest) ProtoReflect ¶
func (x *GetStatusReportRequest) ProtoReflect() protoreflect.Message
func (*GetStatusReportRequest) Reset ¶
func (x *GetStatusReportRequest) Reset()
func (*GetStatusReportRequest) String ¶
func (x *GetStatusReportRequest) String() string
func (*GetStatusReportRequest) UnmarshalJSON ¶
func (msg *GetStatusReportRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetTaskRequest ¶ added in v0.9.0
type GetTaskRequest struct { // Can be oneof Task id or by the Run job id. Ref *Ref_Task `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"` // contains filtered or unexported fields }
func (*GetTaskRequest) Descriptor
deprecated
added in
v0.9.0
func (*GetTaskRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTaskRequest.ProtoReflect.Descriptor instead.
func (*GetTaskRequest) GetRef ¶ added in v0.9.0
func (x *GetTaskRequest) GetRef() *Ref_Task
func (*GetTaskRequest) MarshalJSON ¶ added in v0.9.0
func (msg *GetTaskRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetTaskRequest) ProtoMessage ¶ added in v0.9.0
func (*GetTaskRequest) ProtoMessage()
func (*GetTaskRequest) ProtoReflect ¶ added in v0.9.0
func (x *GetTaskRequest) ProtoReflect() protoreflect.Message
func (*GetTaskRequest) Reset ¶ added in v0.9.0
func (x *GetTaskRequest) Reset()
func (*GetTaskRequest) String ¶ added in v0.9.0
func (x *GetTaskRequest) String() string
func (*GetTaskRequest) UnmarshalJSON ¶ added in v0.9.0
func (msg *GetTaskRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetTaskResponse ¶ added in v0.9.0
type GetTaskResponse struct { // The requested Task Task *Task `protobuf:"bytes,1,opt,name=task,proto3" json:"task,omitempty"` // The Job triple that the task is associated with. These jobs are the full // message for each based on the Ref_Job id found inside Task TaskJob *Job `protobuf:"bytes,2,opt,name=task_job,json=taskJob,proto3" json:"task_job,omitempty"` StartJob *Job `protobuf:"bytes,3,opt,name=start_job,json=startJob,proto3" json:"start_job,omitempty"` StopJob *Job `protobuf:"bytes,4,opt,name=stop_job,json=stopJob,proto3" json:"stop_job,omitempty"` WatchJob *Job `protobuf:"bytes,5,opt,name=watch_job,json=watchJob,proto3" json:"watch_job,omitempty"` // contains filtered or unexported fields }
func (*GetTaskResponse) Descriptor
deprecated
added in
v0.9.0
func (*GetTaskResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTaskResponse.ProtoReflect.Descriptor instead.
func (*GetTaskResponse) GetStartJob ¶ added in v0.9.0
func (x *GetTaskResponse) GetStartJob() *Job
func (*GetTaskResponse) GetStopJob ¶ added in v0.9.0
func (x *GetTaskResponse) GetStopJob() *Job
func (*GetTaskResponse) GetTask ¶ added in v0.9.0
func (x *GetTaskResponse) GetTask() *Task
func (*GetTaskResponse) GetTaskJob ¶ added in v0.9.0
func (x *GetTaskResponse) GetTaskJob() *Job
func (*GetTaskResponse) GetWatchJob ¶ added in v0.9.0
func (x *GetTaskResponse) GetWatchJob() *Job
func (*GetTaskResponse) MarshalJSON ¶ added in v0.9.0
func (msg *GetTaskResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetTaskResponse) ProtoMessage ¶ added in v0.9.0
func (*GetTaskResponse) ProtoMessage()
func (*GetTaskResponse) ProtoReflect ¶ added in v0.9.0
func (x *GetTaskResponse) ProtoReflect() protoreflect.Message
func (*GetTaskResponse) Reset ¶ added in v0.9.0
func (x *GetTaskResponse) Reset()
func (*GetTaskResponse) String ¶ added in v0.9.0
func (x *GetTaskResponse) String() string
func (*GetTaskResponse) UnmarshalJSON ¶ added in v0.9.0
func (msg *GetTaskResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetTriggerRequest ¶
type GetTriggerRequest struct { Ref *Ref_Trigger `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"` // contains filtered or unexported fields }
func (*GetTriggerRequest) Descriptor
deprecated
func (*GetTriggerRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTriggerRequest.ProtoReflect.Descriptor instead.
func (*GetTriggerRequest) GetRef ¶
func (x *GetTriggerRequest) GetRef() *Ref_Trigger
func (*GetTriggerRequest) MarshalJSON ¶
func (msg *GetTriggerRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetTriggerRequest) ProtoMessage ¶
func (*GetTriggerRequest) ProtoMessage()
func (*GetTriggerRequest) ProtoReflect ¶
func (x *GetTriggerRequest) ProtoReflect() protoreflect.Message
func (*GetTriggerRequest) Reset ¶
func (x *GetTriggerRequest) Reset()
func (*GetTriggerRequest) String ¶
func (x *GetTriggerRequest) String() string
func (*GetTriggerRequest) UnmarshalJSON ¶
func (msg *GetTriggerRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetTriggerResponse ¶
type GetTriggerResponse struct { Trigger *Trigger `protobuf:"bytes,1,opt,name=trigger,proto3" json:"trigger,omitempty"` // contains filtered or unexported fields }
func (*GetTriggerResponse) Descriptor
deprecated
func (*GetTriggerResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTriggerResponse.ProtoReflect.Descriptor instead.
func (*GetTriggerResponse) GetTrigger ¶
func (x *GetTriggerResponse) GetTrigger() *Trigger
func (*GetTriggerResponse) MarshalJSON ¶
func (msg *GetTriggerResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetTriggerResponse) ProtoMessage ¶
func (*GetTriggerResponse) ProtoMessage()
func (*GetTriggerResponse) ProtoReflect ¶
func (x *GetTriggerResponse) ProtoReflect() protoreflect.Message
func (*GetTriggerResponse) Reset ¶
func (x *GetTriggerResponse) Reset()
func (*GetTriggerResponse) String ¶
func (x *GetTriggerResponse) String() string
func (*GetTriggerResponse) UnmarshalJSON ¶
func (msg *GetTriggerResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetUserRequest ¶
type GetUserRequest struct { // User to get. If this is not set then the currently logged in // user will be requested. User *Ref_User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*GetUserRequest) Descriptor
deprecated
func (*GetUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserRequest.ProtoReflect.Descriptor instead.
func (*GetUserRequest) GetUser ¶
func (x *GetUserRequest) GetUser() *Ref_User
func (*GetUserRequest) MarshalJSON ¶
func (msg *GetUserRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetUserRequest) ProtoMessage ¶
func (*GetUserRequest) ProtoMessage()
func (*GetUserRequest) ProtoReflect ¶
func (x *GetUserRequest) ProtoReflect() protoreflect.Message
func (*GetUserRequest) Reset ¶
func (x *GetUserRequest) Reset()
func (*GetUserRequest) String ¶
func (x *GetUserRequest) String() string
func (*GetUserRequest) UnmarshalJSON ¶
func (msg *GetUserRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type GetUserResponse ¶
type GetUserResponse struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*GetUserResponse) Descriptor
deprecated
func (*GetUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserResponse.ProtoReflect.Descriptor instead.
func (*GetUserResponse) GetUser ¶
func (x *GetUserResponse) GetUser() *User
func (*GetUserResponse) MarshalJSON ¶
func (msg *GetUserResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*GetUserResponse) ProtoMessage ¶
func (*GetUserResponse) ProtoMessage()
func (*GetUserResponse) ProtoReflect ¶
func (x *GetUserResponse) ProtoReflect() protoreflect.Message
func (*GetUserResponse) Reset ¶
func (x *GetUserResponse) Reset()
func (*GetUserResponse) String ¶
func (x *GetUserResponse) String() string
func (*GetUserResponse) UnmarshalJSON ¶
func (msg *GetUserResponse) 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"` // Represents additional features that the current server supports. ServerFeatures *ServerFeatures `protobuf:"bytes,2,opt,name=server_features,json=serverFeatures,proto3" json:"server_features,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) GetServerFeatures ¶ added in v0.10.0
func (x *GetVersionInfoResponse) GetServerFeatures() *ServerFeatures
func (*GetVersionInfoResponse) MarshalJSON ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
MarshalJSON implements json.Marshaler
func (*HMACKey) ProtoMessage ¶
func (*HMACKey) ProtoMessage()
func (*HMACKey) ProtoReflect ¶
func (x *HMACKey) ProtoReflect() protoreflect.Message
func (*HMACKey) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler
type Hcl ¶
type Hcl struct { // Raw contents of the HCL file. Contents []byte `protobuf:"bytes,1,opt,name=contents,proto3" json:"contents,omitempty"` // Format of HCL contents Format Hcl_Format `protobuf:"varint,2,opt,name=format,proto3,enum=hashicorp.waypoint.Hcl_Format" json:"format,omitempty"` // contains filtered or unexported fields }
Hcl is a message used to encapsulate the contents of an HCL file. Note that this was introduced later so there are some message types that reproduce this functionality without actually using this in order to maintain backwards compatibility.
func (*Hcl) Descriptor
deprecated
func (*Hcl) GetContents ¶
func (*Hcl) GetFormat ¶
func (x *Hcl) GetFormat() Hcl_Format
func (*Hcl) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*Hcl) ProtoMessage ¶
func (*Hcl) ProtoMessage()
func (*Hcl) ProtoReflect ¶
func (x *Hcl) ProtoReflect() protoreflect.Message
func (*Hcl) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler
type Hcl_Format ¶
type Hcl_Format int32
HCL files can be in either HCL or JSON syntax. We need to know ahead of time in order to parse it properly. We could perform heuristics but we prefer to be explicit.
const ( Hcl_HCL Hcl_Format = 0 // We assume HCL by default Hcl_JSON Hcl_Format = 1 )
func (Hcl_Format) Descriptor ¶
func (Hcl_Format) Descriptor() protoreflect.EnumDescriptor
func (Hcl_Format) Enum ¶
func (x Hcl_Format) Enum() *Hcl_Format
func (Hcl_Format) EnumDescriptor
deprecated
func (Hcl_Format) EnumDescriptor() ([]byte, []int)
Deprecated: Use Hcl_Format.Descriptor instead.
func (Hcl_Format) Number ¶
func (x Hcl_Format) Number() protoreflect.EnumNumber
func (Hcl_Format) String ¶
func (x Hcl_Format) String() string
func (Hcl_Format) Type ¶
func (Hcl_Format) Type() protoreflect.EnumType
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 ¶
MarshalJSON implements json.Marshaler
func (*Hostname) ProtoMessage ¶
func (*Hostname) ProtoMessage()
func (*Hostname) ProtoReflect ¶
func (x *Hostname) ProtoReflect() protoreflect.Message
func (*Hostname) UnmarshalJSON ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 InlineKeepalive ¶ added in v0.10.0
type InlineKeepalive struct { // WARNING: NO OTHER MESSAGE MAY USE THIS FIELD NUMBER. Doing so will cause // that message to be confused with an inline keepalive Signature string `protobuf:"bytes,100000000,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
InlineKeepalive is a message intended to be sent down existing grpc streams to induce traffic and prevent them from being idle terminated by load balancers that do not respect http2 pings. They will be sent on streams that do not have this message as part of their protobuf contract. Client and server grpc interceptors intercept these messages and prevent them from being exposed to the rpc handlers.
func (*InlineKeepalive) Descriptor
deprecated
added in
v0.10.0
func (*InlineKeepalive) Descriptor() ([]byte, []int)
Deprecated: Use InlineKeepalive.ProtoReflect.Descriptor instead.
func (*InlineKeepalive) GetSignature ¶ added in v0.10.0
func (x *InlineKeepalive) GetSignature() string
func (*InlineKeepalive) MarshalJSON ¶ added in v0.10.0
func (msg *InlineKeepalive) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*InlineKeepalive) ProtoMessage ¶ added in v0.10.0
func (*InlineKeepalive) ProtoMessage()
func (*InlineKeepalive) ProtoReflect ¶ added in v0.10.0
func (x *InlineKeepalive) ProtoReflect() protoreflect.Message
func (*InlineKeepalive) Reset ¶ added in v0.10.0
func (x *InlineKeepalive) Reset()
func (*InlineKeepalive) String ¶ added in v0.10.0
func (x *InlineKeepalive) String() string
func (*InlineKeepalive) UnmarshalJSON ¶ added in v0.10.0
func (msg *InlineKeepalive) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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 ¶
func (x *Instance) GetType() Instance_Type
func (*Instance) GetWorkspace ¶
func (x *Instance) GetWorkspace() *Ref_Workspace
func (*Instance) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*Instance) ProtoMessage ¶
func (*Instance) ProtoMessage()
func (*Instance) ProtoReflect ¶
func (x *Instance) ProtoReflect() protoreflect.Message
func (*Instance) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler
type Instance_Type ¶
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 ¶
func (Instance_Type) Descriptor() protoreflect.EnumDescriptor
func (Instance_Type) Enum ¶
func (x Instance_Type) Enum() *Instance_Type
func (Instance_Type) EnumDescriptor
deprecated
func (Instance_Type) EnumDescriptor() ([]byte, []int)
Deprecated: Use Instance_Type.Descriptor instead.
func (Instance_Type) Number ¶
func (x Instance_Type) Number() protoreflect.EnumNumber
func (Instance_Type) String ¶
func (x Instance_Type) String() string
func (Instance_Type) Type ¶
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"` // login is the login information you want this token exchange for. All fields // can be set (including logging in as another user as long as the requesting // user has permission). If this is a signup invite token, the "user_id" // will be ignored. Login *Token_Login `protobuf:"bytes,4,opt,name=login,proto3" json:"login,omitempty"` // signup, if non-nil, will exchange this invite token for new user accounts. // The signup structure can be used to hint for the username. This must be // non-nil for this to be a signup token for new accounts. Signup *Token_Invite_Signup `protobuf:"bytes,3,opt,name=signup,proto3" json:"signup,omitempty"` // Old field, used only for backwards compatibility. If this is set, // the old behavior will be followed. If you don't know what that is, // then do not use this field. UnusedEntrypoint *Token_Entrypoint `protobuf:"bytes,2,opt,name=unused_entrypoint,json=unusedEntrypoint,proto3" json:"unused_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) GetLogin ¶
func (x *InviteTokenRequest) GetLogin() *Token_Login
func (*InviteTokenRequest) GetSignup ¶
func (x *InviteTokenRequest) GetSignup() *Token_Invite_Signup
func (*InviteTokenRequest) GetUnusedEntrypoint ¶
func (x *InviteTokenRequest) GetUnusedEntrypoint() *Token_Entrypoint
func (*InviteTokenRequest) MarshalJSON ¶
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 ¶
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"` // List of IDs that this job depends on. This job will not be allowed to // leave the QUEUED state until jobs with these IDs are successfully // completed (SUCESS state). If any dependent jobs enter a terminal state // that is not SUCCESS, this job will transition to ERROR. // // These IDs MUST already be registered jobs. It is an error to depend // on a non-existent job. DependsOn []string `protobuf:"bytes,10,rep,name=depends_on,json=dependsOn,proto3" json:"depends_on,omitempty"` // List of IDs that are in depends_on that are ignored if they error. // Normally, when a dependency fails, this job also fails. If the ID // is specified in both depends_on AND here, then the dependency is // allowed to fail and this task will still run. This is good for jobs // that should run no matter what. // // All IDs in this value must ALSO be present in "depends_on". This field // only specifies which of those values can fail. DependsOnAllowFailure []string `` /* 129-byte string literal not displayed */ // 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"` // If target_runner is Any and this is set, the job will be executed // on an ODR spawned from this config. OndemandRunner *Ref_OnDemandRunnerConfig `protobuf:"bytes,112,opt,name=ondemand_runner,json=ondemandRunner,proto3" json:"ondemand_runner,omitempty"` // This is optional and overrides the task that is used by the on-demand // runner. This requires ODR to exist since the ODR system is used to // launch tasks. If an ODR config is not available, queueing this job will // fail. // // This can be used to run custom runner binaries or custom tasks without // a runner. OndemandRunnerTask *Job_TaskOverride `protobuf:"bytes,115,opt,name=ondemand_runner_task,json=ondemandRunnerTask,proto3" json:"ondemand_runner_task,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 */ // Waypoint.hcl file contents. This is OPTIONAL and not typically supplied. // If this is not provided, the job will source the waypoint.hcl file // from the server or the data source. This can be used to override those // and force a specific waypoint.hcl to be used. WaypointHcl *Hcl `protobuf:"bytes,12,opt,name=waypoint_hcl,json=waypointHcl,proto3" json:"waypoint_hcl,omitempty"` // 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 // *Job_StartTask // *Job_StopTask // *Job_Init // *Job_WatchTask // *Job_PipelineStep // *Job_DestroyProject 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 *timestamppb.Timestamp `protobuf:"bytes,102,opt,name=queue_time,json=queueTime,proto3" json:"queue_time,omitempty"` AssignTime *timestamppb.Timestamp `protobuf:"bytes,103,opt,name=assign_time,json=assignTime,proto3" json:"assign_time,omitempty"` AckTime *timestamppb.Timestamp `protobuf:"bytes,104,opt,name=ack_time,json=ackTime,proto3" json:"ack_time,omitempty"` CompleteTime *timestamppb.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"` // Variable refs store the final value used on the operation for each variable // defined in the waypoint.hcl. Any variables with `sensitive` set in the // waypoint.hcl will have a value hashed with SHA256 so the user can verify // the value used. VariableFinalValues map[string]*Variable_FinalValue `` /* 210-byte string literal not displayed */ // Config is information about the Waypoint configuration (waypoint.hcl) // for this job. This is only available once the configuration is loaded. // If this is nil and the job is RUNNING, then it may not be loaded yet. // API users can wait on the Job event on the JobStream to listen for // job updates. Config *Job_Config `protobuf:"bytes,111,opt,name=config,proto3" json:"config,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 *timestamppb.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 *timestamppb.Timestamp `protobuf:"bytes,109,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"` // task is a reference to a given Task that this job might be apart of. If // the task is Nil, it means the server does not associate this job with // an on-demand runner task. If the Task Ref is set, that means this job // is part of the referenced task id. Task *Ref_Task `protobuf:"bytes,114,opt,name=task,proto3" json:"task,omitempty"` // PipelineStep is a reference to the pipeline and step that might have triggered this job. // If the PipelineStep is nil, this job was not initiated by a pipeline. // If the Pipeline Ref is set, this job is part of the referenced pipeline. Pipeline *Ref_PipelineStep `protobuf:"bytes,117,opt,name=pipeline,proto3" json:"pipeline,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 (x *Job) GetAckTime() *timestamppb.Timestamp
func (*Job) GetApplication ¶
func (x *Job) GetApplication() *Ref_Application
func (*Job) GetAssignTime ¶
func (x *Job) GetAssignTime() *timestamppb.Timestamp
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 (x *Job) GetCancelTime() *timestamppb.Timestamp
func (*Job) GetCompleteTime ¶
func (x *Job) GetCompleteTime() *timestamppb.Timestamp
func (*Job) GetConfig ¶
func (x *Job) GetConfig() *Job_Config
func (*Job) GetConfigSync ¶
func (x *Job) GetConfigSync() *Job_ConfigSyncOp
func (*Job) GetDataSource ¶
func (x *Job) GetDataSource() *Job_DataSource
func (*Job) GetDataSourceOverrides ¶
func (*Job) GetDataSourceRef ¶
func (x *Job) GetDataSourceRef() *Job_DataSource_Ref
func (*Job) GetDependsOn ¶
func (*Job) GetDependsOnAllowFailure ¶
func (*Job) GetDeploy ¶
func (x *Job) GetDeploy() *Job_DeployOp
func (*Job) GetDestroy ¶
func (x *Job) GetDestroy() *Job_DestroyOp
func (*Job) GetDestroyProject ¶ added in v0.10.0
func (x *Job) GetDestroyProject() *Job_DestroyProjectOp
func (*Job) GetDocs ¶
func (x *Job) GetDocs() *Job_DocsOp
func (*Job) GetExec ¶
func (x *Job) GetExec() *Job_ExecOp
func (*Job) GetExpireTime ¶
func (x *Job) GetExpireTime() *timestamppb.Timestamp
func (*Job) GetInit ¶
func (x *Job) GetInit() *Job_InitOp
func (*Job) GetLogs ¶
func (x *Job) GetLogs() *Job_LogsOp
func (*Job) GetOndemandRunner ¶
func (x *Job) GetOndemandRunner() *Ref_OnDemandRunnerConfig
func (*Job) GetOndemandRunnerTask ¶ added in v0.10.0
func (x *Job) GetOndemandRunnerTask() *Job_TaskOverride
func (*Job) GetOperation ¶
func (m *Job) GetOperation() isJob_Operation
func (*Job) GetPipeline ¶ added in v0.10.0
func (x *Job) GetPipeline() *Ref_PipelineStep
func (*Job) GetPipelineStep ¶ added in v0.10.0
func (x *Job) GetPipelineStep() *Job_PipelineStepOp
func (*Job) GetPoll ¶
func (x *Job) GetPoll() *Job_PollOp
func (*Job) GetPush ¶
func (x *Job) GetPush() *Job_PushOp
func (*Job) GetQueueProject ¶
func (x *Job) GetQueueProject() *Job_QueueProjectOp
func (*Job) GetQueueTime ¶
func (x *Job) GetQueueTime() *timestamppb.Timestamp
func (*Job) GetRelease ¶
func (x *Job) GetRelease() *Job_ReleaseOp
func (*Job) GetResult ¶
func (x *Job) GetResult() *Job_Result
func (*Job) GetSingletonId ¶
func (*Job) GetStartTask ¶
func (x *Job) GetStartTask() *Job_StartTaskLaunchOp
func (*Job) GetStatusReport ¶
func (x *Job) GetStatusReport() *Job_StatusReportOp
func (*Job) GetStopTask ¶
func (x *Job) GetStopTask() *Job_StopTaskLaunchOp
func (*Job) GetTargetRunner ¶
func (x *Job) GetTargetRunner() *Ref_Runner
func (*Job) GetValidate ¶
func (x *Job) GetValidate() *Job_ValidateOp
func (*Job) GetVariableFinalValues ¶
func (x *Job) GetVariableFinalValues() map[string]*Variable_FinalValue
func (*Job) GetVariables ¶
func (*Job) GetWatchTask ¶ added in v0.9.0
func (x *Job) GetWatchTask() *Job_WatchTaskOp
func (*Job) GetWaypointHcl ¶
func (*Job) GetWorkspace ¶
func (x *Job) GetWorkspace() *Ref_Workspace
func (*Job) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*Job) ProtoMessage ¶
func (*Job) ProtoMessage()
func (*Job) ProtoReflect ¶
func (x *Job) ProtoReflect() protoreflect.Message
func (*Job) UnmarshalJSON ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
func (msg *Job_BuildResult) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_Config ¶
type Job_Config struct { // Source is the location where the configuration was loaded from. Source Job_Config_Source `protobuf:"varint,1,opt,name=source,proto3,enum=hashicorp.waypoint.Job_Config_Source" json:"source,omitempty"` // contains filtered or unexported fields }
func (*Job_Config) Descriptor
deprecated
func (*Job_Config) Descriptor() ([]byte, []int)
Deprecated: Use Job_Config.ProtoReflect.Descriptor instead.
func (*Job_Config) GetSource ¶
func (x *Job_Config) GetSource() Job_Config_Source
func (*Job_Config) MarshalJSON ¶
func (msg *Job_Config) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_Config) ProtoMessage ¶
func (*Job_Config) ProtoMessage()
func (*Job_Config) ProtoReflect ¶
func (x *Job_Config) ProtoReflect() protoreflect.Message
func (*Job_Config) Reset ¶
func (x *Job_Config) Reset()
func (*Job_Config) String ¶
func (x *Job_Config) String() string
func (*Job_Config) UnmarshalJSON ¶
func (msg *Job_Config) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_ConfigSync ¶
type Job_ConfigSync struct {
ConfigSync *Job_ConfigSyncOp `protobuf:"bytes,59,opt,name=config_sync,json=configSync,proto3,oneof"`
}
type Job_ConfigSyncOp ¶
type Job_ConfigSyncOp struct {
// contains filtered or unexported fields
}
func (*Job_ConfigSyncOp) Descriptor
deprecated
func (*Job_ConfigSyncOp) Descriptor() ([]byte, []int)
Deprecated: Use Job_ConfigSyncOp.ProtoReflect.Descriptor instead.
func (*Job_ConfigSyncOp) MarshalJSON ¶
func (msg *Job_ConfigSyncOp) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_ConfigSyncOp) ProtoMessage ¶
func (*Job_ConfigSyncOp) ProtoMessage()
func (*Job_ConfigSyncOp) ProtoReflect ¶
func (x *Job_ConfigSyncOp) ProtoReflect() protoreflect.Message
func (*Job_ConfigSyncOp) Reset ¶
func (x *Job_ConfigSyncOp) Reset()
func (*Job_ConfigSyncOp) String ¶
func (x *Job_ConfigSyncOp) String() string
func (*Job_ConfigSyncOp) UnmarshalJSON ¶
func (msg *Job_ConfigSyncOp) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_ConfigSyncResult ¶
type Job_ConfigSyncResult struct {
// contains filtered or unexported fields
}
func (*Job_ConfigSyncResult) Descriptor
deprecated
func (*Job_ConfigSyncResult) Descriptor() ([]byte, []int)
Deprecated: Use Job_ConfigSyncResult.ProtoReflect.Descriptor instead.
func (*Job_ConfigSyncResult) MarshalJSON ¶
func (msg *Job_ConfigSyncResult) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_ConfigSyncResult) ProtoMessage ¶
func (*Job_ConfigSyncResult) ProtoMessage()
func (*Job_ConfigSyncResult) ProtoReflect ¶
func (x *Job_ConfigSyncResult) ProtoReflect() protoreflect.Message
func (*Job_ConfigSyncResult) Reset ¶
func (x *Job_ConfigSyncResult) Reset()
func (*Job_ConfigSyncResult) String ¶
func (x *Job_ConfigSyncResult) String() string
func (*Job_ConfigSyncResult) UnmarshalJSON ¶
func (msg *Job_ConfigSyncResult) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_Config_Source ¶
type Job_Config_Source int32
Source is the location where the configuration was loaded from.
const ( // Unknown should never be set, but represents a zero value. Job_Config_UNKNOWN Job_Config_Source = 0 // File is when the waypoint.hcl was loaded from a file either // on disk (local actions) or the attached repository (GitOps). Job_Config_FILE Job_Config_Source = 1 // Server is when the waypoint.hcl was loaded from the server // from being written directly in the project settings. Job_Config_SERVER Job_Config_Source = 2 // Job is when the waypoint.hcl was loaded directly from the job by // being embedded in the "waypoint_hcl" field (tag 12). Job_Config_JOB Job_Config_Source = 3 )
func (Job_Config_Source) Descriptor ¶
func (Job_Config_Source) Descriptor() protoreflect.EnumDescriptor
func (Job_Config_Source) Enum ¶
func (x Job_Config_Source) Enum() *Job_Config_Source
func (Job_Config_Source) EnumDescriptor
deprecated
func (Job_Config_Source) EnumDescriptor() ([]byte, []int)
Deprecated: Use Job_Config_Source.Descriptor instead.
func (Job_Config_Source) Number ¶
func (x Job_Config_Source) Number() protoreflect.EnumNumber
func (Job_Config_Source) String ¶
func (x Job_Config_Source) String() string
func (Job_Config_Source) Type ¶
func (Job_Config_Source) Type() protoreflect.EnumType
type Job_DataSource ¶
type Job_DataSource struct { // Types that are assignable to Source: // *Job_DataSource_Local // *Job_DataSource_Git // *Job_DataSource_Remote 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) GetRemote ¶ added in v0.10.0
func (x *Job_DataSource) GetRemote() *Job_Remote
func (*Job_DataSource) GetSource ¶
func (m *Job_DataSource) GetSource() isJob_DataSource_Source
func (*Job_DataSource) MarshalJSON ¶
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 ¶
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 ¶
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
func (*Job_DataSource_Ref) Descriptor() ([]byte, []int)
Deprecated: Use Job_DataSource_Ref.ProtoReflect.Descriptor instead.
func (*Job_DataSource_Ref) GetGit ¶
func (x *Job_DataSource_Ref) GetGit() *Job_Git_Ref
func (*Job_DataSource_Ref) GetRef ¶
func (m *Job_DataSource_Ref) GetRef() isJob_DataSource_Ref_Ref
func (*Job_DataSource_Ref) GetUnknown ¶
func (x *Job_DataSource_Ref) GetUnknown() *emptypb.Empty
func (*Job_DataSource_Ref) MarshalJSON ¶
func (msg *Job_DataSource_Ref) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_DataSource_Ref) ProtoMessage ¶
func (*Job_DataSource_Ref) ProtoMessage()
func (*Job_DataSource_Ref) ProtoReflect ¶
func (x *Job_DataSource_Ref) ProtoReflect() protoreflect.Message
func (*Job_DataSource_Ref) Reset ¶
func (x *Job_DataSource_Ref) Reset()
func (*Job_DataSource_Ref) String ¶
func (x *Job_DataSource_Ref) String() string
func (*Job_DataSource_Ref) UnmarshalJSON ¶
func (msg *Job_DataSource_Ref) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_DataSource_Ref_Git ¶
type Job_DataSource_Ref_Git struct { // git commit Git *Job_Git_Ref `protobuf:"bytes,2,opt,name=git,proto3,oneof"` }
type Job_DataSource_Remote ¶ added in v0.10.0
type Job_DataSource_Remote struct { // remote means that the Waypoint server has special logic for how to // fetch the data. Remote *Job_Remote `protobuf:"bytes,3,opt,name=remote,proto3,oneof"` }
type Job_Deploy ¶
type Job_Deploy struct {
Deploy *Job_DeployOp `protobuf:"bytes,53,opt,name=deploy,proto3,oneof"`
}
type Job_DeployOp ¶
type Job_DeployOp struct { // Artifact to deploy Artifact *PushedArtifact `protobuf:"bytes,1,opt,name=artifact,proto3" json:"artifact,omitempty"` // contains filtered or unexported fields }
func (*Job_DeployOp) Descriptor
deprecated
func (*Job_DeployOp) Descriptor() ([]byte, []int)
Deprecated: Use Job_DeployOp.ProtoReflect.Descriptor instead.
func (*Job_DeployOp) GetArtifact ¶
func (x *Job_DeployOp) GetArtifact() *PushedArtifact
func (*Job_DeployOp) MarshalJSON ¶
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 ¶
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 ¶
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 ¶
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() *emptypb.Empty
func (*Job_DestroyOp) MarshalJSON ¶
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 ¶
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_DestroyProject ¶ added in v0.10.0
type Job_DestroyProject struct {
DestroyProject *Job_DestroyProjectOp `protobuf:"bytes,71,opt,name=destroy_project,json=destroyProject,proto3,oneof"`
}
type Job_DestroyProjectOp ¶ added in v0.10.0
type Job_DestroyProjectOp struct { Project *Ref_Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` SkipDestroyResources bool `protobuf:"varint,2,opt,name=skip_destroy_resources,json=skipDestroyResources,proto3" json:"skip_destroy_resources,omitempty"` // contains filtered or unexported fields }
DestroyProjectOp triggers the deletion of a project from the database as well as (optionally) the destruction of all resources created within a project
func (*Job_DestroyProjectOp) Descriptor
deprecated
added in
v0.10.0
func (*Job_DestroyProjectOp) Descriptor() ([]byte, []int)
Deprecated: Use Job_DestroyProjectOp.ProtoReflect.Descriptor instead.
func (*Job_DestroyProjectOp) GetProject ¶ added in v0.10.0
func (x *Job_DestroyProjectOp) GetProject() *Ref_Project
func (*Job_DestroyProjectOp) GetSkipDestroyResources ¶ added in v0.10.0
func (x *Job_DestroyProjectOp) GetSkipDestroyResources() bool
func (*Job_DestroyProjectOp) MarshalJSON ¶ added in v0.10.0
func (msg *Job_DestroyProjectOp) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_DestroyProjectOp) ProtoMessage ¶ added in v0.10.0
func (*Job_DestroyProjectOp) ProtoMessage()
func (*Job_DestroyProjectOp) ProtoReflect ¶ added in v0.10.0
func (x *Job_DestroyProjectOp) ProtoReflect() protoreflect.Message
func (*Job_DestroyProjectOp) Reset ¶ added in v0.10.0
func (x *Job_DestroyProjectOp) Reset()
func (*Job_DestroyProjectOp) String ¶ added in v0.10.0
func (x *Job_DestroyProjectOp) String() string
func (*Job_DestroyProjectOp) UnmarshalJSON ¶ added in v0.10.0
func (msg *Job_DestroyProjectOp) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
func (msg *Job_DocsResult_Result) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_Exec ¶
type Job_Exec struct {
Exec *Job_ExecOp `protobuf:"bytes,60,opt,name=exec,proto3,oneof"`
}
type Job_ExecOp ¶
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
func (*Job_ExecOp) Descriptor() ([]byte, []int)
Deprecated: Use Job_ExecOp.ProtoReflect.Descriptor instead.
func (*Job_ExecOp) GetDeployment ¶
func (x *Job_ExecOp) GetDeployment() *Deployment
func (*Job_ExecOp) GetInstanceId ¶
func (x *Job_ExecOp) GetInstanceId() string
func (*Job_ExecOp) MarshalJSON ¶
func (msg *Job_ExecOp) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_ExecOp) ProtoMessage ¶
func (*Job_ExecOp) ProtoMessage()
func (*Job_ExecOp) ProtoReflect ¶
func (x *Job_ExecOp) ProtoReflect() protoreflect.Message
func (*Job_ExecOp) Reset ¶
func (x *Job_ExecOp) Reset()
func (*Job_ExecOp) String ¶
func (x *Job_ExecOp) String() string
func (*Job_ExecOp) UnmarshalJSON ¶
func (msg *Job_ExecOp) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_ExecResult ¶
type Job_ExecResult struct {
// contains filtered or unexported fields
}
func (*Job_ExecResult) Descriptor
deprecated
func (*Job_ExecResult) Descriptor() ([]byte, []int)
Deprecated: Use Job_ExecResult.ProtoReflect.Descriptor instead.
func (*Job_ExecResult) MarshalJSON ¶
func (msg *Job_ExecResult) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_ExecResult) ProtoMessage ¶
func (*Job_ExecResult) ProtoMessage()
func (*Job_ExecResult) ProtoReflect ¶
func (x *Job_ExecResult) ProtoReflect() protoreflect.Message
func (*Job_ExecResult) Reset ¶
func (x *Job_ExecResult) Reset()
func (*Job_ExecResult) String ¶
func (x *Job_ExecResult) String() string
func (*Job_ExecResult) UnmarshalJSON ¶
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 project's configuration. This must be a relative path // and may not contain ".." Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` // This setting only takes effect if both "path" is true AND the // Git polling is enabled. Under those conditions, if this option // is true, then only changes in Git commits within the "path" will // trigger a deploy. Changes outside the "path" will be ignored. IgnoreChangesOutsidePath bool `` /* 139-byte string literal not displayed */ // The max depth for recursively cloning submodules. 0 disables submodule // cloning. RecurseSubmodules uint32 `protobuf:"varint,11,opt,name=recurse_submodules,json=recurseSubmodules,proto3" json:"recurse_submodules,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 ¶
func (x *Job_Git) GetBasic() *Job_Git_Basic
func (*Job_Git) GetIgnoreChangesOutsidePath ¶
func (*Job_Git) GetRecurseSubmodules ¶ added in v0.8.2
func (*Job_Git) GetSsh ¶
func (x *Job_Git) GetSsh() *Job_Git_SSH
func (*Job_Git) MarshalJSON ¶
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 ¶
UnmarshalJSON implements json.Unmarshaler
type Job_Git_Basic ¶
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
func (*Job_Git_Basic) Descriptor() ([]byte, []int)
Deprecated: Use Job_Git_Basic.ProtoReflect.Descriptor instead.
func (*Job_Git_Basic) GetPassword ¶
func (x *Job_Git_Basic) GetPassword() string
func (*Job_Git_Basic) GetUsername ¶
func (x *Job_Git_Basic) GetUsername() string
func (*Job_Git_Basic) MarshalJSON ¶
func (msg *Job_Git_Basic) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_Git_Basic) ProtoMessage ¶
func (*Job_Git_Basic) ProtoMessage()
func (*Job_Git_Basic) ProtoReflect ¶
func (x *Job_Git_Basic) ProtoReflect() protoreflect.Message
func (*Job_Git_Basic) Reset ¶
func (x *Job_Git_Basic) Reset()
func (*Job_Git_Basic) String ¶
func (x *Job_Git_Basic) String() string
func (*Job_Git_Basic) UnmarshalJSON ¶
func (msg *Job_Git_Basic) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_Git_Basic_ ¶
type Job_Git_Basic_ struct {
Basic *Job_Git_Basic `protobuf:"bytes,4,opt,name=basic,proto3,oneof"`
}
type Job_Git_Ref ¶
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 *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // commit_message is the commit message, contains arbitrary text CommitMessage string `protobuf:"bytes,3,opt,name=commit_message,json=commitMessage,proto3" json:"commit_message,omitempty"` // contains filtered or unexported fields }
Ref is used to populate DataSource.Ref
func (*Job_Git_Ref) Descriptor
deprecated
func (*Job_Git_Ref) Descriptor() ([]byte, []int)
Deprecated: Use Job_Git_Ref.ProtoReflect.Descriptor instead.
func (*Job_Git_Ref) GetCommit ¶
func (x *Job_Git_Ref) GetCommit() string
func (*Job_Git_Ref) GetCommitMessage ¶ added in v0.9.0
func (x *Job_Git_Ref) GetCommitMessage() string
func (*Job_Git_Ref) GetTimestamp ¶
func (x *Job_Git_Ref) GetTimestamp() *timestamppb.Timestamp
func (*Job_Git_Ref) MarshalJSON ¶
func (msg *Job_Git_Ref) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_Git_Ref) ProtoMessage ¶
func (*Job_Git_Ref) ProtoMessage()
func (*Job_Git_Ref) ProtoReflect ¶
func (x *Job_Git_Ref) ProtoReflect() protoreflect.Message
func (*Job_Git_Ref) Reset ¶
func (x *Job_Git_Ref) Reset()
func (*Job_Git_Ref) String ¶
func (x *Job_Git_Ref) String() string
func (*Job_Git_Ref) UnmarshalJSON ¶
func (msg *Job_Git_Ref) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_Git_SSH ¶
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
func (*Job_Git_SSH) Descriptor() ([]byte, []int)
Deprecated: Use Job_Git_SSH.ProtoReflect.Descriptor instead.
func (*Job_Git_SSH) GetPassword ¶
func (x *Job_Git_SSH) GetPassword() string
func (*Job_Git_SSH) GetPrivateKeyPem ¶
func (x *Job_Git_SSH) GetPrivateKeyPem() []byte
func (*Job_Git_SSH) GetUser ¶
func (x *Job_Git_SSH) GetUser() string
func (*Job_Git_SSH) MarshalJSON ¶
func (msg *Job_Git_SSH) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_Git_SSH) ProtoMessage ¶
func (*Job_Git_SSH) ProtoMessage()
func (*Job_Git_SSH) ProtoReflect ¶
func (x *Job_Git_SSH) ProtoReflect() protoreflect.Message
func (*Job_Git_SSH) Reset ¶
func (x *Job_Git_SSH) Reset()
func (*Job_Git_SSH) String ¶
func (x *Job_Git_SSH) String() string
func (*Job_Git_SSH) UnmarshalJSON ¶
func (msg *Job_Git_SSH) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_Git_Ssh ¶
type Job_Git_Ssh struct {
Ssh *Job_Git_SSH `protobuf:"bytes,5,opt,name=ssh,proto3,oneof"`
}
type Job_Init ¶
type Job_Init struct {
Init *Job_InitOp `protobuf:"bytes,68,opt,name=init,proto3,oneof"`
}
type Job_InitOp ¶
type Job_InitOp struct {
// contains filtered or unexported fields
}
InitOp triggers an init action for a project (the equivalent of `waypoint init`). The job will fail if there is no data source configured for the project. As with `waypoint init`, this operation is idempotent.
func (*Job_InitOp) Descriptor
deprecated
func (*Job_InitOp) Descriptor() ([]byte, []int)
Deprecated: Use Job_InitOp.ProtoReflect.Descriptor instead.
func (*Job_InitOp) MarshalJSON ¶
func (msg *Job_InitOp) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_InitOp) ProtoMessage ¶
func (*Job_InitOp) ProtoMessage()
func (*Job_InitOp) ProtoReflect ¶
func (x *Job_InitOp) ProtoReflect() protoreflect.Message
func (*Job_InitOp) Reset ¶
func (x *Job_InitOp) Reset()
func (*Job_InitOp) String ¶
func (x *Job_InitOp) String() string
func (*Job_InitOp) UnmarshalJSON ¶
func (msg *Job_InitOp) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_InitResult ¶
type Job_InitResult struct {
// contains filtered or unexported fields
}
func (*Job_InitResult) Descriptor
deprecated
func (*Job_InitResult) Descriptor() ([]byte, []int)
Deprecated: Use Job_InitResult.ProtoReflect.Descriptor instead.
func (*Job_InitResult) MarshalJSON ¶
func (msg *Job_InitResult) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_InitResult) ProtoMessage ¶
func (*Job_InitResult) ProtoMessage()
func (*Job_InitResult) ProtoReflect ¶
func (x *Job_InitResult) ProtoReflect() protoreflect.Message
func (*Job_InitResult) Reset ¶
func (x *Job_InitResult) Reset()
func (*Job_InitResult) String ¶
func (x *Job_InitResult) String() string
func (*Job_InitResult) UnmarshalJSON ¶
func (msg *Job_InitResult) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_Local ¶
type Job_Local struct {
// contains filtered or unexported fields
}
func (*Job_Local) Descriptor
deprecated
func (*Job_Local) MarshalJSON ¶
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 ¶
UnmarshalJSON implements json.Unmarshaler
type Job_Logs ¶
type Job_Logs struct {
Logs *Job_LogsOp `protobuf:"bytes,62,opt,name=logs,proto3,oneof"`
}
type Job_LogsOp ¶
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 *timestamppb.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
func (*Job_LogsOp) Descriptor() ([]byte, []int)
Deprecated: Use Job_LogsOp.ProtoReflect.Descriptor instead.
func (*Job_LogsOp) GetDeployment ¶
func (x *Job_LogsOp) GetDeployment() *Deployment
func (*Job_LogsOp) GetInstanceId ¶
func (x *Job_LogsOp) GetInstanceId() string
func (*Job_LogsOp) GetLimit ¶
func (x *Job_LogsOp) GetLimit() int32
func (*Job_LogsOp) GetStartTime ¶
func (x *Job_LogsOp) GetStartTime() *timestamppb.Timestamp
func (*Job_LogsOp) MarshalJSON ¶
func (msg *Job_LogsOp) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_LogsOp) ProtoMessage ¶
func (*Job_LogsOp) ProtoMessage()
func (*Job_LogsOp) ProtoReflect ¶
func (x *Job_LogsOp) ProtoReflect() protoreflect.Message
func (*Job_LogsOp) Reset ¶
func (x *Job_LogsOp) Reset()
func (*Job_LogsOp) String ¶
func (x *Job_LogsOp) String() string
func (*Job_LogsOp) UnmarshalJSON ¶
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 ¶
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 ¶
UnmarshalJSON implements json.Unmarshaler
type Job_Noop_ ¶
type Job_Noop_ struct {
Noop *Job_Noop `protobuf:"bytes,50,opt,name=noop,proto3,oneof"`
}
type Job_PipelineConfigSyncResult ¶ added in v0.10.0
type Job_PipelineConfigSyncResult struct { // synced_pipelines is a map of Pipeline Name Keys to Pipeline ID Refs for // each pipeline that was synced in the config sync request. SyncedPipelines map[string]*Ref_Pipeline `` /* 194-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Job_PipelineConfigSyncResult) Descriptor
deprecated
added in
v0.10.0
func (*Job_PipelineConfigSyncResult) Descriptor() ([]byte, []int)
Deprecated: Use Job_PipelineConfigSyncResult.ProtoReflect.Descriptor instead.
func (*Job_PipelineConfigSyncResult) GetSyncedPipelines ¶ added in v0.10.0
func (x *Job_PipelineConfigSyncResult) GetSyncedPipelines() map[string]*Ref_Pipeline
func (*Job_PipelineConfigSyncResult) MarshalJSON ¶ added in v0.10.0
func (msg *Job_PipelineConfigSyncResult) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_PipelineConfigSyncResult) ProtoMessage ¶ added in v0.10.0
func (*Job_PipelineConfigSyncResult) ProtoMessage()
func (*Job_PipelineConfigSyncResult) ProtoReflect ¶ added in v0.10.0
func (x *Job_PipelineConfigSyncResult) ProtoReflect() protoreflect.Message
func (*Job_PipelineConfigSyncResult) Reset ¶ added in v0.10.0
func (x *Job_PipelineConfigSyncResult) Reset()
func (*Job_PipelineConfigSyncResult) String ¶ added in v0.10.0
func (x *Job_PipelineConfigSyncResult) String() string
func (*Job_PipelineConfigSyncResult) UnmarshalJSON ¶ added in v0.10.0
func (msg *Job_PipelineConfigSyncResult) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_PipelineStep ¶ added in v0.10.0
type Job_PipelineStep struct {
PipelineStep *Job_PipelineStepOp `protobuf:"bytes,70,opt,name=pipeline_step,json=pipelineStep,proto3,oneof"`
}
type Job_PipelineStepOp ¶ added in v0.10.0
type Job_PipelineStepOp struct { // The step to execute. Step *Pipeline_Step `protobuf:"bytes,1,opt,name=step,proto3" json:"step,omitempty"` // contains filtered or unexported fields }
PipelineStepOp triggers the execution of a pipeline step.
func (*Job_PipelineStepOp) Descriptor
deprecated
added in
v0.10.0
func (*Job_PipelineStepOp) Descriptor() ([]byte, []int)
Deprecated: Use Job_PipelineStepOp.ProtoReflect.Descriptor instead.
func (*Job_PipelineStepOp) GetStep ¶ added in v0.10.0
func (x *Job_PipelineStepOp) GetStep() *Pipeline_Step
func (*Job_PipelineStepOp) MarshalJSON ¶ added in v0.10.0
func (msg *Job_PipelineStepOp) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_PipelineStepOp) ProtoMessage ¶ added in v0.10.0
func (*Job_PipelineStepOp) ProtoMessage()
func (*Job_PipelineStepOp) ProtoReflect ¶ added in v0.10.0
func (x *Job_PipelineStepOp) ProtoReflect() protoreflect.Message
func (*Job_PipelineStepOp) Reset ¶ added in v0.10.0
func (x *Job_PipelineStepOp) Reset()
func (*Job_PipelineStepOp) String ¶ added in v0.10.0
func (x *Job_PipelineStepOp) String() string
func (*Job_PipelineStepOp) UnmarshalJSON ¶ added in v0.10.0
func (msg *Job_PipelineStepOp) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_PipelineStepResult ¶ added in v0.10.0
type Job_PipelineStepResult struct { // The resulting status from the pipeline step execution. This will // always be non-nil. On success the code will be OK. Result *status.Status `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
Note that since we run pipeline steps as jobs, the output of the pipeline execution is in the job log.
func (*Job_PipelineStepResult) Descriptor
deprecated
added in
v0.10.0
func (*Job_PipelineStepResult) Descriptor() ([]byte, []int)
Deprecated: Use Job_PipelineStepResult.ProtoReflect.Descriptor instead.
func (*Job_PipelineStepResult) GetResult ¶ added in v0.10.0
func (x *Job_PipelineStepResult) GetResult() *status.Status
func (*Job_PipelineStepResult) MarshalJSON ¶ added in v0.10.0
func (msg *Job_PipelineStepResult) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_PipelineStepResult) ProtoMessage ¶ added in v0.10.0
func (*Job_PipelineStepResult) ProtoMessage()
func (*Job_PipelineStepResult) ProtoReflect ¶ added in v0.10.0
func (x *Job_PipelineStepResult) ProtoReflect() protoreflect.Message
func (*Job_PipelineStepResult) Reset ¶ added in v0.10.0
func (x *Job_PipelineStepResult) Reset()
func (*Job_PipelineStepResult) String ¶ added in v0.10.0
func (x *Job_PipelineStepResult) String() string
func (*Job_PipelineStepResult) UnmarshalJSON ¶ added in v0.10.0
func (msg *Job_PipelineStepResult) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_Poll ¶
type Job_Poll struct {
Poll *Job_PollOp `protobuf:"bytes,64,opt,name=poll,proto3,oneof"`
}
type Job_PollOp ¶
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
func (*Job_PollOp) Descriptor() ([]byte, []int)
Deprecated: Use Job_PollOp.ProtoReflect.Descriptor instead.
func (*Job_PollOp) MarshalJSON ¶
func (msg *Job_PollOp) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_PollOp) ProtoMessage ¶
func (*Job_PollOp) ProtoMessage()
func (*Job_PollOp) ProtoReflect ¶
func (x *Job_PollOp) ProtoReflect() protoreflect.Message
func (*Job_PollOp) Reset ¶
func (x *Job_PollOp) Reset()
func (*Job_PollOp) String ¶
func (x *Job_PollOp) String() string
func (*Job_PollOp) UnmarshalJSON ¶
func (msg *Job_PollOp) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_PollResult ¶
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
func (*Job_PollResult) Descriptor() ([]byte, []int)
Deprecated: Use Job_PollResult.ProtoReflect.Descriptor instead.
func (*Job_PollResult) GetJobId ¶
func (x *Job_PollResult) GetJobId() string
func (*Job_PollResult) GetNewRef ¶
func (x *Job_PollResult) GetNewRef() *Job_DataSource_Ref
func (*Job_PollResult) GetOldRef ¶
func (x *Job_PollResult) GetOldRef() *Job_DataSource_Ref
func (*Job_PollResult) MarshalJSON ¶
func (msg *Job_PollResult) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_PollResult) ProtoMessage ¶
func (*Job_PollResult) ProtoMessage()
func (*Job_PollResult) ProtoReflect ¶
func (x *Job_PollResult) ProtoReflect() protoreflect.Message
func (*Job_PollResult) Reset ¶
func (x *Job_PollResult) Reset()
func (*Job_PollResult) String ¶
func (x *Job_PollResult) String() string
func (*Job_PollResult) UnmarshalJSON ¶
func (msg *Job_PollResult) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_ProjectDestroyResult ¶ added in v0.10.0
type Job_ProjectDestroyResult struct { JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` // contains filtered or unexported fields }
func (*Job_ProjectDestroyResult) Descriptor
deprecated
added in
v0.10.0
func (*Job_ProjectDestroyResult) Descriptor() ([]byte, []int)
Deprecated: Use Job_ProjectDestroyResult.ProtoReflect.Descriptor instead.
func (*Job_ProjectDestroyResult) GetJobId ¶ added in v0.10.0
func (x *Job_ProjectDestroyResult) GetJobId() string
func (*Job_ProjectDestroyResult) MarshalJSON ¶ added in v0.10.0
func (msg *Job_ProjectDestroyResult) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_ProjectDestroyResult) ProtoMessage ¶ added in v0.10.0
func (*Job_ProjectDestroyResult) ProtoMessage()
func (*Job_ProjectDestroyResult) ProtoReflect ¶ added in v0.10.0
func (x *Job_ProjectDestroyResult) ProtoReflect() protoreflect.Message
func (*Job_ProjectDestroyResult) Reset ¶ added in v0.10.0
func (x *Job_ProjectDestroyResult) Reset()
func (*Job_ProjectDestroyResult) String ¶ added in v0.10.0
func (x *Job_ProjectDestroyResult) String() string
func (*Job_ProjectDestroyResult) UnmarshalJSON ¶ added in v0.10.0
func (msg *Job_ProjectDestroyResult) 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 ¶
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 ¶
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 ¶
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 ¶
func (msg *Job_PushResult) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_QueueProject ¶
type Job_QueueProject struct {
QueueProject *Job_QueueProjectOp `protobuf:"bytes,63,opt,name=queue_project,json=queueProject,proto3,oneof"`
}
type Job_QueueProjectOp ¶
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
func (*Job_QueueProjectOp) Descriptor() ([]byte, []int)
Deprecated: Use Job_QueueProjectOp.ProtoReflect.Descriptor instead.
func (*Job_QueueProjectOp) GetJobTemplate ¶
func (x *Job_QueueProjectOp) GetJobTemplate() *Job
func (*Job_QueueProjectOp) MarshalJSON ¶
func (msg *Job_QueueProjectOp) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_QueueProjectOp) ProtoMessage ¶
func (*Job_QueueProjectOp) ProtoMessage()
func (*Job_QueueProjectOp) ProtoReflect ¶
func (x *Job_QueueProjectOp) ProtoReflect() protoreflect.Message
func (*Job_QueueProjectOp) Reset ¶
func (x *Job_QueueProjectOp) Reset()
func (*Job_QueueProjectOp) String ¶
func (x *Job_QueueProjectOp) String() string
func (*Job_QueueProjectOp) UnmarshalJSON ¶
func (msg *Job_QueueProjectOp) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_QueueProjectResult ¶
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
func (*Job_QueueProjectResult) Descriptor() ([]byte, []int)
Deprecated: Use Job_QueueProjectResult.ProtoReflect.Descriptor instead.
func (*Job_QueueProjectResult) GetApplications ¶
func (x *Job_QueueProjectResult) GetApplications() []*Job_QueueProjectResult_Application
func (*Job_QueueProjectResult) MarshalJSON ¶
func (msg *Job_QueueProjectResult) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_QueueProjectResult) ProtoMessage ¶
func (*Job_QueueProjectResult) ProtoMessage()
func (*Job_QueueProjectResult) ProtoReflect ¶
func (x *Job_QueueProjectResult) ProtoReflect() protoreflect.Message
func (*Job_QueueProjectResult) Reset ¶
func (x *Job_QueueProjectResult) Reset()
func (*Job_QueueProjectResult) String ¶
func (x *Job_QueueProjectResult) String() string
func (*Job_QueueProjectResult) UnmarshalJSON ¶
func (msg *Job_QueueProjectResult) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_QueueProjectResult_Application ¶
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
func (*Job_QueueProjectResult_Application) Descriptor() ([]byte, []int)
Deprecated: Use Job_QueueProjectResult_Application.ProtoReflect.Descriptor instead.
func (*Job_QueueProjectResult_Application) GetApplication ¶
func (x *Job_QueueProjectResult_Application) GetApplication() *Ref_Application
func (*Job_QueueProjectResult_Application) GetJobId ¶
func (x *Job_QueueProjectResult_Application) GetJobId() string
func (*Job_QueueProjectResult_Application) MarshalJSON ¶
func (msg *Job_QueueProjectResult_Application) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_QueueProjectResult_Application) ProtoMessage ¶
func (*Job_QueueProjectResult_Application) ProtoMessage()
func (*Job_QueueProjectResult_Application) ProtoReflect ¶
func (x *Job_QueueProjectResult_Application) ProtoReflect() protoreflect.Message
func (*Job_QueueProjectResult_Application) Reset ¶
func (x *Job_QueueProjectResult_Application) Reset()
func (*Job_QueueProjectResult_Application) String ¶
func (x *Job_QueueProjectResult_Application) String() string
func (*Job_QueueProjectResult_Application) UnmarshalJSON ¶
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 ¶
func (x *Job_ReleaseOp) GetPruneRetain() int32
func (*Job_ReleaseOp) GetPruneRetainOverride ¶
func (x *Job_ReleaseOp) GetPruneRetainOverride() bool
func (*Job_ReleaseOp) MarshalJSON ¶
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 ¶
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 ¶
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 ¶
func (msg *Job_ReleaseResult) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_Remote ¶ added in v0.10.0
type Job_Remote struct { // Description is information about how the Waypoint server // acquires the data. Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
func (*Job_Remote) Descriptor
deprecated
added in
v0.10.0
func (*Job_Remote) Descriptor() ([]byte, []int)
Deprecated: Use Job_Remote.ProtoReflect.Descriptor instead.
func (*Job_Remote) GetDescription ¶ added in v0.10.0
func (x *Job_Remote) GetDescription() string
func (*Job_Remote) MarshalJSON ¶ added in v0.10.0
func (msg *Job_Remote) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_Remote) ProtoMessage ¶ added in v0.10.0
func (*Job_Remote) ProtoMessage()
func (*Job_Remote) ProtoReflect ¶ added in v0.10.0
func (x *Job_Remote) ProtoReflect() protoreflect.Message
func (*Job_Remote) Reset ¶ added in v0.10.0
func (x *Job_Remote) Reset()
func (*Job_Remote) String ¶ added in v0.10.0
func (x *Job_Remote) String() string
func (*Job_Remote) UnmarshalJSON ¶ added in v0.10.0
func (msg *Job_Remote) 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"` StartTask *Job_StartTaskResult `protobuf:"bytes,13,opt,name=start_task,json=startTask,proto3" json:"start_task,omitempty"` Init *Job_InitResult `protobuf:"bytes,14,opt,name=init,proto3" json:"init,omitempty"` WatchTask *Job_WatchTaskResult `protobuf:"bytes,15,opt,name=watch_task,json=watchTask,proto3" json:"watch_task,omitempty"` PipelineStep *Job_PipelineStepResult `protobuf:"bytes,16,opt,name=pipeline_step,json=pipelineStep,proto3" json:"pipeline_step,omitempty"` PipelineConfigSync *Job_PipelineConfigSyncResult `protobuf:"bytes,17,opt,name=pipeline_config_sync,json=pipelineConfigSync,proto3" json:"pipeline_config_sync,omitempty"` ProjectDestroy *Job_ProjectDestroyResult `protobuf:"bytes,18,opt,name=project_destroy,json=projectDestroy,proto3" json:"project_destroy,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 ¶
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) GetInit ¶
func (x *Job_Result) GetInit() *Job_InitResult
func (*Job_Result) GetPipelineConfigSync ¶ added in v0.10.0
func (x *Job_Result) GetPipelineConfigSync() *Job_PipelineConfigSyncResult
func (*Job_Result) GetPipelineStep ¶ added in v0.10.0
func (x *Job_Result) GetPipelineStep() *Job_PipelineStepResult
func (*Job_Result) GetPoll ¶
func (x *Job_Result) GetPoll() *Job_PollResult
func (*Job_Result) GetProjectDestroy ¶ added in v0.10.0
func (x *Job_Result) GetProjectDestroy() *Job_ProjectDestroyResult
func (*Job_Result) GetPush ¶
func (x *Job_Result) GetPush() *Job_PushResult
func (*Job_Result) GetQueueProject ¶
func (x *Job_Result) GetQueueProject() *Job_QueueProjectResult
func (*Job_Result) GetRelease ¶
func (x *Job_Result) GetRelease() *Job_ReleaseResult
func (*Job_Result) GetStartTask ¶
func (x *Job_Result) GetStartTask() *Job_StartTaskResult
func (*Job_Result) GetStatusReport ¶
func (x *Job_Result) GetStatusReport() *Job_StatusReportResult
func (*Job_Result) GetUp ¶
func (x *Job_Result) GetUp() *Job_UpResult
func (*Job_Result) GetValidate ¶
func (x *Job_Result) GetValidate() *Job_ValidateResult
func (*Job_Result) GetWatchTask ¶ added in v0.9.0
func (x *Job_Result) GetWatchTask() *Job_WatchTaskResult
func (*Job_Result) MarshalJSON ¶
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 ¶
func (msg *Job_Result) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_StartTask ¶
type Job_StartTask struct {
StartTask *Job_StartTaskLaunchOp `protobuf:"bytes,66,opt,name=start_task,json=startTask,proto3,oneof"`
}
type Job_StartTaskLaunchOp ¶
type Job_StartTaskLaunchOp struct { // The info to use to create the task Info *TaskLaunchInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"` // Params is needed to spawn the plugin so we can send it the start. Params *Job_TaskPluginParams `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"` // contains filtered or unexported fields }
func (*Job_StartTaskLaunchOp) Descriptor
deprecated
func (*Job_StartTaskLaunchOp) Descriptor() ([]byte, []int)
Deprecated: Use Job_StartTaskLaunchOp.ProtoReflect.Descriptor instead.
func (*Job_StartTaskLaunchOp) GetInfo ¶
func (x *Job_StartTaskLaunchOp) GetInfo() *TaskLaunchInfo
func (*Job_StartTaskLaunchOp) GetParams ¶
func (x *Job_StartTaskLaunchOp) GetParams() *Job_TaskPluginParams
func (*Job_StartTaskLaunchOp) MarshalJSON ¶
func (msg *Job_StartTaskLaunchOp) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_StartTaskLaunchOp) ProtoMessage ¶
func (*Job_StartTaskLaunchOp) ProtoMessage()
func (*Job_StartTaskLaunchOp) ProtoReflect ¶
func (x *Job_StartTaskLaunchOp) ProtoReflect() protoreflect.Message
func (*Job_StartTaskLaunchOp) Reset ¶
func (x *Job_StartTaskLaunchOp) Reset()
func (*Job_StartTaskLaunchOp) String ¶
func (x *Job_StartTaskLaunchOp) String() string
func (*Job_StartTaskLaunchOp) UnmarshalJSON ¶
func (msg *Job_StartTaskLaunchOp) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_StartTaskResult ¶
type Job_StartTaskResult struct { // The state of the create task, used to identify it later. State *opaqueany.Any `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"` // contains filtered or unexported fields }
func (*Job_StartTaskResult) Descriptor
deprecated
func (*Job_StartTaskResult) Descriptor() ([]byte, []int)
Deprecated: Use Job_StartTaskResult.ProtoReflect.Descriptor instead.
func (*Job_StartTaskResult) GetState ¶
func (x *Job_StartTaskResult) GetState() *opaqueany.Any
func (*Job_StartTaskResult) MarshalJSON ¶
func (msg *Job_StartTaskResult) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_StartTaskResult) ProtoMessage ¶
func (*Job_StartTaskResult) ProtoMessage()
func (*Job_StartTaskResult) ProtoReflect ¶
func (x *Job_StartTaskResult) ProtoReflect() protoreflect.Message
func (*Job_StartTaskResult) Reset ¶
func (x *Job_StartTaskResult) Reset()
func (*Job_StartTaskResult) String ¶
func (x *Job_StartTaskResult) String() string
func (*Job_StartTaskResult) UnmarshalJSON ¶
func (msg *Job_StartTaskResult) 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 ¶
type Job_StatusReport struct {
StatusReport *Job_StatusReportOp `protobuf:"bytes,65,opt,name=status_report,json=statusReport,proto3,oneof"`
}
type Job_StatusReportOp ¶
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
func (*Job_StatusReportOp) Descriptor() ([]byte, []int)
Deprecated: Use Job_StatusReportOp.ProtoReflect.Descriptor instead.
func (*Job_StatusReportOp) GetDeployment ¶
func (x *Job_StatusReportOp) GetDeployment() *Deployment
func (*Job_StatusReportOp) GetRelease ¶
func (x *Job_StatusReportOp) GetRelease() *Release
func (*Job_StatusReportOp) GetTarget ¶
func (m *Job_StatusReportOp) GetTarget() isJob_StatusReportOp_Target
func (*Job_StatusReportOp) MarshalJSON ¶
func (msg *Job_StatusReportOp) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_StatusReportOp) ProtoMessage ¶
func (*Job_StatusReportOp) ProtoMessage()
func (*Job_StatusReportOp) ProtoReflect ¶
func (x *Job_StatusReportOp) ProtoReflect() protoreflect.Message
func (*Job_StatusReportOp) Reset ¶
func (x *Job_StatusReportOp) Reset()
func (*Job_StatusReportOp) String ¶
func (x *Job_StatusReportOp) String() string
func (*Job_StatusReportOp) UnmarshalJSON ¶
func (msg *Job_StatusReportOp) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_StatusReportOp_Deployment ¶
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 ¶
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 ¶
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
func (*Job_StatusReportResult) Descriptor() ([]byte, []int)
Deprecated: Use Job_StatusReportResult.ProtoReflect.Descriptor instead.
func (*Job_StatusReportResult) GetStatusReport ¶
func (x *Job_StatusReportResult) GetStatusReport() *StatusReport
func (*Job_StatusReportResult) MarshalJSON ¶
func (msg *Job_StatusReportResult) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_StatusReportResult) ProtoMessage ¶
func (*Job_StatusReportResult) ProtoMessage()
func (*Job_StatusReportResult) ProtoReflect ¶
func (x *Job_StatusReportResult) ProtoReflect() protoreflect.Message
func (*Job_StatusReportResult) Reset ¶
func (x *Job_StatusReportResult) Reset()
func (*Job_StatusReportResult) String ¶
func (x *Job_StatusReportResult) String() string
func (*Job_StatusReportResult) UnmarshalJSON ¶
func (msg *Job_StatusReportResult) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_StopTask ¶
type Job_StopTask struct {
StopTask *Job_StopTaskLaunchOp `protobuf:"bytes,67,opt,name=stop_task,json=stopTask,proto3,oneof"`
}
type Job_StopTaskLaunchOp ¶
type Job_StopTaskLaunchOp struct { // Params is needed to spawn the plugin so we can send it the stop. Params *Job_TaskPluginParams `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"` // The state of the start task. This can come in multiple ways. // // Types that are assignable to State: // *Job_StopTaskLaunchOp_Direct // *Job_StopTaskLaunchOp_StartJobId State isJob_StopTaskLaunchOp_State `protobuf_oneof:"state"` // contains filtered or unexported fields }
func (*Job_StopTaskLaunchOp) Descriptor
deprecated
func (*Job_StopTaskLaunchOp) Descriptor() ([]byte, []int)
Deprecated: Use Job_StopTaskLaunchOp.ProtoReflect.Descriptor instead.
func (*Job_StopTaskLaunchOp) GetDirect ¶
func (x *Job_StopTaskLaunchOp) GetDirect() *opaqueany.Any
func (*Job_StopTaskLaunchOp) GetParams ¶
func (x *Job_StopTaskLaunchOp) GetParams() *Job_TaskPluginParams
func (*Job_StopTaskLaunchOp) GetStartJobId ¶
func (x *Job_StopTaskLaunchOp) GetStartJobId() string
func (*Job_StopTaskLaunchOp) GetState ¶
func (m *Job_StopTaskLaunchOp) GetState() isJob_StopTaskLaunchOp_State
func (*Job_StopTaskLaunchOp) MarshalJSON ¶
func (msg *Job_StopTaskLaunchOp) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_StopTaskLaunchOp) ProtoMessage ¶
func (*Job_StopTaskLaunchOp) ProtoMessage()
func (*Job_StopTaskLaunchOp) ProtoReflect ¶
func (x *Job_StopTaskLaunchOp) ProtoReflect() protoreflect.Message
func (*Job_StopTaskLaunchOp) Reset ¶
func (x *Job_StopTaskLaunchOp) Reset()
func (*Job_StopTaskLaunchOp) String ¶
func (x *Job_StopTaskLaunchOp) String() string
func (*Job_StopTaskLaunchOp) UnmarshalJSON ¶
func (msg *Job_StopTaskLaunchOp) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_StopTaskLaunchOp_StartJobId ¶
type Job_StopTaskLaunchOp_StartJobId struct { // The state can be looked up from the result of a StartTask job. StartJobId string `protobuf:"bytes,3,opt,name=start_job_id,json=startJobId,proto3,oneof"` }
type Job_TaskOverride ¶ added in v0.10.0
type Job_TaskOverride struct { // Launch info for the task. The environment variables will be merged // with the defaults. If no OCI URL is specified, the ODR profile // settings are used. LaunchInfo *TaskLaunchInfo `protobuf:"bytes,1,opt,name=launch_info,json=launchInfo,proto3" json:"launch_info,omitempty"` // If true, the operation will not be queued. This only works with // Noop operations out of safety. This is primarliy for tasks that // are NOT runners. SkipOperation bool `protobuf:"varint,2,opt,name=skip_operation,json=skipOperation,proto3" json:"skip_operation,omitempty"` // contains filtered or unexported fields }
func (*Job_TaskOverride) Descriptor
deprecated
added in
v0.10.0
func (*Job_TaskOverride) Descriptor() ([]byte, []int)
Deprecated: Use Job_TaskOverride.ProtoReflect.Descriptor instead.
func (*Job_TaskOverride) GetLaunchInfo ¶ added in v0.10.0
func (x *Job_TaskOverride) GetLaunchInfo() *TaskLaunchInfo
func (*Job_TaskOverride) GetSkipOperation ¶ added in v0.10.0
func (x *Job_TaskOverride) GetSkipOperation() bool
func (*Job_TaskOverride) MarshalJSON ¶ added in v0.10.0
func (msg *Job_TaskOverride) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_TaskOverride) ProtoMessage ¶ added in v0.10.0
func (*Job_TaskOverride) ProtoMessage()
func (*Job_TaskOverride) ProtoReflect ¶ added in v0.10.0
func (x *Job_TaskOverride) ProtoReflect() protoreflect.Message
func (*Job_TaskOverride) Reset ¶ added in v0.10.0
func (x *Job_TaskOverride) Reset()
func (*Job_TaskOverride) String ¶ added in v0.10.0
func (x *Job_TaskOverride) String() string
func (*Job_TaskOverride) UnmarshalJSON ¶ added in v0.10.0
func (msg *Job_TaskOverride) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_TaskPluginParams ¶
type Job_TaskPluginParams struct { // The plugin type to invoke for the task plugin. PluginType string `protobuf:"bytes,2,opt,name=plugin_type,json=pluginType,proto3" json:"plugin_type,omitempty"` // The configuration information for the task. This is HCL that is // decoded to figure out the task plugin and then provide that // task plugin with configuration HclConfig []byte `protobuf:"bytes,3,opt,name=hcl_config,json=hclConfig,proto3" json:"hcl_config,omitempty"` HclFormat Hcl_Format `protobuf:"varint,4,opt,name=hcl_format,json=hclFormat,proto3,enum=hashicorp.waypoint.Hcl_Format" json:"hcl_format,omitempty"` // contains filtered or unexported fields }
TaskPluginParams contains the information about a specific task plugin that is used by both StartTask and StopTask
func (*Job_TaskPluginParams) Descriptor
deprecated
func (*Job_TaskPluginParams) Descriptor() ([]byte, []int)
Deprecated: Use Job_TaskPluginParams.ProtoReflect.Descriptor instead.
func (*Job_TaskPluginParams) GetHclConfig ¶
func (x *Job_TaskPluginParams) GetHclConfig() []byte
func (*Job_TaskPluginParams) GetHclFormat ¶
func (x *Job_TaskPluginParams) GetHclFormat() Hcl_Format
func (*Job_TaskPluginParams) GetPluginType ¶
func (x *Job_TaskPluginParams) GetPluginType() string
func (*Job_TaskPluginParams) MarshalJSON ¶
func (msg *Job_TaskPluginParams) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_TaskPluginParams) ProtoMessage ¶
func (*Job_TaskPluginParams) ProtoMessage()
func (*Job_TaskPluginParams) ProtoReflect ¶
func (x *Job_TaskPluginParams) ProtoReflect() protoreflect.Message
func (*Job_TaskPluginParams) Reset ¶
func (x *Job_TaskPluginParams) Reset()
func (*Job_TaskPluginParams) String ¶
func (x *Job_TaskPluginParams) String() string
func (*Job_TaskPluginParams) UnmarshalJSON ¶
func (msg *Job_TaskPluginParams) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_UpOp ¶
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
func (*Job_UpOp) GetRelease ¶
func (x *Job_UpOp) GetRelease() *Job_ReleaseOp
func (*Job_UpOp) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*Job_UpOp) ProtoMessage ¶
func (*Job_UpOp) ProtoMessage()
func (*Job_UpOp) ProtoReflect ¶
func (x *Job_UpOp) ProtoReflect() protoreflect.Message
func (*Job_UpOp) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler
type Job_UpResult ¶
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
func (*Job_UpResult) Descriptor() ([]byte, []int)
Deprecated: Use Job_UpResult.ProtoReflect.Descriptor instead.
func (*Job_UpResult) GetAppUrl ¶
func (x *Job_UpResult) GetAppUrl() string
func (*Job_UpResult) GetDeployUrl ¶
func (x *Job_UpResult) GetDeployUrl() string
func (*Job_UpResult) GetReleaseUrl ¶
func (x *Job_UpResult) GetReleaseUrl() string
func (*Job_UpResult) MarshalJSON ¶
func (msg *Job_UpResult) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_UpResult) ProtoMessage ¶
func (*Job_UpResult) ProtoMessage()
func (*Job_UpResult) ProtoReflect ¶
func (x *Job_UpResult) ProtoReflect() protoreflect.Message
func (*Job_UpResult) Reset ¶
func (x *Job_UpResult) Reset()
func (*Job_UpResult) String ¶
func (x *Job_UpResult) String() string
func (*Job_UpResult) UnmarshalJSON ¶
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 ¶
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 ¶
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 ¶
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 ¶
func (msg *Job_ValidateResult) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_WatchTask ¶ added in v0.9.0
type Job_WatchTask struct {
WatchTask *Job_WatchTaskOp `protobuf:"bytes,69,opt,name=watch_task,json=watchTask,proto3,oneof"`
}
type Job_WatchTaskOp ¶ added in v0.9.0
type Job_WatchTaskOp struct { // The job that started the task (should match up to a StartTaskLaunchOp). // This is used to lookup the state to pass to the task. StartJob *Ref_Job `protobuf:"bytes,1,opt,name=start_job,json=startJob,proto3" json:"start_job,omitempty"` // contains filtered or unexported fields }
func (*Job_WatchTaskOp) Descriptor
deprecated
added in
v0.9.0
func (*Job_WatchTaskOp) Descriptor() ([]byte, []int)
Deprecated: Use Job_WatchTaskOp.ProtoReflect.Descriptor instead.
func (*Job_WatchTaskOp) GetStartJob ¶ added in v0.9.0
func (x *Job_WatchTaskOp) GetStartJob() *Ref_Job
func (*Job_WatchTaskOp) MarshalJSON ¶ added in v0.9.0
func (msg *Job_WatchTaskOp) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_WatchTaskOp) ProtoMessage ¶ added in v0.9.0
func (*Job_WatchTaskOp) ProtoMessage()
func (*Job_WatchTaskOp) ProtoReflect ¶ added in v0.9.0
func (x *Job_WatchTaskOp) ProtoReflect() protoreflect.Message
func (*Job_WatchTaskOp) Reset ¶ added in v0.9.0
func (x *Job_WatchTaskOp) Reset()
func (*Job_WatchTaskOp) String ¶ added in v0.9.0
func (x *Job_WatchTaskOp) String() string
func (*Job_WatchTaskOp) UnmarshalJSON ¶ added in v0.9.0
func (msg *Job_WatchTaskOp) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Job_WatchTaskResult ¶ added in v0.9.0
type Job_WatchTaskResult struct { ExitCode int32 `protobuf:"varint,1,opt,name=exit_code,json=exitCode,proto3" json:"exit_code,omitempty"` // contains filtered or unexported fields }
func (*Job_WatchTaskResult) Descriptor
deprecated
added in
v0.9.0
func (*Job_WatchTaskResult) Descriptor() ([]byte, []int)
Deprecated: Use Job_WatchTaskResult.ProtoReflect.Descriptor instead.
func (*Job_WatchTaskResult) GetExitCode ¶ added in v0.9.0
func (x *Job_WatchTaskResult) GetExitCode() int32
func (*Job_WatchTaskResult) MarshalJSON ¶ added in v0.9.0
func (msg *Job_WatchTaskResult) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Job_WatchTaskResult) ProtoMessage ¶ added in v0.9.0
func (*Job_WatchTaskResult) ProtoMessage()
func (*Job_WatchTaskResult) ProtoReflect ¶ added in v0.9.0
func (x *Job_WatchTaskResult) ProtoReflect() protoreflect.Message
func (*Job_WatchTaskResult) Reset ¶ added in v0.9.0
func (x *Job_WatchTaskResult) Reset()
func (*Job_WatchTaskResult) String ¶ added in v0.9.0
func (x *Job_WatchTaskResult) String() string
func (*Job_WatchTaskResult) UnmarshalJSON ¶ added in v0.9.0
func (msg *Job_WatchTaskResult) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ListAuthMethodsResponse ¶
type ListAuthMethodsResponse struct { AuthMethods []*AuthMethod `protobuf:"bytes,1,rep,name=auth_methods,json=authMethods,proto3" json:"auth_methods,omitempty"` // contains filtered or unexported fields }
func (*ListAuthMethodsResponse) Descriptor
deprecated
func (*ListAuthMethodsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListAuthMethodsResponse.ProtoReflect.Descriptor instead.
func (*ListAuthMethodsResponse) GetAuthMethods ¶
func (x *ListAuthMethodsResponse) GetAuthMethods() []*AuthMethod
func (*ListAuthMethodsResponse) MarshalJSON ¶
func (msg *ListAuthMethodsResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ListAuthMethodsResponse) ProtoMessage ¶
func (*ListAuthMethodsResponse) ProtoMessage()
func (*ListAuthMethodsResponse) ProtoReflect ¶
func (x *ListAuthMethodsResponse) ProtoReflect() protoreflect.Message
func (*ListAuthMethodsResponse) Reset ¶
func (x *ListAuthMethodsResponse) Reset()
func (*ListAuthMethodsResponse) String ¶
func (x *ListAuthMethodsResponse) String() string
func (*ListAuthMethodsResponse) UnmarshalJSON ¶
func (msg *ListAuthMethodsResponse) 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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
func (x *ListInstancesRequest) GetWaitTimeout() string
func (*ListInstancesRequest) MarshalJSON ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
func (msg *ListInstancesResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ListJobsRequest ¶
type ListJobsRequest struct { Workspace *Ref_Workspace `protobuf:"bytes,1,opt,name=workspace,proto3" json:"workspace,omitempty"` Project *Ref_Project `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"` Application *Ref_Application `protobuf:"bytes,3,opt,name=application,proto3" json:"application,omitempty"` TargetRunner *Ref_Runner `protobuf:"bytes,4,opt,name=targetRunner,proto3" json:"targetRunner,omitempty"` Pipeline *Ref_PipelineStep `protobuf:"bytes,5,opt,name=pipeline,proto3" json:"pipeline,omitempty"` JobState []Job_State `protobuf:"varint,6,rep,packed,name=jobState,proto3,enum=hashicorp.waypoint.Job_State" json:"jobState,omitempty"` // contains filtered or unexported fields }
func (*ListJobsRequest) Descriptor
deprecated
func (*ListJobsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListJobsRequest.ProtoReflect.Descriptor instead.
func (*ListJobsRequest) GetApplication ¶
func (x *ListJobsRequest) GetApplication() *Ref_Application
func (*ListJobsRequest) GetJobState ¶
func (x *ListJobsRequest) GetJobState() []Job_State
func (*ListJobsRequest) GetPipeline ¶ added in v0.10.0
func (x *ListJobsRequest) GetPipeline() *Ref_PipelineStep
func (*ListJobsRequest) GetProject ¶
func (x *ListJobsRequest) GetProject() *Ref_Project
func (*ListJobsRequest) GetTargetRunner ¶
func (x *ListJobsRequest) GetTargetRunner() *Ref_Runner
func (*ListJobsRequest) GetWorkspace ¶
func (x *ListJobsRequest) GetWorkspace() *Ref_Workspace
func (*ListJobsRequest) MarshalJSON ¶
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 ¶
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 ¶
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 ¶
func (msg *ListJobsResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ListOIDCAuthMethodsResponse ¶
type ListOIDCAuthMethodsResponse struct { AuthMethods []*OIDCAuthMethod `protobuf:"bytes,1,rep,name=auth_methods,json=authMethods,proto3" json:"auth_methods,omitempty"` // contains filtered or unexported fields }
func (*ListOIDCAuthMethodsResponse) Descriptor
deprecated
func (*ListOIDCAuthMethodsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOIDCAuthMethodsResponse.ProtoReflect.Descriptor instead.
func (*ListOIDCAuthMethodsResponse) GetAuthMethods ¶
func (x *ListOIDCAuthMethodsResponse) GetAuthMethods() []*OIDCAuthMethod
func (*ListOIDCAuthMethodsResponse) MarshalJSON ¶
func (msg *ListOIDCAuthMethodsResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ListOIDCAuthMethodsResponse) ProtoMessage ¶
func (*ListOIDCAuthMethodsResponse) ProtoMessage()
func (*ListOIDCAuthMethodsResponse) ProtoReflect ¶
func (x *ListOIDCAuthMethodsResponse) ProtoReflect() protoreflect.Message
func (*ListOIDCAuthMethodsResponse) Reset ¶
func (x *ListOIDCAuthMethodsResponse) Reset()
func (*ListOIDCAuthMethodsResponse) String ¶
func (x *ListOIDCAuthMethodsResponse) String() string
func (*ListOIDCAuthMethodsResponse) UnmarshalJSON ¶
func (msg *ListOIDCAuthMethodsResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ListOnDemandRunnerConfigsResponse ¶
type ListOnDemandRunnerConfigsResponse struct { Configs []*OnDemandRunnerConfig `protobuf:"bytes,1,rep,name=configs,proto3" json:"configs,omitempty"` // contains filtered or unexported fields }
func (*ListOnDemandRunnerConfigsResponse) Descriptor
deprecated
func (*ListOnDemandRunnerConfigsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOnDemandRunnerConfigsResponse.ProtoReflect.Descriptor instead.
func (*ListOnDemandRunnerConfigsResponse) GetConfigs ¶
func (x *ListOnDemandRunnerConfigsResponse) GetConfigs() []*OnDemandRunnerConfig
func (*ListOnDemandRunnerConfigsResponse) MarshalJSON ¶
func (msg *ListOnDemandRunnerConfigsResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ListOnDemandRunnerConfigsResponse) ProtoMessage ¶
func (*ListOnDemandRunnerConfigsResponse) ProtoMessage()
func (*ListOnDemandRunnerConfigsResponse) ProtoReflect ¶
func (x *ListOnDemandRunnerConfigsResponse) ProtoReflect() protoreflect.Message
func (*ListOnDemandRunnerConfigsResponse) Reset ¶
func (x *ListOnDemandRunnerConfigsResponse) Reset()
func (*ListOnDemandRunnerConfigsResponse) String ¶
func (x *ListOnDemandRunnerConfigsResponse) String() string
func (*ListOnDemandRunnerConfigsResponse) UnmarshalJSON ¶
func (msg *ListOnDemandRunnerConfigsResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ListPipelineRunsRequest ¶ added in v0.10.0
type ListPipelineRunsRequest struct { Pipeline *Ref_Pipeline `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"` // contains filtered or unexported fields }
NOTE(xx): these requests will be refactored in a future PR to optimize for UI Will also add PipelineBundle and PipelineRunBundle objects
func (*ListPipelineRunsRequest) Descriptor
deprecated
added in
v0.10.0
func (*ListPipelineRunsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListPipelineRunsRequest.ProtoReflect.Descriptor instead.
func (*ListPipelineRunsRequest) GetPipeline ¶ added in v0.10.0
func (x *ListPipelineRunsRequest) GetPipeline() *Ref_Pipeline
func (*ListPipelineRunsRequest) MarshalJSON ¶ added in v0.10.0
func (msg *ListPipelineRunsRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ListPipelineRunsRequest) ProtoMessage ¶ added in v0.10.0
func (*ListPipelineRunsRequest) ProtoMessage()
func (*ListPipelineRunsRequest) ProtoReflect ¶ added in v0.10.0
func (x *ListPipelineRunsRequest) ProtoReflect() protoreflect.Message
func (*ListPipelineRunsRequest) Reset ¶ added in v0.10.0
func (x *ListPipelineRunsRequest) Reset()
func (*ListPipelineRunsRequest) String ¶ added in v0.10.0
func (x *ListPipelineRunsRequest) String() string
func (*ListPipelineRunsRequest) UnmarshalJSON ¶ added in v0.10.0
func (msg *ListPipelineRunsRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ListPipelineRunsResponse ¶ added in v0.10.0
type ListPipelineRunsResponse struct { // All of the listed pipelines PipelineRuns []*PipelineRun `protobuf:"bytes,1,rep,name=pipeline_runs,json=pipelineRuns,proto3" json:"pipeline_runs,omitempty"` // contains filtered or unexported fields }
func (*ListPipelineRunsResponse) Descriptor
deprecated
added in
v0.10.0
func (*ListPipelineRunsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListPipelineRunsResponse.ProtoReflect.Descriptor instead.
func (*ListPipelineRunsResponse) GetPipelineRuns ¶ added in v0.10.0
func (x *ListPipelineRunsResponse) GetPipelineRuns() []*PipelineRun
func (*ListPipelineRunsResponse) MarshalJSON ¶ added in v0.10.0
func (msg *ListPipelineRunsResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ListPipelineRunsResponse) ProtoMessage ¶ added in v0.10.0
func (*ListPipelineRunsResponse) ProtoMessage()
func (*ListPipelineRunsResponse) ProtoReflect ¶ added in v0.10.0
func (x *ListPipelineRunsResponse) ProtoReflect() protoreflect.Message
func (*ListPipelineRunsResponse) Reset ¶ added in v0.10.0
func (x *ListPipelineRunsResponse) Reset()
func (*ListPipelineRunsResponse) String ¶ added in v0.10.0
func (x *ListPipelineRunsResponse) String() string
func (*ListPipelineRunsResponse) UnmarshalJSON ¶ added in v0.10.0
func (msg *ListPipelineRunsResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ListPipelinesRequest ¶ added in v0.10.0
type ListPipelinesRequest struct { // The project to list all pipelines on Project *Ref_Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` // contains filtered or unexported fields }
func (*ListPipelinesRequest) Descriptor
deprecated
added in
v0.10.0
func (*ListPipelinesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListPipelinesRequest.ProtoReflect.Descriptor instead.
func (*ListPipelinesRequest) GetProject ¶ added in v0.10.0
func (x *ListPipelinesRequest) GetProject() *Ref_Project
func (*ListPipelinesRequest) MarshalJSON ¶ added in v0.10.0
func (msg *ListPipelinesRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ListPipelinesRequest) ProtoMessage ¶ added in v0.10.0
func (*ListPipelinesRequest) ProtoMessage()
func (*ListPipelinesRequest) ProtoReflect ¶ added in v0.10.0
func (x *ListPipelinesRequest) ProtoReflect() protoreflect.Message
func (*ListPipelinesRequest) Reset ¶ added in v0.10.0
func (x *ListPipelinesRequest) Reset()
func (*ListPipelinesRequest) String ¶ added in v0.10.0
func (x *ListPipelinesRequest) String() string
func (*ListPipelinesRequest) UnmarshalJSON ¶ added in v0.10.0
func (msg *ListPipelinesRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ListPipelinesResponse ¶ added in v0.10.0
type ListPipelinesResponse struct { // All of the listed pipelines Pipelines []*Pipeline `protobuf:"bytes,1,rep,name=pipelines,proto3" json:"pipelines,omitempty"` // contains filtered or unexported fields }
func (*ListPipelinesResponse) Descriptor
deprecated
added in
v0.10.0
func (*ListPipelinesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListPipelinesResponse.ProtoReflect.Descriptor instead.
func (*ListPipelinesResponse) GetPipelines ¶ added in v0.10.0
func (x *ListPipelinesResponse) GetPipelines() []*Pipeline
func (*ListPipelinesResponse) MarshalJSON ¶ added in v0.10.0
func (msg *ListPipelinesResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ListPipelinesResponse) ProtoMessage ¶ added in v0.10.0
func (*ListPipelinesResponse) ProtoMessage()
func (*ListPipelinesResponse) ProtoReflect ¶ added in v0.10.0
func (x *ListPipelinesResponse) ProtoReflect() protoreflect.Message
func (*ListPipelinesResponse) Reset ¶ added in v0.10.0
func (x *ListPipelinesResponse) Reset()
func (*ListPipelinesResponse) String ¶ added in v0.10.0
func (x *ListPipelinesResponse) String() string
func (*ListPipelinesResponse) UnmarshalJSON ¶ added in v0.10.0
func (msg *ListPipelinesResponse) 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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
func (msg *ListReleasesResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ListRunnersRequest ¶
type ListRunnersRequest struct {
// contains filtered or unexported fields
}
func (*ListRunnersRequest) Descriptor
deprecated
func (*ListRunnersRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRunnersRequest.ProtoReflect.Descriptor instead.
func (*ListRunnersRequest) MarshalJSON ¶
func (msg *ListRunnersRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ListRunnersRequest) ProtoMessage ¶
func (*ListRunnersRequest) ProtoMessage()
func (*ListRunnersRequest) ProtoReflect ¶
func (x *ListRunnersRequest) ProtoReflect() protoreflect.Message
func (*ListRunnersRequest) Reset ¶
func (x *ListRunnersRequest) Reset()
func (*ListRunnersRequest) String ¶
func (x *ListRunnersRequest) String() string
func (*ListRunnersRequest) UnmarshalJSON ¶
func (msg *ListRunnersRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ListRunnersResponse ¶
type ListRunnersResponse struct { Runners []*Runner `protobuf:"bytes,1,rep,name=runners,proto3" json:"runners,omitempty"` // contains filtered or unexported fields }
func (*ListRunnersResponse) Descriptor
deprecated
func (*ListRunnersResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRunnersResponse.ProtoReflect.Descriptor instead.
func (*ListRunnersResponse) GetRunners ¶
func (x *ListRunnersResponse) GetRunners() []*Runner
func (*ListRunnersResponse) MarshalJSON ¶
func (msg *ListRunnersResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ListRunnersResponse) ProtoMessage ¶
func (*ListRunnersResponse) ProtoMessage()
func (*ListRunnersResponse) ProtoReflect ¶
func (x *ListRunnersResponse) ProtoReflect() protoreflect.Message
func (*ListRunnersResponse) Reset ¶
func (x *ListRunnersResponse) Reset()
func (*ListRunnersResponse) String ¶
func (x *ListRunnersResponse) String() string
func (*ListRunnersResponse) UnmarshalJSON ¶
func (msg *ListRunnersResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ListStatusReportsRequest ¶
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"` // Target is used to determine which status reports to return. By default // if no target is requested, the response will include both deployments // and release status reports for the requested Application. // // Types that are assignable to Target: // *ListStatusReportsRequest_Deployment // *ListStatusReportsRequest_Release Target isListStatusReportsRequest_Target `protobuf_oneof:"target"` // contains filtered or unexported fields }
func (*ListStatusReportsRequest) Descriptor
deprecated
func (*ListStatusReportsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListStatusReportsRequest.ProtoReflect.Descriptor instead.
func (*ListStatusReportsRequest) GetApplication ¶
func (x *ListStatusReportsRequest) GetApplication() *Ref_Application
func (*ListStatusReportsRequest) GetDeployment ¶
func (x *ListStatusReportsRequest) GetDeployment() *Ref_Operation
func (*ListStatusReportsRequest) GetOrder ¶
func (x *ListStatusReportsRequest) GetOrder() *OperationOrder
func (*ListStatusReportsRequest) GetRelease ¶
func (x *ListStatusReportsRequest) GetRelease() *Ref_Operation
func (*ListStatusReportsRequest) GetStatus ¶
func (x *ListStatusReportsRequest) GetStatus() []*StatusFilter
func (*ListStatusReportsRequest) GetTarget ¶
func (m *ListStatusReportsRequest) GetTarget() isListStatusReportsRequest_Target
func (*ListStatusReportsRequest) GetWorkspace ¶
func (x *ListStatusReportsRequest) GetWorkspace() *Ref_Workspace
func (*ListStatusReportsRequest) MarshalJSON ¶
func (msg *ListStatusReportsRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ListStatusReportsRequest) ProtoMessage ¶
func (*ListStatusReportsRequest) ProtoMessage()
func (*ListStatusReportsRequest) ProtoReflect ¶
func (x *ListStatusReportsRequest) ProtoReflect() protoreflect.Message
func (*ListStatusReportsRequest) Reset ¶
func (x *ListStatusReportsRequest) Reset()
func (*ListStatusReportsRequest) String ¶
func (x *ListStatusReportsRequest) String() string
func (*ListStatusReportsRequest) UnmarshalJSON ¶
func (msg *ListStatusReportsRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ListStatusReportsRequest_Deployment ¶
type ListStatusReportsRequest_Deployment struct { // the deployment id that this status report was generated on Deployment *Ref_Operation `protobuf:"bytes,5,opt,name=deployment,proto3,oneof"` }
type ListStatusReportsRequest_Release ¶
type ListStatusReportsRequest_Release struct { // the release id that this status report was generated on Release *Ref_Operation `protobuf:"bytes,6,opt,name=release,proto3,oneof"` }
type ListStatusReportsResponse ¶
type ListStatusReportsResponse struct { 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
func (*ListStatusReportsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListStatusReportsResponse.ProtoReflect.Descriptor instead.
func (*ListStatusReportsResponse) GetStatusReports ¶
func (x *ListStatusReportsResponse) GetStatusReports() []*StatusReport
func (*ListStatusReportsResponse) MarshalJSON ¶
func (msg *ListStatusReportsResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ListStatusReportsResponse) ProtoMessage ¶
func (*ListStatusReportsResponse) ProtoMessage()
func (*ListStatusReportsResponse) ProtoReflect ¶
func (x *ListStatusReportsResponse) ProtoReflect() protoreflect.Message
func (*ListStatusReportsResponse) Reset ¶
func (x *ListStatusReportsResponse) Reset()
func (*ListStatusReportsResponse) String ¶
func (x *ListStatusReportsResponse) String() string
func (*ListStatusReportsResponse) UnmarshalJSON ¶
func (msg *ListStatusReportsResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ListTaskRequest ¶ added in v0.9.0
type ListTaskRequest struct { TaskState []Task_State `protobuf:"varint,1,rep,packed,name=taskState,proto3,enum=hashicorp.waypoint.Task_State" json:"taskState,omitempty"` // contains filtered or unexported fields }
func (*ListTaskRequest) Descriptor
deprecated
added in
v0.9.0
func (*ListTaskRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListTaskRequest.ProtoReflect.Descriptor instead.
func (*ListTaskRequest) GetTaskState ¶ added in v0.9.0
func (x *ListTaskRequest) GetTaskState() []Task_State
func (*ListTaskRequest) MarshalJSON ¶ added in v0.9.0
func (msg *ListTaskRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ListTaskRequest) ProtoMessage ¶ added in v0.9.0
func (*ListTaskRequest) ProtoMessage()
func (*ListTaskRequest) ProtoReflect ¶ added in v0.9.0
func (x *ListTaskRequest) ProtoReflect() protoreflect.Message
func (*ListTaskRequest) Reset ¶ added in v0.9.0
func (x *ListTaskRequest) Reset()
func (*ListTaskRequest) String ¶ added in v0.9.0
func (x *ListTaskRequest) String() string
func (*ListTaskRequest) UnmarshalJSON ¶ added in v0.9.0
func (msg *ListTaskRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ListTaskResponse ¶ added in v0.9.0
type ListTaskResponse struct { // An array of all available Tasks and their jobs Tasks []*GetTaskResponse `protobuf:"bytes,1,rep,name=tasks,proto3" json:"tasks,omitempty"` // contains filtered or unexported fields }
func (*ListTaskResponse) Descriptor
deprecated
added in
v0.9.0
func (*ListTaskResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListTaskResponse.ProtoReflect.Descriptor instead.
func (*ListTaskResponse) GetTasks ¶ added in v0.9.0
func (x *ListTaskResponse) GetTasks() []*GetTaskResponse
func (*ListTaskResponse) MarshalJSON ¶ added in v0.9.0
func (msg *ListTaskResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ListTaskResponse) ProtoMessage ¶ added in v0.9.0
func (*ListTaskResponse) ProtoMessage()
func (*ListTaskResponse) ProtoReflect ¶ added in v0.9.0
func (x *ListTaskResponse) ProtoReflect() protoreflect.Message
func (*ListTaskResponse) Reset ¶ added in v0.9.0
func (x *ListTaskResponse) Reset()
func (*ListTaskResponse) String ¶ added in v0.9.0
func (x *ListTaskResponse) String() string
func (*ListTaskResponse) UnmarshalJSON ¶ added in v0.9.0
func (msg *ListTaskResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ListTriggerRequest ¶
type ListTriggerRequest struct { // Defaults to all workspaces if unset. Workspace *Ref_Workspace `protobuf:"bytes,1,opt,name=workspace,proto3" json:"workspace,omitempty"` // Defaults to all projects, can be filtered to a single project if set. Project *Ref_Project `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"` // Defaults to all applications in a project, can be filtered to a single application if set. Application *Ref_Application `protobuf:"bytes,3,opt,name=application,proto3" json:"application,omitempty"` // Will filter triggers by the requested labels if set. Tags []string `protobuf:"bytes,4,rep,name=tags,proto3" json:"tags,omitempty"` // contains filtered or unexported fields }
ListTriggerRequest can take a handful of optional filter arguments. If none are set in the request, this will return all registered trigger URLs in the Waypoint server.
func (*ListTriggerRequest) Descriptor
deprecated
func (*ListTriggerRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListTriggerRequest.ProtoReflect.Descriptor instead.
func (*ListTriggerRequest) GetApplication ¶
func (x *ListTriggerRequest) GetApplication() *Ref_Application
func (*ListTriggerRequest) GetProject ¶
func (x *ListTriggerRequest) GetProject() *Ref_Project
func (*ListTriggerRequest) GetTags ¶
func (x *ListTriggerRequest) GetTags() []string
func (*ListTriggerRequest) GetWorkspace ¶
func (x *ListTriggerRequest) GetWorkspace() *Ref_Workspace
func (*ListTriggerRequest) MarshalJSON ¶
func (msg *ListTriggerRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ListTriggerRequest) ProtoMessage ¶
func (*ListTriggerRequest) ProtoMessage()
func (*ListTriggerRequest) ProtoReflect ¶
func (x *ListTriggerRequest) ProtoReflect() protoreflect.Message
func (*ListTriggerRequest) Reset ¶
func (x *ListTriggerRequest) Reset()
func (*ListTriggerRequest) String ¶
func (x *ListTriggerRequest) String() string
func (*ListTriggerRequest) UnmarshalJSON ¶
func (msg *ListTriggerRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ListTriggerResponse ¶
type ListTriggerResponse struct { Triggers []*Trigger `protobuf:"bytes,1,rep,name=triggers,proto3" json:"triggers,omitempty"` // contains filtered or unexported fields }
func (*ListTriggerResponse) Descriptor
deprecated
func (*ListTriggerResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListTriggerResponse.ProtoReflect.Descriptor instead.
func (*ListTriggerResponse) GetTriggers ¶
func (x *ListTriggerResponse) GetTriggers() []*Trigger
func (*ListTriggerResponse) MarshalJSON ¶
func (msg *ListTriggerResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ListTriggerResponse) ProtoMessage ¶
func (*ListTriggerResponse) ProtoMessage()
func (*ListTriggerResponse) ProtoReflect ¶
func (x *ListTriggerResponse) ProtoReflect() protoreflect.Message
func (*ListTriggerResponse) Reset ¶
func (x *ListTriggerResponse) Reset()
func (*ListTriggerResponse) String ¶
func (x *ListTriggerResponse) String() string
func (*ListTriggerResponse) UnmarshalJSON ¶
func (msg *ListTriggerResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ListUsersResponse ¶
type ListUsersResponse struct { Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"` // contains filtered or unexported fields }
func (*ListUsersResponse) Descriptor
deprecated
func (*ListUsersResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListUsersResponse.ProtoReflect.Descriptor instead.
func (*ListUsersResponse) GetUsers ¶
func (x *ListUsersResponse) GetUsers() []*User
func (*ListUsersResponse) MarshalJSON ¶
func (msg *ListUsersResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ListUsersResponse) ProtoMessage ¶
func (*ListUsersResponse) ProtoMessage()
func (*ListUsersResponse) ProtoReflect ¶
func (x *ListUsersResponse) ProtoReflect() protoreflect.Message
func (*ListUsersResponse) Reset ¶
func (x *ListUsersResponse) Reset()
func (*ListUsersResponse) String ¶
func (x *ListUsersResponse) String() string
func (*ListUsersResponse) UnmarshalJSON ¶
func (msg *ListUsersResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ListWorkspacesRequest ¶
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
func (*ListWorkspacesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListWorkspacesRequest.ProtoReflect.Descriptor instead.
func (*ListWorkspacesRequest) GetApplication ¶
func (x *ListWorkspacesRequest) GetApplication() *Ref_Application
func (*ListWorkspacesRequest) GetGlobal ¶
func (x *ListWorkspacesRequest) GetGlobal() *emptypb.Empty
func (*ListWorkspacesRequest) GetProject ¶
func (x *ListWorkspacesRequest) GetProject() *Ref_Project
func (*ListWorkspacesRequest) GetScope ¶
func (m *ListWorkspacesRequest) GetScope() isListWorkspacesRequest_Scope
func (*ListWorkspacesRequest) MarshalJSON ¶
func (msg *ListWorkspacesRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ListWorkspacesRequest) ProtoMessage ¶
func (*ListWorkspacesRequest) ProtoMessage()
func (*ListWorkspacesRequest) ProtoReflect ¶
func (x *ListWorkspacesRequest) ProtoReflect() protoreflect.Message
func (*ListWorkspacesRequest) Reset ¶
func (x *ListWorkspacesRequest) Reset()
func (*ListWorkspacesRequest) String ¶
func (x *ListWorkspacesRequest) String() string
func (*ListWorkspacesRequest) UnmarshalJSON ¶
func (msg *ListWorkspacesRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ListWorkspacesRequest_Application ¶
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_Project ¶
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 ¶
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 ¶
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 ¶
MarshalJSON implements json.Marshaler
func (*LogBatch) ProtoMessage ¶
func (*LogBatch) ProtoMessage()
func (*LogBatch) ProtoReflect ¶
func (x *LogBatch) ProtoReflect() protoreflect.Message
func (*LogBatch) UnmarshalJSON ¶
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 *timestamppb.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 ¶
func (x *LogBatch_Entry) GetSource() LogBatch_Entry_Source
func (*LogBatch_Entry) GetTimestamp ¶
func (x *LogBatch_Entry) GetTimestamp() *timestamppb.Timestamp
func (*LogBatch_Entry) MarshalJSON ¶
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 ¶
func (msg *LogBatch_Entry) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type LogBatch_Entry_Source ¶
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 ¶
func (LogBatch_Entry_Source) Descriptor() protoreflect.EnumDescriptor
func (LogBatch_Entry_Source) Enum ¶
func (x LogBatch_Entry_Source) Enum() *LogBatch_Entry_Source
func (LogBatch_Entry_Source) EnumDescriptor
deprecated
func (LogBatch_Entry_Source) EnumDescriptor() ([]byte, []int)
Deprecated: Use LogBatch_Entry_Source.Descriptor instead.
func (LogBatch_Entry_Source) Number ¶
func (x LogBatch_Entry_Source) Number() protoreflect.EnumNumber
func (LogBatch_Entry_Source) String ¶
func (x LogBatch_Entry_Source) String() string
func (LogBatch_Entry_Source) Type ¶
func (LogBatch_Entry_Source) Type() protoreflect.EnumType
type LoginTokenRequest ¶
type LoginTokenRequest struct { // How long the token should be valid from the time the request // is made. If this is empty then the login token never expires on its own. Duration string `protobuf:"bytes,1,opt,name=duration,proto3" json:"duration,omitempty"` // The user to create the login token for. If this is nil, the currently // logged in user is used. The calling user must have permission to create // a token for the target user if this is set. User *Ref_User `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"` // The token generated will only be used for Trigger URL actions. The token // will not be authorized to make any other requests to any other endpoints Trigger bool `protobuf:"varint,3,opt,name=trigger,proto3" json:"trigger,omitempty"` // contains filtered or unexported fields }
func (*LoginTokenRequest) Descriptor
deprecated
func (*LoginTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use LoginTokenRequest.ProtoReflect.Descriptor instead.
func (*LoginTokenRequest) GetDuration ¶
func (x *LoginTokenRequest) GetDuration() string
func (*LoginTokenRequest) GetTrigger ¶
func (x *LoginTokenRequest) GetTrigger() bool
func (*LoginTokenRequest) GetUser ¶
func (x *LoginTokenRequest) GetUser() *Ref_User
func (*LoginTokenRequest) MarshalJSON ¶
func (msg *LoginTokenRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*LoginTokenRequest) ProtoMessage ¶
func (*LoginTokenRequest) ProtoMessage()
func (*LoginTokenRequest) ProtoReflect ¶
func (x *LoginTokenRequest) ProtoReflect() protoreflect.Message
func (*LoginTokenRequest) Reset ¶
func (x *LoginTokenRequest) Reset()
func (*LoginTokenRequest) String ¶
func (x *LoginTokenRequest) String() string
func (*LoginTokenRequest) UnmarshalJSON ¶
func (msg *LoginTokenRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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 ¶
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 ¶
func (msg *NewTokenResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type OIDCAuthMethod ¶
type OIDCAuthMethod struct { // unique identifier used for this auth method. This may or may // not be human friendly; use display_name for human display. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // human friendly name DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // kind is a well known kind of OIDC provider. This is sniffed by // the server heuristically and is only here to assist in the UI. Kind OIDCAuthMethod_Kind `protobuf:"varint,3,opt,name=kind,proto3,enum=hashicorp.waypoint.OIDCAuthMethod_Kind" json:"kind,omitempty"` // contains filtered or unexported fields }
This is used by ListOIDCAuthMethods to return the minimal information for an OIDC auth method in an unauthenticated setting.
func (*OIDCAuthMethod) Descriptor
deprecated
func (*OIDCAuthMethod) Descriptor() ([]byte, []int)
Deprecated: Use OIDCAuthMethod.ProtoReflect.Descriptor instead.
func (*OIDCAuthMethod) GetDisplayName ¶
func (x *OIDCAuthMethod) GetDisplayName() string
func (*OIDCAuthMethod) GetKind ¶
func (x *OIDCAuthMethod) GetKind() OIDCAuthMethod_Kind
func (*OIDCAuthMethod) GetName ¶
func (x *OIDCAuthMethod) GetName() string
func (*OIDCAuthMethod) MarshalJSON ¶
func (msg *OIDCAuthMethod) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*OIDCAuthMethod) ProtoMessage ¶
func (*OIDCAuthMethod) ProtoMessage()
func (*OIDCAuthMethod) ProtoReflect ¶
func (x *OIDCAuthMethod) ProtoReflect() protoreflect.Message
func (*OIDCAuthMethod) Reset ¶
func (x *OIDCAuthMethod) Reset()
func (*OIDCAuthMethod) String ¶
func (x *OIDCAuthMethod) String() string
func (*OIDCAuthMethod) UnmarshalJSON ¶
func (msg *OIDCAuthMethod) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type OIDCAuthMethod_Kind ¶
type OIDCAuthMethod_Kind int32
const ( OIDCAuthMethod_UNKNOWN OIDCAuthMethod_Kind = 0 OIDCAuthMethod_GITHUB OIDCAuthMethod_Kind = 1 OIDCAuthMethod_GOOGLE OIDCAuthMethod_Kind = 2 )
func (OIDCAuthMethod_Kind) Descriptor ¶
func (OIDCAuthMethod_Kind) Descriptor() protoreflect.EnumDescriptor
func (OIDCAuthMethod_Kind) Enum ¶
func (x OIDCAuthMethod_Kind) Enum() *OIDCAuthMethod_Kind
func (OIDCAuthMethod_Kind) EnumDescriptor
deprecated
func (OIDCAuthMethod_Kind) EnumDescriptor() ([]byte, []int)
Deprecated: Use OIDCAuthMethod_Kind.Descriptor instead.
func (OIDCAuthMethod_Kind) Number ¶
func (x OIDCAuthMethod_Kind) Number() protoreflect.EnumNumber
func (OIDCAuthMethod_Kind) String ¶
func (x OIDCAuthMethod_Kind) String() string
func (OIDCAuthMethod_Kind) Type ¶
func (OIDCAuthMethod_Kind) Type() protoreflect.EnumType
type OnDemandRunnerConfig ¶
type OnDemandRunnerConfig struct { // id is the unique ID of the runner config Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // name is the unique name for this config Name string `protobuf:"bytes,8,opt,name=name,proto3" json:"name,omitempty"` // target_runner is the id of the runner to target for this profile. // If not set, defaults to use any runner available TargetRunner *Ref_Runner `protobuf:"bytes,9,opt,name=target_runner,json=targetRunner,proto3" json:"target_runner,omitempty"` // oci_url is the OCI image that will be used to boot the ondemand runner. OciUrl string `protobuf:"bytes,2,opt,name=oci_url,json=ociUrl,proto3" json:"oci_url,omitempty"` // environment_variables is any env vars that should be exposed to the // ondemand runner. This does not need to include any WAYPOINT specific // variables, those are automatically added. EnvironmentVariables map[string]string `` /* 209-byte string literal not displayed */ // plugin type is used to launch the plugin to start the batch task. PluginType string `protobuf:"bytes,4,opt,name=plugin_type,json=pluginType,proto3" json:"plugin_type,omitempty"` // plugin config is the configuration for the plugin that is created. It // is usually HCL and is decoded like the other plugins, and is plugin // specific. PluginConfig []byte `protobuf:"bytes,5,opt,name=plugin_config,json=pluginConfig,proto3" json:"plugin_config,omitempty"` // config format specifies the format of plugin_config ConfigFormat Hcl_Format `` /* 133-byte string literal not displayed */ // Indicates if this entry is the default for any new projects. Default bool `protobuf:"varint,7,opt,name=default,proto3" json:"default,omitempty"` // contains filtered or unexported fields }
******************************************************************* OnDemand Runners ******************************************************************
func (*OnDemandRunnerConfig) Descriptor
deprecated
func (*OnDemandRunnerConfig) Descriptor() ([]byte, []int)
Deprecated: Use OnDemandRunnerConfig.ProtoReflect.Descriptor instead.
func (*OnDemandRunnerConfig) GetConfigFormat ¶
func (x *OnDemandRunnerConfig) GetConfigFormat() Hcl_Format
func (*OnDemandRunnerConfig) GetDefault ¶
func (x *OnDemandRunnerConfig) GetDefault() bool
func (*OnDemandRunnerConfig) GetEnvironmentVariables ¶
func (x *OnDemandRunnerConfig) GetEnvironmentVariables() map[string]string
func (*OnDemandRunnerConfig) GetId ¶
func (x *OnDemandRunnerConfig) GetId() string
func (*OnDemandRunnerConfig) GetName ¶
func (x *OnDemandRunnerConfig) GetName() string
func (*OnDemandRunnerConfig) GetOciUrl ¶
func (x *OnDemandRunnerConfig) GetOciUrl() string
func (*OnDemandRunnerConfig) GetPluginConfig ¶
func (x *OnDemandRunnerConfig) GetPluginConfig() []byte
func (*OnDemandRunnerConfig) GetPluginType ¶
func (x *OnDemandRunnerConfig) GetPluginType() string
func (*OnDemandRunnerConfig) GetTargetRunner ¶
func (x *OnDemandRunnerConfig) GetTargetRunner() *Ref_Runner
func (*OnDemandRunnerConfig) MarshalJSON ¶
func (msg *OnDemandRunnerConfig) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*OnDemandRunnerConfig) ProtoMessage ¶
func (*OnDemandRunnerConfig) ProtoMessage()
func (*OnDemandRunnerConfig) ProtoReflect ¶
func (x *OnDemandRunnerConfig) ProtoReflect() protoreflect.Message
func (*OnDemandRunnerConfig) Reset ¶
func (x *OnDemandRunnerConfig) Reset()
func (*OnDemandRunnerConfig) String ¶
func (x *OnDemandRunnerConfig) String() string
func (*OnDemandRunnerConfig) UnmarshalJSON ¶
func (msg *OnDemandRunnerConfig) 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 ¶
MarshalJSON implements json.Marshaler
func (*Operation) ProtoMessage ¶
func (*Operation) ProtoMessage()
func (*Operation) ProtoReflect ¶
func (x *Operation) ProtoReflect() protoreflect.Message
func (*Operation) UnmarshalJSON ¶
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 ¶
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 ¶
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 Pipeline ¶ added in v0.10.0
type Pipeline struct { // Unique ID for this pipeline. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Human-friendly name for the pipeline. This is not unique! Users should // use the ID and other metadata to differentiate pipelines. In general, // we recommend avoiding reusing names. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // The owner is the thing that manages this pipeline. // // NOTE(mitchellh): We currently only support project-synced pipelines. // In the future, we may want to consider pipelines not attached to // projects (just created via the API/UI/CLI on their own). This "oneof" // is here to represent that. If we ever decide NOT to do that, we can just // remove the "oneof" which is backwards compatible. // // Types that are assignable to Owner: // *Pipeline_Project Owner isPipeline_Owner `protobuf_oneof:"owner"` // The steps that make up this pipeline. This is a set and the order // has no meaning; it does not imply any ordering that the steps will // be executed. The execution order is purely defined by the "depends_on" // fields on the steps. // // There must be only one "root" step. A root step is a step with no // dependencies. It is an error for there to be more than one root step. // // For API users, the GetPipelineResponse has a number of fields that // help make this much easier to consume, such as a dedicated field for // the root step, mermaid-formatted graph output, and more. // // These requirements are usually hidden from users through nicer user // experiences for editing: waypoint.hcl syntax (which implicitly creates // ordering and root steps), UIs, etc. All these requirements are noted for // _internal_ users who are modifying pipelines via the API. For those // internal users, they must manage the tedium of adhering to these requirements. Steps map[string]*Pipeline_Step `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Pipeline) Descriptor
deprecated
added in
v0.10.0
func (*Pipeline) GetProject ¶ added in v0.10.0
func (x *Pipeline) GetProject() *Ref_Project
func (*Pipeline) GetSteps ¶ added in v0.10.0
func (x *Pipeline) GetSteps() map[string]*Pipeline_Step
func (*Pipeline) MarshalJSON ¶ added in v0.10.0
MarshalJSON implements json.Marshaler
func (*Pipeline) ProtoMessage ¶ added in v0.10.0
func (*Pipeline) ProtoMessage()
func (*Pipeline) ProtoReflect ¶ added in v0.10.0
func (x *Pipeline) ProtoReflect() protoreflect.Message
func (*Pipeline) UnmarshalJSON ¶ added in v0.10.0
UnmarshalJSON implements json.Unmarshaler
type PipelineRun ¶ added in v0.10.0
type PipelineRun struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // The sequence number for this pipeline run. Sequence uint64 `protobuf:"varint,2,opt,name=sequence,proto3" json:"sequence,omitempty"` Pipeline *Ref_Pipeline `protobuf:"bytes,3,opt,name=pipeline,proto3" json:"pipeline,omitempty"` Jobs []*Ref_Job `protobuf:"bytes,4,rep,name=jobs,proto3" json:"jobs,omitempty"` State PipelineRun_State `protobuf:"varint,5,opt,name=state,proto3,enum=hashicorp.waypoint.PipelineRun_State" json:"state,omitempty"` // contains filtered or unexported fields }
func (*PipelineRun) Descriptor
deprecated
added in
v0.10.0
func (*PipelineRun) Descriptor() ([]byte, []int)
Deprecated: Use PipelineRun.ProtoReflect.Descriptor instead.
func (*PipelineRun) GetId ¶ added in v0.10.0
func (x *PipelineRun) GetId() string
func (*PipelineRun) GetJobs ¶ added in v0.10.0
func (x *PipelineRun) GetJobs() []*Ref_Job
func (*PipelineRun) GetPipeline ¶ added in v0.10.0
func (x *PipelineRun) GetPipeline() *Ref_Pipeline
func (*PipelineRun) GetSequence ¶ added in v0.10.0
func (x *PipelineRun) GetSequence() uint64
func (*PipelineRun) GetState ¶ added in v0.10.0
func (x *PipelineRun) GetState() PipelineRun_State
func (*PipelineRun) MarshalJSON ¶ added in v0.10.0
func (msg *PipelineRun) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*PipelineRun) ProtoMessage ¶ added in v0.10.0
func (*PipelineRun) ProtoMessage()
func (*PipelineRun) ProtoReflect ¶ added in v0.10.0
func (x *PipelineRun) ProtoReflect() protoreflect.Message
func (*PipelineRun) Reset ¶ added in v0.10.0
func (x *PipelineRun) Reset()
func (*PipelineRun) String ¶ added in v0.10.0
func (x *PipelineRun) String() string
func (*PipelineRun) UnmarshalJSON ¶ added in v0.10.0
func (msg *PipelineRun) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type PipelineRun_State ¶ added in v0.10.0
type PipelineRun_State int32
const ( PipelineRun_UNKNOWN PipelineRun_State = 0 // no state defined, the default PipelineRun_PENDING PipelineRun_State = 1 // pipeline run created PipelineRun_STARTING PipelineRun_State = 2 // root_job queued PipelineRun_RUNNING PipelineRun_State = 3 // jobs are working PipelineRun_ERROR PipelineRun_State = 4 // when any job errors, the pipeline aborts PipelineRun_CANCELLED PipelineRun_State = 5 // when any job gets manually cancelled, the entire pipeline aborts PipelineRun_SUCCESS PipelineRun_State = 6 // last_job completed )
func (PipelineRun_State) Descriptor ¶ added in v0.10.0
func (PipelineRun_State) Descriptor() protoreflect.EnumDescriptor
func (PipelineRun_State) Enum ¶ added in v0.10.0
func (x PipelineRun_State) Enum() *PipelineRun_State
func (PipelineRun_State) EnumDescriptor
deprecated
added in
v0.10.0
func (PipelineRun_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use PipelineRun_State.Descriptor instead.
func (PipelineRun_State) Number ¶ added in v0.10.0
func (x PipelineRun_State) Number() protoreflect.EnumNumber
func (PipelineRun_State) String ¶ added in v0.10.0
func (x PipelineRun_State) String() string
func (PipelineRun_State) Type ¶ added in v0.10.0
func (PipelineRun_State) Type() protoreflect.EnumType
type Pipeline_Project ¶ added in v0.10.0
type Pipeline_Project struct { // This pipeline is created from a waypoint.hcl file that is synced via VCS. Project *Ref_Project `protobuf:"bytes,3,opt,name=project,proto3,oneof"` }
type Pipeline_Step ¶ added in v0.10.0
type Pipeline_Step struct { // Name of the step. This is unique within a pipeline. In the "steps" // map, this must match the map key. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The steps that must come before this step. If this is empty, // this is considered a "root" step. Only one step may be root. // See "steps" on the Pipeline message for details. DependsOn []string `protobuf:"bytes,2,rep,name=depends_on,json=dependsOn,proto3" json:"depends_on,omitempty"` // The kind of step this is. IMPORTANT: the string values stored // by the kind messages may contain HCL that needs further parsing. // They are "partially" evaluated (similar to ConfigVars) using // internal/pkg/partial. // // Types that are assignable to Kind: // *Pipeline_Step_Exec_ // *Pipeline_Step_Build_ // *Pipeline_Step_Deploy_ // *Pipeline_Step_Release_ // *Pipeline_Step_Up_ // *Pipeline_Step_Pipeline_ Kind isPipeline_Step_Kind `protobuf_oneof:"kind"` // Docker image to execute. This should be a fully qualified image URL. Image string `protobuf:"bytes,5,opt,name=image,proto3" json:"image,omitempty"` // Workspace to use in step execution. If undefined, will default to the // Workspace used when running the pipeline, otherwise 'default' Workspace *Ref_Workspace `protobuf:"bytes,10,opt,name=workspace,proto3" json:"workspace,omitempty"` // contains filtered or unexported fields }
A single step within the pipeline.
func (*Pipeline_Step) Descriptor
deprecated
added in
v0.10.0
func (*Pipeline_Step) Descriptor() ([]byte, []int)
Deprecated: Use Pipeline_Step.ProtoReflect.Descriptor instead.
func (*Pipeline_Step) GetBuild ¶ added in v0.10.0
func (x *Pipeline_Step) GetBuild() *Pipeline_Step_Build
func (*Pipeline_Step) GetDependsOn ¶ added in v0.10.0
func (x *Pipeline_Step) GetDependsOn() []string
func (*Pipeline_Step) GetDeploy ¶ added in v0.10.0
func (x *Pipeline_Step) GetDeploy() *Pipeline_Step_Deploy
func (*Pipeline_Step) GetExec ¶ added in v0.10.0
func (x *Pipeline_Step) GetExec() *Pipeline_Step_Exec
func (*Pipeline_Step) GetImage ¶ added in v0.10.0
func (x *Pipeline_Step) GetImage() string
func (*Pipeline_Step) GetKind ¶ added in v0.10.0
func (m *Pipeline_Step) GetKind() isPipeline_Step_Kind
func (*Pipeline_Step) GetName ¶ added in v0.10.0
func (x *Pipeline_Step) GetName() string
func (*Pipeline_Step) GetPipeline ¶ added in v0.10.0
func (x *Pipeline_Step) GetPipeline() *Pipeline_Step_Pipeline
func (*Pipeline_Step) GetRelease ¶ added in v0.10.0
func (x *Pipeline_Step) GetRelease() *Pipeline_Step_Release
func (*Pipeline_Step) GetUp ¶ added in v0.10.0
func (x *Pipeline_Step) GetUp() *Pipeline_Step_Up
func (*Pipeline_Step) GetWorkspace ¶ added in v0.10.0
func (x *Pipeline_Step) GetWorkspace() *Ref_Workspace
func (*Pipeline_Step) MarshalJSON ¶ added in v0.10.0
func (msg *Pipeline_Step) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Pipeline_Step) ProtoMessage ¶ added in v0.10.0
func (*Pipeline_Step) ProtoMessage()
func (*Pipeline_Step) ProtoReflect ¶ added in v0.10.0
func (x *Pipeline_Step) ProtoReflect() protoreflect.Message
func (*Pipeline_Step) Reset ¶ added in v0.10.0
func (x *Pipeline_Step) Reset()
func (*Pipeline_Step) String ¶ added in v0.10.0
func (x *Pipeline_Step) String() string
func (*Pipeline_Step) UnmarshalJSON ¶ added in v0.10.0
func (msg *Pipeline_Step) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Pipeline_Step_Build ¶ added in v0.10.0
type Pipeline_Step_Build struct { // Whether or not to push the built artifact to a remote container registry // TODO(briancain): ensure default to false because this will be inside // an ODR container DisablePush bool `protobuf:"varint,2,opt,name=disable_push,json=disablePush,proto3" json:"disable_push,omitempty"` // contains filtered or unexported fields }
func (*Pipeline_Step_Build) Descriptor
deprecated
added in
v0.10.0
func (*Pipeline_Step_Build) Descriptor() ([]byte, []int)
Deprecated: Use Pipeline_Step_Build.ProtoReflect.Descriptor instead.
func (*Pipeline_Step_Build) GetDisablePush ¶ added in v0.10.0
func (x *Pipeline_Step_Build) GetDisablePush() bool
func (*Pipeline_Step_Build) MarshalJSON ¶ added in v0.10.0
func (msg *Pipeline_Step_Build) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Pipeline_Step_Build) ProtoMessage ¶ added in v0.10.0
func (*Pipeline_Step_Build) ProtoMessage()
func (*Pipeline_Step_Build) ProtoReflect ¶ added in v0.10.0
func (x *Pipeline_Step_Build) ProtoReflect() protoreflect.Message
func (*Pipeline_Step_Build) Reset ¶ added in v0.10.0
func (x *Pipeline_Step_Build) Reset()
func (*Pipeline_Step_Build) String ¶ added in v0.10.0
func (x *Pipeline_Step_Build) String() string
func (*Pipeline_Step_Build) UnmarshalJSON ¶ added in v0.10.0
func (msg *Pipeline_Step_Build) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Pipeline_Step_Build_ ¶ added in v0.10.0
type Pipeline_Step_Build_ struct { // Built-in build operation Build *Pipeline_Step_Build `protobuf:"bytes,4,opt,name=build,proto3,oneof"` }
type Pipeline_Step_Deploy ¶ added in v0.10.0
type Pipeline_Step_Deploy struct { // Whether or not to run a release immediately after the deploy. Defaults // to false. Users would probably write a Release step to opt into a release // but lets support the option here just like the CLI does. Release bool `protobuf:"varint,1,opt,name=release,proto3" json:"release,omitempty"` // contains filtered or unexported fields }
func (*Pipeline_Step_Deploy) Descriptor
deprecated
added in
v0.10.0
func (*Pipeline_Step_Deploy) Descriptor() ([]byte, []int)
Deprecated: Use Pipeline_Step_Deploy.ProtoReflect.Descriptor instead.
func (*Pipeline_Step_Deploy) GetRelease ¶ added in v0.10.0
func (x *Pipeline_Step_Deploy) GetRelease() bool
func (*Pipeline_Step_Deploy) MarshalJSON ¶ added in v0.10.0
func (msg *Pipeline_Step_Deploy) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Pipeline_Step_Deploy) ProtoMessage ¶ added in v0.10.0
func (*Pipeline_Step_Deploy) ProtoMessage()
func (*Pipeline_Step_Deploy) ProtoReflect ¶ added in v0.10.0
func (x *Pipeline_Step_Deploy) ProtoReflect() protoreflect.Message
func (*Pipeline_Step_Deploy) Reset ¶ added in v0.10.0
func (x *Pipeline_Step_Deploy) Reset()
func (*Pipeline_Step_Deploy) String ¶ added in v0.10.0
func (x *Pipeline_Step_Deploy) String() string
func (*Pipeline_Step_Deploy) UnmarshalJSON ¶ added in v0.10.0
func (msg *Pipeline_Step_Deploy) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Pipeline_Step_Deploy_ ¶ added in v0.10.0
type Pipeline_Step_Deploy_ struct { // Built-in deploy operation Deploy *Pipeline_Step_Deploy `protobuf:"bytes,6,opt,name=deploy,proto3,oneof"` }
type Pipeline_Step_Exec ¶ added in v0.10.0
type Pipeline_Step_Exec struct { // TODO(briancain): update this to use the Step exec instead of the plugin // Docker image to execute. This should be a fully qualified image URL. Image string `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"` // Command to execute within the image. If blank, the default command // will be executed. Command string `protobuf:"bytes,2,opt,name=command,proto3" json:"command,omitempty"` Args []string `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"` // contains filtered or unexported fields }
func (*Pipeline_Step_Exec) Descriptor
deprecated
added in
v0.10.0
func (*Pipeline_Step_Exec) Descriptor() ([]byte, []int)
Deprecated: Use Pipeline_Step_Exec.ProtoReflect.Descriptor instead.
func (*Pipeline_Step_Exec) GetArgs ¶ added in v0.10.0
func (x *Pipeline_Step_Exec) GetArgs() []string
func (*Pipeline_Step_Exec) GetCommand ¶ added in v0.10.0
func (x *Pipeline_Step_Exec) GetCommand() string
func (*Pipeline_Step_Exec) GetImage ¶ added in v0.10.0
func (x *Pipeline_Step_Exec) GetImage() string
func (*Pipeline_Step_Exec) MarshalJSON ¶ added in v0.10.0
func (msg *Pipeline_Step_Exec) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Pipeline_Step_Exec) ProtoMessage ¶ added in v0.10.0
func (*Pipeline_Step_Exec) ProtoMessage()
func (*Pipeline_Step_Exec) ProtoReflect ¶ added in v0.10.0
func (x *Pipeline_Step_Exec) ProtoReflect() protoreflect.Message
func (*Pipeline_Step_Exec) Reset ¶ added in v0.10.0
func (x *Pipeline_Step_Exec) Reset()
func (*Pipeline_Step_Exec) String ¶ added in v0.10.0
func (x *Pipeline_Step_Exec) String() string
func (*Pipeline_Step_Exec) UnmarshalJSON ¶ added in v0.10.0
func (msg *Pipeline_Step_Exec) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Pipeline_Step_Exec_ ¶ added in v0.10.0
type Pipeline_Step_Exec_ struct { // Docker execute. Exec *Pipeline_Step_Exec `protobuf:"bytes,3,opt,name=exec,proto3,oneof"` }
type Pipeline_Step_Pipeline ¶ added in v0.10.0
type Pipeline_Step_Pipeline struct { Ref *Ref_Pipeline `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"` // contains filtered or unexported fields }
func (*Pipeline_Step_Pipeline) Descriptor
deprecated
added in
v0.10.0
func (*Pipeline_Step_Pipeline) Descriptor() ([]byte, []int)
Deprecated: Use Pipeline_Step_Pipeline.ProtoReflect.Descriptor instead.
func (*Pipeline_Step_Pipeline) GetRef ¶ added in v0.10.0
func (x *Pipeline_Step_Pipeline) GetRef() *Ref_Pipeline
func (*Pipeline_Step_Pipeline) MarshalJSON ¶ added in v0.10.0
func (msg *Pipeline_Step_Pipeline) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Pipeline_Step_Pipeline) ProtoMessage ¶ added in v0.10.0
func (*Pipeline_Step_Pipeline) ProtoMessage()
func (*Pipeline_Step_Pipeline) ProtoReflect ¶ added in v0.10.0
func (x *Pipeline_Step_Pipeline) ProtoReflect() protoreflect.Message
func (*Pipeline_Step_Pipeline) Reset ¶ added in v0.10.0
func (x *Pipeline_Step_Pipeline) Reset()
func (*Pipeline_Step_Pipeline) String ¶ added in v0.10.0
func (x *Pipeline_Step_Pipeline) String() string
func (*Pipeline_Step_Pipeline) UnmarshalJSON ¶ added in v0.10.0
func (msg *Pipeline_Step_Pipeline) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Pipeline_Step_Pipeline_ ¶ added in v0.10.0
type Pipeline_Step_Pipeline_ struct { // A reference to a different pipeline Pipeline *Pipeline_Step_Pipeline `protobuf:"bytes,9,opt,name=pipeline,proto3,oneof"` }
type Pipeline_Step_Release ¶ added in v0.10.0
type Pipeline_Step_Release struct { Deployment *Ref_Deployment `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"` 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 (*Pipeline_Step_Release) Descriptor
deprecated
added in
v0.10.0
func (*Pipeline_Step_Release) Descriptor() ([]byte, []int)
Deprecated: Use Pipeline_Step_Release.ProtoReflect.Descriptor instead.
func (*Pipeline_Step_Release) GetDeployment ¶ added in v0.10.0
func (x *Pipeline_Step_Release) GetDeployment() *Ref_Deployment
func (*Pipeline_Step_Release) GetPrune ¶ added in v0.10.0
func (x *Pipeline_Step_Release) GetPrune() bool
func (*Pipeline_Step_Release) GetPruneRetain ¶ added in v0.10.0
func (x *Pipeline_Step_Release) GetPruneRetain() int32
func (*Pipeline_Step_Release) GetPruneRetainOverride ¶ added in v0.10.0
func (x *Pipeline_Step_Release) GetPruneRetainOverride() bool
func (*Pipeline_Step_Release) MarshalJSON ¶ added in v0.10.0
func (msg *Pipeline_Step_Release) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Pipeline_Step_Release) ProtoMessage ¶ added in v0.10.0
func (*Pipeline_Step_Release) ProtoMessage()
func (*Pipeline_Step_Release) ProtoReflect ¶ added in v0.10.0
func (x *Pipeline_Step_Release) ProtoReflect() protoreflect.Message
func (*Pipeline_Step_Release) Reset ¶ added in v0.10.0
func (x *Pipeline_Step_Release) Reset()
func (*Pipeline_Step_Release) String ¶ added in v0.10.0
func (x *Pipeline_Step_Release) String() string
func (*Pipeline_Step_Release) UnmarshalJSON ¶ added in v0.10.0
func (msg *Pipeline_Step_Release) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Pipeline_Step_Release_ ¶ added in v0.10.0
type Pipeline_Step_Release_ struct { // Built-in release operation Release *Pipeline_Step_Release `protobuf:"bytes,7,opt,name=release,proto3,oneof"` }
type Pipeline_Step_Up ¶ added in v0.10.0
type Pipeline_Step_Up struct { Prune bool `protobuf:"varint,1,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,2,opt,name=prune_retain,json=pruneRetain,proto3" json:"prune_retain,omitempty"` PruneRetainOverride bool `protobuf:"varint,3,opt,name=prune_retain_override,json=pruneRetainOverride,proto3" json:"prune_retain_override,omitempty"` // contains filtered or unexported fields }
func (*Pipeline_Step_Up) Descriptor
deprecated
added in
v0.10.0
func (*Pipeline_Step_Up) Descriptor() ([]byte, []int)
Deprecated: Use Pipeline_Step_Up.ProtoReflect.Descriptor instead.
func (*Pipeline_Step_Up) GetPrune ¶ added in v0.10.0
func (x *Pipeline_Step_Up) GetPrune() bool
func (*Pipeline_Step_Up) GetPruneRetain ¶ added in v0.10.0
func (x *Pipeline_Step_Up) GetPruneRetain() int32
func (*Pipeline_Step_Up) GetPruneRetainOverride ¶ added in v0.10.0
func (x *Pipeline_Step_Up) GetPruneRetainOverride() bool
func (*Pipeline_Step_Up) MarshalJSON ¶ added in v0.10.0
func (msg *Pipeline_Step_Up) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Pipeline_Step_Up) ProtoMessage ¶ added in v0.10.0
func (*Pipeline_Step_Up) ProtoMessage()
func (*Pipeline_Step_Up) ProtoReflect ¶ added in v0.10.0
func (x *Pipeline_Step_Up) ProtoReflect() protoreflect.Message
func (*Pipeline_Step_Up) Reset ¶ added in v0.10.0
func (x *Pipeline_Step_Up) Reset()
func (*Pipeline_Step_Up) String ¶ added in v0.10.0
func (x *Pipeline_Step_Up) String() string
func (*Pipeline_Step_Up) UnmarshalJSON ¶ added in v0.10.0
func (msg *Pipeline_Step_Up) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Pipeline_Step_Up_ ¶ added in v0.10.0
type Pipeline_Step_Up_ struct { // Built-in up operation Up *Pipeline_Step_Up `protobuf:"bytes,8,opt,name=up,proto3,oneof"` }
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 Hcl_Format `` /* 150-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"` // 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"` // Application polling settings. Polling will trigger a "StatusFunc" for collecting a // report on the current status of the application. // 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. StatusReportPoll *Project_AppStatusPoll `protobuf:"bytes,10,opt,name=status_report_poll,json=statusReportPoll,proto3" json:"status_report_poll,omitempty"` State Project_ProjectState `protobuf:"varint,11,opt,name=state,proto3,enum=hashicorp.waypoint.Project_ProjectState" json:"state,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 ¶
func (x *Project) GetDataSourcePoll() *Project_Poll
func (*Project) GetFileChangeSignal ¶
func (*Project) GetRemoteEnabled ¶
func (*Project) GetState ¶ added in v0.10.0
func (x *Project) GetState() Project_ProjectState
func (*Project) GetStatusReportPoll ¶
func (x *Project) GetStatusReportPoll() *Project_AppStatusPoll
func (*Project) GetVariables ¶
func (*Project) GetWaypointHcl ¶
func (*Project) GetWaypointHclFormat ¶
func (x *Project) GetWaypointHclFormat() Hcl_Format
func (*Project) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*Project) ProtoMessage ¶
func (*Project) ProtoMessage()
func (*Project) ProtoReflect ¶
func (x *Project) ProtoReflect() protoreflect.Message
func (*Project) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler
type Project_AppStatusPoll ¶
type Project_AppStatusPoll struct { // enabled must be set to true to enable application polling for the project 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_AppStatusPoll) Descriptor
deprecated
func (*Project_AppStatusPoll) Descriptor() ([]byte, []int)
Deprecated: Use Project_AppStatusPoll.ProtoReflect.Descriptor instead.
func (*Project_AppStatusPoll) GetEnabled ¶
func (x *Project_AppStatusPoll) GetEnabled() bool
func (*Project_AppStatusPoll) GetInterval ¶
func (x *Project_AppStatusPoll) GetInterval() string
func (*Project_AppStatusPoll) MarshalJSON ¶
func (msg *Project_AppStatusPoll) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Project_AppStatusPoll) ProtoMessage ¶
func (*Project_AppStatusPoll) ProtoMessage()
func (*Project_AppStatusPoll) ProtoReflect ¶
func (x *Project_AppStatusPoll) ProtoReflect() protoreflect.Message
func (*Project_AppStatusPoll) Reset ¶
func (x *Project_AppStatusPoll) Reset()
func (*Project_AppStatusPoll) String ¶
func (x *Project_AppStatusPoll) String() string
func (*Project_AppStatusPoll) UnmarshalJSON ¶
func (msg *Project_AppStatusPoll) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Project_Poll ¶
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
func (*Project_Poll) Descriptor() ([]byte, []int)
Deprecated: Use Project_Poll.ProtoReflect.Descriptor instead.
func (*Project_Poll) GetEnabled ¶
func (x *Project_Poll) GetEnabled() bool
func (*Project_Poll) GetInterval ¶
func (x *Project_Poll) GetInterval() string
func (*Project_Poll) MarshalJSON ¶
func (msg *Project_Poll) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Project_Poll) ProtoMessage ¶
func (*Project_Poll) ProtoMessage()
func (*Project_Poll) ProtoReflect ¶
func (x *Project_Poll) ProtoReflect() protoreflect.Message
func (*Project_Poll) Reset ¶
func (x *Project_Poll) Reset()
func (*Project_Poll) String ¶
func (x *Project_Poll) String() string
func (*Project_Poll) UnmarshalJSON ¶
func (msg *Project_Poll) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Project_ProjectState ¶ added in v0.10.0
type Project_ProjectState int32
ProjectState is set to active when the project is created and throughout its lifetime. When a project destroy operation begins, the state is set to destroying.
const ( Project_ACTIVE Project_ProjectState = 0 Project_DESTROYING Project_ProjectState = 1 )
func (Project_ProjectState) Descriptor ¶ added in v0.10.0
func (Project_ProjectState) Descriptor() protoreflect.EnumDescriptor
func (Project_ProjectState) Enum ¶ added in v0.10.0
func (x Project_ProjectState) Enum() *Project_ProjectState
func (Project_ProjectState) EnumDescriptor
deprecated
added in
v0.10.0
func (Project_ProjectState) EnumDescriptor() ([]byte, []int)
Deprecated: Use Project_ProjectState.Descriptor instead.
func (Project_ProjectState) Number ¶ added in v0.10.0
func (x Project_ProjectState) Number() protoreflect.EnumNumber
func (Project_ProjectState) String ¶ added in v0.10.0
func (x Project_ProjectState) String() string
func (Project_ProjectState) Type ¶ added in v0.10.0
func (Project_ProjectState) Type() protoreflect.EnumType
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"` // Preload is information that is available via further queries but it // sometimes pre-populated in the initial load (see the field docs for more // info). Preload *PushedArtifact_Preload `protobuf:"bytes,13,opt,name=preload,proto3" json:"preload,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) GetPreload ¶
func (x *PushedArtifact) GetPreload() *PushedArtifact_Preload
func (*PushedArtifact) GetSequence ¶
func (x *PushedArtifact) GetSequence() uint64
func (*PushedArtifact) GetStatus ¶
func (x *PushedArtifact) GetStatus() *Status
func (*PushedArtifact) GetTemplateData ¶
func (x *PushedArtifact) GetTemplateData() []byte
func (*PushedArtifact) GetWorkspace ¶
func (x *PushedArtifact) GetWorkspace() *Ref_Workspace
func (*PushedArtifact) MarshalJSON ¶
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 ¶
func (msg *PushedArtifact) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type PushedArtifact_Preload ¶
type PushedArtifact_Preload struct { // The ref that was used in the job to run this operation. This is // also accessible by querying the job via the job_id and should always // match. // // This may be null under multiple circumstances: (1) the job was // manually triggered with local data (no datasource) or (2) the job // was run in earlier versions of Waypoint before we tracked this or // (3) the job hasn't yet loaded the data. // // This is always pre-populated if it is exists. JobDataSourceRef *Job_DataSource_Ref `protobuf:"bytes,1,opt,name=job_data_source_ref,json=jobDataSourceRef,proto3" json:"job_data_source_ref,omitempty"` // contains filtered or unexported fields }
func (*PushedArtifact_Preload) Descriptor
deprecated
func (*PushedArtifact_Preload) Descriptor() ([]byte, []int)
Deprecated: Use PushedArtifact_Preload.ProtoReflect.Descriptor instead.
func (*PushedArtifact_Preload) GetJobDataSourceRef ¶
func (x *PushedArtifact_Preload) GetJobDataSourceRef() *Job_DataSource_Ref
func (*PushedArtifact_Preload) MarshalJSON ¶
func (msg *PushedArtifact_Preload) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*PushedArtifact_Preload) ProtoMessage ¶
func (*PushedArtifact_Preload) ProtoMessage()
func (*PushedArtifact_Preload) ProtoReflect ¶
func (x *PushedArtifact_Preload) ProtoReflect() protoreflect.Message
func (*PushedArtifact_Preload) Reset ¶
func (x *PushedArtifact_Preload) Reset()
func (*PushedArtifact_Preload) String ¶
func (x *PushedArtifact_Preload) String() string
func (*PushedArtifact_Preload) UnmarshalJSON ¶
func (msg *PushedArtifact_Preload) 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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
MarshalJSON implements json.Marshaler
func (*Ref) ProtoMessage ¶
func (*Ref) ProtoMessage()
func (*Ref) ProtoReflect ¶
func (x *Ref) ProtoReflect() protoreflect.Message
func (*Ref) UnmarshalJSON ¶
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 ¶
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 ¶
func (msg *Ref_Application) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Ref_Artifact ¶ added in v0.10.0
type Ref_Artifact struct { // Either reference the latest artifact, or a specific artifact id // // Types that are assignable to Ref: // *Ref_Artifact_Latest // *Ref_Artifact_Sequence Ref isRef_Artifact_Ref `protobuf_oneof:"ref"` // contains filtered or unexported fields }
func (*Ref_Artifact) Descriptor
deprecated
added in
v0.10.0
func (*Ref_Artifact) Descriptor() ([]byte, []int)
Deprecated: Use Ref_Artifact.ProtoReflect.Descriptor instead.
func (*Ref_Artifact) GetLatest ¶ added in v0.10.0
func (x *Ref_Artifact) GetLatest() bool
func (*Ref_Artifact) GetRef ¶ added in v0.10.0
func (m *Ref_Artifact) GetRef() isRef_Artifact_Ref
func (*Ref_Artifact) GetSequence ¶ added in v0.10.0
func (x *Ref_Artifact) GetSequence() uint64
func (*Ref_Artifact) MarshalJSON ¶ added in v0.10.0
func (msg *Ref_Artifact) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Ref_Artifact) ProtoMessage ¶ added in v0.10.0
func (*Ref_Artifact) ProtoMessage()
func (*Ref_Artifact) ProtoReflect ¶ added in v0.10.0
func (x *Ref_Artifact) ProtoReflect() protoreflect.Message
func (*Ref_Artifact) Reset ¶ added in v0.10.0
func (x *Ref_Artifact) Reset()
func (*Ref_Artifact) String ¶ added in v0.10.0
func (x *Ref_Artifact) String() string
func (*Ref_Artifact) UnmarshalJSON ¶ added in v0.10.0
func (msg *Ref_Artifact) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Ref_Artifact_Latest ¶ added in v0.10.0
type Ref_Artifact_Latest struct {
Latest bool `protobuf:"varint,1,opt,name=latest,proto3,oneof"`
}
type Ref_Artifact_Sequence ¶ added in v0.10.0
type Ref_Artifact_Sequence struct {
Sequence uint64 `protobuf:"varint,2,opt,name=sequence,proto3,oneof"`
}
type Ref_AuthMethod ¶
type Ref_AuthMethod struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
AuthMethod references an auth method.
func (*Ref_AuthMethod) Descriptor
deprecated
func (*Ref_AuthMethod) Descriptor() ([]byte, []int)
Deprecated: Use Ref_AuthMethod.ProtoReflect.Descriptor instead.
func (*Ref_AuthMethod) GetName ¶
func (x *Ref_AuthMethod) GetName() string
func (*Ref_AuthMethod) MarshalJSON ¶
func (msg *Ref_AuthMethod) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Ref_AuthMethod) ProtoMessage ¶
func (*Ref_AuthMethod) ProtoMessage()
func (*Ref_AuthMethod) ProtoReflect ¶
func (x *Ref_AuthMethod) ProtoReflect() protoreflect.Message
func (*Ref_AuthMethod) Reset ¶
func (x *Ref_AuthMethod) Reset()
func (*Ref_AuthMethod) String ¶
func (x *Ref_AuthMethod) String() string
func (*Ref_AuthMethod) UnmarshalJSON ¶
func (msg *Ref_AuthMethod) 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 ¶
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 ¶
func (msg *Ref_Component) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Ref_DeclaredResource ¶
type Ref_DeclaredResource struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
DeclaredResource references a declared resource.
func (*Ref_DeclaredResource) Descriptor
deprecated
func (*Ref_DeclaredResource) Descriptor() ([]byte, []int)
Deprecated: Use Ref_DeclaredResource.ProtoReflect.Descriptor instead.
func (*Ref_DeclaredResource) GetName ¶
func (x *Ref_DeclaredResource) GetName() string
func (*Ref_DeclaredResource) MarshalJSON ¶
func (msg *Ref_DeclaredResource) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Ref_DeclaredResource) ProtoMessage ¶
func (*Ref_DeclaredResource) ProtoMessage()
func (*Ref_DeclaredResource) ProtoReflect ¶
func (x *Ref_DeclaredResource) ProtoReflect() protoreflect.Message
func (*Ref_DeclaredResource) Reset ¶
func (x *Ref_DeclaredResource) Reset()
func (*Ref_DeclaredResource) String ¶
func (x *Ref_DeclaredResource) String() string
func (*Ref_DeclaredResource) UnmarshalJSON ¶
func (msg *Ref_DeclaredResource) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Ref_Deployment ¶ added in v0.10.0
type Ref_Deployment struct { // Either reference the latest deployment, or a specific deployment id // // Types that are assignable to Ref: // *Ref_Deployment_Latest // *Ref_Deployment_Sequence Ref isRef_Deployment_Ref `protobuf_oneof:"ref"` // contains filtered or unexported fields }
func (*Ref_Deployment) Descriptor
deprecated
added in
v0.10.0
func (*Ref_Deployment) Descriptor() ([]byte, []int)
Deprecated: Use Ref_Deployment.ProtoReflect.Descriptor instead.
func (*Ref_Deployment) GetLatest ¶ added in v0.10.0
func (x *Ref_Deployment) GetLatest() bool
func (*Ref_Deployment) GetRef ¶ added in v0.10.0
func (m *Ref_Deployment) GetRef() isRef_Deployment_Ref
func (*Ref_Deployment) GetSequence ¶ added in v0.10.0
func (x *Ref_Deployment) GetSequence() uint64
func (*Ref_Deployment) MarshalJSON ¶ added in v0.10.0
func (msg *Ref_Deployment) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Ref_Deployment) ProtoMessage ¶ added in v0.10.0
func (*Ref_Deployment) ProtoMessage()
func (*Ref_Deployment) ProtoReflect ¶ added in v0.10.0
func (x *Ref_Deployment) ProtoReflect() protoreflect.Message
func (*Ref_Deployment) Reset ¶ added in v0.10.0
func (x *Ref_Deployment) Reset()
func (*Ref_Deployment) String ¶ added in v0.10.0
func (x *Ref_Deployment) String() string
func (*Ref_Deployment) UnmarshalJSON ¶ added in v0.10.0
func (msg *Ref_Deployment) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Ref_Deployment_Latest ¶ added in v0.10.0
type Ref_Deployment_Latest struct {
Latest bool `protobuf:"varint,1,opt,name=latest,proto3,oneof"`
}
type Ref_Deployment_Sequence ¶ added in v0.10.0
type Ref_Deployment_Sequence struct {
Sequence uint64 `protobuf:"varint,2,opt,name=sequence,proto3,oneof"`
}
type Ref_Global ¶
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
func (*Ref_Global) Descriptor() ([]byte, []int)
Deprecated: Use Ref_Global.ProtoReflect.Descriptor instead.
func (*Ref_Global) MarshalJSON ¶
func (msg *Ref_Global) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Ref_Global) ProtoMessage ¶
func (*Ref_Global) ProtoMessage()
func (*Ref_Global) ProtoReflect ¶
func (x *Ref_Global) ProtoReflect() protoreflect.Message
func (*Ref_Global) Reset ¶
func (x *Ref_Global) Reset()
func (*Ref_Global) String ¶
func (x *Ref_Global) String() string
func (*Ref_Global) UnmarshalJSON ¶
func (msg *Ref_Global) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Ref_Job ¶
type Ref_Job struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
Job references a Job message value by job id.
func (*Ref_Job) Descriptor
deprecated
func (*Ref_Job) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*Ref_Job) ProtoMessage ¶
func (*Ref_Job) ProtoMessage()
func (*Ref_Job) ProtoReflect ¶
func (x *Ref_Job) ProtoReflect() protoreflect.Message
func (*Ref_Job) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler
type Ref_OnDemandRunnerConfig ¶
type Ref_OnDemandRunnerConfig struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
OnDemandRunnerConfig references an OnDemandRunnerConfig value to be used for contextual operation. The reference can by via id or name, with id taking priority if both are set.
func (*Ref_OnDemandRunnerConfig) Descriptor
deprecated
func (*Ref_OnDemandRunnerConfig) Descriptor() ([]byte, []int)
Deprecated: Use Ref_OnDemandRunnerConfig.ProtoReflect.Descriptor instead.
func (*Ref_OnDemandRunnerConfig) GetId ¶
func (x *Ref_OnDemandRunnerConfig) GetId() string
func (*Ref_OnDemandRunnerConfig) GetName ¶
func (x *Ref_OnDemandRunnerConfig) GetName() string
func (*Ref_OnDemandRunnerConfig) MarshalJSON ¶
func (msg *Ref_OnDemandRunnerConfig) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Ref_OnDemandRunnerConfig) ProtoMessage ¶
func (*Ref_OnDemandRunnerConfig) ProtoMessage()
func (*Ref_OnDemandRunnerConfig) ProtoReflect ¶
func (x *Ref_OnDemandRunnerConfig) ProtoReflect() protoreflect.Message
func (*Ref_OnDemandRunnerConfig) Reset ¶
func (x *Ref_OnDemandRunnerConfig) Reset()
func (*Ref_OnDemandRunnerConfig) String ¶
func (x *Ref_OnDemandRunnerConfig) String() string
func (*Ref_OnDemandRunnerConfig) UnmarshalJSON ¶
func (msg *Ref_OnDemandRunnerConfig) 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 ¶
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 ¶
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 ¶
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 ¶
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_Pipeline ¶ added in v0.10.0
type Ref_Pipeline struct { // Types that are assignable to Ref: // *Ref_Pipeline_Id // *Ref_Pipeline_Owner Ref isRef_Pipeline_Ref `protobuf_oneof:"ref"` // contains filtered or unexported fields }
Pipeline references a pipeline using one or more lookup types.
func (*Ref_Pipeline) Descriptor
deprecated
added in
v0.10.0
func (*Ref_Pipeline) Descriptor() ([]byte, []int)
Deprecated: Use Ref_Pipeline.ProtoReflect.Descriptor instead.
func (*Ref_Pipeline) GetId ¶ added in v0.10.0
func (x *Ref_Pipeline) GetId() string
func (*Ref_Pipeline) GetOwner ¶ added in v0.10.0
func (x *Ref_Pipeline) GetOwner() *Ref_PipelineOwner
func (*Ref_Pipeline) GetRef ¶ added in v0.10.0
func (m *Ref_Pipeline) GetRef() isRef_Pipeline_Ref
func (*Ref_Pipeline) MarshalJSON ¶ added in v0.10.0
func (msg *Ref_Pipeline) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Ref_Pipeline) ProtoMessage ¶ added in v0.10.0
func (*Ref_Pipeline) ProtoMessage()
func (*Ref_Pipeline) ProtoReflect ¶ added in v0.10.0
func (x *Ref_Pipeline) ProtoReflect() protoreflect.Message
func (*Ref_Pipeline) Reset ¶ added in v0.10.0
func (x *Ref_Pipeline) Reset()
func (*Ref_Pipeline) String ¶ added in v0.10.0
func (x *Ref_Pipeline) String() string
func (*Ref_Pipeline) UnmarshalJSON ¶ added in v0.10.0
func (msg *Ref_Pipeline) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Ref_PipelineOwner ¶ added in v0.10.0
type Ref_PipelineOwner struct { // the project this pipeline is associated with Project *Ref_Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` // the name of the defined pipeline config PipelineName string `protobuf:"bytes,2,opt,name=pipeline_name,json=pipelineName,proto3" json:"pipeline_name,omitempty"` // contains filtered or unexported fields }
func (*Ref_PipelineOwner) Descriptor
deprecated
added in
v0.10.0
func (*Ref_PipelineOwner) Descriptor() ([]byte, []int)
Deprecated: Use Ref_PipelineOwner.ProtoReflect.Descriptor instead.
func (*Ref_PipelineOwner) GetPipelineName ¶ added in v0.10.0
func (x *Ref_PipelineOwner) GetPipelineName() string
func (*Ref_PipelineOwner) GetProject ¶ added in v0.10.0
func (x *Ref_PipelineOwner) GetProject() *Ref_Project
func (*Ref_PipelineOwner) MarshalJSON ¶ added in v0.10.0
func (msg *Ref_PipelineOwner) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Ref_PipelineOwner) ProtoMessage ¶ added in v0.10.0
func (*Ref_PipelineOwner) ProtoMessage()
func (*Ref_PipelineOwner) ProtoReflect ¶ added in v0.10.0
func (x *Ref_PipelineOwner) ProtoReflect() protoreflect.Message
func (*Ref_PipelineOwner) Reset ¶ added in v0.10.0
func (x *Ref_PipelineOwner) Reset()
func (*Ref_PipelineOwner) String ¶ added in v0.10.0
func (x *Ref_PipelineOwner) String() string
func (*Ref_PipelineOwner) UnmarshalJSON ¶ added in v0.10.0
func (msg *Ref_PipelineOwner) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Ref_PipelineStep ¶ added in v0.10.0
type Ref_PipelineStep struct { // ID of the pipeline PipelineId string `protobuf:"bytes,1,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` // Name of the pipeline PipelineName string `protobuf:"bytes,2,opt,name=pipeline_name,json=pipelineName,proto3" json:"pipeline_name,omitempty"` // Step name within the pipeline. Step string `protobuf:"bytes,3,opt,name=step,proto3" json:"step,omitempty"` // Pipeline run sequence RunSequence uint64 `protobuf:"varint,4,opt,name=run_sequence,json=runSequence,proto3" json:"run_sequence,omitempty"` // contains filtered or unexported fields }
func (*Ref_PipelineStep) Descriptor
deprecated
added in
v0.10.0
func (*Ref_PipelineStep) Descriptor() ([]byte, []int)
Deprecated: Use Ref_PipelineStep.ProtoReflect.Descriptor instead.
func (*Ref_PipelineStep) GetPipelineId ¶ added in v0.10.0
func (x *Ref_PipelineStep) GetPipelineId() string
func (*Ref_PipelineStep) GetPipelineName ¶ added in v0.10.0
func (x *Ref_PipelineStep) GetPipelineName() string
func (*Ref_PipelineStep) GetRunSequence ¶ added in v0.10.0
func (x *Ref_PipelineStep) GetRunSequence() uint64
func (*Ref_PipelineStep) GetStep ¶ added in v0.10.0
func (x *Ref_PipelineStep) GetStep() string
func (*Ref_PipelineStep) MarshalJSON ¶ added in v0.10.0
func (msg *Ref_PipelineStep) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Ref_PipelineStep) ProtoMessage ¶ added in v0.10.0
func (*Ref_PipelineStep) ProtoMessage()
func (*Ref_PipelineStep) ProtoReflect ¶ added in v0.10.0
func (x *Ref_PipelineStep) ProtoReflect() protoreflect.Message
func (*Ref_PipelineStep) Reset ¶ added in v0.10.0
func (x *Ref_PipelineStep) Reset()
func (*Ref_PipelineStep) String ¶ added in v0.10.0
func (x *Ref_PipelineStep) String() string
func (*Ref_PipelineStep) UnmarshalJSON ¶ added in v0.10.0
func (msg *Ref_PipelineStep) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Ref_Pipeline_Id ¶ added in v0.10.0
type Ref_Pipeline_Id struct { // Reference a single pipeline by ID. Id string `protobuf:"bytes,1,opt,name=id,proto3,oneof"` }
type Ref_Pipeline_Owner ¶ added in v0.10.0
type Ref_Pipeline_Owner struct { // Reference an existing pipeline by Project name and Pipeline name // Format: "project-name/pipeline-name" // This assumes that a project cannot have two pipelines with the same name. Owner *Ref_PipelineOwner `protobuf:"bytes,2,opt,name=owner,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 ¶
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 ¶
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 // *Ref_Runner_Labels 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) GetLabels ¶
func (x *Ref_Runner) GetLabels() *Ref_RunnerLabels
func (*Ref_Runner) GetTarget ¶
func (m *Ref_Runner) GetTarget() isRef_Runner_Target
func (*Ref_Runner) MarshalJSON ¶
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 ¶
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 ¶
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 ¶
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 }
RunnerId 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 ¶
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 ¶
func (msg *Ref_RunnerId) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Ref_RunnerLabels ¶
type Ref_RunnerLabels struct { Labels map[string]string `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
RunnerLabels references a runner by labels. The labels can be a subset match or an exact match.
func (*Ref_RunnerLabels) Descriptor
deprecated
func (*Ref_RunnerLabels) Descriptor() ([]byte, []int)
Deprecated: Use Ref_RunnerLabels.ProtoReflect.Descriptor instead.
func (*Ref_RunnerLabels) GetLabels ¶
func (x *Ref_RunnerLabels) GetLabels() map[string]string
func (*Ref_RunnerLabels) MarshalJSON ¶
func (msg *Ref_RunnerLabels) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Ref_RunnerLabels) ProtoMessage ¶
func (*Ref_RunnerLabels) ProtoMessage()
func (*Ref_RunnerLabels) ProtoReflect ¶
func (x *Ref_RunnerLabels) ProtoReflect() protoreflect.Message
func (*Ref_RunnerLabels) Reset ¶
func (x *Ref_RunnerLabels) Reset()
func (*Ref_RunnerLabels) String ¶
func (x *Ref_RunnerLabels) String() string
func (*Ref_RunnerLabels) UnmarshalJSON ¶
func (msg *Ref_RunnerLabels) 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_Runner_Labels ¶
type Ref_Runner_Labels struct {
Labels *Ref_RunnerLabels `protobuf:"bytes,3,opt,name=labels,proto3,oneof"`
}
type Ref_Task ¶
type Ref_Task struct { // Types that are assignable to Ref: // *Ref_Task_Id // *Ref_Task_JobId Ref isRef_Task_Ref `protobuf_oneof:"ref"` // contains filtered or unexported fields }
Task references a Task message by its id or the main run job id it queued
func (*Ref_Task) Descriptor
deprecated
func (*Ref_Task) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*Ref_Task) ProtoMessage ¶
func (*Ref_Task) ProtoMessage()
func (*Ref_Task) ProtoReflect ¶
func (x *Ref_Task) ProtoReflect() protoreflect.Message
func (*Ref_Task) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler
type Ref_Task_Id ¶
type Ref_Task_Id struct { // the id of the tracktask record Id string `protobuf:"bytes,1,opt,name=id,proto3,oneof"` }
type Ref_Task_JobId ¶
type Ref_Task_JobId struct { // The main "run" job ID that the task initiated JobId string `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3,oneof"` }
type Ref_Trigger ¶
type Ref_Trigger struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
Trigger references a Trigger message value to be used for a given operation. It can be looked up by id.
func (*Ref_Trigger) Descriptor
deprecated
func (*Ref_Trigger) Descriptor() ([]byte, []int)
Deprecated: Use Ref_Trigger.ProtoReflect.Descriptor instead.
func (*Ref_Trigger) GetId ¶
func (x *Ref_Trigger) GetId() string
func (*Ref_Trigger) MarshalJSON ¶
func (msg *Ref_Trigger) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Ref_Trigger) ProtoMessage ¶
func (*Ref_Trigger) ProtoMessage()
func (*Ref_Trigger) ProtoReflect ¶
func (x *Ref_Trigger) ProtoReflect() protoreflect.Message
func (*Ref_Trigger) Reset ¶
func (x *Ref_Trigger) Reset()
func (*Ref_Trigger) String ¶
func (x *Ref_Trigger) String() string
func (*Ref_Trigger) UnmarshalJSON ¶
func (msg *Ref_Trigger) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Ref_User ¶
type Ref_User struct { // Types that are assignable to Ref: // *Ref_User_Id // *Ref_User_Username Ref isRef_User_Ref `protobuf_oneof:"ref"` // contains filtered or unexported fields }
User references a user by either ID or username, it is up to the caller. This generic form makes it easy for APIs to accept multiple values, whatever is easiest for the caller.
func (*Ref_User) Descriptor
deprecated
func (*Ref_User) GetId ¶
func (x *Ref_User) GetId() *Ref_UserId
func (*Ref_User) GetUsername ¶
func (x *Ref_User) GetUsername() *Ref_UserUsername
func (*Ref_User) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*Ref_User) ProtoMessage ¶
func (*Ref_User) ProtoMessage()
func (*Ref_User) ProtoReflect ¶
func (x *Ref_User) ProtoReflect() protoreflect.Message
func (*Ref_User) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler
type Ref_UserId ¶
type Ref_UserId struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
UserId references a user by their ID (ULID-formatted).
func (*Ref_UserId) Descriptor
deprecated
func (*Ref_UserId) Descriptor() ([]byte, []int)
Deprecated: Use Ref_UserId.ProtoReflect.Descriptor instead.
func (*Ref_UserId) GetId ¶
func (x *Ref_UserId) GetId() string
func (*Ref_UserId) MarshalJSON ¶
func (msg *Ref_UserId) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Ref_UserId) ProtoMessage ¶
func (*Ref_UserId) ProtoMessage()
func (*Ref_UserId) ProtoReflect ¶
func (x *Ref_UserId) ProtoReflect() protoreflect.Message
func (*Ref_UserId) Reset ¶
func (x *Ref_UserId) Reset()
func (*Ref_UserId) String ¶
func (x *Ref_UserId) String() string
func (*Ref_UserId) UnmarshalJSON ¶
func (msg *Ref_UserId) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Ref_UserUsername ¶
type Ref_UserUsername struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` // contains filtered or unexported fields }
UserUsername references a user by their username. Note that usernames are unique but can be changed at anytime, so for long-living refs the ID should be used.
func (*Ref_UserUsername) Descriptor
deprecated
func (*Ref_UserUsername) Descriptor() ([]byte, []int)
Deprecated: Use Ref_UserUsername.ProtoReflect.Descriptor instead.
func (*Ref_UserUsername) GetUsername ¶
func (x *Ref_UserUsername) GetUsername() string
func (*Ref_UserUsername) MarshalJSON ¶
func (msg *Ref_UserUsername) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Ref_UserUsername) ProtoMessage ¶
func (*Ref_UserUsername) ProtoMessage()
func (*Ref_UserUsername) ProtoReflect ¶
func (x *Ref_UserUsername) ProtoReflect() protoreflect.Message
func (*Ref_UserUsername) Reset ¶
func (x *Ref_UserUsername) Reset()
func (*Ref_UserUsername) String ¶
func (x *Ref_UserUsername) String() string
func (*Ref_UserUsername) UnmarshalJSON ¶
func (msg *Ref_UserUsername) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Ref_User_Id ¶
type Ref_User_Id struct {
Id *Ref_UserId `protobuf:"bytes,1,opt,name=id,proto3,oneof"`
}
type Ref_User_Username ¶
type Ref_User_Username struct {
Username *Ref_UserUsername `protobuf:"bytes,2,opt,name=username,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 ¶
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 ¶
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 *opaqueany.Any `protobuf:"bytes,4,opt,name=release,proto3" json:"release,omitempty"` // This is the JSON-encoded protobuf structure of the Any field above. // This is generated by the plugin and Waypoint core does not modify this // value or have any enforced structure. This will be different per-plugin. ReleaseJson string `protobuf:"bytes,16,opt,name=release_json,json=releaseJson,proto3" json:"release_json,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"` // A boolean to mark this release message as unimplemented by the plugin // that generated the message. If true, that means there was not a releaser // to execute for the release lifecycle phase. Unimplemented bool `protobuf:"varint,15,opt,name=unimplemented,proto3" json:"unimplemented,omitempty"` // A platform resource that this release has created, depends on, or manages. DeclaredResources []*DeclaredResource `protobuf:"bytes,19,rep,name=declared_resources,json=declaredResources,proto3" json:"declared_resources,omitempty"` // Resources that a destroy operation has destroyed DestroyedResources []*DestroyedResource `protobuf:"bytes,20,rep,name=destroyed_resources,json=destroyedResources,proto3" json:"destroyed_resources,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) GetDeclaredResources ¶
func (x *Release) GetDeclaredResources() []*DeclaredResource
func (*Release) GetDeploymentId ¶
func (*Release) GetDestroyedResources ¶ added in v0.10.0
func (x *Release) GetDestroyedResources() []*DestroyedResource
func (*Release) GetPreload ¶
func (x *Release) GetPreload() *Release_Preload
func (*Release) GetRelease ¶
func (*Release) GetReleaseJson ¶
func (*Release) GetSequence ¶
func (*Release) GetState ¶
func (x *Release) GetState() Operation_PhysicalState
func (*Release) GetTemplateData ¶
func (*Release) GetUnimplemented ¶
func (*Release) GetWorkspace ¶
func (x *Release) GetWorkspace() *Ref_Workspace
func (*Release) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*Release) ProtoMessage ¶
func (*Release) ProtoMessage()
func (*Release) ProtoReflect ¶
func (x *Release) ProtoReflect() protoreflect.Message
func (*Release) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler
type ReleaseExpanded ¶
type ReleaseExpanded struct { // The release in question Release *Release `protobuf:"bytes,1,opt,name=release,proto3" json:"release,omitempty"` // The most recent status report generated for this release LatestStatusReport *StatusReport `protobuf:"bytes,2,opt,name=latest_status_report,json=latestStatusReport,proto3" json:"latest_status_report,omitempty"` // contains filtered or unexported fields }
A release with additional related messages pre-fetched.
func (*ReleaseExpanded) Descriptor
deprecated
func (*ReleaseExpanded) Descriptor() ([]byte, []int)
Deprecated: Use ReleaseExpanded.ProtoReflect.Descriptor instead.
func (*ReleaseExpanded) GetLatestStatusReport ¶
func (x *ReleaseExpanded) GetLatestStatusReport() *StatusReport
func (*ReleaseExpanded) GetRelease ¶
func (x *ReleaseExpanded) GetRelease() *Release
func (*ReleaseExpanded) MarshalJSON ¶
func (msg *ReleaseExpanded) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ReleaseExpanded) ProtoMessage ¶
func (*ReleaseExpanded) ProtoMessage()
func (*ReleaseExpanded) ProtoReflect ¶
func (x *ReleaseExpanded) ProtoReflect() protoreflect.Message
func (*ReleaseExpanded) Reset ¶
func (x *ReleaseExpanded) Reset()
func (*ReleaseExpanded) String ¶
func (x *ReleaseExpanded) String() string
func (*ReleaseExpanded) UnmarshalJSON ¶
func (msg *ReleaseExpanded) UnmarshalJSON(b []byte) error
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"` // The ref that was used in the job to run this operation. This is // also accessible by querying the job via the job_id and should always // match. // // This may be null under multiple circumstances: (1) the job was // manually triggered with local data (no datasource) or (2) the job // was run in earlier versions of Waypoint before we tracked this or // (3) the job hasn't yet loaded the data. // // This is always pre-populated if it is exists. JobDataSourceRef *Job_DataSource_Ref `protobuf:"bytes,4,opt,name=job_data_source_ref,json=jobDataSourceRef,proto3" json:"job_data_source_ref,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) GetJobDataSourceRef ¶
func (x *Release_Preload) GetJobDataSourceRef() *Job_DataSource_Ref
func (*Release_Preload) MarshalJSON ¶
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 ¶
func (msg *Release_Preload) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ResourceCategoryDisplayHint ¶
type ResourceCategoryDisplayHint int32
const ( ResourceCategoryDisplayHint_UNKNOWN ResourceCategoryDisplayHint = 0 ResourceCategoryDisplayHint_OTHER ResourceCategoryDisplayHint = 1 // catch-all for types that do not fit well into other predefined roles. i.e. aws target group ResourceCategoryDisplayHint_INSTANCE ResourceCategoryDisplayHint = 2 // i.e. k8s pod, docker container, ecs task ResourceCategoryDisplayHint_INSTANCE_MANAGER ResourceCategoryDisplayHint = 3 // i.e. k8s deployment, ec2 asg, nomad job, ecs service ResourceCategoryDisplayHint_ROUTER ResourceCategoryDisplayHint = 4 // i.e. k8s service, aws alb ResourceCategoryDisplayHint_POLICY ResourceCategoryDisplayHint = 5 // i.e. aws security group or iam role, k8s RoleBinding ResourceCategoryDisplayHint_CONFIG ResourceCategoryDisplayHint = 6 // i.e. aws launch config, k8s configmap ResourceCategoryDisplayHint_FUNCTION ResourceCategoryDisplayHint = 7 // i.e. lambda function, azure function ResourceCategoryDisplayHint_STORAGE ResourceCategoryDisplayHint = 8 // i.e. EBS volume, EFS filesystem, k8s PVC )
func (ResourceCategoryDisplayHint) Descriptor ¶
func (ResourceCategoryDisplayHint) Descriptor() protoreflect.EnumDescriptor
func (ResourceCategoryDisplayHint) Enum ¶
func (x ResourceCategoryDisplayHint) Enum() *ResourceCategoryDisplayHint
func (ResourceCategoryDisplayHint) EnumDescriptor
deprecated
func (ResourceCategoryDisplayHint) EnumDescriptor() ([]byte, []int)
Deprecated: Use ResourceCategoryDisplayHint.Descriptor instead.
func (ResourceCategoryDisplayHint) Number ¶
func (x ResourceCategoryDisplayHint) Number() protoreflect.EnumNumber
func (ResourceCategoryDisplayHint) String ¶
func (x ResourceCategoryDisplayHint) String() string
func (ResourceCategoryDisplayHint) Type ¶
func (ResourceCategoryDisplayHint) Type() protoreflect.EnumType
type RestoreSnapshotRequest ¶
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
func (*RestoreSnapshotRequest) Descriptor() ([]byte, []int)
Deprecated: Use RestoreSnapshotRequest.ProtoReflect.Descriptor instead.
func (*RestoreSnapshotRequest) GetChunk ¶
func (x *RestoreSnapshotRequest) GetChunk() []byte
func (*RestoreSnapshotRequest) GetEvent ¶
func (m *RestoreSnapshotRequest) GetEvent() isRestoreSnapshotRequest_Event
func (*RestoreSnapshotRequest) GetOpen ¶
func (x *RestoreSnapshotRequest) GetOpen() *RestoreSnapshotRequest_Open
func (*RestoreSnapshotRequest) MarshalJSON ¶
func (msg *RestoreSnapshotRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*RestoreSnapshotRequest) ProtoMessage ¶
func (*RestoreSnapshotRequest) ProtoMessage()
func (*RestoreSnapshotRequest) ProtoReflect ¶
func (x *RestoreSnapshotRequest) ProtoReflect() protoreflect.Message
func (*RestoreSnapshotRequest) Reset ¶
func (x *RestoreSnapshotRequest) Reset()
func (*RestoreSnapshotRequest) String ¶
func (x *RestoreSnapshotRequest) String() string
func (*RestoreSnapshotRequest) UnmarshalJSON ¶
func (msg *RestoreSnapshotRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type RestoreSnapshotRequest_Chunk ¶
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 ¶
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
func (*RestoreSnapshotRequest_Open) Descriptor() ([]byte, []int)
Deprecated: Use RestoreSnapshotRequest_Open.ProtoReflect.Descriptor instead.
func (*RestoreSnapshotRequest_Open) GetExit ¶
func (x *RestoreSnapshotRequest_Open) GetExit() bool
func (*RestoreSnapshotRequest_Open) MarshalJSON ¶
func (msg *RestoreSnapshotRequest_Open) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*RestoreSnapshotRequest_Open) ProtoMessage ¶
func (*RestoreSnapshotRequest_Open) ProtoMessage()
func (*RestoreSnapshotRequest_Open) ProtoReflect ¶
func (x *RestoreSnapshotRequest_Open) ProtoReflect() protoreflect.Message
func (*RestoreSnapshotRequest_Open) Reset ¶
func (x *RestoreSnapshotRequest_Open) Reset()
func (*RestoreSnapshotRequest_Open) String ¶
func (x *RestoreSnapshotRequest_Open) String() string
func (*RestoreSnapshotRequest_Open) UnmarshalJSON ¶
func (msg *RestoreSnapshotRequest_Open) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type RestoreSnapshotRequest_Open_ ¶
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 RunPipelineRequest ¶ added in v0.10.0
type RunPipelineRequest struct { // The pipeline to execute. Pipeline *Ref_Pipeline `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"` // This is the job template to use for all the queued steps. This should // set all the required fields of a job except for "operation". JobTemplate *Job `protobuf:"bytes,2,opt,name=job_template,json=jobTemplate,proto3" json:"job_template,omitempty"` // contains filtered or unexported fields }
func (*RunPipelineRequest) Descriptor
deprecated
added in
v0.10.0
func (*RunPipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use RunPipelineRequest.ProtoReflect.Descriptor instead.
func (*RunPipelineRequest) GetJobTemplate ¶ added in v0.10.0
func (x *RunPipelineRequest) GetJobTemplate() *Job
func (*RunPipelineRequest) GetPipeline ¶ added in v0.10.0
func (x *RunPipelineRequest) GetPipeline() *Ref_Pipeline
func (*RunPipelineRequest) MarshalJSON ¶ added in v0.10.0
func (msg *RunPipelineRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*RunPipelineRequest) ProtoMessage ¶ added in v0.10.0
func (*RunPipelineRequest) ProtoMessage()
func (*RunPipelineRequest) ProtoReflect ¶ added in v0.10.0
func (x *RunPipelineRequest) ProtoReflect() protoreflect.Message
func (*RunPipelineRequest) Reset ¶ added in v0.10.0
func (x *RunPipelineRequest) Reset()
func (*RunPipelineRequest) String ¶ added in v0.10.0
func (x *RunPipelineRequest) String() string
func (*RunPipelineRequest) UnmarshalJSON ¶ added in v0.10.0
func (msg *RunPipelineRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type RunPipelineResponse ¶ added in v0.10.0
type RunPipelineResponse struct { // The root job of the pipeline. JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` // All job IDs are the list of all jobs that were queued for this pipeline. // They are in topologically sorted order. This means that a job's dependencies // are guaranteed to be satisfied by previous jobs in the list, but all // previous jobs may not be necessary. This is because two jobs may be // totally independent of each other and can execute concurrently. To get // a better view, a graph should be built using step dependencies, and // the job IDs can be correlated using the job_map field. AllJobIds []string `protobuf:"bytes,2,rep,name=all_job_ids,json=allJobIds,proto3" json:"all_job_ids,omitempty"` // This provides a lookup from job ID to what step and pipeline a job // corresponds to. Note that some jobs may correspond to pipelines other // than the initial pipeline if nested pipelines are used. JobMap map[string]*Ref_PipelineStep `` /* 167-byte string literal not displayed */ Sequence uint64 `protobuf:"varint,4,opt,name=sequence,proto3" json:"sequence,omitempty"` // contains filtered or unexported fields }
func (*RunPipelineResponse) Descriptor
deprecated
added in
v0.10.0
func (*RunPipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use RunPipelineResponse.ProtoReflect.Descriptor instead.
func (*RunPipelineResponse) GetAllJobIds ¶ added in v0.10.0
func (x *RunPipelineResponse) GetAllJobIds() []string
func (*RunPipelineResponse) GetJobId ¶ added in v0.10.0
func (x *RunPipelineResponse) GetJobId() string
func (*RunPipelineResponse) GetJobMap ¶ added in v0.10.0
func (x *RunPipelineResponse) GetJobMap() map[string]*Ref_PipelineStep
func (*RunPipelineResponse) GetSequence ¶ added in v0.10.0
func (x *RunPipelineResponse) GetSequence() uint64
func (*RunPipelineResponse) MarshalJSON ¶ added in v0.10.0
func (msg *RunPipelineResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*RunPipelineResponse) ProtoMessage ¶ added in v0.10.0
func (*RunPipelineResponse) ProtoMessage()
func (*RunPipelineResponse) ProtoReflect ¶ added in v0.10.0
func (x *RunPipelineResponse) ProtoReflect() protoreflect.Message
func (*RunPipelineResponse) Reset ¶ added in v0.10.0
func (x *RunPipelineResponse) Reset()
func (*RunPipelineResponse) String ¶ added in v0.10.0
func (x *RunPipelineResponse) String() string
func (*RunPipelineResponse) UnmarshalJSON ¶ added in v0.10.0
func (msg *RunPipelineResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type RunTriggerRequest ¶
type RunTriggerRequest struct { // The trigger ref to execute Ref *Ref_Trigger `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"` // This is an optional array of HCL variable overrides that can be set // when requesting a trigger to execute. Currently, RunTrigger only supports // setting CLI level config vars, which take the top level of presidence VariableOverrides []*Variable `protobuf:"bytes,2,rep,name=variable_overrides,json=variableOverrides,proto3" json:"variable_overrides,omitempty"` // contains filtered or unexported fields }
func (*RunTriggerRequest) Descriptor
deprecated
func (*RunTriggerRequest) Descriptor() ([]byte, []int)
Deprecated: Use RunTriggerRequest.ProtoReflect.Descriptor instead.
func (*RunTriggerRequest) GetRef ¶
func (x *RunTriggerRequest) GetRef() *Ref_Trigger
func (*RunTriggerRequest) GetVariableOverrides ¶
func (x *RunTriggerRequest) GetVariableOverrides() []*Variable
func (*RunTriggerRequest) MarshalJSON ¶
func (msg *RunTriggerRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*RunTriggerRequest) ProtoMessage ¶
func (*RunTriggerRequest) ProtoMessage()
func (*RunTriggerRequest) ProtoReflect ¶
func (x *RunTriggerRequest) ProtoReflect() protoreflect.Message
func (*RunTriggerRequest) Reset ¶
func (x *RunTriggerRequest) Reset()
func (*RunTriggerRequest) String ¶
func (x *RunTriggerRequest) String() string
func (*RunTriggerRequest) UnmarshalJSON ¶
func (msg *RunTriggerRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type RunTriggerResponse ¶
type RunTriggerResponse struct { // the job ID that was queued. This can be used with other RPC methods // to check on the status, cancel, etc. JobIds []string `protobuf:"bytes,1,rep,name=job_ids,json=jobIds,proto3" json:"job_ids,omitempty"` // contains filtered or unexported fields }
func (*RunTriggerResponse) Descriptor
deprecated
func (*RunTriggerResponse) Descriptor() ([]byte, []int)
Deprecated: Use RunTriggerResponse.ProtoReflect.Descriptor instead.
func (*RunTriggerResponse) GetJobIds ¶
func (x *RunTriggerResponse) GetJobIds() []string
func (*RunTriggerResponse) MarshalJSON ¶
func (msg *RunTriggerResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*RunTriggerResponse) ProtoMessage ¶
func (*RunTriggerResponse) ProtoMessage()
func (*RunTriggerResponse) ProtoReflect ¶
func (x *RunTriggerResponse) ProtoReflect() protoreflect.Message
func (*RunTriggerResponse) Reset ¶
func (x *RunTriggerResponse) Reset()
func (*RunTriggerResponse) String ¶
func (x *RunTriggerResponse) String() string
func (*RunTriggerResponse) UnmarshalJSON ¶
func (msg *RunTriggerResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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"` // Kind indicates what variety of runner this is // // Types that are assignable to Kind: // *Runner_Odr // *Runner_Local_ // *Runner_Remote_ // *Runner_DeprecatedIsOdr Kind isRunner_Kind `protobuf_oneof:"kind"` // 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"` // Labels for the runner. These are the same as labels for any other // system in Waypoint (see operations such as Deployment). For runners, they // can additionally be used as a targeting mechanism. Labels map[string]string `` /* 154-byte string literal not displayed */ // True if this runner is currently online and connected. Online bool `protobuf:"varint,11,opt,name=online,proto3" json:"online,omitempty"` // The timestamps store the time this runner was first seen and the time // the runner was last seen. These values can be the same if the runner // was seen exactly once. The values are updated only when a runner starts // up. FirstSeen *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=first_seen,json=firstSeen,proto3" json:"first_seen,omitempty"` LastSeen *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=last_seen,json=lastSeen,proto3" json:"last_seen,omitempty"` // The state of whether this runner is adopted or not. AdoptionState Runner_AdoptionState `` /* 146-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Runner) Descriptor
deprecated
func (*Runner) GetAdoptionState ¶
func (x *Runner) GetAdoptionState() Runner_AdoptionState
func (*Runner) GetByIdOnly ¶
func (*Runner) GetComponents ¶
func (*Runner) GetDeprecatedIsOdr ¶
func (*Runner) GetFirstSeen ¶
func (x *Runner) GetFirstSeen() *timestamppb.Timestamp
func (*Runner) GetLastSeen ¶
func (x *Runner) GetLastSeen() *timestamppb.Timestamp
func (*Runner) GetLocal ¶
func (x *Runner) GetLocal() *Runner_Local
func (*Runner) GetOdr ¶
func (x *Runner) GetOdr() *Runner_ODR
func (*Runner) GetRemote ¶
func (x *Runner) GetRemote() *Runner_Remote
func (*Runner) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*Runner) ProtoMessage ¶
func (*Runner) ProtoMessage()
func (*Runner) ProtoReflect ¶
func (x *Runner) ProtoReflect() protoreflect.Message
func (*Runner) UnmarshalJSON ¶
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"` // 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,2,rep,name=config_sources,json=configSources,proto3" json:"config_sources,omitempty"` // contains filtered or unexported fields }
func (*RunnerConfig) Descriptor
deprecated
func (*RunnerConfig) Descriptor() ([]byte, []int)
Deprecated: Use RunnerConfig.ProtoReflect.Descriptor instead.
func (*RunnerConfig) GetConfigSources ¶
func (x *RunnerConfig) GetConfigSources() []*ConfigSource
func (*RunnerConfig) GetConfigVars ¶
func (x *RunnerConfig) GetConfigVars() []*ConfigVar
func (*RunnerConfig) MarshalJSON ¶
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 ¶
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 ¶
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 ¶
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. This // should match RunnerTokenRequest. This accepts a full runner (rather // than just an ID) for legacy compatbility reasons. 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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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_ConfigLoad_ // *RunnerJobStreamRequest_VariableValuesSet_ // *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) GetConfigLoad ¶
func (x *RunnerJobStreamRequest) GetConfigLoad() *RunnerJobStreamRequest_ConfigLoad
func (*RunnerJobStreamRequest) GetDownload ¶
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) GetVariableValuesSet ¶
func (x *RunnerJobStreamRequest) GetVariableValuesSet() *RunnerJobStreamRequest_VariableValuesSet
func (*RunnerJobStreamRequest) MarshalJSON ¶
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 ¶
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 ¶
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 ¶
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. // // In the reattach use case, this should still be sent to the // server in response to job assignment. 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 ¶
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 ¶
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_ConfigLoad ¶
type RunnerJobStreamRequest_ConfigLoad struct { // Config is the configuration information for the loaded config. Config *Job_Config `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*RunnerJobStreamRequest_ConfigLoad) Descriptor
deprecated
func (*RunnerJobStreamRequest_ConfigLoad) Descriptor() ([]byte, []int)
Deprecated: Use RunnerJobStreamRequest_ConfigLoad.ProtoReflect.Descriptor instead.
func (*RunnerJobStreamRequest_ConfigLoad) GetConfig ¶
func (x *RunnerJobStreamRequest_ConfigLoad) GetConfig() *Job_Config
func (*RunnerJobStreamRequest_ConfigLoad) MarshalJSON ¶
func (msg *RunnerJobStreamRequest_ConfigLoad) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*RunnerJobStreamRequest_ConfigLoad) ProtoMessage ¶
func (*RunnerJobStreamRequest_ConfigLoad) ProtoMessage()
func (*RunnerJobStreamRequest_ConfigLoad) ProtoReflect ¶
func (x *RunnerJobStreamRequest_ConfigLoad) ProtoReflect() protoreflect.Message
func (*RunnerJobStreamRequest_ConfigLoad) Reset ¶
func (x *RunnerJobStreamRequest_ConfigLoad) Reset()
func (*RunnerJobStreamRequest_ConfigLoad) String ¶
func (x *RunnerJobStreamRequest_ConfigLoad) String() string
func (*RunnerJobStreamRequest_ConfigLoad) UnmarshalJSON ¶
func (msg *RunnerJobStreamRequest_ConfigLoad) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type RunnerJobStreamRequest_ConfigLoad_ ¶
type RunnerJobStreamRequest_ConfigLoad_ struct { // The config_load event is sent after the Waypoint configuration // (waypoint.hcl) is loaded. This includes information about the loaded // configuration that the frontends can use. // // This can be sent multiple times to update the configuration information // for a job. ConfigLoad *RunnerJobStreamRequest_ConfigLoad `protobuf:"bytes,8,opt,name=config_load,json=configLoad,proto3,oneof"` }
type RunnerJobStreamRequest_Download ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 { // The ID of the runner opening the job stream. This ID must match // the ID of the runner token in use. RunnerId string `protobuf:"bytes,1,opt,name=runner_id,json=runnerId,proto3" json:"runner_id,omitempty"` // If the runner is reconnecting to a dropped connection, it can specify // the job ID it is continuing. This can only be specified when the runner // is reconnecting to a dropped connection due to network issues or // the server process disappearing. This can't currently be safely used // for reconnecting after a runner crash, because that case hasn't been // thought of yet. ReattachJobId string `protobuf:"bytes,2,opt,name=reattach_job_id,json=reattachJobId,proto3" json:"reattach_job_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) GetReattachJobId ¶
func (x *RunnerJobStreamRequest_Request) GetReattachJobId() string
func (*RunnerJobStreamRequest_Request) GetRunnerId ¶
func (x *RunnerJobStreamRequest_Request) GetRunnerId() string
func (*RunnerJobStreamRequest_Request) MarshalJSON ¶
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 ¶
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 RunnerJobStreamRequest_VariableValuesSet ¶
type RunnerJobStreamRequest_VariableValuesSet struct { FinalValues map[string]*Variable_FinalValue `` /* 182-byte string literal not displayed */ // contains filtered or unexported fields }
func (*RunnerJobStreamRequest_VariableValuesSet) Descriptor
deprecated
func (*RunnerJobStreamRequest_VariableValuesSet) Descriptor() ([]byte, []int)
Deprecated: Use RunnerJobStreamRequest_VariableValuesSet.ProtoReflect.Descriptor instead.
func (*RunnerJobStreamRequest_VariableValuesSet) GetFinalValues ¶
func (x *RunnerJobStreamRequest_VariableValuesSet) GetFinalValues() map[string]*Variable_FinalValue
func (*RunnerJobStreamRequest_VariableValuesSet) MarshalJSON ¶
func (msg *RunnerJobStreamRequest_VariableValuesSet) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*RunnerJobStreamRequest_VariableValuesSet) ProtoMessage ¶
func (*RunnerJobStreamRequest_VariableValuesSet) ProtoMessage()
func (*RunnerJobStreamRequest_VariableValuesSet) ProtoReflect ¶
func (x *RunnerJobStreamRequest_VariableValuesSet) ProtoReflect() protoreflect.Message
func (*RunnerJobStreamRequest_VariableValuesSet) Reset ¶
func (x *RunnerJobStreamRequest_VariableValuesSet) Reset()
func (*RunnerJobStreamRequest_VariableValuesSet) String ¶
func (x *RunnerJobStreamRequest_VariableValuesSet) String() string
func (*RunnerJobStreamRequest_VariableValuesSet) UnmarshalJSON ¶
func (msg *RunnerJobStreamRequest_VariableValuesSet) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type RunnerJobStreamRequest_VariableValuesSet_ ¶
type RunnerJobStreamRequest_VariableValuesSet_ struct { // update variables VariableValuesSet *RunnerJobStreamRequest_VariableValuesSet `protobuf:"bytes,9,opt,name=variable_values_set,json=variableValuesSet,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 ¶
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 ¶
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. // // This is sent down for the reattach use case (if reattach is set // in Request), too, and the client is expected to Ack it. This // verifies that both sides are ready to continue with the job. 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 { // The job to assign Job *Job `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"` // A list of plugin configs ConfigSources []*ConfigSource `protobuf:"bytes,2,rep,name=config_sources,json=configSources,proto3" json:"config_sources,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) GetConfigSources ¶
func (x *RunnerJobStreamResponse_JobAssignment) GetConfigSources() []*ConfigSource
func (*RunnerJobStreamResponse_JobAssignment) GetJob ¶
func (x *RunnerJobStreamResponse_JobAssignment) GetJob() *Job
func (*RunnerJobStreamResponse_JobAssignment) MarshalJSON ¶
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 ¶
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 ¶
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 ¶
func (msg *RunnerJobStreamResponse_JobCancel) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type RunnerTokenRequest ¶
type RunnerTokenRequest 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 (*RunnerTokenRequest) Descriptor
deprecated
func (*RunnerTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use RunnerTokenRequest.ProtoReflect.Descriptor instead.
func (*RunnerTokenRequest) GetRunner ¶
func (x *RunnerTokenRequest) GetRunner() *Runner
func (*RunnerTokenRequest) MarshalJSON ¶
func (msg *RunnerTokenRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*RunnerTokenRequest) ProtoMessage ¶
func (*RunnerTokenRequest) ProtoMessage()
func (*RunnerTokenRequest) ProtoReflect ¶
func (x *RunnerTokenRequest) ProtoReflect() protoreflect.Message
func (*RunnerTokenRequest) Reset ¶
func (x *RunnerTokenRequest) Reset()
func (*RunnerTokenRequest) String ¶
func (x *RunnerTokenRequest) String() string
func (*RunnerTokenRequest) UnmarshalJSON ¶
func (msg *RunnerTokenRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type RunnerTokenResponse ¶
type RunnerTokenResponse struct { // The token to use for subsequent API calls. The runner should reconnect // and use this token which contains specific adoption information to allow // runner APIs through. // // If this token is empty, that means the token sent for the API request // is already valid and no reconnect is necessary; just keep using the same // token. Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
func (*RunnerTokenResponse) Descriptor
deprecated
func (*RunnerTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use RunnerTokenResponse.ProtoReflect.Descriptor instead.
func (*RunnerTokenResponse) GetToken ¶
func (x *RunnerTokenResponse) GetToken() string
func (*RunnerTokenResponse) MarshalJSON ¶
func (msg *RunnerTokenResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*RunnerTokenResponse) ProtoMessage ¶
func (*RunnerTokenResponse) ProtoMessage()
func (*RunnerTokenResponse) ProtoReflect ¶
func (x *RunnerTokenResponse) ProtoReflect() protoreflect.Message
func (*RunnerTokenResponse) Reset ¶
func (x *RunnerTokenResponse) Reset()
func (*RunnerTokenResponse) String ¶
func (x *RunnerTokenResponse) String() string
func (*RunnerTokenResponse) UnmarshalJSON ¶
func (msg *RunnerTokenResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Runner_AdoptionState ¶
type Runner_AdoptionState int32
Valid adoption states. The transitions allowed are:
- ∅ => NEW - ∅ => PREADOPTED - NEW => PREADOPTED - * => ADOPTED - * => REJECTED - ADOPTED => NEW - REJECTED => NEW
Both the "NEW" and "REJECTED" state are effectively "unadopted" states, but they're explicit about why they're not currently adopted. Both "ADOPTED" and "PREADOPTED" are adopted states where the runner will be given work, but are also explicit about how they were adopted.
const ( // New runner we've never seen before or has been forgotten. // Runners in this state are pending adoption. Runner_PENDING Runner_AdoptionState = 0 // Runner provided a valid runner token despite not being explicitly // adopted. This type of runner can be forcibly rejected later such // that pre-adoption doesn't work at all. Runner_PREADOPTED Runner_AdoptionState = 1 // Explicitly adopted. Runner will get a token on handshake. Runner_ADOPTED Runner_AdoptionState = 2 // Explicitly rejected. Runner will error immediately on startup. Runner_REJECTED Runner_AdoptionState = 3 )
func (Runner_AdoptionState) Descriptor ¶
func (Runner_AdoptionState) Descriptor() protoreflect.EnumDescriptor
func (Runner_AdoptionState) Enum ¶
func (x Runner_AdoptionState) Enum() *Runner_AdoptionState
func (Runner_AdoptionState) EnumDescriptor
deprecated
func (Runner_AdoptionState) EnumDescriptor() ([]byte, []int)
Deprecated: Use Runner_AdoptionState.Descriptor instead.
func (Runner_AdoptionState) Number ¶
func (x Runner_AdoptionState) Number() protoreflect.EnumNumber
func (Runner_AdoptionState) String ¶
func (x Runner_AdoptionState) String() string
func (Runner_AdoptionState) Type ¶
func (Runner_AdoptionState) Type() protoreflect.EnumType
type Runner_DeprecatedIsOdr ¶
type Runner_DeprecatedIsOdr struct { // deprecated_is_odr used to be how a runner indicated if it was an ODR type runner. // Superseded by the ODR kind (field 5) DeprecatedIsOdr bool `protobuf:"varint,4,opt,name=deprecated_is_odr,json=deprecatedIsOdr,proto3,oneof"` }
type Runner_Local ¶
type Runner_Local struct {
// contains filtered or unexported fields
}
func (*Runner_Local) Descriptor
deprecated
func (*Runner_Local) Descriptor() ([]byte, []int)
Deprecated: Use Runner_Local.ProtoReflect.Descriptor instead.
func (*Runner_Local) MarshalJSON ¶
func (msg *Runner_Local) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Runner_Local) ProtoMessage ¶
func (*Runner_Local) ProtoMessage()
func (*Runner_Local) ProtoReflect ¶
func (x *Runner_Local) ProtoReflect() protoreflect.Message
func (*Runner_Local) Reset ¶
func (x *Runner_Local) Reset()
func (*Runner_Local) String ¶
func (x *Runner_Local) String() string
func (*Runner_Local) UnmarshalJSON ¶
func (msg *Runner_Local) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Runner_Local_ ¶
type Runner_Local_ struct { // local indicates this runner was created by a cli instantiation Local *Runner_Local `protobuf:"bytes,6,opt,name=local,proto3,oneof"` }
type Runner_ODR ¶
type Runner_ODR struct { ProfileId string `protobuf:"bytes,1,opt,name=profile_id,json=profileId,proto3" json:"profile_id,omitempty"` // contains filtered or unexported fields }
func (*Runner_ODR) Descriptor
deprecated
func (*Runner_ODR) Descriptor() ([]byte, []int)
Deprecated: Use Runner_ODR.ProtoReflect.Descriptor instead.
func (*Runner_ODR) GetProfileId ¶
func (x *Runner_ODR) GetProfileId() string
func (*Runner_ODR) MarshalJSON ¶
func (msg *Runner_ODR) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Runner_ODR) ProtoMessage ¶
func (*Runner_ODR) ProtoMessage()
func (*Runner_ODR) ProtoReflect ¶
func (x *Runner_ODR) ProtoReflect() protoreflect.Message
func (*Runner_ODR) Reset ¶
func (x *Runner_ODR) Reset()
func (*Runner_ODR) String ¶
func (x *Runner_ODR) String() string
func (*Runner_ODR) UnmarshalJSON ¶
func (msg *Runner_ODR) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Runner_Odr ¶
type Runner_Odr struct { // odr is set if this runner as an on-demand runner. For ODRs, we expect // they will accept exactly one job and then exit. This is used by the // server to change some other behavior: // // * The server will give ODRs project/app-scoped config if it exists. // * The server will never assign more than one job to this runner. // This is also enforced in the runner client-side but the server also // does this out of caution. // Odr *Runner_ODR `protobuf:"bytes,5,opt,name=odr,proto3,oneof"` }
type Runner_Remote ¶
type Runner_Remote struct {
// contains filtered or unexported fields
}
func (*Runner_Remote) Descriptor
deprecated
func (*Runner_Remote) Descriptor() ([]byte, []int)
Deprecated: Use Runner_Remote.ProtoReflect.Descriptor instead.
func (*Runner_Remote) MarshalJSON ¶
func (msg *Runner_Remote) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Runner_Remote) ProtoMessage ¶
func (*Runner_Remote) ProtoMessage()
func (*Runner_Remote) ProtoReflect ¶
func (x *Runner_Remote) ProtoReflect() protoreflect.Message
func (*Runner_Remote) Reset ¶
func (x *Runner_Remote) Reset()
func (*Runner_Remote) String ¶
func (x *Runner_Remote) String() string
func (*Runner_Remote) UnmarshalJSON ¶
func (msg *Runner_Remote) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Runner_Remote_ ¶
type Runner_Remote_ struct { // remote indicates this is a "static" remote runner Remote *Runner_Remote `protobuf:"bytes,7,opt,name=remote,proto3,oneof"` }
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"` // Cookie is a unique cookie for this server. This can be sent in metadata // as a semi-secret mechanism to just ensure you're talking to the correct // cluster. The cookie does not enable access to data directly. Some API // endpoints (such as RunnerToken) require it. This is auto-generated on // startup and cannot currently be changed. Any attempts to change this // value are ignored. Cookie string `protobuf:"bytes,2,opt,name=cookie,proto3" json:"cookie,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) GetCookie ¶
func (x *ServerConfig) GetCookie() string
func (*ServerConfig) GetPlatform ¶
func (x *ServerConfig) GetPlatform() string
func (*ServerConfig) MarshalJSON ¶
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 ¶
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 ¶
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 ¶
func (msg *ServerConfig_AdvertiseAddr) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ServerFeatures ¶ added in v0.10.0
type ServerFeatures struct { Features []ServerFeaturesFeature `protobuf:"varint,1,rep,packed,name=features,proto3,enum=hashicorp.waypoint.ServerFeaturesFeature" json:"features,omitempty"` // contains filtered or unexported fields }
Represents features that the server supports. Useful for ensuring compatibility between clients and servers.
func (*ServerFeatures) Descriptor
deprecated
added in
v0.10.0
func (*ServerFeatures) Descriptor() ([]byte, []int)
Deprecated: Use ServerFeatures.ProtoReflect.Descriptor instead.
func (*ServerFeatures) GetFeatures ¶ added in v0.10.0
func (x *ServerFeatures) GetFeatures() []ServerFeaturesFeature
func (*ServerFeatures) MarshalJSON ¶ added in v0.10.0
func (msg *ServerFeatures) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*ServerFeatures) ProtoMessage ¶ added in v0.10.0
func (*ServerFeatures) ProtoMessage()
func (*ServerFeatures) ProtoReflect ¶ added in v0.10.0
func (x *ServerFeatures) ProtoReflect() protoreflect.Message
func (*ServerFeatures) Reset ¶ added in v0.10.0
func (x *ServerFeatures) Reset()
func (*ServerFeatures) String ¶ added in v0.10.0
func (x *ServerFeatures) String() string
func (*ServerFeatures) UnmarshalJSON ¶ added in v0.10.0
func (msg *ServerFeatures) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type ServerFeaturesFeature ¶ added in v0.10.0
type ServerFeaturesFeature int32
const ( ServerFeatures_FEATURE_UNSPECIFIED ServerFeaturesFeature = 0 // Advertises that this server is capable of receiving inline keepalive messages ServerFeatures_FEATURE_INLINE_KEEPALIVES ServerFeaturesFeature = 1 )
func (ServerFeaturesFeature) Descriptor ¶ added in v0.10.0
func (ServerFeaturesFeature) Descriptor() protoreflect.EnumDescriptor
func (ServerFeaturesFeature) Enum ¶ added in v0.10.0
func (x ServerFeaturesFeature) Enum() *ServerFeaturesFeature
func (ServerFeaturesFeature) EnumDescriptor
deprecated
added in
v0.10.0
func (ServerFeaturesFeature) EnumDescriptor() ([]byte, []int)
Deprecated: Use ServerFeaturesFeature.Descriptor instead.
func (ServerFeaturesFeature) Number ¶ added in v0.10.0
func (x ServerFeaturesFeature) Number() protoreflect.EnumNumber
func (ServerFeaturesFeature) String ¶ added in v0.10.0
func (x ServerFeaturesFeature) String() string
func (ServerFeaturesFeature) Type ¶ added in v0.10.0
func (ServerFeaturesFeature) Type() protoreflect.EnumType
type SetConfigSourceRequest ¶
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
func (*SetConfigSourceRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetConfigSourceRequest.ProtoReflect.Descriptor instead.
func (*SetConfigSourceRequest) GetConfigSource ¶
func (x *SetConfigSourceRequest) GetConfigSource() *ConfigSource
func (*SetConfigSourceRequest) MarshalJSON ¶
func (msg *SetConfigSourceRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*SetConfigSourceRequest) ProtoMessage ¶
func (*SetConfigSourceRequest) ProtoMessage()
func (*SetConfigSourceRequest) ProtoReflect ¶
func (x *SetConfigSourceRequest) ProtoReflect() protoreflect.Message
func (*SetConfigSourceRequest) Reset ¶
func (x *SetConfigSourceRequest) Reset()
func (*SetConfigSourceRequest) String ¶
func (x *SetConfigSourceRequest) String() string
func (*SetConfigSourceRequest) UnmarshalJSON ¶
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 ¶
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 ¶
func (msg *SetServerConfigRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Snapshot ¶
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
func (*Snapshot) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*Snapshot) ProtoMessage ¶
func (*Snapshot) ProtoMessage()
func (*Snapshot) ProtoReflect ¶
func (x *Snapshot) ProtoReflect() protoreflect.Message
func (*Snapshot) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler
type Snapshot_BoltChunk ¶
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
func (*Snapshot_BoltChunk) Descriptor() ([]byte, []int)
Deprecated: Use Snapshot_BoltChunk.ProtoReflect.Descriptor instead.
func (*Snapshot_BoltChunk) GetBucket ¶
func (x *Snapshot_BoltChunk) GetBucket() string
func (*Snapshot_BoltChunk) GetFinal ¶
func (x *Snapshot_BoltChunk) GetFinal() bool
func (*Snapshot_BoltChunk) GetItems ¶
func (x *Snapshot_BoltChunk) GetItems() map[string][]byte
func (*Snapshot_BoltChunk) MarshalJSON ¶
func (msg *Snapshot_BoltChunk) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Snapshot_BoltChunk) ProtoMessage ¶
func (*Snapshot_BoltChunk) ProtoMessage()
func (*Snapshot_BoltChunk) ProtoReflect ¶
func (x *Snapshot_BoltChunk) ProtoReflect() protoreflect.Message
func (*Snapshot_BoltChunk) Reset ¶
func (x *Snapshot_BoltChunk) Reset()
func (*Snapshot_BoltChunk) String ¶
func (x *Snapshot_BoltChunk) String() string
func (*Snapshot_BoltChunk) UnmarshalJSON ¶
func (msg *Snapshot_BoltChunk) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Snapshot_Header ¶
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
func (*Snapshot_Header) Descriptor() ([]byte, []int)
Deprecated: Use Snapshot_Header.ProtoReflect.Descriptor instead.
func (*Snapshot_Header) GetFormat ¶
func (x *Snapshot_Header) GetFormat() Snapshot_Header_Format
func (*Snapshot_Header) GetVersion ¶
func (x *Snapshot_Header) GetVersion() *VersionInfo
func (*Snapshot_Header) MarshalJSON ¶
func (msg *Snapshot_Header) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Snapshot_Header) ProtoMessage ¶
func (*Snapshot_Header) ProtoMessage()
func (*Snapshot_Header) ProtoReflect ¶
func (x *Snapshot_Header) ProtoReflect() protoreflect.Message
func (*Snapshot_Header) Reset ¶
func (x *Snapshot_Header) Reset()
func (*Snapshot_Header) String ¶
func (x *Snapshot_Header) String() string
func (*Snapshot_Header) UnmarshalJSON ¶
func (msg *Snapshot_Header) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Snapshot_Header_Format ¶
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 ¶
func (Snapshot_Header_Format) Descriptor() protoreflect.EnumDescriptor
func (Snapshot_Header_Format) Enum ¶
func (x Snapshot_Header_Format) Enum() *Snapshot_Header_Format
func (Snapshot_Header_Format) EnumDescriptor
deprecated
func (Snapshot_Header_Format) EnumDescriptor() ([]byte, []int)
Deprecated: Use Snapshot_Header_Format.Descriptor instead.
func (Snapshot_Header_Format) Number ¶
func (x Snapshot_Header_Format) Number() protoreflect.EnumNumber
func (Snapshot_Header_Format) String ¶
func (x Snapshot_Header_Format) String() string
func (Snapshot_Header_Format) Type ¶
func (Snapshot_Header_Format) Type() protoreflect.EnumType
type Snapshot_Trailer ¶
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
func (*Snapshot_Trailer) Descriptor() ([]byte, []int)
Deprecated: Use Snapshot_Trailer.ProtoReflect.Descriptor instead.
func (*Snapshot_Trailer) GetChecksum ¶
func (m *Snapshot_Trailer) GetChecksum() isSnapshot_Trailer_Checksum
func (*Snapshot_Trailer) GetSha256 ¶
func (x *Snapshot_Trailer) GetSha256() string
func (*Snapshot_Trailer) MarshalJSON ¶
func (msg *Snapshot_Trailer) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Snapshot_Trailer) ProtoMessage ¶
func (*Snapshot_Trailer) ProtoMessage()
func (*Snapshot_Trailer) ProtoReflect ¶
func (x *Snapshot_Trailer) ProtoReflect() protoreflect.Message
func (*Snapshot_Trailer) Reset ¶
func (x *Snapshot_Trailer) Reset()
func (*Snapshot_Trailer) String ¶
func (x *Snapshot_Trailer) String() string
func (*Snapshot_Trailer) UnmarshalJSON ¶
func (msg *Snapshot_Trailer) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Snapshot_Trailer_Sha256 ¶
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 *timestamppb.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 *timestamppb.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 (x *Status) GetCompleteTime() *timestamppb.Timestamp
func (*Status) GetDetails ¶
func (*Status) GetStartTime ¶
func (x *Status) GetStartTime() *timestamppb.Timestamp
func (*Status) GetState ¶
func (x *Status) GetState() Status_State
func (*Status) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*Status) ProtoMessage ¶
func (*Status) ProtoMessage()
func (*Status) ProtoReflect ¶
func (x *Status) ProtoReflect() protoreflect.Message
func (*Status) UnmarshalJSON ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 *opaqueany.Any `protobuf:"bytes,7,opt,name=status_report,json=statusReport,proto3" json:"status_report,omitempty"` StatusReportJson string `protobuf:"bytes,13,opt,name=status_report_json,json=statusReportJson,proto3" json:"status_report_json,omitempty"` // The overall health of the deployment or release as reported by the plugin. // Copied from the plugin generated raw SDK status report for convenient API access. Health *StatusReport_Health `protobuf:"bytes,8,opt,name=health,proto3" json:"health,omitempty"` // the time when this report was generated // Copied from the plugin generated raw SDK status report for convenient API access. GeneratedTime *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=generated_time,json=generatedTime,proto3" json:"generated_time,omitempty"` // where the health check was performed. External means not executed by Waypoint, // but by the platform deployed to. External bool `protobuf:"varint,11,opt,name=external,proto3" json:"external,omitempty"` // a collection of resources, e.x. platform resources generated and monitored by a deployment. Resources []*StatusReport_Resource `protobuf:"bytes,12,rep,name=resources,proto3" json:"resources,omitempty"` // Deprecated in favor of resources // A health report of all of the resources that make up the report. // Copied from the plugin generated raw SDK status report for convenient API access. DeprecatedResourcesHealth []*StatusReport_Health `` /* 138-byte string literal not displayed */ // count of active instance connections from waypoint-entrypoint (ceb). This // is currently only applicable to deployment type status reports InstancesCount uint32 `protobuf:"varint,14,opt,name=instances_count,json=instancesCount,proto3" json:"instances_count,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 an Up Operation, DeployOp or ReleaseOp. In the future Waypoint will be able to generate these reports on demand in the UI.
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
func (*StatusReport) Descriptor() ([]byte, []int)
Deprecated: Use StatusReport.ProtoReflect.Descriptor instead.
func (*StatusReport) GetApplication ¶
func (x *StatusReport) GetApplication() *Ref_Application
func (*StatusReport) GetDeploymentId ¶
func (x *StatusReport) GetDeploymentId() string
func (*StatusReport) GetDeprecatedResourcesHealth ¶
func (x *StatusReport) GetDeprecatedResourcesHealth() []*StatusReport_Health
func (*StatusReport) GetExternal ¶
func (x *StatusReport) GetExternal() bool
func (*StatusReport) GetGeneratedTime ¶
func (x *StatusReport) GetGeneratedTime() *timestamppb.Timestamp
func (*StatusReport) GetHealth ¶
func (x *StatusReport) GetHealth() *StatusReport_Health
func (*StatusReport) GetId ¶
func (x *StatusReport) GetId() string
func (*StatusReport) GetInstancesCount ¶
func (x *StatusReport) GetInstancesCount() uint32
func (*StatusReport) GetReleaseId ¶
func (x *StatusReport) GetReleaseId() string
func (*StatusReport) GetResources ¶
func (x *StatusReport) GetResources() []*StatusReport_Resource
func (*StatusReport) GetStatus ¶
func (x *StatusReport) GetStatus() *Status
func (*StatusReport) GetStatusReport ¶
func (x *StatusReport) GetStatusReport() *opaqueany.Any
func (*StatusReport) GetStatusReportJson ¶
func (x *StatusReport) GetStatusReportJson() string
func (*StatusReport) GetTargetId ¶
func (m *StatusReport) GetTargetId() isStatusReport_TargetId
func (*StatusReport) GetWorkspace ¶
func (x *StatusReport) GetWorkspace() *Ref_Workspace
func (*StatusReport) MarshalJSON ¶
func (msg *StatusReport) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*StatusReport) ProtoMessage ¶
func (*StatusReport) ProtoMessage()
func (*StatusReport) ProtoReflect ¶
func (x *StatusReport) ProtoReflect() protoreflect.Message
func (*StatusReport) Reset ¶
func (x *StatusReport) Reset()
func (*StatusReport) String ¶
func (x *StatusReport) String() string
func (*StatusReport) UnmarshalJSON ¶
func (msg *StatusReport) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type StatusReport_DeploymentId ¶
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 ¶
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"` DeprecatedName string `protobuf:"bytes,3,opt,name=deprecated_name,json=deprecatedName,proto3" json:"deprecated_name,omitempty"` DeprecatedId string `protobuf:"bytes,4,opt,name=deprecated_id,json=deprecatedId,proto3" json:"deprecated_id,omitempty"` // contains filtered or unexported fields }
func (*StatusReport_Health) Descriptor
deprecated
func (*StatusReport_Health) Descriptor() ([]byte, []int)
Deprecated: Use StatusReport_Health.ProtoReflect.Descriptor instead.
func (*StatusReport_Health) GetDeprecatedId ¶
func (x *StatusReport_Health) GetDeprecatedId() string
func (*StatusReport_Health) GetDeprecatedName ¶
func (x *StatusReport_Health) GetDeprecatedName() string
func (*StatusReport_Health) GetHealthMessage ¶
func (x *StatusReport_Health) GetHealthMessage() string
func (*StatusReport_Health) GetHealthStatus ¶
func (x *StatusReport_Health) GetHealthStatus() string
func (*StatusReport_Health) MarshalJSON ¶
func (msg *StatusReport_Health) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*StatusReport_Health) ProtoMessage ¶
func (*StatusReport_Health) ProtoMessage()
func (*StatusReport_Health) ProtoReflect ¶
func (x *StatusReport_Health) ProtoReflect() protoreflect.Message
func (*StatusReport_Health) Reset ¶
func (x *StatusReport_Health) Reset()
func (*StatusReport_Health) String ¶
func (x *StatusReport_Health) String() string
func (*StatusReport_Health) UnmarshalJSON ¶
func (msg *StatusReport_Health) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type StatusReport_ReleaseId ¶
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 StatusReport_Resource ¶
type StatusReport_Resource struct { // The id of the resource, according to the platform. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // declared resource that this directly references. DeclaredResource *Ref_DeclaredResource `protobuf:"bytes,2,opt,name=declared_resource,json=declaredResource,proto3" json:"declared_resource,omitempty"` // Resources that created this resource. ParentResourceId string `protobuf:"bytes,3,opt,name=parent_resource_id,json=parentResourceId,proto3" json:"parent_resource_id,omitempty"` // Friendly name of the resource, if applicable Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` // The platform on which the resource exists. Platform string `protobuf:"bytes,5,opt,name=platform,proto3" json:"platform,omitempty"` // platform-specific name of the resource type. i.e. instance, pod, auto-scaling group, etc Type string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"` // A link directly to the resource in the platform, if applicable. PlatformUrl string `protobuf:"bytes,7,opt,name=platform_url,json=platformUrl,proto3" json:"platform_url,omitempty"` // The high level category of the resource, used as a hint to the UI on how to display the resource. CategoryDisplayHint ResourceCategoryDisplayHint `` /* 173-byte string literal not displayed */ // platform-reported time of resource creation CreatedTime *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=created_time,json=createdTime,proto3" json:"created_time,omitempty"` // any additional metadata about the resource, encoded as JSON StateJson string `protobuf:"bytes,10,opt,name=state_json,json=stateJson,proto3" json:"state_json,omitempty"` // the current health state for a single resource Health StatusReport_Resource_Health `protobuf:"varint,13,opt,name=health,proto3,enum=hashicorp.waypoint.StatusReport_Resource_Health" json:"health,omitempty"` // a simple human readable message detailing the Health state HealthMessage string `protobuf:"bytes,12,opt,name=health_message,json=healthMessage,proto3" json:"health_message,omitempty"` // deprecated in favor of the Health enum and message to match the plugin protos. Was never used. DeprecatedHealth *StatusReport_Health `protobuf:"bytes,11,opt,name=deprecated_health,json=deprecatedHealth,proto3" json:"deprecated_health,omitempty"` // contains filtered or unexported fields }
A resource as observed in a platform
func (*StatusReport_Resource) Descriptor
deprecated
func (*StatusReport_Resource) Descriptor() ([]byte, []int)
Deprecated: Use StatusReport_Resource.ProtoReflect.Descriptor instead.
func (*StatusReport_Resource) GetCategoryDisplayHint ¶
func (x *StatusReport_Resource) GetCategoryDisplayHint() ResourceCategoryDisplayHint
func (*StatusReport_Resource) GetCreatedTime ¶
func (x *StatusReport_Resource) GetCreatedTime() *timestamppb.Timestamp
func (*StatusReport_Resource) GetDeclaredResource ¶
func (x *StatusReport_Resource) GetDeclaredResource() *Ref_DeclaredResource
func (*StatusReport_Resource) GetDeprecatedHealth ¶
func (x *StatusReport_Resource) GetDeprecatedHealth() *StatusReport_Health
func (*StatusReport_Resource) GetHealth ¶
func (x *StatusReport_Resource) GetHealth() StatusReport_Resource_Health
func (*StatusReport_Resource) GetHealthMessage ¶
func (x *StatusReport_Resource) GetHealthMessage() string
func (*StatusReport_Resource) GetId ¶
func (x *StatusReport_Resource) GetId() string
func (*StatusReport_Resource) GetName ¶
func (x *StatusReport_Resource) GetName() string
func (*StatusReport_Resource) GetParentResourceId ¶
func (x *StatusReport_Resource) GetParentResourceId() string
func (*StatusReport_Resource) GetPlatform ¶
func (x *StatusReport_Resource) GetPlatform() string
func (*StatusReport_Resource) GetPlatformUrl ¶
func (x *StatusReport_Resource) GetPlatformUrl() string
func (*StatusReport_Resource) GetStateJson ¶
func (x *StatusReport_Resource) GetStateJson() string
func (*StatusReport_Resource) GetType ¶
func (x *StatusReport_Resource) GetType() string
func (*StatusReport_Resource) MarshalJSON ¶
func (msg *StatusReport_Resource) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*StatusReport_Resource) ProtoMessage ¶
func (*StatusReport_Resource) ProtoMessage()
func (*StatusReport_Resource) ProtoReflect ¶
func (x *StatusReport_Resource) ProtoReflect() protoreflect.Message
func (*StatusReport_Resource) Reset ¶
func (x *StatusReport_Resource) Reset()
func (*StatusReport_Resource) String ¶
func (x *StatusReport_Resource) String() string
func (*StatusReport_Resource) UnmarshalJSON ¶
func (msg *StatusReport_Resource) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type StatusReport_Resource_Health ¶
type StatusReport_Resource_Health int32
the state of overall health of a deployed application
const ( StatusReport_Resource_UNKNOWN StatusReport_Resource_Health = 0 StatusReport_Resource_ALIVE StatusReport_Resource_Health = 1 StatusReport_Resource_READY StatusReport_Resource_Health = 2 StatusReport_Resource_DOWN StatusReport_Resource_Health = 3 StatusReport_Resource_MISSING StatusReport_Resource_Health = 5 // We're expecting it to exist, but it does not. StatusReport_Resource_PARTIAL StatusReport_Resource_Health = 4 // Some resources in deployment are OK, others are not OK )
func (StatusReport_Resource_Health) Descriptor ¶
func (StatusReport_Resource_Health) Descriptor() protoreflect.EnumDescriptor
func (StatusReport_Resource_Health) Enum ¶
func (x StatusReport_Resource_Health) Enum() *StatusReport_Resource_Health
func (StatusReport_Resource_Health) EnumDescriptor
deprecated
func (StatusReport_Resource_Health) EnumDescriptor() ([]byte, []int)
Deprecated: Use StatusReport_Resource_Health.Descriptor instead.
func (StatusReport_Resource_Health) Number ¶
func (x StatusReport_Resource_Health) Number() protoreflect.EnumNumber
func (StatusReport_Resource_Health) String ¶
func (x StatusReport_Resource_Health) String() string
func (StatusReport_Resource_Health) Type ¶
func (StatusReport_Resource_Health) Type() protoreflect.EnumType
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 Task ¶
type Task struct { // The ID of this message. If on first upsert, the id does not need to be // specified and the state pkg will autogenerate an id. Specifying an id // assumes the Task message already exists in the database. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // task_job represents the "run" job the runner will execute, i.e. the operation // that was requested to run on the runner. // The referred job stores data like ODR config, the target runner used, // timestamp for when job started or completed, operation state for task, etc. // Currently the only required field when Upserting a Task. TaskJob *Ref_Job `protobuf:"bytes,2,opt,name=task_job,json=taskJob,proto3" json:"task_job,omitempty"` // watch_job will spawn a job to stream logs from the `task_job`. WatchJob *Ref_Job `protobuf:"bytes,9,opt,name=watch_job,json=watchJob,proto3" json:"watch_job,omitempty"` // Both start_job and stop_job relate to task_job.These jobs were // responsible for starting and stopping the runner which executed the task // job. StartJob *Ref_Job `protobuf:"bytes,3,opt,name=start_job,json=startJob,proto3" json:"start_job,omitempty"` StopJob *Ref_Job `protobuf:"bytes,4,opt,name=stop_job,json=stopJob,proto3" json:"stop_job,omitempty"` // This task info message represented as JSON-encoded protobuf structure of // the Any field below. It does not modify any of the structure. StateJson string `protobuf:"bytes,5,opt,name=state_json,json=stateJson,proto3" json:"state_json,omitempty"` // This task info message represented as an Any format. This is the full // task encoded directly by the server that has access to the proto to decode it. State *opaqueany.Any `protobuf:"bytes,6,opt,name=state,proto3" json:"state,omitempty"` // The overall state of the Task triple. See the enum def for details for // each possible Task state. This will be computed for each GetTaskResponse // based on the Task job ids received from the database. JobState Task_State `protobuf:"varint,7,opt,name=job_state,json=jobState,proto3,enum=hashicorp.waypoint.Task_State" json:"job_state,omitempty"` // The resource that gets created to run the task job for this Task // TODO(briancain): This field has not been implemented yet. See // "internal/runner/operation_task.go" for more info. ResourceName string `protobuf:"bytes,8,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` // contains filtered or unexported fields }
Task tracks the life of an on-demand runner task that spawns Start and Stop tasks for any kind of job/operation in Waypoint. Automatic jobs such as project polling or status report generation spawn on-demand runner tasks, and this message can be used to track the life of those automated jobs. Note that every on-demand runner task is wrapped with a Start and Stop task, which we track here as well.
func (*Task) Descriptor
deprecated
func (*Task) GetJobState ¶ added in v0.9.0
func (x *Task) GetJobState() Task_State
func (*Task) GetResourceName ¶ added in v0.9.0
func (*Task) GetStartJob ¶
func (*Task) GetStateJson ¶
func (*Task) GetStopJob ¶
func (*Task) GetTaskJob ¶
func (*Task) GetWatchJob ¶ added in v0.9.0
func (*Task) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*Task) ProtoMessage ¶
func (*Task) ProtoMessage()
func (*Task) ProtoReflect ¶
func (x *Task) ProtoReflect() protoreflect.Message
func (*Task) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler
type TaskLaunchInfo ¶
type TaskLaunchInfo struct { // The URL of the OCI image to execute the task under. OciUrl string `protobuf:"bytes,1,opt,name=oci_url,json=ociUrl,proto3" json:"oci_url,omitempty"` // The environment variables that will be exposed to the task. EnvironmentVariables map[string]string `` /* 209-byte string literal not displayed */ // Entrypoint is the entrypoint override for the OCI image. If this // is not set (null or length of zero) then the entrypoint should not // be overridden. Entrypoint []string `protobuf:"bytes,4,rep,name=entrypoint,proto3" json:"entrypoint,omitempty"` // The arguments that will be passed to the new container on boot. // These are arguments and should not overwrite the entrypoint. Arguments []string `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"` // contains filtered or unexported fields }
TaskLaunchInfo gets stored on the job/operation when queued for execution. It details various options required for the task it will launch.
func (*TaskLaunchInfo) Descriptor
deprecated
func (*TaskLaunchInfo) Descriptor() ([]byte, []int)
Deprecated: Use TaskLaunchInfo.ProtoReflect.Descriptor instead.
func (*TaskLaunchInfo) GetArguments ¶
func (x *TaskLaunchInfo) GetArguments() []string
func (*TaskLaunchInfo) GetEntrypoint ¶
func (x *TaskLaunchInfo) GetEntrypoint() []string
func (*TaskLaunchInfo) GetEnvironmentVariables ¶
func (x *TaskLaunchInfo) GetEnvironmentVariables() map[string]string
func (*TaskLaunchInfo) GetOciUrl ¶
func (x *TaskLaunchInfo) GetOciUrl() string
func (*TaskLaunchInfo) MarshalJSON ¶
func (msg *TaskLaunchInfo) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*TaskLaunchInfo) ProtoMessage ¶
func (*TaskLaunchInfo) ProtoMessage()
func (*TaskLaunchInfo) ProtoReflect ¶
func (x *TaskLaunchInfo) ProtoReflect() protoreflect.Message
func (*TaskLaunchInfo) Reset ¶
func (x *TaskLaunchInfo) Reset()
func (*TaskLaunchInfo) String ¶
func (x *TaskLaunchInfo) String() string
func (*TaskLaunchInfo) UnmarshalJSON ¶
func (msg *TaskLaunchInfo) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Task_State ¶ added in v0.9.0
type Task_State int32
const ( Task_UNKNOWN Task_State = 0 // no state defined, the default Task_PENDING Task_State = 1 // no jobs have been ran yet Task_STARTING Task_State = 2 // start_job is running Task_STARTED Task_State = 3 // start_job complete, task is not running yet Task_RUNNING Task_State = 4 // task is running Task_COMPLETED Task_State = 5 // task is done Task_STOPPING Task_State = 6 // stop_job is running Task_STOPPED Task_State = 7 // every job in Task triple is stopped Task_MIXED Task_State = 8 // jobs are in an undefined state that don't match our expectation )
func (Task_State) Descriptor ¶ added in v0.9.0
func (Task_State) Descriptor() protoreflect.EnumDescriptor
func (Task_State) Enum ¶ added in v0.9.0
func (x Task_State) Enum() *Task_State
func (Task_State) EnumDescriptor
deprecated
added in
v0.9.0
func (Task_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use Task_State.Descriptor instead.
func (Task_State) Number ¶ added in v0.9.0
func (x Task_State) Number() protoreflect.EnumNumber
func (Task_State) String ¶ added in v0.9.0
func (x Task_State) String() string
func (Task_State) Type ¶ added in v0.9.0
func (Task_State) Type() protoreflect.EnumType
type Token ¶
type Token struct { // Non-secret ID that is used in logs to represent this token. Internally, // this is also used as a nonce when signing. This ID is randomly generated // when created. AccessorId []byte `protobuf:"bytes,2,opt,name=accessor_id,json=accessorId,proto3" json:"accessor_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 *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=valid_until,json=validUntil,proto3" json:"valid_until,omitempty"` // When the token was issued. This may be used for revocation using a // "no earlier than" rule. IssuedTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=issued_time,json=issuedTime,proto3" json:"issued_time,omitempty"` // The kind of token this is. // // Types that are assignable to Kind: // *Token_Login_ // *Token_Runner_ // *Token_Invite_ // *Token_Trigger_ Kind isToken_Kind `protobuf_oneof:"kind"` // The user that the token is for. This must be "waypoint" for // backwards compat reasons. UnusedUser string `protobuf:"bytes,1,opt,name=unused_user,json=unusedUser,proto3" json:"unused_user,omitempty"` // Old way to determine what kind of token this is. UnusedLogin bool `protobuf:"varint,4,opt,name=unused_login,json=unusedLogin,proto3" json:"unused_login,omitempty"` UnusedInvite bool `protobuf:"varint,5,opt,name=unused_invite,json=unusedInvite,proto3" json:"unused_invite,omitempty"` // Same as Login.entrypoint, we just moved it. UnusedEntrypoint *Token_Entrypoint `protobuf:"bytes,6,opt,name=unused_entrypoint,json=unusedEntrypoint,proto3" json:"unused_entrypoint,omitempty"` // contains filtered or unexported fields }
The authenticated Token information. This is used to authenticate requests.
func (*Token) Descriptor
deprecated
func (*Token) GetAccessorId ¶
func (*Token) GetInvite ¶
func (x *Token) GetInvite() *Token_Invite
func (*Token) GetIssuedTime ¶
func (x *Token) GetIssuedTime() *timestamppb.Timestamp
func (*Token) GetLogin ¶
func (x *Token) GetLogin() *Token_Login
func (*Token) GetRunner ¶
func (x *Token) GetRunner() *Token_Runner
func (*Token) GetTrigger ¶
func (x *Token) GetTrigger() *Token_Trigger
func (*Token) GetUnusedEntrypoint ¶
func (x *Token) GetUnusedEntrypoint() *Token_Entrypoint
func (*Token) GetUnusedInvite ¶
func (*Token) GetUnusedLogin ¶
func (*Token) GetUnusedUser ¶
func (*Token) GetValidUntil ¶
func (x *Token) GetValidUntil() *timestamppb.Timestamp
func (*Token) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*Token) ProtoMessage ¶
func (*Token) ProtoMessage()
func (*Token) ProtoReflect ¶
func (x *Token) ProtoReflect() protoreflect.Message
func (*Token) UnmarshalJSON ¶
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 */ // The external creds are stored outside of the authenticated token body // because we want clients that see the creds in the transport to use // them BUT then strip them out before transmitting the token, so that // the creds aren't be transfer constantly. // // Types that are assignable to ExternalCreds: // *TokenTransport_OauthCreds ExternalCreds isTokenTransport_ExternalCreds `protobuf_oneof:"external_creds"` // 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) GetExternalCreds ¶ added in v0.10.0
func (m *TokenTransport) GetExternalCreds() isTokenTransport_ExternalCreds
func (*TokenTransport) GetKeyId ¶
func (x *TokenTransport) GetKeyId() string
func (*TokenTransport) GetMetadata ¶
func (x *TokenTransport) GetMetadata() map[string]string
func (*TokenTransport) GetOauthCreds ¶ added in v0.10.0
func (x *TokenTransport) GetOauthCreds() *TokenTransport_OAuthCredentials
func (*TokenTransport) GetSignature ¶
func (x *TokenTransport) GetSignature() []byte
func (*TokenTransport) MarshalJSON ¶
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 ¶
func (msg *TokenTransport) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type TokenTransport_OAuthCredentials ¶ added in v0.10.0
type TokenTransport_OAuthCredentials struct { // The url for the oauth2 provider Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` // The OAuth client id to submit ClientId string `protobuf:"bytes,2,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"` // The OAuth client secret that goes along with the client_id ClientSecret string `protobuf:"bytes,3,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"` // contains filtered or unexported fields }
The OAuth message contains information that the client should use to generate on OAuth token for authenticating with the server rather than just submitting the waypoint token directly.
func (*TokenTransport_OAuthCredentials) Descriptor
deprecated
added in
v0.10.0
func (*TokenTransport_OAuthCredentials) Descriptor() ([]byte, []int)
Deprecated: Use TokenTransport_OAuthCredentials.ProtoReflect.Descriptor instead.
func (*TokenTransport_OAuthCredentials) GetClientId ¶ added in v0.10.0
func (x *TokenTransport_OAuthCredentials) GetClientId() string
func (*TokenTransport_OAuthCredentials) GetClientSecret ¶ added in v0.10.0
func (x *TokenTransport_OAuthCredentials) GetClientSecret() string
func (*TokenTransport_OAuthCredentials) GetUrl ¶ added in v0.10.0
func (x *TokenTransport_OAuthCredentials) GetUrl() string
func (*TokenTransport_OAuthCredentials) MarshalJSON ¶ added in v0.10.0
func (msg *TokenTransport_OAuthCredentials) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*TokenTransport_OAuthCredentials) ProtoMessage ¶ added in v0.10.0
func (*TokenTransport_OAuthCredentials) ProtoMessage()
func (*TokenTransport_OAuthCredentials) ProtoReflect ¶ added in v0.10.0
func (x *TokenTransport_OAuthCredentials) ProtoReflect() protoreflect.Message
func (*TokenTransport_OAuthCredentials) Reset ¶ added in v0.10.0
func (x *TokenTransport_OAuthCredentials) Reset()
func (*TokenTransport_OAuthCredentials) String ¶ added in v0.10.0
func (x *TokenTransport_OAuthCredentials) String() string
func (*TokenTransport_OAuthCredentials) UnmarshalJSON ¶ added in v0.10.0
func (msg *TokenTransport_OAuthCredentials) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type TokenTransport_OauthCreds ¶ added in v0.10.0
type TokenTransport_OauthCreds struct { // A client that sees this populated will use the details to fetch a token // via oauth instead of submitting this token directly. OauthCreds *TokenTransport_OAuthCredentials `protobuf:"bytes,12,opt,name=oauth_creds,json=oauthCreds,proto3,oneof"` }
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 ¶
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 ¶
func (msg *Token_Entrypoint) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Token_Invite ¶
type Token_Invite struct { // The user that initiated the invite FromUserId string `protobuf:"bytes,1,opt,name=from_user_id,json=fromUserId,proto3" json:"from_user_id,omitempty"` // The login token we'd like to create. This can be used to setup // all the policy attachments and other restrictions. If this is a // signup-only invite token, then "user_id" in this login field will // be ignored and set to the newly created user ID. Login *Token_Login `protobuf:"bytes,2,opt,name=login,proto3" json:"login,omitempty"` // Signup, if non-nil, makes this invite a signup-only invite token. This // means that this token can only be used to create a new account, not // to exchange for a token for an existing account. Signup *Token_Invite_Signup `protobuf:"bytes,3,opt,name=signup,proto3" json:"signup,omitempty"` // contains filtered or unexported fields }
func (*Token_Invite) Descriptor
deprecated
func (*Token_Invite) Descriptor() ([]byte, []int)
Deprecated: Use Token_Invite.ProtoReflect.Descriptor instead.
func (*Token_Invite) GetFromUserId ¶
func (x *Token_Invite) GetFromUserId() string
func (*Token_Invite) GetLogin ¶
func (x *Token_Invite) GetLogin() *Token_Login
func (*Token_Invite) GetSignup ¶
func (x *Token_Invite) GetSignup() *Token_Invite_Signup
func (*Token_Invite) MarshalJSON ¶
func (msg *Token_Invite) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Token_Invite) ProtoMessage ¶
func (*Token_Invite) ProtoMessage()
func (*Token_Invite) ProtoReflect ¶
func (x *Token_Invite) ProtoReflect() protoreflect.Message
func (*Token_Invite) Reset ¶
func (x *Token_Invite) Reset()
func (*Token_Invite) String ¶
func (x *Token_Invite) String() string
func (*Token_Invite) UnmarshalJSON ¶
func (msg *Token_Invite) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Token_Invite_ ¶
type Token_Invite_ struct { // invite tokens can be exhanged for login tokens and also optionally // sign a new user up. Invite *Token_Invite `protobuf:"bytes,9,opt,name=invite,proto3,oneof"` }
type Token_Invite_Signup ¶
type Token_Invite_Signup struct { // The initial username that the new user should be given. If this // username is taken, a random number will be appended. If this is // empty, a totally random username will be given to the new user. InitialUsername string `protobuf:"bytes,1,opt,name=initial_username,json=initialUsername,proto3" json:"initial_username,omitempty"` // contains filtered or unexported fields }
func (*Token_Invite_Signup) Descriptor
deprecated
func (*Token_Invite_Signup) Descriptor() ([]byte, []int)
Deprecated: Use Token_Invite_Signup.ProtoReflect.Descriptor instead.
func (*Token_Invite_Signup) GetInitialUsername ¶
func (x *Token_Invite_Signup) GetInitialUsername() string
func (*Token_Invite_Signup) MarshalJSON ¶
func (msg *Token_Invite_Signup) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Token_Invite_Signup) ProtoMessage ¶
func (*Token_Invite_Signup) ProtoMessage()
func (*Token_Invite_Signup) ProtoReflect ¶
func (x *Token_Invite_Signup) ProtoReflect() protoreflect.Message
func (*Token_Invite_Signup) Reset ¶
func (x *Token_Invite_Signup) Reset()
func (*Token_Invite_Signup) String ¶
func (x *Token_Invite_Signup) String() string
func (*Token_Invite_Signup) UnmarshalJSON ¶
func (msg *Token_Invite_Signup) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Token_Login ¶
type Token_Login struct { // User that this token represents. This is the internal user ID (ULID), // not the username/email/etc. The special value of "waypoint" means the // superuser (default user) that is setup on bootstrap. This is for // historical reasons only and is the only valid non-ULID value. UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // If set, this login token can only be used for entrypoint-related // APIs against the configured deployment. Entrypoint *Token_Entrypoint `protobuf:"bytes,2,opt,name=entrypoint,proto3" json:"entrypoint,omitempty"` // contains filtered or unexported fields }
func (*Token_Login) Descriptor
deprecated
func (*Token_Login) Descriptor() ([]byte, []int)
Deprecated: Use Token_Login.ProtoReflect.Descriptor instead.
func (*Token_Login) GetEntrypoint ¶
func (x *Token_Login) GetEntrypoint() *Token_Entrypoint
func (*Token_Login) GetUserId ¶
func (x *Token_Login) GetUserId() string
func (*Token_Login) MarshalJSON ¶
func (msg *Token_Login) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Token_Login) ProtoMessage ¶
func (*Token_Login) ProtoMessage()
func (*Token_Login) ProtoReflect ¶
func (x *Token_Login) ProtoReflect() protoreflect.Message
func (*Token_Login) Reset ¶
func (x *Token_Login) Reset()
func (*Token_Login) String ¶
func (x *Token_Login) String() string
func (*Token_Login) UnmarshalJSON ¶
func (msg *Token_Login) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Token_Login_ ¶
type Token_Login_ struct { // login tokens can be used for API requests Login *Token_Login `protobuf:"bytes,8,opt,name=login,proto3,oneof"` }
type Token_Runner ¶
type Token_Runner struct { // Id is the exact ID to match for this token. If a runner with another // ID attempts to use this token, it will reject it. This can be blank // to allow any ID. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // If non-zero, the label set of the runner must hash to the same value // for this token to be active. This prevents runners changing their // labels after adoption (i.e. to go from targeting dev to prod). LabelHash uint64 `protobuf:"varint,2,opt,name=label_hash,json=labelHash,proto3" json:"label_hash,omitempty"` // contains filtered or unexported fields }
func (*Token_Runner) Descriptor
deprecated
func (*Token_Runner) Descriptor() ([]byte, []int)
Deprecated: Use Token_Runner.ProtoReflect.Descriptor instead.
func (*Token_Runner) GetId ¶
func (x *Token_Runner) GetId() string
func (*Token_Runner) GetLabelHash ¶
func (x *Token_Runner) GetLabelHash() uint64
func (*Token_Runner) MarshalJSON ¶
func (msg *Token_Runner) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Token_Runner) ProtoMessage ¶
func (*Token_Runner) ProtoMessage()
func (*Token_Runner) ProtoReflect ¶
func (x *Token_Runner) ProtoReflect() protoreflect.Message
func (*Token_Runner) Reset ¶
func (x *Token_Runner) Reset()
func (*Token_Runner) String ¶
func (x *Token_Runner) String() string
func (*Token_Runner) UnmarshalJSON ¶
func (msg *Token_Runner) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Token_Runner_ ¶
type Token_Runner_ struct { // Runner tokens can be used to request work on behalf of a runner. // They have full API access as well since the workloads that runners // run currently reuse this token. Runner *Token_Runner `protobuf:"bytes,11,opt,name=runner,proto3,oneof"` }
type Token_Trigger ¶
type Token_Trigger struct { // The user that initiated the trigger token generation FromUserId string `protobuf:"bytes,1,opt,name=from_user_id,json=fromUserId,proto3" json:"from_user_id,omitempty"` // contains filtered or unexported fields }
The Trigger message is a kind of token type that is only used for authenticated trigger URL requests. It should not have any other authorized access to make requests in any other API endpoint.
func (*Token_Trigger) Descriptor
deprecated
func (*Token_Trigger) Descriptor() ([]byte, []int)
Deprecated: Use Token_Trigger.ProtoReflect.Descriptor instead.
func (*Token_Trigger) GetFromUserId ¶
func (x *Token_Trigger) GetFromUserId() string
func (*Token_Trigger) MarshalJSON ¶
func (msg *Token_Trigger) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Token_Trigger) ProtoMessage ¶
func (*Token_Trigger) ProtoMessage()
func (*Token_Trigger) ProtoReflect ¶
func (x *Token_Trigger) ProtoReflect() protoreflect.Message
func (*Token_Trigger) Reset ¶
func (x *Token_Trigger) Reset()
func (*Token_Trigger) String ¶
func (x *Token_Trigger) String() string
func (*Token_Trigger) UnmarshalJSON ¶
func (msg *Token_Trigger) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Token_Trigger_ ¶
type Token_Trigger_ struct { // trigger tokens can be used to trigger lifecycle actions via HTTP Trigger *Token_Trigger `protobuf:"bytes,10,opt,name=trigger,proto3,oneof"` }
type Trigger ¶
type Trigger struct { // uuid generated by Waypoint on creation. Used as the identifier in the URL. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // name can be user defined, or auto generated. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // description is user defined, describes the purpose // of the trigger. Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // tags that allow users to group triggers together that are // related. There are no default tags. Tags []string `protobuf:"bytes,4,rep,name=tags,proto3" json:"tags,omitempty"` // time of last execution. ActiveTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=active_time,json=activeTime,proto3" json:"active_time,omitempty"` // whether or not this is authenticated. defaults to true. Authenticated bool `protobuf:"varint,6,opt,name=authenticated,proto3" json:"authenticated,omitempty"` // The operation to execute. See the message docs in Job for details on the operation. // This is required, set one (and one only). There is no default. // For now, trigger URLs only support lifecycle operations (i.e. up, build, deploy, release) // // Types that are assignable to Operation: // *Trigger_Build // *Trigger_Push // *Trigger_Deploy // *Trigger_Destroy // *Trigger_Release // *Trigger_Up // *Trigger_Init // *Trigger_StatusReport Operation isTrigger_Operation `protobuf_oneof:"operation"` // Defaults to the default workspace if unset. Workspace *Ref_Workspace `protobuf:"bytes,7,opt,name=workspace,proto3" json:"workspace,omitempty"` // Required. Project ref must be set to be valid trigger URL. Project *Ref_Project `protobuf:"bytes,8,opt,name=project,proto3" json:"project,omitempty"` // The application to use. Can be empty, this trigger will run on every app // if not set. Application *Ref_Application `protobuf:"bytes,9,opt,name=application,proto3" json:"application,omitempty"` // contains filtered or unexported fields }
The Trigger message is a representation of a URL that can be requested for invoking specific lifecycle operations on a projects applications. These trigger URLs are intended to be used in a CI system for easy configuration. The user is expected to configure and generate the URL ahead of time, and Waypoint will generate a trigger based on the configuration here and return a URL to make requests with.
func (*Trigger) Descriptor
deprecated
func (*Trigger) GetActiveTime ¶
func (x *Trigger) GetActiveTime() *timestamppb.Timestamp
func (*Trigger) GetApplication ¶
func (x *Trigger) GetApplication() *Ref_Application
func (*Trigger) GetAuthenticated ¶
func (*Trigger) GetBuild ¶
func (x *Trigger) GetBuild() *Job_BuildOp
func (*Trigger) GetDeploy ¶
func (x *Trigger) GetDeploy() *Job_DeployOp
func (*Trigger) GetDescription ¶
func (*Trigger) GetDestroy ¶
func (x *Trigger) GetDestroy() *Job_DestroyOp
func (*Trigger) GetInit ¶
func (x *Trigger) GetInit() *Job_InitOp
func (*Trigger) GetOperation ¶
func (m *Trigger) GetOperation() isTrigger_Operation
func (*Trigger) GetProject ¶
func (x *Trigger) GetProject() *Ref_Project
func (*Trigger) GetPush ¶
func (x *Trigger) GetPush() *Job_PushOp
func (*Trigger) GetRelease ¶
func (x *Trigger) GetRelease() *Job_ReleaseOp
func (*Trigger) GetStatusReport ¶
func (x *Trigger) GetStatusReport() *Job_StatusReportOp
func (*Trigger) GetWorkspace ¶
func (x *Trigger) GetWorkspace() *Ref_Workspace
func (*Trigger) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*Trigger) ProtoMessage ¶
func (*Trigger) ProtoMessage()
func (*Trigger) ProtoReflect ¶
func (x *Trigger) ProtoReflect() protoreflect.Message
func (*Trigger) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler
type Trigger_Build ¶
type Trigger_Build struct {
Build *Job_BuildOp `protobuf:"bytes,50,opt,name=build,proto3,oneof"`
}
type Trigger_Deploy ¶
type Trigger_Deploy struct {
Deploy *Job_DeployOp `protobuf:"bytes,52,opt,name=deploy,proto3,oneof"`
}
type Trigger_Destroy ¶
type Trigger_Destroy struct {
Destroy *Job_DestroyOp `protobuf:"bytes,53,opt,name=destroy,proto3,oneof"`
}
type Trigger_Init ¶
type Trigger_Init struct {
Init *Job_InitOp `protobuf:"bytes,56,opt,name=init,proto3,oneof"`
}
type Trigger_Push ¶
type Trigger_Push struct {
Push *Job_PushOp `protobuf:"bytes,51,opt,name=push,proto3,oneof"`
}
type Trigger_Release ¶
type Trigger_Release struct {
Release *Job_ReleaseOp `protobuf:"bytes,54,opt,name=release,proto3,oneof"`
}
type Trigger_StatusReport ¶
type Trigger_StatusReport struct {
StatusReport *Job_StatusReportOp `protobuf:"bytes,57,opt,name=status_report,json=statusReport,proto3,oneof"`
}
type Trigger_Up ¶
type Trigger_Up struct {
Up *Job_UpOp `protobuf:"bytes,55,opt,name=up,proto3,oneof"`
}
type UI ¶
type UI struct {
// contains filtered or unexported fields
}
******************************************************************* UI ******************************************************************
func (*UI) Descriptor
deprecated
func (*UI) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*UI) ProtoMessage ¶
func (*UI) ProtoMessage()
func (*UI) ProtoReflect ¶
func (x *UI) ProtoReflect() protoreflect.Message
func (*UI) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler
type UI_DeploymentBundle ¶
type UI_DeploymentBundle struct { // The deployment in question. Deployment *Deployment `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"` // Populated when a Deployment is read with LoadDetails set // to ARTIFACT or BUILD Artifact *PushedArtifact `protobuf:"bytes,3,opt,name=artifact,proto3" json:"artifact,omitempty"` // Populated when a Deployment is read with LoadDetails set to BUILD Build *Build `protobuf:"bytes,4,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,5,opt,name=deploy_url,json=deployUrl,proto3" json:"deploy_url,omitempty"` // The ref that was used in the job to run this operation. This is // also accessible by querying the job via the job_id and should always // match. // // This may be null under multiple circumstances: (1) the job was // manually triggered with local data (no datasource) or (2) the job // was run in earlier versions of Waypoint before we tracked this or // (3) the job hasn't yet loaded the data. // // This is always pre-populated if it is exists. JobDataSourceRef *Job_DataSource_Ref `protobuf:"bytes,6,opt,name=job_data_source_ref,json=jobDataSourceRef,proto3" json:"job_data_source_ref,omitempty"` // The most recent status report generated for this deployment. LatestStatusReport *StatusReport `protobuf:"bytes,2,opt,name=latest_status_report,json=latestStatusReport,proto3" json:"latest_status_report,omitempty"` // contains filtered or unexported fields }
A deployment packaged alongside prefetched related messages.
func (*UI_DeploymentBundle) Descriptor
deprecated
func (*UI_DeploymentBundle) Descriptor() ([]byte, []int)
Deprecated: Use UI_DeploymentBundle.ProtoReflect.Descriptor instead.
func (*UI_DeploymentBundle) GetArtifact ¶
func (x *UI_DeploymentBundle) GetArtifact() *PushedArtifact
func (*UI_DeploymentBundle) GetBuild ¶
func (x *UI_DeploymentBundle) GetBuild() *Build
func (*UI_DeploymentBundle) GetDeployUrl ¶
func (x *UI_DeploymentBundle) GetDeployUrl() string
func (*UI_DeploymentBundle) GetDeployment ¶
func (x *UI_DeploymentBundle) GetDeployment() *Deployment
func (*UI_DeploymentBundle) GetJobDataSourceRef ¶
func (x *UI_DeploymentBundle) GetJobDataSourceRef() *Job_DataSource_Ref
func (*UI_DeploymentBundle) GetLatestStatusReport ¶
func (x *UI_DeploymentBundle) GetLatestStatusReport() *StatusReport
func (*UI_DeploymentBundle) MarshalJSON ¶
func (msg *UI_DeploymentBundle) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*UI_DeploymentBundle) ProtoMessage ¶
func (*UI_DeploymentBundle) ProtoMessage()
func (*UI_DeploymentBundle) ProtoReflect ¶
func (x *UI_DeploymentBundle) ProtoReflect() protoreflect.Message
func (*UI_DeploymentBundle) Reset ¶
func (x *UI_DeploymentBundle) Reset()
func (*UI_DeploymentBundle) String ¶
func (x *UI_DeploymentBundle) String() string
func (*UI_DeploymentBundle) UnmarshalJSON ¶
func (msg *UI_DeploymentBundle) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type UI_GetProjectRequest ¶
type UI_GetProjectRequest struct { Project *Ref_Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` // contains filtered or unexported fields }
func (*UI_GetProjectRequest) Descriptor
deprecated
func (*UI_GetProjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use UI_GetProjectRequest.ProtoReflect.Descriptor instead.
func (*UI_GetProjectRequest) GetProject ¶
func (x *UI_GetProjectRequest) GetProject() *Ref_Project
func (*UI_GetProjectRequest) MarshalJSON ¶
func (msg *UI_GetProjectRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*UI_GetProjectRequest) ProtoMessage ¶
func (*UI_GetProjectRequest) ProtoMessage()
func (*UI_GetProjectRequest) ProtoReflect ¶
func (x *UI_GetProjectRequest) ProtoReflect() protoreflect.Message
func (*UI_GetProjectRequest) Reset ¶
func (x *UI_GetProjectRequest) Reset()
func (*UI_GetProjectRequest) String ¶
func (x *UI_GetProjectRequest) String() string
func (*UI_GetProjectRequest) UnmarshalJSON ¶
func (msg *UI_GetProjectRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type UI_GetProjectResponse ¶
type UI_GetProjectResponse struct { Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` LatestInitJob *Job `protobuf:"bytes,2,opt,name=latest_init_job,json=latestInitJob,proto3" json:"latest_init_job,omitempty"` // contains filtered or unexported fields }
func (*UI_GetProjectResponse) Descriptor
deprecated
func (*UI_GetProjectResponse) Descriptor() ([]byte, []int)
Deprecated: Use UI_GetProjectResponse.ProtoReflect.Descriptor instead.
func (*UI_GetProjectResponse) GetLatestInitJob ¶
func (x *UI_GetProjectResponse) GetLatestInitJob() *Job
func (*UI_GetProjectResponse) GetProject ¶
func (x *UI_GetProjectResponse) GetProject() *Project
func (*UI_GetProjectResponse) MarshalJSON ¶
func (msg *UI_GetProjectResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*UI_GetProjectResponse) ProtoMessage ¶
func (*UI_GetProjectResponse) ProtoMessage()
func (*UI_GetProjectResponse) ProtoReflect ¶
func (x *UI_GetProjectResponse) ProtoReflect() protoreflect.Message
func (*UI_GetProjectResponse) Reset ¶
func (x *UI_GetProjectResponse) Reset()
func (*UI_GetProjectResponse) String ¶
func (x *UI_GetProjectResponse) String() string
func (*UI_GetProjectResponse) UnmarshalJSON ¶
func (msg *UI_GetProjectResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type UI_ListDeploymentsRequest ¶
type UI_ListDeploymentsRequest struct { // Application that the deployments belong to. Application *Ref_Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` // Workspace that the deployments belong to. // If undefined, deployments from all workspaces will be listed. Workspace *Ref_Workspace `protobuf:"bytes,2,opt,name=workspace,proto3" json:"workspace,omitempty"` Order *OperationOrder `protobuf:"bytes,3,opt,name=order,proto3" json:"order,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,4,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 */ // contains filtered or unexported fields }
func (*UI_ListDeploymentsRequest) Descriptor
deprecated
func (*UI_ListDeploymentsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UI_ListDeploymentsRequest.ProtoReflect.Descriptor instead.
func (*UI_ListDeploymentsRequest) GetApplication ¶
func (x *UI_ListDeploymentsRequest) GetApplication() *Ref_Application
func (*UI_ListDeploymentsRequest) GetOrder ¶
func (x *UI_ListDeploymentsRequest) GetOrder() *OperationOrder
func (*UI_ListDeploymentsRequest) GetPhysicalState ¶
func (x *UI_ListDeploymentsRequest) GetPhysicalState() Operation_PhysicalState
func (*UI_ListDeploymentsRequest) GetStatus ¶
func (x *UI_ListDeploymentsRequest) GetStatus() []*StatusFilter
func (*UI_ListDeploymentsRequest) GetWorkspace ¶
func (x *UI_ListDeploymentsRequest) GetWorkspace() *Ref_Workspace
func (*UI_ListDeploymentsRequest) MarshalJSON ¶
func (msg *UI_ListDeploymentsRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*UI_ListDeploymentsRequest) ProtoMessage ¶
func (*UI_ListDeploymentsRequest) ProtoMessage()
func (*UI_ListDeploymentsRequest) ProtoReflect ¶
func (x *UI_ListDeploymentsRequest) ProtoReflect() protoreflect.Message
func (*UI_ListDeploymentsRequest) Reset ¶
func (x *UI_ListDeploymentsRequest) Reset()
func (*UI_ListDeploymentsRequest) String ¶
func (x *UI_ListDeploymentsRequest) String() string
func (*UI_ListDeploymentsRequest) UnmarshalJSON ¶
func (msg *UI_ListDeploymentsRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type UI_ListDeploymentsResponse ¶
type UI_ListDeploymentsResponse struct { // The list of deployments with related messages prefetched. Deployments []*UI_DeploymentBundle `protobuf:"bytes,1,rep,name=deployments,proto3" json:"deployments,omitempty"` // contains filtered or unexported fields }
func (*UI_ListDeploymentsResponse) Descriptor
deprecated
func (*UI_ListDeploymentsResponse) Descriptor() ([]byte, []int)
Deprecated: Use UI_ListDeploymentsResponse.ProtoReflect.Descriptor instead.
func (*UI_ListDeploymentsResponse) GetDeployments ¶
func (x *UI_ListDeploymentsResponse) GetDeployments() []*UI_DeploymentBundle
func (*UI_ListDeploymentsResponse) MarshalJSON ¶
func (msg *UI_ListDeploymentsResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*UI_ListDeploymentsResponse) ProtoMessage ¶
func (*UI_ListDeploymentsResponse) ProtoMessage()
func (*UI_ListDeploymentsResponse) ProtoReflect ¶
func (x *UI_ListDeploymentsResponse) ProtoReflect() protoreflect.Message
func (*UI_ListDeploymentsResponse) Reset ¶
func (x *UI_ListDeploymentsResponse) Reset()
func (*UI_ListDeploymentsResponse) String ¶
func (x *UI_ListDeploymentsResponse) String() string
func (*UI_ListDeploymentsResponse) UnmarshalJSON ¶
func (msg *UI_ListDeploymentsResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type UI_ListReleasesRequest ¶
type UI_ListReleasesRequest struct { // Application that the releases belong to. Application *Ref_Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` // Workspace that the releases belong to. // If undefined, releases from all workspaces will be listed. Workspace *Ref_Workspace `protobuf:"bytes,2,opt,name=workspace,proto3" json:"workspace,omitempty"` Order *OperationOrder `protobuf:"bytes,3,opt,name=order,proto3" json:"order,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,4,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 */ // contains filtered or unexported fields }
func (*UI_ListReleasesRequest) Descriptor
deprecated
func (*UI_ListReleasesRequest) Descriptor() ([]byte, []int)
Deprecated: Use UI_ListReleasesRequest.ProtoReflect.Descriptor instead.
func (*UI_ListReleasesRequest) GetApplication ¶
func (x *UI_ListReleasesRequest) GetApplication() *Ref_Application
func (*UI_ListReleasesRequest) GetOrder ¶
func (x *UI_ListReleasesRequest) GetOrder() *OperationOrder
func (*UI_ListReleasesRequest) GetPhysicalState ¶
func (x *UI_ListReleasesRequest) GetPhysicalState() Operation_PhysicalState
func (*UI_ListReleasesRequest) GetStatus ¶
func (x *UI_ListReleasesRequest) GetStatus() []*StatusFilter
func (*UI_ListReleasesRequest) GetWorkspace ¶
func (x *UI_ListReleasesRequest) GetWorkspace() *Ref_Workspace
func (*UI_ListReleasesRequest) MarshalJSON ¶
func (msg *UI_ListReleasesRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*UI_ListReleasesRequest) ProtoMessage ¶
func (*UI_ListReleasesRequest) ProtoMessage()
func (*UI_ListReleasesRequest) ProtoReflect ¶
func (x *UI_ListReleasesRequest) ProtoReflect() protoreflect.Message
func (*UI_ListReleasesRequest) Reset ¶
func (x *UI_ListReleasesRequest) Reset()
func (*UI_ListReleasesRequest) String ¶
func (x *UI_ListReleasesRequest) String() string
func (*UI_ListReleasesRequest) UnmarshalJSON ¶
func (msg *UI_ListReleasesRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type UI_ListReleasesResponse ¶
type UI_ListReleasesResponse struct { // The list of releases with related messages prefetched. Releases []*UI_ReleaseBundle `protobuf:"bytes,1,rep,name=releases,proto3" json:"releases,omitempty"` // contains filtered or unexported fields }
func (*UI_ListReleasesResponse) Descriptor
deprecated
func (*UI_ListReleasesResponse) Descriptor() ([]byte, []int)
Deprecated: Use UI_ListReleasesResponse.ProtoReflect.Descriptor instead.
func (*UI_ListReleasesResponse) GetReleases ¶
func (x *UI_ListReleasesResponse) GetReleases() []*UI_ReleaseBundle
func (*UI_ListReleasesResponse) MarshalJSON ¶
func (msg *UI_ListReleasesResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*UI_ListReleasesResponse) ProtoMessage ¶
func (*UI_ListReleasesResponse) ProtoMessage()
func (*UI_ListReleasesResponse) ProtoReflect ¶
func (x *UI_ListReleasesResponse) ProtoReflect() protoreflect.Message
func (*UI_ListReleasesResponse) Reset ¶
func (x *UI_ListReleasesResponse) Reset()
func (*UI_ListReleasesResponse) String ¶
func (x *UI_ListReleasesResponse) String() string
func (*UI_ListReleasesResponse) UnmarshalJSON ¶
func (msg *UI_ListReleasesResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type UI_ReleaseBundle ¶
type UI_ReleaseBundle struct { // The release in question. Release *Release `protobuf:"bytes,1,opt,name=release,proto3" json:"release,omitempty"` // The most recent status report generated for this release. LatestStatusReport *StatusReport `protobuf:"bytes,2,opt,name=latest_status_report,json=latestStatusReport,proto3" json:"latest_status_report,omitempty"` // contains filtered or unexported fields }
A release packaged alongside prefetched related messages.
func (*UI_ReleaseBundle) Descriptor
deprecated
func (*UI_ReleaseBundle) Descriptor() ([]byte, []int)
Deprecated: Use UI_ReleaseBundle.ProtoReflect.Descriptor instead.
func (*UI_ReleaseBundle) GetLatestStatusReport ¶
func (x *UI_ReleaseBundle) GetLatestStatusReport() *StatusReport
func (*UI_ReleaseBundle) GetRelease ¶
func (x *UI_ReleaseBundle) GetRelease() *Release
func (*UI_ReleaseBundle) MarshalJSON ¶
func (msg *UI_ReleaseBundle) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*UI_ReleaseBundle) ProtoMessage ¶
func (*UI_ReleaseBundle) ProtoMessage()
func (*UI_ReleaseBundle) ProtoReflect ¶
func (x *UI_ReleaseBundle) ProtoReflect() protoreflect.Message
func (*UI_ReleaseBundle) Reset ¶
func (x *UI_ReleaseBundle) Reset()
func (*UI_ReleaseBundle) String ¶
func (x *UI_ReleaseBundle) String() string
func (*UI_ReleaseBundle) UnmarshalJSON ¶
func (msg *UI_ReleaseBundle) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type UnimplementedWaypointServer ¶
type UnimplementedWaypointServer struct { }
UnimplementedWaypointServer must be embedded to have forward compatible implementations.
func (UnimplementedWaypointServer) AdoptRunner ¶
func (UnimplementedWaypointServer) AdoptRunner(context.Context, *AdoptRunnerRequest) (*emptypb.Empty, error)
func (UnimplementedWaypointServer) BootstrapToken ¶
func (UnimplementedWaypointServer) BootstrapToken(context.Context, *emptypb.Empty) (*NewTokenResponse, error)
func (UnimplementedWaypointServer) CancelJob ¶
func (UnimplementedWaypointServer) CancelJob(context.Context, *CancelJobRequest) (*emptypb.Empty, error)
func (UnimplementedWaypointServer) CancelTask ¶ added in v0.9.0
func (UnimplementedWaypointServer) CancelTask(context.Context, *CancelTaskRequest) (*emptypb.Empty, error)
func (UnimplementedWaypointServer) CompleteOIDCAuth ¶
func (UnimplementedWaypointServer) CompleteOIDCAuth(context.Context, *CompleteOIDCAuthRequest) (*CompleteOIDCAuthResponse, error)
func (UnimplementedWaypointServer) ConfigSyncPipeline ¶ added in v0.10.0
func (UnimplementedWaypointServer) ConfigSyncPipeline(context.Context, *ConfigSyncPipelineRequest) (*ConfigSyncPipelineResponse, 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 ¶
func (UnimplementedWaypointServer) CreateSnapshot(*emptypb.Empty, Waypoint_CreateSnapshotServer) error
func (UnimplementedWaypointServer) DecodeToken ¶
func (UnimplementedWaypointServer) DecodeToken(context.Context, *DecodeTokenRequest) (*DecodeTokenResponse, error)
func (UnimplementedWaypointServer) DeleteAuthMethod ¶
func (UnimplementedWaypointServer) DeleteAuthMethod(context.Context, *DeleteAuthMethodRequest) (*emptypb.Empty, error)
func (UnimplementedWaypointServer) DeleteHostname ¶
func (UnimplementedWaypointServer) DeleteHostname(context.Context, *DeleteHostnameRequest) (*emptypb.Empty, error)
func (UnimplementedWaypointServer) DeleteOnDemandRunnerConfig ¶ added in v0.9.0
func (UnimplementedWaypointServer) DeleteOnDemandRunnerConfig(context.Context, *DeleteOnDemandRunnerConfigRequest) (*DeleteOnDemandRunnerConfigResponse, error)
func (UnimplementedWaypointServer) DeleteTrigger ¶
func (UnimplementedWaypointServer) DeleteTrigger(context.Context, *DeleteTriggerRequest) (*emptypb.Empty, error)
func (UnimplementedWaypointServer) DeleteUser ¶
func (UnimplementedWaypointServer) DeleteUser(context.Context, *DeleteUserRequest) (*emptypb.Empty, error)
func (UnimplementedWaypointServer) DestroyProject ¶ added in v0.10.0
func (UnimplementedWaypointServer) DestroyProject(context.Context, *DestroyProjectRequest) (*emptypb.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) ExpediteStatusReport ¶
func (UnimplementedWaypointServer) ExpediteStatusReport(context.Context, *ExpediteStatusReportRequest) (*ExpediteStatusReportResponse, error)
func (UnimplementedWaypointServer) ForgetRunner ¶
func (UnimplementedWaypointServer) ForgetRunner(context.Context, *ForgetRunnerRequest) (*emptypb.Empty, error)
func (UnimplementedWaypointServer) GenerateInviteToken ¶
func (UnimplementedWaypointServer) GenerateInviteToken(context.Context, *InviteTokenRequest) (*NewTokenResponse, error)
func (UnimplementedWaypointServer) GenerateLoginToken ¶
func (UnimplementedWaypointServer) GenerateLoginToken(context.Context, *LoginTokenRequest) (*NewTokenResponse, error)
func (UnimplementedWaypointServer) GenerateRunnerToken ¶
func (UnimplementedWaypointServer) GenerateRunnerToken(context.Context, *GenerateRunnerTokenRequest) (*NewTokenResponse, error)
func (UnimplementedWaypointServer) GetApplication ¶
func (UnimplementedWaypointServer) GetApplication(context.Context, *GetApplicationRequest) (*GetApplicationResponse, error)
func (UnimplementedWaypointServer) GetAuthMethod ¶
func (UnimplementedWaypointServer) GetAuthMethod(context.Context, *GetAuthMethodRequest) (*GetAuthMethodResponse, 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 ¶
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 ¶
func (UnimplementedWaypointServer) GetLatestStatusReport(context.Context, *GetLatestStatusReportRequest) (*StatusReport, error)
func (UnimplementedWaypointServer) GetLogStream ¶
func (UnimplementedWaypointServer) GetLogStream(*GetLogStreamRequest, Waypoint_GetLogStreamServer) error
func (UnimplementedWaypointServer) GetOIDCAuthURL ¶
func (UnimplementedWaypointServer) GetOIDCAuthURL(context.Context, *GetOIDCAuthURLRequest) (*GetOIDCAuthURLResponse, error)
func (UnimplementedWaypointServer) GetOnDemandRunnerConfig ¶
func (UnimplementedWaypointServer) GetOnDemandRunnerConfig(context.Context, *GetOnDemandRunnerConfigRequest) (*GetOnDemandRunnerConfigResponse, error)
func (UnimplementedWaypointServer) GetPipeline ¶ added in v0.10.0
func (UnimplementedWaypointServer) GetPipeline(context.Context, *GetPipelineRequest) (*GetPipelineResponse, error)
func (UnimplementedWaypointServer) GetPipelineRun ¶ added in v0.10.0
func (UnimplementedWaypointServer) GetPipelineRun(context.Context, *GetPipelineRunRequest) (*GetPipelineRunResponse, 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, *emptypb.Empty) (*GetServerConfigResponse, error)
func (UnimplementedWaypointServer) GetStatusReport ¶
func (UnimplementedWaypointServer) GetStatusReport(context.Context, *GetStatusReportRequest) (*StatusReport, error)
func (UnimplementedWaypointServer) GetTask ¶ added in v0.9.0
func (UnimplementedWaypointServer) GetTask(context.Context, *GetTaskRequest) (*GetTaskResponse, error)
func (UnimplementedWaypointServer) GetTrigger ¶
func (UnimplementedWaypointServer) GetTrigger(context.Context, *GetTriggerRequest) (*GetTriggerResponse, error)
func (UnimplementedWaypointServer) GetUser ¶
func (UnimplementedWaypointServer) GetUser(context.Context, *GetUserRequest) (*GetUserResponse, error)
func (UnimplementedWaypointServer) GetVersionInfo ¶
func (UnimplementedWaypointServer) GetVersionInfo(context.Context, *emptypb.Empty) (*GetVersionInfoResponse, error)
func (UnimplementedWaypointServer) GetWorkspace ¶
func (UnimplementedWaypointServer) GetWorkspace(context.Context, *GetWorkspaceRequest) (*GetWorkspaceResponse, error)
func (UnimplementedWaypointServer) ListAuthMethods ¶
func (UnimplementedWaypointServer) ListAuthMethods(context.Context, *emptypb.Empty) (*ListAuthMethodsResponse, 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) ListJobs ¶
func (UnimplementedWaypointServer) ListJobs(context.Context, *ListJobsRequest) (*ListJobsResponse, error)
func (UnimplementedWaypointServer) ListOIDCAuthMethods ¶
func (UnimplementedWaypointServer) ListOIDCAuthMethods(context.Context, *emptypb.Empty) (*ListOIDCAuthMethodsResponse, error)
func (UnimplementedWaypointServer) ListOnDemandRunnerConfigs ¶
func (UnimplementedWaypointServer) ListOnDemandRunnerConfigs(context.Context, *emptypb.Empty) (*ListOnDemandRunnerConfigsResponse, error)
func (UnimplementedWaypointServer) ListPipelineRuns ¶ added in v0.10.0
func (UnimplementedWaypointServer) ListPipelineRuns(context.Context, *ListPipelineRunsRequest) (*ListPipelineRunsResponse, error)
func (UnimplementedWaypointServer) ListPipelines ¶ added in v0.10.0
func (UnimplementedWaypointServer) ListPipelines(context.Context, *ListPipelinesRequest) (*ListPipelinesResponse, error)
func (UnimplementedWaypointServer) ListProjects ¶
func (UnimplementedWaypointServer) ListProjects(context.Context, *emptypb.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) ListRunners ¶
func (UnimplementedWaypointServer) ListRunners(context.Context, *ListRunnersRequest) (*ListRunnersResponse, error)
func (UnimplementedWaypointServer) ListStatusReports ¶
func (UnimplementedWaypointServer) ListStatusReports(context.Context, *ListStatusReportsRequest) (*ListStatusReportsResponse, error)
func (UnimplementedWaypointServer) ListTask ¶ added in v0.9.0
func (UnimplementedWaypointServer) ListTask(context.Context, *ListTaskRequest) (*ListTaskResponse, error)
func (UnimplementedWaypointServer) ListTriggers ¶
func (UnimplementedWaypointServer) ListTriggers(context.Context, *ListTriggerRequest) (*ListTriggerResponse, error)
func (UnimplementedWaypointServer) ListUsers ¶
func (UnimplementedWaypointServer) ListUsers(context.Context, *emptypb.Empty) (*ListUsersResponse, error)
func (UnimplementedWaypointServer) ListWorkspaces ¶
func (UnimplementedWaypointServer) ListWorkspaces(context.Context, *ListWorkspacesRequest) (*ListWorkspacesResponse, error)
func (UnimplementedWaypointServer) NoAuthRunTrigger ¶
func (UnimplementedWaypointServer) NoAuthRunTrigger(context.Context, *RunTriggerRequest) (*RunTriggerResponse, error)
func (UnimplementedWaypointServer) QueueJob ¶
func (UnimplementedWaypointServer) QueueJob(context.Context, *QueueJobRequest) (*QueueJobResponse, error)
func (UnimplementedWaypointServer) RestoreSnapshot ¶
func (UnimplementedWaypointServer) RestoreSnapshot(Waypoint_RestoreSnapshotServer) error
func (UnimplementedWaypointServer) RunPipeline ¶ added in v0.10.0
func (UnimplementedWaypointServer) RunPipeline(context.Context, *RunPipelineRequest) (*RunPipelineResponse, error)
func (UnimplementedWaypointServer) RunTrigger ¶
func (UnimplementedWaypointServer) RunTrigger(context.Context, *RunTriggerRequest) (*RunTriggerResponse, 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) RunnerToken ¶
func (UnimplementedWaypointServer) RunnerToken(context.Context, *RunnerTokenRequest) (*RunnerTokenResponse, error)
func (UnimplementedWaypointServer) SetConfig ¶
func (UnimplementedWaypointServer) SetConfig(context.Context, *ConfigSetRequest) (*ConfigSetResponse, error)
func (UnimplementedWaypointServer) SetConfigSource ¶
func (UnimplementedWaypointServer) SetConfigSource(context.Context, *SetConfigSourceRequest) (*emptypb.Empty, error)
func (UnimplementedWaypointServer) SetServerConfig ¶
func (UnimplementedWaypointServer) SetServerConfig(context.Context, *SetServerConfigRequest) (*emptypb.Empty, error)
func (UnimplementedWaypointServer) StartExecStream ¶
func (UnimplementedWaypointServer) StartExecStream(Waypoint_StartExecStreamServer) error
func (UnimplementedWaypointServer) UI_GetProject ¶
func (UnimplementedWaypointServer) UI_GetProject(context.Context, *UI_GetProjectRequest) (*UI_GetProjectResponse, error)
func (UnimplementedWaypointServer) UI_ListDeployments ¶
func (UnimplementedWaypointServer) UI_ListDeployments(context.Context, *UI_ListDeploymentsRequest) (*UI_ListDeploymentsResponse, error)
func (UnimplementedWaypointServer) UI_ListReleases ¶
func (UnimplementedWaypointServer) UI_ListReleases(context.Context, *UI_ListReleasesRequest) (*UI_ListReleasesResponse, error)
func (UnimplementedWaypointServer) UpdateUser ¶
func (UnimplementedWaypointServer) UpdateUser(context.Context, *UpdateUserRequest) (*UpdateUserResponse, error)
func (UnimplementedWaypointServer) UpsertApplication ¶
func (UnimplementedWaypointServer) UpsertApplication(context.Context, *UpsertApplicationRequest) (*UpsertApplicationResponse, error)
func (UnimplementedWaypointServer) UpsertAuthMethod ¶
func (UnimplementedWaypointServer) UpsertAuthMethod(context.Context, *UpsertAuthMethodRequest) (*UpsertAuthMethodResponse, 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) UpsertOnDemandRunnerConfig ¶
func (UnimplementedWaypointServer) UpsertOnDemandRunnerConfig(context.Context, *UpsertOnDemandRunnerConfigRequest) (*UpsertOnDemandRunnerConfigResponse, error)
func (UnimplementedWaypointServer) UpsertPipeline ¶ added in v0.10.0
func (UnimplementedWaypointServer) UpsertPipeline(context.Context, *UpsertPipelineRequest) (*UpsertPipelineResponse, 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 ¶
func (UnimplementedWaypointServer) UpsertStatusReport(context.Context, *UpsertStatusReportRequest) (*UpsertStatusReportResponse, error)
func (UnimplementedWaypointServer) UpsertTrigger ¶
func (UnimplementedWaypointServer) UpsertTrigger(context.Context, *UpsertTriggerRequest) (*UpsertTriggerResponse, error)
func (UnimplementedWaypointServer) UpsertWorkspace ¶
func (UnimplementedWaypointServer) UpsertWorkspace(context.Context, *UpsertWorkspaceRequest) (*UpsertWorkspaceResponse, error)
func (UnimplementedWaypointServer) ValidateJob ¶
func (UnimplementedWaypointServer) ValidateJob(context.Context, *ValidateJobRequest) (*ValidateJobResponse, error)
func (UnimplementedWaypointServer) WaypointHclFmt ¶
func (UnimplementedWaypointServer) WaypointHclFmt(context.Context, *WaypointHclFmtRequest) (*WaypointHclFmtResponse, error)
type UnsafeWaypointServer ¶
type UnsafeWaypointServer interface {
// contains filtered or unexported methods
}
UnsafeWaypointServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to WaypointServer will result in compilation errors.
type UpdateUserRequest ¶
type UpdateUserRequest struct { // User to update along with the edited fields. Please see the docs // on User to determine what can be edited. Fields that aren't editable // will be ignored. User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*UpdateUserRequest) Descriptor
deprecated
func (*UpdateUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserRequest) GetUser ¶
func (x *UpdateUserRequest) GetUser() *User
func (*UpdateUserRequest) MarshalJSON ¶
func (msg *UpdateUserRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*UpdateUserRequest) ProtoMessage ¶
func (*UpdateUserRequest) ProtoMessage()
func (*UpdateUserRequest) ProtoReflect ¶
func (x *UpdateUserRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserRequest) Reset ¶
func (x *UpdateUserRequest) Reset()
func (*UpdateUserRequest) String ¶
func (x *UpdateUserRequest) String() string
func (*UpdateUserRequest) UnmarshalJSON ¶
func (msg *UpdateUserRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type UpdateUserResponse ¶
type UpdateUserResponse struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*UpdateUserResponse) Descriptor
deprecated
func (*UpdateUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserResponse.ProtoReflect.Descriptor instead.
func (*UpdateUserResponse) GetUser ¶
func (x *UpdateUserResponse) GetUser() *User
func (*UpdateUserResponse) MarshalJSON ¶
func (msg *UpdateUserResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*UpdateUserResponse) ProtoMessage ¶
func (*UpdateUserResponse) ProtoMessage()
func (*UpdateUserResponse) ProtoReflect ¶
func (x *UpdateUserResponse) ProtoReflect() protoreflect.Message
func (*UpdateUserResponse) Reset ¶
func (x *UpdateUserResponse) Reset()
func (*UpdateUserResponse) String ¶
func (x *UpdateUserResponse) String() string
func (*UpdateUserResponse) UnmarshalJSON ¶
func (msg *UpdateUserResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
func (msg *UpsertApplicationResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type UpsertAuthMethodRequest ¶
type UpsertAuthMethodRequest struct { // AuthMethod to upsert. See the message for what fields to set. AuthMethod *AuthMethod `protobuf:"bytes,1,opt,name=auth_method,json=authMethod,proto3" json:"auth_method,omitempty"` // contains filtered or unexported fields }
func (*UpsertAuthMethodRequest) Descriptor
deprecated
func (*UpsertAuthMethodRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpsertAuthMethodRequest.ProtoReflect.Descriptor instead.
func (*UpsertAuthMethodRequest) GetAuthMethod ¶
func (x *UpsertAuthMethodRequest) GetAuthMethod() *AuthMethod
func (*UpsertAuthMethodRequest) MarshalJSON ¶
func (msg *UpsertAuthMethodRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*UpsertAuthMethodRequest) ProtoMessage ¶
func (*UpsertAuthMethodRequest) ProtoMessage()
func (*UpsertAuthMethodRequest) ProtoReflect ¶
func (x *UpsertAuthMethodRequest) ProtoReflect() protoreflect.Message
func (*UpsertAuthMethodRequest) Reset ¶
func (x *UpsertAuthMethodRequest) Reset()
func (*UpsertAuthMethodRequest) String ¶
func (x *UpsertAuthMethodRequest) String() string
func (*UpsertAuthMethodRequest) UnmarshalJSON ¶
func (msg *UpsertAuthMethodRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type UpsertAuthMethodResponse ¶
type UpsertAuthMethodResponse struct { AuthMethod *AuthMethod `protobuf:"bytes,1,opt,name=auth_method,json=authMethod,proto3" json:"auth_method,omitempty"` // contains filtered or unexported fields }
func (*UpsertAuthMethodResponse) Descriptor
deprecated
func (*UpsertAuthMethodResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpsertAuthMethodResponse.ProtoReflect.Descriptor instead.
func (*UpsertAuthMethodResponse) GetAuthMethod ¶
func (x *UpsertAuthMethodResponse) GetAuthMethod() *AuthMethod
func (*UpsertAuthMethodResponse) MarshalJSON ¶
func (msg *UpsertAuthMethodResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*UpsertAuthMethodResponse) ProtoMessage ¶
func (*UpsertAuthMethodResponse) ProtoMessage()
func (*UpsertAuthMethodResponse) ProtoReflect ¶
func (x *UpsertAuthMethodResponse) ProtoReflect() protoreflect.Message
func (*UpsertAuthMethodResponse) Reset ¶
func (x *UpsertAuthMethodResponse) Reset()
func (*UpsertAuthMethodResponse) String ¶
func (x *UpsertAuthMethodResponse) String() string
func (*UpsertAuthMethodResponse) UnmarshalJSON ¶
func (msg *UpsertAuthMethodResponse) 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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
func (msg *UpsertDeploymentResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type UpsertOnDemandRunnerConfigRequest ¶
type UpsertOnDemandRunnerConfigRequest struct { // ondemand_runner to upsert. If the id is empty, then this is an insert, // otherwise this is an update operation. Config *OnDemandRunnerConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*UpsertOnDemandRunnerConfigRequest) Descriptor
deprecated
func (*UpsertOnDemandRunnerConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpsertOnDemandRunnerConfigRequest.ProtoReflect.Descriptor instead.
func (*UpsertOnDemandRunnerConfigRequest) GetConfig ¶
func (x *UpsertOnDemandRunnerConfigRequest) GetConfig() *OnDemandRunnerConfig
func (*UpsertOnDemandRunnerConfigRequest) MarshalJSON ¶
func (msg *UpsertOnDemandRunnerConfigRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*UpsertOnDemandRunnerConfigRequest) ProtoMessage ¶
func (*UpsertOnDemandRunnerConfigRequest) ProtoMessage()
func (*UpsertOnDemandRunnerConfigRequest) ProtoReflect ¶
func (x *UpsertOnDemandRunnerConfigRequest) ProtoReflect() protoreflect.Message
func (*UpsertOnDemandRunnerConfigRequest) Reset ¶
func (x *UpsertOnDemandRunnerConfigRequest) Reset()
func (*UpsertOnDemandRunnerConfigRequest) String ¶
func (x *UpsertOnDemandRunnerConfigRequest) String() string
func (*UpsertOnDemandRunnerConfigRequest) UnmarshalJSON ¶
func (msg *UpsertOnDemandRunnerConfigRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type UpsertOnDemandRunnerConfigResponse ¶
type UpsertOnDemandRunnerConfigResponse struct { // The resulting ondemand runner value. It should replace the one that was // sent in the request. Config *OnDemandRunnerConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*UpsertOnDemandRunnerConfigResponse) Descriptor
deprecated
func (*UpsertOnDemandRunnerConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpsertOnDemandRunnerConfigResponse.ProtoReflect.Descriptor instead.
func (*UpsertOnDemandRunnerConfigResponse) GetConfig ¶
func (x *UpsertOnDemandRunnerConfigResponse) GetConfig() *OnDemandRunnerConfig
func (*UpsertOnDemandRunnerConfigResponse) MarshalJSON ¶
func (msg *UpsertOnDemandRunnerConfigResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*UpsertOnDemandRunnerConfigResponse) ProtoMessage ¶
func (*UpsertOnDemandRunnerConfigResponse) ProtoMessage()
func (*UpsertOnDemandRunnerConfigResponse) ProtoReflect ¶
func (x *UpsertOnDemandRunnerConfigResponse) ProtoReflect() protoreflect.Message
func (*UpsertOnDemandRunnerConfigResponse) Reset ¶
func (x *UpsertOnDemandRunnerConfigResponse) Reset()
func (*UpsertOnDemandRunnerConfigResponse) String ¶
func (x *UpsertOnDemandRunnerConfigResponse) String() string
func (*UpsertOnDemandRunnerConfigResponse) UnmarshalJSON ¶
func (msg *UpsertOnDemandRunnerConfigResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type UpsertPipelineRequest ¶ added in v0.10.0
type UpsertPipelineRequest struct { Pipeline *Pipeline `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"` // contains filtered or unexported fields }
func (*UpsertPipelineRequest) Descriptor
deprecated
added in
v0.10.0
func (*UpsertPipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpsertPipelineRequest.ProtoReflect.Descriptor instead.
func (*UpsertPipelineRequest) GetPipeline ¶ added in v0.10.0
func (x *UpsertPipelineRequest) GetPipeline() *Pipeline
func (*UpsertPipelineRequest) MarshalJSON ¶ added in v0.10.0
func (msg *UpsertPipelineRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*UpsertPipelineRequest) ProtoMessage ¶ added in v0.10.0
func (*UpsertPipelineRequest) ProtoMessage()
func (*UpsertPipelineRequest) ProtoReflect ¶ added in v0.10.0
func (x *UpsertPipelineRequest) ProtoReflect() protoreflect.Message
func (*UpsertPipelineRequest) Reset ¶ added in v0.10.0
func (x *UpsertPipelineRequest) Reset()
func (*UpsertPipelineRequest) String ¶ added in v0.10.0
func (x *UpsertPipelineRequest) String() string
func (*UpsertPipelineRequest) UnmarshalJSON ¶ added in v0.10.0
func (msg *UpsertPipelineRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type UpsertPipelineResponse ¶ added in v0.10.0
type UpsertPipelineResponse struct { // This is the inserted/updated pipeline. This may not match the // input since this will contain fully normalized data. Pipeline *Pipeline `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"` // contains filtered or unexported fields }
func (*UpsertPipelineResponse) Descriptor
deprecated
added in
v0.10.0
func (*UpsertPipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpsertPipelineResponse.ProtoReflect.Descriptor instead.
func (*UpsertPipelineResponse) GetPipeline ¶ added in v0.10.0
func (x *UpsertPipelineResponse) GetPipeline() *Pipeline
func (*UpsertPipelineResponse) MarshalJSON ¶ added in v0.10.0
func (msg *UpsertPipelineResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*UpsertPipelineResponse) ProtoMessage ¶ added in v0.10.0
func (*UpsertPipelineResponse) ProtoMessage()
func (*UpsertPipelineResponse) ProtoReflect ¶ added in v0.10.0
func (x *UpsertPipelineResponse) ProtoReflect() protoreflect.Message
func (*UpsertPipelineResponse) Reset ¶ added in v0.10.0
func (x *UpsertPipelineResponse) Reset()
func (*UpsertPipelineResponse) String ¶ added in v0.10.0
func (x *UpsertPipelineResponse) String() string
func (*UpsertPipelineResponse) UnmarshalJSON ¶ added in v0.10.0
func (msg *UpsertPipelineResponse) 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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
func (msg *UpsertReleaseResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type UpsertStatusReportRequest ¶
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
func (*UpsertStatusReportRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpsertStatusReportRequest.ProtoReflect.Descriptor instead.
func (*UpsertStatusReportRequest) GetStatusReport ¶
func (x *UpsertStatusReportRequest) GetStatusReport() *StatusReport
func (*UpsertStatusReportRequest) MarshalJSON ¶
func (msg *UpsertStatusReportRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*UpsertStatusReportRequest) ProtoMessage ¶
func (*UpsertStatusReportRequest) ProtoMessage()
func (*UpsertStatusReportRequest) ProtoReflect ¶
func (x *UpsertStatusReportRequest) ProtoReflect() protoreflect.Message
func (*UpsertStatusReportRequest) Reset ¶
func (x *UpsertStatusReportRequest) Reset()
func (*UpsertStatusReportRequest) String ¶
func (x *UpsertStatusReportRequest) String() string
func (*UpsertStatusReportRequest) UnmarshalJSON ¶
func (msg *UpsertStatusReportRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type UpsertStatusReportResponse ¶
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
func (*UpsertStatusReportResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpsertStatusReportResponse.ProtoReflect.Descriptor instead.
func (*UpsertStatusReportResponse) GetStatusReport ¶
func (x *UpsertStatusReportResponse) GetStatusReport() *StatusReport
func (*UpsertStatusReportResponse) MarshalJSON ¶
func (msg *UpsertStatusReportResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*UpsertStatusReportResponse) ProtoMessage ¶
func (*UpsertStatusReportResponse) ProtoMessage()
func (*UpsertStatusReportResponse) ProtoReflect ¶
func (x *UpsertStatusReportResponse) ProtoReflect() protoreflect.Message
func (*UpsertStatusReportResponse) Reset ¶
func (x *UpsertStatusReportResponse) Reset()
func (*UpsertStatusReportResponse) String ¶
func (x *UpsertStatusReportResponse) String() string
func (*UpsertStatusReportResponse) UnmarshalJSON ¶
func (msg *UpsertStatusReportResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type UpsertTaskRequest ¶ added in v0.9.0
type UpsertTaskRequest struct { // The Task to upsert. If the id in the Task message is empty, then this will // be an insert in the db. Otherwise if an id was requested, this will act // as an update. If the ID isn't found, it will be an error. Task *Task `protobuf:"bytes,1,opt,name=task,proto3" json:"task,omitempty"` // contains filtered or unexported fields }
func (*UpsertTaskRequest) Descriptor
deprecated
added in
v0.9.0
func (*UpsertTaskRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpsertTaskRequest.ProtoReflect.Descriptor instead.
func (*UpsertTaskRequest) GetTask ¶ added in v0.9.0
func (x *UpsertTaskRequest) GetTask() *Task
func (*UpsertTaskRequest) MarshalJSON ¶ added in v0.9.0
func (msg *UpsertTaskRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*UpsertTaskRequest) ProtoMessage ¶ added in v0.9.0
func (*UpsertTaskRequest) ProtoMessage()
func (*UpsertTaskRequest) ProtoReflect ¶ added in v0.9.0
func (x *UpsertTaskRequest) ProtoReflect() protoreflect.Message
func (*UpsertTaskRequest) Reset ¶ added in v0.9.0
func (x *UpsertTaskRequest) Reset()
func (*UpsertTaskRequest) String ¶ added in v0.9.0
func (x *UpsertTaskRequest) String() string
func (*UpsertTaskRequest) UnmarshalJSON ¶ added in v0.9.0
func (msg *UpsertTaskRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type UpsertTaskResponse ¶ added in v0.9.0
type UpsertTaskResponse struct { // The resulting Task that was Upserted. Task *Task `protobuf:"bytes,1,opt,name=task,proto3" json:"task,omitempty"` // contains filtered or unexported fields }
func (*UpsertTaskResponse) Descriptor
deprecated
added in
v0.9.0
func (*UpsertTaskResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpsertTaskResponse.ProtoReflect.Descriptor instead.
func (*UpsertTaskResponse) GetTask ¶ added in v0.9.0
func (x *UpsertTaskResponse) GetTask() *Task
func (*UpsertTaskResponse) MarshalJSON ¶ added in v0.9.0
func (msg *UpsertTaskResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*UpsertTaskResponse) ProtoMessage ¶ added in v0.9.0
func (*UpsertTaskResponse) ProtoMessage()
func (*UpsertTaskResponse) ProtoReflect ¶ added in v0.9.0
func (x *UpsertTaskResponse) ProtoReflect() protoreflect.Message
func (*UpsertTaskResponse) Reset ¶ added in v0.9.0
func (x *UpsertTaskResponse) Reset()
func (*UpsertTaskResponse) String ¶ added in v0.9.0
func (x *UpsertTaskResponse) String() string
func (*UpsertTaskResponse) UnmarshalJSON ¶ added in v0.9.0
func (msg *UpsertTaskResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type UpsertTriggerRequest ¶
type UpsertTriggerRequest struct { // Trigger URL to upsert. If the id in the message is empty, then this // will be an insert. Otherwise, this will be an update. If the ID // isn't found, it will be an error. Trigger *Trigger `protobuf:"bytes,1,opt,name=trigger,proto3" json:"trigger,omitempty"` // contains filtered or unexported fields }
func (*UpsertTriggerRequest) Descriptor
deprecated
func (*UpsertTriggerRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpsertTriggerRequest.ProtoReflect.Descriptor instead.
func (*UpsertTriggerRequest) GetTrigger ¶
func (x *UpsertTriggerRequest) GetTrigger() *Trigger
func (*UpsertTriggerRequest) MarshalJSON ¶
func (msg *UpsertTriggerRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*UpsertTriggerRequest) ProtoMessage ¶
func (*UpsertTriggerRequest) ProtoMessage()
func (*UpsertTriggerRequest) ProtoReflect ¶
func (x *UpsertTriggerRequest) ProtoReflect() protoreflect.Message
func (*UpsertTriggerRequest) Reset ¶
func (x *UpsertTriggerRequest) Reset()
func (*UpsertTriggerRequest) String ¶
func (x *UpsertTriggerRequest) String() string
func (*UpsertTriggerRequest) UnmarshalJSON ¶
func (msg *UpsertTriggerRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type UpsertTriggerResponse ¶
type UpsertTriggerResponse struct { // The resulting created trigger object after an Upsert. Trigger *Trigger `protobuf:"bytes,1,opt,name=trigger,proto3" json:"trigger,omitempty"` // contains filtered or unexported fields }
func (*UpsertTriggerResponse) Descriptor
deprecated
func (*UpsertTriggerResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpsertTriggerResponse.ProtoReflect.Descriptor instead.
func (*UpsertTriggerResponse) GetTrigger ¶
func (x *UpsertTriggerResponse) GetTrigger() *Trigger
func (*UpsertTriggerResponse) MarshalJSON ¶
func (msg *UpsertTriggerResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*UpsertTriggerResponse) ProtoMessage ¶
func (*UpsertTriggerResponse) ProtoMessage()
func (*UpsertTriggerResponse) ProtoReflect ¶
func (x *UpsertTriggerResponse) ProtoReflect() protoreflect.Message
func (*UpsertTriggerResponse) Reset ¶
func (x *UpsertTriggerResponse) Reset()
func (*UpsertTriggerResponse) String ¶
func (x *UpsertTriggerResponse) String() string
func (*UpsertTriggerResponse) UnmarshalJSON ¶
func (msg *UpsertTriggerResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type UpsertWorkspaceRequest ¶
type UpsertWorkspaceRequest struct { Workspace *Workspace `protobuf:"bytes,1,opt,name=workspace,proto3" json:"workspace,omitempty"` // contains filtered or unexported fields }
func (*UpsertWorkspaceRequest) Descriptor
deprecated
func (*UpsertWorkspaceRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpsertWorkspaceRequest.ProtoReflect.Descriptor instead.
func (*UpsertWorkspaceRequest) GetWorkspace ¶
func (x *UpsertWorkspaceRequest) GetWorkspace() *Workspace
func (*UpsertWorkspaceRequest) MarshalJSON ¶
func (msg *UpsertWorkspaceRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*UpsertWorkspaceRequest) ProtoMessage ¶
func (*UpsertWorkspaceRequest) ProtoMessage()
func (*UpsertWorkspaceRequest) ProtoReflect ¶
func (x *UpsertWorkspaceRequest) ProtoReflect() protoreflect.Message
func (*UpsertWorkspaceRequest) Reset ¶
func (x *UpsertWorkspaceRequest) Reset()
func (*UpsertWorkspaceRequest) String ¶
func (x *UpsertWorkspaceRequest) String() string
func (*UpsertWorkspaceRequest) UnmarshalJSON ¶
func (msg *UpsertWorkspaceRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type UpsertWorkspaceResponse ¶
type UpsertWorkspaceResponse struct { Workspace *Workspace `protobuf:"bytes,1,opt,name=workspace,proto3" json:"workspace,omitempty"` // contains filtered or unexported fields }
func (*UpsertWorkspaceResponse) Descriptor
deprecated
func (*UpsertWorkspaceResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpsertWorkspaceResponse.ProtoReflect.Descriptor instead.
func (*UpsertWorkspaceResponse) GetWorkspace ¶
func (x *UpsertWorkspaceResponse) GetWorkspace() *Workspace
func (*UpsertWorkspaceResponse) MarshalJSON ¶
func (msg *UpsertWorkspaceResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*UpsertWorkspaceResponse) ProtoMessage ¶
func (*UpsertWorkspaceResponse) ProtoMessage()
func (*UpsertWorkspaceResponse) ProtoReflect ¶
func (x *UpsertWorkspaceResponse) ProtoReflect() protoreflect.Message
func (*UpsertWorkspaceResponse) Reset ¶
func (x *UpsertWorkspaceResponse) Reset()
func (*UpsertWorkspaceResponse) String ¶
func (x *UpsertWorkspaceResponse) String() string
func (*UpsertWorkspaceResponse) UnmarshalJSON ¶
func (msg *UpsertWorkspaceResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type User ¶
type User struct { // Id that is unique to the Waypoint server (usually a ULID). Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // username, unique to the Waypoint server. May not be blank, // but can be changed. We allow changing so that auth methods // such as OIDC can generate non-user-friendly usernames and // the user can fix them up later. Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` // Display name, not used for login. May be blank. Display string `protobuf:"bytes,3,opt,name=display,proto3" json:"display,omitempty"` // Email, not used for login. May be blank. May not be verified. // Verification currently depends on the auth system. One day maybe // Waypoint will handle this. Email string `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"` // Links is the list of account links with 3rd party // identity systems. Links []*User_Link `protobuf:"bytes,5,rep,name=links,proto3" json:"links,omitempty"` // contains filtered or unexported fields }
User represents a single user identity within the Waypoint server. A user account may represent multiple authentication methods (OIDC from multiple sources, tokens, etc.).
func (*User) Descriptor
deprecated
func (*User) GetDisplay ¶
func (*User) GetUsername ¶
func (*User) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
func (*User) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler
type User_Link ¶
type User_Link struct { // Types that are assignable to Method: // *User_Link_Oidc Method isUser_Link_Method `protobuf_oneof:"method"` // contains filtered or unexported fields }
Link is a connection between an authentication provider and the user identity. This is used to lookup a unique user account within Waypoint from multiple auth sources (i.e. GitHub auth, user/pass, etc.).
func (*User_Link) Descriptor
deprecated
func (*User_Link) GetOidc ¶
func (x *User_Link) GetOidc() *User_Link_OIDC
func (*User_Link) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*User_Link) ProtoMessage ¶
func (*User_Link) ProtoMessage()
func (*User_Link) ProtoReflect ¶
func (x *User_Link) ProtoReflect() protoreflect.Message
func (*User_Link) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler
type User_Link_OIDC ¶
type User_Link_OIDC struct { // issuer and sub claims can be used to uniquely identify a user Iss string `protobuf:"bytes,1,opt,name=iss,proto3" json:"iss,omitempty"` Sub string `protobuf:"bytes,2,opt,name=sub,proto3" json:"sub,omitempty"` // contains filtered or unexported fields }
func (*User_Link_OIDC) Descriptor
deprecated
func (*User_Link_OIDC) Descriptor() ([]byte, []int)
Deprecated: Use User_Link_OIDC.ProtoReflect.Descriptor instead.
func (*User_Link_OIDC) GetIss ¶
func (x *User_Link_OIDC) GetIss() string
func (*User_Link_OIDC) GetSub ¶
func (x *User_Link_OIDC) GetSub() string
func (*User_Link_OIDC) MarshalJSON ¶
func (msg *User_Link_OIDC) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*User_Link_OIDC) ProtoMessage ¶
func (*User_Link_OIDC) ProtoMessage()
func (*User_Link_OIDC) ProtoReflect ¶
func (x *User_Link_OIDC) ProtoReflect() protoreflect.Message
func (*User_Link_OIDC) Reset ¶
func (x *User_Link_OIDC) Reset()
func (*User_Link_OIDC) String ¶
func (x *User_Link_OIDC) String() string
func (*User_Link_OIDC) UnmarshalJSON ¶
func (msg *User_Link_OIDC) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type User_Link_Oidc ¶
type User_Link_Oidc struct {
Oidc *User_Link_OIDC `protobuf:"bytes,1,opt,name=oidc,proto3,oneof"`
}
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 ¶
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 ¶
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 ¶
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 ¶
func (msg *ValidateJobResponse) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Variable ¶
type Variable struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // value stores one of three simple types (string, number, bool) as their // matching protobuf format, or any complex hcl type as a raw string. Values // taken from cli -var arguments and env vars are all processed as strings; // if a complex type is assigned from one of these sources, it is checked // for being assigned a complex type in the variable evaluation stage. // // Types that are assignable to Value: // *Variable_Str // *Variable_Bool // *Variable_Num // *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 // *Variable_Dynamic Source isVariable_Source `protobuf_oneof:"source"` FinalValue *Variable_FinalValue `protobuf:"bytes,12,opt,name=final_value,json=finalValue,proto3" json:"final_value,omitempty"` Sensitive bool `protobuf:"varint,13,opt,name=sensitive,proto3" json:"sensitive,omitempty"` // 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
func (*Variable) GetDynamic ¶
func (*Variable) GetFile ¶
func (x *Variable) GetFile() *Variable_File
func (*Variable) GetFinalValue ¶
func (x *Variable) GetFinalValue() *Variable_FinalValue
func (*Variable) GetSensitive ¶
func (*Variable) GetVcs ¶
func (x *Variable) GetVcs() *Variable_VCS
func (*Variable) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*Variable) ProtoMessage ¶
func (*Variable) ProtoMessage()
func (*Variable) ProtoReflect ¶
func (x *Variable) ProtoReflect() protoreflect.Message
func (*Variable) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler
type Variable_Bool ¶
type Variable_Bool struct {
Bool bool `protobuf:"varint,9,opt,name=bool,proto3,oneof"`
}
type Variable_Cli ¶
type Variable_Dynamic ¶
type Variable_Env ¶
type Variable_File ¶
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
func (*Variable_File) Descriptor() ([]byte, []int)
Deprecated: Use Variable_File.ProtoReflect.Descriptor instead.
func (*Variable_File) GetFileName ¶
func (x *Variable_File) GetFileName() string
func (*Variable_File) GetHclRange ¶
func (x *Variable_File) GetHclRange() *Variable_HclRange
func (*Variable_File) MarshalJSON ¶
func (msg *Variable_File) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Variable_File) ProtoMessage ¶
func (*Variable_File) ProtoMessage()
func (*Variable_File) ProtoReflect ¶
func (x *Variable_File) ProtoReflect() protoreflect.Message
func (*Variable_File) Reset ¶
func (x *Variable_File) Reset()
func (*Variable_File) String ¶
func (x *Variable_File) String() string
func (*Variable_File) UnmarshalJSON ¶
func (msg *Variable_File) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Variable_File_ ¶
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_FinalValue ¶
type Variable_FinalValue struct { // value stores one of three simple types (string, number, bool) as their // matching protobuf format, or any complex hcl type as a raw string. // // Types that are assignable to Value: // *Variable_FinalValue_Sensitive // *Variable_FinalValue_Str // *Variable_FinalValue_Bool // *Variable_FinalValue_Num // *Variable_FinalValue_Hcl Value isVariable_FinalValue_Value `protobuf_oneof:"value"` Source Variable_FinalValue_Source `protobuf:"varint,6,opt,name=source,proto3,enum=hashicorp.waypoint.Variable_FinalValue_Source" json:"source,omitempty"` // contains filtered or unexported fields }
func (*Variable_FinalValue) Descriptor
deprecated
func (*Variable_FinalValue) Descriptor() ([]byte, []int)
Deprecated: Use Variable_FinalValue.ProtoReflect.Descriptor instead.
func (*Variable_FinalValue) GetBool ¶
func (x *Variable_FinalValue) GetBool() bool
func (*Variable_FinalValue) GetHcl ¶
func (x *Variable_FinalValue) GetHcl() string
func (*Variable_FinalValue) GetNum ¶
func (x *Variable_FinalValue) GetNum() int64
func (*Variable_FinalValue) GetSensitive ¶
func (x *Variable_FinalValue) GetSensitive() string
func (*Variable_FinalValue) GetSource ¶
func (x *Variable_FinalValue) GetSource() Variable_FinalValue_Source
func (*Variable_FinalValue) GetStr ¶
func (x *Variable_FinalValue) GetStr() string
func (*Variable_FinalValue) GetValue ¶
func (m *Variable_FinalValue) GetValue() isVariable_FinalValue_Value
func (*Variable_FinalValue) MarshalJSON ¶
func (msg *Variable_FinalValue) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Variable_FinalValue) ProtoMessage ¶
func (*Variable_FinalValue) ProtoMessage()
func (*Variable_FinalValue) ProtoReflect ¶
func (x *Variable_FinalValue) ProtoReflect() protoreflect.Message
func (*Variable_FinalValue) Reset ¶
func (x *Variable_FinalValue) Reset()
func (*Variable_FinalValue) String ¶
func (x *Variable_FinalValue) String() string
func (*Variable_FinalValue) UnmarshalJSON ¶
func (msg *Variable_FinalValue) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Variable_FinalValue_Bool ¶
type Variable_FinalValue_Bool struct {
Bool bool `protobuf:"varint,3,opt,name=bool,proto3,oneof"`
}
type Variable_FinalValue_Hcl ¶
type Variable_FinalValue_Hcl struct { // hcl stores values of any complex type in a raw string format Hcl string `protobuf:"bytes,5,opt,name=hcl,proto3,oneof"` }
type Variable_FinalValue_Num ¶
type Variable_FinalValue_Num struct {
Num int64 `protobuf:"varint,4,opt,name=num,proto3,oneof"`
}
type Variable_FinalValue_Sensitive ¶
type Variable_FinalValue_Sensitive struct { // 'sensitive' values are hashed as SHA256 values for // the purposes of output and logging Sensitive string `protobuf:"bytes,1,opt,name=sensitive,proto3,oneof"` }
type Variable_FinalValue_Source ¶
type Variable_FinalValue_Source int32
const ( // This is the final used value's source // that is supplied to the user in outputs. Variable_FinalValue_UNKNOWN Variable_FinalValue_Source = 0 Variable_FinalValue_DEFAULT Variable_FinalValue_Source = 1 Variable_FinalValue_FILE Variable_FinalValue_Source = 2 Variable_FinalValue_CLI Variable_FinalValue_Source = 3 Variable_FinalValue_ENV Variable_FinalValue_Source = 4 Variable_FinalValue_VCS Variable_FinalValue_Source = 5 Variable_FinalValue_SERVER Variable_FinalValue_Source = 6 Variable_FinalValue_DYNAMIC Variable_FinalValue_Source = 7 )
func (Variable_FinalValue_Source) Descriptor ¶
func (Variable_FinalValue_Source) Descriptor() protoreflect.EnumDescriptor
func (Variable_FinalValue_Source) Enum ¶
func (x Variable_FinalValue_Source) Enum() *Variable_FinalValue_Source
func (Variable_FinalValue_Source) EnumDescriptor
deprecated
func (Variable_FinalValue_Source) EnumDescriptor() ([]byte, []int)
Deprecated: Use Variable_FinalValue_Source.Descriptor instead.
func (Variable_FinalValue_Source) Number ¶
func (x Variable_FinalValue_Source) Number() protoreflect.EnumNumber
func (Variable_FinalValue_Source) String ¶
func (x Variable_FinalValue_Source) String() string
func (Variable_FinalValue_Source) Type ¶
func (Variable_FinalValue_Source) Type() protoreflect.EnumType
type Variable_FinalValue_Str ¶
type Variable_FinalValue_Str struct {
Str string `protobuf:"bytes,2,opt,name=str,proto3,oneof"`
}
type Variable_Hcl ¶
type Variable_Hcl struct { // hcl stores values of any complex type in a raw string format, and // converts it to hcl when we evaluate variables. This is used when // loading values from a file or from the server/UI. Hcl string `protobuf:"bytes,3,opt,name=hcl,proto3,oneof"` }
type Variable_HclPos ¶
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
func (*Variable_HclPos) Descriptor() ([]byte, []int)
Deprecated: Use Variable_HclPos.ProtoReflect.Descriptor instead.
func (*Variable_HclPos) GetByte ¶
func (x *Variable_HclPos) GetByte() int32
func (*Variable_HclPos) GetColumn ¶
func (x *Variable_HclPos) GetColumn() int32
func (*Variable_HclPos) GetLine ¶
func (x *Variable_HclPos) GetLine() int32
func (*Variable_HclPos) MarshalJSON ¶
func (msg *Variable_HclPos) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Variable_HclPos) ProtoMessage ¶
func (*Variable_HclPos) ProtoMessage()
func (*Variable_HclPos) ProtoReflect ¶
func (x *Variable_HclPos) ProtoReflect() protoreflect.Message
func (*Variable_HclPos) Reset ¶
func (x *Variable_HclPos) Reset()
func (*Variable_HclPos) String ¶
func (x *Variable_HclPos) String() string
func (*Variable_HclPos) UnmarshalJSON ¶
func (msg *Variable_HclPos) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Variable_HclRange ¶
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
func (*Variable_HclRange) Descriptor() ([]byte, []int)
Deprecated: Use Variable_HclRange.ProtoReflect.Descriptor instead.
func (*Variable_HclRange) GetEnd ¶
func (x *Variable_HclRange) GetEnd() *Variable_HclPos
func (*Variable_HclRange) GetFilename ¶
func (x *Variable_HclRange) GetFilename() string
func (*Variable_HclRange) GetStart ¶
func (x *Variable_HclRange) GetStart() *Variable_HclPos
func (*Variable_HclRange) MarshalJSON ¶
func (msg *Variable_HclRange) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Variable_HclRange) ProtoMessage ¶
func (*Variable_HclRange) ProtoMessage()
func (*Variable_HclRange) ProtoReflect ¶
func (x *Variable_HclRange) ProtoReflect() protoreflect.Message
func (*Variable_HclRange) Reset ¶
func (x *Variable_HclRange) Reset()
func (*Variable_HclRange) String ¶
func (x *Variable_HclRange) String() string
func (*Variable_HclRange) UnmarshalJSON ¶
func (msg *Variable_HclRange) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Variable_Num ¶
type Variable_Num struct {
Num int64 `protobuf:"varint,10,opt,name=num,proto3,oneof"`
}
type Variable_Server ¶
type Variable_Str ¶
type Variable_Str struct {
Str string `protobuf:"bytes,2,opt,name=str,proto3,oneof"`
}
type Variable_VCS ¶
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
func (*Variable_VCS) Descriptor() ([]byte, []int)
Deprecated: Use Variable_VCS.ProtoReflect.Descriptor instead.
func (*Variable_VCS) GetFileName ¶
func (x *Variable_VCS) GetFileName() string
func (*Variable_VCS) GetHclRange ¶
func (x *Variable_VCS) GetHclRange() *Variable_HclRange
func (*Variable_VCS) MarshalJSON ¶
func (msg *Variable_VCS) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Variable_VCS) ProtoMessage ¶
func (*Variable_VCS) ProtoMessage()
func (*Variable_VCS) ProtoReflect ¶
func (x *Variable_VCS) ProtoReflect() protoreflect.Message
func (*Variable_VCS) Reset ¶
func (x *Variable_VCS) Reset()
func (*Variable_VCS) String ¶
func (x *Variable_VCS) String() string
func (*Variable_VCS) UnmarshalJSON ¶
func (msg *Variable_VCS) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Variable_Vcs ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 *emptypb.Empty, opts ...grpc.CallOption) (*GetVersionInfoResponse, error) // List the available OIDC providers for authentication. The "name" of the // OIDC provider can be used with GetOIDCAuthURL and CompleteOIDCAuth to // perform OIDC-based authentication. ListOIDCAuthMethods(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ListOIDCAuthMethodsResponse, error) // Get the URL to visit to start authentication with OIDC. GetOIDCAuthURL(ctx context.Context, in *GetOIDCAuthURLRequest, opts ...grpc.CallOption) (*GetOIDCAuthURLResponse, error) // Complete the OIDC auth cycle after receiving the callback from the // OIDC provider. CompleteOIDCAuth(ctx context.Context, in *CompleteOIDCAuthRequest, opts ...grpc.CallOption) (*CompleteOIDCAuthResponse, error) // Attempts to run a trigger given a trigger ID reference. If the trigger does // not exist, we return not found. If the trigger exists but requires authentication // we return an error. NoAuthRunTrigger(ctx context.Context, in *RunTriggerRequest, opts ...grpc.CallOption) (*RunTriggerResponse, error) // GetUser returns the current logged in user or some other user. GetUser(ctx context.Context, in *GetUserRequest, opts ...grpc.CallOption) (*GetUserResponse, error) // List all users in the system. ListUsers(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ListUsersResponse, error) // Update the details about an existing user. UpdateUser(ctx context.Context, in *UpdateUserRequest, opts ...grpc.CallOption) (*UpdateUserResponse, error) // Delete a user. This will invalidate all authentication for this user // as well since they no longer exist. DeleteUser(ctx context.Context, in *DeleteUserRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // UpsertAuthMethod upserts the auth method. All users logged in with // this auth method will remain logged in even if settings change. UpsertAuthMethod(ctx context.Context, in *UpsertAuthMethodRequest, opts ...grpc.CallOption) (*UpsertAuthMethodResponse, error) // GetAuthMethod returns the auth method. GetAuthMethod(ctx context.Context, in *GetAuthMethodRequest, opts ...grpc.CallOption) (*GetAuthMethodResponse, error) // ListAuthMethods returns a list of all the auth methods. ListAuthMethods(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ListAuthMethodsResponse, error) // Delete an auth method. This will invalidate all users authenticated // using this auth method and they will have to reauthenticate some other // way. DeleteAuthMethod(ctx context.Context, in *DeleteAuthMethodRequest, opts ...grpc.CallOption) (*emptypb.Empty, 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) // UpsertWorkspace upserts the workspace. Changes to a Workspace's Projects // are ignored at this time. UpsertWorkspace(ctx context.Context, in *UpsertWorkspaceRequest, opts ...grpc.CallOption) (*UpsertWorkspaceResponse, 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 *emptypb.Empty, opts ...grpc.CallOption) (*ListProjectsResponse, error) // DestroyProject deletes a project from the database as well as (optionally) // destroys all resources created within a project DestroyProject(ctx context.Context, in *DestroyProjectRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // GetApplication returns one application on the project. GetApplication(ctx context.Context, in *GetApplicationRequest, opts ...grpc.CallOption) (*GetApplicationResponse, error) // UpsertApplication upserts an application with a project. 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) // GetLatestBuild returns the most recent successfully completed build // for an app. GetLatestBuild(ctx context.Context, in *GetLatestBuildRequest, 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) // GetLatestPushedArtifact returns the most recent successfully completed // artifact push for an app. GetLatestPushedArtifact(ctx context.Context, in *GetLatestPushedArtifactRequest, opts ...grpc.CallOption) (*PushedArtifact, error) // ListDeployments returns the deployments. ListDeployments(ctx context.Context, in *ListDeploymentsRequest, opts ...grpc.CallOption) (*ListDeploymentsResponse, error) // GetDeployment returns a deployment GetDeployment(ctx context.Context, in *GetDeploymentRequest, opts ...grpc.CallOption) (*Deployment, error) // ListInstances returns the running instances of deployments. ListInstances(ctx context.Context, in *ListInstancesRequest, opts ...grpc.CallOption) (*ListInstancesResponse, error) // ListReleases returns the releases. ListReleases(ctx context.Context, in *ListReleasesRequest, opts ...grpc.CallOption) (*ListReleasesResponse, error) // GetRelease returns a release GetRelease(ctx context.Context, in *GetReleaseRequest, opts ...grpc.CallOption) (*Release, error) // GetLatestRelease returns the most recent successfully completed // release for an app. GetLatestRelease(ctx context.Context, in *GetLatestReleaseRequest, opts ...grpc.CallOption) (*Release, 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) // ExpediteStatusReport returns the queued status report job id ExpediteStatusReport(ctx context.Context, in *ExpediteStatusReportRequest, opts ...grpc.CallOption) (*ExpediteStatusReportResponse, 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 one or more configuration variables for applications or runners. 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) (*emptypb.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) (*emptypb.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) (*emptypb.Empty, error) // GetJob queries a job by ID. GetJob(ctx context.Context, in *GetJobRequest, opts ...grpc.CallOption) (*Job, error) // ListJobs will return a list of jobs known to Waypoint server. Can be filtered // by request on values like workspace, project, application, job state, etc. ListJobs(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) // ListRunners lists runners that are currently registered with the waypoint server. // This list does not include previous on-demand runners that have exited. ListRunners(ctx context.Context, in *ListRunnersRequest, opts ...grpc.CallOption) (*ListRunnersResponse, error) // AdoptRunners allows marking a runner as adopted or rejected. AdoptRunner(ctx context.Context, in *AdoptRunnerRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // ForgetRunner deletes an existing runner entry and makes the server // behave as if the runner no longer exists. If the runner is currently // running, it will receive errors on subsequent jobs, and will have to // re-register. A forgotten runner will not be assigned new jobs until // re-registered. ForgetRunner(ctx context.Context, in *ForgetRunnerRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // GetServerConfig sets configuration for the Waypoint server. GetServerConfig(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetServerConfigResponse, error) // SetServerConfig sets configuration for the Waypoint server. SetServerConfig(ctx context.Context, in *SetServerConfigRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // CreateSnapshot creates a new database snapshot. CreateSnapshot(ctx context.Context, in *emptypb.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 *emptypb.Empty, opts ...grpc.CallOption) (*NewTokenResponse, error) // DecodeToken takes a token string and returns the structured information // about the given token. This is useful for frontends (CLI, UI, etc.) to // learn more about a token before using it. For example, if a UI wants to // create a signup flow around signup tokens, they can validate the token // ahead of time. // // This endpoint does NOT require authentication. DecodeToken(ctx context.Context, in *DecodeTokenRequest, opts ...grpc.CallOption) (*DecodeTokenResponse, error) // Generate a new invite token that users can exchange for a login token. // This can be used to also invite new users to the Waypoint server. GenerateInviteToken(ctx context.Context, in *InviteTokenRequest, opts ...grpc.CallOption) (*NewTokenResponse, error) // Generate a new login token that users can use to login directly. // This can only be called for existing users. GenerateLoginToken(ctx context.Context, in *LoginTokenRequest, opts ...grpc.CallOption) (*NewTokenResponse, error) // Generate a new runner token that can be used with runners so they // immediately begin work. The recommended appraoch is to instead use // the adoption flow but this also works. GenerateRunnerToken(ctx context.Context, in *GenerateRunnerTokenRequest, opts ...grpc.CallOption) (*NewTokenResponse, error) // Exchange a invite token for a login token. If the invite token is // for a new user, this will create a new user account with the provided // username hint. ConvertInviteToken(ctx context.Context, in *ConvertInviteTokenRequest, opts ...grpc.CallOption) (*NewTokenResponse, error) // RunnerToken is called to register a runner and request a token for // remaining runner API calls. This kicks off the "adoption" process // (if necessary). // // This is unauthenticated (but requires a cookie in the metadata). RunnerToken(ctx context.Context, in *RunnerTokenRequest, opts ...grpc.CallOption) (*RunnerTokenResponse, error) // RunnerConfig is called to 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) // UpsertOnDemandRunnerConfig updates or inserts a on-demand runner // configuration. This configuration can be used by projects for running // operations on just-in-time launched runners. UpsertOnDemandRunnerConfig(ctx context.Context, in *UpsertOnDemandRunnerConfigRequest, opts ...grpc.CallOption) (*UpsertOnDemandRunnerConfigResponse, error) // GetOnDemandRunnerConfig returns the on-demand runner configuration. GetOnDemandRunnerConfig(ctx context.Context, in *GetOnDemandRunnerConfigRequest, opts ...grpc.CallOption) (*GetOnDemandRunnerConfigResponse, error) // GetOnDemandRunnerConfig returns the on-demand runner configuration. DeleteOnDemandRunnerConfig(ctx context.Context, in *DeleteOnDemandRunnerConfigRequest, opts ...grpc.CallOption) (*DeleteOnDemandRunnerConfigResponse, error) // ListOnDemandRunnerConfigs returns a list of all the on-demand runners configs. ListOnDemandRunnerConfigs(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ListOnDemandRunnerConfigsResponse, 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) // GetTask returns a requested Task message. Or an error if it does not exist. GetTask(ctx context.Context, in *GetTaskRequest, opts ...grpc.CallOption) (*GetTaskResponse, error) // ListTask will return a list of all existing Tasks ListTask(ctx context.Context, in *ListTaskRequest, opts ...grpc.CallOption) (*ListTaskResponse, error) // CancelTask will attempt to gracefully cancel each job in the task job triple CancelTask(ctx context.Context, in *CancelTaskRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // UpsertTrigger updates or inserts a trigger URL configuration. UpsertTrigger(ctx context.Context, in *UpsertTriggerRequest, opts ...grpc.CallOption) (*UpsertTriggerResponse, error) // GetTrigger returns a requested trigger message. Or an error if it does not exist. GetTrigger(ctx context.Context, in *GetTriggerRequest, opts ...grpc.CallOption) (*GetTriggerResponse, error) // DeleteTrigger takes a trigger id and deletes it, if it exists. DeleteTrigger(ctx context.Context, in *DeleteTriggerRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // ListTriggers takes a request filter, and returns any matching existing triggers ListTriggers(ctx context.Context, in *ListTriggerRequest, opts ...grpc.CallOption) (*ListTriggerResponse, error) // RunTrigger will look up the referenced trigger and attempt to queue a job // based on the trigger configuration. RunTrigger(ctx context.Context, in *RunTriggerRequest, opts ...grpc.CallOption) (*RunTriggerResponse, error) // UpsertPipeline updates or inserts a pipeline. This is an INTERNAL ONLY // endpoint that is meant to only be called by runners. Calling this manually // can risk the internal state for pipelines. In the future, we'll restrict // access to this via ACLs. UpsertPipeline(ctx context.Context, in *UpsertPipelineRequest, opts ...grpc.CallOption) (*UpsertPipelineResponse, error) // RunPipeline queues a pipeline execution. RunPipeline(ctx context.Context, in *RunPipelineRequest, opts ...grpc.CallOption) (*RunPipelineResponse, error) // GetPipeline returns a pipeline proto by pipeline ref id GetPipeline(ctx context.Context, in *GetPipelineRequest, opts ...grpc.CallOption) (*GetPipelineResponse, error) // GetPipelineRun returns a pipeline run proto by pipeline ref id and sequence GetPipelineRun(ctx context.Context, in *GetPipelineRunRequest, opts ...grpc.CallOption) (*GetPipelineRunResponse, error) // ListPipelines takes a project and evaluates the projects config to get // a list of Pipeline protos to return in the response. These pipelines // are scoped to a single project from the request. It will return an // error if the requested project does not exist, or an empty response // if no pipelines are defined for the project. ListPipelines(ctx context.Context, in *ListPipelinesRequest, opts ...grpc.CallOption) (*ListPipelinesResponse, error) // ListPipelineRuns takes a pipeline ref and returns a list of runs of that pipeline. // It will return an error if the requested pipeline does not exist, or an empty response // if there are no runs for the pipeline. ListPipelineRuns(ctx context.Context, in *ListPipelineRunsRequest, opts ...grpc.CallOption) (*ListPipelineRunsResponse, error) // ConfigSyncPipeline takes a request for a given project and syncs the current // project config to the Waypoint database. ConfigSyncPipeline(ctx context.Context, in *ConfigSyncPipelineRequest, opts ...grpc.CallOption) (*ConfigSyncPipelineResponse, error) // Get a given project with useful related records. UI_GetProject(ctx context.Context, in *UI_GetProjectRequest, opts ...grpc.CallOption) (*UI_GetProjectResponse, error) // List deployments for a given application. UI_ListDeployments(ctx context.Context, in *UI_ListDeploymentsRequest, opts ...grpc.CallOption) (*UI_ListDeploymentsResponse, error) // List releases for a given application. UI_ListReleases(ctx context.Context, in *UI_ListReleasesRequest, opts ...grpc.CallOption) (*UI_ListReleasesResponse, error) }
WaypointClient is the client API for Waypoint service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewWaypointClient ¶
func NewWaypointClient(cc grpc.ClientConnInterface) WaypointClient
type WaypointHclFmtRequest ¶
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
func (*WaypointHclFmtRequest) Descriptor() ([]byte, []int)
Deprecated: Use WaypointHclFmtRequest.ProtoReflect.Descriptor instead.
func (*WaypointHclFmtRequest) GetWaypointHcl ¶
func (x *WaypointHclFmtRequest) GetWaypointHcl() []byte
func (*WaypointHclFmtRequest) MarshalJSON ¶
func (msg *WaypointHclFmtRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*WaypointHclFmtRequest) ProtoMessage ¶
func (*WaypointHclFmtRequest) ProtoMessage()
func (*WaypointHclFmtRequest) ProtoReflect ¶
func (x *WaypointHclFmtRequest) ProtoReflect() protoreflect.Message
func (*WaypointHclFmtRequest) Reset ¶
func (x *WaypointHclFmtRequest) Reset()
func (*WaypointHclFmtRequest) String ¶
func (x *WaypointHclFmtRequest) String() string
func (*WaypointHclFmtRequest) UnmarshalJSON ¶
func (msg *WaypointHclFmtRequest) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type WaypointHclFmtResponse ¶
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
func (*WaypointHclFmtResponse) Descriptor() ([]byte, []int)
Deprecated: Use WaypointHclFmtResponse.ProtoReflect.Descriptor instead.
func (*WaypointHclFmtResponse) GetWaypointHcl ¶
func (x *WaypointHclFmtResponse) GetWaypointHcl() []byte
func (*WaypointHclFmtResponse) MarshalJSON ¶
func (msg *WaypointHclFmtResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*WaypointHclFmtResponse) ProtoMessage ¶
func (*WaypointHclFmtResponse) ProtoMessage()
func (*WaypointHclFmtResponse) ProtoReflect ¶
func (x *WaypointHclFmtResponse) ProtoReflect() protoreflect.Message
func (*WaypointHclFmtResponse) Reset ¶
func (x *WaypointHclFmtResponse) Reset()
func (*WaypointHclFmtResponse) String ¶
func (x *WaypointHclFmtResponse) String() string
func (*WaypointHclFmtResponse) UnmarshalJSON ¶
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, *emptypb.Empty) (*GetVersionInfoResponse, error) // List the available OIDC providers for authentication. The "name" of the // OIDC provider can be used with GetOIDCAuthURL and CompleteOIDCAuth to // perform OIDC-based authentication. ListOIDCAuthMethods(context.Context, *emptypb.Empty) (*ListOIDCAuthMethodsResponse, error) // Get the URL to visit to start authentication with OIDC. GetOIDCAuthURL(context.Context, *GetOIDCAuthURLRequest) (*GetOIDCAuthURLResponse, error) // Complete the OIDC auth cycle after receiving the callback from the // OIDC provider. CompleteOIDCAuth(context.Context, *CompleteOIDCAuthRequest) (*CompleteOIDCAuthResponse, error) // Attempts to run a trigger given a trigger ID reference. If the trigger does // not exist, we return not found. If the trigger exists but requires authentication // we return an error. NoAuthRunTrigger(context.Context, *RunTriggerRequest) (*RunTriggerResponse, error) // GetUser returns the current logged in user or some other user. GetUser(context.Context, *GetUserRequest) (*GetUserResponse, error) // List all users in the system. ListUsers(context.Context, *emptypb.Empty) (*ListUsersResponse, error) // Update the details about an existing user. UpdateUser(context.Context, *UpdateUserRequest) (*UpdateUserResponse, error) // Delete a user. This will invalidate all authentication for this user // as well since they no longer exist. DeleteUser(context.Context, *DeleteUserRequest) (*emptypb.Empty, error) // UpsertAuthMethod upserts the auth method. All users logged in with // this auth method will remain logged in even if settings change. UpsertAuthMethod(context.Context, *UpsertAuthMethodRequest) (*UpsertAuthMethodResponse, error) // GetAuthMethod returns the auth method. GetAuthMethod(context.Context, *GetAuthMethodRequest) (*GetAuthMethodResponse, error) // ListAuthMethods returns a list of all the auth methods. ListAuthMethods(context.Context, *emptypb.Empty) (*ListAuthMethodsResponse, error) // Delete an auth method. This will invalidate all users authenticated // using this auth method and they will have to reauthenticate some other // way. DeleteAuthMethod(context.Context, *DeleteAuthMethodRequest) (*emptypb.Empty, 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) // UpsertWorkspace upserts the workspace. Changes to a Workspace's Projects // are ignored at this time. UpsertWorkspace(context.Context, *UpsertWorkspaceRequest) (*UpsertWorkspaceResponse, 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, *emptypb.Empty) (*ListProjectsResponse, error) // DestroyProject deletes a project from the database as well as (optionally) // destroys all resources created within a project DestroyProject(context.Context, *DestroyProjectRequest) (*emptypb.Empty, error) // GetApplication returns one application on the project. GetApplication(context.Context, *GetApplicationRequest) (*GetApplicationResponse, error) // UpsertApplication upserts an application with a project. 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) // GetLatestBuild returns the most recent successfully completed build // for an app. GetLatestBuild(context.Context, *GetLatestBuildRequest) (*Build, error) // ListPushedArtifacts returns the builds. ListPushedArtifacts(context.Context, *ListPushedArtifactsRequest) (*ListPushedArtifactsResponse, error) // GetPushedArtifact returns a deployment GetPushedArtifact(context.Context, *GetPushedArtifactRequest) (*PushedArtifact, error) // GetLatestPushedArtifact returns the most recent successfully completed // artifact push for an app. GetLatestPushedArtifact(context.Context, *GetLatestPushedArtifactRequest) (*PushedArtifact, error) // ListDeployments returns the deployments. ListDeployments(context.Context, *ListDeploymentsRequest) (*ListDeploymentsResponse, error) // GetDeployment returns a deployment GetDeployment(context.Context, *GetDeploymentRequest) (*Deployment, error) // ListInstances returns the running instances of deployments. ListInstances(context.Context, *ListInstancesRequest) (*ListInstancesResponse, error) // ListReleases returns the releases. ListReleases(context.Context, *ListReleasesRequest) (*ListReleasesResponse, error) // GetRelease returns a release GetRelease(context.Context, *GetReleaseRequest) (*Release, error) // GetLatestRelease returns the most recent successfully completed // release for an app. GetLatestRelease(context.Context, *GetLatestReleaseRequest) (*Release, 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) // ExpediteStatusReport returns the queued status report job id ExpediteStatusReport(context.Context, *ExpediteStatusReportRequest) (*ExpediteStatusReportResponse, 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 one or more configuration variables for applications or runners. 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) (*emptypb.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) (*emptypb.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) (*emptypb.Empty, error) // GetJob queries a job by ID. GetJob(context.Context, *GetJobRequest) (*Job, error) // ListJobs will return a list of jobs known to Waypoint server. Can be filtered // by request on values like workspace, project, application, job state, etc. ListJobs(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) // ListRunners lists runners that are currently registered with the waypoint server. // This list does not include previous on-demand runners that have exited. ListRunners(context.Context, *ListRunnersRequest) (*ListRunnersResponse, error) // AdoptRunners allows marking a runner as adopted or rejected. AdoptRunner(context.Context, *AdoptRunnerRequest) (*emptypb.Empty, error) // ForgetRunner deletes an existing runner entry and makes the server // behave as if the runner no longer exists. If the runner is currently // running, it will receive errors on subsequent jobs, and will have to // re-register. A forgotten runner will not be assigned new jobs until // re-registered. ForgetRunner(context.Context, *ForgetRunnerRequest) (*emptypb.Empty, error) // GetServerConfig sets configuration for the Waypoint server. GetServerConfig(context.Context, *emptypb.Empty) (*GetServerConfigResponse, error) // SetServerConfig sets configuration for the Waypoint server. SetServerConfig(context.Context, *SetServerConfigRequest) (*emptypb.Empty, error) // CreateSnapshot creates a new database snapshot. CreateSnapshot(*emptypb.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, *emptypb.Empty) (*NewTokenResponse, error) // DecodeToken takes a token string and returns the structured information // about the given token. This is useful for frontends (CLI, UI, etc.) to // learn more about a token before using it. For example, if a UI wants to // create a signup flow around signup tokens, they can validate the token // ahead of time. // // This endpoint does NOT require authentication. DecodeToken(context.Context, *DecodeTokenRequest) (*DecodeTokenResponse, error) // Generate a new invite token that users can exchange for a login token. // This can be used to also invite new users to the Waypoint server. GenerateInviteToken(context.Context, *InviteTokenRequest) (*NewTokenResponse, error) // Generate a new login token that users can use to login directly. // This can only be called for existing users. GenerateLoginToken(context.Context, *LoginTokenRequest) (*NewTokenResponse, error) // Generate a new runner token that can be used with runners so they // immediately begin work. The recommended appraoch is to instead use // the adoption flow but this also works. GenerateRunnerToken(context.Context, *GenerateRunnerTokenRequest) (*NewTokenResponse, error) // Exchange a invite token for a login token. If the invite token is // for a new user, this will create a new user account with the provided // username hint. ConvertInviteToken(context.Context, *ConvertInviteTokenRequest) (*NewTokenResponse, error) // RunnerToken is called to register a runner and request a token for // remaining runner API calls. This kicks off the "adoption" process // (if necessary). // // This is unauthenticated (but requires a cookie in the metadata). RunnerToken(context.Context, *RunnerTokenRequest) (*RunnerTokenResponse, error) // RunnerConfig is called to 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) // UpsertOnDemandRunnerConfig updates or inserts a on-demand runner // configuration. This configuration can be used by projects for running // operations on just-in-time launched runners. UpsertOnDemandRunnerConfig(context.Context, *UpsertOnDemandRunnerConfigRequest) (*UpsertOnDemandRunnerConfigResponse, error) // GetOnDemandRunnerConfig returns the on-demand runner configuration. GetOnDemandRunnerConfig(context.Context, *GetOnDemandRunnerConfigRequest) (*GetOnDemandRunnerConfigResponse, error) // GetOnDemandRunnerConfig returns the on-demand runner configuration. DeleteOnDemandRunnerConfig(context.Context, *DeleteOnDemandRunnerConfigRequest) (*DeleteOnDemandRunnerConfigResponse, error) // ListOnDemandRunnerConfigs returns a list of all the on-demand runners configs. ListOnDemandRunnerConfigs(context.Context, *emptypb.Empty) (*ListOnDemandRunnerConfigsResponse, 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) // GetTask returns a requested Task message. Or an error if it does not exist. GetTask(context.Context, *GetTaskRequest) (*GetTaskResponse, error) // ListTask will return a list of all existing Tasks ListTask(context.Context, *ListTaskRequest) (*ListTaskResponse, error) // CancelTask will attempt to gracefully cancel each job in the task job triple CancelTask(context.Context, *CancelTaskRequest) (*emptypb.Empty, error) // UpsertTrigger updates or inserts a trigger URL configuration. UpsertTrigger(context.Context, *UpsertTriggerRequest) (*UpsertTriggerResponse, error) // GetTrigger returns a requested trigger message. Or an error if it does not exist. GetTrigger(context.Context, *GetTriggerRequest) (*GetTriggerResponse, error) // DeleteTrigger takes a trigger id and deletes it, if it exists. DeleteTrigger(context.Context, *DeleteTriggerRequest) (*emptypb.Empty, error) // ListTriggers takes a request filter, and returns any matching existing triggers ListTriggers(context.Context, *ListTriggerRequest) (*ListTriggerResponse, error) // RunTrigger will look up the referenced trigger and attempt to queue a job // based on the trigger configuration. RunTrigger(context.Context, *RunTriggerRequest) (*RunTriggerResponse, error) // UpsertPipeline updates or inserts a pipeline. This is an INTERNAL ONLY // endpoint that is meant to only be called by runners. Calling this manually // can risk the internal state for pipelines. In the future, we'll restrict // access to this via ACLs. UpsertPipeline(context.Context, *UpsertPipelineRequest) (*UpsertPipelineResponse, error) // RunPipeline queues a pipeline execution. RunPipeline(context.Context, *RunPipelineRequest) (*RunPipelineResponse, error) // GetPipeline returns a pipeline proto by pipeline ref id GetPipeline(context.Context, *GetPipelineRequest) (*GetPipelineResponse, error) // GetPipelineRun returns a pipeline run proto by pipeline ref id and sequence GetPipelineRun(context.Context, *GetPipelineRunRequest) (*GetPipelineRunResponse, error) // ListPipelines takes a project and evaluates the projects config to get // a list of Pipeline protos to return in the response. These pipelines // are scoped to a single project from the request. It will return an // error if the requested project does not exist, or an empty response // if no pipelines are defined for the project. ListPipelines(context.Context, *ListPipelinesRequest) (*ListPipelinesResponse, error) // ListPipelineRuns takes a pipeline ref and returns a list of runs of that pipeline. // It will return an error if the requested pipeline does not exist, or an empty response // if there are no runs for the pipeline. ListPipelineRuns(context.Context, *ListPipelineRunsRequest) (*ListPipelineRunsResponse, error) // ConfigSyncPipeline takes a request for a given project and syncs the current // project config to the Waypoint database. ConfigSyncPipeline(context.Context, *ConfigSyncPipelineRequest) (*ConfigSyncPipelineResponse, error) // Get a given project with useful related records. UI_GetProject(context.Context, *UI_GetProjectRequest) (*UI_GetProjectResponse, error) // List deployments for a given application. UI_ListDeployments(context.Context, *UI_ListDeploymentsRequest) (*UI_ListDeploymentsResponse, error) // List releases for a given application. UI_ListReleases(context.Context, *UI_ListReleasesRequest) (*UI_ListReleasesResponse, error) // contains filtered or unexported methods }
WaypointServer is the server API for Waypoint service. All implementations must embed UnimplementedWaypointServer for forward compatibility
type Waypoint_CreateSnapshotClient ¶
type Waypoint_CreateSnapshotClient interface { Recv() (*CreateSnapshotResponse, error) grpc.ClientStream }
type Waypoint_CreateSnapshotServer ¶
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() (*emptypb.Empty, error) grpc.ClientStream }
type Waypoint_EntrypointLogStreamServer ¶
type Waypoint_EntrypointLogStreamServer interface { SendAndClose(*emptypb.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 ¶
type Waypoint_RestoreSnapshotClient interface { Send(*RestoreSnapshotRequest) error CloseAndRecv() (*emptypb.Empty, error) grpc.ClientStream }
type Waypoint_RestoreSnapshotServer ¶
type Waypoint_RestoreSnapshotServer interface { SendAndClose(*emptypb.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 *timestamppb.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 (x *Workspace) GetActiveTime() *timestamppb.Timestamp
func (*Workspace) GetProjects ¶
func (x *Workspace) GetProjects() []*Workspace_Project
func (*Workspace) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*Workspace) ProtoMessage ¶
func (*Workspace) ProtoMessage()
func (*Workspace) ProtoReflect ¶
func (x *Workspace) ProtoReflect() protoreflect.Message
func (*Workspace) UnmarshalJSON ¶
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 *timestamppb.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() *timestamppb.Timestamp
func (*Workspace_Application) GetApplication ¶
func (x *Workspace_Application) GetApplication() *Ref_Application
func (*Workspace_Application) MarshalJSON ¶
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 ¶
func (msg *Workspace_Application) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Workspace_Project ¶
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 *timestamppb.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
func (*Workspace_Project) Descriptor() ([]byte, []int)
Deprecated: Use Workspace_Project.ProtoReflect.Descriptor instead.
func (*Workspace_Project) GetActiveTime ¶
func (x *Workspace_Project) GetActiveTime() *timestamppb.Timestamp
func (*Workspace_Project) GetApplications ¶
func (x *Workspace_Project) GetApplications() []*Workspace_Application
func (*Workspace_Project) GetDataSourceRef ¶
func (x *Workspace_Project) GetDataSourceRef() *Job_DataSource_Ref
func (*Workspace_Project) GetProject ¶
func (x *Workspace_Project) GetProject() *Ref_Project
func (*Workspace_Project) GetWorkspace ¶
func (x *Workspace_Project) GetWorkspace() *Ref_Workspace
func (*Workspace_Project) MarshalJSON ¶
func (msg *Workspace_Project) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Workspace_Project) ProtoMessage ¶
func (*Workspace_Project) ProtoMessage()
func (*Workspace_Project) ProtoReflect ¶
func (x *Workspace_Project) ProtoReflect() protoreflect.Message
func (*Workspace_Project) Reset ¶
func (x *Workspace_Project) Reset()
func (*Workspace_Project) String ¶
func (x *Workspace_Project) String() string
func (*Workspace_Project) UnmarshalJSON ¶
func (msg *Workspace_Project) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler