google-apis-contentwarehouse_v1 0.30.0 → 0.32.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 490f9b7f339dc986f89c63103e7be5396e7ac0403f534a46c7b99420a8e8eee0
4
- data.tar.gz: bef54c1f4bbc627e86dea883668d64e3cae4b0304a2768e694b2142189a83c01
3
+ metadata.gz: 2f76f0f122ae547ab7e45d505cebf4cc6f141499ab4a90a885071231e6f12179
4
+ data.tar.gz: 2a5c94c71f33c279cde868619b717a337eb3738eb4386ba2a6f7cad0194db002
5
5
  SHA512:
6
- metadata.gz: ff2c6b0a9dbe0070fdc6a45da1d87847a8966c4c225eed3b9dbc0f5e2a8dcf3fa9be0f8f19fbaaf1d9bf1bd7776f488cfef836668835e4c245d3b76bea28cec6
7
- data.tar.gz: 11b342405e7776bbe5ce27f666246295747fa8149148b0f96c5b4f8fa7271ed0b7b003402b97f9201763caf98d88ee8eee8068d541e127fc01bfe7710da1ae89
6
+ metadata.gz: 213f620e663d6c452753a4e493c7ab7cc0f46cbb0de535d383c9e578b235f840dc6af3d447d71bc0d94834b0d6a5205ba5efafd7475d265bde1936aa443c6cc4
7
+ data.tar.gz: 71c19d0b8e63cfcbf3d807c0fd72bf3fe2bee890631c0362c3e5223499dd8230726669a62373ad40bda31c0b41418a7d23588fe3302fbb0cf8f2409747ee408c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-contentwarehouse_v1
2
2
 
3
+ ### v0.32.0 (2024-01-22)
4
+
5
+ * Regenerated using generator version 0.13.0
6
+
7
+ ### v0.31.0 (2023-11-12)
8
+
9
+ * Regenerated from discovery document revision 20231106
10
+
3
11
  ### v0.30.0 (2023-11-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20231026
@@ -11798,7 +11798,7 @@ module Google
11798
11798
 
11799
11799
  # LINT.IfChange(ungoverned_message_notification) This proto captures the
11800
11800
  # contents of a messaging app notification that is typically part of a
11801
- # conversation thread. Next Id: 20
11801
+ # conversation thread. Next Id: 21
11802
11802
  class AssistantApiCoreTypesMessageNotification
11803
11803
  include Google::Apis::Core::Hashable
11804
11804
 
@@ -11853,6 +11853,11 @@ module Google
11853
11853
  # @return [String]
11854
11854
  attr_accessor :message_recipient_type
11855
11855
 
11856
+ # Word count of the message
11857
+ # Corresponds to the JSON property `messageWordCount`
11858
+ # @return [Fixnum]
11859
+ attr_accessor :message_word_count
11860
+
11856
11861
  # Mime type of the data_uri. e.g. 'audio/wav', 'video/mp4', 'image/png'.
11857
11862
  # Corresponds to the JSON property `mimeType`
11858
11863
  # @return [String]
@@ -11925,6 +11930,7 @@ module Google
11925
11930
  @mark_as_read_action_available = args[:mark_as_read_action_available] if args.key?(:mark_as_read_action_available)
11926
11931
  @message_length = args[:message_length] if args.key?(:message_length)
11927
11932
  @message_recipient_type = args[:message_recipient_type] if args.key?(:message_recipient_type)
11933
+ @message_word_count = args[:message_word_count] if args.key?(:message_word_count)
11928
11934
  @mime_type = args[:mime_type] if args.key?(:mime_type)
11929
11935
  @notification_entries = args[:notification_entries] if args.key?(:notification_entries)
11930
11936
  @notification_icon_key = args[:notification_icon_key] if args.key?(:notification_icon_key)
@@ -12421,6 +12427,27 @@ module Google
12421
12427
  end
12422
12428
  end
12423
12429
 
12430
+ #
12431
+ class AssistantApiDataValidateCapabilities
12432
+ include Google::Apis::Core::Hashable
12433
+
12434
+ # If true, data.VALIDATE should be routed to the tethered device (if present) if
12435
+ # the tethered device supports data.VALIDATE and the primary device does not.
12436
+ # Corresponds to the JSON property `fallbackToTetheredDevice`
12437
+ # @return [Boolean]
12438
+ attr_accessor :fallback_to_tethered_device
12439
+ alias_method :fallback_to_tethered_device?, :fallback_to_tethered_device
12440
+
12441
+ def initialize(**args)
12442
+ update!(**args)
12443
+ end
12444
+
12445
+ # Update properties of this object
12446
+ def update!(**args)
12447
+ @fallback_to_tethered_device = args[:fallback_to_tethered_device] if args.key?(:fallback_to_tethered_device)
12448
+ end
12449
+ end
12450
+
12424
12451
  # A Gregorian calendar date.
12425
12452
  class AssistantApiDate
12426
12453
  include Google::Apis::Core::Hashable
@@ -12521,7 +12548,7 @@ module Google
12521
12548
  # enum. A surface's capabilities can differ from the device's. An example would
12522
12549
  # be ANDROID_ALLO running on Pixel. Allo does not support AudioInput while the
12523
12550
  # Pixel does. In this case, audio_input will be set to false for Assistant Allo
12524
- # requests while it might be set to true for OPA_NEXUS requests. Next ID: 36
12551
+ # requests while it might be set to true for OPA_NEXUS requests. Next ID: 37
12525
12552
  class AssistantApiDeviceCapabilities
12526
12553
  include Google::Apis::Core::Hashable
12527
12554
 
@@ -12588,6 +12615,11 @@ module Google
12588
12615
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiContactLookupCapabilities]
12589
12616
  attr_accessor :contact_lookup_capabilities
12590
12617
 
12618
+ #
12619
+ # Corresponds to the JSON property `dataValidateCapabilities`
12620
+ # @return [Google::Apis::ContentwarehouseV1::AssistantApiDataValidateCapabilities]
12621
+ attr_accessor :data_validate_capabilities
12622
+
12591
12623
  # LINT.IfChange(DeviceId) Specifies identifier of a device AKA surface. Note
12592
12624
  # there may be multiple device ids for the same physical device E.g. Allo app
12593
12625
  # and Assistant app on Nexus. Note: DeviceId usage is complicated. Please do not
@@ -12761,6 +12793,7 @@ module Google
12761
12793
  @cast = args[:cast] if args.key?(:cast)
12762
12794
  @communication_ui_capabilities = args[:communication_ui_capabilities] if args.key?(:communication_ui_capabilities)
12763
12795
  @contact_lookup_capabilities = args[:contact_lookup_capabilities] if args.key?(:contact_lookup_capabilities)
12796
+ @data_validate_capabilities = args[:data_validate_capabilities] if args.key?(:data_validate_capabilities)
12764
12797
  @device_id = args[:device_id] if args.key?(:device_id)
12765
12798
  @device_ux_mode = args[:device_ux_mode] if args.key?(:device_ux_mode)
12766
12799
  @has_voice_telephony = args[:has_voice_telephony] if args.key?(:has_voice_telephony)
@@ -14607,7 +14640,7 @@ module Google
14607
14640
  # enum. A surface's capabilities can differ from the device's. An example would
14608
14641
  # be ANDROID_ALLO running on Pixel. Allo does not support AudioInput while the
14609
14642
  # Pixel does. In this case, audio_input will be set to false for Assistant Allo
14610
- # requests while it might be set to true for OPA_NEXUS requests. Next ID: 36
14643
+ # requests while it might be set to true for OPA_NEXUS requests. Next ID: 37
14611
14644
  # Corresponds to the JSON property `capabilities`
14612
14645
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiDeviceCapabilities]
14613
14646
  attr_accessor :capabilities
@@ -22426,7 +22459,7 @@ module Google
22426
22459
 
22427
22460
  # Signals to be used by the Prefulfillment Ranker. Derived from the
22428
22461
  # ParsingSignals and GroundingSignals carried by the FunctionCall. LINT.IfChange
22429
- # Next ID: 68
22462
+ # Next ID: 69
22430
22463
  class AssistantPrefulfillmentRankerPrefulfillmentSignals
22431
22464
  include Google::Apis::Core::Hashable
22432
22465
 
@@ -22547,6 +22580,12 @@ module Google
22547
22580
  # @return [String]
22548
22581
  attr_accessor :intent_type
22549
22582
 
22583
+ #
22584
+ # Corresponds to the JSON property `isDummyIntent`
22585
+ # @return [Boolean]
22586
+ attr_accessor :is_dummy_intent
22587
+ alias_method :is_dummy_intent?, :is_dummy_intent
22588
+
22550
22589
  # Feasibility of fulfilling the binding set. Eg: For PlayMedia, this is
22551
22590
  # equivalent to playability. More details: go/hgr-feasibility-feature.
22552
22591
  # Corresponds to the JSON property `isFeasible`
@@ -22824,6 +22863,7 @@ module Google
22824
22863
  @intent_name_auis_score_exp = args[:intent_name_auis_score_exp] if args.key?(:intent_name_auis_score_exp)
22825
22864
  @intent_name_pauis = args[:intent_name_pauis] if args.key?(:intent_name_pauis)
22826
22865
  @intent_type = args[:intent_type] if args.key?(:intent_type)
22866
+ @is_dummy_intent = args[:is_dummy_intent] if args.key?(:is_dummy_intent)
22827
22867
  @is_feasible = args[:is_feasible] if args.key?(:is_feasible)
22828
22868
  @is_fully_grounded = args[:is_fully_grounded] if args.key?(:is_fully_grounded)
22829
22869
  @is_high_confidence_podcast_intent = args[:is_high_confidence_podcast_intent] if args.key?(:is_high_confidence_podcast_intent)
@@ -35083,7 +35123,7 @@ module Google
35083
35123
  # @return [Google::Apis::ContentwarehouseV1::GeostoreAnchoredGeometryProto]
35084
35124
  attr_accessor :anchored_geometry
35085
35125
 
35086
- # RESERVED
35126
+ #
35087
35127
  # Corresponds to the JSON property `associatedEvChargingStation`
35088
35128
  # @return [Array<Google::Apis::ContentwarehouseV1::GeostoreFeatureIdProto>]
35089
35129
  attr_accessor :associated_ev_charging_station
@@ -55624,7 +55664,7 @@ module Google
55624
55664
 
55625
55665
  # This defines the per-doc data which is extracted from thumbnails and
55626
55666
  # propagated over to indexing. It contains all information that can be used for
55627
- # restricts. Next tag id: 131
55667
+ # restricts. Next tag id: 132
55628
55668
  class ImageData
55629
55669
  include Google::Apis::Core::Hashable
55630
55670
 
@@ -56047,6 +56087,11 @@ module Google
56047
56087
  # @return [String]
56048
56088
  attr_accessor :on_page_alternate_url
56049
56089
 
56090
+ # Image-only orbit intents (See: go/orbit-for-images-v2)
56091
+ # Corresponds to the JSON property `orbitIntents`
56092
+ # @return [Google::Apis::ContentwarehouseV1::QualityOrbitOrbitImageIntents]
56093
+ attr_accessor :orbit_intents
56094
+
56050
56095
  # Encodes face number and largest face frac into a small package for storage in
56051
56096
  # mustang. This is calculated directly from FaceDetectionResult.
56052
56097
  # Corresponds to the JSON property `packedFullFaceInfo`
@@ -56266,6 +56311,7 @@ module Google
56266
56311
  @ocr_taser = args[:ocr_taser] if args.key?(:ocr_taser)
56267
56312
  @ocr_textboxes = args[:ocr_textboxes] if args.key?(:ocr_textboxes)
56268
56313
  @on_page_alternate_url = args[:on_page_alternate_url] if args.key?(:on_page_alternate_url)
56314
+ @orbit_intents = args[:orbit_intents] if args.key?(:orbit_intents)
56269
56315
  @packed_full_face_info = args[:packed_full_face_info] if args.key?(:packed_full_face_info)
56270
56316
  @person_attributes = args[:person_attributes] if args.key?(:person_attributes)
56271
56317
  @person_detection_signals = args[:person_detection_signals] if args.key?(:person_detection_signals)
@@ -57991,7 +58037,7 @@ module Google
57991
58037
 
57992
58038
  # This defines the per-doc data which is extracted from thumbnails and
57993
58039
  # propagated over to indexing. It contains all information that can be used for
57994
- # restricts. Next tag id: 131
58040
+ # restricts. Next tag id: 132
57995
58041
  # Corresponds to the JSON property `representativeFrameData`
57996
58042
  # @return [Google::Apis::ContentwarehouseV1::ImageData]
57997
58043
  attr_accessor :representative_frame_data
@@ -58359,7 +58405,7 @@ module Google
58359
58405
 
58360
58406
  # This defines the per-doc data which is extracted from thumbnails and
58361
58407
  # propagated over to indexing. It contains all information that can be used for
58362
- # restricts. Next tag id: 131
58408
+ # restricts. Next tag id: 132
58363
58409
  # Corresponds to the JSON property `perdoc`
58364
58410
  # @return [Google::Apis::ContentwarehouseV1::ImageData]
58365
58411
  attr_accessor :perdoc
@@ -64509,12 +64555,21 @@ module Google
64509
64555
  class IndexingDocjoinerDataVersionVersionInfo
64510
64556
  include Google::Apis::Core::Hashable
64511
64557
 
64558
+ # Sometimes, a piece of data may not exist for a document (and we don't want to
64559
+ # delete it), so timestamp_micros won't exist. However,
64560
+ # consideration_timestamp_micros will be set to indicate we tried to update that
64561
+ # piece of data for tracking purposes.
64562
+ # Corresponds to the JSON property `considerationTimestampMicros`
64563
+ # @return [Fixnum]
64564
+ attr_accessor :consideration_timestamp_micros
64565
+
64512
64566
  #
64513
64567
  # Corresponds to the JSON property `humanReadableVersion`
64514
64568
  # @return [String]
64515
64569
  attr_accessor :human_readable_version
64516
64570
 
64517
- #
64571
+ # The timestamp when a piece of data is updated (or deleted if the data doesn't
64572
+ # exist in the update).
64518
64573
  # Corresponds to the JSON property `timestampMicros`
64519
64574
  # @return [Fixnum]
64520
64575
  attr_accessor :timestamp_micros
@@ -64525,6 +64580,7 @@ module Google
64525
64580
 
64526
64581
  # Update properties of this object
64527
64582
  def update!(**args)
64583
+ @consideration_timestamp_micros = args[:consideration_timestamp_micros] if args.key?(:consideration_timestamp_micros)
64528
64584
  @human_readable_version = args[:human_readable_version] if args.key?(:human_readable_version)
64529
64585
  @timestamp_micros = args[:timestamp_micros] if args.key?(:timestamp_micros)
64530
64586
  end
@@ -68124,7 +68180,7 @@ module Google
68124
68180
  attr_accessor :name
68125
68181
 
68126
68182
  # A message representing the signals associated with an argument. NEXT ID TO USE:
68127
- # 60 For //depot/google3/logs/proto/knowledge/interpretation/intent_query.proto
68183
+ # 62 For //depot/google3/logs/proto/knowledge/interpretation/intent_query.proto
68128
68184
  # in the "ThenChange", fields under Argument.signals in the serving proto are
68129
68185
  # stored directly under Argument on the logging side. For example, see http://
68130
68186
  # google3/nlp/semantic_parsing/data_management/logs/web_logs/
@@ -68629,7 +68685,7 @@ module Google
68629
68685
  end
68630
68686
 
68631
68687
  # A message representing the signals associated with an argument. NEXT ID TO USE:
68632
- # 60 For //depot/google3/logs/proto/knowledge/interpretation/intent_query.proto
68688
+ # 62 For //depot/google3/logs/proto/knowledge/interpretation/intent_query.proto
68633
68689
  # in the "ThenChange", fields under Argument.signals in the serving proto are
68634
68690
  # stored directly under Argument on the logging side. For example, see http://
68635
68691
  # google3/nlp/semantic_parsing/data_management/logs/web_logs/
@@ -68974,6 +69030,11 @@ module Google
68974
69030
  # @return [Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQueryShoppingIds]
68975
69031
  attr_accessor :shopping_ids
68976
69032
 
69033
+ # What added this argument.
69034
+ # Corresponds to the JSON property `source`
69035
+ # @return [String]
69036
+ attr_accessor :source
69037
+
68977
69038
  # go/stbr supportthis is an
68978
69039
  # Corresponds to the JSON property `supportTransferRules`
68979
69040
  # @return [Array<Google::Apis::ContentwarehouseV1::LogsSemanticInterpretationIntentQuerySupportTransferRule>]
@@ -68989,12 +69050,25 @@ module Google
68989
69050
  # example, having both entity_type and string_type present in a ValueType field
68990
69051
  # of a Slot means that the Slot can take _either_ an an EntityType _or_
68991
69052
  # StringType as a value, and nothing else. It may be helpful to think of this
68992
- # proto as being called something like AllAllowedValueTypes. Next tag id: 25
68993
- # LINT.IfChange
69053
+ # proto as being called something like AllAllowedValueTypes. To enforce a
69054
+ # component-specific contract (go/contract-based-conformance) for allowed type(s)
69055
+ # , we add a repeated field view_specific_$`x` for the type $`x`. For example,
69056
+ # if we want a slot that can hold any type by default, but can only hold an
69057
+ # integer when checking against the P2_LWA contract, then the following should
69058
+ # be added to MeaningCatalog: slot ` name: "integer_only_slot" type ` // The
69059
+ # default view has no sub_type or other options. number_type `` // The P2_LWA
69060
+ # view specifies INTEGER sub_type. view_specific_number_types ` sub_type:
69061
+ # INTEGER component_specific_contracts: P2_LWA ` ` ` See go/view-based-options-
69062
+ # for-valuetype for more information. Next tag id: 26 LINT.IfChange
68994
69063
  # Corresponds to the JSON property `ungroundedValueType`
68995
69064
  # @return [Google::Apis::ContentwarehouseV1::KnowledgeAnswersValueType]
68996
69065
  attr_accessor :ungrounded_value_type
68997
69066
 
69067
+ # What added the argument value.
69068
+ # Corresponds to the JSON property `valueSource`
69069
+ # @return [String]
69070
+ attr_accessor :value_source
69071
+
68998
69072
  # Webref entity index for this argument, necessary for interpreting the
68999
69073
  # relationship structure, and the list to index into. Specifically we need this
69000
69074
  # to understand qref implications since they edges are represented with entity
@@ -69063,9 +69137,11 @@ module Google
69063
69137
  @result_support = args[:result_support] if args.key?(:result_support)
69064
69138
  @saft_signals = args[:saft_signals] if args.key?(:saft_signals)
69065
69139
  @shopping_ids = args[:shopping_ids] if args.key?(:shopping_ids)
69140
+ @source = args[:source] if args.key?(:source)
69066
69141
  @support_transfer_rules = args[:support_transfer_rules] if args.key?(:support_transfer_rules)
69067
69142
  @support_transfer_signals = args[:support_transfer_signals] if args.key?(:support_transfer_signals)
69068
69143
  @ungrounded_value_type = args[:ungrounded_value_type] if args.key?(:ungrounded_value_type)
69144
+ @value_source = args[:value_source] if args.key?(:value_source)
69069
69145
  @webref_entities_index = args[:webref_entities_index] if args.key?(:webref_entities_index)
69070
69146
  @webref_list_source = args[:webref_list_source] if args.key?(:webref_list_source)
69071
69147
  end
@@ -69244,7 +69320,7 @@ module Google
69244
69320
 
69245
69321
  # LINT.IfChange(ungoverned_message_notification) This proto captures the
69246
69322
  # contents of a messaging app notification that is typically part of a
69247
- # conversation thread. Next Id: 20
69323
+ # conversation thread. Next Id: 21
69248
69324
  # Corresponds to the JSON property `messageNotification`
69249
69325
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesMessageNotification]
69250
69326
  attr_accessor :message_notification
@@ -69902,7 +69978,7 @@ module Google
69902
69978
 
69903
69979
  # Signals to be used by the Prefulfillment Ranker. Derived from the
69904
69980
  # ParsingSignals and GroundingSignals carried by the FunctionCall. LINT.IfChange
69905
- # Next ID: 68
69981
+ # Next ID: 69
69906
69982
  # Corresponds to the JSON property `prefulfillmentSignals`
69907
69983
  # @return [Google::Apis::ContentwarehouseV1::AssistantPrefulfillmentRankerPrefulfillmentSignals]
69908
69984
  attr_accessor :prefulfillment_signals
@@ -70018,10 +70094,7 @@ module Google
70018
70094
  class KnowledgeAnswersIntentQueryGroundingSignals
70019
70095
  include Google::Apis::Core::Hashable
70020
70096
 
70021
- # True if the argument was added during grounding. This signal is intended to be
70022
- # used with ArgumentSignals. Note that the added argument's value must be a
70023
- # FunctionCall that only contains resolutions, i.e. grounding cannot add/modify/
70024
- # delete any ungrounded values.
70097
+ #
70025
70098
  # Corresponds to the JSON property `addedByGrounding`
70026
70099
  # @return [Boolean]
70027
70100
  attr_accessor :added_by_grounding
@@ -72996,8 +73069,16 @@ module Google
72996
73069
  # example, having both entity_type and string_type present in a ValueType field
72997
73070
  # of a Slot means that the Slot can take _either_ an an EntityType _or_
72998
73071
  # StringType as a value, and nothing else. It may be helpful to think of this
72999
- # proto as being called something like AllAllowedValueTypes. Next tag id: 25
73000
- # LINT.IfChange
73072
+ # proto as being called something like AllAllowedValueTypes. To enforce a
73073
+ # component-specific contract (go/contract-based-conformance) for allowed type(s)
73074
+ # , we add a repeated field view_specific_$`x` for the type $`x`. For example,
73075
+ # if we want a slot that can hold any type by default, but can only hold an
73076
+ # integer when checking against the P2_LWA contract, then the following should
73077
+ # be added to MeaningCatalog: slot ` name: "integer_only_slot" type ` // The
73078
+ # default view has no sub_type or other options. number_type `` // The P2_LWA
73079
+ # view specifies INTEGER sub_type. view_specific_number_types ` sub_type:
73080
+ # INTEGER component_specific_contracts: P2_LWA ` ` ` See go/view-based-options-
73081
+ # for-valuetype for more information. Next tag id: 26 LINT.IfChange
73001
73082
  class KnowledgeAnswersValueType
73002
73083
  include Google::Apis::Core::Hashable
73003
73084
 
@@ -73150,6 +73231,18 @@ module Google
73150
73231
  # @return [Google::Apis::ContentwarehouseV1::KnowledgeAnswersTrackingNumberType]
73151
73232
  attr_accessor :tracking_number_type
73152
73233
 
73234
+ # LINT.IfChange Contract-specific typing (go/view-based-options-for-valuetype).
73235
+ # NOTE: To facilitate writing macros for view-specific filtering, all view-
73236
+ # specific fields should be named with the format "view_specific_$`
73237
+ # singular_field`s" -- e.g., for the singular field |number_type|, the view-
73238
+ # specific repeated field is |view_specific_number_types|. LINT.ThenChange( //
73239
+ # depot/google3/nlp/meaning/remodel/meaning_remodeling_utils.cc:
73240
+ # ViewSpecificTypes, //depot/google3/nlp/meaning/analyzer/checks/
73241
+ # component_specific_contracts_checks.cc:ViewSpecificTypes)
73242
+ # Corresponds to the JSON property `viewSpecificNumberTypes`
73243
+ # @return [Array<Google::Apis::ContentwarehouseV1::KnowledgeAnswersNumberType>]
73244
+ attr_accessor :view_specific_number_types
73245
+
73153
73246
  def initialize(**args)
73154
73247
  update!(**args)
73155
73248
  end
@@ -73177,6 +73270,7 @@ module Google
73177
73270
  @string_type = args[:string_type] if args.key?(:string_type)
73178
73271
  @timezone_type = args[:timezone_type] if args.key?(:timezone_type)
73179
73272
  @tracking_number_type = args[:tracking_number_type] if args.key?(:tracking_number_type)
73273
+ @view_specific_number_types = args[:view_specific_number_types] if args.key?(:view_specific_number_types)
73180
73274
  end
73181
73275
  end
73182
73276
 
@@ -78960,7 +79054,7 @@ module Google
78960
79054
  attr_accessor :association
78961
79055
 
78962
79056
  # A proto for storing inferred and reconciled metadata for Science Search. Next
78963
- # available tag: 73
79057
+ # available tag: 74
78964
79058
  # Corresponds to the JSON property `datasetMetadata`
78965
79059
  # @return [Google::Apis::ContentwarehouseV1::ResearchScienceSearchReconciledMetadata]
78966
79060
  attr_accessor :dataset_metadata
@@ -91355,7 +91449,7 @@ module Google
91355
91449
  attr_accessor :noimageframeoverlayreason
91356
91450
 
91357
91451
  # NOTE: When adding a new field to be propagated to Raffia check if
91358
- # NsrPatternSignalSpec needs to be updated. Next ID: 55
91452
+ # NsrPatternSignalSpec needs to be updated. Next ID: 56
91359
91453
  # Corresponds to the JSON property `nsrDataProto`
91360
91454
  # @return [Google::Apis::ContentwarehouseV1::QualityNsrNsrData]
91361
91455
  attr_accessor :nsr_data_proto
@@ -98512,7 +98606,7 @@ module Google
98512
98606
  end
98513
98607
 
98514
98608
  # NOTE: When adding a new field to be propagated to Raffia check if
98515
- # NsrPatternSignalSpec needs to be updated. Next ID: 55
98609
+ # NsrPatternSignalSpec needs to be updated. Next ID: 56
98516
98610
  class QualityNsrNsrData
98517
98611
  include Google::Apis::Core::Hashable
98518
98612
 
@@ -98736,6 +98830,11 @@ module Google
98736
98830
  # @return [Float]
98737
98831
  attr_accessor :site_quality_stddev
98738
98832
 
98833
+ #
98834
+ # Corresponds to the JSON property `siteQualityStddevs`
98835
+ # @return [Array<Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal>]
98836
+ attr_accessor :site_quality_stddevs
98837
+
98739
98838
  # Score of small personal site promotion go/promoting-personal-blogs-v1
98740
98839
  # Corresponds to the JSON property `smallPersonalSite`
98741
98840
  # @return [Float]
@@ -98837,6 +98936,7 @@ module Google
98837
98936
  @site_link_out = args[:site_link_out] if args.key?(:site_link_out)
98838
98937
  @site_pr = args[:site_pr] if args.key?(:site_pr)
98839
98938
  @site_quality_stddev = args[:site_quality_stddev] if args.key?(:site_quality_stddev)
98939
+ @site_quality_stddevs = args[:site_quality_stddevs] if args.key?(:site_quality_stddevs)
98840
98940
  @small_personal_site = args[:small_personal_site] if args.key?(:small_personal_site)
98841
98941
  @spambrain_lavc_score = args[:spambrain_lavc_score] if args.key?(:spambrain_lavc_score)
98842
98942
  @spambrain_lavc_scores = args[:spambrain_lavc_scores] if args.key?(:spambrain_lavc_scores)
@@ -99236,6 +99336,78 @@ module Google
99236
99336
  end
99237
99337
  end
99238
99338
 
99339
+ # Stores information for a single image-only orbit intent. See go/orbit-for-
99340
+ # images-v2 for more details.
99341
+ class QualityOrbitOrbitImageIntent
99342
+ include Google::Apis::Core::Hashable
99343
+
99344
+ # Intent of this proto instance.
99345
+ # Corresponds to the JSON property `imageIntent`
99346
+ # @return [String]
99347
+ attr_accessor :image_intent
99348
+
99349
+ #
99350
+ # Corresponds to the JSON property `missingInputs`
99351
+ # @return [Array<String>]
99352
+ attr_accessor :missing_inputs
99353
+
99354
+ # Score of the intent.
99355
+ # Corresponds to the JSON property `score`
99356
+ # @return [Float]
99357
+ attr_accessor :score
99358
+
99359
+ # Whether the intent triggered with the default threshold or not.
99360
+ # Corresponds to the JSON property `trigger`
99361
+ # @return [Boolean]
99362
+ attr_accessor :trigger
99363
+ alias_method :trigger?, :trigger
99364
+
99365
+ def initialize(**args)
99366
+ update!(**args)
99367
+ end
99368
+
99369
+ # Update properties of this object
99370
+ def update!(**args)
99371
+ @image_intent = args[:image_intent] if args.key?(:image_intent)
99372
+ @missing_inputs = args[:missing_inputs] if args.key?(:missing_inputs)
99373
+ @score = args[:score] if args.key?(:score)
99374
+ @trigger = args[:trigger] if args.key?(:trigger)
99375
+ end
99376
+ end
99377
+
99378
+ # Image-only orbit intents (See: go/orbit-for-images-v2)
99379
+ class QualityOrbitOrbitImageIntents
99380
+ include Google::Apis::Core::Hashable
99381
+
99382
+ # Intents with non-trivial scores.
99383
+ # Corresponds to the JSON property `intents`
99384
+ # @return [Array<Google::Apis::ContentwarehouseV1::QualityOrbitOrbitImageIntent>]
99385
+ attr_accessor :intents
99386
+
99387
+ # Used to control merging behavior: partial protos will always be merged with
99388
+ # current, while full protos will completely replace older versions.
99389
+ # Corresponds to the JSON property `isPartial`
99390
+ # @return [Boolean]
99391
+ attr_accessor :is_partial
99392
+ alias_method :is_partial?, :is_partial
99393
+
99394
+ # Represents the version. Filled in Amarna (main version controller).
99395
+ # Corresponds to the JSON property `version`
99396
+ # @return [String]
99397
+ attr_accessor :version
99398
+
99399
+ def initialize(**args)
99400
+ update!(**args)
99401
+ end
99402
+
99403
+ # Update properties of this object
99404
+ def update!(**args)
99405
+ @intents = args[:intents] if args.key?(:intents)
99406
+ @is_partial = args[:is_partial] if args.key?(:is_partial)
99407
+ @version = args[:version] if args.key?(:version)
99408
+ end
99409
+ end
99410
+
99239
99411
  # Information for chosen snippet. Next ID: 8
99240
99412
  class QualityPreviewChosenSnippetInfo
99241
99413
  include Google::Apis::Core::Hashable
@@ -103236,6 +103408,11 @@ module Google
103236
103408
  # @return [Google::Apis::ContentwarehouseV1::QualityWebanswersVideoYouTubeCaptionTimingInfoAnnotations]
103237
103409
  attr_accessor :timing_info
103238
103410
 
103411
+ #
103412
+ # Corresponds to the JSON property `transcriptSource`
103413
+ # @return [String]
103414
+ attr_accessor :transcript_source
103415
+
103239
103416
  # Represents a collection of entities returned by the WebRef service. Next
103240
103417
  # available tag: 14.
103241
103418
  # Corresponds to the JSON property `webrefEntities`
@@ -103255,6 +103432,7 @@ module Google
103255
103432
  @saft_document = args[:saft_document] if args.key?(:saft_document)
103256
103433
  @saft_sentence_boundary = args[:saft_sentence_boundary] if args.key?(:saft_sentence_boundary)
103257
103434
  @timing_info = args[:timing_info] if args.key?(:timing_info)
103435
+ @transcript_source = args[:transcript_source] if args.key?(:transcript_source)
103258
103436
  @webref_entities = args[:webref_entities] if args.key?(:webref_entities)
103259
103437
  end
103260
103438
  end
@@ -112159,7 +112337,7 @@ module Google
112159
112337
  end
112160
112338
 
112161
112339
  # A proto for storing inferred and reconciled metadata for Science Search. Next
112162
- # available tag: 73
112340
+ # available tag: 74
112163
112341
  class ResearchScienceSearchReconciledMetadata
112164
112342
  include Google::Apis::Core::Hashable
112165
112343
 
@@ -112387,6 +112565,13 @@ module Google
112387
112565
  # @return [Array<String>]
112388
112566
  attr_accessor :license_deprecated
112389
112567
 
112568
+ # Indicates if the location has been reconciled for the dataset name. This is
112569
+ # used by LocationExtender to avoid re-annotating the dataset name.
112570
+ # Corresponds to the JSON property `locationReconciledForName`
112571
+ # @return [Boolean]
112572
+ attr_accessor :location_reconciled_for_name
112573
+ alias_method :location_reconciled_for_name?, :location_reconciled_for_name
112574
+
112390
112575
  # A technique or technology used in a Dataset corresponding to the method used
112391
112576
  # for measuring the corresponding variable(s) (described using variableMeasured).
112392
112577
  # http://schema.org/measurementTechnique
@@ -112553,6 +112738,7 @@ module Google
112553
112738
  @language_code = args[:language_code] if args.key?(:language_code)
112554
112739
  @license = args[:license] if args.key?(:license)
112555
112740
  @license_deprecated = args[:license_deprecated] if args.key?(:license_deprecated)
112741
+ @location_reconciled_for_name = args[:location_reconciled_for_name] if args.key?(:location_reconciled_for_name)
112556
112742
  @measurement_technique = args[:measurement_technique] if args.key?(:measurement_technique)
112557
112743
  @mentioned_urls = args[:mentioned_urls] if args.key?(:mentioned_urls)
112558
112744
  @metadata_type = args[:metadata_type] if args.key?(:metadata_type)
@@ -126100,7 +126286,7 @@ module Google
126100
126286
 
126101
126287
  # This defines the per-doc data which is extracted from thumbnails and
126102
126288
  # propagated over to indexing. It contains all information that can be used for
126103
- # restricts. Next tag id: 131
126289
+ # restricts. Next tag id: 132
126104
126290
  # Corresponds to the JSON property `imageData`
126105
126291
  # @return [Google::Apis::ContentwarehouseV1::ImageData]
126106
126292
  attr_accessor :image_data
@@ -136332,7 +136518,8 @@ module Google
136332
136518
 
136333
136519
  # The language code stored in the KV pair ranking:post_language. This should
136334
136520
  # usually be the same as language_code but is not guaranteed to be identical.
136335
- # The KV pair is needed because ranking can't consume user_content.
136521
+ # The KV pair is needed because SBE ranking can't consume user_content. Still
136522
+ # populated, but deprecated.
136336
136523
  # Corresponds to the JSON property `rankingPostLanguage`
136337
136524
  # @return [String]
136338
136525
  attr_accessor :ranking_post_language
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContentwarehouseV1
18
18
  # Version of the google-apis-contentwarehouse_v1 gem
19
- GEM_VERSION = "0.30.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231026"
25
+ REVISION = "20231106"
26
26
  end
27
27
  end
28
28
  end
@@ -1612,6 +1612,12 @@ module Google
1612
1612
  include Google::Apis::Core::JsonObjectSupport
1613
1613
  end
1614
1614
 
1615
+ class AssistantApiDataValidateCapabilities
1616
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1617
+
1618
+ include Google::Apis::Core::JsonObjectSupport
1619
+ end
1620
+
1615
1621
  class AssistantApiDate
1616
1622
  class Representation < Google::Apis::Core::JsonRepresentation; end
1617
1623
 
@@ -11284,6 +11290,18 @@ module Google
11284
11290
  include Google::Apis::Core::JsonObjectSupport
11285
11291
  end
11286
11292
 
11293
+ class QualityOrbitOrbitImageIntent
11294
+ class Representation < Google::Apis::Core::JsonRepresentation; end
11295
+
11296
+ include Google::Apis::Core::JsonObjectSupport
11297
+ end
11298
+
11299
+ class QualityOrbitOrbitImageIntents
11300
+ class Representation < Google::Apis::Core::JsonRepresentation; end
11301
+
11302
+ include Google::Apis::Core::JsonObjectSupport
11303
+ end
11304
+
11287
11305
  class QualityPreviewChosenSnippetInfo
11288
11306
  class Representation < Google::Apis::Core::JsonRepresentation; end
11289
11307
 
@@ -18578,6 +18596,7 @@ module Google
18578
18596
  property :mark_as_read_action_available, as: 'markAsReadActionAvailable'
18579
18597
  property :message_length, as: 'messageLength'
18580
18598
  property :message_recipient_type, as: 'messageRecipientType'
18599
+ property :message_word_count, as: 'messageWordCount'
18581
18600
  property :mime_type, as: 'mimeType'
18582
18601
  collection :notification_entries, as: 'notificationEntries', class: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesMessageNotificationNotificationEntry, decorator: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesMessageNotificationNotificationEntry::Representation
18583
18602
 
@@ -18719,6 +18738,13 @@ module Google
18719
18738
  end
18720
18739
  end
18721
18740
 
18741
+ class AssistantApiDataValidateCapabilities
18742
+ # @private
18743
+ class Representation < Google::Apis::Core::JsonRepresentation
18744
+ property :fallback_to_tethered_device, as: 'fallbackToTetheredDevice'
18745
+ end
18746
+ end
18747
+
18722
18748
  class AssistantApiDate
18723
18749
  # @private
18724
18750
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -18773,6 +18799,8 @@ module Google
18773
18799
 
18774
18800
  property :contact_lookup_capabilities, as: 'contactLookupCapabilities', class: Google::Apis::ContentwarehouseV1::AssistantApiContactLookupCapabilities, decorator: Google::Apis::ContentwarehouseV1::AssistantApiContactLookupCapabilities::Representation
18775
18801
 
18802
+ property :data_validate_capabilities, as: 'dataValidateCapabilities', class: Google::Apis::ContentwarehouseV1::AssistantApiDataValidateCapabilities, decorator: Google::Apis::ContentwarehouseV1::AssistantApiDataValidateCapabilities::Representation
18803
+
18776
18804
  property :device_id, as: 'deviceId', class: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesDeviceId, decorator: Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesDeviceId::Representation
18777
18805
 
18778
18806
  property :device_ux_mode, as: 'deviceUxMode'
@@ -21328,6 +21356,7 @@ module Google
21328
21356
  property :intent_name_auis_score_exp, as: 'intentNameAuisScoreExp'
21329
21357
  property :intent_name_pauis, as: 'intentNamePauis'
21330
21358
  property :intent_type, as: 'intentType'
21359
+ property :is_dummy_intent, as: 'isDummyIntent'
21331
21360
  property :is_feasible, as: 'isFeasible'
21332
21361
  property :is_fully_grounded, as: 'isFullyGrounded'
21333
21362
  property :is_high_confidence_podcast_intent, as: 'isHighConfidencePodcastIntent'
@@ -29533,6 +29562,8 @@ module Google
29533
29562
  collection :ocr_textboxes, as: 'ocrTextboxes', class: Google::Apis::ContentwarehouseV1::OcrPhotoTextBox, decorator: Google::Apis::ContentwarehouseV1::OcrPhotoTextBox::Representation
29534
29563
 
29535
29564
  property :on_page_alternate_url, as: 'onPageAlternateUrl'
29565
+ property :orbit_intents, as: 'orbitIntents', class: Google::Apis::ContentwarehouseV1::QualityOrbitOrbitImageIntents, decorator: Google::Apis::ContentwarehouseV1::QualityOrbitOrbitImageIntents::Representation
29566
+
29536
29567
  property :packed_full_face_info, as: 'packedFullFaceInfo', class: Google::Apis::ContentwarehouseV1::FaceIndexing, decorator: Google::Apis::ContentwarehouseV1::FaceIndexing::Representation
29537
29568
 
29538
29569
  property :person_attributes, as: 'personAttributes', class: Google::Apis::ContentwarehouseV1::LensDiscoveryStylePersonAttributes, decorator: Google::Apis::ContentwarehouseV1::LensDiscoveryStylePersonAttributes::Representation
@@ -31900,6 +31931,7 @@ module Google
31900
31931
  class IndexingDocjoinerDataVersionVersionInfo
31901
31932
  # @private
31902
31933
  class Representation < Google::Apis::Core::JsonRepresentation
31934
+ property :consideration_timestamp_micros, :numeric_string => true, as: 'considerationTimestampMicros'
31903
31935
  property :human_readable_version, as: 'humanReadableVersion'
31904
31936
  property :timestamp_micros, :numeric_string => true, as: 'timestampMicros'
31905
31937
  end
@@ -33026,12 +33058,14 @@ module Google
33026
33058
 
33027
33059
  property :shopping_ids, as: 'shoppingIds', class: Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQueryShoppingIds, decorator: Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQueryShoppingIds::Representation
33028
33060
 
33061
+ property :source, as: 'source'
33029
33062
  collection :support_transfer_rules, as: 'supportTransferRules', class: Google::Apis::ContentwarehouseV1::LogsSemanticInterpretationIntentQuerySupportTransferRule, decorator: Google::Apis::ContentwarehouseV1::LogsSemanticInterpretationIntentQuerySupportTransferRule::Representation
33030
33063
 
33031
33064
  property :support_transfer_signals, as: 'supportTransferSignals', class: Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQuerySupportTransferSignals, decorator: Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQuerySupportTransferSignals::Representation
33032
33065
 
33033
33066
  property :ungrounded_value_type, as: 'ungroundedValueType', class: Google::Apis::ContentwarehouseV1::KnowledgeAnswersValueType, decorator: Google::Apis::ContentwarehouseV1::KnowledgeAnswersValueType::Representation
33034
33067
 
33068
+ property :value_source, as: 'valueSource'
33035
33069
  property :webref_entities_index, as: 'webrefEntitiesIndex'
33036
33070
  property :webref_list_source, as: 'webrefListSource'
33037
33071
  end
@@ -34193,6 +34227,8 @@ module Google
34193
34227
 
34194
34228
  property :tracking_number_type, as: 'trackingNumberType', class: Google::Apis::ContentwarehouseV1::KnowledgeAnswersTrackingNumberType, decorator: Google::Apis::ContentwarehouseV1::KnowledgeAnswersTrackingNumberType::Representation
34195
34229
 
34230
+ collection :view_specific_number_types, as: 'viewSpecificNumberTypes', class: Google::Apis::ContentwarehouseV1::KnowledgeAnswersNumberType, decorator: Google::Apis::ContentwarehouseV1::KnowledgeAnswersNumberType::Representation
34231
+
34196
34232
  end
34197
34233
  end
34198
34234
 
@@ -40259,6 +40295,8 @@ module Google
40259
40295
  property :site_link_out, as: 'siteLinkOut'
40260
40296
  property :site_pr, as: 'sitePr'
40261
40297
  property :site_quality_stddev, as: 'siteQualityStddev'
40298
+ collection :site_quality_stddevs, as: 'siteQualityStddevs', class: Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal, decorator: Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal::Representation
40299
+
40262
40300
  property :small_personal_site, as: 'smallPersonalSite'
40263
40301
  property :spambrain_lavc_score, as: 'spambrainLavcScore'
40264
40302
  collection :spambrain_lavc_scores, as: 'spambrainLavcScores', class: Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal, decorator: Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal::Representation
@@ -40363,6 +40401,26 @@ module Google
40363
40401
  end
40364
40402
  end
40365
40403
 
40404
+ class QualityOrbitOrbitImageIntent
40405
+ # @private
40406
+ class Representation < Google::Apis::Core::JsonRepresentation
40407
+ property :image_intent, as: 'imageIntent'
40408
+ collection :missing_inputs, as: 'missingInputs'
40409
+ property :score, as: 'score'
40410
+ property :trigger, as: 'trigger'
40411
+ end
40412
+ end
40413
+
40414
+ class QualityOrbitOrbitImageIntents
40415
+ # @private
40416
+ class Representation < Google::Apis::Core::JsonRepresentation
40417
+ collection :intents, as: 'intents', class: Google::Apis::ContentwarehouseV1::QualityOrbitOrbitImageIntent, decorator: Google::Apis::ContentwarehouseV1::QualityOrbitOrbitImageIntent::Representation
40418
+
40419
+ property :is_partial, as: 'isPartial'
40420
+ property :version, as: 'version'
40421
+ end
40422
+ end
40423
+
40366
40424
  class QualityPreviewChosenSnippetInfo
40367
40425
  # @private
40368
40426
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -41340,6 +41398,7 @@ module Google
41340
41398
 
41341
41399
  property :timing_info, as: 'timingInfo', class: Google::Apis::ContentwarehouseV1::QualityWebanswersVideoYouTubeCaptionTimingInfoAnnotations, decorator: Google::Apis::ContentwarehouseV1::QualityWebanswersVideoYouTubeCaptionTimingInfoAnnotations::Representation
41342
41400
 
41401
+ property :transcript_source, as: 'transcriptSource'
41343
41402
  property :webref_entities, as: 'webrefEntities', class: Google::Apis::ContentwarehouseV1::RepositoryWebrefWebrefEntities, decorator: Google::Apis::ContentwarehouseV1::RepositoryWebrefWebrefEntities::Representation
41344
41403
 
41345
41404
  end
@@ -43611,6 +43670,7 @@ module Google
43611
43670
  collection :license, as: 'license', class: Google::Apis::ContentwarehouseV1::ResearchScienceSearchLicense, decorator: Google::Apis::ContentwarehouseV1::ResearchScienceSearchLicense::Representation
43612
43671
 
43613
43672
  collection :license_deprecated, as: 'licenseDeprecated'
43673
+ property :location_reconciled_for_name, as: 'locationReconciledForName'
43614
43674
  collection :measurement_technique, as: 'measurementTechnique'
43615
43675
  collection :mentioned_urls, as: 'mentionedUrls'
43616
43676
  property :metadata_type, as: 'metadataType'
@@ -32,6 +32,8 @@ module Google
32
32
  #
33
33
  # @see https://cloud.google.com/document-warehouse
34
34
  class ContentwarehouseService < Google::Apis::Core::BaseService
35
+ DEFAULT_ENDPOINT_TEMPLATE = "https://contentwarehouse.$UNIVERSE_DOMAIN$/"
36
+
35
37
  # @return [String]
36
38
  # API key. Your API key identifies your project and provides you with API access,
37
39
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -43,7 +45,7 @@ module Google
43
45
  attr_accessor :quota_user
44
46
 
45
47
  def initialize
46
- super('https://contentwarehouse.googleapis.com/', '',
48
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
47
49
  client_name: 'google-apis-contentwarehouse_v1',
48
50
  client_version: Google::Apis::ContentwarehouseV1::GEM_VERSION)
49
51
  @batch_path = 'batch'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-contentwarehouse_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.0
4
+ version: 0.32.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-05 00:00:00.000000000 Z
11
+ date: 2024-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.11.0
19
+ version: 0.12.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.11.0
29
+ version: 0.12.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contentwarehouse_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-contentwarehouse_v1/v0.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-contentwarehouse_v1/v0.32.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contentwarehouse_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.19
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Document AI Warehouse API V1