Interface ApplyRecommendationOperation.KeywordParametersOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ApplyRecommendationOperation.KeywordParameters, ApplyRecommendationOperation.KeywordParameters.Builder
Enclosing class:
ApplyRecommendationOperation

public static interface ApplyRecommendationOperation.KeywordParametersOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The ad group resource to add keyword to.
    com.google.protobuf.ByteString
    The ad group resource to add keyword to.
    long
    Optional, CPC bid to set for the keyword.
    The match type of the keyword.
    int
    The match type of the keyword.
    boolean
    The ad group resource to add keyword to.
    boolean
    Optional, CPC bid to set for the keyword.

    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 Details

    • hasAdGroup

      boolean hasAdGroup()
       The ad group resource to add keyword to. This is a required field.
       
      optional string ad_group = 4;
      Returns:
      Whether the adGroup field is set.
    • getAdGroup

      String getAdGroup()
       The ad group resource to add keyword to. This is a required field.
       
      optional string ad_group = 4;
      Returns:
      The adGroup.
    • getAdGroupBytes

      com.google.protobuf.ByteString getAdGroupBytes()
       The ad group resource to add keyword to. This is a required field.
       
      optional string ad_group = 4;
      Returns:
      The bytes for adGroup.
    • getMatchTypeValue

      int getMatchTypeValue()
       The match type of the keyword. This is a required field.
       
      .google.ads.googleads.v18.enums.KeywordMatchTypeEnum.KeywordMatchType match_type = 2;
      Returns:
      The enum numeric value on the wire for matchType.
    • getMatchType

       The match type of the keyword. This is a required field.
       
      .google.ads.googleads.v18.enums.KeywordMatchTypeEnum.KeywordMatchType match_type = 2;
      Returns:
      The matchType.
    • hasCpcBidMicros

      boolean hasCpcBidMicros()
       Optional, CPC bid to set for the keyword. If not set, keyword will use
       bid based on bidding strategy used by target ad group.
       
      optional int64 cpc_bid_micros = 5;
      Returns:
      Whether the cpcBidMicros field is set.
    • getCpcBidMicros

      long getCpcBidMicros()
       Optional, CPC bid to set for the keyword. If not set, keyword will use
       bid based on bidding strategy used by target ad group.
       
      optional int64 cpc_bid_micros = 5;
      Returns:
      The cpcBidMicros.