Documentation ¶
Index ¶
- Variables
- type Config
- type Data
- type Database
- type Enum
- type GetConfigRequest
- func (*GetConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetConfigRequest) GetModule() string
- func (x *GetConfigRequest) GetName() string
- func (*GetConfigRequest) ProtoMessage()
- func (x *GetConfigRequest) ProtoReflect() protoreflect.Message
- func (x *GetConfigRequest) Reset()
- func (x *GetConfigRequest) String() string
- type GetConfigResponse
- type GetModulesRequest
- type GetModulesResponse
- func (*GetModulesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetModulesResponse) GetModules() []*Module
- func (x *GetModulesResponse) GetTopology() *Topology
- func (*GetModulesResponse) ProtoMessage()
- func (x *GetModulesResponse) ProtoReflect() protoreflect.Message
- func (x *GetModulesResponse) Reset()
- func (x *GetModulesResponse) String() string
- type GetSecretRequest
- func (*GetSecretRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetSecretRequest) GetModule() string
- func (x *GetSecretRequest) GetName() string
- func (*GetSecretRequest) ProtoMessage()
- func (x *GetSecretRequest) ProtoReflect() protoreflect.Message
- func (x *GetSecretRequest) Reset()
- func (x *GetSecretRequest) String() string
- type GetSecretResponse
- type Module
- func (*Module) Descriptor() ([]byte, []int)deprecated
- func (x *Module) GetConfigs() []*Config
- func (x *Module) GetData() []*Data
- func (x *Module) GetDatabases() []*Database
- func (x *Module) GetDeploymentKey() string
- func (x *Module) GetEnums() []*Enum
- func (x *Module) GetLanguage() string
- func (x *Module) GetName() string
- func (x *Module) GetSchema() string
- func (x *Module) GetSecrets() []*Secret
- func (x *Module) GetTopics() []*Topic
- func (x *Module) GetTypealiases() []*TypeAlias
- func (x *Module) GetVerbs() []*Verb
- func (*Module) ProtoMessage()
- func (x *Module) ProtoReflect() protoreflect.Message
- func (x *Module) Reset()
- func (x *Module) String() string
- type Secret
- type SetConfigRequest
- func (*SetConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetConfigRequest) GetModule() string
- func (x *SetConfigRequest) GetName() string
- func (x *SetConfigRequest) GetValue() []byte
- func (*SetConfigRequest) ProtoMessage()
- func (x *SetConfigRequest) ProtoReflect() protoreflect.Message
- func (x *SetConfigRequest) Reset()
- func (x *SetConfigRequest) String() string
- type SetConfigResponse
- type SetSecretRequest
- func (*SetSecretRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetSecretRequest) GetModule() string
- func (x *SetSecretRequest) GetName() string
- func (x *SetSecretRequest) GetValue() []byte
- func (*SetSecretRequest) ProtoMessage()
- func (x *SetSecretRequest) ProtoReflect() protoreflect.Message
- func (x *SetSecretRequest) Reset()
- func (x *SetSecretRequest) String() string
- type SetSecretResponse
- type StreamModulesRequest
- type StreamModulesResponse
- func (*StreamModulesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StreamModulesResponse) GetModules() []*Module
- func (x *StreamModulesResponse) GetTopology() *Topology
- func (*StreamModulesResponse) ProtoMessage()
- func (x *StreamModulesResponse) ProtoReflect() protoreflect.Message
- func (x *StreamModulesResponse) Reset()
- func (x *StreamModulesResponse) String() string
- type Topic
- type Topology
- type TopologyGroup
- type TypeAlias
- func (*TypeAlias) Descriptor() ([]byte, []int)deprecated
- func (x *TypeAlias) GetReferences() []*v1.Ref
- func (x *TypeAlias) GetTypealias() *v1.TypeAlias
- func (*TypeAlias) ProtoMessage()
- func (x *TypeAlias) ProtoReflect() protoreflect.Message
- func (x *TypeAlias) Reset()
- func (x *TypeAlias) String() string
- type Verb
- func (*Verb) Descriptor() ([]byte, []int)deprecated
- func (x *Verb) GetJsonRequestSchema() string
- func (x *Verb) GetReferences() []*v1.Ref
- func (x *Verb) GetSchema() string
- func (x *Verb) GetVerb() *v1.Verb
- func (*Verb) ProtoMessage()
- func (x *Verb) ProtoReflect() protoreflect.Message
- func (x *Verb) Reset()
- func (x *Verb) String() string
Constants ¶
This section is empty.
Variables ¶
var File_xyz_block_ftl_console_v1_console_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Config *v1.Config `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` References []*v1.Ref `protobuf:"bytes,2,rep,name=references,proto3" json:"references,omitempty"` // contains filtered or unexported fields }
func (*Config) Descriptor
deprecated
func (*Config) GetReferences ¶
func (*Config) ProtoMessage ¶
func (*Config) ProtoMessage()
func (*Config) ProtoReflect ¶
func (x *Config) ProtoReflect() protoreflect.Message
type Data ¶
type Data struct { Data *v1.Data `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` Schema string `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"` References []*v1.Ref `protobuf:"bytes,3,rep,name=references,proto3" json:"references,omitempty"` // contains filtered or unexported fields }
func (*Data) Descriptor
deprecated
func (*Data) GetReferences ¶
func (*Data) ProtoMessage ¶
func (*Data) ProtoMessage()
func (*Data) ProtoReflect ¶
func (x *Data) ProtoReflect() protoreflect.Message
type Database ¶
type Database struct { Database *v1.Database `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"` References []*v1.Ref `protobuf:"bytes,2,rep,name=references,proto3" json:"references,omitempty"` // contains filtered or unexported fields }
func (*Database) Descriptor
deprecated
func (*Database) GetDatabase ¶
func (*Database) GetReferences ¶
func (*Database) ProtoMessage ¶
func (*Database) ProtoMessage()
func (*Database) ProtoReflect ¶
func (x *Database) ProtoReflect() protoreflect.Message
type Enum ¶
type Enum struct { Enum *v1.Enum `protobuf:"bytes,1,opt,name=enum,proto3" json:"enum,omitempty"` References []*v1.Ref `protobuf:"bytes,2,rep,name=references,proto3" json:"references,omitempty"` // contains filtered or unexported fields }
func (*Enum) Descriptor
deprecated
func (*Enum) GetReferences ¶
func (*Enum) ProtoMessage ¶
func (*Enum) ProtoMessage()
func (*Enum) ProtoReflect ¶
func (x *Enum) ProtoReflect() protoreflect.Message
type GetConfigRequest ¶
type GetConfigRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Module *string `protobuf:"bytes,2,opt,name=module,proto3,oneof" json:"module,omitempty"` // contains filtered or unexported fields }
func (*GetConfigRequest) Descriptor
deprecated
func (*GetConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetConfigRequest.ProtoReflect.Descriptor instead.
func (*GetConfigRequest) GetModule ¶
func (x *GetConfigRequest) GetModule() string
func (*GetConfigRequest) GetName ¶
func (x *GetConfigRequest) GetName() string
func (*GetConfigRequest) ProtoMessage ¶
func (*GetConfigRequest) ProtoMessage()
func (*GetConfigRequest) ProtoReflect ¶
func (x *GetConfigRequest) ProtoReflect() protoreflect.Message
func (*GetConfigRequest) Reset ¶
func (x *GetConfigRequest) Reset()
func (*GetConfigRequest) String ¶
func (x *GetConfigRequest) String() string
type GetConfigResponse ¶
type GetConfigResponse struct { Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*GetConfigResponse) Descriptor
deprecated
func (*GetConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetConfigResponse.ProtoReflect.Descriptor instead.
func (*GetConfigResponse) GetValue ¶
func (x *GetConfigResponse) GetValue() []byte
func (*GetConfigResponse) ProtoMessage ¶
func (*GetConfigResponse) ProtoMessage()
func (*GetConfigResponse) ProtoReflect ¶
func (x *GetConfigResponse) ProtoReflect() protoreflect.Message
func (*GetConfigResponse) Reset ¶
func (x *GetConfigResponse) Reset()
func (*GetConfigResponse) String ¶
func (x *GetConfigResponse) String() string
type GetModulesRequest ¶
type GetModulesRequest struct {
// contains filtered or unexported fields
}
func (*GetModulesRequest) Descriptor
deprecated
func (*GetModulesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetModulesRequest.ProtoReflect.Descriptor instead.
func (*GetModulesRequest) ProtoMessage ¶
func (*GetModulesRequest) ProtoMessage()
func (*GetModulesRequest) ProtoReflect ¶
func (x *GetModulesRequest) ProtoReflect() protoreflect.Message
func (*GetModulesRequest) Reset ¶
func (x *GetModulesRequest) Reset()
func (*GetModulesRequest) String ¶
func (x *GetModulesRequest) String() string
type GetModulesResponse ¶
type GetModulesResponse struct { Modules []*Module `protobuf:"bytes,1,rep,name=modules,proto3" json:"modules,omitempty"` Topology *Topology `protobuf:"bytes,2,opt,name=topology,proto3" json:"topology,omitempty"` // contains filtered or unexported fields }
func (*GetModulesResponse) Descriptor
deprecated
func (*GetModulesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetModulesResponse.ProtoReflect.Descriptor instead.
func (*GetModulesResponse) GetModules ¶
func (x *GetModulesResponse) GetModules() []*Module
func (*GetModulesResponse) GetTopology ¶
func (x *GetModulesResponse) GetTopology() *Topology
func (*GetModulesResponse) ProtoMessage ¶
func (*GetModulesResponse) ProtoMessage()
func (*GetModulesResponse) ProtoReflect ¶
func (x *GetModulesResponse) ProtoReflect() protoreflect.Message
func (*GetModulesResponse) Reset ¶
func (x *GetModulesResponse) Reset()
func (*GetModulesResponse) String ¶
func (x *GetModulesResponse) String() string
type GetSecretRequest ¶
type GetSecretRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Module *string `protobuf:"bytes,2,opt,name=module,proto3,oneof" json:"module,omitempty"` // contains filtered or unexported fields }
func (*GetSecretRequest) Descriptor
deprecated
func (*GetSecretRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSecretRequest.ProtoReflect.Descriptor instead.
func (*GetSecretRequest) GetModule ¶
func (x *GetSecretRequest) GetModule() string
func (*GetSecretRequest) GetName ¶
func (x *GetSecretRequest) GetName() string
func (*GetSecretRequest) ProtoMessage ¶
func (*GetSecretRequest) ProtoMessage()
func (*GetSecretRequest) ProtoReflect ¶
func (x *GetSecretRequest) ProtoReflect() protoreflect.Message
func (*GetSecretRequest) Reset ¶
func (x *GetSecretRequest) Reset()
func (*GetSecretRequest) String ¶
func (x *GetSecretRequest) String() string
type GetSecretResponse ¶
type GetSecretResponse struct { Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*GetSecretResponse) Descriptor
deprecated
func (*GetSecretResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetSecretResponse.ProtoReflect.Descriptor instead.
func (*GetSecretResponse) GetValue ¶
func (x *GetSecretResponse) GetValue() []byte
func (*GetSecretResponse) ProtoMessage ¶
func (*GetSecretResponse) ProtoMessage()
func (*GetSecretResponse) ProtoReflect ¶
func (x *GetSecretResponse) ProtoReflect() protoreflect.Message
func (*GetSecretResponse) Reset ¶
func (x *GetSecretResponse) Reset()
func (*GetSecretResponse) String ¶
func (x *GetSecretResponse) String() string
type Module ¶
type Module struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` DeploymentKey string `protobuf:"bytes,2,opt,name=deployment_key,json=deploymentKey,proto3" json:"deployment_key,omitempty"` Language string `protobuf:"bytes,3,opt,name=language,proto3" json:"language,omitempty"` Schema string `protobuf:"bytes,4,opt,name=schema,proto3" json:"schema,omitempty"` Verbs []*Verb `protobuf:"bytes,5,rep,name=verbs,proto3" json:"verbs,omitempty"` Data []*Data `protobuf:"bytes,6,rep,name=data,proto3" json:"data,omitempty"` Secrets []*Secret `protobuf:"bytes,7,rep,name=secrets,proto3" json:"secrets,omitempty"` Configs []*Config `protobuf:"bytes,8,rep,name=configs,proto3" json:"configs,omitempty"` Databases []*Database `protobuf:"bytes,9,rep,name=databases,proto3" json:"databases,omitempty"` Enums []*Enum `protobuf:"bytes,10,rep,name=enums,proto3" json:"enums,omitempty"` Topics []*Topic `protobuf:"bytes,11,rep,name=topics,proto3" json:"topics,omitempty"` Typealiases []*TypeAlias `protobuf:"bytes,12,rep,name=typealiases,proto3" json:"typealiases,omitempty"` // contains filtered or unexported fields }
func (*Module) Descriptor
deprecated
func (*Module) GetConfigs ¶
func (*Module) GetDatabases ¶
func (*Module) GetDeploymentKey ¶
func (*Module) GetLanguage ¶
func (*Module) GetSecrets ¶
func (*Module) GetTypealiases ¶
func (*Module) ProtoMessage ¶
func (*Module) ProtoMessage()
func (*Module) ProtoReflect ¶
func (x *Module) ProtoReflect() protoreflect.Message
type Secret ¶
type Secret struct { Secret *v1.Secret `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"` References []*v1.Ref `protobuf:"bytes,2,rep,name=references,proto3" json:"references,omitempty"` // contains filtered or unexported fields }
func (*Secret) Descriptor
deprecated
func (*Secret) GetReferences ¶
func (*Secret) ProtoMessage ¶
func (*Secret) ProtoMessage()
func (*Secret) ProtoReflect ¶
func (x *Secret) ProtoReflect() protoreflect.Message
type SetConfigRequest ¶
type SetConfigRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Module *string `protobuf:"bytes,2,opt,name=module,proto3,oneof" json:"module,omitempty"` Value []byte `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*SetConfigRequest) Descriptor
deprecated
func (*SetConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetConfigRequest.ProtoReflect.Descriptor instead.
func (*SetConfigRequest) GetModule ¶
func (x *SetConfigRequest) GetModule() string
func (*SetConfigRequest) GetName ¶
func (x *SetConfigRequest) GetName() string
func (*SetConfigRequest) GetValue ¶
func (x *SetConfigRequest) GetValue() []byte
func (*SetConfigRequest) ProtoMessage ¶
func (*SetConfigRequest) ProtoMessage()
func (*SetConfigRequest) ProtoReflect ¶
func (x *SetConfigRequest) ProtoReflect() protoreflect.Message
func (*SetConfigRequest) Reset ¶
func (x *SetConfigRequest) Reset()
func (*SetConfigRequest) String ¶
func (x *SetConfigRequest) String() string
type SetConfigResponse ¶
type SetConfigResponse struct { Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*SetConfigResponse) Descriptor
deprecated
func (*SetConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetConfigResponse.ProtoReflect.Descriptor instead.
func (*SetConfigResponse) GetValue ¶
func (x *SetConfigResponse) GetValue() []byte
func (*SetConfigResponse) ProtoMessage ¶
func (*SetConfigResponse) ProtoMessage()
func (*SetConfigResponse) ProtoReflect ¶
func (x *SetConfigResponse) ProtoReflect() protoreflect.Message
func (*SetConfigResponse) Reset ¶
func (x *SetConfigResponse) Reset()
func (*SetConfigResponse) String ¶
func (x *SetConfigResponse) String() string
type SetSecretRequest ¶
type SetSecretRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Module *string `protobuf:"bytes,2,opt,name=module,proto3,oneof" json:"module,omitempty"` Value []byte `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*SetSecretRequest) Descriptor
deprecated
func (*SetSecretRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetSecretRequest.ProtoReflect.Descriptor instead.
func (*SetSecretRequest) GetModule ¶
func (x *SetSecretRequest) GetModule() string
func (*SetSecretRequest) GetName ¶
func (x *SetSecretRequest) GetName() string
func (*SetSecretRequest) GetValue ¶
func (x *SetSecretRequest) GetValue() []byte
func (*SetSecretRequest) ProtoMessage ¶
func (*SetSecretRequest) ProtoMessage()
func (*SetSecretRequest) ProtoReflect ¶
func (x *SetSecretRequest) ProtoReflect() protoreflect.Message
func (*SetSecretRequest) Reset ¶
func (x *SetSecretRequest) Reset()
func (*SetSecretRequest) String ¶
func (x *SetSecretRequest) String() string
type SetSecretResponse ¶
type SetSecretResponse struct { Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*SetSecretResponse) Descriptor
deprecated
func (*SetSecretResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetSecretResponse.ProtoReflect.Descriptor instead.
func (*SetSecretResponse) GetValue ¶
func (x *SetSecretResponse) GetValue() []byte
func (*SetSecretResponse) ProtoMessage ¶
func (*SetSecretResponse) ProtoMessage()
func (*SetSecretResponse) ProtoReflect ¶
func (x *SetSecretResponse) ProtoReflect() protoreflect.Message
func (*SetSecretResponse) Reset ¶
func (x *SetSecretResponse) Reset()
func (*SetSecretResponse) String ¶
func (x *SetSecretResponse) String() string
type StreamModulesRequest ¶
type StreamModulesRequest struct {
// contains filtered or unexported fields
}
func (*StreamModulesRequest) Descriptor
deprecated
func (*StreamModulesRequest) Descriptor() ([]byte, []int)
Deprecated: Use StreamModulesRequest.ProtoReflect.Descriptor instead.
func (*StreamModulesRequest) ProtoMessage ¶
func (*StreamModulesRequest) ProtoMessage()
func (*StreamModulesRequest) ProtoReflect ¶
func (x *StreamModulesRequest) ProtoReflect() protoreflect.Message
func (*StreamModulesRequest) Reset ¶
func (x *StreamModulesRequest) Reset()
func (*StreamModulesRequest) String ¶
func (x *StreamModulesRequest) String() string
type StreamModulesResponse ¶
type StreamModulesResponse struct { Modules []*Module `protobuf:"bytes,1,rep,name=modules,proto3" json:"modules,omitempty"` Topology *Topology `protobuf:"bytes,2,opt,name=topology,proto3" json:"topology,omitempty"` // contains filtered or unexported fields }
func (*StreamModulesResponse) Descriptor
deprecated
func (*StreamModulesResponse) Descriptor() ([]byte, []int)
Deprecated: Use StreamModulesResponse.ProtoReflect.Descriptor instead.
func (*StreamModulesResponse) GetModules ¶
func (x *StreamModulesResponse) GetModules() []*Module
func (*StreamModulesResponse) GetTopology ¶
func (x *StreamModulesResponse) GetTopology() *Topology
func (*StreamModulesResponse) ProtoMessage ¶
func (*StreamModulesResponse) ProtoMessage()
func (*StreamModulesResponse) ProtoReflect ¶
func (x *StreamModulesResponse) ProtoReflect() protoreflect.Message
func (*StreamModulesResponse) Reset ¶
func (x *StreamModulesResponse) Reset()
func (*StreamModulesResponse) String ¶
func (x *StreamModulesResponse) String() string
type Topic ¶
type Topic struct { Topic *v1.Topic `protobuf:"bytes,1,opt,name=topic,proto3" json:"topic,omitempty"` References []*v1.Ref `protobuf:"bytes,2,rep,name=references,proto3" json:"references,omitempty"` // contains filtered or unexported fields }
func (*Topic) Descriptor
deprecated
func (*Topic) GetReferences ¶
func (*Topic) ProtoMessage ¶
func (*Topic) ProtoMessage()
func (*Topic) ProtoReflect ¶
func (x *Topic) ProtoReflect() protoreflect.Message
type Topology ¶
type Topology struct { Levels []*TopologyGroup `protobuf:"bytes,1,rep,name=levels,proto3" json:"levels,omitempty"` // contains filtered or unexported fields }
func (*Topology) Descriptor
deprecated
func (*Topology) GetLevels ¶
func (x *Topology) GetLevels() []*TopologyGroup
func (*Topology) ProtoMessage ¶
func (*Topology) ProtoMessage()
func (*Topology) ProtoReflect ¶
func (x *Topology) ProtoReflect() protoreflect.Message
type TopologyGroup ¶
type TopologyGroup struct { Modules []string `protobuf:"bytes,1,rep,name=modules,proto3" json:"modules,omitempty"` // contains filtered or unexported fields }
func (*TopologyGroup) Descriptor
deprecated
func (*TopologyGroup) Descriptor() ([]byte, []int)
Deprecated: Use TopologyGroup.ProtoReflect.Descriptor instead.
func (*TopologyGroup) GetModules ¶
func (x *TopologyGroup) GetModules() []string
func (*TopologyGroup) ProtoMessage ¶
func (*TopologyGroup) ProtoMessage()
func (*TopologyGroup) ProtoReflect ¶
func (x *TopologyGroup) ProtoReflect() protoreflect.Message
func (*TopologyGroup) Reset ¶
func (x *TopologyGroup) Reset()
func (*TopologyGroup) String ¶
func (x *TopologyGroup) String() string
type TypeAlias ¶
type TypeAlias struct { Typealias *v1.TypeAlias `protobuf:"bytes,1,opt,name=typealias,proto3" json:"typealias,omitempty"` References []*v1.Ref `protobuf:"bytes,2,rep,name=references,proto3" json:"references,omitempty"` // contains filtered or unexported fields }
func (*TypeAlias) Descriptor
deprecated
func (*TypeAlias) GetReferences ¶
func (*TypeAlias) GetTypealias ¶
func (*TypeAlias) ProtoMessage ¶
func (*TypeAlias) ProtoMessage()
func (*TypeAlias) ProtoReflect ¶
func (x *TypeAlias) ProtoReflect() protoreflect.Message
type Verb ¶
type Verb struct { Verb *v1.Verb `protobuf:"bytes,1,opt,name=verb,proto3" json:"verb,omitempty"` Schema string `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"` JsonRequestSchema string `protobuf:"bytes,3,opt,name=json_request_schema,json=jsonRequestSchema,proto3" json:"json_request_schema,omitempty"` References []*v1.Ref `protobuf:"bytes,4,rep,name=references,proto3" json:"references,omitempty"` // contains filtered or unexported fields }
func (*Verb) Descriptor
deprecated
func (*Verb) GetJsonRequestSchema ¶
func (*Verb) GetReferences ¶
func (*Verb) ProtoMessage ¶
func (*Verb) ProtoMessage()
func (*Verb) ProtoReflect ¶
func (x *Verb) ProtoReflect() protoreflect.Message