Class FeedItemValidationError

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.ads.googleads.v18.resources.FeedItemValidationError
All Implemented Interfaces:
FeedItemValidationErrorOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

public final class FeedItemValidationError extends com.google.protobuf.GeneratedMessageV3 implements FeedItemValidationErrorOrBuilder
 Stores a validation error and the set of offending feed attributes which
 together are responsible for causing a feed item validation error.
 
Protobuf type google.ads.googleads.v18.resources.FeedItemValidationError
See Also:
  • Field Details

    • VALIDATION_ERROR_FIELD_NUMBER

      public static final int VALIDATION_ERROR_FIELD_NUMBER
      See Also:
    • DESCRIPTION_FIELD_NUMBER

      public static final int DESCRIPTION_FIELD_NUMBER
      See Also:
    • FEED_ATTRIBUTE_IDS_FIELD_NUMBER

      public static final int FEED_ATTRIBUTE_IDS_FIELD_NUMBER
      See Also:
    • EXTRA_INFO_FIELD_NUMBER

      public static final int EXTRA_INFO_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getValidationErrorValue

      public 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.v18.errors.FeedItemValidationErrorEnum.FeedItemValidationError validation_error = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getValidationErrorValue in interface FeedItemValidationErrorOrBuilder
      Returns:
      The enum numeric value on the wire for validationError.
    • getValidationError

       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.v18.errors.FeedItemValidationErrorEnum.FeedItemValidationError validation_error = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getValidationError in interface FeedItemValidationErrorOrBuilder
      Returns:
      The validationError.
    • hasDescription

      public boolean hasDescription()
       Output only. The description of the validation error.
       
      optional string description = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasDescription in interface FeedItemValidationErrorOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public String getDescription()
       Output only. The description of the validation error.
       
      optional string description = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getDescription in interface FeedItemValidationErrorOrBuilder
      Returns:
      The description.
    • getDescriptionBytes

      public com.google.protobuf.ByteString getDescriptionBytes()
       Output only. The description of the validation error.
       
      optional string description = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getDescriptionBytes in interface FeedItemValidationErrorOrBuilder
      Returns:
      The bytes for description.
    • getFeedAttributeIdsList

      public List<Long> 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];
      Specified by:
      getFeedAttributeIdsList in interface FeedItemValidationErrorOrBuilder
      Returns:
      A list containing the feedAttributeIds.
    • getFeedAttributeIdsCount

      public 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];
      Specified by:
      getFeedAttributeIdsCount in interface FeedItemValidationErrorOrBuilder
      Returns:
      The count of feedAttributeIds.
    • getFeedAttributeIds

      public long getFeedAttributeIds(int index)
       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];
      Specified by:
      getFeedAttributeIds in interface FeedItemValidationErrorOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The feedAttributeIds at the given index.
    • hasExtraInfo

      public 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];
      Specified by:
      hasExtraInfo in interface FeedItemValidationErrorOrBuilder
      Returns:
      Whether the extraInfo field is set.
    • getExtraInfo

      public 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];
      Specified by:
      getExtraInfo in interface FeedItemValidationErrorOrBuilder
      Returns:
      The extraInfo.
    • getExtraInfoBytes

      public com.google.protobuf.ByteString getExtraInfoBytes()
       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];
      Specified by:
      getExtraInfoBytes in interface FeedItemValidationErrorOrBuilder
      Returns:
      The bytes for extraInfo.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static FeedItemValidationError parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FeedItemValidationError parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FeedItemValidationError parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FeedItemValidationError parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FeedItemValidationError parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FeedItemValidationError parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FeedItemValidationError parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static FeedItemValidationError parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static FeedItemValidationError parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static FeedItemValidationError parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static FeedItemValidationError parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static FeedItemValidationError parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public FeedItemValidationError.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static FeedItemValidationError.Builder newBuilder()
    • newBuilder

      public static FeedItemValidationError.Builder newBuilder(FeedItemValidationError prototype)
    • toBuilder

      public FeedItemValidationError.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected FeedItemValidationError.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static FeedItemValidationError getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<FeedItemValidationError> parser()
    • getParserForType

      public com.google.protobuf.Parser<FeedItemValidationError> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public FeedItemValidationError getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder