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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAdGroup()The ad group resource to add keyword to.com.google.protobuf.ByteStringgetAdGroupBytes()The ad group resource to add keyword to.longgetCpcBidMicros()Optional, CPC bid to set for the keyword.KeywordMatchTypeEnum.KeywordMatchTypegetMatchType()The match type of the keyword.intgetMatchTypeValue()The match type of the keyword.booleanhasAdGroup()The ad group resource to add keyword to.booleanhasCpcBidMicros()Optional, CPC bid to set for the keyword.-
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.
-
-