Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)



Field Classes

The Message class is used to define messages for efficient transmission across network or process space. Messages are defined using field classes.

The following field classes are provided by the protorpc.messages module:

class BooleanField()
Field definition for boolean values.
class BytesField()
Field definition for string values.
class EnumField()
See EnumField .
class FloatField()
Field definition for float values.
class IntegerField()
Field definition for integer values.
class MessageField()
See MessageField .
class StringField()
Field definition for unicode string values.

The following field classes are provided by the protorpc.message_types module:

class DateTimeField()
See DateTimeField .

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.