Interface ShieldedInstanceIntegrityPolicyOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getUpdateAutoLearnPolicy()
      Updates the integrity policy baseline using the measurements from the VM instance's most recent boot.
      boolean hasUpdateAutoLearnPolicy()
      Updates the integrity policy baseline using the measurements from the VM instance's most recent boot.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasUpdateAutoLearnPolicy

        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;
        Returns:
        Whether the updateAutoLearnPolicy field is set.
      • getUpdateAutoLearnPolicy

        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;
        Returns:
        The updateAutoLearnPolicy.