schemapb

package
v0.451.1 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

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

Enum value maps for AliasKind.

View Source
var (
	ChangesetState_name = map[int32]string{
		0: "CHANGESET_STATE_UNSPECIFIED",
		1: "CHANGESET_STATE_PREPARING",
		2: "CHANGESET_STATE_PREPARED",
		3: "CHANGESET_STATE_COMMITTED",
		4: "CHANGESET_STATE_DRAINED",
		5: "CHANGESET_STATE_FINALIZED",
		6: "CHANGESET_STATE_ROLLING_BACK",
		7: "CHANGESET_STATE_FAILED",
	}
	ChangesetState_value = map[string]int32{
		"CHANGESET_STATE_UNSPECIFIED":  0,
		"CHANGESET_STATE_PREPARING":    1,
		"CHANGESET_STATE_PREPARED":     2,
		"CHANGESET_STATE_COMMITTED":    3,
		"CHANGESET_STATE_DRAINED":      4,
		"CHANGESET_STATE_FINALIZED":    5,
		"CHANGESET_STATE_ROLLING_BACK": 6,
		"CHANGESET_STATE_FAILED":       7,
	}
)

Enum value maps for ChangesetState.

View Source
var (
	DeploymentState_name = map[int32]string{
		0: "DEPLOYMENT_STATE_UNSPECIFIED",
		1: "DEPLOYMENT_STATE_PROVISIONING",
		2: "DEPLOYMENT_STATE_READY",
		3: "DEPLOYMENT_STATE_CANARY",
		4: "DEPLOYMENT_STATE_CANONICAL",
		5: "DEPLOYMENT_STATE_DRAINING",
		6: "DEPLOYMENT_STATE_DE_PROVISIONING",
		7: "DEPLOYMENT_STATE_DELETED",
		8: "DEPLOYMENT_STATE_FAILED",
	}
	DeploymentState_value = map[string]int32{
		"DEPLOYMENT_STATE_UNSPECIFIED":     0,
		"DEPLOYMENT_STATE_PROVISIONING":    1,
		"DEPLOYMENT_STATE_READY":           2,
		"DEPLOYMENT_STATE_CANARY":          3,
		"DEPLOYMENT_STATE_CANONICAL":       4,
		"DEPLOYMENT_STATE_DRAINING":        5,
		"DEPLOYMENT_STATE_DE_PROVISIONING": 6,
		"DEPLOYMENT_STATE_DELETED":         7,
		"DEPLOYMENT_STATE_FAILED":          8,
	}
)

Enum value maps for DeploymentState.

View Source
var (
	FromOffset_name = map[int32]string{
		0: "FROM_OFFSET_UNSPECIFIED",
		1: "FROM_OFFSET_BEGINNING",
		2: "FROM_OFFSET_LATEST",
	}
	FromOffset_value = map[string]int32{
		"FROM_OFFSET_UNSPECIFIED": 0,
		"FROM_OFFSET_BEGINNING":   1,
		"FROM_OFFSET_LATEST":      2,
	}
)

Enum value maps for FromOffset.

View Source
var File_xyz_block_ftl_schema_v1_schema_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AWSIAMAuthDatabaseConnector

type AWSIAMAuthDatabaseConnector struct {
	Pos      *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Username string    `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	Endpoint string    `protobuf:"bytes,3,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	Database string    `protobuf:"bytes,4,opt,name=database,proto3" json:"database,omitempty"`
	// contains filtered or unexported fields
}

func (*AWSIAMAuthDatabaseConnector) Descriptor deprecated

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

Deprecated: Use AWSIAMAuthDatabaseConnector.ProtoReflect.Descriptor instead.

func (*AWSIAMAuthDatabaseConnector) GetDatabase

func (x *AWSIAMAuthDatabaseConnector) GetDatabase() string

func (*AWSIAMAuthDatabaseConnector) GetEndpoint

func (x *AWSIAMAuthDatabaseConnector) GetEndpoint() string

func (*AWSIAMAuthDatabaseConnector) GetPos

func (*AWSIAMAuthDatabaseConnector) GetUsername

func (x *AWSIAMAuthDatabaseConnector) GetUsername() string

func (*AWSIAMAuthDatabaseConnector) ProtoMessage

func (*AWSIAMAuthDatabaseConnector) ProtoMessage()

func (*AWSIAMAuthDatabaseConnector) ProtoReflect

func (*AWSIAMAuthDatabaseConnector) Reset

func (x *AWSIAMAuthDatabaseConnector) Reset()

func (*AWSIAMAuthDatabaseConnector) String

func (x *AWSIAMAuthDatabaseConnector) String() string

type AliasKind

type AliasKind int32

AliasKind is the kind of alias.

const (
	AliasKind_ALIAS_KIND_UNSPECIFIED AliasKind = 0
	AliasKind_ALIAS_KIND_JSON        AliasKind = 1
)

func (AliasKind) Descriptor

func (AliasKind) Descriptor() protoreflect.EnumDescriptor

func (AliasKind) Enum

func (x AliasKind) Enum() *AliasKind

func (AliasKind) EnumDescriptor deprecated

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

Deprecated: Use AliasKind.Descriptor instead.

func (AliasKind) Number

func (x AliasKind) Number() protoreflect.EnumNumber

func (AliasKind) String

func (x AliasKind) String() string

func (AliasKind) Type

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 Changeset added in v0.435.0

type Changeset struct {
	Key             string                 `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	CreatedAt       *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Modules         []*Module              `protobuf:"bytes,3,rep,name=modules,proto3" json:"modules,omitempty"`
	ToRemove        []string               `protobuf:"bytes,4,rep,name=to_remove,json=toRemove,proto3" json:"to_remove,omitempty"`
	RemovingModules []*Module              `protobuf:"bytes,5,rep,name=removing_modules,json=removingModules,proto3" json:"removing_modules,omitempty"`
	State           ChangesetState         `protobuf:"varint,6,opt,name=state,proto3,enum=xyz.block.ftl.schema.v1.ChangesetState" json:"state,omitempty"`
	Error           *string                `protobuf:"bytes,7,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*Changeset) Descriptor deprecated added in v0.435.0

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

Deprecated: Use Changeset.ProtoReflect.Descriptor instead.

func (*Changeset) GetCreatedAt added in v0.435.0

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

func (*Changeset) GetError added in v0.435.0

func (x *Changeset) GetError() string

func (*Changeset) GetKey added in v0.435.0

func (x *Changeset) GetKey() string

func (*Changeset) GetModules added in v0.435.0

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

func (*Changeset) GetRemovingModules added in v0.435.0

func (x *Changeset) GetRemovingModules() []*Module

func (*Changeset) GetState added in v0.435.0

func (x *Changeset) GetState() ChangesetState

func (*Changeset) GetToRemove added in v0.435.0

func (x *Changeset) GetToRemove() []string

func (*Changeset) ProtoMessage added in v0.435.0

func (*Changeset) ProtoMessage()

func (*Changeset) ProtoReflect added in v0.435.0

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

func (*Changeset) Reset added in v0.435.0

func (x *Changeset) Reset()

func (*Changeset) String added in v0.435.0

func (x *Changeset) String() string

type ChangesetCommittedEvent added in v0.435.0

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

func (*ChangesetCommittedEvent) Descriptor deprecated added in v0.435.0

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

Deprecated: Use ChangesetCommittedEvent.ProtoReflect.Descriptor instead.

func (*ChangesetCommittedEvent) GetKey added in v0.435.0

func (x *ChangesetCommittedEvent) GetKey() string

func (*ChangesetCommittedEvent) ProtoMessage added in v0.435.0

func (*ChangesetCommittedEvent) ProtoMessage()

func (*ChangesetCommittedEvent) ProtoReflect added in v0.435.0

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

func (*ChangesetCommittedEvent) Reset added in v0.435.0

func (x *ChangesetCommittedEvent) Reset()

func (*ChangesetCommittedEvent) String added in v0.435.0

func (x *ChangesetCommittedEvent) String() string

type ChangesetCommittedNotification added in v0.439.0

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

func (*ChangesetCommittedNotification) Descriptor deprecated added in v0.439.0

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

Deprecated: Use ChangesetCommittedNotification.ProtoReflect.Descriptor instead.

func (*ChangesetCommittedNotification) GetChangeset added in v0.439.0

func (x *ChangesetCommittedNotification) GetChangeset() *Changeset

func (*ChangesetCommittedNotification) ProtoMessage added in v0.439.0

func (*ChangesetCommittedNotification) ProtoMessage()

func (*ChangesetCommittedNotification) ProtoReflect added in v0.439.0

func (*ChangesetCommittedNotification) Reset added in v0.439.0

func (x *ChangesetCommittedNotification) Reset()

func (*ChangesetCommittedNotification) String added in v0.439.0

type ChangesetCreatedEvent added in v0.435.0

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

func (*ChangesetCreatedEvent) Descriptor deprecated added in v0.435.0

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

Deprecated: Use ChangesetCreatedEvent.ProtoReflect.Descriptor instead.

func (*ChangesetCreatedEvent) GetChangeset added in v0.435.0

func (x *ChangesetCreatedEvent) GetChangeset() *Changeset

func (*ChangesetCreatedEvent) ProtoMessage added in v0.435.0

func (*ChangesetCreatedEvent) ProtoMessage()

func (*ChangesetCreatedEvent) ProtoReflect added in v0.435.0

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

func (*ChangesetCreatedEvent) Reset added in v0.435.0

func (x *ChangesetCreatedEvent) Reset()

func (*ChangesetCreatedEvent) String added in v0.435.0

func (x *ChangesetCreatedEvent) String() string

type ChangesetCreatedNotification added in v0.439.0

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

func (*ChangesetCreatedNotification) Descriptor deprecated added in v0.439.0

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

Deprecated: Use ChangesetCreatedNotification.ProtoReflect.Descriptor instead.

func (*ChangesetCreatedNotification) GetChangeset added in v0.439.0

func (x *ChangesetCreatedNotification) GetChangeset() *Changeset

func (*ChangesetCreatedNotification) ProtoMessage added in v0.439.0

func (*ChangesetCreatedNotification) ProtoMessage()

func (*ChangesetCreatedNotification) ProtoReflect added in v0.439.0

func (*ChangesetCreatedNotification) Reset added in v0.439.0

func (x *ChangesetCreatedNotification) Reset()

func (*ChangesetCreatedNotification) String added in v0.439.0

type ChangesetDrainedEvent added in v0.436.0

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

func (*ChangesetDrainedEvent) Descriptor deprecated added in v0.436.0

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

Deprecated: Use ChangesetDrainedEvent.ProtoReflect.Descriptor instead.

func (*ChangesetDrainedEvent) GetKey added in v0.436.0

func (x *ChangesetDrainedEvent) GetKey() string

func (*ChangesetDrainedEvent) ProtoMessage added in v0.436.0

func (*ChangesetDrainedEvent) ProtoMessage()

func (*ChangesetDrainedEvent) ProtoReflect added in v0.436.0

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

func (*ChangesetDrainedEvent) Reset added in v0.436.0

func (x *ChangesetDrainedEvent) Reset()

func (*ChangesetDrainedEvent) String added in v0.436.0

func (x *ChangesetDrainedEvent) String() string

type ChangesetDrainedNotification added in v0.439.0

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

func (*ChangesetDrainedNotification) Descriptor deprecated added in v0.439.0

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

Deprecated: Use ChangesetDrainedNotification.ProtoReflect.Descriptor instead.

func (*ChangesetDrainedNotification) GetKey added in v0.439.0

func (*ChangesetDrainedNotification) ProtoMessage added in v0.439.0

func (*ChangesetDrainedNotification) ProtoMessage()

func (*ChangesetDrainedNotification) ProtoReflect added in v0.439.0

func (*ChangesetDrainedNotification) Reset added in v0.439.0

func (x *ChangesetDrainedNotification) Reset()

func (*ChangesetDrainedNotification) String added in v0.439.0

type ChangesetFailedEvent added in v0.435.0

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

func (*ChangesetFailedEvent) Descriptor deprecated added in v0.435.0

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

Deprecated: Use ChangesetFailedEvent.ProtoReflect.Descriptor instead.

func (*ChangesetFailedEvent) GetKey added in v0.435.0

func (x *ChangesetFailedEvent) GetKey() string

func (*ChangesetFailedEvent) ProtoMessage added in v0.435.0

func (*ChangesetFailedEvent) ProtoMessage()

func (*ChangesetFailedEvent) ProtoReflect added in v0.435.0

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

func (*ChangesetFailedEvent) Reset added in v0.435.0

func (x *ChangesetFailedEvent) Reset()

func (*ChangesetFailedEvent) String added in v0.435.0

func (x *ChangesetFailedEvent) String() string

type ChangesetFailedNotification added in v0.439.0

type ChangesetFailedNotification struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangesetFailedNotification) Descriptor deprecated added in v0.439.0

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

Deprecated: Use ChangesetFailedNotification.ProtoReflect.Descriptor instead.

func (*ChangesetFailedNotification) GetError added in v0.439.0

func (x *ChangesetFailedNotification) GetError() string

func (*ChangesetFailedNotification) GetKey added in v0.439.0

func (x *ChangesetFailedNotification) GetKey() string

func (*ChangesetFailedNotification) ProtoMessage added in v0.439.0

func (*ChangesetFailedNotification) ProtoMessage()

func (*ChangesetFailedNotification) ProtoReflect added in v0.439.0

func (*ChangesetFailedNotification) Reset added in v0.439.0

func (x *ChangesetFailedNotification) Reset()

func (*ChangesetFailedNotification) String added in v0.439.0

func (x *ChangesetFailedNotification) String() string

type ChangesetFinalizedEvent added in v0.436.0

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

func (*ChangesetFinalizedEvent) Descriptor deprecated added in v0.436.0

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

Deprecated: Use ChangesetFinalizedEvent.ProtoReflect.Descriptor instead.

func (*ChangesetFinalizedEvent) GetKey added in v0.436.0

func (x *ChangesetFinalizedEvent) GetKey() string

func (*ChangesetFinalizedEvent) ProtoMessage added in v0.436.0

func (*ChangesetFinalizedEvent) ProtoMessage()

func (*ChangesetFinalizedEvent) ProtoReflect added in v0.436.0

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

func (*ChangesetFinalizedEvent) Reset added in v0.436.0

func (x *ChangesetFinalizedEvent) Reset()

func (*ChangesetFinalizedEvent) String added in v0.436.0

func (x *ChangesetFinalizedEvent) String() string

type ChangesetFinalizedNotification added in v0.439.0

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

func (*ChangesetFinalizedNotification) Descriptor deprecated added in v0.439.0

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

Deprecated: Use ChangesetFinalizedNotification.ProtoReflect.Descriptor instead.

func (*ChangesetFinalizedNotification) GetKey added in v0.439.0

func (*ChangesetFinalizedNotification) ProtoMessage added in v0.439.0

func (*ChangesetFinalizedNotification) ProtoMessage()

func (*ChangesetFinalizedNotification) ProtoReflect added in v0.439.0

func (*ChangesetFinalizedNotification) Reset added in v0.439.0

func (x *ChangesetFinalizedNotification) Reset()

func (*ChangesetFinalizedNotification) String added in v0.439.0

type ChangesetPreparedEvent added in v0.435.0

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

func (*ChangesetPreparedEvent) Descriptor deprecated added in v0.435.0

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

Deprecated: Use ChangesetPreparedEvent.ProtoReflect.Descriptor instead.

func (*ChangesetPreparedEvent) GetKey added in v0.435.0

func (x *ChangesetPreparedEvent) GetKey() string

func (*ChangesetPreparedEvent) ProtoMessage added in v0.435.0

func (*ChangesetPreparedEvent) ProtoMessage()

func (*ChangesetPreparedEvent) ProtoReflect added in v0.435.0

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

func (*ChangesetPreparedEvent) Reset added in v0.435.0

func (x *ChangesetPreparedEvent) Reset()

func (*ChangesetPreparedEvent) String added in v0.435.0

func (x *ChangesetPreparedEvent) String() string

type ChangesetPreparedNotification added in v0.439.0

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

func (*ChangesetPreparedNotification) Descriptor deprecated added in v0.439.0

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

Deprecated: Use ChangesetPreparedNotification.ProtoReflect.Descriptor instead.

func (*ChangesetPreparedNotification) GetKey added in v0.439.0

func (*ChangesetPreparedNotification) ProtoMessage added in v0.439.0

func (*ChangesetPreparedNotification) ProtoMessage()

func (*ChangesetPreparedNotification) ProtoReflect added in v0.439.0

func (*ChangesetPreparedNotification) Reset added in v0.439.0

func (x *ChangesetPreparedNotification) Reset()

func (*ChangesetPreparedNotification) String added in v0.439.0

type ChangesetRollingBackEvent added in v0.442.0

type ChangesetRollingBackEvent struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangesetRollingBackEvent) Descriptor deprecated added in v0.442.0

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

Deprecated: Use ChangesetRollingBackEvent.ProtoReflect.Descriptor instead.

func (*ChangesetRollingBackEvent) GetError added in v0.442.0

func (x *ChangesetRollingBackEvent) GetError() string

func (*ChangesetRollingBackEvent) GetKey added in v0.442.0

func (x *ChangesetRollingBackEvent) GetKey() string

func (*ChangesetRollingBackEvent) ProtoMessage added in v0.442.0

func (*ChangesetRollingBackEvent) ProtoMessage()

func (*ChangesetRollingBackEvent) ProtoReflect added in v0.442.0

func (*ChangesetRollingBackEvent) Reset added in v0.442.0

func (x *ChangesetRollingBackEvent) Reset()

func (*ChangesetRollingBackEvent) String added in v0.442.0

func (x *ChangesetRollingBackEvent) String() string

type ChangesetRollingBackNotification added in v0.439.0

type ChangesetRollingBackNotification struct {
	Changeset *Changeset `protobuf:"bytes,1,opt,name=changeset,proto3" json:"changeset,omitempty"`
	Error     string     `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangesetRollingBackNotification) Descriptor deprecated added in v0.439.0

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

Deprecated: Use ChangesetRollingBackNotification.ProtoReflect.Descriptor instead.

func (*ChangesetRollingBackNotification) GetChangeset added in v0.442.0

func (x *ChangesetRollingBackNotification) GetChangeset() *Changeset

func (*ChangesetRollingBackNotification) GetError added in v0.439.0

func (*ChangesetRollingBackNotification) ProtoMessage added in v0.439.0

func (*ChangesetRollingBackNotification) ProtoMessage()

func (*ChangesetRollingBackNotification) ProtoReflect added in v0.439.0

func (*ChangesetRollingBackNotification) Reset added in v0.439.0

func (*ChangesetRollingBackNotification) String added in v0.439.0

type ChangesetState added in v0.435.0

type ChangesetState int32
const (
	ChangesetState_CHANGESET_STATE_UNSPECIFIED  ChangesetState = 0
	ChangesetState_CHANGESET_STATE_PREPARING    ChangesetState = 1
	ChangesetState_CHANGESET_STATE_PREPARED     ChangesetState = 2
	ChangesetState_CHANGESET_STATE_COMMITTED    ChangesetState = 3
	ChangesetState_CHANGESET_STATE_DRAINED      ChangesetState = 4
	ChangesetState_CHANGESET_STATE_FINALIZED    ChangesetState = 5
	ChangesetState_CHANGESET_STATE_ROLLING_BACK ChangesetState = 6
	ChangesetState_CHANGESET_STATE_FAILED       ChangesetState = 7
)

func (ChangesetState) Descriptor added in v0.435.0

func (ChangesetState) Enum added in v0.435.0

func (x ChangesetState) Enum() *ChangesetState

func (ChangesetState) EnumDescriptor deprecated added in v0.435.0

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

Deprecated: Use ChangesetState.Descriptor instead.

func (ChangesetState) Number added in v0.435.0

func (ChangesetState) String added in v0.435.0

func (x ChangesetState) String() string

func (ChangesetState) Type added in v0.435.0

type Config

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

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

Deprecated: Use Config.ProtoReflect.Descriptor instead.

func (*Config) GetComments

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

func (*Config) GetName

func (x *Config) GetName() string

func (*Config) GetPos

func (x *Config) GetPos() *Position

func (*Config) GetType

func (x *Config) GetType() *Type

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 DSNDatabaseConnector

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

func (*DSNDatabaseConnector) Descriptor deprecated

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

Deprecated: Use DSNDatabaseConnector.ProtoReflect.Descriptor instead.

func (*DSNDatabaseConnector) GetDsn

func (x *DSNDatabaseConnector) GetDsn() string

func (*DSNDatabaseConnector) GetPos

func (x *DSNDatabaseConnector) GetPos() *Position

func (*DSNDatabaseConnector) ProtoMessage

func (*DSNDatabaseConnector) ProtoMessage()

func (*DSNDatabaseConnector) ProtoReflect

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

func (*DSNDatabaseConnector) Reset

func (x *DSNDatabaseConnector) Reset()

func (*DSNDatabaseConnector) String

func (x *DSNDatabaseConnector) 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
}

A Data structure.

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

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"`
	Runtime  *DatabaseRuntime `protobuf:"bytes,31634,opt,name=runtime,proto3,oneof" json:"runtime,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"`
	Metadata []*Metadata      `protobuf:"bytes,5,rep,name=metadata,proto3" json:"metadata,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) GetMetadata

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

func (*Database) GetName

func (x *Database) GetName() string

func (*Database) GetPos

func (x *Database) GetPos() *Position

func (*Database) GetRuntime

func (x *Database) GetRuntime() *DatabaseRuntime

func (*Database) GetType

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 DatabaseConnector

type DatabaseConnector struct {

	// Types that are valid to be assigned to Value:
	//
	//	*DatabaseConnector_AwsiamAuthDatabaseConnector
	//	*DatabaseConnector_DsnDatabaseConnector
	Value isDatabaseConnector_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*DatabaseConnector) Descriptor deprecated

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

Deprecated: Use DatabaseConnector.ProtoReflect.Descriptor instead.

func (*DatabaseConnector) GetAwsiamAuthDatabaseConnector

func (x *DatabaseConnector) GetAwsiamAuthDatabaseConnector() *AWSIAMAuthDatabaseConnector

func (*DatabaseConnector) GetDsnDatabaseConnector

func (x *DatabaseConnector) GetDsnDatabaseConnector() *DSNDatabaseConnector

func (*DatabaseConnector) GetValue

func (x *DatabaseConnector) GetValue() isDatabaseConnector_Value

func (*DatabaseConnector) ProtoMessage

func (*DatabaseConnector) ProtoMessage()

func (*DatabaseConnector) ProtoReflect

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

func (*DatabaseConnector) Reset

func (x *DatabaseConnector) Reset()

func (*DatabaseConnector) String

func (x *DatabaseConnector) String() string

type DatabaseConnector_AwsiamAuthDatabaseConnector

type DatabaseConnector_AwsiamAuthDatabaseConnector struct {
	AwsiamAuthDatabaseConnector *AWSIAMAuthDatabaseConnector `protobuf:"bytes,2,opt,name=awsiam_auth_database_connector,json=awsiamAuthDatabaseConnector,proto3,oneof"`
}

type DatabaseConnector_DsnDatabaseConnector

type DatabaseConnector_DsnDatabaseConnector struct {
	DsnDatabaseConnector *DSNDatabaseConnector `protobuf:"bytes,1,opt,name=dsn_database_connector,json=dsnDatabaseConnector,proto3,oneof"`
}

type DatabaseRuntime

type DatabaseRuntime struct {
	Connections *DatabaseRuntimeConnections `protobuf:"bytes,1,opt,name=connections,proto3,oneof" json:"connections,omitempty"`
	// contains filtered or unexported fields
}

func (*DatabaseRuntime) Descriptor deprecated

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

Deprecated: Use DatabaseRuntime.ProtoReflect.Descriptor instead.

func (*DatabaseRuntime) GetConnections

func (x *DatabaseRuntime) GetConnections() *DatabaseRuntimeConnections

func (*DatabaseRuntime) ProtoMessage

func (*DatabaseRuntime) ProtoMessage()

func (*DatabaseRuntime) ProtoReflect

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

func (*DatabaseRuntime) Reset

func (x *DatabaseRuntime) Reset()

func (*DatabaseRuntime) String

func (x *DatabaseRuntime) String() string

type DatabaseRuntimeConnections

type DatabaseRuntimeConnections struct {
	Read  *DatabaseConnector `protobuf:"bytes,1,opt,name=read,proto3" json:"read,omitempty"`
	Write *DatabaseConnector `protobuf:"bytes,2,opt,name=write,proto3" json:"write,omitempty"`
	// contains filtered or unexported fields
}

func (*DatabaseRuntimeConnections) Descriptor deprecated

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

Deprecated: Use DatabaseRuntimeConnections.ProtoReflect.Descriptor instead.

func (*DatabaseRuntimeConnections) GetRead

func (*DatabaseRuntimeConnections) GetWrite

func (*DatabaseRuntimeConnections) ProtoMessage

func (*DatabaseRuntimeConnections) ProtoMessage()

func (*DatabaseRuntimeConnections) ProtoReflect

func (*DatabaseRuntimeConnections) Reset

func (x *DatabaseRuntimeConnections) Reset()

func (*DatabaseRuntimeConnections) String

func (x *DatabaseRuntimeConnections) String() string

type Decl

type Decl struct {

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

Decl represents user-defined data types in the schema grammar.

func (*Decl) Descriptor deprecated

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

Deprecated: Use Decl.ProtoReflect.Descriptor instead.

func (*Decl) GetConfig

func (x *Decl) GetConfig() *Config

func (*Decl) GetData

func (x *Decl) GetData() *Data

func (*Decl) GetDatabase

func (x *Decl) GetDatabase() *Database

func (*Decl) GetEnum

func (x *Decl) GetEnum() *Enum

func (*Decl) GetSecret

func (x *Decl) GetSecret() *Secret

func (*Decl) GetTopic

func (x *Decl) GetTopic() *Topic

func (*Decl) GetTypeAlias

func (x *Decl) GetTypeAlias() *TypeAlias

func (*Decl) GetValue

func (x *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

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

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

type Decl_Secret

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

type Decl_Topic

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

type Decl_TypeAlias

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 DeploymentCreatedEvent added in v0.434.0

type DeploymentCreatedEvent struct {
	Key       string  `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Schema    *Module `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"`
	Changeset string  `protobuf:"bytes,3,opt,name=changeset,proto3" json:"changeset,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentCreatedEvent) Descriptor deprecated added in v0.434.0

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

Deprecated: Use DeploymentCreatedEvent.ProtoReflect.Descriptor instead.

func (*DeploymentCreatedEvent) GetChangeset added in v0.435.0

func (x *DeploymentCreatedEvent) GetChangeset() string

func (*DeploymentCreatedEvent) GetKey added in v0.434.0

func (x *DeploymentCreatedEvent) GetKey() string

func (*DeploymentCreatedEvent) GetSchema added in v0.434.0

func (x *DeploymentCreatedEvent) GetSchema() *Module

func (*DeploymentCreatedEvent) ProtoMessage added in v0.434.0

func (*DeploymentCreatedEvent) ProtoMessage()

func (*DeploymentCreatedEvent) ProtoReflect added in v0.434.0

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

func (*DeploymentCreatedEvent) Reset added in v0.434.0

func (x *DeploymentCreatedEvent) Reset()

func (*DeploymentCreatedEvent) String added in v0.434.0

func (x *DeploymentCreatedEvent) String() string

type DeploymentRuntimeEvent added in v0.439.0

type DeploymentRuntimeEvent struct {
	Payload   *RuntimeElement `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Changeset string          `protobuf:"bytes,2,opt,name=changeset,proto3" json:"changeset,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentRuntimeEvent) Descriptor deprecated added in v0.439.0

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

Deprecated: Use DeploymentRuntimeEvent.ProtoReflect.Descriptor instead.

func (*DeploymentRuntimeEvent) GetChangeset added in v0.439.0

func (x *DeploymentRuntimeEvent) GetChangeset() string

func (*DeploymentRuntimeEvent) GetPayload added in v0.439.0

func (x *DeploymentRuntimeEvent) GetPayload() *RuntimeElement

func (*DeploymentRuntimeEvent) ProtoMessage added in v0.439.0

func (*DeploymentRuntimeEvent) ProtoMessage()

func (*DeploymentRuntimeEvent) ProtoReflect added in v0.439.0

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

func (*DeploymentRuntimeEvent) Reset added in v0.439.0

func (x *DeploymentRuntimeEvent) Reset()

func (*DeploymentRuntimeEvent) String added in v0.439.0

func (x *DeploymentRuntimeEvent) String() string

type DeploymentRuntimeNotification added in v0.439.0

type DeploymentRuntimeNotification struct {
	Payload   *RuntimeElement `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Changeset string          `protobuf:"bytes,2,opt,name=changeset,proto3" json:"changeset,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentRuntimeNotification) Descriptor deprecated added in v0.439.0

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

Deprecated: Use DeploymentRuntimeNotification.ProtoReflect.Descriptor instead.

func (*DeploymentRuntimeNotification) GetChangeset added in v0.439.0

func (x *DeploymentRuntimeNotification) GetChangeset() string

func (*DeploymentRuntimeNotification) GetPayload added in v0.439.0

func (*DeploymentRuntimeNotification) ProtoMessage added in v0.439.0

func (*DeploymentRuntimeNotification) ProtoMessage()

func (*DeploymentRuntimeNotification) ProtoReflect added in v0.439.0

func (*DeploymentRuntimeNotification) Reset added in v0.439.0

func (x *DeploymentRuntimeNotification) Reset()

func (*DeploymentRuntimeNotification) String added in v0.439.0

type DeploymentState added in v0.435.0

type DeploymentState int32
const (
	DeploymentState_DEPLOYMENT_STATE_UNSPECIFIED     DeploymentState = 0
	DeploymentState_DEPLOYMENT_STATE_PROVISIONING    DeploymentState = 1
	DeploymentState_DEPLOYMENT_STATE_READY           DeploymentState = 2
	DeploymentState_DEPLOYMENT_STATE_CANARY          DeploymentState = 3
	DeploymentState_DEPLOYMENT_STATE_CANONICAL       DeploymentState = 4
	DeploymentState_DEPLOYMENT_STATE_DRAINING        DeploymentState = 5
	DeploymentState_DEPLOYMENT_STATE_DE_PROVISIONING DeploymentState = 6
	DeploymentState_DEPLOYMENT_STATE_DELETED         DeploymentState = 7
	DeploymentState_DEPLOYMENT_STATE_FAILED          DeploymentState = 8
)

func (DeploymentState) Descriptor added in v0.435.0

func (DeploymentState) Enum added in v0.435.0

func (x DeploymentState) Enum() *DeploymentState

func (DeploymentState) EnumDescriptor deprecated added in v0.435.0

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

Deprecated: Use DeploymentState.Descriptor instead.

func (DeploymentState) Number added in v0.435.0

func (DeploymentState) String added in v0.435.0

func (x DeploymentState) String() string

func (DeploymentState) Type added in v0.435.0

type Enum

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

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

Deprecated: Use Enum.ProtoReflect.Descriptor instead.

func (*Enum) GetComments

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

func (*Enum) GetExport

func (x *Enum) GetExport() bool

func (*Enum) GetName

func (x *Enum) GetName() string

func (*Enum) GetPos

func (x *Enum) GetPos() *Position

func (*Enum) GetType

func (x *Enum) GetType() *Type

func (*Enum) GetVariants

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

func (*Enum) ProtoMessage

func (*Enum) ProtoMessage()

func (*Enum) ProtoReflect

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

func (*Enum) Reset

func (x *Enum) Reset()

func (*Enum) String

func (x *Enum) String() string

type EnumVariant

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

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

Deprecated: Use EnumVariant.ProtoReflect.Descriptor instead.

func (*EnumVariant) GetComments

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

func (*EnumVariant) GetName

func (x *EnumVariant) GetName() string

func (*EnumVariant) GetPos

func (x *EnumVariant) GetPos() *Position

func (*EnumVariant) GetValue

func (x *EnumVariant) GetValue() *Value

func (*EnumVariant) ProtoMessage

func (*EnumVariant) ProtoMessage()

func (*EnumVariant) ProtoReflect

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

func (*EnumVariant) Reset

func (x *EnumVariant) Reset()

func (*EnumVariant) String

func (x *EnumVariant) String() string

type Event added in v0.434.0

type Event struct {

	// Types that are valid to be assigned to Value:
	//
	//	*Event_ChangesetCommittedEvent
	//	*Event_ChangesetCreatedEvent
	//	*Event_ChangesetDrainedEvent
	//	*Event_ChangesetFailedEvent
	//	*Event_ChangesetFinalizedEvent
	//	*Event_ChangesetPreparedEvent
	//	*Event_ChangesetRollingBackEvent
	//	*Event_DeploymentCreatedEvent
	//	*Event_DeploymentRuntimeEvent
	Value isEvent_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*Event) Descriptor deprecated added in v0.434.0

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

Deprecated: Use Event.ProtoReflect.Descriptor instead.

func (*Event) GetChangesetCommittedEvent added in v0.435.0

func (x *Event) GetChangesetCommittedEvent() *ChangesetCommittedEvent

func (*Event) GetChangesetCreatedEvent added in v0.435.0

func (x *Event) GetChangesetCreatedEvent() *ChangesetCreatedEvent

func (*Event) GetChangesetDrainedEvent added in v0.436.0

func (x *Event) GetChangesetDrainedEvent() *ChangesetDrainedEvent

func (*Event) GetChangesetFailedEvent added in v0.435.0

func (x *Event) GetChangesetFailedEvent() *ChangesetFailedEvent

func (*Event) GetChangesetFinalizedEvent added in v0.436.0

func (x *Event) GetChangesetFinalizedEvent() *ChangesetFinalizedEvent

func (*Event) GetChangesetPreparedEvent added in v0.435.0

func (x *Event) GetChangesetPreparedEvent() *ChangesetPreparedEvent

func (*Event) GetChangesetRollingBackEvent added in v0.442.0

func (x *Event) GetChangesetRollingBackEvent() *ChangesetRollingBackEvent

func (*Event) GetDeploymentCreatedEvent added in v0.434.0

func (x *Event) GetDeploymentCreatedEvent() *DeploymentCreatedEvent

func (*Event) GetDeploymentRuntimeEvent added in v0.439.0

func (x *Event) GetDeploymentRuntimeEvent() *DeploymentRuntimeEvent

func (*Event) GetValue added in v0.434.0

func (x *Event) GetValue() isEvent_Value

func (*Event) ProtoMessage added in v0.434.0

func (*Event) ProtoMessage()

func (*Event) ProtoReflect added in v0.434.0

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

func (*Event) Reset added in v0.434.0

func (x *Event) Reset()

func (*Event) String added in v0.434.0

func (x *Event) String() string

type Event_ChangesetCommittedEvent added in v0.435.0

type Event_ChangesetCommittedEvent struct {
	ChangesetCommittedEvent *ChangesetCommittedEvent `protobuf:"bytes,5,opt,name=changeset_committed_event,json=changesetCommittedEvent,proto3,oneof"`
}

type Event_ChangesetCreatedEvent added in v0.435.0

type Event_ChangesetCreatedEvent struct {
	ChangesetCreatedEvent *ChangesetCreatedEvent `protobuf:"bytes,3,opt,name=changeset_created_event,json=changesetCreatedEvent,proto3,oneof"`
}

type Event_ChangesetDrainedEvent added in v0.436.0

type Event_ChangesetDrainedEvent struct {
	ChangesetDrainedEvent *ChangesetDrainedEvent `protobuf:"bytes,6,opt,name=changeset_drained_event,json=changesetDrainedEvent,proto3,oneof"`
}

type Event_ChangesetFailedEvent added in v0.435.0

type Event_ChangesetFailedEvent struct {
	ChangesetFailedEvent *ChangesetFailedEvent `protobuf:"bytes,9,opt,name=changeset_failed_event,json=changesetFailedEvent,proto3,oneof"`
}

type Event_ChangesetFinalizedEvent added in v0.436.0

type Event_ChangesetFinalizedEvent struct {
	ChangesetFinalizedEvent *ChangesetFinalizedEvent `protobuf:"bytes,7,opt,name=changeset_finalized_event,json=changesetFinalizedEvent,proto3,oneof"`
}

type Event_ChangesetPreparedEvent added in v0.435.0

type Event_ChangesetPreparedEvent struct {
	ChangesetPreparedEvent *ChangesetPreparedEvent `protobuf:"bytes,4,opt,name=changeset_prepared_event,json=changesetPreparedEvent,proto3,oneof"`
}

type Event_ChangesetRollingBackEvent added in v0.442.0

type Event_ChangesetRollingBackEvent struct {
	ChangesetRollingBackEvent *ChangesetRollingBackEvent `protobuf:"bytes,8,opt,name=changeset_rolling_back_event,json=changesetRollingBackEvent,proto3,oneof"`
}

type Event_DeploymentCreatedEvent added in v0.434.0

type Event_DeploymentCreatedEvent struct {
	DeploymentCreatedEvent *DeploymentCreatedEvent `protobuf:"bytes,1,opt,name=deployment_created_event,json=deploymentCreatedEvent,proto3,oneof"`
}

type Event_DeploymentRuntimeEvent added in v0.439.0

type Event_DeploymentRuntimeEvent struct {
	DeploymentRuntimeEvent *DeploymentRuntimeEvent `protobuf:"bytes,2,opt,name=deployment_runtime_event,json=deploymentRuntimeEvent,proto3,oneof"`
}

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

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 FromOffset

type FromOffset int32
const (
	FromOffset_FROM_OFFSET_UNSPECIFIED FromOffset = 0
	FromOffset_FROM_OFFSET_BEGINNING   FromOffset = 1
	FromOffset_FROM_OFFSET_LATEST      FromOffset = 2
)

func (FromOffset) Descriptor

func (FromOffset) Descriptor() protoreflect.EnumDescriptor

func (FromOffset) Enum

func (x FromOffset) Enum() *FromOffset

func (FromOffset) EnumDescriptor deprecated

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

Deprecated: Use FromOffset.Descriptor instead.

func (FromOffset) Number

func (x FromOffset) Number() protoreflect.EnumNumber

func (FromOffset) String

func (x FromOffset) String() string

func (FromOffset) Type

type FullSchemaNotification added in v0.439.0

type FullSchemaNotification struct {
	Schema     *Schema      `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"`
	Changesets []*Changeset `protobuf:"bytes,2,rep,name=changesets,proto3" json:"changesets,omitempty"`
	// contains filtered or unexported fields
}

func (*FullSchemaNotification) Descriptor deprecated added in v0.439.0

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

Deprecated: Use FullSchemaNotification.ProtoReflect.Descriptor instead.

func (*FullSchemaNotification) GetChangesets added in v0.439.0

func (x *FullSchemaNotification) GetChangesets() []*Changeset

func (*FullSchemaNotification) GetSchema added in v0.439.0

func (x *FullSchemaNotification) GetSchema() *Schema

func (*FullSchemaNotification) ProtoMessage added in v0.439.0

func (*FullSchemaNotification) ProtoMessage()

func (*FullSchemaNotification) ProtoReflect added in v0.439.0

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

func (*FullSchemaNotification) Reset added in v0.439.0

func (x *FullSchemaNotification) Reset()

func (*FullSchemaNotification) String added in v0.439.0

func (x *FullSchemaNotification) String() string

type IngressPathComponent

type IngressPathComponent struct {

	// Types that are valid to be assigned 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 (x *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

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

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

Deprecated: Use IntValue.ProtoReflect.Descriptor instead.

func (*IntValue) GetPos

func (x *IntValue) GetPos() *Position

func (*IntValue) GetValue

func (x *IntValue) GetValue() int64

func (*IntValue) ProtoMessage

func (*IntValue) ProtoMessage()

func (*IntValue) ProtoReflect

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

func (*IntValue) Reset

func (x *IntValue) Reset()

func (*IntValue) String

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 valid to be assigned to Value:
	//
	//	*Metadata_Alias
	//	*Metadata_Artefact
	//	*Metadata_Calls
	//	*Metadata_Config
	//	*Metadata_CronJob
	//	*Metadata_Databases
	//	*Metadata_Encoding
	//	*Metadata_Ingress
	//	*Metadata_Partitions
	//	*Metadata_Publisher
	//	*Metadata_Retry
	//	*Metadata_SqlColumn
	//	*Metadata_SqlMigration
	//	*Metadata_SqlQuery
	//	*Metadata_Secrets
	//	*Metadata_Subscriber
	//	*Metadata_TypeMap
	Value isMetadata_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

Metadata represents a metadata Node in the schema grammar.

func (*Metadata) Descriptor deprecated

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

Deprecated: Use Metadata.ProtoReflect.Descriptor instead.

func (*Metadata) GetAlias

func (x *Metadata) GetAlias() *MetadataAlias

func (*Metadata) GetArtefact

func (x *Metadata) GetArtefact() *MetadataArtefact

func (*Metadata) GetCalls

func (x *Metadata) GetCalls() *MetadataCalls

func (*Metadata) GetConfig

func (x *Metadata) GetConfig() *MetadataConfig

func (*Metadata) GetCronJob

func (x *Metadata) GetCronJob() *MetadataCronJob

func (*Metadata) GetDatabases

func (x *Metadata) GetDatabases() *MetadataDatabases

func (*Metadata) GetEncoding

func (x *Metadata) GetEncoding() *MetadataEncoding

func (*Metadata) GetIngress

func (x *Metadata) GetIngress() *MetadataIngress

func (*Metadata) GetPartitions added in v0.421.0

func (x *Metadata) GetPartitions() *MetadataPartitions

func (*Metadata) GetPublisher

func (x *Metadata) GetPublisher() *MetadataPublisher

func (*Metadata) GetRetry

func (x *Metadata) GetRetry() *MetadataRetry

func (*Metadata) GetSecrets

func (x *Metadata) GetSecrets() *MetadataSecrets

func (*Metadata) GetSqlColumn added in v0.432.0

func (x *Metadata) GetSqlColumn() *MetadataSQLColumn

func (*Metadata) GetSqlMigration

func (x *Metadata) GetSqlMigration() *MetadataSQLMigration

func (*Metadata) GetSqlQuery added in v0.422.0

func (x *Metadata) GetSqlQuery() *MetadataSQLQuery

func (*Metadata) GetSubscriber

func (x *Metadata) GetSubscriber() *MetadataSubscriber

func (*Metadata) GetTypeMap

func (x *Metadata) GetTypeMap() *MetadataTypeMap

func (*Metadata) GetValue

func (x *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

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.schema.v1.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

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

Deprecated: Use MetadataAlias.ProtoReflect.Descriptor instead.

func (*MetadataAlias) GetAlias

func (x *MetadataAlias) GetAlias() string

func (*MetadataAlias) GetKind

func (x *MetadataAlias) GetKind() AliasKind

func (*MetadataAlias) GetPos

func (x *MetadataAlias) GetPos() *Position

func (*MetadataAlias) ProtoMessage

func (*MetadataAlias) ProtoMessage()

func (*MetadataAlias) ProtoReflect

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

func (*MetadataAlias) Reset

func (x *MetadataAlias) Reset()

func (*MetadataAlias) String

func (x *MetadataAlias) String() string

type MetadataArtefact

type MetadataArtefact struct {
	Pos        *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Path       string    `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	Digest     string    `protobuf:"bytes,3,opt,name=digest,proto3" json:"digest,omitempty"`
	Executable bool      `protobuf:"varint,4,opt,name=executable,proto3" json:"executable,omitempty"`
	// contains filtered or unexported fields
}

func (*MetadataArtefact) Descriptor deprecated

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

Deprecated: Use MetadataArtefact.ProtoReflect.Descriptor instead.

func (*MetadataArtefact) GetDigest

func (x *MetadataArtefact) GetDigest() string

func (*MetadataArtefact) GetExecutable

func (x *MetadataArtefact) GetExecutable() bool

func (*MetadataArtefact) GetPath

func (x *MetadataArtefact) GetPath() string

func (*MetadataArtefact) GetPos

func (x *MetadataArtefact) GetPos() *Position

func (*MetadataArtefact) ProtoMessage

func (*MetadataArtefact) ProtoMessage()

func (*MetadataArtefact) ProtoReflect

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

func (*MetadataArtefact) Reset

func (x *MetadataArtefact) Reset()

func (*MetadataArtefact) String

func (x *MetadataArtefact) 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
}

MetadataCalls represents a metadata block with a list of calls.

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

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
}

MetadataConfig represents a metadata block with a list of config items that are used.

func (*MetadataConfig) Descriptor deprecated

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

Deprecated: Use MetadataConfig.ProtoReflect.Descriptor instead.

func (*MetadataConfig) GetConfig

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

func (*MetadataConfig) GetPos

func (x *MetadataConfig) GetPos() *Position

func (*MetadataConfig) ProtoMessage

func (*MetadataConfig) ProtoMessage()

func (*MetadataConfig) ProtoReflect

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

func (*MetadataConfig) Reset

func (x *MetadataConfig) Reset()

func (*MetadataConfig) String

func (x *MetadataConfig) String() string

type MetadataCronJob

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

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

Deprecated: Use MetadataCronJob.ProtoReflect.Descriptor instead.

func (*MetadataCronJob) GetCron

func (x *MetadataCronJob) GetCron() string

func (*MetadataCronJob) GetPos

func (x *MetadataCronJob) GetPos() *Position

func (*MetadataCronJob) ProtoMessage

func (*MetadataCronJob) ProtoMessage()

func (*MetadataCronJob) ProtoReflect

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

func (*MetadataCronJob) Reset

func (x *MetadataCronJob) Reset()

func (*MetadataCronJob) String

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

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

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

Deprecated: Use MetadataEncoding.ProtoReflect.Descriptor instead.

func (*MetadataEncoding) GetLenient

func (x *MetadataEncoding) GetLenient() bool

func (*MetadataEncoding) GetPos

func (x *MetadataEncoding) GetPos() *Position

func (*MetadataEncoding) GetType

func (x *MetadataEncoding) GetType() string

func (*MetadataEncoding) ProtoMessage

func (*MetadataEncoding) ProtoMessage()

func (*MetadataEncoding) ProtoReflect

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

func (*MetadataEncoding) Reset

func (x *MetadataEncoding) Reset()

func (*MetadataEncoding) String

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 MetadataPartitions added in v0.421.0

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

func (*MetadataPartitions) Descriptor deprecated added in v0.421.0

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

Deprecated: Use MetadataPartitions.ProtoReflect.Descriptor instead.

func (*MetadataPartitions) GetPartitions added in v0.421.0

func (x *MetadataPartitions) GetPartitions() int64

func (*MetadataPartitions) GetPos added in v0.421.0

func (x *MetadataPartitions) GetPos() *Position

func (*MetadataPartitions) ProtoMessage added in v0.421.0

func (*MetadataPartitions) ProtoMessage()

func (*MetadataPartitions) ProtoReflect added in v0.421.0

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

func (*MetadataPartitions) Reset added in v0.421.0

func (x *MetadataPartitions) Reset()

func (*MetadataPartitions) String added in v0.421.0

func (x *MetadataPartitions) String() string

type MetadataPublisher

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

func (*MetadataPublisher) Descriptor deprecated

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

Deprecated: Use MetadataPublisher.ProtoReflect.Descriptor instead.

func (*MetadataPublisher) GetPos

func (x *MetadataPublisher) GetPos() *Position

func (*MetadataPublisher) GetTopics

func (x *MetadataPublisher) GetTopics() []*Ref

func (*MetadataPublisher) ProtoMessage

func (*MetadataPublisher) ProtoMessage()

func (*MetadataPublisher) ProtoReflect

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

func (*MetadataPublisher) Reset

func (x *MetadataPublisher) Reset()

func (*MetadataPublisher) String

func (x *MetadataPublisher) String() string

type MetadataRetry

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

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

Deprecated: Use MetadataRetry.ProtoReflect.Descriptor instead.

func (*MetadataRetry) GetCatch

func (x *MetadataRetry) GetCatch() *Ref

func (*MetadataRetry) GetCount

func (x *MetadataRetry) GetCount() int64

func (*MetadataRetry) GetMaxBackoff

func (x *MetadataRetry) GetMaxBackoff() string

func (*MetadataRetry) GetMinBackoff

func (x *MetadataRetry) GetMinBackoff() string

func (*MetadataRetry) GetPos

func (x *MetadataRetry) GetPos() *Position

func (*MetadataRetry) ProtoMessage

func (*MetadataRetry) ProtoMessage()

func (*MetadataRetry) ProtoReflect

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

func (*MetadataRetry) Reset

func (x *MetadataRetry) Reset()

func (*MetadataRetry) String

func (x *MetadataRetry) String() string

type MetadataSQLColumn added in v0.432.0

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

MetadataSQLColumn designates a database column.

func (*MetadataSQLColumn) Descriptor deprecated added in v0.432.0

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

Deprecated: Use MetadataSQLColumn.ProtoReflect.Descriptor instead.

func (*MetadataSQLColumn) GetName added in v0.432.0

func (x *MetadataSQLColumn) GetName() string

func (*MetadataSQLColumn) GetPos added in v0.432.0

func (x *MetadataSQLColumn) GetPos() *Position

func (*MetadataSQLColumn) GetTable added in v0.432.0

func (x *MetadataSQLColumn) GetTable() string

func (*MetadataSQLColumn) ProtoMessage added in v0.432.0

func (*MetadataSQLColumn) ProtoMessage()

func (*MetadataSQLColumn) ProtoReflect added in v0.432.0

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

func (*MetadataSQLColumn) Reset added in v0.432.0

func (x *MetadataSQLColumn) Reset()

func (*MetadataSQLColumn) String added in v0.432.0

func (x *MetadataSQLColumn) String() string

type MetadataSQLMigration

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

func (*MetadataSQLMigration) Descriptor deprecated

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

Deprecated: Use MetadataSQLMigration.ProtoReflect.Descriptor instead.

func (*MetadataSQLMigration) GetDigest

func (x *MetadataSQLMigration) GetDigest() string

func (*MetadataSQLMigration) GetPos

func (x *MetadataSQLMigration) GetPos() *Position

func (*MetadataSQLMigration) ProtoMessage

func (*MetadataSQLMigration) ProtoMessage()

func (*MetadataSQLMigration) ProtoReflect

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

func (*MetadataSQLMigration) Reset

func (x *MetadataSQLMigration) Reset()

func (*MetadataSQLMigration) String

func (x *MetadataSQLMigration) String() string

type MetadataSQLQuery added in v0.422.0

type MetadataSQLQuery struct {
	Pos     *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Command string    `protobuf:"bytes,2,opt,name=command,proto3" json:"command,omitempty"`
	Query   string    `protobuf:"bytes,3,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

MetadataSQLQuery designates a query verb; a verb generated from a SQL query.

func (*MetadataSQLQuery) Descriptor deprecated added in v0.422.0

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

Deprecated: Use MetadataSQLQuery.ProtoReflect.Descriptor instead.

func (*MetadataSQLQuery) GetCommand added in v0.428.0

func (x *MetadataSQLQuery) GetCommand() string

func (*MetadataSQLQuery) GetPos added in v0.422.0

func (x *MetadataSQLQuery) GetPos() *Position

func (*MetadataSQLQuery) GetQuery added in v0.422.0

func (x *MetadataSQLQuery) GetQuery() string

func (*MetadataSQLQuery) ProtoMessage added in v0.422.0

func (*MetadataSQLQuery) ProtoMessage()

func (*MetadataSQLQuery) ProtoReflect added in v0.422.0

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

func (*MetadataSQLQuery) Reset added in v0.422.0

func (x *MetadataSQLQuery) Reset()

func (*MetadataSQLQuery) String added in v0.422.0

func (x *MetadataSQLQuery) String() string

type MetadataSecrets

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
}

MetadataSecrets represents a metadata block with a list of config items that are used.

func (*MetadataSecrets) Descriptor deprecated

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

Deprecated: Use MetadataSecrets.ProtoReflect.Descriptor instead.

func (*MetadataSecrets) GetPos

func (x *MetadataSecrets) GetPos() *Position

func (*MetadataSecrets) GetSecrets

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

func (*MetadataSecrets) ProtoMessage

func (*MetadataSecrets) ProtoMessage()

func (*MetadataSecrets) ProtoReflect

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

func (*MetadataSecrets) Reset

func (x *MetadataSecrets) Reset()

func (*MetadataSecrets) String

func (x *MetadataSecrets) String() string

type MetadataSubscriber

type MetadataSubscriber struct {
	Pos        *Position  `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Topic      *Ref       `protobuf:"bytes,2,opt,name=topic,proto3" json:"topic,omitempty"`
	FromOffset FromOffset `` /* 132-byte string literal not displayed */
	DeadLetter bool       `protobuf:"varint,4,opt,name=dead_letter,json=deadLetter,proto3" json:"dead_letter,omitempty"`
	// contains filtered or unexported fields
}

func (*MetadataSubscriber) Descriptor deprecated

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

Deprecated: Use MetadataSubscriber.ProtoReflect.Descriptor instead.

func (*MetadataSubscriber) GetDeadLetter

func (x *MetadataSubscriber) GetDeadLetter() bool

func (*MetadataSubscriber) GetFromOffset

func (x *MetadataSubscriber) GetFromOffset() FromOffset

func (*MetadataSubscriber) GetPos

func (x *MetadataSubscriber) GetPos() *Position

func (*MetadataSubscriber) GetTopic

func (x *MetadataSubscriber) GetTopic() *Ref

func (*MetadataSubscriber) ProtoMessage

func (*MetadataSubscriber) ProtoMessage()

func (*MetadataSubscriber) ProtoReflect

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

func (*MetadataSubscriber) Reset

func (x *MetadataSubscriber) Reset()

func (*MetadataSubscriber) String

func (x *MetadataSubscriber) String() string

type MetadataTypeMap

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

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

Deprecated: Use MetadataTypeMap.ProtoReflect.Descriptor instead.

func (*MetadataTypeMap) GetNativeName

func (x *MetadataTypeMap) GetNativeName() string

func (*MetadataTypeMap) GetPos

func (x *MetadataTypeMap) GetPos() *Position

func (*MetadataTypeMap) GetRuntime

func (x *MetadataTypeMap) GetRuntime() string

func (*MetadataTypeMap) ProtoMessage

func (*MetadataTypeMap) ProtoMessage()

func (*MetadataTypeMap) ProtoReflect

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

func (*MetadataTypeMap) Reset

func (x *MetadataTypeMap) Reset()

func (*MetadataTypeMap) String

func (x *MetadataTypeMap) String() string

type Metadata_Alias

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

type Metadata_Artefact

type Metadata_Artefact struct {
	Artefact *MetadataArtefact `protobuf:"bytes,14,opt,name=artefact,proto3,oneof"`
}

type Metadata_Calls

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

type Metadata_Config

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

type Metadata_CronJob

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

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_Partitions added in v0.421.0

type Metadata_Partitions struct {
	Partitions *MetadataPartitions `protobuf:"bytes,15,opt,name=partitions,proto3,oneof"`
}

type Metadata_Publisher

type Metadata_Publisher struct {
	Publisher *MetadataPublisher `protobuf:"bytes,12,opt,name=publisher,proto3,oneof"`
}

type Metadata_Retry

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

type Metadata_Secrets

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

type Metadata_SqlColumn added in v0.432.0

type Metadata_SqlColumn struct {
	SqlColumn *MetadataSQLColumn `protobuf:"bytes,17,opt,name=sql_column,json=sqlColumn,proto3,oneof"`
}

type Metadata_SqlMigration

type Metadata_SqlMigration struct {
	SqlMigration *MetadataSQLMigration `protobuf:"bytes,13,opt,name=sql_migration,json=sqlMigration,proto3,oneof"`
}

type Metadata_SqlQuery added in v0.422.0

type Metadata_SqlQuery struct {
	SqlQuery *MetadataSQLQuery `protobuf:"bytes,16,opt,name=sql_query,json=sqlQuery,proto3,oneof"`
}

type Metadata_Subscriber

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

type Metadata_TypeMap

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"`
	Metadata []*Metadata    `protobuf:"bytes,6,rep,name=metadata,proto3" json:"metadata,omitempty"`
	Decls    []*Decl        `protobuf:"bytes,5,rep,name=decls,proto3" json:"decls,omitempty"`
	Runtime  *ModuleRuntime `protobuf:"bytes,31634,opt,name=runtime,proto3" 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) GetMetadata

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

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 {
	Base       *ModuleRuntimeBase       `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Scaling    *ModuleRuntimeScaling    `protobuf:"bytes,2,opt,name=scaling,proto3,oneof" json:"scaling,omitempty"`
	Deployment *ModuleRuntimeDeployment `protobuf:"bytes,3,opt,name=deployment,proto3,oneof" json:"deployment,omitempty"`
	Runner     *ModuleRuntimeRunner     `protobuf:"bytes,4,opt,name=runner,proto3,oneof" json:"runner,omitempty"`
	// contains filtered or unexported fields
}

ModuleRuntime is runtime configuration for a module that can be dynamically updated.

func (*ModuleRuntime) Descriptor deprecated

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

Deprecated: Use ModuleRuntime.ProtoReflect.Descriptor instead.

func (*ModuleRuntime) GetBase

func (x *ModuleRuntime) GetBase() *ModuleRuntimeBase

func (*ModuleRuntime) GetDeployment

func (x *ModuleRuntime) GetDeployment() *ModuleRuntimeDeployment

func (*ModuleRuntime) GetRunner added in v0.438.0

func (x *ModuleRuntime) GetRunner() *ModuleRuntimeRunner

func (*ModuleRuntime) GetScaling

func (x *ModuleRuntime) GetScaling() *ModuleRuntimeScaling

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 ModuleRuntimeBase

type ModuleRuntimeBase 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"`
	Os         *string                `protobuf:"bytes,3,opt,name=os,proto3,oneof" json:"os,omitempty"`
	Arch       *string                `protobuf:"bytes,4,opt,name=arch,proto3,oneof" json:"arch,omitempty"`
	Image      *string                `protobuf:"bytes,5,opt,name=image,proto3,oneof" json:"image,omitempty"`
	// contains filtered or unexported fields
}

func (*ModuleRuntimeBase) Descriptor deprecated

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

Deprecated: Use ModuleRuntimeBase.ProtoReflect.Descriptor instead.

func (*ModuleRuntimeBase) GetArch

func (x *ModuleRuntimeBase) GetArch() string

func (*ModuleRuntimeBase) GetCreateTime

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

func (*ModuleRuntimeBase) GetImage

func (x *ModuleRuntimeBase) GetImage() string

func (*ModuleRuntimeBase) GetLanguage

func (x *ModuleRuntimeBase) GetLanguage() string

func (*ModuleRuntimeBase) GetOs

func (x *ModuleRuntimeBase) GetOs() string

func (*ModuleRuntimeBase) ProtoMessage

func (*ModuleRuntimeBase) ProtoMessage()

func (*ModuleRuntimeBase) ProtoReflect

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

func (*ModuleRuntimeBase) Reset

func (x *ModuleRuntimeBase) Reset()

func (*ModuleRuntimeBase) String

func (x *ModuleRuntimeBase) String() string

type ModuleRuntimeDeployment

type ModuleRuntimeDeployment struct {
	DeploymentKey string                 `protobuf:"bytes,2,opt,name=deployment_key,json=deploymentKey,proto3" json:"deployment_key,omitempty"`
	CreatedAt     *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	ActivatedAt   *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=activated_at,json=activatedAt,proto3,oneof" json:"activated_at,omitempty"`
	State         DeploymentState        `protobuf:"varint,5,opt,name=state,proto3,enum=xyz.block.ftl.schema.v1.DeploymentState" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*ModuleRuntimeDeployment) Descriptor deprecated

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

Deprecated: Use ModuleRuntimeDeployment.ProtoReflect.Descriptor instead.

func (*ModuleRuntimeDeployment) GetActivatedAt added in v0.422.0

func (x *ModuleRuntimeDeployment) GetActivatedAt() *timestamppb.Timestamp

func (*ModuleRuntimeDeployment) GetCreatedAt added in v0.422.0

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

func (*ModuleRuntimeDeployment) GetDeploymentKey

func (x *ModuleRuntimeDeployment) GetDeploymentKey() string

func (*ModuleRuntimeDeployment) GetState added in v0.435.0

func (*ModuleRuntimeDeployment) ProtoMessage

func (*ModuleRuntimeDeployment) ProtoMessage()

func (*ModuleRuntimeDeployment) ProtoReflect

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

func (*ModuleRuntimeDeployment) Reset

func (x *ModuleRuntimeDeployment) Reset()

func (*ModuleRuntimeDeployment) String

func (x *ModuleRuntimeDeployment) String() string

type ModuleRuntimeRunner added in v0.438.0

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

func (*ModuleRuntimeRunner) Descriptor deprecated added in v0.438.0

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

Deprecated: Use ModuleRuntimeRunner.ProtoReflect.Descriptor instead.

func (*ModuleRuntimeRunner) GetEndpoint added in v0.438.0

func (x *ModuleRuntimeRunner) GetEndpoint() string

func (*ModuleRuntimeRunner) ProtoMessage added in v0.438.0

func (*ModuleRuntimeRunner) ProtoMessage()

func (*ModuleRuntimeRunner) ProtoReflect added in v0.438.0

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

func (*ModuleRuntimeRunner) Reset added in v0.438.0

func (x *ModuleRuntimeRunner) Reset()

func (*ModuleRuntimeRunner) String added in v0.438.0

func (x *ModuleRuntimeRunner) String() string

type ModuleRuntimeScaling

type ModuleRuntimeScaling struct {
	MinReplicas int32 `protobuf:"varint,1,opt,name=min_replicas,json=minReplicas,proto3" json:"min_replicas,omitempty"`
	// contains filtered or unexported fields
}

func (*ModuleRuntimeScaling) Descriptor deprecated

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

Deprecated: Use ModuleRuntimeScaling.ProtoReflect.Descriptor instead.

func (*ModuleRuntimeScaling) GetMinReplicas

func (x *ModuleRuntimeScaling) GetMinReplicas() int32

func (*ModuleRuntimeScaling) ProtoMessage

func (*ModuleRuntimeScaling) ProtoMessage()

func (*ModuleRuntimeScaling) ProtoReflect

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

func (*ModuleRuntimeScaling) Reset

func (x *ModuleRuntimeScaling) Reset()

func (*ModuleRuntimeScaling) String

func (x *ModuleRuntimeScaling) String() string

type Notification added in v0.439.0

type Notification struct {

	// Types that are valid to be assigned to Value:
	//
	//	*Notification_ChangesetCommittedNotification
	//	*Notification_ChangesetCreatedNotification
	//	*Notification_ChangesetDrainedNotification
	//	*Notification_ChangesetFailedNotification
	//	*Notification_ChangesetFinalizedNotification
	//	*Notification_ChangesetPreparedNotification
	//	*Notification_ChangesetRollingBackNotification
	//	*Notification_DeploymentRuntimeNotification
	//	*Notification_FullSchemaNotification
	Value isNotification_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*Notification) Descriptor deprecated added in v0.439.0

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

Deprecated: Use Notification.ProtoReflect.Descriptor instead.

func (*Notification) GetChangesetCommittedNotification added in v0.439.0

func (x *Notification) GetChangesetCommittedNotification() *ChangesetCommittedNotification

func (*Notification) GetChangesetCreatedNotification added in v0.439.0

func (x *Notification) GetChangesetCreatedNotification() *ChangesetCreatedNotification

func (*Notification) GetChangesetDrainedNotification added in v0.439.0

func (x *Notification) GetChangesetDrainedNotification() *ChangesetDrainedNotification

func (*Notification) GetChangesetFailedNotification added in v0.439.0

func (x *Notification) GetChangesetFailedNotification() *ChangesetFailedNotification

func (*Notification) GetChangesetFinalizedNotification added in v0.439.0

func (x *Notification) GetChangesetFinalizedNotification() *ChangesetFinalizedNotification

func (*Notification) GetChangesetPreparedNotification added in v0.439.0

func (x *Notification) GetChangesetPreparedNotification() *ChangesetPreparedNotification

func (*Notification) GetChangesetRollingBackNotification added in v0.439.0

func (x *Notification) GetChangesetRollingBackNotification() *ChangesetRollingBackNotification

func (*Notification) GetDeploymentRuntimeNotification added in v0.439.0

func (x *Notification) GetDeploymentRuntimeNotification() *DeploymentRuntimeNotification

func (*Notification) GetFullSchemaNotification added in v0.439.0

func (x *Notification) GetFullSchemaNotification() *FullSchemaNotification

func (*Notification) GetValue added in v0.439.0

func (x *Notification) GetValue() isNotification_Value

func (*Notification) ProtoMessage added in v0.439.0

func (*Notification) ProtoMessage()

func (*Notification) ProtoReflect added in v0.439.0

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

func (*Notification) Reset added in v0.439.0

func (x *Notification) Reset()

func (*Notification) String added in v0.439.0

func (x *Notification) String() string

type Notification_ChangesetCommittedNotification added in v0.439.0

type Notification_ChangesetCommittedNotification struct {
	ChangesetCommittedNotification *ChangesetCommittedNotification `protobuf:"bytes,5,opt,name=changeset_committed_notification,json=changesetCommittedNotification,proto3,oneof"`
}

type Notification_ChangesetCreatedNotification added in v0.439.0

type Notification_ChangesetCreatedNotification struct {
	ChangesetCreatedNotification *ChangesetCreatedNotification `protobuf:"bytes,3,opt,name=changeset_created_notification,json=changesetCreatedNotification,proto3,oneof"`
}

type Notification_ChangesetDrainedNotification added in v0.439.0

type Notification_ChangesetDrainedNotification struct {
	ChangesetDrainedNotification *ChangesetDrainedNotification `protobuf:"bytes,6,opt,name=changeset_drained_notification,json=changesetDrainedNotification,proto3,oneof"`
}

type Notification_ChangesetFailedNotification added in v0.439.0

type Notification_ChangesetFailedNotification struct {
	ChangesetFailedNotification *ChangesetFailedNotification `protobuf:"bytes,9,opt,name=changeset_failed_notification,json=changesetFailedNotification,proto3,oneof"`
}

type Notification_ChangesetFinalizedNotification added in v0.439.0

type Notification_ChangesetFinalizedNotification struct {
	ChangesetFinalizedNotification *ChangesetFinalizedNotification `protobuf:"bytes,7,opt,name=changeset_finalized_notification,json=changesetFinalizedNotification,proto3,oneof"`
}

type Notification_ChangesetPreparedNotification added in v0.439.0

type Notification_ChangesetPreparedNotification struct {
	ChangesetPreparedNotification *ChangesetPreparedNotification `protobuf:"bytes,4,opt,name=changeset_prepared_notification,json=changesetPreparedNotification,proto3,oneof"`
}

type Notification_ChangesetRollingBackNotification added in v0.439.0

type Notification_ChangesetRollingBackNotification struct {
	ChangesetRollingBackNotification *ChangesetRollingBackNotification `protobuf:"bytes,8,opt,name=changeset_rolling_back_notification,json=changesetRollingBackNotification,proto3,oneof"`
}

type Notification_DeploymentRuntimeNotification added in v0.439.0

type Notification_DeploymentRuntimeNotification struct {
	DeploymentRuntimeNotification *DeploymentRuntimeNotification `protobuf:"bytes,2,opt,name=deployment_runtime_notification,json=deploymentRuntimeNotification,proto3,oneof"`
}

type Notification_FullSchemaNotification added in v0.439.0

type Notification_FullSchemaNotification struct {
	FullSchemaNotification *FullSchemaNotification `protobuf:"bytes,1,opt,name=full_schema_notification,json=fullSchemaNotification,proto3,oneof"`
}

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
}

Optional represents a Type whose value may be optional.

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

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
}

Ref is an untyped reference to a symbol.

func (*Ref) Descriptor deprecated

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

Deprecated: Use Ref.ProtoReflect.Descriptor instead.

func (*Ref) GetModule

func (x *Ref) GetModule() string

func (*Ref) GetName

func (x *Ref) GetName() string

func (*Ref) GetPos

func (x *Ref) GetPos() *Position

func (*Ref) GetTypeParameters

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

func (*Ref) ProtoMessage

func (*Ref) ProtoMessage()

func (*Ref) ProtoReflect

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

func (*Ref) Reset

func (x *Ref) Reset()

func (*Ref) String

func (x *Ref) String() string

func (*Ref) ToFTL

func (v *Ref) ToFTL() string

type Runtime added in v0.439.0

type Runtime struct {

	// Types that are valid to be assigned to Value:
	//
	//	*Runtime_DatabaseRuntime
	//	*Runtime_ModuleRuntimeDeployment
	//	*Runtime_ModuleRuntimeRunner
	//	*Runtime_ModuleRuntimeScaling
	//	*Runtime_TopicRuntime
	//	*Runtime_VerbRuntime
	Value isRuntime_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*Runtime) Descriptor deprecated added in v0.439.0

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

Deprecated: Use Runtime.ProtoReflect.Descriptor instead.

func (*Runtime) GetDatabaseRuntime added in v0.439.0

func (x *Runtime) GetDatabaseRuntime() *DatabaseRuntime

func (*Runtime) GetModuleRuntimeDeployment added in v0.439.0

func (x *Runtime) GetModuleRuntimeDeployment() *ModuleRuntimeDeployment

func (*Runtime) GetModuleRuntimeRunner added in v0.439.0

func (x *Runtime) GetModuleRuntimeRunner() *ModuleRuntimeRunner

func (*Runtime) GetModuleRuntimeScaling added in v0.439.0

func (x *Runtime) GetModuleRuntimeScaling() *ModuleRuntimeScaling

func (*Runtime) GetTopicRuntime added in v0.439.0

func (x *Runtime) GetTopicRuntime() *TopicRuntime

func (*Runtime) GetValue added in v0.439.0

func (x *Runtime) GetValue() isRuntime_Value

func (*Runtime) GetVerbRuntime added in v0.439.0

func (x *Runtime) GetVerbRuntime() *VerbRuntime

func (*Runtime) ProtoMessage added in v0.439.0

func (*Runtime) ProtoMessage()

func (*Runtime) ProtoReflect added in v0.439.0

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

func (*Runtime) Reset added in v0.439.0

func (x *Runtime) Reset()

func (*Runtime) String added in v0.439.0

func (x *Runtime) String() string

type RuntimeElement added in v0.439.0

type RuntimeElement struct {
	Element    *Runtime `protobuf:"bytes,1,opt,name=element,proto3" json:"element,omitempty"`
	Deployment string   `protobuf:"bytes,2,opt,name=deployment,proto3" json:"deployment,omitempty"`
	Name       *string  `protobuf:"bytes,3,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*RuntimeElement) Descriptor deprecated added in v0.439.0

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

Deprecated: Use RuntimeElement.ProtoReflect.Descriptor instead.

func (*RuntimeElement) GetDeployment added in v0.439.0

func (x *RuntimeElement) GetDeployment() string

func (*RuntimeElement) GetElement added in v0.439.0

func (x *RuntimeElement) GetElement() *Runtime

func (*RuntimeElement) GetName added in v0.439.0

func (x *RuntimeElement) GetName() string

func (*RuntimeElement) ProtoMessage added in v0.439.0

func (*RuntimeElement) ProtoMessage()

func (*RuntimeElement) ProtoReflect added in v0.439.0

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

func (*RuntimeElement) Reset added in v0.439.0

func (x *RuntimeElement) Reset()

func (*RuntimeElement) String added in v0.439.0

func (x *RuntimeElement) String() string

type Runtime_DatabaseRuntime added in v0.439.0

type Runtime_DatabaseRuntime struct {
	DatabaseRuntime *DatabaseRuntime `protobuf:"bytes,6,opt,name=database_runtime,json=databaseRuntime,proto3,oneof"`
}

type Runtime_ModuleRuntimeDeployment added in v0.439.0

type Runtime_ModuleRuntimeDeployment struct {
	ModuleRuntimeDeployment *ModuleRuntimeDeployment `protobuf:"bytes,1,opt,name=module_runtime_deployment,json=moduleRuntimeDeployment,proto3,oneof"`
}

type Runtime_ModuleRuntimeRunner added in v0.439.0

type Runtime_ModuleRuntimeRunner struct {
	ModuleRuntimeRunner *ModuleRuntimeRunner `protobuf:"bytes,3,opt,name=module_runtime_runner,json=moduleRuntimeRunner,proto3,oneof"`
}

type Runtime_ModuleRuntimeScaling added in v0.439.0

type Runtime_ModuleRuntimeScaling struct {
	ModuleRuntimeScaling *ModuleRuntimeScaling `protobuf:"bytes,2,opt,name=module_runtime_scaling,json=moduleRuntimeScaling,proto3,oneof"`
}

type Runtime_TopicRuntime added in v0.439.0

type Runtime_TopicRuntime struct {
	TopicRuntime *TopicRuntime `protobuf:"bytes,5,opt,name=topic_runtime,json=topicRuntime,proto3,oneof"`
}

type Runtime_VerbRuntime added in v0.439.0

type Runtime_VerbRuntime struct {
	VerbRuntime *VerbRuntime `protobuf:"bytes,4,opt,name=verb_runtime,json=verbRuntime,proto3,oneof"`
}

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 SchemaState added in v0.435.0

type SchemaState struct {
	Modules          []*Module                 `protobuf:"bytes,1,rep,name=modules,proto3" json:"modules,omitempty"`
	Changesets       []*Changeset              `protobuf:"bytes,2,rep,name=changesets,proto3" json:"changesets,omitempty"`
	ChangesetEvents  []*DeploymentRuntimeEvent `protobuf:"bytes,3,rep,name=changeset_events,json=changesetEvents,proto3" json:"changeset_events,omitempty"`
	DeploymentEvents []*DeploymentRuntimeEvent `protobuf:"bytes,4,rep,name=deployment_events,json=deploymentEvents,proto3" json:"deployment_events,omitempty"`
	// contains filtered or unexported fields
}

SchemaState is the schema service state as persisted in Raft

func (*SchemaState) Descriptor deprecated added in v0.435.0

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

Deprecated: Use SchemaState.ProtoReflect.Descriptor instead.

func (*SchemaState) GetChangesetEvents added in v0.440.0

func (x *SchemaState) GetChangesetEvents() []*DeploymentRuntimeEvent

func (*SchemaState) GetChangesets added in v0.435.0

func (x *SchemaState) GetChangesets() []*Changeset

func (*SchemaState) GetDeploymentEvents added in v0.440.0

func (x *SchemaState) GetDeploymentEvents() []*DeploymentRuntimeEvent

func (*SchemaState) GetModules added in v0.435.0

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

func (*SchemaState) ProtoMessage added in v0.435.0

func (*SchemaState) ProtoMessage()

func (*SchemaState) ProtoReflect added in v0.435.0

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

func (*SchemaState) Reset added in v0.435.0

func (x *SchemaState) Reset()

func (*SchemaState) String added in v0.435.0

func (x *SchemaState) String() string

type Secret

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

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

Deprecated: Use Secret.ProtoReflect.Descriptor instead.

func (*Secret) GetComments

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

func (*Secret) GetName

func (x *Secret) GetName() string

func (*Secret) GetPos

func (x *Secret) GetPos() *Position

func (*Secret) GetType

func (x *Secret) GetType() *Type

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

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

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

Deprecated: Use StringValue.ProtoReflect.Descriptor instead.

func (*StringValue) GetPos

func (x *StringValue) GetPos() *Position

func (*StringValue) GetValue

func (x *StringValue) GetValue() string

func (*StringValue) ProtoMessage

func (*StringValue) ProtoMessage()

func (*StringValue) ProtoReflect

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

func (*StringValue) Reset

func (x *StringValue) Reset()

func (*StringValue) String

func (x *StringValue) 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

type Topic struct {
	Pos      *Position     `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"`
	Runtime  *TopicRuntime `protobuf:"bytes,31634,opt,name=runtime,proto3,oneof" json:"runtime,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"`
	Metadata []*Metadata   `protobuf:"bytes,6,rep,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*Topic) Descriptor deprecated

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

Deprecated: Use Topic.ProtoReflect.Descriptor instead.

func (*Topic) GetComments

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

func (*Topic) GetEvent

func (x *Topic) GetEvent() *Type

func (*Topic) GetExport

func (x *Topic) GetExport() bool

func (*Topic) GetMetadata added in v0.421.0

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

func (*Topic) GetName

func (x *Topic) GetName() string

func (*Topic) GetPos

func (x *Topic) GetPos() *Position

func (*Topic) GetRuntime

func (x *Topic) GetRuntime() *TopicRuntime

func (*Topic) ProtoMessage

func (*Topic) ProtoMessage()

func (*Topic) ProtoReflect

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

func (*Topic) Reset

func (x *Topic) Reset()

func (*Topic) String

func (x *Topic) String() string

type TopicRuntime

type TopicRuntime struct {
	KafkaBrokers []string `protobuf:"bytes,1,rep,name=kafka_brokers,json=kafkaBrokers,proto3" json:"kafka_brokers,omitempty"`
	TopicId      string   `protobuf:"bytes,2,opt,name=topic_id,json=topicId,proto3" json:"topic_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TopicRuntime) Descriptor deprecated

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

Deprecated: Use TopicRuntime.ProtoReflect.Descriptor instead.

func (*TopicRuntime) GetKafkaBrokers

func (x *TopicRuntime) GetKafkaBrokers() []string

func (*TopicRuntime) GetTopicId

func (x *TopicRuntime) GetTopicId() string

func (*TopicRuntime) ProtoMessage

func (*TopicRuntime) ProtoMessage()

func (*TopicRuntime) ProtoReflect

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

func (*TopicRuntime) Reset

func (x *TopicRuntime) Reset()

func (*TopicRuntime) String

func (x *TopicRuntime) String() string

type Type

type Type struct {

	// Types that are valid to be assigned 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
}

Type represents a Type Node in the schema grammar.

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

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 (x *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

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

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

Deprecated: Use TypeAlias.ProtoReflect.Descriptor instead.

func (*TypeAlias) GetComments

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

func (*TypeAlias) GetExport

func (x *TypeAlias) GetExport() bool

func (*TypeAlias) GetMetadata

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

func (*TypeAlias) GetName

func (x *TypeAlias) GetName() string

func (*TypeAlias) GetPos

func (x *TypeAlias) GetPos() *Position

func (*TypeAlias) GetType

func (x *TypeAlias) GetType() *Type

func (*TypeAlias) ProtoMessage

func (*TypeAlias) ProtoMessage()

func (*TypeAlias) ProtoReflect

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

func (*TypeAlias) Reset

func (x *TypeAlias) Reset()

func (*TypeAlias) String

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

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

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

Deprecated: Use TypeValue.ProtoReflect.Descriptor instead.

func (*TypeValue) GetPos

func (x *TypeValue) GetPos() *Position

func (*TypeValue) GetValue

func (x *TypeValue) GetValue() *Type

func (*TypeValue) ProtoMessage

func (*TypeValue) ProtoMessage()

func (*TypeValue) ProtoReflect

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

func (*TypeValue) Reset

func (x *TypeValue) Reset()

func (*TypeValue) String

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

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

type Value struct {

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

Value represents a value Node in the schema grammar.

func (*Value) Descriptor deprecated

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

Deprecated: Use Value.ProtoReflect.Descriptor instead.

func (*Value) GetIntValue

func (x *Value) GetIntValue() *IntValue

func (*Value) GetStringValue

func (x *Value) GetStringValue() *StringValue

func (*Value) GetTypeValue

func (x *Value) GetTypeValue() *TypeValue

func (*Value) GetValue

func (x *Value) GetValue() isValue_Value

func (*Value) ProtoMessage

func (*Value) ProtoMessage()

func (*Value) ProtoReflect

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

func (*Value) Reset

func (x *Value) Reset()

func (*Value) String

func (x *Value) String() string

type Value_IntValue

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

type Value_StringValue

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

type Value_TypeValue

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

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 {
	Subscription *VerbRuntimeSubscription `protobuf:"bytes,1,opt,name=subscription,proto3,oneof" json:"subscription,omitempty"`
	// contains filtered or unexported fields
}

func (*VerbRuntime) Descriptor deprecated

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

Deprecated: Use VerbRuntime.ProtoReflect.Descriptor instead.

func (*VerbRuntime) GetSubscription

func (x *VerbRuntime) GetSubscription() *VerbRuntimeSubscription

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 VerbRuntimeSubscription

type VerbRuntimeSubscription struct {
	KafkaBrokers []string `protobuf:"bytes,1,rep,name=kafka_brokers,json=kafkaBrokers,proto3" json:"kafka_brokers,omitempty"`
	// contains filtered or unexported fields
}

func (*VerbRuntimeSubscription) Descriptor deprecated

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

Deprecated: Use VerbRuntimeSubscription.ProtoReflect.Descriptor instead.

func (*VerbRuntimeSubscription) GetKafkaBrokers

func (x *VerbRuntimeSubscription) GetKafkaBrokers() []string

func (*VerbRuntimeSubscription) ProtoMessage

func (*VerbRuntimeSubscription) ProtoMessage()

func (*VerbRuntimeSubscription) ProtoReflect

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

func (*VerbRuntimeSubscription) Reset

func (x *VerbRuntimeSubscription) Reset()

func (*VerbRuntimeSubscription) String

func (x *VerbRuntimeSubscription) String() string

Jump to

Keyboard shortcuts

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