Skip to content

Commit

Permalink
fix: expose all names in longrunning _pb2's (#90)
Browse files Browse the repository at this point in the history
* fix: epoxse all names in longrunning _pb2's

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* chore: set version to 1.55.1b1

* chore: revert changes to noxfile

* chore: try again

* chore: revert version #

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <[email protected]>
  • Loading branch information
3 people authored Mar 17, 2022
1 parent 76bb9f6 commit 09e9ccd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
9 changes: 9 additions & 0 deletions google/longrunning/operations_grpc_pb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,13 @@
# all of the message and gRPC definitions.

from google.longrunning.operations_proto_pb2 import *
from google.longrunning.operations_proto_pb2 import _OPERATION
from google.longrunning.operations_proto_pb2 import _OPERATION
from google.longrunning.operations_proto_pb2 import _GETOPERATIONREQUEST
from google.longrunning.operations_proto_pb2 import _LISTOPERATIONSREQUEST
from google.longrunning.operations_proto_pb2 import _LISTOPERATIONSRESPONSE
from google.longrunning.operations_proto_pb2 import _CANCELOPERATIONREQUEST
from google.longrunning.operations_proto_pb2 import _DELETEOPERATIONREQUEST
from google.longrunning.operations_proto_pb2 import _OPERATIONINFO
from google.longrunning.operations_proto_pb2 import _OPERATIONS
from google.longrunning.operations_pb2_grpc import *
15 changes: 15 additions & 0 deletions google/longrunning/operations_pb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,21 @@
try:
from google.longrunning.operations_grpc_pb2 import *
from google.longrunning.operations_grpc_pb2 import _OPERATION
from google.longrunning.operations_grpc_pb2 import _GETOPERATIONREQUEST
from google.longrunning.operations_grpc_pb2 import _LISTOPERATIONSREQUEST
from google.longrunning.operations_grpc_pb2 import _LISTOPERATIONSRESPONSE
from google.longrunning.operations_grpc_pb2 import _CANCELOPERATIONREQUEST
from google.longrunning.operations_grpc_pb2 import _DELETEOPERATIONREQUEST
from google.longrunning.operations_grpc_pb2 import _OPERATIONINFO
from google.longrunning.operations_grpc_pb2 import _OPERATIONS
except ImportError:
from google.longrunning.operations_proto_pb2 import *
from google.longrunning.operations_proto_pb2 import _OPERATION
from google.longrunning.operations_proto_pb2 import _OPERATION
from google.longrunning.operations_proto_pb2 import _GETOPERATIONREQUEST
from google.longrunning.operations_proto_pb2 import _LISTOPERATIONSREQUEST
from google.longrunning.operations_proto_pb2 import _LISTOPERATIONSRESPONSE
from google.longrunning.operations_proto_pb2 import _CANCELOPERATIONREQUEST
from google.longrunning.operations_proto_pb2 import _DELETEOPERATIONREQUEST
from google.longrunning.operations_proto_pb2 import _OPERATIONINFO
from google.longrunning.operations_proto_pb2 import _OPERATIONS

0 comments on commit 09e9ccd

Please sign in to comment.