Interface ConversionAction.GoogleAnalytics4SettingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConversionAction.GoogleAnalytics4Settings,ConversionAction.GoogleAnalytics4Settings.Builder
- Enclosing class:
- ConversionAction
public static interface ConversionAction.GoogleAnalytics4SettingsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEventName()Output only.com.google.protobuf.ByteStringgetEventNameBytes()Output only.longgetPropertyId()Output only.java.lang.StringgetPropertyName()Output only.com.google.protobuf.ByteStringgetPropertyNameBytes()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEventName
java.lang.String getEventName()
Output only. The name of the GA 4 event.
string event_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The eventName.
-
getEventNameBytes
com.google.protobuf.ByteString getEventNameBytes()
Output only. The name of the GA 4 event.
string event_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for eventName.
-
getPropertyName
java.lang.String getPropertyName()
Output only. The name of the GA 4 property.
string property_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The propertyName.
-
getPropertyNameBytes
com.google.protobuf.ByteString getPropertyNameBytes()
Output only. The name of the GA 4 property.
string property_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for propertyName.
-
getPropertyId
long getPropertyId()
Output only. The ID of the GA 4 property.
int64 property_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The propertyId.
-
-