google-apis-contentwarehouse_v1 0.27.0 → 0.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContentwarehouseV1
18
18
  # Version of the google-apis-contentwarehouse_v1 gem
19
- GEM_VERSION = "0.27.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230929"
25
+ REVISION = "20231020"
26
26
  end
27
27
  end
28
28
  end
@@ -1624,6 +1624,12 @@ module Google
1624
1624
  include Google::Apis::Core::JsonObjectSupport
1625
1625
  end
1626
1626
 
1627
+ class AssistantApiDateTimeRange
1628
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1629
+
1630
+ include Google::Apis::Core::JsonObjectSupport
1631
+ end
1632
+
1627
1633
  class AssistantApiDeviceCapabilities
1628
1634
  class Representation < Google::Apis::Core::JsonRepresentation; end
1629
1635
 
@@ -1864,12 +1870,6 @@ module Google
1864
1870
  include Google::Apis::Core::JsonObjectSupport
1865
1871
  end
1866
1872
 
1867
- class AssistantApiRecurrenceDatetimeRange
1868
- class Representation < Google::Apis::Core::JsonRepresentation; end
1869
-
1870
- include Google::Apis::Core::JsonObjectSupport
1871
- end
1872
-
1873
1873
  class AssistantApiScreenCapabilities
1874
1874
  class Representation < Google::Apis::Core::JsonRepresentation; end
1875
1875
 
@@ -4252,7 +4252,7 @@ module Google
4252
4252
  include Google::Apis::Core::JsonObjectSupport
4253
4253
  end
4254
4254
 
4255
- class GeostoreCityJsonProtoTransformXyzVector
4255
+ class GeostoreCityJsonProtoTransformTranslate
4256
4256
  class Representation < Google::Apis::Core::JsonRepresentation; end
4257
4257
 
4258
4258
  include Google::Apis::Core::JsonObjectSupport
@@ -5506,6 +5506,12 @@ module Google
5506
5506
  include Google::Apis::Core::JsonObjectSupport
5507
5507
  end
5508
5508
 
5509
+ class GoogleAssistantAccessoryV1DeviceStateInstalledAppsState
5510
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5511
+
5512
+ include Google::Apis::Core::JsonObjectSupport
5513
+ end
5514
+
5509
5515
  class GoogleAssistantAccessoryV1ResponseConfig
5510
5516
  class Representation < Google::Apis::Core::JsonRepresentation; end
5511
5517
 
@@ -11188,6 +11194,12 @@ module Google
11188
11194
  include Google::Apis::Core::JsonObjectSupport
11189
11195
  end
11190
11196
 
11197
+ class QualityNavboostGlueVoterTokenBitmapMessage
11198
+ class Representation < Google::Apis::Core::JsonRepresentation; end
11199
+
11200
+ include Google::Apis::Core::JsonObjectSupport
11201
+ end
11202
+
11191
11203
  class QualityNsrExperimentalNsrTeamData
11192
11204
  class Representation < Google::Apis::Core::JsonRepresentation; end
11193
11205
 
@@ -12316,6 +12328,12 @@ module Google
12316
12328
  include Google::Apis::Core::JsonObjectSupport
12317
12329
  end
12318
12330
 
12331
+ class RepositoryWebrefMetaTagIndices
12332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
12333
+
12334
+ include Google::Apis::Core::JsonObjectSupport
12335
+ end
12336
+
12319
12337
  class RepositoryWebrefNameDebugInfo
12320
12338
  class Representation < Google::Apis::Core::JsonRepresentation; end
12321
12339
 
@@ -12940,6 +12958,12 @@ module Google
12940
12958
  include Google::Apis::Core::JsonObjectSupport
12941
12959
  end
12942
12960
 
12961
+ class SafesearchImageOffensiveAnnotation
12962
+ class Representation < Google::Apis::Core::JsonRepresentation; end
12963
+
12964
+ include Google::Apis::Core::JsonObjectSupport
12965
+ end
12966
+
12943
12967
  class SafesearchInternalImageSignals
12944
12968
  class Representation < Google::Apis::Core::JsonRepresentation; end
12945
12969
 
@@ -14272,6 +14296,12 @@ module Google
14272
14296
  include Google::Apis::Core::JsonObjectSupport
14273
14297
  end
14274
14298
 
14299
+ class TrawlerFetchReplyDataWebIoInfo
14300
+ class Representation < Google::Apis::Core::JsonRepresentation; end
14301
+
14302
+ include Google::Apis::Core::JsonObjectSupport
14303
+ end
14304
+
14275
14305
  class TrawlerFetchStatus
14276
14306
  class Representation < Google::Apis::Core::JsonRepresentation; end
14277
14307
 
@@ -18649,6 +18679,7 @@ module Google
18649
18679
  class Representation < Google::Apis::Core::JsonRepresentation
18650
18680
  property :device_id, as: 'deviceId', class: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesDeviceId, decorator: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesDeviceId::Representation
18651
18681
 
18682
+ property :legacy_surface_type, as: 'legacySurfaceType'
18652
18683
  property :surface_type, as: 'surfaceType'
18653
18684
  property :surface_type_string, as: 'surfaceTypeString'
18654
18685
  property :surface_version, as: 'surfaceVersion', class: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesSurfaceVersion, decorator: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesSurfaceVersion::Representation
@@ -18720,6 +18751,16 @@ module Google
18720
18751
  end
18721
18752
  end
18722
18753
 
18754
+ class AssistantApiDateTimeRange
18755
+ # @private
18756
+ class Representation < Google::Apis::Core::JsonRepresentation
18757
+ property :end_date, as: 'endDate', class: Google::Apis::ContentwarehouseV1::AssistantApiDateTime, decorator: Google::Apis::ContentwarehouseV1::AssistantApiDateTime::Representation
18758
+
18759
+ property :start_date, as: 'startDate', class: Google::Apis::ContentwarehouseV1::AssistantApiDateTime, decorator: Google::Apis::ContentwarehouseV1::AssistantApiDateTime::Representation
18760
+
18761
+ end
18762
+ end
18763
+
18723
18764
  class AssistantApiDeviceCapabilities
18724
18765
  # @private
18725
18766
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -19140,7 +19181,7 @@ module Google
19140
19181
  class Representation < Google::Apis::Core::JsonRepresentation
19141
19182
  property :begin, as: 'begin', class: Google::Apis::ContentwarehouseV1::AssistantApiDate, decorator: Google::Apis::ContentwarehouseV1::AssistantApiDate::Representation
19142
19183
 
19143
- collection :blacklisted_ranges, as: 'blacklistedRanges', class: Google::Apis::ContentwarehouseV1::AssistantApiRecurrenceDatetimeRange, decorator: Google::Apis::ContentwarehouseV1::AssistantApiRecurrenceDatetimeRange::Representation
19184
+ collection :blacklisted_ranges, as: 'blacklistedRanges', class: Google::Apis::ContentwarehouseV1::AssistantApiDateTimeRange, decorator: Google::Apis::ContentwarehouseV1::AssistantApiDateTimeRange::Representation
19144
19185
 
19145
19186
  collection :day_of_month, as: 'dayOfMonth'
19146
19187
  collection :day_of_week, as: 'dayOfWeek'
@@ -19153,16 +19194,6 @@ module Google
19153
19194
  end
19154
19195
  end
19155
19196
 
19156
- class AssistantApiRecurrenceDatetimeRange
19157
- # @private
19158
- class Representation < Google::Apis::Core::JsonRepresentation
19159
- property :end_date, as: 'endDate', class: Google::Apis::ContentwarehouseV1::AssistantApiDateTime, decorator: Google::Apis::ContentwarehouseV1::AssistantApiDateTime::Representation
19160
-
19161
- property :start_date, as: 'startDate', class: Google::Apis::ContentwarehouseV1::AssistantApiDateTime, decorator: Google::Apis::ContentwarehouseV1::AssistantApiDateTime::Representation
19162
-
19163
- end
19164
- end
19165
-
19166
19197
  class AssistantApiScreenCapabilities
19167
19198
  # @private
19168
19199
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -20678,6 +20709,8 @@ module Google
20678
20709
  property :is_local, as: 'isLocal'
20679
20710
  property :is_locked, as: 'isLocked'
20680
20711
  property :is_tethered, as: 'isTethered'
20712
+ property :media_focus_state_from_hearing_device, as: 'mediaFocusStateFromHearingDevice'
20713
+ property :media_focus_state_from_local_device, as: 'mediaFocusStateFromLocalDevice'
20681
20714
  end
20682
20715
  end
20683
20716
 
@@ -20785,7 +20818,9 @@ module Google
20785
20818
  property :is_most_recent_song_album_ambiguous, as: 'isMostRecentSongAlbumAmbiguous'
20786
20819
  property :is_seed_radio, as: 'isSeedRadio'
20787
20820
  property :is_seed_radio_request, as: 'isSeedRadioRequest'
20821
+ property :is_self_reported_svod_provider, as: 'isSelfReportedSvodProvider'
20788
20822
  property :is_youtube_music_seeking, as: 'isYoutubeMusicSeeking'
20823
+ property :media_account_type, as: 'mediaAccountType'
20789
20824
  property :media_content_type, as: 'mediaContentType'
20790
20825
  property :msc_rate, as: 'mscRate'
20791
20826
  property :scubed_p_sai_music, as: 'scubedPSaiMusic'
@@ -21308,6 +21343,7 @@ module Google
21308
21343
  property :is_fully_grounded, as: 'isFullyGrounded'
21309
21344
  property :is_high_confidence_podcast_intent, as: 'isHighConfidencePodcastIntent'
21310
21345
  property :is_media_control_intent, as: 'isMediaControlIntent'
21346
+ property :is_nsp_intent, as: 'isNspIntent'
21311
21347
  property :is_play_generic_music, as: 'isPlayGenericMusic'
21312
21348
  property :is_podcast_generic_intent, as: 'isPodcastGenericIntent'
21313
21349
  property :is_podcast_intent, as: 'isPodcastIntent'
@@ -21345,6 +21381,7 @@ module Google
21345
21381
  property :tiebreaking_metadata, as: 'tiebreakingMetadata', class: Google::Apis::ContentwarehouseV1::AssistantPfrTiebreakingMetadata, decorator: Google::Apis::ContentwarehouseV1::AssistantPfrTiebreakingMetadata::Representation
21346
21382
 
21347
21383
  property :top_hypothesis_confidence, as: 'topHypothesisConfidence'
21384
+ property :uses_grounding_box, as: 'usesGroundingBox'
21348
21385
  property :vertical_confidence_score, as: 'verticalConfidenceScore'
21349
21386
  end
21350
21387
  end
@@ -21943,7 +21980,6 @@ module Google
21943
21980
  # @private
21944
21981
  class Representation < Google::Apis::Core::JsonRepresentation
21945
21982
  property :csai_classification, as: 'csaiClassification'
21946
- property :csai_regexp_high_confidence_classification, as: 'csaiRegexpHighConfidenceClassification'
21947
21983
  property :debug, as: 'debug'
21948
21984
  property :is_positive, as: 'isPositive'
21949
21985
  property :score, as: 'score'
@@ -23999,12 +24035,12 @@ module Google
23999
24035
  # @private
24000
24036
  class Representation < Google::Apis::Core::JsonRepresentation
24001
24037
  property :scale, as: 'scale'
24002
- property :translate, as: 'translate', class: Google::Apis::ContentwarehouseV1::GeostoreCityJsonProtoTransformXyzVector, decorator: Google::Apis::ContentwarehouseV1::GeostoreCityJsonProtoTransformXyzVector::Representation
24038
+ property :translate, as: 'translate', class: Google::Apis::ContentwarehouseV1::GeostoreCityJsonProtoTransformTranslate, decorator: Google::Apis::ContentwarehouseV1::GeostoreCityJsonProtoTransformTranslate::Representation
24003
24039
 
24004
24040
  end
24005
24041
  end
24006
24042
 
24007
- class GeostoreCityJsonProtoTransformXyzVector
24043
+ class GeostoreCityJsonProtoTransformTranslate
24008
24044
  # @private
24009
24045
  class Representation < Google::Apis::Core::JsonRepresentation
24010
24046
  property :x, as: 'x'
@@ -26653,12 +26689,23 @@ module Google
26653
26689
  property :do_not_disturb, as: 'doNotDisturb'
26654
26690
  property :fitness_activities_state, as: 'fitnessActivitiesState', class: Google::Apis::ContentwarehouseV1::GoogleAssistantEmbeddedV1FitnessActivities, decorator: Google::Apis::ContentwarehouseV1::GoogleAssistantEmbeddedV1FitnessActivities::Representation
26655
26691
 
26692
+ property :installed_apps, as: 'installedApps', class: Google::Apis::ContentwarehouseV1::GoogleAssistantAccessoryV1DeviceStateInstalledAppsState, decorator: Google::Apis::ContentwarehouseV1::GoogleAssistantAccessoryV1DeviceStateInstalledAppsState::Representation
26693
+
26694
+ property :installed_apps_zlib, :base64 => true, as: 'installedAppsZlib'
26656
26695
  property :timer_state, as: 'timerState', class: Google::Apis::ContentwarehouseV1::GoogleAssistantEmbeddedV1Timers, decorator: Google::Apis::ContentwarehouseV1::GoogleAssistantEmbeddedV1Timers::Representation
26657
26696
 
26658
26697
  collection :unavailable_settings, as: 'unavailableSettings'
26659
26698
  end
26660
26699
  end
26661
26700
 
26701
+ class GoogleAssistantAccessoryV1DeviceStateInstalledAppsState
26702
+ # @private
26703
+ class Representation < Google::Apis::Core::JsonRepresentation
26704
+ collection :apps, as: 'apps', class: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesProvider, decorator: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesProvider::Representation
26705
+
26706
+ end
26707
+ end
26708
+
26662
26709
  class GoogleAssistantAccessoryV1ResponseConfig
26663
26710
  # @private
26664
26711
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -30928,6 +30975,8 @@ module Google
30928
30975
 
30929
30976
  property :imageembed, as: 'imageembed', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
30930
30977
 
30978
+ property :imageembed_domain_norm, as: 'imageembedDomainNorm', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
30979
+
30931
30980
  property :indexing_annotations_annotation_meta, as: 'indexingAnnotationsAnnotationMeta', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
30932
30981
 
30933
30982
  property :indexing_annotations_app_market_app_market_annotation, as: 'indexingAnnotationsAppMarketAppMarketAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
@@ -40062,6 +40111,7 @@ module Google
40062
40111
  property :unsquashed_mobile_signals, as: 'unsquashedMobileSignals', class: Google::Apis::ContentwarehouseV1::QualityNavboostCrapsCrapsClickSignals, decorator: Google::Apis::ContentwarehouseV1::QualityNavboostCrapsCrapsClickSignals::Representation
40063
40112
 
40064
40113
  property :url, as: 'url'
40114
+ property :voter_token_count, as: 'voterTokenCount'
40065
40115
  end
40066
40116
  end
40067
40117
 
@@ -40083,6 +40133,8 @@ module Google
40083
40133
  property :location_id, as: 'locationId'
40084
40134
  property :signals, as: 'signals', class: Google::Apis::ContentwarehouseV1::QualityNavboostCrapsCrapsClickSignals, decorator: Google::Apis::ContentwarehouseV1::QualityNavboostCrapsCrapsClickSignals::Representation
40085
40135
 
40136
+ property :voter_token_bitmap, as: 'voterTokenBitmap', class: Google::Apis::ContentwarehouseV1::QualityNavboostGlueVoterTokenBitmapMessage, decorator: Google::Apis::ContentwarehouseV1::QualityNavboostGlueVoterTokenBitmapMessage::Representation
40137
+
40086
40138
  end
40087
40139
  end
40088
40140
 
@@ -40107,6 +40159,14 @@ module Google
40107
40159
  end
40108
40160
  end
40109
40161
 
40162
+ class QualityNavboostGlueVoterTokenBitmapMessage
40163
+ # @private
40164
+ class Representation < Google::Apis::Core::JsonRepresentation
40165
+ collection :sub_range, as: 'subRange'
40166
+ property :voter_token, :numeric_string => true, as: 'voterToken'
40167
+ end
40168
+ end
40169
+
40110
40170
  class QualityNsrExperimentalNsrTeamData
40111
40171
  # @private
40112
40172
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -40208,6 +40268,7 @@ module Google
40208
40268
  property :site_link_out, as: 'siteLinkOut'
40209
40269
  property :site_pr, as: 'sitePr'
40210
40270
  property :site_quality_stddev, as: 'siteQualityStddev'
40271
+ property :small_personal_site, as: 'smallPersonalSite'
40211
40272
  property :spambrain_lavc_score, as: 'spambrainLavcScore'
40212
40273
  collection :spambrain_lavc_scores, as: 'spambrainLavcScores', class: Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal, decorator: Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal::Representation
40213
40274
 
@@ -40934,7 +40995,6 @@ module Google
40934
40995
 
40935
40996
  collection :product_browseonomy_ids, as: 'productBrowseonomyIds'
40936
40997
  property :product_cluster_mid, :numeric_string => true, as: 'productClusterMid'
40937
- property :product_popularity, as: 'productPopularity'
40938
40998
  collection :relevance_embedding, as: 'relevanceEmbedding', class: Google::Apis::ContentwarehouseV1::QualityRankembedMustangMustangRankEmbedInfo, decorator: Google::Apis::ContentwarehouseV1::QualityRankembedMustangMustangRankEmbedInfo::Representation
40939
40999
 
40940
41000
  property :weak_global_product_cluster_id, :numeric_string => true, as: 'weakGlobalProductClusterId'
@@ -42376,8 +42436,6 @@ module Google
42376
42436
 
42377
42437
  property :subsegment_index, as: 'subsegmentIndex', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefSubSegmentIndex, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefSubSegmentIndex::Representation
42378
42438
 
42379
- property :time_offset_confidence, as: 'timeOffsetConfidence'
42380
- property :time_offset_ms, as: 'timeOffsetMs'
42381
42439
  property :trusted_name_confidence, as: 'trustedNameConfidence'
42382
42440
  end
42383
42441
  end
@@ -42456,6 +42514,14 @@ module Google
42456
42514
  end
42457
42515
  end
42458
42516
 
42517
+ class RepositoryWebrefMetaTagIndices
42518
+ # @private
42519
+ class Representation < Google::Apis::Core::JsonRepresentation
42520
+ property :index, as: 'index'
42521
+ property :meta_name, as: 'metaName'
42522
+ end
42523
+ end
42524
+
42459
42525
  class RepositoryWebrefNameDebugInfo
42460
42526
  # @private
42461
42527
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -42882,8 +42948,6 @@ module Google
42882
42948
  property :url, as: 'url'
42883
42949
  property :webref_outlink_infos, as: 'webrefOutlinkInfos', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefWebrefOutlinkInfos, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefWebrefOutlinkInfos::Representation
42884
42950
 
42885
- property :webref_outlinks_legacy, as: 'webrefOutlinksLegacy', class: Google::Apis::ContentwarehouseV1::Proto2BridgeMessageSet, decorator: Google::Apis::ContentwarehouseV1::Proto2BridgeMessageSet::Representation
42886
-
42887
42951
  end
42888
42952
  end
42889
42953
 
@@ -42905,6 +42969,8 @@ module Google
42905
42969
 
42906
42970
  property :jgn_index, as: 'jgnIndex', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefJuggernautIndices, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefJuggernautIndices::Representation
42907
42971
 
42972
+ property :meta_tag_index, as: 'metaTagIndex', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefMetaTagIndices, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefMetaTagIndices::Representation
42973
+
42908
42974
  property :query_index, as: 'queryIndex', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefQueryIndices, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefQueryIndices::Representation
42909
42975
 
42910
42976
  end
@@ -43032,8 +43098,6 @@ module Google
43032
43098
 
43033
43099
  property :extensions, as: 'extensions', class: Google::Apis::ContentwarehouseV1::Proto2BridgeMessageSet, decorator: Google::Apis::ContentwarehouseV1::Proto2BridgeMessageSet::Representation
43034
43100
 
43035
- property :outlink_infos, as: 'outlinkInfos', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefWebrefOutlinkInfos, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefWebrefOutlinkInfos::Representation
43036
-
43037
43101
  collection :webref_parsed_content_sentence, as: 'webrefParsedContentSentence'
43038
43102
  end
43039
43103
  end
@@ -43731,10 +43795,19 @@ module Google
43731
43795
  end
43732
43796
  end
43733
43797
 
43798
+ class SafesearchImageOffensiveAnnotation
43799
+ # @private
43800
+ class Representation < Google::Apis::Core::JsonRepresentation
43801
+ property :hateful_derogatory_score, as: 'hatefulDerogatoryScore'
43802
+ end
43803
+ end
43804
+
43734
43805
  class SafesearchInternalImageSignals
43735
43806
  # @private
43736
43807
  class Representation < Google::Apis::Core::JsonRepresentation
43737
43808
  property :image_entities_violence_score, as: 'imageEntitiesViolenceScore'
43809
+ property :offensive_annotation, as: 'offensiveAnnotation', class: Google::Apis::ContentwarehouseV1::SafesearchImageOffensiveAnnotation, decorator: Google::Apis::ContentwarehouseV1::SafesearchImageOffensiveAnnotation::Representation
43810
+
43738
43811
  property :starburst_porn_score, as: 'starburstPornScore'
43739
43812
  property :starburst_violence_score, as: 'starburstViolenceScore'
43740
43813
  end
@@ -45535,6 +45608,7 @@ module Google
45535
45608
  property :cloud_device_data_info, as: 'cloudDeviceDataInfo', class: Google::Apis::ContentwarehouseV1::SocialGraphWireProtoPeopleapiAffinityMetadataCloudDeviceDataInfo, decorator: Google::Apis::ContentwarehouseV1::SocialGraphWireProtoPeopleapiAffinityMetadataCloudDeviceDataInfo::Representation
45536
45609
 
45537
45610
  property :cloud_score, as: 'cloudScore'
45611
+ property :suggestion_confidence, as: 'suggestionConfidence'
45538
45612
  end
45539
45613
  end
45540
45614
 
@@ -45605,6 +45679,7 @@ module Google
45605
45679
  collection :hidden_keys, as: 'hiddenKeys', class: Google::Apis::ContentwarehouseV1::SocialDiscoveryExternalEntityKey, decorator: Google::Apis::ContentwarehouseV1::SocialDiscoveryExternalEntityKey::Representation
45606
45680
 
45607
45681
  property :hide_type, as: 'hideType'
45682
+ property :suggestion_confidence, as: 'suggestionConfidence'
45608
45683
  end
45609
45684
  end
45610
45685
 
@@ -46285,6 +46360,8 @@ module Google
46285
46360
  collection :redirects, as: 'redirects', class: Google::Apis::ContentwarehouseV1::TrawlerFetchReplyDataRedirects, decorator: Google::Apis::ContentwarehouseV1::TrawlerFetchReplyDataRedirects::Representation
46286
46361
 
46287
46362
  property :traffic_type, as: 'trafficType'
46363
+ property :webio_info, as: 'webioInfo', class: Google::Apis::ContentwarehouseV1::TrawlerFetchReplyDataWebIoInfo, decorator: Google::Apis::ContentwarehouseV1::TrawlerFetchReplyDataWebIoInfo::Representation
46364
+
46288
46365
  end
46289
46366
  end
46290
46367
 
@@ -46412,6 +46489,14 @@ module Google
46412
46489
  end
46413
46490
  end
46414
46491
 
46492
+ class TrawlerFetchReplyDataWebIoInfo
46493
+ # @private
46494
+ class Representation < Google::Apis::Core::JsonRepresentation
46495
+ property :webio, as: 'webio'
46496
+ property :webio_percentage_tier, as: 'webioPercentageTier'
46497
+ end
46498
+ end
46499
+
46415
46500
  class TrawlerFetchStatus
46416
46501
  # @private
46417
46502
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-contentwarehouse_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.0
4
+ version: 0.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-08 00:00:00.000000000 Z
11
+ date: 2023-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contentwarehouse_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-contentwarehouse_v1/v0.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-contentwarehouse_v1/v0.29.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contentwarehouse_v1
63
63
  post_install_message:
64
64
  rdoc_options: []