Public Member Functions | |
def | __init__ |
def | deserialize |
def | deserialize_numpy |
def | serialize |
def | serialize_numpy |
Public Attributes | |
error_code | |
error_msg | |
Static Public Attributes | |
int | INVALID_DB_NAME = 3 |
int | INVALID_ID = 2 |
int | JSON_ERROR = 1 |
int | SUCCESS = 0 |
Private Member Functions | |
def | _get_types |
Static Private Attributes | |
list | __slots__ = ['error_code','error_msg'] |
string | _full_text |
_has_header = False | |
string | _md5sum = "8402dddb6d79145b6fae485546387743" |
list | _slot_types = ['int8','string'] |
string | _type = "warehouse/MetadataResponse" |
Definition at line 190 of file _Metadata.py.
def warehouse::srv::_Metadata::MetadataResponse::__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 @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 212 of file _Metadata.py.
def warehouse::srv::_Metadata::MetadataResponse::_get_types | ( | self | ) | [private] |
internal API method
Definition at line 237 of file _Metadata.py.
def warehouse::srv::_Metadata::MetadataResponse::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 257 of file _Metadata.py.
def warehouse::srv::_Metadata::MetadataResponse::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 295 of file _Metadata.py.
def warehouse::srv::_Metadata::MetadataResponse::serialize | ( | self, | ||
buff | ||||
) |
serialize message into buffer @param buff: buffer @type buff: StringIO
Definition at line 243 of file _Metadata.py.
def warehouse::srv::_Metadata::MetadataResponse::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 279 of file _Metadata.py.
list warehouse::srv::_Metadata::MetadataResponse::__slots__ = ['error_code','error_msg'] [static, private] |
Definition at line 209 of file _Metadata.py.
string warehouse::srv::_Metadata::MetadataResponse::_full_text [static, private] |
"""int8 error_code string error_msg int8 SUCCESS=0 int8 JSON_ERROR=1 int8 INVALID_ID=2 int8 INVALID_DB_NAME=3 """
Definition at line 194 of file _Metadata.py.
warehouse::srv::_Metadata::MetadataResponse::_has_header = False [static, private] |
Definition at line 193 of file _Metadata.py.
string warehouse::srv::_Metadata::MetadataResponse::_md5sum = "8402dddb6d79145b6fae485546387743" [static, private] |
Definition at line 191 of file _Metadata.py.
list warehouse::srv::_Metadata::MetadataResponse::_slot_types = ['int8','string'] [static, private] |
Definition at line 210 of file _Metadata.py.
string warehouse::srv::_Metadata::MetadataResponse::_type = "warehouse/MetadataResponse" [static, private] |
Definition at line 192 of file _Metadata.py.
Definition at line 230 of file _Metadata.py.
Definition at line 232 of file _Metadata.py.
int warehouse::srv::_Metadata::MetadataResponse::INVALID_DB_NAME = 3 [static] |
Definition at line 207 of file _Metadata.py.
int warehouse::srv::_Metadata::MetadataResponse::INVALID_ID = 2 [static] |
Definition at line 206 of file _Metadata.py.
int warehouse::srv::_Metadata::MetadataResponse::JSON_ERROR = 1 [static] |
Definition at line 205 of file _Metadata.py.
int warehouse::srv::_Metadata::MetadataResponse::SUCCESS = 0 [static] |
Definition at line 204 of file _Metadata.py.