Interface Ops.FileActionCopyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Ops.FileActionCopy
,Ops.FileActionCopy.Builder
- Enclosing class:
Ops
public static interface Ops.FileActionCopyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
allowEmptyWildcard doesn't fail the whole copy if wildcard doesn't resolve to filesboolean
allowWildcard allows filepath.Match wildcards in src pathboolean
alwaysReplaceExistingDestPaths results in an existing dest path that differs in type from the src path being replaced rather than the default of returning an errorboolean
attemptUnpackDockerCompatibility detects if src is an archive to unpack it insteadboolean
createDestPath creates dest path directories if neededgetDest()
dest pathcom.google.protobuf.ByteString
dest pathboolean
dirCopyContents only copies contents if src is a directorygetExcludePatterns
(int index) exclude files/dir matching any of these patterns (even if they match an include pattern)com.google.protobuf.ByteString
getExcludePatternsBytes
(int index) exclude files/dir matching any of these patterns (even if they match an include pattern)int
exclude files/dir matching any of these patterns (even if they match an include pattern)exclude files/dir matching any of these patterns (even if they match an include pattern)boolean
followSymlink resolves symlinks in srcgetIncludePatterns
(int index) include only files/dirs matching at least one of these patternscom.google.protobuf.ByteString
getIncludePatternsBytes
(int index) include only files/dirs matching at least one of these patternsint
include only files/dirs matching at least one of these patternsinclude only files/dirs matching at least one of these patternsint
getMode()
optional permission bits overridemode in non-octal formatcom.google.protobuf.ByteString
mode in non-octal formatgetOwner()
optional owner overrideoptional owner overridegetSrc()
src is the source pathcom.google.protobuf.ByteString
src is the source pathlong
optional created time overrideboolean
hasOwner()
optional owner overrideMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSrc
-
getSrcBytes
com.google.protobuf.ByteString getSrcBytes()src is the source path
string src = 1;
- Returns:
- The bytes for src.
-
getDest
-
getDestBytes
com.google.protobuf.ByteString getDestBytes()dest path
string dest = 2;
- Returns:
- The bytes for dest.
-
hasOwner
boolean hasOwner()optional owner override
.pb.ChownOpt owner = 3;
- Returns:
- Whether the owner field is set.
-
getOwner
-
getOwnerOrBuilder
Ops.ChownOptOrBuilder getOwnerOrBuilder()optional owner override
.pb.ChownOpt owner = 3;
-
getMode
int getMode()optional permission bits override
int32 mode = 4;
- Returns:
- The mode.
-
getFollowSymlink
boolean getFollowSymlink()followSymlink resolves symlinks in src
bool followSymlink = 5;
- Returns:
- The followSymlink.
-
getDirCopyContents
boolean getDirCopyContents()dirCopyContents only copies contents if src is a directory
bool dirCopyContents = 6;
- Returns:
- The dirCopyContents.
-
getAttemptUnpackDockerCompatibility
boolean getAttemptUnpackDockerCompatibility()attemptUnpackDockerCompatibility detects if src is an archive to unpack it instead
bool attemptUnpackDockerCompatibility = 7;
- Returns:
- The attemptUnpackDockerCompatibility.
-
getCreateDestPath
boolean getCreateDestPath()createDestPath creates dest path directories if needed
bool createDestPath = 8;
- Returns:
- The createDestPath.
-
getAllowWildcard
boolean getAllowWildcard()allowWildcard allows filepath.Match wildcards in src path
bool allowWildcard = 9;
- Returns:
- The allowWildcard.
-
getAllowEmptyWildcard
boolean getAllowEmptyWildcard()allowEmptyWildcard doesn't fail the whole copy if wildcard doesn't resolve to files
bool allowEmptyWildcard = 10;
- Returns:
- The allowEmptyWildcard.
-
getTimestamp
long getTimestamp()optional created time override
int64 timestamp = 11;
- Returns:
- The timestamp.
-
getIncludePatternsList
-
getIncludePatternsCount
int getIncludePatternsCount()include only files/dirs matching at least one of these patterns
repeated string include_patterns = 12;
- Returns:
- The count of includePatterns.
-
getIncludePatterns
include only files/dirs matching at least one of these patterns
repeated string include_patterns = 12;
- Parameters:
index
- The index of the element to return.- Returns:
- The includePatterns at the given index.
-
getIncludePatternsBytes
com.google.protobuf.ByteString getIncludePatternsBytes(int index) include only files/dirs matching at least one of these patterns
repeated string include_patterns = 12;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the includePatterns at the given index.
-
getExcludePatternsList
-
getExcludePatternsCount
int getExcludePatternsCount()exclude files/dir matching any of these patterns (even if they match an include pattern)
repeated string exclude_patterns = 13;
- Returns:
- The count of excludePatterns.
-
getExcludePatterns
exclude files/dir matching any of these patterns (even if they match an include pattern)
repeated string exclude_patterns = 13;
- Parameters:
index
- The index of the element to return.- Returns:
- The excludePatterns at the given index.
-
getExcludePatternsBytes
com.google.protobuf.ByteString getExcludePatternsBytes(int index) exclude files/dir matching any of these patterns (even if they match an include pattern)
repeated string exclude_patterns = 13;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the excludePatterns at the given index.
-
getAlwaysReplaceExistingDestPaths
boolean getAlwaysReplaceExistingDestPaths()alwaysReplaceExistingDestPaths results in an existing dest path that differs in type from the src path being replaced rather than the default of returning an error
bool alwaysReplaceExistingDestPaths = 14;
- Returns:
- The alwaysReplaceExistingDestPaths.
-
getModeStr
-
getModeStrBytes
com.google.protobuf.ByteString getModeStrBytes()mode in non-octal format
string modeStr = 15;
- Returns:
- The bytes for modeStr.
-