Class KeywordPlanAdGroupKeyword.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<KeywordPlanAdGroupKeyword.Builder>
-
- com.google.ads.googleads.v10.resources.KeywordPlanAdGroupKeyword.Builder
-
- All Implemented Interfaces:
KeywordPlanAdGroupKeywordOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable
- Enclosing class:
- KeywordPlanAdGroupKeyword
public static final class KeywordPlanAdGroupKeyword.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<KeywordPlanAdGroupKeyword.Builder> implements KeywordPlanAdGroupKeywordOrBuilder
A Keyword Plan ad group keyword. Max number of keyword plan keywords per plan: 10000.
Protobuf typegoogle.ads.googleads.v10.resources.KeywordPlanAdGroupKeyword
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description KeywordPlanAdGroupKeyword.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)KeywordPlanAdGroupKeywordbuild()KeywordPlanAdGroupKeywordbuildPartial()KeywordPlanAdGroupKeyword.Builderclear()KeywordPlanAdGroupKeyword.BuilderclearCpcBidMicros()A keyword level max cpc bid in micros (e.g.KeywordPlanAdGroupKeyword.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)KeywordPlanAdGroupKeyword.BuilderclearId()Output only.KeywordPlanAdGroupKeyword.BuilderclearKeywordPlanAdGroup()The Keyword Plan ad group to which this keyword belongs.KeywordPlanAdGroupKeyword.BuilderclearMatchType()The keyword match type.KeywordPlanAdGroupKeyword.BuilderclearNegative()Immutable.KeywordPlanAdGroupKeyword.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)KeywordPlanAdGroupKeyword.BuilderclearResourceName()Immutable.KeywordPlanAdGroupKeyword.BuilderclearText()The keyword text.KeywordPlanAdGroupKeyword.Builderclone()longgetCpcBidMicros()A keyword level max cpc bid in micros (e.g.KeywordPlanAdGroupKeywordgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()longgetId()Output only.java.lang.StringgetKeywordPlanAdGroup()The Keyword Plan ad group to which this keyword belongs.com.google.protobuf.ByteStringgetKeywordPlanAdGroupBytes()The Keyword Plan ad group to which this keyword belongs.KeywordMatchTypeEnum.KeywordMatchTypegetMatchType()The keyword match type.intgetMatchTypeValue()The keyword match type.booleangetNegative()Immutable.java.lang.StringgetResourceName()Immutable.com.google.protobuf.ByteStringgetResourceNameBytes()Immutable.java.lang.StringgetText()The keyword text.com.google.protobuf.ByteStringgetTextBytes()The keyword text.booleanhasCpcBidMicros()A keyword level max cpc bid in micros (e.g.booleanhasId()Output only.booleanhasKeywordPlanAdGroup()The Keyword Plan ad group to which this keyword belongs.booleanhasNegative()Immutable.booleanhasText()The keyword text.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()KeywordPlanAdGroupKeyword.BuildermergeFrom(KeywordPlanAdGroupKeyword other)KeywordPlanAdGroupKeyword.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)KeywordPlanAdGroupKeyword.BuildermergeFrom(com.google.protobuf.Message other)KeywordPlanAdGroupKeyword.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)KeywordPlanAdGroupKeyword.BuildersetCpcBidMicros(long value)A keyword level max cpc bid in micros (e.g.KeywordPlanAdGroupKeyword.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)KeywordPlanAdGroupKeyword.BuildersetId(long value)Output only.KeywordPlanAdGroupKeyword.BuildersetKeywordPlanAdGroup(java.lang.String value)The Keyword Plan ad group to which this keyword belongs.KeywordPlanAdGroupKeyword.BuildersetKeywordPlanAdGroupBytes(com.google.protobuf.ByteString value)The Keyword Plan ad group to which this keyword belongs.KeywordPlanAdGroupKeyword.BuildersetMatchType(KeywordMatchTypeEnum.KeywordMatchType value)The keyword match type.KeywordPlanAdGroupKeyword.BuildersetMatchTypeValue(int value)The keyword match type.KeywordPlanAdGroupKeyword.BuildersetNegative(boolean value)Immutable.KeywordPlanAdGroupKeyword.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)KeywordPlanAdGroupKeyword.BuildersetResourceName(java.lang.String value)Immutable.KeywordPlanAdGroupKeyword.BuildersetResourceNameBytes(com.google.protobuf.ByteString value)Immutable.KeywordPlanAdGroupKeyword.BuildersetText(java.lang.String value)The keyword text.KeywordPlanAdGroupKeyword.BuildersetTextBytes(com.google.protobuf.ByteString value)The keyword text.KeywordPlanAdGroupKeyword.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<KeywordPlanAdGroupKeyword.Builder>
-
clear
public KeywordPlanAdGroupKeyword.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<KeywordPlanAdGroupKeyword.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<KeywordPlanAdGroupKeyword.Builder>
-
getDefaultInstanceForType
public KeywordPlanAdGroupKeyword getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public KeywordPlanAdGroupKeyword build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public KeywordPlanAdGroupKeyword buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public KeywordPlanAdGroupKeyword.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<KeywordPlanAdGroupKeyword.Builder>
-
setField
public KeywordPlanAdGroupKeyword.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<KeywordPlanAdGroupKeyword.Builder>
-
clearField
public KeywordPlanAdGroupKeyword.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<KeywordPlanAdGroupKeyword.Builder>
-
clearOneof
public KeywordPlanAdGroupKeyword.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<KeywordPlanAdGroupKeyword.Builder>
-
setRepeatedField
public KeywordPlanAdGroupKeyword.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<KeywordPlanAdGroupKeyword.Builder>
-
addRepeatedField
public KeywordPlanAdGroupKeyword.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<KeywordPlanAdGroupKeyword.Builder>
-
mergeFrom
public KeywordPlanAdGroupKeyword.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<KeywordPlanAdGroupKeyword.Builder>
-
mergeFrom
public KeywordPlanAdGroupKeyword.Builder mergeFrom(KeywordPlanAdGroupKeyword other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<KeywordPlanAdGroupKeyword.Builder>
-
mergeFrom
public KeywordPlanAdGroupKeyword.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<KeywordPlanAdGroupKeyword.Builder>- Throws:
java.io.IOException
-
getResourceName
public java.lang.String getResourceName()
Immutable. The resource name of the Keyword Plan ad group keyword. KeywordPlanAdGroupKeyword resource names have the form: `customers/{customer_id}/keywordPlanAdGroupKeywords/{kp_ad_group_keyword_id}`string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Specified by:
getResourceNamein interfaceKeywordPlanAdGroupKeywordOrBuilder- Returns:
- The resourceName.
-
getResourceNameBytes
public com.google.protobuf.ByteString getResourceNameBytes()
Immutable. The resource name of the Keyword Plan ad group keyword. KeywordPlanAdGroupKeyword resource names have the form: `customers/{customer_id}/keywordPlanAdGroupKeywords/{kp_ad_group_keyword_id}`string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Specified by:
getResourceNameBytesin interfaceKeywordPlanAdGroupKeywordOrBuilder- Returns:
- The bytes for resourceName.
-
setResourceName
public KeywordPlanAdGroupKeyword.Builder setResourceName(java.lang.String value)
Immutable. The resource name of the Keyword Plan ad group keyword. KeywordPlanAdGroupKeyword resource names have the form: `customers/{customer_id}/keywordPlanAdGroupKeywords/{kp_ad_group_keyword_id}`string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Parameters:
value- The resourceName to set.- Returns:
- This builder for chaining.
-
clearResourceName
public KeywordPlanAdGroupKeyword.Builder clearResourceName()
Immutable. The resource name of the Keyword Plan ad group keyword. KeywordPlanAdGroupKeyword resource names have the form: `customers/{customer_id}/keywordPlanAdGroupKeywords/{kp_ad_group_keyword_id}`string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- This builder for chaining.
-
setResourceNameBytes
public KeywordPlanAdGroupKeyword.Builder setResourceNameBytes(com.google.protobuf.ByteString value)
Immutable. The resource name of the Keyword Plan ad group keyword. KeywordPlanAdGroupKeyword resource names have the form: `customers/{customer_id}/keywordPlanAdGroupKeywords/{kp_ad_group_keyword_id}`string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Parameters:
value- The bytes for resourceName to set.- Returns:
- This builder for chaining.
-
hasKeywordPlanAdGroup
public boolean hasKeywordPlanAdGroup()
The Keyword Plan ad group to which this keyword belongs.
optional string keyword_plan_ad_group = 8 [(.google.api.resource_reference) = { ... }- Specified by:
hasKeywordPlanAdGroupin interfaceKeywordPlanAdGroupKeywordOrBuilder- Returns:
- Whether the keywordPlanAdGroup field is set.
-
getKeywordPlanAdGroup
public java.lang.String getKeywordPlanAdGroup()
The Keyword Plan ad group to which this keyword belongs.
optional string keyword_plan_ad_group = 8 [(.google.api.resource_reference) = { ... }- Specified by:
getKeywordPlanAdGroupin interfaceKeywordPlanAdGroupKeywordOrBuilder- Returns:
- The keywordPlanAdGroup.
-
getKeywordPlanAdGroupBytes
public com.google.protobuf.ByteString getKeywordPlanAdGroupBytes()
The Keyword Plan ad group to which this keyword belongs.
optional string keyword_plan_ad_group = 8 [(.google.api.resource_reference) = { ... }- Specified by:
getKeywordPlanAdGroupBytesin interfaceKeywordPlanAdGroupKeywordOrBuilder- Returns:
- The bytes for keywordPlanAdGroup.
-
setKeywordPlanAdGroup
public KeywordPlanAdGroupKeyword.Builder setKeywordPlanAdGroup(java.lang.String value)
The Keyword Plan ad group to which this keyword belongs.
optional string keyword_plan_ad_group = 8 [(.google.api.resource_reference) = { ... }- Parameters:
value- The keywordPlanAdGroup to set.- Returns:
- This builder for chaining.
-
clearKeywordPlanAdGroup
public KeywordPlanAdGroupKeyword.Builder clearKeywordPlanAdGroup()
The Keyword Plan ad group to which this keyword belongs.
optional string keyword_plan_ad_group = 8 [(.google.api.resource_reference) = { ... }- Returns:
- This builder for chaining.
-
setKeywordPlanAdGroupBytes
public KeywordPlanAdGroupKeyword.Builder setKeywordPlanAdGroupBytes(com.google.protobuf.ByteString value)
The Keyword Plan ad group to which this keyword belongs.
optional string keyword_plan_ad_group = 8 [(.google.api.resource_reference) = { ... }- Parameters:
value- The bytes for keywordPlanAdGroup to set.- Returns:
- This builder for chaining.
-
hasId
public boolean hasId()
Output only. The ID of the Keyword Plan keyword.
optional int64 id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasIdin interfaceKeywordPlanAdGroupKeywordOrBuilder- Returns:
- Whether the id field is set.
-
getId
public long getId()
Output only. The ID of the Keyword Plan keyword.
optional int64 id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getIdin interfaceKeywordPlanAdGroupKeywordOrBuilder- Returns:
- The id.
-
setId
public KeywordPlanAdGroupKeyword.Builder setId(long value)
Output only. The ID of the Keyword Plan keyword.
optional int64 id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The id to set.- Returns:
- This builder for chaining.
-
clearId
public KeywordPlanAdGroupKeyword.Builder clearId()
Output only. The ID of the Keyword Plan keyword.
optional int64 id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
hasText
public boolean hasText()
The keyword text.
optional string text = 10;- Specified by:
hasTextin interfaceKeywordPlanAdGroupKeywordOrBuilder- Returns:
- Whether the text field is set.
-
getText
public java.lang.String getText()
The keyword text.
optional string text = 10;- Specified by:
getTextin interfaceKeywordPlanAdGroupKeywordOrBuilder- Returns:
- The text.
-
getTextBytes
public com.google.protobuf.ByteString getTextBytes()
The keyword text.
optional string text = 10;- Specified by:
getTextBytesin interfaceKeywordPlanAdGroupKeywordOrBuilder- Returns:
- The bytes for text.
-
setText
public KeywordPlanAdGroupKeyword.Builder setText(java.lang.String value)
The keyword text.
optional string text = 10;- Parameters:
value- The text to set.- Returns:
- This builder for chaining.
-
clearText
public KeywordPlanAdGroupKeyword.Builder clearText()
The keyword text.
optional string text = 10;- Returns:
- This builder for chaining.
-
setTextBytes
public KeywordPlanAdGroupKeyword.Builder setTextBytes(com.google.protobuf.ByteString value)
The keyword text.
optional string text = 10;- Parameters:
value- The bytes for text to set.- Returns:
- This builder for chaining.
-
getMatchTypeValue
public int getMatchTypeValue()
The keyword match type.
.google.ads.googleads.v10.enums.KeywordMatchTypeEnum.KeywordMatchType match_type = 5;- Specified by:
getMatchTypeValuein interfaceKeywordPlanAdGroupKeywordOrBuilder- Returns:
- The enum numeric value on the wire for matchType.
-
setMatchTypeValue
public KeywordPlanAdGroupKeyword.Builder setMatchTypeValue(int value)
The keyword match type.
.google.ads.googleads.v10.enums.KeywordMatchTypeEnum.KeywordMatchType match_type = 5;- Parameters:
value- The enum numeric value on the wire for matchType to set.- Returns:
- This builder for chaining.
-
getMatchType
public KeywordMatchTypeEnum.KeywordMatchType getMatchType()
The keyword match type.
.google.ads.googleads.v10.enums.KeywordMatchTypeEnum.KeywordMatchType match_type = 5;- Specified by:
getMatchTypein interfaceKeywordPlanAdGroupKeywordOrBuilder- Returns:
- The matchType.
-
setMatchType
public KeywordPlanAdGroupKeyword.Builder setMatchType(KeywordMatchTypeEnum.KeywordMatchType value)
The keyword match type.
.google.ads.googleads.v10.enums.KeywordMatchTypeEnum.KeywordMatchType match_type = 5;- Parameters:
value- The matchType to set.- Returns:
- This builder for chaining.
-
clearMatchType
public KeywordPlanAdGroupKeyword.Builder clearMatchType()
The keyword match type.
.google.ads.googleads.v10.enums.KeywordMatchTypeEnum.KeywordMatchType match_type = 5;- Returns:
- This builder for chaining.
-
hasCpcBidMicros
public boolean hasCpcBidMicros()
A keyword level max cpc bid in micros (e.g. $1 = 1mm). The currency is the same as the account currency code. This will override any CPC bid set at the keyword plan ad group level. Not applicable for negative keywords. (negative = true) This field is Optional.
optional int64 cpc_bid_micros = 11;- Specified by:
hasCpcBidMicrosin interfaceKeywordPlanAdGroupKeywordOrBuilder- Returns:
- Whether the cpcBidMicros field is set.
-
getCpcBidMicros
public long getCpcBidMicros()
A keyword level max cpc bid in micros (e.g. $1 = 1mm). The currency is the same as the account currency code. This will override any CPC bid set at the keyword plan ad group level. Not applicable for negative keywords. (negative = true) This field is Optional.
optional int64 cpc_bid_micros = 11;- Specified by:
getCpcBidMicrosin interfaceKeywordPlanAdGroupKeywordOrBuilder- Returns:
- The cpcBidMicros.
-
setCpcBidMicros
public KeywordPlanAdGroupKeyword.Builder setCpcBidMicros(long value)
A keyword level max cpc bid in micros (e.g. $1 = 1mm). The currency is the same as the account currency code. This will override any CPC bid set at the keyword plan ad group level. Not applicable for negative keywords. (negative = true) This field is Optional.
optional int64 cpc_bid_micros = 11;- Parameters:
value- The cpcBidMicros to set.- Returns:
- This builder for chaining.
-
clearCpcBidMicros
public KeywordPlanAdGroupKeyword.Builder clearCpcBidMicros()
A keyword level max cpc bid in micros (e.g. $1 = 1mm). The currency is the same as the account currency code. This will override any CPC bid set at the keyword plan ad group level. Not applicable for negative keywords. (negative = true) This field is Optional.
optional int64 cpc_bid_micros = 11;- Returns:
- This builder for chaining.
-
hasNegative
public boolean hasNegative()
Immutable. If true, the keyword is negative.
optional bool negative = 12 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
hasNegativein interfaceKeywordPlanAdGroupKeywordOrBuilder- Returns:
- Whether the negative field is set.
-
getNegative
public boolean getNegative()
Immutable. If true, the keyword is negative.
optional bool negative = 12 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getNegativein interfaceKeywordPlanAdGroupKeywordOrBuilder- Returns:
- The negative.
-
setNegative
public KeywordPlanAdGroupKeyword.Builder setNegative(boolean value)
Immutable. If true, the keyword is negative.
optional bool negative = 12 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The negative to set.- Returns:
- This builder for chaining.
-
clearNegative
public KeywordPlanAdGroupKeyword.Builder clearNegative()
Immutable. If true, the keyword is negative.
optional bool negative = 12 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- This builder for chaining.
-
setUnknownFields
public final KeywordPlanAdGroupKeyword.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<KeywordPlanAdGroupKeyword.Builder>
-
mergeUnknownFields
public final KeywordPlanAdGroupKeyword.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<KeywordPlanAdGroupKeyword.Builder>
-
-