pb

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_workflow_plugin_compute_core_protocol_v1_network_audit_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type NetworkAuditDestination

type NetworkAuditDestination struct {
	Kind  string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkAuditDestination) Descriptor deprecated

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

Deprecated: Use NetworkAuditDestination.ProtoReflect.Descriptor instead.

func (*NetworkAuditDestination) GetKind

func (x *NetworkAuditDestination) GetKind() string

func (*NetworkAuditDestination) GetValue

func (x *NetworkAuditDestination) GetValue() string

func (*NetworkAuditDestination) ProtoMessage

func (*NetworkAuditDestination) ProtoMessage()

func (*NetworkAuditDestination) ProtoReflect

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

func (*NetworkAuditDestination) Reset

func (x *NetworkAuditDestination) Reset()

func (*NetworkAuditDestination) String

func (x *NetworkAuditDestination) String() string

type NetworkAuditProviderEvidence

type NetworkAuditProviderEvidence struct {
	ProviderId       string `protobuf:"bytes,1,opt,name=provider_id,json=providerId,proto3" json:"provider_id,omitempty"`
	PluginName       string `protobuf:"bytes,2,opt,name=plugin_name,json=pluginName,proto3" json:"plugin_name,omitempty"`
	PluginVersion    string `protobuf:"bytes,3,opt,name=plugin_version,json=pluginVersion,proto3" json:"plugin_version,omitempty"`
	ContractId       string `protobuf:"bytes,4,opt,name=contract_id,json=contractId,proto3" json:"contract_id,omitempty"`
	ContractVersion  string `protobuf:"bytes,5,opt,name=contract_version,json=contractVersion,proto3" json:"contract_version,omitempty"`
	DescriptorDigest string `protobuf:"bytes,6,opt,name=descriptor_digest,json=descriptorDigest,proto3" json:"descriptor_digest,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkAuditProviderEvidence) Descriptor deprecated

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

Deprecated: Use NetworkAuditProviderEvidence.ProtoReflect.Descriptor instead.

func (*NetworkAuditProviderEvidence) GetContractId

func (x *NetworkAuditProviderEvidence) GetContractId() string

func (*NetworkAuditProviderEvidence) GetContractVersion

func (x *NetworkAuditProviderEvidence) GetContractVersion() string

func (*NetworkAuditProviderEvidence) GetDescriptorDigest

func (x *NetworkAuditProviderEvidence) GetDescriptorDigest() string

func (*NetworkAuditProviderEvidence) GetPluginName

func (x *NetworkAuditProviderEvidence) GetPluginName() string

func (*NetworkAuditProviderEvidence) GetPluginVersion

func (x *NetworkAuditProviderEvidence) GetPluginVersion() string

func (*NetworkAuditProviderEvidence) GetProviderId

func (x *NetworkAuditProviderEvidence) GetProviderId() string

func (*NetworkAuditProviderEvidence) ProtoMessage

func (*NetworkAuditProviderEvidence) ProtoMessage()

func (*NetworkAuditProviderEvidence) ProtoReflect

func (*NetworkAuditProviderEvidence) Reset

func (x *NetworkAuditProviderEvidence) Reset()

func (*NetworkAuditProviderEvidence) String

type NetworkAuditRecord

type NetworkAuditRecord struct {
	ProtocolVersion    string                        `protobuf:"bytes,1,opt,name=protocol_version,json=protocolVersion,proto3" json:"protocol_version,omitempty"`
	RecordId           string                        `protobuf:"bytes,2,opt,name=record_id,json=recordId,proto3" json:"record_id,omitempty"`
	TaskId             string                        `protobuf:"bytes,3,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	LeaseId            string                        `protobuf:"bytes,4,opt,name=lease_id,json=leaseId,proto3" json:"lease_id,omitempty"`
	WorkerId           string                        `protobuf:"bytes,5,opt,name=worker_id,json=workerId,proto3" json:"worker_id,omitempty"`
	Provider           *NetworkAuditProviderEvidence `protobuf:"bytes,6,opt,name=provider,proto3" json:"provider,omitempty"`
	Destination        *NetworkAuditDestination      `protobuf:"bytes,7,opt,name=destination,proto3" json:"destination,omitempty"`
	ResourceUsage      *NetworkAuditResourceUsage    `protobuf:"bytes,8,opt,name=resource_usage,json=resourceUsage,proto3" json:"resource_usage,omitempty"`
	Labels             map[string]string             `` /* 139-byte string literal not displayed */
	StartedAtUnixNano  int64                         `protobuf:"varint,10,opt,name=started_at_unix_nano,json=startedAtUnixNano,proto3" json:"started_at_unix_nano,omitempty"`
	FinishedAtUnixNano int64                         `protobuf:"varint,11,opt,name=finished_at_unix_nano,json=finishedAtUnixNano,proto3" json:"finished_at_unix_nano,omitempty"`
	ObservedAtUnixNano int64                         `protobuf:"varint,12,opt,name=observed_at_unix_nano,json=observedAtUnixNano,proto3" json:"observed_at_unix_nano,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkAuditRecord) Descriptor deprecated

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

Deprecated: Use NetworkAuditRecord.ProtoReflect.Descriptor instead.

func (*NetworkAuditRecord) GetDestination

func (x *NetworkAuditRecord) GetDestination() *NetworkAuditDestination

func (*NetworkAuditRecord) GetFinishedAtUnixNano

func (x *NetworkAuditRecord) GetFinishedAtUnixNano() int64

func (*NetworkAuditRecord) GetLabels

func (x *NetworkAuditRecord) GetLabels() map[string]string

func (*NetworkAuditRecord) GetLeaseId

func (x *NetworkAuditRecord) GetLeaseId() string

func (*NetworkAuditRecord) GetObservedAtUnixNano

func (x *NetworkAuditRecord) GetObservedAtUnixNano() int64

func (*NetworkAuditRecord) GetProtocolVersion

func (x *NetworkAuditRecord) GetProtocolVersion() string

func (*NetworkAuditRecord) GetProvider

func (*NetworkAuditRecord) GetRecordId

func (x *NetworkAuditRecord) GetRecordId() string

func (*NetworkAuditRecord) GetResourceUsage

func (x *NetworkAuditRecord) GetResourceUsage() *NetworkAuditResourceUsage

func (*NetworkAuditRecord) GetStartedAtUnixNano

func (x *NetworkAuditRecord) GetStartedAtUnixNano() int64

func (*NetworkAuditRecord) GetTaskId

func (x *NetworkAuditRecord) GetTaskId() string

func (*NetworkAuditRecord) GetWorkerId

func (x *NetworkAuditRecord) GetWorkerId() string

func (*NetworkAuditRecord) ProtoMessage

func (*NetworkAuditRecord) ProtoMessage()

func (*NetworkAuditRecord) ProtoReflect

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

func (*NetworkAuditRecord) Reset

func (x *NetworkAuditRecord) Reset()

func (*NetworkAuditRecord) String

func (x *NetworkAuditRecord) String() string

type NetworkAuditResourceUsage

type NetworkAuditResourceUsage struct {
	CpuMillis      int64  `protobuf:"varint,1,opt,name=cpu_millis,json=cpuMillis,proto3" json:"cpu_millis,omitempty"`
	GpuMillis      int64  `protobuf:"varint,2,opt,name=gpu_millis,json=gpuMillis,proto3" json:"gpu_millis,omitempty"`
	MaxMemoryBytes int64  `protobuf:"varint,3,opt,name=max_memory_bytes,json=maxMemoryBytes,proto3" json:"max_memory_bytes,omitempty"`
	NetworkRxBytes int64  `protobuf:"varint,4,opt,name=network_rx_bytes,json=networkRxBytes,proto3" json:"network_rx_bytes,omitempty"`
	NetworkTxBytes int64  `protobuf:"varint,5,opt,name=network_tx_bytes,json=networkTxBytes,proto3" json:"network_tx_bytes,omitempty"`
	WorkspaceBytes int64  `protobuf:"varint,6,opt,name=workspace_bytes,json=workspaceBytes,proto3" json:"workspace_bytes,omitempty"`
	OutputBytes    int64  `protobuf:"varint,7,opt,name=output_bytes,json=outputBytes,proto3" json:"output_bytes,omitempty"`
	LimitHit       string `protobuf:"bytes,8,opt,name=limit_hit,json=limitHit,proto3" json:"limit_hit,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkAuditResourceUsage) Descriptor deprecated

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

Deprecated: Use NetworkAuditResourceUsage.ProtoReflect.Descriptor instead.

func (*NetworkAuditResourceUsage) GetCpuMillis

func (x *NetworkAuditResourceUsage) GetCpuMillis() int64

func (*NetworkAuditResourceUsage) GetGpuMillis

func (x *NetworkAuditResourceUsage) GetGpuMillis() int64

func (*NetworkAuditResourceUsage) GetLimitHit

func (x *NetworkAuditResourceUsage) GetLimitHit() string

func (*NetworkAuditResourceUsage) GetMaxMemoryBytes

func (x *NetworkAuditResourceUsage) GetMaxMemoryBytes() int64

func (*NetworkAuditResourceUsage) GetNetworkRxBytes

func (x *NetworkAuditResourceUsage) GetNetworkRxBytes() int64

func (*NetworkAuditResourceUsage) GetNetworkTxBytes

func (x *NetworkAuditResourceUsage) GetNetworkTxBytes() int64

func (*NetworkAuditResourceUsage) GetOutputBytes

func (x *NetworkAuditResourceUsage) GetOutputBytes() int64

func (*NetworkAuditResourceUsage) GetWorkspaceBytes

func (x *NetworkAuditResourceUsage) GetWorkspaceBytes() int64

func (*NetworkAuditResourceUsage) ProtoMessage

func (*NetworkAuditResourceUsage) ProtoMessage()

func (*NetworkAuditResourceUsage) ProtoReflect

func (*NetworkAuditResourceUsage) Reset

func (x *NetworkAuditResourceUsage) Reset()

func (*NetworkAuditResourceUsage) String

func (x *NetworkAuditResourceUsage) String() string

type NetworkAuditValidationIssue

type NetworkAuditValidationIssue struct {
	Code    string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	Field   string `protobuf:"bytes,2,opt,name=field,proto3" json:"field,omitempty"`
	Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkAuditValidationIssue) Descriptor deprecated

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

Deprecated: Use NetworkAuditValidationIssue.ProtoReflect.Descriptor instead.

func (*NetworkAuditValidationIssue) GetCode

func (x *NetworkAuditValidationIssue) GetCode() string

func (*NetworkAuditValidationIssue) GetField

func (x *NetworkAuditValidationIssue) GetField() string

func (*NetworkAuditValidationIssue) GetMessage

func (x *NetworkAuditValidationIssue) GetMessage() string

func (*NetworkAuditValidationIssue) ProtoMessage

func (*NetworkAuditValidationIssue) ProtoMessage()

func (*NetworkAuditValidationIssue) ProtoReflect

func (*NetworkAuditValidationIssue) Reset

func (x *NetworkAuditValidationIssue) Reset()

func (*NetworkAuditValidationIssue) String

func (x *NetworkAuditValidationIssue) String() string

Jump to

Keyboard shortcuts

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