Uses of Class
pb.Ops.Mount.Builder
Packages that use Ops.Mount.Builder
-
Uses of Ops.Mount.Builder in moby.buildkit.v1.frontend
Methods in moby.buildkit.v1.frontend that return Ops.Mount.BuilderModifier and TypeMethodDescriptionGateway.NewContainerRequest.Builder.addMountsBuilder()
For mount input values we can use random identifiers passed with refGateway.NewContainerRequest.Builder.addMountsBuilder
(int index) For mount input values we can use random identifiers passed with refGateway.NewContainerRequest.Builder.getMountsBuilder
(int index) For mount input values we can use random identifiers passed with refMethods in moby.buildkit.v1.frontend that return types with arguments of type Ops.Mount.BuilderModifier and TypeMethodDescriptionGateway.NewContainerRequest.Builder.getMountsBuilderList()
For mount input values we can use random identifiers passed with refMethods in moby.buildkit.v1.frontend with parameters of type Ops.Mount.BuilderModifier and TypeMethodDescriptionGateway.NewContainerRequest.Builder.addMounts
(int index, Ops.Mount.Builder builderForValue) For mount input values we can use random identifiers passed with refGateway.NewContainerRequest.Builder.addMounts
(Ops.Mount.Builder builderForValue) For mount input values we can use random identifiers passed with refGateway.NewContainerRequest.Builder.setMounts
(int index, Ops.Mount.Builder builderForValue) For mount input values we can use random identifiers passed with ref -
Uses of Ops.Mount.Builder in pb
Subclasses with type arguments of type Ops.Mount.Builder in pbModifier and TypeClassDescriptionstatic final class
Mount specifies how to mount an input Op as a filesystem.Methods in pb that return Ops.Mount.BuilderModifier and TypeMethodDescriptionOps.ExecOp.Builder.addMountsBuilder()
repeated .pb.Mount mounts = 2;
Ops.ExecOp.Builder.addMountsBuilder
(int index) repeated .pb.Mount mounts = 2;
Ops.Mount.Builder.clear()
Ops.Mount.Builder.clearCacheOpt()
.pb.CacheOpt cacheOpt = 20;
Ops.Mount.Builder.clearContentCache()
.pb.MountContentCache contentCache = 24;
Ops.Mount.Builder.clearDest()
string dest = 3;
Ops.Mount.Builder.clearInput()
int64 input = 1;
Ops.Mount.Builder.clearMountType()
.pb.MountType mountType = 6;
Ops.Mount.Builder.clearOutput()
int64 output = 4;
Ops.Mount.Builder.clearReadonly()
bool readonly = 5;
Ops.Mount.Builder.clearResultID()
string resultID = 23;
Ops.Mount.Builder.clearSecretOpt()
.pb.SecretOpt secretOpt = 21;
Ops.Mount.Builder.clearSelector()
string selector = 2;
Ops.Mount.Builder.clearSSHOpt()
.pb.SSHOpt SSHOpt = 22;
Ops.Mount.Builder.clearTmpfsOpt()
.pb.TmpfsOpt TmpfsOpt = 19;
Ops.ExecOp.Builder.getMountsBuilder
(int index) repeated .pb.Mount mounts = 2;
Ops.Mount.Builder.mergeCacheOpt
(Ops.CacheOpt value) .pb.CacheOpt cacheOpt = 20;
Ops.Mount.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Ops.Mount.Builder.mergeFrom
(com.google.protobuf.Message other) Ops.Mount.Builder.mergeSecretOpt
(Ops.SecretOpt value) .pb.SecretOpt secretOpt = 21;
Ops.Mount.Builder.mergeSSHOpt
(Ops.SSHOpt value) .pb.SSHOpt SSHOpt = 22;
Ops.Mount.Builder.mergeTmpfsOpt
(Ops.TmpfsOpt value) .pb.TmpfsOpt TmpfsOpt = 19;
static Ops.Mount.Builder
Ops.Mount.newBuilder()
static Ops.Mount.Builder
Ops.Mount.newBuilder
(Ops.Mount prototype) Ops.Mount.newBuilderForType()
protected Ops.Mount.Builder
Ops.Mount.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Ops.Mount.Builder.setCacheOpt
(Ops.CacheOpt value) .pb.CacheOpt cacheOpt = 20;
Ops.Mount.Builder.setCacheOpt
(Ops.CacheOpt.Builder builderForValue) .pb.CacheOpt cacheOpt = 20;
Ops.Mount.Builder.setContentCache
(Ops.MountContentCache value) .pb.MountContentCache contentCache = 24;
Ops.Mount.Builder.setContentCacheValue
(int value) .pb.MountContentCache contentCache = 24;
string dest = 3;
Ops.Mount.Builder.setDestBytes
(com.google.protobuf.ByteString value) string dest = 3;
Ops.Mount.Builder.setInput
(long value) int64 input = 1;
Ops.Mount.Builder.setMountType
(Ops.MountType value) .pb.MountType mountType = 6;
Ops.Mount.Builder.setMountTypeValue
(int value) .pb.MountType mountType = 6;
Ops.Mount.Builder.setOutput
(long value) int64 output = 4;
Ops.Mount.Builder.setReadonly
(boolean value) bool readonly = 5;
Ops.Mount.Builder.setResultID
(String value) string resultID = 23;
Ops.Mount.Builder.setResultIDBytes
(com.google.protobuf.ByteString value) string resultID = 23;
Ops.Mount.Builder.setSecretOpt
(Ops.SecretOpt value) .pb.SecretOpt secretOpt = 21;
Ops.Mount.Builder.setSecretOpt
(Ops.SecretOpt.Builder builderForValue) .pb.SecretOpt secretOpt = 21;
Ops.Mount.Builder.setSelector
(String value) string selector = 2;
Ops.Mount.Builder.setSelectorBytes
(com.google.protobuf.ByteString value) string selector = 2;
Ops.Mount.Builder.setSSHOpt
(Ops.SSHOpt value) .pb.SSHOpt SSHOpt = 22;
Ops.Mount.Builder.setSSHOpt
(Ops.SSHOpt.Builder builderForValue) .pb.SSHOpt SSHOpt = 22;
Ops.Mount.Builder.setTmpfsOpt
(Ops.TmpfsOpt value) .pb.TmpfsOpt TmpfsOpt = 19;
Ops.Mount.Builder.setTmpfsOpt
(Ops.TmpfsOpt.Builder builderForValue) .pb.TmpfsOpt TmpfsOpt = 19;
Ops.Mount.toBuilder()
Methods in pb that return types with arguments of type Ops.Mount.BuilderModifier and TypeMethodDescriptionOps.ExecOp.Builder.getMountsBuilderList()
repeated .pb.Mount mounts = 2;
Methods in pb with parameters of type Ops.Mount.BuilderModifier and TypeMethodDescriptionOps.ExecOp.Builder.addMounts
(int index, Ops.Mount.Builder builderForValue) repeated .pb.Mount mounts = 2;
Ops.ExecOp.Builder.addMounts
(Ops.Mount.Builder builderForValue) repeated .pb.Mount mounts = 2;
Ops.ExecOp.Builder.setMounts
(int index, Ops.Mount.Builder builderForValue) repeated .pb.Mount mounts = 2;