Interface ConversionAction.ThirdPartyAppAnalyticsSettingsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ConversionAction.ThirdPartyAppAnalyticsSettings, ConversionAction.ThirdPartyAppAnalyticsSettings.Builder
Enclosing class:
ConversionAction

public static interface ConversionAction.ThirdPartyAppAnalyticsSettingsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Output only.
    com.google.protobuf.ByteString
    Output only.
    Output only.
    com.google.protobuf.ByteString
    Output only.
    boolean
    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 Details

    • hasEventName

      boolean hasEventName()
       Output only. The event name of a third-party app analytics conversion.
       
      optional string event_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the eventName field is set.
    • getEventName

      String getEventName()
       Output only. The event name of a third-party app analytics conversion.
       
      optional string event_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The eventName.
    • getEventNameBytes

      com.google.protobuf.ByteString getEventNameBytes()
       Output only. The event name of a third-party app analytics conversion.
       
      optional string event_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for eventName.
    • getProviderName

      String getProviderName()
       Output only. Name of the third-party app analytics provider.
       
      string provider_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The providerName.
    • getProviderNameBytes

      com.google.protobuf.ByteString getProviderNameBytes()
       Output only. Name of the third-party app analytics provider.
       
      string provider_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for providerName.