applicationInstance property

String? applicationInstance
getter/setter pair

The instance type of the application sending the request. Possible string values are:

  • "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.

Implementation

core.String? applicationInstance;