Interface OpenRtb.BidRequest.DataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getId()
      Exchange-specific ID for the data provider.
      com.google.protobuf.ByteString getIdBytes()
      Exchange-specific ID for the data provider.
      String getName()
      Exchange-specific name for the data provider.
      com.google.protobuf.ByteString getNameBytes()
      Exchange-specific name for the data provider.
      OpenRtb.BidRequest.Data.Segment getSegment​(int index)
      Array of Segment (Section 3.2.15) objects that contain the actual data values.
      int getSegmentCount()
      Array of Segment (Section 3.2.15) objects that contain the actual data values.
      List<OpenRtb.BidRequest.Data.Segment> getSegmentList()
      Array of Segment (Section 3.2.15) objects that contain the actual data values.
      OpenRtb.BidRequest.Data.SegmentOrBuilder getSegmentOrBuilder​(int index)
      Array of Segment (Section 3.2.15) objects that contain the actual data values.
      List<? extends OpenRtb.BidRequest.Data.SegmentOrBuilder> getSegmentOrBuilderList()
      Array of Segment (Section 3.2.15) objects that contain the actual data values.
      boolean hasId()
      Exchange-specific ID for the data provider.
      boolean hasName()
      Exchange-specific name for the data provider.
      • Methods inherited from interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder

        getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtension
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasId

        boolean hasId()
         Exchange-specific ID for the data provider.
         
        optional string id = 1;
        Returns:
        Whether the id field is set.
      • getId

        String getId()
         Exchange-specific ID for the data provider.
         
        optional string id = 1;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         Exchange-specific ID for the data provider.
         
        optional string id = 1;
        Returns:
        The bytes for id.
      • hasName

        boolean hasName()
         Exchange-specific name for the data provider.
         
        optional string name = 2;
        Returns:
        Whether the name field is set.
      • getName

        String getName()
         Exchange-specific name for the data provider.
         
        optional string name = 2;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Exchange-specific name for the data provider.
         
        optional string name = 2;
        Returns:
        The bytes for name.
      • getSegmentList

        List<OpenRtb.BidRequest.Data.Segment> getSegmentList()
         Array of Segment (Section 3.2.15) objects that contain the actual
         data values.
         
        repeated .com.google.openrtb.BidRequest.Data.Segment segment = 3;
      • getSegment

        OpenRtb.BidRequest.Data.Segment getSegment​(int index)
         Array of Segment (Section 3.2.15) objects that contain the actual
         data values.
         
        repeated .com.google.openrtb.BidRequest.Data.Segment segment = 3;
      • getSegmentCount

        int getSegmentCount()
         Array of Segment (Section 3.2.15) objects that contain the actual
         data values.
         
        repeated .com.google.openrtb.BidRequest.Data.Segment segment = 3;
      • getSegmentOrBuilderList

        List<? extends OpenRtb.BidRequest.Data.SegmentOrBuilder> getSegmentOrBuilderList()
         Array of Segment (Section 3.2.15) objects that contain the actual
         data values.
         
        repeated .com.google.openrtb.BidRequest.Data.Segment segment = 3;
      • getSegmentOrBuilder

        OpenRtb.BidRequest.Data.SegmentOrBuilder getSegmentOrBuilder​(int index)
         Array of Segment (Section 3.2.15) objects that contain the actual
         data values.
         
        repeated .com.google.openrtb.BidRequest.Data.Segment segment = 3;