Interface AdGroupAdPolicySummaryOrBuilder

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

    public interface AdGroupAdPolicySummaryOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getPolicyTopicEntriesList

        java.util.List<PolicyTopicEntry> getPolicyTopicEntriesList()
         Output only. The list of policy findings for this ad.
         
        repeated .google.ads.googleads.v13.common.PolicyTopicEntry policy_topic_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPolicyTopicEntries

        PolicyTopicEntry getPolicyTopicEntries​(int index)
         Output only. The list of policy findings for this ad.
         
        repeated .google.ads.googleads.v13.common.PolicyTopicEntry policy_topic_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPolicyTopicEntriesCount

        int getPolicyTopicEntriesCount()
         Output only. The list of policy findings for this ad.
         
        repeated .google.ads.googleads.v13.common.PolicyTopicEntry policy_topic_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPolicyTopicEntriesOrBuilderList

        java.util.List<? extends PolicyTopicEntryOrBuilder> getPolicyTopicEntriesOrBuilderList()
         Output only. The list of policy findings for this ad.
         
        repeated .google.ads.googleads.v13.common.PolicyTopicEntry policy_topic_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPolicyTopicEntriesOrBuilder

        PolicyTopicEntryOrBuilder getPolicyTopicEntriesOrBuilder​(int index)
         Output only. The list of policy findings for this ad.
         
        repeated .google.ads.googleads.v13.common.PolicyTopicEntry policy_topic_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getReviewStatusValue

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

        PolicyReviewStatusEnum.PolicyReviewStatus getReviewStatus()
         Output only. Where in the review process this ad is.
         
        .google.ads.googleads.v13.enums.PolicyReviewStatusEnum.PolicyReviewStatus review_status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The reviewStatus.
      • getApprovalStatusValue

        int getApprovalStatusValue()
         Output only. The overall approval status of this ad, calculated based on
         the status of its individual policy topic entries.
         
        .google.ads.googleads.v13.enums.PolicyApprovalStatusEnum.PolicyApprovalStatus approval_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The enum numeric value on the wire for approvalStatus.
      • getApprovalStatus

        PolicyApprovalStatusEnum.PolicyApprovalStatus getApprovalStatus()
         Output only. The overall approval status of this ad, calculated based on
         the status of its individual policy topic entries.
         
        .google.ads.googleads.v13.enums.PolicyApprovalStatusEnum.PolicyApprovalStatus approval_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The approvalStatus.