crossProjectMetadata property

String? crossProjectMetadata
getter/setter pair

Determines whether to include cross project annotations in the logs.

This field is available only for organization configurations. If not specified in org configs will be set to CROSS_PROJECT_METADATA_ENABLED. Possible string values are:

  • "CROSS_PROJECT_METADATA_UNSPECIFIED" : If not specified, the default is CROSS_PROJECT_METADATA_ENABLED.
  • "CROSS_PROJECT_METADATA_ENABLED" : When CROSS_PROJECT_METADATA_ENABLED, metadata from other projects will be included in the logs.
  • "CROSS_PROJECT_METADATA_DISABLED" : When CROSS_PROJECT_METADATA_DISABLED, metadata from other projects will not be included in the logs.

Implementation

core.String? crossProjectMetadata;