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 Type
    Method
    Description
    boolean
    allowEmptyWildcard doesn't fail the whole copy if wildcard doesn't resolve to files
    boolean
    allowWildcard allows filepath.Match wildcards in src path
    boolean
    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
    boolean
    attemptUnpackDockerCompatibility detects if src is an archive to unpack it instead
    boolean
    createDestPath creates dest path directories if needed
    dest path
    com.google.protobuf.ByteString
    dest path
    boolean
    dirCopyContents only copies contents if src is a directory
    getExcludePatterns(int index)
    exclude files/dir matching any of these patterns (even if they match an include pattern)
    com.google.protobuf.ByteString
    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 src
    getIncludePatterns(int index)
    include only files/dirs matching at least one of these patterns
    com.google.protobuf.ByteString
    include only files/dirs matching at least one of these patterns
    int
    include only files/dirs matching at least one of these patterns
    include only files/dirs matching at least one of these patterns
    int
    optional permission bits override
    mode in non-octal format
    com.google.protobuf.ByteString
    mode in non-octal format
    optional owner override
    optional owner override
    src is the source path
    com.google.protobuf.ByteString
    src is the source path
    long
    optional created time override
    boolean
    optional owner override

    Methods 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

      String getSrc()
       src is the source path
       
      string src = 1;
      Returns:
      The src.
    • getSrcBytes

      com.google.protobuf.ByteString getSrcBytes()
       src is the source path
       
      string src = 1;
      Returns:
      The bytes for src.
    • getDest

      String getDest()
       dest path
       
      string dest = 2;
      Returns:
      The dest.
    • 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

      Ops.ChownOpt getOwner()
       optional owner override
       
      .pb.ChownOpt owner = 3;
      Returns:
      The owner.
    • 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

      List<String> getIncludePatternsList()
       include only files/dirs matching at least one of these patterns
       
      repeated string include_patterns = 12;
      Returns:
      A list containing the includePatterns.
    • 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

      String getIncludePatterns(int index)
       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

      List<String> getExcludePatternsList()
       exclude files/dir matching any of these patterns (even if they match an include pattern)
       
      repeated string exclude_patterns = 13;
      Returns:
      A list containing the excludePatterns.
    • 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

      String getExcludePatterns(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 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

      String getModeStr()
       mode in non-octal format
       
      string modeStr = 15;
      Returns:
      The modeStr.
    • getModeStrBytes

      com.google.protobuf.ByteString getModeStrBytes()
       mode in non-octal format
       
      string modeStr = 15;
      Returns:
      The bytes for modeStr.