Interface FeedItemPlaceholderPolicyInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FeedItemPlaceholderPolicyInfo, FeedItemPlaceholderPolicyInfo.Builder

public interface FeedItemPlaceholderPolicyInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getPlaceholderTypeEnumValue

      int getPlaceholderTypeEnumValue()
       Output only. The placeholder type.
       
      .google.ads.googleads.v18.enums.PlaceholderTypeEnum.PlaceholderType placeholder_type_enum = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The enum numeric value on the wire for placeholderTypeEnum.
    • getPlaceholderTypeEnum

      PlaceholderTypeEnum.PlaceholderType getPlaceholderTypeEnum()
       Output only. The placeholder type.
       
      .google.ads.googleads.v18.enums.PlaceholderTypeEnum.PlaceholderType placeholder_type_enum = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The placeholderTypeEnum.
    • hasFeedMappingResourceName

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

      String getFeedMappingResourceName()
       Output only. The FeedMapping that contains the placeholder type.
       
      optional string feed_mapping_resource_name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The feedMappingResourceName.
    • getFeedMappingResourceNameBytes

      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];
      Returns:
      The bytes for feedMappingResourceName.
    • getReviewStatusValue

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

       Output only. Where the placeholder type is in the review process.
       
      .google.ads.googleads.v18.enums.PolicyReviewStatusEnum.PolicyReviewStatus review_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The reviewStatus.
    • getApprovalStatusValue

      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.v18.enums.PolicyApprovalStatusEnum.PolicyApprovalStatus approval_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The enum numeric value on the wire for approvalStatus.
    • getApprovalStatus

       Output only. The overall approval status of the placeholder type,
       calculated based on the status of its individual policy topic entries.
       
      .google.ads.googleads.v18.enums.PolicyApprovalStatusEnum.PolicyApprovalStatus approval_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The approvalStatus.
    • getPolicyTopicEntriesList

      List<PolicyTopicEntry> getPolicyTopicEntriesList()
       Output only. The list of policy findings for the placeholder type.
       
      repeated .google.ads.googleads.v18.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getPolicyTopicEntries

      PolicyTopicEntry getPolicyTopicEntries(int index)
       Output only. The list of policy findings for the placeholder type.
       
      repeated .google.ads.googleads.v18.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getPolicyTopicEntriesCount

      int getPolicyTopicEntriesCount()
       Output only. The list of policy findings for the placeholder type.
       
      repeated .google.ads.googleads.v18.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getPolicyTopicEntriesOrBuilderList

      List<? extends PolicyTopicEntryOrBuilder> getPolicyTopicEntriesOrBuilderList()
       Output only. The list of policy findings for the placeholder type.
       
      repeated .google.ads.googleads.v18.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getPolicyTopicEntriesOrBuilder

      PolicyTopicEntryOrBuilder getPolicyTopicEntriesOrBuilder(int index)
       Output only. The list of policy findings for the placeholder type.
       
      repeated .google.ads.googleads.v18.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getValidationStatusValue

      int getValidationStatusValue()
       Output only. The validation status of the placeholder type.
       
      .google.ads.googleads.v18.enums.FeedItemValidationStatusEnum.FeedItemValidationStatus validation_status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The enum numeric value on the wire for validationStatus.
    • getValidationStatus

       Output only. The validation status of the placeholder type.
       
      .google.ads.googleads.v18.enums.FeedItemValidationStatusEnum.FeedItemValidationStatus validation_status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The validationStatus.
    • getValidationErrorsList

      List<FeedItemValidationError> getValidationErrorsList()
       Output only. List of placeholder type validation errors.
       
      repeated .google.ads.googleads.v18.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getValidationErrors

      FeedItemValidationError getValidationErrors(int index)
       Output only. List of placeholder type validation errors.
       
      repeated .google.ads.googleads.v18.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getValidationErrorsCount

      int getValidationErrorsCount()
       Output only. List of placeholder type validation errors.
       
      repeated .google.ads.googleads.v18.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getValidationErrorsOrBuilderList

      List<? extends FeedItemValidationErrorOrBuilder> getValidationErrorsOrBuilderList()
       Output only. List of placeholder type validation errors.
       
      repeated .google.ads.googleads.v18.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getValidationErrorsOrBuilder

      FeedItemValidationErrorOrBuilder getValidationErrorsOrBuilder(int index)
       Output only. List of placeholder type validation errors.
       
      repeated .google.ads.googleads.v18.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getQualityApprovalStatusValue

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

       Output only. Placeholder type quality evaluation approval status.
       
      .google.ads.googleads.v18.enums.FeedItemQualityApprovalStatusEnum.FeedItemQualityApprovalStatus quality_approval_status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The qualityApprovalStatus.
    • getQualityDisapprovalReasonsList

       Output only. List of placeholder type quality evaluation disapproval
       reasons.
       
      repeated .google.ads.googleads.v18.enums.FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason quality_disapproval_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      A list containing the qualityDisapprovalReasons.
    • getQualityDisapprovalReasonsCount

      int getQualityDisapprovalReasonsCount()
       Output only. List of placeholder type quality evaluation disapproval
       reasons.
       
      repeated .google.ads.googleads.v18.enums.FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason quality_disapproval_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The count of qualityDisapprovalReasons.
    • getQualityDisapprovalReasons

       Output only. List of placeholder type quality evaluation disapproval
       reasons.
       
      repeated .google.ads.googleads.v18.enums.FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason quality_disapproval_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      index - The index of the element to return.
      Returns:
      The qualityDisapprovalReasons at the given index.
    • getQualityDisapprovalReasonsValueList

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

      int getQualityDisapprovalReasonsValue(int index)
       Output only. List of placeholder type quality evaluation disapproval
       reasons.
       
      repeated .google.ads.googleads.v18.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.