Class Instance.ShieldedInstanceConfig.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<Instance.ShieldedInstanceConfig.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<Instance.ShieldedInstanceConfig.Builder>
      • getDefaultInstanceForType

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

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

        public Instance.ShieldedInstanceConfig 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<Instance.ShieldedInstanceConfig.Builder>
      • 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 Instance.ShieldedInstanceConfigOrBuilder
        Returns:
        The enableSecureBoot.
      • setEnableSecureBoot

        public Instance.ShieldedInstanceConfig.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 Instance.ShieldedInstanceConfig.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 Instance.ShieldedInstanceConfig.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 Instance.ShieldedInstanceConfig.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 Instance.ShieldedInstanceConfigOrBuilder
        Returns:
        The enableIntegrityMonitoring.
      • setEnableIntegrityMonitoring

        public Instance.ShieldedInstanceConfig.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 Instance.ShieldedInstanceConfig.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.