Skip to content

Commit e63bc72

Browse files
authored
Merge pull request #276 from Logofile/sync
Documentation update
2 parents afde7aa + 941f4f6 commit e63bc72

File tree

9 files changed

+232
-286
lines changed

9 files changed

+232
-286
lines changed

content/best-practices/dos-donts.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,11 @@ when a perfectly suitable common type already exists!
168168
* [`color`](https://github.com/googleapis/googleapis/blob/master/google/type/color.proto)
169169
is a color in the RGBA color space.
170170

171+
**Note:** While the "Well-Known Types" (such as `Duration` and `Timestamp`) are
172+
included with the Protocol Buffers compiler, the "Common Types" (such as `Date`
173+
and `Money`) are not. To use the Common Types, you may need to add a dependency
174+
on the [googleapis repository](https://github.com/googleapis/googleapis).
175+
171176
<a id="do-define-widely-used-message-types-in-separate-files"></a>
172177

173178
## **Do** Define Message Types in Separate Files {#separate-files}

0 commit comments

Comments
 (0)