aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/googleapis/google/type/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/googleapis/google/type/README.md')
-rw-r--r--third_party/googleapis/google/type/README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/third_party/googleapis/google/type/README.md b/third_party/googleapis/google/type/README.md
new file mode 100644
index 0000000000..6caf02cf1f
--- /dev/null
+++ b/third_party/googleapis/google/type/README.md
@@ -0,0 +1,16 @@
+# Google Common Types
+
+This package contains definitions of common types for Google APIs.
+All types defined in this package are suitable for different APIs to
+exchange data, and will never break binary compatibility. They should
+have design quality comparable to major programming languages like
+Java and C#.
+
+NOTE: Some common types are defined in the package `google.protobuf`
+as they are directly supported by Protocol Buffers compiler and
+runtime. Those types are called Well-Known Types.
+
+## Java Utilities
+
+A set of Java utilities for the Common Types are provided in the
+`//java/com/google/type/util/` package. \ No newline at end of file