Interface OpenRtb.BidRequest.ProducerOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCat​(int index)
      Array of IAB content categories that describe the content producer.
      com.google.protobuf.ByteString getCatBytes​(int index)
      Array of IAB content categories that describe the content producer.
      int getCatCount()
      Array of IAB content categories that describe the content producer.
      List<String> getCatList()
      Array of IAB content categories that describe the content producer.
      String getDomain()
      Highest level domain of the content producer (e.g., "producer.com").
      com.google.protobuf.ByteString getDomainBytes()
      Highest level domain of the content producer (e.g., "producer.com").
      String getId()
      Content producer or originator ID.
      com.google.protobuf.ByteString getIdBytes()
      Content producer or originator ID.
      String getName()
      Content producer or originator name (e.g., "Warner Bros").
      com.google.protobuf.ByteString getNameBytes()
      Content producer or originator name (e.g., "Warner Bros").
      boolean hasDomain()
      Highest level domain of the content producer (e.g., "producer.com").
      boolean hasId()
      Content producer or originator ID.
      boolean hasName()
      Content producer or originator name (e.g., "Warner Bros").
      • 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()
         Content producer or originator ID. Useful if content is syndicated,
         and may be posted on a site using embed tags.
         
        optional string id = 1;
        Returns:
        Whether the id field is set.
      • getId

        String getId()
         Content producer or originator ID. Useful if content is syndicated,
         and may be posted on a site using embed tags.
         
        optional string id = 1;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         Content producer or originator ID. Useful if content is syndicated,
         and may be posted on a site using embed tags.
         
        optional string id = 1;
        Returns:
        The bytes for id.
      • hasName

        boolean hasName()
         Content producer or originator name (e.g., "Warner Bros").
         
        optional string name = 2;
        Returns:
        Whether the name field is set.
      • getName

        String getName()
         Content producer or originator name (e.g., "Warner Bros").
         
        optional string name = 2;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Content producer or originator name (e.g., "Warner Bros").
         
        optional string name = 2;
        Returns:
        The bytes for name.
      • getCatList

        List<String> getCatList()
         Array of IAB content categories that describe the content producer.
         See enum ContentCategory.
         
        repeated string cat = 3;
        Returns:
        A list containing the cat.
      • getCatCount

        int getCatCount()
         Array of IAB content categories that describe the content producer.
         See enum ContentCategory.
         
        repeated string cat = 3;
        Returns:
        The count of cat.
      • getCat

        String getCat​(int index)
         Array of IAB content categories that describe the content producer.
         See enum ContentCategory.
         
        repeated string cat = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The cat at the given index.
      • getCatBytes

        com.google.protobuf.ByteString getCatBytes​(int index)
         Array of IAB content categories that describe the content producer.
         See enum ContentCategory.
         
        repeated string cat = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the cat at the given index.
      • hasDomain

        boolean hasDomain()
         Highest level domain of the content producer (e.g., "producer.com").
         
        optional string domain = 4;
        Returns:
        Whether the domain field is set.
      • getDomain

        String getDomain()
         Highest level domain of the content producer (e.g., "producer.com").
         
        optional string domain = 4;
        Returns:
        The domain.
      • getDomainBytes

        com.google.protobuf.ByteString getDomainBytes()
         Highest level domain of the content producer (e.g., "producer.com").
         
        optional string domain = 4;
        Returns:
        The bytes for domain.