google-apis-contentwarehouse_v1 0.16.0 → 0.17.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5726af47dd8e1c472e3f17b648cc99d6e9f82f0e9656a1a604dafb389fa24924
4
- data.tar.gz: 37f4202c3837cc5e559e5f8f6158a502f111c0c8cf7a77d9215c714fc447c816
3
+ metadata.gz: a62f06b2c049a4007021e62f33f7864687e6c467b18e558b050f7a81dfc06b4d
4
+ data.tar.gz: 6f98cc9b8efff92155217dff1ac2fa04e45244af7313e350592ae7c8206d01ca
5
5
  SHA512:
6
- metadata.gz: b229b84f90f5652e7e8c7b82d1c59459c70f5e6145abcbb1a691c25e22e54fbc906aafda44aa54903ed2e814ba5af7f71df571a3bf64e77e98b6803485a8d1f5
7
- data.tar.gz: c878924370867f4aaf958fe3228c98c9f67ffc369523664c7499dfe948819745e2aeecb0abaa921ef34632fba44a44ba93877cf353ad57900053948b3192eb22
6
+ metadata.gz: 9df296b1d7436851cb45bbd9ec6027b043375bfa04eeda4fa8402d3238b5d1cd84cf6e122a3c00cb3eb271c32f5e16ee481f65f70379a6af71759f430f438bbe
7
+ data.tar.gz: 8949427702cac165b77af3a0327ddc6ab45cdc95641d1863e4133dbcde5249400901b06afeed287f9983576ee03677f9eed33c1b8c02a36f1e9091b822b6600d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-contentwarehouse_v1
2
2
 
3
+ ### v0.17.0 (2023-06-04)
4
+
5
+ * Regenerated from discovery document revision 20230529
6
+
3
7
  ### v0.16.0 (2023-05-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20230512
@@ -9281,6 +9281,15 @@ module Google
9281
9281
  # @return [String]
9282
9282
  attr_accessor :enabled
9283
9283
 
9284
+ # If true, disable send message AppControl/SD flow. This is needed to suppress
9285
+ # the feature for specific device. If we decide to turn down this feature for
9286
+ # all devices, then this field will become obsolete and should be removed. See
9287
+ # context in b/275727627.
9288
+ # Corresponds to the JSON property `sendMessageSuppressed`
9289
+ # @return [Boolean]
9290
+ attr_accessor :send_message_suppressed
9291
+ alias_method :send_message_suppressed?, :send_message_suppressed
9292
+
9284
9293
  def initialize(**args)
9285
9294
  update!(**args)
9286
9295
  end
@@ -9288,6 +9297,7 @@ module Google
9288
9297
  # Update properties of this object
9289
9298
  def update!(**args)
9290
9299
  @enabled = args[:enabled] if args.key?(:enabled)
9300
+ @send_message_suppressed = args[:send_message_suppressed] if args.key?(:send_message_suppressed)
9291
9301
  end
9292
9302
  end
9293
9303
 
@@ -11821,16 +11831,22 @@ module Google
11821
11831
  end
11822
11832
 
11823
11833
  # Structure of each notification in the MessageNotification Bundle. Attribute
11824
- # sender_name could be different in case of group messages. Next Id: 6
11834
+ # sender_name could be different in case of group messages. Next Id: 8
11825
11835
  class AssistantApiCoreTypesMessageNotificationNotificationEntry
11826
11836
  include Google::Apis::Core::Hashable
11827
11837
 
11838
+ # Count of characters in the message body in the notification.
11839
+ # Corresponds to the JSON property `charCount`
11840
+ # @return [Fixnum]
11841
+ attr_accessor :char_count
11842
+
11828
11843
  # Uri for the attachment (image, audio, video etc.).
11829
11844
  # Corresponds to the JSON property `dataUri`
11830
11845
  # @return [String]
11831
11846
  attr_accessor :data_uri
11832
11847
 
11833
- # Content of the message body in the notification.
11848
+ # Note that this is not present in production traffic. Content of the message
11849
+ # body in the notification.
11834
11850
  # Corresponds to the JSON property `messageBody`
11835
11851
  # @return [String]
11836
11852
  attr_accessor :message_body
@@ -11851,17 +11867,24 @@ module Google
11851
11867
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesMessageNotificationPerson]
11852
11868
  attr_accessor :sender
11853
11869
 
11870
+ # Count of words in the message body in the notification.
11871
+ # Corresponds to the JSON property `wordCount`
11872
+ # @return [Fixnum]
11873
+ attr_accessor :word_count
11874
+
11854
11875
  def initialize(**args)
11855
11876
  update!(**args)
11856
11877
  end
11857
11878
 
11858
11879
  # Update properties of this object
11859
11880
  def update!(**args)
11881
+ @char_count = args[:char_count] if args.key?(:char_count)
11860
11882
  @data_uri = args[:data_uri] if args.key?(:data_uri)
11861
11883
  @message_body = args[:message_body] if args.key?(:message_body)
11862
11884
  @mime_type = args[:mime_type] if args.key?(:mime_type)
11863
11885
  @post_time = args[:post_time] if args.key?(:post_time)
11864
11886
  @sender = args[:sender] if args.key?(:sender)
11887
+ @word_count = args[:word_count] if args.key?(:word_count)
11865
11888
  end
11866
11889
  end
11867
11890
 
@@ -12484,7 +12507,7 @@ module Google
12484
12507
  attr_accessor :location
12485
12508
 
12486
12509
  # Data which is produced for logging and debugging. Servers MUST NOT use this
12487
- # for any other purposes, such as branching on it. Next ID: 15
12510
+ # for any other purposes, such as branching on it. Next ID: 16
12488
12511
  # Corresponds to the JSON property `loggingOnlyData`
12489
12512
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiLoggingOnlyData]
12490
12513
  attr_accessor :logging_only_data
@@ -13283,14 +13306,13 @@ module Google
13283
13306
  end
13284
13307
 
13285
13308
  # Data which is produced for logging and debugging. Servers MUST NOT use this
13286
- # for any other purposes, such as branching on it. Next ID: 15
13309
+ # for any other purposes, such as branching on it. Next ID: 16
13287
13310
  class AssistantApiLoggingOnlyData
13288
13311
  include Google::Apis::Core::Hashable
13289
13312
 
13290
13313
  # The index of the account on the device. Useful when there are multiple
13291
- # accounts on a device such as distinguishing primary user data from secondary
13292
- # users. There is no guarantee that this is a stable number but is relatively
13293
- # stable in practice.
13314
+ # accounts on a device. There is no guarantee that this is a stable number but
13315
+ # is relatively stable in practice.
13294
13316
  # Corresponds to the JSON property `accountIndex`
13295
13317
  # @return [Fixnum]
13296
13318
  attr_accessor :account_index
@@ -13354,6 +13376,14 @@ module Google
13354
13376
  # @return [String]
13355
13377
  attr_accessor :initial_app_version
13356
13378
 
13379
+ # Boolean field to indicate whether a certain user is the primary user of a
13380
+ # device or not. This is useful for distinguishing the user0 from other users
13381
+ # given user0 might have certain privileges (Eg: Hubmode on Tangor)
13382
+ # Corresponds to the JSON property `isPrimaryUser`
13383
+ # @return [Boolean]
13384
+ attr_accessor :is_primary_user
13385
+ alias_method :is_primary_user?, :is_primary_user
13386
+
13357
13387
  # default display name of device over mdns. This is specified at the factory,
13358
13388
  # not specified by the user.
13359
13389
  # Corresponds to the JSON property `mdnsDisplayName`
@@ -13388,6 +13418,7 @@ module Google
13388
13418
  @device_model = args[:device_model] if args.key?(:device_model)
13389
13419
  @embedder_build_info = args[:embedder_build_info] if args.key?(:embedder_build_info)
13390
13420
  @initial_app_version = args[:initial_app_version] if args.key?(:initial_app_version)
13421
+ @is_primary_user = args[:is_primary_user] if args.key?(:is_primary_user)
13391
13422
  @mdns_display_name = args[:mdns_display_name] if args.key?(:mdns_display_name)
13392
13423
  @platform_build = args[:platform_build] if args.key?(:platform_build)
13393
13424
  @virtual_release_channel = args[:virtual_release_channel] if args.key?(:virtual_release_channel)
@@ -14792,6 +14823,13 @@ module Google
14792
14823
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiSettingsDeviceLogsOptIn]
14793
14824
  attr_accessor :opt_in_status
14794
14825
 
14826
+ # DEPRECATED: Use DeviceCapabilities.OutputRestrictions.personal_data instead.
14827
+ # Whether the user has enabled payments for this device.
14828
+ # Corresponds to the JSON property `paymentsEnabled`
14829
+ # @return [Boolean]
14830
+ attr_accessor :payments_enabled
14831
+ alias_method :payments_enabled?, :payments_enabled
14832
+
14795
14833
  # Metadata about how personalization settings were configured.
14796
14834
  # Corresponds to the JSON property `personalizationMetadata`
14797
14835
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiSettingsPersonalizationMetadata]
@@ -14973,6 +15011,7 @@ module Google
14973
15011
  @oauth_client_id = args[:oauth_client_id] if args.key?(:oauth_client_id)
14974
15012
  @on_device_app_settings = args[:on_device_app_settings] if args.key?(:on_device_app_settings)
14975
15013
  @opt_in_status = args[:opt_in_status] if args.key?(:opt_in_status)
15014
+ @payments_enabled = args[:payments_enabled] if args.key?(:payments_enabled)
14976
15015
  @personalization_metadata = args[:personalization_metadata] if args.key?(:personalization_metadata)
14977
15016
  @polite_mode = args[:polite_mode] if args.key?(:polite_mode)
14978
15017
  @postal_code = args[:postal_code] if args.key?(:postal_code)
@@ -15142,7 +15181,7 @@ module Google
15142
15181
  attr_accessor :should_be_linked
15143
15182
  alias_method :should_be_linked?, :should_be_linked
15144
15183
 
15145
- # The call state of the device (i.e. whether an Duo call account has been setup
15184
+ # The call state of the device (i.e. whether a Duo call account has been setup
15146
15185
  # on the device).
15147
15186
  # Corresponds to the JSON property `state`
15148
15187
  # @return [String]
@@ -16673,7 +16712,7 @@ module Google
16673
16712
  attr_accessor :supported_client_op
16674
16713
 
16675
16714
  # These are the set of features that are supported by the device. It's a part of
16676
- # the SoftwareCapabilities of the device. Next ID: 64
16715
+ # the SoftwareCapabilities of the device. Next ID: 66
16677
16716
  # Corresponds to the JSON property `supportedFeatures`
16678
16717
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiSupportedFeatures]
16679
16718
  attr_accessor :supported_features
@@ -17067,7 +17106,7 @@ module Google
17067
17106
  end
17068
17107
 
17069
17108
  # These are the set of features that are supported by the device. It's a part of
17070
- # the SoftwareCapabilities of the device. Next ID: 64
17109
+ # the SoftwareCapabilities of the device. Next ID: 66
17071
17110
  class AssistantApiSupportedFeatures
17072
17111
  include Google::Apis::Core::Hashable
17073
17112
 
@@ -17287,6 +17326,12 @@ module Google
17287
17326
  attr_accessor :live_cards_supported
17288
17327
  alias_method :live_cards_supported?, :live_cards_supported
17289
17328
 
17329
+ # Whether the client supports the Lottie animation library for the broadcast
17330
+ # feature.
17331
+ # Corresponds to the JSON property `lottieAnimationSupport`
17332
+ # @return [String]
17333
+ attr_accessor :lottie_animation_support
17334
+
17290
17335
  # Whether the client supports Assistant dialogs within Maps. This field will be
17291
17336
  # set only when the Maps on the surface supports Assistant dialogs embedded
17292
17337
  # within Maps. go/gsa-gmm.
@@ -17361,6 +17406,13 @@ module Google
17361
17406
  attr_accessor :privacy_aware_lockscreen_supported
17362
17407
  alias_method :privacy_aware_lockscreen_supported?, :privacy_aware_lockscreen_supported
17363
17408
 
17409
+ # Whether the client supports tts tapering for the read messages flow. If set to
17410
+ # true the tapered tts variant would be used during the read messages flow.
17411
+ # Corresponds to the JSON property `readMessagesTtsTaperingSupported`
17412
+ # @return [Boolean]
17413
+ attr_accessor :read_messages_tts_tapering_supported
17414
+ alias_method :read_messages_tts_tapering_supported?, :read_messages_tts_tapering_supported
17415
+
17364
17416
  # Whether the client has remote casting enabled. For ex: we want to disable this
17365
17417
  # for clients like Auto.
17366
17418
  # Corresponds to the JSON property `remoteCloudCastingEnabled`
@@ -17532,6 +17584,7 @@ module Google
17532
17584
  @launch_keyboard_supported = args[:launch_keyboard_supported] if args.key?(:launch_keyboard_supported)
17533
17585
  @lens_supported = args[:lens_supported] if args.key?(:lens_supported)
17534
17586
  @live_cards_supported = args[:live_cards_supported] if args.key?(:live_cards_supported)
17587
+ @lottie_animation_support = args[:lottie_animation_support] if args.key?(:lottie_animation_support)
17535
17588
  @maps_dialogs_supported = args[:maps_dialogs_supported] if args.key?(:maps_dialogs_supported)
17536
17589
  @masquerade_mode_supported = args[:masquerade_mode_supported] if args.key?(:masquerade_mode_supported)
17537
17590
  @media_control_support = args[:media_control_support] if args.key?(:media_control_support)
@@ -17542,6 +17595,7 @@ module Google
17542
17595
  @parental_controls_supported = args[:parental_controls_supported] if args.key?(:parental_controls_supported)
17543
17596
  @persistent_display_supported = args[:persistent_display_supported] if args.key?(:persistent_display_supported)
17544
17597
  @privacy_aware_lockscreen_supported = args[:privacy_aware_lockscreen_supported] if args.key?(:privacy_aware_lockscreen_supported)
17598
+ @read_messages_tts_tapering_supported = args[:read_messages_tts_tapering_supported] if args.key?(:read_messages_tts_tapering_supported)
17545
17599
  @remote_cloud_casting_enabled = args[:remote_cloud_casting_enabled] if args.key?(:remote_cloud_casting_enabled)
17546
17600
  @server_generated_feedback_chips_enabled = args[:server_generated_feedback_chips_enabled] if args.key?(:server_generated_feedback_chips_enabled)
17547
17601
  @sh_lock_screen_supported = args[:sh_lock_screen_supported] if args.key?(:sh_lock_screen_supported)
@@ -18333,6 +18387,15 @@ module Google
18333
18387
  attr_accessor :restrict_alarms_to_next_day
18334
18388
  alias_method :restrict_alarms_to_next_day?, :restrict_alarms_to_next_day
18335
18389
 
18390
+ # Whether the client supports mutation of any alarm attribute such as
18391
+ # time_pattern, recurrence_pattern, etc through the MUTATE action. If this is
18392
+ # false, MUTATE may only be used for changing the alarm's status (to e.g.
18393
+ # disable or dismiss the alarm).
18394
+ # Corresponds to the JSON property `supportsGenericMutations`
18395
+ # @return [Boolean]
18396
+ attr_accessor :supports_generic_mutations
18397
+ alias_method :supports_generic_mutations?, :supports_generic_mutations
18398
+
18336
18399
  # Whether the client supports the STOP alarm action. If this is false, stop
18337
18400
  # actions will be represented by the MUTATE action, and the device may need to
18338
18401
  # check alarm state to determine if there's a firing alarm that needs to be
@@ -18350,6 +18413,7 @@ module Google
18350
18413
  def update!(**args)
18351
18414
  @max_supported_alarms = args[:max_supported_alarms] if args.key?(:max_supported_alarms)
18352
18415
  @restrict_alarms_to_next_day = args[:restrict_alarms_to_next_day] if args.key?(:restrict_alarms_to_next_day)
18416
+ @supports_generic_mutations = args[:supports_generic_mutations] if args.key?(:supports_generic_mutations)
18353
18417
  @supports_stop_action = args[:supports_stop_action] if args.key?(:supports_stop_action)
18354
18418
  end
18355
18419
  end
@@ -19815,7 +19879,7 @@ module Google
19815
19879
  # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerDeviceGroundingProviderFeatures]
19816
19880
  attr_accessor :device_grounding_provider_features
19817
19881
 
19818
- # Features to be passed from Media GP to HGR. Next ID: 14
19882
+ # Features to be passed from Media GP to HGR. Next ID: 15
19819
19883
  # Corresponds to the JSON property `mediaGroundingProviderFeatures`
19820
19884
  # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerMediaGroundingProviderFeatures]
19821
19885
  attr_accessor :media_grounding_provider_features
@@ -19994,7 +20058,7 @@ module Google
19994
20058
  end
19995
20059
  end
19996
20060
 
19997
- # Features to be passed from Media GP to HGR. Next ID: 14
20061
+ # Features to be passed from Media GP to HGR. Next ID: 15
19998
20062
  class AssistantGroundingRankerMediaGroundingProviderFeatures
19999
20063
  include Google::Apis::Core::Hashable
20000
20064
 
@@ -20042,6 +20106,12 @@ module Google
20042
20106
  attr_accessor :is_seed_radio_request
20043
20107
  alias_method :is_seed_radio_request?, :is_seed_radio_request
20044
20108
 
20109
+ # Indicates whether this is youtube content seeking music.
20110
+ # Corresponds to the JSON property `isYoutubeMusicSeeking`
20111
+ # @return [Boolean]
20112
+ attr_accessor :is_youtube_music_seeking
20113
+ alias_method :is_youtube_music_seeking?, :is_youtube_music_seeking
20114
+
20045
20115
  # MediaAquaAction::media_content_type from interpretation. It can be used for
20046
20116
  # cross-content type ranking, for example, if a candidate's content type does
20047
20117
  # not match this content type from interpretation, this candidate will be
@@ -20100,6 +20170,7 @@ module Google
20100
20170
  @is_media_search_query_subset_of_entity_name_and_artist = args[:is_media_search_query_subset_of_entity_name_and_artist] if args.key?(:is_media_search_query_subset_of_entity_name_and_artist)
20101
20171
  @is_seed_radio = args[:is_seed_radio] if args.key?(:is_seed_radio)
20102
20172
  @is_seed_radio_request = args[:is_seed_radio_request] if args.key?(:is_seed_radio_request)
20173
+ @is_youtube_music_seeking = args[:is_youtube_music_seeking] if args.key?(:is_youtube_music_seeking)
20103
20174
  @media_content_type = args[:media_content_type] if args.key?(:media_content_type)
20104
20175
  @msc_rate = args[:msc_rate] if args.key?(:msc_rate)
20105
20176
  @scubed_p_sai_music = args[:scubed_p_sai_music] if args.key?(:scubed_p_sai_music)
@@ -20152,11 +20223,6 @@ module Google
20152
20223
  attr_accessor :is_in_app_provider
20153
20224
  alias_method :is_in_app_provider?, :is_in_app_provider
20154
20225
 
20155
- # This field is deprecated in favor of the integer field below.
20156
- # Corresponds to the JSON property `providerClusterIdDeprecated`
20157
- # @return [Array<String>]
20158
- attr_accessor :provider_cluster_id_deprecated
20159
-
20160
20226
  # Cluster IDs for the provider. This field is repeated because some providers
20161
20227
  # can be associated with multiple clusters. PRR specific feature.
20162
20228
  # Corresponds to the JSON property `providerClusterIds`
@@ -20197,7 +20263,6 @@ module Google
20197
20263
  # Update properties of this object
20198
20264
  def update!(**args)
20199
20265
  @is_in_app_provider = args[:is_in_app_provider] if args.key?(:is_in_app_provider)
20200
- @provider_cluster_id_deprecated = args[:provider_cluster_id_deprecated] if args.key?(:provider_cluster_id_deprecated)
20201
20266
  @provider_cluster_ids = args[:provider_cluster_ids] if args.key?(:provider_cluster_ids)
20202
20267
  @provider_id = args[:provider_id] if args.key?(:provider_id)
20203
20268
  @psl_score = args[:psl_score] if args.key?(:psl_score)
@@ -21820,7 +21885,7 @@ module Google
21820
21885
 
21821
21886
  # Signals to be used by the Prefulfillment Ranker. Derived from the
21822
21887
  # ParsingSignals and GroundingSignals carried by the FunctionCall. LINT.IfChange
21823
- # Next ID: 52
21888
+ # Next ID: 53
21824
21889
  class AssistantPrefulfillmentRankerPrefulfillmentSignals
21825
21890
  include Google::Apis::Core::Hashable
21826
21891
 
@@ -21950,6 +22015,12 @@ module Google
21950
22015
  attr_accessor :is_podcast_intent
21951
22016
  alias_method :is_podcast_intent?, :is_podcast_intent
21952
22017
 
22018
+ # Whether the intent is a media object tvm intent.
22019
+ # Corresponds to the JSON property `isTvmIntent`
22020
+ # @return [Boolean]
22021
+ attr_accessor :is_tvm_intent
22022
+ alias_method :is_tvm_intent?, :is_tvm_intent
22023
+
21953
22024
  # Whether the intent is a media object video intent.
21954
22025
  # Corresponds to the JSON property `isVideoIntent`
21955
22026
  # @return [Boolean]
@@ -22119,6 +22190,7 @@ module Google
22119
22190
  @is_media_control_intent = args[:is_media_control_intent] if args.key?(:is_media_control_intent)
22120
22191
  @is_play_generic_music = args[:is_play_generic_music] if args.key?(:is_play_generic_music)
22121
22192
  @is_podcast_intent = args[:is_podcast_intent] if args.key?(:is_podcast_intent)
22193
+ @is_tvm_intent = args[:is_tvm_intent] if args.key?(:is_tvm_intent)
22122
22194
  @is_video_intent = args[:is_video_intent] if args.key?(:is_video_intent)
22123
22195
  @kscorer_rank = args[:kscorer_rank] if args.key?(:kscorer_rank)
22124
22196
  @laa_features = args[:laa_features] if args.key?(:laa_features)
@@ -36940,7 +37012,7 @@ module Google
36940
37012
 
36941
37013
  # Indicates whether long-term parking is available at the feature; if true, long-
36942
37014
  # term parking is available at the feature and parking allowances may be present
36943
- # on this feature, or parking_provider_feature may indicate defered parking
37015
+ # on this feature, or parking_provider_feature may indicate deferred parking
36944
37016
  # feature(s). If false, this is an explicit statement that there is no long-term
36945
37017
  # parking associated with this feature. If unset, we don't know whether there is
36946
37018
  # long-term parking associated with this feature. If false or unset, only
@@ -40549,7 +40621,7 @@ module Google
40549
40621
  include Google::Apis::Core::Hashable
40550
40622
 
40551
40623
  # The list of TYPE_INTERSECTION features that are toll points and form this toll
40552
- # cluster. A toll cluser can consist of either a single or a group of
40624
+ # cluster. A toll cluster can consist of either a single or a group of
40553
40625
  # intersection points called toll points at the end of various road segments in
40554
40626
  # MapFacts that represent one or more lanes passing through a toll fixture that
40555
40627
  # all go to the same routing destination. This relationship is reciprocal, as a
@@ -40720,12 +40792,12 @@ module Google
40720
40792
  class GeostoreTransitStationProto
40721
40793
  include Google::Apis::Core::Hashable
40722
40794
 
40723
- # Transit agencies which service this transit station. A station can be serviced
40724
- # by one or more transit agencies. See go/transit-agency-relation-migration for
40725
- # more information.
40726
- # Corresponds to the JSON property `agencies`
40727
- # @return [Array<Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto>]
40728
- attr_accessor :agencies
40795
+ # All the transit agencies which service this station. A station can be serviced
40796
+ # by multiple stations. There may only be one agency association per transit
40797
+ # agency. See go/transit-agency-relation-migration for more details.
40798
+ # Corresponds to the JSON property `agencyAssociations`
40799
+ # @return [Array<Google::Apis::ContentwarehouseV1::GeostoreTransitStationProtoTransitAgencyAssociationProto>]
40800
+ attr_accessor :agency_associations
40729
40801
 
40730
40802
  def initialize(**args)
40731
40803
  update!(**args)
@@ -40733,7 +40805,50 @@ module Google
40733
40805
 
40734
40806
  # Update properties of this object
40735
40807
  def update!(**args)
40736
- @agencies = args[:agencies] if args.key?(:agencies)
40808
+ @agency_associations = args[:agency_associations] if args.key?(:agency_associations)
40809
+ end
40810
+ end
40811
+
40812
+ # The association between this station and the agency which services this
40813
+ # station.
40814
+ class GeostoreTransitStationProtoTransitAgencyAssociationProto
40815
+ include Google::Apis::Core::Hashable
40816
+
40817
+ # A globally unique identifier associated with each feature. We use 128-bit
40818
+ # identifiers so that we have lots of bits available to distinguish between
40819
+ # features. The feature id currently consists of a 64-bit "cell id" that **
40820
+ # sometimes** corresponds to the approximate centroid of the feature, plus a 64-
40821
+ # bit fingerprint of other identifying information. See more on each respective
40822
+ # field in its comments. Feature ids are first assigned when the data is created
40823
+ # in MapFacts. After initial creation of the feature, they are immutable. This
40824
+ # means that the only properties that you should rely on are that they are
40825
+ # unique, and that cell_ids often - but not always - preserve spatial locality.
40826
+ # The degree of locality varies as the feature undergoes geometry changes, and
40827
+ # should not in general be considered a firm guarantee of the location of any
40828
+ # particular feature. In fact, some locationless features have randomized cell
40829
+ # IDs! Consumers of FeatureProtos from Mapfacts are guaranteed that fprints in
40830
+ # the id field of features will be globally unique. Using the fprint allows
40831
+ # consumers who don't need the spatial benefit of cell ids to uniquely identify
40832
+ # features in a 64-bit address space. This property is not guaranteed for other
40833
+ # sources of FeatureProtos.
40834
+ # Corresponds to the JSON property `agency`
40835
+ # @return [Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto]
40836
+ attr_accessor :agency
40837
+
40838
+ # A station code uniquely identifies a transit station within the transit agency'
40839
+ # s network.
40840
+ # Corresponds to the JSON property `stationCode`
40841
+ # @return [String]
40842
+ attr_accessor :station_code
40843
+
40844
+ def initialize(**args)
40845
+ update!(**args)
40846
+ end
40847
+
40848
+ # Update properties of this object
40849
+ def update!(**args)
40850
+ @agency = args[:agency] if args.key?(:agency)
40851
+ @station_code = args[:station_code] if args.key?(:station_code)
40737
40852
  end
40738
40853
  end
40739
40854
 
@@ -44923,6 +45038,12 @@ module Google
44923
45038
  # @return [Array<String>]
44924
45039
  attr_accessor :document_creator_filter
44925
45040
 
45041
+ # Search the documents in the list. Format: projects/`project_number`/locations/`
45042
+ # location`/documents/`document_id`.
45043
+ # Corresponds to the JSON property `documentNameFilter`
45044
+ # @return [Array<String>]
45045
+ attr_accessor :document_name_filter
45046
+
44926
45047
  # This filter specifies the exact document schema Document.document_schema_name
44927
45048
  # of the documents to search against. If a value isn't specified, documents
44928
45049
  # within the search results are associated with any schema. If multiple values
@@ -45014,6 +45135,7 @@ module Google
45014
45135
  @custom_property_filter = args[:custom_property_filter] if args.key?(:custom_property_filter)
45015
45136
  @custom_weights_metadata = args[:custom_weights_metadata] if args.key?(:custom_weights_metadata)
45016
45137
  @document_creator_filter = args[:document_creator_filter] if args.key?(:document_creator_filter)
45138
+ @document_name_filter = args[:document_name_filter] if args.key?(:document_name_filter)
45017
45139
  @document_schema_names = args[:document_schema_names] if args.key?(:document_schema_names)
45018
45140
  @file_type_filter = args[:file_type_filter] if args.key?(:file_type_filter)
45019
45141
  @folder_name_filter = args[:folder_name_filter] if args.key?(:folder_name_filter)
@@ -46818,6 +46940,11 @@ module Google
46818
46940
  # @return [String]
46819
46941
  attr_accessor :next_page_token
46820
46942
 
46943
+ # Experimental. Question answer from the query against the document.
46944
+ # Corresponds to the JSON property `questionAnswer`
46945
+ # @return [String]
46946
+ attr_accessor :question_answer
46947
+
46821
46948
  # The total number of matched documents which is available only if the client
46822
46949
  # set SearchDocumentsRequest.require_total_size to `true` or set
46823
46950
  # SearchDocumentsRequest.total_result_size to `ESTIMATED_SIZE` or `ACTUAL_SIZE`.
@@ -46837,6 +46964,7 @@ module Google
46837
46964
  @matching_documents = args[:matching_documents] if args.key?(:matching_documents)
46838
46965
  @metadata = args[:metadata] if args.key?(:metadata)
46839
46966
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
46967
+ @question_answer = args[:question_answer] if args.key?(:question_answer)
46840
46968
  @total_size = args[:total_size] if args.key?(:total_size)
46841
46969
  end
46842
46970
  end
@@ -48684,18 +48812,18 @@ module Google
48684
48812
  include Google::Apis::Core::Hashable
48685
48813
 
48686
48814
  # Represents a color in the RGBA color space. This representation is designed
48687
- # for simplicity of conversion to/from color representations in various
48815
+ # for simplicity of conversion to and from color representations in various
48688
48816
  # languages over compactness. For example, the fields of this representation can
48689
48817
  # be trivially provided to the constructor of `java.awt.Color` in Java; it can
48690
48818
  # also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
48691
48819
  # method in iOS; and, with just a little work, it can be easily formatted into a
48692
- # CSS `rgba()` string in JavaScript. This reference page doesn't carry
48820
+ # CSS `rgba()` string in JavaScript. This reference page does not have
48693
48821
  # information about the absolute color space that should be used to interpret
48694
- # the RGB value (e.g. sRGB, Adobe RGB, DCI-P3, BT.2020, etc.). By default,
48822
+ # the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
48695
48823
  # applications should assume the sRGB color space. When color equality needs to
48696
48824
  # be decided, implementations, unless documented otherwise, treat two colors as
48697
- # equal if all their red, green, blue, and alpha values each differ by at most
48698
- # 1e-5. Example (Java): import com.google.type.Color; // ... public static java.
48825
+ # equal if all their red, green, blue, and alpha values each differ by at most `
48826
+ # 1e-5`. Example (Java): import com.google.type.Color; // ... public static java.
48699
48827
  # awt.Color fromProto(Color protocolor) ` float alpha = protocolor.hasAlpha() ?
48700
48828
  # protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.
48701
48829
  # getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); ` public static
@@ -48801,18 +48929,18 @@ module Google
48801
48929
  alias_method :superscript?, :superscript
48802
48930
 
48803
48931
  # Represents a color in the RGBA color space. This representation is designed
48804
- # for simplicity of conversion to/from color representations in various
48932
+ # for simplicity of conversion to and from color representations in various
48805
48933
  # languages over compactness. For example, the fields of this representation can
48806
48934
  # be trivially provided to the constructor of `java.awt.Color` in Java; it can
48807
48935
  # also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
48808
48936
  # method in iOS; and, with just a little work, it can be easily formatted into a
48809
- # CSS `rgba()` string in JavaScript. This reference page doesn't carry
48937
+ # CSS `rgba()` string in JavaScript. This reference page does not have
48810
48938
  # information about the absolute color space that should be used to interpret
48811
- # the RGB value (e.g. sRGB, Adobe RGB, DCI-P3, BT.2020, etc.). By default,
48939
+ # the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
48812
48940
  # applications should assume the sRGB color space. When color equality needs to
48813
48941
  # be decided, implementations, unless documented otherwise, treat two colors as
48814
- # equal if all their red, green, blue, and alpha values each differ by at most
48815
- # 1e-5. Example (Java): import com.google.type.Color; // ... public static java.
48942
+ # equal if all their red, green, blue, and alpha values each differ by at most `
48943
+ # 1e-5`. Example (Java): import com.google.type.Color; // ... public static java.
48816
48944
  # awt.Color fromProto(Color protocolor) ` float alpha = protocolor.hasAlpha() ?
48817
48945
  # protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.
48818
48946
  # getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); ` public static
@@ -49108,18 +49236,18 @@ module Google
49108
49236
  include Google::Apis::Core::Hashable
49109
49237
 
49110
49238
  # Represents a color in the RGBA color space. This representation is designed
49111
- # for simplicity of conversion to/from color representations in various
49239
+ # for simplicity of conversion to and from color representations in various
49112
49240
  # languages over compactness. For example, the fields of this representation can
49113
49241
  # be trivially provided to the constructor of `java.awt.Color` in Java; it can
49114
49242
  # also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
49115
49243
  # method in iOS; and, with just a little work, it can be easily formatted into a
49116
- # CSS `rgba()` string in JavaScript. This reference page doesn't carry
49244
+ # CSS `rgba()` string in JavaScript. This reference page does not have
49117
49245
  # information about the absolute color space that should be used to interpret
49118
- # the RGB value (e.g. sRGB, Adobe RGB, DCI-P3, BT.2020, etc.). By default,
49246
+ # the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
49119
49247
  # applications should assume the sRGB color space. When color equality needs to
49120
49248
  # be decided, implementations, unless documented otherwise, treat two colors as
49121
- # equal if all their red, green, blue, and alpha values each differ by at most
49122
- # 1e-5. Example (Java): import com.google.type.Color; // ... public static java.
49249
+ # equal if all their red, green, blue, and alpha values each differ by at most `
49250
+ # 1e-5`. Example (Java): import com.google.type.Color; // ... public static java.
49123
49251
  # awt.Color fromProto(Color protocolor) ` float alpha = protocolor.hasAlpha() ?
49124
49252
  # protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.
49125
49253
  # getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); ` public static
@@ -49157,18 +49285,18 @@ module Google
49157
49285
  attr_accessor :background_color
49158
49286
 
49159
49287
  # Represents a color in the RGBA color space. This representation is designed
49160
- # for simplicity of conversion to/from color representations in various
49288
+ # for simplicity of conversion to and from color representations in various
49161
49289
  # languages over compactness. For example, the fields of this representation can
49162
49290
  # be trivially provided to the constructor of `java.awt.Color` in Java; it can
49163
49291
  # also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
49164
49292
  # method in iOS; and, with just a little work, it can be easily formatted into a
49165
- # CSS `rgba()` string in JavaScript. This reference page doesn't carry
49293
+ # CSS `rgba()` string in JavaScript. This reference page does not have
49166
49294
  # information about the absolute color space that should be used to interpret
49167
- # the RGB value (e.g. sRGB, Adobe RGB, DCI-P3, BT.2020, etc.). By default,
49295
+ # the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
49168
49296
  # applications should assume the sRGB color space. When color equality needs to
49169
49297
  # be decided, implementations, unless documented otherwise, treat two colors as
49170
- # equal if all their red, green, blue, and alpha values each differ by at most
49171
- # 1e-5. Example (Java): import com.google.type.Color; // ... public static java.
49298
+ # equal if all their red, green, blue, and alpha values each differ by at most `
49299
+ # 1e-5`. Example (Java): import com.google.type.Color; // ... public static java.
49172
49300
  # awt.Color fromProto(Color protocolor) ` float alpha = protocolor.hasAlpha() ?
49173
49301
  # protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.
49174
49302
  # getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); ` public static
@@ -49665,7 +49793,7 @@ module Google
49665
49793
  class GoogleInternalAppsWaldoV1alphaAvailabilityPeriod
49666
49794
  include Google::Apis::Core::Hashable
49667
49795
 
49668
- # Day of week, 1 for Monday, ..., 7 for Sunday.
49796
+ # Day of week, 0 for Sunday, 1 for Monday, ...
49669
49797
  # Corresponds to the JSON property `dayOfWeek`
49670
49798
  # @return [Fixnum]
49671
49799
  attr_accessor :day_of_week
@@ -50544,18 +50672,18 @@ module Google
50544
50672
  end
50545
50673
 
50546
50674
  # Represents a color in the RGBA color space. This representation is designed
50547
- # for simplicity of conversion to/from color representations in various
50675
+ # for simplicity of conversion to and from color representations in various
50548
50676
  # languages over compactness. For example, the fields of this representation can
50549
50677
  # be trivially provided to the constructor of `java.awt.Color` in Java; it can
50550
50678
  # also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
50551
50679
  # method in iOS; and, with just a little work, it can be easily formatted into a
50552
- # CSS `rgba()` string in JavaScript. This reference page doesn't carry
50680
+ # CSS `rgba()` string in JavaScript. This reference page does not have
50553
50681
  # information about the absolute color space that should be used to interpret
50554
- # the RGB value (e.g. sRGB, Adobe RGB, DCI-P3, BT.2020, etc.). By default,
50682
+ # the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
50555
50683
  # applications should assume the sRGB color space. When color equality needs to
50556
50684
  # be decided, implementations, unless documented otherwise, treat two colors as
50557
- # equal if all their red, green, blue, and alpha values each differ by at most
50558
- # 1e-5. Example (Java): import com.google.type.Color; // ... public static java.
50685
+ # equal if all their red, green, blue, and alpha values each differ by at most `
50686
+ # 1e-5`. Example (Java): import com.google.type.Color; // ... public static java.
50559
50687
  # awt.Color fromProto(Color protocolor) ` float alpha = protocolor.hasAlpha() ?
50560
50688
  # protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.
50561
50689
  # getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); ` public static
@@ -59228,11 +59356,26 @@ module Google
59228
59356
  # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
59229
59357
  attr_accessor :chrome_counts
59230
59358
 
59231
- # LINT.ThenChange(//depot/google3/indexing/ames/spanner/schema/web-version.proto)
59359
+ #
59232
59360
  # Corresponds to the JSON property `creator`
59233
59361
  # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
59234
59362
  attr_accessor :creator
59235
59363
 
59364
+ # LINT.ThenChange(//depot/google3/indexing/ames/spanner/schema/web-version.proto)
59365
+ # Corresponds to the JSON property `discoverSource`
59366
+ # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
59367
+ attr_accessor :discover_source
59368
+
59369
+ #
59370
+ # Corresponds to the JSON property `discussion`
59371
+ # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
59372
+ attr_accessor :discussion
59373
+
59374
+ #
59375
+ # Corresponds to the JSON property `documentIntent`
59376
+ # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
59377
+ attr_accessor :document_intent
59378
+
59236
59379
  #
59237
59380
  # Corresponds to the JSON property `instantNavboost`
59238
59381
  # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
@@ -59282,6 +59425,9 @@ module Google
59282
59425
  @accelerated_shopping_signal = args[:accelerated_shopping_signal] if args.key?(:accelerated_shopping_signal)
59283
59426
  @chrome_counts = args[:chrome_counts] if args.key?(:chrome_counts)
59284
59427
  @creator = args[:creator] if args.key?(:creator)
59428
+ @discover_source = args[:discover_source] if args.key?(:discover_source)
59429
+ @discussion = args[:discussion] if args.key?(:discussion)
59430
+ @document_intent = args[:document_intent] if args.key?(:document_intent)
59285
59431
  @instant_navboost = args[:instant_navboost] if args.key?(:instant_navboost)
59286
59432
  @localyp = args[:localyp] if args.key?(:localyp)
59287
59433
  @modern_format_content = args[:modern_format_content] if args.key?(:modern_format_content)
@@ -62063,6 +62209,16 @@ module Google
62063
62209
  # @return [String]
62064
62210
  attr_accessor :gibberish_result
62065
62211
 
62212
+ # The number of the above segments that were classified as gibberish.
62213
+ # Corresponds to the JSON property `numGibberishSegments`
62214
+ # @return [Fixnum]
62215
+ attr_accessor :num_gibberish_segments
62216
+
62217
+ # The number of ASR segments that were sent for classification.
62218
+ # Corresponds to the JSON property `numSegmentsClassified`
62219
+ # @return [Fixnum]
62220
+ attr_accessor :num_segments_classified
62221
+
62066
62222
  def initialize(**args)
62067
62223
  update!(**args)
62068
62224
  end
@@ -62070,6 +62226,8 @@ module Google
62070
62226
  # Update properties of this object
62071
62227
  def update!(**args)
62072
62228
  @gibberish_result = args[:gibberish_result] if args.key?(:gibberish_result)
62229
+ @num_gibberish_segments = args[:num_gibberish_segments] if args.key?(:num_gibberish_segments)
62230
+ @num_segments_classified = args[:num_segments_classified] if args.key?(:num_segments_classified)
62073
62231
  end
62074
62232
  end
62075
62233
 
@@ -64536,7 +64694,7 @@ module Google
64536
64694
 
64537
64695
  # Signals to be used by the Prefulfillment Ranker. Derived from the
64538
64696
  # ParsingSignals and GroundingSignals carried by the FunctionCall. LINT.IfChange
64539
- # Next ID: 52
64697
+ # Next ID: 53
64540
64698
  # Corresponds to the JSON property `prefulfillmentSignals`
64541
64699
  # @return [Google::Apis::ContentwarehouseV1::AssistantPrefulfillmentRankerPrefulfillmentSignals]
64542
64700
  attr_accessor :prefulfillment_signals
@@ -96128,6 +96286,12 @@ module Google
96128
96286
  # @return [Fixnum]
96129
96287
  attr_accessor :non_displayable_organic_score_millis
96130
96288
 
96289
+ # This is experimental, not filled in yet and not intended to be used. Please
96290
+ # contact buyable-corpus@ before considering using this field.
96291
+ # Corresponds to the JSON property `nonDisplayableStaleAvailability`
96292
+ # @return [Google::Apis::ContentwarehouseV1::ShoppingWebentityShoppingAnnotationOfferAvailabilityInfo]
96293
+ attr_accessor :non_displayable_stale_availability
96294
+
96131
96295
  #
96132
96296
  # Corresponds to the JSON property `offerDocid`
96133
96297
  # @return [Fixnum]
@@ -96162,6 +96326,7 @@ module Google
96162
96326
  @non_displayable_brand_merchant_relationship = args[:non_displayable_brand_merchant_relationship] if args.key?(:non_displayable_brand_merchant_relationship)
96163
96327
  @non_displayable_currency = args[:non_displayable_currency] if args.key?(:non_displayable_currency)
96164
96328
  @non_displayable_organic_score_millis = args[:non_displayable_organic_score_millis] if args.key?(:non_displayable_organic_score_millis)
96329
+ @non_displayable_stale_availability = args[:non_displayable_stale_availability] if args.key?(:non_displayable_stale_availability)
96165
96330
  @offer_docid = args[:offer_docid] if args.key?(:offer_docid)
96166
96331
  @ref_type = args[:ref_type] if args.key?(:ref_type)
96167
96332
  @sori_version_id = args[:sori_version_id] if args.key?(:sori_version_id)
@@ -96744,7 +96909,7 @@ module Google
96744
96909
 
96745
96910
  # The following message contains info of sub image docs, it is populated in
96746
96911
  # query_state and consumed in web image boost twiddler: (go/
96747
- # WebImageBoostTwiddler). NextID: 25
96912
+ # WebImageBoostTwiddler). NextID: 26
96748
96913
  # Corresponds to the JSON property `salientImage`
96749
96914
  # @return [Google::Apis::ContentwarehouseV1::WwwResultInfoSubImageDocInfo]
96750
96915
  attr_accessor :salient_image
@@ -105798,6 +105963,12 @@ module Google
105798
105963
  # @return [String]
105799
105964
  attr_accessor :docid
105800
105965
 
105966
+ # ===================================================================== #
105967
+ # GenericFeatureVector Last tag used: 23
105968
+ # Corresponds to the JSON property `gfv`
105969
+ # @return [Google::Apis::ContentwarehouseV1::ResearchScamGenericFeatureVector]
105970
+ attr_accessor :gfv
105971
+
105801
105972
  # Metadata about the neighbor. This is returned under some configurations as a
105802
105973
  # serialized proto. The specific proto depends on which metadata is configured
105803
105974
  # to be returned.
@@ -105815,6 +105986,7 @@ module Google
105815
105986
  @crowding_attribute = args[:crowding_attribute] if args.key?(:crowding_attribute)
105816
105987
  @distance = args[:distance] if args.key?(:distance)
105817
105988
  @docid = args[:docid] if args.key?(:docid)
105989
+ @gfv = args[:gfv] if args.key?(:gfv)
105818
105990
  @metadata = args[:metadata] if args.key?(:metadata)
105819
105991
  end
105820
105992
  end
@@ -111232,6 +111404,25 @@ module Google
111232
111404
  end
111233
111405
  end
111234
111406
 
111407
+ #
111408
+ class ShoppingWebentityShoppingAnnotationOfferAvailabilityInfo
111409
+ include Google::Apis::Core::Hashable
111410
+
111411
+ #
111412
+ # Corresponds to the JSON property `availability`
111413
+ # @return [String]
111414
+ attr_accessor :availability
111415
+
111416
+ def initialize(**args)
111417
+ update!(**args)
111418
+ end
111419
+
111420
+ # Update properties of this object
111421
+ def update!(**args)
111422
+ @availability = args[:availability] if args.key?(:availability)
111423
+ end
111424
+ end
111425
+
111235
111426
  # Information about a rating provided for a product. This can represent an
111236
111427
  # aggregated rating if count is set. Next Id: 7
111237
111428
  class ShoppingWebentityShoppingAnnotationProductRating
@@ -112967,13 +113158,8 @@ module Google
112967
113158
  class SocialGraphApiProtoLimitedProfileNameSettings
112968
113159
  include Google::Apis::Core::Hashable
112969
113160
 
112970
- # Required. Describes which shortening option the user implicitly chose for
112971
- # their limited profile. E.g., if 'John Doe' chose 'John D.', they implicitly
112972
- # chose: partial_name_options ` given_name_spec ` show_all: true `
112973
- # family_name_spec: ` show_initial: true truncation_indicator: PERIOD ` ` While
112974
- # we'll in all cases serve the actual name chosen by the user for limited
112975
- # profiles (stored below), we'll use this information to recompute the default
112976
- # limited profile to be rendered to users when they change their core name.
113161
+ # For general information about Limited Profiles, see go/limited-profiles-api.
113162
+ # LINT.IfChange
112977
113163
  # Corresponds to the JSON property `partialNameOptions`
112978
113164
  # @return [Google::Apis::ContentwarehouseV1::SocialGraphApiProtoPartialNameOptions]
112979
113165
  attr_accessor :partial_name_options
@@ -113244,7 +113430,8 @@ module Google
113244
113430
  end
113245
113431
  end
113246
113432
 
113247
- #
113433
+ # For general information about Limited Profiles, see go/limited-profiles-api.
113434
+ # LINT.IfChange
113248
113435
  class SocialGraphApiProtoPartialNameOptions
113249
113436
  include Google::Apis::Core::Hashable
113250
113437
 
@@ -116890,7 +117077,7 @@ module Google
116890
117077
 
116891
117078
  #
116892
117079
  # Corresponds to the JSON property `greenFaresInfo`
116893
- # @return [Array<Google::Apis::ContentwarehouseV1::TravelFlightsAirlineConfigGreenFaresInfo>]
117080
+ # @return [Google::Apis::ContentwarehouseV1::TravelFlightsAirlineConfigGreenFaresInfo]
116894
117081
  attr_accessor :green_fares_info
116895
117082
 
116896
117083
  # Note that some iata_codes are reused (`dup_flag` field). For details,
@@ -129164,7 +129351,7 @@ module Google
129164
129351
 
129165
129352
  # The following message contains info of sub image docs, it is populated in
129166
129353
  # query_state and consumed in web image boost twiddler: (go/
129167
- # WebImageBoostTwiddler). NextID: 25
129354
+ # WebImageBoostTwiddler). NextID: 26
129168
129355
  class WwwResultInfoSubImageDocInfo
129169
129356
  include Google::Apis::Core::Hashable
129170
129357
 
@@ -129216,6 +129403,11 @@ module Google
129216
129403
  # @return [Float]
129217
129404
  attr_accessor :est_relevance
129218
129405
 
129406
+ # Estimated Sigma U calculated from U*.
129407
+ # Corresponds to the JSON property `estSigmaU`
129408
+ # @return [Float]
129409
+ attr_accessor :est_sigma_u
129410
+
129219
129411
  # The subset of FlowProto that we want to go into production AND be stored in
129220
129412
  # ContentSignals.
129221
129413
  # Corresponds to the JSON property `flowOutput`
@@ -129317,6 +129509,7 @@ module Google
129317
129509
  @document_trust = args[:document_trust] if args.key?(:document_trust)
129318
129510
  @eq_star = args[:eq_star] if args.key?(:eq_star)
129319
129511
  @est_relevance = args[:est_relevance] if args.key?(:est_relevance)
129512
+ @est_sigma_u = args[:est_sigma_u] if args.key?(:est_sigma_u)
129320
129513
  @flow_output = args[:flow_output] if args.key?(:flow_output)
129321
129514
  @height = args[:height] if args.key?(:height)
129322
129515
  @height50k = args[:height50k] if args.key?(:height50k)
@@ -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.16.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 = "20230512"
25
+ REVISION = "20230529"
26
26
  end
27
27
  end
28
28
  end
@@ -5002,6 +5002,12 @@ module Google
5002
5002
  include Google::Apis::Core::JsonObjectSupport
5003
5003
  end
5004
5004
 
5005
+ class GeostoreTransitStationProtoTransitAgencyAssociationProto
5006
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5007
+
5008
+ include Google::Apis::Core::JsonObjectSupport
5009
+ end
5010
+
5005
5011
  class GeostoreTrustSignalsProto
5006
5012
  class Representation < Google::Apis::Core::JsonRepresentation; end
5007
5013
 
@@ -13108,6 +13114,12 @@ module Google
13108
13114
  include Google::Apis::Core::JsonObjectSupport
13109
13115
  end
13110
13116
 
13117
+ class ShoppingWebentityShoppingAnnotationOfferAvailabilityInfo
13118
+ class Representation < Google::Apis::Core::JsonRepresentation; end
13119
+
13120
+ include Google::Apis::Core::JsonObjectSupport
13121
+ end
13122
+
13111
13123
  class ShoppingWebentityShoppingAnnotationProductRating
13112
13124
  class Representation < Google::Apis::Core::JsonRepresentation; end
13113
13125
 
@@ -17624,6 +17636,7 @@ module Google
17624
17636
  # @private
17625
17637
  class Representation < Google::Apis::Core::JsonRepresentation
17626
17638
  property :enabled, as: 'enabled'
17639
+ property :send_message_suppressed, as: 'sendMessageSuppressed'
17627
17640
  end
17628
17641
  end
17629
17642
 
@@ -18218,12 +18231,14 @@ module Google
18218
18231
  class AssistantApiCoreTypesMessageNotificationNotificationEntry
18219
18232
  # @private
18220
18233
  class Representation < Google::Apis::Core::JsonRepresentation
18234
+ property :char_count, as: 'charCount'
18221
18235
  property :data_uri, as: 'dataUri'
18222
18236
  property :message_body, as: 'messageBody'
18223
18237
  property :mime_type, as: 'mimeType'
18224
18238
  property :post_time, as: 'postTime'
18225
18239
  property :sender, as: 'sender', class: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesMessageNotificationPerson, decorator: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesMessageNotificationPerson::Representation
18226
18240
 
18241
+ property :word_count, as: 'wordCount'
18227
18242
  end
18228
18243
  end
18229
18244
 
@@ -18635,6 +18650,7 @@ module Google
18635
18650
  property :device_model, as: 'deviceModel'
18636
18651
  property :embedder_build_info, as: 'embedderBuildInfo'
18637
18652
  property :initial_app_version, as: 'initialAppVersion'
18653
+ property :is_primary_user, as: 'isPrimaryUser'
18638
18654
  property :mdns_display_name, as: 'mdnsDisplayName'
18639
18655
  property :platform_build, as: 'platformBuild'
18640
18656
  property :virtual_release_channel, as: 'virtualReleaseChannel'
@@ -18999,6 +19015,7 @@ module Google
18999
19015
 
19000
19016
  property :opt_in_status, as: 'optInStatus', class: Google::Apis::ContentwarehouseV1::AssistantApiSettingsDeviceLogsOptIn, decorator: Google::Apis::ContentwarehouseV1::AssistantApiSettingsDeviceLogsOptIn::Representation
19001
19017
 
19018
+ property :payments_enabled, as: 'paymentsEnabled'
19002
19019
  property :personalization_metadata, as: 'personalizationMetadata', class: Google::Apis::ContentwarehouseV1::AssistantApiSettingsPersonalizationMetadata, decorator: Google::Apis::ContentwarehouseV1::AssistantApiSettingsPersonalizationMetadata::Representation
19003
19020
 
19004
19021
  property :polite_mode, as: 'politeMode', class: Google::Apis::ContentwarehouseV1::AssistantApiSettingsPoliteMode, decorator: Google::Apis::ContentwarehouseV1::AssistantApiSettingsPoliteMode::Representation
@@ -19609,6 +19626,7 @@ module Google
19609
19626
  property :launch_keyboard_supported, as: 'launchKeyboardSupported'
19610
19627
  property :lens_supported, as: 'lensSupported'
19611
19628
  property :live_cards_supported, as: 'liveCardsSupported'
19629
+ property :lottie_animation_support, as: 'lottieAnimationSupport'
19612
19630
  property :maps_dialogs_supported, as: 'mapsDialogsSupported'
19613
19631
  property :masquerade_mode_supported, as: 'masqueradeModeSupported'
19614
19632
  property :media_control_support, as: 'mediaControlSupport', class: Google::Apis::ContentwarehouseV1::AssistantApiMediaControlSupport, decorator: Google::Apis::ContentwarehouseV1::AssistantApiMediaControlSupport::Representation
@@ -19620,6 +19638,7 @@ module Google
19620
19638
  property :parental_controls_supported, as: 'parentalControlsSupported'
19621
19639
  property :persistent_display_supported, as: 'persistentDisplaySupported'
19622
19640
  property :privacy_aware_lockscreen_supported, as: 'privacyAwareLockscreenSupported'
19641
+ property :read_messages_tts_tapering_supported, as: 'readMessagesTtsTaperingSupported'
19623
19642
  property :remote_cloud_casting_enabled, as: 'remoteCloudCastingEnabled'
19624
19643
  property :server_generated_feedback_chips_enabled, as: 'serverGeneratedFeedbackChipsEnabled'
19625
19644
  property :sh_lock_screen_supported, as: 'shLockScreenSupported'
@@ -19850,6 +19869,7 @@ module Google
19850
19869
  class Representation < Google::Apis::Core::JsonRepresentation
19851
19870
  property :max_supported_alarms, as: 'maxSupportedAlarms'
19852
19871
  property :restrict_alarms_to_next_day, as: 'restrictAlarmsToNextDay'
19872
+ property :supports_generic_mutations, as: 'supportsGenericMutations'
19853
19873
  property :supports_stop_action, as: 'supportsStopAction'
19854
19874
  end
19855
19875
  end
@@ -20348,6 +20368,7 @@ module Google
20348
20368
  property :is_media_search_query_subset_of_entity_name_and_artist, as: 'isMediaSearchQuerySubsetOfEntityNameAndArtist'
20349
20369
  property :is_seed_radio, as: 'isSeedRadio'
20350
20370
  property :is_seed_radio_request, as: 'isSeedRadioRequest'
20371
+ property :is_youtube_music_seeking, as: 'isYoutubeMusicSeeking'
20351
20372
  property :media_content_type, as: 'mediaContentType'
20352
20373
  property :msc_rate, as: 'mscRate'
20353
20374
  property :scubed_p_sai_music, as: 'scubedPSaiMusic'
@@ -20370,7 +20391,6 @@ module Google
20370
20391
  # @private
20371
20392
  class Representation < Google::Apis::Core::JsonRepresentation
20372
20393
  property :is_in_app_provider, as: 'isInAppProvider'
20373
- collection :provider_cluster_id_deprecated, as: 'providerClusterIdDeprecated'
20374
20394
  collection :provider_cluster_ids, as: 'providerClusterIds'
20375
20395
  property :provider_id, as: 'providerId', class: Google::Apis::ContentwarehouseV1::AssistantContextProviderId, decorator: Google::Apis::ContentwarehouseV1::AssistantContextProviderId::Representation
20376
20396
 
@@ -20833,6 +20853,7 @@ module Google
20833
20853
  property :is_media_control_intent, as: 'isMediaControlIntent'
20834
20854
  property :is_play_generic_music, as: 'isPlayGenericMusic'
20835
20855
  property :is_podcast_intent, as: 'isPodcastIntent'
20856
+ property :is_tvm_intent, as: 'isTvmIntent'
20836
20857
  property :is_video_intent, as: 'isVideoIntent'
20837
20858
  property :kscorer_rank, as: 'kscorerRank'
20838
20859
  property :laa_features, as: 'laaFeatures', class: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerLaaFeatures, decorator: Google::Apis::ContentwarehouseV1::AssistantGroundingRankerLaaFeatures::Representation
@@ -25257,11 +25278,20 @@ module Google
25257
25278
  class GeostoreTransitStationProto
25258
25279
  # @private
25259
25280
  class Representation < Google::Apis::Core::JsonRepresentation
25260
- 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
25261
25282
 
25262
25283
  end
25263
25284
  end
25264
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
25290
+
25291
+ property :station_code, as: 'stationCode'
25292
+ end
25293
+ end
25294
+
25265
25295
  class GeostoreTrustSignalsProto
25266
25296
  # @private
25267
25297
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -26324,6 +26354,7 @@ module Google
26324
26354
  property :custom_weights_metadata, as: 'customWeightsMetadata', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1CustomWeightsMetadata, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1CustomWeightsMetadata::Representation
26325
26355
 
26326
26356
  collection :document_creator_filter, as: 'documentCreatorFilter'
26357
+ collection :document_name_filter, as: 'documentNameFilter'
26327
26358
  collection :document_schema_names, as: 'documentSchemaNames'
26328
26359
  property :file_type_filter, as: 'fileTypeFilter', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1FileTypeFilter, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1FileTypeFilter::Representation
26329
26360
 
@@ -26876,6 +26907,7 @@ module Google
26876
26907
  property :metadata, as: 'metadata', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ResponseMetadata, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ResponseMetadata::Representation
26877
26908
 
26878
26909
  property :next_page_token, as: 'nextPageToken'
26910
+ property :question_answer, as: 'questionAnswer'
26879
26911
  property :total_size, as: 'totalSize'
26880
26912
  end
26881
26913
  end
@@ -29967,6 +29999,12 @@ module Google
29967
29999
 
29968
30000
  property :creator, as: 'creator', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
29969
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
+
29970
30008
  property :instant_navboost, as: 'instantNavboost', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
29971
30009
 
29972
30010
  property :localyp, as: 'localyp', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
@@ -30678,6 +30716,8 @@ module Google
30678
30716
  # @private
30679
30717
  class Representation < Google::Apis::Core::JsonRepresentation
30680
30718
  property :gibberish_result, as: 'gibberishResult'
30719
+ property :num_gibberish_segments, as: 'numGibberishSegments'
30720
+ property :num_segments_classified, as: 'numSegmentsClassified'
30681
30721
  end
30682
30722
  end
30683
30723
 
@@ -38946,6 +38986,8 @@ module Google
38946
38986
  property :non_displayable_brand_merchant_relationship, as: 'nonDisplayableBrandMerchantRelationship'
38947
38987
  property :non_displayable_currency, as: 'nonDisplayableCurrency'
38948
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
+
38949
38991
  property :offer_docid, :numeric_string => true, as: 'offerDocid'
38950
38992
  property :ref_type, as: 'refType'
38951
38993
  property :sori_version_id, as: 'soriVersionId', class: Google::Apis::ContentwarehouseV1::ShoppingWebentityShoppingAnnotationSoriVersionId, decorator: Google::Apis::ContentwarehouseV1::ShoppingWebentityShoppingAnnotationSoriVersionId::Representation
@@ -41378,6 +41420,8 @@ module Google
41378
41420
  property :crowding_attribute, :numeric_string => true, as: 'crowdingAttribute'
41379
41421
  property :distance, as: 'distance'
41380
41422
  property :docid, :base64 => true, as: 'docid'
41423
+ property :gfv, as: 'gfv', class: Google::Apis::ContentwarehouseV1::ResearchScamGenericFeatureVector, decorator: Google::Apis::ContentwarehouseV1::ResearchScamGenericFeatureVector::Representation
41424
+
41381
41425
  property :metadata, :base64 => true, as: 'metadata'
41382
41426
  end
41383
41427
  end
@@ -42675,6 +42719,13 @@ module Google
42675
42719
  end
42676
42720
  end
42677
42721
 
42722
+ class ShoppingWebentityShoppingAnnotationOfferAvailabilityInfo
42723
+ # @private
42724
+ class Representation < Google::Apis::Core::JsonRepresentation
42725
+ property :availability, as: 'availability'
42726
+ end
42727
+ end
42728
+
42678
42729
  class ShoppingWebentityShoppingAnnotationProductRating
42679
42730
  # @private
42680
42731
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -44060,7 +44111,7 @@ module Google
44060
44111
  property :fare_family_urls, as: 'fareFamilyUrls', class: Google::Apis::ContentwarehouseV1::TravelFlightsNameCatalogProto, decorator: Google::Apis::ContentwarehouseV1::TravelFlightsNameCatalogProto::Representation
44061
44112
 
44062
44113
  collection :fqtv_partner_code, as: 'fqtvPartnerCode'
44063
- collection :green_fares_info, as: 'greenFaresInfo', class: Google::Apis::ContentwarehouseV1::TravelFlightsAirlineConfigGreenFaresInfo, decorator: Google::Apis::ContentwarehouseV1::TravelFlightsAirlineConfigGreenFaresInfo::Representation
44114
+ property :green_fares_info, as: 'greenFaresInfo', class: Google::Apis::ContentwarehouseV1::TravelFlightsAirlineConfigGreenFaresInfo, decorator: Google::Apis::ContentwarehouseV1::TravelFlightsAirlineConfigGreenFaresInfo::Representation
44064
44115
 
44065
44116
  property :iata_code, as: 'iataCode'
44066
44117
  property :icao_code, as: 'icaoCode'
@@ -46902,6 +46953,7 @@ module Google
46902
46953
  property :document_trust, as: 'documentTrust'
46903
46954
  property :eq_star, as: 'eqStar'
46904
46955
  property :est_relevance, as: 'estRelevance'
46956
+ property :est_sigma_u, as: 'estSigmaU'
46905
46957
  property :flow_output, as: 'flowOutput', class: Google::Apis::ContentwarehouseV1::ImageContentFlowProtoProd, decorator: Google::Apis::ContentwarehouseV1::ImageContentFlowProtoProd::Representation
46906
46958
 
46907
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.16.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-21 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.16.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: []