ref service: FindBranch and FindAllBranches
As the comment in test says, using `branch=None` translates in an actual `Branch` message with empty `name`, and this has been checked to be the proper representation for "lack of branch": gRPC doesn't have null/nil/None, using default values instead (reminescent of String rules in Golang).
Please register or sign in to comment