• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1type: google.api.Service
2config_version: 3
3name: type.googleapis.com
4title: Common Types
5
6types:
7- name: google.type.Color
8- name: google.type.Date
9- name: google.type.DateTime
10- name: google.type.Decimal
11- name: google.type.Expr
12- name: google.type.Fraction
13- name: google.type.Interval
14- name: google.type.LatLng
15- name: google.type.LocalizedText
16- name: google.type.Money
17- name: google.type.PhoneNumber
18- name: google.type.PostalAddress
19- name: google.type.Quaternion
20- name: google.type.TimeOfDay
21
22enums:
23- name: google.type.CalendarPeriod
24- name: google.type.DayOfWeek
25- name: google.type.Month
26
27documentation:
28  summary: Defines common types for Google APIs.
29  overview: |-
30    # Google Common Types
31
32    This package contains definitions of common types for Google APIs.
33    All types defined in this package are suitable for different APIs to
34    exchange data, and will never break binary compatibility. They should
35    have design quality comparable to major programming languages like
36    Java and C#.
37
38    NOTE: Some common types are defined in the package `google.protobuf`
39    as they are directly supported by Protocol Buffers compiler and
40    runtime. Those types are called Well-Known Types.
41