Interface CustomerNegativeCriterionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CustomerNegativeCriterion, CustomerNegativeCriterion.Builder

public interface CustomerNegativeCriterionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getResourceName

      String getResourceName()
       Immutable. The resource name of the customer negative criterion.
       Customer negative criterion resource names have the form:
      
       `customers/{customer_id}/customerNegativeCriteria/{criterion_id}`
       
      string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      The resourceName.
    • getResourceNameBytes

      com.google.protobuf.ByteString getResourceNameBytes()
       Immutable. The resource name of the customer negative criterion.
       Customer negative criterion resource names have the form:
      
       `customers/{customer_id}/customerNegativeCriteria/{criterion_id}`
       
      string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for resourceName.
    • hasId

      boolean hasId()
       Output only. The ID of the criterion.
       
      optional int64 id = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the id field is set.
    • getId

      long getId()
       Output only. The ID of the criterion.
       
      optional int64 id = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The id.
    • getTypeValue

      int getTypeValue()
       Output only. The type of the criterion.
       
      .google.ads.googleads.v18.enums.CriterionTypeEnum.CriterionType type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The enum numeric value on the wire for type.
    • getType

       Output only. The type of the criterion.
       
      .google.ads.googleads.v18.enums.CriterionTypeEnum.CriterionType type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The type.
    • hasContentLabel

      boolean hasContentLabel()
       Immutable. ContentLabel.
       
      .google.ads.googleads.v18.common.ContentLabelInfo content_label = 4 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      Whether the contentLabel field is set.
    • getContentLabel

      ContentLabelInfo getContentLabel()
       Immutable. ContentLabel.
       
      .google.ads.googleads.v18.common.ContentLabelInfo content_label = 4 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The contentLabel.
    • getContentLabelOrBuilder

      ContentLabelInfoOrBuilder getContentLabelOrBuilder()
       Immutable. ContentLabel.
       
      .google.ads.googleads.v18.common.ContentLabelInfo content_label = 4 [(.google.api.field_behavior) = IMMUTABLE];
    • hasMobileApplication

      boolean hasMobileApplication()
       Immutable. MobileApplication.
       
      .google.ads.googleads.v18.common.MobileApplicationInfo mobile_application = 5 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      Whether the mobileApplication field is set.
    • getMobileApplication

      MobileApplicationInfo getMobileApplication()
       Immutable. MobileApplication.
       
      .google.ads.googleads.v18.common.MobileApplicationInfo mobile_application = 5 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The mobileApplication.
    • getMobileApplicationOrBuilder

      MobileApplicationInfoOrBuilder getMobileApplicationOrBuilder()
       Immutable. MobileApplication.
       
      .google.ads.googleads.v18.common.MobileApplicationInfo mobile_application = 5 [(.google.api.field_behavior) = IMMUTABLE];
    • hasMobileAppCategory

      boolean hasMobileAppCategory()
       Immutable. MobileAppCategory.
       
      .google.ads.googleads.v18.common.MobileAppCategoryInfo mobile_app_category = 6 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      Whether the mobileAppCategory field is set.
    • getMobileAppCategory

      MobileAppCategoryInfo getMobileAppCategory()
       Immutable. MobileAppCategory.
       
      .google.ads.googleads.v18.common.MobileAppCategoryInfo mobile_app_category = 6 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The mobileAppCategory.
    • getMobileAppCategoryOrBuilder

      MobileAppCategoryInfoOrBuilder getMobileAppCategoryOrBuilder()
       Immutable. MobileAppCategory.
       
      .google.ads.googleads.v18.common.MobileAppCategoryInfo mobile_app_category = 6 [(.google.api.field_behavior) = IMMUTABLE];
    • hasPlacement

      boolean hasPlacement()
       Immutable. Placement.
       
      .google.ads.googleads.v18.common.PlacementInfo placement = 7 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      Whether the placement field is set.
    • getPlacement

      PlacementInfo getPlacement()
       Immutable. Placement.
       
      .google.ads.googleads.v18.common.PlacementInfo placement = 7 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The placement.
    • getPlacementOrBuilder

      PlacementInfoOrBuilder getPlacementOrBuilder()
       Immutable. Placement.
       
      .google.ads.googleads.v18.common.PlacementInfo placement = 7 [(.google.api.field_behavior) = IMMUTABLE];
    • hasYoutubeVideo

      boolean hasYoutubeVideo()
       Immutable. YouTube Video.
       
      .google.ads.googleads.v18.common.YouTubeVideoInfo youtube_video = 8 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      Whether the youtubeVideo field is set.
    • getYoutubeVideo

      YouTubeVideoInfo getYoutubeVideo()
       Immutable. YouTube Video.
       
      .google.ads.googleads.v18.common.YouTubeVideoInfo youtube_video = 8 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The youtubeVideo.
    • getYoutubeVideoOrBuilder

      YouTubeVideoInfoOrBuilder getYoutubeVideoOrBuilder()
       Immutable. YouTube Video.
       
      .google.ads.googleads.v18.common.YouTubeVideoInfo youtube_video = 8 [(.google.api.field_behavior) = IMMUTABLE];
    • hasYoutubeChannel

      boolean hasYoutubeChannel()
       Immutable. YouTube Channel.
       
      .google.ads.googleads.v18.common.YouTubeChannelInfo youtube_channel = 9 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      Whether the youtubeChannel field is set.
    • getYoutubeChannel

      YouTubeChannelInfo getYoutubeChannel()
       Immutable. YouTube Channel.
       
      .google.ads.googleads.v18.common.YouTubeChannelInfo youtube_channel = 9 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The youtubeChannel.
    • getYoutubeChannelOrBuilder

      YouTubeChannelInfoOrBuilder getYoutubeChannelOrBuilder()
       Immutable. YouTube Channel.
       
      .google.ads.googleads.v18.common.YouTubeChannelInfo youtube_channel = 9 [(.google.api.field_behavior) = IMMUTABLE];
    • hasNegativeKeywordList

      boolean hasNegativeKeywordList()
       Immutable. NegativeKeywordList.
       
      .google.ads.googleads.v18.common.NegativeKeywordListInfo negative_keyword_list = 11 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      Whether the negativeKeywordList field is set.
    • getNegativeKeywordList

      NegativeKeywordListInfo getNegativeKeywordList()
       Immutable. NegativeKeywordList.
       
      .google.ads.googleads.v18.common.NegativeKeywordListInfo negative_keyword_list = 11 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The negativeKeywordList.
    • getNegativeKeywordListOrBuilder

      NegativeKeywordListInfoOrBuilder getNegativeKeywordListOrBuilder()
       Immutable. NegativeKeywordList.
       
      .google.ads.googleads.v18.common.NegativeKeywordListInfo negative_keyword_list = 11 [(.google.api.field_behavior) = IMMUTABLE];
    • hasIpBlock

      boolean hasIpBlock()
       Immutable. IPBLock
       
      .google.ads.googleads.v18.common.IpBlockInfo ip_block = 12 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      Whether the ipBlock field is set.
    • getIpBlock

      IpBlockInfo getIpBlock()
       Immutable. IPBLock
       
      .google.ads.googleads.v18.common.IpBlockInfo ip_block = 12 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The ipBlock.
    • getIpBlockOrBuilder

      IpBlockInfoOrBuilder getIpBlockOrBuilder()
       Immutable. IPBLock
       
      .google.ads.googleads.v18.common.IpBlockInfo ip_block = 12 [(.google.api.field_behavior) = IMMUTABLE];
    • getCriterionCase