Interface AdxExt.BidExt.SdkRenderedAdOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      AdxExt.BidExt.SdkRenderedAd.DeclaredAd getDeclaredAd()
      optional .com.google.doubleclick.BidExt.SdkRenderedAd.DeclaredAd declared_ad = 6;
      AdxExt.BidExt.SdkRenderedAd.DeclaredAdOrBuilder getDeclaredAdOrBuilder()
      optional .com.google.doubleclick.BidExt.SdkRenderedAd.DeclaredAd declared_ad = 6;
      String getId()
      The identifier for the SDK that will render the ad.
      com.google.protobuf.ByteString getIdBytes()
      The identifier for the SDK that will render the ad.
      String getRenderingData()
      Data to pass to the SDK in order to render the ad.
      com.google.protobuf.ByteString getRenderingDataBytes()
      Data to pass to the SDK in order to render the ad.
      boolean hasDeclaredAd()
      optional .com.google.doubleclick.BidExt.SdkRenderedAd.DeclaredAd declared_ad = 6;
      boolean hasId()
      The identifier for the SDK that will render the ad.
      boolean hasRenderingData()
      Data to pass to the SDK in order to render the ad.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

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

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

      • hasId

        boolean hasId()
         The identifier for the SDK that will render the ad. Must match an
         AppExt.InstalledSdk.id sent in the corresponding bid request.
         
        optional string id = 1;
        Returns:
        Whether the id field is set.
      • getId

        String getId()
         The identifier for the SDK that will render the ad. Must match an
         AppExt.InstalledSdk.id sent in the corresponding bid request.
         
        optional string id = 1;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         The identifier for the SDK that will render the ad. Must match an
         AppExt.InstalledSdk.id sent in the corresponding bid request.
         
        optional string id = 1;
        Returns:
        The bytes for id.
      • hasRenderingData

        boolean hasRenderingData()
         Data to pass to the SDK in order to render the ad. This data is opaque
         to the publisher and to Google.
         
        optional string rendering_data = 2;
        Returns:
        Whether the renderingData field is set.
      • getRenderingData

        String getRenderingData()
         Data to pass to the SDK in order to render the ad. This data is opaque
         to the publisher and to Google.
         
        optional string rendering_data = 2;
        Returns:
        The renderingData.
      • getRenderingDataBytes

        com.google.protobuf.ByteString getRenderingDataBytes()
         Data to pass to the SDK in order to render the ad. This data is opaque
         to the publisher and to Google.
         
        optional string rendering_data = 2;
        Returns:
        The bytes for renderingData.
      • hasDeclaredAd

        boolean hasDeclaredAd()
        optional .com.google.doubleclick.BidExt.SdkRenderedAd.DeclaredAd declared_ad = 6;
        Returns:
        Whether the declaredAd field is set.