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