Interface PolicySummaryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PolicySummary,PolicySummary.Builder
public interface PolicySummaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe overall approval status, which is calculated based on the status of its individual policy topic entries.intThe overall approval status, which is calculated based on the status of its individual policy topic entries.getPolicyTopicEntries(int index) The list of policy findings.intThe list of policy findings.The list of policy findings.getPolicyTopicEntriesOrBuilder(int index) The list of policy findings.List<? extends PolicyTopicEntryOrBuilder>The list of policy findings.Where in the review process the resource is.intWhere in the review process the resource is.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 findings.
repeated .google.ads.googleads.v18.common.PolicyTopicEntry policy_topic_entries = 1; -
getPolicyTopicEntries
The list of policy findings.
repeated .google.ads.googleads.v18.common.PolicyTopicEntry policy_topic_entries = 1; -
getPolicyTopicEntriesCount
int getPolicyTopicEntriesCount()The list of policy findings.
repeated .google.ads.googleads.v18.common.PolicyTopicEntry policy_topic_entries = 1; -
getPolicyTopicEntriesOrBuilderList
List<? extends PolicyTopicEntryOrBuilder> getPolicyTopicEntriesOrBuilderList()The list of policy findings.
repeated .google.ads.googleads.v18.common.PolicyTopicEntry policy_topic_entries = 1; -
getPolicyTopicEntriesOrBuilder
The list of policy findings.
repeated .google.ads.googleads.v18.common.PolicyTopicEntry policy_topic_entries = 1; -
getReviewStatusValue
int getReviewStatusValue()Where in the review process the resource is.
.google.ads.googleads.v18.enums.PolicyReviewStatusEnum.PolicyReviewStatus review_status = 2;- Returns:
- The enum numeric value on the wire for reviewStatus.
-
getReviewStatus
PolicyReviewStatusEnum.PolicyReviewStatus getReviewStatus()Where in the review process the resource is.
.google.ads.googleads.v18.enums.PolicyReviewStatusEnum.PolicyReviewStatus review_status = 2;- Returns:
- The reviewStatus.
-
getApprovalStatusValue
int getApprovalStatusValue()The overall approval status, which is calculated based on the status of its individual policy topic entries.
.google.ads.googleads.v18.enums.PolicyApprovalStatusEnum.PolicyApprovalStatus approval_status = 3;- Returns:
- The enum numeric value on the wire for approvalStatus.
-
getApprovalStatus
PolicyApprovalStatusEnum.PolicyApprovalStatus getApprovalStatus()The overall approval status, which is calculated based on the status of its individual policy topic entries.
.google.ads.googleads.v18.enums.PolicyApprovalStatusEnum.PolicyApprovalStatus approval_status = 3;- Returns:
- The approvalStatus.
-