Interface BiddableKeywordOrBuilder

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

    public interface BiddableKeywordOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      KeywordInfo getKeyword()
      Required.
      KeywordInfoOrBuilder getKeywordOrBuilder()
      Required.
      long getMaxCpcBidMicros()
      A max cpc bid in micros that overrides the ad group level max cpc bid in forecast simulation.
      boolean hasKeyword()
      Required.
      boolean hasMaxCpcBidMicros()
      A max cpc bid in micros that overrides the ad group level max cpc bid in forecast simulation.
      • 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

      • hasKeyword

        boolean hasKeyword()
         Required. Keyword. Must have text and match type.
         
        .google.ads.googleads.v15.common.KeywordInfo keyword = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the keyword field is set.
      • getKeyword

        KeywordInfo getKeyword()
         Required. Keyword. Must have text and match type.
         
        .google.ads.googleads.v15.common.KeywordInfo keyword = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The keyword.
      • getKeywordOrBuilder

        KeywordInfoOrBuilder getKeywordOrBuilder()
         Required. Keyword. Must have text and match type.
         
        .google.ads.googleads.v15.common.KeywordInfo keyword = 1 [(.google.api.field_behavior) = REQUIRED];
      • hasMaxCpcBidMicros

        boolean hasMaxCpcBidMicros()
         A max cpc bid in micros that overrides the ad group level max cpc bid in
         forecast simulation. This value will override the max cpc value set in the
         bidding strategy and ad group. Only specify this field for bidding
         strategies that support max cpc values.
         
        optional int64 max_cpc_bid_micros = 2;
        Returns:
        Whether the maxCpcBidMicros field is set.
      • getMaxCpcBidMicros

        long getMaxCpcBidMicros()
         A max cpc bid in micros that overrides the ad group level max cpc bid in
         forecast simulation. This value will override the max cpc value set in the
         bidding strategy and ad group. Only specify this field for bidding
         strategies that support max cpc values.
         
        optional int64 max_cpc_bid_micros = 2;
        Returns:
        The maxCpcBidMicros.