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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyTopicEntrygetPolicyTopicEntries(int index)The list of policy topics for the resource.intgetPolicyTopicEntriesCount()The list of policy topics for the resource.java.util.List<PolicyTopicEntry>getPolicyTopicEntriesList()The list of policy topics for the resource.PolicyTopicEntryOrBuildergetPolicyTopicEntriesOrBuilder(int index)The list of policy topics for the resource.java.util.List<? extends PolicyTopicEntryOrBuilder>getPolicyTopicEntriesOrBuilderList()The list of policy topics for the resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPolicyTopicEntriesList
java.util.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.v10.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.v10.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.v10.common.PolicyTopicEntry policy_topic_entries = 1;
-
getPolicyTopicEntriesOrBuilderList
java.util.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.v10.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.v10.common.PolicyTopicEntry policy_topic_entries = 1;
-
-