Module: Google::Analytics::Admin::V1alpha::SubpropertySyncConfig::SynchronizationMode

Defined in:
proto_docs/google/analytics/admin/v1alpha/resources.rb

Overview

Synchronization modes for a Subproperty

Constant Summary collapse

SYNCHRONIZATION_MODE_UNSPECIFIED =

Synchronization mode unknown or not specified.

0
NONE =

Entities are not synchronized. Local edits are allowed on the Subproperty.

1
ALL =

Entities are synchronized from Parent Property. Local mutations are not allowed on the Subproperty (Create / Update / Delete)

2