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

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

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

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

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

  /**
   * 
   * Output only. Error code indicating what validation error was triggered. The
   * description of the error can be found in the 'description' field.
   * 
* * .google.ads.googleads.v17.errors.FeedItemValidationErrorEnum.FeedItemValidationError validation_error = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for validationError. */ int getValidationErrorValue(); /** *
   * Output only. Error code indicating what validation error was triggered. The
   * description of the error can be found in the 'description' field.
   * 
* * .google.ads.googleads.v17.errors.FeedItemValidationErrorEnum.FeedItemValidationError validation_error = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The validationError. */ com.google.ads.googleads.v17.errors.FeedItemValidationErrorEnum.FeedItemValidationError getValidationError(); /** *
   * Output only. The description of the validation error.
   * 
* * optional string description = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the description field is set. */ boolean hasDescription(); /** *
   * Output only. The description of the validation error.
   * 
* * optional string description = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The description. */ java.lang.String getDescription(); /** *
   * Output only. The description of the validation error.
   * 
* * optional string description = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for description. */ com.google.protobuf.ByteString getDescriptionBytes(); /** *
   * Output only. Set of feed attributes in the feed item flagged during
   * validation. If empty, no specific feed attributes can be associated with
   * the error (for example, error across the entire feed item).
   * 
* * repeated int64 feed_attribute_ids = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the feedAttributeIds. */ java.util.List getFeedAttributeIdsList(); /** *
   * Output only. Set of feed attributes in the feed item flagged during
   * validation. If empty, no specific feed attributes can be associated with
   * the error (for example, error across the entire feed item).
   * 
* * repeated int64 feed_attribute_ids = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The count of feedAttributeIds. */ int getFeedAttributeIdsCount(); /** *
   * Output only. Set of feed attributes in the feed item flagged during
   * validation. If empty, no specific feed attributes can be associated with
   * the error (for example, error across the entire feed item).
   * 
* * repeated int64 feed_attribute_ids = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the element to return. * @return The feedAttributeIds at the given index. */ long getFeedAttributeIds(int index); /** *
   * Output only. Any extra information related to this error which is not
   * captured by validation_error and feed_attribute_id (for example,
   * placeholder field IDs when feed_attribute_id is not mapped). Note that
   * extra_info is not localized.
   * 
* * optional string extra_info = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the extraInfo field is set. */ boolean hasExtraInfo(); /** *
   * Output only. Any extra information related to this error which is not
   * captured by validation_error and feed_attribute_id (for example,
   * placeholder field IDs when feed_attribute_id is not mapped). Note that
   * extra_info is not localized.
   * 
* * optional string extra_info = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The extraInfo. */ java.lang.String getExtraInfo(); /** *
   * Output only. Any extra information related to this error which is not
   * captured by validation_error and feed_attribute_id (for example,
   * placeholder field IDs when feed_attribute_id is not mapped). Note that
   * extra_info is not localized.
   * 
* * optional string extra_info = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for extraInfo. */ com.google.protobuf.ByteString getExtraInfoBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy