Documentation
¶
Index ¶
- Variables
- type Action
- func (*Action) Descriptor() ([]byte, []int)deprecated
- func (x *Action) GetOverridesReference() *core.DecodableReference
- func (x *Action) GetRequestedKeys() []*Keys
- func (*Action) ProtoMessage()
- func (x *Action) ProtoReflect() protoreflect.Message
- func (x *Action) Reset()
- func (x *Action) String() string
- type Evaluation
- func (*Evaluation) Descriptor() ([]byte, []int)deprecated
- func (x *Evaluation) GetDirectVariableDependencyKeys() []*Keys
- func (x *Evaluation) GetValue() *core.Any
- func (*Evaluation) ProtoMessage()
- func (x *Evaluation) ProtoReflect() protoreflect.Message
- func (x *Evaluation) Reset()
- func (x *Evaluation) String() string
- type Evaluations
- func (*Evaluations) Descriptor() ([]byte, []int)deprecated
- func (x *Evaluations) GetLeaf() *Evaluations_Leaf
- func (x *Evaluations) GetLevel() isEvaluations_Level
- func (x *Evaluations) GetParent() *Evaluations_Parent
- func (*Evaluations) ProtoMessage()
- func (x *Evaluations) ProtoReflect() protoreflect.Message
- func (x *Evaluations) Reset()
- func (x *Evaluations) String() string
- type Evaluations_Leaf
- func (*Evaluations_Leaf) Descriptor() ([]byte, []int)deprecated
- func (x *Evaluations_Leaf) GetGraphlet() *Graphlet
- func (x *Evaluations_Leaf) GetKeyReference() []byte
- func (*Evaluations_Leaf) ProtoMessage()
- func (x *Evaluations_Leaf) ProtoReflect() protoreflect.Message
- func (x *Evaluations_Leaf) Reset()
- func (x *Evaluations_Leaf) String() string
- type Evaluations_Leaf_
- type Evaluations_Parent
- func (*Evaluations_Parent) Descriptor() ([]byte, []int)deprecated
- func (x *Evaluations_Parent) GetFirstKeyReference() []byte
- func (x *Evaluations_Parent) GetReference() *core.DecodableReference
- func (*Evaluations_Parent) ProtoMessage()
- func (x *Evaluations_Parent) ProtoReflect() protoreflect.Message
- func (x *Evaluations_Parent) Reset()
- func (x *Evaluations_Parent) String() string
- type Evaluations_Parent_
- type Graphlet
- func (*Graphlet) Descriptor() ([]byte, []int)deprecated
- func (x *Graphlet) GetDependencyEvaluations() []*Evaluations
- func (x *Graphlet) GetEvaluation() isGraphlet_Evaluation
- func (x *Graphlet) GetEvaluationExternal() *core.DecodableReference
- func (x *Graphlet) GetEvaluationInline() *Evaluation
- func (*Graphlet) ProtoMessage()
- func (x *Graphlet) ProtoReflect() protoreflect.Message
- func (x *Graphlet) Reset()
- func (x *Graphlet) String() string
- type Graphlet_EvaluationExternal
- type Graphlet_EvaluationInline
- type Keys
- type Keys_Leaf
- type Keys_Parent
- type Keys_Parent_
- type Progress
- func (*Progress) Descriptor() ([]byte, []int)deprecated
- func (x *Progress) GetAdditionalEvaluatingKeysCount() uint64
- func (x *Progress) GetBlockedKeysCount() uint64
- func (x *Progress) GetCompletedKeysCount() uint64
- func (x *Progress) GetEvaluatableKeysCount() uint64
- func (x *Progress) GetEvaluatedKeysCount() uint64
- func (x *Progress) GetOldestEvaluatingKeys() []*Progress_EvaluatingKey
- func (x *Progress) GetUploadingKeysCount() uint64
- func (*Progress) ProtoMessage()
- func (x *Progress) ProtoReflect() protoreflect.Message
- func (x *Progress) Reset()
- func (x *Progress) String() string
- type Progress_EvaluatingKey
- func (*Progress_EvaluatingKey) Descriptor() ([]byte, []int)deprecated
- func (x *Progress_EvaluatingKey) GetCurrentEvaluationStart() *timestamppb.Timestamp
- func (x *Progress_EvaluatingKey) GetFirstEvaluationStart() *timestamppb.Timestamp
- func (x *Progress_EvaluatingKey) GetKey() *core.Any
- func (x *Progress_EvaluatingKey) GetRestarts() uint32
- func (*Progress_EvaluatingKey) ProtoMessage()
- func (x *Progress_EvaluatingKey) ProtoReflect() protoreflect.Message
- func (x *Progress_EvaluatingKey) Reset()
- func (x *Progress_EvaluatingKey) String() string
- type Result
- func (*Result) Descriptor() ([]byte, []int)deprecated
- func (x *Result) GetFailure() *Result_Failure
- func (x *Result) GetOutcomesReference() *core.DecodableReference
- func (*Result) ProtoMessage()
- func (x *Result) ProtoReflect() protoreflect.Message
- func (x *Result) Reset()
- func (x *Result) String() string
- type Result_Failure
- func (*Result_Failure) Descriptor() ([]byte, []int)deprecated
- func (x *Result_Failure) GetStackTraceKeys() []*core.Any
- func (x *Result_Failure) GetStatus() *status.Status
- func (*Result_Failure) ProtoMessage()
- func (x *Result_Failure) ProtoReflect() protoreflect.Message
- func (x *Result_Failure) Reset()
- func (x *Result_Failure) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_bonanza_build_pkg_proto_model_evaluation_evaluation_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct {
OverridesReference *core.DecodableReference `protobuf:"bytes,1,opt,name=overrides_reference,json=overridesReference,proto3" json:"overrides_reference,omitempty"`
RequestedKeys []*Keys `protobuf:"bytes,2,rep,name=requested_keys,json=requestedKeys,proto3" json:"requested_keys,omitempty"`
// contains filtered or unexported fields
}
func (*Action) Descriptor
deprecated
func (*Action) GetOverridesReference ¶
func (x *Action) GetOverridesReference() *core.DecodableReference
func (*Action) GetRequestedKeys ¶
func (*Action) ProtoMessage ¶
func (*Action) ProtoMessage()
func (*Action) ProtoReflect ¶
func (x *Action) ProtoReflect() protoreflect.Message
type Evaluation ¶
type Evaluation struct {
Value *core.Any `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
DirectVariableDependencyKeys []*Keys `` /* 149-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*Evaluation) Descriptor
deprecated
func (*Evaluation) Descriptor() ([]byte, []int)
Deprecated: Use Evaluation.ProtoReflect.Descriptor instead.
func (*Evaluation) GetDirectVariableDependencyKeys ¶
func (x *Evaluation) GetDirectVariableDependencyKeys() []*Keys
func (*Evaluation) GetValue ¶
func (x *Evaluation) GetValue() *core.Any
func (*Evaluation) ProtoMessage ¶
func (*Evaluation) ProtoMessage()
func (*Evaluation) ProtoReflect ¶
func (x *Evaluation) ProtoReflect() protoreflect.Message
func (*Evaluation) Reset ¶
func (x *Evaluation) Reset()
func (*Evaluation) String ¶
func (x *Evaluation) String() string
type Evaluations ¶
type Evaluations struct {
// Types that are valid to be assigned to Level:
//
// *Evaluations_Leaf_
// *Evaluations_Parent_
Level isEvaluations_Level `protobuf_oneof:"level"`
// contains filtered or unexported fields
}
func (*Evaluations) Descriptor
deprecated
func (*Evaluations) Descriptor() ([]byte, []int)
Deprecated: Use Evaluations.ProtoReflect.Descriptor instead.
func (*Evaluations) GetLeaf ¶
func (x *Evaluations) GetLeaf() *Evaluations_Leaf
func (*Evaluations) GetLevel ¶
func (x *Evaluations) GetLevel() isEvaluations_Level
func (*Evaluations) GetParent ¶
func (x *Evaluations) GetParent() *Evaluations_Parent
func (*Evaluations) ProtoMessage ¶
func (*Evaluations) ProtoMessage()
func (*Evaluations) ProtoReflect ¶
func (x *Evaluations) ProtoReflect() protoreflect.Message
func (*Evaluations) Reset ¶
func (x *Evaluations) Reset()
func (*Evaluations) String ¶
func (x *Evaluations) String() string
type Evaluations_Leaf ¶
type Evaluations_Leaf struct {
KeyReference []byte `protobuf:"bytes,1,opt,name=key_reference,json=keyReference,proto3" json:"key_reference,omitempty"`
Graphlet *Graphlet `protobuf:"bytes,2,opt,name=graphlet,proto3" json:"graphlet,omitempty"`
// contains filtered or unexported fields
}
func (*Evaluations_Leaf) Descriptor
deprecated
func (*Evaluations_Leaf) Descriptor() ([]byte, []int)
Deprecated: Use Evaluations_Leaf.ProtoReflect.Descriptor instead.
func (*Evaluations_Leaf) GetGraphlet ¶
func (x *Evaluations_Leaf) GetGraphlet() *Graphlet
func (*Evaluations_Leaf) GetKeyReference ¶
func (x *Evaluations_Leaf) GetKeyReference() []byte
func (*Evaluations_Leaf) ProtoMessage ¶
func (*Evaluations_Leaf) ProtoMessage()
func (*Evaluations_Leaf) ProtoReflect ¶
func (x *Evaluations_Leaf) ProtoReflect() protoreflect.Message
func (*Evaluations_Leaf) Reset ¶
func (x *Evaluations_Leaf) Reset()
func (*Evaluations_Leaf) String ¶
func (x *Evaluations_Leaf) String() string
type Evaluations_Leaf_ ¶
type Evaluations_Leaf_ struct {
Leaf *Evaluations_Leaf `protobuf:"bytes,1,opt,name=leaf,proto3,oneof"`
}
type Evaluations_Parent ¶
type Evaluations_Parent struct {
Reference *core.DecodableReference `protobuf:"bytes,1,opt,name=reference,proto3" json:"reference,omitempty"`
FirstKeyReference []byte `protobuf:"bytes,2,opt,name=first_key_reference,json=firstKeyReference,proto3" json:"first_key_reference,omitempty"`
// contains filtered or unexported fields
}
func (*Evaluations_Parent) Descriptor
deprecated
func (*Evaluations_Parent) Descriptor() ([]byte, []int)
Deprecated: Use Evaluations_Parent.ProtoReflect.Descriptor instead.
func (*Evaluations_Parent) GetFirstKeyReference ¶
func (x *Evaluations_Parent) GetFirstKeyReference() []byte
func (*Evaluations_Parent) GetReference ¶
func (x *Evaluations_Parent) GetReference() *core.DecodableReference
func (*Evaluations_Parent) ProtoMessage ¶
func (*Evaluations_Parent) ProtoMessage()
func (*Evaluations_Parent) ProtoReflect ¶
func (x *Evaluations_Parent) ProtoReflect() protoreflect.Message
func (*Evaluations_Parent) Reset ¶
func (x *Evaluations_Parent) Reset()
func (*Evaluations_Parent) String ¶
func (x *Evaluations_Parent) String() string
type Evaluations_Parent_ ¶
type Evaluations_Parent_ struct {
Parent *Evaluations_Parent `protobuf:"bytes,2,opt,name=parent,proto3,oneof"`
}
type Graphlet ¶
type Graphlet struct {
// Types that are valid to be assigned to Evaluation:
//
// *Graphlet_EvaluationInline
// *Graphlet_EvaluationExternal
Evaluation isGraphlet_Evaluation `protobuf_oneof:"evaluation"`
DependencyEvaluations []*Evaluations `protobuf:"bytes,3,rep,name=dependency_evaluations,json=dependencyEvaluations,proto3" json:"dependency_evaluations,omitempty"`
// contains filtered or unexported fields
}
func (*Graphlet) Descriptor
deprecated
func (*Graphlet) GetDependencyEvaluations ¶
func (x *Graphlet) GetDependencyEvaluations() []*Evaluations
func (*Graphlet) GetEvaluation ¶
func (x *Graphlet) GetEvaluation() isGraphlet_Evaluation
func (*Graphlet) GetEvaluationExternal ¶
func (x *Graphlet) GetEvaluationExternal() *core.DecodableReference
func (*Graphlet) GetEvaluationInline ¶
func (x *Graphlet) GetEvaluationInline() *Evaluation
func (*Graphlet) ProtoMessage ¶
func (*Graphlet) ProtoMessage()
func (*Graphlet) ProtoReflect ¶
func (x *Graphlet) ProtoReflect() protoreflect.Message
type Graphlet_EvaluationExternal ¶
type Graphlet_EvaluationExternal struct {
EvaluationExternal *core.DecodableReference `protobuf:"bytes,2,opt,name=evaluation_external,json=evaluationExternal,proto3,oneof"`
}
type Graphlet_EvaluationInline ¶
type Graphlet_EvaluationInline struct {
EvaluationInline *Evaluation `protobuf:"bytes,1,opt,name=evaluation_inline,json=evaluationInline,proto3,oneof"`
}
type Keys ¶
type Keys struct {
// Types that are valid to be assigned to Level:
//
// *Keys_Leaf
// *Keys_Parent_
Level isKeys_Level `protobuf_oneof:"level"`
// contains filtered or unexported fields
}
func (*Keys) Descriptor
deprecated
func (*Keys) GetParent ¶
func (x *Keys) GetParent() *Keys_Parent
func (*Keys) ProtoMessage ¶
func (*Keys) ProtoMessage()
func (*Keys) ProtoReflect ¶
func (x *Keys) ProtoReflect() protoreflect.Message
type Keys_Parent ¶
type Keys_Parent struct {
Reference *core.DecodableReference `protobuf:"bytes,1,opt,name=reference,proto3" json:"reference,omitempty"`
// contains filtered or unexported fields
}
func (*Keys_Parent) Descriptor
deprecated
func (*Keys_Parent) Descriptor() ([]byte, []int)
Deprecated: Use Keys_Parent.ProtoReflect.Descriptor instead.
func (*Keys_Parent) GetReference ¶
func (x *Keys_Parent) GetReference() *core.DecodableReference
func (*Keys_Parent) ProtoMessage ¶
func (*Keys_Parent) ProtoMessage()
func (*Keys_Parent) ProtoReflect ¶
func (x *Keys_Parent) ProtoReflect() protoreflect.Message
func (*Keys_Parent) Reset ¶
func (x *Keys_Parent) Reset()
func (*Keys_Parent) String ¶
func (x *Keys_Parent) String() string
type Keys_Parent_ ¶
type Keys_Parent_ struct {
Parent *Keys_Parent `protobuf:"bytes,2,opt,name=parent,proto3,oneof"`
}
type Progress ¶
type Progress struct {
BlockedKeysCount uint64 `protobuf:"varint,1,opt,name=blocked_keys_count,json=blockedKeysCount,proto3" json:"blocked_keys_count,omitempty"`
EvaluatableKeysCount uint64 `protobuf:"varint,2,opt,name=evaluatable_keys_count,json=evaluatableKeysCount,proto3" json:"evaluatable_keys_count,omitempty"`
OldestEvaluatingKeys []*Progress_EvaluatingKey `protobuf:"bytes,3,rep,name=oldest_evaluating_keys,json=oldestEvaluatingKeys,proto3" json:"oldest_evaluating_keys,omitempty"`
AdditionalEvaluatingKeysCount uint64 `` /* 153-byte string literal not displayed */
EvaluatedKeysCount uint64 `protobuf:"varint,5,opt,name=evaluated_keys_count,json=evaluatedKeysCount,proto3" json:"evaluated_keys_count,omitempty"`
UploadingKeysCount uint64 `protobuf:"varint,6,opt,name=uploading_keys_count,json=uploadingKeysCount,proto3" json:"uploading_keys_count,omitempty"`
CompletedKeysCount uint64 `protobuf:"varint,7,opt,name=completed_keys_count,json=completedKeysCount,proto3" json:"completed_keys_count,omitempty"`
// contains filtered or unexported fields
}
func (*Progress) Descriptor
deprecated
func (*Progress) GetAdditionalEvaluatingKeysCount ¶
func (*Progress) GetBlockedKeysCount ¶
func (*Progress) GetCompletedKeysCount ¶
func (*Progress) GetEvaluatableKeysCount ¶
func (*Progress) GetEvaluatedKeysCount ¶
func (*Progress) GetOldestEvaluatingKeys ¶
func (x *Progress) GetOldestEvaluatingKeys() []*Progress_EvaluatingKey
func (*Progress) GetUploadingKeysCount ¶
func (*Progress) ProtoMessage ¶
func (*Progress) ProtoMessage()
func (*Progress) ProtoReflect ¶
func (x *Progress) ProtoReflect() protoreflect.Message
type Progress_EvaluatingKey ¶
type Progress_EvaluatingKey struct {
Key *core.Any `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
FirstEvaluationStart *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=first_evaluation_start,json=firstEvaluationStart,proto3" json:"first_evaluation_start,omitempty"`
CurrentEvaluationStart *timestamppb.Timestamp `` /* 129-byte string literal not displayed */
Restarts uint32 `protobuf:"varint,4,opt,name=restarts,proto3" json:"restarts,omitempty"`
// contains filtered or unexported fields
}
func (*Progress_EvaluatingKey) Descriptor
deprecated
func (*Progress_EvaluatingKey) Descriptor() ([]byte, []int)
Deprecated: Use Progress_EvaluatingKey.ProtoReflect.Descriptor instead.
func (*Progress_EvaluatingKey) GetCurrentEvaluationStart ¶
func (x *Progress_EvaluatingKey) GetCurrentEvaluationStart() *timestamppb.Timestamp
func (*Progress_EvaluatingKey) GetFirstEvaluationStart ¶
func (x *Progress_EvaluatingKey) GetFirstEvaluationStart() *timestamppb.Timestamp
func (*Progress_EvaluatingKey) GetKey ¶
func (x *Progress_EvaluatingKey) GetKey() *core.Any
func (*Progress_EvaluatingKey) GetRestarts ¶
func (x *Progress_EvaluatingKey) GetRestarts() uint32
func (*Progress_EvaluatingKey) ProtoMessage ¶
func (*Progress_EvaluatingKey) ProtoMessage()
func (*Progress_EvaluatingKey) ProtoReflect ¶
func (x *Progress_EvaluatingKey) ProtoReflect() protoreflect.Message
func (*Progress_EvaluatingKey) Reset ¶
func (x *Progress_EvaluatingKey) Reset()
func (*Progress_EvaluatingKey) String ¶
func (x *Progress_EvaluatingKey) String() string
type Result ¶
type Result struct {
Failure *Result_Failure `protobuf:"bytes,1,opt,name=failure,proto3" json:"failure,omitempty"`
OutcomesReference *core.DecodableReference `protobuf:"bytes,2,opt,name=outcomes_reference,json=outcomesReference,proto3" json:"outcomes_reference,omitempty"`
// contains filtered or unexported fields
}
func (*Result) Descriptor
deprecated
func (*Result) GetFailure ¶
func (x *Result) GetFailure() *Result_Failure
func (*Result) GetOutcomesReference ¶
func (x *Result) GetOutcomesReference() *core.DecodableReference
func (*Result) ProtoMessage ¶
func (*Result) ProtoMessage()
func (*Result) ProtoReflect ¶
func (x *Result) ProtoReflect() protoreflect.Message
type Result_Failure ¶
type Result_Failure struct {
StackTraceKeys []*core.Any `protobuf:"bytes,1,rep,name=stack_trace_keys,json=stackTraceKeys,proto3" json:"stack_trace_keys,omitempty"`
Status *status.Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
// contains filtered or unexported fields
}
func (*Result_Failure) Descriptor
deprecated
func (*Result_Failure) Descriptor() ([]byte, []int)
Deprecated: Use Result_Failure.ProtoReflect.Descriptor instead.
func (*Result_Failure) GetStackTraceKeys ¶
func (x *Result_Failure) GetStackTraceKeys() []*core.Any
func (*Result_Failure) GetStatus ¶
func (x *Result_Failure) GetStatus() *status.Status
func (*Result_Failure) ProtoMessage ¶
func (*Result_Failure) ProtoMessage()
func (*Result_Failure) ProtoReflect ¶
func (x *Result_Failure) ProtoReflect() protoreflect.Message
func (*Result_Failure) Reset ¶
func (x *Result_Failure) Reset()
func (*Result_Failure) String ¶
func (x *Result_Failure) String() string
Click to show internal directories.
Click to hide internal directories.