public interface DeleteNotificationChannelRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getForce()
If true, the notification channel will be deleted regardless of its
use in alert policies (the policies will be updated to remove the
channel).
|
java.lang.String |
getName()
The channel for which to execute the request.
|
ByteString |
getNameBytes()
The channel for which to execute the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getName()
The channel for which to execute the request. The format is `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`.
string name = 3;
ByteString getNameBytes()
The channel for which to execute the request. The format is `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`.
string name = 3;
boolean getForce()
If true, the notification channel will be deleted regardless of its use in alert policies (the policies will be updated to remove the channel). If false, channels that are still referenced by an existing alerting policy will fail to be deleted in a delete operation.
bool force = 5;