com.google.ads.googleads.v10.resources.FeedOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/resources/feed.proto
package com.google.ads.googleads.v10.resources;
public interface FeedOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.resources.Feed)
com.google.protobuf.MessageOrBuilder {
/**
*
* Immutable. The resource name of the feed.
* Feed resource names have the form:
* `customers/{customer_id}/feeds/{feed_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.
* Feed resource names have the form:
* `customers/{customer_id}/feeds/{feed_id}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The bytes for resourceName.
*/
com.google.protobuf.ByteString
getResourceNameBytes();
/**
*
* Output only. The ID of the feed.
* This field is read-only.
*
*
* optional int64 id = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the id field is set.
*/
boolean hasId();
/**
*
* Output only. The ID of the feed.
* This field is read-only.
*
*
* optional int64 id = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The id.
*/
long getId();
/**
*
* Immutable. Name of the feed. Required.
*
*
* optional string name = 12 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the name field is set.
*/
boolean hasName();
/**
*
* Immutable. Name of the feed. Required.
*
*
* optional string name = 12 [(.google.api.field_behavior) = IMMUTABLE];
* @return The name.
*/
java.lang.String getName();
/**
*
* Immutable. Name of the feed. Required.
*
*
* optional string name = 12 [(.google.api.field_behavior) = IMMUTABLE];
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* The Feed's attributes. Required on CREATE, unless
* system_feed_generation_data is provided, in which case Google Ads will
* update the feed with the correct attributes.
* Disallowed on UPDATE. Use attribute_operations to add new attributes.
*
*
* repeated .google.ads.googleads.v10.resources.FeedAttribute attributes = 4;
*/
java.util.List
getAttributesList();
/**
*
* The Feed's attributes. Required on CREATE, unless
* system_feed_generation_data is provided, in which case Google Ads will
* update the feed with the correct attributes.
* Disallowed on UPDATE. Use attribute_operations to add new attributes.
*
*
* repeated .google.ads.googleads.v10.resources.FeedAttribute attributes = 4;
*/
com.google.ads.googleads.v10.resources.FeedAttribute getAttributes(int index);
/**
*
* The Feed's attributes. Required on CREATE, unless
* system_feed_generation_data is provided, in which case Google Ads will
* update the feed with the correct attributes.
* Disallowed on UPDATE. Use attribute_operations to add new attributes.
*
*
* repeated .google.ads.googleads.v10.resources.FeedAttribute attributes = 4;
*/
int getAttributesCount();
/**
*
* The Feed's attributes. Required on CREATE, unless
* system_feed_generation_data is provided, in which case Google Ads will
* update the feed with the correct attributes.
* Disallowed on UPDATE. Use attribute_operations to add new attributes.
*
*
* repeated .google.ads.googleads.v10.resources.FeedAttribute attributes = 4;
*/
java.util.List extends com.google.ads.googleads.v10.resources.FeedAttributeOrBuilder>
getAttributesOrBuilderList();
/**
*
* The Feed's attributes. Required on CREATE, unless
* system_feed_generation_data is provided, in which case Google Ads will
* update the feed with the correct attributes.
* Disallowed on UPDATE. Use attribute_operations to add new attributes.
*
*
* repeated .google.ads.googleads.v10.resources.FeedAttribute attributes = 4;
*/
com.google.ads.googleads.v10.resources.FeedAttributeOrBuilder getAttributesOrBuilder(
int index);
/**
*
* The list of operations changing the feed attributes. Attributes can only
* be added, not removed.
*
*
* repeated .google.ads.googleads.v10.resources.FeedAttributeOperation attribute_operations = 9;
*/
java.util.List
getAttributeOperationsList();
/**
*
* The list of operations changing the feed attributes. Attributes can only
* be added, not removed.
*
*
* repeated .google.ads.googleads.v10.resources.FeedAttributeOperation attribute_operations = 9;
*/
com.google.ads.googleads.v10.resources.FeedAttributeOperation getAttributeOperations(int index);
/**
*
* The list of operations changing the feed attributes. Attributes can only
* be added, not removed.
*
*
* repeated .google.ads.googleads.v10.resources.FeedAttributeOperation attribute_operations = 9;
*/
int getAttributeOperationsCount();
/**
*
* The list of operations changing the feed attributes. Attributes can only
* be added, not removed.
*
*
* repeated .google.ads.googleads.v10.resources.FeedAttributeOperation attribute_operations = 9;
*/
java.util.List extends com.google.ads.googleads.v10.resources.FeedAttributeOperationOrBuilder>
getAttributeOperationsOrBuilderList();
/**
*
* The list of operations changing the feed attributes. Attributes can only
* be added, not removed.
*
*
* repeated .google.ads.googleads.v10.resources.FeedAttributeOperation attribute_operations = 9;
*/
com.google.ads.googleads.v10.resources.FeedAttributeOperationOrBuilder getAttributeOperationsOrBuilder(
int index);
/**
*
* Immutable. Specifies who manages the FeedAttributes for the Feed.
*
*
* .google.ads.googleads.v10.enums.FeedOriginEnum.FeedOrigin origin = 5 [(.google.api.field_behavior) = IMMUTABLE];
* @return The enum numeric value on the wire for origin.
*/
int getOriginValue();
/**
*
* Immutable. Specifies who manages the FeedAttributes for the Feed.
*
*
* .google.ads.googleads.v10.enums.FeedOriginEnum.FeedOrigin origin = 5 [(.google.api.field_behavior) = IMMUTABLE];
* @return The origin.
*/
com.google.ads.googleads.v10.enums.FeedOriginEnum.FeedOrigin getOrigin();
/**
*
* Output only. Status of the feed.
* This field is read-only.
*
*
* .google.ads.googleads.v10.enums.FeedStatusEnum.FeedStatus 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.
* This field is read-only.
*
*
* .google.ads.googleads.v10.enums.FeedStatusEnum.FeedStatus status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The status.
*/
com.google.ads.googleads.v10.enums.FeedStatusEnum.FeedStatus getStatus();
/**
*
* Data used to configure a location feed populated from Business Profile.
*
*
* .google.ads.googleads.v10.resources.Feed.PlacesLocationFeedData places_location_feed_data = 6;
* @return Whether the placesLocationFeedData field is set.
*/
boolean hasPlacesLocationFeedData();
/**
*
* Data used to configure a location feed populated from Business Profile.
*
*
* .google.ads.googleads.v10.resources.Feed.PlacesLocationFeedData places_location_feed_data = 6;
* @return The placesLocationFeedData.
*/
com.google.ads.googleads.v10.resources.Feed.PlacesLocationFeedData getPlacesLocationFeedData();
/**
*
* Data used to configure a location feed populated from Business Profile.
*
*
* .google.ads.googleads.v10.resources.Feed.PlacesLocationFeedData places_location_feed_data = 6;
*/
com.google.ads.googleads.v10.resources.Feed.PlacesLocationFeedDataOrBuilder getPlacesLocationFeedDataOrBuilder();
/**
*
* Data used to configure an affiliate location feed populated with
* the specified chains.
*
*
* .google.ads.googleads.v10.resources.Feed.AffiliateLocationFeedData affiliate_location_feed_data = 7;
* @return Whether the affiliateLocationFeedData field is set.
*/
boolean hasAffiliateLocationFeedData();
/**
*
* Data used to configure an affiliate location feed populated with
* the specified chains.
*
*
* .google.ads.googleads.v10.resources.Feed.AffiliateLocationFeedData affiliate_location_feed_data = 7;
* @return The affiliateLocationFeedData.
*/
com.google.ads.googleads.v10.resources.Feed.AffiliateLocationFeedData getAffiliateLocationFeedData();
/**
*
* Data used to configure an affiliate location feed populated with
* the specified chains.
*
*
* .google.ads.googleads.v10.resources.Feed.AffiliateLocationFeedData affiliate_location_feed_data = 7;
*/
com.google.ads.googleads.v10.resources.Feed.AffiliateLocationFeedDataOrBuilder getAffiliateLocationFeedDataOrBuilder();
public com.google.ads.googleads.v10.resources.Feed.SystemFeedGenerationDataCase getSystemFeedGenerationDataCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy