Class Operand.FunctionOperand.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Operand.FunctionOperand.Builder>
-
- com.google.ads.googleads.v10.common.Operand.FunctionOperand.Builder
-
- All Implemented Interfaces:
Operand.FunctionOperandOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable
- Enclosing class:
- Operand.FunctionOperand
public static final class Operand.FunctionOperand.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Operand.FunctionOperand.Builder> implements Operand.FunctionOperandOrBuilder
A function operand in a matching function. Used to represent nested functions.
Protobuf typegoogle.ads.googleads.v10.common.Operand.FunctionOperand
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Operand.FunctionOperand.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)Operand.FunctionOperandbuild()Operand.FunctionOperandbuildPartial()Operand.FunctionOperand.Builderclear()Operand.FunctionOperand.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Operand.FunctionOperand.BuilderclearMatchingFunction()The matching function held in this operand.Operand.FunctionOperand.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Operand.FunctionOperand.Builderclone()Operand.FunctionOperandgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()MatchingFunctiongetMatchingFunction()The matching function held in this operand.MatchingFunction.BuildergetMatchingFunctionBuilder()The matching function held in this operand.MatchingFunctionOrBuildergetMatchingFunctionOrBuilder()The matching function held in this operand.booleanhasMatchingFunction()The matching function held in this operand.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Operand.FunctionOperand.BuildermergeFrom(Operand.FunctionOperand other)Operand.FunctionOperand.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Operand.FunctionOperand.BuildermergeFrom(com.google.protobuf.Message other)Operand.FunctionOperand.BuildermergeMatchingFunction(MatchingFunction value)The matching function held in this operand.Operand.FunctionOperand.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Operand.FunctionOperand.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)Operand.FunctionOperand.BuildersetMatchingFunction(MatchingFunction value)The matching function held in this operand.Operand.FunctionOperand.BuildersetMatchingFunction(MatchingFunction.Builder builderForValue)The matching function held in this operand.Operand.FunctionOperand.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)Operand.FunctionOperand.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<Operand.FunctionOperand.Builder>
-
clear
public Operand.FunctionOperand.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<Operand.FunctionOperand.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<Operand.FunctionOperand.Builder>
-
getDefaultInstanceForType
public Operand.FunctionOperand getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Operand.FunctionOperand build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Operand.FunctionOperand buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Operand.FunctionOperand.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<Operand.FunctionOperand.Builder>
-
setField
public Operand.FunctionOperand.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<Operand.FunctionOperand.Builder>
-
clearField
public Operand.FunctionOperand.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Operand.FunctionOperand.Builder>
-
clearOneof
public Operand.FunctionOperand.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Operand.FunctionOperand.Builder>
-
setRepeatedField
public Operand.FunctionOperand.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<Operand.FunctionOperand.Builder>
-
addRepeatedField
public Operand.FunctionOperand.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<Operand.FunctionOperand.Builder>
-
mergeFrom
public Operand.FunctionOperand.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Operand.FunctionOperand.Builder>
-
mergeFrom
public Operand.FunctionOperand.Builder mergeFrom(Operand.FunctionOperand other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Operand.FunctionOperand.Builder>
-
mergeFrom
public Operand.FunctionOperand.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<Operand.FunctionOperand.Builder>- Throws:
java.io.IOException
-
hasMatchingFunction
public boolean hasMatchingFunction()
The matching function held in this operand.
.google.ads.googleads.v10.common.MatchingFunction matching_function = 1;- Specified by:
hasMatchingFunctionin interfaceOperand.FunctionOperandOrBuilder- Returns:
- Whether the matchingFunction field is set.
-
getMatchingFunction
public MatchingFunction getMatchingFunction()
The matching function held in this operand.
.google.ads.googleads.v10.common.MatchingFunction matching_function = 1;- Specified by:
getMatchingFunctionin interfaceOperand.FunctionOperandOrBuilder- Returns:
- The matchingFunction.
-
setMatchingFunction
public Operand.FunctionOperand.Builder setMatchingFunction(MatchingFunction value)
The matching function held in this operand.
.google.ads.googleads.v10.common.MatchingFunction matching_function = 1;
-
setMatchingFunction
public Operand.FunctionOperand.Builder setMatchingFunction(MatchingFunction.Builder builderForValue)
The matching function held in this operand.
.google.ads.googleads.v10.common.MatchingFunction matching_function = 1;
-
mergeMatchingFunction
public Operand.FunctionOperand.Builder mergeMatchingFunction(MatchingFunction value)
The matching function held in this operand.
.google.ads.googleads.v10.common.MatchingFunction matching_function = 1;
-
clearMatchingFunction
public Operand.FunctionOperand.Builder clearMatchingFunction()
The matching function held in this operand.
.google.ads.googleads.v10.common.MatchingFunction matching_function = 1;
-
getMatchingFunctionBuilder
public MatchingFunction.Builder getMatchingFunctionBuilder()
The matching function held in this operand.
.google.ads.googleads.v10.common.MatchingFunction matching_function = 1;
-
getMatchingFunctionOrBuilder
public MatchingFunctionOrBuilder getMatchingFunctionOrBuilder()
The matching function held in this operand.
.google.ads.googleads.v10.common.MatchingFunction matching_function = 1;- Specified by:
getMatchingFunctionOrBuilderin interfaceOperand.FunctionOperandOrBuilder
-
setUnknownFields
public final Operand.FunctionOperand.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Operand.FunctionOperand.Builder>
-
mergeUnknownFields
public final Operand.FunctionOperand.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Operand.FunctionOperand.Builder>
-
-