Skip to content

Instantly share code, notes, and snippets.

@MolarFox
Created August 21, 2023 20:47
Show Gist options
  • Select an option

  • Save MolarFox/12036704809d231918dff1a6a6e00867 to your computer and use it in GitHub Desktop.

Select an option

Save MolarFox/12036704809d231918dff1a6a6e00867 to your computer and use it in GitHub Desktop.
grpc partial failure object methods
{
"message": "This is a log detailing type and methods of the partial failure status object returned by Google grpc after an `add_offline_user_data_job_operations` call",
"type": "<class 'google.rpc.status_pb2.Status'>",
"methods": [
"ByteSize",
"Clear",
"ClearExtension",
"ClearField",
"CopyFrom",
"DESCRIPTOR",
"DiscardUnknownFields",
"Extensions",
"FindInitializationErrors",
"FromString",
"HasExtension",
"HasField",
"IsInitialized",
"ListFields",
"MergeFrom",
"MergeFromString",
"ParseFromString",
"RegisterExtension",
"SerializePartialToString",
"SerializeToString",
"SetInParent",
"UnknownFields",
"WhichOneof",
"_CheckCalledFromGeneratedFile",
"_ListFieldsItemKey",
"_SetListener",
"__class__",
"__deepcopy__",
"__delattr__",
"__dir__",
"__doc__",
"__eq__",
"__format__",
"__ge__",
"__getattribute__",
"__getstate__",
"__gt__",
"__hash__",
"__init__",
"__init_subclass__",
"__le__",
"__lt__",
"__module__",
"__ne__",
"__new__",
"__reduce__",
"__reduce_ex__",
"__repr__",
"__setattr__",
"__setstate__",
"__sizeof__",
"__slots__",
"__str__",
"__subclasshook__",
"__unicode__"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment