Interface ApplyRecommendationOperation.KeywordParametersOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAdGroup()
      The ad group resource to add keyword to.
      com.google.protobuf.ByteString getAdGroupBytes()
      The ad group resource to add keyword to.
      long getCpcBidMicros()
      Optional, CPC bid to set for the keyword.
      KeywordMatchTypeEnum.KeywordMatchType getMatchType()
      The match type of the keyword.
      int getMatchTypeValue()
      The match type of the keyword.
      boolean hasAdGroup()
      The ad group resource to add keyword to.
      boolean hasCpcBidMicros()
      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 Detail

      • 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

        java.lang.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.v10.enums.KeywordMatchTypeEnum.KeywordMatchType match_type = 2;
        Returns:
        The enum numeric value on the wire for matchType.
      • getMatchType

        KeywordMatchTypeEnum.KeywordMatchType getMatchType()
         The match type of the keyword. This is a required field.
         
        .google.ads.googleads.v10.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.