Documentation
¶
Index ¶
- Variables
- type Action
- func (*Action) Descriptor() ([]byte, []int)deprecated
- func (x *Action) GetBuildRequestId() string
- func (x *Action) GetBuildSpecificationReference() *core.DecodableReference
- func (x *Action) GetInvocationId() string
- func (*Action) ProtoMessage()
- func (x *Action) ProtoReflect() protoreflect.Message
- func (x *Action) Reset()
- func (x *Action) String() string
- type BuildSettingOverride
- func (*BuildSettingOverride) Descriptor() ([]byte, []int)deprecated
- func (x *BuildSettingOverride) GetLabel() string
- func (x *BuildSettingOverride) GetValue() string
- func (*BuildSettingOverride) ProtoMessage()
- func (x *BuildSettingOverride) ProtoReflect() protoreflect.Message
- func (x *BuildSettingOverride) Reset()
- func (x *BuildSettingOverride) String() string
- type BuildSpecification
- func (*BuildSpecification) Descriptor() ([]byte, []int)deprecated
- func (x *BuildSpecification) GetActionEncoders() []*encoding.BinaryEncoder
- func (x *BuildSpecification) GetBuiltinsModuleNames() []string
- func (x *BuildSpecification) GetConfigurations() []*Configuration
- func (x *BuildSpecification) GetDirectoryCreationParameters() *filesystem.DirectoryCreationParameters
- func (x *BuildSpecification) GetFetchPlatformPkixPublicKey() []byte
- func (x *BuildSpecification) GetFileCreationParameters() *filesystem.FileCreationParameters
- func (x *BuildSpecification) GetIgnoreRootModuleDevDependencies() bool
- func (x *BuildSpecification) GetModuleRegistryUrls() []string
- func (x *BuildSpecification) GetModules() []*Module
- func (x *BuildSpecification) GetRepoPlatform() string
- func (x *BuildSpecification) GetRootModuleName() string
- func (x *BuildSpecification) GetRuleImplementationWrapperIdentifier() string
- func (x *BuildSpecification) GetSubruleImplementationWrapperIdentifier() string
- func (x *BuildSpecification) GetTargetPatterns() []string
- func (x *BuildSpecification) GetUseLockfile() *UseLockfile
- func (*BuildSpecification) ProtoMessage()
- func (x *BuildSpecification) ProtoReflect() protoreflect.Message
- func (x *BuildSpecification) Reset()
- func (x *BuildSpecification) String() string
- type Configuration
- func (*Configuration) Descriptor() ([]byte, []int)deprecated
- func (x *Configuration) GetBuildSettingOverrides() []*BuildSettingOverride
- func (*Configuration) ProtoMessage()
- func (x *Configuration) ProtoReflect() protoreflect.Message
- func (x *Configuration) Reset()
- func (x *Configuration) String() string
- type Module
- func (*Module) Descriptor() ([]byte, []int)deprecated
- func (x *Module) GetName() string
- func (x *Module) GetRootDirectoryReference() *filesystem.DirectoryReference
- func (*Module) ProtoMessage()
- func (x *Module) ProtoReflect() protoreflect.Message
- func (x *Module) Reset()
- func (x *Module) String() string
- type Progress
- type Progress_CurrentlyEvaluatingKey
- func (*Progress_CurrentlyEvaluatingKey) Descriptor() ([]byte, []int)deprecated
- func (x *Progress_CurrentlyEvaluatingKey) GetCurrentEvaluationStart() *timestamppb.Timestamp
- func (x *Progress_CurrentlyEvaluatingKey) GetFirstEvaluationStart() *timestamppb.Timestamp
- func (x *Progress_CurrentlyEvaluatingKey) GetKey() *core.Any
- func (x *Progress_CurrentlyEvaluatingKey) GetRestarts() uint32
- func (*Progress_CurrentlyEvaluatingKey) ProtoMessage()
- func (x *Progress_CurrentlyEvaluatingKey) ProtoReflect() protoreflect.Message
- func (x *Progress_CurrentlyEvaluatingKey) Reset()
- func (x *Progress_CurrentlyEvaluatingKey) String() string
- type Result
- func (*Result) Descriptor() ([]byte, []int)deprecated
- func (x *Result) GetEvaluationsReference() *core.DecodableReference
- func (x *Result) GetFailure() *Result_Failure
- 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
- type UseLockfile
- func (*UseLockfile) Descriptor() ([]byte, []int)deprecated
- func (x *UseLockfile) GetError() bool
- func (x *UseLockfile) GetMaximumCacheDuration() *durationpb.Duration
- func (*UseLockfile) ProtoMessage()
- func (x *UseLockfile) ProtoReflect() protoreflect.Message
- func (x *UseLockfile) Reset()
- func (x *UseLockfile) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pkg_proto_model_build_build_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct {
InvocationId string `protobuf:"bytes,1,opt,name=invocation_id,json=invocationId,proto3" json:"invocation_id,omitempty"`
BuildRequestId string `protobuf:"bytes,2,opt,name=build_request_id,json=buildRequestId,proto3" json:"build_request_id,omitempty"`
BuildSpecificationReference *core.DecodableReference `` /* 144-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*Action) Descriptor
deprecated
func (*Action) GetBuildRequestId ¶
func (*Action) GetBuildSpecificationReference ¶
func (x *Action) GetBuildSpecificationReference() *core.DecodableReference
func (*Action) GetInvocationId ¶
func (*Action) ProtoMessage ¶
func (*Action) ProtoMessage()
func (*Action) ProtoReflect ¶
func (x *Action) ProtoReflect() protoreflect.Message
type BuildSettingOverride ¶
type BuildSettingOverride struct {
Label string `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"`
Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (*BuildSettingOverride) Descriptor
deprecated
func (*BuildSettingOverride) Descriptor() ([]byte, []int)
Deprecated: Use BuildSettingOverride.ProtoReflect.Descriptor instead.
func (*BuildSettingOverride) GetLabel ¶
func (x *BuildSettingOverride) GetLabel() string
func (*BuildSettingOverride) GetValue ¶
func (x *BuildSettingOverride) GetValue() string
func (*BuildSettingOverride) ProtoMessage ¶
func (*BuildSettingOverride) ProtoMessage()
func (*BuildSettingOverride) ProtoReflect ¶
func (x *BuildSettingOverride) ProtoReflect() protoreflect.Message
func (*BuildSettingOverride) Reset ¶
func (x *BuildSettingOverride) Reset()
func (*BuildSettingOverride) String ¶
func (x *BuildSettingOverride) String() string
type BuildSpecification ¶
type BuildSpecification struct {
Modules []*Module `protobuf:"bytes,1,rep,name=modules,proto3" json:"modules,omitempty"`
RootModuleName string `protobuf:"bytes,2,opt,name=root_module_name,json=rootModuleName,proto3" json:"root_module_name,omitempty"`
TargetPatterns []string `protobuf:"bytes,3,rep,name=target_patterns,json=targetPatterns,proto3" json:"target_patterns,omitempty"`
DirectoryCreationParameters *filesystem.DirectoryCreationParameters `` /* 144-byte string literal not displayed */
FileCreationParameters *filesystem.FileCreationParameters `` /* 129-byte string literal not displayed */
UseLockfile *UseLockfile `protobuf:"bytes,6,opt,name=use_lockfile,json=useLockfile,proto3" json:"use_lockfile,omitempty"`
ModuleRegistryUrls []string `protobuf:"bytes,7,rep,name=module_registry_urls,json=moduleRegistryUrls,proto3" json:"module_registry_urls,omitempty"`
IgnoreRootModuleDevDependencies bool `` /* 161-byte string literal not displayed */
BuiltinsModuleNames []string `protobuf:"bytes,9,rep,name=builtins_module_names,json=builtinsModuleNames,proto3" json:"builtins_module_names,omitempty"`
RepoPlatform string `protobuf:"bytes,10,opt,name=repo_platform,json=repoPlatform,proto3" json:"repo_platform,omitempty"`
ActionEncoders []*encoding.BinaryEncoder `protobuf:"bytes,11,rep,name=action_encoders,json=actionEncoders,proto3" json:"action_encoders,omitempty"`
Configurations []*Configuration `protobuf:"bytes,12,rep,name=configurations,proto3" json:"configurations,omitempty"`
RuleImplementationWrapperIdentifier string `` /* 171-byte string literal not displayed */
SubruleImplementationWrapperIdentifier string `` /* 180-byte string literal not displayed */
FetchPlatformPkixPublicKey []byte `` /* 146-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*BuildSpecification) Descriptor
deprecated
func (*BuildSpecification) Descriptor() ([]byte, []int)
Deprecated: Use BuildSpecification.ProtoReflect.Descriptor instead.
func (*BuildSpecification) GetActionEncoders ¶
func (x *BuildSpecification) GetActionEncoders() []*encoding.BinaryEncoder
func (*BuildSpecification) GetBuiltinsModuleNames ¶
func (x *BuildSpecification) GetBuiltinsModuleNames() []string
func (*BuildSpecification) GetConfigurations ¶
func (x *BuildSpecification) GetConfigurations() []*Configuration
func (*BuildSpecification) GetDirectoryCreationParameters ¶
func (x *BuildSpecification) GetDirectoryCreationParameters() *filesystem.DirectoryCreationParameters
func (*BuildSpecification) GetFetchPlatformPkixPublicKey ¶
func (x *BuildSpecification) GetFetchPlatformPkixPublicKey() []byte
func (*BuildSpecification) GetFileCreationParameters ¶
func (x *BuildSpecification) GetFileCreationParameters() *filesystem.FileCreationParameters
func (*BuildSpecification) GetIgnoreRootModuleDevDependencies ¶
func (x *BuildSpecification) GetIgnoreRootModuleDevDependencies() bool
func (*BuildSpecification) GetModuleRegistryUrls ¶
func (x *BuildSpecification) GetModuleRegistryUrls() []string
func (*BuildSpecification) GetModules ¶
func (x *BuildSpecification) GetModules() []*Module
func (*BuildSpecification) GetRepoPlatform ¶
func (x *BuildSpecification) GetRepoPlatform() string
func (*BuildSpecification) GetRootModuleName ¶
func (x *BuildSpecification) GetRootModuleName() string
func (*BuildSpecification) GetRuleImplementationWrapperIdentifier ¶
func (x *BuildSpecification) GetRuleImplementationWrapperIdentifier() string
func (*BuildSpecification) GetSubruleImplementationWrapperIdentifier ¶
func (x *BuildSpecification) GetSubruleImplementationWrapperIdentifier() string
func (*BuildSpecification) GetTargetPatterns ¶
func (x *BuildSpecification) GetTargetPatterns() []string
func (*BuildSpecification) GetUseLockfile ¶
func (x *BuildSpecification) GetUseLockfile() *UseLockfile
func (*BuildSpecification) ProtoMessage ¶
func (*BuildSpecification) ProtoMessage()
func (*BuildSpecification) ProtoReflect ¶
func (x *BuildSpecification) ProtoReflect() protoreflect.Message
func (*BuildSpecification) Reset ¶
func (x *BuildSpecification) Reset()
func (*BuildSpecification) String ¶
func (x *BuildSpecification) String() string
type Configuration ¶
type Configuration struct {
BuildSettingOverrides []*BuildSettingOverride `` /* 126-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*Configuration) Descriptor
deprecated
func (*Configuration) Descriptor() ([]byte, []int)
Deprecated: Use Configuration.ProtoReflect.Descriptor instead.
func (*Configuration) GetBuildSettingOverrides ¶
func (x *Configuration) GetBuildSettingOverrides() []*BuildSettingOverride
func (*Configuration) ProtoMessage ¶
func (*Configuration) ProtoMessage()
func (*Configuration) ProtoReflect ¶
func (x *Configuration) ProtoReflect() protoreflect.Message
func (*Configuration) Reset ¶
func (x *Configuration) Reset()
func (*Configuration) String ¶
func (x *Configuration) String() string
type Module ¶
type Module struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
RootDirectoryReference *filesystem.DirectoryReference `` /* 129-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*Module) Descriptor
deprecated
func (*Module) GetRootDirectoryReference ¶
func (x *Module) GetRootDirectoryReference() *filesystem.DirectoryReference
func (*Module) ProtoMessage ¶
func (*Module) ProtoMessage()
func (*Module) ProtoReflect ¶
func (x *Module) ProtoReflect() protoreflect.Message
type Progress ¶
type Progress struct {
CurrentlyEvaluatingKeys []*Progress_CurrentlyEvaluatingKey `` /* 132-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*Progress) Descriptor
deprecated
func (*Progress) GetCurrentlyEvaluatingKeys ¶
func (x *Progress) GetCurrentlyEvaluatingKeys() []*Progress_CurrentlyEvaluatingKey
func (*Progress) ProtoMessage ¶
func (*Progress) ProtoMessage()
func (*Progress) ProtoReflect ¶
func (x *Progress) ProtoReflect() protoreflect.Message
type Progress_CurrentlyEvaluatingKey ¶
type Progress_CurrentlyEvaluatingKey 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_CurrentlyEvaluatingKey) Descriptor
deprecated
func (*Progress_CurrentlyEvaluatingKey) Descriptor() ([]byte, []int)
Deprecated: Use Progress_CurrentlyEvaluatingKey.ProtoReflect.Descriptor instead.
func (*Progress_CurrentlyEvaluatingKey) GetCurrentEvaluationStart ¶
func (x *Progress_CurrentlyEvaluatingKey) GetCurrentEvaluationStart() *timestamppb.Timestamp
func (*Progress_CurrentlyEvaluatingKey) GetFirstEvaluationStart ¶
func (x *Progress_CurrentlyEvaluatingKey) GetFirstEvaluationStart() *timestamppb.Timestamp
func (*Progress_CurrentlyEvaluatingKey) GetKey ¶
func (x *Progress_CurrentlyEvaluatingKey) GetKey() *core.Any
func (*Progress_CurrentlyEvaluatingKey) GetRestarts ¶
func (x *Progress_CurrentlyEvaluatingKey) GetRestarts() uint32
func (*Progress_CurrentlyEvaluatingKey) ProtoMessage ¶
func (*Progress_CurrentlyEvaluatingKey) ProtoMessage()
func (*Progress_CurrentlyEvaluatingKey) ProtoReflect ¶
func (x *Progress_CurrentlyEvaluatingKey) ProtoReflect() protoreflect.Message
func (*Progress_CurrentlyEvaluatingKey) Reset ¶
func (x *Progress_CurrentlyEvaluatingKey) Reset()
func (*Progress_CurrentlyEvaluatingKey) String ¶
func (x *Progress_CurrentlyEvaluatingKey) String() string
type Result ¶
type Result struct {
Failure *Result_Failure `protobuf:"bytes,1,opt,name=failure,proto3" json:"failure,omitempty"`
EvaluationsReference *core.DecodableReference `protobuf:"bytes,2,opt,name=evaluations_reference,json=evaluationsReference,proto3" json:"evaluations_reference,omitempty"`
// contains filtered or unexported fields
}
func (*Result) Descriptor
deprecated
func (*Result) GetEvaluationsReference ¶
func (x *Result) GetEvaluationsReference() *core.DecodableReference
func (*Result) GetFailure ¶
func (x *Result) GetFailure() *Result_Failure
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
type UseLockfile ¶
type UseLockfile struct {
Error bool `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"`
MaximumCacheDuration *durationpb.Duration `protobuf:"bytes,2,opt,name=maximum_cache_duration,json=maximumCacheDuration,proto3" json:"maximum_cache_duration,omitempty"`
// contains filtered or unexported fields
}
func (*UseLockfile) Descriptor
deprecated
func (*UseLockfile) Descriptor() ([]byte, []int)
Deprecated: Use UseLockfile.ProtoReflect.Descriptor instead.
func (*UseLockfile) GetError ¶
func (x *UseLockfile) GetError() bool
func (*UseLockfile) GetMaximumCacheDuration ¶
func (x *UseLockfile) GetMaximumCacheDuration() *durationpb.Duration
func (*UseLockfile) ProtoMessage ¶
func (*UseLockfile) ProtoMessage()
func (*UseLockfile) ProtoReflect ¶
func (x *UseLockfile) ProtoReflect() protoreflect.Message
func (*UseLockfile) Reset ¶
func (x *UseLockfile) Reset()
func (*UseLockfile) String ¶
func (x *UseLockfile) String() string
Click to show internal directories.
Click to hide internal directories.