Public interface definitions of Google APIs. Topics (grpc依赖)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Google APIs b7a1d68ea3 Synchronize new proto/yaml changes. 6 years ago
..
BUILD.bazel Synchronize new proto/yaml changes. 6 years ago
README.md Synchronize new proto changes. 8 years ago
color.proto Synchronize new proto changes. 8 years ago
date.proto Synchronize new proto changes. 8 years ago
dayofweek.proto Synchronize new proto changes. 8 years ago
latlng.proto Synchronize new proto changes. 8 years ago
money.proto Synchronize new proto changes. 8 years ago
postal_address.proto Synchronize new proto changes. 8 years ago
timeofday.proto Synchronize new proto changes. 8 years ago

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.