Class Ops.FileActionCopy.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<Ops.FileActionCopy.Builder>
com.google.protobuf.GeneratedMessage.Builder<Ops.FileActionCopy.Builder>
pb.Ops.FileActionCopy.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, Ops.FileActionCopyOrBuilder
Enclosing class:
Ops.FileActionCopy

public static final class Ops.FileActionCopy.Builder extends com.google.protobuf.GeneratedMessage.Builder<Ops.FileActionCopy.Builder> implements Ops.FileActionCopyOrBuilder
Protobuf type pb.FileActionCopy
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Ops.FileActionCopy.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<Ops.FileActionCopy.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Ops.FileActionCopy.Builder>
    • getDefaultInstanceForType

      public Ops.FileActionCopy getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Ops.FileActionCopy build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Ops.FileActionCopy buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public Ops.FileActionCopy.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Ops.FileActionCopy.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<Ops.FileActionCopy.Builder>
    • mergeFrom

      public Ops.FileActionCopy.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Ops.FileActionCopy.Builder>
      Throws:
      IOException
    • getSrc

      public String getSrc()
       src is the source path
       
      string src = 1;
      Specified by:
      getSrc in interface Ops.FileActionCopyOrBuilder
      Returns:
      The src.
    • getSrcBytes

      public com.google.protobuf.ByteString getSrcBytes()
       src is the source path
       
      string src = 1;
      Specified by:
      getSrcBytes in interface Ops.FileActionCopyOrBuilder
      Returns:
      The bytes for src.
    • setSrc

      public Ops.FileActionCopy.Builder setSrc(String value)
       src is the source path
       
      string src = 1;
      Parameters:
      value - The src to set.
      Returns:
      This builder for chaining.
    • clearSrc

      public Ops.FileActionCopy.Builder clearSrc()
       src is the source path
       
      string src = 1;
      Returns:
      This builder for chaining.
    • setSrcBytes

      public Ops.FileActionCopy.Builder setSrcBytes(com.google.protobuf.ByteString value)
       src is the source path
       
      string src = 1;
      Parameters:
      value - The bytes for src to set.
      Returns:
      This builder for chaining.
    • getDest

      public String getDest()
       dest path
       
      string dest = 2;
      Specified by:
      getDest in interface Ops.FileActionCopyOrBuilder
      Returns:
      The dest.
    • getDestBytes

      public com.google.protobuf.ByteString getDestBytes()
       dest path
       
      string dest = 2;
      Specified by:
      getDestBytes in interface Ops.FileActionCopyOrBuilder
      Returns:
      The bytes for dest.
    • setDest

      public Ops.FileActionCopy.Builder setDest(String value)
       dest path
       
      string dest = 2;
      Parameters:
      value - The dest to set.
      Returns:
      This builder for chaining.
    • clearDest

      public Ops.FileActionCopy.Builder clearDest()
       dest path
       
      string dest = 2;
      Returns:
      This builder for chaining.
    • setDestBytes

      public Ops.FileActionCopy.Builder setDestBytes(com.google.protobuf.ByteString value)
       dest path
       
      string dest = 2;
      Parameters:
      value - The bytes for dest to set.
      Returns:
      This builder for chaining.
    • hasOwner

      public boolean hasOwner()
       optional owner override
       
      .pb.ChownOpt owner = 3;
      Specified by:
      hasOwner in interface Ops.FileActionCopyOrBuilder
      Returns:
      Whether the owner field is set.
    • getOwner

      public Ops.ChownOpt getOwner()
       optional owner override
       
      .pb.ChownOpt owner = 3;
      Specified by:
      getOwner in interface Ops.FileActionCopyOrBuilder
      Returns:
      The owner.
    • setOwner

      public Ops.FileActionCopy.Builder setOwner(Ops.ChownOpt value)
       optional owner override
       
      .pb.ChownOpt owner = 3;
    • setOwner

      public Ops.FileActionCopy.Builder setOwner(Ops.ChownOpt.Builder builderForValue)
       optional owner override
       
      .pb.ChownOpt owner = 3;
    • mergeOwner

      public Ops.FileActionCopy.Builder mergeOwner(Ops.ChownOpt value)
       optional owner override
       
      .pb.ChownOpt owner = 3;
    • clearOwner

      public Ops.FileActionCopy.Builder clearOwner()
       optional owner override
       
      .pb.ChownOpt owner = 3;
    • getOwnerBuilder

      public Ops.ChownOpt.Builder getOwnerBuilder()
       optional owner override
       
      .pb.ChownOpt owner = 3;
    • getOwnerOrBuilder

      public Ops.ChownOptOrBuilder getOwnerOrBuilder()
       optional owner override
       
      .pb.ChownOpt owner = 3;
      Specified by:
      getOwnerOrBuilder in interface Ops.FileActionCopyOrBuilder
    • getMode

      public int getMode()
       optional permission bits override
       
      int32 mode = 4;
      Specified by:
      getMode in interface Ops.FileActionCopyOrBuilder
      Returns:
      The mode.
    • setMode

      public Ops.FileActionCopy.Builder setMode(int value)
       optional permission bits override
       
      int32 mode = 4;
      Parameters:
      value - The mode to set.
      Returns:
      This builder for chaining.
    • clearMode

      public Ops.FileActionCopy.Builder clearMode()
       optional permission bits override
       
      int32 mode = 4;
      Returns:
      This builder for chaining.
    • getFollowSymlink

      public boolean getFollowSymlink()
       followSymlink resolves symlinks in src
       
      bool followSymlink = 5;
      Specified by:
      getFollowSymlink in interface Ops.FileActionCopyOrBuilder
      Returns:
      The followSymlink.
    • setFollowSymlink

      public Ops.FileActionCopy.Builder setFollowSymlink(boolean value)
       followSymlink resolves symlinks in src
       
      bool followSymlink = 5;
      Parameters:
      value - The followSymlink to set.
      Returns:
      This builder for chaining.
    • clearFollowSymlink

      public Ops.FileActionCopy.Builder clearFollowSymlink()
       followSymlink resolves symlinks in src
       
      bool followSymlink = 5;
      Returns:
      This builder for chaining.
    • getDirCopyContents

      public boolean getDirCopyContents()
       dirCopyContents only copies contents if src is a directory
       
      bool dirCopyContents = 6;
      Specified by:
      getDirCopyContents in interface Ops.FileActionCopyOrBuilder
      Returns:
      The dirCopyContents.
    • setDirCopyContents

      public Ops.FileActionCopy.Builder setDirCopyContents(boolean value)
       dirCopyContents only copies contents if src is a directory
       
      bool dirCopyContents = 6;
      Parameters:
      value - The dirCopyContents to set.
      Returns:
      This builder for chaining.
    • clearDirCopyContents

      public Ops.FileActionCopy.Builder clearDirCopyContents()
       dirCopyContents only copies contents if src is a directory
       
      bool dirCopyContents = 6;
      Returns:
      This builder for chaining.
    • getAttemptUnpackDockerCompatibility

      public boolean getAttemptUnpackDockerCompatibility()
       attemptUnpackDockerCompatibility detects if src is an archive to unpack it instead
       
      bool attemptUnpackDockerCompatibility = 7;
      Specified by:
      getAttemptUnpackDockerCompatibility in interface Ops.FileActionCopyOrBuilder
      Returns:
      The attemptUnpackDockerCompatibility.
    • setAttemptUnpackDockerCompatibility

      public Ops.FileActionCopy.Builder setAttemptUnpackDockerCompatibility(boolean value)
       attemptUnpackDockerCompatibility detects if src is an archive to unpack it instead
       
      bool attemptUnpackDockerCompatibility = 7;
      Parameters:
      value - The attemptUnpackDockerCompatibility to set.
      Returns:
      This builder for chaining.
    • clearAttemptUnpackDockerCompatibility

      public Ops.FileActionCopy.Builder clearAttemptUnpackDockerCompatibility()
       attemptUnpackDockerCompatibility detects if src is an archive to unpack it instead
       
      bool attemptUnpackDockerCompatibility = 7;
      Returns:
      This builder for chaining.
    • getCreateDestPath

      public boolean getCreateDestPath()
       createDestPath creates dest path directories if needed
       
      bool createDestPath = 8;
      Specified by:
      getCreateDestPath in interface Ops.FileActionCopyOrBuilder
      Returns:
      The createDestPath.
    • setCreateDestPath

      public Ops.FileActionCopy.Builder setCreateDestPath(boolean value)
       createDestPath creates dest path directories if needed
       
      bool createDestPath = 8;
      Parameters:
      value - The createDestPath to set.
      Returns:
      This builder for chaining.
    • clearCreateDestPath

      public Ops.FileActionCopy.Builder clearCreateDestPath()
       createDestPath creates dest path directories if needed
       
      bool createDestPath = 8;
      Returns:
      This builder for chaining.
    • getAllowWildcard

      public boolean getAllowWildcard()
       allowWildcard allows filepath.Match wildcards in src path
       
      bool allowWildcard = 9;
      Specified by:
      getAllowWildcard in interface Ops.FileActionCopyOrBuilder
      Returns:
      The allowWildcard.
    • setAllowWildcard

      public Ops.FileActionCopy.Builder setAllowWildcard(boolean value)
       allowWildcard allows filepath.Match wildcards in src path
       
      bool allowWildcard = 9;
      Parameters:
      value - The allowWildcard to set.
      Returns:
      This builder for chaining.
    • clearAllowWildcard

      public Ops.FileActionCopy.Builder clearAllowWildcard()
       allowWildcard allows filepath.Match wildcards in src path
       
      bool allowWildcard = 9;
      Returns:
      This builder for chaining.
    • getAllowEmptyWildcard

      public boolean getAllowEmptyWildcard()
       allowEmptyWildcard doesn't fail the whole copy if wildcard doesn't resolve to files
       
      bool allowEmptyWildcard = 10;
      Specified by:
      getAllowEmptyWildcard in interface Ops.FileActionCopyOrBuilder
      Returns:
      The allowEmptyWildcard.
    • setAllowEmptyWildcard

      public Ops.FileActionCopy.Builder setAllowEmptyWildcard(boolean value)
       allowEmptyWildcard doesn't fail the whole copy if wildcard doesn't resolve to files
       
      bool allowEmptyWildcard = 10;
      Parameters:
      value - The allowEmptyWildcard to set.
      Returns:
      This builder for chaining.
    • clearAllowEmptyWildcard

      public Ops.FileActionCopy.Builder clearAllowEmptyWildcard()
       allowEmptyWildcard doesn't fail the whole copy if wildcard doesn't resolve to files
       
      bool allowEmptyWildcard = 10;
      Returns:
      This builder for chaining.
    • getTimestamp

      public long getTimestamp()
       optional created time override
       
      int64 timestamp = 11;
      Specified by:
      getTimestamp in interface Ops.FileActionCopyOrBuilder
      Returns:
      The timestamp.
    • setTimestamp

      public Ops.FileActionCopy.Builder setTimestamp(long value)
       optional created time override
       
      int64 timestamp = 11;
      Parameters:
      value - The timestamp to set.
      Returns:
      This builder for chaining.
    • clearTimestamp

      public Ops.FileActionCopy.Builder clearTimestamp()
       optional created time override
       
      int64 timestamp = 11;
      Returns:
      This builder for chaining.
    • getIncludePatternsList

      public com.google.protobuf.ProtocolStringList getIncludePatternsList()
       include only files/dirs matching at least one of these patterns
       
      repeated string include_patterns = 12;
      Specified by:
      getIncludePatternsList in interface Ops.FileActionCopyOrBuilder
      Returns:
      A list containing the includePatterns.
    • getIncludePatternsCount

      public int getIncludePatternsCount()
       include only files/dirs matching at least one of these patterns
       
      repeated string include_patterns = 12;
      Specified by:
      getIncludePatternsCount in interface Ops.FileActionCopyOrBuilder
      Returns:
      The count of includePatterns.
    • getIncludePatterns

      public String getIncludePatterns(int index)
       include only files/dirs matching at least one of these patterns
       
      repeated string include_patterns = 12;
      Specified by:
      getIncludePatterns in interface Ops.FileActionCopyOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The includePatterns at the given index.
    • getIncludePatternsBytes

      public com.google.protobuf.ByteString getIncludePatternsBytes(int index)
       include only files/dirs matching at least one of these patterns
       
      repeated string include_patterns = 12;
      Specified by:
      getIncludePatternsBytes in interface Ops.FileActionCopyOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the includePatterns at the given index.
    • setIncludePatterns

      public Ops.FileActionCopy.Builder setIncludePatterns(int index, String value)
       include only files/dirs matching at least one of these patterns
       
      repeated string include_patterns = 12;
      Parameters:
      index - The index to set the value at.
      value - The includePatterns to set.
      Returns:
      This builder for chaining.
    • addIncludePatterns

      public Ops.FileActionCopy.Builder addIncludePatterns(String value)
       include only files/dirs matching at least one of these patterns
       
      repeated string include_patterns = 12;
      Parameters:
      value - The includePatterns to add.
      Returns:
      This builder for chaining.
    • addAllIncludePatterns

      public Ops.FileActionCopy.Builder addAllIncludePatterns(Iterable<String> values)
       include only files/dirs matching at least one of these patterns
       
      repeated string include_patterns = 12;
      Parameters:
      values - The includePatterns to add.
      Returns:
      This builder for chaining.
    • clearIncludePatterns

      public Ops.FileActionCopy.Builder clearIncludePatterns()
       include only files/dirs matching at least one of these patterns
       
      repeated string include_patterns = 12;
      Returns:
      This builder for chaining.
    • addIncludePatternsBytes

      public Ops.FileActionCopy.Builder addIncludePatternsBytes(com.google.protobuf.ByteString value)
       include only files/dirs matching at least one of these patterns
       
      repeated string include_patterns = 12;
      Parameters:
      value - The bytes of the includePatterns to add.
      Returns:
      This builder for chaining.
    • getExcludePatternsList

      public com.google.protobuf.ProtocolStringList getExcludePatternsList()
       exclude files/dir matching any of these patterns (even if they match an include pattern)
       
      repeated string exclude_patterns = 13;
      Specified by:
      getExcludePatternsList in interface Ops.FileActionCopyOrBuilder
      Returns:
      A list containing the excludePatterns.
    • getExcludePatternsCount

      public int getExcludePatternsCount()
       exclude files/dir matching any of these patterns (even if they match an include pattern)
       
      repeated string exclude_patterns = 13;
      Specified by:
      getExcludePatternsCount in interface Ops.FileActionCopyOrBuilder
      Returns:
      The count of excludePatterns.
    • getExcludePatterns

      public String getExcludePatterns(int index)
       exclude files/dir matching any of these patterns (even if they match an include pattern)
       
      repeated string exclude_patterns = 13;
      Specified by:
      getExcludePatterns in interface Ops.FileActionCopyOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The excludePatterns at the given index.
    • getExcludePatternsBytes

      public 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;
      Specified by:
      getExcludePatternsBytes in interface Ops.FileActionCopyOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the excludePatterns at the given index.
    • setExcludePatterns

      public Ops.FileActionCopy.Builder setExcludePatterns(int index, String value)
       exclude files/dir matching any of these patterns (even if they match an include pattern)
       
      repeated string exclude_patterns = 13;
      Parameters:
      index - The index to set the value at.
      value - The excludePatterns to set.
      Returns:
      This builder for chaining.
    • addExcludePatterns

      public Ops.FileActionCopy.Builder addExcludePatterns(String value)
       exclude files/dir matching any of these patterns (even if they match an include pattern)
       
      repeated string exclude_patterns = 13;
      Parameters:
      value - The excludePatterns to add.
      Returns:
      This builder for chaining.
    • addAllExcludePatterns

      public Ops.FileActionCopy.Builder addAllExcludePatterns(Iterable<String> values)
       exclude files/dir matching any of these patterns (even if they match an include pattern)
       
      repeated string exclude_patterns = 13;
      Parameters:
      values - The excludePatterns to add.
      Returns:
      This builder for chaining.
    • clearExcludePatterns

      public Ops.FileActionCopy.Builder clearExcludePatterns()
       exclude files/dir matching any of these patterns (even if they match an include pattern)
       
      repeated string exclude_patterns = 13;
      Returns:
      This builder for chaining.
    • addExcludePatternsBytes

      public Ops.FileActionCopy.Builder addExcludePatternsBytes(com.google.protobuf.ByteString value)
       exclude files/dir matching any of these patterns (even if they match an include pattern)
       
      repeated string exclude_patterns = 13;
      Parameters:
      value - The bytes of the excludePatterns to add.
      Returns:
      This builder for chaining.
    • getAlwaysReplaceExistingDestPaths

      public 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;
      Specified by:
      getAlwaysReplaceExistingDestPaths in interface Ops.FileActionCopyOrBuilder
      Returns:
      The alwaysReplaceExistingDestPaths.
    • setAlwaysReplaceExistingDestPaths

      public Ops.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 error
       
      bool alwaysReplaceExistingDestPaths = 14;
      Parameters:
      value - The alwaysReplaceExistingDestPaths to set.
      Returns:
      This builder for chaining.
    • clearAlwaysReplaceExistingDestPaths

      public Ops.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 error
       
      bool alwaysReplaceExistingDestPaths = 14;
      Returns:
      This builder for chaining.
    • getModeStr

      public String getModeStr()
       mode in non-octal format
       
      string modeStr = 15;
      Specified by:
      getModeStr in interface Ops.FileActionCopyOrBuilder
      Returns:
      The modeStr.
    • getModeStrBytes

      public com.google.protobuf.ByteString getModeStrBytes()
       mode in non-octal format
       
      string modeStr = 15;
      Specified by:
      getModeStrBytes in interface Ops.FileActionCopyOrBuilder
      Returns:
      The bytes for modeStr.
    • setModeStr

      public Ops.FileActionCopy.Builder setModeStr(String value)
       mode in non-octal format
       
      string modeStr = 15;
      Parameters:
      value - The modeStr to set.
      Returns:
      This builder for chaining.
    • clearModeStr

      public Ops.FileActionCopy.Builder clearModeStr()
       mode in non-octal format
       
      string modeStr = 15;
      Returns:
      This builder for chaining.
    • setModeStrBytes

      public Ops.FileActionCopy.Builder setModeStrBytes(com.google.protobuf.ByteString value)
       mode in non-octal format
       
      string modeStr = 15;
      Parameters:
      value - The bytes for modeStr to set.
      Returns:
      This builder for chaining.