Package com.google.cloud.compute.v1
Interface ShieldedInstanceIntegrityPolicyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ShieldedInstanceIntegrityPolicy
,ShieldedInstanceIntegrityPolicy.Builder
public interface ShieldedInstanceIntegrityPolicyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
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.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.
-
-