Interface ListingGroupFilterDimension.WebpageConditionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ListingGroupFilterDimension.WebpageCondition.ConditionCase getConditionCase()  
      java.lang.String getCustomLabel()
      Filters the URLs in a page feed that have this custom label.
      com.google.protobuf.ByteString getCustomLabelBytes()
      Filters the URLs in a page feed that have this custom label.
      java.lang.String getUrlContains()
      Filters the URLs in a page feed and the URLs from the advertiser web domain that contain this string.
      com.google.protobuf.ByteString getUrlContainsBytes()
      Filters the URLs in a page feed and the URLs from the advertiser web domain that contain this string.
      boolean hasCustomLabel()
      Filters the URLs in a page feed that have this custom label.
      boolean hasUrlContains()
      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.MessageLiteOrBuilder

        isInitialized
      • 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.