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

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

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

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

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

  /**
   * 
   * Immutable. The resource name of the Keyword Plan ad group keyword.
   * KeywordPlanAdGroupKeyword resource names have the form:
   *
   * `customers/{customer_id}/keywordPlanAdGroupKeywords/{kp_ad_group_keyword_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 Keyword Plan ad group keyword.
   * KeywordPlanAdGroupKeyword resource names have the form:
   *
   * `customers/{customer_id}/keywordPlanAdGroupKeywords/{kp_ad_group_keyword_id}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** *
   * The Keyword Plan ad group to which this keyword belongs.
   * 
* * optional string keyword_plan_ad_group = 8 [(.google.api.resource_reference) = { ... } * @return Whether the keywordPlanAdGroup field is set. */ boolean hasKeywordPlanAdGroup(); /** *
   * The Keyword Plan ad group to which this keyword belongs.
   * 
* * optional string keyword_plan_ad_group = 8 [(.google.api.resource_reference) = { ... } * @return The keywordPlanAdGroup. */ java.lang.String getKeywordPlanAdGroup(); /** *
   * The Keyword Plan ad group to which this keyword belongs.
   * 
* * optional string keyword_plan_ad_group = 8 [(.google.api.resource_reference) = { ... } * @return The bytes for keywordPlanAdGroup. */ com.google.protobuf.ByteString getKeywordPlanAdGroupBytes(); /** *
   * Output only. The ID of the Keyword Plan keyword.
   * 
* * optional int64 id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the id field is set. */ boolean hasId(); /** *
   * Output only. The ID of the Keyword Plan keyword.
   * 
* * optional int64 id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The id. */ long getId(); /** *
   * The keyword text.
   * 
* * optional string text = 10; * @return Whether the text field is set. */ boolean hasText(); /** *
   * The keyword text.
   * 
* * optional string text = 10; * @return The text. */ java.lang.String getText(); /** *
   * The keyword text.
   * 
* * optional string text = 10; * @return The bytes for text. */ com.google.protobuf.ByteString getTextBytes(); /** *
   * The keyword match type.
   * 
* * .google.ads.googleads.v17.enums.KeywordMatchTypeEnum.KeywordMatchType match_type = 5; * @return The enum numeric value on the wire for matchType. */ int getMatchTypeValue(); /** *
   * The keyword match type.
   * 
* * .google.ads.googleads.v17.enums.KeywordMatchTypeEnum.KeywordMatchType match_type = 5; * @return The matchType. */ com.google.ads.googleads.v17.enums.KeywordMatchTypeEnum.KeywordMatchType getMatchType(); /** *
   * A keyword level max cpc bid in micros (for example, $1 = 1mm). The currency
   * is the same as the account currency code. This will override any CPC bid
   * set at the keyword plan ad group level. Not applicable for negative
   * keywords. (negative = true) This field is Optional.
   * 
* * optional int64 cpc_bid_micros = 11; * @return Whether the cpcBidMicros field is set. */ boolean hasCpcBidMicros(); /** *
   * A keyword level max cpc bid in micros (for example, $1 = 1mm). The currency
   * is the same as the account currency code. This will override any CPC bid
   * set at the keyword plan ad group level. Not applicable for negative
   * keywords. (negative = true) This field is Optional.
   * 
* * optional int64 cpc_bid_micros = 11; * @return The cpcBidMicros. */ long getCpcBidMicros(); /** *
   * Immutable. If true, the keyword is negative.
   * 
* * optional bool negative = 12 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the negative field is set. */ boolean hasNegative(); /** *
   * Immutable. If true, the keyword is negative.
   * 
* * optional bool negative = 12 [(.google.api.field_behavior) = IMMUTABLE]; * @return The negative. */ boolean getNegative(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy