Class FeedItemPlaceholderPolicyInfo.Builder

    • Method Detail

      • 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.Builder<FeedItemPlaceholderPolicyInfo.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<FeedItemPlaceholderPolicyInfo.Builder>
      • getDefaultInstanceForType

        public FeedItemPlaceholderPolicyInfo getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public FeedItemPlaceholderPolicyInfo build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public FeedItemPlaceholderPolicyInfo buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public FeedItemPlaceholderPolicyInfo.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                      int index,
                                                                      java.lang.Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FeedItemPlaceholderPolicyInfo.Builder>
      • addRepeatedField

        public FeedItemPlaceholderPolicyInfo.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                      java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FeedItemPlaceholderPolicyInfo.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<FeedItemPlaceholderPolicyInfo.Builder>
      • mergeFrom

        public FeedItemPlaceholderPolicyInfo.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<FeedItemPlaceholderPolicyInfo.Builder>
        Throws:
        java.io.IOException
      • getPlaceholderTypeEnumValue

        public int getPlaceholderTypeEnumValue()
         Output only. The placeholder type.
         
        .google.ads.googleads.v10.enums.PlaceholderTypeEnum.PlaceholderType placeholder_type_enum = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPlaceholderTypeEnumValue in interface FeedItemPlaceholderPolicyInfoOrBuilder
        Returns:
        The enum numeric value on the wire for placeholderTypeEnum.
      • setPlaceholderTypeEnumValue

        public FeedItemPlaceholderPolicyInfo.Builder setPlaceholderTypeEnumValue​(int value)
         Output only. The placeholder type.
         
        .google.ads.googleads.v10.enums.PlaceholderTypeEnum.PlaceholderType placeholder_type_enum = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The enum numeric value on the wire for placeholderTypeEnum to set.
        Returns:
        This builder for chaining.
      • setPlaceholderTypeEnum

        public FeedItemPlaceholderPolicyInfo.Builder setPlaceholderTypeEnum​(PlaceholderTypeEnum.PlaceholderType value)
         Output only. The placeholder type.
         
        .google.ads.googleads.v10.enums.PlaceholderTypeEnum.PlaceholderType placeholder_type_enum = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The placeholderTypeEnum to set.
        Returns:
        This builder for chaining.
      • clearPlaceholderTypeEnum

        public FeedItemPlaceholderPolicyInfo.Builder clearPlaceholderTypeEnum()
         Output only. The placeholder type.
         
        .google.ads.googleads.v10.enums.PlaceholderTypeEnum.PlaceholderType placeholder_type_enum = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • hasFeedMappingResourceName

        public boolean hasFeedMappingResourceName()
         Output only. The FeedMapping that contains the placeholder type.
         
        optional string feed_mapping_resource_name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasFeedMappingResourceName in interface FeedItemPlaceholderPolicyInfoOrBuilder
        Returns:
        Whether the feedMappingResourceName field is set.
      • getFeedMappingResourceName

        public java.lang.String getFeedMappingResourceName()
         Output only. The FeedMapping that contains the placeholder type.
         
        optional string feed_mapping_resource_name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getFeedMappingResourceName in interface FeedItemPlaceholderPolicyInfoOrBuilder
        Returns:
        The feedMappingResourceName.
      • getFeedMappingResourceNameBytes

        public com.google.protobuf.ByteString getFeedMappingResourceNameBytes()
         Output only. The FeedMapping that contains the placeholder type.
         
        optional string feed_mapping_resource_name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getFeedMappingResourceNameBytes in interface FeedItemPlaceholderPolicyInfoOrBuilder
        Returns:
        The bytes for feedMappingResourceName.
      • setFeedMappingResourceName

        public FeedItemPlaceholderPolicyInfo.Builder setFeedMappingResourceName​(java.lang.String value)
         Output only. The FeedMapping that contains the placeholder type.
         
        optional string feed_mapping_resource_name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The feedMappingResourceName to set.
        Returns:
        This builder for chaining.
      • clearFeedMappingResourceName

        public FeedItemPlaceholderPolicyInfo.Builder clearFeedMappingResourceName()
         Output only. The FeedMapping that contains the placeholder type.
         
        optional string feed_mapping_resource_name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setFeedMappingResourceNameBytes

        public FeedItemPlaceholderPolicyInfo.Builder setFeedMappingResourceNameBytes​(com.google.protobuf.ByteString value)
         Output only. The FeedMapping that contains the placeholder type.
         
        optional string feed_mapping_resource_name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for feedMappingResourceName to set.
        Returns:
        This builder for chaining.
      • getReviewStatusValue

        public int getReviewStatusValue()
         Output only. Where the placeholder type is in the review process.
         
        .google.ads.googleads.v10.enums.PolicyReviewStatusEnum.PolicyReviewStatus review_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getReviewStatusValue in interface FeedItemPlaceholderPolicyInfoOrBuilder
        Returns:
        The enum numeric value on the wire for reviewStatus.
      • setReviewStatusValue

        public FeedItemPlaceholderPolicyInfo.Builder setReviewStatusValue​(int value)
         Output only. Where the placeholder type is in the review process.
         
        .google.ads.googleads.v10.enums.PolicyReviewStatusEnum.PolicyReviewStatus review_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The enum numeric value on the wire for reviewStatus to set.
        Returns:
        This builder for chaining.
      • setReviewStatus

        public FeedItemPlaceholderPolicyInfo.Builder setReviewStatus​(PolicyReviewStatusEnum.PolicyReviewStatus value)
         Output only. Where the placeholder type is in the review process.
         
        .google.ads.googleads.v10.enums.PolicyReviewStatusEnum.PolicyReviewStatus review_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The reviewStatus to set.
        Returns:
        This builder for chaining.
      • clearReviewStatus

        public FeedItemPlaceholderPolicyInfo.Builder clearReviewStatus()
         Output only. Where the placeholder type is in the review process.
         
        .google.ads.googleads.v10.enums.PolicyReviewStatusEnum.PolicyReviewStatus review_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getApprovalStatusValue

        public int getApprovalStatusValue()
         Output only. The overall approval status of the placeholder type, calculated based on
         the status of its individual policy topic entries.
         
        .google.ads.googleads.v10.enums.PolicyApprovalStatusEnum.PolicyApprovalStatus approval_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getApprovalStatusValue in interface FeedItemPlaceholderPolicyInfoOrBuilder
        Returns:
        The enum numeric value on the wire for approvalStatus.
      • setApprovalStatusValue

        public FeedItemPlaceholderPolicyInfo.Builder setApprovalStatusValue​(int value)
         Output only. The overall approval status of the placeholder type, calculated based on
         the status of its individual policy topic entries.
         
        .google.ads.googleads.v10.enums.PolicyApprovalStatusEnum.PolicyApprovalStatus approval_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The enum numeric value on the wire for approvalStatus to set.
        Returns:
        This builder for chaining.
      • setApprovalStatus

        public FeedItemPlaceholderPolicyInfo.Builder setApprovalStatus​(PolicyApprovalStatusEnum.PolicyApprovalStatus value)
         Output only. The overall approval status of the placeholder type, calculated based on
         the status of its individual policy topic entries.
         
        .google.ads.googleads.v10.enums.PolicyApprovalStatusEnum.PolicyApprovalStatus approval_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The approvalStatus to set.
        Returns:
        This builder for chaining.
      • clearApprovalStatus

        public FeedItemPlaceholderPolicyInfo.Builder clearApprovalStatus()
         Output only. The overall approval status of the placeholder type, calculated based on
         the status of its individual policy topic entries.
         
        .google.ads.googleads.v10.enums.PolicyApprovalStatusEnum.PolicyApprovalStatus approval_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getPolicyTopicEntriesCount

        public int getPolicyTopicEntriesCount()
         Output only. The list of policy findings for the placeholder type.
         
        repeated .google.ads.googleads.v10.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPolicyTopicEntriesCount in interface FeedItemPlaceholderPolicyInfoOrBuilder
      • setPolicyTopicEntries

        public FeedItemPlaceholderPolicyInfo.Builder setPolicyTopicEntries​(int index,
                                                                           PolicyTopicEntry value)
         Output only. The list of policy findings for the placeholder type.
         
        repeated .google.ads.googleads.v10.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setPolicyTopicEntries

        public FeedItemPlaceholderPolicyInfo.Builder setPolicyTopicEntries​(int index,
                                                                           PolicyTopicEntry.Builder builderForValue)
         Output only. The list of policy findings for the placeholder type.
         
        repeated .google.ads.googleads.v10.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addPolicyTopicEntries

        public FeedItemPlaceholderPolicyInfo.Builder addPolicyTopicEntries​(PolicyTopicEntry value)
         Output only. The list of policy findings for the placeholder type.
         
        repeated .google.ads.googleads.v10.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addPolicyTopicEntries

        public FeedItemPlaceholderPolicyInfo.Builder addPolicyTopicEntries​(int index,
                                                                           PolicyTopicEntry value)
         Output only. The list of policy findings for the placeholder type.
         
        repeated .google.ads.googleads.v10.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addPolicyTopicEntries

        public FeedItemPlaceholderPolicyInfo.Builder addPolicyTopicEntries​(PolicyTopicEntry.Builder builderForValue)
         Output only. The list of policy findings for the placeholder type.
         
        repeated .google.ads.googleads.v10.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addPolicyTopicEntries

        public FeedItemPlaceholderPolicyInfo.Builder addPolicyTopicEntries​(int index,
                                                                           PolicyTopicEntry.Builder builderForValue)
         Output only. The list of policy findings for the placeholder type.
         
        repeated .google.ads.googleads.v10.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addAllPolicyTopicEntries

        public FeedItemPlaceholderPolicyInfo.Builder addAllPolicyTopicEntries​(java.lang.Iterable<? extends PolicyTopicEntry> values)
         Output only. The list of policy findings for the placeholder type.
         
        repeated .google.ads.googleads.v10.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearPolicyTopicEntries

        public FeedItemPlaceholderPolicyInfo.Builder clearPolicyTopicEntries()
         Output only. The list of policy findings for the placeholder type.
         
        repeated .google.ads.googleads.v10.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • removePolicyTopicEntries

        public FeedItemPlaceholderPolicyInfo.Builder removePolicyTopicEntries​(int index)
         Output only. The list of policy findings for the placeholder type.
         
        repeated .google.ads.googleads.v10.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPolicyTopicEntriesBuilder

        public PolicyTopicEntry.Builder getPolicyTopicEntriesBuilder​(int index)
         Output only. The list of policy findings for the placeholder type.
         
        repeated .google.ads.googleads.v10.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addPolicyTopicEntriesBuilder

        public PolicyTopicEntry.Builder addPolicyTopicEntriesBuilder()
         Output only. The list of policy findings for the placeholder type.
         
        repeated .google.ads.googleads.v10.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addPolicyTopicEntriesBuilder

        public PolicyTopicEntry.Builder addPolicyTopicEntriesBuilder​(int index)
         Output only. The list of policy findings for the placeholder type.
         
        repeated .google.ads.googleads.v10.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPolicyTopicEntriesBuilderList

        public java.util.List<PolicyTopicEntry.Builder> getPolicyTopicEntriesBuilderList()
         Output only. The list of policy findings for the placeholder type.
         
        repeated .google.ads.googleads.v10.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getValidationStatusValue

        public int getValidationStatusValue()
         Output only. The validation status of the palceholder type.
         
        .google.ads.googleads.v10.enums.FeedItemValidationStatusEnum.FeedItemValidationStatus validation_status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getValidationStatusValue in interface FeedItemPlaceholderPolicyInfoOrBuilder
        Returns:
        The enum numeric value on the wire for validationStatus.
      • setValidationStatusValue

        public FeedItemPlaceholderPolicyInfo.Builder setValidationStatusValue​(int value)
         Output only. The validation status of the palceholder type.
         
        .google.ads.googleads.v10.enums.FeedItemValidationStatusEnum.FeedItemValidationStatus validation_status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The enum numeric value on the wire for validationStatus to set.
        Returns:
        This builder for chaining.
      • setValidationStatus

        public FeedItemPlaceholderPolicyInfo.Builder setValidationStatus​(FeedItemValidationStatusEnum.FeedItemValidationStatus value)
         Output only. The validation status of the palceholder type.
         
        .google.ads.googleads.v10.enums.FeedItemValidationStatusEnum.FeedItemValidationStatus validation_status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The validationStatus to set.
        Returns:
        This builder for chaining.
      • clearValidationStatus

        public FeedItemPlaceholderPolicyInfo.Builder clearValidationStatus()
         Output only. The validation status of the palceholder type.
         
        .google.ads.googleads.v10.enums.FeedItemValidationStatusEnum.FeedItemValidationStatus validation_status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getValidationErrorsCount

        public int getValidationErrorsCount()
         Output only. List of placeholder type validation errors.
         
        repeated .google.ads.googleads.v10.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getValidationErrorsCount in interface FeedItemPlaceholderPolicyInfoOrBuilder
      • setValidationErrors

        public FeedItemPlaceholderPolicyInfo.Builder setValidationErrors​(int index,
                                                                         FeedItemValidationError value)
         Output only. List of placeholder type validation errors.
         
        repeated .google.ads.googleads.v10.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setValidationErrors

        public FeedItemPlaceholderPolicyInfo.Builder setValidationErrors​(int index,
                                                                         FeedItemValidationError.Builder builderForValue)
         Output only. List of placeholder type validation errors.
         
        repeated .google.ads.googleads.v10.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addValidationErrors

        public FeedItemPlaceholderPolicyInfo.Builder addValidationErrors​(FeedItemValidationError value)
         Output only. List of placeholder type validation errors.
         
        repeated .google.ads.googleads.v10.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addValidationErrors

        public FeedItemPlaceholderPolicyInfo.Builder addValidationErrors​(int index,
                                                                         FeedItemValidationError value)
         Output only. List of placeholder type validation errors.
         
        repeated .google.ads.googleads.v10.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addValidationErrors

        public FeedItemPlaceholderPolicyInfo.Builder addValidationErrors​(int index,
                                                                         FeedItemValidationError.Builder builderForValue)
         Output only. List of placeholder type validation errors.
         
        repeated .google.ads.googleads.v10.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addAllValidationErrors

        public FeedItemPlaceholderPolicyInfo.Builder addAllValidationErrors​(java.lang.Iterable<? extends FeedItemValidationError> values)
         Output only. List of placeholder type validation errors.
         
        repeated .google.ads.googleads.v10.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearValidationErrors

        public FeedItemPlaceholderPolicyInfo.Builder clearValidationErrors()
         Output only. List of placeholder type validation errors.
         
        repeated .google.ads.googleads.v10.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • removeValidationErrors

        public FeedItemPlaceholderPolicyInfo.Builder removeValidationErrors​(int index)
         Output only. List of placeholder type validation errors.
         
        repeated .google.ads.googleads.v10.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getValidationErrorsBuilder

        public FeedItemValidationError.Builder getValidationErrorsBuilder​(int index)
         Output only. List of placeholder type validation errors.
         
        repeated .google.ads.googleads.v10.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addValidationErrorsBuilder

        public FeedItemValidationError.Builder addValidationErrorsBuilder()
         Output only. List of placeholder type validation errors.
         
        repeated .google.ads.googleads.v10.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addValidationErrorsBuilder

        public FeedItemValidationError.Builder addValidationErrorsBuilder​(int index)
         Output only. List of placeholder type validation errors.
         
        repeated .google.ads.googleads.v10.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getValidationErrorsBuilderList

        public java.util.List<FeedItemValidationError.Builder> getValidationErrorsBuilderList()
         Output only. List of placeholder type validation errors.
         
        repeated .google.ads.googleads.v10.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getQualityApprovalStatusValue

        public int getQualityApprovalStatusValue()
         Output only. Placeholder type quality evaluation approval status.
         
        .google.ads.googleads.v10.enums.FeedItemQualityApprovalStatusEnum.FeedItemQualityApprovalStatus quality_approval_status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getQualityApprovalStatusValue in interface FeedItemPlaceholderPolicyInfoOrBuilder
        Returns:
        The enum numeric value on the wire for qualityApprovalStatus.
      • setQualityApprovalStatusValue

        public FeedItemPlaceholderPolicyInfo.Builder setQualityApprovalStatusValue​(int value)
         Output only. Placeholder type quality evaluation approval status.
         
        .google.ads.googleads.v10.enums.FeedItemQualityApprovalStatusEnum.FeedItemQualityApprovalStatus quality_approval_status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The enum numeric value on the wire for qualityApprovalStatus to set.
        Returns:
        This builder for chaining.
      • clearQualityApprovalStatus

        public FeedItemPlaceholderPolicyInfo.Builder clearQualityApprovalStatus()
         Output only. Placeholder type quality evaluation approval status.
         
        .google.ads.googleads.v10.enums.FeedItemQualityApprovalStatusEnum.FeedItemQualityApprovalStatus quality_approval_status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getQualityDisapprovalReasonsCount

        public int getQualityDisapprovalReasonsCount()
         Output only. List of placeholder type quality evaluation disapproval reasons.
         
        repeated .google.ads.googleads.v10.enums.FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason quality_disapproval_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getQualityDisapprovalReasonsCount in interface FeedItemPlaceholderPolicyInfoOrBuilder
        Returns:
        The count of qualityDisapprovalReasons.
      • setQualityDisapprovalReasons

        public FeedItemPlaceholderPolicyInfo.Builder setQualityDisapprovalReasons​(int index,
                                                                                  FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason value)
         Output only. List of placeholder type quality evaluation disapproval reasons.
         
        repeated .google.ads.googleads.v10.enums.FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason quality_disapproval_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        index - The index to set the value at.
        value - The qualityDisapprovalReasons to set.
        Returns:
        This builder for chaining.
      • addQualityDisapprovalReasons

        public FeedItemPlaceholderPolicyInfo.Builder addQualityDisapprovalReasons​(FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason value)
         Output only. List of placeholder type quality evaluation disapproval reasons.
         
        repeated .google.ads.googleads.v10.enums.FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason quality_disapproval_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The qualityDisapprovalReasons to add.
        Returns:
        This builder for chaining.
      • addAllQualityDisapprovalReasons

        public FeedItemPlaceholderPolicyInfo.Builder addAllQualityDisapprovalReasons​(java.lang.Iterable<? extends FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason> values)
         Output only. List of placeholder type quality evaluation disapproval reasons.
         
        repeated .google.ads.googleads.v10.enums.FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason quality_disapproval_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        values - The qualityDisapprovalReasons to add.
        Returns:
        This builder for chaining.
      • clearQualityDisapprovalReasons

        public FeedItemPlaceholderPolicyInfo.Builder clearQualityDisapprovalReasons()
         Output only. List of placeholder type quality evaluation disapproval reasons.
         
        repeated .google.ads.googleads.v10.enums.FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason quality_disapproval_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getQualityDisapprovalReasonsValueList

        public java.util.List<java.lang.Integer> getQualityDisapprovalReasonsValueList()
         Output only. List of placeholder type quality evaluation disapproval reasons.
         
        repeated .google.ads.googleads.v10.enums.FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason quality_disapproval_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getQualityDisapprovalReasonsValueList in interface FeedItemPlaceholderPolicyInfoOrBuilder
        Returns:
        A list containing the enum numeric values on the wire for qualityDisapprovalReasons.
      • getQualityDisapprovalReasonsValue

        public int getQualityDisapprovalReasonsValue​(int index)
         Output only. List of placeholder type quality evaluation disapproval reasons.
         
        repeated .google.ads.googleads.v10.enums.FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason quality_disapproval_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getQualityDisapprovalReasonsValue in interface FeedItemPlaceholderPolicyInfoOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of qualityDisapprovalReasons at the given index.
      • setQualityDisapprovalReasonsValue

        public FeedItemPlaceholderPolicyInfo.Builder setQualityDisapprovalReasonsValue​(int index,
                                                                                       int value)
         Output only. List of placeholder type quality evaluation disapproval reasons.
         
        repeated .google.ads.googleads.v10.enums.FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason quality_disapproval_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of qualityDisapprovalReasons at the given index.
      • addQualityDisapprovalReasonsValue

        public FeedItemPlaceholderPolicyInfo.Builder addQualityDisapprovalReasonsValue​(int value)
         Output only. List of placeholder type quality evaluation disapproval reasons.
         
        repeated .google.ads.googleads.v10.enums.FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason quality_disapproval_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The enum numeric value on the wire for qualityDisapprovalReasons to add.
        Returns:
        This builder for chaining.
      • addAllQualityDisapprovalReasonsValue

        public FeedItemPlaceholderPolicyInfo.Builder addAllQualityDisapprovalReasonsValue​(java.lang.Iterable<java.lang.Integer> values)
         Output only. List of placeholder type quality evaluation disapproval reasons.
         
        repeated .google.ads.googleads.v10.enums.FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason quality_disapproval_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        values - The enum numeric values on the wire for qualityDisapprovalReasons to add.
        Returns:
        This builder for chaining.