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