google-apis-contentwarehouse_v1 0.23.0 → 0.24.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: adfc04f2d9541c5609346d8c3e8c452950a88d36e78fb168cbc70644531ed6a7
|
|
4
|
+
data.tar.gz: 3ecaf6996df5863791dd0ffee0fa208602eaaa4a0a70903539b3c40252cc81fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 968d7711d5ca95d61f10561eadeff5768439d3a444e6217bdf85e6d2c4f6131cf5e0e48bf743fec6dd39d2358e719e99b9de328ba9fdab4a896ef89a542ad08a
|
|
7
|
+
data.tar.gz: dc52e1f8581b87a218ac1290be661bbe04e25c4e0ec404c1c4e06daaf1ea48492cd11ae043116feca21f827ddad7fb923f80b204518dcfccfbcfcc2133068426
|
data/CHANGELOG.md
CHANGED
|
@@ -20203,7 +20203,7 @@ module Google
|
|
|
20203
20203
|
# @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerEndpointGroundingProviderFeatures]
|
|
20204
20204
|
attr_accessor :endpoint_grounding_provider_features
|
|
20205
20205
|
|
|
20206
|
-
# Features to be passed from Media GP to HGR. Next ID:
|
|
20206
|
+
# Features to be passed from Media GP to HGR. Next ID: 17
|
|
20207
20207
|
# Corresponds to the JSON property `mediaGroundingProviderFeatures`
|
|
20208
20208
|
# @return [Google::Apis::ContentwarehouseV1::AssistantGroundingRankerMediaGroundingProviderFeatures]
|
|
20209
20209
|
attr_accessor :media_grounding_provider_features
|
|
@@ -20383,7 +20383,7 @@ module Google
|
|
|
20383
20383
|
end
|
|
20384
20384
|
end
|
|
20385
20385
|
|
|
20386
|
-
# Features to be passed from Media GP to HGR. Next ID:
|
|
20386
|
+
# Features to be passed from Media GP to HGR. Next ID: 17
|
|
20387
20387
|
class AssistantGroundingRankerMediaGroundingProviderFeatures
|
|
20388
20388
|
include Google::Apis::Core::Hashable
|
|
20389
20389
|
|
|
@@ -20397,6 +20397,11 @@ module Google
|
|
|
20397
20397
|
# @return [String]
|
|
20398
20398
|
attr_accessor :ambiguity_classifier
|
|
20399
20399
|
|
|
20400
|
+
# Mid of the media item. This is currently only used in manual rules.
|
|
20401
|
+
# Corresponds to the JSON property `entityMid`
|
|
20402
|
+
# @return [String]
|
|
20403
|
+
attr_accessor :entity_mid
|
|
20404
|
+
|
|
20400
20405
|
# True if the argument's type was explicitly mentioned in the query.
|
|
20401
20406
|
# Corresponds to the JSON property `hasTypeSemanticEdge`
|
|
20402
20407
|
# @return [Boolean]
|
|
@@ -20496,6 +20501,7 @@ module Google
|
|
|
20496
20501
|
def update!(**args)
|
|
20497
20502
|
@album_release_type = args[:album_release_type] if args.key?(:album_release_type)
|
|
20498
20503
|
@ambiguity_classifier = args[:ambiguity_classifier] if args.key?(:ambiguity_classifier)
|
|
20504
|
+
@entity_mid = args[:entity_mid] if args.key?(:entity_mid)
|
|
20499
20505
|
@has_type_semantic_edge = args[:has_type_semantic_edge] if args.key?(:has_type_semantic_edge)
|
|
20500
20506
|
@is_cast_video = args[:is_cast_video] if args.key?(:is_cast_video)
|
|
20501
20507
|
@is_media_search_query_subset_of_entity_name_and_artist = args[:is_media_search_query_subset_of_entity_name_and_artist] if args.key?(:is_media_search_query_subset_of_entity_name_and_artist)
|
|
@@ -22338,7 +22344,7 @@ module Google
|
|
|
22338
22344
|
|
|
22339
22345
|
# Signals to be used by the Prefulfillment Ranker. Derived from the
|
|
22340
22346
|
# ParsingSignals and GroundingSignals carried by the FunctionCall. LINT.IfChange
|
|
22341
|
-
# Next ID:
|
|
22347
|
+
# Next ID: 62
|
|
22342
22348
|
class AssistantPrefulfillmentRankerPrefulfillmentSignals
|
|
22343
22349
|
include Google::Apis::Core::Hashable
|
|
22344
22350
|
|
|
@@ -22451,6 +22457,14 @@ module Google
|
|
|
22451
22457
|
# @return [Float]
|
|
22452
22458
|
attr_accessor :intent_name_pauis
|
|
22453
22459
|
|
|
22460
|
+
# intent_type differentiates between intents that share the top level intent
|
|
22461
|
+
# name. For eg: for TV_FALLBACK_SEARCH_INTENT, the top level intent name must be
|
|
22462
|
+
# "Find_media" and the media_object argument within it must be of type "
|
|
22463
|
+
# Media_unspecified".
|
|
22464
|
+
# Corresponds to the JSON property `intentType`
|
|
22465
|
+
# @return [String]
|
|
22466
|
+
attr_accessor :intent_type
|
|
22467
|
+
|
|
22454
22468
|
# Feasibility of fulfilling the binding set. Eg: For PlayMedia, this is
|
|
22455
22469
|
# equivalent to playability. More details: go/hgr-feasibility-feature.
|
|
22456
22470
|
# Corresponds to the JSON property `isFeasible`
|
|
@@ -22647,10 +22661,7 @@ module Google
|
|
|
22647
22661
|
# @return [Google::Apis::ContentwarehouseV1::AssistantPfrSmartHomeIntentMetadata]
|
|
22648
22662
|
attr_accessor :smarthome_intent_metadata
|
|
22649
22663
|
|
|
22650
|
-
#
|
|
22651
|
-
# name. For eg: for TV_FALLBACK_SEARCH_INTENT, the top level intent name must be
|
|
22652
|
-
# "Find_media" and the media_object argument within it must be of type "
|
|
22653
|
-
# Media_unspecified".
|
|
22664
|
+
#
|
|
22654
22665
|
# Corresponds to the JSON property `subIntentType`
|
|
22655
22666
|
# @return [String]
|
|
22656
22667
|
attr_accessor :sub_intent_type
|
|
@@ -22692,6 +22703,7 @@ module Google
|
|
|
22692
22703
|
@intent_name_auis_score = args[:intent_name_auis_score] if args.key?(:intent_name_auis_score)
|
|
22693
22704
|
@intent_name_auis_score_exp = args[:intent_name_auis_score_exp] if args.key?(:intent_name_auis_score_exp)
|
|
22694
22705
|
@intent_name_pauis = args[:intent_name_pauis] if args.key?(:intent_name_pauis)
|
|
22706
|
+
@intent_type = args[:intent_type] if args.key?(:intent_type)
|
|
22695
22707
|
@is_feasible = args[:is_feasible] if args.key?(:is_feasible)
|
|
22696
22708
|
@is_fully_grounded = args[:is_fully_grounded] if args.key?(:is_fully_grounded)
|
|
22697
22709
|
@is_high_confidence_podcast_intent = args[:is_high_confidence_podcast_intent] if args.key?(:is_high_confidence_podcast_intent)
|
|
@@ -23347,7 +23359,7 @@ module Google
|
|
|
23347
23359
|
# @return [Google::Apis::ContentwarehouseV1::AssistantVerticalsHomeautomationProtoDeviceTargetingOutputQueryInfo]
|
|
23348
23360
|
attr_accessor :dto_query_info
|
|
23349
23361
|
|
|
23350
|
-
# Next ID:
|
|
23362
|
+
# Next ID: 45
|
|
23351
23363
|
# Corresponds to the JSON property `homeautomationMetadata`
|
|
23352
23364
|
# @return [Google::Apis::ContentwarehouseV1::AssistantVerticalsHomeautomationProtoHomeAutomationMetaData]
|
|
23353
23365
|
attr_accessor :homeautomation_metadata
|
|
@@ -23394,7 +23406,7 @@ module Google
|
|
|
23394
23406
|
class AssistantVerticalsHomeautomationProtoHomeAutomationDeviceItem
|
|
23395
23407
|
include Google::Apis::Core::Hashable
|
|
23396
23408
|
|
|
23397
|
-
# Next ID:
|
|
23409
|
+
# Next ID: 45
|
|
23398
23410
|
# Corresponds to the JSON property `homeautomationMetadata`
|
|
23399
23411
|
# @return [Google::Apis::ContentwarehouseV1::AssistantVerticalsHomeautomationProtoHomeAutomationMetaData]
|
|
23400
23412
|
attr_accessor :homeautomation_metadata
|
|
@@ -23427,7 +23439,7 @@ module Google
|
|
|
23427
23439
|
end
|
|
23428
23440
|
end
|
|
23429
23441
|
|
|
23430
|
-
# Next ID:
|
|
23442
|
+
# Next ID: 45
|
|
23431
23443
|
class AssistantVerticalsHomeautomationProtoHomeAutomationMetaData
|
|
23432
23444
|
include Google::Apis::Core::Hashable
|
|
23433
23445
|
|
|
@@ -23478,7 +23490,7 @@ module Google
|
|
|
23478
23490
|
attr_accessor :device_model_id
|
|
23479
23491
|
|
|
23480
23492
|
# GCM address for cloud execution across google cloud messaging rather than 3p
|
|
23481
|
-
# cloud
|
|
23493
|
+
# cloud.
|
|
23482
23494
|
# Corresponds to the JSON property `gcmExecutionAddress`
|
|
23483
23495
|
# @return [String]
|
|
23484
23496
|
attr_accessor :gcm_execution_address
|
|
@@ -23609,6 +23621,11 @@ module Google
|
|
|
23609
23621
|
# @return [String]
|
|
23610
23622
|
attr_accessor :primary_name
|
|
23611
23623
|
|
|
23624
|
+
# Whether device report state is out of sync with Query response.
|
|
23625
|
+
# Corresponds to the JSON property `reportStateStatus`
|
|
23626
|
+
# @return [String]
|
|
23627
|
+
attr_accessor :report_state_status
|
|
23628
|
+
|
|
23612
23629
|
# Represents the user’s role such as assistant only or manager for a device.
|
|
23613
23630
|
# Design doc: https://docs.google.com/document/d/
|
|
23614
23631
|
# 1c1hnauEbBfDkywO3GZkI8ejHP765l2tLspmPgckEe2Y/
|
|
@@ -23770,6 +23787,7 @@ module Google
|
|
|
23770
23787
|
@physical_location = args[:physical_location] if args.key?(:physical_location)
|
|
23771
23788
|
@plural = args[:plural] if args.key?(:plural)
|
|
23772
23789
|
@primary_name = args[:primary_name] if args.key?(:primary_name)
|
|
23790
|
+
@report_state_status = args[:report_state_status] if args.key?(:report_state_status)
|
|
23773
23791
|
@role_information = args[:role_information] if args.key?(:role_information)
|
|
23774
23792
|
@routable_via_gcm = args[:routable_via_gcm] if args.key?(:routable_via_gcm)
|
|
23775
23793
|
@saft_document = args[:saft_document] if args.key?(:saft_document)
|
|
@@ -24882,31 +24900,6 @@ module Google
|
|
|
24882
24900
|
end
|
|
24883
24901
|
end
|
|
24884
24902
|
|
|
24885
|
-
# Per-URL porn scores for the URLs associated with the corresponding image.
|
|
24886
|
-
class ClassifierPornAggregatedUrlPornScores
|
|
24887
|
-
include Google::Apis::Core::Hashable
|
|
24888
|
-
|
|
24889
|
-
#
|
|
24890
|
-
# Corresponds to the JSON property `averageUrlPornScore`
|
|
24891
|
-
# @return [Float]
|
|
24892
|
-
attr_accessor :average_url_porn_score
|
|
24893
|
-
|
|
24894
|
-
#
|
|
24895
|
-
# Corresponds to the JSON property `urlCount`
|
|
24896
|
-
# @return [Fixnum]
|
|
24897
|
-
attr_accessor :url_count
|
|
24898
|
-
|
|
24899
|
-
def initialize(**args)
|
|
24900
|
-
update!(**args)
|
|
24901
|
-
end
|
|
24902
|
-
|
|
24903
|
-
# Update properties of this object
|
|
24904
|
-
def update!(**args)
|
|
24905
|
-
@average_url_porn_score = args[:average_url_porn_score] if args.key?(:average_url_porn_score)
|
|
24906
|
-
@url_count = args[:url_count] if args.key?(:url_count)
|
|
24907
|
-
end
|
|
24908
|
-
end
|
|
24909
|
-
|
|
24910
24903
|
# Next ID: 6
|
|
24911
24904
|
class ClassifierPornClassifierData
|
|
24912
24905
|
include Google::Apis::Core::Hashable
|
|
@@ -25990,8 +25983,10 @@ module Google
|
|
|
25990
25983
|
# downstream systems can take advantage of this annotation to automatically
|
|
25991
25984
|
# handle newly introduced data without modifying their code. Please also see the
|
|
25992
25985
|
# comment of FieldProjector above. There are also some fields in DataInfo that
|
|
25993
|
-
# annotate who generates the data, the Index Signals or Goldmine annotator name
|
|
25994
|
-
#
|
|
25986
|
+
# annotate who generates the data, the Index Signals or Goldmine annotator name
|
|
25987
|
+
# for the fields already onboarded or being onboarded to FDP. Fields without
|
|
25988
|
+
# annotation of signal_names or goldmine_annotator_names are not onboarded. Next
|
|
25989
|
+
# ID: 538
|
|
25995
25990
|
# Corresponds to the JSON property `dataVersion`
|
|
25996
25991
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersion]
|
|
25997
25992
|
attr_accessor :data_version
|
|
@@ -27057,7 +27052,7 @@ module Google
|
|
|
27057
27052
|
# @return [Fixnum]
|
|
27058
27053
|
attr_accessor :pq_data
|
|
27059
27054
|
|
|
27060
|
-
# Next id:
|
|
27055
|
+
# Next id: 18
|
|
27061
27056
|
# Corresponds to the JSON property `pqDataProto`
|
|
27062
27057
|
# @return [Google::Apis::ContentwarehouseV1::QualityNsrPqData]
|
|
27063
27058
|
attr_accessor :pq_data_proto
|
|
@@ -54406,7 +54401,7 @@ module Google
|
|
|
54406
54401
|
end
|
|
54407
54402
|
end
|
|
54408
54403
|
|
|
54409
|
-
# Next id: 54
|
|
54404
|
+
# Next id: 54 Font and text decorations:
|
|
54410
54405
|
class HtmlrenderWebkitHeadlessProtoStyle
|
|
54411
54406
|
include Google::Apis::Core::Hashable
|
|
54412
54407
|
|
|
@@ -54546,7 +54541,9 @@ module Google
|
|
|
54546
54541
|
# @return [String]
|
|
54547
54542
|
attr_accessor :display_prop
|
|
54548
54543
|
|
|
54549
|
-
#
|
|
54544
|
+
# `font_family` is the `font-family` computed style, not necessarily the actual
|
|
54545
|
+
# font. https://developer.mozilla.org/en-US/docs/Web/CSS/font-family. Note that
|
|
54546
|
+
# it may contain multiple font families, not just one.
|
|
54550
54547
|
# Corresponds to the JSON property `fontFamily`
|
|
54551
54548
|
# @return [String]
|
|
54552
54549
|
attr_accessor :font_family
|
|
@@ -60750,8 +60747,10 @@ module Google
|
|
|
60750
60747
|
# downstream systems can take advantage of this annotation to automatically
|
|
60751
60748
|
# handle newly introduced data without modifying their code. Please also see the
|
|
60752
60749
|
# comment of FieldProjector above. There are also some fields in DataInfo that
|
|
60753
|
-
# annotate who generates the data, the Index Signals or Goldmine annotator name
|
|
60754
|
-
#
|
|
60750
|
+
# annotate who generates the data, the Index Signals or Goldmine annotator name
|
|
60751
|
+
# for the fields already onboarded or being onboarded to FDP. Fields without
|
|
60752
|
+
# annotation of signal_names or goldmine_annotator_names are not onboarded. Next
|
|
60753
|
+
# ID: 538
|
|
60755
60754
|
class IndexingDocjoinerDataVersion
|
|
60756
60755
|
include Google::Apis::Core::Hashable
|
|
60757
60756
|
|
|
@@ -69011,7 +69010,7 @@ module Google
|
|
|
69011
69010
|
# @return [Google::Apis::ContentwarehouseV1::KnowledgeAnswersSensitivitySensitivity]
|
|
69012
69011
|
attr_accessor :sensitivity
|
|
69013
69012
|
|
|
69014
|
-
# Next ID:
|
|
69013
|
+
# Next ID: 37
|
|
69015
69014
|
# Corresponds to the JSON property `signals`
|
|
69016
69015
|
# @return [Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQueryFunctionCallSignals]
|
|
69017
69016
|
attr_accessor :signals
|
|
@@ -69043,7 +69042,7 @@ module Google
|
|
|
69043
69042
|
end
|
|
69044
69043
|
end
|
|
69045
69044
|
|
|
69046
|
-
# Next ID:
|
|
69045
|
+
# Next ID: 37
|
|
69047
69046
|
class KnowledgeAnswersIntentQueryFunctionCallSignals
|
|
69048
69047
|
include Google::Apis::Core::Hashable
|
|
69049
69048
|
|
|
@@ -69212,7 +69211,7 @@ module Google
|
|
|
69212
69211
|
|
|
69213
69212
|
# Signals to be used by the Prefulfillment Ranker. Derived from the
|
|
69214
69213
|
# ParsingSignals and GroundingSignals carried by the FunctionCall. LINT.IfChange
|
|
69215
|
-
# Next ID:
|
|
69214
|
+
# Next ID: 62
|
|
69216
69215
|
# Corresponds to the JSON property `prefulfillmentSignals`
|
|
69217
69216
|
# @return [Google::Apis::ContentwarehouseV1::AssistantPrefulfillmentRankerPrefulfillmentSignals]
|
|
69218
69217
|
attr_accessor :prefulfillment_signals
|
|
@@ -69273,6 +69272,13 @@ module Google
|
|
|
69273
69272
|
# @return [Array<Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQuerySignalComputationFallbackIntent>]
|
|
69274
69273
|
attr_accessor :signals_fallback_intents
|
|
69275
69274
|
|
|
69275
|
+
# Identifies whether this intent intends to be scored and pruned by the
|
|
69276
|
+
# prefulfillment ranker after intent-generation.
|
|
69277
|
+
# Corresponds to the JSON property `usesPrefulfillmentRanker`
|
|
69278
|
+
# @return [Boolean]
|
|
69279
|
+
attr_accessor :uses_prefulfillment_ranker
|
|
69280
|
+
alias_method :uses_prefulfillment_ranker?, :uses_prefulfillment_ranker
|
|
69281
|
+
|
|
69276
69282
|
def initialize(**args)
|
|
69277
69283
|
update!(**args)
|
|
69278
69284
|
end
|
|
@@ -69311,6 +69317,7 @@ module Google
|
|
|
69311
69317
|
@selected_by_prefulfillment_ranking = args[:selected_by_prefulfillment_ranking] if args.key?(:selected_by_prefulfillment_ranking)
|
|
69312
69318
|
@shopping_ids = args[:shopping_ids] if args.key?(:shopping_ids)
|
|
69313
69319
|
@signals_fallback_intents = args[:signals_fallback_intents] if args.key?(:signals_fallback_intents)
|
|
69320
|
+
@uses_prefulfillment_ranker = args[:uses_prefulfillment_ranker] if args.key?(:uses_prefulfillment_ranker)
|
|
69314
69321
|
end
|
|
69315
69322
|
end
|
|
69316
69323
|
|
|
@@ -94114,11 +94121,6 @@ module Google
|
|
|
94114
94121
|
# @return [String]
|
|
94115
94122
|
attr_accessor :url
|
|
94116
94123
|
|
|
94117
|
-
# Per-URL porn scores for the URLs associated with the corresponding image.
|
|
94118
|
-
# Corresponds to the JSON property `urlPornScores`
|
|
94119
|
-
# @return [Google::Apis::ContentwarehouseV1::ClassifierPornAggregatedUrlPornScores]
|
|
94120
|
-
attr_accessor :url_porn_scores
|
|
94121
|
-
|
|
94122
94124
|
def initialize(**args)
|
|
94123
94125
|
update!(**args)
|
|
94124
94126
|
end
|
|
@@ -94144,7 +94146,6 @@ module Google
|
|
|
94144
94146
|
@referrer_counts = args[:referrer_counts] if args.key?(:referrer_counts)
|
|
94145
94147
|
@semantic_sexualization_score = args[:semantic_sexualization_score] if args.key?(:semantic_sexualization_score)
|
|
94146
94148
|
@url = args[:url] if args.key?(:url)
|
|
94147
|
-
@url_porn_scores = args[:url_porn_scores] if args.key?(:url_porn_scores)
|
|
94148
94149
|
end
|
|
94149
94150
|
end
|
|
94150
94151
|
|
|
@@ -98089,7 +98090,7 @@ module Google
|
|
|
98089
98090
|
end
|
|
98090
98091
|
end
|
|
98091
98092
|
|
|
98092
|
-
# Next id:
|
|
98093
|
+
# Next id: 18
|
|
98093
98094
|
class QualityNsrPqData
|
|
98094
98095
|
include Google::Apis::Core::Hashable
|
|
98095
98096
|
|
|
@@ -98124,6 +98125,11 @@ module Google
|
|
|
98124
98125
|
# @return [Float]
|
|
98125
98126
|
attr_accessor :delta_subchunk_adjustment
|
|
98126
98127
|
|
|
98128
|
+
# Keto score.
|
|
98129
|
+
# Corresponds to the JSON property `keto`
|
|
98130
|
+
# @return [Array<Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal>]
|
|
98131
|
+
attr_accessor :keto
|
|
98132
|
+
|
|
98127
98133
|
#
|
|
98128
98134
|
# Corresponds to the JSON property `linkIncoming`
|
|
98129
98135
|
# @return [Float]
|
|
@@ -98176,6 +98182,7 @@ module Google
|
|
|
98176
98182
|
@delta_link_outgoing = args[:delta_link_outgoing] if args.key?(:delta_link_outgoing)
|
|
98177
98183
|
@delta_page_quality = args[:delta_page_quality] if args.key?(:delta_page_quality)
|
|
98178
98184
|
@delta_subchunk_adjustment = args[:delta_subchunk_adjustment] if args.key?(:delta_subchunk_adjustment)
|
|
98185
|
+
@keto = args[:keto] if args.key?(:keto)
|
|
98179
98186
|
@link_incoming = args[:link_incoming] if args.key?(:link_incoming)
|
|
98180
98187
|
@link_outgoing = args[:link_outgoing] if args.key?(:link_outgoing)
|
|
98181
98188
|
@num_offdomain_anchors = args[:num_offdomain_anchors] if args.key?(:num_offdomain_anchors)
|
|
@@ -101657,15 +101664,16 @@ module Google
|
|
|
101657
101664
|
end
|
|
101658
101665
|
|
|
101659
101666
|
# Unreliable dates signals per URL. go/unreliable-dates-dd
|
|
101660
|
-
class
|
|
101667
|
+
class QualityTimebasedDateUnreliability
|
|
101661
101668
|
include Google::Apis::Core::Hashable
|
|
101662
101669
|
|
|
101663
101670
|
#
|
|
101664
101671
|
# Corresponds to the JSON property `petacatScores`
|
|
101665
|
-
# @return [Array<Google::Apis::ContentwarehouseV1::
|
|
101672
|
+
# @return [Array<Google::Apis::ContentwarehouseV1::QualityTimebasedPetacatDateUnreliability>]
|
|
101666
101673
|
attr_accessor :petacat_scores
|
|
101667
101674
|
|
|
101668
|
-
# max(petacat.
|
|
101675
|
+
# If scores are missing, the date is reliable by default. max(petacat.
|
|
101676
|
+
# unreliable_dates_score)
|
|
101669
101677
|
# Corresponds to the JSON property `unreliableDatesScore`
|
|
101670
101678
|
# @return [Float]
|
|
101671
101679
|
attr_accessor :unreliable_dates_score
|
|
@@ -101706,9 +101714,9 @@ module Google
|
|
|
101706
101714
|
attr_accessor :date
|
|
101707
101715
|
|
|
101708
101716
|
# Unreliable dates signals per URL. go/unreliable-dates-dd
|
|
101709
|
-
# Corresponds to the JSON property `
|
|
101710
|
-
# @return [Google::Apis::ContentwarehouseV1::
|
|
101711
|
-
attr_accessor :
|
|
101717
|
+
# Corresponds to the JSON property `dateUnreliabilityInfo`
|
|
101718
|
+
# @return [Google::Apis::ContentwarehouseV1::QualityTimebasedDateUnreliability]
|
|
101719
|
+
attr_accessor :date_unreliability_info
|
|
101712
101720
|
|
|
101713
101721
|
# The source the signal comes from.
|
|
101714
101722
|
# Corresponds to the JSON property `source`
|
|
@@ -101723,7 +101731,7 @@ module Google
|
|
|
101723
101731
|
def update!(**args)
|
|
101724
101732
|
@adjustment_info = args[:adjustment_info] if args.key?(:adjustment_info)
|
|
101725
101733
|
@date = args[:date] if args.key?(:date)
|
|
101726
|
-
@
|
|
101734
|
+
@date_unreliability_info = args[:date_unreliability_info] if args.key?(:date_unreliability_info)
|
|
101727
101735
|
@source = args[:source] if args.key?(:source)
|
|
101728
101736
|
end
|
|
101729
101737
|
end
|
|
@@ -101812,8 +101820,13 @@ module Google
|
|
|
101812
101820
|
end
|
|
101813
101821
|
end
|
|
101814
101822
|
|
|
101815
|
-
# Unreliable dates signals per Domain+Petacat. go/unreliable-dates-dd
|
|
101816
|
-
|
|
101823
|
+
# Unreliable dates signals per Domain+Petacat. go/unreliable-dates-dd NOTE(
|
|
101824
|
+
# tomwesolowski): As of now, we can safely keep up to 8 4-bytes fields in this
|
|
101825
|
+
# proto due to Laelaps constraint of max. 50k bytes per single value. We keep
|
|
101826
|
+
# all the petacats categories for a domain under the same key. The largest sites
|
|
101827
|
+
# (Youtube, Wikipedia, Facebook) have up to 1.5k different petacat verticals.
|
|
101828
|
+
# 1500 * 4 * 8 / 1024 bytes = 46.9k bytes
|
|
101829
|
+
class QualityTimebasedPetacatDateUnreliability
|
|
101817
101830
|
include Google::Apis::Core::Hashable
|
|
101818
101831
|
|
|
101819
101832
|
#
|
|
@@ -103272,11 +103285,6 @@ module Google
|
|
|
103272
103285
|
# @return [String]
|
|
103273
103286
|
attr_accessor :debug_string
|
|
103274
103287
|
|
|
103275
|
-
# Listiness score of the category.
|
|
103276
|
-
# Corresponds to the JSON property `listiness`
|
|
103277
|
-
# @return [Float]
|
|
103278
|
-
attr_accessor :listiness
|
|
103279
|
-
|
|
103280
103288
|
# The mid of the entity representing the category.
|
|
103281
103289
|
# Corresponds to the JSON property `mid`
|
|
103282
103290
|
# @return [Fixnum]
|
|
@@ -103289,7 +103297,6 @@ module Google
|
|
|
103289
103297
|
# Update properties of this object
|
|
103290
103298
|
def update!(**args)
|
|
103291
103299
|
@debug_string = args[:debug_string] if args.key?(:debug_string)
|
|
103292
|
-
@listiness = args[:listiness] if args.key?(:listiness)
|
|
103293
103300
|
@mid = args[:mid] if args.key?(:mid)
|
|
103294
103301
|
end
|
|
103295
103302
|
end
|
|
@@ -104126,7 +104133,8 @@ module Google
|
|
|
104126
104133
|
|
|
104127
104134
|
# Metadata proto to be stored in concept tables. Note: Name table only stores
|
|
104128
104135
|
# name_type_mask for better performance. Remember to change NameToConceptEntry
|
|
104129
|
-
# if you add a field to this proto.
|
|
104136
|
+
# if you add a field to this proto. Note: in the annotator output only URL and
|
|
104137
|
+
# PHONE_NUMBER are populated.
|
|
104130
104138
|
class RepositoryWebrefConceptNameMetadata
|
|
104131
104139
|
include Google::Apis::Core::Hashable
|
|
104132
104140
|
|
|
@@ -105107,11 +105115,6 @@ module Google
|
|
|
105107
105115
|
class RepositoryWebrefEntityScores
|
|
105108
105116
|
include Google::Apis::Core::Hashable
|
|
105109
105117
|
|
|
105110
|
-
# Probability that any given name of this entity is fully capitalized.
|
|
105111
|
-
# Corresponds to the JSON property `allCapsProb`
|
|
105112
|
-
# @return [Float]
|
|
105113
|
-
attr_accessor :all_caps_prob
|
|
105114
|
-
|
|
105115
105118
|
# This field is only for debugging and link weight experiments. It stores the
|
|
105116
105119
|
# entity's idf from the alpha model. Alpha idfs are used for link weight
|
|
105117
105120
|
# computations and available during model omega building via
|
|
@@ -105133,7 +105136,7 @@ module Google
|
|
|
105133
105136
|
# @return [Float]
|
|
105134
105137
|
attr_accessor :entity_idf
|
|
105135
105138
|
|
|
105136
|
-
# The following
|
|
105139
|
+
# The following field is deprecated and should eventually be removed. It uses
|
|
105137
105140
|
# data and rules that have not been refreshed for ~10y and KG has changed a lot
|
|
105138
105141
|
# in the meantime.
|
|
105139
105142
|
# Corresponds to the JSON property `nameCapitalizationProb`
|
|
@@ -105146,7 +105149,6 @@ module Google
|
|
|
105146
105149
|
|
|
105147
105150
|
# Update properties of this object
|
|
105148
105151
|
def update!(**args)
|
|
105149
|
-
@all_caps_prob = args[:all_caps_prob] if args.key?(:all_caps_prob)
|
|
105150
105152
|
@alpha_entity_idf = args[:alpha_entity_idf] if args.key?(:alpha_entity_idf)
|
|
105151
105153
|
@common_ngram_prob = args[:common_ngram_prob] if args.key?(:common_ngram_prob)
|
|
105152
105154
|
@entity_idf = args[:entity_idf] if args.key?(:entity_idf)
|
|
@@ -106620,7 +106622,8 @@ module Google
|
|
|
106620
106622
|
|
|
106621
106623
|
# Metadata proto to be stored in concept tables. Note: Name table only stores
|
|
106622
106624
|
# name_type_mask for better performance. Remember to change NameToConceptEntry
|
|
106623
|
-
# if you add a field to this proto.
|
|
106625
|
+
# if you add a field to this proto. Note: in the annotator output only URL and
|
|
106626
|
+
# PHONE_NUMBER are populated.
|
|
106624
106627
|
# Corresponds to the JSON property `nameMetadata`
|
|
106625
106628
|
# @return [Google::Apis::ContentwarehouseV1::RepositoryWebrefConceptNameMetadata]
|
|
106626
106629
|
attr_accessor :name_metadata
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.24.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 = "
|
|
25
|
+
REVISION = "20230814"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -3268,12 +3268,6 @@ module Google
|
|
|
3268
3268
|
include Google::Apis::Core::JsonObjectSupport
|
|
3269
3269
|
end
|
|
3270
3270
|
|
|
3271
|
-
class ClassifierPornAggregatedUrlPornScores
|
|
3272
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3273
|
-
|
|
3274
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
3275
|
-
end
|
|
3276
|
-
|
|
3277
3271
|
class ClassifierPornClassifierData
|
|
3278
3272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3279
3273
|
|
|
@@ -11560,7 +11554,7 @@ module Google
|
|
|
11560
11554
|
include Google::Apis::Core::JsonObjectSupport
|
|
11561
11555
|
end
|
|
11562
11556
|
|
|
11563
|
-
class
|
|
11557
|
+
class QualityTimebasedDateUnreliability
|
|
11564
11558
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
11565
11559
|
|
|
11566
11560
|
include Google::Apis::Core::JsonObjectSupport
|
|
@@ -11584,7 +11578,7 @@ module Google
|
|
|
11584
11578
|
include Google::Apis::Core::JsonObjectSupport
|
|
11585
11579
|
end
|
|
11586
11580
|
|
|
11587
|
-
class
|
|
11581
|
+
class QualityTimebasedPetacatDateUnreliability
|
|
11588
11582
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
11589
11583
|
|
|
11590
11584
|
include Google::Apis::Core::JsonObjectSupport
|
|
@@ -20656,6 +20650,7 @@ module Google
|
|
|
20656
20650
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20657
20651
|
property :album_release_type, as: 'albumReleaseType'
|
|
20658
20652
|
property :ambiguity_classifier, as: 'ambiguityClassifier'
|
|
20653
|
+
property :entity_mid, as: 'entityMid'
|
|
20659
20654
|
property :has_type_semantic_edge, as: 'hasTypeSemanticEdge'
|
|
20660
20655
|
property :is_cast_video, as: 'isCastVideo'
|
|
20661
20656
|
property :is_media_search_query_subset_of_entity_name_and_artist, as: 'isMediaSearchQuerySubsetOfEntityNameAndArtist'
|
|
@@ -21171,6 +21166,7 @@ module Google
|
|
|
21171
21166
|
property :intent_name_auis_score, as: 'intentNameAuisScore'
|
|
21172
21167
|
property :intent_name_auis_score_exp, as: 'intentNameAuisScoreExp'
|
|
21173
21168
|
property :intent_name_pauis, as: 'intentNamePauis'
|
|
21169
|
+
property :intent_type, as: 'intentType'
|
|
21174
21170
|
property :is_feasible, as: 'isFeasible'
|
|
21175
21171
|
property :is_fully_grounded, as: 'isFullyGrounded'
|
|
21176
21172
|
property :is_high_confidence_podcast_intent, as: 'isHighConfidencePodcastIntent'
|
|
@@ -21438,6 +21434,7 @@ module Google
|
|
|
21438
21434
|
|
|
21439
21435
|
collection :plural, as: 'plural'
|
|
21440
21436
|
property :primary_name, as: 'primaryName'
|
|
21437
|
+
property :report_state_status, as: 'reportStateStatus'
|
|
21441
21438
|
property :role_information, as: 'roleInformation', class: Google::Apis::ContentwarehouseV1::AssistantVerticalsHomeautomationProtoRoleInformation, decorator: Google::Apis::ContentwarehouseV1::AssistantVerticalsHomeautomationProtoRoleInformation::Representation
|
|
21442
21439
|
|
|
21443
21440
|
property :routable_via_gcm, as: 'routableViaGcm'
|
|
@@ -21772,14 +21769,6 @@ module Google
|
|
|
21772
21769
|
end
|
|
21773
21770
|
end
|
|
21774
21771
|
|
|
21775
|
-
class ClassifierPornAggregatedUrlPornScores
|
|
21776
|
-
# @private
|
|
21777
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
21778
|
-
property :average_url_porn_score, as: 'averageUrlPornScore'
|
|
21779
|
-
property :url_count, as: 'urlCount'
|
|
21780
|
-
end
|
|
21781
|
-
end
|
|
21782
|
-
|
|
21783
21772
|
class ClassifierPornClassifierData
|
|
21784
21773
|
# @private
|
|
21785
21774
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -32953,6 +32942,7 @@ module Google
|
|
|
32953
32942
|
|
|
32954
32943
|
collection :signals_fallback_intents, as: 'signalsFallbackIntents', class: Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQuerySignalComputationFallbackIntent, decorator: Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQuerySignalComputationFallbackIntent::Representation
|
|
32955
32944
|
|
|
32945
|
+
property :uses_prefulfillment_ranker, as: 'usesPrefulfillmentRanker'
|
|
32956
32946
|
end
|
|
32957
32947
|
end
|
|
32958
32948
|
|
|
@@ -39016,8 +39006,6 @@ module Google
|
|
|
39016
39006
|
|
|
39017
39007
|
property :semantic_sexualization_score, as: 'semanticSexualizationScore'
|
|
39018
39008
|
property :url, as: 'url'
|
|
39019
|
-
property :url_porn_scores, as: 'urlPornScores', class: Google::Apis::ContentwarehouseV1::ClassifierPornAggregatedUrlPornScores, decorator: Google::Apis::ContentwarehouseV1::ClassifierPornAggregatedUrlPornScores::Representation
|
|
39020
|
-
|
|
39021
39009
|
end
|
|
39022
39010
|
end
|
|
39023
39011
|
|
|
@@ -39944,6 +39932,8 @@ module Google
|
|
|
39944
39932
|
property :delta_link_outgoing, as: 'deltaLinkOutgoing'
|
|
39945
39933
|
property :delta_page_quality, as: 'deltaPageQuality'
|
|
39946
39934
|
property :delta_subchunk_adjustment, as: 'deltaSubchunkAdjustment'
|
|
39935
|
+
collection :keto, as: 'keto', class: Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal, decorator: Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal::Representation
|
|
39936
|
+
|
|
39947
39937
|
property :link_incoming, as: 'linkIncoming'
|
|
39948
39938
|
property :link_outgoing, as: 'linkOutgoing'
|
|
39949
39939
|
property :num_offdomain_anchors, as: 'numOffdomainAnchors'
|
|
@@ -40803,10 +40793,10 @@ module Google
|
|
|
40803
40793
|
end
|
|
40804
40794
|
end
|
|
40805
40795
|
|
|
40806
|
-
class
|
|
40796
|
+
class QualityTimebasedDateUnreliability
|
|
40807
40797
|
# @private
|
|
40808
40798
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
40809
|
-
collection :petacat_scores, as: 'petacatScores', class: Google::Apis::ContentwarehouseV1::
|
|
40799
|
+
collection :petacat_scores, as: 'petacatScores', class: Google::Apis::ContentwarehouseV1::QualityTimebasedPetacatDateUnreliability, decorator: Google::Apis::ContentwarehouseV1::QualityTimebasedPetacatDateUnreliability::Representation
|
|
40810
40800
|
|
|
40811
40801
|
property :unreliable_dates_score, as: 'unreliableDatesScore'
|
|
40812
40802
|
property :unreliable_dates_score_exposure_adjusted, as: 'unreliableDatesScoreExposureAdjusted'
|
|
@@ -40819,7 +40809,7 @@ module Google
|
|
|
40819
40809
|
property :adjustment_info, as: 'adjustmentInfo', class: Google::Apis::ContentwarehouseV1::QualityTimebasedLastSignificantUpdateAdjustments, decorator: Google::Apis::ContentwarehouseV1::QualityTimebasedLastSignificantUpdateAdjustments::Representation
|
|
40820
40810
|
|
|
40821
40811
|
property :date, :numeric_string => true, as: 'date'
|
|
40822
|
-
property :
|
|
40812
|
+
property :date_unreliability_info, as: 'dateUnreliabilityInfo', class: Google::Apis::ContentwarehouseV1::QualityTimebasedDateUnreliability, decorator: Google::Apis::ContentwarehouseV1::QualityTimebasedDateUnreliability::Representation
|
|
40823
40813
|
|
|
40824
40814
|
property :source, as: 'source'
|
|
40825
40815
|
end
|
|
@@ -40845,7 +40835,7 @@ module Google
|
|
|
40845
40835
|
end
|
|
40846
40836
|
end
|
|
40847
40837
|
|
|
40848
|
-
class
|
|
40838
|
+
class QualityTimebasedPetacatDateUnreliability
|
|
40849
40839
|
# @private
|
|
40850
40840
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
40851
40841
|
property :contentage_reliability, as: 'contentageReliability'
|
|
@@ -41203,7 +41193,6 @@ module Google
|
|
|
41203
41193
|
# @private
|
|
41204
41194
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
41205
41195
|
property :debug_string, as: 'debugString'
|
|
41206
|
-
property :listiness, as: 'listiness'
|
|
41207
41196
|
property :mid, :numeric_string => true, as: 'mid'
|
|
41208
41197
|
end
|
|
41209
41198
|
end
|
|
@@ -41677,7 +41666,6 @@ module Google
|
|
|
41677
41666
|
class RepositoryWebrefEntityScores
|
|
41678
41667
|
# @private
|
|
41679
41668
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
41680
|
-
property :all_caps_prob, as: 'allCapsProb'
|
|
41681
41669
|
property :alpha_entity_idf, as: 'alphaEntityIdf'
|
|
41682
41670
|
property :common_ngram_prob, as: 'commonNgramProb'
|
|
41683
41671
|
property :entity_idf, as: 'entityIdf'
|
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.
|
|
4
|
+
version: 0.24.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
|
+
date: 2023-09-03 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-contentwarehouse_v1/v0.24.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.
|
|
78
|
+
rubygems_version: 3.4.19
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Document AI Warehouse API V1
|