All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.resources.CustomerNegativeCriterionOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/resources/customer_negative_criterion.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;

public interface CustomerNegativeCriterionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.CustomerNegativeCriterion)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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) = { ... } * @return The resourceName. */ java.lang.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) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** *
   * Output only. The ID of the criterion.
   * 
* * optional int64 id = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the id field is set. */ boolean hasId(); /** *
   * Output only. The ID of the criterion.
   * 
* * optional int64 id = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The id. */ long getId(); /** *
   * Output only. The type of the criterion.
   * 
* * .google.ads.googleads.v17.enums.CriterionTypeEnum.CriterionType type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for type. */ int getTypeValue(); /** *
   * Output only. The type of the criterion.
   * 
* * .google.ads.googleads.v17.enums.CriterionTypeEnum.CriterionType type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The type. */ com.google.ads.googleads.v17.enums.CriterionTypeEnum.CriterionType getType(); /** *
   * Immutable. ContentLabel.
   * 
* * .google.ads.googleads.v17.common.ContentLabelInfo content_label = 4 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the contentLabel field is set. */ boolean hasContentLabel(); /** *
   * Immutable. ContentLabel.
   * 
* * .google.ads.googleads.v17.common.ContentLabelInfo content_label = 4 [(.google.api.field_behavior) = IMMUTABLE]; * @return The contentLabel. */ com.google.ads.googleads.v17.common.ContentLabelInfo getContentLabel(); /** *
   * Immutable. ContentLabel.
   * 
* * .google.ads.googleads.v17.common.ContentLabelInfo content_label = 4 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.ContentLabelInfoOrBuilder getContentLabelOrBuilder(); /** *
   * Immutable. MobileApplication.
   * 
* * .google.ads.googleads.v17.common.MobileApplicationInfo mobile_application = 5 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the mobileApplication field is set. */ boolean hasMobileApplication(); /** *
   * Immutable. MobileApplication.
   * 
* * .google.ads.googleads.v17.common.MobileApplicationInfo mobile_application = 5 [(.google.api.field_behavior) = IMMUTABLE]; * @return The mobileApplication. */ com.google.ads.googleads.v17.common.MobileApplicationInfo getMobileApplication(); /** *
   * Immutable. MobileApplication.
   * 
* * .google.ads.googleads.v17.common.MobileApplicationInfo mobile_application = 5 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.MobileApplicationInfoOrBuilder getMobileApplicationOrBuilder(); /** *
   * Immutable. MobileAppCategory.
   * 
* * .google.ads.googleads.v17.common.MobileAppCategoryInfo mobile_app_category = 6 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the mobileAppCategory field is set. */ boolean hasMobileAppCategory(); /** *
   * Immutable. MobileAppCategory.
   * 
* * .google.ads.googleads.v17.common.MobileAppCategoryInfo mobile_app_category = 6 [(.google.api.field_behavior) = IMMUTABLE]; * @return The mobileAppCategory. */ com.google.ads.googleads.v17.common.MobileAppCategoryInfo getMobileAppCategory(); /** *
   * Immutable. MobileAppCategory.
   * 
* * .google.ads.googleads.v17.common.MobileAppCategoryInfo mobile_app_category = 6 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.MobileAppCategoryInfoOrBuilder getMobileAppCategoryOrBuilder(); /** *
   * Immutable. Placement.
   * 
* * .google.ads.googleads.v17.common.PlacementInfo placement = 7 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the placement field is set. */ boolean hasPlacement(); /** *
   * Immutable. Placement.
   * 
* * .google.ads.googleads.v17.common.PlacementInfo placement = 7 [(.google.api.field_behavior) = IMMUTABLE]; * @return The placement. */ com.google.ads.googleads.v17.common.PlacementInfo getPlacement(); /** *
   * Immutable. Placement.
   * 
* * .google.ads.googleads.v17.common.PlacementInfo placement = 7 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.PlacementInfoOrBuilder getPlacementOrBuilder(); /** *
   * Immutable. YouTube Video.
   * 
* * .google.ads.googleads.v17.common.YouTubeVideoInfo youtube_video = 8 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the youtubeVideo field is set. */ boolean hasYoutubeVideo(); /** *
   * Immutable. YouTube Video.
   * 
* * .google.ads.googleads.v17.common.YouTubeVideoInfo youtube_video = 8 [(.google.api.field_behavior) = IMMUTABLE]; * @return The youtubeVideo. */ com.google.ads.googleads.v17.common.YouTubeVideoInfo getYoutubeVideo(); /** *
   * Immutable. YouTube Video.
   * 
* * .google.ads.googleads.v17.common.YouTubeVideoInfo youtube_video = 8 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.YouTubeVideoInfoOrBuilder getYoutubeVideoOrBuilder(); /** *
   * Immutable. YouTube Channel.
   * 
* * .google.ads.googleads.v17.common.YouTubeChannelInfo youtube_channel = 9 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the youtubeChannel field is set. */ boolean hasYoutubeChannel(); /** *
   * Immutable. YouTube Channel.
   * 
* * .google.ads.googleads.v17.common.YouTubeChannelInfo youtube_channel = 9 [(.google.api.field_behavior) = IMMUTABLE]; * @return The youtubeChannel. */ com.google.ads.googleads.v17.common.YouTubeChannelInfo getYoutubeChannel(); /** *
   * Immutable. YouTube Channel.
   * 
* * .google.ads.googleads.v17.common.YouTubeChannelInfo youtube_channel = 9 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.YouTubeChannelInfoOrBuilder getYoutubeChannelOrBuilder(); /** *
   * Immutable. NegativeKeywordList.
   * 
* * .google.ads.googleads.v17.common.NegativeKeywordListInfo negative_keyword_list = 11 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the negativeKeywordList field is set. */ boolean hasNegativeKeywordList(); /** *
   * Immutable. NegativeKeywordList.
   * 
* * .google.ads.googleads.v17.common.NegativeKeywordListInfo negative_keyword_list = 11 [(.google.api.field_behavior) = IMMUTABLE]; * @return The negativeKeywordList. */ com.google.ads.googleads.v17.common.NegativeKeywordListInfo getNegativeKeywordList(); /** *
   * Immutable. NegativeKeywordList.
   * 
* * .google.ads.googleads.v17.common.NegativeKeywordListInfo negative_keyword_list = 11 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.NegativeKeywordListInfoOrBuilder getNegativeKeywordListOrBuilder(); /** *
   * Immutable. IPBLock
   * 
* * .google.ads.googleads.v17.common.IpBlockInfo ip_block = 12 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the ipBlock field is set. */ boolean hasIpBlock(); /** *
   * Immutable. IPBLock
   * 
* * .google.ads.googleads.v17.common.IpBlockInfo ip_block = 12 [(.google.api.field_behavior) = IMMUTABLE]; * @return The ipBlock. */ com.google.ads.googleads.v17.common.IpBlockInfo getIpBlock(); /** *
   * Immutable. IPBLock
   * 
* * .google.ads.googleads.v17.common.IpBlockInfo ip_block = 12 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.IpBlockInfoOrBuilder getIpBlockOrBuilder(); com.google.ads.googleads.v17.resources.CustomerNegativeCriterion.CriterionCase getCriterionCase(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy