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 TypeMethodDescriptionbooleanFlag to enable delete protection for the namespace.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-