Class MatchingFunction.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<MatchingFunction.Builder>
com.google.ads.googleads.v18.common.MatchingFunction.Builder
- All Implemented Interfaces:
MatchingFunctionOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- MatchingFunction
public static final class MatchingFunction.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<MatchingFunction.Builder>
implements MatchingFunctionOrBuilder
Matching function associated with a CustomerFeed, CampaignFeed, or AdGroupFeed. The matching function is used to filter the set of feed items selected.Protobuf type
google.ads.googleads.v18.common.MatchingFunction-
Method Summary
Modifier and TypeMethodDescriptionaddAllLeftOperands(Iterable<? extends Operand> values) The operands on the left hand side of the equation.addAllRightOperands(Iterable<? extends Operand> values) The operands on the right hand side of the equation.addLeftOperands(int index, Operand value) The operands on the left hand side of the equation.addLeftOperands(int index, Operand.Builder builderForValue) The operands on the left hand side of the equation.addLeftOperands(Operand value) The operands on the left hand side of the equation.addLeftOperands(Operand.Builder builderForValue) The operands on the left hand side of the equation.The operands on the left hand side of the equation.addLeftOperandsBuilder(int index) The operands on the left hand side of the equation.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) addRightOperands(int index, Operand value) The operands on the right hand side of the equation.addRightOperands(int index, Operand.Builder builderForValue) The operands on the right hand side of the equation.addRightOperands(Operand value) The operands on the right hand side of the equation.addRightOperands(Operand.Builder builderForValue) The operands on the right hand side of the equation.The operands on the right hand side of the equation.addRightOperandsBuilder(int index) The operands on the right hand side of the equation.build()clear()clearField(com.google.protobuf.Descriptors.FieldDescriptor field) String representation of the Function.The operands on the left hand side of the equation.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Operator for a function.The operands on the right hand side of the equation.clone()static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorString representation of the Function.com.google.protobuf.ByteStringString representation of the Function.getLeftOperands(int index) The operands on the left hand side of the equation.getLeftOperandsBuilder(int index) The operands on the left hand side of the equation.The operands on the left hand side of the equation.intThe operands on the left hand side of the equation.The operands on the left hand side of the equation.getLeftOperandsOrBuilder(int index) The operands on the left hand side of the equation.List<? extends OperandOrBuilder>The operands on the left hand side of the equation.Operator for a function.intOperator for a function.getRightOperands(int index) The operands on the right hand side of the equation.getRightOperandsBuilder(int index) The operands on the right hand side of the equation.The operands on the right hand side of the equation.intThe operands on the right hand side of the equation.The operands on the right hand side of the equation.getRightOperandsOrBuilder(int index) The operands on the right hand side of the equation.List<? extends OperandOrBuilder>The operands on the right hand side of the equation.booleanString representation of the Function.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFrom(MatchingFunction other) mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) final MatchingFunction.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) removeLeftOperands(int index) The operands on the left hand side of the equation.removeRightOperands(int index) The operands on the right hand side of the equation.setFunctionString(String value) String representation of the Function.setFunctionStringBytes(com.google.protobuf.ByteString value) String representation of the Function.setLeftOperands(int index, Operand value) The operands on the left hand side of the equation.setLeftOperands(int index, Operand.Builder builderForValue) The operands on the left hand side of the equation.Operator for a function.setOperatorValue(int value) Operator for a function.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setRightOperands(int index, Operand value) The operands on the right hand side of the equation.setRightOperands(int index, Operand.Builder builderForValue) The operands on the right hand side of the equation.final MatchingFunction.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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<MatchingFunction.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<MatchingFunction.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<MatchingFunction.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.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<MatchingFunction.Builder>
-
setField
public MatchingFunction.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<MatchingFunction.Builder>
-
clearField
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<MatchingFunction.Builder>
-
clearOneof
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<MatchingFunction.Builder>
-
setRepeatedField
public MatchingFunction.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<MatchingFunction.Builder>
-
addRepeatedField
public MatchingFunction.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<MatchingFunction.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<MatchingFunction.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<MatchingFunction.Builder>
-
mergeFrom
public MatchingFunction.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<MatchingFunction.Builder>- Throws:
IOException
-
hasFunctionString
public boolean hasFunctionString()String representation of the Function. Examples: 1. IDENTITY(true) or IDENTITY(false). All or no feed items served. 2. EQUALS(CONTEXT.DEVICE,"Mobile") 3. IN(FEED_ITEM_ID,{1000001,1000002,1000003}) 4. CONTAINS_ANY(FeedAttribute[12345678,0],{"Mars cruise","Venus cruise"}) 5. AND(IN(FEED_ITEM_ID,{10001,10002}),EQUALS(CONTEXT.DEVICE,"Mobile")) For more details, visit https://developers.google.com/google-ads/api/docs/extensions/feeds/matching-functions Note that because multiple strings may represent the same underlying function (whitespace and single versus double quotation marks, for example), the value returned may not be identical to the string sent in a mutate request.optional string function_string = 5;- Specified by:
hasFunctionStringin interfaceMatchingFunctionOrBuilder- Returns:
- Whether the functionString field is set.
-
getFunctionString
String representation of the Function. Examples: 1. IDENTITY(true) or IDENTITY(false). All or no feed items served. 2. EQUALS(CONTEXT.DEVICE,"Mobile") 3. IN(FEED_ITEM_ID,{1000001,1000002,1000003}) 4. CONTAINS_ANY(FeedAttribute[12345678,0],{"Mars cruise","Venus cruise"}) 5. AND(IN(FEED_ITEM_ID,{10001,10002}),EQUALS(CONTEXT.DEVICE,"Mobile")) For more details, visit https://developers.google.com/google-ads/api/docs/extensions/feeds/matching-functions Note that because multiple strings may represent the same underlying function (whitespace and single versus double quotation marks, for example), the value returned may not be identical to the string sent in a mutate request.optional string function_string = 5;- Specified by:
getFunctionStringin interfaceMatchingFunctionOrBuilder- Returns:
- The functionString.
-
getFunctionStringBytes
public com.google.protobuf.ByteString getFunctionStringBytes()String representation of the Function. Examples: 1. IDENTITY(true) or IDENTITY(false). All or no feed items served. 2. EQUALS(CONTEXT.DEVICE,"Mobile") 3. IN(FEED_ITEM_ID,{1000001,1000002,1000003}) 4. CONTAINS_ANY(FeedAttribute[12345678,0],{"Mars cruise","Venus cruise"}) 5. AND(IN(FEED_ITEM_ID,{10001,10002}),EQUALS(CONTEXT.DEVICE,"Mobile")) For more details, visit https://developers.google.com/google-ads/api/docs/extensions/feeds/matching-functions Note that because multiple strings may represent the same underlying function (whitespace and single versus double quotation marks, for example), the value returned may not be identical to the string sent in a mutate request.optional string function_string = 5;- Specified by:
getFunctionStringBytesin interfaceMatchingFunctionOrBuilder- Returns:
- The bytes for functionString.
-
setFunctionString
String representation of the Function. Examples: 1. IDENTITY(true) or IDENTITY(false). All or no feed items served. 2. EQUALS(CONTEXT.DEVICE,"Mobile") 3. IN(FEED_ITEM_ID,{1000001,1000002,1000003}) 4. CONTAINS_ANY(FeedAttribute[12345678,0],{"Mars cruise","Venus cruise"}) 5. AND(IN(FEED_ITEM_ID,{10001,10002}),EQUALS(CONTEXT.DEVICE,"Mobile")) For more details, visit https://developers.google.com/google-ads/api/docs/extensions/feeds/matching-functions Note that because multiple strings may represent the same underlying function (whitespace and single versus double quotation marks, for example), the value returned may not be identical to the string sent in a mutate request.optional string function_string = 5;- Parameters:
value- The functionString to set.- Returns:
- This builder for chaining.
-
clearFunctionString
String representation of the Function. Examples: 1. IDENTITY(true) or IDENTITY(false). All or no feed items served. 2. EQUALS(CONTEXT.DEVICE,"Mobile") 3. IN(FEED_ITEM_ID,{1000001,1000002,1000003}) 4. CONTAINS_ANY(FeedAttribute[12345678,0],{"Mars cruise","Venus cruise"}) 5. AND(IN(FEED_ITEM_ID,{10001,10002}),EQUALS(CONTEXT.DEVICE,"Mobile")) For more details, visit https://developers.google.com/google-ads/api/docs/extensions/feeds/matching-functions Note that because multiple strings may represent the same underlying function (whitespace and single versus double quotation marks, for example), the value returned may not be identical to the string sent in a mutate request.optional string function_string = 5;- Returns:
- This builder for chaining.
-
setFunctionStringBytes
String representation of the Function. Examples: 1. IDENTITY(true) or IDENTITY(false). All or no feed items served. 2. EQUALS(CONTEXT.DEVICE,"Mobile") 3. IN(FEED_ITEM_ID,{1000001,1000002,1000003}) 4. CONTAINS_ANY(FeedAttribute[12345678,0],{"Mars cruise","Venus cruise"}) 5. AND(IN(FEED_ITEM_ID,{10001,10002}),EQUALS(CONTEXT.DEVICE,"Mobile")) For more details, visit https://developers.google.com/google-ads/api/docs/extensions/feeds/matching-functions Note that because multiple strings may represent the same underlying function (whitespace and single versus double quotation marks, for example), the value returned may not be identical to the string sent in a mutate request.optional string function_string = 5;- Parameters:
value- The bytes for functionString to set.- Returns:
- This builder for chaining.
-
getOperatorValue
public int getOperatorValue()Operator for a function.
.google.ads.googleads.v18.enums.MatchingFunctionOperatorEnum.MatchingFunctionOperator operator = 4;- Specified by:
getOperatorValuein interfaceMatchingFunctionOrBuilder- Returns:
- The enum numeric value on the wire for operator.
-
setOperatorValue
Operator for a function.
.google.ads.googleads.v18.enums.MatchingFunctionOperatorEnum.MatchingFunctionOperator operator = 4;- Parameters:
value- The enum numeric value on the wire for operator to set.- Returns:
- This builder for chaining.
-
getOperator
Operator for a function.
.google.ads.googleads.v18.enums.MatchingFunctionOperatorEnum.MatchingFunctionOperator operator = 4;- Specified by:
getOperatorin interfaceMatchingFunctionOrBuilder- Returns:
- The operator.
-
setOperator
public MatchingFunction.Builder setOperator(MatchingFunctionOperatorEnum.MatchingFunctionOperator value) Operator for a function.
.google.ads.googleads.v18.enums.MatchingFunctionOperatorEnum.MatchingFunctionOperator operator = 4;- Parameters:
value- The operator to set.- Returns:
- This builder for chaining.
-
clearOperator
Operator for a function.
.google.ads.googleads.v18.enums.MatchingFunctionOperatorEnum.MatchingFunctionOperator operator = 4;- Returns:
- This builder for chaining.
-
getLeftOperandsList
The operands on the left hand side of the equation. This is also the operand to be used for single operand expressions such as NOT.
repeated .google.ads.googleads.v18.common.Operand left_operands = 2;- Specified by:
getLeftOperandsListin interfaceMatchingFunctionOrBuilder
-
getLeftOperandsCount
public int getLeftOperandsCount()The operands on the left hand side of the equation. This is also the operand to be used for single operand expressions such as NOT.
repeated .google.ads.googleads.v18.common.Operand left_operands = 2;- Specified by:
getLeftOperandsCountin interfaceMatchingFunctionOrBuilder
-
getLeftOperands
The operands on the left hand side of the equation. This is also the operand to be used for single operand expressions such as NOT.
repeated .google.ads.googleads.v18.common.Operand left_operands = 2;- Specified by:
getLeftOperandsin interfaceMatchingFunctionOrBuilder
-
setLeftOperands
The operands on the left hand side of the equation. This is also the operand to be used for single operand expressions such as NOT.
repeated .google.ads.googleads.v18.common.Operand left_operands = 2; -
setLeftOperands
The operands on the left hand side of the equation. This is also the operand to be used for single operand expressions such as NOT.
repeated .google.ads.googleads.v18.common.Operand left_operands = 2; -
addLeftOperands
The operands on the left hand side of the equation. This is also the operand to be used for single operand expressions such as NOT.
repeated .google.ads.googleads.v18.common.Operand left_operands = 2; -
addLeftOperands
The operands on the left hand side of the equation. This is also the operand to be used for single operand expressions such as NOT.
repeated .google.ads.googleads.v18.common.Operand left_operands = 2; -
addLeftOperands
The operands on the left hand side of the equation. This is also the operand to be used for single operand expressions such as NOT.
repeated .google.ads.googleads.v18.common.Operand left_operands = 2; -
addLeftOperands
The operands on the left hand side of the equation. This is also the operand to be used for single operand expressions such as NOT.
repeated .google.ads.googleads.v18.common.Operand left_operands = 2; -
addAllLeftOperands
The operands on the left hand side of the equation. This is also the operand to be used for single operand expressions such as NOT.
repeated .google.ads.googleads.v18.common.Operand left_operands = 2; -
clearLeftOperands
The operands on the left hand side of the equation. This is also the operand to be used for single operand expressions such as NOT.
repeated .google.ads.googleads.v18.common.Operand left_operands = 2; -
removeLeftOperands
The operands on the left hand side of the equation. This is also the operand to be used for single operand expressions such as NOT.
repeated .google.ads.googleads.v18.common.Operand left_operands = 2; -
getLeftOperandsBuilder
The operands on the left hand side of the equation. This is also the operand to be used for single operand expressions such as NOT.
repeated .google.ads.googleads.v18.common.Operand left_operands = 2; -
getLeftOperandsOrBuilder
The operands on the left hand side of the equation. This is also the operand to be used for single operand expressions such as NOT.
repeated .google.ads.googleads.v18.common.Operand left_operands = 2;- Specified by:
getLeftOperandsOrBuilderin interfaceMatchingFunctionOrBuilder
-
getLeftOperandsOrBuilderList
The operands on the left hand side of the equation. This is also the operand to be used for single operand expressions such as NOT.
repeated .google.ads.googleads.v18.common.Operand left_operands = 2;- Specified by:
getLeftOperandsOrBuilderListin interfaceMatchingFunctionOrBuilder
-
addLeftOperandsBuilder
The operands on the left hand side of the equation. This is also the operand to be used for single operand expressions such as NOT.
repeated .google.ads.googleads.v18.common.Operand left_operands = 2; -
addLeftOperandsBuilder
The operands on the left hand side of the equation. This is also the operand to be used for single operand expressions such as NOT.
repeated .google.ads.googleads.v18.common.Operand left_operands = 2; -
getLeftOperandsBuilderList
The operands on the left hand side of the equation. This is also the operand to be used for single operand expressions such as NOT.
repeated .google.ads.googleads.v18.common.Operand left_operands = 2; -
getRightOperandsList
The operands on the right hand side of the equation.
repeated .google.ads.googleads.v18.common.Operand right_operands = 3;- Specified by:
getRightOperandsListin interfaceMatchingFunctionOrBuilder
-
getRightOperandsCount
public int getRightOperandsCount()The operands on the right hand side of the equation.
repeated .google.ads.googleads.v18.common.Operand right_operands = 3;- Specified by:
getRightOperandsCountin interfaceMatchingFunctionOrBuilder
-
getRightOperands
The operands on the right hand side of the equation.
repeated .google.ads.googleads.v18.common.Operand right_operands = 3;- Specified by:
getRightOperandsin interfaceMatchingFunctionOrBuilder
-
setRightOperands
The operands on the right hand side of the equation.
repeated .google.ads.googleads.v18.common.Operand right_operands = 3; -
setRightOperands
The operands on the right hand side of the equation.
repeated .google.ads.googleads.v18.common.Operand right_operands = 3; -
addRightOperands
The operands on the right hand side of the equation.
repeated .google.ads.googleads.v18.common.Operand right_operands = 3; -
addRightOperands
The operands on the right hand side of the equation.
repeated .google.ads.googleads.v18.common.Operand right_operands = 3; -
addRightOperands
The operands on the right hand side of the equation.
repeated .google.ads.googleads.v18.common.Operand right_operands = 3; -
addRightOperands
The operands on the right hand side of the equation.
repeated .google.ads.googleads.v18.common.Operand right_operands = 3; -
addAllRightOperands
The operands on the right hand side of the equation.
repeated .google.ads.googleads.v18.common.Operand right_operands = 3; -
clearRightOperands
The operands on the right hand side of the equation.
repeated .google.ads.googleads.v18.common.Operand right_operands = 3; -
removeRightOperands
The operands on the right hand side of the equation.
repeated .google.ads.googleads.v18.common.Operand right_operands = 3; -
getRightOperandsBuilder
The operands on the right hand side of the equation.
repeated .google.ads.googleads.v18.common.Operand right_operands = 3; -
getRightOperandsOrBuilder
The operands on the right hand side of the equation.
repeated .google.ads.googleads.v18.common.Operand right_operands = 3;- Specified by:
getRightOperandsOrBuilderin interfaceMatchingFunctionOrBuilder
-
getRightOperandsOrBuilderList
The operands on the right hand side of the equation.
repeated .google.ads.googleads.v18.common.Operand right_operands = 3;- Specified by:
getRightOperandsOrBuilderListin interfaceMatchingFunctionOrBuilder
-
addRightOperandsBuilder
The operands on the right hand side of the equation.
repeated .google.ads.googleads.v18.common.Operand right_operands = 3; -
addRightOperandsBuilder
The operands on the right hand side of the equation.
repeated .google.ads.googleads.v18.common.Operand right_operands = 3; -
getRightOperandsBuilderList
The operands on the right hand side of the equation.
repeated .google.ads.googleads.v18.common.Operand right_operands = 3; -
setUnknownFields
public final MatchingFunction.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<MatchingFunction.Builder>
-
mergeUnknownFields
public final MatchingFunction.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<MatchingFunction.Builder>
-