All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.resources.AssetPolicySummaryOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/resources/asset.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;

public interface AssetPolicySummaryOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.AssetPolicySummary)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Output only. The list of policy findings for this asset.
   * 
* * repeated .google.ads.googleads.v17.common.PolicyTopicEntry policy_topic_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ java.util.List getPolicyTopicEntriesList(); /** *
   * Output only. The list of policy findings for this asset.
   * 
* * repeated .google.ads.googleads.v17.common.PolicyTopicEntry policy_topic_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.ads.googleads.v17.common.PolicyTopicEntry getPolicyTopicEntries(int index); /** *
   * Output only. The list of policy findings for this asset.
   * 
* * repeated .google.ads.googleads.v17.common.PolicyTopicEntry policy_topic_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ int getPolicyTopicEntriesCount(); /** *
   * Output only. The list of policy findings for this asset.
   * 
* * repeated .google.ads.googleads.v17.common.PolicyTopicEntry policy_topic_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ java.util.List getPolicyTopicEntriesOrBuilderList(); /** *
   * Output only. The list of policy findings for this asset.
   * 
* * repeated .google.ads.googleads.v17.common.PolicyTopicEntry policy_topic_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.ads.googleads.v17.common.PolicyTopicEntryOrBuilder getPolicyTopicEntriesOrBuilder( int index); /** *
   * Output only. Where in the review process this asset is.
   * 
* * .google.ads.googleads.v17.enums.PolicyReviewStatusEnum.PolicyReviewStatus review_status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for reviewStatus. */ int getReviewStatusValue(); /** *
   * Output only. Where in the review process this asset is.
   * 
* * .google.ads.googleads.v17.enums.PolicyReviewStatusEnum.PolicyReviewStatus review_status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The reviewStatus. */ com.google.ads.googleads.v17.enums.PolicyReviewStatusEnum.PolicyReviewStatus getReviewStatus(); /** *
   * Output only. The overall approval status of this asset, calculated based on
   * the status of its individual policy topic entries.
   * 
* * .google.ads.googleads.v17.enums.PolicyApprovalStatusEnum.PolicyApprovalStatus approval_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for approvalStatus. */ int getApprovalStatusValue(); /** *
   * Output only. The overall approval status of this asset, calculated based on
   * the status of its individual policy topic entries.
   * 
* * .google.ads.googleads.v17.enums.PolicyApprovalStatusEnum.PolicyApprovalStatus approval_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The approvalStatus. */ com.google.ads.googleads.v17.enums.PolicyApprovalStatusEnum.PolicyApprovalStatus getApprovalStatus(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy