Class GuestPolicies.Package.Builder

  • All Implemented Interfaces:
    GuestPolicies.PackageOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    GuestPolicies.Package

    public static final class GuestPolicies.Package.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<GuestPolicies.Package.Builder>
    implements GuestPolicies.PackageOrBuilder
     Package is a reference to the software package to be installed or removed.
     The agent on the VM instance uses the system package manager to apply the
     config.
    
    
     These are the commands that the agent uses to install or remove
     packages.
    
     Apt
     install: `apt-get update && apt-get -y install package1 package2 package3`
     remove: `apt-get -y remove package1 package2 package3`
    
     Yum
     install: `yum -y install package1 package2 package3`
     remove: `yum -y remove package1 package2 package3`
    
     Zypper
     install: `zypper install package1 package2 package3`
     remove: `zypper rm package1 package2`
    
     Googet
     install: `googet -noconfirm install package1 package2 package3`
     remove: `googet -noconfirm remove package1 package2 package3`
     
    Protobuf type google.cloud.osconfig.v1beta.Package
    • Method Detail

      • 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.Builder<GuestPolicies.Package.Builder>
      • clear

        public GuestPolicies.Package.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.GeneratedMessageV3.Builder<GuestPolicies.Package.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.GeneratedMessageV3.Builder<GuestPolicies.Package.Builder>
      • getDefaultInstanceForType

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

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

        public GuestPolicies.Package buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public GuestPolicies.Package.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<GuestPolicies.Package.Builder>
      • clearField

        public GuestPolicies.Package.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<GuestPolicies.Package.Builder>
      • clearOneof

        public GuestPolicies.Package.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<GuestPolicies.Package.Builder>
      • setRepeatedField

        public GuestPolicies.Package.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                              int index,
                                                              Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GuestPolicies.Package.Builder>
      • addRepeatedField

        public GuestPolicies.Package.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                              Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GuestPolicies.Package.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<GuestPolicies.Package.Builder>
      • mergeFrom

        public GuestPolicies.Package.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<GuestPolicies.Package.Builder>
        Throws:
        IOException
      • getName

        public String getName()
         Required. The name of the package. A package is uniquely identified for conflict
         validation by checking the package name and the manager(s) that the
         package targets.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getName in interface GuestPolicies.PackageOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Required. The name of the package. A package is uniquely identified for conflict
         validation by checking the package name and the manager(s) that the
         package targets.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getNameBytes in interface GuestPolicies.PackageOrBuilder
        Returns:
        The bytes for name.
      • setName

        public GuestPolicies.Package.Builder setName​(String value)
         Required. The name of the package. A package is uniquely identified for conflict
         validation by checking the package name and the manager(s) that the
         package targets.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public GuestPolicies.Package.Builder clearName()
         Required. The name of the package. A package is uniquely identified for conflict
         validation by checking the package name and the manager(s) that the
         package targets.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setNameBytes

        public GuestPolicies.Package.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Required. The name of the package. A package is uniquely identified for conflict
         validation by checking the package name and the manager(s) that the
         package targets.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getDesiredStateValue

        public int getDesiredStateValue()
         The desired_state the agent should maintain for this package. The
         default is to ensure the package is installed.
         
        .google.cloud.osconfig.v1beta.DesiredState desired_state = 2;
        Specified by:
        getDesiredStateValue in interface GuestPolicies.PackageOrBuilder
        Returns:
        The enum numeric value on the wire for desiredState.
      • setDesiredStateValue

        public GuestPolicies.Package.Builder setDesiredStateValue​(int value)
         The desired_state the agent should maintain for this package. The
         default is to ensure the package is installed.
         
        .google.cloud.osconfig.v1beta.DesiredState desired_state = 2;
        Parameters:
        value - The enum numeric value on the wire for desiredState to set.
        Returns:
        This builder for chaining.
      • setDesiredState

        public GuestPolicies.Package.Builder setDesiredState​(GuestPolicies.DesiredState value)
         The desired_state the agent should maintain for this package. The
         default is to ensure the package is installed.
         
        .google.cloud.osconfig.v1beta.DesiredState desired_state = 2;
        Parameters:
        value - The desiredState to set.
        Returns:
        This builder for chaining.
      • clearDesiredState

        public GuestPolicies.Package.Builder clearDesiredState()
         The desired_state the agent should maintain for this package. The
         default is to ensure the package is installed.
         
        .google.cloud.osconfig.v1beta.DesiredState desired_state = 2;
        Returns:
        This builder for chaining.
      • getManagerValue

        public int getManagerValue()
         Type of package manager that can be used to install this package.
         If a system does not have the package manager, the package is not
         installed or removed no error message is returned. By default,
         or if you specify `ANY`,
         the agent attempts to install and remove this package using the default
         package manager. This is useful when creating a policy that applies to
         different types of systems.
        
         The default behavior is ANY.
         
        .google.cloud.osconfig.v1beta.Package.Manager manager = 3;
        Specified by:
        getManagerValue in interface GuestPolicies.PackageOrBuilder
        Returns:
        The enum numeric value on the wire for manager.
      • setManagerValue

        public GuestPolicies.Package.Builder setManagerValue​(int value)
         Type of package manager that can be used to install this package.
         If a system does not have the package manager, the package is not
         installed or removed no error message is returned. By default,
         or if you specify `ANY`,
         the agent attempts to install and remove this package using the default
         package manager. This is useful when creating a policy that applies to
         different types of systems.
        
         The default behavior is ANY.
         
        .google.cloud.osconfig.v1beta.Package.Manager manager = 3;
        Parameters:
        value - The enum numeric value on the wire for manager to set.
        Returns:
        This builder for chaining.
      • getManager

        public GuestPolicies.Package.Manager getManager()
         Type of package manager that can be used to install this package.
         If a system does not have the package manager, the package is not
         installed or removed no error message is returned. By default,
         or if you specify `ANY`,
         the agent attempts to install and remove this package using the default
         package manager. This is useful when creating a policy that applies to
         different types of systems.
        
         The default behavior is ANY.
         
        .google.cloud.osconfig.v1beta.Package.Manager manager = 3;
        Specified by:
        getManager in interface GuestPolicies.PackageOrBuilder
        Returns:
        The manager.
      • setManager

        public GuestPolicies.Package.Builder setManager​(GuestPolicies.Package.Manager value)
         Type of package manager that can be used to install this package.
         If a system does not have the package manager, the package is not
         installed or removed no error message is returned. By default,
         or if you specify `ANY`,
         the agent attempts to install and remove this package using the default
         package manager. This is useful when creating a policy that applies to
         different types of systems.
        
         The default behavior is ANY.
         
        .google.cloud.osconfig.v1beta.Package.Manager manager = 3;
        Parameters:
        value - The manager to set.
        Returns:
        This builder for chaining.
      • clearManager

        public GuestPolicies.Package.Builder clearManager()
         Type of package manager that can be used to install this package.
         If a system does not have the package manager, the package is not
         installed or removed no error message is returned. By default,
         or if you specify `ANY`,
         the agent attempts to install and remove this package using the default
         package manager. This is useful when creating a policy that applies to
         different types of systems.
        
         The default behavior is ANY.
         
        .google.cloud.osconfig.v1beta.Package.Manager manager = 3;
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final GuestPolicies.Package.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GuestPolicies.Package.Builder>
      • mergeUnknownFields

        public final GuestPolicies.Package.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GuestPolicies.Package.Builder>