Class RuntimeShieldedInstanceConfig.Builder

    • 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<RuntimeShieldedInstanceConfig.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<RuntimeShieldedInstanceConfig.Builder>
      • getDefaultInstanceForType

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

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

        public RuntimeShieldedInstanceConfig buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

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

        public RuntimeShieldedInstanceConfig.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<RuntimeShieldedInstanceConfig.Builder>
        Throws:
        IOException
      • getEnableSecureBoot

        public boolean getEnableSecureBoot()
         Defines whether the instance has Secure Boot enabled.
        
         Secure Boot helps ensure that the system only runs authentic software by
         verifying the digital signature of all boot components, and halting the
         boot process if signature verification fails. Disabled by default.
         
        bool enable_secure_boot = 1;
        Specified by:
        getEnableSecureBoot in interface RuntimeShieldedInstanceConfigOrBuilder
        Returns:
        The enableSecureBoot.
      • setEnableSecureBoot

        public RuntimeShieldedInstanceConfig.Builder setEnableSecureBoot​(boolean value)
         Defines whether the instance has Secure Boot enabled.
        
         Secure Boot helps ensure that the system only runs authentic software by
         verifying the digital signature of all boot components, and halting the
         boot process if signature verification fails. Disabled by default.
         
        bool enable_secure_boot = 1;
        Parameters:
        value - The enableSecureBoot to set.
        Returns:
        This builder for chaining.
      • clearEnableSecureBoot

        public RuntimeShieldedInstanceConfig.Builder clearEnableSecureBoot()
         Defines whether the instance has Secure Boot enabled.
        
         Secure Boot helps ensure that the system only runs authentic software by
         verifying the digital signature of all boot components, and halting the
         boot process if signature verification fails. Disabled by default.
         
        bool enable_secure_boot = 1;
        Returns:
        This builder for chaining.
      • setEnableVtpm

        public RuntimeShieldedInstanceConfig.Builder setEnableVtpm​(boolean value)
         Defines whether the instance has the vTPM enabled. Enabled by default.
         
        bool enable_vtpm = 2;
        Parameters:
        value - The enableVtpm to set.
        Returns:
        This builder for chaining.
      • clearEnableVtpm

        public RuntimeShieldedInstanceConfig.Builder clearEnableVtpm()
         Defines whether the instance has the vTPM enabled. Enabled by default.
         
        bool enable_vtpm = 2;
        Returns:
        This builder for chaining.
      • getEnableIntegrityMonitoring

        public boolean getEnableIntegrityMonitoring()
         Defines whether the instance has integrity monitoring enabled.
        
         Enables monitoring and attestation of the boot integrity of the instance.
         The attestation is performed against the integrity policy baseline. This
         baseline is initially derived from the implicitly trusted boot image when
         the instance is created. Enabled by default.
         
        bool enable_integrity_monitoring = 3;
        Specified by:
        getEnableIntegrityMonitoring in interface RuntimeShieldedInstanceConfigOrBuilder
        Returns:
        The enableIntegrityMonitoring.
      • setEnableIntegrityMonitoring

        public RuntimeShieldedInstanceConfig.Builder setEnableIntegrityMonitoring​(boolean value)
         Defines whether the instance has integrity monitoring enabled.
        
         Enables monitoring and attestation of the boot integrity of the instance.
         The attestation is performed against the integrity policy baseline. This
         baseline is initially derived from the implicitly trusted boot image when
         the instance is created. Enabled by default.
         
        bool enable_integrity_monitoring = 3;
        Parameters:
        value - The enableIntegrityMonitoring to set.
        Returns:
        This builder for chaining.
      • clearEnableIntegrityMonitoring

        public RuntimeShieldedInstanceConfig.Builder clearEnableIntegrityMonitoring()
         Defines whether the instance has integrity monitoring enabled.
        
         Enables monitoring and attestation of the boot integrity of the instance.
         The attestation is performed against the integrity policy baseline. This
         baseline is initially derived from the implicitly trusted boot image when
         the instance is created. Enabled by default.
         
        bool enable_integrity_monitoring = 3;
        Returns:
        This builder for chaining.