Class ExtensionFeedItem

  • All Implemented Interfaces:
    ExtensionFeedItemOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.io.Serializable

    public final class ExtensionFeedItem
    extends com.google.protobuf.GeneratedMessageV3
    implements ExtensionFeedItemOrBuilder
     An extension feed item.
     
    Protobuf type google.ads.googleads.v10.resources.ExtensionFeedItem
    See Also:
    Serialized Form
    • Field Detail

      • RESOURCE_NAME_FIELD_NUMBER

        public static final int RESOURCE_NAME_FIELD_NUMBER
        See Also:
        Constant Field Values
      • EXTENSION_TYPE_FIELD_NUMBER

        public static final int EXTENSION_TYPE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • START_DATE_TIME_FIELD_NUMBER

        public static final int START_DATE_TIME_FIELD_NUMBER
        See Also:
        Constant Field Values
      • END_DATE_TIME_FIELD_NUMBER

        public static final int END_DATE_TIME_FIELD_NUMBER
        See Also:
        Constant Field Values
      • AD_SCHEDULES_FIELD_NUMBER

        public static final int AD_SCHEDULES_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TARGETED_GEO_TARGET_CONSTANT_FIELD_NUMBER

        public static final int TARGETED_GEO_TARGET_CONSTANT_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TARGETED_KEYWORD_FIELD_NUMBER

        public static final int TARGETED_KEYWORD_FIELD_NUMBER
        See Also:
        Constant Field Values
      • SITELINK_FEED_ITEM_FIELD_NUMBER

        public static final int SITELINK_FEED_ITEM_FIELD_NUMBER
        See Also:
        Constant Field Values
      • STRUCTURED_SNIPPET_FEED_ITEM_FIELD_NUMBER

        public static final int STRUCTURED_SNIPPET_FEED_ITEM_FIELD_NUMBER
        See Also:
        Constant Field Values
      • APP_FEED_ITEM_FIELD_NUMBER

        public static final int APP_FEED_ITEM_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CALL_FEED_ITEM_FIELD_NUMBER

        public static final int CALL_FEED_ITEM_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CALLOUT_FEED_ITEM_FIELD_NUMBER

        public static final int CALLOUT_FEED_ITEM_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TEXT_MESSAGE_FEED_ITEM_FIELD_NUMBER

        public static final int TEXT_MESSAGE_FEED_ITEM_FIELD_NUMBER
        See Also:
        Constant Field Values
      • PRICE_FEED_ITEM_FIELD_NUMBER

        public static final int PRICE_FEED_ITEM_FIELD_NUMBER
        See Also:
        Constant Field Values
      • PROMOTION_FEED_ITEM_FIELD_NUMBER

        public static final int PROMOTION_FEED_ITEM_FIELD_NUMBER
        See Also:
        Constant Field Values
      • LOCATION_FEED_ITEM_FIELD_NUMBER

        public static final int LOCATION_FEED_ITEM_FIELD_NUMBER
        See Also:
        Constant Field Values
      • AFFILIATE_LOCATION_FEED_ITEM_FIELD_NUMBER

        public static final int AFFILIATE_LOCATION_FEED_ITEM_FIELD_NUMBER
        See Also:
        Constant Field Values
      • HOTEL_CALLOUT_FEED_ITEM_FIELD_NUMBER

        public static final int HOTEL_CALLOUT_FEED_ITEM_FIELD_NUMBER
        See Also:
        Constant Field Values
      • IMAGE_FEED_ITEM_FIELD_NUMBER

        public static final int IMAGE_FEED_ITEM_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TARGETED_CAMPAIGN_FIELD_NUMBER

        public static final int TARGETED_CAMPAIGN_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TARGETED_AD_GROUP_FIELD_NUMBER

        public static final int TARGETED_AD_GROUP_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected java.lang.Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getUnknownFields

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        Specified by:
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getUnknownFields in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getResourceName

        public java.lang.String getResourceName()
         Immutable. The resource name of the extension feed item.
         Extension feed item resource names have the form:
         `customers/{customer_id}/extensionFeedItems/{feed_item_id}`
         
        string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Specified by:
        getResourceName in interface ExtensionFeedItemOrBuilder
        Returns:
        The resourceName.
      • getResourceNameBytes

        public com.google.protobuf.ByteString getResourceNameBytes()
         Immutable. The resource name of the extension feed item.
         Extension feed item resource names have the form:
         `customers/{customer_id}/extensionFeedItems/{feed_item_id}`
         
        string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Specified by:
        getResourceNameBytes in interface ExtensionFeedItemOrBuilder
        Returns:
        The bytes for resourceName.
      • hasId

        public boolean hasId()
         Output only. The ID of this feed item. Read-only.
         
        optional int64 id = 25 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasId in interface ExtensionFeedItemOrBuilder
        Returns:
        Whether the id field is set.
      • getId

        public long getId()
         Output only. The ID of this feed item. Read-only.
         
        optional int64 id = 25 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getId in interface ExtensionFeedItemOrBuilder
        Returns:
        The id.
      • getExtensionTypeValue

        public int getExtensionTypeValue()
         Output only. The extension type of the extension feed item.
         This field is read-only.
         
        .google.ads.googleads.v10.enums.ExtensionTypeEnum.ExtensionType extension_type = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getExtensionTypeValue in interface ExtensionFeedItemOrBuilder
        Returns:
        The enum numeric value on the wire for extensionType.
      • getExtensionType

        public ExtensionTypeEnum.ExtensionType getExtensionType()
         Output only. The extension type of the extension feed item.
         This field is read-only.
         
        .google.ads.googleads.v10.enums.ExtensionTypeEnum.ExtensionType extension_type = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getExtensionType in interface ExtensionFeedItemOrBuilder
        Returns:
        The extensionType.
      • hasStartDateTime

        public boolean hasStartDateTime()
         Start time in which this feed item is effective and can begin serving. The
         time is in the customer's time zone.
         The format is "YYYY-MM-DD HH:MM:SS".
         Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
         
        optional string start_date_time = 26;
        Specified by:
        hasStartDateTime in interface ExtensionFeedItemOrBuilder
        Returns:
        Whether the startDateTime field is set.
      • getStartDateTime

        public java.lang.String getStartDateTime()
         Start time in which this feed item is effective and can begin serving. The
         time is in the customer's time zone.
         The format is "YYYY-MM-DD HH:MM:SS".
         Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
         
        optional string start_date_time = 26;
        Specified by:
        getStartDateTime in interface ExtensionFeedItemOrBuilder
        Returns:
        The startDateTime.
      • getStartDateTimeBytes

        public com.google.protobuf.ByteString getStartDateTimeBytes()
         Start time in which this feed item is effective and can begin serving. The
         time is in the customer's time zone.
         The format is "YYYY-MM-DD HH:MM:SS".
         Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
         
        optional string start_date_time = 26;
        Specified by:
        getStartDateTimeBytes in interface ExtensionFeedItemOrBuilder
        Returns:
        The bytes for startDateTime.
      • hasEndDateTime

        public boolean hasEndDateTime()
         End time in which this feed item is no longer effective and will stop
         serving. The time is in the customer's time zone.
         The format is "YYYY-MM-DD HH:MM:SS".
         Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
         
        optional string end_date_time = 27;
        Specified by:
        hasEndDateTime in interface ExtensionFeedItemOrBuilder
        Returns:
        Whether the endDateTime field is set.
      • getEndDateTime

        public java.lang.String getEndDateTime()
         End time in which this feed item is no longer effective and will stop
         serving. The time is in the customer's time zone.
         The format is "YYYY-MM-DD HH:MM:SS".
         Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
         
        optional string end_date_time = 27;
        Specified by:
        getEndDateTime in interface ExtensionFeedItemOrBuilder
        Returns:
        The endDateTime.
      • getEndDateTimeBytes

        public com.google.protobuf.ByteString getEndDateTimeBytes()
         End time in which this feed item is no longer effective and will stop
         serving. The time is in the customer's time zone.
         The format is "YYYY-MM-DD HH:MM:SS".
         Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
         
        optional string end_date_time = 27;
        Specified by:
        getEndDateTimeBytes in interface ExtensionFeedItemOrBuilder
        Returns:
        The bytes for endDateTime.
      • getAdSchedulesList

        public java.util.List<AdScheduleInfo> getAdSchedulesList()
         List of non-overlapping schedules specifying all time intervals
         for which the feed item may serve. There can be a maximum of 6 schedules
         per day.
         
        repeated .google.ads.googleads.v10.common.AdScheduleInfo ad_schedules = 16;
        Specified by:
        getAdSchedulesList in interface ExtensionFeedItemOrBuilder
      • getAdSchedulesOrBuilderList

        public java.util.List<? extends AdScheduleInfoOrBuilder> getAdSchedulesOrBuilderList()
         List of non-overlapping schedules specifying all time intervals
         for which the feed item may serve. There can be a maximum of 6 schedules
         per day.
         
        repeated .google.ads.googleads.v10.common.AdScheduleInfo ad_schedules = 16;
        Specified by:
        getAdSchedulesOrBuilderList in interface ExtensionFeedItemOrBuilder
      • getAdSchedulesCount

        public int getAdSchedulesCount()
         List of non-overlapping schedules specifying all time intervals
         for which the feed item may serve. There can be a maximum of 6 schedules
         per day.
         
        repeated .google.ads.googleads.v10.common.AdScheduleInfo ad_schedules = 16;
        Specified by:
        getAdSchedulesCount in interface ExtensionFeedItemOrBuilder
      • getAdSchedules

        public AdScheduleInfo getAdSchedules​(int index)
         List of non-overlapping schedules specifying all time intervals
         for which the feed item may serve. There can be a maximum of 6 schedules
         per day.
         
        repeated .google.ads.googleads.v10.common.AdScheduleInfo ad_schedules = 16;
        Specified by:
        getAdSchedules in interface ExtensionFeedItemOrBuilder
      • getAdSchedulesOrBuilder

        public AdScheduleInfoOrBuilder getAdSchedulesOrBuilder​(int index)
         List of non-overlapping schedules specifying all time intervals
         for which the feed item may serve. There can be a maximum of 6 schedules
         per day.
         
        repeated .google.ads.googleads.v10.common.AdScheduleInfo ad_schedules = 16;
        Specified by:
        getAdSchedulesOrBuilder in interface ExtensionFeedItemOrBuilder
      • getDeviceValue

        public int getDeviceValue()
         The targeted device.
         
        .google.ads.googleads.v10.enums.FeedItemTargetDeviceEnum.FeedItemTargetDevice device = 17;
        Specified by:
        getDeviceValue in interface ExtensionFeedItemOrBuilder
        Returns:
        The enum numeric value on the wire for device.
      • hasTargetedGeoTargetConstant

        public boolean hasTargetedGeoTargetConstant()
         The targeted geo target constant.
         
        optional string targeted_geo_target_constant = 30 [(.google.api.resource_reference) = { ... }
        Specified by:
        hasTargetedGeoTargetConstant in interface ExtensionFeedItemOrBuilder
        Returns:
        Whether the targetedGeoTargetConstant field is set.
      • getTargetedGeoTargetConstant

        public java.lang.String getTargetedGeoTargetConstant()
         The targeted geo target constant.
         
        optional string targeted_geo_target_constant = 30 [(.google.api.resource_reference) = { ... }
        Specified by:
        getTargetedGeoTargetConstant in interface ExtensionFeedItemOrBuilder
        Returns:
        The targetedGeoTargetConstant.
      • getTargetedGeoTargetConstantBytes

        public com.google.protobuf.ByteString getTargetedGeoTargetConstantBytes()
         The targeted geo target constant.
         
        optional string targeted_geo_target_constant = 30 [(.google.api.resource_reference) = { ... }
        Specified by:
        getTargetedGeoTargetConstantBytes in interface ExtensionFeedItemOrBuilder
        Returns:
        The bytes for targetedGeoTargetConstant.
      • hasTargetedKeyword

        public boolean hasTargetedKeyword()
         The targeted keyword.
         
        .google.ads.googleads.v10.common.KeywordInfo targeted_keyword = 22;
        Specified by:
        hasTargetedKeyword in interface ExtensionFeedItemOrBuilder
        Returns:
        Whether the targetedKeyword field is set.
      • getStatusValue

        public int getStatusValue()
         Output only. Status of the feed item.
         This field is read-only.
         
        .google.ads.googleads.v10.enums.FeedItemStatusEnum.FeedItemStatus status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStatusValue in interface ExtensionFeedItemOrBuilder
        Returns:
        The enum numeric value on the wire for status.
      • hasSitelinkFeedItem

        public boolean hasSitelinkFeedItem()
         Sitelink extension.
         
        .google.ads.googleads.v10.common.SitelinkFeedItem sitelink_feed_item = 2;
        Specified by:
        hasSitelinkFeedItem in interface ExtensionFeedItemOrBuilder
        Returns:
        Whether the sitelinkFeedItem field is set.
      • hasStructuredSnippetFeedItem

        public boolean hasStructuredSnippetFeedItem()
         Structured snippet extension.
         
        .google.ads.googleads.v10.common.StructuredSnippetFeedItem structured_snippet_feed_item = 3;
        Specified by:
        hasStructuredSnippetFeedItem in interface ExtensionFeedItemOrBuilder
        Returns:
        Whether the structuredSnippetFeedItem field is set.
      • hasAppFeedItem

        public boolean hasAppFeedItem()
         App extension.
         
        .google.ads.googleads.v10.common.AppFeedItem app_feed_item = 7;
        Specified by:
        hasAppFeedItem in interface ExtensionFeedItemOrBuilder
        Returns:
        Whether the appFeedItem field is set.
      • hasCallFeedItem

        public boolean hasCallFeedItem()
         Call extension.
         
        .google.ads.googleads.v10.common.CallFeedItem call_feed_item = 8;
        Specified by:
        hasCallFeedItem in interface ExtensionFeedItemOrBuilder
        Returns:
        Whether the callFeedItem field is set.
      • hasCalloutFeedItem

        public boolean hasCalloutFeedItem()
         Callout extension.
         
        .google.ads.googleads.v10.common.CalloutFeedItem callout_feed_item = 9;
        Specified by:
        hasCalloutFeedItem in interface ExtensionFeedItemOrBuilder
        Returns:
        Whether the calloutFeedItem field is set.
      • hasTextMessageFeedItem

        public boolean hasTextMessageFeedItem()
         Text message extension.
         
        .google.ads.googleads.v10.common.TextMessageFeedItem text_message_feed_item = 10;
        Specified by:
        hasTextMessageFeedItem in interface ExtensionFeedItemOrBuilder
        Returns:
        Whether the textMessageFeedItem field is set.
      • hasPriceFeedItem

        public boolean hasPriceFeedItem()
         Price extension.
         
        .google.ads.googleads.v10.common.PriceFeedItem price_feed_item = 11;
        Specified by:
        hasPriceFeedItem in interface ExtensionFeedItemOrBuilder
        Returns:
        Whether the priceFeedItem field is set.
      • hasPromotionFeedItem

        public boolean hasPromotionFeedItem()
         Promotion extension.
         
        .google.ads.googleads.v10.common.PromotionFeedItem promotion_feed_item = 12;
        Specified by:
        hasPromotionFeedItem in interface ExtensionFeedItemOrBuilder
        Returns:
        Whether the promotionFeedItem field is set.
      • hasLocationFeedItem

        public boolean hasLocationFeedItem()
         Output only. Location extension. Locations are synced from a Business Profile into a
         feed. This field is read-only.
         
        .google.ads.googleads.v10.common.LocationFeedItem location_feed_item = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasLocationFeedItem in interface ExtensionFeedItemOrBuilder
        Returns:
        Whether the locationFeedItem field is set.
      • getLocationFeedItem

        public LocationFeedItem getLocationFeedItem()
         Output only. Location extension. Locations are synced from a Business Profile into a
         feed. This field is read-only.
         
        .google.ads.googleads.v10.common.LocationFeedItem location_feed_item = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLocationFeedItem in interface ExtensionFeedItemOrBuilder
        Returns:
        The locationFeedItem.
      • getLocationFeedItemOrBuilder

        public LocationFeedItemOrBuilder getLocationFeedItemOrBuilder()
         Output only. Location extension. Locations are synced from a Business Profile into a
         feed. This field is read-only.
         
        .google.ads.googleads.v10.common.LocationFeedItem location_feed_item = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLocationFeedItemOrBuilder in interface ExtensionFeedItemOrBuilder
      • hasAffiliateLocationFeedItem

        public boolean hasAffiliateLocationFeedItem()
         Output only. Affiliate location extension. Feed locations are populated by Google Ads
         based on a chain ID.
         This field is read-only.
         
        .google.ads.googleads.v10.common.AffiliateLocationFeedItem affiliate_location_feed_item = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasAffiliateLocationFeedItem in interface ExtensionFeedItemOrBuilder
        Returns:
        Whether the affiliateLocationFeedItem field is set.
      • getAffiliateLocationFeedItem

        public AffiliateLocationFeedItem getAffiliateLocationFeedItem()
         Output only. Affiliate location extension. Feed locations are populated by Google Ads
         based on a chain ID.
         This field is read-only.
         
        .google.ads.googleads.v10.common.AffiliateLocationFeedItem affiliate_location_feed_item = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getAffiliateLocationFeedItem in interface ExtensionFeedItemOrBuilder
        Returns:
        The affiliateLocationFeedItem.
      • getAffiliateLocationFeedItemOrBuilder

        public AffiliateLocationFeedItemOrBuilder getAffiliateLocationFeedItemOrBuilder()
         Output only. Affiliate location extension. Feed locations are populated by Google Ads
         based on a chain ID.
         This field is read-only.
         
        .google.ads.googleads.v10.common.AffiliateLocationFeedItem affiliate_location_feed_item = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getAffiliateLocationFeedItemOrBuilder in interface ExtensionFeedItemOrBuilder
      • hasHotelCalloutFeedItem

        public boolean hasHotelCalloutFeedItem()
         Hotel Callout extension.
         
        .google.ads.googleads.v10.common.HotelCalloutFeedItem hotel_callout_feed_item = 23;
        Specified by:
        hasHotelCalloutFeedItem in interface ExtensionFeedItemOrBuilder
        Returns:
        Whether the hotelCalloutFeedItem field is set.
      • hasImageFeedItem

        public boolean hasImageFeedItem()
         Immutable. Advertiser provided image extension.
         
        .google.ads.googleads.v10.common.ImageFeedItem image_feed_item = 31 [(.google.api.field_behavior) = IMMUTABLE];
        Specified by:
        hasImageFeedItem in interface ExtensionFeedItemOrBuilder
        Returns:
        Whether the imageFeedItem field is set.
      • getImageFeedItem

        public ImageFeedItem getImageFeedItem()
         Immutable. Advertiser provided image extension.
         
        .google.ads.googleads.v10.common.ImageFeedItem image_feed_item = 31 [(.google.api.field_behavior) = IMMUTABLE];
        Specified by:
        getImageFeedItem in interface ExtensionFeedItemOrBuilder
        Returns:
        The imageFeedItem.
      • hasTargetedCampaign

        public boolean hasTargetedCampaign()
         The targeted campaign.
         
        string targeted_campaign = 28 [(.google.api.resource_reference) = { ... }
        Specified by:
        hasTargetedCampaign in interface ExtensionFeedItemOrBuilder
        Returns:
        Whether the targetedCampaign field is set.
      • getTargetedCampaign

        public java.lang.String getTargetedCampaign()
         The targeted campaign.
         
        string targeted_campaign = 28 [(.google.api.resource_reference) = { ... }
        Specified by:
        getTargetedCampaign in interface ExtensionFeedItemOrBuilder
        Returns:
        The targetedCampaign.
      • getTargetedCampaignBytes

        public com.google.protobuf.ByteString getTargetedCampaignBytes()
         The targeted campaign.
         
        string targeted_campaign = 28 [(.google.api.resource_reference) = { ... }
        Specified by:
        getTargetedCampaignBytes in interface ExtensionFeedItemOrBuilder
        Returns:
        The bytes for targetedCampaign.
      • hasTargetedAdGroup

        public boolean hasTargetedAdGroup()
         The targeted ad group.
         
        string targeted_ad_group = 29 [(.google.api.resource_reference) = { ... }
        Specified by:
        hasTargetedAdGroup in interface ExtensionFeedItemOrBuilder
        Returns:
        Whether the targetedAdGroup field is set.
      • getTargetedAdGroup

        public java.lang.String getTargetedAdGroup()
         The targeted ad group.
         
        string targeted_ad_group = 29 [(.google.api.resource_reference) = { ... }
        Specified by:
        getTargetedAdGroup in interface ExtensionFeedItemOrBuilder
        Returns:
        The targetedAdGroup.
      • getTargetedAdGroupBytes

        public com.google.protobuf.ByteString getTargetedAdGroupBytes()
         The targeted ad group.
         
        string targeted_ad_group = 29 [(.google.api.resource_reference) = { ... }
        Specified by:
        getTargetedAdGroupBytes in interface ExtensionFeedItemOrBuilder
        Returns:
        The bytes for targetedAdGroup.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws java.io.IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        java.io.IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static ExtensionFeedItem parseFrom​(java.nio.ByteBuffer data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ExtensionFeedItem parseFrom​(java.nio.ByteBuffer data,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ExtensionFeedItem parseFrom​(com.google.protobuf.ByteString data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ExtensionFeedItem parseFrom​(com.google.protobuf.ByteString data,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ExtensionFeedItem parseFrom​(byte[] data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ExtensionFeedItem parseFrom​(byte[] data,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ExtensionFeedItem parseFrom​(java.io.InputStream input)
                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static ExtensionFeedItem parseFrom​(java.io.InputStream input,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static ExtensionFeedItem parseDelimitedFrom​(java.io.InputStream input)
                                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static ExtensionFeedItem parseDelimitedFrom​(java.io.InputStream input,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static ExtensionFeedItem parseFrom​(com.google.protobuf.CodedInputStream input)
                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static ExtensionFeedItem parseFrom​(com.google.protobuf.CodedInputStream input,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • newBuilderForType

        public ExtensionFeedItem.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public ExtensionFeedItem.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected ExtensionFeedItem.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<ExtensionFeedItem> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public ExtensionFeedItem getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder