discoveryMode property

String? discoveryMode
getter/setter pair

Discovery mode of the dependency.

Output only. Possible string values are:

  • "DISCOVERY_MODE_UNSPECIFIED" : Default value. This value is unused.
  • "MANUAL" : Manual mode of discovery when the dependency is defined by the user.

Implementation

core.String? discoveryMode;