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

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

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 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