Interface ConversionAction.GoogleAnalytics4SettingsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getEventName()
      Output only.
      com.google.protobuf.ByteString getEventNameBytes()
      Output only.
      long getPropertyId()
      Output only.
      java.lang.String getPropertyName()
      Output only.
      com.google.protobuf.ByteString getPropertyNameBytes()
      Output only.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.