Interface LifecycleSpecOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
LifecycleSpec, LifecycleSpec.Builder

@Generated(value="protoc", comments="annotations:LifecycleSpecOrBuilder.java.pb.meta") public interface LifecycleSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Flag to enable delete protection for the namespace.

    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 Details

    • getEnableDeleteProtection

      boolean getEnableDeleteProtection()
       Flag to enable delete protection for the namespace.
       
      bool enable_delete_protection = 1;
      Returns:
      The enableDeleteProtection.