Namespace Google.Apis.ApiKeysService.v2 | Google.Apis.ApiKeysService.v2
Show / Hide Table of Contents

Namespace Google.Apis.ApiKeysService.v2

Classes

ApiKeysServiceBaseServiceRequest<TResponse>

A base abstract class for ApiKeysService requests.

ApiKeysServiceService

The ApiKeysService Service.

ApiKeysServiceService.Scope

Available OAuth 2.0 scopes for use with the API Keys API.

ApiKeysServiceService.ScopeConstants

Available OAuth 2.0 scope constants for use with the API Keys API.

KeysResource

The "keys" collection of methods.

KeysResource.LookupKeyRequest

Find the parent project and resource name of the API key that matches the key string in the request. If the API key has been purged, resource name will not be set. The service account must have the apikeys.keys.lookup permission on the parent project.

OperationsResource

The "operations" collection of methods.

OperationsResource.GetRequest

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

ProjectsResource

The "projects" collection of methods.

ProjectsResource.LocationsResource

The "locations" collection of methods.

ProjectsResource.LocationsResource.KeysResource

The "keys" collection of methods.

ProjectsResource.LocationsResource.KeysResource.CreateRequest

Creates a new API key. NOTE: Key is a global resource; hence the only supported value for location is global.

ProjectsResource.LocationsResource.KeysResource.DeleteRequest

Deletes an API key. Deleted key can be retrieved within 30 days of deletion. Afterward, key will be purged from the project. NOTE: Key is a global resource; hence the only supported value for location is global.

ProjectsResource.LocationsResource.KeysResource.GetKeyStringRequest

Get the key string for an API key. NOTE: Key is a global resource; hence the only supported value for location is global.

ProjectsResource.LocationsResource.KeysResource.GetRequest

Gets the metadata for an API key. The key string of the API key isn't included in the response. NOTE: Key is a global resource; hence the only supported value for location is global.

ProjectsResource.LocationsResource.KeysResource.ListRequest

Lists the API keys owned by a project. The key string of the API key isn't included in the response. NOTE: Key is a global resource; hence the only supported value for location is global.

ProjectsResource.LocationsResource.KeysResource.Request

es the modifiable fields of an API key. The key string of the API key isn't included in the response. NOTE: Key is a global resource; hence the only supported value for location is global.

ProjectsResource.LocationsResource.KeysResource.UndeleteRequest

Undeletes an API key which was deleted within 30 days. NOTE: Key is a global resource; hence the only supported value for location is global.

Enums

ApiKeysServiceBaseServiceRequest<TResponse>.AltEnum

Data format for response.

ApiKeysServiceBaseServiceRequest<TResponse>.XgafvEnum

V1 error format.

In this article
Back to top Generated by DocFX