Package | Description |
---|---|
com.enremmeta.rtb.proto.brx |
Modifier and Type | Field and Description |
---|---|
private static BrxRtb095.Protocol[] |
BrxRtb095.Protocol.VALUES |
Modifier and Type | Field and Description |
---|---|
private static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Protocol> |
BrxRtb095.Protocol.internalValueMap |
private List<BrxRtb095.Protocol> |
BrxRtb095.BidRequest.Video.protocol_ |
private List<BrxRtb095.Protocol> |
BrxRtb095.BidRequest.Video.Builder.protocol_ |
Modifier and Type | Method and Description |
---|---|
BrxRtb095.Protocol |
BrxRtb095.BidRequest.VideoOrBuilder.getProtocol(int index)
repeated .Protocol protocol = 5; |
BrxRtb095.Protocol |
BrxRtb095.BidRequest.Video.getProtocol(int index)
repeated .Protocol protocol = 5; |
BrxRtb095.Protocol |
BrxRtb095.BidRequest.Video.Builder.getProtocol(int index)
repeated .Protocol protocol = 5; |
static BrxRtb095.Protocol |
BrxRtb095.Protocol.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BrxRtb095.Protocol |
BrxRtb095.Protocol.valueOf(int value) |
static BrxRtb095.Protocol |
BrxRtb095.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrxRtb095.Protocol[] |
BrxRtb095.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<BrxRtb095.Protocol> |
BrxRtb095.BidRequest.VideoOrBuilder.getProtocolList()
repeated .Protocol protocol = 5; |
List<BrxRtb095.Protocol> |
BrxRtb095.BidRequest.Video.getProtocolList()
repeated .Protocol protocol = 5; |
List<BrxRtb095.Protocol> |
BrxRtb095.BidRequest.Video.Builder.getProtocolList()
repeated .Protocol protocol = 5; |
static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Protocol> |
BrxRtb095.Protocol.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
BrxRtb095.BidRequest.Video.Builder |
BrxRtb095.BidRequest.Video.Builder.addProtocol(BrxRtb095.Protocol value)
repeated .Protocol protocol = 5; |
BrxRtb095.BidRequest.Video.Builder |
BrxRtb095.BidRequest.Video.Builder.setProtocol(int index,
BrxRtb095.Protocol value)
repeated .Protocol protocol = 5; |
Modifier and Type | Method and Description |
---|---|
BrxRtb095.BidRequest.Video.Builder |
BrxRtb095.BidRequest.Video.Builder.addAllProtocol(Iterable<? extends BrxRtb095.Protocol> values)
repeated .Protocol protocol = 5; |