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 Summary
Modifier and TypeMethodDescriptiongetPolicyTopicEntries(int index) The list of policy topics for the resource.intThe list of policy topics for the resource.The list of policy topics for the resource.getPolicyTopicEntriesOrBuilder(int index) The list of policy topics for the resource.List<? extends PolicyTopicEntryOrBuilder>The list of policy topics for the resource.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
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;
-