Class GuestPolicies.SoftwareRecipe.Step.CopyFile

    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getOverwrite

        public boolean getOverwrite()
         Whether to allow this step to overwrite existing files. If this is
         false and the file already exists the file is not overwritten
         and the step is considered a success. Defaults to false.
         
        bool overwrite = 3;
        Specified by:
        getOverwrite in interface GuestPolicies.SoftwareRecipe.Step.CopyFileOrBuilder
        Returns:
        The overwrite.
      • getPermissions

        public String getPermissions()
         Consists of three octal digits which represent, in
         order, the permissions of the owner, group, and other users for the
         file (similarly to the numeric mode used in the linux chmod utility).
         Each digit represents a three bit number with the 4 bit
         corresponding to the read permissions, the 2 bit corresponds to the
         write bit, and the one bit corresponds to the execute permission.
         Default behavior is 755.
        
         Below are some examples of permissions and their associated values:
         read, write, and execute: 7
         read and execute: 5
         read and write: 6
         read only: 4
         
        string permissions = 4;
        Specified by:
        getPermissions in interface GuestPolicies.SoftwareRecipe.Step.CopyFileOrBuilder
        Returns:
        The permissions.
      • getPermissionsBytes

        public com.google.protobuf.ByteString getPermissionsBytes()
         Consists of three octal digits which represent, in
         order, the permissions of the owner, group, and other users for the
         file (similarly to the numeric mode used in the linux chmod utility).
         Each digit represents a three bit number with the 4 bit
         corresponding to the read permissions, the 2 bit corresponds to the
         write bit, and the one bit corresponds to the execute permission.
         Default behavior is 755.
        
         Below are some examples of permissions and their associated values:
         read, write, and execute: 7
         read and execute: 5
         read and write: 6
         read only: 4
         
        string permissions = 4;
        Specified by:
        getPermissionsBytes in interface GuestPolicies.SoftwareRecipe.Step.CopyFileOrBuilder
        Returns:
        The bytes for permissions.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • 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.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • 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 GuestPolicies.SoftwareRecipe.Step.CopyFile parseFrom​(ByteBuffer data,
                                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static GuestPolicies.SoftwareRecipe.Step.CopyFile parseFrom​(com.google.protobuf.ByteString data)
                                                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static GuestPolicies.SoftwareRecipe.Step.CopyFile parseFrom​(com.google.protobuf.ByteString data,
                                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static GuestPolicies.SoftwareRecipe.Step.CopyFile parseFrom​(byte[] data)
                                                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static GuestPolicies.SoftwareRecipe.Step.CopyFile parseFrom​(byte[] data,
                                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public GuestPolicies.SoftwareRecipe.Step.CopyFile.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • getParserForType

        public com.google.protobuf.Parser<GuestPolicies.SoftwareRecipe.Step.CopyFile> 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.GeneratedMessageV3
      • getDefaultInstanceForType

        public GuestPolicies.SoftwareRecipe.Step.CopyFile getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder