Created
August 21, 2023 20:47
-
-
Save MolarFox/12036704809d231918dff1a6a6e00867 to your computer and use it in GitHub Desktop.
grpc partial failure object methods
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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