google-apis-contentwarehouse_v1 0.15.0 → 0.17.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.15.0"
19
+ GEM_VERSION = "0.17.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 = "20230508"
25
+ REVISION = "20230529"
26
26
  end
27
27
  end
28
28
  end
@@ -2596,6 +2596,30 @@ module Google
2596
2596
  include Google::Apis::Core::JsonObjectSupport
2597
2597
  end
2598
2598
 
2599
+ class AssistantGroundingRankerDeviceTargetingFeatures
2600
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2601
+
2602
+ include Google::Apis::Core::JsonObjectSupport
2603
+ end
2604
+
2605
+ class AssistantGroundingRankerDeviceTargetingFeaturesProperties
2606
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2607
+
2608
+ include Google::Apis::Core::JsonObjectSupport
2609
+ end
2610
+
2611
+ class AssistantGroundingRankerDeviceTargetingFeaturesStates
2612
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2613
+
2614
+ include Google::Apis::Core::JsonObjectSupport
2615
+ end
2616
+
2617
+ class AssistantGroundingRankerDeviceTargetingLabels
2618
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2619
+
2620
+ include Google::Apis::Core::JsonObjectSupport
2621
+ end
2622
+
2599
2623
  class AssistantGroundingRankerGroundingProviderFeatures
2600
2624
  class Representation < Google::Apis::Core::JsonRepresentation; end
2601
2625
 
@@ -4978,6 +5002,12 @@ module Google
4978
5002
  include Google::Apis::Core::JsonObjectSupport
4979
5003
  end
4980
5004
 
5005
+ class GeostoreTransitStationProtoTransitAgencyAssociationProto
5006
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5007
+
5008
+ include Google::Apis::Core::JsonObjectSupport
5009
+ end
5010
+
4981
5011
  class GeostoreTrustSignalsProto
4982
5012
  class Representation < Google::Apis::Core::JsonRepresentation; end
4983
5013
 
@@ -6976,6 +7006,12 @@ module Google
6976
7006
  include Google::Apis::Core::JsonObjectSupport
6977
7007
  end
6978
7008
 
7009
+ class ImageRepositoryS3LangIdDebuggingInfo
7010
+ class Representation < Google::Apis::Core::JsonRepresentation; end
7011
+
7012
+ include Google::Apis::Core::JsonObjectSupport
7013
+ end
7014
+
6979
7015
  class ImageRepositoryS3LangIdSignals
6980
7016
  class Representation < Google::Apis::Core::JsonRepresentation; end
6981
7017
 
@@ -13078,6 +13114,12 @@ module Google
13078
13114
  include Google::Apis::Core::JsonObjectSupport
13079
13115
  end
13080
13116
 
13117
+ class ShoppingWebentityShoppingAnnotationOfferAvailabilityInfo
13118
+ class Representation < Google::Apis::Core::JsonRepresentation; end
13119
+
13120
+ include Google::Apis::Core::JsonObjectSupport
13121
+ end
13122
+
13081
13123
  class ShoppingWebentityShoppingAnnotationProductRating
13082
13124
  class Representation < Google::Apis::Core::JsonRepresentation; end
13083
13125
 
@@ -13690,6 +13732,12 @@ module Google
13690
13732
  include Google::Apis::Core::JsonObjectSupport
13691
13733
  end
13692
13734
 
13735
+ class SpeechWaveHeader
13736
+ class Representation < Google::Apis::Core::JsonRepresentation; end
13737
+
13738
+ include Google::Apis::Core::JsonObjectSupport
13739
+ end
13740
+
13693
13741
  class StorageGraphBfgAuthorityFeedbackMetadata
13694
13742
  class Representation < Google::Apis::Core::JsonRepresentation; end
13695
13743
 
@@ -13816,6 +13864,12 @@ module Google
13816
13864
  include Google::Apis::Core::JsonObjectSupport
13817
13865
  end
13818
13866
 
13867
+ class TravelFlightsAirlineConfigGreenFaresInfo
13868
+ class Representation < Google::Apis::Core::JsonRepresentation; end
13869
+
13870
+ include Google::Apis::Core::JsonObjectSupport
13871
+ end
13872
+
13819
13873
  class TravelFlightsAirlineConfigLocalizedContactInfo
13820
13874
  class Representation < Google::Apis::Core::JsonRepresentation; end
13821
13875
 
@@ -17582,6 +17636,7 @@ module Google
17582
17636
  # @private
17583
17637
  class Representation < Google::Apis::Core::JsonRepresentation
17584
17638
  property :enabled, as: 'enabled'
17639
+ property :send_message_suppressed, as: 'sendMessageSuppressed'
17585
17640
  end
17586
17641
  end
17587
17642
 
@@ -18176,12 +18231,14 @@ module Google
18176
18231
  class AssistantApiCoreTypesMessageNotificationNotificationEntry
18177
18232
  # @private
18178
18233
  class Representation < Google::Apis::Core::JsonRepresentation
18234
+ property :char_count, as: 'charCount'
18179
18235
  property :data_uri, as: 'dataUri'
18180
18236
  property :message_body, as: 'messageBody'
18181
18237
  property :mime_type, as: 'mimeType'
18182
18238
  property :post_time, as: 'postTime'
18183
18239
  property :sender, as: 'sender', class: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesMessageNotificationPerson, decorator: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesMessageNotificationPerson::Representation
18184
18240
 
18241
+ property :word_count, as: 'wordCount'
18185
18242
  end
18186
18243
  end
18187
18244
 
@@ -18593,6 +18650,7 @@ module Google
18593
18650
  property :device_model, as: 'deviceModel'
18594
18651
  property :embedder_build_info, as: 'embedderBuildInfo'
18595
18652
  property :initial_app_version, as: 'initialAppVersion'
18653
+ property :is_primary_user, as: 'isPrimaryUser'
18596
18654
  property :mdns_display_name, as: 'mdnsDisplayName'
18597
18655
  property :platform_build, as: 'platformBuild'
18598
18656
  property :virtual_release_channel, as: 'virtualReleaseChannel'
@@ -19568,6 +19626,7 @@ module Google
19568
19626
  property :launch_keyboard_supported, as: 'launchKeyboardSupported'
19569
19627
  property :lens_supported, as: 'lensSupported'
19570
19628
  property :live_cards_supported, as: 'liveCardsSupported'
19629
+ property :lottie_animation_support, as: 'lottieAnimationSupport'
19571
19630
  property :maps_dialogs_supported, as: 'mapsDialogsSupported'
19572
19631
  property :masquerade_mode_supported, as: 'masqueradeModeSupported'
19573
19632
  property :media_control_support, as: 'mediaControlSupport', class: Google::Apis::ContentwarehouseV1::AssistantApiMediaControlSupport, decorator: Google::Apis::ContentwarehouseV1::AssistantApiMediaControlSupport::Representation
@@ -19579,6 +19638,7 @@ module Google
19579
19638
  property :parental_controls_supported, as: 'parentalControlsSupported'
19580
19639
  property :persistent_display_supported, as: 'persistentDisplaySupported'
19581
19640
  property :privacy_aware_lockscreen_supported, as: 'privacyAwareLockscreenSupported'
19641
+ property :read_messages_tts_tapering_supported, as: 'readMessagesTtsTaperingSupported'
19582
19642
  property :remote_cloud_casting_enabled, as: 'remoteCloudCastingEnabled'
19583
19643
  property :server_generated_feedback_chips_enabled, as: 'serverGeneratedFeedbackChipsEnabled'
19584
19644
  property :sh_lock_screen_supported, as: 'shLockScreenSupported'
@@ -19633,6 +19693,7 @@ module Google
19633
19693
  class Representation < Google::Apis::Core::JsonRepresentation
19634
19694
  property :execution_capabilities, as: 'executionCapabilities', class: Google::Apis::ContentwarehouseV1::AssistantApiSurfacePropertiesExecutionCapabilities, decorator: Google::Apis::ContentwarehouseV1::AssistantApiSurfacePropertiesExecutionCapabilities::Representation
19635
19695
 
19696
+ property :prefers_glanceable_ui, as: 'prefersGlanceableUi'
19636
19697
  property :response_display_format, as: 'responseDisplayFormat'
19637
19698
  property :supports_multi_response, as: 'supportsMultiResponse'
19638
19699
  end
@@ -19808,6 +19869,7 @@ module Google
19808
19869
  class Representation < Google::Apis::Core::JsonRepresentation
19809
19870
  property :max_supported_alarms, as: 'maxSupportedAlarms'
19810
19871
  property :restrict_alarms_to_next_day, as: 'restrictAlarmsToNextDay'
19872
+ property :supports_generic_mutations, as: 'supportsGenericMutations'
19811
19873
  property :supports_stop_action, as: 'supportsStopAction'
19812
19874
  end
19813
19875
  end
@@ -20180,6 +20242,45 @@ module Google
20180
20242
  class Representation < Google::Apis::Core::JsonRepresentation
20181
20243
  property :device_id, as: 'deviceId', class: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesGovernedDeviceId, decorator: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesGovernedDeviceId::Representation
20182
20244
 
20245
+ property :device_targeting_features, as: 'deviceTargetingFeatures', class: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerDeviceTargetingFeatures, decorator: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerDeviceTargetingFeatures::Representation
20246
+
20247
+ property :device_targeting_labels, as: 'deviceTargetingLabels', class: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerDeviceTargetingLabels, decorator: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerDeviceTargetingLabels::Representation
20248
+
20249
+ end
20250
+ end
20251
+
20252
+ class AssistantGroundingRankerDeviceTargetingFeatures
20253
+ # @private
20254
+ class Representation < Google::Apis::Core::JsonRepresentation
20255
+ property :properties, as: 'properties', class: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerDeviceTargetingFeaturesProperties, decorator: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerDeviceTargetingFeaturesProperties::Representation
20256
+
20257
+ property :states, as: 'states', class: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerDeviceTargetingFeaturesStates, decorator: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerDeviceTargetingFeaturesStates::Representation
20258
+
20259
+ end
20260
+ end
20261
+
20262
+ class AssistantGroundingRankerDeviceTargetingFeaturesProperties
20263
+ # @private
20264
+ class Representation < Google::Apis::Core::JsonRepresentation
20265
+ property :device_model_id, as: 'deviceModelId'
20266
+ property :is_owned_by_speaker, as: 'isOwnedBySpeaker'
20267
+ end
20268
+ end
20269
+
20270
+ class AssistantGroundingRankerDeviceTargetingFeaturesStates
20271
+ # @private
20272
+ class Representation < Google::Apis::Core::JsonRepresentation
20273
+ property :distance, as: 'distance'
20274
+ property :is_docked, as: 'isDocked'
20275
+ property :is_locked, as: 'isLocked'
20276
+ property :is_tethered, as: 'isTethered'
20277
+ end
20278
+ end
20279
+
20280
+ class AssistantGroundingRankerDeviceTargetingLabels
20281
+ # @private
20282
+ class Representation < Google::Apis::Core::JsonRepresentation
20283
+ property :is_selected_by_lumos, as: 'isSelectedByLumos'
20183
20284
  end
20184
20285
  end
20185
20286
 
@@ -20267,6 +20368,7 @@ module Google
20267
20368
  property :is_media_search_query_subset_of_entity_name_and_artist, as: 'isMediaSearchQuerySubsetOfEntityNameAndArtist'
20268
20369
  property :is_seed_radio, as: 'isSeedRadio'
20269
20370
  property :is_seed_radio_request, as: 'isSeedRadioRequest'
20371
+ property :is_youtube_music_seeking, as: 'isYoutubeMusicSeeking'
20270
20372
  property :media_content_type, as: 'mediaContentType'
20271
20373
  property :msc_rate, as: 'mscRate'
20272
20374
  property :scubed_p_sai_music, as: 'scubedPSaiMusic'
@@ -20289,7 +20391,7 @@ module Google
20289
20391
  # @private
20290
20392
  class Representation < Google::Apis::Core::JsonRepresentation
20291
20393
  property :is_in_app_provider, as: 'isInAppProvider'
20292
- collection :provider_cluster_id_deprecated, as: 'providerClusterIdDeprecated'
20394
+ collection :provider_cluster_ids, as: 'providerClusterIds'
20293
20395
  property :provider_id, as: 'providerId', class: Google::Apis::ContentwarehouseV1::AssistantContextProviderId, decorator: Google::Apis::ContentwarehouseV1::AssistantContextProviderId::Representation
20294
20396
 
20295
20397
  property :psl_score, as: 'pslScore'
@@ -20751,6 +20853,7 @@ module Google
20751
20853
  property :is_media_control_intent, as: 'isMediaControlIntent'
20752
20854
  property :is_play_generic_music, as: 'isPlayGenericMusic'
20753
20855
  property :is_podcast_intent, as: 'isPodcastIntent'
20856
+ property :is_tvm_intent, as: 'isTvmIntent'
20754
20857
  property :is_video_intent, as: 'isVideoIntent'
20755
20858
  property :kscorer_rank, as: 'kscorerRank'
20756
20859
  property :laa_features, as: 'laaFeatures', class: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerLaaFeatures, decorator: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerLaaFeatures::Representation
@@ -25175,8 +25278,17 @@ module Google
25175
25278
  class GeostoreTransitStationProto
25176
25279
  # @private
25177
25280
  class Representation < Google::Apis::Core::JsonRepresentation
25178
- collection :agencies, as: 'agencies', class: Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto, decorator: Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto::Representation
25281
+ collection :agency_associations, as: 'agencyAssociations', class: Google::Apis::ContentwarehouseV1::GeostoreTransitStationProtoTransitAgencyAssociationProto, decorator: Google::Apis::ContentwarehouseV1::GeostoreTransitStationProtoTransitAgencyAssociationProto::Representation
25282
+
25283
+ end
25284
+ end
25285
+
25286
+ class GeostoreTransitStationProtoTransitAgencyAssociationProto
25287
+ # @private
25288
+ class Representation < Google::Apis::Core::JsonRepresentation
25289
+ property :agency, as: 'agency', class: Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto, decorator: Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto::Representation
25179
25290
 
25291
+ property :station_code, as: 'stationCode'
25180
25292
  end
25181
25293
  end
25182
25294
 
@@ -26242,6 +26354,7 @@ module Google
26242
26354
  property :custom_weights_metadata, as: 'customWeightsMetadata', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1CustomWeightsMetadata, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1CustomWeightsMetadata::Representation
26243
26355
 
26244
26356
  collection :document_creator_filter, as: 'documentCreatorFilter'
26357
+ collection :document_name_filter, as: 'documentNameFilter'
26245
26358
  collection :document_schema_names, as: 'documentSchemaNames'
26246
26359
  property :file_type_filter, as: 'fileTypeFilter', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1FileTypeFilter, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1FileTypeFilter::Representation
26247
26360
 
@@ -26794,6 +26907,7 @@ module Google
26794
26907
  property :metadata, as: 'metadata', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ResponseMetadata, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ResponseMetadata::Representation
26795
26908
 
26796
26909
  property :next_page_token, as: 'nextPageToken'
26910
+ property :question_answer, as: 'questionAnswer'
26797
26911
  property :total_size, as: 'totalSize'
26798
26912
  end
26799
26913
  end
@@ -28739,6 +28853,7 @@ module Google
28739
28853
  property :date_expired, :numeric_string => true, as: 'dateExpired'
28740
28854
  property :date_released, :numeric_string => true, as: 'dateReleased'
28741
28855
  property :description, as: 'description'
28856
+ property :digital_source_type, as: 'digitalSourceType'
28742
28857
  property :event, as: 'event'
28743
28858
  property :headline, as: 'headline'
28744
28859
  property :image_supplier, as: 'imageSupplier'
@@ -29204,10 +29319,25 @@ module Google
29204
29319
  end
29205
29320
  end
29206
29321
 
29322
+ class ImageRepositoryS3LangIdDebuggingInfo
29323
+ # @private
29324
+ class Representation < Google::Apis::Core::JsonRepresentation
29325
+ property :audio_input_cap, as: 'audioInputCap'
29326
+ property :failed_segments, as: 'failedSegments'
29327
+ property :processed_segments, as: 'processedSegments'
29328
+ property :segment_duration, as: 'segmentDuration'
29329
+ property :segment_stride, as: 'segmentStride'
29330
+ property :wave_header, as: 'waveHeader', class: Google::Apis::ContentwarehouseV1::SpeechWaveHeader, decorator: Google::Apis::ContentwarehouseV1::SpeechWaveHeader::Representation
29331
+
29332
+ end
29333
+ end
29334
+
29207
29335
  class ImageRepositoryS3LangIdSignals
29208
29336
  # @private
29209
29337
  class Representation < Google::Apis::Core::JsonRepresentation
29210
29338
  property :contains_speech, as: 'containsSpeech'
29339
+ property :debugging_info, as: 'debuggingInfo', class: Google::Apis::ContentwarehouseV1::ImageRepositoryS3LangIdDebuggingInfo, decorator: Google::Apis::ContentwarehouseV1::ImageRepositoryS3LangIdDebuggingInfo::Representation
29340
+
29211
29341
  property :end_sec, :numeric_string => true, as: 'endSec'
29212
29342
  property :langid_result, as: 'langidResult', class: Google::Apis::ContentwarehouseV1::SpeechS3LanguageIdentificationResult, decorator: Google::Apis::ContentwarehouseV1::SpeechS3LanguageIdentificationResult::Representation
29213
29343
 
@@ -29869,6 +29999,12 @@ module Google
29869
29999
 
29870
30000
  property :creator, as: 'creator', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
29871
30001
 
30002
+ property :discover_source, as: 'discoverSource', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
30003
+
30004
+ property :discussion, as: 'discussion', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
30005
+
30006
+ property :document_intent, as: 'documentIntent', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
30007
+
29872
30008
  property :instant_navboost, as: 'instantNavboost', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
29873
30009
 
29874
30010
  property :localyp, as: 'localyp', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
@@ -30580,6 +30716,8 @@ module Google
30580
30716
  # @private
30581
30717
  class Representation < Google::Apis::Core::JsonRepresentation
30582
30718
  property :gibberish_result, as: 'gibberishResult'
30719
+ property :num_gibberish_segments, as: 'numGibberishSegments'
30720
+ property :num_segments_classified, as: 'numSegmentsClassified'
30583
30721
  end
30584
30722
  end
30585
30723
 
@@ -38848,6 +38986,8 @@ module Google
38848
38986
  property :non_displayable_brand_merchant_relationship, as: 'nonDisplayableBrandMerchantRelationship'
38849
38987
  property :non_displayable_currency, as: 'nonDisplayableCurrency'
38850
38988
  property :non_displayable_organic_score_millis, as: 'nonDisplayableOrganicScoreMillis'
38989
+ property :non_displayable_stale_availability, as: 'nonDisplayableStaleAvailability', class: Google::Apis::ContentwarehouseV1::ShoppingWebentityShoppingAnnotationOfferAvailabilityInfo, decorator: Google::Apis::ContentwarehouseV1::ShoppingWebentityShoppingAnnotationOfferAvailabilityInfo::Representation
38990
+
38851
38991
  property :offer_docid, :numeric_string => true, as: 'offerDocid'
38852
38992
  property :ref_type, as: 'refType'
38853
38993
  property :sori_version_id, as: 'soriVersionId', class: Google::Apis::ContentwarehouseV1::ShoppingWebentityShoppingAnnotationSoriVersionId, decorator: Google::Apis::ContentwarehouseV1::ShoppingWebentityShoppingAnnotationSoriVersionId::Representation
@@ -40156,7 +40296,6 @@ module Google
40156
40296
  class Representation < Google::Apis::Core::JsonRepresentation
40157
40297
  collection :latent_entity, as: 'latentEntity', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefLatentEntity, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefLatentEntity::Representation
40158
40298
 
40159
- collection :latent_mid, as: 'latentMid'
40160
40299
  end
40161
40300
  end
40162
40301
 
@@ -41281,6 +41420,8 @@ module Google
41281
41420
  property :crowding_attribute, :numeric_string => true, as: 'crowdingAttribute'
41282
41421
  property :distance, as: 'distance'
41283
41422
  property :docid, :base64 => true, as: 'docid'
41423
+ property :gfv, as: 'gfv', class: Google::Apis::ContentwarehouseV1::ResearchScamGenericFeatureVector, decorator: Google::Apis::ContentwarehouseV1::ResearchScamGenericFeatureVector::Representation
41424
+
41284
41425
  property :metadata, :base64 => true, as: 'metadata'
41285
41426
  end
41286
41427
  end
@@ -42578,6 +42719,13 @@ module Google
42578
42719
  end
42579
42720
  end
42580
42721
 
42722
+ class ShoppingWebentityShoppingAnnotationOfferAvailabilityInfo
42723
+ # @private
42724
+ class Representation < Google::Apis::Core::JsonRepresentation
42725
+ property :availability, as: 'availability'
42726
+ end
42727
+ end
42728
+
42581
42729
  class ShoppingWebentityShoppingAnnotationProductRating
42582
42730
  # @private
42583
42731
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -43637,6 +43785,26 @@ module Google
43637
43785
  end
43638
43786
  end
43639
43787
 
43788
+ class SpeechWaveHeader
43789
+ # @private
43790
+ class Representation < Google::Apis::Core::JsonRepresentation
43791
+ property :atomic_size, as: 'atomicSize'
43792
+ property :atomic_type, as: 'atomicType'
43793
+ property :bit_rate, as: 'bitRate'
43794
+ property :byte_order, as: 'byteOrder'
43795
+ property :details, as: 'details'
43796
+ collection :dimension, as: 'dimension'
43797
+ property :elements_per_sample, as: 'elementsPerSample'
43798
+ property :rank, as: 'rank'
43799
+ property :sample_coding, as: 'sampleCoding'
43800
+ property :sample_rate, as: 'sampleRate'
43801
+ property :sample_size, as: 'sampleSize'
43802
+ property :sample_type, as: 'sampleType'
43803
+ property :start_time, as: 'startTime'
43804
+ property :total_samples, :numeric_string => true, as: 'totalSamples'
43805
+ end
43806
+ end
43807
+
43640
43808
  class StorageGraphBfgAuthorityFeedbackMetadata
43641
43809
  # @private
43642
43810
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -43943,6 +44111,8 @@ module Google
43943
44111
  property :fare_family_urls, as: 'fareFamilyUrls', class: Google::Apis::ContentwarehouseV1::TravelFlightsNameCatalogProto, decorator: Google::Apis::ContentwarehouseV1::TravelFlightsNameCatalogProto::Representation
43944
44112
 
43945
44113
  collection :fqtv_partner_code, as: 'fqtvPartnerCode'
44114
+ property :green_fares_info, as: 'greenFaresInfo', class: Google::Apis::ContentwarehouseV1::TravelFlightsAirlineConfigGreenFaresInfo, decorator: Google::Apis::ContentwarehouseV1::TravelFlightsAirlineConfigGreenFaresInfo::Representation
44115
+
43946
44116
  property :iata_code, as: 'iataCode'
43947
44117
  property :icao_code, as: 'icaoCode'
43948
44118
  property :innovata_code, as: 'innovataCode'
@@ -43956,6 +44126,8 @@ module Google
43956
44126
  property :popularity, as: 'popularity'
43957
44127
  property :short_names, as: 'shortNames', class: Google::Apis::ContentwarehouseV1::TravelFlightsNameCatalogProto, decorator: Google::Apis::ContentwarehouseV1::TravelFlightsNameCatalogProto::Representation
43958
44128
 
44129
+ property :sustainability_program_urls, as: 'sustainabilityProgramUrls', class: Google::Apis::ContentwarehouseV1::TravelFlightsNameCatalogProto, decorator: Google::Apis::ContentwarehouseV1::TravelFlightsNameCatalogProto::Representation
44130
+
43959
44131
  property :type, as: 'type'
43960
44132
  property :urls, as: 'urls', class: Google::Apis::ContentwarehouseV1::TravelFlightsNameCatalogProto, decorator: Google::Apis::ContentwarehouseV1::TravelFlightsNameCatalogProto::Representation
43961
44133
 
@@ -43981,6 +44153,17 @@ module Google
43981
44153
  end
43982
44154
  end
43983
44155
 
44156
+ class TravelFlightsAirlineConfigGreenFaresInfo
44157
+ # @private
44158
+ class Representation < Google::Apis::Core::JsonRepresentation
44159
+ property :bonus_miles_program_name, as: 'bonusMilesProgramName'
44160
+ property :bonus_miles_quantity, :numeric_string => true, as: 'bonusMilesQuantity'
44161
+ property :bonus_miles_quantity_type, as: 'bonusMilesQuantityType'
44162
+ property :bonus_miles_type, as: 'bonusMilesType'
44163
+ property :contribution_framing, as: 'contributionFraming'
44164
+ end
44165
+ end
44166
+
43984
44167
  class TravelFlightsAirlineConfigLocalizedContactInfo
43985
44168
  # @private
43986
44169
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -44423,6 +44606,7 @@ module Google
44423
44606
  property :download_file_name, as: 'downloadFileName'
44424
44607
  property :http_version, as: 'httpVersion'
44425
44608
  property :is_bidi_streaming_fetch, as: 'isBidiStreamingFetch'
44609
+ property :is_dedicated_hostload, as: 'isDedicatedHostload'
44426
44610
  property :is_floonet_fetch, as: 'isFloonetFetch'
44427
44611
  property :is_from_grpc_proxy, as: 'isFromGrpcProxy'
44428
44612
  property :is_vpc_traffic, as: 'isVpcTraffic'
@@ -46769,6 +46953,7 @@ module Google
46769
46953
  property :document_trust, as: 'documentTrust'
46770
46954
  property :eq_star, as: 'eqStar'
46771
46955
  property :est_relevance, as: 'estRelevance'
46956
+ property :est_sigma_u, as: 'estSigmaU'
46772
46957
  property :flow_output, as: 'flowOutput', class: Google::Apis::ContentwarehouseV1::ImageContentFlowProtoProd, decorator: Google::Apis::ContentwarehouseV1::ImageContentFlowProtoProd::Representation
46773
46958
 
46774
46959
  property :height, as: 'height'
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.15.0
4
+ version: 0.17.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-05-14 00:00:00.000000000 Z
11
+ date: 2023-06-04 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.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-contentwarehouse_v1/v0.17.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: []