Interface Campaign.TrackingSettingOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Campaign.TrackingSetting, Campaign.TrackingSetting.Builder
    Enclosing class:
    Campaign

    public static interface Campaign.TrackingSettingOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getTrackingUrl()
      Output only.
      com.google.protobuf.ByteString getTrackingUrlBytes()
      Output only.
      boolean hasTrackingUrl()
      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

      • hasTrackingUrl

        boolean hasTrackingUrl()
         Output only. The url used for dynamic tracking.
         
        optional string tracking_url = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the trackingUrl field is set.
      • getTrackingUrl

        java.lang.String getTrackingUrl()
         Output only. The url used for dynamic tracking.
         
        optional string tracking_url = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The trackingUrl.
      • getTrackingUrlBytes

        com.google.protobuf.ByteString getTrackingUrlBytes()
         Output only. The url used for dynamic tracking.
         
        optional string tracking_url = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for trackingUrl.