public interface DeleteAppProfileRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getIgnoreWarnings()
If true, ignore safety checks when deleting the app profile.
|
java.lang.String |
getName()
The unique name of the app profile to be deleted.
|
ByteString |
getNameBytes()
The unique name of the app profile to be deleted.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getName()
The unique name of the app profile to be deleted. Values are of the form `projects/<project>/instances/<instance>/appProfiles/<app_profile>`.
string name = 1;
ByteString getNameBytes()
The unique name of the app profile to be deleted. Values are of the form `projects/<project>/instances/<instance>/appProfiles/<app_profile>`.
string name = 1;
boolean getIgnoreWarnings()
If true, ignore safety checks when deleting the app profile.
bool ignore_warnings = 2;