Skip to content

Commit

Permalink
Merge pull request #2637 from daspecster/update-pb-types-prefix
Browse files Browse the repository at this point in the history
Actual type_url URI is type.googleapis.com.
  • Loading branch information
daspecster authored Oct 28, 2016
2 parents 40932e9 + cb9f037 commit 8038698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/google/cloud/operation.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from google.longrunning import operations_pb2


_GOOGLE_APIS_PREFIX = 'types.googleapis.com'
_GOOGLE_APIS_PREFIX = 'type.googleapis.com'

_TYPE_URL_MAP = {
}
Expand Down

0 comments on commit 8038698

Please sign in to comment.