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
Modifier and TypeMethodDescriptionFilters the URLs in a page feed that have this custom label.com.google.protobuf.ByteStringFilters the URLs in a page feed that have this custom label.Filters the URLs in a page feed and the URLs from the advertiser web domain that contain this string.com.google.protobuf.ByteStringFilters the URLs in a page feed and the URLs from the advertiser web domain that contain this string.booleanFilters the URLs in a page feed that have this custom label.booleanFilters 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.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
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()
-