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

com.google.ads.googleads.v10.errors.PolicyFindingDetailsOrBuilder Maven / Gradle / Ivy

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

package com.google.ads.googleads.v10.errors;

public interface PolicyFindingDetailsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.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.v10.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.v10.common.PolicyTopicEntry policy_topic_entries = 1; */ com.google.ads.googleads.v10.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.v10.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.v10.common.PolicyTopicEntry policy_topic_entries = 1; */ java.util.List 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.v10.common.PolicyTopicEntry policy_topic_entries = 1; */ com.google.ads.googleads.v10.common.PolicyTopicEntryOrBuilder getPolicyTopicEntriesOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy