Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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