Interface ConfidentialInstanceConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getEnableConfidentialCompute()
      Defines whether the instance should have confidential compute enabled.
      boolean hasEnableConfidentialCompute()
      Defines whether the instance should have confidential compute enabled.
      • 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

      • 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.