Package com.google.cloud.compute.v1
Interface ConfidentialInstanceConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConfidentialInstanceConfig,ConfidentialInstanceConfig.Builder
public interface ConfidentialInstanceConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetEnableConfidentialCompute()Defines whether the instance should have confidential compute enabled.booleanhasEnableConfidentialCompute()Defines whether the instance should have confidential compute enabled.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasEnableConfidentialCompute
boolean hasEnableConfidentialCompute()
Defines whether the instance should have confidential compute enabled.
optional bool enable_confidential_compute = 102135228;- Returns:
- Whether the enableConfidentialCompute field is set.
-
getEnableConfidentialCompute
boolean getEnableConfidentialCompute()
Defines whether the instance should have confidential compute enabled.
optional bool enable_confidential_compute = 102135228;- Returns:
- The enableConfidentialCompute.
-
-