rpcv1

package
v0.0.0-...-4b705a6 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2023 License: MIT Imports: 9 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Category_name = map[int32]string{
		0: "CategoryUnknown",
		1: "CategoryTool",
		2: "CategoryTask",
		3: "CategoryBuild",
		4: "CategoryPackage",
		5: "CategoryRelease",
	}
	Category_value = map[string]int32{
		"CategoryUnknown": 0,
		"CategoryTool":    1,
		"CategoryTask":    2,
		"CategoryBuild":   3,
		"CategoryPackage": 4,
		"CategoryRelease": 5,
	}
)

Enum value maps for Category.

View Source
var (
	ModuleSpec_ValueKind_name = map[int32]string{
		0: "ValueKindUnknown",
		1: "ValueKindAttribute",
		2: "ValueKindLabel",
		4: "ValueKindBlock",
	}
	ModuleSpec_ValueKind_value = map[string]int32{
		"ValueKindUnknown":   0,
		"ValueKindAttribute": 1,
		"ValueKindLabel":     2,
		"ValueKindBlock":     4,
	}
)

Enum value maps for ModuleSpec_ValueKind.

View Source
var (
	ModuleSpec_ValueType_name = map[int32]string{
		0: "ValueTypeUnknown",
		1: "ValueTypeSingle",
		2: "ValueTypeObject",
		3: "ValueTypeMap",
		4: "ValueTypeStringSlice",
		5: "ValueTypeIntSlice",
		6: "ValueTypeDoubleSlice",
		7: "ValueTypeBoolSlice",
	}
	ModuleSpec_ValueType_value = map[string]int32{
		"ValueTypeUnknown":     0,
		"ValueTypeSingle":      1,
		"ValueTypeObject":      2,
		"ValueTypeMap":         3,
		"ValueTypeStringSlice": 4,
		"ValueTypeIntSlice":    5,
		"ValueTypeDoubleSlice": 6,
		"ValueTypeBoolSlice":   7,
	}
)

Enum value maps for ModuleSpec_ValueType.

View Source
var (
	ErrInvalidLength        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflow          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group")
)
View Source
var File_common_v1_spec_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Category

type Category int32
const (
	Category_CategoryUnknown Category = 0
	Category_CategoryTool    Category = 1
	Category_CategoryTask    Category = 2
	Category_CategoryBuild   Category = 3
	Category_CategoryPackage Category = 4
	Category_CategoryRelease Category = 5
)

func (Category) Descriptor

func (Category) Descriptor() protoreflect.EnumDescriptor

func (Category) Enum

func (x Category) Enum() *Category

func (Category) EnumDescriptor deprecated

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

Deprecated: Use Category.Descriptor instead.

func (Category) Number

func (x Category) Number() protoreflect.EnumNumber

func (Category) String

func (x Category) String() string

func (Category) Type

type ContainerBindMount

type ContainerBindMount struct {
	Target   string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"`
	Source   string `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"`
	ReadOnly bool   `protobuf:"varint,3,opt,name=read_only,json=readOnly,proto3" json:"read_only,omitempty"`
	// contains filtered or unexported fields
}

func (*ContainerBindMount) Descriptor deprecated

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

Deprecated: Use ContainerBindMount.ProtoReflect.Descriptor instead.

func (*ContainerBindMount) GetReadOnly

func (x *ContainerBindMount) GetReadOnly() bool

func (*ContainerBindMount) GetSource

func (x *ContainerBindMount) GetSource() string

func (*ContainerBindMount) GetTarget

func (x *ContainerBindMount) GetTarget() string

func (*ContainerBindMount) MarshalToSizedBufferVT

func (m *ContainerBindMount) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ContainerBindMount) MarshalToVT

func (m *ContainerBindMount) MarshalToVT(dAtA []byte) (int, error)

func (*ContainerBindMount) MarshalVT

func (m *ContainerBindMount) MarshalVT() (dAtA []byte, err error)

func (*ContainerBindMount) ProtoMessage

func (*ContainerBindMount) ProtoMessage()

func (*ContainerBindMount) ProtoReflect

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

func (*ContainerBindMount) Reset

func (x *ContainerBindMount) Reset()

func (*ContainerBindMount) SizeVT

func (m *ContainerBindMount) SizeVT() (n int)

func (*ContainerBindMount) String

func (x *ContainerBindMount) String() string

func (*ContainerBindMount) UnmarshalVT

func (m *ContainerBindMount) UnmarshalVT(dAtA []byte) error

type ContainerCapabilities

type ContainerCapabilities struct {
	Add  []string `protobuf:"bytes,1,rep,name=add,proto3" json:"add,omitempty"`
	Drop []string `protobuf:"bytes,2,rep,name=drop,proto3" json:"drop,omitempty"`
	// contains filtered or unexported fields
}

func (*ContainerCapabilities) Descriptor deprecated

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

Deprecated: Use ContainerCapabilities.ProtoReflect.Descriptor instead.

func (*ContainerCapabilities) GetAdd

func (x *ContainerCapabilities) GetAdd() []string

func (*ContainerCapabilities) GetDrop

func (x *ContainerCapabilities) GetDrop() []string

func (*ContainerCapabilities) MarshalToSizedBufferVT

func (m *ContainerCapabilities) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ContainerCapabilities) MarshalToVT

func (m *ContainerCapabilities) MarshalToVT(dAtA []byte) (int, error)

func (*ContainerCapabilities) MarshalVT

func (m *ContainerCapabilities) MarshalVT() (dAtA []byte, err error)

func (*ContainerCapabilities) ProtoMessage

func (*ContainerCapabilities) ProtoMessage()

func (*ContainerCapabilities) ProtoReflect

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

func (*ContainerCapabilities) Reset

func (x *ContainerCapabilities) Reset()

func (*ContainerCapabilities) SizeVT

func (m *ContainerCapabilities) SizeVT() (n int)

func (*ContainerCapabilities) String

func (x *ContainerCapabilities) String() string

func (*ContainerCapabilities) UnmarshalVT

func (m *ContainerCapabilities) UnmarshalVT(dAtA []byte) error

type ContainerSpec

type ContainerSpec struct {
	Image        string                  `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	User         string                  `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	Privileged   bool                    `protobuf:"varint,3,opt,name=privileged,proto3" json:"privileged,omitempty"`
	Capabilities *ContainerCapabilities  `protobuf:"bytes,4,opt,name=capabilities,proto3" json:"capabilities,omitempty"`
	VolumeMounts []*ContainerVolumeMount `protobuf:"bytes,5,rep,name=volume_mounts,json=volumeMounts,proto3" json:"volume_mounts,omitempty"`
	TmpfsMounts  []*ContainerTmpfsMount  `protobuf:"bytes,6,rep,name=tmpfs_mounts,json=tmpfsMounts,proto3" json:"tmpfs_mounts,omitempty"`
	BindMounts   []*ContainerBindMount   `protobuf:"bytes,7,rep,name=bind_mounts,json=bindMounts,proto3" json:"bind_mounts,omitempty"`
	// contains filtered or unexported fields
}

func (*ContainerSpec) Descriptor deprecated

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

Deprecated: Use ContainerSpec.ProtoReflect.Descriptor instead.

func (*ContainerSpec) GetBindMounts

func (x *ContainerSpec) GetBindMounts() []*ContainerBindMount

func (*ContainerSpec) GetCapabilities

func (x *ContainerSpec) GetCapabilities() *ContainerCapabilities

func (*ContainerSpec) GetImage

func (x *ContainerSpec) GetImage() string

func (*ContainerSpec) GetPrivileged

func (x *ContainerSpec) GetPrivileged() bool

func (*ContainerSpec) GetTmpfsMounts

func (x *ContainerSpec) GetTmpfsMounts() []*ContainerTmpfsMount

func (*ContainerSpec) GetUser

func (x *ContainerSpec) GetUser() string

func (*ContainerSpec) GetVolumeMounts

func (x *ContainerSpec) GetVolumeMounts() []*ContainerVolumeMount

func (*ContainerSpec) MarshalToSizedBufferVT

func (m *ContainerSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ContainerSpec) MarshalToVT

func (m *ContainerSpec) MarshalToVT(dAtA []byte) (int, error)

func (*ContainerSpec) MarshalVT

func (m *ContainerSpec) MarshalVT() (dAtA []byte, err error)

func (*ContainerSpec) ProtoMessage

func (*ContainerSpec) ProtoMessage()

func (*ContainerSpec) ProtoReflect

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

func (*ContainerSpec) Reset

func (x *ContainerSpec) Reset()

func (*ContainerSpec) SizeVT

func (m *ContainerSpec) SizeVT() (n int)

func (*ContainerSpec) String

func (x *ContainerSpec) String() string

func (*ContainerSpec) UnmarshalVT

func (m *ContainerSpec) UnmarshalVT(dAtA []byte) error

type ContainerTmpfsMount

type ContainerTmpfsMount struct {
	Target   string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"`
	Size     int64  `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	ReadOnly bool   `protobuf:"varint,3,opt,name=read_only,json=readOnly,proto3" json:"read_only,omitempty"`
	// contains filtered or unexported fields
}

func (*ContainerTmpfsMount) Descriptor deprecated

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

Deprecated: Use ContainerTmpfsMount.ProtoReflect.Descriptor instead.

func (*ContainerTmpfsMount) GetReadOnly

func (x *ContainerTmpfsMount) GetReadOnly() bool

func (*ContainerTmpfsMount) GetSize

func (x *ContainerTmpfsMount) GetSize() int64

func (*ContainerTmpfsMount) GetTarget

func (x *ContainerTmpfsMount) GetTarget() string

func (*ContainerTmpfsMount) MarshalToSizedBufferVT

func (m *ContainerTmpfsMount) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ContainerTmpfsMount) MarshalToVT

func (m *ContainerTmpfsMount) MarshalToVT(dAtA []byte) (int, error)

func (*ContainerTmpfsMount) MarshalVT

func (m *ContainerTmpfsMount) MarshalVT() (dAtA []byte, err error)

func (*ContainerTmpfsMount) ProtoMessage

func (*ContainerTmpfsMount) ProtoMessage()

func (*ContainerTmpfsMount) ProtoReflect

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

func (*ContainerTmpfsMount) Reset

func (x *ContainerTmpfsMount) Reset()

func (*ContainerTmpfsMount) SizeVT

func (m *ContainerTmpfsMount) SizeVT() (n int)

func (*ContainerTmpfsMount) String

func (x *ContainerTmpfsMount) String() string

func (*ContainerTmpfsMount) UnmarshalVT

func (m *ContainerTmpfsMount) UnmarshalVT(dAtA []byte) error

type ContainerVolumeMount

type ContainerVolumeMount struct {
	Target   string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"`
	Name     string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ReadOnly bool   `protobuf:"varint,3,opt,name=read_only,json=readOnly,proto3" json:"read_only,omitempty"`
	NoCopy   bool   `protobuf:"varint,4,opt,name=no_copy,json=noCopy,proto3" json:"no_copy,omitempty"`
	// contains filtered or unexported fields
}

func (*ContainerVolumeMount) Descriptor deprecated

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

Deprecated: Use ContainerVolumeMount.ProtoReflect.Descriptor instead.

func (*ContainerVolumeMount) GetName

func (x *ContainerVolumeMount) GetName() string

func (*ContainerVolumeMount) GetNoCopy

func (x *ContainerVolumeMount) GetNoCopy() bool

func (*ContainerVolumeMount) GetReadOnly

func (x *ContainerVolumeMount) GetReadOnly() bool

func (*ContainerVolumeMount) GetTarget

func (x *ContainerVolumeMount) GetTarget() string

func (*ContainerVolumeMount) MarshalToSizedBufferVT

func (m *ContainerVolumeMount) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ContainerVolumeMount) MarshalToVT

func (m *ContainerVolumeMount) MarshalToVT(dAtA []byte) (int, error)

func (*ContainerVolumeMount) MarshalVT

func (m *ContainerVolumeMount) MarshalVT() (dAtA []byte, err error)

func (*ContainerVolumeMount) ProtoMessage

func (*ContainerVolumeMount) ProtoMessage()

func (*ContainerVolumeMount) ProtoReflect

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

func (*ContainerVolumeMount) Reset

func (x *ContainerVolumeMount) Reset()

func (*ContainerVolumeMount) SizeVT

func (m *ContainerVolumeMount) SizeVT() (n int)

func (*ContainerVolumeMount) String

func (x *ContainerVolumeMount) String() string

func (*ContainerVolumeMount) UnmarshalVT

func (m *ContainerVolumeMount) UnmarshalVT(dAtA []byte) error

type ModuleReference

type ModuleReference struct {
	ModuleCategory Category `` /* 132-byte string literal not displayed */
	ModuleType     string   `protobuf:"bytes,2,opt,name=module_type,json=moduleType,proto3" json:"module_type,omitempty"`
	// contains filtered or unexported fields
}

func (*ModuleReference) Descriptor deprecated

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

Deprecated: Use ModuleReference.ProtoReflect.Descriptor instead.

func (*ModuleReference) GetModuleCategory

func (x *ModuleReference) GetModuleCategory() Category

func (*ModuleReference) GetModuleType

func (x *ModuleReference) GetModuleType() string

func (*ModuleReference) MarshalToSizedBufferVT

func (m *ModuleReference) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ModuleReference) MarshalToVT

func (m *ModuleReference) MarshalToVT(dAtA []byte) (int, error)

func (*ModuleReference) MarshalVT

func (m *ModuleReference) MarshalVT() (dAtA []byte, err error)

func (*ModuleReference) ProtoMessage

func (*ModuleReference) ProtoMessage()

func (*ModuleReference) ProtoReflect

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

func (*ModuleReference) Reset

func (x *ModuleReference) Reset()

func (*ModuleReference) SizeVT

func (m *ModuleReference) SizeVT() (n int)

func (*ModuleReference) String

func (x *ModuleReference) String() string

func (*ModuleReference) UnmarshalVT

func (m *ModuleReference) UnmarshalVT(dAtA []byte) error

type ModuleSpec

type ModuleSpec struct {
	Category Category                     `protobuf:"varint,1,opt,name=category,proto3,enum=buildr.rpc.v1.Category" json:"category,omitempty"`
	Type     string                       `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Values   map[string]*ModuleSpec_Value `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ModuleSpec) Descriptor deprecated

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

Deprecated: Use ModuleSpec.ProtoReflect.Descriptor instead.

func (*ModuleSpec) GetCategory

func (x *ModuleSpec) GetCategory() Category

func (*ModuleSpec) GetType

func (x *ModuleSpec) GetType() string

func (*ModuleSpec) GetValues

func (x *ModuleSpec) GetValues() map[string]*ModuleSpec_Value

func (*ModuleSpec) MarshalToSizedBufferVT

func (m *ModuleSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ModuleSpec) MarshalToVT

func (m *ModuleSpec) MarshalToVT(dAtA []byte) (int, error)

func (*ModuleSpec) MarshalVT

func (m *ModuleSpec) MarshalVT() (dAtA []byte, err error)

func (*ModuleSpec) ProtoMessage

func (*ModuleSpec) ProtoMessage()

func (*ModuleSpec) ProtoReflect

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

func (*ModuleSpec) Reset

func (x *ModuleSpec) Reset()

func (*ModuleSpec) SizeVT

func (m *ModuleSpec) SizeVT() (n int)

func (*ModuleSpec) String

func (x *ModuleSpec) String() string

func (*ModuleSpec) UnmarshalVT

func (m *ModuleSpec) UnmarshalVT(dAtA []byte) error

type ModuleSpec_Value

type ModuleSpec_Value struct {
	Type         ModuleSpec_ValueType         `protobuf:"varint,1,opt,name=type,proto3,enum=buildr.rpc.v1.ModuleSpec_ValueType" json:"type,omitempty"`
	Kind         ModuleSpec_ValueKind         `protobuf:"varint,2,opt,name=kind,proto3,enum=buildr.rpc.v1.ModuleSpec_ValueKind" json:"kind,omitempty"`
	ComplexValue map[string]*ModuleSpec_Value `` /* 186-byte string literal not displayed */
	// Types that are assignable to SingleValue:
	//
	//	*ModuleSpec_Value_StringValue
	//	*ModuleSpec_Value_IntValue
	//	*ModuleSpec_Value_DoubleValue
	//	*ModuleSpec_Value_BoolValue
	SingleValue  isModuleSpec_Value_SingleValue `protobuf_oneof:"single_value"`
	StringValues []string                       `protobuf:"bytes,21,rep,name=string_values,json=stringValues,proto3" json:"string_values,omitempty"`
	IntValues    []int64                        `protobuf:"varint,22,rep,packed,name=int_values,json=intValues,proto3" json:"int_values,omitempty"`
	DoubleValues []float64                      `protobuf:"fixed64,23,rep,packed,name=double_values,json=doubleValues,proto3" json:"double_values,omitempty"`
	BoolValues   []bool                         `protobuf:"varint,24,rep,packed,name=bool_values,json=boolValues,proto3" json:"bool_values,omitempty"`
	// contains filtered or unexported fields
}

func (*ModuleSpec_Value) Descriptor deprecated

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

Deprecated: Use ModuleSpec_Value.ProtoReflect.Descriptor instead.

func (*ModuleSpec_Value) GetBoolValue

func (x *ModuleSpec_Value) GetBoolValue() bool

func (*ModuleSpec_Value) GetBoolValues

func (x *ModuleSpec_Value) GetBoolValues() []bool

func (*ModuleSpec_Value) GetComplexValue

func (x *ModuleSpec_Value) GetComplexValue() map[string]*ModuleSpec_Value

func (*ModuleSpec_Value) GetDoubleValue

func (x *ModuleSpec_Value) GetDoubleValue() float64

func (*ModuleSpec_Value) GetDoubleValues

func (x *ModuleSpec_Value) GetDoubleValues() []float64

func (*ModuleSpec_Value) GetIntValue

func (x *ModuleSpec_Value) GetIntValue() int64

func (*ModuleSpec_Value) GetIntValues

func (x *ModuleSpec_Value) GetIntValues() []int64

func (*ModuleSpec_Value) GetKind

func (*ModuleSpec_Value) GetSingleValue

func (m *ModuleSpec_Value) GetSingleValue() isModuleSpec_Value_SingleValue

func (*ModuleSpec_Value) GetStringValue

func (x *ModuleSpec_Value) GetStringValue() string

func (*ModuleSpec_Value) GetStringValues

func (x *ModuleSpec_Value) GetStringValues() []string

func (*ModuleSpec_Value) GetType

func (*ModuleSpec_Value) MarshalToSizedBufferVT

func (m *ModuleSpec_Value) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ModuleSpec_Value) MarshalToVT

func (m *ModuleSpec_Value) MarshalToVT(dAtA []byte) (int, error)

func (*ModuleSpec_Value) MarshalVT

func (m *ModuleSpec_Value) MarshalVT() (dAtA []byte, err error)

func (*ModuleSpec_Value) ProtoMessage

func (*ModuleSpec_Value) ProtoMessage()

func (*ModuleSpec_Value) ProtoReflect

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

func (*ModuleSpec_Value) Reset

func (x *ModuleSpec_Value) Reset()

func (*ModuleSpec_Value) SizeVT

func (m *ModuleSpec_Value) SizeVT() (n int)

func (*ModuleSpec_Value) String

func (x *ModuleSpec_Value) String() string

func (*ModuleSpec_Value) UnmarshalVT

func (m *ModuleSpec_Value) UnmarshalVT(dAtA []byte) error

type ModuleSpec_ValueKind

type ModuleSpec_ValueKind int32
const (
	ModuleSpec_ValueKindUnknown   ModuleSpec_ValueKind = 0
	ModuleSpec_ValueKindAttribute ModuleSpec_ValueKind = 1
	ModuleSpec_ValueKindLabel     ModuleSpec_ValueKind = 2
	ModuleSpec_ValueKindBlock     ModuleSpec_ValueKind = 4
)

func (ModuleSpec_ValueKind) Descriptor

func (ModuleSpec_ValueKind) Enum

func (ModuleSpec_ValueKind) EnumDescriptor deprecated

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

Deprecated: Use ModuleSpec_ValueKind.Descriptor instead.

func (ModuleSpec_ValueKind) Number

func (ModuleSpec_ValueKind) String

func (x ModuleSpec_ValueKind) String() string

func (ModuleSpec_ValueKind) Type

type ModuleSpec_ValueType

type ModuleSpec_ValueType int32
const (
	ModuleSpec_ValueTypeUnknown     ModuleSpec_ValueType = 0
	ModuleSpec_ValueTypeSingle      ModuleSpec_ValueType = 1
	ModuleSpec_ValueTypeObject      ModuleSpec_ValueType = 2
	ModuleSpec_ValueTypeMap         ModuleSpec_ValueType = 3
	ModuleSpec_ValueTypeStringSlice ModuleSpec_ValueType = 4
	ModuleSpec_ValueTypeIntSlice    ModuleSpec_ValueType = 5
	ModuleSpec_ValueTypeDoubleSlice ModuleSpec_ValueType = 6
	ModuleSpec_ValueTypeBoolSlice   ModuleSpec_ValueType = 7
)

func (ModuleSpec_ValueType) Descriptor

func (ModuleSpec_ValueType) Enum

func (ModuleSpec_ValueType) EnumDescriptor deprecated

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

Deprecated: Use ModuleSpec_ValueType.Descriptor instead.

func (ModuleSpec_ValueType) Number

func (ModuleSpec_ValueType) String

func (x ModuleSpec_ValueType) String() string

func (ModuleSpec_ValueType) Type

type ModuleSpec_Value_BoolValue

type ModuleSpec_Value_BoolValue struct {
	BoolValue bool `protobuf:"varint,14,opt,name=bool_value,json=boolValue,proto3,oneof"`
}

func (*ModuleSpec_Value_BoolValue) MarshalToSizedBufferVT

func (m *ModuleSpec_Value_BoolValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ModuleSpec_Value_BoolValue) MarshalToVT

func (m *ModuleSpec_Value_BoolValue) MarshalToVT(dAtA []byte) (int, error)

func (*ModuleSpec_Value_BoolValue) SizeVT

func (m *ModuleSpec_Value_BoolValue) SizeVT() (n int)

type ModuleSpec_Value_DoubleValue

type ModuleSpec_Value_DoubleValue struct {
	DoubleValue float64 `protobuf:"fixed64,13,opt,name=double_value,json=doubleValue,proto3,oneof"`
}

func (*ModuleSpec_Value_DoubleValue) MarshalToSizedBufferVT

func (m *ModuleSpec_Value_DoubleValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ModuleSpec_Value_DoubleValue) MarshalToVT

func (m *ModuleSpec_Value_DoubleValue) MarshalToVT(dAtA []byte) (int, error)

func (*ModuleSpec_Value_DoubleValue) SizeVT

func (m *ModuleSpec_Value_DoubleValue) SizeVT() (n int)

type ModuleSpec_Value_IntValue

type ModuleSpec_Value_IntValue struct {
	IntValue int64 `protobuf:"varint,12,opt,name=int_value,json=intValue,proto3,oneof"`
}

func (*ModuleSpec_Value_IntValue) MarshalToSizedBufferVT

func (m *ModuleSpec_Value_IntValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ModuleSpec_Value_IntValue) MarshalToVT

func (m *ModuleSpec_Value_IntValue) MarshalToVT(dAtA []byte) (int, error)

func (*ModuleSpec_Value_IntValue) SizeVT

func (m *ModuleSpec_Value_IntValue) SizeVT() (n int)

type ModuleSpec_Value_StringValue

type ModuleSpec_Value_StringValue struct {
	StringValue string `protobuf:"bytes,11,opt,name=string_value,json=stringValue,proto3,oneof"`
}

func (*ModuleSpec_Value_StringValue) MarshalToSizedBufferVT

func (m *ModuleSpec_Value_StringValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ModuleSpec_Value_StringValue) MarshalToVT

func (m *ModuleSpec_Value_StringValue) MarshalToVT(dAtA []byte) (int, error)

func (*ModuleSpec_Value_StringValue) SizeVT

func (m *ModuleSpec_Value_StringValue) SizeVT() (n int)

type TaskSpec

type TaskSpec struct {
	ModuleName string         `protobuf:"bytes,1,opt,name=module_name,json=moduleName,proto3" json:"module_name,omitempty"`
	ModuleSpec *ModuleSpec    `protobuf:"bytes,2,opt,name=module_spec,json=moduleSpec,proto3" json:"module_spec,omitempty"`
	Container  *ContainerSpec `protobuf:"bytes,3,opt,name=container,proto3" json:"container,omitempty"`
	OutputDir  string         `protobuf:"bytes,4,opt,name=output_dir,json=outputDir,proto3" json:"output_dir,omitempty"`
	// contains filtered or unexported fields
}

func (*TaskSpec) Descriptor deprecated

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

Deprecated: Use TaskSpec.ProtoReflect.Descriptor instead.

func (*TaskSpec) GetContainer

func (x *TaskSpec) GetContainer() *ContainerSpec

func (*TaskSpec) GetModuleName

func (x *TaskSpec) GetModuleName() string

func (*TaskSpec) GetModuleSpec

func (x *TaskSpec) GetModuleSpec() *ModuleSpec

func (*TaskSpec) GetOutputDir

func (x *TaskSpec) GetOutputDir() string

func (*TaskSpec) MarshalToSizedBufferVT

func (m *TaskSpec) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TaskSpec) MarshalToVT

func (m *TaskSpec) MarshalToVT(dAtA []byte) (int, error)

func (*TaskSpec) MarshalVT

func (m *TaskSpec) MarshalVT() (dAtA []byte, err error)

func (*TaskSpec) ProtoMessage

func (*TaskSpec) ProtoMessage()

func (*TaskSpec) ProtoReflect

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

func (*TaskSpec) Reset

func (x *TaskSpec) Reset()

func (*TaskSpec) SizeVT

func (m *TaskSpec) SizeVT() (n int)

func (*TaskSpec) String

func (x *TaskSpec) String() string

func (*TaskSpec) UnmarshalVT

func (m *TaskSpec) UnmarshalVT(dAtA []byte) error

Jump to

Keyboard shortcuts

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