bazeloutputservice

package
v0.0.0-...-ea22f37 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2024 License: Apache-2.0 Imports: 10 Imported by: 2

Documentation

Index

Constants

View Source
const (
	BazelOutputService_Clean_FullMethodName             = "/bazel_output_service.BazelOutputService/Clean"
	BazelOutputService_StartBuild_FullMethodName        = "/bazel_output_service.BazelOutputService/StartBuild"
	BazelOutputService_StageArtifacts_FullMethodName    = "/bazel_output_service.BazelOutputService/StageArtifacts"
	BazelOutputService_FinalizeArtifacts_FullMethodName = "/bazel_output_service.BazelOutputService/FinalizeArtifacts"
	BazelOutputService_FinalizeBuild_FullMethodName     = "/bazel_output_service.BazelOutputService/FinalizeBuild"
	BazelOutputService_BatchStat_FullMethodName         = "/bazel_output_service.BazelOutputService/BatchStat"
)

Variables

View Source
var BazelOutputService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "bazel_output_service.BazelOutputService",
	HandlerType: (*BazelOutputServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Clean",
			Handler:    _BazelOutputService_Clean_Handler,
		},
		{
			MethodName: "StartBuild",
			Handler:    _BazelOutputService_StartBuild_Handler,
		},
		{
			MethodName: "StageArtifacts",
			Handler:    _BazelOutputService_StageArtifacts_Handler,
		},
		{
			MethodName: "FinalizeArtifacts",
			Handler:    _BazelOutputService_FinalizeArtifacts_Handler,
		},
		{
			MethodName: "FinalizeBuild",
			Handler:    _BazelOutputService_FinalizeBuild_Handler,
		},
		{
			MethodName: "BatchStat",
			Handler:    _BazelOutputService_BatchStat_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "pkg/proto/bazeloutputservice/bazel_output_service.proto",
}

BazelOutputService_ServiceDesc is the grpc.ServiceDesc for BazelOutputService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_pkg_proto_bazeloutputservice_bazel_output_service_proto protoreflect.FileDescriptor

Functions

func RegisterBazelOutputServiceServer

func RegisterBazelOutputServiceServer(s grpc.ServiceRegistrar, srv BazelOutputServiceServer)

Types

type BatchStatRequest

type BatchStatRequest struct {
	BuildId string   `protobuf:"bytes,1,opt,name=build_id,json=buildId,proto3" json:"build_id,omitempty"`
	Paths   []string `protobuf:"bytes,2,rep,name=paths,proto3" json:"paths,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchStatRequest) Descriptor deprecated

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

Deprecated: Use BatchStatRequest.ProtoReflect.Descriptor instead.

func (*BatchStatRequest) GetBuildId

func (x *BatchStatRequest) GetBuildId() string

func (*BatchStatRequest) GetPaths

func (x *BatchStatRequest) GetPaths() []string

func (*BatchStatRequest) ProtoMessage

func (*BatchStatRequest) ProtoMessage()

func (*BatchStatRequest) ProtoReflect

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

func (*BatchStatRequest) Reset

func (x *BatchStatRequest) Reset()

func (*BatchStatRequest) String

func (x *BatchStatRequest) String() string

type BatchStatResponse

type BatchStatResponse struct {
	Responses []*BatchStatResponse_StatResponse `protobuf:"bytes,1,rep,name=responses,proto3" json:"responses,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchStatResponse) Descriptor deprecated

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

Deprecated: Use BatchStatResponse.ProtoReflect.Descriptor instead.

func (*BatchStatResponse) GetResponses

func (*BatchStatResponse) ProtoMessage

func (*BatchStatResponse) ProtoMessage()

func (*BatchStatResponse) ProtoReflect

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

func (*BatchStatResponse) Reset

func (x *BatchStatResponse) Reset()

func (*BatchStatResponse) String

func (x *BatchStatResponse) String() string

type BatchStatResponse_Stat

type BatchStatResponse_Stat struct {

	// Types that are assignable to Type:
	//
	//	*BatchStatResponse_Stat_File_
	//	*BatchStatResponse_Stat_Symlink_
	//	*BatchStatResponse_Stat_Directory_
	Type isBatchStatResponse_Stat_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*BatchStatResponse_Stat) Descriptor deprecated

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

Deprecated: Use BatchStatResponse_Stat.ProtoReflect.Descriptor instead.

func (*BatchStatResponse_Stat) GetDirectory

func (*BatchStatResponse_Stat) GetFile

func (*BatchStatResponse_Stat) GetType

func (m *BatchStatResponse_Stat) GetType() isBatchStatResponse_Stat_Type

func (*BatchStatResponse_Stat) ProtoMessage

func (*BatchStatResponse_Stat) ProtoMessage()

func (*BatchStatResponse_Stat) ProtoReflect

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

func (*BatchStatResponse_Stat) Reset

func (x *BatchStatResponse_Stat) Reset()

func (*BatchStatResponse_Stat) String

func (x *BatchStatResponse_Stat) String() string

type BatchStatResponse_StatResponse

type BatchStatResponse_StatResponse struct {
	Stat *BatchStatResponse_Stat `protobuf:"bytes,1,opt,name=stat,proto3" json:"stat,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchStatResponse_StatResponse) Descriptor deprecated

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

Deprecated: Use BatchStatResponse_StatResponse.ProtoReflect.Descriptor instead.

func (*BatchStatResponse_StatResponse) GetStat

func (*BatchStatResponse_StatResponse) ProtoMessage

func (*BatchStatResponse_StatResponse) ProtoMessage()

func (*BatchStatResponse_StatResponse) ProtoReflect

func (*BatchStatResponse_StatResponse) Reset

func (x *BatchStatResponse_StatResponse) Reset()

func (*BatchStatResponse_StatResponse) String

type BatchStatResponse_Stat_Directory

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

func (*BatchStatResponse_Stat_Directory) Descriptor deprecated

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

Deprecated: Use BatchStatResponse_Stat_Directory.ProtoReflect.Descriptor instead.

func (*BatchStatResponse_Stat_Directory) ProtoMessage

func (*BatchStatResponse_Stat_Directory) ProtoMessage()

func (*BatchStatResponse_Stat_Directory) ProtoReflect

func (*BatchStatResponse_Stat_Directory) Reset

func (*BatchStatResponse_Stat_Directory) String

type BatchStatResponse_Stat_Directory_

type BatchStatResponse_Stat_Directory_ struct {
	Directory *BatchStatResponse_Stat_Directory `protobuf:"bytes,3,opt,name=directory,proto3,oneof"`
}

type BatchStatResponse_Stat_File

type BatchStatResponse_Stat_File struct {
	Locator *anypb.Any `protobuf:"bytes,1,opt,name=locator,proto3" json:"locator,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchStatResponse_Stat_File) Descriptor deprecated

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

Deprecated: Use BatchStatResponse_Stat_File.ProtoReflect.Descriptor instead.

func (*BatchStatResponse_Stat_File) GetLocator

func (x *BatchStatResponse_Stat_File) GetLocator() *anypb.Any

func (*BatchStatResponse_Stat_File) ProtoMessage

func (*BatchStatResponse_Stat_File) ProtoMessage()

func (*BatchStatResponse_Stat_File) ProtoReflect

func (*BatchStatResponse_Stat_File) Reset

func (x *BatchStatResponse_Stat_File) Reset()

func (*BatchStatResponse_Stat_File) String

func (x *BatchStatResponse_Stat_File) String() string

type BatchStatResponse_Stat_File_

type BatchStatResponse_Stat_File_ struct {
	File *BatchStatResponse_Stat_File `protobuf:"bytes,1,opt,name=file,proto3,oneof"`
}
type BatchStatResponse_Stat_Symlink struct {
	Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchStatResponse_Stat_Symlink) Descriptor deprecated

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

Deprecated: Use BatchStatResponse_Stat_Symlink.ProtoReflect.Descriptor instead.

func (*BatchStatResponse_Stat_Symlink) GetTarget

func (x *BatchStatResponse_Stat_Symlink) GetTarget() string

func (*BatchStatResponse_Stat_Symlink) ProtoMessage

func (*BatchStatResponse_Stat_Symlink) ProtoMessage()

func (*BatchStatResponse_Stat_Symlink) ProtoReflect

func (*BatchStatResponse_Stat_Symlink) Reset

func (x *BatchStatResponse_Stat_Symlink) Reset()

func (*BatchStatResponse_Stat_Symlink) String

type BatchStatResponse_Stat_Symlink_ struct {
	Symlink *BatchStatResponse_Stat_Symlink `protobuf:"bytes,2,opt,name=symlink,proto3,oneof"`
}

type BazelOutputServiceClient

type BazelOutputServiceClient interface {
	Clean(ctx context.Context, in *CleanRequest, opts ...grpc.CallOption) (*CleanResponse, error)
	StartBuild(ctx context.Context, in *StartBuildRequest, opts ...grpc.CallOption) (*StartBuildResponse, error)
	StageArtifacts(ctx context.Context, in *StageArtifactsRequest, opts ...grpc.CallOption) (*StageArtifactsResponse, error)
	FinalizeArtifacts(ctx context.Context, in *FinalizeArtifactsRequest, opts ...grpc.CallOption) (*FinalizeArtifactsResponse, error)
	FinalizeBuild(ctx context.Context, in *FinalizeBuildRequest, opts ...grpc.CallOption) (*FinalizeBuildResponse, error)
	BatchStat(ctx context.Context, in *BatchStatRequest, opts ...grpc.CallOption) (*BatchStatResponse, error)
}

BazelOutputServiceClient is the client API for BazelOutputService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type BazelOutputServiceServer

BazelOutputServiceServer is the server API for BazelOutputService service. All implementations should embed UnimplementedBazelOutputServiceServer for forward compatibility

type CleanRequest

type CleanRequest struct {
	OutputBaseId string `protobuf:"bytes,1,opt,name=output_base_id,json=outputBaseId,proto3" json:"output_base_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CleanRequest) Descriptor deprecated

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

Deprecated: Use CleanRequest.ProtoReflect.Descriptor instead.

func (*CleanRequest) GetOutputBaseId

func (x *CleanRequest) GetOutputBaseId() string

func (*CleanRequest) ProtoMessage

func (*CleanRequest) ProtoMessage()

func (*CleanRequest) ProtoReflect

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

func (*CleanRequest) Reset

func (x *CleanRequest) Reset()

func (*CleanRequest) String

func (x *CleanRequest) String() string

type CleanResponse

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

func (*CleanResponse) Descriptor deprecated

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

Deprecated: Use CleanResponse.ProtoReflect.Descriptor instead.

func (*CleanResponse) ProtoMessage

func (*CleanResponse) ProtoMessage()

func (*CleanResponse) ProtoReflect

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

func (*CleanResponse) Reset

func (x *CleanResponse) Reset()

func (*CleanResponse) String

func (x *CleanResponse) String() string

type FinalizeArtifactsRequest

type FinalizeArtifactsRequest struct {
	BuildId   string                               `protobuf:"bytes,1,opt,name=build_id,json=buildId,proto3" json:"build_id,omitempty"`
	Artifacts []*FinalizeArtifactsRequest_Artifact `protobuf:"bytes,2,rep,name=artifacts,proto3" json:"artifacts,omitempty"`
	// contains filtered or unexported fields
}

func (*FinalizeArtifactsRequest) Descriptor deprecated

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

Deprecated: Use FinalizeArtifactsRequest.ProtoReflect.Descriptor instead.

func (*FinalizeArtifactsRequest) GetArtifacts

func (*FinalizeArtifactsRequest) GetBuildId

func (x *FinalizeArtifactsRequest) GetBuildId() string

func (*FinalizeArtifactsRequest) ProtoMessage

func (*FinalizeArtifactsRequest) ProtoMessage()

func (*FinalizeArtifactsRequest) ProtoReflect

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

func (*FinalizeArtifactsRequest) Reset

func (x *FinalizeArtifactsRequest) Reset()

func (*FinalizeArtifactsRequest) String

func (x *FinalizeArtifactsRequest) String() string

type FinalizeArtifactsRequest_Artifact

type FinalizeArtifactsRequest_Artifact struct {
	Path    string     `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Locator *anypb.Any `protobuf:"bytes,2,opt,name=locator,proto3" json:"locator,omitempty"`
	// contains filtered or unexported fields
}

func (*FinalizeArtifactsRequest_Artifact) Descriptor deprecated

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

Deprecated: Use FinalizeArtifactsRequest_Artifact.ProtoReflect.Descriptor instead.

func (*FinalizeArtifactsRequest_Artifact) GetLocator

func (x *FinalizeArtifactsRequest_Artifact) GetLocator() *anypb.Any

func (*FinalizeArtifactsRequest_Artifact) GetPath

func (*FinalizeArtifactsRequest_Artifact) ProtoMessage

func (*FinalizeArtifactsRequest_Artifact) ProtoMessage()

func (*FinalizeArtifactsRequest_Artifact) ProtoReflect

func (*FinalizeArtifactsRequest_Artifact) Reset

func (*FinalizeArtifactsRequest_Artifact) String

type FinalizeArtifactsResponse

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

func (*FinalizeArtifactsResponse) Descriptor deprecated

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

Deprecated: Use FinalizeArtifactsResponse.ProtoReflect.Descriptor instead.

func (*FinalizeArtifactsResponse) ProtoMessage

func (*FinalizeArtifactsResponse) ProtoMessage()

func (*FinalizeArtifactsResponse) ProtoReflect

func (*FinalizeArtifactsResponse) Reset

func (x *FinalizeArtifactsResponse) Reset()

func (*FinalizeArtifactsResponse) String

func (x *FinalizeArtifactsResponse) String() string

type FinalizeBuildRequest

type FinalizeBuildRequest struct {
	BuildId         string `protobuf:"bytes,1,opt,name=build_id,json=buildId,proto3" json:"build_id,omitempty"`
	BuildSuccessful bool   `protobuf:"varint,2,opt,name=build_successful,json=buildSuccessful,proto3" json:"build_successful,omitempty"`
	// contains filtered or unexported fields
}

func (*FinalizeBuildRequest) Descriptor deprecated

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

Deprecated: Use FinalizeBuildRequest.ProtoReflect.Descriptor instead.

func (*FinalizeBuildRequest) GetBuildId

func (x *FinalizeBuildRequest) GetBuildId() string

func (*FinalizeBuildRequest) GetBuildSuccessful

func (x *FinalizeBuildRequest) GetBuildSuccessful() bool

func (*FinalizeBuildRequest) ProtoMessage

func (*FinalizeBuildRequest) ProtoMessage()

func (*FinalizeBuildRequest) ProtoReflect

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

func (*FinalizeBuildRequest) Reset

func (x *FinalizeBuildRequest) Reset()

func (*FinalizeBuildRequest) String

func (x *FinalizeBuildRequest) String() string

type FinalizeBuildResponse

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

func (*FinalizeBuildResponse) Descriptor deprecated

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

Deprecated: Use FinalizeBuildResponse.ProtoReflect.Descriptor instead.

func (*FinalizeBuildResponse) ProtoMessage

func (*FinalizeBuildResponse) ProtoMessage()

func (*FinalizeBuildResponse) ProtoReflect

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

func (*FinalizeBuildResponse) Reset

func (x *FinalizeBuildResponse) Reset()

func (*FinalizeBuildResponse) String

func (x *FinalizeBuildResponse) String() string

type InitialOutputPathContents

type InitialOutputPathContents struct {
	BuildId              string   `protobuf:"bytes,1,opt,name=build_id,json=buildId,proto3" json:"build_id,omitempty"`
	ModifiedPathPrefixes []string `protobuf:"bytes,2,rep,name=modified_path_prefixes,json=modifiedPathPrefixes,proto3" json:"modified_path_prefixes,omitempty"`
	// contains filtered or unexported fields
}

func (*InitialOutputPathContents) Descriptor deprecated

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

Deprecated: Use InitialOutputPathContents.ProtoReflect.Descriptor instead.

func (*InitialOutputPathContents) GetBuildId

func (x *InitialOutputPathContents) GetBuildId() string

func (*InitialOutputPathContents) GetModifiedPathPrefixes

func (x *InitialOutputPathContents) GetModifiedPathPrefixes() []string

func (*InitialOutputPathContents) ProtoMessage

func (*InitialOutputPathContents) ProtoMessage()

func (*InitialOutputPathContents) ProtoReflect

func (*InitialOutputPathContents) Reset

func (x *InitialOutputPathContents) Reset()

func (*InitialOutputPathContents) String

func (x *InitialOutputPathContents) String() string

type StageArtifactsRequest

type StageArtifactsRequest struct {
	BuildId   string                            `protobuf:"bytes,1,opt,name=build_id,json=buildId,proto3" json:"build_id,omitempty"`
	Artifacts []*StageArtifactsRequest_Artifact `protobuf:"bytes,2,rep,name=artifacts,proto3" json:"artifacts,omitempty"`
	// contains filtered or unexported fields
}

func (*StageArtifactsRequest) Descriptor deprecated

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

Deprecated: Use StageArtifactsRequest.ProtoReflect.Descriptor instead.

func (*StageArtifactsRequest) GetArtifacts

func (*StageArtifactsRequest) GetBuildId

func (x *StageArtifactsRequest) GetBuildId() string

func (*StageArtifactsRequest) ProtoMessage

func (*StageArtifactsRequest) ProtoMessage()

func (*StageArtifactsRequest) ProtoReflect

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

func (*StageArtifactsRequest) Reset

func (x *StageArtifactsRequest) Reset()

func (*StageArtifactsRequest) String

func (x *StageArtifactsRequest) String() string

type StageArtifactsRequest_Artifact

type StageArtifactsRequest_Artifact struct {
	Path    string     `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Locator *anypb.Any `protobuf:"bytes,2,opt,name=locator,proto3" json:"locator,omitempty"`
	// contains filtered or unexported fields
}

func (*StageArtifactsRequest_Artifact) Descriptor deprecated

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

Deprecated: Use StageArtifactsRequest_Artifact.ProtoReflect.Descriptor instead.

func (*StageArtifactsRequest_Artifact) GetLocator

func (x *StageArtifactsRequest_Artifact) GetLocator() *anypb.Any

func (*StageArtifactsRequest_Artifact) GetPath

func (*StageArtifactsRequest_Artifact) ProtoMessage

func (*StageArtifactsRequest_Artifact) ProtoMessage()

func (*StageArtifactsRequest_Artifact) ProtoReflect

func (*StageArtifactsRequest_Artifact) Reset

func (x *StageArtifactsRequest_Artifact) Reset()

func (*StageArtifactsRequest_Artifact) String

type StageArtifactsResponse

type StageArtifactsResponse struct {
	Responses []*StageArtifactsResponse_Response `protobuf:"bytes,1,rep,name=responses,proto3" json:"responses,omitempty"`
	// contains filtered or unexported fields
}

func (*StageArtifactsResponse) Descriptor deprecated

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

Deprecated: Use StageArtifactsResponse.ProtoReflect.Descriptor instead.

func (*StageArtifactsResponse) GetResponses

func (*StageArtifactsResponse) ProtoMessage

func (*StageArtifactsResponse) ProtoMessage()

func (*StageArtifactsResponse) ProtoReflect

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

func (*StageArtifactsResponse) Reset

func (x *StageArtifactsResponse) Reset()

func (*StageArtifactsResponse) String

func (x *StageArtifactsResponse) String() string

type StageArtifactsResponse_Response

type StageArtifactsResponse_Response struct {
	Status *status.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*StageArtifactsResponse_Response) Descriptor deprecated

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

Deprecated: Use StageArtifactsResponse_Response.ProtoReflect.Descriptor instead.

func (*StageArtifactsResponse_Response) GetStatus

func (*StageArtifactsResponse_Response) ProtoMessage

func (*StageArtifactsResponse_Response) ProtoMessage()

func (*StageArtifactsResponse_Response) ProtoReflect

func (*StageArtifactsResponse_Response) Reset

func (*StageArtifactsResponse_Response) String

type StartBuildRequest

type StartBuildRequest struct {
	Version           int32             `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	OutputBaseId      string            `protobuf:"bytes,2,opt,name=output_base_id,json=outputBaseId,proto3" json:"output_base_id,omitempty"`
	BuildId           string            `protobuf:"bytes,3,opt,name=build_id,json=buildId,proto3" json:"build_id,omitempty"`
	Args              *anypb.Any        `protobuf:"bytes,4,opt,name=args,proto3" json:"args,omitempty"`
	OutputPathPrefix  string            `protobuf:"bytes,5,opt,name=output_path_prefix,json=outputPathPrefix,proto3" json:"output_path_prefix,omitempty"`
	OutputPathAliases map[string]string `` /* 202-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*StartBuildRequest) Descriptor deprecated

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

Deprecated: Use StartBuildRequest.ProtoReflect.Descriptor instead.

func (*StartBuildRequest) GetArgs

func (x *StartBuildRequest) GetArgs() *anypb.Any

func (*StartBuildRequest) GetBuildId

func (x *StartBuildRequest) GetBuildId() string

func (*StartBuildRequest) GetOutputBaseId

func (x *StartBuildRequest) GetOutputBaseId() string

func (*StartBuildRequest) GetOutputPathAliases

func (x *StartBuildRequest) GetOutputPathAliases() map[string]string

func (*StartBuildRequest) GetOutputPathPrefix

func (x *StartBuildRequest) GetOutputPathPrefix() string

func (*StartBuildRequest) GetVersion

func (x *StartBuildRequest) GetVersion() int32

func (*StartBuildRequest) ProtoMessage

func (*StartBuildRequest) ProtoMessage()

func (*StartBuildRequest) ProtoReflect

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

func (*StartBuildRequest) Reset

func (x *StartBuildRequest) Reset()

func (*StartBuildRequest) String

func (x *StartBuildRequest) String() string

type StartBuildResponse

type StartBuildResponse struct {
	InitialOutputPathContents *InitialOutputPathContents `` /* 140-byte string literal not displayed */
	OutputPathSuffix          string                     `protobuf:"bytes,2,opt,name=output_path_suffix,json=outputPathSuffix,proto3" json:"output_path_suffix,omitempty"`
	// contains filtered or unexported fields
}

func (*StartBuildResponse) Descriptor deprecated

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

Deprecated: Use StartBuildResponse.ProtoReflect.Descriptor instead.

func (*StartBuildResponse) GetInitialOutputPathContents

func (x *StartBuildResponse) GetInitialOutputPathContents() *InitialOutputPathContents

func (*StartBuildResponse) GetOutputPathSuffix

func (x *StartBuildResponse) GetOutputPathSuffix() string

func (*StartBuildResponse) ProtoMessage

func (*StartBuildResponse) ProtoMessage()

func (*StartBuildResponse) ProtoReflect

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

func (*StartBuildResponse) Reset

func (x *StartBuildResponse) Reset()

func (*StartBuildResponse) String

func (x *StartBuildResponse) String() string

type UnimplementedBazelOutputServiceServer

type UnimplementedBazelOutputServiceServer struct {
}

UnimplementedBazelOutputServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedBazelOutputServiceServer) BatchStat

func (UnimplementedBazelOutputServiceServer) Clean

func (UnimplementedBazelOutputServiceServer) FinalizeArtifacts

func (UnimplementedBazelOutputServiceServer) FinalizeBuild

func (UnimplementedBazelOutputServiceServer) StageArtifacts

func (UnimplementedBazelOutputServiceServer) StartBuild

type UnsafeBazelOutputServiceServer

type UnsafeBazelOutputServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeBazelOutputServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to BazelOutputServiceServer will result in compilation errors.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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