google-apis-contentwarehouse_v1 0.28.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.
|
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 = "
|
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
|
|
@@ -11194,6 +11194,12 @@ module Google
|
|
11194
11194
|
include Google::Apis::Core::JsonObjectSupport
|
11195
11195
|
end
|
11196
11196
|
|
11197
|
+
class QualityNavboostGlueVoterTokenBitmapMessage
|
11198
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
11199
|
+
|
11200
|
+
include Google::Apis::Core::JsonObjectSupport
|
11201
|
+
end
|
11202
|
+
|
11197
11203
|
class QualityNsrExperimentalNsrTeamData
|
11198
11204
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
11199
11205
|
|
@@ -12952,6 +12958,12 @@ module Google
|
|
12952
12958
|
include Google::Apis::Core::JsonObjectSupport
|
12953
12959
|
end
|
12954
12960
|
|
12961
|
+
class SafesearchImageOffensiveAnnotation
|
12962
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
12963
|
+
|
12964
|
+
include Google::Apis::Core::JsonObjectSupport
|
12965
|
+
end
|
12966
|
+
|
12955
12967
|
class SafesearchInternalImageSignals
|
12956
12968
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
12957
12969
|
|
@@ -14284,6 +14296,12 @@ module Google
|
|
14284
14296
|
include Google::Apis::Core::JsonObjectSupport
|
14285
14297
|
end
|
14286
14298
|
|
14299
|
+
class TrawlerFetchReplyDataWebIoInfo
|
14300
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
14301
|
+
|
14302
|
+
include Google::Apis::Core::JsonObjectSupport
|
14303
|
+
end
|
14304
|
+
|
14287
14305
|
class TrawlerFetchStatus
|
14288
14306
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
14289
14307
|
|
@@ -18661,6 +18679,7 @@ module Google
|
|
18661
18679
|
class Representation < Google::Apis::Core::JsonRepresentation
|
18662
18680
|
property :device_id, as: 'deviceId', class: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesDeviceId, decorator: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesDeviceId::Representation
|
18663
18681
|
|
18682
|
+
property :legacy_surface_type, as: 'legacySurfaceType'
|
18664
18683
|
property :surface_type, as: 'surfaceType'
|
18665
18684
|
property :surface_type_string, as: 'surfaceTypeString'
|
18666
18685
|
property :surface_version, as: 'surfaceVersion', class: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesSurfaceVersion, decorator: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesSurfaceVersion::Representation
|
@@ -18732,6 +18751,16 @@ module Google
|
|
18732
18751
|
end
|
18733
18752
|
end
|
18734
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
|
+
|
18735
18764
|
class AssistantApiDeviceCapabilities
|
18736
18765
|
# @private
|
18737
18766
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -19152,7 +19181,7 @@ module Google
|
|
19152
19181
|
class Representation < Google::Apis::Core::JsonRepresentation
|
19153
19182
|
property :begin, as: 'begin', class: Google::Apis::ContentwarehouseV1::AssistantApiDate, decorator: Google::Apis::ContentwarehouseV1::AssistantApiDate::Representation
|
19154
19183
|
|
19155
|
-
collection :blacklisted_ranges, as: 'blacklistedRanges', class: Google::Apis::ContentwarehouseV1::
|
19184
|
+
collection :blacklisted_ranges, as: 'blacklistedRanges', class: Google::Apis::ContentwarehouseV1::AssistantApiDateTimeRange, decorator: Google::Apis::ContentwarehouseV1::AssistantApiDateTimeRange::Representation
|
19156
19185
|
|
19157
19186
|
collection :day_of_month, as: 'dayOfMonth'
|
19158
19187
|
collection :day_of_week, as: 'dayOfWeek'
|
@@ -19165,16 +19194,6 @@ module Google
|
|
19165
19194
|
end
|
19166
19195
|
end
|
19167
19196
|
|
19168
|
-
class AssistantApiRecurrenceDatetimeRange
|
19169
|
-
# @private
|
19170
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
19171
|
-
property :end_date, as: 'endDate', class: Google::Apis::ContentwarehouseV1::AssistantApiDateTime, decorator: Google::Apis::ContentwarehouseV1::AssistantApiDateTime::Representation
|
19172
|
-
|
19173
|
-
property :start_date, as: 'startDate', class: Google::Apis::ContentwarehouseV1::AssistantApiDateTime, decorator: Google::Apis::ContentwarehouseV1::AssistantApiDateTime::Representation
|
19174
|
-
|
19175
|
-
end
|
19176
|
-
end
|
19177
|
-
|
19178
19197
|
class AssistantApiScreenCapabilities
|
19179
19198
|
# @private
|
19180
19199
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -20690,6 +20709,8 @@ module Google
|
|
20690
20709
|
property :is_local, as: 'isLocal'
|
20691
20710
|
property :is_locked, as: 'isLocked'
|
20692
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'
|
20693
20714
|
end
|
20694
20715
|
end
|
20695
20716
|
|
@@ -20797,7 +20818,9 @@ module Google
|
|
20797
20818
|
property :is_most_recent_song_album_ambiguous, as: 'isMostRecentSongAlbumAmbiguous'
|
20798
20819
|
property :is_seed_radio, as: 'isSeedRadio'
|
20799
20820
|
property :is_seed_radio_request, as: 'isSeedRadioRequest'
|
20821
|
+
property :is_self_reported_svod_provider, as: 'isSelfReportedSvodProvider'
|
20800
20822
|
property :is_youtube_music_seeking, as: 'isYoutubeMusicSeeking'
|
20823
|
+
property :media_account_type, as: 'mediaAccountType'
|
20801
20824
|
property :media_content_type, as: 'mediaContentType'
|
20802
20825
|
property :msc_rate, as: 'mscRate'
|
20803
20826
|
property :scubed_p_sai_music, as: 'scubedPSaiMusic'
|
@@ -21320,6 +21343,7 @@ module Google
|
|
21320
21343
|
property :is_fully_grounded, as: 'isFullyGrounded'
|
21321
21344
|
property :is_high_confidence_podcast_intent, as: 'isHighConfidencePodcastIntent'
|
21322
21345
|
property :is_media_control_intent, as: 'isMediaControlIntent'
|
21346
|
+
property :is_nsp_intent, as: 'isNspIntent'
|
21323
21347
|
property :is_play_generic_music, as: 'isPlayGenericMusic'
|
21324
21348
|
property :is_podcast_generic_intent, as: 'isPodcastGenericIntent'
|
21325
21349
|
property :is_podcast_intent, as: 'isPodcastIntent'
|
@@ -21357,6 +21381,7 @@ module Google
|
|
21357
21381
|
property :tiebreaking_metadata, as: 'tiebreakingMetadata', class: Google::Apis::ContentwarehouseV1::AssistantPfrTiebreakingMetadata, decorator: Google::Apis::ContentwarehouseV1::AssistantPfrTiebreakingMetadata::Representation
|
21358
21382
|
|
21359
21383
|
property :top_hypothesis_confidence, as: 'topHypothesisConfidence'
|
21384
|
+
property :uses_grounding_box, as: 'usesGroundingBox'
|
21360
21385
|
property :vertical_confidence_score, as: 'verticalConfidenceScore'
|
21361
21386
|
end
|
21362
21387
|
end
|
@@ -30950,6 +30975,8 @@ module Google
|
|
30950
30975
|
|
30951
30976
|
property :imageembed, as: 'imageembed', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
|
30952
30977
|
|
30978
|
+
property :imageembed_domain_norm, as: 'imageembedDomainNorm', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
|
30979
|
+
|
30953
30980
|
property :indexing_annotations_annotation_meta, as: 'indexingAnnotationsAnnotationMeta', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
|
30954
30981
|
|
30955
30982
|
property :indexing_annotations_app_market_app_market_annotation, as: 'indexingAnnotationsAppMarketAppMarketAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
|
@@ -40084,6 +40111,7 @@ module Google
|
|
40084
40111
|
property :unsquashed_mobile_signals, as: 'unsquashedMobileSignals', class: Google::Apis::ContentwarehouseV1::QualityNavboostCrapsCrapsClickSignals, decorator: Google::Apis::ContentwarehouseV1::QualityNavboostCrapsCrapsClickSignals::Representation
|
40085
40112
|
|
40086
40113
|
property :url, as: 'url'
|
40114
|
+
property :voter_token_count, as: 'voterTokenCount'
|
40087
40115
|
end
|
40088
40116
|
end
|
40089
40117
|
|
@@ -40105,6 +40133,8 @@ module Google
|
|
40105
40133
|
property :location_id, as: 'locationId'
|
40106
40134
|
property :signals, as: 'signals', class: Google::Apis::ContentwarehouseV1::QualityNavboostCrapsCrapsClickSignals, decorator: Google::Apis::ContentwarehouseV1::QualityNavboostCrapsCrapsClickSignals::Representation
|
40107
40135
|
|
40136
|
+
property :voter_token_bitmap, as: 'voterTokenBitmap', class: Google::Apis::ContentwarehouseV1::QualityNavboostGlueVoterTokenBitmapMessage, decorator: Google::Apis::ContentwarehouseV1::QualityNavboostGlueVoterTokenBitmapMessage::Representation
|
40137
|
+
|
40108
40138
|
end
|
40109
40139
|
end
|
40110
40140
|
|
@@ -40129,6 +40159,14 @@ module Google
|
|
40129
40159
|
end
|
40130
40160
|
end
|
40131
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
|
+
|
40132
40170
|
class QualityNsrExperimentalNsrTeamData
|
40133
40171
|
# @private
|
40134
40172
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -40230,6 +40268,7 @@ module Google
|
|
40230
40268
|
property :site_link_out, as: 'siteLinkOut'
|
40231
40269
|
property :site_pr, as: 'sitePr'
|
40232
40270
|
property :site_quality_stddev, as: 'siteQualityStddev'
|
40271
|
+
property :small_personal_site, as: 'smallPersonalSite'
|
40233
40272
|
property :spambrain_lavc_score, as: 'spambrainLavcScore'
|
40234
40273
|
collection :spambrain_lavc_scores, as: 'spambrainLavcScores', class: Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal, decorator: Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal::Representation
|
40235
40274
|
|
@@ -40956,7 +40995,6 @@ module Google
|
|
40956
40995
|
|
40957
40996
|
collection :product_browseonomy_ids, as: 'productBrowseonomyIds'
|
40958
40997
|
property :product_cluster_mid, :numeric_string => true, as: 'productClusterMid'
|
40959
|
-
property :product_popularity, as: 'productPopularity'
|
40960
40998
|
collection :relevance_embedding, as: 'relevanceEmbedding', class: Google::Apis::ContentwarehouseV1::QualityRankembedMustangMustangRankEmbedInfo, decorator: Google::Apis::ContentwarehouseV1::QualityRankembedMustangMustangRankEmbedInfo::Representation
|
40961
40999
|
|
40962
41000
|
property :weak_global_product_cluster_id, :numeric_string => true, as: 'weakGlobalProductClusterId'
|
@@ -42398,8 +42436,6 @@ module Google
|
|
42398
42436
|
|
42399
42437
|
property :subsegment_index, as: 'subsegmentIndex', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefSubSegmentIndex, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefSubSegmentIndex::Representation
|
42400
42438
|
|
42401
|
-
property :time_offset_confidence, as: 'timeOffsetConfidence'
|
42402
|
-
property :time_offset_ms, as: 'timeOffsetMs'
|
42403
42439
|
property :trusted_name_confidence, as: 'trustedNameConfidence'
|
42404
42440
|
end
|
42405
42441
|
end
|
@@ -42912,8 +42948,6 @@ module Google
|
|
42912
42948
|
property :url, as: 'url'
|
42913
42949
|
property :webref_outlink_infos, as: 'webrefOutlinkInfos', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefWebrefOutlinkInfos, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefWebrefOutlinkInfos::Representation
|
42914
42950
|
|
42915
|
-
property :webref_outlinks_legacy, as: 'webrefOutlinksLegacy', class: Google::Apis::ContentwarehouseV1::Proto2BridgeMessageSet, decorator: Google::Apis::ContentwarehouseV1::Proto2BridgeMessageSet::Representation
|
42916
|
-
|
42917
42951
|
end
|
42918
42952
|
end
|
42919
42953
|
|
@@ -43064,8 +43098,6 @@ module Google
|
|
43064
43098
|
|
43065
43099
|
property :extensions, as: 'extensions', class: Google::Apis::ContentwarehouseV1::Proto2BridgeMessageSet, decorator: Google::Apis::ContentwarehouseV1::Proto2BridgeMessageSet::Representation
|
43066
43100
|
|
43067
|
-
property :outlink_infos, as: 'outlinkInfos', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefWebrefOutlinkInfos, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefWebrefOutlinkInfos::Representation
|
43068
|
-
|
43069
43101
|
collection :webref_parsed_content_sentence, as: 'webrefParsedContentSentence'
|
43070
43102
|
end
|
43071
43103
|
end
|
@@ -43763,10 +43795,19 @@ module Google
|
|
43763
43795
|
end
|
43764
43796
|
end
|
43765
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
|
+
|
43766
43805
|
class SafesearchInternalImageSignals
|
43767
43806
|
# @private
|
43768
43807
|
class Representation < Google::Apis::Core::JsonRepresentation
|
43769
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
|
+
|
43770
43811
|
property :starburst_porn_score, as: 'starburstPornScore'
|
43771
43812
|
property :starburst_violence_score, as: 'starburstViolenceScore'
|
43772
43813
|
end
|
@@ -46319,6 +46360,8 @@ module Google
|
|
46319
46360
|
collection :redirects, as: 'redirects', class: Google::Apis::ContentwarehouseV1::TrawlerFetchReplyDataRedirects, decorator: Google::Apis::ContentwarehouseV1::TrawlerFetchReplyDataRedirects::Representation
|
46320
46361
|
|
46321
46362
|
property :traffic_type, as: 'trafficType'
|
46363
|
+
property :webio_info, as: 'webioInfo', class: Google::Apis::ContentwarehouseV1::TrawlerFetchReplyDataWebIoInfo, decorator: Google::Apis::ContentwarehouseV1::TrawlerFetchReplyDataWebIoInfo::Representation
|
46364
|
+
|
46322
46365
|
end
|
46323
46366
|
end
|
46324
46367
|
|
@@ -46446,6 +46489,14 @@ module Google
|
|
46446
46489
|
end
|
46447
46490
|
end
|
46448
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
|
+
|
46449
46500
|
class TrawlerFetchStatus
|
46450
46501
|
# @private
|
46451
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.
|
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-
|
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.
|
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: []
|