com.google.ads.googleads.v17.errors.PolicyFindingDetailsOrBuilder 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/errors/errors.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.errors;
public interface PolicyFindingDetailsOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.errors.PolicyFindingDetails)
com.google.protobuf.MessageOrBuilder {
/**
*
* The list of policy topics for the resource. Contains the PROHIBITED or
* FULLY_LIMITED policy topic entries that prevented the resource from being
* saved (among any other entries the resource may also have).
*
*
* repeated .google.ads.googleads.v17.common.PolicyTopicEntry policy_topic_entries = 1;
*/
java.util.List
getPolicyTopicEntriesList();
/**
*
* The list of policy topics for the resource. Contains the PROHIBITED or
* FULLY_LIMITED policy topic entries that prevented the resource from being
* saved (among any other entries the resource may also have).
*
*
* 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 topics for the resource. Contains the PROHIBITED or
* FULLY_LIMITED policy topic entries that prevented the resource from being
* saved (among any other entries the resource may also have).
*
*
* repeated .google.ads.googleads.v17.common.PolicyTopicEntry policy_topic_entries = 1;
*/
int getPolicyTopicEntriesCount();
/**
*
* The list of policy topics for the resource. Contains the PROHIBITED or
* FULLY_LIMITED policy topic entries that prevented the resource from being
* saved (among any other entries the resource may also have).
*
*
* 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 topics for the resource. Contains the PROHIBITED or
* FULLY_LIMITED policy topic entries that prevented the resource from being
* saved (among any other entries the resource may also have).
*
*
* repeated .google.ads.googleads.v17.common.PolicyTopicEntry policy_topic_entries = 1;
*/
com.google.ads.googleads.v17.common.PolicyTopicEntryOrBuilder getPolicyTopicEntriesOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy