Uses of Class
com.google.openrtb.OpenRtb.Protocol
-
Packages that use OpenRtb.Protocol Package Description com.google.openrtb OpenRTB model. -
-
Uses of OpenRtb.Protocol in com.google.openrtb
Methods in com.google.openrtb that return OpenRtb.Protocol Modifier and Type Method Description static OpenRtb.ProtocolOpenRtb.Protocol. forNumber(int value)OpenRtb.ProtocolOpenRtb.BidRequest.Imp.Video.Builder. getProtocol()Deprecated.com.google.openrtb.BidRequest.Imp.Video.protocol is deprecated.OpenRtb.ProtocolOpenRtb.BidRequest.Imp.Video. getProtocol()Deprecated.com.google.openrtb.BidRequest.Imp.Video.protocol is deprecated.OpenRtb.ProtocolOpenRtb.BidRequest.Imp.VideoOrBuilder. getProtocol()Deprecated.com.google.openrtb.BidRequest.Imp.Video.protocol is deprecated.OpenRtb.ProtocolOpenRtb.BidResponse.SeatBid.Bid.Builder. getProtocol()Video response protocol of the markup if applicable.OpenRtb.ProtocolOpenRtb.BidResponse.SeatBid.Bid. getProtocol()Video response protocol of the markup if applicable.OpenRtb.ProtocolOpenRtb.BidResponse.SeatBid.BidOrBuilder. getProtocol()Video response protocol of the markup if applicable.OpenRtb.ProtocolOpenRtb.BidRequest.Imp.Audio.Builder. getProtocols(int index)Array of supported audio protocols.OpenRtb.ProtocolOpenRtb.BidRequest.Imp.Audio. getProtocols(int index)Array of supported audio protocols.OpenRtb.ProtocolOpenRtb.BidRequest.Imp.AudioOrBuilder. getProtocols(int index)Array of supported audio protocols.OpenRtb.ProtocolOpenRtb.BidRequest.Imp.Video.Builder. getProtocols(int index)Array of supported video bid response protocols.OpenRtb.ProtocolOpenRtb.BidRequest.Imp.Video. getProtocols(int index)Array of supported video bid response protocols.OpenRtb.ProtocolOpenRtb.BidRequest.Imp.VideoOrBuilder. getProtocols(int index)Array of supported video bid response protocols.static OpenRtb.ProtocolOpenRtb.Protocol. valueOf(int value)Deprecated.static OpenRtb.ProtocolOpenRtb.Protocol. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static OpenRtb.ProtocolOpenRtb.Protocol. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenRtb.Protocol[]OpenRtb.Protocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.openrtb that return types with arguments of type OpenRtb.Protocol Modifier and Type Method Description List<OpenRtb.Protocol>OpenRtb.BidRequest.Imp.Audio.Builder. getProtocolsList()Array of supported audio protocols.List<OpenRtb.Protocol>OpenRtb.BidRequest.Imp.Audio. getProtocolsList()Array of supported audio protocols.List<OpenRtb.Protocol>OpenRtb.BidRequest.Imp.AudioOrBuilder. getProtocolsList()Array of supported audio protocols.List<OpenRtb.Protocol>OpenRtb.BidRequest.Imp.Video.Builder. getProtocolsList()Array of supported video bid response protocols.List<OpenRtb.Protocol>OpenRtb.BidRequest.Imp.Video. getProtocolsList()Array of supported video bid response protocols.List<OpenRtb.Protocol>OpenRtb.BidRequest.Imp.VideoOrBuilder. getProtocolsList()Array of supported video bid response protocols.static com.google.protobuf.Internal.EnumLiteMap<OpenRtb.Protocol>OpenRtb.Protocol. internalGetValueMap()Methods in com.google.openrtb with parameters of type OpenRtb.Protocol Modifier and Type Method Description OpenRtb.BidRequest.Imp.Audio.BuilderOpenRtb.BidRequest.Imp.Audio.Builder. addProtocols(OpenRtb.Protocol value)Array of supported audio protocols.OpenRtb.BidRequest.Imp.Video.BuilderOpenRtb.BidRequest.Imp.Video.Builder. addProtocols(OpenRtb.Protocol value)Array of supported video bid response protocols.OpenRtb.BidRequest.Imp.Video.BuilderOpenRtb.BidRequest.Imp.Video.Builder. setProtocol(OpenRtb.Protocol value)Deprecated.com.google.openrtb.BidRequest.Imp.Video.protocol is deprecated.OpenRtb.BidResponse.SeatBid.Bid.BuilderOpenRtb.BidResponse.SeatBid.Bid.Builder. setProtocol(OpenRtb.Protocol value)Video response protocol of the markup if applicable.OpenRtb.BidRequest.Imp.Audio.BuilderOpenRtb.BidRequest.Imp.Audio.Builder. setProtocols(int index, OpenRtb.Protocol value)Array of supported audio protocols.OpenRtb.BidRequest.Imp.Video.BuilderOpenRtb.BidRequest.Imp.Video.Builder. setProtocols(int index, OpenRtb.Protocol value)Array of supported video bid response protocols.Method parameters in com.google.openrtb with type arguments of type OpenRtb.Protocol Modifier and Type Method Description OpenRtb.BidRequest.Imp.Audio.BuilderOpenRtb.BidRequest.Imp.Audio.Builder. addAllProtocols(Iterable<? extends OpenRtb.Protocol> values)Array of supported audio protocols.OpenRtb.BidRequest.Imp.Video.BuilderOpenRtb.BidRequest.Imp.Video.Builder. addAllProtocols(Iterable<? extends OpenRtb.Protocol> values)Array of supported video bid response protocols.
-