You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Indicates that the device is running a media session that is currently playing.",
19523
19523
"type": "boolean"
19524
19524
},
19525
-
"hasSameStructure": {
19526
-
"description": "Indicates whether or not the device is in the same structure as any local or hearing devices.",
19525
+
"inSameRoomAsHearingDevice": {
19526
+
"description": "Indicates whether or not the device is in the same room as any hearing devices. Does not consider the device itself or the local device as a hearing device. If no valid hearing devices, this field is not set.",
19527
+
"type": "boolean"
19528
+
},
19529
+
"inSameRoomAsLocalDevice": {
19530
+
"description": "Indicates whether or not the device is in the same room as the local device. If the device is the local device, this field is not set.",
19531
+
"type": "boolean"
19532
+
},
19533
+
"inSameStructureAsHearingDevice": {
19534
+
"description": "Indicates whether or not the device is in the same structure as any hearing devices. Does not consider the device itself or the local device as a hearing device. If no valid hearing devices, this field is not set.",
19535
+
"type": "boolean"
19536
+
},
19537
+
"inSameStructureAsLocalDevice": {
19538
+
"description": "Indicates whether or not the device is in the same structure as the local device. If the device is the local device, this field is not set.",
"Name for consolidated PFR, HGRv2 and comms ranker.",
22343
-
"Name for experimental PFR ranker for Sage and new domains.",
22344
22356
"Name for consolidated PFR, HGRv2 and comms ranker v2.",
22345
22357
"Name for experimental calibrated HGR model for Comms V2.",
22346
22358
"Name for HGR ranker for podcast based on RANKER_NAME_CONSOLIDATED_PFR_HGR_V2.",
@@ -37544,8 +37556,7 @@
37544
37556
"description": "RESERVED"
37545
37557
},
37546
37558
"transitStation": {
37547
-
"$ref": "GeostoreTransitStationProto",
37548
-
"description": "RESERVED"
37559
+
"$ref": "GeostoreTransitStationProto"
37549
37560
},
37550
37561
"type": {
37551
37562
"description": "The type of this feature -- see comments above.",
@@ -39227,14 +39238,14 @@
39227
39238
"id": "GeostoreInternalSegmentProto",
39228
39239
"properties": {
39229
39240
"disallowedConnections": {
39230
-
"description": "RESERVED",
39241
+
"description": "A list of lane connections that are explicitly not allowed to be added. NOTE: This should never reference existing lane connections on this segment.",
"description": "clang-format on The type of restriction. This is not a condition, but rather tells you what kind of restriction it is. This field should always be set.",
48369
+
"description": "LINT.ThenChange(//depot/google3/google/geo/entities/v1/fields/segment.proto) clang-format on The type of restriction. This is not a condition, but rather tells you what kind of restriction it is. This field should always be set.",
48359
48370
"enum": [
48360
48371
"RESTRICTION_TRAVEL_RESTRICTED",
48361
48372
"RESTRICTION_ILLEGAL",
@@ -48371,6 +48382,7 @@
48371
48382
"RESTRICTION_TOLL_BOOTH",
48372
48383
"RESTRICTION_USAGE_FEE_REQUIRED",
48373
48384
"RESTRICTION_ENTRANCE_FEE_REQUIRED",
48385
+
"RESTRICTION_VIGNETTE_REQUIRED",
48374
48386
"RESTRICTION_ADVISORY",
48375
48387
"RESTRICTION_HIGH_CRIME",
48376
48388
"RESTRICTION_POLITICALLY_SENSITIVE",
@@ -48393,6 +48405,7 @@
48393
48405
"This restriction type may be used only for restrictions of STYLE_TURN, or STYLE_CONTIGUOUS with a subpath of length 2. The intersection at which the turn is restricted is the place of the toll booth.",
48394
48406
"Traveling on the associated subpath requires a fee to be paid.",
48395
48407
"Similar to RESTRICTION_USAGE_FEE_REQUIRED but instead of a fee for the usage, the fee is required for entering a special area (e.g. an amusement park). Also in contrast to RESTRICTION_USAGE_FEE_REQUIRED this restriction is supposed to be applied only to the segments that enter into the isolated restricted area from the outer world. Therefore there are two important points to consider when modeling data this way: 1) Every path that (exactly once) enters the restricted area should have exactly one such restriction (it does not matter whether it is a segment or subpath restriction). 2) All entrances have to be modeled consistently. It is recommended that the restriction is consistently applied to paths entering the area and not applied to paths leaving the area. NOTE: The above points are important because an additive penalty is applied for each individual restriction that appear on a path.",
48408
+
"Similar to RESTRICTION_USAGE_FEE_REQUIRED but models a specific type of road tax called a 'vignette', used in certain European countries. Traveling on the associated subpath requires the driver or vehicle to have paid the road tax, documented by receipt of a physical or electronic vignette.",
48396
48409
"Restrictions in the RESTRICTION_ADVISORY category refer to paths where travel is permitted, but may not be prudent or is cumbersome. Since this is often a matter of opinion, clients may choose not to make use of this information or not display it directly to the user.",
48397
48410
"",
48398
48411
"",
@@ -124899,7 +124912,7 @@
124899
124912
"MS Advanced Systems Format container.",
124900
124913
"For Bzip2 compressed files.",
124901
124914
"For binary content",
124902
-
"that is OK to be compressed. Equivalent to application/octet-stream but listed in net/http/gzip_rules.txt as safe to gzip.",
124915
+
"that is OK to be compressed. Equivalent to application/octet-stream but listed in net/http/compression_content_types.textproto as safe to gzip.",
0 commit comments