Class FeedItemValidationError

  • All Implemented Interfaces:
    FeedItemValidationErrorOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.io.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.v13.resources.FeedItemValidationError
    See Also:
    Serialized Form
    • Field Detail

      • VALIDATION_ERROR_FIELD_NUMBER

        public static final int VALIDATION_ERROR_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DESCRIPTION_FIELD_NUMBER

        public static final int DESCRIPTION_FIELD_NUMBER
        See Also:
        Constant Field Values
      • FEED_ATTRIBUTE_IDS_FIELD_NUMBER

        public static final int FEED_ATTRIBUTE_IDS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • EXTRA_INFO_FIELD_NUMBER

        public static final int EXTRA_INFO_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected java.lang.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.v13.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

        public FeedItemValidationErrorEnum.FeedItemValidationError 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.v13.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 java.lang.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 java.util.List<java.lang.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 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];
        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 java.io.IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        java.io.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​(java.lang.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​(java.nio.ByteBuffer data)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static FeedItemValidationError parseFrom​(java.nio.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​(java.io.InputStream input)
                                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

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

        public static FeedItemValidationError parseDelimitedFrom​(java.io.InputStream input)
                                                          throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

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

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

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

        public FeedItemValidationError.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • 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
      • 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