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
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPlaceholderTypeEnumValue
int getPlaceholderTypeEnumValue()
Output only. The placeholder type.
.google.ads.googleads.v10.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.v10.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
java.lang.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.v10.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.v10.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.v10.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.v10.enums.PolicyApprovalStatusEnum.PolicyApprovalStatus approval_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The approvalStatus.
-
getPolicyTopicEntriesList
java.util.List<PolicyTopicEntry> getPolicyTopicEntriesList()
Output only. The list of policy findings for the placeholder type.
repeated .google.ads.googleads.v10.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getPolicyTopicEntries
PolicyTopicEntry getPolicyTopicEntries(int index)
Output only. The list of policy findings for the placeholder type.
repeated .google.ads.googleads.v10.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.v10.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getPolicyTopicEntriesOrBuilderList
java.util.List<? extends PolicyTopicEntryOrBuilder> getPolicyTopicEntriesOrBuilderList()
Output only. The list of policy findings for the placeholder type.
repeated .google.ads.googleads.v10.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getPolicyTopicEntriesOrBuilder
PolicyTopicEntryOrBuilder getPolicyTopicEntriesOrBuilder(int index)
Output only. The list of policy findings for the placeholder type.
repeated .google.ads.googleads.v10.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getValidationStatusValue
int getValidationStatusValue()
Output only. The validation status of the palceholder type.
.google.ads.googleads.v10.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 palceholder type.
.google.ads.googleads.v10.enums.FeedItemValidationStatusEnum.FeedItemValidationStatus validation_status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The validationStatus.
-
getValidationErrorsList
java.util.List<FeedItemValidationError> getValidationErrorsList()
Output only. List of placeholder type validation errors.
repeated .google.ads.googleads.v10.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getValidationErrors
FeedItemValidationError getValidationErrors(int index)
Output only. List of placeholder type validation errors.
repeated .google.ads.googleads.v10.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.v10.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getValidationErrorsOrBuilderList
java.util.List<? extends FeedItemValidationErrorOrBuilder> getValidationErrorsOrBuilderList()
Output only. List of placeholder type validation errors.
repeated .google.ads.googleads.v10.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getValidationErrorsOrBuilder
FeedItemValidationErrorOrBuilder getValidationErrorsOrBuilder(int index)
Output only. List of placeholder type validation errors.
repeated .google.ads.googleads.v10.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.v10.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.v10.enums.FeedItemQualityApprovalStatusEnum.FeedItemQualityApprovalStatus quality_approval_status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The qualityApprovalStatus.
-
getQualityDisapprovalReasonsList
java.util.List<FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason> getQualityDisapprovalReasonsList()
Output only. List of placeholder type quality evaluation disapproval reasons.
repeated .google.ads.googleads.v10.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.v10.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.v10.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
java.util.List<java.lang.Integer> getQualityDisapprovalReasonsValueList()
Output only. List of placeholder type quality evaluation disapproval reasons.
repeated .google.ads.googleads.v10.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.v10.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.
-
-