Class FeedItemSet

  • All Implemented Interfaces:
    FeedItemSetOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.io.Serializable

    public final class FeedItemSet
    extends com.google.protobuf.GeneratedMessageV3
    implements FeedItemSetOrBuilder
     Represents a set of feed items. The set can be used and shared among certain
     feed item features. For instance, the set can be referenced within the
     matching functions of CustomerFeed, CampaignFeed, and AdGroupFeed.
     
    Protobuf type google.ads.googleads.v10.resources.FeedItemSet
    See Also:
    Serialized Form
    • Field Detail

      • RESOURCE_NAME_FIELD_NUMBER

        public static final int RESOURCE_NAME_FIELD_NUMBER
        See Also:
        Constant Field Values
      • FEED_ITEM_SET_ID_FIELD_NUMBER

        public static final int FEED_ITEM_SET_ID_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DISPLAY_NAME_FIELD_NUMBER

        public static final int DISPLAY_NAME_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DYNAMIC_LOCATION_SET_FILTER_FIELD_NUMBER

        public static final int DYNAMIC_LOCATION_SET_FILTER_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DYNAMIC_AFFILIATE_LOCATION_SET_FILTER_FIELD_NUMBER

        public static final int DYNAMIC_AFFILIATE_LOCATION_SET_FILTER_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected java.lang.Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getUnknownFields

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        Specified by:
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getUnknownFields in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getResourceName

        public java.lang.String getResourceName()
         Immutable. The resource name of the feed item set.
         Feed item set resource names have the form:
         `customers/{customer_id}/feedItemSets/{feed_id}~{feed_item_set_id}`
         
        string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Specified by:
        getResourceName in interface FeedItemSetOrBuilder
        Returns:
        The resourceName.
      • getResourceNameBytes

        public com.google.protobuf.ByteString getResourceNameBytes()
         Immutable. The resource name of the feed item set.
         Feed item set resource names have the form:
         `customers/{customer_id}/feedItemSets/{feed_id}~{feed_item_set_id}`
         
        string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Specified by:
        getResourceNameBytes in interface FeedItemSetOrBuilder
        Returns:
        The bytes for resourceName.
      • getFeed

        public java.lang.String getFeed()
         Immutable. The resource name of the feed containing the feed items in the set.
         Immutable. Required.
         
        string feed = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Specified by:
        getFeed in interface FeedItemSetOrBuilder
        Returns:
        The feed.
      • getFeedBytes

        public com.google.protobuf.ByteString getFeedBytes()
         Immutable. The resource name of the feed containing the feed items in the set.
         Immutable. Required.
         
        string feed = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Specified by:
        getFeedBytes in interface FeedItemSetOrBuilder
        Returns:
        The bytes for feed.
      • getFeedItemSetId

        public long getFeedItemSetId()
         Output only. ID of the set.
         
        int64 feed_item_set_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getFeedItemSetId in interface FeedItemSetOrBuilder
        Returns:
        The feedItemSetId.
      • getDisplayName

        public java.lang.String getDisplayName()
         Name of the set. Must be unique within the account.
         
        string display_name = 4;
        Specified by:
        getDisplayName in interface FeedItemSetOrBuilder
        Returns:
        The displayName.
      • getDisplayNameBytes

        public com.google.protobuf.ByteString getDisplayNameBytes()
         Name of the set. Must be unique within the account.
         
        string display_name = 4;
        Specified by:
        getDisplayNameBytes in interface FeedItemSetOrBuilder
        Returns:
        The bytes for displayName.
      • getStatusValue

        public int getStatusValue()
         Output only. Status of the feed item set.
         This field is read-only.
         
        .google.ads.googleads.v10.enums.FeedItemSetStatusEnum.FeedItemSetStatus status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStatusValue in interface FeedItemSetOrBuilder
        Returns:
        The enum numeric value on the wire for status.
      • getStatus

        public FeedItemSetStatusEnum.FeedItemSetStatus getStatus()
         Output only. Status of the feed item set.
         This field is read-only.
         
        .google.ads.googleads.v10.enums.FeedItemSetStatusEnum.FeedItemSetStatus status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStatus in interface FeedItemSetOrBuilder
        Returns:
        The status.
      • hasDynamicLocationSetFilter

        public boolean hasDynamicLocationSetFilter()
         Filter for dynamic location set.
         It is only used for sets of locations.
         
        .google.ads.googleads.v10.common.DynamicLocationSetFilter dynamic_location_set_filter = 5;
        Specified by:
        hasDynamicLocationSetFilter in interface FeedItemSetOrBuilder
        Returns:
        Whether the dynamicLocationSetFilter field is set.
      • getDynamicLocationSetFilter

        public DynamicLocationSetFilter getDynamicLocationSetFilter()
         Filter for dynamic location set.
         It is only used for sets of locations.
         
        .google.ads.googleads.v10.common.DynamicLocationSetFilter dynamic_location_set_filter = 5;
        Specified by:
        getDynamicLocationSetFilter in interface FeedItemSetOrBuilder
        Returns:
        The dynamicLocationSetFilter.
      • hasDynamicAffiliateLocationSetFilter

        public boolean hasDynamicAffiliateLocationSetFilter()
         Filter for dynamic affiliate location set.
         This field doesn't apply generally to feed item sets. It is only used for
         sets of affiliate locations.
         
        .google.ads.googleads.v10.common.DynamicAffiliateLocationSetFilter dynamic_affiliate_location_set_filter = 6;
        Specified by:
        hasDynamicAffiliateLocationSetFilter in interface FeedItemSetOrBuilder
        Returns:
        Whether the dynamicAffiliateLocationSetFilter field is set.
      • getDynamicAffiliateLocationSetFilter

        public DynamicAffiliateLocationSetFilter getDynamicAffiliateLocationSetFilter()
         Filter for dynamic affiliate location set.
         This field doesn't apply generally to feed item sets. It is only used for
         sets of affiliate locations.
         
        .google.ads.googleads.v10.common.DynamicAffiliateLocationSetFilter dynamic_affiliate_location_set_filter = 6;
        Specified by:
        getDynamicAffiliateLocationSetFilter in interface FeedItemSetOrBuilder
        Returns:
        The dynamicAffiliateLocationSetFilter.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws java.io.IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        java.io.IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static FeedItemSet parseFrom​(java.nio.ByteBuffer data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static FeedItemSet parseFrom​(java.nio.ByteBuffer data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static FeedItemSet parseFrom​(com.google.protobuf.ByteString data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static FeedItemSet parseFrom​(com.google.protobuf.ByteString data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static FeedItemSet parseFrom​(byte[] data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static FeedItemSet parseFrom​(byte[] data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static FeedItemSet parseFrom​(java.io.InputStream input)
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static FeedItemSet parseFrom​(java.io.InputStream input,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static FeedItemSet parseDelimitedFrom​(java.io.InputStream input)
                                              throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static FeedItemSet parseDelimitedFrom​(java.io.InputStream input,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static FeedItemSet parseFrom​(com.google.protobuf.CodedInputStream input)
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static FeedItemSet parseFrom​(com.google.protobuf.CodedInputStream input,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • newBuilderForType

        public FeedItemSet.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public FeedItemSet.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected FeedItemSet.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static FeedItemSet getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<FeedItemSet> parser()
      • getParserForType

        public com.google.protobuf.Parser<FeedItemSet> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public FeedItemSet getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder