com.google.ads.googleads.v17.resources.FeedItemSetOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/resources/feed_item_set.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface FeedItemSetOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.FeedItemSet)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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) = { ... }
* @return The resourceName.
*/
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) = { ... }
* @return The bytes for resourceName.
*/
com.google.protobuf.ByteString
getResourceNameBytes();
/**
*
* 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) = { ... }
* @return The feed.
*/
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) = { ... }
* @return The bytes for feed.
*/
com.google.protobuf.ByteString
getFeedBytes();
/**
*
* Output only. ID of the set.
*
*
* int64 feed_item_set_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The feedItemSetId.
*/
long getFeedItemSetId();
/**
*
* Name of the set. Must be unique within the account.
*
*
* string display_name = 4;
* @return The displayName.
*/
java.lang.String getDisplayName();
/**
*
* Name of the set. Must be unique within the account.
*
*
* string display_name = 4;
* @return The bytes for displayName.
*/
com.google.protobuf.ByteString
getDisplayNameBytes();
/**
*
* Output only. Status of the feed item set.
* This field is read-only.
*
*
* .google.ads.googleads.v17.enums.FeedItemSetStatusEnum.FeedItemSetStatus status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for status.
*/
int getStatusValue();
/**
*
* Output only. Status of the feed item set.
* This field is read-only.
*
*
* .google.ads.googleads.v17.enums.FeedItemSetStatusEnum.FeedItemSetStatus status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The status.
*/
com.google.ads.googleads.v17.enums.FeedItemSetStatusEnum.FeedItemSetStatus getStatus();
/**
*
* Filter for dynamic location set.
* It is only used for sets of locations.
*
*
* .google.ads.googleads.v17.common.DynamicLocationSetFilter dynamic_location_set_filter = 5;
* @return Whether the dynamicLocationSetFilter field is set.
*/
boolean hasDynamicLocationSetFilter();
/**
*
* Filter for dynamic location set.
* It is only used for sets of locations.
*
*
* .google.ads.googleads.v17.common.DynamicLocationSetFilter dynamic_location_set_filter = 5;
* @return The dynamicLocationSetFilter.
*/
com.google.ads.googleads.v17.common.DynamicLocationSetFilter getDynamicLocationSetFilter();
/**
*
* Filter for dynamic location set.
* It is only used for sets of locations.
*
*
* .google.ads.googleads.v17.common.DynamicLocationSetFilter dynamic_location_set_filter = 5;
*/
com.google.ads.googleads.v17.common.DynamicLocationSetFilterOrBuilder getDynamicLocationSetFilterOrBuilder();
/**
*
* 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.v17.common.DynamicAffiliateLocationSetFilter dynamic_affiliate_location_set_filter = 6;
* @return Whether the dynamicAffiliateLocationSetFilter field is set.
*/
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.v17.common.DynamicAffiliateLocationSetFilter dynamic_affiliate_location_set_filter = 6;
* @return The dynamicAffiliateLocationSetFilter.
*/
com.google.ads.googleads.v17.common.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.v17.common.DynamicAffiliateLocationSetFilter dynamic_affiliate_location_set_filter = 6;
*/
com.google.ads.googleads.v17.common.DynamicAffiliateLocationSetFilterOrBuilder getDynamicAffiliateLocationSetFilterOrBuilder();
com.google.ads.googleads.v17.resources.FeedItemSet.DynamicSetFilterCase getDynamicSetFilterCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy