Skip to main content Module common Copy item path Source color colorImplementations for the google.type.Color message. date dateImplementations for the google.type.Date message. date_time datetimeNested message and enum types in DateTime. datetime datetimeImplementations for the google.type.DateTime message. decimal decimalImplementations for the google.type.Decimal message. fraction fractionImplementations for the google.type.Fraction message. interval intervalImplementations for the google.type.Interval message. latlng latlngImplementations for the google.type.LatLng message. money moneyImplementations for the google.type.Money message. phone_number phone_numberNested message and enum types in PhoneNumber. time_of_day timeofdayImplementations for the google.type.TimeOfDay message. Color colorRepresents a color in the RGBA color space. Date dateRepresents a whole or partial calendar date, such as a birthday. DateTime datetimeRepresents civil time (or occasionally physical time). Decimal decimalA representation of a decimal value, such as 2.5. Clients may convert values
into language-native decimal formats, such as Java’s [BigDecimal][] or
Python’s [decimal.Decimal][]. Expr exprRepresents a textual expression in the Common Expression Language (CEL)
syntax. Fraction fractionRepresents a fraction in terms of a numerator divided by a denominator. Interval intervalRepresents a time interval, encoded as a Timestamp start (inclusive) and a
Timestamp end (exclusive). LatLng latlngAn object that represents a latitude/longitude pair. LocalizedText localized_textLocalized variant of a text in a particular language. Money moneyRepresents an amount of money with its currency type. PhoneNumber phone_numberAn object representing a phone number, suitable as an API wire format. PostalAddress postal_addressRepresents a postal address, e.g. for postal delivery or payments addresses. Quaternion quaternionA quaternion is defined as the quotient of two directed lines in a
three-dimensional space or equivalently as the quotient of two Euclidean
vectors (https://en.wikipedia.org/wiki/Quaternion ). TimeOfDay timeofdayRepresents a time of day. TimeZone datetimeRepresents a time zone from the
IANA Time Zone Database . CalendarPeriod A CalendarPeriod represents the abstract concept of a time period that has
a canonical start. Grammatically, “the start of the current
CalendarPeriod.” All calendar times begin at midnight UTC. DayOfWeek Represents a day of the week. Month Represents a month in the Gregorian calendar.