bazelworkspacelogpb

package
v0.0.0-...-677f5df Latest Latest
Warning

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

Go to latest
Published: May 1, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_src_main_java_com_google_devtools_build_lib_bazel_debug_workspace_log_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type DeleteEvent

type DeleteEvent struct {
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteEvent) Descriptor deprecated

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

Deprecated: Use DeleteEvent.ProtoReflect.Descriptor instead.

func (*DeleteEvent) GetPath

func (x *DeleteEvent) GetPath() string

func (*DeleteEvent) ProtoMessage

func (*DeleteEvent) ProtoMessage()

func (*DeleteEvent) ProtoReflect

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

func (*DeleteEvent) Reset

func (x *DeleteEvent) Reset()

func (*DeleteEvent) String

func (x *DeleteEvent) String() string

type DownloadAndExtractEvent

type DownloadAndExtractEvent struct {
	Url         []string `protobuf:"bytes,1,rep,name=url,proto3" json:"url,omitempty"`
	Output      string   `protobuf:"bytes,2,opt,name=output,proto3" json:"output,omitempty"`
	Sha256      string   `protobuf:"bytes,3,opt,name=sha256,proto3" json:"sha256,omitempty"`
	Type        string   `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	StripPrefix string   `protobuf:"bytes,5,opt,name=strip_prefix,json=stripPrefix,proto3" json:"strip_prefix,omitempty"`
	Integrity   string   `protobuf:"bytes,6,opt,name=integrity,proto3" json:"integrity,omitempty"`
	// contains filtered or unexported fields
}

func (*DownloadAndExtractEvent) Descriptor deprecated

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

Deprecated: Use DownloadAndExtractEvent.ProtoReflect.Descriptor instead.

func (*DownloadAndExtractEvent) GetIntegrity

func (x *DownloadAndExtractEvent) GetIntegrity() string

func (*DownloadAndExtractEvent) GetOutput

func (x *DownloadAndExtractEvent) GetOutput() string

func (*DownloadAndExtractEvent) GetSha256

func (x *DownloadAndExtractEvent) GetSha256() string

func (*DownloadAndExtractEvent) GetStripPrefix

func (x *DownloadAndExtractEvent) GetStripPrefix() string

func (*DownloadAndExtractEvent) GetType

func (x *DownloadAndExtractEvent) GetType() string

func (*DownloadAndExtractEvent) GetUrl

func (x *DownloadAndExtractEvent) GetUrl() []string

func (*DownloadAndExtractEvent) ProtoMessage

func (*DownloadAndExtractEvent) ProtoMessage()

func (*DownloadAndExtractEvent) ProtoReflect

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

func (*DownloadAndExtractEvent) Reset

func (x *DownloadAndExtractEvent) Reset()

func (*DownloadAndExtractEvent) String

func (x *DownloadAndExtractEvent) String() string

type DownloadEvent

type DownloadEvent struct {
	Url        []string `protobuf:"bytes,1,rep,name=url,proto3" json:"url,omitempty"`
	Output     string   `protobuf:"bytes,2,opt,name=output,proto3" json:"output,omitempty"`
	Sha256     string   `protobuf:"bytes,3,opt,name=sha256,proto3" json:"sha256,omitempty"`
	Executable bool     `protobuf:"varint,4,opt,name=executable,proto3" json:"executable,omitempty"`
	Integrity  string   `protobuf:"bytes,5,opt,name=integrity,proto3" json:"integrity,omitempty"`
	// contains filtered or unexported fields
}

func (*DownloadEvent) Descriptor deprecated

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

Deprecated: Use DownloadEvent.ProtoReflect.Descriptor instead.

func (*DownloadEvent) GetExecutable

func (x *DownloadEvent) GetExecutable() bool

func (*DownloadEvent) GetIntegrity

func (x *DownloadEvent) GetIntegrity() string

func (*DownloadEvent) GetOutput

func (x *DownloadEvent) GetOutput() string

func (*DownloadEvent) GetSha256

func (x *DownloadEvent) GetSha256() string

func (*DownloadEvent) GetUrl

func (x *DownloadEvent) GetUrl() []string

func (*DownloadEvent) ProtoMessage

func (*DownloadEvent) ProtoMessage()

func (*DownloadEvent) ProtoReflect

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

func (*DownloadEvent) Reset

func (x *DownloadEvent) Reset()

func (*DownloadEvent) String

func (x *DownloadEvent) String() string

type ExecuteEvent

type ExecuteEvent struct {
	Arguments       []string          `protobuf:"bytes,2,rep,name=arguments,proto3" json:"arguments,omitempty"`
	TimeoutSeconds  int32             `protobuf:"varint,3,opt,name=timeout_seconds,json=timeoutSeconds,proto3" json:"timeout_seconds,omitempty"`
	Environment     map[string]string `` /* 163-byte string literal not displayed */
	Quiet           bool              `protobuf:"varint,5,opt,name=quiet,proto3" json:"quiet,omitempty"`
	OutputDirectory string            `protobuf:"bytes,6,opt,name=output_directory,json=outputDirectory,proto3" json:"output_directory,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecuteEvent) Descriptor deprecated

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

Deprecated: Use ExecuteEvent.ProtoReflect.Descriptor instead.

func (*ExecuteEvent) GetArguments

func (x *ExecuteEvent) GetArguments() []string

func (*ExecuteEvent) GetEnvironment

func (x *ExecuteEvent) GetEnvironment() map[string]string

func (*ExecuteEvent) GetOutputDirectory

func (x *ExecuteEvent) GetOutputDirectory() string

func (*ExecuteEvent) GetQuiet

func (x *ExecuteEvent) GetQuiet() bool

func (*ExecuteEvent) GetTimeoutSeconds

func (x *ExecuteEvent) GetTimeoutSeconds() int32

func (*ExecuteEvent) ProtoMessage

func (*ExecuteEvent) ProtoMessage()

func (*ExecuteEvent) ProtoReflect

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

func (*ExecuteEvent) Reset

func (x *ExecuteEvent) Reset()

func (*ExecuteEvent) String

func (x *ExecuteEvent) String() string

type ExtractEvent

type ExtractEvent struct {
	Archive     string `protobuf:"bytes,1,opt,name=archive,proto3" json:"archive,omitempty"`
	Output      string `protobuf:"bytes,2,opt,name=output,proto3" json:"output,omitempty"`
	StripPrefix string `protobuf:"bytes,3,opt,name=strip_prefix,json=stripPrefix,proto3" json:"strip_prefix,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtractEvent) Descriptor deprecated

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

Deprecated: Use ExtractEvent.ProtoReflect.Descriptor instead.

func (*ExtractEvent) GetArchive

func (x *ExtractEvent) GetArchive() string

func (*ExtractEvent) GetOutput

func (x *ExtractEvent) GetOutput() string

func (*ExtractEvent) GetStripPrefix

func (x *ExtractEvent) GetStripPrefix() string

func (*ExtractEvent) ProtoMessage

func (*ExtractEvent) ProtoMessage()

func (*ExtractEvent) ProtoReflect

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

func (*ExtractEvent) Reset

func (x *ExtractEvent) Reset()

func (*ExtractEvent) String

func (x *ExtractEvent) String() string

type FileEvent

type FileEvent struct {
	Path       string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Content    string `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	Executable bool   `protobuf:"varint,3,opt,name=executable,proto3" json:"executable,omitempty"`
	// contains filtered or unexported fields
}

func (*FileEvent) Descriptor deprecated

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

Deprecated: Use FileEvent.ProtoReflect.Descriptor instead.

func (*FileEvent) GetContent

func (x *FileEvent) GetContent() string

func (*FileEvent) GetExecutable

func (x *FileEvent) GetExecutable() bool

func (*FileEvent) GetPath

func (x *FileEvent) GetPath() string

func (*FileEvent) ProtoMessage

func (*FileEvent) ProtoMessage()

func (*FileEvent) ProtoReflect

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

func (*FileEvent) Reset

func (x *FileEvent) Reset()

func (*FileEvent) String

func (x *FileEvent) String() string

type OsEvent

type OsEvent struct {
	// contains filtered or unexported fields
}

func (*OsEvent) Descriptor deprecated

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

Deprecated: Use OsEvent.ProtoReflect.Descriptor instead.

func (*OsEvent) ProtoMessage

func (*OsEvent) ProtoMessage()

func (*OsEvent) ProtoReflect

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

func (*OsEvent) Reset

func (x *OsEvent) Reset()

func (*OsEvent) String

func (x *OsEvent) String() string

type PatchEvent

type PatchEvent struct {
	PatchFile string `protobuf:"bytes,1,opt,name=patch_file,json=patchFile,proto3" json:"patch_file,omitempty"`
	Strip     int32  `protobuf:"varint,2,opt,name=strip,proto3" json:"strip,omitempty"`
	// contains filtered or unexported fields
}

func (*PatchEvent) Descriptor deprecated

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

Deprecated: Use PatchEvent.ProtoReflect.Descriptor instead.

func (*PatchEvent) GetPatchFile

func (x *PatchEvent) GetPatchFile() string

func (*PatchEvent) GetStrip

func (x *PatchEvent) GetStrip() int32

func (*PatchEvent) ProtoMessage

func (*PatchEvent) ProtoMessage()

func (*PatchEvent) ProtoReflect

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

func (*PatchEvent) Reset

func (x *PatchEvent) Reset()

func (*PatchEvent) String

func (x *PatchEvent) String() string

type ReadEvent

type ReadEvent struct {
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadEvent) Descriptor deprecated

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

Deprecated: Use ReadEvent.ProtoReflect.Descriptor instead.

func (*ReadEvent) GetPath

func (x *ReadEvent) GetPath() string

func (*ReadEvent) ProtoMessage

func (*ReadEvent) ProtoMessage()

func (*ReadEvent) ProtoReflect

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

func (*ReadEvent) Reset

func (x *ReadEvent) Reset()

func (*ReadEvent) String

func (x *ReadEvent) String() string

type SymlinkEvent

type SymlinkEvent struct {
	Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"`
	Path   string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*SymlinkEvent) Descriptor deprecated

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

Deprecated: Use SymlinkEvent.ProtoReflect.Descriptor instead.

func (*SymlinkEvent) GetPath

func (x *SymlinkEvent) GetPath() string

func (*SymlinkEvent) GetTarget

func (x *SymlinkEvent) GetTarget() string

func (*SymlinkEvent) ProtoMessage

func (*SymlinkEvent) ProtoMessage()

func (*SymlinkEvent) ProtoReflect

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

func (*SymlinkEvent) Reset

func (x *SymlinkEvent) Reset()

func (*SymlinkEvent) String

func (x *SymlinkEvent) String() string

type TemplateEvent

type TemplateEvent struct {
	Path          string            `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Template      string            `protobuf:"bytes,2,opt,name=template,proto3" json:"template,omitempty"`
	Substitutions map[string]string `` /* 167-byte string literal not displayed */
	Executable    bool              `protobuf:"varint,4,opt,name=executable,proto3" json:"executable,omitempty"`
	// contains filtered or unexported fields
}

func (*TemplateEvent) Descriptor deprecated

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

Deprecated: Use TemplateEvent.ProtoReflect.Descriptor instead.

func (*TemplateEvent) GetExecutable

func (x *TemplateEvent) GetExecutable() bool

func (*TemplateEvent) GetPath

func (x *TemplateEvent) GetPath() string

func (*TemplateEvent) GetSubstitutions

func (x *TemplateEvent) GetSubstitutions() map[string]string

func (*TemplateEvent) GetTemplate

func (x *TemplateEvent) GetTemplate() string

func (*TemplateEvent) ProtoMessage

func (*TemplateEvent) ProtoMessage()

func (*TemplateEvent) ProtoReflect

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

func (*TemplateEvent) Reset

func (x *TemplateEvent) Reset()

func (*TemplateEvent) String

func (x *TemplateEvent) String() string

type WhichEvent

type WhichEvent struct {
	Program string `protobuf:"bytes,1,opt,name=program,proto3" json:"program,omitempty"`
	// contains filtered or unexported fields
}

func (*WhichEvent) Descriptor deprecated

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

Deprecated: Use WhichEvent.ProtoReflect.Descriptor instead.

func (*WhichEvent) GetProgram

func (x *WhichEvent) GetProgram() string

func (*WhichEvent) ProtoMessage

func (*WhichEvent) ProtoMessage()

func (*WhichEvent) ProtoReflect

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

func (*WhichEvent) Reset

func (x *WhichEvent) Reset()

func (*WhichEvent) String

func (x *WhichEvent) String() string

type WorkspaceEvent

type WorkspaceEvent struct {
	Location string `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	Rule     string `protobuf:"bytes,2,opt,name=rule,proto3" json:"rule,omitempty"`
	// Types that are assignable to Event:
	//	*WorkspaceEvent_ExecuteEvent
	//	*WorkspaceEvent_DownloadEvent
	//	*WorkspaceEvent_DownloadAndExtractEvent
	//	*WorkspaceEvent_FileEvent
	//	*WorkspaceEvent_OsEvent
	//	*WorkspaceEvent_SymlinkEvent
	//	*WorkspaceEvent_TemplateEvent
	//	*WorkspaceEvent_WhichEvent
	//	*WorkspaceEvent_ExtractEvent
	//	*WorkspaceEvent_ReadEvent
	//	*WorkspaceEvent_DeleteEvent
	//	*WorkspaceEvent_PatchEvent
	Event isWorkspaceEvent_Event `protobuf_oneof:"event"`
	// contains filtered or unexported fields
}

func (*WorkspaceEvent) Descriptor deprecated

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

Deprecated: Use WorkspaceEvent.ProtoReflect.Descriptor instead.

func (*WorkspaceEvent) GetDeleteEvent

func (x *WorkspaceEvent) GetDeleteEvent() *DeleteEvent

func (*WorkspaceEvent) GetDownloadAndExtractEvent

func (x *WorkspaceEvent) GetDownloadAndExtractEvent() *DownloadAndExtractEvent

func (*WorkspaceEvent) GetDownloadEvent

func (x *WorkspaceEvent) GetDownloadEvent() *DownloadEvent

func (*WorkspaceEvent) GetEvent

func (m *WorkspaceEvent) GetEvent() isWorkspaceEvent_Event

func (*WorkspaceEvent) GetExecuteEvent

func (x *WorkspaceEvent) GetExecuteEvent() *ExecuteEvent

func (*WorkspaceEvent) GetExtractEvent

func (x *WorkspaceEvent) GetExtractEvent() *ExtractEvent

func (*WorkspaceEvent) GetFileEvent

func (x *WorkspaceEvent) GetFileEvent() *FileEvent

func (*WorkspaceEvent) GetLocation

func (x *WorkspaceEvent) GetLocation() string

func (*WorkspaceEvent) GetOsEvent

func (x *WorkspaceEvent) GetOsEvent() *OsEvent

func (*WorkspaceEvent) GetPatchEvent

func (x *WorkspaceEvent) GetPatchEvent() *PatchEvent

func (*WorkspaceEvent) GetReadEvent

func (x *WorkspaceEvent) GetReadEvent() *ReadEvent

func (*WorkspaceEvent) GetRule

func (x *WorkspaceEvent) GetRule() string

func (*WorkspaceEvent) GetSymlinkEvent

func (x *WorkspaceEvent) GetSymlinkEvent() *SymlinkEvent

func (*WorkspaceEvent) GetTemplateEvent

func (x *WorkspaceEvent) GetTemplateEvent() *TemplateEvent

func (*WorkspaceEvent) GetWhichEvent

func (x *WorkspaceEvent) GetWhichEvent() *WhichEvent

func (*WorkspaceEvent) ProtoMessage

func (*WorkspaceEvent) ProtoMessage()

func (*WorkspaceEvent) ProtoReflect

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

func (*WorkspaceEvent) Reset

func (x *WorkspaceEvent) Reset()

func (*WorkspaceEvent) String

func (x *WorkspaceEvent) String() string

type WorkspaceEvent_DeleteEvent

type WorkspaceEvent_DeleteEvent struct {
	DeleteEvent *DeleteEvent `protobuf:"bytes,13,opt,name=delete_event,json=deleteEvent,proto3,oneof"`
}

type WorkspaceEvent_DownloadAndExtractEvent

type WorkspaceEvent_DownloadAndExtractEvent struct {
	DownloadAndExtractEvent *DownloadAndExtractEvent `protobuf:"bytes,5,opt,name=download_and_extract_event,json=downloadAndExtractEvent,proto3,oneof"`
}

type WorkspaceEvent_DownloadEvent

type WorkspaceEvent_DownloadEvent struct {
	DownloadEvent *DownloadEvent `protobuf:"bytes,4,opt,name=download_event,json=downloadEvent,proto3,oneof"`
}

type WorkspaceEvent_ExecuteEvent

type WorkspaceEvent_ExecuteEvent struct {
	ExecuteEvent *ExecuteEvent `protobuf:"bytes,3,opt,name=execute_event,json=executeEvent,proto3,oneof"`
}

type WorkspaceEvent_ExtractEvent

type WorkspaceEvent_ExtractEvent struct {
	ExtractEvent *ExtractEvent `protobuf:"bytes,11,opt,name=extract_event,json=extractEvent,proto3,oneof"`
}

type WorkspaceEvent_FileEvent

type WorkspaceEvent_FileEvent struct {
	FileEvent *FileEvent `protobuf:"bytes,6,opt,name=file_event,json=fileEvent,proto3,oneof"`
}

type WorkspaceEvent_OsEvent

type WorkspaceEvent_OsEvent struct {
	OsEvent *OsEvent `protobuf:"bytes,7,opt,name=os_event,json=osEvent,proto3,oneof"`
}

type WorkspaceEvent_PatchEvent

type WorkspaceEvent_PatchEvent struct {
	PatchEvent *PatchEvent `protobuf:"bytes,14,opt,name=patch_event,json=patchEvent,proto3,oneof"`
}

type WorkspaceEvent_ReadEvent

type WorkspaceEvent_ReadEvent struct {
	ReadEvent *ReadEvent `protobuf:"bytes,12,opt,name=read_event,json=readEvent,proto3,oneof"`
}

type WorkspaceEvent_SymlinkEvent

type WorkspaceEvent_SymlinkEvent struct {
	SymlinkEvent *SymlinkEvent `protobuf:"bytes,8,opt,name=symlink_event,json=symlinkEvent,proto3,oneof"`
}

type WorkspaceEvent_TemplateEvent

type WorkspaceEvent_TemplateEvent struct {
	TemplateEvent *TemplateEvent `protobuf:"bytes,9,opt,name=template_event,json=templateEvent,proto3,oneof"`
}

type WorkspaceEvent_WhichEvent

type WorkspaceEvent_WhichEvent struct {
	WhichEvent *WhichEvent `protobuf:"bytes,10,opt,name=which_event,json=whichEvent,proto3,oneof"`
}

Jump to

Keyboard shortcuts

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