google-apis-contentwarehouse_v1 0.17.0 → 0.18.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -3145,6 +3145,33 @@ module Google
3145
3145
  end
3146
3146
  end
3147
3147
 
3148
+ # Contact level People Prompt settings. This message is a pure wrapper of the
3149
+ # shared ContactPromptSettings message so that it can be a top-level person
3150
+ # field. No other fields should be added to the message.
3151
+ class AppsPeopleOzExternalMergedpeopleapiContactPromptSettingsInfo
3152
+ include Google::Apis::Core::Hashable
3153
+
3154
+ #
3155
+ # Corresponds to the JSON property `contactPromptSettings`
3156
+ # @return [Google::Apis::ContentwarehouseV1::SocialGraphApiProtoContactPromptSettings]
3157
+ attr_accessor :contact_prompt_settings
3158
+
3159
+ # Metadata for a single Person field. See go/understanding-merged-person
3160
+ # Corresponds to the JSON property `metadata`
3161
+ # @return [Google::Apis::ContentwarehouseV1::AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata]
3162
+ attr_accessor :metadata
3163
+
3164
+ def initialize(**args)
3165
+ update!(**args)
3166
+ end
3167
+
3168
+ # Update properties of this object
3169
+ def update!(**args)
3170
+ @contact_prompt_settings = args[:contact_prompt_settings] if args.key?(:contact_prompt_settings)
3171
+ @metadata = args[:metadata] if args.key?(:metadata)
3172
+ end
3173
+ end
3174
+
3148
3175
  # Contact state and related metadata. See go/fbs-contacts-trash. This message is
3149
3176
  # a pure wrapper of the shared ContactState message so that it can be a top-
3150
3177
  # level person field. No other fields should be added to the message.
@@ -6016,6 +6043,11 @@ module Google
6016
6043
  # @return [Array<Google::Apis::ContentwarehouseV1::AppsPeopleOzExternalMergedpeopleapiContactGroupMembership>]
6017
6044
  attr_accessor :contact_group_membership
6018
6045
 
6046
+ #
6047
+ # Corresponds to the JSON property `contactPromptSettingsInfo`
6048
+ # @return [Array<Google::Apis::ContentwarehouseV1::AppsPeopleOzExternalMergedpeopleapiContactPromptSettingsInfo>]
6049
+ attr_accessor :contact_prompt_settings_info
6050
+
6019
6051
  # Contact state and related metadata. See go/fbs-contacts-trash. If this field
6020
6052
  # was requested but is not set on the Person then the contact is in the DEFAULT
6021
6053
  # contact state. This field is read-only, and should not be set on a mutate (e.g.
@@ -6369,6 +6401,7 @@ module Google
6369
6401
  @contact_create_context_info = args[:contact_create_context_info] if args.key?(:contact_create_context_info)
6370
6402
  @contact_edit_context_info = args[:contact_edit_context_info] if args.key?(:contact_edit_context_info)
6371
6403
  @contact_group_membership = args[:contact_group_membership] if args.key?(:contact_group_membership)
6404
+ @contact_prompt_settings_info = args[:contact_prompt_settings_info] if args.key?(:contact_prompt_settings_info)
6372
6405
  @contact_state_info = args[:contact_state_info] if args.key?(:contact_state_info)
6373
6406
  @cover_photo = args[:cover_photo] if args.key?(:cover_photo)
6374
6407
  @custom_schema_field = args[:custom_schema_field] if args.key?(:custom_schema_field)
@@ -8990,34 +9023,6 @@ module Google
8990
9023
  end
8991
9024
  end
8992
9025
 
8993
- # Access settings for providers.
8994
- class AssistantApiAccessControlOutput
8995
- include Google::Apis::Core::Hashable
8996
-
8997
- # If true, the user consented to use YouTube Kids as a video provider for non-
8998
- # unicorn users(voice recognized adults or guest). Unicorn accounts shouldn’t
8999
- # use this setting.
9000
- # Corresponds to the JSON property `allowNonUnicornUserAccessYoutubeKids`
9001
- # @return [Boolean]
9002
- attr_accessor :allow_non_unicorn_user_access_youtube_kids
9003
- alias_method :allow_non_unicorn_user_access_youtube_kids?, :allow_non_unicorn_user_access_youtube_kids
9004
-
9005
- #
9006
- # Corresponds to the JSON property `guestAccessOnYoutube`
9007
- # @return [String]
9008
- attr_accessor :guest_access_on_youtube
9009
-
9010
- def initialize(**args)
9011
- update!(**args)
9012
- end
9013
-
9014
- # Update properties of this object
9015
- def update!(**args)
9016
- @allow_non_unicorn_user_access_youtube_kids = args[:allow_non_unicorn_user_access_youtube_kids] if args.key?(:allow_non_unicorn_user_access_youtube_kids)
9017
- @guest_access_on_youtube = args[:guest_access_on_youtube] if args.key?(:guest_access_on_youtube)
9018
- end
9019
- end
9020
-
9021
9026
  # The features supported by the ActionV2 protocol. Note that after we move on to
9022
9027
  # ConversationProto for all surfaces we can remove this message.
9023
9028
  class AssistantApiActionV2SupportedFeatures
@@ -9466,7 +9471,7 @@ module Google
9466
9471
  # @return [Array<String>]
9467
9472
  attr_accessor :supported_recipient_types
9468
9473
 
9469
- # Whether the surface supports Duo calling email endpoints.
9474
+ #
9470
9475
  # Corresponds to the JSON property `supportsDuoEmailEndpoint`
9471
9476
  # @return [Boolean]
9472
9477
  attr_accessor :supports_duo_email_endpoint
@@ -11449,6 +11454,84 @@ module Google
11449
11454
  end
11450
11455
  end
11451
11456
 
11457
+ # The set of information that helps the server identify the surface. This
11458
+ # replaces the User-Agent string within the Assistant Server. Note: The
11459
+ # SurfaceIdentity proto should only be used to derive the capabilities of a
11460
+ # surface. It should not be accessed outside of the CapabilityBuilder or
11461
+ # CapabilityChecker. NEXT ID: 5 LINT.IfChange
11462
+ class AssistantApiCoreTypesGovernedSurfaceIdentity
11463
+ include Google::Apis::Core::Hashable
11464
+
11465
+ # LINT.IfChange(DeviceId) Specifies identifier of a device AKA surface. Note
11466
+ # there may be multiple device ids for the same physical device E.g. Allo app
11467
+ # and Assistant app on Nexus. Note: DeviceId usage is complicated. Please do not
11468
+ # depend on it for surface specific logic. Please use google3/assistant/api/
11469
+ # capabilities.proto instead. IMPORTANT: When checking for equality between two `
11470
+ # DeviceId`s, you should always use an `isSameDevice`As`` function to check for
11471
+ # equality, as deep equality between `DeviceId`'s is not guaranteed. * C++: http:
11472
+ # //google3/assistant/assistant_server/util/device_id_util.cc;l=23;rcl=421295740
11473
+ # * Dart: http://google3/assistant/context/util/lib/device_id.dart;l=26;rcl=
11474
+ # 442126145 * Java: http://google3/java/com/google/assistant/assistantserver/
11475
+ # utils/DeviceIdHelper.java;l=9;rcl=390378522 See http://go/deviceid-equality
11476
+ # for more details. Next ID: 14
11477
+ # Corresponds to the JSON property `deviceId`
11478
+ # @return [Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesDeviceId]
11479
+ attr_accessor :device_id
11480
+
11481
+ # The device's surface type. The types are defined at google3/assistant/api/
11482
+ # core_types/surfaces.gcl.
11483
+ # Corresponds to the JSON property `surfaceType`
11484
+ # @return [String]
11485
+ attr_accessor :surface_type
11486
+
11487
+ # The version of the surface/client. New surfaces are encouraged to only use the
11488
+ # “major” field to keep track of version number. The “minor” field may be used
11489
+ # for surfaces that rely on both the “major” and “minor” fields to define their
11490
+ # version.
11491
+ # Corresponds to the JSON property `surfaceVersion`
11492
+ # @return [Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesGovernedSurfaceVersion]
11493
+ attr_accessor :surface_version
11494
+
11495
+ def initialize(**args)
11496
+ update!(**args)
11497
+ end
11498
+
11499
+ # Update properties of this object
11500
+ def update!(**args)
11501
+ @device_id = args[:device_id] if args.key?(:device_id)
11502
+ @surface_type = args[:surface_type] if args.key?(:surface_type)
11503
+ @surface_version = args[:surface_version] if args.key?(:surface_version)
11504
+ end
11505
+ end
11506
+
11507
+ # The version of the surface/client. New surfaces are encouraged to only use the
11508
+ # “major” field to keep track of version number. The “minor” field may be used
11509
+ # for surfaces that rely on both the “major” and “minor” fields to define their
11510
+ # version.
11511
+ class AssistantApiCoreTypesGovernedSurfaceVersion
11512
+ include Google::Apis::Core::Hashable
11513
+
11514
+ #
11515
+ # Corresponds to the JSON property `major`
11516
+ # @return [Fixnum]
11517
+ attr_accessor :major
11518
+
11519
+ #
11520
+ # Corresponds to the JSON property `minor`
11521
+ # @return [Fixnum]
11522
+ attr_accessor :minor
11523
+
11524
+ def initialize(**args)
11525
+ update!(**args)
11526
+ end
11527
+
11528
+ # Update properties of this object
11529
+ def update!(**args)
11530
+ @major = args[:major] if args.key?(:major)
11531
+ @minor = args[:minor] if args.key?(:minor)
11532
+ end
11533
+ end
11534
+
11452
11535
  # The Home app information of the provider. Next ID: 3
11453
11536
  class AssistantApiCoreTypesHomeAppInfo
11454
11537
  include Google::Apis::Core::Hashable
@@ -11689,8 +11772,9 @@ module Google
11689
11772
  end
11690
11773
  end
11691
11774
 
11692
- # This proto captures the contents of a messaging app notification that is
11693
- # typically part of a conversation thread. Next Id: 20
11775
+ # LINT.IfChange(ungoverned_message_notification) This proto captures the
11776
+ # contents of a messaging app notification that is typically part of a
11777
+ # conversation thread. Next Id: 20
11694
11778
  class AssistantApiCoreTypesMessageNotification
11695
11779
  include Google::Apis::Core::Hashable
11696
11780
 
@@ -12574,7 +12658,7 @@ module Google
12574
12658
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiSoftwareCapabilities]
12575
12659
  attr_accessor :software
12576
12660
 
12577
- # DEPRECATED These capabilties are associated with speech detection on devices.
12661
+ # DEPRECATED These capabilities are associated with speech detection on devices.
12578
12662
  # Corresponds to the JSON property `speechCapabilities`
12579
12663
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiSpeechCapabilities]
12580
12664
  attr_accessor :speech_capabilities
@@ -12869,7 +12953,7 @@ module Google
12869
12953
  end
12870
12954
  end
12871
12955
 
12872
- # DEPRECATED: Use AccessControlOutput instead. Access settings for guests.
12956
+ # Access settings for guests.
12873
12957
  class AssistantApiGuestAccessOutput
12874
12958
  include Google::Apis::Core::Hashable
12875
12959
 
@@ -13261,8 +13345,8 @@ module Google
13261
13345
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesProvider]
13262
13346
  attr_accessor :provider_info
13263
13347
 
13264
- # An provider enum string for OTT providers. The available key can be found in
13265
- # go/ump-provider-enum For Tuner provider, the provider key would be an ID the
13348
+ # A provider enum string for OTT providers. The available key can be found in go/
13349
+ # ump-provider-enum For Tuner provider, the provider key would be an ID the
13266
13350
  # tuner app uploaded from TIF. See https://source.android.com/devices/tv
13267
13351
  # Corresponds to the JSON property `providerKey`
13268
13352
  # @return [String]
@@ -13310,13 +13394,6 @@ module Google
13310
13394
  class AssistantApiLoggingOnlyData
13311
13395
  include Google::Apis::Core::Hashable
13312
13396
 
13313
- # The index of the account on the device. Useful when there are multiple
13314
- # accounts on a device. There is no guarantee that this is a stable number but
13315
- # is relatively stable in practice.
13316
- # Corresponds to the JSON property `accountIndex`
13317
- # @return [Fixnum]
13318
- attr_accessor :account_index
13319
-
13320
13397
  # A user-readable string describing the ACP version (go/acp-version) of the
13321
13398
  # client app used by the user to originate the conversation.
13322
13399
  # Corresponds to the JSON property `acpVersion`
@@ -13407,7 +13484,6 @@ module Google
13407
13484
 
13408
13485
  # Update properties of this object
13409
13486
  def update!(**args)
13410
- @account_index = args[:account_index] if args.key?(:account_index)
13411
13487
  @acp_version = args[:acp_version] if args.key?(:acp_version)
13412
13488
  @android_id = args[:android_id] if args.key?(:android_id)
13413
13489
  @app_version = args[:app_version] if args.key?(:app_version)
@@ -13750,17 +13826,12 @@ module Google
13750
13826
  class AssistantApiOutputRestrictions
13751
13827
  include Google::Apis::Core::Hashable
13752
13828
 
13753
- # Access settings for providers.
13754
- # Corresponds to the JSON property `accessControlOutput`
13755
- # @return [Google::Apis::ContentwarehouseV1::AssistantApiAccessControlOutput]
13756
- attr_accessor :access_control_output
13757
-
13758
13829
  # The type of Google Photo content which the device can output.
13759
13830
  # Corresponds to the JSON property `googlePhotoContent`
13760
13831
  # @return [String]
13761
13832
  attr_accessor :google_photo_content
13762
13833
 
13763
- # DEPRECATED: Use AccessControlOutput instead. Access settings for guests.
13834
+ # Access settings for guests.
13764
13835
  # Corresponds to the JSON property `guestAccessOutput`
13765
13836
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiGuestAccessOutput]
13766
13837
  attr_accessor :guest_access_output
@@ -13805,7 +13876,6 @@ module Google
13805
13876
 
13806
13877
  # Update properties of this object
13807
13878
  def update!(**args)
13808
- @access_control_output = args[:access_control_output] if args.key?(:access_control_output)
13809
13879
  @google_photo_content = args[:google_photo_content] if args.key?(:google_photo_content)
13810
13880
  @guest_access_output = args[:guest_access_output] if args.key?(:guest_access_output)
13811
13881
  @personal_data = args[:personal_data] if args.key?(:personal_data)
@@ -13856,14 +13926,6 @@ module Google
13856
13926
  # @return [String]
13857
13927
  attr_accessor :photos_proactive
13858
13928
 
13859
- # Whether a device supports proactive output. Note that this is assumed to be
13860
- # true for all Smart Display devices, but surfaces that newly start supporting
13861
- # proactive_output should set this bit.
13862
- # Corresponds to the JSON property `supportsProactiveOutput`
13863
- # @return [Boolean]
13864
- attr_accessor :supports_proactive_output
13865
- alias_method :supports_proactive_output?, :supports_proactive_output
13866
-
13867
13929
  # Settings for displaying personal data on proactive surfaces with face match
13868
13930
  # capability.
13869
13931
  # Corresponds to the JSON property `userMatchProactive`
@@ -13880,7 +13942,6 @@ module Google
13880
13942
  @android_tv_assistant_settings_source = args[:android_tv_assistant_settings_source] if args.key?(:android_tv_assistant_settings_source)
13881
13943
  @health_and_fitness_proactive = args[:health_and_fitness_proactive] if args.key?(:health_and_fitness_proactive)
13882
13944
  @photos_proactive = args[:photos_proactive] if args.key?(:photos_proactive)
13883
- @supports_proactive_output = args[:supports_proactive_output] if args.key?(:supports_proactive_output)
13884
13945
  @user_match_proactive = args[:user_match_proactive] if args.key?(:user_match_proactive)
13885
13946
  end
13886
13947
  end
@@ -14100,7 +14161,7 @@ module Google
14100
14161
  # @return [Array<String>]
14101
14162
  attr_accessor :supported_screen_states
14102
14163
 
14103
- # Whether the device enabled vision help features in accessiblity settings. The
14164
+ # Whether the device enabled vision help features in accessibility settings. The
14104
14165
  # settings is config in Assistant App and on-device settings, and stored in
14105
14166
  # footprints. When enabled, font, color and TTS will be adjusted.
14106
14167
  # Corresponds to the JSON property `visionHelpEnabled`
@@ -14302,7 +14363,7 @@ module Google
14302
14363
  end
14303
14364
  end
14304
14365
 
14305
- # These capabilties are associated with Assistant Settings on devices.
14366
+ # These capabilities are associated with Assistant Settings on devices.
14306
14367
  class AssistantApiSettingsAppCapabilities
14307
14368
  include Google::Apis::Core::Hashable
14308
14369
 
@@ -14916,14 +14977,6 @@ module Google
14916
14977
  # @return [String]
14917
14978
  attr_accessor :truncated_local_network_id
14918
14979
 
14919
- # DEPRECATED: Use speech_settings instead. Indicates whether the user has
14920
- # enabled trusted voice for this device. See go/hotword-settings-on-cloud for
14921
- # more info on this project.
14922
- # Corresponds to the JSON property `trustedVoiceEnabled`
14923
- # @return [Boolean]
14924
- attr_accessor :trusted_voice_enabled
14925
- alias_method :trusted_voice_enabled?, :trusted_voice_enabled
14926
-
14927
14980
  # The type of the device. Note: this should only be used for grouping devices
14928
14981
  # for UI presentation purpose. Use |capabilities| to decide what the device can
14929
14982
  # do.
@@ -15025,7 +15078,6 @@ module Google
15025
15078
  @tethered_info = args[:tethered_info] if args.key?(:tethered_info)
15026
15079
  @time_zone = args[:time_zone] if args.key?(:time_zone)
15027
15080
  @truncated_local_network_id = args[:truncated_local_network_id] if args.key?(:truncated_local_network_id)
15028
- @trusted_voice_enabled = args[:trusted_voice_enabled] if args.key?(:trusted_voice_enabled)
15029
15081
  @type = args[:type] if args.key?(:type)
15030
15082
  @verbose_tts_for_chromecast_enabled = args[:verbose_tts_for_chromecast_enabled] if args.key?(:verbose_tts_for_chromecast_enabled)
15031
15083
  @vm_last_used_coarse_timestamp = args[:vm_last_used_coarse_timestamp] if args.key?(:vm_last_used_coarse_timestamp)
@@ -16701,7 +16753,7 @@ module Google
16701
16753
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiSelinaCapabilites]
16702
16754
  attr_accessor :selina_capabilities
16703
16755
 
16704
- # These capabilties are associated with Assistant Settings on devices.
16756
+ # These capabilities are associated with Assistant Settings on devices.
16705
16757
  # Corresponds to the JSON property `settingsAppCapabilities`
16706
16758
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiSettingsAppCapabilities]
16707
16759
  attr_accessor :settings_app_capabilities
@@ -16770,7 +16822,7 @@ module Google
16770
16822
  end
16771
16823
  end
16772
16824
 
16773
- # DEPRECATED These capabilties are associated with speech detection on devices.
16825
+ # DEPRECATED These capabilities are associated with speech detection on devices.
16774
16826
  class AssistantApiSpeechCapabilities
16775
16827
  include Google::Apis::Core::Hashable
16776
16828
 
@@ -18315,6 +18367,74 @@ module Google
18315
18367
  end
18316
18368
  end
18317
18369
 
18370
+ # Identifies a business policy used for selecting a given content provider in
18371
+ # the form of a name and a resulting scoring action.
18372
+ class AssistantContextProviderSelectionPolicy
18373
+ include Google::Apis::Core::Hashable
18374
+
18375
+ # Result of applying the policy.
18376
+ # Corresponds to the JSON property `policyAction`
18377
+ # @return [String]
18378
+ attr_accessor :policy_action
18379
+
18380
+ # Name of the policy.
18381
+ # Corresponds to the JSON property `policyName`
18382
+ # @return [String]
18383
+ attr_accessor :policy_name
18384
+
18385
+ def initialize(**args)
18386
+ update!(**args)
18387
+ end
18388
+
18389
+ # Update properties of this object
18390
+ def update!(**args)
18391
+ @policy_action = args[:policy_action] if args.key?(:policy_action)
18392
+ @policy_name = args[:policy_name] if args.key?(:policy_name)
18393
+ end
18394
+ end
18395
+
18396
+ # Message that gets returned from the Provider Selection Library (PSL). It
18397
+ # encodes the scores, applied policies, and pruning decisions for a given
18398
+ # provider candidate.
18399
+ class AssistantContextProviderSelectionResult
18400
+ include Google::Apis::Core::Hashable
18401
+
18402
+ # Alternative bucketed score for use by downstream ranking providers. A raw
18403
+ # numeric score is subject to semantic-drift, while a bucket is not.
18404
+ # Corresponds to the JSON property `bucketedFinalScore`
18405
+ # @return [String]
18406
+ attr_accessor :bucketed_final_score
18407
+
18408
+ # Final score in the range [0,1] that can be used for ranking providers.
18409
+ # Incorporates both policy rules and quality considerations.
18410
+ # Corresponds to the JSON property `finalScore`
18411
+ # @return [Float]
18412
+ attr_accessor :final_score
18413
+
18414
+ # List of business policies applied to the candidate.
18415
+ # Corresponds to the JSON property `policyApplied`
18416
+ # @return [Array<Google::Apis::ContentwarehouseV1::AssistantContextProviderSelectionPolicy>]
18417
+ attr_accessor :policy_applied
18418
+
18419
+ # Indicates whether the candidate should be pruned.
18420
+ # Corresponds to the JSON property `shouldPrune`
18421
+ # @return [Boolean]
18422
+ attr_accessor :should_prune
18423
+ alias_method :should_prune?, :should_prune
18424
+
18425
+ def initialize(**args)
18426
+ update!(**args)
18427
+ end
18428
+
18429
+ # Update properties of this object
18430
+ def update!(**args)
18431
+ @bucketed_final_score = args[:bucketed_final_score] if args.key?(:bucketed_final_score)
18432
+ @final_score = args[:final_score] if args.key?(:final_score)
18433
+ @policy_applied = args[:policy_applied] if args.key?(:policy_applied)
18434
+ @should_prune = args[:should_prune] if args.key?(:should_prune)
18435
+ end
18436
+ end
18437
+
18318
18438
  # Note: As of May 2021, multiple providers use the same mids (e.g. YouTube Main,
18319
18439
  # YouTube Go, and YouTube Music all have the same mids). However, quite often we
18320
18440
  # end up using surface specific identifiers (e.g. Android package names, iOS
@@ -19482,6 +19602,83 @@ module Google
19482
19602
  end
19483
19603
  end
19484
19604
 
19605
+ # Message containing the processed provider signals. This message is consumed by
19606
+ # systems outside of the Provider GP, such as the HGR. For use of provider
19607
+ # signals within the Provider GP, please refer to the CTF-governed
19608
+ # PackedProviderSignals defined in: cs/google3/assistant/context/proto/
19609
+ # packed_provider_signals.proto;rcl=486224300;l=68
19610
+ class AssistantGroundingProviderProviderSignalResult
19611
+ include Google::Apis::Core::Hashable
19612
+
19613
+ # Whether the provider is the default provider for the BII and entity type. Also
19614
+ # known as the 'preferred_provider'.
19615
+ # Corresponds to the JSON property `isDefaultProvider`
19616
+ # @return [Boolean]
19617
+ attr_accessor :is_default_provider
19618
+ alias_method :is_default_provider?, :is_default_provider
19619
+
19620
+ # Whether the provider is currently open in the foreground on the device.
19621
+ # Corresponds to the JSON property `isForegroundProvider`
19622
+ # @return [Boolean]
19623
+ attr_accessor :is_foreground_provider
19624
+ alias_method :is_foreground_provider?, :is_foreground_provider
19625
+
19626
+ # Indicates that fulfillment on this provider will happen within the provider
19627
+ # app
19628
+ # Corresponds to the JSON property `isInAppProvider`
19629
+ # @return [Boolean]
19630
+ attr_accessor :is_in_app_provider
19631
+ alias_method :is_in_app_provider?, :is_in_app_provider
19632
+
19633
+ # Whether the provider is installed, or otherwise reachable, from the device.
19634
+ # Corresponds to the JSON property `isInstalled`
19635
+ # @return [Boolean]
19636
+ attr_accessor :is_installed
19637
+ alias_method :is_installed?, :is_installed
19638
+
19639
+ # Whether the provider was the last-used provider for this intent on the device.
19640
+ # Also known as the 'sticky_provider'.
19641
+ # Corresponds to the JSON property `isLastUsedProvider`
19642
+ # @return [Boolean]
19643
+ attr_accessor :is_last_used_provider
19644
+ alias_method :is_last_used_provider?, :is_last_used_provider
19645
+
19646
+ # Whether the provider was specified by the query.
19647
+ # Corresponds to the JSON property `isQueryRestrictedProvider`
19648
+ # @return [Boolean]
19649
+ attr_accessor :is_query_restricted_provider
19650
+ alias_method :is_query_restricted_provider?, :is_query_restricted_provider
19651
+
19652
+ # Message that gets returned from the Provider Selection Library (PSL). It
19653
+ # encodes the scores, applied policies, and pruning decisions for a given
19654
+ # provider candidate.
19655
+ # Corresponds to the JSON property `providerSelectionResult`
19656
+ # @return [Google::Apis::ContentwarehouseV1::AssistantContextProviderSelectionResult]
19657
+ attr_accessor :provider_selection_result
19658
+
19659
+ # Contains the "fulfillment type" of provider eg whether it's 0p or System API
19660
+ # provider.
19661
+ # Corresponds to the JSON property `providerTypeSignal`
19662
+ # @return [String]
19663
+ attr_accessor :provider_type_signal
19664
+
19665
+ def initialize(**args)
19666
+ update!(**args)
19667
+ end
19668
+
19669
+ # Update properties of this object
19670
+ def update!(**args)
19671
+ @is_default_provider = args[:is_default_provider] if args.key?(:is_default_provider)
19672
+ @is_foreground_provider = args[:is_foreground_provider] if args.key?(:is_foreground_provider)
19673
+ @is_in_app_provider = args[:is_in_app_provider] if args.key?(:is_in_app_provider)
19674
+ @is_installed = args[:is_installed] if args.key?(:is_installed)
19675
+ @is_last_used_provider = args[:is_last_used_provider] if args.key?(:is_last_used_provider)
19676
+ @is_query_restricted_provider = args[:is_query_restricted_provider] if args.key?(:is_query_restricted_provider)
19677
+ @provider_selection_result = args[:provider_selection_result] if args.key?(:provider_selection_result)
19678
+ @provider_type_signal = args[:provider_type_signal] if args.key?(:provider_type_signal)
19679
+ end
19680
+ end
19681
+
19485
19682
  #
19486
19683
  class AssistantGroundingRankerAssistantInteractionFeatures
19487
19684
  include Google::Apis::Core::Hashable
@@ -19732,6 +19929,15 @@ module Google
19732
19929
  # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerDeviceTargetingLabels]
19733
19930
  attr_accessor :device_targeting_labels
19734
19931
 
19932
+ # The set of information that helps the server identify the surface. This
19933
+ # replaces the User-Agent string within the Assistant Server. Note: The
19934
+ # SurfaceIdentity proto should only be used to derive the capabilities of a
19935
+ # surface. It should not be accessed outside of the CapabilityBuilder or
19936
+ # CapabilityChecker. NEXT ID: 5 LINT.IfChange
19937
+ # Corresponds to the JSON property `surfaceIdentity`
19938
+ # @return [Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesGovernedSurfaceIdentity]
19939
+ attr_accessor :surface_identity
19940
+
19735
19941
  def initialize(**args)
19736
19942
  update!(**args)
19737
19943
  end
@@ -19741,6 +19947,7 @@ module Google
19741
19947
  @device_id = args[:device_id] if args.key?(:device_id)
19742
19948
  @device_targeting_features = args[:device_targeting_features] if args.key?(:device_targeting_features)
19743
19949
  @device_targeting_labels = args[:device_targeting_labels] if args.key?(:device_targeting_labels)
19950
+ @surface_identity = args[:surface_identity] if args.key?(:surface_identity)
19744
19951
  end
19745
19952
  end
19746
19953
 
@@ -19884,12 +20091,12 @@ module Google
19884
20091
  # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerMediaGroundingProviderFeatures]
19885
20092
  attr_accessor :media_grounding_provider_features
19886
20093
 
19887
- # Features to be extracted from Podcast GP for ranking in HGR. Next ID: 4
20094
+ # Features to be extracted from Podcast GP for ranking in HGR. Next ID: 6
19888
20095
  # Corresponds to the JSON property `podcastGroundingProviderFeatures`
19889
20096
  # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerPodcastGroundingProviderFeatures]
19890
20097
  attr_accessor :podcast_grounding_provider_features
19891
20098
 
19892
- # Features to be extracted from Provider GP for ranking in HGR. Next ID: 6
20099
+ # Features to be extracted from Provider GP for ranking in HGR. Next ID: 7
19893
20100
  # Corresponds to the JSON property `providerGroundingProviderFeatures`
19894
20101
  # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerProviderGroundingProviderFeatures]
19895
20102
  attr_accessor :provider_grounding_provider_features
@@ -20180,7 +20387,7 @@ module Google
20180
20387
  end
20181
20388
  end
20182
20389
 
20183
- # Features to be extracted from Podcast GP for ranking in HGR. Next ID: 4
20390
+ # Features to be extracted from Podcast GP for ranking in HGR. Next ID: 6
20184
20391
  class AssistantGroundingRankerPodcastGroundingProviderFeatures
20185
20392
  include Google::Apis::Core::Hashable
20186
20393
 
@@ -20190,6 +20397,16 @@ module Google
20190
20397
  attr_accessor :is_exclusive
20191
20398
  alias_method :is_exclusive?, :is_exclusive
20192
20399
 
20400
+ # The count of the unique users that listened to the podcast in the last 28 days.
20401
+ # Corresponds to the JSON property `podcastListenersCount`
20402
+ # @return [Fixnum]
20403
+ attr_accessor :podcast_listeners_count
20404
+
20405
+ # Provider popularity score. More details are here go/ps-to-kg.
20406
+ # Corresponds to the JSON property `popularityScore`
20407
+ # @return [Float]
20408
+ attr_accessor :popularity_score
20409
+
20193
20410
  # The relevance score from Scubed.
20194
20411
  # Corresponds to the JSON property `scubedNg3ModelScore`
20195
20412
  # @return [Float]
@@ -20207,22 +20424,17 @@ module Google
20207
20424
  # Update properties of this object
20208
20425
  def update!(**args)
20209
20426
  @is_exclusive = args[:is_exclusive] if args.key?(:is_exclusive)
20427
+ @podcast_listeners_count = args[:podcast_listeners_count] if args.key?(:podcast_listeners_count)
20428
+ @popularity_score = args[:popularity_score] if args.key?(:popularity_score)
20210
20429
  @scubed_ng3_model_score = args[:scubed_ng3_model_score] if args.key?(:scubed_ng3_model_score)
20211
20430
  @scubed_tstar_score = args[:scubed_tstar_score] if args.key?(:scubed_tstar_score)
20212
20431
  end
20213
20432
  end
20214
20433
 
20215
- # Features to be extracted from Provider GP for ranking in HGR. Next ID: 6
20434
+ # Features to be extracted from Provider GP for ranking in HGR. Next ID: 7
20216
20435
  class AssistantGroundingRankerProviderGroundingProviderFeatures
20217
20436
  include Google::Apis::Core::Hashable
20218
20437
 
20219
- # Indicates that fulfillment on this provider will happen within the provider
20220
- # app.
20221
- # Corresponds to the JSON property `isInAppProvider`
20222
- # @return [Boolean]
20223
- attr_accessor :is_in_app_provider
20224
- alias_method :is_in_app_provider?, :is_in_app_provider
20225
-
20226
20438
  # Cluster IDs for the provider. This field is repeated because some providers
20227
20439
  # can be associated with multiple clusters. PRR specific feature.
20228
20440
  # Corresponds to the JSON property `providerClusterIds`
@@ -20250,6 +20462,15 @@ module Google
20250
20462
  # @return [Google::Apis::ContentwarehouseV1::AssistantContextProviderId]
20251
20463
  attr_accessor :provider_id
20252
20464
 
20465
+ # Message containing the processed provider signals. This message is consumed by
20466
+ # systems outside of the Provider GP, such as the HGR. For use of provider
20467
+ # signals within the Provider GP, please refer to the CTF-governed
20468
+ # PackedProviderSignals defined in: cs/google3/assistant/context/proto/
20469
+ # packed_provider_signals.proto;rcl=486224300;l=68
20470
+ # Corresponds to the JSON property `providerSignalResult`
20471
+ # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingProviderProviderSignalResult]
20472
+ attr_accessor :provider_signal_result
20473
+
20253
20474
  # Provider quality score in the range [0,1] that can be used for ranking
20254
20475
  # providers. Incorporates both policy rules and quality considerations.
20255
20476
  # Corresponds to the JSON property `pslScore`
@@ -20262,9 +20483,9 @@ module Google
20262
20483
 
20263
20484
  # Update properties of this object
20264
20485
  def update!(**args)
20265
- @is_in_app_provider = args[:is_in_app_provider] if args.key?(:is_in_app_provider)
20266
20486
  @provider_cluster_ids = args[:provider_cluster_ids] if args.key?(:provider_cluster_ids)
20267
20487
  @provider_id = args[:provider_id] if args.key?(:provider_id)
20488
+ @provider_signal_result = args[:provider_signal_result] if args.key?(:provider_signal_result)
20268
20489
  @psl_score = args[:psl_score] if args.key?(:psl_score)
20269
20490
  end
20270
20491
  end
@@ -21885,7 +22106,7 @@ module Google
21885
22106
 
21886
22107
  # Signals to be used by the Prefulfillment Ranker. Derived from the
21887
22108
  # ParsingSignals and GroundingSignals carried by the FunctionCall. LINT.IfChange
21888
- # Next ID: 53
22109
+ # Next ID: 57
21889
22110
  class AssistantPrefulfillmentRankerPrefulfillmentSignals
21890
22111
  include Google::Apis::Core::Hashable
21891
22112
 
@@ -21894,11 +22115,25 @@ module Google
21894
22115
  # @return [Float]
21895
22116
  attr_accessor :binding_set_auis
21896
22117
 
22118
+ # BindingSet level invalid reason. This is only useful when the bindingset is
22119
+ # invalid after running the horizontal check in HGR. More details: go/gb-
22120
+ # infeasible.
22121
+ # Corresponds to the JSON property `bindingSetInvalidReason`
22122
+ # @return [String]
22123
+ attr_accessor :binding_set_invalid_reason
22124
+
21897
22125
  # Pauis score for the binding set
21898
22126
  # Corresponds to the JSON property `bindingSetPauis`
21899
22127
  # @return [Float]
21900
22128
  attr_accessor :binding_set_pauis
21901
22129
 
22130
+ # BindingSet level validity. When one of the GPs returns invalid resolution, or
22131
+ # the combined bindingset is invalid, this enum will indidate the validity. More
22132
+ # details: go/gb-infeasible.
22133
+ # Corresponds to the JSON property `bindingSetValidity`
22134
+ # @return [String]
22135
+ attr_accessor :binding_set_validity
22136
+
21902
22137
  # A parsing score that is independently calibrated by each parser/IG.
21903
22138
  # Corresponds to the JSON property `calibratedParsingScore`
21904
22139
  # @return [Float]
@@ -22015,12 +22250,24 @@ module Google
22015
22250
  attr_accessor :is_podcast_intent
22016
22251
  alias_method :is_podcast_intent?, :is_podcast_intent
22017
22252
 
22253
+ # Whether this intent was generated by Sage.
22254
+ # Corresponds to the JSON property `isSageIntent`
22255
+ # @return [Boolean]
22256
+ attr_accessor :is_sage_intent
22257
+ alias_method :is_sage_intent?, :is_sage_intent
22258
+
22018
22259
  # Whether the intent is a media object tvm intent.
22019
22260
  # Corresponds to the JSON property `isTvmIntent`
22020
22261
  # @return [Boolean]
22021
22262
  attr_accessor :is_tvm_intent
22022
22263
  alias_method :is_tvm_intent?, :is_tvm_intent
22023
22264
 
22265
+ # Whether the intent is a Smarthome-domain intent with valid device arguments.
22266
+ # Corresponds to the JSON property `isValidSmarthomeIntent`
22267
+ # @return [Boolean]
22268
+ attr_accessor :is_valid_smarthome_intent
22269
+ alias_method :is_valid_smarthome_intent?, :is_valid_smarthome_intent
22270
+
22024
22271
  # Whether the intent is a media object video intent.
22025
22272
  # Corresponds to the JSON property `isVideoIntent`
22026
22273
  # @return [Boolean]
@@ -22170,7 +22417,9 @@ module Google
22170
22417
  # Update properties of this object
22171
22418
  def update!(**args)
22172
22419
  @binding_set_auis = args[:binding_set_auis] if args.key?(:binding_set_auis)
22420
+ @binding_set_invalid_reason = args[:binding_set_invalid_reason] if args.key?(:binding_set_invalid_reason)
22173
22421
  @binding_set_pauis = args[:binding_set_pauis] if args.key?(:binding_set_pauis)
22422
+ @binding_set_validity = args[:binding_set_validity] if args.key?(:binding_set_validity)
22174
22423
  @calibrated_parsing_score = args[:calibrated_parsing_score] if args.key?(:calibrated_parsing_score)
22175
22424
  @deep_media_dominant = args[:deep_media_dominant] if args.key?(:deep_media_dominant)
22176
22425
  @dominant = args[:dominant] if args.key?(:dominant)
@@ -22190,7 +22439,9 @@ module Google
22190
22439
  @is_media_control_intent = args[:is_media_control_intent] if args.key?(:is_media_control_intent)
22191
22440
  @is_play_generic_music = args[:is_play_generic_music] if args.key?(:is_play_generic_music)
22192
22441
  @is_podcast_intent = args[:is_podcast_intent] if args.key?(:is_podcast_intent)
22442
+ @is_sage_intent = args[:is_sage_intent] if args.key?(:is_sage_intent)
22193
22443
  @is_tvm_intent = args[:is_tvm_intent] if args.key?(:is_tvm_intent)
22444
+ @is_valid_smarthome_intent = args[:is_valid_smarthome_intent] if args.key?(:is_valid_smarthome_intent)
22194
22445
  @is_video_intent = args[:is_video_intent] if args.key?(:is_video_intent)
22195
22446
  @kscorer_rank = args[:kscorer_rank] if args.key?(:kscorer_rank)
22196
22447
  @laa_features = args[:laa_features] if args.key?(:laa_features)
@@ -32657,6 +32908,267 @@ module Google
32657
32908
  end
32658
32909
  end
32659
32910
 
32911
+ # CityJsonProto is a custom proto representation of the portion of the CityJSON
32912
+ # spec (https://www.cityjson.org/) relevant to internal projects. See go/
32913
+ # cityjsonproto-design for more information about the modeling and design
32914
+ # decisions implemented here.
32915
+ class GeostoreCityJsonProto
32916
+ include Google::Apis::Core::Hashable
32917
+
32918
+ # City objects associated with this CityJsonProto.
32919
+ # Corresponds to the JSON property `cityObjects`
32920
+ # @return [Array<Google::Apis::ContentwarehouseV1::GeostoreCityJsonProtoCityObject>]
32921
+ attr_accessor :city_objects
32922
+
32923
+ # Information for transforming a point from an "old" to "new" coordinate frame.
32924
+ # Applied as follows: vertex_new = scale * vertex_old + translate
32925
+ # Corresponds to the JSON property `transform`
32926
+ # @return [Google::Apis::ContentwarehouseV1::GeostoreCityJsonProtoTransform]
32927
+ attr_accessor :transform
32928
+
32929
+ # Vertices as local coordinates represented as a flattened list: [x1,y1,z1,x2,y2,
32930
+ # z2,x3,y3,z3]. Vertices are relative to a local coordinate system and rounded
32931
+ # to their nearest integer value. See `transform` for how vertices can be
32932
+ # transformed from a local coordinate system into an Earth-centered, Earth-fixed
32933
+ # coordinate system. Vertices are flattened for space efficiency, memory
32934
+ # locality, and processing performance. To access the x,y,z coordinates of
32935
+ # vertex N, read the values at indices 3N, 3N+1, and 3N+2.
32936
+ # Corresponds to the JSON property `vertexXyz`
32937
+ # @return [Array<Fixnum>]
32938
+ attr_accessor :vertex_xyz
32939
+
32940
+ def initialize(**args)
32941
+ update!(**args)
32942
+ end
32943
+
32944
+ # Update properties of this object
32945
+ def update!(**args)
32946
+ @city_objects = args[:city_objects] if args.key?(:city_objects)
32947
+ @transform = args[:transform] if args.key?(:transform)
32948
+ @vertex_xyz = args[:vertex_xyz] if args.key?(:vertex_xyz)
32949
+ end
32950
+ end
32951
+
32952
+ # Representation of an object with geometry.
32953
+ class GeostoreCityJsonProtoCityObject
32954
+ include Google::Apis::Core::Hashable
32955
+
32956
+ # Geometries associated with this object.
32957
+ # Corresponds to the JSON property `geometries`
32958
+ # @return [Array<Google::Apis::ContentwarehouseV1::GeostoreCityJsonProtoCityObjectGeometry>]
32959
+ attr_accessor :geometries
32960
+
32961
+ # The ID of this CityObject, which must be unique within this CityJsonProto. The
32962
+ # ID does not have a meaning outside this CityJsonProto.
32963
+ # Corresponds to the JSON property `id`
32964
+ # @return [String]
32965
+ attr_accessor :id
32966
+
32967
+ # Type of object represented, e.g. building.
32968
+ # Corresponds to the JSON property `type`
32969
+ # @return [String]
32970
+ attr_accessor :type
32971
+
32972
+ def initialize(**args)
32973
+ update!(**args)
32974
+ end
32975
+
32976
+ # Update properties of this object
32977
+ def update!(**args)
32978
+ @geometries = args[:geometries] if args.key?(:geometries)
32979
+ @id = args[:id] if args.key?(:id)
32980
+ @type = args[:type] if args.key?(:type)
32981
+ end
32982
+ end
32983
+
32984
+ # Representation of geometry. Geometries vary both in type and in level-of-
32985
+ # detail, enabling representation of any shape at any level of granularity.
32986
+ class GeostoreCityJsonProtoCityObjectGeometry
32987
+ include Google::Apis::Core::Hashable
32988
+
32989
+ # Level-of-detail (LoD) indicates how intricate the geometric representation is.
32990
+ # May be a single digit per CityGML standards or X.Y per TU Delft (visual
32991
+ # depiction at https://3d.bk.tudelft.nl/lod/). `CityObject`s may have multiple
32992
+ # geometries with the same LoD.
32993
+ # Corresponds to the JSON property `lod`
32994
+ # @return [String]
32995
+ attr_accessor :lod
32996
+
32997
+ # A single line, loop, or set of points.
32998
+ # Corresponds to the JSON property `multipoint`
32999
+ # @return [Google::Apis::ContentwarehouseV1::GeostoreCityJsonProtoCityObjectGeometryMultiPoint]
33000
+ attr_accessor :multipoint
33001
+
33002
+ # A collection of arbitrary surfaces that have no prescribed topological
33003
+ # relationship.
33004
+ # Corresponds to the JSON property `multisurface`
33005
+ # @return [Google::Apis::ContentwarehouseV1::GeostoreCityJsonProtoCityObjectGeometryMultiSurface]
33006
+ attr_accessor :multisurface
33007
+
33008
+ # A 3D shape, composed of a watertight exterior shell with optional interior
33009
+ # watertight shells.
33010
+ # Corresponds to the JSON property `solid`
33011
+ # @return [Google::Apis::ContentwarehouseV1::GeostoreCityJsonProtoCityObjectGeometrySolid]
33012
+ attr_accessor :solid
33013
+
33014
+ def initialize(**args)
33015
+ update!(**args)
33016
+ end
33017
+
33018
+ # Update properties of this object
33019
+ def update!(**args)
33020
+ @lod = args[:lod] if args.key?(:lod)
33021
+ @multipoint = args[:multipoint] if args.key?(:multipoint)
33022
+ @multisurface = args[:multisurface] if args.key?(:multisurface)
33023
+ @solid = args[:solid] if args.key?(:solid)
33024
+ end
33025
+ end
33026
+
33027
+ # A single line, loop, or set of points.
33028
+ class GeostoreCityJsonProtoCityObjectGeometryMultiPoint
33029
+ include Google::Apis::Core::Hashable
33030
+
33031
+ # A collection of references to vertices in `CityJsonProto.vertex_xyz`. `
33032
+ # CityJsonProto.vertex_xyz` is a flattened list of vertex coordinates. A value
33033
+ # in `x_indices` should be the index of the x-coordinate of the desired vertex V;
33034
+ # the full coordinates of vertex V can then be found at indices [V,V+1,V+2].
33035
+ # For example, an `x_indices` containing 3, 0, and 12 references three vertices,
33036
+ # whose complete x,y,z coordinates can respectively be found at `CityJsonProto.
33037
+ # vertex_xyz` indices [3,4,5], [0,1,2], and [12,13,14].
33038
+ # Corresponds to the JSON property `xIndices`
33039
+ # @return [Array<Fixnum>]
33040
+ attr_accessor :x_indices
33041
+
33042
+ def initialize(**args)
33043
+ update!(**args)
33044
+ end
33045
+
33046
+ # Update properties of this object
33047
+ def update!(**args)
33048
+ @x_indices = args[:x_indices] if args.key?(:x_indices)
33049
+ end
33050
+ end
33051
+
33052
+ # A collection of arbitrary surfaces that have no prescribed topological
33053
+ # relationship.
33054
+ class GeostoreCityJsonProtoCityObjectGeometryMultiSurface
33055
+ include Google::Apis::Core::Hashable
33056
+
33057
+ # All surfaces are standalone entities with no relationship to each other.
33058
+ # Corresponds to the JSON property `surfaces`
33059
+ # @return [Array<Google::Apis::ContentwarehouseV1::GeostoreCityJsonProtoCityObjectGeometrySurface>]
33060
+ attr_accessor :surfaces
33061
+
33062
+ def initialize(**args)
33063
+ update!(**args)
33064
+ end
33065
+
33066
+ # Update properties of this object
33067
+ def update!(**args)
33068
+ @surfaces = args[:surfaces] if args.key?(:surfaces)
33069
+ end
33070
+ end
33071
+
33072
+ # A 3D shape, composed of a watertight exterior shell with optional interior
33073
+ # watertight shells.
33074
+ class GeostoreCityJsonProtoCityObjectGeometrySolid
33075
+ include Google::Apis::Core::Hashable
33076
+
33077
+ # The first shell is exterior; any additional are interior.
33078
+ # Corresponds to the JSON property `shells`
33079
+ # @return [Array<Google::Apis::ContentwarehouseV1::GeostoreCityJsonProtoCityObjectGeometryMultiSurface>]
33080
+ attr_accessor :shells
33081
+
33082
+ def initialize(**args)
33083
+ update!(**args)
33084
+ end
33085
+
33086
+ # Update properties of this object
33087
+ def update!(**args)
33088
+ @shells = args[:shells] if args.key?(:shells)
33089
+ end
33090
+ end
33091
+
33092
+ # A polygonal surface, composed of a closed exterior loop with optional closed
33093
+ # interior loops.
33094
+ class GeostoreCityJsonProtoCityObjectGeometrySurface
33095
+ include Google::Apis::Core::Hashable
33096
+
33097
+ # The first loop is exterior; any additional are interior.
33098
+ # Corresponds to the JSON property `loops`
33099
+ # @return [Array<Google::Apis::ContentwarehouseV1::GeostoreCityJsonProtoCityObjectGeometryMultiPoint>]
33100
+ attr_accessor :loops
33101
+
33102
+ def initialize(**args)
33103
+ update!(**args)
33104
+ end
33105
+
33106
+ # Update properties of this object
33107
+ def update!(**args)
33108
+ @loops = args[:loops] if args.key?(:loops)
33109
+ end
33110
+ end
33111
+
33112
+ # Information for transforming a point from an "old" to "new" coordinate frame.
33113
+ # Applied as follows: vertex_new = scale * vertex_old + translate
33114
+ class GeostoreCityJsonProtoTransform
33115
+ include Google::Apis::Core::Hashable
33116
+
33117
+ # Relative scale of the vertices in the new coordinate system relative to the
33118
+ # old coordinate system. Applies to all three x,y,z coordinates.
33119
+ # Corresponds to the JSON property `scale`
33120
+ # @return [Float]
33121
+ attr_accessor :scale
33122
+
33123
+ # Vector of length three whose values respectively correspond to the x, y, and z
33124
+ # axes.
33125
+ # Corresponds to the JSON property `translate`
33126
+ # @return [Google::Apis::ContentwarehouseV1::GeostoreCityJsonProtoTransformXyzVector]
33127
+ attr_accessor :translate
33128
+
33129
+ def initialize(**args)
33130
+ update!(**args)
33131
+ end
33132
+
33133
+ # Update properties of this object
33134
+ def update!(**args)
33135
+ @scale = args[:scale] if args.key?(:scale)
33136
+ @translate = args[:translate] if args.key?(:translate)
33137
+ end
33138
+ end
33139
+
33140
+ # Vector of length three whose values respectively correspond to the x, y, and z
33141
+ # axes.
33142
+ class GeostoreCityJsonProtoTransformXyzVector
33143
+ include Google::Apis::Core::Hashable
33144
+
33145
+ #
33146
+ # Corresponds to the JSON property `x`
33147
+ # @return [Float]
33148
+ attr_accessor :x
33149
+
33150
+ #
33151
+ # Corresponds to the JSON property `y`
33152
+ # @return [Float]
33153
+ attr_accessor :y
33154
+
33155
+ #
33156
+ # Corresponds to the JSON property `z`
33157
+ # @return [Float]
33158
+ attr_accessor :z
33159
+
33160
+ def initialize(**args)
33161
+ update!(**args)
33162
+ end
33163
+
33164
+ # Update properties of this object
33165
+ def update!(**args)
33166
+ @x = args[:x] if args.key?(:x)
33167
+ @y = args[:y] if args.key?(:y)
33168
+ @z = args[:z] if args.key?(:z)
33169
+ end
33170
+ end
33171
+
32660
33172
  # Generic item proto. This is intended to have only certain aspects filled (e.g.
32661
33173
  # photo only, name + price). Valid combinations of properties are enforced by
32662
33174
  # linters.
@@ -32797,6 +33309,26 @@ module Google
32797
33309
  end
32798
33310
  end
32799
33311
 
33312
+ #
33313
+ class GeostoreCurvatureProto
33314
+ include Google::Apis::Core::Hashable
33315
+
33316
+ # Curvature values at points along the flowline. A linear interpolation between
33317
+ # two successive points will yield the curvature value at intermediate points.
33318
+ # Corresponds to the JSON property `pointCurvature`
33319
+ # @return [Array<Google::Apis::ContentwarehouseV1::GeostorePointCurvatureProto>]
33320
+ attr_accessor :point_curvature
33321
+
33322
+ def initialize(**args)
33323
+ update!(**args)
33324
+ end
33325
+
33326
+ # Update properties of this object
33327
+ def update!(**args)
33328
+ @point_curvature = args[:point_curvature] if args.key?(:point_curvature)
33329
+ end
33330
+ end
33331
+
32800
33332
  # Protocol buffer describing a curve that connects two externally specified
32801
33333
  # endpoints.
32802
33334
  class GeostoreCurveConnectionProto
@@ -34246,6 +34778,12 @@ module Google
34246
34778
  # @return [Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto]
34247
34779
  attr_accessor :future_geometry_for
34248
34780
 
34781
+ # A Geometry Store ID and, in some contexts, geometry materialized from the
34782
+ # record associated with that ID.
34783
+ # Corresponds to the JSON property `geometry3d`
34784
+ # @return [Google::Apis::ContentwarehouseV1::GeostoreGeometryStoreReferenceProto]
34785
+ attr_accessor :geometry3d
34786
+
34249
34787
  # If set, the feature's actual location can be assumed to be somewhere within a
34250
34788
  # circle of this radius, centered on the feature's location. More information on
34251
34789
  # this field at go/gpm-definition-update. NOTE: Only applicable to features with
@@ -34856,6 +35394,12 @@ module Google
34856
35394
  # @return [Google::Apis::ContentwarehouseV1::GeostoreVerticalOrderingProto]
34857
35395
  attr_accessor :vertical_ordering
34858
35396
 
35397
+ # A Geometry Store ID and, in some contexts, geometry materialized from the
35398
+ # record associated with that ID.
35399
+ # Corresponds to the JSON property `visualizationArea`
35400
+ # @return [Google::Apis::ContentwarehouseV1::GeostoreGeometryStoreReferenceProto]
35401
+ attr_accessor :visualization_area
35402
+
34859
35403
  # A general non-self-intersecting spherical polygon, consisting of one or more
34860
35404
  # loops defining multiple disconnected regions possibly with holes. All loops
34861
35405
  # should be oriented CCW around the region they define. This applies to the
@@ -34902,6 +35446,7 @@ module Google
34902
35446
  @exempt_regulated_area = args[:exempt_regulated_area] if args.key?(:exempt_regulated_area)
34903
35447
  @future_geometry = args[:future_geometry] if args.key?(:future_geometry)
34904
35448
  @future_geometry_for = args[:future_geometry_for] if args.key?(:future_geometry_for)
35449
+ @geometry3d = args[:geometry3d] if args.key?(:geometry3d)
34905
35450
  @geometry_precision_meters = args[:geometry_precision_meters] if args.key?(:geometry_precision_meters)
34906
35451
  @geopolitical_geometry = args[:geopolitical_geometry] if args.key?(:geopolitical_geometry)
34907
35452
  @html_text = args[:html_text] if args.key?(:html_text)
@@ -34964,6 +35509,7 @@ module Google
34964
35509
  @transit_station = args[:transit_station] if args.key?(:transit_station)
34965
35510
  @type = args[:type] if args.key?(:type)
34966
35511
  @vertical_ordering = args[:vertical_ordering] if args.key?(:vertical_ordering)
35512
+ @visualization_area = args[:visualization_area] if args.key?(:visualization_area)
34967
35513
  @water_removed_polygon = args[:water_removed_polygon] if args.key?(:water_removed_polygon)
34968
35514
  @website = args[:website] if args.key?(:website)
34969
35515
  end
@@ -35070,6 +35616,11 @@ module Google
35070
35616
  class GeostoreFlowLineProto
35071
35617
  include Google::Apis::Core::Hashable
35072
35618
 
35619
+ # RESERVED
35620
+ # Corresponds to the JSON property `curvature`
35621
+ # @return [Google::Apis::ContentwarehouseV1::GeostoreCurvatureProto]
35622
+ attr_accessor :curvature
35623
+
35073
35624
  #
35074
35625
  # Corresponds to the JSON property `track`
35075
35626
  # @return [Google::Apis::ContentwarehouseV1::GeostoreTrackProto]
@@ -35081,6 +35632,7 @@ module Google
35081
35632
 
35082
35633
  # Update properties of this object
35083
35634
  def update!(**args)
35635
+ @curvature = args[:curvature] if args.key?(:curvature)
35084
35636
  @track = args[:track] if args.key?(:track)
35085
35637
  end
35086
35638
  end
@@ -35328,6 +35880,43 @@ module Google
35328
35880
  end
35329
35881
  end
35330
35882
 
35883
+ # A Geometry Store ID and, in some contexts, geometry materialized from the
35884
+ # record associated with that ID.
35885
+ class GeostoreGeometryStoreReferenceProto
35886
+ include Google::Apis::Core::Hashable
35887
+
35888
+ # Geometry (in STGeography format) materialized from the footprint field of the
35889
+ # Geometry Store record associated with the geometry_id referenced above.
35890
+ # Corresponds to the JSON property `footprint`
35891
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
35892
+ # @return [String]
35893
+ attr_accessor :footprint
35894
+
35895
+ # CityJsonProto is a custom proto representation of the portion of the CityJSON
35896
+ # spec (https://www.cityjson.org/) relevant to internal projects. See go/
35897
+ # cityjsonproto-design for more information about the modeling and design
35898
+ # decisions implemented here.
35899
+ # Corresponds to the JSON property `geometry`
35900
+ # @return [Google::Apis::ContentwarehouseV1::GeostoreCityJsonProto]
35901
+ attr_accessor :geometry
35902
+
35903
+ # The ID of a record in the Geometry Store.
35904
+ # Corresponds to the JSON property `geometryId`
35905
+ # @return [String]
35906
+ attr_accessor :geometry_id
35907
+
35908
+ def initialize(**args)
35909
+ update!(**args)
35910
+ end
35911
+
35912
+ # Update properties of this object
35913
+ def update!(**args)
35914
+ @footprint = args[:footprint] if args.key?(:footprint)
35915
+ @geometry = args[:geometry] if args.key?(:geometry)
35916
+ @geometry_id = args[:geometry_id] if args.key?(:geometry_id)
35917
+ end
35918
+ end
35919
+
35331
35920
  # Geopolitical (unsimplified) polygons for a feature for different geopolitical
35332
35921
  # use cases. See go/unsimplified-poly.
35333
35922
  class GeostoreGeopoliticalGeometryProto
@@ -37266,6 +37855,39 @@ module Google
37266
37855
  end
37267
37856
  end
37268
37857
 
37858
+ #
37859
+ class GeostorePointCurvatureProto
37860
+ include Google::Apis::Core::Hashable
37861
+
37862
+ #
37863
+ # Corresponds to the JSON property `curvatureStatus`
37864
+ # @return [String]
37865
+ attr_accessor :curvature_status
37866
+
37867
+ # Curvature in radians per meter. Negative is a curve to the left and positive
37868
+ # is a curve to the right.
37869
+ # Corresponds to the JSON property `radiansPerMeter`
37870
+ # @return [Float]
37871
+ attr_accessor :radians_per_meter
37872
+
37873
+ # How far along the line this curvature value starts to apply, in the format of
37874
+ # decimal between 0 and 1.
37875
+ # Corresponds to the JSON property `startPointFraction`
37876
+ # @return [Float]
37877
+ attr_accessor :start_point_fraction
37878
+
37879
+ def initialize(**args)
37880
+ update!(**args)
37881
+ end
37882
+
37883
+ # Update properties of this object
37884
+ def update!(**args)
37885
+ @curvature_status = args[:curvature_status] if args.key?(:curvature_status)
37886
+ @radians_per_meter = args[:radians_per_meter] if args.key?(:radians_per_meter)
37887
+ @start_point_fraction = args[:start_point_fraction] if args.key?(:start_point_fraction)
37888
+ end
37889
+ end
37890
+
37269
37891
  #
37270
37892
  class GeostorePointProto
37271
37893
  include Google::Apis::Core::Hashable
@@ -38514,6 +39136,12 @@ module Google
38514
39136
  # @return [Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto]
38515
39137
  attr_accessor :restriction_group
38516
39138
 
39139
+ # A token that can be used to identify the version of the data about this
39140
+ # restriction.
39141
+ # Corresponds to the JSON property `restrictionToken`
39142
+ # @return [String]
39143
+ attr_accessor :restriction_token
39144
+
38517
39145
  # When specified, restriction applies only at particular times (operating hours
38518
39146
  # or times of the year: reversing lanes, seasonal roads, no left turns from 3-
38519
39147
  # 5pm Mon-Fri except holidays). Otherwise, restriction is in effect at all times.
@@ -38530,11 +39158,11 @@ module Google
38530
39158
  # to the side of road that the containing segment represents. That sibling's
38531
39159
  # pedestrian facility is restricted in both directions. Schema constraints: -
38532
39160
  # SCOPE_SIDE must be set if and only if travel_mode == [TRAVEL_PEDESTRIAN] and
38533
- # the segment containing the restriction has PEDESTRIAN_FACILITY_PRESENT. Such
38534
- # restrictions must have no subpath. - All other restrictions must have this
38535
- # field set to SCOPE_DIRECTION (whether explicitly or implicitly). This
38536
- # distinction is necessary for cases such as pedestrian facility on one-way
38537
- # segment/sibling roads.
39161
+ # the segment containing the restriction has the pedestrian_facility field set
39162
+ # and is not set to PEDESTRIAN_FACILITY_UNKNOWN. Such restrictions must have no
39163
+ # subpath. - All other restrictions must have this field set to SCOPE_DIRECTION (
39164
+ # whether explicitly or implicitly). This distinction is necessary for cases
39165
+ # such as pedestrian facility on one-way segment/sibling roads.
38538
39166
  # Corresponds to the JSON property `scope`
38539
39167
  # @return [String]
38540
39168
  attr_accessor :scope
@@ -38631,6 +39259,7 @@ module Google
38631
39259
  @intersection_group = args[:intersection_group] if args.key?(:intersection_group)
38632
39260
  @metadata = args[:metadata] if args.key?(:metadata)
38633
39261
  @restriction_group = args[:restriction_group] if args.key?(:restriction_group)
39262
+ @restriction_token = args[:restriction_token] if args.key?(:restriction_token)
38634
39263
  @schedule = args[:schedule] if args.key?(:schedule)
38635
39264
  @scope = args[:scope] if args.key?(:scope)
38636
39265
  @style = args[:style] if args.key?(:style)
@@ -45603,6 +46232,12 @@ module Google
45603
46232
  # @return [String]
45604
46233
  attr_accessor :document_creator_default_role
45605
46234
 
46235
+ # Optional. Whether to enable CAL user email logging.
46236
+ # Corresponds to the JSON property `enableCalUserEmailLogging`
46237
+ # @return [Boolean]
46238
+ attr_accessor :enable_cal_user_email_logging
46239
+ alias_method :enable_cal_user_email_logging?, :enable_cal_user_email_logging
46240
+
45606
46241
  # Optional. The KMS key used for CMEK encryption. It is required that the kms
45607
46242
  # key is in the same region as the endpoint. The same key will be used for all
45608
46243
  # provisioned resources, if encryption is available. If the kms_key is left
@@ -45620,6 +46255,7 @@ module Google
45620
46255
  @access_control_mode = args[:access_control_mode] if args.key?(:access_control_mode)
45621
46256
  @database_type = args[:database_type] if args.key?(:database_type)
45622
46257
  @document_creator_default_role = args[:document_creator_default_role] if args.key?(:document_creator_default_role)
46258
+ @enable_cal_user_email_logging = args[:enable_cal_user_email_logging] if args.key?(:enable_cal_user_email_logging)
45623
46259
  @kms_key = args[:kms_key] if args.key?(:kms_key)
45624
46260
  end
45625
46261
  end
@@ -47723,9 +48359,8 @@ module Google
47723
48359
  # @return [Google::Apis::ContentwarehouseV1::GoogleRpcStatus]
47724
48360
  attr_accessor :error
47725
48361
 
47726
- # An IANA published MIME type (also referred to as media type). For more
47727
- # information, see https://www.iana.org/assignments/media-types/media-types.
47728
- # xhtml.
48362
+ # An IANA published [media type (MIME type)](https://www.iana.org/assignments/
48363
+ # media-types/media-types.xhtml).
47729
48364
  # Corresponds to the JSON property `mimeType`
47730
48365
  # @return [String]
47731
48366
  attr_accessor :mime_type
@@ -48044,7 +48679,7 @@ module Google
48044
48679
  # @return [Google::Apis::ContentwarehouseV1::GoogleCloudDocumentaiV1DocumentPageImage]
48045
48680
  attr_accessor :image
48046
48681
 
48047
- # Image Quality Scores for the page image
48682
+ # Image quality scores for the page image.
48048
48683
  # Corresponds to the JSON property `imageQualityScores`
48049
48684
  # @return [Google::Apis::ContentwarehouseV1::GoogleCloudDocumentaiV1DocumentPageImageQualityScores]
48050
48685
  attr_accessor :image_quality_scores
@@ -48265,8 +48900,8 @@ module Google
48265
48900
  # @return [Float]
48266
48901
  attr_accessor :confidence
48267
48902
 
48268
- # The BCP-47 language code, such as `en-US` or `sr-Latn`. For more information,
48269
- # see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
48903
+ # The [BCP-47 language code](https://www.unicode.org/reports/tr35/#
48904
+ # Unicode_locale_identifier), such as `en-US` or `sr-Latn`.
48270
48905
  # Corresponds to the JSON property `languageCode`
48271
48906
  # @return [String]
48272
48907
  attr_accessor :language_code
@@ -48396,7 +49031,8 @@ module Google
48396
49031
  # @return [Fixnum]
48397
49032
  attr_accessor :height
48398
49033
 
48399
- # Encoding mime type for the image.
49034
+ # Encoding [media type (MIME type)](https://www.iana.org/assignments/media-types/
49035
+ # media-types.xhtml) for the image.
48400
49036
  # Corresponds to the JSON property `mimeType`
48401
49037
  # @return [String]
48402
49038
  attr_accessor :mime_type
@@ -48419,7 +49055,7 @@ module Google
48419
49055
  end
48420
49056
  end
48421
49057
 
48422
- # Image Quality Scores for the page image
49058
+ # Image quality scores for the page image.
48423
49059
  class GoogleCloudDocumentaiV1DocumentPageImageQualityScores
48424
49060
  include Google::Apis::Core::Hashable
48425
49061
 
@@ -48428,7 +49064,7 @@ module Google
48428
49064
  # @return [Array<Google::Apis::ContentwarehouseV1::GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect>]
48429
49065
  attr_accessor :detected_defects
48430
49066
 
48431
- # The overall quality score. Range `[0, 1]` where 1 is perfect quality.
49067
+ # The overall quality score. Range `[0, 1]` where `1` is perfect quality.
48432
49068
  # Corresponds to the JSON property `qualityScore`
48433
49069
  # @return [Float]
48434
49070
  attr_accessor :quality_score
@@ -48448,8 +49084,8 @@ module Google
48448
49084
  class GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect
48449
49085
  include Google::Apis::Core::Hashable
48450
49086
 
48451
- # Confidence of detected defect. Range `[0, 1]` where 1 indicates strong
48452
- # confidence of that the defect exists.
49087
+ # Confidence of detected defect. Range `[0, 1]` where `1` indicates strong
49088
+ # confidence that the defect exists.
48453
49089
  # Corresponds to the JSON property `confidence`
48454
49090
  # @return [Float]
48455
49091
  attr_accessor :confidence
@@ -48817,7 +49453,7 @@ module Google
48817
49453
  # be trivially provided to the constructor of `java.awt.Color` in Java; it can
48818
49454
  # also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
48819
49455
  # method in iOS; and, with just a little work, it can be easily formatted into a
48820
- # CSS `rgba()` string in JavaScript. This reference page does not have
49456
+ # CSS `rgba()` string in JavaScript. This reference page doesn't have
48821
49457
  # information about the absolute color space that should be used to interpret
48822
49458
  # the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
48823
49459
  # applications should assume the sRGB color space. When color equality needs to
@@ -48934,7 +49570,7 @@ module Google
48934
49570
  # be trivially provided to the constructor of `java.awt.Color` in Java; it can
48935
49571
  # also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
48936
49572
  # method in iOS; and, with just a little work, it can be easily formatted into a
48937
- # CSS `rgba()` string in JavaScript. This reference page does not have
49573
+ # CSS `rgba()` string in JavaScript. This reference page doesn't have
48938
49574
  # information about the absolute color space that should be used to interpret
48939
49575
  # the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
48940
49576
  # applications should assume the sRGB color space. When color equality needs to
@@ -49241,7 +49877,7 @@ module Google
49241
49877
  # be trivially provided to the constructor of `java.awt.Color` in Java; it can
49242
49878
  # also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
49243
49879
  # method in iOS; and, with just a little work, it can be easily formatted into a
49244
- # CSS `rgba()` string in JavaScript. This reference page does not have
49880
+ # CSS `rgba()` string in JavaScript. This reference page doesn't have
49245
49881
  # information about the absolute color space that should be used to interpret
49246
49882
  # the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
49247
49883
  # applications should assume the sRGB color space. When color equality needs to
@@ -49290,7 +49926,7 @@ module Google
49290
49926
  # be trivially provided to the constructor of `java.awt.Color` in Java; it can
49291
49927
  # also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
49292
49928
  # method in iOS; and, with just a little work, it can be easily formatted into a
49293
- # CSS `rgba()` string in JavaScript. This reference page does not have
49929
+ # CSS `rgba()` string in JavaScript. This reference page doesn't have
49294
49930
  # information about the absolute color space that should be used to interpret
49295
49931
  # the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
49296
49932
  # applications should assume the sRGB color space. When color equality needs to
@@ -49344,8 +49980,8 @@ module Google
49344
49980
  # @return [Google::Apis::ContentwarehouseV1::GoogleCloudDocumentaiV1DocumentStyleFontSize]
49345
49981
  attr_accessor :font_size
49346
49982
 
49347
- # Font weight. Possible values are normal, bold, bolder, and lighter. https://
49348
- # www.w3schools.com/cssref/pr_font_weight.asp
49983
+ # [Font weight](https://www.w3schools.com/cssref/pr_font_weight.asp). Possible
49984
+ # values are `normal`, `bold`, `bolder`, and `lighter`.
49349
49985
  # Corresponds to the JSON property `fontWeight`
49350
49986
  # @return [String]
49351
49987
  attr_accessor :font_weight
@@ -49355,14 +49991,14 @@ module Google
49355
49991
  # @return [Google::Apis::ContentwarehouseV1::GoogleCloudDocumentaiV1DocumentTextAnchor]
49356
49992
  attr_accessor :text_anchor
49357
49993
 
49358
- # Text decoration. Follows CSS standard. https://www.w3schools.com/cssref/
49359
- # pr_text_text-decoration.asp
49994
+ # [Text decoration](https://www.w3schools.com/cssref/pr_text_text-decoration.asp)
49995
+ # . Follows CSS standard.
49360
49996
  # Corresponds to the JSON property `textDecoration`
49361
49997
  # @return [String]
49362
49998
  attr_accessor :text_decoration
49363
49999
 
49364
- # Text style. Possible values are normal, italic, and oblique. https://www.
49365
- # w3schools.com/cssref/pr_font_font-style.asp
50000
+ # [Text style](https://www.w3schools.com/cssref/pr_font_font-style.asp).
50001
+ # Possible values are `normal`, `italic`, and `oblique`.
49366
50002
  # Corresponds to the JSON property `textStyle`
49367
50003
  # @return [String]
49368
50004
  attr_accessor :text_style
@@ -49393,7 +50029,7 @@ module Google
49393
50029
  # @return [Float]
49394
50030
  attr_accessor :size
49395
50031
 
49396
- # Unit for the font size. Follows CSS naming (in, px, pt, etc.).
50032
+ # Unit for the font size. Follows CSS naming (such as `in`, `px`, and `pt`).
49397
50033
  # Corresponds to the JSON property `unit`
49398
50034
  # @return [String]
49399
50035
  attr_accessor :unit
@@ -50677,7 +51313,7 @@ module Google
50677
51313
  # be trivially provided to the constructor of `java.awt.Color` in Java; it can
50678
51314
  # also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
50679
51315
  # method in iOS; and, with just a little work, it can be easily formatted into a
50680
- # CSS `rgba()` string in JavaScript. This reference page does not have
51316
+ # CSS `rgba()` string in JavaScript. This reference page doesn't have
50681
51317
  # information about the absolute color space that should be used to interpret
50682
51318
  # the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
50683
51319
  # applications should assume the sRGB color space. When color equality needs to
@@ -59351,6 +59987,11 @@ module Google
59351
59987
  # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
59352
59988
  attr_accessor :accelerated_shopping_signal
59353
59989
 
59990
+ #
59991
+ # Corresponds to the JSON property `authenticSiteRankData`
59992
+ # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
59993
+ attr_accessor :authentic_site_rank_data
59994
+
59354
59995
  #
59355
59996
  # Corresponds to the JSON property `chromeCounts`
59356
59997
  # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
@@ -59361,7 +60002,7 @@ module Google
59361
60002
  # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
59362
60003
  attr_accessor :creator
59363
60004
 
59364
- # LINT.ThenChange(//depot/google3/indexing/ames/spanner/schema/web-version.proto)
60005
+ #
59365
60006
  # Corresponds to the JSON property `discoverSource`
59366
60007
  # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
59367
60008
  attr_accessor :discover_source
@@ -59376,6 +60017,16 @@ module Google
59376
60017
  # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
59377
60018
  attr_accessor :document_intent
59378
60019
 
60020
+ #
60021
+ # Corresponds to the JSON property `extractedBookInfo`
60022
+ # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
60023
+ attr_accessor :extracted_book_info
60024
+
60025
+ #
60026
+ # Corresponds to the JSON property `instantChromeViews`
60027
+ # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
60028
+ attr_accessor :instant_chrome_views
60029
+
59379
60030
  #
59380
60031
  # Corresponds to the JSON property `instantNavboost`
59381
60032
  # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
@@ -59391,16 +60042,26 @@ module Google
59391
60042
  # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
59392
60043
  attr_accessor :modern_format_content
59393
60044
 
59394
- # LINT.IfChange
60045
+ #
59395
60046
  # Corresponds to the JSON property `navboost`
59396
60047
  # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
59397
60048
  attr_accessor :navboost
59398
60049
 
60050
+ #
60051
+ # Corresponds to the JSON property `predictedAuthenticity`
60052
+ # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
60053
+ attr_accessor :predicted_authenticity
60054
+
59399
60055
  #
59400
60056
  # Corresponds to the JSON property `rankembed`
59401
60057
  # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
59402
60058
  attr_accessor :rankembed
59403
60059
 
60060
+ #
60061
+ # Corresponds to the JSON property `rosettaLanguage`
60062
+ # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
60063
+ attr_accessor :rosetta_language
60064
+
59404
60065
  #
59405
60066
  # Corresponds to the JSON property `universalFacts`
59406
60067
  # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
@@ -59423,16 +60084,21 @@ module Google
59423
60084
  # Update properties of this object
59424
60085
  def update!(**args)
59425
60086
  @accelerated_shopping_signal = args[:accelerated_shopping_signal] if args.key?(:accelerated_shopping_signal)
60087
+ @authentic_site_rank_data = args[:authentic_site_rank_data] if args.key?(:authentic_site_rank_data)
59426
60088
  @chrome_counts = args[:chrome_counts] if args.key?(:chrome_counts)
59427
60089
  @creator = args[:creator] if args.key?(:creator)
59428
60090
  @discover_source = args[:discover_source] if args.key?(:discover_source)
59429
60091
  @discussion = args[:discussion] if args.key?(:discussion)
59430
60092
  @document_intent = args[:document_intent] if args.key?(:document_intent)
60093
+ @extracted_book_info = args[:extracted_book_info] if args.key?(:extracted_book_info)
60094
+ @instant_chrome_views = args[:instant_chrome_views] if args.key?(:instant_chrome_views)
59431
60095
  @instant_navboost = args[:instant_navboost] if args.key?(:instant_navboost)
59432
60096
  @localyp = args[:localyp] if args.key?(:localyp)
59433
60097
  @modern_format_content = args[:modern_format_content] if args.key?(:modern_format_content)
59434
60098
  @navboost = args[:navboost] if args.key?(:navboost)
60099
+ @predicted_authenticity = args[:predicted_authenticity] if args.key?(:predicted_authenticity)
59435
60100
  @rankembed = args[:rankembed] if args.key?(:rankembed)
60101
+ @rosetta_language = args[:rosetta_language] if args.key?(:rosetta_language)
59436
60102
  @universal_facts = args[:universal_facts] if args.key?(:universal_facts)
59437
60103
  @video_scoring_signal = args[:video_scoring_signal] if args.key?(:video_scoring_signal)
59438
60104
  @volt = args[:volt] if args.key?(:volt)
@@ -64094,8 +64760,9 @@ module Google
64094
64760
  # @return [Google::Apis::ContentwarehouseV1::NlpSemanticParsingModelsMediaMediaAnnotation]
64095
64761
  attr_accessor :media
64096
64762
 
64097
- # This proto captures the contents of a messaging app notification that is
64098
- # typically part of a conversation thread. Next Id: 20
64763
+ # LINT.IfChange(ungoverned_message_notification) This proto captures the
64764
+ # contents of a messaging app notification that is typically part of a
64765
+ # conversation thread. Next Id: 20
64099
64766
  # Corresponds to the JSON property `messageNotification`
64100
64767
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesMessageNotification]
64101
64768
  attr_accessor :message_notification
@@ -64694,7 +65361,7 @@ module Google
64694
65361
 
64695
65362
  # Signals to be used by the Prefulfillment Ranker. Derived from the
64696
65363
  # ParsingSignals and GroundingSignals carried by the FunctionCall. LINT.IfChange
64697
- # Next ID: 53
65364
+ # Next ID: 57
64698
65365
  # Corresponds to the JSON property `prefulfillmentSignals`
64699
65366
  # @return [Google::Apis::ContentwarehouseV1::AssistantPrefulfillmentRankerPrefulfillmentSignals]
64700
65367
  attr_accessor :prefulfillment_signals
@@ -95421,8 +96088,8 @@ module Google
95421
96088
  # @return [String]
95422
96089
  attr_accessor :scaled_shifted_fixed_point4_encoding
95423
96090
 
95424
- # First 7 bits encode the version, then each chunck of 5 bits encode the index
95425
- # of a potential improv query (lsb to msb) -------|-----|-----|-----|-----|-----
96091
+ # First 7 bits encode the version, then each chunk of 5 bits encode the index of
96092
+ # a potential improv query (lsb to msb) -------|-----|-----|-----|-----|-----
95426
96093
  # version| id1 | id2 | id3 | id4 | id5 where id1 is the index of the first
95427
96094
  # improv query in the improv debug table. As of cl/270008220, this field only
95428
96095
  # contains the version info. For backward compatibility, version still only uses
@@ -99612,7 +100279,7 @@ module Google
99612
100279
  end
99613
100280
  end
99614
100281
 
99615
- # Detailed scores about the topicality of an entity. Next available tag: 16
100282
+ # Detailed scores about the topicality of an entity. Next available tag: 17
99616
100283
  class RepositoryWebrefDetailedEntityScores
99617
100284
  include Google::Apis::Core::Hashable
99618
100285
 
@@ -99678,6 +100345,11 @@ module Google
99678
100345
  # @return [Float]
99679
100346
  attr_accessor :normalized_topicality
99680
100347
 
100348
+ # Contains the link to the author's profile url on the platform.
100349
+ # Corresponds to the JSON property `profileUrl`
100350
+ # @return [String]
100351
+ attr_accessor :profile_url
100352
+
99681
100353
  # Signals used for mining new reference pages, set by the reference-page-scorer
99682
100354
  # processor.
99683
100355
  # Corresponds to the JSON property `referencePageScores`
@@ -99706,6 +100378,7 @@ module Google
99706
100378
  @is_reference_page = args[:is_reference_page] if args.key?(:is_reference_page)
99707
100379
  @local_entity_location_confidence = args[:local_entity_location_confidence] if args.key?(:local_entity_location_confidence)
99708
100380
  @normalized_topicality = args[:normalized_topicality] if args.key?(:normalized_topicality)
100381
+ @profile_url = args[:profile_url] if args.key?(:profile_url)
99709
100382
  @reference_page_scores = args[:reference_page_scores] if args.key?(:reference_page_scores)
99710
100383
  @relevance_score = args[:relevance_score] if args.key?(:relevance_score)
99711
100384
  end
@@ -99996,7 +100669,7 @@ module Google
99996
100669
  # @return [Google::Apis::ContentwarehouseV1::RepositoryWebrefAnnotationDebugInfo]
99997
100670
  attr_accessor :debug_info
99998
100671
 
99999
- # Detailed scores about the topicality of an entity. Next available tag: 16
100672
+ # Detailed scores about the topicality of an entity. Next available tag: 17
100000
100673
  # Corresponds to the JSON property `detailedEntityScores`
100001
100674
  # @return [Google::Apis::ContentwarehouseV1::RepositoryWebrefDetailedEntityScores]
100002
100675
  attr_accessor :detailed_entity_scores
@@ -107778,7 +108451,7 @@ module Google
107778
108451
  # message with a new extension declaration. For more details on extension
107779
108452
  # declaration please refer to http://go/proto-proposals/extension-declarations.
107780
108453
  # Please refer to http://go/proto2-extensions for details on message extensions.
107781
- # LINT.IfChange next extension id: 5
108454
+ # LINT.IfChange next extension id: 6
107782
108455
  class SafesearchVideoClassifierOutput
107783
108456
  include Google::Apis::Core::Hashable
107784
108457
 
@@ -107827,7 +108500,7 @@ module Google
107827
108500
  # message with a new extension declaration. For more details on extension
107828
108501
  # declaration please refer to http://go/proto-proposals/extension-declarations.
107829
108502
  # Please refer to http://go/proto2-extensions for details on message extensions.
107830
- # LINT.IfChange next extension id: 5
108503
+ # LINT.IfChange next extension id: 6
107831
108504
  # Corresponds to the JSON property `videoClassifierOutput`
107832
108505
  # @return [Google::Apis::ContentwarehouseV1::SafesearchVideoClassifierOutput]
107833
108506
  attr_accessor :video_classifier_output
@@ -107885,6 +108558,16 @@ module Google
107885
108558
  # @return [String]
107886
108559
  attr_accessor :abstract_text
107887
108560
 
108561
+ # The original (unnormalized) type of an abstract. AbstractDisplay holds a
108562
+ # normalized type deduced from things like tagnames, tag-attributes, keywords in
108563
+ # documents or the placement of the abstract in the document. This field is
108564
+ # meant for the type of the abstract identified explicitly by the source
108565
+ # document. E.g., the value of the 'abstract-type' attribute from a tag in XML ('
108566
+ # primary abstract', 'summary', 'highlights' etc.).
108567
+ # Corresponds to the JSON property `AbstractTypeFromSource`
108568
+ # @return [String]
108569
+ attr_accessor :abstract_type_from_source
108570
+
107888
108571
  # Fingerprint of the URL after applying crawl and aggregate rewrites. Different
107889
108572
  # citations with the same AlternateVersionID must have the same VersionID, but
107890
108573
  # not necessarily vice versa. Omitted when identical to the VersionID.
@@ -107947,6 +108630,11 @@ module Google
107947
108630
  # @return [Fixnum]
107948
108631
  attr_accessor :citation_source
107949
108632
 
108633
+ # Seconds since the epoch, should be consistent with CitationSourceUrl.
108634
+ # Corresponds to the JSON property `CitationSourceCrawlTimestamp`
108635
+ # @return [Fixnum]
108636
+ attr_accessor :citation_source_crawl_timestamp
108637
+
107950
108638
  # url where record came from
107951
108639
  # Corresponds to the JSON property `CitationSourceUrl`
107952
108640
  # @return [String]
@@ -108439,6 +109127,7 @@ module Google
108439
109127
  @abstract_language = args[:abstract_language] if args.key?(:abstract_language)
108440
109128
  @abstract_source = args[:abstract_source] if args.key?(:abstract_source)
108441
109129
  @abstract_text = args[:abstract_text] if args.key?(:abstract_text)
109130
+ @abstract_type_from_source = args[:abstract_type_from_source] if args.key?(:abstract_type_from_source)
108442
109131
  @alternate_version_id = args[:alternate_version_id] if args.key?(:alternate_version_id)
108443
109132
  @anchors = args[:anchors] if args.key?(:anchors)
108444
109133
  @arxiv_section = args[:arxiv_section] if args.key?(:arxiv_section)
@@ -108450,6 +109139,7 @@ module Google
108450
109139
  @borrowed_fields = args[:borrowed_fields] if args.key?(:borrowed_fields)
108451
109140
  @chapter = args[:chapter] if args.key?(:chapter)
108452
109141
  @citation_source = args[:citation_source] if args.key?(:citation_source)
109142
+ @citation_source_crawl_timestamp = args[:citation_source_crawl_timestamp] if args.key?(:citation_source_crawl_timestamp)
108453
109143
  @citation_source_url = args[:citation_source_url] if args.key?(:citation_source_url)
108454
109144
  @citation_src = args[:citation_src] if args.key?(:citation_src)
108455
109145
  @cleared_reason = args[:cleared_reason] if args.key?(:cleared_reason)
@@ -108613,6 +109303,16 @@ module Google
108613
109303
  # @return [String]
108614
109304
  attr_accessor :abstract_text
108615
109305
 
109306
+ # The original (unnormalized) type of an abstract. AbstractDisplay holds a
109307
+ # normalized type deduced from things like tagnames, tag-attributes, keywords in
109308
+ # documents or the placement of the abstract in the document. This field is
109309
+ # meant for the type of the abstract identified explicitly by the source
109310
+ # document. E.g., the value of the 'abstract-type' attribute from a tag in XML ('
109311
+ # primary abstract', 'summary', 'highlights' etc.).
109312
+ # Corresponds to the JSON property `AbstractTypeFromSource`
109313
+ # @return [String]
109314
+ attr_accessor :abstract_type_from_source
109315
+
108616
109316
  def initialize(**args)
108617
109317
  update!(**args)
108618
109318
  end
@@ -108624,6 +109324,7 @@ module Google
108624
109324
  @abstract_html_left_over = args[:abstract_html_left_over] if args.key?(:abstract_html_left_over)
108625
109325
  @abstract_language = args[:abstract_language] if args.key?(:abstract_language)
108626
109326
  @abstract_text = args[:abstract_text] if args.key?(:abstract_text)
109327
+ @abstract_type_from_source = args[:abstract_type_from_source] if args.key?(:abstract_type_from_source)
108627
109328
  end
108628
109329
  end
108629
109330