Class FeedItemPlaceholderPolicyInfo
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.ads.googleads.v10.resources.FeedItemPlaceholderPolicyInfo
-
- All Implemented Interfaces:
FeedItemPlaceholderPolicyInfoOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable
public final class FeedItemPlaceholderPolicyInfo extends com.google.protobuf.GeneratedMessageV3 implements FeedItemPlaceholderPolicyInfoOrBuilder
Policy, validation, and quality approval info for a feed item for the specified placeholder type.
Protobuf typegoogle.ads.googleads.v10.resources.FeedItemPlaceholderPolicyInfo- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFeedItemPlaceholderPolicyInfo.BuilderPolicy, validation, and quality approval info for a feed item for the specified placeholder type.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intAPPROVAL_STATUS_FIELD_NUMBERstatic intFEED_MAPPING_RESOURCE_NAME_FIELD_NUMBERstatic intPLACEHOLDER_TYPE_ENUM_FIELD_NUMBERstatic intPOLICY_TOPIC_ENTRIES_FIELD_NUMBERstatic intQUALITY_APPROVAL_STATUS_FIELD_NUMBERstatic intQUALITY_DISAPPROVAL_REASONS_FIELD_NUMBERstatic intREVIEW_STATUS_FIELD_NUMBERstatic intVALIDATION_ERRORS_FIELD_NUMBERstatic intVALIDATION_STATUS_FIELD_NUMBER
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
PLACEHOLDER_TYPE_ENUM_FIELD_NUMBER
public static final int PLACEHOLDER_TYPE_ENUM_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FEED_MAPPING_RESOURCE_NAME_FIELD_NUMBER
public static final int FEED_MAPPING_RESOURCE_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REVIEW_STATUS_FIELD_NUMBER
public static final int REVIEW_STATUS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
APPROVAL_STATUS_FIELD_NUMBER
public static final int APPROVAL_STATUS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
POLICY_TOPIC_ENTRIES_FIELD_NUMBER
public static final int POLICY_TOPIC_ENTRIES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VALIDATION_STATUS_FIELD_NUMBER
public static final int VALIDATION_STATUS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VALIDATION_ERRORS_FIELD_NUMBER
public static final int VALIDATION_ERRORS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
QUALITY_APPROVAL_STATUS_FIELD_NUMBER
public static final int QUALITY_APPROVAL_STATUS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
QUALITY_DISAPPROVAL_REASONS_FIELD_NUMBER
public static final int QUALITY_DISAPPROVAL_REASONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getPlaceholderTypeEnumValue
public int getPlaceholderTypeEnumValue()
Output only. The placeholder type.
.google.ads.googleads.v10.enums.PlaceholderTypeEnum.PlaceholderType placeholder_type_enum = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getPlaceholderTypeEnumValuein interfaceFeedItemPlaceholderPolicyInfoOrBuilder- Returns:
- The enum numeric value on the wire for placeholderTypeEnum.
-
getPlaceholderTypeEnum
public 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];- Specified by:
getPlaceholderTypeEnumin interfaceFeedItemPlaceholderPolicyInfoOrBuilder- Returns:
- The placeholderTypeEnum.
-
hasFeedMappingResourceName
public boolean hasFeedMappingResourceName()
Output only. The FeedMapping that contains the placeholder type.
optional string feed_mapping_resource_name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasFeedMappingResourceNamein interfaceFeedItemPlaceholderPolicyInfoOrBuilder- Returns:
- Whether the feedMappingResourceName field is set.
-
getFeedMappingResourceName
public 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];- Specified by:
getFeedMappingResourceNamein interfaceFeedItemPlaceholderPolicyInfoOrBuilder- Returns:
- The feedMappingResourceName.
-
getFeedMappingResourceNameBytes
public 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];- Specified by:
getFeedMappingResourceNameBytesin interfaceFeedItemPlaceholderPolicyInfoOrBuilder- Returns:
- The bytes for feedMappingResourceName.
-
getReviewStatusValue
public 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];- Specified by:
getReviewStatusValuein interfaceFeedItemPlaceholderPolicyInfoOrBuilder- Returns:
- The enum numeric value on the wire for reviewStatus.
-
getReviewStatus
public 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];- Specified by:
getReviewStatusin interfaceFeedItemPlaceholderPolicyInfoOrBuilder- Returns:
- The reviewStatus.
-
getApprovalStatusValue
public 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];- Specified by:
getApprovalStatusValuein interfaceFeedItemPlaceholderPolicyInfoOrBuilder- Returns:
- The enum numeric value on the wire for approvalStatus.
-
getApprovalStatus
public 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];- Specified by:
getApprovalStatusin interfaceFeedItemPlaceholderPolicyInfoOrBuilder- Returns:
- The approvalStatus.
-
getPolicyTopicEntriesList
public 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];- Specified by:
getPolicyTopicEntriesListin interfaceFeedItemPlaceholderPolicyInfoOrBuilder
-
getPolicyTopicEntriesOrBuilderList
public 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];- Specified by:
getPolicyTopicEntriesOrBuilderListin interfaceFeedItemPlaceholderPolicyInfoOrBuilder
-
getPolicyTopicEntriesCount
public 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];- Specified by:
getPolicyTopicEntriesCountin interfaceFeedItemPlaceholderPolicyInfoOrBuilder
-
getPolicyTopicEntries
public 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];- Specified by:
getPolicyTopicEntriesin interfaceFeedItemPlaceholderPolicyInfoOrBuilder
-
getPolicyTopicEntriesOrBuilder
public 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];- Specified by:
getPolicyTopicEntriesOrBuilderin interfaceFeedItemPlaceholderPolicyInfoOrBuilder
-
getValidationStatusValue
public 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];- Specified by:
getValidationStatusValuein interfaceFeedItemPlaceholderPolicyInfoOrBuilder- Returns:
- The enum numeric value on the wire for validationStatus.
-
getValidationStatus
public 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];- Specified by:
getValidationStatusin interfaceFeedItemPlaceholderPolicyInfoOrBuilder- Returns:
- The validationStatus.
-
getValidationErrorsList
public 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];- Specified by:
getValidationErrorsListin interfaceFeedItemPlaceholderPolicyInfoOrBuilder
-
getValidationErrorsOrBuilderList
public 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];- Specified by:
getValidationErrorsOrBuilderListin interfaceFeedItemPlaceholderPolicyInfoOrBuilder
-
getValidationErrorsCount
public 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];- Specified by:
getValidationErrorsCountin interfaceFeedItemPlaceholderPolicyInfoOrBuilder
-
getValidationErrors
public 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];- Specified by:
getValidationErrorsin interfaceFeedItemPlaceholderPolicyInfoOrBuilder
-
getValidationErrorsOrBuilder
public 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];- Specified by:
getValidationErrorsOrBuilderin interfaceFeedItemPlaceholderPolicyInfoOrBuilder
-
getQualityApprovalStatusValue
public 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];- Specified by:
getQualityApprovalStatusValuein interfaceFeedItemPlaceholderPolicyInfoOrBuilder- Returns:
- The enum numeric value on the wire for qualityApprovalStatus.
-
getQualityApprovalStatus
public 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];- Specified by:
getQualityApprovalStatusin interfaceFeedItemPlaceholderPolicyInfoOrBuilder- Returns:
- The qualityApprovalStatus.
-
getQualityDisapprovalReasonsList
public 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];- Specified by:
getQualityDisapprovalReasonsListin interfaceFeedItemPlaceholderPolicyInfoOrBuilder- Returns:
- A list containing the qualityDisapprovalReasons.
-
getQualityDisapprovalReasonsCount
public 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];- Specified by:
getQualityDisapprovalReasonsCountin interfaceFeedItemPlaceholderPolicyInfoOrBuilder- Returns:
- The count of qualityDisapprovalReasons.
-
getQualityDisapprovalReasons
public 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];- Specified by:
getQualityDisapprovalReasonsin interfaceFeedItemPlaceholderPolicyInfoOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The qualityDisapprovalReasons at the given index.
-
getQualityDisapprovalReasonsValueList
public 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];- Specified by:
getQualityDisapprovalReasonsValueListin interfaceFeedItemPlaceholderPolicyInfoOrBuilder- Returns:
- A list containing the enum numeric values on the wire for qualityDisapprovalReasons.
-
getQualityDisapprovalReasonsValue
public 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];- Specified by:
getQualityDisapprovalReasonsValuein interfaceFeedItemPlaceholderPolicyInfoOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of qualityDisapprovalReasons at the given index.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static FeedItemPlaceholderPolicyInfo parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FeedItemPlaceholderPolicyInfo parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FeedItemPlaceholderPolicyInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FeedItemPlaceholderPolicyInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FeedItemPlaceholderPolicyInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FeedItemPlaceholderPolicyInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FeedItemPlaceholderPolicyInfo parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static FeedItemPlaceholderPolicyInfo parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static FeedItemPlaceholderPolicyInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static FeedItemPlaceholderPolicyInfo parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static FeedItemPlaceholderPolicyInfo parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static FeedItemPlaceholderPolicyInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public FeedItemPlaceholderPolicyInfo.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static FeedItemPlaceholderPolicyInfo.Builder newBuilder()
-
newBuilder
public static FeedItemPlaceholderPolicyInfo.Builder newBuilder(FeedItemPlaceholderPolicyInfo prototype)
-
toBuilder
public FeedItemPlaceholderPolicyInfo.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected FeedItemPlaceholderPolicyInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static FeedItemPlaceholderPolicyInfo getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<FeedItemPlaceholderPolicyInfo> parser()
-
getParserForType
public com.google.protobuf.Parser<FeedItemPlaceholderPolicyInfo> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public FeedItemPlaceholderPolicyInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-