Class AdGroupFeed.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<AdGroupFeed.Builder>
-
- com.google.ads.googleads.v10.resources.AdGroupFeed.Builder
-
- All Implemented Interfaces:
AdGroupFeedOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable
- Enclosing class:
- AdGroupFeed
public static final class AdGroupFeed.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AdGroupFeed.Builder> implements AdGroupFeedOrBuilder
An ad group feed.
Protobuf typegoogle.ads.googleads.v10.resources.AdGroupFeed
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AdGroupFeed.BuilderaddAllPlaceholderTypes(java.lang.Iterable<? extends PlaceholderTypeEnum.PlaceholderType> values)Indicates which placeholder types the feed may populate under the connected ad group.AdGroupFeed.BuilderaddAllPlaceholderTypesValue(java.lang.Iterable<java.lang.Integer> values)Indicates which placeholder types the feed may populate under the connected ad group.AdGroupFeed.BuilderaddPlaceholderTypes(PlaceholderTypeEnum.PlaceholderType value)Indicates which placeholder types the feed may populate under the connected ad group.AdGroupFeed.BuilderaddPlaceholderTypesValue(int value)Indicates which placeholder types the feed may populate under the connected ad group.AdGroupFeed.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)AdGroupFeedbuild()AdGroupFeedbuildPartial()AdGroupFeed.Builderclear()AdGroupFeed.BuilderclearAdGroup()Immutable.AdGroupFeed.BuilderclearFeed()Immutable.AdGroupFeed.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)AdGroupFeed.BuilderclearMatchingFunction()Matching function associated with the AdGroupFeed.AdGroupFeed.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)AdGroupFeed.BuilderclearPlaceholderTypes()Indicates which placeholder types the feed may populate under the connected ad group.AdGroupFeed.BuilderclearResourceName()Immutable.AdGroupFeed.BuilderclearStatus()Output only.AdGroupFeed.Builderclone()java.lang.StringgetAdGroup()Immutable.com.google.protobuf.ByteStringgetAdGroupBytes()Immutable.AdGroupFeedgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()java.lang.StringgetFeed()Immutable.com.google.protobuf.ByteStringgetFeedBytes()Immutable.MatchingFunctiongetMatchingFunction()Matching function associated with the AdGroupFeed.MatchingFunction.BuildergetMatchingFunctionBuilder()Matching function associated with the AdGroupFeed.MatchingFunctionOrBuildergetMatchingFunctionOrBuilder()Matching function associated with the AdGroupFeed.PlaceholderTypeEnum.PlaceholderTypegetPlaceholderTypes(int index)Indicates which placeholder types the feed may populate under the connected ad group.intgetPlaceholderTypesCount()Indicates which placeholder types the feed may populate under the connected ad group.java.util.List<PlaceholderTypeEnum.PlaceholderType>getPlaceholderTypesList()Indicates which placeholder types the feed may populate under the connected ad group.intgetPlaceholderTypesValue(int index)Indicates which placeholder types the feed may populate under the connected ad group.java.util.List<java.lang.Integer>getPlaceholderTypesValueList()Indicates which placeholder types the feed may populate under the connected ad group.java.lang.StringgetResourceName()Immutable.com.google.protobuf.ByteStringgetResourceNameBytes()Immutable.FeedLinkStatusEnum.FeedLinkStatusgetStatus()Output only.intgetStatusValue()Output only.booleanhasAdGroup()Immutable.booleanhasFeed()Immutable.booleanhasMatchingFunction()Matching function associated with the AdGroupFeed.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()AdGroupFeed.BuildermergeFrom(AdGroupFeed other)AdGroupFeed.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)AdGroupFeed.BuildermergeFrom(com.google.protobuf.Message other)AdGroupFeed.BuildermergeMatchingFunction(MatchingFunction value)Matching function associated with the AdGroupFeed.AdGroupFeed.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)AdGroupFeed.BuildersetAdGroup(java.lang.String value)Immutable.AdGroupFeed.BuildersetAdGroupBytes(com.google.protobuf.ByteString value)Immutable.AdGroupFeed.BuildersetFeed(java.lang.String value)Immutable.AdGroupFeed.BuildersetFeedBytes(com.google.protobuf.ByteString value)Immutable.AdGroupFeed.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)AdGroupFeed.BuildersetMatchingFunction(MatchingFunction value)Matching function associated with the AdGroupFeed.AdGroupFeed.BuildersetMatchingFunction(MatchingFunction.Builder builderForValue)Matching function associated with the AdGroupFeed.AdGroupFeed.BuildersetPlaceholderTypes(int index, PlaceholderTypeEnum.PlaceholderType value)Indicates which placeholder types the feed may populate under the connected ad group.AdGroupFeed.BuildersetPlaceholderTypesValue(int index, int value)Indicates which placeholder types the feed may populate under the connected ad group.AdGroupFeed.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)AdGroupFeed.BuildersetResourceName(java.lang.String value)Immutable.AdGroupFeed.BuildersetResourceNameBytes(com.google.protobuf.ByteString value)Immutable.AdGroupFeed.BuildersetStatus(FeedLinkStatusEnum.FeedLinkStatus value)Output only.AdGroupFeed.BuildersetStatusValue(int value)Output only.AdGroupFeed.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<AdGroupFeed.Builder>
-
clear
public AdGroupFeed.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<AdGroupFeed.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<AdGroupFeed.Builder>
-
getDefaultInstanceForType
public AdGroupFeed getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public AdGroupFeed build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public AdGroupFeed buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public AdGroupFeed.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<AdGroupFeed.Builder>
-
setField
public AdGroupFeed.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<AdGroupFeed.Builder>
-
clearField
public AdGroupFeed.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AdGroupFeed.Builder>
-
clearOneof
public AdGroupFeed.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<AdGroupFeed.Builder>
-
setRepeatedField
public AdGroupFeed.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<AdGroupFeed.Builder>
-
addRepeatedField
public AdGroupFeed.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<AdGroupFeed.Builder>
-
mergeFrom
public AdGroupFeed.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AdGroupFeed.Builder>
-
mergeFrom
public AdGroupFeed.Builder mergeFrom(AdGroupFeed other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<AdGroupFeed.Builder>
-
mergeFrom
public AdGroupFeed.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<AdGroupFeed.Builder>- Throws:
java.io.IOException
-
getResourceName
public java.lang.String getResourceName()
Immutable. The resource name of the ad group feed. Ad group feed resource names have the form: `customers/{customer_id}/adGroupFeeds/{ad_group_id}~{feed_id}string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Specified by:
getResourceNamein interfaceAdGroupFeedOrBuilder- Returns:
- The resourceName.
-
getResourceNameBytes
public com.google.protobuf.ByteString getResourceNameBytes()
Immutable. The resource name of the ad group feed. Ad group feed resource names have the form: `customers/{customer_id}/adGroupFeeds/{ad_group_id}~{feed_id}string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Specified by:
getResourceNameBytesin interfaceAdGroupFeedOrBuilder- Returns:
- The bytes for resourceName.
-
setResourceName
public AdGroupFeed.Builder setResourceName(java.lang.String value)
Immutable. The resource name of the ad group feed. Ad group feed resource names have the form: `customers/{customer_id}/adGroupFeeds/{ad_group_id}~{feed_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 AdGroupFeed.Builder clearResourceName()
Immutable. The resource name of the ad group feed. Ad group feed resource names have the form: `customers/{customer_id}/adGroupFeeds/{ad_group_id}~{feed_id}string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- This builder for chaining.
-
setResourceNameBytes
public AdGroupFeed.Builder setResourceNameBytes(com.google.protobuf.ByteString value)
Immutable. The resource name of the ad group feed. Ad group feed resource names have the form: `customers/{customer_id}/adGroupFeeds/{ad_group_id}~{feed_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.
-
hasFeed
public boolean hasFeed()
Immutable. The feed being linked to the ad group.
optional string feed = 7 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Specified by:
hasFeedin interfaceAdGroupFeedOrBuilder- Returns:
- Whether the feed field is set.
-
getFeed
public java.lang.String getFeed()
Immutable. The feed being linked to the ad group.
optional string feed = 7 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Specified by:
getFeedin interfaceAdGroupFeedOrBuilder- Returns:
- The feed.
-
getFeedBytes
public com.google.protobuf.ByteString getFeedBytes()
Immutable. The feed being linked to the ad group.
optional string feed = 7 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Specified by:
getFeedBytesin interfaceAdGroupFeedOrBuilder- Returns:
- The bytes for feed.
-
setFeed
public AdGroupFeed.Builder setFeed(java.lang.String value)
Immutable. The feed being linked to the ad group.
optional string feed = 7 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Parameters:
value- The feed to set.- Returns:
- This builder for chaining.
-
clearFeed
public AdGroupFeed.Builder clearFeed()
Immutable. The feed being linked to the ad group.
optional string feed = 7 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- This builder for chaining.
-
setFeedBytes
public AdGroupFeed.Builder setFeedBytes(com.google.protobuf.ByteString value)
Immutable. The feed being linked to the ad group.
optional string feed = 7 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Parameters:
value- The bytes for feed to set.- Returns:
- This builder for chaining.
-
hasAdGroup
public boolean hasAdGroup()
Immutable. The ad group being linked to the feed.
optional string ad_group = 8 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Specified by:
hasAdGroupin interfaceAdGroupFeedOrBuilder- Returns:
- Whether the adGroup field is set.
-
getAdGroup
public java.lang.String getAdGroup()
Immutable. The ad group being linked to the feed.
optional string ad_group = 8 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Specified by:
getAdGroupin interfaceAdGroupFeedOrBuilder- Returns:
- The adGroup.
-
getAdGroupBytes
public com.google.protobuf.ByteString getAdGroupBytes()
Immutable. The ad group being linked to the feed.
optional string ad_group = 8 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Specified by:
getAdGroupBytesin interfaceAdGroupFeedOrBuilder- Returns:
- The bytes for adGroup.
-
setAdGroup
public AdGroupFeed.Builder setAdGroup(java.lang.String value)
Immutable. The ad group being linked to the feed.
optional string ad_group = 8 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Parameters:
value- The adGroup to set.- Returns:
- This builder for chaining.
-
clearAdGroup
public AdGroupFeed.Builder clearAdGroup()
Immutable. The ad group being linked to the feed.
optional string ad_group = 8 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- This builder for chaining.
-
setAdGroupBytes
public AdGroupFeed.Builder setAdGroupBytes(com.google.protobuf.ByteString value)
Immutable. The ad group being linked to the feed.
optional string ad_group = 8 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Parameters:
value- The bytes for adGroup to set.- Returns:
- This builder for chaining.
-
getPlaceholderTypesList
public java.util.List<PlaceholderTypeEnum.PlaceholderType> getPlaceholderTypesList()
Indicates which placeholder types the feed may populate under the connected ad group. Required.
repeated .google.ads.googleads.v10.enums.PlaceholderTypeEnum.PlaceholderType placeholder_types = 4;- Specified by:
getPlaceholderTypesListin interfaceAdGroupFeedOrBuilder- Returns:
- A list containing the placeholderTypes.
-
getPlaceholderTypesCount
public int getPlaceholderTypesCount()
Indicates which placeholder types the feed may populate under the connected ad group. Required.
repeated .google.ads.googleads.v10.enums.PlaceholderTypeEnum.PlaceholderType placeholder_types = 4;- Specified by:
getPlaceholderTypesCountin interfaceAdGroupFeedOrBuilder- Returns:
- The count of placeholderTypes.
-
getPlaceholderTypes
public PlaceholderTypeEnum.PlaceholderType getPlaceholderTypes(int index)
Indicates which placeholder types the feed may populate under the connected ad group. Required.
repeated .google.ads.googleads.v10.enums.PlaceholderTypeEnum.PlaceholderType placeholder_types = 4;- Specified by:
getPlaceholderTypesin interfaceAdGroupFeedOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The placeholderTypes at the given index.
-
setPlaceholderTypes
public AdGroupFeed.Builder setPlaceholderTypes(int index, PlaceholderTypeEnum.PlaceholderType value)
Indicates which placeholder types the feed may populate under the connected ad group. Required.
repeated .google.ads.googleads.v10.enums.PlaceholderTypeEnum.PlaceholderType placeholder_types = 4;- Parameters:
index- The index to set the value at.value- The placeholderTypes to set.- Returns:
- This builder for chaining.
-
addPlaceholderTypes
public AdGroupFeed.Builder addPlaceholderTypes(PlaceholderTypeEnum.PlaceholderType value)
Indicates which placeholder types the feed may populate under the connected ad group. Required.
repeated .google.ads.googleads.v10.enums.PlaceholderTypeEnum.PlaceholderType placeholder_types = 4;- Parameters:
value- The placeholderTypes to add.- Returns:
- This builder for chaining.
-
addAllPlaceholderTypes
public AdGroupFeed.Builder addAllPlaceholderTypes(java.lang.Iterable<? extends PlaceholderTypeEnum.PlaceholderType> values)
Indicates which placeholder types the feed may populate under the connected ad group. Required.
repeated .google.ads.googleads.v10.enums.PlaceholderTypeEnum.PlaceholderType placeholder_types = 4;- Parameters:
values- The placeholderTypes to add.- Returns:
- This builder for chaining.
-
clearPlaceholderTypes
public AdGroupFeed.Builder clearPlaceholderTypes()
Indicates which placeholder types the feed may populate under the connected ad group. Required.
repeated .google.ads.googleads.v10.enums.PlaceholderTypeEnum.PlaceholderType placeholder_types = 4;- Returns:
- This builder for chaining.
-
getPlaceholderTypesValueList
public java.util.List<java.lang.Integer> getPlaceholderTypesValueList()
Indicates which placeholder types the feed may populate under the connected ad group. Required.
repeated .google.ads.googleads.v10.enums.PlaceholderTypeEnum.PlaceholderType placeholder_types = 4;- Specified by:
getPlaceholderTypesValueListin interfaceAdGroupFeedOrBuilder- Returns:
- A list containing the enum numeric values on the wire for placeholderTypes.
-
getPlaceholderTypesValue
public int getPlaceholderTypesValue(int index)
Indicates which placeholder types the feed may populate under the connected ad group. Required.
repeated .google.ads.googleads.v10.enums.PlaceholderTypeEnum.PlaceholderType placeholder_types = 4;- Specified by:
getPlaceholderTypesValuein interfaceAdGroupFeedOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of placeholderTypes at the given index.
-
setPlaceholderTypesValue
public AdGroupFeed.Builder setPlaceholderTypesValue(int index, int value)
Indicates which placeholder types the feed may populate under the connected ad group. Required.
repeated .google.ads.googleads.v10.enums.PlaceholderTypeEnum.PlaceholderType placeholder_types = 4;- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of placeholderTypes at the given index.
-
addPlaceholderTypesValue
public AdGroupFeed.Builder addPlaceholderTypesValue(int value)
Indicates which placeholder types the feed may populate under the connected ad group. Required.
repeated .google.ads.googleads.v10.enums.PlaceholderTypeEnum.PlaceholderType placeholder_types = 4;- Parameters:
value- The enum numeric value on the wire for placeholderTypes to add.- Returns:
- This builder for chaining.
-
addAllPlaceholderTypesValue
public AdGroupFeed.Builder addAllPlaceholderTypesValue(java.lang.Iterable<java.lang.Integer> values)
Indicates which placeholder types the feed may populate under the connected ad group. Required.
repeated .google.ads.googleads.v10.enums.PlaceholderTypeEnum.PlaceholderType placeholder_types = 4;- Parameters:
values- The enum numeric values on the wire for placeholderTypes to add.- Returns:
- This builder for chaining.
-
hasMatchingFunction
public boolean hasMatchingFunction()
Matching function associated with the AdGroupFeed. The matching function is used to filter the set of feed items selected. Required.
.google.ads.googleads.v10.common.MatchingFunction matching_function = 5;- Specified by:
hasMatchingFunctionin interfaceAdGroupFeedOrBuilder- Returns:
- Whether the matchingFunction field is set.
-
getMatchingFunction
public MatchingFunction getMatchingFunction()
Matching function associated with the AdGroupFeed. The matching function is used to filter the set of feed items selected. Required.
.google.ads.googleads.v10.common.MatchingFunction matching_function = 5;- Specified by:
getMatchingFunctionin interfaceAdGroupFeedOrBuilder- Returns:
- The matchingFunction.
-
setMatchingFunction
public AdGroupFeed.Builder setMatchingFunction(MatchingFunction value)
Matching function associated with the AdGroupFeed. The matching function is used to filter the set of feed items selected. Required.
.google.ads.googleads.v10.common.MatchingFunction matching_function = 5;
-
setMatchingFunction
public AdGroupFeed.Builder setMatchingFunction(MatchingFunction.Builder builderForValue)
Matching function associated with the AdGroupFeed. The matching function is used to filter the set of feed items selected. Required.
.google.ads.googleads.v10.common.MatchingFunction matching_function = 5;
-
mergeMatchingFunction
public AdGroupFeed.Builder mergeMatchingFunction(MatchingFunction value)
Matching function associated with the AdGroupFeed. The matching function is used to filter the set of feed items selected. Required.
.google.ads.googleads.v10.common.MatchingFunction matching_function = 5;
-
clearMatchingFunction
public AdGroupFeed.Builder clearMatchingFunction()
Matching function associated with the AdGroupFeed. The matching function is used to filter the set of feed items selected. Required.
.google.ads.googleads.v10.common.MatchingFunction matching_function = 5;
-
getMatchingFunctionBuilder
public MatchingFunction.Builder getMatchingFunctionBuilder()
Matching function associated with the AdGroupFeed. The matching function is used to filter the set of feed items selected. Required.
.google.ads.googleads.v10.common.MatchingFunction matching_function = 5;
-
getMatchingFunctionOrBuilder
public MatchingFunctionOrBuilder getMatchingFunctionOrBuilder()
Matching function associated with the AdGroupFeed. The matching function is used to filter the set of feed items selected. Required.
.google.ads.googleads.v10.common.MatchingFunction matching_function = 5;- Specified by:
getMatchingFunctionOrBuilderin interfaceAdGroupFeedOrBuilder
-
getStatusValue
public int getStatusValue()
Output only. Status of the ad group feed. This field is read-only.
.google.ads.googleads.v10.enums.FeedLinkStatusEnum.FeedLinkStatus status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getStatusValuein interfaceAdGroupFeedOrBuilder- Returns:
- The enum numeric value on the wire for status.
-
setStatusValue
public AdGroupFeed.Builder setStatusValue(int value)
Output only. Status of the ad group feed. This field is read-only.
.google.ads.googleads.v10.enums.FeedLinkStatusEnum.FeedLinkStatus status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The enum numeric value on the wire for status to set.- Returns:
- This builder for chaining.
-
getStatus
public FeedLinkStatusEnum.FeedLinkStatus getStatus()
Output only. Status of the ad group feed. This field is read-only.
.google.ads.googleads.v10.enums.FeedLinkStatusEnum.FeedLinkStatus status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getStatusin interfaceAdGroupFeedOrBuilder- Returns:
- The status.
-
setStatus
public AdGroupFeed.Builder setStatus(FeedLinkStatusEnum.FeedLinkStatus value)
Output only. Status of the ad group feed. This field is read-only.
.google.ads.googleads.v10.enums.FeedLinkStatusEnum.FeedLinkStatus status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The status to set.- Returns:
- This builder for chaining.
-
clearStatus
public AdGroupFeed.Builder clearStatus()
Output only. Status of the ad group feed. This field is read-only.
.google.ads.googleads.v10.enums.FeedLinkStatusEnum.FeedLinkStatus status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
setUnknownFields
public final AdGroupFeed.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AdGroupFeed.Builder>
-
mergeUnknownFields
public final AdGroupFeed.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AdGroupFeed.Builder>
-
-