public interface SubpropertySyncConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getApplyToProperty()
public abstract String getApplyToProperty()
Output only. Immutable. Resource name of the subproperty that these settings apply to.
string apply_to_property = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The applyToProperty. |
getApplyToPropertyBytes()
public abstract ByteString getApplyToPropertyBytes()
Output only. Immutable. Resource name of the subproperty that these settings apply to.
string apply_to_property = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for applyToProperty. |
getCustomDimensionAndMetricSyncMode()
public abstract SubpropertySyncConfig.SynchronizationMode getCustomDimensionAndMetricSyncMode()
Required. Specifies the Custom Dimension / Metric synchronization mode for the subproperty.
If set to ALL, Custom Dimension / Metric synchronization will be immediately enabled. Local configuration of Custom Dimensions / Metrics will not be allowed on the subproperty so long as the synchronization mode is set to ALL.
If set to NONE, Custom Dimensions / Metric synchronization is disabled. Custom Dimensions / Metrics must be configured explicitly on the Subproperty.
.google.analytics.admin.v1alpha.SubpropertySyncConfig.SynchronizationMode custom_dimension_and_metric_sync_mode = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
SubpropertySyncConfig.SynchronizationMode |
The customDimensionAndMetricSyncMode. |
getCustomDimensionAndMetricSyncModeValue()
public abstract int getCustomDimensionAndMetricSyncModeValue()
Required. Specifies the Custom Dimension / Metric synchronization mode for the subproperty.
If set to ALL, Custom Dimension / Metric synchronization will be immediately enabled. Local configuration of Custom Dimensions / Metrics will not be allowed on the subproperty so long as the synchronization mode is set to ALL.
If set to NONE, Custom Dimensions / Metric synchronization is disabled. Custom Dimensions / Metrics must be configured explicitly on the Subproperty.
.google.analytics.admin.v1alpha.SubpropertySyncConfig.SynchronizationMode custom_dimension_and_metric_sync_mode = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for customDimensionAndMetricSyncMode. |
getName()
public abstract String getName()
Output only. Identifier. Format: properties/{ordinary_property_id}/subpropertySyncConfigs/{subproperty_id} Example: properties/1234/subpropertySyncConfigs/5678
string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Output only. Identifier. Format: properties/{ordinary_property_id}/subpropertySyncConfigs/{subproperty_id} Example: properties/1234/subpropertySyncConfigs/5678
string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |