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
Modifier and TypeMethodDescriptionOutput only.com.google.protobuf.ByteStringOutput only.booleanOutput 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
-
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
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.
-