com.google.ads.googleads.v17.common.AdAssetPolicySummaryOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/common/asset_policy.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface AdAssetPolicySummaryOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.AdAssetPolicySummary)
com.google.protobuf.MessageOrBuilder {
/**
*
* The list of policy findings for this asset.
*
*
* repeated .google.ads.googleads.v17.common.PolicyTopicEntry policy_topic_entries = 1;
*/
java.util.List
getPolicyTopicEntriesList();
/**
*
* The list of policy findings for this asset.
*
*
* repeated .google.ads.googleads.v17.common.PolicyTopicEntry policy_topic_entries = 1;
*/
com.google.ads.googleads.v17.common.PolicyTopicEntry getPolicyTopicEntries(int index);
/**
*
* The list of policy findings for this asset.
*
*
* repeated .google.ads.googleads.v17.common.PolicyTopicEntry policy_topic_entries = 1;
*/
int getPolicyTopicEntriesCount();
/**
*
* The list of policy findings for this asset.
*
*
* repeated .google.ads.googleads.v17.common.PolicyTopicEntry policy_topic_entries = 1;
*/
java.util.List extends com.google.ads.googleads.v17.common.PolicyTopicEntryOrBuilder>
getPolicyTopicEntriesOrBuilderList();
/**
*
* The list of policy findings for this asset.
*
*
* repeated .google.ads.googleads.v17.common.PolicyTopicEntry policy_topic_entries = 1;
*/
com.google.ads.googleads.v17.common.PolicyTopicEntryOrBuilder getPolicyTopicEntriesOrBuilder(
int index);
/**
*
* Where in the review process this asset.
*
*
* .google.ads.googleads.v17.enums.PolicyReviewStatusEnum.PolicyReviewStatus review_status = 2;
* @return The enum numeric value on the wire for reviewStatus.
*/
int getReviewStatusValue();
/**
*
* Where in the review process this asset.
*
*
* .google.ads.googleads.v17.enums.PolicyReviewStatusEnum.PolicyReviewStatus review_status = 2;
* @return The reviewStatus.
*/
com.google.ads.googleads.v17.enums.PolicyReviewStatusEnum.PolicyReviewStatus getReviewStatus();
/**
*
* The overall approval status of this asset, which is calculated based on
* the status of its individual policy topic entries.
*
*
* .google.ads.googleads.v17.enums.PolicyApprovalStatusEnum.PolicyApprovalStatus approval_status = 3;
* @return The enum numeric value on the wire for approvalStatus.
*/
int getApprovalStatusValue();
/**
*
* The overall approval status of this asset, which is calculated based on
* the status of its individual policy topic entries.
*
*
* .google.ads.googleads.v17.enums.PolicyApprovalStatusEnum.PolicyApprovalStatus approval_status = 3;
* @return The approvalStatus.
*/
com.google.ads.googleads.v17.enums.PolicyApprovalStatusEnum.PolicyApprovalStatus getApprovalStatus();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy