Class AdxExt.BidExt

  • All Implemented Interfaces:
    AdxExt.BidExtOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
    Enclosing class:
    AdxExt

    public static final class AdxExt.BidExt
    extends com.google.protobuf.GeneratedMessageV3
    implements AdxExt.BidExtOrBuilder
     Ad Exchange extensions for the Bid object.
     
    Protobuf type com.google.doubleclick.BidExt
    See Also:
    Serialized Form
    • Field Detail

      • IMPRESSION_TRACKING_URL_FIELD_NUMBER

        public static final int IMPRESSION_TRACKING_URL_FIELD_NUMBER
        See Also:
        Constant Field Values
      • AD_CHOICES_DESTINATION_URL_FIELD_NUMBER

        public static final int AD_CHOICES_DESTINATION_URL_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CLICK_TRACKING_URLS_FIELD_NUMBER

        public static final int CLICK_TRACKING_URLS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DEPRECATED_BIDDER_NAME_FIELD_NUMBER

        public static final int DEPRECATED_BIDDER_NAME_FIELD_NUMBER
        See Also:
        Constant Field Values
      • EXCHANGE_DEAL_TYPE_FIELD_NUMBER

        public static final int EXCHANGE_DEAL_TYPE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • AMP_AD_URL_FIELD_NUMBER

        public static final int AMP_AD_URL_FIELD_NUMBER
        See Also:
        Constant Field Values
      • SDK_RENDERED_AD_FIELD_NUMBER

        public static final int SDK_RENDERED_AD_FIELD_NUMBER
        See Also:
        Constant Field Values
      • EVENT_NOTIFICATION_TOKEN_FIELD_NUMBER

        public static final int EVENT_NOTIFICATION_TOKEN_FIELD_NUMBER
        See Also:
        Constant Field Values
      • RESTRICTED_CATEGORY_FIELD_NUMBER

        public static final int RESTRICTED_CATEGORY_FIELD_NUMBER
        See Also:
        Constant Field Values
      • BILLING_ID_FIELD_NUMBER

        public static final int BILLING_ID_FIELD_NUMBER
        See Also:
        Constant Field Values
      • THIRD_PARTY_BUYER_TOKEN_FIELD_NUMBER

        public static final int THIRD_PARTY_BUYER_TOKEN_FIELD_NUMBER
        See Also:
        Constant Field Values
      • BUYER_REPORTING_ID_FIELD_NUMBER

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

      • newInstance

        protected 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
      • getImpressionTrackingUrlList

        public com.google.protobuf.ProtocolStringList getImpressionTrackingUrlList()
         [AdX: BidResponse.Ad.impression_tracking_url]
         
        repeated string impression_tracking_url = 1;
        Specified by:
        getImpressionTrackingUrlList in interface AdxExt.BidExtOrBuilder
        Returns:
        A list containing the impressionTrackingUrl.
      • getImpressionTrackingUrlCount

        public int getImpressionTrackingUrlCount()
         [AdX: BidResponse.Ad.impression_tracking_url]
         
        repeated string impression_tracking_url = 1;
        Specified by:
        getImpressionTrackingUrlCount in interface AdxExt.BidExtOrBuilder
        Returns:
        The count of impressionTrackingUrl.
      • getImpressionTrackingUrl

        public String getImpressionTrackingUrl​(int index)
         [AdX: BidResponse.Ad.impression_tracking_url]
         
        repeated string impression_tracking_url = 1;
        Specified by:
        getImpressionTrackingUrl in interface AdxExt.BidExtOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The impressionTrackingUrl at the given index.
      • getImpressionTrackingUrlBytes

        public com.google.protobuf.ByteString getImpressionTrackingUrlBytes​(int index)
         [AdX: BidResponse.Ad.impression_tracking_url]
         
        repeated string impression_tracking_url = 1;
        Specified by:
        getImpressionTrackingUrlBytes in interface AdxExt.BidExtOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the impressionTrackingUrl at the given index.
      • hasAdChoicesDestinationUrl

        public boolean hasAdChoicesDestinationUrl()
         [AdX: BidResponse.Ad.ad_choices_destination_url]
         
        optional string ad_choices_destination_url = 2;
        Specified by:
        hasAdChoicesDestinationUrl in interface AdxExt.BidExtOrBuilder
        Returns:
        Whether the adChoicesDestinationUrl field is set.
      • getAdChoicesDestinationUrl

        public String getAdChoicesDestinationUrl()
         [AdX: BidResponse.Ad.ad_choices_destination_url]
         
        optional string ad_choices_destination_url = 2;
        Specified by:
        getAdChoicesDestinationUrl in interface AdxExt.BidExtOrBuilder
        Returns:
        The adChoicesDestinationUrl.
      • getAdChoicesDestinationUrlBytes

        public com.google.protobuf.ByteString getAdChoicesDestinationUrlBytes()
         [AdX: BidResponse.Ad.ad_choices_destination_url]
         
        optional string ad_choices_destination_url = 2;
        Specified by:
        getAdChoicesDestinationUrlBytes in interface AdxExt.BidExtOrBuilder
        Returns:
        The bytes for adChoicesDestinationUrl.
      • getClickTrackingUrlsList

        public com.google.protobuf.ProtocolStringList getClickTrackingUrlsList()
         The URLs to call when the user clicks on the ad. Currently supported only
         for native ads and Programmatic Guaranteed deals with publisher-
         managed creatives. In the publisher managed case, these click trackers
         will be sent to the bidder server to server. In all other cases, these
         will be sent from the user's device. For more information on
         publisher-managed creatives, see
         https://support.google.com/admanager/answer/9243220.
         [AdX: BidResponse.Ad.click_tracking_urls]
         
        repeated string click_tracking_urls = 22;
        Specified by:
        getClickTrackingUrlsList in interface AdxExt.BidExtOrBuilder
        Returns:
        A list containing the clickTrackingUrls.
      • getClickTrackingUrlsCount

        public int getClickTrackingUrlsCount()
         The URLs to call when the user clicks on the ad. Currently supported only
         for native ads and Programmatic Guaranteed deals with publisher-
         managed creatives. In the publisher managed case, these click trackers
         will be sent to the bidder server to server. In all other cases, these
         will be sent from the user's device. For more information on
         publisher-managed creatives, see
         https://support.google.com/admanager/answer/9243220.
         [AdX: BidResponse.Ad.click_tracking_urls]
         
        repeated string click_tracking_urls = 22;
        Specified by:
        getClickTrackingUrlsCount in interface AdxExt.BidExtOrBuilder
        Returns:
        The count of clickTrackingUrls.
      • getClickTrackingUrls

        public String getClickTrackingUrls​(int index)
         The URLs to call when the user clicks on the ad. Currently supported only
         for native ads and Programmatic Guaranteed deals with publisher-
         managed creatives. In the publisher managed case, these click trackers
         will be sent to the bidder server to server. In all other cases, these
         will be sent from the user's device. For more information on
         publisher-managed creatives, see
         https://support.google.com/admanager/answer/9243220.
         [AdX: BidResponse.Ad.click_tracking_urls]
         
        repeated string click_tracking_urls = 22;
        Specified by:
        getClickTrackingUrls in interface AdxExt.BidExtOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The clickTrackingUrls at the given index.
      • getClickTrackingUrlsBytes

        public com.google.protobuf.ByteString getClickTrackingUrlsBytes​(int index)
         The URLs to call when the user clicks on the ad. Currently supported only
         for native ads and Programmatic Guaranteed deals with publisher-
         managed creatives. In the publisher managed case, these click trackers
         will be sent to the bidder server to server. In all other cases, these
         will be sent from the user's device. For more information on
         publisher-managed creatives, see
         https://support.google.com/admanager/answer/9243220.
         [AdX: BidResponse.Ad.click_tracking_urls]
         
        repeated string click_tracking_urls = 22;
        Specified by:
        getClickTrackingUrlsBytes in interface AdxExt.BidExtOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the clickTrackingUrls at the given index.
      • hasDEPRECATEDBidderName

        @Deprecated
        public boolean hasDEPRECATEDBidderName()
        Deprecated.
        com.google.doubleclick.BidExt.DEPRECATED_bidder_name is deprecated. See openrtb-adx.proto;l=318
         This field is deprecated due to being unused.
         [AdX: BidResponse.Ad.bidder_name]
         
        optional string DEPRECATED_bidder_name = 3 [deprecated = true];
        Specified by:
        hasDEPRECATEDBidderName in interface AdxExt.BidExtOrBuilder
        Returns:
        Whether the dEPRECATEDBidderName field is set.
      • getDEPRECATEDBidderName

        @Deprecated
        public String getDEPRECATEDBidderName()
        Deprecated.
        com.google.doubleclick.BidExt.DEPRECATED_bidder_name is deprecated. See openrtb-adx.proto;l=318
         This field is deprecated due to being unused.
         [AdX: BidResponse.Ad.bidder_name]
         
        optional string DEPRECATED_bidder_name = 3 [deprecated = true];
        Specified by:
        getDEPRECATEDBidderName in interface AdxExt.BidExtOrBuilder
        Returns:
        The dEPRECATEDBidderName.
      • getDEPRECATEDBidderNameBytes

        @Deprecated
        public com.google.protobuf.ByteString getDEPRECATEDBidderNameBytes()
        Deprecated.
        com.google.doubleclick.BidExt.DEPRECATED_bidder_name is deprecated. See openrtb-adx.proto;l=318
         This field is deprecated due to being unused.
         [AdX: BidResponse.Ad.bidder_name]
         
        optional string DEPRECATED_bidder_name = 3 [deprecated = true];
        Specified by:
        getDEPRECATEDBidderNameBytes in interface AdxExt.BidExtOrBuilder
        Returns:
        The bytes for dEPRECATEDBidderName.
      • hasExchangeDealType

        public boolean hasExchangeDealType()
        optional .com.google.doubleclick.BidExt.ExchangeDealType exchange_deal_type = 4 [default = OPEN_AUCTION];
        Specified by:
        hasExchangeDealType in interface AdxExt.BidExtOrBuilder
        Returns:
        Whether the exchangeDealType field is set.
      • getAttributeList

        public List<Integer> getAttributeList()
         [AdX: BidResponse.Ad.attribute]
         See buyer-declarable-creative-attributes.txt in the technical documentation
         for a list of ids. Note that not all declarable attributes come through in
         the BidRequest in the various `battr` fields.
         
        repeated int32 attribute = 5 [packed = true];
        Specified by:
        getAttributeList in interface AdxExt.BidExtOrBuilder
        Returns:
        A list containing the attribute.
      • getAttributeCount

        public int getAttributeCount()
         [AdX: BidResponse.Ad.attribute]
         See buyer-declarable-creative-attributes.txt in the technical documentation
         for a list of ids. Note that not all declarable attributes come through in
         the BidRequest in the various `battr` fields.
         
        repeated int32 attribute = 5 [packed = true];
        Specified by:
        getAttributeCount in interface AdxExt.BidExtOrBuilder
        Returns:
        The count of attribute.
      • getAttribute

        public int getAttribute​(int index)
         [AdX: BidResponse.Ad.attribute]
         See buyer-declarable-creative-attributes.txt in the technical documentation
         for a list of ids. Note that not all declarable attributes come through in
         the BidRequest in the various `battr` fields.
         
        repeated int32 attribute = 5 [packed = true];
        Specified by:
        getAttribute in interface AdxExt.BidExtOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The attribute at the given index.
      • hasAmpAdUrl

        public boolean hasAmpAdUrl()
         The URL to fetch an AMPHTML ad. Only one of the following should be set:
         html_snippet, video_url, amp_ad_url, native_ad.
         
        optional string amp_ad_url = 6;
        Specified by:
        hasAmpAdUrl in interface AdxExt.BidExtOrBuilder
        Returns:
        Whether the ampAdUrl field is set.
      • getAmpAdUrl

        public String getAmpAdUrl()
         The URL to fetch an AMPHTML ad. Only one of the following should be set:
         html_snippet, video_url, amp_ad_url, native_ad.
         
        optional string amp_ad_url = 6;
        Specified by:
        getAmpAdUrl in interface AdxExt.BidExtOrBuilder
        Returns:
        The ampAdUrl.
      • getAmpAdUrlBytes

        public com.google.protobuf.ByteString getAmpAdUrlBytes()
         The URL to fetch an AMPHTML ad. Only one of the following should be set:
         html_snippet, video_url, amp_ad_url, native_ad.
         
        optional string amp_ad_url = 6;
        Specified by:
        getAmpAdUrlBytes in interface AdxExt.BidExtOrBuilder
        Returns:
        The bytes for ampAdUrl.
      • hasSdkRenderedAd

        public boolean hasSdkRenderedAd()
        optional .com.google.doubleclick.BidExt.SdkRenderedAd sdk_rendered_ad = 7;
        Specified by:
        hasSdkRenderedAd in interface AdxExt.BidExtOrBuilder
        Returns:
        Whether the sdkRenderedAd field is set.
      • hasEventNotificationToken

        public boolean hasEventNotificationToken()
         A token set by bidders for troubleshooting which will be included in the
         real-time feedback for the Bid it is sent in. The contents of the token
         will not be logged.
         
        optional .com.google.doubleclick.BidExt.EventNotificationToken event_notification_token = 8;
        Specified by:
        hasEventNotificationToken in interface AdxExt.BidExtOrBuilder
        Returns:
        Whether the eventNotificationToken field is set.
      • getEventNotificationToken

        public AdxExt.BidExt.EventNotificationToken getEventNotificationToken()
         A token set by bidders for troubleshooting which will be included in the
         real-time feedback for the Bid it is sent in. The contents of the token
         will not be logged.
         
        optional .com.google.doubleclick.BidExt.EventNotificationToken event_notification_token = 8;
        Specified by:
        getEventNotificationToken in interface AdxExt.BidExtOrBuilder
        Returns:
        The eventNotificationToken.
      • getRestrictedCategoryList

        public List<Integer> getRestrictedCategoryList()
         All restricted categories for the ads that may be shown from this snippet.
         See ad-restricted-categories.txt in the technical documentation for a list
         of ids. If you are bidding with ads in restricted categories, you must
         always declare them here.
         
        repeated int32 restricted_category = 9;
        Specified by:
        getRestrictedCategoryList in interface AdxExt.BidExtOrBuilder
        Returns:
        A list containing the restrictedCategory.
      • getRestrictedCategoryCount

        public int getRestrictedCategoryCount()
         All restricted categories for the ads that may be shown from this snippet.
         See ad-restricted-categories.txt in the technical documentation for a list
         of ids. If you are bidding with ads in restricted categories, you must
         always declare them here.
         
        repeated int32 restricted_category = 9;
        Specified by:
        getRestrictedCategoryCount in interface AdxExt.BidExtOrBuilder
        Returns:
        The count of restrictedCategory.
      • getRestrictedCategory

        public int getRestrictedCategory​(int index)
         All restricted categories for the ads that may be shown from this snippet.
         See ad-restricted-categories.txt in the technical documentation for a list
         of ids. If you are bidding with ads in restricted categories, you must
         always declare them here.
         
        repeated int32 restricted_category = 9;
        Specified by:
        getRestrictedCategory in interface AdxExt.BidExtOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The restrictedCategory at the given index.
      • hasBillingId

        public boolean hasBillingId()
         The billing ID to attribute this impression to. The value must be in the
         repeated BidRequest.Imp.ImpExt.billing_id field sent for this impression.
         If the length of BidRequest.Imp.ImpExt.billing_id is exactly 1
         and the bidder does not have any active child seats, this field
         is not required and its contents will be ignored.
         
        optional int64 billing_id = 10;
        Specified by:
        hasBillingId in interface AdxExt.BidExtOrBuilder
        Returns:
        Whether the billingId field is set.
      • getBillingId

        public long getBillingId()
         The billing ID to attribute this impression to. The value must be in the
         repeated BidRequest.Imp.ImpExt.billing_id field sent for this impression.
         If the length of BidRequest.Imp.ImpExt.billing_id is exactly 1
         and the bidder does not have any active child seats, this field
         is not required and its contents will be ignored.
         
        optional int64 billing_id = 10;
        Specified by:
        getBillingId in interface AdxExt.BidExtOrBuilder
        Returns:
        The billingId.
      • hasThirdPartyBuyerToken

        public boolean hasThirdPartyBuyerToken()
         Token used to identify end third party buyer information if an
         exchange as an open bidder is an intermediary. This is obtained from the
         third party buyer and must be passed to Google unaltered in the bid
         response.
         
        optional string third_party_buyer_token = 14;
        Specified by:
        hasThirdPartyBuyerToken in interface AdxExt.BidExtOrBuilder
        Returns:
        Whether the thirdPartyBuyerToken field is set.
      • getThirdPartyBuyerToken

        public String getThirdPartyBuyerToken()
         Token used to identify end third party buyer information if an
         exchange as an open bidder is an intermediary. This is obtained from the
         third party buyer and must be passed to Google unaltered in the bid
         response.
         
        optional string third_party_buyer_token = 14;
        Specified by:
        getThirdPartyBuyerToken in interface AdxExt.BidExtOrBuilder
        Returns:
        The thirdPartyBuyerToken.
      • getThirdPartyBuyerTokenBytes

        public com.google.protobuf.ByteString getThirdPartyBuyerTokenBytes()
         Token used to identify end third party buyer information if an
         exchange as an open bidder is an intermediary. This is obtained from the
         third party buyer and must be passed to Google unaltered in the bid
         response.
         
        optional string third_party_buyer_token = 14;
        Specified by:
        getThirdPartyBuyerTokenBytes in interface AdxExt.BidExtOrBuilder
        Returns:
        The bytes for thirdPartyBuyerToken.
      • hasBuyerReportingId

        public boolean hasBuyerReportingId()
         Buyer declared ID which will be used to break down spend and invalid
         traffic metrics in IVT transparency reporting in Query Tool. Note that IDs
         with fewer than 1000 impressions will not be used to break down metrics.
         IDs longer than 64 bytes will be ignored.
         
        optional string buyer_reporting_id = 17;
        Specified by:
        hasBuyerReportingId in interface AdxExt.BidExtOrBuilder
        Returns:
        Whether the buyerReportingId field is set.
      • getBuyerReportingId

        public String getBuyerReportingId()
         Buyer declared ID which will be used to break down spend and invalid
         traffic metrics in IVT transparency reporting in Query Tool. Note that IDs
         with fewer than 1000 impressions will not be used to break down metrics.
         IDs longer than 64 bytes will be ignored.
         
        optional string buyer_reporting_id = 17;
        Specified by:
        getBuyerReportingId in interface AdxExt.BidExtOrBuilder
        Returns:
        The buyerReportingId.
      • getBuyerReportingIdBytes

        public com.google.protobuf.ByteString getBuyerReportingIdBytes()
         Buyer declared ID which will be used to break down spend and invalid
         traffic metrics in IVT transparency reporting in Query Tool. Note that IDs
         with fewer than 1000 impressions will not be used to break down metrics.
         IDs longer than 64 bytes will be ignored.
         
        optional string buyer_reporting_id = 17;
        Specified by:
        getBuyerReportingIdBytes in interface AdxExt.BidExtOrBuilder
        Returns:
        The bytes for buyerReportingId.
      • getFcapCount

        public int getFcapCount()
        repeated .com.google.doubleclick.BidExt.FrequencyCap fcap = 18;
        Specified by:
        getFcapCount in interface AdxExt.BidExtOrBuilder
      • hasSkadn

        public boolean hasSkadn()
         [AdX: BidResponse.Ad.skadn]
         
        optional .com.google.doubleclick.BidExt.SKAdNetworkResponse skadn = 19;
        Specified by:
        hasSkadn in interface AdxExt.BidExtOrBuilder
        Returns:
        Whether the skadn field is set.
      • 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 IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        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​(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 AdxExt.BidExt parseFrom​(ByteBuffer data)
                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

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

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

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

        protected AdxExt.BidExt.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static AdxExt.BidExt getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<AdxExt.BidExt> parser()
      • getParserForType

        public com.google.protobuf.Parser<AdxExt.BidExt> 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 AdxExt.BidExt getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder