We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994c526 commit a173986Copy full SHA for a173986
src/ansys/geometry/core/_grpc/_services/v1/conversions.py
@@ -33,7 +33,7 @@
33
def from_grpc_backend_type_to_backend_type(
34
grpc_backend_type: GRPCBackendType,
35
) -> "BackendType":
36
- """Convert a gRPC backend type to a backend type.
+ """Convert a gRPC v1 backend type to a backend type.
37
38
Parameters
39
----------
@@ -71,7 +71,7 @@ def from_grpc_backend_type_to_backend_type(
71
72
73
def build_grpc_id(id: str) -> EntityIdentifier:
74
- """Build an EntityIdentifier gRPC message.
+ """Build a v1 EntityIdentifier gRPC message.
75
76
77
0 commit comments