google-apis-contentwarehouse_v1 0.21.0 → 0.22.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70c8d6cfcb53a30900cbbc68ddef521b35f589f49577334f09af29f417e7501f
4
- data.tar.gz: a4306cc850b2263e340e5d0ff11c6bffe253499631be2c29a43e4c0d580fc214
3
+ metadata.gz: 9989bbee4f089eec54b90907318c43e6dffeb2ba110359ea59e7607603e900c3
4
+ data.tar.gz: 28d762705588280c533d64f326b05ebbf848a1a1d45caef5d6cc141f5c5f5544
5
5
  SHA512:
6
- metadata.gz: ccdf7cf48ce3f0f745aa1a7c9128aee339f8f281f70d38adff1e4fbc6a9b39a4a0e13b86453fa9ac6efaeab967f689c2ff1c3cc4cd9243db2c6f7acdc30e7826
7
- data.tar.gz: 5f0bdd4588f4df7f9075f298494f8b92a399f0c6129394979c8f4b13f598ce7cb96cb964ad73aaadff7db595bee6cdeb4c8131640083b03898e2006e8e4c8512
6
+ metadata.gz: 27eb90b469f278c01e4cea5989031388beeff0d81fb117be313e3874e214e9a127e9103c9e267a815fc2b33db15a5664404e267ac10f1f5f8b4ac6bd29a5b0ef
7
+ data.tar.gz: 35e903004412d455c4efc490d8e51bd081985f7c98418339ccff5fbcdd0eb05e92fc7f9a66eb9d0fa85b8065fa676368bea578f4c2d624dc4476945a84b71b5c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-contentwarehouse_v1
2
2
 
3
+ ### v0.22.0 (2023-08-02)
4
+
5
+ * Regenerated from discovery document revision 20230725
6
+
3
7
  ### v0.21.0 (2023-07-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20230711
@@ -12493,7 +12493,7 @@ module Google
12493
12493
  # enum. A surface's capabilities can differ from the device's. An example would
12494
12494
  # be ANDROID_ALLO running on Pixel. Allo does not support AudioInput while the
12495
12495
  # Pixel does. In this case, audio_input will be set to false for Assistant Allo
12496
- # requests while it might be set to true for OPA_NEXUS requests. Next ID: 35
12496
+ # requests while it might be set to true for OPA_NEXUS requests. Next ID: 36
12497
12497
  class AssistantApiDeviceCapabilities
12498
12498
  include Google::Apis::Core::Hashable
12499
12499
 
@@ -12504,6 +12504,11 @@ module Google
12504
12504
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiAndroidIntentCapabilities]
12505
12505
  attr_accessor :android_intent_capabilities
12506
12506
 
12507
+ # Capabilities if surface supports Google Assistant.
12508
+ # Corresponds to the JSON property `assistantCapability`
12509
+ # @return [String]
12510
+ attr_accessor :assistant_capability
12511
+
12507
12512
  # These capabilities represent the audio input features associated with the
12508
12513
  # device. This includes what kind of audio input the device can handle, and what
12509
12514
  # the privacy circumstances of that input are.
@@ -12722,6 +12727,7 @@ module Google
12722
12727
  # Update properties of this object
12723
12728
  def update!(**args)
12724
12729
  @android_intent_capabilities = args[:android_intent_capabilities] if args.key?(:android_intent_capabilities)
12730
+ @assistant_capability = args[:assistant_capability] if args.key?(:assistant_capability)
12725
12731
  @audio_input = args[:audio_input] if args.key?(:audio_input)
12726
12732
  @audio_output = args[:audio_output] if args.key?(:audio_output)
12727
12733
  @bluetooth_capabilities = args[:bluetooth_capabilities] if args.key?(:bluetooth_capabilities)
@@ -14619,7 +14625,7 @@ module Google
14619
14625
  # enum. A surface's capabilities can differ from the device's. An example would
14620
14626
  # be ANDROID_ALLO running on Pixel. Allo does not support AudioInput while the
14621
14627
  # Pixel does. In this case, audio_input will be set to false for Assistant Allo
14622
- # requests while it might be set to true for OPA_NEXUS requests. Next ID: 35
14628
+ # requests while it might be set to true for OPA_NEXUS requests. Next ID: 36
14623
14629
  # Corresponds to the JSON property `capabilities`
14624
14630
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiDeviceCapabilities]
14625
14631
  attr_accessor :capabilities
@@ -16776,7 +16782,7 @@ module Google
16776
16782
  attr_accessor :supported_client_op
16777
16783
 
16778
16784
  # These are the set of features that are supported by the device. It's a part of
16779
- # the SoftwareCapabilities of the device. Next ID: 66
16785
+ # the SoftwareCapabilities of the device. Next ID: 67
16780
16786
  # Corresponds to the JSON property `supportedFeatures`
16781
16787
  # @return [Google::Apis::ContentwarehouseV1::AssistantApiSupportedFeatures]
16782
16788
  attr_accessor :supported_features
@@ -17170,7 +17176,7 @@ module Google
17170
17176
  end
17171
17177
 
17172
17178
  # These are the set of features that are supported by the device. It's a part of
17173
- # the SoftwareCapabilities of the device. Next ID: 66
17179
+ # the SoftwareCapabilities of the device. Next ID: 67
17174
17180
  class AssistantApiSupportedFeatures
17175
17181
  include Google::Apis::Core::Hashable
17176
17182
 
@@ -17477,6 +17483,12 @@ module Google
17477
17483
  attr_accessor :read_messages_tts_tapering_supported
17478
17484
  alias_method :read_messages_tts_tapering_supported?, :read_messages_tts_tapering_supported
17479
17485
 
17486
+ # Whether the client supports message summarization.
17487
+ # Corresponds to the JSON property `readNotificationSummarizationSupported`
17488
+ # @return [Boolean]
17489
+ attr_accessor :read_notification_summarization_supported
17490
+ alias_method :read_notification_summarization_supported?, :read_notification_summarization_supported
17491
+
17480
17492
  # Whether the client has remote casting enabled. For ex: we want to disable this
17481
17493
  # for clients like Auto.
17482
17494
  # Corresponds to the JSON property `remoteCloudCastingEnabled`
@@ -17660,6 +17672,7 @@ module Google
17660
17672
  @persistent_display_supported = args[:persistent_display_supported] if args.key?(:persistent_display_supported)
17661
17673
  @privacy_aware_lockscreen_supported = args[:privacy_aware_lockscreen_supported] if args.key?(:privacy_aware_lockscreen_supported)
17662
17674
  @read_messages_tts_tapering_supported = args[:read_messages_tts_tapering_supported] if args.key?(:read_messages_tts_tapering_supported)
17675
+ @read_notification_summarization_supported = args[:read_notification_summarization_supported] if args.key?(:read_notification_summarization_supported)
17663
17676
  @remote_cloud_casting_enabled = args[:remote_cloud_casting_enabled] if args.key?(:remote_cloud_casting_enabled)
17664
17677
  @server_generated_feedback_chips_enabled = args[:server_generated_feedback_chips_enabled] if args.key?(:server_generated_feedback_chips_enabled)
17665
17678
  @sh_lock_screen_supported = args[:sh_lock_screen_supported] if args.key?(:sh_lock_screen_supported)
@@ -19980,13 +19993,13 @@ module Google
19980
19993
  attr_accessor :device_id
19981
19994
 
19982
19995
  # Features generated by Device Targeting library (Lumos). See go/hgr-lumos-
19983
- # integration and go/lumos-feature-extraction for more details.
19996
+ # integration and go/lumos-feature-extraction for more details. Next ID: 3
19984
19997
  # Corresponds to the JSON property `deviceTargetingFeatures`
19985
19998
  # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerDeviceTargetingFeatures]
19986
19999
  attr_accessor :device_targeting_features
19987
20000
 
19988
20001
  # Labels tagged by Device Targeting library (Lumos). See go/hgr-lumos-
19989
- # integration and go/lumos-feature-extraction for more details.
20002
+ # integration and go/lumos-feature-extraction for more details. Next ID: 2
19990
20003
  # Corresponds to the JSON property `deviceTargetingLabels`
19991
20004
  # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerDeviceTargetingLabels]
19992
20005
  attr_accessor :device_targeting_labels
@@ -20014,17 +20027,17 @@ module Google
20014
20027
  end
20015
20028
 
20016
20029
  # Features generated by Device Targeting library (Lumos). See go/hgr-lumos-
20017
- # integration and go/lumos-feature-extraction for more details.
20030
+ # integration and go/lumos-feature-extraction for more details. Next ID: 3
20018
20031
  class AssistantGroundingRankerDeviceTargetingFeatures
20019
20032
  include Google::Apis::Core::Hashable
20020
20033
 
20021
- # The properties of the device. They are static and won't change.
20034
+ # The properties of the device. They are static and won't change. Next ID: 4
20022
20035
  # Corresponds to the JSON property `properties`
20023
20036
  # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerDeviceTargetingFeaturesProperties]
20024
20037
  attr_accessor :properties
20025
20038
 
20026
20039
  # The states of the device. They are dynamic and may change based on the current
20027
- # context.
20040
+ # context. Next ID: 5
20028
20041
  # Corresponds to the JSON property `states`
20029
20042
  # @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerDeviceTargetingFeaturesStates]
20030
20043
  attr_accessor :states
@@ -20040,7 +20053,7 @@ module Google
20040
20053
  end
20041
20054
  end
20042
20055
 
20043
- # The properties of the device. They are static and won't change.
20056
+ # The properties of the device. They are static and won't change. Next ID: 4
20044
20057
  class AssistantGroundingRankerDeviceTargetingFeaturesProperties
20045
20058
  include Google::Apis::Core::Hashable
20046
20059
 
@@ -20056,6 +20069,11 @@ module Google
20056
20069
  attr_accessor :is_owned_by_speaker
20057
20070
  alias_method :is_owned_by_speaker?, :is_owned_by_speaker
20058
20071
 
20072
+ # Assistant surface type (ontology).
20073
+ # Corresponds to the JSON property `surfaceType`
20074
+ # @return [String]
20075
+ attr_accessor :surface_type
20076
+
20059
20077
  def initialize(**args)
20060
20078
  update!(**args)
20061
20079
  end
@@ -20064,11 +20082,12 @@ module Google
20064
20082
  def update!(**args)
20065
20083
  @device_model_id = args[:device_model_id] if args.key?(:device_model_id)
20066
20084
  @is_owned_by_speaker = args[:is_owned_by_speaker] if args.key?(:is_owned_by_speaker)
20085
+ @surface_type = args[:surface_type] if args.key?(:surface_type)
20067
20086
  end
20068
20087
  end
20069
20088
 
20070
20089
  # The states of the device. They are dynamic and may change based on the current
20071
- # context.
20090
+ # context. Next ID: 5
20072
20091
  class AssistantGroundingRankerDeviceTargetingFeaturesStates
20073
20092
  include Google::Apis::Core::Hashable
20074
20093
 
@@ -20112,7 +20131,7 @@ module Google
20112
20131
  end
20113
20132
 
20114
20133
  # Labels tagged by Device Targeting library (Lumos). See go/hgr-lumos-
20115
- # integration and go/lumos-feature-extraction for more details.
20134
+ # integration and go/lumos-feature-extraction for more details. Next ID: 2
20116
20135
  class AssistantGroundingRankerDeviceTargetingLabels
20117
20136
  include Google::Apis::Core::Hashable
20118
20137
 
@@ -25955,7 +25974,7 @@ module Google
25955
25974
  # handle newly introduced data without modifying their code. Please also see the
25956
25975
  # comment of FieldProjector above. There are also some fields in DataInfo that
25957
25976
  # annotate who generates the data, the Index Signals or Goldmine annotator name.
25958
- # Next ID: 537
25977
+ # Next ID: 538
25959
25978
  # Corresponds to the JSON property `dataVersion`
25960
25979
  # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersion]
25961
25980
  attr_accessor :data_version
@@ -26098,9 +26117,9 @@ module Google
26098
26117
  # PToken expresses policy-relevant properties of the data objects being
26099
26118
  # processed and stored in Google's production systems. See go/ptoken to learn
26100
26119
  # more. PTokens are intentionally opaque: go/ptokens-are-opaque. The following
26101
- # should be considered implementation details. Next ID: 9 INTERNAL: If both the
26102
- # Scalar and the Compound extensions are populated, we use the Compound and
26103
- # discard the Scalar. In principle, this should never happen.
26120
+ # should be considered implementation details. Next ID: 9 LINT.IfChange INTERNAL:
26121
+ # If both the Scalar and the Compound extensions are populated, we use the
26122
+ # Compound and discard the Scalar. In principle, this should never happen.
26104
26123
  # Corresponds to the JSON property `ptoken`
26105
26124
  # @return [Google::Apis::ContentwarehouseV1::PtokenPToken]
26106
26125
  attr_accessor :ptoken
@@ -33555,7 +33574,12 @@ module Google
33555
33574
  class GeostoreCrossingStripePatternProto
33556
33575
  include Google::Apis::Core::Hashable
33557
33576
 
33558
- # Describes a single physical marker line.
33577
+ # Describes a single physical marker line. NOTE: PhysicalLineProto could be
33578
+ # compared against one another by canonicalizing them via
33579
+ # GetCanonicalPhysicalLine() in //geostore/base/public/lane_marker.cc. Any
33580
+ # fields that don't contribute to the definition of a physical line in the real
33581
+ # world should be bundled with the annotative fields near the bottom and
33582
+ # excluded in GetCanonicalPhysicalLine(). LINT.IfChange
33559
33583
  # Corresponds to the JSON property `borderLine`
33560
33584
  # @return [Google::Apis::ContentwarehouseV1::GeostorePhysicalLineProto]
33561
33585
  attr_accessor :border_line
@@ -38072,7 +38096,12 @@ module Google
38072
38096
  end
38073
38097
  end
38074
38098
 
38075
- # Describes a single physical marker line.
38099
+ # Describes a single physical marker line. NOTE: PhysicalLineProto could be
38100
+ # compared against one another by canonicalizing them via
38101
+ # GetCanonicalPhysicalLine() in //geostore/base/public/lane_marker.cc. Any
38102
+ # fields that don't contribute to the definition of a physical line in the real
38103
+ # world should be bundled with the annotative fields near the bottom and
38104
+ # excluded in GetCanonicalPhysicalLine(). LINT.IfChange
38076
38105
  class GeostorePhysicalLineProto
38077
38106
  include Google::Apis::Core::Hashable
38078
38107
 
@@ -45791,6 +45820,12 @@ module Google
45791
45820
  # @return [String]
45792
45821
  attr_accessor :inline_raw_document
45793
45822
 
45823
+ # Output only. Indicates if the document has a legal hold on it.
45824
+ # Corresponds to the JSON property `legalHold`
45825
+ # @return [Boolean]
45826
+ attr_accessor :legal_hold
45827
+ alias_method :legal_hold?, :legal_hold
45828
+
45794
45829
  # The resource name of the document. Format: projects/`project_number`/locations/
45795
45830
  # `location`/documents/`document_id`. The name is ignored when creating a
45796
45831
  # document.
@@ -45869,6 +45904,7 @@ module Google
45869
45904
  @disposition_time = args[:disposition_time] if args.key?(:disposition_time)
45870
45905
  @document_schema_name = args[:document_schema_name] if args.key?(:document_schema_name)
45871
45906
  @inline_raw_document = args[:inline_raw_document] if args.key?(:inline_raw_document)
45907
+ @legal_hold = args[:legal_hold] if args.key?(:legal_hold)
45872
45908
  @name = args[:name] if args.key?(:name)
45873
45909
  @plain_text = args[:plain_text] if args.key?(:plain_text)
45874
45910
  @properties = args[:properties] if args.key?(:properties)
@@ -58474,6 +58510,16 @@ module Google
58474
58510
  # @return [Float]
58475
58511
  attr_accessor :csai_score
58476
58512
 
58513
+ # Experimental score. Do not use. Google confidential!
58514
+ # Corresponds to the JSON property `csamA1Score`
58515
+ # @return [Float]
58516
+ attr_accessor :csam_a1_score
58517
+
58518
+ # Experimental score. Do not use. Google confidential!
58519
+ # Corresponds to the JSON property `csamAgeIndeterminateScore`
58520
+ # @return [Float]
58521
+ attr_accessor :csam_age_indeterminate_score
58522
+
58477
58523
  # This field contains the probability that an image is inappropriate for Images
58478
58524
  # Universal, according to this policy: go/iupolicy.
58479
58525
  # Corresponds to the JSON property `iuInappropriateScore`
@@ -58500,6 +58546,12 @@ module Google
58500
58546
  # @return [Float]
58501
58547
  attr_accessor :racy_score
58502
58548
 
58549
+ # This score is related to racy/sexual images where scores have semantic meaning
58550
+ # from 0 to 1.
58551
+ # Corresponds to the JSON property `semanticSexualizationScore`
58552
+ # @return [Float]
58553
+ attr_accessor :semantic_sexualization_score
58554
+
58503
58555
  #
58504
58556
  # Corresponds to the JSON property `spoofScore`
58505
58557
  # @return [Float]
@@ -58531,11 +58583,14 @@ module Google
58531
58583
  def update!(**args)
58532
58584
  @child_score = args[:child_score] if args.key?(:child_score)
58533
58585
  @csai_score = args[:csai_score] if args.key?(:csai_score)
58586
+ @csam_a1_score = args[:csam_a1_score] if args.key?(:csam_a1_score)
58587
+ @csam_age_indeterminate_score = args[:csam_age_indeterminate_score] if args.key?(:csam_age_indeterminate_score)
58534
58588
  @iu_inappropriate_score = args[:iu_inappropriate_score] if args.key?(:iu_inappropriate_score)
58535
58589
  @medical_score = args[:medical_score] if args.key?(:medical_score)
58536
58590
  @pedo_score = args[:pedo_score] if args.key?(:pedo_score)
58537
58591
  @porn_score = args[:porn_score] if args.key?(:porn_score)
58538
58592
  @racy_score = args[:racy_score] if args.key?(:racy_score)
58593
+ @semantic_sexualization_score = args[:semantic_sexualization_score] if args.key?(:semantic_sexualization_score)
58539
58594
  @spoof_score = args[:spoof_score] if args.key?(:spoof_score)
58540
58595
  @version = args[:version] if args.key?(:version)
58541
58596
  @violence_score = args[:violence_score] if args.key?(:violence_score)
@@ -60372,7 +60427,7 @@ module Google
60372
60427
  # handle newly introduced data without modifying their code. Please also see the
60373
60428
  # comment of FieldProjector above. There are also some fields in DataInfo that
60374
60429
  # annotate who generates the data, the Index Signals or Goldmine annotator name.
60375
- # Next ID: 537
60430
+ # Next ID: 538
60376
60431
  class IndexingDocjoinerDataVersion
60377
60432
  include Google::Apis::Core::Hashable
60378
60433
 
@@ -60716,6 +60771,11 @@ module Google
60716
60771
  # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
60717
60772
  attr_accessor :image_stock_stock_image_annotation
60718
60773
 
60774
+ # END DATA FIELDS
60775
+ # Corresponds to the JSON property `imageembed`
60776
+ # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
60777
+ attr_accessor :imageembed
60778
+
60719
60779
  #
60720
60780
  # Corresponds to the JSON property `indexingAnnotationsAnnotationMeta`
60721
60781
  # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
@@ -62871,7 +62931,7 @@ module Google
62871
62931
  # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
62872
62932
  attr_accessor :travel_assistant_travel_doc_classification
62873
62933
 
62874
- # END DATA FIELDS
62934
+ #
62875
62935
  # Corresponds to the JSON property `ucpSignal`
62876
62936
  # @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
62877
62937
  attr_accessor :ucp_signal
@@ -63105,6 +63165,7 @@ module Google
63105
63165
  @image_repository_picasa_geo_data = args[:image_repository_picasa_geo_data] if args.key?(:image_repository_picasa_geo_data)
63106
63166
  @image_search_rejected_image_info_list = args[:image_search_rejected_image_info_list] if args.key?(:image_search_rejected_image_info_list)
63107
63167
  @image_stock_stock_image_annotation = args[:image_stock_stock_image_annotation] if args.key?(:image_stock_stock_image_annotation)
63168
+ @imageembed = args[:imageembed] if args.key?(:imageembed)
63108
63169
  @indexing_annotations_annotation_meta = args[:indexing_annotations_annotation_meta] if args.key?(:indexing_annotations_annotation_meta)
63109
63170
  @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)
63110
63171
  @indexing_annotations_apps_cache_colon_annotation = args[:indexing_annotations_apps_cache_colon_annotation] if args.key?(:indexing_annotations_apps_cache_colon_annotation)
@@ -69422,13 +69483,6 @@ module Google
69422
69483
  # @return [Float]
69423
69484
  attr_accessor :in_query_max_effective_arg_span_length
69424
69485
 
69425
- # The proto that holds the complete call path info of the QRewrite client (e.g.
69426
- # the QUS's phase like "RBT","QBT"; the QUS's candidate type like "Identity";
69427
- # and the ACE's candidate type like "FuzzyMatcher"). Next ID: 5 ACE tags
69428
- # Corresponds to the JSON property `qrewriteCallPathInfo`
69429
- # @return [Google::Apis::ContentwarehouseV1::NlpLoggingQRewriteClientCallPathInfo]
69430
- attr_accessor :qrewrite_call_path_info
69431
-
69432
69486
  # This proto holds the fingerprint of the call path info of QRewrite client (e.g.
69433
69487
  # the QUS's phase like "RBT","QBT"; the QUS's candidate type like "Identity";
69434
69488
  # and the ACE's candidate type like "FuzzyMatcher").
@@ -69450,7 +69504,6 @@ module Google
69450
69504
  @calibrated_parsing_score = args[:calibrated_parsing_score] if args.key?(:calibrated_parsing_score)
69451
69505
  @effective_arg_span_length = args[:effective_arg_span_length] if args.key?(:effective_arg_span_length)
69452
69506
  @in_query_max_effective_arg_span_length = args[:in_query_max_effective_arg_span_length] if args.key?(:in_query_max_effective_arg_span_length)
69453
- @qrewrite_call_path_info = args[:qrewrite_call_path_info] if args.key?(:qrewrite_call_path_info)
69454
69507
  @qrewrite_call_path_info_fingerprint = args[:qrewrite_call_path_info_fingerprint] if args.key?(:qrewrite_call_path_info_fingerprint)
69455
69508
  @source = args[:source] if args.key?(:source)
69456
69509
  end
@@ -75571,85 +75624,6 @@ module Google
75571
75624
  end
75572
75625
  end
75573
75626
 
75574
- # The proto that holds the complete call path info of the QRewrite client (e.g.
75575
- # the QUS's phase like "RBT","QBT"; the QUS's candidate type like "Identity";
75576
- # and the ACE's candidate type like "FuzzyMatcher"). Next ID: 5 ACE tags
75577
- class NlpLoggingQRewriteClientCallPathInfo
75578
- include Google::Apis::Core::Hashable
75579
-
75580
- # A complete query candidate Id includes a list of Id fields. The Id field order
75581
- # is maintained as the order by which each field is appended to the list.
75582
- # Corresponds to the JSON property `qrewriteCandidateId`
75583
- # @return [Google::Apis::ContentwarehouseV1::QualityQrewriteCandidateId]
75584
- attr_accessor :qrewrite_candidate_id
75585
-
75586
- # A complete query candidate Id includes a list of Id fields. The Id field order
75587
- # is maintained as the order by which each field is appended to the list.
75588
- # Corresponds to the JSON property `qusCandidateId`
75589
- # @return [Google::Apis::ContentwarehouseV1::QualityQrewriteCandidateId]
75590
- attr_accessor :qus_candidate_id
75591
-
75592
- # The proto that holds the complete call path info of the QUS client (e.g. the
75593
- # candidate type like "Identity", "FuzzyMatcher"; The intent generator like "
75594
- # QUS_IG" in ACE).
75595
- # Corresponds to the JSON property `qusClientCallPathInfo`
75596
- # @return [Google::Apis::ContentwarehouseV1::NlpLoggingQusClientCallPathInfo]
75597
- attr_accessor :qus_client_call_path_info
75598
-
75599
- # Indicates which QUS phase sends the QRewrite request. Note if the QRewrite
75600
- # response is reused in succeeding phases, this field should not be overridden
75601
- # and it is always the phase that initially sends the RPC.
75602
- # Corresponds to the JSON property `qusPhase`
75603
- # @return [String]
75604
- attr_accessor :qus_phase
75605
-
75606
- def initialize(**args)
75607
- update!(**args)
75608
- end
75609
-
75610
- # Update properties of this object
75611
- def update!(**args)
75612
- @qrewrite_candidate_id = args[:qrewrite_candidate_id] if args.key?(:qrewrite_candidate_id)
75613
- @qus_candidate_id = args[:qus_candidate_id] if args.key?(:qus_candidate_id)
75614
- @qus_client_call_path_info = args[:qus_client_call_path_info] if args.key?(:qus_client_call_path_info)
75615
- @qus_phase = args[:qus_phase] if args.key?(:qus_phase)
75616
- end
75617
- end
75618
-
75619
- # The proto that holds the complete call path info of the QUS client (e.g. the
75620
- # candidate type like "Identity", "FuzzyMatcher"; The intent generator like "
75621
- # QUS_IG" in ACE).
75622
- class NlpLoggingQusClientCallPathInfo
75623
- include Google::Apis::Core::Hashable
75624
-
75625
- # rewriter_type forms part of a unique key to be used to label QUS Requests from
75626
- # ACE. The need to distinguish between the variety of calls from AS into QUS is
75627
- # for two reasons: (a) currently, assistant eval can do NLU Eval only on certain
75628
- # rewrites (b) later AS Hermetic and NLU Eval can be integrated In the furure,
75629
- # the unique key will be expanded to add intent_generator_type or something
75630
- # similar. There are ongoing discussions to confirm these plans
75631
- # Corresponds to the JSON property `rewriterType`
75632
- # @return [String]
75633
- attr_accessor :rewriter_type
75634
-
75635
- # The timestamp when QUS request is built in ACE. For now we don't care about
75636
- # the actual meaning of this tag, and only want to guarantee its uniqueness per
75637
- # QUS call.
75638
- # Corresponds to the JSON property `temporaryAceTag`
75639
- # @return [Fixnum]
75640
- attr_accessor :temporary_ace_tag
75641
-
75642
- def initialize(**args)
75643
- update!(**args)
75644
- end
75645
-
75646
- # Update properties of this object
75647
- def update!(**args)
75648
- @rewriter_type = args[:rewriter_type] if args.key?(:rewriter_type)
75649
- @temporary_ace_tag = args[:temporary_ace_tag] if args.key?(:temporary_ace_tag)
75650
- end
75651
- end
75652
-
75653
75627
  #
75654
75628
  class NlpMeaningMeaningRemodeling
75655
75629
  include Google::Apis::Core::Hashable
@@ -77788,7 +77762,7 @@ module Google
77788
77762
  attr_accessor :association
77789
77763
 
77790
77764
  # A proto for storing inferred and reconciled metadata for Science Search. Next
77791
- # available tag: 72
77765
+ # available tag: 73
77792
77766
  # Corresponds to the JSON property `datasetMetadata`
77793
77767
  # @return [Google::Apis::ContentwarehouseV1::ResearchScienceSearchReconciledMetadata]
77794
77768
  attr_accessor :dataset_metadata
@@ -94229,9 +94203,9 @@ module Google
94229
94203
  # PToken expresses policy-relevant properties of the data objects being
94230
94204
  # processed and stored in Google's production systems. See go/ptoken to learn
94231
94205
  # more. PTokens are intentionally opaque: go/ptokens-are-opaque. The following
94232
- # should be considered implementation details. Next ID: 9 INTERNAL: If both the
94233
- # Scalar and the Compound extensions are populated, we use the Compound and
94234
- # discard the Scalar. In principle, this should never happen.
94206
+ # should be considered implementation details. Next ID: 9 LINT.IfChange INTERNAL:
94207
+ # If both the Scalar and the Compound extensions are populated, we use the
94208
+ # Compound and discard the Scalar. In principle, this should never happen.
94235
94209
  class PtokenPToken
94236
94210
  include Google::Apis::Core::Hashable
94237
94211
 
@@ -99148,52 +99122,6 @@ module Google
99148
99122
  end
99149
99123
  end
99150
99124
 
99151
- # A complete query candidate Id includes a list of Id fields. The Id field order
99152
- # is maintained as the order by which each field is appended to the list.
99153
- class QualityQrewriteCandidateId
99154
- include Google::Apis::Core::Hashable
99155
-
99156
- #
99157
- # Corresponds to the JSON property `field`
99158
- # @return [Array<Google::Apis::ContentwarehouseV1::QualityQrewriteCandidateIdField>]
99159
- attr_accessor :field
99160
-
99161
- def initialize(**args)
99162
- update!(**args)
99163
- end
99164
-
99165
- # Update properties of this object
99166
- def update!(**args)
99167
- @field = args[:field] if args.key?(:field)
99168
- end
99169
- end
99170
-
99171
- # The message represents a field in the query candidate Id.
99172
- class QualityQrewriteCandidateIdField
99173
- include Google::Apis::Core::Hashable
99174
-
99175
- # If needed, a servlet can use this field to assign an ID to distinguish between
99176
- # different candidates of the same CandidateType.
99177
- # Corresponds to the JSON property `index`
99178
- # @return [Fixnum]
99179
- attr_accessor :index
99180
-
99181
- #
99182
- # Corresponds to the JSON property `type`
99183
- # @return [String]
99184
- attr_accessor :type
99185
-
99186
- def initialize(**args)
99187
- update!(**args)
99188
- end
99189
-
99190
- # Update properties of this object
99191
- def update!(**args)
99192
- @index = args[:index] if args.key?(:index)
99193
- @type = args[:type] if args.key?(:type)
99194
- end
99195
- end
99196
-
99197
99125
  #
99198
99126
  class QualityQrewriteContactCalendarName
99199
99127
  include Google::Apis::Core::Hashable
@@ -100169,7 +100097,7 @@ module Google
100169
100097
  # that we can control individual fields that will sit in Muppet. Data here will
100170
100098
  # be used for scoring organic shopping web results and previews. Many shopping
100171
100099
  # related signals, e.g., product review score, are also served from this
100172
- # attachment. Next ID: 21
100100
+ # attachment. DEPRECATED: Please use UDR (go/udr) instead.
100173
100101
  class QualityShoppingShoppingAttachment
100174
100102
  include Google::Apis::Core::Hashable
100175
100103
 
@@ -101376,6 +101304,37 @@ module Google
101376
101304
  end
101377
101305
  end
101378
101306
 
101307
+ # Unreliable dates signals per URL. go/unreliable-dates-dd
101308
+ class QualityTimebasedDateReliability
101309
+ include Google::Apis::Core::Hashable
101310
+
101311
+ #
101312
+ # Corresponds to the JSON property `petacatScores`
101313
+ # @return [Array<Google::Apis::ContentwarehouseV1::QualityTimebasedPetacatDateReliability>]
101314
+ attr_accessor :petacat_scores
101315
+
101316
+ # max(petacat.unreliable_dates_score)
101317
+ # Corresponds to the JSON property `unreliableDatesScore`
101318
+ # @return [Float]
101319
+ attr_accessor :unreliable_dates_score
101320
+
101321
+ # max(petacat.unreliable_dates_score * petacat.date_exposure_score)
101322
+ # Corresponds to the JSON property `unreliableDatesScoreExposureAdjusted`
101323
+ # @return [Float]
101324
+ attr_accessor :unreliable_dates_score_exposure_adjusted
101325
+
101326
+ def initialize(**args)
101327
+ update!(**args)
101328
+ end
101329
+
101330
+ # Update properties of this object
101331
+ def update!(**args)
101332
+ @petacat_scores = args[:petacat_scores] if args.key?(:petacat_scores)
101333
+ @unreliable_dates_score = args[:unreliable_dates_score] if args.key?(:unreliable_dates_score)
101334
+ @unreliable_dates_score_exposure_adjusted = args[:unreliable_dates_score_exposure_adjusted] if args.key?(:unreliable_dates_score_exposure_adjusted)
101335
+ end
101336
+ end
101337
+
101379
101338
  #
101380
101339
  class QualityTimebasedLastSignificantUpdate
101381
101340
  include Google::Apis::Core::Hashable
@@ -101394,6 +101353,11 @@ module Google
101394
101353
  # @return [Fixnum]
101395
101354
  attr_accessor :date
101396
101355
 
101356
+ # Unreliable dates signals per URL. go/unreliable-dates-dd
101357
+ # Corresponds to the JSON property `dateReliabilityInfo`
101358
+ # @return [Google::Apis::ContentwarehouseV1::QualityTimebasedDateReliability]
101359
+ attr_accessor :date_reliability_info
101360
+
101397
101361
  # The source the signal comes from.
101398
101362
  # Corresponds to the JSON property `source`
101399
101363
  # @return [String]
@@ -101407,6 +101371,7 @@ module Google
101407
101371
  def update!(**args)
101408
101372
  @adjustment_info = args[:adjustment_info] if args.key?(:adjustment_info)
101409
101373
  @date = args[:date] if args.key?(:date)
101374
+ @date_reliability_info = args[:date_reliability_info] if args.key?(:date_reliability_info)
101410
101375
  @source = args[:source] if args.key?(:source)
101411
101376
  end
101412
101377
  end
@@ -101495,6 +101460,63 @@ module Google
101495
101460
  end
101496
101461
  end
101497
101462
 
101463
+ # Unreliable dates signals per Domain+Petacat. go/unreliable-dates-dd
101464
+ class QualityTimebasedPetacatDateReliability
101465
+ include Google::Apis::Core::Hashable
101466
+
101467
+ #
101468
+ # Corresponds to the JSON property `contentageReliability`
101469
+ # @return [Float]
101470
+ attr_accessor :contentage_reliability
101471
+
101472
+ #
101473
+ # Corresponds to the JSON property `dateExposure`
101474
+ # @return [Float]
101475
+ attr_accessor :date_exposure
101476
+
101477
+ # This is date_exposure after sigmoid transformation.
101478
+ # Corresponds to the JSON property `dateExposureScore`
101479
+ # @return [Float]
101480
+ attr_accessor :date_exposure_score
101481
+
101482
+ # Auxiliary scores. The unreliable_dates_score is a product of these scores excl.
101483
+ # date_exposure. The definition for each of the scores you can find at go/
101484
+ # unreliable-dates-dd
101485
+ # Corresponds to the JSON property `dateVsContentageDistributionSkew`
101486
+ # @return [Float]
101487
+ attr_accessor :date_vs_contentage_distribution_skew
101488
+
101489
+ #
101490
+ # Corresponds to the JSON property `isForumQnaSocialMediaProbability`
101491
+ # @return [Float]
101492
+ attr_accessor :is_forum_qna_social_media_probability
101493
+
101494
+ # go/verticals4
101495
+ # Corresponds to the JSON property `petacatId`
101496
+ # @return [Fixnum]
101497
+ attr_accessor :petacat_id
101498
+
101499
+ # This is a final score excl. date exposure component.
101500
+ # Corresponds to the JSON property `unreliableDatesScore`
101501
+ # @return [Float]
101502
+ attr_accessor :unreliable_dates_score
101503
+
101504
+ def initialize(**args)
101505
+ update!(**args)
101506
+ end
101507
+
101508
+ # Update properties of this object
101509
+ def update!(**args)
101510
+ @contentage_reliability = args[:contentage_reliability] if args.key?(:contentage_reliability)
101511
+ @date_exposure = args[:date_exposure] if args.key?(:date_exposure)
101512
+ @date_exposure_score = args[:date_exposure_score] if args.key?(:date_exposure_score)
101513
+ @date_vs_contentage_distribution_skew = args[:date_vs_contentage_distribution_skew] if args.key?(:date_vs_contentage_distribution_skew)
101514
+ @is_forum_qna_social_media_probability = args[:is_forum_qna_social_media_probability] if args.key?(:is_forum_qna_social_media_probability)
101515
+ @petacat_id = args[:petacat_id] if args.key?(:petacat_id)
101516
+ @unreliable_dates_score = args[:unreliable_dates_score] if args.key?(:unreliable_dates_score)
101517
+ end
101518
+ end
101519
+
101498
101520
  # Next ID: 21
101499
101521
  class QualityTimebasedSyntacticDate
101500
101522
  include Google::Apis::Core::Hashable
@@ -105122,6 +105144,12 @@ module Google
105122
105144
  # @return [Float]
105123
105145
  attr_accessor :score
105124
105146
 
105147
+ # Fingerprint of type hrid http://cs/google3/repository/webref/universal/base/kg-
105148
+ # schema.h;rcl=543911652;l=51
105149
+ # Corresponds to the JSON property `typeFprint`
105150
+ # @return [Fixnum]
105151
+ attr_accessor :type_fprint
105152
+
105125
105153
  # Mid of this type. Equivalent to type_name, but is more compact. When present,
105126
105154
  # overrides type_name (which can be omitted in this case to save space).
105127
105155
  # Corresponds to the JSON property `typeMid`
@@ -105141,6 +105169,7 @@ module Google
105141
105169
  def update!(**args)
105142
105170
  @provenance = args[:provenance] if args.key?(:provenance)
105143
105171
  @score = args[:score] if args.key?(:score)
105172
+ @type_fprint = args[:type_fprint] if args.key?(:type_fprint)
105144
105173
  @type_mid = args[:type_mid] if args.key?(:type_mid)
105145
105174
  @type_name = args[:type_name] if args.key?(:type_name)
105146
105175
  end
@@ -111047,7 +111076,7 @@ module Google
111047
111076
  end
111048
111077
 
111049
111078
  # A proto for storing inferred and reconciled metadata for Science Search. Next
111050
- # available tag: 72
111079
+ # available tag: 73
111051
111080
  class ResearchScienceSearchReconciledMetadata
111052
111081
  include Google::Apis::Core::Hashable
111053
111082
 
@@ -111193,6 +111222,13 @@ module Google
111193
111222
  # @return [Array<Google::Apis::ContentwarehouseV1::ResearchScienceSearchOrganization>]
111194
111223
  attr_accessor :funder
111195
111224
 
111225
+ # Indicates if the dataset has croissant format (https://github.com/mlcommons/
111226
+ # croissant).
111227
+ # Corresponds to the JSON property `hasCroissantFormat`
111228
+ # @return [Boolean]
111229
+ attr_accessor :has_croissant_format
111230
+ alias_method :has_croissant_format?, :has_croissant_format
111231
+
111196
111232
  # Indicates if the dataset has table summaries. This field is only populated
111197
111233
  # during indexing time.
111198
111234
  # Corresponds to the JSON property `hasTableSummaries`
@@ -111421,6 +111457,7 @@ module Google
111421
111457
  @field_of_study = args[:field_of_study] if args.key?(:field_of_study)
111422
111458
  @fingerprint = args[:fingerprint] if args.key?(:fingerprint)
111423
111459
  @funder = args[:funder] if args.key?(:funder)
111460
+ @has_croissant_format = args[:has_croissant_format] if args.key?(:has_croissant_format)
111424
111461
  @has_table_summaries = args[:has_table_summaries] if args.key?(:has_table_summaries)
111425
111462
  @id = args[:id] if args.key?(:id)
111426
111463
  @identifier_from_source = args[:identifier_from_source] if args.key?(:identifier_from_source)
@@ -122282,7 +122319,7 @@ module Google
122282
122319
  # FetchReplyData. This data is meant to be logged, but not sent back in a fetch
122283
122320
  # reply (it should be added *after* the reply is prepared). Use
122284
122321
  # FetchResponsePreparatorImpl::AddTrawlerPrivateDataToFetchReplyData to add. See
122285
- # also the comment in fetch_response_preparator_impl.cc. Next Tag: 45
122322
+ # also the comment in fetch_response_preparator_impl.cc. Next Tag: 46
122286
122323
  # Corresponds to the JSON property `TrawlerPrivate`
122287
122324
  # @return [Google::Apis::ContentwarehouseV1::TrawlerTrawlerPrivateFetchReplyData]
122288
122325
  attr_accessor :trawler_private
@@ -123541,7 +123578,7 @@ module Google
123541
123578
  # FetchReplyData. This data is meant to be logged, but not sent back in a fetch
123542
123579
  # reply (it should be added *after* the reply is prepared). Use
123543
123580
  # FetchResponsePreparatorImpl::AddTrawlerPrivateDataToFetchReplyData to add. See
123544
- # also the comment in fetch_response_preparator_impl.cc. Next Tag: 45
123581
+ # also the comment in fetch_response_preparator_impl.cc. Next Tag: 46
123545
123582
  class TrawlerTrawlerPrivateFetchReplyData
123546
123583
  include Google::Apis::Core::Hashable
123547
123584
 
@@ -123716,6 +123753,11 @@ module Google
123716
123753
  # @return [Fixnum]
123717
123754
  attr_accessor :concurrent_stream_num
123718
123755
 
123756
+ # Log the credential id
123757
+ # Corresponds to the JSON property `credentialId`
123758
+ # @return [String]
123759
+ attr_accessor :credential_id
123760
+
123719
123761
  # Dependent fetch type
123720
123762
  # Corresponds to the JSON property `dependentFetchType`
123721
123763
  # @return [String]
@@ -123846,6 +123888,7 @@ module Google
123846
123888
  @cache_hit_type = args[:cache_hit_type] if args.key?(:cache_hit_type)
123847
123889
  @cdn_provider = args[:cdn_provider] if args.key?(:cdn_provider)
123848
123890
  @concurrent_stream_num = args[:concurrent_stream_num] if args.key?(:concurrent_stream_num)
123891
+ @credential_id = args[:credential_id] if args.key?(:credential_id)
123849
123892
  @dependent_fetch_type = args[:dependent_fetch_type] if args.key?(:dependent_fetch_type)
123850
123893
  @download_file_name = args[:download_file_name] if args.key?(:download_file_name)
123851
123894
  @http_version = args[:http_version] if args.key?(:http_version)
@@ -133443,7 +133486,7 @@ module Google
133443
133486
  # that we can control individual fields that will sit in Muppet. Data here will
133444
133487
  # be used for scoring organic shopping web results and previews. Many shopping
133445
133488
  # related signals, e.g., product review score, are also served from this
133446
- # attachment. Next ID: 21
133489
+ # attachment. DEPRECATED: Please use UDR (go/udr) instead.
133447
133490
  # Corresponds to the JSON property `shoppingAttachment`
133448
133491
  # @return [Google::Apis::ContentwarehouseV1::QualityShoppingShoppingAttachment]
133449
133492
  attr_accessor :shopping_attachment
@@ -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.21.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230711"
25
+ REVISION = "20230725"
26
26
  end
27
27
  end
28
28
  end
@@ -9118,18 +9118,6 @@ module Google
9118
9118
  include Google::Apis::Core::JsonObjectSupport
9119
9119
  end
9120
9120
 
9121
- class NlpLoggingQRewriteClientCallPathInfo
9122
- class Representation < Google::Apis::Core::JsonRepresentation; end
9123
-
9124
- include Google::Apis::Core::JsonObjectSupport
9125
- end
9126
-
9127
- class NlpLoggingQusClientCallPathInfo
9128
- class Representation < Google::Apis::Core::JsonRepresentation; end
9129
-
9130
- include Google::Apis::Core::JsonObjectSupport
9131
- end
9132
-
9133
9121
  class NlpMeaningMeaningRemodeling
9134
9122
  class Representation < Google::Apis::Core::JsonRepresentation; end
9135
9123
 
@@ -11290,18 +11278,6 @@ module Google
11290
11278
  include Google::Apis::Core::JsonObjectSupport
11291
11279
  end
11292
11280
 
11293
- class QualityQrewriteCandidateId
11294
- class Representation < Google::Apis::Core::JsonRepresentation; end
11295
-
11296
- include Google::Apis::Core::JsonObjectSupport
11297
- end
11298
-
11299
- class QualityQrewriteCandidateIdField
11300
- class Representation < Google::Apis::Core::JsonRepresentation; end
11301
-
11302
- include Google::Apis::Core::JsonObjectSupport
11303
- end
11304
-
11305
11281
  class QualityQrewriteContactCalendarName
11306
11282
  class Representation < Google::Apis::Core::JsonRepresentation; end
11307
11283
 
@@ -11548,6 +11524,12 @@ module Google
11548
11524
  include Google::Apis::Core::JsonObjectSupport
11549
11525
  end
11550
11526
 
11527
+ class QualityTimebasedDateReliability
11528
+ class Representation < Google::Apis::Core::JsonRepresentation; end
11529
+
11530
+ include Google::Apis::Core::JsonObjectSupport
11531
+ end
11532
+
11551
11533
  class QualityTimebasedLastSignificantUpdate
11552
11534
  class Representation < Google::Apis::Core::JsonRepresentation; end
11553
11535
 
@@ -11566,6 +11548,12 @@ module Google
11566
11548
  include Google::Apis::Core::JsonObjectSupport
11567
11549
  end
11568
11550
 
11551
+ class QualityTimebasedPetacatDateReliability
11552
+ class Representation < Google::Apis::Core::JsonRepresentation; end
11553
+
11554
+ include Google::Apis::Core::JsonObjectSupport
11555
+ end
11556
+
11569
11557
  class QualityTimebasedSyntacticDate
11570
11558
  class Representation < Google::Apis::Core::JsonRepresentation; end
11571
11559
 
@@ -18582,6 +18570,7 @@ module Google
18582
18570
  class Representation < Google::Apis::Core::JsonRepresentation
18583
18571
  property :android_intent_capabilities, as: 'androidIntentCapabilities', class: Google::Apis::ContentwarehouseV1::AssistantApiAndroidIntentCapabilities, decorator: Google::Apis::ContentwarehouseV1::AssistantApiAndroidIntentCapabilities::Representation
18584
18572
 
18573
+ property :assistant_capability, as: 'assistantCapability'
18585
18574
  property :audio_input, as: 'audioInput', class: Google::Apis::ContentwarehouseV1::AssistantApiAudioInput, decorator: Google::Apis::ContentwarehouseV1::AssistantApiAudioInput::Representation
18586
18575
 
18587
18576
  property :audio_output, as: 'audioOutput', class: Google::Apis::ContentwarehouseV1::AssistantApiAudioOutput, decorator: Google::Apis::ContentwarehouseV1::AssistantApiAudioOutput::Representation
@@ -19837,6 +19826,7 @@ module Google
19837
19826
  property :persistent_display_supported, as: 'persistentDisplaySupported'
19838
19827
  property :privacy_aware_lockscreen_supported, as: 'privacyAwareLockscreenSupported'
19839
19828
  property :read_messages_tts_tapering_supported, as: 'readMessagesTtsTaperingSupported'
19829
+ property :read_notification_summarization_supported, as: 'readNotificationSummarizationSupported'
19840
19830
  property :remote_cloud_casting_enabled, as: 'remoteCloudCastingEnabled'
19841
19831
  property :server_generated_feedback_chips_enabled, as: 'serverGeneratedFeedbackChipsEnabled'
19842
19832
  property :sh_lock_screen_supported, as: 'shLockScreenSupported'
@@ -20515,6 +20505,7 @@ module Google
20515
20505
  class Representation < Google::Apis::Core::JsonRepresentation
20516
20506
  property :device_model_id, as: 'deviceModelId'
20517
20507
  property :is_owned_by_speaker, as: 'isOwnedBySpeaker'
20508
+ property :surface_type, as: 'surfaceType'
20518
20509
  end
20519
20510
  end
20520
20511
 
@@ -26746,6 +26737,7 @@ module Google
26746
26737
  property :disposition_time, as: 'dispositionTime'
26747
26738
  property :document_schema_name, as: 'documentSchemaName'
26748
26739
  property :inline_raw_document, :base64 => true, as: 'inlineRawDocument'
26740
+ property :legal_hold, as: 'legalHold'
26749
26741
  property :name, as: 'name'
26750
26742
  property :plain_text, as: 'plainText'
26751
26743
  collection :properties, as: 'properties', class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1Property, decorator: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1Property::Representation
@@ -30002,11 +29994,14 @@ module Google
30002
29994
  class Representation < Google::Apis::Core::JsonRepresentation
30003
29995
  property :child_score, as: 'childScore'
30004
29996
  property :csai_score, as: 'csaiScore'
29997
+ property :csam_a1_score, as: 'csamA1Score'
29998
+ property :csam_age_indeterminate_score, as: 'csamAgeIndeterminateScore'
30005
29999
  property :iu_inappropriate_score, as: 'iuInappropriateScore'
30006
30000
  property :medical_score, as: 'medicalScore'
30007
30001
  property :pedo_score, as: 'pedoScore'
30008
30002
  property :porn_score, as: 'pornScore'
30009
30003
  property :racy_score, as: 'racyScore'
30004
+ property :semantic_sexualization_score, as: 'semanticSexualizationScore'
30010
30005
  property :spoof_score, as: 'spoofScore'
30011
30006
  property :version, as: 'version'
30012
30007
  property :violence_score, as: 'violenceScore'
@@ -30581,6 +30576,8 @@ module Google
30581
30576
 
30582
30577
  property :image_stock_stock_image_annotation, as: 'imageStockStockImageAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
30583
30578
 
30579
+ property :imageembed, as: 'imageembed', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
30580
+
30584
30581
  property :indexing_annotations_annotation_meta, as: 'indexingAnnotationsAnnotationMeta', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
30585
30582
 
30586
30583
  property :indexing_annotations_app_market_app_market_annotation, as: 'indexingAnnotationsAppMarketAppMarketAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
@@ -32959,8 +32956,6 @@ module Google
32959
32956
  property :calibrated_parsing_score, as: 'calibratedParsingScore'
32960
32957
  property :effective_arg_span_length, as: 'effectiveArgSpanLength'
32961
32958
  property :in_query_max_effective_arg_span_length, as: 'inQueryMaxEffectiveArgSpanLength'
32962
- property :qrewrite_call_path_info, as: 'qrewriteCallPathInfo', class: Google::Apis::ContentwarehouseV1::NlpLoggingQRewriteClientCallPathInfo, decorator: Google::Apis::ContentwarehouseV1::NlpLoggingQRewriteClientCallPathInfo::Representation
32963
-
32964
32959
  property :qrewrite_call_path_info_fingerprint, :numeric_string => true, as: 'qrewriteCallPathInfoFingerprint'
32965
32960
  property :source, as: 'source'
32966
32961
  end
@@ -34681,27 +34676,6 @@ module Google
34681
34676
  end
34682
34677
  end
34683
34678
 
34684
- class NlpLoggingQRewriteClientCallPathInfo
34685
- # @private
34686
- class Representation < Google::Apis::Core::JsonRepresentation
34687
- property :qrewrite_candidate_id, as: 'qrewriteCandidateId', class: Google::Apis::ContentwarehouseV1::QualityQrewriteCandidateId, decorator: Google::Apis::ContentwarehouseV1::QualityQrewriteCandidateId::Representation
34688
-
34689
- property :qus_candidate_id, as: 'qusCandidateId', class: Google::Apis::ContentwarehouseV1::QualityQrewriteCandidateId, decorator: Google::Apis::ContentwarehouseV1::QualityQrewriteCandidateId::Representation
34690
-
34691
- property :qus_client_call_path_info, as: 'qusClientCallPathInfo', class: Google::Apis::ContentwarehouseV1::NlpLoggingQusClientCallPathInfo, decorator: Google::Apis::ContentwarehouseV1::NlpLoggingQusClientCallPathInfo::Representation
34692
-
34693
- property :qus_phase, as: 'qusPhase'
34694
- end
34695
- end
34696
-
34697
- class NlpLoggingQusClientCallPathInfo
34698
- # @private
34699
- class Representation < Google::Apis::Core::JsonRepresentation
34700
- property :rewriter_type, as: 'rewriterType'
34701
- property :temporary_ace_tag, :numeric_string => true, as: 'temporaryAceTag'
34702
- end
34703
- end
34704
-
34705
34679
  class NlpMeaningMeaningRemodeling
34706
34680
  # @private
34707
34681
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -40173,22 +40147,6 @@ module Google
40173
40147
  end
40174
40148
  end
40175
40149
 
40176
- class QualityQrewriteCandidateId
40177
- # @private
40178
- class Representation < Google::Apis::Core::JsonRepresentation
40179
- collection :field, as: 'field', class: Google::Apis::ContentwarehouseV1::QualityQrewriteCandidateIdField, decorator: Google::Apis::ContentwarehouseV1::QualityQrewriteCandidateIdField::Representation
40180
-
40181
- end
40182
- end
40183
-
40184
- class QualityQrewriteCandidateIdField
40185
- # @private
40186
- class Representation < Google::Apis::Core::JsonRepresentation
40187
- property :index, as: 'index'
40188
- property :type, as: 'type'
40189
- end
40190
- end
40191
-
40192
40150
  class QualityQrewriteContactCalendarName
40193
40151
  # @private
40194
40152
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -40724,12 +40682,24 @@ module Google
40724
40682
  end
40725
40683
  end
40726
40684
 
40685
+ class QualityTimebasedDateReliability
40686
+ # @private
40687
+ class Representation < Google::Apis::Core::JsonRepresentation
40688
+ collection :petacat_scores, as: 'petacatScores', class: Google::Apis::ContentwarehouseV1::QualityTimebasedPetacatDateReliability, decorator: Google::Apis::ContentwarehouseV1::QualityTimebasedPetacatDateReliability::Representation
40689
+
40690
+ property :unreliable_dates_score, as: 'unreliableDatesScore'
40691
+ property :unreliable_dates_score_exposure_adjusted, as: 'unreliableDatesScoreExposureAdjusted'
40692
+ end
40693
+ end
40694
+
40727
40695
  class QualityTimebasedLastSignificantUpdate
40728
40696
  # @private
40729
40697
  class Representation < Google::Apis::Core::JsonRepresentation
40730
40698
  property :adjustment_info, as: 'adjustmentInfo', class: Google::Apis::ContentwarehouseV1::QualityTimebasedLastSignificantUpdateAdjustments, decorator: Google::Apis::ContentwarehouseV1::QualityTimebasedLastSignificantUpdateAdjustments::Representation
40731
40699
 
40732
40700
  property :date, :numeric_string => true, as: 'date'
40701
+ property :date_reliability_info, as: 'dateReliabilityInfo', class: Google::Apis::ContentwarehouseV1::QualityTimebasedDateReliability, decorator: Google::Apis::ContentwarehouseV1::QualityTimebasedDateReliability::Representation
40702
+
40733
40703
  property :source, as: 'source'
40734
40704
  end
40735
40705
  end
@@ -40754,6 +40724,19 @@ module Google
40754
40724
  end
40755
40725
  end
40756
40726
 
40727
+ class QualityTimebasedPetacatDateReliability
40728
+ # @private
40729
+ class Representation < Google::Apis::Core::JsonRepresentation
40730
+ property :contentage_reliability, as: 'contentageReliability'
40731
+ property :date_exposure, as: 'dateExposure'
40732
+ property :date_exposure_score, as: 'dateExposureScore'
40733
+ property :date_vs_contentage_distribution_skew, as: 'dateVsContentageDistributionSkew'
40734
+ property :is_forum_qna_social_media_probability, as: 'isForumQnaSocialMediaProbability'
40735
+ property :petacat_id, as: 'petacatId'
40736
+ property :unreliable_dates_score, as: 'unreliableDatesScore'
40737
+ end
40738
+ end
40739
+
40757
40740
  class QualityTimebasedSyntacticDate
40758
40741
  # @private
40759
40742
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -41680,6 +41663,7 @@ module Google
41680
41663
  class Representation < Google::Apis::Core::JsonRepresentation
41681
41664
  collection :provenance, as: 'provenance'
41682
41665
  property :score, as: 'score'
41666
+ property :type_fprint, :numeric_string => true, as: 'typeFprint'
41683
41667
  property :type_mid, :numeric_string => true, as: 'typeMid'
41684
41668
  property :type_name, as: 'typeName'
41685
41669
  end
@@ -43162,6 +43146,7 @@ module Google
43162
43146
  property :fingerprint, :numeric_string => true, as: 'fingerprint'
43163
43147
  collection :funder, as: 'funder', class: Google::Apis::ContentwarehouseV1::ResearchScienceSearchOrganization, decorator: Google::Apis::ContentwarehouseV1::ResearchScienceSearchOrganization::Representation
43164
43148
 
43149
+ property :has_croissant_format, as: 'hasCroissantFormat'
43165
43150
  property :has_table_summaries, as: 'hasTableSummaries'
43166
43151
  property :id, as: 'id'
43167
43152
  collection :identifier_from_source, as: 'identifierFromSource'
@@ -46143,6 +46128,7 @@ module Google
46143
46128
  property :cache_hit_type, as: 'cacheHitType'
46144
46129
  property :cdn_provider, as: 'cdnProvider'
46145
46130
  property :concurrent_stream_num, :numeric_string => true, as: 'concurrentStreamNum'
46131
+ property :credential_id, as: 'credentialId'
46146
46132
  property :dependent_fetch_type, as: 'dependentFetchType'
46147
46133
  property :download_file_name, as: 'downloadFileName'
46148
46134
  property :http_version, as: 'httpVersion'
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.21.0
4
+ version: 0.22.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-07-16 00:00:00.000000000 Z
11
+ date: 2023-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contentwarehouse_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-contentwarehouse_v1/v0.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-contentwarehouse_v1/v0.22.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: []