Interface ListingGroupFilterDimension.WebpageConditionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListingGroupFilterDimension.WebpageCondition,ListingGroupFilterDimension.WebpageCondition.Builder
- Enclosing class:
- ListingGroupFilterDimension
public static interface ListingGroupFilterDimension.WebpageConditionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListingGroupFilterDimension.WebpageCondition.ConditionCasegetConditionCase()java.lang.StringgetCustomLabel()Filters the URLs in a page feed that have this custom label.com.google.protobuf.ByteStringgetCustomLabelBytes()Filters the URLs in a page feed that have this custom label.java.lang.StringgetUrlContains()Filters the URLs in a page feed and the URLs from the advertiser web domain that contain this string.com.google.protobuf.ByteStringgetUrlContainsBytes()Filters the URLs in a page feed and the URLs from the advertiser web domain that contain this string.booleanhasCustomLabel()Filters the URLs in a page feed that have this custom label.booleanhasUrlContains()Filters the URLs in a page feed and the URLs from the advertiser web domain that contain this string.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCustomLabel
boolean hasCustomLabel()
Filters the URLs in a page feed that have this custom label. A custom label can be added to a campaign by creating an AssetSet of type PAGE_FEED and linking it to the campaign using CampaignAssetSet.
string custom_label = 1;- Returns:
- Whether the customLabel field is set.
-
getCustomLabel
java.lang.String getCustomLabel()
Filters the URLs in a page feed that have this custom label. A custom label can be added to a campaign by creating an AssetSet of type PAGE_FEED and linking it to the campaign using CampaignAssetSet.
string custom_label = 1;- Returns:
- The customLabel.
-
getCustomLabelBytes
com.google.protobuf.ByteString getCustomLabelBytes()
Filters the URLs in a page feed that have this custom label. A custom label can be added to a campaign by creating an AssetSet of type PAGE_FEED and linking it to the campaign using CampaignAssetSet.
string custom_label = 1;- Returns:
- The bytes for customLabel.
-
hasUrlContains
boolean hasUrlContains()
Filters the URLs in a page feed and the URLs from the advertiser web domain that contain this string.
string url_contains = 2;- Returns:
- Whether the urlContains field is set.
-
getUrlContains
java.lang.String getUrlContains()
Filters the URLs in a page feed and the URLs from the advertiser web domain that contain this string.
string url_contains = 2;- Returns:
- The urlContains.
-
getUrlContainsBytes
com.google.protobuf.ByteString getUrlContainsBytes()
Filters the URLs in a page feed and the URLs from the advertiser web domain that contain this string.
string url_contains = 2;- Returns:
- The bytes for urlContains.
-
getConditionCase
ListingGroupFilterDimension.WebpageCondition.ConditionCase getConditionCase()
-
-