Documentation
Index ¶
- Variables
- func RegisterResultStoreDownloadServer(s *grpc.Server, srv ResultStoreDownloadServer)
- func RegisterResultStoreFileDownloadServer(s *grpc.Server, srv ResultStoreFileDownloadServer)
- func RegisterResultStoreUploadServer(s *grpc.Server, srv ResultStoreUploadServer)
- type Action
- func (*Action) Descriptor() ([]byte, []int)
- func (x *Action) GetActionAttributes() *ActionAttributes
- func (x *Action) GetActionDependencies() []*Dependency
- func (m *Action) GetActionType() isAction_ActionType
- func (x *Action) GetBuildAction() *BuildAction
- func (x *Action) GetCoverage() *ActionCoverage
- func (x *Action) GetFileProcessingErrors() []*FileProcessingErrors
- func (x *Action) GetFileSets() []string
- func (x *Action) GetFiles() []*File
- func (x *Action) GetId() *Action_Id
- func (x *Action) GetName() string
- func (x *Action) GetProperties() []*Property
- func (x *Action) GetStatusAttributes() *StatusAttributes
- func (x *Action) GetTestAction() *TestAction
- func (x *Action) GetTiming() *Timing
- func (*Action) ProtoMessage()
- func (x *Action) ProtoReflect() protoreflect.Message
- func (x *Action) Reset()
- func (x *Action) String() string
- type ActionAttributes
- func (*ActionAttributes) Descriptor() ([]byte, []int)
- func (x *ActionAttributes) GetExecutionStrategy() ExecutionStrategy
- func (x *ActionAttributes) GetExitCode() int32
- func (x *ActionAttributes) GetHostname() string
- func (x *ActionAttributes) GetInputFileInfo() *InputFileInfo
- func (*ActionAttributes) ProtoMessage()
- func (x *ActionAttributes) ProtoReflect() protoreflect.Message
- func (x *ActionAttributes) Reset()
- func (x *ActionAttributes) String() string
- type ActionCoverage
- type Action_BuildAction
- type Action_Id
- func (*Action_Id) Descriptor() ([]byte, []int)
- func (x *Action_Id) GetActionId() string
- func (x *Action_Id) GetConfigurationId() string
- func (x *Action_Id) GetInvocationId() string
- func (x *Action_Id) GetTargetId() string
- func (*Action_Id) ProtoMessage()
- func (x *Action_Id) ProtoReflect() protoreflect.Message
- func (x *Action_Id) Reset()
- func (x *Action_Id) String() string
- type Action_TestAction
- type AggregateCoverage
- func (*AggregateCoverage) Descriptor() ([]byte, []int)
- func (x *AggregateCoverage) GetFileCoverages() []*FileCoverage
- func (*AggregateCoverage) ProtoMessage()
- func (x *AggregateCoverage) ProtoReflect() protoreflect.Message
- func (x *AggregateCoverage) Reset()
- func (x *AggregateCoverage) String() string
- type ArchiveEntry
- func (*ArchiveEntry) Descriptor() ([]byte, []int)
- func (x *ArchiveEntry) GetContentType() string
- func (x *ArchiveEntry) GetLength() *wrapperspb.Int64Value
- func (x *ArchiveEntry) GetPath() string
- func (*ArchiveEntry) ProtoMessage()
- func (x *ArchiveEntry) ProtoReflect() protoreflect.Message
- func (x *ArchiveEntry) Reset()
- func (x *ArchiveEntry) String() string
- type BranchCoverage
- func (*BranchCoverage) Descriptor() ([]byte, []int)
- func (x *BranchCoverage) GetBranchPresent() []byte
- func (x *BranchCoverage) GetBranchesInLine() []int32
- func (x *BranchCoverage) GetExecuted() []byte
- func (x *BranchCoverage) GetTaken() []byte
- func (*BranchCoverage) ProtoMessage()
- func (x *BranchCoverage) ProtoReflect() protoreflect.Message
- func (x *BranchCoverage) Reset()
- func (x *BranchCoverage) String() string
- type BranchCoverageSummary
- func (*BranchCoverageSummary) Descriptor() ([]byte, []int)
- func (x *BranchCoverageSummary) GetExecutedBranchCount() int32
- func (x *BranchCoverageSummary) GetTakenBranchCount() int32
- func (x *BranchCoverageSummary) GetTotalBranchCount() int32
- func (*BranchCoverageSummary) ProtoMessage()
- func (x *BranchCoverageSummary) ProtoReflect() protoreflect.Message
- func (x *BranchCoverageSummary) Reset()
- func (x *BranchCoverageSummary) String() string
- type BuildAction
- func (*BuildAction) Descriptor() ([]byte, []int)
- func (x *BuildAction) GetPrimaryInputPath() string
- func (x *BuildAction) GetPrimaryOutputPath() string
- func (x *BuildAction) GetType() string
- func (*BuildAction) ProtoMessage()
- func (x *BuildAction) ProtoReflect() protoreflect.Message
- func (x *BuildAction) Reset()
- func (x *BuildAction) String() string
- type CommandLine
- func (*CommandLine) Descriptor() ([]byte, []int)
- func (x *CommandLine) GetArgs() []string
- func (x *CommandLine) GetCommand() string
- func (x *CommandLine) GetLabel() string
- func (x *CommandLine) GetTool() string
- func (*CommandLine) ProtoMessage()
- func (x *CommandLine) ProtoReflect() protoreflect.Message
- func (x *CommandLine) Reset()
- func (x *CommandLine) String() string
- type Configuration
- func (*Configuration) Descriptor() ([]byte, []int)
- func (x *Configuration) GetConfigurationAttributes() *ConfigurationAttributes
- func (x *Configuration) GetDisplayName() string
- func (x *Configuration) GetId() *Configuration_Id
- func (x *Configuration) GetName() string
- func (x *Configuration) GetProperties() []*Property
- func (x *Configuration) GetStatusAttributes() *StatusAttributes
- func (*Configuration) ProtoMessage()
- func (x *Configuration) ProtoReflect() protoreflect.Message
- func (x *Configuration) Reset()
- func (x *Configuration) String() string
- type ConfigurationAttributes
- func (*ConfigurationAttributes) Descriptor() ([]byte, []int)
- func (x *ConfigurationAttributes) GetCpu() string
- func (*ConfigurationAttributes) ProtoMessage()
- func (x *ConfigurationAttributes) ProtoReflect() protoreflect.Message
- func (x *ConfigurationAttributes) Reset()
- func (x *ConfigurationAttributes) String() string
- type Configuration_Id
- func (*Configuration_Id) Descriptor() ([]byte, []int)
- func (x *Configuration_Id) GetConfigurationId() string
- func (x *Configuration_Id) GetInvocationId() string
- func (*Configuration_Id) ProtoMessage()
- func (x *Configuration_Id) ProtoReflect() protoreflect.Message
- func (x *Configuration_Id) Reset()
- func (x *Configuration_Id) String() string
- type ConfiguredTarget
- func (*ConfiguredTarget) Descriptor() ([]byte, []int)
- func (x *ConfiguredTarget) GetFiles() []*File
- func (x *ConfiguredTarget) GetId() *ConfiguredTarget_Id
- func (x *ConfiguredTarget) GetName() string
- func (x *ConfiguredTarget) GetProperties() []*Property
- func (x *ConfiguredTarget) GetStatusAttributes() *StatusAttributes
- func (x *ConfiguredTarget) GetTestAttributes() *ConfiguredTestAttributes
- func (x *ConfiguredTarget) GetTiming() *Timing
- func (*ConfiguredTarget) ProtoMessage()
- func (x *ConfiguredTarget) ProtoReflect() protoreflect.Message
- func (x *ConfiguredTarget) Reset()
- func (x *ConfiguredTarget) String() string
- type ConfiguredTarget_Id
- func (*ConfiguredTarget_Id) Descriptor() ([]byte, []int)
- func (x *ConfiguredTarget_Id) GetConfigurationId() string
- func (x *ConfiguredTarget_Id) GetInvocationId() string
- func (x *ConfiguredTarget_Id) GetTargetId() string
- func (*ConfiguredTarget_Id) ProtoMessage()
- func (x *ConfiguredTarget_Id) ProtoReflect() protoreflect.Message
- func (x *ConfiguredTarget_Id) Reset()
- func (x *ConfiguredTarget_Id) String() string
- type ConfiguredTestAttributes
- func (*ConfiguredTestAttributes) Descriptor() ([]byte, []int)
- func (x *ConfiguredTestAttributes) GetTimeoutDuration() *durationpb.Duration
- func (x *ConfiguredTestAttributes) GetTotalRunCount() int32
- func (x *ConfiguredTestAttributes) GetTotalShardCount() int32
- func (*ConfiguredTestAttributes) ProtoMessage()
- func (x *ConfiguredTestAttributes) ProtoReflect() protoreflect.Message
- func (x *ConfiguredTestAttributes) Reset()
- func (x *ConfiguredTestAttributes) String() string
- type CreateActionRequest
- func (*CreateActionRequest) Descriptor() ([]byte, []int)
- func (x *CreateActionRequest) GetAction() *Action
- func (x *CreateActionRequest) GetActionId() string
- func (x *CreateActionRequest) GetAuthorizationToken() string
- func (x *CreateActionRequest) GetParent() string
- func (x *CreateActionRequest) GetRequestId() string
- func (*CreateActionRequest) ProtoMessage()
- func (x *CreateActionRequest) ProtoReflect() protoreflect.Message
- func (x *CreateActionRequest) Reset()
- func (x *CreateActionRequest) String() string
- type CreateConfigurationRequest
- func (*CreateConfigurationRequest) Descriptor() ([]byte, []int)
- func (x *CreateConfigurationRequest) GetAuthorizationToken() string
- func (x *CreateConfigurationRequest) GetConfigId() string
- func (x *CreateConfigurationRequest) GetConfiguration() *Configuration
- func (x *CreateConfigurationRequest) GetParent() string
- func (x *CreateConfigurationRequest) GetRequestId() string
- func (*CreateConfigurationRequest) ProtoMessage()
- func (x *CreateConfigurationRequest) ProtoReflect() protoreflect.Message
- func (x *CreateConfigurationRequest) Reset()
- func (x *CreateConfigurationRequest) String() string
- type CreateConfiguredTargetRequest
- func (*CreateConfiguredTargetRequest) Descriptor() ([]byte, []int)
- func (x *CreateConfiguredTargetRequest) GetAuthorizationToken() string
- func (x *CreateConfiguredTargetRequest) GetConfigId() string
- func (x *CreateConfiguredTargetRequest) GetConfiguredTarget() *ConfiguredTarget
- func (x *CreateConfiguredTargetRequest) GetParent() string
- func (x *CreateConfiguredTargetRequest) GetRequestId() string
- func (*CreateConfiguredTargetRequest) ProtoMessage()
- func (x *CreateConfiguredTargetRequest) ProtoReflect() protoreflect.Message
- func (x *CreateConfiguredTargetRequest) Reset()
- func (x *CreateConfiguredTargetRequest) String() string
- type CreateFileSetRequest
- func (*CreateFileSetRequest) Descriptor() ([]byte, []int)
- func (x *CreateFileSetRequest) GetAuthorizationToken() string
- func (x *CreateFileSetRequest) GetFileSet() *FileSet
- func (x *CreateFileSetRequest) GetFileSetId() string
- func (x *CreateFileSetRequest) GetParent() string
- func (x *CreateFileSetRequest) GetRequestId() string
- func (*CreateFileSetRequest) ProtoMessage()
- func (x *CreateFileSetRequest) ProtoReflect() protoreflect.Message
- func (x *CreateFileSetRequest) Reset()
- func (x *CreateFileSetRequest) String() string
- type CreateInvocationRequest
- func (*CreateInvocationRequest) Descriptor() ([]byte, []int)
- func (x *CreateInvocationRequest) GetAuthorizationToken() string
- func (x *CreateInvocationRequest) GetAutoFinalizeTime() *timestamppb.Timestamp
- func (x *CreateInvocationRequest) GetInitialResumeToken() string
- func (x *CreateInvocationRequest) GetInvocation() *Invocation
- func (x *CreateInvocationRequest) GetInvocationId() string
- func (x *CreateInvocationRequest) GetRequestId() string
- func (x *CreateInvocationRequest) GetUploaderState() []byte
- func (*CreateInvocationRequest) ProtoMessage()
- func (x *CreateInvocationRequest) ProtoReflect() protoreflect.Message
- func (x *CreateInvocationRequest) Reset()
- func (x *CreateInvocationRequest) String() string
- type CreateTargetRequest
- func (*CreateTargetRequest) Descriptor() ([]byte, []int)
- func (x *CreateTargetRequest) GetAuthorizationToken() string
- func (x *CreateTargetRequest) GetParent() string
- func (x *CreateTargetRequest) GetRequestId() string
- func (x *CreateTargetRequest) GetTarget() *Target
- func (x *CreateTargetRequest) GetTargetId() string
- func (*CreateTargetRequest) ProtoMessage()
- func (x *CreateTargetRequest) ProtoReflect() protoreflect.Message
- func (x *CreateTargetRequest) Reset()
- func (x *CreateTargetRequest) String() string
- type DeleteInvocationRequest
- func (*DeleteInvocationRequest) Descriptor() ([]byte, []int)
- func (x *DeleteInvocationRequest) GetName() string
- func (*DeleteInvocationRequest) ProtoMessage()
- func (x *DeleteInvocationRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteInvocationRequest) Reset()
- func (x *DeleteInvocationRequest) String() string
- type Dependency
- func (*Dependency) Descriptor() ([]byte, []int)
- func (x *Dependency) GetAction() string
- func (x *Dependency) GetConfiguredTarget() string
- func (x *Dependency) GetLabel() string
- func (m *Dependency) GetResource() isDependency_Resource
- func (x *Dependency) GetTarget() string
- func (*Dependency) ProtoMessage()
- func (x *Dependency) ProtoReflect() protoreflect.Message
- func (x *Dependency) Reset()
- func (x *Dependency) String() string
- type Dependency_Action
- type Dependency_ConfiguredTarget
- type Dependency_Target
- type DownloadMetadata
- func (*DownloadMetadata) Descriptor() ([]byte, []int)
- func (x *DownloadMetadata) GetName() string
- func (x *DownloadMetadata) GetUploadStatus() UploadStatus
- func (*DownloadMetadata) ProtoMessage()
- func (x *DownloadMetadata) ProtoReflect() protoreflect.Message
- func (x *DownloadMetadata) Reset()
- func (x *DownloadMetadata) String() string
- type ExecutionStrategy
- func (ExecutionStrategy) Descriptor() protoreflect.EnumDescriptor
- func (x ExecutionStrategy) Enum() *ExecutionStrategy
- func (ExecutionStrategy) EnumDescriptor() ([]byte, []int)
- func (x ExecutionStrategy) Number() protoreflect.EnumNumber
- func (x ExecutionStrategy) String() string
- func (ExecutionStrategy) Type() protoreflect.EnumType
- type File
- func (*File) Descriptor() ([]byte, []int)
- func (x *File) GetArchiveEntry() *ArchiveEntry
- func (x *File) GetContentType() string
- func (x *File) GetContentViewer() string
- func (x *File) GetDescription() string
- func (x *File) GetDigest() string
- func (x *File) GetHashType() File_HashType
- func (x *File) GetHidden() bool
- func (x *File) GetLength() *wrapperspb.Int64Value
- func (x *File) GetUid() string
- func (x *File) GetUri() string
- func (*File) ProtoMessage()
- func (x *File) ProtoReflect() protoreflect.Message
- func (x *File) Reset()
- func (x *File) String() string
- type FileCoverage
- func (*FileCoverage) Descriptor() ([]byte, []int)
- func (x *FileCoverage) GetBranchCoverage() *BranchCoverage
- func (x *FileCoverage) GetLineCoverage() *LineCoverage
- func (x *FileCoverage) GetPath() string
- func (*FileCoverage) ProtoMessage()
- func (x *FileCoverage) ProtoReflect() protoreflect.Message
- func (x *FileCoverage) Reset()
- func (x *FileCoverage) String() string
- type FileProcessingError
- func (*FileProcessingError) Descriptor() ([]byte, []int)
- func (x *FileProcessingError) GetMessage() string
- func (x *FileProcessingError) GetType() FileProcessingErrorType
- func (*FileProcessingError) ProtoMessage()
- func (x *FileProcessingError) ProtoReflect() protoreflect.Message
- func (x *FileProcessingError) Reset()
- func (x *FileProcessingError) String() string
- type FileProcessingErrorType
- func (FileProcessingErrorType) Descriptor() protoreflect.EnumDescriptor
- func (x FileProcessingErrorType) Enum() *FileProcessingErrorType
- func (FileProcessingErrorType) EnumDescriptor() ([]byte, []int)
- func (x FileProcessingErrorType) Number() protoreflect.EnumNumber
- func (x FileProcessingErrorType) String() string
- func (FileProcessingErrorType) Type() protoreflect.EnumType
- type FileProcessingErrors
- func (*FileProcessingErrors) Descriptor() ([]byte, []int)
- func (x *FileProcessingErrors) GetFileProcessingErrors() []*FileProcessingError
- func (x *FileProcessingErrors) GetFileUid() string
- func (*FileProcessingErrors) ProtoMessage()
- func (x *FileProcessingErrors) ProtoReflect() protoreflect.Message
- func (x *FileProcessingErrors) Reset()
- func (x *FileProcessingErrors) String() string
- type FileSet
- func (*FileSet) Descriptor() ([]byte, []int)
- func (x *FileSet) GetFileSets() []string
- func (x *FileSet) GetFiles() []*File
- func (x *FileSet) GetId() *FileSet_Id
- func (x *FileSet) GetName() string
- func (*FileSet) ProtoMessage()
- func (x *FileSet) ProtoReflect() protoreflect.Message
- func (x *FileSet) Reset()
- func (x *FileSet) String() string
- type FileSet_Id
- type File_HashType
- func (File_HashType) Descriptor() protoreflect.EnumDescriptor
- func (x File_HashType) Enum() *File_HashType
- func (File_HashType) EnumDescriptor() ([]byte, []int)
- func (x File_HashType) Number() protoreflect.EnumNumber
- func (x File_HashType) String() string
- func (File_HashType) Type() protoreflect.EnumType
- type FinalizeConfiguredTargetRequest
- func (*FinalizeConfiguredTargetRequest) Descriptor() ([]byte, []int)
- func (x *FinalizeConfiguredTargetRequest) GetAuthorizationToken() string
- func (x *FinalizeConfiguredTargetRequest) GetName() string
- func (*FinalizeConfiguredTargetRequest) ProtoMessage()
- func (x *FinalizeConfiguredTargetRequest) ProtoReflect() protoreflect.Message
- func (x *FinalizeConfiguredTargetRequest) Reset()
- func (x *FinalizeConfiguredTargetRequest) String() string
- type FinalizeConfiguredTargetResponse
- func (*FinalizeConfiguredTargetResponse) Descriptor() ([]byte, []int)
- func (x *FinalizeConfiguredTargetResponse) GetId() *ConfiguredTarget_Id
- func (x *FinalizeConfiguredTargetResponse) GetName() string
- func (*FinalizeConfiguredTargetResponse) ProtoMessage()
- func (x *FinalizeConfiguredTargetResponse) ProtoReflect() protoreflect.Message
- func (x *FinalizeConfiguredTargetResponse) Reset()
- func (x *FinalizeConfiguredTargetResponse) String() string
- type FinalizeInvocationRequest
- func (*FinalizeInvocationRequest) Descriptor() ([]byte, []int)
- func (x *FinalizeInvocationRequest) GetAuthorizationToken() string
- func (x *FinalizeInvocationRequest) GetName() string
- func (*FinalizeInvocationRequest) ProtoMessage()
- func (x *FinalizeInvocationRequest) ProtoReflect() protoreflect.Message
- func (x *FinalizeInvocationRequest) Reset()
- func (x *FinalizeInvocationRequest) String() string
- type FinalizeInvocationResponse
- func (*FinalizeInvocationResponse) Descriptor() ([]byte, []int)
- func (x *FinalizeInvocationResponse) GetId() *Invocation_Id
- func (x *FinalizeInvocationResponse) GetName() string
- func (*FinalizeInvocationResponse) ProtoMessage()
- func (x *FinalizeInvocationResponse) ProtoReflect() protoreflect.Message
- func (x *FinalizeInvocationResponse) Reset()
- func (x *FinalizeInvocationResponse) String() string
- type FinalizeTargetRequest
- func (*FinalizeTargetRequest) Descriptor() ([]byte, []int)
- func (x *FinalizeTargetRequest) GetAuthorizationToken() string
- func (x *FinalizeTargetRequest) GetName() string
- func (*FinalizeTargetRequest) ProtoMessage()
- func (x *FinalizeTargetRequest) ProtoReflect() protoreflect.Message
- func (x *FinalizeTargetRequest) Reset()
- func (x *FinalizeTargetRequest) String() string
- type FinalizeTargetResponse
- func (*FinalizeTargetResponse) Descriptor() ([]byte, []int)
- func (x *FinalizeTargetResponse) GetId() *Target_Id
- func (x *FinalizeTargetResponse) GetName() string
- func (*FinalizeTargetResponse) ProtoMessage()
- func (x *FinalizeTargetResponse) ProtoReflect() protoreflect.Message
- func (x *FinalizeTargetResponse) Reset()
- func (x *FinalizeTargetResponse) String() string
- type GetActionRequest
- type GetConfigurationRequest
- func (*GetConfigurationRequest) Descriptor() ([]byte, []int)
- func (x *GetConfigurationRequest) GetName() string
- func (*GetConfigurationRequest) ProtoMessage()
- func (x *GetConfigurationRequest) ProtoReflect() protoreflect.Message
- func (x *GetConfigurationRequest) Reset()
- func (x *GetConfigurationRequest) String() string
- type GetConfiguredTargetRequest
- func (*GetConfiguredTargetRequest) Descriptor() ([]byte, []int)
- func (x *GetConfiguredTargetRequest) GetName() string
- func (*GetConfiguredTargetRequest) ProtoMessage()
- func (x *GetConfiguredTargetRequest) ProtoReflect() protoreflect.Message
- func (x *GetConfiguredTargetRequest) Reset()
- func (x *GetConfiguredTargetRequest) String() string
- type GetFileRequest
- func (*GetFileRequest) Descriptor() ([]byte, []int)
- func (x *GetFileRequest) GetArchiveEntry() string
- func (x *GetFileRequest) GetReadLimit() int64
- func (x *GetFileRequest) GetReadOffset() int64
- func (x *GetFileRequest) GetUri() string
- func (*GetFileRequest) ProtoMessage()
- func (x *GetFileRequest) ProtoReflect() protoreflect.Message
- func (x *GetFileRequest) Reset()
- func (x *GetFileRequest) String() string
- type GetFileResponse
- type GetFileSetRequest
- type GetFileTailRequest
- func (*GetFileTailRequest) Descriptor() ([]byte, []int)
- func (x *GetFileTailRequest) GetArchiveEntry() string
- func (x *GetFileTailRequest) GetReadLimit() int64
- func (x *GetFileTailRequest) GetReadOffset() int64
- func (x *GetFileTailRequest) GetUri() string
- func (*GetFileTailRequest) ProtoMessage()
- func (x *GetFileTailRequest) ProtoReflect() protoreflect.Message
- func (x *GetFileTailRequest) Reset()
- func (x *GetFileTailRequest) String() string
- type GetFileTailResponse
- type GetInvocationDownloadMetadataRequest
- func (*GetInvocationDownloadMetadataRequest) Descriptor() ([]byte, []int)
- func (x *GetInvocationDownloadMetadataRequest) GetName() string
- func (*GetInvocationDownloadMetadataRequest) ProtoMessage()
- func (x *GetInvocationDownloadMetadataRequest) ProtoReflect() protoreflect.Message
- func (x *GetInvocationDownloadMetadataRequest) Reset()
- func (x *GetInvocationDownloadMetadataRequest) String() string
- type GetInvocationRequest
- func (*GetInvocationRequest) Descriptor() ([]byte, []int)
- func (x *GetInvocationRequest) GetName() string
- func (*GetInvocationRequest) ProtoMessage()
- func (x *GetInvocationRequest) ProtoReflect() protoreflect.Message
- func (x *GetInvocationRequest) Reset()
- func (x *GetInvocationRequest) String() string
- type GetInvocationUploadMetadataRequest
- func (*GetInvocationUploadMetadataRequest) Descriptor() ([]byte, []int)
- func (x *GetInvocationUploadMetadataRequest) GetAuthorizationToken() string
- func (x *GetInvocationUploadMetadataRequest) GetName() string
- func (*GetInvocationUploadMetadataRequest) ProtoMessage()
- func (x *GetInvocationUploadMetadataRequest) ProtoReflect() protoreflect.Message
- func (x *GetInvocationUploadMetadataRequest) Reset()
- func (x *GetInvocationUploadMetadataRequest) String() string
- type GetTargetRequest
- type InputFileInfo
- func (*InputFileInfo) Descriptor() ([]byte, []int)
- func (x *InputFileInfo) GetCount() int64
- func (x *InputFileInfo) GetCountLimit() int64
- func (x *InputFileInfo) GetDistinctByteLimit() int64
- func (x *InputFileInfo) GetDistinctBytes() int64
- func (x *InputFileInfo) GetDistinctCount() int64
- func (*InputFileInfo) ProtoMessage()
- func (x *InputFileInfo) ProtoReflect() protoreflect.Message
- func (x *InputFileInfo) Reset()
- func (x *InputFileInfo) String() string
- type Invocation
- func (*Invocation) Descriptor() ([]byte, []int)
- func (x *Invocation) GetAggregateCoverage() *AggregateCoverage
- func (x *Invocation) GetCoverageSummaries() []*LanguageCoverageSummary
- func (x *Invocation) GetFileProcessingErrors() []*FileProcessingErrors
- func (x *Invocation) GetFiles() []*File
- func (x *Invocation) GetId() *Invocation_Id
- func (x *Invocation) GetInvocationAttributes() *InvocationAttributes
- func (x *Invocation) GetName() string
- func (x *Invocation) GetProperties() []*Property
- func (x *Invocation) GetStatusAttributes() *StatusAttributes
- func (x *Invocation) GetTiming() *Timing
- func (x *Invocation) GetWorkspaceInfo() *WorkspaceInfo
- func (*Invocation) ProtoMessage()
- func (x *Invocation) ProtoReflect() protoreflect.Message
- func (x *Invocation) Reset()
- func (x *Invocation) String() string
- type InvocationAttributes
- func (*InvocationAttributes) Descriptor() ([]byte, []int)
- func (x *InvocationAttributes) GetDescription() string
- func (x *InvocationAttributes) GetInvocationContexts() []*InvocationContext
- func (x *InvocationAttributes) GetLabels() []string
- func (x *InvocationAttributes) GetProjectId() string
- func (x *InvocationAttributes) GetUsers() []string
- func (*InvocationAttributes) ProtoMessage()
- func (x *InvocationAttributes) ProtoReflect() protoreflect.Message
- func (x *InvocationAttributes) Reset()
- func (x *InvocationAttributes) String() string
- type InvocationContext
- func (*InvocationContext) Descriptor() ([]byte, []int)
- func (x *InvocationContext) GetDisplayName() string
- func (x *InvocationContext) GetUrl() string
- func (*InvocationContext) ProtoMessage()
- func (x *InvocationContext) ProtoReflect() protoreflect.Message
- func (x *InvocationContext) Reset()
- func (x *InvocationContext) String() string
- type Invocation_Id
- type Language
- type LanguageCoverageSummary
- func (*LanguageCoverageSummary) Descriptor() ([]byte, []int)
- func (x *LanguageCoverageSummary) GetBranchSummary() *BranchCoverageSummary
- func (x *LanguageCoverageSummary) GetLanguage() Language
- func (x *LanguageCoverageSummary) GetLineSummary() *LineCoverageSummary
- func (*LanguageCoverageSummary) ProtoMessage()
- func (x *LanguageCoverageSummary) ProtoReflect() protoreflect.Message
- func (x *LanguageCoverageSummary) Reset()
- func (x *LanguageCoverageSummary) String() string
- type LineCoverage
- func (*LineCoverage) Descriptor() ([]byte, []int)
- func (x *LineCoverage) GetExecutedLines() []byte
- func (x *LineCoverage) GetInstrumentedLines() []byte
- func (*LineCoverage) ProtoMessage()
- func (x *LineCoverage) ProtoReflect() protoreflect.Message
- func (x *LineCoverage) Reset()
- func (x *LineCoverage) String() string
- type LineCoverageSummary
- func (*LineCoverageSummary) Descriptor() ([]byte, []int)
- func (x *LineCoverageSummary) GetExecutedLineCount() int32
- func (x *LineCoverageSummary) GetInstrumentedLineCount() int32
- func (*LineCoverageSummary) ProtoMessage()
- func (x *LineCoverageSummary) ProtoReflect() protoreflect.Message
- func (x *LineCoverageSummary) Reset()
- func (x *LineCoverageSummary) String() string
- type ListActionsRequest
- func (*ListActionsRequest) Descriptor() ([]byte, []int)
- func (x *ListActionsRequest) GetFilter() string
- func (x *ListActionsRequest) GetOffset() int64
- func (x *ListActionsRequest) GetPageSize() int32
- func (m *ListActionsRequest) GetPageStart() isListActionsRequest_PageStart
- func (x *ListActionsRequest) GetPageToken() string
- func (x *ListActionsRequest) GetParent() string
- func (*ListActionsRequest) ProtoMessage()
- func (x *ListActionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListActionsRequest) Reset()
- func (x *ListActionsRequest) String() string
- type ListActionsRequest_Offset
- type ListActionsRequest_PageToken
- type ListActionsResponse
- func (*ListActionsResponse) Descriptor() ([]byte, []int)
- func (x *ListActionsResponse) GetActions() []*Action
- func (x *ListActionsResponse) GetNextPageToken() string
- func (*ListActionsResponse) ProtoMessage()
- func (x *ListActionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListActionsResponse) Reset()
- func (x *ListActionsResponse) String() string
- type ListConfigurationsRequest
- func (*ListConfigurationsRequest) Descriptor() ([]byte, []int)
- func (x *ListConfigurationsRequest) GetFilter() string
- func (x *ListConfigurationsRequest) GetOffset() int64
- func (x *ListConfigurationsRequest) GetPageSize() int32
- func (m *ListConfigurationsRequest) GetPageStart() isListConfigurationsRequest_PageStart
- func (x *ListConfigurationsRequest) GetPageToken() string
- func (x *ListConfigurationsRequest) GetParent() string
- func (*ListConfigurationsRequest) ProtoMessage()
- func (x *ListConfigurationsRequest) ProtoReflect() protoreflect.Message
- func (x *ListConfigurationsRequest) Reset()
- func (x *ListConfigurationsRequest) String() string
- type ListConfigurationsRequest_Offset
- type ListConfigurationsRequest_PageToken
- type ListConfigurationsResponse
- func (*ListConfigurationsResponse) Descriptor() ([]byte, []int)
- func (x *ListConfigurationsResponse) GetConfigurations() []*Configuration
- func (x *ListConfigurationsResponse) GetNextPageToken() string
- func (*ListConfigurationsResponse) ProtoMessage()
- func (x *ListConfigurationsResponse) ProtoReflect() protoreflect.Message
- func (x *ListConfigurationsResponse) Reset()
- func (x *ListConfigurationsResponse) String() string
- type ListConfiguredTargetsRequest
- func (*ListConfiguredTargetsRequest) Descriptor() ([]byte, []int)
- func (x *ListConfiguredTargetsRequest) GetFilter() string
- func (x *ListConfiguredTargetsRequest) GetOffset() int64
- func (x *ListConfiguredTargetsRequest) GetPageSize() int32
- func (m *ListConfiguredTargetsRequest) GetPageStart() isListConfiguredTargetsRequest_PageStart
- func (x *ListConfiguredTargetsRequest) GetPageToken() string
- func (x *ListConfiguredTargetsRequest) GetParent() string
- func (*ListConfiguredTargetsRequest) ProtoMessage()
- func (x *ListConfiguredTargetsRequest) ProtoReflect() protoreflect.Message
- func (x *ListConfiguredTargetsRequest) Reset()
- func (x *ListConfiguredTargetsRequest) String() string
- type ListConfiguredTargetsRequest_Offset
- type ListConfiguredTargetsRequest_PageToken
- type ListConfiguredTargetsResponse
- func (*ListConfiguredTargetsResponse) Descriptor() ([]byte, []int)
- func (x *ListConfiguredTargetsResponse) GetConfiguredTargets() []*ConfiguredTarget
- func (x *ListConfiguredTargetsResponse) GetNextPageToken() string
- func (*ListConfiguredTargetsResponse) ProtoMessage()
- func (x *ListConfiguredTargetsResponse) ProtoReflect() protoreflect.Message
- func (x *ListConfiguredTargetsResponse) Reset()
- func (x *ListConfiguredTargetsResponse) String() string
- type ListFileSetsRequest
- func (*ListFileSetsRequest) Descriptor() ([]byte, []int)
- func (x *ListFileSetsRequest) GetFilter() string
- func (x *ListFileSetsRequest) GetOffset() int64
- func (x *ListFileSetsRequest) GetPageSize() int32
- func (m *ListFileSetsRequest) GetPageStart() isListFileSetsRequest_PageStart
- func (x *ListFileSetsRequest) GetPageToken() string
- func (x *ListFileSetsRequest) GetParent() string
- func (*ListFileSetsRequest) ProtoMessage()
- func (x *ListFileSetsRequest) ProtoReflect() protoreflect.Message
- func (x *ListFileSetsRequest) Reset()
- func (x *ListFileSetsRequest) String() string
- type ListFileSetsRequest_Offset
- type ListFileSetsRequest_PageToken
- type ListFileSetsResponse
- func (*ListFileSetsResponse) Descriptor() ([]byte, []int)
- func (x *ListFileSetsResponse) GetFileSets() []*FileSet
- func (x *ListFileSetsResponse) GetNextPageToken() string
- func (*ListFileSetsResponse) ProtoMessage()
- func (x *ListFileSetsResponse) ProtoReflect() protoreflect.Message
- func (x *ListFileSetsResponse) Reset()
- func (x *ListFileSetsResponse) String() string
- type ListTargetsRequest
- func (*ListTargetsRequest) Descriptor() ([]byte, []int)
- func (x *ListTargetsRequest) GetFilter() string
- func (x *ListTargetsRequest) GetOffset() int64
- func (x *ListTargetsRequest) GetPageSize() int32
- func (m *ListTargetsRequest) GetPageStart() isListTargetsRequest_PageStart
- func (x *ListTargetsRequest) GetPageToken() string
- func (x *ListTargetsRequest) GetParent() string
- func (*ListTargetsRequest) ProtoMessage()
- func (x *ListTargetsRequest) ProtoReflect() protoreflect.Message
- func (x *ListTargetsRequest) Reset()
- func (x *ListTargetsRequest) String() string
- type ListTargetsRequest_Offset
- type ListTargetsRequest_PageToken
- type ListTargetsResponse
- func (*ListTargetsResponse) Descriptor() ([]byte, []int)
- func (x *ListTargetsResponse) GetNextPageToken() string
- func (x *ListTargetsResponse) GetTargets() []*Target
- func (*ListTargetsResponse) ProtoMessage()
- func (x *ListTargetsResponse) ProtoReflect() protoreflect.Message
- func (x *ListTargetsResponse) Reset()
- func (x *ListTargetsResponse) String() string
- type LocalTestTiming
- func (*LocalTestTiming) Descriptor() ([]byte, []int)
- func (x *LocalTestTiming) GetTestProcessDuration() *durationpb.Duration
- func (*LocalTestTiming) ProtoMessage()
- func (x *LocalTestTiming) ProtoReflect() protoreflect.Message
- func (x *LocalTestTiming) Reset()
- func (x *LocalTestTiming) String() string
- type MergeActionRequest
- func (*MergeActionRequest) Descriptor() ([]byte, []int)
- func (x *MergeActionRequest) GetAction() *Action
- func (x *MergeActionRequest) GetAuthorizationToken() string
- func (x *MergeActionRequest) GetCreateIfNotFound() bool
- func (x *MergeActionRequest) GetRequestId() string
- func (x *MergeActionRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*MergeActionRequest) ProtoMessage()
- func (x *MergeActionRequest) ProtoReflect() protoreflect.Message
- func (x *MergeActionRequest) Reset()
- func (x *MergeActionRequest) String() string
- type MergeConfiguredTargetRequest
- func (*MergeConfiguredTargetRequest) Descriptor() ([]byte, []int)
- func (x *MergeConfiguredTargetRequest) GetAuthorizationToken() string
- func (x *MergeConfiguredTargetRequest) GetConfiguredTarget() *ConfiguredTarget
- func (x *MergeConfiguredTargetRequest) GetCreateIfNotFound() bool
- func (x *MergeConfiguredTargetRequest) GetRequestId() string
- func (x *MergeConfiguredTargetRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*MergeConfiguredTargetRequest) ProtoMessage()
- func (x *MergeConfiguredTargetRequest) ProtoReflect() protoreflect.Message
- func (x *MergeConfiguredTargetRequest) Reset()
- func (x *MergeConfiguredTargetRequest) String() string
- type MergeFileSetRequest
- func (*MergeFileSetRequest) Descriptor() ([]byte, []int)
- func (x *MergeFileSetRequest) GetAuthorizationToken() string
- func (x *MergeFileSetRequest) GetCreateIfNotFound() bool
- func (x *MergeFileSetRequest) GetFileSet() *FileSet
- func (x *MergeFileSetRequest) GetRequestId() string
- func (x *MergeFileSetRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*MergeFileSetRequest) ProtoMessage()
- func (x *MergeFileSetRequest) ProtoReflect() protoreflect.Message
- func (x *MergeFileSetRequest) Reset()
- func (x *MergeFileSetRequest) String() string
- type MergeInvocationRequest
- func (*MergeInvocationRequest) Descriptor() ([]byte, []int)
- func (x *MergeInvocationRequest) GetAuthorizationToken() string
- func (x *MergeInvocationRequest) GetInvocation() *Invocation
- func (x *MergeInvocationRequest) GetRequestId() string
- func (x *MergeInvocationRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*MergeInvocationRequest) ProtoMessage()
- func (x *MergeInvocationRequest) ProtoReflect() protoreflect.Message
- func (x *MergeInvocationRequest) Reset()
- func (x *MergeInvocationRequest) String() string
- type MergeTargetRequest
- func (*MergeTargetRequest) Descriptor() ([]byte, []int)
- func (x *MergeTargetRequest) GetAuthorizationToken() string
- func (x *MergeTargetRequest) GetCreateIfNotFound() bool
- func (x *MergeTargetRequest) GetRequestId() string
- func (x *MergeTargetRequest) GetTarget() *Target
- func (x *MergeTargetRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*MergeTargetRequest) ProtoMessage()
- func (x *MergeTargetRequest) ProtoReflect() protoreflect.Message
- func (x *MergeTargetRequest) Reset()
- func (x *MergeTargetRequest) String() string
- type Property
- type RemoteTestAttemptTiming
- func (*RemoteTestAttemptTiming) Descriptor() ([]byte, []int)
- func (x *RemoteTestAttemptTiming) GetDownloadDuration() *durationpb.Duration
- func (x *RemoteTestAttemptTiming) GetMachineSetupDuration() *durationpb.Duration
- func (x *RemoteTestAttemptTiming) GetQueueDuration() *durationpb.Duration
- func (x *RemoteTestAttemptTiming) GetTestProcessDuration() *durationpb.Duration
- func (x *RemoteTestAttemptTiming) GetUploadDuration() *durationpb.Duration
- func (*RemoteTestAttemptTiming) ProtoMessage()
- func (x *RemoteTestAttemptTiming) ProtoReflect() protoreflect.Message
- func (x *RemoteTestAttemptTiming) Reset()
- func (x *RemoteTestAttemptTiming) String() string
- type RemoteTestTiming
- func (*RemoteTestTiming) Descriptor() ([]byte, []int)
- func (x *RemoteTestTiming) GetAttempts() []*RemoteTestAttemptTiming
- func (x *RemoteTestTiming) GetLocalAnalysisDuration() *durationpb.Duration
- func (*RemoteTestTiming) ProtoMessage()
- func (x *RemoteTestTiming) ProtoReflect() protoreflect.Message
- func (x *RemoteTestTiming) Reset()
- func (x *RemoteTestTiming) String() string
- type ResultStoreDownloadClient
- type ResultStoreDownloadServer
- type ResultStoreFileDownloadClient
- type ResultStoreFileDownloadServer
- type ResultStoreFileDownload_GetFileClient
- type ResultStoreFileDownload_GetFileServer
- type ResultStoreUploadClient
- type ResultStoreUploadServer
- type SearchInvocationsRequest
- func (*SearchInvocationsRequest) Descriptor() ([]byte, []int)
- func (x *SearchInvocationsRequest) GetExactMatch() bool
- func (x *SearchInvocationsRequest) GetOffset() int64
- func (x *SearchInvocationsRequest) GetPageSize() int32
- func (m *SearchInvocationsRequest) GetPageStart() isSearchInvocationsRequest_PageStart
- func (x *SearchInvocationsRequest) GetPageToken() string
- func (x *SearchInvocationsRequest) GetProjectId() string
- func (x *SearchInvocationsRequest) GetQuery() string
- func (*SearchInvocationsRequest) ProtoMessage()
- func (x *SearchInvocationsRequest) ProtoReflect() protoreflect.Message
- func (x *SearchInvocationsRequest) Reset()
- func (x *SearchInvocationsRequest) String() string
- type SearchInvocationsRequest_Offset
- type SearchInvocationsRequest_PageToken
- type SearchInvocationsResponse
- func (*SearchInvocationsResponse) Descriptor() ([]byte, []int)
- func (x *SearchInvocationsResponse) GetInvocations() []*Invocation
- func (x *SearchInvocationsResponse) GetNextPageToken() string
- func (*SearchInvocationsResponse) ProtoMessage()
- func (x *SearchInvocationsResponse) ProtoReflect() protoreflect.Message
- func (x *SearchInvocationsResponse) Reset()
- func (x *SearchInvocationsResponse) String() string
- type Status
- type StatusAttributes
- func (*StatusAttributes) Descriptor() ([]byte, []int)
- func (x *StatusAttributes) GetDescription() string
- func (x *StatusAttributes) GetStatus() Status
- func (*StatusAttributes) ProtoMessage()
- func (x *StatusAttributes) ProtoReflect() protoreflect.Message
- func (x *StatusAttributes) Reset()
- func (x *StatusAttributes) String() string
- type Target
- func (*Target) Descriptor() ([]byte, []int)
- func (x *Target) GetFiles() []*File
- func (x *Target) GetId() *Target_Id
- func (x *Target) GetName() string
- func (x *Target) GetProperties() []*Property
- func (x *Target) GetStatusAttributes() *StatusAttributes
- func (x *Target) GetTargetAttributes() *TargetAttributes
- func (x *Target) GetTestAttributes() *TestAttributes
- func (x *Target) GetTiming() *Timing
- func (x *Target) GetVisible() bool
- func (*Target) ProtoMessage()
- func (x *Target) ProtoReflect() protoreflect.Message
- func (x *Target) Reset()
- func (x *Target) String() string
- type TargetAttributes
- func (*TargetAttributes) Descriptor() ([]byte, []int)
- func (x *TargetAttributes) GetLanguage() Language
- func (x *TargetAttributes) GetTags() []string
- func (x *TargetAttributes) GetType() TargetType
- func (*TargetAttributes) ProtoMessage()
- func (x *TargetAttributes) ProtoReflect() protoreflect.Message
- func (x *TargetAttributes) Reset()
- func (x *TargetAttributes) String() string
- type TargetType
- type Target_Id
- type Test
- type TestAction
- func (*TestAction) Descriptor() ([]byte, []int)
- func (x *TestAction) GetAttemptNumber() int32
- func (x *TestAction) GetEstimatedMemoryBytes() int64
- func (x *TestAction) GetRunNumber() int32
- func (x *TestAction) GetShardNumber() int32
- func (x *TestAction) GetTestSuite() *TestSuite
- func (x *TestAction) GetTestTiming() *TestTiming
- func (x *TestAction) GetWarnings() []*TestWarning
- func (*TestAction) ProtoMessage()
- func (x *TestAction) ProtoReflect() protoreflect.Message
- func (x *TestAction) Reset()
- func (x *TestAction) String() string
- type TestAttributes
- type TestCaching
- type TestCase
- func (*TestCase) Descriptor() ([]byte, []int)
- func (x *TestCase) GetCaseName() string
- func (x *TestCase) GetClassName() string
- func (x *TestCase) GetErrors() []*TestError
- func (x *TestCase) GetFailures() []*TestFailure
- func (x *TestCase) GetFiles() []*File
- func (x *TestCase) GetProperties() []*Property
- func (x *TestCase) GetResult() TestCase_Result
- func (x *TestCase) GetTiming() *Timing
- func (*TestCase) ProtoMessage()
- func (x *TestCase) ProtoReflect() protoreflect.Message
- func (x *TestCase) Reset()
- func (x *TestCase) String() string
- type TestCase_Result
- func (TestCase_Result) Descriptor() protoreflect.EnumDescriptor
- func (x TestCase_Result) Enum() *TestCase_Result
- func (TestCase_Result) EnumDescriptor() ([]byte, []int)
- func (x TestCase_Result) Number() protoreflect.EnumNumber
- func (x TestCase_Result) String() string
- func (TestCase_Result) Type() protoreflect.EnumType
- type TestError
- func (*TestError) Descriptor() ([]byte, []int)
- func (x *TestError) GetErrorMessage() string
- func (x *TestError) GetExceptionType() string
- func (x *TestError) GetStackTrace() string
- func (*TestError) ProtoMessage()
- func (x *TestError) ProtoReflect() protoreflect.Message
- func (x *TestError) Reset()
- func (x *TestError) String() string
- type TestFailure
- func (*TestFailure) Descriptor() ([]byte, []int)
- func (x *TestFailure) GetActual() []string
- func (x *TestFailure) GetExceptionType() string
- func (x *TestFailure) GetExpected() []string
- func (x *TestFailure) GetFailureMessage() string
- func (x *TestFailure) GetStackTrace() string
- func (*TestFailure) ProtoMessage()
- func (x *TestFailure) ProtoReflect() protoreflect.Message
- func (x *TestFailure) Reset()
- func (x *TestFailure) String() string
- type TestSize
- type TestSuite
- func (*TestSuite) Descriptor() ([]byte, []int)
- func (x *TestSuite) GetErrors() []*TestError
- func (x *TestSuite) GetFailures() []*TestFailure
- func (x *TestSuite) GetFiles() []*File
- func (x *TestSuite) GetProperties() []*Property
- func (x *TestSuite) GetSuiteName() string
- func (x *TestSuite) GetTests() []*Test
- func (x *TestSuite) GetTiming() *Timing
- func (*TestSuite) ProtoMessage()
- func (x *TestSuite) ProtoReflect() protoreflect.Message
- func (x *TestSuite) Reset()
- func (x *TestSuite) String() string
- type TestTiming
- func (*TestTiming) Descriptor() ([]byte, []int)
- func (x *TestTiming) GetLocal() *LocalTestTiming
- func (m *TestTiming) GetLocation() isTestTiming_Location
- func (x *TestTiming) GetRemote() *RemoteTestTiming
- func (x *TestTiming) GetSystemTimeDuration() *durationpb.Duration
- func (x *TestTiming) GetTestCaching() TestCaching
- func (x *TestTiming) GetUserTimeDuration() *durationpb.Duration
- func (*TestTiming) ProtoMessage()
- func (x *TestTiming) ProtoReflect() protoreflect.Message
- func (x *TestTiming) Reset()
- func (x *TestTiming) String() string
- type TestTiming_Local
- type TestTiming_Remote
- type TestWarning
- type Test_TestCase
- type Test_TestSuite
- type Timing
- type TouchInvocationRequest
- func (*TouchInvocationRequest) Descriptor() ([]byte, []int)
- func (x *TouchInvocationRequest) GetAuthorizationToken() string
- func (x *TouchInvocationRequest) GetName() string
- func (*TouchInvocationRequest) ProtoMessage()
- func (x *TouchInvocationRequest) ProtoReflect() protoreflect.Message
- func (x *TouchInvocationRequest) Reset()
- func (x *TouchInvocationRequest) String() string
- type TouchInvocationResponse
- func (*TouchInvocationResponse) Descriptor() ([]byte, []int)
- func (x *TouchInvocationResponse) GetId() *Invocation_Id
- func (x *TouchInvocationResponse) GetName() string
- func (*TouchInvocationResponse) ProtoMessage()
- func (x *TouchInvocationResponse) ProtoReflect() protoreflect.Message
- func (x *TouchInvocationResponse) Reset()
- func (x *TouchInvocationResponse) String() string
- type TraverseFileSetsRequest
- func (*TraverseFileSetsRequest) Descriptor() ([]byte, []int)
- func (x *TraverseFileSetsRequest) GetName() string
- func (x *TraverseFileSetsRequest) GetOffset() int64
- func (x *TraverseFileSetsRequest) GetPageSize() int32
- func (m *TraverseFileSetsRequest) GetPageStart() isTraverseFileSetsRequest_PageStart
- func (x *TraverseFileSetsRequest) GetPageToken() string
- func (*TraverseFileSetsRequest) ProtoMessage()
- func (x *TraverseFileSetsRequest) ProtoReflect() protoreflect.Message
- func (x *TraverseFileSetsRequest) Reset()
- func (x *TraverseFileSetsRequest) String() string
- type TraverseFileSetsRequest_Offset
- type TraverseFileSetsRequest_PageToken
- type TraverseFileSetsResponse
- func (*TraverseFileSetsResponse) Descriptor() ([]byte, []int)
- func (x *TraverseFileSetsResponse) GetFileSets() []*FileSet
- func (x *TraverseFileSetsResponse) GetNextPageToken() string
- func (*TraverseFileSetsResponse) ProtoMessage()
- func (x *TraverseFileSetsResponse) ProtoReflect() protoreflect.Message
- func (x *TraverseFileSetsResponse) Reset()
- func (x *TraverseFileSetsResponse) String() string
- type UnimplementedResultStoreDownloadServer
- func (*UnimplementedResultStoreDownloadServer) GetAction(context.Context, *GetActionRequest) (*Action, error)
- func (*UnimplementedResultStoreDownloadServer) GetConfiguration(context.Context, *GetConfigurationRequest) (*Configuration, error)
- func (*UnimplementedResultStoreDownloadServer) GetConfiguredTarget(context.Context, *GetConfiguredTargetRequest) (*ConfiguredTarget, error)
- func (*UnimplementedResultStoreDownloadServer) GetFileSet(context.Context, *GetFileSetRequest) (*FileSet, error)
- func (*UnimplementedResultStoreDownloadServer) GetInvocation(context.Context, *GetInvocationRequest) (*Invocation, error)
- func (*UnimplementedResultStoreDownloadServer) GetInvocationDownloadMetadata(context.Context, *GetInvocationDownloadMetadataRequest) (*DownloadMetadata, error)
- func (*UnimplementedResultStoreDownloadServer) GetTarget(context.Context, *GetTargetRequest) (*Target, error)
- func (*UnimplementedResultStoreDownloadServer) ListActions(context.Context, *ListActionsRequest) (*ListActionsResponse, error)
- func (*UnimplementedResultStoreDownloadServer) ListConfigurations(context.Context, *ListConfigurationsRequest) (*ListConfigurationsResponse, error)
- func (*UnimplementedResultStoreDownloadServer) ListConfiguredTargets(context.Context, *ListConfiguredTargetsRequest) (*ListConfiguredTargetsResponse, error)
- func (*UnimplementedResultStoreDownloadServer) ListFileSets(context.Context, *ListFileSetsRequest) (*ListFileSetsResponse, error)
- func (*UnimplementedResultStoreDownloadServer) ListTargets(context.Context, *ListTargetsRequest) (*ListTargetsResponse, error)
- func (*UnimplementedResultStoreDownloadServer) SearchInvocations(context.Context, *SearchInvocationsRequest) (*SearchInvocationsResponse, error)
- func (*UnimplementedResultStoreDownloadServer) TraverseFileSets(context.Context, *TraverseFileSetsRequest) (*TraverseFileSetsResponse, error)
- type UnimplementedResultStoreFileDownloadServer
- type UnimplementedResultStoreUploadServer
- func (*UnimplementedResultStoreUploadServer) CreateAction(context.Context, *CreateActionRequest) (*Action, error)
- func (*UnimplementedResultStoreUploadServer) CreateConfiguration(context.Context, *CreateConfigurationRequest) (*Configuration, error)
- func (*UnimplementedResultStoreUploadServer) CreateConfiguredTarget(context.Context, *CreateConfiguredTargetRequest) (*ConfiguredTarget, error)
- func (*UnimplementedResultStoreUploadServer) CreateFileSet(context.Context, *CreateFileSetRequest) (*FileSet, error)
- func (*UnimplementedResultStoreUploadServer) CreateInvocation(context.Context, *CreateInvocationRequest) (*Invocation, error)
- func (*UnimplementedResultStoreUploadServer) CreateTarget(context.Context, *CreateTargetRequest) (*Target, error)
- func (*UnimplementedResultStoreUploadServer) DeleteInvocation(context.Context, *DeleteInvocationRequest) (*emptypb.Empty, error)
- func (*UnimplementedResultStoreUploadServer) FinalizeConfiguredTarget(context.Context, *FinalizeConfiguredTargetRequest) (*FinalizeConfiguredTargetResponse, error)
- func (*UnimplementedResultStoreUploadServer) FinalizeInvocation(context.Context, *FinalizeInvocationRequest) (*FinalizeInvocationResponse, error)
- func (*UnimplementedResultStoreUploadServer) FinalizeTarget(context.Context, *FinalizeTargetRequest) (*FinalizeTargetResponse, error)
- func (*UnimplementedResultStoreUploadServer) GetInvocationUploadMetadata(context.Context, *GetInvocationUploadMetadataRequest) (*UploadMetadata, error)
- func (*UnimplementedResultStoreUploadServer) MergeAction(context.Context, *MergeActionRequest) (*Action, error)
- func (*UnimplementedResultStoreUploadServer) MergeConfiguredTarget(context.Context, *MergeConfiguredTargetRequest) (*ConfiguredTarget, error)
- func (*UnimplementedResultStoreUploadServer) MergeFileSet(context.Context, *MergeFileSetRequest) (*FileSet, error)
- func (*UnimplementedResultStoreUploadServer) MergeInvocation(context.Context, *MergeInvocationRequest) (*Invocation, error)
- func (*UnimplementedResultStoreUploadServer) MergeTarget(context.Context, *MergeTargetRequest) (*Target, error)
- func (*UnimplementedResultStoreUploadServer) TouchInvocation(context.Context, *TouchInvocationRequest) (*TouchInvocationResponse, error)
- func (*UnimplementedResultStoreUploadServer) UpdateAction(context.Context, *UpdateActionRequest) (*Action, error)
- func (*UnimplementedResultStoreUploadServer) UpdateConfiguration(context.Context, *UpdateConfigurationRequest) (*Configuration, error)
- func (*UnimplementedResultStoreUploadServer) UpdateConfiguredTarget(context.Context, *UpdateConfiguredTargetRequest) (*ConfiguredTarget, error)
- func (*UnimplementedResultStoreUploadServer) UpdateFileSet(context.Context, *UpdateFileSetRequest) (*FileSet, error)
- func (*UnimplementedResultStoreUploadServer) UpdateInvocation(context.Context, *UpdateInvocationRequest) (*Invocation, error)
- func (*UnimplementedResultStoreUploadServer) UpdateTarget(context.Context, *UpdateTargetRequest) (*Target, error)
- func (*UnimplementedResultStoreUploadServer) UploadBatch(context.Context, *UploadBatchRequest) (*UploadBatchResponse, error)
- type UpdateActionRequest
- func (*UpdateActionRequest) Descriptor() ([]byte, []int)
- func (x *UpdateActionRequest) GetAction() *Action
- func (x *UpdateActionRequest) GetAuthorizationToken() string
- func (x *UpdateActionRequest) GetCreateIfNotFound() bool
- func (x *UpdateActionRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateActionRequest) ProtoMessage()
- func (x *UpdateActionRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateActionRequest) Reset()
- func (x *UpdateActionRequest) String() string
- type UpdateConfigurationRequest
- func (*UpdateConfigurationRequest) Descriptor() ([]byte, []int)
- func (x *UpdateConfigurationRequest) GetAuthorizationToken() string
- func (x *UpdateConfigurationRequest) GetConfiguration() *Configuration
- func (x *UpdateConfigurationRequest) GetCreateIfNotFound() bool
- func (x *UpdateConfigurationRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateConfigurationRequest) ProtoMessage()
- func (x *UpdateConfigurationRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateConfigurationRequest) Reset()
- func (x *UpdateConfigurationRequest) String() string
- type UpdateConfiguredTargetRequest
- func (*UpdateConfiguredTargetRequest) Descriptor() ([]byte, []int)
- func (x *UpdateConfiguredTargetRequest) GetAuthorizationToken() string
- func (x *UpdateConfiguredTargetRequest) GetConfiguredTarget() *ConfiguredTarget
- func (x *UpdateConfiguredTargetRequest) GetCreateIfNotFound() bool
- func (x *UpdateConfiguredTargetRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateConfiguredTargetRequest) ProtoMessage()
- func (x *UpdateConfiguredTargetRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateConfiguredTargetRequest) Reset()
- func (x *UpdateConfiguredTargetRequest) String() string
- type UpdateFileSetRequest
- func (*UpdateFileSetRequest) Descriptor() ([]byte, []int)
- func (x *UpdateFileSetRequest) GetAuthorizationToken() string
- func (x *UpdateFileSetRequest) GetCreateIfNotFound() bool
- func (x *UpdateFileSetRequest) GetFileSet() *FileSet
- func (x *UpdateFileSetRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateFileSetRequest) ProtoMessage()
- func (x *UpdateFileSetRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateFileSetRequest) Reset()
- func (x *UpdateFileSetRequest) String() string
- type UpdateInvocationRequest
- func (*UpdateInvocationRequest) Descriptor() ([]byte, []int)
- func (x *UpdateInvocationRequest) GetAuthorizationToken() string
- func (x *UpdateInvocationRequest) GetInvocation() *Invocation
- func (x *UpdateInvocationRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateInvocationRequest) ProtoMessage()
- func (x *UpdateInvocationRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateInvocationRequest) Reset()
- func (x *UpdateInvocationRequest) String() string
- type UpdateTargetRequest
- func (*UpdateTargetRequest) Descriptor() ([]byte, []int)
- func (x *UpdateTargetRequest) GetAuthorizationToken() string
- func (x *UpdateTargetRequest) GetCreateIfNotFound() bool
- func (x *UpdateTargetRequest) GetTarget() *Target
- func (x *UpdateTargetRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateTargetRequest) ProtoMessage()
- func (x *UpdateTargetRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateTargetRequest) Reset()
- func (x *UpdateTargetRequest) String() string
- type UploadBatchRequest
- func (*UploadBatchRequest) Descriptor() ([]byte, []int)
- func (x *UploadBatchRequest) GetAuthorizationToken() string
- func (x *UploadBatchRequest) GetNextResumeToken() string
- func (x *UploadBatchRequest) GetParent() string
- func (x *UploadBatchRequest) GetResumeToken() string
- func (x *UploadBatchRequest) GetUploadRequests() []*UploadRequest
- func (x *UploadBatchRequest) GetUploaderState() []byte
- func (*UploadBatchRequest) ProtoMessage()
- func (x *UploadBatchRequest) ProtoReflect() protoreflect.Message
- func (x *UploadBatchRequest) Reset()
- func (x *UploadBatchRequest) String() string
- type UploadBatchResponse
- type UploadMetadata
- func (*UploadMetadata) Descriptor() ([]byte, []int)
- func (x *UploadMetadata) GetName() string
- func (x *UploadMetadata) GetResumeToken() string
- func (x *UploadMetadata) GetUploaderState() []byte
- func (*UploadMetadata) ProtoMessage()
- func (x *UploadMetadata) ProtoReflect() protoreflect.Message
- func (x *UploadMetadata) Reset()
- func (x *UploadMetadata) String() string
- type UploadRequest
- func (*UploadRequest) Descriptor() ([]byte, []int)
- func (x *UploadRequest) GetAction() *Action
- func (x *UploadRequest) GetConfiguration() *Configuration
- func (x *UploadRequest) GetConfiguredTarget() *ConfiguredTarget
- func (x *UploadRequest) GetCreateIfNotFound() bool
- func (x *UploadRequest) GetFileSet() *FileSet
- func (x *UploadRequest) GetId() *UploadRequest_Id
- func (x *UploadRequest) GetInvocation() *Invocation
- func (m *UploadRequest) GetResource() isUploadRequest_Resource
- func (x *UploadRequest) GetTarget() *Target
- func (x *UploadRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (x *UploadRequest) GetUploadOperation() UploadRequest_UploadOperation
- func (*UploadRequest) ProtoMessage()
- func (x *UploadRequest) ProtoReflect() protoreflect.Message
- func (x *UploadRequest) Reset()
- func (x *UploadRequest) String() string
- type UploadRequest_Action
- type UploadRequest_Configuration
- type UploadRequest_ConfiguredTarget
- type UploadRequest_FileSet
- type UploadRequest_Id
- func (*UploadRequest_Id) Descriptor() ([]byte, []int)
- func (x *UploadRequest_Id) GetActionId() string
- func (x *UploadRequest_Id) GetConfigurationId() string
- func (x *UploadRequest_Id) GetFileSetId() string
- func (x *UploadRequest_Id) GetTargetId() string
- func (*UploadRequest_Id) ProtoMessage()
- func (x *UploadRequest_Id) ProtoReflect() protoreflect.Message
- func (x *UploadRequest_Id) Reset()
- func (x *UploadRequest_Id) String() string
- type UploadRequest_Invocation
- type UploadRequest_Target
- type UploadRequest_UploadOperation
- func (UploadRequest_UploadOperation) Descriptor() protoreflect.EnumDescriptor
- func (x UploadRequest_UploadOperation) Enum() *UploadRequest_UploadOperation
- func (UploadRequest_UploadOperation) EnumDescriptor() ([]byte, []int)
- func (x UploadRequest_UploadOperation) Number() protoreflect.EnumNumber
- func (x UploadRequest_UploadOperation) String() string
- func (UploadRequest_UploadOperation) Type() protoreflect.EnumType
- type UploadStatus
- type WorkspaceContext
- type WorkspaceInfo
- func (*WorkspaceInfo) Descriptor() ([]byte, []int)
- func (x *WorkspaceInfo) GetCommandLines() []*CommandLine
- func (x *WorkspaceInfo) GetHostname() string
- func (x *WorkspaceInfo) GetToolTag() string
- func (x *WorkspaceInfo) GetWorkingDirectory() string
- func (x *WorkspaceInfo) GetWorkspaceContext() *WorkspaceContext
- func (*WorkspaceInfo) ProtoMessage()
- func (x *WorkspaceInfo) ProtoReflect() protoreflect.Message
- func (x *WorkspaceInfo) Reset()
- func (x *WorkspaceInfo) String() string
Constants ¶
Variables ¶
var ( ExecutionStrategy_name = map[int32]string{ 0: "EXECUTION_STRATEGY_UNSPECIFIED", 1: "OTHER_ENVIRONMENT", 2: "REMOTE_SERVICE", 3: "LOCAL_PARALLEL", 4: "LOCAL_SEQUENTIAL", } ExecutionStrategy_value = map[string]int32{ "EXECUTION_STRATEGY_UNSPECIFIED": 0, "OTHER_ENVIRONMENT": 1, "REMOTE_SERVICE": 2, "LOCAL_PARALLEL": 3, "LOCAL_SEQUENTIAL": 4, } )
Enum value maps for ExecutionStrategy.
var ( TestCaching_name = map[int32]string{ 0: "TEST_CACHING_UNSPECIFIED", 1: "LOCAL_CACHE_HIT", 2: "REMOTE_CACHE_HIT", 3: "CACHE_MISS", } TestCaching_value = map[string]int32{ "TEST_CACHING_UNSPECIFIED": 0, "LOCAL_CACHE_HIT": 1, "REMOTE_CACHE_HIT": 2, "CACHE_MISS": 3, } )
Enum value maps for TestCaching.
var ( Language_name = map[int32]string{ 0: "LANGUAGE_UNSPECIFIED", 1: "NONE", 2: "ANDROID", 3: "AS", 4: "CC", 5: "CSS", 6: "DART", 7: "GO", 8: "GWT", 9: "HASKELL", 10: "JAVA", 11: "JS", 12: "LISP", 13: "OBJC", 14: "PY", 15: "SH", 16: "SWIFT", 18: "TS", 19: "WEB", 20: "SCALA", 21: "PROTO", 22: "XML", } Language_value = map[string]int32{ "LANGUAGE_UNSPECIFIED": 0, "NONE": 1, "ANDROID": 2, "AS": 3, "CC": 4, "CSS": 5, "DART": 6, "GO": 7, "GWT": 8, "HASKELL": 9, "JAVA": 10, "JS": 11, "LISP": 12, "OBJC": 13, "PY": 14, "SH": 15, "SWIFT": 16, "TS": 18, "WEB": 19, "SCALA": 20, "PROTO": 21, "XML": 22, } )
Enum value maps for Language.
var ( Status_name = map[int32]string{ 0: "STATUS_UNSPECIFIED", 1: "BUILDING", 2: "BUILT", 3: "FAILED_TO_BUILD", 4: "TESTING", 5: "PASSED", 6: "FAILED", 7: "TIMED_OUT", 8: "CANCELLED", 9: "TOOL_FAILED", 10: "INCOMPLETE", 11: "FLAKY", 12: "UNKNOWN", 13: "SKIPPED", } Status_value = map[string]int32{ "STATUS_UNSPECIFIED": 0, "BUILDING": 1, "BUILT": 2, "FAILED_TO_BUILD": 3, "TESTING": 4, "PASSED": 5, "FAILED": 6, "TIMED_OUT": 7, "CANCELLED": 8, "TOOL_FAILED": 9, "INCOMPLETE": 10, "FLAKY": 11, "UNKNOWN": 12, "SKIPPED": 13, } )
Enum value maps for Status.
var ( UploadStatus_name = map[int32]string{ 0: "UPLOAD_STATUS_UNSPECIFIED", 1: "UPLOADING", 2: "POST_PROCESSING", 3: "IMMUTABLE", } UploadStatus_value = map[string]int32{ "UPLOAD_STATUS_UNSPECIFIED": 0, "UPLOADING": 1, "POST_PROCESSING": 2, "IMMUTABLE": 3, } )
Enum value maps for UploadStatus.
var ( File_HashType_name = map[int32]string{ 0: "HASH_TYPE_UNSPECIFIED", 1: "MD5", 2: "SHA1", 3: "SHA256", } File_HashType_value = map[string]int32{ "HASH_TYPE_UNSPECIFIED": 0, "MD5": 1, "SHA1": 2, "SHA256": 3, } )
Enum value maps for File_HashType.
var ( FileProcessingErrorType_name = map[int32]string{ 0: "FILE_PROCESSING_ERROR_TYPE_UNSPECIFIED", 1: "GENERIC_READ_ERROR", 2: "GENERIC_PARSE_ERROR", 3: "FILE_TOO_LARGE", 4: "OUTPUT_TOO_LARGE", 5: "ACCESS_DENIED", 6: "DEADLINE_EXCEEDED", 7: "NOT_FOUND", 8: "FILE_EMPTY", } FileProcessingErrorType_value = map[string]int32{ "FILE_PROCESSING_ERROR_TYPE_UNSPECIFIED": 0, "GENERIC_READ_ERROR": 1, "GENERIC_PARSE_ERROR": 2, "FILE_TOO_LARGE": 3, "OUTPUT_TOO_LARGE": 4, "ACCESS_DENIED": 5, "DEADLINE_EXCEEDED": 6, "NOT_FOUND": 7, "FILE_EMPTY": 8, } )
Enum value maps for FileProcessingErrorType.
var ( UploadRequest_UploadOperation_name = map[int32]string{ 0: "UPLOAD_OPERATION_UNSPECIFIED", 1: "CREATE", 2: "UPDATE", 3: "MERGE", 4: "FINALIZE", } UploadRequest_UploadOperation_value = map[string]int32{ "UPLOAD_OPERATION_UNSPECIFIED": 0, "CREATE": 1, "UPDATE": 2, "MERGE": 3, "FINALIZE": 4, } )
Enum value maps for UploadRequest_UploadOperation.
var ( TargetType_name = map[int32]string{ 0: "TARGET_TYPE_UNSPECIFIED", 1: "APPLICATION", 2: "BINARY", 3: "LIBRARY", 4: "PACKAGE", 5: "TEST", } TargetType_value = map[string]int32{ "TARGET_TYPE_UNSPECIFIED": 0, "APPLICATION": 1, "BINARY": 2, "LIBRARY": 3, "PACKAGE": 4, "TEST": 5, } )
Enum value maps for TargetType.
var ( TestSize_name = map[int32]string{ 0: "TEST_SIZE_UNSPECIFIED", 1: "SMALL", 2: "MEDIUM", 3: "LARGE", 4: "ENORMOUS", 5: "OTHER_SIZE", } TestSize_value = map[string]int32{ "TEST_SIZE_UNSPECIFIED": 0, "SMALL": 1, "MEDIUM": 2, "LARGE": 3, "ENORMOUS": 4, "OTHER_SIZE": 5, } )
Enum value maps for TestSize.
var ( TestCase_Result_name = map[int32]string{ 0: "RESULT_UNSPECIFIED", 1: "COMPLETED", 2: "INTERRUPTED", 3: "CANCELLED", 4: "FILTERED", 5: "SKIPPED", 6: "SUPPRESSED", } TestCase_Result_value = map[string]int32{ "RESULT_UNSPECIFIED": 0, "COMPLETED": 1, "INTERRUPTED": 2, "CANCELLED": 3, "FILTERED": 4, "SKIPPED": 5, "SUPPRESSED": 6, } )
Enum value maps for TestCase_Result.
var File_google_devtools_resultstore_v2_action_proto protoreflect.FileDescriptor
var File_google_devtools_resultstore_v2_common_proto protoreflect.FileDescriptor
var File_google_devtools_resultstore_v2_configuration_proto protoreflect.FileDescriptor
var File_google_devtools_resultstore_v2_configured_target_proto protoreflect.FileDescriptor
var File_google_devtools_resultstore_v2_coverage_proto protoreflect.FileDescriptor
var File_google_devtools_resultstore_v2_coverage_summary_proto protoreflect.FileDescriptor
var File_google_devtools_resultstore_v2_download_metadata_proto protoreflect.FileDescriptor
var File_google_devtools_resultstore_v2_file_processing_error_proto protoreflect.FileDescriptor
var File_google_devtools_resultstore_v2_file_proto protoreflect.FileDescriptor
var File_google_devtools_resultstore_v2_file_set_proto protoreflect.FileDescriptor
var File_google_devtools_resultstore_v2_invocation_proto protoreflect.FileDescriptor
var File_google_devtools_resultstore_v2_resultstore_download_proto protoreflect.FileDescriptor
var File_google_devtools_resultstore_v2_resultstore_file_download_proto protoreflect.FileDescriptor
var File_google_devtools_resultstore_v2_resultstore_upload_proto protoreflect.FileDescriptor
var File_google_devtools_resultstore_v2_target_proto protoreflect.FileDescriptor
var File_google_devtools_resultstore_v2_test_suite_proto protoreflect.FileDescriptor
var File_google_devtools_resultstore_v2_upload_metadata_proto protoreflect.FileDescriptor
Functions ¶
func RegisterResultStoreDownloadServer ¶
func RegisterResultStoreDownloadServer(s *grpc.Server, srv ResultStoreDownloadServer)
func RegisterResultStoreFileDownloadServer ¶
func RegisterResultStoreFileDownloadServer(s *grpc.Server, srv ResultStoreFileDownloadServer)
func RegisterResultStoreUploadServer ¶
func RegisterResultStoreUploadServer(s *grpc.Server, srv ResultStoreUploadServer)
Types ¶
type Action ¶
type Action struct { // The resource name. Its format must be: // invocations/${INVOCATION_ID}/targets/${url_encode(TARGET_ID)}/configuredTargets/url_encode(${CONFIG_ID})/actions/${url_encode(ACTION_ID)} // // See CreateActionRequest proto for more information. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The resource ID components that identify the Action. They must match the // resource name after proper encoding. Id *Action_Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // The status of the action. StatusAttributes *StatusAttributes `protobuf:"bytes,3,opt,name=status_attributes,json=statusAttributes,proto3" json:"status_attributes,omitempty"` // The timing of the whole action. For TestActions, the start time may be // before the test actually started, and the duration may last until after the // test actually finished. Timing *Timing `protobuf:"bytes,4,opt,name=timing,proto3" json:"timing,omitempty"` // The type of the action. The type of an action may not change over the // lifetime of the invocation. If one of these fields is to be set, it must be // set in the CreateAction method. It may be set to an empty message that is // populated in later methods or post-processing. A generic "untyped" action // can be created by not setting any of these fields. An untyped action will // be untyped for the lifetime of the invocation. // // Types that are assignable to ActionType: // *Action_BuildAction // *Action_TestAction ActionType isAction_ActionType `protobuf_oneof:"action_type"` // General attributes of the action. ActionAttributes *ActionAttributes `protobuf:"bytes,5,opt,name=action_attributes,json=actionAttributes,proto3" json:"action_attributes,omitempty"` // A list of resources that this action depended upon. May be used to provide // the cause of a build failure in the case of a failed build action. ActionDependencies []*Dependency `protobuf:"bytes,14,rep,name=action_dependencies,json=actionDependencies,proto3" json:"action_dependencies,omitempty"` // Arbitrary name-value pairs. // This is implemented as a multi-map. Multiple properties are allowed with // the same key. Properties will be returned in lexicographical order by key. Properties []*Property `protobuf:"bytes,7,rep,name=properties,proto3" json:"properties,omitempty"` // A list of file references for action level files. // The file IDs must be unique within this list. Duplicate file IDs will // result in an error. Files will be returned in lexicographical order by ID. // // Files with the following reserved file IDs cause specific post-processing // or have special handling. These files must be immediately available to // ResultStore for processing when the reference is uploaded. // // For build actions: // stdout: The stdout of the action // stderr: The stderr of the action // baseline.lcov: Baseline coverage file to be parsed by the server. This // uses a stripped down implementation of the LCOV standard. // http://ltp.sourceforge.net/coverage/lcov/geninfo.1.php // // For test actions: // test.xml: The test suite / test case data in XML format. // test.log: The combined stdout and stderr of the test process. // test.lcov: Coverage file to be parsed by the server. This uses a stripped // down implementation of the LCOV standard. // http://ltp.sourceforge.net/coverage/lcov/geninfo.1.php Files []*File `protobuf:"bytes,8,rep,name=files,proto3" json:"files,omitempty"` // List of names of file sets that are referenced from this Action. // Each name must point to a file set under the same Invocation. The name // format must be: invocations/${INVOCATION_ID}/fileSets/${FILE_SET_ID} FileSets []string `protobuf:"bytes,15,rep,name=file_sets,json=fileSets,proto3" json:"file_sets,omitempty"` // Coverage data was collected while running the build or test action. This // usually includes line coverage, and may also include branch coverage. // For test actions, this is usually only for the source files which were // actually executed by that particular action. // For build actions, this is the baseline coverage, which captures the // instrumented files and lines, without any lines being executed. This // ensures files that are never covered at all are included. Coverage *ActionCoverage `protobuf:"bytes,11,opt,name=coverage,proto3" json:"coverage,omitempty"` // ResultStore will read and parse Files with reserved IDs listed above. Read // and parse errors for all these Files are reported here. // This is implemented as a map, with one FileProcessingErrors for each file. // Typically produced when parsing Files, but may also be provided directly // by clients. FileProcessingErrors []*FileProcessingErrors `protobuf:"bytes,13,rep,name=file_processing_errors,json=fileProcessingErrors,proto3" json:"file_processing_errors,omitempty"` // contains filtered or unexported fields }
An action that happened as part of a configured target. This action could be a build, a test, or another type of action, as specified in action_type oneof.
Each parent ConfiguredTarget resource should have at least one Action as its child resource before the invocation is finalized. For a simple build, at least one build action should be created to represent the build result, and at at least one test action should be created to represent the test result, if any.
func (*Action) Descriptor ¶
Deprecated: Use Action.ProtoReflect.Descriptor instead.
func (*Action) GetActionAttributes ¶
func (x *Action) GetActionAttributes() *ActionAttributes
func (*Action) GetActionDependencies ¶
func (x *Action) GetActionDependencies() []*Dependency
func (*Action) GetActionType ¶
func (m *Action) GetActionType() isAction_ActionType
func (*Action) GetBuildAction ¶
func (x *Action) GetBuildAction() *BuildAction
func (*Action) GetCoverage ¶
func (x *Action) GetCoverage() *ActionCoverage
func (*Action) GetFileProcessingErrors ¶
func (x *Action) GetFileProcessingErrors() []*FileProcessingErrors
func (*Action) GetFileSets ¶
func (*Action) GetProperties ¶
func (*Action) GetStatusAttributes ¶
func (x *Action) GetStatusAttributes() *StatusAttributes
func (*Action) GetTestAction ¶
func (x *Action) GetTestAction() *TestAction
func (*Action) ProtoMessage ¶
func (*Action) ProtoMessage()
func (*Action) ProtoReflect ¶
func (x *Action) ProtoReflect() protoreflect.Message
type ActionAttributes ¶
type ActionAttributes struct { // Strategy used for executing the action. ExecutionStrategy ExecutionStrategy `` /* 167-byte string literal not displayed */ // Exit code of the process that ran the action. A non-zero value means // failure. ExitCode int32 `protobuf:"varint,2,opt,name=exit_code,json=exitCode,proto3" json:"exit_code,omitempty"` // Where the action was run. Hostname string `protobuf:"bytes,3,opt,name=hostname,proto3" json:"hostname,omitempty"` // Information about the input files used in all actions under this configured // target. InputFileInfo *InputFileInfo `protobuf:"bytes,4,opt,name=input_file_info,json=inputFileInfo,proto3" json:"input_file_info,omitempty"` // contains filtered or unexported fields }
General attributes of an action
func (*ActionAttributes) Descriptor ¶
func (*ActionAttributes) Descriptor() ([]byte, []int)
Deprecated: Use ActionAttributes.ProtoReflect.Descriptor instead.
func (*ActionAttributes) GetExecutionStrategy ¶
func (x *ActionAttributes) GetExecutionStrategy() ExecutionStrategy
func (*ActionAttributes) GetExitCode ¶
func (x *ActionAttributes) GetExitCode() int32
func (*ActionAttributes) GetHostname ¶
func (x *ActionAttributes) GetHostname() string
func (*ActionAttributes) GetInputFileInfo ¶
func (x *ActionAttributes) GetInputFileInfo() *InputFileInfo
func (*ActionAttributes) ProtoMessage ¶
func (*ActionAttributes) ProtoMessage()
func (*ActionAttributes) ProtoReflect ¶
func (x *ActionAttributes) ProtoReflect() protoreflect.Message
func (*ActionAttributes) Reset ¶
func (x *ActionAttributes) Reset()
func (*ActionAttributes) String ¶
func (x *ActionAttributes) String() string
type ActionCoverage ¶
type ActionCoverage struct { // List of coverage info for all source files that the TestResult covers. FileCoverages []*FileCoverage `protobuf:"bytes,2,rep,name=file_coverages,json=fileCoverages,proto3" json:"file_coverages,omitempty"` // contains filtered or unexported fields }
Describes code coverage for a build or test Action. This is used to store baseline coverage for build Actions and test coverage for test Actions.
func (*ActionCoverage) Descriptor ¶
func (*ActionCoverage) Descriptor() ([]byte, []int)
Deprecated: Use ActionCoverage.ProtoReflect.Descriptor instead.
func (*ActionCoverage) GetFileCoverages ¶
func (x *ActionCoverage) GetFileCoverages() []*FileCoverage
func (*ActionCoverage) ProtoMessage ¶
func (*ActionCoverage) ProtoMessage()
func (*ActionCoverage) ProtoReflect ¶
func (x *ActionCoverage) ProtoReflect() protoreflect.Message
func (*ActionCoverage) Reset ¶
func (x *ActionCoverage) Reset()
func (*ActionCoverage) String ¶
func (x *ActionCoverage) String() string
type Action_BuildAction ¶
type Action_BuildAction struct { // Used only when this action represents a build action. BuildAction *BuildAction `protobuf:"bytes,9,opt,name=build_action,json=buildAction,proto3,oneof"` }
type Action_Id ¶
type Action_Id struct { // The Invocation ID. InvocationId string `protobuf:"bytes,1,opt,name=invocation_id,json=invocationId,proto3" json:"invocation_id,omitempty"` // The Target ID. TargetId string `protobuf:"bytes,2,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"` // The Configuration ID. ConfigurationId string `protobuf:"bytes,3,opt,name=configuration_id,json=configurationId,proto3" json:"configuration_id,omitempty"` // The Action ID. ActionId string `protobuf:"bytes,4,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"` // contains filtered or unexported fields }
The resource ID components that identify the Action.
func (*Action_Id) Descriptor ¶
Deprecated: Use Action_Id.ProtoReflect.Descriptor instead.
func (*Action_Id) GetActionId ¶
func (*Action_Id) GetConfigurationId ¶
func (*Action_Id) GetInvocationId ¶
func (*Action_Id) GetTargetId ¶
func (*Action_Id) ProtoMessage ¶
func (*Action_Id) ProtoMessage()
func (*Action_Id) ProtoReflect ¶
func (x *Action_Id) ProtoReflect() protoreflect.Message
type Action_TestAction ¶
type Action_TestAction struct { // Only for test actions. TestAction *TestAction `protobuf:"bytes,10,opt,name=test_action,json=testAction,proto3,oneof"` }
type AggregateCoverage ¶
type AggregateCoverage struct { // Aggregated coverage info for all source files that the actions cover. FileCoverages []*FileCoverage `protobuf:"bytes,1,rep,name=file_coverages,json=fileCoverages,proto3" json:"file_coverages,omitempty"` // contains filtered or unexported fields }
Describes aggregate code coverage for a collection of build or test Actions. A line or branch is covered if and only if it is covered in any of the build or test actions.
func (*AggregateCoverage) Descriptor ¶
func (*AggregateCoverage) Descriptor() ([]byte, []int)
Deprecated: Use AggregateCoverage.ProtoReflect.Descriptor instead.
func (*AggregateCoverage) GetFileCoverages ¶
func (x *AggregateCoverage) GetFileCoverages() []*FileCoverage
func (*AggregateCoverage) ProtoMessage ¶
func (*AggregateCoverage) ProtoMessage()
func (*AggregateCoverage) ProtoReflect ¶
func (x *AggregateCoverage) ProtoReflect() protoreflect.Message
func (*AggregateCoverage) Reset ¶
func (x *AggregateCoverage) Reset()
func (*AggregateCoverage) String ¶
func (x *AggregateCoverage) String() string
type ArchiveEntry ¶
type ArchiveEntry struct { // The relative path of the entry within the archive. Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` // (Optional) The uncompressed length of the archive entry in bytes. Allows // the entry size to be shown in the UI. Omit if the length is not known. Length *wrapperspb.Int64Value `protobuf:"bytes,2,opt,name=length,proto3" json:"length,omitempty"` // (Optional) The content-type (aka MIME-type) of the archive entry. (e.g. // text/plain, image/jpeg, text/html, etc). This is sent to the web browser // so it knows how to handle the entry. ContentType string `protobuf:"bytes,3,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"` // contains filtered or unexported fields }
Information specific to an entry in an archive.
func (*ArchiveEntry) Descriptor ¶
func (*ArchiveEntry) Descriptor() ([]byte, []int)
Deprecated: Use ArchiveEntry.ProtoReflect.Descriptor instead.
func (*ArchiveEntry) GetContentType ¶
func (x *ArchiveEntry) GetContentType() string
func (*ArchiveEntry) GetLength ¶
func (x *ArchiveEntry) GetLength() *wrapperspb.Int64Value
func (*ArchiveEntry) GetPath ¶
func (x *ArchiveEntry) GetPath() string
func (*ArchiveEntry) ProtoMessage ¶
func (*ArchiveEntry) ProtoMessage()
func (*ArchiveEntry) ProtoReflect ¶
func (x *ArchiveEntry) ProtoReflect() protoreflect.Message
func (*ArchiveEntry) Reset ¶
func (x *ArchiveEntry) Reset()
func (*ArchiveEntry) String ¶
func (x *ArchiveEntry) String() string
type BranchCoverage ¶
type BranchCoverage struct { // The field branch_present denotes the lines containing at least one branch. // // This is a bitfield where i-th bit corresponds to the i-th line. Divide line // number by 8 to get index into byte array. Mod line number by 8 to get bit // number (0 = LSB, 7 = MSB). // // A 1 denotes the line contains at least one branch. // A 0 denotes the line contains no branches. BranchPresent []byte `protobuf:"bytes,1,opt,name=branch_present,json=branchPresent,proto3" json:"branch_present,omitempty"` // Contains the number of branches present, only for the lines which have the // corresponding bit set in branch_present, in a relative order ignoring // lines which do not have any branches. BranchesInLine []int32 `protobuf:"varint,2,rep,packed,name=branches_in_line,json=branchesInLine,proto3" json:"branches_in_line,omitempty"` // As each branch can have any one of the following three states: not // executed, executed but not taken, executed and taken. // // This is a bitfield where i-th bit corresponds to the i-th branch. Divide // branch number by 8 to get index into byte array. Mod branch number by 8 to // get bit number (0 = LSB, 7 = MSB). // // i-th bit of the following two byte arrays are used to denote the above // mentioned states. // // not executed: i-th bit of executed == 0 && i-th bit of taken == 0 // executed but not taken: i-th bit of executed == 1 && i-th bit of taken == 0 // executed and taken: i-th bit of executed == 1 && i-th bit of taken == 1 Executed []byte `protobuf:"bytes,3,opt,name=executed,proto3" json:"executed,omitempty"` // Described above. Taken []byte `protobuf:"bytes,4,opt,name=taken,proto3" json:"taken,omitempty"` // contains filtered or unexported fields }
Describes branch coverage for a file
func (*BranchCoverage) Descriptor ¶
func (*BranchCoverage) Descriptor() ([]byte, []int)
Deprecated: Use BranchCoverage.ProtoReflect.Descriptor instead.
func (*BranchCoverage) GetBranchPresent ¶
func (x *BranchCoverage) GetBranchPresent() []byte
func (*BranchCoverage) GetBranchesInLine ¶
func (x *BranchCoverage) GetBranchesInLine() []int32
func (*BranchCoverage) GetExecuted ¶
func (x *BranchCoverage) GetExecuted() []byte
func (*BranchCoverage) GetTaken ¶
func (x *BranchCoverage) GetTaken() []byte
func (*BranchCoverage) ProtoMessage ¶
func (*BranchCoverage) ProtoMessage()
func (*BranchCoverage) ProtoReflect ¶
func (x *BranchCoverage) ProtoReflect() protoreflect.Message
func (*BranchCoverage) Reset ¶
func (x *BranchCoverage) Reset()
func (*BranchCoverage) String ¶
func (x *BranchCoverage) String() string
type BranchCoverageSummary ¶
type BranchCoverageSummary struct { // The number of branches present in the file. TotalBranchCount int32 `protobuf:"varint,1,opt,name=total_branch_count,json=totalBranchCount,proto3" json:"total_branch_count,omitempty"` // The number of branches executed out of the total branches present. // A branch is executed when its condition is evaluated. // This is <= total_branch_count as not all branches are executed. ExecutedBranchCount int32 `protobuf:"varint,2,opt,name=executed_branch_count,json=executedBranchCount,proto3" json:"executed_branch_count,omitempty"` // The number of branches taken out of the total branches executed. // A branch is taken when its condition is satisfied. // This is <= executed_branch_count as not all executed branches are taken. TakenBranchCount int32 `protobuf:"varint,3,opt,name=taken_branch_count,json=takenBranchCount,proto3" json:"taken_branch_count,omitempty"` // contains filtered or unexported fields }
Summary of branch coverage A branch may be:
* not executed. Counted only in total. * executed but not taken. Appears in total and executed. * executed and taken. Appears in all three fields.
func (*BranchCoverageSummary) Descriptor ¶
func (*BranchCoverageSummary) Descriptor() ([]byte, []int)
Deprecated: Use BranchCoverageSummary.ProtoReflect.Descriptor instead.
func (*BranchCoverageSummary) GetExecutedBranchCount ¶
func (x *BranchCoverageSummary) GetExecutedBranchCount() int32
func (*BranchCoverageSummary) GetTakenBranchCount ¶
func (x *BranchCoverageSummary) GetTakenBranchCount() int32
func (*BranchCoverageSummary) GetTotalBranchCount ¶
func (x *BranchCoverageSummary) GetTotalBranchCount() int32
func (*BranchCoverageSummary) ProtoMessage ¶
func (*BranchCoverageSummary) ProtoMessage()
func (*BranchCoverageSummary) ProtoReflect ¶
func (x *BranchCoverageSummary) ProtoReflect() protoreflect.Message
func (*BranchCoverageSummary) Reset ¶
func (x *BranchCoverageSummary) Reset()
func (*BranchCoverageSummary) String ¶
func (x *BranchCoverageSummary) String() string
type BuildAction ¶
type BuildAction struct { // The type of the action. This is intended to be a clue as to how the output // of the action should be parsed. For example "javac" for a Java compile // action. Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` // The "primary" input artifact processed by this action. E.g., the .cc file // of a C++ compile action. Empty string ("") if the action has no input // artifacts or no "primary" input artifact. PrimaryInputPath string `protobuf:"bytes,2,opt,name=primary_input_path,json=primaryInputPath,proto3" json:"primary_input_path,omitempty"` // The "primary" output artifact processed by this action. E.g., the .o file // of a C++ compile action. Empty string ("") if the action has no output // artifacts or no "primary" output artifact. PrimaryOutputPath string `protobuf:"bytes,3,opt,name=primary_output_path,json=primaryOutputPath,proto3" json:"primary_output_path,omitempty"` // contains filtered or unexported fields }
A build action, such as building a java library.
func (*BuildAction) Descriptor ¶
func (*BuildAction) Descriptor() ([]byte, []int)
Deprecated: Use BuildAction.ProtoReflect.Descriptor instead.
func (*BuildAction) GetPrimaryInputPath ¶
func (x *BuildAction) GetPrimaryInputPath() string
func (*BuildAction) GetPrimaryOutputPath ¶
func (x *BuildAction) GetPrimaryOutputPath() string
func (*BuildAction) GetType ¶
func (x *BuildAction) GetType() string
func (*BuildAction) ProtoMessage ¶
func (*BuildAction) ProtoMessage()
func (*BuildAction) ProtoReflect ¶
func (x *BuildAction) ProtoReflect() protoreflect.Message
func (*BuildAction) Reset ¶
func (x *BuildAction) Reset()
func (*BuildAction) String ¶
func (x *BuildAction) String() string
type CommandLine ¶
type CommandLine struct { // A label describing this command line. Label string `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"` // The command-line tool that is run: argv[0]. Tool string `protobuf:"bytes,2,opt,name=tool,proto3" json:"tool,omitempty"` // The arguments to the above tool: argv[1]...argv[N]. Args []string `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"` // The actual command that was run with the tool. (e.g. "build", or "test") // Omit if the tool doesn't accept a command. // This is a duplicate of one of the fields in args. Command string `protobuf:"bytes,4,opt,name=command,proto3" json:"command,omitempty"` // contains filtered or unexported fields }
The command and arguments that produced this Invocation.
func (*CommandLine) Descriptor ¶
func (*CommandLine) Descriptor() ([]byte, []int)
Deprecated: Use CommandLine.ProtoReflect.Descriptor instead.
func (*CommandLine) GetArgs ¶
func (x *CommandLine) GetArgs() []string
func (*CommandLine) GetCommand ¶
func (x *CommandLine) GetCommand() string
func (*CommandLine) GetLabel ¶
func (x *CommandLine) GetLabel() string
func (*CommandLine) GetTool ¶
func (x *CommandLine) GetTool() string
func (*CommandLine) ProtoMessage ¶
func (*CommandLine) ProtoMessage()
func (*CommandLine) ProtoReflect ¶
func (x *CommandLine) ProtoReflect() protoreflect.Message
func (*CommandLine) Reset ¶
func (x *CommandLine) Reset()
func (*CommandLine) String ¶
func (x *CommandLine) String() string
type Configuration ¶
type Configuration struct { // The format of this Configuration resource name must be: // invocations/${INVOCATION_ID}/configs/${url_encode(CONFIG_ID)} // The configuration ID of "default" should be preferred for the default // configuration in a single-config invocation. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The resource ID components that identify the Configuration. They must match // the resource name after proper encoding. Id *Configuration_Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // The aggregate status for this configuration. StatusAttributes *StatusAttributes `protobuf:"bytes,3,opt,name=status_attributes,json=statusAttributes,proto3" json:"status_attributes,omitempty"` // Attributes that apply only to this configuration. ConfigurationAttributes *ConfigurationAttributes `` /* 130-byte string literal not displayed */ // Arbitrary name-value pairs. // This is implemented as a multi-map. Multiple properties are allowed with // the same key. Properties will be returned in lexicographical order by key. Properties []*Property `protobuf:"bytes,6,rep,name=properties,proto3" json:"properties,omitempty"` // A human-readable name for Configuration. // It is recommended that this name be unique. // If omitted, the configuration_id should be used as display_name instead. DisplayName string `protobuf:"bytes,8,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // contains filtered or unexported fields }
Represents a configuration within an Invocation associated with one or more ConfiguredTargets. It captures the environment and other settings that were used.
func (*Configuration) Descriptor ¶
func (*Configuration) Descriptor() ([]byte, []int)
Deprecated: Use Configuration.ProtoReflect.Descriptor instead.
func (*Configuration) GetConfigurationAttributes ¶
func (x *Configuration) GetConfigurationAttributes() *ConfigurationAttributes
func (*Configuration) GetDisplayName ¶
func (x *Configuration) GetDisplayName() string
func (*Configuration) GetId ¶
func (x *Configuration) GetId() *Configuration_Id
func (*Configuration) GetName ¶
func (x *Configuration) GetName() string
func (*Configuration) GetProperties ¶
func (x *Configuration) GetProperties() []*Property
func (*Configuration) GetStatusAttributes ¶
func (x *Configuration) GetStatusAttributes() *StatusAttributes
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 ConfigurationAttributes ¶
type ConfigurationAttributes struct { // The type of cpu. (e.g. "x86", "powerpc") Cpu string `protobuf:"bytes,1,opt,name=cpu,proto3" json:"cpu,omitempty"` // contains filtered or unexported fields }
Attributes that apply only to the configuration.
func (*ConfigurationAttributes) Descriptor ¶
func (*ConfigurationAttributes) Descriptor() ([]byte, []int)
Deprecated: Use ConfigurationAttributes.ProtoReflect.Descriptor instead.
func (*ConfigurationAttributes) GetCpu ¶
func (x *ConfigurationAttributes) GetCpu() string
func (*ConfigurationAttributes) ProtoMessage ¶
func (*ConfigurationAttributes) ProtoMessage()
func (*ConfigurationAttributes) ProtoReflect ¶
func (x *ConfigurationAttributes) ProtoReflect() protoreflect.Message
func (*ConfigurationAttributes) Reset ¶
func (x *ConfigurationAttributes) Reset()
func (*ConfigurationAttributes) String ¶
func (x *ConfigurationAttributes) String() string
type Configuration_Id ¶
type Configuration_Id struct { // The Invocation ID. InvocationId string `protobuf:"bytes,1,opt,name=invocation_id,json=invocationId,proto3" json:"invocation_id,omitempty"` // The Configuration ID. ConfigurationId string `protobuf:"bytes,2,opt,name=configuration_id,json=configurationId,proto3" json:"configuration_id,omitempty"` // contains filtered or unexported fields }
The resource ID components that identify the Configuration.
func (*Configuration_Id) Descriptor ¶
func (*Configuration_Id) Descriptor() ([]byte, []int)
Deprecated: Use Configuration_Id.ProtoReflect.Descriptor instead.
func (*Configuration_Id) GetConfigurationId ¶
func (x *Configuration_Id) GetConfigurationId() string
func (*Configuration_Id) GetInvocationId ¶
func (x *Configuration_Id) GetInvocationId() string
func (*Configuration_Id) ProtoMessage ¶
func (*Configuration_Id) ProtoMessage()
func (*Configuration_Id) ProtoReflect ¶
func (x *Configuration_Id) ProtoReflect() protoreflect.Message
func (*Configuration_Id) Reset ¶
func (x *Configuration_Id) Reset()
func (*Configuration_Id) String ¶
func (x *Configuration_Id) String() string
type ConfiguredTarget ¶
type ConfiguredTarget struct { // The resource name. Its format must be: // invocations/${INVOCATION_ID}/targets/${url_encode(TARGET_ID)}/configuredTargets/${url_encode(CONFIG_ID)} // where ${CONFIG_ID} must match the ID of an existing Configuration under // this Invocation. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The resource ID components that identify the ConfiguredTarget. They must // match the resource name after proper encoding. Id *ConfiguredTarget_Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // The aggregate status for this configuration of this target. If testing // was not requested, set this to the build status (e.g. BUILT or // FAILED_TO_BUILD). StatusAttributes *StatusAttributes `protobuf:"bytes,3,opt,name=status_attributes,json=statusAttributes,proto3" json:"status_attributes,omitempty"` // Captures the start time and duration of this configured target. Timing *Timing `protobuf:"bytes,4,opt,name=timing,proto3" json:"timing,omitempty"` // Test specific attributes for this ConfiguredTarget. TestAttributes *ConfiguredTestAttributes `protobuf:"bytes,6,opt,name=test_attributes,json=testAttributes,proto3" json:"test_attributes,omitempty"` // Arbitrary name-value pairs. // This is implemented as a multi-map. Multiple properties are allowed with // the same key. Properties will be returned in lexicographical order by key. Properties []*Property `protobuf:"bytes,7,rep,name=properties,proto3" json:"properties,omitempty"` // A list of file references for configured target level files. // The file IDs must be unique within this list. Duplicate file IDs will // result in an error. Files will be returned in lexicographical order by ID. Files []*File `protobuf:"bytes,8,rep,name=files,proto3" json:"files,omitempty"` // contains filtered or unexported fields }
Each ConfiguredTarget represents data for a given configuration of a given target in a given Invocation. Every ConfiguredTarget should have at least one Action as a child resource before the invocation is finalized. Refer to the Action's documentation for more info on this.
func (*ConfiguredTarget) Descriptor ¶
func (*ConfiguredTarget) Descriptor() ([]byte, []int)
Deprecated: Use ConfiguredTarget.ProtoReflect.Descriptor instead.
func (*ConfiguredTarget) GetFiles ¶
func (x *ConfiguredTarget) GetFiles() []*File
func (*ConfiguredTarget) GetId ¶
func (x *ConfiguredTarget) GetId() *ConfiguredTarget_Id
func (*ConfiguredTarget) GetName ¶
func (x *ConfiguredTarget) GetName() string
func (*ConfiguredTarget) GetProperties ¶
func (x *ConfiguredTarget) GetProperties() []*Property
func (*ConfiguredTarget) GetStatusAttributes ¶
func (x *ConfiguredTarget) GetStatusAttributes() *StatusAttributes
func (*ConfiguredTarget) GetTestAttributes ¶
func (x *ConfiguredTarget) GetTestAttributes() *ConfiguredTestAttributes
func (*ConfiguredTarget) GetTiming ¶
func (x *ConfiguredTarget) GetTiming() *Timing
func (*ConfiguredTarget) ProtoMessage ¶
func (*ConfiguredTarget) ProtoMessage()
func (*ConfiguredTarget) ProtoReflect ¶
func (x *ConfiguredTarget) ProtoReflect() protoreflect.Message
func (*ConfiguredTarget) Reset ¶
func (x *ConfiguredTarget) Reset()
func (*ConfiguredTarget) String ¶
func (x *ConfiguredTarget) String() string
type ConfiguredTarget_Id ¶
type ConfiguredTarget_Id struct { // The Invocation ID. InvocationId string `protobuf:"bytes,1,opt,name=invocation_id,json=invocationId,proto3" json:"invocation_id,omitempty"` // The Target ID. TargetId string `protobuf:"bytes,2,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"` // The Configuration ID. ConfigurationId string `protobuf:"bytes,3,opt,name=configuration_id,json=configurationId,proto3" json:"configuration_id,omitempty"` // contains filtered or unexported fields }
The resource ID components that identify the ConfiguredTarget.
func (*ConfiguredTarget_Id) Descriptor ¶
func (*ConfiguredTarget_Id) Descriptor() ([]byte, []int)
Deprecated: Use ConfiguredTarget_Id.ProtoReflect.Descriptor instead.
func (*ConfiguredTarget_Id) GetConfigurationId ¶
func (x *ConfiguredTarget_Id) GetConfigurationId() string
func (*ConfiguredTarget_Id) GetInvocationId ¶
func (x *ConfiguredTarget_Id) GetInvocationId() string
func (*ConfiguredTarget_Id) GetTargetId ¶
func (x *ConfiguredTarget_Id) GetTargetId() string
func (*ConfiguredTarget_Id) ProtoMessage ¶
func (*ConfiguredTarget_Id) ProtoMessage()
func (*ConfiguredTarget_Id) ProtoReflect ¶
func (x *ConfiguredTarget_Id) ProtoReflect() protoreflect.Message
func (*ConfiguredTarget_Id) Reset ¶
func (x *ConfiguredTarget_Id) Reset()
func (*ConfiguredTarget_Id) String ¶
func (x *ConfiguredTarget_Id) String() string
type ConfiguredTestAttributes ¶
type ConfiguredTestAttributes struct { // Total number of test runs. For example, in bazel this is specified with // --runs_per_test. Zero if runs_per_test is not used. TotalRunCount int32 `protobuf:"varint,2,opt,name=total_run_count,json=totalRunCount,proto3" json:"total_run_count,omitempty"` // Total number of test shards. Zero if shard count was not specified. TotalShardCount int32 `protobuf:"varint,3,opt,name=total_shard_count,json=totalShardCount,proto3" json:"total_shard_count,omitempty"` // How long test is allowed to run. TimeoutDuration *durationpb.Duration `protobuf:"bytes,5,opt,name=timeout_duration,json=timeoutDuration,proto3" json:"timeout_duration,omitempty"` // contains filtered or unexported fields }
Attributes that apply only to test actions under this configured target.
func (*ConfiguredTestAttributes) Descriptor ¶
func (*ConfiguredTestAttributes) Descriptor() ([]byte, []int)
Deprecated: Use ConfiguredTestAttributes.ProtoReflect.Descriptor instead.
func (*ConfiguredTestAttributes) GetTimeoutDuration ¶
func (x *ConfiguredTestAttributes) GetTimeoutDuration() *durationpb.Duration
func (*ConfiguredTestAttributes) GetTotalRunCount ¶
func (x *ConfiguredTestAttributes) GetTotalRunCount() int32
func (*ConfiguredTestAttributes) GetTotalShardCount ¶
func (x *ConfiguredTestAttributes) GetTotalShardCount() int32
func (*ConfiguredTestAttributes) ProtoMessage ¶
func (*ConfiguredTestAttributes) ProtoMessage()
func (*ConfiguredTestAttributes) ProtoReflect ¶
func (x *ConfiguredTestAttributes) ProtoReflect() protoreflect.Message
func (*ConfiguredTestAttributes) Reset ¶
func (x *ConfiguredTestAttributes) Reset()
func (*ConfiguredTestAttributes) String ¶
func (x *ConfiguredTestAttributes) String() string
type CreateActionRequest ¶
type CreateActionRequest struct { // A unique identifier for this request. Must be set to a different value for // each request that affects a given resource (eg. a random UUID). Required // for the operation to be idempotent. This is achieved by ignoring this // request if the last successful operation on the resource had the same // request ID. Restricted to 36 Unicode characters. RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // The name of the parent configured target in which the action is created. // Its format must be: // invocations/${INVOCATION_ID}/targets/${url_encode(TARGET_ID)}/configuredTargets/${url_encode(CONFIG_ID)} Parent string `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"` // The action identifier. It can be any string up to 512 Unicode characters // long, except for the reserved id '-'. // // Recommended IDs for Test Actions: // "test": For a single test action. // "test_shard0_run0_attempt0" ... "test_shard9_run9_attempt9": For tests with // shard/run/attempts. // // Recommended IDs for Build Actions: // "build": If you only have a single build action. ActionId string `protobuf:"bytes,3,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"` // The action to create. Its name field will be ignored, since the // name will be derived from the id field above and assigned by the server. Action *Action `protobuf:"bytes,4,opt,name=action,proto3" json:"action,omitempty"` // This is a token to authorize access to this invocation. It must be set to // the same value that was provided in the CreateInvocationRequest. AuthorizationToken string `protobuf:"bytes,5,opt,name=authorization_token,json=authorizationToken,proto3" json:"authorization_token,omitempty"` // contains filtered or unexported fields }
Request passed into CreateAction
func (*CreateActionRequest) Descriptor ¶
func (*CreateActionRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateActionRequest.ProtoReflect.Descriptor instead.
func (*CreateActionRequest) GetAction ¶
func (x *CreateActionRequest) GetAction() *Action
func (*CreateActionRequest) GetActionId ¶
func (x *CreateActionRequest) GetActionId() string
func (*CreateActionRequest) GetAuthorizationToken ¶
func (x *CreateActionRequest) GetAuthorizationToken() string
func (*CreateActionRequest) GetParent ¶
func (x *CreateActionRequest) GetParent() string
func (*CreateActionRequest) GetRequestId ¶
func (x *CreateActionRequest) GetRequestId() string
func (*CreateActionRequest) ProtoMessage ¶
func (*CreateActionRequest) ProtoMessage()
func (*CreateActionRequest) ProtoReflect ¶
func (x *CreateActionRequest) ProtoReflect() protoreflect.Message
func (*CreateActionRequest) Reset ¶
func (x *CreateActionRequest) Reset()
func (*CreateActionRequest) String ¶
func (x *CreateActionRequest) String() string
type CreateConfigurationRequest ¶
type CreateConfigurationRequest struct { // A unique identifier for this request. Must be set to a different value for // each request that affects a given resource (eg. a random UUID). Required // for the operation to be idempotent. This is achieved by ignoring this // request if the last successful operation on the resource had the same // request ID. Restricted to 36 Unicode characters. RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // The name of the parent invocation in which the configuration is created. // Its format must be invocations/${INVOCATION_ID} Parent string `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"` // The configuration identifier. It can be any string up to 256 Unicode // characters long. The configuration ID of "default" should be preferred for // the default configuration in a single-config invocation. Cannot be the // reserved id '-'. ConfigId string `protobuf:"bytes,3,opt,name=config_id,json=configId,proto3" json:"config_id,omitempty"` // The configuration to create. Its name field will be ignored, since the name // will be derived from the id field above and assigned by the server. Configuration *Configuration `protobuf:"bytes,4,opt,name=configuration,proto3" json:"configuration,omitempty"` // This is a token to authorize access to this invocation. It must be set to // the same value that was provided in the CreateInvocationRequest. AuthorizationToken string `protobuf:"bytes,5,opt,name=authorization_token,json=authorizationToken,proto3" json:"authorization_token,omitempty"` // contains filtered or unexported fields }
Request passed into CreateConfiguration
func (*CreateConfigurationRequest) Descriptor ¶
func (*CreateConfigurationRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateConfigurationRequest.ProtoReflect.Descriptor instead.
func (*CreateConfigurationRequest) GetAuthorizationToken ¶
func (x *CreateConfigurationRequest) GetAuthorizationToken() string
func (*CreateConfigurationRequest) GetConfigId ¶
func (x *CreateConfigurationRequest) GetConfigId() string
func (*CreateConfigurationRequest) GetConfiguration ¶
func (x *CreateConfigurationRequest) GetConfiguration() *Configuration
func (*CreateConfigurationRequest) GetParent ¶
func (x *CreateConfigurationRequest) GetParent() string
func (*CreateConfigurationRequest) GetRequestId ¶
func (x *CreateConfigurationRequest) GetRequestId() string
func (*CreateConfigurationRequest) ProtoMessage ¶
func (*CreateConfigurationRequest) ProtoMessage()
func (*CreateConfigurationRequest) ProtoReflect ¶
func (x *CreateConfigurationRequest) ProtoReflect() protoreflect.Message
func (*CreateConfigurationRequest) Reset ¶
func (x *CreateConfigurationRequest) Reset()
func (*CreateConfigurationRequest) String ¶
func (x *CreateConfigurationRequest) String() string
type CreateConfiguredTargetRequest ¶
type CreateConfiguredTargetRequest struct { // A unique identifier for this request. Must be set to a different value for // each request that affects a given resource (eg. a random UUID). Required // for the operation to be idempotent. This is achieved by ignoring this // request if the last successful operation on the resource had the same // request ID. Restricted to 36 Unicode characters. RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // The name of the parent target in which the configured target is created. // Its format must be: // invocations/${INVOCATION_ID}/targets/${url_encode(TARGET_ID)} Parent string `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"` // The configuration identifier. This must match the ID of an existing // Configuration under this Invocation. Cannot be the reserved id '-'. ConfigId string `protobuf:"bytes,3,opt,name=config_id,json=configId,proto3" json:"config_id,omitempty"` // The configured target to create. Its name field will be ignored, since the // name will be derived from the id field above and assigned by the server. ConfiguredTarget *ConfiguredTarget `protobuf:"bytes,4,opt,name=configured_target,json=configuredTarget,proto3" json:"configured_target,omitempty"` // This is a token to authorize access to this invocation. It must be set to // the same value that was provided in the CreateInvocationRequest. AuthorizationToken string `protobuf:"bytes,5,opt,name=authorization_token,json=authorizationToken,proto3" json:"authorization_token,omitempty"` // contains filtered or unexported fields }
Request passed into CreateConfiguredTarget
func (*CreateConfiguredTargetRequest) Descriptor ¶
func (*CreateConfiguredTargetRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateConfiguredTargetRequest.ProtoReflect.Descriptor instead.
func (*CreateConfiguredTargetRequest) GetAuthorizationToken ¶
func (x *CreateConfiguredTargetRequest) GetAuthorizationToken() string
func (*CreateConfiguredTargetRequest) GetConfigId ¶
func (x *CreateConfiguredTargetRequest) GetConfigId() string
func (*CreateConfiguredTargetRequest) GetConfiguredTarget ¶
func (x *CreateConfiguredTargetRequest) GetConfiguredTarget() *ConfiguredTarget
func (*CreateConfiguredTargetRequest) GetParent ¶
func (x *CreateConfiguredTargetRequest) GetParent() string
func (*CreateConfiguredTargetRequest) GetRequestId ¶
func (x *CreateConfiguredTargetRequest) GetRequestId() string
func (*CreateConfiguredTargetRequest) ProtoMessage ¶
func (*CreateConfiguredTargetRequest) ProtoMessage()
func (*CreateConfiguredTargetRequest) ProtoReflect ¶
func (x *CreateConfiguredTargetRequest) ProtoReflect() protoreflect.Message
func (*CreateConfiguredTargetRequest) Reset ¶
func (x *CreateConfiguredTargetRequest) Reset()
func (*CreateConfiguredTargetRequest) String ¶
func (x *CreateConfiguredTargetRequest) String() string
type CreateFileSetRequest ¶
type CreateFileSetRequest struct { // A unique identifier for this request. Must be set to a different value for // each request that affects a given resource (eg. a random UUID). Required // for the operation to be idempotent. This is achieved by ignoring this // request if the last successful operation on the resource had the same // request ID. Restricted to 36 Unicode characters. RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // The name of the parent invocation in which the file set is created. // Its format must be invocations/${INVOCATION_ID} Parent string `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"` // The file set identifier. It can be any string up to 256 Unicode characters // long. FileSetId string `protobuf:"bytes,3,opt,name=file_set_id,json=fileSetId,proto3" json:"file_set_id,omitempty"` // The file set to create. Its name field will be ignored, since the name will // be derived from the id field above and assigned by the server. FileSet *FileSet `protobuf:"bytes,4,opt,name=file_set,json=fileSet,proto3" json:"file_set,omitempty"` // This is a token to authorize access to this invocation. It must be set to // the same value that was provided in the CreateInvocationRequest. AuthorizationToken string `protobuf:"bytes,5,opt,name=authorization_token,json=authorizationToken,proto3" json:"authorization_token,omitempty"` // contains filtered or unexported fields }
Request passed into CreateFileSet
func (*CreateFileSetRequest) Descriptor ¶
func (*CreateFileSetRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateFileSetRequest.ProtoReflect.Descriptor instead.
func (*CreateFileSetRequest) GetAuthorizationToken ¶
func (x *CreateFileSetRequest) GetAuthorizationToken() string
func (*CreateFileSetRequest) GetFileSet ¶
func (x *CreateFileSetRequest) GetFileSet() *FileSet
func (*CreateFileSetRequest) GetFileSetId ¶
func (x *CreateFileSetRequest) GetFileSetId() string
func (*CreateFileSetRequest) GetParent ¶
func (x *CreateFileSetRequest) GetParent() string
func (*CreateFileSetRequest) GetRequestId ¶
func (x *CreateFileSetRequest) GetRequestId() string
func (*CreateFileSetRequest) ProtoMessage ¶
func (*CreateFileSetRequest) ProtoMessage()
func (*CreateFileSetRequest) ProtoReflect ¶
func (x *CreateFileSetRequest) ProtoReflect() protoreflect.Message
func (*CreateFileSetRequest) Reset ¶
func (x *CreateFileSetRequest) Reset()
func (*CreateFileSetRequest) String ¶
func (x *CreateFileSetRequest) String() string
type CreateInvocationRequest ¶
type CreateInvocationRequest struct { // A unique identifier for this request. Must be set to a different value for // each request that affects a given resource (eg. a random UUID). Required // for the operation to be idempotent. This is achieved by ignoring this // request if the last successful operation on the resource had the same // request ID. If set, invocation_id must also be provided. // Restricted to 36 Unicode characters. RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // The invocation ID. It is optional, but strongly recommended. // // If left empty then a new unique ID will be assigned by the server. If // populated, a RFC 4122-compliant v4 UUID is preferred, but v3 or v5 UUIDs // are allowed too. InvocationId string `protobuf:"bytes,2,opt,name=invocation_id,json=invocationId,proto3" json:"invocation_id,omitempty"` // The invocation to create. Its name field will be ignored, since the name // will be derived from the id field above and assigned by the server. Invocation *Invocation `protobuf:"bytes,3,opt,name=invocation,proto3" json:"invocation,omitempty"` // This is a token to authorize upload access to this invocation. It must be // set to a RFC 4122-compliant v3, v4, or v5 UUID. Once this is set in // CreateInvocation, all other upload RPCs for that Invocation and any of its // child resources must also include the exact same token, or they will be // rejected. The generated token should be unique to this invocation, and it // should be kept secret. // // The purpose of this field is to prevent other users and tools from // clobbering your upload intentionally or accidentally. The standard way of // using this token is to create a second v4 UUID when the invocation_id is // created, and storing them together during the upload. Essentially, this is // a "password" to the invocation. AuthorizationToken string `protobuf:"bytes,4,opt,name=authorization_token,json=authorizationToken,proto3" json:"authorization_token,omitempty"` // By default, Invocations are auto-finalized if they are not modified for 24 // hours. If you need auto-finalize to happen sooner, set this field to the // time you'd like auto-finalize to occur. AutoFinalizeTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=auto_finalize_time,json=autoFinalizeTime,proto3" json:"auto_finalize_time,omitempty"` // Client provided unique token for batch upload to ensure data integrity and // to provide a way to resume batch upload in case of a distributed failure on // the client side. The standard uploading client is presumed to have many // machines uploading to ResultStore, and that any given machine could process // any given Invocation at any time. This field is used to coordinate between // the client's machines, resolve concurrency issues, and enforce "exactly // once" semantics on each batch within the upload. // // The typical usage of the resume_token is that it should contain a "key" // indicating to the client where it is in the upload process, so that the // client can use it to resume the upload by reconstructing the state of // upload from the point where it was interrupted. // // If this matches the previously uploaded resume_token, then this request // will silently do nothing, making CreateInvocation idempotent. // If this token is provided, all further upload RPCs must be done through // UploadBatch. This token must not be combined with request_id. // Must be web safe Base64 encoded bytes. InitialResumeToken string `protobuf:"bytes,7,opt,name=initial_resume_token,json=initialResumeToken,proto3" json:"initial_resume_token,omitempty"` // Client-specific data used to resume batch upload if an error occurs and // retry is needed. This serves a role closely related to resume_token, as // both fields may be used to provide state required to restore a Batch // Upload, but they differ in two important aspects: // - it is not compared to previous values, and as such does not provide // concurrency control; // - it allows for a larger payload, since the contents are never // inspected/compared; // The size of the message must be within 1 MiB. Too large requests will be // rejected. UploaderState []byte `protobuf:"bytes,8,opt,name=uploader_state,json=uploaderState,proto3" json:"uploader_state,omitempty"` // contains filtered or unexported fields }
Request passed into CreateInvocation
func (*CreateInvocationRequest) Descriptor ¶
func (*CreateInvocationRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateInvocationRequest.ProtoReflect.Descriptor instead.
func (*CreateInvocationRequest) GetAuthorizationToken ¶
func (x *CreateInvocationRequest) GetAuthorizationToken() string
func (*CreateInvocationRequest) GetAutoFinalizeTime ¶
func (x *CreateInvocationRequest) GetAutoFinalizeTime() *timestamppb.Timestamp
func (*CreateInvocationRequest) GetInitialResumeToken ¶
func (x *CreateInvocationRequest) GetInitialResumeToken() string
func (*CreateInvocationRequest) GetInvocation ¶
func (x *CreateInvocationRequest) GetInvocation() *Invocation
func (*CreateInvocationRequest) GetInvocationId ¶
func (x *CreateInvocationRequest) GetInvocationId() string
func (*CreateInvocationRequest) GetRequestId ¶
func (x *CreateInvocationRequest) GetRequestId() string
func (*CreateInvocationRequest) GetUploaderState ¶
func (x *CreateInvocationRequest) GetUploaderState() []byte
func (*CreateInvocationRequest) ProtoMessage ¶
func (*CreateInvocationRequest) ProtoMessage()
func (*CreateInvocationRequest) ProtoReflect ¶
func (x *CreateInvocationRequest) ProtoReflect() protoreflect.Message
func (*CreateInvocationRequest) Reset ¶
func (x *CreateInvocationRequest) Reset()
func (*CreateInvocationRequest) String ¶
func (x *CreateInvocationRequest) String() string
type CreateTargetRequest ¶
type CreateTargetRequest struct { // A unique identifier for this request. Must be set to a different value for // each request that affects a given resource (eg. a random UUID). Required // for the operation to be idempotent. This is achieved by ignoring this // request if the last successful operation on the resource had the same // request ID. Restricted to 36 Unicode characters. RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // The name of the parent invocation in which the target is created. // Its format must be invocations/${INVOCATION_ID} Parent string `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"` // The target identifier. It can be any string up to 1024 Unicode characters // long except for the reserved id '-'. TargetId string `protobuf:"bytes,3,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"` // The target to create. Its name field will be ignored, since the name will // be derived from the id field above and assigned by the server. Target *Target `protobuf:"bytes,4,opt,name=target,proto3" json:"target,omitempty"` // This is a token to authorize access to this invocation. It must be set to // the same value that was provided in the CreateInvocationRequest. AuthorizationToken string `protobuf:"bytes,5,opt,name=authorization_token,json=authorizationToken,proto3" json:"authorization_token,omitempty"` // contains filtered or unexported fields }
Request passed into CreateTarget
func (*CreateTargetRequest) Descriptor ¶
func (*CreateTargetRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateTargetRequest.ProtoReflect.Descriptor instead.
func (*CreateTargetRequest) GetAuthorizationToken ¶
func (x *CreateTargetRequest) GetAuthorizationToken() string
func (*CreateTargetRequest) GetParent ¶
func (x *CreateTargetRequest) GetParent() string
func (*CreateTargetRequest) GetRequestId ¶
func (x *CreateTargetRequest) GetRequestId() string
func (*CreateTargetRequest) GetTarget ¶
func (x *CreateTargetRequest) GetTarget() *Target
func (*CreateTargetRequest) GetTargetId ¶
func (x *CreateTargetRequest) GetTargetId() string
func (*CreateTargetRequest) ProtoMessage ¶
func (*CreateTargetRequest) ProtoMessage()
func (*CreateTargetRequest) ProtoReflect ¶
func (x *CreateTargetRequest) ProtoReflect() protoreflect.Message
func (*CreateTargetRequest) Reset ¶
func (x *CreateTargetRequest) Reset()
func (*CreateTargetRequest) String ¶
func (x *CreateTargetRequest) String() string
type DeleteInvocationRequest ¶
type DeleteInvocationRequest struct { // The name of the invocation. Its format must be: // invocations/${INVOCATION_ID} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request passed into DeleteInvocation
func (*DeleteInvocationRequest) Descriptor ¶
func (*DeleteInvocationRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteInvocationRequest.ProtoReflect.Descriptor instead.
func (*DeleteInvocationRequest) GetName ¶
func (x *DeleteInvocationRequest) GetName() string
func (*DeleteInvocationRequest) ProtoMessage ¶
func (*DeleteInvocationRequest) ProtoMessage()
func (*DeleteInvocationRequest) ProtoReflect ¶
func (x *DeleteInvocationRequest) ProtoReflect() protoreflect.Message
func (*DeleteInvocationRequest) Reset ¶
func (x *DeleteInvocationRequest) Reset()
func (*DeleteInvocationRequest) String ¶
func (x *DeleteInvocationRequest) String() string
type Dependency ¶
type Dependency struct { // The resource depended upon. It may be a Target, ConfiguredTarget, or // Action. // // Types that are assignable to Resource: // *Dependency_Target // *Dependency_ConfiguredTarget // *Dependency_Action Resource isDependency_Resource `protobuf_oneof:"resource"` // A label describing this dependency. // The label "Root Cause" is handled specially. It is used to point to the // exact resource that caused a resource to fail. Label string `protobuf:"bytes,4,opt,name=label,proto3" json:"label,omitempty"` // contains filtered or unexported fields }
Represents a dependency of a resource on another resource. This can be used to define a graph or a workflow paradigm through resources.
func (*Dependency) Descriptor ¶
func (*Dependency) Descriptor() ([]byte, []int)
Deprecated: Use Dependency.ProtoReflect.Descriptor instead.
func (*Dependency) GetAction ¶
func (x *Dependency) GetAction() string
func (*Dependency) GetConfiguredTarget ¶
func (x *Dependency) GetConfiguredTarget() string
func (*Dependency) GetLabel ¶
func (x *Dependency) GetLabel() string
func (*Dependency) GetResource ¶
func (m *Dependency) GetResource() isDependency_Resource
func (*Dependency) GetTarget ¶
func (x *Dependency) GetTarget() string
func (*Dependency) ProtoMessage ¶
func (*Dependency) ProtoMessage()
func (*Dependency) ProtoReflect ¶
func (x *Dependency) ProtoReflect() protoreflect.Message
func (*Dependency) Reset ¶
func (x *Dependency) Reset()
func (*Dependency) String ¶
func (x *Dependency) String() string
type Dependency_Action ¶
type Dependency_Action struct { // The name of an action. Its format must be: // invocations/${INVOCATION_ID}/targets/${url_encode(TARGET_ID)}/configuredTargets/${url_encode(CONFIG_ID)}/actions/${url_encode(ACTION_ID)} // This must point to an action under the same invocation. Action string `protobuf:"bytes,3,opt,name=action,proto3,oneof"` }
type Dependency_ConfiguredTarget ¶
type Dependency_ConfiguredTarget struct { // The name of a configured target. Its format must be: // invocations/${INVOCATION_ID}/targets/${url_encode(TARGET_ID)}/configuredTargets/${url_encode(CONFIG_ID)} // This must point to an configured target under the same invocation. ConfiguredTarget string `protobuf:"bytes,2,opt,name=configured_target,json=configuredTarget,proto3,oneof"` }
type Dependency_Target ¶
type Dependency_Target struct { // The name of a target. Its format must be: // invocations/${INVOCATION_ID}/targets/${url_encode(TARGET_ID)} // This must point to an target under the same invocation. Target string `protobuf:"bytes,1,opt,name=target,proto3,oneof"` }
type DownloadMetadata ¶
type DownloadMetadata struct { // The name of the download metadata. Its format will be: // invocations/${INVOCATION_ID}/downloadMetadata Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Indicates the upload status of the invocation, whether it is // post-processing, or immutable, etc. UploadStatus UploadStatus `` /* 147-byte string literal not displayed */ // contains filtered or unexported fields }
The download metadata for an invocation
func (*DownloadMetadata) Descriptor ¶
func (*DownloadMetadata) Descriptor() ([]byte, []int)
Deprecated: Use DownloadMetadata.ProtoReflect.Descriptor instead.
func (*DownloadMetadata) GetName ¶
func (x *DownloadMetadata) GetName() string
func (*DownloadMetadata) GetUploadStatus ¶
func (x *DownloadMetadata) GetUploadStatus() UploadStatus
func (*DownloadMetadata) ProtoMessage ¶
func (*DownloadMetadata) ProtoMessage()
func (*DownloadMetadata) ProtoReflect ¶
func (x *DownloadMetadata) ProtoReflect() protoreflect.Message
func (*DownloadMetadata) Reset ¶
func (x *DownloadMetadata) Reset()
func (*DownloadMetadata) String ¶
func (x *DownloadMetadata) String() string
type ExecutionStrategy ¶
type ExecutionStrategy int32
Indicates how/where this Action was executed.
const ( // The action did not indicate how it was executed. ExecutionStrategy_EXECUTION_STRATEGY_UNSPECIFIED ExecutionStrategy = 0 // The action was executed in some other form. ExecutionStrategy_OTHER_ENVIRONMENT ExecutionStrategy = 1 // The action used a remote build service. ExecutionStrategy_REMOTE_SERVICE ExecutionStrategy = 2 // The action was executed locally, in parallel with other actions. ExecutionStrategy_LOCAL_PARALLEL ExecutionStrategy = 3 // The action was executed locally, without parallelism. ExecutionStrategy_LOCAL_SEQUENTIAL ExecutionStrategy = 4 )
func (ExecutionStrategy) Descriptor ¶
func (ExecutionStrategy) Descriptor() protoreflect.EnumDescriptor
func (ExecutionStrategy) Enum ¶
func (x ExecutionStrategy) Enum() *ExecutionStrategy
func (ExecutionStrategy) EnumDescriptor ¶
func (ExecutionStrategy) EnumDescriptor() ([]byte, []int)
Deprecated: Use ExecutionStrategy.Descriptor instead.
func (ExecutionStrategy) Number ¶
func (x ExecutionStrategy) Number() protoreflect.EnumNumber
func (ExecutionStrategy) String ¶
func (x ExecutionStrategy) String() string
func (ExecutionStrategy) Type ¶
func (ExecutionStrategy) Type() protoreflect.EnumType
type File ¶
type File struct { // The identifier of the file or archive entry. // User-provided, must be unique for the repeated field it is in. When an // Append RPC is called with a Files field populated, if a File already exists // with this ID, that File will be overwritten with the new File proto. Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"` // The URI of a file. // This could also be the URI of an entire archive. // Most log data doesn't need to be stored forever, so a ttl is suggested. // Note that if you ever move or delete the file at this URI, the link from // the server will be broken. Uri string `protobuf:"bytes,2,opt,name=uri,proto3" json:"uri,omitempty"` // (Optional) The length of the file in bytes. Allows the filesize to be // shown in the UI. Omit if file is still being written or length is // not known. This could also be the length of an entire archive. Length *wrapperspb.Int64Value `protobuf:"bytes,3,opt,name=length,proto3" json:"length,omitempty"` // (Optional) The content-type (aka MIME-type) of the file. This is sent to // the web browser so it knows how to handle the file. (e.g. text/plain, // image/jpeg, text/html, etc). For zip archives, use "application/zip". ContentType string `protobuf:"bytes,4,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"` // (Optional) If the above path, length, and content_type are referring to an // archive, and you wish to refer to a particular entry within that archive, // put the particular archive entry data here. ArchiveEntry *ArchiveEntry `protobuf:"bytes,5,opt,name=archive_entry,json=archiveEntry,proto3" json:"archive_entry,omitempty"` // (Optional) A url to a content display app/site for this file or archive // entry. ContentViewer string `protobuf:"bytes,6,opt,name=content_viewer,json=contentViewer,proto3" json:"content_viewer,omitempty"` // (Optional) Whether to hide this file or archive entry in the UI. Defaults // to false. A checkbox lets users see hidden files, but they're hidden by // default. Hidden bool `protobuf:"varint,7,opt,name=hidden,proto3" json:"hidden,omitempty"` // (Optional) A short description of what this file or archive entry // contains. This description should help someone viewing the list of these // files to understand the purpose of this file and what they would want to // view it for. Description string `protobuf:"bytes,8,opt,name=description,proto3" json:"description,omitempty"` // (Optional) digest of this file in hexadecimal-like string if known. Digest string `protobuf:"bytes,9,opt,name=digest,proto3" json:"digest,omitempty"` // (Optional) The algorithm corresponding to the digest if known. HashType File_HashType `` /* 137-byte string literal not displayed */ // contains filtered or unexported fields }
The metadata for a file or an archive file entry.
func (*File) Descriptor ¶
Deprecated: Use File.ProtoReflect.Descriptor instead.
func (*File) GetArchiveEntry ¶
func (x *File) GetArchiveEntry() *ArchiveEntry
func (*File) GetContentType ¶
func (*File) GetContentViewer ¶
func (*File) GetDescription ¶
func (*File) GetHashType ¶
func (x *File) GetHashType() File_HashType
func (*File) GetLength ¶
func (x *File) GetLength() *wrapperspb.Int64Value
func (*File) ProtoMessage ¶
func (*File) ProtoMessage()
func (*File) ProtoReflect ¶
func (x *File) ProtoReflect() protoreflect.Message
type FileCoverage ¶
type FileCoverage struct { // Path of source file within the SourceContext of this Invocation. Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` // Details of lines in a file required to calculate line coverage. LineCoverage *LineCoverage `protobuf:"bytes,2,opt,name=line_coverage,json=lineCoverage,proto3" json:"line_coverage,omitempty"` // Details of branches in a file required to calculate branch coverage. BranchCoverage *BranchCoverage `protobuf:"bytes,3,opt,name=branch_coverage,json=branchCoverage,proto3" json:"branch_coverage,omitempty"` // contains filtered or unexported fields }
Describes code coverage for a particular file under test.
func (*FileCoverage) Descriptor ¶
func (*FileCoverage) Descriptor() ([]byte, []int)
Deprecated: Use FileCoverage.ProtoReflect.Descriptor instead.
func (*FileCoverage) GetBranchCoverage ¶
func (x *FileCoverage) GetBranchCoverage() *BranchCoverage
func (*FileCoverage) GetLineCoverage ¶
func (x *FileCoverage) GetLineCoverage() *LineCoverage
func (*FileCoverage) GetPath ¶
func (x *FileCoverage) GetPath() string
func (*FileCoverage) ProtoMessage ¶
func (*FileCoverage) ProtoMessage()
func (*FileCoverage) ProtoReflect ¶
func (x *FileCoverage) ProtoReflect() protoreflect.Message
func (*FileCoverage) Reset ¶
func (x *FileCoverage) Reset()
func (*FileCoverage) String ¶
func (x *FileCoverage) String() string
type FileProcessingError ¶
type FileProcessingError struct { // The type of error that occurred. Type FileProcessingErrorType `protobuf:"varint,1,opt,name=type,proto3,enum=google.devtools.resultstore.v2.FileProcessingErrorType" json:"type,omitempty"` // Error message describing the problem. Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
Stores an error reading or parsing a file during post-processing.
func (*FileProcessingError) Descriptor ¶
func (*FileProcessingError) Descriptor() ([]byte, []int)
Deprecated: Use FileProcessingError.ProtoReflect.Descriptor instead.
func (*FileProcessingError) GetMessage ¶
func (x *FileProcessingError) GetMessage() string
func (*FileProcessingError) GetType ¶
func (x *FileProcessingError) GetType() FileProcessingErrorType
func (*FileProcessingError) ProtoMessage ¶
func (*FileProcessingError) ProtoMessage()
func (*FileProcessingError) ProtoReflect ¶
func (x *FileProcessingError) ProtoReflect() protoreflect.Message
func (*FileProcessingError) Reset ¶
func (x *FileProcessingError) Reset()
func (*FileProcessingError) String ¶
func (x *FileProcessingError) String() string
type FileProcessingErrorType ¶
type FileProcessingErrorType int32
Errors in file post-processing are categorized using this enum.
const ( // Type unspecified or not listed here. FileProcessingErrorType_FILE_PROCESSING_ERROR_TYPE_UNSPECIFIED FileProcessingErrorType = 0 // A read error occurred trying to read the file. FileProcessingErrorType_GENERIC_READ_ERROR FileProcessingErrorType = 1 // There was an error trying to parse the file. FileProcessingErrorType_GENERIC_PARSE_ERROR FileProcessingErrorType = 2 // File is exceeds size limit. FileProcessingErrorType_FILE_TOO_LARGE FileProcessingErrorType = 3 // The result of parsing the file exceeded size limit. FileProcessingErrorType_OUTPUT_TOO_LARGE FileProcessingErrorType = 4 // Read access to the file was denied by file system. FileProcessingErrorType_ACCESS_DENIED FileProcessingErrorType = 5 // Deadline exceeded trying to read the file. FileProcessingErrorType_DEADLINE_EXCEEDED FileProcessingErrorType = 6 // File not found. FileProcessingErrorType_NOT_FOUND FileProcessingErrorType = 7 // File is empty but was expected to have content. FileProcessingErrorType_FILE_EMPTY FileProcessingErrorType = 8 )
func (FileProcessingErrorType) Descriptor ¶
func (FileProcessingErrorType) Descriptor() protoreflect.EnumDescriptor
func (FileProcessingErrorType) Enum ¶
func (x FileProcessingErrorType) Enum() *FileProcessingErrorType
func (FileProcessingErrorType) EnumDescriptor ¶
func (FileProcessingErrorType) EnumDescriptor() ([]byte, []int)
Deprecated: Use FileProcessingErrorType.Descriptor instead.
func (FileProcessingErrorType) Number ¶
func (x FileProcessingErrorType) Number() protoreflect.EnumNumber
func (FileProcessingErrorType) String ¶
func (x FileProcessingErrorType) String() string
func (FileProcessingErrorType) Type ¶
func (FileProcessingErrorType) Type() protoreflect.EnumType
type FileProcessingErrors ¶
type FileProcessingErrors struct { // The uid of the File being read or parsed. FileUid string `protobuf:"bytes,1,opt,name=file_uid,json=fileUid,proto3" json:"file_uid,omitempty"` // What went wrong. FileProcessingErrors []*FileProcessingError `protobuf:"bytes,3,rep,name=file_processing_errors,json=fileProcessingErrors,proto3" json:"file_processing_errors,omitempty"` // contains filtered or unexported fields }
Stores errors reading or parsing a file during post-processing.
func (*FileProcessingErrors) Descriptor ¶
func (*FileProcessingErrors) Descriptor() ([]byte, []int)
Deprecated: Use FileProcessingErrors.ProtoReflect.Descriptor instead.
func (*FileProcessingErrors) GetFileProcessingErrors ¶
func (x *FileProcessingErrors) GetFileProcessingErrors() []*FileProcessingError
func (*FileProcessingErrors) GetFileUid ¶
func (x *FileProcessingErrors) GetFileUid() string
func (*FileProcessingErrors) ProtoMessage ¶
func (*FileProcessingErrors) ProtoMessage()
func (*FileProcessingErrors) ProtoReflect ¶
func (x *FileProcessingErrors) ProtoReflect() protoreflect.Message
func (*FileProcessingErrors) Reset ¶
func (x *FileProcessingErrors) Reset()
func (*FileProcessingErrors) String ¶
func (x *FileProcessingErrors) String() string
type FileSet ¶
type FileSet struct { // The format of this FileSet resource name must be: // invocations/${INVOCATION_ID}/fileSets/${url_encode(FILE_SET_ID)} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The resource ID components that identify the file set. They must match the // resource name after proper encoding. Id *FileSet_Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // List of names of other file sets that are referenced from this one. // Each name must point to a file set under the same invocation. The name // format must be: invocations/${INVOCATION_ID}/fileSets/${FILE_SET_ID} FileSets []string `protobuf:"bytes,3,rep,name=file_sets,json=fileSets,proto3" json:"file_sets,omitempty"` // Files that are contained within this file set. // The uid field in the file should be unique for the Invocation. Files []*File `protobuf:"bytes,4,rep,name=files,proto3" json:"files,omitempty"` // contains filtered or unexported fields }
This resource represents a set of Files and other (nested) FileSets. A FileSet is a node in the graph, and the file_sets field represents the outgoing edges. A resource may reference various nodes in the graph to represent the transitive closure of all files from those nodes. The FileSets must form a directed acyclic graph. The Upload API is unable to enforce that the graph is acyclic at write time, and if cycles are written, it may cause issues at read time.
A FileSet may be referenced by other resources in conjunction with Files. A File is preferred for something that can only be ever referenced by one resource, and a FileSet is preferred if it can be reference by multiple resources.
func (*FileSet) Descriptor ¶
Deprecated: Use FileSet.ProtoReflect.Descriptor instead.
func (*FileSet) GetFileSets ¶
func (*FileSet) GetId ¶
func (x *FileSet) GetId() *FileSet_Id
func (*FileSet) ProtoMessage ¶
func (*FileSet) ProtoMessage()
func (*FileSet) ProtoReflect ¶
func (x *FileSet) ProtoReflect() protoreflect.Message
type FileSet_Id ¶
type FileSet_Id struct { // The Invocation ID. InvocationId string `protobuf:"bytes,1,opt,name=invocation_id,json=invocationId,proto3" json:"invocation_id,omitempty"` // The FileSet ID. FileSetId string `protobuf:"bytes,2,opt,name=file_set_id,json=fileSetId,proto3" json:"file_set_id,omitempty"` // contains filtered or unexported fields }
The resource ID components that identify the FileSet.
func (*FileSet_Id) Descriptor ¶
func (*FileSet_Id) Descriptor() ([]byte, []int)
Deprecated: Use FileSet_Id.ProtoReflect.Descriptor instead.
func (*FileSet_Id) GetFileSetId ¶
func (x *FileSet_Id) GetFileSetId() string
func (*FileSet_Id) GetInvocationId ¶
func (x *FileSet_Id) GetInvocationId() string
func (*FileSet_Id) ProtoMessage ¶
func (*FileSet_Id) ProtoMessage()
func (*FileSet_Id) ProtoReflect ¶
func (x *FileSet_Id) ProtoReflect() protoreflect.Message
func (*FileSet_Id) Reset ¶
func (x *FileSet_Id) Reset()
func (*FileSet_Id) String ¶
func (x *FileSet_Id) String() string
type File_HashType ¶
type File_HashType int32
If known, the hash function used to compute this digest.
const ( // Unknown File_HASH_TYPE_UNSPECIFIED File_HashType = 0 // MD5 File_MD5 File_HashType = 1 // SHA-1 File_SHA1 File_HashType = 2 // SHA-256 File_SHA256 File_HashType = 3 )
func (File_HashType) Descriptor ¶
func (File_HashType) Descriptor() protoreflect.EnumDescriptor
func (File_HashType) Enum ¶
func (x File_HashType) Enum() *File_HashType
func (File_HashType) EnumDescriptor ¶
func (File_HashType) EnumDescriptor() ([]byte, []int)
Deprecated: Use File_HashType.Descriptor instead.
func (File_HashType) Number ¶
func (x File_HashType) Number() protoreflect.EnumNumber
func (File_HashType) String ¶
func (x File_HashType) String() string
func (File_HashType) Type ¶
func (File_HashType) Type() protoreflect.EnumType
type FinalizeConfiguredTargetRequest ¶
type FinalizeConfiguredTargetRequest struct { // The name of the configured target. Its format must be: // invocations/${INVOCATION_ID}/targets/${url_encode(TARGET_ID)}/configuredTargets/${url_encode(CONFIG_ID)} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // This is a token to authorize access to this invocation. It must be set to // the same value that was provided in the CreateInvocationRequest. AuthorizationToken string `protobuf:"bytes,3,opt,name=authorization_token,json=authorizationToken,proto3" json:"authorization_token,omitempty"` // contains filtered or unexported fields }
Request passed into FinalizeConfiguredTarget
func (*FinalizeConfiguredTargetRequest) Descriptor ¶
func (*FinalizeConfiguredTargetRequest) Descriptor() ([]byte, []int)
Deprecated: Use FinalizeConfiguredTargetRequest.ProtoReflect.Descriptor instead.
func (*FinalizeConfiguredTargetRequest) GetAuthorizationToken ¶
func (x *FinalizeConfiguredTargetRequest) GetAuthorizationToken() string
func (*FinalizeConfiguredTargetRequest) GetName ¶
func (x *FinalizeConfiguredTargetRequest) GetName() string
func (*FinalizeConfiguredTargetRequest) ProtoMessage ¶
func (*FinalizeConfiguredTargetRequest) ProtoMessage()
func (*FinalizeConfiguredTargetRequest) ProtoReflect ¶
func (x *FinalizeConfiguredTargetRequest) ProtoReflect() protoreflect.Message
func (*FinalizeConfiguredTargetRequest) Reset ¶
func (x *FinalizeConfiguredTargetRequest) Reset()
func (*FinalizeConfiguredTargetRequest) String ¶
func (x *FinalizeConfiguredTargetRequest) String() string
type FinalizeConfiguredTargetResponse ¶
type FinalizeConfiguredTargetResponse struct { // The name of the configured target. Its format must be: // invocations/${INVOCATION_ID}/targets/${url_encode(TARGET_ID)}/configuredTargets/${url_encode(CONFIG_ID)} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The resource ID components that identify the ConfiguredTarget. Id *ConfiguredTarget_Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
Response returned from FinalizeConfiguredTarget
func (*FinalizeConfiguredTargetResponse) Descriptor ¶
func (*FinalizeConfiguredTargetResponse) Descriptor() ([]byte, []int)
Deprecated: Use FinalizeConfiguredTargetResponse.ProtoReflect.Descriptor instead.
func (*FinalizeConfiguredTargetResponse) GetId ¶
func (x *FinalizeConfiguredTargetResponse) GetId() *ConfiguredTarget_Id
func (*FinalizeConfiguredTargetResponse) GetName ¶
func (x *FinalizeConfiguredTargetResponse) GetName() string
func (*FinalizeConfiguredTargetResponse) ProtoMessage ¶
func (*FinalizeConfiguredTargetResponse) ProtoMessage()
func (*FinalizeConfiguredTargetResponse) ProtoReflect ¶
func (x *FinalizeConfiguredTargetResponse) ProtoReflect() protoreflect.Message
func (*FinalizeConfiguredTargetResponse) Reset ¶
func (x *FinalizeConfiguredTargetResponse) Reset()
func (*FinalizeConfiguredTargetResponse) String ¶
func (x *FinalizeConfiguredTargetResponse) String() string
type FinalizeInvocationRequest ¶
type FinalizeInvocationRequest struct { // The name of the invocation. Its format must be: // invocations/${INVOCATION_ID} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // This is a token to authorize access to this invocation. It must be set to // the same value that was provided in the CreateInvocationRequest. AuthorizationToken string `protobuf:"bytes,3,opt,name=authorization_token,json=authorizationToken,proto3" json:"authorization_token,omitempty"` // contains filtered or unexported fields }
Request passed into FinalizeInvocation
func (*FinalizeInvocationRequest) Descriptor ¶
func (*FinalizeInvocationRequest) Descriptor() ([]byte, []int)
Deprecated: Use FinalizeInvocationRequest.ProtoReflect.Descriptor instead.
func (*FinalizeInvocationRequest) GetAuthorizationToken ¶
func (x *FinalizeInvocationRequest) GetAuthorizationToken() string
func (*FinalizeInvocationRequest) GetName ¶
func (x *FinalizeInvocationRequest) GetName() string
func (*FinalizeInvocationRequest) ProtoMessage ¶
func (*FinalizeInvocationRequest) ProtoMessage()
func (*FinalizeInvocationRequest) ProtoReflect ¶
func (x *FinalizeInvocationRequest) ProtoReflect() protoreflect.Message
func (*FinalizeInvocationRequest) Reset ¶
func (x *FinalizeInvocationRequest) Reset()
func (*FinalizeInvocationRequest) String ¶
func (x *FinalizeInvocationRequest) String() string
type FinalizeInvocationResponse ¶
type FinalizeInvocationResponse struct { // The name of the invocation. Its format will be: // invocations/${INVOCATION_ID} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The resource ID components that identify the Invocation. Id *Invocation_Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
Response returned from FinalizeInvocation
func (*FinalizeInvocationResponse) Descriptor ¶
func (*FinalizeInvocationResponse) Descriptor() ([]byte, []int)
Deprecated: Use FinalizeInvocationResponse.ProtoReflect.Descriptor instead.
func (*FinalizeInvocationResponse) GetId ¶
func (x *FinalizeInvocationResponse) GetId() *Invocation_Id
func (*FinalizeInvocationResponse) GetName ¶
func (x *FinalizeInvocationResponse) GetName() string
func (*FinalizeInvocationResponse) ProtoMessage ¶
func (*FinalizeInvocationResponse) ProtoMessage()
func (*FinalizeInvocationResponse) ProtoReflect ¶
func (x *FinalizeInvocationResponse) ProtoReflect() protoreflect.Message
func (*FinalizeInvocationResponse) Reset ¶
func (x *FinalizeInvocationResponse) Reset()
func (*FinalizeInvocationResponse) String ¶
func (x *FinalizeInvocationResponse) String() string
type FinalizeTargetRequest ¶
type FinalizeTargetRequest struct { // The name of the target. Its format must be: // invocations/${INVOCATION_ID}/targets/${url_encode(TARGET_ID)} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // This is a token to authorize access to this invocation. It must be set to // the same value that was provided in the CreateInvocationRequest. AuthorizationToken string `protobuf:"bytes,3,opt,name=authorization_token,json=authorizationToken,proto3" json:"authorization_token,omitempty"` // contains filtered or unexported fields }
Request passed into FinalizeTarget
func (*FinalizeTargetRequest) Descriptor ¶
func (*FinalizeTargetRequest) Descriptor() ([]byte, []int)
Deprecated: Use FinalizeTargetRequest.ProtoReflect.Descriptor instead.
func (*FinalizeTargetRequest) GetAuthorizationToken ¶
func (x *FinalizeTargetRequest) GetAuthorizationToken() string
func (*FinalizeTargetRequest) GetName ¶
func (x *FinalizeTargetRequest) GetName() string
func (*FinalizeTargetRequest) ProtoMessage ¶
func (*FinalizeTargetRequest) ProtoMessage()
func (*FinalizeTargetRequest) ProtoReflect ¶
func (x *FinalizeTargetRequest) ProtoReflect() protoreflect.Message
func (*FinalizeTargetRequest) Reset ¶
func (x *FinalizeTargetRequest) Reset()
func (*FinalizeTargetRequest) String ¶
func (x *FinalizeTargetRequest) String() string
type FinalizeTargetResponse ¶
type FinalizeTargetResponse struct { // The name of the target. Its format will be: // invocations/${INVOCATION_ID}/targets/${url_encode(TARGET_ID)} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The resource ID components that identify the Target. Id *Target_Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
Response returned from FinalizeTarget
func (*FinalizeTargetResponse) Descriptor ¶
func (*FinalizeTargetResponse) Descriptor() ([]byte, []int)
Deprecated: Use FinalizeTargetResponse.ProtoReflect.Descriptor instead.
func (*FinalizeTargetResponse) GetId ¶
func (x *FinalizeTargetResponse) GetId() *Target_Id
func (*FinalizeTargetResponse) GetName ¶
func (x *FinalizeTargetResponse) GetName() string
func (*FinalizeTargetResponse) ProtoMessage ¶
func (*FinalizeTargetResponse) ProtoMessage()
func (*FinalizeTargetResponse) ProtoReflect ¶
func (x *FinalizeTargetResponse) ProtoReflect() protoreflect.Message
func (*FinalizeTargetResponse) Reset ¶
func (x *FinalizeTargetResponse) Reset()
func (*FinalizeTargetResponse) String ¶
func (x *FinalizeTargetResponse) String() string
type GetActionRequest ¶
type GetActionRequest struct { // The name of the action to retrieve. It must match this format: // invocations/${INVOCATION_ID}/targets/${url_encode(TARGET_ID)}/configuredTargets/${url_encode(CONFIGURATION_ID)}/actions/${url_encode(ACTION_ID)} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request passed into GetAction
func (*GetActionRequest) Descriptor ¶
func (*GetActionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetActionRequest.ProtoReflect.Descriptor instead.
func (*GetActionRequest) GetName ¶
func (x *GetActionRequest) GetName() string
func (*GetActionRequest) ProtoMessage ¶
func (*GetActionRequest) ProtoMessage()
func (*GetActionRequest) ProtoReflect ¶
func (x *GetActionRequest) ProtoReflect() protoreflect.Message
func (*GetActionRequest) Reset ¶
func (x *GetActionRequest) Reset()
func (*GetActionRequest) String ¶
func (x *GetActionRequest) String() string
type GetConfigurationRequest ¶
type GetConfigurationRequest struct { // The name of the configuration to retrieve. It must match this format: // invocations/${INVOCATION_ID}/configs/${url_encode(CONFIGURATION_ID)} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request passed into GetConfiguration
func (*GetConfigurationRequest) Descriptor ¶
func (*GetConfigurationRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetConfigurationRequest.ProtoReflect.Descriptor instead.
func (*GetConfigurationRequest) GetName ¶
func (x *GetConfigurationRequest) GetName() string
func (*GetConfigurationRequest) ProtoMessage ¶
func (*GetConfigurationRequest) ProtoMessage()
func (*GetConfigurationRequest) ProtoReflect ¶
func (x *GetConfigurationRequest) ProtoReflect() protoreflect.Message
func (*GetConfigurationRequest) Reset ¶
func (x *GetConfigurationRequest) Reset()
func (*GetConfigurationRequest) String ¶
func (x *GetConfigurationRequest) String() string
type GetConfiguredTargetRequest ¶
type GetConfiguredTargetRequest struct { // The name of the configured target to retrieve. It must match this format: // invocations/${INVOCATION_ID}/targets/${url_encode(TARGET_ID)}/configuredTargets/${url_encode(CONFIGURATION_ID)} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request passed into GetConfiguredTarget
func (*GetConfiguredTargetRequest) Descriptor ¶
func (*GetConfiguredTargetRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetConfiguredTargetRequest.ProtoReflect.Descriptor instead.
func (*GetConfiguredTargetRequest) GetName ¶
func (x *GetConfiguredTargetRequest) GetName() string
func (*GetConfiguredTargetRequest) ProtoMessage ¶
func (*GetConfiguredTargetRequest) ProtoMessage()
func (*GetConfiguredTargetRequest) ProtoReflect ¶
func (x *GetConfiguredTargetRequest) ProtoReflect() protoreflect.Message
func (*GetConfiguredTargetRequest) Reset ¶
func (x *GetConfiguredTargetRequest) Reset()
func (*GetConfiguredTargetRequest) String ¶
func (x *GetConfiguredTargetRequest) String() string
type GetFileRequest ¶
type GetFileRequest struct { // This corresponds to the uri field in the File message. Uri string `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"` // The offset for the first byte to return in the read, relative to the start // of the resource. // // A `read_offset` that is negative or greater than the size of the resource // will cause an `OUT_OF_RANGE` error. ReadOffset int64 `protobuf:"varint,2,opt,name=read_offset,json=readOffset,proto3" json:"read_offset,omitempty"` // The maximum number of `data` bytes the server is allowed to return in the // sum of all `ReadResponse` messages. A `read_limit` of zero indicates that // there is no limit, and a negative `read_limit` will cause an error. // // If the stream returns fewer bytes than allowed by the `read_limit` and no // error occurred, the stream includes all data from the `read_offset` to the // end of the resource. ReadLimit int64 `protobuf:"varint,3,opt,name=read_limit,json=readLimit,proto3" json:"read_limit,omitempty"` // Only applies if the referenced file is a known archive type (ar, jar, zip) // The above read_offset and read_limit fields are applied to this entry. // If this file is not an archive, INVALID_ARGUMENT is thrown. ArchiveEntry string `protobuf:"bytes,4,opt,name=archive_entry,json=archiveEntry,proto3" json:"archive_entry,omitempty"` // contains filtered or unexported fields }
Request object for GetFile
func (*GetFileRequest) Descriptor ¶
func (*GetFileRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetFileRequest.ProtoReflect.Descriptor instead.
func (*GetFileRequest) GetArchiveEntry ¶
func (x *GetFileRequest) GetArchiveEntry() string
func (*GetFileRequest) GetReadLimit ¶
func (x *GetFileRequest) GetReadLimit() int64
func (*GetFileRequest) GetReadOffset ¶
func (x *GetFileRequest) GetReadOffset() int64
func (*GetFileRequest) GetUri ¶
func (x *GetFileRequest) GetUri() string
func (*GetFileRequest) ProtoMessage ¶
func (*GetFileRequest) ProtoMessage()
func (*GetFileRequest) ProtoReflect ¶
func (x *GetFileRequest) ProtoReflect() protoreflect.Message
func (*GetFileRequest) Reset ¶
func (x *GetFileRequest) Reset()
func (*GetFileRequest) String ¶
func (x *GetFileRequest) String() string
type GetFileResponse ¶
type GetFileResponse struct { // The file data. Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
Response object for GetFile
func (*GetFileResponse) Descriptor ¶
func (*GetFileResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetFileResponse.ProtoReflect.Descriptor instead.
func (*GetFileResponse) GetData ¶
func (x *GetFileResponse) GetData() []byte
func (*GetFileResponse) ProtoMessage ¶
func (*GetFileResponse) ProtoMessage()
func (*GetFileResponse) ProtoReflect ¶
func (x *GetFileResponse) ProtoReflect() protoreflect.Message
func (*GetFileResponse) Reset ¶
func (x *GetFileResponse) Reset()
func (*GetFileResponse) String ¶
func (x *GetFileResponse) String() string
type GetFileSetRequest ¶
type GetFileSetRequest struct { // The name of the file set to retrieve. It must match this format: // invocations/${INVOCATION_ID}/fileSets/${url_encode(FILE_SET_ID)} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request passed into GetFileSet
func (*GetFileSetRequest) Descriptor ¶
func (*GetFileSetRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetFileSetRequest.ProtoReflect.Descriptor instead.
func (*GetFileSetRequest) GetName ¶
func (x *GetFileSetRequest) GetName() string
func (*GetFileSetRequest) ProtoMessage ¶
func (*GetFileSetRequest) ProtoMessage()
func (*GetFileSetRequest) ProtoReflect ¶
func (x *GetFileSetRequest) ProtoReflect() protoreflect.Message
func (*GetFileSetRequest) Reset ¶
func (x *GetFileSetRequest) Reset()
func (*GetFileSetRequest) String ¶
func (x *GetFileSetRequest) String() string
type GetFileTailRequest ¶
type GetFileTailRequest struct { // This corresponds to the uri field in the File message. Uri string `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"` // The offset for the first byte to return in the read, relative to the end // of the resource. // // A `read_offset` that is negative or greater than the size of the resource // will cause an `OUT_OF_RANGE` error. ReadOffset int64 `protobuf:"varint,2,opt,name=read_offset,json=readOffset,proto3" json:"read_offset,omitempty"` // The maximum number of `data` bytes the server is allowed to return. The // server will return bytes starting from the tail of the file. // // A `read_limit` of zero indicates that there is no limit, and a negative // `read_limit` will cause an error. ReadLimit int64 `protobuf:"varint,3,opt,name=read_limit,json=readLimit,proto3" json:"read_limit,omitempty"` // Only applies if the referenced file is a known archive type (ar, jar, zip) // The above read_offset and read_limit fields are applied to this entry. // If this file is not an archive, INVALID_ARGUMENT is thrown. ArchiveEntry string `protobuf:"bytes,4,opt,name=archive_entry,json=archiveEntry,proto3" json:"archive_entry,omitempty"` // contains filtered or unexported fields }
Request object for GetFileTail
func (*GetFileTailRequest) Descriptor ¶
func (*GetFileTailRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetFileTailRequest.ProtoReflect.Descriptor instead.
func (*GetFileTailRequest) GetArchiveEntry ¶
func (x *GetFileTailRequest) GetArchiveEntry() string
func (*GetFileTailRequest) GetReadLimit ¶
func (x *GetFileTailRequest) GetReadLimit() int64
func (*GetFileTailRequest) GetReadOffset ¶
func (x *GetFileTailRequest) GetReadOffset() int64
func (*GetFileTailRequest) GetUri ¶
func (x *GetFileTailRequest) GetUri() string
func (*GetFileTailRequest) ProtoMessage ¶
func (*GetFileTailRequest) ProtoMessage()
func (*GetFileTailRequest) ProtoReflect ¶
func (x *GetFileTailRequest) ProtoReflect() protoreflect.Message
func (*GetFileTailRequest) Reset ¶
func (x *GetFileTailRequest) Reset()
func (*GetFileTailRequest) String ¶
func (x *GetFileTailRequest) String() string
type GetFileTailResponse ¶
type GetFileTailResponse struct { // The file data, encoded with UTF-8. Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
Response object for GetFileTail
func (*GetFileTailResponse) Descriptor ¶
func (*GetFileTailResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetFileTailResponse.ProtoReflect.Descriptor instead.
func (*GetFileTailResponse) GetData ¶
func (x *GetFileTailResponse) GetData() []byte