ApplicationInstance

  • This content defines the possible application instances that can send requests, categorized by purpose.

  • The categories include unspecified, unknown, development and testing, and production instances.

  • DEVELOPMENT_AND_TESTING is for non-production uses, while PRODUCTION is for live, operational purposes.

Possible application instances sending the request.

Enums

UNSPECIFIED

Not specified.

UNKNOWN

The value is unknown in this version.

DEVELOPMENT_AND_TESTING

The instance is for development and testing purposes.

PRODUCTION

The instance is for production purposes.