Interface AdxExt.ImpExt.BuyerGeneratedRequestData.SourceAppOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getId()
      Identifier for the SDK that generated this data.
      com.google.protobuf.ByteString getIdBytes()
      Identifier for the SDK that generated this data.
      boolean hasId()
      Identifier for the SDK that generated this data.
      • 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()
         Identifier for the SDK that generated this data. It will match the id
         in AppExt.InstalledSdk.id.
         
        optional string id = 1;
        Returns:
        Whether the id field is set.
      • getId

        String getId()
         Identifier for the SDK that generated this data. It will match the id
         in AppExt.InstalledSdk.id.
         
        optional string id = 1;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         Identifier for the SDK that generated this data. It will match the id
         in AppExt.InstalledSdk.id.
         
        optional string id = 1;
        Returns:
        The bytes for id.