googleapis/google/type
Google APIs 1163f49531 fix: use proper importpath for datetime go_proto_library
PiperOrigin-RevId: 328807403
2020-08-27 13:41:33 -07:00
..
BUILD.bazel fix: use proper importpath for datetime go_proto_library 2020-08-27 13:41:33 -07:00
README.md Revert "Synchronize new proto/yaml changes." (#554) 2019-05-29 14:23:10 -07:00
calendar_period.proto Updating common proto files in google/type/ with their latest versions. 2019-11-20 15:49:24 -08:00
color.proto Updating common proto files in google/type/ with their latest versions. 2019-11-20 15:49:24 -08:00
date.proto Updating common proto files in google/type/ with their latest versions. 2019-11-20 15:49:24 -08:00
datetime.proto Added DateTime, TimeZone, and Month proto files to google/type 2019-12-06 15:45:53 -08:00
dayofweek.proto Updating common proto files in google/type/ with their latest versions. 2019-11-20 15:49:24 -08:00
expr.proto Updating common proto files in google/type/ with their latest versions. 2019-11-20 15:49:24 -08:00
fraction.proto Updating common proto files in google/type/ with their latest versions. 2019-11-20 15:49:24 -08:00
latlng.proto Add LogPlayerReports and LogImpressions to Playable Locations service 2020-03-08 15:39:50 -07:00
money.proto Updating common proto files in google/type/ with their latest versions. 2019-11-20 15:49:24 -08:00
month.proto Updating common proto files in google/type/ with their latest versions. 2019-11-20 15:49:24 -08:00
postal_address.proto Updating common proto files in google/type/ with their latest versions. 2019-11-20 15:49:24 -08:00
quaternion.proto Updating common proto files in google/type/ with their latest versions. 2019-11-20 15:49:24 -08:00
timeofday.proto Updating common proto files in google/type/ with their latest versions. 2019-11-20 15:49:24 -08:00
type.yaml Added DateTime, TimeZone, and Month proto files to google/type 2019-12-06 15:45:53 -08: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.