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
Modifier and TypeMethodDescriptionOutput only.com.google.protobuf.ByteStringOutput only.longOutput only.Output only.com.google.protobuf.ByteStringOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEventName
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
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.
-