generator

package
v1.0.0-beta Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2025 License: MIT Imports: 7 Imported by: 28

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// optional tools.generator.v1.CapabilityMetadata capability = 50002;
	E_Capability = &file_tools_generator_v1beta_cre_metadata_proto_extTypes[0] // 50000-99999 is the range for custom options.
)

Extension fields to descriptorpb.ServiceOptions.

View Source
var (
	// optional tools.generator.v1.CapabilityMethodMetadata method = 50003;
	E_Method = &file_tools_generator_v1beta_cre_metadata_proto_extTypes[1] // 50000-99999 is the range for custom options.
)

Extension fields to descriptorpb.MethodOptions.

View Source
var File_tools_generator_v1beta_cre_metadata_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CapabilityMetadata

type CapabilityMetadata struct {
	Mode         sdk.Mode          `protobuf:"varint,1,opt,name=mode,proto3,enum=sdk.v1.Mode" json:"mode,omitempty"`
	CapabilityId string            `protobuf:"bytes,2,opt,name=capability_id,json=capabilityId,proto3" json:"capability_id,omitempty"`
	Labels       map[string]*Label `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CapabilityMetadata) Descriptor deprecated

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

Deprecated: Use CapabilityMetadata.ProtoReflect.Descriptor instead.

func (*CapabilityMetadata) GetCapabilityId

func (x *CapabilityMetadata) GetCapabilityId() string

func (*CapabilityMetadata) GetLabels

func (x *CapabilityMetadata) GetLabels() map[string]*Label

func (*CapabilityMetadata) GetMode

func (x *CapabilityMetadata) GetMode() sdk.Mode

func (*CapabilityMetadata) ProtoMessage

func (*CapabilityMetadata) ProtoMessage()

func (*CapabilityMetadata) ProtoReflect

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

func (*CapabilityMetadata) Reset

func (x *CapabilityMetadata) Reset()

func (*CapabilityMetadata) String

func (x *CapabilityMetadata) String() string

type CapabilityMethodMetadata

type CapabilityMethodMetadata struct {
	MapToUntypedApi bool `protobuf:"varint,1,opt,name=map_to_untyped_api,json=mapToUntypedApi,proto3" json:"map_to_untyped_api,omitempty"`
	// contains filtered or unexported fields
}

func (*CapabilityMethodMetadata) Descriptor deprecated

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

Deprecated: Use CapabilityMethodMetadata.ProtoReflect.Descriptor instead.

func (*CapabilityMethodMetadata) GetMapToUntypedApi

func (x *CapabilityMethodMetadata) GetMapToUntypedApi() bool

func (*CapabilityMethodMetadata) ProtoMessage

func (*CapabilityMethodMetadata) ProtoMessage()

func (*CapabilityMethodMetadata) ProtoReflect

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

func (*CapabilityMethodMetadata) Reset

func (x *CapabilityMethodMetadata) Reset()

func (*CapabilityMethodMetadata) String

func (x *CapabilityMethodMetadata) String() string

type Int32Label

type Int32Label struct {
	Defaults map[string]int32 `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Int32Label) Descriptor deprecated

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

Deprecated: Use Int32Label.ProtoReflect.Descriptor instead.

func (*Int32Label) GetDefaults

func (x *Int32Label) GetDefaults() map[string]int32

func (*Int32Label) ProtoMessage

func (*Int32Label) ProtoMessage()

func (*Int32Label) ProtoReflect

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

func (*Int32Label) Reset

func (x *Int32Label) Reset()

func (*Int32Label) String

func (x *Int32Label) String() string

type Int64Label

type Int64Label struct {
	Defaults map[string]int64 `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Int64Label) Descriptor deprecated

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

Deprecated: Use Int64Label.ProtoReflect.Descriptor instead.

func (*Int64Label) GetDefaults

func (x *Int64Label) GetDefaults() map[string]int64

func (*Int64Label) ProtoMessage

func (*Int64Label) ProtoMessage()

func (*Int64Label) ProtoReflect

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

func (*Int64Label) Reset

func (x *Int64Label) Reset()

func (*Int64Label) String

func (x *Int64Label) String() string

type Label

type Label struct {

	// Types that are valid to be assigned to Kind:
	//
	//	*Label_StringLabel
	//	*Label_Uint64Label
	//	*Label_Int64Label
	//	*Label_Uint32Label
	//	*Label_Int32Label
	Kind isLabel_Kind `protobuf_oneof:"kind"`
	// contains filtered or unexported fields
}

func (*Label) Descriptor deprecated

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

Deprecated: Use Label.ProtoReflect.Descriptor instead.

func (*Label) GetInt32Label

func (x *Label) GetInt32Label() *Int32Label

func (*Label) GetInt64Label

func (x *Label) GetInt64Label() *Int64Label

func (*Label) GetKind

func (x *Label) GetKind() isLabel_Kind

func (*Label) GetStringLabel

func (x *Label) GetStringLabel() *StringLabel

func (*Label) GetUint32Label

func (x *Label) GetUint32Label() *Uint32Label

func (*Label) GetUint64Label

func (x *Label) GetUint64Label() *Uint64Label

func (*Label) ProtoMessage

func (*Label) ProtoMessage()

func (*Label) ProtoReflect

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

func (*Label) Reset

func (x *Label) Reset()

func (*Label) String

func (x *Label) String() string

type Label_Int32Label

type Label_Int32Label struct {
	Int32Label *Int32Label `protobuf:"bytes,5,opt,name=int32_label,json=int32Label,proto3,oneof"`
}

type Label_Int64Label

type Label_Int64Label struct {
	Int64Label *Int64Label `protobuf:"bytes,3,opt,name=int64_label,json=int64Label,proto3,oneof"`
}

type Label_StringLabel

type Label_StringLabel struct {
	StringLabel *StringLabel `protobuf:"bytes,1,opt,name=string_label,json=stringLabel,proto3,oneof"`
}

type Label_Uint32Label

type Label_Uint32Label struct {
	Uint32Label *Uint32Label `protobuf:"bytes,4,opt,name=uint32_label,json=uint32Label,proto3,oneof"`
}

type Label_Uint64Label

type Label_Uint64Label struct {
	Uint64Label *Uint64Label `protobuf:"bytes,2,opt,name=uint64_label,json=uint64Label,proto3,oneof"`
}

type StringLabel

type StringLabel struct {
	Defaults map[string]string `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*StringLabel) Descriptor deprecated

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

Deprecated: Use StringLabel.ProtoReflect.Descriptor instead.

func (*StringLabel) GetDefaults

func (x *StringLabel) GetDefaults() map[string]string

func (*StringLabel) ProtoMessage

func (*StringLabel) ProtoMessage()

func (*StringLabel) ProtoReflect

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

func (*StringLabel) Reset

func (x *StringLabel) Reset()

func (*StringLabel) String

func (x *StringLabel) String() string

type Uint32Label

type Uint32Label struct {
	Defaults map[string]uint32 `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Uint32Label) Descriptor deprecated

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

Deprecated: Use Uint32Label.ProtoReflect.Descriptor instead.

func (*Uint32Label) GetDefaults

func (x *Uint32Label) GetDefaults() map[string]uint32

func (*Uint32Label) ProtoMessage

func (*Uint32Label) ProtoMessage()

func (*Uint32Label) ProtoReflect

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

func (*Uint32Label) Reset

func (x *Uint32Label) Reset()

func (*Uint32Label) String

func (x *Uint32Label) String() string

type Uint64Label

type Uint64Label struct {
	Defaults map[string]uint64 `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Uint64Label) Descriptor deprecated

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

Deprecated: Use Uint64Label.ProtoReflect.Descriptor instead.

func (*Uint64Label) GetDefaults

func (x *Uint64Label) GetDefaults() map[string]uint64

func (*Uint64Label) ProtoMessage

func (*Uint64Label) ProtoMessage()

func (*Uint64Label) ProtoReflect

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

func (*Uint64Label) Reset

func (x *Uint64Label) Reset()

func (*Uint64Label) String

func (x *Uint64Label) String() string

Jump to

Keyboard shortcuts

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