Show / Hide Table of Contents

Enum ProjectsResource.LocationsResource.KeysResource.PatchRequest.CheckExistingUsageEnum

Optional. Defines the behavior for checking existing usage when updating a key.

Namespace: Google.Apis.ApiKeysService.v2
Assembly: Google.Apis.ApiKeysService.v2.dll
Syntax
public enum ProjectsResource.LocationsResource.KeysResource.PatchRequest.CheckExistingUsageEnum

Fields

Name Description
CHECK

If set, existing usage is checked when updating 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 updating a key.

In this article
Back to top Generated by DocFX