Public Member Functions | |
def | __init__ |
def | deserialize |
def | deserialize_numpy |
def | serialize |
def | serialize_numpy |
Public Attributes | |
collection_created | |
db_created | |
error_code | |
error_msg | |
topic | |
Static Public Attributes | |
int | EXISTING_COLLECTION_MISMATCH = 3 |
int | ILLEGAL_COLLECTION_NAME = 6 |
int | ILLEGAL_DB_NAME = 5 |
int | ILLEGAL_TOPIC_NAME = 7 |
int | INVALID_INDEXED_FIELD = 4 |
int | MESSAGE_NOT_FOUND_IN_PACKAGE = 2 |
int | PACKAGE_NOT_FOUND = 1 |
int | SUCCESS = 0 |
Private Member Functions | |
def | _get_types |
Static Private Attributes | |
list | __slots__ = ['error_code','error_msg','topic','db_created','collection_created'] |
string | _full_text |
_has_header = False | |
string | _md5sum = "60987d4183548cf4020578d7f6366bb4" |
list | _slot_types = ['int8','string','string','bool','bool'] |
string | _type = "warehouse/SetupCollectionResponse" |
Definition at line 293 of file _SetupCollection.py.
def warehouse::srv::_SetupCollection::SetupCollectionResponse::__init__ | ( | self, | ||
args, | ||||
kwds | ||||
) |
Constructor. Any message fields that are implicitly/explicitly set to None will be assigned a default value. The recommend use is keyword arguments as this is more robust to future message changes. You cannot mix in-order arguments and keyword arguments. The available fields are: error_code,error_msg,topic,db_created,collection_created @param args: complete set of field values, in .msg order @param kwds: use keyword arguments corresponding to message field names to set specific fields.
Definition at line 333 of file _SetupCollection.py.
def warehouse::srv::_SetupCollection::SetupCollectionResponse::_get_types | ( | self | ) | [private] |
internal API method
Definition at line 367 of file _SetupCollection.py.
def warehouse::srv::_SetupCollection::SetupCollectionResponse::deserialize | ( | self, | ||
str | ||||
) |
unpack serialized message in str into this message instance @param str: byte array of serialized message @type str: str
Definition at line 392 of file _SetupCollection.py.
def warehouse::srv::_SetupCollection::SetupCollectionResponse::deserialize_numpy | ( | self, | ||
str, | ||||
numpy | ||||
) |
unpack serialized message in str into this message instance using numpy for array types @param str: byte array of serialized message @type str: str @param numpy: numpy python module @type numpy: module
Definition at line 447 of file _SetupCollection.py.
def warehouse::srv::_SetupCollection::SetupCollectionResponse::serialize | ( | self, | ||
buff | ||||
) |
serialize message into buffer @param buff: buffer @type buff: StringIO
Definition at line 373 of file _SetupCollection.py.
def warehouse::srv::_SetupCollection::SetupCollectionResponse::serialize_numpy | ( | self, | ||
buff, | ||||
numpy | ||||
) |
serialize message with numpy array types into buffer @param buff: buffer @type buff: StringIO @param numpy: numpy python module @type numpy module
Definition at line 426 of file _SetupCollection.py.
list warehouse::srv::_SetupCollection::SetupCollectionResponse::__slots__ = ['error_code','error_msg','topic','db_created','collection_created'] [static, private] |
Definition at line 330 of file _SetupCollection.py.
string warehouse::srv::_SetupCollection::SetupCollectionResponse::_full_text [static, private] |
"""int8 error_code string error_msg string topic bool db_created bool collection_created int8 SUCCESS=0 int8 PACKAGE_NOT_FOUND=1 int8 MESSAGE_NOT_FOUND_IN_PACKAGE=2 int8 EXISTING_COLLECTION_MISMATCH=3 int8 INVALID_INDEXED_FIELD=4 int8 ILLEGAL_DB_NAME=5 int8 ILLEGAL_COLLECTION_NAME=6 int8 ILLEGAL_TOPIC_NAME=7 """
Definition at line 297 of file _SetupCollection.py.
warehouse::srv::_SetupCollection::SetupCollectionResponse::_has_header = False [static, private] |
Definition at line 296 of file _SetupCollection.py.
string warehouse::srv::_SetupCollection::SetupCollectionResponse::_md5sum = "60987d4183548cf4020578d7f6366bb4" [static, private] |
Definition at line 294 of file _SetupCollection.py.
list warehouse::srv::_SetupCollection::SetupCollectionResponse::_slot_types = ['int8','string','string','bool','bool'] [static, private] |
Definition at line 331 of file _SetupCollection.py.
string warehouse::srv::_SetupCollection::SetupCollectionResponse::_type = "warehouse/SetupCollectionResponse" [static, private] |
Definition at line 295 of file _SetupCollection.py.
Definition at line 359 of file _SetupCollection.py.
Definition at line 357 of file _SetupCollection.py.
Definition at line 351 of file _SetupCollection.py.
Definition at line 353 of file _SetupCollection.py.
int warehouse::srv::_SetupCollection::SetupCollectionResponse::EXISTING_COLLECTION_MISMATCH = 3 [static] |
Definition at line 324 of file _SetupCollection.py.
Definition at line 327 of file _SetupCollection.py.
Definition at line 326 of file _SetupCollection.py.
Definition at line 328 of file _SetupCollection.py.
Definition at line 325 of file _SetupCollection.py.
int warehouse::srv::_SetupCollection::SetupCollectionResponse::MESSAGE_NOT_FOUND_IN_PACKAGE = 2 [static] |
Definition at line 323 of file _SetupCollection.py.
Definition at line 322 of file _SetupCollection.py.
int warehouse::srv::_SetupCollection::SetupCollectionResponse::SUCCESS = 0 [static] |
Definition at line 321 of file _SetupCollection.py.
Definition at line 355 of file _SetupCollection.py.