Class Ops.FileActionCopy

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

public static final class Ops.FileActionCopy extends com.google.protobuf.GeneratedMessage implements Ops.FileActionCopyOrBuilder
Protobuf type pb.FileActionCopy
See Also:
  • Field Details

    • SRC_FIELD_NUMBER

      public static final int SRC_FIELD_NUMBER
      See Also:
    • DEST_FIELD_NUMBER

      public static final int DEST_FIELD_NUMBER
      See Also:
    • OWNER_FIELD_NUMBER

      public static final int OWNER_FIELD_NUMBER
      See Also:
    • MODE_FIELD_NUMBER

      public static final int MODE_FIELD_NUMBER
      See Also:
    • DIRCOPYCONTENTS_FIELD_NUMBER

      public static final int DIRCOPYCONTENTS_FIELD_NUMBER
      See Also:
    • ATTEMPTUNPACKDOCKERCOMPATIBILITY_FIELD_NUMBER

      public static final int ATTEMPTUNPACKDOCKERCOMPATIBILITY_FIELD_NUMBER
      See Also:
    • CREATEDESTPATH_FIELD_NUMBER

      public static final int CREATEDESTPATH_FIELD_NUMBER
      See Also:
    • ALLOWWILDCARD_FIELD_NUMBER

      public static final int ALLOWWILDCARD_FIELD_NUMBER
      See Also:
    • ALLOWEMPTYWILDCARD_FIELD_NUMBER

      public static final int ALLOWEMPTYWILDCARD_FIELD_NUMBER
      See Also:
    • TIMESTAMP_FIELD_NUMBER

      public static final int TIMESTAMP_FIELD_NUMBER
      See Also:
    • INCLUDE_PATTERNS_FIELD_NUMBER

      public static final int INCLUDE_PATTERNS_FIELD_NUMBER
      See Also:
    • EXCLUDE_PATTERNS_FIELD_NUMBER

      public static final int EXCLUDE_PATTERNS_FIELD_NUMBER
      See Also:
    • ALWAYSREPLACEEXISTINGDESTPATHS_FIELD_NUMBER

      public static final int ALWAYSREPLACEEXISTINGDESTPATHS_FIELD_NUMBER
      See Also:
    • MODESTR_FIELD_NUMBER

      public static final int MODESTR_FIELD_NUMBER
      See Also:
  • 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
    • 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.
    • 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.
    • 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.
    • 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.
    • getFollowSymlink

      public boolean getFollowSymlink()
       followSymlink resolves symlinks in src
       
      bool followSymlink = 5;
      Specified by:
      getFollowSymlink in interface Ops.FileActionCopyOrBuilder
      Returns:
      The followSymlink.
    • 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.
    • 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.
    • getCreateDestPath

      public boolean getCreateDestPath()
       createDestPath creates dest path directories if needed
       
      bool createDestPath = 8;
      Specified by:
      getCreateDestPath in interface Ops.FileActionCopyOrBuilder
      Returns:
      The createDestPath.
    • 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.
    • 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.
    • getTimestamp

      public long getTimestamp()
       optional created time override
       
      int64 timestamp = 11;
      Specified by:
      getTimestamp in interface Ops.FileActionCopyOrBuilder
      Returns:
      The timestamp.
    • 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.
    • 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.
    • 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.
    • 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.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Ops.FileActionCopy parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.FileActionCopy parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.FileActionCopy parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.FileActionCopy parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.FileActionCopy parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.FileActionCopy parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.FileActionCopy parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Ops.FileActionCopy parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Ops.FileActionCopy parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Ops.FileActionCopy parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Ops.FileActionCopy parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Ops.FileActionCopy parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

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

      public static Ops.FileActionCopy.Builder newBuilder()
    • newBuilder

      public static Ops.FileActionCopy.Builder newBuilder(Ops.FileActionCopy prototype)
    • toBuilder

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

      protected Ops.FileActionCopy.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static Ops.FileActionCopy getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Ops.FileActionCopy> parser()
    • getParserForType

      public com.google.protobuf.Parser<Ops.FileActionCopy> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

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