schemapb

package
v0.381.1 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	AliasKind_name = map[int32]string{
		0: "ALIAS_KIND_JSON",
	}
	AliasKind_value = map[string]int32{
		"ALIAS_KIND_JSON": 0,
	}
)

Enum value maps for AliasKind.

View Source
var (
	VerbStatus_name = map[int32]string{
		0: "VERB_STATUS_OFFLINE",
		1: "VERB_STATUS_STARTING",
		2: "VERB_STATUS_ONLINE",
		3: "VERB_STATUS_STOPPING",
		4: "VERB_STATUS_STOPPED",
		5: "VERB_STATUS_ERROR",
	}
	VerbStatus_value = map[string]int32{
		"VERB_STATUS_OFFLINE":  0,
		"VERB_STATUS_STARTING": 1,
		"VERB_STATUS_ONLINE":   2,
		"VERB_STATUS_STOPPING": 3,
		"VERB_STATUS_STOPPED":  4,
		"VERB_STATUS_ERROR":    5,
	}
)

Enum value maps for VerbStatus.

View Source
var File_xyz_block_ftl_v1_schema_schema_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AliasKind added in v0.377.0

type AliasKind int32
const (
	AliasKind_ALIAS_KIND_JSON AliasKind = 0
)

func (AliasKind) Descriptor added in v0.377.0

func (AliasKind) Descriptor() protoreflect.EnumDescriptor

func (AliasKind) Enum added in v0.377.0

func (x AliasKind) Enum() *AliasKind

func (AliasKind) EnumDescriptor deprecated added in v0.377.0

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

Deprecated: Use AliasKind.Descriptor instead.

func (AliasKind) Number added in v0.377.0

func (x AliasKind) Number() protoreflect.EnumNumber

func (AliasKind) String added in v0.377.0

func (x AliasKind) String() string

func (AliasKind) Type added in v0.377.0

type Any

type Any struct {
	Pos *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	// contains filtered or unexported fields
}

func (*Any) Descriptor deprecated

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

Deprecated: Use Any.ProtoReflect.Descriptor instead.

func (*Any) GetPos

func (x *Any) GetPos() *Position

func (*Any) ProtoMessage

func (*Any) ProtoMessage()

func (*Any) ProtoReflect

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

func (*Any) Reset

func (x *Any) Reset()

func (*Any) String

func (x *Any) String() string

type Array

type Array struct {
	Pos     *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Element *Type     `protobuf:"bytes,2,opt,name=element,proto3" json:"element,omitempty"`
	// contains filtered or unexported fields
}

func (*Array) Descriptor deprecated

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

Deprecated: Use Array.ProtoReflect.Descriptor instead.

func (*Array) GetElement

func (x *Array) GetElement() *Type

func (*Array) GetPos

func (x *Array) GetPos() *Position

func (*Array) ProtoMessage

func (*Array) ProtoMessage()

func (*Array) ProtoReflect

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

func (*Array) Reset

func (x *Array) Reset()

func (*Array) String

func (x *Array) String() string

type Bool

type Bool struct {
	Pos *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	// contains filtered or unexported fields
}

func (*Bool) Descriptor deprecated

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

Deprecated: Use Bool.ProtoReflect.Descriptor instead.

func (*Bool) GetPos

func (x *Bool) GetPos() *Position

func (*Bool) ProtoMessage

func (*Bool) ProtoMessage()

func (*Bool) ProtoReflect

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

func (*Bool) Reset

func (x *Bool) Reset()

func (*Bool) String

func (x *Bool) String() string

type Bytes

type Bytes struct {
	Pos *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	// contains filtered or unexported fields
}

func (*Bytes) Descriptor deprecated

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

Deprecated: Use Bytes.ProtoReflect.Descriptor instead.

func (*Bytes) GetPos

func (x *Bytes) GetPos() *Position

func (*Bytes) ProtoMessage

func (*Bytes) ProtoMessage()

func (*Bytes) ProtoReflect

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

func (*Bytes) Reset

func (x *Bytes) Reset()

func (*Bytes) String

func (x *Bytes) String() string

type Config added in v0.146.0

type Config struct {
	Pos      *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Comments []string  `protobuf:"bytes,2,rep,name=comments,proto3" json:"comments,omitempty"`
	Name     string    `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Type     *Type     `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*Config) Descriptor deprecated added in v0.146.0

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

Deprecated: Use Config.ProtoReflect.Descriptor instead.

func (*Config) GetComments added in v0.215.2

func (x *Config) GetComments() []string

func (*Config) GetName added in v0.146.0

func (x *Config) GetName() string

func (*Config) GetPos added in v0.146.0

func (x *Config) GetPos() *Position

func (*Config) GetType added in v0.146.0

func (x *Config) GetType() *Type

func (*Config) ProtoMessage added in v0.146.0

func (*Config) ProtoMessage()

func (*Config) ProtoReflect added in v0.146.0

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

func (*Config) Reset added in v0.146.0

func (x *Config) Reset()

func (*Config) String added in v0.146.0

func (x *Config) String() string

type Data

type Data struct {
	Pos            *Position        `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Comments       []string         `protobuf:"bytes,2,rep,name=comments,proto3" json:"comments,omitempty"`
	Export         bool             `protobuf:"varint,3,opt,name=export,proto3" json:"export,omitempty"`
	Name           string           `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	TypeParameters []*TypeParameter `protobuf:"bytes,5,rep,name=type_parameters,json=typeParameters,proto3" json:"type_parameters,omitempty"`
	Fields         []*Field         `protobuf:"bytes,6,rep,name=fields,proto3" json:"fields,omitempty"`
	Metadata       []*Metadata      `protobuf:"bytes,7,rep,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*Data) Descriptor deprecated

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

Deprecated: Use Data.ProtoReflect.Descriptor instead.

func (*Data) GetComments

func (x *Data) GetComments() []string

func (*Data) GetExport added in v0.193.0

func (x *Data) GetExport() bool

func (*Data) GetFields

func (x *Data) GetFields() []*Field

func (*Data) GetMetadata

func (x *Data) GetMetadata() []*Metadata

func (*Data) GetName

func (x *Data) GetName() string

func (*Data) GetPos

func (x *Data) GetPos() *Position

func (*Data) GetTypeParameters

func (x *Data) GetTypeParameters() []*TypeParameter

func (*Data) ProtoMessage

func (*Data) ProtoMessage()

func (*Data) ProtoReflect

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

func (*Data) Reset

func (x *Data) Reset()

func (*Data) String

func (x *Data) String() string

type Database

type Database struct {
	Pos      *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Comments []string  `protobuf:"bytes,2,rep,name=comments,proto3" json:"comments,omitempty"`
	Type     string    `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	Name     string    `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Database) Descriptor deprecated

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

Deprecated: Use Database.ProtoReflect.Descriptor instead.

func (*Database) GetComments

func (x *Database) GetComments() []string

func (*Database) GetName

func (x *Database) GetName() string

func (*Database) GetPos

func (x *Database) GetPos() *Position

func (*Database) GetType added in v0.192.0

func (x *Database) GetType() string

func (*Database) ProtoMessage

func (*Database) ProtoMessage()

func (*Database) ProtoReflect

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

func (*Database) Reset

func (x *Database) Reset()

func (*Database) String

func (x *Database) String() string

type Decl

type Decl struct {

	// Types that are assignable to Value:
	//
	//	*Decl_Config
	//	*Decl_Data
	//	*Decl_Database
	//	*Decl_Enum
	//	*Decl_Fsm
	//	*Decl_Secret
	//	*Decl_Subscription
	//	*Decl_Topic
	//	*Decl_TypeAlias
	//	*Decl_Verb
	Value isDecl_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*Decl) Descriptor deprecated

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

Deprecated: Use Decl.ProtoReflect.Descriptor instead.

func (*Decl) GetConfig added in v0.146.0

func (x *Decl) GetConfig() *Config

func (*Decl) GetData

func (x *Decl) GetData() *Data

func (*Decl) GetDatabase

func (x *Decl) GetDatabase() *Database

func (*Decl) GetEnum added in v0.136.0

func (x *Decl) GetEnum() *Enum

func (*Decl) GetFsm added in v0.200.0

func (x *Decl) GetFsm() *FSM

func (*Decl) GetSecret added in v0.146.0

func (x *Decl) GetSecret() *Secret

func (*Decl) GetSubscription added in v0.232.0

func (x *Decl) GetSubscription() *Subscription

func (*Decl) GetTopic added in v0.232.0

func (x *Decl) GetTopic() *Topic

func (*Decl) GetTypeAlias added in v0.216.0

func (x *Decl) GetTypeAlias() *TypeAlias

func (*Decl) GetValue

func (m *Decl) GetValue() isDecl_Value

func (*Decl) GetVerb

func (x *Decl) GetVerb() *Verb

func (*Decl) ProtoMessage

func (*Decl) ProtoMessage()

func (*Decl) ProtoReflect

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

func (*Decl) Reset

func (x *Decl) Reset()

func (*Decl) String

func (x *Decl) String() string

type Decl_Config added in v0.146.0

type Decl_Config struct {
	Config *Config `protobuf:"bytes,6,opt,name=config,proto3,oneof"`
}

type Decl_Data

type Decl_Data struct {
	Data *Data `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

type Decl_Database

type Decl_Database struct {
	Database *Database `protobuf:"bytes,3,opt,name=database,proto3,oneof"`
}

type Decl_Enum added in v0.136.0

type Decl_Enum struct {
	Enum *Enum `protobuf:"bytes,4,opt,name=enum,proto3,oneof"`
}

type Decl_Fsm added in v0.200.0

type Decl_Fsm struct {
	Fsm *FSM `protobuf:"bytes,8,opt,name=fsm,proto3,oneof"`
}

type Decl_Secret added in v0.146.0

type Decl_Secret struct {
	Secret *Secret `protobuf:"bytes,7,opt,name=secret,proto3,oneof"`
}

type Decl_Subscription added in v0.232.0

type Decl_Subscription struct {
	Subscription *Subscription `protobuf:"bytes,10,opt,name=subscription,proto3,oneof"`
}

type Decl_Topic added in v0.232.0

type Decl_Topic struct {
	Topic *Topic `protobuf:"bytes,9,opt,name=topic,proto3,oneof"`
}

type Decl_TypeAlias added in v0.216.0

type Decl_TypeAlias struct {
	TypeAlias *TypeAlias `protobuf:"bytes,5,opt,name=type_alias,json=typeAlias,proto3,oneof"`
}

type Decl_Verb

type Decl_Verb struct {
	Verb *Verb `protobuf:"bytes,2,opt,name=verb,proto3,oneof"`
}

type Enum added in v0.136.0

type Enum struct {
	Pos      *Position      `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Comments []string       `protobuf:"bytes,2,rep,name=comments,proto3" json:"comments,omitempty"`
	Export   bool           `protobuf:"varint,3,opt,name=export,proto3" json:"export,omitempty"`
	Name     string         `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Type     *Type          `protobuf:"bytes,5,opt,name=type,proto3,oneof" json:"type,omitempty"`
	Variants []*EnumVariant `protobuf:"bytes,6,rep,name=variants,proto3" json:"variants,omitempty"`
	// contains filtered or unexported fields
}

func (*Enum) Descriptor deprecated added in v0.136.0

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

Deprecated: Use Enum.ProtoReflect.Descriptor instead.

func (*Enum) GetComments added in v0.136.0

func (x *Enum) GetComments() []string

func (*Enum) GetExport added in v0.193.0

func (x *Enum) GetExport() bool

func (*Enum) GetName added in v0.136.0

func (x *Enum) GetName() string

func (*Enum) GetPos added in v0.136.0

func (x *Enum) GetPos() *Position

func (*Enum) GetType added in v0.136.0

func (x *Enum) GetType() *Type

func (*Enum) GetVariants added in v0.136.0

func (x *Enum) GetVariants() []*EnumVariant

func (*Enum) ProtoMessage added in v0.136.0

func (*Enum) ProtoMessage()

func (*Enum) ProtoReflect added in v0.136.0

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

func (*Enum) Reset added in v0.136.0

func (x *Enum) Reset()

func (*Enum) String added in v0.136.0

func (x *Enum) String() string

type EnumVariant added in v0.136.0

type EnumVariant struct {
	Pos      *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Comments []string  `protobuf:"bytes,2,rep,name=comments,proto3" json:"comments,omitempty"`
	Name     string    `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Value    *Value    `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*EnumVariant) Descriptor deprecated added in v0.136.0

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

Deprecated: Use EnumVariant.ProtoReflect.Descriptor instead.

func (*EnumVariant) GetComments added in v0.150.0

func (x *EnumVariant) GetComments() []string

func (*EnumVariant) GetName added in v0.136.0

func (x *EnumVariant) GetName() string

func (*EnumVariant) GetPos added in v0.136.0

func (x *EnumVariant) GetPos() *Position

func (*EnumVariant) GetValue added in v0.136.0

func (x *EnumVariant) GetValue() *Value

func (*EnumVariant) ProtoMessage added in v0.136.0

func (*EnumVariant) ProtoMessage()

func (*EnumVariant) ProtoReflect added in v0.136.0

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

func (*EnumVariant) Reset added in v0.136.0

func (x *EnumVariant) Reset()

func (*EnumVariant) String added in v0.136.0

func (x *EnumVariant) String() string

type FSM added in v0.200.0

type FSM struct {
	Pos         *Position        `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Comments    []string         `protobuf:"bytes,2,rep,name=comments,proto3" json:"comments,omitempty"`
	Name        string           `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Metadata    []*Metadata      `protobuf:"bytes,6,rep,name=metadata,proto3" json:"metadata,omitempty"`
	Start       []*Ref           `protobuf:"bytes,4,rep,name=start,proto3" json:"start,omitempty"`
	Transitions []*FSMTransition `protobuf:"bytes,5,rep,name=transitions,proto3" json:"transitions,omitempty"`
	// contains filtered or unexported fields
}

func (*FSM) Descriptor deprecated added in v0.200.0

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

Deprecated: Use FSM.ProtoReflect.Descriptor instead.

func (*FSM) GetComments added in v0.200.0

func (x *FSM) GetComments() []string

func (*FSM) GetMetadata added in v0.228.0

func (x *FSM) GetMetadata() []*Metadata

func (*FSM) GetName added in v0.200.0

func (x *FSM) GetName() string

func (*FSM) GetPos added in v0.200.0

func (x *FSM) GetPos() *Position

func (*FSM) GetStart added in v0.200.0

func (x *FSM) GetStart() []*Ref

func (*FSM) GetTransitions added in v0.200.0

func (x *FSM) GetTransitions() []*FSMTransition

func (*FSM) ProtoMessage added in v0.200.0

func (*FSM) ProtoMessage()

func (*FSM) ProtoReflect added in v0.200.0

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

func (*FSM) Reset added in v0.200.0

func (x *FSM) Reset()

func (*FSM) String added in v0.200.0

func (x *FSM) String() string

type FSMTransition added in v0.200.0

type FSMTransition struct {
	Pos      *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Comments []string  `protobuf:"bytes,2,rep,name=comments,proto3" json:"comments,omitempty"`
	From     *Ref      `protobuf:"bytes,3,opt,name=from,proto3,oneof" json:"from,omitempty"`
	To       *Ref      `protobuf:"bytes,4,opt,name=to,proto3" json:"to,omitempty"`
	// contains filtered or unexported fields
}

func (*FSMTransition) Descriptor deprecated added in v0.200.0

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

Deprecated: Use FSMTransition.ProtoReflect.Descriptor instead.

func (*FSMTransition) GetComments added in v0.200.0

func (x *FSMTransition) GetComments() []string

func (*FSMTransition) GetFrom added in v0.200.0

func (x *FSMTransition) GetFrom() *Ref

func (*FSMTransition) GetPos added in v0.200.0

func (x *FSMTransition) GetPos() *Position

func (*FSMTransition) GetTo added in v0.200.0

func (x *FSMTransition) GetTo() *Ref

func (*FSMTransition) ProtoMessage added in v0.200.0

func (*FSMTransition) ProtoMessage()

func (*FSMTransition) ProtoReflect added in v0.200.0

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

func (*FSMTransition) Reset added in v0.200.0

func (x *FSMTransition) Reset()

func (*FSMTransition) String added in v0.200.0

func (x *FSMTransition) String() string

type Field

type Field struct {
	Pos      *Position   `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Comments []string    `protobuf:"bytes,3,rep,name=comments,proto3" json:"comments,omitempty"`
	Name     string      `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Type     *Type       `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	Metadata []*Metadata `protobuf:"bytes,5,rep,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*Field) Descriptor deprecated

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

Deprecated: Use Field.ProtoReflect.Descriptor instead.

func (*Field) GetComments

func (x *Field) GetComments() []string

func (*Field) GetMetadata added in v0.139.2

func (x *Field) GetMetadata() []*Metadata

func (*Field) GetName

func (x *Field) GetName() string

func (*Field) GetPos

func (x *Field) GetPos() *Position

func (*Field) GetType

func (x *Field) GetType() *Type

func (*Field) ProtoMessage

func (*Field) ProtoMessage()

func (*Field) ProtoReflect

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

func (*Field) Reset

func (x *Field) Reset()

func (*Field) String

func (x *Field) String() string

type Float

type Float struct {
	Pos *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	// contains filtered or unexported fields
}

func (*Float) Descriptor deprecated

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

Deprecated: Use Float.ProtoReflect.Descriptor instead.

func (*Float) GetPos

func (x *Float) GetPos() *Position

func (*Float) ProtoMessage

func (*Float) ProtoMessage()

func (*Float) ProtoReflect

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

func (*Float) Reset

func (x *Float) Reset()

func (*Float) String

func (x *Float) String() string

type IngressPathComponent

type IngressPathComponent struct {

	// Types that are assignable to Value:
	//
	//	*IngressPathComponent_IngressPathLiteral
	//	*IngressPathComponent_IngressPathParameter
	Value isIngressPathComponent_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*IngressPathComponent) Descriptor deprecated

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

Deprecated: Use IngressPathComponent.ProtoReflect.Descriptor instead.

func (*IngressPathComponent) GetIngressPathLiteral

func (x *IngressPathComponent) GetIngressPathLiteral() *IngressPathLiteral

func (*IngressPathComponent) GetIngressPathParameter

func (x *IngressPathComponent) GetIngressPathParameter() *IngressPathParameter

func (*IngressPathComponent) GetValue

func (m *IngressPathComponent) GetValue() isIngressPathComponent_Value

func (*IngressPathComponent) ProtoMessage

func (*IngressPathComponent) ProtoMessage()

func (*IngressPathComponent) ProtoReflect

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

func (*IngressPathComponent) Reset

func (x *IngressPathComponent) Reset()

func (*IngressPathComponent) String

func (x *IngressPathComponent) String() string

type IngressPathComponent_IngressPathLiteral

type IngressPathComponent_IngressPathLiteral struct {
	IngressPathLiteral *IngressPathLiteral `protobuf:"bytes,1,opt,name=ingress_path_literal,json=ingressPathLiteral,proto3,oneof"`
}

type IngressPathComponent_IngressPathParameter

type IngressPathComponent_IngressPathParameter struct {
	IngressPathParameter *IngressPathParameter `protobuf:"bytes,2,opt,name=ingress_path_parameter,json=ingressPathParameter,proto3,oneof"`
}

type IngressPathLiteral

type IngressPathLiteral struct {
	Pos  *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Text string    `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
	// contains filtered or unexported fields
}

func (*IngressPathLiteral) Descriptor deprecated

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

Deprecated: Use IngressPathLiteral.ProtoReflect.Descriptor instead.

func (*IngressPathLiteral) GetPos

func (x *IngressPathLiteral) GetPos() *Position

func (*IngressPathLiteral) GetText

func (x *IngressPathLiteral) GetText() string

func (*IngressPathLiteral) ProtoMessage

func (*IngressPathLiteral) ProtoMessage()

func (*IngressPathLiteral) ProtoReflect

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

func (*IngressPathLiteral) Reset

func (x *IngressPathLiteral) Reset()

func (*IngressPathLiteral) String

func (x *IngressPathLiteral) String() string

type IngressPathParameter

type IngressPathParameter struct {
	Pos  *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Name string    `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*IngressPathParameter) Descriptor deprecated

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

Deprecated: Use IngressPathParameter.ProtoReflect.Descriptor instead.

func (*IngressPathParameter) GetName

func (x *IngressPathParameter) GetName() string

func (*IngressPathParameter) GetPos

func (x *IngressPathParameter) GetPos() *Position

func (*IngressPathParameter) ProtoMessage

func (*IngressPathParameter) ProtoMessage()

func (*IngressPathParameter) ProtoReflect

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

func (*IngressPathParameter) Reset

func (x *IngressPathParameter) Reset()

func (*IngressPathParameter) String

func (x *IngressPathParameter) String() string

type Int

type Int struct {
	Pos *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	// contains filtered or unexported fields
}

func (*Int) Descriptor deprecated

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

Deprecated: Use Int.ProtoReflect.Descriptor instead.

func (*Int) GetPos

func (x *Int) GetPos() *Position

func (*Int) ProtoMessage

func (*Int) ProtoMessage()

func (*Int) ProtoReflect

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

func (*Int) Reset

func (x *Int) Reset()

func (*Int) String

func (x *Int) String() string

type IntValue added in v0.136.0

type IntValue struct {
	Pos   *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Value int64     `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*IntValue) Descriptor deprecated added in v0.136.0

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

Deprecated: Use IntValue.ProtoReflect.Descriptor instead.

func (*IntValue) GetPos added in v0.136.0

func (x *IntValue) GetPos() *Position

func (*IntValue) GetValue added in v0.136.0

func (x *IntValue) GetValue() int64

func (*IntValue) ProtoMessage added in v0.136.0

func (*IntValue) ProtoMessage()

func (*IntValue) ProtoReflect added in v0.136.0

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

func (*IntValue) Reset added in v0.136.0

func (x *IntValue) Reset()

func (*IntValue) String added in v0.136.0

func (x *IntValue) String() string

type IsDeclValue

type IsDeclValue = isDecl_Value

type IsMetadataValue

type IsMetadataValue = isMetadata_Value

type IsTypeValue

type IsTypeValue = isType_Value

type Map

type Map struct {
	Pos   *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Key   *Type     `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	Value *Type     `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Map) Descriptor deprecated

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

Deprecated: Use Map.ProtoReflect.Descriptor instead.

func (*Map) GetKey

func (x *Map) GetKey() *Type

func (*Map) GetPos

func (x *Map) GetPos() *Position

func (*Map) GetValue

func (x *Map) GetValue() *Type

func (*Map) ProtoMessage

func (*Map) ProtoMessage()

func (*Map) ProtoReflect

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

func (*Map) Reset

func (x *Map) Reset()

func (*Map) String

func (x *Map) String() string

type Metadata

type Metadata struct {

	// Types that are assignable to Value:
	//
	//	*Metadata_Alias
	//	*Metadata_Calls
	//	*Metadata_Config
	//	*Metadata_CronJob
	//	*Metadata_Databases
	//	*Metadata_Encoding
	//	*Metadata_Ingress
	//	*Metadata_Retry
	//	*Metadata_Secrets
	//	*Metadata_Subscriber
	//	*Metadata_TypeMap
	Value isMetadata_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*Metadata) Descriptor deprecated

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

Deprecated: Use Metadata.ProtoReflect.Descriptor instead.

func (*Metadata) GetAlias added in v0.139.2

func (x *Metadata) GetAlias() *MetadataAlias

func (*Metadata) GetCalls

func (x *Metadata) GetCalls() *MetadataCalls

func (*Metadata) GetConfig added in v0.377.0

func (x *Metadata) GetConfig() *MetadataConfig

func (*Metadata) GetCronJob added in v0.165.0

func (x *Metadata) GetCronJob() *MetadataCronJob

func (*Metadata) GetDatabases

func (x *Metadata) GetDatabases() *MetadataDatabases

func (*Metadata) GetEncoding added in v0.336.0

func (x *Metadata) GetEncoding() *MetadataEncoding

func (*Metadata) GetIngress

func (x *Metadata) GetIngress() *MetadataIngress

func (*Metadata) GetRetry added in v0.221.0

func (x *Metadata) GetRetry() *MetadataRetry

func (*Metadata) GetSecrets added in v0.377.0

func (x *Metadata) GetSecrets() *MetadataSecrets

func (*Metadata) GetSubscriber added in v0.232.0

func (x *Metadata) GetSubscriber() *MetadataSubscriber

func (*Metadata) GetTypeMap added in v0.282.0

func (x *Metadata) GetTypeMap() *MetadataTypeMap

func (*Metadata) GetValue

func (m *Metadata) GetValue() isMetadata_Value

func (*Metadata) ProtoMessage

func (*Metadata) ProtoMessage()

func (*Metadata) ProtoReflect

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

func (*Metadata) Reset

func (x *Metadata) Reset()

func (*Metadata) String

func (x *Metadata) String() string

type MetadataAlias added in v0.139.2

type MetadataAlias struct {
	Pos   *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Kind  AliasKind `protobuf:"varint,2,opt,name=kind,proto3,enum=xyz.block.ftl.v1.schema.AliasKind" json:"kind,omitempty"`
	Alias string    `protobuf:"bytes,3,opt,name=alias,proto3" json:"alias,omitempty"`
	// contains filtered or unexported fields
}

func (*MetadataAlias) Descriptor deprecated added in v0.139.2

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

Deprecated: Use MetadataAlias.ProtoReflect.Descriptor instead.

func (*MetadataAlias) GetAlias added in v0.139.2

func (x *MetadataAlias) GetAlias() string

func (*MetadataAlias) GetKind added in v0.139.2

func (x *MetadataAlias) GetKind() AliasKind

func (*MetadataAlias) GetPos added in v0.139.2

func (x *MetadataAlias) GetPos() *Position

func (*MetadataAlias) ProtoMessage added in v0.139.2

func (*MetadataAlias) ProtoMessage()

func (*MetadataAlias) ProtoReflect added in v0.139.2

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

func (*MetadataAlias) Reset added in v0.139.2

func (x *MetadataAlias) Reset()

func (*MetadataAlias) String added in v0.139.2

func (x *MetadataAlias) String() string

type MetadataCalls

type MetadataCalls struct {
	Pos   *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Calls []*Ref    `protobuf:"bytes,2,rep,name=calls,proto3" json:"calls,omitempty"`
	// contains filtered or unexported fields
}

func (*MetadataCalls) Descriptor deprecated

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

Deprecated: Use MetadataCalls.ProtoReflect.Descriptor instead.

func (*MetadataCalls) GetCalls

func (x *MetadataCalls) GetCalls() []*Ref

func (*MetadataCalls) GetPos

func (x *MetadataCalls) GetPos() *Position

func (*MetadataCalls) ProtoMessage

func (*MetadataCalls) ProtoMessage()

func (*MetadataCalls) ProtoReflect

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

func (*MetadataCalls) Reset

func (x *MetadataCalls) Reset()

func (*MetadataCalls) String

func (x *MetadataCalls) String() string

type MetadataConfig added in v0.377.0

type MetadataConfig struct {
	Pos    *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Config []*Ref    `protobuf:"bytes,2,rep,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*MetadataConfig) Descriptor deprecated added in v0.377.0

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

Deprecated: Use MetadataConfig.ProtoReflect.Descriptor instead.

func (*MetadataConfig) GetConfig added in v0.377.0

func (x *MetadataConfig) GetConfig() []*Ref

func (*MetadataConfig) GetPos added in v0.377.0

func (x *MetadataConfig) GetPos() *Position

func (*MetadataConfig) ProtoMessage added in v0.377.0

func (*MetadataConfig) ProtoMessage()

func (*MetadataConfig) ProtoReflect added in v0.377.0

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

func (*MetadataConfig) Reset added in v0.377.0

func (x *MetadataConfig) Reset()

func (*MetadataConfig) String added in v0.377.0

func (x *MetadataConfig) String() string

type MetadataCronJob added in v0.165.0

type MetadataCronJob struct {
	Pos  *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Cron string    `protobuf:"bytes,2,opt,name=cron,proto3" json:"cron,omitempty"`
	// contains filtered or unexported fields
}

func (*MetadataCronJob) Descriptor deprecated added in v0.165.0

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

Deprecated: Use MetadataCronJob.ProtoReflect.Descriptor instead.

func (*MetadataCronJob) GetCron added in v0.165.0

func (x *MetadataCronJob) GetCron() string

func (*MetadataCronJob) GetPos added in v0.165.0

func (x *MetadataCronJob) GetPos() *Position

func (*MetadataCronJob) ProtoMessage added in v0.165.0

func (*MetadataCronJob) ProtoMessage()

func (*MetadataCronJob) ProtoReflect added in v0.165.0

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

func (*MetadataCronJob) Reset added in v0.165.0

func (x *MetadataCronJob) Reset()

func (*MetadataCronJob) String added in v0.165.0

func (x *MetadataCronJob) String() string

type MetadataDatabases

type MetadataDatabases struct {
	Pos   *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Calls []*Ref    `protobuf:"bytes,2,rep,name=calls,proto3" json:"calls,omitempty"`
	// contains filtered or unexported fields
}

func (*MetadataDatabases) Descriptor deprecated

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

Deprecated: Use MetadataDatabases.ProtoReflect.Descriptor instead.

func (*MetadataDatabases) GetCalls

func (x *MetadataDatabases) GetCalls() []*Ref

func (*MetadataDatabases) GetPos

func (x *MetadataDatabases) GetPos() *Position

func (*MetadataDatabases) ProtoMessage

func (*MetadataDatabases) ProtoMessage()

func (*MetadataDatabases) ProtoReflect

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

func (*MetadataDatabases) Reset

func (x *MetadataDatabases) Reset()

func (*MetadataDatabases) String

func (x *MetadataDatabases) String() string

type MetadataEncoding added in v0.336.0

type MetadataEncoding struct {
	Pos     *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Type    string    `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Lenient bool      `protobuf:"varint,3,opt,name=lenient,proto3" json:"lenient,omitempty"`
	// contains filtered or unexported fields
}

func (*MetadataEncoding) Descriptor deprecated added in v0.336.0

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

Deprecated: Use MetadataEncoding.ProtoReflect.Descriptor instead.

func (*MetadataEncoding) GetLenient added in v0.336.0

func (x *MetadataEncoding) GetLenient() bool

func (*MetadataEncoding) GetPos added in v0.336.0

func (x *MetadataEncoding) GetPos() *Position

func (*MetadataEncoding) GetType added in v0.336.0

func (x *MetadataEncoding) GetType() string

func (*MetadataEncoding) ProtoMessage added in v0.336.0

func (*MetadataEncoding) ProtoMessage()

func (*MetadataEncoding) ProtoReflect added in v0.336.0

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

func (*MetadataEncoding) Reset added in v0.336.0

func (x *MetadataEncoding) Reset()

func (*MetadataEncoding) String added in v0.336.0

func (x *MetadataEncoding) String() string

type MetadataIngress

type MetadataIngress struct {
	Pos    *Position               `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Type   string                  `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Method string                  `protobuf:"bytes,3,opt,name=method,proto3" json:"method,omitempty"`
	Path   []*IngressPathComponent `protobuf:"bytes,4,rep,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*MetadataIngress) Descriptor deprecated

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

Deprecated: Use MetadataIngress.ProtoReflect.Descriptor instead.

func (*MetadataIngress) GetMethod

func (x *MetadataIngress) GetMethod() string

func (*MetadataIngress) GetPath

func (x *MetadataIngress) GetPath() []*IngressPathComponent

func (*MetadataIngress) GetPos

func (x *MetadataIngress) GetPos() *Position

func (*MetadataIngress) GetType

func (x *MetadataIngress) GetType() string

func (*MetadataIngress) ProtoMessage

func (*MetadataIngress) ProtoMessage()

func (*MetadataIngress) ProtoReflect

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

func (*MetadataIngress) Reset

func (x *MetadataIngress) Reset()

func (*MetadataIngress) String

func (x *MetadataIngress) String() string

type MetadataRetry added in v0.221.0

type MetadataRetry struct {
	Pos        *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Count      *int64    `protobuf:"varint,2,opt,name=count,proto3,oneof" json:"count,omitempty"`
	MinBackoff string    `protobuf:"bytes,3,opt,name=min_backoff,json=minBackoff,proto3" json:"min_backoff,omitempty"`
	MaxBackoff string    `protobuf:"bytes,4,opt,name=max_backoff,json=maxBackoff,proto3" json:"max_backoff,omitempty"`
	Catch      *Ref      `protobuf:"bytes,5,opt,name=catch,proto3,oneof" json:"catch,omitempty"`
	// contains filtered or unexported fields
}

func (*MetadataRetry) Descriptor deprecated added in v0.221.0

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

Deprecated: Use MetadataRetry.ProtoReflect.Descriptor instead.

func (*MetadataRetry) GetCatch added in v0.325.0

func (x *MetadataRetry) GetCatch() *Ref

func (*MetadataRetry) GetCount added in v0.221.0

func (x *MetadataRetry) GetCount() int64

func (*MetadataRetry) GetMaxBackoff added in v0.221.0

func (x *MetadataRetry) GetMaxBackoff() string

func (*MetadataRetry) GetMinBackoff added in v0.221.0

func (x *MetadataRetry) GetMinBackoff() string

func (*MetadataRetry) GetPos added in v0.221.0

func (x *MetadataRetry) GetPos() *Position

func (*MetadataRetry) ProtoMessage added in v0.221.0

func (*MetadataRetry) ProtoMessage()

func (*MetadataRetry) ProtoReflect added in v0.221.0

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

func (*MetadataRetry) Reset added in v0.221.0

func (x *MetadataRetry) Reset()

func (*MetadataRetry) String added in v0.221.0

func (x *MetadataRetry) String() string

type MetadataSecrets added in v0.377.0

type MetadataSecrets struct {
	Pos     *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Secrets []*Ref    `protobuf:"bytes,2,rep,name=secrets,proto3" json:"secrets,omitempty"`
	// contains filtered or unexported fields
}

func (*MetadataSecrets) Descriptor deprecated added in v0.377.0

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

Deprecated: Use MetadataSecrets.ProtoReflect.Descriptor instead.

func (*MetadataSecrets) GetPos added in v0.377.0

func (x *MetadataSecrets) GetPos() *Position

func (*MetadataSecrets) GetSecrets added in v0.377.0

func (x *MetadataSecrets) GetSecrets() []*Ref

func (*MetadataSecrets) ProtoMessage added in v0.377.0

func (*MetadataSecrets) ProtoMessage()

func (*MetadataSecrets) ProtoReflect added in v0.377.0

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

func (*MetadataSecrets) Reset added in v0.377.0

func (x *MetadataSecrets) Reset()

func (*MetadataSecrets) String added in v0.377.0

func (x *MetadataSecrets) String() string

type MetadataSubscriber added in v0.232.0

type MetadataSubscriber struct {
	Pos  *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Name string    `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*MetadataSubscriber) Descriptor deprecated added in v0.232.0

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

Deprecated: Use MetadataSubscriber.ProtoReflect.Descriptor instead.

func (*MetadataSubscriber) GetName added in v0.232.0

func (x *MetadataSubscriber) GetName() string

func (*MetadataSubscriber) GetPos added in v0.232.0

func (x *MetadataSubscriber) GetPos() *Position

func (*MetadataSubscriber) ProtoMessage added in v0.232.0

func (*MetadataSubscriber) ProtoMessage()

func (*MetadataSubscriber) ProtoReflect added in v0.232.0

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

func (*MetadataSubscriber) Reset added in v0.232.0

func (x *MetadataSubscriber) Reset()

func (*MetadataSubscriber) String added in v0.232.0

func (x *MetadataSubscriber) String() string

type MetadataTypeMap added in v0.282.0

type MetadataTypeMap struct {
	Pos        *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Runtime    string    `protobuf:"bytes,2,opt,name=runtime,proto3" json:"runtime,omitempty"`
	NativeName string    `protobuf:"bytes,3,opt,name=native_name,json=nativeName,proto3" json:"native_name,omitempty"`
	// contains filtered or unexported fields
}

func (*MetadataTypeMap) Descriptor deprecated added in v0.282.0

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

Deprecated: Use MetadataTypeMap.ProtoReflect.Descriptor instead.

func (*MetadataTypeMap) GetNativeName added in v0.282.0

func (x *MetadataTypeMap) GetNativeName() string

func (*MetadataTypeMap) GetPos added in v0.282.0

func (x *MetadataTypeMap) GetPos() *Position

func (*MetadataTypeMap) GetRuntime added in v0.282.0

func (x *MetadataTypeMap) GetRuntime() string

func (*MetadataTypeMap) ProtoMessage added in v0.282.0

func (*MetadataTypeMap) ProtoMessage()

func (*MetadataTypeMap) ProtoReflect added in v0.282.0

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

func (*MetadataTypeMap) Reset added in v0.282.0

func (x *MetadataTypeMap) Reset()

func (*MetadataTypeMap) String added in v0.282.0

func (x *MetadataTypeMap) String() string

type Metadata_Alias added in v0.139.2

type Metadata_Alias struct {
	Alias *MetadataAlias `protobuf:"bytes,5,opt,name=alias,proto3,oneof"`
}

type Metadata_Calls

type Metadata_Calls struct {
	Calls *MetadataCalls `protobuf:"bytes,1,opt,name=calls,proto3,oneof"`
}

type Metadata_Config added in v0.377.0

type Metadata_Config struct {
	Config *MetadataConfig `protobuf:"bytes,10,opt,name=config,proto3,oneof"`
}

type Metadata_CronJob added in v0.165.0

type Metadata_CronJob struct {
	CronJob *MetadataCronJob `protobuf:"bytes,3,opt,name=cron_job,json=cronJob,proto3,oneof"`
}

type Metadata_Databases

type Metadata_Databases struct {
	Databases *MetadataDatabases `protobuf:"bytes,4,opt,name=databases,proto3,oneof"`
}

type Metadata_Encoding added in v0.336.0

type Metadata_Encoding struct {
	Encoding *MetadataEncoding `protobuf:"bytes,9,opt,name=encoding,proto3,oneof"`
}

type Metadata_Ingress

type Metadata_Ingress struct {
	Ingress *MetadataIngress `protobuf:"bytes,2,opt,name=ingress,proto3,oneof"`
}

type Metadata_Retry added in v0.221.0

type Metadata_Retry struct {
	Retry *MetadataRetry `protobuf:"bytes,6,opt,name=retry,proto3,oneof"`
}

type Metadata_Secrets added in v0.377.0

type Metadata_Secrets struct {
	Secrets *MetadataSecrets `protobuf:"bytes,11,opt,name=secrets,proto3,oneof"`
}

type Metadata_Subscriber added in v0.232.0

type Metadata_Subscriber struct {
	Subscriber *MetadataSubscriber `protobuf:"bytes,7,opt,name=subscriber,proto3,oneof"`
}

type Metadata_TypeMap added in v0.282.0

type Metadata_TypeMap struct {
	TypeMap *MetadataTypeMap `protobuf:"bytes,8,opt,name=type_map,json=typeMap,proto3,oneof"`
}

type Module

type Module struct {
	Pos      *Position      `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Comments []string       `protobuf:"bytes,2,rep,name=comments,proto3" json:"comments,omitempty"`
	Builtin  bool           `protobuf:"varint,3,opt,name=builtin,proto3" json:"builtin,omitempty"`
	Name     string         `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Decls    []*Decl        `protobuf:"bytes,5,rep,name=decls,proto3" json:"decls,omitempty"`
	Runtime  *ModuleRuntime `protobuf:"bytes,31634,opt,name=runtime,proto3,oneof" json:"runtime,omitempty"`
	// contains filtered or unexported fields
}

func (*Module) Descriptor deprecated

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

Deprecated: Use Module.ProtoReflect.Descriptor instead.

func (*Module) GetBuiltin

func (x *Module) GetBuiltin() bool

func (*Module) GetComments

func (x *Module) GetComments() []string

func (*Module) GetDecls

func (x *Module) GetDecls() []*Decl

func (*Module) GetName

func (x *Module) GetName() string

func (*Module) GetPos

func (x *Module) GetPos() *Position

func (*Module) GetRuntime

func (x *Module) GetRuntime() *ModuleRuntime

func (*Module) ProtoMessage

func (*Module) ProtoMessage()

func (*Module) ProtoReflect

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

func (*Module) Reset

func (x *Module) Reset()

func (*Module) String

func (x *Module) String() string

type ModuleRuntime

type ModuleRuntime struct {
	CreateTime  *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	Language    string                 `protobuf:"bytes,2,opt,name=language,proto3" json:"language,omitempty"`
	MinReplicas int32                  `protobuf:"varint,3,opt,name=min_replicas,json=minReplicas,proto3" json:"min_replicas,omitempty"`
	Os          *string                `protobuf:"bytes,4,opt,name=os,proto3,oneof" json:"os,omitempty"`
	Arch        *string                `protobuf:"bytes,5,opt,name=arch,proto3,oneof" json:"arch,omitempty"`
	// contains filtered or unexported fields
}

func (*ModuleRuntime) Descriptor deprecated

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

Deprecated: Use ModuleRuntime.ProtoReflect.Descriptor instead.

func (*ModuleRuntime) GetArch added in v0.265.0

func (x *ModuleRuntime) GetArch() string

func (*ModuleRuntime) GetCreateTime

func (x *ModuleRuntime) GetCreateTime() *timestamppb.Timestamp

func (*ModuleRuntime) GetLanguage

func (x *ModuleRuntime) GetLanguage() string

func (*ModuleRuntime) GetMinReplicas

func (x *ModuleRuntime) GetMinReplicas() int32

func (*ModuleRuntime) GetOs added in v0.265.0

func (x *ModuleRuntime) GetOs() string

func (*ModuleRuntime) ProtoMessage

func (*ModuleRuntime) ProtoMessage()

func (*ModuleRuntime) ProtoReflect

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

func (*ModuleRuntime) Reset

func (x *ModuleRuntime) Reset()

func (*ModuleRuntime) String

func (x *ModuleRuntime) String() string

type Optional

type Optional struct {
	Pos  *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Type *Type     `protobuf:"bytes,2,opt,name=type,proto3,oneof" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*Optional) Descriptor deprecated

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

Deprecated: Use Optional.ProtoReflect.Descriptor instead.

func (*Optional) GetPos

func (x *Optional) GetPos() *Position

func (*Optional) GetType

func (x *Optional) GetType() *Type

func (*Optional) ProtoMessage

func (*Optional) ProtoMessage()

func (*Optional) ProtoReflect

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

func (*Optional) Reset

func (x *Optional) Reset()

func (*Optional) String

func (x *Optional) String() string

type Position

type Position struct {
	Filename string `protobuf:"bytes,1,opt,name=filename,proto3" json:"filename,omitempty"`
	Line     int64  `protobuf:"varint,2,opt,name=line,proto3" json:"line,omitempty"`
	Column   int64  `protobuf:"varint,3,opt,name=column,proto3" json:"column,omitempty"`
	// contains filtered or unexported fields
}

func (*Position) Descriptor deprecated

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

Deprecated: Use Position.ProtoReflect.Descriptor instead.

func (*Position) GetColumn

func (x *Position) GetColumn() int64

func (*Position) GetFilename

func (x *Position) GetFilename() string

func (*Position) GetLine

func (x *Position) GetLine() int64

func (*Position) ProtoMessage

func (*Position) ProtoMessage()

func (*Position) ProtoReflect

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

func (*Position) Reset

func (x *Position) Reset()

func (*Position) String

func (x *Position) String() string

type Ref added in v0.149.0

type Ref struct {
	Pos            *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Module         string    `protobuf:"bytes,3,opt,name=module,proto3" json:"module,omitempty"`
	Name           string    `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	TypeParameters []*Type   `protobuf:"bytes,4,rep,name=type_parameters,json=typeParameters,proto3" json:"type_parameters,omitempty"`
	// contains filtered or unexported fields
}

func (*Ref) Descriptor deprecated added in v0.149.0

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

Deprecated: Use Ref.ProtoReflect.Descriptor instead.

func (*Ref) GetModule added in v0.149.0

func (x *Ref) GetModule() string

func (*Ref) GetName added in v0.149.0

func (x *Ref) GetName() string

func (*Ref) GetPos added in v0.149.0

func (x *Ref) GetPos() *Position

func (*Ref) GetTypeParameters added in v0.149.0

func (x *Ref) GetTypeParameters() []*Type

func (*Ref) ProtoMessage added in v0.149.0

func (*Ref) ProtoMessage()

func (*Ref) ProtoReflect added in v0.149.0

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

func (*Ref) Reset added in v0.149.0

func (x *Ref) Reset()

func (*Ref) String added in v0.149.0

func (x *Ref) String() string

func (*Ref) ToFTL added in v0.149.0

func (v *Ref) ToFTL() string

type Schema

type Schema struct {
	Pos     *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Modules []*Module `protobuf:"bytes,2,rep,name=modules,proto3" json:"modules,omitempty"`
	// contains filtered or unexported fields
}

func (*Schema) Descriptor deprecated

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

Deprecated: Use Schema.ProtoReflect.Descriptor instead.

func (*Schema) GetModules

func (x *Schema) GetModules() []*Module

func (*Schema) GetPos

func (x *Schema) GetPos() *Position

func (*Schema) ProtoMessage

func (*Schema) ProtoMessage()

func (*Schema) ProtoReflect

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

func (*Schema) Reset

func (x *Schema) Reset()

func (*Schema) String

func (x *Schema) String() string

type Secret added in v0.146.0

type Secret struct {
	Pos      *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Comments []string  `protobuf:"bytes,2,rep,name=comments,proto3" json:"comments,omitempty"`
	Name     string    `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Type     *Type     `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*Secret) Descriptor deprecated added in v0.146.0

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

Deprecated: Use Secret.ProtoReflect.Descriptor instead.

func (*Secret) GetComments added in v0.215.2

func (x *Secret) GetComments() []string

func (*Secret) GetName added in v0.146.0

func (x *Secret) GetName() string

func (*Secret) GetPos added in v0.146.0

func (x *Secret) GetPos() *Position

func (*Secret) GetType added in v0.146.0

func (x *Secret) GetType() *Type

func (*Secret) ProtoMessage added in v0.146.0

func (*Secret) ProtoMessage()

func (*Secret) ProtoReflect added in v0.146.0

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

func (*Secret) Reset added in v0.146.0

func (x *Secret) Reset()

func (*Secret) String added in v0.146.0

func (x *Secret) String() string

type String

type String struct {
	Pos *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	// contains filtered or unexported fields
}

func (*String) Descriptor deprecated

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

Deprecated: Use String.ProtoReflect.Descriptor instead.

func (*String) GetPos

func (x *String) GetPos() *Position

func (*String) ProtoMessage

func (*String) ProtoMessage()

func (*String) ProtoReflect

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

func (*String) Reset

func (x *String) Reset()

func (*String) String

func (x *String) String() string

type StringValue added in v0.136.0

type StringValue struct {
	Pos   *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Value string    `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*StringValue) Descriptor deprecated added in v0.136.0

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

Deprecated: Use StringValue.ProtoReflect.Descriptor instead.

func (*StringValue) GetPos added in v0.136.0

func (x *StringValue) GetPos() *Position

func (*StringValue) GetValue added in v0.136.0

func (x *StringValue) GetValue() string

func (*StringValue) ProtoMessage added in v0.136.0

func (*StringValue) ProtoMessage()

func (*StringValue) ProtoReflect added in v0.136.0

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

func (*StringValue) Reset added in v0.136.0

func (x *StringValue) Reset()

func (*StringValue) String added in v0.136.0

func (x *StringValue) String() string

type Subscription added in v0.232.0

type Subscription struct {
	Pos      *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Comments []string  `protobuf:"bytes,2,rep,name=comments,proto3" json:"comments,omitempty"`
	Name     string    `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Topic    *Ref      `protobuf:"bytes,4,opt,name=topic,proto3" json:"topic,omitempty"`
	// contains filtered or unexported fields
}

func (*Subscription) Descriptor deprecated added in v0.232.0

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

Deprecated: Use Subscription.ProtoReflect.Descriptor instead.

func (*Subscription) GetComments added in v0.232.0

func (x *Subscription) GetComments() []string

func (*Subscription) GetName added in v0.232.0

func (x *Subscription) GetName() string

func (*Subscription) GetPos added in v0.232.0

func (x *Subscription) GetPos() *Position

func (*Subscription) GetTopic added in v0.232.0

func (x *Subscription) GetTopic() *Ref

func (*Subscription) ProtoMessage added in v0.232.0

func (*Subscription) ProtoMessage()

func (*Subscription) ProtoReflect added in v0.232.0

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

func (*Subscription) Reset added in v0.232.0

func (x *Subscription) Reset()

func (*Subscription) String added in v0.232.0

func (x *Subscription) String() string

type Time

type Time struct {
	Pos *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	// contains filtered or unexported fields
}

func (*Time) Descriptor deprecated

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

Deprecated: Use Time.ProtoReflect.Descriptor instead.

func (*Time) GetPos

func (x *Time) GetPos() *Position

func (*Time) ProtoMessage

func (*Time) ProtoMessage()

func (*Time) ProtoReflect

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

func (*Time) Reset

func (x *Time) Reset()

func (*Time) String

func (x *Time) String() string

type Topic added in v0.232.0

type Topic struct {
	Pos      *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Comments []string  `protobuf:"bytes,2,rep,name=comments,proto3" json:"comments,omitempty"`
	Export   bool      `protobuf:"varint,3,opt,name=export,proto3" json:"export,omitempty"`
	Name     string    `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Event    *Type     `protobuf:"bytes,5,opt,name=event,proto3" json:"event,omitempty"`
	// contains filtered or unexported fields
}

func (*Topic) Descriptor deprecated added in v0.232.0

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

Deprecated: Use Topic.ProtoReflect.Descriptor instead.

func (*Topic) GetComments added in v0.232.0

func (x *Topic) GetComments() []string

func (*Topic) GetEvent added in v0.232.0

func (x *Topic) GetEvent() *Type

func (*Topic) GetExport added in v0.232.0

func (x *Topic) GetExport() bool

func (*Topic) GetName added in v0.232.0

func (x *Topic) GetName() string

func (*Topic) GetPos added in v0.232.0

func (x *Topic) GetPos() *Position

func (*Topic) ProtoMessage added in v0.232.0

func (*Topic) ProtoMessage()

func (*Topic) ProtoReflect added in v0.232.0

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

func (*Topic) Reset added in v0.232.0

func (x *Topic) Reset()

func (*Topic) String added in v0.232.0

func (x *Topic) String() string

type Type

type Type struct {

	// Types that are assignable to Value:
	//
	//	*Type_Any
	//	*Type_Array
	//	*Type_Bool
	//	*Type_Bytes
	//	*Type_Float
	//	*Type_Int
	//	*Type_Map
	//	*Type_Optional
	//	*Type_Ref
	//	*Type_String_
	//	*Type_Time
	//	*Type_Unit
	Value isType_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*Type) Descriptor deprecated

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

Deprecated: Use Type.ProtoReflect.Descriptor instead.

func (*Type) GetAny

func (x *Type) GetAny() *Any

func (*Type) GetArray

func (x *Type) GetArray() *Array

func (*Type) GetBool

func (x *Type) GetBool() *Bool

func (*Type) GetBytes

func (x *Type) GetBytes() *Bytes

func (*Type) GetFloat

func (x *Type) GetFloat() *Float

func (*Type) GetInt

func (x *Type) GetInt() *Int

func (*Type) GetMap

func (x *Type) GetMap() *Map

func (*Type) GetOptional

func (x *Type) GetOptional() *Optional

func (*Type) GetRef added in v0.149.0

func (x *Type) GetRef() *Ref

func (*Type) GetString_

func (x *Type) GetString_() *String

func (*Type) GetTime

func (x *Type) GetTime() *Time

func (*Type) GetUnit

func (x *Type) GetUnit() *Unit

func (*Type) GetValue

func (m *Type) GetValue() isType_Value

func (*Type) ProtoMessage

func (*Type) ProtoMessage()

func (*Type) ProtoReflect

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

func (*Type) Reset

func (x *Type) Reset()

func (*Type) String

func (x *Type) String() string

type TypeAlias added in v0.216.0

type TypeAlias struct {
	Pos      *Position   `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Comments []string    `protobuf:"bytes,2,rep,name=comments,proto3" json:"comments,omitempty"`
	Export   bool        `protobuf:"varint,3,opt,name=export,proto3" json:"export,omitempty"`
	Name     string      `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Type     *Type       `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"`
	Metadata []*Metadata `protobuf:"bytes,6,rep,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*TypeAlias) Descriptor deprecated added in v0.216.0

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

Deprecated: Use TypeAlias.ProtoReflect.Descriptor instead.

func (*TypeAlias) GetComments added in v0.216.0

func (x *TypeAlias) GetComments() []string

func (*TypeAlias) GetExport added in v0.216.0

func (x *TypeAlias) GetExport() bool

func (*TypeAlias) GetMetadata added in v0.282.0

func (x *TypeAlias) GetMetadata() []*Metadata

func (*TypeAlias) GetName added in v0.216.0

func (x *TypeAlias) GetName() string

func (*TypeAlias) GetPos added in v0.216.0

func (x *TypeAlias) GetPos() *Position

func (*TypeAlias) GetType added in v0.216.0

func (x *TypeAlias) GetType() *Type

func (*TypeAlias) ProtoMessage added in v0.216.0

func (*TypeAlias) ProtoMessage()

func (*TypeAlias) ProtoReflect added in v0.216.0

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

func (*TypeAlias) Reset added in v0.216.0

func (x *TypeAlias) Reset()

func (*TypeAlias) String added in v0.216.0

func (x *TypeAlias) String() string

type TypeParameter

type TypeParameter struct {
	Pos  *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Name string    `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*TypeParameter) Descriptor deprecated

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

Deprecated: Use TypeParameter.ProtoReflect.Descriptor instead.

func (*TypeParameter) GetName

func (x *TypeParameter) GetName() string

func (*TypeParameter) GetPos

func (x *TypeParameter) GetPos() *Position

func (*TypeParameter) ProtoMessage

func (*TypeParameter) ProtoMessage()

func (*TypeParameter) ProtoReflect

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

func (*TypeParameter) Reset

func (x *TypeParameter) Reset()

func (*TypeParameter) String

func (x *TypeParameter) String() string

type TypeValue added in v0.190.0

type TypeValue struct {
	Pos   *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Value *Type     `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*TypeValue) Descriptor deprecated added in v0.190.0

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

Deprecated: Use TypeValue.ProtoReflect.Descriptor instead.

func (*TypeValue) GetPos added in v0.190.0

func (x *TypeValue) GetPos() *Position

func (*TypeValue) GetValue added in v0.190.0

func (x *TypeValue) GetValue() *Type

func (*TypeValue) ProtoMessage added in v0.190.0

func (*TypeValue) ProtoMessage()

func (*TypeValue) ProtoReflect added in v0.190.0

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

func (*TypeValue) Reset added in v0.190.0

func (x *TypeValue) Reset()

func (*TypeValue) String added in v0.190.0

func (x *TypeValue) String() string

type Type_Any

type Type_Any struct {
	Any *Any `protobuf:"bytes,9,opt,name=any,proto3,oneof"`
}

type Type_Array

type Type_Array struct {
	Array *Array `protobuf:"bytes,7,opt,name=array,proto3,oneof"`
}

type Type_Bool

type Type_Bool struct {
	Bool *Bool `protobuf:"bytes,5,opt,name=bool,proto3,oneof"`
}

type Type_Bytes

type Type_Bytes struct {
	Bytes *Bytes `protobuf:"bytes,4,opt,name=bytes,proto3,oneof"`
}

type Type_Float

type Type_Float struct {
	Float *Float `protobuf:"bytes,2,opt,name=float,proto3,oneof"`
}

type Type_Int

type Type_Int struct {
	Int *Int `protobuf:"bytes,1,opt,name=int,proto3,oneof"`
}

type Type_Map

type Type_Map struct {
	Map *Map `protobuf:"bytes,8,opt,name=map,proto3,oneof"`
}

type Type_Optional

type Type_Optional struct {
	Optional *Optional `protobuf:"bytes,12,opt,name=optional,proto3,oneof"`
}

type Type_Ref added in v0.149.0

type Type_Ref struct {
	Ref *Ref `protobuf:"bytes,11,opt,name=ref,proto3,oneof"`
}

type Type_String_

type Type_String_ struct {
	String_ *String `protobuf:"bytes,3,opt,name=string,proto3,oneof"`
}

type Type_Time

type Type_Time struct {
	Time *Time `protobuf:"bytes,6,opt,name=time,proto3,oneof"`
}

type Type_Unit

type Type_Unit struct {
	Unit *Unit `protobuf:"bytes,10,opt,name=unit,proto3,oneof"`
}

type Unit

type Unit struct {
	Pos *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	// contains filtered or unexported fields
}

func (*Unit) Descriptor deprecated

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

Deprecated: Use Unit.ProtoReflect.Descriptor instead.

func (*Unit) GetPos

func (x *Unit) GetPos() *Position

func (*Unit) ProtoMessage

func (*Unit) ProtoMessage()

func (*Unit) ProtoReflect

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

func (*Unit) Reset

func (x *Unit) Reset()

func (*Unit) String

func (x *Unit) String() string

type Value added in v0.136.0

type Value struct {

	// Types that are assignable to Value:
	//
	//	*Value_IntValue
	//	*Value_StringValue
	//	*Value_TypeValue
	Value isValue_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*Value) Descriptor deprecated added in v0.136.0

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

Deprecated: Use Value.ProtoReflect.Descriptor instead.

func (*Value) GetIntValue added in v0.136.0

func (x *Value) GetIntValue() *IntValue

func (*Value) GetStringValue added in v0.136.0

func (x *Value) GetStringValue() *StringValue

func (*Value) GetTypeValue added in v0.190.0

func (x *Value) GetTypeValue() *TypeValue

func (*Value) GetValue added in v0.136.0

func (m *Value) GetValue() isValue_Value

func (*Value) ProtoMessage added in v0.136.0

func (*Value) ProtoMessage()

func (*Value) ProtoReflect added in v0.136.0

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

func (*Value) Reset added in v0.136.0

func (x *Value) Reset()

func (*Value) String added in v0.136.0

func (x *Value) String() string

type Value_IntValue added in v0.136.0

type Value_IntValue struct {
	IntValue *IntValue `protobuf:"bytes,2,opt,name=int_value,json=intValue,proto3,oneof"`
}

type Value_StringValue added in v0.136.0

type Value_StringValue struct {
	StringValue *StringValue `protobuf:"bytes,1,opt,name=string_value,json=stringValue,proto3,oneof"`
}

type Value_TypeValue added in v0.190.0

type Value_TypeValue struct {
	TypeValue *TypeValue `protobuf:"bytes,3,opt,name=type_value,json=typeValue,proto3,oneof"`
}

type Verb

type Verb struct {
	Pos      *Position    `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Comments []string     `protobuf:"bytes,2,rep,name=comments,proto3" json:"comments,omitempty"`
	Export   bool         `protobuf:"varint,3,opt,name=export,proto3" json:"export,omitempty"`
	Name     string       `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Request  *Type        `protobuf:"bytes,5,opt,name=request,proto3" json:"request,omitempty"`
	Response *Type        `protobuf:"bytes,6,opt,name=response,proto3" json:"response,omitempty"`
	Metadata []*Metadata  `protobuf:"bytes,7,rep,name=metadata,proto3" json:"metadata,omitempty"`
	Runtime  *VerbRuntime `protobuf:"bytes,31634,opt,name=runtime,proto3,oneof" json:"runtime,omitempty"`
	// contains filtered or unexported fields
}

func (*Verb) Descriptor deprecated

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

Deprecated: Use Verb.ProtoReflect.Descriptor instead.

func (*Verb) GetComments

func (x *Verb) GetComments() []string

func (*Verb) GetExport added in v0.193.0

func (x *Verb) GetExport() bool

func (*Verb) GetMetadata

func (x *Verb) GetMetadata() []*Metadata

func (*Verb) GetName

func (x *Verb) GetName() string

func (*Verb) GetPos

func (x *Verb) GetPos() *Position

func (*Verb) GetRequest

func (x *Verb) GetRequest() *Type

func (*Verb) GetResponse

func (x *Verb) GetResponse() *Type

func (*Verb) GetRuntime

func (x *Verb) GetRuntime() *VerbRuntime

func (*Verb) ProtoMessage

func (*Verb) ProtoMessage()

func (*Verb) ProtoReflect

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

func (*Verb) Reset

func (x *Verb) Reset()

func (*Verb) String

func (x *Verb) String() string

type VerbRuntime

type VerbRuntime struct {
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	StartTime  *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	Status     VerbStatus             `protobuf:"varint,3,opt,name=status,proto3,enum=xyz.block.ftl.v1.schema.VerbStatus" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*VerbRuntime) Descriptor deprecated

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

Deprecated: Use VerbRuntime.ProtoReflect.Descriptor instead.

func (*VerbRuntime) GetCreateTime

func (x *VerbRuntime) GetCreateTime() *timestamppb.Timestamp

func (*VerbRuntime) GetStartTime

func (x *VerbRuntime) GetStartTime() *timestamppb.Timestamp

func (*VerbRuntime) GetStatus

func (x *VerbRuntime) GetStatus() VerbStatus

func (*VerbRuntime) ProtoMessage

func (*VerbRuntime) ProtoMessage()

func (*VerbRuntime) ProtoReflect

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

func (*VerbRuntime) Reset

func (x *VerbRuntime) Reset()

func (*VerbRuntime) String

func (x *VerbRuntime) String() string

type VerbStatus added in v0.377.0

type VerbStatus int32
const (
	VerbStatus_VERB_STATUS_OFFLINE  VerbStatus = 0
	VerbStatus_VERB_STATUS_STARTING VerbStatus = 1
	VerbStatus_VERB_STATUS_ONLINE   VerbStatus = 2
	VerbStatus_VERB_STATUS_STOPPING VerbStatus = 3
	VerbStatus_VERB_STATUS_STOPPED  VerbStatus = 4
	VerbStatus_VERB_STATUS_ERROR    VerbStatus = 5
)

func (VerbStatus) Descriptor added in v0.377.0

func (VerbStatus) Descriptor() protoreflect.EnumDescriptor

func (VerbStatus) Enum added in v0.377.0

func (x VerbStatus) Enum() *VerbStatus

func (VerbStatus) EnumDescriptor deprecated added in v0.377.0

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

Deprecated: Use VerbStatus.Descriptor instead.

func (VerbStatus) Number added in v0.377.0

func (x VerbStatus) Number() protoreflect.EnumNumber

func (VerbStatus) String added in v0.377.0

func (x VerbStatus) String() string

func (VerbStatus) Type added in v0.377.0

Jump to

Keyboard shortcuts

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