All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.resources.CampaignFeedOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/resources/campaign_feed.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;

public interface CampaignFeedOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.CampaignFeed)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Immutable. The resource name of the campaign feed.
   * Campaign feed resource names have the form:
   *
   * `customers/{customer_id}/campaignFeeds/{campaign_id}~{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 campaign feed.
   * Campaign feed resource names have the form:
   *
   * `customers/{customer_id}/campaignFeeds/{campaign_id}~{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(); /** *
   * Immutable. The feed to which the CampaignFeed belongs.
   * 
* * optional string feed = 7 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return Whether the feed field is set. */ boolean hasFeed(); /** *
   * Immutable. The feed to which the CampaignFeed belongs.
   * 
* * optional string feed = 7 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The feed. */ java.lang.String getFeed(); /** *
   * Immutable. The feed to which the CampaignFeed belongs.
   * 
* * optional string feed = 7 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for feed. */ com.google.protobuf.ByteString getFeedBytes(); /** *
   * Immutable. The campaign to which the CampaignFeed belongs.
   * 
* * optional string campaign = 8 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return Whether the campaign field is set. */ boolean hasCampaign(); /** *
   * Immutable. The campaign to which the CampaignFeed belongs.
   * 
* * optional string campaign = 8 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The campaign. */ java.lang.String getCampaign(); /** *
   * Immutable. The campaign to which the CampaignFeed belongs.
   * 
* * optional string campaign = 8 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for campaign. */ com.google.protobuf.ByteString getCampaignBytes(); /** *
   * Indicates which placeholder types the feed may populate under the connected
   * campaign. Required.
   * 
* * repeated .google.ads.googleads.v17.enums.PlaceholderTypeEnum.PlaceholderType placeholder_types = 4; * @return A list containing the placeholderTypes. */ java.util.List getPlaceholderTypesList(); /** *
   * Indicates which placeholder types the feed may populate under the connected
   * campaign. Required.
   * 
* * repeated .google.ads.googleads.v17.enums.PlaceholderTypeEnum.PlaceholderType placeholder_types = 4; * @return The count of placeholderTypes. */ int getPlaceholderTypesCount(); /** *
   * Indicates which placeholder types the feed may populate under the connected
   * campaign. Required.
   * 
* * repeated .google.ads.googleads.v17.enums.PlaceholderTypeEnum.PlaceholderType placeholder_types = 4; * @param index The index of the element to return. * @return The placeholderTypes at the given index. */ com.google.ads.googleads.v17.enums.PlaceholderTypeEnum.PlaceholderType getPlaceholderTypes(int index); /** *
   * Indicates which placeholder types the feed may populate under the connected
   * campaign. Required.
   * 
* * repeated .google.ads.googleads.v17.enums.PlaceholderTypeEnum.PlaceholderType placeholder_types = 4; * @return A list containing the enum numeric values on the wire for placeholderTypes. */ java.util.List getPlaceholderTypesValueList(); /** *
   * Indicates which placeholder types the feed may populate under the connected
   * campaign. Required.
   * 
* * repeated .google.ads.googleads.v17.enums.PlaceholderTypeEnum.PlaceholderType placeholder_types = 4; * @param index The index of the value to return. * @return The enum numeric value on the wire of placeholderTypes at the given index. */ int getPlaceholderTypesValue(int index); /** *
   * Matching function associated with the CampaignFeed.
   * The matching function is used to filter the set of feed items selected.
   * Required.
   * 
* * .google.ads.googleads.v17.common.MatchingFunction matching_function = 5; * @return Whether the matchingFunction field is set. */ boolean hasMatchingFunction(); /** *
   * Matching function associated with the CampaignFeed.
   * The matching function is used to filter the set of feed items selected.
   * Required.
   * 
* * .google.ads.googleads.v17.common.MatchingFunction matching_function = 5; * @return The matchingFunction. */ com.google.ads.googleads.v17.common.MatchingFunction getMatchingFunction(); /** *
   * Matching function associated with the CampaignFeed.
   * The matching function is used to filter the set of feed items selected.
   * Required.
   * 
* * .google.ads.googleads.v17.common.MatchingFunction matching_function = 5; */ com.google.ads.googleads.v17.common.MatchingFunctionOrBuilder getMatchingFunctionOrBuilder(); /** *
   * Output only. Status of the campaign feed.
   * This field is read-only.
   * 
* * .google.ads.googleads.v17.enums.FeedLinkStatusEnum.FeedLinkStatus status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for status. */ int getStatusValue(); /** *
   * Output only. Status of the campaign feed.
   * This field is read-only.
   * 
* * .google.ads.googleads.v17.enums.FeedLinkStatusEnum.FeedLinkStatus status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The status. */ com.google.ads.googleads.v17.enums.FeedLinkStatusEnum.FeedLinkStatus getStatus(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy