Interface FeedItemPlaceholderPolicyInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeedItemPlaceholderPolicyInfo,FeedItemPlaceholderPolicyInfo.Builder
public interface FeedItemPlaceholderPolicyInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.intOutput only.Output only.com.google.protobuf.ByteStringOutput only.Output 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.getQualityDisapprovalReasons(int index) Output only.intOutput only.Output only.intgetQualityDisapprovalReasonsValue(int index) Output only.Output only.Output only.intOutput only.getValidationErrors(int index) Output only.intOutput only.Output only.getValidationErrorsOrBuilder(int index) Output only.List<? extends FeedItemValidationErrorOrBuilder>Output only.Output only.intOutput only.booleanOutput 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
-
getPlaceholderTypeEnumValue
int getPlaceholderTypeEnumValue()Output only. The placeholder type.
.google.ads.googleads.v18.enums.PlaceholderTypeEnum.PlaceholderType placeholder_type_enum = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for placeholderTypeEnum.
-
getPlaceholderTypeEnum
PlaceholderTypeEnum.PlaceholderType getPlaceholderTypeEnum()Output only. The placeholder type.
.google.ads.googleads.v18.enums.PlaceholderTypeEnum.PlaceholderType placeholder_type_enum = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The placeholderTypeEnum.
-
hasFeedMappingResourceName
boolean hasFeedMappingResourceName()Output only. The FeedMapping that contains the placeholder type.
optional string feed_mapping_resource_name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the feedMappingResourceName field is set.
-
getFeedMappingResourceName
String getFeedMappingResourceName()Output only. The FeedMapping that contains the placeholder type.
optional string feed_mapping_resource_name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The feedMappingResourceName.
-
getFeedMappingResourceNameBytes
com.google.protobuf.ByteString getFeedMappingResourceNameBytes()Output only. The FeedMapping that contains the placeholder type.
optional string feed_mapping_resource_name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for feedMappingResourceName.
-
getReviewStatusValue
int getReviewStatusValue()Output only. Where the placeholder type is in the review process.
.google.ads.googleads.v18.enums.PolicyReviewStatusEnum.PolicyReviewStatus review_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for reviewStatus.
-
getReviewStatus
PolicyReviewStatusEnum.PolicyReviewStatus getReviewStatus()Output only. Where the placeholder type is in the review process.
.google.ads.googleads.v18.enums.PolicyReviewStatusEnum.PolicyReviewStatus review_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The reviewStatus.
-
getApprovalStatusValue
int getApprovalStatusValue()Output only. The overall approval status of the placeholder type, calculated based on the status of its individual policy topic entries.
.google.ads.googleads.v18.enums.PolicyApprovalStatusEnum.PolicyApprovalStatus approval_status = 4 [(.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 the placeholder type, calculated based on the status of its individual policy topic entries.
.google.ads.googleads.v18.enums.PolicyApprovalStatusEnum.PolicyApprovalStatus approval_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The approvalStatus.
-
getPolicyTopicEntriesList
List<PolicyTopicEntry> getPolicyTopicEntriesList()Output only. The list of policy findings for the placeholder type.
repeated .google.ads.googleads.v18.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getPolicyTopicEntries
Output only. The list of policy findings for the placeholder type.
repeated .google.ads.googleads.v18.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getPolicyTopicEntriesCount
int getPolicyTopicEntriesCount()Output only. The list of policy findings for the placeholder type.
repeated .google.ads.googleads.v18.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getPolicyTopicEntriesOrBuilderList
List<? extends PolicyTopicEntryOrBuilder> getPolicyTopicEntriesOrBuilderList()Output only. The list of policy findings for the placeholder type.
repeated .google.ads.googleads.v18.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getPolicyTopicEntriesOrBuilder
Output only. The list of policy findings for the placeholder type.
repeated .google.ads.googleads.v18.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getValidationStatusValue
int getValidationStatusValue()Output only. The validation status of the placeholder type.
.google.ads.googleads.v18.enums.FeedItemValidationStatusEnum.FeedItemValidationStatus validation_status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for validationStatus.
-
getValidationStatus
FeedItemValidationStatusEnum.FeedItemValidationStatus getValidationStatus()Output only. The validation status of the placeholder type.
.google.ads.googleads.v18.enums.FeedItemValidationStatusEnum.FeedItemValidationStatus validation_status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The validationStatus.
-
getValidationErrorsList
List<FeedItemValidationError> getValidationErrorsList()Output only. List of placeholder type validation errors.
repeated .google.ads.googleads.v18.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getValidationErrors
Output only. List of placeholder type validation errors.
repeated .google.ads.googleads.v18.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getValidationErrorsCount
int getValidationErrorsCount()Output only. List of placeholder type validation errors.
repeated .google.ads.googleads.v18.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getValidationErrorsOrBuilderList
List<? extends FeedItemValidationErrorOrBuilder> getValidationErrorsOrBuilderList()Output only. List of placeholder type validation errors.
repeated .google.ads.googleads.v18.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getValidationErrorsOrBuilder
Output only. List of placeholder type validation errors.
repeated .google.ads.googleads.v18.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getQualityApprovalStatusValue
int getQualityApprovalStatusValue()Output only. Placeholder type quality evaluation approval status.
.google.ads.googleads.v18.enums.FeedItemQualityApprovalStatusEnum.FeedItemQualityApprovalStatus quality_approval_status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for qualityApprovalStatus.
-
getQualityApprovalStatus
FeedItemQualityApprovalStatusEnum.FeedItemQualityApprovalStatus getQualityApprovalStatus()Output only. Placeholder type quality evaluation approval status.
.google.ads.googleads.v18.enums.FeedItemQualityApprovalStatusEnum.FeedItemQualityApprovalStatus quality_approval_status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The qualityApprovalStatus.
-
getQualityDisapprovalReasonsList
List<FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason> getQualityDisapprovalReasonsList()Output only. List of placeholder type quality evaluation disapproval reasons.
repeated .google.ads.googleads.v18.enums.FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason quality_disapproval_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- A list containing the qualityDisapprovalReasons.
-
getQualityDisapprovalReasonsCount
int getQualityDisapprovalReasonsCount()Output only. List of placeholder type quality evaluation disapproval reasons.
repeated .google.ads.googleads.v18.enums.FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason quality_disapproval_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The count of qualityDisapprovalReasons.
-
getQualityDisapprovalReasons
FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason getQualityDisapprovalReasons(int index) Output only. List of placeholder type quality evaluation disapproval reasons.
repeated .google.ads.googleads.v18.enums.FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason quality_disapproval_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
index- The index of the element to return.- Returns:
- The qualityDisapprovalReasons at the given index.
-
getQualityDisapprovalReasonsValueList
Output only. List of placeholder type quality evaluation disapproval reasons.
repeated .google.ads.googleads.v18.enums.FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason quality_disapproval_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- A list containing the enum numeric values on the wire for qualityDisapprovalReasons.
-
getQualityDisapprovalReasonsValue
int getQualityDisapprovalReasonsValue(int index) Output only. List of placeholder type quality evaluation disapproval reasons.
repeated .google.ads.googleads.v18.enums.FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason quality_disapproval_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of qualityDisapprovalReasons at the given index.
-