Module: google.appengine.api.full_app_id

Get the App Engine app ID from environment.

Not to be confused with google.appengine.api.app_identity.get_application_id() which gets a "display" app ID.

Functions

clear(...): Unset the application ID in the environment.

get(...): Get the application ID from the environment.

normalize(...): Normalize the environment variables which set the app ID.

parse(...): Parses a full app ID into partition, domain_name, and display_app_id.

project_id(...): Parses the domain prefixed project ID from the app_id.

put(...): Set the application ID in the environment.

Type Aliases

OsEnvironLike