Interface PolicyFindingDetailsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PolicyFindingDetails, PolicyFindingDetails.Builder

public interface PolicyFindingDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getPolicyTopicEntriesList

      List<PolicyTopicEntry> 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.v18.common.PolicyTopicEntry policy_topic_entries = 1;
    • getPolicyTopicEntries

      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.v18.common.PolicyTopicEntry policy_topic_entries = 1;
    • getPolicyTopicEntriesCount

      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.v18.common.PolicyTopicEntry policy_topic_entries = 1;
    • getPolicyTopicEntriesOrBuilderList

      List<? extends 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.v18.common.PolicyTopicEntry policy_topic_entries = 1;
    • getPolicyTopicEntriesOrBuilder

      PolicyTopicEntryOrBuilder getPolicyTopicEntriesOrBuilder(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.v18.common.PolicyTopicEntry policy_topic_entries = 1;