channelConfig property

String? channelConfig
getter/setter pair

Channel configuration reflecting which field in the oneof is populated.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : The value is unknown in this version.
  • "CHANNEL_STRATEGY" : The channel controls configuration uses a general channel strategy; individual channels are not configured separately.
  • "SELECTED_CHANNELS" : The channel controls configuration explicitly defines the selected channels.

Implementation

core.String? channelConfig;