google.appengine.api.datastore_types.PackString

Packs a string-typed property into a entity_pb2.PropertyValue.

name The name of the property as a string.
value A string, unicode, or string-like value instance.
pbvalue The entity_pb2.PropertyValue to pack this value into.