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

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

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

        public ShieldedInstanceIntegrityPolicy 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<ShieldedInstanceIntegrityPolicy.Builder>
      • hasUpdateAutoLearnPolicy

        public boolean hasUpdateAutoLearnPolicy()
         Updates the integrity policy baseline using the measurements from the VM instance's most recent boot.
         
        optional bool update_auto_learn_policy = 245490215;
        Specified by:
        hasUpdateAutoLearnPolicy in interface ShieldedInstanceIntegrityPolicyOrBuilder
        Returns:
        Whether the updateAutoLearnPolicy field is set.
      • getUpdateAutoLearnPolicy

        public boolean getUpdateAutoLearnPolicy()
         Updates the integrity policy baseline using the measurements from the VM instance's most recent boot.
         
        optional bool update_auto_learn_policy = 245490215;
        Specified by:
        getUpdateAutoLearnPolicy in interface ShieldedInstanceIntegrityPolicyOrBuilder
        Returns:
        The updateAutoLearnPolicy.
      • setUpdateAutoLearnPolicy

        public ShieldedInstanceIntegrityPolicy.Builder setUpdateAutoLearnPolicy​(boolean value)
         Updates the integrity policy baseline using the measurements from the VM instance's most recent boot.
         
        optional bool update_auto_learn_policy = 245490215;
        Parameters:
        value - The updateAutoLearnPolicy to set.
        Returns:
        This builder for chaining.
      • clearUpdateAutoLearnPolicy

        public ShieldedInstanceIntegrityPolicy.Builder clearUpdateAutoLearnPolicy()
         Updates the integrity policy baseline using the measurements from the VM instance's most recent boot.
         
        optional bool update_auto_learn_policy = 245490215;
        Returns:
        This builder for chaining.