com.google.ads.googleads.v17.resources.FeedItemPlaceholderPolicyInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/resources/feed_item.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface FeedItemPlaceholderPolicyInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.FeedItemPlaceholderPolicyInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* Output only. The placeholder type.
*
*
* .google.ads.googleads.v17.enums.PlaceholderTypeEnum.PlaceholderType placeholder_type_enum = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for placeholderTypeEnum.
*/
int getPlaceholderTypeEnumValue();
/**
*
* Output only. The placeholder type.
*
*
* .google.ads.googleads.v17.enums.PlaceholderTypeEnum.PlaceholderType placeholder_type_enum = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The placeholderTypeEnum.
*/
com.google.ads.googleads.v17.enums.PlaceholderTypeEnum.PlaceholderType getPlaceholderTypeEnum();
/**
*
* Output only. The FeedMapping that contains the placeholder type.
*
*
* optional string feed_mapping_resource_name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the feedMappingResourceName field is set.
*/
boolean hasFeedMappingResourceName();
/**
*
* Output only. The FeedMapping that contains the placeholder type.
*
*
* optional string feed_mapping_resource_name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The feedMappingResourceName.
*/
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];
* @return The bytes for feedMappingResourceName.
*/
com.google.protobuf.ByteString
getFeedMappingResourceNameBytes();
/**
*
* Output only. Where the placeholder type is in the review process.
*
*
* .google.ads.googleads.v17.enums.PolicyReviewStatusEnum.PolicyReviewStatus review_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for reviewStatus.
*/
int getReviewStatusValue();
/**
*
* Output only. Where the placeholder type is in the review process.
*
*
* .google.ads.googleads.v17.enums.PolicyReviewStatusEnum.PolicyReviewStatus review_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The reviewStatus.
*/
com.google.ads.googleads.v17.enums.PolicyReviewStatusEnum.PolicyReviewStatus getReviewStatus();
/**
*
* Output only. The overall approval status of the placeholder type,
* calculated based on the status of its individual policy topic entries.
*
*
* .google.ads.googleads.v17.enums.PolicyApprovalStatusEnum.PolicyApprovalStatus approval_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for approvalStatus.
*/
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.v17.enums.PolicyApprovalStatusEnum.PolicyApprovalStatus approval_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The approvalStatus.
*/
com.google.ads.googleads.v17.enums.PolicyApprovalStatusEnum.PolicyApprovalStatus getApprovalStatus();
/**
*
* Output only. The list of policy findings for the placeholder type.
*
*
* repeated .google.ads.googleads.v17.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
java.util.List
getPolicyTopicEntriesList();
/**
*
* Output only. The list of policy findings for the placeholder type.
*
*
* repeated .google.ads.googleads.v17.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.common.PolicyTopicEntry getPolicyTopicEntries(int index);
/**
*
* Output only. The list of policy findings for the placeholder type.
*
*
* repeated .google.ads.googleads.v17.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
int getPolicyTopicEntriesCount();
/**
*
* Output only. The list of policy findings for the placeholder type.
*
*
* repeated .google.ads.googleads.v17.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
java.util.List extends com.google.ads.googleads.v17.common.PolicyTopicEntryOrBuilder>
getPolicyTopicEntriesOrBuilderList();
/**
*
* Output only. The list of policy findings for the placeholder type.
*
*
* repeated .google.ads.googleads.v17.common.PolicyTopicEntry policy_topic_entries = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.common.PolicyTopicEntryOrBuilder getPolicyTopicEntriesOrBuilder(
int index);
/**
*
* Output only. The validation status of the placeholder type.
*
*
* .google.ads.googleads.v17.enums.FeedItemValidationStatusEnum.FeedItemValidationStatus validation_status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for validationStatus.
*/
int getValidationStatusValue();
/**
*
* Output only. The validation status of the placeholder type.
*
*
* .google.ads.googleads.v17.enums.FeedItemValidationStatusEnum.FeedItemValidationStatus validation_status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The validationStatus.
*/
com.google.ads.googleads.v17.enums.FeedItemValidationStatusEnum.FeedItemValidationStatus getValidationStatus();
/**
*
* Output only. List of placeholder type validation errors.
*
*
* repeated .google.ads.googleads.v17.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
java.util.List
getValidationErrorsList();
/**
*
* Output only. List of placeholder type validation errors.
*
*
* repeated .google.ads.googleads.v17.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.resources.FeedItemValidationError getValidationErrors(int index);
/**
*
* Output only. List of placeholder type validation errors.
*
*
* repeated .google.ads.googleads.v17.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
int getValidationErrorsCount();
/**
*
* Output only. List of placeholder type validation errors.
*
*
* repeated .google.ads.googleads.v17.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
java.util.List extends com.google.ads.googleads.v17.resources.FeedItemValidationErrorOrBuilder>
getValidationErrorsOrBuilderList();
/**
*
* Output only. List of placeholder type validation errors.
*
*
* repeated .google.ads.googleads.v17.resources.FeedItemValidationError validation_errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.resources.FeedItemValidationErrorOrBuilder getValidationErrorsOrBuilder(
int index);
/**
*
* Output only. Placeholder type quality evaluation approval status.
*
*
* .google.ads.googleads.v17.enums.FeedItemQualityApprovalStatusEnum.FeedItemQualityApprovalStatus quality_approval_status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for qualityApprovalStatus.
*/
int getQualityApprovalStatusValue();
/**
*
* Output only. Placeholder type quality evaluation approval status.
*
*
* .google.ads.googleads.v17.enums.FeedItemQualityApprovalStatusEnum.FeedItemQualityApprovalStatus quality_approval_status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The qualityApprovalStatus.
*/
com.google.ads.googleads.v17.enums.FeedItemQualityApprovalStatusEnum.FeedItemQualityApprovalStatus getQualityApprovalStatus();
/**
*
* Output only. List of placeholder type quality evaluation disapproval
* reasons.
*
*
* repeated .google.ads.googleads.v17.enums.FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason quality_disapproval_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return A list containing the qualityDisapprovalReasons.
*/
java.util.List getQualityDisapprovalReasonsList();
/**
*
* Output only. List of placeholder type quality evaluation disapproval
* reasons.
*
*
* repeated .google.ads.googleads.v17.enums.FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason quality_disapproval_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The count of qualityDisapprovalReasons.
*/
int getQualityDisapprovalReasonsCount();
/**
*
* Output only. List of placeholder type quality evaluation disapproval
* reasons.
*
*
* repeated .google.ads.googleads.v17.enums.FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason quality_disapproval_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @param index The index of the element to return.
* @return The qualityDisapprovalReasons at the given index.
*/
com.google.ads.googleads.v17.enums.FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason getQualityDisapprovalReasons(int index);
/**
*
* Output only. List of placeholder type quality evaluation disapproval
* reasons.
*
*
* repeated .google.ads.googleads.v17.enums.FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason quality_disapproval_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return A list containing the enum numeric values on the wire for qualityDisapprovalReasons.
*/
java.util.List
getQualityDisapprovalReasonsValueList();
/**
*
* Output only. List of placeholder type quality evaluation disapproval
* reasons.
*
*
* repeated .google.ads.googleads.v17.enums.FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason quality_disapproval_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @param index The index of the value to return.
* @return The enum numeric value on the wire of qualityDisapprovalReasons at the given index.
*/
int getQualityDisapprovalReasonsValue(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy