Interface AdGroupAdPolicySummaryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdGroupAdPolicySummary,AdGroupAdPolicySummary.Builder
public interface AdGroupAdPolicySummaryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyApprovalStatusEnum.PolicyApprovalStatusgetApprovalStatus()Output only.intgetApprovalStatusValue()Output only.PolicyTopicEntrygetPolicyTopicEntries(int index)Output only.intgetPolicyTopicEntriesCount()Output only.java.util.List<PolicyTopicEntry>getPolicyTopicEntriesList()Output only.PolicyTopicEntryOrBuildergetPolicyTopicEntriesOrBuilder(int index)Output only.java.util.List<? extends PolicyTopicEntryOrBuilder>getPolicyTopicEntriesOrBuilderList()Output only.PolicyReviewStatusEnum.PolicyReviewStatusgetReviewStatus()Output only.intgetReviewStatusValue()Output only.-
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()
Output only. The list of policy findings for this ad.
repeated .google.ads.googleads.v10.common.PolicyTopicEntry policy_topic_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getPolicyTopicEntries
PolicyTopicEntry getPolicyTopicEntries(int index)
Output only. The list of policy findings for this ad.
repeated .google.ads.googleads.v10.common.PolicyTopicEntry policy_topic_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getPolicyTopicEntriesCount
int getPolicyTopicEntriesCount()
Output only. The list of policy findings for this ad.
repeated .google.ads.googleads.v10.common.PolicyTopicEntry policy_topic_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getPolicyTopicEntriesOrBuilderList
java.util.List<? extends PolicyTopicEntryOrBuilder> getPolicyTopicEntriesOrBuilderList()
Output only. The list of policy findings for this ad.
repeated .google.ads.googleads.v10.common.PolicyTopicEntry policy_topic_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getPolicyTopicEntriesOrBuilder
PolicyTopicEntryOrBuilder getPolicyTopicEntriesOrBuilder(int index)
Output only. The list of policy findings for this ad.
repeated .google.ads.googleads.v10.common.PolicyTopicEntry policy_topic_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getReviewStatusValue
int getReviewStatusValue()
Output only. Where in the review process this ad is.
.google.ads.googleads.v10.enums.PolicyReviewStatusEnum.PolicyReviewStatus review_status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for reviewStatus.
-
getReviewStatus
PolicyReviewStatusEnum.PolicyReviewStatus getReviewStatus()
Output only. Where in the review process this ad is.
.google.ads.googleads.v10.enums.PolicyReviewStatusEnum.PolicyReviewStatus review_status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The reviewStatus.
-
getApprovalStatusValue
int getApprovalStatusValue()
Output only. The overall approval status of this ad, calculated based on the status of its individual policy topic entries.
.google.ads.googleads.v10.enums.PolicyApprovalStatusEnum.PolicyApprovalStatus approval_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for approvalStatus.
-
getApprovalStatus
PolicyApprovalStatusEnum.PolicyApprovalStatus getApprovalStatus()
Output only. The overall approval status of this ad, calculated based on the status of its individual policy topic entries.
.google.ads.googleads.v10.enums.PolicyApprovalStatusEnum.PolicyApprovalStatus approval_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The approvalStatus.
-
-