google-apis-contentwarehouse_v1 0.28.0 → 0.30.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.28.0"
19
+ GEM_VERSION = "0.30.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 = "20231006"
25
+ REVISION = "20231026"
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
 
@@ -12436,18 +12442,6 @@ module Google
12436
12442
  include Google::Apis::Core::JsonObjectSupport
12437
12443
  end
12438
12444
 
12439
- class RepositoryWebrefPreprocessingUrlSourceInfoNewSchema
12440
- class Representation < Google::Apis::Core::JsonRepresentation; end
12441
-
12442
- include Google::Apis::Core::JsonObjectSupport
12443
- end
12444
-
12445
- class RepositoryWebrefPreprocessingUrlSourceInfoOldSchema
12446
- class Representation < Google::Apis::Core::JsonRepresentation; end
12447
-
12448
- include Google::Apis::Core::JsonObjectSupport
12449
- end
12450
-
12451
12445
  class RepositoryWebrefProcessorCounter
12452
12446
  class Representation < Google::Apis::Core::JsonRepresentation; end
12453
12447
 
@@ -12952,6 +12946,12 @@ module Google
12952
12946
  include Google::Apis::Core::JsonObjectSupport
12953
12947
  end
12954
12948
 
12949
+ class SafesearchImageOffensiveAnnotation
12950
+ class Representation < Google::Apis::Core::JsonRepresentation; end
12951
+
12952
+ include Google::Apis::Core::JsonObjectSupport
12953
+ end
12954
+
12955
12955
  class SafesearchInternalImageSignals
12956
12956
  class Representation < Google::Apis::Core::JsonRepresentation; end
12957
12957
 
@@ -14284,6 +14284,12 @@ module Google
14284
14284
  include Google::Apis::Core::JsonObjectSupport
14285
14285
  end
14286
14286
 
14287
+ class TrawlerFetchReplyDataWebIoInfo
14288
+ class Representation < Google::Apis::Core::JsonRepresentation; end
14289
+
14290
+ include Google::Apis::Core::JsonObjectSupport
14291
+ end
14292
+
14287
14293
  class TrawlerFetchStatus
14288
14294
  class Representation < Google::Apis::Core::JsonRepresentation; end
14289
14295
 
@@ -17962,6 +17968,7 @@ module Google
17962
17968
  property :routable_to_provider_cloud, as: 'routableToProviderCloud'
17963
17969
  property :searchable_on_device, as: 'searchableOnDevice'
17964
17970
  property :searchable_on_server, as: 'searchableOnServer'
17971
+ property :supports3p_podcast_playback, as: 'supports3pPodcastPlayback'
17965
17972
  property :supports_screenless_initiation, as: 'supportsScreenlessInitiation'
17966
17973
  property :whitelisted_for_annotation, as: 'whitelistedForAnnotation'
17967
17974
  end
@@ -18661,6 +18668,7 @@ module Google
18661
18668
  class Representation < Google::Apis::Core::JsonRepresentation
18662
18669
  property :device_id, as: 'deviceId', class: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesDeviceId, decorator: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesDeviceId::Representation
18663
18670
 
18671
+ property :legacy_surface_type, as: 'legacySurfaceType'
18664
18672
  property :surface_type, as: 'surfaceType'
18665
18673
  property :surface_type_string, as: 'surfaceTypeString'
18666
18674
  property :surface_version, as: 'surfaceVersion', class: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesSurfaceVersion, decorator: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesSurfaceVersion::Representation
@@ -18732,6 +18740,16 @@ module Google
18732
18740
  end
18733
18741
  end
18734
18742
 
18743
+ class AssistantApiDateTimeRange
18744
+ # @private
18745
+ class Representation < Google::Apis::Core::JsonRepresentation
18746
+ property :end_date, as: 'endDate', class: Google::Apis::ContentwarehouseV1::AssistantApiDateTime, decorator: Google::Apis::ContentwarehouseV1::AssistantApiDateTime::Representation
18747
+
18748
+ property :start_date, as: 'startDate', class: Google::Apis::ContentwarehouseV1::AssistantApiDateTime, decorator: Google::Apis::ContentwarehouseV1::AssistantApiDateTime::Representation
18749
+
18750
+ end
18751
+ end
18752
+
18735
18753
  class AssistantApiDeviceCapabilities
18736
18754
  # @private
18737
18755
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -19152,7 +19170,7 @@ module Google
19152
19170
  class Representation < Google::Apis::Core::JsonRepresentation
19153
19171
  property :begin, as: 'begin', class: Google::Apis::ContentwarehouseV1::AssistantApiDate, decorator: Google::Apis::ContentwarehouseV1::AssistantApiDate::Representation
19154
19172
 
19155
- collection :blacklisted_ranges, as: 'blacklistedRanges', class: Google::Apis::ContentwarehouseV1::AssistantApiRecurrenceDatetimeRange, decorator: Google::Apis::ContentwarehouseV1::AssistantApiRecurrenceDatetimeRange::Representation
19173
+ collection :blacklisted_ranges, as: 'blacklistedRanges', class: Google::Apis::ContentwarehouseV1::AssistantApiDateTimeRange, decorator: Google::Apis::ContentwarehouseV1::AssistantApiDateTimeRange::Representation
19156
19174
 
19157
19175
  collection :day_of_month, as: 'dayOfMonth'
19158
19176
  collection :day_of_week, as: 'dayOfWeek'
@@ -19165,16 +19183,6 @@ module Google
19165
19183
  end
19166
19184
  end
19167
19185
 
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
19186
  class AssistantApiScreenCapabilities
19179
19187
  # @private
19180
19188
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -20690,6 +20698,8 @@ module Google
20690
20698
  property :is_local, as: 'isLocal'
20691
20699
  property :is_locked, as: 'isLocked'
20692
20700
  property :is_tethered, as: 'isTethered'
20701
+ property :media_focus_state_from_hearing_device, as: 'mediaFocusStateFromHearingDevice'
20702
+ property :media_focus_state_from_local_device, as: 'mediaFocusStateFromLocalDevice'
20693
20703
  end
20694
20704
  end
20695
20705
 
@@ -20797,7 +20807,9 @@ module Google
20797
20807
  property :is_most_recent_song_album_ambiguous, as: 'isMostRecentSongAlbumAmbiguous'
20798
20808
  property :is_seed_radio, as: 'isSeedRadio'
20799
20809
  property :is_seed_radio_request, as: 'isSeedRadioRequest'
20810
+ property :is_self_reported_svod_provider, as: 'isSelfReportedSvodProvider'
20800
20811
  property :is_youtube_music_seeking, as: 'isYoutubeMusicSeeking'
20812
+ property :media_account_type, as: 'mediaAccountType'
20801
20813
  property :media_content_type, as: 'mediaContentType'
20802
20814
  property :msc_rate, as: 'mscRate'
20803
20815
  property :scubed_p_sai_music, as: 'scubedPSaiMusic'
@@ -21320,6 +21332,7 @@ module Google
21320
21332
  property :is_fully_grounded, as: 'isFullyGrounded'
21321
21333
  property :is_high_confidence_podcast_intent, as: 'isHighConfidencePodcastIntent'
21322
21334
  property :is_media_control_intent, as: 'isMediaControlIntent'
21335
+ property :is_nsp_intent, as: 'isNspIntent'
21323
21336
  property :is_play_generic_music, as: 'isPlayGenericMusic'
21324
21337
  property :is_podcast_generic_intent, as: 'isPodcastGenericIntent'
21325
21338
  property :is_podcast_intent, as: 'isPodcastIntent'
@@ -21357,6 +21370,7 @@ module Google
21357
21370
  property :tiebreaking_metadata, as: 'tiebreakingMetadata', class: Google::Apis::ContentwarehouseV1::AssistantPfrTiebreakingMetadata, decorator: Google::Apis::ContentwarehouseV1::AssistantPfrTiebreakingMetadata::Representation
21358
21371
 
21359
21372
  property :top_hypothesis_confidence, as: 'topHypothesisConfidence'
21373
+ property :uses_grounding_box, as: 'usesGroundingBox'
21360
21374
  property :vertical_confidence_score, as: 'verticalConfidenceScore'
21361
21375
  end
21362
21376
  end
@@ -24374,6 +24388,8 @@ module Google
24374
24388
 
24375
24389
  property :anchored_geometry, as: 'anchoredGeometry', class: Google::Apis::ContentwarehouseV1::GeostoreAnchoredGeometryProto, decorator: Google::Apis::ContentwarehouseV1::GeostoreAnchoredGeometryProto::Representation
24376
24390
 
24391
+ collection :associated_ev_charging_station, as: 'associatedEvChargingStation', class: Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto, decorator: Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto::Representation
24392
+
24377
24393
  collection :attachment, as: 'attachment', class: Google::Apis::ContentwarehouseV1::GeostoreAttachmentsAttachmentProto, decorator: Google::Apis::ContentwarehouseV1::GeostoreAttachmentsAttachmentProto::Representation
24378
24394
 
24379
24395
  collection :attribute, as: 'attribute', class: Google::Apis::ContentwarehouseV1::GeostoreAttributeProto, decorator: Google::Apis::ContentwarehouseV1::GeostoreAttributeProto::Representation
@@ -30950,6 +30966,8 @@ module Google
30950
30966
 
30951
30967
  property :imageembed, as: 'imageembed', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
30952
30968
 
30969
+ property :imageembed_domain_norm, as: 'imageembedDomainNorm', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
30970
+
30953
30971
  property :indexing_annotations_annotation_meta, as: 'indexingAnnotationsAnnotationMeta', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
30954
30972
 
30955
30973
  property :indexing_annotations_app_market_app_market_annotation, as: 'indexingAnnotationsAppMarketAppMarketAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
@@ -40084,6 +40102,7 @@ module Google
40084
40102
  property :unsquashed_mobile_signals, as: 'unsquashedMobileSignals', class: Google::Apis::ContentwarehouseV1::QualityNavboostCrapsCrapsClickSignals, decorator: Google::Apis::ContentwarehouseV1::QualityNavboostCrapsCrapsClickSignals::Representation
40085
40103
 
40086
40104
  property :url, as: 'url'
40105
+ property :voter_token_count, as: 'voterTokenCount'
40087
40106
  end
40088
40107
  end
40089
40108
 
@@ -40105,6 +40124,8 @@ module Google
40105
40124
  property :location_id, as: 'locationId'
40106
40125
  property :signals, as: 'signals', class: Google::Apis::ContentwarehouseV1::QualityNavboostCrapsCrapsClickSignals, decorator: Google::Apis::ContentwarehouseV1::QualityNavboostCrapsCrapsClickSignals::Representation
40107
40126
 
40127
+ property :voter_token_bitmap, as: 'voterTokenBitmap', class: Google::Apis::ContentwarehouseV1::QualityNavboostGlueVoterTokenBitmapMessage, decorator: Google::Apis::ContentwarehouseV1::QualityNavboostGlueVoterTokenBitmapMessage::Representation
40128
+
40108
40129
  end
40109
40130
  end
40110
40131
 
@@ -40129,6 +40150,14 @@ module Google
40129
40150
  end
40130
40151
  end
40131
40152
 
40153
+ class QualityNavboostGlueVoterTokenBitmapMessage
40154
+ # @private
40155
+ class Representation < Google::Apis::Core::JsonRepresentation
40156
+ collection :sub_range, as: 'subRange'
40157
+ property :voter_token, :numeric_string => true, as: 'voterToken'
40158
+ end
40159
+ end
40160
+
40132
40161
  class QualityNsrExperimentalNsrTeamData
40133
40162
  # @private
40134
40163
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -40230,6 +40259,7 @@ module Google
40230
40259
  property :site_link_out, as: 'siteLinkOut'
40231
40260
  property :site_pr, as: 'sitePr'
40232
40261
  property :site_quality_stddev, as: 'siteQualityStddev'
40262
+ property :small_personal_site, as: 'smallPersonalSite'
40233
40263
  property :spambrain_lavc_score, as: 'spambrainLavcScore'
40234
40264
  collection :spambrain_lavc_scores, as: 'spambrainLavcScores', class: Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal, decorator: Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal::Representation
40235
40265
 
@@ -40956,7 +40986,6 @@ module Google
40956
40986
 
40957
40987
  collection :product_browseonomy_ids, as: 'productBrowseonomyIds'
40958
40988
  property :product_cluster_mid, :numeric_string => true, as: 'productClusterMid'
40959
- property :product_popularity, as: 'productPopularity'
40960
40989
  collection :relevance_embedding, as: 'relevanceEmbedding', class: Google::Apis::ContentwarehouseV1::QualityRankembedMustangMustangRankEmbedInfo, decorator: Google::Apis::ContentwarehouseV1::QualityRankembedMustangMustangRankEmbedInfo::Representation
40961
40990
 
40962
40991
  property :weak_global_product_cluster_id, :numeric_string => true, as: 'weakGlobalProductClusterId'
@@ -42386,7 +42415,6 @@ module Google
42386
42415
  property :matching_text, as: 'matchingText'
42387
42416
  property :name_metadata, as: 'nameMetadata', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefConceptNameMetadata, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefConceptNameMetadata::Representation
42388
42417
 
42389
- property :non_locational_score, as: 'nonLocationalScore'
42390
42418
  property :per_mention_lightweight_token, as: 'perMentionLightweightToken', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefLightweightTokensPerMentionLightweightToken, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefLightweightTokensPerMentionLightweightToken::Representation
42391
42419
 
42392
42420
  property :personalization_context_outputs, as: 'personalizationContextOutputs', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefPersonalizationContextOutputs, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefPersonalizationContextOutputs::Representation
@@ -42398,8 +42426,6 @@ module Google
42398
42426
 
42399
42427
  property :subsegment_index, as: 'subsegmentIndex', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefSubSegmentIndex, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefSubSegmentIndex::Representation
42400
42428
 
42401
- property :time_offset_confidence, as: 'timeOffsetConfidence'
42402
- property :time_offset_ms, as: 'timeOffsetMs'
42403
42429
  property :trusted_name_confidence, as: 'trustedNameConfidence'
42404
42430
  end
42405
42431
  end
@@ -42690,29 +42716,11 @@ module Google
42690
42716
  class RepositoryWebrefPreprocessingUrlSourceInfo
42691
42717
  # @private
42692
42718
  class Representation < Google::Apis::Core::JsonRepresentation
42693
- property :deprecated_old_schema, as: 'deprecatedOldSchema', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefPreprocessingUrlSourceInfoOldSchema, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefPreprocessingUrlSourceInfoOldSchema::Representation
42694
-
42695
- property :new_schema, as: 'newSchema', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefPreprocessingUrlSourceInfoNewSchema, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefPreprocessingUrlSourceInfoNewSchema::Representation
42696
-
42697
42719
  property :original_url, as: 'originalUrl'
42698
42720
  property :source, as: 'source'
42699
42721
  end
42700
42722
  end
42701
42723
 
42702
- class RepositoryWebrefPreprocessingUrlSourceInfoNewSchema
42703
- # @private
42704
- class Representation < Google::Apis::Core::JsonRepresentation
42705
- property :source_property, as: 'sourceProperty'
42706
- end
42707
- end
42708
-
42709
- class RepositoryWebrefPreprocessingUrlSourceInfoOldSchema
42710
- # @private
42711
- class Representation < Google::Apis::Core::JsonRepresentation
42712
- property :is_official, as: 'isOfficial'
42713
- end
42714
- end
42715
-
42716
42724
  class RepositoryWebrefProcessorCounter
42717
42725
  # @private
42718
42726
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -42912,8 +42920,6 @@ module Google
42912
42920
  property :url, as: 'url'
42913
42921
  property :webref_outlink_infos, as: 'webrefOutlinkInfos', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefWebrefOutlinkInfos, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefWebrefOutlinkInfos::Representation
42914
42922
 
42915
- property :webref_outlinks_legacy, as: 'webrefOutlinksLegacy', class: Google::Apis::ContentwarehouseV1::Proto2BridgeMessageSet, decorator: Google::Apis::ContentwarehouseV1::Proto2BridgeMessageSet::Representation
42916
-
42917
42923
  end
42918
42924
  end
42919
42925
 
@@ -43064,8 +43070,6 @@ module Google
43064
43070
 
43065
43071
  property :extensions, as: 'extensions', class: Google::Apis::ContentwarehouseV1::Proto2BridgeMessageSet, decorator: Google::Apis::ContentwarehouseV1::Proto2BridgeMessageSet::Representation
43066
43072
 
43067
- property :outlink_infos, as: 'outlinkInfos', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefWebrefOutlinkInfos, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefWebrefOutlinkInfos::Representation
43068
-
43069
43073
  collection :webref_parsed_content_sentence, as: 'webrefParsedContentSentence'
43070
43074
  end
43071
43075
  end
@@ -43763,10 +43767,19 @@ module Google
43763
43767
  end
43764
43768
  end
43765
43769
 
43770
+ class SafesearchImageOffensiveAnnotation
43771
+ # @private
43772
+ class Representation < Google::Apis::Core::JsonRepresentation
43773
+ property :hateful_derogatory_score, as: 'hatefulDerogatoryScore'
43774
+ end
43775
+ end
43776
+
43766
43777
  class SafesearchInternalImageSignals
43767
43778
  # @private
43768
43779
  class Representation < Google::Apis::Core::JsonRepresentation
43769
43780
  property :image_entities_violence_score, as: 'imageEntitiesViolenceScore'
43781
+ property :offensive_annotation, as: 'offensiveAnnotation', class: Google::Apis::ContentwarehouseV1::SafesearchImageOffensiveAnnotation, decorator: Google::Apis::ContentwarehouseV1::SafesearchImageOffensiveAnnotation::Representation
43782
+
43770
43783
  property :starburst_porn_score, as: 'starburstPornScore'
43771
43784
  property :starburst_violence_score, as: 'starburstViolenceScore'
43772
43785
  end
@@ -46319,6 +46332,8 @@ module Google
46319
46332
  collection :redirects, as: 'redirects', class: Google::Apis::ContentwarehouseV1::TrawlerFetchReplyDataRedirects, decorator: Google::Apis::ContentwarehouseV1::TrawlerFetchReplyDataRedirects::Representation
46320
46333
 
46321
46334
  property :traffic_type, as: 'trafficType'
46335
+ property :webio_info, as: 'webioInfo', class: Google::Apis::ContentwarehouseV1::TrawlerFetchReplyDataWebIoInfo, decorator: Google::Apis::ContentwarehouseV1::TrawlerFetchReplyDataWebIoInfo::Representation
46336
+
46322
46337
  end
46323
46338
  end
46324
46339
 
@@ -46446,6 +46461,14 @@ module Google
46446
46461
  end
46447
46462
  end
46448
46463
 
46464
+ class TrawlerFetchReplyDataWebIoInfo
46465
+ # @private
46466
+ class Representation < Google::Apis::Core::JsonRepresentation
46467
+ property :webio, as: 'webio'
46468
+ property :webio_percentage_tier, as: 'webioPercentageTier'
46469
+ end
46470
+ end
46471
+
46449
46472
  class TrawlerFetchStatus
46450
46473
  # @private
46451
46474
  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.28.0
4
+ version: 0.30.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-15 00:00:00.000000000 Z
11
+ date: 2023-11-05 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.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-contentwarehouse_v1/v0.30.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: []