Uses of Class
pb.Ops.FileActionCopy.Builder
Packages that use Ops.FileActionCopy.Builder
-
Uses of Ops.FileActionCopy.Builder in pb
Subclasses with type arguments of type Ops.FileActionCopy.Builder in pbModifier and TypeClassDescriptionstatic final class
Protobuf typepb.FileActionCopy
Methods in pb that return Ops.FileActionCopy.BuilderModifier and TypeMethodDescriptionOps.FileActionCopy.Builder.addAllExcludePatterns
(Iterable<String> values) exclude files/dir matching any of these patterns (even if they match an include pattern)Ops.FileActionCopy.Builder.addAllIncludePatterns
(Iterable<String> values) include only files/dirs matching at least one of these patternsOps.FileActionCopy.Builder.addExcludePatterns
(String value) exclude files/dir matching any of these patterns (even if they match an include pattern)Ops.FileActionCopy.Builder.addExcludePatternsBytes
(com.google.protobuf.ByteString value) exclude files/dir matching any of these patterns (even if they match an include pattern)Ops.FileActionCopy.Builder.addIncludePatterns
(String value) include only files/dirs matching at least one of these patternsOps.FileActionCopy.Builder.addIncludePatternsBytes
(com.google.protobuf.ByteString value) include only files/dirs matching at least one of these patternsOps.FileActionCopy.Builder.clear()
Ops.FileActionCopy.Builder.clearAllowEmptyWildcard()
allowEmptyWildcard doesn't fail the whole copy if wildcard doesn't resolve to filesOps.FileActionCopy.Builder.clearAllowWildcard()
allowWildcard allows filepath.Match wildcards in src pathOps.FileActionCopy.Builder.clearAlwaysReplaceExistingDestPaths()
alwaysReplaceExistingDestPaths results in an existing dest path that differs in type from the src path being replaced rather than the default of returning an errorOps.FileActionCopy.Builder.clearAttemptUnpackDockerCompatibility()
attemptUnpackDockerCompatibility detects if src is an archive to unpack it insteadOps.FileActionCopy.Builder.clearCreateDestPath()
createDestPath creates dest path directories if neededOps.FileActionCopy.Builder.clearDest()
dest pathOps.FileActionCopy.Builder.clearDirCopyContents()
dirCopyContents only copies contents if src is a directoryOps.FileActionCopy.Builder.clearExcludePatterns()
exclude files/dir matching any of these patterns (even if they match an include pattern)Ops.FileActionCopy.Builder.clearFollowSymlink()
followSymlink resolves symlinks in srcOps.FileActionCopy.Builder.clearIncludePatterns()
include only files/dirs matching at least one of these patternsOps.FileActionCopy.Builder.clearMode()
optional permission bits overrideOps.FileActionCopy.Builder.clearModeStr()
mode in non-octal formatOps.FileActionCopy.Builder.clearOwner()
optional owner overrideOps.FileActionCopy.Builder.clearSrc()
src is the source pathOps.FileActionCopy.Builder.clearTimestamp()
optional created time overrideOps.FileAction.Builder.getCopyBuilder()
FileActionCopy copies files from secondaryInput on top of inputOps.FileActionCopy.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Ops.FileActionCopy.Builder.mergeFrom
(com.google.protobuf.Message other) Ops.FileActionCopy.Builder.mergeFrom
(Ops.FileActionCopy other) Ops.FileActionCopy.Builder.mergeOwner
(Ops.ChownOpt value) optional owner overridestatic Ops.FileActionCopy.Builder
Ops.FileActionCopy.newBuilder()
static Ops.FileActionCopy.Builder
Ops.FileActionCopy.newBuilder
(Ops.FileActionCopy prototype) Ops.FileActionCopy.newBuilderForType()
protected Ops.FileActionCopy.Builder
Ops.FileActionCopy.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Ops.FileActionCopy.Builder.setAllowEmptyWildcard
(boolean value) allowEmptyWildcard doesn't fail the whole copy if wildcard doesn't resolve to filesOps.FileActionCopy.Builder.setAllowWildcard
(boolean value) allowWildcard allows filepath.Match wildcards in src pathOps.FileActionCopy.Builder.setAlwaysReplaceExistingDestPaths
(boolean value) alwaysReplaceExistingDestPaths results in an existing dest path that differs in type from the src path being replaced rather than the default of returning an errorOps.FileActionCopy.Builder.setAttemptUnpackDockerCompatibility
(boolean value) attemptUnpackDockerCompatibility detects if src is an archive to unpack it insteadOps.FileActionCopy.Builder.setCreateDestPath
(boolean value) createDestPath creates dest path directories if neededdest pathOps.FileActionCopy.Builder.setDestBytes
(com.google.protobuf.ByteString value) dest pathOps.FileActionCopy.Builder.setDirCopyContents
(boolean value) dirCopyContents only copies contents if src is a directoryOps.FileActionCopy.Builder.setExcludePatterns
(int index, String value) exclude files/dir matching any of these patterns (even if they match an include pattern)Ops.FileActionCopy.Builder.setFollowSymlink
(boolean value) followSymlink resolves symlinks in srcOps.FileActionCopy.Builder.setIncludePatterns
(int index, String value) include only files/dirs matching at least one of these patternsOps.FileActionCopy.Builder.setMode
(int value) optional permission bits overrideOps.FileActionCopy.Builder.setModeStr
(String value) mode in non-octal formatOps.FileActionCopy.Builder.setModeStrBytes
(com.google.protobuf.ByteString value) mode in non-octal formatOps.FileActionCopy.Builder.setOwner
(Ops.ChownOpt value) optional owner overrideOps.FileActionCopy.Builder.setOwner
(Ops.ChownOpt.Builder builderForValue) optional owner overridesrc is the source pathOps.FileActionCopy.Builder.setSrcBytes
(com.google.protobuf.ByteString value) src is the source pathOps.FileActionCopy.Builder.setTimestamp
(long value) optional created time overrideOps.FileActionCopy.toBuilder()
Methods in pb with parameters of type Ops.FileActionCopy.BuilderModifier and TypeMethodDescriptionOps.FileAction.Builder.setCopy
(Ops.FileActionCopy.Builder builderForValue) FileActionCopy copies files from secondaryInput on top of input