googleapis/google/type
Google APIs a9589347c8 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 276110444
2019-10-22 11:43:03 -07:00
..
BUILD.bazel Synchronize new proto/yaml changes. 2019-10-22 11:43:03 -07:00
README.md Revert "Synchronize new proto/yaml changes." (#554) 2019-05-29 14:23:10 -07:00
calendar_period.proto Synchronize new proto/yaml changes. 2019-03-11 21:23:08 -07:00
color.proto Synchronize new proto/yaml changes. 2019-03-11 21:23:08 -07:00
date.proto Synchronize new proto/yaml changes. 2019-03-11 21:23:08 -07:00
dayofweek.proto Synchronize new proto/yaml changes. 2019-03-11 21:23:08 -07:00
expr.proto Synchronize new proto/yaml changes. 2019-03-11 21:23:08 -07:00
fraction.proto Synchronize new proto/yaml changes. 2019-03-11 21:23:08 -07:00
latlng.proto Synchronize new proto/yaml changes. 2019-03-11 21:23:08 -07:00
money.proto Synchronize new proto/yaml changes. 2019-03-11 21:23:08 -07:00
postal_address.proto Synchronize new proto/yaml changes. 2019-06-20 14:48:19 -07:00
quaternion.proto Synchronize new proto/yaml changes. 2019-03-11 21:23:08 -07:00
timeofday.proto Synchronize new proto/yaml changes. 2019-03-11 21:23:08 -07:00
type.yaml Synchronize new proto/yaml changes. 2019-03-11 21:23:08 -07:00

README.md

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.