code property

String? code
getter/setter pair

Code to uniquely identify the warning type. Possible string values are:

  • "SQL_API_WARNING_CODE_UNSPECIFIED" : An unknown or unset warning type from Cloud SQL API.
  • "REGION_UNREACHABLE" : Warning when one or more regions are not reachable. The returned result set may be incomplete.

Implementation

core.String? code;