google-apis-contentwarehouse_v1 0.18.0 → 0.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/contentwarehouse_v1/classes.rb +3598 -416
- data/lib/google/apis/contentwarehouse_v1/gem_version.rb +2 -2
- data/lib/google/apis/contentwarehouse_v1/representations.rb +1075 -3
- data/lib/google/apis/contentwarehouse_v1/service.rb +31 -0
- metadata +3 -3
@@ -18509,8 +18509,9 @@ module Google
|
|
18509
18509
|
|
18510
18510
|
# Whether the client supports mutation of any alarm attribute such as
|
18511
18511
|
# time_pattern, recurrence_pattern, etc through the MUTATE action. If this is
|
18512
|
-
# false, MUTATE may only be used
|
18513
|
-
#
|
18512
|
+
# false, MUTATE may only be used to disable or dismiss an alarm. This field is
|
18513
|
+
# true by default for backwards-compatibility; clients which don't support
|
18514
|
+
# mutation outside of Disable/DismissAlarm should explicitly set this to false.
|
18514
18515
|
# Corresponds to the JSON property `supportsGenericMutations`
|
18515
18516
|
# @return [Boolean]
|
18516
18517
|
attr_accessor :supports_generic_mutations
|
@@ -18868,6 +18869,19 @@ module Google
|
|
18868
18869
|
end
|
18869
18870
|
end
|
18870
18871
|
|
18872
|
+
#
|
18873
|
+
class AssistantDevicesPlatformProtoExecutionWaitCapability
|
18874
|
+
include Google::Apis::Core::Hashable
|
18875
|
+
|
18876
|
+
def initialize(**args)
|
18877
|
+
update!(**args)
|
18878
|
+
end
|
18879
|
+
|
18880
|
+
# Update properties of this object
|
18881
|
+
def update!(**args)
|
18882
|
+
end
|
18883
|
+
end
|
18884
|
+
|
18871
18885
|
#
|
18872
18886
|
class AssistantDevicesPlatformProtoInlinedActionCapability
|
18873
18887
|
include Google::Apis::Core::Hashable
|
@@ -18894,7 +18908,7 @@ module Google
|
|
18894
18908
|
|
18895
18909
|
# This message will specify supports for fields in |assistant.embedded.v1.
|
18896
18910
|
# DeviceOp|, for a device model package. See go/easi-client-op2 for more info.
|
18897
|
-
# Next ID:
|
18911
|
+
# Next ID: 17
|
18898
18912
|
# Corresponds to the JSON property `supportedDeviceOps`
|
18899
18913
|
# @return [Google::Apis::ContentwarehouseV1::AssistantDevicesPlatformProtoSupportedDeviceOps]
|
18900
18914
|
attr_accessor :supported_device_ops
|
@@ -19377,7 +19391,7 @@ module Google
|
|
19377
19391
|
|
19378
19392
|
# This message will specify supports for fields in |assistant.embedded.v1.
|
19379
19393
|
# DeviceOp|, for a device model package. See go/easi-client-op2 for more info.
|
19380
|
-
# Next ID:
|
19394
|
+
# Next ID: 17
|
19381
19395
|
class AssistantDevicesPlatformProtoSupportedDeviceOps
|
19382
19396
|
include Google::Apis::Core::Hashable
|
19383
19397
|
|
@@ -19416,6 +19430,12 @@ module Google
|
|
19416
19430
|
# @return [Google::Apis::ContentwarehouseV1::AssistantDevicesPlatformProtoDeviceTakePhotoCapability]
|
19417
19431
|
attr_accessor :device_take_photo
|
19418
19432
|
|
19433
|
+
# |execution_wait| specifies the support for execution.WAIT client_op, and the
|
19434
|
+
# corresponding execution_wait field in assistant.embedded.v1.DeviceOp.
|
19435
|
+
# Corresponds to the JSON property `executionWait`
|
19436
|
+
# @return [Google::Apis::ContentwarehouseV1::AssistantDevicesPlatformProtoExecutionWaitCapability]
|
19437
|
+
attr_accessor :execution_wait
|
19438
|
+
|
19419
19439
|
#
|
19420
19440
|
# Corresponds to the JSON property `mediaNext`
|
19421
19441
|
# @return [Google::Apis::ContentwarehouseV1::AssistantDevicesPlatformProtoMediaNextCapability]
|
@@ -19481,6 +19501,7 @@ module Google
|
|
19481
19501
|
@core_dismiss_assistant = args[:core_dismiss_assistant] if args.key?(:core_dismiss_assistant)
|
19482
19502
|
@device_modify_setting = args[:device_modify_setting] if args.key?(:device_modify_setting)
|
19483
19503
|
@device_take_photo = args[:device_take_photo] if args.key?(:device_take_photo)
|
19504
|
+
@execution_wait = args[:execution_wait] if args.key?(:execution_wait)
|
19484
19505
|
@media_next = args[:media_next] if args.key?(:media_next)
|
19485
19506
|
@media_pause = args[:media_pause] if args.key?(:media_pause)
|
19486
19507
|
@media_play_media = args[:media_play_media] if args.key?(:media_play_media)
|
@@ -20543,7 +20564,7 @@ module Google
|
|
20543
20564
|
# @return [Array<Google::Apis::ContentwarehouseV1::AssistantLogsDeviceInfoLog>]
|
20544
20565
|
attr_accessor :devices_after_promoters
|
20545
20566
|
|
20546
|
-
# The information related to the device.
|
20567
|
+
# The information related to the device. Next ID: 18
|
20547
20568
|
# Corresponds to the JSON property `finalTargetDevice`
|
20548
20569
|
# @return [Google::Apis::ContentwarehouseV1::AssistantLogsDeviceInfoLog]
|
20549
20570
|
attr_accessor :final_target_device
|
@@ -20992,12 +21013,12 @@ module Google
|
|
20992
21013
|
class AssistantLogsDefaultDeviceLog
|
20993
21014
|
include Google::Apis::Core::Hashable
|
20994
21015
|
|
20995
|
-
# The information related to the device.
|
21016
|
+
# The information related to the device. Next ID: 18
|
20996
21017
|
# Corresponds to the JSON property `defaultSpeaker`
|
20997
21018
|
# @return [Google::Apis::ContentwarehouseV1::AssistantLogsDeviceInfoLog]
|
20998
21019
|
attr_accessor :default_speaker
|
20999
21020
|
|
21000
|
-
# The information related to the device.
|
21021
|
+
# The information related to the device. Next ID: 18
|
21001
21022
|
# Corresponds to the JSON property `defaultTv`
|
21002
21023
|
# @return [Google::Apis::ContentwarehouseV1::AssistantLogsDeviceInfoLog]
|
21003
21024
|
attr_accessor :default_tv
|
@@ -21075,7 +21096,7 @@ module Google
|
|
21075
21096
|
end
|
21076
21097
|
end
|
21077
21098
|
|
21078
|
-
# The information related to the device.
|
21099
|
+
# The information related to the device. Next ID: 18
|
21079
21100
|
class AssistantLogsDeviceInfoLog
|
21080
21101
|
include Google::Apis::Core::Hashable
|
21081
21102
|
|
@@ -21128,6 +21149,11 @@ module Google
|
|
21128
21149
|
# @return [String]
|
21129
21150
|
attr_accessor :eliminating_lumos_processor
|
21130
21151
|
|
21152
|
+
# The home structure id of the device.
|
21153
|
+
# Corresponds to the JSON property `homeStructureId`
|
21154
|
+
# @return [String]
|
21155
|
+
attr_accessor :home_structure_id
|
21156
|
+
|
21131
21157
|
#
|
21132
21158
|
# Corresponds to the JSON property `isRemote`
|
21133
21159
|
# @return [Boolean]
|
@@ -21183,6 +21209,7 @@ module Google
|
|
21183
21209
|
@device_model_id = args[:device_model_id] if args.key?(:device_model_id)
|
21184
21210
|
@distance = args[:distance] if args.key?(:distance)
|
21185
21211
|
@eliminating_lumos_processor = args[:eliminating_lumos_processor] if args.key?(:eliminating_lumos_processor)
|
21212
|
+
@home_structure_id = args[:home_structure_id] if args.key?(:home_structure_id)
|
21186
21213
|
@is_remote = args[:is_remote] if args.key?(:is_remote)
|
21187
21214
|
@is_tethered = args[:is_tethered] if args.key?(:is_tethered)
|
21188
21215
|
@media_capabilities = args[:media_capabilities] if args.key?(:media_capabilities)
|
@@ -21300,7 +21327,7 @@ module Google
|
|
21300
21327
|
# @return [Array<Google::Apis::ContentwarehouseV1::AssistantLogsInputErrorLog>]
|
21301
21328
|
attr_accessor :input_error_log
|
21302
21329
|
|
21303
|
-
# The information related to the device.
|
21330
|
+
# The information related to the device. Next ID: 18
|
21304
21331
|
# Corresponds to the JSON property `localDevice`
|
21305
21332
|
# @return [Google::Apis::ContentwarehouseV1::AssistantLogsDeviceInfoLog]
|
21306
21333
|
attr_accessor :local_device
|
@@ -21425,7 +21452,7 @@ module Google
|
|
21425
21452
|
# @return [Google::Apis::ContentwarehouseV1::AssistantLogsAmbiguousTargetDeviceLog]
|
21426
21453
|
attr_accessor :qualified_devices
|
21427
21454
|
|
21428
|
-
# The information related to the device.
|
21455
|
+
# The information related to the device. Next ID: 18
|
21429
21456
|
# Corresponds to the JSON property `singleTargetDevice`
|
21430
21457
|
# @return [Google::Apis::ContentwarehouseV1::AssistantLogsDeviceInfoLog]
|
21431
21458
|
attr_accessor :single_target_device
|
@@ -21508,12 +21535,12 @@ module Google
|
|
21508
21535
|
class AssistantLogsLowConfidenceTargetDeviceLog
|
21509
21536
|
include Google::Apis::Core::Hashable
|
21510
21537
|
|
21511
|
-
# The information related to the device.
|
21538
|
+
# The information related to the device. Next ID: 18
|
21512
21539
|
# Corresponds to the JSON property `fallbackDeviceLog`
|
21513
21540
|
# @return [Google::Apis::ContentwarehouseV1::AssistantLogsDeviceInfoLog]
|
21514
21541
|
attr_accessor :fallback_device_log
|
21515
21542
|
|
21516
|
-
# The information related to the device.
|
21543
|
+
# The information related to the device. Next ID: 18
|
21517
21544
|
# Corresponds to the JSON property `lowConfTargetDeviceLog`
|
21518
21545
|
# @return [Google::Apis::ContentwarehouseV1::AssistantLogsDeviceInfoLog]
|
21519
21546
|
attr_accessor :low_conf_target_device_log
|
@@ -21635,7 +21662,7 @@ module Google
|
|
21635
21662
|
attr_accessor :dialog_triggered
|
21636
21663
|
alias_method :dialog_triggered?, :dialog_triggered
|
21637
21664
|
|
21638
|
-
# The information related to the device.
|
21665
|
+
# The information related to the device. Next ID: 18
|
21639
21666
|
# Corresponds to the JSON property `focusDevice`
|
21640
21667
|
# @return [Google::Apis::ContentwarehouseV1::AssistantLogsDeviceInfoLog]
|
21641
21668
|
attr_accessor :focus_device
|
@@ -21768,7 +21795,7 @@ module Google
|
|
21768
21795
|
# @return [Fixnum]
|
21769
21796
|
attr_accessor :eliminated_by_unregistered_device
|
21770
21797
|
|
21771
|
-
# The information related to the device.
|
21798
|
+
# The information related to the device. Next ID: 18
|
21772
21799
|
# Corresponds to the JSON property `localDevice`
|
21773
21800
|
# @return [Google::Apis::ContentwarehouseV1::AssistantLogsDeviceInfoLog]
|
21774
21801
|
attr_accessor :local_device
|
@@ -23085,7 +23112,7 @@ module Google
|
|
23085
23112
|
# @return [Google::Apis::ContentwarehouseV1::AssistantVerticalsHomeautomationProtoDeviceTargetingOutputQueryInfo]
|
23086
23113
|
attr_accessor :dto_query_info
|
23087
23114
|
|
23088
|
-
# Next ID:
|
23115
|
+
# Next ID: 44
|
23089
23116
|
# Corresponds to the JSON property `homeautomationMetadata`
|
23090
23117
|
# @return [Google::Apis::ContentwarehouseV1::AssistantVerticalsHomeautomationProtoHomeAutomationMetaData]
|
23091
23118
|
attr_accessor :homeautomation_metadata
|
@@ -23132,7 +23159,7 @@ module Google
|
|
23132
23159
|
class AssistantVerticalsHomeautomationProtoHomeAutomationDeviceItem
|
23133
23160
|
include Google::Apis::Core::Hashable
|
23134
23161
|
|
23135
|
-
# Next ID:
|
23162
|
+
# Next ID: 44
|
23136
23163
|
# Corresponds to the JSON property `homeautomationMetadata`
|
23137
23164
|
# @return [Google::Apis::ContentwarehouseV1::AssistantVerticalsHomeautomationProtoHomeAutomationMetaData]
|
23138
23165
|
attr_accessor :homeautomation_metadata
|
@@ -23165,7 +23192,7 @@ module Google
|
|
23165
23192
|
end
|
23166
23193
|
end
|
23167
23194
|
|
23168
|
-
# Next ID:
|
23195
|
+
# Next ID: 44
|
23169
23196
|
class AssistantVerticalsHomeautomationProtoHomeAutomationMetaData
|
23170
23197
|
include Google::Apis::Core::Hashable
|
23171
23198
|
|
@@ -23240,6 +23267,11 @@ module Google
|
|
23240
23267
|
attr_accessor :lanscan_opted_in
|
23241
23268
|
alias_method :lanscan_opted_in?, :lanscan_opted_in
|
23242
23269
|
|
23270
|
+
# Matter unique Id. These values are provided by the device.
|
23271
|
+
# Corresponds to the JSON property `matterUniqueId`
|
23272
|
+
# @return [Google::Apis::ContentwarehouseV1::AssistantVerticalsHomeautomationProtoMatterUniqueId]
|
23273
|
+
attr_accessor :matter_unique_id
|
23274
|
+
|
23243
23275
|
# Model name from HomeGraph, populated from model_manifest.model_name. See b/
|
23244
23276
|
# 200087451.
|
23245
23277
|
# Corresponds to the JSON property `modelName`
|
@@ -23489,6 +23521,7 @@ module Google
|
|
23489
23521
|
@group_ids = args[:group_ids] if args.key?(:group_ids)
|
23490
23522
|
@hash_value = args[:hash_value] if args.key?(:hash_value)
|
23491
23523
|
@lanscan_opted_in = args[:lanscan_opted_in] if args.key?(:lanscan_opted_in)
|
23524
|
+
@matter_unique_id = args[:matter_unique_id] if args.key?(:matter_unique_id)
|
23492
23525
|
@model_name = args[:model_name] if args.key?(:model_name)
|
23493
23526
|
@notification_enabled_by_user = args[:notification_enabled_by_user] if args.key?(:notification_enabled_by_user)
|
23494
23527
|
@notification_supported_by_agent = args[:notification_supported_by_agent] if args.key?(:notification_supported_by_agent)
|
@@ -23542,6 +23575,37 @@ module Google
|
|
23542
23575
|
end
|
23543
23576
|
end
|
23544
23577
|
|
23578
|
+
# Matter unique Id. These values are provided by the device.
|
23579
|
+
class AssistantVerticalsHomeautomationProtoMatterUniqueId
|
23580
|
+
include Google::Apis::Core::Hashable
|
23581
|
+
|
23582
|
+
#
|
23583
|
+
# Corresponds to the JSON property `productId`
|
23584
|
+
# @return [Fixnum]
|
23585
|
+
attr_accessor :product_id
|
23586
|
+
|
23587
|
+
#
|
23588
|
+
# Corresponds to the JSON property `uniqueId`
|
23589
|
+
# @return [String]
|
23590
|
+
attr_accessor :unique_id
|
23591
|
+
|
23592
|
+
#
|
23593
|
+
# Corresponds to the JSON property `vendorId`
|
23594
|
+
# @return [Fixnum]
|
23595
|
+
attr_accessor :vendor_id
|
23596
|
+
|
23597
|
+
def initialize(**args)
|
23598
|
+
update!(**args)
|
23599
|
+
end
|
23600
|
+
|
23601
|
+
# Update properties of this object
|
23602
|
+
def update!(**args)
|
23603
|
+
@product_id = args[:product_id] if args.key?(:product_id)
|
23604
|
+
@unique_id = args[:unique_id] if args.key?(:unique_id)
|
23605
|
+
@vendor_id = args[:vendor_id] if args.key?(:vendor_id)
|
23606
|
+
end
|
23607
|
+
end
|
23608
|
+
|
23545
23609
|
#
|
23546
23610
|
class AssistantVerticalsHomeautomationProtoPhysicalLocation
|
23547
23611
|
include Google::Apis::Core::Hashable
|
@@ -25692,6 +25756,7 @@ module Google
|
|
25692
25756
|
# handle newly introduced data without modifying their code. Please also see the
|
25693
25757
|
# comment of FieldProjector above. There are also some fields in DataInfo that
|
25694
25758
|
# annotate who generates the data, the Index Signals or Goldmine annotator name.
|
25759
|
+
# Next ID: 536
|
25695
25760
|
# Corresponds to the JSON property `dataVersion`
|
25696
25761
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersion]
|
25697
25762
|
attr_accessor :data_version
|
@@ -25813,7 +25878,7 @@ module Google
|
|
25813
25878
|
# MustangContentInfo` for protocols used during search and/or docinfo. Next
|
25814
25879
|
# available tag deprecated, use this (and look for commented out fields): blaze-
|
25815
25880
|
# bin/net/proto_compiler/protocol-compiler --freetags \ indexer/perdocdata/
|
25816
|
-
# perdocdata.proto Next tag:
|
25881
|
+
# perdocdata.proto Next tag: 223
|
25817
25882
|
# Corresponds to the JSON property `perDocData`
|
25818
25883
|
# @return [Google::Apis::ContentwarehouseV1::PerDocData]
|
25819
25884
|
attr_accessor :per_doc_data
|
@@ -25834,7 +25899,7 @@ module Google
|
|
25834
25899
|
# PToken expresses policy-relevant properties of the data objects being
|
25835
25900
|
# processed and stored in Google's production systems. See go/ptoken to learn
|
25836
25901
|
# more. PTokens are intentionally opaque: go/ptokens-are-opaque. The following
|
25837
|
-
# should be considered implementation details. Next ID:
|
25902
|
+
# should be considered implementation details. Next ID: 9 INTERNAL: If both the
|
25838
25903
|
# Scalar and the Compound extensions are populated, we use the Compound and
|
25839
25904
|
# discard the Scalar. In principle, this should never happen.
|
25840
25905
|
# Corresponds to the JSON property `ptoken`
|
@@ -26177,7 +26242,7 @@ module Google
|
|
26177
26242
|
# MustangContentInfo` for protocols used during search and/or docinfo. Next
|
26178
26243
|
# available tag deprecated, use this (and look for commented out fields): blaze-
|
26179
26244
|
# bin/net/proto_compiler/protocol-compiler --freetags \ indexer/perdocdata/
|
26180
|
-
# perdocdata.proto Next tag:
|
26245
|
+
# perdocdata.proto Next tag: 223
|
26181
26246
|
# Corresponds to the JSON property `perDocData`
|
26182
26247
|
# @return [Google::Apis::ContentwarehouseV1::PerDocData]
|
26183
26248
|
attr_accessor :per_doc_data
|
@@ -34133,7 +34198,7 @@ module Google
|
|
34133
34198
|
end
|
34134
34199
|
end
|
34135
34200
|
|
34136
|
-
# Provenance information for sub-fields of this feature.
|
34201
|
+
# Provenance information for sub-fields of this feature - go/subfield-provenance.
|
34137
34202
|
class GeostoreFeatureFieldMetadataProto
|
34138
34203
|
include Google::Apis::Core::Hashable
|
34139
34204
|
|
@@ -34426,7 +34491,7 @@ module Google
|
|
34426
34491
|
# @return [Google::Apis::ContentwarehouseV1::GeostoreFeatureReplacementInfoProto]
|
34427
34492
|
attr_accessor :feature_replacement_info
|
34428
34493
|
|
34429
|
-
# Provenance information for sub-fields of this feature.
|
34494
|
+
# Provenance information for sub-fields of this feature - go/subfield-provenance.
|
34430
34495
|
# Corresponds to the JSON property `fieldMetadata`
|
34431
34496
|
# @return [Google::Apis::ContentwarehouseV1::GeostoreFeatureFieldMetadataProto]
|
34432
34497
|
attr_accessor :field_metadata
|
@@ -46656,6 +46721,56 @@ module Google
|
|
46656
46721
|
end
|
46657
46722
|
end
|
46658
46723
|
|
46724
|
+
# Status of a project, including the project state, dbType, aclMode and etc.
|
46725
|
+
class GoogleCloudContentwarehouseV1ProjectStatus
|
46726
|
+
include Google::Apis::Core::Hashable
|
46727
|
+
|
46728
|
+
# Access control mode.
|
46729
|
+
# Corresponds to the JSON property `accessControlMode`
|
46730
|
+
# @return [String]
|
46731
|
+
attr_accessor :access_control_mode
|
46732
|
+
|
46733
|
+
# Database type.
|
46734
|
+
# Corresponds to the JSON property `databaseType`
|
46735
|
+
# @return [String]
|
46736
|
+
attr_accessor :database_type
|
46737
|
+
|
46738
|
+
# The default role for the person who create a document.
|
46739
|
+
# Corresponds to the JSON property `documentCreatorDefaultRole`
|
46740
|
+
# @return [String]
|
46741
|
+
attr_accessor :document_creator_default_role
|
46742
|
+
|
46743
|
+
# The location of the queried project.
|
46744
|
+
# Corresponds to the JSON property `location`
|
46745
|
+
# @return [String]
|
46746
|
+
attr_accessor :location
|
46747
|
+
|
46748
|
+
# If the qa is enabled on this project.
|
46749
|
+
# Corresponds to the JSON property `qaEnabled`
|
46750
|
+
# @return [Boolean]
|
46751
|
+
attr_accessor :qa_enabled
|
46752
|
+
alias_method :qa_enabled?, :qa_enabled
|
46753
|
+
|
46754
|
+
# State of the project.
|
46755
|
+
# Corresponds to the JSON property `state`
|
46756
|
+
# @return [String]
|
46757
|
+
attr_accessor :state
|
46758
|
+
|
46759
|
+
def initialize(**args)
|
46760
|
+
update!(**args)
|
46761
|
+
end
|
46762
|
+
|
46763
|
+
# Update properties of this object
|
46764
|
+
def update!(**args)
|
46765
|
+
@access_control_mode = args[:access_control_mode] if args.key?(:access_control_mode)
|
46766
|
+
@database_type = args[:database_type] if args.key?(:database_type)
|
46767
|
+
@document_creator_default_role = args[:document_creator_default_role] if args.key?(:document_creator_default_role)
|
46768
|
+
@location = args[:location] if args.key?(:location)
|
46769
|
+
@qa_enabled = args[:qa_enabled] if args.key?(:qa_enabled)
|
46770
|
+
@state = args[:state] if args.key?(:state)
|
46771
|
+
end
|
46772
|
+
end
|
46773
|
+
|
46659
46774
|
# Property of a document.
|
46660
46775
|
class GoogleCloudContentwarehouseV1Property
|
46661
46776
|
include Google::Apis::Core::Hashable
|
@@ -59562,520 +59677,3076 @@ module Google
|
|
59562
59677
|
attr_accessor :min_host_home_page_local_outdegree
|
59563
59678
|
|
59564
59679
|
#
|
59565
|
-
# Corresponds to the JSON property `nonLocalAnchorCount`
|
59566
|
-
# @return [Fixnum]
|
59567
|
-
attr_accessor :non_local_anchor_count
|
59680
|
+
# Corresponds to the JSON property `nonLocalAnchorCount`
|
59681
|
+
# @return [Fixnum]
|
59682
|
+
attr_accessor :non_local_anchor_count
|
59683
|
+
|
59684
|
+
#
|
59685
|
+
# Corresponds to the JSON property `offdomainAnchorCount`
|
59686
|
+
# @return [Fixnum]
|
59687
|
+
attr_accessor :offdomain_anchor_count
|
59688
|
+
|
59689
|
+
#
|
59690
|
+
# Corresponds to the JSON property `ondomainAnchorCount`
|
59691
|
+
# @return [Fixnum]
|
59692
|
+
attr_accessor :ondomain_anchor_count
|
59693
|
+
|
59694
|
+
#
|
59695
|
+
# Corresponds to the JSON property `onsiteAnchorCount`
|
59696
|
+
# @return [Fixnum]
|
59697
|
+
attr_accessor :onsite_anchor_count
|
59698
|
+
|
59699
|
+
# Set in SignalPenalizer::FillInAnchorStatistics.
|
59700
|
+
# Corresponds to the JSON property `pageFromExpiredTaggedAnchors`
|
59701
|
+
# @return [Fixnum]
|
59702
|
+
attr_accessor :page_from_expired_tagged_anchors
|
59703
|
+
|
59704
|
+
#
|
59705
|
+
# Corresponds to the JSON property `pageMismatchTaggedAnchors`
|
59706
|
+
# @return [Fixnum]
|
59707
|
+
attr_accessor :page_mismatch_tagged_anchors
|
59708
|
+
|
59709
|
+
# Doc is protected by goodness of early anchors.
|
59710
|
+
# Corresponds to the JSON property `penguinEarlyAnchorProtected`
|
59711
|
+
# @return [Boolean]
|
59712
|
+
attr_accessor :penguin_early_anchor_protected
|
59713
|
+
alias_method :penguin_early_anchor_protected?, :penguin_early_anchor_protected
|
59714
|
+
|
59715
|
+
# BEGIN: Penguin related fields. Timestamp when penguin scores were last updated.
|
59716
|
+
# Measured in days since Jan. 1st 1995.
|
59717
|
+
# Corresponds to the JSON property `penguinLastUpdate`
|
59718
|
+
# @return [Fixnum]
|
59719
|
+
attr_accessor :penguin_last_update
|
59720
|
+
|
59721
|
+
# Page-level penguin penalty (0 = good, 1 = bad).
|
59722
|
+
# Corresponds to the JSON property `penguinPenalty`
|
59723
|
+
# @return [Float]
|
59724
|
+
attr_accessor :penguin_penalty
|
59725
|
+
|
59726
|
+
# Doc not scored because it has too many anchor sources. END: Penguin related
|
59727
|
+
# fields.
|
59728
|
+
# Corresponds to the JSON property `penguinTooManySources`
|
59729
|
+
# @return [Boolean]
|
59730
|
+
attr_accessor :penguin_too_many_sources
|
59731
|
+
alias_method :penguin_too_many_sources?, :penguin_too_many_sources
|
59732
|
+
|
59733
|
+
#
|
59734
|
+
# Corresponds to the JSON property `perdupstats`
|
59735
|
+
# @return [Array<Google::Apis::ContentwarehouseV1::IndexingDocjoinerAnchorStatisticsPerDupStats>]
|
59736
|
+
attr_accessor :perdupstats
|
59737
|
+
|
59738
|
+
# Following signals identify spike of spammy anchor phrases. Anchors created
|
59739
|
+
# during the spike are tagged with LINK_SPAM_PHRASE_SPIKE.
|
59740
|
+
# Corresponds to the JSON property `phraseAnchorSpamInfo`
|
59741
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerAnchorPhraseSpamInfo]
|
59742
|
+
attr_accessor :phrase_anchor_spam_info
|
59743
|
+
|
59744
|
+
# Total anchor dropped due to exceed per domain phrase cap. Equals to sum of
|
59745
|
+
# anchors_dropped in the repeated group RedundantAnchorInfoForPhraseCap, but can
|
59746
|
+
# go higher if the latter reaches the cap of kMaxDomainsToKeepForPhraseCap (
|
59747
|
+
# indexing/docjoiner/anchors/anchor-loader.h), currently 1000.
|
59748
|
+
# Corresponds to the JSON property `redundantAnchorForPhraseCapCount`
|
59749
|
+
# @return [Fixnum]
|
59750
|
+
attr_accessor :redundant_anchor_for_phrase_cap_count
|
59751
|
+
|
59752
|
+
#
|
59753
|
+
# Corresponds to the JSON property `redundantanchorinfo`
|
59754
|
+
# @return [Array<Google::Apis::ContentwarehouseV1::IndexingDocjoinerAnchorStatisticsRedundantAnchorInfo>]
|
59755
|
+
attr_accessor :redundantanchorinfo
|
59756
|
+
|
59757
|
+
#
|
59758
|
+
# Corresponds to the JSON property `redundantanchorinfoforphrasecap`
|
59759
|
+
# @return [Array<Google::Apis::ContentwarehouseV1::IndexingDocjoinerAnchorStatisticsRedundantAnchorInfoForPhraseCap>]
|
59760
|
+
attr_accessor :redundantanchorinfoforphrasecap
|
59761
|
+
|
59762
|
+
# The total number of anchors being scanned from storage.
|
59763
|
+
# Corresponds to the JSON property `scannedAnchorCount`
|
59764
|
+
# @return [Fixnum]
|
59765
|
+
attr_accessor :scanned_anchor_count
|
59766
|
+
|
59767
|
+
# A count of the number of times anchor accumulation has been skipped for this
|
59768
|
+
# document. Note: Only used when canonical.
|
59769
|
+
# Corresponds to the JSON property `skippedAccumulate`
|
59770
|
+
# @return [Fixnum]
|
59771
|
+
attr_accessor :skipped_accumulate
|
59772
|
+
|
59773
|
+
# Reason to skip accumulate, when skipped, or Reason for reprocessing when not
|
59774
|
+
# skipped.
|
59775
|
+
# Corresponds to the JSON property `skippedOrReusedReason`
|
59776
|
+
# @return [String]
|
59777
|
+
attr_accessor :skipped_or_reused_reason
|
59778
|
+
|
59779
|
+
# The log base 10 odds that this set of anchors exhibits spammy behavior.
|
59780
|
+
# Computed in the AnchorLocalizer.
|
59781
|
+
# Corresponds to the JSON property `spamLog10Odds`
|
59782
|
+
# @return [Float]
|
59783
|
+
attr_accessor :spam_log10_odds
|
59784
|
+
|
59785
|
+
# Walltime of when anchors were accumulated last.
|
59786
|
+
# Corresponds to the JSON property `timestamp`
|
59787
|
+
# @return [Fixnum]
|
59788
|
+
attr_accessor :timestamp
|
59789
|
+
|
59790
|
+
#
|
59791
|
+
# Corresponds to the JSON property `topPrOffdomainAnchorCount`
|
59792
|
+
# @return [Fixnum]
|
59793
|
+
attr_accessor :top_pr_offdomain_anchor_count
|
59794
|
+
|
59795
|
+
#
|
59796
|
+
# Corresponds to the JSON property `topPrOndomainAnchorCount`
|
59797
|
+
# @return [Fixnum]
|
59798
|
+
attr_accessor :top_pr_ondomain_anchor_count
|
59799
|
+
|
59800
|
+
# According to anchor quality bucket, anchor with pagrank > 51000 is the best
|
59801
|
+
# anchor. anchors with pagerank < 47000 are all same.
|
59802
|
+
# Corresponds to the JSON property `topPrOnsiteAnchorCount`
|
59803
|
+
# @return [Fixnum]
|
59804
|
+
attr_accessor :top_pr_onsite_anchor_count
|
59805
|
+
|
59806
|
+
# The following should be equal to the size of the following repeated group,
|
59807
|
+
# except that it can go higher than 10,000.
|
59808
|
+
# Corresponds to the JSON property `totalDomainPhrasePairsAboveLimit`
|
59809
|
+
# @return [Fixnum]
|
59810
|
+
attr_accessor :total_domain_phrase_pairs_above_limit
|
59811
|
+
|
59812
|
+
# Number of domain/phrase pairs in total -- i.e. how many anchors we would have
|
59813
|
+
# if the domain/phrase cutoff was set to 1 instead of 200. This is "approx" for
|
59814
|
+
# large anchor clusters because there can be double counting when the LRU cache
|
59815
|
+
# forgets about rare domain/phrase pairs.
|
59816
|
+
# Corresponds to the JSON property `totalDomainPhrasePairsSeenApprox`
|
59817
|
+
# @return [Fixnum]
|
59818
|
+
attr_accessor :total_domain_phrase_pairs_seen_approx
|
59819
|
+
|
59820
|
+
# Number of domains above per domain phrase cap. We see too many phrases in the
|
59821
|
+
# domains.
|
59822
|
+
# Corresponds to the JSON property `totalDomainsAbovePhraseCap`
|
59823
|
+
# @return [Fixnum]
|
59824
|
+
attr_accessor :total_domains_above_phrase_cap
|
59825
|
+
|
59826
|
+
# Number of domains seen in total.
|
59827
|
+
# Corresponds to the JSON property `totalDomainsSeen`
|
59828
|
+
# @return [Fixnum]
|
59829
|
+
attr_accessor :total_domains_seen
|
59830
|
+
|
59831
|
+
def initialize(**args)
|
59832
|
+
update!(**args)
|
59833
|
+
end
|
59834
|
+
|
59835
|
+
# Update properties of this object
|
59836
|
+
def update!(**args)
|
59837
|
+
@anchor_count = args[:anchor_count] if args.key?(:anchor_count)
|
59838
|
+
@anchor_phrase_count = args[:anchor_phrase_count] if args.key?(:anchor_phrase_count)
|
59839
|
+
@anchor_spam_info = args[:anchor_spam_info] if args.key?(:anchor_spam_info)
|
59840
|
+
@anchors_with_deduped_improvanchors = args[:anchors_with_deduped_improvanchors] if args.key?(:anchors_with_deduped_improvanchors)
|
59841
|
+
@badbacklinks_penalized = args[:badbacklinks_penalized] if args.key?(:badbacklinks_penalized)
|
59842
|
+
@base_anchor_count = args[:base_anchor_count] if args.key?(:base_anchor_count)
|
59843
|
+
@base_offdomain_anchor_count = args[:base_offdomain_anchor_count] if args.key?(:base_offdomain_anchor_count)
|
59844
|
+
@dropped_homepage_anchor_count = args[:dropped_homepage_anchor_count] if args.key?(:dropped_homepage_anchor_count)
|
59845
|
+
@dropped_local_anchor_count = args[:dropped_local_anchor_count] if args.key?(:dropped_local_anchor_count)
|
59846
|
+
@dropped_non_local_anchor_count = args[:dropped_non_local_anchor_count] if args.key?(:dropped_non_local_anchor_count)
|
59847
|
+
@dropped_redundant_anchor_count = args[:dropped_redundant_anchor_count] if args.key?(:dropped_redundant_anchor_count)
|
59848
|
+
@fake_anchor_count = args[:fake_anchor_count] if args.key?(:fake_anchor_count)
|
59849
|
+
@forwarded_anchor_count = args[:forwarded_anchor_count] if args.key?(:forwarded_anchor_count)
|
59850
|
+
@forwarded_offdomain_anchor_count = args[:forwarded_offdomain_anchor_count] if args.key?(:forwarded_offdomain_anchor_count)
|
59851
|
+
@global_anchor_delta = args[:global_anchor_delta] if args.key?(:global_anchor_delta)
|
59852
|
+
@link_before_sitechange_tagged_anchors = args[:link_before_sitechange_tagged_anchors] if args.key?(:link_before_sitechange_tagged_anchors)
|
59853
|
+
@local_anchor_count = args[:local_anchor_count] if args.key?(:local_anchor_count)
|
59854
|
+
@low_corpus_anchor_count = args[:low_corpus_anchor_count] if args.key?(:low_corpus_anchor_count)
|
59855
|
+
@low_corpus_offdomain_anchor_count = args[:low_corpus_offdomain_anchor_count] if args.key?(:low_corpus_offdomain_anchor_count)
|
59856
|
+
@medium_corpus_anchor_count = args[:medium_corpus_anchor_count] if args.key?(:medium_corpus_anchor_count)
|
59857
|
+
@medium_corpus_offdomain_anchor_count = args[:medium_corpus_offdomain_anchor_count] if args.key?(:medium_corpus_offdomain_anchor_count)
|
59858
|
+
@min_domain_home_page_local_outdegree = args[:min_domain_home_page_local_outdegree] if args.key?(:min_domain_home_page_local_outdegree)
|
59859
|
+
@min_host_home_page_local_outdegree = args[:min_host_home_page_local_outdegree] if args.key?(:min_host_home_page_local_outdegree)
|
59860
|
+
@non_local_anchor_count = args[:non_local_anchor_count] if args.key?(:non_local_anchor_count)
|
59861
|
+
@offdomain_anchor_count = args[:offdomain_anchor_count] if args.key?(:offdomain_anchor_count)
|
59862
|
+
@ondomain_anchor_count = args[:ondomain_anchor_count] if args.key?(:ondomain_anchor_count)
|
59863
|
+
@onsite_anchor_count = args[:onsite_anchor_count] if args.key?(:onsite_anchor_count)
|
59864
|
+
@page_from_expired_tagged_anchors = args[:page_from_expired_tagged_anchors] if args.key?(:page_from_expired_tagged_anchors)
|
59865
|
+
@page_mismatch_tagged_anchors = args[:page_mismatch_tagged_anchors] if args.key?(:page_mismatch_tagged_anchors)
|
59866
|
+
@penguin_early_anchor_protected = args[:penguin_early_anchor_protected] if args.key?(:penguin_early_anchor_protected)
|
59867
|
+
@penguin_last_update = args[:penguin_last_update] if args.key?(:penguin_last_update)
|
59868
|
+
@penguin_penalty = args[:penguin_penalty] if args.key?(:penguin_penalty)
|
59869
|
+
@penguin_too_many_sources = args[:penguin_too_many_sources] if args.key?(:penguin_too_many_sources)
|
59870
|
+
@perdupstats = args[:perdupstats] if args.key?(:perdupstats)
|
59871
|
+
@phrase_anchor_spam_info = args[:phrase_anchor_spam_info] if args.key?(:phrase_anchor_spam_info)
|
59872
|
+
@redundant_anchor_for_phrase_cap_count = args[:redundant_anchor_for_phrase_cap_count] if args.key?(:redundant_anchor_for_phrase_cap_count)
|
59873
|
+
@redundantanchorinfo = args[:redundantanchorinfo] if args.key?(:redundantanchorinfo)
|
59874
|
+
@redundantanchorinfoforphrasecap = args[:redundantanchorinfoforphrasecap] if args.key?(:redundantanchorinfoforphrasecap)
|
59875
|
+
@scanned_anchor_count = args[:scanned_anchor_count] if args.key?(:scanned_anchor_count)
|
59876
|
+
@skipped_accumulate = args[:skipped_accumulate] if args.key?(:skipped_accumulate)
|
59877
|
+
@skipped_or_reused_reason = args[:skipped_or_reused_reason] if args.key?(:skipped_or_reused_reason)
|
59878
|
+
@spam_log10_odds = args[:spam_log10_odds] if args.key?(:spam_log10_odds)
|
59879
|
+
@timestamp = args[:timestamp] if args.key?(:timestamp)
|
59880
|
+
@top_pr_offdomain_anchor_count = args[:top_pr_offdomain_anchor_count] if args.key?(:top_pr_offdomain_anchor_count)
|
59881
|
+
@top_pr_ondomain_anchor_count = args[:top_pr_ondomain_anchor_count] if args.key?(:top_pr_ondomain_anchor_count)
|
59882
|
+
@top_pr_onsite_anchor_count = args[:top_pr_onsite_anchor_count] if args.key?(:top_pr_onsite_anchor_count)
|
59883
|
+
@total_domain_phrase_pairs_above_limit = args[:total_domain_phrase_pairs_above_limit] if args.key?(:total_domain_phrase_pairs_above_limit)
|
59884
|
+
@total_domain_phrase_pairs_seen_approx = args[:total_domain_phrase_pairs_seen_approx] if args.key?(:total_domain_phrase_pairs_seen_approx)
|
59885
|
+
@total_domains_above_phrase_cap = args[:total_domains_above_phrase_cap] if args.key?(:total_domains_above_phrase_cap)
|
59886
|
+
@total_domains_seen = args[:total_domains_seen] if args.key?(:total_domains_seen)
|
59887
|
+
end
|
59888
|
+
end
|
59889
|
+
|
59890
|
+
# ------------------------------------------------------------------------- The
|
59891
|
+
# total number of anchors collected per dupforwarding (including the canonical
|
59892
|
+
# itself). Includes additional data about redundant and offdomain counts and the
|
59893
|
+
# last timestamp it was collected from.
|
59894
|
+
class IndexingDocjoinerAnchorStatisticsPerDupStats
|
59895
|
+
include Google::Apis::Core::Hashable
|
59896
|
+
|
59897
|
+
# Count of anchors kept from forwarding.
|
59898
|
+
# Corresponds to the JSON property `anchorCount`
|
59899
|
+
# @return [Fixnum]
|
59900
|
+
attr_accessor :anchor_count
|
59901
|
+
|
59902
|
+
# This is EcnCollectType in anchor-ecn-matcher.h for the latest ECN of this dup:
|
59903
|
+
# - kCollectNormal = 0, // Normal collection. - kCollectUnforwarded = 1, //
|
59904
|
+
# Forwarding leader docid match only. - kCollectWhitelisted = 2, // Collected
|
59905
|
+
# anchors matching whitelist. - kCollectNone = 4 // Skipped ECN anchor cluster.
|
59906
|
+
# Corresponds to the JSON property `collectType`
|
59907
|
+
# @return [Fixnum]
|
59908
|
+
attr_accessor :collect_type
|
59909
|
+
|
59910
|
+
# If missing, the same as the canonical.
|
59911
|
+
# Corresponds to the JSON property `dupUrl`
|
59912
|
+
# @return [String]
|
59913
|
+
attr_accessor :dup_url
|
59914
|
+
|
59915
|
+
# Count of offdomain anchors.
|
59916
|
+
# Corresponds to the JSON property `offdomainAnchorCount`
|
59917
|
+
# @return [Fixnum]
|
59918
|
+
attr_accessor :offdomain_anchor_count
|
59919
|
+
|
59920
|
+
# Count of redundant anchors.
|
59921
|
+
# Corresponds to the JSON property `redundantAnchorCount`
|
59922
|
+
# @return [Fixnum]
|
59923
|
+
attr_accessor :redundant_anchor_count
|
59924
|
+
|
59925
|
+
# The number of anchors being scanned from storage per dupforwarding.
|
59926
|
+
# Corresponds to the JSON property `scannedAnchorCount`
|
59927
|
+
# @return [Fixnum]
|
59928
|
+
attr_accessor :scanned_anchor_count
|
59929
|
+
|
59930
|
+
# Walltime when this was scanned last.
|
59931
|
+
# Corresponds to the JSON property `timestamp`
|
59932
|
+
# @return [Fixnum]
|
59933
|
+
attr_accessor :timestamp
|
59934
|
+
|
59935
|
+
def initialize(**args)
|
59936
|
+
update!(**args)
|
59937
|
+
end
|
59938
|
+
|
59939
|
+
# Update properties of this object
|
59940
|
+
def update!(**args)
|
59941
|
+
@anchor_count = args[:anchor_count] if args.key?(:anchor_count)
|
59942
|
+
@collect_type = args[:collect_type] if args.key?(:collect_type)
|
59943
|
+
@dup_url = args[:dup_url] if args.key?(:dup_url)
|
59944
|
+
@offdomain_anchor_count = args[:offdomain_anchor_count] if args.key?(:offdomain_anchor_count)
|
59945
|
+
@redundant_anchor_count = args[:redundant_anchor_count] if args.key?(:redundant_anchor_count)
|
59946
|
+
@scanned_anchor_count = args[:scanned_anchor_count] if args.key?(:scanned_anchor_count)
|
59947
|
+
@timestamp = args[:timestamp] if args.key?(:timestamp)
|
59948
|
+
end
|
59949
|
+
end
|
59950
|
+
|
59951
|
+
# ------------------------------------------------------------------------- The
|
59952
|
+
# total number of redundant anchors dropped per (domain, text). If we receive a
|
59953
|
+
# large number of anchors from a particular domain, then we'll throw out all but
|
59954
|
+
# 200 of them from that domain. The data is sorted by the (domain, text) pairs.
|
59955
|
+
# This is capped at 10,000 entries (if less, it will have the same number of
|
59956
|
+
# elements as the above_limit count).
|
59957
|
+
class IndexingDocjoinerAnchorStatisticsRedundantAnchorInfo
|
59958
|
+
include Google::Apis::Core::Hashable
|
59959
|
+
|
59960
|
+
#
|
59961
|
+
# Corresponds to the JSON property `anchorsDropped`
|
59962
|
+
# @return [Fixnum]
|
59963
|
+
attr_accessor :anchors_dropped
|
59964
|
+
|
59965
|
+
#
|
59966
|
+
# Corresponds to the JSON property `domain`
|
59967
|
+
# @return [String]
|
59968
|
+
attr_accessor :domain
|
59969
|
+
|
59970
|
+
#
|
59971
|
+
# Corresponds to the JSON property `text`
|
59972
|
+
# @return [String]
|
59973
|
+
attr_accessor :text
|
59974
|
+
|
59975
|
+
def initialize(**args)
|
59976
|
+
update!(**args)
|
59977
|
+
end
|
59978
|
+
|
59979
|
+
# Update properties of this object
|
59980
|
+
def update!(**args)
|
59981
|
+
@anchors_dropped = args[:anchors_dropped] if args.key?(:anchors_dropped)
|
59982
|
+
@domain = args[:domain] if args.key?(:domain)
|
59983
|
+
@text = args[:text] if args.key?(:text)
|
59984
|
+
end
|
59985
|
+
end
|
59986
|
+
|
59987
|
+
#
|
59988
|
+
class IndexingDocjoinerAnchorStatisticsRedundantAnchorInfoForPhraseCap
|
59989
|
+
include Google::Apis::Core::Hashable
|
59990
|
+
|
59991
|
+
#
|
59992
|
+
# Corresponds to the JSON property `anchorsDropped`
|
59993
|
+
# @return [Fixnum]
|
59994
|
+
attr_accessor :anchors_dropped
|
59995
|
+
|
59996
|
+
#
|
59997
|
+
# Corresponds to the JSON property `domain`
|
59998
|
+
# @return [String]
|
59999
|
+
attr_accessor :domain
|
60000
|
+
|
60001
|
+
def initialize(**args)
|
60002
|
+
update!(**args)
|
60003
|
+
end
|
60004
|
+
|
60005
|
+
# Update properties of this object
|
60006
|
+
def update!(**args)
|
60007
|
+
@anchors_dropped = args[:anchors_dropped] if args.key?(:anchors_dropped)
|
60008
|
+
@domain = args[:domain] if args.key?(:domain)
|
60009
|
+
end
|
60010
|
+
end
|
60011
|
+
|
60012
|
+
# This message summarized anchors of one trusted site.
|
60013
|
+
class IndexingDocjoinerAnchorTrustedInfo
|
60014
|
+
include Google::Apis::Core::Hashable
|
60015
|
+
|
60016
|
+
# Difference in KL-divergence from spam and non-spam anchors. Value >0 indicate
|
60017
|
+
# that anchor text from this trusted source is similar to anchors classified as
|
60018
|
+
# spam which means that spammy anchors are legitimate.
|
60019
|
+
# Corresponds to the JSON property `matchedScore`
|
60020
|
+
# @return [Float]
|
60021
|
+
attr_accessor :matched_score
|
60022
|
+
|
60023
|
+
# Detailed debug information about computation of trusted anchors match.
|
60024
|
+
# Populated only when --anchorspam_penalizer_debug=true
|
60025
|
+
# Corresponds to the JSON property `matchedScoreInfo`
|
60026
|
+
# @return [Array<String>]
|
60027
|
+
attr_accessor :matched_score_info
|
60028
|
+
|
60029
|
+
# Count of anchors classified as spam using anchor text.
|
60030
|
+
# Corresponds to the JSON property `phrasesScore`
|
60031
|
+
# @return [Float]
|
60032
|
+
attr_accessor :phrases_score
|
60033
|
+
|
60034
|
+
# Site name from anchor.source().site().
|
60035
|
+
# Corresponds to the JSON property `site`
|
60036
|
+
# @return [String]
|
60037
|
+
attr_accessor :site
|
60038
|
+
|
60039
|
+
# Tokenized text of all anchors from the site.
|
60040
|
+
# Corresponds to the JSON property `text`
|
60041
|
+
# @return [Array<String>]
|
60042
|
+
attr_accessor :text
|
60043
|
+
|
60044
|
+
# Fraction of pages with newsy anchors on the site, >0 for trusted sites.
|
60045
|
+
# Corresponds to the JSON property `trustedScore`
|
60046
|
+
# @return [Float]
|
60047
|
+
attr_accessor :trusted_score
|
60048
|
+
|
60049
|
+
def initialize(**args)
|
60050
|
+
update!(**args)
|
60051
|
+
end
|
60052
|
+
|
60053
|
+
# Update properties of this object
|
60054
|
+
def update!(**args)
|
60055
|
+
@matched_score = args[:matched_score] if args.key?(:matched_score)
|
60056
|
+
@matched_score_info = args[:matched_score_info] if args.key?(:matched_score_info)
|
60057
|
+
@phrases_score = args[:phrases_score] if args.key?(:phrases_score)
|
60058
|
+
@site = args[:site] if args.key?(:site)
|
60059
|
+
@text = args[:text] if args.key?(:text)
|
60060
|
+
@trusted_score = args[:trusted_score] if args.key?(:trusted_score)
|
60061
|
+
end
|
60062
|
+
end
|
60063
|
+
|
60064
|
+
# Holds extra info except annotations and raw cdoc for buildint the final cdoc.
|
60065
|
+
class IndexingDocjoinerCDocBuildInfo
|
60066
|
+
include Google::Apis::Core::Hashable
|
60067
|
+
|
60068
|
+
# This is proto2's version of MessageSet.
|
60069
|
+
# Corresponds to the JSON property `extraMessage`
|
60070
|
+
# @return [Google::Apis::ContentwarehouseV1::Proto2BridgeMessageSet]
|
60071
|
+
attr_accessor :extra_message
|
60072
|
+
|
60073
|
+
def initialize(**args)
|
60074
|
+
update!(**args)
|
60075
|
+
end
|
60076
|
+
|
60077
|
+
# Update properties of this object
|
60078
|
+
def update!(**args)
|
60079
|
+
@extra_message = args[:extra_message] if args.key?(:extra_message)
|
60080
|
+
end
|
60081
|
+
end
|
60082
|
+
|
60083
|
+
# DataVersion tracks the version of data in CompositeDoc. The notion of "data"
|
60084
|
+
# here is loose and people can define the name of their own. For example, a
|
60085
|
+
# signal generated by Index Signals or an annotation generated by Goldmine (and
|
60086
|
+
# other components) can all be considered as data here. Each field in this proto
|
60087
|
+
# represents the human readable version string and the timestamp of one
|
60088
|
+
# particular data. We choose to explicitly list out all of the data here for
|
60089
|
+
# better understanding about which data are tracked. NOTE that
|
60090
|
+
# human_readable_version is not intended for comparison, use timestamp_micros.
|
60091
|
+
# In addition, we have an annotation about the field paths of each data. With
|
60092
|
+
# proto reflection (using google3/net/proto2/util/public/field_path.h),
|
60093
|
+
# downstream systems can take advantage of this annotation to automatically
|
60094
|
+
# handle newly introduced data without modifying their code. Please also see the
|
60095
|
+
# comment of FieldProjector above. There are also some fields in DataInfo that
|
60096
|
+
# annotate who generates the data, the Index Signals or Goldmine annotator name.
|
60097
|
+
# Next ID: 536
|
60098
|
+
class IndexingDocjoinerDataVersion
|
60099
|
+
include Google::Apis::Core::Hashable
|
60100
|
+
|
60101
|
+
#
|
60102
|
+
# Corresponds to the JSON property `acceleratedShoppingSignal`
|
60103
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60104
|
+
attr_accessor :accelerated_shopping_signal
|
60105
|
+
|
60106
|
+
#
|
60107
|
+
# Corresponds to the JSON property `adsAdsaiMagicApfelApfelRegionFinderAnnotation`
|
60108
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60109
|
+
attr_accessor :ads_adsai_magic_apfel_apfel_region_finder_annotation
|
60110
|
+
|
60111
|
+
#
|
60112
|
+
# Corresponds to the JSON property `adsAdsaiMagicMagicPageTypeAnnotation`
|
60113
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60114
|
+
attr_accessor :ads_adsai_magic_magic_page_type_annotation
|
60115
|
+
|
60116
|
+
#
|
60117
|
+
# Corresponds to the JSON property `adsShoppingWebpxRawShoppingAnnotation`
|
60118
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60119
|
+
attr_accessor :ads_shopping_webpx_raw_shopping_annotation
|
60120
|
+
|
60121
|
+
#
|
60122
|
+
# Corresponds to the JSON property `amphtmlSignedExchangeErrorDetails`
|
60123
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60124
|
+
attr_accessor :amphtml_signed_exchange_error_details
|
60125
|
+
|
60126
|
+
#
|
60127
|
+
# Corresponds to the JSON property `amphtmlSignedExchangeValidationPayload`
|
60128
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60129
|
+
attr_accessor :amphtml_signed_exchange_validation_payload
|
60130
|
+
|
60131
|
+
#
|
60132
|
+
# Corresponds to the JSON property `analyticsSiteidAnalyticsPropertyAnnotation`
|
60133
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60134
|
+
attr_accessor :analytics_siteid_analytics_property_annotation
|
60135
|
+
|
60136
|
+
#
|
60137
|
+
# Corresponds to the JSON property `analyticsSiteidAnalyticsRenderedOutput`
|
60138
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60139
|
+
attr_accessor :analytics_siteid_analytics_rendered_output
|
60140
|
+
|
60141
|
+
#
|
60142
|
+
# Corresponds to the JSON property `authenticSiteRankData`
|
60143
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60144
|
+
attr_accessor :authentic_site_rank_data
|
60145
|
+
|
60146
|
+
#
|
60147
|
+
# Corresponds to the JSON property `babelEncoderBabelEncodings`
|
60148
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60149
|
+
attr_accessor :babel_encoder_babel_encodings
|
60150
|
+
|
60151
|
+
#
|
60152
|
+
# Corresponds to the JSON property `badurlsBadurlsForceSelectionSignal`
|
60153
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60154
|
+
attr_accessor :badurls_badurls_force_selection_signal
|
60155
|
+
|
60156
|
+
#
|
60157
|
+
# Corresponds to the JSON property `boilerplateAnnotations`
|
60158
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60159
|
+
attr_accessor :boilerplate_annotations
|
60160
|
+
|
60161
|
+
#
|
60162
|
+
# Corresponds to the JSON property `boilerplateVisibleBytesEstimates`
|
60163
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60164
|
+
attr_accessor :boilerplate_visible_bytes_estimates
|
60165
|
+
|
60166
|
+
#
|
60167
|
+
# Corresponds to the JSON property `chromeCounts`
|
60168
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60169
|
+
attr_accessor :chrome_counts
|
60170
|
+
|
60171
|
+
#
|
60172
|
+
# Corresponds to the JSON property `commerceDataqualityOrganicCrawledSellerData`
|
60173
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60174
|
+
attr_accessor :commerce_dataquality_organic_crawled_seller_data
|
60175
|
+
|
60176
|
+
#
|
60177
|
+
# Corresponds to the JSON property `commerceDataqualityOrganicShoppingAnnotationSignal`
|
60178
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60179
|
+
attr_accessor :commerce_dataquality_organic_shopping_annotation_signal
|
60180
|
+
|
60181
|
+
#
|
60182
|
+
# Corresponds to the JSON property `commerceDataqualityOrganicShoppingSiteQuality`
|
60183
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60184
|
+
attr_accessor :commerce_dataquality_organic_shopping_site_quality
|
60185
|
+
|
60186
|
+
#
|
60187
|
+
# Corresponds to the JSON property `commonsenseQueriosityGoldmineQnaAnnotations`
|
60188
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60189
|
+
attr_accessor :commonsense_queriosity_goldmine_qna_annotations
|
60190
|
+
|
60191
|
+
#
|
60192
|
+
# Corresponds to the JSON property `commonsenseScoredCompoundReferenceAnnotation`
|
60193
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60194
|
+
attr_accessor :commonsense_scored_compound_reference_annotation
|
60195
|
+
|
60196
|
+
#
|
60197
|
+
# Corresponds to the JSON property `commonsenseStoneSoupProtoRaffiaInstructionsSeq`
|
60198
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60199
|
+
attr_accessor :commonsense_stone_soup_proto_raffia_instructions_seq
|
60200
|
+
|
60201
|
+
#
|
60202
|
+
# Corresponds to the JSON property `contraContentReviewAnnotations`
|
60203
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60204
|
+
attr_accessor :contra_content_review_annotations
|
60205
|
+
|
60206
|
+
#
|
60207
|
+
# Corresponds to the JSON property `contraCuratedContent`
|
60208
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60209
|
+
attr_accessor :contra_curated_content
|
60210
|
+
|
60211
|
+
#
|
60212
|
+
# Corresponds to the JSON property `countryCountryAttachment`
|
60213
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60214
|
+
attr_accessor :country_country_attachment
|
60215
|
+
|
60216
|
+
#
|
60217
|
+
# Corresponds to the JSON property `crawzallSignal`
|
60218
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60219
|
+
attr_accessor :crawzall_signal
|
60220
|
+
|
60221
|
+
#
|
60222
|
+
# Corresponds to the JSON property `creator`
|
60223
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60224
|
+
attr_accessor :creator
|
60225
|
+
|
60226
|
+
#
|
60227
|
+
# Corresponds to the JSON property `datacommonsDatacommonsTriplesSignal`
|
60228
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60229
|
+
attr_accessor :datacommons_datacommons_triples_signal
|
60230
|
+
|
60231
|
+
#
|
60232
|
+
# Corresponds to the JSON property `dateAnnotationTags`
|
60233
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60234
|
+
attr_accessor :date_annotation_tags
|
60235
|
+
|
60236
|
+
#
|
60237
|
+
# Corresponds to the JSON property `dateAnnotations`
|
60238
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60239
|
+
attr_accessor :date_annotations
|
60240
|
+
|
60241
|
+
#
|
60242
|
+
# Corresponds to the JSON property `dateRangeAnnotations`
|
60243
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60244
|
+
attr_accessor :date_range_annotations
|
60245
|
+
|
60246
|
+
#
|
60247
|
+
# Corresponds to the JSON property `dateTimeAnnotations`
|
60248
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60249
|
+
attr_accessor :date_time_annotations
|
60250
|
+
|
60251
|
+
#
|
60252
|
+
# Corresponds to the JSON property `discoverSource`
|
60253
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60254
|
+
attr_accessor :discover_source
|
60255
|
+
|
60256
|
+
#
|
60257
|
+
# Corresponds to the JSON property `discussion`
|
60258
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60259
|
+
attr_accessor :discussion
|
60260
|
+
|
60261
|
+
#
|
60262
|
+
# Corresponds to the JSON property `documentIntent`
|
60263
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60264
|
+
attr_accessor :document_intent
|
60265
|
+
|
60266
|
+
#
|
60267
|
+
# Corresponds to the JSON property `dotsGaramondSignal`
|
60268
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60269
|
+
attr_accessor :dots_garamond_signal
|
60270
|
+
|
60271
|
+
#
|
60272
|
+
# Corresponds to the JSON property `dotsNewsstandSignal`
|
60273
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60274
|
+
attr_accessor :dots_newsstand_signal
|
60275
|
+
|
60276
|
+
#
|
60277
|
+
# Corresponds to the JSON property `emailAddressAnnotations`
|
60278
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60279
|
+
attr_accessor :email_address_annotations
|
60280
|
+
|
60281
|
+
#
|
60282
|
+
# Corresponds to the JSON property `extractedBookInfo`
|
60283
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60284
|
+
attr_accessor :extracted_book_info
|
60285
|
+
|
60286
|
+
#
|
60287
|
+
# Corresponds to the JSON property `fatcatCompactDocClassification`
|
60288
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60289
|
+
attr_accessor :fatcat_compact_doc_classification
|
60290
|
+
|
60291
|
+
#
|
60292
|
+
# Corresponds to the JSON property `fatcatSiteVerticalsAnnotation`
|
60293
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60294
|
+
attr_accessor :fatcat_site_verticals_annotation
|
60295
|
+
|
60296
|
+
#
|
60297
|
+
# Corresponds to the JSON property `firstseen`
|
60298
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60299
|
+
attr_accessor :firstseen
|
60300
|
+
|
60301
|
+
#
|
60302
|
+
# Corresponds to the JSON property `fontsAnalysisAnnotatorFontsAnnotation`
|
60303
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60304
|
+
attr_accessor :fonts_analysis_annotator_fonts_annotation
|
60305
|
+
|
60306
|
+
#
|
60307
|
+
# Corresponds to the JSON property `forumRankingForumPostsSafeSearchAnnotation`
|
60308
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60309
|
+
attr_accessor :forum_ranking_forum_posts_safe_search_annotation
|
60310
|
+
|
60311
|
+
#
|
60312
|
+
# Corresponds to the JSON property `foundationSplinterSignal`
|
60313
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60314
|
+
attr_accessor :foundation_splinter_signal
|
60315
|
+
|
60316
|
+
#
|
60317
|
+
# Corresponds to the JSON property `freshboxFreshboxArticleAnnotation`
|
60318
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60319
|
+
attr_accessor :freshbox_freshbox_article_annotation
|
60320
|
+
|
60321
|
+
#
|
60322
|
+
# Corresponds to the JSON property `geoPointAnnotations`
|
60323
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60324
|
+
attr_accessor :geo_point_annotations
|
60325
|
+
|
60326
|
+
#
|
60327
|
+
# Corresponds to the JSON property `geoPointResolution`
|
60328
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60329
|
+
attr_accessor :geo_point_resolution
|
60330
|
+
|
60331
|
+
#
|
60332
|
+
# Corresponds to the JSON property `geostoreAddressProto`
|
60333
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60334
|
+
attr_accessor :geostore_address_proto
|
60335
|
+
|
60336
|
+
#
|
60337
|
+
# Corresponds to the JSON property `i2eV2ImageEntitiesInfos`
|
60338
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60339
|
+
attr_accessor :i2e_v2_image_entities_infos
|
60340
|
+
|
60341
|
+
#
|
60342
|
+
# Corresponds to the JSON property `imageContentAnnotationLabels`
|
60343
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60344
|
+
attr_accessor :image_content_annotation_labels
|
60345
|
+
|
60346
|
+
#
|
60347
|
+
# Corresponds to the JSON property `imageContentColorSearchColorDetectionResults`
|
60348
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60349
|
+
attr_accessor :image_content_color_search_color_detection_results
|
60350
|
+
|
60351
|
+
#
|
60352
|
+
# Corresponds to the JSON property `imageDataList`
|
60353
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60354
|
+
attr_accessor :image_data_list
|
60355
|
+
|
60356
|
+
#
|
60357
|
+
# Corresponds to the JSON property `imageExtraImageExtraTerms`
|
60358
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60359
|
+
attr_accessor :image_extra_image_extra_terms
|
60360
|
+
|
60361
|
+
#
|
60362
|
+
# Corresponds to the JSON property `imageMonetizationFeaturedDocumentProperties`
|
60363
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60364
|
+
attr_accessor :image_monetization_featured_document_properties
|
60365
|
+
|
60366
|
+
#
|
60367
|
+
# Corresponds to the JSON property `imageMustangFaviconInfo`
|
60368
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60369
|
+
attr_accessor :image_mustang_favicon_info
|
60370
|
+
|
60371
|
+
#
|
60372
|
+
# Corresponds to the JSON property `imageMustangWebsearchImageSnippetResponse`
|
60373
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60374
|
+
attr_accessor :image_mustang_websearch_image_snippet_response
|
60375
|
+
|
60376
|
+
#
|
60377
|
+
# Corresponds to the JSON property `imageQualityLabelmakerDocMediaLabels`
|
60378
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60379
|
+
attr_accessor :image_quality_labelmaker_doc_media_labels
|
60380
|
+
|
60381
|
+
#
|
60382
|
+
# Corresponds to the JSON property `imageQualityLandingPageProtoLandingPageSalientTextSet`
|
60383
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60384
|
+
attr_accessor :image_quality_landing_page_proto_landing_page_salient_text_set
|
60385
|
+
|
60386
|
+
#
|
60387
|
+
# Corresponds to the JSON property `imageQualityLayoutDocument`
|
60388
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60389
|
+
attr_accessor :image_quality_layout_document
|
60390
|
+
|
60391
|
+
#
|
60392
|
+
# Corresponds to the JSON property `imageQualityRichdataProtoImageAnchor`
|
60393
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60394
|
+
attr_accessor :image_quality_richdata_proto_image_anchor
|
60395
|
+
|
60396
|
+
#
|
60397
|
+
# Corresponds to the JSON property `imageQualityRichdataProtoRichdata`
|
60398
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60399
|
+
attr_accessor :image_quality_richdata_proto_richdata
|
60400
|
+
|
60401
|
+
#
|
60402
|
+
# Corresponds to the JSON property `imageQualitySalientTermsImageQuerySmearingList`
|
60403
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60404
|
+
attr_accessor :image_quality_salient_terms_image_query_smearing_list
|
60405
|
+
|
60406
|
+
#
|
60407
|
+
# Corresponds to the JSON property `imageQualitySalientTermsImageSalientTermSetMap`
|
60408
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60409
|
+
attr_accessor :image_quality_salient_terms_image_salient_term_set_map
|
60410
|
+
|
60411
|
+
#
|
60412
|
+
# Corresponds to the JSON property `imageQualitySensitiveFaceSkinToneSignals`
|
60413
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60414
|
+
attr_accessor :image_quality_sensitive_face_skin_tone_signals
|
60415
|
+
|
60416
|
+
#
|
60417
|
+
# Corresponds to the JSON property `imageQualitySensitiveMediaOrPeopleEntities`
|
60418
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60419
|
+
attr_accessor :image_quality_sensitive_media_or_people_entities
|
60420
|
+
|
60421
|
+
#
|
60422
|
+
# Corresponds to the JSON property `imageRepositoryGeolocation`
|
60423
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60424
|
+
attr_accessor :image_repository_geolocation
|
60425
|
+
|
60426
|
+
#
|
60427
|
+
# Corresponds to the JSON property `imageRepositoryPicasaGeoData`
|
60428
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60429
|
+
attr_accessor :image_repository_picasa_geo_data
|
60430
|
+
|
60431
|
+
#
|
60432
|
+
# Corresponds to the JSON property `imageSearchRejectedImageInfoList`
|
60433
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60434
|
+
attr_accessor :image_search_rejected_image_info_list
|
60435
|
+
|
60436
|
+
#
|
60437
|
+
# Corresponds to the JSON property `imageStockStockImageAnnotation`
|
60438
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60439
|
+
attr_accessor :image_stock_stock_image_annotation
|
60440
|
+
|
60441
|
+
#
|
60442
|
+
# Corresponds to the JSON property `indexingAnnotationsAnnotationMeta`
|
60443
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60444
|
+
attr_accessor :indexing_annotations_annotation_meta
|
60445
|
+
|
60446
|
+
#
|
60447
|
+
# Corresponds to the JSON property `indexingAnnotationsAppMarketAppMarketAnnotation`
|
60448
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60449
|
+
attr_accessor :indexing_annotations_app_market_app_market_annotation
|
60450
|
+
|
60451
|
+
#
|
60452
|
+
# Corresponds to the JSON property `indexingAnnotationsAppsCacheColonAnnotation`
|
60453
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60454
|
+
attr_accessor :indexing_annotations_apps_cache_colon_annotation
|
60455
|
+
|
60456
|
+
#
|
60457
|
+
# Corresponds to the JSON property `indexingAnnotationsAppsDocRestrictionsDocPreviewRestrictionsAnnotation`
|
60458
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60459
|
+
attr_accessor :indexing_annotations_apps_doc_restrictions_doc_preview_restrictions_annotation
|
60460
|
+
|
60461
|
+
#
|
60462
|
+
# Corresponds to the JSON property `indexingAnnotationsAutomobileVinAnnotatorAutomobileVinAnnotations`
|
60463
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60464
|
+
attr_accessor :indexing_annotations_automobile_vin_annotator_automobile_vin_annotations
|
60465
|
+
|
60466
|
+
#
|
60467
|
+
# Corresponds to the JSON property `indexingAnnotationsCanonicalUrl`
|
60468
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60469
|
+
attr_accessor :indexing_annotations_canonical_url
|
60470
|
+
|
60471
|
+
#
|
60472
|
+
# Corresponds to the JSON property `indexingAnnotationsCleanTextProto`
|
60473
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60474
|
+
attr_accessor :indexing_annotations_clean_text_proto
|
60475
|
+
|
60476
|
+
#
|
60477
|
+
# Corresponds to the JSON property `indexingAnnotationsCollectionsDocCollections`
|
60478
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60479
|
+
attr_accessor :indexing_annotations_collections_doc_collections
|
60480
|
+
|
60481
|
+
#
|
60482
|
+
# Corresponds to the JSON property `indexingAnnotationsCommentBlockGroups`
|
60483
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60484
|
+
attr_accessor :indexing_annotations_comment_block_groups
|
60485
|
+
|
60486
|
+
#
|
60487
|
+
# Corresponds to the JSON property `indexingAnnotationsDatasetModelAnnotation`
|
60488
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60489
|
+
attr_accessor :indexing_annotations_dataset_model_annotation
|
60490
|
+
|
60491
|
+
#
|
60492
|
+
# Corresponds to the JSON property `indexingAnnotationsDatesDateTimes`
|
60493
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60494
|
+
attr_accessor :indexing_annotations_dates_date_times
|
60495
|
+
|
60496
|
+
#
|
60497
|
+
# Corresponds to the JSON property `indexingAnnotationsDocImportance`
|
60498
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60499
|
+
attr_accessor :indexing_annotations_doc_importance
|
60500
|
+
|
60501
|
+
#
|
60502
|
+
# Corresponds to the JSON property `indexingAnnotationsDocRestrictionsInDocRestrictionsAnnotation`
|
60503
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60504
|
+
attr_accessor :indexing_annotations_doc_restrictions_in_doc_restrictions_annotation
|
60505
|
+
|
60506
|
+
#
|
60507
|
+
# Corresponds to the JSON property `indexingAnnotationsEntityPage`
|
60508
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60509
|
+
attr_accessor :indexing_annotations_entity_page
|
60510
|
+
|
60511
|
+
#
|
60512
|
+
# Corresponds to the JSON property `indexingAnnotationsFeedbackSet`
|
60513
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60514
|
+
attr_accessor :indexing_annotations_feedback_set
|
60515
|
+
|
60516
|
+
#
|
60517
|
+
# Corresponds to the JSON property `indexingAnnotationsIBertEmbeddingAnnotation`
|
60518
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60519
|
+
attr_accessor :indexing_annotations_i_bert_embedding_annotation
|
60520
|
+
|
60521
|
+
#
|
60522
|
+
# Corresponds to the JSON property `indexingAnnotationsImageRepositoryImageLicenseInfoAnnotation`
|
60523
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60524
|
+
attr_accessor :indexing_annotations_image_repository_image_license_info_annotation
|
60525
|
+
|
60526
|
+
#
|
60527
|
+
# Corresponds to the JSON property `indexingAnnotationsPcuAmpError`
|
60528
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60529
|
+
attr_accessor :indexing_annotations_pcu_amp_error
|
60530
|
+
|
60531
|
+
#
|
60532
|
+
# Corresponds to the JSON property `indexingAnnotationsPcuSignedExchangeInfo`
|
60533
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60534
|
+
attr_accessor :indexing_annotations_pcu_signed_exchange_info
|
60535
|
+
|
60536
|
+
#
|
60537
|
+
# Corresponds to the JSON property `indexingAnnotationsPersonPersonAnnotation`
|
60538
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60539
|
+
attr_accessor :indexing_annotations_person_person_annotation
|
60540
|
+
|
60541
|
+
#
|
60542
|
+
# Corresponds to the JSON property `indexingAnnotationsSduPageTypeAnnotation`
|
60543
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60544
|
+
attr_accessor :indexing_annotations_sdu_page_type_annotation
|
60545
|
+
|
60546
|
+
#
|
60547
|
+
# Corresponds to the JSON property `indexingAnnotationsSocialLinksSocialLinksAnnotation`
|
60548
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60549
|
+
attr_accessor :indexing_annotations_social_links_social_links_annotation
|
60550
|
+
|
60551
|
+
#
|
60552
|
+
# Corresponds to the JSON property `indexingAnnotationsSubscribewithgoogleSwgAnnotation`
|
60553
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60554
|
+
attr_accessor :indexing_annotations_subscribewithgoogle_swg_annotation
|
60555
|
+
|
60556
|
+
#
|
60557
|
+
# Corresponds to the JSON property `indexingAnnotationsTwitterEmbeddedTweetsAnnotation`
|
60558
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60559
|
+
attr_accessor :indexing_annotations_twitter_embedded_tweets_annotation
|
60560
|
+
|
60561
|
+
#
|
60562
|
+
# Corresponds to the JSON property `indexingAnnotationsTypedNumberTypedNumberAnnotations`
|
60563
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60564
|
+
attr_accessor :indexing_annotations_typed_number_typed_number_annotations
|
60565
|
+
|
60566
|
+
#
|
60567
|
+
# Corresponds to the JSON property `indexingAnnotationsWaPassagesQueryToPassageAnnotations`
|
60568
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60569
|
+
attr_accessor :indexing_annotations_wa_passages_query_to_passage_annotations
|
60570
|
+
|
60571
|
+
#
|
60572
|
+
# Corresponds to the JSON property `indexingAnnotationsWaPassagesTrimmedQueryToPassageAnnotations`
|
60573
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60574
|
+
attr_accessor :indexing_annotations_wa_passages_trimmed_query_to_passage_annotations
|
60575
|
+
|
60576
|
+
#
|
60577
|
+
# Corresponds to the JSON property `indexingAppsAffiliatedInstantAppInfo`
|
60578
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60579
|
+
attr_accessor :indexing_apps_affiliated_instant_app_info
|
60580
|
+
|
60581
|
+
#
|
60582
|
+
# Corresponds to the JSON property `indexingAppsMergedAppInfoAnnotation`
|
60583
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60584
|
+
attr_accessor :indexing_apps_merged_app_info_annotation
|
60585
|
+
|
60586
|
+
#
|
60587
|
+
# Corresponds to the JSON property `indexingBadpagesBadPageParseResult`
|
60588
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60589
|
+
attr_accessor :indexing_badpages_bad_page_parse_result
|
60590
|
+
|
60591
|
+
#
|
60592
|
+
# Corresponds to the JSON property `indexingBadpagesCollapserInfo`
|
60593
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60594
|
+
attr_accessor :indexing_badpages_collapser_info
|
60595
|
+
|
60596
|
+
#
|
60597
|
+
# Corresponds to the JSON property `indexingBadpagesIndexSelectionRemoval`
|
60598
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60599
|
+
attr_accessor :indexing_badpages_index_selection_removal
|
60600
|
+
|
60601
|
+
#
|
60602
|
+
# Corresponds to the JSON property `indexingBadpagesLoginPageResult`
|
60603
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60604
|
+
attr_accessor :indexing_badpages_login_page_result
|
60605
|
+
|
60606
|
+
#
|
60607
|
+
# Corresponds to the JSON property `indexingBadpagesUnifiedModelFeatures`
|
60608
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60609
|
+
attr_accessor :indexing_badpages_unified_model_features
|
60610
|
+
|
60611
|
+
#
|
60612
|
+
# Corresponds to the JSON property `indexingBeringPublisherOnPageAdsAnnotation`
|
60613
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60614
|
+
attr_accessor :indexing_bering_publisher_on_page_ads_annotation
|
60615
|
+
|
60616
|
+
#
|
60617
|
+
# Corresponds to the JSON property `indexingCenterpieceCenterPieceAnnotations`
|
60618
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60619
|
+
attr_accessor :indexing_centerpiece_center_piece_annotations
|
60620
|
+
|
60621
|
+
#
|
60622
|
+
# Corresponds to the JSON property `indexingCenterpieceCenterpieceChecksums`
|
60623
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60624
|
+
attr_accessor :indexing_centerpiece_centerpiece_checksums
|
60625
|
+
|
60626
|
+
#
|
60627
|
+
# Corresponds to the JSON property `indexingCenterpieceComponentLearningSource`
|
60628
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60629
|
+
attr_accessor :indexing_centerpiece_component_learning_source
|
60630
|
+
|
60631
|
+
#
|
60632
|
+
# Corresponds to the JSON property `indexingCenterpieceSectionTitleAnnotations`
|
60633
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60634
|
+
attr_accessor :indexing_centerpiece_section_title_annotations
|
60635
|
+
|
60636
|
+
#
|
60637
|
+
# Corresponds to the JSON property `indexingConverterContentGenerationInfo`
|
60638
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60639
|
+
attr_accessor :indexing_converter_content_generation_info
|
60640
|
+
|
60641
|
+
#
|
60642
|
+
# Corresponds to the JSON property `indexingConverterContentParserResults`
|
60643
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60644
|
+
attr_accessor :indexing_converter_content_parser_results
|
60645
|
+
|
60646
|
+
#
|
60647
|
+
# Corresponds to the JSON property `indexingConverterFileMetaInfo`
|
60648
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60649
|
+
attr_accessor :indexing_converter_file_meta_info
|
60650
|
+
|
60651
|
+
#
|
60652
|
+
# Corresponds to the JSON property `indexingConverterLinkRelOutlinks`
|
60653
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60654
|
+
attr_accessor :indexing_converter_link_rel_outlinks
|
60655
|
+
|
60656
|
+
#
|
60657
|
+
# Corresponds to the JSON property `indexingConverterMetaDetectorsResultsProto`
|
60658
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60659
|
+
attr_accessor :indexing_converter_meta_detectors_results_proto
|
60660
|
+
|
60661
|
+
#
|
60662
|
+
# Corresponds to the JSON property `indexingConverterPdfFileMetaInfo`
|
60663
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60664
|
+
attr_accessor :indexing_converter_pdf_file_meta_info
|
60665
|
+
|
60666
|
+
#
|
60667
|
+
# Corresponds to the JSON property `indexingConverterPdfPageAnnotations`
|
60668
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60669
|
+
attr_accessor :indexing_converter_pdf_page_annotations
|
60670
|
+
|
60671
|
+
#
|
60672
|
+
# Corresponds to the JSON property `indexingCustomCorpusCdmAnnotations`
|
60673
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60674
|
+
attr_accessor :indexing_custom_corpus_cdm_annotations
|
60675
|
+
|
60676
|
+
#
|
60677
|
+
# Corresponds to the JSON property `indexingDeepwebStoreListAnnotation`
|
60678
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60679
|
+
attr_accessor :indexing_deepweb_store_list_annotation
|
60680
|
+
|
60681
|
+
#
|
60682
|
+
# Corresponds to the JSON property `indexingDocjoinerServingTimeClusterIds`
|
60683
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60684
|
+
attr_accessor :indexing_docjoiner_serving_time_cluster_ids
|
60685
|
+
|
60686
|
+
#
|
60687
|
+
# Corresponds to the JSON property `indexingDocjoinerWikiInfo`
|
60688
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60689
|
+
attr_accessor :indexing_docjoiner_wiki_info
|
60690
|
+
|
60691
|
+
#
|
60692
|
+
# Corresponds to the JSON property `indexingDocskeletonRepeatedPatternRepeatedPatternAnnotation`
|
60693
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60694
|
+
attr_accessor :indexing_docskeleton_repeated_pattern_repeated_pattern_annotation
|
60695
|
+
|
60696
|
+
#
|
60697
|
+
# Corresponds to the JSON property `indexingDupsLocalizedLocalizedCluster`
|
60698
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60699
|
+
attr_accessor :indexing_dups_localized_localized_cluster
|
60700
|
+
|
60701
|
+
#
|
60702
|
+
# Corresponds to the JSON property `indexingFreshSchedulerFreshSchedulerDoubleInstantExtension`
|
60703
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60704
|
+
attr_accessor :indexing_fresh_scheduler_fresh_scheduler_double_instant_extension
|
60705
|
+
|
60706
|
+
#
|
60707
|
+
# Corresponds to the JSON property `indexingFreshSchedulerOutlinkDiscoveryHistoricalHubsSignal`
|
60708
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60709
|
+
attr_accessor :indexing_fresh_scheduler_outlink_discovery_historical_hubs_signal
|
60710
|
+
|
60711
|
+
#
|
60712
|
+
# Corresponds to the JSON property `indexingImagesRelatedImageSignal`
|
60713
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60714
|
+
attr_accessor :indexing_images_related_image_signal
|
60715
|
+
|
60716
|
+
#
|
60717
|
+
# Corresponds to the JSON property `indexingInstantActiveClusterScorerSignal`
|
60718
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60719
|
+
attr_accessor :indexing_instant_active_cluster_scorer_signal
|
60720
|
+
|
60721
|
+
#
|
60722
|
+
# Corresponds to the JSON property `indexingInstantBaseReindexWhitelistData`
|
60723
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60724
|
+
attr_accessor :indexing_instant_base_reindex_whitelist_data
|
60725
|
+
|
60726
|
+
#
|
60727
|
+
# Corresponds to the JSON property `indexingInstantClusterScorerArticle`
|
60728
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60729
|
+
attr_accessor :indexing_instant_cluster_scorer_article
|
60730
|
+
|
60731
|
+
#
|
60732
|
+
# Corresponds to the JSON property `indexingInstantClusterScorerSignal`
|
60733
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60734
|
+
attr_accessor :indexing_instant_cluster_scorer_signal
|
60735
|
+
|
60736
|
+
#
|
60737
|
+
# Corresponds to the JSON property `indexingInstantHistoricalContentSignals`
|
60738
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60739
|
+
attr_accessor :indexing_instant_historical_content_signals
|
60740
|
+
|
60741
|
+
#
|
60742
|
+
# Corresponds to the JSON property `indexingInstantNewsHighlyCitedDocumentSignal`
|
60743
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60744
|
+
attr_accessor :indexing_instant_news_highly_cited_document_signal
|
60745
|
+
|
60746
|
+
#
|
60747
|
+
# Corresponds to the JSON property `indexingInstantNewsImagesInfo`
|
60748
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60749
|
+
attr_accessor :indexing_instant_news_images_info
|
60750
|
+
|
60751
|
+
#
|
60752
|
+
# Corresponds to the JSON property `indexingInstantSignalSourceTagsExtension`
|
60753
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60754
|
+
attr_accessor :indexing_instant_signal_source_tags_extension
|
60755
|
+
|
60756
|
+
#
|
60757
|
+
# Corresponds to the JSON property `indexingLatticeLatticeAnnotations`
|
60758
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60759
|
+
attr_accessor :indexing_lattice_lattice_annotations
|
60760
|
+
|
60761
|
+
#
|
60762
|
+
# Corresponds to the JSON property `indexingMetricsUrlIndexingProps`
|
60763
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60764
|
+
attr_accessor :indexing_metrics_url_indexing_props
|
60765
|
+
|
60766
|
+
#
|
60767
|
+
# Corresponds to the JSON property `indexingMlDomNodeSegments`
|
60768
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60769
|
+
attr_accessor :indexing_ml_dom_node_segments
|
60770
|
+
|
60771
|
+
#
|
60772
|
+
# Corresponds to the JSON property `indexingMlEntityInfoboxes`
|
60773
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60774
|
+
attr_accessor :indexing_ml_entity_infoboxes
|
60775
|
+
|
60776
|
+
#
|
60777
|
+
# Corresponds to the JSON property `indexingMlPageStructure`
|
60778
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60779
|
+
attr_accessor :indexing_ml_page_structure
|
60780
|
+
|
60781
|
+
#
|
60782
|
+
# Corresponds to the JSON property `indexingMlSemanticArticle`
|
60783
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60784
|
+
attr_accessor :indexing_ml_semantic_article
|
60785
|
+
|
60786
|
+
#
|
60787
|
+
# Corresponds to the JSON property `indexingMlShoppingUniverseAnnotation`
|
60788
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60789
|
+
attr_accessor :indexing_ml_shopping_universe_annotation
|
60790
|
+
|
60791
|
+
#
|
60792
|
+
# Corresponds to the JSON property `indexingMlVerticalVerticalClassificationResult`
|
60793
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60794
|
+
attr_accessor :indexing_ml_vertical_vertical_classification_result
|
60795
|
+
|
60796
|
+
#
|
60797
|
+
# Corresponds to the JSON property `indexingMlVerticalVerticalClassificationV2`
|
60798
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60799
|
+
attr_accessor :indexing_ml_vertical_vertical_classification_v2
|
60800
|
+
|
60801
|
+
#
|
60802
|
+
# Corresponds to the JSON property `indexingMobileClientDependentInfo`
|
60803
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60804
|
+
attr_accessor :indexing_mobile_client_dependent_info
|
60805
|
+
|
60806
|
+
#
|
60807
|
+
# Corresponds to the JSON property `indexingMobileInterstitialsProtoDesktopInterstitials`
|
60808
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60809
|
+
attr_accessor :indexing_mobile_interstitials_proto_desktop_interstitials
|
60810
|
+
|
60811
|
+
#
|
60812
|
+
# Corresponds to the JSON property `indexingMobileObelixInfo`
|
60813
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60814
|
+
attr_accessor :indexing_mobile_obelix_info
|
60815
|
+
|
60816
|
+
#
|
60817
|
+
# Corresponds to the JSON property `indexingMobileSmartphoneContentAnnotations`
|
60818
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60819
|
+
attr_accessor :indexing_mobile_smartphone_content_annotations
|
60820
|
+
|
60821
|
+
#
|
60822
|
+
# Corresponds to the JSON property `indexingMobileSmartphonePatternClassification`
|
60823
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60824
|
+
attr_accessor :indexing_mobile_smartphone_pattern_classification
|
60825
|
+
|
60826
|
+
#
|
60827
|
+
# Corresponds to the JSON property `indexingMobileSpeedPageSpeedFieldData`
|
60828
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60829
|
+
attr_accessor :indexing_mobile_speed_page_speed_field_data
|
60830
|
+
|
60831
|
+
#
|
60832
|
+
# Corresponds to the JSON property `indexingPlusonePlusOneSignal`
|
60833
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60834
|
+
attr_accessor :indexing_plusone_plus_one_signal
|
60835
|
+
|
60836
|
+
#
|
60837
|
+
# Corresponds to the JSON property `indexingPlusoneSocialScoreSignal`
|
60838
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60839
|
+
attr_accessor :indexing_plusone_social_score_signal
|
60840
|
+
|
60841
|
+
#
|
60842
|
+
# Corresponds to the JSON property `indexingRaffiaDataRecoveryInfo`
|
60843
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60844
|
+
attr_accessor :indexing_raffia_data_recovery_info
|
60845
|
+
|
60846
|
+
#
|
60847
|
+
# Corresponds to the JSON property `indexingRaffiaIndexingIntermediate`
|
60848
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60849
|
+
attr_accessor :indexing_raffia_indexing_intermediate
|
60850
|
+
|
60851
|
+
#
|
60852
|
+
# Corresponds to the JSON property `indexingRaffiaMediaProcessingMetadata`
|
60853
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60854
|
+
attr_accessor :indexing_raffia_media_processing_metadata
|
60855
|
+
|
60856
|
+
#
|
60857
|
+
# Corresponds to the JSON property `indexingRaffiaOverlayCDocAttachment`
|
60858
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60859
|
+
attr_accessor :indexing_raffia_overlay_c_doc_attachment
|
60860
|
+
|
60861
|
+
#
|
60862
|
+
# Corresponds to the JSON property `indexingSelectionAcquisitionMetadataAttachment`
|
60863
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60864
|
+
attr_accessor :indexing_selection_acquisition_metadata_attachment
|
60865
|
+
|
60866
|
+
#
|
60867
|
+
# Corresponds to the JSON property `indexingSelectionDoubleIndexingExtension`
|
60868
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60869
|
+
attr_accessor :indexing_selection_double_indexing_extension
|
60870
|
+
|
60871
|
+
#
|
60872
|
+
# Corresponds to the JSON property `indexingSelectionFastServingPush`
|
60873
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60874
|
+
attr_accessor :indexing_selection_fast_serving_push
|
60875
|
+
|
60876
|
+
#
|
60877
|
+
# Corresponds to the JSON property `indexingSelectionFreshdocsPassthroughExtension`
|
60878
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60879
|
+
attr_accessor :indexing_selection_freshdocs_passthrough_extension
|
60880
|
+
|
60881
|
+
#
|
60882
|
+
# Corresponds to the JSON property `indexingSelectionImageImageSelectionAttachment`
|
60883
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60884
|
+
attr_accessor :indexing_selection_image_image_selection_attachment
|
60885
|
+
|
60886
|
+
#
|
60887
|
+
# Corresponds to the JSON property `indexingSelectionLanguageExtension`
|
60888
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60889
|
+
attr_accessor :indexing_selection_language_extension
|
60890
|
+
|
60891
|
+
#
|
60892
|
+
# Corresponds to the JSON property `indexingSelectionPriorScorerParameterSet`
|
60893
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60894
|
+
attr_accessor :indexing_selection_prior_scorer_parameter_set
|
60895
|
+
|
60896
|
+
#
|
60897
|
+
# Corresponds to the JSON property `indexingSelectionProcessingPriorityExtension`
|
60898
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60899
|
+
attr_accessor :indexing_selection_processing_priority_extension
|
60900
|
+
|
60901
|
+
#
|
60902
|
+
# Corresponds to the JSON property `indexingSelectionProtoBasePromotionInfo`
|
60903
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60904
|
+
attr_accessor :indexing_selection_proto_base_promotion_info
|
60905
|
+
|
60906
|
+
#
|
60907
|
+
# Corresponds to the JSON property `indexingSelectionTensorFlowExtension`
|
60908
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60909
|
+
attr_accessor :indexing_selection_tensor_flow_extension
|
60910
|
+
|
60911
|
+
#
|
60912
|
+
# Corresponds to the JSON property `indexingSignalAggregatorUrlPatternSignals`
|
60913
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60914
|
+
attr_accessor :indexing_signal_aggregator_url_pattern_signals
|
60915
|
+
|
60916
|
+
#
|
60917
|
+
# Corresponds to the JSON property `indexingSignalsAccumulatedOnlineSignals`
|
60918
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60919
|
+
attr_accessor :indexing_signals_accumulated_online_signals
|
60920
|
+
|
60921
|
+
#
|
60922
|
+
# Corresponds to the JSON property `indexingSignalsImpressionsPerDayContainer`
|
60923
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60924
|
+
attr_accessor :indexing_signals_impressions_per_day_container
|
60925
|
+
|
60926
|
+
#
|
60927
|
+
# Corresponds to the JSON property `indexingSocialCountsSocialWidgetsIndicator`
|
60928
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60929
|
+
attr_accessor :indexing_social_counts_social_widgets_indicator
|
60930
|
+
|
60931
|
+
#
|
60932
|
+
# Corresponds to the JSON property `indexingSpeechGoldminePodcastAnnotation`
|
60933
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60934
|
+
attr_accessor :indexing_speech_goldmine_podcast_annotation
|
60935
|
+
|
60936
|
+
#
|
60937
|
+
# Corresponds to the JSON property `indexingSpeechSpeechPagePropertiesProto`
|
60938
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60939
|
+
attr_accessor :indexing_speech_speech_page_properties_proto
|
60940
|
+
|
60941
|
+
#
|
60942
|
+
# Corresponds to the JSON property `indexingThirdpartyThirdPartyInputs`
|
60943
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60944
|
+
attr_accessor :indexing_thirdparty_third_party_inputs
|
60945
|
+
|
60946
|
+
#
|
60947
|
+
# Corresponds to the JSON property `indexingUgcPageParamInfo`
|
60948
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60949
|
+
attr_accessor :indexing_ugc_page_param_info
|
60950
|
+
|
60951
|
+
#
|
60952
|
+
# Corresponds to the JSON property `indexingUnionKeyData`
|
60953
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60954
|
+
attr_accessor :indexing_union_key_data
|
60955
|
+
|
60956
|
+
#
|
60957
|
+
# Corresponds to the JSON property `indexingUrlPatternUrlTreeUrlPatternAnnotations`
|
60958
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60959
|
+
attr_accessor :indexing_url_pattern_url_tree_url_pattern_annotations
|
60960
|
+
|
60961
|
+
#
|
60962
|
+
# Corresponds to the JSON property `indexingVideosVideoAnchorSourceInfo`
|
60963
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60964
|
+
attr_accessor :indexing_videos_video_anchor_source_info
|
60965
|
+
|
60966
|
+
#
|
60967
|
+
# Corresponds to the JSON property `indexingVideosVideoPlaylistAnchorSignal`
|
60968
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60969
|
+
attr_accessor :indexing_videos_video_playlist_anchor_signal
|
60970
|
+
|
60971
|
+
#
|
60972
|
+
# Corresponds to the JSON property `indexingWebChannelsWebChannelAnnotations`
|
60973
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60974
|
+
attr_accessor :indexing_web_channels_web_channel_annotations
|
60975
|
+
|
60976
|
+
#
|
60977
|
+
# Corresponds to the JSON property `infoextractionPinpointPinpointAnnotationSignal`
|
60978
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60979
|
+
attr_accessor :infoextraction_pinpoint_pinpoint_annotation_signal
|
60980
|
+
|
60981
|
+
#
|
60982
|
+
# Corresponds to the JSON property `infoextractionPinpointPinpointSignal`
|
60983
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60984
|
+
attr_accessor :infoextraction_pinpoint_pinpoint_signal
|
60985
|
+
|
60986
|
+
#
|
60987
|
+
# Corresponds to the JSON property `instantChromeViews`
|
60988
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60989
|
+
attr_accessor :instant_chrome_views
|
60990
|
+
|
60991
|
+
#
|
60992
|
+
# Corresponds to the JSON property `instantNavboost`
|
60993
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60994
|
+
attr_accessor :instant_navboost
|
60995
|
+
|
60996
|
+
#
|
60997
|
+
# Corresponds to the JSON property `knowledgeGraphAcquisitionFeedsQuotesQuotesAnnotation`
|
60998
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60999
|
+
attr_accessor :knowledge_graph_acquisition_feeds_quotes_quotes_annotation
|
61000
|
+
|
61001
|
+
#
|
61002
|
+
# Corresponds to the JSON property `knowledgeMiningFactsDocumentSignals`
|
61003
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61004
|
+
attr_accessor :knowledge_mining_facts_document_signals
|
61005
|
+
|
61006
|
+
#
|
61007
|
+
# Corresponds to the JSON property `knowledgeMiningFactsFactEvaluationSignals`
|
61008
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61009
|
+
attr_accessor :knowledge_mining_facts_fact_evaluation_signals
|
61010
|
+
|
61011
|
+
#
|
61012
|
+
# Corresponds to the JSON property `knowledgeMiningFactsHtmlTableSignal`
|
61013
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61014
|
+
attr_accessor :knowledge_mining_facts_html_table_signal
|
61015
|
+
|
61016
|
+
#
|
61017
|
+
# Corresponds to the JSON property `knowledgeMiningFactsKatsSignals`
|
61018
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61019
|
+
attr_accessor :knowledge_mining_facts_kats_signals
|
61020
|
+
|
61021
|
+
#
|
61022
|
+
# Corresponds to the JSON property `knowledgeMiningFactsLocalizedFact`
|
61023
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61024
|
+
attr_accessor :knowledge_mining_facts_localized_fact
|
61025
|
+
|
61026
|
+
#
|
61027
|
+
# Corresponds to the JSON property `knowledgeMiningFactsObjectAnnotationsSignal`
|
61028
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61029
|
+
attr_accessor :knowledge_mining_facts_object_annotations_signal
|
61030
|
+
|
61031
|
+
#
|
61032
|
+
# Corresponds to the JSON property `knowledgeMiningFactsProductCompositionSignal`
|
61033
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61034
|
+
attr_accessor :knowledge_mining_facts_product_composition_signal
|
61035
|
+
|
61036
|
+
#
|
61037
|
+
# Corresponds to the JSON property `knowledgeMiningFactsServingData`
|
61038
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61039
|
+
attr_accessor :knowledge_mining_facts_serving_data
|
61040
|
+
|
61041
|
+
#
|
61042
|
+
# Corresponds to the JSON property `knowledgeMiningFactsShoppingSignals`
|
61043
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61044
|
+
attr_accessor :knowledge_mining_facts_shopping_signals
|
61045
|
+
|
61046
|
+
#
|
61047
|
+
# Corresponds to the JSON property `knowledgeMiningFactsStructuredSnippetsSignal`
|
61048
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61049
|
+
attr_accessor :knowledge_mining_facts_structured_snippets_signal
|
61050
|
+
|
61051
|
+
#
|
61052
|
+
# Corresponds to the JSON property `knowledgeMiningFactsUdrExtraFactData`
|
61053
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61054
|
+
attr_accessor :knowledge_mining_facts_udr_extra_fact_data
|
61055
|
+
|
61056
|
+
#
|
61057
|
+
# Corresponds to the JSON property `knowledgeMiningFactsUdrExtraFactMentionData`
|
61058
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61059
|
+
attr_accessor :knowledge_mining_facts_udr_extra_fact_mention_data
|
61060
|
+
|
61061
|
+
#
|
61062
|
+
# Corresponds to the JSON property `knowledgeMiningFactsUniversalFactMetadata`
|
61063
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61064
|
+
attr_accessor :knowledge_mining_facts_universal_fact_metadata
|
61065
|
+
|
61066
|
+
#
|
61067
|
+
# Corresponds to the JSON property `knowledgeMiningFactsUniversalFactScores`
|
61068
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61069
|
+
attr_accessor :knowledge_mining_facts_universal_fact_scores
|
61070
|
+
|
61071
|
+
#
|
61072
|
+
# Corresponds to the JSON property `knowledgeMiningFactsUniversalTableSignal`
|
61073
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61074
|
+
attr_accessor :knowledge_mining_facts_universal_table_signal
|
61075
|
+
|
61076
|
+
#
|
61077
|
+
# Corresponds to the JSON property `knowledgeMiningFactsWebKvSiteGroupSignal`
|
61078
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61079
|
+
attr_accessor :knowledge_mining_facts_web_kv_site_group_signal
|
61080
|
+
|
61081
|
+
#
|
61082
|
+
# Corresponds to the JSON property `knowledgeMiningShoppingBrowseonomyData`
|
61083
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61084
|
+
attr_accessor :knowledge_mining_shopping_browseonomy_data
|
61085
|
+
|
61086
|
+
#
|
61087
|
+
# Corresponds to the JSON property `knowledgeMiningShoppingTwdModelVersions`
|
61088
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61089
|
+
attr_accessor :knowledge_mining_shopping_twd_model_versions
|
61090
|
+
|
61091
|
+
#
|
61092
|
+
# Corresponds to the JSON property `knowledgeMumStoryTeaserAnnotation`
|
61093
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61094
|
+
attr_accessor :knowledge_mum_story_teaser_annotation
|
61095
|
+
|
61096
|
+
#
|
61097
|
+
# Corresponds to the JSON property `knowledgeMumStorytimeStampEngagementAnnotation`
|
61098
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61099
|
+
attr_accessor :knowledge_mum_storytime_stamp_engagement_annotation
|
61100
|
+
|
61101
|
+
#
|
61102
|
+
# Corresponds to the JSON property `knowledgeMumStorytimeStampQualityAnnotation`
|
61103
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61104
|
+
attr_accessor :knowledge_mum_storytime_stamp_quality_annotation
|
61105
|
+
|
61106
|
+
#
|
61107
|
+
# Corresponds to the JSON property `knowledgeTablesTableInternalData`
|
61108
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61109
|
+
attr_accessor :knowledge_tables_table_internal_data
|
61110
|
+
|
61111
|
+
#
|
61112
|
+
# Corresponds to the JSON property `knowledgeTablesUniversalTableAnnotations`
|
61113
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61114
|
+
attr_accessor :knowledge_tables_universal_table_annotations
|
61115
|
+
|
61116
|
+
#
|
61117
|
+
# Corresponds to the JSON property `knowledgeTasksUniversalTaskAnnotation`
|
61118
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61119
|
+
attr_accessor :knowledge_tasks_universal_task_annotation
|
61120
|
+
|
61121
|
+
#
|
61122
|
+
# Corresponds to the JSON property `knowledgeTpfHowtodoHowtoVideoAnnotation`
|
61123
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61124
|
+
attr_accessor :knowledge_tpf_howtodo_howto_video_annotation
|
61125
|
+
|
61126
|
+
#
|
61127
|
+
# Corresponds to the JSON property `langIdLangReasonerDocumentLanguages`
|
61128
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61129
|
+
attr_accessor :lang_id_lang_reasoner_document_languages
|
61130
|
+
|
61131
|
+
#
|
61132
|
+
# Corresponds to the JSON property `lensVsaiDatasets`
|
61133
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61134
|
+
attr_accessor :lens_vsai_datasets
|
61135
|
+
|
61136
|
+
#
|
61137
|
+
# Corresponds to the JSON property `localsearchAuthoritySiteAnnotation`
|
61138
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61139
|
+
attr_accessor :localsearch_authority_site_annotation
|
61140
|
+
|
61141
|
+
#
|
61142
|
+
# Corresponds to the JSON property `localyp`
|
61143
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61144
|
+
attr_accessor :localyp
|
61145
|
+
|
61146
|
+
#
|
61147
|
+
# Corresponds to the JSON property `mapsSyntheticsGeoDocFetchKey`
|
61148
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61149
|
+
attr_accessor :maps_synthetics_geo_doc_fetch_key
|
61150
|
+
|
61151
|
+
#
|
61152
|
+
# Corresponds to the JSON property `measurementAnnotations`
|
61153
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61154
|
+
attr_accessor :measurement_annotations
|
61155
|
+
|
61156
|
+
#
|
61157
|
+
# Corresponds to the JSON property `metawebExtractionDocumentEvidence`
|
61158
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61159
|
+
attr_accessor :metaweb_extraction_document_evidence
|
61160
|
+
|
61161
|
+
#
|
61162
|
+
# Corresponds to the JSON property `modernFormatContent`
|
61163
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61164
|
+
attr_accessor :modern_format_content
|
61165
|
+
|
61166
|
+
#
|
61167
|
+
# Corresponds to the JSON property `navBoostDocument`
|
61168
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61169
|
+
attr_accessor :nav_boost_document
|
61170
|
+
|
61171
|
+
# BEGIN DATA FIELDS
|
61172
|
+
# Corresponds to the JSON property `navboost`
|
61173
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61174
|
+
attr_accessor :navboost
|
61175
|
+
|
61176
|
+
#
|
61177
|
+
# Corresponds to the JSON property `newsAnnotationsContentAnnotations`
|
61178
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61179
|
+
attr_accessor :news_annotations_content_annotations
|
61180
|
+
|
61181
|
+
#
|
61182
|
+
# Corresponds to the JSON property `newsCorpusHubPageAnnotations`
|
61183
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61184
|
+
attr_accessor :news_corpus_hub_page_annotations
|
61185
|
+
|
61186
|
+
#
|
61187
|
+
# Corresponds to the JSON property `newsCorpusLeafPageAnnotation`
|
61188
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61189
|
+
attr_accessor :news_corpus_leaf_page_annotation
|
61190
|
+
|
61191
|
+
#
|
61192
|
+
# Corresponds to the JSON property `newsCorpusNewsAggregateSignal`
|
61193
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61194
|
+
attr_accessor :news_corpus_news_aggregate_signal
|
61195
|
+
|
61196
|
+
#
|
61197
|
+
# Corresponds to the JSON property `newsCorpusNewsCorpusAnnotation`
|
61198
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61199
|
+
attr_accessor :news_corpus_news_corpus_annotation
|
61200
|
+
|
61201
|
+
# END DATA FIELDS
|
61202
|
+
# Corresponds to the JSON property `newsCorpusNewsCorpusRootAnnotation`
|
61203
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61204
|
+
attr_accessor :news_corpus_news_corpus_root_annotation
|
61205
|
+
|
61206
|
+
#
|
61207
|
+
# Corresponds to the JSON property `newsCorpusNewsCorpusStatusAnnotation`
|
61208
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61209
|
+
attr_accessor :news_corpus_news_corpus_status_annotation
|
61210
|
+
|
61211
|
+
#
|
61212
|
+
# Corresponds to the JSON property `newsCorpusNewsinessAnnotation`
|
61213
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61214
|
+
attr_accessor :news_corpus_newsiness_annotation
|
61215
|
+
|
61216
|
+
#
|
61217
|
+
# Corresponds to the JSON property `newsCorpusPositionRankAnnotations`
|
61218
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61219
|
+
attr_accessor :news_corpus_position_rank_annotations
|
61220
|
+
|
61221
|
+
#
|
61222
|
+
# Corresponds to the JSON property `newsCrawlFilterNewsLinkCrawlSignal`
|
61223
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61224
|
+
attr_accessor :news_crawl_filter_news_link_crawl_signal
|
61225
|
+
|
61226
|
+
#
|
61227
|
+
# Corresponds to the JSON property `newsExtractionNewsPbeAnnotations`
|
61228
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61229
|
+
attr_accessor :news_extraction_news_pbe_annotations
|
61230
|
+
|
61231
|
+
#
|
61232
|
+
# Corresponds to the JSON property `newsNarIndexingMetadata`
|
61233
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61234
|
+
attr_accessor :news_nar_indexing_metadata
|
61235
|
+
|
61236
|
+
#
|
61237
|
+
# Corresponds to the JSON property `newsNarRow`
|
61238
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61239
|
+
attr_accessor :news_nar_row
|
61240
|
+
|
61241
|
+
#
|
61242
|
+
# Corresponds to the JSON property `newsNarRowContainer`
|
61243
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61244
|
+
attr_accessor :news_nar_row_container
|
61245
|
+
|
61246
|
+
#
|
61247
|
+
# Corresponds to the JSON property `newsNearDupsInfo`
|
61248
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61249
|
+
attr_accessor :news_near_dups_info
|
61250
|
+
|
61251
|
+
#
|
61252
|
+
# Corresponds to the JSON property `newsNewromanIndexingNewRomanSignal`
|
61253
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61254
|
+
attr_accessor :news_newroman_indexing_new_roman_signal
|
61255
|
+
|
61256
|
+
#
|
61257
|
+
# Corresponds to the JSON property `newsNewsArticleChecksum`
|
61258
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61259
|
+
attr_accessor :news_news_article_checksum
|
61260
|
+
|
61261
|
+
#
|
61262
|
+
# Corresponds to the JSON property `newsNewsClassifications`
|
61263
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61264
|
+
attr_accessor :news_news_classifications
|
61265
|
+
|
61266
|
+
#
|
61267
|
+
# Corresponds to the JSON property `newsNewsContentSignals`
|
61268
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61269
|
+
attr_accessor :news_news_content_signals
|
61270
|
+
|
61271
|
+
#
|
61272
|
+
# Corresponds to the JSON property `newsNewsForEducationReadingStatistics`
|
61273
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61274
|
+
attr_accessor :news_news_for_education_reading_statistics
|
61275
|
+
|
61276
|
+
#
|
61277
|
+
# Corresponds to the JSON property `newsVideosNewsAnchorSourceInfo`
|
61278
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61279
|
+
attr_accessor :news_videos_news_anchor_source_info
|
61280
|
+
|
61281
|
+
#
|
61282
|
+
# Corresponds to the JSON property `newsVideosNewsVideoAnnotationSignals`
|
61283
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61284
|
+
attr_accessor :news_videos_news_video_annotation_signals
|
61285
|
+
|
61286
|
+
#
|
61287
|
+
# Corresponds to the JSON property `nlpAtcClaraAnnotation`
|
61288
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61289
|
+
attr_accessor :nlp_atc_clara_annotation
|
61290
|
+
|
61291
|
+
#
|
61292
|
+
# Corresponds to the JSON property `nlpSaftDocument`
|
61293
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61294
|
+
attr_accessor :nlp_saft_document
|
61295
|
+
|
61296
|
+
#
|
61297
|
+
# Corresponds to the JSON property `nlpSaftNlxDocAnnotatorMigration`
|
61298
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61299
|
+
attr_accessor :nlp_saft_nlx_doc_annotator_migration
|
61300
|
+
|
61301
|
+
#
|
61302
|
+
# Corresponds to the JSON property `nlpSaftRodinClassification`
|
61303
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61304
|
+
attr_accessor :nlp_saft_rodin_classification
|
61305
|
+
|
61306
|
+
#
|
61307
|
+
# Corresponds to the JSON property `nlpSentimentSentimentAnnotation`
|
61308
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61309
|
+
attr_accessor :nlp_sentiment_sentiment_annotation
|
61310
|
+
|
61311
|
+
#
|
61312
|
+
# Corresponds to the JSON property `nlxDocAnnotation`
|
61313
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61314
|
+
attr_accessor :nlx_doc_annotation
|
61315
|
+
|
61316
|
+
#
|
61317
|
+
# Corresponds to the JSON property `noindexedImageDataList`
|
61318
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61319
|
+
attr_accessor :noindexed_image_data_list
|
61320
|
+
|
61321
|
+
#
|
61322
|
+
# Corresponds to the JSON property `numberAnnotations`
|
61323
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61324
|
+
attr_accessor :number_annotations
|
61325
|
+
|
61326
|
+
#
|
61327
|
+
# Corresponds to the JSON property `oceanLibrarianBookMetadata`
|
61328
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61329
|
+
attr_accessor :ocean_librarian_book_metadata
|
61330
|
+
|
61331
|
+
#
|
61332
|
+
# Corresponds to the JSON property `oceanLibrarianPopulatorData`
|
61333
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61334
|
+
attr_accessor :ocean_librarian_populator_data
|
61335
|
+
|
61336
|
+
#
|
61337
|
+
# Corresponds to the JSON property `oceanLibrarianPopulatorPageData`
|
61338
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61339
|
+
attr_accessor :ocean_librarian_populator_page_data
|
61340
|
+
|
61341
|
+
#
|
61342
|
+
# Corresponds to the JSON property `oceanMetadataAllItemSpecificBibdatas`
|
61343
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61344
|
+
attr_accessor :ocean_metadata_all_item_specific_bibdatas
|
61345
|
+
|
61346
|
+
#
|
61347
|
+
# Corresponds to the JSON property `oceanMetadataAvailabilityInfoComponent`
|
61348
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61349
|
+
attr_accessor :ocean_metadata_availability_info_component
|
61350
|
+
|
61351
|
+
#
|
61352
|
+
# Corresponds to the JSON property `oceanMetadataAvailabilitySnapshot`
|
61353
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61354
|
+
attr_accessor :ocean_metadata_availability_snapshot
|
61355
|
+
|
61356
|
+
#
|
61357
|
+
# Corresponds to the JSON property `oceanMetadataAvailabilitySnapshotHolder`
|
61358
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61359
|
+
attr_accessor :ocean_metadata_availability_snapshot_holder
|
61360
|
+
|
61361
|
+
#
|
61362
|
+
# Corresponds to the JSON property `oceanMetadataBibkeyComponent`
|
61363
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61364
|
+
attr_accessor :ocean_metadata_bibkey_component
|
61365
|
+
|
61366
|
+
#
|
61367
|
+
# Corresponds to the JSON property `oceanMetadataClusterHorizontalReference`
|
61368
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61369
|
+
attr_accessor :ocean_metadata_cluster_horizontal_reference
|
61370
|
+
|
61371
|
+
#
|
61372
|
+
# Corresponds to the JSON property `oceanMetadataClusterRecord`
|
61373
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61374
|
+
attr_accessor :ocean_metadata_cluster_record
|
61375
|
+
|
61376
|
+
#
|
61377
|
+
# Corresponds to the JSON property `oceanMetadataClusterVolumes`
|
61378
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61379
|
+
attr_accessor :ocean_metadata_cluster_volumes
|
61380
|
+
|
61381
|
+
#
|
61382
|
+
# Corresponds to the JSON property `oceanMetadataClusteringSeriesSeriesInfo`
|
61383
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61384
|
+
attr_accessor :ocean_metadata_clustering_series_series_info
|
61385
|
+
|
61386
|
+
#
|
61387
|
+
# Corresponds to the JSON property `oceanMetadataClusteringTomeHorizontalLinkDescriptor`
|
61388
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61389
|
+
attr_accessor :ocean_metadata_clustering_tome_horizontal_link_descriptor
|
61390
|
+
|
61391
|
+
#
|
61392
|
+
# Corresponds to the JSON property `oceanMetadataContributorLinks`
|
61393
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61394
|
+
attr_accessor :ocean_metadata_contributor_links
|
61395
|
+
|
61396
|
+
#
|
61397
|
+
# Corresponds to the JSON property `oceanMetadataItemSpecificBibdataComponent`
|
61398
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61399
|
+
attr_accessor :ocean_metadata_item_specific_bibdata_component
|
61400
|
+
|
61401
|
+
#
|
61402
|
+
# Corresponds to the JSON property `oceanMetadataKgTopicLinks`
|
61403
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61404
|
+
attr_accessor :ocean_metadata_kg_topic_links
|
61405
|
+
|
61406
|
+
#
|
61407
|
+
# Corresponds to the JSON property `oceanMetadataLanguageInfoComponent`
|
61408
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61409
|
+
attr_accessor :ocean_metadata_language_info_component
|
61410
|
+
|
61411
|
+
#
|
61412
|
+
# Corresponds to the JSON property `oceanMetadataMaterialInfoComponent`
|
61413
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61414
|
+
attr_accessor :ocean_metadata_material_info_component
|
61415
|
+
|
61416
|
+
#
|
61417
|
+
# Corresponds to the JSON property `oceanMetadataParsedAccessTerms`
|
61418
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61419
|
+
attr_accessor :ocean_metadata_parsed_access_terms
|
61420
|
+
|
61421
|
+
#
|
61422
|
+
# Corresponds to the JSON property `oceanMetadataParsedSuDoc`
|
61423
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61424
|
+
attr_accessor :ocean_metadata_parsed_su_doc
|
61425
|
+
|
61426
|
+
#
|
61427
|
+
# Corresponds to the JSON property `oceanMetadataPatentPublicationDetails`
|
61428
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61429
|
+
attr_accessor :ocean_metadata_patent_publication_details
|
61430
|
+
|
61431
|
+
#
|
61432
|
+
# Corresponds to the JSON property `oceanMetadataPhysicalMeasurementsComponent`
|
61433
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61434
|
+
attr_accessor :ocean_metadata_physical_measurements_component
|
61435
|
+
|
61436
|
+
#
|
61437
|
+
# Corresponds to the JSON property `oceanMetadataPublicDomainInfo`
|
61438
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61439
|
+
attr_accessor :ocean_metadata_public_domain_info
|
61440
|
+
|
61441
|
+
#
|
61442
|
+
# Corresponds to the JSON property `oceanMetadataPublicationDetailsComponent`
|
61443
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61444
|
+
attr_accessor :ocean_metadata_publication_details_component
|
61445
|
+
|
61446
|
+
#
|
61447
|
+
# Corresponds to the JSON property `oceanMetadataRightsComponent`
|
61448
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61449
|
+
attr_accessor :ocean_metadata_rights_component
|
61450
|
+
|
61451
|
+
#
|
61452
|
+
# Corresponds to the JSON property `oceanMetadataSeriesInfoComponent`
|
61453
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61454
|
+
attr_accessor :ocean_metadata_series_info_component
|
61455
|
+
|
61456
|
+
#
|
61457
|
+
# Corresponds to the JSON property `oceanMetadataTomeDetailsComponent`
|
61458
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61459
|
+
attr_accessor :ocean_metadata_tome_details_component
|
61460
|
+
|
61461
|
+
#
|
61462
|
+
# Corresponds to the JSON property `oceanMetadataTomeMembersComponent`
|
61463
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61464
|
+
attr_accessor :ocean_metadata_tome_members_component
|
61465
|
+
|
61466
|
+
#
|
61467
|
+
# Corresponds to the JSON property `oceanMetadataTomePriceInfo`
|
61468
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61469
|
+
attr_accessor :ocean_metadata_tome_price_info
|
61470
|
+
|
61471
|
+
#
|
61472
|
+
# Corresponds to the JSON property `oceanReviewsForWork`
|
61473
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61474
|
+
attr_accessor :ocean_reviews_for_work
|
61475
|
+
|
61476
|
+
#
|
61477
|
+
# Corresponds to the JSON property `oceanRightsOptOutRequest`
|
61478
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61479
|
+
attr_accessor :ocean_rights_opt_out_request
|
61480
|
+
|
61481
|
+
#
|
61482
|
+
# Corresponds to the JSON property `officialPagesQuerySet`
|
61483
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61484
|
+
attr_accessor :official_pages_query_set
|
61485
|
+
|
61486
|
+
#
|
61487
|
+
# Corresponds to the JSON property `perDocLangidData`
|
61488
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61489
|
+
attr_accessor :per_doc_langid_data
|
61490
|
+
|
61491
|
+
#
|
61492
|
+
# Corresponds to the JSON property `personalizationGameWebeventsConsolidatedEvents`
|
61493
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61494
|
+
attr_accessor :personalization_game_webevents_consolidated_events
|
61495
|
+
|
61496
|
+
#
|
61497
|
+
# Corresponds to the JSON property `personalizationGameWebeventsEvent`
|
61498
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61499
|
+
attr_accessor :personalization_game_webevents_event
|
61500
|
+
|
61501
|
+
#
|
61502
|
+
# Corresponds to the JSON property `personalizationGameWebeventsEvents`
|
61503
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61504
|
+
attr_accessor :personalization_game_webevents_events
|
61505
|
+
|
61506
|
+
#
|
61507
|
+
# Corresponds to the JSON property `photosGeoAnnotation`
|
61508
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61509
|
+
attr_accessor :photos_geo_annotation
|
61510
|
+
|
61511
|
+
#
|
61512
|
+
# Corresponds to the JSON property `predictedAuthenticity`
|
61513
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61514
|
+
attr_accessor :predicted_authenticity
|
61515
|
+
|
61516
|
+
#
|
61517
|
+
# Corresponds to the JSON property `priceAnnotations`
|
61518
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61519
|
+
attr_accessor :price_annotations
|
61520
|
+
|
61521
|
+
#
|
61522
|
+
# Corresponds to the JSON property `qualityAnchorsOutdegreeOutdegreeInfo`
|
61523
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61524
|
+
attr_accessor :quality_anchors_outdegree_outdegree_info
|
61525
|
+
|
61526
|
+
#
|
61527
|
+
# Corresponds to the JSON property `qualityAnimaLivewebLivewebAttachment`
|
61528
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61529
|
+
attr_accessor :quality_anima_liveweb_liveweb_attachment
|
61530
|
+
|
61531
|
+
#
|
61532
|
+
# Corresponds to the JSON property `qualityAnimaRoutinesRoutinesPropertiesProto`
|
61533
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61534
|
+
attr_accessor :quality_anima_routines_routines_properties_proto
|
61535
|
+
|
61536
|
+
#
|
61537
|
+
# Corresponds to the JSON property `qualityAuthorityTopicEmbeddings`
|
61538
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61539
|
+
attr_accessor :quality_authority_topic_embeddings
|
61540
|
+
|
61541
|
+
#
|
61542
|
+
# Corresponds to the JSON property `qualityAuthorshipAuthorAnnotations`
|
61543
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61544
|
+
attr_accessor :quality_authorship_author_annotations
|
61545
|
+
|
61546
|
+
#
|
61547
|
+
# Corresponds to the JSON property `qualityBreadcrumbsBreadcrumbAnnotations`
|
61548
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61549
|
+
attr_accessor :quality_breadcrumbs_breadcrumb_annotations
|
61550
|
+
|
61551
|
+
#
|
61552
|
+
# Corresponds to the JSON property `qualityCalypsoAppsLink`
|
61553
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61554
|
+
attr_accessor :quality_calypso_apps_link
|
61555
|
+
|
61556
|
+
#
|
61557
|
+
# Corresponds to the JSON property `qualityChardDocument`
|
61558
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61559
|
+
attr_accessor :quality_chard_document
|
61560
|
+
|
61561
|
+
#
|
61562
|
+
# Corresponds to the JSON property `qualityChardPredictedQueryFringeScore`
|
61563
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61564
|
+
attr_accessor :quality_chard_predicted_query_fringe_score
|
61565
|
+
|
61566
|
+
#
|
61567
|
+
# Corresponds to the JSON property `qualityChardPredictedXlq`
|
61568
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61569
|
+
attr_accessor :quality_chard_predicted_xlq
|
61570
|
+
|
61571
|
+
#
|
61572
|
+
# Corresponds to the JSON property `qualityContraSelectedAttributions`
|
61573
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61574
|
+
attr_accessor :quality_contra_selected_attributions
|
61575
|
+
|
61576
|
+
#
|
61577
|
+
# Corresponds to the JSON property `qualityCopiaFireflySiteInfo`
|
61578
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61579
|
+
attr_accessor :quality_copia_firefly_site_info
|
61580
|
+
|
61581
|
+
#
|
61582
|
+
# Corresponds to the JSON property `qualityDiscoverUgcScatScatEmbeddingAnnotation`
|
61583
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61584
|
+
attr_accessor :quality_discover_ugc_scat_scat_embedding_annotation
|
61585
|
+
|
61586
|
+
#
|
61587
|
+
# Corresponds to the JSON property `qualityDniNewsstandPcu`
|
61588
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61589
|
+
attr_accessor :quality_dni_newsstand_pcu
|
61590
|
+
|
61591
|
+
#
|
61592
|
+
# Corresponds to the JSON property `qualityDniPcuAuxiliaryData`
|
61593
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61594
|
+
attr_accessor :quality_dni_pcu_auxiliary_data
|
61595
|
+
|
61596
|
+
#
|
61597
|
+
# Corresponds to the JSON property `qualityDniPcuMetaAnnotation`
|
61598
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61599
|
+
attr_accessor :quality_dni_pcu_meta_annotation
|
61600
|
+
|
61601
|
+
#
|
61602
|
+
# Corresponds to the JSON property `qualityDniPcuParsedData`
|
61603
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61604
|
+
attr_accessor :quality_dni_pcu_parsed_data
|
61605
|
+
|
61606
|
+
#
|
61607
|
+
# Corresponds to the JSON property `qualityDniPcuRawData`
|
61608
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61609
|
+
attr_accessor :quality_dni_pcu_raw_data
|
61610
|
+
|
61611
|
+
#
|
61612
|
+
# Corresponds to the JSON property `qualityExploreQueryableFeedEcsAnnotation`
|
61613
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61614
|
+
attr_accessor :quality_explore_queryable_feed_ecs_annotation
|
61615
|
+
|
61616
|
+
#
|
61617
|
+
# Corresponds to the JSON property `qualityExploreQueryableFeedHashtagAnnotation`
|
61618
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61619
|
+
attr_accessor :quality_explore_queryable_feed_hashtag_annotation
|
61620
|
+
|
61621
|
+
#
|
61622
|
+
# Corresponds to the JSON property `qualityExploreQueryableFeedHashtagListAnnotation`
|
61623
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61624
|
+
attr_accessor :quality_explore_queryable_feed_hashtag_list_annotation
|
61625
|
+
|
61626
|
+
#
|
61627
|
+
# Corresponds to the JSON property `qualityExploreQueryableFeedTopicFeedScoringSignals`
|
61628
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61629
|
+
attr_accessor :quality_explore_queryable_feed_topic_feed_scoring_signals
|
61630
|
+
|
61631
|
+
#
|
61632
|
+
# Corresponds to the JSON property `qualityFreshnessAbacusInstantNegativeClicksInfo`
|
61633
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61634
|
+
attr_accessor :quality_freshness_abacus_instant_negative_clicks_info
|
61635
|
+
|
61636
|
+
#
|
61637
|
+
# Corresponds to the JSON property `qualityFringeFringeQueryPrior`
|
61638
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61639
|
+
attr_accessor :quality_fringe_fringe_query_prior
|
61640
|
+
|
61641
|
+
#
|
61642
|
+
# Corresponds to the JSON property `qualityGeoBrainlocGoldmineBrainlocAnnotation`
|
61643
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61644
|
+
attr_accessor :quality_geo_brainloc_goldmine_brainloc_annotation
|
61645
|
+
|
61646
|
+
#
|
61647
|
+
# Corresponds to the JSON property `qualityGeoLoglocGoldmineDocumentLocationAnnotation`
|
61648
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61649
|
+
attr_accessor :quality_geo_logloc_goldmine_document_location_annotation
|
61650
|
+
|
61651
|
+
#
|
61652
|
+
# Corresponds to the JSON property `qualityHistoricalContentAge`
|
61653
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61654
|
+
attr_accessor :quality_historical_content_age
|
61655
|
+
|
61656
|
+
#
|
61657
|
+
# Corresponds to the JSON property `qualityHorizonProtoHorizonEmbeddings`
|
61658
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61659
|
+
attr_accessor :quality_horizon_proto_horizon_embeddings
|
61660
|
+
|
61661
|
+
#
|
61662
|
+
# Corresponds to the JSON property `qualityHorizonRecordInfoAnnotation`
|
61663
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61664
|
+
attr_accessor :quality_horizon_record_info_annotation
|
61665
|
+
|
61666
|
+
#
|
61667
|
+
# Corresponds to the JSON property `qualityImprovDocToQueries`
|
61668
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61669
|
+
attr_accessor :quality_improv_doc_to_queries
|
61670
|
+
|
61671
|
+
#
|
61672
|
+
# Corresponds to the JSON property `qualityImprovImprovAnchors`
|
61673
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61674
|
+
attr_accessor :quality_improv_improv_anchors
|
61675
|
+
|
61676
|
+
#
|
61677
|
+
# Corresponds to the JSON property `qualityLisztomaniaDocument`
|
61678
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61679
|
+
attr_accessor :quality_lisztomania_document
|
61680
|
+
|
61681
|
+
#
|
61682
|
+
# Corresponds to the JSON property `qualityNavboostCrapsCrapsData`
|
61683
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61684
|
+
attr_accessor :quality_navboost_craps_craps_data
|
61685
|
+
|
61686
|
+
#
|
61687
|
+
# Corresponds to the JSON property `qualityNavboostCrapsCrapsPatternSignal`
|
61688
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61689
|
+
attr_accessor :quality_navboost_craps_craps_pattern_signal
|
61690
|
+
|
61691
|
+
#
|
61692
|
+
# Corresponds to the JSON property `qualityNegativeClicksNegativeClicksInfo`
|
61693
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61694
|
+
attr_accessor :quality_negative_clicks_negative_clicks_info
|
61695
|
+
|
61696
|
+
#
|
61697
|
+
# Corresponds to the JSON property `qualityNlqStructuredSearchAnnotationAnalysisAutomaticExtractionAnnotations`
|
61698
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61699
|
+
attr_accessor :quality_nlq_structured_search_annotation_analysis_automatic_extraction_annotations
|
61700
|
+
|
61701
|
+
#
|
61702
|
+
# Corresponds to the JSON property `qualityNlqStructuredSearchListingPagesListingPageAnnotations`
|
61703
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61704
|
+
attr_accessor :quality_nlq_structured_search_listing_pages_listing_page_annotations
|
61705
|
+
|
61706
|
+
#
|
61707
|
+
# Corresponds to the JSON property `qualityNsrDokiAnnotation`
|
61708
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61709
|
+
attr_accessor :quality_nsr_doki_annotation
|
61710
|
+
|
61711
|
+
#
|
61712
|
+
# Corresponds to the JSON property `qualityNsrNsrData`
|
61713
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61714
|
+
attr_accessor :quality_nsr_nsr_data
|
61715
|
+
|
61716
|
+
#
|
61717
|
+
# Corresponds to the JSON property `qualityNsrNsrSitechunksAnnotation`
|
61718
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61719
|
+
attr_accessor :quality_nsr_nsr_sitechunks_annotation
|
61720
|
+
|
61721
|
+
#
|
61722
|
+
# Corresponds to the JSON property `qualityNsrPairwiseqPairwiseQData`
|
61723
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61724
|
+
attr_accessor :quality_nsr_pairwiseq_pairwise_q_data
|
61725
|
+
|
61726
|
+
#
|
61727
|
+
# Corresponds to the JSON property `qualityNsrPqData`
|
61728
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61729
|
+
attr_accessor :quality_nsr_pq_data
|
61730
|
+
|
61731
|
+
#
|
61732
|
+
# Corresponds to the JSON property `qualityNsrSiteAuthority`
|
61733
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61734
|
+
attr_accessor :quality_nsr_site_authority
|
61735
|
+
|
61736
|
+
#
|
61737
|
+
# Corresponds to the JSON property `qualityNsrUvSitechunksAnnotation`
|
61738
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61739
|
+
attr_accessor :quality_nsr_uv_sitechunks_annotation
|
61740
|
+
|
61741
|
+
#
|
61742
|
+
# Corresponds to the JSON property `qualityOrbitAsteroidBeltIntermediateDocumentIntentScores`
|
61743
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61744
|
+
attr_accessor :quality_orbit_asteroid_belt_intermediate_document_intent_scores
|
61745
|
+
|
61746
|
+
#
|
61747
|
+
# Corresponds to the JSON property `qualityPagemasterPagemasterAnnotations`
|
61748
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61749
|
+
attr_accessor :quality_pagemaster_pagemaster_annotations
|
61750
|
+
|
61751
|
+
#
|
61752
|
+
# Corresponds to the JSON property `qualityPanopticIndexingDiscoverCorpusAnnotation`
|
61753
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61754
|
+
attr_accessor :quality_panoptic_indexing_discover_corpus_annotation
|
61755
|
+
|
61756
|
+
#
|
61757
|
+
# Corresponds to the JSON property `qualityPanopticIndexingDiscoverDocumentSignal`
|
61758
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61759
|
+
attr_accessor :quality_panoptic_indexing_discover_document_signal
|
61760
|
+
|
61761
|
+
#
|
61762
|
+
# Corresponds to the JSON property `qualityPanopticIndexingPanopticAnnotation`
|
61763
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61764
|
+
attr_accessor :quality_panoptic_indexing_panoptic_annotation
|
61765
|
+
|
61766
|
+
#
|
61767
|
+
# Corresponds to the JSON property `qualityPanopticStorytimeAnnotation`
|
61768
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61769
|
+
attr_accessor :quality_panoptic_storytime_annotation
|
61770
|
+
|
61771
|
+
#
|
61772
|
+
# Corresponds to the JSON property `qualityPanopticStorytimeScoringSignals`
|
61773
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61774
|
+
attr_accessor :quality_panoptic_storytime_scoring_signals
|
61775
|
+
|
61776
|
+
#
|
61777
|
+
# Corresponds to the JSON property `qualityPanopticVoiceUgcAnnotation`
|
61778
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61779
|
+
attr_accessor :quality_panoptic_voice_ugc_annotation
|
61780
|
+
|
61781
|
+
#
|
61782
|
+
# Corresponds to the JSON property `qualityPeoplesearchNamedetectorNameOccurrenceAnnotations`
|
61783
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61784
|
+
attr_accessor :quality_peoplesearch_namedetector_name_occurrence_annotations
|
61785
|
+
|
61786
|
+
#
|
61787
|
+
# Corresponds to the JSON property `qualityPopfeedsChromeBackgroundAnnotation`
|
61788
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61789
|
+
attr_accessor :quality_popfeeds_chrome_background_annotation
|
61790
|
+
|
61791
|
+
#
|
61792
|
+
# Corresponds to the JSON property `qualityPopfeedsHubDataAnnotations`
|
61793
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61794
|
+
attr_accessor :quality_popfeeds_hub_data_annotations
|
61795
|
+
|
61796
|
+
#
|
61797
|
+
# Corresponds to the JSON property `qualityPopfeedsUrlPredictionAnnotations`
|
61798
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61799
|
+
attr_accessor :quality_popfeeds_url_prediction_annotations
|
61800
|
+
|
61801
|
+
#
|
61802
|
+
# Corresponds to the JSON property `qualityPopfeedsUrlSourceAnnotations`
|
61803
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61804
|
+
attr_accessor :quality_popfeeds_url_source_annotations
|
61805
|
+
|
61806
|
+
#
|
61807
|
+
# Corresponds to the JSON property `qualityPricedetectorKefirPriceAnnotations`
|
61808
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61809
|
+
attr_accessor :quality_pricedetector_kefir_price_annotations
|
61810
|
+
|
61811
|
+
#
|
61812
|
+
# Corresponds to the JSON property `qualityPricedetectorProductBlockAnnotations`
|
61813
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61814
|
+
attr_accessor :quality_pricedetector_product_block_annotations
|
61815
|
+
|
61816
|
+
#
|
61817
|
+
# Corresponds to the JSON property `qualityProseJsonLdAnnotation`
|
61818
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61819
|
+
attr_accessor :quality_prose_json_ld_annotation
|
61820
|
+
|
61821
|
+
#
|
61822
|
+
# Corresponds to the JSON property `qualityProseThumbnailSelection`
|
61823
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61824
|
+
attr_accessor :quality_prose_thumbnail_selection
|
61825
|
+
|
61826
|
+
#
|
61827
|
+
# Corresponds to the JSON property `qualityQ2QualityBoost`
|
61828
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61829
|
+
attr_accessor :quality_q2_quality_boost
|
61830
|
+
|
61831
|
+
#
|
61832
|
+
# Corresponds to the JSON property `qualityQ2SiteQualityFeatures`
|
61833
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61834
|
+
attr_accessor :quality_q2_site_quality_features
|
61835
|
+
|
61836
|
+
#
|
61837
|
+
# Corresponds to the JSON property `qualityRealtimeBoostRealtimeBoostEvent`
|
61838
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61839
|
+
attr_accessor :quality_realtime_boost_realtime_boost_event
|
61840
|
+
|
61841
|
+
#
|
61842
|
+
# Corresponds to the JSON property `qualityRealtimeBoostRealtimeBoostResponse`
|
61843
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61844
|
+
attr_accessor :quality_realtime_boost_realtime_boost_response
|
61845
|
+
|
61846
|
+
#
|
61847
|
+
# Corresponds to the JSON property `qualityRealtimeBoostSeismographEventAnnotations`
|
61848
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61849
|
+
attr_accessor :quality_realtime_boost_seismograph_event_annotations
|
61850
|
+
|
61851
|
+
#
|
61852
|
+
# Corresponds to the JSON property `qualityRealtimeRealtimeResultInfo`
|
61853
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61854
|
+
attr_accessor :quality_realtime_realtime_result_info
|
61855
|
+
|
61856
|
+
#
|
61857
|
+
# Corresponds to the JSON property `qualityRealtimeRtFactAnnotations`
|
61858
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61859
|
+
attr_accessor :quality_realtime_rt_fact_annotations
|
61860
|
+
|
61861
|
+
#
|
61862
|
+
# Corresponds to the JSON property `qualityResultFilteringIndexingClusterAnnotations`
|
61863
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61864
|
+
attr_accessor :quality_result_filtering_indexing_cluster_annotations
|
61865
|
+
|
61866
|
+
#
|
61867
|
+
# Corresponds to the JSON property `qualityRichsnippetsAppsProtosApplicationInformationAttachment`
|
61868
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61869
|
+
attr_accessor :quality_richsnippets_apps_protos_application_information_attachment
|
61870
|
+
|
61871
|
+
#
|
61872
|
+
# Corresponds to the JSON property `qualityRodinRodinSiteSignal`
|
61873
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61874
|
+
attr_accessor :quality_rodin_rodin_site_signal
|
61875
|
+
|
61876
|
+
#
|
61877
|
+
# Corresponds to the JSON property `qualitySalientCountriesSalientCountrySet`
|
61878
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61879
|
+
attr_accessor :quality_salient_countries_salient_country_set
|
61880
|
+
|
61881
|
+
#
|
61882
|
+
# Corresponds to the JSON property `qualitySalientStructuresSalientStructureSet`
|
61883
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61884
|
+
attr_accessor :quality_salient_structures_salient_structure_set
|
61885
|
+
|
61886
|
+
#
|
61887
|
+
# Corresponds to the JSON property `qualitySalientStuffSalientStuffSet`
|
61888
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61889
|
+
attr_accessor :quality_salient_stuff_salient_stuff_set
|
61890
|
+
|
61891
|
+
#
|
61892
|
+
# Corresponds to the JSON property `qualitySalientTermsQuerySmearingModel`
|
61893
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61894
|
+
attr_accessor :quality_salient_terms_query_smearing_model
|
61895
|
+
|
61896
|
+
#
|
61897
|
+
# Corresponds to the JSON property `qualitySalientTermsSalientTermSet`
|
61898
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61899
|
+
attr_accessor :quality_salient_terms_salient_term_set
|
61900
|
+
|
61901
|
+
#
|
61902
|
+
# Corresponds to the JSON property `qualitySearchoversiteAnnotatorStructuredResultsAnnotation`
|
61903
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61904
|
+
attr_accessor :quality_searchoversite_annotator_structured_results_annotation
|
61905
|
+
|
61906
|
+
#
|
61907
|
+
# Corresponds to the JSON property `qualitySherlockKnexAnnotation`
|
61908
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61909
|
+
attr_accessor :quality_sherlock_knex_annotation
|
61910
|
+
|
61911
|
+
#
|
61912
|
+
# Corresponds to the JSON property `qualityShoppingProductReview`
|
61913
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61914
|
+
attr_accessor :quality_shopping_product_review
|
61915
|
+
|
61916
|
+
#
|
61917
|
+
# Corresponds to the JSON property `qualityShoppingProductReviewPage`
|
61918
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61919
|
+
attr_accessor :quality_shopping_product_review_page
|
61920
|
+
|
61921
|
+
#
|
61922
|
+
# Corresponds to the JSON property `qualityShoppingShoppingProductReviewAnnotation`
|
61923
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61924
|
+
attr_accessor :quality_shopping_shopping_product_review_annotation
|
61925
|
+
|
61926
|
+
#
|
61927
|
+
# Corresponds to the JSON property `qualitySimilarpagesRelatedInfoSignal`
|
61928
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61929
|
+
attr_accessor :quality_similarpages_related_info_signal
|
61930
|
+
|
61931
|
+
#
|
61932
|
+
# Corresponds to the JSON property `qualitySitemapDocument`
|
61933
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61934
|
+
attr_accessor :quality_sitemap_document
|
61935
|
+
|
61936
|
+
#
|
61937
|
+
# Corresponds to the JSON property `qualitySitemapThirdPartyCarouselsItemLists`
|
61938
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61939
|
+
attr_accessor :quality_sitemap_third_party_carousels_item_lists
|
61940
|
+
|
61941
|
+
#
|
61942
|
+
# Corresponds to the JSON property `qualitySixfaceSixfaceUrlData`
|
61943
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61944
|
+
attr_accessor :quality_sixface_sixface_url_data
|
61945
|
+
|
61946
|
+
#
|
61947
|
+
# Corresponds to the JSON property `qualitySnippetsHiddenTextHiddenSpanAnnotations`
|
61948
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61949
|
+
attr_accessor :quality_snippets_hidden_text_hidden_span_annotations
|
61950
|
+
|
61951
|
+
#
|
61952
|
+
# Corresponds to the JSON property `qualitySnippetsListSnippetsAnnotations`
|
61953
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61954
|
+
attr_accessor :quality_snippets_list_snippets_annotations
|
61955
|
+
|
61956
|
+
#
|
61957
|
+
# Corresponds to the JSON property `qualitySnippetsMetadescriptionDuplicateMetaSiteSignal`
|
61958
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61959
|
+
attr_accessor :quality_snippets_metadescription_duplicate_meta_site_signal
|
61960
|
+
|
61961
|
+
#
|
61962
|
+
# Corresponds to the JSON property `qualitySnippetsSnippetSpansInfo`
|
61963
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61964
|
+
attr_accessor :quality_snippets_snippet_spans_info
|
61965
|
+
|
61966
|
+
#
|
61967
|
+
# Corresponds to the JSON property `qualitySosGoldmineSosAnnotation`
|
61968
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61969
|
+
attr_accessor :quality_sos_goldmine_sos_annotation
|
61970
|
+
|
61971
|
+
#
|
61972
|
+
# Corresponds to the JSON property `qualitySummarySummary`
|
61973
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61974
|
+
attr_accessor :quality_summary_summary
|
61975
|
+
|
61976
|
+
#
|
61977
|
+
# Corresponds to the JSON property `qualityTangramInformationTypes`
|
61978
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61979
|
+
attr_accessor :quality_tangram_information_types
|
61980
|
+
|
61981
|
+
#
|
61982
|
+
# Corresponds to the JSON property `qualityTimebasedTimeSensitivityTimeSensitivityAnnotation`
|
61983
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61984
|
+
attr_accessor :quality_timebased_time_sensitivity_time_sensitivity_annotation
|
61985
|
+
|
61986
|
+
#
|
61987
|
+
# Corresponds to the JSON property `qualityTitlesAlternativeTitlesInfo`
|
61988
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61989
|
+
attr_accessor :quality_titles_alternative_titles_info
|
61990
|
+
|
61991
|
+
#
|
61992
|
+
# Corresponds to the JSON property `qualityTitlesSitelinksTargetTitleInfo`
|
61993
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61994
|
+
attr_accessor :quality_titles_sitelinks_target_title_info
|
61995
|
+
|
61996
|
+
#
|
61997
|
+
# Corresponds to the JSON property `qualityTwiddlerDomainClassification`
|
61998
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
61999
|
+
attr_accessor :quality_twiddler_domain_classification
|
62000
|
+
|
62001
|
+
#
|
62002
|
+
# Corresponds to the JSON property `qualityViewsAnswersAnswerAnnotationInfo`
|
62003
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62004
|
+
attr_accessor :quality_views_answers_answer_annotation_info
|
62005
|
+
|
62006
|
+
#
|
62007
|
+
# Corresponds to the JSON property `qualityVisualwebVisualWebAnnotation`
|
62008
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62009
|
+
attr_accessor :quality_visualweb_visual_web_annotation
|
62010
|
+
|
62011
|
+
#
|
62012
|
+
# Corresponds to the JSON property `qualityVisualwebVisualWebModelsAnnotation`
|
62013
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62014
|
+
attr_accessor :quality_visualweb_visual_web_models_annotation
|
62015
|
+
|
62016
|
+
#
|
62017
|
+
# Corresponds to the JSON property `qualityWebanswersAltTitleSaftDoc`
|
62018
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62019
|
+
attr_accessor :quality_webanswers_alt_title_saft_doc
|
62020
|
+
|
62021
|
+
#
|
62022
|
+
# Corresponds to the JSON property `qualityWebanswersTranscriptAnnotations`
|
62023
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62024
|
+
attr_accessor :quality_webanswers_transcript_annotations
|
62025
|
+
|
62026
|
+
#
|
62027
|
+
# Corresponds to the JSON property `qualityWebfeederDocEmbedding`
|
62028
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62029
|
+
attr_accessor :quality_webfeeder_doc_embedding
|
62030
|
+
|
62031
|
+
#
|
62032
|
+
# Corresponds to the JSON property `qualityWebshineDocResources`
|
62033
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62034
|
+
attr_accessor :quality_webshine_doc_resources
|
62035
|
+
|
62036
|
+
#
|
62037
|
+
# Corresponds to the JSON property `rankBoostDocAttachment`
|
62038
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62039
|
+
attr_accessor :rank_boost_doc_attachment
|
62040
|
+
|
62041
|
+
#
|
62042
|
+
# Corresponds to the JSON property `rankembed`
|
62043
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62044
|
+
attr_accessor :rankembed
|
62045
|
+
|
62046
|
+
#
|
62047
|
+
# Corresponds to the JSON property `relativeDateAnnotations`
|
62048
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62049
|
+
attr_accessor :relative_date_annotations
|
62050
|
+
|
62051
|
+
#
|
62052
|
+
# Corresponds to the JSON property `repositoryAnnotationsAddressAnnotations`
|
62053
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62054
|
+
attr_accessor :repository_annotations_address_annotations
|
62055
|
+
|
62056
|
+
#
|
62057
|
+
# Corresponds to the JSON property `repositoryAnnotationsAmenitiesAmenitiesAnnotations`
|
62058
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62059
|
+
attr_accessor :repository_annotations_amenities_amenities_annotations
|
62060
|
+
|
62061
|
+
#
|
62062
|
+
# Corresponds to the JSON property `repositoryAnnotationsCrawzallAnnotations`
|
62063
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62064
|
+
attr_accessor :repository_annotations_crawzall_annotations
|
62065
|
+
|
62066
|
+
#
|
62067
|
+
# Corresponds to the JSON property `repositoryAnnotationsDiscussionThreadDiscussionViewProto`
|
62068
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62069
|
+
attr_accessor :repository_annotations_discussion_thread_discussion_view_proto
|
62070
|
+
|
62071
|
+
#
|
62072
|
+
# Corresponds to the JSON property `repositoryAnnotationsLicensedResources`
|
62073
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62074
|
+
attr_accessor :repository_annotations_licensed_resources
|
62075
|
+
|
62076
|
+
#
|
62077
|
+
# Corresponds to the JSON property `repositoryAnnotationsListFilterAnnotations`
|
62078
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62079
|
+
attr_accessor :repository_annotations_list_filter_annotations
|
62080
|
+
|
62081
|
+
#
|
62082
|
+
# Corresponds to the JSON property `repositoryAnnotationsListSummaryAnnotations`
|
62083
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62084
|
+
attr_accessor :repository_annotations_list_summary_annotations
|
62085
|
+
|
62086
|
+
#
|
62087
|
+
# Corresponds to the JSON property `repositoryAnnotationsMicrodataMicrodataAnnotations`
|
62088
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62089
|
+
attr_accessor :repository_annotations_microdata_microdata_annotations
|
62090
|
+
|
62091
|
+
#
|
62092
|
+
# Corresponds to the JSON property `repositoryAnnotationsMicroformatsHproduct`
|
62093
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62094
|
+
attr_accessor :repository_annotations_microformats_hproduct
|
62095
|
+
|
62096
|
+
#
|
62097
|
+
# Corresponds to the JSON property `repositoryAnnotationsMicroformatsMicroformatAnnotations`
|
62098
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62099
|
+
attr_accessor :repository_annotations_microformats_microformat_annotations
|
62100
|
+
|
62101
|
+
#
|
62102
|
+
# Corresponds to the JSON property `repositoryAnnotationsPhoneTypePhoneTypeAnnotations`
|
62103
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62104
|
+
attr_accessor :repository_annotations_phone_type_phone_type_annotations
|
62105
|
+
|
62106
|
+
#
|
62107
|
+
# Corresponds to the JSON property `repositoryAnnotationsRdfaRdfaAnnotations`
|
62108
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62109
|
+
attr_accessor :repository_annotations_rdfa_rdfa_annotations
|
62110
|
+
|
62111
|
+
#
|
62112
|
+
# Corresponds to the JSON property `repositoryAnnotationsRodinArticleAnnotation`
|
62113
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62114
|
+
attr_accessor :repository_annotations_rodin_article_annotation
|
62115
|
+
|
62116
|
+
#
|
62117
|
+
# Corresponds to the JSON property `repositoryAnnotationsSectionHeadingAnnotations`
|
62118
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62119
|
+
attr_accessor :repository_annotations_section_heading_annotations
|
62120
|
+
|
62121
|
+
#
|
62122
|
+
# Corresponds to the JSON property `repositoryAnnotationsSnippetSegmentSnippetSegmentAnnotations`
|
62123
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62124
|
+
attr_accessor :repository_annotations_snippet_segment_snippet_segment_annotations
|
62125
|
+
|
62126
|
+
#
|
62127
|
+
# Corresponds to the JSON property `repositoryAnnotationsSporeAuthoritySignal`
|
62128
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62129
|
+
attr_accessor :repository_annotations_spore_authority_signal
|
62130
|
+
|
62131
|
+
#
|
62132
|
+
# Corresponds to the JSON property `repositoryAnnotationsSporeDeeplinkAnnotations`
|
62133
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62134
|
+
attr_accessor :repository_annotations_spore_deeplink_annotations
|
62135
|
+
|
62136
|
+
#
|
62137
|
+
# Corresponds to the JSON property `repositoryAnnotationsSporeExtractorTopicAnnotations`
|
62138
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62139
|
+
attr_accessor :repository_annotations_spore_extractor_topic_annotations
|
62140
|
+
|
62141
|
+
#
|
62142
|
+
# Corresponds to the JSON property `repositoryAnnotationsSporeExtractorTripleAnnotations`
|
62143
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62144
|
+
attr_accessor :repository_annotations_spore_extractor_triple_annotations
|
62145
|
+
|
62146
|
+
#
|
62147
|
+
# Corresponds to the JSON property `repositoryAnnotationsSporeSporeEtlAnnotation`
|
62148
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62149
|
+
attr_accessor :repository_annotations_spore_spore_etl_annotation
|
62150
|
+
|
62151
|
+
#
|
62152
|
+
# Corresponds to the JSON property `repositoryAnnotationsSporeSporeEtlInputAnnotations`
|
62153
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62154
|
+
attr_accessor :repository_annotations_spore_spore_etl_input_annotations
|
62155
|
+
|
62156
|
+
#
|
62157
|
+
# Corresponds to the JSON property `repositoryAnnotationsStorehoursStoreHoursAnnotations`
|
62158
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62159
|
+
attr_accessor :repository_annotations_storehours_store_hours_annotations
|
62160
|
+
|
62161
|
+
#
|
62162
|
+
# Corresponds to the JSON property `repositoryAnnotationsVerseAnnotations`
|
62163
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62164
|
+
attr_accessor :repository_annotations_verse_annotations
|
62165
|
+
|
62166
|
+
#
|
62167
|
+
# Corresponds to the JSON property `repositoryAnnotationsWebanswersContextItemAnnotations`
|
62168
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62169
|
+
attr_accessor :repository_annotations_webanswers_context_item_annotations
|
62170
|
+
|
62171
|
+
#
|
62172
|
+
# Corresponds to the JSON property `repositoryProtiumEncyclojoinsEncycloJoin`
|
62173
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62174
|
+
attr_accessor :repository_protium_encyclojoins_encyclo_join
|
62175
|
+
|
62176
|
+
#
|
62177
|
+
# Corresponds to the JSON property `repositoryProtiumGoldmineTriplificationResult`
|
62178
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62179
|
+
attr_accessor :repository_protium_goldmine_triplification_result
|
62180
|
+
|
62181
|
+
#
|
62182
|
+
# Corresponds to the JSON property `repositoryProtiumGoldmineTypeAssertionOutput`
|
62183
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62184
|
+
attr_accessor :repository_protium_goldmine_type_assertion_output
|
62185
|
+
|
62186
|
+
#
|
62187
|
+
# Corresponds to the JSON property `repositoryProtiumWebkvWebKv`
|
62188
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62189
|
+
attr_accessor :repository_protium_webkv_web_kv
|
62190
|
+
|
62191
|
+
#
|
62192
|
+
# Corresponds to the JSON property `repositoryProtiumWikiaWikiaInfo`
|
62193
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62194
|
+
attr_accessor :repository_protium_wikia_wikia_info
|
62195
|
+
|
62196
|
+
#
|
62197
|
+
# Corresponds to the JSON property `repositoryUpdaterIndexSelectionAttachment`
|
62198
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62199
|
+
attr_accessor :repository_updater_index_selection_attachment
|
62200
|
+
|
62201
|
+
#
|
62202
|
+
# Corresponds to the JSON property `repositoryWebrefEntityJoin`
|
62203
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62204
|
+
attr_accessor :repository_webref_entity_join
|
62205
|
+
|
62206
|
+
#
|
62207
|
+
# Corresponds to the JSON property `repositoryWebrefExperimentalWebrefEntitiesAttachment`
|
62208
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62209
|
+
attr_accessor :repository_webref_experimental_webref_entities_attachment
|
62210
|
+
|
62211
|
+
#
|
62212
|
+
# Corresponds to the JSON property `repositoryWebrefGraphMention`
|
62213
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62214
|
+
attr_accessor :repository_webref_graph_mention
|
62215
|
+
|
62216
|
+
#
|
62217
|
+
# Corresponds to the JSON property `repositoryWebrefJuggernautIndices`
|
62218
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62219
|
+
attr_accessor :repository_webref_juggernaut_indices
|
62220
|
+
|
62221
|
+
#
|
62222
|
+
# Corresponds to the JSON property `repositoryWebrefPageClassificationAnchorSignalsSet`
|
62223
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62224
|
+
attr_accessor :repository_webref_page_classification_anchor_signals_set
|
62225
|
+
|
62226
|
+
#
|
62227
|
+
# Corresponds to the JSON property `repositoryWebrefPageClassificationSignalsSet`
|
62228
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62229
|
+
attr_accessor :repository_webref_page_classification_signals_set
|
62230
|
+
|
62231
|
+
#
|
62232
|
+
# Corresponds to the JSON property `repositoryWebrefPiannoDocumentIntents`
|
62233
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62234
|
+
attr_accessor :repository_webref_pianno_document_intents
|
62235
|
+
|
62236
|
+
#
|
62237
|
+
# Corresponds to the JSON property `repositoryWebrefPiannoTvSeasonEpisode`
|
62238
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62239
|
+
attr_accessor :repository_webref_pianno_tv_season_episode
|
62240
|
+
|
62241
|
+
#
|
62242
|
+
# Corresponds to the JSON property `repositoryWebrefPreprocessingReferencePageCandidateList`
|
62243
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62244
|
+
attr_accessor :repository_webref_preprocessing_reference_page_candidate_list
|
62245
|
+
|
62246
|
+
#
|
62247
|
+
# Corresponds to the JSON property `repositoryWebrefReconcileResponse`
|
62248
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62249
|
+
attr_accessor :repository_webref_reconcile_response
|
62250
|
+
|
62251
|
+
#
|
62252
|
+
# Corresponds to the JSON property `repositoryWebrefRefconJugglerReferencePageMappings`
|
62253
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62254
|
+
attr_accessor :repository_webref_refcon_juggler_reference_page_mappings
|
62255
|
+
|
62256
|
+
#
|
62257
|
+
# Corresponds to the JSON property `repositoryWebrefReferencePagesClassifierScoredPage`
|
62258
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62259
|
+
attr_accessor :repository_webref_reference_pages_classifier_scored_page
|
62260
|
+
|
62261
|
+
#
|
62262
|
+
# Corresponds to the JSON property `repositoryWebrefSalientEntitySet`
|
62263
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62264
|
+
attr_accessor :repository_webref_salient_entity_set
|
62265
|
+
|
62266
|
+
#
|
62267
|
+
# Corresponds to the JSON property `repositoryWebrefUndermergedEntities`
|
62268
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62269
|
+
attr_accessor :repository_webref_undermerged_entities
|
62270
|
+
|
62271
|
+
#
|
62272
|
+
# Corresponds to the JSON property `repositoryWebrefUniversalEmbeddingRetrievalDebug`
|
62273
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62274
|
+
attr_accessor :repository_webref_universal_embedding_retrieval_debug
|
62275
|
+
|
62276
|
+
#
|
62277
|
+
# Corresponds to the JSON property `repositoryWebrefWebitIntermediaryMids`
|
62278
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62279
|
+
attr_accessor :repository_webref_webit_intermediary_mids
|
62280
|
+
|
62281
|
+
#
|
62282
|
+
# Corresponds to the JSON property `repositoryWebrefWebitScopeFprint`
|
62283
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62284
|
+
attr_accessor :repository_webref_webit_scope_fprint
|
62285
|
+
|
62286
|
+
#
|
62287
|
+
# Corresponds to the JSON property `repositoryWebrefWebitScopeSignals`
|
62288
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62289
|
+
attr_accessor :repository_webref_webit_scope_signals
|
62290
|
+
|
62291
|
+
#
|
62292
|
+
# Corresponds to the JSON property `repositoryWebrefWebitTripleSignals`
|
62293
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62294
|
+
attr_accessor :repository_webref_webit_triple_signals
|
62295
|
+
|
62296
|
+
#
|
62297
|
+
# Corresponds to the JSON property `repositoryWebrefWebrefEntities`
|
62298
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62299
|
+
attr_accessor :repository_webref_webref_entities
|
62300
|
+
|
62301
|
+
#
|
62302
|
+
# Corresponds to the JSON property `repositoryWebrefWebrefStatus`
|
62303
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62304
|
+
attr_accessor :repository_webref_webref_status
|
62305
|
+
|
62306
|
+
#
|
62307
|
+
# Corresponds to the JSON property `repositoryWebtablesDataTableAnnotations`
|
62308
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62309
|
+
attr_accessor :repository_webtables_data_table_annotations
|
62310
|
+
|
62311
|
+
#
|
62312
|
+
# Corresponds to the JSON property `repositoryWebtablesDataTableMidAnnotation`
|
62313
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62314
|
+
attr_accessor :repository_webtables_data_table_mid_annotation
|
62315
|
+
|
62316
|
+
#
|
62317
|
+
# Corresponds to the JSON property `repositoryWebtablesTranslationMessage`
|
62318
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62319
|
+
attr_accessor :repository_webtables_translation_message
|
62320
|
+
|
62321
|
+
#
|
62322
|
+
# Corresponds to the JSON property `repositoryWikipediaAliasList`
|
62323
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62324
|
+
attr_accessor :repository_wikipedia_alias_list
|
62325
|
+
|
62326
|
+
#
|
62327
|
+
# Corresponds to the JSON property `repositoryWikipediaAnnotatorWikipediaPageComponentAnnotations`
|
62328
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62329
|
+
attr_accessor :repository_wikipedia_annotator_wikipedia_page_component_annotations
|
62330
|
+
|
62331
|
+
#
|
62332
|
+
# Corresponds to the JSON property `repositoryWikipediaSentenceCompressionAnnotation`
|
62333
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62334
|
+
attr_accessor :repository_wikipedia_sentence_compression_annotation
|
62335
|
+
|
62336
|
+
#
|
62337
|
+
# Corresponds to the JSON property `repositoryWikipediaWikiJoin`
|
62338
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62339
|
+
attr_accessor :repository_wikipedia_wiki_join
|
59568
62340
|
|
59569
62341
|
#
|
59570
|
-
# Corresponds to the JSON property `
|
59571
|
-
# @return [
|
59572
|
-
attr_accessor :
|
62342
|
+
# Corresponds to the JSON property `repositoryWikipediaWikiMapperTripleSet`
|
62343
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62344
|
+
attr_accessor :repository_wikipedia_wiki_mapper_triple_set
|
59573
62345
|
|
59574
62346
|
#
|
59575
|
-
# Corresponds to the JSON property `
|
59576
|
-
# @return [
|
59577
|
-
attr_accessor :
|
62347
|
+
# Corresponds to the JSON property `repositoryWikipediaWikibaseEntity`
|
62348
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62349
|
+
attr_accessor :repository_wikipedia_wikibase_entity
|
59578
62350
|
|
59579
62351
|
#
|
59580
|
-
# Corresponds to the JSON property `
|
59581
|
-
# @return [
|
59582
|
-
attr_accessor :
|
62352
|
+
# Corresponds to the JSON property `repositoryWikipediaWikidataOrgTripleSet`
|
62353
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62354
|
+
attr_accessor :repository_wikipedia_wikidata_org_triple_set
|
59583
62355
|
|
59584
|
-
#
|
59585
|
-
# Corresponds to the JSON property `
|
59586
|
-
# @return [
|
59587
|
-
attr_accessor :
|
62356
|
+
#
|
62357
|
+
# Corresponds to the JSON property `repositoryWikipediaWikitrustWikiTrustInfo`
|
62358
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62359
|
+
attr_accessor :repository_wikipedia_wikitrust_wiki_trust_info
|
59588
62360
|
|
59589
62361
|
#
|
59590
|
-
# Corresponds to the JSON property `
|
59591
|
-
# @return [
|
59592
|
-
attr_accessor :
|
62362
|
+
# Corresponds to the JSON property `researchCoauthorOpinionAnnotations`
|
62363
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62364
|
+
attr_accessor :research_coauthor_opinion_annotations
|
59593
62365
|
|
59594
|
-
#
|
59595
|
-
# Corresponds to the JSON property `
|
59596
|
-
# @return [
|
59597
|
-
attr_accessor :
|
59598
|
-
alias_method :penguin_early_anchor_protected?, :penguin_early_anchor_protected
|
62366
|
+
#
|
62367
|
+
# Corresponds to the JSON property `researchStructuredDataInadvertentAnchorScoreAnnotation`
|
62368
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62369
|
+
attr_accessor :research_structured_data_inadvertent_anchor_score_annotation
|
59599
62370
|
|
59600
|
-
#
|
59601
|
-
#
|
59602
|
-
#
|
59603
|
-
|
59604
|
-
attr_accessor :penguin_last_update
|
62371
|
+
#
|
62372
|
+
# Corresponds to the JSON property `researchStructuredDataKnowledgeExplorationAnnotations`
|
62373
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62374
|
+
attr_accessor :research_structured_data_knowledge_exploration_annotations
|
59605
62375
|
|
59606
|
-
#
|
59607
|
-
# Corresponds to the JSON property `
|
59608
|
-
# @return [
|
59609
|
-
attr_accessor :
|
62376
|
+
#
|
62377
|
+
# Corresponds to the JSON property `researchStructuredDataNewsEmbeddingAnnotations`
|
62378
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62379
|
+
attr_accessor :research_structured_data_news_embedding_annotations
|
59610
62380
|
|
59611
|
-
#
|
59612
|
-
#
|
59613
|
-
#
|
59614
|
-
|
59615
|
-
attr_accessor :penguin_too_many_sources
|
59616
|
-
alias_method :penguin_too_many_sources?, :penguin_too_many_sources
|
62381
|
+
#
|
62382
|
+
# Corresponds to the JSON property `richsnippetsDataObject`
|
62383
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62384
|
+
attr_accessor :richsnippets_data_object
|
59617
62385
|
|
59618
62386
|
#
|
59619
|
-
# Corresponds to the JSON property `
|
59620
|
-
# @return [
|
59621
|
-
attr_accessor :
|
62387
|
+
# Corresponds to the JSON property `richsnippetsFeedPageMap`
|
62388
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62389
|
+
attr_accessor :richsnippets_feed_page_map
|
59622
62390
|
|
59623
|
-
#
|
59624
|
-
#
|
59625
|
-
#
|
59626
|
-
|
59627
|
-
attr_accessor :phrase_anchor_spam_info
|
62391
|
+
#
|
62392
|
+
# Corresponds to the JSON property `richsnippetsPageMap`
|
62393
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62394
|
+
attr_accessor :richsnippets_page_map
|
59628
62395
|
|
59629
|
-
#
|
59630
|
-
#
|
59631
|
-
#
|
59632
|
-
|
59633
|
-
# Corresponds to the JSON property `redundantAnchorForPhraseCapCount`
|
59634
|
-
# @return [Fixnum]
|
59635
|
-
attr_accessor :redundant_anchor_for_phrase_cap_count
|
62396
|
+
#
|
62397
|
+
# Corresponds to the JSON property `richsnippetsPageMapAnnotations`
|
62398
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62399
|
+
attr_accessor :richsnippets_page_map_annotations
|
59636
62400
|
|
59637
62401
|
#
|
59638
|
-
# Corresponds to the JSON property `
|
59639
|
-
# @return [
|
59640
|
-
attr_accessor :
|
62402
|
+
# Corresponds to the JSON property `richsnippetsSchemaThing`
|
62403
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62404
|
+
attr_accessor :richsnippets_schema_thing
|
59641
62405
|
|
59642
62406
|
#
|
59643
|
-
# Corresponds to the JSON property `
|
59644
|
-
# @return [
|
59645
|
-
attr_accessor :
|
62407
|
+
# Corresponds to the JSON property `rosettaLanguage`
|
62408
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62409
|
+
attr_accessor :rosetta_language
|
59646
62410
|
|
59647
|
-
#
|
59648
|
-
# Corresponds to the JSON property `
|
59649
|
-
# @return [
|
59650
|
-
attr_accessor :
|
62411
|
+
#
|
62412
|
+
# Corresponds to the JSON property `safesearchPageClassifierOutput`
|
62413
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62414
|
+
attr_accessor :safesearch_page_classifier_output
|
59651
62415
|
|
59652
|
-
#
|
59653
|
-
#
|
59654
|
-
#
|
59655
|
-
|
59656
|
-
attr_accessor :skipped_accumulate
|
62416
|
+
#
|
62417
|
+
# Corresponds to the JSON property `safesearchSafeSearchInternalPageSignals`
|
62418
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62419
|
+
attr_accessor :safesearch_safe_search_internal_page_signals
|
59657
62420
|
|
59658
|
-
#
|
59659
|
-
#
|
59660
|
-
#
|
59661
|
-
|
59662
|
-
attr_accessor :skipped_or_reused_reason
|
62421
|
+
#
|
62422
|
+
# Corresponds to the JSON property `scienceIndexSignal`
|
62423
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62424
|
+
attr_accessor :science_index_signal
|
59663
62425
|
|
59664
|
-
#
|
59665
|
-
#
|
59666
|
-
#
|
59667
|
-
|
59668
|
-
attr_accessor :spam_log10_odds
|
62426
|
+
#
|
62427
|
+
# Corresponds to the JSON property `searchEngagementHighlightSharedHighlightSignal`
|
62428
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62429
|
+
attr_accessor :search_engagement_highlight_shared_highlight_signal
|
59669
62430
|
|
59670
|
-
#
|
59671
|
-
# Corresponds to the JSON property `
|
59672
|
-
# @return [
|
59673
|
-
attr_accessor :
|
62431
|
+
#
|
62432
|
+
# Corresponds to the JSON property `searcharSearchArPipelineSignal`
|
62433
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62434
|
+
attr_accessor :searchar_search_ar_pipeline_signal
|
59674
62435
|
|
59675
62436
|
#
|
59676
|
-
# Corresponds to the JSON property `
|
59677
|
-
# @return [
|
59678
|
-
attr_accessor :
|
62437
|
+
# Corresponds to the JSON property `shoppingQualityShoppingSiteClassifier`
|
62438
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62439
|
+
attr_accessor :shopping_quality_shopping_site_classifier
|
59679
62440
|
|
59680
62441
|
#
|
59681
|
-
# Corresponds to the JSON property `
|
59682
|
-
# @return [
|
59683
|
-
attr_accessor :
|
62442
|
+
# Corresponds to the JSON property `shoppingQualityShoppingSiteClassifierShopfab`
|
62443
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62444
|
+
attr_accessor :shopping_quality_shopping_site_classifier_shopfab
|
59684
62445
|
|
59685
|
-
#
|
59686
|
-
#
|
59687
|
-
#
|
59688
|
-
|
59689
|
-
attr_accessor :top_pr_onsite_anchor_count
|
62446
|
+
#
|
62447
|
+
# Corresponds to the JSON property `shoppingWebentityShoppingAnnotation`
|
62448
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62449
|
+
attr_accessor :shopping_webentity_shopping_annotation
|
59690
62450
|
|
59691
|
-
#
|
59692
|
-
#
|
59693
|
-
#
|
59694
|
-
|
59695
|
-
attr_accessor :total_domain_phrase_pairs_above_limit
|
62451
|
+
#
|
62452
|
+
# Corresponds to the JSON property `sitemapsSitemapsSignals`
|
62453
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62454
|
+
attr_accessor :sitemaps_sitemaps_signals
|
59696
62455
|
|
59697
|
-
#
|
59698
|
-
#
|
59699
|
-
#
|
59700
|
-
|
59701
|
-
# Corresponds to the JSON property `totalDomainPhrasePairsSeenApprox`
|
59702
|
-
# @return [Fixnum]
|
59703
|
-
attr_accessor :total_domain_phrase_pairs_seen_approx
|
62456
|
+
#
|
62457
|
+
# Corresponds to the JSON property `smearingSmearedTerms`
|
62458
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62459
|
+
attr_accessor :smearing_smeared_terms
|
59704
62460
|
|
59705
|
-
#
|
59706
|
-
#
|
59707
|
-
#
|
59708
|
-
|
59709
|
-
attr_accessor :total_domains_above_phrase_cap
|
62461
|
+
#
|
62462
|
+
# Corresponds to the JSON property `socialPersonalizationKnexAnnotation`
|
62463
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62464
|
+
attr_accessor :social_personalization_knex_annotation
|
59710
62465
|
|
59711
|
-
#
|
59712
|
-
# Corresponds to the JSON property `
|
59713
|
-
# @return [
|
59714
|
-
attr_accessor :
|
62466
|
+
#
|
62467
|
+
# Corresponds to the JSON property `spamBrainSpamBrainData`
|
62468
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62469
|
+
attr_accessor :spam_brain_spam_brain_data
|
59715
62470
|
|
59716
|
-
|
59717
|
-
|
59718
|
-
|
62471
|
+
#
|
62472
|
+
# Corresponds to the JSON property `spamBrainSpamBrainPageClassifierAnnotation`
|
62473
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62474
|
+
attr_accessor :spam_brain_spam_brain_page_classifier_annotation
|
59719
62475
|
|
59720
|
-
#
|
59721
|
-
|
59722
|
-
|
59723
|
-
|
59724
|
-
@anchor_spam_info = args[:anchor_spam_info] if args.key?(:anchor_spam_info)
|
59725
|
-
@anchors_with_deduped_improvanchors = args[:anchors_with_deduped_improvanchors] if args.key?(:anchors_with_deduped_improvanchors)
|
59726
|
-
@badbacklinks_penalized = args[:badbacklinks_penalized] if args.key?(:badbacklinks_penalized)
|
59727
|
-
@base_anchor_count = args[:base_anchor_count] if args.key?(:base_anchor_count)
|
59728
|
-
@base_offdomain_anchor_count = args[:base_offdomain_anchor_count] if args.key?(:base_offdomain_anchor_count)
|
59729
|
-
@dropped_homepage_anchor_count = args[:dropped_homepage_anchor_count] if args.key?(:dropped_homepage_anchor_count)
|
59730
|
-
@dropped_local_anchor_count = args[:dropped_local_anchor_count] if args.key?(:dropped_local_anchor_count)
|
59731
|
-
@dropped_non_local_anchor_count = args[:dropped_non_local_anchor_count] if args.key?(:dropped_non_local_anchor_count)
|
59732
|
-
@dropped_redundant_anchor_count = args[:dropped_redundant_anchor_count] if args.key?(:dropped_redundant_anchor_count)
|
59733
|
-
@fake_anchor_count = args[:fake_anchor_count] if args.key?(:fake_anchor_count)
|
59734
|
-
@forwarded_anchor_count = args[:forwarded_anchor_count] if args.key?(:forwarded_anchor_count)
|
59735
|
-
@forwarded_offdomain_anchor_count = args[:forwarded_offdomain_anchor_count] if args.key?(:forwarded_offdomain_anchor_count)
|
59736
|
-
@global_anchor_delta = args[:global_anchor_delta] if args.key?(:global_anchor_delta)
|
59737
|
-
@link_before_sitechange_tagged_anchors = args[:link_before_sitechange_tagged_anchors] if args.key?(:link_before_sitechange_tagged_anchors)
|
59738
|
-
@local_anchor_count = args[:local_anchor_count] if args.key?(:local_anchor_count)
|
59739
|
-
@low_corpus_anchor_count = args[:low_corpus_anchor_count] if args.key?(:low_corpus_anchor_count)
|
59740
|
-
@low_corpus_offdomain_anchor_count = args[:low_corpus_offdomain_anchor_count] if args.key?(:low_corpus_offdomain_anchor_count)
|
59741
|
-
@medium_corpus_anchor_count = args[:medium_corpus_anchor_count] if args.key?(:medium_corpus_anchor_count)
|
59742
|
-
@medium_corpus_offdomain_anchor_count = args[:medium_corpus_offdomain_anchor_count] if args.key?(:medium_corpus_offdomain_anchor_count)
|
59743
|
-
@min_domain_home_page_local_outdegree = args[:min_domain_home_page_local_outdegree] if args.key?(:min_domain_home_page_local_outdegree)
|
59744
|
-
@min_host_home_page_local_outdegree = args[:min_host_home_page_local_outdegree] if args.key?(:min_host_home_page_local_outdegree)
|
59745
|
-
@non_local_anchor_count = args[:non_local_anchor_count] if args.key?(:non_local_anchor_count)
|
59746
|
-
@offdomain_anchor_count = args[:offdomain_anchor_count] if args.key?(:offdomain_anchor_count)
|
59747
|
-
@ondomain_anchor_count = args[:ondomain_anchor_count] if args.key?(:ondomain_anchor_count)
|
59748
|
-
@onsite_anchor_count = args[:onsite_anchor_count] if args.key?(:onsite_anchor_count)
|
59749
|
-
@page_from_expired_tagged_anchors = args[:page_from_expired_tagged_anchors] if args.key?(:page_from_expired_tagged_anchors)
|
59750
|
-
@page_mismatch_tagged_anchors = args[:page_mismatch_tagged_anchors] if args.key?(:page_mismatch_tagged_anchors)
|
59751
|
-
@penguin_early_anchor_protected = args[:penguin_early_anchor_protected] if args.key?(:penguin_early_anchor_protected)
|
59752
|
-
@penguin_last_update = args[:penguin_last_update] if args.key?(:penguin_last_update)
|
59753
|
-
@penguin_penalty = args[:penguin_penalty] if args.key?(:penguin_penalty)
|
59754
|
-
@penguin_too_many_sources = args[:penguin_too_many_sources] if args.key?(:penguin_too_many_sources)
|
59755
|
-
@perdupstats = args[:perdupstats] if args.key?(:perdupstats)
|
59756
|
-
@phrase_anchor_spam_info = args[:phrase_anchor_spam_info] if args.key?(:phrase_anchor_spam_info)
|
59757
|
-
@redundant_anchor_for_phrase_cap_count = args[:redundant_anchor_for_phrase_cap_count] if args.key?(:redundant_anchor_for_phrase_cap_count)
|
59758
|
-
@redundantanchorinfo = args[:redundantanchorinfo] if args.key?(:redundantanchorinfo)
|
59759
|
-
@redundantanchorinfoforphrasecap = args[:redundantanchorinfoforphrasecap] if args.key?(:redundantanchorinfoforphrasecap)
|
59760
|
-
@scanned_anchor_count = args[:scanned_anchor_count] if args.key?(:scanned_anchor_count)
|
59761
|
-
@skipped_accumulate = args[:skipped_accumulate] if args.key?(:skipped_accumulate)
|
59762
|
-
@skipped_or_reused_reason = args[:skipped_or_reused_reason] if args.key?(:skipped_or_reused_reason)
|
59763
|
-
@spam_log10_odds = args[:spam_log10_odds] if args.key?(:spam_log10_odds)
|
59764
|
-
@timestamp = args[:timestamp] if args.key?(:timestamp)
|
59765
|
-
@top_pr_offdomain_anchor_count = args[:top_pr_offdomain_anchor_count] if args.key?(:top_pr_offdomain_anchor_count)
|
59766
|
-
@top_pr_ondomain_anchor_count = args[:top_pr_ondomain_anchor_count] if args.key?(:top_pr_ondomain_anchor_count)
|
59767
|
-
@top_pr_onsite_anchor_count = args[:top_pr_onsite_anchor_count] if args.key?(:top_pr_onsite_anchor_count)
|
59768
|
-
@total_domain_phrase_pairs_above_limit = args[:total_domain_phrase_pairs_above_limit] if args.key?(:total_domain_phrase_pairs_above_limit)
|
59769
|
-
@total_domain_phrase_pairs_seen_approx = args[:total_domain_phrase_pairs_seen_approx] if args.key?(:total_domain_phrase_pairs_seen_approx)
|
59770
|
-
@total_domains_above_phrase_cap = args[:total_domains_above_phrase_cap] if args.key?(:total_domains_above_phrase_cap)
|
59771
|
-
@total_domains_seen = args[:total_domains_seen] if args.key?(:total_domains_seen)
|
59772
|
-
end
|
59773
|
-
end
|
62476
|
+
#
|
62477
|
+
# Corresponds to the JSON property `spamContentAnchorDist`
|
62478
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62479
|
+
attr_accessor :spam_content_anchor_dist
|
59774
62480
|
|
59775
|
-
|
59776
|
-
|
59777
|
-
|
59778
|
-
|
59779
|
-
class IndexingDocjoinerAnchorStatisticsPerDupStats
|
59780
|
-
include Google::Apis::Core::Hashable
|
62481
|
+
#
|
62482
|
+
# Corresponds to the JSON property `spamContentAuthenticAuthenticTextAnnotation`
|
62483
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62484
|
+
attr_accessor :spam_content_authentic_authentic_text_annotation
|
59781
62485
|
|
59782
|
-
#
|
59783
|
-
# Corresponds to the JSON property `
|
59784
|
-
# @return [
|
59785
|
-
attr_accessor :
|
62486
|
+
#
|
62487
|
+
# Corresponds to the JSON property `spamContentImageMapPb`
|
62488
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62489
|
+
attr_accessor :spam_content_image_map_pb
|
59786
62490
|
|
59787
|
-
#
|
59788
|
-
#
|
59789
|
-
#
|
59790
|
-
|
59791
|
-
# Corresponds to the JSON property `collectType`
|
59792
|
-
# @return [Fixnum]
|
59793
|
-
attr_accessor :collect_type
|
62491
|
+
#
|
62492
|
+
# Corresponds to the JSON property `spamContentSiteAgeStats`
|
62493
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62494
|
+
attr_accessor :spam_content_site_age_stats
|
59794
62495
|
|
59795
|
-
#
|
59796
|
-
# Corresponds to the JSON property `
|
59797
|
-
# @return [
|
59798
|
-
attr_accessor :
|
62496
|
+
#
|
62497
|
+
# Corresponds to the JSON property `spamCookbookCookbookAnnotations`
|
62498
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62499
|
+
attr_accessor :spam_cookbook_cookbook_annotations
|
59799
62500
|
|
59800
|
-
#
|
59801
|
-
# Corresponds to the JSON property `
|
59802
|
-
# @return [
|
59803
|
-
attr_accessor :
|
62501
|
+
#
|
62502
|
+
# Corresponds to the JSON property `spamCookbookCookbookSitechunkAnnotations`
|
62503
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62504
|
+
attr_accessor :spam_cookbook_cookbook_sitechunk_annotations
|
59804
62505
|
|
59805
|
-
#
|
59806
|
-
# Corresponds to the JSON property `
|
59807
|
-
# @return [
|
59808
|
-
attr_accessor :
|
62506
|
+
#
|
62507
|
+
# Corresponds to the JSON property `spamFatpingIndexFeed`
|
62508
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62509
|
+
attr_accessor :spam_fatping_index_feed
|
59809
62510
|
|
59810
|
-
#
|
59811
|
-
# Corresponds to the JSON property `
|
59812
|
-
# @return [
|
59813
|
-
attr_accessor :
|
62511
|
+
#
|
62512
|
+
# Corresponds to the JSON property `spamGodclusterAffIdAnnotation`
|
62513
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62514
|
+
attr_accessor :spam_godcluster_aff_id_annotation
|
59814
62515
|
|
59815
|
-
#
|
59816
|
-
# Corresponds to the JSON property `
|
59817
|
-
# @return [
|
59818
|
-
attr_accessor :
|
62516
|
+
#
|
62517
|
+
# Corresponds to the JSON property `spamGodclusterServerHeaderAnnotation`
|
62518
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62519
|
+
attr_accessor :spam_godcluster_server_header_annotation
|
59819
62520
|
|
59820
|
-
|
59821
|
-
|
59822
|
-
|
62521
|
+
#
|
62522
|
+
# Corresponds to the JSON property `spamGooglebombsGooglebombsAnnotation`
|
62523
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62524
|
+
attr_accessor :spam_googlebombs_googlebombs_annotation
|
59823
62525
|
|
59824
|
-
#
|
59825
|
-
|
59826
|
-
|
59827
|
-
|
59828
|
-
@dup_url = args[:dup_url] if args.key?(:dup_url)
|
59829
|
-
@offdomain_anchor_count = args[:offdomain_anchor_count] if args.key?(:offdomain_anchor_count)
|
59830
|
-
@redundant_anchor_count = args[:redundant_anchor_count] if args.key?(:redundant_anchor_count)
|
59831
|
-
@scanned_anchor_count = args[:scanned_anchor_count] if args.key?(:scanned_anchor_count)
|
59832
|
-
@timestamp = args[:timestamp] if args.key?(:timestamp)
|
59833
|
-
end
|
59834
|
-
end
|
62526
|
+
#
|
62527
|
+
# Corresponds to the JSON property `spamHackedSitesDocSpamInfo`
|
62528
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62529
|
+
attr_accessor :spam_hacked_sites_doc_spam_info
|
59835
62530
|
|
59836
|
-
|
59837
|
-
|
59838
|
-
|
59839
|
-
|
59840
|
-
# This is capped at 10,000 entries (if less, it will have the same number of
|
59841
|
-
# elements as the above_limit count).
|
59842
|
-
class IndexingDocjoinerAnchorStatisticsRedundantAnchorInfo
|
59843
|
-
include Google::Apis::Core::Hashable
|
62531
|
+
#
|
62532
|
+
# Corresponds to the JSON property `spamHackedSitesGpgbGpgbNgramStats`
|
62533
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62534
|
+
attr_accessor :spam_hacked_sites_gpgb_gpgb_ngram_stats
|
59844
62535
|
|
59845
62536
|
#
|
59846
|
-
# Corresponds to the JSON property `
|
59847
|
-
# @return [
|
59848
|
-
attr_accessor :
|
62537
|
+
# Corresponds to the JSON property `spamHackedSitesWordFrequencies`
|
62538
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62539
|
+
attr_accessor :spam_hacked_sites_word_frequencies
|
59849
62540
|
|
59850
62541
|
#
|
59851
|
-
# Corresponds to the JSON property `
|
59852
|
-
# @return [
|
59853
|
-
attr_accessor :
|
62542
|
+
# Corresponds to the JSON property `spamJsJsInfo`
|
62543
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62544
|
+
attr_accessor :spam_js_js_info
|
59854
62545
|
|
59855
62546
|
#
|
59856
|
-
# Corresponds to the JSON property `
|
59857
|
-
# @return [
|
59858
|
-
attr_accessor :
|
62547
|
+
# Corresponds to the JSON property `spamScamScamness`
|
62548
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62549
|
+
attr_accessor :spam_scam_scamness
|
59859
62550
|
|
59860
|
-
|
59861
|
-
|
59862
|
-
|
62551
|
+
#
|
62552
|
+
# Corresponds to the JSON property `spamScamUnauthoritativeSite`
|
62553
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62554
|
+
attr_accessor :spam_scam_unauthoritative_site
|
59863
62555
|
|
59864
|
-
#
|
59865
|
-
|
59866
|
-
|
59867
|
-
|
59868
|
-
@text = args[:text] if args.key?(:text)
|
59869
|
-
end
|
59870
|
-
end
|
62556
|
+
#
|
62557
|
+
# Corresponds to the JSON property `spamTokensSpamTokensAnnotation`
|
62558
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62559
|
+
attr_accessor :spam_tokens_spam_tokens_annotation
|
59871
62560
|
|
59872
|
-
|
59873
|
-
|
59874
|
-
|
62561
|
+
#
|
62562
|
+
# Corresponds to the JSON property `tableTalkStrideOfferPagePriceAnnotation`
|
62563
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62564
|
+
attr_accessor :table_talk_stride_offer_page_price_annotation
|
59875
62565
|
|
59876
62566
|
#
|
59877
|
-
# Corresponds to the JSON property `
|
59878
|
-
# @return [
|
59879
|
-
attr_accessor :
|
62567
|
+
# Corresponds to the JSON property `tasksTabaTabaDocSignals`
|
62568
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62569
|
+
attr_accessor :tasks_taba_taba_doc_signals
|
59880
62570
|
|
59881
62571
|
#
|
59882
|
-
# Corresponds to the JSON property `
|
59883
|
-
# @return [
|
59884
|
-
attr_accessor :
|
62572
|
+
# Corresponds to the JSON property `telephoneNumberAnnotations`
|
62573
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62574
|
+
attr_accessor :telephone_number_annotations
|
59885
62575
|
|
59886
|
-
|
59887
|
-
|
59888
|
-
|
62576
|
+
#
|
62577
|
+
# Corresponds to the JSON property `timeAnnotationTags`
|
62578
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62579
|
+
attr_accessor :time_annotation_tags
|
59889
62580
|
|
59890
|
-
#
|
59891
|
-
|
59892
|
-
|
59893
|
-
|
59894
|
-
end
|
59895
|
-
end
|
62581
|
+
#
|
62582
|
+
# Corresponds to the JSON property `timeAnnotations`
|
62583
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62584
|
+
attr_accessor :time_annotations
|
59896
62585
|
|
59897
|
-
|
59898
|
-
|
59899
|
-
|
62586
|
+
#
|
62587
|
+
# Corresponds to the JSON property `timeRangeAnnotations`
|
62588
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62589
|
+
attr_accessor :time_range_annotations
|
59900
62590
|
|
59901
|
-
#
|
59902
|
-
#
|
59903
|
-
#
|
59904
|
-
|
59905
|
-
# @return [Float]
|
59906
|
-
attr_accessor :matched_score
|
62591
|
+
#
|
62592
|
+
# Corresponds to the JSON property `travelAssistantTravelDocClassification`
|
62593
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62594
|
+
attr_accessor :travel_assistant_travel_doc_classification
|
59907
62595
|
|
59908
|
-
#
|
59909
|
-
#
|
59910
|
-
#
|
59911
|
-
|
59912
|
-
attr_accessor :matched_score_info
|
62596
|
+
#
|
62597
|
+
# Corresponds to the JSON property `udrConverterDocumentShoppingData`
|
62598
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62599
|
+
attr_accessor :udr_converter_document_shopping_data
|
59913
62600
|
|
59914
|
-
#
|
59915
|
-
# Corresponds to the JSON property `
|
59916
|
-
# @return [
|
59917
|
-
attr_accessor :
|
62601
|
+
#
|
62602
|
+
# Corresponds to the JSON property `udrConverterOffer`
|
62603
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62604
|
+
attr_accessor :udr_converter_offer
|
59918
62605
|
|
59919
|
-
#
|
59920
|
-
# Corresponds to the JSON property `
|
59921
|
-
# @return [
|
59922
|
-
attr_accessor :
|
62606
|
+
#
|
62607
|
+
# Corresponds to the JSON property `udrConverterProductBlockData`
|
62608
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62609
|
+
attr_accessor :udr_converter_product_block_data
|
59923
62610
|
|
59924
|
-
#
|
59925
|
-
# Corresponds to the JSON property `
|
59926
|
-
# @return [
|
59927
|
-
attr_accessor :
|
62611
|
+
#
|
62612
|
+
# Corresponds to the JSON property `udrProtoDetailedEntityScores`
|
62613
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62614
|
+
attr_accessor :udr_proto_detailed_entity_scores
|
59928
62615
|
|
59929
|
-
#
|
59930
|
-
# Corresponds to the JSON property `
|
59931
|
-
# @return [
|
59932
|
-
attr_accessor :
|
62616
|
+
#
|
62617
|
+
# Corresponds to the JSON property `udrProtoOverlay`
|
62618
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62619
|
+
attr_accessor :udr_proto_overlay
|
59933
62620
|
|
59934
|
-
|
59935
|
-
|
59936
|
-
|
62621
|
+
#
|
62622
|
+
# Corresponds to the JSON property `udrProtoWebrefMention`
|
62623
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62624
|
+
attr_accessor :udr_proto_webref_mention
|
59937
62625
|
|
59938
|
-
#
|
59939
|
-
|
59940
|
-
|
59941
|
-
|
59942
|
-
@phrases_score = args[:phrases_score] if args.key?(:phrases_score)
|
59943
|
-
@site = args[:site] if args.key?(:site)
|
59944
|
-
@text = args[:text] if args.key?(:text)
|
59945
|
-
@trusted_score = args[:trusted_score] if args.key?(:trusted_score)
|
59946
|
-
end
|
59947
|
-
end
|
62626
|
+
#
|
62627
|
+
# Corresponds to the JSON property `universalFacts`
|
62628
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62629
|
+
attr_accessor :universal_facts
|
59948
62630
|
|
59949
|
-
|
59950
|
-
|
59951
|
-
|
62631
|
+
#
|
62632
|
+
# Corresponds to the JSON property `unwantedImageDataList`
|
62633
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62634
|
+
attr_accessor :unwanted_image_data_list
|
59952
62635
|
|
59953
|
-
#
|
59954
|
-
# Corresponds to the JSON property `
|
59955
|
-
# @return [Google::Apis::ContentwarehouseV1::
|
59956
|
-
attr_accessor :
|
62636
|
+
#
|
62637
|
+
# Corresponds to the JSON property `uriAnnotations`
|
62638
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62639
|
+
attr_accessor :uri_annotations
|
59957
62640
|
|
59958
|
-
|
59959
|
-
|
59960
|
-
|
62641
|
+
#
|
62642
|
+
# Corresponds to the JSON property `utilStatusProto`
|
62643
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62644
|
+
attr_accessor :util_status_proto
|
59961
62645
|
|
59962
|
-
#
|
59963
|
-
|
59964
|
-
|
59965
|
-
|
59966
|
-
end
|
62646
|
+
#
|
62647
|
+
# Corresponds to the JSON property `verticalsDiscussionDiscussionAnnotationTag`
|
62648
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62649
|
+
attr_accessor :verticals_discussion_discussion_annotation_tag
|
59967
62650
|
|
59968
|
-
|
59969
|
-
|
59970
|
-
|
59971
|
-
|
59972
|
-
# represents the human readable version string and the timestamp of one
|
59973
|
-
# particular data. We choose to explicitly list out all of the data here for
|
59974
|
-
# better understanding about which data are tracked. NOTE that
|
59975
|
-
# human_readable_version is not intended for comparison, use timestamp_micros.
|
59976
|
-
# In addition, we have an annotation about the field paths of each data. With
|
59977
|
-
# proto reflection (using google3/net/proto2/util/public/field_path.h),
|
59978
|
-
# downstream systems can take advantage of this annotation to automatically
|
59979
|
-
# handle newly introduced data without modifying their code. Please also see the
|
59980
|
-
# comment of FieldProjector above. There are also some fields in DataInfo that
|
59981
|
-
# annotate who generates the data, the Index Signals or Goldmine annotator name.
|
59982
|
-
class IndexingDocjoinerDataVersion
|
59983
|
-
include Google::Apis::Core::Hashable
|
62651
|
+
#
|
62652
|
+
# Corresponds to the JSON property `videoCrawlAutomatedAudioExtractionSignals`
|
62653
|
+
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
62654
|
+
attr_accessor :video_crawl_automated_audio_extraction_signals
|
59984
62655
|
|
59985
62656
|
#
|
59986
|
-
# Corresponds to the JSON property `
|
62657
|
+
# Corresponds to the JSON property `videoCrawlAutomatedExtractionSignals`
|
59987
62658
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
59988
|
-
attr_accessor :
|
62659
|
+
attr_accessor :video_crawl_automated_extraction_signals
|
59989
62660
|
|
59990
62661
|
#
|
59991
|
-
# Corresponds to the JSON property `
|
62662
|
+
# Corresponds to the JSON property `videoCrawlDomainVideoClickData`
|
59992
62663
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
59993
|
-
attr_accessor :
|
62664
|
+
attr_accessor :video_crawl_domain_video_click_data
|
59994
62665
|
|
59995
62666
|
#
|
59996
|
-
# Corresponds to the JSON property `
|
62667
|
+
# Corresponds to the JSON property `videoCrawlVideoClickData`
|
59997
62668
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
59998
|
-
attr_accessor :
|
62669
|
+
attr_accessor :video_crawl_video_click_data
|
59999
62670
|
|
60000
62671
|
#
|
60001
|
-
# Corresponds to the JSON property `
|
62672
|
+
# Corresponds to the JSON property `videoCrawlVideoSalientTermSet`
|
60002
62673
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60003
|
-
attr_accessor :
|
62674
|
+
attr_accessor :video_crawl_video_salient_term_set
|
60004
62675
|
|
60005
62676
|
#
|
60006
|
-
# Corresponds to the JSON property `
|
62677
|
+
# Corresponds to the JSON property `videoCrawlVideoScoringSignals`
|
60007
62678
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60008
|
-
attr_accessor :
|
62679
|
+
attr_accessor :video_crawl_video_scoring_signals
|
60009
62680
|
|
60010
62681
|
#
|
60011
|
-
# Corresponds to the JSON property `
|
62682
|
+
# Corresponds to the JSON property `videoCrawlWatchPagePatternClassification`
|
60012
62683
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60013
|
-
attr_accessor :
|
62684
|
+
attr_accessor :video_crawl_watch_page_pattern_classification
|
60014
62685
|
|
60015
62686
|
#
|
60016
|
-
# Corresponds to the JSON property `
|
62687
|
+
# Corresponds to the JSON property `videoCrawlYoutubeEmbedSignal`
|
60017
62688
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60018
|
-
attr_accessor :
|
62689
|
+
attr_accessor :video_crawl_youtube_embed_signal
|
60019
62690
|
|
60020
62691
|
#
|
60021
|
-
# Corresponds to the JSON property `
|
62692
|
+
# Corresponds to the JSON property `videoScoringSignal`
|
60022
62693
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60023
|
-
attr_accessor :
|
62694
|
+
attr_accessor :video_scoring_signal
|
60024
62695
|
|
60025
62696
|
#
|
60026
|
-
# Corresponds to the JSON property `
|
62697
|
+
# Corresponds to the JSON property `videoWebGallery`
|
60027
62698
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60028
|
-
attr_accessor :
|
62699
|
+
attr_accessor :video_web_gallery
|
60029
62700
|
|
60030
62701
|
#
|
60031
|
-
# Corresponds to the JSON property `
|
62702
|
+
# Corresponds to the JSON property `videoYoutubeLiveCardioCardioStats`
|
60032
62703
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60033
|
-
attr_accessor :
|
62704
|
+
attr_accessor :video_youtube_live_cardio_cardio_stats
|
60034
62705
|
|
60035
62706
|
#
|
60036
|
-
# Corresponds to the JSON property `
|
62707
|
+
# Corresponds to the JSON property `volt`
|
60037
62708
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60038
|
-
attr_accessor :
|
62709
|
+
attr_accessor :volt
|
60039
62710
|
|
60040
62711
|
#
|
60041
|
-
# Corresponds to the JSON property `
|
62712
|
+
# Corresponds to the JSON property `watchpageLanguageWatchPageLanguageResult`
|
60042
62713
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60043
|
-
attr_accessor :
|
62714
|
+
attr_accessor :watchpage_language_watch_page_language_result
|
60044
62715
|
|
60045
62716
|
#
|
60046
|
-
# Corresponds to the JSON property `
|
62717
|
+
# Corresponds to the JSON property `websitetoolsFeedsAnnotationsFeedContentAnnotations`
|
60047
62718
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60048
|
-
attr_accessor :
|
62719
|
+
attr_accessor :websitetools_feeds_annotations_feed_content_annotations
|
60049
62720
|
|
60050
62721
|
#
|
60051
|
-
# Corresponds to the JSON property `
|
62722
|
+
# Corresponds to the JSON property `websitetoolsFeedsLinkedFeedLinkedFeed`
|
60052
62723
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60053
|
-
attr_accessor :
|
62724
|
+
attr_accessor :websitetools_feeds_linked_feed_linked_feed
|
60054
62725
|
|
60055
62726
|
#
|
60056
|
-
# Corresponds to the JSON property `
|
62727
|
+
# Corresponds to the JSON property `websitetoolsFeedsPodcastPodcastSignals`
|
60057
62728
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60058
|
-
attr_accessor :
|
62729
|
+
attr_accessor :websitetools_feeds_podcast_podcast_signals
|
60059
62730
|
|
60060
62731
|
#
|
60061
|
-
# Corresponds to the JSON property `
|
62732
|
+
# Corresponds to the JSON property `websitetoolsFeedsSporeFeedsSporeTriples`
|
60062
62733
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60063
|
-
attr_accessor :
|
62734
|
+
attr_accessor :websitetools_feeds_spore_feeds_spore_triples
|
60064
62735
|
|
60065
62736
|
#
|
60066
|
-
# Corresponds to the JSON property `
|
62737
|
+
# Corresponds to the JSON property `whatshappStrideExtractions`
|
60067
62738
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60068
|
-
attr_accessor :
|
62739
|
+
attr_accessor :whatshapp_stride_extractions
|
60069
62740
|
|
60070
62741
|
#
|
60071
|
-
# Corresponds to the JSON property `
|
62742
|
+
# Corresponds to the JSON property `youtubeAlexandriaYoutubeBody`
|
60072
62743
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60073
|
-
attr_accessor :
|
62744
|
+
attr_accessor :youtube_alexandria_youtube_body
|
60074
62745
|
|
60075
62746
|
#
|
60076
|
-
# Corresponds to the JSON property `
|
62747
|
+
# Corresponds to the JSON property `youtubeAlexandriaYoutubeSignal`
|
60077
62748
|
# @return [Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo]
|
60078
|
-
attr_accessor :
|
62749
|
+
attr_accessor :youtube_alexandria_youtube_signal
|
60079
62750
|
|
60080
62751
|
def initialize(**args)
|
60081
62752
|
update!(**args)
|
@@ -60084,24 +62755,535 @@ module Google
|
|
60084
62755
|
# Update properties of this object
|
60085
62756
|
def update!(**args)
|
60086
62757
|
@accelerated_shopping_signal = args[:accelerated_shopping_signal] if args.key?(:accelerated_shopping_signal)
|
62758
|
+
@ads_adsai_magic_apfel_apfel_region_finder_annotation = args[:ads_adsai_magic_apfel_apfel_region_finder_annotation] if args.key?(:ads_adsai_magic_apfel_apfel_region_finder_annotation)
|
62759
|
+
@ads_adsai_magic_magic_page_type_annotation = args[:ads_adsai_magic_magic_page_type_annotation] if args.key?(:ads_adsai_magic_magic_page_type_annotation)
|
62760
|
+
@ads_shopping_webpx_raw_shopping_annotation = args[:ads_shopping_webpx_raw_shopping_annotation] if args.key?(:ads_shopping_webpx_raw_shopping_annotation)
|
62761
|
+
@amphtml_signed_exchange_error_details = args[:amphtml_signed_exchange_error_details] if args.key?(:amphtml_signed_exchange_error_details)
|
62762
|
+
@amphtml_signed_exchange_validation_payload = args[:amphtml_signed_exchange_validation_payload] if args.key?(:amphtml_signed_exchange_validation_payload)
|
62763
|
+
@analytics_siteid_analytics_property_annotation = args[:analytics_siteid_analytics_property_annotation] if args.key?(:analytics_siteid_analytics_property_annotation)
|
62764
|
+
@analytics_siteid_analytics_rendered_output = args[:analytics_siteid_analytics_rendered_output] if args.key?(:analytics_siteid_analytics_rendered_output)
|
60087
62765
|
@authentic_site_rank_data = args[:authentic_site_rank_data] if args.key?(:authentic_site_rank_data)
|
62766
|
+
@babel_encoder_babel_encodings = args[:babel_encoder_babel_encodings] if args.key?(:babel_encoder_babel_encodings)
|
62767
|
+
@badurls_badurls_force_selection_signal = args[:badurls_badurls_force_selection_signal] if args.key?(:badurls_badurls_force_selection_signal)
|
62768
|
+
@boilerplate_annotations = args[:boilerplate_annotations] if args.key?(:boilerplate_annotations)
|
62769
|
+
@boilerplate_visible_bytes_estimates = args[:boilerplate_visible_bytes_estimates] if args.key?(:boilerplate_visible_bytes_estimates)
|
60088
62770
|
@chrome_counts = args[:chrome_counts] if args.key?(:chrome_counts)
|
62771
|
+
@commerce_dataquality_organic_crawled_seller_data = args[:commerce_dataquality_organic_crawled_seller_data] if args.key?(:commerce_dataquality_organic_crawled_seller_data)
|
62772
|
+
@commerce_dataquality_organic_shopping_annotation_signal = args[:commerce_dataquality_organic_shopping_annotation_signal] if args.key?(:commerce_dataquality_organic_shopping_annotation_signal)
|
62773
|
+
@commerce_dataquality_organic_shopping_site_quality = args[:commerce_dataquality_organic_shopping_site_quality] if args.key?(:commerce_dataquality_organic_shopping_site_quality)
|
62774
|
+
@commonsense_queriosity_goldmine_qna_annotations = args[:commonsense_queriosity_goldmine_qna_annotations] if args.key?(:commonsense_queriosity_goldmine_qna_annotations)
|
62775
|
+
@commonsense_scored_compound_reference_annotation = args[:commonsense_scored_compound_reference_annotation] if args.key?(:commonsense_scored_compound_reference_annotation)
|
62776
|
+
@commonsense_stone_soup_proto_raffia_instructions_seq = args[:commonsense_stone_soup_proto_raffia_instructions_seq] if args.key?(:commonsense_stone_soup_proto_raffia_instructions_seq)
|
62777
|
+
@contra_content_review_annotations = args[:contra_content_review_annotations] if args.key?(:contra_content_review_annotations)
|
62778
|
+
@contra_curated_content = args[:contra_curated_content] if args.key?(:contra_curated_content)
|
62779
|
+
@country_country_attachment = args[:country_country_attachment] if args.key?(:country_country_attachment)
|
62780
|
+
@crawzall_signal = args[:crawzall_signal] if args.key?(:crawzall_signal)
|
60089
62781
|
@creator = args[:creator] if args.key?(:creator)
|
62782
|
+
@datacommons_datacommons_triples_signal = args[:datacommons_datacommons_triples_signal] if args.key?(:datacommons_datacommons_triples_signal)
|
62783
|
+
@date_annotation_tags = args[:date_annotation_tags] if args.key?(:date_annotation_tags)
|
62784
|
+
@date_annotations = args[:date_annotations] if args.key?(:date_annotations)
|
62785
|
+
@date_range_annotations = args[:date_range_annotations] if args.key?(:date_range_annotations)
|
62786
|
+
@date_time_annotations = args[:date_time_annotations] if args.key?(:date_time_annotations)
|
60090
62787
|
@discover_source = args[:discover_source] if args.key?(:discover_source)
|
60091
62788
|
@discussion = args[:discussion] if args.key?(:discussion)
|
60092
62789
|
@document_intent = args[:document_intent] if args.key?(:document_intent)
|
62790
|
+
@dots_garamond_signal = args[:dots_garamond_signal] if args.key?(:dots_garamond_signal)
|
62791
|
+
@dots_newsstand_signal = args[:dots_newsstand_signal] if args.key?(:dots_newsstand_signal)
|
62792
|
+
@email_address_annotations = args[:email_address_annotations] if args.key?(:email_address_annotations)
|
60093
62793
|
@extracted_book_info = args[:extracted_book_info] if args.key?(:extracted_book_info)
|
62794
|
+
@fatcat_compact_doc_classification = args[:fatcat_compact_doc_classification] if args.key?(:fatcat_compact_doc_classification)
|
62795
|
+
@fatcat_site_verticals_annotation = args[:fatcat_site_verticals_annotation] if args.key?(:fatcat_site_verticals_annotation)
|
62796
|
+
@firstseen = args[:firstseen] if args.key?(:firstseen)
|
62797
|
+
@fonts_analysis_annotator_fonts_annotation = args[:fonts_analysis_annotator_fonts_annotation] if args.key?(:fonts_analysis_annotator_fonts_annotation)
|
62798
|
+
@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)
|
62799
|
+
@foundation_splinter_signal = args[:foundation_splinter_signal] if args.key?(:foundation_splinter_signal)
|
62800
|
+
@freshbox_freshbox_article_annotation = args[:freshbox_freshbox_article_annotation] if args.key?(:freshbox_freshbox_article_annotation)
|
62801
|
+
@geo_point_annotations = args[:geo_point_annotations] if args.key?(:geo_point_annotations)
|
62802
|
+
@geo_point_resolution = args[:geo_point_resolution] if args.key?(:geo_point_resolution)
|
62803
|
+
@geostore_address_proto = args[:geostore_address_proto] if args.key?(:geostore_address_proto)
|
62804
|
+
@i2e_v2_image_entities_infos = args[:i2e_v2_image_entities_infos] if args.key?(:i2e_v2_image_entities_infos)
|
62805
|
+
@image_content_annotation_labels = args[:image_content_annotation_labels] if args.key?(:image_content_annotation_labels)
|
62806
|
+
@image_content_color_search_color_detection_results = args[:image_content_color_search_color_detection_results] if args.key?(:image_content_color_search_color_detection_results)
|
62807
|
+
@image_data_list = args[:image_data_list] if args.key?(:image_data_list)
|
62808
|
+
@image_extra_image_extra_terms = args[:image_extra_image_extra_terms] if args.key?(:image_extra_image_extra_terms)
|
62809
|
+
@image_monetization_featured_document_properties = args[:image_monetization_featured_document_properties] if args.key?(:image_monetization_featured_document_properties)
|
62810
|
+
@image_mustang_favicon_info = args[:image_mustang_favicon_info] if args.key?(:image_mustang_favicon_info)
|
62811
|
+
@image_mustang_websearch_image_snippet_response = args[:image_mustang_websearch_image_snippet_response] if args.key?(:image_mustang_websearch_image_snippet_response)
|
62812
|
+
@image_quality_labelmaker_doc_media_labels = args[:image_quality_labelmaker_doc_media_labels] if args.key?(:image_quality_labelmaker_doc_media_labels)
|
62813
|
+
@image_quality_landing_page_proto_landing_page_salient_text_set = args[:image_quality_landing_page_proto_landing_page_salient_text_set] if args.key?(:image_quality_landing_page_proto_landing_page_salient_text_set)
|
62814
|
+
@image_quality_layout_document = args[:image_quality_layout_document] if args.key?(:image_quality_layout_document)
|
62815
|
+
@image_quality_richdata_proto_image_anchor = args[:image_quality_richdata_proto_image_anchor] if args.key?(:image_quality_richdata_proto_image_anchor)
|
62816
|
+
@image_quality_richdata_proto_richdata = args[:image_quality_richdata_proto_richdata] if args.key?(:image_quality_richdata_proto_richdata)
|
62817
|
+
@image_quality_salient_terms_image_query_smearing_list = args[:image_quality_salient_terms_image_query_smearing_list] if args.key?(:image_quality_salient_terms_image_query_smearing_list)
|
62818
|
+
@image_quality_salient_terms_image_salient_term_set_map = args[:image_quality_salient_terms_image_salient_term_set_map] if args.key?(:image_quality_salient_terms_image_salient_term_set_map)
|
62819
|
+
@image_quality_sensitive_face_skin_tone_signals = args[:image_quality_sensitive_face_skin_tone_signals] if args.key?(:image_quality_sensitive_face_skin_tone_signals)
|
62820
|
+
@image_quality_sensitive_media_or_people_entities = args[:image_quality_sensitive_media_or_people_entities] if args.key?(:image_quality_sensitive_media_or_people_entities)
|
62821
|
+
@image_repository_geolocation = args[:image_repository_geolocation] if args.key?(:image_repository_geolocation)
|
62822
|
+
@image_repository_picasa_geo_data = args[:image_repository_picasa_geo_data] if args.key?(:image_repository_picasa_geo_data)
|
62823
|
+
@image_search_rejected_image_info_list = args[:image_search_rejected_image_info_list] if args.key?(:image_search_rejected_image_info_list)
|
62824
|
+
@image_stock_stock_image_annotation = args[:image_stock_stock_image_annotation] if args.key?(:image_stock_stock_image_annotation)
|
62825
|
+
@indexing_annotations_annotation_meta = args[:indexing_annotations_annotation_meta] if args.key?(:indexing_annotations_annotation_meta)
|
62826
|
+
@indexing_annotations_app_market_app_market_annotation = args[:indexing_annotations_app_market_app_market_annotation] if args.key?(:indexing_annotations_app_market_app_market_annotation)
|
62827
|
+
@indexing_annotations_apps_cache_colon_annotation = args[:indexing_annotations_apps_cache_colon_annotation] if args.key?(:indexing_annotations_apps_cache_colon_annotation)
|
62828
|
+
@indexing_annotations_apps_doc_restrictions_doc_preview_restrictions_annotation = args[:indexing_annotations_apps_doc_restrictions_doc_preview_restrictions_annotation] if args.key?(:indexing_annotations_apps_doc_restrictions_doc_preview_restrictions_annotation)
|
62829
|
+
@indexing_annotations_automobile_vin_annotator_automobile_vin_annotations = args[:indexing_annotations_automobile_vin_annotator_automobile_vin_annotations] if args.key?(:indexing_annotations_automobile_vin_annotator_automobile_vin_annotations)
|
62830
|
+
@indexing_annotations_canonical_url = args[:indexing_annotations_canonical_url] if args.key?(:indexing_annotations_canonical_url)
|
62831
|
+
@indexing_annotations_clean_text_proto = args[:indexing_annotations_clean_text_proto] if args.key?(:indexing_annotations_clean_text_proto)
|
62832
|
+
@indexing_annotations_collections_doc_collections = args[:indexing_annotations_collections_doc_collections] if args.key?(:indexing_annotations_collections_doc_collections)
|
62833
|
+
@indexing_annotations_comment_block_groups = args[:indexing_annotations_comment_block_groups] if args.key?(:indexing_annotations_comment_block_groups)
|
62834
|
+
@indexing_annotations_dataset_model_annotation = args[:indexing_annotations_dataset_model_annotation] if args.key?(:indexing_annotations_dataset_model_annotation)
|
62835
|
+
@indexing_annotations_dates_date_times = args[:indexing_annotations_dates_date_times] if args.key?(:indexing_annotations_dates_date_times)
|
62836
|
+
@indexing_annotations_doc_importance = args[:indexing_annotations_doc_importance] if args.key?(:indexing_annotations_doc_importance)
|
62837
|
+
@indexing_annotations_doc_restrictions_in_doc_restrictions_annotation = args[:indexing_annotations_doc_restrictions_in_doc_restrictions_annotation] if args.key?(:indexing_annotations_doc_restrictions_in_doc_restrictions_annotation)
|
62838
|
+
@indexing_annotations_entity_page = args[:indexing_annotations_entity_page] if args.key?(:indexing_annotations_entity_page)
|
62839
|
+
@indexing_annotations_feedback_set = args[:indexing_annotations_feedback_set] if args.key?(:indexing_annotations_feedback_set)
|
62840
|
+
@indexing_annotations_i_bert_embedding_annotation = args[:indexing_annotations_i_bert_embedding_annotation] if args.key?(:indexing_annotations_i_bert_embedding_annotation)
|
62841
|
+
@indexing_annotations_image_repository_image_license_info_annotation = args[:indexing_annotations_image_repository_image_license_info_annotation] if args.key?(:indexing_annotations_image_repository_image_license_info_annotation)
|
62842
|
+
@indexing_annotations_pcu_amp_error = args[:indexing_annotations_pcu_amp_error] if args.key?(:indexing_annotations_pcu_amp_error)
|
62843
|
+
@indexing_annotations_pcu_signed_exchange_info = args[:indexing_annotations_pcu_signed_exchange_info] if args.key?(:indexing_annotations_pcu_signed_exchange_info)
|
62844
|
+
@indexing_annotations_person_person_annotation = args[:indexing_annotations_person_person_annotation] if args.key?(:indexing_annotations_person_person_annotation)
|
62845
|
+
@indexing_annotations_sdu_page_type_annotation = args[:indexing_annotations_sdu_page_type_annotation] if args.key?(:indexing_annotations_sdu_page_type_annotation)
|
62846
|
+
@indexing_annotations_social_links_social_links_annotation = args[:indexing_annotations_social_links_social_links_annotation] if args.key?(:indexing_annotations_social_links_social_links_annotation)
|
62847
|
+
@indexing_annotations_subscribewithgoogle_swg_annotation = args[:indexing_annotations_subscribewithgoogle_swg_annotation] if args.key?(:indexing_annotations_subscribewithgoogle_swg_annotation)
|
62848
|
+
@indexing_annotations_twitter_embedded_tweets_annotation = args[:indexing_annotations_twitter_embedded_tweets_annotation] if args.key?(:indexing_annotations_twitter_embedded_tweets_annotation)
|
62849
|
+
@indexing_annotations_typed_number_typed_number_annotations = args[:indexing_annotations_typed_number_typed_number_annotations] if args.key?(:indexing_annotations_typed_number_typed_number_annotations)
|
62850
|
+
@indexing_annotations_wa_passages_query_to_passage_annotations = args[:indexing_annotations_wa_passages_query_to_passage_annotations] if args.key?(:indexing_annotations_wa_passages_query_to_passage_annotations)
|
62851
|
+
@indexing_annotations_wa_passages_trimmed_query_to_passage_annotations = args[:indexing_annotations_wa_passages_trimmed_query_to_passage_annotations] if args.key?(:indexing_annotations_wa_passages_trimmed_query_to_passage_annotations)
|
62852
|
+
@indexing_apps_affiliated_instant_app_info = args[:indexing_apps_affiliated_instant_app_info] if args.key?(:indexing_apps_affiliated_instant_app_info)
|
62853
|
+
@indexing_apps_merged_app_info_annotation = args[:indexing_apps_merged_app_info_annotation] if args.key?(:indexing_apps_merged_app_info_annotation)
|
62854
|
+
@indexing_badpages_bad_page_parse_result = args[:indexing_badpages_bad_page_parse_result] if args.key?(:indexing_badpages_bad_page_parse_result)
|
62855
|
+
@indexing_badpages_collapser_info = args[:indexing_badpages_collapser_info] if args.key?(:indexing_badpages_collapser_info)
|
62856
|
+
@indexing_badpages_index_selection_removal = args[:indexing_badpages_index_selection_removal] if args.key?(:indexing_badpages_index_selection_removal)
|
62857
|
+
@indexing_badpages_login_page_result = args[:indexing_badpages_login_page_result] if args.key?(:indexing_badpages_login_page_result)
|
62858
|
+
@indexing_badpages_unified_model_features = args[:indexing_badpages_unified_model_features] if args.key?(:indexing_badpages_unified_model_features)
|
62859
|
+
@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)
|
62860
|
+
@indexing_centerpiece_center_piece_annotations = args[:indexing_centerpiece_center_piece_annotations] if args.key?(:indexing_centerpiece_center_piece_annotations)
|
62861
|
+
@indexing_centerpiece_centerpiece_checksums = args[:indexing_centerpiece_centerpiece_checksums] if args.key?(:indexing_centerpiece_centerpiece_checksums)
|
62862
|
+
@indexing_centerpiece_component_learning_source = args[:indexing_centerpiece_component_learning_source] if args.key?(:indexing_centerpiece_component_learning_source)
|
62863
|
+
@indexing_centerpiece_section_title_annotations = args[:indexing_centerpiece_section_title_annotations] if args.key?(:indexing_centerpiece_section_title_annotations)
|
62864
|
+
@indexing_converter_content_generation_info = args[:indexing_converter_content_generation_info] if args.key?(:indexing_converter_content_generation_info)
|
62865
|
+
@indexing_converter_content_parser_results = args[:indexing_converter_content_parser_results] if args.key?(:indexing_converter_content_parser_results)
|
62866
|
+
@indexing_converter_file_meta_info = args[:indexing_converter_file_meta_info] if args.key?(:indexing_converter_file_meta_info)
|
62867
|
+
@indexing_converter_link_rel_outlinks = args[:indexing_converter_link_rel_outlinks] if args.key?(:indexing_converter_link_rel_outlinks)
|
62868
|
+
@indexing_converter_meta_detectors_results_proto = args[:indexing_converter_meta_detectors_results_proto] if args.key?(:indexing_converter_meta_detectors_results_proto)
|
62869
|
+
@indexing_converter_pdf_file_meta_info = args[:indexing_converter_pdf_file_meta_info] if args.key?(:indexing_converter_pdf_file_meta_info)
|
62870
|
+
@indexing_converter_pdf_page_annotations = args[:indexing_converter_pdf_page_annotations] if args.key?(:indexing_converter_pdf_page_annotations)
|
62871
|
+
@indexing_custom_corpus_cdm_annotations = args[:indexing_custom_corpus_cdm_annotations] if args.key?(:indexing_custom_corpus_cdm_annotations)
|
62872
|
+
@indexing_deepweb_store_list_annotation = args[:indexing_deepweb_store_list_annotation] if args.key?(:indexing_deepweb_store_list_annotation)
|
62873
|
+
@indexing_docjoiner_serving_time_cluster_ids = args[:indexing_docjoiner_serving_time_cluster_ids] if args.key?(:indexing_docjoiner_serving_time_cluster_ids)
|
62874
|
+
@indexing_docjoiner_wiki_info = args[:indexing_docjoiner_wiki_info] if args.key?(:indexing_docjoiner_wiki_info)
|
62875
|
+
@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)
|
62876
|
+
@indexing_dups_localized_localized_cluster = args[:indexing_dups_localized_localized_cluster] if args.key?(:indexing_dups_localized_localized_cluster)
|
62877
|
+
@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)
|
62878
|
+
@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)
|
62879
|
+
@indexing_images_related_image_signal = args[:indexing_images_related_image_signal] if args.key?(:indexing_images_related_image_signal)
|
62880
|
+
@indexing_instant_active_cluster_scorer_signal = args[:indexing_instant_active_cluster_scorer_signal] if args.key?(:indexing_instant_active_cluster_scorer_signal)
|
62881
|
+
@indexing_instant_base_reindex_whitelist_data = args[:indexing_instant_base_reindex_whitelist_data] if args.key?(:indexing_instant_base_reindex_whitelist_data)
|
62882
|
+
@indexing_instant_cluster_scorer_article = args[:indexing_instant_cluster_scorer_article] if args.key?(:indexing_instant_cluster_scorer_article)
|
62883
|
+
@indexing_instant_cluster_scorer_signal = args[:indexing_instant_cluster_scorer_signal] if args.key?(:indexing_instant_cluster_scorer_signal)
|
62884
|
+
@indexing_instant_historical_content_signals = args[:indexing_instant_historical_content_signals] if args.key?(:indexing_instant_historical_content_signals)
|
62885
|
+
@indexing_instant_news_highly_cited_document_signal = args[:indexing_instant_news_highly_cited_document_signal] if args.key?(:indexing_instant_news_highly_cited_document_signal)
|
62886
|
+
@indexing_instant_news_images_info = args[:indexing_instant_news_images_info] if args.key?(:indexing_instant_news_images_info)
|
62887
|
+
@indexing_instant_signal_source_tags_extension = args[:indexing_instant_signal_source_tags_extension] if args.key?(:indexing_instant_signal_source_tags_extension)
|
62888
|
+
@indexing_lattice_lattice_annotations = args[:indexing_lattice_lattice_annotations] if args.key?(:indexing_lattice_lattice_annotations)
|
62889
|
+
@indexing_metrics_url_indexing_props = args[:indexing_metrics_url_indexing_props] if args.key?(:indexing_metrics_url_indexing_props)
|
62890
|
+
@indexing_ml_dom_node_segments = args[:indexing_ml_dom_node_segments] if args.key?(:indexing_ml_dom_node_segments)
|
62891
|
+
@indexing_ml_entity_infoboxes = args[:indexing_ml_entity_infoboxes] if args.key?(:indexing_ml_entity_infoboxes)
|
62892
|
+
@indexing_ml_page_structure = args[:indexing_ml_page_structure] if args.key?(:indexing_ml_page_structure)
|
62893
|
+
@indexing_ml_semantic_article = args[:indexing_ml_semantic_article] if args.key?(:indexing_ml_semantic_article)
|
62894
|
+
@indexing_ml_shopping_universe_annotation = args[:indexing_ml_shopping_universe_annotation] if args.key?(:indexing_ml_shopping_universe_annotation)
|
62895
|
+
@indexing_ml_vertical_vertical_classification_result = args[:indexing_ml_vertical_vertical_classification_result] if args.key?(:indexing_ml_vertical_vertical_classification_result)
|
62896
|
+
@indexing_ml_vertical_vertical_classification_v2 = args[:indexing_ml_vertical_vertical_classification_v2] if args.key?(:indexing_ml_vertical_vertical_classification_v2)
|
62897
|
+
@indexing_mobile_client_dependent_info = args[:indexing_mobile_client_dependent_info] if args.key?(:indexing_mobile_client_dependent_info)
|
62898
|
+
@indexing_mobile_interstitials_proto_desktop_interstitials = args[:indexing_mobile_interstitials_proto_desktop_interstitials] if args.key?(:indexing_mobile_interstitials_proto_desktop_interstitials)
|
62899
|
+
@indexing_mobile_obelix_info = args[:indexing_mobile_obelix_info] if args.key?(:indexing_mobile_obelix_info)
|
62900
|
+
@indexing_mobile_smartphone_content_annotations = args[:indexing_mobile_smartphone_content_annotations] if args.key?(:indexing_mobile_smartphone_content_annotations)
|
62901
|
+
@indexing_mobile_smartphone_pattern_classification = args[:indexing_mobile_smartphone_pattern_classification] if args.key?(:indexing_mobile_smartphone_pattern_classification)
|
62902
|
+
@indexing_mobile_speed_page_speed_field_data = args[:indexing_mobile_speed_page_speed_field_data] if args.key?(:indexing_mobile_speed_page_speed_field_data)
|
62903
|
+
@indexing_plusone_plus_one_signal = args[:indexing_plusone_plus_one_signal] if args.key?(:indexing_plusone_plus_one_signal)
|
62904
|
+
@indexing_plusone_social_score_signal = args[:indexing_plusone_social_score_signal] if args.key?(:indexing_plusone_social_score_signal)
|
62905
|
+
@indexing_raffia_data_recovery_info = args[:indexing_raffia_data_recovery_info] if args.key?(:indexing_raffia_data_recovery_info)
|
62906
|
+
@indexing_raffia_indexing_intermediate = args[:indexing_raffia_indexing_intermediate] if args.key?(:indexing_raffia_indexing_intermediate)
|
62907
|
+
@indexing_raffia_media_processing_metadata = args[:indexing_raffia_media_processing_metadata] if args.key?(:indexing_raffia_media_processing_metadata)
|
62908
|
+
@indexing_raffia_overlay_c_doc_attachment = args[:indexing_raffia_overlay_c_doc_attachment] if args.key?(:indexing_raffia_overlay_c_doc_attachment)
|
62909
|
+
@indexing_selection_acquisition_metadata_attachment = args[:indexing_selection_acquisition_metadata_attachment] if args.key?(:indexing_selection_acquisition_metadata_attachment)
|
62910
|
+
@indexing_selection_double_indexing_extension = args[:indexing_selection_double_indexing_extension] if args.key?(:indexing_selection_double_indexing_extension)
|
62911
|
+
@indexing_selection_fast_serving_push = args[:indexing_selection_fast_serving_push] if args.key?(:indexing_selection_fast_serving_push)
|
62912
|
+
@indexing_selection_freshdocs_passthrough_extension = args[:indexing_selection_freshdocs_passthrough_extension] if args.key?(:indexing_selection_freshdocs_passthrough_extension)
|
62913
|
+
@indexing_selection_image_image_selection_attachment = args[:indexing_selection_image_image_selection_attachment] if args.key?(:indexing_selection_image_image_selection_attachment)
|
62914
|
+
@indexing_selection_language_extension = args[:indexing_selection_language_extension] if args.key?(:indexing_selection_language_extension)
|
62915
|
+
@indexing_selection_prior_scorer_parameter_set = args[:indexing_selection_prior_scorer_parameter_set] if args.key?(:indexing_selection_prior_scorer_parameter_set)
|
62916
|
+
@indexing_selection_processing_priority_extension = args[:indexing_selection_processing_priority_extension] if args.key?(:indexing_selection_processing_priority_extension)
|
62917
|
+
@indexing_selection_proto_base_promotion_info = args[:indexing_selection_proto_base_promotion_info] if args.key?(:indexing_selection_proto_base_promotion_info)
|
62918
|
+
@indexing_selection_tensor_flow_extension = args[:indexing_selection_tensor_flow_extension] if args.key?(:indexing_selection_tensor_flow_extension)
|
62919
|
+
@indexing_signal_aggregator_url_pattern_signals = args[:indexing_signal_aggregator_url_pattern_signals] if args.key?(:indexing_signal_aggregator_url_pattern_signals)
|
62920
|
+
@indexing_signals_accumulated_online_signals = args[:indexing_signals_accumulated_online_signals] if args.key?(:indexing_signals_accumulated_online_signals)
|
62921
|
+
@indexing_signals_impressions_per_day_container = args[:indexing_signals_impressions_per_day_container] if args.key?(:indexing_signals_impressions_per_day_container)
|
62922
|
+
@indexing_social_counts_social_widgets_indicator = args[:indexing_social_counts_social_widgets_indicator] if args.key?(:indexing_social_counts_social_widgets_indicator)
|
62923
|
+
@indexing_speech_goldmine_podcast_annotation = args[:indexing_speech_goldmine_podcast_annotation] if args.key?(:indexing_speech_goldmine_podcast_annotation)
|
62924
|
+
@indexing_speech_speech_page_properties_proto = args[:indexing_speech_speech_page_properties_proto] if args.key?(:indexing_speech_speech_page_properties_proto)
|
62925
|
+
@indexing_thirdparty_third_party_inputs = args[:indexing_thirdparty_third_party_inputs] if args.key?(:indexing_thirdparty_third_party_inputs)
|
62926
|
+
@indexing_ugc_page_param_info = args[:indexing_ugc_page_param_info] if args.key?(:indexing_ugc_page_param_info)
|
62927
|
+
@indexing_union_key_data = args[:indexing_union_key_data] if args.key?(:indexing_union_key_data)
|
62928
|
+
@indexing_url_pattern_url_tree_url_pattern_annotations = args[:indexing_url_pattern_url_tree_url_pattern_annotations] if args.key?(:indexing_url_pattern_url_tree_url_pattern_annotations)
|
62929
|
+
@indexing_videos_video_anchor_source_info = args[:indexing_videos_video_anchor_source_info] if args.key?(:indexing_videos_video_anchor_source_info)
|
62930
|
+
@indexing_videos_video_playlist_anchor_signal = args[:indexing_videos_video_playlist_anchor_signal] if args.key?(:indexing_videos_video_playlist_anchor_signal)
|
62931
|
+
@indexing_web_channels_web_channel_annotations = args[:indexing_web_channels_web_channel_annotations] if args.key?(:indexing_web_channels_web_channel_annotations)
|
62932
|
+
@infoextraction_pinpoint_pinpoint_annotation_signal = args[:infoextraction_pinpoint_pinpoint_annotation_signal] if args.key?(:infoextraction_pinpoint_pinpoint_annotation_signal)
|
62933
|
+
@infoextraction_pinpoint_pinpoint_signal = args[:infoextraction_pinpoint_pinpoint_signal] if args.key?(:infoextraction_pinpoint_pinpoint_signal)
|
60094
62934
|
@instant_chrome_views = args[:instant_chrome_views] if args.key?(:instant_chrome_views)
|
60095
62935
|
@instant_navboost = args[:instant_navboost] if args.key?(:instant_navboost)
|
62936
|
+
@knowledge_graph_acquisition_feeds_quotes_quotes_annotation = args[:knowledge_graph_acquisition_feeds_quotes_quotes_annotation] if args.key?(:knowledge_graph_acquisition_feeds_quotes_quotes_annotation)
|
62937
|
+
@knowledge_mining_facts_document_signals = args[:knowledge_mining_facts_document_signals] if args.key?(:knowledge_mining_facts_document_signals)
|
62938
|
+
@knowledge_mining_facts_fact_evaluation_signals = args[:knowledge_mining_facts_fact_evaluation_signals] if args.key?(:knowledge_mining_facts_fact_evaluation_signals)
|
62939
|
+
@knowledge_mining_facts_html_table_signal = args[:knowledge_mining_facts_html_table_signal] if args.key?(:knowledge_mining_facts_html_table_signal)
|
62940
|
+
@knowledge_mining_facts_kats_signals = args[:knowledge_mining_facts_kats_signals] if args.key?(:knowledge_mining_facts_kats_signals)
|
62941
|
+
@knowledge_mining_facts_localized_fact = args[:knowledge_mining_facts_localized_fact] if args.key?(:knowledge_mining_facts_localized_fact)
|
62942
|
+
@knowledge_mining_facts_object_annotations_signal = args[:knowledge_mining_facts_object_annotations_signal] if args.key?(:knowledge_mining_facts_object_annotations_signal)
|
62943
|
+
@knowledge_mining_facts_product_composition_signal = args[:knowledge_mining_facts_product_composition_signal] if args.key?(:knowledge_mining_facts_product_composition_signal)
|
62944
|
+
@knowledge_mining_facts_serving_data = args[:knowledge_mining_facts_serving_data] if args.key?(:knowledge_mining_facts_serving_data)
|
62945
|
+
@knowledge_mining_facts_shopping_signals = args[:knowledge_mining_facts_shopping_signals] if args.key?(:knowledge_mining_facts_shopping_signals)
|
62946
|
+
@knowledge_mining_facts_structured_snippets_signal = args[:knowledge_mining_facts_structured_snippets_signal] if args.key?(:knowledge_mining_facts_structured_snippets_signal)
|
62947
|
+
@knowledge_mining_facts_udr_extra_fact_data = args[:knowledge_mining_facts_udr_extra_fact_data] if args.key?(:knowledge_mining_facts_udr_extra_fact_data)
|
62948
|
+
@knowledge_mining_facts_udr_extra_fact_mention_data = args[:knowledge_mining_facts_udr_extra_fact_mention_data] if args.key?(:knowledge_mining_facts_udr_extra_fact_mention_data)
|
62949
|
+
@knowledge_mining_facts_universal_fact_metadata = args[:knowledge_mining_facts_universal_fact_metadata] if args.key?(:knowledge_mining_facts_universal_fact_metadata)
|
62950
|
+
@knowledge_mining_facts_universal_fact_scores = args[:knowledge_mining_facts_universal_fact_scores] if args.key?(:knowledge_mining_facts_universal_fact_scores)
|
62951
|
+
@knowledge_mining_facts_universal_table_signal = args[:knowledge_mining_facts_universal_table_signal] if args.key?(:knowledge_mining_facts_universal_table_signal)
|
62952
|
+
@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)
|
62953
|
+
@knowledge_mining_shopping_browseonomy_data = args[:knowledge_mining_shopping_browseonomy_data] if args.key?(:knowledge_mining_shopping_browseonomy_data)
|
62954
|
+
@knowledge_mining_shopping_twd_model_versions = args[:knowledge_mining_shopping_twd_model_versions] if args.key?(:knowledge_mining_shopping_twd_model_versions)
|
62955
|
+
@knowledge_mum_story_teaser_annotation = args[:knowledge_mum_story_teaser_annotation] if args.key?(:knowledge_mum_story_teaser_annotation)
|
62956
|
+
@knowledge_mum_storytime_stamp_engagement_annotation = args[:knowledge_mum_storytime_stamp_engagement_annotation] if args.key?(:knowledge_mum_storytime_stamp_engagement_annotation)
|
62957
|
+
@knowledge_mum_storytime_stamp_quality_annotation = args[:knowledge_mum_storytime_stamp_quality_annotation] if args.key?(:knowledge_mum_storytime_stamp_quality_annotation)
|
62958
|
+
@knowledge_tables_table_internal_data = args[:knowledge_tables_table_internal_data] if args.key?(:knowledge_tables_table_internal_data)
|
62959
|
+
@knowledge_tables_universal_table_annotations = args[:knowledge_tables_universal_table_annotations] if args.key?(:knowledge_tables_universal_table_annotations)
|
62960
|
+
@knowledge_tasks_universal_task_annotation = args[:knowledge_tasks_universal_task_annotation] if args.key?(:knowledge_tasks_universal_task_annotation)
|
62961
|
+
@knowledge_tpf_howtodo_howto_video_annotation = args[:knowledge_tpf_howtodo_howto_video_annotation] if args.key?(:knowledge_tpf_howtodo_howto_video_annotation)
|
62962
|
+
@lang_id_lang_reasoner_document_languages = args[:lang_id_lang_reasoner_document_languages] if args.key?(:lang_id_lang_reasoner_document_languages)
|
62963
|
+
@lens_vsai_datasets = args[:lens_vsai_datasets] if args.key?(:lens_vsai_datasets)
|
62964
|
+
@localsearch_authority_site_annotation = args[:localsearch_authority_site_annotation] if args.key?(:localsearch_authority_site_annotation)
|
60096
62965
|
@localyp = args[:localyp] if args.key?(:localyp)
|
62966
|
+
@maps_synthetics_geo_doc_fetch_key = args[:maps_synthetics_geo_doc_fetch_key] if args.key?(:maps_synthetics_geo_doc_fetch_key)
|
62967
|
+
@measurement_annotations = args[:measurement_annotations] if args.key?(:measurement_annotations)
|
62968
|
+
@metaweb_extraction_document_evidence = args[:metaweb_extraction_document_evidence] if args.key?(:metaweb_extraction_document_evidence)
|
60097
62969
|
@modern_format_content = args[:modern_format_content] if args.key?(:modern_format_content)
|
62970
|
+
@nav_boost_document = args[:nav_boost_document] if args.key?(:nav_boost_document)
|
60098
62971
|
@navboost = args[:navboost] if args.key?(:navboost)
|
62972
|
+
@news_annotations_content_annotations = args[:news_annotations_content_annotations] if args.key?(:news_annotations_content_annotations)
|
62973
|
+
@news_corpus_hub_page_annotations = args[:news_corpus_hub_page_annotations] if args.key?(:news_corpus_hub_page_annotations)
|
62974
|
+
@news_corpus_leaf_page_annotation = args[:news_corpus_leaf_page_annotation] if args.key?(:news_corpus_leaf_page_annotation)
|
62975
|
+
@news_corpus_news_aggregate_signal = args[:news_corpus_news_aggregate_signal] if args.key?(:news_corpus_news_aggregate_signal)
|
62976
|
+
@news_corpus_news_corpus_annotation = args[:news_corpus_news_corpus_annotation] if args.key?(:news_corpus_news_corpus_annotation)
|
62977
|
+
@news_corpus_news_corpus_root_annotation = args[:news_corpus_news_corpus_root_annotation] if args.key?(:news_corpus_news_corpus_root_annotation)
|
62978
|
+
@news_corpus_news_corpus_status_annotation = args[:news_corpus_news_corpus_status_annotation] if args.key?(:news_corpus_news_corpus_status_annotation)
|
62979
|
+
@news_corpus_newsiness_annotation = args[:news_corpus_newsiness_annotation] if args.key?(:news_corpus_newsiness_annotation)
|
62980
|
+
@news_corpus_position_rank_annotations = args[:news_corpus_position_rank_annotations] if args.key?(:news_corpus_position_rank_annotations)
|
62981
|
+
@news_crawl_filter_news_link_crawl_signal = args[:news_crawl_filter_news_link_crawl_signal] if args.key?(:news_crawl_filter_news_link_crawl_signal)
|
62982
|
+
@news_extraction_news_pbe_annotations = args[:news_extraction_news_pbe_annotations] if args.key?(:news_extraction_news_pbe_annotations)
|
62983
|
+
@news_nar_indexing_metadata = args[:news_nar_indexing_metadata] if args.key?(:news_nar_indexing_metadata)
|
62984
|
+
@news_nar_row = args[:news_nar_row] if args.key?(:news_nar_row)
|
62985
|
+
@news_nar_row_container = args[:news_nar_row_container] if args.key?(:news_nar_row_container)
|
62986
|
+
@news_near_dups_info = args[:news_near_dups_info] if args.key?(:news_near_dups_info)
|
62987
|
+
@news_newroman_indexing_new_roman_signal = args[:news_newroman_indexing_new_roman_signal] if args.key?(:news_newroman_indexing_new_roman_signal)
|
62988
|
+
@news_news_article_checksum = args[:news_news_article_checksum] if args.key?(:news_news_article_checksum)
|
62989
|
+
@news_news_classifications = args[:news_news_classifications] if args.key?(:news_news_classifications)
|
62990
|
+
@news_news_content_signals = args[:news_news_content_signals] if args.key?(:news_news_content_signals)
|
62991
|
+
@news_news_for_education_reading_statistics = args[:news_news_for_education_reading_statistics] if args.key?(:news_news_for_education_reading_statistics)
|
62992
|
+
@news_videos_news_anchor_source_info = args[:news_videos_news_anchor_source_info] if args.key?(:news_videos_news_anchor_source_info)
|
62993
|
+
@news_videos_news_video_annotation_signals = args[:news_videos_news_video_annotation_signals] if args.key?(:news_videos_news_video_annotation_signals)
|
62994
|
+
@nlp_atc_clara_annotation = args[:nlp_atc_clara_annotation] if args.key?(:nlp_atc_clara_annotation)
|
62995
|
+
@nlp_saft_document = args[:nlp_saft_document] if args.key?(:nlp_saft_document)
|
62996
|
+
@nlp_saft_nlx_doc_annotator_migration = args[:nlp_saft_nlx_doc_annotator_migration] if args.key?(:nlp_saft_nlx_doc_annotator_migration)
|
62997
|
+
@nlp_saft_rodin_classification = args[:nlp_saft_rodin_classification] if args.key?(:nlp_saft_rodin_classification)
|
62998
|
+
@nlp_sentiment_sentiment_annotation = args[:nlp_sentiment_sentiment_annotation] if args.key?(:nlp_sentiment_sentiment_annotation)
|
62999
|
+
@nlx_doc_annotation = args[:nlx_doc_annotation] if args.key?(:nlx_doc_annotation)
|
63000
|
+
@noindexed_image_data_list = args[:noindexed_image_data_list] if args.key?(:noindexed_image_data_list)
|
63001
|
+
@number_annotations = args[:number_annotations] if args.key?(:number_annotations)
|
63002
|
+
@ocean_librarian_book_metadata = args[:ocean_librarian_book_metadata] if args.key?(:ocean_librarian_book_metadata)
|
63003
|
+
@ocean_librarian_populator_data = args[:ocean_librarian_populator_data] if args.key?(:ocean_librarian_populator_data)
|
63004
|
+
@ocean_librarian_populator_page_data = args[:ocean_librarian_populator_page_data] if args.key?(:ocean_librarian_populator_page_data)
|
63005
|
+
@ocean_metadata_all_item_specific_bibdatas = args[:ocean_metadata_all_item_specific_bibdatas] if args.key?(:ocean_metadata_all_item_specific_bibdatas)
|
63006
|
+
@ocean_metadata_availability_info_component = args[:ocean_metadata_availability_info_component] if args.key?(:ocean_metadata_availability_info_component)
|
63007
|
+
@ocean_metadata_availability_snapshot = args[:ocean_metadata_availability_snapshot] if args.key?(:ocean_metadata_availability_snapshot)
|
63008
|
+
@ocean_metadata_availability_snapshot_holder = args[:ocean_metadata_availability_snapshot_holder] if args.key?(:ocean_metadata_availability_snapshot_holder)
|
63009
|
+
@ocean_metadata_bibkey_component = args[:ocean_metadata_bibkey_component] if args.key?(:ocean_metadata_bibkey_component)
|
63010
|
+
@ocean_metadata_cluster_horizontal_reference = args[:ocean_metadata_cluster_horizontal_reference] if args.key?(:ocean_metadata_cluster_horizontal_reference)
|
63011
|
+
@ocean_metadata_cluster_record = args[:ocean_metadata_cluster_record] if args.key?(:ocean_metadata_cluster_record)
|
63012
|
+
@ocean_metadata_cluster_volumes = args[:ocean_metadata_cluster_volumes] if args.key?(:ocean_metadata_cluster_volumes)
|
63013
|
+
@ocean_metadata_clustering_series_series_info = args[:ocean_metadata_clustering_series_series_info] if args.key?(:ocean_metadata_clustering_series_series_info)
|
63014
|
+
@ocean_metadata_clustering_tome_horizontal_link_descriptor = args[:ocean_metadata_clustering_tome_horizontal_link_descriptor] if args.key?(:ocean_metadata_clustering_tome_horizontal_link_descriptor)
|
63015
|
+
@ocean_metadata_contributor_links = args[:ocean_metadata_contributor_links] if args.key?(:ocean_metadata_contributor_links)
|
63016
|
+
@ocean_metadata_item_specific_bibdata_component = args[:ocean_metadata_item_specific_bibdata_component] if args.key?(:ocean_metadata_item_specific_bibdata_component)
|
63017
|
+
@ocean_metadata_kg_topic_links = args[:ocean_metadata_kg_topic_links] if args.key?(:ocean_metadata_kg_topic_links)
|
63018
|
+
@ocean_metadata_language_info_component = args[:ocean_metadata_language_info_component] if args.key?(:ocean_metadata_language_info_component)
|
63019
|
+
@ocean_metadata_material_info_component = args[:ocean_metadata_material_info_component] if args.key?(:ocean_metadata_material_info_component)
|
63020
|
+
@ocean_metadata_parsed_access_terms = args[:ocean_metadata_parsed_access_terms] if args.key?(:ocean_metadata_parsed_access_terms)
|
63021
|
+
@ocean_metadata_parsed_su_doc = args[:ocean_metadata_parsed_su_doc] if args.key?(:ocean_metadata_parsed_su_doc)
|
63022
|
+
@ocean_metadata_patent_publication_details = args[:ocean_metadata_patent_publication_details] if args.key?(:ocean_metadata_patent_publication_details)
|
63023
|
+
@ocean_metadata_physical_measurements_component = args[:ocean_metadata_physical_measurements_component] if args.key?(:ocean_metadata_physical_measurements_component)
|
63024
|
+
@ocean_metadata_public_domain_info = args[:ocean_metadata_public_domain_info] if args.key?(:ocean_metadata_public_domain_info)
|
63025
|
+
@ocean_metadata_publication_details_component = args[:ocean_metadata_publication_details_component] if args.key?(:ocean_metadata_publication_details_component)
|
63026
|
+
@ocean_metadata_rights_component = args[:ocean_metadata_rights_component] if args.key?(:ocean_metadata_rights_component)
|
63027
|
+
@ocean_metadata_series_info_component = args[:ocean_metadata_series_info_component] if args.key?(:ocean_metadata_series_info_component)
|
63028
|
+
@ocean_metadata_tome_details_component = args[:ocean_metadata_tome_details_component] if args.key?(:ocean_metadata_tome_details_component)
|
63029
|
+
@ocean_metadata_tome_members_component = args[:ocean_metadata_tome_members_component] if args.key?(:ocean_metadata_tome_members_component)
|
63030
|
+
@ocean_metadata_tome_price_info = args[:ocean_metadata_tome_price_info] if args.key?(:ocean_metadata_tome_price_info)
|
63031
|
+
@ocean_reviews_for_work = args[:ocean_reviews_for_work] if args.key?(:ocean_reviews_for_work)
|
63032
|
+
@ocean_rights_opt_out_request = args[:ocean_rights_opt_out_request] if args.key?(:ocean_rights_opt_out_request)
|
63033
|
+
@official_pages_query_set = args[:official_pages_query_set] if args.key?(:official_pages_query_set)
|
63034
|
+
@per_doc_langid_data = args[:per_doc_langid_data] if args.key?(:per_doc_langid_data)
|
63035
|
+
@personalization_game_webevents_consolidated_events = args[:personalization_game_webevents_consolidated_events] if args.key?(:personalization_game_webevents_consolidated_events)
|
63036
|
+
@personalization_game_webevents_event = args[:personalization_game_webevents_event] if args.key?(:personalization_game_webevents_event)
|
63037
|
+
@personalization_game_webevents_events = args[:personalization_game_webevents_events] if args.key?(:personalization_game_webevents_events)
|
63038
|
+
@photos_geo_annotation = args[:photos_geo_annotation] if args.key?(:photos_geo_annotation)
|
60099
63039
|
@predicted_authenticity = args[:predicted_authenticity] if args.key?(:predicted_authenticity)
|
63040
|
+
@price_annotations = args[:price_annotations] if args.key?(:price_annotations)
|
63041
|
+
@quality_anchors_outdegree_outdegree_info = args[:quality_anchors_outdegree_outdegree_info] if args.key?(:quality_anchors_outdegree_outdegree_info)
|
63042
|
+
@quality_anima_liveweb_liveweb_attachment = args[:quality_anima_liveweb_liveweb_attachment] if args.key?(:quality_anima_liveweb_liveweb_attachment)
|
63043
|
+
@quality_anima_routines_routines_properties_proto = args[:quality_anima_routines_routines_properties_proto] if args.key?(:quality_anima_routines_routines_properties_proto)
|
63044
|
+
@quality_authority_topic_embeddings = args[:quality_authority_topic_embeddings] if args.key?(:quality_authority_topic_embeddings)
|
63045
|
+
@quality_authorship_author_annotations = args[:quality_authorship_author_annotations] if args.key?(:quality_authorship_author_annotations)
|
63046
|
+
@quality_breadcrumbs_breadcrumb_annotations = args[:quality_breadcrumbs_breadcrumb_annotations] if args.key?(:quality_breadcrumbs_breadcrumb_annotations)
|
63047
|
+
@quality_calypso_apps_link = args[:quality_calypso_apps_link] if args.key?(:quality_calypso_apps_link)
|
63048
|
+
@quality_chard_document = args[:quality_chard_document] if args.key?(:quality_chard_document)
|
63049
|
+
@quality_chard_predicted_query_fringe_score = args[:quality_chard_predicted_query_fringe_score] if args.key?(:quality_chard_predicted_query_fringe_score)
|
63050
|
+
@quality_chard_predicted_xlq = args[:quality_chard_predicted_xlq] if args.key?(:quality_chard_predicted_xlq)
|
63051
|
+
@quality_contra_selected_attributions = args[:quality_contra_selected_attributions] if args.key?(:quality_contra_selected_attributions)
|
63052
|
+
@quality_copia_firefly_site_info = args[:quality_copia_firefly_site_info] if args.key?(:quality_copia_firefly_site_info)
|
63053
|
+
@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)
|
63054
|
+
@quality_dni_newsstand_pcu = args[:quality_dni_newsstand_pcu] if args.key?(:quality_dni_newsstand_pcu)
|
63055
|
+
@quality_dni_pcu_auxiliary_data = args[:quality_dni_pcu_auxiliary_data] if args.key?(:quality_dni_pcu_auxiliary_data)
|
63056
|
+
@quality_dni_pcu_meta_annotation = args[:quality_dni_pcu_meta_annotation] if args.key?(:quality_dni_pcu_meta_annotation)
|
63057
|
+
@quality_dni_pcu_parsed_data = args[:quality_dni_pcu_parsed_data] if args.key?(:quality_dni_pcu_parsed_data)
|
63058
|
+
@quality_dni_pcu_raw_data = args[:quality_dni_pcu_raw_data] if args.key?(:quality_dni_pcu_raw_data)
|
63059
|
+
@quality_explore_queryable_feed_ecs_annotation = args[:quality_explore_queryable_feed_ecs_annotation] if args.key?(:quality_explore_queryable_feed_ecs_annotation)
|
63060
|
+
@quality_explore_queryable_feed_hashtag_annotation = args[:quality_explore_queryable_feed_hashtag_annotation] if args.key?(:quality_explore_queryable_feed_hashtag_annotation)
|
63061
|
+
@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)
|
63062
|
+
@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)
|
63063
|
+
@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)
|
63064
|
+
@quality_fringe_fringe_query_prior = args[:quality_fringe_fringe_query_prior] if args.key?(:quality_fringe_fringe_query_prior)
|
63065
|
+
@quality_geo_brainloc_goldmine_brainloc_annotation = args[:quality_geo_brainloc_goldmine_brainloc_annotation] if args.key?(:quality_geo_brainloc_goldmine_brainloc_annotation)
|
63066
|
+
@quality_geo_logloc_goldmine_document_location_annotation = args[:quality_geo_logloc_goldmine_document_location_annotation] if args.key?(:quality_geo_logloc_goldmine_document_location_annotation)
|
63067
|
+
@quality_historical_content_age = args[:quality_historical_content_age] if args.key?(:quality_historical_content_age)
|
63068
|
+
@quality_horizon_proto_horizon_embeddings = args[:quality_horizon_proto_horizon_embeddings] if args.key?(:quality_horizon_proto_horizon_embeddings)
|
63069
|
+
@quality_horizon_record_info_annotation = args[:quality_horizon_record_info_annotation] if args.key?(:quality_horizon_record_info_annotation)
|
63070
|
+
@quality_improv_doc_to_queries = args[:quality_improv_doc_to_queries] if args.key?(:quality_improv_doc_to_queries)
|
63071
|
+
@quality_improv_improv_anchors = args[:quality_improv_improv_anchors] if args.key?(:quality_improv_improv_anchors)
|
63072
|
+
@quality_lisztomania_document = args[:quality_lisztomania_document] if args.key?(:quality_lisztomania_document)
|
63073
|
+
@quality_navboost_craps_craps_data = args[:quality_navboost_craps_craps_data] if args.key?(:quality_navboost_craps_craps_data)
|
63074
|
+
@quality_navboost_craps_craps_pattern_signal = args[:quality_navboost_craps_craps_pattern_signal] if args.key?(:quality_navboost_craps_craps_pattern_signal)
|
63075
|
+
@quality_negative_clicks_negative_clicks_info = args[:quality_negative_clicks_negative_clicks_info] if args.key?(:quality_negative_clicks_negative_clicks_info)
|
63076
|
+
@quality_nlq_structured_search_annotation_analysis_automatic_extraction_annotations = args[:quality_nlq_structured_search_annotation_analysis_automatic_extraction_annotations] if args.key?(:quality_nlq_structured_search_annotation_analysis_automatic_extraction_annotations)
|
63077
|
+
@quality_nlq_structured_search_listing_pages_listing_page_annotations = args[:quality_nlq_structured_search_listing_pages_listing_page_annotations] if args.key?(:quality_nlq_structured_search_listing_pages_listing_page_annotations)
|
63078
|
+
@quality_nsr_doki_annotation = args[:quality_nsr_doki_annotation] if args.key?(:quality_nsr_doki_annotation)
|
63079
|
+
@quality_nsr_nsr_data = args[:quality_nsr_nsr_data] if args.key?(:quality_nsr_nsr_data)
|
63080
|
+
@quality_nsr_nsr_sitechunks_annotation = args[:quality_nsr_nsr_sitechunks_annotation] if args.key?(:quality_nsr_nsr_sitechunks_annotation)
|
63081
|
+
@quality_nsr_pairwiseq_pairwise_q_data = args[:quality_nsr_pairwiseq_pairwise_q_data] if args.key?(:quality_nsr_pairwiseq_pairwise_q_data)
|
63082
|
+
@quality_nsr_pq_data = args[:quality_nsr_pq_data] if args.key?(:quality_nsr_pq_data)
|
63083
|
+
@quality_nsr_site_authority = args[:quality_nsr_site_authority] if args.key?(:quality_nsr_site_authority)
|
63084
|
+
@quality_nsr_uv_sitechunks_annotation = args[:quality_nsr_uv_sitechunks_annotation] if args.key?(:quality_nsr_uv_sitechunks_annotation)
|
63085
|
+
@quality_orbit_asteroid_belt_intermediate_document_intent_scores = args[:quality_orbit_asteroid_belt_intermediate_document_intent_scores] if args.key?(:quality_orbit_asteroid_belt_intermediate_document_intent_scores)
|
63086
|
+
@quality_pagemaster_pagemaster_annotations = args[:quality_pagemaster_pagemaster_annotations] if args.key?(:quality_pagemaster_pagemaster_annotations)
|
63087
|
+
@quality_panoptic_indexing_discover_corpus_annotation = args[:quality_panoptic_indexing_discover_corpus_annotation] if args.key?(:quality_panoptic_indexing_discover_corpus_annotation)
|
63088
|
+
@quality_panoptic_indexing_discover_document_signal = args[:quality_panoptic_indexing_discover_document_signal] if args.key?(:quality_panoptic_indexing_discover_document_signal)
|
63089
|
+
@quality_panoptic_indexing_panoptic_annotation = args[:quality_panoptic_indexing_panoptic_annotation] if args.key?(:quality_panoptic_indexing_panoptic_annotation)
|
63090
|
+
@quality_panoptic_storytime_annotation = args[:quality_panoptic_storytime_annotation] if args.key?(:quality_panoptic_storytime_annotation)
|
63091
|
+
@quality_panoptic_storytime_scoring_signals = args[:quality_panoptic_storytime_scoring_signals] if args.key?(:quality_panoptic_storytime_scoring_signals)
|
63092
|
+
@quality_panoptic_voice_ugc_annotation = args[:quality_panoptic_voice_ugc_annotation] if args.key?(:quality_panoptic_voice_ugc_annotation)
|
63093
|
+
@quality_peoplesearch_namedetector_name_occurrence_annotations = args[:quality_peoplesearch_namedetector_name_occurrence_annotations] if args.key?(:quality_peoplesearch_namedetector_name_occurrence_annotations)
|
63094
|
+
@quality_popfeeds_chrome_background_annotation = args[:quality_popfeeds_chrome_background_annotation] if args.key?(:quality_popfeeds_chrome_background_annotation)
|
63095
|
+
@quality_popfeeds_hub_data_annotations = args[:quality_popfeeds_hub_data_annotations] if args.key?(:quality_popfeeds_hub_data_annotations)
|
63096
|
+
@quality_popfeeds_url_prediction_annotations = args[:quality_popfeeds_url_prediction_annotations] if args.key?(:quality_popfeeds_url_prediction_annotations)
|
63097
|
+
@quality_popfeeds_url_source_annotations = args[:quality_popfeeds_url_source_annotations] if args.key?(:quality_popfeeds_url_source_annotations)
|
63098
|
+
@quality_pricedetector_kefir_price_annotations = args[:quality_pricedetector_kefir_price_annotations] if args.key?(:quality_pricedetector_kefir_price_annotations)
|
63099
|
+
@quality_pricedetector_product_block_annotations = args[:quality_pricedetector_product_block_annotations] if args.key?(:quality_pricedetector_product_block_annotations)
|
63100
|
+
@quality_prose_json_ld_annotation = args[:quality_prose_json_ld_annotation] if args.key?(:quality_prose_json_ld_annotation)
|
63101
|
+
@quality_prose_thumbnail_selection = args[:quality_prose_thumbnail_selection] if args.key?(:quality_prose_thumbnail_selection)
|
63102
|
+
@quality_q2_quality_boost = args[:quality_q2_quality_boost] if args.key?(:quality_q2_quality_boost)
|
63103
|
+
@quality_q2_site_quality_features = args[:quality_q2_site_quality_features] if args.key?(:quality_q2_site_quality_features)
|
63104
|
+
@quality_realtime_boost_realtime_boost_event = args[:quality_realtime_boost_realtime_boost_event] if args.key?(:quality_realtime_boost_realtime_boost_event)
|
63105
|
+
@quality_realtime_boost_realtime_boost_response = args[:quality_realtime_boost_realtime_boost_response] if args.key?(:quality_realtime_boost_realtime_boost_response)
|
63106
|
+
@quality_realtime_boost_seismograph_event_annotations = args[:quality_realtime_boost_seismograph_event_annotations] if args.key?(:quality_realtime_boost_seismograph_event_annotations)
|
63107
|
+
@quality_realtime_realtime_result_info = args[:quality_realtime_realtime_result_info] if args.key?(:quality_realtime_realtime_result_info)
|
63108
|
+
@quality_realtime_rt_fact_annotations = args[:quality_realtime_rt_fact_annotations] if args.key?(:quality_realtime_rt_fact_annotations)
|
63109
|
+
@quality_result_filtering_indexing_cluster_annotations = args[:quality_result_filtering_indexing_cluster_annotations] if args.key?(:quality_result_filtering_indexing_cluster_annotations)
|
63110
|
+
@quality_richsnippets_apps_protos_application_information_attachment = args[:quality_richsnippets_apps_protos_application_information_attachment] if args.key?(:quality_richsnippets_apps_protos_application_information_attachment)
|
63111
|
+
@quality_rodin_rodin_site_signal = args[:quality_rodin_rodin_site_signal] if args.key?(:quality_rodin_rodin_site_signal)
|
63112
|
+
@quality_salient_countries_salient_country_set = args[:quality_salient_countries_salient_country_set] if args.key?(:quality_salient_countries_salient_country_set)
|
63113
|
+
@quality_salient_structures_salient_structure_set = args[:quality_salient_structures_salient_structure_set] if args.key?(:quality_salient_structures_salient_structure_set)
|
63114
|
+
@quality_salient_stuff_salient_stuff_set = args[:quality_salient_stuff_salient_stuff_set] if args.key?(:quality_salient_stuff_salient_stuff_set)
|
63115
|
+
@quality_salient_terms_query_smearing_model = args[:quality_salient_terms_query_smearing_model] if args.key?(:quality_salient_terms_query_smearing_model)
|
63116
|
+
@quality_salient_terms_salient_term_set = args[:quality_salient_terms_salient_term_set] if args.key?(:quality_salient_terms_salient_term_set)
|
63117
|
+
@quality_searchoversite_annotator_structured_results_annotation = args[:quality_searchoversite_annotator_structured_results_annotation] if args.key?(:quality_searchoversite_annotator_structured_results_annotation)
|
63118
|
+
@quality_sherlock_knex_annotation = args[:quality_sherlock_knex_annotation] if args.key?(:quality_sherlock_knex_annotation)
|
63119
|
+
@quality_shopping_product_review = args[:quality_shopping_product_review] if args.key?(:quality_shopping_product_review)
|
63120
|
+
@quality_shopping_product_review_page = args[:quality_shopping_product_review_page] if args.key?(:quality_shopping_product_review_page)
|
63121
|
+
@quality_shopping_shopping_product_review_annotation = args[:quality_shopping_shopping_product_review_annotation] if args.key?(:quality_shopping_shopping_product_review_annotation)
|
63122
|
+
@quality_similarpages_related_info_signal = args[:quality_similarpages_related_info_signal] if args.key?(:quality_similarpages_related_info_signal)
|
63123
|
+
@quality_sitemap_document = args[:quality_sitemap_document] if args.key?(:quality_sitemap_document)
|
63124
|
+
@quality_sitemap_third_party_carousels_item_lists = args[:quality_sitemap_third_party_carousels_item_lists] if args.key?(:quality_sitemap_third_party_carousels_item_lists)
|
63125
|
+
@quality_sixface_sixface_url_data = args[:quality_sixface_sixface_url_data] if args.key?(:quality_sixface_sixface_url_data)
|
63126
|
+
@quality_snippets_hidden_text_hidden_span_annotations = args[:quality_snippets_hidden_text_hidden_span_annotations] if args.key?(:quality_snippets_hidden_text_hidden_span_annotations)
|
63127
|
+
@quality_snippets_list_snippets_annotations = args[:quality_snippets_list_snippets_annotations] if args.key?(:quality_snippets_list_snippets_annotations)
|
63128
|
+
@quality_snippets_metadescription_duplicate_meta_site_signal = args[:quality_snippets_metadescription_duplicate_meta_site_signal] if args.key?(:quality_snippets_metadescription_duplicate_meta_site_signal)
|
63129
|
+
@quality_snippets_snippet_spans_info = args[:quality_snippets_snippet_spans_info] if args.key?(:quality_snippets_snippet_spans_info)
|
63130
|
+
@quality_sos_goldmine_sos_annotation = args[:quality_sos_goldmine_sos_annotation] if args.key?(:quality_sos_goldmine_sos_annotation)
|
63131
|
+
@quality_summary_summary = args[:quality_summary_summary] if args.key?(:quality_summary_summary)
|
63132
|
+
@quality_tangram_information_types = args[:quality_tangram_information_types] if args.key?(:quality_tangram_information_types)
|
63133
|
+
@quality_timebased_time_sensitivity_time_sensitivity_annotation = args[:quality_timebased_time_sensitivity_time_sensitivity_annotation] if args.key?(:quality_timebased_time_sensitivity_time_sensitivity_annotation)
|
63134
|
+
@quality_titles_alternative_titles_info = args[:quality_titles_alternative_titles_info] if args.key?(:quality_titles_alternative_titles_info)
|
63135
|
+
@quality_titles_sitelinks_target_title_info = args[:quality_titles_sitelinks_target_title_info] if args.key?(:quality_titles_sitelinks_target_title_info)
|
63136
|
+
@quality_twiddler_domain_classification = args[:quality_twiddler_domain_classification] if args.key?(:quality_twiddler_domain_classification)
|
63137
|
+
@quality_views_answers_answer_annotation_info = args[:quality_views_answers_answer_annotation_info] if args.key?(:quality_views_answers_answer_annotation_info)
|
63138
|
+
@quality_visualweb_visual_web_annotation = args[:quality_visualweb_visual_web_annotation] if args.key?(:quality_visualweb_visual_web_annotation)
|
63139
|
+
@quality_visualweb_visual_web_models_annotation = args[:quality_visualweb_visual_web_models_annotation] if args.key?(:quality_visualweb_visual_web_models_annotation)
|
63140
|
+
@quality_webanswers_alt_title_saft_doc = args[:quality_webanswers_alt_title_saft_doc] if args.key?(:quality_webanswers_alt_title_saft_doc)
|
63141
|
+
@quality_webanswers_transcript_annotations = args[:quality_webanswers_transcript_annotations] if args.key?(:quality_webanswers_transcript_annotations)
|
63142
|
+
@quality_webfeeder_doc_embedding = args[:quality_webfeeder_doc_embedding] if args.key?(:quality_webfeeder_doc_embedding)
|
63143
|
+
@quality_webshine_doc_resources = args[:quality_webshine_doc_resources] if args.key?(:quality_webshine_doc_resources)
|
63144
|
+
@rank_boost_doc_attachment = args[:rank_boost_doc_attachment] if args.key?(:rank_boost_doc_attachment)
|
60100
63145
|
@rankembed = args[:rankembed] if args.key?(:rankembed)
|
63146
|
+
@relative_date_annotations = args[:relative_date_annotations] if args.key?(:relative_date_annotations)
|
63147
|
+
@repository_annotations_address_annotations = args[:repository_annotations_address_annotations] if args.key?(:repository_annotations_address_annotations)
|
63148
|
+
@repository_annotations_amenities_amenities_annotations = args[:repository_annotations_amenities_amenities_annotations] if args.key?(:repository_annotations_amenities_amenities_annotations)
|
63149
|
+
@repository_annotations_crawzall_annotations = args[:repository_annotations_crawzall_annotations] if args.key?(:repository_annotations_crawzall_annotations)
|
63150
|
+
@repository_annotations_discussion_thread_discussion_view_proto = args[:repository_annotations_discussion_thread_discussion_view_proto] if args.key?(:repository_annotations_discussion_thread_discussion_view_proto)
|
63151
|
+
@repository_annotations_licensed_resources = args[:repository_annotations_licensed_resources] if args.key?(:repository_annotations_licensed_resources)
|
63152
|
+
@repository_annotations_list_filter_annotations = args[:repository_annotations_list_filter_annotations] if args.key?(:repository_annotations_list_filter_annotations)
|
63153
|
+
@repository_annotations_list_summary_annotations = args[:repository_annotations_list_summary_annotations] if args.key?(:repository_annotations_list_summary_annotations)
|
63154
|
+
@repository_annotations_microdata_microdata_annotations = args[:repository_annotations_microdata_microdata_annotations] if args.key?(:repository_annotations_microdata_microdata_annotations)
|
63155
|
+
@repository_annotations_microformats_hproduct = args[:repository_annotations_microformats_hproduct] if args.key?(:repository_annotations_microformats_hproduct)
|
63156
|
+
@repository_annotations_microformats_microformat_annotations = args[:repository_annotations_microformats_microformat_annotations] if args.key?(:repository_annotations_microformats_microformat_annotations)
|
63157
|
+
@repository_annotations_phone_type_phone_type_annotations = args[:repository_annotations_phone_type_phone_type_annotations] if args.key?(:repository_annotations_phone_type_phone_type_annotations)
|
63158
|
+
@repository_annotations_rdfa_rdfa_annotations = args[:repository_annotations_rdfa_rdfa_annotations] if args.key?(:repository_annotations_rdfa_rdfa_annotations)
|
63159
|
+
@repository_annotations_rodin_article_annotation = args[:repository_annotations_rodin_article_annotation] if args.key?(:repository_annotations_rodin_article_annotation)
|
63160
|
+
@repository_annotations_section_heading_annotations = args[:repository_annotations_section_heading_annotations] if args.key?(:repository_annotations_section_heading_annotations)
|
63161
|
+
@repository_annotations_snippet_segment_snippet_segment_annotations = args[:repository_annotations_snippet_segment_snippet_segment_annotations] if args.key?(:repository_annotations_snippet_segment_snippet_segment_annotations)
|
63162
|
+
@repository_annotations_spore_authority_signal = args[:repository_annotations_spore_authority_signal] if args.key?(:repository_annotations_spore_authority_signal)
|
63163
|
+
@repository_annotations_spore_deeplink_annotations = args[:repository_annotations_spore_deeplink_annotations] if args.key?(:repository_annotations_spore_deeplink_annotations)
|
63164
|
+
@repository_annotations_spore_extractor_topic_annotations = args[:repository_annotations_spore_extractor_topic_annotations] if args.key?(:repository_annotations_spore_extractor_topic_annotations)
|
63165
|
+
@repository_annotations_spore_extractor_triple_annotations = args[:repository_annotations_spore_extractor_triple_annotations] if args.key?(:repository_annotations_spore_extractor_triple_annotations)
|
63166
|
+
@repository_annotations_spore_spore_etl_annotation = args[:repository_annotations_spore_spore_etl_annotation] if args.key?(:repository_annotations_spore_spore_etl_annotation)
|
63167
|
+
@repository_annotations_spore_spore_etl_input_annotations = args[:repository_annotations_spore_spore_etl_input_annotations] if args.key?(:repository_annotations_spore_spore_etl_input_annotations)
|
63168
|
+
@repository_annotations_storehours_store_hours_annotations = args[:repository_annotations_storehours_store_hours_annotations] if args.key?(:repository_annotations_storehours_store_hours_annotations)
|
63169
|
+
@repository_annotations_verse_annotations = args[:repository_annotations_verse_annotations] if args.key?(:repository_annotations_verse_annotations)
|
63170
|
+
@repository_annotations_webanswers_context_item_annotations = args[:repository_annotations_webanswers_context_item_annotations] if args.key?(:repository_annotations_webanswers_context_item_annotations)
|
63171
|
+
@repository_protium_encyclojoins_encyclo_join = args[:repository_protium_encyclojoins_encyclo_join] if args.key?(:repository_protium_encyclojoins_encyclo_join)
|
63172
|
+
@repository_protium_goldmine_triplification_result = args[:repository_protium_goldmine_triplification_result] if args.key?(:repository_protium_goldmine_triplification_result)
|
63173
|
+
@repository_protium_goldmine_type_assertion_output = args[:repository_protium_goldmine_type_assertion_output] if args.key?(:repository_protium_goldmine_type_assertion_output)
|
63174
|
+
@repository_protium_webkv_web_kv = args[:repository_protium_webkv_web_kv] if args.key?(:repository_protium_webkv_web_kv)
|
63175
|
+
@repository_protium_wikia_wikia_info = args[:repository_protium_wikia_wikia_info] if args.key?(:repository_protium_wikia_wikia_info)
|
63176
|
+
@repository_updater_index_selection_attachment = args[:repository_updater_index_selection_attachment] if args.key?(:repository_updater_index_selection_attachment)
|
63177
|
+
@repository_webref_entity_join = args[:repository_webref_entity_join] if args.key?(:repository_webref_entity_join)
|
63178
|
+
@repository_webref_experimental_webref_entities_attachment = args[:repository_webref_experimental_webref_entities_attachment] if args.key?(:repository_webref_experimental_webref_entities_attachment)
|
63179
|
+
@repository_webref_graph_mention = args[:repository_webref_graph_mention] if args.key?(:repository_webref_graph_mention)
|
63180
|
+
@repository_webref_juggernaut_indices = args[:repository_webref_juggernaut_indices] if args.key?(:repository_webref_juggernaut_indices)
|
63181
|
+
@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)
|
63182
|
+
@repository_webref_page_classification_signals_set = args[:repository_webref_page_classification_signals_set] if args.key?(:repository_webref_page_classification_signals_set)
|
63183
|
+
@repository_webref_pianno_document_intents = args[:repository_webref_pianno_document_intents] if args.key?(:repository_webref_pianno_document_intents)
|
63184
|
+
@repository_webref_pianno_tv_season_episode = args[:repository_webref_pianno_tv_season_episode] if args.key?(:repository_webref_pianno_tv_season_episode)
|
63185
|
+
@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)
|
63186
|
+
@repository_webref_reconcile_response = args[:repository_webref_reconcile_response] if args.key?(:repository_webref_reconcile_response)
|
63187
|
+
@repository_webref_refcon_juggler_reference_page_mappings = args[:repository_webref_refcon_juggler_reference_page_mappings] if args.key?(:repository_webref_refcon_juggler_reference_page_mappings)
|
63188
|
+
@repository_webref_reference_pages_classifier_scored_page = args[:repository_webref_reference_pages_classifier_scored_page] if args.key?(:repository_webref_reference_pages_classifier_scored_page)
|
63189
|
+
@repository_webref_salient_entity_set = args[:repository_webref_salient_entity_set] if args.key?(:repository_webref_salient_entity_set)
|
63190
|
+
@repository_webref_undermerged_entities = args[:repository_webref_undermerged_entities] if args.key?(:repository_webref_undermerged_entities)
|
63191
|
+
@repository_webref_universal_embedding_retrieval_debug = args[:repository_webref_universal_embedding_retrieval_debug] if args.key?(:repository_webref_universal_embedding_retrieval_debug)
|
63192
|
+
@repository_webref_webit_intermediary_mids = args[:repository_webref_webit_intermediary_mids] if args.key?(:repository_webref_webit_intermediary_mids)
|
63193
|
+
@repository_webref_webit_scope_fprint = args[:repository_webref_webit_scope_fprint] if args.key?(:repository_webref_webit_scope_fprint)
|
63194
|
+
@repository_webref_webit_scope_signals = args[:repository_webref_webit_scope_signals] if args.key?(:repository_webref_webit_scope_signals)
|
63195
|
+
@repository_webref_webit_triple_signals = args[:repository_webref_webit_triple_signals] if args.key?(:repository_webref_webit_triple_signals)
|
63196
|
+
@repository_webref_webref_entities = args[:repository_webref_webref_entities] if args.key?(:repository_webref_webref_entities)
|
63197
|
+
@repository_webref_webref_status = args[:repository_webref_webref_status] if args.key?(:repository_webref_webref_status)
|
63198
|
+
@repository_webtables_data_table_annotations = args[:repository_webtables_data_table_annotations] if args.key?(:repository_webtables_data_table_annotations)
|
63199
|
+
@repository_webtables_data_table_mid_annotation = args[:repository_webtables_data_table_mid_annotation] if args.key?(:repository_webtables_data_table_mid_annotation)
|
63200
|
+
@repository_webtables_translation_message = args[:repository_webtables_translation_message] if args.key?(:repository_webtables_translation_message)
|
63201
|
+
@repository_wikipedia_alias_list = args[:repository_wikipedia_alias_list] if args.key?(:repository_wikipedia_alias_list)
|
63202
|
+
@repository_wikipedia_annotator_wikipedia_page_component_annotations = args[:repository_wikipedia_annotator_wikipedia_page_component_annotations] if args.key?(:repository_wikipedia_annotator_wikipedia_page_component_annotations)
|
63203
|
+
@repository_wikipedia_sentence_compression_annotation = args[:repository_wikipedia_sentence_compression_annotation] if args.key?(:repository_wikipedia_sentence_compression_annotation)
|
63204
|
+
@repository_wikipedia_wiki_join = args[:repository_wikipedia_wiki_join] if args.key?(:repository_wikipedia_wiki_join)
|
63205
|
+
@repository_wikipedia_wiki_mapper_triple_set = args[:repository_wikipedia_wiki_mapper_triple_set] if args.key?(:repository_wikipedia_wiki_mapper_triple_set)
|
63206
|
+
@repository_wikipedia_wikibase_entity = args[:repository_wikipedia_wikibase_entity] if args.key?(:repository_wikipedia_wikibase_entity)
|
63207
|
+
@repository_wikipedia_wikidata_org_triple_set = args[:repository_wikipedia_wikidata_org_triple_set] if args.key?(:repository_wikipedia_wikidata_org_triple_set)
|
63208
|
+
@repository_wikipedia_wikitrust_wiki_trust_info = args[:repository_wikipedia_wikitrust_wiki_trust_info] if args.key?(:repository_wikipedia_wikitrust_wiki_trust_info)
|
63209
|
+
@research_coauthor_opinion_annotations = args[:research_coauthor_opinion_annotations] if args.key?(:research_coauthor_opinion_annotations)
|
63210
|
+
@research_structured_data_inadvertent_anchor_score_annotation = args[:research_structured_data_inadvertent_anchor_score_annotation] if args.key?(:research_structured_data_inadvertent_anchor_score_annotation)
|
63211
|
+
@research_structured_data_knowledge_exploration_annotations = args[:research_structured_data_knowledge_exploration_annotations] if args.key?(:research_structured_data_knowledge_exploration_annotations)
|
63212
|
+
@research_structured_data_news_embedding_annotations = args[:research_structured_data_news_embedding_annotations] if args.key?(:research_structured_data_news_embedding_annotations)
|
63213
|
+
@richsnippets_data_object = args[:richsnippets_data_object] if args.key?(:richsnippets_data_object)
|
63214
|
+
@richsnippets_feed_page_map = args[:richsnippets_feed_page_map] if args.key?(:richsnippets_feed_page_map)
|
63215
|
+
@richsnippets_page_map = args[:richsnippets_page_map] if args.key?(:richsnippets_page_map)
|
63216
|
+
@richsnippets_page_map_annotations = args[:richsnippets_page_map_annotations] if args.key?(:richsnippets_page_map_annotations)
|
63217
|
+
@richsnippets_schema_thing = args[:richsnippets_schema_thing] if args.key?(:richsnippets_schema_thing)
|
60101
63218
|
@rosetta_language = args[:rosetta_language] if args.key?(:rosetta_language)
|
63219
|
+
@safesearch_page_classifier_output = args[:safesearch_page_classifier_output] if args.key?(:safesearch_page_classifier_output)
|
63220
|
+
@safesearch_safe_search_internal_page_signals = args[:safesearch_safe_search_internal_page_signals] if args.key?(:safesearch_safe_search_internal_page_signals)
|
63221
|
+
@science_index_signal = args[:science_index_signal] if args.key?(:science_index_signal)
|
63222
|
+
@search_engagement_highlight_shared_highlight_signal = args[:search_engagement_highlight_shared_highlight_signal] if args.key?(:search_engagement_highlight_shared_highlight_signal)
|
63223
|
+
@searchar_search_ar_pipeline_signal = args[:searchar_search_ar_pipeline_signal] if args.key?(:searchar_search_ar_pipeline_signal)
|
63224
|
+
@shopping_quality_shopping_site_classifier = args[:shopping_quality_shopping_site_classifier] if args.key?(:shopping_quality_shopping_site_classifier)
|
63225
|
+
@shopping_quality_shopping_site_classifier_shopfab = args[:shopping_quality_shopping_site_classifier_shopfab] if args.key?(:shopping_quality_shopping_site_classifier_shopfab)
|
63226
|
+
@shopping_webentity_shopping_annotation = args[:shopping_webentity_shopping_annotation] if args.key?(:shopping_webentity_shopping_annotation)
|
63227
|
+
@sitemaps_sitemaps_signals = args[:sitemaps_sitemaps_signals] if args.key?(:sitemaps_sitemaps_signals)
|
63228
|
+
@smearing_smeared_terms = args[:smearing_smeared_terms] if args.key?(:smearing_smeared_terms)
|
63229
|
+
@social_personalization_knex_annotation = args[:social_personalization_knex_annotation] if args.key?(:social_personalization_knex_annotation)
|
63230
|
+
@spam_brain_spam_brain_data = args[:spam_brain_spam_brain_data] if args.key?(:spam_brain_spam_brain_data)
|
63231
|
+
@spam_brain_spam_brain_page_classifier_annotation = args[:spam_brain_spam_brain_page_classifier_annotation] if args.key?(:spam_brain_spam_brain_page_classifier_annotation)
|
63232
|
+
@spam_content_anchor_dist = args[:spam_content_anchor_dist] if args.key?(:spam_content_anchor_dist)
|
63233
|
+
@spam_content_authentic_authentic_text_annotation = args[:spam_content_authentic_authentic_text_annotation] if args.key?(:spam_content_authentic_authentic_text_annotation)
|
63234
|
+
@spam_content_image_map_pb = args[:spam_content_image_map_pb] if args.key?(:spam_content_image_map_pb)
|
63235
|
+
@spam_content_site_age_stats = args[:spam_content_site_age_stats] if args.key?(:spam_content_site_age_stats)
|
63236
|
+
@spam_cookbook_cookbook_annotations = args[:spam_cookbook_cookbook_annotations] if args.key?(:spam_cookbook_cookbook_annotations)
|
63237
|
+
@spam_cookbook_cookbook_sitechunk_annotations = args[:spam_cookbook_cookbook_sitechunk_annotations] if args.key?(:spam_cookbook_cookbook_sitechunk_annotations)
|
63238
|
+
@spam_fatping_index_feed = args[:spam_fatping_index_feed] if args.key?(:spam_fatping_index_feed)
|
63239
|
+
@spam_godcluster_aff_id_annotation = args[:spam_godcluster_aff_id_annotation] if args.key?(:spam_godcluster_aff_id_annotation)
|
63240
|
+
@spam_godcluster_server_header_annotation = args[:spam_godcluster_server_header_annotation] if args.key?(:spam_godcluster_server_header_annotation)
|
63241
|
+
@spam_googlebombs_googlebombs_annotation = args[:spam_googlebombs_googlebombs_annotation] if args.key?(:spam_googlebombs_googlebombs_annotation)
|
63242
|
+
@spam_hacked_sites_doc_spam_info = args[:spam_hacked_sites_doc_spam_info] if args.key?(:spam_hacked_sites_doc_spam_info)
|
63243
|
+
@spam_hacked_sites_gpgb_gpgb_ngram_stats = args[:spam_hacked_sites_gpgb_gpgb_ngram_stats] if args.key?(:spam_hacked_sites_gpgb_gpgb_ngram_stats)
|
63244
|
+
@spam_hacked_sites_word_frequencies = args[:spam_hacked_sites_word_frequencies] if args.key?(:spam_hacked_sites_word_frequencies)
|
63245
|
+
@spam_js_js_info = args[:spam_js_js_info] if args.key?(:spam_js_js_info)
|
63246
|
+
@spam_scam_scamness = args[:spam_scam_scamness] if args.key?(:spam_scam_scamness)
|
63247
|
+
@spam_scam_unauthoritative_site = args[:spam_scam_unauthoritative_site] if args.key?(:spam_scam_unauthoritative_site)
|
63248
|
+
@spam_tokens_spam_tokens_annotation = args[:spam_tokens_spam_tokens_annotation] if args.key?(:spam_tokens_spam_tokens_annotation)
|
63249
|
+
@table_talk_stride_offer_page_price_annotation = args[:table_talk_stride_offer_page_price_annotation] if args.key?(:table_talk_stride_offer_page_price_annotation)
|
63250
|
+
@tasks_taba_taba_doc_signals = args[:tasks_taba_taba_doc_signals] if args.key?(:tasks_taba_taba_doc_signals)
|
63251
|
+
@telephone_number_annotations = args[:telephone_number_annotations] if args.key?(:telephone_number_annotations)
|
63252
|
+
@time_annotation_tags = args[:time_annotation_tags] if args.key?(:time_annotation_tags)
|
63253
|
+
@time_annotations = args[:time_annotations] if args.key?(:time_annotations)
|
63254
|
+
@time_range_annotations = args[:time_range_annotations] if args.key?(:time_range_annotations)
|
63255
|
+
@travel_assistant_travel_doc_classification = args[:travel_assistant_travel_doc_classification] if args.key?(:travel_assistant_travel_doc_classification)
|
63256
|
+
@udr_converter_document_shopping_data = args[:udr_converter_document_shopping_data] if args.key?(:udr_converter_document_shopping_data)
|
63257
|
+
@udr_converter_offer = args[:udr_converter_offer] if args.key?(:udr_converter_offer)
|
63258
|
+
@udr_converter_product_block_data = args[:udr_converter_product_block_data] if args.key?(:udr_converter_product_block_data)
|
63259
|
+
@udr_proto_detailed_entity_scores = args[:udr_proto_detailed_entity_scores] if args.key?(:udr_proto_detailed_entity_scores)
|
63260
|
+
@udr_proto_overlay = args[:udr_proto_overlay] if args.key?(:udr_proto_overlay)
|
63261
|
+
@udr_proto_webref_mention = args[:udr_proto_webref_mention] if args.key?(:udr_proto_webref_mention)
|
60102
63262
|
@universal_facts = args[:universal_facts] if args.key?(:universal_facts)
|
63263
|
+
@unwanted_image_data_list = args[:unwanted_image_data_list] if args.key?(:unwanted_image_data_list)
|
63264
|
+
@uri_annotations = args[:uri_annotations] if args.key?(:uri_annotations)
|
63265
|
+
@util_status_proto = args[:util_status_proto] if args.key?(:util_status_proto)
|
63266
|
+
@verticals_discussion_discussion_annotation_tag = args[:verticals_discussion_discussion_annotation_tag] if args.key?(:verticals_discussion_discussion_annotation_tag)
|
63267
|
+
@video_crawl_automated_audio_extraction_signals = args[:video_crawl_automated_audio_extraction_signals] if args.key?(:video_crawl_automated_audio_extraction_signals)
|
63268
|
+
@video_crawl_automated_extraction_signals = args[:video_crawl_automated_extraction_signals] if args.key?(:video_crawl_automated_extraction_signals)
|
63269
|
+
@video_crawl_domain_video_click_data = args[:video_crawl_domain_video_click_data] if args.key?(:video_crawl_domain_video_click_data)
|
63270
|
+
@video_crawl_video_click_data = args[:video_crawl_video_click_data] if args.key?(:video_crawl_video_click_data)
|
63271
|
+
@video_crawl_video_salient_term_set = args[:video_crawl_video_salient_term_set] if args.key?(:video_crawl_video_salient_term_set)
|
63272
|
+
@video_crawl_video_scoring_signals = args[:video_crawl_video_scoring_signals] if args.key?(:video_crawl_video_scoring_signals)
|
63273
|
+
@video_crawl_watch_page_pattern_classification = args[:video_crawl_watch_page_pattern_classification] if args.key?(:video_crawl_watch_page_pattern_classification)
|
63274
|
+
@video_crawl_youtube_embed_signal = args[:video_crawl_youtube_embed_signal] if args.key?(:video_crawl_youtube_embed_signal)
|
60103
63275
|
@video_scoring_signal = args[:video_scoring_signal] if args.key?(:video_scoring_signal)
|
63276
|
+
@video_web_gallery = args[:video_web_gallery] if args.key?(:video_web_gallery)
|
63277
|
+
@video_youtube_live_cardio_cardio_stats = args[:video_youtube_live_cardio_cardio_stats] if args.key?(:video_youtube_live_cardio_cardio_stats)
|
60104
63278
|
@volt = args[:volt] if args.key?(:volt)
|
63279
|
+
@watchpage_language_watch_page_language_result = args[:watchpage_language_watch_page_language_result] if args.key?(:watchpage_language_watch_page_language_result)
|
63280
|
+
@websitetools_feeds_annotations_feed_content_annotations = args[:websitetools_feeds_annotations_feed_content_annotations] if args.key?(:websitetools_feeds_annotations_feed_content_annotations)
|
63281
|
+
@websitetools_feeds_linked_feed_linked_feed = args[:websitetools_feeds_linked_feed_linked_feed] if args.key?(:websitetools_feeds_linked_feed_linked_feed)
|
63282
|
+
@websitetools_feeds_podcast_podcast_signals = args[:websitetools_feeds_podcast_podcast_signals] if args.key?(:websitetools_feeds_podcast_podcast_signals)
|
63283
|
+
@websitetools_feeds_spore_feeds_spore_triples = args[:websitetools_feeds_spore_feeds_spore_triples] if args.key?(:websitetools_feeds_spore_feeds_spore_triples)
|
63284
|
+
@whatshapp_stride_extractions = args[:whatshapp_stride_extractions] if args.key?(:whatshapp_stride_extractions)
|
63285
|
+
@youtube_alexandria_youtube_body = args[:youtube_alexandria_youtube_body] if args.key?(:youtube_alexandria_youtube_body)
|
63286
|
+
@youtube_alexandria_youtube_signal = args[:youtube_alexandria_youtube_signal] if args.key?(:youtube_alexandria_youtube_signal)
|
60105
63287
|
end
|
60106
63288
|
end
|
60107
63289
|
|
@@ -86252,7 +89434,7 @@ module Google
|
|
86252
89434
|
# MustangContentInfo` for protocols used during search and/or docinfo. Next
|
86253
89435
|
# available tag deprecated, use this (and look for commented out fields): blaze-
|
86254
89436
|
# bin/net/proto_compiler/protocol-compiler --freetags \ indexer/perdocdata/
|
86255
|
-
# perdocdata.proto Next tag:
|
89437
|
+
# perdocdata.proto Next tag: 223
|
86256
89438
|
class PerDocData
|
86257
89439
|
include Google::Apis::Core::Hashable
|
86258
89440
|
|
@@ -90186,12 +93368,6 @@ module Google
|
|
90186
93368
|
class PornFlagData
|
90187
93369
|
include Google::Apis::Core::Hashable
|
90188
93370
|
|
90189
|
-
# Don't change the field names. The names are used as sparse feature labels in
|
90190
|
-
# client projects.
|
90191
|
-
# Corresponds to the JSON property `coclickBrainScores`
|
90192
|
-
# @return [Google::Apis::ContentwarehouseV1::ImageSafesearchContentBrainPornAnnotation]
|
90193
|
-
attr_accessor :coclick_brain_scores
|
90194
|
-
|
90195
93371
|
# Score predicting how likely an image is offensive or suggestive about CSAI (
|
90196
93372
|
# child sexual abuse imagery).
|
90197
93373
|
# Corresponds to the JSON property `csaiScore`
|
@@ -90325,7 +93501,6 @@ module Google
|
|
90325
93501
|
|
90326
93502
|
# Update properties of this object
|
90327
93503
|
def update!(**args)
|
90328
|
-
@coclick_brain_scores = args[:coclick_brain_scores] if args.key?(:coclick_brain_scores)
|
90329
93504
|
@csai_score = args[:csai_score] if args.key?(:csai_score)
|
90330
93505
|
@debug_info = args[:debug_info] if args.key?(:debug_info)
|
90331
93506
|
@final_offensive_score = args[:final_offensive_score] if args.key?(:final_offensive_score)
|
@@ -90751,7 +93926,7 @@ module Google
|
|
90751
93926
|
# PToken expresses policy-relevant properties of the data objects being
|
90752
93927
|
# processed and stored in Google's production systems. See go/ptoken to learn
|
90753
93928
|
# more. PTokens are intentionally opaque: go/ptokens-are-opaque. The following
|
90754
|
-
# should be considered implementation details. Next ID:
|
93929
|
+
# should be considered implementation details. Next ID: 9 INTERNAL: If both the
|
90755
93930
|
# Scalar and the Compound extensions are populated, we use the Compound and
|
90756
93931
|
# discard the Scalar. In principle, this should never happen.
|
90757
93932
|
class PtokenPToken
|
@@ -95946,7 +99121,8 @@ module Google
|
|
95946
99121
|
|
95947
99122
|
# LINT.ThenChange(//depot/google3/assistant/verticals/communication/\
|
95948
99123
|
# fulfillment/proto/contact_logging_enums.proto, //depot/google3/assistant/api/
|
95949
|
-
# dialog_state/values/person.proto
|
99124
|
+
# dialog_state/values/person.proto, //depot/google3/assistant/context/proto/
|
99125
|
+
# person.proto) Data source of the contact data.
|
95950
99126
|
# Corresponds to the JSON property `source`
|
95951
99127
|
# @return [String]
|
95952
99128
|
attr_accessor :source
|
@@ -104770,7 +107946,7 @@ module Google
|
|
104770
107946
|
end
|
104771
107947
|
|
104772
107948
|
# Represents an information which is very close to composite doc, but compresses
|
104773
|
-
# how the anchors are represented to save space. Next available tag:
|
107949
|
+
# how the anchors are represented to save space. Next available tag: 16.
|
104774
107950
|
class RepositoryWebrefSimplifiedCompositeDoc
|
104775
107951
|
include Google::Apis::Core::Hashable
|
104776
107952
|
|
@@ -104813,10 +107989,15 @@ module Google
|
|
104813
107989
|
# @return [String]
|
104814
107990
|
attr_accessor :url
|
104815
107991
|
|
107992
|
+
# Information about the outlinks of an annotated document. Next available tag: 3
|
107993
|
+
# Corresponds to the JSON property `webrefOutlinkInfos`
|
107994
|
+
# @return [Google::Apis::ContentwarehouseV1::RepositoryWebrefWebrefOutlinkInfos]
|
107995
|
+
attr_accessor :webref_outlink_infos
|
107996
|
+
|
104816
107997
|
# This is proto2's version of MessageSet.
|
104817
|
-
# Corresponds to the JSON property `
|
107998
|
+
# Corresponds to the JSON property `webrefOutlinksLegacy`
|
104818
107999
|
# @return [Google::Apis::ContentwarehouseV1::Proto2BridgeMessageSet]
|
104819
|
-
attr_accessor :
|
108000
|
+
attr_accessor :webref_outlinks_legacy
|
104820
108001
|
|
104821
108002
|
def initialize(**args)
|
104822
108003
|
update!(**args)
|
@@ -104831,7 +108012,8 @@ module Google
|
|
104831
108012
|
@refcon_document_metadata = args[:refcon_document_metadata] if args.key?(:refcon_document_metadata)
|
104832
108013
|
@source_snapshot_type = args[:source_snapshot_type] if args.key?(:source_snapshot_type)
|
104833
108014
|
@url = args[:url] if args.key?(:url)
|
104834
|
-
@
|
108015
|
+
@webref_outlink_infos = args[:webref_outlink_infos] if args.key?(:webref_outlink_infos)
|
108016
|
+
@webref_outlinks_legacy = args[:webref_outlinks_legacy] if args.key?(:webref_outlinks_legacy)
|
104835
108017
|
end
|
104836
108018
|
end
|
104837
108019
|
|