Interface AssetPolicySummaryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AssetPolicySummary,AssetPolicySummary.Builder
public interface AssetPolicySummaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.intOutput only.getPolicyTopicEntries(int index) Output only.intOutput only.Output only.getPolicyTopicEntriesOrBuilder(int index) Output only.List<? extends PolicyTopicEntryOrBuilder>Output only.Output only.intOutput only.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()Output only. The list of policy findings for this asset.
repeated .google.ads.googleads.v18.common.PolicyTopicEntry policy_topic_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getPolicyTopicEntries
Output only. The list of policy findings for this asset.
repeated .google.ads.googleads.v18.common.PolicyTopicEntry policy_topic_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getPolicyTopicEntriesCount
int getPolicyTopicEntriesCount()Output only. The list of policy findings for this asset.
repeated .google.ads.googleads.v18.common.PolicyTopicEntry policy_topic_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getPolicyTopicEntriesOrBuilderList
List<? extends PolicyTopicEntryOrBuilder> getPolicyTopicEntriesOrBuilderList()Output only. The list of policy findings for this asset.
repeated .google.ads.googleads.v18.common.PolicyTopicEntry policy_topic_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getPolicyTopicEntriesOrBuilder
Output only. The list of policy findings for this asset.
repeated .google.ads.googleads.v18.common.PolicyTopicEntry policy_topic_entries = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getReviewStatusValue
int getReviewStatusValue()Output only. Where in the review process this asset is.
.google.ads.googleads.v18.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 asset is.
.google.ads.googleads.v18.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 asset, calculated based on the status of its individual policy topic entries.
.google.ads.googleads.v18.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 asset, calculated based on the status of its individual policy topic entries.
.google.ads.googleads.v18.enums.PolicyApprovalStatusEnum.PolicyApprovalStatus approval_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The approvalStatus.
-