Skip to content

Commit cb9f037

Browse files
authored
Actual type_url URI is type.googleapis.com.
1 parent 05b5059 commit cb9f037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/google/cloud/operation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from google.longrunning import operations_pb2
1818

1919

20-
_GOOGLE_APIS_PREFIX = 'types.googleapis.com'
20+
_GOOGLE_APIS_PREFIX = 'type.googleapis.com'
2121

2222
_TYPE_URL_MAP = {
2323
}

0 commit comments

Comments
 (0)