Class FeedItemSet

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.ads.googleads.v18.resources.FeedItemSet
All Implemented Interfaces:
FeedItemSetOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, 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.v18.resources.FeedItemSet
See Also:
  • Field Details

    • RESOURCE_NAME_FIELD_NUMBER

      public static final int RESOURCE_NAME_FIELD_NUMBER
      See Also:
    • FEED_FIELD_NUMBER

      public static final int FEED_FIELD_NUMBER
      See Also:
    • FEED_ITEM_SET_ID_FIELD_NUMBER

      public static final int FEED_ITEM_SET_ID_FIELD_NUMBER
      See Also:
    • DISPLAY_NAME_FIELD_NUMBER

      public static final int DISPLAY_NAME_FIELD_NUMBER
      See Also:
    • STATUS_FIELD_NUMBER

      public static final int STATUS_FIELD_NUMBER
      See Also:
    • DYNAMIC_LOCATION_SET_FILTER_FIELD_NUMBER

      public static final int DYNAMIC_LOCATION_SET_FILTER_FIELD_NUMBER
      See Also:
    • DYNAMIC_AFFILIATE_LOCATION_SET_FILTER_FIELD_NUMBER

      public static final int DYNAMIC_AFFILIATE_LOCATION_SET_FILTER_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance 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
    • getDynamicSetFilterCase

      public FeedItemSet.DynamicSetFilterCase getDynamicSetFilterCase()
      Specified by:
      getDynamicSetFilterCase in interface FeedItemSetOrBuilder
    • getResourceName

      public 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 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 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.v18.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

       Output only. Status of the feed item set.
       This field is read-only.
       
      .google.ads.googleads.v18.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.v18.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.v18.common.DynamicLocationSetFilter dynamic_location_set_filter = 5;
      Specified by:
      getDynamicLocationSetFilter in interface FeedItemSetOrBuilder
      Returns:
      The dynamicLocationSetFilter.
    • getDynamicLocationSetFilterOrBuilder

      public DynamicLocationSetFilterOrBuilder getDynamicLocationSetFilterOrBuilder()
       Filter for dynamic location set.
       It is only used for sets of locations.
       
      .google.ads.googleads.v18.common.DynamicLocationSetFilter dynamic_location_set_filter = 5;
      Specified by:
      getDynamicLocationSetFilterOrBuilder in interface FeedItemSetOrBuilder
    • 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.v18.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.v18.common.DynamicAffiliateLocationSetFilter dynamic_affiliate_location_set_filter = 6;
      Specified by:
      getDynamicAffiliateLocationSetFilter in interface FeedItemSetOrBuilder
      Returns:
      The dynamicAffiliateLocationSetFilter.
    • getDynamicAffiliateLocationSetFilterOrBuilder

      public DynamicAffiliateLocationSetFilterOrBuilder getDynamicAffiliateLocationSetFilterOrBuilder()
       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.v18.common.DynamicAffiliateLocationSetFilter dynamic_affiliate_location_set_filter = 6;
      Specified by:
      getDynamicAffiliateLocationSetFilterOrBuilder in interface FeedItemSetOrBuilder
    • 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 IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      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(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(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FeedItemSet parseFrom(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(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

      public static FeedItemSet parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

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

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

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

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

      public static FeedItemSet.Builder newBuilder()
    • newBuilder

      public static FeedItemSet.Builder newBuilder(FeedItemSet prototype)
    • 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