Skip to content

Commit

Permalink
chore(proto): update to latest proto files
Browse files Browse the repository at this point in the history
Signed-off-by: Dipendu Ghosh <[email protected]>

Signed-off-by: dipendughosh <[email protected]>
  • Loading branch information
dipendughosh authored and sandersms committed Jan 17, 2024
1 parent 7231bfb commit 36882b8
Show file tree
Hide file tree
Showing 24 changed files with 1,746 additions and 1,628 deletions.
151 changes: 76 additions & 75 deletions pydpu/proto/v1/bgp_pb2.py

Large diffs are not rendered by default.

1,319 changes: 680 additions & 639 deletions pydpu/proto/v1/cloudrpc_pb2.py

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions pydpu/proto/v1/cloudrpc_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def __init__(self, channel):
)
self.ListNextHop = channel.unary_unary(
'/opi_api.network.cloud.v1alpha1.CloudInfraService/ListNextHop',
request_serializer=cloudrpc__pb2.ListNextHopsRequest.SerializeToString,
request_serializer=cloudrpc__pb2.ListNextHopRequest.SerializeToString,
response_deserializer=cloudrpc__pb2.ListNextHopsResponse.FromString,
)
self.GetNextHop = channel.unary_unary(
Expand Down Expand Up @@ -1463,7 +1463,7 @@ def add_CloudInfraServiceServicer_to_server(servicer, server):
),
'ListNextHop': grpc.unary_unary_rpc_method_handler(
servicer.ListNextHop,
request_deserializer=cloudrpc__pb2.ListNextHopsRequest.FromString,
request_deserializer=cloudrpc__pb2.ListNextHopRequest.FromString,
response_serializer=cloudrpc__pb2.ListNextHopsResponse.SerializeToString,
),
'GetNextHop': grpc.unary_unary_rpc_method_handler(
Expand Down Expand Up @@ -2677,7 +2677,7 @@ def ListNextHop(request,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/opi_api.network.cloud.v1alpha1.CloudInfraService/ListNextHop',
cloudrpc__pb2.ListNextHopsRequest.SerializeToString,
cloudrpc__pb2.ListNextHopRequest.SerializeToString,
cloudrpc__pb2.ListNextHopsResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
Expand Down
59 changes: 30 additions & 29 deletions pydpu/proto/v1/device_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 36882b8

Please sign in to comment.