loggingState property

String? loggingState
getter/setter pair

The state of the platform logs: enabled or disabled.

Optional. Possible string values are:

  • "LOGGING_STATE_UNSPECIFIED" : Platform logs settings for the parent resource haven't been set. This is the default state or when the user clears the settings for the parent.
  • "ENABLED" : Platform logs are enabled.
  • "DISABLED" : Platform logs are disabled.

Implementation

core.String? loggingState;