google-apis-contentwarehouse_v1 0.34.0 → 0.35.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.
@@ -2660,8 +2660,7 @@ module Google
|
|
2660
2660
|
end
|
2661
2661
|
end
|
2662
2662
|
|
2663
|
-
#
|
2664
|
-
# adding a person to a circle by person-id or by email.
|
2663
|
+
# DEPRECATED. No data is returned for this field anymore. See b/329513077.
|
2665
2664
|
class AppsPeopleOzExternalMergedpeopleapiCircleMembership
|
2666
2665
|
include Google::Apis::Core::Hashable
|
2667
2666
|
|
@@ -5744,7 +5743,7 @@ module Google
|
|
5744
5743
|
# @return [Array<Google::Apis::ContentwarehouseV1::AppsPeopleOzExternalMergedpeopleapiCertifiedBornBefore>]
|
5745
5744
|
attr_accessor :certified_born_before
|
5746
5745
|
|
5747
|
-
#
|
5746
|
+
# DEPRECATED. No data is returned for this field anymore. See b/329513077.
|
5748
5747
|
# Corresponds to the JSON property `circleMembership`
|
5749
5748
|
# @return [Array<Google::Apis::ContentwarehouseV1::AppsPeopleOzExternalMergedpeopleapiCircleMembership>]
|
5750
5749
|
attr_accessor :circle_membership
|
@@ -7014,7 +7013,8 @@ module Google
|
|
7014
7013
|
# should be treated as an opaque blob to avoid a dependency on a specific
|
7015
7014
|
# storage backend. This version of ImageReference is visible outside of SGBE. Do
|
7016
7015
|
# not add fields that should not be exposed outside of Profile Service and Image
|
7017
|
-
# Service.
|
7016
|
+
# Service. See the SGBE-internal version here: http://google3/social/graph/image/
|
7017
|
+
# proto/image_reference.proto
|
7018
7018
|
# Corresponds to the JSON property `originalPhoto`
|
7019
7019
|
# @return [Google::Apis::ContentwarehouseV1::SocialGraphApiProtoImageReference]
|
7020
7020
|
attr_accessor :original_photo
|
@@ -10595,14 +10595,14 @@ module Google
|
|
10595
10595
|
# @return [Google::Apis::ContentwarehouseV1::AssistantApiCoreTypesDeviceConfig]
|
10596
10596
|
attr_accessor :device_config
|
10597
10597
|
|
10598
|
-
# DEPRECATED. assistant.api.core_types.
|
10599
|
-
#
|
10600
|
-
#
|
10601
|
-
#
|
10602
|
-
#
|
10603
|
-
#
|
10604
|
-
#
|
10605
|
-
#
|
10598
|
+
# DEPRECATED. assistant.api.core_types.SurfaceIdentity.surface_type field should
|
10599
|
+
# be used instead. The device's surface type. This is the string version of
|
10600
|
+
# surface_type. The server should use the SurfaceType value derived from this
|
10601
|
+
# string. If the device_type isn't supported within the SurfaceType enum, it
|
10602
|
+
# will be set as UNKNOWN. Developers should use the enum in ServerParams instead
|
10603
|
+
# of this string. WARNING: Clients are not actually setting this field. This
|
10604
|
+
# field will be removed once references to it within the code base have been
|
10605
|
+
# removed.
|
10606
10606
|
# Corresponds to the JSON property `deviceType`
|
10607
10607
|
# @return [String]
|
10608
10608
|
attr_accessor :device_type
|
@@ -17386,8 +17386,10 @@ module Google
|
|
17386
17386
|
# @return [Google::Apis::ContentwarehouseV1::AssistantApiSurfacePropertiesExecutionCapabilities]
|
17387
17387
|
attr_accessor :execution_capabilities
|
17388
17388
|
|
17389
|
-
#
|
17390
|
-
#
|
17389
|
+
# DEPRECATED: This field is used only by the Hummingbird effort, which has
|
17390
|
+
# culminated and is being cleaned up (b/325065733). Indicates if the surface
|
17391
|
+
# prefers glanceable UI when rendering Assistant response. (see go/mobile-dr-
|
17392
|
+
# hbird-glanceable-comms-cuj for more context).
|
17391
17393
|
# Corresponds to the JSON property `prefersGlanceableUi`
|
17392
17394
|
# @return [Boolean]
|
17393
17395
|
attr_accessor :prefers_glanceable_ui
|
@@ -20864,7 +20866,7 @@ module Google
|
|
20864
20866
|
|
20865
20867
|
# Signals to be used by the Prefulfillment Ranker. Derived from the
|
20866
20868
|
# ParsingSignals and GroundingSignals carried by the FunctionCall. LINT.IfChange
|
20867
|
-
# Next ID:
|
20869
|
+
# Next ID: 80
|
20868
20870
|
class AssistantPrefulfillmentRankerPrefulfillmentSignals
|
20869
20871
|
include Google::Apis::Core::Hashable
|
20870
20872
|
|
@@ -20914,6 +20916,12 @@ module Google
|
|
20914
20916
|
attr_accessor :has_answer_group
|
20915
20917
|
alias_method :has_answer_group?, :has_answer_group
|
20916
20918
|
|
20919
|
+
#
|
20920
|
+
# Corresponds to the JSON property `hasIntentUpdate`
|
20921
|
+
# @return [Boolean]
|
20922
|
+
attr_accessor :has_intent_update
|
20923
|
+
alias_method :has_intent_update?, :has_intent_update
|
20924
|
+
|
20917
20925
|
# This is a cross-intent feature which is calculated by iterating all intent
|
20918
20926
|
# candidates. This feature should be populated in post-IG stage (before GB).
|
20919
20927
|
# Corresponds to the JSON property `inQueryMaxEffectiveArgSpanLength`
|
@@ -20951,6 +20959,13 @@ module Google
|
|
20951
20959
|
attr_accessor :is_aqua_media_intent
|
20952
20960
|
alias_method :is_aqua_media_intent?, :is_aqua_media_intent
|
20953
20961
|
|
20962
|
+
# NSP-specific signals, used to determine if NSP intents should be selected or
|
20963
|
+
# not.
|
20964
|
+
# Corresponds to the JSON property `isCommunicationOpaRawTargetIntent`
|
20965
|
+
# @return [Boolean]
|
20966
|
+
attr_accessor :is_communication_opa_raw_target_intent
|
20967
|
+
alias_method :is_communication_opa_raw_target_intent?, :is_communication_opa_raw_target_intent
|
20968
|
+
|
20954
20969
|
#
|
20955
20970
|
# Corresponds to the JSON property `isDummyIntent`
|
20956
20971
|
# @return [Boolean]
|
@@ -20982,12 +20997,36 @@ module Google
|
|
20982
20997
|
attr_accessor :is_media_control_intent
|
20983
20998
|
alias_method :is_media_control_intent?, :is_media_control_intent
|
20984
20999
|
|
21000
|
+
# Whether the intent is a media intent.
|
21001
|
+
# Corresponds to the JSON property `isMediaIntent`
|
21002
|
+
# @return [Boolean]
|
21003
|
+
attr_accessor :is_media_intent
|
21004
|
+
alias_method :is_media_intent?, :is_media_intent
|
21005
|
+
|
21006
|
+
#
|
21007
|
+
# Corresponds to the JSON property `isNspDescopedIntent`
|
21008
|
+
# @return [Boolean]
|
21009
|
+
attr_accessor :is_nsp_descoped_intent
|
21010
|
+
alias_method :is_nsp_descoped_intent?, :is_nsp_descoped_intent
|
21011
|
+
|
21012
|
+
#
|
21013
|
+
# Corresponds to the JSON property `isNspEnabledIntent`
|
21014
|
+
# @return [Boolean]
|
21015
|
+
attr_accessor :is_nsp_enabled_intent
|
21016
|
+
alias_method :is_nsp_enabled_intent?, :is_nsp_enabled_intent
|
21017
|
+
|
20985
21018
|
# Whether this interpretation was genearted by NSP.
|
20986
21019
|
# Corresponds to the JSON property `isNspIntent`
|
20987
21020
|
# @return [Boolean]
|
20988
21021
|
attr_accessor :is_nsp_intent
|
20989
21022
|
alias_method :is_nsp_intent?, :is_nsp_intent
|
20990
21023
|
|
21024
|
+
#
|
21025
|
+
# Corresponds to the JSON property `isNspTargetIntent`
|
21026
|
+
# @return [Boolean]
|
21027
|
+
attr_accessor :is_nsp_target_intent
|
21028
|
+
alias_method :is_nsp_target_intent?, :is_nsp_target_intent
|
21029
|
+
|
20991
21030
|
# Whether the intent is a PlayGenericMusic-type intent.
|
20992
21031
|
# Corresponds to the JSON property `isPlayGenericMusic`
|
20993
21032
|
# @return [Boolean]
|
@@ -21189,18 +21228,24 @@ module Google
|
|
21189
21228
|
@fulfillable_dominant_media = args[:fulfillable_dominant_media] if args.key?(:fulfillable_dominant_media)
|
21190
21229
|
@generated_by_legacy_aqua_domain = args[:generated_by_legacy_aqua_domain] if args.key?(:generated_by_legacy_aqua_domain)
|
21191
21230
|
@has_answer_group = args[:has_answer_group] if args.key?(:has_answer_group)
|
21231
|
+
@has_intent_update = args[:has_intent_update] if args.key?(:has_intent_update)
|
21192
21232
|
@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)
|
21193
21233
|
@intent_name = args[:intent_name] if args.key?(:intent_name)
|
21194
21234
|
@intent_name_auis_score = args[:intent_name_auis_score] if args.key?(:intent_name_auis_score)
|
21195
21235
|
@intent_name_auis_score_exp = args[:intent_name_auis_score_exp] if args.key?(:intent_name_auis_score_exp)
|
21196
21236
|
@intent_type = args[:intent_type] if args.key?(:intent_type)
|
21197
21237
|
@is_aqua_media_intent = args[:is_aqua_media_intent] if args.key?(:is_aqua_media_intent)
|
21238
|
+
@is_communication_opa_raw_target_intent = args[:is_communication_opa_raw_target_intent] if args.key?(:is_communication_opa_raw_target_intent)
|
21198
21239
|
@is_dummy_intent = args[:is_dummy_intent] if args.key?(:is_dummy_intent)
|
21199
21240
|
@is_fully_grounded = args[:is_fully_grounded] if args.key?(:is_fully_grounded)
|
21200
21241
|
@is_high_confidence_podcast_intent = args[:is_high_confidence_podcast_intent] if args.key?(:is_high_confidence_podcast_intent)
|
21201
21242
|
@is_intent_from_orbit = args[:is_intent_from_orbit] if args.key?(:is_intent_from_orbit)
|
21202
21243
|
@is_media_control_intent = args[:is_media_control_intent] if args.key?(:is_media_control_intent)
|
21244
|
+
@is_media_intent = args[:is_media_intent] if args.key?(:is_media_intent)
|
21245
|
+
@is_nsp_descoped_intent = args[:is_nsp_descoped_intent] if args.key?(:is_nsp_descoped_intent)
|
21246
|
+
@is_nsp_enabled_intent = args[:is_nsp_enabled_intent] if args.key?(:is_nsp_enabled_intent)
|
21203
21247
|
@is_nsp_intent = args[:is_nsp_intent] if args.key?(:is_nsp_intent)
|
21248
|
+
@is_nsp_target_intent = args[:is_nsp_target_intent] if args.key?(:is_nsp_target_intent)
|
21204
21249
|
@is_play_generic_music = args[:is_play_generic_music] if args.key?(:is_play_generic_music)
|
21205
21250
|
@is_podcast_generic_intent = args[:is_podcast_generic_intent] if args.key?(:is_podcast_generic_intent)
|
21206
21251
|
@is_podcast_intent = args[:is_podcast_intent] if args.key?(:is_podcast_intent)
|
@@ -23700,11 +23745,6 @@ module Google
|
|
23700
23745
|
# @return [Float]
|
23701
23746
|
attr_accessor :violence_score
|
23702
23747
|
|
23703
|
-
# Next ID: 6
|
23704
|
-
# Corresponds to the JSON property `violenceStats`
|
23705
|
-
# @return [Google::Apis::ContentwarehouseV1::ClassifierPornSiteViolenceStats]
|
23706
|
-
attr_accessor :violence_stats
|
23707
|
-
|
23708
23748
|
def initialize(**args)
|
23709
23749
|
update!(**args)
|
23710
23750
|
end
|
@@ -23720,7 +23760,6 @@ module Google
|
|
23720
23760
|
@site_softporn_ratio = args[:site_softporn_ratio] if args.key?(:site_softporn_ratio)
|
23721
23761
|
@versionedscore = args[:versionedscore] if args.key?(:versionedscore)
|
23722
23762
|
@violence_score = args[:violence_score] if args.key?(:violence_score)
|
23723
|
-
@violence_stats = args[:violence_stats] if args.key?(:violence_stats)
|
23724
23763
|
end
|
23725
23764
|
end
|
23726
23765
|
|
@@ -23766,43 +23805,6 @@ module Google
|
|
23766
23805
|
end
|
23767
23806
|
end
|
23768
23807
|
|
23769
|
-
# Next ID: 6
|
23770
|
-
class ClassifierPornSiteViolenceStats
|
23771
|
-
include Google::Apis::Core::Hashable
|
23772
|
-
|
23773
|
-
#
|
23774
|
-
# Corresponds to the JSON property `meanFinalViolenceScore`
|
23775
|
-
# @return [Float]
|
23776
|
-
attr_accessor :mean_final_violence_score
|
23777
|
-
|
23778
|
-
#
|
23779
|
-
# Corresponds to the JSON property `numberOfImages`
|
23780
|
-
# @return [Fixnum]
|
23781
|
-
attr_accessor :number_of_images
|
23782
|
-
|
23783
|
-
#
|
23784
|
-
# Corresponds to the JSON property `numberOfVideos`
|
23785
|
-
# @return [Fixnum]
|
23786
|
-
attr_accessor :number_of_videos
|
23787
|
-
|
23788
|
-
#
|
23789
|
-
# Corresponds to the JSON property `videoViolenceScore`
|
23790
|
-
# @return [Float]
|
23791
|
-
attr_accessor :video_violence_score
|
23792
|
-
|
23793
|
-
def initialize(**args)
|
23794
|
-
update!(**args)
|
23795
|
-
end
|
23796
|
-
|
23797
|
-
# Update properties of this object
|
23798
|
-
def update!(**args)
|
23799
|
-
@mean_final_violence_score = args[:mean_final_violence_score] if args.key?(:mean_final_violence_score)
|
23800
|
-
@number_of_images = args[:number_of_images] if args.key?(:number_of_images)
|
23801
|
-
@number_of_videos = args[:number_of_videos] if args.key?(:number_of_videos)
|
23802
|
-
@video_violence_score = args[:video_violence_score] if args.key?(:video_violence_score)
|
23803
|
-
end
|
23804
|
-
end
|
23805
|
-
|
23806
23808
|
# The identity to configure a CloudSQL instance provisioned via SLM Terraform.
|
23807
23809
|
class CloudAiPlatformTenantresourceCloudSqlInstanceConfig
|
23808
23810
|
include Google::Apis::Core::Hashable
|
@@ -24473,7 +24475,7 @@ module Google
|
|
24473
24475
|
# annotate who generates the data, the Index Signals or Goldmine annotator name
|
24474
24476
|
# for the fields already onboarded or being onboarded to FDP. Fields without
|
24475
24477
|
# annotation of signal_names or goldmine_annotator_names are not onboarded. Next
|
24476
|
-
# ID:
|
24478
|
+
# ID: 710
|
24477
24479
|
# Corresponds to the JSON property `dataVersion`
|
24478
24480
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersion]
|
24479
24481
|
attr_accessor :data_version
|
@@ -25410,7 +25412,7 @@ module Google
|
|
25410
25412
|
# Mustang and TeraGoogle. For TeraGoogle, this message is included in perdocdata
|
25411
25413
|
# which means it can be used in preliminary scoring. CAREFUL: For TeraGoogle,
|
25412
25414
|
# this data resides in very limited serving memory (Flash storage) for a huge
|
25413
|
-
# number of documents. Next id:
|
25415
|
+
# number of documents. Next id: 44
|
25414
25416
|
class CompressedQualitySignals
|
25415
25417
|
include Google::Apis::Core::Hashable
|
25416
25418
|
|
@@ -25521,6 +25523,17 @@ module Google
|
|
25521
25523
|
# @return [Float]
|
25522
25524
|
attr_accessor :experimental_qstar_site_signal
|
25523
25525
|
|
25526
|
+
# This field is *not* propagated to shards. It is meant to be populated at
|
25527
|
+
# serving time using one of the versions present in the `
|
25528
|
+
# experimental_nsr_team_wsj_data` field above (using the `
|
25529
|
+
# ExperimentalNsrTeamDataOverridesParams` opti to populate it; see http://source/
|
25530
|
+
# search?q=ExperimentalNsrTeamDataOverridesParams%20file:ascorer.proto). The
|
25531
|
+
# purpose of this field is to be read by an experimental W* component, in order
|
25532
|
+
# to quickly run LEs with new signals. See go/0DayLEs for details.
|
25533
|
+
# Corresponds to the JSON property `experimentalWebHealthSignal`
|
25534
|
+
# @return [Float]
|
25535
|
+
attr_accessor :experimental_web_health_signal
|
25536
|
+
|
25524
25537
|
# S2V low quality score: converted from quality_nsr.NsrData, applied in Qstar.
|
25525
25538
|
# See quality_nsr::util::ConvertNsrDataToLowQuality.
|
25526
25539
|
# Corresponds to the JSON property `lowQuality`
|
@@ -25670,6 +25683,7 @@ module Google
|
|
25670
25683
|
@experimental_qstar_delta_signal = args[:experimental_qstar_delta_signal] if args.key?(:experimental_qstar_delta_signal)
|
25671
25684
|
@experimental_qstar_signal = args[:experimental_qstar_signal] if args.key?(:experimental_qstar_signal)
|
25672
25685
|
@experimental_qstar_site_signal = args[:experimental_qstar_site_signal] if args.key?(:experimental_qstar_site_signal)
|
25686
|
+
@experimental_web_health_signal = args[:experimental_web_health_signal] if args.key?(:experimental_web_health_signal)
|
25673
25687
|
@low_quality = args[:low_quality] if args.key?(:low_quality)
|
25674
25688
|
@nav_demotion = args[:nav_demotion] if args.key?(:nav_demotion)
|
25675
25689
|
@nsr_confidence = args[:nsr_confidence] if args.key?(:nsr_confidence)
|
@@ -31872,14 +31886,6 @@ module Google
|
|
31872
31886
|
# @return [Google::Apis::ContentwarehouseV1::GeostoreCityJsonProtoAppearanceMaterialRgbColor]
|
31873
31887
|
attr_accessor :diffuse_color
|
31874
31888
|
|
31875
|
-
# is_null=true is used to represent 'null' material references. There may only
|
31876
|
-
# be one is_null=true Material per CityJsonProto, and it must not have any other
|
31877
|
-
# fields set.
|
31878
|
-
# Corresponds to the JSON property `isNull`
|
31879
|
-
# @return [Boolean]
|
31880
|
-
attr_accessor :is_null
|
31881
|
-
alias_method :is_null?, :is_null
|
31882
|
-
|
31883
31889
|
# Whether this material has an even, regular surface or consistency.
|
31884
31890
|
# Corresponds to the JSON property `isSmooth`
|
31885
31891
|
# @return [Boolean]
|
@@ -31909,7 +31915,6 @@ module Google
|
|
31909
31915
|
# Update properties of this object
|
31910
31916
|
def update!(**args)
|
31911
31917
|
@diffuse_color = args[:diffuse_color] if args.key?(:diffuse_color)
|
31912
|
-
@is_null = args[:is_null] if args.key?(:is_null)
|
31913
31918
|
@is_smooth = args[:is_smooth] if args.key?(:is_smooth)
|
31914
31919
|
@name = args[:name] if args.key?(:name)
|
31915
31920
|
@shininess = args[:shininess] if args.key?(:shininess)
|
@@ -32149,19 +32154,17 @@ module Google
|
|
32149
32154
|
# @return [Array<Google::Apis::ContentwarehouseV1::GeostoreCityJsonProtoCityObjectGeometryMultiPoint>]
|
32150
32155
|
attr_accessor :loops
|
32151
32156
|
|
32152
|
-
# The materials this surface is made of.
|
32153
|
-
#
|
32154
|
-
#
|
32155
|
-
# MaterialSpec unless CityJSON's material "theme" is incorporated into
|
32157
|
+
# The materials this surface is made of. May be left blank if materials are
|
32158
|
+
# unspecified for this surface. IMPORTANT: This field must not contain more than
|
32159
|
+
# one MaterialSpec unless CityJSON's material "theme" is incorporated into
|
32156
32160
|
# CityJsonProto (see discussion in go/cityjson-for-hand-modeled-landmarks).
|
32157
32161
|
# Corresponds to the JSON property `materialSpecs`
|
32158
32162
|
# @return [Array<Google::Apis::ContentwarehouseV1::GeostoreCityJsonProtoCityObjectGeometryMaterialSpec>]
|
32159
32163
|
attr_accessor :material_specs
|
32160
32164
|
|
32161
32165
|
# The semantics of this surface (e.g. what part of a building it is) represented
|
32162
|
-
# as an index into the containing Geometry's `semantics` field.
|
32163
|
-
#
|
32164
|
-
# references). Otherwise, this field must not be set.
|
32166
|
+
# as an index into the containing Geometry's `semantics` field. May be left
|
32167
|
+
# blank if semantics are unspecified for this surface.
|
32165
32168
|
# Corresponds to the JSON property `semanticsIndex`
|
32166
32169
|
# @return [Fixnum]
|
32167
32170
|
attr_accessor :semantics_index
|
@@ -49471,25 +49474,25 @@ module Google
|
|
49471
49474
|
# @return [Float]
|
49472
49475
|
attr_accessor :pixel_font_size
|
49473
49476
|
|
49474
|
-
# Whether the text is in small caps.
|
49477
|
+
# Whether the text is in small caps. This feature is not supported yet.
|
49475
49478
|
# Corresponds to the JSON property `smallcaps`
|
49476
49479
|
# @return [Boolean]
|
49477
49480
|
attr_accessor :smallcaps
|
49478
49481
|
alias_method :smallcaps?, :smallcaps
|
49479
49482
|
|
49480
|
-
# Whether the text is strikethrough.
|
49483
|
+
# Whether the text is strikethrough. This feature is not supported yet.
|
49481
49484
|
# Corresponds to the JSON property `strikeout`
|
49482
49485
|
# @return [Boolean]
|
49483
49486
|
attr_accessor :strikeout
|
49484
49487
|
alias_method :strikeout?, :strikeout
|
49485
49488
|
|
49486
|
-
# Whether the text is a subscript.
|
49489
|
+
# Whether the text is a subscript. This feature is not supported yet.
|
49487
49490
|
# Corresponds to the JSON property `subscript`
|
49488
49491
|
# @return [Boolean]
|
49489
49492
|
attr_accessor :subscript
|
49490
49493
|
alias_method :subscript?, :subscript
|
49491
49494
|
|
49492
|
-
# Whether the text is a superscript.
|
49495
|
+
# Whether the text is a superscript. This feature is not supported yet.
|
49493
49496
|
# Corresponds to the JSON property `superscript`
|
49494
49497
|
# @return [Boolean]
|
49495
49498
|
attr_accessor :superscript
|
@@ -53250,7 +53253,7 @@ module Google
|
|
53250
53253
|
# @return [Array<Google::Apis::ContentwarehouseV1::HtmlrenderWebkitHeadlessProtoResource>]
|
53251
53254
|
attr_accessor :referenced_resource_content
|
53252
53255
|
|
53253
|
-
# Next id:
|
53256
|
+
# Next id: 20.
|
53254
53257
|
# Corresponds to the JSON property `renderStats`
|
53255
53258
|
# @return [Google::Apis::ContentwarehouseV1::HtmlrenderWebkitHeadlessProtoRenderStats]
|
53256
53259
|
attr_accessor :render_stats
|
@@ -53289,7 +53292,7 @@ module Google
|
|
53289
53292
|
end
|
53290
53293
|
end
|
53291
53294
|
|
53292
|
-
# Next id:
|
53295
|
+
# Next id: 20.
|
53293
53296
|
class HtmlrenderWebkitHeadlessProtoRenderStats
|
53294
53297
|
include Google::Apis::Core::Hashable
|
53295
53298
|
|
@@ -53322,6 +53325,12 @@ module Google
|
|
53322
53325
|
# @return [Fixnum]
|
53323
53326
|
attr_accessor :dropped_log_entry_count
|
53324
53327
|
|
53328
|
+
# Time allowed to use for fetching in milliseconds: fetch_deadline -
|
53329
|
+
# render_start_time. go/render-timeline#render-timeline
|
53330
|
+
# Corresponds to the JSON property `fetchDeadlineMsec`
|
53331
|
+
# @return [Fixnum]
|
53332
|
+
attr_accessor :fetch_deadline_msec
|
53333
|
+
|
53325
53334
|
# Image encoding (e.g. raw -> PNG) time.
|
53326
53335
|
# Corresponds to the JSON property `imageEncodingTimeMsec`
|
53327
53336
|
# @return [Fixnum]
|
@@ -53332,6 +53341,12 @@ module Google
|
|
53332
53341
|
# @return [Fixnum]
|
53333
53342
|
attr_accessor :image_scaling_time_msec
|
53334
53343
|
|
53344
|
+
# Time allowed to use for javascript in milliseconds: javascript_deadline -
|
53345
|
+
# render_start_time. go/render-timeline#render-timeline
|
53346
|
+
# Corresponds to the JSON property `javascriptDeadlineMsec`
|
53347
|
+
# @return [Fixnum]
|
53348
|
+
attr_accessor :javascript_deadline_msec
|
53349
|
+
|
53335
53350
|
# Time from starting render to document finished loading. This includes all
|
53336
53351
|
# fetches, parsing, decoding, running JavaScript, etc.
|
53337
53352
|
# Corresponds to the JSON property `layoutTimeMsec`
|
@@ -53348,6 +53363,12 @@ module Google
|
|
53348
53363
|
# @return [Fixnum]
|
53349
53364
|
attr_accessor :render_cost_mgcu
|
53350
53365
|
|
53366
|
+
# Time allowed to use for rendering in milliseconds: render_deadline -
|
53367
|
+
# render_start_time. go/render-timeline#render-timeline
|
53368
|
+
# Corresponds to the JSON property `renderDeadlineMsec`
|
53369
|
+
# @return [Fixnum]
|
53370
|
+
attr_accessor :render_deadline_msec
|
53371
|
+
|
53351
53372
|
# Render engine used to render this document.
|
53352
53373
|
# Corresponds to the JSON property `renderEngine`
|
53353
53374
|
# @return [String]
|
@@ -53385,11 +53406,14 @@ module Google
|
|
53385
53406
|
@counter = args[:counter] if args.key?(:counter)
|
53386
53407
|
@document_build_time_msec = args[:document_build_time_msec] if args.key?(:document_build_time_msec)
|
53387
53408
|
@dropped_log_entry_count = args[:dropped_log_entry_count] if args.key?(:dropped_log_entry_count)
|
53409
|
+
@fetch_deadline_msec = args[:fetch_deadline_msec] if args.key?(:fetch_deadline_msec)
|
53388
53410
|
@image_encoding_time_msec = args[:image_encoding_time_msec] if args.key?(:image_encoding_time_msec)
|
53389
53411
|
@image_scaling_time_msec = args[:image_scaling_time_msec] if args.key?(:image_scaling_time_msec)
|
53412
|
+
@javascript_deadline_msec = args[:javascript_deadline_msec] if args.key?(:javascript_deadline_msec)
|
53390
53413
|
@layout_time_msec = args[:layout_time_msec] if args.key?(:layout_time_msec)
|
53391
53414
|
@paint_time_msec = args[:paint_time_msec] if args.key?(:paint_time_msec)
|
53392
53415
|
@render_cost_mgcu = args[:render_cost_mgcu] if args.key?(:render_cost_mgcu)
|
53416
|
+
@render_deadline_msec = args[:render_deadline_msec] if args.key?(:render_deadline_msec)
|
53393
53417
|
@render_engine = args[:render_engine] if args.key?(:render_engine)
|
53394
53418
|
@render_running_time_msec = args[:render_running_time_msec] if args.key?(:render_running_time_msec)
|
53395
53419
|
@render_server_baseline_cl = args[:render_server_baseline_cl] if args.key?(:render_server_baseline_cl)
|
@@ -60330,7 +60354,7 @@ module Google
|
|
60330
60354
|
# annotate who generates the data, the Index Signals or Goldmine annotator name
|
60331
60355
|
# for the fields already onboarded or being onboarded to FDP. Fields without
|
60332
60356
|
# annotation of signal_names or goldmine_annotator_names are not onboarded. Next
|
60333
|
-
# ID:
|
60357
|
+
# ID: 710
|
60334
60358
|
class IndexingDocjoinerDataVersion
|
60335
60359
|
include Google::Apis::Core::Hashable
|
60336
60360
|
|
@@ -60459,6 +60483,11 @@ module Google
|
|
60459
60483
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60460
60484
|
attr_accessor :creator
|
60461
60485
|
|
60486
|
+
#
|
60487
|
+
# Corresponds to the JSON property `creatorjoinsEmbeddedUgcAnnotation`
|
60488
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60489
|
+
attr_accessor :creatorjoins_embedded_ugc_annotation
|
60490
|
+
|
60462
60491
|
#
|
60463
60492
|
# Corresponds to the JSON property `datacommonsDatacommonsTriplesSignal`
|
60464
60493
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
@@ -60519,6 +60548,11 @@ module Google
|
|
60519
60548
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60520
60549
|
attr_accessor :extracted_book_info
|
60521
60550
|
|
60551
|
+
#
|
60552
|
+
# Corresponds to the JSON property `fastDataPropagationTestSignalContent`
|
60553
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60554
|
+
attr_accessor :fast_data_propagation_test_signal_content
|
60555
|
+
|
60522
60556
|
#
|
60523
60557
|
# Corresponds to the JSON property `fatcatCompactDocClassification`
|
60524
60558
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
@@ -60554,6 +60588,11 @@ module Google
|
|
60554
60588
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60555
60589
|
attr_accessor :freshbox_freshbox_article_annotation
|
60556
60590
|
|
60591
|
+
#
|
60592
|
+
# Corresponds to the JSON property `geoCarsVehicleDetailsPageAnnotation`
|
60593
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60594
|
+
attr_accessor :geo_cars_vehicle_details_page_annotation
|
60595
|
+
|
60557
60596
|
#
|
60558
60597
|
# Corresponds to the JSON property `geoPointAnnotations`
|
60559
60598
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
@@ -60869,6 +60908,11 @@ module Google
|
|
60869
60908
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60870
60909
|
attr_accessor :indexing_centerpiece_centerpiece_checksums
|
60871
60910
|
|
60911
|
+
#
|
60912
|
+
# Corresponds to the JSON property `indexingCenterpieceCenterpieceUnifiedAnnotations`
|
60913
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60914
|
+
attr_accessor :indexing_centerpiece_centerpiece_unified_annotations
|
60915
|
+
|
60872
60916
|
#
|
60873
60917
|
# Corresponds to the JSON property `indexingCenterpieceComponentLearningSource`
|
60874
60918
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
@@ -60944,6 +60988,11 @@ module Google
|
|
60944
60988
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60945
60989
|
attr_accessor :indexing_dups_localized_localized_cluster
|
60946
60990
|
|
60991
|
+
#
|
60992
|
+
# Corresponds to the JSON property `indexingDupsNearDupsResult`
|
60993
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60994
|
+
attr_accessor :indexing_dups_near_dups_result
|
60995
|
+
|
60947
60996
|
#
|
60948
60997
|
# Corresponds to the JSON property `indexingFreshSchedulerFreshSchedulerDoubleInstantExtension`
|
60949
60998
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
@@ -61129,6 +61178,11 @@ module Google
|
|
61129
61178
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61130
61179
|
attr_accessor :indexing_selection_image_image_selection_attachment
|
61131
61180
|
|
61181
|
+
#
|
61182
|
+
# Corresponds to the JSON property `indexingSelectionIndexCompositionExperimentExtension`
|
61183
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61184
|
+
attr_accessor :indexing_selection_index_composition_experiment_extension
|
61185
|
+
|
61132
61186
|
#
|
61133
61187
|
# Corresponds to the JSON property `indexingSelectionLanguageExtension`
|
61134
61188
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
@@ -61154,6 +61208,11 @@ module Google
|
|
61154
61208
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61155
61209
|
attr_accessor :indexing_selection_tensor_flow_extension
|
61156
61210
|
|
61211
|
+
#
|
61212
|
+
# Corresponds to the JSON property `indexingServiceFirsttimesCrawlFirsttimesSignals`
|
61213
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61214
|
+
attr_accessor :indexing_service_firsttimes_crawl_firsttimes_signals
|
61215
|
+
|
61157
61216
|
#
|
61158
61217
|
# Corresponds to the JSON property `indexingSignalAggregatorUrlPatternSignals`
|
61159
61218
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
@@ -61334,6 +61393,726 @@ module Google
|
|
61334
61393
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61335
61394
|
attr_accessor :knowledge_mining_shopping_twd_model_versions
|
61336
61395
|
|
61396
|
+
#
|
61397
|
+
# Corresponds to the JSON property `knowledgeMumConsumerNewsAnnotation`
|
61398
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61399
|
+
attr_accessor :knowledge_mum_consumer_news_annotation
|
61400
|
+
|
61401
|
+
#
|
61402
|
+
# Corresponds to the JSON property `knowledgeMumDcuAccusatoryTitleAnnotation`
|
61403
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61404
|
+
attr_accessor :knowledge_mum_dcu_accusatory_title_annotation
|
61405
|
+
|
61406
|
+
#
|
61407
|
+
# Corresponds to the JSON property `knowledgeMumDcuAmusingAnnotation`
|
61408
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61409
|
+
attr_accessor :knowledge_mum_dcu_amusing_annotation
|
61410
|
+
|
61411
|
+
#
|
61412
|
+
# Corresponds to the JSON property `knowledgeMumDcuBaseCuriosityAnnotation`
|
61413
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61414
|
+
attr_accessor :knowledge_mum_dcu_base_curiosity_annotation
|
61415
|
+
|
61416
|
+
#
|
61417
|
+
# Corresponds to the JSON property `knowledgeMumDcuBaseCuriosityV2Annotation`
|
61418
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61419
|
+
attr_accessor :knowledge_mum_dcu_base_curiosity_v2_annotation
|
61420
|
+
|
61421
|
+
#
|
61422
|
+
# Corresponds to the JSON property `knowledgeMumDcuBaseCuriosityV3Annotation`
|
61423
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61424
|
+
attr_accessor :knowledge_mum_dcu_base_curiosity_v3_annotation
|
61425
|
+
|
61426
|
+
#
|
61427
|
+
# Corresponds to the JSON property `knowledgeMumDcuBeginnerAnnotation`
|
61428
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61429
|
+
attr_accessor :knowledge_mum_dcu_beginner_annotation
|
61430
|
+
|
61431
|
+
#
|
61432
|
+
# Corresponds to the JSON property `knowledgeMumDcuBeginnerTitleAnnotation`
|
61433
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61434
|
+
attr_accessor :knowledge_mum_dcu_beginner_title_annotation
|
61435
|
+
|
61436
|
+
#
|
61437
|
+
# Corresponds to the JSON property `knowledgeMumDcuBoringAnnotation`
|
61438
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61439
|
+
attr_accessor :knowledge_mum_dcu_boring_annotation
|
61440
|
+
|
61441
|
+
#
|
61442
|
+
# Corresponds to the JSON property `knowledgeMumDcuBoringVideoAnnotation`
|
61443
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61444
|
+
attr_accessor :knowledge_mum_dcu_boring_video_annotation
|
61445
|
+
|
61446
|
+
#
|
61447
|
+
# Corresponds to the JSON property `knowledgeMumDcuBoringVideoCandidateAnnotation`
|
61448
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61449
|
+
attr_accessor :knowledge_mum_dcu_boring_video_candidate_annotation
|
61450
|
+
|
61451
|
+
#
|
61452
|
+
# Corresponds to the JSON property `knowledgeMumDcuBroadTitleAnnotation`
|
61453
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61454
|
+
attr_accessor :knowledge_mum_dcu_broad_title_annotation
|
61455
|
+
|
61456
|
+
#
|
61457
|
+
# Corresponds to the JSON property `knowledgeMumDcuBroadlyConsumableAnnotation`
|
61458
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61459
|
+
attr_accessor :knowledge_mum_dcu_broadly_consumable_annotation
|
61460
|
+
|
61461
|
+
#
|
61462
|
+
# Corresponds to the JSON property `knowledgeMumDcuClickbaitPlusAnnotation`
|
61463
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61464
|
+
attr_accessor :knowledge_mum_dcu_clickbait_plus_annotation
|
61465
|
+
|
61466
|
+
#
|
61467
|
+
# Corresponds to the JSON property `knowledgeMumDcuClickbaitPlusCandidateAnnotation`
|
61468
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61469
|
+
attr_accessor :knowledge_mum_dcu_clickbait_plus_candidate_annotation
|
61470
|
+
|
61471
|
+
#
|
61472
|
+
# Corresponds to the JSON property `knowledgeMumDcuCommercialNewsAnnotation`
|
61473
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61474
|
+
attr_accessor :knowledge_mum_dcu_commercial_news_annotation
|
61475
|
+
|
61476
|
+
#
|
61477
|
+
# Corresponds to the JSON property `knowledgeMumDcuCommercialVideoAnnotation`
|
61478
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61479
|
+
attr_accessor :knowledge_mum_dcu_commercial_video_annotation
|
61480
|
+
|
61481
|
+
#
|
61482
|
+
# Corresponds to the JSON property `knowledgeMumDcuCommercialVideoCandidateAnnotation`
|
61483
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61484
|
+
attr_accessor :knowledge_mum_dcu_commercial_video_candidate_annotation
|
61485
|
+
|
61486
|
+
#
|
61487
|
+
# Corresponds to the JSON property `knowledgeMumDcuCommercialVideoV2Annotation`
|
61488
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61489
|
+
attr_accessor :knowledge_mum_dcu_commercial_video_v2_annotation
|
61490
|
+
|
61491
|
+
#
|
61492
|
+
# Corresponds to the JSON property `knowledgeMumDcuCommercialVideoV2CandidateAnnotation`
|
61493
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61494
|
+
attr_accessor :knowledge_mum_dcu_commercial_video_v2_candidate_annotation
|
61495
|
+
|
61496
|
+
#
|
61497
|
+
# Corresponds to the JSON property `knowledgeMumDcuComplexAnnotation`
|
61498
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61499
|
+
attr_accessor :knowledge_mum_dcu_complex_annotation
|
61500
|
+
|
61501
|
+
#
|
61502
|
+
# Corresponds to the JSON property `knowledgeMumDcuCoolProjectVideoAnnotation`
|
61503
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61504
|
+
attr_accessor :knowledge_mum_dcu_cool_project_video_annotation
|
61505
|
+
|
61506
|
+
#
|
61507
|
+
# Corresponds to the JSON property `knowledgeMumDcuCoolProjectVideoCandidateAnnotation`
|
61508
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61509
|
+
attr_accessor :knowledge_mum_dcu_cool_project_video_candidate_annotation
|
61510
|
+
|
61511
|
+
#
|
61512
|
+
# Corresponds to the JSON property `knowledgeMumDcuCoolProjectVideoV2Annotation`
|
61513
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61514
|
+
attr_accessor :knowledge_mum_dcu_cool_project_video_v2_annotation
|
61515
|
+
|
61516
|
+
#
|
61517
|
+
# Corresponds to the JSON property `knowledgeMumDcuCoolProjectVideoV2CandidateAnnotation`
|
61518
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61519
|
+
attr_accessor :knowledge_mum_dcu_cool_project_video_v2_candidate_annotation
|
61520
|
+
|
61521
|
+
#
|
61522
|
+
# Corresponds to the JSON property `knowledgeMumDcuCreativeVideoAnnotation`
|
61523
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61524
|
+
attr_accessor :knowledge_mum_dcu_creative_video_annotation
|
61525
|
+
|
61526
|
+
#
|
61527
|
+
# Corresponds to the JSON property `knowledgeMumDcuCreativeVideoCandidateAnnotation`
|
61528
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61529
|
+
attr_accessor :knowledge_mum_dcu_creative_video_candidate_annotation
|
61530
|
+
|
61531
|
+
#
|
61532
|
+
# Corresponds to the JSON property `knowledgeMumDcuCuteShortVideoAnnotation`
|
61533
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61534
|
+
attr_accessor :knowledge_mum_dcu_cute_short_video_annotation
|
61535
|
+
|
61536
|
+
#
|
61537
|
+
# Corresponds to the JSON property `knowledgeMumDcuCuteShortVideoCandidateAnnotation`
|
61538
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61539
|
+
attr_accessor :knowledge_mum_dcu_cute_short_video_candidate_annotation
|
61540
|
+
|
61541
|
+
#
|
61542
|
+
# Corresponds to the JSON property `knowledgeMumDcuDepressingTitleAnnotation`
|
61543
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61544
|
+
attr_accessor :knowledge_mum_dcu_depressing_title_annotation
|
61545
|
+
|
61546
|
+
#
|
61547
|
+
# Corresponds to the JSON property `knowledgeMumDcuDietaryAnnotation`
|
61548
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61549
|
+
attr_accessor :knowledge_mum_dcu_dietary_annotation
|
61550
|
+
|
61551
|
+
#
|
61552
|
+
# Corresponds to the JSON property `knowledgeMumDcuDisasterAnnotation`
|
61553
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61554
|
+
attr_accessor :knowledge_mum_dcu_disaster_annotation
|
61555
|
+
|
61556
|
+
#
|
61557
|
+
# Corresponds to the JSON property `knowledgeMumDcuDisasterV2Annotation`
|
61558
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61559
|
+
attr_accessor :knowledge_mum_dcu_disaster_v2_annotation
|
61560
|
+
|
61561
|
+
#
|
61562
|
+
# Corresponds to the JSON property `knowledgeMumDcuDiscriminatoryAnnotation`
|
61563
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61564
|
+
attr_accessor :knowledge_mum_dcu_discriminatory_annotation
|
61565
|
+
|
61566
|
+
#
|
61567
|
+
# Corresponds to the JSON property `knowledgeMumDcuDisgustingAnnotation`
|
61568
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61569
|
+
attr_accessor :knowledge_mum_dcu_disgusting_annotation
|
61570
|
+
|
61571
|
+
#
|
61572
|
+
# Corresponds to the JSON property `knowledgeMumDcuDisgustingV2Annotation`
|
61573
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61574
|
+
attr_accessor :knowledge_mum_dcu_disgusting_v2_annotation
|
61575
|
+
|
61576
|
+
#
|
61577
|
+
# Corresponds to the JSON property `knowledgeMumDcuDismissRatioUserBehaviorAnnotation`
|
61578
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61579
|
+
attr_accessor :knowledge_mum_dcu_dismiss_ratio_user_behavior_annotation
|
61580
|
+
|
61581
|
+
#
|
61582
|
+
# Corresponds to the JSON property `knowledgeMumDcuDistanceSensitiveAnnotation`
|
61583
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61584
|
+
attr_accessor :knowledge_mum_dcu_distance_sensitive_annotation
|
61585
|
+
|
61586
|
+
#
|
61587
|
+
# Corresponds to the JSON property `knowledgeMumDcuDiyProjectVideoAnnotation`
|
61588
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61589
|
+
attr_accessor :knowledge_mum_dcu_diy_project_video_annotation
|
61590
|
+
|
61591
|
+
#
|
61592
|
+
# Corresponds to the JSON property `knowledgeMumDcuDiyProjectVideoCandidateAnnotation`
|
61593
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61594
|
+
attr_accessor :knowledge_mum_dcu_diy_project_video_candidate_annotation
|
61595
|
+
|
61596
|
+
#
|
61597
|
+
# Corresponds to the JSON property `knowledgeMumDcuDqsAnnotation`
|
61598
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61599
|
+
attr_accessor :knowledge_mum_dcu_dqs_annotation
|
61600
|
+
|
61601
|
+
#
|
61602
|
+
# Corresponds to the JSON property `knowledgeMumDcuDramaticTitleAnnotation`
|
61603
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61604
|
+
attr_accessor :knowledge_mum_dcu_dramatic_title_annotation
|
61605
|
+
|
61606
|
+
#
|
61607
|
+
# Corresponds to the JSON property `knowledgeMumDcuDryFactsAnnotation`
|
61608
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61609
|
+
attr_accessor :knowledge_mum_dcu_dry_facts_annotation
|
61610
|
+
|
61611
|
+
#
|
61612
|
+
# Corresponds to the JSON property `knowledgeMumDcuEasyReadAnnotation`
|
61613
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61614
|
+
attr_accessor :knowledge_mum_dcu_easy_read_annotation
|
61615
|
+
|
61616
|
+
#
|
61617
|
+
# Corresponds to the JSON property `knowledgeMumDcuEducationalVideoAnnotation`
|
61618
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61619
|
+
attr_accessor :knowledge_mum_dcu_educational_video_annotation
|
61620
|
+
|
61621
|
+
#
|
61622
|
+
# Corresponds to the JSON property `knowledgeMumDcuEducationalVideoCandidateAnnotation`
|
61623
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61624
|
+
attr_accessor :knowledge_mum_dcu_educational_video_candidate_annotation
|
61625
|
+
|
61626
|
+
#
|
61627
|
+
# Corresponds to the JSON property `knowledgeMumDcuEngagingVideoAnnotation`
|
61628
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61629
|
+
attr_accessor :knowledge_mum_dcu_engaging_video_annotation
|
61630
|
+
|
61631
|
+
#
|
61632
|
+
# Corresponds to the JSON property `knowledgeMumDcuEngagingVideoCandidateAnnotation`
|
61633
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61634
|
+
attr_accessor :knowledge_mum_dcu_engaging_video_candidate_annotation
|
61635
|
+
|
61636
|
+
#
|
61637
|
+
# Corresponds to the JSON property `knowledgeMumDcuEngagingVideoV2Annotation`
|
61638
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61639
|
+
attr_accessor :knowledge_mum_dcu_engaging_video_v2_annotation
|
61640
|
+
|
61641
|
+
#
|
61642
|
+
# Corresponds to the JSON property `knowledgeMumDcuEngagingVideoV2CandidateAnnotation`
|
61643
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61644
|
+
attr_accessor :knowledge_mum_dcu_engaging_video_v2_candidate_annotation
|
61645
|
+
|
61646
|
+
#
|
61647
|
+
# Corresponds to the JSON property `knowledgeMumDcuEngagingVideoV3Annotation`
|
61648
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61649
|
+
attr_accessor :knowledge_mum_dcu_engaging_video_v3_annotation
|
61650
|
+
|
61651
|
+
#
|
61652
|
+
# Corresponds to the JSON property `knowledgeMumDcuEngagingVideoV3CandidateAnnotation`
|
61653
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61654
|
+
attr_accessor :knowledge_mum_dcu_engaging_video_v3_candidate_annotation
|
61655
|
+
|
61656
|
+
#
|
61657
|
+
# Corresponds to the JSON property `knowledgeMumDcuEngagingnessAnnotation`
|
61658
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61659
|
+
attr_accessor :knowledge_mum_dcu_engagingness_annotation
|
61660
|
+
|
61661
|
+
#
|
61662
|
+
# Corresponds to the JSON property `knowledgeMumDcuEngagingnessLeAnnotation`
|
61663
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61664
|
+
attr_accessor :knowledge_mum_dcu_engagingness_le_annotation
|
61665
|
+
|
61666
|
+
#
|
61667
|
+
# Corresponds to the JSON property `knowledgeMumDcuEngagingnessMmAnnotation`
|
61668
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61669
|
+
attr_accessor :knowledge_mum_dcu_engagingness_mm_annotation
|
61670
|
+
|
61671
|
+
#
|
61672
|
+
# Corresponds to the JSON property `knowledgeMumDcuEnjoyableMutedVideoAnnotation`
|
61673
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61674
|
+
attr_accessor :knowledge_mum_dcu_enjoyable_muted_video_annotation
|
61675
|
+
|
61676
|
+
#
|
61677
|
+
# Corresponds to the JSON property `knowledgeMumDcuEnjoyableMutedVideoCandidateAnnotation`
|
61678
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61679
|
+
attr_accessor :knowledge_mum_dcu_enjoyable_muted_video_candidate_annotation
|
61680
|
+
|
61681
|
+
#
|
61682
|
+
# Corresponds to the JSON property `knowledgeMumDcuEntertainingVideoAnnotation`
|
61683
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61684
|
+
attr_accessor :knowledge_mum_dcu_entertaining_video_annotation
|
61685
|
+
|
61686
|
+
#
|
61687
|
+
# Corresponds to the JSON property `knowledgeMumDcuEntertainingVideoCandidateAnnotation`
|
61688
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61689
|
+
attr_accessor :knowledge_mum_dcu_entertaining_video_candidate_annotation
|
61690
|
+
|
61691
|
+
#
|
61692
|
+
# Corresponds to the JSON property `knowledgeMumDcuFactualAnnotation`
|
61693
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61694
|
+
attr_accessor :knowledge_mum_dcu_factual_annotation
|
61695
|
+
|
61696
|
+
#
|
61697
|
+
# Corresponds to the JSON property `knowledgeMumDcuFlavorAnnotation`
|
61698
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61699
|
+
attr_accessor :knowledge_mum_dcu_flavor_annotation
|
61700
|
+
|
61701
|
+
#
|
61702
|
+
# Corresponds to the JSON property `knowledgeMumDcuFlavorMmAnnotation`
|
61703
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61704
|
+
attr_accessor :knowledge_mum_dcu_flavor_mm_annotation
|
61705
|
+
|
61706
|
+
#
|
61707
|
+
# Corresponds to the JSON property `knowledgeMumDcuFlavorMmCandidateAnnotation`
|
61708
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61709
|
+
attr_accessor :knowledge_mum_dcu_flavor_mm_candidate_annotation
|
61710
|
+
|
61711
|
+
#
|
61712
|
+
# Corresponds to the JSON property `knowledgeMumDcuFlavorMmV2CandidateAnnotation`
|
61713
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61714
|
+
attr_accessor :knowledge_mum_dcu_flavor_mm_v2_candidate_annotation
|
61715
|
+
|
61716
|
+
#
|
61717
|
+
# Corresponds to the JSON property `knowledgeMumDcuFunFactsAnnotation`
|
61718
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61719
|
+
attr_accessor :knowledge_mum_dcu_fun_facts_annotation
|
61720
|
+
|
61721
|
+
#
|
61722
|
+
# Corresponds to the JSON property `knowledgeMumDcuFunVideoAnnotation`
|
61723
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61724
|
+
attr_accessor :knowledge_mum_dcu_fun_video_annotation
|
61725
|
+
|
61726
|
+
#
|
61727
|
+
# Corresponds to the JSON property `knowledgeMumDcuFunVideoCandidateAnnotation`
|
61728
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61729
|
+
attr_accessor :knowledge_mum_dcu_fun_video_candidate_annotation
|
61730
|
+
|
61731
|
+
#
|
61732
|
+
# Corresponds to the JSON property `knowledgeMumDcuFunnyShortVideoAnnotation`
|
61733
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61734
|
+
attr_accessor :knowledge_mum_dcu_funny_short_video_annotation
|
61735
|
+
|
61736
|
+
#
|
61737
|
+
# Corresponds to the JSON property `knowledgeMumDcuFunnyShortVideoCandidateAnnotation`
|
61738
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61739
|
+
attr_accessor :knowledge_mum_dcu_funny_short_video_candidate_annotation
|
61740
|
+
|
61741
|
+
#
|
61742
|
+
# Corresponds to the JSON property `knowledgeMumDcuGameplayVideoAnnotation`
|
61743
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61744
|
+
attr_accessor :knowledge_mum_dcu_gameplay_video_annotation
|
61745
|
+
|
61746
|
+
#
|
61747
|
+
# Corresponds to the JSON property `knowledgeMumDcuGameplayVideoCandidateAnnotation`
|
61748
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61749
|
+
attr_accessor :knowledge_mum_dcu_gameplay_video_candidate_annotation
|
61750
|
+
|
61751
|
+
#
|
61752
|
+
# Corresponds to the JSON property `knowledgeMumDcuGoodCommercialAnnotation`
|
61753
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61754
|
+
attr_accessor :knowledge_mum_dcu_good_commercial_annotation
|
61755
|
+
|
61756
|
+
#
|
61757
|
+
# Corresponds to the JSON property `knowledgeMumDcuGossipNewsAnnotation`
|
61758
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61759
|
+
attr_accessor :knowledge_mum_dcu_gossip_news_annotation
|
61760
|
+
|
61761
|
+
#
|
61762
|
+
# Corresponds to the JSON property `knowledgeMumDcuHeartRatioUserBehaviorAnnotation`
|
61763
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61764
|
+
attr_accessor :knowledge_mum_dcu_heart_ratio_user_behavior_annotation
|
61765
|
+
|
61766
|
+
#
|
61767
|
+
# Corresponds to the JSON property `knowledgeMumDcuHowToVideoAnnotation`
|
61768
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61769
|
+
attr_accessor :knowledge_mum_dcu_how_to_video_annotation
|
61770
|
+
|
61771
|
+
#
|
61772
|
+
# Corresponds to the JSON property `knowledgeMumDcuHowToVideoCandidateAnnotation`
|
61773
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61774
|
+
attr_accessor :knowledge_mum_dcu_how_to_video_candidate_annotation
|
61775
|
+
|
61776
|
+
#
|
61777
|
+
# Corresponds to the JSON property `knowledgeMumDcuInspiredQueryRateAnnotation`
|
61778
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61779
|
+
attr_accessor :knowledge_mum_dcu_inspired_query_rate_annotation
|
61780
|
+
|
61781
|
+
#
|
61782
|
+
# Corresponds to the JSON property `knowledgeMumDcuInspiringAnnotation`
|
61783
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61784
|
+
attr_accessor :knowledge_mum_dcu_inspiring_annotation
|
61785
|
+
|
61786
|
+
#
|
61787
|
+
# Corresponds to the JSON property `knowledgeMumDcuInspiringTitleAnnotation`
|
61788
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61789
|
+
attr_accessor :knowledge_mum_dcu_inspiring_title_annotation
|
61790
|
+
|
61791
|
+
#
|
61792
|
+
# Corresponds to the JSON property `knowledgeMumDcuInspiringUserBehaviorAnnotation`
|
61793
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61794
|
+
attr_accessor :knowledge_mum_dcu_inspiring_user_behavior_annotation
|
61795
|
+
|
61796
|
+
#
|
61797
|
+
# Corresponds to the JSON property `knowledgeMumDcuInspiringV2Annotation`
|
61798
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61799
|
+
attr_accessor :knowledge_mum_dcu_inspiring_v2_annotation
|
61800
|
+
|
61801
|
+
#
|
61802
|
+
# Corresponds to the JSON property `knowledgeMumDcuIntelligentAnnotation`
|
61803
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61804
|
+
attr_accessor :knowledge_mum_dcu_intelligent_annotation
|
61805
|
+
|
61806
|
+
#
|
61807
|
+
# Corresponds to the JSON property `knowledgeMumDcuInterviewVideoAnnotation`
|
61808
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61809
|
+
attr_accessor :knowledge_mum_dcu_interview_video_annotation
|
61810
|
+
|
61811
|
+
#
|
61812
|
+
# Corresponds to the JSON property `knowledgeMumDcuInterviewVideoCandidateAnnotation`
|
61813
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61814
|
+
attr_accessor :knowledge_mum_dcu_interview_video_candidate_annotation
|
61815
|
+
|
61816
|
+
#
|
61817
|
+
# Corresponds to the JSON property `knowledgeMumDcuLectureVideoAnnotation`
|
61818
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61819
|
+
attr_accessor :knowledge_mum_dcu_lecture_video_annotation
|
61820
|
+
|
61821
|
+
#
|
61822
|
+
# Corresponds to the JSON property `knowledgeMumDcuLectureVideoCandidateAnnotation`
|
61823
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61824
|
+
attr_accessor :knowledge_mum_dcu_lecture_video_candidate_annotation
|
61825
|
+
|
61826
|
+
#
|
61827
|
+
# Corresponds to the JSON property `knowledgeMumDcuLifehackVideoAnnotation`
|
61828
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61829
|
+
attr_accessor :knowledge_mum_dcu_lifehack_video_annotation
|
61830
|
+
|
61831
|
+
#
|
61832
|
+
# Corresponds to the JSON property `knowledgeMumDcuLifehackVideoCandidateAnnotation`
|
61833
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61834
|
+
attr_accessor :knowledge_mum_dcu_lifehack_video_candidate_annotation
|
61835
|
+
|
61836
|
+
#
|
61837
|
+
# Corresponds to the JSON property `knowledgeMumDcuLifestyleAnnotation`
|
61838
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61839
|
+
attr_accessor :knowledge_mum_dcu_lifestyle_annotation
|
61840
|
+
|
61841
|
+
#
|
61842
|
+
# Corresponds to the JSON property `knowledgeMumDcuListicleTitleAnnotation`
|
61843
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61844
|
+
attr_accessor :knowledge_mum_dcu_listicle_title_annotation
|
61845
|
+
|
61846
|
+
#
|
61847
|
+
# Corresponds to the JSON property `knowledgeMumDcuMayhemNewsAnnotation`
|
61848
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61849
|
+
attr_accessor :knowledge_mum_dcu_mayhem_news_annotation
|
61850
|
+
|
61851
|
+
#
|
61852
|
+
# Corresponds to the JSON property `knowledgeMumDcuMediaVideoAnnotation`
|
61853
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61854
|
+
attr_accessor :knowledge_mum_dcu_media_video_annotation
|
61855
|
+
|
61856
|
+
#
|
61857
|
+
# Corresponds to the JSON property `knowledgeMumDcuMediaVideoCandidateAnnotation`
|
61858
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61859
|
+
attr_accessor :knowledge_mum_dcu_media_video_candidate_annotation
|
61860
|
+
|
61861
|
+
#
|
61862
|
+
# Corresponds to the JSON property `knowledgeMumDcuNegativeToneAnnotation`
|
61863
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61864
|
+
attr_accessor :knowledge_mum_dcu_negative_tone_annotation
|
61865
|
+
|
61866
|
+
#
|
61867
|
+
# Corresponds to the JSON property `knowledgeMumDcuNewsVideoAnnotation`
|
61868
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61869
|
+
attr_accessor :knowledge_mum_dcu_news_video_annotation
|
61870
|
+
|
61871
|
+
#
|
61872
|
+
# Corresponds to the JSON property `knowledgeMumDcuNewsVideoCandidateAnnotation`
|
61873
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61874
|
+
attr_accessor :knowledge_mum_dcu_news_video_candidate_annotation
|
61875
|
+
|
61876
|
+
#
|
61877
|
+
# Corresponds to the JSON property `knowledgeMumDcuNewsyTitleAnnotation`
|
61878
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61879
|
+
attr_accessor :knowledge_mum_dcu_newsy_title_annotation
|
61880
|
+
|
61881
|
+
#
|
61882
|
+
# Corresponds to the JSON property `knowledgeMumDcuOpinionPiecesAnnotation`
|
61883
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61884
|
+
attr_accessor :knowledge_mum_dcu_opinion_pieces_annotation
|
61885
|
+
|
61886
|
+
#
|
61887
|
+
# Corresponds to the JSON property `knowledgeMumDcuPersonalNarrativeAnnotation`
|
61888
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61889
|
+
attr_accessor :knowledge_mum_dcu_personal_narrative_annotation
|
61890
|
+
|
61891
|
+
#
|
61892
|
+
# Corresponds to the JSON property `knowledgeMumDcuPracticalAnnotation`
|
61893
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61894
|
+
attr_accessor :knowledge_mum_dcu_practical_annotation
|
61895
|
+
|
61896
|
+
#
|
61897
|
+
# Corresponds to the JSON property `knowledgeMumDcuPracticalVideoAnnotation`
|
61898
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61899
|
+
attr_accessor :knowledge_mum_dcu_practical_video_annotation
|
61900
|
+
|
61901
|
+
#
|
61902
|
+
# Corresponds to the JSON property `knowledgeMumDcuPracticalVideoCandidateAnnotation`
|
61903
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61904
|
+
attr_accessor :knowledge_mum_dcu_practical_video_candidate_annotation
|
61905
|
+
|
61906
|
+
#
|
61907
|
+
# Corresponds to the JSON property `knowledgeMumDcuPredictedTrafficRatioAnnotation`
|
61908
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61909
|
+
attr_accessor :knowledge_mum_dcu_predicted_traffic_ratio_annotation
|
61910
|
+
|
61911
|
+
#
|
61912
|
+
# Corresponds to the JSON property `knowledgeMumDcuProductReviewVideoAnnotation`
|
61913
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61914
|
+
attr_accessor :knowledge_mum_dcu_product_review_video_annotation
|
61915
|
+
|
61916
|
+
#
|
61917
|
+
# Corresponds to the JSON property `knowledgeMumDcuProductReviewVideoCandidateAnnotation`
|
61918
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61919
|
+
attr_accessor :knowledge_mum_dcu_product_review_video_candidate_annotation
|
61920
|
+
|
61921
|
+
#
|
61922
|
+
# Corresponds to the JSON property `knowledgeMumDcuProfanityAnnotation`
|
61923
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61924
|
+
attr_accessor :knowledge_mum_dcu_profanity_annotation
|
61925
|
+
|
61926
|
+
#
|
61927
|
+
# Corresponds to the JSON property `knowledgeMumDcuProfanityV2Annotation`
|
61928
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61929
|
+
attr_accessor :knowledge_mum_dcu_profanity_v2_annotation
|
61930
|
+
|
61931
|
+
#
|
61932
|
+
# Corresponds to the JSON property `knowledgeMumDcuRacyAnnotation`
|
61933
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61934
|
+
attr_accessor :knowledge_mum_dcu_racy_annotation
|
61935
|
+
|
61936
|
+
#
|
61937
|
+
# Corresponds to the JSON property `knowledgeMumDcuRacyV2Annotation`
|
61938
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61939
|
+
attr_accessor :knowledge_mum_dcu_racy_v2_annotation
|
61940
|
+
|
61941
|
+
#
|
61942
|
+
# Corresponds to the JSON property `knowledgeMumDcuRealLifeTipsAnnotation`
|
61943
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61944
|
+
attr_accessor :knowledge_mum_dcu_real_life_tips_annotation
|
61945
|
+
|
61946
|
+
#
|
61947
|
+
# Corresponds to the JSON property `knowledgeMumDcuRemoteRelevanceAnnotation`
|
61948
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61949
|
+
attr_accessor :knowledge_mum_dcu_remote_relevance_annotation
|
61950
|
+
|
61951
|
+
#
|
61952
|
+
# Corresponds to the JSON property `knowledgeMumDcuReviewsAnnotation`
|
61953
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61954
|
+
attr_accessor :knowledge_mum_dcu_reviews_annotation
|
61955
|
+
|
61956
|
+
#
|
61957
|
+
# Corresponds to the JSON property `knowledgeMumDcuSensationalClickbaitAnnotation`
|
61958
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61959
|
+
attr_accessor :knowledge_mum_dcu_sensational_clickbait_annotation
|
61960
|
+
|
61961
|
+
#
|
61962
|
+
# Corresponds to the JSON property `knowledgeMumDcuSensationalClickbaitV2Annotation`
|
61963
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61964
|
+
attr_accessor :knowledge_mum_dcu_sensational_clickbait_v2_annotation
|
61965
|
+
|
61966
|
+
#
|
61967
|
+
# Corresponds to the JSON property `knowledgeMumDcuSensationalClickbaitV3Annotation`
|
61968
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61969
|
+
attr_accessor :knowledge_mum_dcu_sensational_clickbait_v3_annotation
|
61970
|
+
|
61971
|
+
#
|
61972
|
+
# Corresponds to the JSON property `knowledgeMumDcuSexualUserBehaviorAnnotation`
|
61973
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61974
|
+
attr_accessor :knowledge_mum_dcu_sexual_user_behavior_annotation
|
61975
|
+
|
61976
|
+
# END DATA FIELDS
|
61977
|
+
# Corresponds to the JSON property `knowledgeMumDcuShareRatioUserBehaviorAnnotation`
|
61978
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61979
|
+
attr_accessor :knowledge_mum_dcu_share_ratio_user_behavior_annotation
|
61980
|
+
|
61981
|
+
#
|
61982
|
+
# Corresponds to the JSON property `knowledgeMumDcuStalenessAnnotation`
|
61983
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61984
|
+
attr_accessor :knowledge_mum_dcu_staleness_annotation
|
61985
|
+
|
61986
|
+
#
|
61987
|
+
# Corresponds to the JSON property `knowledgeMumDcuStoryAnnotation`
|
61988
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61989
|
+
attr_accessor :knowledge_mum_dcu_story_annotation
|
61990
|
+
|
61991
|
+
#
|
61992
|
+
# Corresponds to the JSON property `knowledgeMumDcuStorytellingVideoAnnotation`
|
61993
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61994
|
+
attr_accessor :knowledge_mum_dcu_storytelling_video_annotation
|
61995
|
+
|
61996
|
+
#
|
61997
|
+
# Corresponds to the JSON property `knowledgeMumDcuStorytellingVideoCandidateAnnotation`
|
61998
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61999
|
+
attr_accessor :knowledge_mum_dcu_storytelling_video_candidate_annotation
|
62000
|
+
|
62001
|
+
#
|
62002
|
+
# Corresponds to the JSON property `knowledgeMumDcuThoughtProvokingAnnotation`
|
62003
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62004
|
+
attr_accessor :knowledge_mum_dcu_thought_provoking_annotation
|
62005
|
+
|
62006
|
+
#
|
62007
|
+
# Corresponds to the JSON property `knowledgeMumDcuThoughtProvokingV2Annotation`
|
62008
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62009
|
+
attr_accessor :knowledge_mum_dcu_thought_provoking_v2_annotation
|
62010
|
+
|
62011
|
+
#
|
62012
|
+
# Corresponds to the JSON property `knowledgeMumDcuTimeSensitiveAnnotation`
|
62013
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62014
|
+
attr_accessor :knowledge_mum_dcu_time_sensitive_annotation
|
62015
|
+
|
62016
|
+
#
|
62017
|
+
# Corresponds to the JSON property `knowledgeMumDcuTimelessAnnotation`
|
62018
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62019
|
+
attr_accessor :knowledge_mum_dcu_timeless_annotation
|
62020
|
+
|
62021
|
+
#
|
62022
|
+
# Corresponds to the JSON property `knowledgeMumDcuTimelessVideoAnnotation`
|
62023
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62024
|
+
attr_accessor :knowledge_mum_dcu_timeless_video_annotation
|
62025
|
+
|
62026
|
+
#
|
62027
|
+
# Corresponds to the JSON property `knowledgeMumDcuTimelessVideoCandidateAnnotation`
|
62028
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62029
|
+
attr_accessor :knowledge_mum_dcu_timeless_video_candidate_annotation
|
62030
|
+
|
62031
|
+
#
|
62032
|
+
# Corresponds to the JSON property `knowledgeMumDcuTrailerVideoAnnotation`
|
62033
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62034
|
+
attr_accessor :knowledge_mum_dcu_trailer_video_annotation
|
62035
|
+
|
62036
|
+
#
|
62037
|
+
# Corresponds to the JSON property `knowledgeMumDcuTrailerVideoCandidateAnnotation`
|
62038
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62039
|
+
attr_accessor :knowledge_mum_dcu_trailer_video_candidate_annotation
|
62040
|
+
|
62041
|
+
#
|
62042
|
+
# Corresponds to the JSON property `knowledgeMumDcuUsefulUserBehaviorAnnotation`
|
62043
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62044
|
+
attr_accessor :knowledge_mum_dcu_useful_user_behavior_annotation
|
62045
|
+
|
62046
|
+
#
|
62047
|
+
# Corresponds to the JSON property `knowledgeMumDcuUsefulVideoAnnotation`
|
62048
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62049
|
+
attr_accessor :knowledge_mum_dcu_useful_video_annotation
|
62050
|
+
|
62051
|
+
#
|
62052
|
+
# Corresponds to the JSON property `knowledgeMumDcuUsefulVideoCandidateAnnotation`
|
62053
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62054
|
+
attr_accessor :knowledge_mum_dcu_useful_video_candidate_annotation
|
62055
|
+
|
62056
|
+
#
|
62057
|
+
# Corresponds to the JSON property `knowledgeMumDcuVideoFlavorAnnotation`
|
62058
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62059
|
+
attr_accessor :knowledge_mum_dcu_video_flavor_annotation
|
62060
|
+
|
62061
|
+
#
|
62062
|
+
# Corresponds to the JSON property `knowledgeMumDcuViolenceAnnotation`
|
62063
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62064
|
+
attr_accessor :knowledge_mum_dcu_violence_annotation
|
62065
|
+
|
62066
|
+
#
|
62067
|
+
# Corresponds to the JSON property `knowledgeMumDcuViolenceV2Annotation`
|
62068
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62069
|
+
attr_accessor :knowledge_mum_dcu_violence_v2_annotation
|
62070
|
+
|
62071
|
+
#
|
62072
|
+
# Corresponds to the JSON property `knowledgeMumDcuViolentOrDisgustingUserBehaviorAnnotation`
|
62073
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62074
|
+
attr_accessor :knowledge_mum_dcu_violent_or_disgusting_user_behavior_annotation
|
62075
|
+
|
62076
|
+
#
|
62077
|
+
# Corresponds to the JSON property `knowledgeMumDcuVisuallyEngagingAnnotation`
|
62078
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62079
|
+
attr_accessor :knowledge_mum_dcu_visually_engaging_annotation
|
62080
|
+
|
62081
|
+
#
|
62082
|
+
# Corresponds to the JSON property `knowledgeMumDcuVisuallyEngagingV2Annotation`
|
62083
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62084
|
+
attr_accessor :knowledge_mum_dcu_visually_engaging_v2_annotation
|
62085
|
+
|
62086
|
+
#
|
62087
|
+
# Corresponds to the JSON property `knowledgeMumDcuVlogVideoAnnotation`
|
62088
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62089
|
+
attr_accessor :knowledge_mum_dcu_vlog_video_annotation
|
62090
|
+
|
62091
|
+
#
|
62092
|
+
# Corresponds to the JSON property `knowledgeMumDcuVlogVideoCandidateAnnotation`
|
62093
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62094
|
+
attr_accessor :knowledge_mum_dcu_vlog_video_candidate_annotation
|
62095
|
+
|
62096
|
+
#
|
62097
|
+
# Corresponds to the JSON property `knowledgeMumDcuWellWrittenAnnotation`
|
62098
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62099
|
+
attr_accessor :knowledge_mum_dcu_well_written_annotation
|
62100
|
+
|
62101
|
+
#
|
62102
|
+
# Corresponds to the JSON property `knowledgeMumDcuWithholdingInfoAnnotation`
|
62103
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62104
|
+
attr_accessor :knowledge_mum_dcu_withholding_info_annotation
|
62105
|
+
|
62106
|
+
#
|
62107
|
+
# Corresponds to the JSON property `knowledgeMumDcuWithholdingInfoV2Annotation`
|
62108
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62109
|
+
attr_accessor :knowledge_mum_dcu_withholding_info_v2_annotation
|
62110
|
+
|
62111
|
+
#
|
62112
|
+
# Corresponds to the JSON property `knowledgeMumDcuWorthyHeadlineNewsAnnotation`
|
62113
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62114
|
+
attr_accessor :knowledge_mum_dcu_worthy_headline_news_annotation
|
62115
|
+
|
61337
62116
|
#
|
61338
62117
|
# Corresponds to the JSON property `knowledgeMumStoryTeaserAnnotation`
|
61339
62118
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
@@ -61409,6 +62188,11 @@ module Google
|
|
61409
62188
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61410
62189
|
attr_accessor :modern_format_content
|
61411
62190
|
|
62191
|
+
#
|
62192
|
+
# Corresponds to the JSON property `multiverseHubSpokesSignal`
|
62193
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62194
|
+
attr_accessor :multiverse_hub_spokes_signal
|
62195
|
+
|
61412
62196
|
#
|
61413
62197
|
# Corresponds to the JSON property `navBoostDocument`
|
61414
62198
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
@@ -61424,6 +62208,11 @@ module Google
|
|
61424
62208
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61425
62209
|
attr_accessor :news_annotations_content_annotations
|
61426
62210
|
|
62211
|
+
#
|
62212
|
+
# Corresponds to the JSON property `newsCorpusDifferentiatedContentAnnotation`
|
62213
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62214
|
+
attr_accessor :news_corpus_differentiated_content_annotation
|
62215
|
+
|
61427
62216
|
#
|
61428
62217
|
# Corresponds to the JSON property `newsCorpusHubPageAnnotations`
|
61429
62218
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
@@ -61824,6 +62613,11 @@ module Google
|
|
61824
62613
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61825
62614
|
attr_accessor :quality_chard_predicted_xlq
|
61826
62615
|
|
62616
|
+
#
|
62617
|
+
# Corresponds to the JSON property `qualityChardPredictedXlqSevereHoax`
|
62618
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62619
|
+
attr_accessor :quality_chard_predicted_xlq_severe_hoax
|
62620
|
+
|
61827
62621
|
#
|
61828
62622
|
# Corresponds to the JSON property `qualityContraSelectedAttributions`
|
61829
62623
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
@@ -61884,6 +62678,21 @@ module Google
|
|
61884
62678
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61885
62679
|
attr_accessor :quality_explore_queryable_feed_topic_feed_scoring_signals
|
61886
62680
|
|
62681
|
+
#
|
62682
|
+
# Corresponds to the JSON property `qualityFlavorsFlavorSet`
|
62683
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62684
|
+
attr_accessor :quality_flavors_flavor_set
|
62685
|
+
|
62686
|
+
#
|
62687
|
+
# Corresponds to the JSON property `qualityForumrankingUgcPageQualityDocumentAnnotation`
|
62688
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62689
|
+
attr_accessor :quality_forumranking_ugc_page_quality_document_annotation
|
62690
|
+
|
62691
|
+
#
|
62692
|
+
# Corresponds to the JSON property `qualityFreshnessAbacusInstantNavBoostDocumentAnon`
|
62693
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62694
|
+
attr_accessor :quality_freshness_abacus_instant_nav_boost_document_anon
|
62695
|
+
|
61887
62696
|
#
|
61888
62697
|
# Corresponds to the JSON property `qualityFreshnessAbacusInstantNegativeClicksInfo`
|
61889
62698
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
@@ -61934,6 +62743,21 @@ module Google
|
|
61934
62743
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61935
62744
|
attr_accessor :quality_lisztomania_document
|
61936
62745
|
|
62746
|
+
#
|
62747
|
+
# Corresponds to the JSON property `qualityModernProtoUcpDocInfo`
|
62748
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62749
|
+
attr_accessor :quality_modern_proto_ucp_doc_info
|
62750
|
+
|
62751
|
+
#
|
62752
|
+
# Corresponds to the JSON property `qualityModernProtoUcpServingData`
|
62753
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62754
|
+
attr_accessor :quality_modern_proto_ucp_serving_data
|
62755
|
+
|
62756
|
+
#
|
62757
|
+
# Corresponds to the JSON property `qualityNaturalPearlsNaturalPearlsDocumentAnnotation`
|
62758
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62759
|
+
attr_accessor :quality_natural_pearls_natural_pearls_document_annotation
|
62760
|
+
|
61937
62761
|
#
|
61938
62762
|
# Corresponds to the JSON property `qualityNavboostCrapsCrapsData`
|
61939
62763
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
@@ -62039,6 +62863,11 @@ module Google
|
|
62039
62863
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62040
62864
|
attr_accessor :quality_peoplesearch_namedetector_name_occurrence_annotations
|
62041
62865
|
|
62866
|
+
#
|
62867
|
+
# Corresponds to the JSON property `qualityPeoplesearchNamedetectorNavboostNameAnnotations`
|
62868
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62869
|
+
attr_accessor :quality_peoplesearch_namedetector_navboost_name_annotations
|
62870
|
+
|
62042
62871
|
#
|
62043
62872
|
# Corresponds to the JSON property `qualityPopfeedsChromeBackgroundAnnotation`
|
62044
62873
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
@@ -62049,6 +62878,11 @@ module Google
|
|
62049
62878
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62050
62879
|
attr_accessor :quality_popfeeds_hub_data_annotations
|
62051
62880
|
|
62881
|
+
#
|
62882
|
+
# Corresponds to the JSON property `qualityPopfeedsTopicStatsTopicScoreAnnotation`
|
62883
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62884
|
+
attr_accessor :quality_popfeeds_topic_stats_topic_score_annotation
|
62885
|
+
|
62052
62886
|
#
|
62053
62887
|
# Corresponds to the JSON property `qualityPopfeedsUrlPredictionAnnotations`
|
62054
62888
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
@@ -62164,6 +62998,11 @@ module Google
|
|
62164
62998
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62165
62999
|
attr_accessor :quality_sherlock_knex_annotation
|
62166
63000
|
|
63001
|
+
#
|
63002
|
+
# Corresponds to the JSON property `qualityShoppingDtcDomainsSignal`
|
63003
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
63004
|
+
attr_accessor :quality_shopping_dtc_domains_signal
|
63005
|
+
|
62167
63006
|
#
|
62168
63007
|
# Corresponds to the JSON property `qualityShoppingProductReview`
|
62169
63008
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
@@ -62454,6 +63293,11 @@ module Google
|
|
62454
63293
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62455
63294
|
attr_accessor :repository_updater_index_selection_attachment
|
62456
63295
|
|
63296
|
+
#
|
63297
|
+
# Corresponds to the JSON property `repositoryWebrefAuthorExtractionAnnotation`
|
63298
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
63299
|
+
attr_accessor :repository_webref_author_extraction_annotation
|
63300
|
+
|
62457
63301
|
#
|
62458
63302
|
# Corresponds to the JSON property `repositoryWebrefEntityJoin`
|
62459
63303
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
@@ -62484,6 +63328,11 @@ module Google
|
|
62484
63328
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62485
63329
|
attr_accessor :repository_webref_page_classification_signals_set
|
62486
63330
|
|
63331
|
+
#
|
63332
|
+
# Corresponds to the JSON property `repositoryWebrefPiannoDocumentIntent`
|
63333
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
63334
|
+
attr_accessor :repository_webref_pianno_document_intent
|
63335
|
+
|
62487
63336
|
#
|
62488
63337
|
# Corresponds to the JSON property `repositoryWebrefPiannoDocumentIntents`
|
62489
63338
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
@@ -62819,7 +63668,7 @@ module Google
|
|
62819
63668
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62820
63669
|
attr_accessor :spam_tokens_spam_tokens_annotation
|
62821
63670
|
|
62822
|
-
#
|
63671
|
+
#
|
62823
63672
|
# Corresponds to the JSON property `spambrainDomainSitechunkData`
|
62824
63673
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62825
63674
|
attr_accessor :spambrain_domain_sitechunk_data
|
@@ -62859,6 +63708,11 @@ module Google
|
|
62859
63708
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62860
63709
|
attr_accessor :travel_assistant_travel_doc_classification
|
62861
63710
|
|
63711
|
+
#
|
63712
|
+
# Corresponds to the JSON property `trawlerEffectiveRobotsContent`
|
63713
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
63714
|
+
attr_accessor :trawler_effective_robots_content
|
63715
|
+
|
62862
63716
|
#
|
62863
63717
|
# Corresponds to the JSON property `ucpSignal`
|
62864
63718
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
@@ -62964,6 +63818,11 @@ module Google
|
|
62964
63818
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62965
63819
|
attr_accessor :video_scoring_signal
|
62966
63820
|
|
63821
|
+
#
|
63822
|
+
# Corresponds to the JSON property `videoShoppingVideoShoppingAnnotation`
|
63823
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
63824
|
+
attr_accessor :video_shopping_video_shopping_annotation
|
63825
|
+
|
62967
63826
|
#
|
62968
63827
|
# Corresponds to the JSON property `videoWebGallery`
|
62969
63828
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
@@ -63050,6 +63909,7 @@ module Google
|
|
63050
63909
|
@country_country_attachment = args[:country_country_attachment] if args.key?(:country_country_attachment)
|
63051
63910
|
@crawzall_signal = args[:crawzall_signal] if args.key?(:crawzall_signal)
|
63052
63911
|
@creator = args[:creator] if args.key?(:creator)
|
63912
|
+
@creatorjoins_embedded_ugc_annotation = args[:creatorjoins_embedded_ugc_annotation] if args.key?(:creatorjoins_embedded_ugc_annotation)
|
63053
63913
|
@datacommons_datacommons_triples_signal = args[:datacommons_datacommons_triples_signal] if args.key?(:datacommons_datacommons_triples_signal)
|
63054
63914
|
@date_annotation_tags = args[:date_annotation_tags] if args.key?(:date_annotation_tags)
|
63055
63915
|
@date_annotations = args[:date_annotations] if args.key?(:date_annotations)
|
@@ -63062,6 +63922,7 @@ module Google
|
|
63062
63922
|
@dots_newsstand_signal = args[:dots_newsstand_signal] if args.key?(:dots_newsstand_signal)
|
63063
63923
|
@email_address_annotations = args[:email_address_annotations] if args.key?(:email_address_annotations)
|
63064
63924
|
@extracted_book_info = args[:extracted_book_info] if args.key?(:extracted_book_info)
|
63925
|
+
@fast_data_propagation_test_signal_content = args[:fast_data_propagation_test_signal_content] if args.key?(:fast_data_propagation_test_signal_content)
|
63065
63926
|
@fatcat_compact_doc_classification = args[:fatcat_compact_doc_classification] if args.key?(:fatcat_compact_doc_classification)
|
63066
63927
|
@fatcat_site_verticals_annotation = args[:fatcat_site_verticals_annotation] if args.key?(:fatcat_site_verticals_annotation)
|
63067
63928
|
@firstseen = args[:firstseen] if args.key?(:firstseen)
|
@@ -63069,6 +63930,7 @@ module Google
|
|
63069
63930
|
@forum_ranking_forum_posts_safe_search_annotation = args[:forum_ranking_forum_posts_safe_search_annotation] if args.key?(:forum_ranking_forum_posts_safe_search_annotation)
|
63070
63931
|
@foundation_splinter_signal = args[:foundation_splinter_signal] if args.key?(:foundation_splinter_signal)
|
63071
63932
|
@freshbox_freshbox_article_annotation = args[:freshbox_freshbox_article_annotation] if args.key?(:freshbox_freshbox_article_annotation)
|
63933
|
+
@geo_cars_vehicle_details_page_annotation = args[:geo_cars_vehicle_details_page_annotation] if args.key?(:geo_cars_vehicle_details_page_annotation)
|
63072
63934
|
@geo_point_annotations = args[:geo_point_annotations] if args.key?(:geo_point_annotations)
|
63073
63935
|
@geo_point_resolution = args[:geo_point_resolution] if args.key?(:geo_point_resolution)
|
63074
63936
|
@geostore_address_proto = args[:geostore_address_proto] if args.key?(:geostore_address_proto)
|
@@ -63132,6 +63994,7 @@ module Google
|
|
63132
63994
|
@indexing_bering_publisher_on_page_ads_annotation = args[:indexing_bering_publisher_on_page_ads_annotation] if args.key?(:indexing_bering_publisher_on_page_ads_annotation)
|
63133
63995
|
@indexing_centerpiece_center_piece_annotations = args[:indexing_centerpiece_center_piece_annotations] if args.key?(:indexing_centerpiece_center_piece_annotations)
|
63134
63996
|
@indexing_centerpiece_centerpiece_checksums = args[:indexing_centerpiece_centerpiece_checksums] if args.key?(:indexing_centerpiece_centerpiece_checksums)
|
63997
|
+
@indexing_centerpiece_centerpiece_unified_annotations = args[:indexing_centerpiece_centerpiece_unified_annotations] if args.key?(:indexing_centerpiece_centerpiece_unified_annotations)
|
63135
63998
|
@indexing_centerpiece_component_learning_source = args[:indexing_centerpiece_component_learning_source] if args.key?(:indexing_centerpiece_component_learning_source)
|
63136
63999
|
@indexing_centerpiece_section_title_annotations = args[:indexing_centerpiece_section_title_annotations] if args.key?(:indexing_centerpiece_section_title_annotations)
|
63137
64000
|
@indexing_converter_content_generation_info = args[:indexing_converter_content_generation_info] if args.key?(:indexing_converter_content_generation_info)
|
@@ -63147,6 +64010,7 @@ module Google
|
|
63147
64010
|
@indexing_docjoiner_wiki_info = args[:indexing_docjoiner_wiki_info] if args.key?(:indexing_docjoiner_wiki_info)
|
63148
64011
|
@indexing_docskeleton_repeated_pattern_repeated_pattern_annotation = args[:indexing_docskeleton_repeated_pattern_repeated_pattern_annotation] if args.key?(:indexing_docskeleton_repeated_pattern_repeated_pattern_annotation)
|
63149
64012
|
@indexing_dups_localized_localized_cluster = args[:indexing_dups_localized_localized_cluster] if args.key?(:indexing_dups_localized_localized_cluster)
|
64013
|
+
@indexing_dups_near_dups_result = args[:indexing_dups_near_dups_result] if args.key?(:indexing_dups_near_dups_result)
|
63150
64014
|
@indexing_fresh_scheduler_fresh_scheduler_double_instant_extension = args[:indexing_fresh_scheduler_fresh_scheduler_double_instant_extension] if args.key?(:indexing_fresh_scheduler_fresh_scheduler_double_instant_extension)
|
63151
64015
|
@indexing_fresh_scheduler_outlink_discovery_historical_hubs_signal = args[:indexing_fresh_scheduler_outlink_discovery_historical_hubs_signal] if args.key?(:indexing_fresh_scheduler_outlink_discovery_historical_hubs_signal)
|
63152
64016
|
@indexing_images_related_image_signal = args[:indexing_images_related_image_signal] if args.key?(:indexing_images_related_image_signal)
|
@@ -63184,11 +64048,13 @@ module Google
|
|
63184
64048
|
@indexing_selection_fast_serving_push = args[:indexing_selection_fast_serving_push] if args.key?(:indexing_selection_fast_serving_push)
|
63185
64049
|
@indexing_selection_freshdocs_passthrough_extension = args[:indexing_selection_freshdocs_passthrough_extension] if args.key?(:indexing_selection_freshdocs_passthrough_extension)
|
63186
64050
|
@indexing_selection_image_image_selection_attachment = args[:indexing_selection_image_image_selection_attachment] if args.key?(:indexing_selection_image_image_selection_attachment)
|
64051
|
+
@indexing_selection_index_composition_experiment_extension = args[:indexing_selection_index_composition_experiment_extension] if args.key?(:indexing_selection_index_composition_experiment_extension)
|
63187
64052
|
@indexing_selection_language_extension = args[:indexing_selection_language_extension] if args.key?(:indexing_selection_language_extension)
|
63188
64053
|
@indexing_selection_prior_scorer_parameter_set = args[:indexing_selection_prior_scorer_parameter_set] if args.key?(:indexing_selection_prior_scorer_parameter_set)
|
63189
64054
|
@indexing_selection_processing_priority_extension = args[:indexing_selection_processing_priority_extension] if args.key?(:indexing_selection_processing_priority_extension)
|
63190
64055
|
@indexing_selection_proto_base_promotion_info = args[:indexing_selection_proto_base_promotion_info] if args.key?(:indexing_selection_proto_base_promotion_info)
|
63191
64056
|
@indexing_selection_tensor_flow_extension = args[:indexing_selection_tensor_flow_extension] if args.key?(:indexing_selection_tensor_flow_extension)
|
64057
|
+
@indexing_service_firsttimes_crawl_firsttimes_signals = args[:indexing_service_firsttimes_crawl_firsttimes_signals] if args.key?(:indexing_service_firsttimes_crawl_firsttimes_signals)
|
63192
64058
|
@indexing_signal_aggregator_url_pattern_signals = args[:indexing_signal_aggregator_url_pattern_signals] if args.key?(:indexing_signal_aggregator_url_pattern_signals)
|
63193
64059
|
@indexing_signals_accumulated_online_signals = args[:indexing_signals_accumulated_online_signals] if args.key?(:indexing_signals_accumulated_online_signals)
|
63194
64060
|
@indexing_signals_impressions_per_day_container = args[:indexing_signals_impressions_per_day_container] if args.key?(:indexing_signals_impressions_per_day_container)
|
@@ -63225,6 +64091,150 @@ module Google
|
|
63225
64091
|
@knowledge_mining_facts_web_kv_site_group_signal = args[:knowledge_mining_facts_web_kv_site_group_signal] if args.key?(:knowledge_mining_facts_web_kv_site_group_signal)
|
63226
64092
|
@knowledge_mining_shopping_browseonomy_data = args[:knowledge_mining_shopping_browseonomy_data] if args.key?(:knowledge_mining_shopping_browseonomy_data)
|
63227
64093
|
@knowledge_mining_shopping_twd_model_versions = args[:knowledge_mining_shopping_twd_model_versions] if args.key?(:knowledge_mining_shopping_twd_model_versions)
|
64094
|
+
@knowledge_mum_consumer_news_annotation = args[:knowledge_mum_consumer_news_annotation] if args.key?(:knowledge_mum_consumer_news_annotation)
|
64095
|
+
@knowledge_mum_dcu_accusatory_title_annotation = args[:knowledge_mum_dcu_accusatory_title_annotation] if args.key?(:knowledge_mum_dcu_accusatory_title_annotation)
|
64096
|
+
@knowledge_mum_dcu_amusing_annotation = args[:knowledge_mum_dcu_amusing_annotation] if args.key?(:knowledge_mum_dcu_amusing_annotation)
|
64097
|
+
@knowledge_mum_dcu_base_curiosity_annotation = args[:knowledge_mum_dcu_base_curiosity_annotation] if args.key?(:knowledge_mum_dcu_base_curiosity_annotation)
|
64098
|
+
@knowledge_mum_dcu_base_curiosity_v2_annotation = args[:knowledge_mum_dcu_base_curiosity_v2_annotation] if args.key?(:knowledge_mum_dcu_base_curiosity_v2_annotation)
|
64099
|
+
@knowledge_mum_dcu_base_curiosity_v3_annotation = args[:knowledge_mum_dcu_base_curiosity_v3_annotation] if args.key?(:knowledge_mum_dcu_base_curiosity_v3_annotation)
|
64100
|
+
@knowledge_mum_dcu_beginner_annotation = args[:knowledge_mum_dcu_beginner_annotation] if args.key?(:knowledge_mum_dcu_beginner_annotation)
|
64101
|
+
@knowledge_mum_dcu_beginner_title_annotation = args[:knowledge_mum_dcu_beginner_title_annotation] if args.key?(:knowledge_mum_dcu_beginner_title_annotation)
|
64102
|
+
@knowledge_mum_dcu_boring_annotation = args[:knowledge_mum_dcu_boring_annotation] if args.key?(:knowledge_mum_dcu_boring_annotation)
|
64103
|
+
@knowledge_mum_dcu_boring_video_annotation = args[:knowledge_mum_dcu_boring_video_annotation] if args.key?(:knowledge_mum_dcu_boring_video_annotation)
|
64104
|
+
@knowledge_mum_dcu_boring_video_candidate_annotation = args[:knowledge_mum_dcu_boring_video_candidate_annotation] if args.key?(:knowledge_mum_dcu_boring_video_candidate_annotation)
|
64105
|
+
@knowledge_mum_dcu_broad_title_annotation = args[:knowledge_mum_dcu_broad_title_annotation] if args.key?(:knowledge_mum_dcu_broad_title_annotation)
|
64106
|
+
@knowledge_mum_dcu_broadly_consumable_annotation = args[:knowledge_mum_dcu_broadly_consumable_annotation] if args.key?(:knowledge_mum_dcu_broadly_consumable_annotation)
|
64107
|
+
@knowledge_mum_dcu_clickbait_plus_annotation = args[:knowledge_mum_dcu_clickbait_plus_annotation] if args.key?(:knowledge_mum_dcu_clickbait_plus_annotation)
|
64108
|
+
@knowledge_mum_dcu_clickbait_plus_candidate_annotation = args[:knowledge_mum_dcu_clickbait_plus_candidate_annotation] if args.key?(:knowledge_mum_dcu_clickbait_plus_candidate_annotation)
|
64109
|
+
@knowledge_mum_dcu_commercial_news_annotation = args[:knowledge_mum_dcu_commercial_news_annotation] if args.key?(:knowledge_mum_dcu_commercial_news_annotation)
|
64110
|
+
@knowledge_mum_dcu_commercial_video_annotation = args[:knowledge_mum_dcu_commercial_video_annotation] if args.key?(:knowledge_mum_dcu_commercial_video_annotation)
|
64111
|
+
@knowledge_mum_dcu_commercial_video_candidate_annotation = args[:knowledge_mum_dcu_commercial_video_candidate_annotation] if args.key?(:knowledge_mum_dcu_commercial_video_candidate_annotation)
|
64112
|
+
@knowledge_mum_dcu_commercial_video_v2_annotation = args[:knowledge_mum_dcu_commercial_video_v2_annotation] if args.key?(:knowledge_mum_dcu_commercial_video_v2_annotation)
|
64113
|
+
@knowledge_mum_dcu_commercial_video_v2_candidate_annotation = args[:knowledge_mum_dcu_commercial_video_v2_candidate_annotation] if args.key?(:knowledge_mum_dcu_commercial_video_v2_candidate_annotation)
|
64114
|
+
@knowledge_mum_dcu_complex_annotation = args[:knowledge_mum_dcu_complex_annotation] if args.key?(:knowledge_mum_dcu_complex_annotation)
|
64115
|
+
@knowledge_mum_dcu_cool_project_video_annotation = args[:knowledge_mum_dcu_cool_project_video_annotation] if args.key?(:knowledge_mum_dcu_cool_project_video_annotation)
|
64116
|
+
@knowledge_mum_dcu_cool_project_video_candidate_annotation = args[:knowledge_mum_dcu_cool_project_video_candidate_annotation] if args.key?(:knowledge_mum_dcu_cool_project_video_candidate_annotation)
|
64117
|
+
@knowledge_mum_dcu_cool_project_video_v2_annotation = args[:knowledge_mum_dcu_cool_project_video_v2_annotation] if args.key?(:knowledge_mum_dcu_cool_project_video_v2_annotation)
|
64118
|
+
@knowledge_mum_dcu_cool_project_video_v2_candidate_annotation = args[:knowledge_mum_dcu_cool_project_video_v2_candidate_annotation] if args.key?(:knowledge_mum_dcu_cool_project_video_v2_candidate_annotation)
|
64119
|
+
@knowledge_mum_dcu_creative_video_annotation = args[:knowledge_mum_dcu_creative_video_annotation] if args.key?(:knowledge_mum_dcu_creative_video_annotation)
|
64120
|
+
@knowledge_mum_dcu_creative_video_candidate_annotation = args[:knowledge_mum_dcu_creative_video_candidate_annotation] if args.key?(:knowledge_mum_dcu_creative_video_candidate_annotation)
|
64121
|
+
@knowledge_mum_dcu_cute_short_video_annotation = args[:knowledge_mum_dcu_cute_short_video_annotation] if args.key?(:knowledge_mum_dcu_cute_short_video_annotation)
|
64122
|
+
@knowledge_mum_dcu_cute_short_video_candidate_annotation = args[:knowledge_mum_dcu_cute_short_video_candidate_annotation] if args.key?(:knowledge_mum_dcu_cute_short_video_candidate_annotation)
|
64123
|
+
@knowledge_mum_dcu_depressing_title_annotation = args[:knowledge_mum_dcu_depressing_title_annotation] if args.key?(:knowledge_mum_dcu_depressing_title_annotation)
|
64124
|
+
@knowledge_mum_dcu_dietary_annotation = args[:knowledge_mum_dcu_dietary_annotation] if args.key?(:knowledge_mum_dcu_dietary_annotation)
|
64125
|
+
@knowledge_mum_dcu_disaster_annotation = args[:knowledge_mum_dcu_disaster_annotation] if args.key?(:knowledge_mum_dcu_disaster_annotation)
|
64126
|
+
@knowledge_mum_dcu_disaster_v2_annotation = args[:knowledge_mum_dcu_disaster_v2_annotation] if args.key?(:knowledge_mum_dcu_disaster_v2_annotation)
|
64127
|
+
@knowledge_mum_dcu_discriminatory_annotation = args[:knowledge_mum_dcu_discriminatory_annotation] if args.key?(:knowledge_mum_dcu_discriminatory_annotation)
|
64128
|
+
@knowledge_mum_dcu_disgusting_annotation = args[:knowledge_mum_dcu_disgusting_annotation] if args.key?(:knowledge_mum_dcu_disgusting_annotation)
|
64129
|
+
@knowledge_mum_dcu_disgusting_v2_annotation = args[:knowledge_mum_dcu_disgusting_v2_annotation] if args.key?(:knowledge_mum_dcu_disgusting_v2_annotation)
|
64130
|
+
@knowledge_mum_dcu_dismiss_ratio_user_behavior_annotation = args[:knowledge_mum_dcu_dismiss_ratio_user_behavior_annotation] if args.key?(:knowledge_mum_dcu_dismiss_ratio_user_behavior_annotation)
|
64131
|
+
@knowledge_mum_dcu_distance_sensitive_annotation = args[:knowledge_mum_dcu_distance_sensitive_annotation] if args.key?(:knowledge_mum_dcu_distance_sensitive_annotation)
|
64132
|
+
@knowledge_mum_dcu_diy_project_video_annotation = args[:knowledge_mum_dcu_diy_project_video_annotation] if args.key?(:knowledge_mum_dcu_diy_project_video_annotation)
|
64133
|
+
@knowledge_mum_dcu_diy_project_video_candidate_annotation = args[:knowledge_mum_dcu_diy_project_video_candidate_annotation] if args.key?(:knowledge_mum_dcu_diy_project_video_candidate_annotation)
|
64134
|
+
@knowledge_mum_dcu_dqs_annotation = args[:knowledge_mum_dcu_dqs_annotation] if args.key?(:knowledge_mum_dcu_dqs_annotation)
|
64135
|
+
@knowledge_mum_dcu_dramatic_title_annotation = args[:knowledge_mum_dcu_dramatic_title_annotation] if args.key?(:knowledge_mum_dcu_dramatic_title_annotation)
|
64136
|
+
@knowledge_mum_dcu_dry_facts_annotation = args[:knowledge_mum_dcu_dry_facts_annotation] if args.key?(:knowledge_mum_dcu_dry_facts_annotation)
|
64137
|
+
@knowledge_mum_dcu_easy_read_annotation = args[:knowledge_mum_dcu_easy_read_annotation] if args.key?(:knowledge_mum_dcu_easy_read_annotation)
|
64138
|
+
@knowledge_mum_dcu_educational_video_annotation = args[:knowledge_mum_dcu_educational_video_annotation] if args.key?(:knowledge_mum_dcu_educational_video_annotation)
|
64139
|
+
@knowledge_mum_dcu_educational_video_candidate_annotation = args[:knowledge_mum_dcu_educational_video_candidate_annotation] if args.key?(:knowledge_mum_dcu_educational_video_candidate_annotation)
|
64140
|
+
@knowledge_mum_dcu_engaging_video_annotation = args[:knowledge_mum_dcu_engaging_video_annotation] if args.key?(:knowledge_mum_dcu_engaging_video_annotation)
|
64141
|
+
@knowledge_mum_dcu_engaging_video_candidate_annotation = args[:knowledge_mum_dcu_engaging_video_candidate_annotation] if args.key?(:knowledge_mum_dcu_engaging_video_candidate_annotation)
|
64142
|
+
@knowledge_mum_dcu_engaging_video_v2_annotation = args[:knowledge_mum_dcu_engaging_video_v2_annotation] if args.key?(:knowledge_mum_dcu_engaging_video_v2_annotation)
|
64143
|
+
@knowledge_mum_dcu_engaging_video_v2_candidate_annotation = args[:knowledge_mum_dcu_engaging_video_v2_candidate_annotation] if args.key?(:knowledge_mum_dcu_engaging_video_v2_candidate_annotation)
|
64144
|
+
@knowledge_mum_dcu_engaging_video_v3_annotation = args[:knowledge_mum_dcu_engaging_video_v3_annotation] if args.key?(:knowledge_mum_dcu_engaging_video_v3_annotation)
|
64145
|
+
@knowledge_mum_dcu_engaging_video_v3_candidate_annotation = args[:knowledge_mum_dcu_engaging_video_v3_candidate_annotation] if args.key?(:knowledge_mum_dcu_engaging_video_v3_candidate_annotation)
|
64146
|
+
@knowledge_mum_dcu_engagingness_annotation = args[:knowledge_mum_dcu_engagingness_annotation] if args.key?(:knowledge_mum_dcu_engagingness_annotation)
|
64147
|
+
@knowledge_mum_dcu_engagingness_le_annotation = args[:knowledge_mum_dcu_engagingness_le_annotation] if args.key?(:knowledge_mum_dcu_engagingness_le_annotation)
|
64148
|
+
@knowledge_mum_dcu_engagingness_mm_annotation = args[:knowledge_mum_dcu_engagingness_mm_annotation] if args.key?(:knowledge_mum_dcu_engagingness_mm_annotation)
|
64149
|
+
@knowledge_mum_dcu_enjoyable_muted_video_annotation = args[:knowledge_mum_dcu_enjoyable_muted_video_annotation] if args.key?(:knowledge_mum_dcu_enjoyable_muted_video_annotation)
|
64150
|
+
@knowledge_mum_dcu_enjoyable_muted_video_candidate_annotation = args[:knowledge_mum_dcu_enjoyable_muted_video_candidate_annotation] if args.key?(:knowledge_mum_dcu_enjoyable_muted_video_candidate_annotation)
|
64151
|
+
@knowledge_mum_dcu_entertaining_video_annotation = args[:knowledge_mum_dcu_entertaining_video_annotation] if args.key?(:knowledge_mum_dcu_entertaining_video_annotation)
|
64152
|
+
@knowledge_mum_dcu_entertaining_video_candidate_annotation = args[:knowledge_mum_dcu_entertaining_video_candidate_annotation] if args.key?(:knowledge_mum_dcu_entertaining_video_candidate_annotation)
|
64153
|
+
@knowledge_mum_dcu_factual_annotation = args[:knowledge_mum_dcu_factual_annotation] if args.key?(:knowledge_mum_dcu_factual_annotation)
|
64154
|
+
@knowledge_mum_dcu_flavor_annotation = args[:knowledge_mum_dcu_flavor_annotation] if args.key?(:knowledge_mum_dcu_flavor_annotation)
|
64155
|
+
@knowledge_mum_dcu_flavor_mm_annotation = args[:knowledge_mum_dcu_flavor_mm_annotation] if args.key?(:knowledge_mum_dcu_flavor_mm_annotation)
|
64156
|
+
@knowledge_mum_dcu_flavor_mm_candidate_annotation = args[:knowledge_mum_dcu_flavor_mm_candidate_annotation] if args.key?(:knowledge_mum_dcu_flavor_mm_candidate_annotation)
|
64157
|
+
@knowledge_mum_dcu_flavor_mm_v2_candidate_annotation = args[:knowledge_mum_dcu_flavor_mm_v2_candidate_annotation] if args.key?(:knowledge_mum_dcu_flavor_mm_v2_candidate_annotation)
|
64158
|
+
@knowledge_mum_dcu_fun_facts_annotation = args[:knowledge_mum_dcu_fun_facts_annotation] if args.key?(:knowledge_mum_dcu_fun_facts_annotation)
|
64159
|
+
@knowledge_mum_dcu_fun_video_annotation = args[:knowledge_mum_dcu_fun_video_annotation] if args.key?(:knowledge_mum_dcu_fun_video_annotation)
|
64160
|
+
@knowledge_mum_dcu_fun_video_candidate_annotation = args[:knowledge_mum_dcu_fun_video_candidate_annotation] if args.key?(:knowledge_mum_dcu_fun_video_candidate_annotation)
|
64161
|
+
@knowledge_mum_dcu_funny_short_video_annotation = args[:knowledge_mum_dcu_funny_short_video_annotation] if args.key?(:knowledge_mum_dcu_funny_short_video_annotation)
|
64162
|
+
@knowledge_mum_dcu_funny_short_video_candidate_annotation = args[:knowledge_mum_dcu_funny_short_video_candidate_annotation] if args.key?(:knowledge_mum_dcu_funny_short_video_candidate_annotation)
|
64163
|
+
@knowledge_mum_dcu_gameplay_video_annotation = args[:knowledge_mum_dcu_gameplay_video_annotation] if args.key?(:knowledge_mum_dcu_gameplay_video_annotation)
|
64164
|
+
@knowledge_mum_dcu_gameplay_video_candidate_annotation = args[:knowledge_mum_dcu_gameplay_video_candidate_annotation] if args.key?(:knowledge_mum_dcu_gameplay_video_candidate_annotation)
|
64165
|
+
@knowledge_mum_dcu_good_commercial_annotation = args[:knowledge_mum_dcu_good_commercial_annotation] if args.key?(:knowledge_mum_dcu_good_commercial_annotation)
|
64166
|
+
@knowledge_mum_dcu_gossip_news_annotation = args[:knowledge_mum_dcu_gossip_news_annotation] if args.key?(:knowledge_mum_dcu_gossip_news_annotation)
|
64167
|
+
@knowledge_mum_dcu_heart_ratio_user_behavior_annotation = args[:knowledge_mum_dcu_heart_ratio_user_behavior_annotation] if args.key?(:knowledge_mum_dcu_heart_ratio_user_behavior_annotation)
|
64168
|
+
@knowledge_mum_dcu_how_to_video_annotation = args[:knowledge_mum_dcu_how_to_video_annotation] if args.key?(:knowledge_mum_dcu_how_to_video_annotation)
|
64169
|
+
@knowledge_mum_dcu_how_to_video_candidate_annotation = args[:knowledge_mum_dcu_how_to_video_candidate_annotation] if args.key?(:knowledge_mum_dcu_how_to_video_candidate_annotation)
|
64170
|
+
@knowledge_mum_dcu_inspired_query_rate_annotation = args[:knowledge_mum_dcu_inspired_query_rate_annotation] if args.key?(:knowledge_mum_dcu_inspired_query_rate_annotation)
|
64171
|
+
@knowledge_mum_dcu_inspiring_annotation = args[:knowledge_mum_dcu_inspiring_annotation] if args.key?(:knowledge_mum_dcu_inspiring_annotation)
|
64172
|
+
@knowledge_mum_dcu_inspiring_title_annotation = args[:knowledge_mum_dcu_inspiring_title_annotation] if args.key?(:knowledge_mum_dcu_inspiring_title_annotation)
|
64173
|
+
@knowledge_mum_dcu_inspiring_user_behavior_annotation = args[:knowledge_mum_dcu_inspiring_user_behavior_annotation] if args.key?(:knowledge_mum_dcu_inspiring_user_behavior_annotation)
|
64174
|
+
@knowledge_mum_dcu_inspiring_v2_annotation = args[:knowledge_mum_dcu_inspiring_v2_annotation] if args.key?(:knowledge_mum_dcu_inspiring_v2_annotation)
|
64175
|
+
@knowledge_mum_dcu_intelligent_annotation = args[:knowledge_mum_dcu_intelligent_annotation] if args.key?(:knowledge_mum_dcu_intelligent_annotation)
|
64176
|
+
@knowledge_mum_dcu_interview_video_annotation = args[:knowledge_mum_dcu_interview_video_annotation] if args.key?(:knowledge_mum_dcu_interview_video_annotation)
|
64177
|
+
@knowledge_mum_dcu_interview_video_candidate_annotation = args[:knowledge_mum_dcu_interview_video_candidate_annotation] if args.key?(:knowledge_mum_dcu_interview_video_candidate_annotation)
|
64178
|
+
@knowledge_mum_dcu_lecture_video_annotation = args[:knowledge_mum_dcu_lecture_video_annotation] if args.key?(:knowledge_mum_dcu_lecture_video_annotation)
|
64179
|
+
@knowledge_mum_dcu_lecture_video_candidate_annotation = args[:knowledge_mum_dcu_lecture_video_candidate_annotation] if args.key?(:knowledge_mum_dcu_lecture_video_candidate_annotation)
|
64180
|
+
@knowledge_mum_dcu_lifehack_video_annotation = args[:knowledge_mum_dcu_lifehack_video_annotation] if args.key?(:knowledge_mum_dcu_lifehack_video_annotation)
|
64181
|
+
@knowledge_mum_dcu_lifehack_video_candidate_annotation = args[:knowledge_mum_dcu_lifehack_video_candidate_annotation] if args.key?(:knowledge_mum_dcu_lifehack_video_candidate_annotation)
|
64182
|
+
@knowledge_mum_dcu_lifestyle_annotation = args[:knowledge_mum_dcu_lifestyle_annotation] if args.key?(:knowledge_mum_dcu_lifestyle_annotation)
|
64183
|
+
@knowledge_mum_dcu_listicle_title_annotation = args[:knowledge_mum_dcu_listicle_title_annotation] if args.key?(:knowledge_mum_dcu_listicle_title_annotation)
|
64184
|
+
@knowledge_mum_dcu_mayhem_news_annotation = args[:knowledge_mum_dcu_mayhem_news_annotation] if args.key?(:knowledge_mum_dcu_mayhem_news_annotation)
|
64185
|
+
@knowledge_mum_dcu_media_video_annotation = args[:knowledge_mum_dcu_media_video_annotation] if args.key?(:knowledge_mum_dcu_media_video_annotation)
|
64186
|
+
@knowledge_mum_dcu_media_video_candidate_annotation = args[:knowledge_mum_dcu_media_video_candidate_annotation] if args.key?(:knowledge_mum_dcu_media_video_candidate_annotation)
|
64187
|
+
@knowledge_mum_dcu_negative_tone_annotation = args[:knowledge_mum_dcu_negative_tone_annotation] if args.key?(:knowledge_mum_dcu_negative_tone_annotation)
|
64188
|
+
@knowledge_mum_dcu_news_video_annotation = args[:knowledge_mum_dcu_news_video_annotation] if args.key?(:knowledge_mum_dcu_news_video_annotation)
|
64189
|
+
@knowledge_mum_dcu_news_video_candidate_annotation = args[:knowledge_mum_dcu_news_video_candidate_annotation] if args.key?(:knowledge_mum_dcu_news_video_candidate_annotation)
|
64190
|
+
@knowledge_mum_dcu_newsy_title_annotation = args[:knowledge_mum_dcu_newsy_title_annotation] if args.key?(:knowledge_mum_dcu_newsy_title_annotation)
|
64191
|
+
@knowledge_mum_dcu_opinion_pieces_annotation = args[:knowledge_mum_dcu_opinion_pieces_annotation] if args.key?(:knowledge_mum_dcu_opinion_pieces_annotation)
|
64192
|
+
@knowledge_mum_dcu_personal_narrative_annotation = args[:knowledge_mum_dcu_personal_narrative_annotation] if args.key?(:knowledge_mum_dcu_personal_narrative_annotation)
|
64193
|
+
@knowledge_mum_dcu_practical_annotation = args[:knowledge_mum_dcu_practical_annotation] if args.key?(:knowledge_mum_dcu_practical_annotation)
|
64194
|
+
@knowledge_mum_dcu_practical_video_annotation = args[:knowledge_mum_dcu_practical_video_annotation] if args.key?(:knowledge_mum_dcu_practical_video_annotation)
|
64195
|
+
@knowledge_mum_dcu_practical_video_candidate_annotation = args[:knowledge_mum_dcu_practical_video_candidate_annotation] if args.key?(:knowledge_mum_dcu_practical_video_candidate_annotation)
|
64196
|
+
@knowledge_mum_dcu_predicted_traffic_ratio_annotation = args[:knowledge_mum_dcu_predicted_traffic_ratio_annotation] if args.key?(:knowledge_mum_dcu_predicted_traffic_ratio_annotation)
|
64197
|
+
@knowledge_mum_dcu_product_review_video_annotation = args[:knowledge_mum_dcu_product_review_video_annotation] if args.key?(:knowledge_mum_dcu_product_review_video_annotation)
|
64198
|
+
@knowledge_mum_dcu_product_review_video_candidate_annotation = args[:knowledge_mum_dcu_product_review_video_candidate_annotation] if args.key?(:knowledge_mum_dcu_product_review_video_candidate_annotation)
|
64199
|
+
@knowledge_mum_dcu_profanity_annotation = args[:knowledge_mum_dcu_profanity_annotation] if args.key?(:knowledge_mum_dcu_profanity_annotation)
|
64200
|
+
@knowledge_mum_dcu_profanity_v2_annotation = args[:knowledge_mum_dcu_profanity_v2_annotation] if args.key?(:knowledge_mum_dcu_profanity_v2_annotation)
|
64201
|
+
@knowledge_mum_dcu_racy_annotation = args[:knowledge_mum_dcu_racy_annotation] if args.key?(:knowledge_mum_dcu_racy_annotation)
|
64202
|
+
@knowledge_mum_dcu_racy_v2_annotation = args[:knowledge_mum_dcu_racy_v2_annotation] if args.key?(:knowledge_mum_dcu_racy_v2_annotation)
|
64203
|
+
@knowledge_mum_dcu_real_life_tips_annotation = args[:knowledge_mum_dcu_real_life_tips_annotation] if args.key?(:knowledge_mum_dcu_real_life_tips_annotation)
|
64204
|
+
@knowledge_mum_dcu_remote_relevance_annotation = args[:knowledge_mum_dcu_remote_relevance_annotation] if args.key?(:knowledge_mum_dcu_remote_relevance_annotation)
|
64205
|
+
@knowledge_mum_dcu_reviews_annotation = args[:knowledge_mum_dcu_reviews_annotation] if args.key?(:knowledge_mum_dcu_reviews_annotation)
|
64206
|
+
@knowledge_mum_dcu_sensational_clickbait_annotation = args[:knowledge_mum_dcu_sensational_clickbait_annotation] if args.key?(:knowledge_mum_dcu_sensational_clickbait_annotation)
|
64207
|
+
@knowledge_mum_dcu_sensational_clickbait_v2_annotation = args[:knowledge_mum_dcu_sensational_clickbait_v2_annotation] if args.key?(:knowledge_mum_dcu_sensational_clickbait_v2_annotation)
|
64208
|
+
@knowledge_mum_dcu_sensational_clickbait_v3_annotation = args[:knowledge_mum_dcu_sensational_clickbait_v3_annotation] if args.key?(:knowledge_mum_dcu_sensational_clickbait_v3_annotation)
|
64209
|
+
@knowledge_mum_dcu_sexual_user_behavior_annotation = args[:knowledge_mum_dcu_sexual_user_behavior_annotation] if args.key?(:knowledge_mum_dcu_sexual_user_behavior_annotation)
|
64210
|
+
@knowledge_mum_dcu_share_ratio_user_behavior_annotation = args[:knowledge_mum_dcu_share_ratio_user_behavior_annotation] if args.key?(:knowledge_mum_dcu_share_ratio_user_behavior_annotation)
|
64211
|
+
@knowledge_mum_dcu_staleness_annotation = args[:knowledge_mum_dcu_staleness_annotation] if args.key?(:knowledge_mum_dcu_staleness_annotation)
|
64212
|
+
@knowledge_mum_dcu_story_annotation = args[:knowledge_mum_dcu_story_annotation] if args.key?(:knowledge_mum_dcu_story_annotation)
|
64213
|
+
@knowledge_mum_dcu_storytelling_video_annotation = args[:knowledge_mum_dcu_storytelling_video_annotation] if args.key?(:knowledge_mum_dcu_storytelling_video_annotation)
|
64214
|
+
@knowledge_mum_dcu_storytelling_video_candidate_annotation = args[:knowledge_mum_dcu_storytelling_video_candidate_annotation] if args.key?(:knowledge_mum_dcu_storytelling_video_candidate_annotation)
|
64215
|
+
@knowledge_mum_dcu_thought_provoking_annotation = args[:knowledge_mum_dcu_thought_provoking_annotation] if args.key?(:knowledge_mum_dcu_thought_provoking_annotation)
|
64216
|
+
@knowledge_mum_dcu_thought_provoking_v2_annotation = args[:knowledge_mum_dcu_thought_provoking_v2_annotation] if args.key?(:knowledge_mum_dcu_thought_provoking_v2_annotation)
|
64217
|
+
@knowledge_mum_dcu_time_sensitive_annotation = args[:knowledge_mum_dcu_time_sensitive_annotation] if args.key?(:knowledge_mum_dcu_time_sensitive_annotation)
|
64218
|
+
@knowledge_mum_dcu_timeless_annotation = args[:knowledge_mum_dcu_timeless_annotation] if args.key?(:knowledge_mum_dcu_timeless_annotation)
|
64219
|
+
@knowledge_mum_dcu_timeless_video_annotation = args[:knowledge_mum_dcu_timeless_video_annotation] if args.key?(:knowledge_mum_dcu_timeless_video_annotation)
|
64220
|
+
@knowledge_mum_dcu_timeless_video_candidate_annotation = args[:knowledge_mum_dcu_timeless_video_candidate_annotation] if args.key?(:knowledge_mum_dcu_timeless_video_candidate_annotation)
|
64221
|
+
@knowledge_mum_dcu_trailer_video_annotation = args[:knowledge_mum_dcu_trailer_video_annotation] if args.key?(:knowledge_mum_dcu_trailer_video_annotation)
|
64222
|
+
@knowledge_mum_dcu_trailer_video_candidate_annotation = args[:knowledge_mum_dcu_trailer_video_candidate_annotation] if args.key?(:knowledge_mum_dcu_trailer_video_candidate_annotation)
|
64223
|
+
@knowledge_mum_dcu_useful_user_behavior_annotation = args[:knowledge_mum_dcu_useful_user_behavior_annotation] if args.key?(:knowledge_mum_dcu_useful_user_behavior_annotation)
|
64224
|
+
@knowledge_mum_dcu_useful_video_annotation = args[:knowledge_mum_dcu_useful_video_annotation] if args.key?(:knowledge_mum_dcu_useful_video_annotation)
|
64225
|
+
@knowledge_mum_dcu_useful_video_candidate_annotation = args[:knowledge_mum_dcu_useful_video_candidate_annotation] if args.key?(:knowledge_mum_dcu_useful_video_candidate_annotation)
|
64226
|
+
@knowledge_mum_dcu_video_flavor_annotation = args[:knowledge_mum_dcu_video_flavor_annotation] if args.key?(:knowledge_mum_dcu_video_flavor_annotation)
|
64227
|
+
@knowledge_mum_dcu_violence_annotation = args[:knowledge_mum_dcu_violence_annotation] if args.key?(:knowledge_mum_dcu_violence_annotation)
|
64228
|
+
@knowledge_mum_dcu_violence_v2_annotation = args[:knowledge_mum_dcu_violence_v2_annotation] if args.key?(:knowledge_mum_dcu_violence_v2_annotation)
|
64229
|
+
@knowledge_mum_dcu_violent_or_disgusting_user_behavior_annotation = args[:knowledge_mum_dcu_violent_or_disgusting_user_behavior_annotation] if args.key?(:knowledge_mum_dcu_violent_or_disgusting_user_behavior_annotation)
|
64230
|
+
@knowledge_mum_dcu_visually_engaging_annotation = args[:knowledge_mum_dcu_visually_engaging_annotation] if args.key?(:knowledge_mum_dcu_visually_engaging_annotation)
|
64231
|
+
@knowledge_mum_dcu_visually_engaging_v2_annotation = args[:knowledge_mum_dcu_visually_engaging_v2_annotation] if args.key?(:knowledge_mum_dcu_visually_engaging_v2_annotation)
|
64232
|
+
@knowledge_mum_dcu_vlog_video_annotation = args[:knowledge_mum_dcu_vlog_video_annotation] if args.key?(:knowledge_mum_dcu_vlog_video_annotation)
|
64233
|
+
@knowledge_mum_dcu_vlog_video_candidate_annotation = args[:knowledge_mum_dcu_vlog_video_candidate_annotation] if args.key?(:knowledge_mum_dcu_vlog_video_candidate_annotation)
|
64234
|
+
@knowledge_mum_dcu_well_written_annotation = args[:knowledge_mum_dcu_well_written_annotation] if args.key?(:knowledge_mum_dcu_well_written_annotation)
|
64235
|
+
@knowledge_mum_dcu_withholding_info_annotation = args[:knowledge_mum_dcu_withholding_info_annotation] if args.key?(:knowledge_mum_dcu_withholding_info_annotation)
|
64236
|
+
@knowledge_mum_dcu_withholding_info_v2_annotation = args[:knowledge_mum_dcu_withholding_info_v2_annotation] if args.key?(:knowledge_mum_dcu_withholding_info_v2_annotation)
|
64237
|
+
@knowledge_mum_dcu_worthy_headline_news_annotation = args[:knowledge_mum_dcu_worthy_headline_news_annotation] if args.key?(:knowledge_mum_dcu_worthy_headline_news_annotation)
|
63228
64238
|
@knowledge_mum_story_teaser_annotation = args[:knowledge_mum_story_teaser_annotation] if args.key?(:knowledge_mum_story_teaser_annotation)
|
63229
64239
|
@knowledge_mum_storytime_stamp_engagement_annotation = args[:knowledge_mum_storytime_stamp_engagement_annotation] if args.key?(:knowledge_mum_storytime_stamp_engagement_annotation)
|
63230
64240
|
@knowledge_mum_storytime_stamp_quality_annotation = args[:knowledge_mum_storytime_stamp_quality_annotation] if args.key?(:knowledge_mum_storytime_stamp_quality_annotation)
|
@@ -63240,9 +64250,11 @@ module Google
|
|
63240
64250
|
@measurement_annotations = args[:measurement_annotations] if args.key?(:measurement_annotations)
|
63241
64251
|
@metaweb_extraction_document_evidence = args[:metaweb_extraction_document_evidence] if args.key?(:metaweb_extraction_document_evidence)
|
63242
64252
|
@modern_format_content = args[:modern_format_content] if args.key?(:modern_format_content)
|
64253
|
+
@multiverse_hub_spokes_signal = args[:multiverse_hub_spokes_signal] if args.key?(:multiverse_hub_spokes_signal)
|
63243
64254
|
@nav_boost_document = args[:nav_boost_document] if args.key?(:nav_boost_document)
|
63244
64255
|
@navboost = args[:navboost] if args.key?(:navboost)
|
63245
64256
|
@news_annotations_content_annotations = args[:news_annotations_content_annotations] if args.key?(:news_annotations_content_annotations)
|
64257
|
+
@news_corpus_differentiated_content_annotation = args[:news_corpus_differentiated_content_annotation] if args.key?(:news_corpus_differentiated_content_annotation)
|
63246
64258
|
@news_corpus_hub_page_annotations = args[:news_corpus_hub_page_annotations] if args.key?(:news_corpus_hub_page_annotations)
|
63247
64259
|
@news_corpus_leaf_page_annotation = args[:news_corpus_leaf_page_annotation] if args.key?(:news_corpus_leaf_page_annotation)
|
63248
64260
|
@news_corpus_news_aggregate_signal = args[:news_corpus_news_aggregate_signal] if args.key?(:news_corpus_news_aggregate_signal)
|
@@ -63323,6 +64335,7 @@ module Google
|
|
63323
64335
|
@quality_chard_document = args[:quality_chard_document] if args.key?(:quality_chard_document)
|
63324
64336
|
@quality_chard_predicted_query_fringe_score = args[:quality_chard_predicted_query_fringe_score] if args.key?(:quality_chard_predicted_query_fringe_score)
|
63325
64337
|
@quality_chard_predicted_xlq = args[:quality_chard_predicted_xlq] if args.key?(:quality_chard_predicted_xlq)
|
64338
|
+
@quality_chard_predicted_xlq_severe_hoax = args[:quality_chard_predicted_xlq_severe_hoax] if args.key?(:quality_chard_predicted_xlq_severe_hoax)
|
63326
64339
|
@quality_contra_selected_attributions = args[:quality_contra_selected_attributions] if args.key?(:quality_contra_selected_attributions)
|
63327
64340
|
@quality_copia_firefly_site_info = args[:quality_copia_firefly_site_info] if args.key?(:quality_copia_firefly_site_info)
|
63328
64341
|
@quality_discover_ugc_scat_scat_embedding_annotation = args[:quality_discover_ugc_scat_scat_embedding_annotation] if args.key?(:quality_discover_ugc_scat_scat_embedding_annotation)
|
@@ -63335,6 +64348,9 @@ module Google
|
|
63335
64348
|
@quality_explore_queryable_feed_hashtag_annotation = args[:quality_explore_queryable_feed_hashtag_annotation] if args.key?(:quality_explore_queryable_feed_hashtag_annotation)
|
63336
64349
|
@quality_explore_queryable_feed_hashtag_list_annotation = args[:quality_explore_queryable_feed_hashtag_list_annotation] if args.key?(:quality_explore_queryable_feed_hashtag_list_annotation)
|
63337
64350
|
@quality_explore_queryable_feed_topic_feed_scoring_signals = args[:quality_explore_queryable_feed_topic_feed_scoring_signals] if args.key?(:quality_explore_queryable_feed_topic_feed_scoring_signals)
|
64351
|
+
@quality_flavors_flavor_set = args[:quality_flavors_flavor_set] if args.key?(:quality_flavors_flavor_set)
|
64352
|
+
@quality_forumranking_ugc_page_quality_document_annotation = args[:quality_forumranking_ugc_page_quality_document_annotation] if args.key?(:quality_forumranking_ugc_page_quality_document_annotation)
|
64353
|
+
@quality_freshness_abacus_instant_nav_boost_document_anon = args[:quality_freshness_abacus_instant_nav_boost_document_anon] if args.key?(:quality_freshness_abacus_instant_nav_boost_document_anon)
|
63338
64354
|
@quality_freshness_abacus_instant_negative_clicks_info = args[:quality_freshness_abacus_instant_negative_clicks_info] if args.key?(:quality_freshness_abacus_instant_negative_clicks_info)
|
63339
64355
|
@quality_fringe_fringe_query_prior = args[:quality_fringe_fringe_query_prior] if args.key?(:quality_fringe_fringe_query_prior)
|
63340
64356
|
@quality_geo_brainloc_goldmine_brainloc_annotation = args[:quality_geo_brainloc_goldmine_brainloc_annotation] if args.key?(:quality_geo_brainloc_goldmine_brainloc_annotation)
|
@@ -63345,6 +64361,9 @@ module Google
|
|
63345
64361
|
@quality_improv_doc_to_queries = args[:quality_improv_doc_to_queries] if args.key?(:quality_improv_doc_to_queries)
|
63346
64362
|
@quality_improv_improv_anchors = args[:quality_improv_improv_anchors] if args.key?(:quality_improv_improv_anchors)
|
63347
64363
|
@quality_lisztomania_document = args[:quality_lisztomania_document] if args.key?(:quality_lisztomania_document)
|
64364
|
+
@quality_modern_proto_ucp_doc_info = args[:quality_modern_proto_ucp_doc_info] if args.key?(:quality_modern_proto_ucp_doc_info)
|
64365
|
+
@quality_modern_proto_ucp_serving_data = args[:quality_modern_proto_ucp_serving_data] if args.key?(:quality_modern_proto_ucp_serving_data)
|
64366
|
+
@quality_natural_pearls_natural_pearls_document_annotation = args[:quality_natural_pearls_natural_pearls_document_annotation] if args.key?(:quality_natural_pearls_natural_pearls_document_annotation)
|
63348
64367
|
@quality_navboost_craps_craps_data = args[:quality_navboost_craps_craps_data] if args.key?(:quality_navboost_craps_craps_data)
|
63349
64368
|
@quality_navboost_craps_craps_pattern_signal = args[:quality_navboost_craps_craps_pattern_signal] if args.key?(:quality_navboost_craps_craps_pattern_signal)
|
63350
64369
|
@quality_negative_clicks_negative_clicks_info = args[:quality_negative_clicks_negative_clicks_info] if args.key?(:quality_negative_clicks_negative_clicks_info)
|
@@ -63366,8 +64385,10 @@ module Google
|
|
63366
64385
|
@quality_panoptic_storytime_scoring_signals = args[:quality_panoptic_storytime_scoring_signals] if args.key?(:quality_panoptic_storytime_scoring_signals)
|
63367
64386
|
@quality_panoptic_voice_ugc_annotation = args[:quality_panoptic_voice_ugc_annotation] if args.key?(:quality_panoptic_voice_ugc_annotation)
|
63368
64387
|
@quality_peoplesearch_namedetector_name_occurrence_annotations = args[:quality_peoplesearch_namedetector_name_occurrence_annotations] if args.key?(:quality_peoplesearch_namedetector_name_occurrence_annotations)
|
64388
|
+
@quality_peoplesearch_namedetector_navboost_name_annotations = args[:quality_peoplesearch_namedetector_navboost_name_annotations] if args.key?(:quality_peoplesearch_namedetector_navboost_name_annotations)
|
63369
64389
|
@quality_popfeeds_chrome_background_annotation = args[:quality_popfeeds_chrome_background_annotation] if args.key?(:quality_popfeeds_chrome_background_annotation)
|
63370
64390
|
@quality_popfeeds_hub_data_annotations = args[:quality_popfeeds_hub_data_annotations] if args.key?(:quality_popfeeds_hub_data_annotations)
|
64391
|
+
@quality_popfeeds_topic_stats_topic_score_annotation = args[:quality_popfeeds_topic_stats_topic_score_annotation] if args.key?(:quality_popfeeds_topic_stats_topic_score_annotation)
|
63371
64392
|
@quality_popfeeds_url_prediction_annotations = args[:quality_popfeeds_url_prediction_annotations] if args.key?(:quality_popfeeds_url_prediction_annotations)
|
63372
64393
|
@quality_popfeeds_url_source_annotations = args[:quality_popfeeds_url_source_annotations] if args.key?(:quality_popfeeds_url_source_annotations)
|
63373
64394
|
@quality_pricedetector_kefir_price_annotations = args[:quality_pricedetector_kefir_price_annotations] if args.key?(:quality_pricedetector_kefir_price_annotations)
|
@@ -63391,6 +64412,7 @@ module Google
|
|
63391
64412
|
@quality_salient_terms_salient_term_set = args[:quality_salient_terms_salient_term_set] if args.key?(:quality_salient_terms_salient_term_set)
|
63392
64413
|
@quality_searchoversite_annotator_structured_results_annotation = args[:quality_searchoversite_annotator_structured_results_annotation] if args.key?(:quality_searchoversite_annotator_structured_results_annotation)
|
63393
64414
|
@quality_sherlock_knex_annotation = args[:quality_sherlock_knex_annotation] if args.key?(:quality_sherlock_knex_annotation)
|
64415
|
+
@quality_shopping_dtc_domains_signal = args[:quality_shopping_dtc_domains_signal] if args.key?(:quality_shopping_dtc_domains_signal)
|
63394
64416
|
@quality_shopping_product_review = args[:quality_shopping_product_review] if args.key?(:quality_shopping_product_review)
|
63395
64417
|
@quality_shopping_product_review_page = args[:quality_shopping_product_review_page] if args.key?(:quality_shopping_product_review_page)
|
63396
64418
|
@quality_shopping_shopping_product_review_annotation = args[:quality_shopping_shopping_product_review_annotation] if args.key?(:quality_shopping_shopping_product_review_annotation)
|
@@ -63449,12 +64471,14 @@ module Google
|
|
63449
64471
|
@repository_protium_webkv_web_kv = args[:repository_protium_webkv_web_kv] if args.key?(:repository_protium_webkv_web_kv)
|
63450
64472
|
@repository_protium_wikia_wikia_info = args[:repository_protium_wikia_wikia_info] if args.key?(:repository_protium_wikia_wikia_info)
|
63451
64473
|
@repository_updater_index_selection_attachment = args[:repository_updater_index_selection_attachment] if args.key?(:repository_updater_index_selection_attachment)
|
64474
|
+
@repository_webref_author_extraction_annotation = args[:repository_webref_author_extraction_annotation] if args.key?(:repository_webref_author_extraction_annotation)
|
63452
64475
|
@repository_webref_entity_join = args[:repository_webref_entity_join] if args.key?(:repository_webref_entity_join)
|
63453
64476
|
@repository_webref_experimental_webref_entities_attachment = args[:repository_webref_experimental_webref_entities_attachment] if args.key?(:repository_webref_experimental_webref_entities_attachment)
|
63454
64477
|
@repository_webref_graph_mention = args[:repository_webref_graph_mention] if args.key?(:repository_webref_graph_mention)
|
63455
64478
|
@repository_webref_juggernaut_indices = args[:repository_webref_juggernaut_indices] if args.key?(:repository_webref_juggernaut_indices)
|
63456
64479
|
@repository_webref_page_classification_anchor_signals_set = args[:repository_webref_page_classification_anchor_signals_set] if args.key?(:repository_webref_page_classification_anchor_signals_set)
|
63457
64480
|
@repository_webref_page_classification_signals_set = args[:repository_webref_page_classification_signals_set] if args.key?(:repository_webref_page_classification_signals_set)
|
64481
|
+
@repository_webref_pianno_document_intent = args[:repository_webref_pianno_document_intent] if args.key?(:repository_webref_pianno_document_intent)
|
63458
64482
|
@repository_webref_pianno_document_intents = args[:repository_webref_pianno_document_intents] if args.key?(:repository_webref_pianno_document_intents)
|
63459
64483
|
@repository_webref_pianno_tv_season_episode = args[:repository_webref_pianno_tv_season_episode] if args.key?(:repository_webref_pianno_tv_season_episode)
|
63460
64484
|
@repository_webref_preprocessing_reference_page_candidate_list = args[:repository_webref_preprocessing_reference_page_candidate_list] if args.key?(:repository_webref_preprocessing_reference_page_candidate_list)
|
@@ -63530,6 +64554,7 @@ module Google
|
|
63530
64554
|
@time_annotations = args[:time_annotations] if args.key?(:time_annotations)
|
63531
64555
|
@time_range_annotations = args[:time_range_annotations] if args.key?(:time_range_annotations)
|
63532
64556
|
@travel_assistant_travel_doc_classification = args[:travel_assistant_travel_doc_classification] if args.key?(:travel_assistant_travel_doc_classification)
|
64557
|
+
@trawler_effective_robots_content = args[:trawler_effective_robots_content] if args.key?(:trawler_effective_robots_content)
|
63533
64558
|
@ucp_signal = args[:ucp_signal] if args.key?(:ucp_signal)
|
63534
64559
|
@udr_converter_document_shopping_data = args[:udr_converter_document_shopping_data] if args.key?(:udr_converter_document_shopping_data)
|
63535
64560
|
@udr_converter_offer = args[:udr_converter_offer] if args.key?(:udr_converter_offer)
|
@@ -63551,6 +64576,7 @@ module Google
|
|
63551
64576
|
@video_crawl_watch_page_pattern_classification = args[:video_crawl_watch_page_pattern_classification] if args.key?(:video_crawl_watch_page_pattern_classification)
|
63552
64577
|
@video_crawl_youtube_embed_signal = args[:video_crawl_youtube_embed_signal] if args.key?(:video_crawl_youtube_embed_signal)
|
63553
64578
|
@video_scoring_signal = args[:video_scoring_signal] if args.key?(:video_scoring_signal)
|
64579
|
+
@video_shopping_video_shopping_annotation = args[:video_shopping_video_shopping_annotation] if args.key?(:video_shopping_video_shopping_annotation)
|
63554
64580
|
@video_web_gallery = args[:video_web_gallery] if args.key?(:video_web_gallery)
|
63555
64581
|
@video_youtube_live_cardio_cardio_stats = args[:video_youtube_live_cardio_cardio_stats] if args.key?(:video_youtube_live_cardio_cardio_stats)
|
63556
64582
|
@volt = args[:volt] if args.key?(:volt)
|
@@ -67229,7 +68255,7 @@ module Google
|
|
67229
68255
|
attr_accessor :name
|
67230
68256
|
|
67231
68257
|
# A message representing the signals associated with an argument. NEXT ID TO USE:
|
67232
|
-
#
|
68258
|
+
# 67 For //depot/google3/logs/proto/knowledge/interpretation/intent_query.proto
|
67233
68259
|
# in the "ThenChange", fields under Argument.signals in the serving proto are
|
67234
68260
|
# stored directly under Argument on the logging side. For example, see http://
|
67235
68261
|
# google3/nlp/semantic_parsing/data_management/logs/web_logs/
|
@@ -67734,7 +68760,7 @@ module Google
|
|
67734
68760
|
end
|
67735
68761
|
|
67736
68762
|
# A message representing the signals associated with an argument. NEXT ID TO USE:
|
67737
|
-
#
|
68763
|
+
# 67 For //depot/google3/logs/proto/knowledge/interpretation/intent_query.proto
|
67738
68764
|
# in the "ThenChange", fields under Argument.signals in the serving proto are
|
67739
68765
|
# stored directly under Argument on the logging side. For example, see http://
|
67740
68766
|
# google3/nlp/semantic_parsing/data_management/logs/web_logs/
|
@@ -67814,6 +68840,11 @@ module Google
|
|
67814
68840
|
# @return [Array<String>]
|
67815
68841
|
attr_accessor :deprecated_supporting_mid
|
67816
68842
|
|
68843
|
+
# Signals about the entity card entity.
|
68844
|
+
# Corresponds to the JSON property `entityCardSignals`
|
68845
|
+
# @return [Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQueryEntityCardSignals]
|
68846
|
+
attr_accessor :entity_card_signals
|
68847
|
+
|
67817
68848
|
# Signals about what other entities this entity implies / is implied by. This is
|
67818
68849
|
# useful for grounding. Example: b/138388207: suppressing song intents if the
|
67819
68850
|
# artist entity doesn't link to the song title. This value specifies the order
|
@@ -68176,6 +69207,7 @@ module Google
|
|
68176
69207
|
@copley_source_type_list = args[:copley_source_type_list] if args.key?(:copley_source_type_list)
|
68177
69208
|
@deprecated_freebase_type = args[:deprecated_freebase_type] if args.key?(:deprecated_freebase_type)
|
68178
69209
|
@deprecated_supporting_mid = args[:deprecated_supporting_mid] if args.key?(:deprecated_supporting_mid)
|
69210
|
+
@entity_card_signals = args[:entity_card_signals] if args.key?(:entity_card_signals)
|
68179
69211
|
@entity_number = args[:entity_number] if args.key?(:entity_number)
|
68180
69212
|
@entity_relationship = args[:entity_relationship] if args.key?(:entity_relationship)
|
68181
69213
|
@expression_status = args[:expression_status] if args.key?(:expression_status)
|
@@ -68744,6 +69776,27 @@ module Google
|
|
68744
69776
|
end
|
68745
69777
|
end
|
68746
69778
|
|
69779
|
+
# Signals about the entity card entity.
|
69780
|
+
class KnowledgeAnswersIntentQueryEntityCardSignals
|
69781
|
+
include Google::Apis::Core::Hashable
|
69782
|
+
|
69783
|
+
# Selected collection for the main entity card fulfillment. It is the first
|
69784
|
+
# enabled collection for the entity with the highest confidence score for the
|
69785
|
+
# query based on qref signals.
|
69786
|
+
# Corresponds to the JSON property `parentCollectionId`
|
69787
|
+
# @return [String]
|
69788
|
+
attr_accessor :parent_collection_id
|
69789
|
+
|
69790
|
+
def initialize(**args)
|
69791
|
+
update!(**args)
|
69792
|
+
end
|
69793
|
+
|
69794
|
+
# Update properties of this object
|
69795
|
+
def update!(**args)
|
69796
|
+
@parent_collection_id = args[:parent_collection_id] if args.key?(:parent_collection_id)
|
69797
|
+
end
|
69798
|
+
end
|
69799
|
+
|
68747
69800
|
# Signals associated with FreetextAnnotator annotations. Empty. The signal being
|
68748
69801
|
# present is enough for the conformance checking library to be able to check.
|
68749
69802
|
class KnowledgeAnswersIntentQueryFreetextAnnotationSignals
|
@@ -69067,7 +70120,7 @@ module Google
|
|
69067
70120
|
|
69068
70121
|
# Signals to be used by the Prefulfillment Ranker. Derived from the
|
69069
70122
|
# ParsingSignals and GroundingSignals carried by the FunctionCall. LINT.IfChange
|
69070
|
-
# Next ID:
|
70123
|
+
# Next ID: 80
|
69071
70124
|
# Corresponds to the JSON property `prefulfillmentSignals`
|
69072
70125
|
# @return [Google::Apis::ContentwarehouseV1::AssistantPrefulfillmentRankerPrefulfillmentSignals]
|
69073
70126
|
attr_accessor :prefulfillment_signals
|
@@ -90332,7 +91385,7 @@ module Google
|
|
90332
91385
|
# Mustang and TeraGoogle. For TeraGoogle, this message is included in perdocdata
|
90333
91386
|
# which means it can be used in preliminary scoring. CAREFUL: For TeraGoogle,
|
90334
91387
|
# this data resides in very limited serving memory (Flash storage) for a huge
|
90335
|
-
# number of documents. Next id:
|
91388
|
+
# number of documents. Next id: 44
|
90336
91389
|
# Corresponds to the JSON property `compressedQualitySignals`
|
90337
91390
|
# @return [Google::Apis::ContentwarehouseV1::CompressedQualitySignals]
|
90338
91391
|
attr_accessor :compressed_quality_signals
|
@@ -90445,7 +91498,7 @@ module Google
|
|
90445
91498
|
|
90446
91499
|
# PerDocData for fringe-query-prior (built into the shards for eventual
|
90447
91500
|
# consumption at Fringe classification time). Not stored in DocJoins. NEXT ID:
|
90448
|
-
#
|
91501
|
+
# 17
|
90449
91502
|
# Corresponds to the JSON property `fringeQueryPrior`
|
90450
91503
|
# @return [Google::Apis::ContentwarehouseV1::QualityFringeFringeQueryPriorPerDocData]
|
90451
91504
|
attr_accessor :fringe_query_prior
|
@@ -90690,7 +91743,7 @@ module Google
|
|
90690
91743
|
attr_accessor :rosetta_languages
|
90691
91744
|
|
90692
91745
|
# This structure holds data for application information for rich snippets Next
|
90693
|
-
# ID:
|
91746
|
+
# ID: 54
|
90694
91747
|
# Corresponds to the JSON property `rsApplication`
|
90695
91748
|
# @return [Google::Apis::ContentwarehouseV1::RepositoryAnnotationsRdfaRdfaRichSnippetsApplication]
|
90696
91749
|
attr_accessor :rs_application
|
@@ -91534,6 +92587,12 @@ module Google
|
|
91534
92587
|
class PhotosHdrMetadata
|
91535
92588
|
include Google::Apis::Core::Hashable
|
91536
92589
|
|
92590
|
+
# Information about the base image. If there is a gain map, this refers to the
|
92591
|
+
# primary image; otherwise, it just refers to the single HDR image.
|
92592
|
+
# Corresponds to the JSON property `baseFormat`
|
92593
|
+
# @return [Google::Apis::ContentwarehouseV1::PhotosHdrMetadataBaseFormat]
|
92594
|
+
attr_accessor :base_format
|
92595
|
+
|
91537
92596
|
# Details about gainmap-based HDR formats (e.g. go/ghdr). Notably, images can
|
91538
92597
|
# adhere to multiple gainmap specifications concurrently.
|
91539
92598
|
# Corresponds to the JSON property `gainmap`
|
@@ -91546,10 +92605,32 @@ module Google
|
|
91546
92605
|
|
91547
92606
|
# Update properties of this object
|
91548
92607
|
def update!(**args)
|
92608
|
+
@base_format = args[:base_format] if args.key?(:base_format)
|
91549
92609
|
@gainmap = args[:gainmap] if args.key?(:gainmap)
|
91550
92610
|
end
|
91551
92611
|
end
|
91552
92612
|
|
92613
|
+
# Information about the base image. If there is a gain map, this refers to the
|
92614
|
+
# primary image; otherwise, it just refers to the single HDR image.
|
92615
|
+
class PhotosHdrMetadataBaseFormat
|
92616
|
+
include Google::Apis::Core::Hashable
|
92617
|
+
|
92618
|
+
# Indicates that the base image uses an HDR color space. Assume HDR if and only
|
92619
|
+
# if this is set.
|
92620
|
+
# Corresponds to the JSON property `hdrColorSpace`
|
92621
|
+
# @return [String]
|
92622
|
+
attr_accessor :hdr_color_space
|
92623
|
+
|
92624
|
+
def initialize(**args)
|
92625
|
+
update!(**args)
|
92626
|
+
end
|
92627
|
+
|
92628
|
+
# Update properties of this object
|
92629
|
+
def update!(**args)
|
92630
|
+
@hdr_color_space = args[:hdr_color_space] if args.key?(:hdr_color_space)
|
92631
|
+
end
|
92632
|
+
end
|
92633
|
+
|
91553
92634
|
# Details about gainmap-based HDR formats (e.g. go/ghdr). Notably, images can
|
91554
92635
|
# adhere to multiple gainmap specifications concurrently.
|
91555
92636
|
class PhotosHdrMetadataGainmap
|
@@ -96667,7 +97748,7 @@ module Google
|
|
96667
97748
|
|
96668
97749
|
# PerDocData for fringe-query-prior (built into the shards for eventual
|
96669
97750
|
# consumption at Fringe classification time). Not stored in DocJoins. NEXT ID:
|
96670
|
-
#
|
97751
|
+
# 17
|
96671
97752
|
class QualityFringeFringeQueryPriorPerDocData
|
96672
97753
|
include Google::Apis::Core::Hashable
|
96673
97754
|
|
@@ -96759,6 +97840,13 @@ module Google
|
|
96759
97840
|
# @return [Fixnum]
|
96760
97841
|
attr_accessor :encoded_pseudorater_pxlq_score
|
96761
97842
|
|
97843
|
+
# Whether the page is a politics page according to petacats on a government
|
97844
|
+
# domain according to KG. Used to override pXLQ in Q* delta-pxlq.
|
97845
|
+
# Corresponds to the JSON property `politicsPageGovSite`
|
97846
|
+
# @return [Boolean]
|
97847
|
+
attr_accessor :politics_page_gov_site
|
97848
|
+
alias_method :politics_page_gov_site?, :politics_page_gov_site
|
97849
|
+
|
96762
97850
|
# Indices on the repository_webref::WebrefEntities::entity field of entities
|
96763
97851
|
# that represent a person or a group of people (aka sensitive entities). Will be
|
96764
97852
|
# deprecated once sensitive_entities_mids is fully launched (see b/290268614).
|
@@ -96792,6 +97880,7 @@ module Google
|
|
96792
97880
|
@encoded_predicted_xlq_score_and_confidence = args[:encoded_predicted_xlq_score_and_confidence] if args.key?(:encoded_predicted_xlq_score_and_confidence)
|
96793
97881
|
@encoded_proximity_score = args[:encoded_proximity_score] if args.key?(:encoded_proximity_score)
|
96794
97882
|
@encoded_pseudorater_pxlq_score = args[:encoded_pseudorater_pxlq_score] if args.key?(:encoded_pseudorater_pxlq_score)
|
97883
|
+
@politics_page_gov_site = args[:politics_page_gov_site] if args.key?(:politics_page_gov_site)
|
96795
97884
|
@sensitive_entities_indices = args[:sensitive_entities_indices] if args.key?(:sensitive_entities_indices)
|
96796
97885
|
@sensitive_entities_mids = args[:sensitive_entities_mids] if args.key?(:sensitive_entities_mids)
|
96797
97886
|
end
|
@@ -98000,11 +99089,6 @@ module Google
|
|
98000
99089
|
# Estimate of site's PQ rating stddev--spread of the page-level PQ ratings of a
|
98001
99090
|
# site. Note this is different from nsr_variance which predicts error of NSR
|
98002
99091
|
# itself from the aggregated site-level rating.
|
98003
|
-
# Corresponds to the JSON property `siteQualityStddev`
|
98004
|
-
# @return [Float]
|
98005
|
-
attr_accessor :site_quality_stddev
|
98006
|
-
|
98007
|
-
#
|
98008
99092
|
# Corresponds to the JSON property `siteQualityStddevs`
|
98009
99093
|
# @return [Array<Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal>]
|
98010
99094
|
attr_accessor :site_quality_stddevs
|
@@ -98119,7 +99203,6 @@ module Google
|
|
98119
99203
|
@site_link_in = args[:site_link_in] if args.key?(:site_link_in)
|
98120
99204
|
@site_link_out = args[:site_link_out] if args.key?(:site_link_out)
|
98121
99205
|
@site_pr = args[:site_pr] if args.key?(:site_pr)
|
98122
|
-
@site_quality_stddev = args[:site_quality_stddev] if args.key?(:site_quality_stddev)
|
98123
99206
|
@site_quality_stddevs = args[:site_quality_stddevs] if args.key?(:site_quality_stddevs)
|
98124
99207
|
@small_personal_site = args[:small_personal_site] if args.key?(:small_personal_site)
|
98125
99208
|
@spambrain_lavc_score = args[:spambrain_lavc_score] if args.key?(:spambrain_lavc_score)
|
@@ -98411,11 +99494,6 @@ module Google
|
|
98411
99494
|
# @return [Float]
|
98412
99495
|
attr_accessor :tofu
|
98413
99496
|
|
98414
|
-
# The delta score of the URL-level quality predictor.
|
98415
|
-
# Corresponds to the JSON property `unversionedRhubarb`
|
98416
|
-
# @return [Float]
|
98417
|
-
attr_accessor :unversioned_rhubarb
|
98418
|
-
|
98419
99497
|
#
|
98420
99498
|
# Corresponds to the JSON property `urlAutopilotScore`
|
98421
99499
|
# @return [Float]
|
@@ -98448,7 +99526,6 @@ module Google
|
|
98448
99526
|
@rhubarb = args[:rhubarb] if args.key?(:rhubarb)
|
98449
99527
|
@subchunk_data = args[:subchunk_data] if args.key?(:subchunk_data)
|
98450
99528
|
@tofu = args[:tofu] if args.key?(:tofu)
|
98451
|
-
@unversioned_rhubarb = args[:unversioned_rhubarb] if args.key?(:unversioned_rhubarb)
|
98452
99529
|
@url_autopilot_score = args[:url_autopilot_score] if args.key?(:url_autopilot_score)
|
98453
99530
|
@vlq = args[:vlq] if args.key?(:vlq)
|
98454
99531
|
end
|
@@ -101771,7 +102848,7 @@ module Google
|
|
101771
102848
|
|
101772
102849
|
# The following message contains info of sub image docs, it is populated in
|
101773
102850
|
# query_state and consumed in web image boost twiddler: (go/
|
101774
|
-
# WebImageBoostTwiddler). NextID:
|
102851
|
+
# WebImageBoostTwiddler). NextID: 31
|
101775
102852
|
# Corresponds to the JSON property `salientImage`
|
101776
102853
|
# @return [Google::Apis::ContentwarehouseV1::WwwResultInfoSubImageDocInfo]
|
101777
102854
|
attr_accessor :salient_image
|
@@ -103264,7 +104341,7 @@ module Google
|
|
103264
104341
|
end
|
103265
104342
|
|
103266
104343
|
# This structure holds data for application information for rich snippets Next
|
103267
|
-
# ID:
|
104344
|
+
# ID: 54
|
103268
104345
|
class RepositoryAnnotationsRdfaRdfaRichSnippetsApplication
|
103269
104346
|
include Google::Apis::Core::Hashable
|
103270
104347
|
|
@@ -103362,6 +104439,12 @@ module Google
|
|
103362
104439
|
attr_accessor :in_app_purchase
|
103363
104440
|
alias_method :in_app_purchase?, :in_app_purchase
|
103364
104441
|
|
104442
|
+
# Whether this is a game and avaible on Battlestar (go/battlestar).
|
104443
|
+
# Corresponds to the JSON property `isBattlestarTitle`
|
104444
|
+
# @return [Boolean]
|
104445
|
+
attr_accessor :is_battlestar_title
|
104446
|
+
alias_method :is_battlestar_title?, :is_battlestar_title
|
104447
|
+
|
103365
104448
|
# Indicates if the localized data comes from default locale. This is needed
|
103366
104449
|
# because the default localized data does not specify its locale. If this is
|
103367
104450
|
# true, lang_locale may not be the correct locale and should be ignored.
|
@@ -103567,6 +104650,7 @@ module Google
|
|
103567
104650
|
@icon_url_thumbnail = args[:icon_url_thumbnail] if args.key?(:icon_url_thumbnail)
|
103568
104651
|
@image_data = args[:image_data] if args.key?(:image_data)
|
103569
104652
|
@in_app_purchase = args[:in_app_purchase] if args.key?(:in_app_purchase)
|
104653
|
+
@is_battlestar_title = args[:is_battlestar_title] if args.key?(:is_battlestar_title)
|
103570
104654
|
@is_default_lang_locale = args[:is_default_lang_locale] if args.key?(:is_default_lang_locale)
|
103571
104655
|
@lang_locale = args[:lang_locale] if args.key?(:lang_locale)
|
103572
104656
|
@last_updated = args[:last_updated] if args.key?(:last_updated)
|
@@ -109564,12 +110648,6 @@ module Google
|
|
109564
110648
|
# @return [Float]
|
109565
110649
|
attr_accessor :idf
|
109566
110650
|
|
109567
|
-
# Probability that the n-gram is a plural form of a word. This information is
|
109568
|
-
# extracted from SAFT annotations of queries. See HasPluralProperty().
|
109569
|
-
# Corresponds to the JSON property `pluralProb`
|
109570
|
-
# @return [Float]
|
109571
|
-
attr_accessor :plural_prob
|
109572
|
-
|
109573
110651
|
def initialize(**args)
|
109574
110652
|
update!(**args)
|
109575
110653
|
end
|
@@ -109577,7 +110655,6 @@ module Google
|
|
109577
110655
|
# Update properties of this object
|
109578
110656
|
def update!(**args)
|
109579
110657
|
@idf = args[:idf] if args.key?(:idf)
|
109580
|
-
@plural_prob = args[:plural_prob] if args.key?(:plural_prob)
|
109581
110658
|
end
|
109582
110659
|
end
|
109583
110660
|
|
@@ -116971,7 +118048,7 @@ module Google
|
|
116971
118048
|
# Indicates if the page is violating mobile ads density interstitial policy and
|
116972
118049
|
# the violation strength. See go/interstitials-for-ads and http://ariane/268642
|
116973
118050
|
# for details. To save indexing space, we convert the double values in [0.0, 1.0]
|
116974
|
-
# to
|
118051
|
+
# to integers in range [0, 1000] by using floor(value * 1000).
|
116975
118052
|
# Corresponds to the JSON property `adsDensityInterstitialViolationStrength`
|
116976
118053
|
# @return [Fixnum]
|
116977
118054
|
attr_accessor :ads_density_interstitial_violation_strength
|
@@ -118462,7 +119539,8 @@ module Google
|
|
118462
119539
|
# should be treated as an opaque blob to avoid a dependency on a specific
|
118463
119540
|
# storage backend. This version of ImageReference is visible outside of SGBE. Do
|
118464
119541
|
# not add fields that should not be exposed outside of Profile Service and Image
|
118465
|
-
# Service.
|
119542
|
+
# Service. See the SGBE-internal version here: http://google3/social/graph/image/
|
119543
|
+
# proto/image_reference.proto
|
118466
119544
|
class SocialGraphApiProtoImageReference
|
118467
119545
|
include Google::Apis::Core::Hashable
|
118468
119546
|
|
@@ -125617,10 +126695,9 @@ module Google
|
|
125617
126695
|
class VideoAssetsVenomVideoId
|
125618
126696
|
include Google::Apis::Core::Hashable
|
125619
126697
|
|
125620
|
-
# REQUIRED. IDs have some constraints: -
|
125621
|
-
#
|
125622
|
-
#
|
125623
|
-
# eventually be lifted.
|
126698
|
+
# REQUIRED. IDs have some constraints: - must be parseable as a youtube ID (
|
126699
|
+
# basically a base64-encoded string which maps to a 64-bit integer, see google3/
|
126700
|
+
# video/tools/video_id.h):
|
125624
126701
|
# Corresponds to the JSON property `id`
|
125625
126702
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
125626
126703
|
# @return [String]
|
@@ -134895,9 +135972,66 @@ module Google
|
|
134895
135972
|
end
|
134896
135973
|
end
|
134897
135974
|
|
135975
|
+
# Minimal copy of ImageAestheticsAdjusterInfo (http://google3/quality/scoring/
|
135976
|
+
# proto/image-data.proto;l=966;rcl=618955078) for use by web twiddlers. NextID:
|
135977
|
+
# 8
|
135978
|
+
class WwwResultInfoMinimalAestheticsAdjusterInfo
|
135979
|
+
include Google::Apis::Core::Hashable
|
135980
|
+
|
135981
|
+
# final boost = *(all boosts)
|
135982
|
+
# Corresponds to the JSON property `boost`
|
135983
|
+
# @return [Float]
|
135984
|
+
attr_accessor :boost
|
135985
|
+
|
135986
|
+
#
|
135987
|
+
# Corresponds to the JSON property `deepTagCollageBoost`
|
135988
|
+
# @return [Float]
|
135989
|
+
attr_accessor :deep_tag_collage_boost
|
135990
|
+
|
135991
|
+
#
|
135992
|
+
# Corresponds to the JSON property `deepTagCollageScore`
|
135993
|
+
# @return [Float]
|
135994
|
+
attr_accessor :deep_tag_collage_score
|
135995
|
+
|
135996
|
+
#
|
135997
|
+
# Corresponds to the JSON property `eqBoost`
|
135998
|
+
# @return [Float]
|
135999
|
+
attr_accessor :eq_boost
|
136000
|
+
|
136001
|
+
#
|
136002
|
+
# Corresponds to the JSON property `eqExpansionOrganicBoost`
|
136003
|
+
# @return [Float]
|
136004
|
+
attr_accessor :eq_expansion_organic_boost
|
136005
|
+
|
136006
|
+
#
|
136007
|
+
# Corresponds to the JSON property `eqExpansionStar`
|
136008
|
+
# @return [Float]
|
136009
|
+
attr_accessor :eq_expansion_star
|
136010
|
+
|
136011
|
+
#
|
136012
|
+
# Corresponds to the JSON property `tqBoost`
|
136013
|
+
# @return [Float]
|
136014
|
+
attr_accessor :tq_boost
|
136015
|
+
|
136016
|
+
def initialize(**args)
|
136017
|
+
update!(**args)
|
136018
|
+
end
|
136019
|
+
|
136020
|
+
# Update properties of this object
|
136021
|
+
def update!(**args)
|
136022
|
+
@boost = args[:boost] if args.key?(:boost)
|
136023
|
+
@deep_tag_collage_boost = args[:deep_tag_collage_boost] if args.key?(:deep_tag_collage_boost)
|
136024
|
+
@deep_tag_collage_score = args[:deep_tag_collage_score] if args.key?(:deep_tag_collage_score)
|
136025
|
+
@eq_boost = args[:eq_boost] if args.key?(:eq_boost)
|
136026
|
+
@eq_expansion_organic_boost = args[:eq_expansion_organic_boost] if args.key?(:eq_expansion_organic_boost)
|
136027
|
+
@eq_expansion_star = args[:eq_expansion_star] if args.key?(:eq_expansion_star)
|
136028
|
+
@tq_boost = args[:tq_boost] if args.key?(:tq_boost)
|
136029
|
+
end
|
136030
|
+
end
|
136031
|
+
|
134898
136032
|
# The following message contains info of sub image docs, it is populated in
|
134899
136033
|
# query_state and consumed in web image boost twiddler: (go/
|
134900
|
-
# WebImageBoostTwiddler). NextID:
|
136034
|
+
# WebImageBoostTwiddler). NextID: 31
|
134901
136035
|
class WwwResultInfoSubImageDocInfo
|
134902
136036
|
include Google::Apis::Core::Hashable
|
134903
136037
|
|
@@ -134906,6 +136040,13 @@ module Google
|
|
134906
136040
|
# @return [Array<Fixnum>]
|
134907
136041
|
attr_accessor :additional_safesearch_signals
|
134908
136042
|
|
136043
|
+
# Minimal copy of ImageAestheticsAdjusterInfo (http://google3/quality/scoring/
|
136044
|
+
# proto/image-data.proto;l=966;rcl=618955078) for use by web twiddlers. NextID:
|
136045
|
+
# 8
|
136046
|
+
# Corresponds to the JSON property `aestheticsAdjusterInfo`
|
136047
|
+
# @return [Google::Apis::ContentwarehouseV1::WwwResultInfoMinimalAestheticsAdjusterInfo]
|
136048
|
+
attr_accessor :aesthetics_adjuster_info
|
136049
|
+
|
134909
136050
|
# The best thumbnail type is either 300K or 50K.
|
134910
136051
|
# Corresponds to the JSON property `bestThumbnailType`
|
134911
136052
|
# @return [String]
|
@@ -134980,6 +136121,11 @@ module Google
|
|
134980
136121
|
# @return [String]
|
134981
136122
|
attr_accessor :image_url
|
134982
136123
|
|
136124
|
+
#
|
136125
|
+
# Corresponds to the JSON property `ocrTokensCount`
|
136126
|
+
# @return [Fixnum]
|
136127
|
+
attr_accessor :ocr_tokens_count
|
136128
|
+
|
134983
136129
|
#
|
134984
136130
|
# Corresponds to the JSON property `pamirNormalizedScore`
|
134985
136131
|
# @return [Float]
|
@@ -135047,6 +136193,7 @@ module Google
|
|
135047
136193
|
# Update properties of this object
|
135048
136194
|
def update!(**args)
|
135049
136195
|
@additional_safesearch_signals = args[:additional_safesearch_signals] if args.key?(:additional_safesearch_signals)
|
136196
|
+
@aesthetics_adjuster_info = args[:aesthetics_adjuster_info] if args.key?(:aesthetics_adjuster_info)
|
135050
136197
|
@best_thumbnail_type = args[:best_thumbnail_type] if args.key?(:best_thumbnail_type)
|
135051
136198
|
@crops = args[:crops] if args.key?(:crops)
|
135052
136199
|
@deep_crop_bytes = args[:deep_crop_bytes] if args.key?(:deep_crop_bytes)
|
@@ -135061,6 +136208,7 @@ module Google
|
|
135061
136208
|
@height50k = args[:height50k] if args.key?(:height50k)
|
135062
136209
|
@human_model_score = args[:human_model_score] if args.key?(:human_model_score)
|
135063
136210
|
@image_url = args[:image_url] if args.key?(:image_url)
|
136211
|
+
@ocr_tokens_count = args[:ocr_tokens_count] if args.key?(:ocr_tokens_count)
|
135064
136212
|
@pamir_normalized_score = args[:pamir_normalized_score] if args.key?(:pamir_normalized_score)
|
135065
136213
|
@porn_signals = args[:porn_signals] if args.key?(:porn_signals)
|
135066
136214
|
@safe_for_universal = args[:safe_for_universal] if args.key?(:safe_for_universal)
|