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