Enum ProjectsResource.LocationsResource.KeysResource.DeleteRequest.CheckExistingUsageEnum
Optional. Defines the behavior for checking existing usage when deleting a key.
Namespace: Google.Apis.ApiKeysService.v2
Assembly: Google.Apis.ApiKeysService.v2.dll
Syntax
public enum ProjectsResource.LocationsResource.KeysResource.DeleteRequest.CheckExistingUsageEnum
Fields
| Name | Description |
|---|---|
| CHECK | If set, existing usage is checked when deleting the key. If the key has usage in the last 7 days, the request returns a FAILED_PRECONDITION error. |
| CHECKEXISTINGUSAGEUNSPECIFIED | When unset, the default behavior is used, which is SKIP. |
| SKIP | If set, skip checking existing usage when deleting a key. |