Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b5fd3dd

Browse files
committedOct 3, 2023
feat(contentwarehouse): update the api
#### contentwarehouse:v1 The following keys were deleted: - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.hasSameStructure.type (Total Keys: 1) The following keys were added: - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.inSameRoomAsHearingDevice.type (Total Keys: 1) - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.inSameRoomAsLocalDevice.type (Total Keys: 1) - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.inSameStructureAsHearingDevice.type (Total Keys: 1) - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.inSameStructureAsLocalDevice.type (Total Keys: 1)
1 parent 4f5c309 commit b5fd3dd

File tree

1 file changed

+51
-14
lines changed

1 file changed

+51
-14
lines changed
 

‎googleapiclient/discovery_cache/documents/contentwarehouse.v1.json

+51-14
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@
11561156
}
11571157
}
11581158
},
1159-
"revision": "20230918",
1159+
"revision": "20230925",
11601160
"rootUrl": "https://contentwarehouse.googleapis.com/",
11611161
"schemas": {
11621162
"AbuseiamAbuseType": {
@@ -19491,7 +19491,7 @@
1949119491
"type": "object"
1949219492
},
1949319493
"AssistantGroundingRankerDeviceTargetingFeaturesStates": {
19494-
"description": "The states of the device. They are dynamic and may change based on the current context. Next ID: 10",
19494+
"description": "The states of the device. They are dynamic and may change based on the current context. Next ID: 13",
1949519495
"id": "AssistantGroundingRankerDeviceTargetingFeaturesStates",
1949619496
"properties": {
1949719497
"distance": {
@@ -19522,8 +19522,20 @@
1952219522
"description": "Indicates that the device is running a media session that is currently playing.",
1952319523
"type": "boolean"
1952419524
},
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.",
1952719539
"type": "boolean"
1952819540
},
1952919541
"isDocked": {
@@ -22120,7 +22132,8 @@
2212022132
"PLAY_MEDIA_VIDEO",
2212122133
"ALARMS_AND_TIMERS",
2212222134
"HEALTH_AND_FITNESS",
22123-
"PLAY_MEDIA_RADIO"
22135+
"PLAY_MEDIA_RADIO",
22136+
"PLAY_TVM"
2212422137
],
2212522138
"enumDescriptions": [
2212622139
"",
@@ -22130,6 +22143,7 @@
2213022143
"",
2213122144
"",
2213222145
"",
22146+
"",
2213322147
""
2213422148
],
2213522149
"type": "string"
@@ -22325,7 +22339,6 @@
2232522339
"RANKER_NAME_GROUNDING_RANKER_COMMS_EXP",
2232622340
"RANKER_NAME_CONSOLIDATED_PFR_HGR",
2232722341
"RANKER_NAME_CONSOLIDATED_PFR_HGR_V2_COMMS_CALIBRATED",
22328-
"RANKER_NAME_EXPERIMENTAL_PFR_SAGE_NEW_DOMAINS",
2232922342
"RANKER_NAME_CONSOLIDATED_PFR_HGR_V2_COMMS_CALIBRATED_V2",
2233022343
"RANKER_NAME_GROUNDING_RANKER_COMMS_EXP_CALIBRATED_V2",
2233122344
"RANKER_NAME_CONSOLIDATED_PFR_HGR_PODCAST",
@@ -22340,7 +22353,6 @@
2234022353
"Name for experimental HGR model for Comms.",
2234122354
"Name for consolidated PFR and HGR ranker.",
2234222355
"Name for consolidated PFR, HGRv2 and comms ranker.",
22343-
"Name for experimental PFR ranker for Sage and new domains.",
2234422356
"Name for consolidated PFR, HGRv2 and comms ranker v2.",
2234522357
"Name for experimental calibrated HGR model for Comms V2.",
2234622358
"Name for HGR ranker for podcast based on RANKER_NAME_CONSOLIDATED_PFR_HGR_V2.",
@@ -37544,8 +37556,7 @@
3754437556
"description": "RESERVED"
3754537557
},
3754637558
"transitStation": {
37547-
"$ref": "GeostoreTransitStationProto",
37548-
"description": "RESERVED"
37559+
"$ref": "GeostoreTransitStationProto"
3754937560
},
3755037561
"type": {
3755137562
"description": "The type of this feature -- see comments above.",
@@ -39227,14 +39238,14 @@
3922739238
"id": "GeostoreInternalSegmentProto",
3922839239
"properties": {
3922939240
"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.",
3923139242
"items": {
3923239243
"$ref": "GeostoreInternalSegmentProtoLaneConnectionReference"
3923339244
},
3923439245
"type": "array"
3923539246
},
3923639247
"disallowedPrimaryConnection": {
39237-
"description": "RESERVED",
39248+
"description": "A list of lane connections which cannot have the primary_connection bit set.",
3923839249
"items": {
3923939250
"$ref": "GeostoreInternalSegmentProtoLaneConnectionReference"
3924039251
},
@@ -48355,7 +48366,7 @@
4835548366
"type": "array"
4835648367
},
4835748368
"type": {
48358-
"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.",
4835948370
"enum": [
4836048371
"RESTRICTION_TRAVEL_RESTRICTED",
4836148372
"RESTRICTION_ILLEGAL",
@@ -48371,6 +48382,7 @@
4837148382
"RESTRICTION_TOLL_BOOTH",
4837248383
"RESTRICTION_USAGE_FEE_REQUIRED",
4837348384
"RESTRICTION_ENTRANCE_FEE_REQUIRED",
48385+
"RESTRICTION_VIGNETTE_REQUIRED",
4837448386
"RESTRICTION_ADVISORY",
4837548387
"RESTRICTION_HIGH_CRIME",
4837648388
"RESTRICTION_POLITICALLY_SENSITIVE",
@@ -48393,6 +48405,7 @@
4839348405
"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.",
4839448406
"Traveling on the associated subpath requires a fee to be paid.",
4839548407
"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.",
4839648409
"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.",
4839748410
"",
4839848411
"",
@@ -124899,7 +124912,7 @@
124899124912
"MS Advanced Systems Format container.",
124900124913
"For Bzip2 compressed files.",
124901124914
"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.",
124903124916
"Calendar files.",
124904124917
"",
124905124918
"BMP image files.",
@@ -126397,6 +126410,7 @@
126397126410
"IN_APP_OFFER_BATTLESTAR_APP_CASH_FRENZY_AT_SESSION_LEVEL",
126398126411
"IN_APP_OFFER_BATTLESTAR_APP_WAR_PLANET_AT_SESSION_LEVEL",
126399126412
"IN_APP_OFFER_BATTLESTAR_APP_ESKYFUN_LEGENDS_AT_SESSION_LEVEL",
126413+
"IN_APP_OFFER_BATTLESTAR_APP_MAHJONG_VILLAGE_AT_SESSION_LEVEL",
126400126414
"IN_APP_OFFER_ELIGIBLE_AT_SESSION_LEVEL",
126401126415
"IN_APP_OFFER_ELIGIBLE_APP_1_AT_SESSION_LEVEL",
126402126416
"IN_APP_OFFER_ELIGIBLE_APP_2_AT_SESSION_LEVEL",
@@ -126414,6 +126428,7 @@
126414126428
"IN_APP_OFFER_BATTLESTAR_ELIGIBLE_APP_CASH_FRENZY_AT_SESSION_LEVEL",
126415126429
"IN_APP_OFFER_BATTLESTAR_ELIGIBLE_APP_WAR_PLANET_AT_SESSION_LEVEL",
126416126430
"IN_APP_OFFER_BATTLESTAR_ELIGIBLE_APP_ESKYFUN_LEGENDS_AT_SESSION_LEVEL",
126431+
"IN_APP_OFFER_BATTLESTAR_ELIGIBLE_APP_MAHJONG_VILLAGE_AT_SESSION_LEVEL",
126417126432
"IN_APP_OFFER_SAVED_AT_SESSION_LEVEL",
126418126433
"IN_APP_OFFER_SAVED_APP_1_AT_SESSION_LEVEL",
126419126434
"IN_APP_OFFER_SAVED_APP_2_AT_SESSION_LEVEL",
@@ -127018,6 +127033,7 @@
127018127033
"IN_APP_OFFER_BATTLESTAR_APP_CASH_FRENZY_AT_USER_LEVEL",
127019127034
"IN_APP_OFFER_BATTLESTAR_APP_WAR_PLANET_AT_USER_LEVEL",
127020127035
"IN_APP_OFFER_BATTLESTAR_APP_ESKYFUN_LEGENDS_AT_USER_LEVEL",
127036+
"IN_APP_OFFER_BATTLESTAR_APP_MAHJONG_VILLAGE_AT_USER_LEVEL",
127021127037
"IN_APP_OFFER_ELIGIBLE_AT_USER_LEVEL",
127022127038
"IN_APP_OFFER_ELIGIBLE_APP_1_AT_USER_LEVEL",
127023127039
"IN_APP_OFFER_ELIGIBLE_APP_2_AT_USER_LEVEL",
@@ -127035,6 +127051,7 @@
127035127051
"IN_APP_OFFER_BATTLESTAR_ELIGIBLE_APP_CASH_FRENZY_AT_USER_LEVEL",
127036127052
"IN_APP_OFFER_BATTLESTAR_ELIGIBLE_APP_WAR_PLANET_AT_USER_LEVEL",
127037127053
"IN_APP_OFFER_BATTLESTAR_ELIGIBLE_APP_ESKYFUN_LEGENDS_AT_USER_LEVEL",
127054+
"IN_APP_OFFER_BATTLESTAR_ELIGIBLE_APP_MAHJONG_VILLAGE_AT_USER_LEVEL",
127038127055
"IN_APP_OFFER_SAVED_AT_USER_LEVEL",
127039127056
"IN_APP_OFFER_SAVED_APP_1_AT_USER_LEVEL",
127040127057
"IN_APP_OFFER_SAVED_APP_2_AT_USER_LEVEL",
@@ -127103,8 +127120,10 @@
127103127120
"GE_IS_SCHEDULED_COFFEE_CARD",
127104127121
"GE_IS_SCHEDULED_QUEST",
127105127122
"GE_IS_SCHEDULED_LOYALTY_MULTIPLIER",
127123+
"GE_IS_SCHEDULED_POST_PURCHASE_OFFER",
127106127124
"GE_IS_USER_OPT_IN_P13N",
127107127125
"GE_LOYALTY_PURCHASE_QUEST_INDIVIDUALIZATION_EXPERIMENT",
127126+
"GE_POST_PURCHASE_OFFER_INDIVIDUALIZATION_EXPERIMENT",
127108127127
"IAP_SKU_DEALS_LIVE_OP_DEALS_HOME_USER_LEVEL",
127109127128
"IAP_SKU_DEALS_LIVE_OP_GAMES_HOME_USER_LEVEL",
127110127129
"FEATURING_AHC_OR_FHR_TRIGGERED_USER_LEVEL",
@@ -127148,6 +127167,8 @@
127148127167
"LINK_BIOMETRICS_NEW_SETUP_USER_LEVEL_V2",
127149127168
"LINK_BIOMETRICS_NEW_SETUP_USER_LEVEL_V3",
127150127169
"LINK_BIOMETRICS_NEW_SETUP_USER_LEVEL_V3_1",
127170+
"LINK_BIOMETRICS_NEW_SETUP_USER_LEVEL_V3_2",
127171+
"LINK_BIOMETRICS_NEW_SETUP_USER_LEVEL_V3_3",
127151127172
"POST_SUCCESS_ADD_BACKUP_FLOW_USER_LEVEL",
127152127173
"SKIP_CHECK_MARK_SCREEN_WITH_BACKUP_FLOW_USER_LEVEL",
127153127174
"IS_ELIGIBLE_FOR_ONE_CLICK_BACKUP_FOP_USER_LEVEL",
@@ -127799,6 +127820,8 @@
127799127820
false,
127800127821
false,
127801127822
false,
127823+
false,
127824+
false,
127802127825
true,
127803127826
false,
127804127827
false,
@@ -128460,6 +128483,10 @@
128460128483
false,
128461128484
false,
128462128485
false,
128486+
false,
128487+
false,
128488+
false,
128489+
false,
128463128490
true,
128464128491
false,
128465128492
false,
@@ -128485,6 +128512,8 @@
128485128512
false,
128486128513
false,
128487128514
false,
128515+
false,
128516+
false,
128488128517
true,
128489128518
false,
128490128519
false,
@@ -129093,6 +129122,8 @@
129093129122
"",
129094129123
"",
129095129124
"",
129125+
"",
129126+
"",
129096129127
"see go/reordering-subnav-tabs",
129097129128
"see go/reordering-subnav-tabs",
129098129129
"",
@@ -129714,6 +129745,8 @@
129714129745
"",
129715129746
"",
129716129747
"",
129748+
"",
129749+
"",
129717129750
"User saw/would have seen the subscription one time pass offer",
129718129751
"",
129719129752
"",
@@ -129775,8 +129808,10 @@
129775129808
"",
129776129809
"",
129777129810
"",
129811+
"",
129778129812
"Test codes for GE DSA opt-in users.",
129779129813
"Test code for the loyalty purchase quest I15n experiment",
129814+
"Test code for the P3-GE Post Purchase Offer integration / i15n experiment",
129780129815
"User level test code for tracking users who should see the IAP Sku Deals liveops card.",
129781129816
"User level test code for tracking users who should see the IAP Sku Games Home liveops card.",
129782129817
"User level test code for tracking users who should see the featuring AHC or FHR.",
@@ -129820,6 +129855,8 @@
129820129855
"User level test code for link biometrics with impression cap and foped user setup.",
129821129856
"User level test code for link biometrics with impression cap and foped user setup.",
129822129857
"User level test code for link biometrics with impression cap and foped user setup after traffic rebalancing.",
129858+
"User level test code for link biometrics with impression cap and foped user setup after traffic rebalancing.",
129859+
"User level test code for link biometrics with impression cap and foped user setup after traffic rebalancing.",
129823129860
"User level test code for post success add backup flow.",
129824129861
"User level test code for skipping ckechmark screen with backup flow.",
129825129862
"User level test code for users who are eligible for one-click backup fop.",
@@ -147888,7 +147925,7 @@
147888147925
"MUSIC_PRIMARY_RECORDING",
147889147926
"MUSIC_RECORDING_ARTIST",
147890147927
"MUSIC_FEATURED_ARTIST",
147891-
"MUSIC_SHUNA_REMIX_ARTIST",
147928+
"MUSIC_GENERATED_REMIX_ARTIST",
147892147929
"MUSIC_COMPOSITION",
147893147930
"MUSIC_ORIGINAL_ARTIST_OF_COVER",
147894147931
"MUSIC_ORIGINAL_RECORDING_CLUSTER_OF_COVER",

0 commit comments

Comments
 (0)
Please sign in to comment.