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 TypeMethodDescriptionThe ad group resource to add keyword to.com.google.protobuf.ByteStringThe ad group resource to add keyword to.longOptional, CPC bid to set for the keyword.The match type of the keyword.intThe match type of the keyword.booleanThe ad group resource to add keyword to.booleanOptional, CPC bid to set for the keyword.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
KeywordMatchTypeEnum.KeywordMatchType 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.
-