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

com.google.ads.googleads.v10.resources.FeedMappingOrBuilder Maven / Gradle / Ivy

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

package com.google.ads.googleads.v10.resources;

public interface FeedMappingOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.resources.FeedMapping)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Immutable. The resource name of the feed mapping.
   * Feed mapping resource names have the form:
   * `customers/{customer_id}/feedMappings/{feed_id}~{feed_mapping_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 mapping.
   * Feed mapping resource names have the form:
   * `customers/{customer_id}/feedMappings/{feed_id}~{feed_mapping_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 of this feed mapping.
   * 
* * 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 of this feed mapping.
   * 
* * optional string feed = 7 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The feed. */ java.lang.String getFeed(); /** *
   * Immutable. The feed of this feed mapping.
   * 
* * optional string feed = 7 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for feed. */ com.google.protobuf.ByteString getFeedBytes(); /** *
   * Immutable. Feed attributes to field mappings. These mappings are a one-to-many
   * relationship meaning that 1 feed attribute can be used to populate
   * multiple placeholder fields, but 1 placeholder field can only draw
   * data from 1 feed attribute. Ad Customizer is an exception, 1 placeholder
   * field can be mapped to multiple feed attributes. Required.
   * 
* * repeated .google.ads.googleads.v10.resources.AttributeFieldMapping attribute_field_mappings = 5 [(.google.api.field_behavior) = IMMUTABLE]; */ java.util.List getAttributeFieldMappingsList(); /** *
   * Immutable. Feed attributes to field mappings. These mappings are a one-to-many
   * relationship meaning that 1 feed attribute can be used to populate
   * multiple placeholder fields, but 1 placeholder field can only draw
   * data from 1 feed attribute. Ad Customizer is an exception, 1 placeholder
   * field can be mapped to multiple feed attributes. Required.
   * 
* * repeated .google.ads.googleads.v10.resources.AttributeFieldMapping attribute_field_mappings = 5 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v10.resources.AttributeFieldMapping getAttributeFieldMappings(int index); /** *
   * Immutable. Feed attributes to field mappings. These mappings are a one-to-many
   * relationship meaning that 1 feed attribute can be used to populate
   * multiple placeholder fields, but 1 placeholder field can only draw
   * data from 1 feed attribute. Ad Customizer is an exception, 1 placeholder
   * field can be mapped to multiple feed attributes. Required.
   * 
* * repeated .google.ads.googleads.v10.resources.AttributeFieldMapping attribute_field_mappings = 5 [(.google.api.field_behavior) = IMMUTABLE]; */ int getAttributeFieldMappingsCount(); /** *
   * Immutable. Feed attributes to field mappings. These mappings are a one-to-many
   * relationship meaning that 1 feed attribute can be used to populate
   * multiple placeholder fields, but 1 placeholder field can only draw
   * data from 1 feed attribute. Ad Customizer is an exception, 1 placeholder
   * field can be mapped to multiple feed attributes. Required.
   * 
* * repeated .google.ads.googleads.v10.resources.AttributeFieldMapping attribute_field_mappings = 5 [(.google.api.field_behavior) = IMMUTABLE]; */ java.util.List getAttributeFieldMappingsOrBuilderList(); /** *
   * Immutable. Feed attributes to field mappings. These mappings are a one-to-many
   * relationship meaning that 1 feed attribute can be used to populate
   * multiple placeholder fields, but 1 placeholder field can only draw
   * data from 1 feed attribute. Ad Customizer is an exception, 1 placeholder
   * field can be mapped to multiple feed attributes. Required.
   * 
* * repeated .google.ads.googleads.v10.resources.AttributeFieldMapping attribute_field_mappings = 5 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v10.resources.AttributeFieldMappingOrBuilder getAttributeFieldMappingsOrBuilder( int index); /** *
   * Output only. Status of the feed mapping.
   * This field is read-only.
   * 
* * .google.ads.googleads.v10.enums.FeedMappingStatusEnum.FeedMappingStatus 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 feed mapping.
   * This field is read-only.
   * 
* * .google.ads.googleads.v10.enums.FeedMappingStatusEnum.FeedMappingStatus status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The status. */ com.google.ads.googleads.v10.enums.FeedMappingStatusEnum.FeedMappingStatus getStatus(); /** *
   * Immutable. The placeholder type of this mapping (for example, if the mapping maps
   * feed attributes to placeholder fields).
   * 
* * .google.ads.googleads.v10.enums.PlaceholderTypeEnum.PlaceholderType placeholder_type = 3 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the placeholderType field is set. */ boolean hasPlaceholderType(); /** *
   * Immutable. The placeholder type of this mapping (for example, if the mapping maps
   * feed attributes to placeholder fields).
   * 
* * .google.ads.googleads.v10.enums.PlaceholderTypeEnum.PlaceholderType placeholder_type = 3 [(.google.api.field_behavior) = IMMUTABLE]; * @return The enum numeric value on the wire for placeholderType. */ int getPlaceholderTypeValue(); /** *
   * Immutable. The placeholder type of this mapping (for example, if the mapping maps
   * feed attributes to placeholder fields).
   * 
* * .google.ads.googleads.v10.enums.PlaceholderTypeEnum.PlaceholderType placeholder_type = 3 [(.google.api.field_behavior) = IMMUTABLE]; * @return The placeholderType. */ com.google.ads.googleads.v10.enums.PlaceholderTypeEnum.PlaceholderType getPlaceholderType(); /** *
   * Immutable. The criterion type of this mapping (for example, if the mapping maps feed
   * attributes to criterion fields).
   * 
* * .google.ads.googleads.v10.enums.FeedMappingCriterionTypeEnum.FeedMappingCriterionType criterion_type = 4 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the criterionType field is set. */ boolean hasCriterionType(); /** *
   * Immutable. The criterion type of this mapping (for example, if the mapping maps feed
   * attributes to criterion fields).
   * 
* * .google.ads.googleads.v10.enums.FeedMappingCriterionTypeEnum.FeedMappingCriterionType criterion_type = 4 [(.google.api.field_behavior) = IMMUTABLE]; * @return The enum numeric value on the wire for criterionType. */ int getCriterionTypeValue(); /** *
   * Immutable. The criterion type of this mapping (for example, if the mapping maps feed
   * attributes to criterion fields).
   * 
* * .google.ads.googleads.v10.enums.FeedMappingCriterionTypeEnum.FeedMappingCriterionType criterion_type = 4 [(.google.api.field_behavior) = IMMUTABLE]; * @return The criterionType. */ com.google.ads.googleads.v10.enums.FeedMappingCriterionTypeEnum.FeedMappingCriterionType getCriterionType(); public com.google.ads.googleads.v10.resources.FeedMapping.TargetCase getTargetCase(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy