Interface ConversionAction.FirebaseSettingsOrBuilder

    • 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.
      java.lang.String getProjectId()
      Output only.
      com.google.protobuf.ByteString getProjectIdBytes()
      Output only.
      boolean hasEventName()
      Output only.
      boolean hasProjectId()
      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

      • hasEventName

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

        java.lang.String getEventName()
         Output only. The event name of a Firebase conversion.
         
        optional string event_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The eventName.
      • getEventNameBytes

        com.google.protobuf.ByteString getEventNameBytes()
         Output only. The event name of a Firebase conversion.
         
        optional string event_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for eventName.
      • hasProjectId

        boolean hasProjectId()
         Output only. The Firebase project ID of the conversion.
         
        optional string project_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the projectId field is set.
      • getProjectId

        java.lang.String getProjectId()
         Output only. The Firebase project ID of the conversion.
         
        optional string project_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The projectId.
      • getProjectIdBytes

        com.google.protobuf.ByteString getProjectIdBytes()
         Output only. The Firebase project ID of the conversion.
         
        optional string project_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for projectId.