defangv1

package
v0.0.0-...-2c4c95a Latest Latest
Warning

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

Go to latest
Published: Dec 31, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Provider_name = map[int32]string{
		0: "PROVIDER_UNSPECIFIED",
		1: "DEFANG",
		2: "AWS",
		3: "DIGITALOCEAN",
		4: "GCP",
	}
	Provider_value = map[string]int32{
		"PROVIDER_UNSPECIFIED": 0,
		"DEFANG":               1,
		"AWS":                  2,
		"DIGITALOCEAN":         3,
		"GCP":                  4,
	}
)

Enum value maps for Provider.

View Source
var (
	DeploymentMode_name = map[int32]string{
		0: "UNSPECIFIED_MODE",
		1: "DEVELOPMENT",
		2: "STAGING",
		3: "PRODUCTION",
	}
	DeploymentMode_value = map[string]int32{
		"UNSPECIFIED_MODE": 0,
		"DEVELOPMENT":      1,
		"STAGING":          2,
		"PRODUCTION":       3,
	}
)

Enum value maps for DeploymentMode.

View Source
var (
	ServiceState_name = map[int32]string{
		0:  "NOT_SPECIFIED",
		1:  "BUILD_QUEUED",
		2:  "BUILD_PROVISIONING",
		3:  "BUILD_PENDING",
		4:  "BUILD_ACTIVATING",
		5:  "BUILD_RUNNING",
		6:  "BUILD_STOPPING",
		7:  "UPDATE_QUEUED",
		8:  "DEPLOYMENT_PENDING",
		9:  "DEPLOYMENT_COMPLETED",
		10: "DEPLOYMENT_FAILED",
		11: "BUILD_FAILED",
		12: "DEPLOYMENT_SCALED_IN",
	}
	ServiceState_value = map[string]int32{
		"NOT_SPECIFIED":        0,
		"BUILD_QUEUED":         1,
		"BUILD_PROVISIONING":   2,
		"BUILD_PENDING":        3,
		"BUILD_ACTIVATING":     4,
		"BUILD_RUNNING":        5,
		"BUILD_STOPPING":       6,
		"UPDATE_QUEUED":        7,
		"DEPLOYMENT_PENDING":   8,
		"DEPLOYMENT_COMPLETED": 9,
		"DEPLOYMENT_FAILED":    10,
		"BUILD_FAILED":         11,
		"DEPLOYMENT_SCALED_IN": 12,
	}
)

Enum value maps for ServiceState.

View Source
var (
	ConfigType_name = map[int32]string{
		0: "CONFIGTYPE_UNSPECIFIED",
		1: "CONFIGTYPE_SENSITIVE",
	}
	ConfigType_value = map[string]int32{
		"CONFIGTYPE_UNSPECIFIED": 0,
		"CONFIGTYPE_SENSITIVE":   1,
	}
)

Enum value maps for ConfigType.

View Source
var (
	DeploymentAction_name = map[int32]string{
		0: "DEPLOYMENT_ACTION_UNSPECIFIED",
		1: "DEPLOYMENT_ACTION_UP",
		2: "DEPLOYMENT_ACTION_DOWN",
	}
	DeploymentAction_value = map[string]int32{
		"DEPLOYMENT_ACTION_UNSPECIFIED": 0,
		"DEPLOYMENT_ACTION_UP":          1,
		"DEPLOYMENT_ACTION_DOWN":        2,
	}
)

Enum value maps for DeploymentAction.

View Source
var (
	Platform_name = map[int32]string{
		0: "LINUX_AMD64",
		1: "LINUX_ARM64",
		2: "LINUX_ANY",
	}
	Platform_value = map[string]int32{
		"LINUX_AMD64": 0,
		"LINUX_ARM64": 1,
		"LINUX_ANY":   2,
	}
)

Enum value maps for Platform.

View Source
var (
	Protocol_name = map[int32]string{
		0: "ANY",
		1: "UDP",
		2: "TCP",
		3: "HTTP",
		4: "HTTP2",
		5: "GRPC",
	}
	Protocol_value = map[string]int32{
		"ANY":   0,
		"UDP":   1,
		"TCP":   2,
		"HTTP":  3,
		"HTTP2": 4,
		"GRPC":  5,
	}
)

Enum value maps for Protocol.

View Source
var (
	Mode_name = map[int32]string{
		0: "HOST",
		1: "INGRESS",
	}
	Mode_value = map[string]int32{
		"HOST":    0,
		"INGRESS": 1,
	}
)

Enum value maps for Mode.

View Source
var (
	Network_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "PRIVATE",
		2: "PUBLIC",
	}
	Network_value = map[string]int32{
		"UNSPECIFIED": 0,
		"PRIVATE":     1,
		"PUBLIC":      2,
	}
)

Enum value maps for Network.

View Source
var (
	SubscriptionTier_name = map[int32]string{
		0: "SUBSCRIPTION_TIER_UNSPECIFIED",
		1: "HOBBY",
		2: "PERSONAL",
		3: "PRO",
		4: "TEAM",
	}
	SubscriptionTier_value = map[string]int32{
		"SUBSCRIPTION_TIER_UNSPECIFIED": 0,
		"HOBBY":                         1,
		"PERSONAL":                      2,
		"PRO":                           3,
		"TEAM":                          4,
	}
)

Enum value maps for SubscriptionTier.

View Source
var File_io_defang_v1_fabric_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Build deprecated

type Build struct {
	Context    string            `protobuf:"bytes,1,opt,name=context,proto3" json:"context,omitempty"`       // path or URL to the build context
	Dockerfile string            `protobuf:"bytes,2,opt,name=dockerfile,proto3" json:"dockerfile,omitempty"` // path to the Dockerfile
	Args       map[string]string ``                                                                          // build-time variables
	/* 135-byte string literal not displayed */
	ShmSize float32 `protobuf:"fixed32,4,opt,name=shm_size,json=shmSize,proto3" json:"shm_size,omitempty"` // in MiB
	Target  string  `protobuf:"bytes,5,opt,name=target,proto3" json:"target,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in io/defang/v1/fabric.proto.

func (*Build) Descriptor deprecated

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

Deprecated: Use Build.ProtoReflect.Descriptor instead.

func (*Build) GetArgs

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

func (*Build) GetContext

func (x *Build) GetContext() string

func (*Build) GetDockerfile

func (x *Build) GetDockerfile() string

func (*Build) GetShmSize

func (x *Build) GetShmSize() float32

func (*Build) GetTarget

func (x *Build) GetTarget() string

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

type CanIUseRequest

type CanIUseRequest struct {
	Project  string   `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	Provider Provider `protobuf:"varint,2,opt,name=provider,proto3,enum=io.defang.v1.Provider" json:"provider,omitempty"`
	// contains filtered or unexported fields
}

func (*CanIUseRequest) Descriptor deprecated

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

Deprecated: Use CanIUseRequest.ProtoReflect.Descriptor instead.

func (*CanIUseRequest) GetProject

func (x *CanIUseRequest) GetProject() string

func (*CanIUseRequest) GetProvider

func (x *CanIUseRequest) GetProvider() Provider

func (*CanIUseRequest) ProtoMessage

func (*CanIUseRequest) ProtoMessage()

func (*CanIUseRequest) ProtoReflect

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

func (*CanIUseRequest) Reset

func (x *CanIUseRequest) Reset()

func (*CanIUseRequest) String

func (x *CanIUseRequest) String() string

type CanIUseResponse

type CanIUseResponse struct {
	CdImage string `protobuf:"bytes,2,opt,name=cd_image,json=cdImage,proto3" json:"cd_image,omitempty"`
	Gpu     bool   `protobuf:"varint,3,opt,name=gpu,proto3" json:"gpu,omitempty"`
	// contains filtered or unexported fields
}

func (*CanIUseResponse) Descriptor deprecated

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

Deprecated: Use CanIUseResponse.ProtoReflect.Descriptor instead.

func (*CanIUseResponse) GetCdImage

func (x *CanIUseResponse) GetCdImage() string

func (*CanIUseResponse) GetGpu

func (x *CanIUseResponse) GetGpu() bool

func (*CanIUseResponse) ProtoMessage

func (*CanIUseResponse) ProtoMessage()

func (*CanIUseResponse) ProtoReflect

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

func (*CanIUseResponse) Reset

func (x *CanIUseResponse) Reset()

func (*CanIUseResponse) String

func (x *CanIUseResponse) String() string

type CodeChange

type CodeChange struct {
	File   string `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	Change string `protobuf:"bytes,2,opt,name=change,proto3" json:"change,omitempty"`
	// contains filtered or unexported fields
}

func (*CodeChange) Descriptor deprecated

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

Deprecated: Use CodeChange.ProtoReflect.Descriptor instead.

func (*CodeChange) GetChange

func (x *CodeChange) GetChange() string

func (*CodeChange) GetFile

func (x *CodeChange) GetFile() string

func (*CodeChange) ProtoMessage

func (*CodeChange) ProtoMessage()

func (*CodeChange) ProtoReflect

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

func (*CodeChange) Reset

func (x *CodeChange) Reset()

func (*CodeChange) String

func (x *CodeChange) String() string

type Config

type Config 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"`
	Project string     `protobuf:"bytes,3,opt,name=project,proto3" json:"project,omitempty"`
	Type    ConfigType `protobuf:"varint,4,opt,name=type,proto3,enum=io.defang.v1.ConfigType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*Config) Descriptor deprecated

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

Deprecated: Use Config.ProtoReflect.Descriptor instead.

func (*Config) GetName

func (x *Config) GetName() string

func (*Config) GetProject

func (x *Config) GetProject() string

func (*Config) GetType

func (x *Config) GetType() ConfigType

func (*Config) GetValue

func (x *Config) GetValue() string

func (*Config) ProtoMessage

func (*Config) ProtoMessage()

func (*Config) ProtoReflect

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

func (*Config) Reset

func (x *Config) Reset()

func (*Config) String

func (x *Config) String() string

type ConfigKey

type ConfigKey struct {
	Name    string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"` // defaults to tenant ID
	// contains filtered or unexported fields
}

func (*ConfigKey) Descriptor deprecated

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

Deprecated: Use ConfigKey.ProtoReflect.Descriptor instead.

func (*ConfigKey) GetName

func (x *ConfigKey) GetName() string

func (*ConfigKey) GetProject

func (x *ConfigKey) GetProject() string

func (*ConfigKey) ProtoMessage

func (*ConfigKey) ProtoMessage()

func (*ConfigKey) ProtoReflect

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

func (*ConfigKey) Reset

func (x *ConfigKey) Reset()

func (*ConfigKey) String

func (x *ConfigKey) String() string

type ConfigType

type ConfigType int32
const (
	ConfigType_CONFIGTYPE_UNSPECIFIED ConfigType = 0
	ConfigType_CONFIGTYPE_SENSITIVE   ConfigType = 1
)

func (ConfigType) Descriptor

func (ConfigType) Descriptor() protoreflect.EnumDescriptor

func (ConfigType) Enum

func (x ConfigType) Enum() *ConfigType

func (ConfigType) EnumDescriptor deprecated

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

Deprecated: Use ConfigType.Descriptor instead.

func (ConfigType) Number

func (x ConfigType) Number() protoreflect.EnumNumber

func (ConfigType) String

func (x ConfigType) String() string

func (ConfigType) Type

type DebugRequest

type DebugRequest struct {
	Files    []*File  `protobuf:"bytes,1,rep,name=files,proto3" json:"files,omitempty"`
	Etag     string   `protobuf:"bytes,2,opt,name=etag,proto3" json:"etag,omitempty"`
	Project  string   `protobuf:"bytes,3,opt,name=project,proto3" json:"project,omitempty"`
	Logs     string   `protobuf:"bytes,4,opt,name=logs,proto3" json:"logs,omitempty"`
	Services []string `protobuf:"bytes,5,rep,name=services,proto3" json:"services,omitempty"`
	// contains filtered or unexported fields
}

func (*DebugRequest) Descriptor deprecated

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

Deprecated: Use DebugRequest.ProtoReflect.Descriptor instead.

func (*DebugRequest) GetEtag

func (x *DebugRequest) GetEtag() string

func (*DebugRequest) GetFiles

func (x *DebugRequest) GetFiles() []*File

func (*DebugRequest) GetLogs

func (x *DebugRequest) GetLogs() string

func (*DebugRequest) GetProject

func (x *DebugRequest) GetProject() string

func (*DebugRequest) GetServices

func (x *DebugRequest) GetServices() []string

func (*DebugRequest) ProtoMessage

func (*DebugRequest) ProtoMessage()

func (*DebugRequest) ProtoReflect

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

func (*DebugRequest) Reset

func (x *DebugRequest) Reset()

func (*DebugRequest) String

func (x *DebugRequest) String() string

type DebugResponse

type DebugResponse struct {
	General  string   `protobuf:"bytes,1,opt,name=general,proto3" json:"general,omitempty"`
	Issues   []*Issue `protobuf:"bytes,2,rep,name=issues,proto3" json:"issues,omitempty"`
	Requests []string `protobuf:"bytes,3,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

func (*DebugResponse) Descriptor deprecated

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

Deprecated: Use DebugResponse.ProtoReflect.Descriptor instead.

func (*DebugResponse) GetGeneral

func (x *DebugResponse) GetGeneral() string

func (*DebugResponse) GetIssues

func (x *DebugResponse) GetIssues() []*Issue

func (*DebugResponse) GetRequests

func (x *DebugResponse) GetRequests() []string

func (*DebugResponse) ProtoMessage

func (*DebugResponse) ProtoMessage()

func (*DebugResponse) ProtoReflect

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

func (*DebugResponse) Reset

func (x *DebugResponse) Reset()

func (*DebugResponse) String

func (x *DebugResponse) String() string

type DelegateSubdomainZoneRequest

type DelegateSubdomainZoneRequest struct {
	NameServerRecords []string `protobuf:"bytes,1,rep,name=name_server_records,json=nameServerRecords,proto3" json:"name_server_records,omitempty"`
	// contains filtered or unexported fields
}

func (*DelegateSubdomainZoneRequest) Descriptor deprecated

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

Deprecated: Use DelegateSubdomainZoneRequest.ProtoReflect.Descriptor instead.

func (*DelegateSubdomainZoneRequest) GetNameServerRecords

func (x *DelegateSubdomainZoneRequest) GetNameServerRecords() []string

func (*DelegateSubdomainZoneRequest) ProtoMessage

func (*DelegateSubdomainZoneRequest) ProtoMessage()

func (*DelegateSubdomainZoneRequest) ProtoReflect

func (*DelegateSubdomainZoneRequest) Reset

func (x *DelegateSubdomainZoneRequest) Reset()

func (*DelegateSubdomainZoneRequest) String

type DelegateSubdomainZoneResponse

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

func (*DelegateSubdomainZoneResponse) Descriptor deprecated

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

Deprecated: Use DelegateSubdomainZoneResponse.ProtoReflect.Descriptor instead.

func (*DelegateSubdomainZoneResponse) GetZone

func (*DelegateSubdomainZoneResponse) ProtoMessage

func (*DelegateSubdomainZoneResponse) ProtoMessage()

func (*DelegateSubdomainZoneResponse) ProtoReflect

func (*DelegateSubdomainZoneResponse) Reset

func (x *DelegateSubdomainZoneResponse) Reset()

func (*DelegateSubdomainZoneResponse) String

type DeleteConfigsRequest

type DeleteConfigsRequest struct {
	Configs []*ConfigKey `protobuf:"bytes,1,rep,name=configs,proto3" json:"configs,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteConfigsRequest) Descriptor deprecated

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

Deprecated: Use DeleteConfigsRequest.ProtoReflect.Descriptor instead.

func (*DeleteConfigsRequest) GetConfigs

func (x *DeleteConfigsRequest) GetConfigs() []*ConfigKey

func (*DeleteConfigsRequest) ProtoMessage

func (*DeleteConfigsRequest) ProtoMessage()

func (*DeleteConfigsRequest) ProtoReflect

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

func (*DeleteConfigsRequest) Reset

func (x *DeleteConfigsRequest) Reset()

func (*DeleteConfigsRequest) String

func (x *DeleteConfigsRequest) String() string

type DeleteRequest

type DeleteRequest struct {
	Names          []string `protobuf:"bytes,1,rep,name=names,proto3" json:"names,omitempty"`
	Project        string   `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"` // defaults to tenant ID
	DelegateDomain string   `protobuf:"bytes,3,opt,name=delegate_domain,json=delegateDomain,proto3" json:"delegate_domain,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteRequest) Descriptor deprecated

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

Deprecated: Use DeleteRequest.ProtoReflect.Descriptor instead.

func (*DeleteRequest) GetDelegateDomain

func (x *DeleteRequest) GetDelegateDomain() string

func (*DeleteRequest) GetNames

func (x *DeleteRequest) GetNames() []string

func (*DeleteRequest) GetProject

func (x *DeleteRequest) GetProject() string

func (*DeleteRequest) ProtoMessage

func (*DeleteRequest) ProtoMessage()

func (*DeleteRequest) ProtoReflect

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

func (*DeleteRequest) Reset

func (x *DeleteRequest) Reset()

func (*DeleteRequest) String

func (x *DeleteRequest) String() string

type DeleteResponse

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

func (*DeleteResponse) Descriptor deprecated

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

Deprecated: Use DeleteResponse.ProtoReflect.Descriptor instead.

func (*DeleteResponse) GetEtag

func (x *DeleteResponse) GetEtag() string

func (*DeleteResponse) ProtoMessage

func (*DeleteResponse) ProtoMessage()

func (*DeleteResponse) ProtoReflect

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

func (*DeleteResponse) Reset

func (x *DeleteResponse) Reset()

func (*DeleteResponse) String

func (x *DeleteResponse) String() string

type Deploy deprecated

type Deploy struct {
	Replicas  uint32     `protobuf:"varint,1,opt,name=replicas,proto3" json:"replicas,omitempty"`  // number of initial replicas
	Resources *Resources `protobuf:"bytes,2,opt,name=resources,proto3" json:"resources,omitempty"` // reservations and limits
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in io/defang/v1/fabric.proto.

func (*Deploy) Descriptor deprecated

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

Deprecated: Use Deploy.ProtoReflect.Descriptor instead.

func (*Deploy) GetReplicas

func (x *Deploy) GetReplicas() uint32

func (*Deploy) GetResources

func (x *Deploy) GetResources() *Resources

func (*Deploy) ProtoMessage

func (*Deploy) ProtoMessage()

func (*Deploy) ProtoReflect

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

func (*Deploy) Reset

func (x *Deploy) Reset()

func (*Deploy) String

func (x *Deploy) String() string

type DeployEvent

type DeployEvent struct {
	Mode            DeploymentMode         `protobuf:"varint,1,opt,name=mode,proto3,enum=io.defang.v1.DeploymentMode" json:"mode,omitempty"`
	Type            string                 `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` // required
	Source          string                 `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"`
	Id              string                 `protobuf:"bytes,4,opt,name=id,proto3" json:"id,omitempty"` // etag
	Datacontenttype string                 `protobuf:"bytes,5,opt,name=datacontenttype,proto3" json:"datacontenttype,omitempty"`
	Dataschema      string                 `protobuf:"bytes,6,opt,name=dataschema,proto3" json:"dataschema,omitempty"`
	Subject         string                 `protobuf:"bytes,7,opt,name=subject,proto3" json:"subject,omitempty"` // tenant|stack; also used as SQS group ID
	Time            *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=time,proto3" json:"time,omitempty"`
	Data            []byte                 `protobuf:"bytes,9,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

TODO: internal message; move to a separate proto file; was Event

func (*DeployEvent) Descriptor deprecated

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

Deprecated: Use DeployEvent.ProtoReflect.Descriptor instead.

func (*DeployEvent) GetData

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

func (*DeployEvent) GetDatacontenttype

func (x *DeployEvent) GetDatacontenttype() string

func (*DeployEvent) GetDataschema

func (x *DeployEvent) GetDataschema() string

func (*DeployEvent) GetId

func (x *DeployEvent) GetId() string

func (*DeployEvent) GetMode

func (x *DeployEvent) GetMode() DeploymentMode

func (*DeployEvent) GetSource

func (x *DeployEvent) GetSource() string

func (*DeployEvent) GetSubject

func (x *DeployEvent) GetSubject() string

func (*DeployEvent) GetTime

func (x *DeployEvent) GetTime() *timestamppb.Timestamp

func (*DeployEvent) GetType

func (x *DeployEvent) GetType() string

func (*DeployEvent) ProtoMessage

func (*DeployEvent) ProtoMessage()

func (*DeployEvent) ProtoReflect

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

func (*DeployEvent) Reset

func (x *DeployEvent) Reset()

func (*DeployEvent) String

func (x *DeployEvent) String() string

type DeployRequest

type DeployRequest struct {

	// Deprecated: Marked as deprecated in io/defang/v1/fabric.proto.
	Services []*Service `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"` // deprecated; use compose
	// Deprecated: Marked as deprecated in io/defang/v1/fabric.proto.
	Project         string         `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"` // deprecated; use compose.name
	Mode            DeploymentMode `protobuf:"varint,3,opt,name=mode,proto3,enum=io.defang.v1.DeploymentMode" json:"mode,omitempty"`
	Compose         []byte         `protobuf:"bytes,4,opt,name=compose,proto3" json:"compose,omitempty"` // yaml (or json)
	DelegateDomain  string         `protobuf:"bytes,5,opt,name=delegate_domain,json=delegateDomain,proto3" json:"delegate_domain,omitempty"`
	DelegationSetId string         `protobuf:"bytes,6,opt,name=delegation_set_id,json=delegationSetId,proto3" json:"delegation_set_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeployRequest) Descriptor deprecated

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

Deprecated: Use DeployRequest.ProtoReflect.Descriptor instead.

func (*DeployRequest) GetCompose

func (x *DeployRequest) GetCompose() []byte

func (*DeployRequest) GetDelegateDomain

func (x *DeployRequest) GetDelegateDomain() string

func (*DeployRequest) GetDelegationSetId

func (x *DeployRequest) GetDelegationSetId() string

func (*DeployRequest) GetMode

func (x *DeployRequest) GetMode() DeploymentMode

func (*DeployRequest) GetProject deprecated

func (x *DeployRequest) GetProject() string

Deprecated: Marked as deprecated in io/defang/v1/fabric.proto.

func (*DeployRequest) GetServices deprecated

func (x *DeployRequest) GetServices() []*Service

Deprecated: Marked as deprecated in io/defang/v1/fabric.proto.

func (*DeployRequest) ProtoMessage

func (*DeployRequest) ProtoMessage()

func (*DeployRequest) ProtoReflect

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

func (*DeployRequest) Reset

func (x *DeployRequest) Reset()

func (*DeployRequest) String

func (x *DeployRequest) String() string

type DeployResponse

type DeployResponse struct {
	Services []*ServiceInfo `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
	Etag     string         `protobuf:"bytes,2,opt,name=etag,proto3" json:"etag,omitempty"`
	// contains filtered or unexported fields
}

func (*DeployResponse) Descriptor deprecated

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

Deprecated: Use DeployResponse.ProtoReflect.Descriptor instead.

func (*DeployResponse) GetEtag

func (x *DeployResponse) GetEtag() string

func (*DeployResponse) GetServices

func (x *DeployResponse) GetServices() []*ServiceInfo

func (*DeployResponse) ProtoMessage

func (*DeployResponse) ProtoMessage()

func (*DeployResponse) ProtoReflect

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

func (*DeployResponse) Reset

func (x *DeployResponse) Reset()

func (*DeployResponse) String

func (x *DeployResponse) String() string

type Deployment

type Deployment struct {
	Id                string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Project           string                 `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	Provider          string                 `protobuf:"bytes,3,opt,name=provider,proto3" json:"provider,omitempty"`
	ProviderAccountId string                 `protobuf:"bytes,4,opt,name=provider_account_id,json=providerAccountId,proto3" json:"provider_account_id,omitempty"`
	Timestamp         *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Action            DeploymentAction       `protobuf:"varint,6,opt,name=action,proto3,enum=io.defang.v1.DeploymentAction" json:"action,omitempty"`
	// contains filtered or unexported fields
}

func (*Deployment) Descriptor deprecated

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

Deprecated: Use Deployment.ProtoReflect.Descriptor instead.

func (*Deployment) GetAction

func (x *Deployment) GetAction() DeploymentAction

func (*Deployment) GetId

func (x *Deployment) GetId() string

func (*Deployment) GetProject

func (x *Deployment) GetProject() string

func (*Deployment) GetProvider

func (x *Deployment) GetProvider() string

func (*Deployment) GetProviderAccountId

func (x *Deployment) GetProviderAccountId() string

func (*Deployment) GetTimestamp

func (x *Deployment) GetTimestamp() *timestamppb.Timestamp

func (*Deployment) ProtoMessage

func (*Deployment) ProtoMessage()

func (*Deployment) ProtoReflect

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

func (*Deployment) Reset

func (x *Deployment) Reset()

func (*Deployment) String

func (x *Deployment) String() string

type DeploymentAction

type DeploymentAction int32
const (
	DeploymentAction_DEPLOYMENT_ACTION_UNSPECIFIED DeploymentAction = 0
	DeploymentAction_DEPLOYMENT_ACTION_UP          DeploymentAction = 1
	DeploymentAction_DEPLOYMENT_ACTION_DOWN        DeploymentAction = 2
)

func (DeploymentAction) Descriptor

func (DeploymentAction) Enum

func (DeploymentAction) EnumDescriptor deprecated

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

Deprecated: Use DeploymentAction.Descriptor instead.

func (DeploymentAction) Number

func (DeploymentAction) String

func (x DeploymentAction) String() string

func (DeploymentAction) Type

type DeploymentMode

type DeploymentMode int32
const (
	DeploymentMode_UNSPECIFIED_MODE DeploymentMode = 0
	DeploymentMode_DEVELOPMENT      DeploymentMode = 1
	DeploymentMode_STAGING          DeploymentMode = 2
	DeploymentMode_PRODUCTION       DeploymentMode = 3
)

func (DeploymentMode) Descriptor

func (DeploymentMode) Enum

func (x DeploymentMode) Enum() *DeploymentMode

func (DeploymentMode) EnumDescriptor deprecated

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

Deprecated: Use DeploymentMode.Descriptor instead.

func (DeploymentMode) Number

func (DeploymentMode) String

func (x DeploymentMode) String() string

func (DeploymentMode) Type

type DestroyRequest

type DestroyRequest struct {
	Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` // defaults to tenant ID
	// contains filtered or unexported fields
}

func (*DestroyRequest) Descriptor deprecated

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

Deprecated: Use DestroyRequest.ProtoReflect.Descriptor instead.

func (*DestroyRequest) GetProject

func (x *DestroyRequest) GetProject() string

func (*DestroyRequest) ProtoMessage

func (*DestroyRequest) ProtoMessage()

func (*DestroyRequest) ProtoReflect

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

func (*DestroyRequest) Reset

func (x *DestroyRequest) Reset()

func (*DestroyRequest) String

func (x *DestroyRequest) String() string

type DestroyResponse

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

func (*DestroyResponse) Descriptor deprecated

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

Deprecated: Use DestroyResponse.ProtoReflect.Descriptor instead.

func (*DestroyResponse) GetEtag

func (x *DestroyResponse) GetEtag() string

func (*DestroyResponse) ProtoMessage

func (*DestroyResponse) ProtoMessage()

func (*DestroyResponse) ProtoReflect

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

func (*DestroyResponse) Reset

func (x *DestroyResponse) Reset()

func (*DestroyResponse) String

func (x *DestroyResponse) String() string

type Device deprecated

type Device struct {
	Capabilities []string `protobuf:"bytes,1,rep,name=capabilities,proto3" json:"capabilities,omitempty"` // "gpu", "tpu", etc.
	Driver       string   `protobuf:"bytes,2,opt,name=driver,proto3" json:"driver,omitempty"`             // "nvidia", "amd", etc.
	Count        uint32   `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"`              // number of devices to reserve
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in io/defang/v1/fabric.proto.

func (*Device) Descriptor deprecated

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

Deprecated: Use Device.ProtoReflect.Descriptor instead.

func (*Device) GetCapabilities

func (x *Device) GetCapabilities() []string

func (*Device) GetCount

func (x *Device) GetCount() uint32

func (*Device) GetDriver

func (x *Device) GetDriver() string

func (*Device) ProtoMessage

func (*Device) ProtoMessage()

func (*Device) ProtoReflect

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

func (*Device) Reset

func (x *Device) Reset()

func (*Device) String

func (x *Device) String() string

type Event deprecated

type Event struct {
	Specversion     string                 `protobuf:"bytes,1,opt,name=specversion,proto3" json:"specversion,omitempty"` // required (but we don't care)
	Type            string                 `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`               // required
	Source          string                 `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"`           // required
	Id              string                 `protobuf:"bytes,4,opt,name=id,proto3" json:"id,omitempty"`                   // required
	Datacontenttype string                 `protobuf:"bytes,5,opt,name=datacontenttype,proto3" json:"datacontenttype,omitempty"`
	Dataschema      string                 `protobuf:"bytes,6,opt,name=dataschema,proto3" json:"dataschema,omitempty"`
	Subject         string                 `protobuf:"bytes,7,opt,name=subject,proto3" json:"subject,omitempty"`
	Time            *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=time,proto3" json:"time,omitempty"`
	Data            []byte                 `protobuf:"bytes,9,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in io/defang/v1/fabric.proto.

func (*Event) Descriptor deprecated

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

Deprecated: Use Event.ProtoReflect.Descriptor instead.

func (*Event) GetData

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

func (*Event) GetDatacontenttype

func (x *Event) GetDatacontenttype() string

func (*Event) GetDataschema

func (x *Event) GetDataschema() string

func (*Event) GetId

func (x *Event) GetId() string

func (*Event) GetSource

func (x *Event) GetSource() string

func (*Event) GetSpecversion

func (x *Event) GetSpecversion() string

func (*Event) GetSubject

func (x *Event) GetSubject() string

func (*Event) GetTime

func (x *Event) GetTime() *timestamppb.Timestamp

func (*Event) GetType

func (x *Event) GetType() string

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) ProtoReflect

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

func (*Event) Reset

func (x *Event) Reset()

func (*Event) String

func (x *Event) String() string

type File

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

func (*File) Descriptor deprecated

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

Deprecated: Use File.ProtoReflect.Descriptor instead.

func (*File) GetContent

func (x *File) GetContent() string

func (*File) GetName

func (x *File) GetName() string

func (*File) ProtoMessage

func (*File) ProtoMessage()

func (*File) ProtoReflect

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

func (*File) Reset

func (x *File) Reset()

func (*File) String

func (x *File) String() string

type GenerateFilesRequest

type GenerateFilesRequest struct {
	Prompt   string `protobuf:"bytes,1,opt,name=prompt,proto3" json:"prompt,omitempty"`
	Language string `protobuf:"bytes,2,opt,name=language,proto3" json:"language,omitempty"`
	AgreeTos bool   `protobuf:"varint,3,opt,name=agree_tos,json=agreeTos,proto3" json:"agree_tos,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateFilesRequest) Descriptor deprecated

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

Deprecated: Use GenerateFilesRequest.ProtoReflect.Descriptor instead.

func (*GenerateFilesRequest) GetAgreeTos

func (x *GenerateFilesRequest) GetAgreeTos() bool

func (*GenerateFilesRequest) GetLanguage

func (x *GenerateFilesRequest) GetLanguage() string

func (*GenerateFilesRequest) GetPrompt

func (x *GenerateFilesRequest) GetPrompt() string

func (*GenerateFilesRequest) ProtoMessage

func (*GenerateFilesRequest) ProtoMessage()

func (*GenerateFilesRequest) ProtoReflect

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

func (*GenerateFilesRequest) Reset

func (x *GenerateFilesRequest) Reset()

func (*GenerateFilesRequest) String

func (x *GenerateFilesRequest) String() string

type GenerateFilesResponse

type GenerateFilesResponse struct {
	Files []*File `protobuf:"bytes,1,rep,name=files,proto3" json:"files,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateFilesResponse) Descriptor deprecated

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

Deprecated: Use GenerateFilesResponse.ProtoReflect.Descriptor instead.

func (*GenerateFilesResponse) GetFiles

func (x *GenerateFilesResponse) GetFiles() []*File

func (*GenerateFilesResponse) ProtoMessage

func (*GenerateFilesResponse) ProtoMessage()

func (*GenerateFilesResponse) ProtoReflect

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

func (*GenerateFilesResponse) Reset

func (x *GenerateFilesResponse) Reset()

func (*GenerateFilesResponse) String

func (x *GenerateFilesResponse) String() string

type GenerateStatusRequest

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

func (*GenerateStatusRequest) Descriptor deprecated

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

Deprecated: Use GenerateStatusRequest.ProtoReflect.Descriptor instead.

func (*GenerateStatusRequest) GetUuid

func (x *GenerateStatusRequest) GetUuid() string

func (*GenerateStatusRequest) ProtoMessage

func (*GenerateStatusRequest) ProtoMessage()

func (*GenerateStatusRequest) ProtoReflect

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

func (*GenerateStatusRequest) Reset

func (x *GenerateStatusRequest) Reset()

func (*GenerateStatusRequest) String

func (x *GenerateStatusRequest) String() string

type GetConfigsRequest

type GetConfigsRequest struct {
	Configs []*ConfigKey `protobuf:"bytes,1,rep,name=configs,proto3" json:"configs,omitempty"`
	// contains filtered or unexported fields
}

func (*GetConfigsRequest) Descriptor deprecated

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

Deprecated: Use GetConfigsRequest.ProtoReflect.Descriptor instead.

func (*GetConfigsRequest) GetConfigs

func (x *GetConfigsRequest) GetConfigs() []*ConfigKey

func (*GetConfigsRequest) ProtoMessage

func (*GetConfigsRequest) ProtoMessage()

func (*GetConfigsRequest) ProtoReflect

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

func (*GetConfigsRequest) Reset

func (x *GetConfigsRequest) Reset()

func (*GetConfigsRequest) String

func (x *GetConfigsRequest) String() string

type GetConfigsResponse

type GetConfigsResponse struct {
	Configs []*Config `protobuf:"bytes,1,rep,name=configs,proto3" json:"configs,omitempty"`
	// contains filtered or unexported fields
}

func (*GetConfigsResponse) Descriptor deprecated

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

Deprecated: Use GetConfigsResponse.ProtoReflect.Descriptor instead.

func (*GetConfigsResponse) GetConfigs

func (x *GetConfigsResponse) GetConfigs() []*Config

func (*GetConfigsResponse) ProtoMessage

func (*GetConfigsResponse) ProtoMessage()

func (*GetConfigsResponse) ProtoReflect

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

func (*GetConfigsResponse) Reset

func (x *GetConfigsResponse) Reset()

func (*GetConfigsResponse) String

func (x *GetConfigsResponse) String() string

type GetRequest

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

func (*GetRequest) Descriptor deprecated

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

Deprecated: Use GetRequest.ProtoReflect.Descriptor instead.

func (*GetRequest) GetName

func (x *GetRequest) GetName() string

func (*GetRequest) GetProject

func (x *GetRequest) GetProject() string

func (*GetRequest) ProtoMessage

func (*GetRequest) ProtoMessage()

func (*GetRequest) ProtoReflect

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

func (*GetRequest) Reset

func (x *GetRequest) Reset()

func (*GetRequest) String

func (x *GetRequest) String() string

type GetSelectedProviderRequest

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

func (*GetSelectedProviderRequest) Descriptor deprecated

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

Deprecated: Use GetSelectedProviderRequest.ProtoReflect.Descriptor instead.

func (*GetSelectedProviderRequest) GetProject

func (x *GetSelectedProviderRequest) GetProject() string

func (*GetSelectedProviderRequest) ProtoMessage

func (*GetSelectedProviderRequest) ProtoMessage()

func (*GetSelectedProviderRequest) ProtoReflect

func (*GetSelectedProviderRequest) Reset

func (x *GetSelectedProviderRequest) Reset()

func (*GetSelectedProviderRequest) String

func (x *GetSelectedProviderRequest) String() string

type GetSelectedProviderResponse

type GetSelectedProviderResponse struct {
	Provider Provider `protobuf:"varint,1,opt,name=provider,proto3,enum=io.defang.v1.Provider" json:"provider,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSelectedProviderResponse) Descriptor deprecated

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

Deprecated: Use GetSelectedProviderResponse.ProtoReflect.Descriptor instead.

func (*GetSelectedProviderResponse) GetProvider

func (x *GetSelectedProviderResponse) GetProvider() Provider

func (*GetSelectedProviderResponse) ProtoMessage

func (*GetSelectedProviderResponse) ProtoMessage()

func (*GetSelectedProviderResponse) ProtoReflect

func (*GetSelectedProviderResponse) Reset

func (x *GetSelectedProviderResponse) Reset()

func (*GetSelectedProviderResponse) String

func (x *GetSelectedProviderResponse) String() string

type GetServicesRequest

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

func (*GetServicesRequest) Descriptor deprecated

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

Deprecated: Use GetServicesRequest.ProtoReflect.Descriptor instead.

func (*GetServicesRequest) GetProject

func (x *GetServicesRequest) GetProject() string

func (*GetServicesRequest) ProtoMessage

func (*GetServicesRequest) ProtoMessage()

func (*GetServicesRequest) ProtoReflect

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

func (*GetServicesRequest) Reset

func (x *GetServicesRequest) Reset()

func (*GetServicesRequest) String

func (x *GetServicesRequest) String() string

type GetServicesResponse

type GetServicesResponse struct {
	Services  []*ServiceInfo         `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
	Project   string                 `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServicesResponse) Descriptor deprecated

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

Deprecated: Use GetServicesResponse.ProtoReflect.Descriptor instead.

func (*GetServicesResponse) GetExpiresAt

func (x *GetServicesResponse) GetExpiresAt() *timestamppb.Timestamp

func (*GetServicesResponse) GetProject

func (x *GetServicesResponse) GetProject() string

func (*GetServicesResponse) GetServices

func (x *GetServicesResponse) GetServices() []*ServiceInfo

func (*GetServicesResponse) ProtoMessage

func (*GetServicesResponse) ProtoMessage()

func (*GetServicesResponse) ProtoReflect

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

func (*GetServicesResponse) Reset

func (x *GetServicesResponse) Reset()

func (*GetServicesResponse) String

func (x *GetServicesResponse) String() string

type HealthCheck deprecated

type HealthCheck struct {
	Test     []string `protobuf:"bytes,1,rep,name=test,proto3" json:"test,omitempty"`
	Interval uint32   `protobuf:"varint,2,opt,name=interval,proto3" json:"interval,omitempty"` // in seconds
	Timeout  uint32   `protobuf:"varint,3,opt,name=timeout,proto3" json:"timeout,omitempty"`   // in seconds; must be less than interval
	Retries  uint32   `protobuf:"varint,4,opt,name=retries,proto3" json:"retries,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in io/defang/v1/fabric.proto.

func (*HealthCheck) Descriptor deprecated

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

Deprecated: Use HealthCheck.ProtoReflect.Descriptor instead.

func (*HealthCheck) GetInterval

func (x *HealthCheck) GetInterval() uint32

func (*HealthCheck) GetRetries

func (x *HealthCheck) GetRetries() uint32

func (*HealthCheck) GetTest

func (x *HealthCheck) GetTest() []string

func (*HealthCheck) GetTimeout

func (x *HealthCheck) GetTimeout() uint32

func (*HealthCheck) ProtoMessage

func (*HealthCheck) ProtoMessage()

func (*HealthCheck) ProtoReflect

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

func (*HealthCheck) Reset

func (x *HealthCheck) Reset()

func (*HealthCheck) String

func (x *HealthCheck) String() string

type Issue

type Issue struct {
	Type        string        `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Severity    string        `protobuf:"bytes,2,opt,name=severity,proto3" json:"severity,omitempty"`
	Details     string        `protobuf:"bytes,3,opt,name=details,proto3" json:"details,omitempty"`
	CodeChanges []*CodeChange `protobuf:"bytes,4,rep,name=code_changes,json=codeChanges,proto3" json:"code_changes,omitempty"`
	// contains filtered or unexported fields
}

func (*Issue) Descriptor deprecated

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

Deprecated: Use Issue.ProtoReflect.Descriptor instead.

func (*Issue) GetCodeChanges

func (x *Issue) GetCodeChanges() []*CodeChange

func (*Issue) GetDetails

func (x *Issue) GetDetails() string

func (*Issue) GetSeverity

func (x *Issue) GetSeverity() string

func (*Issue) GetType

func (x *Issue) GetType() string

func (*Issue) ProtoMessage

func (*Issue) ProtoMessage()

func (*Issue) ProtoReflect

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

func (*Issue) Reset

func (x *Issue) Reset()

func (*Issue) String

func (x *Issue) String() string

type ListConfigsRequest

type ListConfigsRequest struct {
	Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` // defaults to tenant ID
	// contains filtered or unexported fields
}

func (*ListConfigsRequest) Descriptor deprecated

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

Deprecated: Use ListConfigsRequest.ProtoReflect.Descriptor instead.

func (*ListConfigsRequest) GetProject

func (x *ListConfigsRequest) GetProject() string

func (*ListConfigsRequest) ProtoMessage

func (*ListConfigsRequest) ProtoMessage()

func (*ListConfigsRequest) ProtoReflect

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

func (*ListConfigsRequest) Reset

func (x *ListConfigsRequest) Reset()

func (*ListConfigsRequest) String

func (x *ListConfigsRequest) String() string

type ListConfigsResponse

type ListConfigsResponse struct {
	Configs []*ConfigKey `protobuf:"bytes,1,rep,name=configs,proto3" json:"configs,omitempty"`
	// contains filtered or unexported fields
}

func (*ListConfigsResponse) Descriptor deprecated

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

Deprecated: Use ListConfigsResponse.ProtoReflect.Descriptor instead.

func (*ListConfigsResponse) GetConfigs

func (x *ListConfigsResponse) GetConfigs() []*ConfigKey

func (*ListConfigsResponse) ProtoMessage

func (*ListConfigsResponse) ProtoMessage()

func (*ListConfigsResponse) ProtoReflect

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

func (*ListConfigsResponse) Reset

func (x *ListConfigsResponse) Reset()

func (*ListConfigsResponse) String

func (x *ListConfigsResponse) String() string

type ListDeploymentsRequest

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

func (*ListDeploymentsRequest) Descriptor deprecated

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

Deprecated: Use ListDeploymentsRequest.ProtoReflect.Descriptor instead.

func (*ListDeploymentsRequest) GetProject

func (x *ListDeploymentsRequest) GetProject() string

func (*ListDeploymentsRequest) ProtoMessage

func (*ListDeploymentsRequest) ProtoMessage()

func (*ListDeploymentsRequest) ProtoReflect

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

func (*ListDeploymentsRequest) Reset

func (x *ListDeploymentsRequest) Reset()

func (*ListDeploymentsRequest) String

func (x *ListDeploymentsRequest) String() string

type ListDeploymentsResponse

type ListDeploymentsResponse struct {
	Deployments []*Deployment `protobuf:"bytes,1,rep,name=deployments,proto3" json:"deployments,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDeploymentsResponse) Descriptor deprecated

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

Deprecated: Use ListDeploymentsResponse.ProtoReflect.Descriptor instead.

func (*ListDeploymentsResponse) GetDeployments

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

func (*ListDeploymentsResponse) ProtoMessage

func (*ListDeploymentsResponse) ProtoMessage()

func (*ListDeploymentsResponse) ProtoReflect

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

func (*ListDeploymentsResponse) Reset

func (x *ListDeploymentsResponse) Reset()

func (*ListDeploymentsResponse) String

func (x *ListDeploymentsResponse) String() string

type LogEntry

type LogEntry struct {
	Message   string                 `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Timestamp *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Stderr    bool                   `protobuf:"varint,3,opt,name=stderr,proto3" json:"stderr,omitempty"`
	Service   string                 `protobuf:"bytes,4,opt,name=service,proto3" json:"service,omitempty"`
	Etag      string                 `protobuf:"bytes,5,opt,name=etag,proto3" json:"etag,omitempty"`
	Host      string                 `protobuf:"bytes,6,opt,name=host,proto3" json:"host,omitempty"`
	// contains filtered or unexported fields
}

func (*LogEntry) Descriptor deprecated

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

Deprecated: Use LogEntry.ProtoReflect.Descriptor instead.

func (*LogEntry) GetEtag

func (x *LogEntry) GetEtag() string

func (*LogEntry) GetHost

func (x *LogEntry) GetHost() string

func (*LogEntry) GetMessage

func (x *LogEntry) GetMessage() string

func (*LogEntry) GetService

func (x *LogEntry) GetService() string

func (*LogEntry) GetStderr

func (x *LogEntry) GetStderr() bool

func (*LogEntry) GetTimestamp

func (x *LogEntry) GetTimestamp() *timestamppb.Timestamp

func (*LogEntry) ProtoMessage

func (*LogEntry) ProtoMessage()

func (*LogEntry) ProtoReflect

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

func (*LogEntry) Reset

func (x *LogEntry) Reset()

func (*LogEntry) String

func (x *LogEntry) String() string

type Mode deprecated

type Mode int32

Deprecated: Marked as deprecated in io/defang/v1/fabric.proto.

const (
	Mode_HOST    Mode = 0 // no load-balancer; suitable for internal services and functions
	Mode_INGRESS Mode = 1 // with load-balancer; suitable for public services
)

func (Mode) Descriptor

func (Mode) Descriptor() protoreflect.EnumDescriptor

func (Mode) Enum

func (x Mode) Enum() *Mode

func (Mode) EnumDescriptor deprecated

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

Deprecated: Use Mode.Descriptor instead.

func (Mode) Number

func (x Mode) Number() protoreflect.EnumNumber

func (Mode) String

func (x Mode) String() string

func (Mode) Type

func (Mode) Type() protoreflect.EnumType

type Network deprecated

type Network int32

Deprecated: Marked as deprecated in io/defang/v1/fabric.proto.

const (
	Network_UNSPECIFIED Network = 0 // was: internal=false
	Network_PRIVATE     Network = 1 // was: internal=true
	Network_PUBLIC      Network = 2
)

func (Network) Descriptor

func (Network) Descriptor() protoreflect.EnumDescriptor

func (Network) Enum

func (x Network) Enum() *Network

func (Network) EnumDescriptor deprecated

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

Deprecated: Use Network.Descriptor instead.

func (Network) Number

func (x Network) Number() protoreflect.EnumNumber

func (Network) String

func (x Network) String() string

func (Network) Type

func (Network) Type() protoreflect.EnumType

type Platform deprecated

type Platform int32

Deprecated: Marked as deprecated in io/defang/v1/fabric.proto.

const (
	Platform_LINUX_AMD64 Platform = 0
	Platform_LINUX_ARM64 Platform = 1
	Platform_LINUX_ANY   Platform = 2
)

func (Platform) Descriptor

func (Platform) Descriptor() protoreflect.EnumDescriptor

func (Platform) Enum

func (x Platform) Enum() *Platform

func (Platform) EnumDescriptor deprecated

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

Deprecated: Use Platform.Descriptor instead.

func (Platform) Number

func (x Platform) Number() protoreflect.EnumNumber

func (Platform) String

func (x Platform) String() string

func (Platform) Type

type Port deprecated

type Port struct {
	Target   uint32   `protobuf:"varint,1,opt,name=target,proto3" json:"target,omitempty"`
	Protocol Protocol `protobuf:"varint,2,opt,name=protocol,proto3,enum=io.defang.v1.Protocol" json:"protocol,omitempty"`
	Mode     Mode     `protobuf:"varint,3,opt,name=mode,proto3,enum=io.defang.v1.Mode" json:"mode,omitempty"` // load-balanced (ingress) or not (host)
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in io/defang/v1/fabric.proto.

func (*Port) Descriptor deprecated

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

Deprecated: Use Port.ProtoReflect.Descriptor instead.

func (*Port) GetMode

func (x *Port) GetMode() Mode

func (*Port) GetProtocol

func (x *Port) GetProtocol() Protocol

func (*Port) GetTarget

func (x *Port) GetTarget() uint32

func (*Port) ProtoMessage

func (*Port) ProtoMessage()

func (*Port) ProtoReflect

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

func (*Port) Reset

func (x *Port) Reset()

func (*Port) String

func (x *Port) String() string

type ProjectUpdate

type ProjectUpdate struct {
	Services []*ServiceInfo `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
	AlbArn   string         `protobuf:"bytes,2,opt,name=alb_arn,json=albArn,proto3" json:"alb_arn,omitempty"`
	// Deprecated: Marked as deprecated in io/defang/v1/fabric.proto.
	Project   string `protobuf:"bytes,3,opt,name=project,proto3" json:"project,omitempty"` // deprecated; use compose.name
	Compose   []byte `protobuf:"bytes,4,opt,name=compose,proto3" json:"compose,omitempty"`
	CdVersion string `protobuf:"bytes,5,opt,name=cd_version,json=cdVersion,proto3" json:"cd_version,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectUpdate) Descriptor deprecated

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

Deprecated: Use ProjectUpdate.ProtoReflect.Descriptor instead.

func (*ProjectUpdate) GetAlbArn

func (x *ProjectUpdate) GetAlbArn() string

func (*ProjectUpdate) GetCdVersion

func (x *ProjectUpdate) GetCdVersion() string

func (*ProjectUpdate) GetCompose

func (x *ProjectUpdate) GetCompose() []byte

func (*ProjectUpdate) GetProject deprecated

func (x *ProjectUpdate) GetProject() string

Deprecated: Marked as deprecated in io/defang/v1/fabric.proto.

func (*ProjectUpdate) GetServices

func (x *ProjectUpdate) GetServices() []*ServiceInfo

func (*ProjectUpdate) ProtoMessage

func (*ProjectUpdate) ProtoMessage()

func (*ProjectUpdate) ProtoReflect

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

func (*ProjectUpdate) Reset

func (x *ProjectUpdate) Reset()

func (*ProjectUpdate) String

func (x *ProjectUpdate) String() string

type Protocol deprecated

type Protocol int32

Deprecated: Marked as deprecated in io/defang/v1/fabric.proto.

const (
	Protocol_ANY   Protocol = 0 // unspecified means any protocol
	Protocol_UDP   Protocol = 1
	Protocol_TCP   Protocol = 2
	Protocol_HTTP  Protocol = 3
	Protocol_HTTP2 Protocol = 4
	Protocol_GRPC  Protocol = 5 // HTTP/2 with gRPC health checks
)

func (Protocol) Descriptor

func (Protocol) Descriptor() protoreflect.EnumDescriptor

func (Protocol) Enum

func (x Protocol) Enum() *Protocol

func (Protocol) EnumDescriptor deprecated

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

Deprecated: Use Protocol.Descriptor instead.

func (Protocol) Number

func (x Protocol) Number() protoreflect.EnumNumber

func (Protocol) String

func (x Protocol) String() string

func (Protocol) Type

type Provider

type Provider int32
const (
	Provider_PROVIDER_UNSPECIFIED Provider = 0
	Provider_DEFANG               Provider = 1
	Provider_AWS                  Provider = 2
	Provider_DIGITALOCEAN         Provider = 3
	Provider_GCP                  Provider = 4
)

func (Provider) Descriptor

func (Provider) Descriptor() protoreflect.EnumDescriptor

func (Provider) Enum

func (x Provider) Enum() *Provider

func (Provider) EnumDescriptor deprecated

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

Deprecated: Use Provider.Descriptor instead.

func (Provider) Number

func (x Provider) Number() protoreflect.EnumNumber

func (Provider) String

func (x Provider) String() string

func (Provider) Type

type PublishRequest

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

func (*PublishRequest) Descriptor deprecated

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

Deprecated: Use PublishRequest.ProtoReflect.Descriptor instead.

func (*PublishRequest) GetEvent

func (x *PublishRequest) GetEvent() *Event

func (*PublishRequest) ProtoMessage

func (*PublishRequest) ProtoMessage()

func (*PublishRequest) ProtoReflect

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

func (*PublishRequest) Reset

func (x *PublishRequest) Reset()

func (*PublishRequest) String

func (x *PublishRequest) String() string

type PutConfigRequest

type PutConfigRequest 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"`
	Project string     `protobuf:"bytes,3,opt,name=project,proto3" json:"project,omitempty"`
	Type    ConfigType `protobuf:"varint,4,opt,name=type,proto3,enum=io.defang.v1.ConfigType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*PutConfigRequest) Descriptor deprecated

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

Deprecated: Use PutConfigRequest.ProtoReflect.Descriptor instead.

func (*PutConfigRequest) GetName

func (x *PutConfigRequest) GetName() string

func (*PutConfigRequest) GetProject

func (x *PutConfigRequest) GetProject() string

func (*PutConfigRequest) GetType

func (x *PutConfigRequest) GetType() ConfigType

func (*PutConfigRequest) GetValue

func (x *PutConfigRequest) GetValue() string

func (*PutConfigRequest) ProtoMessage

func (*PutConfigRequest) ProtoMessage()

func (*PutConfigRequest) ProtoReflect

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

func (*PutConfigRequest) Reset

func (x *PutConfigRequest) Reset()

func (*PutConfigRequest) String

func (x *PutConfigRequest) String() string

type PutDeploymentRequest

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

func (*PutDeploymentRequest) Descriptor deprecated

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

Deprecated: Use PutDeploymentRequest.ProtoReflect.Descriptor instead.

func (*PutDeploymentRequest) GetDeployment

func (x *PutDeploymentRequest) GetDeployment() *Deployment

func (*PutDeploymentRequest) ProtoMessage

func (*PutDeploymentRequest) ProtoMessage()

func (*PutDeploymentRequest) ProtoReflect

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

func (*PutDeploymentRequest) Reset

func (x *PutDeploymentRequest) Reset()

func (*PutDeploymentRequest) String

func (x *PutDeploymentRequest) String() string

type Redis deprecated

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

Deprecated: Marked as deprecated in io/defang/v1/fabric.proto.

func (*Redis) Descriptor deprecated

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

Deprecated: Use Redis.ProtoReflect.Descriptor instead.

func (*Redis) ProtoMessage

func (*Redis) ProtoMessage()

func (*Redis) ProtoReflect

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

func (*Redis) Reset

func (x *Redis) Reset()

func (*Redis) String

func (x *Redis) String() string

type Resource deprecated

type Resource struct {
	Memory  float32   `protobuf:"fixed32,1,opt,name=memory,proto3" json:"memory,omitempty"` // in MiB
	Cpus    float32   `protobuf:"fixed32,2,opt,name=cpus,proto3" json:"cpus,omitempty"`     // fractional vCPUs
	Devices []*Device `protobuf:"bytes,3,rep,name=devices,proto3" json:"devices,omitempty"` // devices & capabilities
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in io/defang/v1/fabric.proto.

func (*Resource) Descriptor deprecated

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

Deprecated: Use Resource.ProtoReflect.Descriptor instead.

func (*Resource) GetCpus

func (x *Resource) GetCpus() float32

func (*Resource) GetDevices

func (x *Resource) GetDevices() []*Device

func (*Resource) GetMemory

func (x *Resource) GetMemory() float32

func (*Resource) ProtoMessage

func (*Resource) ProtoMessage()

func (*Resource) ProtoReflect

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

func (*Resource) Reset

func (x *Resource) Reset()

func (*Resource) String

func (x *Resource) String() string

type Resources deprecated

type Resources struct {
	Reservations *Resource `protobuf:"bytes,1,opt,name=reservations,proto3" json:"reservations,omitempty"` // requested resources
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in io/defang/v1/fabric.proto.

func (*Resources) Descriptor deprecated

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

Deprecated: Use Resources.ProtoReflect.Descriptor instead.

func (*Resources) GetReservations

func (x *Resources) GetReservations() *Resource

func (*Resources) ProtoMessage

func (*Resources) ProtoMessage()

func (*Resources) ProtoReflect

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

func (*Resources) Reset

func (x *Resources) Reset()

func (*Resources) String

func (x *Resources) String() string

type Secret deprecated

type Secret struct {
	Source string `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"` // name of the secret
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in io/defang/v1/fabric.proto.

func (*Secret) Descriptor deprecated

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

Deprecated: Use Secret.ProtoReflect.Descriptor instead.

func (*Secret) GetSource

func (x *Secret) GetSource() string

func (*Secret) ProtoMessage

func (*Secret) ProtoMessage()

func (*Secret) ProtoReflect

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

func (*Secret) Reset

func (x *Secret) Reset()

func (*Secret) String

func (x *Secret) String() string

type SecretValue deprecated

type SecretValue 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"`
	Project string `protobuf:"bytes,3,opt,name=project,proto3" json:"project,omitempty"` // defaults to tenant ID
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in io/defang/v1/fabric.proto.

func (*SecretValue) Descriptor deprecated

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

Deprecated: Use SecretValue.ProtoReflect.Descriptor instead.

func (*SecretValue) GetName

func (x *SecretValue) GetName() string

func (*SecretValue) GetProject

func (x *SecretValue) GetProject() string

func (*SecretValue) GetValue

func (x *SecretValue) GetValue() string

func (*SecretValue) ProtoMessage

func (*SecretValue) ProtoMessage()

func (*SecretValue) ProtoReflect

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

func (*SecretValue) Reset

func (x *SecretValue) Reset()

func (*SecretValue) String

func (x *SecretValue) String() string

type Secrets deprecated

type Secrets struct {
	Names   []string `protobuf:"bytes,1,rep,name=names,proto3" json:"names,omitempty"`
	Project string   `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"` // defaults to tenant ID
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in io/defang/v1/fabric.proto.

func (*Secrets) Descriptor deprecated

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

Deprecated: Use Secrets.ProtoReflect.Descriptor instead.

func (*Secrets) GetNames

func (x *Secrets) GetNames() []string

func (*Secrets) GetProject

func (x *Secrets) GetProject() string

func (*Secrets) ProtoMessage

func (*Secrets) ProtoMessage()

func (*Secrets) ProtoReflect

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

func (*Secrets) Reset

func (x *Secrets) Reset()

func (*Secrets) String

func (x *Secrets) String() string

type Service deprecated

type Service struct {
	Name     string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Image    string   `protobuf:"bytes,2,opt,name=image,proto3" json:"image,omitempty"`
	Platform Platform `protobuf:"varint,3,opt,name=platform,proto3,enum=io.defang.v1.Platform" json:"platform,omitempty"`
	// Deprecated: Marked as deprecated in io/defang/v1/fabric.proto.
	Internal    bool              `protobuf:"varint,4,opt,name=internal,proto3" json:"internal,omitempty"` // deprecated: use networks
	Deploy      *Deploy           `protobuf:"bytes,5,opt,name=deploy,proto3" json:"deploy,omitempty"`
	Ports       []*Port           `protobuf:"bytes,6,rep,name=ports,proto3" json:"ports,omitempty"`
	Environment map[string]string `` /* 149-byte string literal not displayed */
	Build       *Build            `protobuf:"bytes,8,opt,name=build,proto3" json:"build,omitempty"`
	Secrets     []*Secret         `protobuf:"bytes,9,rep,name=secrets,proto3" json:"secrets,omitempty"` // FIXME: these are actually env vars
	Healthcheck *HealthCheck      `protobuf:"bytes,10,opt,name=healthcheck,proto3" json:"healthcheck,omitempty"`
	Command     []string          `protobuf:"bytes,11,rep,name=command,proto3" json:"command,omitempty"`
	Domainname  string            `protobuf:"bytes,12,opt,name=domainname,proto3" json:"domainname,omitempty"`
	Init        bool              `protobuf:"varint,13,opt,name=init,proto3" json:"init,omitempty"`
	DnsRole     string            `protobuf:"bytes,14,opt,name=dns_role,json=dnsRole,proto3" json:"dns_role,omitempty"` // x-defang-dns-role: role arn used to access route53 to
	// create dns records
	StaticFiles *StaticFiles `protobuf:"bytes,15,opt,name=static_files,json=staticFiles,proto3" json:"static_files,omitempty"`   // x-defang-static-files: use a managed CDN
	Networks    Network      `protobuf:"varint,16,opt,name=networks,proto3,enum=io.defang.v1.Network" json:"networks,omitempty"` // currently only 1 network is supported
	Aliases     []string     `protobuf:"bytes,17,rep,name=aliases,proto3" json:"aliases,omitempty"`
	Redis       *Redis       `protobuf:"bytes,18,opt,name=redis,proto3" json:"redis,omitempty"`     // x-defang-redis: use a managed redis
	Project     string       `protobuf:"bytes,20,opt,name=project,proto3" json:"project,omitempty"` // defaults to tenant ID
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in io/defang/v1/fabric.proto.

func (*Service) Descriptor deprecated

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

Deprecated: Use Service.ProtoReflect.Descriptor instead.

func (*Service) GetAliases

func (x *Service) GetAliases() []string

func (*Service) GetBuild

func (x *Service) GetBuild() *Build

func (*Service) GetCommand

func (x *Service) GetCommand() []string

func (*Service) GetDeploy

func (x *Service) GetDeploy() *Deploy

func (*Service) GetDnsRole

func (x *Service) GetDnsRole() string

func (*Service) GetDomainname

func (x *Service) GetDomainname() string

func (*Service) GetEnvironment

func (x *Service) GetEnvironment() map[string]string

func (*Service) GetHealthcheck

func (x *Service) GetHealthcheck() *HealthCheck

func (*Service) GetImage

func (x *Service) GetImage() string

func (*Service) GetInit

func (x *Service) GetInit() bool

func (*Service) GetInternal deprecated

func (x *Service) GetInternal() bool

Deprecated: Marked as deprecated in io/defang/v1/fabric.proto.

func (*Service) GetName

func (x *Service) GetName() string

func (*Service) GetNetworks

func (x *Service) GetNetworks() Network

func (*Service) GetPlatform

func (x *Service) GetPlatform() Platform

func (*Service) GetPorts

func (x *Service) GetPorts() []*Port

func (*Service) GetProject

func (x *Service) GetProject() string

func (*Service) GetRedis

func (x *Service) GetRedis() *Redis

func (*Service) GetSecrets

func (x *Service) GetSecrets() []*Secret

func (*Service) GetStaticFiles

func (x *Service) GetStaticFiles() *StaticFiles

func (*Service) ProtoMessage

func (*Service) ProtoMessage()

func (*Service) ProtoReflect

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

func (*Service) Reset

func (x *Service) Reset()

func (*Service) String

func (x *Service) String() string

type ServiceInfo

type ServiceInfo struct {
	Service     *Service               `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty"`
	Endpoints   []string               `protobuf:"bytes,2,rep,name=endpoints,proto3" json:"endpoints,omitempty"` // list of endpoints, one for each port
	Project     string                 `protobuf:"bytes,3,opt,name=project,proto3" json:"project,omitempty"`     // was: tenant; defaults to tenant ID
	Etag        string                 `protobuf:"bytes,4,opt,name=etag,proto3" json:"etag,omitempty"`
	Status      string                 `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
	NatIps      []string               `protobuf:"bytes,6,rep,name=nat_ips,json=natIps,proto3" json:"nat_ips,omitempty"`                // comma-separated list of NAT IPs
	LbIps       []string               `protobuf:"bytes,7,rep,name=lb_ips,json=lbIps,proto3" json:"lb_ips,omitempty"`                   // comma-separated list of internal CIDRs for the load-balancer
	PrivateFqdn string                 `protobuf:"bytes,8,opt,name=private_fqdn,json=privateFqdn,proto3" json:"private_fqdn,omitempty"` // fully qualified domain name (host)
	PublicFqdn  string                 `protobuf:"bytes,9,opt,name=public_fqdn,json=publicFqdn,proto3" json:"public_fqdn,omitempty"`    // fully qualified domain name (ingress)
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt   *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	ZoneId      string                 `protobuf:"bytes,12,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`                   // zone ID for byod domain
	UseAcmeCert bool                   `protobuf:"varint,13,opt,name=use_acme_cert,json=useAcmeCert,proto3" json:"use_acme_cert,omitempty"` // If we should setup the facilities to use ACME(let's encrypt) certs
	State       ServiceState           `protobuf:"varint,15,opt,name=state,proto3,enum=io.defang.v1.ServiceState" json:"state,omitempty"`   // enumerated status of the service
	Domainname  string                 `protobuf:"bytes,16,opt,name=domainname,proto3" json:"domainname,omitempty"`                         // domain name for the service
	// contains filtered or unexported fields
}

func (*ServiceInfo) Descriptor deprecated

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

Deprecated: Use ServiceInfo.ProtoReflect.Descriptor instead.

func (*ServiceInfo) GetCreatedAt

func (x *ServiceInfo) GetCreatedAt() *timestamppb.Timestamp

func (*ServiceInfo) GetDomainname

func (x *ServiceInfo) GetDomainname() string

func (*ServiceInfo) GetEndpoints

func (x *ServiceInfo) GetEndpoints() []string

func (*ServiceInfo) GetEtag

func (x *ServiceInfo) GetEtag() string

func (*ServiceInfo) GetLbIps

func (x *ServiceInfo) GetLbIps() []string

func (*ServiceInfo) GetNatIps

func (x *ServiceInfo) GetNatIps() []string

func (*ServiceInfo) GetPrivateFqdn

func (x *ServiceInfo) GetPrivateFqdn() string

func (*ServiceInfo) GetProject

func (x *ServiceInfo) GetProject() string

func (*ServiceInfo) GetPublicFqdn

func (x *ServiceInfo) GetPublicFqdn() string

func (*ServiceInfo) GetService

func (x *ServiceInfo) GetService() *Service

func (*ServiceInfo) GetState

func (x *ServiceInfo) GetState() ServiceState

func (*ServiceInfo) GetStatus

func (x *ServiceInfo) GetStatus() string

func (*ServiceInfo) GetUpdatedAt

func (x *ServiceInfo) GetUpdatedAt() *timestamppb.Timestamp

func (*ServiceInfo) GetUseAcmeCert

func (x *ServiceInfo) GetUseAcmeCert() bool

func (*ServiceInfo) GetZoneId

func (x *ServiceInfo) GetZoneId() string

func (*ServiceInfo) ProtoMessage

func (*ServiceInfo) ProtoMessage()

func (*ServiceInfo) ProtoReflect

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

func (*ServiceInfo) Reset

func (x *ServiceInfo) Reset()

func (*ServiceInfo) String

func (x *ServiceInfo) String() string

type ServiceState

type ServiceState int32
const (
	ServiceState_NOT_SPECIFIED ServiceState = 0
	// Build states
	ServiceState_BUILD_QUEUED       ServiceState = 1 // initial state for build
	ServiceState_BUILD_PROVISIONING ServiceState = 2
	ServiceState_BUILD_PENDING      ServiceState = 3
	ServiceState_BUILD_ACTIVATING   ServiceState = 4
	ServiceState_BUILD_RUNNING      ServiceState = 5
	ServiceState_BUILD_STOPPING     ServiceState = 6
	ServiceState_UPDATE_QUEUED      ServiceState = 7 // initial state for existing image
	// Deployment states
	ServiceState_DEPLOYMENT_PENDING   ServiceState = 8
	ServiceState_DEPLOYMENT_COMPLETED ServiceState = 9
	ServiceState_DEPLOYMENT_FAILED    ServiceState = 10
	ServiceState_BUILD_FAILED         ServiceState = 11
	ServiceState_DEPLOYMENT_SCALED_IN ServiceState = 12
)

func (ServiceState) Descriptor

func (ServiceState) Enum

func (x ServiceState) Enum() *ServiceState

func (ServiceState) EnumDescriptor deprecated

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

Deprecated: Use ServiceState.Descriptor instead.

func (ServiceState) Number

func (ServiceState) String

func (x ServiceState) String() string

func (ServiceState) Type

type SetSelectedProviderRequest

type SetSelectedProviderRequest struct {
	Project  string   `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	Provider Provider `protobuf:"varint,2,opt,name=provider,proto3,enum=io.defang.v1.Provider" json:"provider,omitempty"`
	// contains filtered or unexported fields
}

func (*SetSelectedProviderRequest) Descriptor deprecated

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

Deprecated: Use SetSelectedProviderRequest.ProtoReflect.Descriptor instead.

func (*SetSelectedProviderRequest) GetProject

func (x *SetSelectedProviderRequest) GetProject() string

func (*SetSelectedProviderRequest) GetProvider

func (x *SetSelectedProviderRequest) GetProvider() Provider

func (*SetSelectedProviderRequest) ProtoMessage

func (*SetSelectedProviderRequest) ProtoMessage()

func (*SetSelectedProviderRequest) ProtoReflect

func (*SetSelectedProviderRequest) Reset

func (x *SetSelectedProviderRequest) Reset()

func (*SetSelectedProviderRequest) String

func (x *SetSelectedProviderRequest) String() string

type StartGenerateResponse

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

func (*StartGenerateResponse) Descriptor deprecated

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

Deprecated: Use StartGenerateResponse.ProtoReflect.Descriptor instead.

func (*StartGenerateResponse) GetUuid

func (x *StartGenerateResponse) GetUuid() string

func (*StartGenerateResponse) ProtoMessage

func (*StartGenerateResponse) ProtoMessage()

func (*StartGenerateResponse) ProtoReflect

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

func (*StartGenerateResponse) Reset

func (x *StartGenerateResponse) Reset()

func (*StartGenerateResponse) String

func (x *StartGenerateResponse) String() string

type StaticFiles deprecated

type StaticFiles struct {
	Folder    string   `protobuf:"bytes,1,opt,name=folder,proto3" json:"folder,omitempty"`
	Redirects []string `protobuf:"bytes,2,rep,name=redirects,proto3" json:"redirects,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in io/defang/v1/fabric.proto.

func (*StaticFiles) Descriptor deprecated

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

Deprecated: Use StaticFiles.ProtoReflect.Descriptor instead.

func (*StaticFiles) GetFolder

func (x *StaticFiles) GetFolder() string

func (*StaticFiles) GetRedirects

func (x *StaticFiles) GetRedirects() []string

func (*StaticFiles) ProtoMessage

func (*StaticFiles) ProtoMessage()

func (*StaticFiles) ProtoReflect

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

func (*StaticFiles) Reset

func (x *StaticFiles) Reset()

func (*StaticFiles) String

func (x *StaticFiles) String() string

type Status

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

func (*Status) Descriptor deprecated

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

Deprecated: Use Status.ProtoReflect.Descriptor instead.

func (*Status) GetVersion

func (x *Status) GetVersion() string

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

type SubscribeRequest

type SubscribeRequest struct {
	Services []string `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
	Etag     string   `protobuf:"bytes,2,opt,name=etag,proto3" json:"etag,omitempty"`
	Project  string   `protobuf:"bytes,3,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

func (*SubscribeRequest) Descriptor deprecated

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

Deprecated: Use SubscribeRequest.ProtoReflect.Descriptor instead.

func (*SubscribeRequest) GetEtag

func (x *SubscribeRequest) GetEtag() string

func (*SubscribeRequest) GetProject

func (x *SubscribeRequest) GetProject() string

func (*SubscribeRequest) GetServices

func (x *SubscribeRequest) GetServices() []string

func (*SubscribeRequest) ProtoMessage

func (*SubscribeRequest) ProtoMessage()

func (*SubscribeRequest) ProtoReflect

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

func (*SubscribeRequest) Reset

func (x *SubscribeRequest) Reset()

func (*SubscribeRequest) String

func (x *SubscribeRequest) String() string

type SubscribeResponse

type SubscribeResponse struct {

	// Deprecated: Marked as deprecated in io/defang/v1/fabric.proto.
	Service *ServiceInfo `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty"`
	Name    string       `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Status  string       `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
	State   ServiceState `protobuf:"varint,4,opt,name=state,proto3,enum=io.defang.v1.ServiceState" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*SubscribeResponse) Descriptor deprecated

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

Deprecated: Use SubscribeResponse.ProtoReflect.Descriptor instead.

func (*SubscribeResponse) GetName

func (x *SubscribeResponse) GetName() string

func (*SubscribeResponse) GetService deprecated

func (x *SubscribeResponse) GetService() *ServiceInfo

Deprecated: Marked as deprecated in io/defang/v1/fabric.proto.

func (*SubscribeResponse) GetState

func (x *SubscribeResponse) GetState() ServiceState

func (*SubscribeResponse) GetStatus

func (x *SubscribeResponse) GetStatus() string

func (*SubscribeResponse) ProtoMessage

func (*SubscribeResponse) ProtoMessage()

func (*SubscribeResponse) ProtoReflect

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

func (*SubscribeResponse) Reset

func (x *SubscribeResponse) Reset()

func (*SubscribeResponse) String

func (x *SubscribeResponse) String() string

type SubscriptionTier

type SubscriptionTier int32
const (
	SubscriptionTier_SUBSCRIPTION_TIER_UNSPECIFIED SubscriptionTier = 0
	SubscriptionTier_HOBBY                         SubscriptionTier = 1
	SubscriptionTier_PERSONAL                      SubscriptionTier = 2
	SubscriptionTier_PRO                           SubscriptionTier = 3
	SubscriptionTier_TEAM                          SubscriptionTier = 4
)

func (SubscriptionTier) Descriptor

func (SubscriptionTier) Enum

func (SubscriptionTier) EnumDescriptor deprecated

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

Deprecated: Use SubscriptionTier.Descriptor instead.

func (SubscriptionTier) Number

func (SubscriptionTier) String

func (x SubscriptionTier) String() string

func (SubscriptionTier) Type

type TailRequest

type TailRequest struct {
	Services []string               `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
	Since    *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=since,proto3" json:"since,omitempty"`
	Etag     string                 `protobuf:"bytes,3,opt,name=etag,proto3" json:"etag,omitempty"`
	Project  string                 `protobuf:"bytes,4,opt,name=project,proto3" json:"project,omitempty"`
	LogType  uint32                 `protobuf:"varint,5,opt,name=log_type,json=logType,proto3" json:"log_type,omitempty"`
	Pattern  string                 `protobuf:"bytes,6,opt,name=pattern,proto3" json:"pattern,omitempty"`
	// contains filtered or unexported fields
}

func (*TailRequest) Descriptor deprecated

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

Deprecated: Use TailRequest.ProtoReflect.Descriptor instead.

func (*TailRequest) GetEtag

func (x *TailRequest) GetEtag() string

func (*TailRequest) GetLogType

func (x *TailRequest) GetLogType() uint32

func (*TailRequest) GetPattern

func (x *TailRequest) GetPattern() string

func (*TailRequest) GetProject

func (x *TailRequest) GetProject() string

func (*TailRequest) GetServices

func (x *TailRequest) GetServices() []string

func (*TailRequest) GetSince

func (x *TailRequest) GetSince() *timestamppb.Timestamp

func (*TailRequest) ProtoMessage

func (*TailRequest) ProtoMessage()

func (*TailRequest) ProtoReflect

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

func (*TailRequest) Reset

func (x *TailRequest) Reset()

func (*TailRequest) String

func (x *TailRequest) String() string

type TailResponse

type TailResponse struct {
	Entries []*LogEntry `protobuf:"bytes,2,rep,name=entries,proto3" json:"entries,omitempty"`
	Service string      `protobuf:"bytes,3,opt,name=service,proto3" json:"service,omitempty"`
	Etag    string      `protobuf:"bytes,4,opt,name=etag,proto3" json:"etag,omitempty"`
	Host    string      `protobuf:"bytes,5,opt,name=host,proto3" json:"host,omitempty"`
	// contains filtered or unexported fields
}

func (*TailResponse) Descriptor deprecated

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

Deprecated: Use TailResponse.ProtoReflect.Descriptor instead.

func (*TailResponse) GetEntries

func (x *TailResponse) GetEntries() []*LogEntry

func (*TailResponse) GetEtag

func (x *TailResponse) GetEtag() string

func (*TailResponse) GetHost

func (x *TailResponse) GetHost() string

func (*TailResponse) GetService

func (x *TailResponse) GetService() string

func (*TailResponse) ProtoMessage

func (*TailResponse) ProtoMessage()

func (*TailResponse) ProtoReflect

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

func (*TailResponse) Reset

func (x *TailResponse) Reset()

func (*TailResponse) String

func (x *TailResponse) String() string

type TokenRequest

type TokenRequest struct {
	Tenant       string   `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
	AuthCode     string   `protobuf:"bytes,2,opt,name=auth_code,json=authCode,proto3" json:"auth_code,omitempty"`     // from GitHub authorization code flow
	Scope        []string `protobuf:"bytes,3,rep,name=scope,proto3" json:"scope,omitempty"`                           // "tail", "read", etc.
	Assertion    string   `protobuf:"bytes,4,opt,name=assertion,proto3" json:"assertion,omitempty"`                   // jwt-bearer
	ExpiresIn    uint32   `protobuf:"varint,5,opt,name=expires_in,json=expiresIn,proto3" json:"expires_in,omitempty"` // seconds
	AnonId       string   `protobuf:"bytes,6,opt,name=anon_id,json=anonId,proto3" json:"anon_id,omitempty"`
	RefreshToken string   `protobuf:"bytes,7,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"`
	// contains filtered or unexported fields
}

func (*TokenRequest) Descriptor deprecated

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

Deprecated: Use TokenRequest.ProtoReflect.Descriptor instead.

func (*TokenRequest) GetAnonId

func (x *TokenRequest) GetAnonId() string

func (*TokenRequest) GetAssertion

func (x *TokenRequest) GetAssertion() string

func (*TokenRequest) GetAuthCode

func (x *TokenRequest) GetAuthCode() string

func (*TokenRequest) GetExpiresIn

func (x *TokenRequest) GetExpiresIn() uint32

func (*TokenRequest) GetRefreshToken

func (x *TokenRequest) GetRefreshToken() string

func (*TokenRequest) GetScope

func (x *TokenRequest) GetScope() []string

func (*TokenRequest) GetTenant

func (x *TokenRequest) GetTenant() string

func (*TokenRequest) ProtoMessage

func (*TokenRequest) ProtoMessage()

func (*TokenRequest) ProtoReflect

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

func (*TokenRequest) Reset

func (x *TokenRequest) Reset()

func (*TokenRequest) String

func (x *TokenRequest) String() string

type TokenResponse

type TokenResponse struct {
	AccessToken  string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"` // short-lived token
	RefreshToken string `protobuf:"bytes,2,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"`
	// contains filtered or unexported fields
}

func (*TokenResponse) Descriptor deprecated

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

Deprecated: Use TokenResponse.ProtoReflect.Descriptor instead.

func (*TokenResponse) GetAccessToken

func (x *TokenResponse) GetAccessToken() string

func (*TokenResponse) GetRefreshToken

func (x *TokenResponse) GetRefreshToken() string

func (*TokenResponse) ProtoMessage

func (*TokenResponse) ProtoMessage()

func (*TokenResponse) ProtoReflect

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

func (*TokenResponse) Reset

func (x *TokenResponse) Reset()

func (*TokenResponse) String

func (x *TokenResponse) String() string

type TrackRequest

type TrackRequest struct {
	AnonId     string            `protobuf:"bytes,1,opt,name=anon_id,json=anonId,proto3" json:"anon_id,omitempty"`
	Event      string            `protobuf:"bytes,2,opt,name=event,proto3" json:"event,omitempty"`
	Properties map[string]string `` /* 147-byte string literal not displayed */
	Os         string            `protobuf:"bytes,4,opt,name=os,proto3" json:"os,omitempty"`
	Arch       string            `protobuf:"bytes,5,opt,name=arch,proto3" json:"arch,omitempty"`
	// contains filtered or unexported fields
}

func (*TrackRequest) Descriptor deprecated

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

Deprecated: Use TrackRequest.ProtoReflect.Descriptor instead.

func (*TrackRequest) GetAnonId

func (x *TrackRequest) GetAnonId() string

func (*TrackRequest) GetArch

func (x *TrackRequest) GetArch() string

func (*TrackRequest) GetEvent

func (x *TrackRequest) GetEvent() string

func (*TrackRequest) GetOs

func (x *TrackRequest) GetOs() string

func (*TrackRequest) GetProperties

func (x *TrackRequest) GetProperties() map[string]string

func (*TrackRequest) ProtoMessage

func (*TrackRequest) ProtoMessage()

func (*TrackRequest) ProtoReflect

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

func (*TrackRequest) Reset

func (x *TrackRequest) Reset()

func (*TrackRequest) String

func (x *TrackRequest) String() string

type UploadURLRequest

type UploadURLRequest struct {
	Digest  string `protobuf:"bytes,1,opt,name=digest,proto3" json:"digest,omitempty"`
	Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadURLRequest) Descriptor deprecated

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

Deprecated: Use UploadURLRequest.ProtoReflect.Descriptor instead.

func (*UploadURLRequest) GetDigest

func (x *UploadURLRequest) GetDigest() string

func (*UploadURLRequest) GetProject

func (x *UploadURLRequest) GetProject() string

func (*UploadURLRequest) ProtoMessage

func (*UploadURLRequest) ProtoMessage()

func (*UploadURLRequest) ProtoReflect

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

func (*UploadURLRequest) Reset

func (x *UploadURLRequest) Reset()

func (*UploadURLRequest) String

func (x *UploadURLRequest) String() string

type UploadURLResponse

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

func (*UploadURLResponse) Descriptor deprecated

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

Deprecated: Use UploadURLResponse.ProtoReflect.Descriptor instead.

func (*UploadURLResponse) GetUrl

func (x *UploadURLResponse) GetUrl() string

func (*UploadURLResponse) ProtoMessage

func (*UploadURLResponse) ProtoMessage()

func (*UploadURLResponse) ProtoReflect

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

func (*UploadURLResponse) Reset

func (x *UploadURLResponse) Reset()

func (*UploadURLResponse) String

func (x *UploadURLResponse) String() string

type VerifyDNSSetupRequest

type VerifyDNSSetupRequest struct {
	Domain  string   `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	Targets []string `protobuf:"bytes,2,rep,name=targets,proto3" json:"targets,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyDNSSetupRequest) Descriptor deprecated

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

Deprecated: Use VerifyDNSSetupRequest.ProtoReflect.Descriptor instead.

func (*VerifyDNSSetupRequest) GetDomain

func (x *VerifyDNSSetupRequest) GetDomain() string

func (*VerifyDNSSetupRequest) GetTargets

func (x *VerifyDNSSetupRequest) GetTargets() []string

func (*VerifyDNSSetupRequest) ProtoMessage

func (*VerifyDNSSetupRequest) ProtoMessage()

func (*VerifyDNSSetupRequest) ProtoReflect

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

func (*VerifyDNSSetupRequest) Reset

func (x *VerifyDNSSetupRequest) Reset()

func (*VerifyDNSSetupRequest) String

func (x *VerifyDNSSetupRequest) String() string

type Version

type Version struct {
	Fabric    string `protobuf:"bytes,1,opt,name=fabric,proto3" json:"fabric,omitempty"`
	CliMin    string `protobuf:"bytes,3,opt,name=cli_min,json=cliMin,proto3" json:"cli_min,omitempty"`          // minimum CLI version
	PulumiMin string `protobuf:"bytes,4,opt,name=pulumi_min,json=pulumiMin,proto3" json:"pulumi_min,omitempty"` // minimum Pulumi provider version
	// contains filtered or unexported fields
}

func (*Version) Descriptor deprecated

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

Deprecated: Use Version.ProtoReflect.Descriptor instead.

func (*Version) GetCliMin

func (x *Version) GetCliMin() string

func (*Version) GetFabric

func (x *Version) GetFabric() string

func (*Version) GetPulumiMin

func (x *Version) GetPulumiMin() string

func (*Version) ProtoMessage

func (*Version) ProtoMessage()

func (*Version) ProtoReflect

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

func (*Version) Reset

func (x *Version) Reset()

func (*Version) String

func (x *Version) String() string

type WhoAmIResponse

type WhoAmIResponse struct {
	Tenant  string           `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
	Account string           `protobuf:"bytes,2,opt,name=account,proto3" json:"account,omitempty"`
	Region  string           `protobuf:"bytes,3,opt,name=region,proto3" json:"region,omitempty"`
	UserId  string           `protobuf:"bytes,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Tier    SubscriptionTier `protobuf:"varint,5,opt,name=tier,proto3,enum=io.defang.v1.SubscriptionTier" json:"tier,omitempty"`
	// contains filtered or unexported fields
}

func (*WhoAmIResponse) Descriptor deprecated

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

Deprecated: Use WhoAmIResponse.ProtoReflect.Descriptor instead.

func (*WhoAmIResponse) GetAccount

func (x *WhoAmIResponse) GetAccount() string

func (*WhoAmIResponse) GetRegion

func (x *WhoAmIResponse) GetRegion() string

func (*WhoAmIResponse) GetTenant

func (x *WhoAmIResponse) GetTenant() string

func (*WhoAmIResponse) GetTier

func (x *WhoAmIResponse) GetTier() SubscriptionTier

func (*WhoAmIResponse) GetUserId

func (x *WhoAmIResponse) GetUserId() string

func (*WhoAmIResponse) ProtoMessage

func (*WhoAmIResponse) ProtoMessage()

func (*WhoAmIResponse) ProtoReflect

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

func (*WhoAmIResponse) Reset

func (x *WhoAmIResponse) Reset()

func (*WhoAmIResponse) String

func (x *WhoAmIResponse) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL