public interface ProvisionSubpropertyRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomDimensionAndMetricSynchronizationMode()
public abstract SubpropertySyncConfig.SynchronizationMode getCustomDimensionAndMetricSynchronizationMode()Optional. The subproperty feature synchronization mode for Custom Dimensions and Metrics
.google.analytics.admin.v1alpha.SubpropertySyncConfig.SynchronizationMode custom_dimension_and_metric_synchronization_mode = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SubpropertySyncConfig.SynchronizationMode |
The customDimensionAndMetricSynchronizationMode. |
getCustomDimensionAndMetricSynchronizationModeValue()
public abstract int getCustomDimensionAndMetricSynchronizationModeValue()Optional. The subproperty feature synchronization mode for Custom Dimensions and Metrics
.google.analytics.admin.v1alpha.SubpropertySyncConfig.SynchronizationMode custom_dimension_and_metric_synchronization_mode = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for customDimensionAndMetricSynchronizationMode. |
getSubproperty()
public abstract Property getSubproperty()Required. The subproperty to create.
.google.analytics.admin.v1alpha.Property subproperty = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Property |
The subproperty. |
getSubpropertyEventFilter()
public abstract SubpropertyEventFilter getSubpropertyEventFilter()Optional. The subproperty event filter to create on an ordinary property.
.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SubpropertyEventFilter |
The subpropertyEventFilter. |
getSubpropertyEventFilterOrBuilder()
public abstract SubpropertyEventFilterOrBuilder getSubpropertyEventFilterOrBuilder()Optional. The subproperty event filter to create on an ordinary property.
.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SubpropertyEventFilterOrBuilder |
|
getSubpropertyOrBuilder()
public abstract PropertyOrBuilder getSubpropertyOrBuilder()Required. The subproperty to create.
.google.analytics.admin.v1alpha.Property subproperty = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
PropertyOrBuilder |
|
hasSubproperty()
public abstract boolean hasSubproperty()Required. The subproperty to create.
.google.analytics.admin.v1alpha.Property subproperty = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the subproperty field is set. |
hasSubpropertyEventFilter()
public abstract boolean hasSubpropertyEventFilter()Optional. The subproperty event filter to create on an ordinary property.
.google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filter = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the subpropertyEventFilter field is set. |