This protocol buffer holds the building-specific attributes for features of type TYPE_COMPOUND_BUILDING.
Author: Darth Autocrat
GeostoreBusinessHoursProto
A BusinessHoursProto stores a weekly schedule of opening hours for a business (represented as a BusinessHours message) together with other closely related information that is Geo-specific.
GeostoreCanonicalGConceptProto
This proto represents a canonical gconcept of a business chain’s members.
GeostoreCityJsonProto
CityJsonProto is a custom proto representation of the portion of the CityJSON spec (https://www.cityjson.org/) relevant to internal projects. See go/cityjsonproto-design for more information about the modeling and design decisions implemented here. LINT.IfChange
GeostoreCityJsonProtoAppearanceMaterial
Representation of a single material that can describe a geometry surface. See technical definitions of these fields via the description and link at https://www.cityjson.org/specs/2.0.0/#material-object.
GeostoreCityJsonProtoCityObject
Representation of an object with geometry.
GeostoreCityJsonProtoCityObjectGeometryMaterialSpec
Used to reference a predefined material from a geometric primitive.
FocusBackendDeviceRawContactId
//////////////////// DeviceRawContactId ////////////////////// Used by Device Contacts Only. The Raw ID as assigned to the original contact on the device. For more details see go/fbs-support-for-device-contacts.
FocusBackendSecondaryContactId
The secondary ID of a contact.
FreebaseId
An Id contains the identifiers used to reference this topic (entity) in the Knowledge Graph. The Knowledge Graph supports several forms of identifiers: – "mids" (machine ids) that are assigned at creation time, and support a resolution mechanism that tracks topics after they are merged (for more about mids, see go/kg-mid), – "ids" are human-readable ids (HRIDs) that are derived from a namespace hierarchy stored in Knowledge Graph, and a set of rules, – "guids" are low-level ids historically used in Freebase (pre-Knowledge Graph, deprecated). Only the mid and id are supplied here. Note that mids can be converted to guids or uint64s (see //metaweb/util/mid/mid.h).