google.appengine.api.datastore_types.PackInteger

Packs an integer property into an entity_pb2.PropertyValue.

name The name of the property as a string.
value An int or long instance.
pbvalue The entity_pb2.PropertyValue to pack this value into.