google-apis-contentwarehouse_v1 0.28.0 → 0.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5407,14 +5407,16 @@ module Google
5407
5407
  # @return [Google::Apis::ContentwarehouseV1::SocialGraphApiProtoPronunciations]
5408
5408
  attr_accessor :pronunciations
5409
5409
 
5410
- # Read-only. A possibly shorter version of the user's name. - The purpose of
5411
- # this field is to address the needs of UIs where a full display name might be
5412
- # too large to fit. Instead of relying on `first_name`, which might not be
5413
- # present, `short_display_name` is preferred. - This is only available for
5414
- # PROFILE and DOMAIN_PROFILE container types. - About the actual content in this
5415
- # field: will be the first name when it's visible to the requester, or the same
5416
- # as `display_name`, otherwise. A sample scenario where the first name may not
5417
- # be visible is when the limited profile is returned. For more info, see: http://
5410
+ # NOTE: this is currently NOT IMPLEMENTED due to changed priorities. Clients
5411
+ # usually rely on "first name" instead, when a short name is needed. Read-only.
5412
+ # A possibly shorter version of the user's name. - The purpose of this field is
5413
+ # to address the needs of UIs where a full display name might be too large to
5414
+ # fit. Instead of relying on `first_name`, which might not be present, `
5415
+ # short_display_name` is preferred. - This is only available for PROFILE and
5416
+ # DOMAIN_PROFILE container types. - About the actual content in this field: will
5417
+ # be the first name when it's visible to the requester, or the same as `
5418
+ # display_name`, otherwise. A sample scenario where the first name may not be
5419
+ # visible is when the limited profile is returned. For more info, see: http://
5418
5420
  # shortn/_9iV7TJ33la
5419
5421
  # Corresponds to the JSON property `shortDisplayName`
5420
5422
  # @return [String]
@@ -9223,6 +9225,13 @@ module Google
9223
9225
  attr_accessor :searchable_on_server
9224
9226
  alias_method :searchable_on_server?, :searchable_on_server
9225
9227
 
9228
+ # Indicates whether the provider supports playback of 3P(externally hosted)
9229
+ # podcasts.
9230
+ # Corresponds to the JSON property `supports3pPodcastPlayback`
9231
+ # @return [Boolean]
9232
+ attr_accessor :supports3p_podcast_playback
9233
+ alias_method :supports3p_podcast_playback?, :supports3p_podcast_playback
9234
+
9226
9235
  # This provider has an app that supports starting new media playback when there
9227
9236
  # is no screen (e.g. by integrating with the Bisto SDK).
9228
9237
  # Corresponds to the JSON property `supportsScreenlessInitiation`
@@ -9251,6 +9260,7 @@ module Google
9251
9260
  @routable_to_provider_cloud = args[:routable_to_provider_cloud] if args.key?(:routable_to_provider_cloud)
9252
9261
  @searchable_on_device = args[:searchable_on_device] if args.key?(:searchable_on_device)
9253
9262
  @searchable_on_server = args[:searchable_on_server] if args.key?(:searchable_on_server)
9263
+ @supports3p_podcast_playback = args[:supports3p_podcast_playback] if args.key?(:supports3p_podcast_playback)
9254
9264
  @supports_screenless_initiation = args[:supports_screenless_initiation] if args.key?(:supports_screenless_initiation)
9255
9265
  @whitelisted_for_annotation = args[:whitelisted_for_annotation] if args.key?(:whitelisted_for_annotation)
9256
9266
  end
@@ -10140,11 +10150,7 @@ module Google
10140
10150
  end
10141
10151
 
10142
10152
  # This proto contains the information of a calendar event, including title,
10143
- # start time, end time, etc. IMPORTANT: The definition of CalendarEvent proto is
10144
- # being moved to //assistant/api/core_types/governed/calendar_event_type.proto.
10145
- # All existing references will be updated to point to the new location. If you
10146
- # are adding a reference, use the new one instead. LINT.IfChange(CalendarEvent)
10147
- # NEXT_ID: 26
10153
+ # start time, end time, etc. LINT.IfChange(CalendarEvent) NEXT_ID: 26
10148
10154
  class AssistantApiCoreTypesCalendarEvent
10149
10155
  include Google::Apis::Core::Hashable
10150
10156
 
@@ -10174,10 +10180,7 @@ module Google
10174
10180
  attr_accessor :description
10175
10181
 
10176
10182
  # A date-time specification, combining a date and civil time (relative to a
10177
- # given timezone). IMPORTANT: The definition of DateTime proto is being moved to
10178
- # //assistant/api/core_types/governed/datetime_type.proto. All existing
10179
- # references will be updated to point to the new location. If you are adding a
10180
- # reference, use the new one instead.
10183
+ # given timezone).
10181
10184
  # Corresponds to the JSON property `end`
10182
10185
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiDateTime]
10183
10186
  attr_accessor :end
@@ -10275,10 +10278,7 @@ module Google
10275
10278
  attr_accessor :rooms
10276
10279
 
10277
10280
  # A date-time specification, combining a date and civil time (relative to a
10278
- # given timezone). IMPORTANT: The definition of DateTime proto is being moved to
10279
- # //assistant/api/core_types/governed/datetime_type.proto. All existing
10280
- # references will be updated to point to the new location. If you are adding a
10281
- # reference, use the new one instead.
10281
+ # given timezone).
10282
10282
  # Corresponds to the JSON property `start`
10283
10283
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiDateTime]
10284
10284
  attr_accessor :start
@@ -10548,11 +10548,7 @@ module Google
10548
10548
  # attentional-entities, while maintaining BUILD visibility protection for their
10549
10549
  # contents. The BUILD-visibility-protected extension to this message is defined
10550
10550
  # at http://google3/assistant/verticals/calendar/proto/
10551
- # multi_account_calendar_event.proto IMPORTANT: The definition of
10552
- # CalendarEventWrapper proto is being moved to //assistant/api/core_types/
10553
- # governed/calendar_event_type.proto. All existing references will be updated to
10554
- # point to the new location. If you are adding a reference, use the new one
10555
- # instead.
10551
+ # multi_account_calendar_event.proto
10556
10552
  class AssistantApiCoreTypesCalendarEventWrapper
10557
10553
  include Google::Apis::Core::Hashable
10558
10554
 
@@ -10667,8 +10663,11 @@ module Google
10667
10663
  class AssistantApiCoreTypesCloudProviderInfoAgentStyle
10668
10664
  include Google::Apis::Core::Hashable
10669
10665
 
10670
- # Represents a color in the RGBA color space. This message mirrors google.type.
10671
- # Color.
10666
+ # LINT.IfChange Represents a color in the RGBA color space. This message mirrors
10667
+ # google.type.Color. IMPORTANT: The definition of Color proto is being moved to /
10668
+ # /assistant/api/core_types/color_type.proto. All existing references will be
10669
+ # updated to point to the new location. If you are adding a reference, use the
10670
+ # new one instead.
10672
10671
  # Corresponds to the JSON property `backgroundColor`
10673
10672
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesGovernedColor]
10674
10673
  attr_accessor :background_color
@@ -10691,8 +10690,11 @@ module Google
10691
10690
  # @return [String]
10692
10691
  attr_accessor :logo_url
10693
10692
 
10694
- # Represents a color in the RGBA color space. This message mirrors google.type.
10695
- # Color.
10693
+ # LINT.IfChange Represents a color in the RGBA color space. This message mirrors
10694
+ # google.type.Color. IMPORTANT: The definition of Color proto is being moved to /
10695
+ # /assistant/api/core_types/color_type.proto. All existing references will be
10696
+ # updated to point to the new location. If you are adding a reference, use the
10697
+ # new one instead.
10696
10698
  # Corresponds to the JSON property `maskColor`
10697
10699
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesGovernedColor]
10698
10700
  attr_accessor :mask_color
@@ -10702,8 +10704,11 @@ module Google
10702
10704
  # @return [String]
10703
10705
  attr_accessor :portrait_background_image_url
10704
10706
 
10705
- # Represents a color in the RGBA color space. This message mirrors google.type.
10706
- # Color.
10707
+ # LINT.IfChange Represents a color in the RGBA color space. This message mirrors
10708
+ # google.type.Color. IMPORTANT: The definition of Color proto is being moved to /
10709
+ # /assistant/api/core_types/color_type.proto. All existing references will be
10710
+ # updated to point to the new location. If you are adding a reference, use the
10711
+ # new one instead.
10707
10712
  # Corresponds to the JSON property `primaryColor`
10708
10713
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesGovernedColor]
10709
10714
  attr_accessor :primary_color
@@ -10890,10 +10895,7 @@ module Google
10890
10895
  end
10891
10896
  end
10892
10897
 
10893
- # IMPORTANT: The definition of DeviceUserIdentity is being moved to //assistant/
10894
- # api/core_types/governed/device_user_identity.proto. All existing references
10895
- # will be updated to point to the new location. If you are adding a reference,
10896
- # use the new DeviceUserIdentity instead of this one. // LINT.IfChange
10898
+ # LINT.IfChange
10897
10899
  class AssistantApiCoreTypesDeviceUserIdentity
10898
10900
  include Google::Apis::Core::Hashable
10899
10901
 
@@ -10929,8 +10931,11 @@ module Google
10929
10931
  end
10930
10932
  end
10931
10933
 
10932
- # Represents a color in the RGBA color space. This message mirrors google.type.
10933
- # Color.
10934
+ # LINT.IfChange Represents a color in the RGBA color space. This message mirrors
10935
+ # google.type.Color. IMPORTANT: The definition of Color proto is being moved to /
10936
+ # /assistant/api/core_types/color_type.proto. All existing references will be
10937
+ # updated to point to the new location. If you are adding a reference, use the
10938
+ # new one instead.
10934
10939
  class AssistantApiCoreTypesGovernedColor
10935
10940
  include Google::Apis::Core::Hashable
10936
10941
 
@@ -10975,7 +10980,10 @@ module Google
10975
10980
 
10976
10981
  # The identification information for third party devices that integrates with
10977
10982
  # the assistant. All of these fields will be populated by the third party when
10978
- # the query is sent from the third party device. Next Id: 5
10983
+ # the query is sent from the third party device. IMPORTANT: The definition of
10984
+ # DeviceConfig proto is being moved to //assistant/api/core_types/device_type.
10985
+ # proto. All existing references will be updated to point to the new location.
10986
+ # If you are adding a reference, use the new one instead. Next Id: 5
10979
10987
  class AssistantApiCoreTypesGovernedDeviceConfig
10980
10988
  include Google::Apis::Core::Hashable
10981
10989
 
@@ -11011,7 +11019,10 @@ module Google
11011
11019
  # http://google3/assistant/context/util/lib/device_id.dart;l=26;rcl=442126145 *
11012
11020
  # Java: http://google3/java/com/google/assistant/assistantserver/utils/
11013
11021
  # DeviceIdHelper.java;l=9;rcl=390378522 See http://go/deviceid-equality for more
11014
- # details. Next ID: 14
11022
+ # details. IMPORTANT: The definition of DeviceId proto is being moved to //
11023
+ # assistant/api/core_types/device_type.proto. All existing references will be
11024
+ # updated to point to the new location. If you are adding a reference, use the
11025
+ # new one instead. Next ID: 14
11015
11026
  class AssistantApiCoreTypesGovernedDeviceId
11016
11027
  include Google::Apis::Core::Hashable
11017
11028
 
@@ -11066,7 +11077,10 @@ module Google
11066
11077
 
11067
11078
  # The identification information for third party devices that integrates with
11068
11079
  # the assistant. All of these fields will be populated by the third party when
11069
- # the query is sent from the third party device. Next Id: 5
11080
+ # the query is sent from the third party device. IMPORTANT: The definition of
11081
+ # DeviceConfig proto is being moved to //assistant/api/core_types/device_type.
11082
+ # proto. All existing references will be updated to point to the new location.
11083
+ # If you are adding a reference, use the new one instead. Next Id: 5
11070
11084
  # Corresponds to the JSON property `deviceConfig`
11071
11085
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesGovernedDeviceConfig]
11072
11086
  attr_accessor :device_config
@@ -11139,7 +11153,11 @@ module Google
11139
11153
  end
11140
11154
  end
11141
11155
 
11142
- # Task metadata information describing the ringtone. Next id: 11
11156
+ # LINT.IfChange Task metadata information describing the ringtone. IMPORTANT:
11157
+ # The definition of RingtoneTaskMetadata proto is being moved to //assistant/api/
11158
+ # core_types/ringtone_task_metadata.proto. All existing references will be
11159
+ # updated to point to the new location. If you are adding a reference, use the
11160
+ # new one instead. Next id: 11
11143
11161
  class AssistantApiCoreTypesGovernedRingtoneTaskMetadata
11144
11162
  include Google::Apis::Core::Hashable
11145
11163
 
@@ -11456,7 +11474,12 @@ module Google
11456
11474
  # replaces the User-Agent string within the Assistant Server. Note: The
11457
11475
  # SurfaceIdentity proto should only be used to derive the capabilities of a
11458
11476
  # surface. It should not be accessed outside of the CapabilityBuilder or
11459
- # CapabilityChecker. NEXT ID: 6 LINT.IfChange
11477
+ # CapabilityChecker. IMPORTANT: The partial migration to the SurfaceIdentity and
11478
+ # SurfaceVersion protos defined here is being rolled back (b/303012824). All
11479
+ # existing references will be updated to point back to //assistant/api/
11480
+ # core_types/surface_identity.proto. If you are adding a reference, use the
11481
+ # SurfaceIdentity and SurfaceVersion protos defined there. NEXT ID: 6 LINT.
11482
+ # IfChange
11460
11483
  class AssistantApiCoreTypesGovernedSurfaceIdentity
11461
11484
  include Google::Apis::Core::Hashable
11462
11485
 
@@ -11564,11 +11587,8 @@ module Google
11564
11587
  end
11565
11588
  end
11566
11589
 
11567
- # An image represents the data about an image or a photo. IMPORTANT: The
11568
- # definition of the Image message is being moved to //assistant/api/core_types/
11569
- # governed/image_type.proto. All existing references will be updated to point to
11570
- # the new location. If you are adding a reference, use the new Image message
11571
- # instead of this one. LINT.IfChange NextId: 13
11590
+ # An image represents the data about an image or a photo. LINT.IfChange NextId:
11591
+ # 13
11572
11592
  class AssistantApiCoreTypesImage
11573
11593
  include Google::Apis::Core::Hashable
11574
11594
 
@@ -11588,11 +11608,8 @@ module Google
11588
11608
  # @return [String]
11589
11609
  attr_accessor :app_icon_identifier
11590
11610
 
11591
- # An image represents the data about an image or a photo. IMPORTANT: The
11592
- # definition of the Image message is being moved to //assistant/api/core_types/
11593
- # governed/image_type.proto. All existing references will be updated to point to
11594
- # the new location. If you are adding a reference, use the new Image message
11595
- # instead of this one. LINT.IfChange NextId: 13
11611
+ # An image represents the data about an image or a photo. LINT.IfChange NextId:
11612
+ # 13
11596
11613
  # Corresponds to the JSON property `badgeImage`
11597
11614
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesImage]
11598
11615
  attr_accessor :badge_image
@@ -12186,12 +12203,7 @@ module Google
12186
12203
  # replaces the User-Agent string within the Assistant Server. Note: The
12187
12204
  # SurfaceIdentity proto should only be used to derive the capabilities of a
12188
12205
  # surface. It should not be accessed outside of the CapabilityBuilder or
12189
- # CapabilityChecker. NEXT ID: 5 IMPORTANT: The definitions of the
12190
- # SurfaceIdentity and SurfaceVersion protos are being moved to //assistant/api/
12191
- # core_types/governed/surface_identity.proto All existing references will be
12192
- # updated to point to the new location. If you are adding a reference, use the
12193
- # new SurfaceIdentity and SurfaceVersion protos instead of the protos defined
12194
- # here. LINT.IfChange
12206
+ # CapabilityChecker. NEXT ID: 6 LINT.IfChange
12195
12207
  class AssistantApiCoreTypesSurfaceIdentity
12196
12208
  include Google::Apis::Core::Hashable
12197
12209
 
@@ -12211,6 +12223,14 @@ module Google
12211
12223
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesDeviceId]
12212
12224
  attr_accessor :device_id
12213
12225
 
12226
+ # DEPRECATED: The legacy device's surface type enum. NOTE: Prefer using the
12227
+ # ontological `surface_type` field above. If you need to access the legacy
12228
+ # surface type, please file a bug and add it in your code to migrate to
12229
+ # ontological surface type.
12230
+ # Corresponds to the JSON property `legacySurfaceType`
12231
+ # @return [String]
12232
+ attr_accessor :legacy_surface_type
12233
+
12214
12234
  # The device's surface type. The types are defined at google3/assistant/api/
12215
12235
  # core_types/surfaces.gcl. For more details, refer to go/ontologicalize-surface-
12216
12236
  # type.
@@ -12218,11 +12238,11 @@ module Google
12218
12238
  # @return [String]
12219
12239
  attr_accessor :surface_type
12220
12240
 
12221
- # DEPRECATED. assistant.api.core_types.governed.SurfaceIdentity.surface_type
12222
- # field should be used instead. The device's surface type. This is the string
12223
- # version of the assistant.api.core_types.SurfaceType enum. The server should
12224
- # not use this field, rather it should use the SurfaceType value derived from
12225
- # this string.
12241
+ # DEPRECATED. The legacy device's surface type string. NOTE: Prefer using the
12242
+ # ontological `surface_type` field. The device's surface type. This is the
12243
+ # string version of the assistant.api.core_types.SurfaceType enum. The server
12244
+ # should not use this field, rather it should use the SurfaceType value derived
12245
+ # from this string.
12226
12246
  # Corresponds to the JSON property `surfaceTypeString`
12227
12247
  # @return [String]
12228
12248
  attr_accessor :surface_type_string
@@ -12242,6 +12262,7 @@ module Google
12242
12262
  # Update properties of this object
12243
12263
  def update!(**args)
12244
12264
  @device_id = args[:device_id] if args.key?(:device_id)
12265
+ @legacy_surface_type = args[:legacy_surface_type] if args.key?(:legacy_surface_type)
12245
12266
  @surface_type = args[:surface_type] if args.key?(:surface_type)
12246
12267
  @surface_type_string = args[:surface_type_string] if args.key?(:surface_type_string)
12247
12268
  @surface_version = args[:surface_version] if args.key?(:surface_version)
@@ -12400,10 +12421,7 @@ module Google
12400
12421
  end
12401
12422
  end
12402
12423
 
12403
- # A Gregorian calendar date. IMPORTANT: The definition of Date proto is being
12404
- # moved to //assistant/api/core_types/governed/datetime_type.proto. All existing
12405
- # references will be updated to point to the new location. If you are adding a
12406
- # reference, use the new one instead.
12424
+ # A Gregorian calendar date.
12407
12425
  class AssistantApiDate
12408
12426
  include Google::Apis::Core::Hashable
12409
12427
 
@@ -12435,25 +12453,16 @@ module Google
12435
12453
  end
12436
12454
 
12437
12455
  # A date-time specification, combining a date and civil time (relative to a
12438
- # given timezone). IMPORTANT: The definition of DateTime proto is being moved to
12439
- # //assistant/api/core_types/governed/datetime_type.proto. All existing
12440
- # references will be updated to point to the new location. If you are adding a
12441
- # reference, use the new one instead.
12456
+ # given timezone).
12442
12457
  class AssistantApiDateTime
12443
12458
  include Google::Apis::Core::Hashable
12444
12459
 
12445
- # A Gregorian calendar date. IMPORTANT: The definition of Date proto is being
12446
- # moved to //assistant/api/core_types/governed/datetime_type.proto. All existing
12447
- # references will be updated to point to the new location. If you are adding a
12448
- # reference, use the new one instead.
12460
+ # A Gregorian calendar date.
12449
12461
  # Corresponds to the JSON property `date`
12450
12462
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiDate]
12451
12463
  attr_accessor :date
12452
12464
 
12453
- # A civil time relative to a timezone. IMPORTANT: The definition of TimeOfDay
12454
- # proto is being moved to //assistant/api/core_types/governed/datetime_type.
12455
- # proto. All existing references will be updated to point to the new location.
12456
- # If you are adding a reference, use the new one instead.
12465
+ # A civil time relative to a timezone.
12457
12466
  # Corresponds to the JSON property `timeOfDay`
12458
12467
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiTimeOfDay]
12459
12468
  attr_accessor :time_of_day
@@ -12461,10 +12470,6 @@ module Google
12461
12470
  # A time zone. Conceptually, a time zone is a set of rules associated with a
12462
12471
  # location that describes a UTC offset and how it changes over time (e.g.
12463
12472
  # Daylight Saving Time). The offset is used to compute the local date and time.
12464
- # IMPORTANT: The definition of TimeZone enum is being moved to //assistant/api/
12465
- # core_types/governed/datetime_type.proto. All existing references will be
12466
- # updated to point to the new location. If you are adding a reference, use the
12467
- # new one instead.
12468
12473
  # Corresponds to the JSON property `timeZone`
12469
12474
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiTimeZone]
12470
12475
  attr_accessor :time_zone
@@ -12481,6 +12486,33 @@ module Google
12481
12486
  end
12482
12487
  end
12483
12488
 
12489
+ # A representation of a range of time with start and end datetime specified.
12490
+ class AssistantApiDateTimeRange
12491
+ include Google::Apis::Core::Hashable
12492
+
12493
+ # A date-time specification, combining a date and civil time (relative to a
12494
+ # given timezone).
12495
+ # Corresponds to the JSON property `endDate`
12496
+ # @return [Google::Apis::ContentwarehouseV1::AssistantApiDateTime]
12497
+ attr_accessor :end_date
12498
+
12499
+ # A date-time specification, combining a date and civil time (relative to a
12500
+ # given timezone).
12501
+ # Corresponds to the JSON property `startDate`
12502
+ # @return [Google::Apis::ContentwarehouseV1::AssistantApiDateTime]
12503
+ attr_accessor :start_date
12504
+
12505
+ def initialize(**args)
12506
+ update!(**args)
12507
+ end
12508
+
12509
+ # Update properties of this object
12510
+ def update!(**args)
12511
+ @end_date = args[:end_date] if args.key?(:end_date)
12512
+ @start_date = args[:start_date] if args.key?(:start_date)
12513
+ end
12514
+ end
12515
+
12484
12516
  # This message describes roughly what a surface is capable of doing and metadata
12485
12517
  # around those capabilities. These capabilities are determined based on: -
12486
12518
  # device hardware - software - status (e.g. volume level, battery percentage)
@@ -12689,12 +12721,7 @@ module Google
12689
12721
  # replaces the User-Agent string within the Assistant Server. Note: The
12690
12722
  # SurfaceIdentity proto should only be used to derive the capabilities of a
12691
12723
  # surface. It should not be accessed outside of the CapabilityBuilder or
12692
- # CapabilityChecker. NEXT ID: 5 IMPORTANT: The definitions of the
12693
- # SurfaceIdentity and SurfaceVersion protos are being moved to //assistant/api/
12694
- # core_types/governed/surface_identity.proto All existing references will be
12695
- # updated to point to the new location. If you are adding a reference, use the
12696
- # new SurfaceIdentity and SurfaceVersion protos instead of the protos defined
12697
- # here. LINT.IfChange
12724
+ # CapabilityChecker. NEXT ID: 6 LINT.IfChange
12698
12725
  # Corresponds to the JSON property `surfaceIdentity`
12699
12726
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesSurfaceIdentity]
12700
12727
  attr_accessor :surface_identity
@@ -14000,24 +14027,18 @@ module Google
14000
14027
  # a (possibly unbounded) sequence of dates on which an event falls, described by
14001
14028
  # a list of constraints. A date is in a recurrence if and only if it satisfies
14002
14029
  # all of the constraints. Note that devices may support some constraints, but
14003
- # not all. IMPORTANT: The definition of Recurrence proto is being moved to //
14004
- # assistant/api/core_types/governed/datetime_type.proto. All existing references
14005
- # will be updated to point to the new location. If you are adding a reference,
14006
- # use the new one instead.
14030
+ # not all.
14007
14031
  class AssistantApiRecurrence
14008
14032
  include Google::Apis::Core::Hashable
14009
14033
 
14010
- # A Gregorian calendar date. IMPORTANT: The definition of Date proto is being
14011
- # moved to //assistant/api/core_types/governed/datetime_type.proto. All existing
14012
- # references will be updated to point to the new location. If you are adding a
14013
- # reference, use the new one instead.
14034
+ # A Gregorian calendar date.
14014
14035
  # Corresponds to the JSON property `begin`
14015
14036
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiDate]
14016
14037
  attr_accessor :begin
14017
14038
 
14018
14039
  # A list of blacklisted dates to skip the alarm on.
14019
14040
  # Corresponds to the JSON property `blacklistedRanges`
14020
- # @return [Array<Google::Apis::ContentwarehouseV1::AssistantApiRecurrenceDatetimeRange>]
14041
+ # @return [Array<Google::Apis::ContentwarehouseV1::AssistantApiDateTimeRange>]
14021
14042
  attr_accessor :blacklisted_ranges
14022
14043
 
14023
14044
  # Specifies the date in a month. For example, if day_of_month is 15, then it
@@ -14032,10 +14053,7 @@ module Google
14032
14053
  # @return [Array<Fixnum>]
14033
14054
  attr_accessor :day_of_week
14034
14055
 
14035
- # A Gregorian calendar date. IMPORTANT: The definition of Date proto is being
14036
- # moved to //assistant/api/core_types/governed/datetime_type.proto. All existing
14037
- # references will be updated to point to the new location. If you are adding a
14038
- # reference, use the new one instead.
14056
+ # A Gregorian calendar date.
14039
14057
  # Corresponds to the JSON property `end`
14040
14058
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiDate]
14041
14059
  attr_accessor :end
@@ -14082,39 +14100,6 @@ module Google
14082
14100
  end
14083
14101
  end
14084
14102
 
14085
- # A representation of a range of time with start and end datetime specified.
14086
- class AssistantApiRecurrenceDatetimeRange
14087
- include Google::Apis::Core::Hashable
14088
-
14089
- # A date-time specification, combining a date and civil time (relative to a
14090
- # given timezone). IMPORTANT: The definition of DateTime proto is being moved to
14091
- # //assistant/api/core_types/governed/datetime_type.proto. All existing
14092
- # references will be updated to point to the new location. If you are adding a
14093
- # reference, use the new one instead.
14094
- # Corresponds to the JSON property `endDate`
14095
- # @return [Google::Apis::ContentwarehouseV1::AssistantApiDateTime]
14096
- attr_accessor :end_date
14097
-
14098
- # A date-time specification, combining a date and civil time (relative to a
14099
- # given timezone). IMPORTANT: The definition of DateTime proto is being moved to
14100
- # //assistant/api/core_types/governed/datetime_type.proto. All existing
14101
- # references will be updated to point to the new location. If you are adding a
14102
- # reference, use the new one instead.
14103
- # Corresponds to the JSON property `startDate`
14104
- # @return [Google::Apis::ContentwarehouseV1::AssistantApiDateTime]
14105
- attr_accessor :start_date
14106
-
14107
- def initialize(**args)
14108
- update!(**args)
14109
- end
14110
-
14111
- # Update properties of this object
14112
- def update!(**args)
14113
- @end_date = args[:end_date] if args.key?(:end_date)
14114
- @start_date = args[:start_date] if args.key?(:start_date)
14115
- end
14116
- end
14117
-
14118
14103
  # These capabilities represent the tactile features associated with the device.
14119
14104
  # This includes, for example, whether the device has a screen, how big the
14120
14105
  # screen is, and privacy of the screen. Next ID: 11
@@ -14977,10 +14962,6 @@ module Google
14977
14962
  # A time zone. Conceptually, a time zone is a set of rules associated with a
14978
14963
  # location that describes a UTC offset and how it changes over time (e.g.
14979
14964
  # Daylight Saving Time). The offset is used to compute the local date and time.
14980
- # IMPORTANT: The definition of TimeZone enum is being moved to //assistant/api/
14981
- # core_types/governed/datetime_type.proto. All existing references will be
14982
- # updated to point to the new location. If you are adding a reference, use the
14983
- # new one instead.
14984
14965
  # Corresponds to the JSON property `timeZone`
14985
14966
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiTimeZone]
14986
14967
  attr_accessor :time_zone
@@ -15490,30 +15471,24 @@ module Google
15490
15471
  alias_method :dismissable?, :dismissable
15491
15472
 
15492
15473
  # An absolute point in time independent of timezone or calendar, based on the
15493
- # proto3 Timestamp (//google/protobuf/timestamp.proto). IMPORTANT: The
15494
- # definition of Timestamp proto is being moved to //assistant/api/core_types/
15495
- # governed/datetime_type.proto. All existing references will be updated to point
15496
- # to the new location. If you are adding a reference, use the new one instead.
15497
- # NOTE: THIS IS NO LONGER RECOMMENDED TO BE USED. It was originally defined
15498
- # separately from google.protobuf.Timestamp due to incompatibility with proto2
15499
- # syntax. The incompatibility issues have since been resolved and so the Google-
15500
- # wide standard representation of google.protobuf.Timestamp should be preferred.
15501
- # In fact, google.protobuf.* protos in general are now recommended to be used in
15474
+ # proto3 Timestamp (//google/protobuf/timestamp.proto). NOTE: THIS IS NO LONGER
15475
+ # RECOMMENDED TO BE USED. It was originally defined separately from google.
15476
+ # protobuf.Timestamp due to incompatibility with proto2 syntax. The
15477
+ # incompatibility issues have since been resolved and so the Google-wide
15478
+ # standard representation of google.protobuf.Timestamp should be preferred. In
15479
+ # fact, google.protobuf.* protos in general are now recommended to be used in
15502
15480
  # new APIs.
15503
15481
  # Corresponds to the JSON property `effectiveTime`
15504
15482
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiTimestamp]
15505
15483
  attr_accessor :effective_time
15506
15484
 
15507
15485
  # An absolute point in time independent of timezone or calendar, based on the
15508
- # proto3 Timestamp (//google/protobuf/timestamp.proto). IMPORTANT: The
15509
- # definition of Timestamp proto is being moved to //assistant/api/core_types/
15510
- # governed/datetime_type.proto. All existing references will be updated to point
15511
- # to the new location. If you are adding a reference, use the new one instead.
15512
- # NOTE: THIS IS NO LONGER RECOMMENDED TO BE USED. It was originally defined
15513
- # separately from google.protobuf.Timestamp due to incompatibility with proto2
15514
- # syntax. The incompatibility issues have since been resolved and so the Google-
15515
- # wide standard representation of google.protobuf.Timestamp should be preferred.
15516
- # In fact, google.protobuf.* protos in general are now recommended to be used in
15486
+ # proto3 Timestamp (//google/protobuf/timestamp.proto). NOTE: THIS IS NO LONGER
15487
+ # RECOMMENDED TO BE USED. It was originally defined separately from google.
15488
+ # protobuf.Timestamp due to incompatibility with proto2 syntax. The
15489
+ # incompatibility issues have since been resolved and so the Google-wide
15490
+ # standard representation of google.protobuf.Timestamp should be preferred. In
15491
+ # fact, google.protobuf.* protos in general are now recommended to be used in
15517
15492
  # new APIs.
15518
15493
  # Corresponds to the JSON property `expiryTime`
15519
15494
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiTimestamp]
@@ -15621,15 +15596,12 @@ module Google
15621
15596
  attr_accessor :card_settings
15622
15597
 
15623
15598
  # An absolute point in time independent of timezone or calendar, based on the
15624
- # proto3 Timestamp (//google/protobuf/timestamp.proto). IMPORTANT: The
15625
- # definition of Timestamp proto is being moved to //assistant/api/core_types/
15626
- # governed/datetime_type.proto. All existing references will be updated to point
15627
- # to the new location. If you are adding a reference, use the new one instead.
15628
- # NOTE: THIS IS NO LONGER RECOMMENDED TO BE USED. It was originally defined
15629
- # separately from google.protobuf.Timestamp due to incompatibility with proto2
15630
- # syntax. The incompatibility issues have since been resolved and so the Google-
15631
- # wide standard representation of google.protobuf.Timestamp should be preferred.
15632
- # In fact, google.protobuf.* protos in general are now recommended to be used in
15599
+ # proto3 Timestamp (//google/protobuf/timestamp.proto). NOTE: THIS IS NO LONGER
15600
+ # RECOMMENDED TO BE USED. It was originally defined separately from google.
15601
+ # protobuf.Timestamp due to incompatibility with proto2 syntax. The
15602
+ # incompatibility issues have since been resolved and so the Google-wide
15603
+ # standard representation of google.protobuf.Timestamp should be preferred. In
15604
+ # fact, google.protobuf.* protos in general are now recommended to be used in
15633
15605
  # new APIs.
15634
15606
  # Corresponds to the JSON property `deviceClearRequest`
15635
15607
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiTimestamp]
@@ -15655,45 +15627,36 @@ module Google
15655
15627
  alias_method :hospitality_mode_enabled?, :hospitality_mode_enabled
15656
15628
 
15657
15629
  # An absolute point in time independent of timezone or calendar, based on the
15658
- # proto3 Timestamp (//google/protobuf/timestamp.proto). IMPORTANT: The
15659
- # definition of Timestamp proto is being moved to //assistant/api/core_types/
15660
- # governed/datetime_type.proto. All existing references will be updated to point
15661
- # to the new location. If you are adding a reference, use the new one instead.
15662
- # NOTE: THIS IS NO LONGER RECOMMENDED TO BE USED. It was originally defined
15663
- # separately from google.protobuf.Timestamp due to incompatibility with proto2
15664
- # syntax. The incompatibility issues have since been resolved and so the Google-
15665
- # wide standard representation of google.protobuf.Timestamp should be preferred.
15666
- # In fact, google.protobuf.* protos in general are now recommended to be used in
15630
+ # proto3 Timestamp (//google/protobuf/timestamp.proto). NOTE: THIS IS NO LONGER
15631
+ # RECOMMENDED TO BE USED. It was originally defined separately from google.
15632
+ # protobuf.Timestamp due to incompatibility with proto2 syntax. The
15633
+ # incompatibility issues have since been resolved and so the Google-wide
15634
+ # standard representation of google.protobuf.Timestamp should be preferred. In
15635
+ # fact, google.protobuf.* protos in general are now recommended to be used in
15667
15636
  # new APIs.
15668
15637
  # Corresponds to the JSON property `lastDeviceClear`
15669
15638
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiTimestamp]
15670
15639
  attr_accessor :last_device_clear
15671
15640
 
15672
15641
  # An absolute point in time independent of timezone or calendar, based on the
15673
- # proto3 Timestamp (//google/protobuf/timestamp.proto). IMPORTANT: The
15674
- # definition of Timestamp proto is being moved to //assistant/api/core_types/
15675
- # governed/datetime_type.proto. All existing references will be updated to point
15676
- # to the new location. If you are adding a reference, use the new one instead.
15677
- # NOTE: THIS IS NO LONGER RECOMMENDED TO BE USED. It was originally defined
15678
- # separately from google.protobuf.Timestamp due to incompatibility with proto2
15679
- # syntax. The incompatibility issues have since been resolved and so the Google-
15680
- # wide standard representation of google.protobuf.Timestamp should be preferred.
15681
- # In fact, google.protobuf.* protos in general are now recommended to be used in
15642
+ # proto3 Timestamp (//google/protobuf/timestamp.proto). NOTE: THIS IS NO LONGER
15643
+ # RECOMMENDED TO BE USED. It was originally defined separately from google.
15644
+ # protobuf.Timestamp due to incompatibility with proto2 syntax. The
15645
+ # incompatibility issues have since been resolved and so the Google-wide
15646
+ # standard representation of google.protobuf.Timestamp should be preferred. In
15647
+ # fact, google.protobuf.* protos in general are now recommended to be used in
15682
15648
  # new APIs.
15683
15649
  # Corresponds to the JSON property `lastModifiedTimestamp`
15684
15650
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiTimestamp]
15685
15651
  attr_accessor :last_modified_timestamp
15686
15652
 
15687
15653
  # An absolute point in time independent of timezone or calendar, based on the
15688
- # proto3 Timestamp (//google/protobuf/timestamp.proto). IMPORTANT: The
15689
- # definition of Timestamp proto is being moved to //assistant/api/core_types/
15690
- # governed/datetime_type.proto. All existing references will be updated to point
15691
- # to the new location. If you are adding a reference, use the new one instead.
15692
- # NOTE: THIS IS NO LONGER RECOMMENDED TO BE USED. It was originally defined
15693
- # separately from google.protobuf.Timestamp due to incompatibility with proto2
15694
- # syntax. The incompatibility issues have since been resolved and so the Google-
15695
- # wide standard representation of google.protobuf.Timestamp should be preferred.
15696
- # In fact, google.protobuf.* protos in general are now recommended to be used in
15654
+ # proto3 Timestamp (//google/protobuf/timestamp.proto). NOTE: THIS IS NO LONGER
15655
+ # RECOMMENDED TO BE USED. It was originally defined separately from google.
15656
+ # protobuf.Timestamp due to incompatibility with proto2 syntax. The
15657
+ # incompatibility issues have since been resolved and so the Google-wide
15658
+ # standard representation of google.protobuf.Timestamp should be preferred. In
15659
+ # fact, google.protobuf.* protos in general are now recommended to be used in
15697
15660
  # new APIs.
15698
15661
  # Corresponds to the JSON property `lastWelcomed`
15699
15662
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiTimestamp]
@@ -15726,15 +15689,12 @@ module Google
15726
15689
  alias_method :verbal_reset_supported?, :verbal_reset_supported
15727
15690
 
15728
15691
  # An absolute point in time independent of timezone or calendar, based on the
15729
- # proto3 Timestamp (//google/protobuf/timestamp.proto). IMPORTANT: The
15730
- # definition of Timestamp proto is being moved to //assistant/api/core_types/
15731
- # governed/datetime_type.proto. All existing references will be updated to point
15732
- # to the new location. If you are adding a reference, use the new one instead.
15733
- # NOTE: THIS IS NO LONGER RECOMMENDED TO BE USED. It was originally defined
15734
- # separately from google.protobuf.Timestamp due to incompatibility with proto2
15735
- # syntax. The incompatibility issues have since been resolved and so the Google-
15736
- # wide standard representation of google.protobuf.Timestamp should be preferred.
15737
- # In fact, google.protobuf.* protos in general are now recommended to be used in
15692
+ # proto3 Timestamp (//google/protobuf/timestamp.proto). NOTE: THIS IS NO LONGER
15693
+ # RECOMMENDED TO BE USED. It was originally defined separately from google.
15694
+ # protobuf.Timestamp due to incompatibility with proto2 syntax. The
15695
+ # incompatibility issues have since been resolved and so the Google-wide
15696
+ # standard representation of google.protobuf.Timestamp should be preferred. In
15697
+ # fact, google.protobuf.* protos in general are now recommended to be used in
15738
15698
  # new APIs.
15739
15699
  # Corresponds to the JSON property `welcomeRequest`
15740
15700
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiTimestamp]
@@ -16015,30 +15975,24 @@ module Google
16015
15975
  include Google::Apis::Core::Hashable
16016
15976
 
16017
15977
  # An absolute point in time independent of timezone or calendar, based on the
16018
- # proto3 Timestamp (//google/protobuf/timestamp.proto). IMPORTANT: The
16019
- # definition of Timestamp proto is being moved to //assistant/api/core_types/
16020
- # governed/datetime_type.proto. All existing references will be updated to point
16021
- # to the new location. If you are adding a reference, use the new one instead.
16022
- # NOTE: THIS IS NO LONGER RECOMMENDED TO BE USED. It was originally defined
16023
- # separately from google.protobuf.Timestamp due to incompatibility with proto2
16024
- # syntax. The incompatibility issues have since been resolved and so the Google-
16025
- # wide standard representation of google.protobuf.Timestamp should be preferred.
16026
- # In fact, google.protobuf.* protos in general are now recommended to be used in
15978
+ # proto3 Timestamp (//google/protobuf/timestamp.proto). NOTE: THIS IS NO LONGER
15979
+ # RECOMMENDED TO BE USED. It was originally defined separately from google.
15980
+ # protobuf.Timestamp due to incompatibility with proto2 syntax. The
15981
+ # incompatibility issues have since been resolved and so the Google-wide
15982
+ # standard representation of google.protobuf.Timestamp should be preferred. In
15983
+ # fact, google.protobuf.* protos in general are now recommended to be used in
16027
15984
  # new APIs.
16028
15985
  # Corresponds to the JSON property `lastEnterGuestModeTimestamp`
16029
15986
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiTimestamp]
16030
15987
  attr_accessor :last_enter_guest_mode_timestamp
16031
15988
 
16032
15989
  # An absolute point in time independent of timezone or calendar, based on the
16033
- # proto3 Timestamp (//google/protobuf/timestamp.proto). IMPORTANT: The
16034
- # definition of Timestamp proto is being moved to //assistant/api/core_types/
16035
- # governed/datetime_type.proto. All existing references will be updated to point
16036
- # to the new location. If you are adding a reference, use the new one instead.
16037
- # NOTE: THIS IS NO LONGER RECOMMENDED TO BE USED. It was originally defined
16038
- # separately from google.protobuf.Timestamp due to incompatibility with proto2
16039
- # syntax. The incompatibility issues have since been resolved and so the Google-
16040
- # wide standard representation of google.protobuf.Timestamp should be preferred.
16041
- # In fact, google.protobuf.* protos in general are now recommended to be used in
15990
+ # proto3 Timestamp (//google/protobuf/timestamp.proto). NOTE: THIS IS NO LONGER
15991
+ # RECOMMENDED TO BE USED. It was originally defined separately from google.
15992
+ # protobuf.Timestamp due to incompatibility with proto2 syntax. The
15993
+ # incompatibility issues have since been resolved and so the Google-wide
15994
+ # standard representation of google.protobuf.Timestamp should be preferred. In
15995
+ # fact, google.protobuf.* protos in general are now recommended to be used in
16042
15996
  # new APIs.
16043
15997
  # Corresponds to the JSON property `lastExitGuestModeTimestamp`
16044
15998
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiTimestamp]
@@ -17999,10 +17953,7 @@ module Google
17999
17953
  end
18000
17954
  end
18001
17955
 
18002
- # A civil time relative to a timezone. IMPORTANT: The definition of TimeOfDay
18003
- # proto is being moved to //assistant/api/core_types/governed/datetime_type.
18004
- # proto. All existing references will be updated to point to the new location.
18005
- # If you are adding a reference, use the new one instead.
17956
+ # A civil time relative to a timezone.
18006
17957
  class AssistantApiTimeOfDay
18007
17958
  include Google::Apis::Core::Hashable
18008
17959
 
@@ -18042,10 +17993,6 @@ module Google
18042
17993
  # A time zone. Conceptually, a time zone is a set of rules associated with a
18043
17994
  # location that describes a UTC offset and how it changes over time (e.g.
18044
17995
  # Daylight Saving Time). The offset is used to compute the local date and time.
18045
- # IMPORTANT: The definition of TimeZone enum is being moved to //assistant/api/
18046
- # core_types/governed/datetime_type.proto. All existing references will be
18047
- # updated to point to the new location. If you are adding a reference, use the
18048
- # new one instead.
18049
17996
  class AssistantApiTimeZone
18050
17997
  include Google::Apis::Core::Hashable
18051
17998
 
@@ -18065,15 +18012,12 @@ module Google
18065
18012
  end
18066
18013
 
18067
18014
  # An absolute point in time independent of timezone or calendar, based on the
18068
- # proto3 Timestamp (//google/protobuf/timestamp.proto). IMPORTANT: The
18069
- # definition of Timestamp proto is being moved to //assistant/api/core_types/
18070
- # governed/datetime_type.proto. All existing references will be updated to point
18071
- # to the new location. If you are adding a reference, use the new one instead.
18072
- # NOTE: THIS IS NO LONGER RECOMMENDED TO BE USED. It was originally defined
18073
- # separately from google.protobuf.Timestamp due to incompatibility with proto2
18074
- # syntax. The incompatibility issues have since been resolved and so the Google-
18075
- # wide standard representation of google.protobuf.Timestamp should be preferred.
18076
- # In fact, google.protobuf.* protos in general are now recommended to be used in
18015
+ # proto3 Timestamp (//google/protobuf/timestamp.proto). NOTE: THIS IS NO LONGER
18016
+ # RECOMMENDED TO BE USED. It was originally defined separately from google.
18017
+ # protobuf.Timestamp due to incompatibility with proto2 syntax. The
18018
+ # incompatibility issues have since been resolved and so the Google-wide
18019
+ # standard representation of google.protobuf.Timestamp should be preferred. In
18020
+ # fact, google.protobuf.* protos in general are now recommended to be used in
18077
18021
  # new APIs.
18078
18022
  class AssistantApiTimestamp
18079
18023
  include Google::Apis::Core::Hashable
@@ -18183,7 +18127,7 @@ module Google
18183
18127
  end
18184
18128
  end
18185
18129
 
18186
- # LINT.IfChanged Identifier for an application provider. NOTE: AppProviderId
18130
+ # LINT.IfChange Identifier for an application provider. NOTE: AppProviderId
18187
18131
  # contains surface-specific info, such as the Android package name of the
18188
18132
  # application. This was necessary for supporting current use cases that rely on
18189
18133
  # surface-specific info in feature code. Eventually we want to deprecate
@@ -18328,7 +18272,7 @@ module Google
18328
18272
  class AssistantContextProviderId
18329
18273
  include Google::Apis::Core::Hashable
18330
18274
 
18331
- # LINT.IfChanged Identifier for an application provider. NOTE: AppProviderId
18275
+ # LINT.IfChange Identifier for an application provider. NOTE: AppProviderId
18332
18276
  # contains surface-specific info, such as the Android package name of the
18333
18277
  # application. This was necessary for supporting current use cases that rely on
18334
18278
  # surface-specific info in feature code. Eventually we want to deprecate
@@ -19985,7 +19929,10 @@ module Google
19985
19929
  # http://google3/assistant/context/util/lib/device_id.dart;l=26;rcl=442126145 *
19986
19930
  # Java: http://google3/java/com/google/assistant/assistantserver/utils/
19987
19931
  # DeviceIdHelper.java;l=9;rcl=390378522 See http://go/deviceid-equality for more
19988
- # details. Next ID: 14
19932
+ # details. IMPORTANT: The definition of DeviceId proto is being moved to //
19933
+ # assistant/api/core_types/device_type.proto. All existing references will be
19934
+ # updated to point to the new location. If you are adding a reference, use the
19935
+ # new one instead. Next ID: 14
19989
19936
  # Corresponds to the JSON property `deviceId`
19990
19937
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesGovernedDeviceId]
19991
19938
  attr_accessor :device_id
@@ -20006,7 +19953,12 @@ module Google
20006
19953
  # replaces the User-Agent string within the Assistant Server. Note: The
20007
19954
  # SurfaceIdentity proto should only be used to derive the capabilities of a
20008
19955
  # surface. It should not be accessed outside of the CapabilityBuilder or
20009
- # CapabilityChecker. NEXT ID: 6 LINT.IfChange
19956
+ # CapabilityChecker. IMPORTANT: The partial migration to the SurfaceIdentity and
19957
+ # SurfaceVersion protos defined here is being rolled back (b/303012824). All
19958
+ # existing references will be updated to point back to //assistant/api/
19959
+ # core_types/surface_identity.proto. If you are adding a reference, use the
19960
+ # SurfaceIdentity and SurfaceVersion protos defined there. NEXT ID: 6 LINT.
19961
+ # IfChange
20010
19962
  # Corresponds to the JSON property `surfaceIdentity`
20011
19963
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesGovernedSurfaceIdentity]
20012
19964
  attr_accessor :surface_identity
@@ -20035,7 +19987,7 @@ module Google
20035
19987
  attr_accessor :properties
20036
19988
 
20037
19989
  # The states of the device. They are dynamic and may change based on the current
20038
- # context. Next ID: 13
19990
+ # context. Next ID: 15
20039
19991
  # Corresponds to the JSON property `states`
20040
19992
  # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerDeviceTargetingFeaturesStates]
20041
19993
  attr_accessor :states
@@ -20085,7 +20037,7 @@ module Google
20085
20037
  end
20086
20038
 
20087
20039
  # The states of the device. They are dynamic and may change based on the current
20088
- # context. Next ID: 13
20040
+ # context. Next ID: 15
20089
20041
  class AssistantGroundingRankerDeviceTargetingFeaturesStates
20090
20042
  include Google::Apis::Core::Hashable
20091
20043
 
@@ -20174,6 +20126,16 @@ module Google
20174
20126
  attr_accessor :is_tethered
20175
20127
  alias_method :is_tethered?, :is_tethered
20176
20128
 
20129
+ # Indicates the state of media focus from a separate non-local hearing device.
20130
+ # Corresponds to the JSON property `mediaFocusStateFromHearingDevice`
20131
+ # @return [String]
20132
+ attr_accessor :media_focus_state_from_hearing_device
20133
+
20134
+ # Indicates the state of media focus from a separate local device.
20135
+ # Corresponds to the JSON property `mediaFocusStateFromLocalDevice`
20136
+ # @return [String]
20137
+ attr_accessor :media_focus_state_from_local_device
20138
+
20177
20139
  def initialize(**args)
20178
20140
  update!(**args)
20179
20141
  end
@@ -20192,6 +20154,8 @@ module Google
20192
20154
  @is_local = args[:is_local] if args.key?(:is_local)
20193
20155
  @is_locked = args[:is_locked] if args.key?(:is_locked)
20194
20156
  @is_tethered = args[:is_tethered] if args.key?(:is_tethered)
20157
+ @media_focus_state_from_hearing_device = args[:media_focus_state_from_hearing_device] if args.key?(:media_focus_state_from_hearing_device)
20158
+ @media_focus_state_from_local_device = args[:media_focus_state_from_local_device] if args.key?(:media_focus_state_from_local_device)
20195
20159
  end
20196
20160
  end
20197
20161
 
@@ -20258,7 +20222,7 @@ module Google
20258
20222
  # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerEndpointGroundingProviderFeatures]
20259
20223
  attr_accessor :endpoint_grounding_provider_features
20260
20224
 
20261
- # Features to be passed from Media GP to HGR. Next ID: 19
20225
+ # Features to be passed from Media GP to HGR. Next ID: 21
20262
20226
  # Corresponds to the JSON property `mediaGroundingProviderFeatures`
20263
20227
  # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerMediaGroundingProviderFeatures]
20264
20228
  attr_accessor :media_grounding_provider_features
@@ -20438,7 +20402,7 @@ module Google
20438
20402
  end
20439
20403
  end
20440
20404
 
20441
- # Features to be passed from Media GP to HGR. Next ID: 19
20405
+ # Features to be passed from Media GP to HGR. Next ID: 21
20442
20406
  class AssistantGroundingRankerMediaGroundingProviderFeatures
20443
20407
  include Google::Apis::Core::Hashable
20444
20408
 
@@ -20511,12 +20475,24 @@ module Google
20511
20475
  attr_accessor :is_seed_radio_request
20512
20476
  alias_method :is_seed_radio_request?, :is_seed_radio_request
20513
20477
 
20478
+ # Provider is a self(user) reported subscripted provider https://g3doc.corp.
20479
+ # google.com/knowledge/g3doc/ump/development/GetProviderAffinity.md?cl=head
20480
+ # Corresponds to the JSON property `isSelfReportedSvodProvider`
20481
+ # @return [Boolean]
20482
+ attr_accessor :is_self_reported_svod_provider
20483
+ alias_method :is_self_reported_svod_provider?, :is_self_reported_svod_provider
20484
+
20514
20485
  # Indicates whether this is youtube content seeking music.
20515
20486
  # Corresponds to the JSON property `isYoutubeMusicSeeking`
20516
20487
  # @return [Boolean]
20517
20488
  attr_accessor :is_youtube_music_seeking
20518
20489
  alias_method :is_youtube_music_seeking?, :is_youtube_music_seeking
20519
20490
 
20491
+ # Account Type of the user for the provider
20492
+ # Corresponds to the JSON property `mediaAccountType`
20493
+ # @return [String]
20494
+ attr_accessor :media_account_type
20495
+
20520
20496
  # MediaAquaAction::media_content_type from interpretation. It can be used for
20521
20497
  # cross-content type ranking, for example, if a candidate's content type does
20522
20498
  # not match this content type from interpretation, this candidate will be
@@ -20579,7 +20555,9 @@ module Google
20579
20555
  @is_most_recent_song_album_ambiguous = args[:is_most_recent_song_album_ambiguous] if args.key?(:is_most_recent_song_album_ambiguous)
20580
20556
  @is_seed_radio = args[:is_seed_radio] if args.key?(:is_seed_radio)
20581
20557
  @is_seed_radio_request = args[:is_seed_radio_request] if args.key?(:is_seed_radio_request)
20558
+ @is_self_reported_svod_provider = args[:is_self_reported_svod_provider] if args.key?(:is_self_reported_svod_provider)
20582
20559
  @is_youtube_music_seeking = args[:is_youtube_music_seeking] if args.key?(:is_youtube_music_seeking)
20560
+ @media_account_type = args[:media_account_type] if args.key?(:media_account_type)
20583
20561
  @media_content_type = args[:media_content_type] if args.key?(:media_content_type)
20584
20562
  @msc_rate = args[:msc_rate] if args.key?(:msc_rate)
20585
20563
  @scubed_p_sai_music = args[:scubed_p_sai_music] if args.key?(:scubed_p_sai_music)
@@ -22448,7 +22426,7 @@ module Google
22448
22426
 
22449
22427
  # Signals to be used by the Prefulfillment Ranker. Derived from the
22450
22428
  # ParsingSignals and GroundingSignals carried by the FunctionCall. LINT.IfChange
22451
- # Next ID: 66
22429
+ # Next ID: 68
22452
22430
  class AssistantPrefulfillmentRankerPrefulfillmentSignals
22453
22431
  include Google::Apis::Core::Hashable
22454
22432
 
@@ -22595,6 +22573,12 @@ module Google
22595
22573
  attr_accessor :is_media_control_intent
22596
22574
  alias_method :is_media_control_intent?, :is_media_control_intent
22597
22575
 
22576
+ # Whether this interpretation was genearted by NSP.
22577
+ # Corresponds to the JSON property `isNspIntent`
22578
+ # @return [Boolean]
22579
+ attr_accessor :is_nsp_intent
22580
+ alias_method :is_nsp_intent?, :is_nsp_intent
22581
+
22598
22582
  # Whether the intent is a PlayGenericMusic-type intent.
22599
22583
  # Corresponds to the JSON property `isPlayGenericMusic`
22600
22584
  # @return [Boolean]
@@ -22803,6 +22787,12 @@ module Google
22803
22787
  # @return [Float]
22804
22788
  attr_accessor :top_hypothesis_confidence
22805
22789
 
22790
+ # Whether the interpretation should run through grounding box or not.
22791
+ # Corresponds to the JSON property `usesGroundingBox`
22792
+ # @return [Boolean]
22793
+ attr_accessor :uses_grounding_box
22794
+ alias_method :uses_grounding_box?, :uses_grounding_box
22795
+
22806
22796
  # Horizontal feature that stores information about confidence scores for each
22807
22797
  # resolution within the binding set.
22808
22798
  # Corresponds to the JSON property `verticalConfidenceScore`
@@ -22838,6 +22828,7 @@ module Google
22838
22828
  @is_fully_grounded = args[:is_fully_grounded] if args.key?(:is_fully_grounded)
22839
22829
  @is_high_confidence_podcast_intent = args[:is_high_confidence_podcast_intent] if args.key?(:is_high_confidence_podcast_intent)
22840
22830
  @is_media_control_intent = args[:is_media_control_intent] if args.key?(:is_media_control_intent)
22831
+ @is_nsp_intent = args[:is_nsp_intent] if args.key?(:is_nsp_intent)
22841
22832
  @is_play_generic_music = args[:is_play_generic_music] if args.key?(:is_play_generic_music)
22842
22833
  @is_podcast_generic_intent = args[:is_podcast_generic_intent] if args.key?(:is_podcast_generic_intent)
22843
22834
  @is_podcast_intent = args[:is_podcast_intent] if args.key?(:is_podcast_intent)
@@ -22872,6 +22863,7 @@ module Google
22872
22863
  @sub_intent_type = args[:sub_intent_type] if args.key?(:sub_intent_type)
22873
22864
  @tiebreaking_metadata = args[:tiebreaking_metadata] if args.key?(:tiebreaking_metadata)
22874
22865
  @top_hypothesis_confidence = args[:top_hypothesis_confidence] if args.key?(:top_hypothesis_confidence)
22866
+ @uses_grounding_box = args[:uses_grounding_box] if args.key?(:uses_grounding_box)
22875
22867
  @vertical_confidence_score = args[:vertical_confidence_score] if args.key?(:vertical_confidence_score)
22876
22868
  end
22877
22869
  end
@@ -26114,7 +26106,7 @@ module Google
26114
26106
  # annotate who generates the data, the Index Signals or Goldmine annotator name
26115
26107
  # for the fields already onboarded or being onboarded to FDP. Fields without
26116
26108
  # annotation of signal_names or goldmine_annotator_names are not onboarded. Next
26117
- # ID: 538
26109
+ # ID: 539
26118
26110
  # Corresponds to the JSON property `dataVersion`
26119
26111
  # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersion]
26120
26112
  attr_accessor :data_version
@@ -33394,7 +33386,7 @@ module Google
33394
33386
  # CityJsonProto is a custom proto representation of the portion of the CityJSON
33395
33387
  # spec (https://www.cityjson.org/) relevant to internal projects. See go/
33396
33388
  # cityjsonproto-design for more information about the modeling and design
33397
- # decisions implemented here.
33389
+ # decisions implemented here. LINT.IfChange
33398
33390
  class GeostoreCityJsonProto
33399
33391
  include Google::Apis::Core::Hashable
33400
33392
 
@@ -33464,8 +33456,12 @@ module Google
33464
33456
  end
33465
33457
  end
33466
33458
 
33467
- # Representation of geometry. Geometries vary both in type and in level-of-
33468
- # detail, enabling representation of any shape at any level of granularity.
33459
+ # Representation of geometry including geometric primitives which are used as
33460
+ # building blocks to construct geometries of varying complexity. Geometries vary
33461
+ # both in type and in level-of-detail, enabling representation of any shape at
33462
+ # any level of granularity. All geometries are ultimately composed of `
33463
+ # MultiPoint`s, which reference the actual vertices. Only linear and planar
33464
+ # shapes are allowed, no curves or parametric surfaces.
33469
33465
  class GeostoreCityJsonProtoCityObjectGeometry
33470
33466
  include Google::Apis::Core::Hashable
33471
33467
 
@@ -35087,6 +35083,11 @@ module Google
35087
35083
  # @return [Google::Apis::ContentwarehouseV1::GeostoreAnchoredGeometryProto]
35088
35084
  attr_accessor :anchored_geometry
35089
35085
 
35086
+ # RESERVED
35087
+ # Corresponds to the JSON property `associatedEvChargingStation`
35088
+ # @return [Array<Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto>]
35089
+ attr_accessor :associated_ev_charging_station
35090
+
35090
35091
  # The collection of attachments for this feature. Documentation: http://go/geo-
35091
35092
  # attachments
35092
35093
  # Corresponds to the JSON property `attachment`
@@ -35961,6 +35962,7 @@ module Google
35961
35962
  @access_point = args[:access_point] if args.key?(:access_point)
35962
35963
  @address = args[:address] if args.key?(:address)
35963
35964
  @anchored_geometry = args[:anchored_geometry] if args.key?(:anchored_geometry)
35965
+ @associated_ev_charging_station = args[:associated_ev_charging_station] if args.key?(:associated_ev_charging_station)
35964
35966
  @attachment = args[:attachment] if args.key?(:attachment)
35965
35967
  @attribute = args[:attribute] if args.key?(:attribute)
35966
35968
  @best_locale = args[:best_locale] if args.key?(:best_locale)
@@ -36153,9 +36155,7 @@ module Google
36153
36155
  class GeostoreFlowLineProto
36154
36156
  include Google::Apis::Core::Hashable
36155
36157
 
36156
- # Curvature of the flowline. Note that, curvature can be present even if the
36157
- # flowline doesn't have a track. In which case, curvature will be derived from
36158
- # the segment polyline.
36158
+ # RESERVED
36159
36159
  # Corresponds to the JSON property `curvature`
36160
36160
  # @return [Google::Apis::ContentwarehouseV1::GeostoreCurvatureProto]
36161
36161
  attr_accessor :curvature
@@ -36434,7 +36434,7 @@ module Google
36434
36434
  # CityJsonProto is a custom proto representation of the portion of the CityJSON
36435
36435
  # spec (https://www.cityjson.org/) relevant to internal projects. See go/
36436
36436
  # cityjsonproto-design for more information about the modeling and design
36437
- # decisions implemented here.
36437
+ # decisions implemented here. LINT.IfChange
36438
36438
  # Corresponds to the JSON property `geometry`
36439
36439
  # @return [Google::Apis::ContentwarehouseV1::GeostoreCityJsonProto]
36440
36440
  attr_accessor :geometry
@@ -61294,7 +61294,7 @@ module Google
61294
61294
  # annotate who generates the data, the Index Signals or Goldmine annotator name
61295
61295
  # for the fields already onboarded or being onboarded to FDP. Fields without
61296
61296
  # annotation of signal_names or goldmine_annotator_names are not onboarded. Next
61297
- # ID: 538
61297
+ # ID: 539
61298
61298
  class IndexingDocjoinerDataVersion
61299
61299
  include Google::Apis::Core::Hashable
61300
61300
 
@@ -61638,11 +61638,16 @@ module Google
61638
61638
  # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
61639
61639
  attr_accessor :image_stock_stock_image_annotation
61640
61640
 
61641
- # END DATA FIELDS
61641
+ #
61642
61642
  # Corresponds to the JSON property `imageembed`
61643
61643
  # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
61644
61644
  attr_accessor :imageembed
61645
61645
 
61646
+ # END DATA FIELDS
61647
+ # Corresponds to the JSON property `imageembedDomainNorm`
61648
+ # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
61649
+ attr_accessor :imageembed_domain_norm
61650
+
61646
61651
  #
61647
61652
  # Corresponds to the JSON property `indexingAnnotationsAnnotationMeta`
61648
61653
  # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
@@ -64033,6 +64038,7 @@ module Google
64033
64038
  @image_search_rejected_image_info_list = args[:image_search_rejected_image_info_list] if args.key?(:image_search_rejected_image_info_list)
64034
64039
  @image_stock_stock_image_annotation = args[:image_stock_stock_image_annotation] if args.key?(:image_stock_stock_image_annotation)
64035
64040
  @imageembed = args[:imageembed] if args.key?(:imageembed)
64041
+ @imageembed_domain_norm = args[:imageembed_domain_norm] if args.key?(:imageembed_domain_norm)
64036
64042
  @indexing_annotations_annotation_meta = args[:indexing_annotations_annotation_meta] if args.key?(:indexing_annotations_annotation_meta)
64037
64043
  @indexing_annotations_app_market_app_market_annotation = args[:indexing_annotations_app_market_app_market_annotation] if args.key?(:indexing_annotations_app_market_app_market_annotation)
64038
64044
  @indexing_annotations_apps_cache_colon_annotation = args[:indexing_annotations_apps_cache_colon_annotation] if args.key?(:indexing_annotations_apps_cache_colon_annotation)
@@ -65526,7 +65532,7 @@ module Google
65526
65532
  # rebuilt and pushed: - cron_fetcher_index mapreduces: so that UrlReplyIndex,
65527
65533
  # etc. retain the new fields - tlookup, tlookup_server: want to be able to
65528
65534
  # return the new fields - logviewer, fetchutil: annoying to get back 'tag88:' in
65529
- # results -------------------------- Next Tag: 124 -----------------------
65535
+ # results -------------------------- Next Tag: 125 -----------------------
65530
65536
  # Corresponds to the JSON property `frd`
65531
65537
  # @return [Google::Apis::ContentwarehouseV1::TrawlerFetchReplyData]
65532
65538
  attr_accessor :frd
@@ -69105,11 +69111,7 @@ module Google
69105
69111
  attr_accessor :audio
69106
69112
 
69107
69113
  # This proto contains the information of a calendar event, including title,
69108
- # start time, end time, etc. IMPORTANT: The definition of CalendarEvent proto is
69109
- # being moved to //assistant/api/core_types/governed/calendar_event_type.proto.
69110
- # All existing references will be updated to point to the new location. If you
69111
- # are adding a reference, use the new one instead. LINT.IfChange(CalendarEvent)
69112
- # NEXT_ID: 26
69114
+ # start time, end time, etc. LINT.IfChange(CalendarEvent) NEXT_ID: 26
69113
69115
  # Corresponds to the JSON property `calendarEvent`
69114
69116
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesCalendarEvent]
69115
69117
  attr_accessor :calendar_event
@@ -69118,11 +69120,7 @@ module Google
69118
69120
  # attentional-entities, while maintaining BUILD visibility protection for their
69119
69121
  # contents. The BUILD-visibility-protected extension to this message is defined
69120
69122
  # at http://google3/assistant/verticals/calendar/proto/
69121
- # multi_account_calendar_event.proto IMPORTANT: The definition of
69122
- # CalendarEventWrapper proto is being moved to //assistant/api/core_types/
69123
- # governed/calendar_event_type.proto. All existing references will be updated to
69124
- # point to the new location. If you are adding a reference, use the new one
69125
- # instead.
69123
+ # multi_account_calendar_event.proto
69126
69124
  # Corresponds to the JSON property `calendarEventWrapper`
69127
69125
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesCalendarEventWrapper]
69128
69126
  attr_accessor :calendar_event_wrapper
@@ -69195,10 +69193,7 @@ module Google
69195
69193
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesDeviceId]
69196
69194
  attr_accessor :device_id
69197
69195
 
69198
- # IMPORTANT: The definition of DeviceUserIdentity is being moved to //assistant/
69199
- # api/core_types/governed/device_user_identity.proto. All existing references
69200
- # will be updated to point to the new location. If you are adding a reference,
69201
- # use the new DeviceUserIdentity instead of this one. // LINT.IfChange
69196
+ # LINT.IfChange
69202
69197
  # Corresponds to the JSON property `deviceUserIdentity`
69203
69198
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesDeviceUserIdentity]
69204
69199
  attr_accessor :device_user_identity
@@ -69907,7 +69902,7 @@ module Google
69907
69902
 
69908
69903
  # Signals to be used by the Prefulfillment Ranker. Derived from the
69909
69904
  # ParsingSignals and GroundingSignals carried by the FunctionCall. LINT.IfChange
69910
- # Next ID: 66
69905
+ # Next ID: 68
69911
69906
  # Corresponds to the JSON property `prefulfillmentSignals`
69912
69907
  # @return [Google::Apis::ContentwarehouseV1::AssistantPrefulfillmentRankerPrefulfillmentSignals]
69913
69908
  attr_accessor :prefulfillment_signals
@@ -83003,11 +82998,7 @@ module Google
83003
82998
  include Google::Apis::Core::Hashable
83004
82999
 
83005
83000
  # This proto contains the information of a calendar event, including title,
83006
- # start time, end time, etc. IMPORTANT: The definition of CalendarEvent proto is
83007
- # being moved to //assistant/api/core_types/governed/calendar_event_type.proto.
83008
- # All existing references will be updated to point to the new location. If you
83009
- # are adding a reference, use the new one instead. LINT.IfChange(CalendarEvent)
83010
- # NEXT_ID: 26
83001
+ # start time, end time, etc. LINT.IfChange(CalendarEvent) NEXT_ID: 26
83011
83002
  # Corresponds to the JSON property `calendarEvent`
83012
83003
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesCalendarEvent]
83013
83004
  attr_accessor :calendar_event
@@ -83016,11 +83007,7 @@ module Google
83016
83007
  # attentional-entities, while maintaining BUILD visibility protection for their
83017
83008
  # contents. The BUILD-visibility-protected extension to this message is defined
83018
83009
  # at http://google3/assistant/verticals/calendar/proto/
83019
- # multi_account_calendar_event.proto IMPORTANT: The definition of
83020
- # CalendarEventWrapper proto is being moved to //assistant/api/core_types/
83021
- # governed/calendar_event_type.proto. All existing references will be updated to
83022
- # point to the new location. If you are adding a reference, use the new one
83023
- # instead.
83010
+ # multi_account_calendar_event.proto
83024
83011
  # Corresponds to the JSON property `calendarEventWrapper`
83025
83012
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesCalendarEventWrapper]
83026
83013
  attr_accessor :calendar_event_wrapper
@@ -84706,15 +84693,12 @@ module Google
84706
84693
  attr_accessor :news_content_type
84707
84694
 
84708
84695
  # An absolute point in time independent of timezone or calendar, based on the
84709
- # proto3 Timestamp (//google/protobuf/timestamp.proto). IMPORTANT: The
84710
- # definition of Timestamp proto is being moved to //assistant/api/core_types/
84711
- # governed/datetime_type.proto. All existing references will be updated to point
84712
- # to the new location. If you are adding a reference, use the new one instead.
84713
- # NOTE: THIS IS NO LONGER RECOMMENDED TO BE USED. It was originally defined
84714
- # separately from google.protobuf.Timestamp due to incompatibility with proto2
84715
- # syntax. The incompatibility issues have since been resolved and so the Google-
84716
- # wide standard representation of google.protobuf.Timestamp should be preferred.
84717
- # In fact, google.protobuf.* protos in general are now recommended to be used in
84696
+ # proto3 Timestamp (//google/protobuf/timestamp.proto). NOTE: THIS IS NO LONGER
84697
+ # RECOMMENDED TO BE USED. It was originally defined separately from google.
84698
+ # protobuf.Timestamp due to incompatibility with proto2 syntax. The
84699
+ # incompatibility issues have since been resolved and so the Google-wide
84700
+ # standard representation of google.protobuf.Timestamp should be preferred. In
84701
+ # fact, google.protobuf.* protos in general are now recommended to be used in
84718
84702
  # new APIs.
84719
84703
  # Corresponds to the JSON property `publicationTime`
84720
84704
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiTimestamp]
@@ -91371,7 +91355,7 @@ module Google
91371
91355
  attr_accessor :noimageframeoverlayreason
91372
91356
 
91373
91357
  # NOTE: When adding a new field to be propagated to Raffia check if
91374
- # NsrPatternSignalSpec needs to be updated. Next ID: 54
91358
+ # NsrPatternSignalSpec needs to be updated. Next ID: 55
91375
91359
  # Corresponds to the JSON property `nsrDataProto`
91376
91360
  # @return [Google::Apis::ContentwarehouseV1::QualityNsrNsrData]
91377
91361
  attr_accessor :nsr_data_proto
@@ -95816,10 +95800,7 @@ module Google
95816
95800
  alias_method :archived?, :archived
95817
95801
 
95818
95802
  # A date-time specification, combining a date and civil time (relative to a
95819
- # given timezone). IMPORTANT: The definition of DateTime proto is being moved to
95820
- # //assistant/api/core_types/governed/datetime_type.proto. All existing
95821
- # references will be updated to point to the new location. If you are adding a
95822
- # reference, use the new one instead.
95803
+ # given timezone).
95823
95804
  # Corresponds to the JSON property `archivedTime`
95824
95805
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiDateTime]
95825
95806
  attr_accessor :archived_time
@@ -95870,10 +95851,7 @@ module Google
95870
95851
  attr_accessor :client_type
95871
95852
 
95872
95853
  # A date-time specification, combining a date and civil time (relative to a
95873
- # given timezone). IMPORTANT: The definition of DateTime proto is being moved to
95874
- # //assistant/api/core_types/governed/datetime_type.proto. All existing
95875
- # references will be updated to point to the new location. If you are adding a
95876
- # reference, use the new one instead.
95854
+ # given timezone).
95877
95855
  # Corresponds to the JSON property `createTime`
95878
95856
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiDateTime]
95879
95857
  attr_accessor :create_time
@@ -95896,10 +95874,7 @@ module Google
95896
95874
  attr_accessor :customized_notification_card
95897
95875
 
95898
95876
  # A date-time specification, combining a date and civil time (relative to a
95899
- # given timezone). IMPORTANT: The definition of DateTime proto is being moved to
95900
- # //assistant/api/core_types/governed/datetime_type.proto. All existing
95901
- # references will be updated to point to the new location. If you are adding a
95902
- # reference, use the new one instead.
95877
+ # given timezone).
95903
95878
  # Corresponds to the JSON property `datetime`
95904
95879
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiDateTime]
95905
95880
  attr_accessor :datetime
@@ -96312,10 +96287,7 @@ module Google
96312
96287
  # a (possibly unbounded) sequence of dates on which an event falls, described by
96313
96288
  # a list of constraints. A date is in a recurrence if and only if it satisfies
96314
96289
  # all of the constraints. Note that devices may support some constraints, but
96315
- # not all. IMPORTANT: The definition of Recurrence proto is being moved to //
96316
- # assistant/api/core_types/governed/datetime_type.proto. All existing references
96317
- # will be updated to point to the new location. If you are adding a reference,
96318
- # use the new one instead.
96290
+ # not all.
96319
96291
  # Corresponds to the JSON property `recurrence`
96320
96292
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiRecurrence]
96321
96293
  attr_accessor :recurrence
@@ -96406,15 +96378,12 @@ module Google
96406
96378
  include Google::Apis::Core::Hashable
96407
96379
 
96408
96380
  # An absolute point in time independent of timezone or calendar, based on the
96409
- # proto3 Timestamp (//google/protobuf/timestamp.proto). IMPORTANT: The
96410
- # definition of Timestamp proto is being moved to //assistant/api/core_types/
96411
- # governed/datetime_type.proto. All existing references will be updated to point
96412
- # to the new location. If you are adding a reference, use the new one instead.
96413
- # NOTE: THIS IS NO LONGER RECOMMENDED TO BE USED. It was originally defined
96414
- # separately from google.protobuf.Timestamp due to incompatibility with proto2
96415
- # syntax. The incompatibility issues have since been resolved and so the Google-
96416
- # wide standard representation of google.protobuf.Timestamp should be preferred.
96417
- # In fact, google.protobuf.* protos in general are now recommended to be used in
96381
+ # proto3 Timestamp (//google/protobuf/timestamp.proto). NOTE: THIS IS NO LONGER
96382
+ # RECOMMENDED TO BE USED. It was originally defined separately from google.
96383
+ # protobuf.Timestamp due to incompatibility with proto2 syntax. The
96384
+ # incompatibility issues have since been resolved and so the Google-wide
96385
+ # standard representation of google.protobuf.Timestamp should be preferred. In
96386
+ # fact, google.protobuf.* protos in general are now recommended to be used in
96418
96387
  # new APIs.
96419
96388
  # Corresponds to the JSON property `creationTime`
96420
96389
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiTimestamp]
@@ -96457,15 +96426,12 @@ module Google
96457
96426
  attr_accessor :label
96458
96427
 
96459
96428
  # An absolute point in time independent of timezone or calendar, based on the
96460
- # proto3 Timestamp (//google/protobuf/timestamp.proto). IMPORTANT: The
96461
- # definition of Timestamp proto is being moved to //assistant/api/core_types/
96462
- # governed/datetime_type.proto. All existing references will be updated to point
96463
- # to the new location. If you are adding a reference, use the new one instead.
96464
- # NOTE: THIS IS NO LONGER RECOMMENDED TO BE USED. It was originally defined
96465
- # separately from google.protobuf.Timestamp due to incompatibility with proto2
96466
- # syntax. The incompatibility issues have since been resolved and so the Google-
96467
- # wide standard representation of google.protobuf.Timestamp should be preferred.
96468
- # In fact, google.protobuf.* protos in general are now recommended to be used in
96429
+ # proto3 Timestamp (//google/protobuf/timestamp.proto). NOTE: THIS IS NO LONGER
96430
+ # RECOMMENDED TO BE USED. It was originally defined separately from google.
96431
+ # protobuf.Timestamp due to incompatibility with proto2 syntax. The
96432
+ # incompatibility issues have since been resolved and so the Google-wide
96433
+ # standard representation of google.protobuf.Timestamp should be preferred. In
96434
+ # fact, google.protobuf.* protos in general are now recommended to be used in
96469
96435
  # new APIs.
96470
96436
  # Corresponds to the JSON property `lastUpdated`
96471
96437
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiTimestamp]
@@ -96511,7 +96477,11 @@ module Google
96511
96477
  # @return [Google::Apis::ContentwarehouseV1::QualityActionsRingtone]
96512
96478
  attr_accessor :ringtone
96513
96479
 
96514
- # Task metadata information describing the ringtone. Next id: 11
96480
+ # LINT.IfChange Task metadata information describing the ringtone. IMPORTANT:
96481
+ # The definition of RingtoneTaskMetadata proto is being moved to //assistant/api/
96482
+ # core_types/ringtone_task_metadata.proto. All existing references will be
96483
+ # updated to point to the new location. If you are adding a reference, use the
96484
+ # new one instead. Next id: 11
96515
96485
  # Corresponds to the JSON property `ringtoneTaskMetadata`
96516
96486
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesGovernedRingtoneTaskMetadata]
96517
96487
  attr_accessor :ringtone_task_metadata
@@ -97941,7 +97911,7 @@ module Google
97941
97911
  end
97942
97912
  end
97943
97913
 
97944
- # NEXT TAG: 27
97914
+ # NEXT TAG: 28
97945
97915
  class QualityNavboostCrapsCrapsData
97946
97916
  include Google::Apis::Core::Hashable
97947
97917
 
@@ -98000,7 +97970,7 @@ module Google
98000
97970
  # @return [Float]
98001
97971
  attr_accessor :last_longest_clicks
98002
97972
 
98003
- # NEXT TAG: 27
97973
+ # NEXT TAG: 28
98004
97974
  # Corresponds to the JSON property `mobileData`
98005
97975
  # @return [Google::Apis::ContentwarehouseV1::QualityNavboostCrapsCrapsData]
98006
97976
  attr_accessor :mobile_data
@@ -98075,6 +98045,12 @@ module Google
98075
98045
  # @return [String]
98076
98046
  attr_accessor :url
98077
98047
 
98048
+ # The number of distinct voter tokens (a lower bound on the number of distinct
98049
+ # users that contributed to the entry, used for privacy-related filtering).
98050
+ # Corresponds to the JSON property `voterTokenCount`
98051
+ # @return [Fixnum]
98052
+ attr_accessor :voter_token_count
98053
+
98078
98054
  def initialize(**args)
98079
98055
  update!(**args)
98080
98056
  end
@@ -98103,6 +98079,7 @@ module Google
98103
98079
  @unsquashed = args[:unsquashed] if args.key?(:unsquashed)
98104
98080
  @unsquashed_mobile_signals = args[:unsquashed_mobile_signals] if args.key?(:unsquashed_mobile_signals)
98105
98081
  @url = args[:url] if args.key?(:url)
98082
+ @voter_token_count = args[:voter_token_count] if args.key?(:voter_token_count)
98106
98083
  end
98107
98084
  end
98108
98085
 
@@ -98176,6 +98153,16 @@ module Google
98176
98153
  # @return [Google::Apis::ContentwarehouseV1::QualityNavboostCrapsCrapsClickSignals]
98177
98154
  attr_accessor :signals
98178
98155
 
98156
+ # Used for aggregating query unique voter_token during merging. We use 4 uint64(
98157
+ # s) as a 256-bit bitmap to aggregate distinct voter_tokens in Glue model
98158
+ # pipeline. Number of elements should always be either 0 or 4. As an
98159
+ # optimization, we store the voter_token as a single uint64 if only one bit is
98160
+ # set. See quality/navboost/speedy_glue/util/voter_token_bitmap.h for the class
98161
+ # that manages operations on these bitmaps.
98162
+ # Corresponds to the JSON property `voterTokenBitmap`
98163
+ # @return [Google::Apis::ContentwarehouseV1::QualityNavboostGlueVoterTokenBitmapMessage]
98164
+ attr_accessor :voter_token_bitmap
98165
+
98179
98166
  def initialize(**args)
98180
98167
  update!(**args)
98181
98168
  end
@@ -98187,6 +98174,7 @@ module Google
98187
98174
  @language = args[:language] if args.key?(:language)
98188
98175
  @location_id = args[:location_id] if args.key?(:location_id)
98189
98176
  @signals = args[:signals] if args.key?(:signals)
98177
+ @voter_token_bitmap = args[:voter_token_bitmap] if args.key?(:voter_token_bitmap)
98190
98178
  end
98191
98179
  end
98192
98180
 
@@ -98293,6 +98281,36 @@ module Google
98293
98281
  end
98294
98282
  end
98295
98283
 
98284
+ # Used for aggregating query unique voter_token during merging. We use 4 uint64(
98285
+ # s) as a 256-bit bitmap to aggregate distinct voter_tokens in Glue model
98286
+ # pipeline. Number of elements should always be either 0 or 4. As an
98287
+ # optimization, we store the voter_token as a single uint64 if only one bit is
98288
+ # set. See quality/navboost/speedy_glue/util/voter_token_bitmap.h for the class
98289
+ # that manages operations on these bitmaps.
98290
+ class QualityNavboostGlueVoterTokenBitmapMessage
98291
+ include Google::Apis::Core::Hashable
98292
+
98293
+ #
98294
+ # Corresponds to the JSON property `subRange`
98295
+ # @return [Array<Fixnum>]
98296
+ attr_accessor :sub_range
98297
+
98298
+ #
98299
+ # Corresponds to the JSON property `voterToken`
98300
+ # @return [Fixnum]
98301
+ attr_accessor :voter_token
98302
+
98303
+ def initialize(**args)
98304
+ update!(**args)
98305
+ end
98306
+
98307
+ # Update properties of this object
98308
+ def update!(**args)
98309
+ @sub_range = args[:sub_range] if args.key?(:sub_range)
98310
+ @voter_token = args[:voter_token] if args.key?(:voter_token)
98311
+ end
98312
+ end
98313
+
98296
98314
  # Experimental NsrTeam data. This is a proto containing versioned signals which
98297
98315
  # can be used to run live experiments. This proto will not be propagated to MDU
98298
98316
  # shards, but it will be populated at query time by go/web-signal-joins inside
@@ -98494,7 +98512,7 @@ module Google
98494
98512
  end
98495
98513
 
98496
98514
  # NOTE: When adding a new field to be propagated to Raffia check if
98497
- # NsrPatternSignalSpec needs to be updated. Next ID: 54
98515
+ # NsrPatternSignalSpec needs to be updated. Next ID: 55
98498
98516
  class QualityNsrNsrData
98499
98517
  include Google::Apis::Core::Hashable
98500
98518
 
@@ -98718,6 +98736,11 @@ module Google
98718
98736
  # @return [Float]
98719
98737
  attr_accessor :site_quality_stddev
98720
98738
 
98739
+ # Score of small personal site promotion go/promoting-personal-blogs-v1
98740
+ # Corresponds to the JSON property `smallPersonalSite`
98741
+ # @return [Float]
98742
+ attr_accessor :small_personal_site
98743
+
98721
98744
  # The SpamBrain LAVC score, as of July 2022. See more information at go/
98722
98745
  # cloverfield-lavc-deck.
98723
98746
  # Corresponds to the JSON property `spambrainLavcScore`
@@ -98814,6 +98837,7 @@ module Google
98814
98837
  @site_link_out = args[:site_link_out] if args.key?(:site_link_out)
98815
98838
  @site_pr = args[:site_pr] if args.key?(:site_pr)
98816
98839
  @site_quality_stddev = args[:site_quality_stddev] if args.key?(:site_quality_stddev)
98840
+ @small_personal_site = args[:small_personal_site] if args.key?(:small_personal_site)
98817
98841
  @spambrain_lavc_score = args[:spambrain_lavc_score] if args.key?(:spambrain_lavc_score)
98818
98842
  @spambrain_lavc_scores = args[:spambrain_lavc_scores] if args.key?(:spambrain_lavc_scores)
98819
98843
  @tofu = args[:tofu] if args.key?(:tofu)
@@ -101853,11 +101877,6 @@ module Google
101853
101877
  # @return [Fixnum]
101854
101878
  attr_accessor :product_cluster_mid
101855
101879
 
101856
- # Organic product popularity.
101857
- # Corresponds to the JSON property `productPopularity`
101858
- # @return [Float]
101859
- attr_accessor :product_popularity
101860
-
101861
101880
  # Relevance embedding from ShoppingAnnotation.Product
101862
101881
  # Corresponds to the JSON property `relevanceEmbedding`
101863
101882
  # @return [Array<Google::Apis::ContentwarehouseV1::QualityRankembedMustangMustangRankEmbedInfo>]
@@ -101889,7 +101908,6 @@ module Google
101889
101908
  @pblock = args[:pblock] if args.key?(:pblock)
101890
101909
  @product_browseonomy_ids = args[:product_browseonomy_ids] if args.key?(:product_browseonomy_ids)
101891
101910
  @product_cluster_mid = args[:product_cluster_mid] if args.key?(:product_cluster_mid)
101892
- @product_popularity = args[:product_popularity] if args.key?(:product_popularity)
101893
101911
  @relevance_embedding = args[:relevance_embedding] if args.key?(:relevance_embedding)
101894
101912
  @weak_global_product_cluster_id = args[:weak_global_product_cluster_id] if args.key?(:weak_global_product_cluster_id)
101895
101913
  end
@@ -107444,12 +107462,6 @@ module Google
107444
107462
  # @return [Google::Apis::ContentwarehouseV1::RepositoryWebrefConceptNameMetadata]
107445
107463
  attr_accessor :name_metadata
107446
107464
 
107447
- # Whether the mention is a non-locational reference to a geographical entity.
107448
- # Ranges from 0 (locational) to 1 (non-locational).
107449
- # Corresponds to the JSON property `nonLocationalScore`
107450
- # @return [Float]
107451
- attr_accessor :non_locational_score
107452
-
107453
107465
  # Collects all lightweight token patterns for each CandidateMention or Mention.
107454
107466
  # Corresponds to the JSON property `perMentionLightweightToken`
107455
107467
  # @return [Google::Apis::ContentwarehouseV1::RepositoryWebrefLightweightTokensPerMentionLightweightToken]
@@ -107500,21 +107512,6 @@ module Google
107500
107512
  # @return [Google::Apis::ContentwarehouseV1::RepositoryWebrefSubSegmentIndex]
107501
107513
  attr_accessor :subsegment_index
107502
107514
 
107503
- # Confidence for the time_offset_ms annotation, quantized to values in range 0-
107504
- # 127 (see speech::VideoASRServerUtil::ConfidenceQuantize for how the
107505
- # quantization was done). Confidence can be empty for special characters (e.g.
107506
- # spaces).
107507
- # Corresponds to the JSON property `timeOffsetConfidence`
107508
- # @return [Fixnum]
107509
- attr_accessor :time_offset_confidence
107510
-
107511
- # Timestamp that this mention appeared in the video. The field is only populated
107512
- # for VIDEO_TRANSCRIPT when the byte offset is the same. It is extracted from
107513
- # cdoc.doc_videos.content_based_metadata.transcript_asr.transcript.timestamp.
107514
- # Corresponds to the JSON property `timeOffsetMs`
107515
- # @return [Fixnum]
107516
- attr_accessor :time_offset_ms
107517
-
107518
107515
  # Confidence that this name is a trusted name of the entity. This is set only in
107519
107516
  # case the confidence is higher than an internal threshold (see
107520
107517
  # ConceptProbability).
@@ -107545,7 +107542,6 @@ module Google
107545
107542
  @low_confidence = args[:low_confidence] if args.key?(:low_confidence)
107546
107543
  @matching_text = args[:matching_text] if args.key?(:matching_text)
107547
107544
  @name_metadata = args[:name_metadata] if args.key?(:name_metadata)
107548
- @non_locational_score = args[:non_locational_score] if args.key?(:non_locational_score)
107549
107545
  @per_mention_lightweight_token = args[:per_mention_lightweight_token] if args.key?(:per_mention_lightweight_token)
107550
107546
  @personalization_context_outputs = args[:personalization_context_outputs] if args.key?(:personalization_context_outputs)
107551
107547
  @prior_probability = args[:prior_probability] if args.key?(:prior_probability)
@@ -107553,8 +107549,6 @@ module Google
107553
107549
  @resolution_score = args[:resolution_score] if args.key?(:resolution_score)
107554
107550
  @stuff = args[:stuff] if args.key?(:stuff)
107555
107551
  @subsegment_index = args[:subsegment_index] if args.key?(:subsegment_index)
107556
- @time_offset_confidence = args[:time_offset_confidence] if args.key?(:time_offset_confidence)
107557
- @time_offset_ms = args[:time_offset_ms] if args.key?(:time_offset_ms)
107558
107552
  @trusted_name_confidence = args[:trusted_name_confidence] if args.key?(:trusted_name_confidence)
107559
107553
  end
107560
107554
  end
@@ -108673,16 +108667,6 @@ module Google
108673
108667
  class RepositoryWebrefPreprocessingUrlSourceInfo
108674
108668
  include Google::Apis::Core::Hashable
108675
108669
 
108676
- # Source information for the old reference url Freebase schema.
108677
- # Corresponds to the JSON property `deprecatedOldSchema`
108678
- # @return [Google::Apis::ContentwarehouseV1::RepositoryWebrefPreprocessingUrlSourceInfoOldSchema]
108679
- attr_accessor :deprecated_old_schema
108680
-
108681
- # Source information for the new reference url Freebase schema.
108682
- # Corresponds to the JSON property `newSchema`
108683
- # @return [Google::Apis::ContentwarehouseV1::RepositoryWebrefPreprocessingUrlSourceInfoNewSchema]
108684
- attr_accessor :new_schema
108685
-
108686
108670
  #
108687
108671
  # Corresponds to the JSON property `originalUrl`
108688
108672
  # @return [String]
@@ -108699,52 +108683,11 @@ module Google
108699
108683
 
108700
108684
  # Update properties of this object
108701
108685
  def update!(**args)
108702
- @deprecated_old_schema = args[:deprecated_old_schema] if args.key?(:deprecated_old_schema)
108703
- @new_schema = args[:new_schema] if args.key?(:new_schema)
108704
108686
  @original_url = args[:original_url] if args.key?(:original_url)
108705
108687
  @source = args[:source] if args.key?(:source)
108706
108688
  end
108707
108689
  end
108708
108690
 
108709
- # Source information for the new reference url Freebase schema.
108710
- class RepositoryWebrefPreprocessingUrlSourceInfoNewSchema
108711
- include Google::Apis::Core::Hashable
108712
-
108713
- #
108714
- # Corresponds to the JSON property `sourceProperty`
108715
- # @return [String]
108716
- attr_accessor :source_property
108717
-
108718
- def initialize(**args)
108719
- update!(**args)
108720
- end
108721
-
108722
- # Update properties of this object
108723
- def update!(**args)
108724
- @source_property = args[:source_property] if args.key?(:source_property)
108725
- end
108726
- end
108727
-
108728
- # Source information for the old reference url Freebase schema.
108729
- class RepositoryWebrefPreprocessingUrlSourceInfoOldSchema
108730
- include Google::Apis::Core::Hashable
108731
-
108732
- #
108733
- # Corresponds to the JSON property `isOfficial`
108734
- # @return [Boolean]
108735
- attr_accessor :is_official
108736
- alias_method :is_official?, :is_official
108737
-
108738
- def initialize(**args)
108739
- update!(**args)
108740
- end
108741
-
108742
- # Update properties of this object
108743
- def update!(**args)
108744
- @is_official = args[:is_official] if args.key?(:is_official)
108745
- end
108746
- end
108747
-
108748
108691
  # A single processor counter stored as a pair of the counter name and the value.
108749
108692
  class RepositoryWebrefProcessorCounter
108750
108693
  include Google::Apis::Core::Hashable
@@ -109487,11 +109430,6 @@ module Google
109487
109430
  # @return [Google::Apis::ContentwarehouseV1::RepositoryWebrefWebrefOutlinkInfos]
109488
109431
  attr_accessor :webref_outlink_infos
109489
109432
 
109490
- # This is proto2's version of MessageSet.
109491
- # Corresponds to the JSON property `webrefOutlinksLegacy`
109492
- # @return [Google::Apis::ContentwarehouseV1::Proto2BridgeMessageSet]
109493
- attr_accessor :webref_outlinks_legacy
109494
-
109495
109433
  def initialize(**args)
109496
109434
  update!(**args)
109497
109435
  end
@@ -109507,7 +109445,6 @@ module Google
109507
109445
  @source_snapshot_type = args[:source_snapshot_type] if args.key?(:source_snapshot_type)
109508
109446
  @url = args[:url] if args.key?(:url)
109509
109447
  @webref_outlink_infos = args[:webref_outlink_infos] if args.key?(:webref_outlink_infos)
109510
- @webref_outlinks_legacy = args[:webref_outlinks_legacy] if args.key?(:webref_outlinks_legacy)
109511
109448
  end
109512
109449
  end
109513
109450
 
@@ -110136,11 +110073,6 @@ module Google
110136
110073
  # @return [Google::Apis::ContentwarehouseV1::Proto2BridgeMessageSet]
110137
110074
  attr_accessor :extensions
110138
110075
 
110139
- # Information about the outlinks of an annotated document. Next available tag: 3
110140
- # Corresponds to the JSON property `outlinkInfos`
110141
- # @return [Google::Apis::ContentwarehouseV1::RepositoryWebrefWebrefOutlinkInfos]
110142
- attr_accessor :outlink_infos
110143
-
110144
110076
  # The content (CONTENT section 0) as parsed by WebrefParser. Only used by //r/w/
110145
110077
  # postprocessing/idf/idf-pipeline for document ngram idf computation. Populated
110146
110078
  # when the annotator is run with webref_populate_parsed_content Each
@@ -110159,7 +110091,6 @@ module Google
110159
110091
  def update!(**args)
110160
110092
  @document_metadata = args[:document_metadata] if args.key?(:document_metadata)
110161
110093
  @extensions = args[:extensions] if args.key?(:extensions)
110162
- @outlink_infos = args[:outlink_infos] if args.key?(:outlink_infos)
110163
110094
  @webref_parsed_content_sentence = args[:webref_parsed_content_sentence] if args.key?(:webref_parsed_content_sentence)
110164
110095
  end
110165
110096
  end
@@ -113127,6 +113058,25 @@ module Google
113127
113058
  end
113128
113059
  end
113129
113060
 
113061
+ #
113062
+ class SafesearchImageOffensiveAnnotation
113063
+ include Google::Apis::Core::Hashable
113064
+
113065
+ #
113066
+ # Corresponds to the JSON property `hatefulDerogatoryScore`
113067
+ # @return [Float]
113068
+ attr_accessor :hateful_derogatory_score
113069
+
113070
+ def initialize(**args)
113071
+ update!(**args)
113072
+ end
113073
+
113074
+ # Update properties of this object
113075
+ def update!(**args)
113076
+ @hateful_derogatory_score = args[:hateful_derogatory_score] if args.key?(:hateful_derogatory_score)
113077
+ end
113078
+ end
113079
+
113130
113080
  # A proto that stores SafeSearch internal signals that are not exported to
113131
113081
  # clients.
113132
113082
  class SafesearchInternalImageSignals
@@ -113137,6 +113087,11 @@ module Google
113137
113087
  # @return [Float]
113138
113088
  attr_accessor :image_entities_violence_score
113139
113089
 
113090
+ #
113091
+ # Corresponds to the JSON property `offensiveAnnotation`
113092
+ # @return [Google::Apis::ContentwarehouseV1::SafesearchImageOffensiveAnnotation]
113093
+ attr_accessor :offensive_annotation
113094
+
113140
113095
  # Additional SafeSearch signals that are used to compute final scores.
113141
113096
  # Corresponds to the JSON property `starburstPornScore`
113142
113097
  # @return [Float]
@@ -113154,6 +113109,7 @@ module Google
113154
113109
  # Update properties of this object
113155
113110
  def update!(**args)
113156
113111
  @image_entities_violence_score = args[:image_entities_violence_score] if args.key?(:image_entities_violence_score)
113112
+ @offensive_annotation = args[:offensive_annotation] if args.key?(:offensive_annotation)
113157
113113
  @starburst_porn_score = args[:starburst_porn_score] if args.key?(:starburst_porn_score)
113158
113114
  @starburst_violence_score = args[:starburst_violence_score] if args.key?(:starburst_violence_score)
113159
113115
  end
@@ -123178,7 +123134,7 @@ module Google
123178
123134
  # rebuilt and pushed: - cron_fetcher_index mapreduces: so that UrlReplyIndex,
123179
123135
  # etc. retain the new fields - tlookup, tlookup_server: want to be able to
123180
123136
  # return the new fields - logviewer, fetchutil: annoying to get back 'tag88:' in
123181
- # results -------------------------- Next Tag: 124 -----------------------
123137
+ # results -------------------------- Next Tag: 125 -----------------------
123182
123138
  class TrawlerFetchReplyData
123183
123139
  include Google::Apis::Core::Hashable
123184
123140
 
@@ -123620,6 +123576,12 @@ module Google
123620
123576
  # @return [String]
123621
123577
  attr_accessor :traffic_type
123622
123578
 
123579
+ # WebIO is the new hostload model introduced in 2023. It measures the occupancy
123580
+ # of 1 outgoing fetch connection for 1 minute.
123581
+ # Corresponds to the JSON property `webioInfo`
123582
+ # @return [Google::Apis::ContentwarehouseV1::TrawlerFetchReplyDataWebIoInfo]
123583
+ attr_accessor :webio_info
123584
+
123623
123585
  def initialize(**args)
123624
123586
  update!(**args)
123625
123587
  end
@@ -123684,6 +123646,7 @@ module Google
123684
123646
  @protocolresponse = args[:protocolresponse] if args.key?(:protocolresponse)
123685
123647
  @redirects = args[:redirects] if args.key?(:redirects)
123686
123648
  @traffic_type = args[:traffic_type] if args.key?(:traffic_type)
123649
+ @webio_info = args[:webio_info] if args.key?(:webio_info)
123687
123650
  end
123688
123651
  end
123689
123652
 
@@ -124283,6 +124246,32 @@ module Google
124283
124246
  end
124284
124247
  end
124285
124248
 
124249
+ # WebIO is the new hostload model introduced in 2023. It measures the occupancy
124250
+ # of 1 outgoing fetch connection for 1 minute.
124251
+ class TrawlerFetchReplyDataWebIoInfo
124252
+ include Google::Apis::Core::Hashable
124253
+
124254
+ #
124255
+ # Corresponds to the JSON property `webio`
124256
+ # @return [Float]
124257
+ attr_accessor :webio
124258
+
124259
+ #
124260
+ # Corresponds to the JSON property `webioPercentageTier`
124261
+ # @return [String]
124262
+ attr_accessor :webio_percentage_tier
124263
+
124264
+ def initialize(**args)
124265
+ update!(**args)
124266
+ end
124267
+
124268
+ # Update properties of this object
124269
+ def update!(**args)
124270
+ @webio = args[:webio] if args.key?(:webio)
124271
+ @webio_percentage_tier = args[:webio_percentage_tier] if args.key?(:webio_percentage_tier)
124272
+ end
124273
+ end
124274
+
124286
124275
  #
124287
124276
  class TrawlerFetchStatus
124288
124277
  include Google::Apis::Core::Hashable
@@ -130498,7 +130487,7 @@ module Google
130498
130487
  # @return [String]
130499
130488
  attr_accessor :asr_language
130500
130489
 
130501
- # NEXT TAG: 27
130490
+ # NEXT TAG: 28
130502
130491
  # Corresponds to the JSON property `crapsData`
130503
130492
  # @return [Google::Apis::ContentwarehouseV1::QualityNavboostCrapsCrapsData]
130504
130493
  attr_accessor :craps_data