Class OpenRtb.BidRequest.Imp.Video

  • All Implemented Interfaces:
    OpenRtb.BidRequest.Imp.VideoOrBuilder, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<OpenRtb.BidRequest.Imp.Video>, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
    Enclosing class:
    OpenRtb.BidRequest.Imp

    public static final class OpenRtb.BidRequest.Imp.Video
    extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<OpenRtb.BidRequest.Imp.Video>
    implements OpenRtb.BidRequest.Imp.VideoOrBuilder
     OpenRTB 2.0: This object represents an in-stream video impression.
     Many of the fields are non-essential for minimally viable transactions,
     but are included to offer fine control when needed. Video in OpenRTB
     generally assumes compliance with the VAST standard. As such, the notion
     of companion ads is supported by optionally including an array of Banner
     objects (refer to the Banner object in Section 3.2.3) that define these
     companion ads.
     The presence of a Video as a subordinate of the Imp object indicates
     that this impression is offered as a video type impression. At the
     publisher's discretion, that same impression may also be offered as
     banner and/or native by also including as Imp subordinates the Banner
     and/or Native objects, respectively. However, any given bid for the
     impression must conform to one of the offered types.
     
    Protobuf type com.google.openrtb.BidRequest.Imp.Video
    See Also:
    Serialized Form
    • 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
      • getMimesList

        public com.google.protobuf.ProtocolStringList getMimesList()
         Allowlist of content MIME types supported. Popular MIME types include,
         but are not limited to "image/jpg", "image/gif" and
         "application/x-shockwave-flash".
         REQUIRED by the OpenRTB specification: at least 1 element.
         
        repeated string mimes = 1;
        Specified by:
        getMimesList in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        A list containing the mimes.
      • getMimesCount

        public int getMimesCount()
         Allowlist of content MIME types supported. Popular MIME types include,
         but are not limited to "image/jpg", "image/gif" and
         "application/x-shockwave-flash".
         REQUIRED by the OpenRTB specification: at least 1 element.
         
        repeated string mimes = 1;
        Specified by:
        getMimesCount in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        The count of mimes.
      • getMimes

        public String getMimes​(int index)
         Allowlist of content MIME types supported. Popular MIME types include,
         but are not limited to "image/jpg", "image/gif" and
         "application/x-shockwave-flash".
         REQUIRED by the OpenRTB specification: at least 1 element.
         
        repeated string mimes = 1;
        Specified by:
        getMimes in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The mimes at the given index.
      • getMimesBytes

        public com.google.protobuf.ByteString getMimesBytes​(int index)
         Allowlist of content MIME types supported. Popular MIME types include,
         but are not limited to "image/jpg", "image/gif" and
         "application/x-shockwave-flash".
         REQUIRED by the OpenRTB specification: at least 1 element.
         
        repeated string mimes = 1;
        Specified by:
        getMimesBytes in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the mimes at the given index.
      • hasMinduration

        public boolean hasMinduration()
         Minimum video ad duration in seconds.
         RECOMMENDED by the OpenRTB specification.
         
        optional int32 minduration = 3 [default = 0];
        Specified by:
        hasMinduration in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        Whether the minduration field is set.
      • getMinduration

        public int getMinduration()
         Minimum video ad duration in seconds.
         RECOMMENDED by the OpenRTB specification.
         
        optional int32 minduration = 3 [default = 0];
        Specified by:
        getMinduration in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        The minduration.
      • hasMaxduration

        public boolean hasMaxduration()
         Maximum video ad duration in seconds.
         RECOMMENDED by the OpenRTB specification.
         
        optional int32 maxduration = 4;
        Specified by:
        hasMaxduration in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        Whether the maxduration field is set.
      • getMaxduration

        public int getMaxduration()
         Maximum video ad duration in seconds.
         RECOMMENDED by the OpenRTB specification.
         
        optional int32 maxduration = 4;
        Specified by:
        getMaxduration in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        The maxduration.
      • hasStartdelay

        public boolean hasStartdelay()
         Indicates the start delay in seconds for pre-roll, mid-roll, or
         post-roll ad placements.
         Refer to enum StartDelay for generic values.
         RECOMMENDED by the OpenRTB specification.
         
        optional int32 startdelay = 8;
        Specified by:
        hasStartdelay in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        Whether the startdelay field is set.
      • getStartdelay

        public int getStartdelay()
         Indicates the start delay in seconds for pre-roll, mid-roll, or
         post-roll ad placements.
         Refer to enum StartDelay for generic values.
         RECOMMENDED by the OpenRTB specification.
         
        optional int32 startdelay = 8;
        Specified by:
        getStartdelay in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        The startdelay.
      • getProtocolsList

        public List<OpenRtb.Protocol> getProtocolsList()
         Array of supported video bid response protocols.
         At least one supported protocol must be specified.
         
        repeated .com.google.openrtb.Protocol protocols = 21 [packed = true];
        Specified by:
        getProtocolsList in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        A list containing the protocols.
      • getProtocolsCount

        public int getProtocolsCount()
         Array of supported video bid response protocols.
         At least one supported protocol must be specified.
         
        repeated .com.google.openrtb.Protocol protocols = 21 [packed = true];
        Specified by:
        getProtocolsCount in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        The count of protocols.
      • getProtocols

        public OpenRtb.Protocol getProtocols​(int index)
         Array of supported video bid response protocols.
         At least one supported protocol must be specified.
         
        repeated .com.google.openrtb.Protocol protocols = 21 [packed = true];
        Specified by:
        getProtocols in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The protocols at the given index.
      • hasW

        public boolean hasW()
         Width of the video player in device independent pixels (DIPS).
         RECOMMENDED by the OpenRTB specification.
         
        optional int32 w = 6;
        Specified by:
        hasW in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        Whether the w field is set.
      • getW

        public int getW()
         Width of the video player in device independent pixels (DIPS).
         RECOMMENDED by the OpenRTB specification.
         
        optional int32 w = 6;
        Specified by:
        getW in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        The w.
      • hasH

        public boolean hasH()
         Height of the video player in device independent pixels (DIPS).
         RECOMMENDED by the OpenRTB specification.
         
        optional int32 h = 7;
        Specified by:
        hasH in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        Whether the h field is set.
      • getH

        public int getH()
         Height of the video player in device independent pixels (DIPS).
         RECOMMENDED by the OpenRTB specification.
         
        optional int32 h = 7;
        Specified by:
        getH in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        The h.
      • hasPlacement

        public boolean hasPlacement()
         Placement type for the impression.
         
        optional .com.google.openrtb.VideoPlacementType placement = 26;
        Specified by:
        hasPlacement in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        Whether the placement field is set.
      • hasLinearity

        public boolean hasLinearity()
         Indicates if the impression must be linear, nonlinear, etc.
         If none specified, assume all are allowed.
         
        optional .com.google.openrtb.VideoLinearity linearity = 2;
        Specified by:
        hasLinearity in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        Whether the linearity field is set.
      • hasSkip

        public boolean hasSkip()
         Indicates if the player will allow the video to be skipped.
         If a bidder sends markup/creative that is itself skippable, the
         Bid object should include the attr array with an element of
         16 indicating skippable video.
         
        optional bool skip = 23;
        Specified by:
        hasSkip in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        Whether the skip field is set.
      • getSkip

        public boolean getSkip()
         Indicates if the player will allow the video to be skipped.
         If a bidder sends markup/creative that is itself skippable, the
         Bid object should include the attr array with an element of
         16 indicating skippable video.
         
        optional bool skip = 23;
        Specified by:
        getSkip in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        The skip.
      • hasSkipmin

        public boolean hasSkipmin()
         Videos of total duration greater than this number of seconds
         can be skippable; only applicable if the ad is skippable.
         
        optional int32 skipmin = 24;
        Specified by:
        hasSkipmin in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        Whether the skipmin field is set.
      • getSkipmin

        public int getSkipmin()
         Videos of total duration greater than this number of seconds
         can be skippable; only applicable if the ad is skippable.
         
        optional int32 skipmin = 24;
        Specified by:
        getSkipmin in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        The skipmin.
      • hasSkipafter

        public boolean hasSkipafter()
         Number of seconds a video must play before skipping is
         enabled; only applicable if the ad is skippable.
         
        optional int32 skipafter = 25;
        Specified by:
        hasSkipafter in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        Whether the skipafter field is set.
      • getSkipafter

        public int getSkipafter()
         Number of seconds a video must play before skipping is
         enabled; only applicable if the ad is skippable.
         
        optional int32 skipafter = 25;
        Specified by:
        getSkipafter in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        The skipafter.
      • hasSequence

        public boolean hasSequence()
         If multiple ad impressions are offered in the same bid request,
         the sequence number will allow for the coordinated delivery of
         multiple creatives.
         
        optional int32 sequence = 9 [default = 1];
        Specified by:
        hasSequence in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        Whether the sequence field is set.
      • getSequence

        public int getSequence()
         If multiple ad impressions are offered in the same bid request,
         the sequence number will allow for the coordinated delivery of
         multiple creatives.
         
        optional int32 sequence = 9 [default = 1];
        Specified by:
        getSequence in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        The sequence.
      • getBattrCount

        public int getBattrCount()
         Blocked creative attributes.
         
        repeated .com.google.openrtb.CreativeAttribute battr = 10 [packed = true];
        Specified by:
        getBattrCount in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        The count of battr.
      • hasMaxextended

        public boolean hasMaxextended()
         Maximum extended video ad duration, if extension is allowed.
         If blank or 0, extension is not allowed. If -1, extension is allowed,
         and there is no time limit imposed. If greater than 0, then the value
         represents the number of seconds of extended play supported beyond
         the maxduration value.
         
        optional int32 maxextended = 11;
        Specified by:
        hasMaxextended in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        Whether the maxextended field is set.
      • getMaxextended

        public int getMaxextended()
         Maximum extended video ad duration, if extension is allowed.
         If blank or 0, extension is not allowed. If -1, extension is allowed,
         and there is no time limit imposed. If greater than 0, then the value
         represents the number of seconds of extended play supported beyond
         the maxduration value.
         
        optional int32 maxextended = 11;
        Specified by:
        getMaxextended in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        The maxextended.
      • hasBoxingallowed

        public boolean hasBoxingallowed()
         Indicates if letter-boxing of 4:3 content into a 16:9 window is
         allowed.
         
        optional bool boxingallowed = 14 [default = true];
        Specified by:
        hasBoxingallowed in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        Whether the boxingallowed field is set.
      • getBoxingallowed

        public boolean getBoxingallowed()
         Indicates if letter-boxing of 4:3 content into a 16:9 window is
         allowed.
         
        optional bool boxingallowed = 14 [default = true];
        Specified by:
        getBoxingallowed in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        The boxingallowed.
      • getPlaybackmethodList

        public List<OpenRtb.PlaybackMethod> getPlaybackmethodList()
         Playback methods that may be in use. If none are specified, any
         method may be used. Only one method is typically used in practice.
         As a result, this array may be converted to an integer in a future
         version of the specification. It is strongly advised to use only
         the first element of this array in preparation for this change.
         
        repeated .com.google.openrtb.PlaybackMethod playbackmethod = 15 [packed = true];
        Specified by:
        getPlaybackmethodList in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        A list containing the playbackmethod.
      • getPlaybackmethodCount

        public int getPlaybackmethodCount()
         Playback methods that may be in use. If none are specified, any
         method may be used. Only one method is typically used in practice.
         As a result, this array may be converted to an integer in a future
         version of the specification. It is strongly advised to use only
         the first element of this array in preparation for this change.
         
        repeated .com.google.openrtb.PlaybackMethod playbackmethod = 15 [packed = true];
        Specified by:
        getPlaybackmethodCount in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        The count of playbackmethod.
      • getPlaybackmethod

        public OpenRtb.PlaybackMethod getPlaybackmethod​(int index)
         Playback methods that may be in use. If none are specified, any
         method may be used. Only one method is typically used in practice.
         As a result, this array may be converted to an integer in a future
         version of the specification. It is strongly advised to use only
         the first element of this array in preparation for this change.
         
        repeated .com.google.openrtb.PlaybackMethod playbackmethod = 15 [packed = true];
        Specified by:
        getPlaybackmethod in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The playbackmethod at the given index.
      • hasPlaybackend

        public boolean hasPlaybackend()
         The event that causes playback to end.
         
        optional .com.google.openrtb.PlaybackCessationMode playbackend = 27;
        Specified by:
        hasPlaybackend in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        Whether the playbackend field is set.
      • getDeliveryCount

        public int getDeliveryCount()
         Supported delivery methods (e.g., streaming, progressive).
         If none specified, assume all are supported.
         
        repeated .com.google.openrtb.ContentDeliveryMethod delivery = 16 [packed = true];
        Specified by:
        getDeliveryCount in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        The count of delivery.
      • getDelivery

        public OpenRtb.ContentDeliveryMethod getDelivery​(int index)
         Supported delivery methods (e.g., streaming, progressive).
         If none specified, assume all are supported.
         
        repeated .com.google.openrtb.ContentDeliveryMethod delivery = 16 [packed = true];
        Specified by:
        getDelivery in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The delivery at the given index.
      • hasPos

        public boolean hasPos()
         Ad position on screen.
         
        optional .com.google.openrtb.AdPosition pos = 17;
        Specified by:
        hasPos in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        Whether the pos field is set.
      • getCompanionadCount

        public int getCompanionadCount()
         Array of Banner objects (Section 3.2.3) if companion ads are available.
         
        repeated .com.google.openrtb.BidRequest.Imp.Banner companionad = 18;
        Specified by:
        getCompanionadCount in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
      • getApiList

        public List<OpenRtb.APIFramework> getApiList()
         List of supported API frameworks for this impression.
         If an API is not explicitly listed, it is assumed not to be supported.
         
        repeated .com.google.openrtb.APIFramework api = 19 [packed = true];
        Specified by:
        getApiList in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        A list containing the api.
      • getApiCount

        public int getApiCount()
         List of supported API frameworks for this impression.
         If an API is not explicitly listed, it is assumed not to be supported.
         
        repeated .com.google.openrtb.APIFramework api = 19 [packed = true];
        Specified by:
        getApiCount in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        The count of api.
      • getApi

        public OpenRtb.APIFramework getApi​(int index)
         List of supported API frameworks for this impression.
         If an API is not explicitly listed, it is assumed not to be supported.
         
        repeated .com.google.openrtb.APIFramework api = 19 [packed = true];
        Specified by:
        getApi in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The api at the given index.
      • getCompaniontypeList

        public List<OpenRtb.CompanionType> getCompaniontypeList()
         Supported VAST companion ad types.  Recommended if companion Banner
         objects are included via the companionad array.
         
        repeated .com.google.openrtb.CompanionType companiontype = 20 [packed = true];
        Specified by:
        getCompaniontypeList in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        A list containing the companiontype.
      • getCompaniontypeCount

        public int getCompaniontypeCount()
         Supported VAST companion ad types.  Recommended if companion Banner
         objects are included via the companionad array.
         
        repeated .com.google.openrtb.CompanionType companiontype = 20 [packed = true];
        Specified by:
        getCompaniontypeCount in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        The count of companiontype.
      • getCompaniontype

        public OpenRtb.CompanionType getCompaniontype​(int index)
         Supported VAST companion ad types.  Recommended if companion Banner
         objects are included via the companionad array.
         
        repeated .com.google.openrtb.CompanionType companiontype = 20 [packed = true];
        Specified by:
        getCompaniontype in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The companiontype at the given index.
      • hasProtocol

        @Deprecated
        public boolean hasProtocol()
        Deprecated.
        com.google.openrtb.BidRequest.Imp.Video.protocol is deprecated. See openrtb.proto;l=496
         DEPRECATED in OpenRTB 2.3+. Prefer the field <code>protocols</code>.
         Video bid response protocol.
         
        optional .com.google.openrtb.Protocol protocol = 5 [deprecated = true];
        Specified by:
        hasProtocol in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        Whether the protocol field is set.
      • getProtocol

        @Deprecated
        public OpenRtb.Protocol getProtocol()
        Deprecated.
        com.google.openrtb.BidRequest.Imp.Video.protocol is deprecated. See openrtb.proto;l=496
         DEPRECATED in OpenRTB 2.3+. Prefer the field <code>protocols</code>.
         Video bid response protocol.
         
        optional .com.google.openrtb.Protocol protocol = 5 [deprecated = true];
        Specified by:
        getProtocol in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        The protocol.
      • hasCompanionad21

        @Deprecated
        public boolean hasCompanionad21()
        Deprecated.
        com.google.openrtb.BidRequest.Imp.Video.companionad_21 is deprecated. See openrtb.proto;l=504
         REMOVED in OpenRTB 2.2+. Prefer the field <code>companionad</code>.
         
        optional .com.google.openrtb.BidRequest.Imp.Video.CompanionAd companionad_21 = 22 [deprecated = true];
        Specified by:
        hasCompanionad21 in interface OpenRtb.BidRequest.Imp.VideoOrBuilder
        Returns:
        Whether the companionad21 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.ExtendableMessage<OpenRtb.BidRequest.Imp.Video>
      • 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 OpenRtb.BidRequest.Imp.Video parseFrom​(ByteBuffer data)
                                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static OpenRtb.BidRequest.Imp.Video parseFrom​(ByteBuffer data,
                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static OpenRtb.BidRequest.Imp.Video parseFrom​(com.google.protobuf.ByteString data)
                                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

        public static OpenRtb.BidRequest.Imp.Video parseFrom​(byte[] data)
                                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static OpenRtb.BidRequest.Imp.Video parseFrom​(byte[] data,
                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public OpenRtb.BidRequest.Imp.Video.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public OpenRtb.BidRequest.Imp.Video.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

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

        public com.google.protobuf.Parser<OpenRtb.BidRequest.Imp.Video> 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 OpenRtb.BidRequest.Imp.Video getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<OpenRtb.BidRequest.Imp.Video>
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder