Interface FeedItemSetOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FeedItemSet, FeedItemSet.Builder

public interface FeedItemSetOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getResourceName

      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) = { ... }
      Returns:
      The resourceName.
    • getResourceNameBytes

      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) = { ... }
      Returns:
      The bytes for resourceName.
    • getFeed

      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) = { ... }
      Returns:
      The feed.
    • getFeedBytes

      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) = { ... }
      Returns:
      The bytes for feed.
    • getFeedItemSetId

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

      String getDisplayName()
       Name of the set. Must be unique within the account.
       
      string display_name = 4;
      Returns:
      The displayName.
    • getDisplayNameBytes

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

      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];
      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];
      Returns:
      The status.
    • hasDynamicLocationSetFilter

      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;
      Returns:
      Whether the dynamicLocationSetFilter field is set.
    • getDynamicLocationSetFilter

      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;
      Returns:
      The dynamicLocationSetFilter.
    • getDynamicLocationSetFilterOrBuilder

      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;
    • hasDynamicAffiliateLocationSetFilter

      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;
      Returns:
      Whether the dynamicAffiliateLocationSetFilter field is set.
    • getDynamicAffiliateLocationSetFilter

      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;
      Returns:
      The dynamicAffiliateLocationSetFilter.
    • getDynamicAffiliateLocationSetFilterOrBuilder

      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;
    • getDynamicSetFilterCase

      FeedItemSet.DynamicSetFilterCase getDynamicSetFilterCase()