defaultChannel property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? defaultChannel
getter/setter pair

Determines which release channel to use for default injection and service mesh APIs. Possible string values are:

  • "CHANNEL_UNSPECIFIED" : Unspecified
  • "RAPID" : RAPID channel is offered on an early access basis for customers who want to test new releases.
  • "REGULAR" : REGULAR channel is intended for production users who want to take advantage of new features.
  • "STABLE" : STABLE channel includes versions that are known to be stable and reliable in production.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? defaultChannel;