- 0.62.0 (latest)
- 0.61.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
public interface EventCreateRuleOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDestinationEvent()
public abstract String getDestinationEvent()
Required. The name of the new event to be created.
This value must:
- be less than 40 characters
- consist only of letters, digits or _ (underscores)
- start with a letter
string destination_event = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The destinationEvent. |
getDestinationEventBytes()
public abstract ByteString getDestinationEventBytes()
Required. The name of the new event to be created.
This value must:
- be less than 40 characters
- consist only of letters, digits or _ (underscores)
- start with a letter
string destination_event = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for destinationEvent. |
getEventConditions(int index)
public abstract MatchingCondition getEventConditions(int index)
Required. Must have at least one condition, and can have up to 10 max. Conditions on the source event must match for this rule to be applied.
repeated .google.analytics.admin.v1alpha.MatchingCondition event_conditions = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
MatchingCondition |
getEventConditionsCount()
public abstract int getEventConditionsCount()
Required. Must have at least one condition, and can have up to 10 max. Conditions on the source event must match for this rule to be applied.
repeated .google.analytics.admin.v1alpha.MatchingCondition event_conditions = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
getEventConditionsList()
public abstract List<MatchingCondition> getEventConditionsList()
Required. Must have at least one condition, and can have up to 10 max. Conditions on the source event must match for this rule to be applied.
repeated .google.analytics.admin.v1alpha.MatchingCondition event_conditions = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<MatchingCondition> |
getEventConditionsOrBuilder(int index)
public abstract MatchingConditionOrBuilder getEventConditionsOrBuilder(int index)
Required. Must have at least one condition, and can have up to 10 max. Conditions on the source event must match for this rule to be applied.
repeated .google.analytics.admin.v1alpha.MatchingCondition event_conditions = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
MatchingConditionOrBuilder |
getEventConditionsOrBuilderList()
public abstract List<? extends MatchingConditionOrBuilder> getEventConditionsOrBuilderList()
Required. Must have at least one condition, and can have up to 10 max. Conditions on the source event must match for this rule to be applied.
repeated .google.analytics.admin.v1alpha.MatchingCondition event_conditions = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<? extends com.google.analytics.admin.v1alpha.MatchingConditionOrBuilder> |
getName()
public abstract String getName()
Output only. Resource name for this EventCreateRule resource. Format: properties/{property}/dataStreams/{data_stream}/eventCreateRules/{event_create_rule}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Output only. Resource name for this EventCreateRule resource. Format: properties/{property}/dataStreams/{data_stream}/eventCreateRules/{event_create_rule}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getParameterMutations(int index)
public abstract ParameterMutation getParameterMutations(int index)
Parameter mutations define parameter behavior on the new event, and are applied in order. A maximum of 20 mutations can be applied.
repeated .google.analytics.admin.v1alpha.ParameterMutation parameter_mutations = 5;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ParameterMutation |
getParameterMutationsCount()
public abstract int getParameterMutationsCount()
Parameter mutations define parameter behavior on the new event, and are applied in order. A maximum of 20 mutations can be applied.
repeated .google.analytics.admin.v1alpha.ParameterMutation parameter_mutations = 5;
Returns | |
---|---|
Type | Description |
int |
getParameterMutationsList()
public abstract List<ParameterMutation> getParameterMutationsList()
Parameter mutations define parameter behavior on the new event, and are applied in order. A maximum of 20 mutations can be applied.
repeated .google.analytics.admin.v1alpha.ParameterMutation parameter_mutations = 5;
Returns | |
---|---|
Type | Description |
List<ParameterMutation> |
getParameterMutationsOrBuilder(int index)
public abstract ParameterMutationOrBuilder getParameterMutationsOrBuilder(int index)
Parameter mutations define parameter behavior on the new event, and are applied in order. A maximum of 20 mutations can be applied.
repeated .google.analytics.admin.v1alpha.ParameterMutation parameter_mutations = 5;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ParameterMutationOrBuilder |
getParameterMutationsOrBuilderList()
public abstract List<? extends ParameterMutationOrBuilder> getParameterMutationsOrBuilderList()
Parameter mutations define parameter behavior on the new event, and are applied in order. A maximum of 20 mutations can be applied.
repeated .google.analytics.admin.v1alpha.ParameterMutation parameter_mutations = 5;
Returns | |
---|---|
Type | Description |
List<? extends com.google.analytics.admin.v1alpha.ParameterMutationOrBuilder> |
getSourceCopyParameters()
public abstract boolean getSourceCopyParameters()
If true, the source parameters are copied to the new event. If false, or unset, all non-internal parameters are not copied from the source event. Parameter mutations are applied after the parameters have been copied.
bool source_copy_parameters = 4;
Returns | |
---|---|
Type | Description |
boolean |
The sourceCopyParameters. |