gen

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 10, 2020 License: MPL-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

View Source
const AssetDebug = false

AssetDebug is true if the assets were built with the debug flag enabled.

Variables

View Source
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.

View Source
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.

View Source
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.

View Source
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.

View Source
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.

View Source
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.

View Source
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.

View Source
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.

View Source
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.

View 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.

View Source
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.

View Source
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.

View Source
var File_internal_server_proto_server_proto protoreflect.FileDescriptor

Functions

func Asset

func Asset(name string) ([]byte, error)

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

func AssetDigest(name string) ([sha256.Size]byte, error)

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

func AssetDir(name string) ([]string, error)

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

func AssetInfo(name string) (os.FileInfo, error)

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 AssetNames

func AssetNames() []string

AssetNames returns the names of the assets.

func AssetString

func AssetString(name string) (string, error)

AssetString returns the asset contents as a string (instead of a []byte).

func Digests

func Digests() (map[string][sha256.Size]byte, error)

Digests returns a map of all known files and their checksums.

func MustAsset

func MustAsset(name string) []byte

MustAsset is like Asset but panics when Asset would return an error. It simplifies safe initialization of global variables.

func MustAssetString

func MustAssetString(name string) string

MustAssetString is like AssetString but panics when Asset would return an error. It simplifies safe initialization of global variables.

func RegisterWaypointServer

func RegisterWaypointServer(s *grpc.Server, srv WaypointServer)

func RestoreAsset

func RestoreAsset(dir, name string) error

RestoreAsset restores an asset under the given directory.

func RestoreAssets

func RestoreAssets(dir, name string) error

RestoreAssets restores an asset under the given directory recursively.

Types

type Application

type Application struct {
	Project *Ref_Project `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	Name    string       `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Application) Descriptor deprecated

func (*Application) Descriptor() ([]byte, []int)

Deprecated: Use Application.ProtoReflect.Descriptor instead.

func (*Application) GetName

func (x *Application) GetName() string

func (*Application) GetProject

func (x *Application) GetProject() *Ref_Project

func (*Application) MarshalJSON added in v0.2.0

func (msg *Application) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Application) ProtoMessage

func (*Application) ProtoMessage()

func (*Application) ProtoReflect

func (x *Application) ProtoReflect() protoreflect.Message

func (*Application) Reset

func (x *Application) Reset()

func (*Application) String

func (x *Application) String() string

func (*Application) UnmarshalJSON added in v0.2.0

func (msg *Application) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Artifact

type Artifact struct {

	// artifact is the full artifact encoded directly from the component plugin.
	// The receiving end must have access to the component proto files to
	// know how to decode this.
	Artifact *any.Any `protobuf:"bytes,1,opt,name=artifact,proto3" json:"artifact,omitempty"`
	// contains filtered or unexported fields
}

Artifact is the result of a build or registry. This is the metadata only. The binary contents of an artifact are expected to be stored in a registry.

func (*Artifact) Descriptor deprecated

func (*Artifact) Descriptor() ([]byte, []int)

Deprecated: Use Artifact.ProtoReflect.Descriptor instead.

func (*Artifact) GetArtifact

func (x *Artifact) GetArtifact() *any.Any

func (*Artifact) MarshalJSON added in v0.2.0

func (msg *Artifact) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Artifact) ProtoMessage

func (*Artifact) ProtoMessage()

func (*Artifact) ProtoReflect

func (x *Artifact) ProtoReflect() protoreflect.Message

func (*Artifact) Reset

func (x *Artifact) Reset()

func (*Artifact) String

func (x *Artifact) String() string

func (*Artifact) UnmarshalJSON added in v0.2.0

func (msg *Artifact) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Build

type Build struct {

	// The application that this build is part of.
	Application *Ref_Application `protobuf:"bytes,6,opt,name=application,proto3" json:"application,omitempty"`
	// The workspace that this exists in
	Workspace *Ref_Workspace `protobuf:"bytes,7,opt,name=workspace,proto3" json:"workspace,omitempty"`
	// The sequence number for this build.
	Sequence uint64 `protobuf:"varint,8,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// id is the unique ID of the build
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// status of the build
	Status *Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	// component is the component that was used for this build
	Component *Component `protobuf:"bytes,3,opt,name=component,proto3" json:"component,omitempty"`
	// artifact is the result of the build if the status.state == SUCCESS
	Artifact *Artifact `protobuf:"bytes,4,opt,name=artifact,proto3" json:"artifact,omitempty"`
	// labels are the set of labels that are present on this build.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// template data for HCL variables and template functions, json-encoded
	TemplateData []byte `protobuf:"bytes,10,opt,name=template_data,json=templateData,proto3" json:"template_data,omitempty"`
	// ID of the job that created this build. This may be empty.
	JobId string `protobuf:"bytes,9,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	// contains filtered or unexported fields
}

Build represents a process of creating an artifact that can be in any state, such as complete. A successful complete build produces an artifact.

func (*Build) Descriptor deprecated

func (*Build) Descriptor() ([]byte, []int)

Deprecated: Use Build.ProtoReflect.Descriptor instead.

func (*Build) GetApplication

func (x *Build) GetApplication() *Ref_Application

func (*Build) GetArtifact

func (x *Build) GetArtifact() *Artifact

func (*Build) GetComponent

func (x *Build) GetComponent() *Component

func (*Build) GetId

func (x *Build) GetId() string

func (*Build) GetJobId

func (x *Build) GetJobId() string

func (*Build) GetLabels

func (x *Build) GetLabels() map[string]string

func (*Build) GetSequence

func (x *Build) GetSequence() uint64

func (*Build) GetStatus

func (x *Build) GetStatus() *Status

func (*Build) GetTemplateData added in v0.2.0

func (x *Build) GetTemplateData() []byte

func (*Build) GetWorkspace

func (x *Build) GetWorkspace() *Ref_Workspace

func (*Build) MarshalJSON added in v0.2.0

func (msg *Build) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Build) ProtoMessage

func (*Build) ProtoMessage()

func (*Build) ProtoReflect

func (x *Build) ProtoReflect() protoreflect.Message

func (*Build) Reset

func (x *Build) Reset()

func (*Build) String

func (x *Build) String() string

func (*Build) UnmarshalJSON added in v0.2.0

func (msg *Build) 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"`
	// contains filtered or unexported fields
}

func (*CancelJobRequest) Descriptor deprecated

func (*CancelJobRequest) Descriptor() ([]byte, []int)

Deprecated: Use CancelJobRequest.ProtoReflect.Descriptor instead.

func (*CancelJobRequest) GetJobId

func (x *CancelJobRequest) GetJobId() string

func (*CancelJobRequest) MarshalJSON added in v0.2.0

func (msg *CancelJobRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*CancelJobRequest) ProtoMessage

func (*CancelJobRequest) ProtoMessage()

func (*CancelJobRequest) ProtoReflect

func (x *CancelJobRequest) ProtoReflect() protoreflect.Message

func (*CancelJobRequest) Reset

func (x *CancelJobRequest) Reset()

func (*CancelJobRequest) String

func (x *CancelJobRequest) String() string

func (*CancelJobRequest) UnmarshalJSON added in v0.2.0

func (msg *CancelJobRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Component

type Component struct {

	// type of the component
	Type Component_Type `protobuf:"varint,1,opt,name=type,proto3,enum=hashicorp.waypoint.Component_Type" json:"type,omitempty"`
	// name of the component
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Component represents metadata about a component. A component is the generic name for a builder, registry, platform, etc.

func (*Component) Descriptor deprecated

func (*Component) Descriptor() ([]byte, []int)

Deprecated: Use Component.ProtoReflect.Descriptor instead.

func (*Component) GetName

func (x *Component) GetName() string

func (*Component) GetType

func (x *Component) GetType() Component_Type

func (*Component) MarshalJSON added in v0.2.0

func (msg *Component) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Component) ProtoMessage

func (*Component) ProtoMessage()

func (*Component) ProtoReflect

func (x *Component) ProtoReflect() protoreflect.Message

func (*Component) Reset

func (x *Component) Reset()

func (*Component) String

func (x *Component) String() string

func (*Component) UnmarshalJSON added in v0.2.0

func (msg *Component) UnmarshalJSON(b []byte) error

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) 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 (Component_Type) String

func (x Component_Type) String() string

func (Component_Type) Type

type ConfigGetRequest

type ConfigGetRequest struct {

	// scope is the scoping for this config variable.
	//
	// Types that are assignable to Scope:
	//	*ConfigGetRequest_Application
	//	*ConfigGetRequest_Project
	//	*ConfigGetRequest_Runner
	Scope isConfigGetRequest_Scope `protobuf_oneof:"scope"`
	// Get all configuration entries under the given prefix. When empty,
	// returns all config variables.
	Prefix string `protobuf:"bytes,1,opt,name=prefix,proto3" json:"prefix,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfigGetRequest) Descriptor deprecated

func (*ConfigGetRequest) Descriptor() ([]byte, []int)

Deprecated: Use ConfigGetRequest.ProtoReflect.Descriptor instead.

func (*ConfigGetRequest) GetApplication

func (x *ConfigGetRequest) GetApplication() *Ref_Application

func (*ConfigGetRequest) GetPrefix

func (x *ConfigGetRequest) GetPrefix() string

func (*ConfigGetRequest) GetProject

func (x *ConfigGetRequest) GetProject() *Ref_Project

func (*ConfigGetRequest) GetRunner

func (x *ConfigGetRequest) GetRunner() *Ref_RunnerId

func (*ConfigGetRequest) GetScope

func (m *ConfigGetRequest) GetScope() isConfigGetRequest_Scope

func (*ConfigGetRequest) MarshalJSON added in v0.2.0

func (msg *ConfigGetRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ConfigGetRequest) ProtoMessage

func (*ConfigGetRequest) ProtoMessage()

func (*ConfigGetRequest) ProtoReflect

func (x *ConfigGetRequest) ProtoReflect() protoreflect.Message

func (*ConfigGetRequest) Reset

func (x *ConfigGetRequest) Reset()

func (*ConfigGetRequest) String

func (x *ConfigGetRequest) String() string

func (*ConfigGetRequest) UnmarshalJSON added in v0.2.0

func (msg *ConfigGetRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ConfigGetRequest_Application

type ConfigGetRequest_Application struct {
	Application *Ref_Application `protobuf:"bytes,2,opt,name=application,proto3,oneof"`
}

type ConfigGetRequest_Project

type ConfigGetRequest_Project struct {
	Project *Ref_Project `protobuf:"bytes,3,opt,name=project,proto3,oneof"`
}

type ConfigGetRequest_Runner

type ConfigGetRequest_Runner struct {
	Runner *Ref_RunnerId `protobuf:"bytes,4,opt,name=runner,proto3,oneof"`
}

type ConfigGetResponse

type ConfigGetResponse struct {
	Variables []*ConfigVar `protobuf:"bytes,1,rep,name=variables,proto3" json:"variables,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfigGetResponse) Descriptor deprecated

func (*ConfigGetResponse) Descriptor() ([]byte, []int)

Deprecated: Use ConfigGetResponse.ProtoReflect.Descriptor instead.

func (*ConfigGetResponse) GetVariables

func (x *ConfigGetResponse) GetVariables() []*ConfigVar

func (*ConfigGetResponse) MarshalJSON added in v0.2.0

func (msg *ConfigGetResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ConfigGetResponse) ProtoMessage

func (*ConfigGetResponse) ProtoMessage()

func (*ConfigGetResponse) ProtoReflect

func (x *ConfigGetResponse) ProtoReflect() protoreflect.Message

func (*ConfigGetResponse) Reset

func (x *ConfigGetResponse) Reset()

func (*ConfigGetResponse) String

func (x *ConfigGetResponse) String() string

func (*ConfigGetResponse) UnmarshalJSON added in v0.2.0

func (msg *ConfigGetResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ConfigSetRequest

type ConfigSetRequest struct {
	Variables []*ConfigVar `protobuf:"bytes,1,rep,name=variables,proto3" json:"variables,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfigSetRequest) Descriptor deprecated

func (*ConfigSetRequest) Descriptor() ([]byte, []int)

Deprecated: Use ConfigSetRequest.ProtoReflect.Descriptor instead.

func (*ConfigSetRequest) GetVariables

func (x *ConfigSetRequest) GetVariables() []*ConfigVar

func (*ConfigSetRequest) MarshalJSON added in v0.2.0

func (msg *ConfigSetRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ConfigSetRequest) ProtoMessage

func (*ConfigSetRequest) ProtoMessage()

func (*ConfigSetRequest) ProtoReflect

func (x *ConfigSetRequest) ProtoReflect() protoreflect.Message

func (*ConfigSetRequest) Reset

func (x *ConfigSetRequest) Reset()

func (*ConfigSetRequest) String

func (x *ConfigSetRequest) String() string

func (*ConfigSetRequest) UnmarshalJSON added in v0.2.0

func (msg *ConfigSetRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ConfigSetResponse

type ConfigSetResponse struct {
	// contains filtered or unexported fields
}

func (*ConfigSetResponse) Descriptor deprecated

func (*ConfigSetResponse) Descriptor() ([]byte, []int)

Deprecated: Use ConfigSetResponse.ProtoReflect.Descriptor instead.

func (*ConfigSetResponse) MarshalJSON added in v0.2.0

func (msg *ConfigSetResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ConfigSetResponse) ProtoMessage

func (*ConfigSetResponse) ProtoMessage()

func (*ConfigSetResponse) ProtoReflect

func (x *ConfigSetResponse) ProtoReflect() protoreflect.Message

func (*ConfigSetResponse) Reset

func (x *ConfigSetResponse) Reset()

func (*ConfigSetResponse) String

func (x *ConfigSetResponse) String() string

func (*ConfigSetResponse) UnmarshalJSON added in v0.2.0

func (msg *ConfigSetResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ConfigSource added in v0.2.0

type ConfigSource struct {

	// delete may be set to true on SetConfigSource to delete this config source.
	// This is a field on ConfigSource since there are a variety of ways to
	// identify a ConfigSource. Therefore, the recommend deletion process is
	// to query the ConfigSource using GetConfigSource and then set delete
	// on a return value to ensure the correct value is deleted.
	Delete bool `protobuf:"varint,3,opt,name=delete,proto3" json:"delete,omitempty"`
	// Scope that this configuration is valid. Note that this doesn't
	// prevent a config source from being used in other scopes, it only
	// prevents this configuration. Configuration sources used in other
	// scopes will use a default configuration set by the plugin.
	//
	// Types that are assignable to Scope:
	//	*ConfigSource_Global
	Scope isConfigSource_Scope `protobuf_oneof:"scope"`
	// type of the config source. This should match the plugin name.
	Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	// config is the configuration for the config source.
	Config map[string]string `` /* 153-byte string literal not displayed */
	// hash is set automatically on write and available on read and is a
	// content hash of the configuration. This can be used to determine
	// uniqueness or changes in the configuration. Setting this value with
	// SetConfigSource has no effect and will be overwritten. Note that this
	// hash may take more into account than just "config" as other fields
	// are introduced to this message type.
	Hash uint64 `protobuf:"varint,4,opt,name=hash,proto3" json:"hash,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfigSource) Descriptor deprecated added in v0.2.0

func (*ConfigSource) Descriptor() ([]byte, []int)

Deprecated: Use ConfigSource.ProtoReflect.Descriptor instead.

func (*ConfigSource) GetConfig added in v0.2.0

func (x *ConfigSource) GetConfig() map[string]string

func (*ConfigSource) GetDelete added in v0.2.0

func (x *ConfigSource) GetDelete() bool

func (*ConfigSource) GetGlobal added in v0.2.0

func (x *ConfigSource) GetGlobal() *Ref_Global

func (*ConfigSource) GetHash added in v0.2.0

func (x *ConfigSource) GetHash() uint64

func (*ConfigSource) GetScope added in v0.2.0

func (m *ConfigSource) GetScope() isConfigSource_Scope

func (*ConfigSource) GetType added in v0.2.0

func (x *ConfigSource) GetType() string

func (*ConfigSource) MarshalJSON added in v0.2.0

func (msg *ConfigSource) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ConfigSource) ProtoMessage added in v0.2.0

func (*ConfigSource) ProtoMessage()

func (*ConfigSource) ProtoReflect added in v0.2.0

func (x *ConfigSource) ProtoReflect() protoreflect.Message

func (*ConfigSource) Reset added in v0.2.0

func (x *ConfigSource) Reset()

func (*ConfigSource) String added in v0.2.0

func (x *ConfigSource) String() string

func (*ConfigSource) UnmarshalJSON added in v0.2.0

func (msg *ConfigSource) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ConfigSource_Global added in v0.2.0

type ConfigSource_Global struct {
	Global *Ref_Global `protobuf:"bytes,50,opt,name=global,proto3,oneof"`
}

type ConfigVar

type ConfigVar struct {

	// scope is the scoping for this config variable.
	//
	// Types that are assignable to Scope:
	//	*ConfigVar_Application
	//	*ConfigVar_Project
	//	*ConfigVar_Runner
	Scope isConfigVar_Scope `protobuf_oneof:"scope"`
	// name is the name of the environment variable that this config var is setting
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Types that are assignable to Value:
	//	*ConfigVar_Unset
	//	*ConfigVar_Static
	//	*ConfigVar_Dynamic
	Value isConfigVar_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*ConfigVar) Descriptor deprecated

func (*ConfigVar) Descriptor() ([]byte, []int)

Deprecated: Use ConfigVar.ProtoReflect.Descriptor instead.

func (*ConfigVar) GetApplication

func (x *ConfigVar) GetApplication() *Ref_Application

func (*ConfigVar) GetDynamic added in v0.2.0

func (x *ConfigVar) GetDynamic() *ConfigVar_DynamicVal

func (*ConfigVar) GetName

func (x *ConfigVar) GetName() string

func (*ConfigVar) GetProject

func (x *ConfigVar) GetProject() *Ref_Project

func (*ConfigVar) GetRunner

func (x *ConfigVar) GetRunner() *Ref_Runner

func (*ConfigVar) GetScope

func (m *ConfigVar) GetScope() isConfigVar_Scope

func (*ConfigVar) GetStatic added in v0.2.0

func (x *ConfigVar) GetStatic() string

func (*ConfigVar) GetUnset added in v0.2.0

func (x *ConfigVar) GetUnset() *empty.Empty

func (*ConfigVar) GetValue

func (m *ConfigVar) GetValue() isConfigVar_Value

func (*ConfigVar) MarshalJSON added in v0.2.0

func (msg *ConfigVar) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ConfigVar) ProtoMessage

func (*ConfigVar) ProtoMessage()

func (*ConfigVar) ProtoReflect

func (x *ConfigVar) ProtoReflect() protoreflect.Message

func (*ConfigVar) Reset

func (x *ConfigVar) Reset()

func (*ConfigVar) String

func (x *ConfigVar) String() string

func (*ConfigVar) UnmarshalJSON added in v0.2.0

func (msg *ConfigVar) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ConfigVar_Application

type ConfigVar_Application struct {
	Application *Ref_Application `protobuf:"bytes,3,opt,name=application,proto3,oneof"`
}

type ConfigVar_Dynamic added in v0.2.0

type ConfigVar_Dynamic struct {
	// dynamically sourced value
	Dynamic *ConfigVar_DynamicVal `protobuf:"bytes,6,opt,name=dynamic,proto3,oneof"`
}

type ConfigVar_DynamicVal added in v0.2.0

type ConfigVar_DynamicVal struct {

	// from is the config source plugin to use
	From string `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"`
	// config is the configuration for the config source plugin that
	// defines how the value is read. For example, for a "Vault" config
	// source this may contain the path in the KV store to read the value.
	Config map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

DynamicVal is the configuration for dynamic values for configuration.

func (*ConfigVar_DynamicVal) Descriptor deprecated added in v0.2.0

func (*ConfigVar_DynamicVal) Descriptor() ([]byte, []int)

Deprecated: Use ConfigVar_DynamicVal.ProtoReflect.Descriptor instead.

func (*ConfigVar_DynamicVal) GetConfig added in v0.2.0

func (x *ConfigVar_DynamicVal) GetConfig() map[string]string

func (*ConfigVar_DynamicVal) GetFrom added in v0.2.0

func (x *ConfigVar_DynamicVal) GetFrom() string

func (*ConfigVar_DynamicVal) MarshalJSON added in v0.2.0

func (msg *ConfigVar_DynamicVal) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ConfigVar_DynamicVal) ProtoMessage added in v0.2.0

func (*ConfigVar_DynamicVal) ProtoMessage()

func (*ConfigVar_DynamicVal) ProtoReflect added in v0.2.0

func (x *ConfigVar_DynamicVal) ProtoReflect() protoreflect.Message

func (*ConfigVar_DynamicVal) Reset added in v0.2.0

func (x *ConfigVar_DynamicVal) Reset()

func (*ConfigVar_DynamicVal) String added in v0.2.0

func (x *ConfigVar_DynamicVal) String() string

func (*ConfigVar_DynamicVal) UnmarshalJSON added in v0.2.0

func (msg *ConfigVar_DynamicVal) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ConfigVar_Project

type ConfigVar_Project struct {
	Project *Ref_Project `protobuf:"bytes,4,opt,name=project,proto3,oneof"`
}

type ConfigVar_Runner

type ConfigVar_Runner struct {
	// This specifies that the configuration variable is for runners only.
	// You can use more complex runner targeting via this ref.
	Runner *Ref_Runner `protobuf:"bytes,5,opt,name=runner,proto3,oneof"`
}

type ConfigVar_Static added in v0.2.0

type ConfigVar_Static struct {
	// static, direct value.
	Static string `protobuf:"bytes,2,opt,name=static,proto3,oneof"`
}

type ConfigVar_Unset added in v0.2.0

type ConfigVar_Unset struct {
	// unset, if set, unsets this value. For historical reasons, empty static
	// values also unset the value.
	Unset *empty.Empty `protobuf:"bytes,7,opt,name=unset,proto3,oneof"`
}

type ConvertInviteTokenRequest

type ConvertInviteTokenRequest struct {

	// A token previous returned by GenerateInviteToken.
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

Passed to ConvertInviteToken to create a new token that can be used to authenticate RPCs.

func (*ConvertInviteTokenRequest) Descriptor deprecated

func (*ConvertInviteTokenRequest) Descriptor() ([]byte, []int)

Deprecated: Use ConvertInviteTokenRequest.ProtoReflect.Descriptor instead.

func (*ConvertInviteTokenRequest) GetToken

func (x *ConvertInviteTokenRequest) GetToken() string

func (*ConvertInviteTokenRequest) MarshalJSON added in v0.2.0

func (msg *ConvertInviteTokenRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ConvertInviteTokenRequest) ProtoMessage

func (*ConvertInviteTokenRequest) ProtoMessage()

func (*ConvertInviteTokenRequest) ProtoReflect

func (*ConvertInviteTokenRequest) Reset

func (x *ConvertInviteTokenRequest) Reset()

func (*ConvertInviteTokenRequest) String

func (x *ConvertInviteTokenRequest) String() string

func (*ConvertInviteTokenRequest) UnmarshalJSON added in v0.2.0

func (msg *ConvertInviteTokenRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type CreateHostnameRequest

type CreateHostnameRequest struct {

	// hostname to register. This may be empty to autogenerate a hostname.
	Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"`
	// target determines where the hostname routes to.
	Target *Hostname_Target `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateHostnameRequest) Descriptor deprecated

func (*CreateHostnameRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateHostnameRequest.ProtoReflect.Descriptor instead.

func (*CreateHostnameRequest) GetHostname

func (x *CreateHostnameRequest) GetHostname() string

func (*CreateHostnameRequest) GetTarget

func (x *CreateHostnameRequest) GetTarget() *Hostname_Target

func (*CreateHostnameRequest) MarshalJSON added in v0.2.0

func (msg *CreateHostnameRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*CreateHostnameRequest) ProtoMessage

func (*CreateHostnameRequest) ProtoMessage()

func (*CreateHostnameRequest) ProtoReflect

func (x *CreateHostnameRequest) ProtoReflect() protoreflect.Message

func (*CreateHostnameRequest) Reset

func (x *CreateHostnameRequest) Reset()

func (*CreateHostnameRequest) String

func (x *CreateHostnameRequest) String() string

func (*CreateHostnameRequest) UnmarshalJSON added in v0.2.0

func (msg *CreateHostnameRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type CreateHostnameResponse

type CreateHostnameResponse struct {

	// Created hostname
	Hostname *Hostname `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateHostnameResponse) Descriptor deprecated

func (*CreateHostnameResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateHostnameResponse.ProtoReflect.Descriptor instead.

func (*CreateHostnameResponse) GetHostname

func (x *CreateHostnameResponse) GetHostname() *Hostname

func (*CreateHostnameResponse) MarshalJSON added in v0.2.0

func (msg *CreateHostnameResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*CreateHostnameResponse) ProtoMessage

func (*CreateHostnameResponse) ProtoMessage()

func (*CreateHostnameResponse) ProtoReflect

func (x *CreateHostnameResponse) ProtoReflect() protoreflect.Message

func (*CreateHostnameResponse) Reset

func (x *CreateHostnameResponse) Reset()

func (*CreateHostnameResponse) String

func (x *CreateHostnameResponse) String() string

func (*CreateHostnameResponse) UnmarshalJSON added in v0.2.0

func (msg *CreateHostnameResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type CreateSnapshotResponse added in v0.2.0

type CreateSnapshotResponse struct {

	// Types that are assignable to Event:
	//	*CreateSnapshotResponse_Open_
	//	*CreateSnapshotResponse_Chunk
	Event isCreateSnapshotResponse_Event `protobuf_oneof:"event"`
	// contains filtered or unexported fields
}

func (*CreateSnapshotResponse) Descriptor deprecated added in v0.2.0

func (*CreateSnapshotResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateSnapshotResponse.ProtoReflect.Descriptor instead.

func (*CreateSnapshotResponse) GetChunk added in v0.2.0

func (x *CreateSnapshotResponse) GetChunk() []byte

func (*CreateSnapshotResponse) GetEvent added in v0.2.0

func (m *CreateSnapshotResponse) GetEvent() isCreateSnapshotResponse_Event

func (*CreateSnapshotResponse) GetOpen added in v0.2.0

func (*CreateSnapshotResponse) MarshalJSON added in v0.2.0

func (msg *CreateSnapshotResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*CreateSnapshotResponse) ProtoMessage added in v0.2.0

func (*CreateSnapshotResponse) ProtoMessage()

func (*CreateSnapshotResponse) ProtoReflect added in v0.2.0

func (x *CreateSnapshotResponse) ProtoReflect() protoreflect.Message

func (*CreateSnapshotResponse) Reset added in v0.2.0

func (x *CreateSnapshotResponse) Reset()

func (*CreateSnapshotResponse) String added in v0.2.0

func (x *CreateSnapshotResponse) String() string

func (*CreateSnapshotResponse) UnmarshalJSON added in v0.2.0

func (msg *CreateSnapshotResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type CreateSnapshotResponse_Chunk added in v0.2.0

type CreateSnapshotResponse_Chunk struct {
	// Chunk is a next chunk of data. You should continue to expect
	// data until an EOF is received on the stream.
	Chunk []byte `protobuf:"bytes,2,opt,name=chunk,proto3,oneof"`
}

type CreateSnapshotResponse_Open added in v0.2.0

type CreateSnapshotResponse_Open struct {
	// contains filtered or unexported fields
}

One day we may add information here. For now we are reserving this.

func (*CreateSnapshotResponse_Open) Descriptor deprecated added in v0.2.0

func (*CreateSnapshotResponse_Open) Descriptor() ([]byte, []int)

Deprecated: Use CreateSnapshotResponse_Open.ProtoReflect.Descriptor instead.

func (*CreateSnapshotResponse_Open) MarshalJSON added in v0.2.0

func (msg *CreateSnapshotResponse_Open) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*CreateSnapshotResponse_Open) ProtoMessage added in v0.2.0

func (*CreateSnapshotResponse_Open) ProtoMessage()

func (*CreateSnapshotResponse_Open) ProtoReflect added in v0.2.0

func (*CreateSnapshotResponse_Open) Reset added in v0.2.0

func (x *CreateSnapshotResponse_Open) Reset()

func (*CreateSnapshotResponse_Open) String added in v0.2.0

func (x *CreateSnapshotResponse_Open) String() string

func (*CreateSnapshotResponse_Open) UnmarshalJSON added in v0.2.0

func (msg *CreateSnapshotResponse_Open) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type CreateSnapshotResponse_Open_ added in v0.2.0

type CreateSnapshotResponse_Open_ struct {
	// Open is sent as the opening message with information about the
	// snapshot. This is always sent first (before any data).
	Open *CreateSnapshotResponse_Open `protobuf:"bytes,1,opt,name=open,proto3,oneof"`
}

type DeleteHostnameRequest

type DeleteHostnameRequest struct {
	Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteHostnameRequest) Descriptor deprecated

func (*DeleteHostnameRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteHostnameRequest.ProtoReflect.Descriptor instead.

func (*DeleteHostnameRequest) GetHostname

func (x *DeleteHostnameRequest) GetHostname() string

func (*DeleteHostnameRequest) MarshalJSON added in v0.2.0

func (msg *DeleteHostnameRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*DeleteHostnameRequest) ProtoMessage

func (*DeleteHostnameRequest) ProtoMessage()

func (*DeleteHostnameRequest) ProtoReflect

func (x *DeleteHostnameRequest) ProtoReflect() protoreflect.Message

func (*DeleteHostnameRequest) Reset

func (x *DeleteHostnameRequest) Reset()

func (*DeleteHostnameRequest) String

func (x *DeleteHostnameRequest) String() string

func (*DeleteHostnameRequest) UnmarshalJSON added in v0.2.0

func (msg *DeleteHostnameRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Deployment

type Deployment struct {

	// application that this deployment belongs to
	Application *Ref_Application `protobuf:"bytes,8,opt,name=application,proto3" json:"application,omitempty"`
	// The workspace that this exists in
	Workspace *Ref_Workspace `protobuf:"bytes,9,opt,name=workspace,proto3" json:"workspace,omitempty"`
	// The sequence number for this build.
	Sequence uint64 `protobuf:"varint,10,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// id is the unique ID for this deployment
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// state is the state of this deployment.
	State Operation_PhysicalState `protobuf:"varint,2,opt,name=state,proto3,enum=hashicorp.waypoint.Operation_PhysicalState" json:"state,omitempty"`
	// status tracks the status of the most recent operation (creation,
	// destroy, etc. NOTE(mitchellh): I want to separate these out so that
	// you can keep history of the status of multiple operations.
	Status *Status `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
	// component that initiated this deployment
	Component *Component `protobuf:"bytes,4,opt,name=component,proto3" json:"component,omitempty"`
	// ID of the PushedArtifact that was deployed.
	ArtifactId string `protobuf:"bytes,5,opt,name=artifact_id,json=artifactId,proto3" json:"artifact_id,omitempty"`
	// deployment is the full raw deployment object encoded directly from
	// the plugin. The client must have all the plugins setup to properly
	// decode this.
	Deployment *any.Any `protobuf:"bytes,6,opt,name=deployment,proto3" json:"deployment,omitempty"`
	// labels are the set of labels that are present on this build.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// template data for HCL variables and template functions, json-encoded
	TemplateData []byte `protobuf:"bytes,14,opt,name=template_data,json=templateData,proto3" json:"template_data,omitempty"`
	// ID of the job that created this. This may be empty.
	JobId string `protobuf:"bytes,12,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	// True if this deployment had the environment variables available
	// for the entrypoint to talk to. If this is false, this deployment
	// should not be able to communicate back to the server even if it
	// has the entrypoint available. This means this deployment will not
	// support logs, exec, etc.
	HasEntrypointConfig bool `protobuf:"varint,13,opt,name=has_entrypoint_config,json=hasEntrypointConfig,proto3" json:"has_entrypoint_config,omitempty"`
	// This is the populated preload data. Most of this data can be retrieved
	// through additional API calls or manually computed, but certain API
	// calls will pre-populate some of these fields for convenience. The exact
	// pre-populated fields depend on the API.
	Preload *Deployment_Preload `protobuf:"bytes,11,opt,name=preload,proto3" json:"preload,omitempty"`
	// contains filtered or unexported fields
}

func (*Deployment) Descriptor deprecated

func (*Deployment) Descriptor() ([]byte, []int)

Deprecated: Use Deployment.ProtoReflect.Descriptor instead.

func (*Deployment) GetApplication

func (x *Deployment) GetApplication() *Ref_Application

func (*Deployment) GetArtifactId

func (x *Deployment) GetArtifactId() string

func (*Deployment) GetComponent

func (x *Deployment) GetComponent() *Component

func (*Deployment) GetDeployment

func (x *Deployment) GetDeployment() *any.Any

func (*Deployment) GetHasEntrypointConfig

func (x *Deployment) GetHasEntrypointConfig() bool

func (*Deployment) GetId

func (x *Deployment) GetId() string

func (*Deployment) GetJobId

func (x *Deployment) GetJobId() string

func (*Deployment) GetLabels

func (x *Deployment) GetLabels() map[string]string

func (*Deployment) GetPreload

func (x *Deployment) GetPreload() *Deployment_Preload

func (*Deployment) GetSequence

func (x *Deployment) GetSequence() uint64

func (*Deployment) GetState

func (x *Deployment) GetState() Operation_PhysicalState

func (*Deployment) GetStatus

func (x *Deployment) GetStatus() *Status

func (*Deployment) GetTemplateData added in v0.2.0

func (x *Deployment) GetTemplateData() []byte

func (*Deployment) GetWorkspace

func (x *Deployment) GetWorkspace() *Ref_Workspace

func (*Deployment) MarshalJSON added in v0.2.0

func (msg *Deployment) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Deployment) ProtoMessage

func (*Deployment) ProtoMessage()

func (*Deployment) ProtoReflect

func (x *Deployment) ProtoReflect() protoreflect.Message

func (*Deployment) Reset

func (x *Deployment) Reset()

func (*Deployment) String

func (x *Deployment) String() string

func (*Deployment) UnmarshalJSON added in v0.2.0

func (msg *Deployment) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Deployment_LoadDetails

type Deployment_LoadDetails int32
const (
	Deployment_NONE     Deployment_LoadDetails = 0
	Deployment_ARTIFACT Deployment_LoadDetails = 1
	Deployment_BUILD    Deployment_LoadDetails = 2
)

func (Deployment_LoadDetails) Descriptor

func (Deployment_LoadDetails) Enum

func (Deployment_LoadDetails) EnumDescriptor deprecated

func (Deployment_LoadDetails) EnumDescriptor() ([]byte, []int)

Deprecated: Use Deployment_LoadDetails.Descriptor instead.

func (Deployment_LoadDetails) Number

func (Deployment_LoadDetails) String

func (x Deployment_LoadDetails) String() string

func (Deployment_LoadDetails) Type

type Deployment_Preload

type Deployment_Preload struct {

	// Populated when a Deployment is read with LoadDetails set
	// to ARTIFACT or BUILD
	Artifact *PushedArtifact `protobuf:"bytes,1,opt,name=artifact,proto3" json:"artifact,omitempty"`
	// Populated when a Deployment is read with LoadDetails set to BUILD
	Build *Build `protobuf:"bytes,2,opt,name=build,proto3" json:"build,omitempty"`
	// The deployment-specific URL from the URL service. This is set on
	// all deployment API calls. This will be empty if the URL service
	// is not enabled or there was an error loading this information.
	DeployUrl string `protobuf:"bytes,3,opt,name=deploy_url,json=deployUrl,proto3" json:"deploy_url,omitempty"`
	// contains filtered or unexported fields
}

func (*Deployment_Preload) Descriptor deprecated

func (*Deployment_Preload) Descriptor() ([]byte, []int)

Deprecated: Use Deployment_Preload.ProtoReflect.Descriptor instead.

func (*Deployment_Preload) GetArtifact

func (x *Deployment_Preload) GetArtifact() *PushedArtifact

func (*Deployment_Preload) GetBuild

func (x *Deployment_Preload) GetBuild() *Build

func (*Deployment_Preload) GetDeployUrl

func (x *Deployment_Preload) GetDeployUrl() string

func (*Deployment_Preload) MarshalJSON added in v0.2.0

func (msg *Deployment_Preload) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Deployment_Preload) ProtoMessage

func (*Deployment_Preload) ProtoMessage()

func (*Deployment_Preload) ProtoReflect

func (x *Deployment_Preload) ProtoReflect() protoreflect.Message

func (*Deployment_Preload) Reset

func (x *Deployment_Preload) Reset()

func (*Deployment_Preload) String

func (x *Deployment_Preload) String() string

func (*Deployment_Preload) UnmarshalJSON added in v0.2.0

func (msg *Deployment_Preload) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Documentation

type Documentation struct {
	Description string                          `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	Example     string                          `protobuf:"bytes,2,opt,name=example,proto3" json:"example,omitempty"`
	Input       string                          `protobuf:"bytes,3,opt,name=input,proto3" json:"input,omitempty"`
	Output      string                          `protobuf:"bytes,4,opt,name=output,proto3" json:"output,omitempty"`
	Fields      map[string]*Documentation_Field `` /* 153-byte string literal not displayed */
	Mappers     []*Documentation_Mapper         `protobuf:"bytes,6,rep,name=mappers,proto3" json:"mappers,omitempty"`
	// contains filtered or unexported fields
}

func (*Documentation) Descriptor deprecated

func (*Documentation) Descriptor() ([]byte, []int)

Deprecated: Use Documentation.ProtoReflect.Descriptor instead.

func (*Documentation) GetDescription

func (x *Documentation) GetDescription() string

func (*Documentation) GetExample

func (x *Documentation) GetExample() string

func (*Documentation) GetFields

func (x *Documentation) GetFields() map[string]*Documentation_Field

func (*Documentation) GetInput

func (x *Documentation) GetInput() string

func (*Documentation) GetMappers

func (x *Documentation) GetMappers() []*Documentation_Mapper

func (*Documentation) GetOutput

func (x *Documentation) GetOutput() string

func (*Documentation) MarshalJSON added in v0.2.0

func (msg *Documentation) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Documentation) ProtoMessage

func (*Documentation) ProtoMessage()

func (*Documentation) ProtoReflect

func (x *Documentation) ProtoReflect() protoreflect.Message

func (*Documentation) Reset

func (x *Documentation) Reset()

func (*Documentation) String

func (x *Documentation) String() string

func (*Documentation) UnmarshalJSON added in v0.2.0

func (msg *Documentation) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Documentation_Field

type Documentation_Field struct {
	Name     string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Synopsis string `protobuf:"bytes,2,opt,name=synopsis,proto3" json:"synopsis,omitempty"`
	Summary  string `protobuf:"bytes,3,opt,name=summary,proto3" json:"summary,omitempty"`
	Optional bool   `protobuf:"varint,4,opt,name=optional,proto3" json:"optional,omitempty"`
	EnvVar   string `protobuf:"bytes,5,opt,name=env_var,json=envVar,proto3" json:"env_var,omitempty"`
	Type     string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"`
	Default  string `protobuf:"bytes,7,opt,name=default,proto3" json:"default,omitempty"`
	// contains filtered or unexported fields
}

func (*Documentation_Field) Descriptor deprecated

func (*Documentation_Field) Descriptor() ([]byte, []int)

Deprecated: Use Documentation_Field.ProtoReflect.Descriptor instead.

func (*Documentation_Field) GetDefault

func (x *Documentation_Field) GetDefault() string

func (*Documentation_Field) GetEnvVar

func (x *Documentation_Field) GetEnvVar() string

func (*Documentation_Field) GetName

func (x *Documentation_Field) GetName() string

func (*Documentation_Field) GetOptional

func (x *Documentation_Field) GetOptional() bool

func (*Documentation_Field) GetSummary

func (x *Documentation_Field) GetSummary() string

func (*Documentation_Field) GetSynopsis

func (x *Documentation_Field) GetSynopsis() string

func (*Documentation_Field) GetType

func (x *Documentation_Field) GetType() string

func (*Documentation_Field) MarshalJSON added in v0.2.0

func (msg *Documentation_Field) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Documentation_Field) ProtoMessage

func (*Documentation_Field) ProtoMessage()

func (*Documentation_Field) ProtoReflect

func (x *Documentation_Field) ProtoReflect() protoreflect.Message

func (*Documentation_Field) Reset

func (x *Documentation_Field) Reset()

func (*Documentation_Field) String

func (x *Documentation_Field) String() string

func (*Documentation_Field) UnmarshalJSON added in v0.2.0

func (msg *Documentation_Field) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Documentation_Mapper

type Documentation_Mapper struct {
	Input       string `protobuf:"bytes,1,opt,name=input,proto3" json:"input,omitempty"`
	Output      string `protobuf:"bytes,2,opt,name=output,proto3" json:"output,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*Documentation_Mapper) Descriptor deprecated

func (*Documentation_Mapper) Descriptor() ([]byte, []int)

Deprecated: Use Documentation_Mapper.ProtoReflect.Descriptor instead.

func (*Documentation_Mapper) GetDescription

func (x *Documentation_Mapper) GetDescription() string

func (*Documentation_Mapper) GetInput

func (x *Documentation_Mapper) GetInput() string

func (*Documentation_Mapper) GetOutput

func (x *Documentation_Mapper) GetOutput() string

func (*Documentation_Mapper) MarshalJSON added in v0.2.0

func (msg *Documentation_Mapper) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Documentation_Mapper) ProtoMessage

func (*Documentation_Mapper) ProtoMessage()

func (*Documentation_Mapper) ProtoReflect

func (x *Documentation_Mapper) ProtoReflect() protoreflect.Message

func (*Documentation_Mapper) Reset

func (x *Documentation_Mapper) Reset()

func (*Documentation_Mapper) String

func (x *Documentation_Mapper) String() string

func (*Documentation_Mapper) UnmarshalJSON added in v0.2.0

func (msg *Documentation_Mapper) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type EntrypointConfig

type EntrypointConfig struct {

	// Exec are requested exec sessions for this instance.
	Exec []*EntrypointConfig_Exec `protobuf:"bytes,1,rep,name=exec,proto3" json:"exec,omitempty"`
	// The environment variables to set in the entrypoint.
	EnvVars []*ConfigVar `protobuf:"bytes,2,rep,name=env_vars,json=envVars,proto3" json:"env_vars,omitempty"`
	// The configuration for any config sources that may be used in the
	// config vars sent down. The server may send down extra configs that
	// aren't used so consumers should filter these based on what env vars
	// are actually in use.
	ConfigSources []*ConfigSource `protobuf:"bytes,5,rep,name=config_sources,json=configSources,proto3" json:"config_sources,omitempty"`
	// The URL service configuration. This might be nil. If this is nil,
	// then the URL service is disabled.
	UrlService *EntrypointConfig_URLService `protobuf:"bytes,3,opt,name=url_service,json=urlService,proto3" json:"url_service,omitempty"`
	// Deployment is the deployment information for this instance. This may
	// be nil if the user is running an old enough server so always nil-check this.
	Deployment *EntrypointConfig_DeploymentInfo `protobuf:"bytes,4,opt,name=deployment,proto3" json:"deployment,omitempty"`
	// contains filtered or unexported fields
}

func (*EntrypointConfig) Descriptor deprecated

func (*EntrypointConfig) Descriptor() ([]byte, []int)

Deprecated: Use EntrypointConfig.ProtoReflect.Descriptor instead.

func (*EntrypointConfig) GetConfigSources added in v0.2.0

func (x *EntrypointConfig) GetConfigSources() []*ConfigSource

func (*EntrypointConfig) GetDeployment added in v0.2.0

func (*EntrypointConfig) GetEnvVars

func (x *EntrypointConfig) GetEnvVars() []*ConfigVar

func (*EntrypointConfig) GetExec

func (x *EntrypointConfig) GetExec() []*EntrypointConfig_Exec

func (*EntrypointConfig) GetUrlService

func (x *EntrypointConfig) GetUrlService() *EntrypointConfig_URLService

func (*EntrypointConfig) MarshalJSON added in v0.2.0

func (msg *EntrypointConfig) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*EntrypointConfig) ProtoMessage

func (*EntrypointConfig) ProtoMessage()

func (*EntrypointConfig) ProtoReflect

func (x *EntrypointConfig) ProtoReflect() protoreflect.Message

func (*EntrypointConfig) Reset

func (x *EntrypointConfig) Reset()

func (*EntrypointConfig) String

func (x *EntrypointConfig) String() string

func (*EntrypointConfig) UnmarshalJSON added in v0.2.0

func (msg *EntrypointConfig) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type EntrypointConfigRequest

type EntrypointConfigRequest struct {

	// id of the deployment that this instance is a part of
	DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	// instance_id is a unique ID generated by the running entrypoint. This is
	// not an auth mechanism, just a way to associate data with the correct instance.
	InstanceId string `protobuf:"bytes,2,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EntrypointConfigRequest) Descriptor deprecated

func (*EntrypointConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use EntrypointConfigRequest.ProtoReflect.Descriptor instead.

func (*EntrypointConfigRequest) GetDeploymentId

func (x *EntrypointConfigRequest) GetDeploymentId() string

func (*EntrypointConfigRequest) GetInstanceId

func (x *EntrypointConfigRequest) GetInstanceId() string

func (*EntrypointConfigRequest) MarshalJSON added in v0.2.0

func (msg *EntrypointConfigRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*EntrypointConfigRequest) ProtoMessage

func (*EntrypointConfigRequest) ProtoMessage()

func (*EntrypointConfigRequest) ProtoReflect

func (x *EntrypointConfigRequest) ProtoReflect() protoreflect.Message

func (*EntrypointConfigRequest) Reset

func (x *EntrypointConfigRequest) Reset()

func (*EntrypointConfigRequest) String

func (x *EntrypointConfigRequest) String() string

func (*EntrypointConfigRequest) UnmarshalJSON added in v0.2.0

func (msg *EntrypointConfigRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type EntrypointConfigResponse

type EntrypointConfigResponse struct {
	Config *EntrypointConfig `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*EntrypointConfigResponse) Descriptor deprecated

func (*EntrypointConfigResponse) Descriptor() ([]byte, []int)

Deprecated: Use EntrypointConfigResponse.ProtoReflect.Descriptor instead.

func (*EntrypointConfigResponse) GetConfig

func (*EntrypointConfigResponse) MarshalJSON added in v0.2.0

func (msg *EntrypointConfigResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*EntrypointConfigResponse) ProtoMessage

func (*EntrypointConfigResponse) ProtoMessage()

func (*EntrypointConfigResponse) ProtoReflect

func (x *EntrypointConfigResponse) ProtoReflect() protoreflect.Message

func (*EntrypointConfigResponse) Reset

func (x *EntrypointConfigResponse) Reset()

func (*EntrypointConfigResponse) String

func (x *EntrypointConfigResponse) String() string

func (*EntrypointConfigResponse) UnmarshalJSON added in v0.2.0

func (msg *EntrypointConfigResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type EntrypointConfig_DeploymentInfo added in v0.2.0

type EntrypointConfig_DeploymentInfo struct {

	// component is the deployment plugin information that launched this instance.
	Component *Component `protobuf:"bytes,1,opt,name=component,proto3" json:"component,omitempty"`
	// labels are the set of labels that are present on the deployment.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*EntrypointConfig_DeploymentInfo) Descriptor deprecated added in v0.2.0

func (*EntrypointConfig_DeploymentInfo) Descriptor() ([]byte, []int)

Deprecated: Use EntrypointConfig_DeploymentInfo.ProtoReflect.Descriptor instead.

func (*EntrypointConfig_DeploymentInfo) GetComponent added in v0.2.0

func (x *EntrypointConfig_DeploymentInfo) GetComponent() *Component

func (*EntrypointConfig_DeploymentInfo) GetLabels added in v0.2.0

func (x *EntrypointConfig_DeploymentInfo) GetLabels() map[string]string

func (*EntrypointConfig_DeploymentInfo) MarshalJSON added in v0.2.0

func (msg *EntrypointConfig_DeploymentInfo) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*EntrypointConfig_DeploymentInfo) ProtoMessage added in v0.2.0

func (*EntrypointConfig_DeploymentInfo) ProtoMessage()

func (*EntrypointConfig_DeploymentInfo) ProtoReflect added in v0.2.0

func (*EntrypointConfig_DeploymentInfo) Reset added in v0.2.0

func (*EntrypointConfig_DeploymentInfo) String added in v0.2.0

func (*EntrypointConfig_DeploymentInfo) UnmarshalJSON added in v0.2.0

func (msg *EntrypointConfig_DeploymentInfo) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type EntrypointConfig_Exec

type EntrypointConfig_Exec struct {
	Index int64                  `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	Args  []string               `protobuf:"bytes,2,rep,name=args,proto3" json:"args,omitempty"`
	Pty   *ExecStreamRequest_PTY `protobuf:"bytes,3,opt,name=pty,proto3" json:"pty,omitempty"`
	// contains filtered or unexported fields
}

func (*EntrypointConfig_Exec) Descriptor deprecated

func (*EntrypointConfig_Exec) Descriptor() ([]byte, []int)

Deprecated: Use EntrypointConfig_Exec.ProtoReflect.Descriptor instead.

func (*EntrypointConfig_Exec) GetArgs

func (x *EntrypointConfig_Exec) GetArgs() []string

func (*EntrypointConfig_Exec) GetIndex

func (x *EntrypointConfig_Exec) GetIndex() int64

func (*EntrypointConfig_Exec) GetPty

func (*EntrypointConfig_Exec) MarshalJSON added in v0.2.0

func (msg *EntrypointConfig_Exec) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*EntrypointConfig_Exec) ProtoMessage

func (*EntrypointConfig_Exec) ProtoMessage()

func (*EntrypointConfig_Exec) ProtoReflect

func (x *EntrypointConfig_Exec) ProtoReflect() protoreflect.Message

func (*EntrypointConfig_Exec) Reset

func (x *EntrypointConfig_Exec) Reset()

func (*EntrypointConfig_Exec) String

func (x *EntrypointConfig_Exec) String() string

func (*EntrypointConfig_Exec) UnmarshalJSON added in v0.2.0

func (msg *EntrypointConfig_Exec) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type EntrypointConfig_URLService

type EntrypointConfig_URLService struct {

	// address to the control server and the token for auth
	ControlAddr string `protobuf:"bytes,1,opt,name=control_addr,json=controlAddr,proto3" json:"control_addr,omitempty"`
	Token       string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	// labels to register this instance under
	Labels string `protobuf:"bytes,3,opt,name=labels,proto3" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

func (*EntrypointConfig_URLService) Descriptor deprecated

func (*EntrypointConfig_URLService) Descriptor() ([]byte, []int)

Deprecated: Use EntrypointConfig_URLService.ProtoReflect.Descriptor instead.

func (*EntrypointConfig_URLService) GetControlAddr

func (x *EntrypointConfig_URLService) GetControlAddr() string

func (*EntrypointConfig_URLService) GetLabels

func (x *EntrypointConfig_URLService) GetLabels() string

func (*EntrypointConfig_URLService) GetToken

func (x *EntrypointConfig_URLService) GetToken() string

func (*EntrypointConfig_URLService) MarshalJSON added in v0.2.0

func (msg *EntrypointConfig_URLService) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*EntrypointConfig_URLService) ProtoMessage

func (*EntrypointConfig_URLService) ProtoMessage()

func (*EntrypointConfig_URLService) ProtoReflect

func (*EntrypointConfig_URLService) Reset

func (x *EntrypointConfig_URLService) Reset()

func (*EntrypointConfig_URLService) String

func (x *EntrypointConfig_URLService) String() string

func (*EntrypointConfig_URLService) UnmarshalJSON added in v0.2.0

func (msg *EntrypointConfig_URLService) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type EntrypointExecRequest

type EntrypointExecRequest struct {

	// Types that are assignable to Event:
	//	*EntrypointExecRequest_Open_
	//	*EntrypointExecRequest_Exit_
	//	*EntrypointExecRequest_Output_
	//	*EntrypointExecRequest_Error_
	Event isEntrypointExecRequest_Event `protobuf_oneof:"event"`
	// contains filtered or unexported fields
}

func (*EntrypointExecRequest) Descriptor deprecated

func (*EntrypointExecRequest) Descriptor() ([]byte, []int)

Deprecated: Use EntrypointExecRequest.ProtoReflect.Descriptor instead.

func (*EntrypointExecRequest) GetError

func (*EntrypointExecRequest) GetEvent

func (m *EntrypointExecRequest) GetEvent() isEntrypointExecRequest_Event

func (*EntrypointExecRequest) GetExit

func (*EntrypointExecRequest) GetOpen

func (*EntrypointExecRequest) GetOutput

func (*EntrypointExecRequest) MarshalJSON added in v0.2.0

func (msg *EntrypointExecRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*EntrypointExecRequest) ProtoMessage

func (*EntrypointExecRequest) ProtoMessage()

func (*EntrypointExecRequest) ProtoReflect

func (x *EntrypointExecRequest) ProtoReflect() protoreflect.Message

func (*EntrypointExecRequest) Reset

func (x *EntrypointExecRequest) Reset()

func (*EntrypointExecRequest) String

func (x *EntrypointExecRequest) String() string

func (*EntrypointExecRequest) UnmarshalJSON added in v0.2.0

func (msg *EntrypointExecRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type EntrypointExecRequest_Error

type EntrypointExecRequest_Error struct {
	Error *status.Status `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*EntrypointExecRequest_Error) Descriptor deprecated

func (*EntrypointExecRequest_Error) Descriptor() ([]byte, []int)

Deprecated: Use EntrypointExecRequest_Error.ProtoReflect.Descriptor instead.

func (*EntrypointExecRequest_Error) GetError

func (x *EntrypointExecRequest_Error) GetError() *status.Status

func (*EntrypointExecRequest_Error) MarshalJSON added in v0.2.0

func (msg *EntrypointExecRequest_Error) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*EntrypointExecRequest_Error) ProtoMessage

func (*EntrypointExecRequest_Error) ProtoMessage()

func (*EntrypointExecRequest_Error) ProtoReflect

func (*EntrypointExecRequest_Error) Reset

func (x *EntrypointExecRequest_Error) Reset()

func (*EntrypointExecRequest_Error) String

func (x *EntrypointExecRequest_Error) String() string

func (*EntrypointExecRequest_Error) UnmarshalJSON added in v0.2.0

func (msg *EntrypointExecRequest_Error) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type EntrypointExecRequest_Error_

type EntrypointExecRequest_Error_ struct {
	// error indicates an error occurred. This will terminate the stream.
	Error *EntrypointExecRequest_Error `protobuf:"bytes,4,opt,name=error,proto3,oneof"`
}

type EntrypointExecRequest_Exit

type EntrypointExecRequest_Exit struct {
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	// contains filtered or unexported fields
}

func (*EntrypointExecRequest_Exit) Descriptor deprecated

func (*EntrypointExecRequest_Exit) Descriptor() ([]byte, []int)

Deprecated: Use EntrypointExecRequest_Exit.ProtoReflect.Descriptor instead.

func (*EntrypointExecRequest_Exit) GetCode

func (x *EntrypointExecRequest_Exit) GetCode() int32

func (*EntrypointExecRequest_Exit) MarshalJSON added in v0.2.0

func (msg *EntrypointExecRequest_Exit) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*EntrypointExecRequest_Exit) ProtoMessage

func (*EntrypointExecRequest_Exit) ProtoMessage()

func (*EntrypointExecRequest_Exit) ProtoReflect

func (*EntrypointExecRequest_Exit) Reset

func (x *EntrypointExecRequest_Exit) Reset()

func (*EntrypointExecRequest_Exit) String

func (x *EntrypointExecRequest_Exit) String() string

func (*EntrypointExecRequest_Exit) UnmarshalJSON added in v0.2.0

func (msg *EntrypointExecRequest_Exit) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type EntrypointExecRequest_Exit_

type EntrypointExecRequest_Exit_ struct {
	// exit should be sent as a final message type after the command exits.
	Exit *EntrypointExecRequest_Exit `protobuf:"bytes,2,opt,name=exit,proto3,oneof"`
}

type EntrypointExecRequest_Open

type EntrypointExecRequest_Open struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Index      int64  `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	// contains filtered or unexported fields
}

func (*EntrypointExecRequest_Open) Descriptor deprecated

func (*EntrypointExecRequest_Open) Descriptor() ([]byte, []int)

Deprecated: Use EntrypointExecRequest_Open.ProtoReflect.Descriptor instead.

func (*EntrypointExecRequest_Open) GetIndex

func (x *EntrypointExecRequest_Open) GetIndex() int64

func (*EntrypointExecRequest_Open) GetInstanceId

func (x *EntrypointExecRequest_Open) GetInstanceId() string

func (*EntrypointExecRequest_Open) MarshalJSON added in v0.2.0

func (msg *EntrypointExecRequest_Open) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*EntrypointExecRequest_Open) ProtoMessage

func (*EntrypointExecRequest_Open) ProtoMessage()

func (*EntrypointExecRequest_Open) ProtoReflect

func (*EntrypointExecRequest_Open) Reset

func (x *EntrypointExecRequest_Open) Reset()

func (*EntrypointExecRequest_Open) String

func (x *EntrypointExecRequest_Open) String() string

func (*EntrypointExecRequest_Open) UnmarshalJSON added in v0.2.0

func (msg *EntrypointExecRequest_Open) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type EntrypointExecRequest_Open_

type EntrypointExecRequest_Open_ struct {
	// open MUST BE the first message sent by a client. This will be used
	// by the server side to perform some initialization. If the first message
	// is not open the server will close the connection.
	Open *EntrypointExecRequest_Open `protobuf:"bytes,1,opt,name=open,proto3,oneof"`
}

type EntrypointExecRequest_Output

type EntrypointExecRequest_Output struct {
	Channel EntrypointExecRequest_Output_Channel `` /* 129-byte string literal not displayed */
	Data    []byte                               `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*EntrypointExecRequest_Output) Descriptor deprecated

func (*EntrypointExecRequest_Output) Descriptor() ([]byte, []int)

Deprecated: Use EntrypointExecRequest_Output.ProtoReflect.Descriptor instead.

func (*EntrypointExecRequest_Output) GetChannel

func (*EntrypointExecRequest_Output) GetData

func (x *EntrypointExecRequest_Output) GetData() []byte

func (*EntrypointExecRequest_Output) MarshalJSON added in v0.2.0

func (msg *EntrypointExecRequest_Output) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*EntrypointExecRequest_Output) ProtoMessage

func (*EntrypointExecRequest_Output) ProtoMessage()

func (*EntrypointExecRequest_Output) ProtoReflect

func (*EntrypointExecRequest_Output) Reset

func (x *EntrypointExecRequest_Output) Reset()

func (*EntrypointExecRequest_Output) String

func (*EntrypointExecRequest_Output) UnmarshalJSON added in v0.2.0

func (msg *EntrypointExecRequest_Output) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type EntrypointExecRequest_Output_

type EntrypointExecRequest_Output_ struct {
	// output contains stdout/stderr
	Output *EntrypointExecRequest_Output `protobuf:"bytes,3,opt,name=output,proto3,oneof"`
}

type EntrypointExecRequest_Output_Channel

type EntrypointExecRequest_Output_Channel int32
const (
	EntrypointExecRequest_Output_UNKNOWN EntrypointExecRequest_Output_Channel = 0
	EntrypointExecRequest_Output_STDOUT  EntrypointExecRequest_Output_Channel = 1
	EntrypointExecRequest_Output_STDERR  EntrypointExecRequest_Output_Channel = 2
)

func (EntrypointExecRequest_Output_Channel) Descriptor

func (EntrypointExecRequest_Output_Channel) Enum

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 (EntrypointExecRequest_Output_Channel) String

func (EntrypointExecRequest_Output_Channel) Type

type EntrypointExecResponse

type EntrypointExecResponse struct {

	// Types that are assignable to Event:
	//	*EntrypointExecResponse_Input
	//	*EntrypointExecResponse_InputEof
	//	*EntrypointExecResponse_Winch
	//	*EntrypointExecResponse_Opened
	Event isEntrypointExecResponse_Event `protobuf_oneof:"event"`
	// contains filtered or unexported fields
}

func (*EntrypointExecResponse) Descriptor deprecated

func (*EntrypointExecResponse) Descriptor() ([]byte, []int)

Deprecated: Use EntrypointExecResponse.ProtoReflect.Descriptor instead.

func (*EntrypointExecResponse) GetEvent

func (m *EntrypointExecResponse) GetEvent() isEntrypointExecResponse_Event

func (*EntrypointExecResponse) GetInput

func (x *EntrypointExecResponse) GetInput() []byte

func (*EntrypointExecResponse) GetInputEof added in v0.2.0

func (x *EntrypointExecResponse) GetInputEof() *empty.Empty

func (*EntrypointExecResponse) GetOpened

func (x *EntrypointExecResponse) GetOpened() bool

func (*EntrypointExecResponse) GetWinch

func (*EntrypointExecResponse) MarshalJSON added in v0.2.0

func (msg *EntrypointExecResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*EntrypointExecResponse) ProtoMessage

func (*EntrypointExecResponse) ProtoMessage()

func (*EntrypointExecResponse) ProtoReflect

func (x *EntrypointExecResponse) ProtoReflect() protoreflect.Message

func (*EntrypointExecResponse) Reset

func (x *EntrypointExecResponse) Reset()

func (*EntrypointExecResponse) String

func (x *EntrypointExecResponse) String() string

func (*EntrypointExecResponse) UnmarshalJSON added in v0.2.0

func (msg *EntrypointExecResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type EntrypointExecResponse_Input

type EntrypointExecResponse_Input struct {
	// input is raw stdin input from the client
	Input []byte `protobuf:"bytes,1,opt,name=input,proto3,oneof"`
}

type EntrypointExecResponse_InputEof added in v0.2.0

type EntrypointExecResponse_InputEof struct {
	// input_eof means that stdin is now closed
	InputEof *empty.Empty `protobuf:"bytes,4,opt,name=input_eof,json=inputEof,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 added in v0.2.0

func (msg *EntrypointLogBatch) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*EntrypointLogBatch) ProtoMessage

func (*EntrypointLogBatch) ProtoMessage()

func (*EntrypointLogBatch) ProtoReflect

func (x *EntrypointLogBatch) ProtoReflect() protoreflect.Message

func (*EntrypointLogBatch) Reset

func (x *EntrypointLogBatch) Reset()

func (*EntrypointLogBatch) String

func (x *EntrypointLogBatch) String() string

func (*EntrypointLogBatch) UnmarshalJSON added in v0.2.0

func (msg *EntrypointLogBatch) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ExecStreamRequest

type ExecStreamRequest struct {

	// Types that are assignable to Event:
	//	*ExecStreamRequest_Start_
	//	*ExecStreamRequest_Input_
	//	*ExecStreamRequest_Winch
	//	*ExecStreamRequest_InputEof
	Event isExecStreamRequest_Event `protobuf_oneof:"event"`
	// contains filtered or unexported fields
}

func (*ExecStreamRequest) Descriptor deprecated

func (*ExecStreamRequest) Descriptor() ([]byte, []int)

Deprecated: Use ExecStreamRequest.ProtoReflect.Descriptor instead.

func (*ExecStreamRequest) GetEvent

func (m *ExecStreamRequest) GetEvent() isExecStreamRequest_Event

func (*ExecStreamRequest) GetInput

func (*ExecStreamRequest) GetInputEof added in v0.2.0

func (x *ExecStreamRequest) GetInputEof() *empty.Empty

func (*ExecStreamRequest) GetStart

func (*ExecStreamRequest) GetWinch

func (*ExecStreamRequest) MarshalJSON added in v0.2.0

func (msg *ExecStreamRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ExecStreamRequest) ProtoMessage

func (*ExecStreamRequest) ProtoMessage()

func (*ExecStreamRequest) ProtoReflect

func (x *ExecStreamRequest) ProtoReflect() protoreflect.Message

func (*ExecStreamRequest) Reset

func (x *ExecStreamRequest) Reset()

func (*ExecStreamRequest) String

func (x *ExecStreamRequest) String() string

func (*ExecStreamRequest) UnmarshalJSON added in v0.2.0

func (msg *ExecStreamRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ExecStreamRequest_Input

type ExecStreamRequest_Input struct {
	Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecStreamRequest_Input) Descriptor deprecated

func (*ExecStreamRequest_Input) Descriptor() ([]byte, []int)

Deprecated: Use ExecStreamRequest_Input.ProtoReflect.Descriptor instead.

func (*ExecStreamRequest_Input) GetData

func (x *ExecStreamRequest_Input) GetData() []byte

func (*ExecStreamRequest_Input) MarshalJSON added in v0.2.0

func (msg *ExecStreamRequest_Input) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ExecStreamRequest_Input) ProtoMessage

func (*ExecStreamRequest_Input) ProtoMessage()

func (*ExecStreamRequest_Input) ProtoReflect

func (x *ExecStreamRequest_Input) ProtoReflect() protoreflect.Message

func (*ExecStreamRequest_Input) Reset

func (x *ExecStreamRequest_Input) Reset()

func (*ExecStreamRequest_Input) String

func (x *ExecStreamRequest_Input) String() string

func (*ExecStreamRequest_Input) UnmarshalJSON added in v0.2.0

func (msg *ExecStreamRequest_Input) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ExecStreamRequest_InputEof added in v0.2.0

type ExecStreamRequest_InputEof struct {
	// input_eof should be sent as an event when the input stream is
	// closed. After this, no more Input messages can be sent. Any Input
	// messages sent will be ignored. This will send an EOF on the remote
	// end as well to close stdin for the exec process.
	InputEof *empty.Empty `protobuf:"bytes,4,opt,name=input_eof,json=inputEof,proto3,oneof"`
}

type ExecStreamRequest_Input_

type ExecStreamRequest_Input_ struct {
	Input *ExecStreamRequest_Input `protobuf:"bytes,2,opt,name=input,proto3,oneof"`
}

type ExecStreamRequest_PTY

type ExecStreamRequest_PTY struct {
	Enable bool `protobuf:"varint,1,opt,name=enable,proto3" json:"enable,omitempty"`
	// term is the TERM value to request on the remote side. This should be set.
	Term string `protobuf:"bytes,2,opt,name=term,proto3" json:"term,omitempty"`
	// window_size is the initial window size
	WindowSize *ExecStreamRequest_WindowSize `protobuf:"bytes,3,opt,name=window_size,json=windowSize,proto3" json:"window_size,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecStreamRequest_PTY) Descriptor deprecated

func (*ExecStreamRequest_PTY) Descriptor() ([]byte, []int)

Deprecated: Use ExecStreamRequest_PTY.ProtoReflect.Descriptor instead.

func (*ExecStreamRequest_PTY) GetEnable

func (x *ExecStreamRequest_PTY) GetEnable() bool

func (*ExecStreamRequest_PTY) GetTerm

func (x *ExecStreamRequest_PTY) GetTerm() string

func (*ExecStreamRequest_PTY) GetWindowSize

func (*ExecStreamRequest_PTY) MarshalJSON added in v0.2.0

func (msg *ExecStreamRequest_PTY) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ExecStreamRequest_PTY) ProtoMessage

func (*ExecStreamRequest_PTY) ProtoMessage()

func (*ExecStreamRequest_PTY) ProtoReflect

func (x *ExecStreamRequest_PTY) ProtoReflect() protoreflect.Message

func (*ExecStreamRequest_PTY) Reset

func (x *ExecStreamRequest_PTY) Reset()

func (*ExecStreamRequest_PTY) String

func (x *ExecStreamRequest_PTY) String() string

func (*ExecStreamRequest_PTY) UnmarshalJSON added in v0.2.0

func (msg *ExecStreamRequest_PTY) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ExecStreamRequest_Start

type ExecStreamRequest_Start struct {

	// Deployment to exec into
	DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	// Args including the command at args[0] to execute.
	Args []string `protobuf:"bytes,2,rep,name=args,proto3" json:"args,omitempty"`
	// Pty is set if we should allocate a PTY for this exec stream.
	Pty *ExecStreamRequest_PTY `protobuf:"bytes,3,opt,name=pty,proto3" json:"pty,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecStreamRequest_Start) Descriptor deprecated

func (*ExecStreamRequest_Start) Descriptor() ([]byte, []int)

Deprecated: Use ExecStreamRequest_Start.ProtoReflect.Descriptor instead.

func (*ExecStreamRequest_Start) GetArgs

func (x *ExecStreamRequest_Start) GetArgs() []string

func (*ExecStreamRequest_Start) GetDeploymentId

func (x *ExecStreamRequest_Start) GetDeploymentId() string

func (*ExecStreamRequest_Start) GetPty

func (*ExecStreamRequest_Start) MarshalJSON added in v0.2.0

func (msg *ExecStreamRequest_Start) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ExecStreamRequest_Start) ProtoMessage

func (*ExecStreamRequest_Start) ProtoMessage()

func (*ExecStreamRequest_Start) ProtoReflect

func (x *ExecStreamRequest_Start) ProtoReflect() protoreflect.Message

func (*ExecStreamRequest_Start) Reset

func (x *ExecStreamRequest_Start) Reset()

func (*ExecStreamRequest_Start) String

func (x *ExecStreamRequest_Start) String() string

func (*ExecStreamRequest_Start) UnmarshalJSON added in v0.2.0

func (msg *ExecStreamRequest_Start) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ExecStreamRequest_Start_

type ExecStreamRequest_Start_ struct {
	Start *ExecStreamRequest_Start `protobuf:"bytes,1,opt,name=start,proto3,oneof"`
}

type ExecStreamRequest_Winch

type ExecStreamRequest_Winch struct {
	Winch *ExecStreamRequest_WindowSize `protobuf:"bytes,3,opt,name=winch,proto3,oneof"`
}

type ExecStreamRequest_WindowSize

type ExecStreamRequest_WindowSize struct {
	Rows   int32 `protobuf:"varint,1,opt,name=rows,proto3" json:"rows,omitempty"`
	Cols   int32 `protobuf:"varint,2,opt,name=cols,proto3" json:"cols,omitempty"`
	Width  int32 `protobuf:"varint,3,opt,name=width,proto3" json:"width,omitempty"`
	Height int32 `protobuf:"varint,4,opt,name=height,proto3" json:"height,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecStreamRequest_WindowSize) Descriptor deprecated

func (*ExecStreamRequest_WindowSize) Descriptor() ([]byte, []int)

Deprecated: Use ExecStreamRequest_WindowSize.ProtoReflect.Descriptor instead.

func (*ExecStreamRequest_WindowSize) GetCols

func (x *ExecStreamRequest_WindowSize) GetCols() int32

func (*ExecStreamRequest_WindowSize) GetHeight

func (x *ExecStreamRequest_WindowSize) GetHeight() int32

func (*ExecStreamRequest_WindowSize) GetRows

func (x *ExecStreamRequest_WindowSize) GetRows() int32

func (*ExecStreamRequest_WindowSize) GetWidth

func (x *ExecStreamRequest_WindowSize) GetWidth() int32

func (*ExecStreamRequest_WindowSize) MarshalJSON added in v0.2.0

func (msg *ExecStreamRequest_WindowSize) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ExecStreamRequest_WindowSize) ProtoMessage

func (*ExecStreamRequest_WindowSize) ProtoMessage()

func (*ExecStreamRequest_WindowSize) ProtoReflect

func (*ExecStreamRequest_WindowSize) Reset

func (x *ExecStreamRequest_WindowSize) Reset()

func (*ExecStreamRequest_WindowSize) String

func (*ExecStreamRequest_WindowSize) UnmarshalJSON added in v0.2.0

func (msg *ExecStreamRequest_WindowSize) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ExecStreamResponse

type ExecStreamResponse struct {

	// Types that are assignable to Event:
	//	*ExecStreamResponse_Open_
	//	*ExecStreamResponse_Output_
	//	*ExecStreamResponse_Exit_
	Event isExecStreamResponse_Event `protobuf_oneof:"event"`
	// contains filtered or unexported fields
}

func (*ExecStreamResponse) Descriptor deprecated

func (*ExecStreamResponse) Descriptor() ([]byte, []int)

Deprecated: Use ExecStreamResponse.ProtoReflect.Descriptor instead.

func (*ExecStreamResponse) GetEvent

func (m *ExecStreamResponse) GetEvent() isExecStreamResponse_Event

func (*ExecStreamResponse) GetExit

func (*ExecStreamResponse) GetOpen

func (*ExecStreamResponse) GetOutput

func (*ExecStreamResponse) MarshalJSON added in v0.2.0

func (msg *ExecStreamResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ExecStreamResponse) ProtoMessage

func (*ExecStreamResponse) ProtoMessage()

func (*ExecStreamResponse) ProtoReflect

func (x *ExecStreamResponse) ProtoReflect() protoreflect.Message

func (*ExecStreamResponse) Reset

func (x *ExecStreamResponse) Reset()

func (*ExecStreamResponse) String

func (x *ExecStreamResponse) String() string

func (*ExecStreamResponse) UnmarshalJSON added in v0.2.0

func (msg *ExecStreamResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ExecStreamResponse_Exit

type ExecStreamResponse_Exit struct {
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecStreamResponse_Exit) Descriptor deprecated

func (*ExecStreamResponse_Exit) Descriptor() ([]byte, []int)

Deprecated: Use ExecStreamResponse_Exit.ProtoReflect.Descriptor instead.

func (*ExecStreamResponse_Exit) GetCode

func (x *ExecStreamResponse_Exit) GetCode() int32

func (*ExecStreamResponse_Exit) MarshalJSON added in v0.2.0

func (msg *ExecStreamResponse_Exit) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ExecStreamResponse_Exit) ProtoMessage

func (*ExecStreamResponse_Exit) ProtoMessage()

func (*ExecStreamResponse_Exit) ProtoReflect

func (x *ExecStreamResponse_Exit) ProtoReflect() protoreflect.Message

func (*ExecStreamResponse_Exit) Reset

func (x *ExecStreamResponse_Exit) Reset()

func (*ExecStreamResponse_Exit) String

func (x *ExecStreamResponse_Exit) String() string

func (*ExecStreamResponse_Exit) UnmarshalJSON added in v0.2.0

func (msg *ExecStreamResponse_Exit) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ExecStreamResponse_Exit_

type ExecStreamResponse_Exit_ struct {
	Exit *ExecStreamResponse_Exit `protobuf:"bytes,2,opt,name=exit,proto3,oneof"`
}

type ExecStreamResponse_Open

type ExecStreamResponse_Open struct {
	// contains filtered or unexported fields
}

func (*ExecStreamResponse_Open) Descriptor deprecated

func (*ExecStreamResponse_Open) Descriptor() ([]byte, []int)

Deprecated: Use ExecStreamResponse_Open.ProtoReflect.Descriptor instead.

func (*ExecStreamResponse_Open) MarshalJSON added in v0.2.0

func (msg *ExecStreamResponse_Open) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ExecStreamResponse_Open) ProtoMessage

func (*ExecStreamResponse_Open) ProtoMessage()

func (*ExecStreamResponse_Open) ProtoReflect

func (x *ExecStreamResponse_Open) ProtoReflect() protoreflect.Message

func (*ExecStreamResponse_Open) Reset

func (x *ExecStreamResponse_Open) Reset()

func (*ExecStreamResponse_Open) String

func (x *ExecStreamResponse_Open) String() string

func (*ExecStreamResponse_Open) UnmarshalJSON added in v0.2.0

func (msg *ExecStreamResponse_Open) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ExecStreamResponse_Open_

type ExecStreamResponse_Open_ struct {
	// Open is always sent first no matter what (unless there is an error
	// in which case the stream will exit). This should be used to validate
	// that the exec process started properly.
	Open *ExecStreamResponse_Open `protobuf:"bytes,3,opt,name=open,proto3,oneof"`
}

type ExecStreamResponse_Output

type ExecStreamResponse_Output struct {
	Channel ExecStreamResponse_Output_Channel `` /* 126-byte string literal not displayed */
	Data    []byte                            `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecStreamResponse_Output) Descriptor deprecated

func (*ExecStreamResponse_Output) Descriptor() ([]byte, []int)

Deprecated: Use ExecStreamResponse_Output.ProtoReflect.Descriptor instead.

func (*ExecStreamResponse_Output) GetChannel

func (*ExecStreamResponse_Output) GetData

func (x *ExecStreamResponse_Output) GetData() []byte

func (*ExecStreamResponse_Output) MarshalJSON added in v0.2.0

func (msg *ExecStreamResponse_Output) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ExecStreamResponse_Output) ProtoMessage

func (*ExecStreamResponse_Output) ProtoMessage()

func (*ExecStreamResponse_Output) ProtoReflect

func (*ExecStreamResponse_Output) Reset

func (x *ExecStreamResponse_Output) Reset()

func (*ExecStreamResponse_Output) String

func (x *ExecStreamResponse_Output) String() string

func (*ExecStreamResponse_Output) UnmarshalJSON added in v0.2.0

func (msg *ExecStreamResponse_Output) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ExecStreamResponse_Output_

type ExecStreamResponse_Output_ struct {
	Output *ExecStreamResponse_Output `protobuf:"bytes,1,opt,name=output,proto3,oneof"`
}

type ExecStreamResponse_Output_Channel

type ExecStreamResponse_Output_Channel int32
const (
	ExecStreamResponse_Output_UNKNOWN ExecStreamResponse_Output_Channel = 0
	ExecStreamResponse_Output_STDOUT  ExecStreamResponse_Output_Channel = 1
	ExecStreamResponse_Output_STDERR  ExecStreamResponse_Output_Channel = 2
)

func (ExecStreamResponse_Output_Channel) Descriptor

func (ExecStreamResponse_Output_Channel) Enum

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 (ExecStreamResponse_Output_Channel) String

func (ExecStreamResponse_Output_Channel) Type

type GetBuildRequest

type GetBuildRequest struct {
	Ref *Ref_Operation `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBuildRequest) Descriptor deprecated

func (*GetBuildRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetBuildRequest.ProtoReflect.Descriptor instead.

func (*GetBuildRequest) GetRef

func (x *GetBuildRequest) GetRef() *Ref_Operation

func (*GetBuildRequest) MarshalJSON added in v0.2.0

func (msg *GetBuildRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetBuildRequest) ProtoMessage

func (*GetBuildRequest) ProtoMessage()

func (*GetBuildRequest) ProtoReflect

func (x *GetBuildRequest) ProtoReflect() protoreflect.Message

func (*GetBuildRequest) Reset

func (x *GetBuildRequest) Reset()

func (*GetBuildRequest) String

func (x *GetBuildRequest) String() string

func (*GetBuildRequest) UnmarshalJSON added in v0.2.0

func (msg *GetBuildRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetConfigSourceRequest added in v0.2.0

type GetConfigSourceRequest struct {

	// scope is the scoping for the config source.
	//
	// Types that are assignable to Scope:
	//	*GetConfigSourceRequest_Global
	Scope isGetConfigSourceRequest_Scope `protobuf_oneof:"scope"`
	// config source type. This is optional. If this is omitted, all
	// config source types matching the above scoping will be returned.
	// This is a prefix-search. All config sources with this type prefix
	// will be returned.
	Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*GetConfigSourceRequest) Descriptor deprecated added in v0.2.0

func (*GetConfigSourceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetConfigSourceRequest.ProtoReflect.Descriptor instead.

func (*GetConfigSourceRequest) GetGlobal added in v0.2.0

func (x *GetConfigSourceRequest) GetGlobal() *Ref_Global

func (*GetConfigSourceRequest) GetScope added in v0.2.0

func (m *GetConfigSourceRequest) GetScope() isGetConfigSourceRequest_Scope

func (*GetConfigSourceRequest) GetType added in v0.2.0

func (x *GetConfigSourceRequest) GetType() string

func (*GetConfigSourceRequest) MarshalJSON added in v0.2.0

func (msg *GetConfigSourceRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetConfigSourceRequest) ProtoMessage added in v0.2.0

func (*GetConfigSourceRequest) ProtoMessage()

func (*GetConfigSourceRequest) ProtoReflect added in v0.2.0

func (x *GetConfigSourceRequest) ProtoReflect() protoreflect.Message

func (*GetConfigSourceRequest) Reset added in v0.2.0

func (x *GetConfigSourceRequest) Reset()

func (*GetConfigSourceRequest) String added in v0.2.0

func (x *GetConfigSourceRequest) String() string

func (*GetConfigSourceRequest) UnmarshalJSON added in v0.2.0

func (msg *GetConfigSourceRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetConfigSourceRequest_Global added in v0.2.0

type GetConfigSourceRequest_Global struct {
	Global *Ref_Global `protobuf:"bytes,50,opt,name=global,proto3,oneof"`
}

type GetConfigSourceResponse added in v0.2.0

type GetConfigSourceResponse struct {
	ConfigSources []*ConfigSource `protobuf:"bytes,1,rep,name=config_sources,json=configSources,proto3" json:"config_sources,omitempty"`
	// contains filtered or unexported fields
}

func (*GetConfigSourceResponse) Descriptor deprecated added in v0.2.0

func (*GetConfigSourceResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetConfigSourceResponse.ProtoReflect.Descriptor instead.

func (*GetConfigSourceResponse) GetConfigSources added in v0.2.0

func (x *GetConfigSourceResponse) GetConfigSources() []*ConfigSource

func (*GetConfigSourceResponse) MarshalJSON added in v0.2.0

func (msg *GetConfigSourceResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetConfigSourceResponse) ProtoMessage added in v0.2.0

func (*GetConfigSourceResponse) ProtoMessage()

func (*GetConfigSourceResponse) ProtoReflect added in v0.2.0

func (x *GetConfigSourceResponse) ProtoReflect() protoreflect.Message

func (*GetConfigSourceResponse) Reset added in v0.2.0

func (x *GetConfigSourceResponse) Reset()

func (*GetConfigSourceResponse) String added in v0.2.0

func (x *GetConfigSourceResponse) String() string

func (*GetConfigSourceResponse) UnmarshalJSON added in v0.2.0

func (msg *GetConfigSourceResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetDeploymentRequest

type GetDeploymentRequest struct {
	Ref *Ref_Operation `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"`
	// Inidicate of the fetched deployments should include additional information
	// about each deployment.
	LoadDetails Deployment_LoadDetails `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetDeploymentRequest) Descriptor deprecated

func (*GetDeploymentRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDeploymentRequest.ProtoReflect.Descriptor instead.

func (*GetDeploymentRequest) GetLoadDetails

func (x *GetDeploymentRequest) GetLoadDetails() Deployment_LoadDetails

func (*GetDeploymentRequest) GetRef

func (x *GetDeploymentRequest) GetRef() *Ref_Operation

func (*GetDeploymentRequest) MarshalJSON added in v0.2.0

func (msg *GetDeploymentRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetDeploymentRequest) ProtoMessage

func (*GetDeploymentRequest) ProtoMessage()

func (*GetDeploymentRequest) ProtoReflect

func (x *GetDeploymentRequest) ProtoReflect() protoreflect.Message

func (*GetDeploymentRequest) Reset

func (x *GetDeploymentRequest) Reset()

func (*GetDeploymentRequest) String

func (x *GetDeploymentRequest) String() string

func (*GetDeploymentRequest) UnmarshalJSON added in v0.2.0

func (msg *GetDeploymentRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetJobRequest

type GetJobRequest struct {

	// ID of the job to request.
	JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobRequest) Descriptor deprecated

func (*GetJobRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetJobRequest.ProtoReflect.Descriptor instead.

func (*GetJobRequest) GetJobId

func (x *GetJobRequest) GetJobId() string

func (*GetJobRequest) MarshalJSON added in v0.2.0

func (msg *GetJobRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetJobRequest) ProtoMessage

func (*GetJobRequest) ProtoMessage()

func (*GetJobRequest) ProtoReflect

func (x *GetJobRequest) ProtoReflect() protoreflect.Message

func (*GetJobRequest) Reset

func (x *GetJobRequest) Reset()

func (*GetJobRequest) String

func (x *GetJobRequest) String() string

func (*GetJobRequest) UnmarshalJSON added in v0.2.0

func (msg *GetJobRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetJobStreamRequest

type GetJobStreamRequest struct {
	JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobStreamRequest) Descriptor deprecated

func (*GetJobStreamRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetJobStreamRequest.ProtoReflect.Descriptor instead.

func (*GetJobStreamRequest) GetJobId

func (x *GetJobStreamRequest) GetJobId() string

func (*GetJobStreamRequest) MarshalJSON added in v0.2.0

func (msg *GetJobStreamRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetJobStreamRequest) ProtoMessage

func (*GetJobStreamRequest) ProtoMessage()

func (*GetJobStreamRequest) ProtoReflect

func (x *GetJobStreamRequest) ProtoReflect() protoreflect.Message

func (*GetJobStreamRequest) Reset

func (x *GetJobStreamRequest) Reset()

func (*GetJobStreamRequest) String

func (x *GetJobStreamRequest) String() string

func (*GetJobStreamRequest) UnmarshalJSON added in v0.2.0

func (msg *GetJobStreamRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetJobStreamResponse

type GetJobStreamResponse struct {

	// Types that are assignable to Event:
	//	*GetJobStreamResponse_Open_
	//	*GetJobStreamResponse_State_
	//	*GetJobStreamResponse_Terminal_
	//	*GetJobStreamResponse_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 (*GetJobStreamResponse) GetError

func (*GetJobStreamResponse) GetEvent

func (m *GetJobStreamResponse) GetEvent() isGetJobStreamResponse_Event

func (*GetJobStreamResponse) GetOpen

func (*GetJobStreamResponse) GetState

func (*GetJobStreamResponse) GetTerminal

func (*GetJobStreamResponse) MarshalJSON added in v0.2.0

func (msg *GetJobStreamResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetJobStreamResponse) ProtoMessage

func (*GetJobStreamResponse) ProtoMessage()

func (*GetJobStreamResponse) ProtoReflect

func (x *GetJobStreamResponse) ProtoReflect() protoreflect.Message

func (*GetJobStreamResponse) Reset

func (x *GetJobStreamResponse) Reset()

func (*GetJobStreamResponse) String

func (x *GetJobStreamResponse) String() string

func (*GetJobStreamResponse) UnmarshalJSON added in v0.2.0

func (msg *GetJobStreamResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetJobStreamResponse_Complete

type GetJobStreamResponse_Complete struct {

	// error, if set, is an error that occurred as part of the job execution
	// and resulted in job termination. This is different than the "error"
	// event which is an error in the stream itself.
	Error *status.Status `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// Result will be set to the final result of the job execution, if any.
	Result *Job_Result `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobStreamResponse_Complete) Descriptor deprecated

func (*GetJobStreamResponse_Complete) Descriptor() ([]byte, []int)

Deprecated: Use GetJobStreamResponse_Complete.ProtoReflect.Descriptor instead.

func (*GetJobStreamResponse_Complete) GetError

func (*GetJobStreamResponse_Complete) GetResult

func (x *GetJobStreamResponse_Complete) GetResult() *Job_Result

func (*GetJobStreamResponse_Complete) MarshalJSON added in v0.2.0

func (msg *GetJobStreamResponse_Complete) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetJobStreamResponse_Complete) ProtoMessage

func (*GetJobStreamResponse_Complete) ProtoMessage()

func (*GetJobStreamResponse_Complete) ProtoReflect

func (*GetJobStreamResponse_Complete) Reset

func (x *GetJobStreamResponse_Complete) Reset()

func (*GetJobStreamResponse_Complete) String

func (*GetJobStreamResponse_Complete) UnmarshalJSON added in v0.2.0

func (msg *GetJobStreamResponse_Complete) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetJobStreamResponse_Complete_

type GetJobStreamResponse_Complete_ struct {
	// job completion, no more events will follow this one. This can be
	// both success or failure, the event must be checked. Any errors
	// in complete are errors from the job execution itself.
	Complete *GetJobStreamResponse_Complete `protobuf:"bytes,5,opt,name=complete,proto3,oneof"`
}

type GetJobStreamResponse_Error

type GetJobStreamResponse_Error struct {
	Error *status.Status `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobStreamResponse_Error) Descriptor deprecated

func (*GetJobStreamResponse_Error) Descriptor() ([]byte, []int)

Deprecated: Use GetJobStreamResponse_Error.ProtoReflect.Descriptor instead.

func (*GetJobStreamResponse_Error) GetError

func (x *GetJobStreamResponse_Error) GetError() *status.Status

func (*GetJobStreamResponse_Error) MarshalJSON added in v0.2.0

func (msg *GetJobStreamResponse_Error) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetJobStreamResponse_Error) ProtoMessage

func (*GetJobStreamResponse_Error) ProtoMessage()

func (*GetJobStreamResponse_Error) ProtoReflect

func (*GetJobStreamResponse_Error) Reset

func (x *GetJobStreamResponse_Error) Reset()

func (*GetJobStreamResponse_Error) String

func (x *GetJobStreamResponse_Error) String() string

func (*GetJobStreamResponse_Error) UnmarshalJSON added in v0.2.0

func (msg *GetJobStreamResponse_Error) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetJobStreamResponse_Error_

type GetJobStreamResponse_Error_ struct {
	// an error regarding the stream itself, rather than the executing job.
	// For example, if you request a job stream for an invalid job ID,
	// this will be sent back. If this is sent, no further messages will
	// be sent and the stream is terminated.
	//
	// For errors in job execution, see "complete".
	Error *GetJobStreamResponse_Error `protobuf:"bytes,4,opt,name=error,proto3,oneof"`
}

type GetJobStreamResponse_Open

type GetJobStreamResponse_Open struct {
	// contains filtered or unexported fields
}

func (*GetJobStreamResponse_Open) Descriptor deprecated

func (*GetJobStreamResponse_Open) Descriptor() ([]byte, []int)

Deprecated: Use GetJobStreamResponse_Open.ProtoReflect.Descriptor instead.

func (*GetJobStreamResponse_Open) MarshalJSON added in v0.2.0

func (msg *GetJobStreamResponse_Open) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetJobStreamResponse_Open) ProtoMessage

func (*GetJobStreamResponse_Open) ProtoMessage()

func (*GetJobStreamResponse_Open) ProtoReflect

func (*GetJobStreamResponse_Open) Reset

func (x *GetJobStreamResponse_Open) Reset()

func (*GetJobStreamResponse_Open) String

func (x *GetJobStreamResponse_Open) String() string

func (*GetJobStreamResponse_Open) UnmarshalJSON added in v0.2.0

func (msg *GetJobStreamResponse_Open) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetJobStreamResponse_Open_

type GetJobStreamResponse_Open_ struct {
	// Open is sent as confirmation that the job stream successfully opened.
	// This will be sent immediately by the server if the job ID is valid.
	// This is useful since other events such as terminal output may not
	// happen for a long time while the job is executing, queued, etc.
	//
	// This is ALWAYS sent. If the job is already completed, this will be
	// sent first followed immediately by a Complete.
	Open *GetJobStreamResponse_Open `protobuf:"bytes,1,opt,name=open,proto3,oneof"`
}

type GetJobStreamResponse_State

type GetJobStreamResponse_State struct {

	// previous and current are the previous and current states, respectively.
	Previous Job_State `protobuf:"varint,1,opt,name=previous,proto3,enum=hashicorp.waypoint.Job_State" json:"previous,omitempty"`
	Current  Job_State `protobuf:"varint,2,opt,name=current,proto3,enum=hashicorp.waypoint.Job_State" json:"current,omitempty"`
	// The full updated job is also sent because additional fields may be
	// set depending on the state (such as the assigned runner, assignment
	// times, etc.)
	Job *Job `protobuf:"bytes,3,opt,name=job,proto3" json:"job,omitempty"`
	// canceling is true if the job was requested to be canceled.
	Canceling bool `protobuf:"varint,4,opt,name=canceling,proto3" json:"canceling,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobStreamResponse_State) Descriptor deprecated

func (*GetJobStreamResponse_State) Descriptor() ([]byte, []int)

Deprecated: Use GetJobStreamResponse_State.ProtoReflect.Descriptor instead.

func (*GetJobStreamResponse_State) GetCanceling

func (x *GetJobStreamResponse_State) GetCanceling() bool

func (*GetJobStreamResponse_State) GetCurrent

func (x *GetJobStreamResponse_State) GetCurrent() Job_State

func (*GetJobStreamResponse_State) GetJob

func (x *GetJobStreamResponse_State) GetJob() *Job

func (*GetJobStreamResponse_State) GetPrevious

func (x *GetJobStreamResponse_State) GetPrevious() Job_State

func (*GetJobStreamResponse_State) MarshalJSON added in v0.2.0

func (msg *GetJobStreamResponse_State) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetJobStreamResponse_State) ProtoMessage

func (*GetJobStreamResponse_State) ProtoMessage()

func (*GetJobStreamResponse_State) ProtoReflect

func (*GetJobStreamResponse_State) Reset

func (x *GetJobStreamResponse_State) Reset()

func (*GetJobStreamResponse_State) String

func (x *GetJobStreamResponse_State) String() string

func (*GetJobStreamResponse_State) UnmarshalJSON added in v0.2.0

func (msg *GetJobStreamResponse_State) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetJobStreamResponse_State_

type GetJobStreamResponse_State_ struct {
	// state is sent when there is a job state change event.
	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 (*GetJobStreamResponse_Terminal) MarshalJSON added in v0.2.0

func (msg *GetJobStreamResponse_Terminal) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetJobStreamResponse_Terminal) ProtoMessage

func (*GetJobStreamResponse_Terminal) ProtoMessage()

func (*GetJobStreamResponse_Terminal) ProtoReflect

func (*GetJobStreamResponse_Terminal) Reset

func (x *GetJobStreamResponse_Terminal) Reset()

func (*GetJobStreamResponse_Terminal) String

func (*GetJobStreamResponse_Terminal) UnmarshalJSON added in v0.2.0

func (msg *GetJobStreamResponse_Terminal) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetJobStreamResponse_Terminal_

type GetJobStreamResponse_Terminal_ struct {
	// terminal output. On initial connection, the server may send buffered
	// historical terminal data so there isn't a race between queueing a job
	// and getting its first byte output. You can determine this based on the
	// flag on Terminal.
	Terminal *GetJobStreamResponse_Terminal `protobuf:"bytes,3,opt,name=terminal,proto3,oneof"`
}

type GetJobStreamResponse_Terminal_Event

type GetJobStreamResponse_Terminal_Event struct {

	// timestamp of the event as seen by the runner. This might be
	// skewed from the server or the client but relative to all other
	// line output, it will be accurate.
	Timestamp *timestamp.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// Types that are assignable to Event:
	//	*GetJobStreamResponse_Terminal_Event_Line_
	//	*GetJobStreamResponse_Terminal_Event_Status_
	//	*GetJobStreamResponse_Terminal_Event_NamedValues_
	//	*GetJobStreamResponse_Terminal_Event_Raw_
	//	*GetJobStreamResponse_Terminal_Event_Table_
	//	*GetJobStreamResponse_Terminal_Event_StepGroup_
	//	*GetJobStreamResponse_Terminal_Event_Step_
	Event isGetJobStreamResponse_Terminal_Event_Event `protobuf_oneof:"event"`
	// contains filtered or unexported fields
}

func (*GetJobStreamResponse_Terminal_Event) Descriptor deprecated

func (*GetJobStreamResponse_Terminal_Event) Descriptor() ([]byte, []int)

Deprecated: Use GetJobStreamResponse_Terminal_Event.ProtoReflect.Descriptor instead.

func (*GetJobStreamResponse_Terminal_Event) GetEvent

func (m *GetJobStreamResponse_Terminal_Event) GetEvent() isGetJobStreamResponse_Terminal_Event_Event

func (*GetJobStreamResponse_Terminal_Event) GetLine

func (*GetJobStreamResponse_Terminal_Event) GetNamedValues

func (*GetJobStreamResponse_Terminal_Event) GetRaw

func (*GetJobStreamResponse_Terminal_Event) GetStatus

func (*GetJobStreamResponse_Terminal_Event) GetStep

func (*GetJobStreamResponse_Terminal_Event) GetStepGroup

func (*GetJobStreamResponse_Terminal_Event) GetTable

func (*GetJobStreamResponse_Terminal_Event) GetTimestamp

func (*GetJobStreamResponse_Terminal_Event) MarshalJSON added in v0.2.0

func (msg *GetJobStreamResponse_Terminal_Event) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetJobStreamResponse_Terminal_Event) ProtoMessage

func (*GetJobStreamResponse_Terminal_Event) ProtoMessage()

func (*GetJobStreamResponse_Terminal_Event) ProtoReflect

func (*GetJobStreamResponse_Terminal_Event) Reset

func (*GetJobStreamResponse_Terminal_Event) String

func (*GetJobStreamResponse_Terminal_Event) UnmarshalJSON added in v0.2.0

func (msg *GetJobStreamResponse_Terminal_Event) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetJobStreamResponse_Terminal_Event_Line

type GetJobStreamResponse_Terminal_Event_Line struct {
	Msg   string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"`
	Style string `protobuf:"bytes,2,opt,name=style,proto3" json:"style,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobStreamResponse_Terminal_Event_Line) Descriptor deprecated

func (*GetJobStreamResponse_Terminal_Event_Line) Descriptor() ([]byte, []int)

Deprecated: Use GetJobStreamResponse_Terminal_Event_Line.ProtoReflect.Descriptor instead.

func (*GetJobStreamResponse_Terminal_Event_Line) GetMsg

func (*GetJobStreamResponse_Terminal_Event_Line) GetStyle

func (*GetJobStreamResponse_Terminal_Event_Line) MarshalJSON added in v0.2.0

func (msg *GetJobStreamResponse_Terminal_Event_Line) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetJobStreamResponse_Terminal_Event_Line) ProtoMessage

func (*GetJobStreamResponse_Terminal_Event_Line) ProtoReflect

func (*GetJobStreamResponse_Terminal_Event_Line) Reset

func (*GetJobStreamResponse_Terminal_Event_Line) String

func (*GetJobStreamResponse_Terminal_Event_Line) UnmarshalJSON added in v0.2.0

func (msg *GetJobStreamResponse_Terminal_Event_Line) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetJobStreamResponse_Terminal_Event_Line_

type GetJobStreamResponse_Terminal_Event_Line_ struct {
	Line *GetJobStreamResponse_Terminal_Event_Line `protobuf:"bytes,2,opt,name=line,proto3,oneof"`
}

type GetJobStreamResponse_Terminal_Event_NamedValue

type GetJobStreamResponse_Terminal_Event_NamedValue struct {
	Name  string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobStreamResponse_Terminal_Event_NamedValue) Descriptor deprecated

Deprecated: Use GetJobStreamResponse_Terminal_Event_NamedValue.ProtoReflect.Descriptor instead.

func (*GetJobStreamResponse_Terminal_Event_NamedValue) GetName

func (*GetJobStreamResponse_Terminal_Event_NamedValue) GetValue

func (*GetJobStreamResponse_Terminal_Event_NamedValue) MarshalJSON added in v0.2.0

MarshalJSON implements json.Marshaler

func (*GetJobStreamResponse_Terminal_Event_NamedValue) ProtoMessage

func (*GetJobStreamResponse_Terminal_Event_NamedValue) ProtoReflect

func (*GetJobStreamResponse_Terminal_Event_NamedValue) Reset

func (*GetJobStreamResponse_Terminal_Event_NamedValue) String

func (*GetJobStreamResponse_Terminal_Event_NamedValue) UnmarshalJSON added in v0.2.0

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

Deprecated: Use GetJobStreamResponse_Terminal_Event_NamedValues.ProtoReflect.Descriptor instead.

func (*GetJobStreamResponse_Terminal_Event_NamedValues) GetValues

func (*GetJobStreamResponse_Terminal_Event_NamedValues) MarshalJSON added in v0.2.0

MarshalJSON implements json.Marshaler

func (*GetJobStreamResponse_Terminal_Event_NamedValues) ProtoMessage

func (*GetJobStreamResponse_Terminal_Event_NamedValues) ProtoReflect

func (*GetJobStreamResponse_Terminal_Event_NamedValues) Reset

func (*GetJobStreamResponse_Terminal_Event_NamedValues) String

func (*GetJobStreamResponse_Terminal_Event_NamedValues) UnmarshalJSON added in v0.2.0

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 (*GetJobStreamResponse_Terminal_Event_Raw) GetStderr

func (*GetJobStreamResponse_Terminal_Event_Raw) MarshalJSON added in v0.2.0

func (msg *GetJobStreamResponse_Terminal_Event_Raw) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetJobStreamResponse_Terminal_Event_Raw) ProtoMessage

func (*GetJobStreamResponse_Terminal_Event_Raw) ProtoReflect

func (*GetJobStreamResponse_Terminal_Event_Raw) Reset

func (*GetJobStreamResponse_Terminal_Event_Raw) String

func (*GetJobStreamResponse_Terminal_Event_Raw) UnmarshalJSON added in v0.2.0

func (msg *GetJobStreamResponse_Terminal_Event_Raw) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetJobStreamResponse_Terminal_Event_Raw_

type GetJobStreamResponse_Terminal_Event_Raw_ struct {
	Raw *GetJobStreamResponse_Terminal_Event_Raw `protobuf:"bytes,5,opt,name=raw,proto3,oneof"`
}

type GetJobStreamResponse_Terminal_Event_Status

type GetJobStreamResponse_Terminal_Event_Status struct {
	Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Msg    string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Step   bool   `protobuf:"varint,3,opt,name=step,proto3" json:"step,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobStreamResponse_Terminal_Event_Status) Descriptor deprecated

Deprecated: Use GetJobStreamResponse_Terminal_Event_Status.ProtoReflect.Descriptor instead.

func (*GetJobStreamResponse_Terminal_Event_Status) GetMsg

func (*GetJobStreamResponse_Terminal_Event_Status) GetStatus

func (*GetJobStreamResponse_Terminal_Event_Status) GetStep

func (*GetJobStreamResponse_Terminal_Event_Status) MarshalJSON added in v0.2.0

func (msg *GetJobStreamResponse_Terminal_Event_Status) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetJobStreamResponse_Terminal_Event_Status) ProtoMessage

func (*GetJobStreamResponse_Terminal_Event_Status) ProtoReflect

func (*GetJobStreamResponse_Terminal_Event_Status) Reset

func (*GetJobStreamResponse_Terminal_Event_Status) String

func (*GetJobStreamResponse_Terminal_Event_Status) UnmarshalJSON added in v0.2.0

func (msg *GetJobStreamResponse_Terminal_Event_Status) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetJobStreamResponse_Terminal_Event_Status_

type GetJobStreamResponse_Terminal_Event_Status_ struct {
	Status *GetJobStreamResponse_Terminal_Event_Status `protobuf:"bytes,3,opt,name=status,proto3,oneof"`
}

type GetJobStreamResponse_Terminal_Event_Step

type GetJobStreamResponse_Terminal_Event_Step struct {
	Id     int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Close  bool   `protobuf:"varint,2,opt,name=close,proto3" json:"close,omitempty"`
	Msg    string `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	Output []byte `protobuf:"bytes,5,opt,name=output,proto3" json:"output,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobStreamResponse_Terminal_Event_Step) Descriptor deprecated

func (*GetJobStreamResponse_Terminal_Event_Step) Descriptor() ([]byte, []int)

Deprecated: Use GetJobStreamResponse_Terminal_Event_Step.ProtoReflect.Descriptor instead.

func (*GetJobStreamResponse_Terminal_Event_Step) GetClose

func (*GetJobStreamResponse_Terminal_Event_Step) GetId

func (*GetJobStreamResponse_Terminal_Event_Step) GetMsg

func (*GetJobStreamResponse_Terminal_Event_Step) GetOutput

func (*GetJobStreamResponse_Terminal_Event_Step) GetStatus

func (*GetJobStreamResponse_Terminal_Event_Step) MarshalJSON added in v0.2.0

func (msg *GetJobStreamResponse_Terminal_Event_Step) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetJobStreamResponse_Terminal_Event_Step) ProtoMessage

func (*GetJobStreamResponse_Terminal_Event_Step) ProtoReflect

func (*GetJobStreamResponse_Terminal_Event_Step) Reset

func (*GetJobStreamResponse_Terminal_Event_Step) String

func (*GetJobStreamResponse_Terminal_Event_Step) UnmarshalJSON added in v0.2.0

func (msg *GetJobStreamResponse_Terminal_Event_Step) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetJobStreamResponse_Terminal_Event_StepGroup

type GetJobStreamResponse_Terminal_Event_StepGroup struct {
	Close bool `protobuf:"varint,1,opt,name=close,proto3" json:"close,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobStreamResponse_Terminal_Event_StepGroup) Descriptor deprecated

Deprecated: Use GetJobStreamResponse_Terminal_Event_StepGroup.ProtoReflect.Descriptor instead.

func (*GetJobStreamResponse_Terminal_Event_StepGroup) GetClose

func (*GetJobStreamResponse_Terminal_Event_StepGroup) MarshalJSON added in v0.2.0

MarshalJSON implements json.Marshaler

func (*GetJobStreamResponse_Terminal_Event_StepGroup) ProtoMessage

func (*GetJobStreamResponse_Terminal_Event_StepGroup) ProtoReflect

func (*GetJobStreamResponse_Terminal_Event_StepGroup) Reset

func (*GetJobStreamResponse_Terminal_Event_StepGroup) String

func (*GetJobStreamResponse_Terminal_Event_StepGroup) UnmarshalJSON added in v0.2.0

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 (*GetJobStreamResponse_Terminal_Event_Table) GetRows

func (*GetJobStreamResponse_Terminal_Event_Table) MarshalJSON added in v0.2.0

func (msg *GetJobStreamResponse_Terminal_Event_Table) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetJobStreamResponse_Terminal_Event_Table) ProtoMessage

func (*GetJobStreamResponse_Terminal_Event_Table) ProtoReflect

func (*GetJobStreamResponse_Terminal_Event_Table) Reset

func (*GetJobStreamResponse_Terminal_Event_Table) String

func (*GetJobStreamResponse_Terminal_Event_Table) UnmarshalJSON added in v0.2.0

func (msg *GetJobStreamResponse_Terminal_Event_Table) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetJobStreamResponse_Terminal_Event_TableEntry

type GetJobStreamResponse_Terminal_Event_TableEntry struct {
	Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	Color string `protobuf:"bytes,2,opt,name=color,proto3" json:"color,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobStreamResponse_Terminal_Event_TableEntry) Descriptor deprecated

Deprecated: Use GetJobStreamResponse_Terminal_Event_TableEntry.ProtoReflect.Descriptor instead.

func (*GetJobStreamResponse_Terminal_Event_TableEntry) GetColor

func (*GetJobStreamResponse_Terminal_Event_TableEntry) GetValue

func (*GetJobStreamResponse_Terminal_Event_TableEntry) MarshalJSON added in v0.2.0

MarshalJSON implements json.Marshaler

func (*GetJobStreamResponse_Terminal_Event_TableEntry) ProtoMessage

func (*GetJobStreamResponse_Terminal_Event_TableEntry) ProtoReflect

func (*GetJobStreamResponse_Terminal_Event_TableEntry) Reset

func (*GetJobStreamResponse_Terminal_Event_TableEntry) String

func (*GetJobStreamResponse_Terminal_Event_TableEntry) UnmarshalJSON added in v0.2.0

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

Deprecated: Use GetJobStreamResponse_Terminal_Event_TableRow.ProtoReflect.Descriptor instead.

func (*GetJobStreamResponse_Terminal_Event_TableRow) GetEntries

func (*GetJobStreamResponse_Terminal_Event_TableRow) MarshalJSON added in v0.2.0

MarshalJSON implements json.Marshaler

func (*GetJobStreamResponse_Terminal_Event_TableRow) ProtoMessage

func (*GetJobStreamResponse_Terminal_Event_TableRow) ProtoReflect

func (*GetJobStreamResponse_Terminal_Event_TableRow) Reset

func (*GetJobStreamResponse_Terminal_Event_TableRow) String

func (*GetJobStreamResponse_Terminal_Event_TableRow) UnmarshalJSON added in v0.2.0

UnmarshalJSON implements json.Unmarshaler

type GetJobStreamResponse_Terminal_Event_Table_

type GetJobStreamResponse_Terminal_Event_Table_ struct {
	Table *GetJobStreamResponse_Terminal_Event_Table `protobuf:"bytes,6,opt,name=table,proto3,oneof"`
}

type GetLatestBuildRequest

type GetLatestBuildRequest struct {
	Application *Ref_Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
	Workspace   *Ref_Workspace   `protobuf:"bytes,2,opt,name=workspace,proto3" json:"workspace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLatestBuildRequest) Descriptor deprecated

func (*GetLatestBuildRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetLatestBuildRequest.ProtoReflect.Descriptor instead.

func (*GetLatestBuildRequest) GetApplication

func (x *GetLatestBuildRequest) GetApplication() *Ref_Application

func (*GetLatestBuildRequest) GetWorkspace

func (x *GetLatestBuildRequest) GetWorkspace() *Ref_Workspace

func (*GetLatestBuildRequest) MarshalJSON added in v0.2.0

func (msg *GetLatestBuildRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetLatestBuildRequest) ProtoMessage

func (*GetLatestBuildRequest) ProtoMessage()

func (*GetLatestBuildRequest) ProtoReflect

func (x *GetLatestBuildRequest) ProtoReflect() protoreflect.Message

func (*GetLatestBuildRequest) Reset

func (x *GetLatestBuildRequest) Reset()

func (*GetLatestBuildRequest) String

func (x *GetLatestBuildRequest) String() string

func (*GetLatestBuildRequest) UnmarshalJSON added in v0.2.0

func (msg *GetLatestBuildRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetLatestPushedArtifactRequest

type GetLatestPushedArtifactRequest struct {

	// application that this belongs to
	Application *Ref_Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
	// workspace for the artifact, any workspace if empty
	Workspace *Ref_Workspace `protobuf:"bytes,2,opt,name=workspace,proto3" json:"workspace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLatestPushedArtifactRequest) Descriptor deprecated

func (*GetLatestPushedArtifactRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetLatestPushedArtifactRequest.ProtoReflect.Descriptor instead.

func (*GetLatestPushedArtifactRequest) GetApplication

func (x *GetLatestPushedArtifactRequest) GetApplication() *Ref_Application

func (*GetLatestPushedArtifactRequest) GetWorkspace

func (x *GetLatestPushedArtifactRequest) GetWorkspace() *Ref_Workspace

func (*GetLatestPushedArtifactRequest) MarshalJSON added in v0.2.0

func (msg *GetLatestPushedArtifactRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetLatestPushedArtifactRequest) ProtoMessage

func (*GetLatestPushedArtifactRequest) ProtoMessage()

func (*GetLatestPushedArtifactRequest) ProtoReflect

func (*GetLatestPushedArtifactRequest) Reset

func (x *GetLatestPushedArtifactRequest) Reset()

func (*GetLatestPushedArtifactRequest) String

func (*GetLatestPushedArtifactRequest) UnmarshalJSON added in v0.2.0

func (msg *GetLatestPushedArtifactRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetLatestReleaseRequest

type GetLatestReleaseRequest struct {

	// application that this belongs to
	Application *Ref_Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
	// workspace for the artifact, any workspace if empty
	Workspace *Ref_Workspace `protobuf:"bytes,2,opt,name=workspace,proto3" json:"workspace,omitempty"`
	// Load additional details about the release. These will become available
	// in the Preload section.
	LoadDetails Release_LoadDetails `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetLatestReleaseRequest) Descriptor deprecated

func (*GetLatestReleaseRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetLatestReleaseRequest.ProtoReflect.Descriptor instead.

func (*GetLatestReleaseRequest) GetApplication

func (x *GetLatestReleaseRequest) GetApplication() *Ref_Application

func (*GetLatestReleaseRequest) GetLoadDetails

func (x *GetLatestReleaseRequest) GetLoadDetails() Release_LoadDetails

func (*GetLatestReleaseRequest) GetWorkspace

func (x *GetLatestReleaseRequest) GetWorkspace() *Ref_Workspace

func (*GetLatestReleaseRequest) MarshalJSON added in v0.2.0

func (msg *GetLatestReleaseRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetLatestReleaseRequest) ProtoMessage

func (*GetLatestReleaseRequest) ProtoMessage()

func (*GetLatestReleaseRequest) ProtoReflect

func (x *GetLatestReleaseRequest) ProtoReflect() protoreflect.Message

func (*GetLatestReleaseRequest) Reset

func (x *GetLatestReleaseRequest) Reset()

func (*GetLatestReleaseRequest) String

func (x *GetLatestReleaseRequest) String() string

func (*GetLatestReleaseRequest) UnmarshalJSON added in v0.2.0

func (msg *GetLatestReleaseRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type 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 (*GetLogStreamRequest) GetDeploymentId

func (x *GetLogStreamRequest) GetDeploymentId() string

func (*GetLogStreamRequest) GetLimitBacklog

func (x *GetLogStreamRequest) GetLimitBacklog() int32

func (*GetLogStreamRequest) GetScope

func (m *GetLogStreamRequest) GetScope() isGetLogStreamRequest_Scope

func (*GetLogStreamRequest) MarshalJSON added in v0.2.0

func (msg *GetLogStreamRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetLogStreamRequest) ProtoMessage

func (*GetLogStreamRequest) ProtoMessage()

func (*GetLogStreamRequest) ProtoReflect

func (x *GetLogStreamRequest) ProtoReflect() protoreflect.Message

func (*GetLogStreamRequest) Reset

func (x *GetLogStreamRequest) Reset()

func (*GetLogStreamRequest) String

func (x *GetLogStreamRequest) String() string

func (*GetLogStreamRequest) UnmarshalJSON added in v0.2.0

func (msg *GetLogStreamRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetLogStreamRequest_Application

type GetLogStreamRequest_Application struct {
	Application *Ref_Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
	Workspace   *Ref_Workspace   `protobuf:"bytes,2,opt,name=workspace,proto3" json:"workspace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLogStreamRequest_Application) Descriptor deprecated

func (*GetLogStreamRequest_Application) Descriptor() ([]byte, []int)

Deprecated: Use GetLogStreamRequest_Application.ProtoReflect.Descriptor instead.

func (*GetLogStreamRequest_Application) GetApplication

func (x *GetLogStreamRequest_Application) GetApplication() *Ref_Application

func (*GetLogStreamRequest_Application) GetWorkspace

func (*GetLogStreamRequest_Application) MarshalJSON added in v0.2.0

func (msg *GetLogStreamRequest_Application) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetLogStreamRequest_Application) ProtoMessage

func (*GetLogStreamRequest_Application) ProtoMessage()

func (*GetLogStreamRequest_Application) ProtoReflect

func (*GetLogStreamRequest_Application) Reset

func (*GetLogStreamRequest_Application) String

func (*GetLogStreamRequest_Application) UnmarshalJSON added in v0.2.0

func (msg *GetLogStreamRequest_Application) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetLogStreamRequest_Application_

type GetLogStreamRequest_Application_ struct {
	// Logs for a specific application in a workspace.
	Application *GetLogStreamRequest_Application `protobuf:"bytes,2,opt,name=application,proto3,oneof"`
}

type GetLogStreamRequest_DeploymentId

type GetLogStreamRequest_DeploymentId struct {
	// Deployment to request logs for.
	DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3,oneof"`
}

type GetProjectRequest

type GetProjectRequest struct {
	Project *Ref_Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProjectRequest) Descriptor deprecated

func (*GetProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetProjectRequest.ProtoReflect.Descriptor instead.

func (*GetProjectRequest) GetProject

func (x *GetProjectRequest) GetProject() *Ref_Project

func (*GetProjectRequest) MarshalJSON added in v0.2.0

func (msg *GetProjectRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetProjectRequest) ProtoMessage

func (*GetProjectRequest) ProtoMessage()

func (*GetProjectRequest) ProtoReflect

func (x *GetProjectRequest) ProtoReflect() protoreflect.Message

func (*GetProjectRequest) Reset

func (x *GetProjectRequest) Reset()

func (*GetProjectRequest) String

func (x *GetProjectRequest) String() string

func (*GetProjectRequest) UnmarshalJSON added in v0.2.0

func (msg *GetProjectRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetProjectResponse

type GetProjectResponse struct {
	Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// 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) MarshalJSON added in v0.2.0

func (msg *GetProjectResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetProjectResponse) ProtoMessage

func (*GetProjectResponse) ProtoMessage()

func (*GetProjectResponse) ProtoReflect

func (x *GetProjectResponse) ProtoReflect() protoreflect.Message

func (*GetProjectResponse) Reset

func (x *GetProjectResponse) Reset()

func (*GetProjectResponse) String

func (x *GetProjectResponse) String() string

func (*GetProjectResponse) UnmarshalJSON added in v0.2.0

func (msg *GetProjectResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetPushedArtifactRequest

type GetPushedArtifactRequest struct {
	Ref *Ref_Operation `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPushedArtifactRequest) Descriptor deprecated

func (*GetPushedArtifactRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetPushedArtifactRequest.ProtoReflect.Descriptor instead.

func (*GetPushedArtifactRequest) GetRef

func (*GetPushedArtifactRequest) MarshalJSON added in v0.2.0

func (msg *GetPushedArtifactRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetPushedArtifactRequest) ProtoMessage

func (*GetPushedArtifactRequest) ProtoMessage()

func (*GetPushedArtifactRequest) ProtoReflect

func (x *GetPushedArtifactRequest) ProtoReflect() protoreflect.Message

func (*GetPushedArtifactRequest) Reset

func (x *GetPushedArtifactRequest) Reset()

func (*GetPushedArtifactRequest) String

func (x *GetPushedArtifactRequest) String() string

func (*GetPushedArtifactRequest) UnmarshalJSON added in v0.2.0

func (msg *GetPushedArtifactRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetReleaseRequest

type GetReleaseRequest struct {
	Ref *Ref_Operation `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"`
	// Load additional details about the release. These will become available
	// in the Preload section.
	LoadDetails Release_LoadDetails `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetReleaseRequest) Descriptor deprecated

func (*GetReleaseRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetReleaseRequest.ProtoReflect.Descriptor instead.

func (*GetReleaseRequest) GetLoadDetails

func (x *GetReleaseRequest) GetLoadDetails() Release_LoadDetails

func (*GetReleaseRequest) GetRef

func (x *GetReleaseRequest) GetRef() *Ref_Operation

func (*GetReleaseRequest) MarshalJSON added in v0.2.0

func (msg *GetReleaseRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetReleaseRequest) ProtoMessage

func (*GetReleaseRequest) ProtoMessage()

func (*GetReleaseRequest) ProtoReflect

func (x *GetReleaseRequest) ProtoReflect() protoreflect.Message

func (*GetReleaseRequest) Reset

func (x *GetReleaseRequest) Reset()

func (*GetReleaseRequest) String

func (x *GetReleaseRequest) String() string

func (*GetReleaseRequest) UnmarshalJSON added in v0.2.0

func (msg *GetReleaseRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetRunnerRequest

type GetRunnerRequest struct {

	// ID of the runner to request.
	RunnerId string `protobuf:"bytes,1,opt,name=runner_id,json=runnerId,proto3" json:"runner_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRunnerRequest) Descriptor deprecated

func (*GetRunnerRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRunnerRequest.ProtoReflect.Descriptor instead.

func (*GetRunnerRequest) GetRunnerId

func (x *GetRunnerRequest) GetRunnerId() string

func (*GetRunnerRequest) MarshalJSON added in v0.2.0

func (msg *GetRunnerRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetRunnerRequest) ProtoMessage

func (*GetRunnerRequest) ProtoMessage()

func (*GetRunnerRequest) ProtoReflect

func (x *GetRunnerRequest) ProtoReflect() protoreflect.Message

func (*GetRunnerRequest) Reset

func (x *GetRunnerRequest) Reset()

func (*GetRunnerRequest) String

func (x *GetRunnerRequest) String() string

func (*GetRunnerRequest) UnmarshalJSON added in v0.2.0

func (msg *GetRunnerRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetServerConfigResponse

type GetServerConfigResponse struct {
	Config *ServerConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServerConfigResponse) Descriptor deprecated

func (*GetServerConfigResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetServerConfigResponse.ProtoReflect.Descriptor instead.

func (*GetServerConfigResponse) GetConfig

func (x *GetServerConfigResponse) GetConfig() *ServerConfig

func (*GetServerConfigResponse) MarshalJSON added in v0.2.0

func (msg *GetServerConfigResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetServerConfigResponse) ProtoMessage

func (*GetServerConfigResponse) ProtoMessage()

func (*GetServerConfigResponse) ProtoReflect

func (x *GetServerConfigResponse) ProtoReflect() protoreflect.Message

func (*GetServerConfigResponse) Reset

func (x *GetServerConfigResponse) Reset()

func (*GetServerConfigResponse) String

func (x *GetServerConfigResponse) String() string

func (*GetServerConfigResponse) UnmarshalJSON added in v0.2.0

func (msg *GetServerConfigResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetVersionInfoResponse

type GetVersionInfoResponse struct {
	Info *VersionInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVersionInfoResponse) Descriptor deprecated

func (*GetVersionInfoResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetVersionInfoResponse.ProtoReflect.Descriptor instead.

func (*GetVersionInfoResponse) GetInfo

func (x *GetVersionInfoResponse) GetInfo() *VersionInfo

func (*GetVersionInfoResponse) MarshalJSON added in v0.2.0

func (msg *GetVersionInfoResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetVersionInfoResponse) ProtoMessage

func (*GetVersionInfoResponse) ProtoMessage()

func (*GetVersionInfoResponse) ProtoReflect

func (x *GetVersionInfoResponse) ProtoReflect() protoreflect.Message

func (*GetVersionInfoResponse) Reset

func (x *GetVersionInfoResponse) Reset()

func (*GetVersionInfoResponse) String

func (x *GetVersionInfoResponse) String() string

func (*GetVersionInfoResponse) UnmarshalJSON added in v0.2.0

func (msg *GetVersionInfoResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetWorkspaceRequest

type GetWorkspaceRequest struct {
	Workspace *Ref_Workspace `protobuf:"bytes,1,opt,name=workspace,proto3" json:"workspace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkspaceRequest) Descriptor deprecated

func (*GetWorkspaceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetWorkspaceRequest.ProtoReflect.Descriptor instead.

func (*GetWorkspaceRequest) GetWorkspace

func (x *GetWorkspaceRequest) GetWorkspace() *Ref_Workspace

func (*GetWorkspaceRequest) MarshalJSON added in v0.2.0

func (msg *GetWorkspaceRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetWorkspaceRequest) ProtoMessage

func (*GetWorkspaceRequest) ProtoMessage()

func (*GetWorkspaceRequest) ProtoReflect

func (x *GetWorkspaceRequest) ProtoReflect() protoreflect.Message

func (*GetWorkspaceRequest) Reset

func (x *GetWorkspaceRequest) Reset()

func (*GetWorkspaceRequest) String

func (x *GetWorkspaceRequest) String() string

func (*GetWorkspaceRequest) UnmarshalJSON added in v0.2.0

func (msg *GetWorkspaceRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type GetWorkspaceResponse

type GetWorkspaceResponse struct {
	Workspace *Workspace `protobuf:"bytes,1,opt,name=workspace,proto3" json:"workspace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkspaceResponse) Descriptor deprecated

func (*GetWorkspaceResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetWorkspaceResponse.ProtoReflect.Descriptor instead.

func (*GetWorkspaceResponse) GetWorkspace

func (x *GetWorkspaceResponse) GetWorkspace() *Workspace

func (*GetWorkspaceResponse) MarshalJSON added in v0.2.0

func (msg *GetWorkspaceResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*GetWorkspaceResponse) ProtoMessage

func (*GetWorkspaceResponse) ProtoMessage()

func (*GetWorkspaceResponse) ProtoReflect

func (x *GetWorkspaceResponse) ProtoReflect() protoreflect.Message

func (*GetWorkspaceResponse) Reset

func (x *GetWorkspaceResponse) Reset()

func (*GetWorkspaceResponse) String

func (x *GetWorkspaceResponse) String() string

func (*GetWorkspaceResponse) UnmarshalJSON added in v0.2.0

func (msg *GetWorkspaceResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type HMACKey

type HMACKey struct {

	// The identifier of the key.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// A randomly generated key used to sign tokens with
	Key []byte `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

Represents a key used to sign tokens using HMAC

func (*HMACKey) Descriptor deprecated

func (*HMACKey) Descriptor() ([]byte, []int)

Deprecated: Use HMACKey.ProtoReflect.Descriptor instead.

func (*HMACKey) GetId

func (x *HMACKey) GetId() string

func (*HMACKey) GetKey

func (x *HMACKey) GetKey() []byte

func (*HMACKey) MarshalJSON added in v0.2.0

func (msg *HMACKey) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*HMACKey) ProtoMessage

func (*HMACKey) ProtoMessage()

func (*HMACKey) ProtoReflect

func (x *HMACKey) ProtoReflect() protoreflect.Message

func (*HMACKey) Reset

func (x *HMACKey) Reset()

func (*HMACKey) String

func (x *HMACKey) String() string

func (*HMACKey) UnmarshalJSON added in v0.2.0

func (msg *HMACKey) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Hostname

type Hostname struct {

	// hostname alone, such as "fabulous-panda"
	Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"`
	// fqdn is the fully qualified domain, such as "fabulous-panda.waypoint.run"
	Fqdn string `protobuf:"bytes,2,opt,name=fqdn,proto3" json:"fqdn,omitempty"`
	// target_labels are the raw label targets given to the URL service.
	// We can't reproduce the richer "Target" structure yet but in the future
	// we may expose that.
	TargetLabels map[string]string `` /* 185-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Hostname) Descriptor deprecated

func (*Hostname) Descriptor() ([]byte, []int)

Deprecated: Use Hostname.ProtoReflect.Descriptor instead.

func (*Hostname) GetFqdn

func (x *Hostname) GetFqdn() string

func (*Hostname) GetHostname

func (x *Hostname) GetHostname() string

func (*Hostname) GetTargetLabels

func (x *Hostname) GetTargetLabels() map[string]string

func (*Hostname) MarshalJSON added in v0.2.0

func (msg *Hostname) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Hostname) ProtoMessage

func (*Hostname) ProtoMessage()

func (*Hostname) ProtoReflect

func (x *Hostname) ProtoReflect() protoreflect.Message

func (*Hostname) Reset

func (x *Hostname) Reset()

func (*Hostname) String

func (x *Hostname) String() string

func (*Hostname) UnmarshalJSON added in v0.2.0

func (msg *Hostname) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Hostname_Target

type Hostname_Target struct {

	// Types that are assignable to Target:
	//	*Hostname_Target_Application
	Target isHostname_Target_Target `protobuf_oneof:"target"`
	// contains filtered or unexported fields
}

func (*Hostname_Target) Descriptor deprecated

func (*Hostname_Target) Descriptor() ([]byte, []int)

Deprecated: Use Hostname_Target.ProtoReflect.Descriptor instead.

func (*Hostname_Target) GetApplication

func (x *Hostname_Target) GetApplication() *Hostname_TargetApp

func (*Hostname_Target) GetTarget

func (m *Hostname_Target) GetTarget() isHostname_Target_Target

func (*Hostname_Target) MarshalJSON added in v0.2.0

func (msg *Hostname_Target) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Hostname_Target) ProtoMessage

func (*Hostname_Target) ProtoMessage()

func (*Hostname_Target) ProtoReflect

func (x *Hostname_Target) ProtoReflect() protoreflect.Message

func (*Hostname_Target) Reset

func (x *Hostname_Target) Reset()

func (*Hostname_Target) String

func (x *Hostname_Target) String() string

func (*Hostname_Target) UnmarshalJSON added in v0.2.0

func (msg *Hostname_Target) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Hostname_TargetApp

type Hostname_TargetApp struct {
	Application *Ref_Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
	Workspace   *Ref_Workspace   `protobuf:"bytes,2,opt,name=workspace,proto3" json:"workspace,omitempty"`
	// contains filtered or unexported fields
}

TargetApp targets an application in a specific workspace. With this target type, you can still target specific deployments by appending `--<deployment id>` to the hostname after registration.

func (*Hostname_TargetApp) Descriptor deprecated

func (*Hostname_TargetApp) Descriptor() ([]byte, []int)

Deprecated: Use Hostname_TargetApp.ProtoReflect.Descriptor instead.

func (*Hostname_TargetApp) GetApplication

func (x *Hostname_TargetApp) GetApplication() *Ref_Application

func (*Hostname_TargetApp) GetWorkspace

func (x *Hostname_TargetApp) GetWorkspace() *Ref_Workspace

func (*Hostname_TargetApp) MarshalJSON added in v0.2.0

func (msg *Hostname_TargetApp) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Hostname_TargetApp) ProtoMessage

func (*Hostname_TargetApp) ProtoMessage()

func (*Hostname_TargetApp) ProtoReflect

func (x *Hostname_TargetApp) ProtoReflect() protoreflect.Message

func (*Hostname_TargetApp) Reset

func (x *Hostname_TargetApp) Reset()

func (*Hostname_TargetApp) String

func (x *Hostname_TargetApp) String() string

func (*Hostname_TargetApp) UnmarshalJSON added in v0.2.0

func (msg *Hostname_TargetApp) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Hostname_Target_Application

type Hostname_Target_Application struct {
	Application *Hostname_TargetApp `protobuf:"bytes,20,opt,name=application,proto3,oneof"`
}

type Instance

type Instance struct {

	// id of the instance. This should be globally unique to your Waypoint
	// installation but relies on the entrypoint being well behaved.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The ID of the deployment that this instance belongs to.
	DeploymentId string `protobuf:"bytes,2,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	// application that this instance belongs to
	Application *Ref_Application `protobuf:"bytes,3,opt,name=application,proto3" json:"application,omitempty"`
	// The workspace that this exists in
	Workspace *Ref_Workspace `protobuf:"bytes,4,opt,name=workspace,proto3" json:"workspace,omitempty"`
	// 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) Descriptor() ([]byte, []int)

Deprecated: Use Instance.ProtoReflect.Descriptor instead.

func (*Instance) GetApplication

func (x *Instance) GetApplication() *Ref_Application

func (*Instance) GetDeploymentId

func (x *Instance) GetDeploymentId() string

func (*Instance) GetId

func (x *Instance) GetId() string

func (*Instance) GetWorkspace

func (x *Instance) GetWorkspace() *Ref_Workspace

func (*Instance) MarshalJSON added in v0.2.0

func (msg *Instance) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Instance) ProtoMessage

func (*Instance) ProtoMessage()

func (*Instance) ProtoReflect

func (x *Instance) ProtoReflect() protoreflect.Message

func (*Instance) Reset

func (x *Instance) Reset()

func (*Instance) String

func (x *Instance) String() string

func (*Instance) UnmarshalJSON added in v0.2.0

func (msg *Instance) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type InviteTokenRequest

type InviteTokenRequest struct {

	// How long the token should be valid until. The resulting token has a timestamp
	// encoded within it by adding the current time to this duration.
	Duration string `protobuf:"bytes,1,opt,name=duration,proto3" json:"duration,omitempty"`
	// If set, the token generated by this invite code is for the given entrypoint.
	Entrypoint *Token_Entrypoint `protobuf:"bytes,2,opt,name=entrypoint,proto3" json:"entrypoint,omitempty"`
	// contains filtered or unexported fields
}

Passed with GenerateInviteToken with the params on how the invite token should be generate.

func (*InviteTokenRequest) Descriptor deprecated

func (*InviteTokenRequest) Descriptor() ([]byte, []int)

Deprecated: Use InviteTokenRequest.ProtoReflect.Descriptor instead.

func (*InviteTokenRequest) GetDuration

func (x *InviteTokenRequest) GetDuration() string

func (*InviteTokenRequest) GetEntrypoint

func (x *InviteTokenRequest) GetEntrypoint() *Token_Entrypoint

func (*InviteTokenRequest) MarshalJSON added in v0.2.0

func (msg *InviteTokenRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*InviteTokenRequest) ProtoMessage

func (*InviteTokenRequest) ProtoMessage()

func (*InviteTokenRequest) ProtoReflect

func (x *InviteTokenRequest) ProtoReflect() protoreflect.Message

func (*InviteTokenRequest) Reset

func (x *InviteTokenRequest) Reset()

func (*InviteTokenRequest) String

func (x *InviteTokenRequest) String() string

func (*InviteTokenRequest) UnmarshalJSON added in v0.2.0

func (msg *InviteTokenRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Job

type Job struct {

	// id of the job. This is generated on the server side when queued. If
	// you are queueing a job, this must be empty or unset.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The application to target for the operation. Some operations may allow
	// certain fields of this to be empty, so check with the operation
	// documentation to determine what needs to be set. Generally, project
	// must be set.
	Application *Ref_Application `protobuf:"bytes,2,opt,name=application,proto3" json:"application,omitempty"`
	// The workspace to perform the operation in.
	Workspace *Ref_Workspace `protobuf:"bytes,3,opt,name=workspace,proto3" json:"workspace,omitempty"`
	// The runner that should execute this job. This is required.
	TargetRunner *Ref_Runner `protobuf:"bytes,4,opt,name=target_runner,json=targetRunner,proto3" json:"target_runner,omitempty"`
	// Labels are the labels to set for this operation.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// data_source determines where the data to operate on (such as the
	// application source code and Waypoint configuration) comes from.
	// If this is not set then QueueJob will populate this if a default
	// data source is configured for the target project.
	//
	// The overrides will set overrides of configs for the data source. This is
	// data source dependent but this allows for example setting the Git ref
	// without knowing the full data source. Invalid overrides will fail the
	// job.
	DataSource          *Job_DataSource   `protobuf:"bytes,6,opt,name=data_source,json=dataSource,proto3" json:"data_source,omitempty"`
	DataSourceOverrides map[string]string `` /* 208-byte string literal not displayed */
	// The operation to execute. See the message docs for details on the operation.
	//
	// Types that are assignable to Operation:
	//	*Job_Noop_
	//	*Job_Build
	//	*Job_Push
	//	*Job_Deploy
	//	*Job_Destroy
	//	*Job_Release
	//	*Job_Validate
	//	*Job_Auth
	//	*Job_Docs
	//	*Job_ConfigSync
	Operation isJob_Operation `protobuf_oneof:"operation"`
	// state of the job
	State Job_State `protobuf:"varint,100,opt,name=state,proto3,enum=hashicorp.waypoint.Job_State" json:"state,omitempty"`
	// The runner that was assigned to execute this job. Note that the
	// runner may have been ephemeral and may no longer exist.
	AssignedRunner *Ref_RunnerId `protobuf:"bytes,101,opt,name=assigned_runner,json=assignedRunner,proto3" json:"assigned_runner,omitempty"`
	// The time when the job was queued.
	QueueTime    *timestamp.Timestamp `protobuf:"bytes,102,opt,name=queue_time,json=queueTime,proto3" json:"queue_time,omitempty"`
	AssignTime   *timestamp.Timestamp `protobuf:"bytes,103,opt,name=assign_time,json=assignTime,proto3" json:"assign_time,omitempty"`
	AckTime      *timestamp.Timestamp `protobuf:"bytes,104,opt,name=ack_time,json=ackTime,proto3" json:"ack_time,omitempty"`
	CompleteTime *timestamp.Timestamp `protobuf:"bytes,105,opt,name=complete_time,json=completeTime,proto3" json:"complete_time,omitempty"`
	// error is set if state == ERROR
	Error *status.Status `protobuf:"bytes,106,opt,name=error,proto3" json:"error,omitempty"`
	// result is set based on the operation specified. A nil result is possible
	// for some operations.
	Result *Job_Result `protobuf:"bytes,107,opt,name=result,proto3" json:"result,omitempty"`
	// cancel time is the time that cancellation of this job was requested.
	// If this is zero then this job was not cancelled. Note that this is the
	// cancellation _request_ time. The actual time a job ended is noted by
	// the complete_time field.
	CancelTime *timestamp.Timestamp `protobuf:"bytes,108,opt,name=cancel_time,json=cancelTime,proto3" json:"cancel_time,omitempty"`
	// expire time is the time when this job would expire. If this isn't set
	// then this is a non-expiring job. This will remain set even if the job
	// never expired because it was accepted and run. This field can be used
	// to detect that it was configured to expire.
	ExpireTime *timestamp.Timestamp `protobuf:"bytes,109,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`
	// contains filtered or unexported fields
}

A Job is a job that executes on a runner and is queued by QueueOperation.

func (*Job) Descriptor deprecated

func (*Job) Descriptor() ([]byte, []int)

Deprecated: Use Job.ProtoReflect.Descriptor instead.

func (*Job) GetAckTime

func (x *Job) GetAckTime() *timestamp.Timestamp

func (*Job) GetApplication

func (x *Job) GetApplication() *Ref_Application

func (*Job) GetAssignTime

func (x *Job) GetAssignTime() *timestamp.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() *timestamp.Timestamp

func (*Job) GetCompleteTime

func (x *Job) GetCompleteTime() *timestamp.Timestamp

func (*Job) GetConfigSync added in v0.2.0

func (x *Job) GetConfigSync() *Job_ConfigSyncOp

func (*Job) GetDataSource

func (x *Job) GetDataSource() *Job_DataSource

func (*Job) GetDataSourceOverrides

func (x *Job) GetDataSourceOverrides() map[string]string

func (*Job) GetDeploy

func (x *Job) GetDeploy() *Job_DeployOp

func (*Job) GetDestroy

func (x *Job) GetDestroy() *Job_DestroyOp

func (*Job) GetDocs

func (x *Job) GetDocs() *Job_DocsOp

func (*Job) GetError

func (x *Job) GetError() *status.Status

func (*Job) GetExpireTime

func (x *Job) GetExpireTime() *timestamp.Timestamp

func (*Job) GetId

func (x *Job) GetId() string

func (*Job) GetLabels

func (x *Job) GetLabels() map[string]string

func (*Job) GetNoop

func (x *Job) GetNoop() *Job_Noop

func (*Job) GetOperation

func (m *Job) GetOperation() isJob_Operation

func (*Job) GetPush

func (x *Job) GetPush() *Job_PushOp

func (*Job) GetQueueTime

func (x *Job) GetQueueTime() *timestamp.Timestamp

func (*Job) GetRelease

func (x *Job) GetRelease() *Job_ReleaseOp

func (*Job) GetResult

func (x *Job) GetResult() *Job_Result

func (*Job) GetState

func (x *Job) GetState() Job_State

func (*Job) GetTargetRunner

func (x *Job) GetTargetRunner() *Ref_Runner

func (*Job) GetValidate

func (x *Job) GetValidate() *Job_ValidateOp

func (*Job) GetWorkspace

func (x *Job) GetWorkspace() *Ref_Workspace

func (*Job) MarshalJSON added in v0.2.0

func (msg *Job) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Job) ProtoMessage

func (*Job) ProtoMessage()

func (*Job) ProtoReflect

func (x *Job) ProtoReflect() protoreflect.Message

func (*Job) Reset

func (x *Job) Reset()

func (*Job) String

func (x *Job) String() string

func (*Job) UnmarshalJSON added in v0.2.0

func (msg *Job) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Job_Auth

type Job_Auth struct {
	Auth *Job_AuthOp `protobuf:"bytes,57,opt,name=auth,proto3,oneof"`
}

type Job_AuthOp

type Job_AuthOp struct {

	// if true, auth will only be checked but not attempted. Currently
	// this must ALWAYS be true. Only authentication checking is supported.
	CheckOnly bool `protobuf:"varint,1,opt,name=check_only,json=checkOnly,proto3" json:"check_only,omitempty"`
	// if set, only the component matching this reference will be authed.
	// If this component doesn't exist, an error will be returned. If this is
	// unset, all components wll be authed.
	Component *Ref_Component `protobuf:"bytes,2,opt,name=component,proto3" json:"component,omitempty"`
	// contains filtered or unexported fields
}

AuthOp is the configuration to authenticate any plugins.

func (*Job_AuthOp) Descriptor deprecated

func (*Job_AuthOp) Descriptor() ([]byte, []int)

Deprecated: Use Job_AuthOp.ProtoReflect.Descriptor instead.

func (*Job_AuthOp) GetCheckOnly

func (x *Job_AuthOp) GetCheckOnly() bool

func (*Job_AuthOp) GetComponent

func (x *Job_AuthOp) GetComponent() *Ref_Component

func (*Job_AuthOp) MarshalJSON added in v0.2.0

func (msg *Job_AuthOp) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Job_AuthOp) ProtoMessage

func (*Job_AuthOp) ProtoMessage()

func (*Job_AuthOp) ProtoReflect

func (x *Job_AuthOp) ProtoReflect() protoreflect.Message

func (*Job_AuthOp) Reset

func (x *Job_AuthOp) Reset()

func (*Job_AuthOp) String

func (x *Job_AuthOp) String() string

func (*Job_AuthOp) UnmarshalJSON added in v0.2.0

func (msg *Job_AuthOp) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Job_AuthResult

type Job_AuthResult struct {

	// results are the list of components that were checked
	Results []*Job_AuthResult_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*Job_AuthResult) Descriptor deprecated

func (*Job_AuthResult) Descriptor() ([]byte, []int)

Deprecated: Use Job_AuthResult.ProtoReflect.Descriptor instead.

func (*Job_AuthResult) GetResults

func (x *Job_AuthResult) GetResults() []*Job_AuthResult_Result

func (*Job_AuthResult) MarshalJSON added in v0.2.0

func (msg *Job_AuthResult) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Job_AuthResult) ProtoMessage

func (*Job_AuthResult) ProtoMessage()

func (*Job_AuthResult) ProtoReflect

func (x *Job_AuthResult) ProtoReflect() protoreflect.Message

func (*Job_AuthResult) Reset

func (x *Job_AuthResult) Reset()

func (*Job_AuthResult) String

func (x *Job_AuthResult) String() string

func (*Job_AuthResult) UnmarshalJSON added in v0.2.0

func (msg *Job_AuthResult) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Job_AuthResult_Result

type Job_AuthResult_Result struct {

	// component that was checked
	Component *Component `protobuf:"bytes,1,opt,name=component,proto3" json:"component,omitempty"`
	// result of the auth check. If the component didn't implement the
	// auth interface this will be set to true. You can check for interface
	// implementation using auth_supported. If auth is attempted, the auth
	// operation will recheck the status and this value will reflect the
	// check post-auth attempt. You can use this to verify if the auth
	// succeeded.
	CheckResult bool           `protobuf:"varint,2,opt,name=check_result,json=checkResult,proto3" json:"check_result,omitempty"`
	CheckError  *status.Status `protobuf:"bytes,3,opt,name=check_error,json=checkError,proto3" json:"check_error,omitempty"`
	// this is true if the component was authenticated using the Auth
	// callback. If false, then no attempt was made to authenticate. This
	// can be on purpose for example if "check_only" is set to true on
	// the op.
	AuthCompleted bool           `protobuf:"varint,4,opt,name=auth_completed,json=authCompleted,proto3" json:"auth_completed,omitempty"`
	AuthError     *status.Status `protobuf:"bytes,5,opt,name=auth_error,json=authError,proto3" json:"auth_error,omitempty"`
	// auth supported is true if this component implemented the auth
	// interface.
	AuthSupported bool `protobuf:"varint,6,opt,name=auth_supported,json=authSupported,proto3" json:"auth_supported,omitempty"`
	// contains filtered or unexported fields
}

func (*Job_AuthResult_Result) Descriptor deprecated

func (*Job_AuthResult_Result) Descriptor() ([]byte, []int)

Deprecated: Use Job_AuthResult_Result.ProtoReflect.Descriptor instead.

func (*Job_AuthResult_Result) GetAuthCompleted

func (x *Job_AuthResult_Result) GetAuthCompleted() bool

func (*Job_AuthResult_Result) GetAuthError

func (x *Job_AuthResult_Result) GetAuthError() *status.Status

func (*Job_AuthResult_Result) GetAuthSupported

func (x *Job_AuthResult_Result) GetAuthSupported() bool

func (*Job_AuthResult_Result) GetCheckError

func (x *Job_AuthResult_Result) GetCheckError() *status.Status

func (*Job_AuthResult_Result) GetCheckResult

func (x *Job_AuthResult_Result) GetCheckResult() bool

func (*Job_AuthResult_Result) GetComponent

func (x *Job_AuthResult_Result) GetComponent() *Component

func (*Job_AuthResult_Result) MarshalJSON added in v0.2.0

func (msg *Job_AuthResult_Result) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Job_AuthResult_Result) ProtoMessage

func (*Job_AuthResult_Result) ProtoMessage()

func (*Job_AuthResult_Result) ProtoReflect

func (x *Job_AuthResult_Result) ProtoReflect() protoreflect.Message

func (*Job_AuthResult_Result) Reset

func (x *Job_AuthResult_Result) Reset()

func (*Job_AuthResult_Result) String

func (x *Job_AuthResult_Result) String() string

func (*Job_AuthResult_Result) UnmarshalJSON added in v0.2.0

func (msg *Job_AuthResult_Result) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Job_Build

type Job_Build struct {
	Build *Job_BuildOp `protobuf:"bytes,51,opt,name=build,proto3,oneof"`
}

type Job_BuildOp

type Job_BuildOp struct {

	// Don't push the build to any configured registry.
	DisablePush bool `protobuf:"varint,1,opt,name=disable_push,json=disablePush,proto3" json:"disable_push,omitempty"`
	// contains filtered or unexported fields
}

func (*Job_BuildOp) Descriptor deprecated

func (*Job_BuildOp) Descriptor() ([]byte, []int)

Deprecated: Use Job_BuildOp.ProtoReflect.Descriptor instead.

func (*Job_BuildOp) GetDisablePush

func (x *Job_BuildOp) GetDisablePush() bool

func (*Job_BuildOp) MarshalJSON added in v0.2.0

func (msg *Job_BuildOp) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Job_BuildOp) ProtoMessage

func (*Job_BuildOp) ProtoMessage()

func (*Job_BuildOp) ProtoReflect

func (x *Job_BuildOp) ProtoReflect() protoreflect.Message

func (*Job_BuildOp) Reset

func (x *Job_BuildOp) Reset()

func (*Job_BuildOp) String

func (x *Job_BuildOp) String() string

func (*Job_BuildOp) UnmarshalJSON added in v0.2.0

func (msg *Job_BuildOp) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Job_BuildResult

type Job_BuildResult struct {

	// The resulting build
	Build *Build `protobuf:"bytes,1,opt,name=build,proto3" json:"build,omitempty"`
	// The artifact that was pushed. This will be nil if DisablePush was set.
	Push *PushedArtifact `protobuf:"bytes,2,opt,name=push,proto3" json:"push,omitempty"`
	// contains filtered or unexported fields
}

func (*Job_BuildResult) Descriptor deprecated

func (*Job_BuildResult) Descriptor() ([]byte, []int)

Deprecated: Use Job_BuildResult.ProtoReflect.Descriptor instead.

func (*Job_BuildResult) GetBuild

func (x *Job_BuildResult) GetBuild() *Build

func (*Job_BuildResult) GetPush

func (x *Job_BuildResult) GetPush() *PushedArtifact

func (*Job_BuildResult) MarshalJSON added in v0.2.0

func (msg *Job_BuildResult) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Job_BuildResult) ProtoMessage

func (*Job_BuildResult) ProtoMessage()

func (*Job_BuildResult) ProtoReflect

func (x *Job_BuildResult) ProtoReflect() protoreflect.Message

func (*Job_BuildResult) Reset

func (x *Job_BuildResult) Reset()

func (*Job_BuildResult) String

func (x *Job_BuildResult) String() string

func (*Job_BuildResult) UnmarshalJSON added in v0.2.0

func (msg *Job_BuildResult) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Job_ConfigSync added in v0.2.0

type Job_ConfigSync struct {
	ConfigSync *Job_ConfigSyncOp `protobuf:"bytes,59,opt,name=config_sync,json=configSync,proto3,oneof"`
}

type Job_ConfigSyncOp added in v0.2.0

type Job_ConfigSyncOp struct {
	// contains filtered or unexported fields
}

func (*Job_ConfigSyncOp) Descriptor deprecated added in v0.2.0

func (*Job_ConfigSyncOp) Descriptor() ([]byte, []int)

Deprecated: Use Job_ConfigSyncOp.ProtoReflect.Descriptor instead.

func (*Job_ConfigSyncOp) MarshalJSON added in v0.2.0

func (msg *Job_ConfigSyncOp) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Job_ConfigSyncOp) ProtoMessage added in v0.2.0

func (*Job_ConfigSyncOp) ProtoMessage()

func (*Job_ConfigSyncOp) ProtoReflect added in v0.2.0

func (x *Job_ConfigSyncOp) ProtoReflect() protoreflect.Message

func (*Job_ConfigSyncOp) Reset added in v0.2.0

func (x *Job_ConfigSyncOp) Reset()

func (*Job_ConfigSyncOp) String added in v0.2.0

func (x *Job_ConfigSyncOp) String() string

func (*Job_ConfigSyncOp) UnmarshalJSON added in v0.2.0

func (msg *Job_ConfigSyncOp) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Job_ConfigSyncResult added in v0.2.0

type Job_ConfigSyncResult struct {
	// contains filtered or unexported fields
}

func (*Job_ConfigSyncResult) Descriptor deprecated added in v0.2.0

func (*Job_ConfigSyncResult) Descriptor() ([]byte, []int)

Deprecated: Use Job_ConfigSyncResult.ProtoReflect.Descriptor instead.

func (*Job_ConfigSyncResult) MarshalJSON added in v0.2.0

func (msg *Job_ConfigSyncResult) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Job_ConfigSyncResult) ProtoMessage added in v0.2.0

func (*Job_ConfigSyncResult) ProtoMessage()

func (*Job_ConfigSyncResult) ProtoReflect added in v0.2.0

func (x *Job_ConfigSyncResult) ProtoReflect() protoreflect.Message

func (*Job_ConfigSyncResult) Reset added in v0.2.0

func (x *Job_ConfigSyncResult) Reset()

func (*Job_ConfigSyncResult) String added in v0.2.0

func (x *Job_ConfigSyncResult) String() string

func (*Job_ConfigSyncResult) UnmarshalJSON added in v0.2.0

func (msg *Job_ConfigSyncResult) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Job_DataSource

type Job_DataSource struct {

	// Types that are assignable to Source:
	//	*Job_DataSource_Local
	//	*Job_DataSource_Git
	Source isJob_DataSource_Source `protobuf_oneof:"source"`
	// contains filtered or unexported fields
}

func (*Job_DataSource) Descriptor deprecated

func (*Job_DataSource) Descriptor() ([]byte, []int)

Deprecated: Use Job_DataSource.ProtoReflect.Descriptor instead.

func (*Job_DataSource) GetGit

func (x *Job_DataSource) GetGit() *Job_Git

func (*Job_DataSource) GetLocal

func (x *Job_DataSource) GetLocal() *Job_Local

func (*Job_DataSource) GetSource

func (m *Job_DataSource) GetSource() isJob_DataSource_Source

func (*Job_DataSource) MarshalJSON added in v0.2.0

func (msg *Job_DataSource) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Job_DataSource) ProtoMessage

func (*Job_DataSource) ProtoMessage()

func (*Job_DataSource) ProtoReflect

func (x *Job_DataSource) ProtoReflect() protoreflect.Message

func (*Job_DataSource) Reset

func (x *Job_DataSource) Reset()

func (*Job_DataSource) String

func (x *Job_DataSource) String() string

func (*Job_DataSource) UnmarshalJSON added in v0.2.0

func (msg *Job_DataSource) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Job_DataSource_Git

type Job_DataSource_Git struct {
	// git will check out the data from a Git repository.
	Git *Job_Git `protobuf:"bytes,2,opt,name=git,proto3,oneof"`
}

type Job_DataSource_Local

type Job_DataSource_Local struct {
	// local means the runner has access to the data locally and will
	// know what to do. This is primarily only useful if the target_runner
	// is a specific runner and should not be used by any runner unless your
	// runners are configured to have access to the proper data.
	Local *Job_Local `protobuf:"bytes,1,opt,name=local,proto3,oneof"`
}

type Job_Deploy

type Job_Deploy struct {
	Deploy *Job_DeployOp `protobuf:"bytes,53,opt,name=deploy,proto3,oneof"`
}

type Job_DeployOp

type Job_DeployOp struct {

	// Artifact to deploy
	Artifact *PushedArtifact `protobuf:"bytes,1,opt,name=artifact,proto3" json:"artifact,omitempty"`
	// contains filtered or unexported fields
}

func (*Job_DeployOp) Descriptor deprecated

func (*Job_DeployOp) Descriptor() ([]byte, []int)

Deprecated: Use Job_DeployOp.ProtoReflect.Descriptor instead.

func (*Job_DeployOp) GetArtifact

func (x *Job_DeployOp) GetArtifact() *PushedArtifact

func (*Job_DeployOp) MarshalJSON added in v0.2.0

func (msg *Job_DeployOp) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Job_DeployOp) ProtoMessage

func (*Job_DeployOp) ProtoMessage()

func (*Job_DeployOp) ProtoReflect

func (x *Job_DeployOp) ProtoReflect() protoreflect.Message

func (*Job_DeployOp) Reset

func (x *Job_DeployOp) Reset()

func (*Job_DeployOp) String

func (x *Job_DeployOp) String() string

func (*Job_DeployOp) UnmarshalJSON added in v0.2.0

func (msg *Job_DeployOp) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Job_DeployResult

type Job_DeployResult struct {
	Deployment *Deployment `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"`
	// contains filtered or unexported fields
}

func (*Job_DeployResult) Descriptor deprecated

func (*Job_DeployResult) Descriptor() ([]byte, []int)

Deprecated: Use Job_DeployResult.ProtoReflect.Descriptor instead.

func (*Job_DeployResult) GetDeployment

func (x *Job_DeployResult) GetDeployment() *Deployment

func (*Job_DeployResult) MarshalJSON added in v0.2.0

func (msg *Job_DeployResult) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Job_DeployResult) ProtoMessage

func (*Job_DeployResult) ProtoMessage()

func (*Job_DeployResult) ProtoReflect

func (x *Job_DeployResult) ProtoReflect() protoreflect.Message

func (*Job_DeployResult) Reset

func (x *Job_DeployResult) Reset()

func (*Job_DeployResult) String

func (x *Job_DeployResult) String() string

func (*Job_DeployResult) UnmarshalJSON added in v0.2.0

func (msg *Job_DeployResult) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Job_Destroy

type Job_Destroy struct {
	Destroy *Job_DestroyOp `protobuf:"bytes,54,opt,name=destroy,proto3,oneof"`
}

type Job_DestroyOp

type Job_DestroyOp struct {

	// target is what to destroy in this operation.
	//
	// Types that are assignable to Target:
	//	*Job_DestroyOp_Workspace
	//	*Job_DestroyOp_Deployment
	Target isJob_DestroyOp_Target `protobuf_oneof:"target"`
	// contains filtered or unexported fields
}

func (*Job_DestroyOp) Descriptor deprecated

func (*Job_DestroyOp) Descriptor() ([]byte, []int)

Deprecated: Use Job_DestroyOp.ProtoReflect.Descriptor instead.

func (*Job_DestroyOp) GetDeployment

func (x *Job_DestroyOp) GetDeployment() *Deployment

func (*Job_DestroyOp) GetTarget

func (m *Job_DestroyOp) GetTarget() isJob_DestroyOp_Target

func (*Job_DestroyOp) GetWorkspace

func (x *Job_DestroyOp) GetWorkspace() *empty.Empty

func (*Job_DestroyOp) MarshalJSON added in v0.2.0

func (msg *Job_DestroyOp) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Job_DestroyOp) ProtoMessage

func (*Job_DestroyOp) ProtoMessage()

func (*Job_DestroyOp) ProtoReflect

func (x *Job_DestroyOp) ProtoReflect() protoreflect.Message

func (*Job_DestroyOp) Reset

func (x *Job_DestroyOp) Reset()

func (*Job_DestroyOp) String

func (x *Job_DestroyOp) String() string

func (*Job_DestroyOp) UnmarshalJSON added in v0.2.0

func (msg *Job_DestroyOp) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Job_DestroyOp_Deployment

type Job_DestroyOp_Deployment struct {
	Deployment *Deployment `protobuf:"bytes,2,opt,name=deployment,proto3,oneof"`
}

type Job_DestroyOp_Workspace

type Job_DestroyOp_Workspace struct {
	// workspace will delete the app in the workspace that the job
	// is targeting.
	Workspace *empty.Empty `protobuf:"bytes,1,opt,name=workspace,proto3,oneof"`
}

type Job_Docs

type Job_Docs struct {
	Docs *Job_DocsOp `protobuf:"bytes,58,opt,name=docs,proto3,oneof"`
}

type Job_DocsOp

type Job_DocsOp struct {
	// contains filtered or unexported fields
}

func (*Job_DocsOp) Descriptor deprecated

func (*Job_DocsOp) Descriptor() ([]byte, []int)

Deprecated: Use Job_DocsOp.ProtoReflect.Descriptor instead.

func (*Job_DocsOp) MarshalJSON added in v0.2.0

func (msg *Job_DocsOp) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Job_DocsOp) ProtoMessage

func (*Job_DocsOp) ProtoMessage()

func (*Job_DocsOp) ProtoReflect

func (x *Job_DocsOp) ProtoReflect() protoreflect.Message

func (*Job_DocsOp) Reset

func (x *Job_DocsOp) Reset()

func (*Job_DocsOp) String

func (x *Job_DocsOp) String() string

func (*Job_DocsOp) UnmarshalJSON added in v0.2.0

func (msg *Job_DocsOp) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Job_DocsResult

type Job_DocsResult struct {

	// results are the list of components that were checked
	Results []*Job_DocsResult_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*Job_DocsResult) Descriptor deprecated

func (*Job_DocsResult) Descriptor() ([]byte, []int)

Deprecated: Use Job_DocsResult.ProtoReflect.Descriptor instead.

func (*Job_DocsResult) GetResults

func (x *Job_DocsResult) GetResults() []*Job_DocsResult_Result

func (*Job_DocsResult) MarshalJSON added in v0.2.0

func (msg *Job_DocsResult) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Job_DocsResult) ProtoMessage

func (*Job_DocsResult) ProtoMessage()

func (*Job_DocsResult) ProtoReflect

func (x *Job_DocsResult) ProtoReflect() protoreflect.Message

func (*Job_DocsResult) Reset

func (x *Job_DocsResult) Reset()

func (*Job_DocsResult) String

func (x *Job_DocsResult) String() string

func (*Job_DocsResult) UnmarshalJSON added in v0.2.0

func (msg *Job_DocsResult) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Job_DocsResult_Result

type Job_DocsResult_Result struct {

	// component that the docs are for
	Component *Component     `protobuf:"bytes,1,opt,name=component,proto3" json:"component,omitempty"`
	Docs      *Documentation `protobuf:"bytes,2,opt,name=docs,proto3" json:"docs,omitempty"`
	// contains filtered or unexported fields
}

func (*Job_DocsResult_Result) Descriptor deprecated

func (*Job_DocsResult_Result) Descriptor() ([]byte, []int)

Deprecated: Use Job_DocsResult_Result.ProtoReflect.Descriptor instead.

func (*Job_DocsResult_Result) GetComponent

func (x *Job_DocsResult_Result) GetComponent() *Component

func (*Job_DocsResult_Result) GetDocs

func (x *Job_DocsResult_Result) GetDocs() *Documentation

func (*Job_DocsResult_Result) MarshalJSON added in v0.2.0

func (msg *Job_DocsResult_Result) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Job_DocsResult_Result) ProtoMessage

func (*Job_DocsResult_Result) ProtoMessage()

func (*Job_DocsResult_Result) ProtoReflect

func (x *Job_DocsResult_Result) ProtoReflect() protoreflect.Message

func (*Job_DocsResult_Result) Reset

func (x *Job_DocsResult_Result) Reset()

func (*Job_DocsResult_Result) String

func (x *Job_DocsResult_Result) String() string

func (*Job_DocsResult_Result) UnmarshalJSON added in v0.2.0

func (msg *Job_DocsResult_Result) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Job_Git

type Job_Git struct {

	// url of the repository to clone. Local paths are not allowed.
	Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	// a ref to checkout. If this isn't specified, then the default
	// ref that is cloned from the URL above will be used.
	Ref string `protobuf:"bytes,2,opt,name=ref,proto3" json:"ref,omitempty"`
	// path is a subdirectory within the checked out repository to
	// go into for the configuration. This must be a relative path
	// and may not contain ".."
	Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*Job_Git) Descriptor deprecated

func (*Job_Git) Descriptor() ([]byte, []int)

Deprecated: Use Job_Git.ProtoReflect.Descriptor instead.

func (*Job_Git) GetPath

func (x *Job_Git) GetPath() string

func (*Job_Git) GetRef

func (x *Job_Git) GetRef() string

func (*Job_Git) GetUrl

func (x *Job_Git) GetUrl() string

func (*Job_Git) MarshalJSON added in v0.2.0

func (msg *Job_Git) MarshalJSON() ([]byte, error)

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) Reset

func (x *Job_Git) Reset()

func (*Job_Git) String

func (x *Job_Git) String() string

func (*Job_Git) UnmarshalJSON added in v0.2.0

func (msg *Job_Git) 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) Descriptor() ([]byte, []int)

Deprecated: Use Job_Local.ProtoReflect.Descriptor instead.

func (*Job_Local) MarshalJSON added in v0.2.0

func (msg *Job_Local) MarshalJSON() ([]byte, error)

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) Reset

func (x *Job_Local) Reset()

func (*Job_Local) String

func (x *Job_Local) String() string

func (*Job_Local) UnmarshalJSON added in v0.2.0

func (msg *Job_Local) 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) Descriptor() ([]byte, []int)

Deprecated: Use Job_Noop.ProtoReflect.Descriptor instead.

func (*Job_Noop) MarshalJSON added in v0.2.0

func (msg *Job_Noop) MarshalJSON() ([]byte, error)

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) Reset

func (x *Job_Noop) Reset()

func (*Job_Noop) String

func (x *Job_Noop) String() string

func (*Job_Noop) UnmarshalJSON added in v0.2.0

func (msg *Job_Noop) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Job_Noop_

type Job_Noop_ struct {
	Noop *Job_Noop `protobuf:"bytes,50,opt,name=noop,proto3,oneof"`
}

type Job_Push

type Job_Push struct {
	Push *Job_PushOp `protobuf:"bytes,52,opt,name=push,proto3,oneof"`
}

type Job_PushOp

type Job_PushOp struct {

	// Build to push
	Build *Build `protobuf:"bytes,1,opt,name=build,proto3" json:"build,omitempty"`
	// contains filtered or unexported fields
}

func (*Job_PushOp) Descriptor deprecated

func (*Job_PushOp) Descriptor() ([]byte, []int)

Deprecated: Use Job_PushOp.ProtoReflect.Descriptor instead.

func (*Job_PushOp) GetBuild

func (x *Job_PushOp) GetBuild() *Build

func (*Job_PushOp) MarshalJSON added in v0.2.0

func (msg *Job_PushOp) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Job_PushOp) ProtoMessage

func (*Job_PushOp) ProtoMessage()

func (*Job_PushOp) ProtoReflect

func (x *Job_PushOp) ProtoReflect() protoreflect.Message

func (*Job_PushOp) Reset

func (x *Job_PushOp) Reset()

func (*Job_PushOp) String

func (x *Job_PushOp) String() string

func (*Job_PushOp) UnmarshalJSON added in v0.2.0

func (msg *Job_PushOp) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Job_PushResult

type Job_PushResult struct {
	Artifact *PushedArtifact `protobuf:"bytes,1,opt,name=artifact,proto3" json:"artifact,omitempty"`
	// contains filtered or unexported fields
}

func (*Job_PushResult) Descriptor deprecated

func (*Job_PushResult) Descriptor() ([]byte, []int)

Deprecated: Use Job_PushResult.ProtoReflect.Descriptor instead.

func (*Job_PushResult) GetArtifact

func (x *Job_PushResult) GetArtifact() *PushedArtifact

func (*Job_PushResult) MarshalJSON added in v0.2.0

func (msg *Job_PushResult) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Job_PushResult) ProtoMessage

func (*Job_PushResult) ProtoMessage()

func (*Job_PushResult) ProtoReflect

func (x *Job_PushResult) ProtoReflect() protoreflect.Message

func (*Job_PushResult) Reset

func (x *Job_PushResult) Reset()

func (*Job_PushResult) String

func (x *Job_PushResult) String() string

func (*Job_PushResult) UnmarshalJSON added in v0.2.0

func (msg *Job_PushResult) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Job_Release

type Job_Release struct {
	Release *Job_ReleaseOp `protobuf:"bytes,55,opt,name=release,proto3,oneof"`
}

type Job_ReleaseOp

type Job_ReleaseOp struct {
	Deployment *Deployment `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"`
	// Prune settings. This will prune the deployments that aren't released.
	// The number to prune is determined based on the configuration.
	Prune bool `protobuf:"varint,2,opt,name=prune,proto3" json:"prune,omitempty"`
	// contains filtered or unexported fields
}

func (*Job_ReleaseOp) Descriptor deprecated

func (*Job_ReleaseOp) Descriptor() ([]byte, []int)

Deprecated: Use Job_ReleaseOp.ProtoReflect.Descriptor instead.

func (*Job_ReleaseOp) GetDeployment

func (x *Job_ReleaseOp) GetDeployment() *Deployment

func (*Job_ReleaseOp) GetPrune

func (x *Job_ReleaseOp) GetPrune() bool

func (*Job_ReleaseOp) MarshalJSON added in v0.2.0

func (msg *Job_ReleaseOp) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Job_ReleaseOp) ProtoMessage

func (*Job_ReleaseOp) ProtoMessage()

func (*Job_ReleaseOp) ProtoReflect

func (x *Job_ReleaseOp) ProtoReflect() protoreflect.Message

func (*Job_ReleaseOp) Reset

func (x *Job_ReleaseOp) Reset()

func (*Job_ReleaseOp) String

func (x *Job_ReleaseOp) String() string

func (*Job_ReleaseOp) UnmarshalJSON added in v0.2.0

func (msg *Job_ReleaseOp) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Job_ReleaseResult

type Job_ReleaseResult struct {
	Release *Release `protobuf:"bytes,1,opt,name=release,proto3" json:"release,omitempty"`
	// contains filtered or unexported fields
}

func (*Job_ReleaseResult) Descriptor deprecated

func (*Job_ReleaseResult) Descriptor() ([]byte, []int)

Deprecated: Use Job_ReleaseResult.ProtoReflect.Descriptor instead.

func (*Job_ReleaseResult) GetRelease

func (x *Job_ReleaseResult) GetRelease() *Release

func (*Job_ReleaseResult) MarshalJSON added in v0.2.0

func (msg *Job_ReleaseResult) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Job_ReleaseResult) ProtoMessage

func (*Job_ReleaseResult) ProtoMessage()

func (*Job_ReleaseResult) ProtoReflect

func (x *Job_ReleaseResult) ProtoReflect() protoreflect.Message

func (*Job_ReleaseResult) Reset

func (x *Job_ReleaseResult) Reset()

func (*Job_ReleaseResult) String

func (x *Job_ReleaseResult) String() string

func (*Job_ReleaseResult) UnmarshalJSON added in v0.2.0

func (msg *Job_ReleaseResult) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Job_Result

type Job_Result struct {
	Build      *Job_BuildResult      `protobuf:"bytes,1,opt,name=build,proto3" json:"build,omitempty"`
	Push       *Job_PushResult       `protobuf:"bytes,2,opt,name=push,proto3" json:"push,omitempty"`
	Deploy     *Job_DeployResult     `protobuf:"bytes,3,opt,name=deploy,proto3" json:"deploy,omitempty"`
	Release    *Job_ReleaseResult    `protobuf:"bytes,4,opt,name=release,proto3" json:"release,omitempty"`
	Validate   *Job_ValidateResult   `protobuf:"bytes,5,opt,name=validate,proto3" json:"validate,omitempty"`
	Auth       *Job_AuthResult       `protobuf:"bytes,6,opt,name=auth,proto3" json:"auth,omitempty"`
	Docs       *Job_DocsResult       `protobuf:"bytes,7,opt,name=docs,proto3" json:"docs,omitempty"`
	ConfigSync *Job_ConfigSyncResult `protobuf:"bytes,8,opt,name=config_sync,json=configSync,proto3" json:"config_sync,omitempty"`
	// contains filtered or unexported fields
}

func (*Job_Result) Descriptor deprecated

func (*Job_Result) Descriptor() ([]byte, []int)

Deprecated: Use Job_Result.ProtoReflect.Descriptor instead.

func (*Job_Result) GetAuth

func (x *Job_Result) GetAuth() *Job_AuthResult

func (*Job_Result) GetBuild

func (x *Job_Result) GetBuild() *Job_BuildResult

func (*Job_Result) GetConfigSync added in v0.2.0

func (x *Job_Result) GetConfigSync() *Job_ConfigSyncResult

func (*Job_Result) GetDeploy

func (x *Job_Result) GetDeploy() *Job_DeployResult

func (*Job_Result) GetDocs

func (x *Job_Result) GetDocs() *Job_DocsResult

func (*Job_Result) GetPush

func (x *Job_Result) GetPush() *Job_PushResult

func (*Job_Result) GetRelease

func (x *Job_Result) GetRelease() *Job_ReleaseResult

func (*Job_Result) GetValidate

func (x *Job_Result) GetValidate() *Job_ValidateResult

func (*Job_Result) MarshalJSON added in v0.2.0

func (msg *Job_Result) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Job_Result) ProtoMessage

func (*Job_Result) ProtoMessage()

func (*Job_Result) ProtoReflect

func (x *Job_Result) ProtoReflect() protoreflect.Message

func (*Job_Result) Reset

func (x *Job_Result) Reset()

func (*Job_Result) String

func (x *Job_Result) String() string

func (*Job_Result) UnmarshalJSON added in v0.2.0

func (msg *Job_Result) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Job_State

type Job_State int32
const (
	Job_UNKNOWN Job_State = 0
	Job_QUEUED  Job_State = 1 // queued and waiting for assignment
	Job_WAITING Job_State = 2 // assigned to a runner, waiting for runner to ack
	Job_RUNNING Job_State = 3 // runner acked and is executing
	Job_ERROR   Job_State = 4 // job failed
	Job_SUCCESS Job_State = 5 // job succeeded
)

func (Job_State) Descriptor

func (Job_State) Descriptor() protoreflect.EnumDescriptor

func (Job_State) Enum

func (x Job_State) Enum() *Job_State

func (Job_State) EnumDescriptor deprecated

func (Job_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use Job_State.Descriptor instead.

func (Job_State) Number

func (x Job_State) Number() protoreflect.EnumNumber

func (Job_State) String

func (x Job_State) String() string

func (Job_State) Type

type Job_Validate

type Job_Validate struct {
	Validate *Job_ValidateOp `protobuf:"bytes,56,opt,name=validate,proto3,oneof"`
}

type Job_ValidateOp

type Job_ValidateOp struct {
	// contains filtered or unexported fields
}

ValidateOp validates various aspects of a configuration.

func (*Job_ValidateOp) Descriptor deprecated

func (*Job_ValidateOp) Descriptor() ([]byte, []int)

Deprecated: Use Job_ValidateOp.ProtoReflect.Descriptor instead.

func (*Job_ValidateOp) MarshalJSON added in v0.2.0

func (msg *Job_ValidateOp) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Job_ValidateOp) ProtoMessage

func (*Job_ValidateOp) ProtoMessage()

func (*Job_ValidateOp) ProtoReflect

func (x *Job_ValidateOp) ProtoReflect() protoreflect.Message

func (*Job_ValidateOp) Reset

func (x *Job_ValidateOp) Reset()

func (*Job_ValidateOp) String

func (x *Job_ValidateOp) String() string

func (*Job_ValidateOp) UnmarshalJSON added in v0.2.0

func (msg *Job_ValidateOp) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Job_ValidateResult

type Job_ValidateResult struct {
	// contains filtered or unexported fields
}

func (*Job_ValidateResult) Descriptor deprecated

func (*Job_ValidateResult) Descriptor() ([]byte, []int)

Deprecated: Use Job_ValidateResult.ProtoReflect.Descriptor instead.

func (*Job_ValidateResult) MarshalJSON added in v0.2.0

func (msg *Job_ValidateResult) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Job_ValidateResult) ProtoMessage

func (*Job_ValidateResult) ProtoMessage()

func (*Job_ValidateResult) ProtoReflect

func (x *Job_ValidateResult) ProtoReflect() protoreflect.Message

func (*Job_ValidateResult) Reset

func (x *Job_ValidateResult) Reset()

func (*Job_ValidateResult) String

func (x *Job_ValidateResult) String() string

func (*Job_ValidateResult) UnmarshalJSON added in v0.2.0

func (msg *Job_ValidateResult) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ListBuildsRequest

type ListBuildsRequest struct {

	// The application whose builds to list. This must be set.
	Application *Ref_Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
	// The workspace to list builds for. If this isn't set, then all builds
	// for the other filters are listed.
	Workspace *Ref_Workspace `protobuf:"bytes,2,opt,name=workspace,proto3" json:"workspace,omitempty"`
	// Specifies the order of results. If this isn't specified, the results
	// are in an undefined order.
	Order *OperationOrder `protobuf:"bytes,3,opt,name=order,proto3" json:"order,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBuildsRequest) Descriptor deprecated

func (*ListBuildsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListBuildsRequest.ProtoReflect.Descriptor instead.

func (*ListBuildsRequest) GetApplication

func (x *ListBuildsRequest) GetApplication() *Ref_Application

func (*ListBuildsRequest) GetOrder

func (x *ListBuildsRequest) GetOrder() *OperationOrder

func (*ListBuildsRequest) GetWorkspace

func (x *ListBuildsRequest) GetWorkspace() *Ref_Workspace

func (*ListBuildsRequest) MarshalJSON added in v0.2.0

func (msg *ListBuildsRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ListBuildsRequest) ProtoMessage

func (*ListBuildsRequest) ProtoMessage()

func (*ListBuildsRequest) ProtoReflect

func (x *ListBuildsRequest) ProtoReflect() protoreflect.Message

func (*ListBuildsRequest) Reset

func (x *ListBuildsRequest) Reset()

func (*ListBuildsRequest) String

func (x *ListBuildsRequest) String() string

func (*ListBuildsRequest) UnmarshalJSON added in v0.2.0

func (msg *ListBuildsRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ListBuildsResponse

type ListBuildsResponse struct {

	// builds is the list of builds.
	Builds []*Build `protobuf:"bytes,1,rep,name=builds,proto3" json:"builds,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBuildsResponse) Descriptor deprecated

func (*ListBuildsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListBuildsResponse.ProtoReflect.Descriptor instead.

func (*ListBuildsResponse) GetBuilds

func (x *ListBuildsResponse) GetBuilds() []*Build

func (*ListBuildsResponse) MarshalJSON added in v0.2.0

func (msg *ListBuildsResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ListBuildsResponse) ProtoMessage

func (*ListBuildsResponse) ProtoMessage()

func (*ListBuildsResponse) ProtoReflect

func (x *ListBuildsResponse) ProtoReflect() protoreflect.Message

func (*ListBuildsResponse) Reset

func (x *ListBuildsResponse) Reset()

func (*ListBuildsResponse) String

func (x *ListBuildsResponse) String() string

func (*ListBuildsResponse) UnmarshalJSON added in v0.2.0

func (msg *ListBuildsResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ListDeploymentsRequest

type ListDeploymentsRequest struct {

	// application that this deployment belongs to
	Application *Ref_Application `protobuf:"bytes,3,opt,name=application,proto3" json:"application,omitempty"`
	// workspace that this should belong to. If this is empty, values in
	// all workspaces will be listed.
	Workspace *Ref_Workspace `protobuf:"bytes,4,opt,name=workspace,proto3" json:"workspace,omitempty"`
	// The filters to apply to this request. These are ORed, so you should
	// specify multiple filters in the StatusFilter for AND behavior.
	Status []*StatusFilter `protobuf:"bytes,1,rep,name=status,proto3" json:"status,omitempty"`
	// The physical state to filter for. If this is zero or unset then no
	// filtering on physical state will be done.
	PhysicalState Operation_PhysicalState `` /* 149-byte string literal not displayed */
	// Specifies the order of results. If this isn't specified, the results
	// are in an undefined order.
	Order *OperationOrder `protobuf:"bytes,2,opt,name=order,proto3" json:"order,omitempty"`
	// Inidicate of the fetched deployments should include additional information
	// about each deployment.
	LoadDetails Deployment_LoadDetails `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListDeploymentsRequest) Descriptor deprecated

func (*ListDeploymentsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListDeploymentsRequest.ProtoReflect.Descriptor instead.

func (*ListDeploymentsRequest) GetApplication

func (x *ListDeploymentsRequest) GetApplication() *Ref_Application

func (*ListDeploymentsRequest) GetLoadDetails

func (x *ListDeploymentsRequest) GetLoadDetails() Deployment_LoadDetails

func (*ListDeploymentsRequest) GetOrder

func (x *ListDeploymentsRequest) GetOrder() *OperationOrder

func (*ListDeploymentsRequest) GetPhysicalState

func (x *ListDeploymentsRequest) GetPhysicalState() Operation_PhysicalState

func (*ListDeploymentsRequest) GetStatus

func (x *ListDeploymentsRequest) GetStatus() []*StatusFilter

func (*ListDeploymentsRequest) GetWorkspace

func (x *ListDeploymentsRequest) GetWorkspace() *Ref_Workspace

func (*ListDeploymentsRequest) MarshalJSON added in v0.2.0

func (msg *ListDeploymentsRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ListDeploymentsRequest) ProtoMessage

func (*ListDeploymentsRequest) ProtoMessage()

func (*ListDeploymentsRequest) ProtoReflect

func (x *ListDeploymentsRequest) ProtoReflect() protoreflect.Message

func (*ListDeploymentsRequest) Reset

func (x *ListDeploymentsRequest) Reset()

func (*ListDeploymentsRequest) String

func (x *ListDeploymentsRequest) String() string

func (*ListDeploymentsRequest) UnmarshalJSON added in v0.2.0

func (msg *ListDeploymentsRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ListDeploymentsResponse

type ListDeploymentsResponse struct {

	// deployments is the list of deployments.
	Deployments []*Deployment `protobuf:"bytes,1,rep,name=deployments,proto3" json:"deployments,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDeploymentsResponse) Descriptor deprecated

func (*ListDeploymentsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListDeploymentsResponse.ProtoReflect.Descriptor instead.

func (*ListDeploymentsResponse) GetDeployments

func (x *ListDeploymentsResponse) GetDeployments() []*Deployment

func (*ListDeploymentsResponse) MarshalJSON added in v0.2.0

func (msg *ListDeploymentsResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ListDeploymentsResponse) ProtoMessage

func (*ListDeploymentsResponse) ProtoMessage()

func (*ListDeploymentsResponse) ProtoReflect

func (x *ListDeploymentsResponse) ProtoReflect() protoreflect.Message

func (*ListDeploymentsResponse) Reset

func (x *ListDeploymentsResponse) Reset()

func (*ListDeploymentsResponse) String

func (x *ListDeploymentsResponse) String() string

func (*ListDeploymentsResponse) UnmarshalJSON added in v0.2.0

func (msg *ListDeploymentsResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ListHostnamesRequest

type ListHostnamesRequest struct {

	// Target if set will only return hostnames matching this target.
	// If unset, all hostnames registered for the account will be returned.
	Target *Hostname_Target `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"`
	// contains filtered or unexported fields
}

func (*ListHostnamesRequest) Descriptor deprecated

func (*ListHostnamesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListHostnamesRequest.ProtoReflect.Descriptor instead.

func (*ListHostnamesRequest) GetTarget

func (x *ListHostnamesRequest) GetTarget() *Hostname_Target

func (*ListHostnamesRequest) MarshalJSON added in v0.2.0

func (msg *ListHostnamesRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ListHostnamesRequest) ProtoMessage

func (*ListHostnamesRequest) ProtoMessage()

func (*ListHostnamesRequest) ProtoReflect

func (x *ListHostnamesRequest) ProtoReflect() protoreflect.Message

func (*ListHostnamesRequest) Reset

func (x *ListHostnamesRequest) Reset()

func (*ListHostnamesRequest) String

func (x *ListHostnamesRequest) String() string

func (*ListHostnamesRequest) UnmarshalJSON added in v0.2.0

func (msg *ListHostnamesRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ListHostnamesResponse

type ListHostnamesResponse struct {
	Hostnames []*Hostname `protobuf:"bytes,1,rep,name=hostnames,proto3" json:"hostnames,omitempty"`
	// contains filtered or unexported fields
}

func (*ListHostnamesResponse) Descriptor deprecated

func (*ListHostnamesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListHostnamesResponse.ProtoReflect.Descriptor instead.

func (*ListHostnamesResponse) GetHostnames

func (x *ListHostnamesResponse) GetHostnames() []*Hostname

func (*ListHostnamesResponse) MarshalJSON added in v0.2.0

func (msg *ListHostnamesResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ListHostnamesResponse) ProtoMessage

func (*ListHostnamesResponse) ProtoMessage()

func (*ListHostnamesResponse) ProtoReflect

func (x *ListHostnamesResponse) ProtoReflect() protoreflect.Message

func (*ListHostnamesResponse) Reset

func (x *ListHostnamesResponse) Reset()

func (*ListHostnamesResponse) String

func (x *ListHostnamesResponse) String() string

func (*ListHostnamesResponse) UnmarshalJSON added in v0.2.0

func (msg *ListHostnamesResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ListInstancesRequest

type ListInstancesRequest struct {

	// Types that are assignable to Scope:
	//	*ListInstancesRequest_DeploymentId
	//	*ListInstancesRequest_Application_
	Scope isListInstancesRequest_Scope `protobuf_oneof:"scope"`
	// Time to wait before retrying a request to connect to requested instance
	WaitTimeout string `protobuf:"bytes,3,opt,name=wait_timeout,json=waitTimeout,proto3" json:"wait_timeout,omitempty"`
	// contains filtered or unexported fields
}

func (*ListInstancesRequest) Descriptor deprecated

func (*ListInstancesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListInstancesRequest.ProtoReflect.Descriptor instead.

func (*ListInstancesRequest) GetApplication

func (*ListInstancesRequest) GetDeploymentId

func (x *ListInstancesRequest) GetDeploymentId() string

func (*ListInstancesRequest) GetScope

func (m *ListInstancesRequest) GetScope() isListInstancesRequest_Scope

func (*ListInstancesRequest) GetWaitTimeout added in v0.2.0

func (x *ListInstancesRequest) GetWaitTimeout() string

func (*ListInstancesRequest) MarshalJSON added in v0.2.0

func (msg *ListInstancesRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ListInstancesRequest) ProtoMessage

func (*ListInstancesRequest) ProtoMessage()

func (*ListInstancesRequest) ProtoReflect

func (x *ListInstancesRequest) ProtoReflect() protoreflect.Message

func (*ListInstancesRequest) Reset

func (x *ListInstancesRequest) Reset()

func (*ListInstancesRequest) String

func (x *ListInstancesRequest) String() string

func (*ListInstancesRequest) UnmarshalJSON added in v0.2.0

func (msg *ListInstancesRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ListInstancesRequest_Application

type ListInstancesRequest_Application struct {

	// Application to query. This must have both a project/app set.
	Application *Ref_Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
	// Workspace to filter by. If this isn't set, then all workspaces for
	// the app are returned.
	Workspace *Ref_Workspace `protobuf:"bytes,2,opt,name=workspace,proto3" json:"workspace,omitempty"`
	// contains filtered or unexported fields
}

func (*ListInstancesRequest_Application) Descriptor deprecated

func (*ListInstancesRequest_Application) Descriptor() ([]byte, []int)

Deprecated: Use ListInstancesRequest_Application.ProtoReflect.Descriptor instead.

func (*ListInstancesRequest_Application) GetApplication

func (*ListInstancesRequest_Application) GetWorkspace

func (*ListInstancesRequest_Application) MarshalJSON added in v0.2.0

func (msg *ListInstancesRequest_Application) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ListInstancesRequest_Application) ProtoMessage

func (*ListInstancesRequest_Application) ProtoMessage()

func (*ListInstancesRequest_Application) ProtoReflect

func (*ListInstancesRequest_Application) Reset

func (*ListInstancesRequest_Application) String

func (*ListInstancesRequest_Application) UnmarshalJSON added in v0.2.0

func (msg *ListInstancesRequest_Application) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ListInstancesRequest_Application_

type ListInstancesRequest_Application_ struct {
	// Find all instances for an application
	Application *ListInstancesRequest_Application `protobuf:"bytes,2,opt,name=application,proto3,oneof"`
}

type ListInstancesRequest_DeploymentId

type ListInstancesRequest_DeploymentId struct {
	// List instances for a specific deployment.
	DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3,oneof"`
}

type ListInstancesResponse

type ListInstancesResponse struct {
	Instances []*Instance `protobuf:"bytes,1,rep,name=instances,proto3" json:"instances,omitempty"`
	// contains filtered or unexported fields
}

func (*ListInstancesResponse) Descriptor deprecated

func (*ListInstancesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListInstancesResponse.ProtoReflect.Descriptor instead.

func (*ListInstancesResponse) GetInstances

func (x *ListInstancesResponse) GetInstances() []*Instance

func (*ListInstancesResponse) MarshalJSON added in v0.2.0

func (msg *ListInstancesResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ListInstancesResponse) ProtoMessage

func (*ListInstancesResponse) ProtoMessage()

func (*ListInstancesResponse) ProtoReflect

func (x *ListInstancesResponse) ProtoReflect() protoreflect.Message

func (*ListInstancesResponse) Reset

func (x *ListInstancesResponse) Reset()

func (*ListInstancesResponse) String

func (x *ListInstancesResponse) String() string

func (*ListInstancesResponse) UnmarshalJSON added in v0.2.0

func (msg *ListInstancesResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ListJobsRequest

type ListJobsRequest struct {
	// contains filtered or unexported fields
}

func (*ListJobsRequest) Descriptor deprecated

func (*ListJobsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListJobsRequest.ProtoReflect.Descriptor instead.

func (*ListJobsRequest) MarshalJSON added in v0.2.0

func (msg *ListJobsRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ListJobsRequest) ProtoMessage

func (*ListJobsRequest) ProtoMessage()

func (*ListJobsRequest) ProtoReflect

func (x *ListJobsRequest) ProtoReflect() protoreflect.Message

func (*ListJobsRequest) Reset

func (x *ListJobsRequest) Reset()

func (*ListJobsRequest) String

func (x *ListJobsRequest) String() string

func (*ListJobsRequest) UnmarshalJSON added in v0.2.0

func (msg *ListJobsRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ListJobsResponse

type ListJobsResponse struct {
	Jobs []*Job `protobuf:"bytes,1,rep,name=jobs,proto3" json:"jobs,omitempty"`
	// contains filtered or unexported fields
}

func (*ListJobsResponse) Descriptor deprecated

func (*ListJobsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListJobsResponse.ProtoReflect.Descriptor instead.

func (*ListJobsResponse) GetJobs

func (x *ListJobsResponse) GetJobs() []*Job

func (*ListJobsResponse) MarshalJSON added in v0.2.0

func (msg *ListJobsResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ListJobsResponse) ProtoMessage

func (*ListJobsResponse) ProtoMessage()

func (*ListJobsResponse) ProtoReflect

func (x *ListJobsResponse) ProtoReflect() protoreflect.Message

func (*ListJobsResponse) Reset

func (x *ListJobsResponse) Reset()

func (*ListJobsResponse) String

func (x *ListJobsResponse) String() string

func (*ListJobsResponse) UnmarshalJSON added in v0.2.0

func (msg *ListJobsResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ListProjectsResponse

type ListProjectsResponse struct {
	Projects []*Ref_Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectsResponse) Descriptor deprecated

func (*ListProjectsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectsResponse.ProtoReflect.Descriptor instead.

func (*ListProjectsResponse) GetProjects

func (x *ListProjectsResponse) GetProjects() []*Ref_Project

func (*ListProjectsResponse) MarshalJSON added in v0.2.0

func (msg *ListProjectsResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ListProjectsResponse) ProtoMessage

func (*ListProjectsResponse) ProtoMessage()

func (*ListProjectsResponse) ProtoReflect

func (x *ListProjectsResponse) ProtoReflect() protoreflect.Message

func (*ListProjectsResponse) Reset

func (x *ListProjectsResponse) Reset()

func (*ListProjectsResponse) String

func (x *ListProjectsResponse) String() string

func (*ListProjectsResponse) UnmarshalJSON added in v0.2.0

func (msg *ListProjectsResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ListPushedArtifactsRequest

type ListPushedArtifactsRequest struct {

	// application that this belongs to
	Application *Ref_Application `protobuf:"bytes,3,opt,name=application,proto3" json:"application,omitempty"`
	// workspace for the results, or all if not set
	Workspace *Ref_Workspace `protobuf:"bytes,4,opt,name=workspace,proto3" json:"workspace,omitempty"`
	// The filters to apply to this request. These are ORed, so you should
	// specify multiple filters in the StatusFilter for AND behavior.
	Status []*StatusFilter `protobuf:"bytes,1,rep,name=status,proto3" json:"status,omitempty"`
	// Specifies the order of results. If this isn't specified, the results
	// are in an undefined order.
	Order *OperationOrder `protobuf:"bytes,2,opt,name=order,proto3" json:"order,omitempty"`
	// Indicate if the Build value should be returned for each
	// of the artifacts as well.
	IncludeBuild bool `protobuf:"varint,5,opt,name=include_build,json=includeBuild,proto3" json:"include_build,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPushedArtifactsRequest) Descriptor deprecated

func (*ListPushedArtifactsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListPushedArtifactsRequest.ProtoReflect.Descriptor instead.

func (*ListPushedArtifactsRequest) GetApplication

func (x *ListPushedArtifactsRequest) GetApplication() *Ref_Application

func (*ListPushedArtifactsRequest) GetIncludeBuild

func (x *ListPushedArtifactsRequest) GetIncludeBuild() bool

func (*ListPushedArtifactsRequest) GetOrder

func (*ListPushedArtifactsRequest) GetStatus

func (x *ListPushedArtifactsRequest) GetStatus() []*StatusFilter

func (*ListPushedArtifactsRequest) GetWorkspace

func (x *ListPushedArtifactsRequest) GetWorkspace() *Ref_Workspace

func (*ListPushedArtifactsRequest) MarshalJSON added in v0.2.0

func (msg *ListPushedArtifactsRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ListPushedArtifactsRequest) ProtoMessage

func (*ListPushedArtifactsRequest) ProtoMessage()

func (*ListPushedArtifactsRequest) ProtoReflect

func (*ListPushedArtifactsRequest) Reset

func (x *ListPushedArtifactsRequest) Reset()

func (*ListPushedArtifactsRequest) String

func (x *ListPushedArtifactsRequest) String() string

func (*ListPushedArtifactsRequest) UnmarshalJSON added in v0.2.0

func (msg *ListPushedArtifactsRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ListPushedArtifactsResponse

type ListPushedArtifactsResponse struct {

	// artifacts is the list of artifacts.
	Artifacts []*PushedArtifact `protobuf:"bytes,1,rep,name=artifacts,proto3" json:"artifacts,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPushedArtifactsResponse) Descriptor deprecated

func (*ListPushedArtifactsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListPushedArtifactsResponse.ProtoReflect.Descriptor instead.

func (*ListPushedArtifactsResponse) GetArtifacts

func (x *ListPushedArtifactsResponse) GetArtifacts() []*PushedArtifact

func (*ListPushedArtifactsResponse) MarshalJSON added in v0.2.0

func (msg *ListPushedArtifactsResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ListPushedArtifactsResponse) ProtoMessage

func (*ListPushedArtifactsResponse) ProtoMessage()

func (*ListPushedArtifactsResponse) ProtoReflect

func (*ListPushedArtifactsResponse) Reset

func (x *ListPushedArtifactsResponse) Reset()

func (*ListPushedArtifactsResponse) String

func (x *ListPushedArtifactsResponse) String() string

func (*ListPushedArtifactsResponse) UnmarshalJSON added in v0.2.0

func (msg *ListPushedArtifactsResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ListReleasesRequest

type ListReleasesRequest struct {

	// application that this release belongs to
	Application *Ref_Application `protobuf:"bytes,3,opt,name=application,proto3" json:"application,omitempty"`
	// workspace that this should belong to. If this is empty, values in
	// all workspaces will be listed.
	Workspace *Ref_Workspace `protobuf:"bytes,4,opt,name=workspace,proto3" json:"workspace,omitempty"`
	// The filters to apply to this request. These are ORed, so you should
	// specify multiple filters in the StatusFilter for AND behavior.
	Status []*StatusFilter `protobuf:"bytes,1,rep,name=status,proto3" json:"status,omitempty"`
	// The physical state to filter for. If this is zero or unset then no
	// filtering on physical state will be done.
	PhysicalState Operation_PhysicalState `` /* 149-byte string literal not displayed */
	// Specifies the order of results. If this isn't specified, the results
	// are in an undefined order.
	Order *OperationOrder `protobuf:"bytes,2,opt,name=order,proto3" json:"order,omitempty"`
	// Load additional details about the release. These will become available
	// in the Preload section.
	LoadDetails Release_LoadDetails `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListReleasesRequest) Descriptor deprecated

func (*ListReleasesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListReleasesRequest.ProtoReflect.Descriptor instead.

func (*ListReleasesRequest) GetApplication

func (x *ListReleasesRequest) GetApplication() *Ref_Application

func (*ListReleasesRequest) GetLoadDetails

func (x *ListReleasesRequest) GetLoadDetails() Release_LoadDetails

func (*ListReleasesRequest) GetOrder

func (x *ListReleasesRequest) GetOrder() *OperationOrder

func (*ListReleasesRequest) GetPhysicalState

func (x *ListReleasesRequest) GetPhysicalState() Operation_PhysicalState

func (*ListReleasesRequest) GetStatus

func (x *ListReleasesRequest) GetStatus() []*StatusFilter

func (*ListReleasesRequest) GetWorkspace

func (x *ListReleasesRequest) GetWorkspace() *Ref_Workspace

func (*ListReleasesRequest) MarshalJSON added in v0.2.0

func (msg *ListReleasesRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ListReleasesRequest) ProtoMessage

func (*ListReleasesRequest) ProtoMessage()

func (*ListReleasesRequest) ProtoReflect

func (x *ListReleasesRequest) ProtoReflect() protoreflect.Message

func (*ListReleasesRequest) Reset

func (x *ListReleasesRequest) Reset()

func (*ListReleasesRequest) String

func (x *ListReleasesRequest) String() string

func (*ListReleasesRequest) UnmarshalJSON added in v0.2.0

func (msg *ListReleasesRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ListReleasesResponse

type ListReleasesResponse struct {
	Releases []*Release `protobuf:"bytes,1,rep,name=releases,proto3" json:"releases,omitempty"`
	// contains filtered or unexported fields
}

func (*ListReleasesResponse) Descriptor deprecated

func (*ListReleasesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListReleasesResponse.ProtoReflect.Descriptor instead.

func (*ListReleasesResponse) GetReleases

func (x *ListReleasesResponse) GetReleases() []*Release

func (*ListReleasesResponse) MarshalJSON added in v0.2.0

func (msg *ListReleasesResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ListReleasesResponse) ProtoMessage

func (*ListReleasesResponse) ProtoMessage()

func (*ListReleasesResponse) ProtoReflect

func (x *ListReleasesResponse) ProtoReflect() protoreflect.Message

func (*ListReleasesResponse) Reset

func (x *ListReleasesResponse) Reset()

func (*ListReleasesResponse) String

func (x *ListReleasesResponse) String() string

func (*ListReleasesResponse) UnmarshalJSON added in v0.2.0

func (msg *ListReleasesResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ListWorkspacesResponse

type ListWorkspacesResponse struct {
	Workspaces []*Workspace `protobuf:"bytes,1,rep,name=workspaces,proto3" json:"workspaces,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkspacesResponse) Descriptor deprecated

func (*ListWorkspacesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListWorkspacesResponse.ProtoReflect.Descriptor instead.

func (*ListWorkspacesResponse) GetWorkspaces

func (x *ListWorkspacesResponse) GetWorkspaces() []*Workspace

func (*ListWorkspacesResponse) MarshalJSON added in v0.2.0

func (msg *ListWorkspacesResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ListWorkspacesResponse) ProtoMessage

func (*ListWorkspacesResponse) ProtoMessage()

func (*ListWorkspacesResponse) ProtoReflect

func (x *ListWorkspacesResponse) ProtoReflect() protoreflect.Message

func (*ListWorkspacesResponse) Reset

func (x *ListWorkspacesResponse) Reset()

func (*ListWorkspacesResponse) String

func (x *ListWorkspacesResponse) String() string

func (*ListWorkspacesResponse) UnmarshalJSON added in v0.2.0

func (msg *ListWorkspacesResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type LogBatch

type LogBatch struct {
	DeploymentId string            `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	InstanceId   string            `protobuf:"bytes,2,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Lines        []*LogBatch_Entry `protobuf:"bytes,3,rep,name=lines,proto3" json:"lines,omitempty"`
	// contains filtered or unexported fields
}

func (*LogBatch) Descriptor deprecated

func (*LogBatch) Descriptor() ([]byte, []int)

Deprecated: Use LogBatch.ProtoReflect.Descriptor instead.

func (*LogBatch) GetDeploymentId

func (x *LogBatch) GetDeploymentId() string

func (*LogBatch) GetInstanceId

func (x *LogBatch) GetInstanceId() string

func (*LogBatch) GetLines

func (x *LogBatch) GetLines() []*LogBatch_Entry

func (*LogBatch) MarshalJSON added in v0.2.0

func (msg *LogBatch) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*LogBatch) ProtoMessage

func (*LogBatch) ProtoMessage()

func (*LogBatch) ProtoReflect

func (x *LogBatch) ProtoReflect() protoreflect.Message

func (*LogBatch) Reset

func (x *LogBatch) Reset()

func (*LogBatch) String

func (x *LogBatch) String() string

func (*LogBatch) UnmarshalJSON added in v0.2.0

func (msg *LogBatch) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type LogBatch_Entry

type LogBatch_Entry struct {
	Source    LogBatch_Entry_Source `protobuf:"varint,3,opt,name=source,proto3,enum=hashicorp.waypoint.LogBatch_Entry_Source" json:"source,omitempty"`
	Timestamp *timestamp.Timestamp  `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Line      string                `protobuf:"bytes,2,opt,name=line,proto3" json:"line,omitempty"`
	// contains filtered or unexported fields
}

func (*LogBatch_Entry) Descriptor deprecated

func (*LogBatch_Entry) Descriptor() ([]byte, []int)

Deprecated: Use LogBatch_Entry.ProtoReflect.Descriptor instead.

func (*LogBatch_Entry) GetLine

func (x *LogBatch_Entry) GetLine() string

func (*LogBatch_Entry) GetSource added in v0.2.0

func (x *LogBatch_Entry) GetSource() LogBatch_Entry_Source

func (*LogBatch_Entry) GetTimestamp

func (x *LogBatch_Entry) GetTimestamp() *timestamp.Timestamp

func (*LogBatch_Entry) MarshalJSON added in v0.2.0

func (msg *LogBatch_Entry) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*LogBatch_Entry) ProtoMessage

func (*LogBatch_Entry) ProtoMessage()

func (*LogBatch_Entry) ProtoReflect

func (x *LogBatch_Entry) ProtoReflect() protoreflect.Message

func (*LogBatch_Entry) Reset

func (x *LogBatch_Entry) Reset()

func (*LogBatch_Entry) String

func (x *LogBatch_Entry) String() string

func (*LogBatch_Entry) UnmarshalJSON added in v0.2.0

func (msg *LogBatch_Entry) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type LogBatch_Entry_Source added in v0.2.0

type LogBatch_Entry_Source int32
const (
	// App is zero for backwards compatibility since Source was
	// added later this allows the default to just work.
	LogBatch_Entry_APP LogBatch_Entry_Source = 0
	// Entrypoint logs.
	LogBatch_Entry_ENTRYPOINT LogBatch_Entry_Source = 1
)

func (LogBatch_Entry_Source) Descriptor added in v0.2.0

func (LogBatch_Entry_Source) Enum added in v0.2.0

func (LogBatch_Entry_Source) EnumDescriptor deprecated added in v0.2.0

func (LogBatch_Entry_Source) EnumDescriptor() ([]byte, []int)

Deprecated: Use LogBatch_Entry_Source.Descriptor instead.

func (LogBatch_Entry_Source) Number added in v0.2.0

func (LogBatch_Entry_Source) String added in v0.2.0

func (x LogBatch_Entry_Source) String() string

func (LogBatch_Entry_Source) Type added in v0.2.0

type NewTokenResponse

type NewTokenResponse struct {

	// The new token which can be presented to whichever API expects it.
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

Returned by any action that creates a token.

func (*NewTokenResponse) Descriptor deprecated

func (*NewTokenResponse) Descriptor() ([]byte, []int)

Deprecated: Use NewTokenResponse.ProtoReflect.Descriptor instead.

func (*NewTokenResponse) GetToken

func (x *NewTokenResponse) GetToken() string

func (*NewTokenResponse) MarshalJSON added in v0.2.0

func (msg *NewTokenResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*NewTokenResponse) ProtoMessage

func (*NewTokenResponse) ProtoMessage()

func (*NewTokenResponse) ProtoReflect

func (x *NewTokenResponse) ProtoReflect() protoreflect.Message

func (*NewTokenResponse) Reset

func (x *NewTokenResponse) Reset()

func (*NewTokenResponse) String

func (x *NewTokenResponse) String() string

func (*NewTokenResponse) UnmarshalJSON added in v0.2.0

func (msg *NewTokenResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Operation

type Operation struct {
	// contains filtered or unexported fields
}

Operation is a shared message type used to describe "operations" which are executions of a build, deploy, etc. This just contains shared message types used for fields. Each individual operation has their own message type such as Deployment.

func (*Operation) Descriptor deprecated

func (*Operation) Descriptor() ([]byte, []int)

Deprecated: Use Operation.ProtoReflect.Descriptor instead.

func (*Operation) MarshalJSON added in v0.2.0

func (msg *Operation) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Operation) ProtoMessage

func (*Operation) ProtoMessage()

func (*Operation) ProtoReflect

func (x *Operation) ProtoReflect() protoreflect.Message

func (*Operation) Reset

func (x *Operation) Reset()

func (*Operation) String

func (x *Operation) String() string

func (*Operation) UnmarshalJSON added in v0.2.0

func (msg *Operation) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type OperationOrder

type OperationOrder struct {

	// Order for the results.
	Order OperationOrder_Order `protobuf:"varint,2,opt,name=order,proto3,enum=hashicorp.waypoint.OperationOrder_Order" json:"order,omitempty"`
	Desc  bool                 `protobuf:"varint,3,opt,name=desc,proto3" json:"desc,omitempty"`
	// Limit the number of results
	Limit uint32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

OperationOrder is a shared message type used for controlling the order of results in queries for app operations such as build, deploys, etc.

func (*OperationOrder) Descriptor deprecated

func (*OperationOrder) Descriptor() ([]byte, []int)

Deprecated: Use OperationOrder.ProtoReflect.Descriptor instead.

func (*OperationOrder) GetDesc

func (x *OperationOrder) GetDesc() bool

func (*OperationOrder) GetLimit

func (x *OperationOrder) GetLimit() uint32

func (*OperationOrder) GetOrder

func (x *OperationOrder) GetOrder() OperationOrder_Order

func (*OperationOrder) MarshalJSON added in v0.2.0

func (msg *OperationOrder) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*OperationOrder) ProtoMessage

func (*OperationOrder) ProtoMessage()

func (*OperationOrder) ProtoReflect

func (x *OperationOrder) ProtoReflect() protoreflect.Message

func (*OperationOrder) Reset

func (x *OperationOrder) Reset()

func (*OperationOrder) String

func (x *OperationOrder) String() string

func (*OperationOrder) UnmarshalJSON added in v0.2.0

func (msg *OperationOrder) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type OperationOrder_Order

type OperationOrder_Order int32
const (
	OperationOrder_UNSET         OperationOrder_Order = 0
	OperationOrder_START_TIME    OperationOrder_Order = 1
	OperationOrder_COMPLETE_TIME OperationOrder_Order = 2
)

func (OperationOrder_Order) Descriptor

func (OperationOrder_Order) Enum

func (OperationOrder_Order) EnumDescriptor deprecated

func (OperationOrder_Order) EnumDescriptor() ([]byte, []int)

Deprecated: Use OperationOrder_Order.Descriptor instead.

func (OperationOrder_Order) Number

func (OperationOrder_Order) String

func (x OperationOrder_Order) String() string

func (OperationOrder_Order) Type

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) Enum

func (Operation_PhysicalState) EnumDescriptor deprecated

func (Operation_PhysicalState) EnumDescriptor() ([]byte, []int)

Deprecated: Use Operation_PhysicalState.Descriptor instead.

func (Operation_PhysicalState) Number

func (Operation_PhysicalState) String

func (x Operation_PhysicalState) String() string

func (Operation_PhysicalState) Type

type Project

type Project struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The set of applications that are known about this project. Note that
	// this may not exactly represent the project configuration if a user hasn't
	// run `waypoint init` yet.
	//
	// The applications cannot be modified in any Project APIs. You must
	// use the dedicated Application APIs.
	Applications []*Application `protobuf:"bytes,2,rep,name=applications,proto3" json:"applications,omitempty"`
	// If true, then the `-remote` flag or the `waypoint build project/app`
	// syntax can be used with a remote runner. If this is false, then
	// this is not allowed. This is typically configured using the
	// `runner {}` block in the waypoint config.
	RemoteEnabled bool `protobuf:"varint,3,opt,name=remote_enabled,json=remoteEnabled,proto3" json:"remote_enabled,omitempty"`
	// Where data is sourced for remote operations. If this isn't set, then
	// there is no default data source and it will be an error if a job is
	// queued for this project without a data source set. This is usually
	// set using the `runner {}` block in the waypoint config.
	DataSource *Job_DataSource `protobuf:"bytes,4,opt,name=data_source,json=dataSource,proto3" json:"data_source,omitempty"`
	// contains filtered or unexported fields
}

func (*Project) Descriptor deprecated

func (*Project) Descriptor() ([]byte, []int)

Deprecated: Use Project.ProtoReflect.Descriptor instead.

func (*Project) GetApplications

func (x *Project) GetApplications() []*Application

func (*Project) GetDataSource

func (x *Project) GetDataSource() *Job_DataSource

func (*Project) GetName

func (x *Project) GetName() string

func (*Project) GetRemoteEnabled

func (x *Project) GetRemoteEnabled() bool

func (*Project) MarshalJSON added in v0.2.0

func (msg *Project) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Project) ProtoMessage

func (*Project) ProtoMessage()

func (*Project) ProtoReflect

func (x *Project) ProtoReflect() protoreflect.Message

func (*Project) Reset

func (x *Project) Reset()

func (*Project) String

func (x *Project) String() string

func (*Project) UnmarshalJSON added in v0.2.0

func (msg *Project) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type PushedArtifact

type PushedArtifact struct {

	// application that this belongs to
	Application *Ref_Application `protobuf:"bytes,7,opt,name=application,proto3" json:"application,omitempty"`
	// The workspace that this exists in
	Workspace *Ref_Workspace `protobuf:"bytes,8,opt,name=workspace,proto3" json:"workspace,omitempty"`
	// The sequence number for this build.
	Sequence uint64 `protobuf:"varint,9,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// id is a unique ID for this push
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// status of the push operation
	Status *Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	// component that pushed this artifact
	Component *Component `protobuf:"bytes,3,opt,name=component,proto3" json:"component,omitempty"`
	// artifact is the artifact that was a result from the push.
	Artifact *Artifact `protobuf:"bytes,4,opt,name=artifact,proto3" json:"artifact,omitempty"`
	// the id of the build that this pushed artifact was sourced from.
	BuildId string `protobuf:"bytes,5,opt,name=build_id,json=buildId,proto3" json:"build_id,omitempty"`
	// labels are the set of labels that are present on this build.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// template data for HCL variables and template functions, json-encoded
	TemplateData []byte `protobuf:"bytes,12,opt,name=template_data,json=templateData,proto3" json:"template_data,omitempty"`
	// If include_build was set on the list request, this will include
	// the Build value associated with the given build_id.
	Build *Build `protobuf:"bytes,10,opt,name=build,proto3" json:"build,omitempty"`
	// ID of the job that created this. This may be empty.
	JobId string `protobuf:"bytes,11,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PushedArtifact) Descriptor deprecated

func (*PushedArtifact) Descriptor() ([]byte, []int)

Deprecated: Use PushedArtifact.ProtoReflect.Descriptor instead.

func (*PushedArtifact) GetApplication

func (x *PushedArtifact) GetApplication() *Ref_Application

func (*PushedArtifact) GetArtifact

func (x *PushedArtifact) GetArtifact() *Artifact

func (*PushedArtifact) GetBuild

func (x *PushedArtifact) GetBuild() *Build

func (*PushedArtifact) GetBuildId

func (x *PushedArtifact) GetBuildId() string

func (*PushedArtifact) GetComponent

func (x *PushedArtifact) GetComponent() *Component

func (*PushedArtifact) GetId

func (x *PushedArtifact) GetId() string

func (*PushedArtifact) GetJobId

func (x *PushedArtifact) GetJobId() string

func (*PushedArtifact) GetLabels

func (x *PushedArtifact) GetLabels() map[string]string

func (*PushedArtifact) GetSequence

func (x *PushedArtifact) GetSequence() uint64

func (*PushedArtifact) GetStatus

func (x *PushedArtifact) GetStatus() *Status

func (*PushedArtifact) GetTemplateData added in v0.2.0

func (x *PushedArtifact) GetTemplateData() []byte

func (*PushedArtifact) GetWorkspace

func (x *PushedArtifact) GetWorkspace() *Ref_Workspace

func (*PushedArtifact) MarshalJSON added in v0.2.0

func (msg *PushedArtifact) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*PushedArtifact) ProtoMessage

func (*PushedArtifact) ProtoMessage()

func (*PushedArtifact) ProtoReflect

func (x *PushedArtifact) ProtoReflect() protoreflect.Message

func (*PushedArtifact) Reset

func (x *PushedArtifact) Reset()

func (*PushedArtifact) String

func (x *PushedArtifact) String() string

func (*PushedArtifact) UnmarshalJSON added in v0.2.0

func (msg *PushedArtifact) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type QueueJobRequest

type QueueJobRequest struct {

	// The job to queue. See the Job message documentation for more details
	// on what to set.
	Job *Job `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"`
	// Set an expiration duration. If the job is not assigned and acked
	// in the given duration then the job will be automatically cancelled.
	ExpiresIn string `protobuf:"bytes,2,opt,name=expires_in,json=expiresIn,proto3" json:"expires_in,omitempty"`
	// contains filtered or unexported fields
}

func (*QueueJobRequest) Descriptor deprecated

func (*QueueJobRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueueJobRequest.ProtoReflect.Descriptor instead.

func (*QueueJobRequest) GetExpiresIn

func (x *QueueJobRequest) GetExpiresIn() string

func (*QueueJobRequest) GetJob

func (x *QueueJobRequest) GetJob() *Job

func (*QueueJobRequest) MarshalJSON added in v0.2.0

func (msg *QueueJobRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*QueueJobRequest) ProtoMessage

func (*QueueJobRequest) ProtoMessage()

func (*QueueJobRequest) ProtoReflect

func (x *QueueJobRequest) ProtoReflect() protoreflect.Message

func (*QueueJobRequest) Reset

func (x *QueueJobRequest) Reset()

func (*QueueJobRequest) String

func (x *QueueJobRequest) String() string

func (*QueueJobRequest) UnmarshalJSON added in v0.2.0

func (msg *QueueJobRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type QueueJobResponse

type QueueJobResponse struct {

	// the job ID that was queued. This can be used with other RPC methods
	// to check on the status, cancel, etc.
	JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	// contains filtered or unexported fields
}

func (*QueueJobResponse) Descriptor deprecated

func (*QueueJobResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueueJobResponse.ProtoReflect.Descriptor instead.

func (*QueueJobResponse) GetJobId

func (x *QueueJobResponse) GetJobId() string

func (*QueueJobResponse) MarshalJSON added in v0.2.0

func (msg *QueueJobResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*QueueJobResponse) ProtoMessage

func (*QueueJobResponse) ProtoMessage()

func (*QueueJobResponse) ProtoReflect

func (x *QueueJobResponse) ProtoReflect() protoreflect.Message

func (*QueueJobResponse) Reset

func (x *QueueJobResponse) Reset()

func (*QueueJobResponse) String

func (x *QueueJobResponse) String() string

func (*QueueJobResponse) UnmarshalJSON added in v0.2.0

func (msg *QueueJobResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Ref

type Ref struct {
	// contains filtered or unexported fields
}

Ref contains shared messages used for references to other resources.

Refs should be used when the full type shouldn't be embedded in the message.

func (*Ref) Descriptor deprecated

func (*Ref) Descriptor() ([]byte, []int)

Deprecated: Use Ref.ProtoReflect.Descriptor instead.

func (*Ref) MarshalJSON added in v0.2.0

func (msg *Ref) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Ref) ProtoMessage

func (*Ref) ProtoMessage()

func (*Ref) ProtoReflect

func (x *Ref) ProtoReflect() protoreflect.Message

func (*Ref) Reset

func (x *Ref) Reset()

func (*Ref) String

func (x *Ref) String() string

func (*Ref) UnmarshalJSON added in v0.2.0

func (msg *Ref) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Ref_Application

type Ref_Application struct {
	Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
	Project     string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

Application references an application. To uniquely identify an application, this must encapsulate the full hierarchy to the application.

func (*Ref_Application) Descriptor deprecated

func (*Ref_Application) Descriptor() ([]byte, []int)

Deprecated: Use Ref_Application.ProtoReflect.Descriptor instead.

func (*Ref_Application) GetApplication

func (x *Ref_Application) GetApplication() string

func (*Ref_Application) GetProject

func (x *Ref_Application) GetProject() string

func (*Ref_Application) MarshalJSON added in v0.2.0

func (msg *Ref_Application) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Ref_Application) ProtoMessage

func (*Ref_Application) ProtoMessage()

func (*Ref_Application) ProtoReflect

func (x *Ref_Application) ProtoReflect() protoreflect.Message

func (*Ref_Application) Reset

func (x *Ref_Application) Reset()

func (*Ref_Application) String

func (x *Ref_Application) String() string

func (*Ref_Application) UnmarshalJSON added in v0.2.0

func (msg *Ref_Application) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Ref_Component

type Ref_Component struct {
	Type Component_Type `protobuf:"varint,1,opt,name=type,proto3,enum=hashicorp.waypoint.Component_Type" json:"type,omitempty"`
	Name string         `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Component references a component.

func (*Ref_Component) Descriptor deprecated

func (*Ref_Component) Descriptor() ([]byte, []int)

Deprecated: Use Ref_Component.ProtoReflect.Descriptor instead.

func (*Ref_Component) GetName

func (x *Ref_Component) GetName() string

func (*Ref_Component) GetType

func (x *Ref_Component) GetType() Component_Type

func (*Ref_Component) MarshalJSON added in v0.2.0

func (msg *Ref_Component) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Ref_Component) ProtoMessage

func (*Ref_Component) ProtoMessage()

func (*Ref_Component) ProtoReflect

func (x *Ref_Component) ProtoReflect() protoreflect.Message

func (*Ref_Component) Reset

func (x *Ref_Component) Reset()

func (*Ref_Component) String

func (x *Ref_Component) String() string

func (*Ref_Component) UnmarshalJSON added in v0.2.0

func (msg *Ref_Component) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Ref_Global added in v0.2.0

type Ref_Global struct {
	// contains filtered or unexported fields
}

Global references the entire server. This is used in some APIs as a way to read/write values that are server-global.

func (*Ref_Global) Descriptor deprecated added in v0.2.0

func (*Ref_Global) Descriptor() ([]byte, []int)

Deprecated: Use Ref_Global.ProtoReflect.Descriptor instead.

func (*Ref_Global) MarshalJSON added in v0.2.0

func (msg *Ref_Global) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Ref_Global) ProtoMessage added in v0.2.0

func (*Ref_Global) ProtoMessage()

func (*Ref_Global) ProtoReflect added in v0.2.0

func (x *Ref_Global) ProtoReflect() protoreflect.Message

func (*Ref_Global) Reset added in v0.2.0

func (x *Ref_Global) Reset()

func (*Ref_Global) String added in v0.2.0

func (x *Ref_Global) String() string

func (*Ref_Global) UnmarshalJSON added in v0.2.0

func (msg *Ref_Global) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Ref_Operation

type Ref_Operation struct {

	// Types that are assignable to Target:
	//	*Ref_Operation_Id
	//	*Ref_Operation_Sequence
	Target isRef_Operation_Target `protobuf_oneof:"target"`
	// contains filtered or unexported fields
}

Operation references an operation (build, deploy, etc.). This can reference an operation in multiple ways so you must use the oneof to choose.

func (*Ref_Operation) Descriptor deprecated

func (*Ref_Operation) Descriptor() ([]byte, []int)

Deprecated: Use Ref_Operation.ProtoReflect.Descriptor instead.

func (*Ref_Operation) GetId

func (x *Ref_Operation) GetId() string

func (*Ref_Operation) GetSequence

func (x *Ref_Operation) GetSequence() *Ref_OperationSeq

func (*Ref_Operation) GetTarget

func (m *Ref_Operation) GetTarget() isRef_Operation_Target

func (*Ref_Operation) MarshalJSON added in v0.2.0

func (msg *Ref_Operation) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Ref_Operation) ProtoMessage

func (*Ref_Operation) ProtoMessage()

func (*Ref_Operation) ProtoReflect

func (x *Ref_Operation) ProtoReflect() protoreflect.Message

func (*Ref_Operation) Reset

func (x *Ref_Operation) Reset()

func (*Ref_Operation) String

func (x *Ref_Operation) String() string

func (*Ref_Operation) UnmarshalJSON added in v0.2.0

func (msg *Ref_Operation) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Ref_OperationSeq

type Ref_OperationSeq struct {
	Application *Ref_Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
	Number      uint64           `protobuf:"varint,2,opt,name=number,proto3" json:"number,omitempty"`
	// contains filtered or unexported fields
}

OperationSeq references an operation by sequence number.

func (*Ref_OperationSeq) Descriptor deprecated

func (*Ref_OperationSeq) Descriptor() ([]byte, []int)

Deprecated: Use Ref_OperationSeq.ProtoReflect.Descriptor instead.

func (*Ref_OperationSeq) GetApplication

func (x *Ref_OperationSeq) GetApplication() *Ref_Application

func (*Ref_OperationSeq) GetNumber

func (x *Ref_OperationSeq) GetNumber() uint64

func (*Ref_OperationSeq) MarshalJSON added in v0.2.0

func (msg *Ref_OperationSeq) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Ref_OperationSeq) ProtoMessage

func (*Ref_OperationSeq) ProtoMessage()

func (*Ref_OperationSeq) ProtoReflect

func (x *Ref_OperationSeq) ProtoReflect() protoreflect.Message

func (*Ref_OperationSeq) Reset

func (x *Ref_OperationSeq) Reset()

func (*Ref_OperationSeq) String

func (x *Ref_OperationSeq) String() string

func (*Ref_OperationSeq) UnmarshalJSON added in v0.2.0

func (msg *Ref_OperationSeq) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Ref_Operation_Id

type Ref_Operation_Id struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3,oneof"`
}

type Ref_Operation_Sequence

type Ref_Operation_Sequence struct {
	Sequence *Ref_OperationSeq `protobuf:"bytes,2,opt,name=sequence,proto3,oneof"`
}

type Ref_Project

type Ref_Project struct {
	Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

Project references a project.

func (*Ref_Project) Descriptor deprecated

func (*Ref_Project) Descriptor() ([]byte, []int)

Deprecated: Use Ref_Project.ProtoReflect.Descriptor instead.

func (*Ref_Project) GetProject

func (x *Ref_Project) GetProject() string

func (*Ref_Project) MarshalJSON added in v0.2.0

func (msg *Ref_Project) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Ref_Project) ProtoMessage

func (*Ref_Project) ProtoMessage()

func (*Ref_Project) ProtoReflect

func (x *Ref_Project) ProtoReflect() protoreflect.Message

func (*Ref_Project) Reset

func (x *Ref_Project) Reset()

func (*Ref_Project) String

func (x *Ref_Project) String() string

func (*Ref_Project) UnmarshalJSON added in v0.2.0

func (msg *Ref_Project) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Ref_Runner

type Ref_Runner struct {

	// Types that are assignable to Target:
	//	*Ref_Runner_Any
	//	*Ref_Runner_Id
	Target isRef_Runner_Target `protobuf_oneof:"target"`
	// contains filtered or unexported fields
}

Runner references a runner process which executes operations. This can reference a runner by any of the more specific types, such as by ID. If you want to constrain which runners can be targeted, a different ref type should be used.

func (*Ref_Runner) Descriptor deprecated

func (*Ref_Runner) Descriptor() ([]byte, []int)

Deprecated: Use Ref_Runner.ProtoReflect.Descriptor instead.

func (*Ref_Runner) GetAny

func (x *Ref_Runner) GetAny() *Ref_RunnerAny

func (*Ref_Runner) GetId

func (x *Ref_Runner) GetId() *Ref_RunnerId

func (*Ref_Runner) GetTarget

func (m *Ref_Runner) GetTarget() isRef_Runner_Target

func (*Ref_Runner) MarshalJSON added in v0.2.0

func (msg *Ref_Runner) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Ref_Runner) ProtoMessage

func (*Ref_Runner) ProtoMessage()

func (*Ref_Runner) ProtoReflect

func (x *Ref_Runner) ProtoReflect() protoreflect.Message

func (*Ref_Runner) Reset

func (x *Ref_Runner) Reset()

func (*Ref_Runner) String

func (x *Ref_Runner) String() string

func (*Ref_Runner) UnmarshalJSON added in v0.2.0

func (msg *Ref_Runner) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Ref_RunnerAny

type Ref_RunnerAny struct {
	// contains filtered or unexported fields
}

RunnerAny will reference any runner.

func (*Ref_RunnerAny) Descriptor deprecated

func (*Ref_RunnerAny) Descriptor() ([]byte, []int)

Deprecated: Use Ref_RunnerAny.ProtoReflect.Descriptor instead.

func (*Ref_RunnerAny) MarshalJSON added in v0.2.0

func (msg *Ref_RunnerAny) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Ref_RunnerAny) ProtoMessage

func (*Ref_RunnerAny) ProtoMessage()

func (*Ref_RunnerAny) ProtoReflect

func (x *Ref_RunnerAny) ProtoReflect() protoreflect.Message

func (*Ref_RunnerAny) Reset

func (x *Ref_RunnerAny) Reset()

func (*Ref_RunnerAny) String

func (x *Ref_RunnerAny) String() string

func (*Ref_RunnerAny) UnmarshalJSON added in v0.2.0

func (msg *Ref_RunnerAny) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Ref_RunnerId

type Ref_RunnerId struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

RunenrId references a runner by ID.

func (*Ref_RunnerId) Descriptor deprecated

func (*Ref_RunnerId) Descriptor() ([]byte, []int)

Deprecated: Use Ref_RunnerId.ProtoReflect.Descriptor instead.

func (*Ref_RunnerId) GetId

func (x *Ref_RunnerId) GetId() string

func (*Ref_RunnerId) MarshalJSON added in v0.2.0

func (msg *Ref_RunnerId) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Ref_RunnerId) ProtoMessage

func (*Ref_RunnerId) ProtoMessage()

func (*Ref_RunnerId) ProtoReflect

func (x *Ref_RunnerId) ProtoReflect() protoreflect.Message

func (*Ref_RunnerId) Reset

func (x *Ref_RunnerId) Reset()

func (*Ref_RunnerId) String

func (x *Ref_RunnerId) String() string

func (*Ref_RunnerId) UnmarshalJSON added in v0.2.0

func (msg *Ref_RunnerId) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Ref_Runner_Any

type Ref_Runner_Any struct {
	Any *Ref_RunnerAny `protobuf:"bytes,1,opt,name=any,proto3,oneof"`
}

type Ref_Runner_Id

type Ref_Runner_Id struct {
	Id *Ref_RunnerId `protobuf:"bytes,2,opt,name=id,proto3,oneof"`
}

type Ref_Workspace

type Ref_Workspace struct {
	Workspace string `protobuf:"bytes,1,opt,name=workspace,proto3" json:"workspace,omitempty"`
	// contains filtered or unexported fields
}

Workspace references a workspace.

func (*Ref_Workspace) Descriptor deprecated

func (*Ref_Workspace) Descriptor() ([]byte, []int)

Deprecated: Use Ref_Workspace.ProtoReflect.Descriptor instead.

func (*Ref_Workspace) GetWorkspace

func (x *Ref_Workspace) GetWorkspace() string

func (*Ref_Workspace) MarshalJSON added in v0.2.0

func (msg *Ref_Workspace) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Ref_Workspace) ProtoMessage

func (*Ref_Workspace) ProtoMessage()

func (*Ref_Workspace) ProtoReflect

func (x *Ref_Workspace) ProtoReflect() protoreflect.Message

func (*Ref_Workspace) Reset

func (x *Ref_Workspace) Reset()

func (*Ref_Workspace) String

func (x *Ref_Workspace) String() string

func (*Ref_Workspace) UnmarshalJSON added in v0.2.0

func (msg *Ref_Workspace) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Release

type Release struct {

	// application that this release belongs to
	Application *Ref_Application `protobuf:"bytes,7,opt,name=application,proto3" json:"application,omitempty"`
	// The workspace that this exists in
	Workspace *Ref_Workspace `protobuf:"bytes,8,opt,name=workspace,proto3" json:"workspace,omitempty"`
	// The sequence number for this build.
	Sequence uint64 `protobuf:"varint,10,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// id is the unique ID for this release.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// status of the release operation.
	Status *Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	// The physical state of the release resources.
	State Operation_PhysicalState `protobuf:"varint,11,opt,name=state,proto3,enum=hashicorp.waypoint.Operation_PhysicalState" json:"state,omitempty"`
	// component managing the release process.
	Component *Component `protobuf:"bytes,3,opt,name=component,proto3" json:"component,omitempty"`
	// release is the raw release object encoded directly from the plugin.
	Release *any.Any `protobuf:"bytes,4,opt,name=release,proto3" json:"release,omitempty"`
	// ID of the deployment that is being released.
	DeploymentId string `protobuf:"bytes,5,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	// labels are the set of labels that are present on this build.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// template data for HCL variables and template functions, json-encoded
	TemplateData []byte `protobuf:"bytes,14,opt,name=template_data,json=templateData,proto3" json:"template_data,omitempty"`
	// URL for this release. This is valid while the release is still
	// in use. After the release is not in use, this may still be set but
	// may no longer be valid.
	Url string `protobuf:"bytes,9,opt,name=url,proto3" json:"url,omitempty"`
	// ID of the job that created this. This may be empty.
	JobId string `protobuf:"bytes,13,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	// This is the populated preload data. Most of this data can be retrieved
	// through additional API calls or manually computed, but certain API
	// calls will pre-populate some of these fields for convenience. The exact
	// pre-populated fields depend on the API.
	Preload *Release_Preload `protobuf:"bytes,12,opt,name=preload,proto3" json:"preload,omitempty"`
	// contains filtered or unexported fields
}

func (*Release) Descriptor deprecated

func (*Release) Descriptor() ([]byte, []int)

Deprecated: Use Release.ProtoReflect.Descriptor instead.

func (*Release) GetApplication

func (x *Release) GetApplication() *Ref_Application

func (*Release) GetComponent

func (x *Release) GetComponent() *Component

func (*Release) GetDeploymentId

func (x *Release) GetDeploymentId() string

func (*Release) GetId

func (x *Release) GetId() string

func (*Release) GetJobId

func (x *Release) GetJobId() string

func (*Release) GetLabels

func (x *Release) GetLabels() map[string]string

func (*Release) GetPreload

func (x *Release) GetPreload() *Release_Preload

func (*Release) GetRelease

func (x *Release) GetRelease() *any.Any

func (*Release) GetSequence

func (x *Release) GetSequence() uint64

func (*Release) GetState

func (x *Release) GetState() Operation_PhysicalState

func (*Release) GetStatus

func (x *Release) GetStatus() *Status

func (*Release) GetTemplateData added in v0.2.0

func (x *Release) GetTemplateData() []byte

func (*Release) GetUrl

func (x *Release) GetUrl() string

func (*Release) GetWorkspace

func (x *Release) GetWorkspace() *Ref_Workspace

func (*Release) MarshalJSON added in v0.2.0

func (msg *Release) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Release) ProtoMessage

func (*Release) ProtoMessage()

func (*Release) ProtoReflect

func (x *Release) ProtoReflect() protoreflect.Message

func (*Release) Reset

func (x *Release) Reset()

func (*Release) String

func (x *Release) String() string

func (*Release) UnmarshalJSON added in v0.2.0

func (msg *Release) 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) Enum

func (Release_LoadDetails) EnumDescriptor deprecated

func (Release_LoadDetails) EnumDescriptor() ([]byte, []int)

Deprecated: Use Release_LoadDetails.Descriptor instead.

func (Release_LoadDetails) Number

func (Release_LoadDetails) String

func (x Release_LoadDetails) String() string

func (Release_LoadDetails) Type

type Release_Preload

type Release_Preload struct {

	// Populated when LoadDetails is set.
	Deployment *Deployment `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"`
	// Populated when LoadDetails is set.
	Artifact *PushedArtifact `protobuf:"bytes,2,opt,name=artifact,proto3" json:"artifact,omitempty"`
	// Populated when LoadDetails is set.
	Build *Build `protobuf:"bytes,3,opt,name=build,proto3" json:"build,omitempty"`
	// contains filtered or unexported fields
}

func (*Release_Preload) Descriptor deprecated

func (*Release_Preload) Descriptor() ([]byte, []int)

Deprecated: Use Release_Preload.ProtoReflect.Descriptor instead.

func (*Release_Preload) GetArtifact

func (x *Release_Preload) GetArtifact() *PushedArtifact

func (*Release_Preload) GetBuild

func (x *Release_Preload) GetBuild() *Build

func (*Release_Preload) GetDeployment

func (x *Release_Preload) GetDeployment() *Deployment

func (*Release_Preload) MarshalJSON added in v0.2.0

func (msg *Release_Preload) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Release_Preload) ProtoMessage

func (*Release_Preload) ProtoMessage()

func (*Release_Preload) ProtoReflect

func (x *Release_Preload) ProtoReflect() protoreflect.Message

func (*Release_Preload) Reset

func (x *Release_Preload) Reset()

func (*Release_Preload) String

func (x *Release_Preload) String() string

func (*Release_Preload) UnmarshalJSON added in v0.2.0

func (msg *Release_Preload) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type RestoreSnapshotRequest added in v0.2.0

type RestoreSnapshotRequest struct {

	// Types that are assignable to Event:
	//	*RestoreSnapshotRequest_Open_
	//	*RestoreSnapshotRequest_Chunk
	Event isRestoreSnapshotRequest_Event `protobuf_oneof:"event"`
	// contains filtered or unexported fields
}

func (*RestoreSnapshotRequest) Descriptor deprecated added in v0.2.0

func (*RestoreSnapshotRequest) Descriptor() ([]byte, []int)

Deprecated: Use RestoreSnapshotRequest.ProtoReflect.Descriptor instead.

func (*RestoreSnapshotRequest) GetChunk added in v0.2.0

func (x *RestoreSnapshotRequest) GetChunk() []byte

func (*RestoreSnapshotRequest) GetEvent added in v0.2.0

func (m *RestoreSnapshotRequest) GetEvent() isRestoreSnapshotRequest_Event

func (*RestoreSnapshotRequest) GetOpen added in v0.2.0

func (*RestoreSnapshotRequest) MarshalJSON added in v0.2.0

func (msg *RestoreSnapshotRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*RestoreSnapshotRequest) ProtoMessage added in v0.2.0

func (*RestoreSnapshotRequest) ProtoMessage()

func (*RestoreSnapshotRequest) ProtoReflect added in v0.2.0

func (x *RestoreSnapshotRequest) ProtoReflect() protoreflect.Message

func (*RestoreSnapshotRequest) Reset added in v0.2.0

func (x *RestoreSnapshotRequest) Reset()

func (*RestoreSnapshotRequest) String added in v0.2.0

func (x *RestoreSnapshotRequest) String() string

func (*RestoreSnapshotRequest) UnmarshalJSON added in v0.2.0

func (msg *RestoreSnapshotRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type RestoreSnapshotRequest_Chunk added in v0.2.0

type RestoreSnapshotRequest_Chunk struct {
	// Chunk is a chunk of restore data. The restore snapshot API will
	// continue reading data until an EOF is received (the write end is
	// closed).
	Chunk []byte `protobuf:"bytes,2,opt,name=chunk,proto3,oneof"`
}

type RestoreSnapshotRequest_Open added in v0.2.0

type RestoreSnapshotRequest_Open struct {

	// If true, the server will exit after the restore is staged. This will
	// SHUT DOWN the server and some external process you created is expected
	// to bring it back. The Waypoint server on its own WILL NOT automatically
	// restart. You should only set this if you have some operation to
	// automate restart such as running in Nomad or Kubernetes.
	Exit bool `protobuf:"varint,1,opt,name=exit,proto3" json:"exit,omitempty"`
	// contains filtered or unexported fields
}

func (*RestoreSnapshotRequest_Open) Descriptor deprecated added in v0.2.0

func (*RestoreSnapshotRequest_Open) Descriptor() ([]byte, []int)

Deprecated: Use RestoreSnapshotRequest_Open.ProtoReflect.Descriptor instead.

func (*RestoreSnapshotRequest_Open) GetExit added in v0.2.0

func (x *RestoreSnapshotRequest_Open) GetExit() bool

func (*RestoreSnapshotRequest_Open) MarshalJSON added in v0.2.0

func (msg *RestoreSnapshotRequest_Open) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*RestoreSnapshotRequest_Open) ProtoMessage added in v0.2.0

func (*RestoreSnapshotRequest_Open) ProtoMessage()

func (*RestoreSnapshotRequest_Open) ProtoReflect added in v0.2.0

func (*RestoreSnapshotRequest_Open) Reset added in v0.2.0

func (x *RestoreSnapshotRequest_Open) Reset()

func (*RestoreSnapshotRequest_Open) String added in v0.2.0

func (x *RestoreSnapshotRequest_Open) String() string

func (*RestoreSnapshotRequest_Open) UnmarshalJSON added in v0.2.0

func (msg *RestoreSnapshotRequest_Open) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type RestoreSnapshotRequest_Open_ added in v0.2.0

type RestoreSnapshotRequest_Open_ struct {
	// Open MUST be sent as the first message and sent exactly once.
	// This sets the settings for the restore.
	Open *RestoreSnapshotRequest_Open `protobuf:"bytes,1,opt,name=open,proto3,oneof"`
}

type Runner

type Runner struct {

	// id is a unique ID generated by the runner. This should be a UUID or some
	// other guaranteed unique mechanism. This is not an auth mechanism, just
	// a way to associate an ID to a runner.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The runner will only be assigned jobs that directly target this
	// runner by ID. This is used by local runners to prevent external
	// jobs from being assigned to them.
	ByIdOnly bool `protobuf:"varint,2,opt,name=by_id_only,json=byIdOnly,proto3" json:"by_id_only,omitempty"`
	// Components are the list of components that the runner supports. This
	// is used to match jobs to this runner.
	Components []*Component `protobuf:"bytes,3,rep,name=components,proto3" json:"components,omitempty"`
	// contains filtered or unexported fields
}

func (*Runner) Descriptor deprecated

func (*Runner) Descriptor() ([]byte, []int)

Deprecated: Use Runner.ProtoReflect.Descriptor instead.

func (*Runner) GetByIdOnly

func (x *Runner) GetByIdOnly() bool

func (*Runner) GetComponents

func (x *Runner) GetComponents() []*Component

func (*Runner) GetId

func (x *Runner) GetId() string

func (*Runner) MarshalJSON added in v0.2.0

func (msg *Runner) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Runner) ProtoMessage

func (*Runner) ProtoMessage()

func (*Runner) ProtoReflect

func (x *Runner) ProtoReflect() protoreflect.Message

func (*Runner) Reset

func (x *Runner) Reset()

func (*Runner) String

func (x *Runner) String() string

func (*Runner) UnmarshalJSON added in v0.2.0

func (msg *Runner) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type RunnerConfig

type RunnerConfig struct {

	// The configuration for the runner. Any locally set runner config will
	// take priority in a conflict. This allows operators to setup runners
	// with specific configuration without fear that the server will override
	// them.
	ConfigVars []*ConfigVar `protobuf:"bytes,1,rep,name=config_vars,json=configVars,proto3" json:"config_vars,omitempty"`
	// contains filtered or unexported fields
}

func (*RunnerConfig) Descriptor deprecated

func (*RunnerConfig) Descriptor() ([]byte, []int)

Deprecated: Use RunnerConfig.ProtoReflect.Descriptor instead.

func (*RunnerConfig) GetConfigVars

func (x *RunnerConfig) GetConfigVars() []*ConfigVar

func (*RunnerConfig) MarshalJSON added in v0.2.0

func (msg *RunnerConfig) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*RunnerConfig) ProtoMessage

func (*RunnerConfig) ProtoMessage()

func (*RunnerConfig) ProtoReflect

func (x *RunnerConfig) ProtoReflect() protoreflect.Message

func (*RunnerConfig) Reset

func (x *RunnerConfig) Reset()

func (*RunnerConfig) String

func (x *RunnerConfig) String() string

func (*RunnerConfig) UnmarshalJSON added in v0.2.0

func (msg *RunnerConfig) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type RunnerConfigRequest

type RunnerConfigRequest struct {

	// Types that are assignable to Event:
	//	*RunnerConfigRequest_Open_
	Event isRunnerConfigRequest_Event `protobuf_oneof:"event"`
	// contains filtered or unexported fields
}

func (*RunnerConfigRequest) Descriptor deprecated

func (*RunnerConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use RunnerConfigRequest.ProtoReflect.Descriptor instead.

func (*RunnerConfigRequest) GetEvent

func (m *RunnerConfigRequest) GetEvent() isRunnerConfigRequest_Event

func (*RunnerConfigRequest) GetOpen

func (*RunnerConfigRequest) MarshalJSON added in v0.2.0

func (msg *RunnerConfigRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*RunnerConfigRequest) ProtoMessage

func (*RunnerConfigRequest) ProtoMessage()

func (*RunnerConfigRequest) ProtoReflect

func (x *RunnerConfigRequest) ProtoReflect() protoreflect.Message

func (*RunnerConfigRequest) Reset

func (x *RunnerConfigRequest) Reset()

func (*RunnerConfigRequest) String

func (x *RunnerConfigRequest) String() string

func (*RunnerConfigRequest) UnmarshalJSON added in v0.2.0

func (msg *RunnerConfigRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type RunnerConfigRequest_Open

type RunnerConfigRequest_Open struct {

	// Runner to register. See Runner for what fields can be set.
	Runner *Runner `protobuf:"bytes,1,opt,name=runner,proto3" json:"runner,omitempty"`
	// contains filtered or unexported fields
}

func (*RunnerConfigRequest_Open) Descriptor deprecated

func (*RunnerConfigRequest_Open) Descriptor() ([]byte, []int)

Deprecated: Use RunnerConfigRequest_Open.ProtoReflect.Descriptor instead.

func (*RunnerConfigRequest_Open) GetRunner

func (x *RunnerConfigRequest_Open) GetRunner() *Runner

func (*RunnerConfigRequest_Open) MarshalJSON added in v0.2.0

func (msg *RunnerConfigRequest_Open) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*RunnerConfigRequest_Open) ProtoMessage

func (*RunnerConfigRequest_Open) ProtoMessage()

func (*RunnerConfigRequest_Open) ProtoReflect

func (x *RunnerConfigRequest_Open) ProtoReflect() protoreflect.Message

func (*RunnerConfigRequest_Open) Reset

func (x *RunnerConfigRequest_Open) Reset()

func (*RunnerConfigRequest_Open) String

func (x *RunnerConfigRequest_Open) String() string

func (*RunnerConfigRequest_Open) UnmarshalJSON added in v0.2.0

func (msg *RunnerConfigRequest_Open) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type RunnerConfigRequest_Open_

type RunnerConfigRequest_Open_ struct {
	Open *RunnerConfigRequest_Open `protobuf:"bytes,1,opt,name=open,proto3,oneof"`
}

type RunnerConfigResponse

type RunnerConfigResponse struct {

	// config is any updated configuration for the runner.
	Config *RunnerConfig `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*RunnerConfigResponse) Descriptor deprecated

func (*RunnerConfigResponse) Descriptor() ([]byte, []int)

Deprecated: Use RunnerConfigResponse.ProtoReflect.Descriptor instead.

func (*RunnerConfigResponse) GetConfig

func (x *RunnerConfigResponse) GetConfig() *RunnerConfig

func (*RunnerConfigResponse) MarshalJSON added in v0.2.0

func (msg *RunnerConfigResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*RunnerConfigResponse) ProtoMessage

func (*RunnerConfigResponse) ProtoMessage()

func (*RunnerConfigResponse) ProtoReflect

func (x *RunnerConfigResponse) ProtoReflect() protoreflect.Message

func (*RunnerConfigResponse) Reset

func (x *RunnerConfigResponse) Reset()

func (*RunnerConfigResponse) String

func (x *RunnerConfigResponse) String() string

func (*RunnerConfigResponse) UnmarshalJSON added in v0.2.0

func (msg *RunnerConfigResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type RunnerGetDeploymentConfigRequest

type RunnerGetDeploymentConfigRequest struct {
	// contains filtered or unexported fields
}

func (*RunnerGetDeploymentConfigRequest) Descriptor deprecated

func (*RunnerGetDeploymentConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use RunnerGetDeploymentConfigRequest.ProtoReflect.Descriptor instead.

func (*RunnerGetDeploymentConfigRequest) MarshalJSON added in v0.2.0

func (msg *RunnerGetDeploymentConfigRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*RunnerGetDeploymentConfigRequest) ProtoMessage

func (*RunnerGetDeploymentConfigRequest) ProtoMessage()

func (*RunnerGetDeploymentConfigRequest) ProtoReflect

func (*RunnerGetDeploymentConfigRequest) Reset

func (*RunnerGetDeploymentConfigRequest) String

func (*RunnerGetDeploymentConfigRequest) UnmarshalJSON added in v0.2.0

func (msg *RunnerGetDeploymentConfigRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type RunnerGetDeploymentConfigResponse

type RunnerGetDeploymentConfigResponse struct {
	ServerAddr          string `protobuf:"bytes,1,opt,name=server_addr,json=serverAddr,proto3" json:"server_addr,omitempty"`
	ServerTls           bool   `protobuf:"varint,2,opt,name=server_tls,json=serverTls,proto3" json:"server_tls,omitempty"`
	ServerTlsSkipVerify bool   `protobuf:"varint,3,opt,name=server_tls_skip_verify,json=serverTlsSkipVerify,proto3" json:"server_tls_skip_verify,omitempty"`
	// contains filtered or unexported fields
}

func (*RunnerGetDeploymentConfigResponse) Descriptor deprecated

func (*RunnerGetDeploymentConfigResponse) Descriptor() ([]byte, []int)

Deprecated: Use RunnerGetDeploymentConfigResponse.ProtoReflect.Descriptor instead.

func (*RunnerGetDeploymentConfigResponse) GetServerAddr

func (x *RunnerGetDeploymentConfigResponse) GetServerAddr() string

func (*RunnerGetDeploymentConfigResponse) GetServerTls

func (x *RunnerGetDeploymentConfigResponse) GetServerTls() bool

func (*RunnerGetDeploymentConfigResponse) GetServerTlsSkipVerify

func (x *RunnerGetDeploymentConfigResponse) GetServerTlsSkipVerify() bool

func (*RunnerGetDeploymentConfigResponse) MarshalJSON added in v0.2.0

func (msg *RunnerGetDeploymentConfigResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*RunnerGetDeploymentConfigResponse) ProtoMessage

func (*RunnerGetDeploymentConfigResponse) ProtoMessage()

func (*RunnerGetDeploymentConfigResponse) ProtoReflect

func (*RunnerGetDeploymentConfigResponse) Reset

func (*RunnerGetDeploymentConfigResponse) String

func (*RunnerGetDeploymentConfigResponse) UnmarshalJSON added in v0.2.0

func (msg *RunnerGetDeploymentConfigResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type RunnerJobStreamRequest

type RunnerJobStreamRequest struct {

	// Types that are assignable to Event:
	//	*RunnerJobStreamRequest_Request_
	//	*RunnerJobStreamRequest_Ack_
	//	*RunnerJobStreamRequest_Complete_
	//	*RunnerJobStreamRequest_Error_
	//	*RunnerJobStreamRequest_Terminal
	//	*RunnerJobStreamRequest_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 (*RunnerJobStreamRequest) GetComplete

func (*RunnerJobStreamRequest) GetError

func (*RunnerJobStreamRequest) GetEvent

func (m *RunnerJobStreamRequest) GetEvent() isRunnerJobStreamRequest_Event

func (*RunnerJobStreamRequest) GetHeartbeat

func (*RunnerJobStreamRequest) GetRequest

func (*RunnerJobStreamRequest) GetTerminal

func (*RunnerJobStreamRequest) MarshalJSON added in v0.2.0

func (msg *RunnerJobStreamRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*RunnerJobStreamRequest) ProtoMessage

func (*RunnerJobStreamRequest) ProtoMessage()

func (*RunnerJobStreamRequest) ProtoReflect

func (x *RunnerJobStreamRequest) ProtoReflect() protoreflect.Message

func (*RunnerJobStreamRequest) Reset

func (x *RunnerJobStreamRequest) Reset()

func (*RunnerJobStreamRequest) String

func (x *RunnerJobStreamRequest) String() string

func (*RunnerJobStreamRequest) UnmarshalJSON added in v0.2.0

func (msg *RunnerJobStreamRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type RunnerJobStreamRequest_Ack

type RunnerJobStreamRequest_Ack struct {
	// contains filtered or unexported fields
}

func (*RunnerJobStreamRequest_Ack) Descriptor deprecated

func (*RunnerJobStreamRequest_Ack) Descriptor() ([]byte, []int)

Deprecated: Use RunnerJobStreamRequest_Ack.ProtoReflect.Descriptor instead.

func (*RunnerJobStreamRequest_Ack) MarshalJSON added in v0.2.0

func (msg *RunnerJobStreamRequest_Ack) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*RunnerJobStreamRequest_Ack) ProtoMessage

func (*RunnerJobStreamRequest_Ack) ProtoMessage()

func (*RunnerJobStreamRequest_Ack) ProtoReflect

func (*RunnerJobStreamRequest_Ack) Reset

func (x *RunnerJobStreamRequest_Ack) Reset()

func (*RunnerJobStreamRequest_Ack) String

func (x *RunnerJobStreamRequest_Ack) String() string

func (*RunnerJobStreamRequest_Ack) UnmarshalJSON added in v0.2.0

func (msg *RunnerJobStreamRequest_Ack) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type RunnerJobStreamRequest_Ack_

type RunnerJobStreamRequest_Ack_ struct {
	// ack is sent to accept a job assignment from the server. This
	// should be sent soon after the job is assigned to avoid the job being
	// reassigned and duplicated.
	Ack *RunnerJobStreamRequest_Ack `protobuf:"bytes,2,opt,name=ack,proto3,oneof"`
}

type RunnerJobStreamRequest_Complete

type RunnerJobStreamRequest_Complete struct {
	Result *Job_Result `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*RunnerJobStreamRequest_Complete) Descriptor deprecated

func (*RunnerJobStreamRequest_Complete) Descriptor() ([]byte, []int)

Deprecated: Use RunnerJobStreamRequest_Complete.ProtoReflect.Descriptor instead.

func (*RunnerJobStreamRequest_Complete) GetResult

func (*RunnerJobStreamRequest_Complete) MarshalJSON added in v0.2.0

func (msg *RunnerJobStreamRequest_Complete) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*RunnerJobStreamRequest_Complete) ProtoMessage

func (*RunnerJobStreamRequest_Complete) ProtoMessage()

func (*RunnerJobStreamRequest_Complete) ProtoReflect

func (*RunnerJobStreamRequest_Complete) Reset

func (*RunnerJobStreamRequest_Complete) String

func (*RunnerJobStreamRequest_Complete) UnmarshalJSON added in v0.2.0

func (msg *RunnerJobStreamRequest_Complete) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type RunnerJobStreamRequest_Complete_

type RunnerJobStreamRequest_Complete_ struct {
	// complete is sent on job completion. This is only sent if there
	// were no errors, so this signals a successful completion. An erroneous
	// completion is signaled by sending an Error event.
	Complete *RunnerJobStreamRequest_Complete `protobuf:"bytes,3,opt,name=complete,proto3,oneof"`
}

type RunnerJobStreamRequest_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 (*RunnerJobStreamRequest_Error) MarshalJSON added in v0.2.0

func (msg *RunnerJobStreamRequest_Error) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*RunnerJobStreamRequest_Error) ProtoMessage

func (*RunnerJobStreamRequest_Error) ProtoMessage()

func (*RunnerJobStreamRequest_Error) ProtoReflect

func (*RunnerJobStreamRequest_Error) Reset

func (x *RunnerJobStreamRequest_Error) Reset()

func (*RunnerJobStreamRequest_Error) String

func (*RunnerJobStreamRequest_Error) UnmarshalJSON added in v0.2.0

func (msg *RunnerJobStreamRequest_Error) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type RunnerJobStreamRequest_Error_

type RunnerJobStreamRequest_Error_ struct {
	// error is sent when there was an error with job execution (after
	// accept was sent). This signals that the job failed and it cannot
	// be retried. This terminates the job and no other events should be
	// sent.
	Error *RunnerJobStreamRequest_Error `protobuf:"bytes,4,opt,name=error,proto3,oneof"`
}

type RunnerJobStreamRequest_Heartbeat

type RunnerJobStreamRequest_Heartbeat struct {
	// contains filtered or unexported fields
}

func (*RunnerJobStreamRequest_Heartbeat) Descriptor deprecated

func (*RunnerJobStreamRequest_Heartbeat) Descriptor() ([]byte, []int)

Deprecated: Use RunnerJobStreamRequest_Heartbeat.ProtoReflect.Descriptor instead.

func (*RunnerJobStreamRequest_Heartbeat) MarshalJSON added in v0.2.0

func (msg *RunnerJobStreamRequest_Heartbeat) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*RunnerJobStreamRequest_Heartbeat) ProtoMessage

func (*RunnerJobStreamRequest_Heartbeat) ProtoMessage()

func (*RunnerJobStreamRequest_Heartbeat) ProtoReflect

func (*RunnerJobStreamRequest_Heartbeat) Reset

func (*RunnerJobStreamRequest_Heartbeat) String

func (*RunnerJobStreamRequest_Heartbeat) UnmarshalJSON added in v0.2.0

func (msg *RunnerJobStreamRequest_Heartbeat) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type RunnerJobStreamRequest_Heartbeat_

type RunnerJobStreamRequest_Heartbeat_ struct {
	// heartbeat that the job is still running.
	Heartbeat *RunnerJobStreamRequest_Heartbeat `protobuf:"bytes,6,opt,name=heartbeat,proto3,oneof"`
}

type RunnerJobStreamRequest_Request

type RunnerJobStreamRequest_Request struct {
	RunnerId string `protobuf:"bytes,1,opt,name=runner_id,json=runnerId,proto3" json:"runner_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RunnerJobStreamRequest_Request) Descriptor deprecated

func (*RunnerJobStreamRequest_Request) Descriptor() ([]byte, []int)

Deprecated: Use RunnerJobStreamRequest_Request.ProtoReflect.Descriptor instead.

func (*RunnerJobStreamRequest_Request) GetRunnerId

func (x *RunnerJobStreamRequest_Request) GetRunnerId() string

func (*RunnerJobStreamRequest_Request) MarshalJSON added in v0.2.0

func (msg *RunnerJobStreamRequest_Request) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*RunnerJobStreamRequest_Request) ProtoMessage

func (*RunnerJobStreamRequest_Request) ProtoMessage()

func (*RunnerJobStreamRequest_Request) ProtoReflect

func (*RunnerJobStreamRequest_Request) Reset

func (x *RunnerJobStreamRequest_Request) Reset()

func (*RunnerJobStreamRequest_Request) String

func (*RunnerJobStreamRequest_Request) UnmarshalJSON added in v0.2.0

func (msg *RunnerJobStreamRequest_Request) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type RunnerJobStreamRequest_Request_

type RunnerJobStreamRequest_Request_ struct {
	// request MUST BE the first message sent by a client. This is used to
	// signify that a runner is ready to accept a job. This is only ever
	// sent once. Once a job is complete, the client must terminate the
	// stream and open a new connection.
	Request *RunnerJobStreamRequest_Request `protobuf:"bytes,1,opt,name=request,proto3,oneof"`
}

type RunnerJobStreamRequest_Terminal

type RunnerJobStreamRequest_Terminal struct {
	// terminal output from the job.
	Terminal *GetJobStreamResponse_Terminal `protobuf:"bytes,5,opt,name=terminal,proto3,oneof"`
}

type RunnerJobStreamResponse

type RunnerJobStreamResponse struct {

	// Types that are assignable to Event:
	//	*RunnerJobStreamResponse_Assignment
	//	*RunnerJobStreamResponse_Cancel
	Event isRunnerJobStreamResponse_Event `protobuf_oneof:"event"`
	// contains filtered or unexported fields
}

func (*RunnerJobStreamResponse) Descriptor deprecated

func (*RunnerJobStreamResponse) Descriptor() ([]byte, []int)

Deprecated: Use RunnerJobStreamResponse.ProtoReflect.Descriptor instead.

func (*RunnerJobStreamResponse) GetAssignment

func (*RunnerJobStreamResponse) GetCancel

func (*RunnerJobStreamResponse) GetEvent

func (m *RunnerJobStreamResponse) GetEvent() isRunnerJobStreamResponse_Event

func (*RunnerJobStreamResponse) MarshalJSON added in v0.2.0

func (msg *RunnerJobStreamResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*RunnerJobStreamResponse) ProtoMessage

func (*RunnerJobStreamResponse) ProtoMessage()

func (*RunnerJobStreamResponse) ProtoReflect

func (x *RunnerJobStreamResponse) ProtoReflect() protoreflect.Message

func (*RunnerJobStreamResponse) Reset

func (x *RunnerJobStreamResponse) Reset()

func (*RunnerJobStreamResponse) String

func (x *RunnerJobStreamResponse) String() string

func (*RunnerJobStreamResponse) UnmarshalJSON added in v0.2.0

func (msg *RunnerJobStreamResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type RunnerJobStreamResponse_Assignment

type RunnerJobStreamResponse_Assignment struct {
	// assignment is when a job is assigned to this job stream. This
	// will happen ONLY in response to a "Request" message from the client.
	Assignment *RunnerJobStreamResponse_JobAssignment `protobuf:"bytes,1,opt,name=assignment,proto3,oneof"`
}

type RunnerJobStreamResponse_Cancel

type RunnerJobStreamResponse_Cancel struct {
	// cancel is sent when a cancel request is made.
	Cancel *RunnerJobStreamResponse_JobCancel `protobuf:"bytes,2,opt,name=cancel,proto3,oneof"`
}

type RunnerJobStreamResponse_JobAssignment

type RunnerJobStreamResponse_JobAssignment struct {
	Job *Job `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"`
	// contains filtered or unexported fields
}

func (*RunnerJobStreamResponse_JobAssignment) Descriptor deprecated

func (*RunnerJobStreamResponse_JobAssignment) Descriptor() ([]byte, []int)

Deprecated: Use RunnerJobStreamResponse_JobAssignment.ProtoReflect.Descriptor instead.

func (*RunnerJobStreamResponse_JobAssignment) GetJob

func (*RunnerJobStreamResponse_JobAssignment) MarshalJSON added in v0.2.0

func (msg *RunnerJobStreamResponse_JobAssignment) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*RunnerJobStreamResponse_JobAssignment) ProtoMessage

func (*RunnerJobStreamResponse_JobAssignment) ProtoMessage()

func (*RunnerJobStreamResponse_JobAssignment) ProtoReflect

func (*RunnerJobStreamResponse_JobAssignment) Reset

func (*RunnerJobStreamResponse_JobAssignment) String

func (*RunnerJobStreamResponse_JobAssignment) UnmarshalJSON added in v0.2.0

func (msg *RunnerJobStreamResponse_JobAssignment) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type RunnerJobStreamResponse_JobCancel

type RunnerJobStreamResponse_JobCancel struct {
	Force bool `protobuf:"varint,1,opt,name=force,proto3" json:"force,omitempty"`
	// contains filtered or unexported fields
}

func (*RunnerJobStreamResponse_JobCancel) Descriptor deprecated

func (*RunnerJobStreamResponse_JobCancel) Descriptor() ([]byte, []int)

Deprecated: Use RunnerJobStreamResponse_JobCancel.ProtoReflect.Descriptor instead.

func (*RunnerJobStreamResponse_JobCancel) GetForce

func (*RunnerJobStreamResponse_JobCancel) MarshalJSON added in v0.2.0

func (msg *RunnerJobStreamResponse_JobCancel) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*RunnerJobStreamResponse_JobCancel) ProtoMessage

func (*RunnerJobStreamResponse_JobCancel) ProtoMessage()

func (*RunnerJobStreamResponse_JobCancel) ProtoReflect

func (*RunnerJobStreamResponse_JobCancel) Reset

func (*RunnerJobStreamResponse_JobCancel) String

func (*RunnerJobStreamResponse_JobCancel) UnmarshalJSON added in v0.2.0

func (msg *RunnerJobStreamResponse_JobCancel) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ServerConfig

type ServerConfig struct {

	// The addresses that are advertised for entrypoints. These define how
	// applications reach back to the server. Currently you may only set
	// EXACTLY ONE address. In the future, we'll support multiple advertise
	// addrs and more controls over which are advertised when.
	AdvertiseAddrs []*ServerConfig_AdvertiseAddr `protobuf:"bytes,1,rep,name=advertise_addrs,json=advertiseAddrs,proto3" json:"advertise_addrs,omitempty"`
	// 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) MarshalJSON added in v0.2.0

func (msg *ServerConfig) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ServerConfig) ProtoMessage

func (*ServerConfig) ProtoMessage()

func (*ServerConfig) ProtoReflect

func (x *ServerConfig) ProtoReflect() protoreflect.Message

func (*ServerConfig) Reset

func (x *ServerConfig) Reset()

func (*ServerConfig) String

func (x *ServerConfig) String() string

func (*ServerConfig) UnmarshalJSON added in v0.2.0

func (msg *ServerConfig) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ServerConfig_AdvertiseAddr

type ServerConfig_AdvertiseAddr struct {
	Addr          string `protobuf:"bytes,1,opt,name=addr,proto3" json:"addr,omitempty"`
	Tls           bool   `protobuf:"varint,2,opt,name=tls,proto3" json:"tls,omitempty"`
	TlsSkipVerify bool   `protobuf:"varint,3,opt,name=tls_skip_verify,json=tlsSkipVerify,proto3" json:"tls_skip_verify,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerConfig_AdvertiseAddr) Descriptor deprecated

func (*ServerConfig_AdvertiseAddr) Descriptor() ([]byte, []int)

Deprecated: Use ServerConfig_AdvertiseAddr.ProtoReflect.Descriptor instead.

func (*ServerConfig_AdvertiseAddr) GetAddr

func (x *ServerConfig_AdvertiseAddr) GetAddr() string

func (*ServerConfig_AdvertiseAddr) GetTls

func (x *ServerConfig_AdvertiseAddr) GetTls() bool

func (*ServerConfig_AdvertiseAddr) GetTlsSkipVerify

func (x *ServerConfig_AdvertiseAddr) GetTlsSkipVerify() bool

func (*ServerConfig_AdvertiseAddr) MarshalJSON added in v0.2.0

func (msg *ServerConfig_AdvertiseAddr) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ServerConfig_AdvertiseAddr) ProtoMessage

func (*ServerConfig_AdvertiseAddr) ProtoMessage()

func (*ServerConfig_AdvertiseAddr) ProtoReflect

func (*ServerConfig_AdvertiseAddr) Reset

func (x *ServerConfig_AdvertiseAddr) Reset()

func (*ServerConfig_AdvertiseAddr) String

func (x *ServerConfig_AdvertiseAddr) String() string

func (*ServerConfig_AdvertiseAddr) UnmarshalJSON added in v0.2.0

func (msg *ServerConfig_AdvertiseAddr) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type SetConfigSourceRequest added in v0.2.0

type SetConfigSourceRequest struct {
	ConfigSource *ConfigSource `protobuf:"bytes,1,opt,name=config_source,json=configSource,proto3" json:"config_source,omitempty"`
	// contains filtered or unexported fields
}

func (*SetConfigSourceRequest) Descriptor deprecated added in v0.2.0

func (*SetConfigSourceRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetConfigSourceRequest.ProtoReflect.Descriptor instead.

func (*SetConfigSourceRequest) GetConfigSource added in v0.2.0

func (x *SetConfigSourceRequest) GetConfigSource() *ConfigSource

func (*SetConfigSourceRequest) MarshalJSON added in v0.2.0

func (msg *SetConfigSourceRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*SetConfigSourceRequest) ProtoMessage added in v0.2.0

func (*SetConfigSourceRequest) ProtoMessage()

func (*SetConfigSourceRequest) ProtoReflect added in v0.2.0

func (x *SetConfigSourceRequest) ProtoReflect() protoreflect.Message

func (*SetConfigSourceRequest) Reset added in v0.2.0

func (x *SetConfigSourceRequest) Reset()

func (*SetConfigSourceRequest) String added in v0.2.0

func (x *SetConfigSourceRequest) String() string

func (*SetConfigSourceRequest) UnmarshalJSON added in v0.2.0

func (msg *SetConfigSourceRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type SetServerConfigRequest

type SetServerConfigRequest struct {
	Config *ServerConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*SetServerConfigRequest) Descriptor deprecated

func (*SetServerConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetServerConfigRequest.ProtoReflect.Descriptor instead.

func (*SetServerConfigRequest) GetConfig

func (x *SetServerConfigRequest) GetConfig() *ServerConfig

func (*SetServerConfigRequest) MarshalJSON added in v0.2.0

func (msg *SetServerConfigRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*SetServerConfigRequest) ProtoMessage

func (*SetServerConfigRequest) ProtoMessage()

func (*SetServerConfigRequest) ProtoReflect

func (x *SetServerConfigRequest) ProtoReflect() protoreflect.Message

func (*SetServerConfigRequest) Reset

func (x *SetServerConfigRequest) Reset()

func (*SetServerConfigRequest) String

func (x *SetServerConfigRequest) String() string

func (*SetServerConfigRequest) UnmarshalJSON added in v0.2.0

func (msg *SetServerConfigRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Snapshot added in v0.2.0

type Snapshot struct {
	// contains filtered or unexported fields
}

Snapshot is the encoding of the snapshot for all snapshot APIs. The encoding is proto.Message delimited data. This is also the encoding expected if the waypoint-restore.db file is copied manually from the snapshot data.

For snapshots, the Header message is always guaranteed first. After that, it is NOT guaranteed that only data chunks are sent. It is only guaranteed that the data chunks are over at EOF. Unknown messages can probably be ignored.

It is HIGHLY RECOMMENDED you do not modify snapshots, but these messages are publicly exported so that you can try to inspect snapshots.

func (*Snapshot) Descriptor deprecated added in v0.2.0

func (*Snapshot) Descriptor() ([]byte, []int)

Deprecated: Use Snapshot.ProtoReflect.Descriptor instead.

func (*Snapshot) MarshalJSON added in v0.2.0

func (msg *Snapshot) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Snapshot) ProtoMessage added in v0.2.0

func (*Snapshot) ProtoMessage()

func (*Snapshot) ProtoReflect added in v0.2.0

func (x *Snapshot) ProtoReflect() protoreflect.Message

func (*Snapshot) Reset added in v0.2.0

func (x *Snapshot) Reset()

func (*Snapshot) String added in v0.2.0

func (x *Snapshot) String() string

func (*Snapshot) UnmarshalJSON added in v0.2.0

func (msg *Snapshot) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Snapshot_BoltChunk added in v0.2.0

type Snapshot_BoltChunk struct {

	// bucket is the name of the bucket. This may be empty. If this is empty,
	// then this chunk should be ignored.
	Bucket string `protobuf:"bytes,1,opt,name=bucket,proto3" json:"bucket,omitempty"`
	// items is a id/value mapping of all this chunk of items in this bucket
	Items map[string][]byte `` /* 151-byte string literal not displayed */
	// final is true if this is the last bolt chunk being written.
	Final bool `protobuf:"varint,3,opt,name=final,proto3" json:"final,omitempty"`
	// contains filtered or unexported fields
}

BoltChunk is a single chunk of data for BoltDB if the snapshot format is BOLT. A chunk will always contain items designated for a single bucket, but a bucket may be repeated multiple time across chunks if there are too many items in the bucket.

The final BoltChunk will have trailer set to true. Immediaetly following that chunk will be the Trailer message.

func (*Snapshot_BoltChunk) Descriptor deprecated added in v0.2.0

func (*Snapshot_BoltChunk) Descriptor() ([]byte, []int)

Deprecated: Use Snapshot_BoltChunk.ProtoReflect.Descriptor instead.

func (*Snapshot_BoltChunk) GetBucket added in v0.2.0

func (x *Snapshot_BoltChunk) GetBucket() string

func (*Snapshot_BoltChunk) GetFinal added in v0.2.0

func (x *Snapshot_BoltChunk) GetFinal() bool

func (*Snapshot_BoltChunk) GetItems added in v0.2.0

func (x *Snapshot_BoltChunk) GetItems() map[string][]byte

func (*Snapshot_BoltChunk) MarshalJSON added in v0.2.0

func (msg *Snapshot_BoltChunk) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Snapshot_BoltChunk) ProtoMessage added in v0.2.0

func (*Snapshot_BoltChunk) ProtoMessage()

func (*Snapshot_BoltChunk) ProtoReflect added in v0.2.0

func (x *Snapshot_BoltChunk) ProtoReflect() protoreflect.Message

func (*Snapshot_BoltChunk) Reset added in v0.2.0

func (x *Snapshot_BoltChunk) Reset()

func (*Snapshot_BoltChunk) String added in v0.2.0

func (x *Snapshot_BoltChunk) String() string

func (*Snapshot_BoltChunk) UnmarshalJSON added in v0.2.0

func (msg *Snapshot_BoltChunk) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Snapshot_Header added in v0.2.0

type Snapshot_Header struct {

	// version is the version of Waypoint that generated this snapshot.
	Version *VersionInfo `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	// format is the format of the remaining messages. This can be used
	// to determine what messages to expect following the header.
	Format Snapshot_Header_Format `protobuf:"varint,2,opt,name=format,proto3,enum=hashicorp.waypoint.Snapshot_Header_Format" json:"format,omitempty"`
	// contains filtered or unexported fields
}

Header is _always_ the first message encoded into a snapshot. If this isn't present, the entire snapshot can be considered corrupt.

func (*Snapshot_Header) Descriptor deprecated added in v0.2.0

func (*Snapshot_Header) Descriptor() ([]byte, []int)

Deprecated: Use Snapshot_Header.ProtoReflect.Descriptor instead.

func (*Snapshot_Header) GetFormat added in v0.2.0

func (x *Snapshot_Header) GetFormat() Snapshot_Header_Format

func (*Snapshot_Header) GetVersion added in v0.2.0

func (x *Snapshot_Header) GetVersion() *VersionInfo

func (*Snapshot_Header) MarshalJSON added in v0.2.0

func (msg *Snapshot_Header) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Snapshot_Header) ProtoMessage added in v0.2.0

func (*Snapshot_Header) ProtoMessage()

func (*Snapshot_Header) ProtoReflect added in v0.2.0

func (x *Snapshot_Header) ProtoReflect() protoreflect.Message

func (*Snapshot_Header) Reset added in v0.2.0

func (x *Snapshot_Header) Reset()

func (*Snapshot_Header) String added in v0.2.0

func (x *Snapshot_Header) String() string

func (*Snapshot_Header) UnmarshalJSON added in v0.2.0

func (msg *Snapshot_Header) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Snapshot_Header_Format added in v0.2.0

type Snapshot_Header_Format int32
const (
	Snapshot_Header_UNKNOWN Snapshot_Header_Format = 0
	Snapshot_Header_BOLT    Snapshot_Header_Format = 1 // Expect a series of BoltChunk messages
)

func (Snapshot_Header_Format) Descriptor added in v0.2.0

func (Snapshot_Header_Format) Enum added in v0.2.0

func (Snapshot_Header_Format) EnumDescriptor deprecated added in v0.2.0

func (Snapshot_Header_Format) EnumDescriptor() ([]byte, []int)

Deprecated: Use Snapshot_Header_Format.Descriptor instead.

func (Snapshot_Header_Format) Number added in v0.2.0

func (Snapshot_Header_Format) String added in v0.2.0

func (x Snapshot_Header_Format) String() string

func (Snapshot_Header_Format) Type added in v0.2.0

type Snapshot_Trailer added in v0.2.0

type Snapshot_Trailer struct {

	// checksum is the checksum of all the bytes up to but not including
	// this proto message. The checksum is for the raw uncompressed bytes.
	//
	// Types that are assignable to Checksum:
	//	*Snapshot_Trailer_Sha256
	Checksum isSnapshot_Trailer_Checksum `protobuf_oneof:"checksum"`
	// contains filtered or unexported fields
}

Trailer is sent as the final message encoded into a snapshot. Detecting when the trailer is is dependent on the format.

func (*Snapshot_Trailer) Descriptor deprecated added in v0.2.0

func (*Snapshot_Trailer) Descriptor() ([]byte, []int)

Deprecated: Use Snapshot_Trailer.ProtoReflect.Descriptor instead.

func (*Snapshot_Trailer) GetChecksum added in v0.2.0

func (m *Snapshot_Trailer) GetChecksum() isSnapshot_Trailer_Checksum

func (*Snapshot_Trailer) GetSha256 added in v0.2.0

func (x *Snapshot_Trailer) GetSha256() string

func (*Snapshot_Trailer) MarshalJSON added in v0.2.0

func (msg *Snapshot_Trailer) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Snapshot_Trailer) ProtoMessage added in v0.2.0

func (*Snapshot_Trailer) ProtoMessage()

func (*Snapshot_Trailer) ProtoReflect added in v0.2.0

func (x *Snapshot_Trailer) ProtoReflect() protoreflect.Message

func (*Snapshot_Trailer) Reset added in v0.2.0

func (x *Snapshot_Trailer) Reset()

func (*Snapshot_Trailer) String added in v0.2.0

func (x *Snapshot_Trailer) String() string

func (*Snapshot_Trailer) UnmarshalJSON added in v0.2.0

func (msg *Snapshot_Trailer) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Snapshot_Trailer_Sha256 added in v0.2.0

type Snapshot_Trailer_Sha256 struct {
	Sha256 string `protobuf:"bytes,1,opt,name=sha256,proto3,oneof"` // SHA-256 checksum
}

type Status

type Status struct {

	// state is the state of this operation.
	State Status_State `protobuf:"varint,1,opt,name=state,proto3,enum=hashicorp.waypoint.Status_State" json:"state,omitempty"`
	// details may be non-empty to provide human-friendly information
	// about the current status. This may change between status updates
	// for the same state to provide updated details about the state.
	Details string `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	// error is set if the state == ERROR with the error that occurred.
	Error *status.Status `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// start_time is the time the operation was started.
	StartTime *timestamp.Timestamp `protobuf:"bytes,4,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// complete_time is the time the operation completed (success or fail).
	CompleteTime *timestamp.Timestamp `protobuf:"bytes,5,opt,name=complete_time,json=completeTime,proto3" json:"complete_time,omitempty"`
	// contains filtered or unexported fields
}

Status represents the status of an async operation.

func (*Status) Descriptor deprecated

func (*Status) Descriptor() ([]byte, []int)

Deprecated: Use Status.ProtoReflect.Descriptor instead.

func (*Status) GetCompleteTime

func (x *Status) GetCompleteTime() *timestamp.Timestamp

func (*Status) GetDetails

func (x *Status) GetDetails() string

func (*Status) GetError

func (x *Status) GetError() *status.Status

func (*Status) GetStartTime

func (x *Status) GetStartTime() *timestamp.Timestamp

func (*Status) GetState

func (x *Status) GetState() Status_State

func (*Status) MarshalJSON added in v0.2.0

func (msg *Status) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Status) ProtoMessage

func (*Status) ProtoMessage()

func (*Status) ProtoReflect

func (x *Status) ProtoReflect() protoreflect.Message

func (*Status) Reset

func (x *Status) Reset()

func (*Status) String

func (x *Status) String() string

func (*Status) UnmarshalJSON added in v0.2.0

func (msg *Status) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type StatusFilter

type StatusFilter struct {

	// Filters are ANDed together.
	Filters []*StatusFilter_Filter `protobuf:"bytes,1,rep,name=filters,proto3" json:"filters,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusFilter) Descriptor deprecated

func (*StatusFilter) Descriptor() ([]byte, []int)

Deprecated: Use StatusFilter.ProtoReflect.Descriptor instead.

func (*StatusFilter) GetFilters

func (x *StatusFilter) GetFilters() []*StatusFilter_Filter

func (*StatusFilter) MarshalJSON added in v0.2.0

func (msg *StatusFilter) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*StatusFilter) ProtoMessage

func (*StatusFilter) ProtoMessage()

func (*StatusFilter) ProtoReflect

func (x *StatusFilter) ProtoReflect() protoreflect.Message

func (*StatusFilter) Reset

func (x *StatusFilter) Reset()

func (*StatusFilter) String

func (x *StatusFilter) String() string

func (*StatusFilter) UnmarshalJSON added in v0.2.0

func (msg *StatusFilter) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type StatusFilter_Filter

type StatusFilter_Filter struct {

	// Types that are assignable to Filter:
	//	*StatusFilter_Filter_State
	Filter isStatusFilter_Filter_Filter `protobuf_oneof:"filter"`
	// contains filtered or unexported fields
}

func (*StatusFilter_Filter) Descriptor deprecated

func (*StatusFilter_Filter) Descriptor() ([]byte, []int)

Deprecated: Use StatusFilter_Filter.ProtoReflect.Descriptor instead.

func (*StatusFilter_Filter) GetFilter

func (m *StatusFilter_Filter) GetFilter() isStatusFilter_Filter_Filter

func (*StatusFilter_Filter) GetState

func (x *StatusFilter_Filter) GetState() Status_State

func (*StatusFilter_Filter) MarshalJSON added in v0.2.0

func (msg *StatusFilter_Filter) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*StatusFilter_Filter) ProtoMessage

func (*StatusFilter_Filter) ProtoMessage()

func (*StatusFilter_Filter) ProtoReflect

func (x *StatusFilter_Filter) ProtoReflect() protoreflect.Message

func (*StatusFilter_Filter) Reset

func (x *StatusFilter_Filter) Reset()

func (*StatusFilter_Filter) String

func (x *StatusFilter_Filter) String() string

func (*StatusFilter_Filter) UnmarshalJSON added in v0.2.0

func (msg *StatusFilter_Filter) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type StatusFilter_Filter_State

type StatusFilter_Filter_State struct {
	// state will match any status that has the given state.
	State Status_State `protobuf:"varint,2,opt,name=state,proto3,enum=hashicorp.waypoint.Status_State,oneof"`
}

type 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) 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 (Status_State) String

func (x Status_State) String() string

func (Status_State) Type

type Token

type Token struct {

	// The user that the token is fore.
	User string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// A random id for the token. Also functions as a nonce when signing.
	TokenId []byte `protobuf:"bytes,2,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"`
	// When the token is valid until. After the given date, the token will be rejected.
	// When this is not set, the token is valid forever.
	ValidUntil *timestamp.Timestamp `protobuf:"bytes,3,opt,name=valid_until,json=validUntil,proto3" json:"valid_until,omitempty"`
	// Indicates whether or not this token can be used for to authenticate RPCs.
	Login bool `protobuf:"varint,4,opt,name=login,proto3" json:"login,omitempty"`
	// Inidicates whether or not this token can be used as an invite.
	Invite bool `protobuf:"varint,5,opt,name=invite,proto3" json:"invite,omitempty"`
	// Entrypoint if set indicates that this token is for entrypoint binary
	// usage only and specific restrictions are specified in this message.
	Entrypoint *Token_Entrypoint `protobuf:"bytes,6,opt,name=entrypoint,proto3" json:"entrypoint,omitempty"`
	// contains filtered or unexported fields
}

The authenticated Token information. This is used to authenticate requests.

func (*Token) Descriptor deprecated

func (*Token) Descriptor() ([]byte, []int)

Deprecated: Use Token.ProtoReflect.Descriptor instead.

func (*Token) GetEntrypoint

func (x *Token) GetEntrypoint() *Token_Entrypoint

func (*Token) GetInvite

func (x *Token) GetInvite() bool

func (*Token) GetLogin

func (x *Token) GetLogin() bool

func (*Token) GetTokenId

func (x *Token) GetTokenId() []byte

func (*Token) GetUser

func (x *Token) GetUser() string

func (*Token) GetValidUntil

func (x *Token) GetValidUntil() *timestamp.Timestamp

func (*Token) MarshalJSON added in v0.2.0

func (msg *Token) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Token) ProtoMessage

func (*Token) ProtoMessage()

func (*Token) ProtoReflect

func (x *Token) ProtoReflect() protoreflect.Message

func (*Token) Reset

func (x *Token) Reset()

func (*Token) String

func (x *Token) String() string

func (*Token) UnmarshalJSON added in v0.2.0

func (msg *Token) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type TokenTransport

type TokenTransport struct {

	// A Marshaled token, stored as bytes because we need to to validate
	// it with the given signature.
	Body []byte `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// The signature of body for validation.
	Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// The key used to generate the signature.
	KeyId string `protobuf:"bytes,3,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	// Any configuration style metadata that can be passed along with the token
	// without invalidating the token body itself.
	Metadata map[string]string `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

The outer structure of the token that is directly Marshaled and ASCII armored.

func (*TokenTransport) Descriptor deprecated

func (*TokenTransport) Descriptor() ([]byte, []int)

Deprecated: Use TokenTransport.ProtoReflect.Descriptor instead.

func (*TokenTransport) GetBody

func (x *TokenTransport) GetBody() []byte

func (*TokenTransport) GetKeyId

func (x *TokenTransport) GetKeyId() string

func (*TokenTransport) GetMetadata

func (x *TokenTransport) GetMetadata() map[string]string

func (*TokenTransport) GetSignature

func (x *TokenTransport) GetSignature() []byte

func (*TokenTransport) MarshalJSON added in v0.2.0

func (msg *TokenTransport) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*TokenTransport) ProtoMessage

func (*TokenTransport) ProtoMessage()

func (*TokenTransport) ProtoReflect

func (x *TokenTransport) ProtoReflect() protoreflect.Message

func (*TokenTransport) Reset

func (x *TokenTransport) Reset()

func (*TokenTransport) String

func (x *TokenTransport) String() string

func (*TokenTransport) UnmarshalJSON added in v0.2.0

func (msg *TokenTransport) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Token_Entrypoint

type Token_Entrypoint struct {

	// deployment id is the deployment to restrict this token to.
	DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Token_Entrypoint) Descriptor deprecated

func (*Token_Entrypoint) Descriptor() ([]byte, []int)

Deprecated: Use Token_Entrypoint.ProtoReflect.Descriptor instead.

func (*Token_Entrypoint) GetDeploymentId

func (x *Token_Entrypoint) GetDeploymentId() string

func (*Token_Entrypoint) MarshalJSON added in v0.2.0

func (msg *Token_Entrypoint) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Token_Entrypoint) ProtoMessage

func (*Token_Entrypoint) ProtoMessage()

func (*Token_Entrypoint) ProtoReflect

func (x *Token_Entrypoint) ProtoReflect() protoreflect.Message

func (*Token_Entrypoint) Reset

func (x *Token_Entrypoint) Reset()

func (*Token_Entrypoint) String

func (x *Token_Entrypoint) String() string

func (*Token_Entrypoint) UnmarshalJSON added in v0.2.0

func (msg *Token_Entrypoint) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type UnimplementedWaypointServer

type UnimplementedWaypointServer struct {
}

UnimplementedWaypointServer can be embedded to have forward compatible implementations.

func (*UnimplementedWaypointServer) BootstrapToken

func (*UnimplementedWaypointServer) CancelJob

func (*UnimplementedWaypointServer) ConvertInviteToken

func (*UnimplementedWaypointServer) CreateHostname

func (*UnimplementedWaypointServer) CreateSnapshot added in v0.2.0

func (*UnimplementedWaypointServer) DeleteHostname

func (*UnimplementedWaypointServer) EntrypointConfig

func (*UnimplementedWaypointServer) EntrypointExecStream

func (*UnimplementedWaypointServer) EntrypointLogStream

func (*UnimplementedWaypointServer) GenerateInviteToken

func (*UnimplementedWaypointServer) GenerateLoginToken

func (*UnimplementedWaypointServer) GetBuild

func (*UnimplementedWaypointServer) GetConfig

func (*UnimplementedWaypointServer) GetConfigSource added in v0.2.0

func (*UnimplementedWaypointServer) GetDeployment

func (*UnimplementedWaypointServer) GetJob

func (*UnimplementedWaypointServer) GetJobStream

func (*UnimplementedWaypointServer) GetLatestBuild

func (*UnimplementedWaypointServer) GetLatestPushedArtifact

func (*UnimplementedWaypointServer) GetLatestRelease

func (*UnimplementedWaypointServer) GetLogStream

func (*UnimplementedWaypointServer) GetProject

func (*UnimplementedWaypointServer) GetPushedArtifact

func (*UnimplementedWaypointServer) GetRelease

func (*UnimplementedWaypointServer) GetRunner

func (*UnimplementedWaypointServer) GetServerConfig

func (*UnimplementedWaypointServer) GetVersionInfo

func (*UnimplementedWaypointServer) GetWorkspace

func (*UnimplementedWaypointServer) ListBuilds

func (*UnimplementedWaypointServer) ListDeployments

func (*UnimplementedWaypointServer) ListHostnames

func (*UnimplementedWaypointServer) ListInstances

func (*UnimplementedWaypointServer) ListProjects

func (*UnimplementedWaypointServer) ListPushedArtifacts

func (*UnimplementedWaypointServer) ListReleases

func (*UnimplementedWaypointServer) ListWorkspaces

func (*UnimplementedWaypointServer) QueueJob

func (*UnimplementedWaypointServer) RestoreSnapshot added in v0.2.0

func (*UnimplementedWaypointServer) RunnerConfig

func (*UnimplementedWaypointServer) RunnerJobStream

func (*UnimplementedWaypointServer) SetConfig

func (*UnimplementedWaypointServer) SetConfigSource added in v0.2.0

func (*UnimplementedWaypointServer) SetServerConfig

func (*UnimplementedWaypointServer) StartExecStream

func (*UnimplementedWaypointServer) UpsertApplication

func (*UnimplementedWaypointServer) UpsertBuild

func (*UnimplementedWaypointServer) UpsertDeployment

func (*UnimplementedWaypointServer) UpsertProject

func (*UnimplementedWaypointServer) UpsertRelease

func (*UnimplementedWaypointServer) ValidateJob

func (*UnimplementedWaypointServer) XListJobs

type UpsertApplicationRequest

type UpsertApplicationRequest struct {

	// project to register the app against
	Project *Ref_Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// name of the application to register
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*UpsertApplicationRequest) Descriptor deprecated

func (*UpsertApplicationRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpsertApplicationRequest.ProtoReflect.Descriptor instead.

func (*UpsertApplicationRequest) GetName

func (x *UpsertApplicationRequest) GetName() string

func (*UpsertApplicationRequest) GetProject

func (x *UpsertApplicationRequest) GetProject() *Ref_Project

func (*UpsertApplicationRequest) MarshalJSON added in v0.2.0

func (msg *UpsertApplicationRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*UpsertApplicationRequest) ProtoMessage

func (*UpsertApplicationRequest) ProtoMessage()

func (*UpsertApplicationRequest) ProtoReflect

func (x *UpsertApplicationRequest) ProtoReflect() protoreflect.Message

func (*UpsertApplicationRequest) Reset

func (x *UpsertApplicationRequest) Reset()

func (*UpsertApplicationRequest) String

func (x *UpsertApplicationRequest) String() string

func (*UpsertApplicationRequest) UnmarshalJSON added in v0.2.0

func (msg *UpsertApplicationRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type UpsertApplicationResponse

type UpsertApplicationResponse struct {
	Application *Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
	// contains filtered or unexported fields
}

func (*UpsertApplicationResponse) Descriptor deprecated

func (*UpsertApplicationResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpsertApplicationResponse.ProtoReflect.Descriptor instead.

func (*UpsertApplicationResponse) GetApplication

func (x *UpsertApplicationResponse) GetApplication() *Application

func (*UpsertApplicationResponse) MarshalJSON added in v0.2.0

func (msg *UpsertApplicationResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*UpsertApplicationResponse) ProtoMessage

func (*UpsertApplicationResponse) ProtoMessage()

func (*UpsertApplicationResponse) ProtoReflect

func (*UpsertApplicationResponse) Reset

func (x *UpsertApplicationResponse) Reset()

func (*UpsertApplicationResponse) String

func (x *UpsertApplicationResponse) String() string

func (*UpsertApplicationResponse) UnmarshalJSON added in v0.2.0

func (msg *UpsertApplicationResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type UpsertBuildRequest

type UpsertBuildRequest struct {

	// Build to upsert. If an ID is not set, this will be an insert operation.
	// If the ID is set, that build is updated. It is an error if an update
	// is requested on a non-existent build.
	Build *Build `protobuf:"bytes,1,opt,name=build,proto3" json:"build,omitempty"`
	// contains filtered or unexported fields
}

func (*UpsertBuildRequest) Descriptor deprecated

func (*UpsertBuildRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpsertBuildRequest.ProtoReflect.Descriptor instead.

func (*UpsertBuildRequest) GetBuild

func (x *UpsertBuildRequest) GetBuild() *Build

func (*UpsertBuildRequest) MarshalJSON added in v0.2.0

func (msg *UpsertBuildRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*UpsertBuildRequest) ProtoMessage

func (*UpsertBuildRequest) ProtoMessage()

func (*UpsertBuildRequest) ProtoReflect

func (x *UpsertBuildRequest) ProtoReflect() protoreflect.Message

func (*UpsertBuildRequest) Reset

func (x *UpsertBuildRequest) Reset()

func (*UpsertBuildRequest) String

func (x *UpsertBuildRequest) String() string

func (*UpsertBuildRequest) UnmarshalJSON added in v0.2.0

func (msg *UpsertBuildRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type UpsertBuildResponse

type UpsertBuildResponse struct {
	Build *Build `protobuf:"bytes,1,opt,name=build,proto3" json:"build,omitempty"`
	// contains filtered or unexported fields
}

func (*UpsertBuildResponse) Descriptor deprecated

func (*UpsertBuildResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpsertBuildResponse.ProtoReflect.Descriptor instead.

func (*UpsertBuildResponse) GetBuild

func (x *UpsertBuildResponse) GetBuild() *Build

func (*UpsertBuildResponse) MarshalJSON added in v0.2.0

func (msg *UpsertBuildResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*UpsertBuildResponse) ProtoMessage

func (*UpsertBuildResponse) ProtoMessage()

func (*UpsertBuildResponse) ProtoReflect

func (x *UpsertBuildResponse) ProtoReflect() protoreflect.Message

func (*UpsertBuildResponse) Reset

func (x *UpsertBuildResponse) Reset()

func (*UpsertBuildResponse) String

func (x *UpsertBuildResponse) String() string

func (*UpsertBuildResponse) UnmarshalJSON added in v0.2.0

func (msg *UpsertBuildResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type UpsertDeploymentRequest

type UpsertDeploymentRequest struct {

	// deployment to upsert. If the id in the artifact is empty, then this
	// will be an insert. Otherwise, this will be an update and if the ID
	// isn't found, it will be an error.
	Deployment *Deployment `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"`
	// auto_hostname will automatically create a hostname for this app if
	// one doesn't already exist. This hostname maps to the entire app/workspace
	// combo, not specifically to this deployment.
	//
	// This is a "tri-state" boolean because if this is unset then we use
	// the configured defaults for the server configuration.
	AutoHostname UpsertDeploymentRequest_Tristate `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpsertDeploymentRequest) Descriptor deprecated

func (*UpsertDeploymentRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpsertDeploymentRequest.ProtoReflect.Descriptor instead.

func (*UpsertDeploymentRequest) GetAutoHostname

func (*UpsertDeploymentRequest) GetDeployment

func (x *UpsertDeploymentRequest) GetDeployment() *Deployment

func (*UpsertDeploymentRequest) MarshalJSON added in v0.2.0

func (msg *UpsertDeploymentRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*UpsertDeploymentRequest) ProtoMessage

func (*UpsertDeploymentRequest) ProtoMessage()

func (*UpsertDeploymentRequest) ProtoReflect

func (x *UpsertDeploymentRequest) ProtoReflect() protoreflect.Message

func (*UpsertDeploymentRequest) Reset

func (x *UpsertDeploymentRequest) Reset()

func (*UpsertDeploymentRequest) String

func (x *UpsertDeploymentRequest) String() string

func (*UpsertDeploymentRequest) UnmarshalJSON added in v0.2.0

func (msg *UpsertDeploymentRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type UpsertDeploymentRequest_Tristate

type UpsertDeploymentRequest_Tristate int32
const (
	UpsertDeploymentRequest_UNSET UpsertDeploymentRequest_Tristate = 0
	UpsertDeploymentRequest_TRUE  UpsertDeploymentRequest_Tristate = 1
	UpsertDeploymentRequest_FALSE UpsertDeploymentRequest_Tristate = 2
)

func (UpsertDeploymentRequest_Tristate) Descriptor

func (UpsertDeploymentRequest_Tristate) Enum

func (UpsertDeploymentRequest_Tristate) EnumDescriptor deprecated

func (UpsertDeploymentRequest_Tristate) EnumDescriptor() ([]byte, []int)

Deprecated: Use UpsertDeploymentRequest_Tristate.Descriptor instead.

func (UpsertDeploymentRequest_Tristate) Number

func (UpsertDeploymentRequest_Tristate) String

func (UpsertDeploymentRequest_Tristate) Type

type UpsertDeploymentResponse

type UpsertDeploymentResponse struct {

	// resulting object, you should replace this with what was sent in the request
	// since the update operation may touch up the input data (i.e. update
	// timestamps)
	Deployment *Deployment `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"`
	// contains filtered or unexported fields
}

func (*UpsertDeploymentResponse) Descriptor deprecated

func (*UpsertDeploymentResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpsertDeploymentResponse.ProtoReflect.Descriptor instead.

func (*UpsertDeploymentResponse) GetDeployment

func (x *UpsertDeploymentResponse) GetDeployment() *Deployment

func (*UpsertDeploymentResponse) MarshalJSON added in v0.2.0

func (msg *UpsertDeploymentResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*UpsertDeploymentResponse) ProtoMessage

func (*UpsertDeploymentResponse) ProtoMessage()

func (*UpsertDeploymentResponse) ProtoReflect

func (x *UpsertDeploymentResponse) ProtoReflect() protoreflect.Message

func (*UpsertDeploymentResponse) Reset

func (x *UpsertDeploymentResponse) Reset()

func (*UpsertDeploymentResponse) String

func (x *UpsertDeploymentResponse) String() string

func (*UpsertDeploymentResponse) UnmarshalJSON added in v0.2.0

func (msg *UpsertDeploymentResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type UpsertProjectRequest

type UpsertProjectRequest struct {

	// Project to upsert. See the message for what fields to set.
	Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

func (*UpsertProjectRequest) Descriptor deprecated

func (*UpsertProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpsertProjectRequest.ProtoReflect.Descriptor instead.

func (*UpsertProjectRequest) GetProject

func (x *UpsertProjectRequest) GetProject() *Project

func (*UpsertProjectRequest) MarshalJSON added in v0.2.0

func (msg *UpsertProjectRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*UpsertProjectRequest) ProtoMessage

func (*UpsertProjectRequest) ProtoMessage()

func (*UpsertProjectRequest) ProtoReflect

func (x *UpsertProjectRequest) ProtoReflect() protoreflect.Message

func (*UpsertProjectRequest) Reset

func (x *UpsertProjectRequest) Reset()

func (*UpsertProjectRequest) String

func (x *UpsertProjectRequest) String() string

func (*UpsertProjectRequest) UnmarshalJSON added in v0.2.0

func (msg *UpsertProjectRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type UpsertProjectResponse

type UpsertProjectResponse struct {
	Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

func (*UpsertProjectResponse) Descriptor deprecated

func (*UpsertProjectResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpsertProjectResponse.ProtoReflect.Descriptor instead.

func (*UpsertProjectResponse) GetProject

func (x *UpsertProjectResponse) GetProject() *Project

func (*UpsertProjectResponse) MarshalJSON added in v0.2.0

func (msg *UpsertProjectResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*UpsertProjectResponse) ProtoMessage

func (*UpsertProjectResponse) ProtoMessage()

func (*UpsertProjectResponse) ProtoReflect

func (x *UpsertProjectResponse) ProtoReflect() protoreflect.Message

func (*UpsertProjectResponse) Reset

func (x *UpsertProjectResponse) Reset()

func (*UpsertProjectResponse) String

func (x *UpsertProjectResponse) String() string

func (*UpsertProjectResponse) UnmarshalJSON added in v0.2.0

func (msg *UpsertProjectResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type UpsertPushedArtifactRequest

type UpsertPushedArtifactRequest struct {

	// artifact to upsert. If the id in the artifact is empty, then this
	// will be an insert. Otherwise, this will be an update and if the ID
	// isn't found, it will be an error.
	Artifact *PushedArtifact `protobuf:"bytes,1,opt,name=artifact,proto3" json:"artifact,omitempty"`
	// contains filtered or unexported fields
}

func (*UpsertPushedArtifactRequest) Descriptor deprecated

func (*UpsertPushedArtifactRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpsertPushedArtifactRequest.ProtoReflect.Descriptor instead.

func (*UpsertPushedArtifactRequest) GetArtifact

func (x *UpsertPushedArtifactRequest) GetArtifact() *PushedArtifact

func (*UpsertPushedArtifactRequest) MarshalJSON added in v0.2.0

func (msg *UpsertPushedArtifactRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*UpsertPushedArtifactRequest) ProtoMessage

func (*UpsertPushedArtifactRequest) ProtoMessage()

func (*UpsertPushedArtifactRequest) ProtoReflect

func (*UpsertPushedArtifactRequest) Reset

func (x *UpsertPushedArtifactRequest) Reset()

func (*UpsertPushedArtifactRequest) String

func (x *UpsertPushedArtifactRequest) String() string

func (*UpsertPushedArtifactRequest) UnmarshalJSON added in v0.2.0

func (msg *UpsertPushedArtifactRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type UpsertPushedArtifactResponse

type UpsertPushedArtifactResponse struct {

	// resulting push object, you should replace this with what was sent
	// since the update operation may touch up the input data (i.e. update
	// timestamps)
	Artifact *PushedArtifact `protobuf:"bytes,1,opt,name=artifact,proto3" json:"artifact,omitempty"`
	// contains filtered or unexported fields
}

func (*UpsertPushedArtifactResponse) Descriptor deprecated

func (*UpsertPushedArtifactResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpsertPushedArtifactResponse.ProtoReflect.Descriptor instead.

func (*UpsertPushedArtifactResponse) GetArtifact

func (x *UpsertPushedArtifactResponse) GetArtifact() *PushedArtifact

func (*UpsertPushedArtifactResponse) MarshalJSON added in v0.2.0

func (msg *UpsertPushedArtifactResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*UpsertPushedArtifactResponse) ProtoMessage

func (*UpsertPushedArtifactResponse) ProtoMessage()

func (*UpsertPushedArtifactResponse) ProtoReflect

func (*UpsertPushedArtifactResponse) Reset

func (x *UpsertPushedArtifactResponse) Reset()

func (*UpsertPushedArtifactResponse) String

func (*UpsertPushedArtifactResponse) UnmarshalJSON added in v0.2.0

func (msg *UpsertPushedArtifactResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type UpsertReleaseRequest

type UpsertReleaseRequest struct {

	// release to upsert. If the id in the artifact is empty, then this
	// will be an insert. Otherwise, this will be an update and if the ID
	// isn't found, it will be an error.
	Release *Release `protobuf:"bytes,1,opt,name=release,proto3" json:"release,omitempty"`
	// contains filtered or unexported fields
}

func (*UpsertReleaseRequest) Descriptor deprecated

func (*UpsertReleaseRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpsertReleaseRequest.ProtoReflect.Descriptor instead.

func (*UpsertReleaseRequest) GetRelease

func (x *UpsertReleaseRequest) GetRelease() *Release

func (*UpsertReleaseRequest) MarshalJSON added in v0.2.0

func (msg *UpsertReleaseRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*UpsertReleaseRequest) ProtoMessage

func (*UpsertReleaseRequest) ProtoMessage()

func (*UpsertReleaseRequest) ProtoReflect

func (x *UpsertReleaseRequest) ProtoReflect() protoreflect.Message

func (*UpsertReleaseRequest) Reset

func (x *UpsertReleaseRequest) Reset()

func (*UpsertReleaseRequest) String

func (x *UpsertReleaseRequest) String() string

func (*UpsertReleaseRequest) UnmarshalJSON added in v0.2.0

func (msg *UpsertReleaseRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type UpsertReleaseResponse

type UpsertReleaseResponse struct {

	// resulting object, you should replace this with what was sent in the request
	// since the update operation may touch up the input data (i.e. update
	// timestamps)
	Release *Release `protobuf:"bytes,1,opt,name=release,proto3" json:"release,omitempty"`
	// contains filtered or unexported fields
}

func (*UpsertReleaseResponse) Descriptor deprecated

func (*UpsertReleaseResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpsertReleaseResponse.ProtoReflect.Descriptor instead.

func (*UpsertReleaseResponse) GetRelease

func (x *UpsertReleaseResponse) GetRelease() *Release

func (*UpsertReleaseResponse) MarshalJSON added in v0.2.0

func (msg *UpsertReleaseResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*UpsertReleaseResponse) ProtoMessage

func (*UpsertReleaseResponse) ProtoMessage()

func (*UpsertReleaseResponse) ProtoReflect

func (x *UpsertReleaseResponse) ProtoReflect() protoreflect.Message

func (*UpsertReleaseResponse) Reset

func (x *UpsertReleaseResponse) Reset()

func (*UpsertReleaseResponse) String

func (x *UpsertReleaseResponse) String() string

func (*UpsertReleaseResponse) UnmarshalJSON added in v0.2.0

func (msg *UpsertReleaseResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ValidateJobRequest

type ValidateJobRequest struct {

	// The job to validate.
	Job *Job `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"`
	// If true, will NOT validate that the job is assignable.
	DisableAssign bool `protobuf:"varint,2,opt,name=disable_assign,json=disableAssign,proto3" json:"disable_assign,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateJobRequest) Descriptor deprecated

func (*ValidateJobRequest) Descriptor() ([]byte, []int)

Deprecated: Use ValidateJobRequest.ProtoReflect.Descriptor instead.

func (*ValidateJobRequest) GetDisableAssign

func (x *ValidateJobRequest) GetDisableAssign() bool

func (*ValidateJobRequest) GetJob

func (x *ValidateJobRequest) GetJob() *Job

func (*ValidateJobRequest) MarshalJSON added in v0.2.0

func (msg *ValidateJobRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ValidateJobRequest) ProtoMessage

func (*ValidateJobRequest) ProtoMessage()

func (*ValidateJobRequest) ProtoReflect

func (x *ValidateJobRequest) ProtoReflect() protoreflect.Message

func (*ValidateJobRequest) Reset

func (x *ValidateJobRequest) Reset()

func (*ValidateJobRequest) String

func (x *ValidateJobRequest) String() string

func (*ValidateJobRequest) UnmarshalJSON added in v0.2.0

func (msg *ValidateJobRequest) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type ValidateJobResponse

type ValidateJobResponse struct {

	// valid will be true if the job structure is valid. If it is invalid
	// validation_error will be set with a reason.
	Valid           bool           `protobuf:"varint,1,opt,name=valid,proto3" json:"valid,omitempty"`
	ValidationError *status.Status `protobuf:"bytes,2,opt,name=validation_error,json=validationError,proto3" json:"validation_error,omitempty"`
	// assignable will be true if the job is assignable at this point-in-time.
	// Assignable means that there are runners registered with the server that
	// claim to be able to service this job. Note that this is a point-in-time
	// result so it doesn't guarantee that a job will be serviced when queued.
	// Additionally, assignability doesn't imply anything about queue length,
	// so the job may still be queued for some time.
	//
	// This will always be false if "valid" is false since we don't check
	// assignability of invalid jobs.
	Assignable bool `protobuf:"varint,3,opt,name=assignable,proto3" json:"assignable,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateJobResponse) Descriptor deprecated

func (*ValidateJobResponse) Descriptor() ([]byte, []int)

Deprecated: Use ValidateJobResponse.ProtoReflect.Descriptor instead.

func (*ValidateJobResponse) GetAssignable

func (x *ValidateJobResponse) GetAssignable() bool

func (*ValidateJobResponse) GetValid

func (x *ValidateJobResponse) GetValid() bool

func (*ValidateJobResponse) GetValidationError

func (x *ValidateJobResponse) GetValidationError() *status.Status

func (*ValidateJobResponse) MarshalJSON added in v0.2.0

func (msg *ValidateJobResponse) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ValidateJobResponse) ProtoMessage

func (*ValidateJobResponse) ProtoMessage()

func (*ValidateJobResponse) ProtoReflect

func (x *ValidateJobResponse) ProtoReflect() protoreflect.Message

func (*ValidateJobResponse) Reset

func (x *ValidateJobResponse) Reset()

func (*ValidateJobResponse) String

func (x *ValidateJobResponse) String() string

func (*ValidateJobResponse) UnmarshalJSON added in v0.2.0

func (msg *ValidateJobResponse) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type 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 (*VersionInfo) GetEntrypoint

func (x *VersionInfo) GetEntrypoint() *VersionInfo_ProtocolVersion

func (*VersionInfo) GetVersion

func (x *VersionInfo) GetVersion() string

func (*VersionInfo) MarshalJSON added in v0.2.0

func (msg *VersionInfo) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*VersionInfo) ProtoMessage

func (*VersionInfo) ProtoMessage()

func (*VersionInfo) ProtoReflect

func (x *VersionInfo) ProtoReflect() protoreflect.Message

func (*VersionInfo) Reset

func (x *VersionInfo) Reset()

func (*VersionInfo) String

func (x *VersionInfo) String() string

func (*VersionInfo) UnmarshalJSON added in v0.2.0

func (msg *VersionInfo) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type VersionInfo_ProtocolVersion

type VersionInfo_ProtocolVersion struct {
	Current uint32 `protobuf:"varint,1,opt,name=current,proto3" json:"current,omitempty"`
	Minimum uint32 `protobuf:"varint,2,opt,name=minimum,proto3" json:"minimum,omitempty"`
	// contains filtered or unexported fields
}

func (*VersionInfo_ProtocolVersion) Descriptor deprecated

func (*VersionInfo_ProtocolVersion) Descriptor() ([]byte, []int)

Deprecated: Use VersionInfo_ProtocolVersion.ProtoReflect.Descriptor instead.

func (*VersionInfo_ProtocolVersion) GetCurrent

func (x *VersionInfo_ProtocolVersion) GetCurrent() uint32

func (*VersionInfo_ProtocolVersion) GetMinimum

func (x *VersionInfo_ProtocolVersion) GetMinimum() uint32

func (*VersionInfo_ProtocolVersion) MarshalJSON added in v0.2.0

func (msg *VersionInfo_ProtocolVersion) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*VersionInfo_ProtocolVersion) ProtoMessage

func (*VersionInfo_ProtocolVersion) ProtoMessage()

func (*VersionInfo_ProtocolVersion) ProtoReflect

func (*VersionInfo_ProtocolVersion) Reset

func (x *VersionInfo_ProtocolVersion) Reset()

func (*VersionInfo_ProtocolVersion) String

func (x *VersionInfo_ProtocolVersion) String() string

func (*VersionInfo_ProtocolVersion) UnmarshalJSON added in v0.2.0

func (msg *VersionInfo_ProtocolVersion) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type WaypointClient

type WaypointClient interface {
	// GetVersionInfo returns information about the server. This RPC call does
	// NOT require authentication. It can be used by clients to determine if they
	// are capable of talking to this server.
	GetVersionInfo(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*GetVersionInfoResponse, error)
	// ListWorkspaces returns a list of all workspaces.
	//
	// Note that currently this list is never pruned, even if a workspace is
	// no longer in use. We plan to prune this in a future improvement.
	ListWorkspaces(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*ListWorkspacesResponse, error)
	// GetWorkspace returns the workspace.
	GetWorkspace(ctx context.Context, in *GetWorkspaceRequest, opts ...grpc.CallOption) (*GetWorkspaceResponse, error)
	// UpsertProject upserts the project.
	UpsertProject(ctx context.Context, in *UpsertProjectRequest, opts ...grpc.CallOption) (*UpsertProjectResponse, error)
	// GetProject returns the project.
	GetProject(ctx context.Context, in *GetProjectRequest, opts ...grpc.CallOption) (*GetProjectResponse, error)
	// ListProjects returns a list of all the projects. There is no equivalent
	// ListApplications because applications are a part of projects and you
	// can use GetProject to get more information about the project.
	ListProjects(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*ListProjectsResponse, error)
	// UpsertApplication upserts an application with a project. If the application
	// is already registered this does nothing.
	UpsertApplication(ctx context.Context, in *UpsertApplicationRequest, opts ...grpc.CallOption) (*UpsertApplicationResponse, error)
	// ListBuilds returns the builds.
	ListBuilds(ctx context.Context, in *ListBuildsRequest, opts ...grpc.CallOption) (*ListBuildsResponse, error)
	// GetBuild returns a build
	GetBuild(ctx context.Context, in *GetBuildRequest, opts ...grpc.CallOption) (*Build, error)
	// ListPushedArtifacts returns the builds.
	ListPushedArtifacts(ctx context.Context, in *ListPushedArtifactsRequest, opts ...grpc.CallOption) (*ListPushedArtifactsResponse, error)
	// GetPushedArtifact returns a deployment
	GetPushedArtifact(ctx context.Context, in *GetPushedArtifactRequest, opts ...grpc.CallOption) (*PushedArtifact, error)
	// ListDeployments returns the deployments.
	ListDeployments(ctx context.Context, in *ListDeploymentsRequest, opts ...grpc.CallOption) (*ListDeploymentsResponse, error)
	// ListInstances returns the running instances of deployments.
	ListInstances(ctx context.Context, in *ListInstancesRequest, opts ...grpc.CallOption) (*ListInstancesResponse, error)
	// GetDeployment returns a deployment
	GetDeployment(ctx context.Context, in *GetDeploymentRequest, opts ...grpc.CallOption) (*Deployment, error)
	// GetLatestBuild returns the most recent successfully completed build
	// for an app.
	GetLatestBuild(ctx context.Context, in *GetLatestBuildRequest, opts ...grpc.CallOption) (*Build, error)
	// GetLatestPushedArtifact returns the most recent successfully completed
	// artifact push for an app.
	GetLatestPushedArtifact(ctx context.Context, in *GetLatestPushedArtifactRequest, opts ...grpc.CallOption) (*PushedArtifact, error)
	// ListReleases returns the deployments.
	ListReleases(ctx context.Context, in *ListReleasesRequest, opts ...grpc.CallOption) (*ListReleasesResponse, error)
	// GetRelease returns a deployment
	GetRelease(ctx context.Context, in *GetReleaseRequest, opts ...grpc.CallOption) (*Release, error)
	// GetLatestRelease returns the most recent successfully completed
	// artifact push for an app.
	GetLatestRelease(ctx context.Context, in *GetLatestReleaseRequest, opts ...grpc.CallOption) (*Release, error)
	// GetLogStream reads the log stream for a deployment. This will immediately
	// send a single LogEntry with the lines we have so far. If there are no
	// available lines this will NOT block and instead will return an error.
	// The client can choose to retry or not.
	GetLogStream(ctx context.Context, in *GetLogStreamRequest, opts ...grpc.CallOption) (Waypoint_GetLogStreamClient, error)
	// StartExecStream starts an exec session.
	StartExecStream(ctx context.Context, opts ...grpc.CallOption) (Waypoint_StartExecStreamClient, error)
	// Set a single configuration item for the application.
	SetConfig(ctx context.Context, in *ConfigSetRequest, opts ...grpc.CallOption) (*ConfigSetResponse, error)
	// Retrieve merged configuration values for a specific scope. You can determine
	// where a configuration variable was set by looking at the scope field on
	// each variable.
	GetConfig(ctx context.Context, in *ConfigGetRequest, opts ...grpc.CallOption) (*ConfigGetResponse, error)
	// Set the configuration for a dynamic configuration source. If you're looking
	// to set application configuration, you probably want SetConfig instead.
	SetConfigSource(ctx context.Context, in *SetConfigSourceRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// Get the matching configuration source for the request. This will return
	// the most specific matching config source given the scope in the request.
	// For example, if you search for an app-specific config source and only
	// a global config exists, the global config will be returned.
	GetConfigSource(ctx context.Context, in *GetConfigSourceRequest, opts ...grpc.CallOption) (*GetConfigSourceResponse, error)
	// Create a hostname with the URL service.
	CreateHostname(ctx context.Context, in *CreateHostnameRequest, opts ...grpc.CallOption) (*CreateHostnameResponse, error)
	// Delete a hostname with the URL service.
	DeleteHostname(ctx context.Context, in *DeleteHostnameRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// List all our registered hostnames.
	ListHostnames(ctx context.Context, in *ListHostnamesRequest, opts ...grpc.CallOption) (*ListHostnamesResponse, error)
	// QueueJob queues a job for execution by a runner. This will return as
	// soon as the job is queued, it will not wait for execution.
	QueueJob(ctx context.Context, in *QueueJobRequest, opts ...grpc.CallOption) (*QueueJobResponse, error)
	// CancelJob cancels a job. If the job is still queued this is a quick
	// and easy operation. If the job is already completed, then this does
	// nothing. If the job is assigned or running, then this will signal
	// the runner about the cancellation but it may take time.
	//
	// This RPC always returns immediately. You must use GetJob or GetJobStream
	// to wait on the status of the cancellation.
	CancelJob(ctx context.Context, in *CancelJobRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// GetJob queries a job by ID.
	GetJob(ctx context.Context, in *GetJobRequest, opts ...grpc.CallOption) (*Job, error)
	// INTERNAL: ListJobs lists all the jobs the server has processed. This
	// is not yet ready for public use.
	XListJobs(ctx context.Context, in *ListJobsRequest, opts ...grpc.CallOption) (*ListJobsResponse, error)
	// ValidateJob checks if a job appears valid. This will check the job
	// structure itself (i.e. missing fields) and can also check to ensure
	// the job is assignable to a runner.
	ValidateJob(ctx context.Context, in *ValidateJobRequest, opts ...grpc.CallOption) (*ValidateJobResponse, error)
	// GetJobStream opens a job event stream for a running job. This can be
	// used to listen for terminal output and other events of a running job.
	// Multiple listeners can open a job stream.
	GetJobStream(ctx context.Context, in *GetJobStreamRequest, opts ...grpc.CallOption) (Waypoint_GetJobStreamClient, error)
	// GetRunner gets information about a single runner.
	GetRunner(ctx context.Context, in *GetRunnerRequest, opts ...grpc.CallOption) (*Runner, error)
	// GetServerConfig sets configuration for the Waypoint server.
	GetServerConfig(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*GetServerConfigResponse, error)
	// SetServerConfig sets configuration for the Waypoint server.
	SetServerConfig(ctx context.Context, in *SetServerConfigRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// CreateSnapshot creates a new database snapshot.
	CreateSnapshot(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (Waypoint_CreateSnapshotClient, error)
	// RestoreSnapshot performs a database restore with the given snapshot.
	// This API doesn't do a full online restore, it only stages the restore
	// for the next server start to finalize the restore. See the arguments for
	// more information.
	RestoreSnapshot(ctx context.Context, opts ...grpc.CallOption) (Waypoint_RestoreSnapshotClient, error)
	// BootstrapToken returns the initial token for the server. This can only
	// be requested once on first startup. After initial request this will
	// always return a PermissionDenied error.
	BootstrapToken(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*NewTokenResponse, error)
	// Generate a new invite token that users can exchange for a login token.
	GenerateInviteToken(ctx context.Context, in *InviteTokenRequest, opts ...grpc.CallOption) (*NewTokenResponse, error)
	// Generate a new login token that users can use to login directly.
	GenerateLoginToken(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*NewTokenResponse, error)
	// Exchange a invite token for a login token.
	ConvertInviteToken(ctx context.Context, in *ConvertInviteTokenRequest, opts ...grpc.CallOption) (*NewTokenResponse, error)
	// RunnerConfig is called to register a runner and receive the configuration
	// for the runner. The response is a stream so that the configuration can
	// be updated later.
	RunnerConfig(ctx context.Context, opts ...grpc.CallOption) (Waypoint_RunnerConfigClient, error)
	// RunnerJobStream is called by a runner to request a single job for
	// execution and update the status of that job.
	RunnerJobStream(ctx context.Context, opts ...grpc.CallOption) (Waypoint_RunnerJobStreamClient, error)
	// RunnerGetDeploymentConfig is called by a runner for a deployment operation
	// to determine the settings to use for a deployment.
	RunnerGetDeploymentConfig(ctx context.Context, in *RunnerGetDeploymentConfigRequest, opts ...grpc.CallOption) (*RunnerGetDeploymentConfigResponse, error)
	// EntrypointConfig is called to get the configuration for the entrypoint
	// and also to get any potential updates.
	//
	// This endpoint also registers the instance with the server. This MUST be
	// called first otherwise other RPCs related to the entrypoint may fail
	// with FailedPrecondition.
	EntrypointConfig(ctx context.Context, in *EntrypointConfigRequest, opts ...grpc.CallOption) (Waypoint_EntrypointConfigClient, error)
	// EntrypointLogStream is called to open the stream that logs are sent to.
	EntrypointLogStream(ctx context.Context, opts ...grpc.CallOption) (Waypoint_EntrypointLogStreamClient, error)
	// EntrypointExecStream is called to open the data stream for the exec session.
	EntrypointExecStream(ctx context.Context, opts ...grpc.CallOption) (Waypoint_EntrypointExecStreamClient, error)
	// UpsertBuild updates or inserts a build. A build is responsible for
	// taking some set of source information and turning it into an initial
	// artifact. This artifact is considered "local" until it is pushed.
	UpsertBuild(ctx context.Context, in *UpsertBuildRequest, opts ...grpc.CallOption) (*UpsertBuildResponse, error)
	// UpsertPushedArtifact updates or inserts a pushed artifact. This is
	// useful for local operations to work on a pushed artifact.
	UpsertPushedArtifact(ctx context.Context, in *UpsertPushedArtifactRequest, opts ...grpc.CallOption) (*UpsertPushedArtifactResponse, error)
	// UpsertDeployment updates or inserts a deployment.
	UpsertDeployment(ctx context.Context, in *UpsertDeploymentRequest, opts ...grpc.CallOption) (*UpsertDeploymentResponse, error)
	// UpsertRelease updates or inserts a release.
	UpsertRelease(ctx context.Context, in *UpsertReleaseRequest, opts ...grpc.CallOption) (*UpsertReleaseResponse, error)
}

WaypointClient is the client API for Waypoint service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewWaypointClient

func NewWaypointClient(cc grpc.ClientConnInterface) WaypointClient

type WaypointServer

type WaypointServer interface {
	// GetVersionInfo returns information about the server. This RPC call does
	// NOT require authentication. It can be used by clients to determine if they
	// are capable of talking to this server.
	GetVersionInfo(context.Context, *empty.Empty) (*GetVersionInfoResponse, error)
	// ListWorkspaces returns a list of all workspaces.
	//
	// Note that currently this list is never pruned, even if a workspace is
	// no longer in use. We plan to prune this in a future improvement.
	ListWorkspaces(context.Context, *empty.Empty) (*ListWorkspacesResponse, error)
	// GetWorkspace returns the workspace.
	GetWorkspace(context.Context, *GetWorkspaceRequest) (*GetWorkspaceResponse, error)
	// UpsertProject upserts the project.
	UpsertProject(context.Context, *UpsertProjectRequest) (*UpsertProjectResponse, error)
	// GetProject returns the project.
	GetProject(context.Context, *GetProjectRequest) (*GetProjectResponse, error)
	// ListProjects returns a list of all the projects. There is no equivalent
	// ListApplications because applications are a part of projects and you
	// can use GetProject to get more information about the project.
	ListProjects(context.Context, *empty.Empty) (*ListProjectsResponse, error)
	// UpsertApplication upserts an application with a project. If the application
	// is already registered this does nothing.
	UpsertApplication(context.Context, *UpsertApplicationRequest) (*UpsertApplicationResponse, error)
	// ListBuilds returns the builds.
	ListBuilds(context.Context, *ListBuildsRequest) (*ListBuildsResponse, error)
	// GetBuild returns a build
	GetBuild(context.Context, *GetBuildRequest) (*Build, error)
	// ListPushedArtifacts returns the builds.
	ListPushedArtifacts(context.Context, *ListPushedArtifactsRequest) (*ListPushedArtifactsResponse, error)
	// GetPushedArtifact returns a deployment
	GetPushedArtifact(context.Context, *GetPushedArtifactRequest) (*PushedArtifact, error)
	// ListDeployments returns the deployments.
	ListDeployments(context.Context, *ListDeploymentsRequest) (*ListDeploymentsResponse, error)
	// ListInstances returns the running instances of deployments.
	ListInstances(context.Context, *ListInstancesRequest) (*ListInstancesResponse, error)
	// GetDeployment returns a deployment
	GetDeployment(context.Context, *GetDeploymentRequest) (*Deployment, error)
	// GetLatestBuild returns the most recent successfully completed build
	// for an app.
	GetLatestBuild(context.Context, *GetLatestBuildRequest) (*Build, error)
	// GetLatestPushedArtifact returns the most recent successfully completed
	// artifact push for an app.
	GetLatestPushedArtifact(context.Context, *GetLatestPushedArtifactRequest) (*PushedArtifact, error)
	// ListReleases returns the deployments.
	ListReleases(context.Context, *ListReleasesRequest) (*ListReleasesResponse, error)
	// GetRelease returns a deployment
	GetRelease(context.Context, *GetReleaseRequest) (*Release, error)
	// GetLatestRelease returns the most recent successfully completed
	// artifact push for an app.
	GetLatestRelease(context.Context, *GetLatestReleaseRequest) (*Release, error)
	// GetLogStream reads the log stream for a deployment. This will immediately
	// send a single LogEntry with the lines we have so far. If there are no
	// available lines this will NOT block and instead will return an error.
	// The client can choose to retry or not.
	GetLogStream(*GetLogStreamRequest, Waypoint_GetLogStreamServer) error
	// StartExecStream starts an exec session.
	StartExecStream(Waypoint_StartExecStreamServer) error
	// Set a single configuration item for the application.
	SetConfig(context.Context, *ConfigSetRequest) (*ConfigSetResponse, error)
	// Retrieve merged configuration values for a specific scope. You can determine
	// where a configuration variable was set by looking at the scope field on
	// each variable.
	GetConfig(context.Context, *ConfigGetRequest) (*ConfigGetResponse, error)
	// Set the configuration for a dynamic configuration source. If you're looking
	// to set application configuration, you probably want SetConfig instead.
	SetConfigSource(context.Context, *SetConfigSourceRequest) (*empty.Empty, error)
	// Get the matching configuration source for the request. This will return
	// the most specific matching config source given the scope in the request.
	// For example, if you search for an app-specific config source and only
	// a global config exists, the global config will be returned.
	GetConfigSource(context.Context, *GetConfigSourceRequest) (*GetConfigSourceResponse, error)
	// Create a hostname with the URL service.
	CreateHostname(context.Context, *CreateHostnameRequest) (*CreateHostnameResponse, error)
	// Delete a hostname with the URL service.
	DeleteHostname(context.Context, *DeleteHostnameRequest) (*empty.Empty, error)
	// List all our registered hostnames.
	ListHostnames(context.Context, *ListHostnamesRequest) (*ListHostnamesResponse, error)
	// QueueJob queues a job for execution by a runner. This will return as
	// soon as the job is queued, it will not wait for execution.
	QueueJob(context.Context, *QueueJobRequest) (*QueueJobResponse, error)
	// CancelJob cancels a job. If the job is still queued this is a quick
	// and easy operation. If the job is already completed, then this does
	// nothing. If the job is assigned or running, then this will signal
	// the runner about the cancellation but it may take time.
	//
	// This RPC always returns immediately. You must use GetJob or GetJobStream
	// to wait on the status of the cancellation.
	CancelJob(context.Context, *CancelJobRequest) (*empty.Empty, error)
	// GetJob queries a job by ID.
	GetJob(context.Context, *GetJobRequest) (*Job, error)
	// INTERNAL: ListJobs lists all the jobs the server has processed. This
	// is not yet ready for public use.
	XListJobs(context.Context, *ListJobsRequest) (*ListJobsResponse, error)
	// ValidateJob checks if a job appears valid. This will check the job
	// structure itself (i.e. missing fields) and can also check to ensure
	// the job is assignable to a runner.
	ValidateJob(context.Context, *ValidateJobRequest) (*ValidateJobResponse, error)
	// GetJobStream opens a job event stream for a running job. This can be
	// used to listen for terminal output and other events of a running job.
	// Multiple listeners can open a job stream.
	GetJobStream(*GetJobStreamRequest, Waypoint_GetJobStreamServer) error
	// GetRunner gets information about a single runner.
	GetRunner(context.Context, *GetRunnerRequest) (*Runner, error)
	// GetServerConfig sets configuration for the Waypoint server.
	GetServerConfig(context.Context, *empty.Empty) (*GetServerConfigResponse, error)
	// SetServerConfig sets configuration for the Waypoint server.
	SetServerConfig(context.Context, *SetServerConfigRequest) (*empty.Empty, error)
	// CreateSnapshot creates a new database snapshot.
	CreateSnapshot(*empty.Empty, Waypoint_CreateSnapshotServer) error
	// RestoreSnapshot performs a database restore with the given snapshot.
	// This API doesn't do a full online restore, it only stages the restore
	// for the next server start to finalize the restore. See the arguments for
	// more information.
	RestoreSnapshot(Waypoint_RestoreSnapshotServer) error
	// BootstrapToken returns the initial token for the server. This can only
	// be requested once on first startup. After initial request this will
	// always return a PermissionDenied error.
	BootstrapToken(context.Context, *empty.Empty) (*NewTokenResponse, error)
	// Generate a new invite token that users can exchange for a login token.
	GenerateInviteToken(context.Context, *InviteTokenRequest) (*NewTokenResponse, error)
	// Generate a new login token that users can use to login directly.
	GenerateLoginToken(context.Context, *empty.Empty) (*NewTokenResponse, error)
	// Exchange a invite token for a login token.
	ConvertInviteToken(context.Context, *ConvertInviteTokenRequest) (*NewTokenResponse, error)
	// RunnerConfig is called to register a runner and receive the configuration
	// for the runner. The response is a stream so that the configuration can
	// be updated later.
	RunnerConfig(Waypoint_RunnerConfigServer) error
	// RunnerJobStream is called by a runner to request a single job for
	// execution and update the status of that job.
	RunnerJobStream(Waypoint_RunnerJobStreamServer) error
	// RunnerGetDeploymentConfig is called by a runner for a deployment operation
	// to determine the settings to use for a deployment.
	RunnerGetDeploymentConfig(context.Context, *RunnerGetDeploymentConfigRequest) (*RunnerGetDeploymentConfigResponse, error)
	// EntrypointConfig is called to get the configuration for the entrypoint
	// and also to get any potential updates.
	//
	// This endpoint also registers the instance with the server. This MUST be
	// called first otherwise other RPCs related to the entrypoint may fail
	// with FailedPrecondition.
	EntrypointConfig(*EntrypointConfigRequest, Waypoint_EntrypointConfigServer) error
	// EntrypointLogStream is called to open the stream that logs are sent to.
	EntrypointLogStream(Waypoint_EntrypointLogStreamServer) error
	// EntrypointExecStream is called to open the data stream for the exec session.
	EntrypointExecStream(Waypoint_EntrypointExecStreamServer) error
	// UpsertBuild updates or inserts a build. A build is responsible for
	// taking some set of source information and turning it into an initial
	// artifact. This artifact is considered "local" until it is pushed.
	UpsertBuild(context.Context, *UpsertBuildRequest) (*UpsertBuildResponse, error)
	// UpsertPushedArtifact updates or inserts a pushed artifact. This is
	// useful for local operations to work on a pushed artifact.
	UpsertPushedArtifact(context.Context, *UpsertPushedArtifactRequest) (*UpsertPushedArtifactResponse, error)
	// UpsertDeployment updates or inserts a deployment.
	UpsertDeployment(context.Context, *UpsertDeploymentRequest) (*UpsertDeploymentResponse, error)
	// UpsertRelease updates or inserts a release.
	UpsertRelease(context.Context, *UpsertReleaseRequest) (*UpsertReleaseResponse, error)
}

WaypointServer is the server API for Waypoint service.

type Waypoint_CreateSnapshotClient added in v0.2.0

type Waypoint_CreateSnapshotClient interface {
	Recv() (*CreateSnapshotResponse, error)
	grpc.ClientStream
}

type Waypoint_CreateSnapshotServer added in v0.2.0

type Waypoint_CreateSnapshotServer interface {
	Send(*CreateSnapshotResponse) error
	grpc.ServerStream
}

type Waypoint_EntrypointConfigClient

type Waypoint_EntrypointConfigClient interface {
	Recv() (*EntrypointConfigResponse, error)
	grpc.ClientStream
}

type Waypoint_EntrypointConfigServer

type Waypoint_EntrypointConfigServer interface {
	Send(*EntrypointConfigResponse) error
	grpc.ServerStream
}

type Waypoint_EntrypointExecStreamClient

type Waypoint_EntrypointExecStreamClient interface {
	Send(*EntrypointExecRequest) error
	Recv() (*EntrypointExecResponse, error)
	grpc.ClientStream
}

type Waypoint_EntrypointExecStreamServer

type Waypoint_EntrypointExecStreamServer interface {
	Send(*EntrypointExecResponse) error
	Recv() (*EntrypointExecRequest, error)
	grpc.ServerStream
}

type Waypoint_EntrypointLogStreamClient

type Waypoint_EntrypointLogStreamClient interface {
	Send(*EntrypointLogBatch) error
	CloseAndRecv() (*empty.Empty, error)
	grpc.ClientStream
}

type Waypoint_EntrypointLogStreamServer

type Waypoint_EntrypointLogStreamServer interface {
	SendAndClose(*empty.Empty) error
	Recv() (*EntrypointLogBatch, error)
	grpc.ServerStream
}

type Waypoint_GetJobStreamClient

type Waypoint_GetJobStreamClient interface {
	Recv() (*GetJobStreamResponse, error)
	grpc.ClientStream
}

type Waypoint_GetJobStreamServer

type Waypoint_GetJobStreamServer interface {
	Send(*GetJobStreamResponse) error
	grpc.ServerStream
}

type Waypoint_GetLogStreamClient

type Waypoint_GetLogStreamClient interface {
	Recv() (*LogBatch, error)
	grpc.ClientStream
}

type Waypoint_GetLogStreamServer

type Waypoint_GetLogStreamServer interface {
	Send(*LogBatch) error
	grpc.ServerStream
}

type Waypoint_RestoreSnapshotClient added in v0.2.0

type Waypoint_RestoreSnapshotClient interface {
	Send(*RestoreSnapshotRequest) error
	CloseAndRecv() (*empty.Empty, error)
	grpc.ClientStream
}

type Waypoint_RestoreSnapshotServer added in v0.2.0

type Waypoint_RestoreSnapshotServer interface {
	SendAndClose(*empty.Empty) error
	Recv() (*RestoreSnapshotRequest, error)
	grpc.ServerStream
}

type Waypoint_RunnerConfigClient

type Waypoint_RunnerConfigClient interface {
	Send(*RunnerConfigRequest) error
	Recv() (*RunnerConfigResponse, error)
	grpc.ClientStream
}

type Waypoint_RunnerConfigServer

type Waypoint_RunnerConfigServer interface {
	Send(*RunnerConfigResponse) error
	Recv() (*RunnerConfigRequest, error)
	grpc.ServerStream
}

type Waypoint_RunnerJobStreamClient

type Waypoint_RunnerJobStreamClient interface {
	Send(*RunnerJobStreamRequest) error
	Recv() (*RunnerJobStreamResponse, error)
	grpc.ClientStream
}

type Waypoint_RunnerJobStreamServer

type Waypoint_RunnerJobStreamServer interface {
	Send(*RunnerJobStreamResponse) error
	Recv() (*RunnerJobStreamRequest, error)
	grpc.ServerStream
}

type Waypoint_StartExecStreamClient

type Waypoint_StartExecStreamClient interface {
	Send(*ExecStreamRequest) error
	Recv() (*ExecStreamResponse, error)
	grpc.ClientStream
}

type Waypoint_StartExecStreamServer

type Waypoint_StartExecStreamServer interface {
	Send(*ExecStreamResponse) error
	Recv() (*ExecStreamRequest, error)
	grpc.ServerStream
}

type Workspace

type Workspace struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The list of applications that have executed at least one operation
	// within the context of this workspace. To determine which operations
	// you must call the operations respective List API such as ListDeployments.
	Applications []*Workspace_Application `protobuf:"bytes,2,rep,name=applications,proto3" json:"applications,omitempty"`
	// active_time is the last time that this workspace had activity.
	ActiveTime *timestamp.Timestamp `protobuf:"bytes,3,opt,name=active_time,json=activeTime,proto3" json:"active_time,omitempty"`
	// contains filtered or unexported fields
}

func (*Workspace) Descriptor deprecated

func (*Workspace) Descriptor() ([]byte, []int)

Deprecated: Use Workspace.ProtoReflect.Descriptor instead.

func (*Workspace) GetActiveTime

func (x *Workspace) GetActiveTime() *timestamp.Timestamp

func (*Workspace) GetApplications

func (x *Workspace) GetApplications() []*Workspace_Application

func (*Workspace) GetName

func (x *Workspace) GetName() string

func (*Workspace) MarshalJSON added in v0.2.0

func (msg *Workspace) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Workspace) ProtoMessage

func (*Workspace) ProtoMessage()

func (*Workspace) ProtoReflect

func (x *Workspace) ProtoReflect() protoreflect.Message

func (*Workspace) Reset

func (x *Workspace) Reset()

func (*Workspace) String

func (x *Workspace) String() string

func (*Workspace) UnmarshalJSON added in v0.2.0

func (msg *Workspace) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Workspace_Application

type Workspace_Application struct {

	// Application that this is referencing.
	Application *Ref_Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
	// active_time is the last time that this application was active
	ActiveTime *timestamp.Timestamp `protobuf:"bytes,2,opt,name=active_time,json=activeTime,proto3" json:"active_time,omitempty"`
	// contains filtered or unexported fields
}

func (*Workspace_Application) Descriptor deprecated

func (*Workspace_Application) Descriptor() ([]byte, []int)

Deprecated: Use Workspace_Application.ProtoReflect.Descriptor instead.

func (*Workspace_Application) GetActiveTime

func (x *Workspace_Application) GetActiveTime() *timestamp.Timestamp

func (*Workspace_Application) GetApplication

func (x *Workspace_Application) GetApplication() *Ref_Application

func (*Workspace_Application) MarshalJSON added in v0.2.0

func (msg *Workspace_Application) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Workspace_Application) ProtoMessage

func (*Workspace_Application) ProtoMessage()

func (*Workspace_Application) ProtoReflect

func (x *Workspace_Application) ProtoReflect() protoreflect.Message

func (*Workspace_Application) Reset

func (x *Workspace_Application) Reset()

func (*Workspace_Application) String

func (x *Workspace_Application) String() string

func (*Workspace_Application) UnmarshalJSON added in v0.2.0

func (msg *Workspace_Application) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL