Uses of Class
pb.Ops.Op.Builder
Packages that use Ops.Op.Builder
-
Uses of Ops.Op.Builder in errdefs
Methods in errdefs that return Ops.Op.BuilderMethods in errdefs with parameters of type Ops.Op.BuilderModifier and TypeMethodDescriptionErrdefs.Solve.Builder.setOp
(Ops.Op.Builder builderForValue) .pb.Op op = 3;
-
Uses of Ops.Op.Builder in pb
Subclasses with type arguments of type Ops.Op.Builder in pbModifier and TypeClassDescriptionstatic final class
Op represents a vertex of the LLB DAG.Methods in pb that return Ops.Op.BuilderModifier and TypeMethodDescriptionOps.Op.Builder.addAllInputs
(Iterable<? extends Ops.Input> values) changes to this structure must be represented in json.go.changes to this structure must be represented in json.go.Ops.Op.Builder.addInputs
(int index, Ops.Input.Builder builderForValue) changes to this structure must be represented in json.go.changes to this structure must be represented in json.go.Ops.Op.Builder.addInputs
(Ops.Input.Builder builderForValue) changes to this structure must be represented in json.go.Ops.Op.Builder.clear()
Ops.Op.Builder.clearBuild()
.pb.BuildOp build = 5;
Ops.Op.Builder.clearConstraints()
.pb.WorkerConstraints constraints = 11;
Ops.Op.Builder.clearDiff()
.pb.DiffOp diff = 7;
Ops.Op.Builder.clearExec()
.pb.ExecOp exec = 2;
Ops.Op.Builder.clearFile()
.pb.FileOp file = 4;
Ops.Op.Builder.clearInputs()
changes to this structure must be represented in json.go.Ops.Op.Builder.clearMerge()
.pb.MergeOp merge = 6;
Ops.Op.Builder.clearOp()
Ops.Op.Builder.clearPlatform()
.pb.Platform platform = 10;
Ops.Op.Builder.clearSource()
.pb.SourceOp source = 3;
Ops.Op.Builder.mergeBuild
(Ops.BuildOp value) .pb.BuildOp build = 5;
Ops.Op.Builder.mergeConstraints
(Ops.WorkerConstraints value) .pb.WorkerConstraints constraints = 11;
Ops.Op.Builder.mergeDiff
(Ops.DiffOp value) .pb.DiffOp diff = 7;
Ops.Op.Builder.mergeExec
(Ops.ExecOp value) .pb.ExecOp exec = 2;
Ops.Op.Builder.mergeFile
(Ops.FileOp value) .pb.FileOp file = 4;
Ops.Op.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Ops.Op.Builder.mergeFrom
(com.google.protobuf.Message other) Ops.Op.Builder.mergeMerge
(Ops.MergeOp value) .pb.MergeOp merge = 6;
Ops.Op.Builder.mergePlatform
(Ops.Platform value) .pb.Platform platform = 10;
Ops.Op.Builder.mergeSource
(Ops.SourceOp value) .pb.SourceOp source = 3;
static Ops.Op.Builder
Ops.Op.newBuilder()
static Ops.Op.Builder
Ops.Op.newBuilder
(Ops.Op prototype) Ops.Op.newBuilderForType()
protected Ops.Op.Builder
Ops.Op.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Ops.Op.Builder.removeInputs
(int index) changes to this structure must be represented in json.go.Ops.Op.Builder.setBuild
(Ops.BuildOp value) .pb.BuildOp build = 5;
Ops.Op.Builder.setBuild
(Ops.BuildOp.Builder builderForValue) .pb.BuildOp build = 5;
Ops.Op.Builder.setConstraints
(Ops.WorkerConstraints value) .pb.WorkerConstraints constraints = 11;
Ops.Op.Builder.setConstraints
(Ops.WorkerConstraints.Builder builderForValue) .pb.WorkerConstraints constraints = 11;
Ops.Op.Builder.setDiff
(Ops.DiffOp value) .pb.DiffOp diff = 7;
Ops.Op.Builder.setDiff
(Ops.DiffOp.Builder builderForValue) .pb.DiffOp diff = 7;
Ops.Op.Builder.setExec
(Ops.ExecOp value) .pb.ExecOp exec = 2;
Ops.Op.Builder.setExec
(Ops.ExecOp.Builder builderForValue) .pb.ExecOp exec = 2;
Ops.Op.Builder.setFile
(Ops.FileOp value) .pb.FileOp file = 4;
Ops.Op.Builder.setFile
(Ops.FileOp.Builder builderForValue) .pb.FileOp file = 4;
changes to this structure must be represented in json.go.Ops.Op.Builder.setInputs
(int index, Ops.Input.Builder builderForValue) changes to this structure must be represented in json.go.Ops.Op.Builder.setMerge
(Ops.MergeOp value) .pb.MergeOp merge = 6;
Ops.Op.Builder.setMerge
(Ops.MergeOp.Builder builderForValue) .pb.MergeOp merge = 6;
Ops.Op.Builder.setPlatform
(Ops.Platform value) .pb.Platform platform = 10;
Ops.Op.Builder.setPlatform
(Ops.Platform.Builder builderForValue) .pb.Platform platform = 10;
Ops.Op.Builder.setSource
(Ops.SourceOp value) .pb.SourceOp source = 3;
Ops.Op.Builder.setSource
(Ops.SourceOp.Builder builderForValue) .pb.SourceOp source = 3;
Ops.Op.toBuilder()