From 09e9ccd86c21dceb3a5add66cc4bf5009cb255a9 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Thu, 17 Mar 2022 12:47:02 -0600 Subject: [PATCH] fix: expose all names in longrunning _pb2's (#90) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 Co-authored-by: Anthonios Partheniou --- google/longrunning/operations_grpc_pb2.py | 9 +++++++++ google/longrunning/operations_pb2.py | 15 +++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/google/longrunning/operations_grpc_pb2.py b/google/longrunning/operations_grpc_pb2.py index e2dbf60..e03cbeb 100644 --- a/google/longrunning/operations_grpc_pb2.py +++ b/google/longrunning/operations_grpc_pb2.py @@ -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 * diff --git a/google/longrunning/operations_pb2.py b/google/longrunning/operations_pb2.py index ee8f458..bcd9ed5 100644 --- a/google/longrunning/operations_pb2.py +++ b/google/longrunning/operations_pb2.py @@ -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