Interface AdxExt.AppExt.InstalledSdkOrBuilder

    • Method Detail

      • hasId

        boolean hasId()
         Identifier for the installed SDK.
         
        optional string id = 1;
        Returns:
        Whether the id field is set.
      • getId

        String getId()
         Identifier for the installed SDK.
         
        optional string id = 1;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         Identifier for the installed SDK.
         
        optional string id = 1;
        Returns:
        The bytes for id.
      • hasSdkVersion

        boolean hasSdkVersion()
         The version of the installed SDK.
         
        optional .com.google.doubleclick.AppExt.InstalledSdk.Version sdk_version = 2;
        Returns:
        Whether the sdkVersion field is set.
      • getSdkVersion

        AdxExt.AppExt.InstalledSdk.Version getSdkVersion()
         The version of the installed SDK.
         
        optional .com.google.doubleclick.AppExt.InstalledSdk.Version sdk_version = 2;
        Returns:
        The sdkVersion.
      • hasAdapterVersion

        boolean hasAdapterVersion()
         The version of the adapter that communicates with the installed SDK.
         
        optional .com.google.doubleclick.AppExt.InstalledSdk.Version adapter_version = 3;
        Returns:
        Whether the adapterVersion field is set.
      • getAdapterVersion

        AdxExt.AppExt.InstalledSdk.Version getAdapterVersion()
         The version of the adapter that communicates with the installed SDK.
         
        optional .com.google.doubleclick.AppExt.InstalledSdk.Version adapter_version = 3;
        Returns:
        The adapterVersion.
      • getAdapterVersionOrBuilder

        AdxExt.AppExt.InstalledSdk.VersionOrBuilder getAdapterVersionOrBuilder()
         The version of the adapter that communicates with the installed SDK.
         
        optional .com.google.doubleclick.AppExt.InstalledSdk.Version adapter_version = 3;