Interface AdGroupAdAssetPolicySummaryOrBuilder

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

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

    • getPolicyTopicEntriesList

      List<PolicyTopicEntry> getPolicyTopicEntriesList()
       Output only. The list of policy findings for the ad group ad asset.
       
      repeated .google.ads.googleads.v18.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 the ad group ad asset.
       
      repeated .google.ads.googleads.v18.common.PolicyTopicEntry policy_topic_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getPolicyTopicEntriesCount

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

      List<? extends PolicyTopicEntryOrBuilder> getPolicyTopicEntriesOrBuilderList()
       Output only. The list of policy findings for the ad group ad asset.
       
      repeated .google.ads.googleads.v18.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 the ad group ad asset.
       
      repeated .google.ads.googleads.v18.common.PolicyTopicEntry policy_topic_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getReviewStatusValue

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

       Output only. Where in the review process this ad group ad asset is.
       
      .google.ads.googleads.v18.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 group ad asset,
       calculated based on the status of its individual policy topic entries.
       
      .google.ads.googleads.v18.enums.PolicyApprovalStatusEnum.PolicyApprovalStatus approval_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The enum numeric value on the wire for approvalStatus.
    • getApprovalStatus

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